/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

 
/* 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 .slides > li {display: none; -webkit-backface-visibility: hidden;}
.home .flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}
#content .flexslider ul {margin: 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 */
 /* pink: #f2798b violet: #8481bd */
.no-js .slides > li:first-child {display: block;}


/* FlexSlider Default Theme
*********************************/
.flexslider {
	position: relative;
}
.flexslider .slides li {position: relative;}
.flexslider .slides li span {
	display: block;
	position: absolute;
	max-width: 590px;
	left: 30px;
	bottom: 30px;
	padding: 15px 40px 15px 20px;
	background: url(images/slider_text_bg.png) repeat left top;
	color: #51817a;
	font-size: 24px;
	line-height: 31px;
	font-family: 'PT Sans Narrow', sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}
.flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .flex-viewport {max-height: 300px;}
.flexslider .slides {zoom: 1;}

/* Direction Nav */
.flex-direction-nav {}
.flex-direction-nav a {width: 60px; height: 60px; margin: -30px 0 0 0; display: block; position: absolute; top: 50%; cursor: pointer; text-indent: -9999px;}
.flex-direction-nav .flex-next {right: 20px; background: url(images/arrow_right.png) no-repeat left top;}
.flex-direction-nav .flex-prev {left: 20px; background: url(images/arrow_left.png) no-repeat left top;}
.flex-direction-nav a.flex-disabled {display: none;}

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; z-index: 9999; bottom: 25px; text-align: center;}
.flex-control-nav li {margin: 0 5px; display: inline;}
.flex-control-paging li a {width: 20px; padding-top: 20px; height: 0; display: inline-block; overflow: hidden; background: url(images/slider_dot.png) no-repeat left bottom; cursor: pointer; text-indent: -9999px;}
.flex-control-paging li a.flex-active { background-position: left top;}

/* Phones */
@media screen and (max-width: 660px) {
	.flexslider .slides li span {
		display: block;
		position: static;
		padding: 12px 20px;
		white-space: normal;
	}
	.flex-control-nav {display: none;}
}