/* 6.2 - FlexSlider */
.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 {width: 100%; margin: 0 0 30px 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden; margin-bottom: 0px !important;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {max-width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}
.no-js .slides > li:first-child {display: block;}
.flexslider {background: transparent; position: relative; zoom: 1;}
.flexslider .slides {zoom: 1;}
.flexslider .slides > li {position: relative;}
.flex-container {zoom: 1; position: relative;}
.flex-caption {background:none; -ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000); zoom: 1;}
.flex-caption {width: 96%; padding: 2%; margin: 0; position: absolute; left: 0; bottom: 0; background: rgba(0,0,0,.8); color: #fff; text-shadow: 0 -1px 0 rgba(0,0,0,.8); font-size: 14px; line-height: 18px;}
.flex-direction-nav { height: 0; display: none; }
.flex-direction-nav li { margin-bottom: 0; }
.flex-direction-nav li a {width: 50px; height: 50px; display: block; background: url('//cdn.shopify.com/s/files/1/0576/0269/t/21/assets/slider-arrows.png?5105027822679485898') no-repeat; position: absolute; top: 48%; cursor: pointer; text-indent: -999em;}
.flex-direction-nav li .disabled {opacity: .3; filter:alpha(opacity=30); cursor: default;}


/* Light Direction Nav */
.flex-direction-nav li .prev {left: 20px; background-position: 0 -100px; }
.flex-direction-nav li .next {right: 20px; background-position: -250px -100px; }
.flex-direction-nav li .prev:hover {background-position: 0 -150px; }
.flex-direction-nav li .next:hover {background-position: -250px -150px; }


.flex-controls { opacity: 0.7; filter: alpha(opacity = 70); }
/* Horizontally centering slides in slideshow when the slides are not wide enough */
.flexslider .slides li { text-align: center !important; }
.flexslider .slides img { display: inline !important;}

/* added by kevin @ shopify */
input[type="radio"] {-webkit-appearance: radio;}

.wrapper {
  margin: 0 auto;
  max-width: 1280px;
}

.template-index .widgets .small-promos {
  margin: 40px auto;
  padding: 0;
}

.widgets .small-promos .columns.large-4 {
  max-width: 400px;
  margin: 0 20px;
}
.widgets .small-promos .columns.large-4:first-child {
  margin-left: 0;
}
.widgets .small-promos .columns.large-4:last-child {
  margin-right: 0;
  margin-left:20px;
}

.photo .image-scale-hack, .photo.active img, .photo img {
  max-height: 500px;
  max-width: 900px;
}
.template-product .photos .container {
	height:auto!important;
  	width: auto!important;
}

@media only screen and (max-width:767px){
    .widgets .small-promos .columns.large-4, .widgets .small-promos .columns.large-4:first-child, .widgets .small-promos .columns.large-4:last-child {
      float: none;
      margin: 20px auto;
      width: 100%;
    }
}
/*@media only screen and (min-width:768px) and (max-width:800px){
    .widgets .small-promos .columns.large-4, .widgets .small-promos .columns.large-4:first-child, .widgets .small-promos .columns.large-4:last-child {
      width: 29.8%;
    }
}
@media only screen and (min-width:801px) and (max-width:979px){
    .widgets .small-promos .columns.large-4, .widgets .small-promos .columns.large-4:first-child, .widgets .small-promos .columns.large-4:last-child {
      width: 31.33333%;
    	margin:0 1%
    }
}
@media only screen and (min-width:980px) and (max-width:1024px){
    .widgets .small-promos .columns.large-4, .widgets .small-promos .columns.large-4:first-child, .widgets .small-promos .columns.large-4:last-child {
      width: 30.5%;
    }
}
@media only screen and (min-width:1025px) and (max-width:1279px){
    .widgets .small-promos .columns.large-4, .widgets .small-promos .columns.large-4:first-child, .widgets .small-promos .columns.large-4:last-child {
      width: 31.33333%;
    	margin:0 1%
    }
}*/
@media only screen and (min-width:768px) and (max-width:1280px){
	.wrapper {
    margin: 0 auto;
    max-width: 1000px;
  	}
  	.widgets .small-promos .columns.large-4 {
  	margin: 0 1%;
    max-width: 32%;
  	}
  	.widgets .small-promos .columns.large-4:last-child {
    margin-left: 1%;
    margin-right: 0;
  }
}
  
