@charset "UTF-8";
@font-face {
  font-family: 'CenturyGothic';
  src: url("../fonts/CenturyGothic.eot");
  src: url("../fonts/CenturyGothic.eot?#iefix") format("embedded-opentype"), url("../fonts/CenturyGothic.woff") format("woff"), url("../fonts/CenturyGothic.ttf") format("truetype"), url("../fonts/CenturyGothic.svg#CenturyGothic") format("svg");
  font-weight: normal;
  font-style: normal;
}

* {
  box-sizing: border-box;
  font-weight: 400;
}

h1, h2, h3, h4, h5, .uk-navbar-nav > li > a {
  font-family: 'CenturyGothic';
}

.uk-margin {
    font-family: 'CenturyGothic';
}

html {
  font-size: 90%;
}

@media (min-width: 768px) {
  html {
    font-size: 95%;
  }
}

@media (min-width: 992px) {
  html {
    font-size: 100%;
  }
}

h1, h2, h3:not(.uk-accordion-title), h4, h5, p, ul, li, a {
  font-family: 'CenturyGothic';
}

h2{
    color: #0066b3;
    line-height: 1.2em;
}

@media (max-width: 960px) {
    h2{
        font-size: 24px;
    }
}

h3 {
  font-family: 'CenturyGothic';
  color: #0066b3;
  font-weight: 700;
  font-size: 36px;
}

.homepage h3 {
  text-align: center;
  font-family: 'CenturyGothic';
  font-size: 36px;
  color: #0066b3;
  margin-bottom: 30px;
}

.uk-text-large h3 {
  color: #333;
}

h1.uk-article-title {
  font-family: 'CenturyGothic';
  color: #000000;
  font-weight: 600;
  font-size: 36px;
  text-transform: capitalize;
}

#scrollToTop {
  background: transparent !important;
}

h3.text-separator {
  font-weight: 600;
  color: #0066b3 !important;
  display: inline-block;
  text-align: center;
  position: relative;
  margin: 0 auto;
  left: 50%;
  margin-left: -160px;
}

@media (max-width: 1366px) {
  h3.text-separator {
    font-size: 32px!important;
  }
}

@media (max-width: 768px) {
  h3.text-separator {
    font-size: 26px!important;
  }
}


h3.text-separator:before {
  content: "";
  display: inline;
  display: -moz-inline-stack;
  position: absolute;
  height: 2px;
  width: 120px;
  margin-top: 0.6em;
  background-color: #0066b3;
  left: -140px;
}

@media (max-width: 768px) {
  h3.text-separator:before {
    width: 40px;
    left: -50px;
  }
}

h3.text-separator:after {
  content: "";
  display: inline;
  display: -moz-inline-stack;
  position: absolute;
  height: 2px;
  width: 120px;
  margin-top: 0.6em;
  background-color: #0066b3;
  right: -140px;
}

@media (max-width: 768px) {
  h3.text-separator:after {
    width: 40px;
    right: -50px;
  }
}

.uk-article p {
  margin-bottom: 10px;
}

.uk-article p > strong {
  color: #0066b3;
}

* + ul {
  margin-top: 10px;
}

@media (max-width: 768px) {
  .homepage .tm-top-c h2 {
    font-size: 28px !important;
  }
  .career-widget h2 {
    font-size: 32px !important;
  }
}

@-webkit-keyframes tm-search-bar {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes tm-search-bar {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.panelOver {
  -webkit-animation-name: panelOver;
  animation-name: panelOver;
}

.panelOut {
  -webkit-animation-name: panelOut;
  animation-name: panelOut;
}

@keyframes panelOver {
  0% {
    background: #f4f4f4;
  }
  100% {
    background: #DEDEDE;
  }
}

@keyframes panelOut {
  0% {
    background: #DEDEDE;
  }
  100% {
    background: #f4f4f4;
  }
}

@keyframes buttonOver {
  0% {
    background: #0066b3;
  }
  100% {
    background: #faae43;
  }
}

@keyframes buttonOut {
  0% {
    background: #faae43;
  }
  100% {
    background: #0066b3;
  }
}

@-webkit-keyframes panelOver {
  0% {
    background: #f4f4f4;
  }
  100% {
    background: #DEDEDE;
  }
}

@-webkit-keyframes panelOut {
  0% {
    background: #DEDEDE;
  }
  100% {
    background: #f4f4f4;
  }
}

@-webkit-keyframes buttonOver {
  0% {
    background: #0066b3;
  }
  100% {
    background: #faae43;
  }
}

@-webkit-keyframes buttonOut {
  0% {
    background: #faae43;
  }
  100% {
    background: #0066b3;
  }
}

.buttonOver {
  -webkit-animation-name: buttonOver;
  animation-name: buttonOver;
}

.buttonOut {
  -webkit-animation-name: buttonOut;
  animation-name: buttonOut;
}

a.uk-button {
    border-color: #fff;
    border-radius: 5px;
    color: #0066b3;
    padding: 0 20px !important;
    text-transform: capitalize;
    font-weight: 600;
    background: #fff;
    font-size: 16px;
}

.uk-panel-box .uk-button, .uk-panel-box .uk-button-primary{
  color: #0066b3;
}

.tm-block.tm-block-dark a.uk-button {
  border-color: #0066b3;
  color: #fff!important;
  background: #0066b3;
}

.tm-block.tm-block-dark a.uk-button:hover, .tm-block.tm-block-dark a.uk-button:focus {
  border-color: #faae43 !important;
}

a.uk-button:hover, a.uk-button:focus {
  background-color: #0066b3;
  color: #fff;
  box-shadow: inset 0 0 10px 30px #faae43 !important;
  border-color: #faae43;
}

a.uk-button.primary {
  border-color: #fff;
  color: #fff;
}

a.uk-button.primary:hover, a.uk-button.primary:focus {
  background-color: #fff;
  border-color: #fff !important;
  color: #333;
}

.uk-overlay-hover:hover .uk-button,
.uk-overlay-hover:focus .uk-button {
  background-color: #0066b3;
  color: #fff;
}

.slideshow .uk-button {
  background: #1586e2;
  border-color: #1586e2;
  border-radius: 37px;
  color: #fff;
  padding: 10px 40px !important;
  text-transform: capitalize;
  font-weight: 400;
  font-size: 24px;
  line-height: 1em;
}

.uk-button + .uk-button {
  margin-left: 20px;
}

.uk-pagination > li > a, .uk-pagination > li > span {
  border-radius: 0px;
}

.category-blog .uk-align-left {
  margin-right: 0px !important;
  margin-bottom: 10px !important;
}

.category-blog .uk-width-medium-1-4 {
  padding-left: 0px;
  margin-left: 1%;
  width: 23%;
  position: relative;
  margin-bottom: 2%;
  display: inline-block;
  vertical-align: top;
  webkit-animation-duration: 0.4s;
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: panelOut;
  animation-name: panelOut;
  
}

.category-blog .uk-width-medium-1-4 > a {
  position: absolute;
  width: 100%;
  height: 100%;
}

.category-blog .uk-width-medium-1-4 .uk-overlay-panel {
  background: rgba(0,0,0,0.3)!important;
}

.category-blog .uk-width-medium-1-4:hover .uk-overlay-panel {
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/* 

.category-blog .uk-width-medium-1-4:hover {
    webkit-animation-duration: 0.4s;
    animation-duration:  0.4s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: panelOver;
    animation-name: panelOver;
}

 */
.category-blog .uk-overlay.uk-overlay-hover {
  width: 100% !important;
}

.category-blog .uk-overlay.uk-overlay-hover > img {
  width: 100%;
}

.category-blog p.uk-title-article {
  margin: 0px;
}

p.uk-title-article > a {
  color: #333 !important;
  font-weight: 600;
}

.category-blog p.uk-title-article,
.category-blog div.uk-article {
  padding: 0px 15px;
  margin-top: 10px;
  padding-top: 35px;
  margin-bottom: -35px;
  font-size: 16px;
}

.category-blog div.uk-article {
  padding-bottom: 80px !important;
}

.category-blog .uk-article-meta .day {
  font-size: 45px;
}

.category-blog .uk-article-meta .month {
  text-transform: uppercase;
}

.category-blog article.uk-article > a {
  text-decoration: none;
}

.category-blog a.uk-button {
  position: absolute;
  bottom: 10px;
  left: 15px;
  background: #0066b3;
  border: 0px;
  color: #fff;
  text-align: center;
  margin: 0 auto;
  box-shadow: none !important;
  text-decoration: none !important;
  webkit-animation-duration: 0.4s;
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: buttonOut;
  animation-name: buttonOut;
}

.category-blog .uk-width-medium-1-4:hover a.uk-button,
.category-blog .uk-width-medium-1-4:focus a.uk-button {
  position: absolute;
  bottom: 10px;
  left: 15px;
  background: #0066b3;
  border: 0px;
  color: #fff;
  text-align: center;
  margin: 0 auto;
  box-shadow: none !important;
  text-decoration: none !important;
  webkit-animation-duration: 0.4s;
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: buttonOver;
  animation-name: buttonOver;
}

.category-blog .uk-article-meta {
  padding-left: 10px;
  padding-right: 8px;
  padding-bottom: 5px;
  padding-top: 20px;
  margin-bottom: -65px;
  height: 65px;
  z-index: 100;
  display: block;
  position: relative;
  width: 90px;
  color: #fff;
  text-align: center;
}

.category-blog .uk-width-medium-1-4 {
  min-height: 400px;
}

.category-blog div.uk-article, .category-blog div.uk-article > * {
  font-size: 16px;
  line-height: 1.2em;
  color: #333 !important;
  font-family: "Open Sans", sans-serif !important;
}

.category-blog .uk-overlay-hover:not(:hover):not(.uk-hover) .uk-overlay-panel:not(.uk-ignore) {
  opacity: 1!important;
  background: rgba(0, 0, 0, 0.3)!important;
}
.category-blog .uk-overlay-hover:hover:not(.uk-hover), .category-blog .uk-overlay-hover.uk-hover{
  opacity: 1!important;
  background: rgba(0, 0, 0, 0.3)!important;
}

.category-blog p.uk-article-meta br {
  display: block;
}

@media (max-width: 959px) {
  .category-blog .uk-width-medium-1-4 {
    width: 48%;
  }
}

@media (max-width: 479px) {
  .category-blog .uk-width-medium-1-4 {
    width: 100%;
  }
}

.formResponsive .formHorizontal .formValidation {
  display: block;
}

.formResponsive .formHorizontal p.formDescription {
  display: none;
}

.formResponsive select,
.formResponsive textarea,
.formResponsive input[type="text"],
.formResponsive input[type="password"] {
  margin-bottom: 0px;
}

.formControlLabel {
  font-family: 'CenturyGothic';
  text-align: left !important;
}

.formResponsive input[type="button"], .formResponsive input[type="submit"], .formResponsive input[type="reset"] {
  background-image: none;
  background-repeat: none;
  border: none;
  border-radius: 0px;
  box-shadow: none;
  padding: 10px 40px;
  font-family: "CenturyGothic" !important;
  border-radius: 5px;
}

.formResponsive input[type="submit"] {
  background-color: #0066b3 !important;
}

.formResponsive input[type="submit"]:hover {
  background-color: #1586e2 !important;
}

.formResponsive input[type="reset"] {
  background-color: #666 !important;
}

.formResponsive input[type="reset"]:hover {
  background-color: #333 !important;
}

.formResponsive select, .formResponsive textarea, .formResponsive input[type="text"]:not(.rsform-captcha-box), .formResponsive input[type="password"] {
  margin-bottom: 0px !important;
  width: 80% !important;
  border-radius: 5px !important;
  background: #f4f4f4;
  border: 0px;
  padding: 10px 20px;
  color: #333;
  font-family: 'CenturyGothic';
  font-size: 15px;
}

@media (max-width: 959px) {
  .formResponsive select, .formResponsive textarea, .formResponsive input[type="text"]:not(.rsform-captcha-box), .formResponsive input[type="password"] {
    width: 95% !important;
  }
}

.formResponsive input[type="text"].rsform-captcha-box {
  color: #333;
  font-family: 'CenturyGothic';
  font-size: 15px;
  background: #f4f4f4;
  border-radius: 5px;
  padding: 10px 20px;
  border: 0px;
  margin-left: 10px;
  width: 75px !important;
}

.rsform-block-security a {
  border: 1px solid #0066b3;
  padding: 8px 20px;
  border-radius: 5px;
  position: relative;
  top: 2px;
  color: #0066b3;
  text-decoration: none !important;
  transition: all 0.1s ease-in-out;
}

.rsform-block-security a:hover,
.rsform-block-security a:focus {
  background: #0066b3;
  color: #FFF;
  transition: all 0.1s ease-in-out;
}

.address strong {
  color: #000;
  font-weight: 600;
}

.tm-search-bar:not(.uk-hidden) {
  z-index: 999;
  position: absolute;
  top: 50px;
  right: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background: rgba(21, 134, 226, 0.5);
  -webkit-animation-name: tm-search-bar;
  animation-name: tm-search-bar;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
}

.searchResultPage legend, .searchResultPage .uk-form-row > .controls {
  display: none !important;
}

.uk-margin-topsearchResultPage {
  margin-top: 20px;
}

.searchResultPage article.uk-article .uk-article-meta {
  display: none;
}

.searchResultPage h1.uk-article-title {
  font-size: 30px;
  font-weight: 400;
  text-transform: capitalize;
}

.searchResultPage h1.uk-article-title a:hover {
  border-bottom: 2px dotted #000;
}

.searchResultPage span.highlight {
  background: #0066b3;
  color: #fff;
  padding: 0 5px;
}

form#searchForm {
  margin-top: 15px;
}

.searchResultPage #tm-main h1 {
  text-align: left !important;
}

i.uk-icon-search {
  color: #fff;
}

.homepage span.highlight,
.about-us span.highlight{
    font-weight: 600!important;
    color: #0066b3;
}

.slideshow-home .uk-margin > div {
    display: inline-block;
    padding: 20px;
    background: rgba(255,255,255,0.8);
}
@media (min-width: 1500px){
  .slideshow-home .uk-margin > div{
    margin-right: -100px;
  }

}
@media (min-width: 960px){
    .slideshow-home .uk-margin > div {
        width: 75%;
    }
}

.slideshow-home .uk-dotnav-contrast > .uk-active > * {
    background: #0066b3;
}

.slideshow-home .uk-dotnav-contrast > * > * {
    background: #fff;
}

.slideshow-home h1 {
  font-size: 70px;
  font-weight: 600;
  line-height: 1.2em;
  color: #0066b3;
  margin-bottom: 10px;
}

@media (max-width: 1600px) {
  .slideshow-home h1 {
    font-size: 56px;
  }
}

@media (max-width: 1366px) {
  .slideshow-home h1 {
    font-size: 45px;
  }
}

@media (max-width: 1219px) {
  .slideshow-home h1 {
    font-size: 40px;
  }
}

@media (max-width: 1024px) {
  .slideshow-home h1 {
    font-size: 36px;
  }
}

@media (max-width: 959px) {
  .slideshow-home h1 {
    font-size: 36px;
  }
}

@media (max-width: 768px) {
  .slideshow-home h1 {
    font-size: 32px;
  }
}

@media (max-width: 479px) {
  .slideshow-home h1 {
    font-size: 25px;
  }
}

.slideshow-home h2 {
  font-size: 44px;
  font-weight: 300;
  line-height: 1.2em;
  margin: 0px;
  color: #000;
}

@media (max-width: 1600px) {
  .slideshow-home h2 {
    font-size: 38px;
  }
}

@media (max-width: 1366px) {
  .slideshow-home h2 {
    font-size: 28px;
  }
}

@media (max-width: 1024px) {
  .slideshow-home h2 {
    font-size: 26px;
  }
}

@media (max-width: 959px) {
  .slideshow-home h2 {
    font-size: 22px;
  }
}

@media (max-width: 768px) {
  .slideshow-home h2 {
    font-size: 18px;
  }
}

@media (max-width: 479px) {
  .slideshow-home h2 {
    font-size: 14px;
  }
}

.slideshow-home .uk-margin {
  text-align: right;
}

.slideshow-home .uk-overlay-panel > div {
  width: 80%;
  max-width: 1200px;
}

.slideshow-home .overlay-link {
  width: 100%;
  height: 100%;
  display: block;
  border-style: none;
  position: absolute;
  top: 0px;
  left: 0px;
}

.career-widget .uk-grid {
  background: url(../../images/career-texture-bg.jpg);
}

.career-widget .uk-panel-box {
  border: 0px !important;
}

.uk-slidenav .uk-slidenav-next:before {
  content: "?" !important;
  font-family: FontAwesome;
}

.uk-slidenav .uk-slidenav-previous:before {
  content: "?" !important;
  font-family: FontAwesome;
}

@media (max-width: 768px) {
  .uk-slidenav-position .uk-slidenav-previous {
    left: 15px;
  }
  .uk-slidenav-position .uk-slidenav-next {
    right: 15px;
  }
}

@media (max-width: 480px) {
  .uk-slidenav-position .uk-slidenav-previous {
    left: 5px;
  }
  .uk-slidenav-position .uk-slidenav-next {
    right: 5px;
  }
}

.uk-touch .uk-hidden-touch,
.uk-slidenav-position .uk-slidenav {
  display: block !important;
}

@media (min-width: 1200px) {
  .brands-widget .uk-slidenav-position .uk-slidenav-previous {
    left: -50px;
  }
  .brands-widget .uk-slidenav-position .uk-slidenav-next {
    right: -50px;
  }
}

@media (min-width: 1024px) {
  .brands-widget .uk-slidenav-position .uk-slidenav-previous {
    left: -40px;
  }
  .brands-widget .uk-slidenav-position .uk-slidenav-next {
    right: -40px;
  }
}

@media (max-width: 960px) {
  .brands-widget .uk-slidenav-position .uk-slidenav-previous {
    left: -20px;
  }
  .brands-widget .uk-slidenav-position .uk-slidenav-next {
    right: -20px;
  }
}

@media (max-width: 768px) {
  .brands-widget .uk-slidenav-position .uk-slidenav-previous {
    left: -10px;
  }
  .brands-widget .uk-slidenav-position .uk-slidenav-next {
    right: -10px;
  }
}

@media (max-width: 768px) {
  .brands-widget .uk-slidenav-position .uk-slidenav-previous {
    left: -5px;
  }
  .brands-widget .uk-slidenav-position .uk-slidenav-next {
    right: -5px;
  }
  .uk-container {
    padding: 0 15px;
  }
}

.brands-widget {
  margin-top: 30px;
}

.brands-widget .uk-slidenav-position > a:before,
.brands-widget .uk-slidenav-position > a:after {
  font-size: 0.5em;
  border: 1px solid #666;
  padding: 2px 10px;
  border-radius: 50%;
  color: #666;
}

.brands-widget .uk-slidenav-position .uk-slidenav {
  margin-top: -35px;
}

.uk-panel {
  line-height: 1.2em;
}

.transformers-quote .uk-text-large .uk-panel:before {
  /* content: " "; */
  /* background: url(../../images/qopen.png); */
  width: 26px;
  height: 27px;
  position: absolute;
  left: -2em;
}

@media (max-width: 767px) {
  .transformers-quote .uk-text-large .uk-panel:before {
    left: -1.5em;
  }
}

@media (max-width: 480px) {
  .transformers-quote .uk-text-large .uk-panel:before {
    left: 1em;
    top: -1.5em;
  }
}

.transformers-quote .uk-text-large .uk-panel:after {
  /* content: " "; */
  /* background: url(../../images/qclose.png); */
  width: 26px;
  height: 27px;
  position: absolute;
  right: -2em;
  bottom: 1em;
}

@media (max-width: 767px) {
  .transformers-quote .uk-text-large .uk-panel:after {
    right: -1.5em;
  }
}

@media (max-width: 480px) {
  .transformers-quote .uk-text-large .uk-panel:after {
    right: 1em;
    bottom: -0.5em;
  }
}

.transformers-quote h1 {
  line-height: 1.2em;
}

@media (max-width: 1919px) {
  .transformers-quote h1 {
    font-size: 48px;
  }
}


@media (max-width: 1600px) {
  .transformers-quote h1 {
    font-size: 40px;
  }
}

@media (max-width: 1366px) {
  .transformers-quote h1 {
    font-size: 32px;
  }
  .transformers-quote {
      height: 300px !important;
  }
}

@media (max-width: 1024px) {
  .transformers-quote h1 {
    font-size: 30px;
  }
}

@media (max-width: 960px) {
  .transformers-quote h1 {
    font-size: 27px;
  }
}

@media (max-width: 768px) {
  .transformers-quote h1 {
    font-size: 24px;
  }
  .transformers-quote {
      height: 250px !important;
  }
}

@media (max-width: 480px) {
  .transformers-quote h1 {
    font-size: 18px;
  }
  .transformers-quote {
      height: 200px !important;
  }
}

.advantages-widget h3 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 15px;
}



@media (max-width: 1366px)  {
  .advantages-widget h3 {
    font-size: 18px!important;
  }
  .homepage .tm-top-c h2{
    font-size: 32px!important;
  }

}


@media (max-width: 768px) {
  .advantages-widget h3 {
    font-size: 21px!important;
  }
  .homepage .tm-top-c h2{
    font-size: 28px!important;
  }
}


.advantages-widget .uk-margin {
  margin-top: 0;
  font-weight: 300;
}

.advantages-widget.left h3 {
  text-align: right !important;
  color: #fff;
}

.advantages-widget.right h3 {
  text-align: left !important;
  color: #fff;
}

@media (max-width: 479px) {
  .advantages-widget.uk-text-right h3,
  .advantages-widget.uk-text-right .uk-margin,
  .advantages-widget.uk-text-left h3,
  .advantages-widget.uk-text-left .uk-margin {
    /* text-align: center !important; */
  }
  .advantages-widget .uk-flex-middle > div {
    float: initial;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;

    justify-content: center;
    align-items: center;
  }
  .advantages-widget img {
    margin: 0 auto;
  }
  .advantages-widget > div {
    margin-top: 40px;
  }

  .advantages-widget h3 {
    font-size: 18px!important;
  }
  .homepage .tm-top-c h2{
    font-size: 24px!important;
  }
}

.career-widget .uk-margin-top {
  width: 70%;
  color: #fff;
  font-weight: 300;
  line-height: 1.2em;
}

@media (max-width: 1366px) {
  .career-widget .uk-margin-top {
   margin-top: 0px!important;
  }
}
@media (max-width: 1200px) {
  .career-widget .uk-margin-top {
    width: 90%;
  }
}

@media (max-width: 960px) {
  .career-widget .uk-margin-top {
    width: 100%;
  }
}

.career-widget ul.uk-slideshow > li {
  padding: 0 30px;
}

@media (max-width: 1200px) {
  .career-widget ul.uk-slideshow > li {
    padding: 0 15px;
  }
}

@media (max-width: 960px) {
  .career-widget ul.uk-slideshow > li {
    padding: 0px;
  }
}

.career-widget h2 {
  color: #fff;
  font-size: 36px;
  font-weight: 600;
}

.career-widget h2:before {
  content: "";
  display: inline;
  display: -moz-inline-stack;
  position: absolute;
  height: 2px;
  width: 70%;
  margin-top: 1.5em;
  background-color: #ffffff;
  left: 30px;
}

@media (max-width: 1366px) {
  .career-widget h2 {
    color: #fff;
    font-size: 30px;
    font-weight: 600;
  }

}


@media (max-width: 1200px) {
  .career-widget h2:before {
    left: 15px;
  }
  .career-widget h2:before {
    width: 100%;
  }
  .career-widget h2 {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
  }

}

@media (max-width: 960px) {
  .career-widget h2:before {
    left: 0px;
  }
}

.career-widget h2:after {
  /* content: ""; */
  display: inline;
  display: -moz-inline-stack;
  position: absolute;
  height: 2px;
  width: 15%;
  margin-top: 1.5em;
  background-color: #fff;
  left: 30px;
}

.career-widget .uk-button{
    border-color: #fff;
}

@media (max-width: 1200px) {
  .career-widget h2:after {
    left: 15px;
  }
}

@media (max-width: 960px) {
  .career-widget h2:after {
    left: 0px;
  }
}

.tm-block-dark {
  background: #f4f4f4;
}

.uk-panel-box, .uk-panel-box-tertiary {
  border: 0px !important;
}

.tm-block-dark, .tm-block-primary {
  color: #333 !important;
}
.tm-block.tm-block-primary p {
    color: #fff;
}
/*

FOOTER

=====================================================================

*/
.copyright-text {
  color: #FFF;
  font-weight: 300;
}

.tm-block.tm-block-primary {
  background-size: cover;
  background-position-y: 0%;
  /* height: 280px; */
  color: #000 !important;
}

@media (min-width: 768px) and (max-width: 1219px) {
  .tm-block.tm-block-primary {
    /* height: 650px; */
  }
  .uk-width-1-1.uk-width-large-1-5 {
    width: 50%;
    display: inline-block;
    margin-top: 20px;
  }
}

@media (max-width: 768px) {
  .tm-block.tm-block-primary {
    /* height: 700px; */
  }
  .tm-block-primary:not(.tm-block-full-width) + .tm-block-primary:not(.tm-block-full-width):not(.tm-block-divider) {
    margin-top: -100px !important;
  }
  .fa-email > a {
    position: relative;
    margin-top: 1em;
  }
  .fa-email {
    max-width: 100% !important;
  }
}

.tm-block.tm-block-primary li a:not(.fa-email) {
  color: #000 !important;
}

.tm-block.tm-block-primary li:not(.fa-email) a:hover {
  font-weight: 400;
}

a.efusion-link:hover {
  text-decoration: none;
}

.uk-text-center.uk-margin-bottom-large.tm-block.tm-block-primary {
  background: #0066b3 !important;
  height: auto !important;
  position: relative;
  z-index: 2;
  padding: 0px !important;
  width: 100%;
  color: #FFF !important;
  margin: 0 auto;
  margin-top: 0px !important;
  font-size: 14px;
  padding: 10px !important;
}

.fa-location span:before,
.fa-phone span:before,
.fa-fax span:before,
.fa-email a:before {
  font-family: "FontAwesome";
  padding-right: 0.5em;
  color: #0066b3;
  margin-left: -18px;
  width: 18px;
}

.fa-phone span:before {
  content: "\f095";
}

.fa-location span:before {
  content: "\f041";
}

.fa-fax span:before {
  content: "\f1ac";
}

.fa-email a {
  margin-top: 0px;
}

li.fa-email a:before {
  content: "\f0e0"!important;
  margin-left: -1.4em;
}

.fa-email {
  width: 150% !important;
}

li.fa-email > a {
  position: relative;
  line-height: 1.3em;
  /*padding-left: 1.5em !important;*/
  color: #000;
}

.fa-email > a:hover {
  font-weight: 400;
}

.fa-phone, .fa-fax, .fa-email {  
    line-height: 1.2em;
    padding-top: 0.5em;}

.footer-top li.fa-location {
  line-height: 1.2em;
}

.footer-top li.fa-location,
.footer-top li.fa-phone,
.footer-top li.fa-fax {
  margin-left: 18px !important;
}

.footer-top li:not(.uk-nav-header) a:before {
  content: "\f105";
  font-family: FontAwesome;
  padding-right: 5px;
  margin-left: -10px;
}
.footer-top li:not(.uk-nav-header) a {
  margin-left: 10px;
}

.footer-top a {
  color: #666!important;
}

.footer-top a:hover,
.footer-top a:focus {
  color: #666!important;
  background: transparent!important;
}

.footer-top a:hover,
.footer-top a:focus {
  color: #0066b3;
}

.footer-top .uk-nav > li {
  text-align: left !important;
  color: #666;
}

.footer-top .uk-nav > li:not(.uk-nav-header) > a {
  color: #666 !important;
  padding: 0px;
}

.footer-top li.uk-nav-header {
  text-transform: capitalize;
  font-size: 24px;
  color: #0066b3 !important;
  padding: 0px;
  font-family: 'CenturyGothic';
  font-weight: 600;
}

.footer-top li.uk-nav-header a{
  padding: 0px;
  font-weight:600;
  color: #0066b3 !important;  
}
@media (max-width: 1200px) {
  .footer-top .uk-nav-header {
    font-size: 18px!important;
  }
}

section.tm-footer-top.uk-grid {
  overflow-x: hidden;
}

.footer-top .uk-nav-divider {
  margin: 30px;
}

.footer-top li.uk-nav-header:before {
  content: "";
  display: inline;
  display: -moz-inline-stack;
  position: absolute;
  height: 2px;
  width: 100%;
  margin-top: 30px;
  background-color: #0066b3;
  left: 0px;
}

.footer-top li.uk-nav-header:after {
  /* content: ""; */
  display: inline;
  display: -moz-inline-stack;
  position: absolute;
  height: 2px;
  width: 50%;
  margin-top: 30px;
  background-color: #0066b3;
  left: 0px;
}

.uk-navbar-nav > li:first-child{
  
}
nav, .uk-navbar-content, .uk-navbar-brand, .uk-navbar-toggle,
.uk-navbar-nav > li > a {
  height: 50px !important;
  color: #fff !important;
}

.uk-navbar-nav > li > a {
  line-height: 50px;
  padding: 0 20px;
}

@media (max-width: 1219px) {
  .uk-navbar-nav > li > a {
    padding: 0 13px;
    font-size: 14px;
  }
}

@media (max-width: 959px) {
  .uk-navbar-nav > li > a {
    padding: 0 9px;
    font-size: 14px;
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  .uk-navbar-nav > li > a {
    padding: 0 7px;
    font-size: 13px;
  }
  .tm-navbar > .uk-container{
      padding: 0px!important;
  }
}
.uk-navbar-nav > li {
  position: static;
}

.uk-navbar {
  background: #0066b3;
  position: relative;
}

.tm-logo {
  position: relative !important;
}

.tm-logo img {
  /* height: auto !important; */
  /* margin: auto 0; */
}

a.tm-logo {
  display: inline-block;
  width: 32% !important;
  transform: translateY(0%);
}

.tm-toolbar.uk-clearfix.uk-hidden-small.tm-block-dark {
  background: #f4f4f4;
}

.tm-toolbar {
  /* height: 125px; */
  background: #fff;
}

@media (max-width: 960px) {
  .tm-toolbar {
    padding: 0px 30px;
  }
}

@media (max-width: 1024px) {
  .tm-toolbar {
    /* height: 100px !important; */
  }
}

@media (max-width: 768px) {
  .tm-toolbar {
    /* height: 90px !important; */
  }
}

@media (max-width: 767px) {
  .tm-toolbar {
    padding: 0px 10px;
  }
  .career-widget .uk-panel-body {
      padding: 35px 20px;
  }
}

@media (max-width: 480px) {
  .tm-toolbar {
    padding: 0px;
    /* height: 70px !important; */
  }
}

.tm-toolbar .uk-container {
  margin-top: 10px;
  margin-bottom: 10px;
}

@media (max-width: 960px) {
  .tm-toolbar .uk-container {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

@media (max-width: 480px) {
  .tm-toolbar .uk-container {
    padding: 0px;
    margin-top: 10px;
  }
}

@media (max-width: 480px) {
  .tm-toolbar p {
    margin: 10px 0px;
    margin-top: -15px;
  }
}

.uk-navbar-flip {
  float: initial;
  width: 100%;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.uk-navbar-nav {
  margin: 0 auto;
}

.uk-navbar-nav > li > a:before {
  content: none !important;
}

.uk-navbar-nav > li > a:active,
.uk-navbar-nav > li.uk-active > a,
.uk-navbar-nav > li:focus > a,
.uk-nav-navbar > li > a:hover,
.uk-nav-navbar > li.uk-parent > a,
.uk-navbar-nav > li.uk-active > a,
.uk-navbar-nav > li:hover > a,
.uk-navbar-nav > li > a:focus,
.uk-navbar-nav > li.uk-open > a {
  background: #f4f4f4 !important;
  color: #0066b3 !important;
}

@media (min-width: 768px) {
  .uk-dropdown-width-3:not(.uk-dropdown-stack) {
    width: 900px;
  }
}

.uk-dropdown.uk-dropdown-navbar {
  margin: 0 auto;
  position: absolute;
  width: 100%;
  max-width: 1200px;
  -webkit-transform: translate(-18%, 0%);
      -ms-transform: translate(-18%, 0%);
          transform: translate(-18%, 0%);
  left: 18% !important;
  right: 18%;
}

.uk-dropdown.uk-dropdown-navbar ul.uk-nav-sub ul {
    margin-top: 5px;
}

@media (min-width: 1200px) {
  .uk-dropdown.uk-dropdown-navbar {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    left: 0% !important;
    right: 0% !important;
  }
}

.uk-dropdown-navbar {
  background: #f4f4f4;
}

.uk-dropdown-navbar .uk-nav-navbar > .uk-parent > .uk-nav-sub,
.uk-dropdown-navbar .uk-nav-navbar > .uk-parent > div > .uk-nav-sub {
  background: transparent;
}

.uk-dropdown-navbar .uk-nav-navbar ul li {
  line-height: 1.1em;
  padding: 4px 0;
}

@media only screen and (min-width: 1024px) and (orientation: landscape) {
  .uk-dropdown-navbar .uk-nav-navbar ul li {
    padding: 1px;
  }
}

.uk-dropdown-navbar .uk-nav-navbar > li > a {
  color: #0066b3;
  font-weight: 600;
  font-size: 16px;
  position: relative;
  padding-left: 0px;
  border-bottom: 2px solid #0066b3;
}

.uk-dropdown-navbar .uk-nav-navbar ul a {
  color: #666;
  font-weight: 400;
  font-size: 15px;
  padding-top: 15px;
}

@media (max-width:1024px){
  .uk-dropdown-navbar .uk-nav-navbar > li > a{
    font-size: 16px;
    line-height: 1.2em;
  }
  .uk-dropdown-navbar .uk-nav-navbar ul li{
    padding: 0px;
  }
  .uk-dropdown-navbar .uk-nav-navbar ul a {
    padding-top: 5px;
  }

}
@media only screen and (min-width: 1024px) and (orientation: landscape) {
  .uk-dropdown-navbar .uk-nav-navbar ul a {
    padding-top: 5px;
  }
}

.uk-dropdown-navbar .uk-nav-navbar ul ul a {
  color: #999;
  font-weight: 400;
  padding-top: 0px;
}

.uk-dropdown-navbar .uk-nav-navbar ul ul a:hover,
.uk-dropdown-navbar .uk-nav-navbar ul ul a:focus {
  color: #111;
}

.uk-dropdown-navbar .uk-nav-navbar ul a:before,
.uk-dropdown-navbar .uk-nav-navbar ul ul a:before {
  content: "\f105";
  font-family: FontAwesome;
  padding-right: 5px;
  margin-left: -10px;
  width: 10px;
}

.uk-dropdown-navbar .uk-nav-navbar > li > a:before {
  /* content: ""; */
  display: inline;
  display: -moz-inline-stack;
  position: absolute;
  height: 2px;
  width: 100%;
  margin-top: 30px;
  background-color: #0066b3;
  left: 0px;
  z-index: 1;
}

.uk-dropdown-navbar .uk-nav-navbar > li > a:after {
  /* content: ""; */
  display: inline;
  display: -moz-inline-stack;
  position: absolute;
  height: 2px;
  width: 35%;
  margin-top: 30px;
  background-color: #0066b3;
  left: 0px;
  z-index: 2;
}

.uk-grid.uk-dropdown-grid > div > ul {
  margin-right: 10px !important;
}

.uk-grid.uk-dropdown-grid > div:first-child > ul {
  margin-left: 10px !important;
}

.uk-dropdown:not(.uk-dropdown-stack) > .uk-dropdown-grid > [class*='uk-width-']:nth-child(n+2) {
  border-left: 0px !important;
}

.companies-logo p {
  padding-bottom: 15px;
}

.companies-logo {
  position: relative;
}

.companies-logo:before {
  content: "";
  display: inline;
  display: -moz-inline-stack;
  position: absolute;
  height: 2px;
  width: 100%;
  bottom: 0;
  background-color: #0066b3;
  left: 0px;
}

.companies-logo:after {
  content: "";
  display: inline;
  display: -moz-inline-stack;
  position: absolute;
  height: 2px;
  width: 40%;
  bottom: 0;
  background-color: #0066b3;
  left: 0px;
}

.sidebar-menu a:before {
  content: "\f105";
  font-family: FontAwesome;
  padding-right: 5px;
  margin-left: -10px;
}

.sidebar-menu .uk-nav > li > a {
  padding: 5px 0;
  margin-left: 10px;
  line-height: 1.2em;
}

.uk-nav-side > li > a:hover,
.uk-nav-side > li > a:focus,
.uk-nav-side > li.uk-active > a {
  background: transparent;
  color: #0066b3;
}

header + .tm-block-default:not(.tm-block-full-width) {
  border-top: 0px;
}

.uk-offcanvas-bar {
  background: url(../../images/career-texture-bg.jpg);
}

.uk-nav-offcanvas > .uk-parent > .uk-nav-sub, .uk-nav-offcanvas > .uk-parent > div > .uk-nav-sub {
  background: transparent;
}

.uk-offcanvas-page {
  margin-left: 0px !important;
  Initial: 270px;
  position: fixed;
  transition: margin-left 0.3s ease-in-out;
}

.uk-nav-offcanvas > .uk-open > a,
html:not(.uk-touch) .uk-nav-offcanvas > li > a:hover,
html:not(.uk-touch) .uk-nav-offcanvas > li > a:focus {
  background: #1586e2;
  color: #fff;
  text-transform: uppercase;
}

html .uk-nav.uk-nav-offcanvas > li.uk-active > a {
  background: #fff;
  color: #1586e2;
  text-transform: uppercase;
}

html .uk-nav.uk-nav-offcanvas > li > a {
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
}

.uk-nav-offcanvas ul.uk-nav-sub > li.uk-active.uk-parent > a,
.uk-nav-offcanvas ul.uk-nav-sub > li.uk-active:not(.uk-parent),
.uk-nav-offcanvas ul.uk-nav-sub > li > ul > li.uk-active,
html:not(.uk-touch) .uk-nav-offcanvas ul a:hover {
    color: #ffed00;
}

.uk-nav-offcanvas ul a:focus,
.uk-nav-offcanvas ul a:hover,
.uk-nav-offcanvas ul.uk-nav-sub > li.uk-active > ul > li.uk-active > a {
    color: #ffed00!important;
}

.uk-nav-offcanvas ul a {
  color: #ffffff;
}

html .uk-nav.uk-nav-offcanvas ul ul a{
  line-height: 1.1em;
  padding: 5px 0;
}

html .uk-nav.uk-nav-offcanvas ul ul a:before {
  content: "\f105";
  font-family: FontAwesome;
  padding-right: 5px;
  margin-left: -10px;
}

/* 



.uk-nav-offcanvas ul.uk-nav-sub {

    padding-left: 0;

}



.uk-nav-offcanvas ul.uk-nav-sub > li > ul {

    padding-left: 0px;

}



.uk-nav-offcanvas ul li.uk-active.uk-parent > li.active > a {

    color: $color-white;

}



.uk-nav-offcanvas ul.uk-nav-sub > li.uk-active:not(.uk-parent) a {

    color: $color-white;

}





.uk-navbar-flip {

  position: fixed;

  top: 147px;

  right: 0;

  z-index: 981;

  background: #ccc;

  display: inline-block;

  cursor: pointer;

} */
body.companies .uk-article ul {
  list-style: none;
}

body.companies .uk-article ul > li {
  line-height: 1.2em;
  padding-bottom: 5px;
}

body.companies .uk-article ul > li:before {
  content: "\f058";
  font-family: FontAwesome;
  width: 10px;
  margin-left: -1.2em;
  padding-right: 5px;
  color: #0066b3;
}

table#specification-table {
  width: 100%;
}

table#specification-table, table#specification-table td {
  border: 1px solid #333;
}

table#specification-table td {
  padding: 5px 0;
}
div.address .fa-location,
div.address .fa-phone,
div.address .fa-fax,
div.address .fa-email,
div.address .fa-hours,
div.address .fa-services {
  margin-left: 1.5em;
  line-height: 1.5em;
  font-family: 'CenturyGothic';
}

div.address .fa-services:before,
div.address .fa-phone:before,
div.address .fa-phone:before,
div.address .fa-fax:before,
div.address .fa-hours:before,
div.address .fa-location:before,
div.address .fa-email:before {
  font-family: "FontAwesome";
  padding-right: 0.5em;
  color: #0066b3;
  content: " ";
  margin-left: -1.5em;
  width: 1em;
  display: inline-block;
}

.fa-location, .fa-phone, .fa-fax, .fa-email {
  /* margin-left: 1.5em; */
}

div.fa-phone:before {
  content: "\f095"!important;
}

div.fa-fax:before {
  content: "\f1ac"!important;
}

div.fa-location:before {
  content: "\f041"!important;
}

div.fa-email:before {
  font-family: "FontAwesome";
  content: "\f0e0"!important;
}

.homepage .tm-bottom-c .uk-grid-margin {
  margin-top: 0px;
}

.our-brands {
  border: 0px !important;
  padding-top: 50px !important;
}

.homepage .tm-top-c {
  background: url(../../images/advantage-texture-bg.jpg);
  padding: 50px 0;
  color: #fff;
}

.homepage .tm-top-c h2 {
  font-size: 48px;
  font-weight: 300;
  color: #fff !important;
}

.product-highlights-page p.uk-article-meta br {
  display: none;
}

@media (max-width: 767px) {
  .koowa .koowa_table .koowa_table__dates {
    text-align: left;
  }
  .koowa .koowa_table .koowa_table__dates,
  .koowa .koowa_table .koowa_table__download {
    width: 50%;
    display: inline-block;
    float: left;
    position: Relative;
    text-align: right;
    height: 41px;
  }
  .koowa .koowa_table .koowa_table__dates {
    text-align: left;
    padding-left: 35px;
  }
  .koowa_table td:first-child {
    width: 100%;
    display: block;
  }
  .koowa tr {
    position: relative;
    display: inline-block;
  }
}

.koowa .koowa_anchor {
  display: none;
}

a.btn.btn-mini.docman_download__button {
  background: #0066b3;
  color: #fff;
  border-color: #1586e2;
}

a.btn.btn-mini.docman_download__button:hover,
a.btn.btn-mini.docman_download__button:focus {
  background: #1586e2;
  color: #fff;
  border-color: #1586e2;
}

.table-striped tbody > tr:nth-child(odd) > td,
.table-striped tbody > tr:nth-child(odd) > th {
  background-color: #f4f4f4;
}

.koowa .koowa_table .koowa_table__dates {
  text-transform: uppercase;
}

h4.koowa_header {
  display: none !important;
}

form#searchForm > div.uk-panel {
    background: #f4f4f4;
}

.searchResultPage article.uk-article .uk-article-meta {
  display: none;
}

.home-product-highlights .uk-article-meta {
    margin: 0 -10px;
}

.home-product-highlights .uk-margin {
    margin-top: 0px;
    margin-bottom: -30px!important;
    margin-left: -10px;
    margin-right: -10px;
    color: #333;
}

.uk-form select, .uk-form textarea, .uk-form input:not([type]), .uk-form input[type="text"], .uk-form input[type="password"], .uk-form input[type="datetime"], .uk-form input[type="datetime-local"], .uk-form input[type="date"], .uk-form input[type="month"], .uk-form input[type="time"], .uk-form input[type="week"], .uk-form input[type="number"], .uk-form input[type="email"], .uk-form input[type="url"], .uk-form input[type="search"], .uk-form input[type="tel"], .uk-form input[type="color"], .uk-button{
    border-radius: 10px;
}

.uk-search:before{
    color: #fff!important;
}
input.uk-search-field::-webkit-input-placeholder{
    color: #fff!important;
}
input.uk-search-field:-moz-placeholder{
    color: #fff!important;
}
input.uk-search-field {
    color: #fff!important;
}

.uk-accordion-title {
    margin-top: 0;
    margin-bottom: 17px;
    padding: 10px 17px;
    background: #0066b3;
    font-size: 20px;
    line-height: 26px;
    cursor: pointer;
    color: #FFFFFF;
    border: 0px;
    border-radius: 0px;
}

.uk-accordion-title.uk-active{
    background: #faaf43;
}

.uk-accordion-content {
    padding: 0 17px 17px 17px;
    border: 0px;
    position: relative;
    margin-top: -18px;
    padding-top: 30px;
    margin-bottom: 15px;
    background: #f4f4f4;
}

.uk-accordion-title:before {
    content: "\f067";
    position: absolute;
    right: 20px;
    padding-left: 5px;
    font-family: 'FontAwesome';
    font-size: 12px;
    color: #FFFFFF;
}

.uk-accordion-title.uk-active:before {
    content: "\f068";
    color: #ffffff;
}

body:not(.product-highlights-page) .tm-middle .uk-title-article {
    font-size: 36px!important;
    color: #333;
    margin: 25px 0;
    line-height: 1.2em;
    font-weight: 600;
}

@media (max-width: 1366px){
  body:not(.product-highlights-page) .tm-middle .uk-title-article{
    font-size: 32px!important;
  }
}

@media (max-width: 1024px){
  body:not(.product-highlights-page) .tm-middle .uk-title-article{
    font-size: 30px!important;
  }
}

@media (max-width: 768px){
  body:not(.product-highlights-page) .tm-middle .uk-title-article{
    font-size: 28px!important;
  }
}


@media (max-width: 480px){
  body:not(.product-highlights-page) .tm-middle .uk-title-article{
    font-size: 24px!important;
  }
}

.uk-breadcrumb > li:not(.uk-active) > span {
    color: #666;
    font-weight: 400;
}

.uk-breadcrumb > li, .uk-breadcrumb > li > a{
    color: #666;
}

.uk-breadcrumb > li > span{
    color: #0066b3;
    font-weight: 600;
}

ul.uk-breadcrumb {
    max-width: 1150px;
    padding: 5px 20px;
    margin: 0 auto;
    background: transparent;
}

ul.uk-breadcrumb > * {
    font-size: 14px;
}

.uk-breadcrumb > li:nth-child(n+2):before {
    content: "/";
    display: inline-block;
    margin: 0 5px;
    font-family: 'FontAwesome';
}

body:not(homepage) section.tm-top-a {
    background: #f4f4f4;
}


ul.uk-nav.uk-nav-navbar ul.uk-nav-sub > li > a:hover,
ul.uk-nav.uk-nav-navbar ul.uk-nav-sub > li > a:focus {
    color: rgb(250,175,67)!important;
    text-shadow: rgba(250,175,67,0.5) 0px 0px 1px !important;
}

.uk-dropdown-navbar .uk-nav-navbar > li > a:hover,
.uk-dropdown-navbar .uk-nav-navbar > li > a:focus {
    color: #faaf43!important;
    text-shadow: rgba(250,175,67,0.5) 0px 0px 1px !important;
}

.brands-widget {
   min-height: 64px!important;
}

.footer-top .uk-nav>li:not(.uk-nav-header) >a:focus, 
.footer-top .uk-nav>li:not(.uk-nav-header)>a:hover {
    color: #111!important;
}

section.tm-top-a p {
    font-size: 18px;
}

.slideshow-home .uk-slidenav-position .uk-slidenav{
    top: 60%;
}

thead tr:last-child {
    background: #1586e2;
}
tbody {
    background: #f4f4f4;
}
thead {
    background: #0066b3;
    color: #fff;
}

body:not(homepage):not(.companies):not(.career):not(.product-highlights-page) section.tm-middle {
    margin-top: -40px;
}

.uk-width-large-1-3 > img {
    width: 100%;
}

body.companies .uk-width-large-1-3 > img {
      width: 100%;  
}

@media (min-width: 1200px){
ul.uk-breadcrumb > * {
    font-size: 16px;
}
}

.rsform-block:not(:last-child) .formControlLabel:after {
    content: ":";
    padding: 0 5px;
}

.companies-banner{
    background: url(../../images/companies-banner.jpg);
    height: 190px;
    background-size: cover;
    background-position: center;

    display: flex;
    justify-content: center;
    align-items: center;
}

h4.fa-icon-label{
    background: #0066b3;
    text-transform: capitalize;
    color: #fff !important;
    padding: 5px 10px;
    position: relative;
    margin-top: 0px;
    font-weight: 400;
    text-align: center;
    font-siZe: 18px;

}

.product-categories h3.uk-panel-title{
    color: #0066b3;
    font-siZe: 17px;
    line-height: 1.1em;
    margin-bottom: 5px;
}

.company-products-widget h3.uk-panel-title{
    color: #0066b3;
    font-siZe: 18px;
    margin-bottom: 5px;
}

.company-products-widget .uk-margin{
    margin-top: 0px;
}

.company-products-widget span.extra-small{
    font-siZe: 14px;
    font-style: italic;
    margin-top: -0.5em;
    display: block;
}


.company-products-widget > div{
    padding-bottom: 1em;
}

.company-products-widget{
    padding-bottom: 1em;
}

body.companies h3.text-separator{
    font-size: 24px;
    left: 50%;
}

body.companies h3.text-separator:before,
body.companies h3.text-separator:after{
    margin-top: 0.8em;
}

@media (max-width: 479px){
    .company-products-widget *{
         text-align: center;
    }
}

.companies-banner {
    margin-top: 0px!important;
}

.company-products-widget p > strong {
    color: #777;
}

.formResponsive .formHorizontal .formControlLabel {
    width: 100%!important;
}
.formResponsive .formHorizontal .formControls {
    margin-left: 0;
}
.uk-article > ul.uk-pagination {
    display: none;
}

.formBody {font-family: 'CenturyGothic';}

body.career .formResponsive .formHorizontal .formControlLabel {
    width: 100%!important;
    margin-bottom: 0px!important;
}

body.career .formControls {
    margin-left: 0px!important;
}

@media (max-width: 767px){
.tm-block {
    padding: 30px 5px !important;
}
.uk-panel.overview-section img {
    max-width: 70%;
    padding-bottom: 20px;
}
}

ul.uk-navbar-nav > li:nth-child(3) .uk-dropdown {
    width: 330px!important;
    left: -20px!important;
}

ul.uk-navbar-nav > li:nth-child(3){
    position: relative;
}


ul.uk-navbar-nav > li:nth-child(6) .uk-dropdown {
    width: 330px!important;
    left: -20px!important;
}

ul.uk-navbar-nav > li:nth-child(6){
    position: relative;
}

ul.uk-navbar-nav li.uk-parent ul.uk-nav-sub {
    margin-bottom: 15px;
    padding-left: 10px;
}

.hero-banner {
    margin-top: 0px!important;
}


.flex-end{
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

body.about-us .advantages-widget h3 {
    color: #000;
}

.uk-title-article {
    font-size: 24px;
    font-weight: 600;
    color: #0066b3;
}

body.companies .uk-title-article {
    font-weight: 300!important;
}

.uk-panel.uk-text-center-small.footer-top {
    text-align: left!important;
}

.footer-contacts .uk-width-medium-1-4 {
    width: 25%!important;
}

.footer-contacts .uk-width-medium-3-4 {
    width: 75%!important;
    
}

.tm-block.tm-block-full-width.tm-block-default {
    /*margin-top: -1px;*/
}


.footer-contacts {
    margin-top: 15px;
}

.tm-footer-top .nav.menu li.item-306.parent a {
    line-height: 1.2em;
}

.product-categories .uk-width-medium-1-4 {
    width: 25%!important;
}
.product-categories .uk-width-medium-3-4 {
    width: 75%!important;
}

.slideshow-home .uk-overlay-panel {
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.slideshow-home .uk-margin {
    margin-bottom: 5%!important;
}

.rsform-block.rsform-block-submit {
    margin-top: 40px!important;
}

.rsform-block.rsform-block-security {
    height: auto!important;
}

.searchResultPage form#searchForm fieldset:last-child {
    display: none;
}

.tm-fullscreen> .tm-block-full-width > .uk-container {
    max-width: none !important;
    padding: 0 !important;
}

.hero-banner p{
  margin: 0px;
}

.linkhidden.selfhidden{
    pointer-events: none;
}

.product-categories.linkhidden h3.uk-panel-title a,
.company-products-widget.linkhidden h3.uk-panel-title a {
    pointer-events: none;
}

body.companies .product-categories h3.uk-panel-title:before {
    content: "\f0c8";
    font-family: FontAwesome;
    margin-right: 5px;
    font-size: 13px;
}

body.companies.qualitrol h3.uk-panel-title{
    vertical-align: middle;
}