/*
 * jQuery FlexSlider v1.8
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */

/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* FlexSlider Necessary Styles
*********************************/
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden; list-style-type:none; padding:0; margin:0;} /* 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;}
.flexslider-container { position:relative;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}


/* FlexSlider Default Theme
*********************************/
.flexslider {background:#000;  position: relative; zoom: 1;}
.flexslider .slides {zoom: 1;}
.flexslider .slides > li {position: relative;}
/* Suggested container for "Slide" animation setups. Can replace this with your own, if you wish */
.flex-container {zoom: 1; position: relative;}

/* Caption style */
/* IE rgba() hack */
.flex-caption {background:none;  zoom: 1; text-align: center; font-family: 'Dosis'; text-transform: uppercase; font-size: 20px; color: #6b6b6b }
.flex-caption {width: 54%; padding: 0%; margin: 0; position: absolute; right: 0%; top: 90px;  }
.flex-caption h2 {font-size: 80px; color: #141414; font-family: 'Dosis';  line-height: 80px; font-weight: 700; text-transform: uppercase; margin-bottom: 10px}
.flex-caption h2 span{ color: #a50000}
.flex-caption a.read{ display: block; width: 280px; text-align: center; background: #282828; -webkit-transition: all .2s ease-in-out; -moz-transition: all .2s ease-in-out;	-o-transition: all .2s ease-in-out; font-family: 'Dosis'; font-weight: 500; color: #fff; font-size: 28px; line-height: 65px; margin: 20px auto; float: none;}
.flex-caption a.read:hover{ background: #a50000; text-decoration: none;}

/* Direction Nav */
.flex-direction-nav { height: 0; }
.flex-direction-nav li {list-style-type:none; padding:0; margin:0;}
.flex-direction-nav li a {width: 52px; height: 52px; margin: -13px 0 0; display: block; background: url(../images/bg_direction_nav.png) no-repeat; position: absolute; top: 50%; cursor: pointer; text-indent: -999em;}
.flex-direction-nav li .next {background-position: -52px 0; right: 0;}
.flex-direction-nav li .prev {left: 0;}
.flex-direction-nav li .disabled {opacity: .3; filter:alpha(opacity=30); cursor: default;}

/* Control Nav */
.flex-control-nav {left:2%; position: absolute; top: 92%; text-align: right;}
.flex-control-nav li {margin: 0 0 0 6px; display: inline-block; zoom: 1; *display: inline; vertical-align:top; font-size:0; line-height:0;}
.flex-control-nav li:first-child {margin: 0;}
.flex-control-nav li a {width: 15px; height: 15px; display: block; cursor: pointer; text-indent: -999em;  background: url(../images/bg_control_nav.png) left top no-repeat; border:none;}
.flex-control-nav li a:hover, .flex-control-nav li a.active {background: url(../images/bg_control_nav.png) left bottom no-repeat;}
.no-borderradius .flex-control-nav li a {width:17px; height:17px;}
.no-borderradius .flex-control-nav li a {background: url(../images/bg_control_nav.png) no-repeat 100% 0; border:none;}
.no-borderradius .flex-control-nav li a:hover {background-position: 0 0;}
.no-borderradius .flex-control-nav li a.active {background-position: 0 0; cursor: default;}