@charset "utf-8";

div#mocktail_slider_wrap {
	position:relative;
    height: 360px;    
    }
div#mocktail_slider_bg {
    height: 100%;
    width: 100%;
    position:absolute;
    z-index:0;
}
div#mocktail_slider_container {
	position:relative;
    height: 360px;
    z-index:999;
}

ul#jcycleslider > li {
	position:relative; 
    display:block; 
    background-image:none;
    padding-left:0 !important;
}
ul#jcycleslider li div.slide_component2, 
ul#jcycleslider li div.slide_component3 {
	position:absolute;
    top:0;
    left:0;
}
ul#jcycleslider > li { 
	margin-left:0;
}

ul#jcycleslider, ul#jcycleslider>li, .slide_component1, .slide_component2, .slide_component3, ul#jcycleslider>li img {width:100% !important;}

ul#jcycleslider {
	height:100%;
}

@media only screen and (min-width: 960px) {

    ul#jcycleslider>li .slide_component3 {
    	font-size:1em;
        }
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
	div#mocktail_slider_container, div#mocktail_slider_wrap {
     	height: 288px   
    }
   

    ul#jcycleslider>li .slide_component3 {
    	font-size:0.95em;
        }
    
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
	div#mocktail_slider_container, div#mocktail_slider_wrap {
     	height: 180px       
    }


    ul#jcycleslider>li .slide_component3 {
    	font-size:0.7em;
        }       
    
}

@media only screen and (max-width: 479px) {
	div#mocktail_slider_container, div#mocktail_slider_wrap {
     	height: 120px       
    }

    
     ul#jcycleslider>li .slide_component3 {
    	font-size:0.5em;
        }   
}


