/*
 * 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 { 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 img { width: 950px; height: 383px; display: block;}
.flex-pauseplay span {text-transform: capitalize;}
.slider-preloader { background-image: url('../images/ui_loading.gif'); background-repeat: no-repeat; background-position: left top; background-attachment: scroll; position: absolute; top: 45%; left: 48.5%; height: 31px; width: 31px; }

/* 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 {margin: 0 0 60px; background: #fff; position: relative; zoom: 1; width: 950px; height: 383px; overflow: hidden; }
.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 { *height: 0; }
.flex-direction-nav a { background: url(../images/ui_icons.png) no-repeat 17px 15px rgb(73,73,72); }
.flex-direction-nav a { width: 54px; height: 54px; margin: 0; display: block; background: url(../images/ui_icons.png) no-repeat 17px 15px rgba(73,73,72,0.3); position: absolute; bottom: 47px; cursor: pointer; text-indent: -9999px; -webkit-transition: background 0.25s ease-in-out 0s; -moz-transition: background 0.25s ease-in-out 0s; transition: background 0.25s ease-in-out 0s; }
.flex-direction-nav .flex-next { background-position: -43px 15px; left: 297px; }
.flex-direction-nav .flex-prev { left: 238px; }
.flex-direction-nav .flex-disabled { opacity: .3!important; filter:alpha(opacity=30); cursor: default; }

.flex-direction-nav .flex-next:hover, .flex-direction-nav .flex-prev:hover { background-color: #e95d0f; }


/* Captions */
#slider .flex-caption-bounceRight { position: absolute; right: 0px; top: 160px; width: 420px; display: none; }
#slider .flex-caption-bounceRight .flex-title { margin: 0; margin-bottom: 10px; font: normal 32px thesans, sans-serif; line-height: 32px; color: #494948; }
#slider .flex-caption-bounceRight .flex-text { display: block; margin: 0; font: normal 32px thesans, sans-serif; color: #e95d0f; text-transform: uppercase; padding-bottom: 10px; }
#slider .flex-caption-bounceRight .flex-link { opacity: 0; background: #e95d0f; padding: 6px 10px 5px; font: normal 16px thesans, sans-serif; color: #FFF; text-transform: uppercase; -webkit-transition: background 0.25s ease-in-out; -moz-transition: background 0.25s ease-in-out; transition: background 0.25s ease-in-out; }
#slider .flex-caption-bounceRight .flex-link .caret { border-bottom: 6px solid transparent; border-top: 6px solid transparent; border-left: 6px solid #FFF; content: ""; display: inline-block; height: 0; vertical-align: middle; width: 0; margin-top: -2px; margin-left: 5px; }
#slider .flex-caption-bounceRight .flex-link:hover { background: #494948; }











