/* Slider
http://www.freshdesignweb.com/fashion-responsive-slider-tutorial.html
*/
/* Slider
/*-----------------------------------------------------------------------------------*/
.slider_container{ width:100%; margin:auto; clear:both; padding:0 0px; height: 80vh; overflow:hidden;}
.flex-caption{ position: absolute; bottom:15%; left:5%;}
.caption_title_line{ width:100%; color:#303030;  padding:30px 30px; }


.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 { 
    margin: 0;
    padding: 0;
    }
.flexslider .slides > li {display: none;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; height: 80vh; display: block; }
.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:50px; margin:0; position: absolute;  cursor: pointer; text-indent: -9999px;}
.flex-direction-nav li a.next {background:url(../images/banner/next.png) no-repeat center; bottom:40vh; right:0px;}
.flex-direction-nav li a.prev {background:url(../images/banner/prev.png) no-repeat center;bottom:40vh; left:0px;}
.flex-direction-nav li a.next:hover {background:url(../images/banner/next_h.png) no-repeat center;}
.flex-direction-nav li a.prev:hover {background:url(../images/banner/prev_h.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:250px;text-align: center; display:block; right:2%;}
.flex-control-nav li {margin: 0 0 0 5px; display: contents; zoom: 1; }
.flex-control-nav li:first-child {margin: 0;}
.flex-control-nav li a {width: 15px; height: 15px; display: block; cursor: pointer; text-indent: -9999px; background:#fff; border-radius:15px; margin:10px 0 0 0;}
.flex-control-nav li a:hover {background-position: 0 -13px;}
.flex-control-nav li a.active {cursor: default; background:#a554eb; }

/* Media Queries
/*-----------------------------------------------------------------------------------*/
@media only screen and (min-width:768px) and (max-width:991px)
{
.flex-caption{ position: absolute; bottom:135px; left:13%;}
.flexslider {width: 100%; margin:0; padding:0;background:none; min-height:250px;}
}
@media screen and (max-width: 767px) {
	
.slider_container{ width:100%; margin:0; clear:both; background:none; padding:0; height: 32vh;}
.flexslider {width: 100%; margin:0; padding:0;background:none; min-height:200px; }
.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; display:none;}
.flex-direction-nav li a.prev {background:url(images/prev.png) no-repeat center;bottom:40px; display:none;}
.flex-caption { position: absolute; display: none;
    bottom: 25px;
    left: 21%;}
	.caption_title_line {
    width: 100%;
	height:150px;
    padding: 10px 5px;
}
.flex-control-nav li a {
	display:none;
	}
.flexslider .slides img { height: 32vh;}	
}
