/*
 * 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; max-height: 850px; overflow: hidden; position: relative;}
.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;}
#main .flexslider ul {margin: 0;}
.flexslider ul.slides img {width: 100%;}
.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 {left: 0; right: 0; top: 0; position: absolute; text-align: center;}
.flex-direction-nav li {display: inline;}
.flex-direction-nav a {position: absolute; left: 0; top: 0; width: 40px; height: 39px; margin: 0; display: block; cursor: pointer; text-indent: -9999px;}
.flex-direction-nav .flex-next {left: auto; right: 0; /* background: url(../images/carousel_arrow_right.png) no-repeat left top;*/}
.flex-direction-nav .flex-prev {/*background: url(../images/carousel_arrow_left.png) no-repeat left top;*/}
.flex-direction-nav a:hover {background-position: left bottom !important;}
.flex-direction-nav a.flex-disabled {display: none;}

.testimonials .flex-direction-nav .flex-next {left: auto; right: 8%;}
.testimonials .flex-direction-nav .flex-prev {left: 8%;}

/* Control Nav */
.flex-control-nav {position: absolute; z-index: 9999; white-space: nowrap; left: 50%; right: 70px; bottom: 203px; text-align: left;}
.flex-control-nav li {margin: 0 10px 0 0; 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;}