/*
 * 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; padding:0px; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}
#carousel .slides > li {border: 1px solid lightgray;
        float: left;
        padding:0px;
        cursor: pointer;
    margin:0px 5px 0px 0px;
    width: 128px !important; height: 85px !important;}
#carousel .slides > li.flex-active-slide{
   
}
#carousel{
    margin:0px 0px 20px 0px;
}
#carousel .flex-viewport{
    margin: 0 22px;
    padding: 20px 0 0;
    max-width: 536px;
    overflow: hidden !important;
}
#carousel .slides > li img{
    width:128px; height:85px;
}
#carousel flex-viewport{
    width:572px;
}
#carousel ul li{
	padding:0px;
}
/* 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
*********************************/

#slider.flexslider {box-shadow: 0 0 3px #9B9B9B; margin:5px 5px 0px 5px; padding:9px; max-width:552px; /*max-height: 368px;*/
/*background: url(//cdn.shopify.com/s/files/1/0065/6682/t/155/assets/imageFrame.png?5542590496669946212) no-repeat;*/  position: relative; zoom: 1;}
.flexslider {margin: 0 0 60px; background: #fff;  position: relative;  zoom: 1;}
.flex-viewport {-webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .flex-viewport {/*max-height: 368px;*/}
.flexslider .slides {zoom: 1;}
 .flex-viewport {/*max-height: 368px;*/ }
.carousel li {margin-right: 5px}

.flex-viewport ul  {border :none; top:17px;}
/* Direction Nav 
.flex-direction-nav {*height: 0;}
.flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block;  position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.flex-direction-nav .flex-next {background:url(//cdn.shopify.com/s/files/1/0065/6682/t/155/assets/rightOff.png?5542590496669946212) no-repeat; background-position: 100% 0; right: -36px; }
.flex-direction-nav .flex-prev {background:url(//cdn.shopify.com/s/files/1/0065/6682/t/155/assets/rightOff.png?5542590496669946212) no-repeat; left: 565px; top: -25px;  left: -36px;}
.flexslider:hover .flex-next {background:url(//cdn.shopify.com/s/files/1/0065/6682/t/155/assets/rightOn.png?5542590496669946212) no-repeat;  left: 565px; top: -25px; opacity: 0.8; right: 5px;}
.flexslider:hover .flex-prev {background:url(//cdn.shopify.com/s/files/1/0065/6682/t/155/assets/leftOn.png?5542590496669946212) no-repeat; opacity: 0.8; left: 5px;}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {opacity: 1;}
.flex-direction-nav .flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}*/

/* Control Nav */
#slider .flex-direction-nav{
	display:none !important;
}
.flex-direction-nav { height: 0; border:0; display:block!important;}
.flex-direction-nav li { border: none; }
.flex-direction-nav li a {width: 29px; height: 128px; display: block; margin-top:0px;
background: url(//cdn.shopify.com/s/files/1/0065/6682/t/155/assets/leftOff.png?5542590496669946212) no-repeat; position: absolute; top: 5%; cursor: pointer; text-indent: -999em;}
.flex-direction-nav li .flex-next {background:url(//cdn.shopify.com/s/files/1/0065/6682/t/155/assets/rightOff.png?5542590496669946212) no-repeat; right: 4px; top: 0px;}
.flex-direction-nav li .flex-next:hover {background:url(//cdn.shopify.com/s/files/1/0065/6682/t/155/assets/rightOn.png?5542590496669946212) no-repeat; right: 4px; top: 0px;}
.flex-direction-nav li .flex-prev {background:url(//cdn.shopify.com/s/files/1/0065/6682/t/155/assets/leftOff.png?5542590496669946212) no-repeat; left: 4px;top: 0px;  }
.flex-direction-nav li .flex-prev:hover {background:url(//cdn.shopify.com/s/files/1/0065/6682/t/155/assets/leftOn.png?5542590496669946212) no-repeat; left: 4px; top: 0px;}
.flex-direction-nav li .flex-disabled {opacity: .99; display:none;filter:alpha(opacity=30); cursor: none;}

.flex-control-nav {width: 100%; 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: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.flex-control-paging li a.flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.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;
}
}
@media only screen and (max-width: 778px){
.flexslider .slides > li {
    max-height: 368px!important;
}
}
@media only screen and (max-width: 768px) and (max-width: 960px){	
.flexslider .slides > li {
    max-height: 368px!important;
}
}
@media only screen and (max-width: 320px) and (max-width: 480px){	
.flexslider .slides > li {
    max-height: 184px !important;
	width:100%;
}
#carousel .slides > li {
	width:120px !important;
}
}
@media only screen and (max-width: 480px){
	#carousel .slides > li {
	width:120px !important;
}
}
@media only screen and (max-width: 320px){
	#carousel .slides > li {
	width:124px !important;
}
}
#slider .flex-active-slide{
	/*display: block;
	background:url(//cdn.shopify.com/s/files/1/0065/6682/t/155/assets/arrow.png?5542590496669946212) no-repeat;
    float: left;
    height: 291px !important;
    margin-right: 10px !important;
    padding-bottom: 0;
    padding-left: 26px !important;
    padding-right: 0;
    width: 524px !important;*/}
.arrowbox{
	height: 29px;
    padding: 0 0 0 40px;
/*width: 488px;*/
    position: relative;
    overflow: hidden;
}
.arrowhold {
    height: 24px;
    position: absolute;
    width: 39px;
    left:70px;
    top:0px;

}
.flexslider .slides > li {
    max-height: 368px;
}
.arrowhold img{
    width:auto;
    height:auto;
}
.flexslider .slides > li {
    position: relative;
    /*max-height: 368px;*/
    max-width:552px;
}
#descrip{
    /*background: none repeat scroll 0 0 #FFFFFF;*/
    top: 310px;
    color: #000000;
    font-size: 16px;
    left: 0;
    /*opacity: 0.8;*/
    padding: 20px;
    position: absolute;
    width: 512px;
    display:none;
    background:url(//cdn.shopify.com/s/files/1/0065/6682/t/155/assets/whiteTransparentTile-90opacity.png?5542590496669946212);
}
.flexslider .slides > li:hover #descrip{
    display:block
}

#slider .flex-viewport{
    max-width:552px;
    }
.product_section #carousel li:hover < .flexslider .slides #descrip{
    display:block
    }