/*
new green: 0098a2
new grey: 666669
*/
html{
    height: 100%;
}
html, html a {
    -webkit-font-smoothing: antialiased !important;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);    
}
body{
    margin: 157px 0 0;
    padding: 0;
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    line-height: 20px;
    font-size: 14px;
    color: #474747;    
    background: #fff;
    -webkit-font-smoothing: antialiased; 
}
button, a{
    text-decoration: underline;
    color: #474747;
    outline: 0 transparent!important;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}
a:focus, a:hover, a:active, a:selected, a:visited{
    outline: 0;
}
a:hover{
    color:#000; 
}
*, *:after, *:before{
    -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box;    
    -ms-box-sizing: border-box;    
    -o-box-sizing: border-box;    
    box-sizing: border-box;   
}
img{
    border: 0;
    vertical-align: middle;
}
table{
    width: 100%;
    border: 0;
}
input, select, textarea, button{
    color: #474747;
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    font-size: 14px;
}
textarea {
    resize: vertical;
    min-height: 80px;
}
input, textarea{
    text-indent:5px;
}
hr {
    display: block;
    height: 0;
    border: 0;
    border-top: 1px solid #000;
    margin: 10px 0;
    padding: 0;
}
.clearBoth{
    clear: both;
    display: block;
    float: none!important;
}
.loader{
    background: url(../images/loader.gif) center no-repeat;
    width: 48px;
    height: 48px;
    position: absolute;
    left: 50%;
    top:50%;
    margin: -24px 0 0 -24px; 
    z-index: 999;
    -webkit-border-radius:100%;
    moz-border-radius:100%;
    border-radius:100%;
}
p{
    margin: 0 0 8px;
}
#mobileNavBtn{
    display: none;
    width: 40px;
    height: 40px;
    position: absolute;
    right: 0;
    top: 10px;
    font-size: 24px;
    line-height: 40px;
    background: #0098a2;
    z-index: 9;
    color: #fff;
    text-align: center;
}
picture{
    display: block;
    margin: 0;
    text-align: center;
}
picture img{
    max-width: 100%; 
}

.alert{
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    margin: 0 0 12px; 
}
.alert.success{
    color: #279d9c;
}    
.alert.error{
    color: #e51400;
}
.alert.info{
    color: #279d9c;
}
.notification{
    color: #fff;
    font-size:14px ;
    padding: 10px 25px 10px 35px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    margin: 5px 0;
    position: relative;
    text-align: left;
    background-repeat: no-repeat;
    background-position: 10px center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}              
.notification .closeBtn {
    background: url(../images/icon-clear.png) center no-repeat;
    width: 30px;
    height: 34px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
}
.notification.info{
    background-color: #007fff;  
    background-image: url(../images/icon-notification.png); 
} 
.notification.error{
    background-color: #e51400;
    background-image: url(../images/icon-error.png);
} 
.notification.success{
    background-color: #229900;
    background-image: url(../images/icon-success.png);    
}
.floatL{
    float: left!important;
}
.floatR{
    float: right!important;
}
h1, h2, h3, h4, h5{
    font-family: 'Roboto Condensed', sans-serif;
    line-height: 1.2;
    margin: 0 0 12px;
}
h1{
    font-size: 26px;
}
h2{
    font-size: 24px;
}
h3{
    font-size: 22px;
}
h4{
    font-size: 18px;
}
h5{
    font-size: 16px;
}
.icon-qv{
    margin-right: 6px;
}

.pace {
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.pace-inactive {
    display: none;
}
.pace .pace-progress {
    background: #279d9c;
    position: fixed;
    z-index: 2000;
    top: 0;
    right: 100%;
    width: 100%;
    height: 4px;
}
body.pace-done{
    background: #279d9c;
}

.page-numbering{
    margin: 20px 0;
    width: auto;
    height: 28px;
    clear: both;
    text-align: center;
}
.page-numbering ul{
    margin: 0;
    padding: 0;
    display: inline-block;
    height: 24px;
    width: auto;  
    text-align: center;
    width: 100%;  
}
.page-numbering li{
    width: 28px!important;
    height: 28px!important;
    margin: 0 2px!important;
    padding: 0;
    display: inline-block!important;
    text-align: center;
    float: none!important; 
}
.page-numbering a{
    display: block;
    font-size: 16px;
    line-height: 28px;
    color: #959595;
    background-color: transparent;
    position: relative;
    width: 28px;
    height: 28px;
    z-index: 1;
    border: 1px solid #eeeeee;
    text-decoration: none;
}
.page-numbering a:hover{
    color: #fff;      
    border: 1px solid #279d9c;
}
.page-numbering a .fa{
    display: block;
    font-size: 18px!important;
    line-height: 26px!important;
    width: 100%!important;
    height: 100%!important;
    border: 0!important;
    color: inherit!important;
    -webkit-transition: none!important;
    -moz-transition: none!important;
    -ms-transition: none!important;
    -o-transition: none!important;
    transition: none!important;
}
.page-numbering a:after, .page-numbering a:before{
    content:'';
    position: absolute;
    left: 0;
    right: 0;
    z-index: -1;
    width:100%;
    height: 0;
    background-color: #279d9c; 
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}
.page-numbering a:before{
    top:0;
}
.page-numbering a:after{
    bottom:0;
}
.page-numbering a:hover:before, .page-numbering a:hover:after{
    height:100%;
}
.page-numbering a.selected{    
    color: #fff;
    background-color: #279d9c; 
    border: 1px solid #279d9c;
}


.photo{
    background: #fff url(../images/loader.gif) center no-repeat;
    display: block;
    overflow: hidden;
    position: relative;
}
.photo img{
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1.0, 1.0);
}
a.photo:hover img, a:hover .photo img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.pace-done .photo{
    background: transparent;
}
.pace-done .photo img{
    opacity: 1;
    filter: alpha(opacity=100);
}

h2.sub-title{
    font-size: 22px;
    color: #279d9c;
    position: relative;
    margin-bottom: 30px;
}
h2.sub-title .icon{
    display: inline-block;
    margin-right: 15px;
}

h3.sub-title{
    font-size: 18px;
    line-height: 1.1;
    color: #279d9c;
    position: relative;
    margin-bottom: 30px;
    min-height: 30px;
}
h3.sub-title .icon{
    /*background: url(../images/icon-tank.png) no-repeat;
    width: 17px;
    height: 25px; */
    display: inline-block;
    margin-right: 15px;
}

h5.sub-title{
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 15px;
    line-height: 1.1;
    color: #279d9c;
}

header{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99;
}
header a{
    text-decoration: none;
}

.grey-bar{
    background: #eeeeee;
    padding: 0 40px;
    height: 40px;
}
.grey-bar .center{
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 1000;
}
.grey-bar .badge{
    position: absolute;
    right: 0;
    top: -52px; 
    cursor: pointer;
    z-index: 1000;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}
.grey-bar .badge:hover{
    top: 0;
}
.black-bar{
    background: #000;
    padding: 0 40px;
    height: 30px;
    color: #fff;
}
.black-bar .center{
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 1000;
}
.black-bar a{
    color: #fff;
}

.white-bar .menu2{
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 20px;
    position: absolute;
    top: -30px;
    right: 136px;
}
.white-bar .menu2 li{
    margin: 0;
    padding: 0;
    float: left;
}
.white-bar .menu2 li a{
    display: inline-block;
    line-height: 20px;
    color: #474747;
    font-size: 12px;
    text-transform: uppercase;
    position: relative;
    margin-left: 20px; 
}
.white-bar .menu2 li a:before{
    content: "";
    position: absolute;
    left: -10px;
    top: 8px;
    height: 3px;
    width: 3px;
    background: #afafaf;
    display: block;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
}
.white-bar .menu2 li a:hover{
    color: #0098a2;
}
.white-bar .menu2 li a.selected{
    font-weight: 700;
    color: #0098a2;
}
.white-bar .menu2 li:first-child a{
    margin-left: 0;
}
.white-bar .menu2 li:first-child a:before{
    display: none;
}
.white-bar .menu2 li select{
    background: transparent;
    height: 20px;
    line-height: 20px;
    color: #474747;
    font-size: 12px;
    padding-left: 30px;
    margin-left: 30px;
    border: 0;
    border-left:1px solid #afafaf;
    text-transform: uppercase;
}
.white-bar .menu2 .username{
    color: #0098a2;
    display: inline-block;
    padding-left: 10px;
}
.white-bar .menu2 .username strong{
    display: inline-block;
    padding-left: 4px;
}

.white-bar{
    background: #fff;
    padding: 0 40px;
    position: relative;
    border-bottom:1px solid #eeeeee;
}                       
.white-bar .center{
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
}
.white-bar .menu1{
    margin: 0 136px 0 0;
    padding: 0;
    list-style: none;
    float: right;
}
.white-bar .menu1 li{
    float: left;
    margin: 0;
    padding: 0;
}
.white-bar .menu1 li a{
    font-family: 'Roboto Condensed', sans-serif;
    display: block;
    color: #0098a2;
    font-size: 13px;
    padding: 32px 20px;
    text-align: center; 
    border-left:1px solid #eeeeee;
    text-transform: uppercase; 
    font-weight: 700;
    position: relative;
    z-index: 1;
    min-width: 110px;
}
.white-bar .menu1 li a:hover{
    color: #474747;
    background: #ffcd09;
}
.white-bar .menu1 li a.selected{
    background: #ffcd09;
    color: #474747;
}
.white-bar .menu1 li:first-child{
    border-left:0;
}
.white-bar .menu1 li .fa{
    display: block;
    margin: 0 auto 10px;
    font-size: 22px;
    max-height: 24px;
    overflow: hidden;
    -webkit-transition: max-height .35s ease-in-out;
    -moz-transition: max-height .35s ease-in-out;
    -ms-transition: max-height .35s ease-in-out;
    -o-transition: max-height .35s ease-in-out;
    transition: max-height .35s ease-in-out;
}

.white-bar .menu3{
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 30px;
    position: absolute;
    top: -70px;
    right: 136px;
}
.white-bar .menu3 li{
    float: left;
    margin: 0;
    padding: 0;
    color: #fff;
}
.white-bar .menu3 li a{
    display: inline-block;
    line-height: 20px;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    position: relative;
    margin-left: 20px;
}
.white-bar .menu3 li a:before{
    content: "";
    position: absolute;
    left: -10px;
    top: 8px;
    height: 3px;
    width: 3px;
    background: #fff;
    display: block;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
}
.white-bar .menu3 li a:hover{
    color: #0098a2;
}
.white-bar .menu3 li a.selected{
    font-weight: 700;
    color: #0098a2;
}


.main-menu{
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}

.main-logo{
    float: left;
    padding: 18px 0;
}
.main-logo img{
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    max-height: 80px;
}

header .overlay{
    content:"";
    background: transparent;
    z-index: -1;         
    top: 61px;
    left: 0;
    bottom: 0;
    right: 0;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}
body.panel-on header .overlay{
    background: url(../images/bg-black60.png);
    background: rgba(0, 0, 0, 0.6);
    display: block;
    z-index: 998; 
    position: fixed;
}

.scrolled .white-bar .menu1 li a{
    padding-top: 20px;
    padding-bottom: 20px;
}
.scrolled .white-bar .menu1 li .fa{
    max-height: 0; 
    margin: 0;
}
.scrolled .main-logo{
    padding: 10px 0;
}
.scrolled .main-logo img{
    max-height: 40px; 
}

.grey-bar .lang-menu{
    margin: 0 0 0 15px;
    padding-left: 15px;
    border-left: 1px solid #ccc;
}
.grey-bar .lang-menu li{
    margin-left: 5px;
}
.grey-bar .lang-menu li a{
    margin: 0;
}
.grey-bar .lang-menu li a:before{
    display: none;
}
.grey-bar .lang-menu li img{
    max-height: 15px;
    opacity: 0.5;
    filter: alpha(opacity=50);
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}
.grey-bar .lang-menu li .selected img{
    opacity: 1;
    filter: alpha(opacity=100);
}
.grey-bar .lang-menu li a:hover img{
    opacity: 1;
    filter: alpha(opacity=100);
}


footer{
    background: #279d9c;
    padding: 0 40px;
    color: #fff;
    font-size: 13px;
    position: relative;
}
footer .center{
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    padding: 15px 0;
}
footer a{
    color: #fff;
    text-decoration: none;
}
footer a:hover{
    color: #2c2c2c;
}
footer .social-links{
    position: absolute;
    right: 0;
    top: 15px;
    list-style: none;
    margin: 0;
    padding: 0;
}
footer .social-links li{
    padding: 0;
    margin: 0 0 0 10px;
    float: left;
}              
footer .social-links a{
    display: block;
    border: 1px solid #fff;
    -webkit-border-radius:100%;
    -moz-border-radius:100%;
    border-radius:100%;
}
footer .social-links .fa{
    display: block;
    height: 32px;
    width: 32px;
    line-height: 30px;   
    font-size: 16px; 
    text-align: center;
}
footer .social-links a:hover{
    color: #279d9c;
    background: #fff;
}

.main-content{
    padding: 40px; 
    background-color: #fff;
    position: relative;
    overflow: hidden;
}
.main-content .center{
    position: relative;
    max-width: 1200px;
    margin: 0 auto; 
}
.main-content.grey{
    background-color: #f4f4f4;   
}

.big-footer{
    /*background-repeat: no-repeat;
    background-position: right top;
    background-image: url(../images/bg-footer-right.png); */
}
.big-footer .bg-left{
    /*background:  url(../images/bg-footer-left.png) right top no-repeat;*/
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    width: 200px;
    display: none;
}


.listing ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.listing li{
    margin: 0;
    padding: 0; 
}
.listing .holder{
    display: block;
    position: relative;
    overflow: hidden;
    text-decoration: none;
}
.listing .title{
    display: block;
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    max-height: 60px;
    text-decoration: none;
    -webkit-box-orient: vertical;     
    -webkit-line-clamp: 3;   
}
.listing .date{
    display: block;
}
.listing .summary{
    display: block;
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.listing .details{
    display: block;
}
.listing .photo{
    z-index: 0; 
}
.listing .photo img{
    width: 100%;
    height: 100%;
    display: block; 
    position: relative;
    left: 0;
    top: 0;
}

.main-slider{
    overflow: hidden;
    position: relative;
    z-index: 0; 
    background: #fff;       
}
.main-slider .flexslider{    
    background: url(../images/loader.gif) center no-repeat;
    z-index: 1;
    height: 100%;
}
.main-slider .slider-holder{
    position: absolute;
    z-index: 2;
    left: 40px;
    top: 0;
    bottom: 0;
    right: 40px;
}
.main-slider .center{
    max-width: 1200px;
    margin: 0 auto;
    height: 100%;
    width: 100%;
    display: table;
    position: relative;
}
.main-slider .slides{
    height: 100%!important;
    width: auto!important;
}
.main-slider .slides li{
    height: 100%!important;
}
.main-slider .back{
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #fff;
    background-attachment: fixed ;
}
.main-slider .slider-content{
    color: #fff;
    height: 100%;
    width: 100%;
    vertical-align: middle;
    display: table-cell;
    text-shadow:1px 1px 1px #333;
}
.main-slider .details{
    max-width: 60%;

}
.main-slider h1{
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 40px;
    line-height: 1.2;
    text-transform: uppercase;
    margin: 0;
}
.main-slider h2{
    font-size: 28px;
    line-height: 1.2;
    text-transform: uppercase;
    font-weight: 300;
    margin-bottom: 14px; 
}
.main-slider p{
    margin-bottom: 30px;
    font-size: 16px;
    text-align: justify;
}
.scroll-down{
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    z-index: 3;
    position: absolute;
    right: 50%;
    margin-right: -24px;
    bottom: 20px;
    background: #fec40e;
    color: #222;
    font-size: 26px;
    font-weight: 700;
    -webkit-border-radius:100%;
    -moz-border-radius:100%;
    border-radius:100%;
    display: block;
}
.scroll-up{
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    z-index: 3;    
    background: #fec40e;
    color: #222;
    font-size: 26px;
    font-weight: 700;
    -webkit-border-radius:100%;
    -moz-border-radius:100%;
    border-radius:100%;
    display: block;
    margin: 0 auto;
}
.scroll-down:hover, .scroll-up:hover{
    background: #0098a2;
    color: #fff;
}

footer .scroll-up{
    position: absolute;
    left: 50%;
    top: 10px;
    margin: 0 0 0 -24px;
}
footer .scroll-up:hover{
    background: #fff;
    color: #0098a2
}

.main-slider img{
    height: 100%!important;
    width: auto!important;
}
.main-slider img.landscape{
    height: auto!important;
    width: 100%!important;
}

.parallax .scroll-down{
    bottom: -5px;
    width: 58px;
    height: 58px;
    line-height: 58px;
    margin-left: -29px;  
}

.main-slider video{
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;    
    background-size: 100% 100%;
    background-color: #000;
    background-position: center center;
    background-size: contain;
    object-fit: cover;
    z-index: 0;
}

.flex-control-paging li a{
    border: 1px solid #bbb;
    background: #fff;
}
.flex-control-paging li a.flex-active{
    border-color: #279d9c;
    background: #279d9c;
}
.flex-control-paging li{
    margin: 0 3px;
}
.main-slider .flex-control-nav{
    display: none;
}

.main-slider .right-content{
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -76px;
    z-index: 3;
    max-width: 240px;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out; 
}
.main-slider .right-content .flexslider img{
    width: 100%!important;
    height: auto!important;
}

.main-slider .trigger{
    line-height: 50px;
    font-weight: 700;
    font-size: 15px;
    background: #ffcd09;  
    color: #2c2c2c;
    padding: 0 10px 0 60px;
    margin-bottom: 1px;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    max-height: 51px;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}
.main-slider .trigger .arrow{
    border-right: 1px solid #2c2c2c; 
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 50px;
    background: #ffcd09 url(../images/arrow-left.png) center no-repeat; 
}
.main-slider .right-content .content{
    background: #fff;
    width: 340px;
    overflow: hidden;
    max-height: 0;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}
.main-slider .right-content .content .holder{
    padding: 30px;
}
.main-slider .right-content .content .photo{
    margin-bottom: 18px; 
}
.main-slider .right-content .content .photo:before{
    display: none;
}
.main-slider .right-content .content .summary{
    color: #474747;
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    max-height: 80px;     
    -webkit-box-orient: vertical;     
    -webkit-line-clamp: 4; 
}
.main-slider .right-content.triggered{
    margin-top: -180px;
    max-width: 340px;
}
.main-slider .trigger.opened .arrow{
    background: #ffcd09 url(../images/icon-close-black.png) center no-repeat; 
}
.main-slider .trigger.closed{
    max-height: 0;
}
.main-slider .right-content .content.opened{
    max-height: 400px;
}
.main-slider .right-content .flex-control-nav{
    display: block;
    bottom: -16px;
}

.main-slider .featured-products .title{
    font-size: 18px;
    line-height: 22px;
    color: #279d9c;
    font-weight: 700;
    text-transform: capitalize;
    text-decoration: none;
}
.main-slider .featured-products a.title{
    color: #279d9c;
}
.main-slider .featured-products a.title:hover{
    color: #000;
}
.main-slider .featured-products .details {
    background: #eeeeee;
    padding: 26px 30px;
    max-width: none;
    margin-bottom: 30px;
}
.main-slider .featured-products .holder{
    padding: 0!important;
}
.main-slider .featured-products .photo{
    margin: 0!important;
}
.main-slider .featured-products .flex-control-nav{
    bottom: 0;
}

.main-slider .photo:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background: url(../images/bg-black15.png);
    background: rgba(0,0,0,0.15);
}

.featured-services{
    position: relative;
}
.featured-services ul{
    margin: 0 0 0 60px;
    padding: 0 0 20px 0;
    list-style: none;
    height: 110px;
    border-bottom:1px solid #fff;
    float: left;
    -webkit-box-sizing: content-box; 
    -moz-box-sizing: content-box;    
    -ms-box-sizing: content-box;    
    -o-box-sizing: content-box;    
    box-sizing: content-box;   
}
.featured-services div{
    float: left;
}
.featured-services div:first-child ul{
    margin: 0;
}
.featured-services li{
    background: url(../images/bg-featured-service.png) center no-repeat;
    width: 88px;
    height: 110px;
    padding: 0 11px;
    margin: 0 0 0 20px; 
    text-align: center;
    float: left;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-sizing: content-box; 
    -moz-box-sizing: content-box;    
    -ms-box-sizing: content-box;    
    -o-box-sizing: content-box;    
    box-sizing: content-box;   
}
.featured-services li:first-child{
    margin: 0;
}
.featured-services span{
    display: table-cell;
    padding: 10px;
    font-size: 13px;
    line-height: 1.3;
    font-weight: 700;
    vertical-align: middle;
    text-shadow:none;
}
.featured-services strong{
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    text-align: center;
    display: block;
    line-height: 2;
    clear: both;
}

/*
.features{
margin-bottom: 40px;
}
.features .tab-content{
display: none;
position: relative;
}
.features .tab-content.selected{
display: block;
}
.features .tab-content .photo{
z-index: 0;
}
.features .tab-content .details{   
background: #474747;
background: rgba(71, 71, 71, 0.8);
z-index: 1;
position: absolute;
padding: 30px 35px;
color: #fff;
left: 0;
max-width: 60%;
bottom: 0;
-webkit-border-top-right-radius: 50px;
-moz-border-radius-topright: 50px;
border-top-right-radius: 50px;
}
.features .tab-content .title{
font-size: 30px;
line-height: 1;
text-transform: uppercase;
margin-bottom: 2px;
}
.features .tab-content .tags ul{
margin: 0;
padding: 0;
list-style: none;
}
.features .tab-content .tags li{
float: left;
margin: 0 0 4px 10px;
padding: 0 0 0 10px;
line-height: 1;
border-left:1px solid #fff;
font-size: 13px;
}
.features .tab-content .tags li a{
display: block;
color: #fff;
}
.features .tab-content .tags li:first-child{
margin: 0;
padding: 0;
border: 0; 
} 
.features .tab-content p{
margin: 0;
}
.features .tab-content strong{
display: block;
font-size: 13px;
}
.features .tabs-list{    
border-top:5px solid #eeeeee;
}
.features .tabs-list ul{
margin: 0;
padding: 0;
list-style: none;
display: inline-block;
width: 100%;
}
.features .tabs-list li{
float: left;
width: 33.33%;
}
.features .tabs-list a{
font-family: 'Roboto Condensed', sans-serif;
display: block;
text-align: center;
text-transform: uppercase;
font-size: 18px;
line-height: normal;
color: #0098a2;
padding: 20px 10px;
background: #fff;
border-right:1px solid #eeeeee;
border-bottom:1px solid #eeeeee;    
}
.features .tabs-list li:first-child a{
border-left:1px solid #eeeeee;
}
.features .tabs-list span{
display: block;
margin-bottom: 6px;
}
.features .tabs-list .fa{
font-size: 20px;
line-height: 28px;
width: 32px;
height: 32px;
display: block;
margin: 0 auto;
text-align: center; 
line-height: 27px;
border:2px solid #0098a2;
-webkit-border-radius:100%;
-moz-border-radius:100%;
border-radius:100%;
-webkit-transition: all .35s ease-in-out; 
-moz-transition: all .35s ease-in-out;
-ms-transition: all .35s ease-in-out;
-o-transition: all .35s ease-in-out;
transition: all .35s ease-in-out; 
}
.features .tabs-list a.selected{
background: #0098a2;
color: #fff;
}
.features .tabs-list a.selected .fa{
border-color: #fff;
-webkit-transform: rotateZ(-90deg);
-moz-transform: rotateZ(-90deg);
-ms-transform: rotateZ(-90deg);
-o-transform: rotateZ(-90deg);
transform: rotateZ(-90deg);
}
.features .tabs-list a:hover .fa{
-webkit-transform: rotateZ(-90deg);
-moz-transform: rotateZ(-90deg);
-ms-transform: rotateZ(-90deg);
-o-transform: rotateZ(-90deg);
transform: rotateZ(-90deg);
}
*/

.col70{
    width: 70%;
}
.col66{
    width: 65.6%;
}
.col50{
    width: 50%;
}
.col30{
    width: 31.2%;
}
.col-left{
    float: left;
}
.col-right{
    float: right;
}

.custom-btn{
    font-family: 'Roboto Condensed', sans-serif;
    display: block;
    line-height: 38px;
    font-weight: 700;
    font-size: 15px;
    padding: 0 20px;
    color: #2c2c2c;
    float: left;
    background: #ffcd09;
    text-align: center;
    position: relative;
    z-index: 1;
    overflow: hidden; 
    text-decoration: none;    
}
a.custom-btn:before{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    background: transparent;
    height: 100%;
    z-index: -1;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    -webkit-transform: rotateZ(90deg);
    -moz-transform: rotateZ(90deg);
    -ms-transform: rotateZ(90deg);
    -o-transform: rotateZ(90deg);
    transform: rotateZ(90deg);
    -webkit-transform-origin: 100% 100%;
    -moz-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    -o-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    -webkit-backface-visibility: hidden;
}
a.custom-btn:hover:before{    
    -webkit-transform: rotateZ(0);
    -moz-transform: rotateZ(0);
    -ms-transform: rotateZ(0);
    -o-transform: rotateZ(0);
    transform: rotateZ(0);
    background: #279d9c;
}
.custom-btn:hover{
    color: #fff;
}
.custom-btn.white{
    color: #fff;
    background: transparent;
    border: 1px solid #fff;
}
a.custom-btn.white:before{
    background: #fff;
}
a.custom-btn.white:hover{
    color: #279d9c;
}
.custom-btn .fa{
    margin-right: 10px;
}
.custom-btn .fa.right{
    margin: 0 0 0 10px;
}

.custom-select{
    position: relative;
    cursor:pointer;
    background: #fff;
}
.custom-select select{
    position: relative;
    width: 100%;
    padding-right: 36px; 
    line-height: 38px;
    height: 38px;
    border: 0;
    background: transparent;
    z-index: 0;
    text-indent: 15px;
    outline: 0 transparent;
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;  
}
.custom-select:after{
    content: "\f0d7";
    position: absolute;
    z-index: 1;
    right: 0;
    top: 0;
    bottom: 0; 
    height: 36px;
    width: 36px;
    text-align: center;
    background: #fff;
    font-family: FontAwesome;
    line-height: 36px;
    font-size: 18px;    
    display: block;
    color: #ffcd09;
    pointer-events: none;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.banner{}
.banner img{
    width: 100%;
}
.banner a{
    display: block;
}

.banners-double .banner{
    float: left;
    width: 48%;
    margin-left: 4%;
}
.banners-double .banner:first-child{
    margin-left: 0;
}

.col30 .banner{
    margin-bottom: 40px;
}

.locate-form{
    padding: 40px;
    background: #eff0ef url(../images/bg-locate-form.jpg) right bottom no-repeat;
    background-size: 100% ;
}
.locate-form input{
    width: 100%;
    line-height: 38px;
    height: 38px;
    background: #fff;
    padding: 0;
    margin-bottom: 10px;
    font-size: 12px;
    color: #474747;
    text-indent: 15px;
    border: 0;
}
.locate-form .custom-select{
    margin-bottom: 10px; 
}
.locate-form .custom-btn{
    float: none;
    margin-bottom: 34px;
}
.locate-form h2, .support-box h2{
    text-transform: uppercase;
    margin: 0 0 12px;
    font-size: 18px;
    line-height: 1.2;
    color: #0098a2;
    font-weight: 300;
}
.locate-form h2 strong, .support-box h2 strong{
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
}

.support-box{
    background: url(../images/bg-box.jpg);
    padding: 40px;
    font-size: 15px;
    color: #00463d;
    position: relative;
}
.support-box table{
    width: 100%;
    border: 0;
    margin-bottom: 15px;
}
.support-box td{
    padding: 8px 0 0 10px;
}
.support-box td:first-child{
    padding-left: 0;
}
.support-box tr:first-child td{
    padding-top: 0;
}
.support-box td a{
    color: #00463d;
}
.support-box .btn{
    position: absolute;
    right: 40px;
    top: 36px;
    display: block;
    line-height: 30px;
    text-align: center;
    height: 30px;
    width: 30px;
    color: #2c2c2c; 
    font-size: 16px;
    background: #ffcd09;
    -webkit-border-radius:100%;
    -moz-border-radius:100%;
    border-radius:100%;
}
.support-box .btn:hover{
    background: #2c2c2c;
    color: #ffcd09;
}
.support-box h2{
    margin-right: 40px;
}
.support-box .custom-btn{
    float: none;
    margin-bottom: 69px;
}
.support-box img{
    display: block;
    margin: 0 auto;
    max-width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
}
/*
.about-holder{
display: table;
width: 100%;
height: 100%;
margin: 20px 0; 
}
.about-holder .cell{
display: table-cell;
vertical-align: middle;
height: 100%;
width: 50%;
}
.about-holder h3.sub-title{
margin-bottom: 10px;
}
.about-holder .photo{
position: relative;
float: right;
max-width: 95%;
width: 100%;
}
.about-holder .photo img{
position: relative;
width: 100%;
z-index: 0;
display: block;
}
.about-holder .photo .title{
position: absolute;
display: block;
left: 40px;
bottom: 40px;
right: 40px;
color: #fff;    
background: #ffd221;
background: rgba(255, 210, 33, 0.9);
font-size: 22px;
line-height: normal;
padding: 10px 30px;
z-index: 1;
font-weight: 700;
}
.about-holder .summary{
color: #474747;
text-align: justify;
margin-bottom: 30px;
max-width: 95%;
}
.about-holder .table{
display: table;
width: 100%;
height: 100%;
}
*/

.featured-about{
    float: left;
    width: 48%;
    line-height: 1.2;
    margin-bottom: 16px;
}
.featured-about h3.sub-title{
    margin-bottom: 10px;
}

.corporate-video{
    float: right;
    width: 48%;
    position: relative;
}
.corporate-video .holder{
    display: block;
    position: relative;
}
.corporate-video .photo{
    position: relative;
    display: block;
    width: 100%;
}
.corporate-video .photo img{
    position: relative;
    width: 100%;
    z-index: 0;
    display: block;
}
.corporate-video .details{
    position: absolute;
    display: block; 
    left: 40px;
    bottom: 40px;
    right: 40px;
    z-index: 1;
    font-size: 22px;
    line-height: normal;
    color: #fff; 
    background: #ffd221;
    background: rgba(255, 210, 33, 0.9);
    padding: 24px 30px;
}
.corporate-video .title{
    font-weight: 700;
    display: block; 
    margin-bottom: 2px;
}
.corporate-video .sub-title{    
    display: block;
}
.corporate-video .play-btn{
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -33px 0 0 -33px;
    z-index: 2;
    width: 66px;
    height: 66px;
    line-height: 66px;
    font-size: 24px; 
    text-align: center;
    color: #fff;
    display: block;
    background: #ffd221;
    background: rgba(255, 210, 33, 0.9);
    -wekbit-border-radius:100%;
    -moz-border-radius:100%;
    border-radius:100%;
}
.corporate-video .play-btn .fa{
    position: relative;
    right: -3px;
}


.achievements{
    clear: both;
    margin-bottom: 40px;
}
.achievements h3.sub-title{
    margin-bottom: 8px;
}
.achievements ul{
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
    width: 100%;
}
.achievements li{
    margin: 0 0 0 2%;
    padding: 0;
    float: left;
    width: 32%;
    position: relative;
}
.achievements li:first-child{
    margin-left: 0;
}
.achievements .holder{
    color: #279d9c;
    position: relative;
    border: 1px solid #279d9c;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    font-size: 16px;
    line-height: 40px;
    font-weight: 700;
    z-index: 1; 
    padding: 12px 20px;
    min-height: 66px;
    text-transform: capitalize;
    cursor: default;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}   
.achievements .photo{
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-right: 16px;
    display: block;
    float: left;
    background: transparent;
}
.achievements .photo .img-on{
    position: absolute;
    width: 40px;
    height: 40px;
    z-index: 1;
    left: 0;
    top: 0;
    opacity: 0;
    filter: alpha(opacity=0);
}
.achievements .photo .img-off{
    position: relative;
    z-index: 0;    
}     
.achievements .holder:hover{
    background: #279d9c;
    color: #fff;
}
.achievements .holder:hover .img-on{
    opacity: 1;
    filter: alpha(opacity=100);
}
.achievements .holder:hover .img-off{
    opacity: 0;
    filter: alpha(opacity=0);
}

.links-boxes{
    margin-bottom: 20px;
}
.links-boxes .box{
    width: 32%;
    margin-left: 2%;
    float: left;
}
.links-boxes .box:first-child{
    margin-left: 0;
}
.links-boxes .box .holder{
    padding: 30px 20px;
    background: #fff;
    border: 1px solid #dedede;
}
.links-boxes .box h2{
    font-size: 22px;
    color: #279d9c;
    text-transform: uppercase;
}
.links-boxes .box ul{
    margin: 0;
    padding: 0;
    list-style: none;
    min-height: 110px;
}
.links-boxes .box li{
    /*background: url(../images/arrow-box-list.png) left 4px no-repeat;
    padding: 0 0 0 22px;*/
    margin: 0 0 8px;
    padding: 0;
}
.links-boxes .box a{
    /*color: #474747;
    text-decoration: none;*/
    color: #279d9c;
    font-size: 15px;
    line-height: 20px;
    display: block;
}
.links-boxes .box a:hover{
    color: #279d9c;
}

.ntg-config{
    position: relative;
}
.ntg-config .tabs-list{

}
.ntg-config .tabs-list ul{
    margin: 0;
    padding: 0;
    list-style: none; 
}
.ntg-config .tabs-list li{
    float: left;
    margin: 0 1px 0 0;
    padding: 0;
}
.ntg-config .tabs-list a{
    font-family: 'Roboto Condensed', sans-serif;
    display: block;
    text-decoration: none;
    line-height: 44px;
    font-size: 15px;
    font-weight: 700;
    border: 1px solid #eee;
    background: #fff;
    color: #474747;
    padding: 0 50px;
}
.ntg-config .tabs-list a:hover,
.ntg-config .tabs-list a.selected{
    color: #0098a2;
    background: #eee;
}
.ntg-config .tab-content{
    background: #eee;
    display: none;
}
.ntg-config .tab-content .bloc{
    padding: 20px;
    width: 33%;
    border-left:1px solid #fff;
    float: left;
    min-height: 150px;
}
.ntg-config .tab-content .bloc:first-child{
    border: 0;
}
.ntg-config .tab-content .bloc .custom-select{
    margin-bottom: 6px;
}
.ntg-config .radio-list{
    margin: 0;
    padding: 0;
    list-style: none;
}
.ntg-config .radio-list li{
    float: left;
    width: 50%;
    margin: 0 -1px -1px 0;
}
.ntg-config .radio-list label{
    display: block;
    color: #2d2d2d;
    padding: 8px 15px;
    border: 1px solid #b9b9b9;
    cursor: pointer;
}
.ntg-config .radio-list input[type='radio']{
    height: 16px;
    width: 16px;
    margin-right: 5px;
    position: relative;
    top: 3px;
    background: #fff;
}
.ntg-config .form input[type='text']{
    float: left;
    width: 49%;
    margin: 0 2% 6px 0;
    background: #fff;
    line-height: 34px;
    height: 34px;
    text-indent: 20px;
    font-size: 15px;
    border: 0;
    padding: 0;
    font-family: 'Roboto Condensed', sans-serif;
}
.ntg-config .form input[type='text']:nth-child(2n){
    margin-right: 0 ;
}
.ntg-config .form .custom-btn{
    width: 49%;
    padding: 0;
    line-height: 34px;
}
.ntg-config .note{
    font-family: 'Roboto Condensed', sans-serif;
    text-align: right; 
    line-height: 2;
    font-weight: 700;
}
.ntg-config .filter{
    float: right;
    width: 240px;
    margin: 0;
    padding: 0;
    background: transparent;
}
.ntg-config .filter .custom-select{
    border: 1px solid #afafaf;
    width: auto;
    margin: 0;
    float: none;
}

.range-inputs{
    margin: 26px 0 0;
}
.range-inputs input[type='text']{
    float: right;
    line-height: 34px;
    padding: 0 10px;
    height: 34px;
    color: #fff;
    background: #0098a2;
    font-size: 15px;
    font-family: 'Roboto Condensed', sans-serif;
    text-indent: 0;
    border: 0;
    width: 80px;
}
.range-inputs input[type='text']:first-child{
    float: left;
}
.ui-slider .ui-slider-handle{
    width: 10px;
    background: #0098a2;
    height: 20px;
    top: -10px;
    margin-left: -5px;
    border: 0;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
}
.ui-slider-horizontal{
    height: 2px;
    margin-top: 26px;
    border: 0;
    background: #b9b9b9;
}
.ui-slider .ui-slider-range{
    background: #0098a2;
}

.featured-categories{
    margin-bottom: 40px;
    margin-top: 25px;
    position: relative;
}

.order-badge{
    float: right;
    margin: -25px 0 30px 10px;
    display: block;
}
.listing.categories ul{
    display: inline-block;
    width: 100%;
}
.listing.categories li{
    float: left;    
}
.listing.categories .holder{
    border: 1px solid #eeeeee;
}
.listing.categories .photo{
    padding-bottom: 75%;    
}
.listing.categories .photo img{
    position: absolute;
}
.listing.categories .details{
    background: #eeeeee;
    padding: 26px 30px;
}
.listing.categories .title{
    font-size: 18px;
    line-height: 22px;
    color: #279d9c;
    margin-bottom: 2px;
    font-weight: 700;
    text-transform: capitalize;
    max-height: 22px;
    -webkit-line-clamp: 1; 
}
.listing.categories .category{
    font-size: 13px;
    line-height: 1.1;
    color: #9a9a9a;
}
.listing.categories .summary{
    margin: 10px 0 0;
    font-size: 16px;
    line-height: 22px;
    max-height: 88px;
    height: 88px;
    -webkit-line-clamp: 4;     
}
.listing.categories .custom-btn{
    float: none;     
}
.listing.categories .holder:hover .custom-btn{
    bottom: 0;
}
.listing.categories .label{
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 4;
    width: 80px;
    height: 80px;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    -webkit-transition: all .75s ease-in-out;
    -moz-transition: all .75s ease-in-out;
    -ms-transition: all .75s ease-in-out;
    -o-transition: all .75s ease-in-out;
    transition: all .75s ease-in-out;    
}
.listing.categories .holder:hover .label {
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    transform: rotateY(360deg);
}
.listing.categories .label.w10{
    background-image: url(../images/warranty10.png);
}
.listing.categories .label.w20{
    background-image: url(../images/warranty20.png);
}
.listing.categories .label.w40{
    background-image: url(../images/warranty40.png);
}

.listing.categories .prds-list{
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    max-height: 22px;
    -webkit-line-clamp: 1; 
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;     
}


.featured-categories .listing.categories li{
    width: 31.2%;
    margin-left: 3.2%;
}
.featured-categories .listing.categories li:first-child{
    margin-left: 0;
}
.featured-categories .listing.categories .holder{
    border: 0;
}
.featured-categories .listing.categories .title{
    margin-bottom: 10px;
    font-size: 20px;
    text-transform: uppercase;
}
.featured-categories .listing.categories .summary{
    margin: 0; 
}
.featured-categories .listing.categories .photo{
    padding-bottom: 100%;
}
.featured-categories .listing.categories .details{
    padding: 16px 0;
    background: #fff;
}


.did-you-know{
    float: left;
    width: 66%; 
    position: relative;
}
.did-you-know .holder{
    border: 1px dashed #279d9c;    
    text-align: center; 
    padding: 52px 50px;
    position: relative;
    z-index: 1;
}
.did-you-know .title{
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 18px;
    line-height: 1.2;
    color: #279d9c;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.did-you-know .details{
    font-size: 24px;
    line-height: 1.4;
    color: #474747;
}
.did-you-know .details strong{
    font-family: 'Roboto Condensed', sans-serif;
    display: block;
}
.did-you-know .filler{
    display: none;
    width: 100%;
    position: relative;
    z-index: -1;
}

.featured-news{
    position: relative;
    margin-bottom: 36px;
    width: 48%;
    float: left;
    min-height: 70px;
}
.featured-news  li{
    float: none;
    width: auto;
    margin: 0;
}
.featured-news .flex-control-nav{
    bottom: -32px;
    text-align: right;
    right: 0;
    left: 0;
}
.featured-news .flex-control-paging li a{
    border: 1px solid #bbb;
    background: #fff;
}
.featured-news .flex-control-paging li a.flex-active{
    border-color: #279d9c;
    background: #279d9c;
}
.featured-news .flex-control-paging li{
    margin: 0 3px;
}
.featured-news .bloc-title{
    font-family: 'Roboto Condensed', sans-serif;
    display: block;
    position: absolute;
    z-index: 5;
    left: 20px;
    top: 20px;
    color: #fff;
    background: #279d9c;
    line-height: 38px;
    font-size: 15px;
    padding: 0 14px; 
}
.featured-news .holder{}
.featured-news .photo{
    padding-bottom: 56.25%;
}
.featured-news .photo img{
    position: absolute;
}
.featured-news .photo:before{
    content: "";
    background: url(../images/overlay-news.png) left bottom repeat-x;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: block;
}
.featured-news .details{
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 10px 30px 30px;
    color: #fff;
    z-index: 1;
}
.featured-news .title{
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    font-family: 'Roboto Condensed', sans-serif;
    display: block;
    margin-top: 2px;
}
.featured-news .date{
    font-size: 15px;
    line-height: 1;
    display: block;
}
.featured-news h3.sub-title{
    font-family: 'roboto';
    position: absolute;
    z-index: 4;
    top: 30px;
    left: 30px;
    color: #fff;
    background: #279d9c;
    padding: 0 20px;
    line-height: 36px;
    font-size: 13px;
    font-weight: 400;
    margin: 0;
}

.boxes{
    margin-bottom: 20px;
}
.boxes .locate-form{
    float: left;
    width: 31%;
    min-height: 360px;
}
.boxes .support-box{
    float: left;
    width: 31%;
    margin-left: 3.5%;
    overflow: hidden;
    min-height: 360px;
}
.boxes .banner{
    float: left;
    width: 31%;
    margin-left: 3.5%;
}
.boxes .locate-form .custom-btn{
    margin-bottom: 92px;
}

.footer-glance{
    text-align: justify ;
    font-size: 13px;
    line-height: 18px;
    float: left;
    width: 30%;
    max-width: 280px;
    min-height: 260px;
    position: relative;
    z-index: 0;
}
.footer-glance:before{
    content: "";
    background: #e8e8e8;
    position: absolute;
    z-index: -1;
    display: block;
    width: 2000px;
    top: -40px;
    bottom: -40px;
    right: -80px; 
}
.footer-glance .logo{
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #d2d2d2;
}
.footer-glance .logo img{
    max-width: 100%; 
}
.footer-glance ul{
    margin: 8px 0;
    padding: 0;
    list-style: none;
}
.footer-glance li{
    margin: 0 0 0 10px;
    padding: 0;    
    float: left;
}
.footer-glance li:first-child{
    margin-left: 0;
}
.footer-glance li a{
    display: block;
    background: #1d1d1d;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
}
.footer-glance li a:hover{
    background: #474747;
}
.footer-glance p{
    margin-bottom: 14px;
}

.get-in-touch{
    float: right;
    width: 66%;
    position: relative;
    z-index: 1;
}

.featured-contact{
    /*padding-bottom: 30px;*/
    margin-bottom: 54px;
    /*border-bottom: 1px solid #d2d2d2;*/
}
.featured-contact ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.featured-contact li{
    margin: 0 0 0 1.6%;
    padding: 0;
    width: 23.8%;
    color: #279d9c;
    text-align: center;
    float: left;
}
.featured-contact li:first-child{
    margin-left: 0;
}
.featured-contact li strong{
    display: block;
}
.featured-contact li .fa{
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 28px;
    display: block;
    text-align: center;
    color: #fff;
    background: #279d9c; 
    margin: 0 auto 16px;
    -webkit-border-radius:60px;
    -moz-border-radius:60px;
    border-radius:60px;
}
.featured-contact li a{
    color: #279d9c;
}

.quick-links ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.quick-links li{
    background: url(../images/li.png) left 7px no-repeat;
    margin: 0 0 0 2%;
    padding: 0 0 10px 16px;    
    float: left;
    width: 23%;
    /*border-right: 1px solid #d2d2d2;*/
}
/*.quick-links li:nth-child(4n){
    border-right:0 ;
} */
.quick-links li a{
    display: block;
    color: #474747;
    text-decoration: none; 
}
.quick-links li a:hover, .quick-links li a.selected{
    color: #279d9c;
}


.popup-partner{
    position: fixed;
    top: 0;
    bottom: 0;
    right: -520px;
    height: 100%;
    width: 520px;
    background: #0098a2;
    z-index: 999;
    font-size: 13px;
    overflow: hidden;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}
.popup-partner .holder{
    padding: 33px 40px 20px;
    color: #fff;
}
.popup-partner .center{
    position: relative;
    height: 100%;
}
.popup-partner.selected{
    right: 0;
    overflow: visible;
}
.popup-partner h3{
    font-size: 20px;
    text-transform: uppercase;
    margin: 0 50px 33px 0;
}
.popup-partner h3 img{
    margin-right: 30px;
}
.popup-partner hr{
    height: 1px;
    border: 0;
    background: #fff;
    margin: 0 -40px 40px;
}
.popup-partner h4{
    font-size: 22px;
    margin: 0;
}
.popup-partner .form{
    margin-top: 20px;
}
.popup-partner .form input,
.popup-partner .form select{
    width: 49%;
    float: left;
    height: 38px;
    line-height: 38px;
    background: #fff;
    text-indent: 15px;
    padding: 0;
    border: 0;
    margin-bottom: 8px; 
    font-size: 12px;
}
.popup-partner .form .separator{
    float: left;
    height: 38px;
    margin-bottom: 8px;
    width: 2%;
}
.popup-partner .form input.full,
.popup-partner .form select.full{
    width: 100%;
    float: none;
    clear: both; 
}
.popup-partner .form select{
    color: #a8a8a8;
}
.popup-partner .form select option{
    color: #474747;
}
.popup-partner .form textarea{
    background: #fff;
    padding: 10px 0;
    min-height: 100px;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 8px;
    border: 0; 
    width: 100%;
    text-indent: 15px;
}
.popup-partner .form input[type='checkbox']{
    width: 16px;
    height: 16px;
    margin: 0 8px 0 0 ;
    text-indent: 0;
    position: relative; 
    top: 3px;
}
.popup-partner .form a{
    color: #fff;
}
.popup-partner .form .confirmation{
    font-size: 12px;
    color: #cecece;
    margin-bottom: 16px;
}
.popup-partner .form .custom-btn{
    float: right;
    padding: 0 70px;
    margin-bottom: 20px;
}
.popup-partner .overlay{
    position: absolute;
    width: 1000%;
    right: 100%;
    top: 0;
    bottom: 0;

    opacity: 0;
    filter: alpha(opacity=0);
    z-index: 999;
    background: rgba(0, 0, 0, 0.7);
    -webkit-transition: all .35s ;
    -moz-transition: all .35s ;
    -ms-transition: all .35s ;
    -o-transition: all .35s ;
    transition: all .35s ;
}
.popup-partner.selected .overlay{
    opacity: 1;
    filter: alpha(opacity=100); 

}
.popup-partner .close-btn{
    background: url(../images/icon-close.png) no-repeat;
    width: 40px;                                        
    height: 40px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
}
.popup-partner .close-btn:after{
    content:"";
    position:absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border:1px solid transparent;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    -ms-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s;
    -webkit-border-radius:100%;
    -moz-border-radius:100%;
    border-radius:100%;
}
.popup-partner .close-btn:hover:after{
    left: -5px;
    top: -5px;    
    right: -5px;
    bottom: -5px;
    border-color:#fff;
}
.popup-partner .alert.success{
    color: #000;
    font-size: 16px; 
}
.popup-partner .alert.info{
    color: #fff;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400; 
}
.popup-partner .alert.error{
    color: #bc0000;
    font-size: 16px; 
}
.popup-partner .custom-btn.loading{
    display: block;
    padding: 0 20px;
}

.terms-holder{
    display: none; 
    font-size: 13px;
    line-height: 18px; 
    margin-bottom: 10px;
}

.popup-pride{
    position: fixed;
    top: -100%;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: 98;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}
.popup-pride.selected{
    max-height: 100%;
}
.popup-pride .holder{
    padding: 80px 40px 20px;
}
.popup-pride .center{
    position: relative;
    height: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
.popup-pride h2{
    font-size: 42px;
    line-height: 1;
    text-transform: uppercase;
    color: #0098a2; 
    font-weight: 700;
    margin: 0;
}
.popup-pride h3{
    font-size: 34px;
    line-height: 1;
    text-transform: uppercase;
    color: #0098a2; 
    font-weight: 300;
    margin: 0 0 16px 0;
}
.popup-pride .details{
    margin-bottom: 80px;
}
.popup-pride .close-btn{
    background: url(../images/icon-close-green.png) no-repeat;
    width: 40px;                                        
    height: 40px;
    display: block;
    position: absolute;
    right: 40px;
    top: 0;
}
.popup-pride .close-btn:after{
    content:"";
    position:absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border:1px solid transparent;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    -ms-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s;
    -webkit-border-radius:100%;
    -moz-border-radius:100%;
    border-radius:100%;
}
.popup-pride .close-btn:hover:after{
    left: -5px;
    top: -5px;    
    right: -5px;
    bottom: -5px;
    border-color:#0098a2;
}

.listing.awards li{
    float: left;
    width: 18%;
    margin: 0 2.5% 40px 0;
    text-align: center;
}
.listing.awards li:nth-child(5n){
    margin-right: 0;
}
.listing.awards li .photo{
    margin:0 auto 20px;
}
.listing.awards li .photo img{
    margin: 0 auto;
}
.listing.awards li .title{

}

body.overflow{
    overflow: hidden;
}

.parallax{
    height: 48px;
    background: #fff;
    position: relative;
}
.parallax .holder{
    position: relative;
    background: #f4f4f4; 
    height: 100%;
    margin-bottom: 40px;
}
.parallax .holder .center{
    margin: 0 auto;
    /*display: table;*/
    height: 100%;
    max-width: 1200px;
    padding: 0 20px;
    position: relative;
    z-index: 2;
    /*display: none; */
}
.parallax .holder .cell{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.parallax .holder .title{
    color:#0098a2;
    font-size: 26px;
    font-weight: 700;
    display: none;
}
.parallax .back{        
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;  
    background-attachment: fixed;  
    /*background-size: auto 100% ; */
    height: 100%;
    width: 100%;    
    position: absolute;
    opacity:0;
    z-index: 0;
}
.pace-done .parallax .back{
    opacity:1;
}
.parallax2{
    height: 48px;    
}


.quality-matters h3.sub-title{
    margin-bottom: 44px;
}
.quality-matters .circle{
    width: 26%;
    float: left;
    margin-left: 11%;
    text-align: center;
    margin-bottom: 60px;
}
.quality-matters .circle:first-child{
    margin-left: 0; 
}
.quality-matters .circle .holder{
    position: relative;
}
.quality-matters .circle .photo{
    position: relative;
    z-index: 0;
    width: 100%;
    -wekbit-border-radius:100%;
    -moz-border-radius:100%;
    border-radius:100%;
    overflow: hidden;
    margin-bottom: 50px;
    padding-bottom: 100%;
}
.quality-matters .circle .photo img{
    position: absolute;
}
.quality-matters .circle .holder:before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
    left: -18px;
    right: -18px;
    top: -18px;
    bottom: -18px;
    border: 18px solid #238d89;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -ms-box-sizing: content-box;
    -o-box-sizing: content-box;
    box-sizing: content-box;
    -wekbit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -webkit-transform: rotateZ(45deg); 
    -moz-transform: rotateZ(45deg); 
    -ms-transform: rotateZ(45deg); 
    -o-transform: rotateZ(45deg); 
    transform: rotateZ(45deg); 
    border-top-color: transparent;
}
.quality-matters .circle .holder:after{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    left: -10px;
    right: -10px;
    top: -10px;
    bottom: -10px;
    border: 10px solid #fec40e;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -ms-box-sizing: content-box;
    -o-box-sizing: content-box;
    box-sizing: content-box;
    -wekbit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.quality-matters .circle .title{
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    font-size: 30px;
    line-height: 1;  
    margin-top: -15px;
    text-align: center;
    z-index: 1;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px #333;
}
.quality-matters .circle .details{
    font-size: 18px;
    line-height: 1.3;
}
.quality-matters .circle .details strong{
    display: block;
}
.quality-matters .circle:first-child .holder:before{
    -webkit-transform: rotateZ(-45deg); 
    -moz-transform: rotateZ(-45deg); 
    -ms-transform: rotateZ(-45deg); 
    -o-transform: rotateZ(-45deg); 
    transform: rotateZ(-45deg); 
}
.quality-matters .circle:last-child .holder:before{
    -webkit-transform: rotateZ(90deg); 
    -moz-transform: rotateZ(90deg); 
    -ms-transform: rotateZ(90deg); 
    -o-transform: rotateZ(90deg); 
    transform: rotateZ(90deg); 
}

/* Contact */
.google-map{
    position: relative;
    z-index: 0;
    height: 400px;
}
.google-map iframe{
    height: 100%;
    width: 100%;
    border: 0;
    display: block; 
}

.contact-info{
    float: left;
    width: 30%;
    margin-bottom: 20px;
}
.contact-info h5{

}
.contact-info .content{
    background: #01847e;
    color: #fff;
    padding: 30px 40px;
}
.contact-info table{
    width: 100%;
    border: 0;
}
.contact-info td{
    padding-top: 12px ;
}
.contact-info td:first-child{
    padding-right: 8px ;
    text-align: center;
    width: 20px;
}
.contact-info tr:first-child td{
    padding-top: 0;
}
.contact-info hr{
    display: block;
    width: 40px;
    height: 1px;
    border: 0;
    background: #fff;
    margin: 16px 0;  
}
.contact-info .fa{
    font-size: 18px;
}
.contact-info a{
    color: #fff;
}
.contact-info a:hover{
    color: #2c2c2c;
}

.contact-info .support-box{
    min-height: 368px;
}

.contact-form{
    float: right;
    width: 66%;
    margin-bottom: 20px;
}
.contact-form .form input,
.contact-form .form .custom-select{
    float: left;
    width: 48.5%;
    margin-bottom: 20px;
    height: 36px;
    line-height: 36px;
    border: 1px solid #e5e5e5;
}
.contact-form .form .separator{
    width: 3%;
    margin-bottom: 20px;
    height: 36px;
    float: left;
}
.contact-form .form input{
    background: #fff;
    text-indent: 15px;
    padding: 0;
    color: #333;
}
.contact-form .form select{
    line-height: 34px;
    height: 34px;
    color:#a8a8a8;
}
.contact-form .form select option{
    color: #333;
}
.contact-form .form .custom-select:after{
    height: 34px;
    line-height: 34px;
}
.contact-form .form textarea{
    width: 100%;
    min-height: 88px;
    background: #fff;
    padding: 8px 0;
    line-height: 20px;
    border: 1px solid #e5e5e5;
    margin-bottom: 20px;
    text-indent: 15px;
    color:#333;
}
.contact-form .custom-btn{
    float: right;
    padding: 0 40px;
    margin-left: 10px;
} 
.contact-form .full{
    width: 100%!important;
    float: none;
    clear: both;
}
.contact-form .form .value{
    float: left;
    margin-bottom: 20px;
    font-weight: 700;
    width: 48.5%;
    height: 36px;
    line-height: 36px;
}

.custom-upload {
    vertical-align: middle;
    height: 36px;
    background: #fff;  
    padding: 0; 
    color: #fff; 
    margin-bottom: 20px;  
    position: relative;
    cursor: pointer;
    line-height:36px;
}
.custom-upload input[type=file]{
    outline:none;
    position: relative;
    text-align: right;    
    -moz-opacity:0 ;
    filter:alpha(opacity: 0);
    opacity: 0;
    z-index: 2;
    width:100%;
    height:100%;
    cursor: pointer;   
    background: transparent; 
}
.custom-upload .fake-file{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    padding: 0;
    margin: 0;
    z-index: 1;
    line-height: 100%;
    border: 1px solid #e5e5e5; 
}
.custom-upload .fake-file input{
    background: transparent;
    border: 0;
    padding: 0 ;
    margin: 0;
    height: 36px;
    width: 100%;
}
.custom-upload:after{
    content: "\f093";    
    position: absolute;
    right: 0;
    top: 0;
    width: 36px;
    height: 36px;
    display: block;
    font-family: FontAwesome;
    font-size: 18px;    
    line-height: 36px;
    color: #ffcd09;
    text-align: center;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    z-index: 1;
    background: transparent;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}
.custom-upload:hover:after{
    color: #0098a2;
}


/* careers */
.sub-menu{
    background: #01847e;
    color: #fff;
    padding: 0 40px;
    position: relative;
    z-index: 0;
}
.sub-menu .center{
    max-width: 1200px;
    margin: 0 auto;    
}
.sub-menu p{
    padding: 10px 0;
    margin: 0;    
}

.jobs-list{
    float: left;
    width: 30%;
    margin-bottom: 20px;
}

.accordion{

}
.accordion .node{
    margin-bottom: 10px; 
}
.accordion .title{    
    background: #fff;    
    padding: 22px 50px 22px 20px;    
    border: 1px solid #eeeeee;
    color: #01847e;
    cursor: pointer;
    position: relative;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}
.accordion .title .position{    
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 2px;
}
.accordion .title .time{
    font-size: 14px;
    color: #474747;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}
.accordion .custom-btn{
    float: right;
    padding: 0 40px;
}
.accordion .title:after{
    content: "\f0d7";
    display: inline-block;
    font-family: FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    right: 20px;
    display: block;
    color: #ffcd09;
    font-size: 18px;
    top: 50%;
    margin-top: -12px;
}
.accordion .title.selected{
    background: #01847e ;
    border: 1px solid #01847e;
    color: #fff;
}
.accordion .title.selected:after{
    content: "\f0d8";
}
.accordion .title.selected .time{
    color: #fff;
}
.accordion .content{
    display: none;
    overflow: hidden;
    padding: 18px 20px;
    background: #fff;
    border:1px solid #01847e;
}

.ui-datepicker{
    z-index: 99!important;
}


/* News - Press */
.sub-menu ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.sub-menu li{
    margin: 0;
    padding: 0;
    float: left;
}
.sub-menu li a{
    display: block;
    color: #fff;
    padding: 10px 20px;
    text-decoration: none;
}
.sub-menu li a:hover,
.sub-menu li a.selected{
    background: #01443a;
    color: #fff;
}

.listing.news li{
    float: left;
    margin: 0 3.6% 20px 0;
    width: 22.3%;
}
.listing.news li:nth-child(4n){
    margin-right: 0;
}
.listing.news .photo{
    padding-bottom: 56.25%;
    margin-bottom: 16px;
    border: 1px solid #eee;
}
.listing.news .photo img{
    position: absolute;
    width: 100%;
    height: auto;
}
.listing.news .details{
    position: relative;
    display: block;
}
.listing.news .title{
    font-weight: 700;
    height: 88px;
    max-height: 88px;
    font-size: 16px;
    line-height: 22px;
    color: #279d9c;
    -webkit-line-clamp: 4;
}
.listing.news .date{
    font-size: 13px;
    line-height: 1;
    color: #a8a8a8;
    margin-bottom: 4px;
}

.top-news{
    position: relative;
    margin-bottom: 20px;
}
.top-news h2.sub-title{
    position: absolute;
    z-index: 4;
    top: 20px;
    left: 20px;
    color: #fff;
    background: #279d9c;
    padding: 0 20px;
    line-height: 36px;
    font-size: 15px;
    margin: 0;
}
.top-news .listing.news li:first-child{
    margin: 0 3.6% 20px 0;
    width: 48.2%;
}
.top-news .listing.news li:nth-child(3n){
    margin-right: 0;
}
.top-news .listing.news li:first-child .details{
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 2;
    padding: 20px;
}
.top-news .listing.news li:first-child .date,
.top-news .listing.news li:first-child .title{
    color: #fff;
    height: auto;
}
.top-news .listing.news li:first-child .photo{
    margin: 0;
}
.top-news .listing.news li:first-child .photo:before{
    content: "";
    background: url(../images/overlay-news.png) center bottom repeat-x;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: block;
}


.listing.press li{
    float: left;
    margin: 0 3.5% 40px 0;
    width: 31%;
}
.listing.press li:nth-child(3n){
    margin-right: 0;
}
.listing.press .holder{
    padding-left: 90px;
    min-height: 116px;
    border: 1px solid #eee;
}
.listing.press .photo{
    width: 90px;
    position: absolute;
    left: 0;
    top: 0;
    max-height: 100%;
    text-align: center;
    border-right: 1px solid #eee;
}
.listing.press .fa{
    display: block;
    width: 90px;
    height: 90px;
    line-height: 90px;
    font-size: 30px;
    color: #d0d0d0;
    border-bottom: 1px solid #eee;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}
.listing.press .download{
    display: block;
    line-height: 25px;
    text-transform: uppercase;
    background: #9a9a9a;
    color: #fff;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}
.listing.press .details{
    padding: 14px 20px;
}
.listing.press .title{
    color: #279d9c;
    -webkit-line-clamp: 3;
    max-height: 60px;
    font-weight: 700;
    margin-bottom: 2px;
}
.listing.press .date{
    font-size: 14px;
    color: #a8a8a8;
}
.listing.press .holder:hover .fa{
    background: #279d9c;
    color: #fff;
    border-bottom: 1px solid #fff;
}
.listing.press .holder:hover .download{
    background: #279d9c;
}


/* Products */
.full-listing .listing.categories li{
    width: 48%;
    margin-right: 4%;
    margin-bottom: 20px; 
}
.full-listing .listing.categories li:nth-child(2n){
    margin-right: 0;
}

.filter{
    margin-bottom: 40px;
    padding: 20px 20px 10px 20px;
    background: #eee;
    position: relative;
}
.filter .holder{
    padding-right: 120px;
    position: relative;    
}
.filter .custom-select{
    float: left;
    width: 21%;
    margin: 0 2% 10px 0 ;
}
.filter .custom-btn{
    position: absolute;
    right: 0;
    top: 0;
    width: 120px;
    padding: 0; 
}
.filter input{
    float: left;
    width: 21%;
    margin: 0 2% 10px 0 ;
    padding: 0;
    background: #fff;
    border: 0;
    height: 38px;
    line-height: 38px;
    text-indent: 15px;
}
.filter .qty{
    float: left;
    width: 6%;
    margin: 0 2% 10px 0 ;
}
.filter .qty input{
    float: none;
    width: 100%;
    margin: 0;    
}

.col-left .filter .custom-select{
    width: 47%;
    margin: 0 3% 10px 0;
}

.side-slider{
    position: relative;
    margin-bottom: 62px;
}
.side-slider .flex-control-nav{
    bottom: -32px;
}

.featured-products-slider .photo{
    border: 1px solid #eeeeee;    
}
.featured-products-slider .details {
    background: #eeeeee;
    padding: 26px 30px;
}
.featured-products-slider .title {
    font-size: 18px;
    line-height: 22px;
    color: #279d9c;
    margin-bottom: 2px;
    font-weight: 700;
    text-transform: capitalize;
    text-decoration: none;
}
.full-description{
    max-width: 1000px; 
    font-size: 15px;
    margin: 0 auto;
}


/* category-details */
.category-details{
    margin-bottom: 30px;
    position: relative;
}
.category-details .title{
    font-size: 22px;
    line-height: 1.2;
    color: #279d9c;
    margin-bottom: 2px;
    font-weight: 700;
}
.category-details .category{
    font-size: 13px;
    line-height: 1.1;
    color: #9a9a9a;
}
.category-details .summary{
    margin: 14px 0 20px;
    font-size: 15px;
}
.category-details .custom-btn{
    margin-right: 20px;
    padding: 0 40px;
}
.category-details .btns{
    position: absolute;
    right: 0;
    top: 0;
}
.category-details .btns .custom-btn{
    margin: 0 0 0 10px;
    padding: 0;
    width: 110px;
}
.category-details .btns .custom-btn span{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    margin: 0;
    padding: 0;
    opacity:0;  
    filter: alpha(opacity=0);
}

.products.listing .item{
    margin-bottom: 40px;
}
.products.listing .item .ref{
    padding: 5px 15px;
    font-size: 15px;
    color: #2c2c2c;
    background: #eee;
    margin-bottom: 30px;
}
.products.listing .photo{
    float: left;
    margin: 0 3% 40px 0;
    width: 24%;
    max-width: 280px;
    overflow: visible;    
    outline: 1px solid #eee;
}
.products.listing .details{
    float: right;
    width: 73%;
}
.products.listing .details table{
    width: 100%;
    border: 0;    
    text-align: center;
}
.products.listing th{
    background: #279d9c;
    color: #fff;
    font-size: 13px;
    font-weight: 700;  
    padding: 8px 5px;
    vertical-align: middle;
}
.products.listing td{
    background: #c2e1e1; 
    color: #2c2c2c;
    font-size: 13px;
    padding: 8px 5px;
    vertical-align: middle;
}
.products.listing .flex-control-nav{
    bottom: -32px;
}
.products.listing .item .custom-btn{
    margin: 10px 0;
}

.products-glance{
    font-size: 16px;
    font-weight: 700;
    color: #289b9e;
    margin-bottom: 30px;
}

.search-dealers{
    background: #f1f1f2 url(../images/bg-search-dealers.png) right bottom no-repeat;
    padding: 30px 40px;
    margin-bottom: 40px;
}
.search-dealers h2{
    text-transform: uppercase;
    margin: 0 0 12px;
    font-size: 18px;
    line-height: 1.2;
    color: #0098a2;
    font-weight: 300;
}
.search-dealers h2 strong{
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
}
.search-dealers .filter{
    margin: 0 180px 0 0;
    background: transparent;
    padding: 0;
}   
.search-dealers .filter .holder{
    padding-right: 200px;
    position: relative;    
}
.search-dealers .filter .custom-select{
    float: left;
    width: 48%;
    margin-right: 2%;
}
.search-dealers .filter .custom-btn{
    position: absolute;
    right: 0;
    top: 0;
    width: 200px;
    padding: 0; 
}


/* Find Dealer */
.dealer-info{
    position: relative;
    height: 460px;
    margin-bottom: 40px;
}
.dealer-info .map{
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 0;
    background: #eee;
}
.dealer-info .map iframe{
    display: block;
    border: 0;
    width: 100%;
    height: 100%;
}
.dealer-info .contact-info{    
    float: none;
    position: absolute;
    z-index: 1;
    right: 40px;
    top: 40px;
    width: 300px;
    font-size: 13px;
}
.dealer-info .contact-info .content{
    background: rgba(1, 132, 126, 0.8);
    padding: 30px;
}


/* FAQ */
.faq-holder .custom-select{
    position: absolute;
    right: 0;
    top: 0;
    width: 220px;
    border: 1px solid #01847e;
}
.accordion.faq .title{
    padding: 16px 20px 16px 60px;
    background: #eee;
    color: #000;
    font-weight: 700;
}
.accordion.faq .title.selected {
    background: #01847e;
    color: #fff;
}
.accordion.faq .title:after{
    left: 30px;
    right: auto;
}


/* Clients */
.main-banner{
    overflow: hidden;
    height: 400px;
    position: relative;
    z-index: 0;
}
.main-banner .holder{
    padding: 0 40px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;    
}
.main-banner .center{
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    height: 100%; 
    position: relative;
} 
.main-banner .content{
    background: #159692;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 28px 30px;
    color: #fff;
}
.main-banner .title{
    margin-bottom: 4px;
    font-size: 24px;
    line-height: 1.2;   
    font-weight: 700;
}
.main-banner .sub-title{
    font-size: 16px;
    line-height: 1.2;
}
.main-banner .back{
    background-color: transparent;
    background-position: center top;
    background-repeat: no-repeat;
    height: 100%;
    position: relative;
    z-index: 0;
    height: 700px;
}

.listing.clients li{
    float: left;
    width: 20%;
    margin: 0 ;
}
.small-note{
    font-size: 13px;
    font-style: italic;
    color: #aaa;
}


/* Quotation Request */
.orders-table{
    margin-bottom: 40px;
}
.orders-table table{
    width: 100%;
    border: 0;
    margin-bottom: 40px;
}
.orders-table thead th{
    background: #01847e;
    color: #fff;
    text-align: left;
    font-weight: 400;
    padding: 5px 20px;
    font-size: 12px;
    min-width: 110px;
}
.orders-table thead th:first-child{

}
.orders-table tbody td{
    padding: 16px 20px;
    border: 1px solid #eee;
    font-size: 12px;
}
.orders-table tbody td:first-child{

}
.orders-table .custom-select{
    background: #f7f7f7;
    text-align: center;
}
.orders-table .custom-select:after{
    background: #f7f7f7;
}
.orders-table .photo{
    max-width: 280px;
}
.orders-table .details .title{
    font-size: 18px;
    color: #279d9c;
    margin-bottom: 2px;
    font-weight: 700;
    text-transform: capitalize;
}
.orders-table .details .category {
    font-size: 13px;
    color: #9a9a9a;
}
.orders-table .details .summary{
    margin-top: 30px;
    line-height: 1.2;
    font-size: 13px;
}
.orders-table tfoot td{
    text-align: left;
    font-weight: 700;
    padding: 12px 20px;
    border: 1px solid #eee;
}
.orders-table tfoot td:first-child{
    background: #eee;
    text-align: right;
    border: 0;
    font-weight: 700;
}
.orders-table .custom-btn{
    float: right;
    padding: 0 40px;
}
.tab-content{
    display: none;
}

/* clients */
.clients-holder .circle{
    width: 20.2%;
    float: left;
    margin-left: 6.4%;
    text-align: center;
    margin-bottom: 20px;
    display: block;
}
.clients-holder .circle.clickable{
    cursor: pointer;
}
.clients-holder .circle:first-child{
    margin-left: 0; 
}
.clients-holder .circle .holder{
    position: relative;
}
.clients-holder .circle .photo{
    position: relative;
    z-index: 0;
    width: 100%;
    -wekbit-border-radius:100%;
    -moz-border-radius:100%;
    border-radius:100%;
    overflow: hidden;
    margin-bottom: 50px;
}
.clients-holder .circle .photo:before{
    content:"";
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background: rgba(0, 0, 0, 0.2);
    z-index: 9;
}
.clients-holder .circle .holder:before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
    left: -15px;
    right: -15px;
    top: -15px;
    bottom: -15px;
    border: 15px solid #238d89;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -ms-box-sizing: content-box;
    -o-box-sizing: content-box;
    box-sizing: content-box;
    -wekbit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -webkit-transform: rotateZ(-45deg); 
    -moz-transform: rotateZ(-45deg); 
    -ms-transform: rotateZ(-45deg); 
    -o-transform: rotateZ(-45deg); 
    transform: rotateZ(-45deg); 
    border-top-color: transparent;
}
.clients-holder .circle .holder:after{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    left: -6px;
    right: -6px;
    top: -6px;
    bottom: -6px;
    border: 6px solid #fec40e;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -ms-box-sizing: content-box;
    -o-box-sizing: content-box;
    box-sizing: content-box;
    -wekbit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.clients-holder .circle .title{
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    font-size: 24px;
    line-height: 1;  
    margin-top: -12px;
    text-align: center;
    z-index: 1;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px #333;
}
.clients-holder .custom-btn{
    float: none;
    margin: 0 auto;
    width: 270px;
}

.clients-holder .circle.selected .holder:before{
    -webkit-transform: rotateZ(180deg); 
    -moz-transform: rotateZ(180deg); 
    -ms-transform: rotateZ(180deg); 
    -o-transform: rotateZ(180deg); 
    transform: rotateZ(180deg); 
}

/* Login */
.login-form{
    display:none;
    padding:30px;
    background:#fff;
    max-width: 520px;
}
.login-form .forgot-pwd{
    display: block;
    font-size: 12px;
    color: #3e3e3e;
    margin-top: -6px;
    margin-bottom: 14px;
}
.login-form .forgot-pwd a{
    color: #3e3e3e;
    line-height: 1;
}
.login-form .forgot-pwd a:hover{
    color: #279d9c;
}
.login-form input,
.login-form select{
    line-height: 38px;
    height: 38px;
    background: #fff;
    text-indent: 15px;
    margin-bottom: 10px;
    color: #222;
    width: 100%;
    border: 1px solid #d6d6d6;
}
.login-form .custom-btn{
    float: right;
    padding: 0 40px;
}

/* Forget Pwd */
.form.small{
    max-width: 360px;
}
.form input{
    line-height: 36px;
    height: 36px;
    background: #fff;
    text-indent: 15px;
    margin-bottom: 20px;
    color: #909090;
    width: 100%;
    border: 1px solid #e5e5e5;
}

/* Checkout */
.contact-form .bloc{
    margin-bottom: 30px;
}
.form input[type='checkbox']{
    width: 16px;
    height: 16px;
    float: none; 
    margin: 0 8px 0 0;
    border: 0;
    top: 2px;
    position: relative;
}

.form .amount{
    padding: 10px 15px;
    border: 1px solid #eee;
    margin-bottom: 20px;
    background: #f1f1f1;
}
.form .amount span{
    color: #01847e;   
}
.form .amount strong{
    min-width: 82px;
    display: inline-block;  
}
.contact-form h4{
    margin-bottom: 8px;
}

/* News Details */
article .date{
    color: #a8a8a8;
    font-size: 14px;
    line-height: 1;
}
article .title{
    color: #279d9c;
    font-size: 20px;
    line-height: 1.4;
    font-weight: 700;
    margin-bottom: 16px; 
}
article .details{
    text-align: justify;
    margin-bottom: 20px;
}
article .gallery{
    float: right;
    width: 48%;
    margin-bottom: 40px;
    margin-left: 3%;
}
article .gallery .flex-control-nav {
    bottom: -20px;
    line-height: 10px;
}

.gallery .flex-direction-nav a{    
    height: 30px;
    width: 30px;
    line-height: 30px;
    display: block;
    text-align: center;
    color: #fff;
    margin: 0;
    overflow: hidden;
    opacity: 1!important;
    top: auto;
    bottom: 0;
    background: #279d9c; 
}
.gallery .flexslider .flex-direction-nav .flex-prev{
    left: 0!important;
}
.gallery .flexslider .flex-direction-nav .flex-next{
    left: 31px!important;
    right: auto; 
}
.gallery .flex-direction-nav a:before{
    font-family: FontAwesome;
    font-size: 20px;
    color: #fff;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-shadow: 0 0 0;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}
.gallery .flexslider .flex-direction-nav .flex-prev:before{
    content: "\f104";
}
.gallery .flexslider .flex-direction-nav .flex-next:before{
    content: "\f105";
}
.gallery .flex-direction-nav a:hover{
    background: #fff;
}
.gallery .flex-direction-nav a:hover:before{
    color: #279d9c;
}

.share-btns{
    clear: both;
    margin-top: 20px;
    background: #ddd;
}
.share-btns ul{
    margin: 0;
    padding: 0;
    list-style: none;
    height: 42px; 
}
.share-btns li{
    float: right;
    margin: 0;
    padding: 0;
    width: 42px;
    height: 42px;
    line-height: 42px;     
    text-align: center;
    overflow: hidden;
    position: relative;
}
.share-btns li a{
    display: block;    
    position: relative;
}
.share-btns li .fa{
    position: relative;
    z-index: 0;
    display: block;
    font-size: 20px;
    line-height: 42px;
    color: #fff;
}
.share-btns li span{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    margin: 0;
    padding: 0;
    opacity:0;  
    filter: alpha(opacity=0);
}
.share-btns .fa-facebook{
    background: #39579a;    
}
.share-btns .fa-twitter{
    background: #50aaf0;
}
.share-btns .fa-pinterest{
    background: #c00112;
}
.share-btns .fa-envelope{
    background: #777;
}
.share-btns .fa-print{
    background: #3f4850;
}

/* account */
.profile-form{
    float: left;
    width: 64%;
}
.password-form{
    float: right;
    width: 32%;
}
.password-form .custom-btn{
    float: right;
}

/* orders */
.tabs-list.bar{
    background: #eee;
    margin-bottom: 20px;
}
.tabs-list.bar ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.tabs-list.bar li{
    margin: 0;
    padding: 0;  
    float: left;
}
.tabs-list.bar li a{
    padding: 0 20px;
    display: block;
    line-height: 36px;
    color: #000;
    text-align: center;
    text-decoration: none;
}
.tabs-list.bar li a:hover{
    color: #0098a2;
}
.tabs-list.bar li a.selected{
    color: #fff;
    background: #0098a2;
}

.order-info{
    margin-bottom: 20px;
}
.order-info .date{
    font-weight: 700;
}
.order-info .status{
    font-weight: 700;
    color: #0098a2;
}
.order-info .reference{
    font-style: italic;
}
