/*
 * 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
*********************************/
.flexslider1 {width: 1000px;height: 140px;margin: 0; padding: 30px 35px 40px 35px;border-top: 1px solid #CCC;position: relative;}
.flexslider1 .flex-viewport,
.flexslider1 .slides {height: 120px;overflow: hidden;}
.flexslider1 .slides li {float: left;width: 1000px;height: 140px;overflow: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider1 .slides li a {width: 226px;height: 140px;overflow: hidden;float: left;margin: 0 6px 0 0;}
.flexslider1 .slides li a img {border: none;}

.flexslider2 {width: 1020px;height: 620px;margin: 0 0 0 -10px; padding: 30px 35px 40px 35px;border-top: 1px solid #CCC;position: relative;}
.flexslider2 .flex-viewport,
.flexslider2 .slides {height: 602px;overflow: hidden;}
.flexslider2 .slides li {float: left;width: 1000px;height: 606px;overflow: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */

/* 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;}

/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a {width: 10px; height: 22px; display: block; position: absolute; top: 54%; z-index: 1010; cursor: pointer; text-indent: -9999px;}
.flex-direction-nav .flex-next {right: 10px; background: url('/assets/site/img/icons/slider_right.png') 0 0 no-repeat;}
.flex-direction-nav .flex-prev {left: 10px;background: url('/assets/site/img/icons/slider_left.png') 0 0 no-repeat;}

.flexslider2 .flex-direction-nav a {width: 10px; height: 22px; display: block; position: absolute; top: 100px; z-index: 1010; cursor: pointer; text-indent: -9999px;}
.flexslider2 .flex-direction-nav .flex-next {right: 15px; background: url('/assets/site/img/icons/slider_right.png') 0 0 no-repeat;}
.flexslider2 .flex-direction-nav .flex-prev {left: 15px;background: url('/assets/site/img/icons/slider_left.png') 0 0 no-repeat;}
.flex-direction-nav .flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Control Nav */
.flex-control-nav {width: 950px; position: absolute; bottom: -40px; text-align: center;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 16px; height: 16px; display: block; cursor: pointer; text-indent: -9999px;background: url('/assets/site/img/icons/slider_pic.png') 0 0 no-repeat;}
.flex-control-paging li a:hover {background: url('/assets/site/img/icons/slider_pic.png') 0 -16px no-repeat;}
.flex-control-paging li a.flex-active {background: url('/assets/site/img/icons/slider_pic.png') 0 -16px no-repeat;}

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {opacity: 1; left: 0;}
  .flex-direction-nav .flex-next {opacity: 1; right: 0;}
}
