/* ---- GENERAL ---- */

html,
body {
  font-family: 'November LCG', sans-serif;
  font-weight: normal;
  color: #3a3938!important;
  font-size: .95rem;
  letter-spacing: .01em;
  position: relative;
}

hr{
  border-top: 3px solid rgba(0,0,0,0.1);
}

h1, h2, h3, h4{
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  letter-spacing: .05em;
}

h4{
  letter-spacing: .05em;
}

a, a:visited{
  color: #03a9f4;
}

b, strong{
  font-weight: 700;
}

.bg-none{
  background: transparent!important;
}
.bg-light{
  background-color: #eaeaea!important;
}
.bg-dark{
  background-color: #2a2928!important;
}
.bg-grey{
  background-color: #3a3938!important;
}
.bg-blue{
  background-color: #03a9f4!important;
}
.bg-green{
  background-color: #9aca3c;
}
.bg-black{
  background-color: #222222;
}
.bg-white{
  background-color: #ffffff;
}

.blue{
  color: #03a9f4!important;
}
.green{
  color: #9aca3c!important;
}
.white{
  color: #fff!important;
}
.dark{
  color: #3a3938!important;
}
.red{
  color: #e10000!important;
}

.container-fluid{
  max-width: 1200px;
}

/* ---- BUTTONS ---- */

.btn{
  border-radius: 100px;
  padding: 5px 15px;
  font-weight: normal;
  font-size: 14px;
  letter-spacing: .2em;
  border: none;
}

.btn-lg{
  padding: 10px 25px;
  font-size: 18px;
}

.btn-sm{
  letter-spacing: 0.5px;
  padding: 3px 12px;
}

.btn .fa{
  color: #35444b;
  margin: 0px -5px 0px 2px;
}

.btn-success,
a.btn-success{
  background-color: #9aca3c;
  color: #fff;
}

.btn-success:hover,
.btn-success:active,
.btn-success:focus{
  background-color: #85b329;
}

.btn-info,
a.btn-info{
  background-color: #03a9f4;
  color: #fff;
}

.btn-info:hover,
.btn-info:active,
.btn-info:focus{
  background-color: #0094d7;
}

.btn-white,
a.btn-white{
  border: 2px solid #eaeaea;
  background-color: #fff;
  color: #3a3938;
}

.btn-white:hover,
.btn-white:active,
.btn-white:focus{
  background-color: #3a3938;
  color: #fff!important;
}

.btn-light,
a.btn-light{
  background-color: #eaeaea;
  color: #3a3938;
}

.btn-light:hover,
.btn-light:active,
.btn-light:focus{
  background-color: #3a3938;
  color: #fff!important;
}

a.btn-light .fa,
a.btn-light .fas,
a.btn-light .far{
  color: #03a9f4;
}

.btn-linkedin,
a.btn-linkedin{
  background-color: #0a66c2;
  color: #fff;
}

.btn-linkedin:hover,
.btn-linkedin:active,
.btn-linkedin:focus{
  background-color: #004b96;
  color: #fff!important;
}

.btn-youtube,
a.btn-youtube{
  background-color: #FF0000;
  color: #fff;
}

.btn-youtube:hover,
.btn-youtube:active,
.btn-youtube:focus{
  background-color: #d50000;
  color: #fff!important;
}

.btn-white .fa{
  color: #03a9f4;
}

.bg-blue .btn-white{
  border: none;
}

.table-bordered {
    border: none;
}

.table-bordered td, .table-bordered th {
    border: 2px solid #eaeaea;
    border-right: none;
    border-left: none;
}


/* ---- TOPBAR ---- */

.top-bar .navbar{
  padding: 0;
  font-size: .9rem;
  letter-spacing: .7px;
}

#topNav .navbar-nav .nav-link{
  color: #3a3938;
  padding: .7rem 1.2rem;
  transition: all .3s;
}

#topNav .navbar-nav .nav-link.bg-blue{
  color: #fff;
}

#topNav .navbar-nav .nav-link.bg-blue:hover,
#topNav .navbar-nav .nav-link.bg-blue:active,
#topNav .navbar-nav .nav-link.bg-blue:focus{
  background-color: #0094d7!important;
}

.top-bar .navbar-nav{
  flex-direction: row;
}

.top-bar .navbar-nav .nav-item.dropdown{
  max-height: 40px;
}
.top-bar .navbar-nav .dropdown-menu{
  margin-top: 2px;
}

.top-bar .navbar-nav .dropdown-menu .fi{
  margin-right: 10px;
}

.navbar a:visited{
  color: inherit;
}


/* ---- HEADER | NAVIGATION ---- */

header.header{
	box-shadow: 0px 2px 10px rgba(0,0,0,0.15);
}

.header .navbar .navbar-brand{
  padding: 0;
}

.header-logo{
  max-height: 55px;
}

@media (max-width: 768px){
  .header-logo{
    max-height: 45px;
  }
}

#navbarMain .navbar-nav .nav-link{
  color: #3a3938;
  font-size: 1.2em;
}

#navbarMain .navbar-nav .nav-link:focus, #navbarMain .navbar-nav .nav-link:hover {
    color: #2a2928;
}

@media (min-width: 992px){
  #navbarMain .navbar-nav .nav-link {
      padding-right: 1rem;
      padding-left: 1rem;
  }
}

.sub-header-mobile ul.usps{
  list-style-type: none;
  text-align: center;
  width: 100%;
  margin: 0;
  padding: 10px 0px;
}
.sub-header-mobile ul.usps li{
  display: inline-block;
  margin-right: 20px;
  color: #fff;
  font-weight: 200;
  font-size: .9rem;
  letter-spacing: 1px;
}

.navbar-toggler{
	border: none;
	color: #03a9f4!important;
	font-size: 2rem;
  padding: 0.6rem 0.75rem 0.2rem 0.75rem;
}


/* ---- Dropdowns ---- */

.dropdown-toggle::after {
  display: inline-block;
  margin-left: 7px; 
  vertical-align: middle;
  font-family: "Font Awesome 5 free";
  content: "\f078";
  font-weight: 900;
  color: #03a9f4;
  border: none;
}

.dropdown.show .dropdown-toggle::after {
	transform: rotate(-90deg);
	margin-top: -7px;
	transition: all .1s;
}

.dropdown-toggle.mobile-search::after {
  display: none;
}

.dropdown.dropdown-full-width{
	position: static;
}

.dropdown-menu{
	margin-top: 34px;
  border: 0px;
  border-radius: 0px;
  transition: all .3s;
  box-shadow: 0px  0px 0px 2000px rgba(0,10,50,0.45);
}

.dropdown.dropdown-full-width .dropdown-menu{
	width: 100%;
	padding: 0px;
	margin-top: 23px;
   border-bottom-left-radius: 3px;
   border-bottom-right-radius: 3px;
}

.dropdown-menu {
   display: block;
   opacity: 0;
   padding: 0;
   max-height: 0;
   overflow: hidden;
   transition: all .1s ease-in;
   border-bottom-left-radius: 3px;
   border-bottom-right-radius: 3px;
}

.dropdown-menu.dropdown-small{
  border-top: 3px solid #03a9f4;
}

.dropdown-small .dropdown-item {
  padding: 0.75rem 1.5rem;
  border-bottom: 1px solid #e4e4e4;
  transition: all .2s;
}

.dropdown-small .dropdown-item:last-child{
  border-bottom: none;
}

.dropdown-menu .col,
.dropdown-menu .row{
  padding: 0;
  margin: 0;
}

 .dropdown-menu.show {
   max-height: 900px;
   opacity: 1;
   padding: 0.5rem 0;
}

ul.dropdown-nav-main{
	list-style-type: none;
	padding: 16px 0px 20px 0px;
	border-top: 3px solid #0190d0;
}

ul.dropdown-nav-main a.menu-item{
	padding: 10px 40px;
	display: block;
	text-decoration: none;
	color: #fff;
	letter-spacing: 2px;
	transition: all .2s;
}

ul.dropdown-nav-main a.menu-item::after,
ul.dropdown-nav-secundair a.menu-item::after{
  display: block;
  float: right;
  font-family: "Font Awesome 5 free";
  content: "\f054";
  font-weight: 900;
  color: #fff;
}

ul.dropdown-nav-main a.menu-item:hover,
ul.dropdown-nav-main a.menu-item:focus,
ul.dropdown-nav-main a.menu-item:active,
ul.dropdown-nav-main a.menu-item.active{
	color: #3a3938;
	background: #fff;
}
ul.dropdown-nav-main a.menu-item:hover::after,
ul.dropdown-nav-main a.menu-item:focus::after,
ul.dropdown-nav-main a.menu-item:active::after,
ul.dropdown-nav-main a.menu-item.active::after{
	color: #03a9f4;
}

.dropdown.hover>.dropdown-menu-child {
  display: none;
}

.dropdown.hover:hover>.dropdown-menu-child {
  display: flex;
  flex-direction: row;
}

.tab-content .col-left{
  border-top: 3px solid rgba(0,0,0,0.10);
}

.tab-content .col-right{
  border-top: 3px solid rgba(0,0,0,0.15);
}

.dropdown-title{
  padding: 10px;
  width: 100%;
}

.dropdown-title h4{
  font-size: 1.3rem;
  letter-spacing: .1em;
  margin-top: 10px;
}

.dropdown-title a.btn{
  font-size: 13px;
  letter-spacing: .15em;
}

.dropdown-title .category-icon{
  float: right;
  max-width: 120px;
  max-height: 65px;
  margin: 10px -10px 0px 0px;
}

ul.dropdown-nav-secundair{
  display: inline-block;
  font-size: .9rem;
  padding-top: 15px;
  padding-bottom: 25px;
  margin-top: 15px;
  border-top: 3px solid #eaeaea;
  min-width: 224px;
}

ul.dropdown-nav-secundair a.menu-item{
  padding: 4px 10px;
  display: block;
  text-decoration: none;
  color: #3a3938;
  letter-spacing: 1px;
  transition: all .2s;
}
ul.dropdown-nav-secundair a.menu-item:hover{
  background: #f0f0f0;
}

ul.dropdown-nav-secundair a.menu-item::after{
  color: #03a9f4;
  float: right;
  margin-left: 20px;
}

h5.filter-title{
  font-size: 1em;
  font-weight: 700;
  letter-spacing: 1px;
  color: #03a9f4;
  margin-top: 20px;
}

ul.filter-list{
  list-style-type: none;
  padding-left: 10px;
  font-size: .9rem;
  line-height: 170%;
  letter-spacing: 1px;
}

ul.filter-list a{
  color: #3a3938;
}

ul.filter-list .quantity{
  opacity: .5;
  margin-left: 4px;
}

.nav .dropdown-divider{
  margin: 5px 12%;
  width: 76%;
  border-color: rgba(0,0,0,0.1);
  border-width: 3px;
}

.dropdown-toggle.mobile-search{
  border: none;
  color: #3a3938!important;
  font-size: 1.8rem;
  padding: 0.6rem 0.75rem 0.2rem 0.75rem;
}

.dropdown.dropdown-full-width .dropdown-menu.search{
  background: #eaeaea;
  width: 100%;
  margin: 0px;
}

.dropdown.dropdown-full-width .dropdown-menu.search.show{
  padding: 30px;
}

.dropdown.dropdown-full-width .dropdown-menu.search button.btn-info{
  border-radius: 0px 4px 4px 0px;
}
.dropdown.dropdown-full-width .dropdown-menu.search button.btn-info .fa{
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.4rem;
}

/* ---- Searchform ---- */

#navbarMain form.form-search{

}

#navbarMain form.form-search input,
#navbarMain form.form-search button{
  border: none;
}

#navbarMain form.form-search{
  border: 2px solid #d8d7d7;
  border-radius: 80px;
  font-size: .9rem;
  overflow: hidden;
}

#navbarMain form.form-search input{
  font-size: .85rem;
  letter-spacing: .7px;
}

#navbarMain form.form-search button,
#navbarMain form.form-search button:focus,
#navbarMain form.form-search .form-control:focus{
  background: transparent!important;
  border: none!important;
  outline: none!important;
  box-shadow: none;
}

#navbarMain form.form-search button .fa{
  color: #03a9f4;
  padding-left: 10px;
  font-size: 1.1rem;
  border-left: 2px solid #d8d7d7;
}

/* ---- Breadcrumbs ---- */

.breadcrumbs{
  padding: 10px 0px;
}

.breadcrumb {
  padding: 0;
  margin-bottom: 0;
  background-color: transparent;
  border-radius: 0;
}

li.breadcrumb-item{
  letter-spacing: 1px;
}

li.breadcrumb-item a{
  color: #fff;
}

.breadcrumb-item.active {
  color: #fff;
}
.breadcrumb-item+.breadcrumb-item {
    padding-left: 0.8rem;
}
.breadcrumb-item+.breadcrumb-item::before {
  float: left;
  padding-right: 0.8rem;
  color: rgba(0,0,0,0.3);
  font-family: "Font Awesome 5 free";
  content: "\f054";
  font-weight: 900;
}

/* ---- HOMEPAGE GENERAL ---- */




/* ---- SLIDER-HOME ---- */

.carousel-item{
  max-height: 350px;
}

.carousel-item h2{
  font-size: 1.8em;
}

.carousel-item img.carousel-img{
  float: right;
  margin-top: -30px;
  margin-right: -200px;
}

.carousel-caption{
  top: 0;
  bottom: 0;
  right: auto;
  left: 0;
  max-width: 45%;
  font-size: 1rem;
  text-align: left;
  padding: 40px 0px 0px 0px;
}

@media (min-width: 1600px){
  .carousel-caption{
    padding: 40px 0px 0px 200px;
  }
  .carousel .container{
    max-width: 1600px;
  }
  .carousel-item img.carousel-img{
    margin-right: 0px;
  }
}


@media (max-width: 1366px){
  .carousel-item img.carousel-img{
    margin-right: -80px;
  }
}

@media (max-width: 1250px){
  .carousel-item{
    max-height: 240px;
  }
  .carousel-caption{
    max-width: 65%;
    padding-top: 20px;
  }
  .carousel-item img.carousel-img{
    margin: -80px 0px 0px 0px;
    opacity: .3;
  }
  .carousel-caption .text{
    color: #fff;
  }
}

@media (max-width: 991px){
  .carousel-caption{
    max-width: 85%;
    padding-top: 20px;
  }
  .carousel-item img.carousel-img{
    margin: -80px -80px 0px 0px;
    opacity: .3;
  }
}

.carousel-indicators li {
  width: 10px;
  height: 10px;
  margin-right: 4px;
  margin-left: 4px;
  text-indent: -999px;
  border-radius: 50px;
  cursor: pointer;
  background-color: transparent;
  border: 3px solid #fff;
  opacity: 1;
  transition: all .3s;
}

.carousel-indicators .active {
    background: #fff;
}

.lead-home.mobile{
  padding: 20px 15px;
  text-align: center;
  font-size: .85rem;
} 

.lead-home.mobile h1{
  font-size: 1.1rem;
  letter-spacing: .5px;
}

/* ---- CATEGORIES HOME ----*/

section .container{
	padding: 0;
}

.product-cats-home .category-block{
  margin-top: 50px;
  text-align: center;
}

.product-cats-home .category-block .inner{
  background-color: #03a9f4;
  padding: 0px 20px 20px 20px;
}

.product-cats-home a.category-block{
  display: flex;
}

.category-block h3{
  font-size: 1.2rem;
  margin-top: 20px;
}

.product-cats-home .category-block.cta .inner{
  padding: 10px 20px;
  text-align: left;
}

.product-cats-home .category-block.cta h3{
  letter-spacing: 1px;
  color: #fff;
}
.product-cats-home .category-block.cta h5{
  letter-spacing: 1px;
  font-size: 1.1rem;
  font-weight: 700;
}

.product-cats-home .category-block a.inner{
  padding: 0px;
  display: block;
  overflow: auto;
  color: #222;
  min-height: 240px;
  text-decoration: none;
}

.product-cats-home .category-block a.inner h3{
  margin: 0;
}

.product-cats-home .category-block a.inner .top{
  height: 75%;
  background-size: 100% auto;
  background-position: center center;
  transition: all .5s;
  background-color: #03a9f4;
  background-blend-mode: multiply;
  -webkit-background-blend-mode: multiply;
  opacity: .75;
}

.product-cats-home .category-block a.inner.compressors .top{
  background-image: url('/images/bg-cat-block-Compressors.jpg');
}
.product-cats-home .category-block a.inner.evaporators .top{
  background-image: url('/images/bg-cat-block-Evaporators.jpg');
}
.product-cats-home .category-block a.inner.condensers .top{
  background-image: url('/images/bg-cat-block-Condensers.jpg');
}
.product-cats-home .category-block a.inner.waterchillers .top{
  background-image: url('/images/bg-cat-block-Waterchillers.jpg');
}
.product-cats-home .category-block a.inner.freezers .top{
  background-image: url('/images/bg-cat-block-Freezers.jpg');
}
.product-cats-home .category-block a.inner.icemachines .top{
  background-image: url('/images/bg-cat-block-IceMachines.jpg');
}
.product-cats-home .category-block a.inner.parts .top{
  background-image: url('/images/bg-cat-block-Parts.jpg');
}

.product-cats-home .category-block a.inner .bottom{
  height: 25%;
  transition: all .5s;
  padding-top: 15px;
  background-color: #eaeaea;
}

.product-cats-home .category-block a.inner .description{
  height: 0px;
  margin-top: 10px;
  padding: 0px 20px;
  opacity: 0;
  overflow: hidden;
  transition-property: height;
  transition-duration: .2s;
  transition-delay: 0s;
}

.arrow-top{
  position: absolute;  
  margin-top: -25px;
  margin-left: 120px;
  width: 0; 
  height: 0; 
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 15px solid #eaeaea;
}

@media (min-width: 991.1px){
  .product-cats-home .category-block a.inner:hover .bottom{
    height: 85%;
  }
  .product-cats-home .category-block a.inner:hover .top{
    height: 15%;
  }
  .product-cats-home .category-block a.inner:hover .description{
    height: 60%;
    opacity: 1;
  }
}

@media (max-width: 575px){
  .product-cats-home .category-block a.inner{
   min-height: 10px;
   border-radius: 5px;
  }
  .product-cats-home .category-block .inner .top,
  .product-cats-home .category-block .inner .arrow-top{
   display: none;
  }
  .col.category-block{
    padding-right: 7px;
    padding-left: 7px;
  }
  .product-cats-home .category-block .bg-blue .fa.cat-icon{
    font-size: 1.8rem;
    margin: 5px;
  }
  .product-cats-home .category-block {
    margin-top: 10px;
  }
  .product-cats-home .category-block a.inner .bottom {
    padding: 15px 0px 10px 0px;
    height: auto;
  }
  section#Categories{
    padding-top: 30px;
  }
}

.employee-cta{
	position: absolute;
	bottom: 0;
	right: 0;
	max-width: 120px;
	margin-right: -10px;
}

@media (min-width: 768px) and (max-width: 1175px){
  .employee-cta{
    display: none;
  }
}
@media (max-width: 600px){
  .cta h3{
    padding-right: 50px;
  }
}

/* ---- PRODUCT PAGE ---- */

/* ---- Image carousel ---- */


li.splide__slide{
  max-height: 410px!important;
}
@media (max-width: 768px){
  li.splide__slide{
    max-height: 280px!important;
  }
}

section#thumbnail-carousel{
  margin-top: 15px;
}

.splide__slide img {
  width: auto;
  height: 100%;
  cursor: pointer;
  margin: 0 auto;
  display: block;
}

@media (max-width: 481px){
  a.glightbox img{
  width: 100%;
  height: auto;
  cursor: pointer;
  margin: 0 auto;
  display: block;
  }
}


.splide__slide {
  opacity: 0.6;
}

.splide__track--nav>.splide__list>.splide__slide {
   border: 5px solid transparent;
}

.splide__track--nav>.splide__list>.splide__slide.is-active{
  border: 5px solid #eaeaea;
  background: #eaeaea;
}

.splide__slide.is-active {
  opacity: 1;
}

.splide__arrow {
  background: #fff;
}

.ekko-lightbox .modal-body {
  padding: 0;
}
.modal-content {
  box-shadow: 0px 0px 300px rgba(0,0,0,0.7);
}

.splide__track--nav>.splide__list>.splide__slide {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}

.splide__track--fade>.splide__list>.splide__slide {
    margin: 0 !important;
    opacity: 0;
    z-index: 0;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}

/* ----Glightbox----*/

.goverlay {
    background: rgba(0,0,0,.9)!important;
}

@media (max-width: 768px){
  .glightbox-clean .gnext,
  .glightbox-clean .gprev {
    top: auto!important;
    bottom: 0;
    margin-bottom: 100px;
  }
  .glightbox-container .ginner-container{
    padding: 0 15px;
  }
}

.splide__slide a.glightbox[data-type="video"]::after{
  background: #03a9f4;
  border: 0;    
  border-radius: 100%;
  text-align: center;
  color: #fff;
  color: var(--plyr-video-control-color, #fff);
  left: 50%;
  padding: 15px 15px 15px 20px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: .3s;
  z-index: 2;    
  width: 75px;
  height: 75px;
  content: '\f04b';
  font-size: 30px;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

.splide__slide[data-type="video"]::after{
  background: #03a9f4;
  border: 0;    
  border-radius: 100%;
  text-align: center;
  color: #fff;
  color: var(--plyr-video-control-color, #fff);
  left: 50%;
  padding: 5px 5px 5px 8px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: .3s;
  z-index: 2;    
  width: 35px;
  height: 35px;
  content: '\f04b';
  font-size: 16px;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  opacity: 1;
}

@media(max-width: 600px){
  .splide__slide[data-type="video"]::after{
  width: 25px;
  height: 25px;
  font-size: 10px;

  }
}



/* ---- Action widgets ---- */

.product-cta-buttons .btn{
  padding: 15px 10px;
  font-size: 1em;
  letter-spacing: .1em;
}

.product-cta-buttons .btn.btn-white{
  padding: 15px 10px;
  border: none;
  box-shadow: inset 0 0 0 3px #eaeaea;
}

.product-cta-buttons .btn.btn-white:hover,
.product-cta-buttons .btn.btn-white:active,
.product-cta-buttons .btn.btn-white:focus{
  box-shadow: none;
}

@media (max-width: 768px){
  .product-cta-buttons .btn{
    width: 47%;
    margin-right: 15px;
    float: left;
  }
}

@media (max-width: 529px){
  .product-cta-buttons .btn{
    margin-right: 10px;
    font-size: .8rem;
    margin-bottom: 10px;
  }
}
@media (max-width: 440px){
  .product-cta-buttons .btn{
    width: 100%;
  }
}
/* ---- Product tabs ---- */

.product-tabs.nav-pills{  
  border-bottom: 3px solid #03a9f4;
}

.product-tabs.nav-pills .nav-link {
  background-color: #eaeaea;
  border-radius: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  font-size: 1rem;
  letter-spacing: 1px;
  padding: 1rem 2rem;
  margin-right: 15px;
}

@media (max-width: 560px){
  .product-tabs.nav-pills .nav-link {
    font-size: 1rem;
    letter-spacing: .2px;
    padding: .5rem 1rem;
    margin-right: 10px;
  }
}

@media (max-width: 420px){
  .product-tabs.nav-pills .nav-link {
    font-size: .85rem;
    letter-spacing: .2px;
    padding: .5rem 1rem;
    margin-right: 5px;
  }
}

@media (max-width: 364px){
  .product-tabs.nav-pills .nav-link {
    font-size: .85rem;
    letter-spacing: 0px;
    padding: .5rem .6rem;
    margin-right: 4px;
  }
}

.product-tabs.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  color: #fff;
  background-color: #03a9f4;
}

form.estimate-form .form-control{
  border: none;
  font-size: .95rem;
  letter-spacing: .7px;
}
/* ---- Productpage sidebar ----*/

.cta{
  position: relative;
}

.product-page .cta h3 {
  color: #fff;
  font-size: 1.55rem;
}

.news-letter-form{
  margin: 30px 0px;
  padding: 20px 0px;
  border-top: 3px solid #eaeaea;
  border-bottom: 3px solid #eaeaea;
}

.sidebar form.form-newsletter input.form-control{
  background: #eaeaea;
  border: 2px solid #eaeaea;
  border-right: none;
  font-size: .9rem;
}

.sidebar form.form-newsletter input.form-control:focus{
  background: #fff;
  font-size: .85rem;
}

form .form-control:focus{
  outline: none!important;
  box-shadow: none;
}

.sidebar h4{
  font-size: 1.2rem;
  letter-spacing: .5px;
}

.testimonial{
  background: #eaeaea;
  padding: 1rem;
}

.testimonial-content{
  font-size: .85rem;
}

.testimonial-content a{
  white-space: nowrap;
  font-weight: 500;
}

.testimonial-relation{
  margin-top: 15px;
  font-size: .85rem;
}

.testimonial-relation img.portrait{
  float: left;
  max-width: 70px;
  margin: 0px 15px 0px 0px;
  border-radius: 150px;
}

.testimonial-header .fa-quote-left{
  color: #03a9f4;
  font-size: 46px;
  margin-right: 15px;
  display: inline-block;
  float: left;
}

.testimonial-header .rating .fa{
  color: #fdc400;
}

.related-products{
  margin: 30px 0px;
  padding: 20px 0px;
  border-top: 3px solid #eaeaea;
  border-bottom: 3px solid #eaeaea;
}

a.product{
  padding: 10px 5px;
  display: block;
  color: #3a3938;
  text-decoration: none;
}

a.product .read-more{
  color: #03a9f4;
}

a.product .col{
  padding: 0px;
}

a.product .product-thumb{
  width: 55px;
  height: 55px;
  overflow: hidden;
  text-align: center;
  float: left;
  margin: 5px 10px 5px 0px;  
}

a.product .product-thumb{
  width: 70px;
  height: 55px;
  overflow: hidden;
  text-align: center;
  float: left;
  margin: 5px 10px 5px 0px;  
}

a.product .product-thumb img{
  display: inline;
  height: 60px;
  width: auto;
}


.related-products.device a.product{
	display: block;
}

/* ---- Popup Modal PDF Download ---- */

.modal.blue-header .close {
  font-size: 2.5rem;
  color: #000;
  text-shadow: none;
  opacity: 1;
}

.modal.blue-header .modal-header,
.modal.blue-header .modal-content,
.modal.blue-header .modal-footer{
  border: none;
  border-radius: 0px;
}

.modal.blue-header .modal-content{
  background-image: url('/images/bg-top-modal.svg');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
}

.modal.blue-header .modal-body{
  padding: 30px;
}

#newsletterPopUp.modal .newsletter-form input{
  border: none;
}

#newsletterPopUp.modal .modal-footer a{
  color: #3a3938;
}

.hos-info{
  padding: 15px;
  border: 3px solid #9aca3c;
  margin-bottom: 30px;
  overflow: auto;
}

.hos-info a.btn .far{
  color: rgba(0,0,0,0.3);
} 

/* ---- GLOBAL SECTIONS ---- */


/* ---- Section USP ---- */

.section-usp h3{
  font-size: 1.4rem;
  line-height: 2rem;
}

.table-service .material-symbols-outlined,
.table-service .fab,
.table-service .fa{
  color: #03a9f4;
  float: left;
  margin: 0px 10px 0px 0px;
}

.table-service .fab,
.table-service .fa{
  margin-top: 3px;
}

.table-service.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255,255,255,.5);
}

@media (max-width: 768px){
  .section-usp{
    text-align: center;
  }
  .table-service .material-symbols-outlined {
    color: #03a9f4;
    float: none;
    display: block;
    margin: 0px 10px 10px 0px;
  }
}


/* ---- Section 5 Steps ---- */
  .section-steps h2{
    font-size: 2rem;
  }
  .section-steps h3{
    font-size: 1.6rem;
  }

.col-steps .bg-white{
  box-shadow: 0px 0px 15px 10px rgba(0,50,100,0.15);
}

.step-block{
  padding: 20px;
  margin-bottom: 30px;
}

.step-block h2{
  text-align: right;
  font-size: 3rem;
  color: #68cbf8;
}

.step-block h4{
  font-size: 1.3rem;
  letter-spacing: .1rem;
  padding: 20px 0px 10px 0px;
}

.step-block.bg-blue h4{
  color: #fff;
}

.step-block .material-symbols-outlined{
  color: #03a9f4;
  float: left;
  font-size: 3rem;
}

.step-block.bg-blue .material-symbols-outlined{
  color: #026795;
}

.arrow{
  position: absolute;
  right: 0;
  top: 0;
  margin-top: 40px;
  margin-right: 1px;
  width: 0; 
  height: 0; 
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 15px solid #03a9f4;
}

.bg-white .arrow{
  border-left: 15px solid #fff;
}

@media (min-width: 481px) and (max-width: 991px){
  .section-steps h3{
    font-size: 1.3rem;
  }

  .section-steps .container-fluid{
    padding: 0px 25px;
  }

  .col.col-steps{
    flex: 0 0 50%;
    max-width: 50%;
  }  
  .col.col-steps.col5{
    flex: 100%;
    max-width: 100%;
  }
  .col.col-steps.col4{
    order: 3;
    display: flex;
  }
  .col.col-steps.col3{
    order: 4;
    display: flex;
  }

  .col.col-steps.col2 .arrow,
  .col.col-steps.col4 .arrow{
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 15px solid #fff;
    bottom: 0;
    top: auto;
    z-index: 500;
    margin-right: 60px;
    margin-bottom: -5px;
  }

  .col.col-steps.col3 .arrow{
    right: auto;
    left: 0;
    top: 0;
    margin-top: 40px;
    margin-left: 0px;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: none;
    border-right: 15px solid #03a9f4;
  }

}


@media (max-width: 480.99px){
  .section-steps h3{
    font-size: 1.2rem;
  }
  .section-steps .container-fluid{
    padding: 0px 25px;
  }
  .col.col-steps{
    flex: 100%;
    max-width: 100%;
  }    

  .col.col-steps.col .arrow{
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 15px solid #fff;
    bottom: 0;
    top: auto;
    z-index: 500;
    margin-right: 60px;
    margin-bottom: -5px;
  }

  .col.col-steps.col1 .arrow,
  .col.col-steps.col3 .arrow{
    border-top: 16px solid #03a9f4;
  }
  .step-block .material-symbols-outlined{
    display: none;
  }
  .step-block{
    padding: 10px 20px;
  }
  .step-block h2,
  .step-block h4{
    display: inline;
    letter-spacing: .05rem;
  }
  .step-block h2{
    font-size: 2rem;
    margin-right: 5px;
  }
}

/* ---- Section FAQ ---- */

.accordion .card{
  border-radius: 0px;
  border: none;
  margin-bottom: 15px;
}

.accordion .card:hover,
.accordion .card.active{
  box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
}

.accordion .card-header{
  background: #fff;
  padding: 0;
  border: none;
}

.accordion .card-header h2 .btn-link{
  font-family: 'Montserrat', sans-serif;
  color: #3a3938;
  font-weight: 700;
  letter-spacing: .05rem;
  padding: 15px 40px 15px 20px;
  text-decoration: none;
}

.accordion .card .card-header h2 .btn-link::before{
  position: absolute;
  right: 0;
  width: 20px;
  text-align: center;
  margin-top: 3px;
  margin-right: 20px;
  top: 0;
  font-size: 2rem;
  height: 15px;
  width: 15px;
  font-family: 'Montserrat', sans-serif;
  content: "+";
  font-weight: 700;
  color: #9aca3c;
}

.accordion .card.active .card-header h2 .btn-link::before{
  content: "-";
}

.accordion .card-body {
  padding: 0px 20px 20px 20px;
}

/* ---- Section review / News ---- */

.news-wrap{
  margin-left: 20px;
  padding-left: 30px;
  border-left: 3px solid #eaeaea;
  height: 90%;
  min-height: 90%;
}

a.news-article{
  padding: 10px 5px;
  display: block;
  color: #3a3938;
  text-decoration: none;
}

a.news-article .read-more{
  color: #03a9f4;
}

a.news-article .col{
  padding: 0px;
}

a.news-article .product-thumb{
  width: 120px;
  height: 100px;
  overflow: hidden;
  text-align: center;
  float: left;
  margin: 5px 10px 5px 0px;  
}

a.news-article .product-thumb img{
  display: inline;
  height: 100px;
  width: auto;
}

@media (max-width: 575px){
  .news-wrap {
    margin-left: 0px;
    padding-left: 0px;
    border-left: none;
    height: auto;
    min-height: 100%;
  }
  .news-article{
    border-bottom: 3px solid #eaeaea;
  }
  .news-article img{
    margin: 5px 0 10px 0;
  }
  .section-review .embed-responsive{
    margin-bottom: 30px;
  }
  .section-usp.py-5,
  .section-review.py-5{
    padding-top: 2rem!important;
    padding-bottom: 2rem!important;
  }

}



/* ---- Section latest additions ---- */
.latest-add-wrap{
  margin-left: 20px;
  padding-left: 30px;
  border-left: 3px solid #eaeaea;
}

.latest-add-wrap>.row{
	margin-bottom: 30px;
	}

.latest-add-wrap a.product{
  padding: 10px;
  background: #fff;
  display: block;
  color: #3a3938;
  text-decoration: none;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.15);
  border: 2px solid #eaeaea;
  transition: all .2s;
}

.latest-add-wrap a.product:hover{
  background: #eaeaea;
  box-shadow: none;
}

.latest-add-wrap a.product .read-more{
  color: #03a9f4;
}

.latest-add-wrap a.product .col{
  padding: 0px;
}

.latest-add-wrap a.product .product-thumb{
  width: 90px;
  height: 70px;
  overflow: hidden;
  text-align: center;
  float: left;
  margin-right: 10px;  
}

.latest-add-wrap a.product .product-thumb img{
  display: inline;
  height: 70px;
  width: auto;
}

@media (min-width: 769px) and (max-width: 991px){
 	.latest-add-wrap a.product .product-thumb{
 		width: 70px;
  	height: 50px;
 	}
	.latest-add-wrap a.product .product-thumb img{
		height: 50px;
	}
  .latest-add-wrap{
    margin-left: 0px;
    padding-left: 20px;
  }
}

@media (max-width: 768px){
  .latest-add-wrap{
    margin: 0;
    padding: 0;
    border: none;
  }
}

@media (max-width: 575px){
	.latest-add-wrap>.row{
		margin-bottom: 0px;
	}
  .latest-add-wrap a.product {
    width: 100%;
    margin-bottom: 20px;
    height: auto!important;
  }
}

/* ---- CATEGORY PAGE ---- */

.category-header h1{
  margin: 0;
}

.nav.cat-menu .nav-link{
  background: #eaeaea;
  padding: 8px 25px;
  border-radius: 2px;
  color: #3a3938;
  letter-spacing: 1px;
  font-size: 1rem;
  transition: all .2s;
}

.nav.cat-menu .nav-item{
  margin-bottom: 7px;
}

.nav.cat-menu .nav-item:last-child{
  margin-bottom: 0px;
}

.nav.cat-menu .nav-link .fa{
  float: right;
  margin-top: 3px;
  color: #03a9f4;
}

.nav.cat-menu .nav-link:hover,
.nav.cat-menu .nav-link.active{
  background: #03a9f4;
  color: #fff;
}
.nav.cat-menu .nav-link:hover .fa,
.nav.cat-menu .nav-link.active .fa{
  color: #3a3938;
}

.filter-wrap{
  background: #eaeaea;
  padding: 15px 25px;
  border-radius: 2px;
  margin-bottom: 15px;
  color: #3a3938;
}

.filter-wrap h5{
  letter-spacing: 1px;
  font-size: 1.1rem;
  font-weight: 700;
}

ul.filter-list{
  list-style-type: none;
  padding: 0;
  margin: 0;
}

li.form-check input,
li.form-check label{
  cursor: pointer;
}

.form-check-label .amount{
  color: rgba(0,0,0,0.5);
  font-size: .8rem;
  padding-left: 5px;
}

a.filter-collapse{
  text-decoration: none;
  margin-top: 5px;
}

a.filter-collapse .fa{
  color: #3a3938;
  padding-right: .25rem;
}

a.filter-collapse[aria-expanded="false"] > .expanded,
a.filter-collapse[aria-expanded="true"] > .collapsed {
  display: none;
}

a.cat-product{
  padding: 25px 0px;
  border-bottom: 3px solid #eaeaea;
  overflow: auto;
  color: #3a3938;
  text-decoration: none;
  transition: all .2s;
}

a.cat-product:hover{
  background: #f2f2f2;
}

.cat-product:first-child{
  border-top: 3px solid #eaeaea;
}

.cat-product h2{
  font-size: 1.5rem;
  letter-spacing: 
}

.cat-product .pipe{
  color: #cecece;
  margin: 0px 15px;
}

.cat-product h2 .pipe,
.cat-product .meta-filter .pipe{
  color: #03a9f4;
  margin: 0px 5px;
}

.cat-product .meta{
    background: #eaeaea;
    padding: 5px 10px;
    display: inline-block;
    border-radius: 2px;
}

.cat-product .meta .badge {
    display: inline-block;
    padding: 0.45em 0.7em;
    font-size: 85%;
    font-weight: 500;
}

ul.pagination{
  margin: 4px 0px 0px 0px;
}

.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin: 0px 2px;
    line-height: 1.05;
    color: #3a3938!important;
    background-color: #fff;
    border: none;
}

.page-link .fa{
   color: #03a9f4;
}

.custom-select{
  display: inline-block;
  width: auto;
  height: calc(1.2em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  border: none;
  border-radius: 2px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

@media (max-width: 991px){
  .cat-product h2{
    font-size: 1.2rem;
    letter-spacing: 
  }

  .cat-product .pipe{
    color: #cecece;
    margin: 0px 5px;
  }
  .categroy-header .h1, h1,
  .categroy-header .h2, h2 {
    font-size: 1.75rem;
  }
}

@media (max-width: 768px){
  .category-header nav{
    display: none;
  }
}

@media (max-width: 575px){
  a.cat-product {
    padding: 20px 0px;
  }
  .cat-product .meta{
    display: block;
  }
}

/* ---- Mobile filters ---- */

.modalFilters .modal-dialog,
.modalFilters .modal-content{
  bottom: 0;
  height: 99%;
  border-radius: 2px;
}

#accordionFilters.accordion .card{
  border-top: 2px solid #eaeaea;
  margin-bottom: 0px;
}

#accordionFilters.accordion .card:last-child{
  border-bottom: 2px solid #eaeaea;
}

#accordionFilters.accordion .card:hover,
#accordionFilters.accordion .card.active{
  box-shadow: none;
}

/* ---- PARTS PAGE ---- */

a.parts-block{
  border-radius: 4px;
  padding: 15px;
  background: #fff;
  border: 3px solid #eaeaea;
  text-align: center;
  transition: all .3s;
  text-decoration: none;
  display: block;
}

a.parts-block:hover{
  background: #eaeaea;
}

a.parts-block img{
  mix-blend-mode: multiply;
}

a.parts-block h2{
  font-size: 18px;
  margin-top: 10px
}

a.parts-block:hover h2{
  color: #3a3938;
}

@media(max-width: 768px){
  a.parts-block{
    padding: 5px;
  }
  a.parts-block h2{
    font-size: 16px;
    margin-top: 5px
  }
}

/* ---- CONTACT PAGE ---- */

.maps-embed{
  background: #fff;
  outline: 5px solid #fff;
}

.lead{
  background: #eaeaea;
  font-size: 1.1rem;
  line-height: 1.9rem;
  padding: 0px;
  overflow: hidden;
}

.lead .left{
  padding: 60px 50px;
}

.lead .right{
  padding: 0;
}

.lead.contact .lead-image{
  opacity: .9;
  mix-blend-mode: normal;
}

.contact-employee{
	background-color: #eaeaea;
	padding: 20px;
	border-radius: 3px;
	margin: 30px;
}

.contact-employee img.portrait{
	float: left;
	margin-right: 20px;
	border-radius: 50%;
	max-width: 90px;
}

/* ---- LANDING PAGE ---- */

.lead-image{
  opacity: .7;
  mix-blend-mode: multiply;
  -webkit-mix-blend-mode: multiply;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
}

.svg-normal-mask {
  text-align: center;
  mask: url('/images/bg-lead-image-2.svg');
  -webkit-mask: url('/images/bg-lead-image-2.svg');
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  height: 100%;
  width: 100%;
}

.content-block{
  border-bottom: 3px solid #eaeaea;
  padding: 40px 0px;
}
.content-block:first-child{
  border-top: 3px solid #eaeaea;
}

@media (max-width: 575px){
  .content-block{
    border: none;
    padding: 20px;
    border-bottom: 3px solid #eaeaea;
  }
  .content-block h4{
    margin-top: 15px;
  }
  
}

.content-block ul{
  list-style-type: none!important;
  padding-left: 30px;
  line-height: 1.8rem;
}

.content-block ul li::before{
  font-family: "Font Awesome 5 free";
  content: "\f0da";
  font-weight: 900;
  color: #03a9f4;
  margin-left: -20px;
  margin-right: 10px;
}

.content-block .carousel-item img {
  object-fit: cover;
  object-position: center;
  height: 50vh;
  overflow: hidden;
}

blockquote{
  font-style: italic;
  padding: 30px 40px;
  background: #fff;
  box-shadow: 0px 4px 20px rgba(0,0,0,0.15);
  border-left: 10px solid #03a9f4;
}

ul.check-items{
  list-style-type: none!important;
  padding-left: 30px;
  line-height: 1.8rem;
}

ul.check-items li{
    padding-left: 30px;
}

ul.check-items li::before{
  font-family: "Font Awesome 5 free";
  content: "\f00c";
  font-weight: 900;
  color: #9aca3c;
  margin-right: 15px;
      margin-left: -30px;
}

@media (max-width: 767px){
  ul.check-items{
  padding-left: 10px;
  text-align: left;  
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 3px solid rgba(0,0,0,0.1);
  }
}

#ContentBottom{
  text-align: center;
  color: #222;
  font-weight: 500;
}
#ContentBottom h4, #ContentBottom a{
  color: #fff;
}

.quote{
  text-align: center;
  padding-top: 20px;
}

.quote .fa-quote-left{
  font-size: 46px;
  margin-right: 15px;
  display: block;
  float: left;
}

.quote .fa-quote-right{
  font-size: 46px;
  margin-left: 15px;
  float: right;
}

.quote h5{
  display: inline;
  line-height: 2rem;
}

.bg-blue .contact-employee{
  background-color: transparent;
  padding-left: 0px;
}
.bg-blue .contact-employee a{
  color: #fff;
}

img.portrait{
  border-radius: 50%;
}

/* ---- FAQ Page ---- */

#scroll-nav{
  padding-top: 55px;
}

#scroll-nav .nav-pills .nav-link {
  background: #fff;
  border: 0;
  border-radius: 0;
  color: #3a3938;
  margin-bottom: 2px;
}

#scroll-nav .nav-pills .nav-link.active {
  background: #03a9f4;
  color: #fff;
}

/* ---- ABOUT PAGE ---- */

section#IntroAbout{
  background-position: center center;
  background-size: cover;
}

.lead.team{
  padding-bottom: 130px;
}

#IntroBottom img.img-bottom{
  margin-top: -200px;
}

@media (max-width:991px){
  #IntroBottom img.img-bottom{
    margin-top: -130px;
  }
}

@media (max-width:550px){

.lead.team{
  padding-bottom: 60px;
}
  #IntroBottom img.img-bottom{
    margin-top: -90px;
  }
}

/* ---- BLOG NEWS ---- */

#BlogPage a.news-article{
  padding: 20px;
  border-bottom: 3px solid #eaeaea;
  background: #fff; 
  transition: all .2s;
}

#BlogPage a.news-article:first-child{
  border-top: 3px solid #eaeaea;
}

#BlogPage a.news-article:hover{
  background: #eaeaea; 
}

#BlogPage a.news-article h4{
  font-size: 1.2rem;
  color: #03a9f4; 
}

.article-single h1{
  font-size: 1.7rem;
}

.article-image{
  text-align: center;
}

.article-image img{
  max-height: 350px;
  margin: 10px auto 20px auto;
}

.latest-articles{
  padding: 15px;
}

.latest-articles ul{
  list-style-type: none;
  padding: 0px;
}

.latest-articles a{
  display: block;
  color: #fff;
  padding: 5px;
}

.latest-articles li{
  border-bottom: 2px solid rgba(0,0,0,0.1)
}

.latest-articles li:first-child{
  border-top: 2px solid rgba(0,0,0,0.1)
}

/* ---- We Buy page ---- */


.upload__box {
  padding: 20px 20px 0 20px;
  border-top: 2px solid rgba(0,0,0,0.07);
  border-bottom: 2px solid rgba(0,0,0,0.07);
  margin-bottom: 20px;
}
.upload__inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.upload__btn {
  display: inline-block;
  font-weight: 600;
  color: #fff;
  text-align: center;
  min-width: 116px;
  border-radius: 100px;
  padding: 5px 15px;
  font-weight: normal;
  font-size: 14px;
  letter-spacing: .2em;
  border: none;
  background: #343a40;
  cursor: pointer;  
  transition: all 0.3s ease;
}
.upload__btn:hover {
  background-color: #111;
  color: #fff;
}
.upload__img-wrap {
  padding: 10px 0;
  display: flex;
  flex-wrap: wrap;
}
.upload__img-box {
  width: 150px;
  padding: 0 10px;
  margin-bottom: 12px;
}
.upload__img-close {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background-color: #03a9f4;
  position: absolute;
  top: 5px;
  right: 5px;
  text-align: center;
  line-height: 26px;
  z-index: 1;
  cursor: pointer;
}
.upload__img-close:after {
  content: "✖";
  font-size: 16px;
  color: white;
}

.img-bg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  padding-bottom: 100%;
  border: 3px solid #fff;
}

/* ---- HISTORY PAGE ---- */

#History .badge.badge-pill{
	background-color: transparent;
	border: 5px solid #03a9f4;
  height: 35px;
  width: 35px;
  text-align: center;
  font-size: 1.2rem;
  padding: 5px 0px 0px 1px;
}


#History h4.card-title{
  color: #03a9f4;
}

#History .card{
  border: none;
  border-radius: 2px;
  box-shadow: 0px 2px 25px rgba(0,0,0,0.07);
}

#History .border-right {
    border-right: 4px dotted #fff!important;
    margin-bottom: 4px;
}

.reveal {
  position: relative;
  opacity: 0;
}
.reveal.active {
  opacity: 1;
}
.active.fade-bottom {
  animation: fade-bottom .75s ease-out;
}
.active.fade-left {
  animation: fade-left .75s ease-out;
}
.active.fade-right {
  animation: fade-right .75s ease-out;
}

@keyframes fade-bottom {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-left {
  0% {
    transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-right {
  0% {
    transform: translateX(100px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

/* ---- FOOTER ---- */

footer.footer{
  color: #fff;
  font-weight: 300;
  margin-top: 50px;
  font-size: .9rem;
  line-height: 1.8em;
  letter-spacing: 1px;
}

.footer-top h3{
  margin-top: 1em;
  font-size: 1.3rem;
  letter-spacing: 1.5px;
}

form.form-newsletter .btn{
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

img.employee-footer{
  position: absolute;
  z-index: 1000;
  bottom: 0;
  left: 0;
  margin: 0px 20px -16px 0px;
}

.footer-top form.form-newsletter input.form-control{
  border: 0;
  padding: 0.5rem 1rem;
  font-size: .9rem;
  letter-spacing: 1px;
  height: calc(1.5em + 1rem + 2px);
}

.footer-top .contact{
  color: #2a2928;
  font-size: 1rem;
  font-weight: 500;
}

.footer-top .contact .fa{
  display: inline-block;
  float: left;
  font-size: 2.4em;
  color: #fff;
  margin: 5px 20px 0px 0px;
}

.footer-main h3{
  color: #03a9f4;
  margin: 1em 0 1.8em 0;
  font-size: 1.2rem;
}

.footer-main h3{
  color: #03a9f4;
  margin: 1em 0 1.8em 0;
  font-size: 1.2rem;
}

.footer-main ul.footer-menu{
  list-style-type: none;
  padding: 0;
}

.footer-main ul.footer-menu li a,
.footer-main ul.footer-menu li a:visited{
  color: #fff;
}

footer.footer .pipe{
  margin: 0px 20px;
  opacity: 35%;
}

a.scrollup {
    width: 34px;
    height: 34px;
    position: fixed;
    bottom: 50px;
    right: 5%;
    display: none;
    background: #9aca3c;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    -moz-border-radius: 50%;
    padding-top: 5px;
}

a.scrollup .fa {
    color: #fff;
    font-size: 22px;
    font-weight: 900;
    margin-right: 0px!important;
}


/* REDESIGN DROPDOWN */

.nav-pills.nav-secundair a.nav-link{
  font-size: .9rem;
}