/* ============= 
00. Reworks
================ */ 

#homepage h1 {
	font-size:26px;
	padding-bottom: 25px;
}

@media (min-width: 992px) {
	#homepage h1 {
	  font-size:36px;
	  padding-bottom: 20px;
	}
}

.push-down li a strong, .mm-menu li a strong{
    font-family:"NeoSansPro-Bold", arial, sans-serif; font-weight:normal;
}
.greenPhone strong{
    font-family:"NeoSansPro-Bold", arial, sans-serif; font-weight:normal;
}
.lightGreen, .lightGreen a{
    color:#73B62B!important;
}
#bar-header-menu #search-trigger i.fa-search {
    padding-left:3px;
    font-size:24px;
}
#bar-header-menu #search-trigger.active i.fa-search:before {
    content:"\f00d";
}

/* 3 teaser homepage */

#teaser-home-wrapper article {
    margin-left:0; margin-right:0;
}
#teaser-home-wrapper, #teaser-home-wrapper article > div {
    padding-left:0; padding-right:0;
}

.teaser-home-element {
    position:relative;
    padding:0; 
}
.teaser-home-element:after {
    content:"";
    position:absolute; bottom:0; right:0;
    width:100%; height:1px;
    background-color:#FFFFFF; 
}
.teaser-home-element:last-child:after {
    content:none; 
}
.teaser-home-layer {
    position:absolute; top:0; left:0;
    width:100%; height:100%; 
    background:rgba(8, 70, 110, 0.4);
    -webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out;
}
.teaser-home-element:hover .teaser-home-layer {
    background:rgba(8, 70, 110, 0.8);
}
.teaser-home-text {
    position:absolute; bottom:0; left:0;
    width:100%;
    padding:30px;
    text-align:center; 
    z-index:2;
}
.teaser-home-text-logo {
    display:inline-block; float:none;  
    width:260px;
    padding:15px 0; margin-bottom:15px;
    border-top:1px solid #AFC4D1; border-bottom:1px solid #AFC4D1;
}
.teaser-home-element .teaser-home-text-logo i {
    font-size:38px; color:#FFFFFF;
}
#homepage .teaser-home-text-logo h3 {
    padding:0; margin-top:-10px; 
    font-size:32px; color:#FFFFFF; line-height:26px;
}
#homepage .teaser-home-element:first-child .teaser-home-text-logo h3 {
    font-family:"NeoSansPro-Bold",arial,sans-serif;
}
#homepage .teaser-home-text-logo h3 span {
    font-size:14px; font-family:"NeoSansPro-Regular",arial,sans-serif;
}
#homepage .teaser-home-element .teaser-home-text h4, #homepage .teaser-home-element .teaser-home-text p {
    color:#FFFFFF; text-align:center; 
}
#homepage .teaser-home-element .teaser-home-text h4 {
    display:none;
    padding:0; margin-bottom:10px;
    font-size:24px!important; line-height:28px!important;
}
#homepage .teaser-home-element .teaser-home-text p {
    margin:0 0 8px 0;
    font-size:18px; line-height:24px;
}
#homepage .teaser-home-element .teaser-home-text p span {
    font-size:36px;
}
#homepage .teaser-home-element .teaser-home-text p span .decimal {
    font-size:24px;
}
#homepage .teaser-home-element .teaser-home-text .btn {
    display:inline-block; float:none;
    color:#01ADEF; text-transform:uppercase; 
    background-color:#FFFFFF;
    -webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out;
}
#homepage .teaser-home-element:hover .teaser-home-text .btn {
    color:#FFFFFF;
    background-color:#66CBFF;
}

/* banner info phone */
.greenPhone .valueNumber{
    font-size:22px; line-height:22px;
}
.product-focus{
    margin-bottom:-40px;
    overflow:hidden!important;
    background-color:transparent; background-repeat:no-repeat; background-position:-40px bottom; background-size:605px 125px;
}
.greenPhone{
    height:121px;
    text-align:center;
}
.product-focus .cta span.roundedInfoBox{
    display:inline-block; position:absolute; bottom:-105px; left:63%;
    width:141px; height:141px;
    border-radius:50%; margin-left:-50px;
    
   /* use to edit and share this gradient: http://colorzilla.com/gradient-editor/#368616+7,368616+7,5d9e44+24 */
    background: #368616; /* Old browsers */
    background: -moz-linear-gradient(top,  #368616 7%, #368616 7%, #5d9e44 24%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #368616 7%,#368616 7%,#5d9e44 24%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #368616 7%,#368616 7%,#5d9e44 24%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#368616', endColorstr='#5d9e44',GradientType=0 ); /* IE6-9 */

}
.greenPhone .titleNumber, .greenPhone .valueNumber{
    margin-left:120px;
}
.greenPhone .titleNumber{
    font-size:15px; line-height:18px;
}

.product-focus .cta span.roundedInfoBox i{
    position:relative; top:-10px;
    color:#FFFFFF; font-size:24px;
}

.offer-main-box .offer-text-box > div{
    padding:26px 33px;
}
.btn-action, .component .btn.btn-action{
    background-color:#FF8A00;
    color:#FFFFFF;
    min-width:200px;
}
.btn-action:hover, .component .btn.btn-action:hover{
    background-color:#FFB966;
    color:#FFFFFF;
}
.btn.btn-action{
    font-size:18px;
}
.offer-price-box > div{
    height:100%;
    background-color:#FFFFFF;
    padding-top:40px; padding-bottom:0;
}
.offer-price-box .price{
    line-height:48px;
}

/* page header */

#main-container.page-with-header {
    padding-top:119px;
}

.header-section {
    height:200px;
    background-position:top center; background-repeat:no-repeat; 
}
.header-section-wrapper {
    position:relative;
    height:200px;
}
/*
.header-section#header-offer {
    background-image: url('../img/offer/header-offer-xs.jpg');
}
*/
.header-logo {
    position:absolute; top:50%; right:15px; 
    width:200px; height:56px;
    margin-top:-28px; padding:0;
}
.header-logo img {
    display:block; float:left;
    width:200px; height:56px;
    margin:0;
}

/* promotion box */

.promotion-box {
    margin-top:40px;
}
.promotion-box .promotion-box-img, .promotion-box .promotion-box-text {
    float:left; 
}
.promotion-box .promotion-box-img {
    width:100%;
    margin-bottom:15px; margin-right:0%;
}
.promotion-box .promotion-box-text {
    width:100%;
}

/* note box */

.note-box p {
    line-height:18px;
}

/* padding/margin */

.no-padding-top{
    padding-top:0!important;
}
.padding-3{
	padding:3px;
}
.v-margin-top-25{
	margin-top:25px!important;
}
.v-margin-bottom-25{
	margin-bottom:25px!important;
}
@media only screen and (min-width:480px){
    .product-focus .cta span.roundedInfoBox{
        display:inline-block; position:absolute; bottom:-105px; left:58%;
    }
    .greenPhone .valueNumber{
        font-size:36px; line-height:36px;
    }
    .greenPhone .titleNumber{
        font-size:16px; line-height:20px;
    }
    .teaser-home-text-logo {
        width:280px;
    }
    #homepage .teaser-home-text-logo h3 {
        font-size:36px;
    }
    
    .promotion-box .promotion-box-img {
        width:30%;
        margin-bottom:0; margin-right:5%;
    }
    .promotion-box .promotion-box-text {
        width:65%;
    }

}
@media (min-width: 620px) {
    
    #homepage .teaser-home-element .teaser-home-text h4 {
        display:block; 
    }
}
@media only screen and (min-width:767px){
    .product-focus .cta span.roundedInfoBox i{
        top:5px;
    }
    .teaser-home-element:after {
        top:0;
        width:1px; height:100%;
    }
    .teaser-home-element:first-child:after {
        bottom:0; top:inherit;
        width:100%; height:1px;
    }
    
    .promotion-box .promotion-box-img {
        width:20%;
    }
    .promotion-box .promotion-box-text {
        width:75%;
    }
    #main-container.page-with-header {
        padding-top:96px;
    }
    .header-section, .header-section-wrapper {
        height:280px;
    }
	/*
	.header-section#header-offer {
        background-image: url('../img/offer/header-offer-sm.jpg');
    }
    */
    .header-logo {
        width:295px; height:82px;
        margin-top:-41px;
    }
    .header-logo img {
        width:295px; height:82px;
    }
}

@media only screen and (min-width:992px){
    
    #main-menu-desktop > ul > li > a {
        padding:0px 13px;
        font-size:16px;
    }
    #search-wrapper {
        width:250px;
    }
    #search-wrapper input.form-control:focus {
        background-color:#E6E6E6;
        border:1px solid #CCCCCC;
        -webkit-box-shadow:none; box-shadow:none;
    }
    .push-down li a strong{
        color:#0065AD;
    }
    .push-down.cols3 > ul > li{
        width:33%;
    }
    #toolbar-menu.list-inline>li{
        width:44px;
        float:left;
        border-right:1px solid #CCCCCC;
    }
    #toolbar-menu.list-inline>li#shopping-cart{
        border-left:1px solid #CCCCCC;
    }
    #toolbar-menu{
        float:right;
        width:95px;
    }
    #search-wrapper{
        position:absolute; top:43px; right:23px; opacity:1; 
        padding-right:8px;
        background-color:#FFFFFF;
    }
    .product-focus .cta span.roundedInfoBox{
        left:50%;
    }
    .product-focus{
        background-position:center center; background-size:731px 151px;
    }
    .greenPhone .valueNumber{
        font-size:48px; line-height:48px;
    }
    .greenPhone .titleNumber{
        font-size:18px; line-height:22px;
    }
    .greenPhone .titleNumber, .greenPhone .valueNumber{
        margin-left:0;
    }
    .teaser-home-element:first-child:after {
        top:0;
        width:1px; height:100%;
    }
    .teaser-home-text-logo {
        width:240px;
    }
    #homepage .teaser-home-text-logo h3 {
        font-size:28px;
    }
    #homepage .teaser-home-element .teaser-home-text h4 {
        font-size:18px!important;
    }
    #homepage .teaser-home-element .teaser-home-text p {
        font-size:14px;
    }
    
    .promotion-box .promotion-box-img {
        width:30%;
    }
    .promotion-box .promotion-box-text {
        width:65%;
    }
    .header-section, .header-section-wrapper {
        height:354px;
    }
    /*
    .header-section#header-offer {
        background-image: url('../img/offer/header-offer-md.jpg');
    }
    */
    .header-logo {
        width:375px;  height:140px;
        margin-top:-70px; padding:0 40px;
        border-top:1px solid #FFFFFF; border-bottom:1px solid #FFFFFF; 
    }
    .header-logo img {
        margin:29px 0;
    }
}

@media only screen and (min-width:1120px){
    
    #main-menu-desktop > ul > li > a {
        padding:0px 15px;
        font-size:18px;
    }
}

@media only screen and (min-width:1350px){
    
    .teaser-home-text-logo {
        width:280px;
    }
    #homepage .teaser-home-text-logo h3 {
        font-size:36px;
    }
    #homepage .teaser-home-element .teaser-home-text h4 {
        font-size:24px!important;
    }
    #homepage .teaser-home-element .teaser-home-text p {
        font-size:18px;
    }
    /*
    .header-section#header-offer {
        background-image: url('../img/offer/header-offer.jpg');
    }
    */
}