/*
 * jQuery FlexSlider v1.4
 * http://flex.madebymufffin.com
 *
 * Copyright 2011, Tyler Smith
 * Free to use under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */

/* FlexSlider Necessary Styles
*********************************/ 
.flexslider {width: 100%; margin: 0; padding: 0;}
.flexslider .slides li {display: none;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {max-width: 100%; display: block;}


/* FlexSlider Default Theme
*********************************/
.flexslider {
	width: 1040px;
	margin: 0 -50px;
	position: relative;
	background: #2a2723;
}
.flexslider .slides{padding:0; margin:0; list-style: none;}
.flexslider .slides  li {position: relative;}
/* Suggested container for "Slide" animation setups. Can replace this with your own, if you wish */
.flexslider-container {position: relative;}


/* Caption style */
.flex-caption {
	width: 410px; 
	position: absolute; 
	left: 109px; 
	top: 31.4%; 
	font-size: 16px; 
	line-height: 22px;
	color: #a0d5d0;
}
.flex-caption h3{
	font: 67px/52px 'PT Sans', sans-serif;
	color: white;
	text-transform: uppercase;
	letter-spacing: -4px;
	margin: 0 0 13px;
}
.flex-caption a.moduleItemReadMore{
	background: #f7a948;
	font: 11px/45px 'PT Sans', sans-serif;
	border: none;
	color: white;
	padding: 0 28px;
	margin-top: 5px;
	display: inline-block;
}
.flex-caption a.moduleItemReadMore:hover{	
	border: none;
	background: #2d8785;
	color: white;
}

/* Direction Nav */
.flex-direction-nav{padding:0; margin:0; list-style: none;}
.flex-direction-nav li a {width: 52px; height: 52px; margin: -13px 0 0; display: block; background: url(../images/bg_direction_nav.png) no-repeat 0 0; position: absolute; top: 50%; cursor: pointer; text-indent: -9999px;} /* set negative margin-top equal to half the height on the directional-nav for perfect vertical centering */
.flex-direction-nav li a.flex-next {background-position: -52px 0; right: -16px; outline:none;}
.flex-direction-nav li a.flex-prev {background-position: 0 0; left: -16px; outline:none;}

/* Control Nav */
.flex-control-nav{padding:0; margin:0; list-style: none;}
.flex-control-nav {
	position: absolute; 
	top: 135px; 
	left: 66px;
}
.flex-control-nav li {margin: 0 5px 0 0; float: left;}
.flex-control-nav li a {
	width: 35px; 
	height: 4px; 
	display: block; 
	background: url(../images/template/bg_control_nav.png) repeat 0 0; 
	cursor: pointer; 
	text-indent: -9999px;
}
.flex-control-nav li a:hover {background: white;}
.flex-control-nav li a.flex-active {background: white; cursor: default;}