/*
Custom Media Queries that matches with Bootstraps breakpoints
*/
.hidden-iphone {
  display: none !important; }

/*Gradient Mixin*/
body {
  font-family: "Spinnaker", sans-serif;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 400;
  background: #000;
  overflow-x: hidden; }

/*hide controls on webkit devices*/
video::-webkit-media-controls-enclosure {
  display: none !important; }

.main-wrap {
  position: relative;
  min-height: 100%;
  background: #fff;
  opacity: 1; }
  .main-wrap.darken {
    opacity: 0.5; }

.on-canvas {
  z-index: 2;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  /* nice box shadow */ }
  .on-canvas.menu-is-open {
    /* this creates the subtle slide in animation of the navigation */
    /*-webkit-transform: translateX(220px);
    -moz-transform: translateX(220px);
    -ms-transform: translateX(220px);
    -o-transform: translateX(220px);
    transform: translateX(220px);*/ }

h1, h2, h3, h4, h5 {
  margin-top: 0;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  line-height: 1.4;
  text-transform: uppercase; }

.caps {
  text-transform: uppercase; }

@media only screen and (max-width: 991px) {
  .container {
    width: 100% !important;
    padding-left: 25px !important;
    padding-right: 25px !important; } }

.row {
  margin-bottom: 0; }

.transition, .main-wrap, a, .btn.border-blue:after, .btn.border-white:after, .hj-accordion .hj-panel > a:after, .bouncybutton, .top-header .social-icons li:hover, .header-alt, .header-alt > ul, .header-alt > ul > li, ul.intro-nav > li, .mobile-header .navicon span, .mobile-header .navicon span:before, .mobile-header .navicon span:after, footer.main-footer .socials li:hover, .featured-wrap .products a:after, .featured-wrap .products a h4, .email-cta input[type="submit"], .thumb:after, .inspiration-category > a:after, .inspiration-category > a h3, #contactFormWrapper input[type="submit"], .calculator-wrap .calc .btn, .product .image a:after, .product .image a .title, .product input[type="submit"], .cartaddpop .modal-body .btn, .cartaddpop .modal-body button, .login-form form input[type="submit"] {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

a {
  outline: none !important;
  text-transform: uppercase;
  text-decoration: none !important; }
  a:hover {
    text-decoration: none; }

.btn {
  font-family: "Raleway", sans-serif;
  font-weight: 800;
  font-size: 18px;
  position: relative;
  padding: 10px 0; }
  .btn:hover:after {
    width: 100% !important; }
  .btn.border-blue {
    color: #02D9FF; }
    .btn.border-blue:after {
      content: " ";
      position: absolute;
      bottom: -4px;
      display: block;
      left: 0;
      width: 0;
      height: 4px;
      background: url("btn-border-blue.png") repeat-x; }
  .btn.border-white:after {
    content: " ";
    position: absolute;
    bottom: -4px;
    display: block;
    left: 0;
    width: 0;
    height: 4px;
    background: url("btn-border-white.png") repeat-x; }

.p0 {
  padding: 0; }

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

.relative {
  position: relative; }

img.center {
  display: block;
  margin-left: auto;
  margin-right: auto; }

@media only screen and (max-width: 768px) {
  .lower-dd-nav-desktop {
    display: none !important; } }

@media only screen and (min-width: 769px) {
  .lower-dd-nav {
    display: none !important; } }

.lower-dd-nav .hj-panel > a {
  color: #A4ADB4 !important; }

/*accordion styles*/
.hj-accordion {
  margin: 0px 10px; }
  .hj-accordion .hj-panel > a {
    font-family: "Raleway", sans-serif;
    color: #000;
    display: block;
    padding: 22px 30px;
    font-weight: 500;
    font-size: 20px;
    border-bottom: 1px solid #E4E4E4;
    position: relative; }
    .hj-accordion .hj-panel > a h2, .hj-accordion .hj-panel > a h3 {
      font-size: 22px;
      margin-bottom: 0 !important; }
    .hj-accordion .hj-panel > a:hover {
      opacity: 1; }
    .hj-accordion .hj-panel > a:after {
      position: absolute;
      content: ' ';
      display: block;
      font-size: 35px;
      top: calc(50% - 2px);
      right: 30px;
      width: 15px;
      height: 28px;
      background: url("nav-arrow-blue.png") no-repeat;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50);
      background-size: 15px 28px;
      -webkit-transition-property: -webkit-transform;
      transition-property: -webkit-transform;
      transition-property: transform;
      transition-property: transform, -webkit-transform;
      -webkit-transition-duration: 0.2s;
      transition-duration: 0.2s; }
  .hj-accordion .hj-panel > div {
    display: none;
    padding: 10px 30px; }
    .hj-accordion .hj-panel > div ul {
      margin: 0px;
      padding: 0px;
      border: none !important;
      margin-bottom: 20px;
      border-bottom-left-radius: 5px;
      border-bottom-right-radius: 5px; }
    .hj-accordion .hj-panel > div .btn {
      background: #02D9FF;
      color: #fff; }
    .hj-accordion .hj-panel > div p:last-child {
      margin-bottom: 0 !important; }
  .hj-accordion .hj-panel.js-opened {
    position: relative;
    z-index: 2;
    box-shadow: 0px 3px 8px -3px #D2D2D2; }
    .hj-accordion .hj-panel.js-opened > a {
      border: none; }
      .hj-accordion .hj-panel.js-opened > a:after {
        content: ' ';
        -webkit-transform: translateY(-50%) rotate(90deg);
        transform: translateY(-50%) rotate(90deg); }

.modal {
  z-index: 9999; }
  .modal .modal-dialog {
    margin: 90px auto; }

.videopop .modal-dialog {
  width: 750px;
  margin: 120px auto; }
  @media only screen and (max-width: 414px) {
    .videopop .modal-dialog {
      width: 100%;
      margin: 150px auto; } }

.videopop iframe {
  width: 720px;
  height: 405px; }
  @media only screen and (max-width: 414px) {
    .videopop iframe {
      width: 100%;
      height: auto; } }

.videopop button {
  position: absolute;
  top: -21px;
  right: -34px;
  background: url(https://cdn.shopify.com/s/files/1/0993/1322/t/4/assets/video-close.png) no-repeat top left;
  width: 26px;
  height: 26px;
  opacity: 1;
  cursor: pointer;
  -webkit-appearance: none; }
  @media only screen and (max-width: 414px) {
    .videopop button {
      top: -30px;
      right: 0; } }

.flex {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.graybutton {
  color: #4D5B66;
  background-color: #CAD4D4; }
  .graybutton:hover {
    background-color: #adbebe; }

.bouncybutton {
  display: block;
  padding: 20px;
  width: 100%;
  border-radius: 0;
  background: #02D9FF;
  border: 4px solid #63E8FF;
  color: #0092AC;
  font-size: 20px; }
  .bouncybutton:hover {
    background: #02D9FF;
    color: #fff;
    -webkit-transform: scale3d(1.05, 1.05, 1);
            transform: scale3d(1.05, 1.05, 1);
    box-shadow: 0px 5px 12px 1px rgba(0, 0, 0, 0.29); }

.nopadleft {
  padding-left: 0; }

.nopadright {
  padding-right: 0; }

.sharewrap {
  height: 48px; }

share-button {
  position: relative;
  white-space: nowrap;
  color: transparent;
  font-size: 16px;
  display: block !important; }

share-button .sb-social {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease; }

share-button .sb-social ul {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 0; }

share-button .sb-social ul li {
  position: relative;
  height: 22px;
  width: 60px;
  padding: 12px 0;
  margin: 0;
  text-align: center;
  font-size: 20px;
  cursor: pointer;
  z-index: 2;
  box-sizing: content-box;
  -webkit-transition: all .3s ease;
  transition: all .3s ease; }

share-button .sb-social ul li.enabled {
  display: inline-block; }

share-button .sb-social ul li.disabled {
  display: none; }

share-button .sb-social ul li:hover:before {
  opacity: 0; }

share-button .sb-social ul li:hover:after {
  opacity: 0.5; }

share-button .sb-social ul li:before,
share-button .sb-social ul li:after {
  content: ' ';
  position: absolute;
  width: inherit;
  height: inherit;
  -webkit-transform: translate(-20%, 0);
  transform: translate(-20%, 0);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  background-repeat: no-repeat !important; }

share-button .sb-social ul li:before {
  opacity: 1; }

share-button .sb-social ul li:after {
  opacity: 0; }

share-button .sb-social ul li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3; }

share-button .sb-social li[class*='facebook'] {
  background: #3b5998; }

share-button .sb-social li[class*='facebook']:before {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20512%20512%22%20style%3D%22fill%3A%23fff%3B%22%20height%3D%22%22%20width%3D%22%22%3E%20%3Cpath%20d%3D%22M288%20192v-38.1c0-17.2%203.8-25.9%2030.5-25.9H352V64h-55.9c-68.5%200-91.1%2031.4-91.1%2085.3V192h-45v64h45v192h83V256h56.4l7.6-64h-64z%22%2F%3E%3C%2Fsvg%3E"); }

share-button .sb-social li[class*='facebook']:after {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20512%20512%22%20style%3D%22fill%3A%23000%3B%22%20height%3D%22%22%20width%3D%22%22%3E%20%3Cpath%20d%3D%22M288%20192v-38.1c0-17.2%203.8-25.9%2030.5-25.9H352V64h-55.9c-68.5%200-91.1%2031.4-91.1%2085.3V192h-45v64h45v192h83V256h56.4l7.6-64h-64z%22%2F%3E%3C%2Fsvg%3E"); }

share-button .sb-social li[class*='googlePlus'] {
  background: #e34429; }

share-button .sb-social li[class*='googlePlus']:before {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2020%2020%22%20style%3D%22fill%3A%23fff%3B%22%20height%3D%22%22%20width%3D%22%22%3E%20%3Cpath%20d%3D%22M1.99%205.59c0%201.493.498%202.57%201.48%203.204.807.52%201.74.598%202.227.598.118%200%20.213-.006.28-.01%200%200-.155%201.004.59%201.996H6.53c-1.29%200-5.493.27-5.493%203.727%200%203.516%203.86%203.695%204.635%203.695.06%200%20.097-.002.097-.002.007%200%20.062.002.157.002.497%200%201.782-.062%202.975-.643%201.548-.75%202.333-2.06%202.333-3.885%200-1.764-1.196-2.814-2.07-3.582-.532-.47-.993-.873-.993-1.266%200-.4.337-.7.762-1.082.69-.615%201.34-1.492%201.34-3.15%200-1.457-.19-2.436-1.355-3.057.12-.062.55-.107.762-.137.63-.086%201.554-.184%201.554-.7V1.2h-4.6c-.046.002-4.65.172-4.65%204.39zm7.422%209.01c.088%201.406-1.115%202.443-2.922%202.574-1.834.135-3.344-.69-3.432-2.096-.043-.676.254-1.336.835-1.863.59-.533%201.398-.863%202.278-.928.106-.007.21-.013.31-.013%201.7%200%202.85%201%202.934%202.325zm-1.2-9.976c.45%201.588-.23%203.246-1.317%203.553-.125.034-.253.05-.384.05-.993%200-1.98-1.005-2.344-2.392-.204-.776-.187-1.458.047-2.112.23-.645.643-1.078%201.163-1.225.125-.034.254-.052.385-.052%201.2%200%201.973.498%202.45%202.178zM16%208V5h-2v3h-3v2h3v3h2v-3h3V8h-3z%22%2F%3E%3C%2Fsvg%3E"); }

share-button .sb-social li[class*='googlePlus']:after {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2020%2020%22%20style%3D%22fill%3A%23000%3B%22%20height%3D%22%22%20width%3D%22%22%3E%20%3Cpath%20d%3D%22M1.99%205.59c0%201.493.498%202.57%201.48%203.204.807.52%201.74.598%202.227.598.118%200%20.213-.006.28-.01%200%200-.155%201.004.59%201.996H6.53c-1.29%200-5.493.27-5.493%203.727%200%203.516%203.86%203.695%204.635%203.695.06%200%20.097-.002.097-.002.007%200%20.062.002.157.002.497%200%201.782-.062%202.975-.643%201.548-.75%202.333-2.06%202.333-3.885%200-1.764-1.196-2.814-2.07-3.582-.532-.47-.993-.873-.993-1.266%200-.4.337-.7.762-1.082.69-.615%201.34-1.492%201.34-3.15%200-1.457-.19-2.436-1.355-3.057.12-.062.55-.107.762-.137.63-.086%201.554-.184%201.554-.7V1.2h-4.6c-.046.002-4.65.172-4.65%204.39zm7.422%209.01c.088%201.406-1.115%202.443-2.922%202.574-1.834.135-3.344-.69-3.432-2.096-.043-.676.254-1.336.835-1.863.59-.533%201.398-.863%202.278-.928.106-.007.21-.013.31-.013%201.7%200%202.85%201%202.934%202.325zm-1.2-9.976c.45%201.588-.23%203.246-1.317%203.553-.125.034-.253.05-.384.05-.993%200-1.98-1.005-2.344-2.392-.204-.776-.187-1.458.047-2.112.23-.645.643-1.078%201.163-1.225.125-.034.254-.052.385-.052%201.2%200%201.973.498%202.45%202.178zM16%208V5h-2v3h-3v2h3v3h2v-3h3V8h-3z%22%2F%3E%3C%2Fsvg%3E"); }

share-button .sb-social li[class*='linkedin'] {
  background: #4875b4; }

share-button .sb-social li[class*='linkedin']:before {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2020%2020%22%20style%3D%22fill%3A%23fff%3B%22%20height%3D%22%22%20width%3D%22%22%3E%20%3Cpath%20d%3D%22M5%203c0%201.1-.7%202-2%202-1.2%200-2-.9-2-1.9C1%202%201.8%201%203%201s2%20.9%202%202zM1%2019h4V6H1v13zM14.6%206.2c-2.1%200-3.3%201.2-3.8%202h-.1l-.2-1.7H6.9c0%201.1.1%202.4.1%203.9V19h4v-7.1c0-.4%200-.7.1-1%20.3-.7.8-1.6%201.9-1.6%201.4%200%202%201.2%202%202.8V19h4v-7.4c0-3.7-1.9-5.4-4.4-5.4z%22%2F%3E%3C%2Fsvg%3E"); }

share-button .sb-social li[class*='linkedin']:after {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2020%2020%22%20style%3D%22fill%3A%23000%3B%22%20height%3D%22%22%20width%3D%22%22%3E%20%3Cpath%20d%3D%22M5%203c0%201.1-.7%202-2%202-1.2%200-2-.9-2-1.9C1%202%201.8%201%203%201s2%20.9%202%202zM1%2019h4V6H1v13zM14.6%206.2c-2.1%200-3.3%201.2-3.8%202h-.1l-.2-1.7H6.9c0%201.1.1%202.4.1%203.9V19h4v-7.1c0-.4%200-.7.1-1%20.3-.7.8-1.6%201.9-1.6%201.4%200%202%201.2%202%202.8V19h4v-7.4c0-3.7-1.9-5.4-4.4-5.4z%22%2F%3E%3C%2Fsvg%3E"); }

share-button .sb-social li[class*='twitter'] {
  background: #6cdfea; }

share-button .sb-social li[class*='twitter']:before {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2020%2020%22%20style%3D%22fill%3A%23fff%3B%22%20height%3D%22%22%20width%3D%22%22%3E%20%3Cpath%20d%3D%22M17.316%206.246c.008.162.01.326.01.488%200%204.99-3.796%2010.742-10.74%2010.742-2.132%200-4.115-.625-5.786-1.697.296.033.596.05.9.05%201.77%200%203.397-.603%204.688-1.614-1.65-.03-3.046-1.12-3.526-2.62.23.042.467.065.71.065.345%200%20.68-.044.995-.13C2.84%2011.18%201.54%209.658%201.54%207.828V7.78c.508.284%201.09.454%201.71.474-1.014-.678-1.68-1.832-1.68-3.143%200-.69.185-1.34.51-1.896C3.943%205.498%206.726%207%209.863%207.158c-.064-.277-.097-.564-.097-.86%200-2.085%201.69-3.774%203.774-3.774%201.085%200%202.066.457%202.755%201.19.86-.17%201.667-.483%202.397-.915-.282.88-.88%201.62-1.66%202.086.764-.092%201.49-.293%202.168-.594-.506.758-1.146%201.422-1.884%201.953z%22%2F%3E%3C%2Fsvg%3E"); }

share-button .sb-social li[class*='twitter']:after {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2020%2020%22%20style%3D%22fill%3A%23000%3B%22%20height%3D%22%22%20width%3D%22%22%3E%20%3Cpath%20d%3D%22M17.316%206.246c.008.162.01.326.01.488%200%204.99-3.796%2010.742-10.74%2010.742-2.132%200-4.115-.625-5.786-1.697.296.033.596.05.9.05%201.77%200%203.397-.603%204.688-1.614-1.65-.03-3.046-1.12-3.526-2.62.23.042.467.065.71.065.345%200%20.68-.044.995-.13C2.84%2011.18%201.54%209.658%201.54%207.828V7.78c.508.284%201.09.454%201.71.474-1.014-.678-1.68-1.832-1.68-3.143%200-.69.185-1.34.51-1.896C3.943%205.498%206.726%207%209.863%207.158c-.064-.277-.097-.564-.097-.86%200-2.085%201.69-3.774%203.774-3.774%201.085%200%202.066.457%202.755%201.19.86-.17%201.667-.483%202.397-.915-.282.88-.88%201.62-1.66%202.086.764-.092%201.49-.293%202.168-.594-.506.758-1.146%201.422-1.884%201.953z%22%2F%3E%3C%2Fsvg%3E"); }

.promopopup .close {
  color: #fff;
  opacity: 1; }

.promopopup .modal-dialog {
  width: 570px; }

.promopopup .modal-content {
  background: #000; }

.promopopup .modal-header {
  border: none; }

.promopopup .modal-body {
  text-align: center;
  padding: 10px 10px 35px; }
  .promopopup .modal-body img {
    width: 500px;
    height: 360px; }
  .promopopup .modal-body a {
    text-decoration: none; }

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    box-shadow: 0px 0px 0px 5px #02D9FF; }
  50% {
    -webkit-transform: scale(1.3);
    box-shadow: 0px 0px 0px 8px #02D9FF; }
  100% {
    -webkit-transform: scale(1);
    box-shadow: 0px 0px 0px 3px #02D9FF; } }

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    box-shadow: 0px 0px 0px 5px #02D9FF; }
  50% {
    -webkit-transform: scale(1.3);
    box-shadow: 0px 0px 0px 8px #02D9FF; }
  100% {
    -webkit-transform: scale(1);
    box-shadow: 0px 0px 0px 3px #02D9FF; } }

.main-logo {
  position: absolute;
  top: 50px;
  left: 30px;
  z-index: 4;
  width: 130px; }
  @media only screen and (max-width: 991px) {
    .main-logo {
      top: 65px;
      left: 20px;
      width: 110px; } }

.top-header {
  background: #02D9FF;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  box-shadow: 0px 0px 14px -6px #000;
  /*Animations to go on scroll*/ }
  @media only screen and (max-width: 991px) {
    .top-header {
      display: none; } }
  .top-header .cart-count {
    position: absolute;
    right: 5px;
    bottom: -7px;
    height: 20px;
    width: 20px;
    font-size: 12px;
    line-height: 20px;
    border-radius: 10px;
    background: #00b8d8;
    text-align: center;
    display: block;
    box-shadow: 0px 0px 0px 3px #02D9FF; }
    .top-header .cart-count.item-added {
      -webkit-animation: pulse 0.7s linear 0s infinite alternate;
      animation: pulse 0.7s linear 0s infinite alternate;
      -webkit-animation-iteration-count: 1;
              animation-iteration-count: 1; }
  .top-header .header-right div {
    padding: 0; }
  .top-header .header-right .cart-link a {
    padding: 8px 20px;
    border-right: 1px solid #00b8d8;
    border-left: 1px solid #00b8d8;
    position: relative; }
    .top-header .header-right .cart-link a img {
      height: 18px; }
    .top-header .header-right .cart-link a:hover {
      background: #00d2f7; }
  .top-header .header-right .account-link {
    text-align: center; }
    .top-header .header-right .account-link a {
      display: block;
      padding-top: 7px;
      padding-bottom: 7px;
      border-right: 1px solid #00b8d8; }
      .top-header .header-right .account-link a:hover {
        background: #00d2f7; }
  .top-header .header-right a {
    display: inline-block;
    padding: 6px 12px;
    color: #fff; }
  .top-header .header-right button {
    background: none;
    border: none;
    border-radius: 0;
    padding: 0;
    display: block;
    width: 100%;
    height: 38px; }
    .top-header .header-right button img {
      max-width: 29px;
      position: relative;
      top: -3px; }
    .top-header .header-right button:hover {
      background: #00d2f7; }
  .top-header .header-right .flag-dropdown {
    left: auto;
    right: 0; }
    .top-header .header-right .flag-dropdown a {
      display: block;
      color: #4c5a65;
      font-size: 11px;
      line-height: 27px;
      text-align: center;
      padding-right: 45px;
      background-position: right 8px center;
      background-repeat: no-repeat;
      background-size: 29px 20px; }
    .top-header .header-right .flag-dropdown img {
      float: right;
      max-height: 20px;
      display: inline-block; }
  .top-header .header-nav {
    text-align: center; }
    .top-header .header-nav li {
      display: inline-block;
      padding: 0; }
      .top-header .header-nav li a {
        padding: 11px 10px;
        font-family: "Raleway", sans-serif;
        color: #00505E;
        text-transform: uppercase;
        font-size: 12px;
        font-weight: 600; }
        .top-header .header-nav li a:hover {
          background: #00d2f7;
          color: #fff; }
    .top-header .header-nav .sub-nav {
      left: 0;
      border: none; }
      .top-header .header-nav .sub-nav li {
        display: block; }
      .top-header .header-nav .sub-nav a {
        display: block; }
      .top-header .header-nav .sub-nav li:first-child a:after {
        display: none; }
      .top-header .header-nav .sub-nav li:first-child a:before {
        display: none; }
  .top-header .social-icons {
    margin-bottom: 0;
    margin-top: 9px; }
    .top-header .social-icons li {
      display: inline-block;
      height: 20px;
      width: 20px;
      background: url("sprite-social-header-v3.png") no-repeat; }
      .top-header .social-icons li:hover {
        opacity: 0.7; }
      .top-header .social-icons li + li {
        margin-left: 5px; }
      .top-header .social-icons li.yt {
        background-position: 0px 0px; }
      .top-header .social-icons li.ig {
        background-position: -20px 0px; }
      .top-header .social-icons li.fb {
        background-position: -40px 0px; }
      .top-header .social-icons li.tw {
        background-position: -60px 0px; }
      .top-header .social-icons li.pn {
        background-position: -80px 0px; }
      .top-header .social-icons li a {
        display: block;
        width: 100%;
        height: 100%; }
  .top-header + * {
    padding-top: 37px; }
    @media only screen and (max-width: 991px) {
      .top-header + * {
        padding-top: 52px; } }

.header-alt {
  margin: 0;
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 998 !important;
  background: none;
  box-shadow: 0px 0px 11px -2px rgba(0, 0, 0, 0.42);
  text-align: center;
  top: 38px;
  opacity: 1; }
  .header-alt.active {
    background: rgba(246, 247, 249, 0.85); }
    .header-alt.active .logo {
      opacity: 1; }
  .header-alt .logo {
    opacity: 0;
    position: absolute;
    top: 7px;
    left: 30px;
    max-width: 84px; }
  .header-alt > ul {
    margin: 0; }
    .header-alt > ul > li {
      display: inline-block; }
      .header-alt > ul > li:hover {
        background: #fff; }
      .header-alt > ul > li > a {
        font-family: "Raleway", sans-serif;
        display: block;
        color: #4d5b66;
        padding: 19px 20px !important;
        position: relative; }
        .header-alt > ul > li > a:after {
          margin-left: 10px;
          display: inline-block;
          background: url("nav-triangle.png") no-repeat;
          width: 19px;
          height: 10px;
          content: " "; }
      .header-alt > ul > li .sub-dropdown {
        display: none;
        position: absolute;
        width: 100%;
        left: 0;
        padding: 30px 70px;
        background: #fff;
        box-shadow: 0px 5px 7px -6px rgba(0, 0, 0, 0.42);
        text-align: left;
        opacity: 1; }
        .header-alt > ul > li .sub-dropdown.above {
          box-shadow: none; }
        .header-alt > ul > li .sub-dropdown > li > a {
          color: #00505E;
          font-weight: 800;
          font-family: "Raleway", sans-serif;
          display: block;
          padding: 0 10px;
          margin-bottom: 20px;
          text-transform: none;
          font-size: 18px; }
        .header-alt > ul > li .sub-dropdown a {
          padding: 6px 10px;
          display: block;
          color: #02D9FF;
          font-size: 13px; }
          .header-alt > ul > li .sub-dropdown a:hover {
            color: #000; }
        .header-alt > ul > li .sub-dropdown .feat2 {
          width: 50%;
          float: left; }
        .header-alt > ul > li .sub-dropdown .feat3 {
          width: 33.3%;
          float: left; }

ul.intro-nav {
  margin: 0; }
  ul.intro-nav > li {
    display: inline-block; }
    ul.intro-nav > li:hover {
      background: #fff; }
    ul.intro-nav > li > a {
      font-family: "Raleway", sans-serif;
      display: block;
      color: #4d5b66;
      padding: 25px 20px;
      position: relative; }
      ul.intro-nav > li > a:after {
        margin-left: 10px;
        display: inline-block;
        background: url("nav-triangle.png") no-repeat;
        width: 19px;
        height: 10px;
        content: " "; }
    ul.intro-nav > li .sub-dropdown {
      display: none;
      position: absolute;
      width: 100%;
      left: 0;
      padding: 30px 70px;
      background: #fff;
      text-align: left;
      opacity: 1; }
      ul.intro-nav > li .sub-dropdown > li > a {
        color: #00505E;
        font-weight: 800;
        font-family: "Raleway", sans-serif;
        display: block;
        padding: 0 10px;
        margin-bottom: 20px;
        text-transform: none;
        font-size: 18px; }
      ul.intro-nav > li .sub-dropdown a {
        padding: 6px 10px;
        display: block;
        color: #02D9FF;
        font-size: 13px; }
        ul.intro-nav > li .sub-dropdown a:hover {
          color: #000; }
      ul.intro-nav > li .sub-dropdown .feat25 {
        width: 25%;
        float: left; }
      ul.intro-nav > li .sub-dropdown .feat2 {
        width: 50%;
        float: left; }
      ul.intro-nav > li .sub-dropdown .feat3 {
        width: 33.3%;
        float: left; }
    ul.intro-nav > li.scrolled .sub-dropdown {
      box-shadow: 0px 5px 7px -6px rgba(0, 0, 0, 0.42); }

/*Mobile Header*/
.mobile-header {
  width: 100%;
  position: fixed;
  padding: 0px;
  z-index: 9999 !important;
  top: 0px;
  overflow: auto;
  background: #02D9FF;
  box-shadow: 0px 0px 14px -6px #000; }
  .mobile-header.menu-is-open .navicon span {
    background: rgba(255, 255, 255, 0); }
    .mobile-header.menu-is-open .navicon span:before, .mobile-header.menu-is-open .navicon span:after {
      width: 100%;
      background: #ffffff; }
    .mobile-header.menu-is-open .navicon span:before {
      top: 9px;
      -webkit-transform: rotate(135deg);
      transform: rotate(135deg); }
    .mobile-header.menu-is-open .navicon span:after {
      bottom: -9px;
      -webkit-transform: rotate(225deg);
      transform: rotate(225deg); }
  @media only screen and (min-width: 992px) {
    .mobile-header {
      display: none; } }
  .mobile-header a {
    padding: 15px 25px;
    display: inline-block;
    float: right;
    border-left: 1px solid #00b8d8; }
  .mobile-header .login {
    font-family: "Raleway", sans-serif;
    color: #fff; }
  .mobile-header .cart img {
    max-width: 20px; }
  .mobile-header .navicon {
    padding: 0;
    border: none;
    position: absolute;
    top: 17px;
    left: 15px;
    width: 25px;
    height: 25px;
    display: block; }
    .mobile-header .navicon span {
      /* the span element is used to create the menu icon */
      position: absolute;
      display: block;
      width: 25px;
      height: 2px;
      background: #ffffff;
      top: 0;
      margin-top: -1px; }
      .mobile-header .navicon span:before, .mobile-header .navicon span:after {
        content: '';
        position: absolute;
        left: 0;
        background: inherit;
        height: 100%;
        /* Force Hardware Acceleration in WebKit */
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden; }
      .mobile-header .navicon span:before {
        width: 20px;
        top: 9px;
        -webkit-transform: rotate(0);
        transform: rotate(0); }
      .mobile-header .navicon span:after {
        width: 15px;
        bottom: -19px;
        -webkit-transform: rotate(0);
        transform: rotate(0); }

/*Mobile Nav*/
.mobile-navigation {
  position: fixed;
  left: 0;
  top: 52px;
  z-index: 9999;
  width: 100%;
  background-color: #fff;
  overflow-y: auto;
  overflow-x: hidden;
  box-shadow: 0px 0px 14px -6px #000;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  /* this creates the subtle slide in animation of the navigation */
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%); }
  .mobile-navigation.menu-is-open {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-overflow-scrolling: touch; }
  .mobile-navigation h3 {
    color: #fff; }
  .mobile-navigation h4 {
    color: #999;
    font-size: 15px; }
  .mobile-navigation a {
    font-family: "Raleway", sans-serif;
    display: block;
    color: #A4ADB4;
    font-size: 20px;
    font-weight: 600;
    padding: 20px 30px;
    border-bottom: 1px solid #E9EFF0; }
  .mobile-navigation > ul {
    margin-bottom: 0; }
    .mobile-navigation > ul > li > a {
      position: relative; }
      .mobile-navigation > ul > li > a:after {
        content: " ";
        display: block;
        position: absolute;
        margin: auto;
        top: 0;
        bottom: 0;
        right: 30px;
        background: url("nav-arrow-grey.png") no-repeat;
        width: 15px;
        height: 28px; }
    .mobile-navigation > ul > li ul {
      display: none !important; }
    .mobile-navigation > ul.secondary a {
      font-family: "Spinnaker", sans-serif;
      font-weight: 400;
      color: #02D9FF; }
      .mobile-navigation > ul.secondary a:after {
        background: url("nav-arrow-blue.png") no-repeat; }
    .mobile-navigation > ul.blue-nav {
      background: #02D9FF;
      text-align: center; }
      .mobile-navigation > ul.blue-nav li {
        display: inline-block; }
        .mobile-navigation > ul.blue-nav li a {
          color: #0092AC;
          font-size: 13px;
          border-bottom: none;
          padding: 30px 20px; }
          .mobile-navigation > ul.blue-nav li a:after {
            display: none !important; }
  .mobile-navigation .off-canvas-nav {
    width: 100%;
    height: 100%;
    z-index: 9999;
    position: absolute;
    overflow-y: auto;
    top: 0;
    left: 0;
    background: #ffffff;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    /* this creates the subtle slide in animation of the navigation */
    -webkit-transform: translateX(100%);
    transform: translateX(100%); }
    .mobile-navigation .off-canvas-nav.is-active {
      -webkit-transform: translateX(0);
      transform: translateX(0);
      -webkit-overflow-scrolling: touch; }
    .mobile-navigation .off-canvas-nav ul {
      margin-bottom: 0; }
    .mobile-navigation .off-canvas-nav .go-back {
      width: 100%;
      display: block;
      background: #A4ADB4;
      color: #fff;
      text-transform: uppercase;
      padding: 20px 30px;
      cursor: pointer; }

footer.main-footer {
  background: url("bkg-footer.jpg") center top no-repeat;
  background-size: cover;
  padding-top: 45px;
  padding-bottom: 0px;
  border-top: 6px solid #E9EFF0; }
  @media only screen and (max-width: 991px) {
    footer.main-footer .segment {
      width: 100%; } }
  footer.main-footer .socials {
    text-align: right;
    margin-top: 22px;
    margin-bottom: 0px; }
    @media only screen and (max-width: 991px) {
      footer.main-footer .socials {
        text-align: center;
        margin-top: 40px; } }
    footer.main-footer .socials li {
      width: 0;
      background: url("footer-socials.png") no-repeat;
      height: 47px;
      display: inline-block;
      -webkit-transform: scale3d(1, 1, 1);
              transform: scale3d(1, 1, 1); }
      footer.main-footer .socials li:hover {
        opacity: 0.7;
        -webkit-transform: scale3d(1.2, 1.2, 1);
                transform: scale3d(1.2, 1.2, 1); }
      footer.main-footer .socials li + li {
        margin-left: 30px; }
        @media only screen and (max-width: 991px) {
          footer.main-footer .socials li + li {
            margin-left: 25px; } }
      footer.main-footer .socials li.yt {
        width: 47px;
        background-position: 0 0; }
      footer.main-footer .socials li.ig {
        width: 46px;
        background-position: -47px 0; }
      footer.main-footer .socials li.fb {
        width: 22px;
        background-position: -93px 0; }
      footer.main-footer .socials li.tw {
        width: 54px;
        background-position: -115px 0; }
      footer.main-footer .socials li a {
        width: 100%;
        height: 100%;
        display: block; }
  footer.main-footer .copyright {
    margin-top: 45px;
    background: #02D9FF;
    color: #0092AC;
    text-align: left; }
    footer.main-footer .copyright p {
      font-size: 12px;
      margin-bottom: 0;
      padding: 10px 0;
      text-transform: uppercase;
      line-height: 1.7; }
    footer.main-footer .copyright a {
      color: #fff; }

.home-video-wrap {
  background: #fff url("home-feat-video.jpg") center top no-repeat;
  background-size: cover;
  overflow: hidden;
  padding: 0;
  position: relative;
  height: 100vh; }
  .home-video-wrap:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 56.25%; }
  .home-video-wrap .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .home-video-wrap .video {
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0; }
    .home-video-wrap .video:after {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.45);
      content: " ";
      z-index: 3; }
    .home-video-wrap .video video {
      min-width: 100%;
      min-height: 100%; }
  .home-video-wrap .row {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    z-index: 5; }
  .home-video-wrap .wrap {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 154px;
    top: 0;
    bottom: 0px;
    left: 0;
    right: 0px;
    margin: auto; }
  .home-video-wrap .headline {
    position: absolute;
    left: 0;
    top: 0;
    right: 0; }
  .home-video-wrap h1, .home-video-wrap h2 {
    color: #fff;
    text-transform: uppercase;
    text-shadow: 0px 2px 2px #000; }
  .home-video-wrap h1 {
    font-size: 80px;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 30px; }
  .home-video-wrap h2 {
    font-family: "Spinnaker", sans-serif;
    line-height: 1;
    font-size: 34px;
    margin: 0; }
  @media only screen and (max-width: 991px) {
    .home-video-wrap {
      height: 400px; }
      .home-video-wrap:before {
        display: none; }
      .home-video-wrap .video {
        display: none; }
      .home-video-wrap .content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
      .home-video-wrap .row {
        width: auto;
        height: auto; }
      .home-video-wrap .wrap {
        position: relative;
        width: auto;
        height: auto; }
      .home-video-wrap .headline {
        position: relative; }
      .home-video-wrap h1 {
        font-size: 55px; }
      .home-video-wrap h2 {
        font-size: 24px; } }
  .home-video-wrap .intro-nav {
    margin: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 5;
    background: rgba(255, 255, 255, 0.26);
    text-align: center; }
    .home-video-wrap .intro-nav .sub-dropdown {
      bottom: 62px; }
    .home-video-wrap .intro-nav > li {
      display: inline-block; }
      .home-video-wrap .intro-nav > li:hover > a {
        color: #00505E !important; }
      .home-video-wrap .intro-nav > li > a {
        font-family: "Raleway", sans-serif;
        display: block;
        color: #fff;
        padding: 20px;
        position: relative; }
        .home-video-wrap .intro-nav > li > a:after {
          margin-left: 10px;
          display: inline-block;
          background: url("nav-triangle.png") no-repeat;
          width: 19px;
          height: 10px;
          content: " "; }
  .home-video-wrap .play {
    color: #fff;
    text-transform: uppercase;
    display: block; }
    .home-video-wrap .play img {
      display: block;
      margin: auto;
      margin-bottom: 20px; }

/*
Intro Wrap
*/
.intro-wrap {
  background: #fff url("bkg-intro-wrap.jpg") center top no-repeat;
  background-size: cover;
  padding-top: 60px;
  padding-bottom: 60px; }
  .intro-wrap h2 {
    font-family: "Spinnaker", sans-serif;
    color: #00505E;
    font-size: 34px; }
  .intro-wrap p {
    color: #4D5B66;
    line-height: 1.9;
    margin-bottom: 30px;
    font-family: "Raleway", sans-serif; }
    @media only screen and (max-width: 768px) {
      .intro-wrap p {
        font-size: 15px; } }
  .intro-wrap .btn {
    color: #02D9FF; }

/*
Dry Erase Wrap
*/
.dryerase-wrap {
  padding-top: 130px;
  padding-bottom: 130px;
  background: #02D9FF;
  position: relative; }
  @media only screen and (max-width: 991px) {
    .dryerase-wrap {
      padding-top: 0;
      padding-bottom: 40px; }
      .dryerase-wrap img.feat {
        width: calc(100% + 30px);
        margin-left: -15px;
        margin-right: -15px;
        max-width: 200%;
        margin-bottom: 40px; } }
  .dryerase-wrap .row {
    position: relative;
    z-index: 2; }
    @media only screen and (min-width: 992px) {
      .dryerase-wrap .row {
        width: 50%;
        margin-left: 50%; } }
  @media only screen and (min-width: 992px) {
    .dryerase-wrap img.feat {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%; } }
  .dryerase-wrap h2 {
    color: #fff;
    font-family: "Spinnaker", sans-serif;
    font-size: 34px;
    margin-bottom: 35px;
    text-shadow: 2px 2px 2px #02D9FF; }
    @media only screen and (max-width: 768px) {
      .dryerase-wrap h2 {
        margin-bottom: 20px; } }
  .dryerase-wrap p {
    font-family: "Raleway", sans-serif;
    color: #00505E;
    margin-bottom: 30px;
    line-height: 1.6; }
  .dryerase-wrap .btn {
    color: #fff; }

/*
Peel Wrap
*/
.peel-wrap {
  padding-top: 130px;
  padding-bottom: 130px;
  background: #fff;
  position: relative; }
  @media only screen and (max-width: 991px) {
    .peel-wrap {
      padding-top: 0;
      padding-bottom: 40px; }
      .peel-wrap img.feat {
        width: calc(100% + 30px);
        margin-left: -15px;
        margin-right: -15px;
        max-width: 200%;
        margin-bottom: 40px; } }
  .peel-wrap .row {
    position: relative;
    z-index: 2; }
    @media only screen and (min-width: 992px) {
      .peel-wrap .row {
        width: 50%; } }
  @media only screen and (min-width: 992px) {
    .peel-wrap img.feat {
      position: absolute;
      top: 0;
      right: 0;
      height: 100%; } }
  .peel-wrap h2 {
    color: #00505E;
    font-family: "Spinnaker", sans-serif;
    font-size: 34px;
    margin-bottom: 35px; }
    @media only screen and (max-width: 768px) {
      .peel-wrap h2 {
        margin-bottom: 20px; } }
  .peel-wrap p {
    font-family: "Raleway", sans-serif;
    color: #00505E;
    margin-bottom: 30px;
    line-height: 1.6; }
  .peel-wrap .btn {
    color: #02D9FF; }

.featured-wrap {
  background: #E9EFF0;
  padding-top: 45px;
  padding-bottom: 70px; }
  .featured-wrap h3 {
    font-family: "Spinnaker", sans-serif;
    margin-bottom: 30px; }
  .featured-wrap .products a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    min-width: 100%;
    min-height: 100%; }
    @media only screen and (max-width: 991px) {
      .featured-wrap .products a {
        margin-bottom: 30px; } }
    .featured-wrap .products a:hover:after {
      background: rgba(0, 0, 0, 0.5); }
    .featured-wrap .products a:hover h4 {
      padding: 20px 8px; }
    .featured-wrap .products a:after {
      position: absolute;
      top: 0;
      left: 0;
      content: " ";
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.2);
      z-index: 1;
      box-shadow: inset 0px 0px 0px 2px #02D9FF; }
    .featured-wrap .products a h4 {
      width: 100%;
      position: absolute;
      display: table;
      top: 0;
      left: 0;
      right: 0;
      margin: auto;
      z-index: 2;
      background: #02D9FF;
      color: #fff;
      padding: 8px;
      font-size: 15px;
      font-weight: 600; }
    .featured-wrap .products a img {
      width: 100%; }

.why-wrap {
  background: #02D9FF;
  padding-top: 65px;
  padding-bottom: 65px; }
  .why-wrap h2 {
    font-family: "Spinnaker", sans-serif;
    color: #0092AC;
    font-size: 36px;
    margin-bottom: 70px; }
    @media only screen and (max-width: 414px) {
      .why-wrap h2 {
        margin-bottom: 40px; } }
  .why-wrap img {
    height: 57px; }
  .why-wrap h3 {
    font-size: 24px;
    color: #fff;
    font-family: "Spinnaker", sans-serif;
    margin-top: 47px;
    margin-bottom: 20px; }
  .why-wrap p {
    color: #00505E;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5; }
  .why-wrap .btn {
    margin-top: 55px;
    color: #fff; }
  @media only screen and (max-width: 414px) {
    .why-wrap p {
      font-size: 16px; }
    .why-wrap .segment {
      margin-bottom: 40px; }
    .why-wrap .btn {
      margin-top: 0; } }

.transform-wrap {
  background: #fff url("bkg-home-transform.jpg") center center no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 100px;
  padding-bottom: 75px; }
  .transform-wrap h2 {
    color: #fff;
    font-family: "Spinnaker", sans-serif;
    font-size: 30px;
    margin-bottom: 50px; }
  .transform-wrap p {
    font-size: 16px;
    color: #fff;
    margin-bottom: 70px; }
  .transform-wrap .btn {
    padding: 50px 100px;
    background: #02D9FF;
    border: 4px solid #63E8FF;
    font-size: 34px;
    color: #fff;
    border-radius: 0; }
    .transform-wrap .btn:hover {
      background: #00c0e2;
      box-shadow: 0px 5px 12px 1px rgba(0, 0, 0, 0.29); }
    @media only screen and (max-width: 768px) {
      .transform-wrap .btn {
        font-size: 28px;
        padding: 30px; } }

.customers-wrap {
  background: #02D9FF;
  padding-top: 45px;
  padding-bottom: 45px; }
  .customers-wrap .row {
    position: relative; }
  .customers-wrap .customer-slider {
    overflow: auto; }
  .customers-wrap h2 {
    font-family: "Spinnaker", sans-serif;
    color: #0092AC; }
  .customers-wrap .slide {
    width: 100%;
    background: #02D9FF; }
    .customers-wrap .slide div {
      position: relative; }
      .customers-wrap .slide div a {
        cursor: default;
        display: block;
        position: relative;
        width: 221px;
        height: 205px;
        margin: 0 auto;
        -webkit-transition-property: none;
        transition-property: none;
        background-position: top left; }
        .customers-wrap .slide div a:hover {
          background-position: bottom left; }
        @media only screen and (max-width: 414px) {
          .customers-wrap .slide div a {
            width: 100%;
            height: 120px;
            background-size: 100%; }
            .customers-wrap .slide div a:hover {
              background-position: top left; } }
  .customers-wrap .slider-arrow {
    position: absolute;
    top: 50%;
    z-index: 101;
    width: 76px;
    height: 42px;
    display: block; }
    .customers-wrap .slider-arrow:active {
      top: calc(50% + 3px); }
    @media only screen and (max-width: 991px) {
      .customers-wrap .slider-arrow {
        width: 50px;
        height: 28px;
        background-size: contain !important; } }
  .customers-wrap #arrow-prev {
    background: url("arrow-prev.png") no-repeat;
    left: -50px; }
    @media only screen and (max-width: 991px) {
      .customers-wrap #arrow-prev {
        left: -18px; } }
  .customers-wrap #arrow-next {
    background: url("arrow-next.png") no-repeat;
    right: -50px; }
    @media only screen and (max-width: 991px) {
      .customers-wrap #arrow-next {
        right: -18px; } }

.bottom-nav {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #fff; }
  @media only screen and (max-width: 768px) {
    .bottom-nav {
      padding: 0 !important; }
      .bottom-nav .p0 {
        padding: 0 !important; } }
  .bottom-nav .has-writey {
    background: url("writey.png") right center no-repeat; }
  .bottom-nav h3 {
    font-family: "Spinnaker", sans-serif;
    font-size: 18px;
    color: #A4ADB4;
    margin-bottom: 40px; }
  .bottom-nav h4 {
    font-weight: 800;
    font-size: 14px;
    color: #00505E;
    margin-bottom: 34px;
    text-transform: none; }
  .bottom-nav ul {
    margin-bottom: 80px; }
    .bottom-nav ul ul {
      margin-bottom: 0; }
    .bottom-nav ul li a {
      font-size: 12px;
      color: #00C1E3;
      text-transform: uppercase;
      display: block;
      margin: 10px 0;
      font-family: "Raleway", sans-serif; }
      .bottom-nav ul li a:hover {
        color: #000; }

.footer-nav {
  text-align: left; }
  @media only screen and (max-width: 991px) {
    .footer-nav {
      margin-top: 40px; } }
  .footer-nav li {
    display: block;
    width: 33%;
    float: left;
    font-family: "Spinnaker", sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    color: #A4ADB4;
    margin: 0 0 10px 0; }
    .footer-nav li ul {
      display: block;
      width: 100%;
      padding-top: 10px; }
      .footer-nav li ul li {
        width: 100%;
        float: none;
        font-family: "Raleway", sans-serif;
        font-size: 12px; }
        .footer-nav li ul li a {
          color: #00C1E3;
          text-transform: uppercase; }
          .footer-nav li ul li a:hover {
            color: #000; }

.email-cta {
  background: #E9EFF0;
  padding-top: 45px;
  padding-bottom: 45px; }
  @media only screen and (max-width: 991px) {
    .email-cta {
      text-align: center; }
      .email-cta p {
        margin-bottom: 20px !important;
        font-size: 18px !important; } }
  .email-cta h3 {
    color: #4D5B66;
    margin-bottom: 0px;
    font-size: 30px; }
  .email-cta p {
    color: #4D5B66;
    font-size: 14px;
    margin-bottom: 0; }
  .email-cta input[type="text"] {
    width: 100%;
    border-radius: 0;
    padding: 15px;
    background: #fff;
    text-transform: uppercase;
    border: 6px solid #DFE7E9; }
  .email-cta input[type="submit"] {
    background: #02D9FF;
    color: #fff;
    border-radius: 0px;
    display: block;
    width: 100%;
    padding: 15px;
    border: 6px solid #63E8FF; }
    .email-cta input[type="submit"]:hover {
      -webkit-transform: scale3d(1.05, 1.05, 1);
              transform: scale3d(1.05, 1.05, 1);
      box-shadow: 0px 5px 12px 1px rgba(0, 0, 0, 0.29); }

.page-intro {
  text-align: center;
  height: 400px;
  position: relative;
  background: #fff url("bkg-shop.jpg") center top no-repeat;
  background-size: cover !important;
  /*
  .sub-title {
    color: #fff;
    font-family: $bodyFont;
    line-height: 1;
    font-size: 28px;
    
  }
*/ }
  .page-intro.catalog {
    background: #fff url("bkg-catalog.jpg") center top no-repeat; }
  .page-intro.contact {
    background: #fff url("bkg-contact.jpg") center top no-repeat; }
  .page-intro.faq {
    background: #fff url("bkg-catalog.jpg") center top no-repeat; }
  .page-intro.generic {
    background: #fff url("bkg-generic.jpg") center top no-repeat; }
  .page-intro.inspiration {
    background: #fff url("bkg-inspiration.jpg") center top no-repeat; }
    .page-intro.inspiration.work {
      background: #fff url("bkg-inspiration-work.jpg") center top no-repeat; }
    .page-intro.inspiration.school {
      background: #fff url("bkg-inspiration-school.jpg") center top no-repeat; }
    .page-intro.inspiration.home {
      background: #fff url("bkg-inspiration-home.jpg") center top no-repeat; }
  .page-intro.our-story {
    background: #fff url("bkg-our-story.jpg") center top no-repeat; }
  .page-intro.press {
    background: #fff url("bkg-press.jpg") center top no-repeat; }
  .page-intro.register, .page-intro.login {
    padding-top: 140px;
    padding-bottom: 140px; }
  .page-intro h1, .page-intro h2, .page-intro .sub-title {
    color: #fff;
    text-transform: uppercase;
    text-shadow: 2px 2px 4px #333; }
  .page-intro h1 {
    font-size: 80px;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 20px; }
    @media only screen and (max-width: 991px) {
      .page-intro h1 {
        font-size: 44px; } }
  .page-intro .sub-title {
    font-family: "Spinnaker", sans-serif;
    font-weight: 600;
    line-height: 1;
    font-size: 28px;
    margin: 0; }
    @media only screen and (max-width: 991px) {
      .page-intro .sub-title {
        font-size: 22px; } }
  .page-intro .intro-nav {
    margin: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 5;
    background: rgba(255, 255, 255, 0.26);
    text-align: center; }
    .page-intro .intro-nav .sub-dropdown {
      bottom: 62px; }
    .page-intro .intro-nav > li {
      display: inline-block; }
      .page-intro .intro-nav > li:hover > a {
        color: #00505E !important; }
      .page-intro .intro-nav > li > a {
        font-family: "Raleway", sans-serif;
        display: block;
        color: #fff;
        padding: 20px;
        position: relative; }
        .page-intro .intro-nav > li > a:after {
          margin-left: 10px;
          display: inline-block;
          background: url("nav-triangle.png") no-repeat;
          width: 19px;
          height: 10px;
          content: " "; }

.inner-nav {
  padding-top: 30px;
  padding-bottom: 30px; }
  @media only screen and (max-width: 991px) {
    .inner-nav {
      padding-top: 20px;
      padding-bottom: 20px; } }
  @media only screen and (max-width: 414px) {
    .inner-nav {
      box-shadow: 0px 5px 7px -3px rgba(0, 0, 0, 0.42);
      margin-bottom: 30px; } }
  @media only screen and (max-width: 991px) {
    .inner-nav .container {
      padding-left: 0 !important;
      padding-right: 0 !important; } }
  @media only screen and (max-width: 991px) {
    .inner-nav .row {
      position: relative;
      /*
			&:before, &:after {
				position: absolute;
				top: 0;
				width: 50px;
				height: 100%;
				content: " ";
				display: block;
				left: 0;
				background: url("inner-fade-left.png") repeat-y;
				z-index: 3;
			}
			
			&:after {
				background: url("inner-fade-right.png") repeat-y;
				right: 0;
				left: auto;
			}
*/ } }
  .inner-nav ul {
    margin-bottom: 0;
    text-align: center; }
    @media only screen and (max-width: 991px) {
      .inner-nav ul {
        white-space: nowrap;
        overflow: scroll;
        padding: 5px 50px; } }
    @media only screen and (max-width: 414px) {
      .inner-nav ul {
        padding: 5px 35px; } }
    .inner-nav ul li {
      display: inline-block; }
      .inner-nav ul li + li {
        margin-left: 15px; }
      .inner-nav ul li a {
        color: #A4ADB4;
        font-size: 24px;
        border: none !important;
        display: block;
        box-shadow: 0px 4px #fff; }
        @media only screen and (max-width: 991px) {
          .inner-nav ul li a {
            font-size: 20px; } }
        .inner-nav ul li a:hover {
          box-shadow: 0px 4px #d2dbe2; }
        .inner-nav ul li a.active {
          box-shadow: 0px 4px #02D9FF !important;
          color: #4D5B66; }

.template-collection .page-intro {
  background: #fff url("bkg-shop.jpg") center top no-repeat;
  background-size: cover;
  padding-top: 140px;
  padding-bottom: 140px; }

/*Catalog Page*/
#catalog .catalog-wrap {
  padding-top: 60px;
  background: #fff url("bkg-sketch.jpg") center top no-repeat;
  background-size: cover; }
  #catalog .catalog-wrap h2 {
    font-size: 34px;
    font-family: "Spinnaker", sans-serif;
    text-transform: uppercase;
    color: #00505E; }
    #catalog .catalog-wrap h2 span {
      color: #02D9FF; }

.sample-wrap {
  padding: 0; }
  .sample-wrap .row {
    padding-top: 120px;
    padding-bottom: 120px;
    background: url("feat-sample.jpg") right bottom -30px no-repeat; }
    @media only screen and (max-width: 991px) {
      .sample-wrap .row {
        background: url("feat-sample.jpg") center bottom 0px no-repeat;
        background-size: 390px 390px !important;
        padding-bottom: 430px;
        padding-top: 60px; } }
  .sample-wrap h2 {
    color: #00505E;
    font-size: 26px;
    text-transform: none; }

/*Videos Page*/
#videos .page-intro {
  background: url("bkg-videos.jpg") center top no-repeat;
  background-size: cover; }

#videos .featured-vid {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #E9EFF0; }
  #videos .featured-vid h3 {
    color: #02D9FF;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 30px;
    margin-top: 60px; }
    @media only screen and (max-width: 991px) {
      #videos .featured-vid h3 {
        margin-top: 20px;
        font-size: 26px; } }
  #videos .featured-vid p {
    color: #00505E;
    font-size: 30px;
    font-family: "Raleway", sans-serif; }
    @media only screen and (max-width: 991px) {
      #videos .featured-vid p {
        font-size: 20px; } }
  #videos .featured-vid .thumb:after {
    width: 80px;
    height: 80px;
    margin: auto;
    background-size: 80px 80px !important; }

#videos .video-wrap {
  padding-top: 50px;
  padding-bottom: 50px; }
  @media only screen and (max-width: 768px) {
    #videos .video-wrap {
      padding: 0 !important; }
      #videos .video-wrap .video-grid {
        margin-right: -13px;
        margin-left: -13px; }
      #videos .video-wrap .is-sortable {
        padding: 10px; } }

/*used for videos throughout*/
.thumb {
  display: block;
  position: relative; }
  .thumb:hover:after {
    background: url("icon-play-white.png") no-repeat; }
  .thumb + .thumb {
    margin-top: 32px; }
  .thumb:after {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url("icon-play.png") no-repeat;
    width: 50px;
    height: 50px;
    margin: auto;
    background-size: 50px 50px !important;
    z-index: 3; }
  @media only screen and (max-width: 768px) {
    .thumb:before {
      content: " ";
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      z-index: 2;
      background: rgba(0, 0, 0, 0.35); } }
  .thumb img {
    width: 100%; }
  .thumb span {
    text-transform: uppercase;
    position: absolute;
    top: 20px;
    font-size: 14px;
    left: 0;
    display: inline-block;
    padding: 6px 12px;
    color: #fff;
    background: #02D9FF;
    z-index: 6; }
  .thumb + h4 {
    margin-top: 15px;
    font-size: 14px;
    color: #00505E;
    font-weight: 600; }
    @media only screen and (max-width: 768px) {
      .thumb + h4 {
        position: absolute;
        bottom: 15px;
        left: 15px;
        color: #fff;
        font-size: 18px;
        text-align: left;
        font-weight: 800;
        z-index: 5; } }

/*inspiration page(s)*/
#inspiration .intro-wrap p {
  margin-bottom: 0; }

.inspiration-wrap {
  padding-top: 40px;
  padding-bottom: 40px; }
  .inspiration-wrap h2 {
    font-family: "Spinnaker", sans-serif;
    color: #00505E;
    margin-bottom: 30px; }

.inspiration-content {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #02D9FF; }

@media only screen and (max-width: 991px) {
  .inspiration-category {
    margin-bottom: 30px; } }

.inspiration-category > a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%; }
  .inspiration-category > a:hover:after {
    background: rgba(0, 0, 0, 0.5); }
  .inspiration-category > a:hover h3 {
    padding: 20px 8px; }
  .inspiration-category > a:after {
    position: absolute;
    top: 0;
    left: 0;
    content: " ";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    z-index: 1;
    box-shadow: inset 0px 0px 0px 2px #02D9FF; }
  .inspiration-category > a h3 {
    width: 100%;
    position: absolute;
    display: table;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 2;
    background: #02D9FF;
    color: #fff;
    padding: 8px;
    font-size: 15px;
    font-weight: 600; }
  .inspiration-category > a img {
    width: 100%; }

.inspiration-category .text {
  background: #02D9FF;
  padding: 20px; }
  .inspiration-category .text p {
    min-height: 285px;
    font-size: 14px;
    color: #fff; }

.inspiration-category .btn {
  display: block;
  margin-top: 20px;
  background: #fff;
  color: #02D9FF; }

.inspiration-content .thumb {
  max-height: 145px;
  overflow: hidden; }

.inspiration-content .slider-arrow {
  position: absolute;
  top: 50%;
  z-index: 101;
  width: 76px;
  height: 42px;
  display: block; }
  .inspiration-content .slider-arrow:active {
    top: calc(50% + 3px); }
  @media only screen and (max-width: 991px) {
    .inspiration-content .slider-arrow {
      width: 50px;
      height: 28px;
      background-size: contain !important; } }

.inspiration-content #arrow-prev {
  background: url("arrow-prev.png") no-repeat;
  left: 20px; }
  @media only screen and (max-width: 991px) {
    .inspiration-content #arrow-prev {
      left: 10px; } }

.inspiration-content #arrow-next {
  background: url("arrow-next.png") no-repeat;
  right: 20px; }
  @media only screen and (max-width: 991px) {
    .inspiration-content #arrow-next {
      right: 10px; } }

.contact-wrap {
  padding-top: 40px;
  padding-bottom: 40px; }
  .contact-wrap h3 {
    color: #02D9FF;
    text-transform: none; }
  .contact-wrap p {
    color: #4D5B66;
    margin-bottom: 30px;
    font-family: "Raleway", sans-serif; }
    .contact-wrap p strong {
      font-weight: 600;
      display: block; }

.form-wrap {
  background: #E9EFF0;
  padding-top: 40px;
  padding-bottom: 40px; }
  .form-wrap h3 {
    text-align: center;
    color: #02D9FF;
    font-size: 24px;
    margin-bottom: 30px; }

#contactFormWrapper label, #contactFormWrapper input {
  width: 100%;
  display: block; }

#contactFormWrapper label {
  text-transform: uppercase;
  color: #A4ADB4; }

#contactFormWrapper input, #contactFormWrapper textarea, #contactFormWrapper select {
  width: 100%;
  border-radius: 0;
  padding: 10px 15px;
  margin-bottom: 20px;
  border: 6px solid #DFE7E9; }

#contactFormWrapper input, #contactFormWrapper textarea {
  background: #fff; }

#contactFormWrapper select {
  text-transform: uppercase; }

#contactFormWrapper input[type="submit"] {
  padding: 15px 25px;
  display: table;
  margin-left: auto;
  width: auto;
  color: #fff;
  background: #02D9FF;
  border: 6px solid #63E8FF; }
  #contactFormWrapper input[type="submit"]:hover {
    -webkit-transform: scale3d(1.05, 1.05, 1);
            transform: scale3d(1.05, 1.05, 1);
    box-shadow: 0px 5px 12px 1px rgba(0, 0, 0, 0.29); }

.formresponse {
  text-align: center; }
  .formresponse .redalert {
    color: #e00000; }

/*our story page*/
.our-story-wrap {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #fff url("bkg-sketch.jpg") center top no-repeat;
  background-size: cover; }
  .our-story-wrap h2 {
    font-size: 26px;
    margin-bottom: 30px; }
    .our-story-wrap h2 span {
      display: block; }
  .our-story-wrap p {
    margin-bottom: 30px;
    color: #4D5B66;
    line-height: 1.9;
    font-family: "Raleway", sans-serif; }

.josh-sam-wrap {
  padding: 0; }
  .josh-sam-wrap .row {
    padding-top: 140px;
    padding-bottom: 140px;
    background: url("feat-sam-josh.jpg") right top 0px no-repeat; }
    @media only screen and (max-width: 991px) {
      .josh-sam-wrap .row {
        background: url("feat-sam-josh.jpg") center bottom 0px no-repeat;
        background-size: 400px 540px !important;
        padding-bottom: 510px;
        padding-top: 60px; } }
  .josh-sam-wrap p {
    color: #00505E;
    font-size: 26px;
    text-transform: none;
    margin-bottom: 25px; }
    .josh-sam-wrap p + p {
      margin-top: 40px; }
    .josh-sam-wrap p span {
      display: block;
      color: #02D9FF;
      font-weight: 800; }

.pagination {
  display: block; }
  .pagination a {
    color: #02D9FF; }
    .pagination a:hover {
      color: #000; }

.videothumb {
  display: block;
  position: relative;
  width: 100%;
  min-width: 100%;
  height: 0;
  padding-top: 56.25%;
  background-size: cover;
  background-position: center; }
  .videothumb.videothumbtight {
    padding-top: 48.75%; }

.content-wrap {
  padding-top: 40px;
  padding-bottom: 40px; }

.bodytext {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  line-height: 1.6; }
  .bodytext strong {
    font-weight: 800; }
  .bodytext p {
    margin: 0 0 20px; }
  .bodytext a {
    text-transform: none; }

.panel-group {
  border: 1px solid #e9eff0; }
  .panel-group .panel, .panel-group .panel-body {
    border: none; }
  .panel-group .panel-heading {
    background-color: #e9eff0;
    border: none;
    padding: 0 13px; }
    .panel-group .panel-heading h4 a {
      position: relative;
      color: #66777a;
      font-family: "Spinnaker";
      display: block;
      width: 100%;
      font-size: 18px;
      line-height: 50px; }
      .panel-group .panel-heading h4 a:hover {
        color: #00d8ff; }
      .panel-group .panel-heading h4 a .icon_plus {
        float: right;
        width: 41px;
        height: 41px;
        margin-top: 5px;
        position: absolute;
        top: 0px;
        right: 1px;
        background-image: url("icons-legacy.png");
        background-repeat: no-repeat;
        background-position: 0 -1088px; }
      .panel-group .panel-heading h4 a.collapsed .icon_plus {
        background-position: 0 -721px; }
        .panel-group .panel-heading h4 a.collapsed .icon_plus:hover {
          background-position: 0 -966px; }

.nowrap {
  white-space: nowrap; }

.inspiration-slider .slide {
  width: 100%; }

@media only screen and (max-width: 414px) {
  .inspiration-slider {
    margin-bottom: 30px; } }

/* single product page */
.product-wrap {
  background: #e9eff0;
  padding-top: 30px;
  padding-bottom: 30px; }

.product-photos {
  position: relative; }
  .product-photos img {
    border: 3px solid #02D9FF; }
  .product-photos .product-photo-container {
    position: relative; }
    .product-photos .product-photo-container img {
      width: 100%; }
    .product-photos .product-photo-container .product-featured-title {
      position: absolute;
      bottom: 30px;
      left: 0;
      width: 100%;
      z-index: 2;
      background: rgba(0, 193, 227, 0.81);
      color: #fff;
      padding: 8px;
      font-size: 15px;
      font-weight: 700;
      text-align: center;
      text-transform: uppercase; }

/*modal*/
#calc-modal .modal-content {
  background: #02D9FF url("bkg-dry-erase-mobile2.png") center center no-repeat;
  background-size: cover; }

#calc-modal .close {
  opacity: 1; }
  #calc-modal .close span {
    color: #fff; }
    @media only screen and (max-width: 414px) {
      #calc-modal .close span {
        color: #000;
        font-weight: bold; } }

#calc-modal .modal-header {
  border: none; }
  #calc-modal .modal-header h4 {
    color: #26B2CE;
    font-family: "Spinnaker", sans-serif;
    font-weight: 700; }

#calc-modal .modal-body {
  padding: 30px 20px 260px 20px; }
  #calc-modal .modal-body label {
    width: 100%;
    display: block;
    font-size: 15px; }
  #calc-modal .modal-body input {
    width: 80%;
    margin-right: 5%; }
  #calc-modal .modal-body h4 {
    text-align: center;
    margin-top: 40px; }
    #calc-modal .modal-body h4 span.block {
      display: block;
      font-size: 30px;
      margin-top: 16px;
      font-family: "Spinnaker", sans-serif;
      font-weight: 700; }

.calculator-wrap .container {
  padding-top: 30px;
  padding-bottom: 0; }

.calculator-wrap .calc {
  padding: 20px;
  background: url("bkg-calculator.jpg") center top no-repeat;
  background-size: cover;
  margin-bottom: 0; }
  .calculator-wrap .calc h3 {
    color: #000;
    font-size: 30px;
    text-transform: none;
    margin-bottom: 20px;
    font-weight: 600; }
    .calculator-wrap .calc h3 span {
      font-weight: 500;
      display: block;
      font-size: 20px; }
  .calculator-wrap .calc .btn {
    outline: none !important;
    padding: 15px 30px;
    background: #02D9FF;
    border: 4px solid #63E8FF;
    color: #fff;
    border-radius: 0; }
    .calculator-wrap .calc .btn:hover {
      background: #00c0e2;
      -webkit-transform: scale3d(1.05, 1.05, 1);
              transform: scale3d(1.05, 1.05, 1);
      box-shadow: 0px 5px 12px 1px rgba(0, 0, 0, 0.29); }
    @media only screen and (max-width: 768px) {
      .calculator-wrap .calc .btn {
        font-size: 28px;
        padding: 30px; } }

.product {
  clear: none;
  padding: 0 10px; }
  .product:before, .product:after {
    display: none; }
  .product:hover .image a:after {
    background: rgba(0, 0, 0, 0.5); }
  .product:hover .image .title {
    padding: 20px 8px; }
  .product .image {
    background-size: cover !important; }
    .product .image a {
      display: block;
      position: relative;
      width: 100%;
      min-width: 100%;
      height: 0;
      padding-top: 75%;
      background-size: cover;
      background-position: top center; }
      .product .image a:after {
        position: absolute;
        top: 0;
        left: 0;
        content: " ";
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.2);
        z-index: 1;
        box-shadow: inset 0px 0px 0px 2px #02D9FF; }
      .product .image a .title {
        width: 100%;
        position: absolute;
        display: table;
        top: 0;
        left: 0;
        right: 0;
        margin: auto;
        z-index: 2;
        background: rgba(0, 193, 227, 0.81);
        color: #fff;
        padding: 8px;
        font-size: 15px;
        font-weight: 600;
        text-align: center; }
      .product .image a img {
        position: absolute;
        top: 0;
        left: 0;
        min-width: 100%;
        min-height: 100%; }
  .product .selection {
    padding: 0 20px 20px 20px;
    background: #E9EFF0; }
  .product .price {
    font-size: 36px;
    font-family: "Raleway", sans-serif;
    color: #4D5B66;
    font-weight: 800;
    text-align: center;
    padding: 20px 0; }
  .product .btn-group {
    display: block;
    text-align: center;
    margin-right: -20px;
    margin-left: -20px;
    min-height: 46px; }
  .product .dropdown-toggle {
    border: none;
    border-radius: 0;
    float: none;
    display: block;
    width: 100%;
    color: #4D5B66;
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    font-size: 16px;
    padding: 12px;
    position: relative; }
    .product .dropdown-toggle:after {
      content: " ";
      position: absolute;
      right: 20px;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50);
      background: url("dd-arrow-dark.png") no-repeat;
      height: 12px;
      width: 24px !important; }
  .product .product-dropdown {
    width: 100%; }
  .product input[type="submit"] {
    display: block;
    padding: 20px;
    width: 100%;
    border-radius: 0;
    background: #02D9FF;
    border: 4px solid #63E8FF;
    color: #0092AC;
    font-size: 20px; }
    .product input[type="submit"]:hover {
      background: #02D9FF;
      color: #fff;
      -webkit-transform: scale3d(1.05, 1.05, 1);
              transform: scale3d(1.05, 1.05, 1);
      box-shadow: 0px 5px 12px 1px rgba(0, 0, 0, 0.29); }
  .product .submit {
    display: inline; }
  .product .incart {
    display: block;
    padding: 20px;
    width: 100%;
    border-radius: 0;
    background: #adbebe;
    border: 4px solid #c8dcdc;
    color: #fff;
    font-size: 20px;
    text-align: center;
    text-transform: uppercase; }

.product-details .product-title {
  font-size: 26px;
  color: #02D9FF;
  font-weight: 700;
  margin-bottom: 12px; }

.product-details .product-price {
  color: #4d5b66;
  font-size: 35px;
  font-family: "Raleway", sans-serif;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 12px; }

.product-details .productdiv {
  margin-bottom: 12px; }

.product-details .yotpo {
  margin-bottom: 30px; }

.product-details .product-order {
  margin-bottom: 0; }
  .product-details .product-order .selection {
    padding: 0 20px 20px 0; }
  .product-details .product-order .btn-group {
    min-height: 42px; }
  .product-details .product-order .dropdown-toggle {
    padding: 6px; }
  .product-details .product-order .dropdown-menu {
    right: 0;
    margin-top: -9px; }

.product-details .product-description {
  line-height: 1.6;
  font-family: "Raleway", sans-serif;
  font-weight: 500; }
  .product-details .product-description ul li {
    font-weight: 800; }

.product-details .social-share p {
  font-weight: 700;
  color: #000;
  font-size: 20px; }

.product-details .share-icon {
  text-indent: -9999px;
  overflow: hidden;
  background: url("social-share-icons.png") no-repeat;
  height: 20px;
  display: inline-block;
  margin-left: 10px;
  position: relative;
  top: 4px; }
  .product-details .share-icon.share-facebook {
    width: 9px;
    background-position: 0 0; }
  .product-details .share-icon.share-twitter {
    width: 23px;
    background-position: -9px 0; }

.template-cart .page-intro {
  background: #fff url("bkg-cart.jpg") center top no-repeat;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 100px; }

.template-cart .cart-wrap {
  padding-top: 20px;
  padding-bottom: 0; }

.product-photo-thumbs a {
  display: block;
  position: relative;
  width: 100%;
  min-width: 100%;
  height: 0;
  padding-top: 75%;
  background-size: cover;
  background-position: top center;
  border: 3px solid #02D9FF; }

@media only screen and (max-width: 414px) {
  .product-photo-thumbs {
    display: none; } }

.cartaddpop .close {
  opacity: 1; }
  .cartaddpop .close span {
    color: #fff; }

.cartaddpop .modal-header {
  border: none;
  background: #02D9FF; }
  .cartaddpop .modal-header h4 {
    color: #fff;
    font-family: "Spinnaker", sans-serif;
    font-weight: 700; }

.cartaddpop .modal-body {
  background: #fff;
  text-align: center;
  padding: 30px; }
  .cartaddpop .modal-body p {
    margin: 0 0 20px; }
  .cartaddpop .modal-body .productname {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase; }
  .cartaddpop .modal-body .btn, .cartaddpop .modal-body button {
    margin: 0 15px;
    padding: 15px 25px;
    display: inline-block;
    width: auto;
    color: #fff;
    text-transform: uppercase;
    background: #02D9FF;
    border: 6px solid #63E8FF; }
    .cartaddpop .modal-body .btn:hover, .cartaddpop .modal-body button:hover {
      -webkit-transform: scale3d(1.05, 1.05, 1);
              transform: scale3d(1.05, 1.05, 1);
      box-shadow: 0px 5px 12px 1px rgba(0, 0, 0, 0.29); }
    @media only screen and (max-width: 414px) {
      .cartaddpop .modal-body .btn, .cartaddpop .modal-body button {
        margin: 5px 15px; } }

.writeycart {
  margin-bottom: 20px; }
  @media only screen and (max-width: 414px) {
    .writeycart td {
      padding: 10px 5px 0; }
    .writeycart h2.delta {
      font-size: 18px;
      line-height: 1.3; } }

.additional-checkout-buttons {
  margin-top: 20px; }

.template-blog .page-intro, .template-article .page-intro {
  background: url("bkg-blog.jpg") center top no-repeat; }

.template-blog .featured-wrap, .template-article .featured-wrap {
  background: #fff url("bkg-sketch.jpg") center top no-repeat !important;
  background-size: cover !important;
  border-bottom: 1px solid #F4F5F8; }

.template-blog .blog-wrap {
  padding-top: 40px;
  padding-bottom: 40px; }

.blogheader {
  line-height: 1;
  padding-bottom: 30px;
  margin-bottom: 0;
  border-bottom: 1px solid #dadada; }

.blog-recent {
  padding: 5px 0 10px; }
  .blog-recent a {
    color: #02D9FF; }
    .blog-recent a:hover {
      color: #9C9C9C; }

.blog-post {
  padding: 5px 0 10px;
  border-bottom: 1px solid #dadada; }
  .blog-post .title {
    font-family: "Spinnaker", sans-serif;
    font-weight: 700;
    color: #00505E; }
    .blog-post .title a {
      color: inherit; }
  .blog-post .hometitle {
    font-family: "Spinnaker", sans-serif;
    font-weight: 700;
    color: #00505E;
    line-height: 1.1; }
    .blog-post .hometitle a {
      color: inherit; }
  .blog-post .date {
    font-family: "Spinnaker", sans-serif;
    font-weight: 700;
    color: #9C9C9C;
    font-size: 14px;
    margin-bottom: 2px; }
  .blog-post .readmore {
    margin: 10px 0; }
  .blog-post .tags {
    color: #9C9C9C;
    font-size: 14px;
    font-weight: 500; }
    .blog-post .tags a {
      text-transform: none;
      color: #9C9C9C; }
      .blog-post .tags a:hover {
        color: #02D9FF; }

.template-article .blog-post {
  padding-top: 40px;
  padding-bottom: 40px; }

.article .title {
  line-height: 1.1; }

.article .meta {
  margin: 0 0 30px; }

.press-post {
  padding: 5px 0;
  border-bottom: 1px solid #dadada; }
  .press-post .title {
    font-family: "Spinnaker", sans-serif;
    font-weight: 700;
    color: #00505E; }
    .press-post .title a {
      color: inherit; }
  .press-post .hometitle {
    font-family: "Spinnaker", sans-serif;
    font-weight: 700;
    color: #00505E;
    line-height: 1.1; }
    .press-post .hometitle a {
      color: inherit; }
  .press-post .date {
    font-family: "Spinnaker", sans-serif;
    font-weight: 700;
    color: #9C9C9C;
    font-size: 14px;
    margin-bottom: 2px; }
  .press-post .bodytext p:first-child {
    color: #9C9C9C;
    font-weight: 800;
    margin: 0 0 10px; }

.account-wrap {
  padding-top: 40px;
  padding-bottom: 40px; }
  .account-wrap form {
    max-width: 500px;
    margin: 0 auto; }
    .account-wrap form label, .account-wrap form input {
      width: 100%; }
    .account-wrap form input {
      margin-bottom: 20px; }
  .account-wrap .errors ul li {
    padding: 10px;
    border-radius: 4px;
    background: #F45C5C;
    color: #fff; }

.login-form .close {
  opacity: 1; }
  .login-form .close span {
    color: #fff; }

.login-form .modal-header {
  border: none;
  background: #02D9FF; }
  .login-form .modal-header h4 {
    color: #fff;
    font-family: "Spinnaker", sans-serif;
    font-weight: 700; }

.login-form .modal-body {
  background: #E9EFF0;
  padding: 30px; }
  .login-form .modal-body .register-link {
    margin: 30px -30px -30px -30px;
    padding: 20px 30px;
    background-color: white;
    text-align: center; }

.login-form form label {
  width: 100%;
  display: block;
  margin-bottom: 8px;
  text-transform: uppercase;
  color: #A4ADB4; }

.login-form form input {
  width: 100%;
  border-radius: 0;
  padding: 10px 15px;
  margin-bottom: 20px;
  border: 6px solid #DFE7E9;
  background-color: #fff; }

.login-form form input[type="checkbox"] {
  width: auto; }

.login-form form select {
  margin-bottom: 20px; }

.login-form form input[type="submit"] {
  padding: 15px 25px;
  display: table;
  margin-left: auto;
  width: auto;
  color: #fff;
  background: #02D9FF;
  border: 6px solid #63E8FF; }
  .login-form form input[type="submit"]:hover {
    -webkit-transform: scale3d(1.05, 1.05, 1);
            transform: scale3d(1.05, 1.05, 1);
    box-shadow: 0px 5px 12px 1px rgba(0, 0, 0, 0.29); }

.login-form hr {
  border-top: 1px solid #FFF; }

.login-form p a {
  color: #02D9FF;
  text-transform: none; }

a.noline {
  color: #000;
  text-decoration: none; }

.container.cabannerwrap {
  padding-top: 4px;
  padding-bottom: 0;
  height: 28px; }

.cabanner {
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  text-transform: uppercase;
  background-color: #fff; }
  .cabanner .cabannerflag {
    display: inline-block;
    margin: -1px 12px 0;
    width: 48px;
    height: 24px;
    background-image: url("flag-canada-48x24-2x.png");
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    vertical-align: middle; }
  .cabanner.red {
    color: red; }
  .cabanner.bold {
    font-weight: bold; }
  @media only screen and (max-width: 991px) {
    .cabanner .cabannerflag {
      display: none; }
    .cabanner span {
      display: none; }
      .cabanner span.showmobile {
        display: inline; } }

a.regionbanner {
  display: block;
  border: none;
  outline: none;
  cursor: pointer;
  text-decoration: none;
  color: #000; }
  a.regionbanner:hover, a.regionbanner:active {
    border: none;
    outline: none;
    text-decoration: none;
    color: #000; }

.shappify-sales-icon-collection {
  position: absolute;
  top: -10px;
  left: -5px;
  z-index: 999; }

.shappify-sales-icon-product {
  position: absolute;
  top: -8px;
  left: 9px;
  z-index: 999;
  border: none !important; }
