/* Slider
http://www.freshdesignweb.com/fashion-responsive-slider-tutorial.html
*/
/* Slider
/*-----------------------------------------------------------------------------------*/
.slider_container{ width:920px; margin:auto; clear:both; padding:30px 0 0 0;}
.flex-caption{ position: absolute; top:207px; float:left; z-index:3; width: 100%;}
.caption_title_line{ width:auto; height:75px; padding:5px 15px 10px 15px; color: #303030;}
.flex-caption h2{width:620px; margin:0 auto; text-align:center; color:#fff; font-size:36px; font-weight:normal; padding:0px 0px 0px 0px; text-transform:uppercase; font-family: 'GraublauWeb-bold',Arial,sans-serif;}
.flex-caption p{}
.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; position: relative; z-index:9; outline: none;} 

/* FlexSlider Necessary Styles
*********************************/ 
.flexslider {width: 100%; padding: 0 0 0 0;}
.flexslider .slides > li {display: none;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {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 { margin:0; display: block; position: absolute;  cursor: pointer; text-indent: -9999px; outline: none;}
.flex-direction-nav li a.next {width:17px; height:60px; background:url(../img/icons/ban_arw.png) no-repeat -18px,0; bottom:250px; float:right; right:33px; outline: none;}
.flex-direction-nav li a.prev {width:17px; height:60px; background:url(../img/icons/ban_arw.png) no-repeat 0,0; bottom:250px; left:33px;}
/*.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; 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 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/icons/ban_arw.png) no-repeat 0,0; bottom:85px;}
.flex-direction-nav li a.prev {background:url(../img/icons/ban_arw.png) no-repeat 0,0;bottom:40px;}
.flex-caption { display:none;}
}
