/*
 * 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; overflow: hidden; -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 {  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 {zoom: 1;}
.flex-caption {width: 55%; padding: 0; margin: 0; position: absolute; left: 0px; top: 70px;  color: #636363;  font-size: 14px; line-height: 20px; font-family: Arial; height: 100%; font-style: italic; }
.flex-caption p {margin:0;}
.flex-caption h1{ color: #232323; font-size: 44px;  letter-spacing: -0.050em; line-height: 44px; margin-bottom: 0px; border: none; font-family: 'open_sansbold_italic';  padding-bottom: 0px; font-weight: normal; }
.flex-caption h1 span{ color: #545454; font-size: 44px; margin-bottom: 0; letter-spacing: -0.05em; font-family: 'open_sans_lightregular'; display: inline-block; text-transform: none; line-height: 44px;}
.flex-caption h2 {color: #ff6600; font-size: 44px; letter-spacing: -0.05em; line-height: 44px; margin-bottom: 20px; border: none; font-family: 'open_sansbold_italic'; font-weight: normal;  }
.flex-caption a{ display:block; background: url(../images/more.png) left top no-repeat; font-family: 'open_sansbold_italic'; font-weight: normal; text-transform: uppercase; padding-left: 45px; height: 46px; font-size: 20px; color: #454545; line-height: 33px; font-weight: bold; font-style: normal; text-shadow: 1px 1px #fff; margin-top: 25px}
.flex-caption a:hover{ text-decoration: none; color: #727272}

/* 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: 27px; height: 38px; 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: -22px -37px; right: -42px;}
.flex-direction-nav li .prev {left: -38px; background-position: 4px -37px;}
.flex-direction-nav li .next:hover {background-position: -22px 1px; }
.flex-direction-nav li .prev:hover { background-position: 4px 1px;}
.flex-direction-nav li .disabled {opacity: .3; filter:alpha(opacity=30); cursor: default;}

/* Control Nav */
.flex-control-nav {left:0; position: absolute; top: 0; right:0; text-align: right;}
.flex-control-nav li {margin: 0 0 0 4px; 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: 12px; height: 12px; display: block; cursor: pointer; text-indent: -999em; border:2px solid #d3d3d3; background:#d3d3d3; border-radius:50%;}
.flex-control-nav li a:hover, .flex-control-nav li a.active {background-color:#ff6600; border: 2px solid #fff}
.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 -18px;}
.no-borderradius .flex-control-nav li a.active {background-position: 0 -18px; cursor: default;}