/** Shopify CDN: Minification failed

Line 2247:2 Expected identifier but found "*"
Line 6225:36 Unexpected "235"

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

  Jumpstart Theme

  Table of contents:

  1. BASICS
    1.1. Reset
    1.2. Variables
    1.3. Mixins
    1.4. Grid
    1.5. Helper classes
    1.6. Typography 
  2. STRUCTURE
    2.1. General
    2.2. Header
    2.3. Navigation
    2.4. Footer
    2.5. Objects
    2.6. Forms
  3. HOME PAGE
    3.1. General
    3.2. Crowdfunding
    3.3. Hero
    3.4. Image feature content
    3.5. Slideshow
    3.6. Page
    3.7. FAQ
    3.8. Features
    3.9. Clients
    3.10. Gallery
  4. TEMPLATES
    4.1. Blog
    4.2. Collections
    4.3. Cart
    4.4. Password
    4.5. Customer
  5. MAGNIFIC POPUP

============================================================================*/
/*-------------------------
    1. GENERAL
*------------------------*/
/*!
 *  1.1. Reset
*/
html, body, div, span, applet, object, iframe, h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0; }

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

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

a {
  text-decoration: none; }

/*!
 *  1.2. Variables
*/
/* -- Responsive -- */
/* -- Colors -- */
/* -- Typography -- */
/*!
 *  1.3. Mixins
*/
a, .nav-bar li a, .nav-bar li .btn__account a, svg, svg *, .btn, .video-overlay, .flexslider .slides img.full, .flex-control-nav li a, .jumpstart-accordion h4, .jumpstart-accordion .h4, .article, .article__title {
  -webkit-transition: color 60ms linear, background-color 60ms linear, fill 60ms linear, 60ms opacity linear;
  transition: color 60ms linear, background-color 60ms linear, fill 60ms linear, 60ms opacity linear; }

.header__custom hr:after, .home-section-title:after {
  content: "";
  display: block;
  width: 45px;
  height: 3px;
  background: #f04e23;
  margin-top: 25px; }
.text-center .header__custom hr:after, .header__custom .text-center hr:after, .text-center .home-section-title:after {
  margin-left: auto;
  margin-right: auto; }

@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0); }

  100% {
    -webkit-transform: scale(1);
    opacity: 0; } }

@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0); }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0; } }

/* SVG support on IE 9 & 10+ */
.ie9 img[src$=".svg"] {
  width: 100%; }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  img[src$=".svg"] {
    width: 100%; } }
/*!
 *  1.4. Grid
*/
.grid-margins {
  margin-top: -80px !important; }
  .grid-margins > .grid__item {
    margin-top: 80px; }

@media screen and (max-width: 767px) {
  .grid-margins {
    margin-top: -65px !important; }
    .grid-margins > .grid__item {
      margin-top: 65px; } }
@media screen and (max-width: 480px) {
  .grid-margins {
    margin-top: -50px !important; }
    .grid-margins > .grid__item {
      margin-top: 50px; } }
.grid__item.clear {
  clear: both; }

.grid, .grid--rev, .grid--full,
.grid-uniform {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-left: -8%; }
  .grid.small-gutter, .small-gutter.grid--rev, .small-gutter.grid--full,
  .grid-uniform.small-gutter {
    margin-left: -4.5%; }

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

.small-gutter .grid__item {
  padding-left: 4.5%; }

.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; }

/** Whole */
.one-whole {
  width: 100%; }

/* Halves */
.one-half {
  width: 50%; }

/* Thirds */
.one-third {
  width: 33.333%; }

.two-thirds {
  width: 66.666%; }

/* Quarters */
.one-quarter {
  width: 25%; }

.two-quarters {
  width: 50%; }

.three-quarters {
  width: 75%; }

/* Fifths */
.one-fifth {
  width: 20%; }

.two-fifths {
  width: 40%; }

.three-fifths {
  width: 60%; }

.four-fifths {
  width: 80%; }

/* Sixths */
.one-sixth {
  width: 16.666%; }

.two-sixths {
  width: 33.333%; }

.three-sixths {
  width: 50%; }

.four-sixths {
  width: 66.666%; }

.five-sixths {
  width: 83.333%; }

/* Eighths */
.one-eighth {
  width: 12.5%; }

.two-eighths {
  width: 25%; }

.three-eighths {
  width: 37.5%; }

.four-eighths {
  width: 50%; }

.five-eighths {
  width: 62.5%; }

.six-eighths {
  width: 75%; }

.seven-eighths {
  width: 87.5%; }

/* Tenths */
.one-tenth {
  width: 10%; }

.two-tenths {
  width: 20%; }

.three-tenths {
  width: 30%; }

.four-tenths {
  width: 40%; }

.five-tenths {
  width: 50%; }

.six-tenths {
  width: 60%; }

.seven-tenths {
  width: 70%; }

.eight-tenths {
  width: 80%; }

.nine-tenths {
  width: 90%; }

/* Twelfths */
.one-twelfth {
  width: 8.333%; }

.two-twelfths {
  width: 16.666%; }

.three-twelfths {
  width: 25%; }

.four-twelfths {
  width: 33.333%; }

.five-twelfths {
  width: 41.666%; }

.six-twelfths {
  width: 50%; }

.seven-twelfths {
  width: 58.333%; }

.eight-twelfths {
  width: 66.666%; }

.nine-twelfths {
  width: 75%; }

.ten-twelfths {
  width: 83.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; }

.center {
  float: none !important;
  margin-left: auto !important;
  margin-right: auto !important; }

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

  /* Halves */
  .small--one-half {
    width: 50%; }

  /* Thirds */
  .small--one-third {
    width: 33.333%; }

  .small--two-thirds {
    width: 66.666%; }

  /* Quarters */
  .small--one-quarter {
    width: 25%; }

  .small--two-quarters {
    width: 50%; }

  .small--three-quarters {
    width: 75%; }

  /* Fifths */
  .small--one-fifth {
    width: 20%; }

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

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

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

  /* Sixths */
  .small--one-sixth {
    width: 16.666%; }

  .small--two-sixths {
    width: 33.333%; }

  .small--three-sixths {
    width: 50%; }

  .small--four-sixths {
    width: 66.666%; }

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

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

  .small--two-eighths {
    width: 25%; }

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

  .small--four-eighths {
    width: 50%; }

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

  .small--six-eighths {
    width: 75%; }

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

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

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

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

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

  .small--five-tenths {
    width: 50%; }

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

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

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

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

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

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

  .small--three-twelfths {
    width: 25%; }

  .small--four-twelfths {
    width: 33.333%; }

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

  .small--six-twelfths {
    width: 50%; }

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

  .small--eight-twelfths {
    width: 66.666%; }

  .small--nine-twelfths {
    width: 75%; }

  .small--ten-twelfths {
    width: 83.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; }

  .small--center {
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important; }

  .grid-uniform .small--one-half:nth-child(2n+1),
  .grid-uniform .small--one-third:nth-child(3n+1),
  .grid-uniform .small--one-quarter:nth-child(4n+1),
  .grid-uniform .small--one-fifth:nth-child(5n+1),
  .grid-uniform .small--one-sixth: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), .grid-margins .small--one-half:nth-child(2n+1),
  .grid-margins .small--one-third:nth-child(3n+1),
  .grid-margins .small--one-quarter:nth-child(4n+1),
  .grid-margins .small--one-fifth:nth-child(5n+1),
  .grid-margins .small--one-sixth:nth-child(6n+1),
  .grid-margins .small--two-sixths:nth-child(3n+1),
  .grid-margins .small--three-sixths:nth-child(2n+1),
  .grid-margins .small--two-eighths:nth-child(4n+1),
  .grid-margins .small--four-eighths:nth-child(2n+1),
  .grid-margins .small--five-tenths:nth-child(2n+1),
  .grid-margins .small--one-twelfth:nth-child(12n+1),
  .grid-margins .small--two-twelfths:nth-child(6n+1),
  .grid-margins .small--three-twelfths:nth-child(4n+1),
  .grid-margins .small--four-twelfths:nth-child(3n+1),
  .grid-margins .small--six-twelfths:nth-child(2n+1) {
    clear: both; } }
@media only screen and (min-width: 481px) and (max-width: 767px) {
  /** Whole */
  .medium--one-whole {
    width: 100%; }

  /* Halves */
  .medium--one-half {
    width: 50%; }

  /* Thirds */
  .medium--one-third {
    width: 33.333%; }

  .medium--two-thirds {
    width: 66.666%; }

  /* Quarters */
  .medium--one-quarter {
    width: 25%; }

  .medium--two-quarters {
    width: 50%; }

  .medium--three-quarters {
    width: 75%; }

  /* Fifths */
  .medium--one-fifth {
    width: 20%; }

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

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

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

  /* Sixths */
  .medium--one-sixth {
    width: 16.666%; }

  .medium--two-sixths {
    width: 33.333%; }

  .medium--three-sixths {
    width: 50%; }

  .medium--four-sixths {
    width: 66.666%; }

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

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

  .medium--two-eighths {
    width: 25%; }

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

  .medium--four-eighths {
    width: 50%; }

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

  .medium--six-eighths {
    width: 75%; }

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

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

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

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

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

  .medium--five-tenths {
    width: 50%; }

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

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

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

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

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

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

  .medium--three-twelfths {
    width: 25%; }

  .medium--four-twelfths {
    width: 33.333%; }

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

  .medium--six-twelfths {
    width: 50%; }

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

  .medium--eight-twelfths {
    width: 66.666%; }

  .medium--nine-twelfths {
    width: 75%; }

  .medium--ten-twelfths {
    width: 83.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; }

  .medium--center {
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important; }

  .grid-uniform .medium--one-half:nth-child(2n+1),
  .grid-uniform .medium--one-third:nth-child(3n+1),
  .grid-uniform .medium--one-quarter:nth-child(4n+1),
  .grid-uniform .medium--one-fifth:nth-child(5n+1),
  .grid-uniform .medium--one-sixth: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), .grid-margins .medium--one-half:nth-child(2n+1),
  .grid-margins .medium--one-third:nth-child(3n+1),
  .grid-margins .medium--one-quarter:nth-child(4n+1),
  .grid-margins .medium--one-fifth:nth-child(5n+1),
  .grid-margins .medium--one-sixth:nth-child(6n+1),
  .grid-margins .medium--two-sixths:nth-child(3n+1),
  .grid-margins .medium--three-sixths:nth-child(2n+1),
  .grid-margins .medium--two-eighths:nth-child(4n+1),
  .grid-margins .medium--four-eighths:nth-child(2n+1),
  .grid-margins .medium--five-tenths:nth-child(2n+1),
  .grid-margins .medium--one-twelfth:nth-child(12n+1),
  .grid-margins .medium--two-twelfths:nth-child(6n+1),
  .grid-margins .medium--three-twelfths:nth-child(4n+1),
  .grid-margins .medium--four-twelfths:nth-child(3n+1),
  .grid-margins .medium--six-twelfths:nth-child(2n+1) {
    clear: both; } }
@media only screen and (max-width: 767px) {
  /** Whole */
  .medium-down--one-whole {
    width: 100%; }

  /* Halves */
  .medium-down--one-half {
    width: 50%; }

  /* Thirds */
  .medium-down--one-third {
    width: 33.333%; }

  .medium-down--two-thirds {
    width: 66.666%; }

  /* Quarters */
  .medium-down--one-quarter {
    width: 25%; }

  .medium-down--two-quarters {
    width: 50%; }

  .medium-down--three-quarters {
    width: 75%; }

  /* Fifths */
  .medium-down--one-fifth {
    width: 20%; }

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

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

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

  /* Sixths */
  .medium-down--one-sixth {
    width: 16.666%; }

  .medium-down--two-sixths {
    width: 33.333%; }

  .medium-down--three-sixths {
    width: 50%; }

  .medium-down--four-sixths {
    width: 66.666%; }

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

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

  .medium-down--two-eighths {
    width: 25%; }

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

  .medium-down--four-eighths {
    width: 50%; }

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

  .medium-down--six-eighths {
    width: 75%; }

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

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

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

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

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

  .medium-down--five-tenths {
    width: 50%; }

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

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

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

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

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

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

  .medium-down--three-twelfths {
    width: 25%; }

  .medium-down--four-twelfths {
    width: 33.333%; }

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

  .medium-down--six-twelfths {
    width: 50%; }

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

  .medium-down--eight-twelfths {
    width: 66.666%; }

  .medium-down--nine-twelfths {
    width: 75%; }

  .medium-down--ten-twelfths {
    width: 83.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; }

  .medium-down--center {
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important; }

  .grid-uniform .medium-down--one-half:nth-child(2n+1),
  .grid-uniform .medium-down--one-third:nth-child(3n+1),
  .grid-uniform .medium-down--one-quarter:nth-child(4n+1),
  .grid-uniform .medium-down--one-fifth:nth-child(5n+1),
  .grid-uniform .medium-down--one-sixth: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), .grid-margins .medium-down--one-half:nth-child(2n+1),
  .grid-margins .medium-down--one-third:nth-child(3n+1),
  .grid-margins .medium-down--one-quarter:nth-child(4n+1),
  .grid-margins .medium-down--one-fifth:nth-child(5n+1),
  .grid-margins .medium-down--one-sixth:nth-child(6n+1),
  .grid-margins .medium-down--two-sixths:nth-child(3n+1),
  .grid-margins .medium-down--three-sixths:nth-child(2n+1),
  .grid-margins .medium-down--two-eighths:nth-child(4n+1),
  .grid-margins .medium-down--four-eighths:nth-child(2n+1),
  .grid-margins .medium-down--five-tenths:nth-child(2n+1),
  .grid-margins .medium-down--one-twelfth:nth-child(12n+1),
  .grid-margins .medium-down--two-twelfths:nth-child(6n+1),
  .grid-margins .medium-down--three-twelfths:nth-child(4n+1),
  .grid-margins .medium-down--four-twelfths:nth-child(3n+1),
  .grid-margins .medium-down--six-twelfths:nth-child(2n+1) {
    clear: both; } }
@media only screen and (min-width: 768px) {
  /** Whole */
  .large--one-whole {
    width: 100%; }

  /* Halves */
  .large--one-half {
    width: 50%; }

  /* Thirds */
  .large--one-third {
    width: 33.333%; }

  .large--two-thirds {
    width: 66.666%; }

  /* Quarters */
  .large--one-quarter {
    width: 25%; }

  .large--two-quarters {
    width: 50%; }

  .large--three-quarters {
    width: 75%; }

  /* Fifths */
  .large--one-fifth {
    width: 20%; }

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

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

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

  /* Sixths */
  .large--one-sixth {
    width: 16.666%; }

  .large--two-sixths {
    width: 33.333%; }

  .large--three-sixths {
    width: 50%; }

  .large--four-sixths {
    width: 66.666%; }

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

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

  .large--two-eighths {
    width: 25%; }

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

  .large--four-eighths {
    width: 50%; }

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

  .large--six-eighths {
    width: 75%; }

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

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

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

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

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

  .large--five-tenths {
    width: 50%; }

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

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

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

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

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

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

  .large--three-twelfths {
    width: 25%; }

  .large--four-twelfths {
    width: 33.333%; }

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

  .large--six-twelfths {
    width: 50%; }

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

  .large--eight-twelfths {
    width: 66.666%; }

  .large--nine-twelfths {
    width: 75%; }

  .large--ten-twelfths {
    width: 83.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; }

  .large--center {
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important; }

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

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

/* Halves */
.push--one-half {
  left: 50%; }

/* Thirds */
.push--one-third {
  left: 33.333%; }

.push--two-thirds {
  left: 66.666%; }

/* Quarters */
.push--one-quarter {
  left: 25%; }

.push--two-quarters {
  left: 50%; }

.push--three-quarters {
  left: 75%; }

/* Fifths */
.push--one-fifth {
  left: 20%; }

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

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

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

/* Sixths */
.push--one-sixth {
  left: 16.666%; }

.push--two-sixths {
  left: 33.333%; }

.push--three-sixths {
  left: 50%; }

.push--four-sixths {
  left: 66.666%; }

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

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

.push--two-eighths {
  left: 25%; }

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

.push--four-eighths {
  left: 50%; }

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

.push--six-eighths {
  left: 75%; }

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

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

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

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

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

.push--five-tenths {
  left: 50%; }

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

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

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

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

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

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

.push--three-twelfths {
  left: 25%; }

.push--four-twelfths {
  left: 33.333%; }

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

.push--six-twelfths {
  left: 50%; }

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

.push--eight-twelfths {
  left: 66.666%; }

.push--nine-twelfths {
  left: 75%; }

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

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

@media only screen and (min-width: 481px) and (max-width: 767px) {
  /* Whole */
  .push--medium--one-whole {
    left: 100%; }

  /* Halves */
  .push--medium--one-half {
    left: 50%; }

  /* Thirds */
  .push--medium--one-third {
    left: 33.333%; }

  .push--medium--two-thirds {
    left: 66.666%; }

  /* Quarters */
  .push--medium--one-quarter {
    left: 25%; }

  .push--medium--two-quarters {
    left: 50%; }

  .push--medium--three-quarters {
    left: 75%; }

  /* Fifths */
  .push--medium--one-fifth {
    left: 20%; }

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

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

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

  /* Sixths */
  .push--medium--one-sixth {
    left: 16.666%; }

  .push--medium--two-sixths {
    left: 33.333%; }

  .push--medium--three-sixths {
    left: 50%; }

  .push--medium--four-sixths {
    left: 66.666%; }

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

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

  .push--medium--two-eighths {
    left: 25%; }

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

  .push--medium--four-eighths {
    left: 50%; }

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

  .push--medium--six-eighths {
    left: 75%; }

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

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

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

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

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

  .push--medium--five-tenths {
    left: 50%; }

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

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

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

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

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

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

  .push--medium--three-twelfths {
    left: 25%; }

  .push--medium--four-twelfths {
    left: 33.333%; }

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

  .push--medium--six-twelfths {
    left: 50%; }

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

  .push--medium--eight-twelfths {
    left: 66.666%; }

  .push--medium--nine-twelfths {
    left: 75%; }

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

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

  /* Halves */
  .push--medium-down--one-half {
    left: 50%; }

  /* Thirds */
  .push--medium-down--one-third {
    left: 33.333%; }

  .push--medium-down--two-thirds {
    left: 66.666%; }

  /* Quarters */
  .push--medium-down--one-quarter {
    left: 25%; }

  .push--medium-down--two-quarters {
    left: 50%; }

  .push--medium-down--three-quarters {
    left: 75%; }

  /* Fifths */
  .push--medium-down--one-fifth {
    left: 20%; }

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

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

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

  /* Sixths */
  .push--medium-down--one-sixth {
    left: 16.666%; }

  .push--medium-down--two-sixths {
    left: 33.333%; }

  .push--medium-down--three-sixths {
    left: 50%; }

  .push--medium-down--four-sixths {
    left: 66.666%; }

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

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

  .push--medium-down--two-eighths {
    left: 25%; }

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

  .push--medium-down--four-eighths {
    left: 50%; }

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

  .push--medium-down--six-eighths {
    left: 75%; }

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

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

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

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

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

  .push--medium-down--five-tenths {
    left: 50%; }

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

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

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

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

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

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

  .push--medium-down--three-twelfths {
    left: 25%; }

  .push--medium-down--four-twelfths {
    left: 33.333%; }

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

  .push--medium-down--six-twelfths {
    left: 50%; }

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

  .push--medium-down--eight-twelfths {
    left: 66.666%; }

  .push--medium-down--nine-twelfths {
    left: 75%; }

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

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

  /* Halves */
  .push--large--one-half {
    left: 50%; }

  /* Thirds */
  .push--large--one-third {
    left: 33.333%; }

  .push--large--two-thirds {
    left: 66.666%; }

  /* Quarters */
  .push--large--one-quarter {
    left: 25%; }

  .push--large--two-quarters {
    left: 50%; }

  .push--large--three-quarters {
    left: 75%; }

  /* Fifths */
  .push--large--one-fifth {
    left: 20%; }

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

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

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

  /* Sixths */
  .push--large--one-sixth {
    left: 16.666%; }

  .push--large--two-sixths {
    left: 33.333%; }

  .push--large--three-sixths {
    left: 50%; }

  .push--large--four-sixths {
    left: 66.666%; }

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

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

  .push--large--two-eighths {
    left: 25%; }

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

  .push--large--four-eighths {
    left: 50%; }

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

  .push--large--six-eighths {
    left: 75%; }

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

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

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

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

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

  .push--large--five-tenths {
    left: 50%; }

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

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

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

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

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

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

  .push--large--three-twelfths {
    left: 25%; }

  .push--large--four-twelfths {
    left: 33.333%; }

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

  .push--large--six-twelfths {
    left: 50%; }

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

  .push--large--eight-twelfths {
    left: 66.666%; }

  .push--large--nine-twelfths {
    left: 75%; }

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

  .push--large--eleven-twelfths {
    left: 91.666%; } }
[class*="pull--"] {
  position: relative;
  margin-left: -8% !important; }

/* Whole */
.pull--one-whole {
  right: 100%; }

/* Halves */
.pull--one-half {
  right: 50%; }

/* Thirds */
.pull--one-third {
  right: 33.333%; }

.pull--two-thirds {
  right: 66.666%; }

/* Quarters */
.pull--one-quarter {
  right: 25%; }

.pull--two-quarters {
  right: 50%; }

.pull--three-quarters {
  right: 75%; }

/* Fifths */
.pull--one-fifth {
  right: 20%; }

.pull--two-fifths {
  right: 40%; }

.pull--three-fifths {
  right: 60%; }

.pull--four-fifths {
  right: 80%; }

/* Sixths */
.pull--one-sixth {
  right: 16.666%; }

.pull--two-sixths {
  right: 33.333%; }

.pull--three-sixths {
  right: 50%; }

.pull--four-sixths {
  right: 66.666%; }

.pull--five-sixths {
  right: 83.333%; }

/* Eighths */
.pull--one-eighth {
  right: 12.5%; }

.pull--two-eighths {
  right: 25%; }

.pull--three-eighths {
  right: 37.5%; }

.pull--four-eighths {
  right: 50%; }

.pull--five-eighths {
  right: 62.5%; }

.pull--six-eighths {
  right: 75%; }

.pull--seven-eighths {
  right: 87.5%; }

/* Tenths */
.pull--one-tenth {
  right: 10%; }

.pull--two-tenths {
  right: 20%; }

.pull--three-tenths {
  right: 30%; }

.pull--four-tenths {
  right: 40%; }

.pull--five-tenths {
  right: 50%; }

.pull--six-tenths {
  right: 60%; }

.pull--seven-tenths {
  right: 70%; }

.pull--eight-tenths {
  right: 80%; }

.pull--nine-tenths {
  right: 90%; }

/* Twelfths */
.pull--one-twelfth {
  right: 8.333%; }

.pull--two-twelfths {
  right: 16.666%; }

.pull--three-twelfths {
  right: 25%; }

.pull--four-twelfths {
  right: 33.333%; }

.pull--five-twelfths {
  right: 41.666%; }

.pull--six-twelfths {
  right: 50%; }

.pull--seven-twelfths {
  right: 58.333%; }

.pull--eight-twelfths {
  right: 66.666%; }

.pull--nine-twelfths {
  right: 75%; }

.pull--ten-twelfths {
  right: 83.333%; }

.pull--eleven-twelfths {
  right: 91.666%; }

@media only screen and (min-width: 481px) and (max-width: 767px) {
  /* Whole */
  .pull--medium--one-whole {
    right: 100%; }

  /* Halves */
  .pull--medium--one-half {
    right: 50%; }

  /* Thirds */
  .pull--medium--one-third {
    right: 33.333%; }

  .pull--medium--two-thirds {
    right: 66.666%; }

  /* Quarters */
  .pull--medium--one-quarter {
    right: 25%; }

  .pull--medium--two-quarters {
    right: 50%; }

  .pull--medium--three-quarters {
    right: 75%; }

  /* Fifths */
  .pull--medium--one-fifth {
    right: 20%; }

  .pull--medium--two-fifths {
    right: 40%; }

  .pull--medium--three-fifths {
    right: 60%; }

  .pull--medium--four-fifths {
    right: 80%; }

  /* Sixths */
  .pull--medium--one-sixth {
    right: 16.666%; }

  .pull--medium--two-sixths {
    right: 33.333%; }

  .pull--medium--three-sixths {
    right: 50%; }

  .pull--medium--four-sixths {
    right: 66.666%; }

  .pull--medium--five-sixths {
    right: 83.333%; }

  /* Eighths */
  .pull--medium--one-eighth {
    right: 12.5%; }

  .pull--medium--two-eighths {
    right: 25%; }

  .pull--medium--three-eighths {
    right: 37.5%; }

  .pull--medium--four-eighths {
    right: 50%; }

  .pull--medium--five-eighths {
    right: 62.5%; }

  .pull--medium--six-eighths {
    right: 75%; }

  .pull--medium--seven-eighths {
    right: 87.5%; }

  /* Tenths */
  .pull--medium--one-tenth {
    right: 10%; }

  .pull--medium--two-tenths {
    right: 20%; }

  .pull--medium--three-tenths {
    right: 30%; }

  .pull--medium--four-tenths {
    right: 40%; }

  .pull--medium--five-tenths {
    right: 50%; }

  .pull--medium--six-tenths {
    right: 60%; }

  .pull--medium--seven-tenths {
    right: 70%; }

  .pull--medium--eight-tenths {
    right: 80%; }

  .pull--medium--nine-tenths {
    right: 90%; }

  /* Twelfths */
  .pull--medium--one-twelfth {
    right: 8.333%; }

  .pull--medium--two-twelfths {
    right: 16.666%; }

  .pull--medium--three-twelfths {
    right: 25%; }

  .pull--medium--four-twelfths {
    right: 33.333%; }

  .pull--medium--five-twelfths {
    right: 41.666%; }

  .pull--medium--six-twelfths {
    right: 50%; }

  .pull--medium--seven-twelfths {
    right: 58.333%; }

  .pull--medium--eight-twelfths {
    right: 66.666%; }

  .pull--medium--nine-twelfths {
    right: 75%; }

  .pull--medium--ten-twelfths {
    right: 83.333%; }

  .pull--medium--eleven-twelfths {
    right: 91.666%; } }
@media only screen and (max-width: 767px) {
  /* Whole */
  .pull--medium-down--one-whole {
    right: 100%; }

  /* Halves */
  .pull--medium-down--one-half {
    right: 50%; }

  /* Thirds */
  .pull--medium-down--one-third {
    right: 33.333%; }

  .pull--medium-down--two-thirds {
    right: 66.666%; }

  /* Quarters */
  .pull--medium-down--one-quarter {
    right: 25%; }

  .pull--medium-down--two-quarters {
    right: 50%; }

  .pull--medium-down--three-quarters {
    right: 75%; }

  /* Fifths */
  .pull--medium-down--one-fifth {
    right: 20%; }

  .pull--medium-down--two-fifths {
    right: 40%; }

  .pull--medium-down--three-fifths {
    right: 60%; }

  .pull--medium-down--four-fifths {
    right: 80%; }

  /* Sixths */
  .pull--medium-down--one-sixth {
    right: 16.666%; }

  .pull--medium-down--two-sixths {
    right: 33.333%; }

  .pull--medium-down--three-sixths {
    right: 50%; }

  .pull--medium-down--four-sixths {
    right: 66.666%; }

  .pull--medium-down--five-sixths {
    right: 83.333%; }

  /* Eighths */
  .pull--medium-down--one-eighth {
    right: 12.5%; }

  .pull--medium-down--two-eighths {
    right: 25%; }

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

  .pull--medium-down--four-eighths {
    right: 50%; }

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

  .pull--medium-down--six-eighths {
    right: 75%; }

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

  /* Tenths */
  .pull--medium-down--one-tenth {
    right: 10%; }

  .pull--medium-down--two-tenths {
    right: 20%; }

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

  .pull--medium-down--four-tenths {
    right: 40%; }

  .pull--medium-down--five-tenths {
    right: 50%; }

  .pull--medium-down--six-tenths {
    right: 60%; }

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

  .pull--medium-down--eight-tenths {
    right: 80%; }

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

  /* Twelfths */
  .pull--medium-down--one-twelfth {
    right: 8.333%; }

  .pull--medium-down--two-twelfths {
    right: 16.666%; }

  .pull--medium-down--three-twelfths {
    right: 25%; }

  .pull--medium-down--four-twelfths {
    right: 33.333%; }

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

  .pull--medium-down--six-twelfths {
    right: 50%; }

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

  .pull--medium-down--eight-twelfths {
    right: 66.666%; }

  .pull--medium-down--nine-twelfths {
    right: 75%; }

  .pull--medium-down--ten-twelfths {
    right: 83.333%; }

  .pull--medium-down--eleven-twelfths {
    right: 91.666%; } }
@media only screen and (min-width: 768px) {
  /* Whole */
  .pull--large--one-whole {
    right: 100%; }

  /* Halves */
  .pull--large--one-half {
    right: 50%; }

  /* Thirds */
  .pull--large--one-third {
    right: 33.333%; }

  .pull--large--two-thirds {
    right: 66.666%; }

  /* Quarters */
  .pull--large--one-quarter {
    right: 25%; }

  .pull--large--two-quarters {
    right: 50%; }

  .pull--large--three-quarters {
    right: 75%; }

  /* Fifths */
  .pull--large--one-fifth {
    right: 20%; }

  .pull--large--two-fifths {
    right: 40%; }

  .pull--large--three-fifths {
    right: 60%; }

  .pull--large--four-fifths {
    right: 80%; }

  /* Sixths */
  .pull--large--one-sixth {
    right: 16.666%; }

  .pull--large--two-sixths {
    right: 33.333%; }

  .pull--large--three-sixths {
    right: 50%; }

  .pull--large--four-sixths {
    right: 66.666%; }

  .pull--large--five-sixths {
    right: 83.333%; }

  /* Eighths */
  .pull--large--one-eighth {
    right: 12.5%; }

  .pull--large--two-eighths {
    right: 25%; }

  .pull--large--three-eighths {
    right: 37.5%; }

  .pull--large--four-eighths {
    right: 50%; }

  .pull--large--five-eighths {
    right: 62.5%; }

  .pull--large--six-eighths {
    right: 75%; }

  .pull--large--seven-eighths {
    right: 87.5%; }

  /* Tenths */
  .pull--large--one-tenth {
    right: 10%; }

  .pull--large--two-tenths {
    right: 20%; }

  .pull--large--three-tenths {
    right: 30%; }

  .pull--large--four-tenths {
    right: 40%; }

  .pull--large--five-tenths {
    right: 50%; }

  .pull--large--six-tenths {
    right: 60%; }

  .pull--large--seven-tenths {
    right: 70%; }

  .pull--large--eight-tenths {
    right: 80%; }

  .pull--large--nine-tenths {
    right: 90%; }

  /* Twelfths */
  .pull--large--one-twelfth {
    right: 8.333%; }

  .pull--large--two-twelfths {
    right: 16.666%; }

  .pull--large--three-twelfths {
    right: 25%; }

  .pull--large--four-twelfths {
    right: 33.333%; }

  .pull--large--five-twelfths {
    right: 41.666%; }

  .pull--large--six-twelfths {
    right: 50%; }

  .pull--large--seven-twelfths {
    right: 58.333%; }

  .pull--large--eight-twelfths {
    right: 66.666%; }

  .pull--large--nine-twelfths {
    right: 75%; }

  .pull--large--ten-twelfths {
    right: 83.333%; }

  .pull--large--eleven-twelfths {
    right: 91.666%; } }
/*!
 *  1.5. Helper classes
*/
.grid, .grid--rev, .grid--full,
.grid-uniform, .clearfix, .wrapper, .template-product .product-description, .nav-bar ul, .form__row, .home-section, .kickstarter__meta ul, .home-imagebox, .blog-list, .article__meta, .article__sharing, .comments-list, .comment, .product, .page__sharing {
  *zoom: 1; }
  .grid:before, .grid--rev:before, .grid--full:before,
  .grid-uniform:before, .clearfix:before, .wrapper:before, .template-product .product-description:before, .nav-bar ul:before, .form__row:before, .home-section:before, .kickstarter__meta ul:before, .home-imagebox:before, .blog-list:before, .article__meta:before, .article__sharing:before, .comments-list:before, .comment:before, .product:before, .page__sharing:before, .grid:after, .grid--rev:after, .grid--full:after,
  .grid-uniform:after, .clearfix:after, .wrapper:after, .template-product .product-description:after, .nav-bar ul:after, .form__row:after, .home-section:after, .kickstarter__meta ul:after, .home-imagebox:after, .blog-list:after, .article__meta:after, .article__sharing:after, .comments-list:after, .comment:after, .product:after, .page__sharing:after {
    content: " ";
    display: table; }
  .grid:after, .grid--rev:after, .grid--full:after,
  .grid-uniform:after, .clearfix:after, .wrapper:after, .template-product .product-description:after, .nav-bar ul:after, .form__row:after, .home-section:after, .kickstarter__meta ul:after, .home-imagebox:after, .blog-list:after, .article__meta:after, .article__sharing:after, .comments-list:after, .comment:after, .product:after, .page__sharing:after {
    clear: both; }

.hidden {
  display: none; }

.clear {
  clear: both; }

.fallback-text, .nav-bar li.btn__cart .text, .nav-bar li.btn__account .text {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0; }

* {
  box-sizing: border-box; }

.is-transitioning {
  display: block !important;
  visibility: visible !important; }

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

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

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

  .large--display-table-cell {
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    float: none; } }
.visually-hidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0; }

/*!
 *  1.6. Typography
*/
body,
input,
textarea,
button,
select {
  font-size: 14px;
  line-height: 1.6;
  font-family: "Open Sans", sans-serif;
  color: #343434;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%; }

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  display: block;
  font-family: "HK Grotesk Pro", "Open Sans", sans-serif;
  margin: 0 0 0.5em;
  line-height: 1.2;
  color: #111111; }
  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; }

/* -- Headings -- */
h1, .h1 {
  font-size: 2.85714em; }
  @media screen and (max-width: 767px) {
    h1, .h1 {
      font-size: 2.28571em; } }
  @media screen and (max-width: 480px) {
    h1, .h1 {
      font-size: 1.57143em; } }

h2, .h2 {
  font-size: 2.42857em; }
  @media screen and (max-width: 767px) {
    h2, .h2 {
      font-size: 2em; } }
  @media screen and (max-width: 480px) {
    h2, .h2 {
      font-size: 1.57143em; } }

h3, .h3 {
  font-size: 1.71429em; }
  @media screen and (max-width: 480px) {
    h3, .h3 {
      font-size: 1.28571em; } }

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

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

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

/* -- Other -- */
p {
  margin: 0 0 30px 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; }

a {
  color: #f04e23; }
  a:hover {
    color: #d2370e; }

.icon-svg {
  display: inline-block;
  width: 25px;
  height: 25px; }

.icon-svg-pdf {
  background-image: url("https://cdn.shopify.com/s/files/1/0095/4332/files/pdf-flat.svg");
  background-position: center center;
  margin: 0px 0px -6px 7px; }

/* -- Blockquotes -- */
blockquote {
  font-size: 1.125em;
  line-height: 1.45;
  font-style: italic;
  margin: 0 0 30px;
  padding: 15px 30px;
  border-left: 1px solid #e9e9e9; }
  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 -- */
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; }

/* -- Lists -- */
ul, ol {
  margin: 0 0 15px 20px;
  padding: 0; }

ol {
  list-style: decimal; }

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

li {
  margin-bottom: 0.25em; }

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

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

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

.no-bullets {
  list-style: none outside;
  margin-left: 0; }

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

/* -- RTE -- */
.rte ol, .rte ul {
  margin: 0 0 25px 20px;
  padding: 0;
  list-style-position: outside; }
.rte ul.list-unstyled, .rte ol.list-unstyled {
  list-style: none;
  margin: 0; }
.rte ol {
  list-style-type: decimal; }
  .rte ol ol {
    list-style-type: lower-alpha; }
.rte ul {
  list-style-type: disc; }
.rte li {
  margin-bottom: 0; }
.rte > *:last-child {
  margin-bottom: 0; }

.text-center ol, .text-center ul {
  list-style-position: inside;
  margin-left: 0; }

/*-------------------------
    2. STRUCTURE
*------------------------*/
/*!
 *  2.1. General
*/
html {
  background-color: white; }

body {
  width: 100%;
  overflow-x: hidden;
  background-color: white; }

i {
  font-style: italic; }

/* -- Main content -- */
.main-content {
  display: block;
  overflow: hidden;
  /*min-height: 79.8vh;*/ }
  .template-password .main-content {
    overflow: visible; }

.wrapper, .template-product .product-description {
  max-width: 1500px;
  margin: 0 auto;
  position: relative;
  z-index: 99; }
  .wrapper .readable-width, .template-product .product-description .readable-width {
    max-width: 800px;
    margin: auto; }
  .wrapper.wrapper--margins, .template-product .wrapper--margins.product-description {
    padding: 30px 0 150px; }
    .home-section:first-child .wrapper.wrapper--margins, .home-section:first-child .template-product .wrapper--margins.product-description, .template-product .home-section:first-child .wrapper--margins.product-description {
      padding: 280px 0; }
      @media screen and (max-width: 767px) {
        .home-section:first-child .wrapper.wrapper--margins, .home-section:first-child .template-product .wrapper--margins.product-description, .template-product .home-section:first-child .wrapper--margins.product-description {
          padding: 180px 0; } }
      @media screen and (max-width: 480px) {
        .home-section:first-child .wrapper.wrapper--margins, .home-section:first-child .template-product .wrapper--margins.product-description, .template-product .home-section:first-child .wrapper--margins.product-description {
          padding: 150px 0 40px; } }
    @media screen and (max-width: 1025px) {
      .home-product .wrapper.wrapper--margins, .home-product .template-product .wrapper--margins.product-description, .template-product .home-product .wrapper--margins.product-description {
        padding-top: 0; } }
    .template-password .wrapper.wrapper--margins, .template-password .template-product .wrapper--margins.product-description, .template-product .template-password .wrapper--margins.product-description {
      padding-top: 100px; }
  .wrapper.wrapper--mini, .template-product .wrapper--mini.product-description {
    max-width: 900px;
    margin: auto; }
  .wrapper.wrapper--center, .template-product .wrapper--center.product-description {
    max-width: 340px;
    margin: auto !important; }
    @media screen and (max-width: 400px) {
      .wrapper.wrapper--center, .template-product .wrapper--center.product-description {
        margin: auto 30px !important; } }
  @media screen and (max-width: 1400px) {
    .wrapper, .template-product .product-description {
      /*margin: 0 2%;*/ }
      .wrapper.wrapper--margins, .template-product .wrapper--margins.product-description {
        padding: 30px; } }
  @media screen and (max-width: 1025px) {
    .wrapper, .template-product .product-description, .wrapper.wrapper--mini, .template-product .wrapper--mini.product-description {
      margin: 0 40px; }
    .wrapper.wrapper--margins, .template-product .wrapper--margins.product-description {
      padding: 45px 0 110px; } }
  @media screen and (max-width: 480px) {
    .wrapper, .template-product .product-description, .wrapper.wrapper--mini, .template-product .wrapper--mini.product-description {
      margin: 0 10px; }
    .wrapper.wrapper--margins, .template-product .wrapper--margins.product-description {
      padding: 60px 0 50px; } }

/*added 10/20/2021*/
.product .tab-pane {
  margin: 5% 0; }

.product .wrapper, .product .template-product .product-description, .template-product .product .product-description {
  max-width: 1400px;
  margin: auto;
  padding-left: 5% !important;
  padding-right: 5% !important;
  padding-top: 5%; }

/*end add*/
/*!
 *  2.2. Header
*/
.site-header {
  position: absolute;
  z-index: 9999;
  width: 100%;
  height: 100px; }
  .site-header .wrapper, .site-header .template-product .product-description, .template-product .site-header .product-description {
    height: 100%; }
  .site-header.sticky {
    position: fixed;
    top: 0;
    left: 0;
    height: 70px;
    -webkit-transform: translate3d(0, -70px, 0);
    -ms-transform: translate3d(0, -70px, 0);
    transform: translate3d(0, -70px, 0);
    background: #fff;
    border-bottom: 1px solid #e9e9e9; }
    .site-header.sticky.active {
      -webkit-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); }
    .site-header.sticky.animate {
      transition: transform 250ms linear; }
  .site-header.mobile {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    height: 70px; }

.site-header__logo {
  text-align: left;
  margin: 0 auto !important;
  max-width: 400px;
  font-size: 1.85714em;
  position: absolute;
  left: 0;
  top: 0;
  height: 100px;
  display: table; }
  .site-header__logo.use-image {
    max-width: px; }
  .site-header__logo img {
    margin: 0 auto;
    width: 100%; }
  .site-header__logo a.site-header__logo-text {
    line-height: 1.2;
    position: relative;
    top: 0;
    display: table-cell;
    vertical-align: middle; }
    .is-light .site-header__logo a.site-header__logo-text {
      color: #fff; }
      .is-light .site-header__logo a.site-header__logo-text:hover {
        color: #f04e23; }
    .is-light .created-by-js .site-header__logo a.site-header__logo-text, .is-light .sticky .site-header__logo a.site-header__logo-text {
      color: #f04e23; }
    .created-by-js .site-header__logo a.site-header__logo-text:hover, .sticky .site-header__logo a.site-header__logo-text:hover {
      color: #d2370e; }
  @media screen and (max-width: 480px) {
    .site-header__logo {
      max-width: calc(100% - 80px); } }
  .site-header__logo .logo--has-inverted {
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    height: 0;
    width: 0; }
    .created-by-js .site-header__logo .logo--has-inverted, .sticky .site-header__logo .logo--has-inverted {
      opacity: 1;
      visibility: visible;
      overflow: visible;
      height: auto;
      width: auto; }
  .created-by-js .site-header__logo .logo--inverted, .sticky .site-header__logo .logo--inverted {
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    height: 0;
    width: 0; }

.sticky.site-header .site-header__logo {
  height: 70px; }
  .sticky.site-header .site-header__logo a {
    height: 45px; }
  .sticky.site-header .site-header__logo a.site-header__logo-text {
    font-size: 0.8em;
    position: relative;
    top: 0; }
  .sticky.site-header .site-header__logo img {
    max-height: 100%;
    width: auto;
    margin: 0; }

.sticky.site-header .site-header__logo.use-image {
  top: 0;
  height: 100%; }

.sticky.site-header .nav-bar {
  bottom: 25px; }

.holiday-popup {
  background: #560101;
  color: white;
  padding: 0 10px;
  font-size: 0.85em;
  position: absolute;
  /*bottom: -13px;*/
  width: 100%;
  text-align: center;
  z-index: 900; }

.holiday-popup.holiday-warning {
  background: #243131; }

/* -- Header hero in pages -- */
.header__custom {
  background: #f4f4f4;
  text-align: center;
  padding-top: 50px; }
  .header__custom h1, .header__custom .h1 {
    margin: 0; }
  .header__custom hr {
    position: absolute;
    left: 50%;
    margin-left: -22px;
    border: none; }
  .header__custom span {
    display: block;
    font-size: 1.14286em;
    margin: 15px 0 -5px; }
    @media screen and (min-width: 480px) {
      .header__custom span {
        margin: 5px 0 -15px;
        font-size: 1em;
        line-height: 1.4; } }

.vertical-align {
  display: flex;
  align-items: center;
  margin: auto; }

.vertical-align-until-xs, .vertical-align-until-sm, .vertical-align-until-md {
  display: block; }

@media (min-width: 768px) {
  .vertical-align-until-xs {
    display: flex;
    align-items: center; } }
@media (min-width: 992px) {
  .vertical-align-until-sm {
    display: flex;
    align-items: center; } }
@media (min-width: 1200px) {
  .vertical-align-until-md {
    display: flex;
    align-items: center; } }
.parallax-bg {
  position: relative;
  overflow: hidden; }

.prlx-bg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }
  .prlx-bg img {
    display: none; }

.prlx-txt {
  z-index: 99;
  position: relative; }

/*!
 *  2.3. Navigation
*/
.dropdown-menu .tab-accordion {
  padding: 0; }

.tab-accordion {
  padding-top: 5%; }
  .tab-accordion .panel-heading {
    display: none; }
  .tab-accordion .panel-body {
    padding: 0; }
  .tab-accordion .panel-collapse {
    -webkit-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.35s;
    -o-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease; }
  .tab-accordion .collapse {
    opacity: 0; }
  .tab-accordion .collapse.in {
    opacity: 1; }
  .tab-accordion .collapsing {
    position: relative;
    height: auto;
    opacity: 0; }
  .tab-accordion .panel-title a {
    padding: 2% 5%; }
  .tab-accordion .product-menu-logo {
    max-width: 200px; }
  .tab-accordion .panel {
    border: none;
    box-shadow: none;
    -webkit-box-shadow: none; }
  .tab-accordion .panel-default > .panel-heading {
    padding: 0; }
  .tab-accordion .panel-heading .accordion-toggle.collapsed:after {
    content: "\e080"; }
  .tab-accordion .panel-heading:hover {
    background-color: #e0e0e0;
    -webkit-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.35s;
    -o-transition-duration: 0.35s;
    transition-duration: 0.35s; }
  .tab-accordion .panel-title a.collapsed {
    font-weight: normal;
    color: gray; }
  .tab-accordion .panel-title a, .tab-accordion .panel-title a.collapsed:hover {
    color: black;
    font-weight: bold;
    text-decoration: none;
    -webkit-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.35s;
    -o-transition-duration: 0.35s;
    transition-duration: 0.35s; }
  .tab-accordion .comparison-chart .panel-heading img {
    /*padding: 1% 0 5% 0;*/
    width: 100%;
    padding: 0;
    vertical-align: middle; }
  .tab-accordion .panel img {
    padding: 1% 0 5% 0; }
  .tab-accordion .panel-group .panel + .panel {
    margin-top: 0; }
  .tab-accordion .panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top: none; }
  .tab-accordion .tab-accordion.wrapper, .tab-accordion .template-product .tab-accordion.product-description, .template-product .tab-accordion .tab-accordion.product-description {
    max-width: 1400px;
    padding: 10% 2%; }
  .tab-accordion .nav-pills > li > a {
    color: #b0b2b4;
    background-color: transparent;
    text-align: right;
    padding: 0 0px 2% 0;
    margin-bottom: 8%; }
  .tab-accordion .nav-pills > li > a.collapsed:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    opacity: 0;
    background-color: gray;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    transform-origin: right; }
  .tab-accordion .nav-pills > li > a:hover:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    opacity: 1; }
  .tab-accordion .nav > li > a {
    color: black;
    /*border-bottom: 2px solid gray;*/
    background-color: transparent; }
  .tab-accordion .nav > li > a:hover, .tab-accordion .nav > li > a:active, .tab-accordion .nav > li > a:focus {
    color: black;
    background-color: transparent; }
  .tab-accordion .nav-pills > li > a:before {
    visibility: visible;
    transform: scaleX(1);
    background-color: #000;
    opacity: 1;
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s; }
  .tab-accordion .responsive-tabs-container .accordion-link {
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #c7c7c7; }
  .tab-accordion nav {
    /*width: 25%;
    align-self: flex-start;*/
    padding-left: 15px; }
  .tab-accordion .menu .title {
    text-transform: uppercase;
    font-size: 1.71429em;
    text-align: right;
    float: none;
    font-weight: bold;
    margin-bottom: 23px; }
  .tab-accordion .tab-content {
    /*width: 70%;*/ }
  .tab-accordion .tab-content > .active {
    /*display:flex;*/
    opacity: 1;
    align-items: center;
    margin: auto; }
  .tab-accordion .accordion-link:after {
    font-family: 'Glyphicons Halflings';
    content: "\e080";
    float: right;
    color: grey; }
  .tab-accordion .accordion-link.active:after {
    content: "\e114"; }

@media screen and (max-width: 767px) {
  .tab-accordion {
    padding: 0; }
    .tab-accordion .collapsing {
      position: relative;
      height: 0;
      overflow: hidden;
      -webkit-transition-property: height, visibility;
      -o-transition-property: height, visibility;
      transition-property: height, visibility;
      -webkit-transition-duration: 0.35s;
      -o-transition-duration: 0.35s;
      transition-duration: 0.35s;
      -webkit-transition-timing-function: ease;
      -o-transition-timing-function: ease;
      transition-timing-function: ease; }
    .tab-accordion .panel-heading {
      display: block; }
    .tab-accordion .panel {
      border: 1px solid #dddddd;
      margin-bottom: 0; }
    .tab-accordion .panel-default > .panel-heading + .panel-collapse > .panel-body {
      border-top: 1px solid #dddddd; }
    .tab-accordion .nav-pills > li > a {
      text-align: left; }
    .tab-accordion .menu .title {
      text-align: left; }
    .tab-accordion .panel-group .panel + .panel {
      margin-top: 5px; }
    .tab-accordion .comparison-chart .panel-heading img {
      width: 100%; }
    .tab-accordion .panel-body {
      padding: 15px; } }
.nav-bar {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  display: table;
  -webkit-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px); }
  .nav-bar ul {
    margin: 0; }
    .site-header--classic .nav-bar ul {
      display: table-cell;
      vertical-align: middle; }
  .nav-bar li {
    float: left;
    font: 0.92857em "Open Sans", sans-serif;
    text-transform: uppercase;
    position: relative;
    margin: 0 15px; }
    .nav-bar li:last-child {
      margin-right: 0; }
    .nav-bar li a, .nav-bar li .btn__account a {
      padding: 5px;
      position: relative;
      color: #111111; }
      .is-light .nav-bar li a, .is-light .nav-bar li .btn__account a {
        color: white; }
      .is-dark .nav-bar li a, .is-dark .nav-bar li .btn__account a {
        color: black; }
      .nav-bar li a:hover, .nav-bar li .btn__account a:hover {
        color: #f04e23; }
        .is-light .created-by-js .nav-bar li a:hover, .is-light .created-by-js .nav-bar li .btn__account a:hover {
          color: #f04e23; }
        .is-dark .created-by-js .nav-bar li a:hover, .is-dark .created-by-js .nav-bar li .btn__account a:hover {
          color: #f04e23; }
        .nav-bar li a:hover svg *, .nav-bar li .btn__account a:hover svg * {
          fill: #f5886b; }
      .is-light .created-by-js .nav-bar li a, .is-light .created-by-js .nav-bar li .btn__account a {
        color: #111111; }
      .is-dark .created-by-js .nav-bar li a, .is-dark .created-by-js .nav-bar li .btn__account a {
        color: #111111; }
      .nav-bar li a:after, .nav-bar li a.site-nav--active:after, .nav-bar li .btn__account a:after, .nav-bar li .btn__account a.site-nav--active:after {
        content: "";
        display: block;
        position: absolute;
        background: #f04e23;
        width: calc(100% - 10px);
        bottom: 0;
        left: 5px;
        height: 0;
        transition: 200ms linear height; }
      .nav-bar li a:hover:after, .nav-bar li a.site-nav--active:after, .nav-bar li .btn__account a:hover:after, .nav-bar li .btn__account a.site-nav--active:after {
        height: 2px; }
      .nav-bar li a.site-nav--active, .nav-bar li .btn__account a.site-nav--active {
        color: #111111 !important; }
        .is-light .nav-bar li a.site-nav--active, .is-light .nav-bar li .btn__account a.site-nav--active {
          color: white !important; }
        .is-dark .nav-bar li a.site-nav--active, .is-dark .nav-bar li .btn__account a.site-nav--active {
          color: black !important; }
        .is-light .created-by-js .nav-bar li a.site-nav--active, .is-light .created-by-js .nav-bar li .btn__account a.site-nav--active {
          color: #111111 !important; }
        .is-dark .created-by-js .nav-bar li a.site-nav--active, .is-dark .created-by-js .nav-bar li .btn__account a.site-nav--active {
          color: #111111 !important; }
      .nav-bar li a.site-nav--active:after, .nav-bar li .btn__account a.site-nav--active:after {
        background: #111111; }
        .is-light .nav-bar li a.site-nav--active:after, .is-light .nav-bar li .btn__account a.site-nav--active:after {
          background: white; }
        .is-dark .nav-bar li a.site-nav--active:after, .is-dark .nav-bar li .btn__account a.site-nav--active:after {
          background: black; }
        .is-light .created-by-js .nav-bar li a.site-nav--active:after, .is-light .created-by-js .nav-bar li .btn__account a.site-nav--active:after {
          background: #111111; }
        .is-dark .created-by-js .nav-bar li a.site-nav--active:after, .is-dark .created-by-js .nav-bar li .btn__account a.site-nav--active:after {
          background: #111111; }
      .nav-bar li a.btn:after, .nav-bar li .btn__account a.btn:after {
        display: none; }
    .is-light .nav-bar li a.btn--dark {
      color: white;
      border-color: white; }
    .is-dark .nav-bar li a.btn--dark {
      color: black;
      border-color: black; }
    .is-light .created-by-js .nav-bar li a.btn--dark {
      color: black;
      border-color: black; }
    .is-dark .created-by-js .nav-bar li a.btn--dark {
      color: black;
      border-color: black; }
    .is-light .nav-bar li a.btn--dark:hover {
      color: black;
      background: white; }
    .is-dark .nav-bar li a.btn--dark:hover {
      color: white;
      background: black; }
    .is-light .created-by-js .nav-bar li a.btn--dark:hover {
      color: white;
      background: black; }
    .is-dark .created-by-js .nav-bar li a.btn--dark:hover {
      color: white;
      background: black; }
    .nav-bar li.btn__buy {
      margin: -20px 0 0px 30px;
      position: relative;
      top: 10px;
      float: right;
      height: auto; }
      .nav-bar li.btn__buy .btn--light {
        color: white;
        border-color: white; }
        .nav-bar li.btn__buy .btn--light:hover {
          background: white;
          border-color: white;
          color: black !important; }
    .nav-bar li.btn__cart a {
      text-align: center;
      width: 20px;
      display: inline-block;
      padding: 0;
      font-size: 0.85714em;
      font-weight: 700; }
      .nav-bar li.btn__cart a:after {
        background: none; }
    .nav-bar li.btn__cart .icon {
      position: absolute;
      top: -10px;
      left: 0;
      display: block;
      width: 20px; }
    .nav-bar li.btn__cart svg {
      position: absolute;
      top: -10px;
      left: 0; }
    .nav-bar li.btn__account {
      height: 16px; }
      .nav-bar li.btn__account a {
        padding: 0;
        top: -6px;
        position: relative; }
        .nav-bar li.btn__account a:after {
          display: none !important; }
  .nav-bar .link-list {
    display: none; }
  .site-header--drawer .nav-bar {
    position: fixed;
    width: 370px;
    height: 100%;
    top: 0;
    right: 0;
    background: black;
    padding: 75px;
    display: block;
    -webkit-transform: translate3d(370px, 0px, 0px);
    -ms-transform: translate3d(370px, 0px, 0px);
    transform: translate3d(370px, 0px, 0px); }
    .site-header--drawer .nav-bar.opened {
      -webkit-transform: translate3d(0px, 0px, 0px);
      -ms-transform: translate3d(0px, 0px, 0px);
      transform: translate3d(0px, 0px, 0px); }
    .site-header--drawer .nav-bar.animate {
      transition: transform 200ms linear; }
    @media screen and (max-width: 767px) {
      .site-header--drawer .nav-bar {
        padding: 60px; } }
    @media screen and (max-width: 370px) {
      .site-header--drawer .nav-bar {
        width: 100%; } }
    .site-header--drawer .nav-bar ul {
      position: relative; }
    .site-header--drawer .nav-bar li {
      text-transform: none;
      margin: 0 0 18px;
      float: none; }
      .site-header--drawer .nav-bar li a {
        color: white; }
        .site-header--drawer .nav-bar li a:hover {
          color: #f04e23; }
        .site-header--drawer .nav-bar li a.site-nav--active {
          color: white !important; }
          .site-header--drawer .nav-bar li a.site-nav--active:after {
            background: white !important; }
      .site-header--drawer .nav-bar li > a.site-nav__link {
        font-size: 1.57143em; }
      .site-header--drawer .nav-bar li.btn__buy {
        font-size: 1em;
        text-transform: uppercase;
        position: static;
        margin: 0; }
      .site-header--drawer .nav-bar li.btn__cart, .site-header--drawer .nav-bar li.btn__account {
        position: relative;
        width: 100%;
        height: 60px;
        border-top: 1px solid #343434;
        border-bottom: 1px solid #343434;
        margin: 0 auto -1px; }
        .site-header--drawer .nav-bar li.btn__cart a, .site-header--drawer .nav-bar li.btn__account a {
          width: 100%;
          line-height: 60px;
          color: white;
          display: inline-block;
          text-align: left; }
          .site-header--drawer .nav-bar li.btn__cart a:before, .site-header--drawer .nav-bar li.btn__account a:before {
            top: 21px;
            background: white; }
        .site-header--drawer .nav-bar li.btn__cart .icon, .site-header--drawer .nav-bar li.btn__account .icon {
          line-height: 1.3;
          top: 24px;
          text-align: center; }
        .site-header--drawer .nav-bar li.btn__cart .text, .site-header--drawer .nav-bar li.btn__account .text {
          display: inline;
          font-size: 1.35em;
          position: relative;
          left: 53px; }
        .site-header--drawer .nav-bar li.btn__cart svg *, .site-header--drawer .nav-bar li.btn__account svg * {
          fill: white; }
        .site-header--drawer .nav-bar li.btn__cart a:hover svg *, .site-header--drawer .nav-bar li.btn__cart a:hover, .site-header--drawer .nav-bar li.btn__account a:hover svg *, .site-header--drawer .nav-bar li.btn__account a:hover {
          fill: #f04e23;
          color: #f04e23; }
      .site-header--drawer .nav-bar li.btn__account .text {
        font-size: 1.157em;
        font-weight: 700;
        position: relative;
        top: 6px; }
      .site-header--drawer .nav-bar li.btn__account .icon {
        position: absolute;
        top: 22px; }
      .site-header--drawer .nav-bar li:not(.btn__cart) + .btn__cart, .site-header--drawer .nav-bar li:not(.btn__cart) + .btn__account {
        margin-top: 40px; }
    .site-header--drawer .nav-bar .link-list {
      display: block;
      margin-top: 35px; }
      .site-header--drawer .nav-bar .link-list a {
        display: block;
        font-size: 1.07143em;
        color: #bfbfbf;
        margin: 10px 0;
        font-weight: 600; }
        .site-header--drawer .nav-bar .link-list a:hover {
          color: #f04e23; }

.js .site-header--classic .site-nav, .js
.site-header--classic .site-header__logo {
  opacity: 0;
  -webkit-transition: opacity 0.15s ease-in;
  -moz-transition: opacity 0.15s ease-in; }
.no-js .site-header--classic .site-nav, .no-js
.site-header--classic .site-header__logo {
  opacity: 1; }

.sticky .site-nav,
.sticky .site-header__logo {
  opacity: 1 !important; }

.site-header--classic #menu-opener {
  display: none; }

.lines-button {
  display: inline-block;
  padding: 22px;
  transition: .3s;
  cursor: pointer;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 999999;
  background: black;
  width: 70px;
  height: 70px; }
  .lines-button:active {
    transition: 0; }
  .lines-button:hover .lines {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center; }

.lines {
  display: inline-block;
  width: 28px;
  height: 4px;
  transition: 300ms;
  background: white;
  position: relative; }
  .lines:before, .lines:after {
    display: inline-block;
    width: 28px;
    height: 4px;
    transition: 300ms;
    background: white;
    position: absolute;
    left: 0;
    content: "";
    -webkit-transform-original: 2px center;
    -ms-transform-original: 2px center;
    transform-original: 2px center; }
  .lines:before {
    top: 7px; }
  .lines:after {
    top: -7px; }

.lines-button.opened .lines {
  background: transparent; }
  .lines-button.opened .lines:before, .lines-button.opened .lines:after {
    transform-origin: 50% 50%;
    top: 0;
    width: 28px; }
  .lines-button.opened .lines:before {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    -ms-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg); }
  .lines-button.opened .lines:after {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    -ms-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg); }

.site-nav__dropdown {
  display: block;
  opacity: 0; }
  .site-header--classic .site-nav__dropdown {
    position: absolute;
    top: 20px;
    left: 50%;
    width: 100px;
    height: auto;
    margin-left: -50px;
    padding-top: 5px;
    text-align: center; }
    .site-header--classic .site-nav__dropdown > div {
      background: #eee;
      padding: 12px 25px 10px;
      border-radius: 3px;
      position: relative;
      top: 5px; }
    .site-header--classic .site-nav__dropdown .arrow {
      top: 0;
      left: 50%;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-color: rgba(238, 238, 238, 0);
      border-bottom-color: #eee;
      border-width: 5px;
      margin-left: -5px; }
    .site-header--classic .site-nav__dropdown li {
      display: block;
      float: none;
      margin: 10px 0; }
      .is-light .site-header--classic .site-nav__dropdown li a {
        color: black; }
      .is-dark .site-header--classic .site-nav__dropdown li a {
        color: black; }
      .site-header--classic .site-nav__dropdown li a:hover {
        color: #f04e23; }
      .site-header--classic .site-nav__dropdown li a.site-nav--active {
        font-weight: 700; }
        .is-light .site-header--classic .site-nav__dropdown li a.site-nav--active {
          color: black !important; }
        .is-dark .site-header--classic .site-nav__dropdown li a.site-nav--active {
          color: black !important; }
  .site-header--drawer .site-nav__dropdown {
    margin: 0 !important;
    width: auto !important;
    padding-top: 10px; }
    .site-header--drawer .site-nav__dropdown li {
      font-size: 0.75em;
      margin: 10px 15px; }
    .site-header--drawer .site-nav__dropdown .arrow {
      display: none; }

.site-header--classic li.site-nav--has-dropdown a:after {
  display: none !important; }

body.opened-drawer {
  overflow: hidden; }
  body.opened-drawer .nav-bar {
    overflow-y: auto; }

/* ====== Quick Cart ===== */
.icon-shopping-cart {
  margin-right: 5px; }

ul#nav li.account {
  float: right; }

ul#nav li.cart-overview {
  float: right;
  position: relative; }

/* refer to theme.js.liquid for how the quick cart is shown */
/*ul#nav li.cart-overview:hover #crt { display: block; }*/
#crt {
  position: absolute;
  right: 0;
  z-index: 1000;
  width: 280px;
  display: none;
  background: #fff;
  margin-top: 0px; }

ul#nav li #crt a {
  color: #444444 !important; }

ul#nav li #crt a.remove_item {
  color: #dbdbdb !important; }

ul#nav li #crt a:hover {
  color: black !important; }

ul#nav li #crt a.checkout-link {
  padding: 20px;
  height: 72px;
  color: white !important;
  background: #7c0606 !important;
  vertical-align: middle; }

ul#nav li #crt a.checkout-link:hover {
  background: #c31212 !important; }

#crt a {
  color: #444;
  background: #fff; }

#crt .checkout-link {
  background: #670404;
  line-height: 40px;
  width: 100%;
  clear: left;
  text-align: center;
  display: block;
  color: white;
  font-weight: bolder;
  font-size: 15px; }

#crt .checkout-link:hover {
  background: #C70000; }

#cart-item {
  border-top: 1px solid #f7f7f7;
  border-right: 1px solid #f7f7f7;
  border-left: 1px solid #f7f7f7;
  width: 280px;
  float: left;
  padding-top: 10px;
  padding-bottom: 10px; }

.quick-cart-item {
  border-top: 1px solid #AEAEAE;
  border-right: 1px solid #AEAEAE;
  border-left: 1px solid #AEAEAE;
  width: 280px;
  float: left;
  padding-top: 10px;
  padding-bottom: 10px; }

.quick-cart-image {
  height: 80px;
  width: 80px;
  float: left; }

.quick-cart-image img {
  max-width: 60px;
  max-height: 80px;
  height: auto !important; }

.quick-cart-details {
  color: #ffffff;
  margin-left: 80px;
  line-height: 15px !important; }

.quick-cart-details p {
  padding: 0 10px 0 0;
  margin: 0 !important;
  text-align: left; }

.quick-cart-details a {
  padding-left: 0 !important;
  font-size: 12px !important;
  color: #ffffff;
  line-height: initial !important;
  height: auto !important; }

.remove_item {
  float: left;
  margin-top: 10px; }

/*!
 *  2.4. Footer
*/
.site-footer {
  background-color: black;
  color: #757575;
  padding: 0 0 50px 0; }
  .site-footer a {
    color: #757575; }
    .site-footer a:hover {
      color: #f04e23; }
  .site-footer .contact-form {
    background: #4A4A4A;
    padding: 20px 0;
    margin-bottom: 45px; }
  .site-footer .contact-form label {
    color: #828282;
    font-size: 27px;
    text-align: left;
    line-height: 30px;
    margin-left: 5%; }
  .site-footer .contact-form input {
    padding: 0 20px; }
  .site-footer .errorForm {
    background: #861717;
    color: white; }
  .site-footer .successForm {
    background: green;
    color: white;
    padding: 6px; }
  .site-footer .site-header__logo {
    position: static;
    max-width: 400px;
    margin-bottom: 75px !important; }
    .site-footer .site-header__logo a {
      margin: auto; }
      .site-footer .site-header__logo a.site-header__logo-link {
        max-width: 150px;
        display: block; }
  .site-footer .link-list a {
    font-size: 1.07143em;
    line-height: 1;
    font-weight: 600;
    margin: 0 15px; }
  .site-footer .link-list + hr {
    display: block; }
  .site-footer hr {
    max-width: 500px;
    height: 1px;
    background: #333333;
    margin: 19px auto 18px;
    border: none;
    display: none; }
  .site-footer .copy {
    font-size: 0.89286em; }
    .site-footer .copy > p {
      display: inline; }
      .site-footer .copy > p:first-child:after {
        content: "."; }
      @media screen and (max-width: 480px) {
        .site-footer .copy > p {
          display: block;
          margin: 0; }
          .site-footer .copy > p:first-child:after {
            content: ""; } }
  .site-footer .footer-links {
    display: flex;
    flex-wrap: wrap;
    margin-top: 3%; }
    .site-footer .footer-links > div {
      width: 33.3%;
      padding: 0 2%; }
    .site-footer .footer-links a {
      font-size: 0.9em; }
    .site-footer .footer-links h5, .site-footer .footer-links .h5 {
      color: white;
      border-bottom: 1px solid gray;
      width: auto;
      line-height: 30px;
      text-transform: uppercase;
      font-size: 0.9em; }
    .site-footer .footer-links .social-icons {
      display: flex; }
    .site-footer .footer-links .svg.social {
      width: 15px;
      height: 15px; }
    .site-footer .footer-links ul {
      margin: 0; }
    .site-footer .footer-links .signifyd {
      margin-top: 30px; }
  .site-footer .logo {
    display: block;
    margin: auto;
    opacity: 0.3;
    max-width: 120px;
    padding-bottom: 9px; }
  .site-footer .copy .text {
    display: block;
    margin: auto;
    text-align: center; }

.pay-icons {
  margin: 15px 0; }
  .pay-icons svg * {
    fill: currentColor !important; }

.social-footer {
  background-color: #f4f4f4;
  text-align: center;
  padding: 20px; }
  .social-footer.even {
    background-color: white; }
  .social-footer .wrapper, .social-footer .template-product .product-description, .template-product .social-footer .product-description {
    margin: auto !important; }

@media screen and (min-width: 767px) {
  .social-footer {
    min-height: 120px; } }
@media screen and (max-width: 767px) {
  .site-footer {
    padding: 60px 0 50px; } }
.social-icons {
  margin: 0; }

.social-icons li {
  margin: 10px;
  vertical-align: middle;
  font-size: 0;
  line-height: 0;
  cursor: default; }
  .social-icons li svg * {
    /*fill: $colorSecondary;*/
    fill: #D4D4D4; }
  .social-icons li a:hover svg * {
    fill: #f04e23; }
  .social-icons li svg.google path {
    fill: #f4f4f4; }

/*!
 *  2.5. Objects
*/
figcaption {
  clear: left;
  margin: 0.2em 0 .75em 0;
  text-align: center;
  font-style: italic;
  line-height: 1.5em;
  font-size: 0.8em; }

/* -- Tables -- */
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 30px; }

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 #e9e9e9; }

@media screen and (max-width: 767px) {
  .table--responsive thead {
    display: none; }
  .table--responsive tr {
    display: block; }
  .table--responsive tr,
  .table--responsive td {
    float: left;
    clear: both;
    width: 100%; }
  .table--responsive th,
  .table--responsive td {
    display: block;
    text-align: right;
    padding: 15px; }
  .table--responsive td:before {
    content: attr(data-label);
    float: left;
    text-align: center;
    font-size: 12px;
    padding-right: 10px; }
  .table--responsive.cart-table img {
    margin: 0 auto; }
  .table--responsive.cart-table .js-qty {
    float: right; } }

@media screen and (max-width: 480px) {
  .table--small-hide {
    display: none !important; }

  .table__section + .table__section {
    position: relative;
    margin-top: 10px;
    padding-top: 15px; }
    .table__section + .table__section:after {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 15px;
      right: 15px;
      border-bottom: 1px solid #e9e9e9; } }
/* -- Iframes & images -- */
.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; }

.is-light svg, .is-light svg * {
  /*fill: #fff;*/ }
.is-dark svg, .is-dark svg * {
  /*fill: #000;*/ }
.is-light .created-by-js svg, .is-light .created-by-js svg * {
  fill: #000; }
.is-dark .created-by-js svg, .is-dark .created-by-js svg * {
  fill: #000; }

img,
iframe {
  max-width: 100%; }
  p[style="text-align: center;"]:not(.centered-media) img, p[style="text-align: center;"]:not(.centered-media)
  iframe {
    max-width: none;
    width: 1500px;
    margin: 35px 0 0 -150px; }

img {
  height: auto;
  vertical-align: bottom; }

@media screen and (max-width: 1025px) {
  .centered-media, .template-blog .article__img, .product__image {
    /*width: calc(100% + 120px) !important;
    margin-left: -60px !important;*/ } }
@media screen and (max-width: 480px) {
  .centered-media, .template-blog .article__img, .product__image {
    /*width: calc(100% + 60px) !important;
    margin-left: -30px !important;*/ } }

.centered-media {
  width: 1500px;
  margin: 60px 0 60px -150px; }
  .centered-media img, .centered-media iframe {
    max-width: none;
    width: 100%;
    vertical-align: middle; }
  @media screen and (max-width: 1300px) {
    .centered-media {
      width: 1100px;
      margin: 50px 0 50px -100px; } }
  @media screen and (max-width: 1200px) {
    .centered-media {
      width: 1000px;
      margin-left: -50px; } }
  @media screen and (max-width: 480px) {
    .centered-media {
      margin: 35px 0 35px -30px !important; } }

.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%; }

/* -- Notes -- */
.note,
.errors {
  border-radius: 5px;
  padding: 11px 30px 10px;
  margin-bottom: 30px;
  border: 2px solid transparent;
  text-align: left;
  font-size: 1.14286em;
  /*font-family: $headerFontStack;*/
  display: inline-block; }
  .note ul,
  .note ol,
  .errors ul,
  .errors ol {
    margin: 0;
    list-style-position: inside; }
  .note li:last-child,
  .errors li:last-child {
    margin-bottom: 0; }
  .note p,
  .errors p {
    margin-bottom: 0; }
  #Comments > .note, form > .note, #Comments >
  .errors, form >
  .errors {
    position: relative;
    top: -25px; }

.note {
  border-color: #e9e9e9;
  font-size: 0.71429em; }

.small-note {
  font-size: 0.71429em;
  color: gray; }

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

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

/*!
 *  2.6. Forms
*/
form {
  margin-bottom: 0; }

@media screen and (max-width: 767px) {
  input,
  textarea {
    font-size: 16px; } }
input,
textarea,
button,
select {
  padding: 0;
  margin: 0;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text; }

button {
  background: none;
  border: none;
  cursor: pointer; }

button,
input,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none; }

button {
  background: none;
  border: none;
  display: inline-block;
  cursor: pointer; }

input[type="image"] {
  padding-left: 0;
  padding-right: 0; }

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

legend {
  border: 0;
  padding: 0; }

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

input,
textarea,
select {
  border: 1px solid #cacaca;
  max-width: 100%;
  padding: 8px 20px;
  border-radius: 2px;
  height: 50px;
  font-size: 16px;
  color: #343434;
  /*background: transparent;*/ }
  input[disabled], input.disabled,
  textarea[disabled],
  textarea.disabled,
  select[disabled],
  select.disabled {
    cursor: default;
    background-color: #f6f6f6;
    border-color: #b6b6b6; }
  input.input-full,
  textarea.input-full,
  select.input-full {
    width: 100%; }

input[type="text"]:focus, textarea:focus {
  border: 1px solid #b6b6b6; }

textarea {
  height: 200px;
  padding-top: 10px; }

input[type="search"] {
  width: 300px;
  display: block;
  margin-bottom: 20px; }
  .text-center input[type="search"] {
    margin-left: auto;
    margin-right: auto; }

.jumpstart-selector {
  position: relative;
  display: inline-block; }
  .jumpstart-selector .arrow {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    border-left: 1px solid #cacaca;
    text-align: center;
    line-height: 52px; }
    .jumpstart-selector .arrow svg * {
      fill: #6a6a6a; }
  .jumpstart-selector select {
    position: relative;
    z-index: 9; }

input.qty-remove-defaults::-webkit-inner-spin-button,
input.qty-remove-defaults::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

input#Quantity {
  width: 55px;
  float: left;
  border-radius: 0;
  padding: 0;
  text-align: center; }

.input-holder {
  position: relative;
  width: 48px; }
  .input-holder.minus {
    float: left;
    margin-right: -1px; }
    .input-holder.minus input {
      border-radius: 2px 0 0 2px;
      background: none; }
  .input-holder.plus {
    float: right;
    margin-left: -1px;
    background: none; }
    .input-holder.plus input {
      border-radius: 0 2px 2px 0;
      background: none; }
  .input-holder input {
    cursor: pointer;
    padding: 23px; }
  .input-holder svg {
    position: absolute;
    top: 17px;
    left: 17px;
    width: 13px;
    z-index: -1; }
    .input-holder svg path {
      fill: #6a6a6a; }

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

input[type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox; }

input[type="radio"] {
  -webkit-appearance: radio;
  -moz-appearance: radio; }

input[type="image"] {
  padding-left: 0;
  padding-right: 0; }

select {
  /*-webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;*/
  padding-right: 70px;
  text-indent: 0.01px;
  text-overflow: '';
  cursor: pointer; }

input.error,
select.error,
textarea.error {
  border-color: #d02e2e;
  background-color: #fff6f6;
  color: #d02e2e; }

label.error {
  color: #d02e2e; }

/* -- Form rows -- DELETE */
.form__row {
  width: calc(100% + 30px);
  margin-left: -15px; }
  .form__row .form__column, .form__row .selector-wrapper {
    padding: 0 15px 30px;
    float: left; }
    .form__row .form__column.third, .form__row .selector-wrapper.third {
      width: 33.33%; }
    .form__row .form__column.half, .form__row .selector-wrapper.half {
      width: 50%; }
    .form__row .form__column.twothird, .form__row .selector-wrapper.twothird {
      width: 66.66%; }
    .form__row .form__column.full, .form__row .selector-wrapper.full {
      width: 100%; }
    @media screen and (max-width: 767px) {
      .form__row .form__column.third, .form__row .form__column.half, .form__row .form__column.twothird, .form__row .form__column.full, .form__row .selector-wrapper.third, .form__row .selector-wrapper.half, .form__row .selector-wrapper.twothird, .form__row .selector-wrapper.full {
        width: 100% !important; } }
    .form__row .form__column label, .form__row .selector-wrapper label {
      text-align: left; }

/* Labels */
.hidden-label {
  position: absolute;
  height: 0;
  width: 0;
  margin-bottom: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px); }

label[for] {
  cursor: pointer; }

label {
  display: block;
  font-size: 1.14286em;
  color: #7a7a7a;
  margin-bottom: 8px; }
  input[type="checkbox"] + label {
    display: inline-block;
    position: relative;
    top: -17px; }

/* Buttons */
.btn-info:active:hover, .btn-info.active:hover, .open > .dropdown-toggle.btn-info:hover, .btn-info:active:focus, .btn-info.active:focus, .open > .dropdown-toggle.btn-info:focus, .btn-info:active.focus, .btn-info.active.focus, .open > .dropdown-toggle.btn-info.focus {
  color: #ffffff;
  background-color: #3E3E3E;
  border-color: #000000; }

.btn {
  font-family: "Open Sans", sans-serif;
  font-size: 1.14286em;
  border-radius: 2px;
  display: inline-block;
  font-weight: bolder; }
  .btn.btn--small {
    font-size: 0.92857em;
    height: 35px;
    line-height: 33px;
    padding: 0 20px; }
  .btn.btn--regular {
    font-size: 1.14286em;
    height: 50px;
    line-height: 48px;
    padding: 0 30px; }
    @media screen and (max-width: 480px) {
      .btn.btn--regular:not([type="submit"]) {
        font-size: 0.92857em;
        height: 42px;
        line-height: 40px;
        padding: 0 20px; } }
  .btn.btn--large {
    font-size: 1.14286em;
    height: 60px;
    line-height: 58px;
    padding: 0 34px; }
    @media screen and (max-width: 480px) {
      .btn.btn--large:not([type="submit"]) {
        font-size: 1.07143em;
        height: 50px;
        line-height: 48px;
        padding: 0 30px; } }
  .btn.btn--outline {
    background: transparent;
    border: 2px solid; }
    .btn.btn--outline.btn--color {
      color: #f04e23;
      border-color: #f04e23; }
      .btn.btn--outline.btn--color:hover {
        background: #f04e23; }
    .btn.btn--outline.btn--dark {
      color: #141414;
      border-color: #141414; }
      .btn.btn--outline.btn--dark:hover {
        background: #141414; }
    .btn.btn--outline.btn--light {
      color: #fff;
      border-color: #fff; }
      .btn.btn--outline.btn--light:hover {
        background: #fff;
        color: #000 !important; }
    .btn.btn--outline:hover {
      color: #fff; }
  .btn.btn--fill {
    color: white;
    top: -1px;
    position: relative;
    border: none; }
    .btn.btn--fill.btn--color {
      background: #f04e23; }
      .btn.btn--fill.btn--color:hover {
        background: #d2370e; }
    .btn.btn--fill.btn--dark {
      background: #141414; }
      .btn.btn--fill.btn--dark:hover {
        background: black; }
  .btn.btn--disabled {
    pointer-events: none;
    cursor: default;
    opacity: .2;
    background: transparent !important;
    border: 2px solid #141414;
    color: black; }
  .btn.btn--disabled-alt {
    pointer-events: none;
    cursor: default;
    opacity: 1;
    border: none; }
  .btn.btn--next-to {
    display: inline-block;
    margin-right: 15px; }

.pagination {
  margin: 20px 0 50px; }
  .pagination .btn {
    padding: 0;
    width: 35px;
    text-align: center; }
  .pagination.text-center .btn {
    display: inline-block; }

/* -- Other -- */
.submit--helper {
  display: inline-block;
  position: relative;
  top: 10px;
  left: 25px; }
  @media all and (max-width: 480px) {
    .submit--helper {
      display: block;
      left: 0px; } }
  .submit--helper span {
    display: block; }

.contact-form {
  /*margin-top: 70px;*/ }

.svg.social {
  width: 22px;
  height: 22px; }

/*-------------------------
    3. HOMEPAGE
*------------------------*/
/*!
 *  3.1. General
*/
.home-section {
  position: relative; }
  .home-section:nth-child(odd) {
    background: #f4f4f4; }

.home-section-title {
  font-size: 1.28571em;
  text-transform: uppercase;
  margin-bottom: 90px; }
  @media screen and (max-width: 1025px) {
    .home-section-title {
      margin-bottom: 70px; }
      .product .home-section-title {
        text-align: center;
        margin-bottom: 50px; }
        .product .home-section-title:after {
          margin: 15px auto 0; } }
  @media screen and (max-width: 767px) {
    .home-section-title {
      text-align: center;
      margin-bottom: 50px; }
      .home-section-title:after {
        margin: 15px auto 0; } }
  @media screen and (max-width: 480px) {
    .home-section-title {
      font-size: 1.14286em; } }

hr.thin-line {
  height: 1px;
  width: 100%;
  display: block;
  margin: 0 auto 60px;
  border: none;
  background: #e9e9e9; }

.home-product .helper-note {
  margin: 0 auto;
  right: -6%;
  left: 8%;
  top: 50%;
  margin-top: -80px; }

/*!
 *  3.2. Crowdfunding (kickstarter)
*/
.home-kickstarter {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }
  .home-kickstarter h2, .home-kickstarter .h2 {
    font-size: 2.85714em;
    line-height: 1.2;
    margin-bottom: 30px; }
    .home-section:first-child .home-kickstarter h2, .home-section:first-child .home-kickstarter .h2 {
      font-size: 3.85714em; }
  .home-kickstarter h3, .home-kickstarter .h3 {
    font-size: 1.14286em;
    line-height: 1.6;
    color: #343434;
    max-width: 40%; }
    @media screen and (max-width: 1025px) {
      .home-kickstarter h3, .home-kickstarter .h3 {
        max-width: 70%; } }
    @media screen and (max-width: 767px) {
      .home-kickstarter h3, .home-kickstarter .h3 {
        max-width: 100%; } }
  @media screen and (max-width: 767px) {
    .home-kickstarter {
      text-align: center; }
      .home-kickstarter .prlx-bg {
        position: relative;
        background-image: none; }
        .home-kickstarter .prlx-bg img {
          display: block; }
      .home-kickstarter h2, .home-kickstarter .h2 {
        font-size: 2.28571em !important; } }
  @media screen and (max-width: 480px) {
    .home-kickstarter h2, .home-kickstarter .h2 {
      font-size: 1.57143em !important; }
    .home-kickstarter h3, .home-kickstarter .h3 {
      font-size: 1em;
      line-height: 1.5; } }

.kickstarter__meta {
  margin: 30px 0 45px;
  position: relative; }
  @media screen and (max-width: 767px) {
    .kickstarter__meta {
      margin: 30px auto; }
      .kickstarter__meta ul {
        padding-top: 30px; } }
  .kickstarter__meta ul {
    margin: 0; }
  .kickstarter__meta li {
    float: left;
    margin-left: 50px; }
    .kickstarter__meta li:first-child {
      margin-left: 0; }
    @media screen and (max-width: 767px) {
      .kickstarter__meta li {
        float: none;
        display: inline-block; } }
    @media screen and (max-width: 480px) {
      .kickstarter__meta li {
        margin-left: 30px; } }
  .kickstarter__meta strong {
    display: block;
    font-family: "Open Sans", sans-serif; }
  .kickstarter__meta span {
    display: block;
    color: #7a7a7a;
    font-size: 0.92857em;
    line-height: 1; }
  .kickstarter__meta .kickstarter__graphic {
    position: absolute;
    top: 0;
    left: 0; }
    .kickstarter__meta .kickstarter__graphic.pie {
      width: 55px;
      height: 55px; }
      .kickstarter__meta .kickstarter__graphic.pie canvas {
        -webkit-transform: rotate(-90deg) scale(0.5);
        -ms-transform: rotate(-90deg) scale(0.5);
        transform: rotate(-90deg) scale(0.5);
        -webkit-transform-origin: 20% 40%;
        -ms-transform-origin: 20% 40%;
        transform-origin: 20% 40%;
        position: absolute;
        top: 2px;
        left: 0; }
    .kickstarter__meta .kickstarter__graphic.bar {
      position: absolute;
      top: 0;
      left: 0;
      height: 13px;
      border-radius: 10px;
      width: 100%;
      max-width: 400px;
      background: rgba(0, 0, 0, 0.1); }
      .kickstarter__meta .kickstarter__graphic.bar .value {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        height: 13px;
        border-radius: 10px;
        background: #f04e23;
        transition: width 500ms linear; }
      @media screen and (max-width: 767px) {
        .kickstarter__meta .kickstarter__graphic.bar {
          position: relative;
          left: 50%;
          margin-left: -200px; } }
      @media screen and (max-width: 480px) {
        .kickstarter__meta .kickstarter__graphic.bar {
          left: 0;
          margin-left: 0;
          max-width: none; } }
  .kickstarter__meta.kickstarter--pie {
    padding-left: 90px; }
    .kickstarter__meta.kickstarter--pie strong {
      font-size: 1.71429em; }
    .kickstarter__meta.kickstarter--pie span {
      margin-top: -3px; }
    .kickstarter__meta.kickstarter--pie .kickstarter__graphic.bar {
      display: none; }
    @media screen and (max-width: 767px) {
      .kickstarter__meta.kickstarter--pie {
        padding-left: 0; }
        .kickstarter__meta.kickstarter--pie .kickstarter__graphic.bar {
          display: block; }
        .kickstarter__meta.kickstarter--pie .kickstarter__graphic.pie {
          display: none; } }
  .kickstarter__meta.kickstarter--bar {
    padding-top: 45px;
    margin-top: 55px;
    max-width: 410px; }
    .kickstarter__meta.kickstarter--bar strong {
      font-size: 2.85714em; }
    .kickstarter__meta.kickstarter--bar span {
      margin-top: 2px; }
    @media screen and (max-width: 767px) {
      .kickstarter__meta.kickstarter--bar {
        padding-top: 0; } }
    @media screen and (max-width: 480px) {
      .kickstarter__meta.kickstarter--bar strong {
        font-size: 1.42857em; } }
    .kickstarter__meta.kickstarter--bar .kickstarter__graphic.pie {
      display: none; }

@media screen and (min-width: 767px) {
  .text-center .kickstarter__meta {
    margin: 30px auto;
    display: inline-block; }
  .text-center .btn {
    display: table;
    margin: auto; } }
.kickstarter__content.text-center h3, .kickstarter__content.text-center .h3, .kickstarter__content.text-center .kickstarter--bar {
  margin-left: auto;
  margin-right: auto; }

/*!
 *  3.3. Hero
*/
.home-video .content {
  text-align: center; }
  .home-video .content.push-up {
    padding-bottom: 120px; }
  .home-video .content h2, .home-video .content .h2 {
    font-size: 5.14286em;
    line-height: 1;
    margin: 0; }
    .is-light .home-video .content h2, .is-light .home-video .content .h2 {
      color: white; }
    .is-dark .home-video .content h2, .is-dark .home-video .content .h2 {
      color: black; }
    @media screen and (max-width: 767px) {
      .home-video .content h2, .home-video .content .h2 {
        font-size: 3.28571em;
        line-height: 1.3; } }
    @media screen and (max-width: 480px) {
      .home-video .content h2, .home-video .content .h2 {
        font-size: 1.57143em; } }

.video-overlay {
  text-align: center;
  background: rgba(0, 0, 0, 0); }
  .no-touch .video-overlay:hover {
    background: rgba(0, 0, 0, 0.2); }
  .video-overlay .video-button {
    display: block;
    position: absolute;
    width: 140px;
    height: 140px;
    top: 50%;
    left: 50%;
    margin-top: 60px;
    margin-left: -70px;
    background: #fff;
    border-radius: 100%;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    transition: transform 150ms linear; }
    @media screen and (max-width: 767px) {
      .video-overlay .video-button {
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8);
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center; } }
    @media screen and (max-width: 480px) {
      .video-overlay .video-button {
        -webkit-transform: scale(0.5);
        -ms-transform: scale(0.5);
        transform: scale(0.5);
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        margin-top: 0; } }
    .video-overlay .video-button svg {
      position: relative;
      top: 43px;
      width: 44px;
      height: 58px;
      left: 5px; }
      .video-overlay .video-button svg path {
        fill: #f04e23; }
    .home-gallery .video-overlay .video-button {
      width: 110px;
      height: 110px;
      margin-top: -55px;
      margin-left: -55px; }
      .home-gallery .video-overlay .video-button svg {
        top: 35px;
        width: 29px;
        height: 44px; }
  .no-touch .video-overlay:hover .video-button {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center; }

/*!
 *  3.4. Image featured content
*/
.home-imagebox {
  position: relative; }
  .home-imagebox:first-child {
    background: #2e2e2e !important; }
  .home-imagebox:last-child {
    background: #f04e23; }
  .home-imagebox .content, .home-imagebox h2, .home-imagebox .h2, .home-imagebox h3, .home-imagebox .h3, .home-imagebox h4, .home-imagebox .h4, .home-imagebox h5, .home-imagebox .h5, .home-imagebox h6, .home-imagebox .h6 {
    color: #fff; }
  .home-imagebox .image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: absolute;
    top: 0;
    height: 100%; }
    .home-imagebox .image img {
      display: none; }
    @media screen and (max-width: 767px) {
      .home-imagebox .image {
        position: relative; }
        .home-imagebox .image img {
          display: block;
          visibility: hidden; } }
  .home-imagebox .content {
    min-height: 600px; }
    .home-imagebox .content .large--display-table {
      height: 600px; }
      @media screen and (max-width: 767px) {
        .home-imagebox .content .large--display-table {
          height: auto; } }
    .home-imagebox .content h3, .home-imagebox .content .h3 {
      font-size: 2.85714em;
      font-weight: 700;
      margin: 0; }
    .home-imagebox .content p {
      font-size: 1.28571em;
      margin: 15px 0 0; }
    .home-imagebox .content a {
      margin-top: 35px; }
    @media screen and (max-width: 767px) {
      .home-imagebox .content {
        min-height: 0;
        padding: 80px 0 70px;
        margin-left: 60px !important;
        margin-right: 60px !important;
        text-align: center; }
        .home-imagebox .content h3, .home-imagebox .content .h3 {
          font-size: 2.28571em;
          font-weight: 400; }
        .home-imagebox .content a {
          margin-top: 15px; }
        .home-imagebox .content.grid__item {
          padding-bottom: 0;
          margin-left: 0 !important;
          margin-right: 0 !important; } }
    @media screen and (max-width: 480px) {
      .home-imagebox .content {
        padding: 60px 0 40px;
        margin-left: 30px !important;
        margin-right: 30px !important; }
        .home-imagebox .content h3, .home-imagebox .content .h3 {
          font-size: 1.57143em; }
        .home-imagebox .content p {
          font-size: 1.07143em; } }

/*!
 *  3.5. Slideshow
*/
#home-slideshow .flexslider {
  min-height: 800px; }

#home-slideshow .flexslider.loaded {
  min-height: auto; }

#home-slideshow .row.home-row {
  background-color: gray; }

.flexslider {
  padding: 0;
  box-shadow: none;
  margin: 0;
  border-radius: 0;
  border: none;
  min-height: 100%;
  position: relative;
  overflow: hidden; }
  #home-slider .flexslider:before, .home-slideshow .flexslider:before {
    display: block;
    content: "";
    width: 40px;
    height: 40px;
    margin: 100px auto;
    background-color: #333;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -20px;
    border-radius: 100%;
    -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
    animation: sk-scaleout 1.0s infinite ease-in-out; }
  .home-slideshow .flexslider.loaded:before {
    opacity: 0 !important; }
  .home-slideshow .flexslider.loaded .slides img {
    opacity: 1; }
  .product__image .flexslider {
    overflow: visible; }
  .flexslider .slides {
    margin: 0; }
    .flexslider .slides > li {
      margin: 0;
      padding: 0;
      border: 0;
      display: none;
      position: relative; }
      .home-slideshow .flexslider .slides > li {
        text-align: center; }
    .flexslider .slides img.full {
      position: relative;
      max-width: none;
      width: 100%; }
      .home-slideshow .flexslider .slides img.full {
        opacity: 0;
        max-width: 1500px; }
    .flexslider .slides.flex-active-slide {
      z-index: 9999; }

.product__image .flex-viewport {
  width: 99.9%; }

.product__image .slides img {
  width: initial;
  max-width: 100%;
  margin: auto;
  display: block; }

.flex-direction-nav a {
  position: absolute;
  top: 50%;
  font-size: 24px;
  font-weight: 700;
  display: block;
  color: #1d1d1d;
  z-index: 999999;
  cursor: pointer; }
  .flex-direction-nav a.flex-prev {
    left: 50px;
    transition: all 200ms linear; }
  .flex-direction-nav a.flex-next {
    right: 50px;
    transition: all 200ms linear; }
  .flex-direction-nav a svg {
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    transition: transform 100ms linear; }
    .flex-direction-nav a svg * {
      fill: #141414; }
  .no-touch .flex-direction-nav a:hover svg {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center; }
    .no-touch .flex-direction-nav a:hover svg * {
      fill: #f04e23; }
  @media screen and (max-width: 767px) {
    .flex-direction-nav a {
      display: none; } }

.product__image .flex-direction-nav {
  display: none; }

.flex-control-nav {
  position: absolute;
  z-index: 995;
  bottom: 30px;
  width: 100%;
  text-align: center;
  margin: 0; }
  .flex-control-nav li {
    display: inline-block;
    margin: -2px; }
    .flex-control-nav li a {
      width: 10px;
      height: 10px;
      border-radius: 5px;
      margin: 0 5px;
      position: relative;
      text-indent: -9999px;
      display: inline-block;
      cursor: pointer;
      background: #dbdbdb; }
      .home-section:nth-child(odd) .flex-control-nav li a {
        background: #e6e6e6; }
      .flex-control-nav li a.flex-active {
        background: #f04e23 !important;
        cursor: default;
        pointer-events: none; }

.selected {
 /*background: #717f7f;
box-shadow: 0 0px 5px #787180;
 padding: 3px 0px 3px 3px;
 margin: 5px 1px 3px 0px;
 border: 3px solid #787180 !important; */
  background: #1466A5 !important;
  color: white; }

/*!
 *  3.6. Page
*/
.home-page-content {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative; }
  .home-page-content.overlay-true:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: .8; }
  .home-page-content h3, .home-page-content .h3 {
    font-size: 2.42857em;
    font-family: "Open Sans", sans-serif;
    margin-bottom: 55px; }

/*!
 *  3.7. FAQ (Accordion)
*/
.jumpstart-accordion h4, .jumpstart-accordion .h4 {
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  color: #111111;
  padding: 35px 95px;
  font-size: 1.28571em;
  cursor: pointer;
  position: relative;
  margin: 0 0 -1px 0; }
  .no-touch .jumpstart-accordion h4:hover, .no-touch .jumpstart-accordion .h4:hover {
    background: #f4f4f4;
    color: #f04e23; }
    .home-section:nth-child(odd) .no-touch .jumpstart-accordion h4:hover, .home-section:nth-child(odd) .no-touch .jumpstart-accordion .h4:hover {
      background: white; }
    .no-touch .jumpstart-accordion h4:hover svg path, .no-touch .jumpstart-accordion .h4:hover svg path {
      fill: #f04e23; }
  .jumpstart-accordion h4 svg, .jumpstart-accordion .h4 svg {
    position: absolute;
    top: 37px;
    left: 35px; }
    .jumpstart-accordion h4 svg path, .jumpstart-accordion .h4 svg path {
      fill: #111111; }
.jumpstart-accordion .content {
  display: none;
  padding: 50px 20px 40px 95px; }
  .jumpstart-accordion .content p:last-child {
    margin-bottom: 0; }
.jumpstart-accordion .section.opened svg.plus {
  opacity: 0; }
@media screen and (min-width: 767px) {
  .jumpstart-accordion .section.opened:last-child {
    border-bottom: 1px solid #e9e9e9; } }
@media screen and (max-width: 767px) {
  .jumpstart-accordion h4, .jumpstart-accordion .h4 {
    font-size: 1.07143em;
    padding: 10px 30px;
    border: none; }
    .jumpstart-accordion h4 svg, .jumpstart-accordion .h4 svg {
      width: 14px;
      height: 14px;
      left: 0;
      top: 15px; }
      .jumpstart-accordion h4 svg path, .jumpstart-accordion .h4 svg path {
        fill: #5e5e5e; }
  .jumpstart-accordion .content {
    padding: 5px 0px 20px 30px; }
  .jumpstart-accordion .section.opened h4, .jumpstart-accordion .section.opened .h4 {
    color: #f04e23; } }

/*!
 *  3.8. Features
*/
.features-list h4, .features-list .h4 {
  margin: 25px 0 15px; }
.features-list i {
  color: #111111; }

.home-features.columns-i {
  text-align: center; }
  .home-features.columns-i .home-section-title:after {
    margin: 25px auto 0; }

/*!
 *  3.9. Clients
*/
.home-clients {
  height: 160px; }
  .home-clients .wrapper, .home-clients .template-product .product-description, .template-product .home-clients .product-description, .home-clients .clients-list {
    height: 100%; }

.clients-list {
  padding: 25px 0; }
  .clients-list li {
    height: 100%;
    text-align: center;
    position: relative;
    margin-bottom: 0; }

.dummy-holder {
  display: block;
  padding-top: 100%; }

.img-container {
  position: absolute;
  top: 0;
  bottom: 0;
  text-align: center;
  font: 0/0 serif;
  width: 90%; }
  .img-container .dummy-centered {
    display: inline-block;
    vertical-align: middle;
    height: 100%; }
  .img-container img {
    vertical-align: middle;
    display: inline-block;
    max-height: 100%;
    max-width: 100%; }

/*!
 *  3.10. Gallery
*/
.packery-container {
  overflow: hidden; }
  .packery-container .item {
    overflow: hidden; }
    .packery-container .item img {
      max-width: none;
      width: 100%;
      height: auto;
      vertical-align: middle;
      display: none; }
      .init .packery-container .item img {
        display: block; }
  .packery-container .video-overlay {
    background: rgba(0, 0, 0, 0.2);
    display: none; }
    .packery-container .video-overlay:hover {
      background: rgba(0, 0, 0, 0.5); }
    .init .packery-container .video-overlay {
      display: block; }
    .packery-container .video-overlay:after {
      width: 100px;
      height: 100px;
      margin-top: -50px;
      margin-left: -50px; }

/*-------------------------
    4. TEMPLATES
*------------------------*/
/*
General Code used across templates

*/
.absolute-bkg-container {
  width: 100%;
  position: relative;
  padding: 0;
  margin: auto;
  overflow: hidden;
  /*height: 0;
padding-top: 43%;*/
  height: auto;
  min-height: 40vh;
  max-height: 1090px;
  background: black; }

.absolute-content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: -1px;
  left: 50%;
  transform: translate(-50%); }

@media screen and (max-aspect-ratio: 488 / 413) {
  /*@media screen and (max-aspect-ratio: 192/125){*/
  .absolute-bkg-container {
    height: 44vw;
    /*height: 66vw;*/
    min-height: auto; }

  .absolute-content.bkg-image-container {
    top: -10%; } }
@media screen and (min-aspect-ratio: 488 / 413) {
  .absolute-bkg-container {
    height: 41vw;
    min-height: 35vw; }

  .absolute-content.bkg-image-container {
    top: -20%; } }
@media screen and (max-width: 992px) {
  .absolute-content .text-content {
    padding-bottom: 5%; } }
@media screen and (max-width: 767px) {
  .absolute-bkg-container {
    padding-top: 0;
    min-height: auto;
    max-height: none; }

  .absolute-content .text-content:before {
    display: none; }

  .absolute-bkg-container,
  .absolute-content,
  .absolute-content .text-content,
  .absolute-content .text-content.right-align {
    position: static;
    height: auto;
    transform: none; }

  .absolute-content .text-content {
    padding: 10%; }

  .absolute-bkg-container {
    background: white; } }
/*!
 *  4.1. Blog
*/
.blog-list + p {
  margin: 115px 0 0 0; }

#infinite-link {
  text-align: center;
  margin-top: 100px; }

/* -- Article (blog list view) -- */
.article {
  width: 100%;
  border-bottom: 1px solid #e9e9e9;
  position: relative;
  display: block;
  float: left;
  height: 200px;
  padding-right: 70px;
  padding-left: 290px; }
  .template-blog .article {
    min-height: 290px;
    height: auto; }
  .template-blog .article {
    padding-left: 440px;
    padding-top: 30px;
    padding-bottom: 30px; }
  .article.no-image {
    padding-left: 70px; }
  .article:first-child {
    border-top: 1px solid #e9e9e9; }
  @media screen and (min-width: 1025px) {
    .article:hover {
      background: #f4f4f4; }
      .home-section:nth-child(odd) .article:hover {
        background: white; }
      .article:hover .article__title {
        color: #f04e23; } }

.template-article img {
  display: block;
  margin: auto; }

.template-article {
  font-weight: 400; }

.article__img {
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 220px;
  height: 200px; }
  .template-blog .article__img {
    width: 360px;
    height: 100%;
    height: calc(100% + 1px); }
  .article__img img {
    display: none; }

.article__title {
  font-family: "Open Sans", sans-serif;
  color: #111111;
  font-weight: 600;
  margin-bottom: 5px; }

.article__meta {
  color: #7a7a7a;
  margin: 0;
  font-size: 1em; }
  .article__meta li {
    display: inline-block;
    margin-right: 25px; }
    .article__meta li:last-child {
      margin-right: 0; }
  .article__meta a {
    color: #7a7a7a; }
    .article__meta a:hover {
      color: #f04e23; }
  .template-article .article__meta {
    display: inline-block;
    margin: 15px auto -10px;
    font-size: 1.14286em; }
    @media screen and (max-width: 767px) {
      .template-article .article__meta {
        font-size: 1.07143em; } }
    @media screen and (max-width: 480px) {
      .template-article .article__meta {
        font-size: 1em; } }
  @media screen and (max-width: 767px) {
    .article__meta {
      text-align: center; } }

.article__excerpt {
  color: #343434;
  font-size: 1.14286em;
  margin-top: 20px; }
  @media screen and (max-width: 480px) {
    .article__excerpt {
      font-size: 1em; } }
  .template-index .article__excerpt {
    display: none; }

.rte {
  font-size: 1.14286em; }
  @media screen and (max-width: 767px) {
    .rte {
      font-size: 1em; } }

/* -- Sharing -- */
.article__sharing {
  width: 100%; }
  .article__sharing .page__sharing {
    float: left; }
  .article__sharing .subscribe-link {
    float: right;
    margin: 41px 15px 0 0; }
  .article__sharing svg {
    position: relative;
    top: 5px; }
  .article__sharing svg path {
    fill: #141414; }
  .article__sharing a:hover svg path {
    fill: #f04e23; }
  @media screen and (max-width: 767px) {
    .article__sharing {
      margin-left: -15px; }
      .article__sharing .label {
        display: none; } }

.subscribe-link {
  color: #343434; }
  .subscribe-link svg {
    position: relative;
    top: 5px;
    right: -15px;
    width: 20px;
    height: 20px; }
    .subscribe-link svg path, .subscribe-link svg circle {
      fill: #141414; }
  .subscribe-link a:hover svg path, .subscribe-link a:hover svg circle {
    fill: #f04e23; }
  .template-blog .subscribe-link {
    position: absolute;
    top: 60px;
    right: 15px; }

/* -- Responsive blog (change used in different templates at different sizes) -- */
@media screen and (max-width: 1025px) {
  .template-blog .article {
    padding: 50px 0 25px 0px !important;
    height: auto !important;
    border: none !important; }
    .template-blog .article:first-child {
      padding-top: 0 !important; }
    .template-blog .article:after {
      content: "";
      display: block;
      background: #e9e9e9;
      height: 1px;
      width: 200%;
      margin-left: -50%;
      position: relative;
      top: 30px; }
    .template-blog .article:last-child:after {
      display: none; }
  .template-blog .article__title {
    text-align: center;
    margin-bottom: 35px; }
  .template-blog .article__img {
    height: auto !important;
    background-image: none !important;
    position: relative;
    margin-bottom: 25px; }
    .template-blog .article__img img {
      display: block;
      width: 100%;
      max-width: 500px;
      margin: auto; }
  .template-blog .subscribe-link {
    display: none; } }
@media screen and (max-width: 767px) {
  .home-blog .article {
    padding: 50px 0 25px 0px !important;
    height: auto !important;
    border: none !important; }
    .home-blog .article:first-child {
      padding-top: 0 !important; }
    .home-blog .article:after {
      content: "";
      display: block;
      background: #e9e9e9;
      height: 1px;
      width: 200%;
      margin-left: -50%;
      position: relative;
      top: 30px; }
    .home-blog .article:last-child:after {
      display: none; }
  .home-blog .article__title {
    text-align: center;
    margin-bottom: 35px; }
  .home-blog .article__img {
    height: auto !important;
    background-image: none !important;
    position: relative;
    margin-bottom: 25px; }
    .home-blog .article__img img {
      display: block;
      width: 100%;
      max-width: 500px;
      margin: auto; }
  .home-blog .article:after {
    width: 50%;
    margin: auto;
    top: 40px; }
  .home-blog .article__img {
    display: none; }
  .home-blog .article__meta {
    text-align: center;
    padding: 0 30px; }
  .home-blog .onboarding {
    padding: 0 30px; } }
/* -- Comments -- */
@media screen and (max-width: 767px) {
  #Comments, .comment-form {
    margin-top: 60px !important;
    padding-top: 55px; }
    #Comments:before, .comment-form:before {
      content: "";
      display: block;
      background: #e9e9e9;
      height: 1px;
      width: 200%;
      margin-left: -50%;
      position: relative;
      top: -60px; } }

#Comments {
  margin-top: 140px; }

.comments-list {
  margin: 0; }

.comment {
  float: left;
  margin-bottom: 60px;
  width: 100%; }
  @media screen and (max-width: 767px) {
    .comment {
      margin-bottom: 20px; } }

.comment__meta {
  margin-bottom: 10px; }
  .comment__meta strong {
    font-size: 1.14286em;
    color: #111111;
    display: block; }
    @media screen and (max-width: 480px) {
      .comment__meta strong {
        font-size: 1em; } }
  .comment__meta time {
    font-size: 1em;
    color: #7a7a7a; }

.comment__content {
  font-size: 1.14286em; }
  @media screen and (max-width: 480px) {
    .comment__content {
      font-size: 1em; } }

.comment-form {
  margin-top: 50px; }
  @media screen and (max-width: 767px) {
    .comment-form {
      margin-top: 20px !important; } }

/*!
 *  4.2. Collections
*/
.collection-list .product .badge {
  position: absolute;
  display: block;
  top: 8px;
  right: 8px;
  width: 50px;
  height: 50px;
  font-size: 10px;
  text-transform: uppercase;
  border-radius: 100%;
  line-height: 52px;
  color: #fff;
  font-weight: 700; }

.collection-list .product {
  padding-bottom: 50px; }
  .collection-list .product > a {
    /*background: $colorBodyAlt;*/
    display: block;
    position: relative; }
  .collection-list .product .badge--on-sale {
    background: #E95F5F; }
  .collection-list .product .badge--sold-out {
    background: #999; }
.collection-list h3, .collection-list .h3 {
  font-size: 1.14286em;
  font-family: "Open Sans", sans-serif;
  margin: 35px 0 -2px; }
  .collection-list h3 a, .collection-list .h3 a {
    color: #111111;
    font-weight: 600; }
    .collection-list h3 a:hover, .collection-list .h3 a:hover {
      color: #f04e23; }
.collection-list img {
  max-width: none;
  /*width: 100%;*/
  max-height: 15vh; }
.collection-list .price {
  font-weight: 400;
  font-size: 1.71429em;
  font-family: "Open Sans", sans-serif;
  color: #949494;
  line-height: 1;
  margin-top: 10px; }
  .collection-list .price span {
    text-decoration: line-through;
    font-weight: 300;
    font-size: 0.7em; }
.collection-list .excerpt {
  margin-top: 30px; }
@media screen and (max-width: 767px) {
  .collection-list {
    margin-bottom: -35px; }
    .collection-list .product {
      padding-bottom: 35px; }
    .collection-list h3, .collection-list .h3 {
      margin-top: 25px;
      font-size: 1em; }
    .collection-list .price {
      font-size: 1.71429em; } }
@media screen and (max-width: 767px) {
  .collection-list {
    margin-bottom: -15px; }
    .collection-list .product {
      padding-bottom: 15px; } }

.collection-image {
  margin-bottom: 50px; }
  .collection-image img {
    max-width: none;
    width: 100%; }

/*make the height of the collections iframe popup size take up the screen*/
.accordion .mfp-iframe-holder .mfp-content {
  height: 90vh; }

/* -- Product differences -- */
.product .product__content .price {
  display: inline-block; }
.product .product__content #ComparePrice {
  text-decoration: line-through;
  color: #7a7a7a;
  font-weight: 300; }
@media screen and (max-width: 1025px) {
  .product .product__content {
    width: 100%;
    text-align: center;
    margin-top: 50px; }
    .product .product__content h3, .product .product__content .h3 {
      display: none; }
    .product .product__content .price {
      margin-bottom: 0; }
    .product .product__content .form__row {
      margin-top: 50px; }
      .product .product__content .form__row > div:not(.hidden) {
        float: none;
        display: inline-table;
        padding-bottom: 15px; }
    .product .product__content ol, .product .product__content ul {
      list-style-position: inside;
      margin-left: 0; } }
.product .title {
  text-align: center; }

.product .home-section-title, .home-section-title.less-margin {
  margin-bottom: 50px; }

.template-product .product-description {
  font-size: 1.14286em;
  margin-top: 45px; }

.product__image > * {
  margin-bottom: 30px !important; }
.product__image .flex-control-nav {
  bottom: -40px; }
.product__image h3, .product__image .h3 {
  display: none; }
  @media screen and (max-width: 1025px) {
    .product__image h3, .product__image .h3 {
      display: block;
      margin-top: 50px; } }
@media screen and (max-width: 1025px) {
  .product__image .flexslider {
    min-height: 0; } }

@media screen and (max-width: 1025px) {
  .template-product .header__custom {
    display: none; }
  .template-product .secondary-title {
    display: block; }
  .template-product .header__custom + .wrapper, .template-product .header__custom + .product-description {
    padding-top: 70px; } }
/* -- Sharing functions -- */
.page__sharing {
  margin: 45px 0 0 0; }
  .template-product .page__sharing {
    margin-top: 0px;
    list-style: none; }
  .template-password .page__sharing {
    margin-bottom: 45px; }
  .page__sharing li {
    float: left;
    margin: 0 10px; }
    .page__sharing li:first-child {
      margin-left: 0; }
      .template-product .page__sharing li:first-child {
        position: relative;
        top: -6px; }
    .page__sharing li a {
      display: block;
      margin-top: -8px; }
      .page__sharing li a svg * {
        fill: #141414; }
      .page__sharing li a:hover svg * {
        fill: #f04e23; }
      .page__sharing li a svg.google path {
        fill: white !important; }
  @media screen and (max-width: 1025px) {
    .template-product .page__sharing .label {
      display: none; }
    .template-product .page__sharing li {
      float: none;
      display: inline-block; } }

/*!
 *  4.3. Cart
*/
.cart__row {
  position: relative;
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #e9e9e9; }
  .cart__row:first-child {
    margin-top: 0; }
  .cart__row:first-child {
    padding-top: 0; }
  .cart__row .js-qty {
    margin: 0 auto; }

.cart-table th {
  font-weight: normal; }
.cart-table td,
.cart-table th {
  padding: 30px 15px;
  border: none; }

@media screen and (min-width: 768px) {
  .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;
    max-width: 100%; }

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

.cart__savings {
  display: block;
  margin: 0 0 0 10px;
  font-size: 1.21429em;
  text-transform: uppercase;
  opacity: .5;
  font-weight: 700; }

.cart__mini-labels {
  display: block;
  margin: 10px 0;
  font-size: 0.85714em; }
  @media screen and (min-width: 768px) {
    .cart__mini-labels {
      display: none; } }

.cart__remove {
  display: block; }

.out-of-stock-msg {
  text-transform: none;
  margin-bottom: 0; }

#cart-form {
  border-top: 1px solid #e9e9e9;
  position: relative;
  overflow: hidden; }
  #cart-form .cart-row {
    padding: 18px 0;
    border-bottom: 1px solid #e9e9e9;
    position: relative;
    display: flex; }
  #cart-form .cart-img {
    width: 150px;
    height: 115px;
    /*background-color: #eee;*/
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    float: left;
    text-indent: -9999px; }
  #cart-form .content {
    margin: 0 5%;
    /*position: absolute;
    height: 100%;
    width: calc(100% - 340px);
    left: 190px;
    top: 0;*/
    text-transform: uppercase; }
    #cart-form .content > div {
      display: table;
      height: 100%; }
      #cart-form .content > div > div {
        display: table-cell;
        vertical-align: middle; }
    #cart-form .content h3, #cart-form .content .h3 {
      font-size: 1.14286em;
      font-family: "Open Sans", sans-serif;
      font-weight: 600;
      margin: 0;
      text-transform: none;
      line-height: 1.2; }
      #cart-form .content h3 a, #cart-form .content .h3 a {
        color: #111111; }
        #cart-form .content h3 a:hover, #cart-form .content .h3 a:hover {
          color: #f04e23; }
    #cart-form .content .cart-item__variant-title,
    #cart-form .content .cart-item__property,
    #cart-form .content .cart-item__discount {
      margin-top: 3px;
      font-size: 0.8em;
      opacity: .5;
      font-weight: 700; }
    #cart-form .content .cart-item__line-price {
      font-size: 1.71429em;
      font-family: "Open Sans", sans-serif;
      color: #7a7a7a;
      font-weight: 700; }
  #cart-form .count, #cart-form .remove {
    position: absolute;
    top: 50%;
    margin-top: -24px;
    right: 40px;
    width: 60px;
    height: 50px;
    padding: 0 5px;
    text-align: center; }
  #cart-form .remove {
    right: -16px;
    margin-top: -28px; }
    #cart-form .remove .svg {
      fill: #6a6a6a; }
    #cart-form .remove:hover .svg {
      fill: #2a2a2a; }
  #cart-form textarea[name="note"] {
    width: 100%;
    height: 90px;
    margin-bottom: 20px; }
  #cart-form .continue {
    margin-top: 40px;
    float: left;
    display: inline-block; }
  #cart-form .cart-price {
    margin-top: 40px;
    float: right;
    text-align: right;
    width: 100%; }
    #cart-form .cart-price span {
      padding-left: 6px; }
    #cart-form .cart-price small {
      display: block;
      margin-top: 11px;
      padding-right: 4px; }
  #cart-form .to-right {
    float: right;
    display: inline-block;
    margin-top: 40px; }
    #cart-form .to-right > * {
      float: left;
      margin-right: 20px; }
      #cart-form .to-right > *:last-child {
        margin-right: 0; }
  #cart-form input[type="image"] {
    height: auto;
    background: none;
    border: none;
    position: relative;
    top: 10px;
    width: auto; }
  @media screen and (max-width: 767px) {
    #cart-form .cart-img {
      display: none; }
    #cart-form .content {
      position: static;
      height: auto;
      width: auto;
      padding-right: 120px; }
      #cart-form .content .price {
        margin-top: 0; } }

.cart_bottom {
  margin-top: 60px; }

.cart__subtotal-holder {
  margin-bottom: 45px; }

.cart__subtotal-title {
  font-weight: 600;
  font-size: 1.14286em; }

.cart__subtotal {
  font-weight: 700;
  font-size: 2.57143em; }

.cart__subtotal-shipping {
  font-size: 0.92857em;
  color: #7a7a7a;
  display: block;
  margin-top: 5px; }

.btn__update {
  width: 54px;
  padding: 0 !important;
  margin-right: 25px; }
  .btn__update svg {
    position: relative;
    top: 7px; }
    .btn__update svg path {
      fill: #141414; }
  .btn__update:hover svg path {
    fill: #fff; }

/*!
 *  4.4. Password
*/
.template-password .social-footer, .template-password .site-footer {
  display: none; }
.template-password .page__sharing {
  margin-top: 65px; }
  .template-password .page__sharing .label {
    display: none; }
  .template-password .page__sharing li {
    float: none;
    display: inline-block; }
.template-password .mfp-bg {
  background: white;
  opacity: 1; }
.template-password .mfp-close {
  color: currentColor; }

.password-input-group {
  width: 425px;
  margin: 45px auto; }
  .password-input-group input[type="text"], .password-input-group input[type="password"] {
    float: left;
    width: calc(100% - 150px); }
  .password-input-group input[type="submit"] {
    width: 125px;
    margin-top: 1px; }

.password-form form {
  margin-top: 0; }

.password-login {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 1.07143em;
  display: table;
  height: 100%; }
  .password-login > a {
    display: table-cell;
    vertical-align: middle; }
  .password-login svg {
    width: 16px;
    height: 16px;
    position: relative;
    top: 1px;
    left: -10px; }
    .password-login svg * {
      fill: #000; }

#password-footer {
  width: 100%;
  font-size: 12px;
  line-height: 18px;
  font-weight: 600;
  height: 90px;
  padding-top: 20px;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  color: #343434; }
  #password-footer svg {
    width: 80px;
    height: 20px;
    position: relative;
    top: 4px;
    left: 4px; }
    #password-footer svg * {
      fill: #343434; }
    #password-footer a:hover #password-footer svg * {
      fill: #f04e23; }
  #password-footer .shopify-name {
    display: none; }
  #password-footer.full {
    position: fixed; }

#login-modal {
  text-align: center; }
  #login-modal h4, #login-modal .h4 {
    color: #111111;
    font-size: 1.28571em;
    text-transform: uppercase; }
  #login-modal .errors {
    top: 30px; }

@media all and (max-width: 480px) {
  .password-input-group {
    width: 100%;
    margin: 30px auto 35px; }
    .password-input-group input[type="text"], .password-input-group input[type="password"] {
      width: 100%; }
    .password-input-group input[type="submit"] {
      width: auto;
      margin: auto;
      display: block;
      margin-top: 75px; } }
/*!
 *  4.5. Customer
*/
.address {
  font-size: 1.14286em; }

.address-form {
  clear: both;
  float: left;
  margin-top: 70px;
  width: 100%; }
  .address-form.edit {
    margin-top: 0; }

/*-------------------------
    5. MAGNIFIC POPUP (third party app)
*-----------------------*/
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99995;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99996;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 99997; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

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

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 99998; }

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

.mfp-preloader {
  width: 62px;
  height: 62px;
  background: url(//teradek.com/cdn/shop/t/91/assets/preloader.gif?v=175312700205552470341671753116) no-repeat center center #222222;
  background-size: 32px 32px;
  margin: 0 auto;
  font-size: 0; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 99999;
  -webkit-box-shadow: none;
  box-shadow: none; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 38px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100); }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100); }

.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  font-family: 'FontAwesome';
  font-size: 48px;
  color: #ccc; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  content: "\f104"; }

.mfp-arrow-right:after,
.mfp-arrow-right .mfp-b {
  content: "\f105"; }

.mfp-arrow-right {
  right: 0; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 80vw; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: url("//teradek.com/cdn/shop/t/91/assets/preloader.gif?v=175312700205552470341671753116") no-repeat scroll center center none !important; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }

  .mfp-img-mobile img.mfp-img {
    padding: 0; }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; }

  .mfp-iframe-holder .mfp-content {
    height: 92vh; } }
.mfp-ie7 .mfp-img {
  padding: 0; }

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }

.mfp-ie7 .mfp-container {
  padding: 0; }

.mfp-ie7 .mfp-content {
  padding-top: 44px; }

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

/*bootstrap accordion panel*/
.panel-title a {
  display: inline-block;
  width: 100%;
  height: 100%; }

.image-popup {
  cursor: zoom-in; }

/*sales popup */
.sales-popup-size .mfp-iframe-holder .mfp-content {
  max-width: 600px;
  width: 85vw;
  height: 80vh; }

.shopify-challenge__container .shopify-challenge__button {
  border: 1px solid black;
  background: #0083f3; }

.shopify-challenge__container .shopify-challenge__button:hover {
  border: 1px solid black;
  background: #98cefb; }

figure iframe {
  margin: auto;
  display: block; }

/* Top MENU CSS */
/*!
* Yamm!3 - Yet another megamenu for Bootstrap 3
* http://geedmo.github.com/yamm3
*
* @geedmo - Licensed under the MIT license
*/
.yamm .nav,
.yamm .collapse,
.yamm .dropup,
.yamm .dropdown {
  position: static; }

.yamm .container {
  position: relative; }

.yamm .dropdown-menu {
  left: auto;
  line-height: 1.8; }

.yamm .yamm-content {
  padding: 20px 30px; }

.yamm .dropdown.yamm-fw .dropdown-menu {
  left: 0;
  right: 0; }

/** end yamm */
.shopify-preview-bar {
  display: none; }

.yamm ul {
  margin: 0; }

.yamm h3, .yamm .h3, .yamm h3 a, .yamm .h3 a {
  line-height: 1;
  color: #2780e3;
  font-size: 18px;
  text-align: center;
  margin: 8px 0;
  font-weight: bolder; }

nav.yamm.navbar {
  margin-bottom: 0;
  border-radius: 0;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  min-height: auto;
  z-index: 9999;
  padding-top: 0; }

#logo {
  height: 41px;
  width: 81px;
  line-height: 0;
  margin-right: 50px;
  margin-top: 4px;
  margin-left: 4px;
  padding: 0; }

#logo img {
  height: auto; }

.yamm h3, .yamm .h3 {
  /*min-height:34px;*/ }

.dropdown-menu {
  /*margin-top:-2px;*/
  border: 0; }

.dropdown p {
  line-height: 16px;
  font-size: 12px;
  color: black;
  margin-bottom: 12px; }

.dropdown p.markets {
  color: #B5B5B5;
  font-size: 12px;
  line-height: 16px; }

#mobile-cart-button {
  position: absolute;
  right: 5px;
  width: 50px;
  height: 40px; }

#mobile-cart-button .btn__cart {
  display: block;
  height: 100%;
  width: 100%; }

#mobile-cart-button .icon {
  position: relative;
  top: 10px; }

#mobile-menu-toggle {
  position: absolute;
  left: 5px;
  width: auto;
  margin-top: 2px; }

nav.yamm .yamm-solutions .row {
  display: flex; }

nav.yamm .yamm-solutions a {
  display: block;
  color: white;
  padding: 0 1%;
  background-color: transparent;
  -webkit-transition: opacity 200ms linear;
  transition: opacity 200ms linear;
  -webkit-transition: background-color 600ms linear;
  transition: background-color 600ms linear; }

nav.yamm .yamm-solutions a:hover {
  text-decoration: none;
  opacity: 0.8;
  background-color: #F3F3F3; }

nav.yamm .yamm-solutions a:hover h3, nav.yamm .yamm-solutions a:hover .h3 {
  text-decoration: underline; }

.nav-justified > li > a {
  margin-bottom: 0;
  padding-bottom: 15px; }

nav.yamm .yamm-fw > a {
  color: white;
  z-index: 999; }

nav.yamm .yamm-fw.open > a {
  color: black; }

nav.yamm .yamm-fw a:hover, nav.yamm 235 a, nav.yamm .yamm-fw .dropdown a {
  color: black; }

.dropdown-menu a {
  display: block;
  text-align: center; }

.dropdown-menu .category-heading {
  text-align: center;
  margin-top: 38px;
  margin-bottom: 0; }

#nav-list {
  position: relative;
  overflow: auto; }

/* make mobile hamburger menu go to 100vh */
#nav-list.collapse {
  transition: height 0.3s; }

#nav-list.collapsing {
  height: 0 !important; }

#nav-list.collapse.in {
  max-height: none;
  height: 100vh;
  display: block; }

.navbar {
  border: none; }

.navbar li {
  margin-bottom: 0; }

#nav-list .menu-option-divider:not(:last-child) {
  border-right: 1px solid #ccc;
  opacity: 0.9; }

#nav-list .menu-option-divider:hover {
  opacity: 1; }

#nav-list #view-more-products {
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 50%; }

#nav-list .shop-product-img {
  margin-bottom: 5px; }

#nav-list .shop-product-logo {
  max-width: 100px;
  max-height: 30px; }

.navbar-content {
  max-width: 1300px;
  margin: 0 auto; }

.yamm-solutions {
  margin: 0 2%; }

#nav-list .col-xs-3:not(:last-child) {
  border-right: 1px solid #ccc; }

@media (min-width: 768px) {
  .mobile-navbar-toggle {
    display: none; }

  .nav.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important; }

  /* display on hover */
  /*ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;
  }*/
  #logo {
    display: none; } }
@media (max-width: 767px) {
  #nav-list .menu-option-divider:not(:last-child) {
    border-right: none;
    padding: 10px; }

  #nav-list #view-more-products {
    padding-top: 0; }

  #nav-list .shop-product-logo {
    max-width: 200px; }

  #nav-list .shop-product-img {
    display: none; }

  .navbar-nav {
    margin-top: 50px; }

  .yamm .first-menu-item {
    display: none; }

  .navbar-content {
    max-width: none; }

  .navbar-default {
    top: 0;
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030; }

  #logo {
    float: none;
    margin: auto;
    padding: 6px 7px; }

  a.dropdown-toggle {
    color: black; }

  .yamm .dropdown.yamm-fw .dropdown-menu {
    background: black; }

  nav.yamm .yamm-solutions a:hover {
    background-color: #3C3C3C; }

  nav.yamm .yamm-fw .dropdown-menu li > a, nav.yamm .yamm-fw .drowdown-menu li > a:hover, nav.yamm .dropdown-menu > li > div > a {
    color: white !important; }

  .dropdown .heading {
    border-color: #fff !important;
    color: #fff !important;
    margin-top: 15px; }

  nav.yamm .yamm-fw.open > a {
    color: black; }

  .dropdown p, .yamm h3, .yamm .h3, .category-heading {
    color: white;
    text-align: left; }

  .category-heading {
    padding: 62px 0 0px; }

  .dropdown p.markets {
    color: #6B6B6B; } }
nav.yamm .normal-dropdown {
  position: relative; }

#logo-full-width {
  width: 88px;
  margin-left: 10px;
  image-rendering: -webkit-optimize-contrast; }

#logo-full-width:hover {
  background: none; }

#logo-full-width img {
  position: absolute;
  width: 80px;
  left: 0px;
  top: 3px; }

.category-heading {
  font-weight: bolder;
  line-height: 16px; }

.row.match-my-cols {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.row.match-my-cols [class*="col-"] a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

#searchbox {
  position: absolute;
  background: black;
  width: 100%;
  z-index: 1050;
  top: 0;
  left: 15px;
  height: 52px;
  display: none; }

#searchbox form {
  max-width: 960px;
  margin: auto;
  position: relative; }

#searchbox #search-container {
  position: relative; }

#searchbox input {
  color: white;
  height: 42px;
  margin-top: 3px;
  width: 100%;
  padding-left: 30px;
  background: black; }

#searchbox .icon-search {
  position: absolute;
  top: 15px;
  left: 9px; }

#searchbox .icon-close {
  position: absolute;
  top: -8px;
  right: 0; }

.highlight-cart .icon:after {
  content: attr(data-badge);
  position: absolute;
  top: 36%;
  right: 46.5%;
  font-size: .7em;
  background: #ff0039;
  color: white;
  width: 6px;
  height: 6px;
  text-align: center;
  line-height: 18px;
  border-radius: 50%;
  box-shadow: 0 0 1px #333; }

.highlight-cart {
  background: #525252; }

.modal-menu-products #menu_products .modal-dialog {
  width: 90%; }

.modal-menu-products .modal-backdrop {
  opacity: 0.96;
  filter: alpha(opacity=96);
  background-color: white; }

.modal-menu-products .navbar-content {
  opacity: 0.2;
  filter: alpha(opacity=20); }

.modal-backdrop {
  z-index: 999; }

#menu_products .category-heading h2, #menu_products .category-heading .h2, .menu_products .category-heading h2, .menu_products .category-heading .h2 {
  color: #8C8C8C;
  font-size: 18px;
  border-bottom: 1px solid #4A4A4A;
  padding: 12px;
  margin: 0px 24px 16px 15px; }
#menu_products .product-menu-body, .menu_products .product-menu-body {
  margin-top: 20px; }
#menu_products .modal-content, .menu_products .modal-content {
  background: none;
  box-shadow: none;
  -webkit-box-shadow: none; }
#menu_products .modal-header, .menu_products .modal-header {
  border-bottom: none;
  height: 50px; }
#menu_products .close, .menu_products .close {
  font-size: 58px; }
#menu_products .shop-product-container, .menu_products .shop-product-container {
  height: 130px;
  width: 130px;
  margin: auto; }
#menu_products section.row, .menu_products section.row {
  margin-bottom: 5%; }
#menu_products img.shop-product-logo, .menu_products img.shop-product-logo {
  /*max-width:200px;*/
  display: inline-block;
  vertical-align: middle; }
#menu_products img.shop-product-img, .menu_products img.shop-product-img {
  max-height: 135px;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  opacity: 1;
  margin-bottom: 10px; }
#menu_products a:hover img.shop-product-img, .menu_products a:hover img.shop-product-img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
  opacity: 1; }

#menu_products h2#color-correction-cam-control, #menu_products #color-correction-cam-control.h2 {
  font-size: 15px;
  margin-bottom: -12px;
  margin-top: -16px; }

#menu_products .modal-body {
  max-width: 1300px;
  margin: auto; }

@media (max-width: 1000px) {
  #menu_products .shop-product-container {
    height: 200px; }

  #menu-contact-info .glyphicon {
    display: none; } }
#menu-contact-info {
  font-size: 10px;
  padding: 0;
  top: -10px; }

#menu-contact-info a {
  padding: 0; }

#view-more-products {
  color: black; }

.navbar.yamm {
  position: sticky;
  z-index: 1000;
  width: 100%;
  top: 0; }

.main-content {
  padding-top: 0x; }

@media (max-width: 1000px) {
  .main-content {
    padding-top: 0px; } }
#logo-full-width img {
  position: absolute;
  width: 140px;
  left: 0px;
  top: 0px; }

@media (max-width: 767px) {
  #logo {
    width: 140px;
    padding: 0px 7px; } }
