/* Slider
http://www.freshdesignweb.com/fashion-responsive-slider-tutorial.html
*/
/* Slider
/*-----------------------------------------------------------------------------------*/
.slider_container{ width:100%; margin:auto; clear:both; padding:0; }
.flex-caption{ position: absolute; bottom:250px; width:100%}
.caption_title_line{ padding:0; margin:0 auto; text-align:center;}
.flex-caption h2{
    color: #fff;
    font-size:46px;
    top: 70px;
    z-index: 10;
    text-shadow: 1px 1px 3px rgb(0 0 0 / 45%);
    font-weight: 600;
	padding:10px 20px 10px 0px;
    margin: 0;
	}

.caption_title_line a {
    color: #000;
    background: #fff;
    box-shadow: 1px 1px 1px #000;
    border-radius: 25px;
    padding: 10px 40px;
    font-size: 17px;
    font-weight: 600;
}    
.disco {
    margin-top: 20px;
}
.flex-container a:active,
.flexslider a:active {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;} 

/* FlexSlider Necessary Styles
*********************************/ 
.flexslider {width: 100%; margin: 0; padding: 0; height:95vh; min-height:225px;}
.flexslider .slides > li {display: none;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; height:95vh; display: block; min-height:225px;}
.flex-pauseplay span {text-transform: capitalize;}
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .slides {display: block;} 
* html .slides {height: 1%;}
.no-js .slides > li:first-child {display: block;}
.flexslider {position: relative; zoom: 1;}
.flexslider .slides {zoom: 1;}
.flexslider .slides > li {position: relative;}
.flex-container {zoom: 1; position: relative;}

/* Direction Nav */
.flex-direction-nav li a {width:50px; height:53px; margin:0; display: block; position: absolute;  cursor: pointer; text-indent: -9999px;}
.flex-direction-nav li a.next {background:url(../images/banner/next.png) no-repeat center; bottom:40%; right:7%;}
.flex-direction-nav li a.prev {background:url(../images/banner/prev.png) no-repeat center;bottom:40%; left:7%;}
.flex-direction-nav li a.next:hover {background:url(../images/banner/next_a.png) no-repeat center;}
.flex-direction-nav li a.prev:hover {background:url(../images/banner/prev_a.png) no-repeat center;}
.flex-direction-nav li a.disabled {opacity: .3; filter:alpha(opacity=30); cursor: default;}

/* Control Nav */
.flex-control-nav {position: absolute; bottom:50px; text-align:center; left:50px; display:none;}
.flex-control-nav li {margin: 0 0 0 5px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-nav li:first-child {margin: 0;}
.flex-control-nav li a {width: 17px;
    height: 17px;
    display: block;
    cursor: pointer;
    text-indent: -9999px;
    background: none;
    border: 2px solid #fff;
    border-radius: 50%;
    background: #000;}
.flex-control-nav li a:hover {background-position: 0 -13px;}
.flex-control-nav li a.active {cursor: default; background:#f79730; }

/* Media Queries
/*-----------------------------------------------------------------------------------*/

@media only screen and (min-width:768px) and (max-width:991px)
{

.flex-caption {
    position: absolute;
    bottom: 60px;
    width: 100%;
}

}

@media screen and (max-width: 767px) {
.slider_container{ width:100%; margin: 0 0 0 0; clear:both; background:none; padding:0;}
.flexslider {width: 100%; margin:0; padding:0;background:none; height:30vh; margin-top:0px;}
.flexslider .slides img {width: 100%; height:30vh;}
.flex-direction-nav li a {width:45px; height:42px; margin:0; display: block; position: absolute; right:-10px; cursor: pointer; text-indent: -9999px;}
.flex-direction-nav li a.next {background:url(images/next.png) no-repeat center; bottom:85px;}
.flex-direction-nav li a.prev {background:url(images/prev.png) no-repeat center;bottom:40px;}
.flex-caption {
    bottom: 65px;
	
    float: left;
  }
 .flex-caption h2 {
	 font-size:17px;
	 padding:4px 0;
	 } 
.caption_title_line p {
    font-size: 31px;
    font-weight: 400;
}	
.disco {
    margin-top: 20px;
    display: none;
} 
.flex-control-nav li a {
	display:none;
	}
.caption_title_line {
    width: 100%;
}	
.flex-caption ul li {
	font-size:18px;
	padding:3px 0;
	}
}
