/* Slider
http://www.freshdesignweb.com/fashion-responsive-slider-tutorial.html
*/
/* Slider
/*-----------------------------------------------------------------------------------*/
.slider_container{ width:1200px; height:auto; margin:auto; padding-top: 50px; clear:both; background:url(images/shadow_top.png) no-repeat top center; padding:10px 0 0 0;}
.flex-caption{ position: absolute; right:11px; bottom:20px;}
.caption_title_line{ width:280px; height:75px; padding:5px 15px 10px 15px;background:rgba(255,255,255,0.7); margin-right:50px;}
.flex-caption h2{ color:#303030;font-size:24px; padding:5px 0 5px 0; margin:0px; font-family:'Open Sans', sans-serif;}

.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; margin-top: 25px; padding: 0 0 30px 0;background:url(images/shadow_bottom.png) no-repeat center bottom;}
.flexslider .slides > li {display: none;} 
.flexslider .slides img {max-width: 100%; display: block; border:3px #ededed solid;}
.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:45px; height:42px; margin:0; display: block; position: absolute; right:11px; cursor: pointer; text-indent: -9999px;}
.flex-direction-nav li a.next {background:url(images/next.png) no-repeat center; bottom:180px; right:15px;}
.flex-direction-nav li a.prev {background:url(images/prev.png) no-repeat center;bottom:141px; right:15px;}
.flex-direction-nav li a.next:hover {background:url(../images/next_a.png) no-repeat center;}
.flex-direction-nav li a.prev:hover {background:url(../images/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 {width: 100%; position: absolute; bottom: -30px; text-align: center;}
.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: 13px; height: 13px; display: block; cursor: pointer; text-indent: -9999px;}
.flex-control-nav li a:hover {background-position: 0 -13px;}
.flex-control-nav li a.active {background-position: 0 -26px; cursor: default;}

/* Media Queries
/*-----------------------------------------------------------------------------------*/

@media screen and (min-width: 1600px) and (max-width: 2560px) {
.slider_container{ width:auto; margin:auto; clear:both; background:none; padding:30px 0 0 0;}
.flexslider {width: 100%; margin: 0; padding:0 0 30px 0;background:none;}
.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:98px;}
.flex-direction-nav li a.prev {background:url(../images/prev.png) no-repeat center;bottom:50px;}
.flex-caption { display:inherit;}
}

@media screen and (min-width:320px) and (max-width:479px) {
.flex-direction-nav li a.next {display:none;}
.flex-direction-nav li a.prev {display:none;}
.caption_title_line {display:none;}
.slider_container {padding:5px 0 0 0;}

}

@media screen and (min-width:480px) and (max-width:599px) {
.flex-direction-nav li a.next {display:none;}
.flex-direction-nav li a.prev {display:none;}
.caption_title_line {display:none;}
.slider_container {padding:7px 0 0 0;}

	
}

@media screen and (min-width:600px) and (max-width:799px) {
.slider_container {padding:7px 0 0 0;}

}

@media screen and (min-width:800px) and (max-width:959px) {
.slider_container {padding:7px 0 0 0;}
}

@media screen and (min-width:960px) and (max-width:1023px) {
.slider_container {padding:7px 0 0 0;}
.flex-direction-nav li a.next {background:url(../images/next.png) no-repeat center; bottom:98px;}
.flex-direction-nav li a.prev {background:url(../images/prev.png) no-repeat center;bottom:50px;}
}

@media screen and (min-width:1024px) and (max-width:1199px) {
.slider_container {padding:7px 0 0 0;}
.flex-direction-nav li a.next {background:url(../images/next.png) no-repeat center; bottom:98px;}
.flex-direction-nav li a.prev {background:url(../images/prev.png) no-repeat center;bottom:50px;}
}

@media screen and (min-width:1200px) and (max-width:1599px) {
.slider_container {width:100%; padding:7px 0 0 0;}
.flex-direction-nav li a.next {background:url(../images/next.png) no-repeat center; bottom:98px;}
.flex-direction-nav li a.prev {background:url(../images/prev.png) no-repeat center;bottom:50px;}
}