
/* font-family: 'Montserrat', sans-serif; */
body.interior {
  background: rgb(235,234,230);
}


/* Navigation */
.navbar {
  padding: 0 0 0 60px;
  /*background: -moz-linear-gradient(top,  rgba(9,74,158,0.6) 15%, rgba(23,97,216,0.6) 50%, rgba(125,185,232,0) 90%);
  background: -webkit-linear-gradient(top,  rgba(9,74,158,0.6) 15%,rgba(23,97,216,0.6) 50%,rgba(125,185,232,0) 90%);
  background: linear-gradient(to bottom,  rgba(9,74,158,0.6) 15%,rgba(23,97,216,0.6) 50%,rgba(125,185,232,0) 90%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9094a9e', endColorstr='#007db9e8',GradientType=0 );*/
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; 
}
.navbar.navbar-scrolled {
  padding-bottom: 40px;
  /*background-color: rgba(0, 0, 0, 0.5);*/
  background: -moz-linear-gradient(top,  rgba(9,74,158,0.88) 15%, rgba(23,97,216,0.85) 35%, rgba(0,171,210,0.42) 70%, rgba(125,185,232,0) 90%);
  background: -webkit-linear-gradient(top,  rgba(9,74,158,0.88) 15%,rgba(23,97,216,0.85) 35%,rgba(0,171,210,0.42) 70%,rgba(125,185,232,0) 90%);
  background: linear-gradient(to bottom,  rgba(9,74,158,0.88) 15%,rgba(23,97,216,0.85) 35%,rgba(0,171,210,0.42) 70%,rgba(125,185,232,0) 90%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9094a9e', endColorstr='#007db9e8',GradientType=0 );
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; 
}
.navbar::before {
  position:absolute;
  content: " ";
  display:block;
  right:0;
  top:0;
  width:60%;
  z-index: 42;
  border-style: solid;
  border-width: 0 100vw 100px 0;
  border-color: transparent rgba(255,255,255,1) transparent transparent;
}
.navbar .container-fluid::before {
  position:absolute;
  content: " ";
  display:block;
  right:0;
  top:0;
  width:60%;
  z-index: 41;
  border-style: solid;
  border-width: 0 100vw 140px 0;
  border-color: transparent rgba(255,255,255,0.25) transparent transparent;
}
.navbar-brand {
  position: relative;
  background: url('../img/logo.png') no-repeat;
  background-size: 120px auto;
  width: auto;
  height: 100px;
  margin: 50px 0 0 0;
  padding: 20px 0 0 140px;
  /*text-indent: -9999px;*/
  color: #fff !important;
  font-size: 34px;
  font-weight: 300;
  font-family: 'Montserrat', sans-serif;
  line-height: 22px;
  letter-spacing: -0.04cm;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; 
  z-index: 1030;
}
.navbar-brand span {
  padding-left: 6px;
  color: #fff !important;
  font-size: 13px;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  line-height: 14px;
  letter-spacing: -0.01cm;
}
.navbar-default .navbar-collapse {
  z-index: 1050;
}
.navbar-nav {
  position: relative;
  margin-right: 35px !important;
  padding-top: 18px;
  z-index: 1050;
}
.navbar-default .navbar-nav > li > a {
  color: #798494;
  font-size: 15px;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
  line-height: 15px;
  letter-spacing: 0cm;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; 
}
.navbar-default .navbar-nav > li > a:hover {
  color: #083e85;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; 
}
.navbar ul.dropdown-nav {
  width: 300px;
  border-top: 0px;
  background: -moz-linear-gradient(-45deg,  rgba(59,64,71,0.95) 0%, rgba(35,31,32,0.95) 100%);
  background: -webkit-linear-gradient(-45deg,  rgba(59,64,71,0.95) 0%,rgba(35,31,32,0.95) 100%);
  background: linear-gradient(135deg,  rgba(59,64,71,0.95) 0%,rgba(35,31,32,0.95) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f23b4047', endColorstr='#f2231f20',GradientType=1 );
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: 6px 12px 40px 0px rgba(0,0,0,0.5);
  -moz-box-shadow: 6px 12px 40px 0px rgba(0,0,0,0.5);
  box-shadow: 6px 12px 40px 0px rgba(0,0,0,0.5);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.navbar .dropdown-nav li a {
  display: block;
  padding: 8px 20px;
  border: 0px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
  line-height: 15px;
  letter-spacing: 0cm;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.navbar .dropdown-nav li a:hover {
  background: rgba(137,142,140,0.25);
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}


/* Homepage Hero Slider */
#slider {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
#slider #unslider {
  min-height: 800px;
  height: 800px;
  z-index: 20;
  overflow: hidden;
}
#slider #unslider .slide {
  min-height: 800px;
  padding-top: 0px !important;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  /*background-attachment: fixed;*/
}
#slider #unslider .slide video {
  width: auto !important;
  min-width: 110%;
  height: auto !important;
  min-height: 800px;
  margin-top: -22px;
  -webkit-transform: translate(-8%, 0%);
  -ms-transform: translate(-8%, 0%);
  transform: translate(-8%, 0%);
}
#slider .slide-screen {
  position: absolute;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 15;
  background-color: rgba(0,0,0,0);
}
#slider .slide-bleed {
  position: absolute;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 16;
  background: -moz-linear-gradient(-45deg, rgba(9,74,158,0.5) 0%, rgba(0,171,210,0.4) 50%, rgba(15,142,241,0.4) 100%);
  background: -webkit-linear-gradient(-45deg, rgba(9,74,158,0.5) 0%,rgba(0,171,210,0.4) 50%,rgba(15,142,241,0.4) 100%);
  background: linear-gradient(135deg, rgba(9,74,158,0.5) 0%,rgba(0,171,210,0.4) 50%,rgba(15,142,241,0.4) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99094a9e', endColorstr='#990f8ef1',GradientType=1 );
}
#slider .slide-fade {
  position: absolute;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 18;
  background: -moz-linear-gradient(top,  rgba(255,255,255,0) 70%, rgba(255,255,255,1) 95%);
  background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 70%, rgba(255,255,255,1) 95%);
  background: linear-gradient(to bottom,  rgba(255,255,255,0) 70%, rgba(255,255,255,1) 95%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
}
#slider .unslider-nav {
  background-color: transparent;
  position: absolute;
  top: 96%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 21;
}
#slider .unslider-nav ol li {
    width: 10px;
    height: 10px;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    border-radius: 9px;
    border: 2px solid #fff;
}
.unslider-nav ol li.unslider-active {
    border: 2px solid transparent !important;
    background: rgba(255,255,255,0.65);
}
.unslider-arrow.prev {
    left: 40px;
    z-index: 50;
}
.unslider-arrow.next {
    right: 40px;
    z-index: 50;
}
#slider #slider-overlay {
  position: absolute;
  margin: 0 auto;
  padding: 0;
  width: 70%;
  bottom: 14%;
  right: 100px;
  /*-webkit-transform: translate(-10%, -10%);
  -ms-transform: translate(-10%, -10%);
  transform: translate(-10%, -10%);*/
  z-index: 25;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #fff;
  font-size: 42px;
  font-weight: 200;
  font-family: 'Montserrat', sans-serif;
  line-height: 44px;
  letter-spacing: -0.05cm;
  text-align: right;
  text-shadow: 1px 1px 3px rgba(0,0,0,0.4);
}
#slider #slider-overlay strong {
  font-weight: 400;
}
@media (max-width: 1200px) {

}
@media (max-width: 991px) {

}
@media (max-width: 667px) {
  #slider #unslider .slide video {
    display: none !important;
  }
  #slider #unslider ul {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  #slider .slide-screen {
    background-color: rgba(0,0,0,0.5) !important;
  }
  #slider #unslider .slide {
    margin-top: 0px !important;
    background-image: url('../img/poster-mobile.jpg') !important;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
  }
  #slider #unslider .slide #bgvid {
    margin-top: 0px !important;
    background-image: url('../img/poster-mobile.jpg') !important;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
  }
}


/* Section: Products */
#transition {
  position: relative;
  margin: 0;
  padding: 25px 0 20px 0;
  z-index: 40;
  background-color: #fff;
}
#transition h2 {
  margin: 0 auto;
  padding: 0;
  height: auto;
  color: #8e9bad;
  font-size: 14px;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
  line-height: 14px;
  letter-spacing: 0.2cm;
  text-align: center;
  text-transform: uppercase;
}


/* Section: Products */
#products {
  position: relative;
  margin: 0;
  padding: 0;
  z-index: 40;
  /*background-color: #fff;*/
}
#products::before {
  position:absolute;
  content: " ";
  display:block;
  left:0;
  top:0;
  width:100%;
  z-index: 42;
  border-style: solid;
  border-width: 0 100vw 50px 0;
  border-color: transparent rgba(255,255,255,1) transparent transparent;
}
#products .row.angle::before {
  position:absolute;
  content: " ";
  display:block;
  left:0;
  top:0;
  width:100%;
  z-index: 41;
  border-style: solid;
  border-width: 0 100vw 90px 0;
  border-color: transparent rgba(255,255,255,0.25) transparent transparent;
}
#products::after {
  position:absolute;
  content: " ";
  display:block;
  left:0;
  bottom:0px;
  width:100%;
  z-index: 42;
  border-style: solid;
  border-width: 50px 0 0 100vw;
  border-color: transparent transparent transparent rgba(255,255,255,1);
}
#products .row.angle::after {
  position:absolute;
  content: " ";
  display:block;
  left:0;
  bottom:0px;
  width:100%;
  z-index: 41;
  border-style: solid;
  border-width: 90px 0 0 100vw;
  border-color: transparent transparent transparent rgba(255,255,255,0.25);
}
#products .row {
  margin: 0;
}
#products .product {
  position: relative;
  padding: 0;
  min-height: 400px;
  z-index: 20;
}
#products .product.truck {
  background: url('../img/truck.jpg') no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
}
#products .product.coach {
  background: url('../img/coach.jpg') no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
}
#products .product.train {
  background: url('../img/train.jpg') no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
}
#products .product .product-fade {
  position: absolute;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 21;
  /*background: -moz-linear-gradient(-45deg, rgba(9,74,158,0.5) 0%, rgba(0,171,210,0.4) 50%, rgba(15,142,241,0.4) 100%);
  background: -webkit-linear-gradient(-45deg, rgba(9,74,158,0.5) 0%,rgba(0,171,210,0.4) 50%,rgba(15,142,241,0.4) 100%);
  background: linear-gradient(135deg, rgba(9,74,158,0.5) 0%,rgba(0,171,210,0.4) 50%,rgba(15,142,241,0.4) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99094a9e', endColorstr='#990f8ef1',GradientType=1 );*/
  background: -moz-radial-gradient(center, ellipse cover, rgba(5,36,76,0.8) 0%, rgba(5,36,76,0) 80%, rgba(5,36,76,0) 100%);
  background: -webkit-radial-gradient(center, ellipse cover, rgba(5,36,76,0.8) 0%,rgba(5,36,76,0) 80%,rgba(5,36,76,0) 100%);
  background: radial-gradient(ellipse at center, rgba(5,36,76,0.8) 0%,rgba(5,36,76,0) 80%,rgba(5,36,76,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a605244c', endColorstr='#0005244c',GradientType=1 );
}
#products .product .product-label {
  position: absolute;
  display:flex;
  justify-content:center;
  align-items:center;
  margin: 0 auto;
  padding: 40px;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  vertical-align: middle;
  /*-webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);*/
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;  
  z-index: 22;
  color: #fff;
  font-size: 50px;
  font-weight: 200;
  font-family: 'Montserrat', sans-serif;
  line-height: 50px;
  letter-spacing: -0.04cm;
  text-align: center;
  text-decoration: none;
  word-break: break-all;
  white-space: normal;
}
#products .product .product-label span {
  display: block;
  margin: 20px 0 0 10px;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  line-height: 17px;
  letter-spacing: 0cm;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;  
}
#products .product .product-label:hover {
  background-color: rgba(8,62,133,0.5);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;  
  cursor: pointer !important;
}
#products .product .product-label:hover, 
#products .product .product-label:hover span {
  color: #00caea;
  text-decoration: none;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;  
}


/* Section: Map */
#accessories {
  position: relative;
  background: #fff;
  margin: 0;
  padding: 15px 0 30px 0;
  border-bottom: 10px solid rgb(235,234,230);
  z-index: 40;
}
#accessories .accessory-fade {
  position: absolute;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 43;
  background: -moz-linear-gradient(top, rgba(235,234,230,0) 0%, rgba(235,234,230,1) 100%);
  background: -webkit-linear-gradient(top, rgba(235,234,230,0) 0%, rgba(235,234,230,1) 100%);
  background: linear-gradient(to bottom, rgba(235,234,230,0) 0%, rgba(235,234,230,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );
}
#accessories .accessory-content {
  position: relative;
  margin: 0;
  padding: 40px 60px;
  min-height: 150px;
  z-index: 44;
}
#accessories .accessory {
  position: relative;
  padding: 0 60px 0 100px;
  border-right: 1px solid rgba(101,110,123,0.2);
  z-index: 40;
}
#accessories .detergent {
  position: relative;
  padding: 0 100px 0 60px;
  z-index: 40;
  /*background: url('../img/detergents.jpg') no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center left;*/
}
#accessories h2 {
  margin: 0;
  padding: 0;
  height: auto;
}
#accessories h2 a {
  display: block;
  margin: 0;
  padding: 20px 0 30px 0;
  height: auto;
  color: #0f8ef1;
  font-size: 34px;
  font-weight: 200;
  font-family: 'Montserrat', sans-serif;
  line-height: 34px;
  letter-spacing: -0.03cm;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#accessories .accessory h2 a {
  padding-right: 40px;
}
#accessories .detergent h2 a {
  padding-left: 40px;
}
#accessories h2 a span {
  color: #8e9bad;
  font-size: 14px;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
  line-height: 14px;
  letter-spacing: 0.1cm;
  text-transform: uppercase;
  text-decoration: none;
}
#accessories h2 a strong {
  font-weight: 500;
}
#accessories h2 a:hover {
  color: #094a9e;
  background-color: rgba(194,194,194,0.22);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}


/* Section: Map */
#map {
  position: relative;
  background: rgb(239,238,234);
  background: -moz-linear-gradient(-45deg,  rgba(239,238,234,1) 0%, rgba(229,227,223,1) 100%);
  background: -webkit-linear-gradient(-45deg,  rgba(239,238,234,1) 0%,rgba(229,227,223,1) 100%);
  background: linear-gradient(135deg,  rgba(239,238,234,1) 0%,rgba(229,227,223,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efeeea', endColorstr='#e5e3df',GradientType=1 );
  padding-top: 0px;
  z-index: 30;
}
@media (max-width: 667px) {
  #map {
    display: none;
  }
}
#map .row {
  margin: 0;
}
#mapContainer {
  width: 100%;
  height: 700px;
  position: relative;
  z-index: 30;
  overflow: hidden;
}
#mapCanvas {
  position: absolute;
  width: 100%;
  height: 700px;
  top: 0;
  left: 0;
  z-index: 31;
}
#mapOverlay {
  position: absolute;
  top: 0;
  right: 0;
  width: 20%;
  min-width: 320px;
  height: 100%;
  padding: 40px 40px 40px 40px;
  text-align: left;
  background: -moz-linear-gradient(-45deg,  rgba(23,97,216,0.8) 0%, rgba(0,171,210,0.8) 100%);
  background: -webkit-linear-gradient(-45deg,  rgba(23,97,216,0.8) 0%,rgba(0,171,210,0.8) 100%);
  background: linear-gradient(135deg,  rgba(23,97,216,0.8) 0%,rgba(0,171,210,0.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc1761d8', endColorstr='#cc00abd2',GradientType=1 );
  z-index: 32;
  -webkit-box-shadow: -4px 0px 30px rgba(0,0,0,0.4);
  -moz-box-shadow: -4px 0px 30px rgba(0,0,0,0.4);
  box-shadow: -4px 0px 30px rgba(0,0,0,0.4);
}
#mapOverlay h2 {
  margin: 0 0 30px 0;
  padding: 0;
  height: auto;
  color: #fff;
  font-size: 42px;
  font-weight: 200;
  font-family: 'Montserrat', sans-serif;
  line-height: 40px;
  letter-spacing: -0.04cm;
}
#mapOverlay h2 span {
  font-weight: 400;
}
#mapOverlay h5 {
  color: #fff;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
}
#mapOverlay p {
  margin: 0 0 20px 0;
  padding: 0;
  height: auto;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
  line-height: 16px;
  letter-spacing: 0cm;
}
#mapOverlay ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#mapOverlay ul li {
  margin: 0 0 1px 0;
  padding: 0;
  background-color: rgba(255,255,255,0.1);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; 
}
#mapOverlay ul li:hover {
  margin: 0 0 1px 0;
  padding: 0;
  background-color: rgba(5,36,77,0.1);  
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; 
}
#mapOverlay ul li:last-child {
  background-color: rgba(5,36,77,0.1);
}
#mapOverlay ul li:last-child:hover {
  background-color: rgba(5,36,77,0.25);
}
#mapOverlay .mapfilter {
  display: block;
  min-height: 20px;
  margin: 0 10px;
  padding: 9px 0 9px 20px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
  line-height: 14px;
  letter-spacing: 0cm;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; 
}
#mapOverlay .mapfilter:hover {
  /*color: #c4cddb;*/
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; 
}
#mapOverlay .mapfilter.truck {
  background: url('../img/marker_truck.png') no-repeat center left;
  background-size: 13px 20px;
}
#mapOverlay .mapfilter.coach {
  background: url('../img/marker_coach.png') no-repeat center left;
  background-size: 13px 20px;
}
#mapOverlay .mapfilter.train {
  background: url('../img/marker_train.png') no-repeat center left;
  background-size: 13px 20px;
}
#mapOverlay .mapfilter.dist {
  background: url('../img/marker_dist.png') no-repeat center left;
  background-size: 16px 18px;
}
#mapOverlay .mapfilter.all {
  height: auto !important;
  margin: 0;
  padding: 8px 10px;
  font-size: 11px;
  font-weight: 700;
  line-height: 11px;
  letter-spacing: 0.04cm;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
}
#mapOverlay .mapfilter span {
  margin-left: 3px;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.05cm;
}
.customer-container {}
.customer-container img {
  position: relative;
  vertical-align: top;
  width: auto;
  max-height: 18px;
  margin-top: 0;
  margin-right: 1px;
}
.customer-container h3 {
  margin: 6px 0 0 0;
  padding: 6px 0 3px 0;
  height: auto;
  /*color: #1761d8;*/
  font-size: 16px;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
  line-height: 20px;
  letter-spacing: -0.01cm;
}
.customer-container h5 {
  margin: 0 0 6px 0;
  padding: 0;
  height: auto;
  color: #656e7b;
  font-size: 14px;
  font-weight: 300;
  font-family: 'Montserrat', sans-serif;
  line-height: 14px;
  letter-spacing: 0.01cm;
}
.customer-container h6 {
  margin: 0 0 10px 0;
  padding: 0;
  height: auto;
  color: #454b54;
  font-size: 10px;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  line-height: 10px;
  letter-spacing: 0.025cm;
  text-transform: uppercase;
}


/* Section: Industries */
#industries {
  position: relative;
  /*background: url('../img/bg1.jpg') no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-attachment: fixed;*/
  border-top: 10px solid rgb(235,234,230);
  margin: 0;
  padding: 0;
  z-index: 110;
}
#industries .row.flexbox {
  margin: 0;
}
#industries #industries-screen {
  position: absolute;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 111;
  background-color: rgba(8,62,133,0.3);
}
#industries #industries-fade {
  position: absolute;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 112;
  /*background: -moz-linear-gradient(top,  rgba(226,230,91,0) 0%, rgba(226,230,91,0.1) 100%);
  background: -webkit-linear-gradient(top,  rgba(226,230,91,0) 0%,rgba(226,230,91,0.1) 100%);
  background: linear-gradient(to bottom,  rgba(226,230,91,0) 0%,rgba(226,230,91,0.1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6e2e65b', endColorstr='#00e2e65b',GradientType=0 );*/
  background: -moz-linear-gradient(-45deg, rgba(9,74,158,0.4) 0%, rgba(0,171,210,0.3) 50%, rgba(15,142,241,0.3) 100%);
  background: -webkit-linear-gradient(-45deg, rgba(9,74,158,0.4) 0%,rgba(0,171,210,0.3) 50%,rgba(15,142,241,0.3) 100%);
  background: linear-gradient(135deg, rgba(9,74,158,0.4) 0%,rgba(0,171,210,0.3) 50%,rgba(15,142,241,0.3) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99094a9e', endColorstr='#990f8ef1',GradientType=1 );
}
#industries #industries-content {
  position: relative;
  margin: 0;
  padding: 0;
  min-height: 380px;
  z-index: 114;
}
#industries #industry-list {
  position: relative;
  background-color: #fff;
  margin: 0;
  padding: 50px 25px 30px 80px;
  z-index: 111;
}
#industries #industry-list h2 {
  margin: 0 0 20px 0;
  padding: 0;
  height: auto;
  color: #7d8999;
  font-size: 37px;
  font-weight: 200;
  font-family: 'Montserrat', sans-serif;
  line-height: 40px;
  letter-spacing: -0.04cm;
}
#industries #industry-list h2 strong {
  color: #454b54;
  font-weight: 400;
}
#industries #industry-list p {
  margin: 0 0 0 0;
  padding: 0;
  color: #7d8999;
  font-size: 12px;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
  line-height: 17px;
  letter-spacing: 0cm;
}
#industries #industry-list ul {
  list-style: none;
  margin: 0 auto;
  padding: 10px 0 0 0;
  text-align: center;
}
#industries #industry-list ul li {
  display: inline-table;
  vertical-align: top;
  width: 20%;
  margin: 0 5px 25px 5px;
  padding: 0;
  text-align: center;
}
#industries #industry-list ul li img {
  margin: 0 auto;
  padding: 0;
  border: 0;
  width: auto;
  max-height: 50px;
}
#industries #industry-list ul li h4 {
  margin: 6px auto 0 auto;
  padding: 0;
  /*color: #0f8ef1;
  font-size: 18px;
  font-weight: 300;
  font-family: 'Montserrat', sans-serif;
  line-height: 20px;
  letter-spacing: -0.01cm;*/
  color: #8e9bad;
  font-size: 13px;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
  line-height: 13px;
  letter-spacing: 0.01cm;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
}
#industries #america {
  position: relative;
  margin: 0;
  padding: 0;
  min-height: 380px;
  background: url('../img/america.jpg') no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  z-index: 112;
}
#industries #america #america-border {
  position: absolute;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  z-index: 115;
  /*background-color: rgba(255,255,255,0.4);*/
  background: -moz-linear-gradient(top,  rgba(255,255,255,0) 65%, rgba(255,255,255,1) 95%);
  background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 65%,rgba(255,255,255,1) 95%);
  background: linear-gradient(to bottom,  rgba(255,255,255,0) 65%,rgba(255,255,255,1) 95%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
}
#industries #america #america-center {
  position: absolute;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 114;
  background: -moz-radial-gradient(center, ellipse cover, rgba(5,36,76,0.8) 0%, rgba(5,36,76,0) 80%, rgba(5,36,76,0) 100%);
  background: -webkit-radial-gradient(center, ellipse cover, rgba(5,36,76,0.8) 0%,rgba(5,36,76,0) 80%,rgba(5,36,76,0) 100%);
  background: radial-gradient(ellipse at center, rgba(5,36,76,0.8) 0%,rgba(5,36,76,0) 80%,rgba(5,36,76,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a605244c', endColorstr='#0005244c',GradientType=1 );
}
#industries #america #america-callout {
  position: absolute;
  margin: 0;
  padding: 0;
  width: 100%;
  top: 52%;
  left: 50%;
  -webkit-transform: translate(-50%, -52%);
  -ms-transform: translate(-50%, -52%);
  transform: translate(-50%, -52%);
  z-index: 116;
  text-align: center;
}
#industries #america #america-callout h2 {
  margin: 0 0 6px 0;
  padding: 0;
  height: auto;
  color: #fff;
  font-size: 60px;
  font-weight: 200;
  font-family: 'Montserrat', sans-serif;
  line-height: 50px;
  letter-spacing: -0.04cm;
  text-transform: uppercase;
  text-align: center;
}
#industries #america #america-callout h2.flag {
  padding-bottom: 50px;
  background: url('../img/flag.png') no-repeat bottom center;
}
#industries #america #america-callout h5 {
  margin: 0 0 6px 0;
  padding: 0;
  height: auto;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  font-family: 'Montserrat', sans-serif;
  line-height: 18px;
  letter-spacing: 0.5cm;
  text-transform: uppercase;
}


/* Section: Info */
#info {
  position: relative;
  background: url('../img/industries.jpg') no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
  background-position: bottom right;
  margin: 0;
  padding: 0;
  z-index: 111;
}
#info::before {
  position:absolute;
  content: " ";
  display:block;
  left:0;
  top:0;
  width:100%;
  z-index: 115;
  border-style: solid;
  border-width: 0 100vw 50px 0;
  border-color: transparent rgba(255,255,255,1) transparent transparent;
}
body.interior #info::before {
  border-color: transparent rgb(235,234,230) transparent transparent;
}
#info .row.angle::before {
  position:absolute;
  content: " ";
  display:block;
  left:0;
  top:0;
  width:100%;
  z-index: 114;
  border-style: solid;
  border-width: 0 100vw 90px 0;
  border-color: transparent rgba(0,202,234,0.35) transparent transparent;
}
#info::after {
  position:absolute;
  content: " ";
  display:block;
  left:0;
  bottom:0px;
  width:100%;
  z-index: 115;
  border-style: solid;
  border-width: 50px 0 0 100vw;
  border-color: transparent transparent transparent rgba(255,255,255,1);
}
#info .row.angle::after {
  position:absolute;
  content: " ";
  display:block;
  left:0;
  bottom:0px;
  width:100%;
  z-index: 114;
  border-style: solid;
  border-width: 90px 0 0 100vw;
  border-color: transparent transparent transparent rgba(15,142,241,0.35);
}
#info .row {
  margin: 0;
}
#info #info-fade {
  position: absolute;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: -moz-linear-gradient(-45deg,  rgba(7,55,117,0.88) 0%, rgba(9,74,158,0.88) 35%, rgba(0,137,168,0.8) 85%);
  background: -webkit-linear-gradient(-45deg,  rgba(7,55,117,0.88) 0%, rgba(9,74,158,0.88) 35%,rgba(0,137,168,0.8) 85%);
  background: linear-gradient(135deg,  rgba(7,55,117,0.88) 0%, rgba(9,74,158,0.88) 35%,rgba(0,137,168,0.8) 85%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc094a9e', endColorstr='#cc0089a8',GradientType=1 );
  z-index: 112;
}
#info #info-content {
  position: relative;
  margin: 0;
  padding: 0;
  /*min-height: 500px;*/
  z-index: 113;
}
#info .news {
  position: relative;
  margin: 0;
  padding: 60px 60px 100px 60px;
  min-height: 425px;
  z-index: 113;
}
#info .news h2 {
  margin: 0 0 20px 0;
  padding: 0;
  height: auto;
  color: #fff;
  font-size: 34px;
  font-weight: 200;
  font-family: 'Montserrat', sans-serif;
  line-height: 34px;
  letter-spacing: -0.04cm;
}
#info .news h2 strong {
  font-weight: 400;
}
#info .news ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#info .news ul li {
  margin: 0 0 20px 0;
  padding: 0;
}
#info .news ul li h4 {
  position: relative;
  margin: 0 0 3px 0;
  padding: 0;
  height: auto;
}
#info .news ul li h4 a {
  padding-left: 10px;
  color: #ebeae6;
  font-size: 16px;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
  line-height: 16px;
  letter-spacing: -0.01cm;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; 
}
#info .news ul li h4 a:before {
  content: '\f105';
  font-family: 'FontAwesome';
  font-size: 14px;
  color: #009ec2;
  position: absolute;
  top: 1px;
  left: 0;
}
#info .news ul li h4 a:hover {
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; 
}
#info .news ul li p {
  margin: 0;
  padding: 0;
  color: #43adff;
  font-size: 13px;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
  line-height: 15px;
  letter-spacing: 0cm;
}
#info .news ul li .btn.btn-primary {
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  border: 1px solid rgba(255,255,255,0.6);
  background: transparent;
  margin: 0;
  padding: 10px 20px;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
  line-height: 13px;
  letter-spacing: 0.03cm;
  text-transform: uppercase;
  text-decoration: none;
  white-space: normal !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#info .news ul li .btn.btn-primary:hover {
  background-color: #0f8ef1;
  border-color: #0f96fc;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-box-shadow: 4px 12px 30px rgba(0,0,0,0.4);
  -moz-box-shadow: 4px 12px 30px rgba(0,0,0,0.4);
  box-shadow: 4px 12px 30px rgba(0,0,0,0.4);
}
#info .full-service {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
  margin: 0;
  padding: 80px 60px 80px 60px;
  border-left: 1px solid rgba(15,142,241,0.4);
  border-right: 1px solid rgba(15,142,241,0.4);
  z-index: 113;
}
#info .full-service h2 {
  margin: 0 auto 22px auto;
  padding: 0;
  height: auto;
  color: #fff;
  font-size: 38px;
  font-weight: 300;
  font-family: 'Montserrat', sans-serif;
  line-height: 38px;
  letter-spacing: -0.04cm;
  text-align: center;
  text-shadow: 1px 1px 3px rgba(0,0,0,0.3);
}
#info .full-service h2 span {
  margin-right: -8px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
  line-height: 14px !important;
  letter-spacing: 0.2cm;
  text-transform: uppercase;
  text-decoration: none;
}
#info .full-service h3 {
  margin: 0 0 22px 0;
  padding: 0;
  height: auto;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
  line-height: 16px;
  letter-spacing: 0.1cm;
  text-transform: uppercase;
  text-align: center;
  text-shadow: 1px 1px 3px rgba(0,0,0,0.3);
}
#info .full-service h3 strong {
  font-weight: 700;
}
#info .full-service h6 {
  margin: 0 0 8px 0;
  padding: 0;
  height: auto;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
  line-height: 16px;
  letter-spacing: 0.01cm;
  text-align: center;
  text-shadow: 1px 1px 3px rgba(0,0,0,0.3);
}
#info .full-service .btn.btn-primary {
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  border: 1px solid rgba(255,255,255,0.6);
  background: transparent;
  margin: 10px auto 0 auto;
  padding: 10px 20px;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
  line-height: 13px;
  letter-spacing: 0.03cm;
  text-transform: uppercase;
  text-decoration: none;
  white-space: normal !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#info .full-service .btn.btn-primary:hover {
  background-color: #0f8ef1;
  border-color: #0f96fc;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-box-shadow: 4px 12px 30px rgba(0,0,0,0.4);
  -moz-box-shadow: 4px 12px 30px rgba(0,0,0,0.4);
  box-shadow: 4px 12px 30px rgba(0,0,0,0.4);
}
#info .leasing {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
  margin: 0;
  padding: 100px 60px 40px 60px;
  z-index: 113;
  text-align: center;
}
#info .leasing .btn.btn-primary {
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  border: 1px solid #0f96fc;
  background: -moz-linear-gradient(-45deg,  rgba(23,97,216,0.8) 0%, rgba(0,171,210,0.8) 100%);
  background: -webkit-linear-gradient(-45deg,  rgba(23,97,216,0.8) 0%,rgba(0,171,210,0.8) 100%);
  background: linear-gradient(135deg,  rgba(23,97,216,0.8) 0%,rgba(0,171,210,0.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc1761d8', endColorstr='#cc00abd2',GradientType=1 );
  margin: 10px auto 0 auto;
  padding: 14px 40px;
  color: #fff;
  font-size: 13px;
  font-weight: 300;
  font-family: 'Montserrat', sans-serif;
  line-height: 13px;
  letter-spacing: 0.03cm;
  text-transform: uppercase;
  text-decoration: none;
  white-space: normal !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#info .leasing .btn.btn-primary strong {
  font-weight: 700;
}
#info .leasing .btn.btn-primary span {
  font-weight: 400;
  letter-spacing: 0cm;
}
#info .leasing .btn.btn-primary:hover {
  background-color: #0f8ef1;
  border-color: #0f96fc;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-box-shadow: 4px 12px 30px rgba(0,0,0,0.4);
  -moz-box-shadow: 4px 12px 30px rgba(0,0,0,0.4);
  box-shadow: 4px 12px 30px rgba(0,0,0,0.4);
}
#info .leasing .btn.btn-primary:first-child {
  margin-top: 0px;
  margin-bottom: 30px;
}
#info .leasing p {
  margin: 0 auto 20px auto;
  padding: 6px 40px 0 40px;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
  line-height: 15px;
  letter-spacing: 0cm;
  text-align: center;
}


/* Section: Footer */
#footer {
  position: relative;
  margin: 0;
  padding: 0 0 20px 0;
  background-color: #fff;
}
#footer .row {
  margin: 0;
}
#footer .contact-info {
  position: relative;
  margin: 0;
  padding: 20px 60px 40px 60px;
  min-height: 200px;
  text-align: center;
}
#footer .contact-info img {
  width: 77px;
  height: 50px;
  margin: 0 auto;
  border: 0;
}
#footer .contact-info h2 {
  margin: 10px 0 6px 0;
  padding: 0;
  height: auto;
  color: #656e7b;
  font-size: 30px;
  font-weight: 300;
  font-family: 'Montserrat', sans-serif;
  line-height: 30px;
  letter-spacing: -0.02cm;
  text-align: center;
}
#footer .contact-info h6 {
  margin: 6px 0 3px 0;
  padding: 0;
  color: #454b54;
  font-size: 11px;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  line-height: 11px;
  letter-spacing: 0.05cm;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
}
#footer .contact-info p {
  margin: 0 0 6px 0;
  padding: 0;
  height: auto;
  color: #7d8999;
  font-size: 13px;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
  line-height: 20px;
  letter-spacing: 0cm;
  text-align: center;
}
#footer .contact-info p strong {
  color: #454b54;
  font-size: 18px;
  font-weight: 400;
}
#footer .contact-form {
  position: relative;
  margin: 0;
  padding: 20px 60px 40px 60px;
}
#footer .contact-form h2 {
  margin: 10px 0 20px 0;
  padding: 0;
  height: auto;
  color: #0f8ef1;
  font-size: 46px;
  font-weight: 200;
  font-family: 'Montserrat', sans-serif;
  line-height: 46px;
  letter-spacing: -0.05cm;
  text-align: center;
}
#footer .awards {
  position: relative;
  margin: 0;
  padding: 80px 60px 40px 40px;
}
#footer .awards h4 {
  margin: 12px auto 0 auto;
  padding: 0;
  height: auto;
  color: #454b54;
  font-size: 13px;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
  line-height: 13px;
  letter-spacing: 0.1cm;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
}


/* Interior: Main */
body.interior #interior-header {
  position: relative;
  background: url('../img/industries.jpg') no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
  background-position: bottom right;
  margin: 0;
  padding: 0;
  z-index: 111;
}
body.interior #interior-header::after {
  position:absolute;
  content: " ";
  display:block;
  left:0;
  bottom:0px;
  width:100%;
  z-index: 115;
  border-style: solid;
  border-width: 50px 0 0 100vw;
  border-color: transparent transparent transparent rgb(235,234,230);
}
body.interior #interior-header .row.angle::after {
  position:absolute;
  content: " ";
  display:block;
  left:0;
  bottom:0px;
  width:100%;
  z-index: 114;
  border-style: solid;
  border-width: 90px 0 0 100vw;
  border-color: transparent transparent transparent rgba(15,142,241,0.35);
}
body.interior #interior-header .row {
  margin: 0;
}
body.interior #interior-header #interior-header-fade {
  position: absolute;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: -moz-linear-gradient(-45deg,  rgba(7,55,117,0.88) 0%, rgba(9,74,158,0.88) 35%, rgba(0,137,168,0.8) 85%);
  background: -webkit-linear-gradient(-45deg,  rgba(7,55,117,0.88) 0%, rgba(9,74,158,0.88) 35%,rgba(0,137,168,0.8) 85%);
  background: linear-gradient(135deg,  rgba(7,55,117,0.88) 0%, rgba(9,74,158,0.88) 35%,rgba(0,137,168,0.8) 85%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc094a9e', endColorstr='#cc0089a8',GradientType=1 );
  z-index: 112;
}
body.interior #interior-header #interior-header-content {
  position: relative;
  margin: 0;
  padding: 0;
  /*min-height: 500px;*/
  z-index: 113;
}
body.interior #interior-header .interior-header-container {
  position: relative;
  margin: 0;
  padding: 60px 60px 100px 60px;
  min-height: 355px;
  z-index: 113;
}
body.interior #main {
  position: relative;
  margin: 0 auto;
  padding: 0;
}
body.interior #main #main-container {
  position: relative;
  margin-top: -180px;
  margin-bottom: -25px;
  padding: 0;
  border-top: 1px solid rgba(255,255,255,0.25);
  background-color: rgba(255,255,255,0.25);
  -webkit-box-shadow: 4px 20px 40px rgba(0,0,0,0.4);
  -moz-box-shadow: 4px 20px 40px rgba(0,0,0,0.4);
  box-shadow: 4px 20px 40px rgba(0,0,0,0.4);
  z-index: 121;
}
body.interior #main #main-container.truck-washes {
  background: url(../img/truck-landing.jpg) no-repeat;
  /*-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;*/
  background-size: 100% auto;
  /*background-position: center center;*/
}
body.interior #main #main-container.coach-washes {
  background: url(../img/coach-landing.jpg) no-repeat;
  /*-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;*/
  background-size: 100% auto;
  /*background-position: center center;*/
}
body.interior #main #main-container.train-washes {
  background: url(../img/train-landing.jpg) no-repeat;
  /*-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;*/
  background-size: 100% auto;
  /*background-position: center center;*/
}
body.interior #main #main-container::after {
  position: absolute;
  content: " ";
  display: block;
  left: 0;
  bottom: -35px;
  width: 100%;
  z-index: 122;
  border-style: solid;
  border-width: 35px 0 0 84vw;
  border-color: rgb(255,255,255) transparent transparent transparent;
}
body.interior #main #main-container #main-top {
  position: relative;
  margin: 0;
  padding: 45px 50px 0px 50px;
  min-height: 200px;
  background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.6) 35%, rgba(255,255,255,1) 75%);
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.6) 35%, rgba(255,255,255,1) 75%);
  background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,0.6) 35%, rgba(255,255,255,1) 75%)
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );

  /*background: -moz-linear-gradient(-92deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.5) 10%, rgba(255,255,255,0.7) 15%, rgba(255,255,255,1) 25%);
  background: -webkit-linear-gradient(-92deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.5) 10%, rgba(255,255,255,0.7) 15%, rgba(255,255,255,1) 25%);
  background: linear-gradient(182deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.5) 10%, rgba(255,255,255,0.7) 15%, rgba(255,255,255,1) 25%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );*/
  z-index: 123;
}
body.interior #main #main-container.truck-washes #main-top, 
body.interior #main #main-container.coach-washes #main-top, 
body.interior #main #main-container.train-washes #main-top {
  min-height: 300px;
}
body.interior #main #main-container #main-content {
  position: relative;
  margin: 0;
  padding: 0 50px 50px 50px;
  min-height: 400px;
  background-color: #fff;
  z-index: 123;
}
@media (max-width: 532px) {
  body.interior #main #main-container.truck-washes {
    background-size: auto auto !important;
  }
  body.interior #main #main-container.coach-washes {
    background-size: auto auto !important;
  }
  body.interior #main #main-container.train-washes {
    background-size: auto auto !important;
  }
}


/* Interior: Content */
body.interior #main #main-container h1.page-title {
  margin: 0;
  padding: 0;
  height: auto;
  color: #094a9e;
  font-size: 44px;
  font-weight: 200;
  font-family: 'Montserrat', sans-serif;
  line-height: 44px;
  letter-spacing: -0.05cm;
}
body.interior.product-landing #main #main-container h1.page-title {
  margin: 0;
  padding: 0;
  height: auto;
  color: #094a9e;
  font-size: 44px;
  font-weight: 300;
  font-family: 'Montserrat', sans-serif;
  line-height: 44px;
  letter-spacing: -0.05cm;
}
@media (max-width: 532px) {
  body.interior #main #main-container h1.page-title {
    font-size: 28px;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: -0.02cm;
  }
  body.interior.product-landing #main #main-container h1.page-title {
    font-size: 28px;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: -0.02cm;
  }
}
body.interior #main #main-container .interior-content h1, 
body.interior #main #main-container .interior-content h2, 
body.interior #main #main-container .interior-content h3, 
body.interior #main #main-container .interior-content h4, 
body.interior #main #main-container .interior-content h5, 
body.interior #main #main-container .interior-content h6 {
  margin: 0 0 30px 0;
  padding: 0;
  height: auto;
  font-family: 'Montserrat', sans-serif;
}
body.interior #main #main-container .interior-content h1 {
  color: #0f8ef1;
  font-size: 44px;
  font-weight: 200;
  line-height: 44px;
  letter-spacing: -0.05cm;
}
body.interior #main #main-container .interior-content h2 {
  color: #0f8ef1;
  font-size: 38px;
  font-weight: 300;
  line-height: 38px;
  letter-spacing: -0.04cm;
}
body.interior #main #main-container .interior-content h3 {
  color: #0f8ef1;
  font-size: 32px;
  font-weight: 300;
  line-height: 32px;
  letter-spacing: -0.03cm;
}
body.interior #main #main-container .interior-content h4 {
  color: #0f8ef1;
  font-size: 28px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.03cm;
}
body.interior #main #main-container .interior-content h5 {
  color: #0f8ef1;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: -0.02cm;
}
body.interior #main #main-container .interior-content h6 {
  color: #094a9e;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: -0.01cm;
}
body.interior #main #main-container .interior-content ul {
  margin: 0 0 30px 0;
  padding: 0 0 0 25px;
  color: #545c66;
  font-size: 14px;
  font-weight: 300;
  font-family: 'Montserrat', sans-serif;
  line-height: 22px;
  letter-spacing: 0cm;
}
body.interior #main #main-container .interior-content ul li {
  margin: 0;
  padding: 0;
}
body.interior #main #main-container .interior-content ol {
  margin: 0 0 30px 0;
  padding: 0 0 0 25px;
  color: #545c66;
  font-size: 14px;
  font-weight: 300;
  font-family: 'Montserrat', sans-serif;
  line-height: 22px;
  letter-spacing: 0cm;
}
body.interior #main #main-container .interior-content ol li {
  margin: 0;
  padding: 0;
}
body.interior #main #main-container .interior-content p {
  margin: 0 0 30px 0;
  padding: 0;
  color: #545c66;
  font-size: 14px;
  font-weight: 300;
  font-family: 'Montserrat', sans-serif;
  line-height: 22px;
  letter-spacing: 0cm;
}
body.interior #main #main-container .interior-content a {
  color: #0f8ef1;
  font-weight: 400;
  text-decoration: underline;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
body.interior #main #main-container .interior-content a:hover {
  color: #094a9e;
  font-weight: 400;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
body.interior #main #main-container .interior-content .btn.btn-default {
  display: table;
  margin-bottom: 8px;

  background-color: #e53740;

  border: 0;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;

  color: #fff;
  font-size: 14px;
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
  line-height: 14px;
  letter-spacing: -0.01cm;
  white-space: normal !important;
  text-decoration: none;

  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  border: 1px solid #0f96fc;
  background: -moz-linear-gradient(-45deg, rgba(23,97,216,0.8) 0%, rgba(0,171,210,0.8) 100%);
  background: -webkit-linear-gradient(-45deg, rgba(23,97,216,0.8) 0%,rgba(0,171,210,0.8) 100%);
  background: linear-gradient(135deg, rgba(23,97,216,0.8) 0%,rgba(0,171,210,0.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc1761d8', endColorstr='#cc00abd2',GradientType=1 );

  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
body.interior #main #main-container .interior-content .btn.btn-default:hover {
  background-color: #bf2e35;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 532px) {
  body.interior #main #main-container {
     margin-top: -160px !important;
     margin-bottom: 0px !important;
   }
   body.interior #main #main-container #main-top {
    padding-top: 25px !important;
  }
}


/* Interior: Content, Products Index */
body.interior #main #main-container .products {
  margin: -120px -15px 160px -15px;
}
body.interior #main #main-container .products .product {
  position: relative;
  /*background-color: rgba(235,234,230,0.65);*/
  margin: 0 20px;
  padding: 20px 20px 25px 20px;

  /*border: 1px solid transparent;*/
  border-top: 8px solid rgba(209, 208, 205, 0.6);

  background: -moz-linear-gradient(-45deg, rgba(235,234,230,0.6) 0%, rgba(255,255,255,1) 75%);
  background: -webkit-linear-gradient(-45deg, rgba(235,234,230,0.6) 0%,rgba(255,255,255,1) 75%);
  background: linear-gradient(135deg, rgba(235,234,230,0.6) 0%,rgba(255,255,255,1) 75%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6ebeae6', endColorstr='#ffffff',GradientType=1 );

  -webkit-box-shadow: 0px 3px 16px 0px rgba(0,0,0,0.15);
  -moz-box-shadow: 0px 3px 16px 0px rgba(0,0,0,0.15);
  box-shadow: 0px 3px 16px 0px rgba(0,0,0,0.15);

  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;

  /*cursor: pointer !important;*/
}
body.interior #main #main-container .products .product:hover {
  position: relative;
 
  /*border: 1px solid #0f96fc;
  background: -moz-linear-gradient(-45deg, rgba(23,97,216,0.8) 0%, rgba(0,171,210,0.8) 100%);
  background: -webkit-linear-gradient(-45deg, rgba(23,97,216,0.8) 0%,rgba(0,171,210,0.8) 100%);
  background: linear-gradient(135deg, rgba(23,97,216,0.8) 0%,rgba(0,171,210,0.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc1761d8', endColorstr='#cc00abd2',GradientType=1 );*/

  -webkit-box-shadow: 6px 12px 26px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 6px 12px 26px 0px rgba(0,0,0,0.2);
  box-shadow: 6px 12px 26px 0px rgba(0,0,0,0.2);

  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
body.interior #main #main-container .products .product .product-image {
  position: relative;
  margin-bottom: 12px;
  max-height: 180px;
  overflow: hidden;
  z-index: 100;
}
body.interior #main #main-container .products .product .product-image img {
  border: 0;
}
body.interior #main #main-container .products .product .product-image-overlay {
  position: absolute;
  bottom: 12px;
  right: 12px;
  padding: 4px 8px;
  background: rgba(9,74,158,0.85);
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.03cm;
  z-index: 101;
}
body.interior #main #main-container .products .product .product-desc {
  padding: 0px 10px 20px 10px;
}
body.interior #main #main-container .products .product .product-desc h4 {
  margin: 0 0 10px 0 !important;
}
body.interior #main #main-container .products .product .product-desc h4 a {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 26px !important; 
  text-decoration: none !important;
}
body.interior #main #main-container .products .product .product-desc h4 a:hover {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
body.interior #main #main-container .products .product .product-desc p {
  margin: 0 !important;
  color: #434a52 !important;
  font-size: 13px !important;
  line-height: 15px !important;
  letter-spacing: 0cm !important;
}
body.interior #main #main-container .products .product .product-buttons {
  padding: 0px 20px 0 20px;
}
body.interior #main #main-container .products .product .product-button a {
  display: block;
  width: 100%;
  margin: 0;
  padding: 6px 10px;
  background-color: rgb(235,234,230);
  color: #434a52;
  font-size: 10px;
  font-weight: 500;
  font-family: 'Montserrat', sans-serif;
  line-height: 11px;
  text-transform: uppercase;
  letter-spacing: 0.01cm;
  text-align: center;
  text-decoration: none;

  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
body.interior #main #main-container .products .product .product-button a i.fa {
  color: #9dabbf;
}
body.interior #main #main-container .products .product .product-button a:hover {
  background-color: #0f8ef1;
  color: #fff;

  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
body.interior #main #main-container .products .product .product-button a:hover i.fa {
  color: rgba(255,255,255,0.5);
}
body.interior #main #main-container .products .product .product-button:first-child {
  border-right: 1px solid #fff;
}
body.interior #main #main-container .products .product .product-button:last-child {
  border-left: 1px solid #fff;
}


body.interior #main #main-container .product-detail {
  margin-bottom: 50px;
}
body.interior #main #main-container .product-detail .product {}
body.interior #main #main-container .product-detail .product .product-image {
  float: left;
  max-width: 300px;
  overflow: hidden;
  margin: 0 40px 40px 0;
}
body.interior #main #main-container .product-detail .product .product-image img {
  width: 100%;
  height: auto;
}
body.interior #main #main-container .product-detail .product .product-desc {}
body.interior #main #main-container .product-detail .product .product-gallery {}
body.interior #main #main-container .product-detail .product #ytplayer {}
body.interior #main #main-container .product-detail .related {
  padding-left: 50px;
}
body.interior #main #main-container .product-detail .related h5 {
  margin-bottom: 15px !important;
}
body.interior #main #main-container .product-detail .related ul {
  list-style: none;
  margin: 0 0 30px 0;
  padding: 0;
}
body.interior #main #main-container .product-detail .related ul li {
  margin: 0;
}
body.interior #main #main-container .product-detail .related ul li .fa {
  color: #d6d6d6;
  font-size: 12px;
}
body.interior #main #main-container .product-detail .related ul.detergents li a {
  color: #545c66 !important;
  font-weight: 300 !important;
  text-decoration: none !important;
}
body.interior #main #main-container .product-detail .related ul.detergents li a:hover {
  color: #545c66 !important;
  font-weight: 300 !important;
  text-decoration: underline !important;
}
@media (max-width: 532px) {
  body.interior #main #main-container .products {
    margin-bottom: 0px !important;
  }
  body.interior #main #main-container .products .product {
    margin: 0 0 30px 0 !important;
  }
  body.interior #main #main-container .products .product .product-button a {
    margin-bottom: 5px;
  }
}
@media (max-width: 768px) {
  body.interior #main #main-container .product-detail .product {
    margin-bottom: 40px;
  }
  body.interior #main #main-container .product-detail .related {
    padding-left: 15px;
  }
}



/* Interior: Content, Accessories Index */
body.interior #main #main-container .products.accessories {
  margin: -60px -15px 160px -15px;
}
body.interior #main #main-container .product-detail.accessory {
  margin: -60px -15px 160px -15px;
}


/* Interior: Content, Accessories Index */
body.interior #main #main-container .products.detergents.starter {
  margin: -60px 0px 0px 0px;
}
body.interior #main #main-container .products.detergents {
  margin: 0 0 0 0;
}
body.interior #main #main-container .products.detergents h3 {
  margin-bottom: 30px;
  text-align: center;
}
body.interior #main #main-container .products.detergents .nav-tabs {
  padding-left: 15px !important;
}
body.interior #main #main-container .products.detergents .nav-tabs > li {
  height: 34px;
  padding-top: 4px;
  padding-right: 1px;
  overflow: hidden;
}
body.interior #main #main-container .products.detergents .nav-tabs>li>a {
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  border: 1px solid #ddd;
  border-bottom: 0px;
  background: #f6f6f6;
  /*margin: 0px auto 0 auto;*/
  padding: 8px 20px;
  -webkit-box-shadow: 2px 1px 4px 0px rgba(0,0,0,0.3);
  -moz-box-shadow: 2px 1px 4px 0px rgba(0,0,0,0.3);
  box-shadow: 2px 1px 4px 0px rgba(0,0,0,0.3);

  /*color: #fff !important;*/
  font-size: 13px;
  font-weight: 500;
  font-family: 'Montserrat', sans-serif;
  line-height: 13px;
  /*text-transform: uppercase;*/
  letter-spacing: 0.01cm;
  text-decoration: none !important;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; 
}
body.interior #main #main-container .products.detergents .nav-tabs>li>a:hover {
  background: #fff;
  font-size: 13px;
  font-weight: 500;
  font-family: 'Montserrat', sans-serif;
  line-height: 13px;
  /*text-transform: uppercase;*/
  letter-spacing: 0.01cm;
  text-decoration: none !important;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; 
}
body.interior #main #main-container .products.detergents .nav-tabs>li.active>a {
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  border: 1px solid #0d7fd6;
  border-bottom: 0px;
  background: -moz-linear-gradient(-45deg, rgba(23,97,216,0.8) 0%, rgba(0,171,210,0.8) 100%);
  background: -webkit-linear-gradient(-45deg, rgba(23,97,216,0.8) 0%,rgba(0,171,210,0.8) 100%);
  background: linear-gradient(135deg, rgba(23,97,216,0.8) 0%,rgba(0,171,210,0.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc1761d8', endColorstr='#cc00abd2',GradientType=1 );
  /*margin: 0px auto 0 auto;*/
  padding: 8px 20px;

  color: #fff !important;
  font-size: 13px;
  font-weight: 500;
  font-family: 'Montserrat', sans-serif;
  line-height: 13px;
  /*text-transform: uppercase;*/
  letter-spacing: 0.01cm;
  text-decoration: none !important;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; 
}
body.interior #main #main-container .products.detergents .detergent {
  display: inline-table;
  vertical-align: top;
  width: 30%;
  margin: 0 50px 40px 0;
}
body.interior #main #main-container .products.detergents .detergent:nth-child(4n) {
  margin-right: 0;
}
body.interior #main #main-container .products.detergents .detergent img {
  margin-bottom: 12px;
}
body.interior #main #main-container .products.detergents .detergent h5 {
  margin-bottom: 8px !important;
  text-align: center !important;
}
body.interior #main #main-container .products.detergents .detergent p {
  margin: 0 0 12px 0;
  font-size: 13px !important;
  line-height: 15px !important;
}
body.interior #main #main-container .products.detergents .detergent a.btn.btn-primary {
  display: block;
  margin-bottom: 8px;

  background-color: #e53740;

  border: 0;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;

  color: #fff;
  font-size: 14px;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
  line-height: 14px;
  letter-spacing: -0.01cm;
  white-space: normal !important;

  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  border: 1px solid #0f96fc;
  text-decoration: none;
  white-space: normal !important;
  background: -moz-linear-gradient(-45deg, rgba(23,97,216,0.8) 0%, rgba(0,171,210,0.8) 100%);
  background: -webkit-linear-gradient(-45deg, rgba(23,97,216,0.8) 0%,rgba(0,171,210,0.8) 100%);
  background: linear-gradient(135deg, rgba(23,97,216,0.8) 0%,rgba(0,171,210,0.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc1761d8', endColorstr='#cc00abd2',GradientType=1 );
}
body.interior #main #main-container .products.detergents .detergent a.btn.btn-primary:hover {
  background-color: #bf2e35;
}
@media (max-width: 768px) {
  body.interior #main #main-container .products.detergents .nav-tabs > li, 
  body.interior #main #main-container .products.detergents .nav-tabs>li>a {
    display: block;
    width: 100%;
  }
  body.interior #main #main-container .products.detergents .detergent {
    display: block;
    width: 100%;
    margin: 0 0 40px 0;
  }
}
@media (max-width: 532px) {
  
}


/* Interior: Content, Videos Index */
body.interior #main #main-container .products.videos.starter {
  margin: -60px 0px 0px 0px;
}
body.interior #main #main-container .products.videos {
  margin: 0 0 0 0;
  text-align: center;
}
body.interior #main #main-container .products.videos h3 {
  margin-bottom: 30px;
  text-align: center;
}
body.interior #main #main-container .products.videos .nav-tabs {
  padding-left: 15px !important;
}
body.interior #main #main-container .products.videos .nav-tabs > li {
  height: 34px;
  padding-top: 4px;
  padding-right: 1px;
  overflow: hidden;
}
body.interior #main #main-container .products.videos .nav-tabs>li>a {
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  border: 1px solid #ddd;
  border-bottom: 0px;
  background: #f6f6f6;
  /*margin: 0px auto 0 auto;*/
  padding: 8px 20px;
  -webkit-box-shadow: 2px 1px 4px 0px rgba(0,0,0,0.3);
  -moz-box-shadow: 2px 1px 4px 0px rgba(0,0,0,0.3);
  box-shadow: 2px 1px 4px 0px rgba(0,0,0,0.3);

  /*color: #fff !important;*/
  font-size: 13px;
  font-weight: 500;
  font-family: 'Montserrat', sans-serif;
  line-height: 13px;
  /*text-transform: uppercase;*/
  letter-spacing: 0.01cm;
  text-decoration: none !important;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; 
}
body.interior #main #main-container .products.videos .nav-tabs>li>a:hover {
  background: #fff;
  font-size: 13px;
  font-weight: 500;
  font-family: 'Montserrat', sans-serif;
  line-height: 13px;
  /*text-transform: uppercase;*/
  letter-spacing: 0.01cm;
  text-decoration: none !important;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; 
}
body.interior #main #main-container .products.videos .nav-tabs>li.active>a {
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  border: 1px solid #0d7fd6;
  border-bottom: 0px;
  background: -moz-linear-gradient(-45deg, rgba(23,97,216,0.8) 0%, rgba(0,171,210,0.8) 100%);
  background: -webkit-linear-gradient(-45deg, rgba(23,97,216,0.8) 0%,rgba(0,171,210,0.8) 100%);
  background: linear-gradient(135deg, rgba(23,97,216,0.8) 0%,rgba(0,171,210,0.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc1761d8', endColorstr='#cc00abd2',GradientType=1 );
  /*margin: 0px auto 0 auto;*/
  padding: 8px 20px;

  color: #fff !important;
  font-size: 13px;
  font-weight: 500;
  font-family: 'Montserrat', sans-serif;
  line-height: 13px;
  /*text-transform: uppercase;*/
  letter-spacing: 0.01cm;
  text-decoration: none !important;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; 
}
body.interior #main #main-container .products.videos .tab-pane {
  text-align: center;
}



body.interior #main #main-container .products.videos .stacked {
  
}
body.interior #main #main-container .products.videos .video {
  margin: 0 auto 25px auto;
}
body.interior #main #main-container .products.videos .video .video_container {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; 
}
body.interior #main #main-container .products.videos .video .video_container:hover {
  -webkit-box-shadow: 6px 12px 30px 0px rgba(0,0,0,0.5);
  -moz-box-shadow: 6px 12px 30px 0px rgba(0,0,0,0.5);
  box-shadow: 6px 12px 30px 0px rgba(0,0,0,0.5);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; 
}
body.interior #main #main-container .products.videos .video .video_still {
  position: relative;
  z-index: 50;
}
body.interior #main #main-container .products.videos .video .video_caption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: transparent;
  z-index: 51;
}
body.interior #main #main-container .products.videos .video .video_container:hover .video_caption {
  background-color: rgba(0,0,0,0.7);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; 
}
body.interior #main #main-container .products.videos .video .video_caption h5 {
  margin: 0 !important;
  padding: 8px 22px !important;
  height: auto !important;
  background-color: rgba(23,97,216,0.7);
  color: #fff;
  font-size: 12px !important;
  font-weight: 400 !important;
  line-height: 14px !important;
  letter-spacing: 0cm !important;
}
body.interior #main #main-container .products.videos .video .video_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 52;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; 
}
body.interior #main #main-container .products.videos .video .video_overlay:before {
  content: '\f144';
  font-family: 'FontAwesome';
  font-size: 80px;
  color: rgba(255,255,255,0.75); /* rgba(0,171,210,0.7) */
  position: absolute;
  top: 42%;
  left: 50%;
  -webkit-transform: translate(-50%, -42%);
  -ms-transform: translate(-50%, -42%);
  transform: translate(-50%, -42%);
}
body.interior #main #main-container .products.videos .video .video_overlay a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 53;
  cursor: pointer;
  text-indent: -9999px;
}
@media (max-width: 768px) {
  body.interior #main #main-container .products.videos .nav-tabs > li, 
  body.interior #main #main-container .products.videos .nav-tabs>li>a {
    display: block;
    width: 100%;
  }
}



/*body.interior #main #main-container .products.videos .video:nth-child(4n) {
  margin-right: 0;
}*/
/*body.interior #main #main-container .products.videos .video img {
  margin-bottom: 12px;
}*/
body.interior #main #main-container .products.videos .video h5 {
  margin-bottom: 8px !important;
  text-align: center !important;
}
body.interior #main #main-container .products.videos .video p {
  margin: 0 0 12px 0;
  font-size: 13px !important;
  line-height: 15px !important;
}


/* Interior: Content, News Index */
body.interior #main #main-container .news {
  padding: 0;
}
body.interior #main #main-container .news .news-post {
  color: #6b6664;
}
@media (max-width: 991px) {
  body.interior #main #main-container .news .news-post {
    margin-bottom: 50px;
  }
}
body.interior #main #main-container .news .news-post a > img {
  border: 10px solid rgba(213,204,199,0.4);
  margin-bottom: 15px;
}
body.interior #main #main-container .news .news-post h4 {
  margin: 0 0 4px 0;
  padding: 0;
  height: auto;
  color: #0f8ef1;
  font-size: 24px;
  font-weight: 300;
  font-family: 'Montserrat', sans-serif;
  line-height: 26px;
  letter-spacing: -0.02cm;
}
body.interior #main #main-container .news .news-post h4 a {
  color: #0f8ef1;
  font-size: 24px;
  font-weight: 300;
  font-family: 'Montserrat', sans-serif;
  line-height: 26px;
  letter-spacing: -0.02cm;
  text-decoration: none;
}
body.interior #main #main-container .news .news-post h4 a:hover {
  color: #545c66;
  text-decoration: none;
}
body.interior #main #main-container .news .news-post h5 {
  margin: 0 0 10px 0;
  padding: 0;
  height: auto;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
  line-height: 14px;
}
body.interior #main #main-container .news .news-post h5 time {
  color: #545c66;
  font-size: 13px;
  font-weight: 600;
  line-height: 14px;
  /*font-style: italic;*/
}
body.interior #main #main-container .news .news-post p {
  margin: 0 0 10px 0;
  padding: 0;
  color: #545c66;
  font-size: 13px;
  font-weight: 300;
  font-family: 'Montserrat', sans-serif;
  line-height: 18px;
  letter-spacing: -0.01cm;
}
body.interior #main #main-container .news .news-post a.btn.btn-primary {
  display: block;
  margin-bottom: 8px;

  background-color: #e53740;

  border: 0;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;

  color: #fff;
  font-size: 14px;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
  line-height: 14px;
  letter-spacing: -0.01cm;
  white-space: normal !important;

  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  border: 1px solid #0f96fc;
  background: -moz-linear-gradient(-45deg, rgba(23,97,216,0.8) 0%, rgba(0,171,210,0.8) 100%);
  background: -webkit-linear-gradient(-45deg, rgba(23,97,216,0.8) 0%,rgba(0,171,210,0.8) 100%);
  background: linear-gradient(135deg, rgba(23,97,216,0.8) 0%,rgba(0,171,210,0.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc1761d8', endColorstr='#cc00abd2',GradientType=1 );
}
body.interior #main #main-container .news .news-post a.btn.btn-primary:hover {
  background-color: #bf2e35;
}


/* Interior: Content, News Post */
body.interior #main #main-container #news-post {
  margin-top: -60px;
}
body.interior #main #main-container #news-post h5.postdate {
  color: #545c66 !important;
  font-size: 13px !important;
  font-weight: 300 !important;
  letter-spacing: 0cm !important;
  font-style: italic;
}
body.interior #main #main-container #news-post .post-image {
  float: right;
  max-width: 600px;
  height: auto;
  margin-left: 30px;
  margin-bottom: 30px;
}
body.interior #main #main-container #news-post .post-body {}
body.interior #main #main-container #news-post .post-footer {
  margin-top: 30px;
}
body.interior #main #main-container #news-post .imagery .carousel {
  min-height: 400px !important;
}
body.interior #main #main-container #news-post .imagery .slide {
    margin-top: 0 !important;
    padding-top: 0px !important;
    background-attachment: initial !important;
    background-position: initial !important;
    min-height: auto !important;
    width: 100% !important;
    background-size: initial !important;
}
body.interior #main #main-container #news-post .imagery .news-image {
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
}
body.interior #main #main-container #news-post .imagery .news-image img {}
body.interior #main #main-container #news-post .imagery .news-image .project-photo {
  position: relative;
  z-index: 30;
}
body.interior #main #main-container #news-post .imagery .news-image .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  min-height: 50px;
  padding: 20px 30px;
  background-color: rgba(0,0,0,0.8);
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  font-family: 'Lato', sans-serif;
  line-height: 20px;
  letter-spacing: 0cm;
  text-decoration: none;
  z-index: 40;
}
body.interior #main #main-container #news-post .imagery .news-image .caption h4 {
  margin: 0 0 8px 0;
  padding: 0;
  height: auto;
  color: #fff;
}
body.interior #main #main-container #news-post .imagery .news-image .caption p {
  margin: 0;
  color: #fff;
}
body.interior #main #main-container #news-post .imagery .news-gallery {}
body.interior #main #main-container #news-post .imagery .news-gallery .thumbnail {
  display: block;
  padding: 0px;
  margin-bottom: 10px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0px;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
body.interior #main #main-container #news-post .imagery .news-gallery .thumbnail .post-image {
  margin-left: 0px;
  margin-bottom: 0px;
}
body.interior #main #main-container #news-post .imagery .news-gallery ul li:before {
  content: '';
  top: 0;
  left: 0;
  display: none;
}
body.interior #main #main-container #news-post .imagery .news-gallery a.thumbnail:hover, 
body.interior #main #main-container #news-post .imagery .news-gallery a.thumbnail:focus, 
body.interior #main #main-container #news-post .imagery .news-gallery a.thumbnail.active {
    border-color: #ee3a43;
}
body.interior #main #main-container #news-post .imagery .news-gallery ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
body.interior #main #main-container #news-post .imagery .news-gallery ul li {
  display: inline-block;
  vertical-align: top;
  width: 19%;
  margin-right: 0px;
  padding-left: 0px;
}
body.interior #main #main-container #news-post .imagery .news-gallery ul li a {}
body.interior #main #main-container #news-post .imagery .news-gallery ul li img {
  width: 100%;
  height: auto;
}
body.interior #main #main-container #news-post a.btn.btn-default {
  display: table;
  margin-bottom: 8px;

  background-color: #e53740;

  border: 0;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;

  color: #fff;
  font-size: 14px;
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
  line-height: 14px;
  letter-spacing: -0.01cm;
  white-space: normal !important;
  text-decoration: none;

  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  border: 1px solid #0f96fc;
  background: -moz-linear-gradient(-45deg, rgba(23,97,216,0.8) 0%, rgba(0,171,210,0.8) 100%);
  background: -webkit-linear-gradient(-45deg, rgba(23,97,216,0.8) 0%,rgba(0,171,210,0.8) 100%);
  background: linear-gradient(135deg, rgba(23,97,216,0.8) 0%,rgba(0,171,210,0.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc1761d8', endColorstr='#cc00abd2',GradientType=1 );
}
body.interior #main #main-container #news-post a.btn.btn-default strong {
  font-weight: 700;
}
body.interior #main #main-container #news-post a.btn.btn-default:hover {
  background-color: #bf2e35;
}


/* Interior: Content, References */
body.interior #main #main-container #references {
  margin-top: -80px;
}
body.interior #main #main-container #references h3.ref-category {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #ccc;
}
body.interior #main #main-container #references .reference {
  margin: 0 auto;
  padding: 0 10px 20px 10px;
  text-align: center;
}
body.interior #main #main-container #references .reference img {
  margin: 0 auto;
  max-width: 160px;
  width: auto;
  max-height: 240px;
  height: auto;
}
body.interior #main #main-container #references .reference .ref-name {
  margin-top: 10px;
  padding: 6px 20px;
  background: -moz-linear-gradient(-45deg, rgba(23,97,216,0.8) 0%, rgba(0,171,210,0.8) 100%);
  background: -webkit-linear-gradient(-45deg, rgba(23,97,216,0.8) 0%,rgba(0,171,210,0.8) 100%);
  background: linear-gradient(135deg, rgba(23,97,216,0.8) 0%,rgba(0,171,210,0.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc1761d8', endColorstr='#cc00abd2',GradientType=1 );
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
  line-height: 14px;
  letter-spacing: -0.01cm;
  white-space: normal !important;
  text-decoration: none;
}


/* Responsive */
@media (max-width: 1162px) {
  .navbar {
    padding-left: 0px;
  }
  .navbar-header {
    width: 100%;
    text-align: center;
  }
  .navbar-default .navbar-brand {
    margin: 50px auto 0 auto;
    display: inline-table !important;
    float: none !important;
  }
  .navbar-scrolled .navbar-brand {
    margin: 20px auto 0 auto;
  }
  .navbar::before, 
  .navbar .container-fluid::before {
    border: 0;
  }
  .navbar-default .navbar-nav > li > a {
    color: #fff;
  }
  .navbar-default .navbar-collapse {
    text-align: center !important;
  }
  .navbar-nav {
    display: inline-block !important;
    float: none !important;
    margin-right: 0px !important;
    padding-top: 0px !important;
  }
  #slider #slider-overlay {
    width: 100% !important;
    right: 0 !important;
    padding: 0 40px !important;
    text-align: center !important;
  }
  #accessories .accessory, 
  #accessories .detergent {
    padding: 0 60px 0 60px;
    text-align: center !important;
  }
  #accessories .accessory h2 a {
    padding-right: 0px;
  }
  #accessories .detergent h2 a {
    padding-left: 0px;
  }
  #industries > .row {
    margin: 0;
  }
  #industries #industry-list {
    margin: 0;
    padding: 60px 60px !important;
  }
  #industries #industry-list > .row {
    margin: 0;
  }
  #industries #industry-list .industries {
    padding: 50px 0 0 0;
  }
  
}
@media (max-width: 991px) {
  #contactform div {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  #info .news {
    padding-bottom: 40px !important;
    min-height: 300px;
  }
  #info .full-service {
    padding: 0px 60px 40px 60px;
    min-height: 300px;
    display: block;
    text-align: center;
  }
  #info .leasing {
    padding: 0px 60px 80px 60px;
    min-height: 100px;
    display: block;
    text-align: center;
  }
  #info .leasing .btn.btn-primary:first-child {
    margin-top: 10px;
    margin-bottom: 0px;
  }
}
@media (max-width: 767px) {
  .navbar-fixed-top .navbar-collapse {
    padding: 0;
  }
  .navbar .navbar-nav {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    background: rgba(7,55,117,0.92);
    text-align: left !important;
  }
  .navbar ul.dropdown-nav {
    position: relative;
    left: 0;
    padding: 0;
    background: transparent;
    text-align: left;
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
    -moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
    box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
  }
  .navbar .dropdown-nav li a {
    padding: 4px 20px 4px 40px;
  }
  .navbar-fixed-top .navbar-collapse {
    max-height: none !important;
  }
  #products .product, 
  #accessories .accessory, 
  #accessories .detergent, 
  #industries #america, 
  #footer .contact-info, 
  #footer .contact-form, 
  #footer .awards {
    width: 100%;
    display: block;
  }
  #footer .awards {
    padding: 40px 60px;
    text-align: center;
  }
  #footer .awards img {
    margin: 0 auto;
  }
}
@media (max-width: 532px) {
  .navbar-default .navbar-brand {
    margin: 10px auto 0 auto;
  }
}
@media (max-width: 500px) {
  .navbar {
    position: absolute !important;
  }
}


/* Universals */
.no-padding {
  padding-left: 0px;
  padding-right: 0px;
}
.no-padding-left {
  padding-left: 0px;
  /*padding-right: 25px;*/
}
.no-padding-right {
  /*padding-left: 25px;*/
  padding-right: 0px;
}
.normal-padding {
  padding-left: 15px;
  padding-right: 15px;
}
::selection {
    background: #003da6;
    color: #fff;
    text-shadow: none;
}
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.loadersmall {
  border: 5px solid #f3f3f3;
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
  border-top: 5px solid #555;
  border-radius: 50%;
  width: 50px;
  height: 50px;
}
@keyframes spin {
  0% {
      -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      transform: rotate(0deg);
  }
  100% {
      -webkit-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      transform: rotate(360deg);
  }
}

/*# sourceMappingURL=custom.css.map */
[v-cloak] { display: none }

.row.flexbox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.row.flexbox > [class*='col-'] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.masonry {
  -moz-transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  -moz-column-gap: 20px;
  -webkit-column-gap: 20px;
  column-gap: 20px;
  -moz-column-fill: initial;
  -webkit-column-fill: initial;
  column-fill: initial;
}
.masonry .brick {
  margin-bottom: 20px;
}
.masonry .brick img {
  -moz-transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.masonry .brick:hover img {
  /*-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
  filter: alpha(opacity=75);
  -moz-opacity: 0.75;
  -khtml-opacity: 0.75;
  opacity: 0.75;*/
}
.masonry.bordered {
  -moz-column-rule: 1px solid #eee;
  -webkit-column-rule: 1px solid #eee;
  column-rule: 1px solid #eee;
  -moz-column-gap: 50px;
  -webkit-column-gap: 50px;
  column-gap: 50px;
}
.masonry.bordered .brick {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #eee;
}
.masonry.gutterless {
  -moz-column-gap: 0;
  -webkit-column-gap: 0;
  column-gap: 0;
}
.masonry.gutterless .brick {
  margin-bottom: 0;
}

.span {
  -moz-column-span: all;
  -webkit-column-span: all;
  column-span: all;
  *margin: 20px 0;
}

@media only screen and (min-width: 1024px) {
  .masonry {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .masonry {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
  }
}
