/* Banner
--------------------------------------------------------- */

.banner {
            display: none;
    position: relative;
    width: 100%;
    overflow: auto;
    margin:0px 0px 50px 0px;
    padding:0px;

    border: 0px solid #FFF;
    min-height: 480px;
            

}





.banner ul {
    list-style: none;
    margin:0px;
    padding:0px;

}
     

.banner li { 
    list-style: none;         
    margin:0px;            
    padding:0px;
}
        

.banner ul li { 
    float: left;
    min-height: 480px;
    width: 100%;
    display:block; 
    margin:0px;            
    padding:0px;

background-repeat:no-repeat;
background-size:100% auto;
}



        
        
/* Dots navigation
--------------------------------------------------------- */

.banner .dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0px;
}

.banner .dots li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 4px;
    text-indent: -999em;
    border: 2px solid #fff;
    border-radius: 6px;
    cursor: pointer;

    background: #fff;
}

.banner .dots li.active {
    background: #c31343;
        border: 2px solid #c31343;
    opacity: 1;
}      
                        
        


/* Slide
--------------------------------------------------------- */

.banner-slide{


float:right;
max-height: 130px;
max-width: 500px;
    background: #362f2d;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; /* IE8 */
    filter: alpha(opacity=60); /*IE7 und kleiner*/    
    opacity: .9;
    text-align: left;
    padding: 10px;
    margin: 330px 15px 0px 15px;
    

}            
                        
                        
.banner-title{
    font-size: 16px;
    font-weight: 700;
    color: #FFF;
    margin: 0px 0px 5px 0px;
}
       

.banner-body{
    font-size: 13px;
    color: #FFF;
}            
                        
                        
                        
                        
                        
                        
                        
                        



@media only screen and (min-width: 992px) {
    
    .banner{
        display: block;
    }
    
.banner,.banner ul li {
    min-height: 400px;}    
    
.banner-slide{
        margin: 230px 15px 0px 15px;
}
    
}


@media only screen and (min-width: 1200px) {
    
    
    
.banner,.banner ul li {
    min-height: 480px;}

.banner-slide{
        margin: 330px 15px 0px 15px;
}
}