/* 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{ width:600px; height:auto; color:#303030;  background:#0d87fb; padding:15px 20px; text-align:center; margin:0 auto;}

.caption_title_line h2 {
	color:#fff;
	padding:0;
	margin:0;
	line-height:29px;
	font-size:21px;
	}
.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; min-height:500px; background:#000;}
.flexslider .slides > li {display: none;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; max-height:100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
.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:54px; height:54px; 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:250px; right:0px;}
.flex-direction-nav li a.prev {background:url(../images/banner/prev.png) no-repeat center;bottom:250px; left:0px;}
.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; width:100%; text-align:center;}
.flex-control-nav li {margin: 0 0 0 8px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-nav li:first-child {margin: 0;}
.flex-control-nav li a {width: 19px; height: 19px; border-radius:50%; display: none; cursor: pointer; text-indent: -9999px; background:#52ad37;}
.flex-control-nav li a:hover {background-position: 0 -13px;}
.flex-control-nav li a.active {cursor: default; background:#96df37; }

/* 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;}
.flexslider {width: 100%; margin:0; padding:0;background:none; min-height:250px;}
.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 { display:none;}
.flex-control-nav li a {
	display:none;
	}
.flexslider .slides img { min-height:250px;}	
}
