
/* --- Home Slide Show --- */
#main{ padding-top: 0; }
body.loaded .carousel-inner>.item.active .slide-background{ opacity: 1; }
#home-slide-show .slide-background{ border-radius: 4px; }
#home-slide-show{ margin-bottom: 3rem; }
#home-slide-show .carousel-inner li .slide-background{ height: 330px; }
#home-slide-show .slide-foreground .slide-heading{
    
    font-weight: 700;
    color: #fff;
    margin-top: 0;
    font-family: 'Roboto Condensed';
    text-shadow: 2px 2px 0 #21236F;
}
#home-slide-show .price-promo small,
#home-slide-show .price-promo strong{

    font-weight: 200;
    color: #fff;
}
#home-slide-show .price-promo small{ 

    font-size: 1.8rem; 
    display: block;
}
#home-slide-show .price-promo strong{ font-size: 3.6rem; }
#home-slide-show .slide-text{

    font-size: 2rem;
    margin-top: 3rem;
    margin-bottom: 3rem;
    line-height: 1;
    width: 50%;

}
.btn.btn-slideshow{
    
    font-size: 1.8rem;
    padding: 10px 40px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.25);
    border-color: #639309;
}
.btn-slideshow:hover{ background: #fff; }

#featured-brands{ margin-top: 5rem; }
#featured-brands p{ margin-top: 4rem; margin-bottom: 2rem; }
#featured-brands li{ 
    
    line-height: 100px;
    padding: 0 9px;
}
#featured-brands li:first-child{ padding-left: 0; }
#featured-brands li:last-child{ padding-right: 0; }

#slide-ads a{ 

    margin-bottom: 2px;
    display: inline-block;
}

@media (min-width: 1300px){
    
    #home-slide-show .price-promo{ margin-top: 3rem; }
    .btn-slideshow{ margin-top: 0.5rem; }
}

@media (max-width: 1299px){

    .price-promo{ margin: 2.4rem 0 1.2rem 0; }
}

@media (min-width: 992px){
    
    .slide-foreground{
        
        position: absolute;
        top: 0;
        width: 100%;
    }
    .slide-foreground .slide-content{

        position: absolute;
        top: 3rem;
        left:3rem;
        width: 50%;    
    }
}

@media (max-width: 991px){
    
    #home-slide-show-container{ margin-bottom: 2rem; }
 #home-slide-show .carousel-inner li .slide-background {
    height: 260px;
}
#home-slide-show .slide-text{ width: 100%;}
}

@media (min-width: 768px){

    .slide-foreground .slide-heading{ 
        
        font-size: 4.5rem;
    line-height: 1;
    }
}

@media (max-width: 767px){
   
}