@charset "utf-8";
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800);
@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,600,700,900,200italic,300italic,400italic,600italic,700italic,900italic);
@import url(http://fonts.googleapis.com/css?family=Dosis:200,300,400,500,600,700,800);
@import url(http://fonts.googleapis.com/css?family=Lato:400,700,900);
@import url(http://fonts.googleapis.com/css?family=Roboto:300);
@import '/css/adapt/reset.css';
/*////////////////*/
/*Stylesheet Reset*/
/*////////////////*/
body{
    font-family:'Open Sans', sans-serif;
    color:#666;
    height:100%;
}

@media screen and (min-width: 768px) {
    .box-960{   
        width:960px; margin:0 auto;
    }

    .navigation2 {
        margin-top: 92px;
        float: right;
    }

    .navigation2 li {
        display: block;
        list-style-type: none;
        list-style-position: inside;
        float: left;
        padding: 18px 10px 12px 10px;
        background-color:#ffffff;
        background-color: rgba(255,255,255,1);
        transition:all 300ms  ease-in-out;
        -webkit-transition:all 300ms  ease-in-out;  
        -moz-transition:all 300ms  ease-in-out;  
        -o-transition:all 300ms  ease-in-out;            
        font-size: 13px;
        margin: 0;
    }

    .navigation2.de li{
        padding: 18px 5px 12px 5px;           
        font-size: 12px;
    }

    .navigation2 li.current {
        background-color: #f6f6f6;
        color: #ffffff;
    }

    .navigation2 li.current a{
        color: #e34e47;
    }

    .navigation2 li:hover {
        background-color: #f6f6f6;
    }

    .navigation2 li a {
        color: #000;
        font-weight: bold;
    }

    .navigation2 li a:hover,.current .submenu li a:hover {
        color: #e34e47;
    }
}

a:hover{
    text-decoration:none;
}
::selection {
    background-color:#CCC;
    color: #000;
}
div, p, img, blockquote, form, fieldset, textarea, input, label, code, pre {
    /*overflow:hidden;??????
    display: block;*/
}
div, p, blockquote, form, fieldset, textarea, input, label, code, pre {	
    display: block;
}

input[type=radio],input[type=checkbox],em{
    display:inline-block;
}
input[type=button],input[type=submit], button{
    cursor: pointer;
    border: none;
}
input[type=text],input[type=password],select,textarea{
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


p{
    line-height: 24px;
    margin-bottom:40px;
    font-size:14px;
    letter-spacing:0;
}

p > a {		  display: inline; text-decoration: none;}
p > a:hover {	text-decoration: underline;}
p > span {	   display: inline;}
span > a {	   display: inline;}
a > span {	   display: inline;}
a {			  color:#e34e47;	text-decoration: none;}
a:hover {		text-decoration: none;}
h1 > a, h2 > a, h3 > a, h4 > a, h5 > a, h6 > a {	display: inline;}
h1, h2, h3, h4, h5, h6{	font-family:'Source Sans Pro', sans-serif;	color:#1f1f1f;	}

li {
    line-height: 18px;
    margin-bottom:5px;
    list-style:inside;
}

a{
    cursor: pointer;
}

ol > li:last-child, ul > li:last-child {
    margin-bottom:0;	
}

.disabled {
    display: none;
}

.hl-black{
    background-color: #000000;
    color: #ffffff;
    padding: 4px 10px 4px 10px;
}

.orange-decoration {
    height: 4px;
    width: 130px;
    margin-left: auto;
    margin-right: auto;
    background-color: #e34e47;
    display: block;
    margin-bottom: 50px;
}

.content{
    overflow:visible;
}

/*////////////*/
/*Boxed Layout*/
/*////////////*/
.all-content{
    background-color:#1f1f1f;
}

.boxed-disabled{
    background-color:#FFFFFF;
    width:100%;
    margin-bottom:0;
}

.boxed-disabled .boxed{
    width:100%;
}

.boxed-color{
    background-color:#FFFFFF;
}

.boxed-color .boxed{
    -moz-box-shadow: 0 5px 5px 5px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 5px 5px 5px rgba(0,0,0,0.1);
    box-shadow: 0 5px 5px 5px rgba(0,0,0,0.1);
}

.boxed-color-v2{
    background-color:#1f1f1f;
}

.boxed-color-v3{
    background-color:#ecf0f1;
}

.boxed-color-v3 .boxed{
    -webkit-box-shadow: 0 5px 5px 5px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 5px 5px 5px rgba(0,0,0,0.1);
    box-shadow: 0 5px 5px 5px rgba(0,0,0,0.1);
}

.boxed-footer{
    width:1100px;
    margin-left:auto;
    margin-right:auto;
}

.boxed{
    background-color:#FFFFFF;
    width:1100px;
    margin-left:auto;
    margin-right:auto;
}

.homepage-slider{
    position:relative;
    z-index:999;        
    overflow: hidden;
}

.no-parallax{
    background-position: 0 0;
}

/*//////*/
/*Header*/
/*//////*/

.page-content{
    margin-left:0;
    transition:all 500ms ease-in;
    -webkit-transition:all 500ms ease-in;
    -moz-transition:all 500ms ease-in;
    -o-transition:all 500ms ease-in;
}

.show-content-id{
    margin-left:262px;
}



.left-social-strip{
    float:left;
    width:50%;
    margin-top:20px;
}

.right-social-strip{
    margin-top:30px;
    float:right;
}

.right-social-strip a{
    float:left;
    margin-left:20px;
}

.right-social-strip .fa-facebook{
    text-align:center;
    line-height:30px;
    font-size:15px;
    height:30px;
    width:30px;
    background-color:#3B5998;
    color:#FFFFFF;
}

.right-social-strip .fa-twitter{
    text-align:center;
    line-height:30px;
    font-size:15px;
    height:30px;
    width:30px;
    background-color:#4099FF;
    color:#FFFFFF;
}

.right-social-strip .fa-google-plus{
    text-align:center;
    line-height:30px;
    font-size:15px;
    height:30px;
    width:30px;
    background-color:#d34836;
    color:#FFFFFF;
}

.left-breadcrumb{
    float:left;
}

.right-breadcrumb{
    float:right;
}

.right-breadcrumb a{
    font-size:11px;
    font-weight:600;
}



.parallax-strip *{
    color:#FFFFFF;
}

.parallax-strip .overlay{
    background-color:#000000;
    background-color:rgba(0,0,0,0.8);
    z-index:999;
}

.parallax-strip .box-960{
    padding-top:50px;
    z-index:99999;
    position:relative;
}

/*Footer*/
.footer-wrapper{
    width:100%;
}

.footer .box-960{
    padding-top:40px;
    padding-bottom:40px;
}

.footer-strip{
    background-color:#e3e3e3;
    padding-bottom:20px;
    padding-top:30px;
}
.footer-strip-darker{
    background-color:#cdcdcd;
    padding: 0;
    margin: 0;
}
.footer-strip address{
    margin-left: 30px;
}


.left-footer-strip{
    float:left;
}

.left-footer-strip a{
    float:left;
}

.left-footer-strip em{
    float:left;
    padding-left:30px;
    padding-top:8px;
    font-style:normal;
}

.right-footer-strip{
    float:right;
    padding-top:5px;
}

.right-footer-strip a{ 
    float:left;
    color:#666666;
    border-right:solid 1px rgba(255,255,255,0.1);
    padding:0 10px 0 10px;
    transition:all 200ms ease;
}

.right-footer-strip a:last-child{
    border-right:none;
}

.right-footer-strip a:hover{
    color:#e34e47;
    transition:all 200ms ease;
}


.footer{
    padding-top:30px;
    padding-bottom:30px;
    background-color:#0c0c0c;
}

.footer-box{
    padding-left:15px;
    padding-right:15px;
}

.footer-title{
    margin-bottom:0;
    color:#ffffff;
    color:rgba(255,255,255,0.7);
}

.footer-subtitle{
    color:#ffffff;
    color:rgba(255,255,255,0.5);
    padding-bottom:20px;
    border-bottom:solid 1px rgba(255,255,255,0.3);
    display:block;
}

.footer-recent-posts a{
    color:#666666;
    opacity:0.7;
    font-size:12px;
    padding-top:3px;
    padding-bottom:2px;
    border-bottom:solid 1px rgba(255,255,255,0.1);
    transition:all 200ms ease;
    display: block;
}

.footer-recent-posts a:hover{
    color:#e34e47;
    transition:all 200ms ease;
}

.footer-recent-posts a i{
    float:right;
    font-size:14px;
    padding-top:4px;
}

.footer-recent-gallery em{
    margin-bottom:20px;
}

.footer-text-widget em{
    margin-bottom:20px;
}

.footer-text-widget p{
    opacity:0.7;
}

.footer-contact em{
    margin-bottom:20px;
}

.footer-contact a i{
    font-size:14px;
    padding-right:20px;
    line-height:12px;
    width:30px;
    text-align:center;
    color:#323232;
    color:rgba(50,50,50,5);
}

.footer-contact a:hover{
    color:#FFFFFF;
    transition:all 200ms ease;
}

.footer-contact a{
    color:#666666;
    margin-bottom:15px;
    transition:all 200ms ease;
}

.going-up {
    z-index:9999999;
    position: fixed;
    bottom:20px;
    right: 20px;
    text-decoration: none;
    color: white;
    background-color:#000000;
    background-color: rgba(0, 0, 0, 0.5);
    width:40px;
    height:40px;
    line-height:40px;
    text-align:center;
    display: none;
    font-size:14px;
    padding-top:0;
    border-radius:5px;
    transition:all 500ms ease;
}

.going-up:hover {
    background-color:#000000;
    background-color: rgba(0, 0, 0, 0.9);
    transition:all 500ms ease;
}

/*///////////////////////////*/
/*Captions & Homepage Slider*/
/*//////////////////////////*/
.homepage-slider-caption{
    display:block;
    position:relative;
    z-index:8888;
    width:100%;
    top:50%;
    padding-left:20px;
    padding-right:20px;
}

.homepage-slider .overlay{
    top:0;
    background-color:#000000;
    background-color:rgba(0,0,0,0.7);
}

.homepage-slider-caption h1{
    font-size:20px;
    color:#ffffff;
    color:rgba(255,255,255,0.9);
    font-family:'Lato', sans-serif;
    font-weight:800;
    text-transform:uppercase;
}

.homepage-slider-caption h2{
    font-size:72px;
    color:#ffffff;
    color:rgba(255,255,255,0.8);
    font-family:'Lato', sans-serif;
    font-weight:900;
    text-transform:uppercase;
    margin-top:30px;
    margin-bottom:40px;
}

.homepage-slider-caption h3{
    font-size:35px;
    color:#000000;
    color:rgba(0,0,0,0.8);
    font-family:'Lato', sans-serif;
    font-weight:800;
    /*text-transform:uppercase;*/
    margin-bottom:20px;
}

.homepage-slider-caption h4{
    font-size:32px;
    color:#000000;
    color:rgba(0,0,0,0.8);
    font-family:'Lato', sans-serif;
    font-weight:600;
    text-transform:uppercase;
    margin-bottom:10px;
    line-height:normal;
}

.homepage-slider-caption h5{
    font-size:26px;
    color:#000000;
    color:rgba(0,0,0,0.7);
    font-family:'Lato', sans-serif;
    font-weight:300;
    text-transform:uppercase;
    margin-bottom:5px;
    margin-top:5px;
}

.homepage-slider-caption p{
    font-size:14px;
    font-family:'Open Sans', sans-serif;
    color:#000000;
    color:rgba(0,0,0,0.7);
}
.homepage-slider-caption p a{
    font-size:14px;
    font-family:'Open Sans', sans-serif;
    color:#000000;
    color:rgba(0,0,0,0.7);
}

.homepage-slider * {
    overflow:visible;
}

.slider-aligned-right-image{
    display:block;
    position:absolute;
    top:0;
}

.slider-aligned-left-image{
    display:block;
    position:absolute;
    top:0;
}

/*Blog Settings*/
.blog-sidebar-none{
    width:100%;
}

.blog-sidebar-right .blog-sidebar{
    width:270px;
    margin-left:60px;
    float:left;
}

.blog-sidebar-right .blog-content{
    width:630px;
    float:left;
}

.blog-sidebar-left .blog-sidebar{
    width:270px;
    margin-right:60px;
    float:right;
}

.blog-sidebar-left .blog-content{
    width:630px;
    float:right;
}

.ad{
    margin-left:20px;
}

.blog-sidebar-title{
    border-bottom:solid 1px rgba(0,0,0,0.1);
    padding-bottom:0;
    margin-bottom:20px;
}

.blog-sidebar-title h5{
    font-weight:400;
    letter-spacing:-0.2px;
}

.blog-sidebar-search{
    width:100%;
    height:50px;
    border:solid 2px rgba(0,0,0,0.1);
    color:#777777;
    color:rgba(0,0,0,0.5);
}

.blog-sidebar-tab{
    background-image:none;
    padding:10px 10px 0;
    text-align:center;
}

.blog-sidebar-tabs ul{
    margin-left:-5px;
}

.blog-sidebar-item .r-tabs-tab{
    width:135px;
    float:left;
    padding-left:5px;
    padding-right:5px;
}

.blog-sidebar-tab-content{
    background-color:#ffffff;
    background-color:rgba(255,255,255,0);
    border:none;
    padding-left:0;
    padding-right:0;
}

.blog-sidebar-popular-recent img{
    width:55px;
    float:left;
    border-radius:0;
    transition:all 500ms ease;
}

.blog-sidebar-popular-recent strong{
    font-family:'Source Sans Pro', sans-serif;
    font-size:14px;
    font-weight:600;
    display:inline;
    padding-left:10px;
    color:#1f1f1f;
}

.blog-sidebar-popular-recent em{
    display:inline;
    padding-left:10px;
    color:#666666;
    font-style:normal;
}

.blog-sidebar-categories{
    font-size:14px;
    line-height:30px;
}

.blog-sidebar-categories a{
    color:#666666;
    transition:all 200ms ease;
}

.blog-sidebar-categories a:hover{
    color:#e34e47;
    transition:all 200ms ease;
    padding-left:5px;
}

.blog-sidebar-categories a i{
    margin-right:10px;
}

.blog-post-details a{
    float:left;
    padding-right:5px;
    color:#888888;
    color:rgba(0,0,0,0.6);
}

.blog-post-details a:hover{
    text-decoration:underline;
}

.blog-post-details a i{
    margin-right:10px;
}

.blog-post .owl-pagination{
    position:relative;
    z-index:9999;
    margin-top:-50px;
}

.blog-post .owl-pagination{
    padding-top:5px;
}

.blog-post .active span{
    background-color:#FFFFFF;
}

.blog-post .owl-page span{
    background-color:#FFFFFF;
    opacity:0.8;
}

.blog-text h4{
    font-weight:700;
}

.pagination a{
    font-size:12px;
    padding:5px 13px;
}


.small-breadcrumb a{
    color:#555555;
    float:left;
    font-size:12px;
    margin-right:10px;
    padding-top:10px;
    padding-bottom:10px;
}

.small-breadcrumb a:first-child{
    font-weight:bold;
}

.small-breadcrumb a:hover{
    text-decoration:underline;
}

.small-breadcrumb a i{
    padding-right:10px;
}

.right-breadcrumb a {
    font-size:12px;
}

.right-breadcrumb a{
    margin-left:20px;
}

.darker-strip{

}

.darker-strip h1{
    margin-top: 30px;
}

.darker-strip *{
    color: #ffffff;
}

.align_center{
    text-align:center;
}

.green_highlight{
    color: #ffffff;
    background-color: #91b632;
    padding: 4px;
    display: inline-block;
}

.portal2{    
    position: relative;
    height: 158px;
}

.portal2 .img{
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 123px;
}

.portal2 h1{
    position: absolute; height: 35px; left: 0; right:0; bottom:0;
    background-color: #91a726;
    color: #ffffff;
    font-weight: normal;
    line-height: 32px;
    padding: 0;
    margin: 0;
    text-align: center;
    z-index: 190;
    font-size: 20px;
}

.portal2 .goto{
    position: absolute; top: 0; left: 0; right:0; bottom:0;
    display: block;
    z-index: 200;
}

.portal2 .overlay{
    position: absolute; top: 0; left: 0; right:0; bottom:0;    
    background-color:rgba(255,255,255,0.0);
    transition:all 300ms ease;
    z-index: 180;
}

.portal2 .overlay-animated{
    background-color:rgba(255,255,255,0.2);
    transition:all 300ms ease;
}

.portal2.alternative_portal2{
    height: 208px;
}

.portal2.alternative_portal2 .img{
    height: 173px;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}

.portal3{
    position: relative;
    width: 228px;
    margin: 0 12px 30px 0;
    float: left;
    height: 158px;
}

.portal3 .img{
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 123px;
}

.portal3 h2{
    position: absolute; height: 35px; left: 0; right:0; bottom:0;
    background-color: #a8a8a8;
    color: #ffffff;
    font-weight: normal;
    line-height: 30px;
    font-size: 20px;
    padding: 0;
    margin: 0;
    text-align: center;
    z-index: 190;
}

.shorter_font .portal3 h2{
    font-size: 14px;
}

.portal3 .goto{
    position: absolute; top: 0; left: 0; right:0; bottom:0;
    display: block;
    z-index: 200;
}

.portal3 .overlay{
    position: absolute; top: 0; left: 0; right:0; bottom:0;
    background-color:rgba(255,255,255,0.0);
    transition:all 300ms ease;
    z-index: 180;
}

.portal3 .overlay-animated{
    background-color:rgba(255,255,255,0.2);
    transition:all 300ms ease;
}

.product{
    background-color: #e9e9e9;
}

.product .box-960{
    padding: 20px 0 20px 0;
}

.product p{
    margin:0;
    border-bottom: 1px solid #d8d8d8;
    padding: 8px 0 8px 0;
}

.product2{
    background-color: #f4f4f4;
}

.product2 .box-960{
    padding: 20px 30px 20px 30px;
    position: relative;
}


.product2 .options .rnd{
    width:150px;
    height:150px;
    border-radius:150px;    
    background-color:#a3c84f;
    background-color:rgba(163,200,79,1);
    transition:all 300ms ease;
    display: block;
    text-align: center;
    color: #ffffff;
    font-size: 20px;
    line-height: 27px;
    margin-top: 20px;
}

.product2 .options .rnd:hover{
    background-color:#a3c84f;
    background-color:rgba(163,200,79,0.8);
}

.product2 .options .rnd.dlpdf{
    -webkit-box-shadow: 0 1px 1px 1px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 1px 1px 1px rgba(0,0,0,0.1);
    box-shadow: 0 1px 1px 1px rgba(0,0,0,0.1);
    background-color:#ffffff;
    background: rgba(255,255,255,1) url(/images/dlpdf.png) no-repeat center center; 
}

.product2 .options .rnd.dlpdf:hover{
    background-color:#ffffff;
    background-color:rgba(255,255,255,1);
}

.bold{
    font-weight: bold;
}

.portal4{    
    position: relative;
    height: 274px;
}

.portal4 .img{
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 239px;
}

.portal4 h1{
    position: absolute; height: 35px; left: 0; right:0; bottom:0;
    background-color: #a8a8a8;
    color: #ffffff;
    font-weight: normal;
    line-height: 32px;
    padding: 0;
    margin: 0;
    text-align: center;
    z-index: 190;
    font-size: 20px;
}

.portal4 .goto{
    position: absolute; top: 0; left: 0; right:0; bottom:0;
    display: block;
    z-index: 200;
}

.portal4 .overlay{
    position: absolute; top: 0; left: 0; right:0; bottom:0;
    background-color:rgba(255,255,255,0.0);
    transition:all 300ms ease;
    z-index: 180;
}

.portal4 .overlay-animated{
    background-color:rgba(255,255,255,0.2);
    transition:all 300ms ease;
}






.homepage-slider-item{
    /*background-attachment:scroll;*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position:center;
}



.decoupe{
    width: 800px;
    height: 648px;
    position:relative;
    margin: 0 auto;
}
.decoupe *{                
    margin:0;
    padding:0; 
    font-family: Arial, sans-serif;
}

.decoupe .img{
    width: 100%;
    height:auto;
}
.decoupe .dot{
    position:absolute;
    border: 2px solid rgba(255,255,255,0.6);
    border-radius:30px;
    width: 30px;
    height: 30px;
    transition:all 300ms  ease-in-out;
    -webkit-transition:all 300ms  ease-in-out;
    -moz-transition:all 300ms  ease-in-out;
    -o-transition:all 300ms  ease-in-out;
    cursor: pointer;
    color: #fff;
    text-align: center;
    font-size:14px;
    line-height: 26px;
    font-weight: bold;
    -moz-box-shadow: 0 1px 1px 1px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 1px 1px 1px rgba(0,0,0,0.2);
    box-shadow: 0 1px 1px 1px rgba(0,0,0,0.2);
}
.decoupe .dot:before{
    /*content: "+";*/
}
.decoupe .dot:hover{
    background-color:#ffffff;
    background-color: rgba(255,255,255,0.8);
    color: #333;
    -moz-transform: scale(2, 2);
    -ms-transform: scale(2, 2);
    -webkit-transform: scale(2, 2);
    -o-transform: scale(2, 2);
    transform: scale(2, 2);
}
.decoupe li{
    list-style: none;
    text-align: center;
    position: absolute;
    border: 2px solid rgba(255,255,255,1);
    font-size: 14px;
    padding: 10px;
    -moz-box-shadow: 0 1px 1px 1px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 1px 1px 1px rgba(0,0,0,0.2);
    box-shadow: 0 1px 1px 1px rgba(0,0,0,0.2);
    border-radius: 10px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    background-color:#ffffff;
    background-color: rgba(255,255,255,1);
    padding-left: 25px;
}
.decoupe#infire li{
    top: 40%; left: 8%; width: 34%;
}
.decoupe#infire-green li{
    top: 45%; left: 10%; width: 32%;
}
.decoupe#optifire li{
    top: 42%; left: 0%; width: 30%;
}
.decoupe#optifire-green li{
    top: 50%; left: 2%; width: 32%;
}
.decoupe#concept-green li{
    top: 50%; left: 2%; width: 32%;
}
.decoupe#phenix-green li{
    top: 5%; left: -40%; width: 60%;
}



.decoupe li span{
    display: block;
    position:absolute;
    top: -20px;
    left: -20px;
    border: 2px solid rgba(255,255,255,1);
    color: #71a0aa;
    font-size: 16px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    -moz-box-shadow: 0 1px 1px 1px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 1px 1px 1px rgba(0,0,0,0.2);
    box-shadow: 0 1px 1px 1px rgba(0,0,0,0.2);
    border-radius: 40px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    background-color: #ffffff;
    font-weight: bold;
}

.darker-strip .decoupe .dot{
    border: 2px solid rgba(255,255,255,0.6);
}
.darker-strip .decoupe .dot:hover{
    background-color:#ffffff;
    background-color: rgba(255,255,255,0.8);
    color: #333;
}
.darker-strip .decoupe li{
    color: #fff;
    background-color:#000000;
    background-color: rgba(0,0,0,0.3);
}
.darker-strip .decoupe li span{
    color: #71a0aa;
    background-color: #ffffff;
}




.dlpro.rep{
    cursor: pointer;
}
.errorMsg{
    text-align: center;
    font-weight: bold;
    color: #e34e47;
}
.infoMsg{
    text-align: center;
    font-weight: bold;
    color: #00b941;
}
.error{
    border:solid 2px #c0392b; 
    background-color:#c0392b;	
    background-color: rgba(192,57,43,0.3)
}
label.error{
    border:none;
    color:#ca3021;
    text-align: right;
    background: none;
    font-weight: bold;
}
.epure{
    width: 50%;
}
.white{
    color: #ffffff;
}
.navproMenu li{
    float:left; color: #ffffff; list-style-type: none; line-height: 35px; margin-left: 20px;
}
.navproMenu li a{
    color: #ffffff;
    font-size: 11px;
}
.navproMenu li.first {
    border-right: 1px solid #ffffff;
    padding-right: 20px;
    margin-left:0;
}
.navproMenu li.first a{
    font-weight: bold;
}
.navproMenu li.hl {       
    border-left: 1px solid #ffffff;
    padding-left: 20px;
}
.navproMenu li.last {
    border-left: 1px solid #ffffff;
    padding-left: 20px;
    margin-right:0;
}

.current.mmpro{
    background-color: #ca3021;
}
.current.mmpro a{
    color: #ffffff;
}
.regular-header-clear.mmpro{
    height:175px;
}
.footer_menu_col_1 a:last-child {
    color: #80b877;
}
.footer_menu_col_2 a:last-child {
    color: #f07911;
}

.encart0{
    background-color: #c4c5c6;
    color: #000000;
}
.encart0 .wrap{
    padding: 10px;
    position: relative;
    font-family: 'Roboto', Arial, sans-serif;
}
.encart0 .wrap img,.encart .wrap p,.encart .wrap h3{
    margin: 0;
    padding: 0;
}
.encart0 .wrap h3{
    font-size: 50px;
    font-weight: normal;
    margin: 10px 0 15px 0;
}
.encart0 .wrap p{
    font-size: 28px;
    line-height: 120%;
}
.encart0 .wrap .col{
    float: left;
    overflow: hidden;
    height:135px;
}
.encart0 .wrap .col-1{
    width: 28%;
    margin-right: 2%;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.encart0 .wrap .col-2{
    width: 70%;
}
.encart0 .wrap .arrow-1{
    position: absolute;
    width: 78px;
    right: -39px;
    height: 78px;
    top: 29px;
    display: block;
    background: transparent url(/images/arrow-1.png) no-repeat center center;
}
.ytvdo{
    position: relative;
}
.ytvdo a{
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    top: 0;
    display: block;
    background: rgba(255,255,255,0) url(/images/play-1.png) no-repeat center center;
    transition:all 200ms ease;
}
.ytvdo a:hover{
    background-color: rgba(255,255,255,0.2);
}
.ytvdo span{
    position: absolute;
    right: 0;
    left: 0;
    bottom: -20px;
    height: 20px;
    line-height: 20px;
    font-style: italic;
    font-size: 12px;
    display: block;
    text-align: center;
}
.hidden{
    display: none;
}
.attribute{
    font-size:16px; color:#000; margin:3px; padding: 3px; border-bottom: 1px solid #333;
}

.themewood .portal2 h1, .themewood #bar{
    background-color: #91b632;
}
.themewood li.current a, .themewood li a:hover{
    color: #91b632;
}

.themegas .portal2 h1, .themegas #bar{
    background-color: #1ab5d3;
}
.themegas .navigation2 li.current a, .themegas .navigation2 li a:hover{
    color: #1ab5d3;
}

.themepellets .portal2 h1, .themepellets #bar{
    background-color: #ca3021;
}
.themepellets .navigation2 li.current a, .themepellets .navigation2 li a:hover{
    color: #ca3021;
}

.hpslider{
    width: 360px;    
}
.hpslider.intro{
    position: absolute;
    top: 10%;
    left: 10%;
    z-index: 6000;
}
.hpslider h3,.hpslider h4,.hpslider h5{
    background-color:#777777;
    background-color: rgba(255,255,255,0.5);
    margin:0;
    padding:8px 10px 0 10px;
    color: #000000;
    line-height: 110%;
}
.hpslider h3.hs-black,.hpslider h4.hs-black,.hpslider h5.hs-black{
    background-color:#000000;
    background-color: rgba(0,0,0,1);
    margin:10px 0 10px 0;
    padding:8px 10px 8px 10px;
    color: #ffffff;
}
.hpslider h3.hs-last,.hpslider h4.hs-last,.hpslider h5.hs-last{
    padding-bottom: 8px;
}

.hpslider p{
    margin-left: 0;
    margin-right: 0;
    text-align: right;
}
.hpslider p a{
    display: inline-block;
    margin-left: 0;
    margin-right: 0;
    margin:10px 0 10px 0;
    padding:10px 10px 10px 10px;
    color: #000000;
}

.hpslider.intro h5 a{
    display: inline;
}


.ajaxLb{
    background-color: #ffffff;
}
.ajaxLb a{
    color:#000000;
}
.ajaxLb a:hover{
    color:#df501f;
}

.ajaxLbWrap{
    padding:20px;
    position:relative;
}
.lgConfig{

}
.lgConfig li{        
    display:block;
    float:left;	
    color:#FFFFFF;
    width: 33%;
    background-color: #ffffff;
    position: relative;
}
.lgConfig li:hover{        
    background-color: #eeeeee;
    -webkit-transition: background-color 500ms linear;
    -moz-transition: background-color 500ms linear;
    -o-transition: background-color 500ms linear;
    -ms-transition: background-color 500ms linear;
    transition: background-color 500ms linear;
}
.lgConfig li img{
    margin-right:10px;
    vertical-align:middle;
}
.lgConfig li a{
    padding:12px;
    color: #818181;
    display:block;
}
.homepage-slider-wrapper{
    position: relative; 
    height: 550px;
    overflow: hidden;
}
.homepage-slider-wrapper .hs-overlay{
    position: absolute;  
    left: 0; right: 0; top: 0; bottom: 0;
    background-color:#ffffff;
    background-color: rgba(255,255,255,1);
    z-index: 5678;
}

.newsslider{
    position:relative;
    height:530px;
    overflow:hidden;
    width: 100%;
}
.newsslider .news{
    position:relative;
}


.newsslider.owl-carousel .owl-controls .owl-nav .owl-prev, .newsslider.owl-carousel .owl-controls .owl-nav .owl-next {
    cursor: pointer;
    cursor: hand;
    display: block;
    width: 960px;
    position: absolute;
    top: 0;
    bottom: 0;      
    color: #ffffff;
    background-color:#444444;
    background: rgba(0,0,0,0.7) url(/images/bx3-controls.png) no-repeat 0 0;
}
.newsslider.owl-carousel .owl-controls .owl-nav .owl-prev{
    left: 50%;
    margin-left: -1440px;
    background-position: 904px center;
}
.newsslider.owl-carousel .owl-controls .owl-nav .owl-next{
    right: 50%;
    margin-right: -1440px;
    background-position: -56px center;
}
.hs-img{
    position: absolute;
    right: 0;
    top: 50%;
}
.hs-img img{
    width: auto;
}


.globbannerstxt.gb1 h1{
    background-color:#555555;
    background-color: rgba(0,0,0,0.7);
    margin-bottom: 4px;
    padding: 8px 10px 8px 20px;
    color: #ffffff;
    line-height: 130%;
    text-transform: none;
    font-size: 24px;
    font-weight: 300;
}
.globbannerstxt.gb1 p{
    background-color:#ffffff;
    background-color: rgba(255,255,255,0.8);
    margin:0;
    padding:20px;
    color: #000000;
    line-height: 130%;
    text-align: left;
}

.themewood .globbannerstxt.gb1 h1{
    background-color:#333333;
    background: rgba(0,0,0,0.7) url("/images/bois.png") no-repeat 10px center;
    text-indent: 45px;
}
.themegas .globbannerstxt.gb1 h1{
    background-color:#333333;
    background: rgba(0,0,0,0.7) url("/images/gaz.png") no-repeat 10px center;
    text-indent: 45px;
}


.globbannerstxt.gb2{
    width: 168px; 
    height: 168px;
    /*background-color: #91b632;
    border-radius: 50%;*/
    position: relative;
}
.globbannerstxt.gb2 p{
    margin:0; padding:0; 
}
.globbannerstxt.gb2 h1{
    width: 100%;
    text-align: center;
    color: #ffffff;
    font-weight: normal;
    font-family: 'Roboto', Arial, sans-serif;
    line-height: 100%;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    position: absolute;
    top: 60px;
}
.globbannerstxt.gb2 h1 .bold{
    font-weight: 900;
}
.blog-sidebar-popular-recent{
    color: #000000;
    line-height: 105%;
}
.blog-sidebar-popular-recent span{
    display: block;
}
.blog-sidebar-popular-recent .n-thumb{
    float: left;
    margin-right: 10px; 
    margin-top: 5px;
    width: 55px;
    height: 55px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position:center;
}

.isogalWrapper{
    position: relative;
}
.isogalWrapper .preload{
    position: absolute;
    top: 0; left: 0; bottom: 0; right: 0;
    background-color:#ffffff;
    background-color:rgba(255,255,255,1);
    text-align: center;
}
.isogal .item{
    width: 240px;
    height: 180px;
    overflow: hidden;
    position: relative;
}
.isogal a{
    position: absolute;
    top: 0; left: 0; bottom: 0; right: 0;
    background-color:rgba(255,255,255,0);
    transition:all 200ms linear;    
    -moz-transition:all 200ms linear;
    -o-transition:all 200ms linear;
    -webkit-transition:all 200ms linear;
}
.isogal a:hover{
    background-color:rgba(255,255,255,0.5);
}
.isogal .item img{
    width: 100%;
    height: auto;
}
.button-group{
    float: left;
    margin-right: 50px;
}
.button-group .button{
    cursor: pointer;
    color: #000000;
}
.button-group .button.active{
    background-color: #f00000;
    color: #ffffff;
}
.content li{
    list-style-position: outside;
    margin-left: 25px;
    line-height: 24px;
}
.mb20{
    margin-bottom: 20px;
}
textarea{
    min-height: 200px;
}

.one-half-responsive .portal2{
    height: 170px;
    max-width: 240px;
    margin: 0 auto;
}
.one-half-responsive  .portal2 .img {
    height: 135px;
}

.full-width-responsive .portal2{
    height: 170px;
    width: 240px;
    float: left;
    margin-right: 20px;
}
.full-width-responsive .portal2 .img {
    height: 135px;
}
.news-type{
    color: #ca3021;
    font-weight: bold;
}
.prospectsMsgList{
    position: relative;
    font-size: 14px;
}
.prospectsMsgList .msg{
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: normal;
    width: 100%;
    border-bottom: 1px solid #dfdfde;
    background-color: #ffffff;
    -webkit-transition: background-color 300ms linear;
    -moz-transition: background-color 300ms linear;
    -o-transition: background-color 300ms linear;
    -ms-transition: background-color 300ms linear;
    transition: background-color 300ms linear;
    cursor: pointer;
}
.prospectsMsgList .msg:hover{
    background-color: #f4f4f4;
}
.prospectsMsgList .msg.unread{
    font-weight: bold;
}
.prospectsMsgList .msg span{
    display: inline-block;
    text-align: left;
}
.prospectsMsgList .msg span.cb,.prospectsMsgList .msg span.fic{
    width: 5%;
    font-size: 15px;
    text-align: center;
}
.prospectsMsgList .msg span.from{
    width: 30%;
}
.prospectsMsgList .msg span.subject{
    width: 45%;
}
.prospectsMsgList .msg span.date{
    width: 18%;
    text-align: center;
}
.prospectsMsgList .msg span.reply{
    color: #999999;
}
.prospectsMsgListOptions{  
    text-align: center;
    margin-bottom: 16px;
}
.prospectsMsgListOptions span{  
    display: inline-block;
    border: 1px solid #dfdfde;
    border-radius: 5px;
    background-color: #f4f4f4;
    padding: 5px;
    text-align: center;
    cursor: pointer;
}
.prospectsMsgList .msgContent{
    display: none;
    margin-top: 20px;
    font-weight: normal;
    cursor: auto;
}
.prospectsMsgList .msgContent .msgContentPart{    
    width: 90%;
    margin-left: 8%;
}
.prospectsMsgList .msgContent .msgContentPart .msgContentPart{    
    width: 90%;
    margin-left: 6%;
    padding-left: 1%;
    border-left: 1px solid #dfdfde;
}

.prospectsMsgList .msgContent .msgContentPart .msg_type{    
    font-style: italic;
    font-weight: bold;
}

.prospectsMsgList .formSubmitButtonErrorsWrap{
    margin-top: 20px;
    margin-bottom: 20px;
}

.prospectsMsgList .customerDetails{
    width: 90%;
    margin-left: 8%;
}
.prospectsMsgList .gcDetails{
    width: 90%;
    margin-left: 8%;
    margin-top: 20px;
}

.prospectsMsgList .customerDetails span{
    display: inline-block;
    margin-right: 20px;
}

.dlpro .cb{
    margin-right: 5px;
}
.dlpro li{
    list-style-type: none;
    list-style-position: outside;
    margin-left: 0;
}
.dlpro li a{
    color: #666;
}
.dlpro .files li{
    font-size: 14px;
    position: relative;
    line-height: 40px;
    border-bottom: 1px solid #dfdfde;
    background-color: #ffffff;
    -webkit-transition: background-color 300ms linear;
    -moz-transition: background-color 300ms linear;
    -o-transition: background-color 300ms linear;
    -ms-transition: background-color 300ms linear;
    transition: background-color 300ms linear;
    cursor: pointer;
    margin: 0;
}
.dlpro .files li:hover{
    background-color: #f4f4f4;
}
.dlpro .files li span{
    display: inline-block;
    height: 40px;
    line-height: 40px;
}
.dlpro .files li span.ext{
    width: 5%;    
}
.dlpro .files li span.ext img{
    width: auto;
    height: 32px;
    vertical-align: middle;
}
.dlpro .files li span.title{
    width: 75%;
}
.dlpro .files li span.filesize{
    width: 12%;
}
.dlpro .files li span.dllink{
    width: 5%;
}
.navpro .current{
    font-weight: bold;
}
.dlproFilterTitle{
    margin-top: 10px;
    font-weight: bold;
    font-size: 14px;
}
.fl{
    float: left;
    margin: 5px 10px 10px 0;
}
.italic{
    font-style: italic;
}


.location{
    position:relative;	
}

#location-canvas{
    width:100%;
    height:400px;
}

#location-canvas * {
    overflow:visible;
}

.map-activation{
    z-index:7777;
    display:block;
    position:absolute;
    width:100%;
    height:100%;
    background-color:#333333;
    background-color:rgba(0,0,0,0.7);	
    color:#FFFFFF;
}

.map-activation em{
    font-size:14px;
    position:absolute;
    height:12px;
    top:50%;
    margin-top:20px;
    text-align:center;
    width:100%;
    font-weight:normal;
    opacity:0.5;
}

.map-activation em i{
    color:#e34e47;
    padding-right:10px;
    padding-left:10px;
}

.map-activation strong{
    font-family:'Source Sans Pro', sans-serif;
    text-transform:uppercase;
    font-weight:700;
    position:absolute;
    height:20px;
    font-size:40px;
    top:50%;
    margin-top:-20px;
    text-align:center;
    width:100%;
}

.regular-list{
    overflow:visible;
    margin-left:0;
}

.number-list li{
    overflow:visible;
    list-style:decimal;
    margin-left:20px;
}

.content li {
    font-size: 14px;
}

/*//////////////////////////////////////*/
/*Font Selection and General Font Colors*/
/*//////////////////////////////////////*/

.decoration{
    display:block;
    height:1px;
    background-color:#cccccc;
    background-color:rgba(0,0,0,0.1);
}

.light-decoration{
    display:block;
    height:1px;
    background-color:#cccccc;
    background-color:rgba(255,255,255,0.1);
    margin-left:40px;
    margin-right:40px;
}

.item{
    position:relative;
}

.center-text{ display:block;	text-align:center;}
.left-tex{	display:block;	text-align:left;}
.right-text{  display:block;	text-align:right;}

.larger{font-size:14px;}

.italic-font{font-style:italic;}
.underline-font{text-decoration:underline;}

.transparent{opacity:0.5;}

.strong-font{font-weight:900;}
.stronger-font{font-weight:700;}
.normal-font{font-weight:400;}
.lighter-font{font-weight:300;}
.light-font{font-weight:200;}

.overlay{
    position:absolute;
    z-index:999;
    width:100%;
    height:100%;
    background-color:rgba(0,0,0,0.5);
}

.width-100{width:100%; margin:0 auto;}
.width-90{width:90%; margin:0 auto;}
.width-80{width:80%; margin:0 auto;}
.width-70{width:70%; margin:0 auto;}
.width-60{width:60%; margin:0 auto;}
.width-50{width:50%; margin:0 auto;}
.width-40{width:40%; margin:0 auto;}
.width-30{width:30%; margin:0 auto;}
.width-20{width:20%; margin:0 auto;}
.width-10{width:10%; margin:0 auto;}


/*////////////////////////////////*/
/*Non Responsive or Fluid Classes */
/*////////////////////////////////*/

/*Buttons*/



.right-button{
    float:right;
}

.left-button{
    float:left;
}

.fullscreen-button{
    width:100%;
    display:block;
    text-align:center;
}

.button:hover{
    opacity:0.8;
}

.button-big:hover{
    opacity:0.8;
}

.button-icon:hover{
    opacity:0.8;	
}

.button-big-icon:hover{
    opacity:0.8;
}

.button-fullscreen{
    display:block;
    width:100%;
}

.button{
    text-align:center;
    color:#FFFFFF;
    padding:8px 13px;
    display:inline-block;	
    margin-left:2px;
}

.button-icon i{
    margin-right:10px;
    font-size:14px;
}

.center-button{
    width:130px;
    text-align:center;
    margin-left:auto;
    margin-right:auto;
    display:block;
    margin-top:20px;
}
.corner-button{
    position: absolute; 
    top:0; 
    right: 0;
}



.button-turqoise{			background-color:#16a085;	}
.button-turqoise:active{	 background-color:#085b4b;	}

.button-green{			   background-color:#27ae60;	}
.button-green:active{		background-color:#177c42;	}

.button-blue{				background-color:#2980b9;	}
.button-blue:active{		 background-color:#195a84;	}

.button-light{			   background-color:#7f8c8d;   }
.button-light:active{	    background-color:#bdc3c7;	}

.button-magenta{			 background-color:#8e44ad;	}
.button-magenta:active{	  background-color:#61267a;	}

.button-dark{				background-color:#000000;	}
.button-dark:active{		 background-color:#222222;	}

.button-yellow{			  background-color:#f1c40f;	}
.button-yellow:active{	   background-color:#c3a321;	}

.button-red{				 background-color:#c0392b;	}
.button-red:active{		  background-color:#932d23;	}

.button-orange{			  background-color:#e67e22;	}
.button-orange:active{	   background-color:#b76217;	}

.button-skeleton{	cursor: pointer; margin-top:10px; text-transform:uppercase; background-color:rgba(255,255,255,0.5);  color:rgba(255,255,255,0.8);}
.button-skeleton:active{	background-color:rgba(255,255,255,0.8);}
.button-skeleton:hover{         background-color:rgba(255,255,255,0.8);}

/*///////////////*/
/*Text Highlights*/
/*///////////////*/

.text-highlight{
    color:#FFFFFF;
    padding:5px;
    margin-right:3px;	
}

.highlight-turqoise{	 background-color:#16a085;	}
.highlight-green{  	 	background-color:#27ae60;	}
.highlight-blue{   		 background-color:#2980b9;	}
.highlight-magenta{	  background-color:#8e44ad;	}
.highlight-dark{		 background-color:#2c3e50;	}
.highlight-yellow{	   background-color:#f1c40f;	}
.highlight-red{		  background-color:#c0392b;	}
.highlight-orange{	   background-color:#e67e22;	}

.p100{width:100%;}
.p90{width:90%;}
.p80{width:80%;}
.p70{width:70%;}
.p60{width:60%;}
.p50{width:50%;}
.p40{width:40%;}
.p30{width:30%;}
.p20{width:20%;}
.p10{width:10%;}
.p0{width:0%;}



/*/////////////////*/
/*Blockquote Styles*/
/*/////////////////*/


.quote-one{
    padding-left:20px;
    border-left:solid 3px #cacaca;
}

.quote-two{
    position:relative;
}

.quote-two i{
    position:absolute;
    top:25px;
    left:10px;
    opacity:0.15;
}

.red-quote{
    background-color:rgba(231, 76, 60,0.2);
    padding-top:10px;
    padding-bottom:10px;
    padding-right:10px;
    border-left:solid 3px rgba(231, 76, 60,1.0);
    color:#e74c3c;
    color:rgba(231, 76, 60,1.0);
}

.blue-quote{
    background-color:rgba(41, 128, 185,0.2);
    padding-top:10px;
    padding-bottom:10px;
    padding-right:10px;
    border-left:solid 3px rgba(52, 152, 219,1.0);
    color:#3498db;
    color:rgba(52, 152, 219,1.0);
}

.green-quote{
    background-color:rgba(46, 204, 113,0.2);
    padding-top:10px;
    padding-bottom:10px;
    padding-right:10px;
    border-left:solid 3px rgba(46, 204, 113,1.0);
    color:#2ecc71;
    color:rgba(46, 204, 113,1.0);
}

.yellow-quote{
    background-color:rgba(241, 196, 15,0.2);
    padding-top:10px;
    padding-bottom:10px;
    padding-right:10px;
    border-left:solid 3px rgba(241, 196, 15,1.0);    
    color:#f39c12;
    color:rgba(243, 156, 18,1.0);
}


/*/////////////*/
/*Table Styling*/
/*/////////////*/



.table-mobile{
    display:none;
}

.table{
    width:100%;
}

.table-title{
    font-family:'Lato', sans-serif;
    font-size:14px;
    font-weight:800;
}

.table-sub-title{
    font-family:'Lato', sans-serif;
    font-weight:700;
    font-size:12px;
    text-align:center;
    display:block;
}

.red-title{
    background-color:#c0392b;
}

.green-title{
    background-color:#27ae60;
}

.blue-title{
    background-color:#2980b9;
}

.orange-title{
    background-color:#d35400;
}

.price{
    font-size:12px;
}

.small-price{
    position:absolute;
    margin-left:0;
    font-size:10px;
    margin-top:-3px;
}

.table-heading{
    padding-top:10px;
    padding-bottom:15px;
}

.table-text{
    color:#6f6f6f;
}

/*Contact Form */

.contactField{    
    background-color:#ffffff;
    background-color:rgba(255,255,255,0.4);
    font-size:12px;
    color:#666;
    border:solid 1px #cacaca;
}

.contactTextarea{
    background-color:#ffffff;
    background-color:rgba(255,255,255,0.4);
    font-size:12px;
    border:solid 1px #cacaca;
    color: #666;
}

.contactSubmitButton{
    line-height:12px;
    display:block;
    height:36px;
    margin-right:4px;
    float:left;
}

.contactNameField{
    padding-bottom:5px;	
    font-size:12px;
}

.contactNameField span{
    float:right;
    opacity:0.5;
}

.contactEmailField{
    padding-bottom:5px;
    font-size:12px;
}

.contactEmailField span{
    float:right;
    opacity:0.5;
}

.contactMessageTextarea{
    padding-bottom:5px;
    font-size:12px;
}

.contactMessageTextarea span{
    float:right;
    opacity:0.5;
}


/*Field Styles*/
#contactNameField{
    text-transform:capitalize;
}

.contactField{
    min-width:100%;	
    display:block;
    box-sizing:border-box;
}

.contactTextarea{
    min-width:100%;
    display:block;
    box-sizing:border-box;
}

.buttonWrap{
    line-height:20px;
    padding-bottom:24px;
    min-width:43%;
    display:inline-block;
}

.formSubmitButtonErrorsWrap a{
    width:25%;
    text-align:center;
    padding:8px 10px;
}

.formSubmitButtonErrorsWrap{
    position:relative;
}

.formValidationError{
    color:#e34e47;
    font-style:normal;
    padding-left:3px;
}


.contactField{
    height:40px;
    padding-left:10px;
    padding-right:10px;
}

.contact-icon i{
    font-size:14px;
    width:25px;
    padding-top:3px;
}

.contact-icon{
    line-height:26px;
    color:#1f1f1f;
    -o-transition:color 200ms ease-out;
    -ms-transition:color 200ms ease-out;
    -moz-transition:color 200ms ease-out;
    -webkit-transition:color 200ms ease-out;
    transition:color 200ms ease-out;
}

.contact-icon:hover{
    color:#e34e47;
}

.field-deco:focus{
    border:solid 2px #27ae60;
    transition: border-color 1s ease;  
}

.fieldHasError:focus{
    border:solid 2px #c0392b;
    transition: border-color 1s ease;  	
}

.contactTextarea{
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 9px;
    padding-bottom: 9px;
    line-height: 18px;
    height: 90px;
}

.formSubmitButtonErrorsWrap a{
    width:25%;
    text-align:center;
}


.formValidationError .red-notification p{
    background-image:none;
    display:block;
    padding-left:40px;
}


.contactSubmitButton{
    background-color:rgba(255,255,255,0);
    color:#FFFFFF;
    padding-top:12px;
    display:block;
    width:100%;
    text-align:center;
}

.formSubmitButtonErrorsWrap{
    display:block;
    background-color:#27ae60;
    text-align:center;
    color:#FFFFFF;	
}


.formSubmitButtonErrorsWrap i{
    position:absolute;
    left:28px;
    top:10px;
}

.formSubmitButtonErrorsWrap:hover{
    opacity:0.8;
}

.formSubmitButtonErrorsWrap:active{
    background-color:#177c42;
}

.facebook-box-button{
    height:36px;
    line-height:36px;
    text-align:center;
    color:#FFFFFF;
    background-color:#3B5998;
}

.facebook-box-button:active{
    background-color:#2980b9;
}

.facebook-box-button:hover{
    opacity:0.8;
}

.facebook-box-button i{
    margin-right:15px;
}

.facebook-frame{
    display:block;
    width:100%;
    height:400px;
    border:solid 1px rgba(0,0,0,0.1);
}

.twitter-box-button{
    text-align:center;
    color:#FFFFFF;
    background-color:#4099FF;
    height:36px;
    line-height:36px;
}

.twitter-box-button:active{
    background-color:#3498db;
}

.twitter-box-button:hover{
    opacity:0.8;
}

.twitter-box-button i{
    margin-right:15px;
}

.twitter-frame{
    display:block;
    width:100%;
    height:400px;
    border:solid 1px rgba(0,0,0,0.1);
}

/*Big Notifications*/

.red-notification{	background-color:#c0392b;	color:#FFFFFF;	}
.green-notification{  background-color:#27ae60;	color:#FFFFFF;	}
.yellow-notification{ background-color:#f39c12;	color:#FFFFFF;	}
.blue-notification{   background-color:#2980b9;	color:#FFFFFF;	}


.big-notification{
    position:relative;
    padding:8px;
}

.big-notification h5{
    font-family:'Lato', sans-serif;
    font-weight:800;
    font-size:14px;
    text-transform:uppercase;
    color:#FFFFFF;
    margin-bottom:5px;
    margin:10px;
    padding-bottom:10px;
    border-bottom:solid 1px rgba(255,255,255,0.3);
}

.close-big-notification{
    font-family:'Lato', sans-serif;
    font-weight:800;
    font-size:14px;
    color:#FFFFFF;
    float:right;
    margin-top:-46px;
    margin-right:12px;
}

.big-notification p{
    padding:10px;	
    padding-top:0;
    margin-bottom:0;
}

.close-small-notification{
    color:#FFFFFF;
    font-size:12px;
    position:absolute;
    right:20px;
    font-weight:800;
}

.close-contact-notification{
    color:#FFFFFF;
    font-size:12px;
    position:absolute;
    right:20px;
    font-weight:800;
}

.small-notification{
    position:relative;
    padding-left:20px;
    padding-right:20px;
    height:50px;
}

.small-notification i{
    font-size:14px;
    position:absolute;
    left:20px;
    top:18px;
}

.small-notification p{
    line-height:51px;
}

.close-small-notification{
    right:20px;
}


.active-header {
    background-color:#1C2731;
    background-image:url(../images/ui/minusw.png);
    background-repeat:no-repeat;
    background-size:12px 12px;
    background-position:16px 19px;
}

.inactive-header {
    background-image:url(../images/ui/plusw.png);
    background-repeat:no-repeat;
    background-size:12px 12px;
    background-position:16px 19px;
}


/*Responsive Tabs*/

/*////////////*/
/*Colorbox CSS*/
/*////////////*/
/*Colorbox Core Style:*/

#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:99999; overflow:hidden;}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
#colorbox, #cboxContent, #cboxLoadedContent{-moz-box-sizing:content-box; -webkit-box-sizing:content-box; box-sizing:content-box;}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:#fff;}
#colorbox{outline:0;}
#cboxContent{margin-top:32px; overflow:visible; background:#000;}
.cboxIframe{background:#fff;}
#cboxError{padding:50px; border:1px solid #ccc;}
#cboxLoadedContent{background:#000; padding:1px;}
#cboxLoadingGraphic{background:url(../images/colorbox/loading.gif) no-repeat center center;}
#cboxLoadingOverlay{background:#000;}
#cboxTitle{position:absolute; top:-22px; left:0; color:#000;}
#cboxCurrent{position:absolute; top:-22px; right:205px; text-indent:-9999px;}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; text-indent:-9999px; width:20px; height:20px; position:absolute; top:-20px; background:url(../images/colorbox/controls.png) no-repeat 0 0;}

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}

#cboxPrevious{background-position:0 0; right:44px;}
#cboxPrevious:hover{background-position:0 -25px;}
#cboxNext{background-position:-25px 0; right:22px;}
#cboxNext:hover{background-position:-25px -25px;}
#cboxClose{background-position:-50px 0; right:0;}
#cboxClose:hover{background-position:-50px -25px;}
.cboxSlideshow_on #cboxPrevious, .cboxSlideshow_off #cboxPrevious{right:66px;}
.cboxSlideshow_on #cboxSlideshow{background-position:-75px -25px; right:44px;}
.cboxSlideshow_on #cboxSlideshow:hover{background-position:-100px -25px;}
.cboxSlideshow_off #cboxSlideshow{background-position:-100px 0; right:44px;}
.cboxSlideshow_off #cboxSlideshow:hover{background-position:-75px -25px;}

/*////////////////////////////////////////*/
/*Custom Add To Homescreen for iOS Devices*/
/*////////////////////////////////////////*/


/*Add To Homescreen */

.light-webapp{	background-color:#ffffff;background-color:rgba(255,255,255,0.9);}
.light-webapp h3{ color:#000000;}
.light-webapp p{  color:rgba(0,0,0,0.8);}
.light-webapp em{ background-image:url(../images/addtohome/corner-deco-mobile-light.png);}
.dark-webapp{ 	 background-color:#000000; background-color:rgba(0,0,0,0.9);}
.dark-webapp h3{  color:#FFFFFF;}
.dark-webapp p{   color:#ffffff; color:rgba(255,255,255,0.8);}
.dark-webapp em{  background-image:url(../images/addtohome/corner-deco-mobile-dark.png);}

.webapp{
    width:300px;
    height:69px;
    position:fixed;
    bottom:20px;
    border-radius:12px;
}

.webapp-wrapper{
    z-index:9999999;
    position:relative;
    width:300px;
    margin-left:auto;
    margin-right:auto;
    overflow:visible;
    display:none;
}

.webapp img{
    width:50px;
    height:50px;
    border-radius:12px;
    position:absolute;
    margin-left:10px;
    margin-top:9px;
}

.webapp h3{
    font-family:'Dosis', sans-serif;
    font-weight:600;
    font-size:12px;
    margin-left:80px;
    margin-top:5px;
    margin-bottom:0;
}

.webapp p{
    width:220px;
    font-size:10px;
    margin-left:80px;
    line-height:15px;
}

.close-webapp{
    background-image:url(../images/addtohome/close-webapp.png);
    background-repeat:no-repeat;
    background-size:8px 8px;
    background-position:6px 6px;
    position:absolute;
    top:9px;
    right:20px;
    z-index:99999;
    width:20px;
    height:20px;
}

.webapp{overflow:visible;}

.corner-deco{
    z-index:99;
    display:none;
    position:absolute;
    background-size:20px 10px;
    width:20px;
    height:10px;
    opacity:0.99;
    margin-top:-10px;
    margin-left:140px;
}

/*////////////*/
/*Video Player*/
/*////////////*/

.strip-player-wrapper-small{

}

.strip-player-wrapper-small h4{
    font-size:24px;
    color:#777777;
    color:rgba(0,0,0,0.5);
    padding-bottom:20px;
    text-align:center;
    font-weight:600;
}

.strip-player-wrapper-small h3{
    font-size:60px;
    color:#000000;
    color:rgba(0,0,0,0.9);
    text-align:center;
    padding-bottom:30px;
    font-weight:900;
}

.strip-player-wrapper-small em{
    display:block;
    text-align:center;
    margin-bottom:20px;
}

.strip-player-wrapper .box-960{
    overflow:visible;
    width:960px;
    position:absolute;
    left:50%;
    margin-left:-480px;
    z-index:99999;
}

.strip-player-wrapper .overlay{
    background-color:#444444;
    background-color:rgba(0,0,0,0.7);
}

.strip-player-controls .strip-player-play{
    display:block;
}

.strip-player-controls .strip-player-pause{
    display:none;
}

.auto-play-enabled .strip-player-play{
    display:none;
}

.auto-play-enabled .strip-player-pause{
    display:block;
}

.strip-player-controls{
    width:60px;
    margin-left:auto;
    margin-right:auto;
}

.strip-player-text{
    margin-top:9%;
    opacity:1;
    transition:all 300ms ease;
}

.strip-player-text-inactive{
    opacity:0;
    transition:all 300ms ease;
}

.strip-player-text h4{
    font-size:24px;
    color:#888888;
    color:rgba(255,255,255,0.5);
    padding-bottom:20px;
    text-align:center;
    font-weight:600;
}

.strip-player-text h3{
    font-size:50px;
    color:#ffffff;
    color:rgba(255,255,255,0.9);
    text-align:center;
    padding-bottom:20px;
    font-weight:900;
}

.strip-player-text em{
    color:#777777;
    color:rgba(255,255,255,0.5);
    display:block;
    text-align:center;
    margin-bottom:40px;
}

.strip-player-wrapper{
    height:50%;
}

.strip-player-bottom-controls{
    position:absolute;
    z-index:9999;
    color:#FFFFFF;
    text-align:center;
    bottom:30px;
    opacity:0.3;
    width:135px;
    left:50%;
    margin-left:-65px;
}

.strip-player-pause i{
    font-size:16px;
    text-align:center;
    line-height:45px;
    color:#FFFFFF;
    border-radius:50px;
    height:50px;
    width:50px;
    border:solid 3px #FFFFFF;
}

.strip-player-play i{
    font-size:16px;
    text-align:center;
    line-height:45px;
    color:#FFFFFF;
    border-radius:50px;
    height:50px;
    width:50px;
    border:solid 3px #FFFFFF;
}

.strip-player-volume-down{ margin-left:10px; margin-right:10px; float:left;}
.strip-player-volume-down i{
    font-size:20px;
    text-align:center;
    color:#FFFFFF;
    height:20px;
    width:20px;
}

.strip-player-show-video{ margin-left:10px; margin-right:10px; float:left;}
.strip-player-show-video i{
    font-size:20px;
    text-align:center;
    color:#FFFFFF;
    height:20px;
    width:20px;
}

.strip-player-hide-video{ display:none; margin-left:10px; margin-right:10px; float:left;}
.strip-player-hide-video i{
    font-size:20px;
    text-align:center;
    color:#FFFFFF;
    height:20px;
    width:20px;
}

.strip-player-volume-up{ margin-left:10px; margin-right:10px; float:left;}
.strip-player-volume-up i{
    font-size:20px;
    text-align:center;
    color:#FFFFFF;
    height:20px;
    width:20px;
}

#strip-player-container{
    overflow:hidden;
    position:relative;
    z-index:999;
    width:100%;
    margin-top:-240px;
}

.overlay-one{
    background-color:#222222;
    background-color:rgba(0,0,0,0.8);
    transition:all 200ms ease;
}

.clicked-gallery-one{
    margin-right:-100px;
    margin-bottom:-10px;
    transition:all 200ms ease;
}

.overlay-two{
    background-color:rgba(0,0,0,0.8);
    transition:all 200ms ease;
}

.detect-gallery-two{
    margin-left:-70px;
    margin-bottom:-10px;
    transition:all 200ms ease;
}

.clicked-gallery-two{
    margin-right:-70px;
    margin-bottom:-10px;
    transition:all 200ms ease;
}

.detect-gallery-three{
    margin-left:-70px;
    margin-bottom:-10px;
    transition:all 200ms ease;
}
.clicked-gallery-three{
    margin-left:-20px;
    margin-bottom:-10px;
    transition:all 200ms ease;
}

.overlay-three{
    background-color:#000000;
    background-color:rgba(0,0,0,0.8);
    transition:all 200ms ease;
}

.column-sidebar{
    width:30%;
    float:left;
}

.column-content{
    width:65%;
    float:left;
    margin-left:5%;
}



/*///////////////////////*/
/*Login or Register Pages*/
/*///////////////////////*/

.login-box-one div.bl{
    margin:0 auto 25px auto;
    background-color:#ececec;
    padding:20px;
    border:solid 1px rgba(0,0,0,0.07);
}
.login-box-one div p{
    text-align:center;
    width:90%;
    margin-left:auto;
    margin-right:auto;
}

.login-box-one-text{
    margin-bottom:20px;
    height:40px;
    width:100%;
    border:solid 2px rgba(0,0,0,0.1);
    color:#777777;
    color:rgba(0,0,0,0.5);
    padding-left:20px;
}

.login-box-one-pwd{
    margin-bottom:20px;
    height:40px;
    width:100%;
    border:solid 2px rgba(0,0,0,0.1);
    color:#777777;
    color:rgba(0,0,0,0.5);
    padding-left:20px;
}

.login-box-one .forgot-login{
    display:inline-block;
    text-align:center;
    width:100%;
    font-style:normal;
    font-size:10px;
}

.login-box-one .forgot-login a{
    display:inline;
}

.login-box-one .create-account{
    font-size:10px;
    text-align:center;
    display:block;
    margin-top:-90px;
    margin-bottom:100px;
    font-style:normal;
    color:#666666;
}

.login-box-one .create-account a{
    display:inline;
    opacity:0.8;
}

.login-box-two .create-account{
    font-size:10px;
    text-align:center;
    display:block;
    margin-top:-90px;
    margin-bottom:100px;
    font-style:normal;
    color:#666666;
}

.register-box-one input, .register-box-one select{
    margin-bottom:20px;
    height:40px;
    width:100%;
    border:solid 2px rgba(0,0,0,0.1);
    color:#777777;
    color:rgba(0,0,0,0.5);    
    padding-left:20px;
}
.register-box-one input.hir{
    width:49%;
    float: right;
}
.register-box-one input.hil{
    width:49%;
    float: left;
}
.register-box-one input.qir{
    width:24%;
    float: right;
}
.register-box-one input.tqil{
    width:74%;
    float: left;
}

.register-box-one{
    margin-left:auto;
    margin-right:auto;
}

.register-box-one div:first-child{
    background-color:#ececec;
    padding:20px;
    border:solid 1px rgba(0,0,0,0.07);
}

.register-box-one em, .login-box-one em{
    font-style:normal;
}

.register-box-one i, .login-box-one i{
    padding-right:10px;
    padding-left:5px;
}

.green-focus:focus{
    border:solid 2px #27ae60;
    transition:all 500ms ease;
}

.red-focus:focus{
    border:solid 2px #e74c3c;
    transition:all 500ms ease;
}

.blue-focus:focus{
    border:solid 2px #2980b9;
    transition:all 500ms ease;
}



/*////////////////////*/
/*Staff Member Section*/
/*////////////////////*/

.staff-member-image{
    width:120px;
    height:120px;
    margin-left:auto;
    margin-right:auto;
    position:relative;
    cursor:pointer;
    background:transparent url("/images/misc/wood1.jpg") no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    border-radius:50%;
}


.staff-member-image .fa{
    color:#FFFFFF;
    font-size:18px;
    border:solid 2px #FFFFFF;
    width:40px;
    height:40px;
    border-radius:40px;
    text-align:center;
    line-height:40px;
    background-color:rgba(255,255,255,0);
    transition:all 150ms ease;
}

.staff-knowmore{
    position:absolute;
    left: 0; right: 0; top: 0; bottom:0;
    line-height: 120px;
    color: rgba(255,255,255,0);
    background-color:rgba(0,0,0,0.0);
    transition:all 300ms ease;
    border-radius:50%;
    text-align:center;
    font-weight: bold;
    font-size: 14px;
}
.staff-knowmore:hover{
    color: rgba(255,255,255,1);
    background-color:rgba(0,0,0,0.5);
}
.staff-member-name{
    text-align:center;
    margin-top:20px;
    font-weight:700;
    margin-bottom:0;
}

.staff-member-role{
    display:block;
    text-align:center;
    color:#ffffff;
    font-size:15px;
    font-family:'Source Sans Pro', sans-serif;
    margin-bottom:10px;
    margin-top:8px;
}

.staff-member-role a{
    color: #000000;
}
.staff-member-role a:hover{
    color: #e34e47;
}


/* CSS Document */

/*/////////////*/
/*///320-768///*/
/*/////////////*/

.responsive-image{
    width:100%;
    display:block;
}

.smaller-responsive{
    width:70%;
    margin-left:auto;
    margin-right:auto;
    margin-top:30px;
}

.responsive-iframe { 
    position: relative; 
    padding-bottom: 56.25%; 
    padding-top: 30px;
    overflow: hidden; 
    max-width: 100%; 
    height: auto; 
} 

.responsive-iframe iframe, .responsive-iframe object, .responsive-iframe embed { 
    position: absolute; 
    top: 0; 
    left: 0;
    width: 100%; 
    height: 100%; 
}

.full-image{
    min-width:100%;
    display:block;
}



.one-half-responsive img,.one-third-responsive img, .three-forth-responsive img, .one-fifth-responsive img, .one-sixth-responsive img{
    max-width: 100%;
    height: auto;
}
.content .box-960{
    padding: 30px 0 30px 0;    
}
.multfieldline{
    height: 62px;
}
.multfieldline label.error{
    position: absolute;
    bottom: 0;
    right: 0;
}



/*prior*/
.clear{
    clear:both;
}

.last{
    margin-right:0!important;
}

.relative{
    position: relative;
}

.no-bottom{
    margin-bottom:0!important;
}

.no-border{
    border:none!important;
}

.scib{
    display: inline-block;
    width: 48%;
}

.submenu li a, .current .submenu li a, div[class^="theme"] .submenu li a{
    color: #818181;
}

.submenu .one-third-submenu h4 a{
    color:#ffffff!important;
}
.submenu .one-third-submenu .wrap li a{
    color: #555555;
}


.content{
    padding:0;
}
.mobile-element{
    display: none;
}



/*MEDIA QUERIES EXCEPTIONS*/
@media (max-width:320px){
    .center-icon-responsive{
        width:100%;
    }
}
@media (max-width:480px){
    .decoupe{
        width: 480px;
        height: 389px;
    }
    .map-activation strong{
        font-size:16px;
        margin-top:-15px;
    }

    .map-activation em{
        font-size:12px;
    }
} 
@media (max-width:640px){
    .decoupe{
        width: 640px;
        height: 518px;
    }
}             
@media (max-height:600px){
    .hpslider h3,.hpslider h4,.hpslider h5{
        font-size: 15px;
        padding:6px 10px 0 10px;
    }
    .hpslider h3.hs-last,.hpslider h4.hs-last,.hpslider h5.hs-last{
        padding-bottom: 6px;
    }
    .hpslider p a{
        padding:4px 10px 4px 10px;
    }
} 

@media (min-height:400px){
    .hs-img img{
        max-height: 300px;/*260px*/
    }
} 
@media (min-height:600px){
    .hs-img img{
        max-height: 400px;/*360px*/
    }
} 
@media (min-height:800px){
    .hs-img img{
        max-height: 600px;/*550px*/
    }
} 
.pinit{
    position: absolute; top: 10px; left: 10px; z-index: 250000000; opacity: 0.8; display: none;
}
.ctrlsound{
    display: block;
    border-radius: 50%;
    line-height: 34px!important;
    width: 36px;
    height: 36px;
    font-size: 24px!important;
    color: rgba(255,255,255,0.8);
    text-align: center;
    border: 2px solid rgba(255,255,255,0.8);
    position: absolute; 
    top: 20px; 
    right: 20px;
    z-index: 2000;
    cursor: pointer;
}


.contact-box .mb20{
    position: relative
}

.contact-box .mb20 label.error{
    position: absolute;
    right: 0;
    bottom: 0;

}

.font-size-16{
    font-size: 16px;
}
.font-size-20{
    font-size: 20px;
}
.font-size-24{
    font-size: 24px;
}
.font-size-28{
    font-size: 28px;
}
.font-size-32{
    font-size: 32px;
}
.font-size-36{
    font-size: 36px;
}

.color-turqoise{	 color:#16a085; line-height: 1.4;	}
.color-green{  	 	color:#27ae60;	line-height: 1.4;}
.color-blue{   		 color:#2980b9;	line-height: 1.4;}
.color-magenta{	  color:#8e44ad;	line-height: 1.4;}
.color-dark{		 color:#2c3e50;	line-height: 1.4;}
.color-yellow{	   color:#f1c40f;	line-height: 1.4;}
.color-red{		  color:#c0392b;	line-height: 1.4;}
.color-orange{	   color:#e67e22;	line-height: 1.4;}




.resellerSearch2{
    color:#000000;
    font-size: 1.1em;
    position:relative;
}
.resellerSearch2 .agencyDetails2{
    opacity: 1;                
    background: none;                
    padding:0;
    border-bottom: 1px solid #eeeeee;
    display: block;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.resellerSearch2 .agencyDetails2 p{
    margin-bottom: 0;
}
.resellerSearch2 .filters{
    background-color: #ececec;
    padding: 20px;
    border: solid 1px rgba(0,0,0,0.07);
    margin-bottom: 20px;
    text-align: left;
    float: left;
    width: 25%;
}
.resellerSearch2 .list{
    padding-top: 20px;
    float: right;
    width: 60%;
}
.resellerSearch2 .filters label{
    display: block;
}
.resellerSearch2 .filters input,.resellerSearch2 .filters select{
    display: block;
    height: 40px;
    width: 100%;
    border: solid 2px rgba(0,0,0,0.1);
    color: #777777;
    color: rgba(0,0,0,0.5);    
    margin-bottom: 20px;
    text-indent: 20px;
}
.resellerSearch2 .filters input[type=button]{
    border: none!important;
    background-color: #27ae60;
    color: #fff;
    font-weight: bold;    
    margin-bottom: 0;
}
.resellerSearch2.resellerSearch2hp{
    margin-top: -50px;
    padding-left: 70px;
}