@font-face {
  font-family: 'vagRegular';
  src: url('../../fonts/VRB.eot'); /* IE9 Compat Modes */
  src: url('../../fonts/VRB.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../fonts/VRB.woff') format('woff'), /* Modern Browsers */
       url('../../fonts/VRB.ttf')  format('truetype'); /* Legacy iOS */
}
@font-face {
  font-family: 'vaBold';
  src: url('../../fonts/VRBL.eot'); /* IE9 Compat Modes */
  src: url('../../fonts/VRBL.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../fonts/VRBL.woff') format('woff'), /* Modern Browsers */
       url('../../fonts/VRBL.ttf'); /* Legacy iOS */
}
@font-face {
  font-family: 'vagLight';
  src: url('../../fonts/VRL.eot'); /* IE9 Compat Modes */
  src: url('../../fonts/VRL.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../fonts/VRL.woff') format('woff'), /* Modern Browsers */
       url('../../fonts/VRL.ttf'); /* Legacy iOS */
}
@font-face {
  font-family: 'vagItalic';
  src: url('../../fonts/VRT.eot'); /* IE9 Compat Modes */
  src: url('../../fonts/VRT.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../fonts/VRT.woff') format('woff'), /* Modern Browsers */
       url('../../fonts/VRT.ttf'); /* Legacy iOS */
}
@font-face {
  font-family: 'FoundrySterlingLight';
  src: url('../../fonts/FoundrySterlingLight.eot'); /* IE9 Compat Modes */
  src: url('../../fonts/FoundrySterlingLight.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../fonts/FoundrySterlingLight.woff') format('woff'), /* Modern Browsers */
       url('../../fonts/FoundrySterlingLight.ttf'); /* Legacy iOS */
}
body{
    overflow-x: hidden;
}
.header{
    border-top:2px solid #ff3700;
    background:#fff;
}
.bottom-header{
    background:#878787;
    position:relative;
}
.bottom-header .navbar{
    position: initial;
}
.top-header{
    padding:10px 0;
}
.logo{
    display:inline-block;
}
.logo img{
    max-width:100%;
}
.site-title{
    margin:0;
    font-size:1.2em;
    
}
.orange{
    color:#ff3700;
}
.social-list{
    margin:0;
    padding:0;
    list-style:none;
    float:right;
}
.social-list > li{
   float:left;
   margin:0 5px 5px 0;
}
.social-list > li a{
    display:block;
    color:#fff;
    width:24px;
    height:24px;
    padding:4px;
    text-align: center;
    background:#878787;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.search-form{
    background:#f0f0f0;
    border-color:#f0f0f0;
    color:#ff3700;
    padding: 4px 12px;
    height:30px;
}
.search-btn{
    border:1px solid #f0f0f0;
    background:url(../../images/search.png) no-repeat center center #f0f0f0;
    color:#ff3700;
    height:30px;
    width:30px;
    border-left:1px solid #fff;
}
.input-group-search{
    margin-bottom:10px;
}

.search-form::-moz-placeholder {
  color: #ff3700;
  opacity: 1;
}
.search-form:-ms-input-placeholder {
  color: #ff3700;
}
.search-form::-webkit-input-placeholder {
  color: #ff3700;
}
.navbar-collapse{
    padding:0;
}


.yamm .nav,
.yamm .dropup,
.yamm .dropdown,
.yamm .collapse {
  position: static;
}
.yamm .navbar-inner,
.yamm .container {
  position: relative;
}
.yamm .dropdown-menu {
  left: auto;
  width:100%;
  border-top:2px solid #ff3700;
  right:0;
  background:rgba(239,239,239,0.95);
}
.yamm .dropdown-menu > li {
  display: block;
  padding:20px;
}
.yamm .dropdown-submenu .dropdown-menu {
  left: 100%;
}
.yamm .nav.pull-right .dropdown-menu {
  right: 0;
}
.yamm .yamm-content {
  padding: 20px 30px;
  *zoom: 1;
}
.yamm .yamm-content:before,
.yamm .yamm-content:after {
  display: table;
  content: "";
  line-height: 0;
}
.yamm .yamm-content:after {
  clear: both;
}
.yamm.navbar .nav > li > .dropdown-menu:after,
.yamm.navbar .nav > li > .dropdown-menu:before {
  display: none;
}
.yamm .dropdown.yamm-fullwidth .dropdown-menu {
  width: 100%;
  left: 0;
  right: 0;
}
@media (max-width: 969px) {
  .yamm .dropdown.yamm-fullwidth .dropdown-menu {
    width: auto;
  }
  .yamm .yamm-content {
    padding-left: 0;
    padding-right: 0;
  }
  .yamm .dropdown-menu > li > ul {
    display: block;
  }
}

.dropdown-list{
    margin:0;
    padding:0;
    list-style:none;
}
.dropdown-list > li a{
    display:block;
    font-size:0.95em;
    padding:3px 0;
}
.dropdown-list > li a span{
    font-size:0.45em;
        top: -2px;
        margin-right:3px;
}
.home-carousel-caption{
    position:absolute;
    left:0;
    top:25%;
    right: 65%;
    background:rgba(255,55,0,0.8);
    padding:30px 30px 30px 400px;
    text-align: right;
    z-index:99;
    -webkit-border-bottom-right-radius: 30px;
    -moz-border-radius-bottomright: 30px;
    border-bottom-right-radius: 30px;
}
.home-carousel-caption h3{
    color:#fff;
}
.dropdown-list > li a:hover{
    color:#ff3700;
}
.social-list-internal{
    background:#f0f0f0;
    padding:20px;
    list-style: none;
    margin:0;
   -webkit-border-bottom-right-radius: 4px;
-webkit-border-bottom-left-radius: 4px;
-moz-border-radius-bottomright: 4px;
-moz-border-radius-bottomleft: 4px;
border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px;
}
.social-list-internal > li{
    float:left;
    margin-right:5px;
}

.sl-text{
  text-transform: uppercase;  
  padding:5px 0;
}
.social-list-internal > li > a{
    display:block;
    color:#fff;
    width:30px;
    text-align: center;
    padding:5px 0;
}
.social-list-internal > li > a.facebook{
    background:#3c5193;
}
.social-list-internal > li > a.linked-in{
    background:#0077b4;
}
.social-list-internal > li > a.twitter{
    background:#37a7df;
}
.social-list-internal > li > a.google{
    background:#cb2d25;
}
.social-list-internal > li:last-child{
    margin:0;
}
.page-title{
    color:#ee3d42;
}
.content-page{
    padding:30px 0;
    background:url(../../images/bg.jpg) no-repeat top center fixed;
    -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.banner img{
    max-width: 100%;
    width:100%;
}
.banner{
    position:relative;
    display:block;
    margin-bottom:20px;
}
.banner-content{
    position: absolute;
    top:20px;
    left:20px;
    right:20px;
    color:#fff;
}
.banner-content h3{
    font-size:2.5em;
}
.banner-content p {
    font-size:1.6em;
}
.banner-click-text{
    position:absolute;
    display:block;
    font-size:1.2em;
    bottom:20px;
    left:20px;
    right:20px;
    font-weight: 600;
    text-transform: uppercase;
    color:#fff;
}
.need-help-block{
    background:#ee3d42;
    padding:20px;
    display:block;
    color:#fff;
    margin-bottom:20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.need-help-block:hover{
    color:#fff;
}
.white-label{
    padding:5px;
    background:#fff;
    color:#ee3d42;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.need-help-block h4{
    font-size:2em;
    margin-top:0;
}
.need-help-block p {
    margin:0;
    font-size:1.2em;
}
.product-block-title{
    padding:15px 20px;
    margin:0;
    font-size:1.8em;
    color:#fff;
}
.product-block-content{
    background:#fff;
    position: relative;
    padding:20px;
}
.product-block{
    background:#fff;
    border-bottom:1px dashed #ee3d42;
    float:left;
    margin:0 2% 15px 0;
    position: relative;
    width:48%;
}
.product-block:nth-of-type(even){
    margin-right:0;
}
.product-block-green .product-block-title{
    background:#89b339;
}
.product-block-content{
    position: relative;
}
.product-block-content .row{
    margin:0 -5px;
}
.product-block-content .col-md-4, .product-block-content .col-md-6{
    padding:0 5px;
}
.image-container img{
    max-width:100%;
}
.image-container{
    text-align: center;
    position: relative;
}
.image-caption{
    position:absolute;
    left:0;
    top:10%;
    /*right: 65%;*/
    background:rgba(0,0,0,0.5);
    padding:25px 25px 25px 25px;
    text-align: right;
    z-index:99;
    -webkit-border-bottom-right-radius: 25px;
    -moz-border-radius-bottomright: 25px;
    border-bottom-right-radius: 25px;
}
.image-caption h3{
    color:#fff;
    margin-top:0;
    margin-bottom:0;
}

.product-btn{
    display: inline-block;
    color:#fff;
    padding:10px 30px;
    text-transform: uppercase;
    font-weight: 600;
    font-size:1.2em;
    margin-top:20px;
}
.product-block-green .product-btn{
    background:#89b339;
}
.product-block .product-btn:hover{
    color:#fff;
}
.product-block-logo {
    position: absolute;
    left:20px;
    bottom:20px;
    right:20px;
}
.sidebar{
    padding-left:20px;
}
.product-block-logo img{
    max-width:100%;
}
.product-block-blue .product-btn,.product-block-blue .product-block-title{
    background:#98bbdf;
}
.product-block-red .product-btn,.product-block-red .product-block-title{
    background:#ee3a43;
}
.product-block-orange .product-btn,.product-block-orange .product-block-title{
    background:#ff3700;
}
.product-block-blue-green .product-btn,.product-block-blue-green .product-block-title{
    background:#72a38a;
}
.product-block-yellow .product-btn,.product-block-yellow .product-block-title{
    background:#ecc200;
}
.top-footer{
    background:#414042;
    padding:20px 0;
}
.newsletter{
    position: relative;
    /*padding-left:130px;*/
}
.newsletter-image{
    position: absolute;
    left:0;
    width:120px;
    
    bottom: -20px;
}
.newsletter-image img{
    max-width: 100%;
}
.newsletter h4{
    color:#ff3700;
    margin:0;
    font-size:1.6em;
}
.white{
    color:#fff;
}
.top-footer .form-control{
    background:#f0f0f0;
    margin-top:10px;
}
.newsletter-btn{
    color:#ff3700;
    border:0;
    background:#696969;
    display:block;
    padding:6px 30px;
    text-align: center;
    height:34px;
    margin-top:10px;
    text-transform: uppercase;
    font-weight: bold;
}
.top-footer .row{
    margin:0 -5px;
}
.top-footer .col-md-4,.top-footer .col-md-3,.top-footer .col-md-2{
    padding:0 5px;
}

.middle-footer{
    padding:30px 10px;
    background:url(../../images/middle-footer.png) no-repeat right bottom #e5e5e6;
}
.bottom-footer{
    padding:10px 0;
    background:#ff3700;
}
.footer{
    position:relative;
}
.footer-link {
    display:block;
    position: absolute;
    width:100px;
    right:20px;
    bottom:20px;
}
.footer-link img{
    max-width: 100%;
}
.bottom-footer p {
    color:#fff;
    margin:0;
    text-transform: uppercase;
}
.bold{
    font-weight: 600;
}
.orange{
    color:#ff3700;
}
.footer-info{
    padding:15px 0;
}
.copyright{
    font-size:0.85em;
    margin:10px 0;
}
.middle-footer .social-list{
    float:none;
}
.f-title{
    font-weight: bold;
    font-size:1em;
}
.f-list{
    margin:0;
    padding:0;
    list-style:none;
}
.f-list a{
    display:block;
    padding:3px 0;
}
.content-page.no-bg{
    background:#fff;
    padding:0;
    font-size:1.2em;
}
.content-page.no-bg h1{
    margin: 0 0 10px 0;
    color:#ff3700;
}
.number-list{
    margin:0 0 20px 0;
    padding:0 0 0 20px;
}
.number-list > li{
    color:#ff3700;
    font-weight: 600;
}
.number-list > li span{
    color:#696969;
}
.person-quote{
    position: relative;
    padding:50px 0;
     background:url(../../images/quote-bg.jpg) no-repeat top center fixed;
    -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.quote-text{
    padding:0 90px;
    position: relative;
    color:#fff;
}
.round-image img{
    max-width: 100%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border:2px solid #fff;
}
.quote-text:before{
    content:'';
    position: absolute;
    display:block;
    width:70px;
    height:65px;
    left:0;
    top:0;
    background:url(../../images/quote-1.png) no-repeat center center;
}
.quote-text:after{
     content:'';
    position: absolute;
    display:block;
    width:70px;
    height:65px;
    right:0;
    bottom:0;
    background:url(../../images/quote-2.png) no-repeat center center;
}
.toggle-block{
    padding:20px 0;
    border-bottom:1px dashed #ff3700;
    margin-bottom:20px;
}
.inline-btn,.inline-btn:hover,.inline-btn:focus{
    color:#ff3700;
}
.gray-block{
    padding:30px 0;
    background:#404042;
    color:#fff;
}
.gray-block-element{
    border-bottom:1px dashed #868686;
    padding:20px;
    text-align: center;
    margin-bottom:0px;
    min-height: 160px;
}
.gray-block-element h3{
    color:#ff3700;
}
.white-block{
    padding:30px 0;
    background:#fff;
}
.person-quote-2{
    padding:160px 0;
      background:url(../../images/quote-bg-2.jpg) no-repeat top center;
}
.person-quote-2 p,.person-quote-2 h3{
    color:#fff;
}
.light-gray-block{
    background:#e6e6e6;
}
.join-us-block{
    background:#fff;
}
.join-us-block-content{
    padding:20px;
    background:#fff;
}
.join-us-block-title{
    margin:0;
    padding:10px 15px;
    background:#ff3700;
    color:#fff;
}
.orange-btn{
    color:#fff;
    display:inline-block;
    background:#ff3700;
    padding:10px 20px;
}
.orange-btn:hover,.orange-btn:focus{
    color:#fff;
}
.light-gray-block.lgb-no-padding-bottom{
    padding-bottom:0;
}
.support-list{
    margin:20px 0;
    padding:0;
    list-style:none;
}
.support-list > li{
    float:left;
    width:25%;
    margin-bottom:20px;
    text-align: center;
}
.support-list > li .image-container img{
    border: 2px solid #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0px 10px 30px 0px rgba(0,0,0,0.15);
-moz-box-shadow: 0px 10px 30px 0px rgba(0,0,0,0.15);
box-shadow: 0px 10px 30px 0px rgba(0,0,0,0.15);
}
.support-name{
    display:block;
    text-align: center;
    font-size:1.2em;
    color:#ff3700;
}
.support-position{
    display:block;
    text-align: center;
}
#map{
    height:500px;
    width:100%;
}
.map-block{
    position:relative;
}
.map-information{
    background:rgba(255,255,255,0.85);
    position: absolute;
    top:30px;
    bottom:30px;
    left:20%;
    padding:20px 20px 120px 20px;
    z-index: 999;
    width:300px;
}
.map-information-find{
    position: absolute;
    bottom:20px;
    left:20px;
    right:20px;
   
}
.map-information-find .btn-primary{
    height:34px;
}
.form-control-orange{
    border-color:#ff3700;
    background:#fff;
}
.content-page.no-bg .social-list{
    float:none;
}
.content-page.no-bg .social-list a{
    font-size:1.3em;
    width:40px;
    height:40px;
    padding:6px;
}
.contact-form .form-control{
    background:#f5f5f5;
   
}
.contact-form .form-control-custom{
     height: 42px;
    padding: 10px 20px;
}
.dropdown-list.dropdown-list-big a{
    color:#ff3700;
    font-size:18px;
    padding:5px 0;
    border-bottom:1px solid #ff3700;
}
.dropdown-list.dropdown-list-big > li:last-child a{
    border-bottom:0;
}
.circle-info{
    padding:5px;
    border:2px solid #ff3700;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display:inline-block;
    width:30px;
    height:30px;
    color:#ff3700;
    font-size:1.2em;
}
.find-stocklist-form-block{
    padding:10px 0;
    background:#a7a9ac;
    margin-bottom:15px;
}
.big-text{
    font-size:1.2em
}
.form-inline{
    display:inline-block;
    margin-right:10px;
}
.input-group-addon-orange{
    color:#fff;
    background:#ff3700;
    border-radius: 0;
    border-color:#ff3700;
}
.form-inline .form-control-orange{
    height:36px;
}
.near-me-btn{
    padding:6px 12px 6px 45px;
    border:1px solid #ff3700;
    background:#fff;
    display:inline-block;
    position: relative;
}
.near-me-btn .near-icon{
    color:#fff;
    background:#ff3700;
    position: absolute;
    top:0;
    font-size:1.2em;
    bottom:0;
    left:0;
    width:35px;
    text-align: center;
    display:block;
    padding:6px;
}
.stockist-list {
    margin:0 0 20px 0;
    padding:0;
    list-style:none;
}
.row-small{
    margin:0 -5px;
}
.row-small .col-md-1,.row-small .col-md-2,.row-small .col-md-3,.row-small .col-md-4,.row-small .col-md-5,.row-small .col-md-6,.row-small .col-md-7,.row-small .col-md-8,.row-small .col-md-9,
.row-small .col-md-10,.row-small .col-md-11,.row-small .col-md-12{
    padding:0 5px;
}
.title-small{
    display: block;
    font-weight: 600;
    font-size:1.2em;
    margin-bottom:5px;
}
.stockist-list > li{
    margin-bottom:1px;
}
.stockist-content{
    padding:20px;
    background:#f0f0f0;
    font-size:0.85em;
}
.stockist-btn{
    position:relative;
    background:url(../../images/toggle-arrow.png) no-repeat left 10px  center #a7a9ac;
    color:#fff;
    display:block;
    font-size:1.2em;
    padding:10px 150px 10px 40px;
}
.stockist-btn:hover,.stockist-btn:focus{
    color:#fff;
}
.stockist-btn.highlight{
    background:url(../../images/toggle-arrow-active.png) no-repeat left 10px  center #ff3700;
    color:#fff;
}
.stockist-distance{
    color:#fff;
    position: absolute;
    top:0;
    bottom:0;
    display:inline-block;
    right:20px;
    height:28px;
    margin:auto;
    font-size:0.9em;
}
.articles-list{
    margin:0;
    padding:0;
    list-style:none;
}
.articles-list > li{
    padding:10px 0;
    margin-bottom:40px;
}
.article-title{
    margin:0 0 10px 0;
    color:#ff3700;
    
}
.orange-link{
    color:#ff3700;
    display:inline-block;
    font-weight: bold;
    text-decoration: underline;
}
.orange-link:hover{
    color:#ff3700;
}
.help-form{
    background:#e6e6e6;
    padding:20px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    margin-bottom:20px;
}
.full-btn{
    display:block;
    width:100%;
}
.contact-parts{
    background:url(../../images/contact-bg.jpg) no-repeat center center;
     -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.orange-part{
    background:rgba(255,55,0,0.9);
    padding:30px 0;
}
.blue-part{
    background:rgba(76,114,135,0.9);
    padding:30px 0;
}
.white-btn{
    display:inline-block;
    background:#fff;
    padding:10px 30px;
    
}
.orange-part .white-btn{
    margin-top:15px;
    color:#ff3700;
    font-weight: 600;
    font-size:1.2em;
}
.blue-part .white-btn{
     margin-top:15px;
    color:rgba(76,114,135,1);
    font-weight: 600;
    font-size:1.2em;
}
.inline-news-content{
    padding:20px;
   
}
.inline-news-block,.news-list{
    margin:0 -1% 20px -1%;
    padding:0;
    list-style:none;
}
.inline-news-block > li{
    margin:0 1% 20px 1%;
    border-bottom:1px dashed #ff3700;
    width:31.333%;
     background:#efefef;
     float:left;
}
.news-list > li{
      margin:0 1% 20px 1%;
    border-bottom:1px dashed #ff3700;
    width:31.333%;
     background:#fff;
     float:left;
}
.inline-news-block > li a,.news-list > li a{
    display:block;
}
.news-list .inline-news-content{
    padding:0;
}
.inline-news-block > li .inline-news-content h3{
    margin:0 0 10px 0;
    color:#ff3700;
    font-size:1.4em;
}
.news-list > li a h3{
     color:#ff3700;
    font-size:1.3em;
}
.inline-news-block > li .inline-news-content p,.news-list > li a .inline-news-content{
    font-size:0.9em;
    margin:0;
}
.talk-block{
    margin-bottom:20px;
    padding:20px 20px 50px 20px;
    background:#e6e6e6;
     -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    position: relative;
}
.talk-block .btn-default{
    position: absolute;
    bottom:0;
    left:0;
    right:0;
    width:100%;
    display:block;
    color:#ff3700;
}
.main-news{
    display:block;
    margin-bottom:20px;
}
.gray{
    color:#696969;
}
.testimonial-block{
    padding:50px 0;
    margin-bottom:30px;
     background:url(../../images/testimonial-bg.jpg) no-repeat center center;
     -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.testimonial-container,.news-carousel-container{
    position:relative;
}
.news-carousel-container{
    margin-bottom:20px;
    margin-top:20px;
}
.nav-left{
    position: absolute;
    display:block;
    background:url(../../images/nav-left.png) no-repeat center center;
    width:40px;
    height:40px;
    top:0;
    bottom:0;
    margin:auto;
    cursor:pointer;
    left:-50px;
}
.nav-right{
     position: absolute;
    display:block;
    background:url(../../images/nav-right.png) no-repeat center center;
    width:40px;
    height:40px;
    top:0;
    bottom:0;
    margin:auto;
    cursor:pointer;
    right:-50px;
}
.navbar-default .navbar-brand{
    height:auto;
    padding:15px 10px;
}
.testimonial-container h4{
    color:#fff;
    line-height:1.5em;
}
.testimonial-container  .owl-theme .owl-dots .owl-dot span {
    border-color:#fff;
    background:#fff;
}
.testimonial-container   .owl-theme .owl-dots .owl-dot.active span, .testimonial-container  .owl-theme .owl-dots .owl-dot:hover span{
    background:#ff3700;
}
.news-block-item{
    background:#e6e6e6;
}
.news-date{
    display:block;
    font-size:0.9em;
    margin-top:15px;
}
.news-block-item .news-content{
    padding:20px;
}
.news-block-item .news-content h3{
    color:#ff3700;
    margin-top:0;
    font-size:1.2em;
}
.news-block-item .news-content p{
    font-size:0.9em;
}
.content-page .search-form{
    background:#fff;
    border:1px solid #ff3700;
    background:url(../../images/search.png) no-repeat right 10px center #f0f0f0;
    padding:10px 50px 10px 15px;
    height:46px;
}
.news-nav-title{
    padding:5px 10px;
    border-bottom:1px dashed #ff3700;
    color:#ff3700;
}
.news-navigation{
    margin-bottom:20px;
   padding:0;
   list-style: none;
}
.news-navigation a{
    font-size:0.9em;
    display:block;
    padding:5px 0;
    
}
.news-navigation > li{
    border-bottom:1px solid #f0f0f0;
}
.news-navigation li:last-child{
    border:0;
}
.news-block-item.news-block-item-white {
    background:#fff;
}
.social-list-internal.social-list-news{
    padding:0;
    background:#fff;
   
}
.open-news-tool{
     margin-bottom:20px;
}
.text-image{
    color:#fff;
    display:block;
    font-size:0.9em;
    background:#ff3700;
    padding:10px;
}
.image-container-text{
    margin-bottom:20px;
}
.news-page-list{
    margin:0 1% 20px 1%;
    padding:0;
    list-style:none;
}
.news-page-list > li{
    width:48%;
    float:left;
    margin: 0 1% 20px 1%;
}
.pagination-block{
    text-align: center;
}
.pagination > li a{
    position:relative;
}
.pagination > li a:after{
    content:"";
    position: absolute;
    left:100%;
    top:25%;
    bottom:25%;
    background:#f0f0f0;
    width:1px;
    display:block;
    
    z-index: 999;
}
.pagination > li:last-child a:after{
    display:none;
}
.red{
    color:#ee3a43;
}
.product-tabs-container{
    display:block;
    position: relative;
    margin-bottom:30px;
    background:#efefef;
    padding-right:400px;
        -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topright: 6px;
    border-top-right-radius: 6px;
-webkit-border-top-left-radius: 6px;
    -moz-border-radius-topleft: 6px;
    border-top-left-radius: 6px;
}
.product-tabs-container .nav-tabs > li{
    width:33.333%;
    float:left;
    position:relative;
}
.product-tabs-container .nav-tabs{
    height:53px;
    position: relative;
}
.product-tabs-container .nav-tabs:after{
    content:"";
    position: absolute;
    background:#fff;
    left:100%;
    height:53px;
    top:0;
    width:400px;
}
.product-tabs-container .nav-tabs li:nth-child(1){
    
-webkit-border-top-left-radius: 6px;
    -moz-border-radius-topleft: 6px;
    border-top-left-radius: 6px;
}
.product-tabs-container .nav-tabs li:nth-child(3){
      -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topright: 6px;
    border-top-right-radius: 6px;
}
.product-tabs-container .tab-pane{
    padding:20px;
    min-height:460px;
}
.product-tab-image {
    top: 275px;
    position: absolute;
    right: 20px;
    transform: translateY(-50%);
}
.product-tab-image > img{
    /*height: 500px;*/
}
.gray-box{
    padding:20px;
    background:#e6e6e6;
    margin-bottom:20px;
}
.gray-box ul > li{
    font-size:0.85em;
    margin:0 0 10px 0;
}
.gray-box p{
    font-size:0.85em;
}
.gray-box ul{
    padding-left:15px;
    margin:10px 0;
}
.gray-box h3{
    margin-top:0;
}
.application-list{
    margin: 0 -1% 20px -1%;
    padding:0;
    list-style:none;
}
.application-list > li{
    float:left;
    width:31.333%;
    margin:0 1% 15px 1%;
    
}
.application-list > li a{
    display:block;
}
.application-list > li a h4{
    color:#ff3700;
}
.download-block{
    background:#868686;
    padding:20px;
    margin-bottom:20px;
        -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.download-block h3{
    margin-top:0;
    font-size:2em;
}
.download-item{
    display:block;
}
.download-icon{
    font-size:2.4em;
    color:#ff3700;
}
.size{
    display:block;
    color:rgba(255,255,255,0.5);
}
.image-bg{
    padding:30px 0;
    background:url(../../images/bg.jpg) no-repeat top center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.products-block.products-block-3 .product-block{
    width:31.333%;
    float:left;
    margin:0 10px 20px 10px;
    position:relative;
}
.products-block.products-block-3 .product-block .product-block-content{
    position: initial;
}
.products-block.products-block-2 .product-block{
    width:48%;
    float:left;
    margin:0 6px 20px 6px;
    position:relative;
}
.products-block.products-block-2 .product-block .product-block-content{
    position: initial;
}
.table-res th span{
    display:block;
    width:100%;
}
.table-res th,.table-res td {
    text-align:center;
}
.pop-content{
    display:none;
}
.modalCall-btn{
    cursor:pointer;
    display:block;
}
.modalCall-btn:hover{
    background:#fff;
}
.pop-title{
    text-align: center;
    color:#ff3700;
}
#tab-3 .form-control-custom{
    padding:10px 12px;
    height:40px;
}
.lates-brochure{
    background:#e4e4e5;
    padding:20px;
     margin-bottom:20px;
     -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.gray-banner{
    color:#fff;
    background: #696969;
    padding:20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.gray-banner h3,.orange-banner h3{
    font-size:2em;
    margin-top:0;
}
.gray-btn{
    background:#e6e6e6;
    display:block;
    padding:10px;
    text-align: center;
}
.orange-banner{
     color:#fff;
    background: #ff3700;;
    padding:20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.orange-banner .gray-btn{
    color:#ff3700;
}
.row-0{
    margin:0;
}
.row-0 .col-md-1,.row-0 .col-md-2,.row-0 .col-md-3,.row-0 .col-md-4,.row-0 .col-md-5,.row-0 .col-md-6,.row-0 .col-md-7,.row-0 .col-md-8,.row-0 .col-md-9,
.row-0 .col-md-10,.row-0 .col-md-11,.row-0 .col-md-12{
    padding:0 0px;
}
.technology-block-right{
    padding:20px 400px 20px 20px;
    background:#ff3700;
}
.technology-block-left{
    background: #e6e6e6;
    padding:20px;
}
.small-btn{
    color:#ff3700;
    padding:6px 12px;
    font-size:0.9em;
}
.technology-block-left .image-container{
    margin:15px 0;
    text-align: left;
}
.number-list-with-numbers{
    margin:0;
    padding:0;
    list-style: none;
}
.number-list-with-numbers > li{
    position: relative;
    padding:5px 10px 5px 40px;
    color:#fff;
}
.number{
    background:#fff;
    width:25px;
    height:24px;
    display:block;
    top:0;
    font-size:0.9em;
    left:0;
    text-align: center;
    bottom:0;
    margin:auto;
    color:#ff3700;
    position: absolute;
    -webkit-border-radius: 50%;
    -moz-border-radius:  50%;
    border-radius:  50%;
}
.technology-block-1.technology-block-right{
    background:url(../../images/2life-tech.png) no-repeat right  center #ff3700;
}
.technology-block-2.technology-block-right{
    background:url(../../images/4life-tech.png) no-repeat right  center #ff3700;
}
.technology-block{
    margin-bottom:2px;
}
.technology-block-3  .white-btn{
    color:#72a38a;
}
.technology-block-3.technology-block-right{
    background:url(../../images/dragon-tech.png) no-repeat right  center  #72a38a;
}
.technology-block-3.technology-block-right .number{
    color:#72a38a;
}
.blue-green{
    color:#72a38a;
}
.round-image{
    text-align: center;
}
.banner{
    max-width: 400px;
}
.img-qoute-block {
    position: relative;
}
.img-qoute{
    position: absolute;
    top: 30%;
    left: 50%;
    color: white;
    width: 100%;
}
.img-qoute > h3 {
    width: 30%;
}
.img-qoute > h4 {
    padding-top: 20px;
}
.info-block {
    width: 100%;
    height: auto;
    outline: 1px solid #ff3700;
}
.info-block-title {
    padding: 20px;
    background-color: #ff3700;
}
.info-block-content {
    padding: 20px;
    background-color: white;
}
.info-block-content > a {
    color: white;
    background-color: #ff3700;
    text-align: center;
    border: none;
    padding: 10px 15px;
}
.image-info-block {
    color: white;
    padding: 20px;
    z-index: 1;
}
.image-info-block > h1 {
    color: white !important;
    z-index: 100;
}
.image-info-block > h3 > a {
    color: white; 
    font-weight: bold;
}
.need-help {
    background-color: #F13A13;
    color: white;
    padding: 20px;
    border-radius: 5px;
}
.need-help-button {
    float: left;
    color: #F13A13;
    background-color: white;
    border: none;
    text-align: center;
    padding: px 10px;
    width: 100%;
    font-weight: bold;
    font-size: 30px;
    border-radius: 5px;
}
.need-help-button:hover {
    color: inherit;
    background-color: #565656; 
}
.downloads {
    padding: 20px;
    border-radius: 5px;
}
.downloads-2 {
    float: left;
    width: 48%;
    border-bottom: 1px dashed #696969;
    padding-bottom: 20px;
    margin: 0 1% 20px 1%;
}
.downloads-dark {
    background-color: #868686;
    color: white;
}
.downloads-dark > h1 {
    color: white !important;
}
.downloads-light {
    background-color: #e6e6e6;
    color: #ff3700;   
}
.downloads-img {
    width: 120px;
    float: left;
    height: 150px;
}
.downloads-content {
    width: calc(100% - 120px);
    float: left;
    height: 150px;
    position: relative;
}
.downloads-icon {
    position: absolute;
    bottom: 10px;
}
.contact-form-block {
    background-color: #e6e6e6;
    width: 100%;
    border-radius: 5px;
    padding: 20px;
}
.support-request .form-control {
    border: 1px solid #696969;
    margin-bottom: 20px;
    padding-top: 15px;
}
.form-button {
    color: white;
    background-color: #ff3700;
    text-align: center;
    border: none;
    padding: 10px 15px;
    font-weight: bold;
}
.form-button:hover {
    background: grey; 
}
.technologies {
    position: relative;
    background: #e6e6e6;
    margin-bottom: 4px;
}
.technologies-content {
    float: left;
    padding: 20px;
    width: 300px;
}
.technologies-icon {
    height: 60px;
    width: auto;
    margin-bottom: 30px;
}
.technologies-img {
    float: right;
}
.technologies-button {
    position: absolute;
    background: white;
    border: none;
    padding: 5px 10px; 
    font-weight: bold;
    bottom:20px;
}
.technologies-button:hover {
    color: white !important;
    background: grey;
}
.call-back-form {
    color: red;
}
.google-maps {
    margin-bottom: -10px;
}
.google-maps > iframe {
    width: 100%;
}
.breadcrumb {
    margin-left: -20px;
}
.breadcrumb li:last-child a {
    font-weight: normal;
    text-decoration: none;
}
#toTopBtn {
    display: none;
    position: fixed;
    top: 60px;
    right: 10px;
    z-index: 50000;
    border: none;
    outline: none;
    background-color: #878787;
    color: white;
    cursor: pointer;
    padding: 15px 20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 100px;
    -webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.75);
}

.alert {
    margin-bottom: 15px;
    font-size: 14px;
}

.dropdown-header a {
    color: #FF3700;
}

.search-page-list{
    margin:0 1% 20px 1%;
    padding:0;
    list-style:none;
}
.search-page-list > li{
    width:31%;
    float:left;
    margin: 0 1% 20px 1%;
}

.search-block-item{
    background:#e6e6e6;
}

.search-block-item .search-content {
    padding:20px;
}
.search-block-item .search-content h3 {
    color:#ff3700;
    margin-top:0;
    font-size:1.2em;
}
.search-block-item .search-content p {
    font-size:0.9em;
}

@media(max-width:1600px){
    .home-carousel-caption{
        padding-left:100px;
    }
}
@media(max-width: 1300px)
{
    .img-qoute{
        top: 10%;
        left: 50%;
    }
    .img-qoute > h3 {
        width: 40%;
    }
}
@media(max-width: 1200px)
{
    .technologies-content {
        float: none;
        width: 100%;
    }
    .technologies-img {
        float: none;
    }
    .technologies-img > img {
        width: 100%;
    }
    .technologies-button {
        position: relative;
        bottom:0px;
    }
    .products-block.products-block-3 .product-block{
        width:48%;
        float:left;
        margin:0 6px 20px 6px;
        position:relative;
    }
}
@media(max-width:1024px){  
    .home-carousel-caption{
        position: initial;
        padding:30px;
    }
    .home-carousel-caption h3{
        margin:0;
        text-align: left;
    }
    .owl-carousel .owl-item {
        position: relative;
        overflow: hidden;
    }
    .owl-carousel .owl-item  img {
        height: 280px;
        width: auto;
        margin-left: 50%;
        transform: translateX(-50%);
    }
    .product-tabs-container{
        padding-right:300px;
    }
    .nav-tabs > li > a{
        font-size:0.9em;
        padding: 15px 9px;
    }
    .img-qoute{
    left: 40%;
    }
    .img-qoute > h3 {
        width: 50%;
    }
    .img-qoute > h4 {
        padding-top: 10px;
    }
    .downloads-2 {
        float: none;
        width: 100%; 
    }
    .downloads-item {
        border-bottom: 1px dashed black;
    }
    .downloads-img {
        width: 50%;
        float: none;
    }
    .downloads-content {
        width: 100%;
        height: auto;
    }
    .downloads-content > a {
        position: absolute;
        top: -52px;
        left: 120px;
    }
}
@media(max-width:767px){
    .navbar-collapse{
        padding:0 15px;
    }
     .product-tabs-container{
        padding:0;
    }
    .top-header .social-list{
        display:none;
    }
    .top-header .site-title{
        position: absolute;
        right:10px;
        bottom:40px;
        width:180px;
    }
    .navbar-nav .open .dropdown-menu{
       background: rgba(239,239,239,0.95);
    }
    .dropdown-header{
        padding:5px 0 !important;
    }
    .home-carousel-caption{
        position: initial;
        padding:30px;
    }
    .home-carousel-caption h3{
        margin:0;
    }
    .support-list > li{
        width:50%;
    }
    .quote-text{
        padding:0 50px;
    }
    .quote-text:before{
        width:40px;
        height:40px;
        background: url(../../images/quote-1-small.png) no-repeat center center;
    }
    .quote-text:after{
        width:40px;
        height:40px;
        background: url(../../images/quote-2-small.png) no-repeat center center;
    }
    .map-information{
        position: relative;
        width:100%;
        background:#e6e6e6;
        top:initial;
        bottom:initial;
        left:initial;
        right:initial;
    }
    .application-list > li{
        width:48%;
    }
    .products-block.products-block-3 .product-block{
        width:100%;
        margin: 0 0 20px 0;
    }
    .products-block.products-block-3{
        margin:0;
    }
    .products-block.products-block-2 .product-block{
        width:100%;
        margin: 0 0 20px 0;
    }
    .products-block.products-block-2{
        margin:0;
    }
    .gray-banner{
        margin-bottom:20px;
    }
    .technology-block-right{
        padding:20px 20px 300px 20px
    }
    .technology-block-1.technology-block-right,.technology-block-2.technology-block-right,.technology-block-3.technology-block-right{
        background-position: right bottom;
    }
    .img-qoute-block {
        display: none;
    }
    .product-tabs-container .nav-tabs > li{
        width:100%;
    }
    .product-tabs-container .nav-tabs {
        margin-bottom: 100px;
    }
    .product-tab-image{
        position: static;
        transform: none;
    }
    .product-tab-image > img{
        position: static;
        transform: none;
    }
}

@media(max-width:640px){
    .inline-news-block > li,.news-list > li{
        width:100%;
        margin:0 0 20px 0;
    }
    .inline-news-block,.news-list{
        margin:0;
    }
    .news-carousel-container{
        padding:0 40px;
    }
    .nav-left{
        left:0;
        z-index: 999;
    }
    .nav-right{
        right:0;
        z-index: 999;
    }
    .bottom-footer p{
        padding-right:130px;
    }
    .product-block{
        width:100%;
        margin:0 0 20px 0;
    }
    
    .logo{
        display:block;
        width:150px;
    }
    .top-header .site-title{
        bottom:35px;
    }
    .yamm .dropdown-menu > li{
        padding:15px;
    }
    .yamm .dropdown-menu > li .container{
        padding:0;
    }
}
@media(max-width:480px){
    .news-page-list > li{
        width:100%;
        margin:0 0 20px 0;
    }
    .news-page-list{
        margin:0;
    }
    .support-list > li{
        float:none;
        width:100%;
    }
    .search-page-list > li{
        width:100%;
        margin:0 0 20px 0;
    }
    .search-page-list{
        margin:0;
    }
}