@charset "UTF-8";
/* style.scss */
/**
 * Components
 */
@import url(font-awesome.min.css);
@import url(animate.min.css);
/**
 * Config
 */
/**
 * Font Sizes
 */
/**
 * Colors
 */
/**
 * Breakpoints
 */

.fa-circle-border.icon-cook-small{
  padding-right: 5px !important; /* This is a hack, best solution is too modify Icon dimensions because Icon is slightly moved to the right */
}

#toggle--debug {
  position: fixed;
  z-index: 9999999999;
  bottom: 7px;
  left: 7px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 15px;
  background-color: rgba(0, 0, 0, 0.8);
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
  cursor: pointer;
}
#toggle--debug:hover {
  color: white;
}

#debug {
  display: none;
  position: fixed;
  z-index: 9999999999;
  bottom: 37px;
  left: 37px;
  background-color: rgba(0, 0, 0, 0.8);
  color: white;
  font-family: monospace;
  width: 300px;
  font-size: 13px;
}
#debug table {
  margin: 7px 0;
}
#debug table:first-of-type {
  margin: 0;
}
#debug table thead {
  background-color: rgba(0, 0, 0, 0.25);
  width: 100%;
  padding: 5px 10px;
  margin: 0 0 0;
  font-weight: bold;
}
#debug table thead tr {
  /* border-bottom: 1px solid rgba(255,255,255, 0.08); */
}
#debug table tbody tr td {
  padding: 5px 10px;
}
#debug table tbody tr td span {
  color: #aee200;
}
#debug table tbody tr td:last-child {
  text-align: right;
  color: #83d9f0;
  /* color: #ac80ff; */
  font-weight: bold;
}
#debug #debug__viewport {
  color: #fa4c90;
}
#debug .color-number {
  color: #ac80ff !important;
}

.mini-currency{
  font-size: 0.6em;
  font-weight: 500;
  margin-left: -1px
}

#energy-bundle li.video_thumbnail{
  display: none !important;
}

.product-price-compare-strike .mini-currency{
  font-size: 0.9em;
  margin-left: 0px;
}

#gift-card-image{
  max-height: 400px;
  margin-top: 200px;
}

/**
 * Libraries
 */
.clearfix {
  *zoom: 1;
}

.clearfix:after {
  content: '';
  display: table;
  clear: both;
}

html, body {
  padding: 0;
  margin: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

.grid, .grid--rev, .grid--full, .grid-uniform {
  *zoom: 1;
}

.grid:after, .grid--rev:after, .grid--full:after, .grid-uniform:after {
  content: '';
  display: table;
  clear: both;
}

.grid__item.clear {
  clear: both;
}

.grid, .grid--rev, .grid--full, .grid-uniform {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-left: -30px;
}

.grid__item {
  float: left;
  min-height: 1px;
  vertical-align: top;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.grid--rev {
  direction: rtl;
  text-align: left;
}

.grid--rev > .grid__item {
  direction: ltr;
  text-align: left;
  float: right;
}

.grid--full {
  margin-left: 0;
}

.grid--full > .grid__item {
  padding-left: 0;
}

.one-whole {
  width: 100%;
}

.one-half, .two-quarters, .three-sixths, .four-eighths, .five-tenths, .six-twelfths {
  width: 50%;
}

.one-third, .two-sixths, .four-twelfths {
  width: 33.333%;
}

.two-thirds, .four-sixths, .eight-twelfths {
  width: 66.666%;
}

.one-quarter, .two-eighths, .three-twelfths {
  width: 25%;
}

.three-quarters, .six-eighths, .nine-twelfths {
  width: 75%;
}

.one-fifth, .two-tenths {
  width: 20%;
}

.two-fifths, .four-tenths {
  width: 40%;
}

.three-fifths, .six-tenths {
  width: 60%;
}

.four-fifths, .eight-tenths {
  width: 80%;
}

.one-sixth, .two-twelfths {
  width: 16.666%;
}

.five-sixths, .ten-twelfths {
  width: 83.333%;
}

.one-eighth {
  width: 12.5%;
}

.three-eighths {
  width: 37.5%;
}

.five-eighths {
  width: 62.5%;
}

.seven-eighths {
  width: 87.5%;
}

.one-tenth {
  width: 10%;
}

.three-tenths {
  width: 30%;
}

.seven-tenths {
  width: 70%;
}

.nine-tenths {
  width: 90%;
}

.one-twelfth {
  width: 8.333%;
}

.five-twelfths {
  width: 41.666%;
}

.seven-twelfths {
  width: 58.333%;
}

.eleven-twelfths {
  width: 91.666%;
}

.show {
  display: block !important;
}

.hide {
  display: none !important;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

@media only screen and (max-width: 480px) {
  .small--one-whole {
    width: 100%;
  }

  .small--one-half, .small--two-quarters, .small--three-sixths, .small--four-eighths, .small--five-tenths, .small--six-twelfths {
    width: 50%;
  }

  .small--one-third, .small--two-sixths, .small--four-twelfths {
    width: 33.333%;
  }

  .small--two-thirds, .small--four-sixths, .small--eight-twelfths {
    width: 66.666%;
  }

  .small--one-quarter, .small--two-eighths, .small--three-twelfths {
    width: 25%;
  }

  .small--three-quarters, .small--six-eighths, .small--nine-twelfths {
    width: 75%;
  }

  .small--one-fifth, .small--two-tenths {
    width: 20%;
  }

  .small--two-fifths, .small--four-tenths {
    width: 40%;
  }

  .small--three-fifths, .small--six-tenths {
    width: 60%;
  }

  .small--four-fifths, .small--eight-tenths {
    width: 80%;
  }

  .small--one-sixth, .small--two-twelfths {
    width: 16.666%;
  }

  .small--five-sixths, .small--ten-twelfths {
    width: 83.333%;
  }

  .small--one-eighth {
    width: 12.5%;
  }

  .small--three-eighths {
    width: 37.5%;
  }

  .small--five-eighths {
    width: 62.5%;
  }

  .small--seven-eighths {
    width: 87.5%;
  }

  .small--one-tenth {
    width: 10%;
  }

  .small--three-tenths {
    width: 30%;
  }

  .small--seven-tenths {
    width: 70%;
  }

  .small--nine-tenths {
    width: 90%;
  }

  .small--one-twelfth {
    width: 8.333%;
  }

  .small--five-twelfths {
    width: 41.666%;
  }

  .small--seven-twelfths {
    width: 58.333%;
  }

  .small--eleven-twelfths {
    width: 91.666%;
  }

  .small--show {
    display: block !important;
  }

  .small--hide {
    display: none !important;
  }

  .small--text-left {
    text-align: left !important;
  }

  .small--text-right {
    text-align: right !important;
  }

  .small--text-center {
    text-align: center !important;
  }

  .small--left {
    float: left !important;
  }

  .small--right {
    float: right !important;
  }

  .grid-uniform .small--one-half:nth-child(2n+1), .grid-uniform .small--two-quarters:nth-child(2n+1), .grid-uniform .small--three-sixths:nth-child(2n+1), .grid-uniform .small--four-eighths:nth-child(2n+1), .grid-uniform .small--five-tenths:nth-child(2n+1), .grid-uniform .small--six-twelfths:nth-child(2n+1), .grid-uniform .small--one-third:nth-child(3n+1), .grid-uniform .small--two-sixths:nth-child(3n+1), .grid-uniform .small--four-twelfths:nth-child(3n+1), .grid-uniform .small--one-quarter:nth-child(4n+1), .grid-uniform .small--two-eighths:nth-child(4n+1), .grid-uniform .small--three-twelfths:nth-child(4n+1), .grid-uniform .small--one-fifth:nth-child(5n+1), .grid-uniform .small--two-tenths:nth-child(5n+1), .grid-uniform .small--one-sixth:nth-child(6n+1), .grid-uniform .small--two-twelfths:nth-child(6n+1), .grid-uniform .small--two-sixths:nth-child(3n+1), .grid-uniform .small--three-sixths:nth-child(2n+1), .grid-uniform .small--two-eighths:nth-child(4n+1), .grid-uniform .small--four-eighths:nth-child(2n+1), .grid-uniform .small--five-tenths:nth-child(2n+1), .grid-uniform .small--one-twelfth:nth-child(12n+1), .grid-uniform .small--two-twelfths:nth-child(6n+1), .grid-uniform .small--three-twelfths:nth-child(4n+1), .grid-uniform .small--four-twelfths:nth-child(3n+1), .grid-uniform .small--six-twelfths:nth-child(2n+1) {
    clear: both;
  }
}

@media only screen and (min-width: 481px) and (max-width: 768px) {
  .medium--one-whole {
    width: 100%;
  }

  .medium--one-half, .medium--two-quarters, .medium--three-sixths, .medium--four-eighths, .medium--five-tenths, .medium--six-twelfths {
    width: 50%;
  }

  .medium--one-third, .medium--two-sixths, .medium--four-twelfths {
    width: 33.333%;
  }

  .medium--two-thirds, .medium--four-sixths, .medium--eight-twelfths {
    width: 66.666%;
  }

  .medium--one-quarter, .medium--two-eighths, .medium--three-twelfths {
    width: 25%;
  }

  .medium--three-quarters, .medium--six-eighths, .medium--nine-twelfths {
    width: 75%;
  }

  .medium--one-fifth, .medium--two-tenths {
    width: 20%;
  }

  .medium--two-fifths, .medium--four-tenths {
    width: 40%;
  }

  .medium--three-fifths, .medium--six-tenths {
    width: 60%;
  }

  .medium--four-fifths, .medium--eight-tenths {
    width: 80%;
  }

  .medium--one-sixth, .medium--two-twelfths {
    width: 16.666%;
  }

  .medium--five-sixths, .medium--ten-twelfths {
    width: 83.333%;
  }

  .medium--one-eighth {
    width: 12.5%;
  }

  .medium--three-eighths {
    width: 37.5%;
  }

  .medium--five-eighths {
    width: 62.5%;
  }

  .medium--seven-eighths {
    width: 87.5%;
  }

  .medium--one-tenth {
    width: 10%;
  }

  .medium--three-tenths {
    width: 30%;
  }

  .medium--seven-tenths {
    width: 70%;
  }

  .medium--nine-tenths {
    width: 90%;
  }

  .medium--one-twelfth {
    width: 8.333%;
  }

  .medium--five-twelfths {
    width: 41.666%;
  }

  .medium--seven-twelfths {
    width: 58.333%;
  }

  .medium--eleven-twelfths {
    width: 91.666%;
  }

  .medium--show {
    display: block !important;
  }

  .medium--hide {
    display: none !important;
  }

  .medium--text-left {
    text-align: left !important;
  }

  .medium--text-right {
    text-align: right !important;
  }

  .medium--text-center {
    text-align: center !important;
  }

  .medium--left {
    float: left !important;
  }

  .medium--right {
    float: right !important;
  }

  .grid-uniform .medium--one-half:nth-child(2n+1), .grid-uniform .medium--two-quarters:nth-child(2n+1), .grid-uniform .medium--three-sixths:nth-child(2n+1), .grid-uniform .medium--four-eighths:nth-child(2n+1), .grid-uniform .medium--five-tenths:nth-child(2n+1), .grid-uniform .medium--six-twelfths:nth-child(2n+1), .grid-uniform .medium--one-third:nth-child(3n+1), .grid-uniform .medium--two-sixths:nth-child(3n+1), .grid-uniform .medium--four-twelfths:nth-child(3n+1), .grid-uniform .medium--one-quarter:nth-child(4n+1), .grid-uniform .medium--two-eighths:nth-child(4n+1), .grid-uniform .medium--three-twelfths:nth-child(4n+1), .grid-uniform .medium--one-fifth:nth-child(5n+1), .grid-uniform .medium--two-tenths:nth-child(5n+1), .grid-uniform .medium--one-sixth:nth-child(6n+1), .grid-uniform .medium--two-twelfths:nth-child(6n+1), .grid-uniform .medium--two-sixths:nth-child(3n+1), .grid-uniform .medium--three-sixths:nth-child(2n+1), .grid-uniform .medium--two-eighths:nth-child(4n+1), .grid-uniform .medium--four-eighths:nth-child(2n+1), .grid-uniform .medium--five-tenths:nth-child(2n+1), .grid-uniform .medium--one-twelfth:nth-child(12n+1), .grid-uniform .medium--two-twelfths:nth-child(6n+1), .grid-uniform .medium--three-twelfths:nth-child(4n+1), .grid-uniform .medium--four-twelfths:nth-child(3n+1), .grid-uniform .medium--six-twelfths:nth-child(2n+1) {
    clear: both;
  }



}

@media only screen and (max-width: 768px) {
  .medium-down--one-whole {
    width: 100%;
  }

  .medium-down--one-half, .medium-down--two-quarters, .medium-down--three-sixths, .medium-down--four-eighths, .medium-down--five-tenths, .medium-down--six-twelfths {
    width: 50%;
  }

  .medium-down--one-third, .medium-down--two-sixths, .medium-down--four-twelfths {
    width: 33.333%;
  }

  .medium-down--two-thirds, .medium-down--four-sixths, .medium-down--eight-twelfths {
    width: 66.666%;
  }

  .medium-down--one-quarter, .medium-down--two-eighths, .medium-down--three-twelfths {
    width: 25%;
  }

  .medium-down--three-quarters, .medium-down--six-eighths, .medium-down--nine-twelfths {
    width: 75%;
  }

  .medium-down--one-fifth, .medium-down--two-tenths {
    width: 20%;
  }

  .medium-down--two-fifths, .medium-down--four-tenths {
    width: 40%;
  }

  .medium-down--three-fifths, .medium-down--six-tenths {
    width: 60%;
  }

  .medium-down--four-fifths, .medium-down--eight-tenths {
    width: 80%;
  }

  .medium-down--one-sixth, .medium-down--two-twelfths {
    width: 16.666%;
  }

  .medium-down--five-sixths, .medium-down--ten-twelfths {
    width: 83.333%;
  }

  .medium-down--one-eighth {
    width: 12.5%;
  }

  .medium-down--three-eighths {
    width: 37.5%;
  }

  .medium-down--five-eighths {
    width: 62.5%;
  }

  .medium-down--seven-eighths {
    width: 87.5%;
  }

  .medium-down--one-tenth {
    width: 10%;
  }

  .medium-down--three-tenths {
    width: 30%;
  }

  .medium-down--seven-tenths {
    width: 70%;
  }

  .medium-down--nine-tenths {
    width: 90%;
  }

  .medium-down--one-twelfth {
    width: 8.333%;
  }

  .medium-down--five-twelfths {
    width: 41.666%;
  }

  .medium-down--seven-twelfths {
    width: 58.333%;
  }

  .medium-down--eleven-twelfths {
    width: 91.666%;
  }

  .medium-down--show {
    display: block !important;
  }

  .medium-down--hide {
    display: none !important;
  }

  .medium-down--text-left {
    text-align: left !important;
  }

  .medium-down--text-right {
    text-align: right !important;
  }

  .medium-down--text-center {
    text-align: center !important;
  }

  .medium-down--left {
    float: left !important;
  }

  .medium-down--right {
    float: right !important;
  }

  .grid-uniform .medium-down--one-half:nth-child(2n+1), .grid-uniform .medium-down--two-quarters:nth-child(2n+1), .grid-uniform .medium-down--three-sixths:nth-child(2n+1), .grid-uniform .medium-down--four-eighths:nth-child(2n+1), .grid-uniform .medium-down--five-tenths:nth-child(2n+1), .grid-uniform .medium-down--six-twelfths:nth-child(2n+1), .grid-uniform .medium-down--one-third:nth-child(3n+1), .grid-uniform .medium-down--two-sixths:nth-child(3n+1), .grid-uniform .medium-down--four-twelfths:nth-child(3n+1), .grid-uniform .medium-down--one-quarter:nth-child(4n+1), .grid-uniform .medium-down--two-eighths:nth-child(4n+1), .grid-uniform .medium-down--three-twelfths:nth-child(4n+1), .grid-uniform .medium-down--one-fifth:nth-child(5n+1), .grid-uniform .medium-down--two-tenths:nth-child(5n+1), .grid-uniform .medium-down--one-sixth:nth-child(6n+1), .grid-uniform .medium-down--two-twelfths:nth-child(6n+1), .grid-uniform .medium-down--two-sixths:nth-child(3n+1), .grid-uniform .medium-down--three-sixths:nth-child(2n+1), .grid-uniform .medium-down--two-eighths:nth-child(4n+1), .grid-uniform .medium-down--four-eighths:nth-child(2n+1), .grid-uniform .medium-down--five-tenths:nth-child(2n+1), .grid-uniform .medium-down--one-twelfth:nth-child(12n+1), .grid-uniform .medium-down--two-twelfths:nth-child(6n+1), .grid-uniform .medium-down--three-twelfths:nth-child(4n+1), .grid-uniform .medium-down--four-twelfths:nth-child(3n+1), .grid-uniform .medium-down--six-twelfths:nth-child(2n+1) {
    clear: both;
  }

}

@media only screen and (min-width: 769px) {
  .large--one-whole {
    width: 100%;
  }

  .large--one-half, .large--two-quarters, .large--three-sixths, .large--four-eighths, .large--five-tenths, .large--six-twelfths {
    width: 50%;
  }

  .large--one-third, .large--two-sixths, .large--four-twelfths {
    width: 33.333%;
  }

  .large--two-thirds, .large--four-sixths, .large--eight-twelfths {
    width: 66.666%;
  }

  .large--one-quarter, .large--two-eighths, .large--three-twelfths {
    width: 25%;
  }

  .large--three-quarters, .large--six-eighths, .large--nine-twelfths {
    width: 75%;
  }

  .large--one-fifth, .large--two-tenths {
    width: 20%;
  }

  .large--two-fifths, .large--four-tenths {
    width: 40%;
  }

  .large--three-fifths, .large--six-tenths {
    width: 60%;
  }

  .large--four-fifths, .large--eight-tenths {
    width: 80%;
  }

  .large--one-sixth, .large--two-twelfths {
    width: 16.666%;
  }

  .large--five-sixths, .large--ten-twelfths {
    width: 83.333%;
  }

  .large--one-eighth {
    width: 12.5%;
  }

  .large--three-eighths {
    width: 37.5%;
  }

  .large--five-eighths {
    width: 62.5%;
  }

  .large--seven-eighths {
    width: 87.5%;
  }

  .large--one-tenth {
    width: 10%;
  }

  .large--three-tenths {
    width: 30%;
  }

  .large--seven-tenths {
    width: 70%;
  }

  .large--nine-tenths {
    width: 90%;
  }

  .large--one-twelfth {
    width: 8.333%;
  }

  .large--five-twelfths {
    width: 41.666%;
  }

  .large--seven-twelfths {
    width: 58.333%;
  }

  .large--eleven-twelfths {
    width: 91.666%;
  }

  .large--show {
    display: block !important;
  }

  .large--hide {
    display: none !important;
  }

  .large--text-left {
    text-align: left !important;
  }

  .large--text-right {
    text-align: right !important;
  }

  .large--text-center {
    text-align: center !important;
  }

  .large--left {
    float: left !important;
  }

  .large--right {
    float: right !important;
  }

  .grid-uniform .large--one-half:nth-child(2n+1), .grid-uniform .large--two-quarters:nth-child(2n+1), .grid-uniform .large--three-sixths:nth-child(2n+1), .grid-uniform .large--four-eighths:nth-child(2n+1), .grid-uniform .large--five-tenths:nth-child(2n+1), .grid-uniform .large--six-twelfths:nth-child(2n+1), .grid-uniform .large--one-third:nth-child(3n+1), .grid-uniform .large--two-sixths:nth-child(3n+1), .grid-uniform .large--four-twelfths:nth-child(3n+1), .grid-uniform .large--one-quarter:nth-child(4n+1), .grid-uniform .large--two-eighths:nth-child(4n+1), .grid-uniform .large--three-twelfths:nth-child(4n+1), .grid-uniform .large--one-fifth:nth-child(5n+1), .grid-uniform .large--two-tenths:nth-child(5n+1), .grid-uniform .large--one-sixth:nth-child(6n+1), .grid-uniform .large--two-twelfths:nth-child(6n+1), .grid-uniform .large--two-sixths:nth-child(3n+1), .grid-uniform .large--three-sixths:nth-child(2n+1), .grid-uniform .large--two-eighths:nth-child(4n+1), .grid-uniform .large--four-eighths:nth-child(2n+1), .grid-uniform .large--five-tenths:nth-child(2n+1), .grid-uniform .large--one-twelfth:nth-child(12n+1), .grid-uniform .large--two-twelfths:nth-child(6n+1), .grid-uniform .large--three-twelfths:nth-child(4n+1), .grid-uniform .large--four-twelfths:nth-child(3n+1), .grid-uniform .large--six-twelfths:nth-child(2n+1) {
    clear: both;
  }
}
[class*="push--"] {
  position: relative;
}

.push--one-whole {
  left: 100%;
}

.push--one-half, .push--two-quarters, .push--three-sixths, .push--four-eighths, .push--five-tenths, .push--six-twelfths {
  left: 50%;
}

.push--one-third, .push--two-sixths, .push--four-twelfths {
  left: 33.333%;
}

.push--two-thirds, .push--four-sixths, .push--eight-twelfths {
  left: 66.666%;
}

.push--one-quarter, .push--two-eighths, .push--three-twelfths {
  left: 25%;
}

.push--three-quarters, .push--six-eighths, .push--nine-twelfths {
  left: 75%;
}

.push--one-fifth, .push--two-tenths {
  left: 20%;
}

.push--two-fifths, .push--four-tenths {
  left: 40%;
}

.push--three-fifths, .push--six-tenths {
  left: 60%;
}

.push--four-fifths, .push--eight-tenths {
  left: 80%;
}

.push--one-sixth, .push--two-twelfths {
  left: 16.666%;
}

.push--five-sixths, .push--ten-twelfths {
  left: 83.333%;
}

.push--one-eighth {
  left: 12.5%;
}

.push--three-eighths {
  left: 37.5%;
}

.push--five-eighths {
  left: 62.5%;
}

.push--seven-eighths {
  left: 87.5%;
}

.push--one-tenth {
  left: 10%;
}

.push--three-tenths {
  left: 30%;
}

.push--seven-tenths {
  left: 70%;
}

.push--nine-tenths {
  left: 90%;
}

.push--one-twelfth {
  left: 8.333%;
}

.push--five-twelfths {
  left: 41.666%;
}

.push--seven-twelfths {
  left: 58.333%;
}

.push--eleven-twelfths {
  left: 91.666%;
}


@media only screen and (min-width: 481px) and (max-width: 768px) {

  .push--medium--one-whole {
    left: 100%;
  }

  .push--medium--one-half, .push--medium--two-quarters, .push--medium--three-sixths, .push--medium--four-eighths, .push--medium--five-tenths, .push--medium--six-twelfths {
    left: 50%;
  }

  .push--medium--one-third, .push--medium--two-sixths, .push--medium--four-twelfths {
    left: 33.333%;
  }

  .push--medium--two-thirds, .push--medium--four-sixths, .push--medium--eight-twelfths {
    left: 66.666%;
  }

  .push--medium--one-quarter, .push--medium--two-eighths, .push--medium--three-twelfths {
    left: 25%;
  }

  .push--medium--three-quarters, .push--medium--six-eighths, .push--medium--nine-twelfths {
    left: 75%;
  }

  .push--medium--one-fifth, .push--medium--two-tenths {
    left: 20%;
  }

  .push--medium--two-fifths, .push--medium--four-tenths {
    left: 40%;
  }

  .push--medium--three-fifths, .push--medium--six-tenths {
    left: 60%;
  }

  .push--medium--four-fifths, .push--medium--eight-tenths {
    left: 80%;
  }

  .push--medium--one-sixth, .push--medium--two-twelfths {
    left: 16.666%;
  }

  .push--medium--five-sixths, .push--medium--ten-twelfths {
    left: 83.333%;
  }

  .push--medium--one-eighth {
    left: 12.5%;
  }

  .push--medium--three-eighths {
    left: 37.5%;
  }

  .push--medium--five-eighths {
    left: 62.5%;
  }

  .push--medium--seven-eighths {
    left: 87.5%;
  }

  .push--medium--one-tenth {
    left: 10%;
  }

  .push--medium--three-tenths {
    left: 30%;
  }

  .push--medium--seven-tenths {
    left: 70%;
  }

  .push--medium--nine-tenths {
    left: 90%;
  }

  .push--medium--one-twelfth {
    left: 8.333%;
  }

  .push--medium--five-twelfths {
    left: 41.666%;
  }

  .push--medium--seven-twelfths {
    left: 58.333%;
  }

  .push--medium--eleven-twelfths {
    left: 91.666%;
  }

  @media only screen and (max-width: 481px){

  .push--small--one-whole {
    left: 100%;
  }

  .push--small--one-half, .push--small--two-quarters, .push--small--three-sixths, .push--small--four-eighths, .push--small--five-tenths, .push--small--six-twelfths {
    left: 50%;
  }

  .push--small--one-third, .push--small--two-sixths, .push--small--four-twelfths {
    left: 33.333%;
  }

  .push--small--two-thirds, .push--small--four-sixths, .push--small--eight-twelfths {
    left: 66.666%;
  }

  .push--small--one-quarter, .push--small--two-eighths, .push--small--three-twelfths {
    left: 25%;
  }

  .push--small--three-quarters, .push--small--six-eighths, .push--small--nine-twelfths {
    left: 75%;
  }

  .push--small--one-fifth, .push--small--two-tenths {
    left: 20%;
  }

  .push--small--two-fifths, .push--small--four-tenths {
    left: 40%;
  }

  .push--small--three-fifths, .push--small--six-tenths {
    left: 60%;
  }

  .push--small--four-fifths, .push--small--eight-tenths {
    left: 80%;
  }

  .push--small--one-sixth, .push--small--two-twelfths {
    left: 16.666%;
  }

  .push--small--five-sixths, .push--small--ten-twelfths {
    left: 83.333%;
  }

  .push--small--one-eighth {
    left: 12.5%;
  }

  .push--small--three-eighths {
    left: 37.5%;
  }

  .push--small--five-eighths {
    left: 62.5%;
  }

  .push--small--seven-eighths {
    left: 87.5%;
  }

  .push--small--one-tenth {
    left: 10%;
  }

  .push--small--three-tenths {
    left: 30%;
  }

  .push--small--seven-tenths {
    left: 70%;
  }

  .push--small--nine-tenths {
    left: 90%;
  }

  .push--small--one-twelfth {
    left: 8.333%;
  }

  .push--small--five-twelfths {
    left: 41.666%;
  }

  .push--small--seven-twelfths {
    left: 58.333%;
  }

  .push--small--eleven-twelfths {
    left: 91.666%;
  }
}
}
@media only screen and (max-width: 768px) {
  .push--medium-down--one-whole {
    left: 100%;
  }

  .push--medium-down--one-half, .push--medium-down--two-quarters, .push--medium-down--three-sixths, .push--medium-down--four-eighths, .push--medium-down--five-tenths, .push--medium-down--six-twelfths {
    left: 50%;
  }

  .push--medium-down--one-third, .push--medium-down--two-sixths, .push--medium-down--four-twelfths {
    left: 33.333%;
  }

  .push--medium-down--two-thirds, .push--medium-down--four-sixths, .push--medium-down--eight-twelfths {
    left: 66.666%;
  }

  .push--medium-down--one-quarter, .push--medium-down--two-eighths, .push--medium-down--three-twelfths {
    left: 25%;
  }

  .push--medium-down--three-quarters, .push--medium-down--six-eighths, .push--medium-down--nine-twelfths {
    left: 75%;
  }

  .push--medium-down--one-fifth, .push--medium-down--two-tenths {
    left: 20%;
  }

  .push--medium-down--two-fifths, .push--medium-down--four-tenths {
    left: 40%;
  }

  .push--medium-down--three-fifths, .push--medium-down--six-tenths {
    left: 60%;
  }

  .push--medium-down--four-fifths, .push--medium-down--eight-tenths {
    left: 80%;
  }

  .push--medium-down--one-sixth, .push--medium-down--two-twelfths {
    left: 16.666%;
  }

  .push--medium-down--five-sixths, .push--medium-down--ten-twelfths {
    left: 83.333%;
  }

  .push--medium-down--one-eighth {
    left: 12.5%;
  }

  .push--medium-down--three-eighths {
    left: 37.5%;
  }

  .push--medium-down--five-eighths {
    left: 62.5%;
  }

  .push--medium-down--seven-eighths {
    left: 87.5%;
  }

  .push--medium-down--one-tenth {
    left: 10%;
  }

  .push--medium-down--three-tenths {
    left: 30%;
  }

  .push--medium-down--seven-tenths {
    left: 70%;
  }

  .push--medium-down--nine-tenths {
    left: 90%;
  }

  .push--medium-down--one-twelfth {
    left: 8.333%;
  }

  .push--medium-down--five-twelfths {
    left: 41.666%;
  }

  .push--medium-down--seven-twelfths {
    left: 58.333%;
  }

  .push--medium-down--eleven-twelfths {
    left: 91.666%;
  }
}
@media only screen and (min-width: 769px) {
  .push--large--one-whole {
    left: 100%;
  }

  .push--large--one-half, .push--large--two-quarters, .push--large--three-sixths, .push--large--four-eighths, .push--large--five-tenths, .push--large--six-twelfths {
    left: 50%;
  }

  .push--large--one-third, .push--large--two-sixths, .push--large--four-twelfths {
    left: 33.333%;
  }

  .push--large--two-thirds, .push--large--four-sixths, .push--large--eight-twelfths {
    left: 66.666%;
  }

  .push--large--one-quarter, .push--large--two-eighths, .push--large--three-twelfths {
    left: 25%;
  }

  .push--large--three-quarters, .push--large--six-eighths, .push--large--nine-twelfths {
    left: 75%;
  }

  .push--large--one-fifth, .push--large--two-tenths {
    left: 20%;
  }

  .push--large--two-fifths, .push--large--four-tenths {
    left: 40%;
  }

  .push--large--three-fifths, .push--large--six-tenths {
    left: 60%;
  }

  .push--large--four-fifths, .push--large--eight-tenths {
    left: 80%;
  }

  .push--large--one-sixth, .push--large--two-twelfths {
    left: 16.666%;
  }

  .push--large--five-sixths, .push--large--ten-twelfths {
    left: 83.333%;
  }

  .push--large--one-eighth {
    left: 12.5%;
  }

  .push--large--three-eighths {
    left: 37.5%;
  }

  .push--large--five-eighths {
    left: 62.5%;
  }

  .push--large--seven-eighths {
    left: 87.5%;
  }

  .push--large--one-tenth {
    left: 10%;
  }

  .push--large--three-tenths {
    left: 30%;
  }

  .push--large--seven-tenths {
    left: 70%;
  }

  .push--large--nine-tenths {
    left: 90%;
  }

  .push--large--one-twelfth {
    left: 8.333%;
  }

  .push--large--five-twelfths {
    left: 41.666%;
  }

  .push--large--seven-twelfths {
    left: 58.333%;
  }

  .push--large--eleven-twelfths {
    left: 91.666%;
  }
}
html {
  background-color: #f2f2f2;
}

body {
  background-color: #fff;
}

.wrapper {
  *zoom: 1;
  max-width: 1170px;
  margin: 0 auto;
}

.wrapper:after {
  content: '';
  display: table;
  clear: both;
}

@media screen and (min-width: 480px) {
  .wrapper {
    padding: 0 30px;
  }
}
.main-content {
  display: block;
  margin-top: 30px;
  padding-bottom: 60px;
}

.display-table {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.display-table-cell {
  display: table-cell;
  vertical-align: middle;
  float: none;
}


@media (max-width: 1023px){
.single-product-features__overlay {
  background-color: rgba(33, 33, 33, 0) !important;
}

}

@media (max-width: 767px){
  #pro-deal-form iframe{
    min-height: 850px !important;
  }

  .logo-small {
    width: 100px;
  }

  .mobile-hide {
  display:none;
}

.product-tech.without-curtain {
  height: 925px !important;
}


  #collections .table-cell{
    vertical-align: middle;
  }

  #collections .hero.hero--tight {
  height: 300px;
}


 #biolite-outdoor-amp-off-grid-energy-free-shipping-75-and-up .story-grid__header h3 {
   padding-right:15px !important;
    padding-left:15px !important;
  }

  #biolite-outdoor-amp-off-grid-energy-free-shipping-75-and-up .single-product-features .nav-circles li {
    margin: 0 10px;
  }

  #biolite-outdoor-amp-off-grid-energy-free-shipping-75-and-up .home-feature {
    padding-left: 15px !important;
    padding-right: 15px !important;
    text-align:center;

  }

  #biolite-outdoor-amp-off-grid-energy-free-shipping-75-and-up .single-product-features {
  min-height: 455px;
}

}

#pro-deal-form iframe{
    min-height: 900px;
  }



@media screen and (min-width: 769px) {
  .large--display-table {
    display: table;
    table-layout: fixed;
    width: 100%;
  }

  .large--display-table-cell {
    display: table-cell;
    vertical-align: middle;
    float: none;
  }
}
body, input, textarea, button, select {
  font-size: 14px;
  line-height: 1.6;
  font-family: "HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;
  color: #333;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: "HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 700;
  margin: 0 0 0.5em;
  line-height: 1.4;
}

h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a, h6 a, .h6 a {
  text-decoration: none;
  font-weight: inherit;
}

h1, .h1 {
  font-size: 2.57143em;
}

h2, .h2 {
  font-size: 2em;
}

h3, .h3 {
  font-size: 1.57143em;
}

h4, .h4 {
  font-size: 1.42857em;
}

h5, .h5 {
  font-size: 1.14286em;
}

h6, .h6 {
  font-size: 1em;
}

p {
  margin: 0 0 15px 0;
}

p img {
  margin: 0;
}

em {
  font-style: italic;
}

b, strong {
  font-weight: bold;
}

small {
  font-size: 0.9em;
}

sup, sub {
  position: relative;
  font-size: 60%;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.5em;
}

blockquote {
  font-size: 1.125em;
  line-height: 1.45;
  font-style: italic;
  margin: 0 0 30px;
  padding: 15px 30px;
  border-left: 1px solid #e5e5e5;
}

blockquote p {
  margin-bottom: 0;
}

blockquote p + cite {
  margin-top: 15px;
}

blockquote cite {
  display: block;
  font-size: 0.75em;
}

blockquote cite:before {
  content: '\2014 \0020';
}

code, pre {
  background-color: #faf7f5;
  font-family: Consolas,monospace;
  font-size: 1em;
  border: 0 none;
  padding: 0 2px;
  color: #51ab62;
}

pre {
  overflow: auto;
  padding: 15px;
  margin: 0 0 30px;
}

hr {
  clear: both;
  border-top: solid #e5e5e5;
  border-width: 1px 0 0;
  margin: 30px 0;
  height: 0;
}

hr.hr--small {
  margin: 15px 0;
}

hr.hr--clear {
  border-top-color: transparent;
}

.section-header {
  margin-bottom: 20px;
}

@media screen and (min-width: 769px) {
  .section-header {
    display: table;
    width: 100%;
  }

  .section-header--title {
    margin-bottom: 12px;
  }

  .section-header--left {
    display: table-cell;
    vertical-align: middle;
    margin-bottom: 0;
  }

  .section-header--left h1, .section-header--left .h1, .section-header--left h2, .section-header--left .h2, .section-header--left h3, .section-header--left .h3, .section-header--left h4, .section-header--left .h4, .section-header--left .h1, .section-header--left .h2, .section-header--left .h3, .section-header--left .h4 {
    margin-bottom: 0;
  }

  .section-header--right {
    display: table-cell;
    vertical-align: middle;
    text-align: right;
    width: 335px;
  }
}
@media screen and (min-width: 769px) and (max-width: 768px) {
  .section-header--right {
    margin-bottom: 30px;
  }
}
.section-header--right .form-horizontal, .section-header--right .collection-view {
  display: inline-block;
  vertical-align: middle;
}

@media screen and (min-width: 481px) {
  .section-header--right label + select, .section-header--right .collection-view {
    margin-left: 15px;
  }
}
.collection-view {
  display: inline-block;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  padding: 11px;
  height: 37px;
}

.lt-ie9 .collection-view {
  display: none;
}

@media screen and (min-width: 769px) {
  .collection-view {
    display: inline-block;
  }
}
.collection-view a {
  display: block;
  float: left;
  opacity: 0.7;
  cursor: pointer;
}

.collection-view a + a {
  margin-left: 10px;
}

.collection-view a.collection-view--active {
  opacity: 1;
  cursor: default;
}

.collection-view img {
  display: block;
  opacity: inherit;
}

.rte {
  margin-bottom: 15px;
}

.rte h1, .rte .h1, .rte h2, .rte .h2, .rte h3, .rte .h3, .rte h4, .rte .h4, .rte h5, .rte .h5, .rte h6, .rte .h6 {
  margin-top: 2em;
}

.rte h1:first-child, .rte .h1:first-child, .rte h2:first-child, .rte .h2:first-child, .rte h3:first-child, .rte .h3:first-child, .rte h4:first-child, .rte .h4:first-child, .rte h5:first-child, .rte .h5:first-child, .rte h6:first-child, .rte .h6:first-child {
  margin-top: 0;
}

.rte > div {
  margin-bottom: 15px;
}

.rte ul, .rte ol {
  margin-left: 35px;
}

.rte li {
  margin-bottom: 0.4em;
}

.rte-header {
  margin-bottom: 0;
}

a {
  color: #747474;
  text-decoration: underline;
  background: transparent;
}

a:hover, a:focus {
  color: #9a9a9a;
}

button {
  overflow: visible;
}

button[disabled], html input[disabled] {
  cursor: default;
}

ul, ol {
  margin: 0 0 30px;
  padding: 0;
}

ul {
  list-style: none outside;
}

ol {
  list-style: decimal;
}

ul ul, ul ol, ol ol, ol ul {
  margin: 4px 0 5px 20px;
}

li {
  margin-bottom: 0.2em;
}

ol, ul.square, ul.disc, .rte ul {
  margin-left: 20px;
}

ul.square {
  list-style: square outside;
}

ul.disc, .rte ul {
  list-style: disc outside;
}

ol.alpha {
  list-style: lower-alpha outside;
}

.inline-list li {
  display: inline-block;
  margin-bottom: 0;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

table.full {
  width: 100%;
  margin-bottom: 1em;
}

.table-wrap {
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

th {
  font-weight: bold;
}

th, td {
  text-align: left;
  padding: 15px;
  border: 1px solid #e5e5e5;
}

.media, .media-flex {
  overflow: hidden;
  _overflow: visible;
  zoom: 1;
}

.media-img {
  float: left;
  margin-right: 30px;
}

.media-img-right {
  float: right;
  margin-left: 30px;
}

.media-img img, .media-img-right img {
  display: block;
}

img {
  border: 0 none;
}

svg:not(:root) {
  overflow: hidden;
}

img.auto, .grid__item img, .grid__item iframe {
  max-width: 100%;
}

/*
#biolite-powerlight-mini-on-the-go-light-amp-power img.auto, .grid__item img, .grid__item iframe {
  max-width: 585px;
}

@media screen and (max-width: 768px) {
  #biolite-powerlight-mini-on-the-go-light-amp-power img.auto, .grid__item img, .grid__item iframe {
  max-width: 100%;
}
}*/


.video-wrapper {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  height: auto;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

form {
  margin-bottom: 30px;
}

input, textarea, button, select {
  font-size: 1em;
}

button, input[type="text"], input[type="search"], input[type="password"], input[type="email"], input[type="file"], input[type="number"], input[type="tel"], input[type="submit"], textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
}

input, textarea, select, fieldset {
  border-radius: 3px;
  max-width: 100%;
}

input.input-full, textarea.input-full, select.input-full, fieldset.input-full {
  width: 100%;
}

input, select, textarea {
  padding: 8px 10px;
  line-height: 1.42;
}

fieldset {
  border: 1px solid #e5e5e5;
  padding: 15px;
}

legend {
  border: 0;
  padding: 0;
}

optgroup {
  font-weight: bold;
}

input {
  display: inline-block;
  width: auto;
}

button, input[type="submit"] {
  cursor: pointer;
}

input[type="text"], input[type="search"], input[type="password"], input[type="email"], input[type="file"], input[type="number"], input[type="tel"], textarea, select {
  border: 1px solid #e5e5e5;
  width: 100%;
  max-width: 100%;
  display: block;
  margin: 0 0 1em;
}

input[type="text"]:focus, input[type="search"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="file"]:focus, input[type="number"]:focus, input[type="tel"]:focus, textarea:focus, select:focus {
  border: 1px solid #ccc;
}

input[type="text"][disabled], input[type="text"].disabled, input[type="search"][disabled], input[type="search"].disabled, input[type="password"][disabled], input[type="password"].disabled, input[type="email"][disabled], input[type="email"].disabled, input[type="file"][disabled], input[type="file"].disabled, input[type="number"][disabled], input[type="number"].disabled, input[type="tel"][disabled], input[type="tel"].disabled, textarea[disabled], textarea.disabled, select[disabled], select.disabled {
  cursor: default;
  background-color: #f6f6f6;
  border-color: #b6b6b6;
}

textarea {
  min-height: 100px;
}

input[type="checkbox"], input[type="radio"] {
  display: inline;
  margin: 0;
  padding: 0;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-position: right center;
  background-image: url("//cdn.shopify.com/s/files/1/0383/9765/t/3/assets/ico-select.svg?v=1415738759");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-color: transparent;
  padding-right: 28px;
  text-indent: 0.01px;
  text-overflow: '';
  cursor: pointer;
}

.ie9 select, .lt-ie9 select {
  padding-right: 10px;
  background-image: none;
}

select::-ms-expand {
  display: none;
}

label, legend {
  display: block;
  margin-bottom: 2px;
  font-weight: bold;
}

label.inline, legend.inline {
  display: inline;
}

.form-horizontal label.label--hidden, label.label--hidden, .form-horizontal legend.label--hidden, legend.label--hidden {
  height: 0;
  width: 0;
  margin-bottom: 0;
  overflow: hidden;
}

.ie9 .form-horizontal label.label--hidden, .lt-ie9 .form-horizontal label.label--hidden, .ie9 label.label--hidden, .lt-ie9 label.label--hidden, .ie9 .form-horizontal legend.label--hidden, .lt-ie9 .form-horizontal legend.label--hidden, .ie9 legend.label--hidden, .lt-ie9 legend.label--hidden {
  height: auto;
  margin-bottom: 2px;
  overflow: visible;
}

input[type="checkbox"] + label, input[type="radio"] + label {
  font-weight: normal;
}

label[for] {
  cursor: pointer;
}

.label-hint {
  color: #999;
}

form.form-horizontal, .form-horizontal {
  margin-bottom: 0;
}

form.form-horizontal input[type="text"], form.form-horizontal input[type="search"], form.form-horizontal input[type="password"], form.form-horizontal input[type="email"], form.form-horizontal input[type="file"], form.form-horizontal input[type="number"], form.form-horizontal input[type="tel"], form.form-horizontal textarea, form.form-horizontal select, form.form-horizontal label, .form-horizontal input[type="text"], .form-horizontal input[type="search"], .form-horizontal input[type="password"], .form-horizontal input[type="email"], .form-horizontal input[type="file"], .form-horizontal input[type="number"], .form-horizontal input[type="tel"], .form-horizontal textarea, .form-horizontal select, .form-horizontal label {
  display: inline-block;
  margin-bottom: 0;
  width: auto;
}

input[type="text"].error, input[type="search"].error, input[type="password"].error, input[type="email"].error, input[type="file"].error, input[type="number"].error, input[type="tel"].error, textarea.error {
  border-color: #d02e2e;
  background-color: #fff6f6;
  color: #d02e2e;
}

label.error {
  color: #d02e2e;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

.input-group .input-group-field:first-child, .input-group .input-group-btn:first-child, .input-group .input-group-btn:first-child > .btn, .input-group .input-group-btn:first-child > .btn--secondary, .input-group .input-group-btn:first-child > input[type="submit"], .input-group input[type="hidden"]:first-child + .input-group-field, .input-group input[type="hidden"]:first-child + .input-group-btn > .btn, .input-group input[type="hidden"]:first-child + .input-group-btn > .btn--secondary, .input-group input[type="hidden"]:first-child + .input-group-btn > input[type="submit"] {
  border-radius: 3px 0 0 3px;
}

.input-group .input-group-field:last-child, .input-group .input-group-btn:last-child > .btn, .input-group .input-group-btn:last-child > .btn--secondary, .input-group .input-group-btn:last-child > input[type="submit"] {
  border-radius: 0 3px 3px 0;
}

.input-group input::-moz-focus-inner {
  border: 0;
  padding: 0;
  margin-top: -1px;
  margin-bottom: -1px;
}

.input-group-field, .input-group-btn {
  display: table-cell;
  vertical-align: middle;
  margin: 0;
}

.input-group .btn, .input-group .btn--secondary, .input-group input[type="submit"], .input-group .input-group-field {
  height: 37px;
}

.input-group .input-group-field {
  width: 100%;
  margin-bottom: 0;
}

.input-group-btn {
  position: relative;
  white-space: nowrap;
  width: 1%;
  padding: 0;
}

.icon-fallback-text .icon {
  display: none;
}

.supports-fontface .icon-fallback-text .icon {
  display: inline-block;
}

.supports-fontface .icon-fallback-text .fallback-text {
  clip: rect(0 0 0 0);
  overflow: hidden;
  position: absolute;
  height: 1px;
  width: 1px;
}

.payment-icons {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  cursor: default;
}

.payment-icons li {
  margin: 0 7.5px 7.5px;
  color: #bbbbbb;
  cursor: default;
}

.payment-icons .icon {
  font-size: 30px;
  line-height: 30px;
}

.payment-icons .fallback-text {
  text-transform: capitalize;
}

.social-icons li {
  margin: 0 15px 15px;
  vertical-align: middle;
}

@media screen and (min-width: 481px) {
  .social-icons li {
    margin-left: 0;
  }
}
.social-icons li .icon {
  font-size: 30px;
  line-height: 26px;
}

.social-icons li a {
  color: #bbbbbb;
}

.social-icons li a:hover {
  color: #a2a2a2;
}

.pagination {
  margin-bottom: 1em;
}

.pagination-custom {
  display: inline-block;
  padding-left: 0;
  margin: 0 0 30px;
  border-radius: 3px;
}

.pagination-custom > li {
  display: inline;
}

.pagination-custom > li > a, .pagination-custom > li > span {
  position: relative;
  float: left;
  padding: 5px 10px;
  margin-left: -1px;
  line-height: 1.42;
  text-decoration: none;
  border: 1px solid #e5e5e5;
}

.pagination-custom > li:first-child > a, .pagination-custom > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.pagination-custom > li:last-child > a, .pagination-custom > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.pagination-custom > .active > a, .pagination-custom > .active > span, .pagination-custom > .active > a:hover, .pagination-custom > .active > span:hover, .pagination-custom > .active > a:focus, .pagination-custom > .active > span:focus {
  z-index: 2;
  cursor: default;
  color: #333;
}

.pagination-custom > .disabled > span, .pagination-custom > .disabled > a, .pagination-custom > .disabled > a:hover, .pagination-custom > .disabled > a:focus {
  color: #999999;
  cursor: not-allowed;
}

.pagination-custom-lg > li > a, .pagination-custom-lg > li > span {
  padding: 10px 16px;
  font-size: 1.28571em;
}

.pagination-custom-lg > li:first-child > a, .pagination-custom-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}

.pagination-custom-lg > li:last-child > a, .pagination-custom-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.pagination-custom-sm > li > a, .pagination-custom-sm > li > span {
  padding: 5px 10px;
  font-size: 0.85714em;
}

.pagination-custom-sm > li:first-child > a, .pagination-custom-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.pagination-custom-sm > li:last-child > a, .pagination-custom-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.site-header {
  padding: 15px 0;
}

@media screen and (min-width: 769px) {
  .site-header {
    padding: 30px 0;
  }
}
@media screen and (min-width: 769px) {
  .site-header .grid, .site-header .grid--rev, .site-header .grid--full {
    display: table;
    table-layout: fixed;
    width: 100%;
  }

  .site-header .grid > .grid__item, .site-header .grid--rev > .grid__item, .site-header .grid--full > .grid__item {
    float: none;
    display: table-cell;
    vertical-align: middle;
  }
}
.header-logo {
  text-align: center;
  font-size: 2.85714em;
  margin: 0 auto 15px;
  max-width: 450px;
}

@media screen and (min-width: 769px) {
  .header-logo {
    margin-bottom: 0;
  }
}
.header-logo a, .header-logo a:hover, .header-logo a:focus {
  text-decoration: none;
}

.header-logo a, .header-logo img {
  display: block;
}

.header-logo img {
  margin: 0 auto;
}

.site-header--text-links {
  margin-bottom: 0;
}

.search-bar {
  max-width: 100%;
}

@media screen and (max-width: 768px) {
  .search-bar {
    margin: 0 auto;
  }
}
.nav-bar {
  background-color: #f2f2f2;
}

.nav-bar ul {
  margin: 0;
}

.nav-bar li {
  margin: 0;
}

.site-nav {
  font-size: 1.14286em;
  cursor: default;
}

.site-nav li {
  margin: 0;
  display: block;
}

.site-nav > li {
  position: relative;
  display: inline-block;
}

.site-nav > li:first-child a {
  padding-left: 0;
}

@media screen and (max-width: 931px) {
  .site-nav {
    margin: 0 auto;
    text-align: center;
  }
}
.site-nav__link {
  display: block;
  text-decoration: none;
  padding: 15px;
  white-space: nowrap;
  color: #333;
}

.site-nav__link:hover, .site-nav__link:active, .site-nav__link:focus {
  color: #0d0d0d;
}

.site-nav--active .site-nav__link {
  font-weight: bold;
}

.site-nav__dropdown {
  display: none;
  position: absolute;
  left: 0;
  z-index: 5;
}

.supports-no-touch .site-nav--has-dropdown:hover .site-nav__dropdown, .site-nav--has-dropdown.nav-hover .site-nav__dropdown, .nav-focus + .site-nav__dropdown {
  display: block;
}

.site-nav__dropdown a {
  background-color: #f2f2f2;
}

.site-nav__dropdown a:hover, .site-nav__dropdown a:active, .site-nav__dropdown a:focus {
  background-color: #d8d8d8;
}

.nav-search {
  position: relative;
  padding: 7px 0;
}

@media screen and (max-width: 768px) {
  .nav-search {
    padding: 0 0 15px;
    margin: 0 auto;
    text-align: center;
  }
}
.nav-search .input-group, .nav-search .input-group-field {
  margin-bottom: 0;
}

.site-footer {
  background-color: #f2f2f2;
  border-top: 1px solid #e5e5e5;
  padding: 30px 0;
  color: #636363;
}

@media screen and (min-width: 769px) {
  .site-footer {
    padding: 60px 0;
  }
}
.grid__image {
  display: block;
  margin: 0 auto 15px;
}

.grid__image img {
  display: block;
  margin: 0 auto;
}

.filter--active {
  font-weight: bold;
}

.breadcrumb {
  margin-bottom: 30px;
}

.breadcrumb a, .breadcrumb span {
  display: inline-block;
  padding: 15px 7px 15px 0;
  margin-right: 7px;
}

.breadcrumb a:first-child, .breadcrumb span:first-child {
  padding-left: 0;
}

.product-single__variants {
  display: none;
}

.no-js .product-single__variants {
  display: block;
}

@media screen and (min-width: 769px) {
  .selector-wrapper select, .product-single__variants select {
    max-width: 40%;
  }
}
.product-single__photos {
  margin-bottom: 30px;
}

.product-single__photos a, .product-single__photos img, .product-single__thumbnails a, .product-single__thumbnails img {
  display: block;
  margin: 0 auto;
}

.product-single__photos li, .product-single__thumbnails li {
  margin-bottom: 30px;
}

.comment {
  margin-bottom: 30px;
}

.comment + .comment {
  border-top: 1px solid #e5e5e5;
  padding-top: 30px;
}

.note, .errors {
  border-radius: 3px;
  padding: 6px 12px;
  margin-bottom: 15px;
  border: 1px solid transparent;
  font-size: 0.9em;
  text-align: left;
}

.note ul, .note ol, .errors ul, .errors ol {
  margin-top: 0;
  margin-bottom: 0;
}

.note li:last-child, .errors li:last-child {
  margin-bottom: 0;
}

.note p, .errors p {
  margin-bottom: 0;
}

.note {
  border-color: #e5e5e5;
}

.errors ul {
  list-style: disc outside;
  margin-left: 20px;
}

.form-success {
  color: #56ad6a;
  background-color: #ecfef0;
  border-color: #56ad6a;
}

.form-success a {
  color: #56ad6a;
  text-decoration: underline;
}

.form-success a:hover {
  text-decoration: none;
}

.form-error, .errors {
  color: #d02e2e;
  background-color: #fff6f6;
  border-color: #d02e2e;
}

.form-error a, .errors a {
  color: #d02e2e;
  text-decoration: underline;
}

.form-error a:hover, .errors a:hover {
  text-decoration: none;
}

.cart__row {
  position: relative;
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #e5e5e5;
}

.cart__row:first-child {
  margin-top: 0;
}

.cart__row:first-child {
  padding-top: 0;
  border-top: 0 none;
}

.cart__row .js-qty {
  margin: 0;
}

@media screen and (min-width: 769px) {
  .cart__row--table-large {
    display: table;
    table-layout: fixed;
    width: 100%;
  }

  .cart__row--table-large .grid__item {
    display: table-cell;
    vertical-align: middle;
    float: none;
  }
}
.cart__image {
  display: block;
}

.cart__image img {
  display: block;
}

.cart__subtotal {
  margin: 0 0 0 10px;
  display: inline;
}

.cart__mini-labels {
  display: block;
  margin: 10px 0;
  font-size: 0.85714em;
}

@media screen and (min-width: 769px) {
  .cart__mini-labels {
    display: none;
  }
}
.icomoon {
  display: inline-block;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.easeInSine {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}

.easeOutSine {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}

.easeInOutSine {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.easeInQuad {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

.easeOutQuad {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.easeInOutQuad {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.easeInCubic {
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.easeOutCubic {
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.easeInOutCubic {
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}

.easeInQuart {
  transition-timing-function: cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

.easeOutQuart {
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}

.easeInOutQuart {
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}

.easeInQuint {
  transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}

.easeOutQuint {
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}

.easeInOutQuint {
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}

.easeInExpo {
  transition-timing-function: cubic-bezier(0.95, 0.05, 0.795, 0.035);
}

.easeOutExpo {
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.easeInOutExpo {
  transition-timing-function: cubic-bezier(1, 0, 0, 1);
}

.easeInCirc {
  transition-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.335);
}

.easeOutCirc {
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}

.easeInOutCirc {
  transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.easeInBack {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

.easeOutBack {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.easeInOutBack {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

/**
 * Modules - Core
 */
/**
 * Control Navs/Target
 */
*[data-control-target] li {
  display: none;
}

/**
 * Biolite Emblem (Colored)
 */
.svg-biolite_emblem--small {
  width: 15px;
  height: 19px;
}

/**
 * Biolite Emblem (Colored)
 */
.svg-biolite_emblem .st0 {
  clip-path: url(#SVGID_2_);
  fill: #FDB913;
}
.svg-biolite_emblem .st1 {
  clip-path: url(#SVGID_2_);
  fill: #00B2B0;
}

/**
 * Biolite Emblem (White)
 */
.svg-biolite_emblem--white .st0 {
  clip-path: url(#SVGID_2_);
  fill: #ffffff;
}
.svg-biolite_emblem--white .st1 {
  clip-path: url(#SVGID_2_);
  fill: #ffffff;
}

/**
 * Biolite Loader
 */
#loader-full {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #f3f3f3;
  transition: all 250ms linear;
  opacity: 0;
}
#loader-full > div {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -20%;
  margin-top: -20%;
  width: 40%;
  height: 40%;
}

#svg-biolite, #svg-biolite--clone {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#svg-biolite {
  display: none;
}
#svg-biolite path {
  fill: transparent;
  stroke-width: 1px;
}
#svg-biolite .st0 {
  path: #FDB913;
  stroke: #FDB913;
  line: #FDB913;
}
#svg-biolite .st1 {
  path: #00B2B0;
  stroke: #00B2B0;
  line: #00B2B0;
}

#svg-biolite--clone {
  opacity: 0;
  transition: all 1s linear;
}
#svg-biolite--clone.show {
  opacity: 1;
}
#svg-biolite--clone .st0 {
  fill: #FDB913;
}
#svg-biolite--clone .st1 {
  fill: #00B2B0;
}

/**
 * SVG Icon(s)
 */
.svg-icon--circle_border {
  position: relative;
  display: inline-block;
  color: white;
  border: 2px solid rgba(255, 255, 255, 0.8);
  width: 36px;
  height: 36px;
  border-radius: 18px;
  text-align: center;
  cursor: pointer;
  font-weight: normal;
  font-size: 17px;
  line-height: 32px;
}
.svg-icon--circle_border svg {
  display: inline-block;
  position: relative;
  top: 4px;
  padding-left: 1px;
  fill: white;
  width: 30px;
  height: 28px;
}

/**
 * Body Inheritance Class -Remove header
 */
body.show--loader_full #loader-full {
  opacity: 1;
  z-index: 1000;
}

body.show--modal_overlay #wrap:before {
  content: '';
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.65);
  /* transition */
  visibility: visible;
  opacity: 1;
}

/**
 * Figure Animated
 */
.figure-campstove {
  margin-top: 100px;
}
.figure-campstove .figure-campstove__stages {
  position: relative;
  width: 100%;
  height: 10px;
  border-radius: 5px;
  border: 1px solid #cccccc;
  overflow: hidden;
  background-color: #d2eceb;
}
.figure-campstove .figure-campstove__stages:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-color: #fbdad5;
  width: 33.333333333333337%;
}
.figure-campstove .figure-campstove__stages:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  background-color: #fbedd6;
  width: 33.333333333333337%;
}
.figure-campstove .figure-campstove__stages .figure-campstove__stages-bar {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0%;
  border-radius: 5px 0 0 5px;
  z-index: 1;
  transition: background 250ms linear, width 2000ms linear;
}
.figure-campstove .figure-campstove__stages .figure-campstove__stages-bar.stage-1 {
  background-color: #ed432d;
  width: 33.333333333333337%;
}
.figure-campstove .figure-campstove__stages .figure-campstove__stages-bar.stage-2 {
  background-color: #63cac9;
  width: 66.666666667%;
}
.figure-campstove .figure-campstove__stages .figure-campstove__stages-bar.stage-3 {
  background-color: #FDB813;
  width: 100%;
}
.figure-campstove .figure-campstove__figure {
  position: relative;
  z-index: 2;
  margin: 0 auto;
  background-image: url("figure-campstove.png");
  background-repeat: no-repeat;
  background-size: auto auto;
  background-position: 50% 50%;
  width: 210px;
  height: 248px;
  top: -65px;
  margin-bottom: -65px;
}
.figure-campstove .figure-campstove--stage {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
}
.figure-campstove svg {
  width: 100%;
  height: 100%;
}
.figure-campstove #figure-campstove--stage-1 {
  width: 38px;
  height: 130px;
  top: 20px;
  left: 70px;
}
.figure-campstove #figure-campstove--stage-1 svg {
  width: 38px;
  height: 130px;
}
.figure-campstove #figure-campstove--stage-1 svg path {
  fill: #ed442e;
  opacity: 0.8;
}
.figure-campstove #figure-campstove--stage-2 {
  top: 75px;
  left: 75px;
  width: 145px;
  height: 95px;
}
.figure-campstove #figure-campstove--stage-2 svg {
  width: 100%;
  height: 100%;
}
.figure-campstove #figure-campstove--stage-2 svg path, .figure-campstove #figure-campstove--stage-2 svg polygon {
  fill: #63cac9;
  opacity: 0.8;
}
.figure-campstove #figure-campstove--stage-3 {
  top: 125px;
  left: 128px;
  height: 60px;
  width: 95px;
}
.figure-campstove #figure-campstove--stage-3 svg {
  width: 100%;
  height: 100%;
}
.figure-campstove #figure-campstove--stage-3 svg path, .figure-campstove #figure-campstove--stage-3 svg polygon {
  fill: #FEBE33;
  opacity: 0.8;
}

/**
 * Hide/Show
 */
.hidden {
  display: none !important;
}

/**
 * Positioning
 */
.rel {
  position: relative !important;
}

/**
 * Colors
 */
.primary {
  color: #35a8a6;
}

.yellow {
  color: #d9ab27;
}


.primary-warm {
  color: #20a09d;
}

.secondary {
  color: #ecb351;
}

.white {
  color: white;
}

.carbonBlack {
  color: #1b1b1b;
}

.offwhite {
  color: #f1f1f1;
}
.offwhite a {
  color: inherit;
  text-decoration: underline;
}

.gray-warm {
  color: #444444;
}

.red {
  color: #ea3d1f;
}

.gray-medium {
  color: #747475;
}

.gray-light {
  color: #a8a8a8;
}

.gray-lighter {
  color: #d4d4d4;
}

/**
 * Borders
 */
.border-primary, .border-green {
  border-color: #35a8a6;
}

.border-primary-warm {
  border-color: #20a09d;
}

.border-secondary, .border-orange {
  border-color: #ecb351;
}

/**
 * Font Weights & Styles
 */
.light {
  font-weight: 300;
}

.light-condensed {
  font-weight: 200;
}

.semibold {
  font-weight: 600;
}

.bold {
  font-weight: bold;
}

.black {
  font-weight: 800;
}


.italics {
  font-style: italic;
}

.caps {
  text-transform: uppercase;
}

.underline {
  text-decoration: underline;
}

.small {
  font-size: 15px;
}

.tiny {
  font-size: 13px;
}

/**
 * Font Families
 */
/**
 * Display
 */
.center {
  margin: 0 auto;
  float: none !important;
}

.table {
  display: table !important;
  height: 100%;
}

.table-cell {
  display: table-cell !important;
  vertical-align: middle;
}

.block {
  display: block;
}

.block--full {
  display: block;
  width: 100%;
  height: 100%;
}

/**
 * Backgrounds
 */
.bg--centered {
  background-size: auto auto;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.bg--white {
  background-color: white;
}

.bg--offwhite {
  background-color: #f3f3f3;
}

.bg--primary {
  background-color: #35a8a6;
}

.bg--secondary {
  background-color: #ecb351;
}

.bg-image--bottom_right {
  position: relative;
  background-repeat: no-repeat;
  background-position: 100% 100%;
}

.bg-image--top_right {
  position: relative;
  background-repeat: no-repeat;
  background-position: 100% 0%;
}

/**
 * Text Alignment
 */
.text-left {
  text-align: left !important;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

.text-links a {
  text-decoration: underline;
  color: inherit;
}

/**
 * Lists
 */
.list-inline {
  display: inline-block;
}
.list-inline li {
  position: relative;
  display: inline-block;
}
.list-inline.list-inline--has_divider li:before {
  position: relative;
  top: -1px;
  content: '|';
  padding: 0 5px;
}
.list-inline.list-inline--has_divider li:first-child:before {
  display: none;
}

.list-icons {
  margin: 0;
  width: 100%;
}
.list-icons li {
  position: relative;
  padding-left: 60px;
  color: white;
  margin-bottom: 15px;
}
.list-icons li .fa {
  position: absolute;
  top: 5px;
  left: 0;
  width: 44px;
  text-align: center;
  font-size: 30px;
}

/**
 * Mixixns
 */
.clearfix:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  visibility: hidden;
  clear: both;
}

/**
 * Floats
 */
.float-left, .pull-left {
  float: left !important;
}

.float-right, .pull-right {
  float: right !important;
}

.baseline {
  margin: 0;
  padding: 0;
  line-height: 1;
}

/**
 * Generate Padding/Margin Helpers
 */
.m0 {
  margin: 0px !important;
}

.mt0 {
  margin-top: 0px !important;
}

.mr0 {
  margin-right: 0px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.ml0 {
  margin-left: 0px !important;
}

.p0 {
  padding: 0px !important;
}

.pt0 {
  padding-top: 0px !important;
}

.pr0 {
  padding-right: 0px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.pl0 {
  padding-left: 0px !important;
}

.m10 {
  margin: 10px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.p10 {
  padding: 10px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.m20 {
  margin: 20px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.p20 {
  padding: 20px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.m30 {
  margin: 30px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.p30 {
  padding: 30px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.m40 {
  margin: 40px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.p40 {
  padding: 40px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.m50 {
  margin: 50px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.p50 {
  padding: 50px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.m60 {
  margin: 60px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.ml60 {
  margin-left: 60px !important;
}

.p60 {
  padding: 60px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pr60 {
  padding-right: 60px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.pl60 {
  padding-left: 60px !important;
}

.m70 {
  margin: 70px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mr70 {
  margin-right: 70px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.ml70 {
  margin-left: 70px !important;
}

.p70 {
  padding: 70px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.pr70 {
  padding-right: 70px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.pl70 {
  padding-left: 70px !important;
}

.m80 {
  margin: 80px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mr80 {
  margin-right: 80px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.ml80 {
  margin-left: 80px !important;
}

.p80 {
  padding: 80px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.pr80 {
  padding-right: 80px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.pl80 {
  padding-left: 80px !important;
}

.m90 {
  margin: 90px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mr90 {
  margin-right: 90px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.ml90 {
  margin-left: 90px !important;
}

.p90 {
  padding: 90px !important;
}

.pt90 {
  padding-top: 90px !important;
}

.pr90 {
  padding-right: 90px !important;
}

.pb90 {
  padding-bottom: 90px !important;
}

.pl90 {
  padding-left: 90px !important;
}

.m100 {
  margin: 100px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mr100 {
  margin-right: 100px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.ml100 {
  margin-left: 100px !important;
}

.p100 {
  padding: 100px !important;
}

.pt100 {
  padding-top: 100px !important;
}

.pr100 {
  padding-right: 100px !important;
}

.pb100 {
  padding-bottom: 100px !important;
}

.pl100 {
  padding-left: 100px !important;
}

.invisible {
  visibility: hidden;
}

.o0 {
  opacity: 0;
}

/**
 * Z-Index
 */
.z0 {
  z-index: 0;
}

.z1 {
  z-index: 1;
}

.z2 {
  z-index: 2;
}

.z3 {
  z-index: 3;
}

.z4 {
  z-index: 4;
}

.z5 {
  z-index: 5;
}

.z5 {
  z-index: 5;
}

.z10 {
  z-index: 10;
}

/**
 * Line Height
 */
.lh1-1 {
  line-height: 1.1;
}

.lh1-2 {
  line-height: 1.2;
}

.lh1-3 {
  line-height: 1.3;
}

.lh1-4 {
  line-height: 1.4;
}

.lh1-5 {
  line-height: 1.5;
}

/**
 * Timber
 */
.grid {
  box-sizing: content-box;
  overflow: hidden;
}

.grid__item--p0 {
  padding: 0;
}

.grid__item--center {
  margin: 0 auto;
  float: none !important;
}

.wrapper--medium {
  max-width: 768px;
}

.wrapper--large {
  max-width: 1040px;
}

.wrapper--xlarge {
  max-width: 1180px;
}

.wrapper--xxlarge {
  max-width: 1240px;
}

.wrapper--xxxlarge {
  max-width: 1400px;
}

.wrapper--full {
  max-width: 1170px;
}

.wrapper--max_height {
  height: 100%;
  padding: 0;
}

/**
 * Font Awesome
 */
.fa-rel {
  position: relative;
}

.fa-circle-border {
  border: 2px solid white;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  line-height: 28px;
  text-align: center;
  color: inherit;
}

.fa-circle-border-black {
  border: 2px solid #1b1b1b;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  line-height: 28px;
  text-align: center;
  color: inherit;
}


.fa-circle-border.fa-circle-border--medium {
  font-size: 16px;
  width: 34px;
  height: 34px;
  line-height: 31px;
  border-radius: 18px;
}


.fa-circle-border-black.fa-circle-border-black--medium {
  font-size: 17px;
  width: 36px;
  height: 36px;
  line-height: 32px;
  border-radius: 18px;
}

.fa-circular {
  border-radius: 20px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #35a8a6;
  color: white;
}

.fa-l {
  padding-right: 5px !important;
}

.fa-r {
  padding-left: 5px !important;
}

/**
 * Flexslider
 */
ul.slides {
  margin: 0;
  padding: 0;
  min-width: 100%;
}
ul.slides:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  visibility: hidden;
  clear: both;
}
ul.slides li {
  position: relative;
}

.flex-viewport {
  width: 100%;
  height: 100%;
}

.flex-control-nav {
  width: 100%;
}

.flex-control-thumbs {
  overflow: hidden;
}
.flex-control-thumbs:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  visibility: hidden;
  clear: both;
}
.flex-control-thumbs li {
  width: 25%;
  margin: 0;
  float: left;
}
.flex-control-thumbs li img {
  max-width: 100%;
  min-height: 100%;
}

/**
 * Icomoon
 */
.icomoon {
  font-size: 32px;
}

.icon-grid {
  margin: 0;
  padding: 0;
  width: 100%;
}
.icon-grid:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  visibility: hidden;
  clear: both;
}
.icon-grid li {
  display: block;
  float: left;
  width: 20%;
  min-height: 50px;
  text-align: center;
  margin: 0;
  padding: 0;
  color: #444;
  margin-bottom: 30px;
}
.icon-grid li .icomoon {
  font-size: 60px;
  padding: 10px 0;
}
.icon-grid li p {
  margin: 0;
}

/* _fonts.scss */
@font-face {
  font-family: opensans;
  src: url("OpenSans-Regular.eot");
  /* IE9 Compat Modes */
  src: url("OpenSans-Regular.eot?#iefix") format("embedded-opentype"), url("OpenSans-Regular.woff") format("woff"), url("OpenSans-Regular.ttf") format("truetype"), url("OpenSans-Regular.svg#opensans") format("svg");
  /* Legacy iOS */
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: opensans;
  src: url("OpenSans-Bold.eot");
  /* IE9 Compat Modes */
  src: url("OpenSans-Bold.eot?#iefix") format("embedded-opentype"), url("OpenSans-Bold.woff") format("woff"), url("OpenSans-Bold.ttf") format("truetype"), url("OpenSans-Bold.svg#opensans") format("svg");
  /* Legacy iOS */
  font-style: normal;
  font-weight: bold;
}
@font-face {
  font-family: opensans;
  src: url("OpenSans-BoldItalic.eot");
  /* IE9 Compat Modes */
  src: url("OpenSans-BoldItalic.eot?#iefix") format("embedded-opentype"), url("OpenSans-BoldItalic.woff") format("woff"), url("OpenSans-BoldItalic.ttf") format("truetype"), url("OpenSans-BoldItalic.svg#opensans") format("svg");
  /* Legacy iOS */
  font-style: italic;
  font-weight: bold;
}
@font-face {
  font-family: opensans;
  src: url("OpenSans-Semibold.eot");
  /* IE9 Compat Modes */
  src: url("OpenSans-Semibold.eot?#iefix") format("embedded-opentype"), url("OpenSans-Semibold.woff") format("woff"), url("OpenSans-Semibold.ttf") format("truetype"), url("OpenSans-Semibold.svg#opensans") format("svg");
  /* Legacy iOS */
  font-style: normal;
  font-weight: 600;
}
@font-face {
  font-family: opensans;
  src: url("OpenSans-Light.eot");
  /* IE9 Compat Modes */
  src: url("OpenSans-Light.eot?#iefix") format("embedded-opentype"), url("OpenSans-Light.woff") format("woff"), url("OpenSans-Light.ttf") format("truetype"), url("OpenSans-Light.svg#opensans") format("svg");
  /* Legacy iOS */
  font-style: normal;
  font-weight: 300;
}
@font-face {
  font-family: opensans;
  src: url("OpenSans-LightItalic.eot");
  /* IE9 Compat Modes */
  src: url("OpenSans-LightItalic.eot?#iefix") format("embedded-opentype"), url("OpenSans-LightItalic.woff") format("woff"), url("OpenSans-LightItalic.ttf") format("truetype"), url("OpenSans-LightItalic.svg#opensans") format("svg");
  /* Legacy iOS */
  font-style: italic;
  font-weight: 300;
}
@font-face {
  font-family: din-next-pro;
  src: url("DINNextLTPro-Regular.eot");
  /* IE9 Compat Modes */
  src: url("DINNextLTPro-Regular.eot?#iefix") format("embedded-opentype"), url("DINNextLTPro-Regular.woff") format("woff"), url("DINNextLTPro-Regular.ttf") format("truetype"), url("DINNextLTPro-Regular.svg#din-next-pro") format("svg");
  /* Legacy iOS */
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: din-next-pro;
  src: url("DINNextLTPro-Bold.eot");
  /* IE9 Compat Modes */
  src: url("DINNextLTPro-Bold.eot?#iefix") format("embedded-opentype"), url("DINNextLTPro-Bold.woff") format("woff"), url("DINNextLTPro-Bold.ttf") format("truetype"), url("DINNextLTPro-Bold.svg#din-next-pro") format("svg");
  /* Legacy iOS */
  font-style: normal;
  font-weight: bold;
}

@font-face {
  font-family: din-next-pro;
  src: url("DINNextLTPro-Black.eot");
  /* IE9 Compat Modes */
  src: url("DINNextLTPro-Black.eot?#iefix") format("embedded-opentype"), url("DINNextLTPro-Black.woff") format("woff"), url("DINNextLTPro-Black.ttf") format("truetype"), url("DINNextLTPro-Black.svg#din-next-pro") format("svg");
  /* Legacy iOS */
  font-style: normal;
  font-weight: 800;
}


@font-face {
  font-family: din-next-pro;
  src: url("DINNextLTPro-Medium.eot");
  /* IE9 Compat Modes */
  src: url("DINNextLTPro-Medium.eot?#iefix") format("embedded-opentype"), url("DINNextLTPro-Medium.woff") format("woff"), url("DINNextLTPro-Medium.ttf") format("truetype"), url("DINNextLTPro-Medium.svg#din-next-pro") format("svg");
  /* Legacy iOS */
  font-style: normal;
  font-weight: 600;
}
@font-face {
  font-family: din-next-pro;
  src: url("DINNextLTPro-Light.eot");
  /* IE9 Compat Modes */
  src: url("DINNextLTPro-Light.eot?#iefix") format("embedded-opentype"), url("DINNextLTPro-Light.woff") format("woff"), url("DINNextLTPro-Light.ttf") format("truetype"), url("DINNextLTPro-Light.svg#din-next-pro") format("svg");
  /* Legacy iOS */
  font-style: normal;
  font-weight: 300;
}
@font-face {
  font-family: din-next-pro-condensed;
  src: url("DINNextLTPro-LightCondensed.eot");
  /* IE9 Compat Modes */
  src: url("DINNextLTPro-LightCondensed.eot?#iefix") format("embedded-opentype"), url("DINNextLTPro-LightCondensed.woff") format("woff"), url("DINNextLTPro-LightCondensed.ttf") format("truetype"), url("DINNextLTPro-LightCondensed.svg#din-next-pro-condensed") format("svg");
  /* Legacy iOS */
  font-style: normal;
  font-weight: 300;
}
/**
 * Chrome v33 "invisible text" fix
 */
body {
  -webkit-animation-duration: 0.1s;
  -webkit-animation-name: fontfix;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: linear;
  -webkit-animation-delay: 0.1s;
}

@-webkit-keyframes fontfix {
  from {
    opacity: 1;
  }
  to {
    opacity: 1;
  }
}
/**
 * Modules - Components
 */

.din-medium{
    font-family: "din-next-pro";
    font-weight: 600;
}

html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

body {
  background-color: #fff;
  font-family: "opensans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: #262729;
}

/**
 * Anchor
 */
a {
  text-decoration: none;
}

/**
 * Headers
 */
h1, h2, h3, h4, h5, h6 {
  line-height: 1.3;
  margin: 0.75rem 0;
  font-weight: normal;
}

h1 {
  font-size: 60px;
  font-family: "din-next-pro";
  font-weight: normal;
}
h1.large {
  font-size: 80px;
}
h1.tight {
  letter-spacing: -3px;
}

h2 {
  font-size: 42px;
  font-family: "din-next-pro";
  font-weight: 300;
}
h2.alt {
  font-size: 48px;
}

h3 {
  font-size: 34px;
  font-family: "din-next-pro";
  font-weight: normal;
}
h3.alt {
  font-size: 32px;
  font-weight: 300;
}

h4 {
  font-size: 28px;
  font-family: "din-next-pro";
  font-weight: normal;
}
h4.alt {
  font-size: 20px;
  font-weight: 500;
  font-family: "din-next-pro";

}
h4.sans {
  font-style: italic;
  font-family: "opensans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h5 {
  font-size: 20px;
  font-family: "opensans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h6 {
  font-size: 18px;
  font-family: "opensans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
}
h6.alt {
  font-family: "din-next-pro";
  font-size: 14px;
  font-weight: 700;
}

p.alt {
  font-size: 15px;
}

/**
 * Misc Typography
 */
small {
  font-size: 14px;
}
small.alt {
  font-family: "din-next-pro";
}

em {
  font-style: italic;
}

strong {
  font-weight: bold;
}

ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
ul li {
  margin: 0;
  padding: 0;
}

figure {
  margin: 0;
  padding: 0;
  display: block;
}

/**
 * Tables
 */
table td, table th {
  border: none;
  padding: 10px;
}

hr {
  border-color: #d2d2d2;
  margin: 15px 0;
}

.btn {
  display: inline-block;
  padding: 15px 18px;
  line-height: 1.2;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  cursor: pointer;
  border: 1px solid transparent;
  user-select: none;
  appearance: none;
  border-radius: 5px;
  background-color: #747474;
  color: #fff;
  font-family:"din-next-pro";
  font-weight:500;
  font-size:15px;
}
.btn.btn-primary, .btn.btn-green {
  background-color: #35a8a6;
}
.btn.btn-primary:hover, .btn.btn-green:hover {
  color: #fff;
  background-color: #319c9b;
}
.btn.btn-yellow {
  background-color: #d9ab27;
}
.btn.btn-yellow:hover{
  color: #fff;
  background-color: #d6a826;
}
.btn:active{
  text-decoration:none;
}
a:active {
    text-decoration: none !important;
}
.btn.btn-primary--light, .btn.btn-green--light {
  background-color: #1f9f9d;
}
.btn.btn-primary--light:hover, .btn.btn-green--light:hover {
  color: #fff;
  background-color: #1d9290;
}
.btn.btn-secondary, .btn.btn-orange {
  background-color: #ecb351;
}
.btn.btn-secondary:hover, .btn.btn-orange:hover {
  color: #fff;
  background-color: #eaad43;
}
.btn.btn-gray {
  background-color: #4e585a;
}
.btn.btn-gray:hover {
  color: #fff;
  background-color: #475052;
}
.btn.btn-outline-white {
  background-color: transparent;
  border: 1px solid white;
}
.btn.btn-outline-white:hover {
  color: #333;
  background-color: white;
}

.btn.btn-outline-none {
  background-color: transparent;
  border: 0px solid white;
  cursor: default;
  padding-left:0px !important;
}

.btn.btn-outline-none:hover {
  color: #fff;
}


.btn.btn-outline-yellow {
  background-color: transparent;
  border: 1px solid #d9ab27;
}
.btn.btn-outline-yellow:hover {
  color: #d5a827;
  background-color: rgba(255, 255, 255, 0.05);
}

.btn.btn-outline-transparent-yellow {
  background-color: transparent;
  border: 1px solid #d9ab27;
  background-color: rgba(0, 0, 0, 0.50);

}
.btn.btn-outline-transparent-yellow:hover {
  color: #e3b42d;
background-color: rgba(0, 0, 0, 0.10);
}

.btn.btn-outline-out-of-stock {
  background-color: transparent;
  color: #9a9a9a;
  border: 1px solid #fff;
}

.btn.btn-outline-out-of-stock:hover {
  background-color: transparent;
  color: #9a9a9a;
  border: 1px solid #fff;
}

.btn.btn-outline-primary, .btn.btn-outline-green {
  background-color: transparent;
  color: #35a8a6;
  border: 1px solid #35a8a6;
}
.btn.btn-outline-primary:hover, .btn.btn-outline-green:hover {
  color: white;
  background-color: #35a8a6;
}
.btn.btn-transparent-primary, .btn.btn-transparent-green {
  background-color: rgba(32, 160, 157, 0.85);
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.07);
}

.btn.btn-transparent-carbon {
  background-color: rgba(255, 255, 255, 0.10);
  color: white;
  border: 1px solid #ffffff;
}



.btn.btn-transparent-primary:hover, .btn.btn-transparent-green:hover {
  color: white;
  background-color: #35a8a6;
  box-shadow: none;
}
.btn.btn-full {
  display: inline-block;
  width: 100%;
  height: 100%;
  border-radius: 0;
  color: white;
}
.btn.btn-wide {
  padding-left: 45px;
  padding-right: 45px;
}
.btn.btn-xwide {
  padding-left: 60px;
  padding-right: 60px;
}
.btn.btn-large {
  font-size: 16px;
  padding-left: 60px;
  padding-right: 60px;
}
.btn.btn-icon span {
  position: relative;
  top: 0px;
}
.btn.btn-icon.btn-icon--full span {
  top: -2px;
}
.btn.btn-icon.btn-icon--right span {
  padding-right: 10px;
}
.btn.btn-icon.btn-icon--left span {
  padding-left: 10px;
}
.btn.btn-plain-primary {
  background-color: transparent;
  color: #35a8a6;
  text-transform: uppercase;
  font-family: "din-next-pro";
  font-weight: 600;
}
.btn.btn-plain-primary:hover {
  background-color: transparent;
  color: #35a8a6;
  text-decoration: underline;
}
.btn.btn-center {
  display: block;
  margin: 0 auto;
}

.btn + .btn {
  margin-left: 15px;
}

.btn-circle-tab {
  display: inline-block;
  padding: 0;
  width: 46px;
  height: 46px;
  line-height: 46px;
  border: 1px solid #d0d0d0;
  border-radius: 23px;
  background-clip: padding-box;
  background-color: #fff;
  text-align: center;
  cursor: pointer;
}
.btn-circle-tab .fa {
  color: #d0d0d0;
  font-size: 24px;
  font-weight: bold;
  padding-left: 2px;
}
.btn-circle-tab:hover {
  border-color: #d7d7d7;
  background-color: #fafafa;
}
.btn-circle-tab:hover .fa {
  color: #d7d7d7;
}
.btn-circle-tab.btn-circle-tab--bottom {
  position: absolute;
  left: 50%;
  margin-left: -22px;
  bottom: -22px;
  line-height: 50px;
}
.btn-circle-tab.btn-circle-tab--transparent {
  background-color: rgba(255, 255, 255, 0.15);
  line-height: 44px;
  border: 2px solid white;
  background-clip: padding-box;
  opacity: 0.9;
}
.btn-circle-tab.btn-circle-tab--transparent .fa {
  font-size: 15px;
  color: white;
}
.btn-circle-tab.btn-circle-tab--transparent:hover {
  background-color: rgba(255, 255, 255, 0.3);
}

button {
  display: inline-block;
}
button:focus {
  outline: none;
  border: inherit;
}

/**
 * SVG buttons in _svg.scss
 */
/**
 * Variables
 */
form {
  margin: 0;
}

input, select, textarea {
  font-size: 18px;
  background-color: white;
  border-radius: 3px;
}
input:focus, select:focus, textarea:focus {
  outline: none;
  border: none;
  background-color: #f5f5f5;
}

input, select {
  height: 50px;
}

textarea {
  height: auto;
}
textarea:focus {
  background-color: white;
  border: 1px solid #36a9a7;
}

::-webkit-input-placeholder,
:-moz-placeholder,
::-moz-placeholder,
:-ms-input-placeholder {
  color: #9d9d9d;
}

.input-wrap {
  position: relative;
  height: 50px;
}

/**
 * Input Icon
 */
.input-icon {
  position: relative;
}
.input-icon input, .input-icon select {
  padding-left: 50px;
}
.input-icon label {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 100%;
  line-height: 50px;
  text-align: center;
  font-size: 21px;
  color: #1f1e1e;
}

/**
 * Input Inline
 */
.input-inline {
  display: inline-block;
  position: relative;
  border-radius: 5px 0 0 5px;
  max-width: 375px;
  height: 50px;
}
.input-inline:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  visibility: hidden;
  clear: both;
}
.input-inline input {
  border-radius: 5px 0 0 5px;
}
.input-inline button {
  border-radius: 0 5px 5px 0;
}
.input-inline .input-inline__input {
  display: block;
  float: left;
  width: 80%;
  height: 100%;
}
.input-inline .input-inline__submit {
  display: block;
  float: left;
  width: 20%;
  border-radius: 0 5px 5px 0;
  background-color: #35a8a6;
  color: white;
  appearance: none;
  height: 100%;
  border: none;
  outline: none;
  text-align: center;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 300;
}

/**
 * Label Icon
 */
.label-icon {
  font-weight: normal;
  font-family: "din-next-pro";
  text-transform: uppercase;
  padding: 17px 10px 17px 18px;
  font-size: 15px;
  color: #b3b3b5;
}
.label-icon .fa {
  padding-right: 7px;
}

/**
 * Input Complex
 */
.input-complex {
  position: relative;
  height: 50px;
  line-height: 1;
  background-color: #f5f5f5;
  border-radius: 5px;
  margin-bottom: 10px;
}
.input-complex:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  visibility: hidden;
  clear: both;
}
.input-complex.input-complex--white {
  background-color: white;
}
.input-complex label {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 150px;
  height: 50px;
  margin: 0;
  background-color: transparent;
  max-width: 200px;
  border-radius: 5px 0 0 5px;
  border-top: 1px solid #e5e3e3;
  border-right: 1px solid #e5e3e3;
  border-bottom: 1px solid #e5e3e3;
  border-left: 1px solid #e5e3e3;
}
.input-complex input {
  position: relative;
  display: block;
  float: right;
  width: 100%;
  margin: 0;
  appearance: none;
  -webkit-appearance: none;
  padding: 15px 15px 15px 165px;
  font-size: 16px;
  background-color: transparent;
  border-right: 1px solid #e5e3e3;
  border-top: 1px solid #e5e3e3;
  border-bottom: 1px solid #e5e3e3;
  border-left: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.input-complex input:focus + label {
  border-top: 1px solid #36a9a7;
  border-bottom: 1px solid #36a9a7;
  border-left: 1px solid #36a9a7;
  color: #36a9a7;
}
.input-complex input:focus {
  outline: none;
  border-top: 1px solid #36a9a7;
  border-right: 1px solid #36a9a7;
  border-bottom: 1px solid #36a9a7;
  border-left: none;
}

/**
 * Input Select
 */
.input-select {
  position: relative;
  height: 50px;
  margin-bottom: 10px;
}
.input-select label {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  border: 1px solid #e5e3e3;
  border-radius: 5px;
  padding: 15px 10px 15px 18px;
}
.input-select label .fa:first-child {
  padding-right: 7px;
}
.input-select label span {
  display: inline-block;
  width: 60%;
  height: 15px;
  overflow: hidden;
}
.input-select label .fa:last-child {
  float: right;
  position: relative;
  top: 2px;
}
.input-select select {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.input-select select:focus + label {
  border: 1px solid #36a9a7;
  color: #36a9a7;
}

/**
 * Input Checkbox
 */
.input-checkbox {
  position: relative;
}
.input-checkbox label {
  display: block;
  position: relative;
  float: left;
  z-index: 2;
  top: 3px;
  left: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #e5e3e3;
  background-color: white;
  border-radius: 5px;
}
.input-checkbox label:before {
  display: none;
  content: '\f00c';
  font-family: "FontAwesome", FontAwesome;
  color: #36a9a7;
  text-align: center;
  font-size: 13px;
  position: absolute;
  line-height: 18px;
  top: 0;
  left: 0;
  width: 100%;
  padding-left: 1px;
}
.input-checkbox input {
  cursor: pointer;
  opacity: 0;
}
.input-checkbox input:hover + label {
  border-color: #36a9a7;
}
.input-checkbox input:checked + label {
  border-color: #36a9a7;
}
.input-checkbox input:checked + label:before {
  display: block;
}
.input-checkbox span {
  display: block;
  position: absolute;
  top: 0;
  left: 30px;
  color: #646464;
}

/**
 * Input Sizes
 */
.input-wrap:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  visibility: hidden;
  clear: both;
}

.input--one-third {
  float: left;
  width: 32%;
  margin-right: 1.5%;
}

.input--two-thirds {
  float: left;
  width: 66.5%;
}

/**
 * Fieldsets
 */
.fieldset {
  margin-bottom: 30px;
}

.fieldset--half {
  padding-right: 30px;
}
.fieldset--half:nth-of-type(2n) {
  padding-right: 0;
}

/**
 * Misc
 */
.input-description {
  display: inline-block;
  width: 100%;
  text-align: center;
  color: #646464;
  font-size: 13px;
  margin: 0 0 0 5px 0;
}
.input-description.input-description--push-down {
  margin-top: 40px;
}

/**
 * Nav Horizontal
 */
.nav-horizontal {
  width: 100%;
  height: 60px;
  z-index: 100;
  background-color: #f3f3f3;
}

.nav-horizontal--products .nav-horizontal__action i{
  display: none;
}

.nav-horizontal--products .nav-horizontal__menu .icomoon, .mobile-shop-with-impact .icomoon{
  font-size: 18px;
  vertical-align: middle;
  margin-right: 7px;
}



@media (max-width: 767px){
  #pro-deal-form iframe{
    min-height: 850px !important;
  }

  .nav-horizontal {
}
}



.nav-horizontal-carbon {
  width: 100%;
  height: 70px;
  z-index: 100;
  background-color: #242424;
}


.nav-horizontal.nav-horizontal--icons {
  height: 100px;
}

.nav-horizontal.nav-horizontal--icons .nav-horizontal__menu {
  text-align: center;
  height: 100%;
}

.nav-horizontal__menu:before{
  position: absolute;
  top: -7%;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f0d7";
  color: #f3f3f3;
  font-size: 120px;
}


.nav-horizontal.nav-horizontal--icons .nav-horizontal__menu ul {
  display: inline-block;
  margin: 0 auto;
  height: 100%;
  width: auto;
}
.nav-horizontal.nav-horizontal--icons .nav-horizontal__menu ul li {
  display: inline-block;
  line-height: 1.1;
  height: 100%;
}
.nav-horizontal.nav-horizontal--icons .nav-horizontal__menu ul li a {
  padding: 20px 35px 0 35px;
  position: relative;
  color: #a8a8a8;
  font-size: 16px;
}

.carbon-menu {
   color: #ffffff;

}

.nav-horizontal.nav-horizontal--icons .nav-horizontal__menu ul li a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -15px;
  height: 4px;
  width: 30px;
  background-color: transparent;
}
.nav-horizontal.nav-horizontal--icons .nav-horizontal__menu ul li .fa, .nav-horizontal.nav-horizontal--icons .nav-horizontal__menu ul li .icomoon {
  display: block;
  margin: 0 auto 10px auto;
  border-color: #c1c1c2;
  color: #c1c1c2;
}
.nav-horizontal.nav-horizontal--icons .nav-horizontal__menu ul li .icomoon {
  font-size: 20px;
  line-height: 28px;
}
.nav-horizontal.nav-horizontal--icons .nav-horizontal__menu ul li.active a {
  border-bottom: none;
  color: #3a3a3a;
}
.nav-horizontal.nav-horizontal--icons .nav-horizontal__menu ul li.active a .fa, .nav-horizontal.nav-horizontal--icons .nav-horizontal__menu ul li.active a .icomoon {
  color: #35a8a6;
  border-color: #35a8a6;
}
.nav-horizontal.nav-horizontal--icons .nav-horizontal__menu ul li.active a:after {
  background-color: #35a8a6;
}
.nav-horizontal.nav-horizontal--icons .nav-horizontal__menu ul li:hover a {
  border-bottom: none;
  color: #3a3a3a;
}
.nav-horizontal.nav-horizontal--icons .nav-horizontal__menu ul li:hover a .fa, .nav-horizontal.nav-horizontal--icons .nav-horizontal__menu ul li:hover a .icomoon {
  color: #35a8a6;
  border-color: #35a8a6;
}

.nav-horizontal__title {
  font-size: 24px;
  font-weight: bold;
  margin: 0;
  padding: 15px 0;
  text-align: center;
}

.nav-horizontal__menu {
  padding: 0 30px;
}
.nav-horizontal__menu ul {
  display: table;
  width: 100%;
  height: 70px;
  margin: 0;
  padding: 0;
}
.nav-horizontal__menu ul li {
  display: table-cell;
  vertical-align: top;
  text-align: center;
  line-height: 70px;
  height: 70px;
  margin: 0;
  padding: 0;
}
.nav-horizontal__menu ul li.active a {
  border-bottom: 4px solid #cccccc;
}
.nav-horizontal__menu ul a {
  display: block;
  text-decoration: none;
  height: 100%;
}

.nav-horizontal__action {
  text-align: right;
  height: 100%;
  text-align: right;
}
.nav-horizontal__action .btn {
  width: 80%;
  padding: 24px 0;
}

/**
 * Nav Circles
 */
.nav-circles {
  margin: 0;
  padding: 0;
  width: 100%;
  margin-bottom: 30px;
  /**
   * Nav Circles TRANSPARENT
   */
  /**
   * Nav Circles DARK
   */
}
.nav-circles:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  visibility: hidden;
  clear: both;
}
.nav-circles li {
  display: block;
  float: left;
  margin-right: 45px;
  color: #bdbdbd;
  text-align: center;
  cursor: pointer;
}
.nav-circles li .circle {
  width: 80px;
  height: 80px;
  line-height: 80px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  border: 4px solid #f3f3f3;
  margin: 0 auto;
}
.nav-circles li .circle .fa, .nav-circles li .circle .icomoon {
  font-size: 26px;
}
.nav-circles li > span {
  display: block;
  margin-top: 10px;
  font-size: 14px;
  font-family: "din-next-pro";
  text-transform: uppercase;
  font-weight: normal;
}
.nav-circles li:last-child {
  margin-right: 0;
}
.nav-circles li.active .icomoon, .nav-circles li.active .fa {
  color: #e9a634;
}
.nav-circles li.active .circle {
  border-color: #edb75c;
}
.nav-circles.nav-circles--transparent li .circle {
  border-color: rgba(255, 255, 255, 0.6);
  background-color: rgba(255, 255, 255, 0.15);
  color: rgba(255, 255, 255, 0.6);
}
.nav-circles.nav-circles--transparent li.active .circle {
  border-color: #f3f3f3;
  background-color: rgba(255, 255, 255, 0.3);
  color: #f3f3f3;
}
.nav-circles.nav-circles--dark li .circle {
  border-color: #e0e0e0;
  color: #b6b7b7;
}
.nav-circles.nav-circles--dark li.active .circle {
  border-color: #e9a634;
  color: #e9a634;
}

/**
 * Menu Main
 */
.menu-main {
  display: inline-block;
  margin: 0;
  padding: 0;
  height: 100%;
  margin-right: -4px;
}
.menu-main:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  visibility: hidden;
  clear: both;
}
.menu-main li {
  position: relative;
  margin: 0;
  text-transform: uppercase;
  display: block;
  float: left;
  height: 100%;
}
.menu-main li.active {
  font-weight: bold;
}
.menu-main li.active:after {
  content: '';
  position: absolute;
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -6px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid rgba(37, 39, 41, 0.8);
}
.menu-main li.active:hover:after {
  border-color: rgba(15, 15, 15, 0.15);
}
.menu-main li:hover > a {
  background-color: rgba(15, 15, 15, 0.15);
}
.menu-main li a {
  display: block;
  height: 100%;
  min-width: 90px;
  text-align: center;
  padding: 21px 20px;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}
.menu-main li:hover .menu-dropdown {
  visibility: visible;
  opacity: 1;
  top: 80px;
}

/**
 * Menu Dropdown
 */
.menu-dropdown {
  position: absolute;
  width: 200px;
  left: -50%;
  top: 100px;
  margin: 0;
  padding: 0;
  border-top: 7px solid transparent;
  transition: all 150ms ease-in-out;
  visibility: hidden;
  opacity: 0;
}
.menu-dropdown li {
  width: 100%;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  border-right: 1px solid rgba(255, 255, 255, 0.05);
  border-left: 1px solid rgba(255, 255, 255, 0.05);
  background-color: rgba(37, 39, 41, 0.8);
}
.menu-dropdown li:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.menu-dropdown li a {
  font-weight: normal;
  text-transform: none;
  padding: 15px 10px;
}
.menu-dropdown li a:hover {
  background-color: rgba(15, 15, 15, 0.15);
}

/**
 * Menu Cart
 */
.menu-cart {
  display: inline-block;
  border-left: 1px solid rgba(255, 255, 255, 0.05);
  margin: 0;
  padding: 0;
  height: 100%;
  min-width: 85px;
}
.menu-cart:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  visibility: hidden;
  clear: both;
}
.menu-cart li {
  position: relative;
  display: block;
  width: 100%;
  float: left;
  text-align: center;
}
.menu-cart li a {
  display: block;
  padding: 22px 10px;
  transition: opacity 150ms linear;
  color: #fff;
}
.menu-cart li a .fa {
  opacity: 0.8;
}
.menu-cart li a:hover {
  background-color: rgba(15, 15, 15, 0.15);
}
.menu-cart li a:hover .fa {
  opacity: 1.0;
}

/**
 * Menu Footer Top
 */
.menu-footer-top {
  font-size: 18px;
}
.menu-footer-top li {
  display: inline-block;
  margin-right: 35px;
}
.menu-footer-top li a {
  color: inherit;
}

/**
 * Nav Icon
 */
.nav-icons {
  background-color: rgba(37, 39, 41, 0.7);
  height: 170px;
  width: 100%;
}

/**
 * Menu Footer Auth / Location
 */
.menu-footer-location,
.menu-footer-auth {
  color: white;
}
.menu-footer-location li,
.menu-footer-auth li {
  margin-right: 25px;
}
.menu-footer-location a,
.menu-footer-auth a {
  color: inherit;
  font-size: 15px;
  color: #afafaf;
}
.menu-footer-location a .fa-circle-border,
.menu-footer-auth a .fa-circle-border {
  border-color: #afafaf;
  width: 30;
  height: 30;
  font-size: 13px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  line-height: 30px;
  margin-right: 5px;
}
.menu-footer-location a:hover,
.menu-footer-auth a:hover {
  color: white;
}
.menu-footer-location a:hover .fa,
.menu-footer-auth a:hover .fa {
  color: white;
  border-color: white;
}

/**
 * Flex Columns
 */
.flex-columns {
  height: 100%;
}
.flex-columns:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  visibility: hidden;
  clear: both;
}
.flex-columns .flex-sidebar {
  width: 30%;
  max-width: 375px;
  min-width: 300px;
  float: left;
}
.flex-columns .flex-content {
  width: 70%;
  float: left;
}

/**
 *
 */
.nav-sidebar {
  background-color: #f3f3f3;
}

.nav-sidebar__header {
  padding: 35px 60px;
  border-top: 20px solid white;
  border-bottom: 20px solid white;
}

.nav-sidebar__content {
  padding: 35px 60px;
  border-right: 1px solid #f8f8f8;
}

.menu-social {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.menu-social li {
  display: inline-block;
  margin-right: 15px;
}
.menu-social li:last-child {
  margin-right: 0;
}
.menu-social li a {
  font-size: 18px;
}
.menu-social li a:hover {
  color: white;
  background-color: #319c9b;
}

#wrap {
  position: relative;
  overflow-x: hidden;
}
#wrap:before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  transition: all 100ms ease-in-out;
}

/**
 * Content
 */
#content {
  width: 100%;
  background-color: #fff;
}
#content:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  visibility: hidden;
  clear: both;
}

/**
 * Section(s)
 */

.section-tight {
  padding: 0px 0;
}

.section-xsmall {
  padding: 15px 0;
}

.section-small {
  padding: 25px 0;
}

.section {
  padding: 40px 0;
}

.section-large {
  padding: 60px 0;
}

.section-xlarge {
  padding: 90px 0;
}

.section-xxlarge {
  padding: 120px 0;
}

#header {
  width: 100%;
  background-color: rgba(37, 39, 41, 0.8);
  z-index: 100;
  height: 64px;
  transition: all 150ms linear;
}
#header.header--absolute {
  position: absolute;
  top: 0;
  left: 0;
}
#header .header-left,
#header .header-right {
  height: 64px;
}
#header .header-left {
  padding: 20px 30px 20px 55px;
}
#header .header-nav {
  color: #fff;
  height: 100%;
}

.hero {
  position: relative;
  width: 100%;
  height: 100vh;
  max-height: 830px;
}

.hero:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  visibility: hidden;
  clear: both;
}
.hero.hero--medium {
  height: 710px;
}
.hero.hero--xmedium {
  height: 760px;
}
.hero.hero--small {
  height: 600px;
}

.hero.hero--tight {
  height: 500px;
}
.hero.hero--carousel {
  height: 100vh;
  max-height: none;
  opacity: 0;
  transition: opacity 150ms ease-in;
}

.hero.hero--carousel .hero-carousel{
  position: relative;
}

.hero.hero--carousel.show {
  opacity: 1;
}
.hero.hero--carousel .hero__viewport {
  height: 75vh;
}
.hero.hero--carousel .hero-carousel ul.slides {
  height: 100%;
}
.hero.hero--carousel .hero-carousel ul.slides.show {
  opacity: 1;
}
.hero.hero--carousel .hero-carousel ul.slides > li {
  height: 100%;
  display: none;
}
.hero.hero--carousel.hero--carousel-small {
  height: 100vh;
}
.hero.hero--carousel.hero--carousel-small .hero-carousel ul.slides {
  /*height: 660px;*/
  height: 100%;
  color: white;
}
.hero.hero--carousel.hero--carousel-small .hero-carousel ul.slides.show {
  opacity: 1;
}
.hero.hero--carousel.hero--carousel-small .hero-carousel ul.slides > li {
  /*height: 660px;*/
  height: 100%;
  display: none;
}
.hero .hero__viewport {
  position: relative;
  margin: 0;
  padding: 0;
  height: 100%;
}
.hero .hero__inner {
  display: table;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(75, 75, 71, 0);
  z-index: 2;
}
.hero .hero__inner.hero__inner--light {
  background-color: rgba(75, 75, 71, 0.35);
}
.hero .hero__inner.hero__inner--xlight {
  background-color: rgba(75, 75, 71, 0.15);
}
.hero .hero__inner.hero__inner--no_overlay {
  background-color: transparent;
}
.hero .hero__body {
  color: white;
}
.hero .hero__image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.hero .hero-half {
  width: 100%;
}

#hero .flex-control-nav{
  margin-left: 0px;
  position: absolute;
  bottom: 0px;
  text-align: center;
}

#hero .flex-control-nav li{
  display: inline-block;
}

#hero .flex-control-nav li a{
  color: transparent;
  cursor: pointer;
  border: 2px solid white;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  margin-right: 15px;
  font-size: 1px;
  display: inline-block;
  box-shadow: 0 1px 5px 0 rgba(0,0,0,0.17);
}

#hero .flex-control-nav li a:hover{
 background-color: rgba(255,255,255,0.8)
}

#hero .flex-control-nav li a.flex-active{
  background-color: white;
}


@media only screen and (max-width : 768px) {
  #hero .flex-direction-nav .flex-prev, .hero .flex-direction-nav .flex-next{
    display: none !important;
  }

  #hero.hero.hero--carousel {
    height: 80vh;
  }

  #hero.hero.hero--carousel .hero__viewport {
    height: 80vh;
  }

    #hero.hero.hero--carousel .hero__viewport .table-cell {
    vertical-align: middle;
  }
}

#hero .flex-direction-nav .flex-prev, #hero .flex-direction-nav .flex-next{
  position: absolute;
  font-size: 50px;
  color: transparent;
  top:45%;
  text-decoration: none !important;
  border: 0px solid white !important;
  outline: none !important;
}

#hero .flex-direction-nav .flex-prev:hover, #hero .flex-direction-nav .flex-next:hover{
  color: white !important;
}

#hero .flex-direction-nav .flex-prev{
  left:20px;
}

#hero .flex-direction-nav .flex-next{
  right:20px;
}

/**
 * Hero Carousel Nav
 */
.flex-control-thumbs {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  max-height: 245px;
  height: 25vh;
  list-style-type: none;
  margin-bottom: 22px;
  background-color: #f5f5f5;
  border-bottom: 15px solid #f5f5f5;
}

.flex-control-thumbs:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  visibility: hidden;
  clear: both;
}

.flex-control-thumbs li {
  display: block;
  position: relative;
  float: left;
  /*height: 245px;*/
  height: 100%;
  width: 25%;
  margin: 0;
  background-color: #333;
  border-left: 8px solid #f5f5f5;
  border-right: 8px solid #f5f5f5;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  cursor: pointer;
}

.flex-control-thumbs li:before {
  content: '';
  position: absolute;
  z-index: 2;
  top: 0;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  -webkit-transform: translate3d(-50%, 0, 0);
  width: 100%;
  height: 15px;
  min-width: 450px;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAcIAAAAeCAYAAAC/kx6lAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo3MjI4RkFFRDgzMTMxMUU0ODc3NUJDOUI5NDc5OURBRCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo3MjI4RkFFRTgzMTMxMUU0ODc3NUJDOUI5NDc5OURBRCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjcyMjhGQUVCODMxMzExRTQ4Nzc1QkM5Qjk0Nzk5REFEIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjcyMjhGQUVDODMxMzExRTQ4Nzc1QkM5Qjk0Nzk5REFEIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+HHNV8wAAAMZJREFUeNrs1bEJhEAQhlHNtaNr4CxYG7Cju411hQ0MBTGQ/z0Y2EkHlq8vpWwdAITqhRAAIQQAIQQAIQQAIQQAIQQAIQQAIQQAIQQAIQQAIQQAIQQAIQQAIQQAIQQAIQQAIQQAIQQAIQQu+Nc5/uDoFCCEkBjBb3vPYghCCIkRXNv+EUMQQkiNYCeGIISQHkExBCGE+AieY7jUGZwMhBDSIiiGIIQQH0ExBCGE+AiKIQghvN6vznQjgmIIQgjxERRDeNguwAA6ypMj3BXWogAAAABJRU5ErkJggg==");
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: 100% 30px;
  transition: all 150ms ease-in-out;
}

.flex-control-thumbs li img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 1;
}

.flex-control-thumbs li:first-child {
  border-left: none;
}

.flex-control-thumbs li:last-child {
  border-right: none;
}

.flex-control-thumbs li.active:before {
  background-position: 50% -15px;
}

.flex-control-thumbs li.active > div {
  opacity: 1.0;
}

.flex-control-thumbs li > div {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: all 150ms ease-in-out;
}


/**
 * Interstitial
 */
.interstitial {
  position: relative;
  width: 100%;
  min-height: 200px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  color: white;
}
.interstitial.interstitial--huge {
  padding-top: 125px;
  padding-bottom: 205px;
}
.interstitial.interstitial--circle_clip:before {
  content: '';
  position: absolute;
  z-index: 2;
  top: -24px;
  left: 50%;
  width: 48px;
  height: 48px;
  background-color: #fff;
  border-radius: 24px;
  margin-left: -24px;
}
.interstitial .interstitial__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}
.interstitial .interstitial__overlay.interstitial__overlay--green {
  background-color: transparent;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABXwAAAHJCAIAAAC5W2bZAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAxJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NzIyOEZBRjI4MzEzMTFFNDg3NzVCQzlCOTQ3OTlEQUQiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NzIyOEZBRjE4MzEzMTFFNDg3NzVCQzlCOTQ3OTlEQUQiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiBNYWNpbnRvc2giPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0iRDkxM0RCM0Y0OEE3MjJDMUFCOTNGRDU2MTkxMzBENkIiIHN0UmVmOmRvY3VtZW50SUQ9IkQ5MTNEQjNGNDhBNzIyQzFBQjkzRkQ1NjE5MTMwRDZCIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+ac632wAAGZBJREFUeNrs3W1u3TqWBdC6imbTQ22gZlxSN8DChWCbeWbCbZLSWj+ElJ8ikUfUR3YZOPv//Pt//wWzer1eX/5827bocWr717QeZ7b9R82r9byt17dV63lXGU96nKPGv0odeKbzPJcY53EcS9eh1/h7jXPUeFrPWzt+7Tit+4867+rjTF9fGGVTAgAAACBB6AAAAABECB0AAACACKEDAAAAECF0AAAAACKEDgAAAECE0AEAAACI2JWAGbxer6mOU7NtW9N5W/cfpde8ep03fX17jX+28cx2X6z+PJnNbHUepbVf/Srr8DzPqdZVrzrX6tBrvr3G32uco8bTet7W93vtOOn106vOq4xz1HMA4u8aJQAAAAAShA4AAABAhNABAAAAiBA6AAAAABFCBwAAACBC6AAAAABECB0AAACAiF0JmFmvvvS147T2UR8139Z+2q379zLqvOn102udjKr/bPWcbV6rrEP61vM4jqnm1brOz/Ocqs6t9azNt9e8auMfNc5e4xlVh17v/dp5W/dPr/9e85ptPcOwd7cSAAAAAAlCBwAAACBC6AAAAABECB0AAACACKEDAAAAECF0AAAAACKEDgAAAEDErgT8pNY+5Onj1NT6Ibf2bU6PM31dRs1rVN16nbe1v/1dx7nKdV+lPsx5fY/jmOp+Oc9zqnq21ic9r9nG2TqedH1avwdmW/+t41xlXq3Xd7bnA/iiAgAAACKEDgAAAECE0AEAAACIEDoAAAAAEUIHAAAAIELoAAAAAEQIHQAAAICIXQm4k1q/5Vq/4lXGmd4/Pa+aXuNpPe+o+bZavT7pea1eB+793qk5jmOq++s8zyH1aa1DbV69xt9rnLM9V2v16TXf1uOk95/tOZCe1+rrlge9K5UAAAAASBA6AAAAABFCBwAAACBC6AAAAABECB0AAACACKEDAAAAECF0AAAAACJ2JWAGrX3O0+et9bseNc7Z6rD6OpltXrONZ/Xx3/U+5d7P2+M4prp/z/Ncog6jxp8ej3Uydr217r9KHVa/jiz87lMCAAAAIEHoAAAAAEQIHQAAAIAIoQMAAAAQIXQAAAAAIoQOAAAAQITQAQAAAIjYlYCEWh/gXsep9U9uVfotl7Nct+lxjtq/l9b6p8eTPm+v9TbbdZlt/KPm5Tk8p6f1jW9d5+X99fPrZ5Xr0mv8tevSWv9R9Ww9b6/5th4nvf/P1Lmc5brt9d04al7Q7R2nBAAAAECC0AEAAACIEDoAAAAAEUIHAAAAIELoAAAAAEQIHQAAAIAIoQMAAAAQsSsBP6m1D3mr1r7Hq/ex71X/2eqQXieznXeV+0j971Hnp9Xnrn3sa/fLcRxDrkuvOqfn1Wv8o+q/ynnvet99Z3Vd11itDnddJ1Bdk0oAAAAAJAgdAAAAgAihAwAAABAhdAAAAAAihA4AAABAhNABAAAAiBA6AAAAABG7EvA37tpnvtbfuDbf9P6z1WG29TBb3XqNp7X+q9QtPS/PQxLX5TzPpd9fx3EMqXOvuo2a16j12Vq31vqkr1evOrTOa7b9V1k/s60HbvhvKyUAAAAAEoQOAAAAQITQAQAAAIgQOgAAAAARQgcAAAAgQugAAAAARAgdAAAAgIhdCZhBa3/mVqV/cjnLdbuKWh1a6zbbrHtd31Hn7VXPUXW46/VNP5fwnrpapY997X4s78d169ZrXr3GOarOq3/XPa0+6sbT+E0HAAAAIELoAAAAAEQIHQAAAIAIoQMAAAAQIXQAAAAAIoQOAAAAQITQAQAAAIjYlYAVtfYxru3P7+vWWv9R152xdWtdP3etA+6v7zjPc4nn/3EcLu6E6yq9flrPa/38WR1G1c31Ytg9ogQAAABAgtABAAAAiBA6AAAAABFCBwAAACBC6AAAAABECB0AAACACKEDAAAAELErAQm1PsCrjLPWp3q2/a2Hnzlvr/qn65BeJ6vc16vfL9xbbX2e57nEc/s4jiXq0Gv8vcaZruds522tZ+s4Z9t/tvv3ac8rFvi3gBIAAAAACUIHAAAAIELoAAAAAEQIHQAAAIAIoQMAAAAQIXQAAAAAIoQOAAAAQMSuBHxHr773vY5TU/onl7Nct3dV6yO9+qzvfdXWXVfWCfz8ej7Pc4nnQ3n/zl+H9Pjvuk5az7t6nX/mOpbqXbfp9Tzb84QHfVsqAQAAAJAgdAAAAAAihA4AAABAhNABAAAAiBA6AAAAABFCBwAAACBC6AAAAABE7ErADGp9hmt9ob9/nNKRuPU4T6tzzd/Xf8559ZrvqDo8bT27f9e6j2r94em7/svbjdWvS+2+S99Ho87L51V0XUu19VO7Lp4DLPONoQQAAABAgtABAAAAiBA6AAAAABFCBwAAACBC6AAAAABECB0AAACACKEDAAAAELErASuq9Zeu9c1u3b+m1/HffZU/t2iGP16fve6ju873rs+9p42z1q/e8+HD+2WS697res02X+vhZ8bfuq5+/fr1nvV12+v46f1ne2573tJtjSkBAAAAkCB0AAAAACKEDgAAAECE0AEAAACIEDoAAAAAEUIHAAAAIELoAAAAAETsSsDfWKVv/GzzKn2kP2vtI13bfxWjxt/rvHdd/3h+3qluT+szX3u+nec51fWa7br0Gmev+q9St9nW2/W8ZWxlu8pzoIy2zOK6heXf3UoAAAAAJAgdAAAAgAihAwAAABAhdAAAAAAihA4AAABAhNABAAAAiBA6AAAAABG7ErCi0m/52oG51in6meNp7WPfOtrW44+aF3PWbezdof7W/3ee56yi9jw5z1NxOt4vve6L9PH5mfvFfUfzva8EAAAAQILQAQAAAIgQOgAAAAARQgcAAAAgQugAAAAARAgdAAAAgAihAwAAABCxKwFXtb67vY6zSr/60i+6zOK6rfk8r9KpuFc9GSu9bu+6Tu46r1WeY/S9vuW9cL/7sbyt1Pmu62G2687vXa/L9fuztt5av7dXf46x8LtVCQAAAIAEoQMAAAAQIXQAAAAAIoQOAAAAQITQAQAAAIgQOgAAAAARQgcAAAAgYlcCZlDrM1zz69ev6Hg+9zcunZNbx/nut3xttuz63v68o9T6cqOe5NaDvvf8zfvo/Z1AU91a78fy3Viqfd32Ov5s84Xp3qFKAAAAACQIHQAAAIAIoQMAAAAQIXQAAAAAIoQOAAAAQITQAQAAAIgQOgAAAAARuxIws1pf4tb9W/se99r/+l+v217jd93Xctfr+LT1CU+4f8/zNK+F3o/HcVjMv3G97tfvsV51a70uriOP+zedEgAAAAAJQgcAAAAgQugAAAAARAgdAAAAgAihAwAAABAhdAAAAAAihA4AAABAxK4EkPO5D3PpFF3rH5426ryk1xXqyWzr5zgOxblxPZ923VvnW/veKF9B6ul+5HFrSQkAAACABKEDAAAAECF0AAAAACKEDgAAAECE0AEAAACIEDoAAAAAEUIHAAAAIGJXAr5DH/tnXpenXXfr3PWF9Hpbpb/96/X68ufnebq43F5Z/2W1X7fGA3/4TlQCAAAAIEHoAAAAAEQIHQAAAIAIoQMAAAAQIXQAAAAAIoQOAAAAQITQAQAAAIjYlYCZlX7mpTvxdWs88POsdoCfea6e53nL867iWofr9175DgRa+U0HAAAAIELoAAAAAEQIHQAAAIAIoQMAAAAQIXQAAAAAIoQOAAAAQITQAQAAAIjYlQDopdb3+67nBWi1bV///z3HcSjOwPfFeZ6Kw1+uq7KKrlv3Bfz33acEAAAAQILQAQAAAIgQOgAAAAARQgcAAAAgQugAAAAARAgdAAAAgAihAwAAABCxKwFPVvqil+7E123N5/7qpYPx7/8WT2M9jPX5PgXuel+X9zgw8/dP+Vrm0c9wJQAAAAAShA4AAABAhNABAAAAiBA6AAAAABFCBwAAACBC6AAAAABECB0AAACAiF0JAOZU60sPAN95XxzHoTi/8Xq9yh/O83xv/8D1L5Zjlu1s9bdOGLb2lAAAAABIEDoAAAAAEUIHAAAAIELoAAAAAEQIHQAAAIAIoQMAAAAQIXQAAAAAInYleKZ3X+JJjvM0737O12bOALDo98P7vQYzrM+yIC1LmITfdAAAAAAihA4AAABAhNABAAAAiBA6AAAAABFCBwAAACBC6AAAAABECB0AAACAiF0J4Od96HP+7iNd639+V9sm9wQA+nh/UH34rPrw89bvtKnmVcZWtsdxuOis8c2vBAAAAECC0AEAAACIEDoAAAAAEUIHAAAAIELoAAAAAEQIHQAAAIAIoQMAAAAQsSsBAACwitfrpQiwEL/pAAAAAEQIHQAAAIAIoQMAAAAQIXQAAAAAIoQOAAAAQITQAQAAAIgQOgAAAAARuxLAzzvPs/yhNJrWbhoAoPU76oP3B1XZobbbHx8f+DN+0wEAAACIEDoAAAAAEUIHAAAAIELoAAAAAEQIHQAAAIAIoQMAAAAQIXQAAAAAInYleKZ/7G9M1Ic6vy/H0+p/HMeXP982eSjASt8PMOH6fH9Wrb5uy0TKLK5bWIUvewAAACBC6AAAAABECB0AAACACKEDAAAAECF0AAAAACKEDgAAAECE0AEAAACI2JWAv1HrEvxujAz8seM4vvz5tsmLAaDzd+z787X2fVtT/mL5W9ct8N9vVyUAAAAAEoQOAAAAQITQAQAAAIgQOgAAAAARQgcAAAAgQugAAAAARAgdAAAAgIhdCQAAmNlxHIqgPlgnLMpvOgAAAAARQgcAAAAgQugAAAAARAgdAAAAgAihAwAAABAhdAAAAAAihA4AAABAxK4EPNm2fczdzvP8/+3r9fpy/9LfuPzX65Zr9T57WpXUYaxaH/LP9zvMsz4Z+3wG94X7i+C/uZQAAAAASBA6AAAAABFCBwAAACBC6AAAAABECB0AAACACKEDAAAAECF0AAAAACJ2JWBm2/YxFysdgF+vl+LwYVV8Zp0AsOL7667nXUX5fihVum6/U8/yd8v2OA7FhH/5TQcAAAAgROgAAAAARAgdAAAAgAihAwAAABAhdAAAAAAihA4AAABAhNABAAAAiNiVAL5v2z7mdKUzc+nGfD+1/tKf62C+T1DrUr7K+nd9mWG9rX6/A2Pvx/LOLdvVnzM86N9QSgAAAAAkCB0AAACACKEDAAAAECF0AAAAACKEDgAAAECE0AEAAACIEDoAAAAAEbsS8B3629/jutT6rpduz7gfAeZ8vhnnvec7Wz2v30vlG6lsn3bdoRdfqAAAAECE0AEAAACIEDoAAAAAEUIHAAAAIELoAAAAAEQIHQAAAIAIoQMAAAAQsSsBd1Lrn7xtW3T/X79+ffnz//znP+UP1ybPHcf/jwd8yHVcxbXv952u4+rzuut6Y+z6Yc7nEs+sf3kflVFdt3i+8TN8UQEAAAARQgcAAAAgQugAAAAARAgdAAAAgAihAwAAABAhdAAAAAAihA4AAABAxK4EzKzWH3jbvs7LSh/mn1fr9vxhPO/dRo1zlG/W5zbn5ZnPH565Hu76fMY6nHl91upQ2//98/KHf1z2rcfvtT/clS8nAAAAIELoAAAAAEQIHQAAAIAIoQMAAAAQIXQAAAAAIoQOAAAAQITQAQAAAIjYlYCf1Nr3/vV6/eY45b9et2PnNc94GLtujbOo9Sdf/e5YZT3Q9/ryzDr3GmfteTjqOfw0H+rwfg211qf8xfK3rtvEaL9zfNeXVfhCAgAAACKEDgAAAECE0AEAAACIEDoAAAAAEUIHAAAAIELoAAAAAEQIHQAAAICIXQm4qvX7fTc0/uHjrGLbti8rMGq+tb7in8f5Z9er9fi4X57AfXGP6/W054x58eT7orxnyyq6br+z3srfLdvZ6lYbT6/7xX1H87+VlAAAAABIEDoAAAAAEUIHAAAAIELoAAAAAEQIHQAAAIAIoQMAAAAQIXQAAAAAInYlYEWf+96XjsGlW/L8Sv/ka4fnVUY+Q92+sx5+r9Zf+q5XoVfdelH/1ucbiTrfVe3+cl2s5xnW22zzuo7/+j02apyzjQe6/dtNCQAAAIAEoQMAAAAQIXQAAAAAIoQOAAAAQITQAQAAAIgQOgAAAAARQgcAAAAgYlcC/katb/BsfeZbx5nev3RdLt2Yrz2Z+x5/frX+3quMP73+V6+P+fZdV61mew6n5/s0tfvFfMeuw1HXZfX1UBt/7brU9n///MMnVu090nr8Xvt7DvM0ftMBAAAAiBA6AAAAABFCBwAAACBC6AAAAABECB0AAACACKEDAAAAECF0AAAAACJ2JWBmf9b3uHRjvm5HKeOcZzw/M9/Ptm275Xldr7HPgXvfTbnryz3eg9Ybrtc/3i/v18Rs99Gffd/CunyRAwAAABFCBwAAACBC6AAAAABECB0AAACACKEDAAAAECF0AAAAACKEDgAAAEDErgR8R62f8LsB8l8ep9aXeNvacrHP+5czto6zl9nG01rnXtd91Hobdd5e63lUfdLjX32dwE+u59nUng+r1KHX+HuNM13PUddllXmNUt5TparXba/vZ5iN33QAAAAAIoQOAAAAQITQAQAAAIgQOgAAAAARQgcAAAAgQugAAAAARAgdAAAAgIhdCeCz1n7I27YtsX/pC/0crfVZfTy1ddvrus9Wz1F1gMT6XOX5ifXzk99Xtf3fPy9/eP/PVZ7z13mVMZdtr/uu1zpZfb0xD7/pAAAAAEQIHQAAAIAIoQMAAAAQIXQAAAAAIoQOAAAAQITQAQAAAIgQOgAAAAARuxKQUOszvG3bVOcdNc7Vr1etb3OtP3avOreet5dR58V15H7rjZ+pT+29M2qcvcaTPu8q6/bDON+P8dr4a3VI77/K9x6k+U0HAAAAIELoAAAAAEQIHQAAAIAIoQMAAAAQIXQAAAAAIoQOAAAAQITQAQAAAIjYlYCZ1foJb9vXedm7UfOXxyn/9bpVt9/XTX1+r9avu7WevcaTHueo8ae19qV/2v3Cn62T1Z+Hq9St1/hnu76rrLf0+rnT0+O6fdpzBvymAwAAABAhdAAAAAAihA4AAABAhNABAAAAiBA6AAAAABFCBwAAACBC6AAAAABE7ErA36j1E27tY9/rODXbtn15xtrxa32nPx9nzv171S29HlrnNWr9jNKrPqPq1tq/vde8Rq3zmtXX4dPeX3fVej+q55x1nu28reuhNs70/jPUobwLyrZ1nK11cP8yG7/pAAAAAEQIHQAAAIAIoQMAAAAQIXQAAAAAIoQOAAAAQITQAQAAAIgQOgAAAAARuxLwk2p9hrdtG3Le4to5uWyfprXfdfp6rb4+a/VcZXWNGv9d11uv/ufPfDrl6nnX59Vd699rvr3GP9t40ucdtd5Gfeek97/r8wFq/KYDAAAAECF0AAAAACKEDgAAAECE0AEAAACIEDoAAAAAEUIHAAAAIELoAAAAAETsSsDMWvseb9vXOVqtv/3n/csZa/untc4rvX/6Otbq3GucrecdtZ5bx7PKdRx1Xzzteci91db/Xddbr/nOdr/0Gs+o9dDrO611/1WU92CZ3XXbq26wOr/pAAAAAEQIHQAAAIAIoQMAAAAQIXQAAAAAIoQOAAAAQITQAQAAAIgQOgAAAAARuxKQUOs/XPoYr6vWP3nbti77z1af1j7StXmNqv8q5+11v4yqz6j7vbWfeboO8JPrOX3/3nW+dx1nr+s723xbv0PS+39nnOXdV7a96tnrPh11v4MvMAAAACBC6AAAAABECB0AAACACKEDAAAAECF0AAAAACKEDgAAAECE0AEAAACI2JWAGdT6GG9bn1ystQ9z7byl6/L89Unv32ucteuSrnOv86bX7Sr3V7rOq9cB77UZ1O7H1evQa169xjlqPOnr2/od1br/KnrV4a7PGajxpQUAAABECB0AAACACKEDAAAAECF0AAAAACKEDgAAAECE0AEAAACIEDoAAAAAEbsS8JNq/Ypfr1eX49T6FW9bNl9rPW/r/q31GTWvVcaZXp+zjSc9zl7PgZr0uurV5zxdN8Y+T1Z5n961br3m22ucs42n13lHravW77r0/k+rP6T5QgIAAAAihA4AAABAhNABAAAAiBA6AAAAABFCBwAAACBC6AAAAABECB0AAACAiF0JmFmtj/G29cnLWvs21877er2WqM+oebWet3ZdWsfTa/3cdTyj7rte9+mo+661bq1G1fmu74vV1db/Xevca769xrn6eHqdt3ac1u+o2dbzd6p93a5y361VZ57Alw0AAAAQIXQAAAAAIoQOAAAAQITQAQAAAIgQOgAAAAARQgcAAAAgQugAAAAAROxKwJ209ovetmzu1nre1v1fr9cS9ayNs/U4tfGk69Ban9bx9Fqf6fq09glP31+tfchHrZN0nbnHe+pp6222OjxtnbS+30etw9Zx9prX9Tjl3VG26XHCXflNBwAAACBC6AAAAABECB0AAACACKEDAAAAECF0AAAAACKEDgAAAECE0AEAAACI2JWAGdT6FZeuyJ/V+h5v2xYdT+t5a+Nv1Xre9P7p67v6+uml1zhb+4GPWrejnjOtetWHe7+/ZlO7H1evT6959RrnqDrXzttrXq3fRa37z3b/znYdV3/+gN90AAAAACKEDgAAAECE0AEAAACIEDoAAAAAEUIHAAAAIELoAAAAAEQIHQAAAICIXQl4slo/5G3bpjrv6/Waqm6tfa1b67nKdWmtz2zX8Wn3XXr9u773oO/9nHWrPTdGjXO28Ywa/6jvilF1ax0nUPyfAAMAnQ83q6Vd0R0AAAAASUVORK5CYII=");
  opacity: 0.82;
}
.interstitial .interstitial__overlay.interstitial__overlay--light {
  background-color: rgba(0, 0, 0, 0.15);
}
.interstitial .interstitial__content {
  position: relative;
  z-index: 1;
}

/**
 * Quote w/ Company Logo
 */
.quote-company_logo {
  width: 100%;
  color: #717171;
  padding: 70px 0 50px 0;
}
.quote-company_logo .quote-company_logo__body {
  position: relative;
  padding: 0 40px;
}
.quote-company_logo .quote-company_logo__body:before {
  position: absolute;
  top: -40px;
  left: 0;
  font-family: "Georgia", Georgia, serif;
  content: '“';
  color: #dfdfdf;
  font-size: 72px;
}
.quote-company_logo .quote-company_logo__logo {
  text-align: center;
  padding: 40px 0;
}

/**
 * Quote w/ Review
 */
.review-quote {
  width: 100%;
  background-color: #f0f0f0;
  padding: 40px 45px;
  margin-bottom: 50px;
}
.review-quote:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  visibility: hidden;
  clear: both;
}
.review-quote .review-quote__body {
  width: 67%;
  float: left;
  border-right: 4px solid white;
  padding: 15px 45px 15px 0;
}
.review-quote .review-quote__body .review-quote__quote {
  position: relative;
  margin: 0;
  display: inline-block;
  padding-left: 40px;
}
.review-quote .review-quote__body .review-quote__quote:before {
  position: absolute;
  top: -15px;
  left: 0;
  height: 35px;
  content: '“';
  color: #d2d2d2;
  font-size: 80px;
  line-height: 1;
  font-family: Georgia;
}
.review-quote .review-quote__details {
  width: 33%;
  float: left;
  padding: 15px 0 15px 45px;
}
.review-quote .review-quote__author {
  font-size: 30px;
  font-weight: 300;
  margin: 10px 0 0 0;
}
.review-quote .review-quote__location {
  margin: 0;
  color: #35a8a6;
}

/**
 * Review Stars / Rating
 */
.review-stars:before {
  position: relative;
  display: inline-block;
  font-family: "FontAwesome", FontAwesome;
  font-size: 21px;
  color: #ecb660;
  letter-spacing: 4px;
}
.review-stars.review-stars--1:before {
  content: '\f005 \f006 \f006 \f006 \f006';
}
.review-stars.review-stars--1_5:before {
  content: '\f005 \f123 \f006 \f006 \f006';
}
.review-stars.review-stars--2:before {
  content: '\f005 \f005 \f006 \f006 \f006';
}
.review-stars.review-stars--2_5:before {
  content: '\f005 \f005 \f123 \f006 \f006';
}
.review-stars.review-stars--3:before {
  content: '\f005 \f005 \f005 \f006 \f006';
}
.review-stars.review-stars--3_5:before {
  content: '\f005 \f005 \f005 \f123 \f006';
}
.review-stars.review-stars--4:before {
  content: '\f005 \f005 \f005 \f005 \f006';
}
.review-stars.review-stars--4_5:before {
  content: '\f005 \f005 \f005 \f005 \f123';
}
.review-stars.review-stars--5:before {
  content: '\f005 \f005 \f005 \f005 \f005';
}

/**
 * Review Rating Text
 */
.review-rating {
  display: inline-block;
  color: #ecb660;
  font-size: 18px;
  color: #ecb660;
}

/**
 * Stat Columns
 */
.stat-columns {
  background-color: #35a8a6;
  padding: 35px;
  color: white;
}

.stat-column {
  text-align: center;
}

.stat-column__icon {
  color: white;
  color: rgba(255, 255, 255, 0.65);
  border-color: white;
  border-color: rgba(255, 255, 255, 0.65);
  line-height: 27px;
}

.stat-column__number {
  font-size: 40px;
  font-family: "din-next-pro-condensed";
  font-weight: 300;
  line-height: 1;
  margin: 15px 0 0 0;
}

.stat-column__title {
  color: white;
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  margin: 0;
}


/**
 * Carbon Neutral
 */


.carbon-neutral {
  position: relative;
  color: inherit;
  font-size: 15px;
  line-height: 22px;
}
.carbon-neutral.carbon-neutral--has_emblem {
  padding-left: 22px;
}
.carbon-neutral.carbon-neutral--has_emblem:before {
  content: '';
  position: absolute;
  top: -5px;
  left: 0;
  width: 35px;
  height: 35px;
  background-image: url("https://cdn.shopify.com/s/files/1/0666/9741/files/carbonNeutral_icon.png?12470506817101966197");
  background-repeat: no-repeat;
  background-size: 35px 35px;
  background-position: 50% 50%;
}
.carbon-neutral li {
  position: relative;
  padding-left: 21px;
  display: inline-block;
}

.carbon-neutral li.active {
  font-weight: bold;
}
.carbon-neutral li a {
  color: inherit;
}
.carbon-neutral li a:hover {
  text-decoration: underline;
}


/**
 * Bread Crumbs
 */
.breadcrumbs {
  position: relative;
  color: inherit;
  font-size: 15px;
  line-height: 22px;
}
.breadcrumbs.breadcrumbs--has_emblem {
  padding-left: 22px;
}
.breadcrumbs.breadcrumbs--has_emblem:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 20px;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAATCAYAAABPwleqAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo0MjNDQ0I3OTc3NUExMUU0QUU2RkQzMTJDMDUzOEIxRCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo0MjNDQ0I3QTc3NUExMUU0QUU2RkQzMTJDMDUzOEIxRCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjQyM0NDQjc3Nzc1QTExRTRBRTZGRDMxMkMwNTM4QjFEIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjQyM0NDQjc4Nzc1QTExRTRBRTZGRDMxMkMwNTM4QjFEIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+NXO2wAAAAYVJREFUeNqUkztLA0EUhSfLhlWXVbARRRsNgrg+0MoqWtmEqIUp0qa0tMxfsFErNWAjpLAQG8tgEzAYbAQJaBMJKRULFXyt5y5ncVicoBc+Zs7cc3dm52EFQaAM7INCh7xSHZJnoAl8k8dS5hgESbAFfvWZikfAAPvTYP0/xcsxvQESfy1ejekUmDEVz4Ii6AKjYI7jl6DJ/hLzRfrD3XZBHbTBPNhk/wb087hEbzPfpt+VmfNgCNTAFVjkTHvggeMSDvMX9OelOMPkDn9jkvqUbYvtoywU7FJnxOyDT1AFLv9L4p5ttMt1tlX6fSnuBi/gDbyCL5qSbCeYr1CL71nqLC7H46zv/C+JBe0kjuhT9PWGGrtW5g5meWfT1IfaPba0fpb5sogcxTlwaJDjaYFU7DE49Ik/JwM2qHCgpH1gODajjB/QJ347SoyBhraCFeAx51FHMzboV4nwUf/c3xIY166v7HKPpm9BAdyFZ6gVS9h8fmtgCvSBJ3ANTsAx+IjM3wIMALGgju/XOO21AAAAAElFTkSuQmCC");
  background-repeat: no-repeat;
  background-size: auto auto;
  background-position: 50% 50%;
}
.breadcrumbs li {
  position: relative;
  padding-left: 20px;
  display: inline-block;
}
.breadcrumbs li:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  font-size: 14px;
  line-height: 24px;
  font-weight: normal;
  font-family: "FontAwesome", FontAwesome;
  content: '\f105';
  text-align: center;
}
.breadcrumbs li.active {
  font-weight: bold;
}
.breadcrumbs li a {
  color: inherit;
}
.breadcrumbs li a:hover {
  text-decoration: underline;
}

/**
 * Badge
 */
.badge-wrap {
  display: inline-block;
  position: relative;
}

.badge {
  display: block;
  position: absolute;
  z-index: 2;
  top: -8px;
  right: -8px;
  width: 26px;
  height: 26px;
  border-radius: 13px;
  background-clip: padding-box;
  background-color: #ebad15;
  color: white;
  text-align: center;
  line-height: 24px;
  font-size: 13px;
  font-weight: bold;
  font-family: "opensans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/**
 * Lists
 */
ul.list {
  list-style-type: disc;
  margin-left: 20px;
}

/**
 * Labels
 */
.label--small {
  display: inline-block;
  font-family: "din-next-pro";
  font-size: 13px;
  color: #a8a8a8;
  text-transform: uppercase;
  margin: 0;
}

/**
 * Alert BAr
 */
.alert-bar {
  position: relative;
  z-index: 1000;
  width: 100%;
  height: 40px;
  line-height: 40px;
  background-color: rgba(37, 39, 41, 0.8);
  text-align: center;
  font-size: 14px;
  color: #1b1b1b;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.alert-bar span {
  color: #a8a8a8;
}
.alert-bar em {
  color: #696969;
}



/**
 * Energy Arc
 * @contains .half-circle
 */
.animation--energy-arc {
  position: relative;
  width: 370px;
  height: 250px;
  margin: 0 auto 60px auto;
}
.animation--energy-arc .fa {
  position: absolute;
  z-index: 5;
  left: 50%;
  bottom: -20px;
  margin-left: -40px;
  width: 80px;
  height: 80px;
  line-height: 78px;
  border-radius: 40px;
  background-clip: padding-box;
  background-color: #e9a533;
  color: white;
  font-size: 30px;
  text-align: center;
  transition: all 500ms linear;
  opacity: 0;
  visibility: hidden;
  transform: scale3d(0.5, 0.5, 0.5);
}
.animation--energy-arc .energy-arc--step {
  position: absolute;
  z-index: 5;
  background-image: url("sprite--energy_arc.png");
  background-repeat: no-repeat;
  width: 55px;
  transition: all 250ms linear;
  opacity: 0;
  visibility: hidden;
}
.animation--energy-arc .energy-arc--step.energy-arc--step-1 {
  height: 35px;
  left: 3px;
  top: 155px;
  background-position: 0 0;
}
.animation--energy-arc .energy-arc--step.energy-arc--step-2 {
  height: 77px;
  left: 34px;
  top: 58px;
  background-position: 0 -35px;
}
.animation--energy-arc .energy-arc--step.energy-arc--step-3 {
  height: 84px;
  left: 106px;
  top: 12px;
  background-position: 0 -118px;
}
.animation--energy-arc .energy-arc--step.energy-arc--step-4 {
  height: 82px;
  right: 108px;
  top: 13px;
  background-position: 0 -203px;
}
.animation--energy-arc .energy-arc--step.energy-arc--step-5 {
  height: 66px;
  right: 27px;
  top: 74px;
  background-position: 0 -285px;
}
.animation--energy-arc .energy-arc--step.energy-arc--step-6 {
  height: 40px;
  right: 0px;
  top: 156px;
  background-position: 0 -351px;
}
.animation--energy-arc.show .fa {
  opacity: 1;
  visibility: visible;
  transform: scale3d(1, 1, 1);
}
.animation--energy-arc.show .half-circle:before {
  transform: translate3d(100%, 0, 0);
}
.animation--energy-arc.show .energy-arc--step {
  opacity: 1;
  visibility: visible;
}
.animation--energy-arc.show .energy-arc--step.energy-arc--step-1 {
  transition-delay: 100ms;
}
.animation--energy-arc.show .energy-arc--step.energy-arc--step-2 {
  transition-delay: 200ms;
}
.animation--energy-arc.show .energy-arc--step.energy-arc--step-3 {
  transition-delay: 300ms;
}
.animation--energy-arc.show .energy-arc--step.energy-arc--step-4 {
  transition-delay: 400ms;
}
.animation--energy-arc.show .energy-arc--step.energy-arc--step-5 {
  transition-delay: 500ms;
}
.animation--energy-arc.show .energy-arc--step.energy-arc--step-6 {
  transition-delay: 600ms;
}

/**
 * Half Circle / Arc
 */
.half-circle {
  position: relative;
  top: 90px;
  margin: 0 auto;
  width: 270px;
  height: 140px;
  background-color: transparent;
  border-top-left-radius: 148px;
  /* 100px of height + 10px of border */
  border-top-right-radius: 148px;
  /* 100px of height + 10px of border */
  border: 8px solid #ffd890;
  border-bottom: 0;
}
.half-circle.half-circle__overlay:before {
  content: '';
  position: absolute;
  z-index: 2;
  top: -10%;
  left: -5%;
  width: 110%;
  height: 110%;
  background-color: white;
  transition: all 600ms linear;
}

/**
 * Color Blocks
 */
.color-blocks:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  visibility: hidden;
  clear: both;
}

.color-block {
  display: inline-block;
  width: 165px;
  height: 165px;
  margin: 10px;
  float: left;
  padding: 65px 15px;
  color: rgba(255, 255, 255, 0.75);
  text-transform: uppercase;
}
.color-block p {
  line-height: 1;
  margin-bottom: 15px;
}
.color-block.color-block--red {
  background-color: #ed432d;
}
.color-block.color-block--green {
  background-color: #20a09d;
}
.color-block.color-block--yellow {
  background-color: #e9a634;
}
.color-block.color-block--dark_gray {
  background-color: #262729;
}
.color-block.color-block--light_gray {
  background-color: #f3f3f3;
  color: rgba(0, 0, 0, 0.55);
}

/**
 * Photo Header Cropped
 */
.photo-header {
  width: 100%;
  background-color: #f5f5f5;
  background-repeat: no-repeat;
  background-position: 90% 50%;
  overflow: hidden;
  height: 300px;
  margin-bottom: 90px;
}
.photo-header.photo-header--cropped {
  height: 150px;
}

/**
 * Jumbotron
 */
.jumbotron {
  width: 100%;
  padding: 90px 0;
  background-color: #20a09d;
  color: white;
}

/**
 * List Toggles
 */
.list-toggles {
  margin-left: 15px;
}

.list-toggle {
  margin-bottom: 15px;
}
.list-toggle.list-toggle__active .list-toggle__content {
  display: block;
}

.list-toggle__title {
  font-size: 21px;
  font-weight: 300;
  line-height: 1;
  cursor: pointer;
}
.list-toggle__title .fa {
  color: #e8e8e8;
  margin-right: 5px;
}
.list-toggle__title:hover {
  color: #000;
}
.list-toggle__title:hover .fa {
  color: #35a8a6;
}

.list-toggle__content {
  display: none;
  padding: 12px 35px;
  color: #a8a8a8;
}
.list-toggle__content p {
  margin: 0 0 5px 0;
}
.list-toggle__content p:last-child {
  margin: 0;
}

/**
 * Sidebar
 */
.sidebar {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  width: 380px;
  height: 100%;
  background-color: #f1f1f1;
  border-left: 1px solid #eaeaea;
  box-shadow: 0px 0 45px 0 rgba(0, 0, 0, 0.2);
  transition-property: all;
  transition-duration: 150ms;
  -webkit-transform: translate3d(105%, 0, 0);
  transform: translate3d(105%, 0, 0);
}
.sidebar.show {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.sidebar__inner {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 0 15px;
  top: 0;
  left: 0;
  overflow-x: hidden;
  overflow-y: scroll;
}

.sidebar__header {
  position: relative;
  width: 100%;
  padding: 40px 0 25px 0;
  text-align: center;
}

.sidebar__close {
  position: absolute;
  top: 0;
  right: 0;
  color: #b4b4b5;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 16px;
  cursor: pointer;
  z-index: 10000;
}
.sidebar__close .fa {
  border-color: #b4b4b5;
}
.sidebar__close:hover {
  color: #9f9fa1;
}
.sidebar__close:hover .fa {
  border-color: #9f9fa1;
}

.sidebar__footer {
  width: 100%;
  padding-top: 35px;
}
.sidebar__footer:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  visibility: hidden;
  clear: both;
}
.sidebar__footer .sidebar__logo {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
}
.sidebar__footer .sidebar__logo img {
  max-height: 100%;
  width: auto;
  max-width: 100%;
}

/**
 * Shopping Cart Items
 */
.cart-item {
  margin-top: 10px;
  width: 100%;
  background-color: white;
  padding: 16px 0;
  max-height: 110px;
  /* transition */
  animation-duration: 750ms;
}
.cart-item:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  visibility: hidden;
  clear: both;
}
.cart-item .cart-item__image {
  width: 27%;
  float: left;
  text-align: center;
  padding: 0 20px;
}
.cart-item .cart-item__image img {
  margin-top: 10px;
  max-width: 100%;
  width: auto;
}
.cart-item .cart-item__desc {
  width: 48%;
  float: left;
  text-align: left;
  padding: 20px 0 20px 0;
}
.cart-item .cart-item__desc .cart-item__name {
  font-weight: normal;
  font-size: 16px;
  font-family: "din-next-pro";
}
.cart-item .cart-item__desc .cart-item__price {
  display: inline-block;
  margin-top: 5px;
  font-family: "din-next-pro";
  color: #bdbdbd;
  font-weight: 600;
}
.cart-item .cart-item__actions {
  width: 25%;
  float: left;
  text-align: center;
  padding: 22px 0;
}
.cart-item .cart-item__actions:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  visibility: hidden;
  clear: both;
}
.cart-item .cart-item__actions .fa {
  color: #b3b3b5;
  font-size: 20px;
}
.cart-item .cart-item--remove {
  position: absolute;
  top: 50%;
  margin-top: -11px;
  right: 20px;
}
.cart-item .cart-item--quantity {
  font-size: 12px;
  padding: 4px 0;
  text-align: center;
  position: relative;
  display: inline-block;
  float: left;
  appearance: none;
  -webkit-appearance: none;
  margin: 0;
  width: 30px;
  height: 34px;
  background-color: #f4f4f4;
  border: 1px solid #ededed;
}

.cart-summary {
  width: 100%;
}

.cart-summary__subtotal {
  margin: 0 0 10px 0;
}

.cart-summary__action {
  margin-top: 30px;
}

.modal {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 650px;
  max-width: 90%;
  background-color: white;
  transition: all 100ms ease-in-out;
  -webkit-transition: all 100ms ease-in-out;
  transform: translate3d(-50%, -50%, 0) scale3d(0.5, 0.5, 0.5);
  -webkit-transform: translate3d(-50%, -50%, 0) scale3d(0.5, 0.5, 0.5);
  z-index: -1;
  visibility: hidden;
  opacity: 0;
}
.modal.show {
  z-index: 999999;
  visibility: visible;
  opacity: 1;
  transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
  -webkit-transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
}

.modal__header {
  height: 80px;
  background-color: #252729;
  background-color: rgba(37, 39, 41, 0.9);
}
.modal__header:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  visibility: hidden;
  clear: both;
}

.modal__title {
  line-height: 80px;
  color: white;
  font-weight: 300;
  font-size: 24px;
  float: left;
  padding-left: 25px;
  padding-right: 25px;
}

.modal__content {
  padding: 40px;
  min-height: 315px;
}
.modal__content.modal__content--video {
  padding: 0;
}
.modal__content.modal__content--video iframe, .modal__content.modal__content--video video {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 400px;
}

.modal--close {
  float: right;
  width: 80px;
  height: 80px;
  line-height: 80px;
  border-left: 1px solid rgba(255, 255, 255, 0.15);
  text-align: center;
  color: white;
  cursor: pointer;
}
.modal--close .fa {
  opacity: 0.8;
}
.modal--close:hover {
  background-color: rgba(15, 15, 15, 0.15);
}
.modal--close:hover .fa {
  opacity: 1.0;
}

/**
 * Location Popup
 */
#location-switcher-modal .modal {
  width: 550px;
}
#location-switcher-modal .modal__content {
  padding: 14px;
  min-height: 220px;
}
#location-switcher-modal select {
  font-size: 16px;
  height: 40px;
  width: 350px;
  margin-bottom: 2px;
}
#location-switcher-modal .modal--close {
  height: 36px;
  line-height: 36px;
  width: 36px;
}
#location-switcher-modal .modal--close i {
  color: black;
}

@media screen and (min-width: 740px){
    /**
   * Story Grid
   */
  .story-grid {
    width: 100%;
    position: relative;
    /*padding-left: 30px;*/
    overflow: hidden;
    /**
     * 4 ITEM - Default
     * Default inheritance, no need to specify class
     */
    /**
     * 3 ITEM
     * Story grid items in thirds rather than fourths
     * Different hover effects, overlays
     */
    /**
     * Story Grid Item Masonry Sizes
     */
  }

  .story-grid:after {
    display: block;
    content: '';
    width: 0;
    height: 0;
    visibility: hidden;
    clear: both;
  }
  .story-grid .story-grid-item {
    display: block;
    position: relative;
    width: 25%;
    height: 210px;
    float: left;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-right: 20px;
    box-sizing: border-box;
    overflow: hidden;
    cursor: pointer;
  }
  .story-grid .story-grid-item:first-child {
    border-left: none;
  }
  .story-grid .story-grid-item:nth-child(5n) {
    border-left: none;
  }
  .story-grid .story-grid-item:nth-child(4n) {
    border-right: none;
  }
  .story-grid .story-grid-item.story-grid-item--fallback .story-grid-item__content {
    visibility: visible;
    opacity: 1.0;
    background-color: transparent;
    color: #262729;
  }
  .story-grid .story-grid-item.story-grid-item--fallback .story-grid-item__content .fa,
  .story-grid .story-grid-item.story-grid-item--fallback .story-grid-item__content .icomoon {
    color: #35a8a6;
    border-color: #35a8a6;
    opacity: 1.0;
  }
  .story-grid .story-grid-item:hover .story-grid-item__content {
    background-color: rgba(32, 160, 157, 0.9);
  }
  .story-grid .story-grid-item:hover .story-grid-item__content > div {
    visibility: visible;
    opacity: 1.0;
    transform: scale3d(1, 1, 1);
  }
  .story-grid .story-grid-item:hover .story-grid-item__content > div small {
    height: 50px;
    visibility: visible;
    opacity: 1;
  }
  .story-grid .story-grid-item:hover .story-grid-item__content > div .fa, .story-grid .story-grid-item:hover .story-grid-item__content > div .icomoon {
    opacity: 0.7;
    transform: scale3d(1, 1, 1);
    visibility: visible;
  }
  .story-grid .story-grid-item:hover .story-grid-item__content > div .icomoon {
    font-size: 20px;
    line-height: 27px;
  }
  .story-grid .story-grid-item:hover .story-grid-item__content:before {
    opacity: 0.35;
  }
  .story-grid .story-grid-item__inner {
    width: 100%;
    height: 100%;
    position: relative;
    background-color: #f3f3f3;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
  }
  .story-grid .story-grid-item__content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    color: white;
    text-align: center;
    padding: 30px 25px;
    transition: opacity 150ms ease-in-out;
  }
  .story-grid .story-grid-item__content.story-grid-item__content--gradient:before {
    content: '';
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.55) 75%, rgba(0, 0, 0, 0.75) 100%);
    transition: opacity 150ms ease-in-out;
  }
  .story-grid .story-grid-item__content h4 {
    line-height: 1.35;
    font-size: 23px;
    margin-bottom: 0;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
  }
  .story-grid .story-grid-item__content > div {
    transition: opacity 150ms ease-in-out;
    opacity: 0;
    visibility: hidden;
    transform: scale3d(0.5, 0.5, 1);
  }
  .story-grid .story-grid-item__content .fa, .story-grid .story-grid-item__content .icomoon {
    opacity: 0.7;
    margin-right: 10px;
  }
  .story-grid.story-grid--thirds .story-grid-item {
    width: 33.3333333333337%;
    height: 295px;
  }
  .story-grid.story-grid--green .story-grid-item .story-grid-item__content {
    position: relative;
  }
  .story-grid.story-grid--green .story-grid-item .story-grid-item__content > div {
    position: relative;
    vertical-align: bottom;
    z-index: 3;
    opacity: 1;
    visibility: visible;
    transform: scale3d(1, 1, 1);
    -webkit-transform: scale3d(1, 1, 1);
  }
  .story-grid.story-grid--green .story-grid-item .story-grid-item__content small {
    display: block;
    height: 0;
    visibility: hidden;
    transition: height 150ms ease-in-out, opacity 250ms linear;
    opacity: 0;
    margin-top: 7px;
    overflow: hidden;
  }
  .story-grid.story-grid--green .story-grid-item .story-grid-item__content .fa, .story-grid.story-grid--green .story-grid-item .story-grid-item__content .icomoon {
    visibility: hidden;
    opacity: 0;
    margin-bottom: 7px;
    transform: scale3d(0.8, 0.8, 1);
    -webkit-transform: scale3d(0.8, 0.8, 1);
    transition: opacity 250ms ease-in-out;
  }
  .story-grid.story-grid--green .story-grid-item.story-grid-item--fallback .story-grid-item__content {
    background-color: transparent;
  }
  .story-grid.story-grid--green .story-grid-item.story-grid-item--fallback .story-grid-item__content > div {
    visibility: visible;
    vertical-align: middle;
    opacity: 1;
    transform: scale3d(1, 1, 1);
    -webkit-transform: scale3d(1, 1, 1);
  }
  .story-grid.story-grid--green .story-grid-item.story-grid-item--fallback .story-grid-item__content:before {
    display: none;
  }
  .story-grid.story-grid--green .story-grid-item.story-grid-item--fallback .story-grid-item__content .btn {
    margin-top: 20px;
  }
  .story-grid.story-grid--green .story-grid-item.story-grid-item--fallback:hover .story-grid-item__content {
    background-color: transparent;
  }
  .story-grid.story-grid--green .story-grid-item:hover .story-grid-item__content {
    background-color: rgba(32, 160, 157, 0.9);
  }
  .story-grid.story-grid--green .story-grid-item:hover .story-grid-item__content > div {
    visibility: visible;
    opacity: 1.0;
    transform: scale3d(1, 1, 1);
    -webkit-transform: scale3d(1, 1, 1);
  }
  .story-grid.story-grid--green .story-grid-item:hover .story-grid-item__content > div small {
    height: 49px;
    visibility: visible;
    opacity: 1;
  }
  .story-grid.story-grid--green .story-grid-item:hover .story-grid-item__content > div .fa, .story-grid.story-grid--green .story-grid-item:hover .story-grid-item__content > div .icomoon {
    opacity: 0.7;
    transform: scale3d(1, 1, 1);
    -webkit-transform: scale3d(1, 1, 1);
    visibility: visible;
  }
  .story-grid.story-grid--green .story-grid-item:hover .story-grid-item__content:before {
    opacity: 0.35;
  }
  .story-grid.story-grid--masonry {
    overflow: hidden;
  }
  .story-grid.story-grid--masonry .wrapper {
    position: relative;
    max-width: 1280px;
  }
  .story-grid.story-grid--masonry .wrapper:after {
    display: block;
    content: '';
    width: 0;
    height: 0;
    visibility: hidden;
    clear: both;
  }
  .story-grid.story-grid--masonry .story-grid-item {
    float: left;
    width: 33.3333333333337%;
    max-width: 450px;
    padding: 0;
    padding-right: 5px;
    padding-left: 5px;
    margin-bottom: 10px;
    margin-top: 0;
  }
  .story-grid.story-grid--masonry .story-grid-item.story-grid-item--size-250 {
    height: 250px;
  }
  .story-grid.story-grid--masonry .story-grid-item.story-grid-item--size-280 {
    height: 280px;
  }
  .story-grid.story-grid--masonry .story-grid-item.story-grid-item--size-300 {
    height: 300px;
  }
  .story-grid.story-grid--masonry .story-grid-item.story-grid-item--size-330 {
    height: 330px;
  }
  .story-grid.story-grid--masonry .story-grid-item.story-grid-item--size-420 {
    height: 420px;
  }
  .story-grid.story-grid--masonry .story-grid-item img {
    max-width: 100%;
    max-height: 100%;
  }
}
/**
 * Footer Social
 */
.footer-social {
  width: 100%;
  background-color: #252525;
  color: white;
}

/**
 * Footer Default
 */
.footer-default {
  width: 100%;
  background-color: #3a3a3a;
  color: white;
}
.footer-default .footer-default__header {
  padding: 10px 0 30px 0;
  border-bottom: 1px solid #616161;
}
.footer-default .footer-default__content {
  padding: 20px 0;
  border-bottom: 1px solid #616161;
  font-size: 15px;
  color: #e1e1e1;
}

#header > div > div > div.grid__item.large--one-half.small--eight-twelfths.medium--eight-twelfths.header-left {
  text-align: left;
}

#header > div > div > div.grid__item.large--one-half.small--eight-twelfths.medium--eight-twelfths.header-left a{
  display: inline-block;
}

header img.logo{
  margin:0;
}

img.logo{
  display: inline-block;
  max-height: 33px;
}

.footer-default .footer-default__content ul li {
  font-weight: bold;
  margin-bottom: 3px;
}
.footer-default .footer-default__content ul li a {
  font-weight: normal;
  color: #c0c0c0;
}
.footer-default .footer-default__footer {
  padding: 20px 0;
  color: #e1e1e1;
}

/**
 * Footer Legal
 */
.footer-legal {
  width: 100%;
  background-color: #444444;
  color: #8c8c8c;
  padding: 25px 0;
}

/**
 * Modules - Pages
 */
/**
 * Single Product Features ( Slider )
 */
.single-product-features {
  min-height: 755px;
  /**
   * Photo BG
   */
}
.single-product-features.single-product-features--tall {
  padding: 60px 0 80px 0;
  background-position: 90% 50%;
  background-repeat: no-repeat;
}
.single-product-features.single-product-features--tall .single-product-features__left {
  height: 805px;
}
.single-product-features.single-product-features--tall .single-product-features__right {
  height: 805px;
}




.single-product-features.single-product-features--short {
  padding: 30px 0;
  background-position: 90% 10%;
  background-repeat: no-repeat;
}
.single-product-features.single-product-features--short .single-product-features__left {
  height: 570px;
}
.single-product-features.single-product-features--short .single-product-features__right {
  height: 570px;
}
.single-product-features .single-product-features__left {
  padding-top: 175px;
  padding-bottom: 25px;
  height: 755px;
}
.single-product-features .single-product-features__left.single-product-features__left--pull_up {
  padding-top: 50px;
}
.single-product-features .single-product-features__right {
  padding: 25px 0;
  height: 755px;
}
.single-product-features .single-product-features__right ul {
  max-height: 100%;
}
.single-product-features .single-product-features__right ul li {
  max-height: 100%;
}
.single-product-features .single-product-features__right ul img {
  max-height: 100%;
}
.single-product-features .single-product-features__bottom {
  float: left;
  clear: both;
  width: 100%;
  padding: 25px 0;
}
.single-product-features.single-product-features--photo_bg {
  position: relative;
  height: 740px;
  background-color: #333;
  margin-top: 15px;
}
.single-product-features.single-product-features--photo_bg .single-product-slides {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.single-product-features.single-product-features--photo_bg .single-product-slides li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
.single-product-features.single-product-features--photo_bg .single-product-features__inner {
  text-align: left;
  position: relative;
  padding-top: 200px;
  z-index: 2;
  color: white;
}
.single-product-features.single-product-features--offwhite {
  position: relative;
  height: 740px;
  background-color: #333;
  margin-top: 15px;
  background-color: #f5f5f5;
}
.single-product-features.single-product-features--offwhite .single-product-slides {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.single-product-features.single-product-features--offwhite .single-product-slides li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: 50% 50%;
}
.single-product-features.single-product-features--offwhite .single-product-features__inner {
  text-align: left;
  position: relative;
  padding-top: 200px;
  z-index: 2;
  color: #262729;
}

.single-product-features__overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(33, 33, 33, 0.25);
  box-shadow: 0 0 100px 0 rgba(0, 0, 0, 0.2) inset;
}

/**
 * Single Product Showcase
 */
/**
 * Product Cards
 */
.product-cards {
  width: 100%;
}
.product-cards:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  visibility: hidden;
  clear: both;
}
.product-cards .product-card {
  position: relative;
  width: 50%;
  float: left;
}
.product-cards .product-card.product-card--bg_right {
  background-color: #f5f5f5;
}
.product-cards .product-card.product-card--bg_right .product-card__inner {
  background-size: auto auto;
  background-position: 100% 100%;
}
.product-cards .product-card.product-card--bg_right .product-card__content {
  color: #262729;
}
.product-cards .product-card:first-child .product-card__inner {
  border-right: 8px solid white;
}
.product-cards .product-card:last-child .product-card__inner {
  border-left: 8px solid white;
}
.product-cards .product-card .product-card__inner {
  position: relative;
  display: table;
  top: 0;
  height: 100%;
  min-height: 310px;
  max-height: 420px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  padding: 40px 60px;
}
.product-cards .product-card .product-card__inner:before {
  content: '';
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.product-cards .product-card .product-card__content {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  z-index: 1;
  color: white;
}
.product-cards .product-card.product-card--green_overlay {
  border-top: 10px solid white;
  border-bottom: 10px solid white;
}
.product-cards .product-card.product-card--green_overlay:first-child {
  border-right: 5px solid white;
}
.product-cards .product-card.product-card--green_overlay:last-child {
  border-left: 5px solid white;
  border-right: none;
}
.product-cards .product-card.product-card--green_overlay .product-card__inner {
  background-size: auto auto;
  background-position: 50% 50%;
}
.product-cards .product-card.product-card--green_overlay .product-card__inner:before {
  background-color: rgba(32, 160, 157, 0.75);
}
.product-cards .product-card.product-card--green_overlay .product-card__content {
  color: white;
}



.product-cards .product-card.product-card--gray {
  border-top: 10px solid white;
  border-bottom: 10px solid white;
}
.product-cards .product-card.product-card--gray:first-child {
  border-right: 5px solid white;
}
.product-cards .product-card.product-card--gray:last-child {
  border-left: 5px solid white;
  border-right: none;
}
.product-cards .product-card.product-card--gray .product-card__inner {
  background-size: auto auto;
  background-position: 50% 50%;
}
.product-cards .product-card.product-card--gray_overlay .product-card__inner:before {
  background-color: rgba(188, 188, 188, 1);
}
.product-cards .product-card.product-card--gray_overlay .product-card__content {
  color: white;
}

.product-cards .product-card.product-card--darkblue_overlay .product-card__inner:before {
  background-color: rgba(4, 164, 162, 0.7);
}
.product-cards .product-card.product-card--darkblue_overlay .product-card__content {
  color: white;
}



/**
 * Product Tech
 */
.product-tech {
  position: relative;
  width: 100%;
  height: 810px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  overflow: hidden;
  /**
   * Overlay
   */
  /**
   * Curtain
   */
}

.product-tech li ol {
 font-weight:300 !important;
}

.product-tech:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  visibility: hidden;
  clear: both;
}
.product-tech.product-tech-curtain--hide .product-tech-curtain {
  display: none;
}
.product-tech.without-curtain {
  height: 650px;
}


.product-tech .product-tech-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(32, 160, 157, 0.9);
}



.product-tech .product-tech-overlay .product-tech-overlay__content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20%;
  text-align: center;
  color: white;
  padding: 55px 0;
}



.product-tech .product-tech-curtain {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 80%;
  transition: all 250ms linear;
  -webkit-transform: translate3d(0, -80%, 0);
  transform: translate3d(0, -80%, 0);
}


.product-tech .product-tech-curtain.show {
  -webkit-transform: translate3d(0, 0%, 0);
  transform: translate3d(0, 0%, 0);
}
.product-tech .product-tech-curtain.show .product-tech-curtain__content {
  visibility: visible;
  opacity: 1.0;
}
.product-tech .product-tech-curtain footer {
  position: absolute;
  left: 0;
  bottom: 40px;
  width: 100%;
  text-align: center;
}
.product-tech .product-tech-curtain .product-tech-curtain__content {
  transition: all 250ms linear;
  visibility: hidden;
  opacity: 0;
}
.product-tech .product-tech-curtain .product-tech-curtain__body {
  max-height: 440px;
}
.product-tech .product-tech-curtain .product-tech-curtain__body:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  visibility: hidden;
  clear: both;
}
.product-tech .product-tech-curtain .product-tech-curtain__img {
  display: block;
  height: 340px;
  width: auto;
  margin: 50px auto;
}
.product-tech .product-tech-curtain .product-tech-curtain__list {
  position: relative;
  margin-top: 40px;
  margin-left: 20px;
  padding-left: 60px;
  min-height: 100px;
}
.product-tech .product-tech-curtain .product-tech-curtain__list:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 36px;
  height: 100%;
  border: 1px dashed #929393;
}
.product-tech .product-tech-curtain .product-tech-curtain__list.icons-hidden {
  padding-left: 0;
}
.product-tech .product-tech-curtain .product-tech-curtain__list.icons-hidden:before {
  display: none;
}
.product-tech .product-tech-curtain .product-tech-curtain__list li {
  position: relative;
  min-height: 110px;
  width: 100%;
  padding-left: 30px;
  margin-bottom: 15px;
}
.product-tech .product-tech-curtain .product-tech-curtain__list li.list-item--red .symbol i {
  border-color: #ed442e;
  color: #ed442e;
}
.product-tech .product-tech-curtain .product-tech-curtain__list li.list-item--red h4 {
  color: #ed442e;
}
.product-tech .product-tech-curtain .product-tech-curtain__list li.list-item--yellow .symbol i {
  border-color: #e9a634;
  color: #e9a634;
}
.product-tech .product-tech-curtain .product-tech-curtain__list li.list-item--yellow h4 {
  color: #e9a634;
}
.product-tech .product-tech-curtain .product-tech-curtain__list li.list-item--green .symbol i {
  border-color: #20a09d;
  color: #20a09d;
}
.product-tech .product-tech-curtain .product-tech-curtain__list li.list-item--green h4 {
  color: #20a09d;
}
.product-tech .product-tech-curtain .product-tech-curtain__list li .symbol {
  position: absolute;
  top: 25px;
  left: -42px;
  width: 34px;
  height: 72px;
}
.product-tech .product-tech-curtain .product-tech-curtain__list li .symbol:before {
  content: '';
  position: absolute;
  top: -3px;
  left: 50%;
  margin-left: -5px;
  width: 10px;
  height: 10px;
  background-size: auto auto;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDoyRjcyRjA2RjhFMDUxMUU0ODBCOThBMzc0Njk3Q0Q2MSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDoyRjcyRjA3MDhFMDUxMUU0ODBCOThBMzc0Njk3Q0Q2MSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjJGNzJGMDZEOEUwNTExRTQ4MEI5OEEzNzQ2OTdDRDYxIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjJGNzJGMDZFOEUwNTExRTQ4MEI5OEEzNzQ2OTdDRDYxIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+669ouQAAALNJREFUeNpinDR5sjUDA8P7vNzca0Ca4f///yCKgZGREUwD5UWAlC0jkMEHZJwF4q9AvBSIjwCxOBBzAnE0EDsDsQsjVJc5kDoOMghkKBD/gCoEgVagbTVMIBaQcRJIzYJKMCIpugdSCGIwMSBAJRC/ZUAFBbk5Od9B7oYrBJr6Hkj1ICk6CRTbDOMwoZkwBcnUBgZ8AOixViC+AuODrAVhFixqZwDxAwZiANBERnQTAQIMAP43Pam/nbtEAAAAAElFTkSuQmCC");
}
.product-tech .product-tech-curtain .product-tech-curtain__list li .symbol i {
  display: block;
  margin-top: 20px;
  width: 34px;
  height: 34px;
  line-height: 30px;
  border: 2px solid black;
  color: black;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  font-size: 35px;
}
.product-tech .product-tech-curtain .product-tech-curtain__list li p {
  color: #262729;
  margin-top: 5px;
  font-weight:300;
}

.product-tech .product-tech-curtain .product-tech-curtain__list li {
  font-weight:300;
}

.product-tech .product-tech-curtain .product-tech-curtain__tab {
  border-color: transparent;
}
.product-tech .product-tech-curtain .product-tech-curtain__tab:hover {
  background-color: white;
}
.product-tech .product-tech-curtain .product-tech-curtain__tab .icomoon {
  font-size: 32px;
  margin-top: 7px;
  line-height: 1;
  color: #ecb351;
  width: 32px;
  height: 32px;
  border-radius: 16px;
  border: 1px solid #ecb351;
}
.product-tech .product-tech-curtain .product-tech-curtain__tab .icomoon:before {
  top: -1px;
}
.product-tech .product-tech__content {
  color: white;
}
.product-tech .product-tech__content p {
  color: #d4d4d4;
}

/**
 * Product Mini Slider
 */
.product-single__mini-slider {
  display: block;
  vertical-align: middle;
}
.product-single__mini-slider .product-single__thumbnails li {
  cursor: pointer;
}
.product-single__mini-slider .product-single__thumbnails li img {
  max-width: 100px;
}

/**
 * Product Specs
 */
.product-specs__header {
  margin-bottom: 30px;
}

.product-specs__expander {
  position: relative;
  max-height: 240px;
  transition: all 250ms ease-in-out;
  height: auto;
}
.product-specs__expander:after {
  content: '';
  width: 100%;
}
.product-specs__expander.show {
  max-height: 1500px;
}

.product-specs__body {
  position: relative;
  width: 100%;
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
  margin: 40px 0px;
  overflow: hidden;
  max-height: inherit;
}
.product-specs__body:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  visibility: hidden;
  clear: both;
}
.product-specs__body .border-top {
  border-top: 1px solid #d8d8d8;
}
.product-specs__body .border-right {
  border-right: 1px solid #d8d8d8;
}
.product-specs__body .border-bottom {
  border-bottom: 1px solid #d8d8d8;
}
.product-specs__body .border-left {
  border-left: 1px solid #d8d8d8;
}

.product-specs__table {
  font-weight: 300;
}
.product-specs__table tr {
  border-bottom: 20px solid transparent;
}
.product-specs__table tr:last-of-type {
  border-bottom: none;
}
.product-specs__table tr.border-bottom-none {
  border-bottom: none;
}
.product-specs__table tr.border-bottom-none td {
  padding-bottom: 0;
}
.product-specs__table .spec-title {
  width: 125px;
  font-size: 21px;
  font-family: "din-next-pro";
  vertical-align: top;
}
.product-specs__table .spec-desc {
  color: #a8a8a8;
}

.product-specs__img {
  display: block;
  max-height: 145px;
  width: auto;
  margin-left: 10px;
}

/**
 * Top
 * Middle
 * Bottom
 */
.product-specs__top {
  margin-bottom: 35px;
}
.product-specs__top > div {
  border-top: 35px solid #fff;
  border-bottom: 35px solid #fff;
}

.product-specs__middle {
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
}
.product-specs__middle > div {
  margin-top: 35px;
  margin-bottom: 35px;
}
.product-specs__middle > div:first-child {
  border-right: 1px solid #d8d8d8;
}
.product-specs__middle > div:last-child table {
  margin-left: 30px;
}

.product-specs__header-icon {
  margin: 0 auto 35px auto;
  width: 165px;
  height: 65px;
  text-align: center;
  padding-top: 25px;
  border-bottom: 1px solid #d8d8d8;
}

.product-specs__bottom {
  margin-top: 35px;
  margin-bottom: 35px;
}

.product-specs li {
  margin-bottom: 0;
}

.product-specs__footnote {
  float: right;
  color: #a8a8a8;
  font-size: 13px;
}

.product-specs__expander-btn .fa {
  font-size: 21px;
}

/**
 * Product Grid
 */
.product-grid {
  overflow: hidden;
}

.product-grid.hidden{
  display: none !important;
}

.product-grid-item{
  position: relative !important;
  top:auto !important;
  left:auto !important;
}

.product-grid-item .you-save{
  top: -20px;
  margin-bottom: 10px;
}

.product-grid-item .fake-you-save{
  top: -20px;
  height:27px;
  margin-bottom:10px;
}

.you-save{
  border: 1px solid #00b1af;
  display: inline-block;
  border-radius: 3px;
  text-transform: uppercase;
  font-size: 11px;
  position: relative;
  padding: 0px;
  margin: 0px;
  font-weight: 700;
}

.you-save .left-side{
  padding: 3px 6px 3px 6px;
  color: #00b1af;
  display: inline-block;
}

.you-save .right-side{
  padding: 3px 6px 3px 6px;
  background-color: #00b1af;
  color: white;
  height: 100%;
  display: inline-block;
  font-weight: bold;
}

.mobile-shop-with-impact{
  display: none;
}

.product-grid-item {
  display: block;
  backface-visibility: hidden;
  padding-top: 20px;
  padding-bottom: 20px;
}

.product-grid-item__thumb:hover {
  opacity: 0.25;
}

#product-content{
  padding-left: 50px;
}

#product-content h1{
  font-size: 34px;
  font-family: "din-next-pro";
  font-weight: normal;
  margin-bottom: 0px;
  line-height: 34px;
}

#product-content h2{
  margin-top: 0px;
  font-size: 20px;
  font-family: "opensans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 20px;
  margin-bottom: 20px;
}

#product-carousels{
  display: none;
}

#product-thumbnails .you-save-container{
  text-align: center;
}

#product-thumbnails .product-single__thumbnails{
  text-align: center;
}

#product-thumbnails .product-single__thumbnails li{
  border: 1px solid #ebebeb;
  width: 70px;
  height: 70px;
  display: inline-block;
  margin-right: 2px;
  float: none;
  position: relative;
}

.product-single__image li{
  text-align: center;
  width: 585px;
  margin: 0 auto;
}


#product-thumbnails .product-single__thumbnails li > img {
  max-width: 100%;
}

#product-thumbnails #product-single__colors{
  text-align: center;
  margin-bottom: 30px;
}

#product-thumbnails #product-single__colors .color-circle{
  height: 36px;
  width: 36px;
  border: 2px solid #ebebeb;
  padding: 3px;
  display: inline-block;
  margin-right: 15px;
  cursor: pointer;
  background: transparent !important;
}

.color-circle > .color-container{
  height: 100%;
  background-color: #ddd;
}

.color-circle.color-black > .color-container{
  background-color: #616161;
}

.color-circle.color-orange > .color-container{
  background-color: #e98b31;
}

.color-circle.color-teal > .color-container, .select-menu .color-circle.color-teal{
  background-color: #78c4c7;
}

.color-circle.color-red > .color-container, .select-menu .color-circle.color-red{
  background-color: #f11010;
}

.color-circle.color-yellow > .color-container, .select-menu .color-circle.color-yellow{
  background-color: #f8bf1d;
}

.color-circle.color-red-Backordered > .color-container, .select-menu .color-circle.color-red-Backordered{
  background-color: #f11010;
}

.color-circle.color-yellow-Backordered > .color-container, .select-menu .color-circle.color-yellow-Backordered{
  background-color: #f8bf1d;
}

.color-circle.color-gray > .color-container, .select-menu .color-circle.color-gray{
  background-color: #636363;
}

.color-circle,
.color-circle > .color-container{
  border-radius: 100%;
}

#product-thumbnails .product-single__thumbnails li:nth-last-child(0){
  margin-right: 0px;
  height: 100px;
  position: relative;
}

#product-thumbnails .product-single__thumbnails li.video_thumbnail {
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
}

#product-thumbnails .product-single__thumbnails li.video_thumbnail img{
  height: 100px;
  margin: 0px;
  max-width: 100%;
  width: 100%;

}

.template-product #product-thumbnails .product-single__thumbnails li.video_thumbnail .btn{
  border: 2px solid #00b2b0;
  background-color: rgba(255,255,255,0.9);
}

.template-product #product-thumbnails .product-single__thumbnails li.video_thumbnail .btn i{
  color: #00b2b0;
}

#product-thumbnails .product-single__thumbnails li.video_thumbnail .btn{
  position: absolute;
  top: 12px;
  left: 18%;
  z-index: 10;
}

#product-thumbnails .you-save{
  top: -20px;
  font-size: 12px;
}

#product-thumbnails .you-save .left-side, #product-thumbnails .you-save .right-side{
  padding: 3px 6px 3px 6px;
  font-weight: 700;
}

.you-save{
  border: 1px solid #00b1af;
  display: inline-block;
  border-radius: 3px;
  text-transform: uppercase;
  font-size: 11px;
  position: relative;
  padding: 0px;
  margin: 0px;
}

.you-save .left-side{
  padding: 4px 6px 4px 6px;
  color: #00b1af;
  display: inline-block;
}

.you-save .right-side{
  padding: 4px 6px 4px 6px;
  background-color: #00b1af;
  color: white;
  height: 100%;
  display: inline-block;
  font-weight: bold;
}

.product-grid-item:hover .product-grid-item__actions {
  bottom: 20px;
  opacity: 1.0;
  visibility: visible;
}
.product-grid-item:hover .product-grid-item__price {
  color: #35a8a6;
}

.product-grid-item__thumb {
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: 65%;
  background-position: 50% 50%;
  width: 100%;
  height: 100%;
  /* transition */
  transition: all 150ms ease-in-out;
}

#product-features-and-specs{
  margin-top: 40px;
}

.template-product .product-reviews-mobile{
  display: none;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 0px;
  border-radius: 5px;
  border: 1px solid #DADADA;
  -webkit-box-shadow: 1px 1px 2px 0px rgba(50, 50, 50, 0.16);
  -moz-box-shadow: 1px 1px 2px 0px rgba(50, 50, 50, 0.16);
  box-shadow: 1px 1px 2px 0px rgba(50, 50, 50, 0.16);
  margin-bottom: 40px;
}

.template-product .product-reviews-mobile .left-side, .product-reviews-mobile .right-side{
  width: 50%;
  text-align: center;
  padding: 0px 10px;
  vertical-align: middle;
  text-align: center !important;
  display: inline-block;
}

.product-reviews-mobile .right-side a{
  float: none;
  padding-right: 0px;
  margin-right: 0px;
}


.template-product .product-reviews-mobile .right-side{
  border-left: 1px solid #DADADA;
  box-sizing: border-box;
}

.template-product .product-reviews-mobile .right-side a{
  font-size: 14px;
  text-decoration: none;
}

#product-features-and-specs .tabs{
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  height: 48px;
}

#product-features-and-specs .tabs > li{
  width: 23%;
  background-color: #f3f3f3;
  text-align: center;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  font-family: "din-next-pro";
  padding: 10px;
  color: #9b9b9b;
  cursor: pointer;
  transition: all 0.2s ease-in;
}

#product-features-and-specs .tabs > li:hover {
  background-color: #01b1af;
  color: white;
}

#product-features-and-specs .tabs > li.active{
  padding-bottom: 13px;
  background-color: #01b1af;
  color: white;
}

#product-features-and-specs .tabs-content{
  width: 100%;
  min-height: 400px;
  background-color: #f3f3f3;
}

#product-features-and-specs .tabs-content .content-section{
  display: none;
}

#product-features-and-specs .tabs-content .content-section.active{
  display: block;
}

.product-grid-item__inner {
  position: relative;
  width: 100%;
  height: 270px;
}

.product-grid-item__footer {
  width: 100%;
  text-align: center;
}

.product-grid-item__title {
  font-family: "din-next-pro";
  margin: 0;
  font-size: 22px;
  font-weight: 600;
}

.product-grid-item__sub-title{
  font-family: "opensans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 200;
  margin-top: 0px;
  font-size: 16px;
  color: #a1a1a1;
}

#product-specs-new .row{
  box-sizing: border-box;
  height: 150px;
}

#product-specs-new .row-tight{
  box-sizing: border-box;
  height: 95px;
}

#product-specs-new .row-medium{
  box-sizing: border-box;
  height: 125px;
}


#product-specs-new .spec-title{
  color: #262729;
  font-family: "din-next-pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  width: 40%;
  display: inline-block;
  vertical-align: top;
  padding-right: 20px;
  line-height: 1.1em;
}

#product-specs-new .spec-desc{
  color: #262729;
  line-height: 1.3em;
  width: 50%;
  display: inline-block;
}

#product-full_features ol>li   {
  color: #262729;
  font-family: "din-next-pro";
  font-size: 16px;
}


#product-full_features ol>li span  {
  color: #636466;
  font-family: "opensans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
}


#product-full_features ol{
  counter-reset: item;
  padding-left: 60px;

}

#product-full_features ol>li{
  counter-increment: item;
  list-style-type:none;
  text-indent: -1.7em;
  color: #262729;
}

#product-full_features ol>li strong{
  color: #5e5f61;
  font-weight: bold;
}

#product-full_features ol>li:before {
  display:inline-block;
  width:1.5em;
  padding-right:0.5em;
  font-weight:bold;
  text-align:right;
  content:counter(item) ".";
  color:#818181;
}

#product-features-and-specs h3{
  display: none;
}

.product-grid-item .price-and-cart-add{
	margin-top: 20px;
}

.product-grid-item__price {
  font-family: "din-next-pro";
  margin: 0;
  color: #a8a8a8;
  transition: color 150ms ease-in-out;
}

.product-grid-item__price.primary {
  color: #35a8a6;
}

/**
 * Product Featurette
 */
.product-featurette:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  visibility: hidden;
  clear: both;
}
.product-featurette .product-featurette__image img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}
.product-featurette .product-featurette__content {
  padding: 45px 55px 25px 55px;
  position: relative;
}

.template-product .product-featurette .product-featurette__content .spr-summary {
  border-top: 1px solid #d8d8d8;
  padding: 20px 10px 20px 30px;
  border-bottom: 1px solid #d8d8d8;
}

.template-product .product-reviews-mobile{
  display: none;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 0px;
  border-radius: 5px;
  border: 1px solid #DADADA;
  -webkit-box-shadow: 1px 1px 2px 0px rgba(50, 50, 50, 0.16);
  -moz-box-shadow: 1px 1px 2px 0px rgba(50, 50, 50, 0.16);
  box-shadow: 1px 1px 2px 0px rgba(50, 50, 50, 0.16);
  margin-bottom: 40px;
}

.template-product .product-reviews-mobile .top-side, .product-reviews-mobile .bottom-side{
  width: 100%;
  text-align: center;
  padding: 0px 10px;
  vertical-align: middle;
  text-align: center !important;
  display: inline-block;
}

.product-reviews-mobile .bottom-side a{
  float: none;
  padding-right: 0px;
  margin-right: 0px;
}


.template-product .product-reviews-mobile .bottom-side{
  border-left: 1px solid #DADADA;
  box-sizing: border-box;
}

.template-product .product-reviews-mobile .bottom-side a{
  font-size: 14px;
  text-decoration: none;
}

.template-product .spr-load-more{
  width: 100%;
  text-align: center;
  display: inline-block;
  padding: 10px;
  border: 2px solid;
  color: #35a8a6;
}

.template-product .spr-load-more:hover{
  color: white;
  background-color: #35a8a6;
}

.template-product .product-featurette .product-featurette__content .spr-summary .spr-summary-caption{
  display: block;
}

.template-product .product-featurette .product-featurette__content .spr-summary-actions-newreview, .template-product .product-featurette .product-featurette__content .spr-summary-actions-allreviews {
  padding: 10px 35px;
  background-color: #35a8a6;
  color: #fff;
  text-decoration: none !important;
  border-radius: 5px;
  position: absolute;
  top: 65px;
  right: 80px;
  margin: 0px !important;
  float: none !important;
}


/**
 * Related Products
 */


.related-products .related-product:hover .related-product__image {
  opacity: 0.15;
}

.related-products .related-product {
  position: relative;
  display: block;
  text-align: center;
  margin-bottom: 40px;
}

.mobile-video{
  display: none;
  color: #35a8a6;
  font-size: 17px;
}

.mobile-video .btn-circle-tab{
  display: inline-block;
  padding: 0;
  width: 36px;
  height: 36px;
  line-height: 36px;
  border: 1px solid #35a8a6;
  border-radius: 23px;
  background-clip: padding-box;
  background-color: #fff;
  text-align: center;
  cursor: pointer;
  margin-right: 10px;

}

.mobile-video p {
  display: inline-block;
}



.related-products .related-product__price {
  font-size: 17px;
  font-family: "din-next-pro";
  font-weight: 200;
  vertical-align: middle;
  color: #262729;
  display: inline-block;
}


.related-products h5{
  font-family: "din-next-pro";
  font-weight: 600;
  color: #444;
  margin-bottom: 0px;
}

.related-products .grid__item img {
  max-width: 70%;
}



.related-products .cart-item--add{
padding: 0;
font-family: 'icomoon';
font-size: 26px;
line-height: 0.75;
background-color: transparent;
border: 1px solid #00b1af;
color: #00b1af;
max-height: 27px;
width: 40px;
vertical-align: middle;
margin-right: 10px;
}

.related-products__header {
  margin-bottom: 50px;
  text-align: center;
}

/**
 * Product Stats
 */
.product-stats {
  border-top: 1px solid #d2d2d2;
  border-bottom: 1px solid #d2d2d2;
  padding: 25px 0 20px 0;
}
.product-stats:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  visibility: hidden;
  clear: both;
}
.product-stats .product-stat {
  width: 20%;
  float: left;
  text-align: center;
}
.product-stats .product-stat__icon {
  color: #e9a634;
  font-size: 32px;
}
.product-stats .product-stat__number {
  color: #676869;
  font-size: 40px;
  line-height: 1;
  margin: 15px 0 5px 0;
  font-family: "din-next-pro";
}
.product-stats .product-stat__number span {
  font-size: 28px;
}
.product-stats .product-stat__title {
  color: #676869;
  font-weight: 300;
  font-style: italic;
}
@media screen and (max-width: 768px) {
  .product-stats .product-stat {
    width: 100%;
    float: none;
  }

  #product-specs-new .row-tight{
    height:100%;
    margin-bottom:40px;
  }
   #product-specs-new .row{
    height:100%;
    margin-bottom:40px;
  }
    #product-specs-new .row-medium{
    height:100%;
    margin-bottom:40px;
  }

  #product-full_features ol{
  padding-left: 20px;
}
   .product-tech .product-tech-curtain .product-tech-curtain__img {
    height: 100% !important;
    width: 100% !important;
  }

}

/**
 * Product Reviews
 */

 #shopify-product-reviews{
  margin-top: 0px !important;
 }

#shopify-product-reviews.show-rating .spr-summary-actions {
  display: none;
}
#shopify-product-reviews.show-rating .spr-summary-actions-newreview {
  text-decoration: underline;
}

#shopify-product-reviews.show-rating .spr-container {
  padding: 0;
  border: none;
}
#shopify-product-reviews.show-rating .spr-icon {
  color: #ecb660;
}
#shopify-product-reviews.show-rating .spr-review-reportreview {
  opacity: 0;
  text-decoration: underline;
  bottom: 35px;
  position: absolute;
  right: 20px;
}
#shopify-product-reviews.show-rating .spr-review:hover .spr-review-reportreview {
  opacity: 1;
}
#shopify-product-reviews.show-rating .spr-header-title {
  display: none;
}

#shopify-product-reviews.show-rating .spr-review{
  position: relative;
  padding: 20px 8% 20px 8% !important;
  border: none !important;
}

#shopify-product-reviews.show-rating .spr-review:nth-child(even){
  background-color: #f3f3f3;
}

#shopify-product-reviews.show-rating .spr-review .spr-review-header{
  height: 40px;
}

#shopify-product-reviews.show-rating .spr-review .spr-review-header .spr-review-header-starratings {
  position: absolute;
  height: 20px;
  top: 42px;
}

#shopify-product-reviews.show-rating .spr-review .spr-review-header .spr-review-header-title {
  position: absolute;
  top: 20px;
  color: #262729;
  font-weight: normal;
}



#shopify-product-reviews.show-rating .spr-review .spr-review-content{
  margin-top: 20px;
  color: #747475;
}

#shopify-product-reviews.show-rating .spr-review .spr-review-header .spr-review-header-byline{
  bottom: 20px;
  position: absolute;
  color: #2F2F2F;
  opacity: 1;
}

#shopify-product-reviews.show-rating .spr-review .spr-review-footer {
    height: 40px;
}

#shopify-product-reviews.show-rating .spr-pagination{
  display: none;
}



/* Finish Product Reviews */

#product-rating .spr-summary-actions-allreviews,
#product-rating .spr-summary-actions-newreview,
#product-rating .spr-summary-actions-hidereviews {
  float: left;
  margin: -15px 10px 0 0;
  text-decoration: underline;
}

#shopify-product-reviews.show-rating .spr-review:nth-child(even){
  background-color: #f3f3f3;
}

#shopify-product-reviews.show-rating .spr-review .spr-review-header{
  height: 40px;
}

#shopify-product-reviews.show-rating .spr-review .spr-review-header .spr-review-header-starratings {
  position: absolute;
  height: 20px;
  top: 42px;
}

#shopify-product-reviews.show-rating .spr-review .spr-review-header .spr-review-header-title {
  position: absolute;
  top: 20px;
  color: #5C5C5D;
  font-weight: normal;
}



#shopify-product-reviews.show-rating .spr-review .spr-review-content{
  margin-top: 20px;
  color: #444444;
}

#shopify-product-reviews.show-rating .spr-review .spr-review-header .spr-review-header-byline{
  bottom: 20px;
  position: absolute;
  color: #2F2F2F;
  opacity: 1;
}

#shopify-product-reviews.show-rating .spr-review .spr-review-footer {
    height: 40px;
}

#shopify-product-reviews.show-rating .spr-pagination{
  display: none;
}

/* Compare Tables */


.compare-table{
  margin: 0 auto;
  padding-top: 30px;
}

.compare-table-mobile{
  display: none;
}

.compare-table .active{
  background-color: #00b2b0;
  color: white;
}

.compare-table tbody tr > :first-child, .compare-table thead tr > th:first-child, .compare-table tfoot tr > td:first-child{
  color: #777777;
  font-weight: bold;
  text-transform: uppercase;
  text-align: left;
  width: 30%;
  padding-left:30px;
}

#product-compare .fa-check.fa-circular{
  background-color: transparent;
  border-radius: 20px;
  width: 20px;
  height: 20px;
  line-height: 18px;
  text-align: center;
  color: #35a8a6;
  border: 2px solid #35a8a6;
  font-size: 12px;
  position: absolute;
  right: 10px;
}

#product-compare .product-compare{
  max-width: 100%;
  width: 75%;
  padding-top: 40px;
  padding-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.compare-table th{
  color: #262729;
  font-weight: 700;
  font-family: "din-next-pro";
  font-size: 16px;
  line-height: 18px;
}

.compare-table td{
  color: #111111;
}

.compare-table td, .compare-table th{
  text-align: center;
  font-weight:300;
  border-right: 1px dashed #cfcfd0;
  height: 70px;
  position: relative;
  width: 17.5%;
}

ol.li-number-bold{
  counter-reset: item;
}

ol.li-number-bold>li{
  counter-increment: item;
  list-style-type:none;
}

ol.li-number-bold>li:before {
  display:inline-block;
  width:1.5em;
  padding-right:0.5em;
  font-weight:bold;
  text-align:right;
  content:counter(item) ".";
}

.compare-table.table-with-footer{
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}


.compare-table.table-with-footer tbody tr > :first-child, .compare-table.table-with-footer thead tr > th:first-child, .compare-table.table-with-footer tfoot tr > td:first-child{
  width: 15%;
}

.compare-table tbody tr:nth-last-child(even){
  background-color: #f3f3f3;
}

.compare-table tbody tr:nth-child(odd){
  background-color: white;
}

.compare-table tfoot tr{
  background-color: white;
  border-bottom: 5px solid #f3f3f3;
}

.compare-table thead tr{
  border-bottom: 1px solid #a3a3a4;
}

.compare-table tfoot td{
  padding-top: 20px;
  padding-bottom: 20px;
}


/* Finish Product Reviews */

#product-rating .spr-summary-actions-allreviews,
#product-rating .spr-summary-actions-newreview,
#product-rating .spr-summary-actions-hidereviews {
  float: left;
  margin: -15px 10px 0 0;
  text-decoration: underline;
}

.grid-wrap {
  overflow: hidden;
}

.staff-grid {
  margin-left: -8px;
  margin-right: -8px;
  padding-top: 120px;
  padding-bottom: 70px;
  overflow: hidden;
}
.staff-grid:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  visibility: hidden;
  clear: both;
}

.staff-grid-item {
  min-height: 220px;
  padding-left: 8px;
  padding-right: 8px;
  cursor: pointer;
}
.staff-grid-item:hover .staff-grid-item__overlay {
  opacity: 1;
  visibility: visible;
}
.staff-grid-item:hover .staff-grid-item__content {
  transform: scale3d(1, 1, 1);
}

.staff-grid-item__photo {
  height: 220px;
  position: relative;
  background-color: #f2f2f2;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  text-align: center;
}

.staff-grid-item__overlay {
  display: table;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background-color: rgba(32, 160, 157, 0.8);
  width: 100%;
  height: 100%;
  padding: 30px;
  color: white;
  transition: all 150ms ease-in-out;
  opacity: 0;
  visibility: hidden;
}

.staff-grid-item__content {
  transition: all 150ms ease-in-out;
  transform: scale3d(0.5, 0.5, 0.5);
}
.staff-grid-item__content ul {
  margin: 0;
}
.staff-grid-item__content ul li {
  font-size: 21px;
  font-family: "din-next-pro";
  font-weight: 300;
}
.staff-grid-item__content ul li span {
  font-size: 16px;
  font-family: "opensans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.staff-grid-item__footer {
  width: 100%;
  padding: 25px 20px;
  text-align: center;
}

.faq {
  margin-bottom: 90px;
}

/**
 * @extends .flex-sidebar, .nav-sidebar
 */
.faq-nav {
  width: 28%;
}

/**
 * @extends .flex-content
 */
.faq-content {
  width: 72%;
  padding: 52px 60px 30px 80px;
}

.faq-categories li {
  cursor: pointer;
  margin-bottom: 12px;
  /*color: #35a8a6;*/
  color: #262729;
  font-size: 18px;
  font-family: "din-next-pro";
  font-weight: 300;
}
.faq-categories li:hover {
  text-decoration: underline;
}
.faq-categories li.active {
  color: #35a8a6;
}
.faq-categories li.active:hover {
  text-decoration: none;
}

/**
 * Modules - Media
 */
/**
 * MAX WIDTH 1170px
 */
@media only screen and (max-width: 1170px) {
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.2;
  }

  .wrapper {
    padding: 0 20px;
  }
  .wrapper.wrapper--full {
    padding: 0;
  }

  .grid {
    margin: 0;
  }

  /**
   * PRODUCT PAGE
   */
  .large--two-quarters.nav-horizontal__menu {
    padding: 0;
  }
}
@media only screen and (max-width: 768px) {
  /* $single-product-features_height: 500; */
  /**
   * BODY
   */

  #gift-card-image{
     margin-top: 0px;
  }
  h1 {
    font-size: 36px;
  }
  h1.large {
    font-size: 38px;
  }

  h2 {
    font-size: 32px;
  }

  h3 {
    font-size: 28px;
  }
  h3.alt {
    font-size: 26px;
  }

  h4 {
    font-size: 26px;
  }
  h4.alt {
    font-size: 21px;
  }

  h5 {
    font-size: 22px;
  }

  h6 {
    font-size: 18px;
  }

  .wrapper {
    padding: 0 10px;
  }

  .section-xsmall {
    padding: 15px 0;
  }

  .section-small {
    padding: 20px 0;
  }

  .section {
    padding: 30px 0;
  }

  .section-large {
    padding: 40px 0;
  }

  .section-xlarge {
    padding: 50px 0;
  }

  .btn + .btn {
    margin: 10px 0 0;
  }

  /**
   * HEADER
   */

  ::-webkit-scrollbar {
    display: none;
  }

  #header > div > div > div.grid__item.large--one-half.small--eight-twelfths.medium--eight-twelfths.header-left {
    text-align: center;
  }

  .mobile-menu-content-wrap{
    height: 100%;
    width: 100%;
    position: relative;
    overflow: scroll;
  }

  .mobile-menu-content-wrap.menu-open{
    position: fixed;
    overflow: hidden;
  }

  #wrap{
    -webkit-transition: -webkit-transform 150ms;
            transition: transform 150ms;
  }

  .mobile-menu-content-wrap.menu-open #wrap{
    width:100%;
    -webkit-transform: translate3d(300px,0,0);
            transform: translate3d(300px,0,0);
  }

  #hamburger-icon{
    display: inline-block;
    border-right: 1px solid rgba(255, 255, 255, 0.05);
    height: 60px;
    color: #fff;
    text-align: center;
    font-size: 20px;
    padding-top: 14px;
    cursor: pointer;
  }

  .menu-open #mobile-menu{
    -webkit-transform: translate3d(0px,0,0);
            transform: translate3d(0px,0,0);
  }

  #mobile-menu{
    display:block !important;
    -webkit-transform: translate3d(-300px,0,0);
            transform: translate3d(-300px,0,0);
    -webkit-transition: -webkit-transform 150ms;
            transition: transform 150ms;
    background-color: #262729;
    position: absolute;
    width: 300px;
    height:100%;
    z-index: 9999;
    overflow-y: scroll;
  }

  #mobile-menu a{
    text-decoration: none !important;
  }

  #mobile-menu .close-btn-container{
    font-size: 16px;
    padding-top: 10px;
    padding-left: 30px;
    height: 60px;
    text-align: left;
  }

   #mobile-menu .close-btn-container a{
    color: white;
  }

  #mobile-menu .secondary-menu{
    padding: 20px 0px 10px 0px;
    margin:0;
    width:100%;
  }

  #mobile-menu .secondary-menu li{
    width: 100%;
    padding-left: 30px;
    margin-bottom: 20px;
    margin-left: 0px;
    margin-right: 0px;
    color: white;
  }

  #mobile-menu .secondary-menu li a{
    display: block;
    padding:0;
    margin:0;
    color: white;
    display: inline-block;
  }

  #mobile-menu .footer-menu{
    padding:0;
    margin:0;
    width:100%;
  }

  #mobile-menu .footer-menu li{
    width: 100%;
    padding-left: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: 0px;
    margin-right: 0px;
    color: white;
    border-top: 1px solid rgba(255,255,255,0.2);
  }

  #mobile-menu .footer-menu li:nth-last-child(1){
    border-bottom: 1px solid rgba(255,255,255,0.2);
    margin-bottom: 10px;
  }

  #mobile-menu .footer-menu li a{
    text-transform: uppercase;
    display: block;
    padding:0;
    margin:0;
    color: white;
    display: inline-block;
    width:100%;
    font-size: 14px;
  }

  #mobile-menu .footer-menu li a i.icomoon{
    font-size: 14px;
    margin-right: 10px;
  }

  #mobile-menu .footer-menu #locations{
    height: inherit;
    color: white;
    float: none;
    padding-left: 0px;
  }

  #mobile-menu .footer-menu #locations_chooser{
    float: none;
    display: inline-block;
    padding-left: 0px;
    width: 85%;
    position: relative;
  }

  #mobile-menu .footer-menu #locations_chooser .fa{
    position: absolute;
    top: 1px;
    right: 20px;
    font-size: 20px;
  }

  #mobile-menu .primary-menu{
    padding: 20px 0px 10px 0px;
    background-color: #313234;
    margin:0;
    width:100%;
  }

  #mobile-menu .primary-menu li{
    width: 100%;
    padding-left: 30px;
    margin-bottom: 20px;
    margin-left: 0px;
    margin-right: 0px;
    color: white;
  }

  #mobile-menu .primary-menu li a{
    text-transform: uppercase;
    display: block;
    padding:0;
    margin:0;
    color: white;
    display: inline-block;
  }

  #mobile-menu .primary-menu li a.collapsable-link{
    position: relative;
    width:100%;
  }

  #mobile-menu .primary-menu li a.collapsable-link.on:after {
    content: "-";
    height:100%;
    width:40px;
    position: absolute;
    right: 10px;
    font-size: 25px;
    margin-top: -15px;
  }

  #mobile-menu .primary-menu li a.collapsable-link.off:after {
    content: "+";
    height:100%;
    width:40px;
    position: absolute;
    right: 10px;
    font-size: 20px;
    margin-top: -5px;
  }

  #mobile-menu .primary-menu .sub-nav{
    padding: 20px 0px 10px 0px;
    background-color: #262729;
    height: 0;
    overflow: hidden;
    -webkit-transition: height 200ms;
            transition: height 200ms;
    margin-bottom: 20px;
  }

  #mobile-menu .primary-menu .sub-nav.off{
    padding:0px !important;
    margin: 0px !important;
  }
  #mobile-menu .primary-menu .sub-nav li a{
    text-transform: inherit;
    color:rgba(255,255,255,0.8);
  }

  #mobile-menu .primary-menu .sub-nav ul{
    margin-bottom: 25px;
    margin-left: 0px;
  }

  #mobile-menu .primary-menu .sub-nav ul li{
    margin-bottom: 5px;
  }

  #mobile-menu .primary-menu .sub-nav li a.white{
    color: white;
    font-weight: bold !important;
  }


  #header {
    height: 60px;
  }
  #header .header-left {
    height: 60px;
    padding: 0 15px;
    padding-top: 5px;
    text-align: center;
  }

  #header #menu-main {
    display: none;
  }

  #header .header-left{
    padding-top: 10px;
  }

  #header .header-right {
    height: 60px;
  }
  #header .menu-main {
    padding-right: 10px;
  }
  #header .menu-main li a {
    min-width: 0px;
    padding: 0 5px;
    font-size: 14px;
    line-height: 60px;
  }
  #header .menu-cart {
    width: 100%;
  }

  #header .menu-cart{
    min-width: 0px;
  }

  #header .menu-cart a {
    padding-top: 13px;
    text-align: center;
  }
  #header .menu-cart .badge {
    width: 22px;
    height: 22px;
    line-height: 22px;
    top: -2px;
    border-radius: 11px;
  }
  #header .menu-cart .fa-circle-border {
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    border-radius: 16px;
  }

  /**
   * SIDEBAR
   */
  .sidebar {
    width: 290px;
  }

  .sidebar__header {
    padding: 20px 0;
  }

  .cart-item {
    padding: 6px 0;
  }
  .cart-item .cart-item__desc,
  .cart-item .cart-item__actions {
    padding: 10px 0;
  }

  .sidebar__footer .grid__item.large--one-third {
    width: 33.333333%;
  }
  .sidebar__footer .grid__item.large--one-third img {
    width: 80%;
  }

  /**
   * FOOTER
   */

  .footer-social .large--one-third, .footer-default .large--one-third {
    padding-top: 30px;
  }

  .footer-social h4 + h6 {
    margin-bottom: 30px;
  }
  .footer-social form {
    margin: 0 auto;
  }
  .footer-social .grid__item {
    padding-left: 0;
    text-align: center;
  }

  .footer-default .footer-default__header li {
    margin: 0 10px;
    text-align: center;
  }
  .footer-default .text-right {
    text-align: center !important;
  }
  .footer-default .menu-footer-top {
    text-align: center;
    margin-bottom: 20px;
  }
  .footer-default .menu-footer-auth {
    width: 100%;
  }
  .footer-default .footer-default__content {
    font-size: 14px;
  }
  .footer-default .footer-default__content > ul {
    width: 49%;
    display: inline-block;
    margin-bottom: 20px;
    float: none;
  }
  .footer-default .footer-default__content > ul:last-of-type {
    margin-bottom: 0;
  }
  .footer-default .footer-default__footer .grid__item + .grid__item {
    margin-top: 20px;
  }

  .footer-legal {
    font-size: 13px;
    text-align: center;
  }
  .footer-legal .text-right {
    text-align: center !important;
  }
  .footer-legal .grid__item + .grid__item {
    margin-top: 10px;
  }

  #links-footer-menu .grid__item{
    height: 22px;
    overflow: hidden;
    -webkit-transition: height 200ms;
            transition: height 200ms;
  }

  #links-footer-menu .grid__item li:first-child{
    cursor: pointer;
    position: relative;
  }

  #links-footer-menu{
    border: 0px solid white !important;
  }

  #links-footer-menu .grid__item.on li:first-child:after{
    opacity: 0;
  }

  #links-footer-menu .grid__item:nth-last-child(1){
    width: 60%;
  }

  #links-footer-menu .grid__item li:first-child:after{
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: opacity 200ms;
            transition: opacity 200ms;
    content: "\f107";
    display: inline-block;
    margin-left: 10px;
    opacity: 1;
  }

  #actions-footer-menu{
    display: none;
  }

  /**
   * HERO
   */
  .hero {
    height: 400px;
  }
  .hero.hero--small {
    height: 400px;
  }
  .hero.hero--medium {
    height: 450px;
  }
  .hero.hero--xmedium {
    height: 475px;
  }

  /**
   * HOME
   */
  /*.hero.hero--carousel {
    min-height: 500px;
  }
  .hero.hero--carousel .hero-carousel ul.slides {
    height: 500px;
  }
  .hero.hero--carousel .hero-carousel ul.slides > li {
    height: 500px;
  }*/
  .hero .btn + .btn {
    margin: 10px 0 0;
  }



  .nav-circles li .circle .fa, .nav-circles li .circle .icomoon {
    font-size: 20px;
  }

  /**
   * STORY GRID
   */
  .story-grid {
    padding: 0;
  }
  .story-grid.story-grid--thirds .story-grid-item, .story-grid.story-grid--masonry .story-grid-item.story-grid-item--size-250, .story-grid.story-grid--masonry .story-grid-item.story-grid-item--size-280, .story-grid.story-grid--masonry .story-grid-item.story-grid-item--size-300, .story-grid.story-grid--masonry .story-grid-item.story-grid-item--size-330, .story-grid.story-grid--masonry .story-grid-item {
    width: 100%;
    max-width: 100%;
    height: 200px;
  }

  .story-grid .story-grid-item .story-grid-item__inner{
    height: 100%;
  }

  .story-grid .story-grid-item {
    padding: 0;
    margin-top: 10px;
    text-align: center;
    position: relative !important;
    top: inherit !important;
  }

  .story-grid .story-grid-item h4{
    color: white;
  }

  .story-grid .story-grid-item small{
    color: white;
  }

  .story-grid .story-grid-item .icomoon{
    text-align: center;
    color: white;
  }

  .story-grid .story-grid-item__content {
    padding: 15px 15px 20px;
  }
  .story-grid.story-grid--green .story-grid-item .story-grid-item__content {
    background-color: rgba(32, 160, 157, 0.5);
  }
  .story-grid.story-grid--green .story-grid-item .story-grid-item__content h4 {
    font-size: 18px;
    line-height: 1.25;
  }
  .story-grid.story-grid--green .story-grid-item .story-grid-item__content div {
    visibility: visible;
    /* transform: scale3d(1, 1, 1); */
    opacity: 1;
  }
  .story-grid.story-grid--green .story-grid-item .story-grid-item__content .fa, .story-grid.story-grid--green .story-grid-item .story-grid-item__content .icomoon {
    font-size: 12px;
    margin: 0 5px 0;
    visibility: visible;
    /* transform: scale3d(1, 1, 1); */
    opacity: 1;
  }
  .story-grid.story-grid--green .story-grid-item .story-grid-item__content .icomoon {
    font-size: 20px;
    line-height: 27px;
  }
  .story-grid.story-grid--green .story-grid-item .story-grid-item__content small {
    height: auto;
    visibility: visible;
    opacity: 1;
    font-size: 12px;
  }
  .story-grid.story-grid--green .story-grid-item.story-grid-item--fallback .story-grid-item__content h5 + .btn {
    margin-top: 10px;
  }

  .story-grid .story-grid-item:last-child {
    background-color: transparent;
  }

  .story-grid #user-story-share .story-grid-item__content{
    background-color: white;
  }

  .nav-horizontal.nav-horizontal--icons .nav-horizontal__menu ul li {
    float: left;
  }
  .nav-horizontal.nav-horizontal--icons .nav-horizontal__menu ul li a {
    padding: 15px 10px 0;
    font-size: 11px;
  }

  .nav-horizontal__menu {
    padding: 0;
  }

  #story-grid-filter.nav-horizontal .nav-horizontal__menu ul li {
    width: 20%;
    float: left;
  }

  /**
   * STORE
   */
  #product-grid-filter.nav-horizontal .nav-horizontal__menu ul li {
    width: 25%;
  }

  .product-grid-item {
    margin-bottom: 30px;
  }

  .product-grid-item__thumb {
    max-height: 140px;
    background-size: auto 100%;
  }

  .product-grid-item__actions {
    bottom: 15px;
    visibility: visible;
    opacity: 1;
  }

  /**
   * MISSION
   */
  .stat-columns .stat-column + .stat-column {
    margin-top: 30px;
  }

  .animation--energy-arc {
    width: 300px;
  }
  .animation--energy-arc .half-circle {
    width: 200px;
    height: 103px;
    top: 125px;
    border-top-left-radius: 109px;
    border-top-right-radius: 109px;
  }
  .animation--energy-arc .energy-arc--step.energy-arc--step-2 {
    top: 71px;
  }
  .animation--energy-arc .energy-arc--step.energy-arc--step-3 {
    top: 40px;
    left: 90px;
  }
  .animation--energy-arc .energy-arc--step.energy-arc--step-4 {
    top: 45px;
    right: 85px;
  }
  .animation--energy-arc .energy-arc--step.energy-arc--step-5 {
    top: 90px;
  }

  .interstitial.interstitial--huge {
    padding: 50px 0;
  }

  /**
   * ALL PRODUCT RELATED
   */
  .single-product-features {
    min-height: 0;
  }


  .single-product-features .nav-circles li:last-child {
    margin-right: 8px;
  }
  .single-product-features .grid__item {
    text-align: center;
  }
  .single-product-features .single-product-features__left,
  .single-product-features .single-product-features__right {
    height: auto;
    padding-top: 100px;
  }
  .single-product-features.single-product-features--short .single-product-features__right,
  .single-product-features.single-product-features--short .single-product-features__left {
    height: auto;
    padding-top: 0;
  }
  .single-product-features #single-product-images > li {
    height: auto;
  }
  .single-product-features #single-product-images > li img {
    max-height: 200px;
    display: block;
    margin: 0 auto;
  }
  .single-product-features .grid__item.single-product-features__right {
    padding: 20px 0 0;
  }

  #single-product-descriptions li > h3 {
    margin-top: 30px;
  }
  #single-product-descriptions h6 + .btn {
    margin-top: 20px;
  }

  /* #single-product-stats */
  .product-stats .product-stat + .product-stat {
    margin-top: 20px;
  }

  /**
   * PRODUCT PAGE
   */
  .single-product-features.single-product-features--tall {
    height: auto;
    background-size: 50%;
    background-position: 50% 90%;
  }
  .single-product-features.single-product-features--tall .grid__item {
    min-height: 0;
    padding: 0;
  }
  .single-product-features.single-product-features--tall .grid__item h3 {
    font-size: 22px;
  }
  .single-product-features.single-product-features--tall .grid__item h6 {
    font-size: 16px;
  }
  .single-product-features.single-product-features--tall .product-single__thumbnails .grid__item {
    padding: 20px 0 0;
    margin-bottom: 0;
  }

  .product-single__mini-slider .product-single__thumbnails li.grid__item.one-quarter {
    width: 33.3333333%;
    min-height: 0;
  }
  .product-single__mini-slider .product-single__thumbnails li.grid__item.one-quarter.active {
    display: none;
  }
  .product-single__mini-slider .product-single__thumbnails li.grid__item.one-quarter img {
    max-width: 100%;
  }

  .quote-company_logo .quote-company_logo__body {
    padding-top: 40px;
  }
  .quote-company_logo .quote-company_logo__body:before {
    top: 0;
  }
  .quote-company_logo .quote-company_logo__logo {
    padding-top: 10px;
  }

  .product-cards .product-card {
    width: 100%;
  }
  .product-cards .product-card__inner {
    border-right: none;
    border-bottom: 4px solid #fff;
  }

  .single-product-features.single-product-features--photo_bg {
    height: 400px;
  }
  .single-product-features.single-product-features--photo_bg .single-product-features__inner {
    padding-top: 70px;
  }
  .single-product-features.single-product-features--photo_bg .single-product-features__inner .pr30 {
    padding-right: 0 !important;
  }
  .single-product-features.single-product-features--photo_bg .single-product-slides, .single-product-features.single-product-features--photo_bg .single-product-slides li {
    background-position: 50% 50%;
    background-size: cover;
  }

  #bundled-offer.product-cards .product-card__inner {
    min-height: 0;
    padding: 20px;
    border-right: none;
    border-left: none;
  }
  #bundled-offer.product-cards .product-card__inner + .product-card__inner {
    border-top: 4px solid #fff;
  }
  #bundled-offer.product-cards .product-card .product-card__content {
    vertical-align: top;
  }

  .product-tech .product-tech-curtain h3 {
    font-size: 24px;
  }
  .product-tech .product-tech-curtain .product-tech-curtain__content.pt50.pb50 {
    padding: 20px 10px !important;
  }
  .product-tech .product-tech-curtain .product-tech-curtain__img {
    height: 150px;
    margin: 0 auto;
  }
  .product-tech .product-tech-curtain .product-tech-curtain__list {
    margin-top: 30px;
    padding-right: 20px;
    font-size: 12px;
  }
  .product-tech .product-tech-curtain .product-tech-curtain__list h4 {
    font-size: 16px;
  }
  .product-tech .product-tech-curtain .product-tech-curtain__list li {
    min-height: 0;
    padding-left: 10px;
  }
  .product-tech .product-tech-curtain footer {
    bottom: 25px;
  }

  .product-specs__middle > div {
    padding: 0;
  }

  .product-specs__middle > div:first-child {
    border-right: none;
  }

  .product-specs__middle > div:last-child table {
    margin-left: 0;
  }

  .product-specs__body {
    font-size: 12px;
  }

  .product-specs__table tr {
    border-bottom: none;
  }
  .product-specs__table .spec-title {
    font-size: 16px;
  }

  .product-specs__img {
    margin: 10px auto 0;
  }

  .product-specs__header-icon {
    margin-bottom: 20px;
  }

  .product-specs__body .border-right,
  .product-specs__body .border-left {
    border-left: none;
    border-right: none;
  }

  .product-specs__top > div > table {
    border-top: 0;
    border-bottom: 0;
  }

  .product-specs__body {
    margin: 20px 0;
  }

  .product-specs__body img {
    max-height: 200px;
  }

  .product-specs__top {
    margin: 0;
    padding-bottom: 20px;
  }

  .product-specs__bottom {
    margin: 0;
    padding-top: 20px;
  }

  @media only screen and (max-width: 768px) {

    .product-specs__bottom {
    padding-top: 0px;
  }

  }

  .spec-desc ol {
    margin-bottom: 0;
  }
  .spec-desc ol br {
    display: none;
  }

  #product-rating .spr-summary-actions-allreviews, #product-rating .spr-summary-actions-newreview {
    margin-top: 0;
  }

  .related-products .related-product__image {
    width: 50%;
    background-position: 50% 50%;
  }
  .related-products h5.related-product__title {
    margin-bottom: 10px;
    font-size: 18px;
  }
  .related-products h4.related-product__price {
    font-size: 18px;
  }
  .related-products .related-product__content {
    width: 50%;
    height: auto;
    top: 25%;
    left: auto;
    right: 0;
    padding: 0;
    opacity: 1;
  }

  .product-grid-item__price.h1 {
    font-size: 30px;
  }

  /**
   * MODALS
   */
}

@media only screen and (min-width: 480px) and (max-width: 880px){
  .product-grid-item{
    width: 50%;
  }

  .product-grid-item .you-save {
    top: 0px;
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .product-grid-item .fake-you-save{
    top: 0px;
    margin-top: 20px;
    margin-bottom: 10px;
    height:27px;
  }

  .product-grid{
    padding-bottom: 40px;
  }
}

/* MAX WIDTH: 1024px */
/**
 * MOBILE and TABLET
 */
@media only screen and (max-width: 1024px) {

  /* when alert bar is on*/

  /* Compare Table Start */

  .template-product #product-content .product-reviews-mobile{
    margin-top: 40px;
    margin-bottom: 40px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  #header .header-left {
  }

  .compare-table{
    display: none;
  }

  #product-compare .product-compare{
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }

  .compare-table-mobile{
    border: 1px solid #858686;
    display: block;
    margin-bottom: 30px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }

  .compare-table-mobile tbody tr > :first-child, .compare-table-mobile thead tr > th:first-child, .compare-table-mobile tfoot tr > td:first-child{
    color: #777777;
    font-weight: bold;
    text-transform: uppercase;
    text-align: left;
  }

  .compare-table-mobile th.active{
    color: #00b2b0;
  }

  .compare-table-mobile th{
    color: #606162;
    font-weight: bold;
    text-align: left;
    border-bottom: 1px dashed #cfcfd0;
    padding: 20px 15px 20px 10px;

  }

  .compare-table-mobile img {
    max-width: 125px;
  }

  .compare-table-mobile tr:last-child > *{
    border-bottom: 0px;
  }

  #product-compare .compare-table-mobile .fa-check.fa-circular {
    top: 35%;
  }

  .compare-table-mobile td{
    text-align: left;
    color: #111111;
    border-bottom: 1px dashed #cfcfd0;
    padding: 20px 15px 20px 10px;
    position: relative;

  }

  .table-with-footer th{
    background-color: #f3f3f3;
    border-bottom: 1px dashed #cfcfd0 !important;
    text-align: center !important;
  }

  .compare-table-mobile tbody tr:nth-child(even){
    background-color: #f3f3f3;
  }

  .compare-table-mobile tbody tr:nth-child(odd){
    background-color: white;
  }




  /* Compare Table End */


  #product-features > .wrapper > .grid__item{
    width: 100%;
    padding-right: 0px !important;
  }

  .single-product-features .nav-circles {
    margin-bottom: 50px;
    text-align: center;
  }

  #product-thumbnails, #product-content{
    width: 100%;
  }

  .single-product-features .nav-circles li {
    display: inline-block;
    float: none;
    margin: 0 8px;
  }

  .table-cell{
    vertical-align: top;
  }

  #biolite-outdoor-amp-off-grid-energy-free-shipping-75-and-up .table-cell{
    vertical-align: middle;
  }

  #product-carousels .flex-viewport{
    max-width: 355px;
    margin-left: auto;
    margin-right: auto;
  }

  .hide-on-mobile{
    display: none;
  }

  .show--alert_bar .sticky-wrapper.is-sticky{
    margin-top: 0px;
  }

  /* Product Page Mobile Styles */

  .product-grid-item .you-save {
    top: 0px;
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .template-product .mobile-product-content{
    display: block !important;
  }


  .template-product #header.header--absolute{
   position:relative;
  }

  .template-product #product-overview{
    min-height: 0px;
  }

  .template-product .interstitial, .template-product .product-tech--sitelight{
    display: none;
  }

  .template-product .hero--product{
    display: none;
  }

  .template-product #product-thumbnails .product-single__thumbnails{
    text-align: center;
  }

  .template-product #product-thumbnails .product-single__thumbnails li {
    display: inline-block;
    float: none;
    padding:0;
    width: 60px;
    height: 60px;
  }

  .template-product .product-single__mini-slider .product-single__thumbnails li img {
    max-width: 100%;
  }

  .template-product #product-thumbnails .product-single__thumbnails li.video_thumbnail{
    height: 72px;
    overflow-x: hidden;
    overflow-y: hidden;
  }

  .template-product #product-thumbnails .product-single__thumbnails li.video_thumbnail .btn{
    top: 13px;
    left: 17%;
  }

  .template-product #product-overview #product-content{
    padding: 0px;
  }

  #product-carousels{
    display: block;
  }

  #qty-select{
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    width: 90% !important;
    display: block !important;
  }

  .mobile-video{
    display:block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .nav-horizontal--products {
    height: 90px !important;
  }

  .nav-horizontal--products .wrapper--full{
    height: 48px;
    border-bottom: 1px solid #eeeded;
  }

  .mobile-shop-with-impact{
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #f3f3f3;
    color: #35a8a6;
    text-align: center;
    display: block;
    z-index: 5;
    position: relative;
    font-size:12px;
  }

  .sticky-wrapper {
    z-index: 5;
    position: relative;
  }

  /* mobile */
  #shop-with-impact-dropdown .dropdown .fa{
      border: 2px solid white;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      width: 30px !important;
      height: 30px !important;
      line-height: 28px;
      text-align: center;
      color: inherit;
      font-size: 18px !important;
      padding-top: 0px !important;
  }

  #shop-with-impact-dropdown .dropdown{
    height: 400px;
    background-position: center bottom;
  }

  #shop-with-impact-dropdown .dropdown h2{
    margin-top: 40px;
    text-align: center;
    width: 100%;
  }

  #shop-with-impact-dropdown .dropdown p {
    width: 100% !important;
    text-align: center;
  }

  @media screen and (max-width: 768px) {
   #shop-with-impact-dropdown .dropdown p {
    padding-right:0px !important;
  }
}

  .mobile-shop-with-impact p {
    margin: 0px;
  }

  .mobile-shop-with-impact a{
    color: #35a8a6;
    text-decoration: underline;
  }

  .nav-horizontal--products .nav-horizontal__title{
    border-right: 0px solid !important;
  }

  .nav-horizontal--products .nav-horizontal__title a{
    font-size: 20px;
  }

  .carousel .flex-direction-nav .flex-prev, .carousel .flex-direction-nav .flex-next{
    position: absolute;
    font-size: 16px;
    color: #9a9a9a !important;
    top:45%;
    text-decoration: none !important;
    border: 0px solid #9a9a9a !important;
    outline: none !important;

  }

  .carousel .flex-direction-nav > li a {
    border-radius: 50%;
    padding: 4px;
    background-color: #eeeeee;
    text-align: center;
  }

  .carousel .flex-direction-nav{
    position: absolute;
    display: block;
    height: 30px;
    top: 45%;
    margin-left: 0;
    margin-right: 0;
    left: 0;
    right: 0;
  }

  .carousel .flex-direction-nav > li{
      display: inline-block;
  }


  .carousel .flex-direction-nav .flex-prev{
    left:10px;
  }

  .carousel .flex-direction-nav .flex-next{
    right:10px;
  }

  .carousel{
    margin-bottom: 40px;
  }

  .carousel .hero-carousel{
    position: relative;
  }

  .carousel .flex-control-nav{
    margin-left: 0px;
    position: absolute;
    bottom: 0px;
    text-align: center;
  }

  .carousel .flex-control-nav li{
    display: inline-block;
  }

  .carousel .flex-control-nav li a{
    color: transparent;
    cursor: pointer;
    border: 2px solid #9a9a9a;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    margin-right: 15px;
    font-size: 1px;
    display: inline-block;
    box-shadow: 0 1px 5px 0 rgba(0,0,0,0.17);
  }

  .carousel .flex-control-nav li a:hover{
   background-color: rgba(255,255,255,0.8)
  }

  .carousel .flex-control-nav li a.flex-active{
    background-color: #9a9a9a;
  }

  #product-color-images-container, #product-color-thumbnails-container{
    display: none !important;
  }

  #color-select{
    margin-left: auto;
    margin-right: auto;
    width: 90% !important;
    display: block !important;
  }

  #AddSingleToCartForm{
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    width: 90% !important;
  }

  .related-products{
    display: none;
  }

  .template-product .product-reviews-mobile{
    display: block;
  }

  .template-product .mobile-wrapper{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
    display: block;
  }

  .template-product .mobile-wrapper .mobile-title{
    display: block;
  }

  .template-product .mobile-wrapper.closed .mobile-wrapper-content{
    display: none;
  }

  .template-product .footer-social{
    margin-top: 30px
  }

  .template-product .mobile-wrapper.open{
    border-top: solid 2px #E6E0E0;
  }

  .template-product .mobile-wrapper.open .mobile-title{
    margin-bottom: 40px;
    font-size: 19px;
    font-weight: bold;
    color: #C7C5C5;
    padding-left: 20px;
    position: relative;
  }

  .template-product .mobile-wrapper.open .mobile-title:after{
    content: "-";
    display: inline;
    position: absolute;
    right: 30px;
  }

  .template-product .mobile-wrapper.closed .mobile-title:after{
    content: "+";
    display: inline;
    position: absolute;
    right: 30px;
  }

  .template-product .mobile-wrapper.closed{
    border-top: solid 2px #E6E0E0;
    border-bottom: solid 2px #E6E0E0;
    background-color: #F1F1F1;
  }

  .template-product .mobile-wrapper.closed .mobile-title{
    font-size: 19px;
    font-weight: bold;
    color: #464545;
    padding-left: 20px;
    margin: 15px 0px;
    position: relative;
  }

  #product-features-and-specs{
    margin-top: 0px;
  }

  #product-features-and-specs .content-section{
    display: block !important;
  }

  #product-features-and-specs .tabs-content{
    background-color: transparent;
    min-height: 0px;
  }

  #product-features-and-specs .tabs{
    display: none;
  }

  .mobile-wrapper #product-tech{
    margin-bottom: 40px;
  }

  .mobile-wrapper #product-specs{
    padding-top: 0px;
    margin-bottom: 20px;
  }

  .template-product .mobile-description{
    display: block;
    margin-top: 40px;
    margin-bottom: 40px
  }

  .template-product .mobile-wrapper.open #product-content{
    display: block;
  }

  .template-product .mobile-wrapper #product-content{
    padding-left: 0px;
    width: 100%;
  }

  .template-product #product-features{
    width: 120%;
    left: -12%;
    /* height: 197px; */
    height: auto;
    min-height: 0px;
    margin-top: 50px;
    margin-bottom: 20px;
  }

  .template-product .single-product-features.single-product-features--photo_bg .single-product-slides{
    position: relative;
  }

  .template-product .single-product-features.single-product-features--photo_bg .single-product-slides li{
    height: 300px;
    position: relative;
  }

  .template-product #single-product-slide-content > li{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .template-product .single-product-features .nav-circles{
    position: absolute;
    top: -30px;
  }

  .template-product .nav-circles.nav-circles--transparent li .circle, .nav-circles.nav-circles--transparent li.active .circle, .nav-circles.nav-circles--transparent li .circle{
    background-color: white !important;
  }

  .template-product .nav-circles.nav-circles--transparent li .circle.icomoon:before, .nav-circles li .circle.icomoon:before{
    color: #D0D0D0 !important;
  }

  .template-product .nav-circles.nav-circles--transparent li.active .circle.icomoon:before, .nav-circles li.active .circle.icomoon:before{
    color: rgba(233, 166, 52, 1) !important;
  }

  .template-product .single-product-features .nav-circles li {
    margin: 0px 8px;
    font-size: 40px;
  }

  .template-product .single-product-features #single-product-slide-content{
    text-align: center;
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
  }


    .template-product .single-product-features h6{
    font-size:14px;
  }

  .template-product #product-features > .wrapper{
    height: auto;
    padding-top: 30px;
  }

  .template-product .product-specs__expander{
    max-height: none !important;
    border-bottom: 0px;
    margin-top: 20px;
  }

  .product-specs__top > div{
    border: 0px;
  }

  .product-specs__expander .product-specs__body {
    border: none;
    margin: 0 !important;
    padding: 0 !important;
  }

  .template-product  .product-specs__expander-btn{
    display: none;
  }

  .template-product .product-specs-curtain__footer{
    display: none;
  }





  .template-product .product-specs__header, .template-product .product-tech__header, .template-product .product-reviews__header{
    display: none;
  }

  .template-product .product-reviews-container .product-featurette__image h3{
    text-align: center;
  }

  .template-product .product-reviews-container .product-featurette__image #AddReviewedToCartForm{
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
  }

  .template-product .product-reviews-container .product-featurette__image #AddReviewedToCartForm button{
    width: 100%;
  }

  .template-product .product-reviews-container .product-featurette__image #ProductPrice{
    display: inline-block;
    text-align: center;
    width: 100%;
    margin-top: 20px;
  }

  #shopify-product-reviews .spr-summary{
    padding: 20px 0px 80px 0px;
    border-top: none;
    width: 92%;
    margin-left: auto;
    margin-right: auto;
  }



  .product-reviews-container{
    width: 120%;
    margin-left: -10%;
  }

  .product-reviews-container .wrapper{
    width: 100%
  }

  .product-reviews-container .product-featurette__image {
    display: none;
  }

  .product-reviews-container .product-featurette__content{
    width: 100%;
    padding-top: 0px !important;
  }

  .product-reviews-container .product-featurette__content, .product-reviews-container #product-rating, .product-reviews-container .spr-container, .product-reviews-container .spr-content, #shopify-product-reviews{
    overflow: visible !important;
  }

  .mobile-wrapper.reviews.open .mobile-title{
    margin-bottom: 0px;
  }



  .spr-reviews{
    width: 108%;
    margin-left: -4% !important;
  }

  #shopify-product-reviews.show-rating .spr-review{
    width: 100%;
  }

  .product-reviews-container .spr-starrating.spr-summary-starrating{
    font-size: 18px;
    font-weight: 300;
  }

  .product-reviews-container .spr-summary-actions-togglereviews{
    font-size: 22px;
    font-weight: 300;
  }

  .product-reviews-container .spr-review-header-title{
    font-size: 22px
  }

  .product-reviews-container .spr-review-content-body{
    font-size: 14px;
  }

  .template-product .product-featurette .product-featurette__content .spr-summary-actions-newreview,
  .template-product .product-featurette .product-featurette__content .spr-summary-actions-allreviews {
    top: 90px;
    left: 35px;
    right: inherit;
    text-align: center;
  }

  #shopify-product-reviews .spr-starrating.spr-summary-starrating{
    margin-left: auto;
    margin-right: auto;
  }

  #shopify-product-reviews .spr-review-header-title{
    width: 80%;
    overflow: hidden;
    white-space: nowrap;
  }



  #bundled-offer{
    display: none;
  }

  .related-products{
    display: none;
  }





  /* End Product Page Mobile Styles */

  .single-product-features.single-product-features--offwhite {
    height: auto;
  }
  .single-product-features.single-product-features--offwhite .single-product-features__inner {
    padding: 100px 0 150px;
  }
  .single-product-features.single-product-features--offwhite .single-product-slides li {
    background-size: auto 50%;
    background-position: 100% 100%;
  }

  .single-product-features.single-product-features--tall {
    background-size: 80%;
    background-position: 50% 90%;
  }
  .single-product-features.single-product-features--tall .grid__item h3 {
    font-size: 22px;
  }
  .single-product-features.single-product-features--tall .grid__item h6 {
    font-size: 16px;
  }

  .product-cards .product-card .product-card__inner {
    padding: 30px;
  }
  .product-cards .product-card.product-card--bg_right .product-card__inner, .product-cards .product-card.product-card--bg_left .product-card__inner {
    background-size: 50%;
  }

  /* NAV CIRCLES */
  .single-product-features .pr30 {
    padding-right: 0;
  }
  .single-product-features .nav-circles {
    margin-bottom: 0;
  }
  .single-product-features .nav-circles li {
    margin: 0 5px;
  }
  .single-product-features .nav-circles li .circle {
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 30px;
  }

  .product-specs__expander {
    max-height: 250px;
  }
  .product-specs__expander .product-specs__body {
    padding: 20px 0;
  }

  .review-quote {
    padding: 20px 20px 0 20px;
  }
  .review-quote h6 {
    font-size: 14px;
    line-height: 1.5;
  }
  .review-quote .review-quote__author {
    font-size: 18px;
  }
  .review-quote .review-quote__body {
    width: 100%;
    padding-right: 20px;
    border-right: none;
    border-bottom: 4px solid #fff;
  }
  .review-quote .review-quote__quote {
    padding-left: 0;
  }
  .review-quote .review-quote__details {
    width: 100%;
  }

  .product-featurette .product-featurette__image img {
    max-height: 200px;
  }

  .related-products .related-product {
    width: 100%;
    height: 150px;
  }
  .related-products .related-product__image {
    background-size: 80%;
  }
}
/* max-width: 480px; */

/*# sourceMappingURL=style.css.map */



/* New clearway */


@media only screen and (max-width: 1024px) {
  #topdropdown {
    display:none;
  }

  .menu-main > li.first > a {
  		background: none;
  }

}

.menu-cart .fa-circle-border.fa-circle-border--medium{
  font-weight: bold;
}

@media only screen and (min-width: 1024px) {

	.menu-main > li.first > a {
  		background: url('nav-plus.png') 10px -6px no-repeat;
      font-weight: bold;
	}

	.menu-main > li.first > a.active {
  		background-position: 10px -85px;
	}
}

#topdropdown {
  transition: all 250ms ease;
z-index:-1000;
}

.shop-dropdown {
  background: rgba(40, 42, 43, 0.98);
  position: absolute;
  right: 0px;
  width: 425px;
  top: 83px;
  box-shadow: 1px 1px 3px rgba(0,0,0,0.11);

  opacity:0;
  transform-origin: 50% 0%;
  border-bottom: 2px solid #20A09D;

  transform: scale(1,0);
  /*transform: translate3d(0, -200%, 0);*/
}

.shop-dropdown.show {
/*transform: translate3d(0%, 0, 0);*/
transform: scale(1,1);

opacity:1;

}

/* Top Nav */

.top-nav {
  background: rgb(48, 50, 51);
  height: 50px;
  margin: 0px;
  clear:both;
}

.top-nav li {
	  background: rgb(48, 50, 51);
  box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
  height: 50px;
  line-height: 50px;
  width: 50%;
  transition: all 250ms ease;
}

.top-nav li.shop-all {
  border-right: 1px solid #3c3e3e;
  width: 50%;
}


.top-nav li.shop-all span {
  display: inline-block;
  padding-left: 20px;
  position: relative;
}

.top-nav li.shop-all span:before {
  background: url('shoping-cart.png') center center no-repeat;
  content: '';
  height: 14px;
  left: 0;
  position: absolute;
  top: 18px;
  width: 14px;
}



.top-nav li.new {
  border-right: 1px solid #3c3e3e;
  width: 50%;
}


.top-nav li.new span {
  display: inline-block;
  padding-left: 20px;
  position: relative;
}

.top-nav li.new span:before {
  background: url('https://cdn.shopify.com/s/files/1/0666/9741/files/star_r2.png?9688189924266996229') center center no-repeat;
  content: '';
  height: 14px;
  left: 0;
  position: absolute;
  top: 18px;
  width: 14px;
}




.top-nav li:hover {
  background: #20A09D;
}

.top-nav li a {
  font-size: 13px;
  min-width: 1px;
  padding: 0px;
}



/* Left Nav */

.left-nav {
  float: left;
  margin: 10px 0 8px 0;
  text-transform: none;
  width: 45%;
}

.left-nav li {
  display: block;
  float: none;
}

.left-nav li:hover > a {
  background: none;
}

.left-nav > li {
  padding-bottom: 15px;
}

.left-nav li a {
	transition: all 250ms ease;

  font-size: 16px;
  padding: 2px 0px 2px 30px;
  text-align: left;
  text-transform: none;
  font-family: din-next-pro;
}

.left-nav li a:hover {
  background: rgb(32, 160, 157);
}

.left-nav > li > a {
  font-weight: bold;
}

.left-nav .sub {
  margin: 0px;
}

.left-nav .sub li a {
  font-size: 15px;
  padding-left: 45px;
}

.image-wrapper {
  float: left;
  position: relative;
  top: 20px;
  width: 55%;
}

.image {
	transition: opacity 500ms ease;
	opacity:0;
}

.Accessories, .BaseCamp, .Bundle, .CarryPack, .KettleCharge, .KettlePot, .NanoGrid, .PortableGrill, .PowerLight, .SiteLight, .CampStove{
  background: url('nav-sprite.png') no-repeat;
  left: 50%;
  margin: 0px auto;
  position: absolute;
  opacity:0;
}

.Accessories{
  background-position: -536px -154px ;
  width: 180px;
  height: 120px;
  margin-left: -90px;
  top: 300px;
  opacity:1;
}

.BaseCamp{
  background-position: -122px -132px ;
  width: 130px;
  height: 180px;
  margin-left: -65px;
  top: 155px;
  opacity:1;
}

.Bundle{
  background-position: 0 0;
  width: 160px;
  height: 125px;
  margin-left: -80px;
  top: 10px;
  opacity:1;
}

.CarryPack{
  background-position: -260px -127px ;
  width: 135px;
  height: 175px;
  margin-left: -68px;
  top: 165px;
  opacity:1;
}

.KettleCharge{
  background-position: -403px -154px ;
  width: 125px;
  height: 140px;
  margin-left: -63px;
  top: 225px;
  opacity:1;
}

.KettlePot{
  background-position: -276px 0;
  width: 90px;
  height: 120px;
  margin-left: -45px;
  top: 10px;
  opacity:1;
}

.NanoGrid{
  background-position: -508px -1px ;
  width: 170px;
  height: 145px;
  margin-left: -85px;
  top: 75px;
  opacity:1;
}

.PortableGrill{
  background-position: -371px 0;
  width: 130px;
  height: 80px;
  margin-left: -65px;
  top: 60px;
  opacity:1;
}

.PowerLight{
  background-position: -686px 0;
  width: 120px;
  height: 135px;
  margin-left: -60px;
  top: 100px;
  opacity:1;
}

.SiteLight{
  background-position: 0 -131px ;
  width: 115px;
  height: 70px;
  margin-left: -58px;
  top: 150px;
  opacity:1;
}



.CampStove{
  background-position: -166px 0;
  width: 102px;
  height: 121px;
  margin-left: -51px;
  opacity:1;
}

.CampStoveCarbon{
  background-position: 0 -205px ;
  width: 123px;
  height: 123px;
  margin-left: -60px;
  opacity:1;
}

.top-nav:after,
.left-nav:after,
.image-wrapper:after {
  clear: both;
}

/* end of nav css */


/* press reviews */

#AddToCart {
  width: 100%;
	padding: 15px 20px;
}

.price-container {
	margin-top:26px;
}

.top-review-container {
	background-color: white;
  padding: 15px 10px;
	border-radius: 5px;
	float:left;
	width: 100%;
  margin-top: 20px;
  border: 1px solid #ebebeb;
}

.mobile-product-content{
  display: none;
}

#product-content{
  display:none;
}

.mobile-title{
  display: none;
}

.template-product .mobile-product-content{
  text-align: center;
  margin-top: 20px;
  margin-bottom: 40px;
  display: none;
}

.template-product .mobile-product-content .add-to-cart-container{
  display: inline-block;
  vertical-align: middle;
  float: none;
  padding-right: 0px;
  width: 50%;
  margin-right: 10px;
  margin-bottom: 10px;
}

.template-product .mobile-product-content .add-to-cart-container button{
  margin-top: 0px !important;
  width: 100%
}

.template-product .mobile-product-content .add-to-cart-container button span{
  font-size: 16px;
}

.template-product .mobile-product-content .price-container{
  display: inline-block;
  vertical-align: middle;
  margin-top: 0px;
  text-align: left;
  float: none;
}

.template-product .mobile-product-content .price-container #ProductPrice > .money{
  color: #444444;
  font-weight: 300;
  font-size: 23px;
  font-family: din-next-pro;
}

.template-product .mobile-product-content .price-container .compare-at{
  font-size: 20px;
  float: none;
  position: relative;
  margin-top: -5px;
}

.template-product .mobile-product-content .price-container .compare-at span{
  display: inline-block;
  line-height: 13px;
}

.template-product .mobile-product-content .price-container .product-price-compare-strike .money{
  text-decoration: line-through;
}

.product-reviews-mobile{
  display: none;
}

.press-review {
	float:left;
	width:60%;
}

.star-container-top {
  display: inline-block;
  margin-right: 15px;
}

.template-product #ProductPrice.h4{
  color: #35a8a6;
}

#color-select{
  cursor: pointer;
  position:relative;
  width: 100%;
  background-color: #f3f3f3;
  border: 1px solid #35a8a6;
  padding: 10px;
  display: inline-block;
  margin-top: 20px;
}

#color-select:before {
  position: absolute;
  top: 25%;
  right: 5%;
  display: block;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f0d7";
  color: black;
  font-size: 22px;
}

#color-select.open:before{
  content: "\f0d8";
}

#color-select.open{
  border-bottom: 0px solid;
}

#color-select #color-select-hidden{
  display:none;
}

#color-select .select-menu{
  transition: all 250ms ease;
  transform: scale(1,0);
  -webkit-transform: scale(1,0);
  transform-origin: 50% 0%;
  display: block;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 101%;
  background-color: #f3f3f3;
  z-index: 3;
}

#color-select.open .select-menu{
  transform: scale(1,1);
  -webkit-transform: scale(1,1);
}

.product-grid-item .color-control {
  position: absolute;
  z-index: 2;
  width: 100%;
  text-align: center;
  bottom: 0px;
  cursor: pointer;
}

.color-control .color-circle{
  height: 26px;
  width: 26px;
  border: 1px solid #ebebeb;
  padding: 3px;
  display: inline-block;
  margin-right: 15px;
  cursor: pointer;
  background-color: transparent;
}



#color-select .color-circle {
  height: 16px;
  width: 16px;
  margin-right: 10px;
  border-radius: 100%;
  display: inline-block;
  vertical-align: middle;
}


.color-control .color-container.color-orange{
  border: 1px solid #e98b31;
}

.color-control .color-container.color-black{
  border: 1px solid #616161;
}

.color-control .color-container.color-teal{
  border: 1px solid #73c2c6;
}

.color-control .color-container.color-red{
  border: 1px solid #f40701;
}

.color-control .color-container.color-red-Backordered{
  border: 1px solid #f40701;
}

.color-control .color-container.color-gray{
  border: 1px solid #616161;
}

.color-control .color-container.color-yellow{
  border: 1px solid #fabf01;
}

.color-control .color-container.color-yellow-Backordered{
  border: 1px solid #fabf01;
}

.color-orange{
  background-color: #e98b31;
}

.color-black{
  background-color: #616161;
}

.color-teal{
  background-color: #73c2c6;
}

.color-red{
  background-color: #f40701;
}

.color-red-Backordered{
  background-color: #f40701;
}

.color-gray{
  background-color: #616161;
}

.color-yellow{
  background-color: #fabf01;
}

.color-yellow-Backordered{
  background-color: #fabf01;
}

#color-select .select-menu li{
  padding: 20px 30px;
  border-top: 1px solid #d6d6d6;
}

#color-select .select-menu li:hover{
  background-color: #d6d6d6;
}

#color-select .select-body{
  text-transform: capitalize;
}

#qty-select{
  position:relative;
  width: 100%;
  background-color: #f3f3f3;
  padding: 10px;
  display: inline-block;
  margin-top: 20px;
  box-sizing: border-box;
}

#qty-select > div{
  display: inline-block;
  width: 50%;
}

#qty-select .qty-controls{
  text-align: right;
  font-weight: bold;
}

#qty-select .qty-controls .qty-text{
  font-size: 18px;
  margin-left: 15px;
  margin-right: 15px;
}

.qty-controls .icomoon{
  font-size: 22px;
  vertical-align: top;
  padding-top: 2px;
  cursor: pointer;
}

.product-page-view{
  position: relative;
}

.template-product #header{
  background-color: #262729 !important;
}

#shop-with-impact-dropdown.show{
  transform: translateX(0px) scaleX(1);
  opacity: 1;
  -webkit-transform: translateX(0px) scaleX(1);
}

#shop-with-impact-dropdown .dropdown{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 800px;
  background-color: rgba(0,0,0,0.9);
  background-position: center center;
  background-repeat: no-repeat;
}

#shop-with-impact-dropdown .dropdown h2{
  margin-top: 20px;
  color: #01b1ae;
}

#shop-with-impact-dropdown .dropdown p {
  color: white;
  width: 60%;
}

#shop-with-impact-dropdown .dropdown .icomoon{
  color: white;
  margin-top: 60px;
  font-size: 45px;
  padding-top: 12px;
  cursor: pointer;
}

#shop-with-impact-dropdown{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 4;
  transform: translateY(-200px) scaleY(0);
  opacity: 0;
  -webkit-transform: translateY(-200px) scaleY(0);
  transform-origin: 50% 0%;
  transition: 150ms all ease-in;
  background-color: rgba(0,0,0,0.8);
}


.top-review-horizontal-rule{
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}

.product-reviews-top {
	clear:right;
}

.bottom-side a{
  margin-right: 15px;
}

.product-reviews-top .top-side{
  width: 100%;
  display: inline-block;
}

.product-reviews-top .top-side img{
  vertical-align: middle;
}

.product-reviews-top .top-side img.long-logo{
  width:100%;
}

.product-reviews-top .top-side p{
  font-size: 10px;
  display: inline-block;
  width: 60%;
  margin-left: 10px;
  vertical-align: middle;
  margin-bottom: 0px;
  color: #606162;
}

.product-reviews-top .top-side p .quote-author{
  font-weight: bold;
}

.product-reviews-top .top-write-a-review, .product-reviews-top .top-see-all{
  float: none !important;
}

.product-reviews-top .bottom-side{
  width: 100%;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
}

.star-container-top .spr-icon-star{
  font-size: 11px !important;
  margin-right: 2px;
  color: #fdb813;
}

.star-container-top .spr-icon-star-empty{
  font-size: 11px !important;
  margin-right: 2px;
}


.compare-at {
  line-height: 0px;
  display:block;
}

.compare-at .product-price-compare-strike {
	font-size:13px;
  margin-bottom:10px;
}

.add-to-cart-container {
  float: left;
  width: 50%;
}

.number-reviews-top {
  font-size: 12px;
  color: #999;
  margin-right: 10px;
}

.price-container {
  float: right;
  width: 50%;
  text-align: center;
}

.press-review {
	font-size:12px;
margin-right: 10px;
  width: 70%;
	  border-right: 1px solid #eee;
	padding:right;
}

.press-review .quote {
	font-style:italic;
}

.press-review .quote-source
{
	display:block;
font-weight:bold;
}

.press-review .logo-image {
	float: left;
  padding: 10px;
}

.top-see-all {
  line-height:2em;
  padding-right: 5px;
  font-size: 12px;
  text-decoration:underline;
  margin-right:2px;

}

.top-write-a-review {
  line-height:2em;
  font-size: 12px;
  text-decoration:underline;
}

.product-reviews-top .show-rating {
  min-height: 26px !important;
}

/* end of press reviews */


/* end of clearway CSS */


#biolite-best-seller-shop .single-product-features.single-product-features--tall {
  height: 670px;

}


#biolite-best-seller-shop .section-xlarge {
  padding-top: 10px;
  padding-bottom: 20px;

}


#biolite-best-seller-shop .list-toggles {
  margin-left: 0px;
}

#biolite-best-seller-shop .list-toggle__title {
  font-size: 16px;

}


#biolite-best-seller-shop .product-specs__body {
    border-bottom: 0px;


}

#biolite-best-seller-shop h6 a {
  color: #d70200;
}

#biolite-best-seller-shop .list-toggle__title:hover .fa {
  color: #d70200;
}



#biolite-best-seller-shop h6 a:hover, a:focus {
color: #aa0605;
}

#biolite-best-seller-shop .top-review-container {
  margin-top: 10px;
  margin-bottom: 10px;
}

#biolite-best-seller-shop .interstitial__content h3 {
  margin-top: 16% !important;

}

#biolite-best-seller-shop .interstitial {

  min-height: 270px;

}

#biolite-best-seller-shop .btn.btn-primary, .btn.btn-red {
  background-color: #d70200;

}

.primary-blaze {
  color: #d70200;
}



.interstitial .interstitial__overlay.interstitial__overlay--red {
  background-color: transparent;
  background-image: url("https://cdn.shopify.com/s/files/1/0666/9741/files/overlay_red.png?949197944819894381");
  opacity: 0.82;
}


.interstitial .interstitial__overlay.interstitial__overlay--gray {
  background-color: transparent;
  background-image: url("https://cdn.shopify.com/s/files/1/0666/9741/files/overlay_gray.png?445656494052131437");
  opacity: 0.91;
}


.interstitial .interstitial__overlay.interstitial__overlay--light-gray {
  background-color: #f8f8f8;

}


/* Giveaway Styles */

#biolite-musicfestnw-giveaway .story-grid__header h3 {
  margin-top: 0em;
}

#biolite-musicfestnw-giveaway .story-grid__header h6 {
  margin-top: 0em;
}


#biolite-musicfestnw-giveaway .section-xlarge {
 padding: 70px 0;
}


#biolite-musicfestnw-giveaway .label-icon {
 text-transform: none;
}



/* TBF Styles */


#travel-by-fire-2015 .staff-grid-item__photo {
  height: 420px;
  position: relative;
  background-color: #f2f2f2;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  text-align: center;
}


#travel-by-fire-2015 .story-grid .story-grid-item__content h4 {
  line-height: 1.35;
  font-size: 23px;
  margin-bottom: 0;
  padding-right: 15px;
  padding-left: 15px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
}

#travel-by-fire-2015 .story-grid .story-grid-item__content small {
  padding-right: 15px;
   padding-left: 15px;

}

#travel-by-fire-2015 .color-block p {
  text-transform: none;
}


#travel-by-fire-2015 .color-block h6 {
 font-weight: 700;
  color: #262729;

}


#travel-by-fire-2015 .color-block p {

font-size: 13px;
  line-height: 17px;
  color: #262729;

}


#travel-by-fire-2015 .color-block {

  display: inline-block;
  width: 170px;
  height: 170px;
  margin: 10px;
  float: left;
  padding: 25px 15px;
  color: rgba(255, 255, 255, 0.75);
  text-transform: none;
}

#travel-by-fire-2015 .story-grid .story-grid-item:hover .story-grid-item__content {
  background-color: rgba(237, 67, 45, 0.9);
}

#travel-by-fire-2015 .stat-columns {
  background-color: #262729;
  padding: 35px;
  color: white;
  z-index: 0;
}


#travel-by-fire-2015 .story-grid__header h3 {
  margin-top: 0em;
}


#travel-by-fire-2015 .story-grid__header h6 {
  margin-top: 0em;
}


#travel-by-fire-2015 .btn .icomoon {
    font-size: 13px;
  padding-right: 4px;
}

#travel-by-fire-2015 .MapOverlay {
   background:transparent;
   position:relative;
   width:3000px;
   height:880px; /* your iframe height */
   top:880px;  /* your iframe height */
   margin-top:-895px;  /* your iframe height */

}

#travel-by-fire-2015 .color-block.color-block--dark_gray {
    border-left: 5px solid #343537;
  border-right: 5px solid #343537;
  border-bottom: 5px solid #343537;
  border-top: 30px solid #343537;
  background-color: #fff;
  border-radius: 5px;

}

#travel-by-fire-2015 .interstitial .interstitial__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

#coupon-landing{
  text-align: center;
  padding-top: 0px;
}

#coupon-landing h5{
  margin-top: 10px;
}

#coupon-landing h6{
  font-size: 26px;
  font-style: italic;
  margin-top: 20px;
}

#coupon-landing #cta-btn{
  font-size: 16px;
  font-weight: bold;
  padding: 20px 100px;
  margin-top: 40px;
}
/* OFF GRID WEEKEND Styles */


#off-grid-weekend .badge-hero img {
  width: 380px;
  height: 380px;
}

@media only screen and (max-width: 768px) {
  #off-grid-weekend .badge-hero img {
  width: 200px;
  height: 200px;
}

  }


#biolite-outdoor-amp-off-grid-energy-free-shipping-75-and-up .badge-hero img {
  width: 400px;
  height: 400px;
}

@media only screen and (max-width: 768px) {
  #biolite-outdoor-amp-off-grid-energy-free-shipping-75-and-up .badge-hero img {
  width: 250px;
  height: 250px;
}

  }





#off-grid-weekend .bg--darkblack {
  background-color: #252729;
}


#off-grid-weekend .btn .icomoon {
    font-size: 13px;
  padding-right: 4px;
}

.blog-divider-white {

  width: 85px;
  height: 1px;
  background-color: #fff;
  margin-top: 20px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
}



#off-grid-weekend .section-small .blog-full .grid {
    margin-left: 0px
}

#off-grid-weekend .interstitial {
    min-height: 600px;
}

#off-grid-weekend .interstitial .interstitial__overlay {

  background-color: rgba(255, 255, 255, 0.5);
}

#mobile-menu{
  display: none;
}


#off-grid-weekend .vertical-center {
    margin-top: 125px;
}


#off-grid-weekend .stat-columns {
 background-color: #fff;
  margin-bottom: 0px;
}



.interstitial-tight {
  min-height: 200px !important;
}


#off-grid-weekend .stat-column {
   border: 1px solid #F3F3F3;
  border-radius: 3px;
}


#off-grid-weekend .menu-social .a {
  color: #fff;
}



#off-grid-weekend h5 {

  margin-top: 0em;

}

#off-grid-weekend h6 {

  margin-top: 0em;

}

#off-grid-weekend .input-complex .icomoon  {
  font-size: 16px;
  padding-right: 7px;

}



#off-grid-weekend .stat-columns h5 {
  margin-bottom:20px;
  margin-top: 1em;
   font-family: din-next-pro;
  font-size: 25px;
}

#off-grid-weekend .alt-column__icon.icomoon {

  font-size: 60px;
  margin-top: 40px
}

#off-grid-weekend .stat-column__icon.icomoon {
  font-size: 60px;
  margin-top: 40px
}

#off-grid-weekend .stat-column__icon {
 color: rgba(255, 255, 255, 1);

}


#off-grid-weekend .stat-column__number {
  color: #20A09D;
}


#off-grid-weekend .bg-blue {
  background-color: #20A09D;
}


#off-grid-weekend .bg-yellow {
  background-color: #E9A634;
}


#off-grid-weekend .bg-purple {
  background-color: #7b7ca5;
}


#off-grid-weekend .bg-red {
  background-color: #ce6824;
}


#off-grid-weekend .border-blue {
   border: 4px solid #20A09D;
   border-radius: 3px;
}


#off-grid-weekend .border-yellow {
  border: 4px solid #E9A634;
   border-radius: 3px;
}


#off-grid-weekend .border-purple {
   border: 4px solid #7b7ca5;
   border-radius: 3px;
}


#off-grid-weekend .border-red {

  border: 4px solid #ce6824;
   border-radius: 3px;
}



#off-grid-weekend .stat-columns p {
 color: #262729;
  font-weight: 300;
  line-height: 18px;
  padding-right:25px;
  padding-left:25px;
  padding-bottom:20px;
}


#off-grid-weekend .hero .hero__inner.hero__inner--light {
   background-color: rgba(75, 75, 71, 0);
}


#off-grid-weekend .hero .hero .hero__inner {
   background-color: rgba(75, 75, 71, 0);
}


.off-grid-badge {
   margin-top: -150px;
}

#off-grid-weekend .label-icon {
     color: #E9A634;
}

#off-grid-weekend .btn.btn-large  {
     width: 600px;
  margin-left: 17%;
    font-size: 17px;
}

@media only screen and (max-width: 768px) {
#off-grid-weekend .btn.btn-large  {
     width: 270px;
  margin-right: 5%;
    margin-left: 0;
    font-size: 13px;
  text-align: left;
}


  }






#off-grid-weekend .btn .icomoon {
    font-size: 13px;
  padding-right: 4px;
}

#off-grid-weekend .story-grid .story-grid-item:hover .story-grid-item__content {
  background-color: rgba(233, 166, 52, 0.9);
}

#off-grid-weekend .story-grid__header h6 {
  margin-top: 0em;
}

#off-grid-weekend .list-toggle__title:hover .fa {
  color: #E9A634;
}

#coupon-landing #product-grid-img{
  min-height: 343px;
  background-position: -10px 0;
  background-repeat: no-repeat;
  background-size: 45%;
  position: relative;
  margin-bottom: 0px;
}

#coupon-landing #product-grid-img .title-and-reviews{
  font-size: 18px;
  font-style: italic;
  text-align: left;
  line-height: 18px;
  margin-top: 10%;
  margin-left: 50%;
}

#coupon-landing #product-grid-img .title{
  display: inline-block;
  margin-bottom: 5px;
}

@media only screen and (min-width: 769px) and (max-width: 1004px) {
  .menu-main li a {

  padding: 28px 5px;

}

  }

.interstitial .interstitial__overlay.interstitial__overlay--blue {
  background-color: #319c9b;
  opacity: 0.82;
}

.primary-blue {
  color: #35A8A5;
}

/* Portrait */
@media only screen
  and (min-device-width: 768px)
  and (max-device-width: 1024px)
  and (orientation: portrait)
  and (-webkit-min-device-pixel-ratio: 1) {


  .tablet-portrait-hidden{
    display: none !important;
  }

  .template-product #product-content .mobile-product-content{
    display: block;
  }

  .template-product .top-review-container{
    display: none;
  }

  .template-product .mobile-product-content #AddSingleToCartForm{
    text-align: left !important;
  }

  .template-product #product-thumbnails .product-single__thumbnails{
    text-align: center;
  }

  .template-product #product-thumbnails .product-single__thumbnails li {
    display: inline-block;
    float: none;
    padding:0;
    width: 72px;
    height: 72px;
  }

  .template-product .product-single__mini-slider .product-single__thumbnails li img {
    max-width: 100%;
  }

  .template-product #product-thumbnails .product-single__thumbnails li.video_thumbnail{
    height: 72px;
    overflow-x: hidden;
    overflow-y: hidden;
  }

  .template-product #product-thumbnails .product-single__thumbnails li.video_thumbnail .btn{
    top: 13px;
    left: 17%;
  }

  #product-features{
    height: 500px;
    min-height: 0px;
  }


  #product-features #single-product-slide-content{
    padding-left: 10px;
    width: 70%;
  }

  .product-tech .product-tech-curtain .product-tech-curtain__img{
    width: 90%;
    height: auto;
  }

  .product-tech .product-tech-curtain .grid__item{
      margin-top: 30px;
  }

  .product-tech .product-tech-curtain__list{
    margin-top: 0px;
  }

  .inside-tech--kettlecharge{
    height: 500px !important;
  }

  .inside-tech--campstove, .inside-tech--basecamp{
    height: 650px !important;
  }

  .product-tech .product-tech-curtain{
    height: 65% !important;
  }

  .product-tech .product-tech__content{
    height: 65%;
  }

  .product-tech .product-tech-overlay .product-tech-overlay__content{
    bottom: 140px;
  }

  .product-tech .product-tech-curtain{
    height: 65%
  }

  .inside-tech--powerlight .product-tech .product-tech-overlay .product-tech-overlay__content{
    bottom: 230px;
  }

  .inside-tech--bundle{
    height: 680px;
  }

   .inside-tech--nanogrid .product-tech .product-tech-overlay .product-tech-overlay__content {
     bottom: 220px;
   }

  #product-tech-curtain--powerlight, #product-tech-curtain--nanogrid{
    height: 55% !important;
  }

  .inside-tech--powerlight, .inside-tech--nanogrid{
    height: 590px !important;
  }

  .inside-tech--nanogrid #product-tech{
    height: 900px !important;
  }

  .product-specs__expander.show{
    max-height: none;

  }

  .product-specs__expander.show .product-specs__body{
    padding-bottom: 40px;
  }






}

/* Landscape */
@media only screen
  and (min-device-width: 768px)
  and (max-device-width: 1024px)
  and (orientation: landscape)
  and (-webkit-min-device-pixel-ratio: 1) {

}

/* ----------- iPad 3 and 4 ----------- */
/* Portrait and Landscape */
@media only screen
  and (min-device-width: 768px)
  and (max-device-width: 1024px)
  and (-webkit-min-device-pixel-ratio: 2) {
    .compare-table-mobile {
      width: 85%;
      margin-left: auto;
      margin-right: auto;
    }
}

/* Portrait */
@media only screen
  and (min-device-width: 600px)
  and (max-device-width: 1024px)
  and (orientation: portrait)
  and (-webkit-min-device-pixel-ratio: 1) {

  .tablet-portrait-hidden{
    display: none !important;
  }

  .template-product #product-content .product-reviews-mobile{
    margin-top: 40px;
    margin-bottom: 40px;
    display: block;
  }

  .template-product #product-content .mobile-product-content{
    display: block;
  }

  .template-product .top-review-container{
    display: none;
  }

  .template-product .mobile-product-content #AddSingleToCartForm{
    text-align: left !important;
  }

  .template-product #product-thumbnails .product-single__thumbnails{
    text-align: center;
  }

  .template-product #product-thumbnails .product-single__thumbnails li {
    display: inline-block;
    float: none;
    padding:0;
    width: 72px;
    height: 72px;
  }

  .template-product .product-single__mini-slider .product-single__thumbnails li img {
    max-width: 100%;
  }

  .template-product #product-thumbnails .product-single__thumbnails li.video_thumbnail{
    height: 72px;
    overflow-x: hidden;
    overflow-y: hidden;
  }

  .template-product #product-thumbnails .product-single__thumbnails li.video_thumbnail .btn{
    top: 13px;
    left: 17%;
  }

  #product-features{
    height: 500px;
    min-height: 0px;
  }

  #product-features #single-product-slide-content{
    padding-left: 10px;
    width: 70%;
  }

  .product-tech .product-tech-curtain .product-tech-curtain__img{
    width: 90%;
    height: auto;
  }

  .product-tech .product-tech-curtain .grid__item{
      margin-top: 30px;
  }

  .nav-horizontal--products .nav-horizontal__action i{
    display: none;
  }

  .nav-horizontal--products .nav-horizontal__action .btn span {
      font-size: 14px !important;
  }

  .product-tech.without-curtain {
    height: 450px;
  }

   .product-tech li {
    font-weight: 300;
  }




  #shopify-product-reviews.show-rating .spr-review{
    padding: 20px 55px !important;
  }

  .template-product .product-featurette .product-featurette__content .spr-summary-actions-newreview,
  .template-product .product-featurette .product-featurette__content .spr-summary-actions-allreviews {
    top: 100px;
    left: 85px;
    right: inherit;
    text-align: center;
  }

  .template-product .single-product-features .nav-circles {
    position: absolute;
    top: -30px;
    text-align: center;
    width: 100%;
  }

  .nav-circles.nav-circles--transparent li .circle.icomoon:before, .nav-circles li .circle.icomoon:before{
    font-size: 64px !important;
  }

  .nav-circles.nav-circles--transparent li .circle.icomoon, .nav-circles li .circle.icomoon {
    line-height: 64px !important;
  }



}

/* Landscape */
@media only screen
  and (min-device-width: 768px)
  and (max-device-width: 1024px)
  and (orientation: landscape)
  and (-webkit-min-device-pixel-ratio: 2) {

}

#road-trip-roundup.btn .ssslide .caption {
    font-size: 13px;
  text-align: center;
  padding-top: 14px;
}


#the-truck-stops-here-roadtrip-roundup .btn .icomoon {
    font-size: 13px;
  padding-right: 4px;
}

 #the-truck-stops-here-roadtrip-roundup .blog-main .wrapper {
  max-width: 100%; !important;
  margin: auto; !important;
  padding: 0; !important;
}

 #the-truck-stops-here-roadtrip-roundup .btn.btn-outline-white:hover {
  color: #333;
  background-color: #1d9290;
   border: 1px solid #1d9290;
   text-decoration:none;

}



 #energy-everywhere-special .hero .hero__viewport h1.large {
  font-size:68px;
}

 #energy-everywhere-special .nav-horizontal__title {
  font-size:12px;
}

 #energy-everywhere-special .product-specs__body .border-bottom {
  border-bottom: none;
 }


/* NEW PRESS PAGE */


#press-new .staff-grid {

  padding-top: 20px; 

}

#press-new .staff-grid-item__photo {

  background-color: #fff !important;
  border: 1px solid #f3f3f3 !important;

}



/* Preparedness Month */

  .story-grid.story-grid--green .story-grid-item .story-grid-item__content > div .prep {
    position: relative;
    vertical-align: middle !important;
    z-index: 3;
    opacity: 1;
    visibility: visible;
    transform: scale3d(1, 1, 1);
    -webkit-transform: scale3d(1, 1, 1);
  }

  .align-middle {
    vertical-align:middle !important;
  }

  .story-grid-item:hover .height-80 {
    height:80px !important;
  }

  /* CARBON CAMPSTOVE */

  #campstove-carbon  .nav-horizontal {

  background-color: #242424 !important;
}





  #preorder-biolite-2016-products .list-toggle__content {

    color: #262729;
    padding: none;
  }





   #preorder-biolite-2016-products .product-specs__body {

  border-top: none;
  border-bottom: none;
  margin: 0px 0px;

}

    #preorder-biolite-2016-products .product-specs__body .border-bottom  {
      border-bottom: none;
    }

/* BEGIN NEW NAV */
.shop-dropdown {top:64px; background:#ffffff; color:#222; width:1280px; border:0; }

.left-nav-holder { width:68.75%; float:left; padding:15px 40px 20px 70px; text-align:left;}
.left-nav {width:100%;  float:none;}
.left-nav > li {display: inline-block; vertical-align: top; margin: 0 50px 0 0;}
.left-nav > li:last-child { margin-right:0px; }
.left-nav > li > a {color:#35a8a6; text-transform: uppercase; font-weight:600;}
.left-nav > li > a:hover {color:#319c9b;}
.left-nav > li > a > img {margin: 2px 5px 0 0; position: relative;}
.left-nav li a {padding:0px 10px; }
.left-nav li a:hover {background:transparent;}
.left-nav .sub li a {color:#2f3639; font-size: 16px; line-height: 27px; display:inline-block; margin:3px 0; font-weight: 600; padding-left: 10px; }
.left-nav .sub li a:hover, .left-nav .sub-list li a:hover {color:#00b2b0; background:#f3f3f3;}
.left-nav .sub-list {margin-left:0;}
.left-nav .sub-list > li > a {font-weight:100; font-size:16px; line-height: 27px; display:inline-block; margin:3px 0;  }
.left-nav .left-nav-sep {display:block; width:21px; border-top:1px dashed #d9d9da; margin: 7px 20px 7px 12px;}
.left-nav .nav-vert-sep {display:block; height:45px; border-right:1px dashed #d9d9da; margin:8px 0 0 0;}
.left-nav-holder .horiz-sep { border-bottom: 1px solid #d9d9da;  margin-left:10px;}
.left-nav-holder .shop-all a {color:#35a8a6; font: 600 16px/24px din-next-pro; text-align:left; text-transform:uppercase; display:inline-block; padding:20px 0 0 10px;}
.left-nav-holder .shop-all a:hover {color:#319c9b;}
.left-nav-holder .shop-all a img {position:relative; top:2px;}

.nav-featured-area {width:31.25%;  float:left; }
.nav-featured-area .featured-item {background:#f3f3f3; padding: 40px 40px 40px 20px; text-align: left;}
a.nav-featured-area-link {padding:0 !important;}

a.nav-featured-area-link:hover .featured-item {
    background-color: rgba(236, 236, 236, 0.2);
      text-decoration:none;


}

a.nav-featured-area-link:active .featured-item {
    text-decoration:none;

}

.nav-featured-area .featured-item:after {clear:both;}

.nav-featured-area .featured-item-1 {
  border-bottom:4px solid #fff;
      background-image: url("https://cdn.shopify.com/s/files/1/0666/9741/files/featured_2016Products_r5.png?535147977520133481");
     }



.nav-featured-area .featured-item-heading { color: #35a8a6; font-size: 11px; line-height:15px; text-transform: uppercase; font-weight: 600; margin:10px 0 18px 0;}
a.nav-featured-area-link:hover .nav-featured-area .featured-item-heading {color:#319c9b;}
.nav-featured-area .featured-item-heading img {margin: 0 4px 0 0; position:relative; top:1px;}
.nav-featured-area .featured-item-image {float:right; margin:0 6px 0 24px;}
.nav-featured-area .featured-item-image {padding:0;}
.nav-featured-area .featured-item-title { font: 600 16px/24px din-next-pro; text-transform: none; margin:0 0 4px 0; padding:0; text-align:left; display:inline-block;}
.nav-featured-area .featured-item-description {    font: 100 16px/16px din-next-pro; text-transform: none; }
.nav-featured-area .featured-item-description:hover {    text-decoration:none; }
.nav-featured-area .featured-item-description:active {    text-decoration:none; }

#mobile-menu .primary-menu li a {font-family:din-next-pro; font-size:18px; line-height:24px; font-weight:100;}
#mobile-menu .primary-menu .sub-nav ul {margin:0 0 20px 0; }
#mobile-menu .primary-menu .sub li a {color:#fff; font-size: 18px; line-height: 34px; font-weight: 600; }
#mobile-menu .primary-menu ul.sub-list {margin: 20px 0 0 0;}
#mobile-menu .primary-menu .sub-nav ul .sub-list > li > a {font-weight:100; font-size: 20px; line-height: 34px;}
#mobile-menu .primary-menu .left-nav-sep {display:block; width:21px; border-top:1px dashed #fff; margin: 0px 0px 0px 30px; }
#mobile-menu .primary-menu li a.collapsable-link.on:after {margin-top:-5px;}
#mobile-menu .secondary-menu li a, #mobile-menu .footer-menu li a,  #mobile-menu select#locations {font:100 18px/34px din-next-pro; }
#mobile-menu #mobile-search {height:0; overflow:hidden; }
#mobile-menu .mobile-search-holder {padding:0px 10px 20px 30px;}
#mobile-menu .mobile-search-input {width:200px; height:30px; font-size:12px; line-height:18px; border:0; border-radius:5px 0 0 5px;}
#mobile-menu .mobile-search-go {height:30px; width:30px; padding:0px; font-size:12px; line-height:30px; text-align:center; border-radius:0px 5px 5px 0px;}


@media screen and (min-width: 1100px) and (max-width:1280px) {
.shop-dropdown {width:100%; /*1080px;*/ }
.left-nav-holder { width:68.75%; float:left; padding:20px 40px 20px 40px; }
.left-nav > li {margin: 0 35px 0 0;}
.nav-featured-area {width:31.25%;  float:left; }
.nav-featured-area .featured-item {padding: 40px 40px 60px 20px; }
.nav-featured-area .featured-item-image img {width:100px;}
}
@media screen and (min-width: 980px) and (max-width:1125px) {
.shop-dropdown {width:100%; /*860px;*/ }
.left-nav-holder { width:100%; float:none; padding:20px 40px 20px 40px; }
.left-nav > li { margin: 0 20px 0 0;}
.nav-featured-area {width:100%;  float:none; background:#f3f3f3; display:table;}
a.nav-featured-area-link {display:table-cell; width:50%;}
.nav-featured-area .featured-item {padding: 40px 40px 60px 40px;}
.nav-featured-area .featured-item-image img {width:100px;}
.nav-featured-area .featured-item-heading {margin-top:0; margin-bottom:8px;}
.nav-featured-area .featured-item-1 {border-bottom:0; border-right:4px solid #fff;}
}
@media screen and (min-width: 769px) and (max-width:979px) {
.shop-dropdown {width:100%; /*640px;*/ }
.left-nav-holder { width:100%; float:none; padding:20px 30px; }
.left-nav > li { margin: 0 10px 0 0;}
.nav-featured-area {width:100%; display:table; float:none; background:#f3f3f3; display:table;}
a.nav-featured-area-link {display:table-cell; width:50%;}
.nav-featured-area .featured-item {padding: 20px 40px 30px 40px; }
.nav-featured-area .featured-item-image img {width:100px;}
.nav-featured-area .featured-item-1 {border:0; border-right:4px solid #fff;}
.nav-featured-area .featured-item-heading {margin-top:0; margin-bottom:8px;}
.nav-featured-area .featured-item-description {display:inherit; }
}
@media screen and (max-width: 768px) {
.shop-dropdown  {display:none !important;}
}

.alert-bar {display:none;}
.alert-bar .alert-bar__inner {width:1280px; margin:0 auto; max-width:100%;}
.alert-bar span.alert-bar-close {cursor:pointer; -webkit-transform:scale(2,1); /* Safari and Chrome */
    -moz-transform:scale(1.25,1); /* Firefox */
    -ms-transform:scale(1.25,1); /* IE 9 */
    -o-transform:scale(1.25,1); /* Opera */
    transform:scale(1.25,1); /* W3C */
	float: right; margin: 0px 0px 0; color: #fff; text-transform: uppercase; font-weight: 100; font-family: arial, helvetica, sans-serif; font-size: 18px; line-height: 24px; position:relative; top:9px; right: 55px;
}
.super-nav {position:relative; display:block; top:0; right:0; width:100%; background:#262729;  border-bottom:1px solid #404141;}
.super-nav .grid--full {width:1280px; margin:0 auto; max-width:100%;}
.super-nav .super-nav-left .left-msg {color:#fff; font-size:10px; line-height:30px; margin:0 0 0 55px; text-transform: uppercase;}
.super-nav .super-nav-right {text-align:right; padding-right:25px;}
.super-nav .super-nav-search {cursor:pointer;}
.super-nav .super-nav-right .super-nav-account, .super-nav .super-nav-right .super-nav-search, .super-nav .super-nav-right span a {color:#fff; font-size:10px; line-height:30px; text-transform:uppercase;}
.super-nav .super-nav-right .super-nav-account, .super-nav .super-nav-right .super-nav-search {margin:0 30px 0 0;}
.super-nav .super-nav-right span img {margin:0 4px 0 0; position:relative; top:2px;}

.super-nav #active-search { display:none; }
.super-nav .active-search-holder {padding:0px 30px 0px 0px;}
.super-nav .active-search-input {width:200px; background:#000000; padding-left:26px; background-image:url('super-nav-search.png'); background-repeat:no-repeat; background-position:10px center; height:28px; color:#fff; font-size:12px; line-height:18px; border:0; border-radius:5px 0 0 5px;}
.super-nav #active-search.show-search {display:inline-block;}
.super-nav .hide-search {display:none;}

@media screen and (max-width: 768px)  {
.super-nav {display:none;}
.alert-bar span.alert-bar-close { right:20px;}
}


/**
 * Body Inheritance Class -Remove header
 */
body.show--alert_bar #header {
  transform: translate3d(0, 0px, 0);
  -webkit-transform: translate3d(0, 0px, 0);
  position:relative;
}
body.show--alert_bar #alert-bar {
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  position:relative;
}

#header {background:rgba(37, 39, 41, 1);}
.header-inner {position:relative; width:1280px; margin:0 auto; max-width:100%;}
#header .header-left {padding:14px 30px 20px 55px;}
#header .header-right {padding-right:23px;}
@media screen and (min-width: 769px)  {
.menu-main li a {margin:0 30px 0 0;}
.menu-cart li a {padding:14px 32px;}
}

@media screen and (max-width: 768px)  {
#header .grid--full {display:flex;}
#header .grid__item { display:inline-block; float:none;}
}
/* END NEW NAV */

#preorder-biolite-2016-products .product-specs__body .border-bottom  {
  border-bottom: none;
}

@media screen and (min-width:737px) and (orientation:landscape){
  .template-product .product-featurette .product-featurette__content .spr-summary-actions-newreview, .template-product .product-featurette .product-featurette__content .spr-summary-actions-allreviews{
    left: auto;
    top: 65px;
  }
}

@media screen and (min-width:668px) and (max-width:737px) and (orientation:landscape){
  .template-product .product-featurette .product-featurette__content .spr-summary-actions-newreview, .template-product .product-featurette .product-featurette__content .spr-summary-actions-allreviews{
    left: 50px;
  }
}
