/*
* 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;
	padding: 0;
	margin: 0;
}
/*Hide the slides before the JS is loaded. Avoids image jumping*/
.flexslider .slides IMG
{
	max-width: 100%;
	display: block;
	position: relative;
}
.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
{
	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*/
.flex-caption
{
	width: 80%;
	position: absolute;
	right: 22px;
	/*[disabled]top:32%;*/
	text-align: left;
	bottom: 10%;
}
.flex-caption H1
{
	font-size: 35px;
	line-height: 35px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 0;
	color: #FFFFFF;
}
.flex-caption .slidetext1
{
	font-size: 22px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	display: block;
	margin-bottom: 13px;
}
.flex-caption .slidetext2
{
	text-transform: uppercase;
	margin-bottom: 13px;
}
/*Direction Nav*/
.flex-direction-nav
{
	height: 0;
}
.flex-direction-nav LI A
{
	width: 31px;
	height: 31px;
	display: block;
	position: absolute;
	top: 42%;
	cursor: pointer;
	text-indent: -999em;
}
.flex-direction-nav LI .next
{
	background: transparent;
	right: 0;
}
.flex-direction-nav LI .next:hover
{
	opacity: 0.7;
}
.flex-direction-nav LI .prev
{
	background: transparent;
	left: 0;
}
.flex-direction-nav LI .prev:hover
{
	opacity: 0.7;
}
.flex-direction-nav LI .disabled
{
	opacity: .3;
	filter: alpha(opacity=30);
	cursor: default;
}
/*Control Nav*/
.flex-control-nav
{
	position: absolute;
	bottom: 78px;
	right: 0;
}
.flex-control-nav LI
{
	margin: 0 0 0 7px;
	display: inline-block;
	zoom: 1;
	=display: inline;
}
.flex-control-nav LI:first-child
{
	margin: 0;
}
.flex-control-nav A
{
	width: 14px;
	height: 14px;
	display: block;
	background: #F2F2F2;
	border: 1px solid #DDDDDD;
	cursor: pointer;
	text-indent: -999em;
}
.flex-control-nav LI A:hover
{
	background: #FFF;
}
.flex-control-nav LI A.active
{
	background: #FFF;
}
