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

.flex-container a:hover, .flex-slider a:hover { outline: none; }
.slides, .slides > li, .flex-control-nav, .flex-direction-nav { margin: 0; padding: 0; list-style: none; }
.flex-pauseplay span { text-transform: capitalize; }

.flexslider { position: absolute; margin: 0; padding: 0; width: 100%; height: 100%; overflow: hidden; }
.flexslider .slides > li { background-size: cover; background-position: center; height: 100%;  width: 100%; display: none; -webkit-backface-visibility: hidden; }

.flexslider .slides img { min-width: 100%; min-height: 100%; display: block; }   

.flexslider .slides:after { content: "\0020"; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
html[xmlns] .flexslider .slides { display: block; }
* html .flexslider .slides { height: 1%; }
.no-js .flexslider .slides > li:first-child { display: block; }
 
.flexslider { margin: 0px; background: #fff; position: relative; zoom: 1; -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2); -moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2); -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2); box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2); }
.flexslider .slides { zoom: 1; }
.flexslider .slides img { height: auto; -moz-user-select: none; }

.flex-viewport { max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -ms-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }

.loading .flex-viewport { max-height: 300px; }

.carousel li { margin-right: 5px; }

.flex-direction-nav { *height: 0; }
.flex-direction-nav a { font-size: 0; text-decoration: none; display: block; width: 30px; height: 34px; margin: -20px 0 0; position: absolute; top: 50%; z-index: 10; overflow: hidden; cursor: pointer; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }
.flex-direction-nav a:before { font-family: "flexslider-icon"; font-size: 0px; display: inline-block; content: '\f001'; }
.flex-direction-nav a.flex-next:before { content: '\f002'; font-size: 0px; }
.flex-direction-nav .flex-prev { left: 10px; background: url(../images/prev.png) no-repeat scroll 0 0; background-size: 30px 34px; }
.flex-direction-nav .flex-next { right: 10px; background: url(../images/next.png) no-repeat scroll 0 0; background-size: 30px 34px; }

.flexslider:hover .flex-direction-nav .flex-prev { left: 10px; }
.flexslider:hover .flex-direction-nav .flex-next { right: 10px; }

.flex-direction-nav .flex-disabled { opacity: 0!important; filter: alpha(opacity=0); cursor: default; z-index: -1; }

.flex-control-nav { width: 100%; position: absolute; bottom: -40px; text-align: center; display: none; }





.flexslider-container, .flexslider .slides, .flex-viewport { height: 100%; width: 100%; }





