/* Slider
http://www.freshdesignweb.com/fashion-responsive-slider-tutorial.html
*/
/* Slider
/*-----------------------------------------------------------------------------------*/
.slider_container{ width:100%; clear:both;  position:absolute;   height:350px;top:110px; border:0px;
                   /*background:radial-gradient(black 15%, transparent 16%) 0 0,
radial-gradient(black 75%, transparent 75%) 8px 8px,
radial-gradient(rgba(255,255,255,.1) 15%, transparent 20%) 0 1px,
radial-gradient(rgba(255,255,255,.1) 15%, transparent 20%) 8px 9px;
background-color:#282828;
background-size:3px 3px;*/
                   

}
.flex-caption{
    position:relative; width:700px; margin:0px auto;top:-400px;z-index:10000;/*left:150px;*/ text-align:center;
    box-sizing: border-box;
               
              /*background:url(../img/flex_caption_bg1.png) no-repeat;*/

}
.caption_title_line{ width:700px; height:285px;top:0px; padding:5px 15px 10px 15px;/*background:url(../images/slider_caption_bg.png) no-repeat;*/}

.caption_title_line .heading {
    position:relative;
	-webkit-backface-visibility:hidden;
	-moz-backface-visibility:hidden;
	backface-visibility:hidden;	
	font-weight:400;
	font-size:40px;
	line-height:80px;
	letter-spacing:-.03125em;
	padding-bottom:0px;
	top:0px;
    color:#e5e5e5;
    text-shadow: 2px 2px #343434;
    font-family: "Arial Narrow", Arial, Helvetica, sans-serif;    
    background: rgba(0,152, 70, .5);
    border-radius:5px;
    
}

.caption_title_line .heading .small {
	letter-spacing:0;
	font-family:"Ubuntu Light";
	font-size:33px;
	line-height:40px;
	color:inherit;
	margin-top:1px;
	margin-bottom:8px
}


.caption_title_line .small {
    letter-spacing: 0;
    font-family: "Ubuntu Light";
    font-size: 33px;
    line-height: 40px;
    color: inherit;
    margin-top: 1px;
    margin-bottom: 8px;
    font-weight: normal;
    box-sizing: border-box;
}
.caption_title_line .heading span {
    display: block;
}
.caption_title_line .spot-text {
    position:relative;
    font-size: 14px;
    line-height: 27px;
    top:0px; 
  
    box-sizing: border-box;
    /*visibility: hidden;*/
    font-family: Arial,sans-serif;
    color: #fff;
    width:700px;
    background: rgba(40,40, 40, .5);
    border-radius:5px;
}

.flex-container a:active,
.flexslider a:active {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;right:0px;} 

/* FlexSlider Necessary Styles
*********************************/ 
.flexslider {width: 1050px; margin: 0 auto;  }
.flexslider .slides > li {display: none;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
    position: absolute;
    margin: 0px;
    opacity: 0;
    left: 0px;
    top: 0px;
    width: 533px;
    height: 446px;
    right: auto;
    bottom: auto;
    /*background-image: url(images/s1.png);*/
    background-color: rgba(0, 0, 0, 0);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: 0px 0px;
    transform-style: preserve-3d;
    transform: translate(-566px, 0px) translateZ(0px) rotate(0deg) scale(1, 1);
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
.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;  cursor: pointer; text-indent: -9999px; z-index:15000;}
.flex-direction-nav li a.next {background:url(../images/next.png) no-repeat center; top:243px;right:0px;}
.flex-direction-nav li a.prev {background:url(../images/prev.png) no-repeat center;top:243px;}
.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: 1050px; position: absolute; bottom: 0px; text-align: center;z-index:15000;}
.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 (max-width: 1000px) {
.slider_container{ width:100%; margin:0 0 0 2%; clear:both; background:none; }
.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:85px;}
.flex-direction-nav li a.prev {background:url(images/prev.png) no-repeat center;bottom:40px;}
.flex-caption { display:none;}
}
