@import url(//fonts.googleapis.com/css?family=Noto+Sans:400,300,700);
@import url(//fonts.googleapis.com/css?family=Michroma);
/*
* Main.less
* Main Design for theme
* This file contains information about the Structure of the theme.
*
* Index:
*
*   • Pre Requisite/CSS
*   • Top Bar
*     • Top Menu
*     • Search Bar
*     • Social Icons
*   • Masthead a.k.a Header
*   • Slider
*   • Content
*     • Primary
*     • Secondary(if any)
*   • Footer
*     • Widget Area(if any)
*     • Colophon
*   • Other Responsive Codes (Responsive codes are present, below each section)
*
*/
/* ---------------- Fonts ----------------------------------- */
/* ---------------Parametric Mixins ------------------------ */
/* --------------- Color Variables ------------------------- */
/* ---------------- Font Variables ------------------------- */
.site-title-font {
  font-family: "Noto Sans", sans-serif;
}
.body-font {
  font-family: "Noto Sans", sans-serif;
}
/*
 ------------------- Pre Requisite/Reset ----------------
*/
.container {
  margin: auto;
}
.menu-container{

}
a:hover {
  text-decoration: none;
}
body {
  overflow-x: hidden;
  font-family: "Noto Sans", sans-serif;
  color: #333333;
}
#content {
  background: #ffffff;
  clear: both;
}
a {
  font-family: "Noto Sans",sans-serif;
  color: #0093C6;
}
a:visited {
  color: #0093C6;
}
a:hover {
  color: #0093c6;
}
sup {
    vertical-align: super;
    font-size: 10px;
    top: -0.2em;
}
/* ----------------- Top Bar --------------------------- */
#top-bar {

}
#top-bar #social-icons {
  padding-top: 4px;
  float: right;
  margin-top: 5px;
  overflow: hidden;
  padding-bottom: 7px;
  -webkit-backface-visibility: hidden;
}
 #social-icons a {
  background: 0 0;
  display: inline-block;
  float: left;
  width: 25px;
  height: 25px;
  margin-right: 10px;
}
#top-bar #social-icons #facebook {
  background-image: url(../images/social/facebook.png);
}
#top-bar #social-icons #instagram {
  background-image: url(../images/social/instagram.png);
}
#top-bar #social-icons #twitter {
  background-image: url(../images/social/twitter.png);
}
#top-bar #social-icons #linkedin {
  background-image: url(../images/social/linkedin.png);
}
#top-bar #social-icons #google {
  background-image: url(../images/social/google.png);
}
#top-bar #social-icons #flickr {
  background-image: url(../images/social/flickr.png);
}
#top-bar #social-icons #youtube {
  background-image: url(../images/social/youtube.png);
}
#top-bar select{float:right;}
#top-bar .search-form-top {
  float: left;
  padding-top: 7px;
  margin-right: 30px;
}
#top-bar .search-form-top input[type=text] {
  border-radius: 0px;
  border-color: #c4c4c4;
  padding-left: 10px;
  outline: none;
  width: 240px;
  transition: 0.4s ease;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
}
#top-bar .search-form-top:after {
  content: url(../images/search.png);
  position: relative;
  top: 2px;
  right: 30px;
}
#top-bar .search-form-top ::-webkit-input-placeholder {
  color: #cc5d1c;
  font-size: 12px;
  padding-top: 2px;
  font-weight: lighter;
}
#top-bar .search-form-top ::-moz-input-placeholder {
  color: #cc5d1c;
  font-size: 12px;
  padding-top: 2px;
  font-weight: lighter;
}

@media screen and (max-width: 991px) {
  #top-bar #social-icons,
  #top-bar .search-form-top {
    float: none;
    text-align: center;
  }
  #top-bar #social-icons a {
    float: none;
    text-align: center;
  }
  #top-bar .search-form-top {
    margin-right: 0px;
  }
}
#masthead {
  text-align: left;
  padding: 0px;
  border: none;
  position: relative;
}
#masthead .site-title {
  position: relative;
  margin-top: 20px;
  margin-bottom: 0px;
}
#masthead .site-title a {
  color: #0093c6;
  font-size: 32px;
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: flat;
  display: inline-block;
}
#masthead .site-description{
  margin-top:00px;
}
#masthead .site-description a{
  color: #0093c6;
  font-size: 32px;
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: flat;
  display: inline-block;
}

#masthead .branding-headings p{
  color: #747474;
  font-size: 11px;
  line-height: 11px;
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: flat;
  display: inline-block;
}
@media screen and (max-width: 991px) {
  #masthead {
    text-align: center;
  }
}
/*------------------ Navigation -------------- */
#top-nav {
  display: block;
  width:70%;
  float:right;
}
#top-nav #site-navigation {
  margin:30px 0 20px;
  text-align: center;
  font-size: 13px;
  padding-left: 0px;
  -webkit-backface-visibility: hidden;
}
#top-nav #site-navigation a {
  color: #ababab;
  text-transform: uppercase;
  padding: 13px 7px 13px 7px;
  font-family: "Noto Sans", sans-serif;
}
#top-nav #site-navigation a:hover {
  color: #0093c6;
  background: #f2f2f2;
}
#top-nav #site-navigation ul {
  margin-left: 0px;
  z-index: 99999;
}
#top-nav #site-navigation ul li {
  float: right;
  display: inline-block;
}
#top-nav #site-navigation ul li:hover > a {
  background: #f2f2f2;
}
#top-nav #site-navigation ul ul {
  background: #f2f2f2;
  box-shadow: none;
  top: 3.4em;
  padding: 15px 0px;
}
#top-nav #site-navigation ul ul a {
  padding: 7px 15px;
  font-size: 12px;
  text-align: left;
  padding-left: 10px;
  color: #929292;
  width: 100%;
  text-transform: inherit;
}
#top-nav #site-navigation ul ul a:hover {
  background: #ebebeb;
}
#top-nav #site-navigation ul ul ul {
  top: 0em;
}
#top-nav #site-navigation li.current_page_item a{
  color:#fd6c01;
}
.main-navigation li:hover {
    background: #f2f2f2 none repeat scroll 0 0;
}
#top-nav #site-navigation ul ul li {
    width: 245px;
}
/**** slider ****/
.bxslider > li {
    background: #DDDEE0 none repeat scroll 0 0;
}

@media screen and (max-width: 600px) {
  #top-nav h1.menu-toggle {
    font-family: "Noto Sans", sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 15px;
  }
  #top-nav #site-navigation ul ul {
    display: none !important;
  }
  #top-nav #site-navigation ul {
    margin-left: 15%;
  }
  #top-nav #site-navigation ul li {
    display: block;
    width: 80%;
  }
}
.menu-item-has-children{
  padding-right:8px;
}
.menu-item-has-children:after{
  content:'\f107';
  font-family:'FontAwesome';
  color:#ababab;
  position: absolute;
    right: 3px;
    top: 13px;
}
.site-branding{width:29%;
float:left;}
.branding-logo{
  float:left;
  width:90%;
  padding: 4px 0 8px;
}
.branding-headings{
  float:left;
  width:100%;
}
@media (max-width:700px){
  .menu-container{
    display: none;
  }
  .menu-item-has-children:after{
  content:'' !important;
  font-family:'FontAwesome';
  color:#ababab;
  position: absolute;
    right: 3px;
    top: 13px;
}
.menu-item-has-children{
  padding-right: 0px !important;
}
}
/* -------------------- Slider -------------------*/
#slider-wrapper {
  clear: both;
  position: relative;
  /*margin-bottom: 50px;*/
  z-index: 434;
}
@media screen and (max-width: 767px) {
  #slider-wrapper {
    margin-bottom: 0px;
  }
}
#slider-wrapper .slider-caption {
  position: relative;
  background: #0093c6;
  padding: 30px 10px;
  padding-left: 20px;
  box-shadow: black 5px 5px 0px black;
}

#slider-wrapper .slider-caption .slider-caption-title {
  font-family: "Noto Sans", sans-serif;
  font-size: 24px;
  margin-bottom: 5px;
}
#slider-wrapper .slider-caption .slider-caption-desc {
  font-family: "Noto Sans", sans-serif;
  font-size: 24px;
  margin-bottom: 5px;
  text-align:center;
}
@media screen and (max-width: 767px) {
  #slider-wrapper .slider-caption {
    background: #0093c6;
    box-shadow: none;
    padding: 3px 8px;
  }
  #slider-wrapper .slider-caption .slider-caption-title {
    font-size: 16px;
  }
  #slider-wrapper .slider-caption .slider-caption-desc {
    font-size: 12px;
    margin-bottom: 0;
  }
}
#slider-wrapper a {
  color: #ffffff;
}
.bx-wrapper {
  box-shadow: none;
}
.bx-wrapper ul {
  margin-left: 0px;
}
.bx-wrapper img {
  min-width: 100%;
}
.bx-wrapper .bx-caption {
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  padding-bottom: 10px;
  font-size: 20px;
  margin: auto;
}
.bx-wrapper .bx-viewport {
  box-shadow: none;
  border: none;
  left: 0px;
}
.bx-wrapper a.bx-next {
  margin-right: 12px;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  width: 20px;
  border-radius: 0px;
  height: 8px;
  background: rgba(173, 79, 24, 0.6);
  text-indent: 9999px;
}
.bx-wrapper .bx-pager-item .active {
  background: rgba(197, 73, 0, 0.9) !important;
}
.bx-wrapper .bx-pager {
  text-align: right;
  position: absolute;
  top: 1px;
  right: 20px;
  height: 25px;
}
.bx-wrapper .bx-controls-direction a {
  transition: 0s;
  -webkit-transition: 0s;
  -moz-transition: 0s;
  -o-transition: 0s;
  -ms-transition: 0s;
}
.slider-bottom-blue{
  background-color:#0093c6;
}
/* -------------------- Showcase ----------------- */
#showcase {
  padding: 20px 20px 50px 20px;
  max-width: 1300px;
  margin: 0 auto;
  display: block;
  list-style: none;
  margin-bottom: 0px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #showcase {
    margin-top: -30px;
  }
}
#showcase .showcase {
  display: inline-block;
  position: relative;
  perspective: 1700;
  -webkit-perspective: 1000;
}
@media screen and (max-width: 767px) {
  #showcase .showcase {
    padding: 0;
    margin-bottom: 10px;
  }
}
#showcase .showcase figure {
  position: relative;
  transform-style: preserve-3d;
}
#showcase .showcase figure > div {
  overflow: hidden;
}
#showcase .showcase figure img {
  max-width: 100%;
  z-index: 10;
  transition: all 0.9s;
  -webkit-transition: all 0.9s;
  -moz-transition: all 0.9s;
  -o-transition: all 0.9s;
  -ms-transition: all 0.9s;
  -webkit-backface-visibility: hidden;
  transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  -webkit-transform: scale(1);
}
#showcase .showcase figure .showcase-caption {
  display: block;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 5px 20px;
  background: rgba(173, 79, 24, 0.8);
  color: white;
  opacity: 0;
  transform-origin: bottom;
  -moz-transform-origin: bottom;
  -ms-transform-origin: bottom;
  -o-transform-origin: bottom;
  -webkit-transform-origin: bottom;
  transform: rotateX(-180deg);
  -webkit-transform: rotateX(-180deg);
  -moz-transform: rotateX(-180deg);
  -o-transform: rotateX(-180deg);
  -ms-transform: rotateX(-180deg);
  transition: all 0.8s;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  -ms-transition: all 0.8s;
  -moz-transition: all 0.4s;
  z-index: 9999;
}
@media screen and (max-width: 767px) {
  #showcase .showcase figure .showcase-caption {
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    z-index: 99999;
    opacity: 1;
  }
}
#showcase .showcase figure .showcase-caption .showcase-caption-title {
  font-family: "Noto Sans", sans-serif;
  font-size: 17px;
}
#showcase .showcase figure .showcase-caption .showcase-caption-desc {
  font-size: 12px;
  font-weight: lighter;
}
#showcase .showcase figure:hover .showcase-caption {
  opacity: 1.0;
  transform: rotateX(0deg);
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
}
#showcase .showcase figure:hover img {
  transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  -webkit-transform: scale(1.05);
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  #showcase .showcase {
    padding: 2px;
  }

}
@media screen and (max-width: 767px) {
  #showcase {
    text-align: center;
    padding-bottom: 0px;
  }
  #showcase .showcase {
    max-width: 80%;
    margin: 0 auto;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 550px) {
  #showcase .showcase {
    max-width: 100%;
  }
}
/* -------------------- Content ------------------ */
#content {
  padding-top: 10px;
  margin-top: 10px;
}
.page-header {
  margin-top: -20px;
}
.top-hr {
    background-color: rgba(174, 174, 174, 0.8);
    display: block;
    height: 5px;
    position: relative;
    top: 5px;
    z-index: 9999;
}
#home-title {
  margin-top: -3px;
  font-family: "Noto Sans",sans-serif;
  font-size: 22px;
  color: #0093C6;
  margin-bottom: 15px;
  margin-left: -15px;
  display: inline-block;
  padding-bottom: 10px;
}
/* ------------------ Product holder ------------------- */
.product-holder .bx-controls {
  display: block;
}
.slider-holder{
  max-width: 462px;
  margin: 0 auto;
  display: block;
}
.product-holder .bx-wrapper .bx-pager.bx-default-pager a {
    background: #a1a1a1 none repeat scroll 0 0;
    border-radius: 10px;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    height: 10px;
    text-indent: 9999px;
    width: 10px;
}
.product-holder .bx-wrapper .bx-pager-item .active {
    background: #0e86b2 none repeat scroll 0 0 !important;
    border: 1px solid #a3a4a5;
    position: relative;
    top: 1px;
}
.product-holder .bx-controls-direction{
    display: none;
}
.product-holder .bx-wrapper .bx-pager {
    bottom: 10px;
    height: 25px;
    top: auto;
    left: 10px;
    position: absolute;
    text-align: right;
    width: 100%;
    max-width: 60px;
}
.product-holder .bx-wrapper {
    background-color: #f1f1f1;
    padding: 20px 12px;
    margin-top:40px;
}
.product-holder-bottom{
  background-color: #f1f1f1;
  padding: 15px;
}
.product-box {
  float: left;
  width: 21.6%;
  list-style: none;
  margin-right: 50px;
  margin-bottom: 50px;
}
.product-box:nth-child(4), .product-box:nth-child(8), .product-box:nth-child(12), .product-box:nth-child(16), .product-box:nth-child(20), .product-box:nth-child(24), .product-box:nth-child(28), .product-box:nth-child(32), .product-box:nth-child(36), .product-box:nth-child(40){
  margin-right: 0px;
}
.product-box h3{
  font:400 14px/25px 'open sans', sans-serif !important;
  color: #fff;
  width:100%;
  background-color: #0093c6;
  text-align:center;
  padding: 5px;
  margin: 0px;
}
.product-box li{
  font:600 10px/16px 'open sans', sans-serif;
  color:#2b2b2b;
}
.product-box-bottom{
  border-right:1px solid #898989;
  border-left:1px solid #898989;
  border-bottom:1px solid #898989;
  background-color: #fff;
  min-height: 363px;
}
.product-summary-image{
  border-bottom:1px solid #898989;
}
.product-box-bottom img{
  display: block;
  margin: 0 auto;
}
.product-summary{
  margin: 10px 0;
}
.product-box-holder{
  margin: 0px 0px;
}
.product-box ul{
  margin: 0 5px 0 20px;
  min-height: 80px;
}
.product-box-bottom a{
  width: 105px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  color: #fff;
  border: 1px solid #636363;
  background-color: #2575ad;
  padding: 5px;
  margin: 10px auto 20px;
  display:block;
  font:600 11px/16px 'open sans', sans-serif;
  text-align: center;
}
.products-holder-video-content ul{
  margin-left:25px;
}
.products-holder-video-content li{
  font:400 11px/19px 'open sans', sans-serif;
  color:#2b2b2b;
}
/* ----------------- product page -----------------*/

.product-video-content-left{
  width: 50%;
  float: left;
}
.product-video-content-right{
  width: 50%;
  float: left;
}
.product-video-content iframe{
  width: 100%;
  max-width: 391px;
  display:block;
  margin: 0 auto;
  height: 275px;
}
.product-holder h3{
  font:400 25px/36px 'open sans', sans-serif !important;
  color:#0093c6;
  margin: 10px 0 25px;
}
.product-video-content h3{
  font:400 25px/36px 'open sans', sans-serif !important;
  color:#0093c6;
  margin: 20px 0 35px;
}
.product-video-content{
  margin-bottom: 40px;
}
.product-video-content img {
   margin: 10px auto;
   display: block;
}

.product-tech-content-left{
  width: 62%;
  float: left;
}
.product-tech-content-right{
  float: right;
}
.tech-holder{
  margin: 15px 0;
}
.related-box{
  max-width:350px;
  width: 100%;
  padding: 12px 30px;
  border: 1px solid #d7d7d7;
}
.related-box img{
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.related-box h4{
  font:25px/36px 'open sans', sans-serif;
  color: #0093c6;
  text-decoration: underline;
  text-align: center;
}
.related-box a {
  display: block;
  max-width: 135px;
  color: #fff;
  margin: 15px auto 0 auto;
  text-align: center;
  background-color: #0093c6;
  font:600 14px/16px 'open sans', sans-serif;
  padding:5px 10px;
  border-radius: 5px;
  moz-border-radius:5px;
  -webkit-border-radius:5px;
}
.bottom-boxes{
  width: 100%;
  max-width: 1137px;
  display: block;
  margin: 25px auto;
}
.bottom-boxes .box{
  width:100%;
  max-width: 347px;
  float: right;
  margin: 10px 0px 10px 48px;
}
.bottom-boxes .box h4{
  font: 25px/36px 'open sans', sans-serif;
  color: #fff;
  padding: 7px 15px;
  margin: 0px;
}
.bottom-boxes .box-newsletter{
  background-image:url(../images/newsletter-bg.jpg);
  background-repeat: no-repeat;
  min-height: 236px;
  max-height: 236px;
  color: #fff;
  margin-left: 0px;
  position: relative;
}
.box-newsletter form{
  padding: 0 15px;
}
.box-newsletter input{
  border-radius: 0px;
  padding: 0.45em;
}
#yikes-easy-mc-form-1-FNAME, #yikes-easy-mc-form-1-LNAME, #yikes-easy-mc-form-2-FNAME, #yikes-easy-mc-form-2-LNAME, #yikes-easy-mc-form-4-FNAME, #yikes-easy-mc-form-4-LNAME {
    float: left;
    width: 48%;
}
.yikes-easy-mc-form input[type="text"], .yikes-easy-mc-form input[type="email"], .yikes-easy-mc-form select {
    background-color: #fff !important;
    border: 1px solid #ccc !important;
    color: #000 !important;
    font: 12px/18px "open sans",sans-serif !important;
    margin-bottom: 13px !important;
    padding: 4px !important;
}
#yikes-easy-mc-form-1-FNAME, #yikes-easy-mc-form-2-FNAME, #yikes-easy-mc-form-4-FNAME {
  margin-right: 12px
}
.yikes-easy-mc-email {
    clear: left;
}
.yikes-easy-mc-form input[type="text"]::-webkit-input-placeholder, .yikes-easy-mc-form input[type="email"]::-webkit-input-placeholder{
    color: #000 !important;
    opacity:1 !important;
}

.yikes-easy-mc-form input[type="text"]:-moz-placeholder, .yikes-easy-mc-form input[type="email"]:-moz-placeholder { /* Firefox 18- */
    color: #000 !important;
    opacity:1 !important;
}

.yikes-easy-mc-form input[type="text"]::-moz-placeholder, .yikes-easy-mc-form input[type="email"]::-moz-placeholder {  /* Firefox 19+ */
    color: #000 !important;
    opacity:1 !important;
}

.yikes-easy-mc-form input[type="text"]:-ms-input-placeholder, .yikes-easy-mc-form input[type="email"]:-ms-input-placeholder {
    color: #000 !important;
    opacity:1 !important;
}
.box-newsletter button{
  background-color: #fff;
  border: 1px solid #b7b7b7;
  border-radius: 5px;
  bottom: 0px;
  color: #f37724;
  font: 14px/14px "open sans",sans-serif;
  padding: 5px 25px !important;
  position: absolute;
  right: 15px;
  text-align: center;
  width: 100px !important;
  min-height: auto !important;
  bottom:15px;
}
.box-newsletter button:hover{
  background-color: #b7b7b7;
  border: 1px solid #b7b7b7;
  border-radius: 5px;
  bottom: 0px;
  color: #f37724;
  font: 14px/14px "open sans",sans-serif;
  padding: 5px 25px !important;
  position: absolute;
  right: 15px;
  text-align: center;
  width: 100px !important;
  min-height: auto !important;
  bottom:15px;
}
.bottom-boxes .box-newsletter p{
  font:16px/21px 'open sans', sans-serif;
  color: #fff;
  padding-left: 15px;
}
.bottom-boxes .box-where{
  background-image:url(../images/world-map-bg.jpg);
  background-repeat: no-repeat;
  min-height: 236px;
  max-height: 236px;
  position: relative;
}
.bottom-boxes .box-where h4{
  color: #0093c6;
  text-align: center;
  padding: 7px 0;
}
.bottom-boxes .box-which{
  background-image:url(../images/genuine-flettner-sm.jpg);
  background-repeat: no-repeat;
  min-height: 236px;
  margin-right: 0px;
  max-height: 236px;
  padding: 7px 10px;
}
.box-which input {
    border-radius: 0;
}
.bottom-boxes .box-which h4{
  font-weight: bold;
  padding: 0px 0px 7px;
  font:22px/28px 'open sans', sans-serif;
}
.bottom-boxes .box-which input, .bottom-boxes .box-which select{
  width: 75% !important
}
.bottom-boxes .box-which p{
  font:10px/14px 'open sans', sans-serif;
  width:99%;
  margin-bottom: 7px;
  color:#fff;
}
.bottom-boxes .box-which select{
  color: #000;
}
.bottom-boxes .box-which .spacing-form{
  font:700 12px/10px 'arial', sans-serif;
}
.bottom-boxes .more-btn{
  position: absolute;
  float: none;
  bottom: 15px;
  right: 15px;
  color:#f37724;
  font:14px/14px 'open sans', sans-serif;
  background-color: #fff;
  text-align:center;
  padding: 5px 25px;
  border: 1px solid #b7b7b7;
  border-radius: 5px;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
}
/********** application holder page ************/
.icon-row{
  margin: 35px 0;
}
.icon-box {
    float: left;
    width: 20%;
}
.icon-box a {
    display: block;
    text-align: center;
    color: #0093C6;
}
.icon-box img {
    transform:scale(1);
    -webkit-transform:scale(1);
    -webkit-transition: -webkit-transform 0.4s;
     transition:transform 0.4s;
    display: block;
    margin: 0 auto;
}
.icon-box img:hover{
    transform:scale(1.15);
    -webkit-transform:scale(1.15);
    -webkit-transition: -webkit-transform 0.4s;
    transition:transform 0.4s;
}

/********** application page ************/

.testimonials{
  background-color: #0e86b2;
  padding-bottom: 15px
}
.testimonials .slider{
  width: 80%;
  background-color: #0e86b2;
  margin: 0 auto;
}
.testimonials ul{

  display: block;
  background-color: #0e86b2;
}
.testimonials ul li{
  text-align: center;
  padding:20px 25px 5px;
  color: #fff;
  width: 100%;
  background-color: #0e86b2;
  list-style: none;
}
 /*iframe {
    background-color: #f1f1f1;
    height: 369px;
    padding: 10px;
}*/
.app-vid iframe {
    background-color: #f1f1f1;
    height: 369px;
    margin-top: 25px;
    padding: 10px;
}
.testimonials .bx-controls {
    display: block;
}
.testimonials .bx-wrapper .bx-pager.bx-default-pager a {
    background: #fff none repeat scroll 0 0;
    border-radius: 10px;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    height: 10px;
    text-indent: 9999px;
    width: 10px;
}
.testimonials .bx-wrapper .bx-pager-item .active {
    background: #252525 none repeat scroll 0 0 !important;
    border: 1px solid #a3a4a5;
    position: relative;
    top: 1px;
}
.testimonials .bx-controls-direction{
    display: none;
}
.testimonials .bx-wrapper .bx-pager {
    bottom: 5px;
    display: block;
    height: 25px;
    left: 18px;
    margin: 0 auto;
    max-width: 60px;
    position: absolute;
    text-align: right;
    top: auto;
    width: 100%;
}
/********* end application ************/

/********* table **********/

td.tablecenter {
    text-align: center;
    border: 1px solid black;
}

/********* secure pages ************/
input#rememberme {
    width: auto;
}
.login {
    width: 50%;
    margin: 0 auto;
}
.more-btn{
  float: right;
  color:#f37724;
  font:14px/14px 'open sans', sans-serif;
  background-color: #fff;
  text-align:center;
  padding: 5px 25px;
  border: 1px solid #b7b7b7;
  border-radius: 5px;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
}
@media screen and (max-width: 768px) {
  #home-title {
    text-align: center;
    margin: 10px auto;
    display: block;
    border-bottom: none;
    width: 100%;
  }
}
#primary article .after-thumb {
  overflow: auto;
  margin-top: -20px;
}
#primary article .after-thumb .entry-title a {
  font-size: 22px;
  color: #0093c6;
}
#primary article .after-thumb .entry-title a:hover {
  color: #c14a04;
}
#primary article .after-thumb h1.entry-title {
  margin-top: 4px;
  margin-bottom: 0px;
  font-family: "Noto Sans", sans-serif;
}
#primary .entry-content {
  margin-top: 0.3em;
  border-bottom: solid 1px #eee;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
#primary article.grid {
  display: block;
  padding-left: 0px;
  padding-right: 0px;
  min-height: 210px;
  margin-bottom: 3px;
}
#primary article.grid h1.entry-title {
  font-family: "Noto Sans", sans-serif;
  font-size: 16px;
  margin-top: 12px;
  margin-bottom: 12px;
}
#primary article.grid h1.entry-title a {
  color: white;
}
#primary article.grid .featured-thumb {
  padding-right: 1px;
  padding-left: 1px;
}
#primary article.grid .featured-thumb img {
  transition: all 0.9s ease;
  -webkit-transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  -ms-transition: all 0.9s ease;
  -webkit-backface-visibility: hidden;
}
#primary article.grid .featured-thumb:hover img {
  transition: all 0.9s ease;
  -webkit-transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  -ms-transition: all 0.9s ease;
  -webkit-filter: brightness(85%);
}
#primary article.grid .in-thumb {
  position: absolute;
  bottom: 0;
  padding: 0;
  width: 99%;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}
#primary article.grid .in-thumb h1.entry-title a {
  display: block;
  width: 100%;
  margin-bottom: -12px;
  background: rgba(173, 79, 24, 0.65);
  padding: 10px;
}
#primary article.grid .in-thumb h1.entry-title a:hover {
  background: rgba(173, 79, 24, 0.85);
}
@media screen and (max-width: 767px) and (min-width: 401px) {
  #primary article.grid {
    width: 50%;
    clear: none;
    float: left;
  }
}
#primary article.grid2 {
  padding: 0;
  -webkit-backface-visibility: hidden;
}
#primary article.grid2 .featured-thumb {
  padding: 0;
  overflow: hidden;
  transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -ms-transition: 0.5s all ease;
}
#primary article.grid2 .featured-thumb:before {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  transition: 0.8s all ease;
  -webkit-transition: 0.8s all ease;
  -moz-transition: 0.8s all ease;
  -o-transition: 0.8s all ease;
  -ms-transition: 0.8s all ease;
  pointer-events: none;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  background: linear-gradient(to bottom, rgba(72, 76, 97, 0) 0%, rgba(72, 76, 97, 0.6) 75%);
  z-index: 1;
}
#primary article.grid2 .featured-thumb:hover:before {
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
#primary article.grid2 .featured-thumb img {
  -webkit-backface-visibility: hidden;
  transition: 0.6s all ease;
  -webkit-transition: 0.6s all ease;
  -moz-transition: 0.6s all ease;
  -o-transition: 0.6s all ease;
  -ms-transition: 0.6s all ease;
  z-index: 0;
}
#primary article.grid2 .featured-thumb img:hover {
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}
@media screen and (max-width: 991px) {
  #primary article.grid2 .featured-thumb {
    margin: 10px;
  }
  .product-video-content-left {
    float: left;
    width: 48%;
  }
  .product-video-content-right {
    float: right;
    width: 48%;
  }
}
#primary article.grid2 .out-thumb h1.entry-title {
  margin: 0 0 10px 0px;
  font-size: 17px;
}
#primary article.grid2 .out-thumb h1.entry-title a {
  font-family: "Noto Sans",sans-serif;
  font-size: 18px;
  color: #0093C6;
}
#primary article.grid2 .out-thumb h1.entry-title a:hover {
  color: #787878;
}
#primary article.grid2 .out-thumb .entry-excerpt {
  color: #ababab;
  font-size: 13px;
  line-height: 1.5em;
}
#primary article.grid2 .out-thumb .readmore {
  font-family: "Noto Sans", sans-serif;
  text-align: right;
  font-size: 13px;
  margin-top: 10px;
  display: block;
}
#primary article.grid2 .out-thumb .readmore:hover a {
  color: #787878;
}
@media screen and (max-width: 767px) {
  #primary article.grid2 {
    width: 65%;
    margin: 10px auto;
    margin-bottom: 25px;
  }
  .product-holder .bx-wrapper {
    background-color: #f1f1f1;
    padding: 20px 12px;
    margin:20px 0;
}
}
@media screen and (max-width: 450px) {
  #primary article.grid2 {
    width: 100%;
  }
}
#primary-mono #main {
  margin-top: -25px;
}
#primary-mono h1.entry-title {
  font-family: "Noto Sans", sans-serif;
  font-size: 32px;
}
#primary-mono .entry-meta {
  font-size: 13px;
  border-bottom: solid 1px #d1d1d1;
  border-top: solid 1px #d1d1d1;
  padding-top: 7px;
  padding-bottom: 7px;
  color: #ababab;
}
#primary-mono .entry-meta a {
  color: #929292;
}
#primary-mono .entry-meta i.fa-user {
  margin-left: 15px;
}
#primary-mono .entry-meta i.fa {
  margin-right: 4px;
}
#primary-mono .entry-content {
  color: #7d7d7d;
  line-height: 1.6em;
}
#primary-mono .entry-content a:hover {
  color: #787878;
}
#primary-mono .footer-meta {
  margin-top: 25px;
  border-top: solid 1px #c4c4c4;
  border-bottom: solid 1px #c4c4c4;
  padding-bottom: 10px;
  padding-top: 10px;
}
#primary-mono .footer-meta i.fa {
  margin-left: 15px;
}
#primary-mono .footer-meta i:first-child {
  margin-left: 0px;
}
#primary-mono .edit-link {
  float: right;
}
#primary-mono code {
  background: #eee;
  color: black;
  font-weight: bold;
  font-family: "Noto Sans", sans-serif;
}
#primary-mono article.page h1.entry-title span {
    color: #0093c6;
    font: 400 25px/36px "open sans",sans-serif !important;
    margin: 10px 0 25px;
}
#secondary {
  margin-top: -20px;
  font-size: 13px;
}
#secondary h1.widget-title {
  font-size: 15px;
  border-bottom: solid 2px #0093c6;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 5px;
  text-transform: uppercase;
  font-family: "Noto Sans", sans-serif;
  font-weight: normal;
}
#secondary a {
  color: #0093c6;
}
#secondary a:hover {
  color: #929292;
}
#secondary ul {
  margin-left: 20px;
}
#secondary ul ul {
  margin-left: 5px;
}
article table {
  border: solid 1px #eee;
}
article table tr:nth-child(even) {
  background: #ffffff;
}
article table th {
  background: black;
  color: white;
  padding: 5px 10px;
}
article table td {
  padding: 5px 10px;
}
article h1,
article h2,
article h3 {
  font-family: "Noto Sans", sans-serif;
}
/* --------------- archives -------------- */
.archive section#primary h1.page-title {
  border-bottom: solid 2px #0093c6;
  margin-bottom: 20px;
  margin-top: 11px;
}
.archive section#primary h1.page-title span {
  padding: 10px 15px;
  display: inline-block;
  font-family: "Noto Sans", sans-serif;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: normal;
}
.archive section#primary .page-header {
  border-bottom: none;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
/* --------------- pagination ------------ */
.pagination {
  margin: 20px 0;
  padding-top: 25px;
  text-align: center;
  width: 100%;
  clear: both;
}
.pagination ul {
  list-style: none;
  display: inline-block;
  text-align: center;
  margin-bottom: 0;
  margin-left: 0px;
}
.pagination ul > li {
  display: inline;
}
.pagination ul > li > a {
  color: #6a300f;
  transition: all 0.4s ease;
}
.pagination ul > li > a:hover {
  color: #c14a04;
  background: #bfbfbf;
}
.pagination .current {
  background: #bfbfbf;
}
.pagination ul  > li  > a,
.pagination ul  > li  > span {
  float: left;
  padding: 4px 12px;
  line-height: 20px;
  text-decoration: none;
  background-color: #f2f2f2;
  /*  border: 1px solid desaturate(@default-background, 55%); */
  border-left-width: 0;
  display: inline-block;
  color: #86593f;
}
.pagination ul  > li:first-child  > a,
.pagination ul  > li:first-child  > span {
  border-left-width: 1px;
}
.pagination ul  > li:last-child  > a,
.pagination ul  > li:last-child  > span {
  border-rigth-width: 1px;
}
/* --------------- comments -------------- */
#respond input[type=text] {
  max-width: 450px;
}
#comments {
  margin-top: 55px;
}
#comments h2.comments-title {
  font-size: x-large;
  font-family: "Noto Sans", sans-serif;
}
#comments ol.comment-list {
  list-style: none;
  margin-left: 0px;
}
#comments li.comment {
  border: solid 1px #eee;
  padding: 10px;
  margin-top: 15px;
  list-style: none;
  background: #f9f9f9;
}
#comments li.comment .comment-content {
  color: #929292;
}
#comments li.trackback {
  background: #f9f9f9;
  padding: 10px;
  margin-top: 15px;
  margin-bottom: 15px;
  border: solid 1px #eee;
  font-weight: bold;
}
#comments li.trackback a {
  font-weight: normal;
}
#comments .vcard img {
  border: solid 4px #e6e6e6;
  border-radius: 5px;
  margin: 0 10px 10px 0;
}
#comments .comment-metadata {
  font-weight: bold;
}
@media screen and (max-width: 480px) {
  li.comment {
    margin-left: -5%;
  }
}
/* -------------- footer widget area -------- */
#footer-sidebar {
  border-top: solid 5px #0093c6;
  padding-top: 20px;
  background: url(../images/pattern2.png) top left repeat-x, #f9f9f9;
  margin-top: 30px;
  padding-bottom: 50px;
}
#footer-sidebar h1.widget-title {
  font-weight: bold;
  font-family: "Noto Sans", sans-serif;
  font-size: 20px;
  color: #9b4716;
  margin-bottom: 20px;
}
#footer-sidebar a:hover {
  color: #9e9e9e;
}
/* --------------- colophon ---------------- */
#colophon {
  text-align: center;
  border-top: solid 1px #eee;
  padding: 15px;
  background: #0093c6;
  padding-bottom: 4px;
  color: #eee;
}
#colophon .site-info {
  text-align: left;
}
#colophon a {
  color: white;
}
#colophon a:hover {
  color: #ddd;
}
#colophon .footer-menu {
  text-align: right;
}
#colophon .footer-menu ul ul {
  display: none;
}
#colophon .footer-menu ul li {
  display: inline;
  padding-right: 10px;
}
@media screen and (max-width: 991px) {
  #colophon .site-info {
    text-align: center;
    margin: 20px;
  }
  #colophon .footer-menu {
    text-align: center;
  }
}
/*--------------- responsive cheats ----------- */
@media screen and (max-width: 991px) {
  #social-icons {
    float: none;
    text-align: center;
    padding-bottom: 20px;
    overflow: auto;
  }
  #social-icons img {
    float: none !important;
  }
  .featured-thumb {
    margin-bottom: 15px;
  }
  #secondary,
  #secondary-2 {
    margin-top: 25px;
  }
}
.blue-hr{
  width:100%;
  padding:5px 0;
  background-color:#0093c6;
}
.home-top{
  padding: 30px 0 45px;
}
.home-left{
  float:left;
  width:60%;
}
.home-right{
  float:right;
  width:34%;
  margin-top:50px;
}
@media screen and (max-width: 767px) {
.home-left{
  float:none;
  width:100%;
}
.home-right {
    display: block;
    float: none;
    margin: 0 auto;
    max-width: 315px;
    width: 100%;
}
}
.container p{
  margin-bottom:15px;
}
.container h3{
  font-weight:bold;
  font-size:27px;
}
.home-seven{
  float:left;
  width:13.5%;
  padding:1% 2%;
}
.responsive-4 .home-seven:nth-child(1){
  margin-left:25px;
}
.home-tweets .widget{
  margin: 0px;
}
.home-seven img {
    transform:scale(1);
    -webkit-transform:scale(1);
    -webkit-transition: -webkit-transform 0.4s;
     transition:transform 0.4s;
    display: block;
    margin: 0 auto;
}
.home-seven img:hover{
    transform:scale(1.15);
    -webkit-transform:scale(1.15);
    -webkit-transition: -webkit-transform 0.4s;
    transition:transform 0.4s;
}
@media screen and (max-width: 767px) {
  .home-seven{
  width:21%;
  padding:1%;
}
.responsive-4 .home-seven:nth-child(1){
  margin-left:0px;
}
}
.home-focus{
  text-align:center;
}
.home-focus p{
  font-size:22px;
}
.home-focus ul{
   list-style-image: url('images/bigorange.gif');
   padding-left:60px;
}
.home-focus li{
  color:#0093c6;
  list-style-type: none;
  float:left;
    font-size: 27px;
    margin-right: 42px;
    padding-left: 0;
}
@media (max-width: 1200px){
  .product-box {
    float: left;
    list-style: outside none none;
    margin-bottom: 50px;
    margin-right: 20px;
    width: 23.3%;
}
.bottom-boxes .box-where {
    background-image: url("../images/world-map-bg.jpg");
    background-repeat: no-repeat;
    border-right: 1px solid #e1e1e1;
    max-height: 236px;
    min-height: 236px;
    position: relative;
}
.bottom-boxes .box {
    float: right;
    margin: 9px 15px 10px 0;
    max-width: 295px;
    width: 100%;
}
#yikes-easy-mc-form-1-FNAME, #yikes-easy-mc-form-1-LNAME {
    float: left;
    width: 47.7%;
}
#top-nav #site-navigation {
    font-size: 13px;
    margin: 0 0 20px;
    padding-left: 0;
    text-align: center;
}
#top-nav {
    display: block;
    float: right;
    width: 100%;
}
}
@media screen and (max-width: 1100px) {
.home-focus li {
    color: #0093c6;
    float: left;
    font-size: 22px;
    list-style-type: none;
    margin-right: 40px;
    padding-left: 0;
}
}
@media (max-width: 991px){
  .home-focus li {
    color: #0093c6;
    float: left;
    font-size: 20px;
    list-style-type: none;
    margin-right: 30px;
    padding-left: 0;
}
    .product-box {
    float: left;
    list-style: outside none none;
    margin-bottom: 50px;
    margin-right: 28px;
    width: 30.6%;
  }
  #yikes-easy-mc-form-1-FNAME, #yikes-easy-mc-form-1-LNAME {
    float: left;
    width: 49.1%;
}
  .product-box:nth-child(3), .product-box:nth-child(6), .product-box:nth-child(9){
    margin-right: 0px;
  }
  .product-box:nth-child(4), .product-box:nth-child(8), .product-box:nth-child(12){
    margin-right: 28px;
  }
  .bottom-boxes .box {
      display: block;
      margin: 25px auto;
      max-width: 347px;
      width: 100%;
  }
  .bottom-boxes .box-which {
      background-image: url("../images/genuine-flettner-sm.jpg");
      background-repeat: no-repeat;
      margin-bottom: 25px !important;
      margin-left: 26px !important;
      margin-right: 0;
      max-height: 236px;
      min-height: 236px;
      padding: 7px 10px;
  }
  .bottom-boxes .box-newsletter {
    background-color: #3bacd4;
    background-image: url("../images/newsletter-bg.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    color: #fff;
    margin-left: 0;
    max-height: 236px;
    max-width: 1000px !important;
    min-height: 236px;
    position: relative;
    width: 100% !important;
  }
}
@media screen and (max-width: 900px) {
  .home-focus li{
    font-size: 16px;
  }

}
@media screen and (max-width: 767px) {
  .home-focus ul{
     list-style-image: url('images/smallorange.gif');
     padding-left:60px;
  }
  .home-focus li{
    font-size: 15px;
    margin-right: 27px;
  }
  .product-box {
    float: left;
    list-style: outside none none;
    margin-bottom: 50px;
    margin-right: 28px;
    width: 29.6%;
  }
  .product-holder-content-right, .product-holder-content-right {
    float: none;
    width: 100%;
  }

}
@media(max-width: 760px){
    .bottom-boxes .box {
      display: block;
      margin: 5px auto;
      max-width: 315px;
      width: 100%;
  }
    #yikes-easy-mc-form-1-FNAME, #yikes-easy-mc-form-1-LNAME {
    float: left;
    width: 48.7%;
}
}
@media (max-width:700px){
    .product-box:nth-child(4), .product-box:nth-child(8), .product-box:nth-child(12){
    margin-right: 13px;
  }
  .form-right, .form-left {
    float: left;
    width: 100%;
}
}
@media (max-width: 690px){
  .bottom-boxes .box {
      display: block;
      margin: 25px auto !important;
      max-width: 347px !important;
      width: 100% !important;
      float: none
  }
  #yikes-easy-mc-form-1-FNAME, #yikes-easy-mc-form-1-LNAME {
    float: left;
    width: 47.9%;
}
}
.home-widget-area{
  width:100%;
  padding-bottom: 40px;
}
.home-tweets{
  float:left;
  width:24%;
  background-color:#d7f2ff;
  padding:10px;
  margin-right:1%;
  min-height:410px;
}
.home-form {
    background-image: url("../images/which.jpg");
    color: #fff;
    float: left;
    margin: 0 4px 0 5px;
    min-height: 410px;
    padding: 10px;
    width: 73%;
    background-size: cover
}
.home-form select{
  color:#333;
}
.home-form p.spacing-form{
  padding-top:30px;
  font-size:20px;
  font-weight:bold;
}
.home-benefits{
  float:left;
  width:24%;
  background: -webkit-linear-gradient(bottom right, #259dc5, #88b9cf); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(left top, #259dc5, #88b9cf); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(left top, #259dc5, #88b9cf); /* For Firefox 3.6 to 15 */
  background: linear-gradient(left top, #259dc5, #88b9cf); /* Standard syntax */
  background-image: linear-gradient( to bottom, #259dc5, #88b9cf);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#259dc5', endColorstr='#88b9cf');
  zoom: 1;
  padding:10px;
  margin-left:1%;
  color:#fff;
  min-height:410px;
}
.home-widget-area h4{
  font-weight:bold;
  font-size:22px;
}
.home-widget-area span{
  color:#f0cc01;
}
.home-benefits ul{
  list-style-type: none;
  margin-left:0;
}
.home-benefits li{
  padding-left:60px;
  background-image:url('images/greentick.gif');
  background-repeat: no-repeat;
  padding-bottom:17px;
  background-position: 0px top;
}
.home-benefits img{
  float:right;
}
.top-o-page{
  background-color:#dddee0;
}
.product-holder{
  padding:25px;
  background-color:#f1f1f1;
}
.product-holder-content{
  background-color:#fff;
  padding:15px;
}
.product-holder-content-left{
  width:55%;
  float:left;
  padding-right: 30px;
}
.product-holder-content-right{
  width:44%;
  float:right;
}
.widget select, .widget input {
    max-width: 360px;
    width: 100%;
}
.top-o-page iframe{
  padding: 0px;
  height: 350px;
}
.top-o-page p{
  margin: 0px;
  display:flex;
}
.contact input, .contact textarea, .contact select{
  width: 100%;
}

.contact [type="submit"]{
  background-color: #fff;
  border: 1px solid #b7b7b7;
  border-radius: 5px;
  bottom: 0px;
  float: right;
  margin-top: 15px;
  color: #f37724;
  font: 14px/14px "open sans",sans-serif;
  padding: 5px 25px !important;
  text-align: center;
  width: 100px !important;
  min-height: auto !important
}
.contact  [type="submit"]:hover{
  background-color: #b7b7b7;
  border: 1px solid #b7b7b7;
  border-radius: 5px;
  bottom: 0px;
  color: #f37724;
  font: 14px/14px "open sans",sans-serif;
  padding: 5px 25px !important;
  text-align: center;
  width: 100px !important;
  min-height: auto !important
}
/*********** FAQ ***********/

.faq-li{
  list-style: none;
  margin: 15px 0;
  padding: 15px 15px;
  background-color: #F1F1F1;
}
.faq h4 {
    color: #0093c6;
    font: 400 18px/24px "open sans",sans-serif !important;
    cursor: pointer;
    margin: 0px;
}
.product-holder-content.faq > ul {
    margin: 0;
}
.faq-li .answer{
  display: none;
  padding-top: 15px
}
.fa-minus-square{
  display: none;
}
.show .fa-minus-square{
  display: inline-block;
}
.show .fa-plus-square{
  display: none
}
/*********** Warrenty ***********/

.form-right, .form-left{
  float: left;
  width: 48%;
}
.form-left{
  margin-right: 2%;
}
.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
    float: none;
    margin-left: 0;
    margin-right: 6px;
    width: auto;
}
.wpcf7-radio label{
  margin-right: 10px;
}
.radio, .checkbox {
    display: block;
    margin-bottom: 10px;
    margin-top: 10px;
    min-height: 20px;
    padding-left: 0px;
}
.form-right span.wpcf7-list-item {
    margin-left: 0em;
}
input[type="date"] {
  border: 1px solid #ccc;
    border-radius: 3px;
    color: #666;
    line-height: 24px;
}
.form-right .wpcf7-select {
    line-height: 24px;
    padding: 3px;
    width: 100%;
}
/********* Distributors **********/
.distributor .d-title{
  padding: 10px;
  margin: 15px 0;
  font-weight: 600;
  clear:both;
  float: left;
  width: 100%;
  color:#fff;
  font-size: 16px;
  background-color: #0093c6;
}
.distributor p{
  padding: 15px 0;
  margin: 0px;
  border-bottom: 0px;
}
.distributor-item {
    float: left;
    width: 28.3%;
    margin:0 27px;
    min-height: 135px;
}

@media (max-width: 1200px){
  #top-bar select {
    float: right;
    margin: 15px 78px 0 0;
}
  .home-tweets {
    background-color: #d7f2ff;
    clear: both;
    float: left;
    margin: 0px 15px 0 0;
    min-height: 410px;
    padding: 10px;
    width: 37.3%;
  }
.home-form {
    background-image: url("images/genuine-flettner.jpg");
    color: #fff;
    float: left;
    margin:0;
    max-width: 573px;
    min-height: 410px;
    padding: 10px;
    width: 100%;
    background-position: right;
  }
  .home-benefits li {
    background-image: url("images/greentick.gif");
    background-position: 0 top;
    background-repeat: no-repeat;
    padding-bottom: 25px;
    padding-left: 60px;
    padding-top: 13px;
}
  .home-benefits {
    background: rgba(0, 0, 0, 0) -moz-linear-gradient(left top , #259dc5, #88b9cf) repeat scroll 0 0;
    color: #fff;
    float: left;
    margin-left: 0%;
    min-height: auto;
    padding: 10px;
    margin-top: 25px;
    width: 100%;
}
.distributor-item {
    width: 26.9%;
}
}
@media (max-width: 991px){
    .home-tweets {
    background-color: #d7f2ff;
    clear: both;
    float: left;
    margin: 0px 15px 0 0;
    min-height: 410px;
    padding: 10px;
    width: 33.3%;
  }
.home-form {
    background-image: url("images/genuine-flettner.jpg");
    color: #fff;
    float: left;
    margin:0;
    max-width: 465px;
    min-height: 410px;
    padding: 10px;
    width: 100%;
    background-position: right;
  }
  .distributor-item {
    float: left;
    margin: 0 14px;
    min-height: 135px;
    width: 28.9%;
}
}
@media (max-width: 767px){
    .home-tweets {
    background-color: #d7f2ff;
    clear: both;
    float: left;
    margin: 25px 0;
    min-height: 410px;
    padding: 10px;
    width: 100%;
  }
.home-form {
    background-image: url("images/genuine-flettner.jpg");
    clear: both;
    color: #fff;
    float: none;
    margin: 25px auto;
    max-width: 573px;
    min-height: 410px;
    padding: 10px;
    width: 100%;
    background-position: left;
  }
  .home-benefits {
    background: rgba(0, 0, 0, 0) -moz-linear-gradient(left top , #259dc5, #88b9cf) repeat scroll 0 0;
    color: #fff;
    float: left;
    margin-left: 0%;
    min-height: auto;
    padding: 10px;
    margin-top: 0;
    width: 100%;
}
.home-benefits li {
    background-image: url("images/greentick.gif");
    background-position: 0 top;
    background-repeat: no-repeat;
    padding-bottom: 25px;
    padding-left: 60px;
    padding-top: 13px;
}
.home-seven {
    margin-right: 15px;
    max-width: 111px;
    padding: 0;
    width: 100%;
}
.home-seven:nth-child(4) {
    margin-right: 0px;
}
.responsive-3 .home-seven:nth-child(3) {
    margin-right: 0px;
}
.responsive-4 {
    display: block;
    margin: 0 auto;
    max-width: 489px;
    width: 100%;
}
.responsive-3 {
    display: block;
    margin: 10px auto 20px;
    max-width: 363px;
    width: 100%;
}
.clear-responsive{
  clear: both;
}
#top-nav #site-navigation ul li {
    display: inline-block;
    float: inherit;
}
#top-nav #site-navigation a {
    color: #ababab;
    font-family: "Noto Sans",sans-serif;
    font-size: 12px;
    padding: 13px 4px;
    text-transform: uppercase;
}
.distributor-item {
    float: left;
    margin: 0 14px;
    min-height: 135px;
    width: 44.9%;
}
}
@media (min-width: 767px) and (max-width: 991px){
  .app-vid iframe {
    height: 280px;
}
}
@media (max-width: 767px){
  .product-holder-content-right, .product-holder-content-left {
    float: none;
    width: 100%;
  }
   #slider-wrapper .slider-caption .slider-caption-desc {
      font-size: 20px;
      margin-bottom: 0;
  }
  #slider-wrapper .slider-caption {
    background: #0093c6 none repeat scroll 0 0;
    box-shadow: none;
    padding: 15px 8px;
}
}
@media (max-width: 700px) {

.icon-box img {
    transform:none;
    -webkit-transform:none;
    -webkit-transition:none;
     transition:none;
    display: block;
    margin: 0 auto;
}
.icon-box img:hover{
    transform:none;
    -webkit-transform:none;
    -webkit-transition:none;
    transition:transform none;
}
.product-box {
    float: left;
    list-style: outside none none;
    margin-bottom: 50px;
    margin-right: 13px;
    width: 31.6%;
    min-height: 350px;
}
.product-tech-content-left {
    float: left;
    width: 100%;
}
.product-tech-content-right {
    float: right;
    margin: 20px 0;
    width: 100%;
}
.related-box {
    border: 1px solid #d7d7d7;
    margin: 0 auto;
    max-width: 350px;
    padding: 12px 30px;
    width: 100%;
}
}
@media (max-width: 660px){
  .product-box {
    float: left;
    list-style: outside none none;
    margin-bottom: 50px;
    margin-right: 40px;
    width: 45.6%;
    min-height: 350px;
  }
  .product-box:nth-child(2), .product-box:nth-child(4), .product-box:nth-child(6),.product-box:nth-child(8), .product-box:nth-child(10), .product-box:nth-child(12){
    margin-right: 0px;
  }
  .product-box:nth-child(3), .product-box:nth-child(9){
    margin-right: 40px;
  }
  .home-focus ul {
    padding-left: 10px;
}
.distributor-item {
    float: left;
    margin: 0 14px;
    min-height: 135px;
    width: 42.9%;
}
}
@media (max-width: 600px){
  .site-branding {
    float: left;
    width: 100%;
  }
  .branding-logo {
      float: left;
      max-width: 135px;
      width: 100%;
  }
  .branding-headings {
    float: left;
    width: 45%;
  }
  #top-bar {
    clear: both;
  }
  .product-video-content-left {
    float: left;
    width: 100%;
  }
  .product-video-content-right {
    float: right;
    width: 100%;
  }
  .home-focus ul {
    margin: 0 auto;
    max-width: 200px;
  }
  .home-focus li {
    float: none;
    font-size: 20px;
    margin-right:0px;
    text-align: left;
  }
  .home-focus p {
    font-size: 22px;
    padding: 0 10px;
}
  #slider-wrapper .slider-caption .slider-caption-desc {
      font-size: 16px;
      margin-bottom: 0;
  }
  #slider-wrapper .slider-caption {
    background: #0093c6 none repeat scroll 0 0;
    box-shadow: none;
    padding: 10px 8px;
}
}
@media (max-width: 530px){
    .product-box {
    float: left;
    list-style: outside none none;
    margin-bottom: 50px;
    margin-right: 30px;
    width: 44.6%;
    min-height: 350px;
  }
  .product-box:nth-child(3), .product-box:nth-child(9){
    margin-right: 30px;
  }
  .distributor-item {
    float: left;
    margin: 0 14px;
    min-height: auto;
    width: 100%;
}
}
@media (max-width: 490px) {
  .responsive-3 {
    display: block;
    margin: 10px auto 20px;
    max-width: 270px;
    width: 100%;
}
.responsive-4 {
    display: block;
    margin: 0 auto;
    max-width: 365px;
    width: 100%;
}
.home-seven {
    margin-right: 15px;
    max-width: 80px;
    padding: 0;
    width: 100%;
}

}
@media (max-width: 440px) {
#masthead .site-description a {
    color: #0093c6;
    display: inline-block;
    font-size: 26px;
}
.site-title{
  font-size: 26px;
}
.icon-box {
    float: left;
    width: 100%;
    margin:5px 0;
}
.product-holder {
    background-color: #f1f1f1;
    padding: 0;
}
#social-icons a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    display: inline-block;
    float: left;
    height: 25px;
    margin-right: 3px;
    width: 25px;
}
#click-menu {
    top: 95px !important;
}
  #top-bar select {
    float: right;
    margin: 0;
}
}
@media (max-width: 370px){
  .responsive-3 {
    display: block;
    margin: 10px auto 20px;
    max-width: 232px;
    width: 100%;
  }
  .responsive-4 {
    display: block;
    margin: 0 auto;
    max-width: 310px;
    width: 100%;
  }
  .home-seven {
    margin-right: 2px;
    max-width: 76px;
    padding: 0;
    width: 100%;
  }
  #slider-wrapper .slider-caption .slider-caption-desc {
      font-size: 13px;
      margin-bottom: 0;
  }
  #slider-wrapper .slider-caption {
    background: #0093c6 none repeat scroll 0 0;
    box-shadow: none;
    padding: 5px 12px;
  }
  .product-holder-content-left {
      padding-right: 0px;
  }
  .product-holder-content {
    padding: 5px;
  }
  .app-vid iframe {
    height: 320px;
  }
  iframe{
    height: 320px;
  }
  .distributor p {
    font-size: 13px;
}
}
@media (max-width: 530px){
    .product-box {
    float: left;
    list-style: outside none none;
    margin-bottom: 30px;
    margin-right: 0px;
    width: 100%;
    min-height: 350px;
  }
  .product-box:nth-child(3), .product-box:nth-child(9){
    margin-right: 0px;
  }
}
