/* Slider
http://www.freshdesignweb.com/fashion-responsive-slider-tutorial.html
*/
/* Slider
/*-----------------------------------------------------------------------------------*/
.slider_container{ width:920px; margin:auto; clear:both; background:url(images/shadow_top.png) no-repeat top center; padding:30px 0 0 0;}
.flex-caption{ position: absolute; left:110px; top:93px; float:left; z-index:3;}
.caption_title_line{ width:auto; height:75px; padding:5px 15px 10px 15px;background:url(images/slider_caption_bg.png) repeat;color: #303030;}
.flex-caption h2{width:155px; margin-bottom:3px; margin-left:46px; text-align:center; color:#fff; background-color:#f65454; height:24px;  font-size:22px; font-weight:lighter; padding:4px 0 6px 6px; text-transform:uppercase; font-family: 'proxima_novablack';}
.flex-caption h3{width:334px; margin-bottom:3px; margin-left:46px; text-align:center; color:#fff; background-color:#f65454; height:24px;  font-size:22px; font-weight:lighter; padding:4px 0 6px 6px; text-transform:uppercase; font-family: 'proxima_novablack';}

.flex-caption p{
	
	
}
.text4{
	font-size:28px;
	font-family: 'proxima_novablack';
	text-transform:uppercase;
	height:33px;
	width:351px !important;
	color:#fff;
	background-color:#333333 !important;
	padding:5px 6px 4px 0;
	text-align:center;
	margin-left:46px;
	font-weight:lighter;
}
.text3{
	width:377px;
	height:36px  !important;
	color:#fff;
	background-color:#f65454 !important;
	float:left;
	padding:4px !important;
	margin-left:45px;
	font-size:30px !important;
	margin-top:3px;
	font-family: 'proxima_novablack';
	text-align:center;
	font-weight:lighter;
	text-transform:uppercase;
	font-weight:lighter;
}
.text1{
	font-size:28px;
	font-family: 'proxima_novablack';
	text-transform:uppercase;
	height:33px;
	width:187px  !important;
	color:#fff;
	background-color:#333333 !important;
	padding:5px 6px 4px 0;
	text-align:center;
	margin-left:46px;
	
}
.text2{
	width:167px;
	height:36px  !important;
	color:#fff;
	background-color:#f65454 !important;
	float:left;
	padding:4px 52px 9px 15px !important;
	margin-left:45px;
	font-size:30px !important;
	margin-top:3px;
	font-family: 'proxima_novablack';
	text-align:center;
	font-weight:lighter;
	text-transform:uppercase;
}
.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: 1000px margin: 0; padding: 0 0 10px 0;background:url(images/shadow_bottom.png) no-repeat center bottom;}
.flexslider .slides > li {display: none;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {max-width: 100%; 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:43px; height:107px; margin:0; display: block; position: absolute;  cursor: pointer; text-indent: -9999px;}
.flex-direction-nav li a.next {background:url(../img/banner_img/next.png) no-repeat center; bottom:214px; float:right; right:24px;}
.flex-direction-nav li a.prev {background:url(../img/banner_img/prev.png) no-repeat center;bottom:224px; left:46px;}

#inner_banner .flex-direction-nav li a.next {background:url(../img/banner_img/next.png) no-repeat center; bottom:130px; float:right; right:24px;}
#inner_banner .flex-direction-nav li a.prev {background:url(../img/banner_img/prev.png) no-repeat center;bottom:130px; left:46px;}

/*.flex-direction-nav li a.next:hover {background:url(../img/banner_img/next.png) no-repeat center;}
.flex-direction-nav li a.prev:hover {background:url(../img/banner_img/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;  text-align: center;}
.flex-control-nav li {margin: 0 0 0 5px; display: inline-block; zoom: 1; *display: inline;}
.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 (max-width: 1000px) {
.slider_container{ width:90%; margin:0 0 0 2%; 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(../img/banner_img/next.png) no-repeat center; bottom:85px;}
.flex-direction-nav li a.prev {background:url(../img/banner_img/prev.png) no-repeat center;bottom:40px;}

#inner_banner .flex-direction-nav li a.next {background:url(../img/banner_img/next.png) no-repeat center; bottom:126px;}
#inner_banner .flex-direction-nav li a.prev {background:url(../img/banner_img/prev.png) no-repeat center;bottom:40px;}

.flex-caption { display:none;}
}
