/*
 * 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 a{border:none !important;padding:0 !important;background:none !important;display:block;}
.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 Theme
*********************************/


div.flex-nav-container{}


.flexslider {
	position: relative; 
	-webkit-border-radius: 0px; 
	-moz-border-radius: 0px; 
	-o-border-radius: 0px; 
	border-radius: 0px; 
	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;}

.flex-caption {
	margin: 0; 
	overflow:hidden;
	position: absolute;
	bottom:18px;
	left:21px;
	background:url(../images/caption.png);
	background:rgba(14,40,58,.77);
	border-radius:50%;
	width:294px;height:294px;
	}

.flexCaptionInner {padding: 0px 0px;height:100%;}
.flexCaptionInner:before{display:inline-block;width:0px;height:294px;vertical-align:middle;font-size:0;line-height:0;content:' ';}

.flex-caption a.moduleItemTitle{
	font-size:24px;
	line-height:24px;
	display:inline-block;
	text-transform:uppercase;
	font-family: 'Ubuntu', sans-serif;
	text-decoration:none;font-weight:bold;color:#fff;
	letter-spacing:-1px;
	text-align:center;
	vertical-align:middle;
	width:290px;
	-webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;-o-transition: all 0.5s ease;transition: all 0.5s ease;
}

.flex-caption a.moduleItemTitle:hover{color:#0e97e6;}

/* Direction Nav */
.flex-direction-nav {position:absolute;height:78px;width:78px;border-radius:50%;background:url(../images/slider_nav_divider.gif) 38px 19px no-repeat #fff;background:url(../images/slider_nav_divider.gif) 38px 19px no-repeat rgba(255,255,255,.87);left:243px;bottom:28px;overflow:hidden;}
.flex-direction-nav li{}
	
.flex-direction-nav li a {
	width: 39px; 
	height: 78px; 
	margin:0; 
	display: block;  
	/*background:url(../images/slider-dir-nav.png) no-repeat; */
	position: absolute; 
	cursor: pointer; 
	text-indent: -999em;
	z-index:40;
	top:0;
	-webkit-transition: all 0.2s ease;-moz-transition: all 0.2s ease;-o-transition: all 0.2s ease;transition: all 0.2s ease;
}
.flex-direction-nav li .flex-next { right: 0px;background:url(../images/slider_next.gif) 17px 50% no-repeat;}
.flex-direction-nav li .flex-prev {left: 0px;background:url(../images/slider_prev.gif) 16px 50% no-repeat;}

.flex-direction-nav li .flex-next:hover {background-position:22px 50%; }
.flex-direction-nav li .flex-prev:hover {background-position: 11px 50%; }

.flex-direction-nav li .disabled {opacity: .3; filter:alpha(opacity=30); cursor: default;}

