/*
 * 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-direction-nav {margin: 0; padding: 0; list-style: none;}

/* FlexSlider Necessary Styles
*********************************/
.flexslider {width: 100%; margin: 0; padding: 0; color: #000;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden; height: 210px; padding: 0 !important} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {max-width: 100%; display: block; border: 0 !important; background-position: top;}
.flex-pauseplay {position:relative; top: -32px; cursor: pointer;}
.flex-pauseplay span {text-transform: capitalize; width: 28px; height: 27px; margin: 0 0 0 0; display: block; z-index: 100; position: absolute; right: 48px; 
background: url(../images/global/flexslider/bg_play_pause_nav.png) no-repeat; }

.flex-pauseplay .play { background-position: -28px 0; }


/* 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: #fff; 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 */
p.caption {font-family: "Nobile", Verdana, Geneva, Helvetica, Arial, sans-serif; font-size: 1.5em; background: #88cc44; -ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#88cc44,endColorstr=#88cc44);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#88cc44,endColorstr=#88cc44); zoom: 1; filter: alpha(opacity=90); -moz-opacity:0.90; opacity:0.90; width: 260px; padding: 0.5em 1em !important; position: absolute; left: 20px; bottom: 60px; background: rgba(136,204,68,.9); color: #000; display:inline-block; line-height: normal;}

p.caption a {
 color: #000;	
 text-decoration: none;
	
}

.sub-text {clear:both; display:block; font-size: 0.65em; font-weight: bold; padding: 0.5em 0 0 0; line-height: 150%;}

/* Direction Nav */
.flex-direction-nav { height: 0;  }
 {background:none;}
.flex-direction-nav li a {width: 28px; height: 27px; margin: 0 0 0; display: block; background: url(../images/global/flexslider/bg_direction_nav.png) no-repeat; position: absolute; bottom: 5px; cursor: pointer; text-indent: -999em;}
.flex-direction-nav li .next {background-position: -28px 0; right: 10px;}
.flex-direction-nav li .prev {right: 87px;}
.flex-direction-nav li .disabled {opacity: .3; filter:alpha(opacity=30); cursor: default;}

/* Control Nav */
.flex-control-nav {display:none;}
.flex-control-nav li {display:none;}

