/*
 * 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: 100%; display: block;}
.flexslider .slides img a {border:none;}
.flex-pauseplay span {text-transform: capitalize;}

/* 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;}

/* ==================================================================================== */

.captions{position: absolute; bottom: 0;}
.flexslider .slides {zoom: 1;}
.carousel li {margin-right: 2px}


/* Main FlexSlider 
===================================================== */

#main.flexslider {margin:0; background:rgb(202,217,224); position:relative; zoom: 1;}
.main-viewport {max-height: 2000px;}
.loading .main-viewport {max-height: 300px;}

/* Direction Nav */

.main-direction-nav a {width:42px; height:95px; margin:-42px 0; display:block; background:transparent url(/images/site/sprite_slider_navbuttons.png)  no-repeat 0 0; position:absolute; top:50%; cursor:pointer; text-indent:-9999px; opacity:0; -o-transition:all .3s ease; -webkit-transition:all .3s ease; -moz-transition:all .3s ease; transition:all .3s ease;}
.main-direction-nav .main-next {background-position: 100% 0; }
.main-direction-nav .main-next{right: 5px;}
.main-direction-nav .main-prev {left:5px;}
.flexslider:hover .main-next {opacity: 0.5; right:30px;}
.flexslider:hover .main-prev {opacity: 0.5; left:30px; }
.flexslider:hover .main-next:hover {opacity: 1;}
.flexslider:hover .main-prev:hover {opacity: 1;}
.main-direction-nav .disabled {opacity:0!important; filter:alpha(opacity=0); cursor: default;}

/* Control Nav */

.main-control-nav {width:100%; position:absolute; bottom:20px; text-align:center; /* display:none; */}
.main-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.main-control-paging li a {width:9px; height:9px; display:block; background:rgb(234,242,246); cursor: pointer; text-indent:-9999px; -webkit-border-radius:100%; -moz-border-radius:100%; -o-border-radius:100%; border-radius:100%; box-shadow: inset 0 0 3px rgba(0,0,0,0.15);}
.main-control-paging li a:hover {background:rgb(217,219,0);}
.main-control-paging li a.main-active {background:rgb(217,219,0); cursor:default;}

.main-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.main-control-thumbs li {width: 25%; float: left; margin: 0;}
.main-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.main-control-thumbs img:hover {opacity: 1;}
.main-control-thumbs .active {opacity: 1; cursor: default;}

/* Home Page Flex-Wrapper */

/* .flex-wrapper {margin:0 0 30px 0;} */
/* .flex-wrapper {margin:50px 6.57895% 30px;} */
/* .flex-wrapper .flexslider .slides img {height:300px;} */


/* Navigation FlexSlider
===================================================== */

#navigation.flexslider {background:#fff; position:absolute; zoom:1; width:300px; border:2px white solid; padding:0; left:50%; margin-left:-150px; bottom:75px;}

.navi-direction-nav a {width:40px; height:40px; margin:-20px 0 0 0; display:block; position:absolute; top:50%; cursor:pointer; text-indent:-9999px;  opacity:0.8;}
.navi-direction-nav .navi-next {background-color:yellow; background-position: 100% 0; right:-40px;}
.navi-direction-nav .navi-prev {background-color:yellow; left:-40px;}
.flexslider:hover .navi-next { }
.flexslider:hover .navi-prev { }
.flexslider:hover .navi-next:hover {opacity: 1;}
.flexslider:hover .navi-prev:hover {opacity: 1;}
.navi-direction-nav .disabled {opacity:0!important; filter:alpha(opacity=0); cursor: pointer;}

.navi-control-nav {width:100%; position:absolute; bottom:20px; text-align:right; display:none;}
.navi-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.navi-control-paging li a {width: 11px; height: 11px; display: block; background: #999; background:rgba(0,0,0,0.5); cursor: pointer; text-indent:-9999px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.navi-control-paging li a:hover {background: #333; background: rgba(0,0,0,0.7); }
.navi-control-paging li a.navi-active {background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.navi-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.navi-control-thumbs li {width: 25%; float: left; margin: 0;}
.navi-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.navi-control-thumbs img:hover {opacity: 1;}
.navi-control-thumbs .active {opacity: 1; cursor: default;}

#navigation.flexslider {-webkit-animation: fadeout .5s; animation:fadeout .5s; opacity:0;}
#products-end:hover >#navigation.flexslider{opacity:1;
animation:fadein 1s;
-webkit-animation:fadein 1s;}
div#navigation:hover{opacity:1;}
@keyframes fadein
{
from {opacity:0;}
to {opacity:1;}
}

@-webkit-keyframes fadein
{
from {opacity:0;}
to {opacity:1;}
}
@keyframes fadeout
{
from {opacity:1;}
to {opacity:0;}
}

@-webkit-keyframes fadeout
{
from {opacity:1;}
to {opacity:0;}
}

/* News FlexSlider
*********************************/

#news-slider.flexslider {margin:30px 6.57895% 10px; background:#fff; position:relative; zoom:1;}
.news-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .news-viewport {max-height: 300px;}

/* Direction Nav */
.news-direction-nav {*height: 0;}
.news-direction-nav a {width:42px; height:95px; margin:-42px 0; display:block; background:transparent url(/images/site/sprite_slider_navbuttons_grey.png)  no-repeat 0 0; position: absolute; top: 50%; z-index: 0; cursor: pointer; text-indent: -9999px; }
.news-direction-nav .news-next {background-position: 100% 0; right: -21px;}
.news-direction-nav .news-prev {left: -21px;}
.flexslider:hover .news-next:hover {background-position: -42px -95px;}
.flexslider:hover .news-prev:hover {background-position: 0 -95px;}
.flexslider:hover .news-next:hover, .flexslider:hover .news-prev:hover {opacity: 1;}
.news-direction-nav .news-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Control Nav */
.news-control-nav {width:100%; position:absolute; bottom:-25px; text-align:center;}
.news-control-nav li {margin:0 4px; display:inline-block; zoom:1; *display:inline;}
.news-control-paging li a {width:9px; height:9px; display:block; background:rgb(234,242,246); cursor: pointer; text-indent:-9999px; -webkit-border-radius:100%; -moz-border-radius:100%; -o-border-radius:100%; border-radius:100%; box-shadow: inset 0 0 3px rgba(0,0,0,0.15);}
.news-control-paging li a:hover {background:rgb(217,219,0);}
.news-control-paging li a.news-active {background:rgb(217,219,0); cursor:default;}

/*
.news-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.news-control-thumbs li {width: 25%; float: left; margin: 0;}
.news-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.news-control-thumbs img:hover {opacity: 1;}
.news-control-thumbs .news-active {opacity: 1; cursor: default;}
*/

/* Splash FlexSlider
*********************************/

#splash-slider.flexslider {margin:40px 6.57895% 30px; background:#fff; position:relative; zoom:1; padding:5px;}
.splash-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .splash-viewport {max-height:3px;}

/* Direction Nav */
.splash-direction-nav {*height: 0;}
.splash-direction-nav a {width:42px; height:95px; margin:-42px 0; display:block; background:transparent url(/images/site/sprite_slider_navbuttons_grey.png)  no-repeat 0 0; position: absolute; top: 50%; z-index: 0; cursor: pointer; text-indent: -9999px; }
.splash-direction-nav .splash-next {background-position: 100% 0; right: -18px;}
.splash-direction-nav .splash-prev {left: -18px;}
.flexslider:hover .splash-next:hover {background-position: -42px -95px;}
.flexslider:hover .splash-prev:hover {background-position: 0 -95px;}
.splash-direction-nav .splash-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Control Nav */
.splash-control-nav {width:100%; position:absolute; bottom:-25px; text-align:center;}
.splash-control-nav li {margin:0 4px; display:inline-block; zoom:1; *display:inline;}
.splash-control-paging li a {width:9px; height:9px; display:block; background:rgb(234,242,246); cursor: pointer; text-indent:-9999px; -webkit-border-radius:100%; -moz-border-radius:100%; -o-border-radius:100%; border-radius:100%; box-shadow: inset 0 0 3px rgba(0,0,0,0.15);}
.splash-control-paging li a:hover {background:rgb(217,219,0);}
.splash-control-paging li a.splash-active {background:rgb(217,219,0); cursor:default;}


/* Mobile FlexSlider
*********************************/

#mobile-slider.flexslider {margin:30px; background:#fff; position:relative; zoom:1; padding:4px;}
.mobile-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .mobile-viewport {max-height:3px;}

/* Direction Nav */
.mobile-direction-nav {*height: 0;}
.mobile-direction-nav a {width:34px; height:72px; margin:-36px 0; display:block; background:transparent url(/images/site/sprite_slider_navbuttons_mobile.png) no-repeat 0 0; position:absolute; top:50%; z-index:0; cursor:pointer; text-indent: -9999px; }
.mobile-direction-nav .mobile-next {background-position: 100% 0; right: -15px;}
.mobile-direction-nav .mobile-prev {left: -15px;}
.flexslider:hover .mobile-next:hover {background-position: -34px -72px;}
.flexslider:hover .mobile-prev:hover {background-position: 0 -72px;}
.mobile-direction-nav .mobile-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Control Nav */
.mobile-control-nav {width:100%; position:absolute; bottom:-25px; text-align:center;}
.mobile-control-nav li {margin:0 4px; display:inline-block; zoom:1; *display:inline;}
.mobile-control-paging li a {width:9px; height:9px; display:block; background:rgb(234,242,246); cursor: pointer; text-indent:-9999px; -webkit-border-radius:100%; -moz-border-radius:100%; -o-border-radius:100%; border-radius:100%; box-shadow: inset 0 0 3px rgba(0,0,0,0.15);}
.mobile-control-paging li a:hover {background:rgb(217,219,0);}
.mobile-control-paging li a.mobile-active {background:rgb(217,219,0); cursor:default;}