/*
 * 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;} /* 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;}
/* 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 {display:block; margin:0 auto; position: relative; width: 600px; /*height: 600px;*/}
.flexslider .slides {zoom: 1;}
.flexslider .slides > li { position: relative; width: 600px; /*height: 600px;*/ overflow: hidden;}
/*.flexslider .slides > li span:after { content: url(../images/common/hero_image_overlay.png); position: absolute; top: 0; z-index: 1;}*/
.flexslider .slides > li span { background: url(../images/common/hero_image_overlay.png) 0 0 no-repeat; position: absolute; top: 0; left: 0; z-index: 1; width: 600px; /*height: 600px;*/ }
.flexslider a img{border:none;}
/* Suggested container for "Slide" animation setups. Can replace this with your own, if you wish */
.flex-container {zoom: 1; position: relative;}
/* Caption style */
.flexslider p { padding: 0; margin: 0 0 25px 16px; position: absolute; left: 0; bottom: 0; color: #fff; z-index: 30; font: bold 26px/31px Helvetica, Arial, "Lucida Grande", sans-serif; }
.flexslider a { text-decoration: none; }
/*.flex-caption {width: 630px; float: left; padding: 0 0 0 15px; margin: 0 0 26px; position: absolute; left: 0; bottom: 0; color: #fff; font: bold 26px/26px Helvetica, Arial, "Lucida Grande", sans-serif; font-weight: normal;}
.flex-caption:before { background: none repeat scroll 0 0 rgba(99, 100, 103, 0.7); content: " "; float: left; height: 100%; left: 0; margin: 0; padding: 0; position: absolute; top: 0; width: 15px;}
.flex-caption span { background: none repeat scroll 0 0 rgba(99, 100, 103, 0.7); padding: 2px 7px 3px 1px; float: left;}
.flex-caption span:after { content: " "; float: left; }*/
/* Direction Nav
.flex-direction-nav { height: 0; }
.flex-direction-nav li a {width: 52px; height: 52px; margin: -13px 0 0; display: block; background: url(theme/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: -21px;}
.flex-direction-nav li .prev {left: -20px;}
.flex-direction-nav li .disabled {opacity: .3; filter:alpha(opacity=30); cursor: default;} */
/* Control Nav */
.flex-control-nav {display:table;margin:10px auto 0;text-align:center;}
.flex-control-nav li{margin: 0 10px 0 0;width: 8px;float: left;text-indent: -9999px;}
/*.flex-control-nav li:first-child {margin: 0;}*/
/*flex-control-nav li a {width: 10px; height: 10px; display: block;border-radius:5px; background-color: #000; cursor: pointer; text-indent: -9999px;}*/
.flex-control-nav li a {width: 10px; height: 10px; display: block;border-radius:5px; background-color: #AAA38E; cursor: pointer; text-indent: -9999px;}
/*.flex-control-nav li a:hover {background-color: #5F9BAF;}*/
.flex-control-nav li a.active {/*background-color: #5F9BAF;*/ cursor: default;}





/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
