/** Shopify CDN: Minification failed

Line 6434:2 "@import" is only valid at the top level
Line 9770:4 Expected identifier but found "*"
Line 9835:4 Expected identifier but found "*"
Line 9874:4 Expected identifier but found "*"

**/
/*---Start CSS---*/
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.7.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */
@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }

@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom; }

@-webkit-keyframes flash {
  from,
  50%,
  to {
    opacity: 1; }

  25%,
  75% {
    opacity: 0; } }

@keyframes flash {
  from,
  50%,
  to {
    opacity: 1; }

  25%,
  75% {
    opacity: 0; } }

.flash {
  -webkit-animation-name: flash;
  animation-name: flash; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse; }

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand; }

@-webkit-keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }

@keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }

.shake {
  -webkit-animation-name: shake;
  animation-name: shake; }

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake; }

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing; }

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }

  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }

  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.tada {
  -webkit-animation-name: tada;
  animation-name: tada; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble; }

@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }

  77.7% {
    -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg); }

  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }

@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }

  77.7% {
    -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg); }

  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center; }

@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }

  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }

  28% {
    -webkit-transform: scale(1);
    transform: scale(1); }

  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }

  70% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }

  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }

  28% {
    -webkit-transform: scale(1);
    transform: scale(1); }

  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }

  70% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

.heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out; }

@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn; }

@-webkit-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown; }

@-webkit-keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft; }

@-webkit-keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight; }

@-webkit-keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp; }

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }

  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }

  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }

.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut; }

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown; }

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft; }

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight; }

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp; }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }

  to {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }

  to {
    opacity: 1; } }

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig; }

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig; }

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig; }

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig; }

@-webkit-keyframes fadeOut {
  from {
    opacity: 1; }

  to {
    opacity: 0; } }

@keyframes fadeOut {
  from {
    opacity: 1; }

  to {
    opacity: 0; } }

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1; }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@keyframes fadeOutDown {
  from {
    opacity: 1; }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown; }

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1; }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

@keyframes fadeOutDownBig {
  from {
    opacity: 1; }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig; }

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1; }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@keyframes fadeOutLeft {
  from {
    opacity: 1; }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft; }

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1; }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

@keyframes fadeOutLeftBig {
  from {
    opacity: 1; }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig; }

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1; }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

@keyframes fadeOutRight {
  from {
    opacity: 1; }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight; }

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1; }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

@keyframes fadeOutRightBig {
  from {
    opacity: 1; }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig; }

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1; }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@keyframes fadeOutUp {
  from {
    opacity: 1; }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp; }

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1; }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

@keyframes fadeOutUpBig {
  from {
    opacity: 1; }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig; }

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }

  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }

  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }

  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }

  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }

  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }

  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }

  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }

  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip; }

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX; }

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY; }

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

.flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY; }

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg); }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg); }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1; }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

@keyframes lightSpeedOut {
  from {
    opacity: 1; }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn; }

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft; }

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight; }

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft; }

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight; }

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut; }

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }

@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft; }

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight; }

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft; }

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }

@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight; }

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }

  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }

  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }

  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }

  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-name: hinge; }

@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom; }

  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }

  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg); }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom; }

  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }

  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg); }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1; }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }

@keyframes rollOut {
  from {
    opacity: 1; }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut; }

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }

  50% {
    opacity: 1; } }

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }

  50% {
    opacity: 1; } }

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn; }

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown; }

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft; }

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight; }

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp; }

@-webkit-keyframes zoomOut {
  from {
    opacity: 1; }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }

  to {
    opacity: 0; } }

@keyframes zoomOut {
  from {
    opacity: 1; }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }

  to {
    opacity: 0; } }

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut; }

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown; }

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft; }

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight; }

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp; }

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown; }

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft; }

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight; }

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp; }

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown; }

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft; }

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight; }

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp; }

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s; }

.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s; }

.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s; }

.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s; }

.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s; }

.animated.fast {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms; }

.animated.faster {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms; }

.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s; }

.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s; }

@media (prefers-reduced-motion) {
  .animated {
    -webkit-animation: unset !important;
    animation: unset !important;
    -webkit-transition: none !important;
    transition: none !important; } }
/******************************************************************
Theme Name: Parallax 2.4.4
Theme URI: http://themes.shopify.com/themes/parallax/styles/aspen?ref=out-of-the-sandbox
Author: Out of the Sandbox (http://outofthesandbox.com)
Description: Shopify Theme (http://www.shopify.com/?ref=out-of-the-sandbox)
******************************************************************/
/* Table of Content
==================================================
  #Reset & Basics
  #Basic Styles
  #Typography
  #Links
  #Lists
  #Menu
  #Images
  #Videos
  #Buttons
  #Tabs
  #Forms
  #Tables
  #Misc
  #Site Styles
  #Instagram Feed
  #Swatch Styles
  #mmenu
  #FlexSlider
  #FancyBox
  #Layout
  #Password Page
  #Integrated Shopify Reviews
  #Homepage Banner Images
  #Font-Face
  #Custom Styles */
/* #Reset & Basics
================================================== */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, 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 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit; }

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

body {
  line-height: 1; }

blockquote, q {
  quotes: none; }

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

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

sup {
  font-size: 8px;
  font-weight: normal !important; }

/* #Basic Styles
================================================== */
body {
  background-color: #fff;
  line-height: 1.8em; }

#content_wrapper {
  background-image: url("//mara-labs.com/cdn/shop/t/89/assets/custom_bg.png?v=26164");
  background-repeat: no-repeat;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-attachment: fixed; }

::-moz-selection {
  background-color: #000;
  color: #fff; }

::selection {
  background: #FFF7B6;
  color: black; }

/* #Typography
================================================== */
.logo {
  line-height: 0; }

h1, h2, h3, h4, h5, h6, .collection_title, .headline, .headline-home, p.subtitle, .empty_cart, .promo_banner {
  display: block;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.footer_menu a {
  text-transform: capitalize;
  color: #000; }

h1.headline-home {
  text-transform: capitalize;
  background: rgba(255, 255, 255, 0.3);
  padding: 40px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4); }

h1.center {
  margin-top: 25px;
  padding-bottom: 30px; }

h4.title a {
  border: 0;
  padding: 0;
  margin: 0; }

h5, .h5 {
  font-size: 18px;
  padding-bottom: 1em; }

h5.sub_title {
  padding: 5px 0; }

h6, .h6, h6.title {
  font-size: 16px;
  margin-bottom: 5px; }

ul.footer_menu a, ul.footer_menu a:visited {
  font-size: 14px; }

ul.footer_menu li {
  width: auto;
  float: left;
  margin-bottom: 5px; }

.subheader {
  color: #777; }

p {
  margin: 0 0 15px;
  font-style: normal;
  line-height: 1.8em; }

p img {
  margin: 0; }

sub {
  font-size: 60%; }

em, i {
  font-style: italic; }

strong, b {
  font-weight: bold; }

small {
  font-size: 90%; }

.feature img {
  position: relative;
  top: 7px;
  margin-right: 5px;
  width: 25px;
  height: 25px; }

.feature p {
  font-size: smaller; }

#featured_links {
  padding: 20px 0; }

#featured_links h2 {
  padding-top: 15px; }

#featured_links .column, #featured_links .columns {
  opacity: 1; }

.feature_divider {
  border: 0px;
  display: block;
  width: 70px;
  margin: 25px auto;
  border: 0px;
  border-bottom: 0;
  display: block;
  width: 30px;
  margin: 25px auto;
  border: 0px;
  display: block;
  width: 110px;
  height: 1px;
  border-right: 0;
  border-left: 0;
  border-bottom: 0;
  margin: 25px auto;
  border: 0px;
  display: block;
  height: 2px;
  border-right: 0;
  border-left: 0;
  width: 180px;
  margin: 25px auto;
  border-color: #fff; }

.content1 h2, .content2 h2, .content3 h2 {
  margin-bottom: 0; }

/*  Blockquotes  */
blockquote, blockquote p {
  font-size: 17px;
  line-height: 24px;
  font-style: italic; }

blockquote {
  margin: 0 0 20px;
  padding: 9px 20px 0 19px; }

blockquote cite {
  display: block;
  font-size: 12px;
  color: #555; }

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

blockquote cite a, blockquote cite a:visited, blockquote cite a:visited {
  color: #555; }

hr {
  border-width: 1px 0 0;
  clear: both;
  margin: 12px 0;
  height: 0; }

.quote {
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  margin: 0 0 20px 0;
  font-style: italic; }

div.section.collection_description {
  margin: 0 0 1.5em 0; }

.description {
  padding-top: 7%; }

/* #Links
================================================== */
/* #Lists
================================================== */
/* #Menu
================================================== */
.sidebar_content {
  padding-right: 20px; }

.sidebar .newsletter {
  margin-bottom: 20px; }

.sidebar li ul {
  margin: 10px 0 8px 14px; }

.sidebar li ul li {
  margin-bottom: 12px; }

.sidebar input.sign_up[type="submit"], .sidebar input.contact_email[type="email"] {
  width: 100% !important;
  margin-left: 0; }

.sidebar_content .sidebar-section {
  margin-bottom: 25px;
  float: left;
  width: 100%; }

.sidebar_content .sidebar-section h4 {
  background-color: #e6e6e6;
  padding: 0 0 0 15px; }

#search {
  /* @include background-opacity(#000, 0.6);
  display: none;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 900;
  position: fixed;
  text-align: center;
  overflow: hidden;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; */ }

div.search-close {
  padding-top: 125px;
  font-size: 32px;
  color: #888;
  position: relative;
  right: 0;
  float: right;
  top: 83px;
  font-size: 28px;
  cursor: pointer; }

#search form {
  z-index: 950;
  clear: both; }

#search form input {
  height: 45px;
  border: solid 1px #8a898a;
  padding-left: 15px;
  font-size: 16px; }

.blog_search {
  position: relative; }

.blog_search .icon-search {
  position: absolute;
  font-size: 20px;
  top: 10px;
  left: 12px;
  cursor: pointer; }

.blog_search .search_box {
  padding-left: 36px; }

::-webkit-input-placeholder {
  color: #888; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #888; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #888; }

:-ms-input-placeholder {
  color: #888; }

/* #Images
================================================== */
/*
  The purpose of the below declaration is to make sure images don't
  exceed the width of columns they are put into when resizing window.
  Unfortunately, this declaration breaks certain lightbox, slider or other plugins,
  so the best solution is to individually call these properties on images that
  are children of the grid that you want to resize with grid.
*/
.product_row img, .product_image_col img, .article img, .article_image img, .section img, .thumbnail img, .page img, .sidebar img, .logo img, .cart_image img, .footer img, #target img {
  max-width: 100%;
  height: auto; }

.zoomImg {
  max-width: inherit !important;
  cursor: pointer; }

/* #Videos
================================================== */
/*
  For YouTube and Vimeo videos, wrap the embedded code snippet
  in a <div class="video-container"><div> tags to allow it to resize.
  For example:
  <div class="video-container youtube">
    <div>
     <iframe allowfullscreen="" frameborder="0" height="480" src="//www.youtube.com/embed/mSfXRb4W-R0?rel=0" width="853">
</iframe>
    </div>
  </div>
*/
.video-container > div {
  position: relative; }

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

.vimeo {
  max-width: 830px;
  margin: 0 auto; }

.vimeo > div {
  padding-top: 56.26506%; }

.youtube {
  max-width: 853px;
  margin: 0 auto; }

.youtube > div {
  padding-top: 56.271981%; }

.slideshow-video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
  overflow: hidden; }

.slideshow-video-container iframe,
.slideshow-video-container object,
.slideshow-video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.video-wrapper {
  width: 600px;
  max-width: 100%; }

.header-video {
  position: relative;
  overflow: hidden; }

.header-video .hsContent {
  cursor: pointer; }

.header-video iframe, .header-video video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.header-video iframe {
  height: 100%;
  width: 100%; }

video {
  display: block;
  width: 100%;
  height: auto; }

.header-video--media {
  width: 100%;
  height: auto; }

#slide-1 .hsContainer {
  background-color: rgba(0, 0, 0, 0.3); }

#slide-article .hsContainer {
  background-color: rgba(0, 0, 0, 0.3); }

/* #Buttons
================================================== */
/*
a.button,
  button,
  input[type="submit"],
  input[type="reset"],
  input[type="button"],
  .action_button,
  a.action_button,
  input.action_button[type="submit"],
  input.action_button[type="button"],
  share-button {
    background: ;
    color: ;
    border: 0;
    padding: 10px 20px;
    text-align: center;
    cursor: pointer;
    //font-family: ;
  
    
    font-weight: ;
    font-size: px;
    text-transform: ;
    display: inline-block;
    -webkit-transition: all 200ms ease 0s;
    -moz-transition: all 200ms ease 0s;
    -ms-transition: all 200ms ease 0s;
    -o-transition: all 200ms ease 0s;
    transition: all 200ms ease 0s;
    -webkit-appearance: none;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  a.button:hover,
  button:hover,
  input[type="submit"]:hover,
  input[type="reset"]:hover,
  input[type="button"]:hover,
  .action_button:hover,
  input.action_button[type="submit"]:hover,
  input.action_button[type="button"]:hover {
    background: ;
    -webkit-transition: all 200ms ease 0s;
    -moz-transition: all 200ms ease 0s;
    -ms-transition: all 200ms ease 0s;
    -o-transition: all 200ms ease 0s;
    transition: all 200ms ease 0s;
  }

  a.button:active,
    button:active,
    input[type="submit"]:active,
    input[type="reset"]:active,
    input[type="button"]:active,
    .action_button:active,
    input.action_button[type="submit"]:active,
    input.action_button[type="button"]:active {
      -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
      -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
      box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  }
*/
.add_to_cart, #cart_form .add_to_cart, form.product_form input.add_to_cart {
  width: 55%;
  margin-bottom: 0px;
  letter-spacing: 2px; }

#cart textarea {
  float: left;
  width: 50%;
  width: 90%;
  margin: 10px 20px 0px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 4em;
  background: white;
  background: rgba(255, 255, 255, 0.8); }

#cart textarea:hover {
  background-color: #fff; }

#cart {
  margin-bottom: 0; }

#cart a.action_button.edit_cart {
  width: 180px;
  margin-left: 20px;
  margin-top: 20px;
  background-color: #444;
  text-align: center;
  text-indent: 0; }

#cart .action_button {
  width: 180px;
  margin-right: 20px;
  margin-top: 20px;
  text-align: center;
  text-indent: 0;
  padding: 10px;
  line-height: 1; }

#cart .action_button:hover {
  background-color: #00a651; }

#cart span::-moz-selection, #cart p::-moz-selection, #cart input::-moz-selection {
  background: transparent;
  color: inherit; }

#cart span::selection, #cart p::selection, #cart input::selection {
  background: transparent;
  color: inherit; }

label.tos_label {
  display: inline;
  font-weight: normal;
  text-transform: none; }

.tos {
  text-align: right;
  margin: 10px 20px 10px 0; }

share-button {
  position: relative;
  -webkit-font-smoothing: antialiased;
  cursor: pointer;
  white-space: nowrap;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  text-transform: uppercase; }

share-button:hover {
  color: rgba(51, 51, 51, 0.8);
  background: rgba(162, 155, 170, 0.8); }

share-button:before {
  position: absolute;
  line-height: 1em;
  left: 0.6em;
  width: 1em;
  height: 1em;
  content: ' ';
  background: 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%22100%25%22%20width%3D%22100%25%22%3E%0A%20%20%20%20%3Cpath%20d%3D%22M15%2015H2V6h2.595s.69-.896%202.17-2H1c-.553%200-1%20.45-1%201v11c0%20.553.447%201%201%201h15c.553%200%201-.447%201-1v-3.746L15%2013.9V15zm-1.64-6.95v3.55L20%206.4l-6.64-5v3.132C5.3%204.532%205.3%2012.5%205.3%2012.5c2.282-3.748%203.686-4.45%208.06-4.45z%22%2F%3E%0A%3C%2Fsvg%3E) no-repeat; }

share-button .sb-social {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease; }

share-button .sb-social.sb-center {
  left: 50%; }

share-button .sb-social.sb-center.sb-top {
  top: 0;
  -webkit-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%); }

share-button .sb-social.sb-center.sb-bottom {
  bottom: 0;
  -webkit-transform: translate(-50%, 100%);
  transform: translate(-50%, 100%); }

share-button .sb-social.sb-center.active.sb-top {
  top: -1em; }

share-button .sb-social.sb-center.active.sb-bottom {
  bottom: -1em; }

share-button .sb-social.sb-left {
  left: 50%; }

share-button .sb-social.sb-left.sb-top {
  top: 0;
  -webkit-transform: translate(calc(-100% + 30px), -100%);
  transform: translate(calc(-100% + 30px), -100%); }

share-button .sb-social.sb-left.sb-middle {
  top: 50%;
  left: 0;
  -webkit-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%); }

share-button .sb-social.sb-left.sb-bottom {
  bottom: 0;
  -webkit-transform: translate(calc(-100% + 30px), 100%);
  transform: translate(calc(-100% + 30px), 100%); }

share-button .sb-social.sb-left.active.sb-top {
  top: -1em; }

share-button .sb-social.sb-left.active.sb-middle {
  left: -1em; }

share-button .sb-social.sb-left.active.sb-bottom {
  bottom: -1em; }

share-button .sb-social.sb-right {
  left: 50%; }

share-button .sb-social.sb-right.sb-top {
  top: 0;
  -webkit-transform: translate(-30px, -100%);
  transform: translate(-30px, -100%); }

share-button .sb-social.sb-right.sb-middle {
  top: 50%;
  left: 100%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%); }

share-button .sb-social.sb-right.sb-bottom {
  bottom: 0;
  -webkit-transform: translate(-30px, 100%);
  transform: translate(-30px, 100%); }

share-button .sb-social.sb-right.active.sb-top {
  top: -1em; }

share-button .sb-social.sb-right.active.sb-middle {
  left: calc(100% + 1em); }

share-button .sb-social.sb-right.active.sb-bottom {
  bottom: -1em; }

share-button .sb-social.active {
  opacity: 1;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  visibility: visible; }

share-button .sb-social.load {
  -webkit-transition: none !important;
  transition: none !important; }

@media screen and (max-width: 400px) {
  share-button .sb-social.networks-6.sb-center {
    white-space: initial;
    text-align: center;
    width: 300px; } }
@media screen and (max-width: 460px) {
  share-button .sb-social.networks-7.sb-center {
    white-space: initial;
    text-align: center;
    width: 360px; } }
@media screen and (max-width: 400px) {
  share-button .sb-social.networks-7.sb-center {
    white-space: initial;
    text-align: center;
    width: 300px; } }
@media screen and (max-width: 520px) {
  share-button .sb-social.networks-8.sb-center {
    white-space: initial;
    text-align: center;
    width: 420px; } }
@media screen and (max-width: 460px) {
  share-button .sb-social.networks-8.sb-center {
    white-space: initial;
    text-align: center;
    width: 360px; } }
@media screen and (max-width: 400px) {
  share-button .sb-social.networks-8.sb-center {
    white-space: initial;
    text-align: center;
    width: 300px; } }
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*='email'] {
  background: #42c5b0; }

share-button .sb-social li[class*='email']: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%22100%25%22%20width%3D%22100%25%22%3E%0A%20%20%20%20%3Cpath%20d%3D%22M18.64%202.634c-.344.12-17.32%206.104-17.656%206.222-.284.1-.347.345-.01.48l3.796%201.52%202.25.9L18.004%203.69c.148-.106.318.097.21.213-.106.117-7.87%208.513-7.87%208.513v.002l-.452.503.6.323%204.98%202.682c.292.156.67.027.753-.334.1-.425%202.845-12.26%202.906-12.524.08-.343-.146-.552-.49-.43zM7%2017.162c0%20.246.14.315.33.14.252-.228%202.85-2.56%202.85-2.56L7%2013.098v4.064z%22%2F%3E%0A%3C%2Fsvg%3E); }

share-button .sb-social li[class*='email']: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%22100%25%22%20width%3D%22100%25%22%3E%0A%20%20%20%20%3Cpath%20d%3D%22M18.64%202.634c-.344.12-17.32%206.104-17.656%206.222-.284.1-.347.345-.01.48l3.796%201.52%202.25.9L18.004%203.69c.148-.106.318.097.21.213-.106.117-7.87%208.513-7.87%208.513v.002l-.452.503.6.323%204.98%202.682c.292.156.67.027.753-.334.1-.425%202.845-12.26%202.906-12.524.08-.343-.146-.552-.49-.43zM7%2017.162c0%20.246.14.315.33.14.252-.228%202.85-2.56%202.85-2.56L7%2013.098v4.064z%22%2F%3E%0A%3C%2Fsvg%3E); }

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%22100%25%22%20width%3D%22100%25%22%3E%0A%20%20%20%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%0A%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%22100%25%22%20width%3D%22100%25%22%3E%0A%20%20%20%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%0A%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%22100%25%22%20width%3D%22100%25%22%3E%0A%20%20%20%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%0A%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%22100%25%22%20width%3D%22100%25%22%3E%0A%20%20%20%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%0A%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%22100%25%22%20width%3D%22100%25%22%3E%0A%20%20%20%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%0A%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%22100%25%22%20width%3D%22100%25%22%3E%0A%20%20%20%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%0A%3C%2Fsvg%3E); }

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

share-button .sb-social li[class*='pinterest']: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%22100%25%22%20width%3D%22100%25%22%3E%0A%20%20%20%20%3Cpath%20d%3D%22M8.617%2013.227C8.09%2015.98%207.45%2018.62%205.55%2020c-.587-4.162.86-7.287%201.533-10.605-1.147-1.93.138-5.812%202.555-4.855%202.975%201.176-2.576%207.172%201.15%207.922%203.89.78%205.48-6.75%203.066-9.2C10.37-.274%203.708%203.18%204.528%208.246c.2%201.238%201.478%201.613.51%203.322-2.23-.494-2.896-2.254-2.81-4.6.138-3.84%203.45-6.527%206.77-6.9%204.202-.47%208.145%201.543%208.69%205.494.613%204.462-1.896%209.294-6.39%208.946-1.217-.095-1.727-.7-2.68-1.28z%22%2F%3E%0A%3C%2Fsvg%3E); }

share-button .sb-social li[class*='pinterest']: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%22100%25%22%20width%3D%22100%25%22%3E%0A%20%20%20%20%3Cpath%20d%3D%22M8.617%2013.227C8.09%2015.98%207.45%2018.62%205.55%2020c-.587-4.162.86-7.287%201.533-10.605-1.147-1.93.138-5.812%202.555-4.855%202.975%201.176-2.576%207.172%201.15%207.922%203.89.78%205.48-6.75%203.066-9.2C10.37-.274%203.708%203.18%204.528%208.246c.2%201.238%201.478%201.613.51%203.322-2.23-.494-2.896-2.254-2.81-4.6.138-3.84%203.45-6.527%206.77-6.9%204.202-.47%208.145%201.543%208.69%205.494.613%204.462-1.896%209.294-6.39%208.946-1.217-.095-1.727-.7-2.68-1.28z%22%2F%3E%0A%3C%2Fsvg%3E); }

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

share-button .sb-social li[class*='reddit']: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%20426.66%22%20style%3D%22fill%3A%23fff%3B%22%20height%3D%22100%25%22%20width%3D%22100%25%22%3E%0A%20%20%20%20%3Cpath%20d%3D%22M478.905%20196.556c0-4.5-1.028-8.933-3.268-13.09l-.053-.053-.026-.06c-3.004-6.198-7.72-10.862-13.4-14.05-5.677-3.19-12.317-4.836-18.983-4.836-6.02%200-12.016%201.363-17.338%204.038%2016.916%2014.677%2031.765%2032.37%2041.37%2053.128%203.08-2.668%205.717-5.97%207.68-9.604%202.57-4.785%204.018-10.186%204.018-15.475zm-33.635%2073.442c0-18.484-6.653-36.98-17.43-51.94-21.476-29.868-54.82-49.38-89.497-60.243l-.25-.118c-6.64-2.05-13.373-3.808-20.158-5.402-20.263-4.61-41.026-6.884-61.796-6.884-27.874%200-55.738%204.1-82.43%2012.347-34.67%2011.034-68.108%2030.375-89.557%2060.36v.054C73.29%20233.138%2066.92%20251.74%2066.92%20270.226c0%206.824.857%2013.648%202.655%2020.315h.02c3.906%2014.834%2011.54%2028.153%2021.416%2039.76%209.875%2011.542%2021.99%2021.45%2034.736%2029.525%202.82%201.766%205.652%203.412%208.55%205.06%2037.01%2020.645%2079.63%2029.695%20121.947%2029.695%207.146%200%2014.354-.224%2021.455-.737%2042.62-3.518%2085.41-16.1%20119.995-41.804h.013c11.015-8.145%2021.212-18.05%2029.288-29.25%208.09-11.21%2014.018-23.715%2016.653-37.31v-.067h.012c1.093-5.126%201.607-10.238%201.607-15.416zM86.078%20168.736c-5.514-2.562-11.212-4.387-16.845-4.387-.94%200-1.896.057-2.846.17h-.27c-8.09.23-16.25%203.754-22.377%209.445-6.133%205.633-10.19%2013.2-10.494%2021.62v.053l-.013.06c-.06.684-.08%201.362-.08%201.988%200%205.178%201.59%2010.184%204.276%2014.735%201.994%203.414%204.602%206.483%207.554%209.158%209.453-20.703%2024.222-38.226%2041.093-52.844zM390.448%2058.2c0%20.566%200%201.14.066%201.706v.112c.25%207.167%203.637%2013.827%208.788%2018.774%205.164%204.895%2012.016%207.964%2018.972%207.964h.185l1.5.06c7.01%200%2013.98-3.017%2019.21-7.91%205.242-4.948%208.707-11.66%208.983-18.888v-.053c.053-.572.08-1.08.08-1.653%200-7.45-3.48-14.505-8.933-19.795-5.414-5.237-12.713-8.478-19.92-8.478-2.318%200-4.61.34-6.877%201.026l-.053.053h-.08c-5.928%201.534-11.487%205.177-15.48%2010.07-4.017%204.835-6.44%2010.81-6.44%2017.01zm121.447%20134.937v.06c.08%201.14.105%202.22.105%203.36%200%2012.396-3.992%2024.405-10.646%2034.523-6.218%209.5-14.782%2017.47-24.637%2022.818.633%204.94%201%209.947%201%2014.9-.025%2026.798-9.247%2053.135-25.334%2074.24h-.026c-29.735%2039.538-75.373%2062.857-121.46%2074.583h-.012l-.04.055c-24.57%205.98-49.906%208.985-75.247%208.985-37.766%200-75.512-6.772-110.722-20.923h-.046c-36.508-15.085-71.296-38.97-92.633-74.016-11.475-18.72-17.772-40.683-17.772-62.685%200-5.006.33-10.013%201-14.913-9.617-5.454-17.937-13.082-24.116-22.238C4.71%20221.976.532%20210.487%200%20198.314v-.224c.013-17.068%207.424-33.228%2018.945-45.11%2011.52-11.95%2027.252-19.743%2044.136-19.743h.7c1.76-.12%203.558-.172%205.343-.172%208.478%200%2016.976%201.364%2025.045%204.493h.086c6.89%202.904%2013.734%206.43%2019.834%2011.265%201.977-1.02%204.13-2.22%206.555-3.13%2036.982-21.902%2079.958-30.32%20121.848-32.766.363-20.764%202.91-42.495%2013.03-61.5%208.426-15.81%2023.05-28.102%2040.48-32.37h.158c6.627-1.305%2013.32-1.877%2019.96-1.877%2017.706%200%2035.19%204.156%2051.565%2010.698%207.233-10.922%2017.575-19.46%2029.71-24.235l.118-.06.106-.053C404.73%201.31%20412.266%200%20419.83%200c7.956%200%2015.98%201.482%2023.503%204.835v-.053l.026.053.13.06c10.79%204.157%2019.92%2011.83%2026.39%2021.33%206.47%209.618%2010.29%2021.105%2010.29%2032.884%200%202.16-.133%204.32-.384%206.54l-.013.06-.026.11c-1.265%2015.25-8.985%2028.617-19.92%2038.116-11%209.617-25.243%2015.42-39.867%2015.42-2.345%200-4.716-.17-7.06-.46-14.507-1.134-28.024-8.13-37.958-18.604-9.974-10.408-16.39-24.347-16.39-39.36%200-.685.066-1.48.093-2.166-13.623-6.087-28.062-11.094-42.437-11.094-2.068%200-4.15.12-6.23.343h-.027c-10.75%201.027-20.75%207.793-25.597%2017.522v.053c-7.365%2014.342-8.814%2031.067-9.038%2047.733%2041.224%202.675%2082.71%2012.575%20119.087%2033.45h.054l.527.343c.686.396%201.95%201.08%203.123%201.707%202.49-2.05%205.14-4.098%208.155-5.916%2011.028-7.338%2024.085-10.98%2037.154-10.98%205.81%200%2011.62.737%2017.26%202.16h.013l.225.06.224.06c13.307%203.41%2025.36%2011.033%2034.426%2021.33%209.05%2010.354%2015.15%2023.384%2016.337%2037.6zm-345.39%2080.38h.15c3.254%201.198%206.606%201.765%209.934%201.765%208.285%200%2016.34-3.347%2022.44-8.866%206.094-5.573%2010.258-13.426%2010.258-22.358l-.015-.737.033-1.315c0-8.867-4.11-16.785-10.145-22.292-6.053-5.64-14.09-9.05-22.41-9.05-2.22%200-4.492.288-6.7.796h-.124c-11.008%202.34-20.678%2010.466-24.24%2021.73l-.015.066c-1.02%203.057-1.494%206.244-1.494%209.38%200%206.93%202.272%2013.597%206.198%2019.17%203.887%205.4%209.4%209.67%2016.008%2011.66m179.218%2041.42c-2.635-1.713-5.665-2.74-8.88-2.74-2.582%200-5.27.737-7.654%202.345-22.62%2013.48-49.234%2020.87-75.644%2020.87-19.82%200-39.524-4.15-57.37-12.91l-.092-.054-.085-.053c-2.688-1.08-5.758-3.426-9.104-5.64-1.7-1.132-3.47-2.213-5.44-3.017-1.942-.855-4.103-1.423-6.41-1.423-1.91%200-3.92.462-5.9%201.305l-.303.118h.013c-3.107%201.2-5.538%203.413-7.106%205.97-1.634%202.687-2.438%205.743-2.438%208.826%200%202.794.66%205.574%202.016%208.077%201.29%202.384%203.274%204.49%205.876%205.86%2025.514%2017.233%2055.545%2025.03%2085.702%2024.967%2027.187%200%2054.538-6.258%2078.885-17.747l.132-.054.132-.052c3.2-1.95%207.47-3.65%2011.486-6.087%202.003-1.317%203.94-2.74%205.612-4.678%201.66-1.87%203.003-4.204%203.767-6.997.304-1.252.462-2.45.462-3.584%200-2.267-.567-4.428-1.49-6.378-1.373-2.844-3.585-5.215-6.168-6.928zm20.473-82.5c1.318%203.372%201.91%206.89%201.91%2010.354%200%206.942-2.41%2013.78-6.455%2019.287-3.992%205.468-9.657%209.67-16.323%2011.555l-.146.053h-.09c-3.11%201.08-6.326%201.594-9.488%201.594-7.457%200-14.756-2.677-20.605-7.274-5.797-4.56-10.197-11.093-11.567-18.84h-.012l-.014-.105-.026-.064h.026c-.435-1.99-.658-3.98-.658-5.97%200-6.718%202.292-13.2%206.073-18.496%203.766-5.342%209.075-9.55%2015.294-11.712h.093c3.518-1.31%207.232-1.99%2010.896-1.99%206.692%200%2013.28%202.043%2018.84%205.745%205.48%203.637%209.934%208.985%2012.173%2015.65l.053.106.04.103h-.016z%22%2F%3E%0A%3C%2Fsvg%3E); }

share-button .sb-social li[class*='reddit']: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%20426.66%22%20style%3D%22fill%3A%23000%3B%22%20height%3D%22100%25%22%20width%3D%22100%25%22%3E%0A%20%20%20%20%3Cpath%20d%3D%22M478.905%20196.556c0-4.5-1.028-8.933-3.268-13.09l-.053-.053-.026-.06c-3.004-6.198-7.72-10.862-13.4-14.05-5.677-3.19-12.317-4.836-18.983-4.836-6.02%200-12.016%201.363-17.338%204.038%2016.916%2014.677%2031.765%2032.37%2041.37%2053.128%203.08-2.668%205.717-5.97%207.68-9.604%202.57-4.785%204.018-10.186%204.018-15.475zm-33.635%2073.442c0-18.484-6.653-36.98-17.43-51.94-21.476-29.868-54.82-49.38-89.497-60.243l-.25-.118c-6.64-2.05-13.373-3.808-20.158-5.402-20.263-4.61-41.026-6.884-61.796-6.884-27.874%200-55.738%204.1-82.43%2012.347-34.67%2011.034-68.108%2030.375-89.557%2060.36v.054C73.29%20233.138%2066.92%20251.74%2066.92%20270.226c0%206.824.857%2013.648%202.655%2020.315h.02c3.906%2014.834%2011.54%2028.153%2021.416%2039.76%209.875%2011.542%2021.99%2021.45%2034.736%2029.525%202.82%201.766%205.652%203.412%208.55%205.06%2037.01%2020.645%2079.63%2029.695%20121.947%2029.695%207.146%200%2014.354-.224%2021.455-.737%2042.62-3.518%2085.41-16.1%20119.995-41.804h.013c11.015-8.145%2021.212-18.05%2029.288-29.25%208.09-11.21%2014.018-23.715%2016.653-37.31v-.067h.012c1.093-5.126%201.607-10.238%201.607-15.416zM86.078%20168.736c-5.514-2.562-11.212-4.387-16.845-4.387-.94%200-1.896.057-2.846.17h-.27c-8.09.23-16.25%203.754-22.377%209.445-6.133%205.633-10.19%2013.2-10.494%2021.62v.053l-.013.06c-.06.684-.08%201.362-.08%201.988%200%205.178%201.59%2010.184%204.276%2014.735%201.994%203.414%204.602%206.483%207.554%209.158%209.453-20.703%2024.222-38.226%2041.093-52.844zM390.448%2058.2c0%20.566%200%201.14.066%201.706v.112c.25%207.167%203.637%2013.827%208.788%2018.774%205.164%204.895%2012.016%207.964%2018.972%207.964h.185l1.5.06c7.01%200%2013.98-3.017%2019.21-7.91%205.242-4.948%208.707-11.66%208.983-18.888v-.053c.053-.572.08-1.08.08-1.653%200-7.45-3.48-14.505-8.933-19.795-5.414-5.237-12.713-8.478-19.92-8.478-2.318%200-4.61.34-6.877%201.026l-.053.053h-.08c-5.928%201.534-11.487%205.177-15.48%2010.07-4.017%204.835-6.44%2010.81-6.44%2017.01zm121.447%20134.937v.06c.08%201.14.105%202.22.105%203.36%200%2012.396-3.992%2024.405-10.646%2034.523-6.218%209.5-14.782%2017.47-24.637%2022.818.633%204.94%201%209.947%201%2014.9-.025%2026.798-9.247%2053.135-25.334%2074.24h-.026c-29.735%2039.538-75.373%2062.857-121.46%2074.583h-.012l-.04.055c-24.57%205.98-49.906%208.985-75.247%208.985-37.766%200-75.512-6.772-110.722-20.923h-.046c-36.508-15.085-71.296-38.97-92.633-74.016-11.475-18.72-17.772-40.683-17.772-62.685%200-5.006.33-10.013%201-14.913-9.617-5.454-17.937-13.082-24.116-22.238C4.71%20221.976.532%20210.487%200%20198.314v-.224c.013-17.068%207.424-33.228%2018.945-45.11%2011.52-11.95%2027.252-19.743%2044.136-19.743h.7c1.76-.12%203.558-.172%205.343-.172%208.478%200%2016.976%201.364%2025.045%204.493h.086c6.89%202.904%2013.734%206.43%2019.834%2011.265%201.977-1.02%204.13-2.22%206.555-3.13%2036.982-21.902%2079.958-30.32%20121.848-32.766.363-20.764%202.91-42.495%2013.03-61.5%208.426-15.81%2023.05-28.102%2040.48-32.37h.158c6.627-1.305%2013.32-1.877%2019.96-1.877%2017.706%200%2035.19%204.156%2051.565%2010.698%207.233-10.922%2017.575-19.46%2029.71-24.235l.118-.06.106-.053C404.73%201.31%20412.266%200%20419.83%200c7.956%200%2015.98%201.482%2023.503%204.835v-.053l.026.053.13.06c10.79%204.157%2019.92%2011.83%2026.39%2021.33%206.47%209.618%2010.29%2021.105%2010.29%2032.884%200%202.16-.133%204.32-.384%206.54l-.013.06-.026.11c-1.265%2015.25-8.985%2028.617-19.92%2038.116-11%209.617-25.243%2015.42-39.867%2015.42-2.345%200-4.716-.17-7.06-.46-14.507-1.134-28.024-8.13-37.958-18.604-9.974-10.408-16.39-24.347-16.39-39.36%200-.685.066-1.48.093-2.166-13.623-6.087-28.062-11.094-42.437-11.094-2.068%200-4.15.12-6.23.343h-.027c-10.75%201.027-20.75%207.793-25.597%2017.522v.053c-7.365%2014.342-8.814%2031.067-9.038%2047.733%2041.224%202.675%2082.71%2012.575%20119.087%2033.45h.054l.527.343c.686.396%201.95%201.08%203.123%201.707%202.49-2.05%205.14-4.098%208.155-5.916%2011.028-7.338%2024.085-10.98%2037.154-10.98%205.81%200%2011.62.737%2017.26%202.16h.013l.225.06.224.06c13.307%203.41%2025.36%2011.033%2034.426%2021.33%209.05%2010.354%2015.15%2023.384%2016.337%2037.6zm-345.39%2080.38h.15c3.254%201.198%206.606%201.765%209.934%201.765%208.285%200%2016.34-3.347%2022.44-8.866%206.094-5.573%2010.258-13.426%2010.258-22.358l-.015-.737.033-1.315c0-8.867-4.11-16.785-10.145-22.292-6.053-5.64-14.09-9.05-22.41-9.05-2.22%200-4.492.288-6.7.796h-.124c-11.008%202.34-20.678%2010.466-24.24%2021.73l-.015.066c-1.02%203.057-1.494%206.244-1.494%209.38%200%206.93%202.272%2013.597%206.198%2019.17%203.887%205.4%209.4%209.67%2016.008%2011.66m179.218%2041.42c-2.635-1.713-5.665-2.74-8.88-2.74-2.582%200-5.27.737-7.654%202.345-22.62%2013.48-49.234%2020.87-75.644%2020.87-19.82%200-39.524-4.15-57.37-12.91l-.092-.054-.085-.053c-2.688-1.08-5.758-3.426-9.104-5.64-1.7-1.132-3.47-2.213-5.44-3.017-1.942-.855-4.103-1.423-6.41-1.423-1.91%200-3.92.462-5.9%201.305l-.303.118h.013c-3.107%201.2-5.538%203.413-7.106%205.97-1.634%202.687-2.438%205.743-2.438%208.826%200%202.794.66%205.574%202.016%208.077%201.29%202.384%203.274%204.49%205.876%205.86%2025.514%2017.233%2055.545%2025.03%2085.702%2024.967%2027.187%200%2054.538-6.258%2078.885-17.747l.132-.054.132-.052c3.2-1.95%207.47-3.65%2011.486-6.087%202.003-1.317%203.94-2.74%205.612-4.678%201.66-1.87%203.003-4.204%203.767-6.997.304-1.252.462-2.45.462-3.584%200-2.267-.567-4.428-1.49-6.378-1.373-2.844-3.585-5.215-6.168-6.928zm20.473-82.5c1.318%203.372%201.91%206.89%201.91%2010.354%200%206.942-2.41%2013.78-6.455%2019.287-3.992%205.468-9.657%209.67-16.323%2011.555l-.146.053h-.09c-3.11%201.08-6.326%201.594-9.488%201.594-7.457%200-14.756-2.677-20.605-7.274-5.797-4.56-10.197-11.093-11.567-18.84h-.012l-.014-.105-.026-.064h.026c-.435-1.99-.658-3.98-.658-5.97%200-6.718%202.292-13.2%206.073-18.496%203.766-5.342%209.075-9.55%2015.294-11.712h.093c3.518-1.31%207.232-1.99%2010.896-1.99%206.692%200%2013.28%202.043%2018.84%205.745%205.48%203.637%209.934%208.985%2012.173%2015.65l.053.106.04.103h-.016z%22%2F%3E%0A%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%22100%25%22%20width%3D%22100%25%22%3E%0A%20%20%20%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%0A%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%22100%25%22%20width%3D%22100%25%22%3E%0A%20%20%20%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%0A%3C%2Fsvg%3E); }

share-button .sb-social li[class*='whatsapp'] {
  background: #4dc247; }

share-button .sb-social li[class*='whatsapp']:before {
  background-image: url(data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%2087%2088%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20style%3D%22fill%3A%23fff%3B%22%20height%3D%22100%25%22%20width%3D%22100%25%22%3E%0A%20%20%20%20%3Cpath%20d%3D%22M61.623%2051.83c-.94-.515-5.562-3.01-6.428-3.363-.867-.35-1.5-.535-2.173.4-.675.934-2.593%203.023-3.175%203.642-.583.615-1.144.672-2.084.16-.94-.516-3.99-1.646-7.525-5.045-2.752-2.645-4.557-5.854-5.08-6.834-.526-.977-.005-1.477.493-1.936.45-.413%201-1.084%201.5-1.625.5-.54.678-.934%201.02-1.563.343-.625.204-1.19-.017-1.678-.222-.49-1.962-5.276-2.687-7.223-.725-1.946-1.537-1.657-2.095-1.678-.557-.023-1.194-.126-1.833-.15-.637-.024-1.684.176-2.6%201.104-.912.922-3.474%203.147-3.65%207.862-.174%204.713%203.084%209.395%203.538%2010.05.456.658%206.23%2010.875%2015.823%2015.075%209.596%204.2%209.645%202.92%2011.406%202.826%201.763-.09%205.756-2.104%206.638-4.31.884-2.205.955-4.125.73-4.532-.225-.408-.855-.673-1.794-1.188m-17.6%2022.714c-6.345%200-12.253-1.903-17.187-5.163L14.84%2073.22l3.902-11.6C15%2056.466%2012.79%2050.137%2012.79%2043.3c0-17.226%2014.014-31.24%2031.24-31.24%2017.224%200%2031.24%2014.012%2031.24%2031.24%200%2017.226-14.016%2031.24-31.24%2031.24M6.5%2043.3c0%207.09%201.968%2013.72%205.384%2019.38L5.11%2082.808l20.78-6.65c5.375%202.972%2011.558%204.667%2018.137%204.667%2020.725%200%2037.528-16.802%2037.528-37.525%200-20.727-16.804-37.528-37.53-37.528-20.723%200-37.523%2016.8-37.523%2037.527z%22%2F%3E%0A%3C%2Fsvg%3E); }

share-button .sb-social li[class*='whatsapp']:after {
  background-image: url(data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%2087%2088%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20style%3D%22fill%3A%23000%3B%22%20height%3D%22100%25%22%20width%3D%22100%25%22%3E%0A%20%20%20%20%3Cpath%20d%3D%22M61.623%2051.83c-.94-.515-5.562-3.01-6.428-3.363-.867-.35-1.5-.535-2.173.4-.675.934-2.593%203.023-3.175%203.642-.583.615-1.144.672-2.084.16-.94-.516-3.99-1.646-7.525-5.045-2.752-2.645-4.557-5.854-5.08-6.834-.526-.977-.005-1.477.493-1.936.45-.413%201-1.084%201.5-1.625.5-.54.678-.934%201.02-1.563.343-.625.204-1.19-.017-1.678-.222-.49-1.962-5.276-2.687-7.223-.725-1.946-1.537-1.657-2.095-1.678-.557-.023-1.194-.126-1.833-.15-.637-.024-1.684.176-2.6%201.104-.912.922-3.474%203.147-3.65%207.862-.174%204.713%203.084%209.395%203.538%2010.05.456.658%206.23%2010.875%2015.823%2015.075%209.596%204.2%209.645%202.92%2011.406%202.826%201.763-.09%205.756-2.104%206.638-4.31.884-2.205.955-4.125.73-4.532-.225-.408-.855-.673-1.794-1.188m-17.6%2022.714c-6.345%200-12.253-1.903-17.187-5.163L14.84%2073.22l3.902-11.6C15%2056.466%2012.79%2050.137%2012.79%2043.3c0-17.226%2014.014-31.24%2031.24-31.24%2017.224%200%2031.24%2014.012%2031.24%2031.24%200%2017.226-14.016%2031.24-31.24%2031.24M6.5%2043.3c0%207.09%201.968%2013.72%205.384%2019.38L5.11%2082.808l20.78-6.65c5.375%202.972%2011.558%204.667%2018.137%204.667%2020.725%200%2037.528-16.802%2037.528-37.525%200-20.727-16.804-37.528-37.53-37.528-20.723%200-37.523%2016.8-37.523%2037.527z%22%2F%3E%0A%3C%2Fsvg%3E); }

share-button {
  float: left;
  margin-top: 3px;
  margin-left: 0px; }

share-button {
  color: #fff;
  padding: 5px 10px 5px 32px;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px; }

share-button:hover {
  background-color: #00a651;
  color: #fff; }

share-button:before {
  color: #fff;
  top: 10px; }

.disabled {
  pointer-events: none; }

.amazon-payments-pay-button {
  display: block !important;
  text-align: center; }

/* #Tabs
================================================== */
ul.tabs {
  display: block;
  margin: 10px 0 15px 0;
  padding: 0;
  border-top: 0;
  list-style: none outside;
  margin-left: 0; }

ul.tabs li {
  display: block;
  width: auto;
  height: 30px;
  padding: 0;
  float: left;
  margin-bottom: 0;
  border: 0;
  list-style: none outside;
  margin-left: 0; }

ul.tabs li a {
  display: block;
  text-decoration: none;
  width: auto;
  height: 29px;
  padding: 0px 15px;
  line-height: 30px;
  border-width: 1px 0 0 1px;
  margin: 0;
  font-size: 13px; }

ul.tabs li a.active {
  height: 30px;
  position: relative;
  top: -4px;
  padding-top: 4px;
  border-right-width: 1px;
  margin: 0 -1px 0 0;
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px; }

ul.tabs li:first-child a {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px; }

ul.tabs li:last-child a {
  border-width: 1px 1px 0 1px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px; }

ul.tabs-content {
  margin: 0;
  display: block;
  border: 0; }

ul.tabs-content > li {
  display: none;
  border: 0; }

ul.tabs-content > li.active {
  display: block;
  border: 0;
  padding-left: 10px; }

/* Clearfixing tabs for beautiful stacking */
ul.tabs:before,
ul.tabs:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0; }

ul.tabs:after {
  clear: both; }

ul.tabs {
  zoom: 1; }

/* #Forms
================================================== */
form {
  margin-bottom: 20px; }

fieldset {
  margin-bottom: 20px; }

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

label,
legend,
.option_title {
  display: block;
  font-weight: normal;
  font-size: 13px;
  /* #Tables
  ================================================== */
  /* #Misc
  ================================================== */
  /* #Site Styles
  ================================================== */
  /*.blog_meta span:after {
    content: '';
    position: absolute;
    right: -16px;
    top: 50%;
    margin: -1px 5px 0;
    width: 4px;
    height: 4px;
    border-radius: 2px;
    background-color: #ced3d3;
    box-sizing: border-box;
  }
  .blog_meta span:last-child:after {
    background-color: transparent;
  }*/
  /*.toggle span {
    color: ;
    font-weight:bold;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size:smaller;
    float: right;
    display: none;
  }*/
  /* #Instagram Feed
  ================================================== */
  /*Instagram Video Fix */
  /* #Swatch Styles
  ================================================== */
  /* #Footer
  ================================================== */
  /*
    jQuery.mmenu CSS
  */
  /*
    jQuery.mmenu panels CSS
  */
  /*
    jQuery.mmenu offcanvas addon CSS
  */
  /*
    jQuery.mmenu counters addon CSS
  */
  /*
    jQuery.mmenu dragOpen addon CSS
  */
  /*
    jQuery.mmenu header addon CSS
  */
  /*
    jQuery.mmenu labels addon CSS
  */
  /*
    jQuery.mmenu searchfield addon CSS
  */
  /*
    jQuery.mmenu toggles addon CSS
  */
  /*
    jQuery.mmenu effects extension CSS
  */
  /*
    jQuery.mmenu fullscreen extension CSS
  */
  /*
    jQuery.mmenu position extension CSS
  */
  /*
    jQuery.mmenu z-position extension CSS
  */
  /*
    jQuery.mmenu themes extension CSS
  */
  /* #jQuery FlexSlider v2.2
  ================================================== */
  /* Browser Resets
  *********************************/
  /* FlexSlider Necessary Styles
  *********************************/
  /* Hide the slides before the JS is loaded. Avoids image jumping */
  /* Clearfix for the .slides element */
  /* No JavaScript Fallback */
  /* If you are not using another script, such as Modernizr, make sure you
   * include js that eliminates this class on page load */
  /* FlexSlider Default Theme
  *********************************/
  /* Direction Nav */
  /* Control Nav */
  /* #Fancybox
  ================================================== */
  /*! fancyBox v2.1.2 fancyapps.com | fancyapps.com/fancybox/#license */
  /* Overlay helper */
  /* Title helper */
  /*
   Cloud Zoom CSS. (c)2012 Star Plugins.
  */
  /* #Clearing
  ================================================== */
  /* Self Clearing Goodness */
  /* Use clearfix class on parent to clear nested columns,
  or wrap each row of columns in a <div class="row"> */
  /* You can also use a <br class="clear" /> to clear columns */
  /* #Media Queries
  ================================================== */
  /* Smaller than standard 960 (devices and browsers) */
  /* Standard 960 to widescreen 1200(desktop browsers) */
  /* Tablet Portrait size to standard 960 (devices and browsers) */
  /* All Mobile Sizes (devices and browser) */
  /* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
  /* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
  @-moz-document url-prefix() {
    #search form input {
      padding: 12px 15px 10px 55px;
      height: 45px; } }

  @font-face {
    font-family: 'outofthesandbox';
    src: url("//mara-labs.com/cdn/shop/t/89/assets/outofthesandbox.eot?v=26164");
    src: url("//mara-labs.com/cdn/shop/t/89/assets/outofthesandbox.eot?%23iefix&v=26164") format("embedded-opentype"), url("//mara-labs.com/cdn/shop/t/89/assets/outofthesandbox.woff?v=26164") format("woff"), url("//mara-labs.com/cdn/shop/t/89/assets/outofthesandbox.ttf?v=26164") format("truetype"), url("//mara-labs.com/cdn/shop/t/89/assets/outofthesandbox.svg%23outofthesandbox?v=26164") format("svg");
    font-weight: normal;
    font-style: normal; }

  /* Use the following CSS code if you want to use data attributes for inserting your icons */
  /*
  Animate.css - http://daneden.me/animate
  Licensed under the MIT license
  
  Copyright (c) 2013 Daniel Eden
  */
  @-webkit-keyframes bounce {
    0%,100%,20%,50%,80% {
      -webkit-transform: translateY(0);
      transform: translateY(0); }

    40% {
      -webkit-transform: translateY(-30px);
      transform: translateY(-30px); }

    60% {
      -webkit-transform: translateY(-15px);
      transform: translateY(-15px); } }

  @keyframes bounce {
    0%,100%,20%,50%,80% {
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0); }

    40% {
      -webkit-transform: translateY(-30px);
      -ms-transform: translateY(-30px);
      transform: translateY(-30px); }

    60% {
      -webkit-transform: translateY(-15px);
      -ms-transform: translateY(-15px);
      transform: translateY(-15px); } }

  @-webkit-keyframes flash {
    0%,100%,50% {
      opacity: 1; }

    25%,75% {
      opacity: 0; } }

  @keyframes flash {
    0%,100%,50% {
      opacity: 1; }

    25%,75% {
      opacity: 0; } }

  @-webkit-keyframes pulse {
    0% {
      -webkit-transform: scale(1);
      transform: scale(1); }

    50% {
      -webkit-transform: scale(1.1);
      transform: scale(1.1); }

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

  @keyframes pulse {
    0% {
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1); }

    50% {
      -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1); }

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

  @-webkit-keyframes rubberBand {
    0% {
      -webkit-transform: scale(1);
      transform: scale(1); }

    30% {
      -webkit-transform: scaleX(1.25) scaleY(0.75);
      transform: scaleX(1.25) scaleY(0.75); }

    40% {
      -webkit-transform: scaleX(0.75) scaleY(1.25);
      transform: scaleX(0.75) scaleY(1.25); }

    60% {
      -webkit-transform: scaleX(1.15) scaleY(0.85);
      transform: scaleX(1.15) scaleY(0.85); }

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

  @keyframes rubberBand {
    0% {
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1); }

    30% {
      -webkit-transform: scaleX(1.25) scaleY(0.75);
      -ms-transform: scaleX(1.25) scaleY(0.75);
      transform: scaleX(1.25) scaleY(0.75); }

    40% {
      -webkit-transform: scaleX(0.75) scaleY(1.25);
      -ms-transform: scaleX(0.75) scaleY(1.25);
      transform: scaleX(0.75) scaleY(1.25); }

    60% {
      -webkit-transform: scaleX(1.15) scaleY(0.85);
      -ms-transform: scaleX(1.15) scaleY(0.85);
      transform: scaleX(1.15) scaleY(0.85); }

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

  @-webkit-keyframes shake {
    0%,100% {
      -webkit-transform: translateX(0);
      transform: translateX(0); }

    10%,30%,50%,70%,90% {
      -webkit-transform: translateX(-10px);
      transform: translateX(-10px); }

    20%,40%,60%,80% {
      -webkit-transform: translateX(10px);
      transform: translateX(10px); } }

  @keyframes shake {
    0%,100% {
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0); }

    10%,30%,50%,70%,90% {
      -webkit-transform: translateX(-10px);
      -ms-transform: translateX(-10px);
      transform: translateX(-10px); }

    20%,40%,60%,80% {
      -webkit-transform: translateX(10px);
      -ms-transform: translateX(10px);
      transform: translateX(10px); } }

  @-webkit-keyframes swing {
    20% {
      -webkit-transform: rotate(15deg);
      transform: rotate(15deg); }

    40% {
      -webkit-transform: rotate(-10deg);
      transform: rotate(-10deg); }

    60% {
      -webkit-transform: rotate(5deg);
      transform: rotate(5deg); }

    80% {
      -webkit-transform: rotate(-5deg);
      transform: rotate(-5deg); }

    100% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg); } }

  @keyframes swing {
    20% {
      -webkit-transform: rotate(15deg);
      -ms-transform: rotate(15deg);
      transform: rotate(15deg); }

    40% {
      -webkit-transform: rotate(-10deg);
      -ms-transform: rotate(-10deg);
      transform: rotate(-10deg); }

    60% {
      -webkit-transform: rotate(5deg);
      -ms-transform: rotate(5deg);
      transform: rotate(5deg); }

    80% {
      -webkit-transform: rotate(-5deg);
      -ms-transform: rotate(-5deg);
      transform: rotate(-5deg); }

    100% {
      -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      transform: rotate(0deg); } }

  @-webkit-keyframes tada {
    0% {
      -webkit-transform: scale(1);
      transform: scale(1); }

    10%,20% {
      -webkit-transform: scale(0.9) rotate(-3deg);
      transform: scale(0.9) rotate(-3deg); }

    30%,50%,70%,90% {
      -webkit-transform: scale(1.1) rotate(3deg);
      transform: scale(1.1) rotate(3deg); }

    40%,60%,80% {
      -webkit-transform: scale(1.1) rotate(-3deg);
      transform: scale(1.1) rotate(-3deg); }

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

  @keyframes tada {
    0% {
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1); }

    10%,20% {
      -webkit-transform: scale(0.9) rotate(-3deg);
      -ms-transform: scale(0.9) rotate(-3deg);
      transform: scale(0.9) rotate(-3deg); }

    30%,50%,70%,90% {
      -webkit-transform: scale(1.1) rotate(3deg);
      -ms-transform: scale(1.1) rotate(3deg);
      transform: scale(1.1) rotate(3deg); }

    40%,60%,80% {
      -webkit-transform: scale(1.1) rotate(-3deg);
      -ms-transform: scale(1.1) rotate(-3deg);
      transform: scale(1.1) rotate(-3deg); }

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

  @-webkit-keyframes wobble {
    0% {
      -webkit-transform: translateX(0%);
      transform: translateX(0%); }

    15% {
      -webkit-transform: translateX(-25%) rotate(-5deg);
      transform: translateX(-25%) rotate(-5deg); }

    30% {
      -webkit-transform: translateX(20%) rotate(3deg);
      transform: translateX(20%) rotate(3deg); }

    45% {
      -webkit-transform: translateX(-15%) rotate(-3deg);
      transform: translateX(-15%) rotate(-3deg); }

    60% {
      -webkit-transform: translateX(10%) rotate(2deg);
      transform: translateX(10%) rotate(2deg); }

    75% {
      -webkit-transform: translateX(-5%) rotate(-1deg);
      transform: translateX(-5%) rotate(-1deg); }

    100% {
      -webkit-transform: translateX(0%);
      transform: translateX(0%); } }

  @keyframes wobble {
    0% {
      -webkit-transform: translateX(0%);
      -ms-transform: translateX(0%);
      transform: translateX(0%); }

    15% {
      -webkit-transform: translateX(-25%) rotate(-5deg);
      -ms-transform: translateX(-25%) rotate(-5deg);
      transform: translateX(-25%) rotate(-5deg); }

    30% {
      -webkit-transform: translateX(20%) rotate(3deg);
      -ms-transform: translateX(20%) rotate(3deg);
      transform: translateX(20%) rotate(3deg); }

    45% {
      -webkit-transform: translateX(-15%) rotate(-3deg);
      -ms-transform: translateX(-15%) rotate(-3deg);
      transform: translateX(-15%) rotate(-3deg); }

    60% {
      -webkit-transform: translateX(10%) rotate(2deg);
      -ms-transform: translateX(10%) rotate(2deg);
      transform: translateX(10%) rotate(2deg); }

    75% {
      -webkit-transform: translateX(-5%) rotate(-1deg);
      -ms-transform: translateX(-5%) rotate(-1deg);
      transform: translateX(-5%) rotate(-1deg); }

    100% {
      -webkit-transform: translateX(0%);
      -ms-transform: translateX(0%);
      transform: translateX(0%); } }

  @-webkit-keyframes bounceIn {
    0% {
      opacity: 0;
      -webkit-transform: scale(0.3);
      transform: scale(0.3); }

    50% {
      opacity: 1;
      -webkit-transform: scale(1.05);
      transform: scale(1.05); }

    70% {
      -webkit-transform: scale(0.9);
      transform: scale(0.9); }

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

  @keyframes bounceIn {
    0% {
      opacity: 0;
      -webkit-transform: scale(0.3);
      -ms-transform: scale(0.3);
      transform: scale(0.3); }

    50% {
      opacity: 1;
      -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
      transform: scale(1.05); }

    70% {
      -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
      transform: scale(0.9); }

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

  @-webkit-keyframes bounceInDown {
    0% {
      opacity: 0;
      -webkit-transform: translateY(-2000px);
      transform: translateY(-2000px); }

    60% {
      opacity: 1;
      -webkit-transform: translateY(30px);
      transform: translateY(30px); }

    80% {
      -webkit-transform: translateY(-10px);
      transform: translateY(-10px); }

    100% {
      -webkit-transform: translateY(0);
      transform: translateY(0); } }

  @keyframes bounceInDown {
    0% {
      opacity: 0;
      -webkit-transform: translateY(-2000px);
      -ms-transform: translateY(-2000px);
      transform: translateY(-2000px); }

    60% {
      opacity: 1;
      -webkit-transform: translateY(30px);
      -ms-transform: translateY(30px);
      transform: translateY(30px); }

    80% {
      -webkit-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
      transform: translateY(-10px); }

    100% {
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0); } }

  @-webkit-keyframes bounceInLeft {
    0% {
      opacity: 0;
      -webkit-transform: translateX(-2000px);
      transform: translateX(-2000px); }

    60% {
      opacity: 1;
      -webkit-transform: translateX(30px);
      transform: translateX(30px); }

    80% {
      -webkit-transform: translateX(-10px);
      transform: translateX(-10px); }

    100% {
      -webkit-transform: translateX(0);
      transform: translateX(0); } }

  @keyframes bounceInLeft {
    0% {
      opacity: 0;
      -webkit-transform: translateX(-2000px);
      -ms-transform: translateX(-2000px);
      transform: translateX(-2000px); }

    60% {
      opacity: 1;
      -webkit-transform: translateX(30px);
      -ms-transform: translateX(30px);
      transform: translateX(30px); }

    80% {
      -webkit-transform: translateX(-10px);
      -ms-transform: translateX(-10px);
      transform: translateX(-10px); }

    100% {
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0); } }

  @-webkit-keyframes bounceInRight {
    0% {
      opacity: 0;
      -webkit-transform: translateX(2000px);
      transform: translateX(2000px); }

    60% {
      opacity: 1;
      -webkit-transform: translateX(-30px);
      transform: translateX(-30px); }

    80% {
      -webkit-transform: translateX(10px);
      transform: translateX(10px); }

    100% {
      -webkit-transform: translateX(0);
      transform: translateX(0); } }

  @keyframes bounceInRight {
    0% {
      opacity: 0;
      -webkit-transform: translateX(2000px);
      -ms-transform: translateX(2000px);
      transform: translateX(2000px); }

    60% {
      opacity: 1;
      -webkit-transform: translateX(-30px);
      -ms-transform: translateX(-30px);
      transform: translateX(-30px); }

    80% {
      -webkit-transform: translateX(10px);
      -ms-transform: translateX(10px);
      transform: translateX(10px); }

    100% {
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0); } }

  @-webkit-keyframes bounceInUp {
    0% {
      opacity: 0;
      -webkit-transform: translateY(2000px);
      transform: translateY(2000px); }

    60% {
      opacity: 1;
      -webkit-transform: translateY(-30px);
      transform: translateY(-30px); }

    80% {
      -webkit-transform: translateY(10px);
      transform: translateY(10px); }

    100% {
      -webkit-transform: translateY(0);
      transform: translateY(0); } }

  @keyframes bounceInUp {
    0% {
      opacity: 0;
      -webkit-transform: translateY(2000px);
      -ms-transform: translateY(2000px);
      transform: translateY(2000px); }

    60% {
      opacity: 1;
      -webkit-transform: translateY(-30px);
      -ms-transform: translateY(-30px);
      transform: translateY(-30px); }

    80% {
      -webkit-transform: translateY(10px);
      -ms-transform: translateY(10px);
      transform: translateY(10px); }

    100% {
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0); } }

  @-webkit-keyframes bounceOut {
    0% {
      -webkit-transform: scale(1);
      transform: scale(1); }

    25% {
      -webkit-transform: scale(0.95);
      transform: scale(0.95); }

    50% {
      opacity: 1;
      -webkit-transform: scale(1.1);
      transform: scale(1.1); }

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

  @keyframes bounceOut {
    0% {
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1); }

    25% {
      -webkit-transform: scale(0.95);
      -ms-transform: scale(0.95);
      transform: scale(0.95); }

    50% {
      opacity: 1;
      -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1); }

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

  @-webkit-keyframes bounceOutDown {
    0% {
      -webkit-transform: translateY(0);
      transform: translateY(0); }

    20% {
      opacity: 1;
      -webkit-transform: translateY(-20px);
      transform: translateY(-20px); }

    100% {
      opacity: 0;
      -webkit-transform: translateY(2000px);
      transform: translateY(2000px); } }

  @keyframes bounceOutDown {
    0% {
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0); }

    20% {
      opacity: 1;
      -webkit-transform: translateY(-20px);
      -ms-transform: translateY(-20px);
      transform: translateY(-20px); }

    100% {
      opacity: 0;
      -webkit-transform: translateY(2000px);
      -ms-transform: translateY(2000px);
      transform: translateY(2000px); } }

  @-webkit-keyframes bounceOutLeft {
    0% {
      -webkit-transform: translateX(0);
      transform: translateX(0); }

    20% {
      opacity: 1;
      -webkit-transform: translateX(20px);
      transform: translateX(20px); }

    100% {
      opacity: 0;
      -webkit-transform: translateX(-2000px);
      transform: translateX(-2000px); } }

  @keyframes bounceOutLeft {
    0% {
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0); }

    20% {
      opacity: 1;
      -webkit-transform: translateX(20px);
      -ms-transform: translateX(20px);
      transform: translateX(20px); }

    100% {
      opacity: 0;
      -webkit-transform: translateX(-2000px);
      -ms-transform: translateX(-2000px);
      transform: translateX(-2000px); } }

  @-webkit-keyframes bounceOutRight {
    0% {
      -webkit-transform: translateX(0);
      transform: translateX(0); }

    20% {
      opacity: 1;
      -webkit-transform: translateX(-20px);
      transform: translateX(-20px); }

    100% {
      opacity: 0;
      -webkit-transform: translateX(2000px);
      transform: translateX(2000px); } }

  @keyframes bounceOutRight {
    0% {
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0); }

    20% {
      opacity: 1;
      -webkit-transform: translateX(-20px);
      -ms-transform: translateX(-20px);
      transform: translateX(-20px); }

    100% {
      opacity: 0;
      -webkit-transform: translateX(2000px);
      -ms-transform: translateX(2000px);
      transform: translateX(2000px); } }

  @-webkit-keyframes bounceOutUp {
    0% {
      -webkit-transform: translateY(0);
      transform: translateY(0); }

    20% {
      opacity: 1;
      -webkit-transform: translateY(20px);
      transform: translateY(20px); }

    100% {
      opacity: 0;
      -webkit-transform: translateY(-2000px);
      transform: translateY(-2000px); } }

  @keyframes bounceOutUp {
    0% {
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0); }

    20% {
      opacity: 1;
      -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
      transform: translateY(20px); }

    100% {
      opacity: 0;
      -webkit-transform: translateY(-2000px);
      -ms-transform: translateY(-2000px);
      transform: translateY(-2000px); } }

  @-webkit-keyframes fadeIn {
    0% {
      opacity: 0; }

    100% {
      opacity: 1; } }

  @keyframes fadeIn {
    0% {
      opacity: 0; }

    100% {
      opacity: 1; } }

  @-webkit-keyframes fadeInDown {
    0% {
      opacity: 0;
      -webkit-transform: translateY(-20px);
      transform: translateY(-20px); }

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

  @keyframes fadeInDown {
    0% {
      opacity: 0;
      -webkit-transform: translateY(-20px);
      -ms-transform: translateY(-20px);
      transform: translateY(-20px); }

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

  @-webkit-keyframes fadeInDownBig {
    0% {
      opacity: 0;
      -webkit-transform: translateY(-2000px);
      transform: translateY(-2000px); }

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

  @keyframes fadeInDownBig {
    0% {
      opacity: 0;
      -webkit-transform: translateY(-2000px);
      -ms-transform: translateY(-2000px);
      transform: translateY(-2000px); }

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

  @-webkit-keyframes fadeInLeft {
    0% {
      opacity: 0;
      -webkit-transform: translateX(-20px);
      transform: translateX(-20px); }

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

  @keyframes fadeInLeft {
    0% {
      opacity: 0;
      -webkit-transform: translateX(-20px);
      -ms-transform: translateX(-20px);
      transform: translateX(-20px); }

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

  @-webkit-keyframes fadeInLeftBig {
    0% {
      opacity: 0;
      -webkit-transform: translateX(-2000px);
      transform: translateX(-2000px); }

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

  @keyframes fadeInLeftBig {
    0% {
      opacity: 0;
      -webkit-transform: translateX(-2000px);
      -ms-transform: translateX(-2000px);
      transform: translateX(-2000px); }

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

  @-webkit-keyframes fadeInRight {
    0% {
      opacity: 0;
      -webkit-transform: translateX(20px);
      transform: translateX(20px); }

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

  @keyframes fadeInRight {
    0% {
      opacity: 0;
      -webkit-transform: translateX(20px);
      -ms-transform: translateX(20px);
      transform: translateX(20px); }

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

  @-webkit-keyframes fadeInRightBig {
    0% {
      opacity: 0;
      -webkit-transform: translateX(2000px);
      transform: translateX(2000px); }

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

  @keyframes fadeInRightBig {
    0% {
      opacity: 0;
      -webkit-transform: translateX(2000px);
      -ms-transform: translateX(2000px);
      transform: translateX(2000px); }

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

  @-webkit-keyframes fadeInUp {
    0% {
      opacity: 0;
      -webkit-transform: translateY(20px);
      transform: translateY(20px); }

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

  @keyframes fadeInUp {
    0% {
      opacity: 0;
      -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
      transform: translateY(20px); }

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

  @-webkit-keyframes fadeInUpBig {
    0% {
      opacity: 0;
      -webkit-transform: translateY(2000px);
      transform: translateY(2000px); }

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

  @keyframes fadeInUpBig {
    0% {
      opacity: 0;
      -webkit-transform: translateY(2000px);
      -ms-transform: translateY(2000px);
      transform: translateY(2000px); }

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

  @-webkit-keyframes fadeOut {
    0% {
      opacity: 1; }

    100% {
      opacity: 0; } }

  @keyframes fadeOut {
    0% {
      opacity: 1; }

    100% {
      opacity: 0; } }

  @-webkit-keyframes fadeOutDown {
    0% {
      opacity: 1;
      -webkit-transform: translateY(0);
      transform: translateY(0); }

    100% {
      opacity: 0;
      -webkit-transform: translateY(20px);
      transform: translateY(20px); } }

  @keyframes fadeOutDown {
    0% {
      opacity: 1;
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0); }

    100% {
      opacity: 0;
      -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
      transform: translateY(20px); } }

  @-webkit-keyframes fadeOutDownBig {
    0% {
      opacity: 1;
      -webkit-transform: translateY(0);
      transform: translateY(0); }

    100% {
      opacity: 0;
      -webkit-transform: translateY(2000px);
      transform: translateY(2000px); } }

  @keyframes fadeOutDownBig {
    0% {
      opacity: 1;
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0); }

    100% {
      opacity: 0;
      -webkit-transform: translateY(2000px);
      -ms-transform: translateY(2000px);
      transform: translateY(2000px); } }

  @-webkit-keyframes fadeOutLeft {
    0% {
      opacity: 1;
      -webkit-transform: translateX(0);
      transform: translateX(0); }

    100% {
      opacity: 0;
      -webkit-transform: translateX(-20px);
      transform: translateX(-20px); } }

  @keyframes fadeOutLeft {
    0% {
      opacity: 1;
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0); }

    100% {
      opacity: 0;
      -webkit-transform: translateX(-20px);
      -ms-transform: translateX(-20px);
      transform: translateX(-20px); } }

  @-webkit-keyframes fadeOutLeftBig {
    0% {
      opacity: 1;
      -webkit-transform: translateX(0);
      transform: translateX(0); }

    100% {
      opacity: 0;
      -webkit-transform: translateX(-2000px);
      transform: translateX(-2000px); } }

  @keyframes fadeOutLeftBig {
    0% {
      opacity: 1;
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0); }

    100% {
      opacity: 0;
      -webkit-transform: translateX(-2000px);
      -ms-transform: translateX(-2000px);
      transform: translateX(-2000px); } }

  @-webkit-keyframes fadeOutRight {
    0% {
      opacity: 1;
      -webkit-transform: translateX(0);
      transform: translateX(0); }

    100% {
      opacity: 0;
      -webkit-transform: translateX(20px);
      transform: translateX(20px); } }

  @keyframes fadeOutRight {
    0% {
      opacity: 1;
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0); }

    100% {
      opacity: 0;
      -webkit-transform: translateX(20px);
      -ms-transform: translateX(20px);
      transform: translateX(20px); } }

  @-webkit-keyframes fadeOutRightBig {
    0% {
      opacity: 1;
      -webkit-transform: translateX(0);
      transform: translateX(0); }

    100% {
      opacity: 0;
      -webkit-transform: translateX(2000px);
      transform: translateX(2000px); } }

  @keyframes fadeOutRightBig {
    0% {
      opacity: 1;
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0); }

    100% {
      opacity: 0;
      -webkit-transform: translateX(2000px);
      -ms-transform: translateX(2000px);
      transform: translateX(2000px); } }

  @-webkit-keyframes fadeOutUp {
    0% {
      opacity: 1;
      -webkit-transform: translateY(0);
      transform: translateY(0); }

    100% {
      opacity: 0;
      -webkit-transform: translateY(-20px);
      transform: translateY(-20px); } }

  @keyframes fadeOutUp {
    0% {
      opacity: 1;
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0); }

    100% {
      opacity: 0;
      -webkit-transform: translateY(-20px);
      -ms-transform: translateY(-20px);
      transform: translateY(-20px); } }

  @-webkit-keyframes fadeOutUpBig {
    0% {
      opacity: 1;
      -webkit-transform: translateY(0);
      transform: translateY(0); }

    100% {
      opacity: 0;
      -webkit-transform: translateY(-2000px);
      transform: translateY(-2000px); } }

  @keyframes fadeOutUpBig {
    0% {
      opacity: 1;
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0); }

    100% {
      opacity: 0;
      -webkit-transform: translateY(-2000px);
      -ms-transform: translateY(-2000px);
      transform: translateY(-2000px); } }

  @-webkit-keyframes flip {
    0% {
      -webkit-transform: perspective(400px) translateZ(0) rotateY(-360deg) scale(1);
      transform: perspective(400px) translateZ(0) rotateY(-360deg) scale(1);
      -webkit-animation-timing-function: ease-out;
      animation-timing-function: ease-out; }

    40% {
      -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg) scale(1);
      transform: perspective(400px) translateZ(150px) rotateY(-190deg) scale(1);
      -webkit-animation-timing-function: ease-out;
      animation-timing-function: ease-out; }

    50% {
      -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg) scale(1);
      transform: perspective(400px) translateZ(150px) rotateY(-170deg) scale(1);
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in; }

    80% {
      -webkit-transform: perspective(400px) translateZ(0) rotateY(0deg) scale(0.95);
      transform: perspective(400px) translateZ(0) rotateY(0deg) scale(0.95);
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in; }

    100% {
      -webkit-transform: perspective(400px) translateZ(0) rotateY(0deg) scale(1);
      transform: perspective(400px) translateZ(0) rotateY(0deg) scale(1);
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in; } }

  @keyframes flip {
    0% {
      -webkit-transform: perspective(400px) translateZ(0) rotateY(-360deg) scale(1);
      -ms-transform: perspective(400px) translateZ(0) rotateY(-360deg) scale(1);
      transform: perspective(400px) translateZ(0) rotateY(-360deg) scale(1);
      -webkit-animation-timing-function: ease-out;
      animation-timing-function: ease-out; }

    40% {
      -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg) scale(1);
      -ms-transform: perspective(400px) translateZ(150px) rotateY(-190deg) scale(1);
      transform: perspective(400px) translateZ(150px) rotateY(-190deg) scale(1);
      -webkit-animation-timing-function: ease-out;
      animation-timing-function: ease-out; }

    50% {
      -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg) scale(1);
      -ms-transform: perspective(400px) translateZ(150px) rotateY(-170deg) scale(1);
      transform: perspective(400px) translateZ(150px) rotateY(-170deg) scale(1);
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in; }

    80% {
      -webkit-transform: perspective(400px) translateZ(0) rotateY(0deg) scale(0.95);
      -ms-transform: perspective(400px) translateZ(0) rotateY(0deg) scale(0.95);
      transform: perspective(400px) translateZ(0) rotateY(0deg) scale(0.95);
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in; }

    100% {
      -webkit-transform: perspective(400px) translateZ(0) rotateY(0deg) scale(1);
      -ms-transform: perspective(400px) translateZ(0) rotateY(0deg) scale(1);
      transform: perspective(400px) translateZ(0) rotateY(0deg) scale(1);
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in; } }

  @-webkit-keyframes flipInX {
    0% {
      -webkit-transform: perspective(400px) rotateX(90deg);
      transform: perspective(400px) rotateX(90deg);
      opacity: 0; }

    40% {
      -webkit-transform: perspective(400px) rotateX(-10deg);
      transform: perspective(400px) rotateX(-10deg); }

    70% {
      -webkit-transform: perspective(400px) rotateX(10deg);
      transform: perspective(400px) rotateX(10deg); }

    100% {
      -webkit-transform: perspective(400px) rotateX(0deg);
      transform: perspective(400px) rotateX(0deg);
      opacity: 1; } }

  @keyframes flipInX {
    0% {
      -webkit-transform: perspective(400px) rotateX(90deg);
      -ms-transform: perspective(400px) rotateX(90deg);
      transform: perspective(400px) rotateX(90deg);
      opacity: 0; }

    40% {
      -webkit-transform: perspective(400px) rotateX(-10deg);
      -ms-transform: perspective(400px) rotateX(-10deg);
      transform: perspective(400px) rotateX(-10deg); }

    70% {
      -webkit-transform: perspective(400px) rotateX(10deg);
      -ms-transform: perspective(400px) rotateX(10deg);
      transform: perspective(400px) rotateX(10deg); }

    100% {
      -webkit-transform: perspective(400px) rotateX(0deg);
      -ms-transform: perspective(400px) rotateX(0deg);
      transform: perspective(400px) rotateX(0deg);
      opacity: 1; } }

  @-webkit-keyframes flipInY {
    0% {
      -webkit-transform: perspective(400px) rotateY(90deg);
      transform: perspective(400px) rotateY(90deg);
      opacity: 0; }

    40% {
      -webkit-transform: perspective(400px) rotateY(-10deg);
      transform: perspective(400px) rotateY(-10deg); }

    70% {
      -webkit-transform: perspective(400px) rotateY(10deg);
      transform: perspective(400px) rotateY(10deg); }

    100% {
      -webkit-transform: perspective(400px) rotateY(0deg);
      transform: perspective(400px) rotateY(0deg);
      opacity: 1; } }

  @keyframes flipInY {
    0% {
      -webkit-transform: perspective(400px) rotateY(90deg);
      -ms-transform: perspective(400px) rotateY(90deg);
      transform: perspective(400px) rotateY(90deg);
      opacity: 0; }

    40% {
      -webkit-transform: perspective(400px) rotateY(-10deg);
      -ms-transform: perspective(400px) rotateY(-10deg);
      transform: perspective(400px) rotateY(-10deg); }

    70% {
      -webkit-transform: perspective(400px) rotateY(10deg);
      -ms-transform: perspective(400px) rotateY(10deg);
      transform: perspective(400px) rotateY(10deg); }

    100% {
      -webkit-transform: perspective(400px) rotateY(0deg);
      -ms-transform: perspective(400px) rotateY(0deg);
      transform: perspective(400px) rotateY(0deg);
      opacity: 1; } }

  @-webkit-keyframes flipOutX {
    0% {
      -webkit-transform: perspective(400px) rotateX(0deg);
      transform: perspective(400px) rotateX(0deg);
      opacity: 1; }

    100% {
      -webkit-transform: perspective(400px) rotateX(90deg);
      transform: perspective(400px) rotateX(90deg);
      opacity: 0; } }

  @keyframes flipOutX {
    0% {
      -webkit-transform: perspective(400px) rotateX(0deg);
      -ms-transform: perspective(400px) rotateX(0deg);
      transform: perspective(400px) rotateX(0deg);
      opacity: 1; }

    100% {
      -webkit-transform: perspective(400px) rotateX(90deg);
      -ms-transform: perspective(400px) rotateX(90deg);
      transform: perspective(400px) rotateX(90deg);
      opacity: 0; } }

  @-webkit-keyframes flipOutY {
    0% {
      -webkit-transform: perspective(400px) rotateY(0deg);
      transform: perspective(400px) rotateY(0deg);
      opacity: 1; }

    100% {
      -webkit-transform: perspective(400px) rotateY(90deg);
      transform: perspective(400px) rotateY(90deg);
      opacity: 0; } }

  @keyframes flipOutY {
    0% {
      -webkit-transform: perspective(400px) rotateY(0deg);
      -ms-transform: perspective(400px) rotateY(0deg);
      transform: perspective(400px) rotateY(0deg);
      opacity: 1; }

    100% {
      -webkit-transform: perspective(400px) rotateY(90deg);
      -ms-transform: perspective(400px) rotateY(90deg);
      transform: perspective(400px) rotateY(90deg);
      opacity: 0; } }

  @-webkit-keyframes lightSpeedIn {
    0% {
      -webkit-transform: translateX(100%) skewX(-30deg);
      transform: translateX(100%) skewX(-30deg);
      opacity: 0; }

    60% {
      -webkit-transform: translateX(-20%) skewX(30deg);
      transform: translateX(-20%) skewX(30deg);
      opacity: 1; }

    80% {
      -webkit-transform: translateX(0%) skewX(-15deg);
      transform: translateX(0%) skewX(-15deg);
      opacity: 1; }

    100% {
      -webkit-transform: translateX(0%) skewX(0deg);
      transform: translateX(0%) skewX(0deg);
      opacity: 1; } }

  @keyframes lightSpeedIn {
    0% {
      -webkit-transform: translateX(100%) skewX(-30deg);
      -ms-transform: translateX(100%) skewX(-30deg);
      transform: translateX(100%) skewX(-30deg);
      opacity: 0; }

    60% {
      -webkit-transform: translateX(-20%) skewX(30deg);
      -ms-transform: translateX(-20%) skewX(30deg);
      transform: translateX(-20%) skewX(30deg);
      opacity: 1; }

    80% {
      -webkit-transform: translateX(0%) skewX(-15deg);
      -ms-transform: translateX(0%) skewX(-15deg);
      transform: translateX(0%) skewX(-15deg);
      opacity: 1; }

    100% {
      -webkit-transform: translateX(0%) skewX(0deg);
      -ms-transform: translateX(0%) skewX(0deg);
      transform: translateX(0%) skewX(0deg);
      opacity: 1; } }

  @-webkit-keyframes lightSpeedOut {
    0% {
      -webkit-transform: translateX(0%) skewX(0deg);
      transform: translateX(0%) skewX(0deg);
      opacity: 1; }

    100% {
      -webkit-transform: translateX(100%) skewX(-30deg);
      transform: translateX(100%) skewX(-30deg);
      opacity: 0; } }

  @keyframes lightSpeedOut {
    0% {
      -webkit-transform: translateX(0%) skewX(0deg);
      -ms-transform: translateX(0%) skewX(0deg);
      transform: translateX(0%) skewX(0deg);
      opacity: 1; }

    100% {
      -webkit-transform: translateX(100%) skewX(-30deg);
      -ms-transform: translateX(100%) skewX(-30deg);
      transform: translateX(100%) skewX(-30deg);
      opacity: 0; } }

  @-webkit-keyframes rotateIn {
    0% {
      -webkit-transform-origin: center center;
      transform-origin: center center;
      -webkit-transform: rotate(-200deg);
      transform: rotate(-200deg);
      opacity: 0; }

    100% {
      -webkit-transform-origin: center center;
      transform-origin: center center;
      -webkit-transform: rotate(0);
      transform: rotate(0);
      opacity: 1; } }

  @keyframes rotateIn {
    0% {
      -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
      transform-origin: center center;
      -webkit-transform: rotate(-200deg);
      -ms-transform: rotate(-200deg);
      transform: rotate(-200deg);
      opacity: 0; }

    100% {
      -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
      transform-origin: center center;
      -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
      transform: rotate(0);
      opacity: 1; } }

  @-webkit-keyframes rotateInDownLeft {
    0% {
      -webkit-transform-origin: left bottom;
      transform-origin: left bottom;
      -webkit-transform: rotate(-90deg);
      transform: rotate(-90deg);
      opacity: 0; }

    100% {
      -webkit-transform-origin: left bottom;
      transform-origin: left bottom;
      -webkit-transform: rotate(0);
      transform: rotate(0);
      opacity: 1; } }

  @keyframes rotateInDownLeft {
    0% {
      -webkit-transform-origin: left bottom;
      -ms-transform-origin: left bottom;
      transform-origin: left bottom;
      -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
      transform: rotate(-90deg);
      opacity: 0; }

    100% {
      -webkit-transform-origin: left bottom;
      -ms-transform-origin: left bottom;
      transform-origin: left bottom;
      -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
      transform: rotate(0);
      opacity: 1; } }

  @-webkit-keyframes rotateInDownRight {
    0% {
      -webkit-transform-origin: right bottom;
      transform-origin: right bottom;
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg);
      opacity: 0; }

    100% {
      -webkit-transform-origin: right bottom;
      transform-origin: right bottom;
      -webkit-transform: rotate(0);
      transform: rotate(0);
      opacity: 1; } }

  @keyframes rotateInDownRight {
    0% {
      -webkit-transform-origin: right bottom;
      -ms-transform-origin: right bottom;
      transform-origin: right bottom;
      -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      transform: rotate(90deg);
      opacity: 0; }

    100% {
      -webkit-transform-origin: right bottom;
      -ms-transform-origin: right bottom;
      transform-origin: right bottom;
      -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
      transform: rotate(0);
      opacity: 1; } }

  @-webkit-keyframes rotateInUpLeft {
    0% {
      -webkit-transform-origin: left bottom;
      transform-origin: left bottom;
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg);
      opacity: 0; }

    100% {
      -webkit-transform-origin: left bottom;
      transform-origin: left bottom;
      -webkit-transform: rotate(0);
      transform: rotate(0);
      opacity: 1; } }

  @keyframes rotateInUpLeft {
    0% {
      -webkit-transform-origin: left bottom;
      -ms-transform-origin: left bottom;
      transform-origin: left bottom;
      -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      transform: rotate(90deg);
      opacity: 0; }

    100% {
      -webkit-transform-origin: left bottom;
      -ms-transform-origin: left bottom;
      transform-origin: left bottom;
      -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
      transform: rotate(0);
      opacity: 1; } }

  @-webkit-keyframes rotateInUpRight {
    0% {
      -webkit-transform-origin: right bottom;
      transform-origin: right bottom;
      -webkit-transform: rotate(-90deg);
      transform: rotate(-90deg);
      opacity: 0; }

    100% {
      -webkit-transform-origin: right bottom;
      transform-origin: right bottom;
      -webkit-transform: rotate(0);
      transform: rotate(0);
      opacity: 1; } }

  @keyframes rotateInUpRight {
    0% {
      -webkit-transform-origin: right bottom;
      -ms-transform-origin: right bottom;
      transform-origin: right bottom;
      -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
      transform: rotate(-90deg);
      opacity: 0; }

    100% {
      -webkit-transform-origin: right bottom;
      -ms-transform-origin: right bottom;
      transform-origin: right bottom;
      -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
      transform: rotate(0);
      opacity: 1; } }

  @-webkit-keyframes rotateOut {
    0% {
      -webkit-transform-origin: center center;
      transform-origin: center center;
      -webkit-transform: rotate(0);
      transform: rotate(0);
      opacity: 1; }

    100% {
      -webkit-transform-origin: center center;
      transform-origin: center center;
      -webkit-transform: rotate(200deg);
      transform: rotate(200deg);
      opacity: 0; } }

  @keyframes rotateOut {
    0% {
      -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
      transform-origin: center center;
      -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
      transform: rotate(0);
      opacity: 1; }

    100% {
      -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
      transform-origin: center center;
      -webkit-transform: rotate(200deg);
      -ms-transform: rotate(200deg);
      transform: rotate(200deg);
      opacity: 0; } }

  @-webkit-keyframes rotateOutDownLeft {
    0% {
      -webkit-transform-origin: left bottom;
      transform-origin: left bottom;
      -webkit-transform: rotate(0);
      transform: rotate(0);
      opacity: 1; }

    100% {
      -webkit-transform-origin: left bottom;
      transform-origin: left bottom;
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg);
      opacity: 0; } }

  @keyframes rotateOutDownLeft {
    0% {
      -webkit-transform-origin: left bottom;
      -ms-transform-origin: left bottom;
      transform-origin: left bottom;
      -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
      transform: rotate(0);
      opacity: 1; }

    100% {
      -webkit-transform-origin: left bottom;
      -ms-transform-origin: left bottom;
      transform-origin: left bottom;
      -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      transform: rotate(90deg);
      opacity: 0; } }

  @-webkit-keyframes rotateOutDownRight {
    0% {
      -webkit-transform-origin: right bottom;
      transform-origin: right bottom;
      -webkit-transform: rotate(0);
      transform: rotate(0);
      opacity: 1; }

    100% {
      -webkit-transform-origin: right bottom;
      transform-origin: right bottom;
      -webkit-transform: rotate(-90deg);
      transform: rotate(-90deg);
      opacity: 0; } }

  @keyframes rotateOutDownRight {
    0% {
      -webkit-transform-origin: right bottom;
      -ms-transform-origin: right bottom;
      transform-origin: right bottom;
      -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
      transform: rotate(0);
      opacity: 1; }

    100% {
      -webkit-transform-origin: right bottom;
      -ms-transform-origin: right bottom;
      transform-origin: right bottom;
      -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
      transform: rotate(-90deg);
      opacity: 0; } }

  @-webkit-keyframes rotateOutUpLeft {
    0% {
      -webkit-transform-origin: left bottom;
      transform-origin: left bottom;
      -webkit-transform: rotate(0);
      transform: rotate(0);
      opacity: 1; }

    100% {
      -webkit-transform-origin: left bottom;
      transform-origin: left bottom;
      -webkit-transform: rotate(-90deg);
      transform: rotate(-90deg);
      opacity: 0; } }

  @keyframes rotateOutUpLeft {
    0% {
      -webkit-transform-origin: left bottom;
      -ms-transform-origin: left bottom;
      transform-origin: left bottom;
      -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
      transform: rotate(0);
      opacity: 1; }

    100% {
      -webkit-transform-origin: left bottom;
      -ms-transform-origin: left bottom;
      transform-origin: left bottom;
      -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
      transform: rotate(-90deg);
      opacity: 0; } }

  @-webkit-keyframes rotateOutUpRight {
    0% {
      -webkit-transform-origin: right bottom;
      transform-origin: right bottom;
      -webkit-transform: rotate(0);
      transform: rotate(0);
      opacity: 1; }

    100% {
      -webkit-transform-origin: right bottom;
      transform-origin: right bottom;
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg);
      opacity: 0; } }

  @keyframes rotateOutUpRight {
    0% {
      -webkit-transform-origin: right bottom;
      -ms-transform-origin: right bottom;
      transform-origin: right bottom;
      -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
      transform: rotate(0);
      opacity: 1; }

    100% {
      -webkit-transform-origin: right bottom;
      -ms-transform-origin: right bottom;
      transform-origin: right bottom;
      -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      transform: rotate(90deg);
      opacity: 0; } }

  @-webkit-keyframes slideInDown {
    0% {
      opacity: 0;
      -webkit-transform: translateY(-2000px);
      transform: translateY(-2000px); }

    100% {
      -webkit-transform: translateY(0);
      transform: translateY(0); } }

  @keyframes slideInDown {
    0% {
      opacity: 0;
      -webkit-transform: translateY(-2000px);
      -ms-transform: translateY(-2000px);
      transform: translateY(-2000px); }

    100% {
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0); } }

  @-webkit-keyframes slideInLeft {
    0% {
      opacity: 0;
      -webkit-transform: translateX(-2000px);
      transform: translateX(-2000px); }

    100% {
      -webkit-transform: translateX(0);
      transform: translateX(0); } }

  @keyframes slideInLeft {
    0% {
      opacity: 0;
      -webkit-transform: translateX(-2000px);
      -ms-transform: translateX(-2000px);
      transform: translateX(-2000px); }

    100% {
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0); } }

  @-webkit-keyframes slideInRight {
    0% {
      opacity: 0;
      -webkit-transform: translateX(2000px);
      transform: translateX(2000px); }

    100% {
      -webkit-transform: translateX(0);
      transform: translateX(0); } }

  @keyframes slideInRight {
    0% {
      opacity: 0;
      -webkit-transform: translateX(2000px);
      -ms-transform: translateX(2000px);
      transform: translateX(2000px); }

    100% {
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0); } }

  @-webkit-keyframes slideOutLeft {
    0% {
      -webkit-transform: translateX(0);
      transform: translateX(0); }

    100% {
      opacity: 0;
      -webkit-transform: translateX(-2000px);
      transform: translateX(-2000px); } }

  @keyframes slideOutLeft {
    0% {
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0); }

    100% {
      opacity: 0;
      -webkit-transform: translateX(-2000px);
      -ms-transform: translateX(-2000px);
      transform: translateX(-2000px); } }

  @-webkit-keyframes slideOutRight {
    0% {
      -webkit-transform: translateX(0);
      transform: translateX(0); }

    100% {
      opacity: 0;
      -webkit-transform: translateX(2000px);
      transform: translateX(2000px); } }

  @keyframes slideOutRight {
    0% {
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0); }

    100% {
      opacity: 0;
      -webkit-transform: translateX(2000px);
      -ms-transform: translateX(2000px);
      transform: translateX(2000px); } }

  @-webkit-keyframes slideOutUp {
    0% {
      -webkit-transform: translateY(0);
      transform: translateY(0); }

    100% {
      opacity: 0;
      -webkit-transform: translateY(-2000px);
      transform: translateY(-2000px); } }

  @keyframes slideOutUp {
    0% {
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0); }

    100% {
      opacity: 0;
      -webkit-transform: translateY(-2000px);
      -ms-transform: translateY(-2000px);
      transform: translateY(-2000px); } }

  @-webkit-keyframes slideInUp {
    0% {
      opacity: 0;
      -webkit-transform: translateY(2000px);
      transform: translateY(2000px); }

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

  @keyframes slideInUp {
    0% {
      opacity: 0;
      -webkit-transform: translateY(2000px);
      -ms-transform: translateY(2000px);
      transform: translateY(2000px); }

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

  @-webkit-keyframes slideOutDown {
    0% {
      -webkit-transform: translateY(0);
      transform: translateY(0); }

    100% {
      opacity: 0;
      -webkit-transform: translateY(2000px);
      transform: translateY(2000px); } }

  @keyframes slideOutDown {
    0% {
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0); }

    100% {
      opacity: 0;
      -webkit-transform: translateY(2000px);
      -ms-transform: translateY(2000px);
      transform: translateY(2000px); } }

  @-webkit-keyframes hinge {
    0% {
      -webkit-transform: rotate(0);
      transform: rotate(0);
      -webkit-transform-origin: top left;
      transform-origin: top left;
      -webkit-animation-timing-function: ease-in-out;
      animation-timing-function: ease-in-out; }

    20%,60% {
      -webkit-transform: rotate(80deg);
      transform: rotate(80deg);
      -webkit-transform-origin: top left;
      transform-origin: top left;
      -webkit-animation-timing-function: ease-in-out;
      animation-timing-function: ease-in-out; }

    40% {
      -webkit-transform: rotate(60deg);
      transform: rotate(60deg);
      -webkit-transform-origin: top left;
      transform-origin: top left;
      -webkit-animation-timing-function: ease-in-out;
      animation-timing-function: ease-in-out; }

    80% {
      -webkit-transform: rotate(60deg) translateY(0);
      transform: rotate(60deg) translateY(0);
      -webkit-transform-origin: top left;
      transform-origin: top left;
      -webkit-animation-timing-function: ease-in-out;
      animation-timing-function: ease-in-out;
      opacity: 1; }

    100% {
      -webkit-transform: translateY(700px);
      transform: translateY(700px);
      opacity: 0; } }

  @keyframes hinge {
    0% {
      -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
      transform: rotate(0);
      -webkit-transform-origin: top left;
      -ms-transform-origin: top left;
      transform-origin: top left;
      -webkit-animation-timing-function: ease-in-out;
      animation-timing-function: ease-in-out; }

    20%,60% {
      -webkit-transform: rotate(80deg);
      -ms-transform: rotate(80deg);
      transform: rotate(80deg);
      -webkit-transform-origin: top left;
      -ms-transform-origin: top left;
      transform-origin: top left;
      -webkit-animation-timing-function: ease-in-out;
      animation-timing-function: ease-in-out; }

    40% {
      -webkit-transform: rotate(60deg);
      -ms-transform: rotate(60deg);
      transform: rotate(60deg);
      -webkit-transform-origin: top left;
      -ms-transform-origin: top left;
      transform-origin: top left;
      -webkit-animation-timing-function: ease-in-out;
      animation-timing-function: ease-in-out; }

    80% {
      -webkit-transform: rotate(60deg) translateY(0);
      -ms-transform: rotate(60deg) translateY(0);
      transform: rotate(60deg) translateY(0);
      -webkit-transform-origin: top left;
      -ms-transform-origin: top left;
      transform-origin: top left;
      -webkit-animation-timing-function: ease-in-out;
      animation-timing-function: ease-in-out;
      opacity: 1; }

    100% {
      -webkit-transform: translateY(700px);
      -ms-transform: translateY(700px);
      transform: translateY(700px);
      opacity: 0; } }

  @-webkit-keyframes rollIn {
    0% {
      opacity: 0;
      -webkit-transform: translateX(-100%) rotate(-120deg);
      transform: translateX(-100%) rotate(-120deg); }

    100% {
      opacity: 1;
      -webkit-transform: translateX(0px) rotate(0deg);
      transform: translateX(0px) rotate(0deg); } }

  @keyframes rollIn {
    0% {
      opacity: 0;
      -webkit-transform: translateX(-100%) rotate(-120deg);
      -ms-transform: translateX(-100%) rotate(-120deg);
      transform: translateX(-100%) rotate(-120deg); }

    100% {
      opacity: 1;
      -webkit-transform: translateX(0px) rotate(0deg);
      -ms-transform: translateX(0px) rotate(0deg);
      transform: translateX(0px) rotate(0deg); } }

  @-webkit-keyframes rollOut {
    0% {
      opacity: 1;
      -webkit-transform: translateX(0px) rotate(0deg);
      transform: translateX(0px) rotate(0deg); }

    100% {
      opacity: 0;
      -webkit-transform: translateX(100%) rotate(120deg);
      transform: translateX(100%) rotate(120deg); } }

  @keyframes rollOut {
    0% {
      opacity: 1;
      -webkit-transform: translateX(0px) rotate(0deg);
      -ms-transform: translateX(0px) rotate(0deg);
      transform: translateX(0px) rotate(0deg); }

    100% {
      opacity: 0;
      -webkit-transform: translateX(100%) rotate(120deg);
      -ms-transform: translateX(100%) rotate(120deg);
      transform: translateX(100%) rotate(120deg); } }

  @-webkit-keyframes zoomIn {
    0% {
      opacity: 0;
      -webkit-transform: scale(0.3);
      transform: scale(0.3); }

    50% {
      opacity: 1; } }

  @keyframes zoomIn {
    0% {
      opacity: 0;
      -webkit-transform: scale(0.3);
      -ms-transform: scale(0.3);
      transform: scale(0.3); }

    50% {
      opacity: 1; } }

  @-webkit-keyframes zoomInDown {
    0% {
      opacity: 0;
      -webkit-transform: scale(0.1) translateY(-2000px);
      transform: scale(0.1) translateY(-2000px);
      -webkit-animation-timing-function: ease-in-out;
      animation-timing-function: ease-in-out; }

    60% {
      opacity: 1;
      -webkit-transform: scale(0.475) translateY(60px);
      transform: scale(0.475) translateY(60px);
      -webkit-animation-timing-function: ease-out;
      animation-timing-function: ease-out; } }

  @keyframes zoomInDown {
    0% {
      opacity: 0;
      -webkit-transform: scale(0.1) translateY(-2000px);
      -ms-transform: scale(0.1) translateY(-2000px);
      transform: scale(0.1) translateY(-2000px);
      -webkit-animation-timing-function: ease-in-out;
      animation-timing-function: ease-in-out; }

    60% {
      opacity: 1;
      -webkit-transform: scale(0.475) translateY(60px);
      -ms-transform: scale(0.475) translateY(60px);
      transform: scale(0.475) translateY(60px);
      -webkit-animation-timing-function: ease-out;
      animation-timing-function: ease-out; } }

  @-webkit-keyframes zoomInLeft {
    0% {
      opacity: 0;
      -webkit-transform: scale(0.1) translateX(-2000px);
      transform: scale(0.1) translateX(-2000px);
      -webkit-animation-timing-function: ease-in-out;
      animation-timing-function: ease-in-out; }

    60% {
      opacity: 1;
      -webkit-transform: scale(0.475) translateX(48px);
      transform: scale(0.475) translateX(48px);
      -webkit-animation-timing-function: ease-out;
      animation-timing-function: ease-out; } }

  @keyframes zoomInLeft {
    0% {
      opacity: 0;
      -webkit-transform: scale(0.1) translateX(-2000px);
      -ms-transform: scale(0.1) translateX(-2000px);
      transform: scale(0.1) translateX(-2000px);
      -webkit-animation-timing-function: ease-in-out;
      animation-timing-function: ease-in-out; }

    60% {
      opacity: 1;
      -webkit-transform: scale(0.475) translateX(48px);
      -ms-transform: scale(0.475) translateX(48px);
      transform: scale(0.475) translateX(48px);
      -webkit-animation-timing-function: ease-out;
      animation-timing-function: ease-out; } }

  @-webkit-keyframes zoomInRight {
    0% {
      opacity: 0;
      -webkit-transform: scale(0.1) translateX(2000px);
      transform: scale(0.1) translateX(2000px);
      -webkit-animation-timing-function: ease-in-out;
      animation-timing-function: ease-in-out; }

    60% {
      opacity: 1;
      -webkit-transform: scale(0.475) translateX(-48px);
      transform: scale(0.475) translateX(-48px);
      -webkit-animation-timing-function: ease-out;
      animation-timing-function: ease-out; } }

  @keyframes zoomInRight {
    0% {
      opacity: 0;
      -webkit-transform: scale(0.1) translateX(2000px);
      -ms-transform: scale(0.1) translateX(2000px);
      transform: scale(0.1) translateX(2000px);
      -webkit-animation-timing-function: ease-in-out;
      animation-timing-function: ease-in-out; }

    60% {
      opacity: 1;
      -webkit-transform: scale(0.475) translateX(-48px);
      -ms-transform: scale(0.475) translateX(-48px);
      transform: scale(0.475) translateX(-48px);
      -webkit-animation-timing-function: ease-out;
      animation-timing-function: ease-out; } }

  @-webkit-keyframes zoomInUp {
    0% {
      opacity: 0;
      -webkit-transform: scale(0.1) translateY(2000px);
      transform: scale(0.1) translateY(2000px);
      -webkit-animation-timing-function: ease-in-out;
      animation-timing-function: ease-in-out; }

    60% {
      opacity: 1;
      -webkit-transform: scale(0.475) translateY(-60px);
      transform: scale(0.475) translateY(-60px);
      -webkit-animation-timing-function: ease-out;
      animation-timing-function: ease-out; } }

  @keyframes zoomInUp {
    0% {
      opacity: 0;
      -webkit-transform: scale(0.1) translateY(2000px);
      -ms-transform: scale(0.1) translateY(2000px);
      transform: scale(0.1) translateY(2000px);
      -webkit-animation-timing-function: ease-in-out;
      animation-timing-function: ease-in-out; }

    60% {
      opacity: 1;
      -webkit-transform: scale(0.475) translateY(-60px);
      -ms-transform: scale(0.475) translateY(-60px);
      transform: scale(0.475) translateY(-60px);
      -webkit-animation-timing-function: ease-out;
      animation-timing-function: ease-out; } }

  @-webkit-keyframes zoomOut {
    0% {
      opacity: 1;
      -webkit-transform: scale(1);
      transform: scale(1); }

    50% {
      opacity: 0;
      -webkit-transform: scale(0.3);
      transform: scale(0.3); }

    100% {
      opacity: 0; } }

  @keyframes zoomOut {
    0% {
      opacity: 1;
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1); }

    50% {
      opacity: 0;
      -webkit-transform: scale(0.3);
      -ms-transform: scale(0.3);
      transform: scale(0.3); }

    100% {
      opacity: 0; } }

  @-webkit-keyframes zoomOutDown {
    40% {
      opacity: 1;
      -webkit-transform: scale(0.475) translateY(-60px);
      transform: scale(0.475) translateY(-60px);
      -webkit-animation-timing-function: linear;
      animation-timing-function: linear; }

    100% {
      opacity: 0;
      -webkit-transform: scale(0.1) translateY(2000px);
      transform: scale(0.1) translateY(2000px);
      -webkit-transform-origin: center bottom;
      transform-origin: center bottom; } }

  @keyframes zoomOutDown {
    40% {
      opacity: 1;
      -webkit-transform: scale(0.475) translateY(-60px);
      -ms-transform: scale(0.475) translateY(-60px);
      transform: scale(0.475) translateY(-60px);
      -webkit-animation-timing-function: linear;
      animation-timing-function: linear; }

    100% {
      opacity: 0;
      -webkit-transform: scale(0.1) translateY(2000px);
      -ms-transform: scale(0.1) translateY(2000px);
      transform: scale(0.1) translateY(2000px);
      -webkit-transform-origin: center bottom;
      -ms-transform-origin: center bottom;
      transform-origin: center bottom; } }

  @-webkit-keyframes zoomOutLeft {
    40% {
      opacity: 1;
      -webkit-transform: scale(0.475) translateX(42px);
      transform: scale(0.475) translateX(42px);
      -webkit-animation-timing-function: linear;
      animation-timing-function: linear; }

    100% {
      opacity: 0;
      -webkit-transform: scale(0.1) translateX(-2000px);
      transform: scale(0.1) translateX(-2000px);
      -webkit-transform-origin: left center;
      transform-origin: left center; } }

  @keyframes zoomOutLeft {
    40% {
      opacity: 1;
      -webkit-transform: scale(0.475) translateX(42px);
      -ms-transform: scale(0.475) translateX(42px);
      transform: scale(0.475) translateX(42px);
      -webkit-animation-timing-function: linear;
      animation-timing-function: linear; }

    100% {
      opacity: 0;
      -webkit-transform: scale(0.1) translateX(-2000px);
      -ms-transform: scale(0.1) translateX(-2000px);
      transform: scale(0.1) translateX(-2000px);
      -webkit-transform-origin: left center;
      -ms-transform-origin: left center;
      transform-origin: left center; } }

  @-webkit-keyframes zoomOutRight {
    40% {
      opacity: 1;
      -webkit-transform: scale(0.475) translateX(-42px);
      transform: scale(0.475) translateX(-42px);
      -webkit-animation-timing-function: linear;
      animation-timing-function: linear; }

    100% {
      opacity: 0;
      -webkit-transform: scale(0.1) translateX(2000px);
      transform: scale(0.1) translateX(2000px);
      -webkit-transform-origin: right center;
      transform-origin: right center; } }

  @keyframes zoomOutRight {
    40% {
      opacity: 1;
      -webkit-transform: scale(0.475) translateX(-42px);
      -ms-transform: scale(0.475) translateX(-42px);
      transform: scale(0.475) translateX(-42px);
      -webkit-animation-timing-function: linear;
      animation-timing-function: linear; }

    100% {
      opacity: 0;
      -webkit-transform: scale(0.1) translateX(2000px);
      -ms-transform: scale(0.1) translateX(2000px);
      transform: scale(0.1) translateX(2000px);
      -webkit-transform-origin: right center;
      -ms-transform-origin: right center;
      transform-origin: right center; } }

  @-webkit-keyframes zoomOutUp {
    40% {
      opacity: 1;
      -webkit-transform: scale(0.475) translateY(60px);
      transform: scale(0.475) translateY(60px);
      -webkit-animation-timing-function: linear;
      animation-timing-function: linear; }

    100% {
      opacity: 0;
      -webkit-transform: scale(0.1) translateY(-2000px);
      transform: scale(0.1) translateY(-2000px);
      -webkit-transform-origin: center top;
      transform-origin: center top; } }

  @keyframes zoomOutUp {
    40% {
      opacity: 1;
      -webkit-transform: scale(0.475) translateY(60px);
      -ms-transform: scale(0.475) translateY(60px);
      transform: scale(0.475) translateY(60px);
      -webkit-animation-timing-function: linear;
      animation-timing-function: linear; }

    100% {
      opacity: 0;
      -webkit-transform: scale(0.1) translateY(-2000px);
      -ms-transform: scale(0.1) translateY(-2000px);
      transform: scale(0.1) translateY(-2000px);
      -webkit-transform-origin: center top;
      -ms-transform-origin: center top;
      transform-origin: center top; } }

  @font-face {
    font-family: "SSSandbox";
    src: url("//mara-labs.com/cdn/shop/t/89/assets/ss-sandbox.eot?v=26164");
    src: url("//mara-labs.com/cdn/shop/t/89/assets/ss-sandbox.eot?%23iefix&v=26164") format("embedded-opentype"), url("//mara-labs.com/cdn/shop/t/89/assets/ss-sandbox.woff?v=26164") format("woff"), url("//mara-labs.com/cdn/shop/t/89/assets/ss-sandbox.ttf?v=26164") format("truetype"), url("//mara-labs.com/cdn/shop/t/89/assets/ss-sandbox.svg%23SSSandbox?v=26164") format("svg");
    font-weight: 400;
    font-style: normal; }

  /* This triggers a redraw in IE to Fix IE8's :before content rendering. */
  /* #Password Page
  ================================================== */
  /* Password Page Modal CSS */
  /* #Integrated Shopify Reviews
  ================================================== */
  /* #Homepage Banner Images
  ================================================== */
  /* #Font-Face
  ================================================== */
  /*  This is the proper syntax for an @font-face file.
      Upload your font files to Assets and then
      copy your FontName into code below and remove
      comment brackets */
  /*  @font-face {
        font-family: 'FontName';
        src: url('FontName.eot');
        src: url('FontName.eot?iefix') format('eot'),
             url('FontName.woff') format('woff'),
             url('FontName.ttf') format('truetype'),
             url('FontName.svg#webfontZam02nTh') format('svg');
        font-weight: normal;
        font-style: normal; }
  */
  /* #Custom Styles
  ================================================== */
  /* Styles for Accordion */
  /*
      BEGIN: HomePage
  */
  /*
      END: HomePage
  */
  /*
    BEGIN: Contact Us
  */
  /*
    END: Contect Us
  */
  /*
    BEGIN: About
  */
  /*
    END: About
  */
  /*
  .container.main.content.contact {
  background: url(//mara-labs.com/cdn/shop/t/89/assets/contact_bg_image.jpg?v=26164);
  }
  
  .container.main.content.contact::after {
    content: "";
    width:100%;
    height:100%;
    opacity: 0.5;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
  }
  */
  /* landing page begin */
  @import url("https://fonts.googleapis.com/css?family=Lato|Poppins|Kaushan+Script");
  /*
  .joints_hurt::after {
    display: block;
    position: relative;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, #fff 100%);
    margin-top: -150px;
    height: 150px;
    width: 100%;
    content: '';
  }*/
  /*ol li {
      width: 176px;
      margin-right: 44px;
      float: left;
      position: relative
  }*/
  /* landing page end */
  /* about us new */
  /* about us new end */
  /* New Home Page */
  /* font awesome */
  /* slick carousel overloading */
  /* Ultracart Landing Page */ }
  label input[type="checkbox"],
  legend input[type="checkbox"],
  .option_title input[type="checkbox"] {
    display: inline; }
  label label span,
  label legend span,
  legend label span,
  legend legend span,
  .option_title label span,
  .option_title legend span {
    font-weight: bold;
    font-size: 13px;
    color: #444; }
  label textarea,
  legend textarea,
  .option_title textarea {
    padding: 8px;
    min-height: 80px; }
  label input.sign_up[type="submit"],
  legend input.sign_up[type="submit"],
  .option_title input.sign_up[type="submit"] {
    margin-left: 5px;
    display: inline-block;
    width: 26% !important;
    font-size: 15px !important;
    background: #00a651; }
  label input.contact_email[type="email"],
  legend input.contact_email[type="email"],
  .option_title input.contact_email[type="email"] {
    width: 58%;
    display: inline-block; }
  label .btn.action_button, label input.btn.action_button[type="submit"], label input.btn.action_button[type="button"],
  legend .btn.action_button,
  legend input.btn.action_button[type="submit"],
  legend input.btn.action_button[type="button"],
  .option_title .btn.action_button,
  .option_title input.btn.action_button[type="submit"],
  .option_title input.btn.action_button[type="button"] {
    width: inherit; }
  label #target,
  legend #target,
  .option_title #target {
    padding: 20px;
    text-align: center; }
  label .quantity_label,
  legend .quantity_label,
  .option_title .quantity_label {
    display: inline;
    font-size: smaller; }
  label .remove_item a,
  legend .remove_item a,
  .option_title .remove_item a {
    font-size: smaller; }
  label input.quantity,
  legend input.quantity,
  .option_title input.quantity {
    width: 48px;
    display: inline;
    margin-bottom: 0;
    padding: 8px 5px; }
  label #cart input.quantity,
  legend #cart input.quantity,
  .option_title #cart input.quantity {
    background: white;
    background: rgba(255, 255, 255, 0.8);
    text-align: center;
    width: 32px;
    line-height: 1em;
    padding: 0;
    position: relative;
    top: -12px; }
  label #cart input.quantity:hover, label #cart input.quantity:focus,
  legend #cart input.quantity:hover,
  legend #cart input.quantity:focus,
  .option_title #cart input.quantity:hover,
  .option_title #cart input.quantity:focus {
    background: white;
    background: rgba(255, 255, 255, 0.95); }
  label #cart input.quantity::-webkit-inner-spin-button,
  label #cart input.quantity::-webkit-outer-spin-button,
  legend #cart input.quantity::-webkit-inner-spin-button,
  legend #cart input.quantity::-webkit-outer-spin-button,
  .option_title #cart input.quantity::-webkit-inner-spin-button,
  .option_title #cart input.quantity::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0; }
  label .cart_items p,
  legend .cart_items p,
  .option_title .cart_items p {
    margin-bottom: 5px; }
  label li.cart_item a,
  legend li.cart_item a,
  .option_title li.cart_item a {
    text-indent: 0 !important;
    font-size: small; }
  label li.last_cart_item:after,
  legend li.last_cart_item:after,
  .option_title li.last_cart_item:after {
    border: none !important; }
  label .cart_image,
  legend .cart_image,
  .option_title .cart_image {
    padding-right: 20px;
    max-width: 100px;
    text-align: center;
    float: left; }
  label a.continue,
  legend a.continue,
  .option_title a.continue {
    text-align: right;
    font-size: 32px;
    margin-right: 15px !important;
    padding: 10px 0 5px 0 !important;
    opacity: 0.8; }
  label a.continue:hover,
  legend a.continue:hover,
  .option_title a.continue:hover {
    opacity: 1; }
  label .empty_cart,
  legend .empty_cart,
  .option_title .empty_cart {
    text-align: center;
    font-size: 22px;
    padding-top: 40px !important;
    color: inherit; }
  label .empty_cart:after,
  legend .empty_cart:after,
  .option_title .empty_cart:after {
    border: 0 !important; }
  label #get-rates-submit,
  legend #get-rates-submit,
  .option_title #get-rates-submit {
    margin-top: -1px; }
  label #customer_login,
  legend #customer_login,
  .option_title #customer_login {
    margin-bottom: 2px; }
  label .multi_select,
  legend .multi_select,
  .option_title .multi_select {
    display: none; }
  label table tr.order_summary td.label,
  legend table tr.order_summary td.label,
  .option_title table tr.order_summary td.label {
    text-align: right; }
  label table,
  legend table,
  .option_title table {
    margin-bottom: 20px; }
  label .hidden,
  legend .hidden,
  .option_title .hidden {
    display: none; }
  label .relative,
  legend .relative,
  .option_title .relative {
    position: relative; }
  label .half-bottom,
  legend .half-bottom,
  .option_title .half-bottom {
    margin-bottom: 10px !important; }
  label .add-bottom,
  legend .add-bottom,
  .option_title .add-bottom {
    margin-bottom: 20px !important; }
  label .right,
  legend .right,
  .option_title .right {
    float: right;
    position: relative; }
  label .right li,
  legend .right li,
  .option_title .right li {
    padding: 5px !important; }
  label .left,
  legend .left,
  .option_title .left {
    float: left; }
  label .inline,
  legend .inline,
  .option_title .inline {
    display: inline; }
  label .center,
  legend .center,
  .option_title .center {
    text-align: center; }
  label .relative,
  legend .relative,
  .option_title .relative {
    position: relative; }
  label .align_right,
  legend .align_right,
  .option_title .align_right {
    text-align: right; }
  label .align_left,
  legend .align_left,
  .option_title .align_left {
    text-align: left; }
  label p.warning,
  legend p.warning,
  .option_title p.warning {
    text-align: center;
    font-weight: bold;
    padding-top: 10px; }
  label .container div.mobile_only, label span.mobile_only, label .mobile_only,
  legend .container div.mobile_only,
  legend span.mobile_only,
  legend .mobile_only,
  .option_title .container div.mobile_only,
  .option_title span.mobile_only,
  .option_title .mobile_only {
    display: none; }
  label .no_border,
  legend .no_border,
  .option_title .no_border {
    border: none !important; }
  label .extra_padding,
  legend .extra_padding,
  .option_title .extra_padding {
    padding-top: 4px; }
  label div.hidden,
  legend div.hidden,
  .option_title div.hidden {
    display: none; }
  label div.is-absolute, label html.mm-bottom.mm-opened.mm-opening div.is-absolute,
  legend div.is-absolute,
  legend html.mm-bottom.mm-opened.mm-opening div.is-absolute,
  .option_title div.is-absolute,
  .option_title html.mm-bottom.mm-opened.mm-opening div.is-absolute {
    position: absolute !important;
    top: 0;
    margin-top: 0; }
  label #grid .column,
  label #grid .columns,
  legend #grid .column,
  legend #grid .columns,
  .option_title #grid .column,
  .option_title #grid .columns {
    background: #ddd;
    height: 25px;
    line-height: 25px;
    margin-bottom: 10px;
    text-align: center;
    text-transform: uppercase;
    color: #555;
    font-size: 12px;
    font-weight: bold;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px; }
  label #grid .column:hover,
  label #grid .columns:hover,
  legend #grid .column:hover,
  legend #grid .columns:hover,
  .option_title #grid .column:hover,
  .option_title #grid .columns:hover {
    background: #bbb;
    color: #333; }
  label #grid .example-grid,
  legend #grid .example-grid,
  .option_title #grid .example-grid {
    overflow: hidden; }
  label div.container,
  legend div.container,
  .option_title div.container {
    margin: 0 auto;
    padding: 20px 0; }
  label div.content-less-pad-top,
  legend div.content-less-pad-top,
  .option_title div.content-less-pad-top {
    padding: 30px 0px 0px 0px; }
  label .header div.logo a,
  legend .header div.logo a,
  .option_title .header div.logo a {
    margin: 0 auto;
    padding-top: 28px;
    display: block;
    text-align: center; }
  label div.section,
  legend div.section,
  .option_title div.section {
    margin: 10px 0; }
  label #john-bottle,
  legend #john-bottle,
  .option_title #john-bottle {
    width: 100%;
    height: 100%; }
  label .section-new,
  legend .section-new,
  .option_title .section-new {
    padding: 3rem 1.5rem; }
  label .homepage_content,
  legend .homepage_content,
  .option_title .homepage_content {
    padding: 20px 0; }
  label div.product_section,
  legend div.product_section,
  .option_title div.product_section {
    margin-top: 0; }
  label div.container div.breadcrumb_text, label div.container div.section_select,
  legend div.container div.breadcrumb_text,
  legend div.container div.section_select,
  .option_title div.container div.breadcrumb_text,
  .option_title div.container div.section_select {
    margin-bottom: 1em;
    padding-top: 8px; }
  label .breadcrumb a.ss-icon,
  legend .breadcrumb a.ss-icon,
  .option_title .breadcrumb a.ss-icon {
    font-size: 32px;
    margin: 10px 10px 10px 0; }
  label .nav_arrows,
  legend .nav_arrows,
  .option_title .nav_arrows {
    float: right; }
    label .nav_arrows a,
    legend .nav_arrows a,
    .option_title .nav_arrows a {
      float: left; }
  label .breadcrumb,
  legend .breadcrumb,
  .option_title .breadcrumb {
    width: 100%; }
  label .continue_shopping,
  legend .continue_shopping,
  .option_title .continue_shopping {
    text-align: center;
    padding-top: 10px; }
  label .vendor, label .sku, label .spr-badge,
  legend .vendor,
  legend .sku,
  legend .spr-badge,
  .option_title .vendor,
  .option_title .sku,
  .option_title .spr-badge {
    margin-top: -10px; }
  label .spr-badge,
  legend .spr-badge,
  .option_title .spr-badge {
    margin-bottom: 1em; }
  label .thumbnail .spr-badge,
  legend .thumbnail .spr-badge,
  .option_title .thumbnail .spr-badge {
    margin: 0; }
  label #category,
  legend #category,
  .option_title #category {
    width: 100%; }
  label .paginate,
  legend .paginate,
  .option_title .paginate {
    text-align: center; }
  label .paginate a, label .paginate .current, label a.tag,
  legend .paginate a,
  legend .paginate .current,
  legend a.tag,
  .option_title .paginate a,
  .option_title .paginate .current,
  .option_title a.tag {
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    margin: 10px 5px;
    padding: 5px 10px;
    display: inline-block; }
  label .paginate .current,
  legend .paginate .current,
  .option_title .paginate .current {
    font-weight: bold; }
  label a.tag,
  legend a.tag,
  .option_title a.tag {
    font-size: smaller;
    padding: 4px 6px;
    margin: 5px 2px 5px 0; }
  label .featured_collections,
  legend .featured_collections,
  .option_title .featured_collections {
    margin-bottom: 10px; }
  label .paginate .deco,
  legend .paginate .deco,
  .option_title .paginate .deco {
    border: none; }
  label .thumbnail,
  legend .thumbnail,
  .option_title .thumbnail {
    position: relative;
    text-align: center;
    margin-bottom: 1em; }
  label .featured_collections .thumbnail,
  legend .featured_collections .thumbnail,
  .option_title .featured_collections .thumbnail {
    text-align: center; }
  label .thumbnail a,
  legend .thumbnail a,
  .option_title .thumbnail a {
    display: block;
    padding-bottom: 0.5em; }
  label .thumbnail .info,
  legend .thumbnail .info,
  .option_title .thumbnail .info {
    text-align: center; }
  label .new,
  legend .new,
  .option_title .new {
    position: relative;
    display: inline;
    padding: 5px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    font-size: 12px; }
  label .thumbnail img,
  legend .thumbnail img,
  .option_title .thumbnail img {
    margin-bottom: 0.75em;
    transition: opacity .3s ease-in; }
  label .thumbnail .price, label .thumbnail .sold_out, label .sold_out,
  legend .thumbnail .price,
  legend .thumbnail .sold_out,
  legend .sold_out,
  .option_title .thumbnail .price,
  .option_title .thumbnail .sold_out,
  .option_title .sold_out {
    font-weight: bold; }
  label .sale_banner, label .new_banner,
  legend .sale_banner,
  legend .new_banner,
  .option_title .sale_banner,
  .option_title .new_banner {
    position: absolute;
    top: 25px;
    left: -5px;
    padding: 2px 5px;
    text-align: center;
    color: #fff; }
  label .thumbnail .price, label .thumbnail .title,
  legend .thumbnail .price,
  legend .thumbnail .title,
  .option_title .thumbnail .price,
  .option_title .thumbnail .title {
    display: block; }
  label .cart_price,
  legend .cart_price,
  .option_title .cart_price {
    float: right;
    text-align: right;
    padding-left: 20px;
    font-weight: bold;
    display: none; }
  label #estimated-shipping, label .excluding_tax,
  legend #estimated-shipping,
  legend .excluding_tax,
  .option_title #estimated-shipping,
  .option_title .excluding_tax {
    display: block; }
  label .cart_page_image,
  legend .cart_page_image,
  .option_title .cart_page_image {
    float: left;
    margin-right: 20px;
    display: block; }
  label .size_chart,
  legend .size_chart,
  .option_title .size_chart {
    float: right;
    padding-top: 8px; }
  label #size-chart,
  legend #size-chart,
  .option_title #size-chart {
    display: none; }
  label #size-chart h5,
  legend #size-chart h5,
  .option_title #size-chart h5 {
    padding: 15px 0 0 0;
    text-align: center; }
  label .cart_page_image img,
  legend .cart_page_image img,
  .option_title .cart_page_image img {
    transition: opacity .3s ease-in; }
  label .price_total_text,
  legend .price_total_text,
  .option_title .price_total_text {
    font-weight: normal;
    display: none; }
  label .was_price,
  legend .was_price,
  .option_title .was_price {
    text-decoration: line-through;
    font-style: italic;
    text-shadow: none;
    font-weight: normal; }
  label .thumbnail .quick_shop,
  legend .thumbnail .quick_shop,
  .option_title .thumbnail .quick_shop {
    display: none;
    position: absolute;
    bottom: 5px;
    right: 0; }
  label .thumbnail .quick_shop:hover,
  legend .thumbnail .quick_shop:hover,
  .option_title .thumbnail .quick_shop:hover {
    opacity: 1; }
  label .thumbnails a,
  legend .thumbnails a,
  .option_title .thumbnails a {
    display: block;
    margin-bottom: 1em; }
  label #instafeed img, label #instafeed video,
  legend #instafeed img,
  legend #instafeed video,
  .option_title #instafeed img,
  .option_title #instafeed video {
    margin-bottom: 1em; }
  label .arrow,
  legend .arrow,
  .option_title .arrow {
    font-size: smaller;
    position: relative;
    top: -1px;
    left: 2px;
    opacity: 0.6; }
  label .modal,
  legend .modal,
  .option_title .modal {
    margin: 10px 0;
    display: none; }
  label .modal_product,
  legend .modal_product,
  .option_title .modal_product {
    width: auto;
    line-height: 0px;
    max-width: 940px; }
  label .modal_product img,
  legend .modal_product img,
  .option_title .modal_product img {
    cursor: pointer; }
  label .modal_image,
  legend .modal_image,
  .option_title .modal_image {
    text-align: center; }
  label .modal a,
  legend .modal a,
  .option_title .modal a {
    padding-bottom: 0; }
  label .modal p.modal_price, label p.modal_price,
  legend .modal p.modal_price,
  legend p.modal_price,
  .option_title .modal p.modal_price,
  .option_title p.modal_price {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: normal; }
  label .modal form,
  legend .modal form,
  .option_title .modal form {
    margin-bottom: 10px; }
  label .notify_form .action_button,
  legend .notify_form .action_button,
  .option_title .notify_form .action_button {
    width: 100%; }
  label .product_image_col,
  legend .product_image_col,
  .option_title .product_image_col {
    margin-top: 15px;
    text-align: center; }
  label .meta,
  legend .meta,
  .option_title .meta {
    font-size: 13px; }
  label .meta p,
  legend .meta p,
  .option_title .meta p {
    font-size: 13px;
    margin-bottom: 0px; }
  label p.meta,
  legend p.meta,
  .option_title p.meta {
    margin-bottom: 10px; }
  label .comment-body p.meta,
  legend .comment-body p.meta,
  .option_title .comment-body p.meta {
    margin-bottom: 5px; }
  label .comment-body h6,
  legend .comment-body h6,
  .option_title .comment-body h6 {
    padding-top: 0; }
  label .sidebar_title,
  legend .sidebar_title,
  .option_title .sidebar_title {
    padding-bottom: 0px; }
  label .blog h2,
  legend .blog h2,
  .option_title .blog h2 {
    margin-bottom: 20px; }
  label .blog h2 a:hover,
  legend .blog h2 a:hover,
  .option_title .blog h2 a:hover {
    color: #00a651;
    text-decoration: none; }
  label .blog_list,
  legend .blog_list,
  .option_title .blog_list {
    margin-left: 0; }
  label .blog_meta span,
  legend .blog_meta span,
  .option_title .blog_meta span {
    position: relative;
    display: inline-block;
    margin-right: 15px;
    font-size: smaller; }
  label .blog_meta .date,
  legend .blog_meta .date,
  .option_title .blog_meta .date {
    color: #363636;
    font-size: 55px;
    text-align: left;
    width: 100%;
    float: left;
    padding-bottom: 20px; }
  label .blog_meta .month,
  legend .blog_meta .month,
  .option_title .blog_meta .month {
    color: #363636;
    font-size: 21px;
    text-align: left;
    width: 100%;
    float: left;
    letter-spacing: 3px;
    text-transform: uppercase; }
  label .tags span a,
  legend .tags span a,
  .option_title .tags span a {
    font-weight: bold; }
  label .blog_list li,
  legend .blog_list li,
  .option_title .blog_list li {
    list-style: none;
    border-bottom: 2px solid #e6e6e6;
    padding: 5px 0 5px 15px;
    margin-bottom: 5px; }
  label .blog_list li a,
  legend .blog_list li a,
  .option_title .blog_list li a {
    text-decoration: none !important;
    margin-bottom: 10px; }
  label .article h5.sub_title,
  legend .article h5.sub_title,
  .option_title .article h5.sub_title {
    line-height: 1.2;
    letter-spacing: 0; }
  label .excerpt,
  legend .excerpt,
  .option_title .excerpt {
    line-height: 1.5;
    margin-bottom: 1em; }
  label .continue_reading .action_button,
  legend .continue_reading .action_button,
  .option_title .continue_reading .action_button {
    padding: 8px 15px;
    margin-top: 15px; }
  label .article, label .article_image,
  legend .article,
  legend .article_image,
  .option_title .article,
  .option_title .article_image {
    padding-bottom: 30px; }
  label .article img,
  legend .article img,
  .option_title .article img {
    margin-bottom: 10px; }
  label body.article,
  legend body.article,
  .option_title body.article {
    padding-bottom: 0; }
  label .sidebar p,
  legend .sidebar p,
  .option_title .sidebar p {
    font-size: smaller; }
  label .sidebar .search,
  legend .sidebar .search,
  .option_title .sidebar .search {
    padding-top: 8px; }
  label .sidebar .search input,
  legend .sidebar .search input,
  .option_title .sidebar .search input {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  label .count,
  legend .count,
  .option_title .count {
    font-style: normal;
    font-size: 13px; }
  label #tag_filter, label #sort-by,
  legend #tag_filter,
  legend #sort-by,
  .option_title #tag_filter,
  .option_title #sort-by {
    width: 65%;
    display: inline-block;
    margin-bottom: 0; }
  label .section_select,
  legend .section_select,
  .option_title .section_select {
    text-align: right; }
  label .checkout,
  legend .checkout,
  .option_title .checkout {
    display: block;
    float: right;
    margin-top: 0px; }
  label .additional-checkout-buttons,
  legend .additional-checkout-buttons,
  .option_title .additional-checkout-buttons {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 15px; }
    label .additional-checkout-buttons > *:not(script),
    legend .additional-checkout-buttons > *:not(script),
    .option_title .additional-checkout-buttons > *:not(script) {
      padding: 10px 0 0 10px;
      vertical-align: top;
      line-height: 1; }
      @media only screen and (max-width: 767px) {
        label .additional-checkout-buttons > *:not(script),
        legend .additional-checkout-buttons > *:not(script),
        .option_title .additional-checkout-buttons > *:not(script) {
          padding: 10px 0 0 5px; } }
      label .additional-checkout-buttons > *:not(script):first-child, label .additional-checkout-buttons > *:not(script):empty,
      legend .additional-checkout-buttons > *:not(script):first-child,
      legend .additional-checkout-buttons > *:not(script):empty,
      .option_title .additional-checkout-buttons > *:not(script):first-child,
      .option_title .additional-checkout-buttons > *:not(script):empty {
        padding-left: 0px; }
  label .or,
  legend .or,
  .option_title .or {
    font-size: smaller;
    font-style: italic;
    padding: 0 10px; }
  label .inline_purchase,
  legend .inline_purchase,
  .option_title .inline_purchase {
    display: inline-block;
    margin-left: 20px;
    margin-top: 25px; }
  label .comment,
  legend .comment,
  .option_title .comment {
    margin-bottom: 20px; }
  label .gravatar,
  legend .gravatar,
  .option_title .gravatar {
    width: 100px !important; }
  label .gravatar img,
  legend .gravatar img,
  .option_title .gravatar img {
    width: 80px;
    height: 80px;
    margin-bottom: 15px;
    -webkit-border-radius: 40px;
    -khtml-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
    border-radius: 40px; }
  label .red,
  legend .red,
  .option_title .red {
    color: #C33; }
  label .address p,
  legend .address p,
  .option_title .address p {
    margin-bottom: 5px; }
  label div#disqus_thread ul, label div#disqus_thread li,
  legend div#disqus_thread ul,
  legend div#disqus_thread li,
  .option_title div#disqus_thread ul,
  .option_title div#disqus_thread li {
    border: none; }
  label .search_page,
  legend .search_page,
  .option_title .search_page {
    padding: 40px 0 60px 0; }
  label #instafeed img, label #instafeed video,
  legend #instafeed img,
  legend #instafeed video,
  .option_title #instafeed img,
  .option_title #instafeed video {
    display: inline; }
  label .footer,
  legend .footer,
  .option_title .footer {
    margin-top: 2.5em;
    padding: 5px 0 0 0; }
  label .footer.home-footer,
  legend .footer.home-footer,
  .option_title .footer.home-footer {
    bottom: 0;
    margin-top: 2.5em;
    padding: 5px 0 0 0;
    background-color: #fff;
    color: #9da6ad; }
  label .footer-sprouts,
  legend .footer-sprouts,
  .option_title .footer-sprouts {
    position: relative;
    width: 100%; }
  label .home-footer .footer-sprouts,
  legend .home-footer .footer-sprouts,
  .option_title .home-footer .footer-sprouts {
    position: relative;
    width: 100%; }
  label .footer-sprouts-inner,
  legend .footer-sprouts-inner,
  .option_title .footer-sprouts-inner {
    float: right;
    background: url(//mara-labs.com/cdn/shop/t/89/assets/sprouts.png?v=125654249333551968971783727746);
    background-repeat: no-repeat;
    position: absolute;
    background-size: cover;
    z-index: 5000;
    right: 0;
    top: 496px;
    width: 500px;
    height: 300px; }
    @media screen and (max-width: 1024px) {
      label .footer-sprouts-inner,
      legend .footer-sprouts-inner,
      .option_title .footer-sprouts-inner {
        top: 361px;
        width: 400px;
        height: 227px; } }
    @media screen and (max-width: 768px) {
      label .footer-sprouts-inner,
      legend .footer-sprouts-inner,
      .option_title .footer-sprouts-inner {
        top: 65px;
        width: 300px;
        height: 190px; } }
    @media screen and (max-width: 425px) {
      label .footer-sprouts-inner,
      legend .footer-sprouts-inner,
      .option_title .footer-sprouts-inner {
        top: -19px;
        width: 238px;
        height: 150px; } }
    @media screen and (max-width: 320px) {
      label .footer-sprouts-inner,
      legend .footer-sprouts-inner,
      .option_title .footer-sprouts-inner {
        top: 75px;
        width: 238px;
        height: 150px; } }
  label .footer-menu,
  legend .footer-menu,
  .option_title .footer-menu {
    float: left;
    width: auto; }
  label #footer-menu h6,
  legend #footer-menu h6,
  .option_title #footer-menu h6 {
    float: left;
    width: auto;
    padding-right: 40px; }
  label .index .footer,
  legend .index .footer,
  .option_title .index .footer {
    margin-top: 0; }
  label .promo_banner,
  legend .promo_banner,
  .option_title .promo_banner {
    padding: 2px 0;
    text-align: center;
    font-size: 12px; }
  label .footer h6, label .footer .footer_menu a,
  legend .footer h6,
  legend .footer .footer_menu a,
  .option_title .footer h6,
  .option_title .footer .footer_menu a {
    margin-bottom: 10px; }
  label .footer.home-footer h6, label .footer.home-footer .footer_menu a,
  legend .footer.home-footer h6,
  legend .footer.home-footer .footer_menu a,
  .option_title .footer.home-footer h6,
  .option_title .footer.home-footer .footer_menu a {
    margin-bottom: 10px;
    color: #000; }
  label .footer p,
  legend .footer p,
  .option_title .footer p {
    margin-bottom: 10px; }
  label .footer.home-footer p,
  legend .footer.home-footer p,
  .option_title .footer.home-footer p {
    margin-bottom: 10px;
    color: #000; }
  label .footer a, label .footer a:visited,
  legend .footer a,
  legend .footer a:visited,
  .option_title .footer a,
  .option_title .footer a:visited {
    color: #fff;
    text-decoration: none;
    font-weight: normal; }
  label .footer.home-footer a, label .footer.home-footer a:visited,
  legend .footer.home-footer a,
  legend .footer.home-footer a:visited,
  .option_title .footer.home-footer a,
  .option_title .footer.home-footer a:visited {
    color: #000;
    text-decoration: none; }
  label .footer a:hover, label .footer a:active,
  legend .footer a:hover,
  legend .footer a:active,
  .option_title .footer a:hover,
  .option_title .footer a:active {
    color: #fff;
    text-decoration: underline;
    text-decoration-skip: spaces; }
  label .footer.home-footer a:hover, label .footer.home-footer a:active,
  legend .footer.home-footer a:hover,
  legend .footer.home-footer a:active,
  .option_title .footer.home-footer a:hover,
  .option_title .footer.home-footer a:active {
    color: #00a651;
    text-decoration: underline; }
  label .footer a.ss-icon,
  legend .footer a.ss-icon,
  .option_title .footer a.ss-icon {
    font-size: 50px; }
  label .page-contact form,
  legend .page-contact form,
  .option_title .page-contact form {
    margin-bottom: 50px; }
  label .footer form,
  legend .footer form,
  .option_title .footer form {
    margin-bottom: 0; }
  label .page-contact .footer,
  legend .page-contact .footer,
  .option_title .page-contact .footer {
    margin-top: 0; }
  label .page-contact .maps,
  legend .page-contact .maps,
  .option_title .page-contact .maps {
    position: relative;
    bottom: -6px; }
  label .maps iframe,
  legend .maps iframe,
  .option_title .maps iframe {
    pointer-events: none; }
  label .contact-form,
  legend .contact-form,
  .option_title .contact-form {
    margin-bottom: 0; }
  label .sub-footer .social_icons li,
  legend .sub-footer .social_icons li,
  .option_title .sub-footer .social_icons li {
    display: inline;
    padding-right: 10px; }
  label .payment_methods,
  legend .payment_methods,
  .option_title .payment_methods {
    margin: 4px 0 6px 0;
    filter: alpha(opacity=80);
    opacity: 0.9; }
  label .payment_methods img,
  legend .payment_methods img,
  .option_title .payment_methods img {
    padding-right: 4px;
    height: 30px;
    width: 48px; }
  label .credits_right,
  legend .credits_right,
  .option_title .credits_right {
    text-align: right; }
  label .footer_menu,
  legend .footer_menu,
  .option_title .footer_menu {
    list-style: none;
    margin: 0; }
  label .footer_menu li,
  legend .footer_menu li,
  .option_title .footer_menu li {
    display: inline-block;
    padding-right: 40px; }
  label .mm-menu.mm-horizontal > .mm-panel,
  legend .mm-menu.mm-horizontal > .mm-panel,
  .option_title .mm-menu.mm-horizontal > .mm-panel {
    -webkit-transition: left 0.4s ease;
    -moz-transition: left 0.4s ease;
    -ms-transition: left 0.4s ease;
    -o-transition: left 0.4s ease;
    transition: left 0.4s ease; }
  label .mm-menu .mm-hidden,
  legend .mm-menu .mm-hidden,
  .option_title .mm-menu .mm-hidden {
    display: none; }
  label .mm-wrapper,
  legend .mm-wrapper,
  .option_title .mm-wrapper {
    overflow-x: hidden;
    position: relative; }
  label .mm-menu,
  legend .mm-menu,
  .option_title .mm-menu {
    background: inherit;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
    padding: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0; }
  label .mm-menu > .mm-panel,
  legend .mm-menu > .mm-panel,
  .option_title .mm-menu > .mm-panel {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    background: inherit;
    -webkit-overflow-scrolling: touch;
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: auto;
    width: 100%;
    height: 100%;
    padding: 20px;
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 0; }
  label .mm-menu > .mm-panel.mm-opened,
  legend .mm-menu > .mm-panel.mm-opened,
  .option_title .mm-menu > .mm-panel.mm-opened {
    left: 0%; }
  label .mm-menu > .mm-panel.mm-subopened,
  legend .mm-menu > .mm-panel.mm-subopened,
  .option_title .mm-menu > .mm-panel.mm-subopened {
    left: -40%; }
  label .mm-menu > .mm-panel.mm-highest,
  legend .mm-menu > .mm-panel.mm-highest,
  .option_title .mm-menu > .mm-panel.mm-highest {
    z-index: 1; }
  label .mm-menu .mm-list,
  legend .mm-menu .mm-list,
  .option_title .mm-menu .mm-list {
    padding: 20px 0; }
  label .mm-menu > .mm-list,
  legend .mm-menu > .mm-list,
  .option_title .mm-menu > .mm-list {
    padding: 10px 0 40px 0; }
  label .mm-panel > .mm-list,
  legend .mm-panel > .mm-list,
  .option_title .mm-panel > .mm-list {
    margin-left: -20px;
    margin-right: -20px; }
  label .mm-panel > .mm-list:first-child,
  legend .mm-panel > .mm-list:first-child,
  .option_title .mm-panel > .mm-list:first-child {
    padding-top: 0; }
  label .mm-list,
  label .mm-list > li,
  legend .mm-list,
  legend .mm-list > li,
  .option_title .mm-list,
  .option_title .mm-list > li {
    list-style: none;
    display: block;
    padding: 0;
    margin: 0; }
  label .mm-list,
  legend .mm-list,
  .option_title .mm-list {
    font: inherit;
    font-size: 14px; }
  label .mm-list a,
  label .mm-list a:hover,
  legend .mm-list a,
  legend .mm-list a:hover,
  .option_title .mm-list a,
  .option_title .mm-list a:hover {
    text-decoration: none; }
  label .mm-list > li,
  legend .mm-list > li,
  .option_title .mm-list > li {
    position: relative; }
  label .mm-list > li > a,
  label .mm-list > li > span,
  legend .mm-list > li > a,
  legend .mm-list > li > span,
  .option_title .mm-list > li > a,
  .option_title .mm-list > li > span {
    text-overflow: ellipsis;
    white-space: normal;
    overflow: hidden;
    color: inherit;
    line-height: 20px;
    display: block;
    padding: 15px 10px 15px 20px;
    margin: 0; }
  label .mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after,
  legend .mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after,
  .option_title .mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after {
    content: '';
    border-bottom-width: 1px;
    border-bottom-style: solid;
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0; }
  label .mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after,
  legend .mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after,
  .option_title .mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after {
    width: auto;
    margin-left: 20px;
    position: relative;
    left: auto; }
  label .mm-list a.mm-subopen,
  legend .mm-list a.mm-subopen,
  .option_title .mm-list a.mm-subopen {
    width: 40px;
    height: 100%;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2; }
  label .mm-list a.mm-subopen:before,
  legend .mm-list a.mm-subopen:before,
  .option_title .mm-list a.mm-subopen:before {
    content: '';
    border-left-width: 1px;
    border-left-style: solid;
    display: block;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0; }
  label .mm-list a.mm-subopen.mm-fullsubopen,
  legend .mm-list a.mm-subopen.mm-fullsubopen,
  .option_title .mm-list a.mm-subopen.mm-fullsubopen {
    width: 100%; }
  label .mm-list a.mm-subopen.mm-fullsubopen:before,
  legend .mm-list a.mm-subopen.mm-fullsubopen:before,
  .option_title .mm-list a.mm-subopen.mm-fullsubopen:before {
    border-left: none; }
  label .mm-list a.mm-subopen + a,
  label .mm-list a.mm-subopen + span,
  legend .mm-list a.mm-subopen + a,
  legend .mm-list a.mm-subopen + span,
  .option_title .mm-list a.mm-subopen + a,
  .option_title .mm-list a.mm-subopen + span {
    padding-right: 5px;
    margin-right: 40px; }
  label .mm-list > li.mm-selected > a.mm-subopen,
  legend .mm-list > li.mm-selected > a.mm-subopen,
  .option_title .mm-list > li.mm-selected > a.mm-subopen {
    background: transparent; }
  label .mm-list > li.mm-selected > a.mm-fullsubopen + a,
  label .mm-list > li.mm-selected > a.mm-fullsubopen + span,
  legend .mm-list > li.mm-selected > a.mm-fullsubopen + a,
  legend .mm-list > li.mm-selected > a.mm-fullsubopen + span,
  .option_title .mm-list > li.mm-selected > a.mm-fullsubopen + a,
  .option_title .mm-list > li.mm-selected > a.mm-fullsubopen + span {
    padding-right: 45px;
    margin-right: 0; }
  label .mm-list a.mm-subclose,
  legend .mm-list a.mm-subclose,
  .option_title .mm-list a.mm-subclose {
    text-indent: 20px;
    padding-top: 30px;
    margin-top: -20px; }
  label .mm-list > li.mm-label,
  legend .mm-list > li.mm-label,
  .option_title .mm-list > li.mm-label {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-transform: uppercase;
    text-indent: 20px;
    line-height: 25px;
    padding-right: 5px; }
  label .mm-list > li.mm-spacer,
  legend .mm-list > li.mm-spacer,
  .option_title .mm-list > li.mm-spacer {
    padding-top: 40px; }
  label .mm-list > li.mm-spacer.mm-label,
  legend .mm-list > li.mm-spacer.mm-label,
  .option_title .mm-list > li.mm-spacer.mm-label {
    padding-top: 25px; }
  label .mm-list a.mm-subopen:after,
  label .mm-list a.mm-subclose:before,
  legend .mm-list a.mm-subopen:after,
  legend .mm-list a.mm-subclose:before,
  .option_title .mm-list a.mm-subopen:after,
  .option_title .mm-list a.mm-subclose:before {
    content: '';
    border: 2px solid transparent;
    display: block;
    width: 7px;
    height: 7px;
    margin-bottom: -5px;
    position: absolute;
    bottom: 50%;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  label .mm-list a.mm-subopen:after,
  legend .mm-list a.mm-subopen:after,
  .option_title .mm-list a.mm-subopen:after {
    border-top: none;
    border-left: none;
    right: 18px; }
  label .mm-list a.mm-subclose:before,
  legend .mm-list a.mm-subclose:before,
  .option_title .mm-list a.mm-subclose:before {
    border-right: none;
    border-bottom: none;
    margin-bottom: -15px;
    left: 22px; }
  label .mm-menu.mm-vertical .mm-list .mm-panel,
  legend .mm-menu.mm-vertical .mm-list .mm-panel,
  .option_title .mm-menu.mm-vertical .mm-list .mm-panel {
    display: none;
    padding: 10px 0 10px 10px; }
  label .mm-menu.mm-vertical .mm-list .mm-panel li:last-child:after,
  legend .mm-menu.mm-vertical .mm-list .mm-panel li:last-child:after,
  .option_title .mm-menu.mm-vertical .mm-list .mm-panel li:last-child:after {
    border-color: transparent; }
  label .mm-menu.mm-vertical .mm-list li.mm-opened > .mm-panel,
  legend .mm-menu.mm-vertical .mm-list li.mm-opened > .mm-panel,
  .option_title .mm-menu.mm-vertical .mm-list li.mm-opened > .mm-panel {
    display: block; }
  label .mm-menu.mm-vertical .mm-list > li.mm-opened > a.mm-subopen,
  legend .mm-menu.mm-vertical .mm-list > li.mm-opened > a.mm-subopen,
  .option_title .mm-menu.mm-vertical .mm-list > li.mm-opened > a.mm-subopen {
    height: 40px; }
  label .mm-menu.mm-vertical .mm-list > li.mm-opened > a.mm-subopen:after,
  legend .mm-menu.mm-vertical .mm-list > li.mm-opened > a.mm-subopen:after,
  .option_title .mm-menu.mm-vertical .mm-list > li.mm-opened > a.mm-subopen:after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 16px;
    right: 16px; }
  label html.mm-opened .mm-page,
  legend html.mm-opened .mm-page,
  .option_title html.mm-opened .mm-page {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5); }
  label .mm-ismenu,
  legend .mm-ismenu,
  .option_title .mm-ismenu {
    background: #333333;
    color: rgba(255, 255, 255, 0.6); }
  label .mm-menu .mm-list > li:after,
  legend .mm-menu .mm-list > li:after,
  .option_title .mm-menu .mm-list > li:after {
    border-color: rgba(0, 0, 0, 0.15); }
  label .mm-menu .mm-list > li > a.mm-subclose,
  legend .mm-menu .mm-list > li > a.mm-subclose,
  .option_title .mm-menu .mm-list > li > a.mm-subclose {
    background: rgba(0, 0, 0, 0.1);
    color: rgba(255, 255, 255, 0.3); }
  label .mm-menu .mm-list > li > a.mm-subopen:after, label .mm-menu .mm-list > li > a.mm-subclose:before,
  legend .mm-menu .mm-list > li > a.mm-subopen:after,
  legend .mm-menu .mm-list > li > a.mm-subclose:before,
  .option_title .mm-menu .mm-list > li > a.mm-subopen:after,
  .option_title .mm-menu .mm-list > li > a.mm-subclose:before {
    border-color: rgba(255, 255, 255, 0.3); }
  label .mm-menu .mm-list > li > a.mm-subopen:before,
  legend .mm-menu .mm-list > li > a.mm-subopen:before,
  .option_title .mm-menu .mm-list > li > a.mm-subopen:before {
    border-color: rgba(0, 0, 0, 0.15); }
  label .mm-menu .mm-list > li.mm-selected > a:not(.mm-subopen),
  label .mm-menu .mm-list > li.mm-selected > span,
  legend .mm-menu .mm-list > li.mm-selected > a:not(.mm-subopen),
  legend .mm-menu .mm-list > li.mm-selected > span,
  .option_title .mm-menu .mm-list > li.mm-selected > a:not(.mm-subopen),
  .option_title .mm-menu .mm-list > li.mm-selected > span {
    background: rgba(0, 0, 0, 0.1); }
  label .mm-menu .mm-list > li.mm-label,
  legend .mm-menu .mm-list > li.mm-label,
  .option_title .mm-menu .mm-list > li.mm-label {
    background: rgba(255, 255, 255, 0.05); }
  label .mm-menu.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
  label .mm-menu.mm-vertical .mm-list li.mm-opened > ul,
  legend .mm-menu.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
  legend .mm-menu.mm-vertical .mm-list li.mm-opened > ul,
  .option_title .mm-menu.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
  .option_title .mm-menu.mm-vertical .mm-list li.mm-opened > ul {
    background: rgba(255, 255, 255, 0.05); }
  label .mm-page,
  label .mm-fixed-top,
  label .mm-fixed-bottom,
  legend .mm-page,
  legend .mm-fixed-top,
  legend .mm-fixed-bottom,
  .option_title .mm-page,
  .option_title .mm-fixed-top,
  .option_title .mm-fixed-bottom {
    -webkit-transition: none 0.4s ease;
    -moz-transition: none 0.4s ease;
    -ms-transition: none 0.4s ease;
    -o-transition: none 0.4s ease;
    transition: none 0.4s ease;
    -webkit-transition-property: top, right, bottom, left, border;
    -moz-transition-property: top, right, bottom, left, border;
    -ms-transition-property: top, right, bottom, left, border;
    -o-transition-property: top, right, bottom, left, border;
    transition-property: top, right, bottom, left, border; }
  label .mm-page,
  label #mm-blocker,
  legend .mm-page,
  legend #mm-blocker,
  .option_title .mm-page,
  .option_title #mm-blocker {
    margin: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  label .mm-page,
  legend .mm-page,
  .option_title .mm-page {
    border: 0px solid rgba(0, 0, 0, 0); }
  label html.mm-opening .mm-page,
  legend html.mm-opening .mm-page,
  .option_title html.mm-opening .mm-page {
    border: 0px solid rgba(1, 1, 1, 0); }
  label .mm-fixed-top,
  label .mm-fixed-bottom,
  legend .mm-fixed-top,
  legend .mm-fixed-bottom,
  .option_title .mm-fixed-top,
  .option_title .mm-fixed-bottom {
    position: fixed;
    left: 0; }
  label .mm-fixed-top,
  legend .mm-fixed-top,
  .option_title .mm-fixed-top {
    top: 0; }
  label .mm-fixed-bottom,
  legend .mm-fixed-bottom,
  .option_title .mm-fixed-bottom {
    bottom: 0; }
  label html.mm-opened,
  legend html.mm-opened,
  .option_title html.mm-opened {
    overflow: hidden;
    position: relative; }
  label html.mm-opened body,
  legend html.mm-opened body,
  .option_title html.mm-opened body {
    overflow: hidden; }
  label html.mm-opened .mm-page,
  legend html.mm-opened .mm-page,
  .option_title html.mm-opened .mm-page {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    position: relative; }
  label html.mm-background .mm-page,
  legend html.mm-background .mm-page,
  .option_title html.mm-background .mm-page {
    background: inherit; }
  label #mm-blocker,
  legend #mm-blocker,
  .option_title #mm-blocker {
    background: url(data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==) transparent;
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 999999; }
  label html.mm-opened #mm-blocker,
  label html.mm-blocking #mm-blocker,
  legend html.mm-opened #mm-blocker,
  legend html.mm-blocking #mm-blocker,
  .option_title html.mm-opened #mm-blocker,
  .option_title html.mm-blocking #mm-blocker {
    display: block; }
  label .mm-menu.mm-offcanvas,
  legend .mm-menu.mm-offcanvas,
  .option_title .mm-menu.mm-offcanvas {
    display: none;
    position: fixed; }
  label .mm-menu.mm-current,
  legend .mm-menu.mm-current,
  .option_title .mm-menu.mm-current {
    display: block; }
  label html.mm-opening .mm-page,
  label html.mm-opening #mm-blocker,
  label html.mm-opening .mm-fixed-top,
  label html.mm-opening .mm-fixed-bottom,
  legend html.mm-opening .mm-page,
  legend html.mm-opening #mm-blocker,
  legend html.mm-opening .mm-fixed-top,
  legend html.mm-opening .mm-fixed-bottom,
  .option_title html.mm-opening .mm-page,
  .option_title html.mm-opening #mm-blocker,
  .option_title html.mm-opening .mm-fixed-top,
  .option_title html.mm-opening .mm-fixed-bottom {
    left: 80%; }
  label .mm-menu,
  legend .mm-menu,
  .option_title .mm-menu {
    width: 80%; }
  @media all and (max-width: 175px) {
    label .mm-menu,
    legend .mm-menu,
    .option_title .mm-menu {
      width: 140px; }
    label html.mm-opening .mm-page,
    label html.mm-opening #mm-blocker,
    label html.mm-opening .mm-fixed-top,
    label html.mm-opening .mm-fixed-bottom,
    legend html.mm-opening .mm-page,
    legend html.mm-opening #mm-blocker,
    legend html.mm-opening .mm-fixed-top,
    legend html.mm-opening .mm-fixed-bottom,
    .option_title html.mm-opening .mm-page,
    .option_title html.mm-opening #mm-blocker,
    .option_title html.mm-opening .mm-fixed-top,
    .option_title html.mm-opening .mm-fixed-bottom {
      left: 140px; } }
  @media all and (min-width: 550px) {
    label .mm-menu,
    legend .mm-menu,
    .option_title .mm-menu {
      width: 440px; }
    label html.mm-opening .mm-page,
    label html.mm-opening #mm-blocker,
    label html.mm-opening .mm-fixed-top,
    label html.mm-opening .mm-fixed-bottom,
    legend html.mm-opening .mm-page,
    legend html.mm-opening #mm-blocker,
    legend html.mm-opening .mm-fixed-top,
    legend html.mm-opening .mm-fixed-bottom,
    .option_title html.mm-opening .mm-page,
    .option_title html.mm-opening #mm-blocker,
    .option_title html.mm-opening .mm-fixed-top,
    .option_title html.mm-opening .mm-fixed-bottom {
      left: 440px; } }
  label p.mm-counter,
  legend p.mm-counter,
  .option_title p.mm-counter {
    font: inherit;
    font-size: 14px;
    font-style: normal;
    font-weight: bold;
    text-indent: 0;
    line-height: 20px;
    display: block;
    margin-top: -10px;
    position: absolute;
    right: 25px;
    top: 50%; }
  label p.mm-counter + a.mm-subopen,
  legend p.mm-counter + a.mm-subopen,
  .option_title p.mm-counter + a.mm-subopen {
    padding-left: 40px; }
  label p.mm-counter + a.mm-subopen + a,
  label p.mm-counter + a.mm-subopen + span,
  legend p.mm-counter + a.mm-subopen + a,
  legend p.mm-counter + a.mm-subopen + span,
  .option_title p.mm-counter + a.mm-subopen + a,
  .option_title p.mm-counter + a.mm-subopen + span {
    margin-right: 80px; }
  label p.mm-counter + a.mm-fullsubopen,
  legend p.mm-counter + a.mm-fullsubopen,
  .option_title p.mm-counter + a.mm-fullsubopen {
    padding-left: 0; }
  label .mm-vertical p.mm-counter,
  legend .mm-vertical p.mm-counter,
  .option_title .mm-vertical p.mm-counter {
    top: 12px;
    margin-top: 0; }
  label .mm-nosubresults > p.mm-counter,
  legend .mm-nosubresults > p.mm-counter,
  .option_title .mm-nosubresults > p.mm-counter {
    display: none; }
  label .mm-menu p.mm-counter,
  legend .mm-menu p.mm-counter,
  .option_title .mm-menu p.mm-counter {
    color: rgba(255, 255, 255, 0.9); }
  label html.mm-opened.mm-dragging .mm-menu,
  label html.mm-opened.mm-dragging .mm-page,
  label html.mm-opened.mm-dragging .mm-fixed-top,
  label html.mm-opened.mm-dragging .mm-fixed-bottom,
  label html.mm-opened.mm-dragging #mm-blocker,
  legend html.mm-opened.mm-dragging .mm-menu,
  legend html.mm-opened.mm-dragging .mm-page,
  legend html.mm-opened.mm-dragging .mm-fixed-top,
  legend html.mm-opened.mm-dragging .mm-fixed-bottom,
  legend html.mm-opened.mm-dragging #mm-blocker,
  .option_title html.mm-opened.mm-dragging .mm-menu,
  .option_title html.mm-opened.mm-dragging .mm-page,
  .option_title html.mm-opened.mm-dragging .mm-fixed-top,
  .option_title html.mm-opened.mm-dragging .mm-fixed-bottom,
  .option_title html.mm-opened.mm-dragging #mm-blocker {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -ms-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s; }
  label .mm-header,
  legend .mm-header,
  .option_title .mm-header {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    background: inherit;
    border-bottom: 1px solid transparent;
    text-align: center;
    line-height: 20px;
    width: 100%;
    height: 60px;
    padding: 30px 40px 0 40px;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0; }
  label .mm-header .mm-title,
  legend .mm-header .mm-title,
  .option_title .mm-header .mm-title {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    width: 100%;
    position: relative;
    z-index: 1; }
  label .mm-header .mm-prev,
  label .mm-header .mm-next,
  legend .mm-header .mm-prev,
  legend .mm-header .mm-next,
  .option_title .mm-header .mm-prev,
  .option_title .mm-header .mm-next {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
    display: block;
    width: 40px;
    height: 100%;
    position: absolute;
    bottom: 0; }
  label .mm-header .mm-prev:before,
  label .mm-header .mm-next:before,
  legend .mm-header .mm-prev:before,
  legend .mm-header .mm-next:before,
  .option_title .mm-header .mm-prev:before,
  .option_title .mm-header .mm-next:before {
    content: '';
    border: 2px solid transparent;
    display: block;
    width: 7px;
    height: 7px;
    margin-bottom: -5px;
    position: absolute;
    bottom: 50%;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-bottom: -15px; }
  label .mm-header .mm-prev,
  legend .mm-header .mm-prev,
  .option_title .mm-header .mm-prev {
    left: 0; }
  label .mm-header .mm-prev:before,
  legend .mm-header .mm-prev:before,
  .option_title .mm-header .mm-prev:before {
    border-right: none;
    border-bottom: none;
    left: 22px; }
  label .mm-header .mm-next,
  legend .mm-header .mm-next,
  .option_title .mm-header .mm-next {
    right: 0; }
  label .mm-header .mm-next:before,
  legend .mm-header .mm-next:before,
  .option_title .mm-header .mm-next:before {
    border-top: none;
    border-left: none;
    right: 18px; }
  label .mm-menu.mm-hassearch .mm-header,
  legend .mm-menu.mm-hassearch .mm-header,
  .option_title .mm-menu.mm-hassearch .mm-header {
    height: 50px;
    padding-top: 20px;
    top: 50px; }
  label .mm-menu.mm-hassearch .mm-header .mm-prev:before,
  label .mm-menu.mm-hassearch .mm-header .mm-mext:before,
  legend .mm-menu.mm-hassearch .mm-header .mm-prev:before,
  legend .mm-menu.mm-hassearch .mm-header .mm-mext:before,
  .option_title .mm-menu.mm-hassearch .mm-header .mm-prev:before,
  .option_title .mm-menu.mm-hassearch .mm-header .mm-mext:before {
    margin-bottom: -10px; }
  label .mm-menu.mm-hasheader li.mm-subtitle,
  legend .mm-menu.mm-hasheader li.mm-subtitle,
  .option_title .mm-menu.mm-hasheader li.mm-subtitle {
    display: none; }
  label .mm-menu.mm-hasheader > .mm-panel,
  legend .mm-menu.mm-hasheader > .mm-panel,
  .option_title .mm-menu.mm-hasheader > .mm-panel {
    padding-top: 80px; }
  label .mm-menu.mm-hasheader > .mm-panel.mm-list,
  legend .mm-menu.mm-hasheader > .mm-panel.mm-list,
  .option_title .mm-menu.mm-hasheader > .mm-panel.mm-list {
    padding-top: 60px; }
  label .mm-menu.mm-hasheader > .mm-panel > .mm-list:first-child,
  legend .mm-menu.mm-hasheader > .mm-panel > .mm-list:first-child,
  .option_title .mm-menu.mm-hasheader > .mm-panel > .mm-list:first-child {
    margin-top: -20px; }
  label .mm-menu.mm-hasheader.mm-hassearch > .mm-panel,
  legend .mm-menu.mm-hasheader.mm-hassearch > .mm-panel,
  .option_title .mm-menu.mm-hasheader.mm-hassearch > .mm-panel {
    padding-top: 120px; }
  label .mm-menu.mm-hasheader.mm-hassearch > .mm-panel.mm-list,
  legend .mm-menu.mm-hasheader.mm-hassearch > .mm-panel.mm-list,
  .option_title .mm-menu.mm-hasheader.mm-hassearch > .mm-panel.mm-list {
    padding-top: 100px; }
  label .mm-menu .mm-header,
  legend .mm-menu .mm-header,
  .option_title .mm-menu .mm-header {
    border-color: rgba(0, 0, 0, 0.15);
    color: rgba(255, 255, 255, 0.3); }
  label .mm-menu .mm-header a:before,
  legend .mm-menu .mm-header a:before,
  .option_title .mm-menu .mm-header a:before {
    border-color: rgba(255, 255, 255, 0.3); }
  label .mm-menu.mm-fixedlabels .mm-list,
  legend .mm-menu.mm-fixedlabels .mm-list,
  .option_title .mm-menu.mm-fixedlabels .mm-list {
    background: inherit; }
  label .mm-menu.mm-fixedlabels .mm-list > li.mm-label,
  legend .mm-menu.mm-fixedlabels .mm-list > li.mm-label,
  .option_title .mm-menu.mm-fixedlabels .mm-list > li.mm-label {
    background: inherit !important;
    opacity: 0.97;
    height: 25px;
    overflow: visible;
    position: relative;
    z-index: 1; }
  label .mm-menu.mm-fixedlabels .mm-list > li.mm-label > div,
  legend .mm-menu.mm-fixedlabels .mm-list > li.mm-label > div,
  .option_title .mm-menu.mm-fixedlabels .mm-list > li.mm-label > div {
    background: inherit;
    width: 100%;
    position: absolute;
    left: 0; }
  label .mm-menu.mm-fixedlabels .mm-list > li.mm-label > div > div,
  legend .mm-menu.mm-fixedlabels .mm-list > li.mm-label > div > div,
  .option_title .mm-menu.mm-fixedlabels .mm-list > li.mm-label > div > div {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }
  label .mm-menu.mm-fixedlabels .mm-list > li.mm-label.mm-spacer > div > div,
  legend .mm-menu.mm-fixedlabels .mm-list > li.mm-label.mm-spacer > div > div,
  .option_title .mm-menu.mm-fixedlabels .mm-list > li.mm-label.mm-spacer > div > div {
    padding-top: 25px; }
  label .mm-list > li.mm-label > span,
  legend .mm-list > li.mm-label > span,
  .option_title .mm-list > li.mm-label > span {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding: 0; }
  label .mm-list > li.mm-label.mm-opened a.mm-subopen:after,
  legend .mm-list > li.mm-label.mm-opened a.mm-subopen:after,
  .option_title .mm-list > li.mm-label.mm-opened a.mm-subopen:after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 17px; }
  label .mm-list > li.mm-collapsed,
  legend .mm-list > li.mm-collapsed,
  .option_title .mm-list > li.mm-collapsed {
    display: none; }
  label .mm-menu .mm-list li.mm-label > div > div,
  legend .mm-menu .mm-list li.mm-label > div > div,
  .option_title .mm-menu .mm-list li.mm-label > div > div {
    background: rgba(255, 255, 255, 0.05); }
  label .mm-search,
  label .mm-search input,
  legend .mm-search,
  legend .mm-search input,
  .option_title .mm-search,
  .option_title .mm-search input {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box; }
  label .mm-list > li.mm-search,
  legend .mm-list > li.mm-search,
  .option_title .mm-list > li.mm-search {
    padding: 10px;
    margin-top: -20px; }
  label .mm-list > li.mm-subtitle + li.mm-search,
  legend .mm-list > li.mm-subtitle + li.mm-search,
  .option_title .mm-list > li.mm-subtitle + li.mm-search {
    margin-top: 0; }
  label div.mm-panel > div.mm-search,
  legend div.mm-panel > div.mm-search,
  .option_title div.mm-panel > div.mm-search {
    padding: 0 0 10px 0; }
  label .mm-menu.mm-hasheader .mm-list > li.mm-search,
  legend .mm-menu.mm-hasheader .mm-list > li.mm-search,
  .option_title .mm-menu.mm-hasheader .mm-list > li.mm-search {
    margin-top: 0; }
  label .mm-search,
  legend .mm-search,
  .option_title .mm-search {
    background: inherit;
    width: 100%;
    padding: 10px;
    position: relative;
    top: 0;
    z-index: 2; }
  label .mm-search input,
  legend .mm-search input,
  .option_title .mm-search input {
    border: none;
    border-radius: 30px;
    font: inherit;
    font-size: 14px;
    line-height: 30px;
    outline: none;
    display: block;
    width: 100%;
    height: 30px;
    margin: 0;
    padding: 0 10px; }
  label .mm-menu .mm-noresultsmsg,
  legend .mm-menu .mm-noresultsmsg,
  .option_title .mm-menu .mm-noresultsmsg {
    text-align: center;
    font-size: 21px;
    display: none;
    padding: 60px 0; }
  label .mm-menu .mm-noresultsmsg:after,
  legend .mm-menu .mm-noresultsmsg:after,
  .option_title .mm-menu .mm-noresultsmsg:after {
    border: none !important; }
  label .mm-noresults .mm-noresultsmsg,
  legend .mm-noresults .mm-noresultsmsg,
  .option_title .mm-noresults .mm-noresultsmsg {
    display: block; }
  label .mm-menu li.mm-nosubresults > a.mm-subopen,
  legend .mm-menu li.mm-nosubresults > a.mm-subopen,
  .option_title .mm-menu li.mm-nosubresults > a.mm-subopen {
    display: none; }
  label .mm-menu li.mm-nosubresults > a.mm-subopen + a,
  label .mm-menu li.mm-nosubresults > a.mm-subopen + span,
  legend .mm-menu li.mm-nosubresults > a.mm-subopen + a,
  legend .mm-menu li.mm-nosubresults > a.mm-subopen + span,
  .option_title .mm-menu li.mm-nosubresults > a.mm-subopen + a,
  .option_title .mm-menu li.mm-nosubresults > a.mm-subopen + span {
    padding-right: 10px; }
  label .mm-menu.mm-hassearch > .mm-panel,
  legend .mm-menu.mm-hassearch > .mm-panel,
  .option_title .mm-menu.mm-hassearch > .mm-panel {
    padding-top: 70px; }
  label .mm-menu.mm-hassearch > .mm-panel > .mm-list:first-child,
  legend .mm-menu.mm-hassearch > .mm-panel > .mm-list:first-child,
  .option_title .mm-menu.mm-hassearch > .mm-panel > .mm-list:first-child {
    margin-top: -20px; }
  label .mm-menu.mm-hasheader > .mm-panel > div.mm-search:first-child,
  legend .mm-menu.mm-hasheader > .mm-panel > div.mm-search:first-child,
  .option_title .mm-menu.mm-hasheader > .mm-panel > div.mm-search:first-child {
    margin-top: -10px; }
  label .mm-menu.mm-hasheader > .mm-panel > div.mm-search:first-child + .mm-list,
  legend .mm-menu.mm-hasheader > .mm-panel > div.mm-search:first-child + .mm-list,
  .option_title .mm-menu.mm-hasheader > .mm-panel > div.mm-search:first-child + .mm-list {
    padding-top: 0; }
  label .mm-menu .mm-search input,
  legend .mm-menu .mm-search input,
  .option_title .mm-menu .mm-search input {
    background: rgba(255, 255, 255, 0.3);
    color: rgba(255, 255, 255, 0.6); }
  label .mm-menu .mm-noresultsmsg,
  legend .mm-menu .mm-noresultsmsg,
  .option_title .mm-menu .mm-noresultsmsg {
    color: rgba(255, 255, 255, 0.3); }
  label label.mm-toggle,
  legend label.mm-toggle,
  .option_title label.mm-toggle {
    border-radius: 30px;
    width: 50px;
    height: 30px;
    margin: -15px 0 0 0;
    position: absolute;
    top: 50%;
    z-index: 1; }
  label label.mm-toggle div,
  legend label.mm-toggle div,
  .option_title label.mm-toggle div {
    border-radius: 30px;
    width: 28px;
    height: 28px;
    margin: 1px; }
  label input.mm-toggle,
  legend input.mm-toggle,
  .option_title input.mm-toggle {
    position: absolute;
    left: -10000px; }
  label input.mm-toggle:checked ~ label.mm-toggle div,
  legend input.mm-toggle:checked ~ label.mm-toggle div,
  .option_title input.mm-toggle:checked ~ label.mm-toggle div {
    float: right; }
  label label.mm-toggle,
  legend label.mm-toggle,
  .option_title label.mm-toggle {
    right: 20px; }
  label label.mm-toggle + a,
  label label.mm-toggle + span,
  legend label.mm-toggle + a,
  legend label.mm-toggle + span,
  .option_title label.mm-toggle + a,
  .option_title label.mm-toggle + span {
    margin-right: 70px; }
  label a.mm-subopen + label.mm-toggle,
  legend a.mm-subopen + label.mm-toggle,
  .option_title a.mm-subopen + label.mm-toggle {
    right: 50px; }
  label a.mm-subopen + label.mm-toggle + a,
  label a.mm-subopen + label.mm-toggle + span,
  legend a.mm-subopen + label.mm-toggle + a,
  legend a.mm-subopen + label.mm-toggle + span,
  .option_title a.mm-subopen + label.mm-toggle + a,
  .option_title a.mm-subopen + label.mm-toggle + span {
    margin-right: 100px; }
  label p.mm-counter + a.mm-subopen + label.mm-toggle,
  legend p.mm-counter + a.mm-subopen + label.mm-toggle,
  .option_title p.mm-counter + a.mm-subopen + label.mm-toggle {
    right: 90px; }
  label p.mm-counter + a.mm-subopen + label.mm-toggle + a,
  label p.mm-counter + a.mm-subopen + label.mm-toggle + span,
  legend p.mm-counter + a.mm-subopen + label.mm-toggle + a,
  legend p.mm-counter + a.mm-subopen + label.mm-toggle + span,
  .option_title p.mm-counter + a.mm-subopen + label.mm-toggle + a,
  .option_title p.mm-counter + a.mm-subopen + label.mm-toggle + span {
    margin-right: 140px; }
  label .mm-menu label.mm-toggle,
  legend .mm-menu label.mm-toggle,
  .option_title .mm-menu label.mm-toggle {
    background: rgba(0, 0, 0, 0.15); }
  label .mm-menu label.mm-toggle div,
  legend .mm-menu label.mm-toggle div,
  .option_title .mm-menu label.mm-toggle div {
    background: #333333; }
  label .mm-menu input.mm-toggle:checked ~ label.mm-toggle,
  legend .mm-menu input.mm-toggle:checked ~ label.mm-toggle,
  .option_title .mm-menu input.mm-toggle:checked ~ label.mm-toggle {
    background: #4bd963; }
  label html.mm-slide .mm-menu,
  legend html.mm-slide .mm-menu,
  .option_title html.mm-slide .mm-menu {
    -webkit-transition: -webkit-transform 0.4s ease;
    -moz-transition: -moz-transform 0.4s ease;
    -o-transition: -o-transform 0.4s ease;
    transition: transform 0.4s ease; }
  label html.mm-slide.mm-opened .mm-menu,
  legend html.mm-slide.mm-opened .mm-menu,
  .option_title html.mm-slide.mm-opened .mm-menu {
    -webkit-transform: translateX(-40%);
    -moz-transform: translateX(-40%);
    -ms-transform: translateX(-40%);
    -o-transform: translateX(-40%);
    transform: translateX(-40%); }
  label html.mm-slide.mm-opening .mm-menu,
  legend html.mm-slide.mm-opening .mm-menu,
  .option_title html.mm-slide.mm-opening .mm-menu {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%); }
  label html.mm-slide.mm-right.mm-opened .mm-menu,
  legend html.mm-slide.mm-right.mm-opened .mm-menu,
  .option_title html.mm-slide.mm-right.mm-opened .mm-menu {
    -webkit-transform: translateX(40%);
    -moz-transform: translateX(40%);
    -ms-transform: translateX(40%);
    -o-transform: translateX(40%);
    transform: translateX(40%); }
  label html.mm-slide.mm-right.mm-opening .mm-menu,
  legend html.mm-slide.mm-right.mm-opening .mm-menu,
  .option_title html.mm-slide.mm-right.mm-opening .mm-menu {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%); }
  label html.mm-slide.mm-top.mm-opened .mm-menu,
  legend html.mm-slide.mm-top.mm-opened .mm-menu,
  .option_title html.mm-slide.mm-top.mm-opened .mm-menu {
    -webkit-transform: translateY(-40%);
    -moz-transform: translateY(-40%);
    -ms-transform: translateY(-40%);
    -o-transform: translateY(-40%);
    transform: translateY(-40%); }
  label html.mm-slide.mm-top.mm-opening .mm-menu,
  legend html.mm-slide.mm-top.mm-opening .mm-menu,
  .option_title html.mm-slide.mm-top.mm-opening .mm-menu {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%); }
  label html.mm-slide.mm-bottom.mm-opened .mm-menu,
  legend html.mm-slide.mm-bottom.mm-opened .mm-menu,
  .option_title html.mm-slide.mm-bottom.mm-opened .mm-menu {
    -webkit-transform: translateY(40%);
    -moz-transform: translateY(40%);
    -ms-transform: translateY(40%);
    -o-transform: translateY(40%);
    transform: translateY(40%); }
  label html.mm-slide.mm-bottom.mm-opening .mm-menu,
  legend html.mm-slide.mm-bottom.mm-opening .mm-menu,
  .option_title html.mm-slide.mm-bottom.mm-opening .mm-menu {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%); }
  label html.mm-zoom-menu .mm-menu,
  legend html.mm-zoom-menu .mm-menu,
  .option_title html.mm-zoom-menu .mm-menu {
    -webkit-transition: -webkit-transform 0.4s ease;
    -moz-transition: -moz-transform 0.4s ease;
    -o-transition: -o-transform 0.4s ease;
    transition: transform 0.4s ease; }
  label html.mm-zoom-menu.mm-opened .mm-menu,
  legend html.mm-zoom-menu.mm-opened .mm-menu,
  .option_title html.mm-zoom-menu.mm-opened .mm-menu {
    -webkit-transform: scale(0.7, 0.7) translateX(-40%);
    -moz-transform: scale(0.7, 0.7) translateX(-40%);
    -ms-transform: scale(0.7, 0.7) translateX(-40%);
    -o-transform: scale(0.7, 0.7) translateX(-40%);
    transform: scale(0.7, 0.7) translateX(-40%);
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center; }
  label html.mm-zoom-menu.mm-opening .mm-menu,
  legend html.mm-zoom-menu.mm-opening .mm-menu,
  .option_title html.mm-zoom-menu.mm-opening .mm-menu {
    -webkit-transform: scale(1, 1) translateX(0%);
    -moz-transform: scale(1, 1) translateX(0%);
    -ms-transform: scale(1, 1) translateX(0%);
    -o-transform: scale(1, 1) translateX(0%);
    transform: scale(1, 1) translateX(0%); }
  label html.mm-zoom-menu.mm-right.mm-opened .mm-menu,
  legend html.mm-zoom-menu.mm-right.mm-opened .mm-menu,
  .option_title html.mm-zoom-menu.mm-right.mm-opened .mm-menu {
    -webkit-transform: scale(0.7, 0.7) translateX(40%);
    -moz-transform: scale(0.7, 0.7) translateX(40%);
    -ms-transform: scale(0.7, 0.7) translateX(40%);
    -o-transform: scale(0.7, 0.7) translateX(40%);
    transform: scale(0.7, 0.7) translateX(40%);
    -webkit-transform-origin: right center;
    -moz-transform-origin: right center;
    -ms-transform-origin: right center;
    -o-transform-origin: right center;
    transform-origin: right center; }
  label html.mm-zoom-menu.mm-right.mm-opening .mm-menu,
  legend html.mm-zoom-menu.mm-right.mm-opening .mm-menu,
  .option_title html.mm-zoom-menu.mm-right.mm-opening .mm-menu {
    -webkit-transform: scale(1, 1) translateX(0%);
    -moz-transform: scale(1, 1) translateX(0%);
    -ms-transform: scale(1, 1) translateX(0%);
    -o-transform: scale(1, 1) translateX(0%);
    transform: scale(1, 1) translateX(0%); }
  label html.mm-zoom-menu.mm-top.mm-opened .mm-menu,
  legend html.mm-zoom-menu.mm-top.mm-opened .mm-menu,
  .option_title html.mm-zoom-menu.mm-top.mm-opened .mm-menu {
    -webkit-transform: scale(0.7, 0.7) translateY(-40%);
    -moz-transform: scale(0.7, 0.7) translateY(-40%);
    -ms-transform: scale(0.7, 0.7) translateY(-40%);
    -o-transform: scale(0.7, 0.7) translateY(-40%);
    transform: scale(0.7, 0.7) translateY(-40%);
    -webkit-transform-origin: center top;
    -moz-transform-origin: center top;
    -ms-transform-origin: center top;
    -o-transform-origin: center top;
    transform-origin: center top; }
  label html.mm-zoom-menu.mm-top.mm-opening .mm-menu,
  legend html.mm-zoom-menu.mm-top.mm-opening .mm-menu,
  .option_title html.mm-zoom-menu.mm-top.mm-opening .mm-menu {
    -webkit-transform: scale(1, 1) translateY(0%);
    -moz-transform: scale(1, 1) translateY(0%);
    -ms-transform: scale(1, 1) translateY(0%);
    -o-transform: scale(1, 1) translateY(0%);
    transform: scale(1, 1) translateY(0%); }
  label html.mm-zoom-menu.mm-bottom.mm-opened .mm-menu,
  legend html.mm-zoom-menu.mm-bottom.mm-opened .mm-menu,
  .option_title html.mm-zoom-menu.mm-bottom.mm-opened .mm-menu {
    -webkit-transform: scale(0.7, 0.7) translateY(40%);
    -moz-transform: scale(0.7, 0.7) translateY(40%);
    -ms-transform: scale(0.7, 0.7) translateY(40%);
    -o-transform: scale(0.7, 0.7) translateY(40%);
    transform: scale(0.7, 0.7) translateY(40%);
    -webkit-transform-origin: center bottom;
    -moz-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    -o-transform-origin: center bottom;
    transform-origin: center bottom; }
  label html.mm-zoom-menu.mm-bottom.mm-opening .mm-menu,
  legend html.mm-zoom-menu.mm-bottom.mm-opening .mm-menu,
  .option_title html.mm-zoom-menu.mm-bottom.mm-opening .mm-menu {
    -webkit-transform: scale(1, 1) translateY(0%);
    -moz-transform: scale(1, 1) translateY(0%);
    -ms-transform: scale(1, 1) translateY(0%);
    -o-transform: scale(1, 1) translateY(0%);
    transform: scale(1, 1) translateY(0%); }
  label html.mm-zoom-page .mm-page,
  legend html.mm-zoom-page .mm-page,
  .option_title html.mm-zoom-page .mm-page {
    -webkit-transition-property: -webkit-transform, top, right, bottom, left, border;
    -moz-transition-property: -moz-transform, top, right, bottom, left, border;
    -ms-transition-property: -ms-transform, top, right, bottom, left, border;
    -o-transition-property: -o-transform, top, right, bottom, left, border;
    transition-property: transform, top, right, bottom, left, border; }
  label html.mm-zoom-page.mm-opened .mm-page,
  legend html.mm-zoom-page.mm-opened .mm-page,
  .option_title html.mm-zoom-page.mm-opened .mm-page {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center; }
  label html.mm-zoom-page.mm-opening .mm-page,
  legend html.mm-zoom-page.mm-opening .mm-page,
  .option_title html.mm-zoom-page.mm-opening .mm-page {
    -webkit-transform: scale(1.5, 1.5);
    -moz-transform: scale(1.5, 1.5);
    -ms-transform: scale(1.5, 1.5);
    -o-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5); }
  label html.mm-zoom-page.mm-right.mm-opened .mm-page,
  legend html.mm-zoom-page.mm-right.mm-opened .mm-page,
  .option_title html.mm-zoom-page.mm-right.mm-opened .mm-page {
    -webkit-transform-origin: right center;
    -moz-transform-origin: right center;
    -ms-transform-origin: right center;
    -o-transform-origin: right center;
    transform-origin: right center; }
  label html.mm-zoom-page.mm-top.mm-opened .mm-page,
  legend html.mm-zoom-page.mm-top.mm-opened .mm-page,
  .option_title html.mm-zoom-page.mm-top.mm-opened .mm-page {
    -webkit-transform-origin: center top;
    -moz-transform-origin: center top;
    -ms-transform-origin: center top;
    -o-transform-origin: center top;
    transform-origin: center top; }
  label html.mm-zoom-page.mm-bottom.mm-opened .mm-page,
  legend html.mm-zoom-page.mm-bottom.mm-opened .mm-page,
  .option_title html.mm-zoom-page.mm-bottom.mm-opened .mm-page {
    -webkit-transform-origin: center bottom;
    -moz-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    -o-transform-origin: center bottom;
    transform-origin: center bottom; }
  label html.mm-zoom-panels .mm-menu.mm-horizontal > .mm-panel,
  legend html.mm-zoom-panels .mm-menu.mm-horizontal > .mm-panel,
  .option_title html.mm-zoom-panels .mm-menu.mm-horizontal > .mm-panel {
    -webkit-transform: scale(1.5, 1.5);
    -moz-transform: scale(1.5, 1.5);
    -ms-transform: scale(1.5, 1.5);
    -o-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5);
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
    -webkit-transition-property: -webkit-transform, left;
    -moz-transition-property: -moz-transform, left;
    -ms-transition-property: -ms-transform, left;
    -o-transition-property: -o-transform, left;
    transition-property: transform, left; }
  label html.mm-zoom-panels .mm-menu.mm-horizontal > .mm-panel.mm-opened,
  legend html.mm-zoom-panels .mm-menu.mm-horizontal > .mm-panel.mm-opened,
  .option_title html.mm-zoom-panels .mm-menu.mm-horizontal > .mm-panel.mm-opened {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1); }
  label html.mm-zoom-panels .mm-menu.mm-horizontal > .mm-panel.mm-opened.mm-subopened,
  legend html.mm-zoom-panels .mm-menu.mm-horizontal > .mm-panel.mm-opened.mm-subopened,
  .option_title html.mm-zoom-panels .mm-menu.mm-horizontal > .mm-panel.mm-opened.mm-subopened {
    -webkit-transform: scale(0.7, 0.7);
    -moz-transform: scale(0.7, 0.7);
    -ms-transform: scale(0.7, 0.7);
    -o-transform: scale(0.7, 0.7);
    transform: scale(0.7, 0.7); }
  label html.mm-opening.mm-fullscreen .mm-page,
  label html.mm-opening.mm-fullscreen #mm-blocker,
  label html.mm-opening.mm-fullscreen .mm-fixed-top,
  label html.mm-opening.mm-fullscreen .mm-fixed-bottom,
  legend html.mm-opening.mm-fullscreen .mm-page,
  legend html.mm-opening.mm-fullscreen #mm-blocker,
  legend html.mm-opening.mm-fullscreen .mm-fixed-top,
  legend html.mm-opening.mm-fullscreen .mm-fixed-bottom,
  .option_title html.mm-opening.mm-fullscreen .mm-page,
  .option_title html.mm-opening.mm-fullscreen #mm-blocker,
  .option_title html.mm-opening.mm-fullscreen .mm-fixed-top,
  .option_title html.mm-opening.mm-fullscreen .mm-fixed-bottom {
    left: 100%; }
  label .mm-menu.mm-fullscreen,
  legend .mm-menu.mm-fullscreen,
  .option_title .mm-menu.mm-fullscreen {
    width: 100%; }
  @media all and (max-width: 140px) {
    label .mm-menu.mm-fullscreen,
    legend .mm-menu.mm-fullscreen,
    .option_title .mm-menu.mm-fullscreen {
      width: 140px; }
    label html.mm-opening.mm-fullscreen .mm-page,
    label html.mm-opening.mm-fullscreen #mm-blocker,
    label html.mm-opening.mm-fullscreen .mm-fixed-top,
    label html.mm-opening.mm-fullscreen .mm-fixed-bottom,
    legend html.mm-opening.mm-fullscreen .mm-page,
    legend html.mm-opening.mm-fullscreen #mm-blocker,
    legend html.mm-opening.mm-fullscreen .mm-fixed-top,
    legend html.mm-opening.mm-fullscreen .mm-fixed-bottom,
    .option_title html.mm-opening.mm-fullscreen .mm-page,
    .option_title html.mm-opening.mm-fullscreen #mm-blocker,
    .option_title html.mm-opening.mm-fullscreen .mm-fixed-top,
    .option_title html.mm-opening.mm-fullscreen .mm-fixed-bottom {
      left: 140px; } }
  @media all and (min-width: 10000px) {
    label .mm-menu.mm-fullscreen,
    legend .mm-menu.mm-fullscreen,
    .option_title .mm-menu.mm-fullscreen {
      width: 10000px; }
    label html.mm-opening.mm-fullscreen .mm-page,
    label html.mm-opening.mm-fullscreen #mm-blocker,
    label html.mm-opening.mm-fullscreen .mm-fixed-top,
    label html.mm-opening.mm-fullscreen .mm-fixed-bottom,
    legend html.mm-opening.mm-fullscreen .mm-page,
    legend html.mm-opening.mm-fullscreen #mm-blocker,
    legend html.mm-opening.mm-fullscreen .mm-fixed-top,
    legend html.mm-opening.mm-fullscreen .mm-fixed-bottom,
    .option_title html.mm-opening.mm-fullscreen .mm-page,
    .option_title html.mm-opening.mm-fullscreen #mm-blocker,
    .option_title html.mm-opening.mm-fullscreen .mm-fixed-top,
    .option_title html.mm-opening.mm-fullscreen .mm-fixed-bottom {
      left: 10000px; } }
  label .mm-menu.mm-top.mm-fullscreen,
  legend .mm-menu.mm-top.mm-fullscreen,
  .option_title .mm-menu.mm-top.mm-fullscreen {
    height: 100%; }
  label html.mm-top.mm-opening.mm-fullscreen .mm-page,
  label html.mm-top.mm-opening.mm-fullscreen #mm-blocker,
  label html.mm-top.mm-opening.mm-fullscreen .mm-fixed-top,
  legend html.mm-top.mm-opening.mm-fullscreen .mm-page,
  legend html.mm-top.mm-opening.mm-fullscreen #mm-blocker,
  legend html.mm-top.mm-opening.mm-fullscreen .mm-fixed-top,
  .option_title html.mm-top.mm-opening.mm-fullscreen .mm-page,
  .option_title html.mm-top.mm-opening.mm-fullscreen #mm-blocker,
  .option_title html.mm-top.mm-opening.mm-fullscreen .mm-fixed-top {
    top: 100%; }
  label html.mm-top.mm-opening.mm-fullscreen .mm-fixed-bottom,
  legend html.mm-top.mm-opening.mm-fullscreen .mm-fixed-bottom,
  .option_title html.mm-top.mm-opening.mm-fullscreen .mm-fixed-bottom {
    bottom: -100%; }
  @media all and (max-height: 140px) {
    label .mm-menu.mm-top.mm-fullscreen,
    legend .mm-menu.mm-top.mm-fullscreen,
    .option_title .mm-menu.mm-top.mm-fullscreen {
      height: 140px; }
    label html.mm-top.mm-opening.mm-fullscreen .mm-page,
    label html.mm-top.mm-opening.mm-fullscreen #mm-blocker,
    label html.mm-top.mm-opening.mm-fullscreen .mm-fixed-top,
    legend html.mm-top.mm-opening.mm-fullscreen .mm-page,
    legend html.mm-top.mm-opening.mm-fullscreen #mm-blocker,
    legend html.mm-top.mm-opening.mm-fullscreen .mm-fixed-top,
    .option_title html.mm-top.mm-opening.mm-fullscreen .mm-page,
    .option_title html.mm-top.mm-opening.mm-fullscreen #mm-blocker,
    .option_title html.mm-top.mm-opening.mm-fullscreen .mm-fixed-top {
      top: 140px; }
    label html.mm-top.mm-opening.mm-fullscreen .mm-fixed-bottom,
    legend html.mm-top.mm-opening.mm-fullscreen .mm-fixed-bottom,
    .option_title html.mm-top.mm-opening.mm-fullscreen .mm-fixed-bottom {
      bottom: -140px; } }
  @media all and (min-height: 10000px) {
    label .mm-menu.mm-top.mm-fullscreen,
    legend .mm-menu.mm-top.mm-fullscreen,
    .option_title .mm-menu.mm-top.mm-fullscreen {
      height: 10000px; }
    label html.mm-top.mm-opening.mm-fullscreen .mm-page,
    label html.mm-top.mm-opening.mm-fullscreen #mm-blocker,
    label html.mm-top.mm-opening.mm-fullscreen .mm-fixed-top,
    legend html.mm-top.mm-opening.mm-fullscreen .mm-page,
    legend html.mm-top.mm-opening.mm-fullscreen #mm-blocker,
    legend html.mm-top.mm-opening.mm-fullscreen .mm-fixed-top,
    .option_title html.mm-top.mm-opening.mm-fullscreen .mm-page,
    .option_title html.mm-top.mm-opening.mm-fullscreen #mm-blocker,
    .option_title html.mm-top.mm-opening.mm-fullscreen .mm-fixed-top {
      top: 10000px; }
    label html.mm-top.mm-opening.mm-fullscreen .mm-fixed-bottom,
    legend html.mm-top.mm-opening.mm-fullscreen .mm-fixed-bottom,
    .option_title html.mm-top.mm-opening.mm-fullscreen .mm-fixed-bottom {
      bottom: -10000px; } }
  label .mm-menu.mm-right.mm-fullscreen,
  legend .mm-menu.mm-right.mm-fullscreen,
  .option_title .mm-menu.mm-right.mm-fullscreen {
    width: 100%; }
  label html.mm-right.mm-opening.mm-fullscreen .mm-page,
  label html.mm-right.mm-opening.mm-fullscreen #mm-blocker,
  label html.mm-right.mm-opening.mm-fullscreen .mm-fixed-top,
  label html.mm-right.mm-opening.mm-fullscreen .mm-fixed-bottom,
  legend html.mm-right.mm-opening.mm-fullscreen .mm-page,
  legend html.mm-right.mm-opening.mm-fullscreen #mm-blocker,
  legend html.mm-right.mm-opening.mm-fullscreen .mm-fixed-top,
  legend html.mm-right.mm-opening.mm-fullscreen .mm-fixed-bottom,
  .option_title html.mm-right.mm-opening.mm-fullscreen .mm-page,
  .option_title html.mm-right.mm-opening.mm-fullscreen #mm-blocker,
  .option_title html.mm-right.mm-opening.mm-fullscreen .mm-fixed-top,
  .option_title html.mm-right.mm-opening.mm-fullscreen .mm-fixed-bottom {
    right: 100%; }
  @media all and (max-width: 140px) {
    label .mm-menu.mm-right.mm-fullscreen,
    legend .mm-menu.mm-right.mm-fullscreen,
    .option_title .mm-menu.mm-right.mm-fullscreen {
      width: 140px; }
    label html.mm-right.mm-opening.mm-fullscreen .mm-page,
    label html.mm-right.mm-opening.mm-fullscreen #mm-blocker,
    label html.mm-right.mm-opening.mm-fullscreen .mm-fixed-top,
    label html.mm-right.mm-opening.mm-fullscreen .mm-fixed-bottom,
    legend html.mm-right.mm-opening.mm-fullscreen .mm-page,
    legend html.mm-right.mm-opening.mm-fullscreen #mm-blocker,
    legend html.mm-right.mm-opening.mm-fullscreen .mm-fixed-top,
    legend html.mm-right.mm-opening.mm-fullscreen .mm-fixed-bottom,
    .option_title html.mm-right.mm-opening.mm-fullscreen .mm-page,
    .option_title html.mm-right.mm-opening.mm-fullscreen #mm-blocker,
    .option_title html.mm-right.mm-opening.mm-fullscreen .mm-fixed-top,
    .option_title html.mm-right.mm-opening.mm-fullscreen .mm-fixed-bottom {
      right: 140px; } }
  @media all and (min-width: 10000px) {
    label .mm-menu.mm-right.mm-fullscreen,
    legend .mm-menu.mm-right.mm-fullscreen,
    .option_title .mm-menu.mm-right.mm-fullscreen {
      width: 10000px; }
    label html.mm-right.mm-opening.mm-fullscreen .mm-page,
    label html.mm-right.mm-opening.mm-fullscreen #mm-blocker,
    label html.mm-right.mm-opening.mm-fullscreen .mm-fixed-top,
    label html.mm-right.mm-opening.mm-fullscreen .mm-fixed-bottom,
    legend html.mm-right.mm-opening.mm-fullscreen .mm-page,
    legend html.mm-right.mm-opening.mm-fullscreen #mm-blocker,
    legend html.mm-right.mm-opening.mm-fullscreen .mm-fixed-top,
    legend html.mm-right.mm-opening.mm-fullscreen .mm-fixed-bottom,
    .option_title html.mm-right.mm-opening.mm-fullscreen .mm-page,
    .option_title html.mm-right.mm-opening.mm-fullscreen #mm-blocker,
    .option_title html.mm-right.mm-opening.mm-fullscreen .mm-fixed-top,
    .option_title html.mm-right.mm-opening.mm-fullscreen .mm-fixed-bottom {
      right: 10000px; } }
  label .mm-menu.mm-bottom.mm-fullscreen,
  legend .mm-menu.mm-bottom.mm-fullscreen,
  .option_title .mm-menu.mm-bottom.mm-fullscreen {
    height: 100%; }
  label html.mm-bottom.mm-opening.mm-fullscreen .mm-page,
  label html.mm-bottom.mm-opening.mm-fullscreen #mm-blocker,
  label html.mm-bottom.mm-opening.mm-fullscreen .mm-fixed-bottom,
  legend html.mm-bottom.mm-opening.mm-fullscreen .mm-page,
  legend html.mm-bottom.mm-opening.mm-fullscreen #mm-blocker,
  legend html.mm-bottom.mm-opening.mm-fullscreen .mm-fixed-bottom,
  .option_title html.mm-bottom.mm-opening.mm-fullscreen .mm-page,
  .option_title html.mm-bottom.mm-opening.mm-fullscreen #mm-blocker,
  .option_title html.mm-bottom.mm-opening.mm-fullscreen .mm-fixed-bottom {
    bottom: 100%; }
  label html.mm-bottom.mm-opening.mm-fullscreen .mm-fixed-top,
  legend html.mm-bottom.mm-opening.mm-fullscreen .mm-fixed-top,
  .option_title html.mm-bottom.mm-opening.mm-fullscreen .mm-fixed-top {
    top: -100%; }
  @media all and (max-height: 140px) {
    label .mm-menu.mm-bottom.mm-fullscreen,
    legend .mm-menu.mm-bottom.mm-fullscreen,
    .option_title .mm-menu.mm-bottom.mm-fullscreen {
      height: 140px; }
    label html.mm-bottom.mm-opening.mm-fullscreen .mm-page,
    label html.mm-bottom.mm-opening.mm-fullscreen #mm-blocker,
    label html.mm-bottom.mm-opening.mm-fullscreen .mm-fixed-bottom,
    legend html.mm-bottom.mm-opening.mm-fullscreen .mm-page,
    legend html.mm-bottom.mm-opening.mm-fullscreen #mm-blocker,
    legend html.mm-bottom.mm-opening.mm-fullscreen .mm-fixed-bottom,
    .option_title html.mm-bottom.mm-opening.mm-fullscreen .mm-page,
    .option_title html.mm-bottom.mm-opening.mm-fullscreen #mm-blocker,
    .option_title html.mm-bottom.mm-opening.mm-fullscreen .mm-fixed-bottom {
      bottom: 140px; }
    label html.mm-bottom.mm-opening.mm-fullscreen .mm-fixed-top,
    legend html.mm-bottom.mm-opening.mm-fullscreen .mm-fixed-top,
    .option_title html.mm-bottom.mm-opening.mm-fullscreen .mm-fixed-top {
      top: -140px; } }
  @media all and (min-height: 10000px) {
    label .mm-menu.mm-bottom.mm-fullscreen,
    legend .mm-menu.mm-bottom.mm-fullscreen,
    .option_title .mm-menu.mm-bottom.mm-fullscreen {
      height: 10000px; }
    label html.mm-bottom.mm-opening.mm-fullscreen .mm-page,
    label html.mm-bottom.mm-opening.mm-fullscreen #mm-blocker,
    label html.mm-bottom.mm-opening.mm-fullscreen .mm-fixed-bottom,
    legend html.mm-bottom.mm-opening.mm-fullscreen .mm-page,
    legend html.mm-bottom.mm-opening.mm-fullscreen #mm-blocker,
    legend html.mm-bottom.mm-opening.mm-fullscreen .mm-fixed-bottom,
    .option_title html.mm-bottom.mm-opening.mm-fullscreen .mm-page,
    .option_title html.mm-bottom.mm-opening.mm-fullscreen #mm-blocker,
    .option_title html.mm-bottom.mm-opening.mm-fullscreen .mm-fixed-bottom {
      bottom: 10000px; }
    label html.mm-bottom.mm-opening.mm-fullscreen .mm-fixed-top,
    legend html.mm-bottom.mm-opening.mm-fullscreen .mm-fixed-top,
    .option_title html.mm-bottom.mm-opening.mm-fullscreen .mm-fixed-top {
      top: -10000px; } }
  label .mm-menu.mm-fullscreen.mm-front, label .mm-menu.mm-fullscreen.mm-next,
  legend .mm-menu.mm-fullscreen.mm-front,
  legend .mm-menu.mm-fullscreen.mm-next,
  .option_title .mm-menu.mm-fullscreen.mm-front,
  .option_title .mm-menu.mm-fullscreen.mm-next {
    left: -100%; }
  @media all and (max-width: 140px) {
    label .mm-menu.mm-fullscreen.mm-front, label .mm-menu.mm-fullscreen.mm-next,
    legend .mm-menu.mm-fullscreen.mm-front,
    legend .mm-menu.mm-fullscreen.mm-next,
    .option_title .mm-menu.mm-fullscreen.mm-front,
    .option_title .mm-menu.mm-fullscreen.mm-next {
      left: -140px; } }
  @media all and (min-width: 10000px) {
    label .mm-menu.mm-fullscreen.mm-front, label .mm-menu.mm-fullscreen.mm-next,
    legend .mm-menu.mm-fullscreen.mm-front,
    legend .mm-menu.mm-fullscreen.mm-next,
    .option_title .mm-menu.mm-fullscreen.mm-front,
    .option_title .mm-menu.mm-fullscreen.mm-next {
      left: -10000px; } }
  label .mm-menu.mm-top.mm-fullscreen.mm-front, label .mm-menu.mm-top.mm-fullscreen.mm-next,
  legend .mm-menu.mm-top.mm-fullscreen.mm-front,
  legend .mm-menu.mm-top.mm-fullscreen.mm-next,
  .option_title .mm-menu.mm-top.mm-fullscreen.mm-front,
  .option_title .mm-menu.mm-top.mm-fullscreen.mm-next {
    top: -100%; }
  @media all and (max-height: 140px) {
    label .mm-menu.mm-top.mm-fullscreen.mm-front, label .mm-menu.mm-top.mm-fullscreen.mm-next,
    legend .mm-menu.mm-top.mm-fullscreen.mm-front,
    legend .mm-menu.mm-top.mm-fullscreen.mm-next,
    .option_title .mm-menu.mm-top.mm-fullscreen.mm-front,
    .option_title .mm-menu.mm-top.mm-fullscreen.mm-next {
      top: -140px; } }
  @media all and (min-height: 10000px) {
    label .mm-menu.mm-top.mm-fullscreen.mm-front, label .mm-menu.mm-top.mm-fullscreen.mm-next,
    legend .mm-menu.mm-top.mm-fullscreen.mm-front,
    legend .mm-menu.mm-top.mm-fullscreen.mm-next,
    .option_title .mm-menu.mm-top.mm-fullscreen.mm-front,
    .option_title .mm-menu.mm-top.mm-fullscreen.mm-next {
      top: -10000px; } }
  label .mm-menu.mm-right.mm-fullscreen.mm-front, label .mm-menu.mm-right.mm-fullscreen.mm-next,
  legend .mm-menu.mm-right.mm-fullscreen.mm-front,
  legend .mm-menu.mm-right.mm-fullscreen.mm-next,
  .option_title .mm-menu.mm-right.mm-fullscreen.mm-front,
  .option_title .mm-menu.mm-right.mm-fullscreen.mm-next {
    right: -100%; }
  @media all and (max-width: 140px) {
    label .mm-menu.mm-right.mm-fullscreen.mm-front, label .mm-menu.mm-right.mm-fullscreen.mm-next,
    legend .mm-menu.mm-right.mm-fullscreen.mm-front,
    legend .mm-menu.mm-right.mm-fullscreen.mm-next,
    .option_title .mm-menu.mm-right.mm-fullscreen.mm-front,
    .option_title .mm-menu.mm-right.mm-fullscreen.mm-next {
      right: -140px; } }
  @media all and (min-width: 10000px) {
    label .mm-menu.mm-right.mm-fullscreen.mm-front, label .mm-menu.mm-right.mm-fullscreen.mm-next,
    legend .mm-menu.mm-right.mm-fullscreen.mm-front,
    legend .mm-menu.mm-right.mm-fullscreen.mm-next,
    .option_title .mm-menu.mm-right.mm-fullscreen.mm-front,
    .option_title .mm-menu.mm-right.mm-fullscreen.mm-next {
      right: -10000px; } }
  label .mm-menu.mm-bottom.mm-fullscreen.mm-front, label .mm-menu.mm-bottom.mm-fullscreen.mm-next,
  legend .mm-menu.mm-bottom.mm-fullscreen.mm-front,
  legend .mm-menu.mm-bottom.mm-fullscreen.mm-next,
  .option_title .mm-menu.mm-bottom.mm-fullscreen.mm-front,
  .option_title .mm-menu.mm-bottom.mm-fullscreen.mm-next {
    bottom: -100%; }
  @media all and (max-height: 140px) {
    label .mm-menu.mm-bottom.mm-fullscreen.mm-front, label .mm-menu.mm-bottom.mm-fullscreen.mm-next,
    legend .mm-menu.mm-bottom.mm-fullscreen.mm-front,
    legend .mm-menu.mm-bottom.mm-fullscreen.mm-next,
    .option_title .mm-menu.mm-bottom.mm-fullscreen.mm-front,
    .option_title .mm-menu.mm-bottom.mm-fullscreen.mm-next {
      bottom: -140px; } }
  @media all and (min-height: 10000px) {
    label .mm-menu.mm-bottom.mm-fullscreen.mm-front, label .mm-menu.mm-bottom.mm-fullscreen.mm-next,
    legend .mm-menu.mm-bottom.mm-fullscreen.mm-front,
    legend .mm-menu.mm-bottom.mm-fullscreen.mm-next,
    .option_title .mm-menu.mm-bottom.mm-fullscreen.mm-front,
    .option_title .mm-menu.mm-bottom.mm-fullscreen.mm-next {
      bottom: -10000px; } }
  label html.mm-front .mm-fixed-top,
  label html.mm-front .mm-fixed-bottom,
  label html.mm-opening.mm-front .mm-fixed-top,
  label html.mm-opening.mm-front .mm-fixed-bottom,
  legend html.mm-front .mm-fixed-top,
  legend html.mm-front .mm-fixed-bottom,
  legend html.mm-opening.mm-front .mm-fixed-top,
  legend html.mm-opening.mm-front .mm-fixed-bottom,
  .option_title html.mm-front .mm-fixed-top,
  .option_title html.mm-front .mm-fixed-bottom,
  .option_title html.mm-opening.mm-front .mm-fixed-top,
  .option_title html.mm-opening.mm-front .mm-fixed-bottom {
    left: 0;
    right: auto; }
  label html.mm-front .mm-fixed-top,
  label html.mm-opening.mm-front .mm-fixed-top,
  legend html.mm-front .mm-fixed-top,
  legend html.mm-opening.mm-front .mm-fixed-top,
  .option_title html.mm-front .mm-fixed-top,
  .option_title html.mm-opening.mm-front .mm-fixed-top {
    top: 0; }
  label html.mm-front .mm-fixed-bottom,
  label html.mm-opening.mm-front .mm-fixed-bottom,
  legend html.mm-front .mm-fixed-bottom,
  legend html.mm-opening.mm-front .mm-fixed-bottom,
  .option_title html.mm-front .mm-fixed-bottom,
  .option_title html.mm-opening.mm-front .mm-fixed-bottom {
    bottom: 0; }
  label html.mm-opened.mm-fullscreen .mm-page,
  legend html.mm-opened.mm-fullscreen .mm-page,
  .option_title html.mm-opened.mm-fullscreen .mm-page {
    box-shadow: none !important; }
  label .mm-menu.mm-top,
  legend .mm-menu.mm-top,
  .option_title .mm-menu.mm-top {
    width: 100%; }
  label html.mm-top.mm-opened .mm-page,
  label html.mm-top.mm-opened #mm-blocker,
  legend html.mm-top.mm-opened .mm-page,
  legend html.mm-top.mm-opened #mm-blocker,
  .option_title html.mm-top.mm-opened .mm-page,
  .option_title html.mm-top.mm-opened #mm-blocker {
    top: 0%; }
  label html.mm-top.mm-opened.mm-opening .mm-page,
  label html.mm-top.mm-opened.mm-opening #mm-blocker,
  label html.mm-top.mm-opened.mm-opening .mm-fixed-top,
  label html.mm-top.mm-opened.mm-opening .mm-fixed-bottom,
  legend html.mm-top.mm-opened.mm-opening .mm-page,
  legend html.mm-top.mm-opened.mm-opening #mm-blocker,
  legend html.mm-top.mm-opened.mm-opening .mm-fixed-top,
  legend html.mm-top.mm-opened.mm-opening .mm-fixed-bottom,
  .option_title html.mm-top.mm-opened.mm-opening .mm-page,
  .option_title html.mm-top.mm-opened.mm-opening #mm-blocker,
  .option_title html.mm-top.mm-opened.mm-opening .mm-fixed-top,
  .option_title html.mm-top.mm-opened.mm-opening .mm-fixed-bottom {
    left: 0; }
  label .mm-menu.mm-right,
  legend .mm-menu.mm-right,
  .option_title .mm-menu.mm-right {
    left: auto;
    right: 0; }
  label html.mm-right.mm-opened .mm-page,
  label html.mm-right.mm-opened #mm-blocker,
  label html.mm-right.mm-opened .mm-fixed-top,
  label html.mm-right.mm-opened .mm-fixed-bottom,
  legend html.mm-right.mm-opened .mm-page,
  legend html.mm-right.mm-opened #mm-blocker,
  legend html.mm-right.mm-opened .mm-fixed-top,
  legend html.mm-right.mm-opened .mm-fixed-bottom,
  .option_title html.mm-right.mm-opened .mm-page,
  .option_title html.mm-right.mm-opened #mm-blocker,
  .option_title html.mm-right.mm-opened .mm-fixed-top,
  .option_title html.mm-right.mm-opened .mm-fixed-bottom {
    left: auto;
    right: 0%; }
  label html.mm-right.mm-opened.mm-opening .mm-page,
  label html.mm-right.mm-opened.mm-opening #mm-blocker,
  label html.mm-right.mm-opened.mm-opening .mm-fixed-top,
  label html.mm-right.mm-opened.mm-opening .mm-fixed-bottom,
  legend html.mm-right.mm-opened.mm-opening .mm-page,
  legend html.mm-right.mm-opened.mm-opening #mm-blocker,
  legend html.mm-right.mm-opened.mm-opening .mm-fixed-top,
  legend html.mm-right.mm-opened.mm-opening .mm-fixed-bottom,
  .option_title html.mm-right.mm-opened.mm-opening .mm-page,
  .option_title html.mm-right.mm-opened.mm-opening #mm-blocker,
  .option_title html.mm-right.mm-opened.mm-opening .mm-fixed-top,
  .option_title html.mm-right.mm-opened.mm-opening .mm-fixed-bottom {
    left: auto; }
  label .mm-menu.mm-bottom,
  legend .mm-menu.mm-bottom,
  .option_title .mm-menu.mm-bottom {
    width: 100%;
    top: auto;
    bottom: 0; }
  label html.mm-bottom.mm-opened .mm-page,
  label html.mm-bottom.mm-opened #mm-blocker,
  legend html.mm-bottom.mm-opened .mm-page,
  legend html.mm-bottom.mm-opened #mm-blocker,
  .option_title html.mm-bottom.mm-opened .mm-page,
  .option_title html.mm-bottom.mm-opened #mm-blocker {
    bottom: 0%;
    top: auto; }
  label html.mm-bottom.mm-opened.mm-opening .mm-page,
  label html.mm-bottom.mm-opened.mm-opening #mm-blocker,
  label html.mm-bottom.mm-opened.mm-opening .mm-fixed-top,
  label html.mm-bottom.mm-opened.mm-opening .mm-fixed-bottom,
  legend html.mm-bottom.mm-opened.mm-opening .mm-page,
  legend html.mm-bottom.mm-opened.mm-opening #mm-blocker,
  legend html.mm-bottom.mm-opened.mm-opening .mm-fixed-top,
  legend html.mm-bottom.mm-opened.mm-opening .mm-fixed-bottom,
  .option_title html.mm-bottom.mm-opened.mm-opening .mm-page,
  .option_title html.mm-bottom.mm-opened.mm-opening #mm-blocker,
  .option_title html.mm-bottom.mm-opened.mm-opening .mm-fixed-top,
  .option_title html.mm-bottom.mm-opened.mm-opening .mm-fixed-bottom {
    top: auto;
    left: 0; }
  label .mm-menu.mm-top,
  legend .mm-menu.mm-top,
  .option_title .mm-menu.mm-top {
    height: 80%; }
  label html.mm-top.mm-opening .mm-page,
  label html.mm-top.mm-opening #mm-blocker,
  label html.mm-top.mm-opening .mm-fixed-top,
  legend html.mm-top.mm-opening .mm-page,
  legend html.mm-top.mm-opening #mm-blocker,
  legend html.mm-top.mm-opening .mm-fixed-top,
  .option_title html.mm-top.mm-opening .mm-page,
  .option_title html.mm-top.mm-opening #mm-blocker,
  .option_title html.mm-top.mm-opening .mm-fixed-top {
    top: 80%; }
  label html.mm-top.mm-opening .mm-fixed-bottom,
  legend html.mm-top.mm-opening .mm-fixed-bottom,
  .option_title html.mm-top.mm-opening .mm-fixed-bottom {
    bottom: -80%; }
  @media all and (max-height: 175px) {
    label .mm-menu.mm-top,
    legend .mm-menu.mm-top,
    .option_title .mm-menu.mm-top {
      height: 140px; }
    label html.mm-top.mm-opening .mm-page,
    label html.mm-top.mm-opening #mm-blocker,
    label html.mm-top.mm-opening .mm-fixed-top,
    legend html.mm-top.mm-opening .mm-page,
    legend html.mm-top.mm-opening #mm-blocker,
    legend html.mm-top.mm-opening .mm-fixed-top,
    .option_title html.mm-top.mm-opening .mm-page,
    .option_title html.mm-top.mm-opening #mm-blocker,
    .option_title html.mm-top.mm-opening .mm-fixed-top {
      top: 140px; }
    label html.mm-top.mm-opening .mm-fixed-bottom,
    legend html.mm-top.mm-opening .mm-fixed-bottom,
    .option_title html.mm-top.mm-opening .mm-fixed-bottom {
      bottom: -140px; } }
  @media all and (min-height: 1100px) {
    label .mm-menu.mm-top,
    legend .mm-menu.mm-top,
    .option_title .mm-menu.mm-top {
      height: 880px; }
    label html.mm-top.mm-opening .mm-page,
    label html.mm-top.mm-opening #mm-blocker,
    label html.mm-top.mm-opening .mm-fixed-top,
    legend html.mm-top.mm-opening .mm-page,
    legend html.mm-top.mm-opening #mm-blocker,
    legend html.mm-top.mm-opening .mm-fixed-top,
    .option_title html.mm-top.mm-opening .mm-page,
    .option_title html.mm-top.mm-opening #mm-blocker,
    .option_title html.mm-top.mm-opening .mm-fixed-top {
      top: 880px; }
    label html.mm-top.mm-opening .mm-fixed-bottom,
    legend html.mm-top.mm-opening .mm-fixed-bottom,
    .option_title html.mm-top.mm-opening .mm-fixed-bottom {
      bottom: -880px; } }
  label .mm-menu.mm-right,
  legend .mm-menu.mm-right,
  .option_title .mm-menu.mm-right {
    width: 80%; }
  label html.mm-right.mm-opening .mm-page,
  label html.mm-right.mm-opening #mm-blocker,
  label html.mm-right.mm-opening .mm-fixed-top,
  label html.mm-right.mm-opening .mm-fixed-bottom,
  legend html.mm-right.mm-opening .mm-page,
  legend html.mm-right.mm-opening #mm-blocker,
  legend html.mm-right.mm-opening .mm-fixed-top,
  legend html.mm-right.mm-opening .mm-fixed-bottom,
  .option_title html.mm-right.mm-opening .mm-page,
  .option_title html.mm-right.mm-opening #mm-blocker,
  .option_title html.mm-right.mm-opening .mm-fixed-top,
  .option_title html.mm-right.mm-opening .mm-fixed-bottom {
    right: 80%; }
  @media all and (max-width: 175px) {
    label .mm-menu.mm-right,
    legend .mm-menu.mm-right,
    .option_title .mm-menu.mm-right {
      width: 140px; }
    label html.mm-right.mm-opening .mm-page,
    label html.mm-right.mm-opening #mm-blocker,
    label html.mm-right.mm-opening .mm-fixed-top,
    label html.mm-right.mm-opening .mm-fixed-bottom,
    legend html.mm-right.mm-opening .mm-page,
    legend html.mm-right.mm-opening #mm-blocker,
    legend html.mm-right.mm-opening .mm-fixed-top,
    legend html.mm-right.mm-opening .mm-fixed-bottom,
    .option_title html.mm-right.mm-opening .mm-page,
    .option_title html.mm-right.mm-opening #mm-blocker,
    .option_title html.mm-right.mm-opening .mm-fixed-top,
    .option_title html.mm-right.mm-opening .mm-fixed-bottom {
      right: 140px; } }
  @media all and (min-width: 550px) {
    label .mm-menu.mm-right,
    legend .mm-menu.mm-right,
    .option_title .mm-menu.mm-right {
      width: 440px; }
    label html.mm-right.mm-opening .mm-page,
    label html.mm-right.mm-opening #mm-blocker,
    label html.mm-right.mm-opening .mm-fixed-top,
    label html.mm-right.mm-opening .mm-fixed-bottom,
    legend html.mm-right.mm-opening .mm-page,
    legend html.mm-right.mm-opening #mm-blocker,
    legend html.mm-right.mm-opening .mm-fixed-top,
    legend html.mm-right.mm-opening .mm-fixed-bottom,
    .option_title html.mm-right.mm-opening .mm-page,
    .option_title html.mm-right.mm-opening #mm-blocker,
    .option_title html.mm-right.mm-opening .mm-fixed-top,
    .option_title html.mm-right.mm-opening .mm-fixed-bottom {
      right: 440px; } }
  label .mm-menu.mm-bottom,
  legend .mm-menu.mm-bottom,
  .option_title .mm-menu.mm-bottom {
    height: 80%; }
  label html.mm-bottom.mm-opening .mm-page,
  label html.mm-bottom.mm-opening #mm-blocker,
  label html.mm-bottom.mm-opening .mm-fixed-bottom,
  legend html.mm-bottom.mm-opening .mm-page,
  legend html.mm-bottom.mm-opening #mm-blocker,
  legend html.mm-bottom.mm-opening .mm-fixed-bottom,
  .option_title html.mm-bottom.mm-opening .mm-page,
  .option_title html.mm-bottom.mm-opening #mm-blocker,
  .option_title html.mm-bottom.mm-opening .mm-fixed-bottom {
    bottom: 80%; }
  label html.mm-bottom.mm-opening .mm-fixed-top,
  legend html.mm-bottom.mm-opening .mm-fixed-top,
  .option_title html.mm-bottom.mm-opening .mm-fixed-top {
    top: -80%; }
  @media all and (max-height: 175px) {
    label .mm-menu.mm-bottom,
    legend .mm-menu.mm-bottom,
    .option_title .mm-menu.mm-bottom {
      height: 140px; }
    label html.mm-bottom.mm-opening .mm-page,
    label html.mm-bottom.mm-opening #mm-blocker,
    label html.mm-bottom.mm-opening .mm-fixed-bottom,
    legend html.mm-bottom.mm-opening .mm-page,
    legend html.mm-bottom.mm-opening #mm-blocker,
    legend html.mm-bottom.mm-opening .mm-fixed-bottom,
    .option_title html.mm-bottom.mm-opening .mm-page,
    .option_title html.mm-bottom.mm-opening #mm-blocker,
    .option_title html.mm-bottom.mm-opening .mm-fixed-bottom {
      bottom: 140px; }
    label html.mm-bottom.mm-opening .mm-fixed-top,
    legend html.mm-bottom.mm-opening .mm-fixed-top,
    .option_title html.mm-bottom.mm-opening .mm-fixed-top {
      top: -140px; } }
  @media all and (min-height: 1100px) {
    label .mm-menu.mm-bottom,
    legend .mm-menu.mm-bottom,
    .option_title .mm-menu.mm-bottom {
      height: 880px; }
    label html.mm-bottom.mm-opening .mm-page,
    label html.mm-bottom.mm-opening #mm-blocker,
    label html.mm-bottom.mm-opening .mm-fixed-bottom,
    legend html.mm-bottom.mm-opening .mm-page,
    legend html.mm-bottom.mm-opening #mm-blocker,
    legend html.mm-bottom.mm-opening .mm-fixed-bottom,
    .option_title html.mm-bottom.mm-opening .mm-page,
    .option_title html.mm-bottom.mm-opening #mm-blocker,
    .option_title html.mm-bottom.mm-opening .mm-fixed-bottom {
      bottom: 880px; }
    label html.mm-bottom.mm-opening .mm-fixed-top,
    legend html.mm-bottom.mm-opening .mm-fixed-top,
    .option_title html.mm-bottom.mm-opening .mm-fixed-top {
      top: -880px; } }
  label html.mm-front.mm-opened .mm-page,
  legend html.mm-front.mm-opened .mm-page,
  .option_title html.mm-front.mm-opened .mm-page {
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important; }
  label .mm-menu.mm-front,
  label .mm-menu.mm-next,
  legend .mm-menu.mm-front,
  legend .mm-menu.mm-next,
  .option_title .mm-menu.mm-front,
  .option_title .mm-menu.mm-next {
    -webkit-transition: none 0.4s ease;
    -moz-transition: none 0.4s ease;
    -ms-transition: none 0.4s ease;
    -o-transition: none 0.4s ease;
    transition: none 0.4s ease;
    -webkit-transition-property: top, right, bottom, left, -webkit-transform;
    -moz-transition-property: top, right, bottom, left, -moz-transform;
    -ms-transition-property: top, right, bottom, left, -o-transform;
    -o-transition-property: top, right, bottom, left, -o-transform;
    transition-property: top, right, bottom, left, transform; }
  label html.mm-front .mm-page,
  label html.mm-front #mm-blocker,
  legend html.mm-front .mm-page,
  legend html.mm-front #mm-blocker,
  .option_title html.mm-front .mm-page,
  .option_title html.mm-front #mm-blocker {
    z-index: 0; }
  label .mm-menu.mm-front,
  legend .mm-menu.mm-front,
  .option_title .mm-menu.mm-front {
    z-index: 1;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); }
  label html.mm-opened.mm-next .mm-page,
  legend html.mm-opened.mm-next .mm-page,
  .option_title html.mm-opened.mm-next .mm-page {
    box-shadow: none; }
  label html.mm-opening .mm-menu.mm-front, label html.mm-opening .mm-menu.mm-next,
  legend html.mm-opening .mm-menu.mm-front,
  legend html.mm-opening .mm-menu.mm-next,
  .option_title html.mm-opening .mm-menu.mm-front,
  .option_title html.mm-opening .mm-menu.mm-next {
    left: 0%; }
  label .mm-menu.mm-top.mm-front, label .mm-menu.mm-top.mm-next,
  legend .mm-menu.mm-top.mm-front,
  legend .mm-menu.mm-top.mm-next,
  .option_title .mm-menu.mm-top.mm-front,
  .option_title .mm-menu.mm-top.mm-next {
    left: 0; }
  label html.mm-opening .mm-menu.mm-top.mm-front, label html.mm-opening .mm-menu.mm-top.mm-next,
  legend html.mm-opening .mm-menu.mm-top.mm-front,
  legend html.mm-opening .mm-menu.mm-top.mm-next,
  .option_title html.mm-opening .mm-menu.mm-top.mm-front,
  .option_title html.mm-opening .mm-menu.mm-top.mm-next {
    left: 0;
    top: 0%; }
  label .mm-menu.mm-right.mm-front, label .mm-menu.mm-right.mm-next,
  legend .mm-menu.mm-right.mm-front,
  legend .mm-menu.mm-right.mm-next,
  .option_title .mm-menu.mm-right.mm-front,
  .option_title .mm-menu.mm-right.mm-next {
    left: auto; }
  label html.mm-opening .mm-menu.mm-right.mm-front, label html.mm-opening .mm-menu.mm-right.mm-next,
  legend html.mm-opening .mm-menu.mm-right.mm-front,
  legend html.mm-opening .mm-menu.mm-right.mm-next,
  .option_title html.mm-opening .mm-menu.mm-right.mm-front,
  .option_title html.mm-opening .mm-menu.mm-right.mm-next {
    left: auto;
    right: 0%; }
  label .mm-menu.mm-bottom.mm-front, label .mm-menu.mm-bottom.mm-next,
  legend .mm-menu.mm-bottom.mm-front,
  legend .mm-menu.mm-bottom.mm-next,
  .option_title .mm-menu.mm-bottom.mm-front,
  .option_title .mm-menu.mm-bottom.mm-next {
    top: auto;
    left: 0; }
  label html.mm-opening .mm-menu.mm-bottom.mm-front, label html.mm-opening .mm-menu.mm-bottom.mm-next,
  legend html.mm-opening .mm-menu.mm-bottom.mm-front,
  legend html.mm-opening .mm-menu.mm-bottom.mm-next,
  .option_title html.mm-opening .mm-menu.mm-bottom.mm-front,
  .option_title html.mm-opening .mm-menu.mm-bottom.mm-next {
    left: 0;
    bottom: 0%; }
  label .mm-menu.mm-front, label .mm-menu.mm-next,
  legend .mm-menu.mm-front,
  legend .mm-menu.mm-next,
  .option_title .mm-menu.mm-front,
  .option_title .mm-menu.mm-next {
    left: -80%; }
  @media all and (max-width: 175px) {
    label .mm-menu.mm-front, label .mm-menu.mm-next,
    legend .mm-menu.mm-front,
    legend .mm-menu.mm-next,
    .option_title .mm-menu.mm-front,
    .option_title .mm-menu.mm-next {
      left: -140px; } }
  @media all and (min-width: 550px) {
    label .mm-menu.mm-front, label .mm-menu.mm-next,
    legend .mm-menu.mm-front,
    legend .mm-menu.mm-next,
    .option_title .mm-menu.mm-front,
    .option_title .mm-menu.mm-next {
      left: -440px; } }
  label .mm-menu.mm-top.mm-front, label .mm-menu.mm-top.mm-next,
  legend .mm-menu.mm-top.mm-front,
  legend .mm-menu.mm-top.mm-next,
  .option_title .mm-menu.mm-top.mm-front,
  .option_title .mm-menu.mm-top.mm-next {
    top: -80%; }
  @media all and (max-height: 175px) {
    label .mm-menu.mm-top.mm-front, label .mm-menu.mm-top.mm-next,
    legend .mm-menu.mm-top.mm-front,
    legend .mm-menu.mm-top.mm-next,
    .option_title .mm-menu.mm-top.mm-front,
    .option_title .mm-menu.mm-top.mm-next {
      top: -140px; } }
  @media all and (min-height: 1100px) {
    label .mm-menu.mm-top.mm-front, label .mm-menu.mm-top.mm-next,
    legend .mm-menu.mm-top.mm-front,
    legend .mm-menu.mm-top.mm-next,
    .option_title .mm-menu.mm-top.mm-front,
    .option_title .mm-menu.mm-top.mm-next {
      top: -880px; } }
  label .mm-menu.mm-right.mm-front, label .mm-menu.mm-right.mm-next,
  legend .mm-menu.mm-right.mm-front,
  legend .mm-menu.mm-right.mm-next,
  .option_title .mm-menu.mm-right.mm-front,
  .option_title .mm-menu.mm-right.mm-next {
    right: -80%; }
  @media all and (max-width: 175px) {
    label .mm-menu.mm-right.mm-front, label .mm-menu.mm-right.mm-next,
    legend .mm-menu.mm-right.mm-front,
    legend .mm-menu.mm-right.mm-next,
    .option_title .mm-menu.mm-right.mm-front,
    .option_title .mm-menu.mm-right.mm-next {
      right: -140px; } }
  @media all and (min-width: 550px) {
    label .mm-menu.mm-right.mm-front, label .mm-menu.mm-right.mm-next,
    legend .mm-menu.mm-right.mm-front,
    legend .mm-menu.mm-right.mm-next,
    .option_title .mm-menu.mm-right.mm-front,
    .option_title .mm-menu.mm-right.mm-next {
      right: -440px; } }
  label .mm-menu.mm-bottom.mm-front, label .mm-menu.mm-bottom.mm-next,
  legend .mm-menu.mm-bottom.mm-front,
  legend .mm-menu.mm-bottom.mm-next,
  .option_title .mm-menu.mm-bottom.mm-front,
  .option_title .mm-menu.mm-bottom.mm-next {
    bottom: -80%; }
  @media all and (max-height: 175px) {
    label .mm-menu.mm-bottom.mm-front, label .mm-menu.mm-bottom.mm-next,
    legend .mm-menu.mm-bottom.mm-front,
    legend .mm-menu.mm-bottom.mm-next,
    .option_title .mm-menu.mm-bottom.mm-front,
    .option_title .mm-menu.mm-bottom.mm-next {
      bottom: -140px; } }
  @media all and (min-height: 1100px) {
    label .mm-menu.mm-bottom.mm-front, label .mm-menu.mm-bottom.mm-next,
    legend .mm-menu.mm-bottom.mm-front,
    legend .mm-menu.mm-bottom.mm-next,
    .option_title .mm-menu.mm-bottom.mm-front,
    .option_title .mm-menu.mm-bottom.mm-next {
      bottom: -880px; } }
  label html.mm-front .mm-fixed-top,
  label html.mm-front .mm-fixed-bottom,
  label html.mm-opening.mm-front .mm-fixed-top,
  label html.mm-opening.mm-front .mm-fixed-bottom,
  legend html.mm-front .mm-fixed-top,
  legend html.mm-front .mm-fixed-bottom,
  legend html.mm-opening.mm-front .mm-fixed-top,
  legend html.mm-opening.mm-front .mm-fixed-bottom,
  .option_title html.mm-front .mm-fixed-top,
  .option_title html.mm-front .mm-fixed-bottom,
  .option_title html.mm-opening.mm-front .mm-fixed-top,
  .option_title html.mm-opening.mm-front .mm-fixed-bottom {
    left: 0;
    right: auto; }
  label html.mm-front .mm-fixed-top,
  label html.mm-opening.mm-front .mm-fixed-top,
  legend html.mm-front .mm-fixed-top,
  legend html.mm-opening.mm-front .mm-fixed-top,
  .option_title html.mm-front .mm-fixed-top,
  .option_title html.mm-opening.mm-front .mm-fixed-top {
    top: 0; }
  label html.mm-front .mm-fixed-bottom,
  label html.mm-opening.mm-front .mm-fixed-bottom,
  legend html.mm-front .mm-fixed-bottom,
  legend html.mm-opening.mm-front .mm-fixed-bottom,
  .option_title html.mm-front .mm-fixed-bottom,
  .option_title html.mm-opening.mm-front .mm-fixed-bottom {
    bottom: 0; }
  label html.mm-opened.mm-light .mm-page,
  legend html.mm-opened.mm-light .mm-page,
  .option_title html.mm-opened.mm-light .mm-page {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); }
  label .mm-ismenu.mm-light,
  legend .mm-ismenu.mm-light,
  .option_title .mm-ismenu.mm-light {
    background-color: #f3f3f3;
    color: rgba(0, 0, 0, 0.6); }
  label #cart.mm-ismenu.mm-light,
  legend #cart.mm-ismenu.mm-light,
  .option_title #cart.mm-ismenu.mm-light {
    background: #f3f3f3;
    background: rgba(243, 243, 243, 0.8); }
  label .mm-menu.mm-light .mm-list > li:after,
  legend .mm-menu.mm-light .mm-list > li:after,
  .option_title .mm-menu.mm-light .mm-list > li:after {
    border-color: rgba(0, 0, 0, 0.1); }
  label .mm-menu.mm-light .mm-list > li > a.mm-subclose,
  legend .mm-menu.mm-light .mm-list > li > a.mm-subclose,
  .option_title .mm-menu.mm-light .mm-list > li > a.mm-subclose {
    background: rgba(255, 255, 255, 0.6);
    color: rgba(0, 0, 0, 0.3); }
  label .mm-menu.mm-light .mm-list > li > a.mm-subopen:after, label .mm-menu.mm-light .mm-list > li > a.mm-subclose:before,
  legend .mm-menu.mm-light .mm-list > li > a.mm-subopen:after,
  legend .mm-menu.mm-light .mm-list > li > a.mm-subclose:before,
  .option_title .mm-menu.mm-light .mm-list > li > a.mm-subopen:after,
  .option_title .mm-menu.mm-light .mm-list > li > a.mm-subclose:before {
    border-color: rgba(0, 0, 0, 0.3); }
  label .mm-menu.mm-light .mm-list > li > a.mm-subopen:before,
  legend .mm-menu.mm-light .mm-list > li > a.mm-subopen:before,
  .option_title .mm-menu.mm-light .mm-list > li > a.mm-subopen:before {
    border-color: rgba(0, 0, 0, 0.1); }
  label .mm-menu.mm-light .mm-list > li.mm-selected > a:not(.mm-subopen),
  label .mm-menu.mm-light .mm-list > li.mm-selected > span,
  legend .mm-menu.mm-light .mm-list > li.mm-selected > a:not(.mm-subopen),
  legend .mm-menu.mm-light .mm-list > li.mm-selected > span,
  .option_title .mm-menu.mm-light .mm-list > li.mm-selected > a:not(.mm-subopen),
  .option_title .mm-menu.mm-light .mm-list > li.mm-selected > span {
    background: rgba(255, 255, 255, 0.6); }
  label .mm-menu.mm-light .mm-list > li.mm-label,
  legend .mm-menu.mm-light .mm-list > li.mm-label,
  .option_title .mm-menu.mm-light .mm-list > li.mm-label {
    background: rgba(0, 0, 0, 0.03); }
  label .mm-menu.mm-light.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
  label .mm-menu.mm-light.mm-vertical .mm-list li.mm-opened > ul,
  legend .mm-menu.mm-light.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
  legend .mm-menu.mm-light.mm-vertical .mm-list li.mm-opened > ul,
  .option_title .mm-menu.mm-light.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
  .option_title .mm-menu.mm-light.mm-vertical .mm-list li.mm-opened > ul {
    background: rgba(0, 0, 0, 0.03); }
  label .mm-menu.mm-light .mm-search input,
  legend .mm-menu.mm-light .mm-search input,
  .option_title .mm-menu.mm-light .mm-search input {
    background: rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.6); }
  label .mm-menu.mm-light .mm-noresultsmsg,
  legend .mm-menu.mm-light .mm-noresultsmsg,
  .option_title .mm-menu.mm-light .mm-noresultsmsg {
    color: rgba(0, 0, 0, 0.3); }
  label .mm-menu.mm-light p.mm-counter,
  legend .mm-menu.mm-light p.mm-counter,
  .option_title .mm-menu.mm-light p.mm-counter {
    color: rgba(0, 0, 0, 0.3); }
  label .mm-menu.mm-light .mm-list li.mm-label > div > div,
  legend .mm-menu.mm-light .mm-list li.mm-label > div > div,
  .option_title .mm-menu.mm-light .mm-list li.mm-label > div > div {
    background: rgba(0, 0, 0, 0.03); }
  label .mm-menu.mm-light .mm-header,
  legend .mm-menu.mm-light .mm-header,
  .option_title .mm-menu.mm-light .mm-header {
    border-color: rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.3); }
  label .mm-menu.mm-light .mm-header a:before,
  legend .mm-menu.mm-light .mm-header a:before,
  .option_title .mm-menu.mm-light .mm-header a:before {
    border-color: rgba(0, 0, 0, 0.3); }
  label .mm-menu.mm-light label.mm-toggle,
  legend .mm-menu.mm-light label.mm-toggle,
  .option_title .mm-menu.mm-light label.mm-toggle {
    background: rgba(0, 0, 0, 0.1); }
  label .mm-menu.mm-light label.mm-toggle div,
  legend .mm-menu.mm-light label.mm-toggle div,
  .option_title .mm-menu.mm-light label.mm-toggle div {
    background: #f3f3f3; }
  label .mm-menu.mm-light input.mm-toggle:checked ~ label.mm-toggle,
  legend .mm-menu.mm-light input.mm-toggle:checked ~ label.mm-toggle,
  .option_title .mm-menu.mm-light input.mm-toggle:checked ~ label.mm-toggle {
    background: #4bd963; }
  label html.mm-opened.mm-white .mm-page,
  legend html.mm-opened.mm-white .mm-page,
  .option_title html.mm-opened.mm-white .mm-page {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); }
  label .mm-ismenu.mm-white,
  legend .mm-ismenu.mm-white,
  .option_title .mm-ismenu.mm-white {
    background-color: #fff;
    color: rgba(0, 0, 0, 0.6); }
  label #cart.mm-ismenu.mm-white,
  legend #cart.mm-ismenu.mm-white,
  .option_title #cart.mm-ismenu.mm-white {
    background: white;
    background: rgba(255, 255, 255, 0.8); }
  label .mm-menu.mm-white .mm-list > li:after,
  legend .mm-menu.mm-white .mm-list > li:after,
  .option_title .mm-menu.mm-white .mm-list > li:after {
    border-color: rgba(0, 0, 0, 0.1); }
  label .mm-menu.mm-white .mm-list > li > a.mm-subclose,
  legend .mm-menu.mm-white .mm-list > li > a.mm-subclose,
  .option_title .mm-menu.mm-white .mm-list > li > a.mm-subclose {
    background: rgba(0, 0, 0, 0.06);
    color: rgba(0, 0, 0, 0.3); }
  label .mm-menu.mm-white .mm-list > li > a.mm-subopen:after, label .mm-menu.mm-white .mm-list > li > a.mm-subclose:before,
  legend .mm-menu.mm-white .mm-list > li > a.mm-subopen:after,
  legend .mm-menu.mm-white .mm-list > li > a.mm-subclose:before,
  .option_title .mm-menu.mm-white .mm-list > li > a.mm-subopen:after,
  .option_title .mm-menu.mm-white .mm-list > li > a.mm-subclose:before {
    border-color: rgba(0, 0, 0, 0.3); }
  label .mm-menu.mm-white .mm-list > li > a.mm-subopen:before,
  legend .mm-menu.mm-white .mm-list > li > a.mm-subopen:before,
  .option_title .mm-menu.mm-white .mm-list > li > a.mm-subopen:before {
    border-color: rgba(0, 0, 0, 0.1); }
  label .mm-menu.mm-white .mm-list > li.mm-selected > a:not(.mm-subopen),
  label .mm-menu.mm-white .mm-list > li.mm-selected > span,
  legend .mm-menu.mm-white .mm-list > li.mm-selected > a:not(.mm-subopen),
  legend .mm-menu.mm-white .mm-list > li.mm-selected > span,
  .option_title .mm-menu.mm-white .mm-list > li.mm-selected > a:not(.mm-subopen),
  .option_title .mm-menu.mm-white .mm-list > li.mm-selected > span {
    background: rgba(0, 0, 0, 0.06); }
  label .mm-menu.mm-white .mm-list > li.mm-label,
  legend .mm-menu.mm-white .mm-list > li.mm-label,
  .option_title .mm-menu.mm-white .mm-list > li.mm-label {
    background: rgba(0, 0, 0, 0.03); }
  label .mm-menu.mm-white.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
  label .mm-menu.mm-white.mm-vertical .mm-list li.mm-opened > ul,
  legend .mm-menu.mm-white.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
  legend .mm-menu.mm-white.mm-vertical .mm-list li.mm-opened > ul,
  .option_title .mm-menu.mm-white.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
  .option_title .mm-menu.mm-white.mm-vertical .mm-list li.mm-opened > ul {
    background: rgba(0, 0, 0, 0.03); }
  label .mm-menu.mm-white .mm-search input,
  legend .mm-menu.mm-white .mm-search input,
  .option_title .mm-menu.mm-white .mm-search input {
    background: rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.6); }
  label .mm-menu.mm-white .mm-noresultsmsg,
  legend .mm-menu.mm-white .mm-noresultsmsg,
  .option_title .mm-menu.mm-white .mm-noresultsmsg {
    color: rgba(0, 0, 0, 0.3); }
  label .mm-menu.mm-white p.mm-counter,
  legend .mm-menu.mm-white p.mm-counter,
  .option_title .mm-menu.mm-white p.mm-counter {
    color: rgba(0, 0, 0, 0.3); }
  label .mm-menu.mm-white .mm-list li.mm-label > div > div,
  legend .mm-menu.mm-white .mm-list li.mm-label > div > div,
  .option_title .mm-menu.mm-white .mm-list li.mm-label > div > div {
    background: rgba(0, 0, 0, 0.03); }
  label .mm-menu.mm-white .mm-header,
  legend .mm-menu.mm-white .mm-header,
  .option_title .mm-menu.mm-white .mm-header {
    border-color: rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.3); }
  label .mm-menu.mm-white .mm-header a:before,
  legend .mm-menu.mm-white .mm-header a:before,
  .option_title .mm-menu.mm-white .mm-header a:before {
    border-color: rgba(0, 0, 0, 0.3); }
  label .mm-menu.mm-white label.mm-toggle,
  legend .mm-menu.mm-white label.mm-toggle,
  .option_title .mm-menu.mm-white label.mm-toggle {
    background: rgba(0, 0, 0, 0.1); }
  label .mm-menu.mm-white label.mm-toggle div,
  legend .mm-menu.mm-white label.mm-toggle div,
  .option_title .mm-menu.mm-white label.mm-toggle div {
    background: white; }
  label .mm-menu.mm-white input.mm-toggle:checked ~ label.mm-toggle,
  legend .mm-menu.mm-white input.mm-toggle:checked ~ label.mm-toggle,
  .option_title .mm-menu.mm-white input.mm-toggle:checked ~ label.mm-toggle {
    background: #4bd963; }
  label html.mm-opened.mm-black .mm-page,
  legend html.mm-opened.mm-black .mm-page,
  .option_title html.mm-opened.mm-black .mm-page {
    box-shadow: none; }
  label .mm-ismenu.mm-black,
  legend .mm-ismenu.mm-black,
  .option_title .mm-ismenu.mm-black {
    background-color: #000;
    color: rgba(255, 255, 255, 0.6); }
  label #cart.mm-ismenu.mm-black,
  legend #cart.mm-ismenu.mm-black,
  .option_title #cart.mm-ismenu.mm-black {
    background: black;
    background: rgba(0, 0, 0, 0.7); }
  label .mm-menu.mm-black .mm-list > li:after,
  legend .mm-menu.mm-black .mm-list > li:after,
  .option_title .mm-menu.mm-black .mm-list > li:after {
    border-color: rgba(255, 255, 255, 0.2); }
  label .mm-menu.mm-black .mm-list > li > a.mm-subclose,
  legend .mm-menu.mm-black .mm-list > li > a.mm-subclose,
  .option_title .mm-menu.mm-black .mm-list > li > a.mm-subclose {
    background: rgba(255, 255, 255, 0.25);
    color: rgba(255, 255, 255, 0.3); }
  label .mm-menu.mm-black .mm-list > li > a.mm-subopen:after, label .mm-menu.mm-black .mm-list > li > a.mm-subclose:before,
  legend .mm-menu.mm-black .mm-list > li > a.mm-subopen:after,
  legend .mm-menu.mm-black .mm-list > li > a.mm-subclose:before,
  .option_title .mm-menu.mm-black .mm-list > li > a.mm-subopen:after,
  .option_title .mm-menu.mm-black .mm-list > li > a.mm-subclose:before {
    border-color: rgba(255, 255, 255, 0.3); }
  label .mm-menu.mm-black .mm-list > li > a.mm-subopen:before,
  legend .mm-menu.mm-black .mm-list > li > a.mm-subopen:before,
  .option_title .mm-menu.mm-black .mm-list > li > a.mm-subopen:before {
    border-color: rgba(255, 255, 255, 0.2); }
  label .mm-menu.mm-black .mm-list > li.mm-selected > a:not(.mm-subopen),
  label .mm-menu.mm-black .mm-list > li.mm-selected > span,
  legend .mm-menu.mm-black .mm-list > li.mm-selected > a:not(.mm-subopen),
  legend .mm-menu.mm-black .mm-list > li.mm-selected > span,
  .option_title .mm-menu.mm-black .mm-list > li.mm-selected > a:not(.mm-subopen),
  .option_title .mm-menu.mm-black .mm-list > li.mm-selected > span {
    background: rgba(255, 255, 255, 0.25); }
  label .mm-menu.mm-black .mm-list > li.mm-label,
  legend .mm-menu.mm-black .mm-list > li.mm-label,
  .option_title .mm-menu.mm-black .mm-list > li.mm-label {
    background: rgba(255, 255, 255, 0.15); }
  label .mm-menu.mm-black.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
  label .mm-menu.mm-black.mm-vertical .mm-list li.mm-opened > ul,
  legend .mm-menu.mm-black.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
  legend .mm-menu.mm-black.mm-vertical .mm-list li.mm-opened > ul,
  .option_title .mm-menu.mm-black.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
  .option_title .mm-menu.mm-black.mm-vertical .mm-list li.mm-opened > ul {
    background: rgba(255, 255, 255, 0.15); }
  label .mm-menu.mm-black .mm-search input,
  legend .mm-menu.mm-black .mm-search input,
  .option_title .mm-menu.mm-black .mm-search input {
    background: rgba(255, 255, 255, 0.3);
    color: rgba(255, 255, 255, 0.6); }
  label .mm-menu.mm-black .mm-noresultsmsg,
  legend .mm-menu.mm-black .mm-noresultsmsg,
  .option_title .mm-menu.mm-black .mm-noresultsmsg {
    color: rgba(255, 255, 255, 0.3); }
  label .mm-menu.mm-black p.mm-counter,
  legend .mm-menu.mm-black p.mm-counter,
  .option_title .mm-menu.mm-black p.mm-counter {
    color: rgba(255, 255, 255, 0.8); }
  label .mm-menu.mm-black .mm-list li.mm-label > div > div,
  legend .mm-menu.mm-black .mm-list li.mm-label > div > div,
  .option_title .mm-menu.mm-black .mm-list li.mm-label > div > div {
    background: rgba(255, 255, 255, 0.15); }
  label .mm-menu.mm-black .mm-header,
  legend .mm-menu.mm-black .mm-header,
  .option_title .mm-menu.mm-black .mm-header {
    border-color: rgba(255, 255, 255, 0.2);
    color: rgba(255, 255, 255, 0.3); }
  label .mm-menu.mm-black .mm-header a:before,
  legend .mm-menu.mm-black .mm-header a:before,
  .option_title .mm-menu.mm-black .mm-header a:before {
    border-color: rgba(255, 255, 255, 0.3); }
  label .mm-menu.mm-black label.mm-toggle,
  legend .mm-menu.mm-black label.mm-toggle,
  .option_title .mm-menu.mm-black label.mm-toggle {
    background: rgba(255, 255, 255, 0.2); }
  label .mm-menu.mm-black label.mm-toggle div,
  legend .mm-menu.mm-black label.mm-toggle div,
  .option_title .mm-menu.mm-black label.mm-toggle div {
    background: black; }
  label .mm-menu.mm-black input.mm-toggle:checked ~ label.mm-toggle,
  legend .mm-menu.mm-black input.mm-toggle:checked ~ label.mm-toggle,
  .option_title .mm-menu.mm-black input.mm-toggle:checked ~ label.mm-toggle {
    background: #4bd963; }
  label .mm-fixed-top,
  legend .mm-fixed-top,
  .option_title .mm-fixed-top {
    -webkit-transition-property: top, right, bottom, left, border, background-color;
    -moz-transition-property: top, right, bottom, left, border, background-color;
    -ms-transition-property: top, right, bottom, left, border, background-color;
    -o-transition-property: top, right, bottom, left, border, background-color;
    transition-property: top, right, bottom, left, border, background-color; }
  label .flex-container a:active,
  label .flexslider a:active,
  label .flex-container a:focus,
  label .flexslider a:focus,
  legend .flex-container a:active,
  legend .flexslider a:active,
  legend .flex-container a:focus,
  legend .flexslider a:focus,
  .option_title .flex-container a:active,
  .option_title .flexslider a:active,
  .option_title .flex-container a:focus,
  .option_title .flexslider a:focus {
    outline: none; }
  label .slides,
  label .flex-control-nav,
  label .flex-direction-nav, label .flex-direction-nav li,
  legend .slides,
  legend .flex-control-nav,
  legend .flex-direction-nav,
  legend .flex-direction-nav li,
  .option_title .slides,
  .option_title .flex-control-nav,
  .option_title .flex-direction-nav,
  .option_title .flex-direction-nav li {
    margin: 0;
    padding: 0;
    list-style: none; }
  label ul.slides li,
  legend ul.slides li,
  .option_title ul.slides li {
    border: none;
    padding: 0;
    margin-bottom: 0;
    position: relative; }
  label html[xmlns] .slides,
  legend html[xmlns] .slides,
  .option_title html[xmlns] .slides {
    display: block; }
  label .flexslider,
  legend .flexslider,
  .option_title .flexslider {
    margin: 0;
    padding: 0;
    z-index: 0; }
  label .flexslider .slides > li,
  legend .flexslider .slides > li,
  .option_title .flexslider .slides > li {
    display: none;
    -webkit-backface-visibility: hidden; }
  label .flexslider .slides img,
  legend .flexslider .slides img,
  .option_title .flexslider .slides img {
    display: block; }
  label .flex-pauseplay span,
  legend .flex-pauseplay span,
  .option_title .flex-pauseplay span {
    text-transform: capitalize; }
  label .slides:after,
  legend .slides:after,
  .option_title .slides:after {
    content: "\0020";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  label * html .slides,
  legend * html .slides,
  .option_title * html .slides {
    height: 1%; }
  label .no-js .slides > li:first-child,
  legend .no-js .slides > li:first-child,
  .option_title .no-js .slides > li:first-child {
    display: block; }
  label .flexslider .slides img,
  legend .flexslider .slides img,
  .option_title .flexslider .slides img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto; }
  label .flexslider,
  legend .flexslider,
  .option_title .flexslider {
    position: relative;
    zoom: 1;
    clear: both;
    overflow: hidden; }
  label .flex-viewport,
  legend .flex-viewport,
  .option_title .flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease; }
  label .loading .flex-viewport,
  legend .loading .flex-viewport,
  .option_title .loading .flex-viewport {
    max-height: 300px; }
  label .flexslider .slides,
  legend .flexslider .slides,
  .option_title .flexslider .slides {
    zoom: 1; }
  label .flexslider .slides li,
  legend .flexslider .slides li,
  .option_title .flexslider .slides li {
    text-align: center;
    position: relative; }
  label .carousel li,
  legend .carousel li,
  .option_title .carousel li {
    margin-right: 5px;
    border: 0; }
  label .flex-caption,
  legend .flex-caption,
  .option_title .flex-caption {
    margin: 0;
    width: 100%;
    position: absolute;
    top: 22%;
    color: #fff; }
  label .headline,
  legend .headline,
  .option_title .headline {
    margin-bottom: 0.5em; }
  label p.subtitle,
  legend p.subtitle,
  .option_title p.subtitle {
    line-height: 1.5em;
    position: relative; }
  label .flex-direction-nav,
  legend .flex-direction-nav,
  .option_title .flex-direction-nav {
    *height: 0; }
  label .flex-direction-nav a,
  legend .flex-direction-nav a,
  .option_title .flex-direction-nav a {
    width: 60px;
    height: 60px;
    margin: -20px 0 0;
    display: block;
    z-index: 10;
    position: absolute;
    top: 50%;
    cursor: pointer;
    opacity: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    color: #333;
    text-shadow: 0 0 1px #fff; }
  label .flex-direction-nav .flex-next,
  legend .flex-direction-nav .flex-next,
  .option_title .flex-direction-nav .flex-next {
    background-position: 0 -120px;
    right: -36px;
    text-align: center; }
  label .flex-direction-nav .flex-prev,
  legend .flex-direction-nav .flex-prev,
  .option_title .flex-direction-nav .flex-prev {
    background-position: 0 -60px;
    left: -36px;
    text-align: center; }
  label .flexslider:hover .flex-next,
  legend .flexslider:hover .flex-next,
  .option_title .flexslider:hover .flex-next {
    opacity: 0.6;
    right: 15px; }
  label .flexslider:hover .flex-prev,
  legend .flexslider:hover .flex-prev,
  .option_title .flexslider:hover .flex-prev {
    opacity: 0.6;
    left: 15px; }
  label .flexslider:hover .flex-next:hover, label .flexslider:hover .flex-prev:hover,
  legend .flexslider:hover .flex-next:hover,
  legend .flexslider:hover .flex-prev:hover,
  .option_title .flexslider:hover .flex-next:hover,
  .option_title .flexslider:hover .flex-prev:hover {
    opacity: 1; }
  label .flex-direction-nav .flex-disabled,
  legend .flex-direction-nav .flex-disabled,
  .option_title .flex-direction-nav .flex-disabled {
    opacity: .3 !important;
    filter: alpha(opacity=30);
    cursor: default; }
  label .flex-control-nav,
  legend .flex-control-nav,
  .option_title .flex-control-nav {
    position: absolute;
    bottom: 40px;
    text-align: center;
    width: 100%;
    z-index: 10; }
  label .flex-control-nav li,
  legend .flex-control-nav li,
  .option_title .flex-control-nav li {
    margin: 0 0 0 5px;
    display: inline-block;
    zoom: 1;
    *display: inline; }
  label .flex-control-nav li:first-child,
  legend .flex-control-nav li:first-child,
  .option_title .flex-control-nav li:first-child {
    margin: 0; }
  label .flex-control-nav li a,
  legend .flex-control-nav li a,
  .option_title .flex-control-nav li a {
    width: 40px;
    height: 1px;
    display: block;
    opacity: 0.3;
    cursor: pointer;
    text-indent: -9999em;
    border: 3px solid #fff;
    background: #fff;
    overflow: hidden;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    -o-border-radius: 1px;
    border-radius: 1px; }
  label .flex-control-nav li a.flex-active,
  legend .flex-control-nav li a.flex-active,
  .option_title .flex-control-nav li a.flex-active {
    opacity: 0.8;
    cursor: default; }
  label .flex-control-thumbs,
  legend .flex-control-thumbs,
  .option_title .flex-control-thumbs {
    width: 100%;
    position: absolute;
    bottom: -40px;
    text-align: center; }
  label .flex-control-thumbs li,
  legend .flex-control-thumbs li,
  .option_title .flex-control-thumbs li {
    margin: 0 6px;
    display: inline-block;
    zoom: 1;
    *display: inline; }
  label .flex-control-thumbs,
  legend .flex-control-thumbs,
  .option_title .flex-control-thumbs {
    position: static;
    overflow: hidden; }
  label .flex-control-thumbs li, label .flex-control-thumbs li:first-child,
  legend .flex-control-thumbs li,
  legend .flex-control-thumbs li:first-child,
  .option_title .flex-control-thumbs li,
  .option_title .flex-control-thumbs li:first-child {
    width: 16%;
    vertical-align: top;
    margin: 15px 5% 0 0; }
  label .flex-control-thumbs img,
  legend .flex-control-thumbs img,
  .option_title .flex-control-thumbs img {
    width: 100%;
    display: block;
    opacity: .7;
    cursor: pointer; }
  label .flex-control-thumbs img:hover,
  legend .flex-control-thumbs img:hover,
  .option_title .flex-control-thumbs img:hover {
    opacity: 1; }
  label .flex-control-thumbs .flex-active,
  legend .flex-control-thumbs .flex-active,
  .option_title .flex-control-thumbs .flex-active {
    opacity: 1;
    cursor: default; }
  label .product_slider .flex-active-slide a:hover,
  legend .product_slider .flex-active-slide a:hover,
  .option_title .product_slider .flex-active-slide a:hover {
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in; }
  label .product_slider,
  legend .product_slider,
  .option_title .product_slider {
    margin-bottom: 2em; }
  label .product_slider .slides img,
  legend .product_slider .slides img,
  .option_title .product_slider .slides img {
    width: auto !important; }
  label .slides,
  legend .slides,
  .option_title .slides {
    width: auto;
    float: left; }
  label .flex-control-thumbs,
  legend .flex-control-thumbs,
  .option_title .flex-control-thumbs {
    width: 18% !important;
    float: right;
    margin: 0 auto 15px auto !important; }
  label .flex-control-thumbs li,
  legend .flex-control-thumbs li,
  .option_title .flex-control-thumbs li {
    width: auto !important; }
  label .flex-control-thumbs li:first-child,
  legend .flex-control-thumbs li:first-child,
  .option_title .flex-control-thumbs li:first-child {
    margin-top: 0; }
  label .flex-control-thumbs li:nth-child(5n),
  legend .flex-control-thumbs li:nth-child(5n),
  .option_title .flex-control-thumbs li:nth-child(5n) {
    margin: 15px 0 0; }
  label .fancybox-wrap,
  label .fancybox-skin,
  label .fancybox-outer,
  label .fancybox-inner,
  label .fancybox-image,
  label .fancybox-wrap iframe,
  label .fancybox-wrap object,
  label .fancybox-nav,
  label .fancybox-nav span,
  label .fancybox-tmp,
  legend .fancybox-wrap,
  legend .fancybox-skin,
  legend .fancybox-outer,
  legend .fancybox-inner,
  legend .fancybox-image,
  legend .fancybox-wrap iframe,
  legend .fancybox-wrap object,
  legend .fancybox-nav,
  legend .fancybox-nav span,
  legend .fancybox-tmp,
  .option_title .fancybox-wrap,
  .option_title .fancybox-skin,
  .option_title .fancybox-outer,
  .option_title .fancybox-inner,
  .option_title .fancybox-image,
  .option_title .fancybox-wrap iframe,
  .option_title .fancybox-wrap object,
  .option_title .fancybox-nav,
  .option_title .fancybox-nav span,
  .option_title .fancybox-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top; }
  label .fancybox-wrap,
  legend .fancybox-wrap,
  .option_title .fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020; }
  label .fancybox-skin,
  legend .fancybox-skin,
  .option_title .fancybox-skin {
    position: relative;
    color: #444;
    text-shadow: none; }
  label .fancybox-opened,
  legend .fancybox-opened,
  .option_title .fancybox-opened {
    z-index: 8030; }
  label .fancybox-opened .fancybox-skin,
  legend .fancybox-opened .fancybox-skin,
  .option_title .fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); }
  label .fancybox-outer, label .fancybox-inner,
  legend .fancybox-outer,
  legend .fancybox-inner,
  .option_title .fancybox-outer,
  .option_title .fancybox-inner {
    position: relative; }
  label .fancybox-inner,
  legend .fancybox-inner,
  .option_title .fancybox-inner {
    overflow: hidden; }
  label .fancybox-type-iframe .fancybox-inner,
  legend .fancybox-type-iframe .fancybox-inner,
  .option_title .fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch; }
  label .fancybox-error,
  legend .fancybox-error,
  .option_title .fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap; }
  label .fancybox-image, label .fancybox-iframe,
  legend .fancybox-image,
  legend .fancybox-iframe,
  .option_title .fancybox-image,
  .option_title .fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%; }
  label .fancybox-image,
  legend .fancybox-image,
  .option_title .fancybox-image {
    max-width: 100%;
    max-height: 100%; }
  label #fancybox-loading,
  legend #fancybox-loading,
  .option_title #fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -306px;
    opacity: 1;
    cursor: pointer;
    z-index: 8060;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    background-color: #fff; }
  label #fancybox-loading div,
  legend #fancybox-loading div,
  .option_title #fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url("//mara-labs.com/cdn/shop/t/89/assets/loader.gif?v=106913898368771881011783727745") center center no-repeat;
    background-size: 32px 32px;
    display: block !important; }
  label .fancybox-close,
  legend .fancybox-close,
  .option_title .fancybox-close {
    position: absolute;
    top: -10px;
    right: 10px;
    cursor: pointer;
    z-index: 8040;
    font-size: 24px !important; }
  label .fancybox-nav,
  legend .fancybox-nav,
  .option_title .fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url("//mara-labs.com/cdn/shop/t/89/assets/blank.gif?v=164826798765693215961783727745");
    /* helps IE */
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    z-index: 8040; }
  label .fancybox-prev,
  legend .fancybox-prev,
  .option_title .fancybox-prev {
    left: 0; }
  label .fancybox-next,
  legend .fancybox-next,
  .option_title .fancybox-next {
    right: 0; }
  label .fancybox-nav span,
  legend .fancybox-nav span,
  .option_title .fancybox-nav span {
    position: absolute;
    top: 45%;
    width: 60px;
    height: 60px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden;
    color: #333;
    opacity: 0.8;
    text-shadow: 0 0 1px #fff; }
  label .fancybox-prev span,
  legend .fancybox-prev span,
  .option_title .fancybox-prev span {
    left: 10px; }
  label .fancybox-next span,
  legend .fancybox-next span,
  .option_title .fancybox-next span {
    right: 10px; }
  label .fancybox-nav:hover span,
  legend .fancybox-nav:hover span,
  .option_title .fancybox-nav:hover span {
    visibility: visible; }
  label .fancybox-tmp,
  legend .fancybox-tmp,
  .option_title .fancybox-tmp {
    position: absolute;
    top: -9999px;
    left: -9999px;
    visibility: hidden; }
  label .fancybox-lock,
  legend .fancybox-lock,
  .option_title .fancybox-lock {
    overflow: hidden; }
  label .fancybox-overlay,
  legend .fancybox-overlay,
  .option_title .fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url(//mara-labs.com/cdn/shop/t/89/assets/fancybox_overlay.png?v=80147210895831672091783727745); }
  label .fancybox-overlay-fixed,
  legend .fancybox-overlay-fixed,
  .option_title .fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0; }
  label .fancybox-lock .fancybox-overlay,
  legend .fancybox-lock .fancybox-overlay,
  .option_title .fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll; }
  label .fancybox-title,
  legend .fancybox-title,
  .option_title .fancybox-title {
    display: none; }
  label .fancybox-title,
  legend .fancybox-title,
  .option_title .fancybox-title {
    visibility: hidden;
    font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050;
    width: 100%; }
  label .fancybox-opened .fancybox-title,
  legend .fancybox-opened .fancybox-title,
  .option_title .fancybox-opened .fancybox-title {
    visibility: visible; }
  label .fancybox-title-float-wrap,
  legend .fancybox-title-float-wrap,
  .option_title .fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -28px;
    z-index: 8050;
    text-align: center; }
  label .fancybox-title-float-wrap .child,
  legend .fancybox-title-float-wrap .child,
  .option_title .fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 0px;
    background: transparent;
    background: rgba(0, 0, 0, 0.6);
    text-shadow: 0 1px 2px #222;
    color: #FFF;
    font-weight: bold;
    line-height: 24px;
    white-space: nowrap;
    width: 100%;
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px; }
  label .fancybox-title-outside-wrap,
  legend .fancybox-title-outside-wrap,
  .option_title .fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff; }
  label .fancybox-title-inside-wrap,
  legend .fancybox-title-inside-wrap,
  .option_title .fancybox-title-inside-wrap {
    padding-top: 10px; }
  label .fancybox-title-over-wrap,
  legend .fancybox-title-over-wrap,
  .option_title .fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, 0.8); }
  label .cloudzoom-zoom-inside img,
  legend .cloudzoom-zoom-inside img,
  .option_title .cloudzoom-zoom-inside img {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  label .cloudzoom-lens,
  legend .cloudzoom-lens,
  .option_title .cloudzoom-lens {
    border: none;
    border: 1px solid #888;
    width: 225px;
    height: 175px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
    cursor: pointer;
    z-index: 11; }
  label .cloudzoom-zoom,
  legend .cloudzoom-zoom,
  .option_title .cloudzoom-zoom {
    border: 1px solid #888;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4); }
  label .cloudzoom-zoom-inside,
  legend .cloudzoom-zoom-inside,
  .option_title .cloudzoom-zoom-inside {
    border: none;
    box-shadow: none; }
  label .cloudzoom-caption,
  legend .cloudzoom-caption,
  .option_title .cloudzoom-caption {
    display: none;
    text-align: left;
    background-color: #000;
    color: #fff;
    font-weight: bold;
    padding: 10px;
    font-size: 11px; }
  label .cloudzoom-blank,
  legend .cloudzoom-blank,
  .option_title .cloudzoom-blank {
    background-image: url("//mara-labs.com/cdn/shop/t/89/assets/blank.gif?v=164826798765693215961783727745"); }
  label div.cloudzoom-ajax-loader,
  legend div.cloudzoom-ajax-loader,
  .option_title div.cloudzoom-ajax-loader {
    display: none; }
  label .cloudzoom-lens + div,
  legend .cloudzoom-lens + div,
  .option_title .cloudzoom-lens + div {
    display: none !important; }
  label .container:after,
  legend .container:after,
  .option_title .container:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
  label .clearfix:before,
  label .clearfix:after,
  label .row:before,
  label .row:after,
  legend .clearfix:before,
  legend .clearfix:after,
  legend .row:before,
  legend .row:after,
  .option_title .clearfix:before,
  .option_title .clearfix:after,
  .option_title .row:before,
  .option_title .row:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0; }
  label .row:after,
  label .clearfix:after,
  legend .row:after,
  legend .clearfix:after,
  .option_title .row:after,
  .option_title .clearfix:after {
    clear: both; }
  label .row,
  label .clearfix,
  legend .row,
  legend .clearfix,
  .option_title .row,
  .option_title .clearfix {
    zoom: 1; }
  label .clear,
  legend .clear,
  .option_title .clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0; }
  @media only screen and (max-width: 1199px) {
    label input.contact_email[type="email"],
    legend input.contact_email[type="email"],
    .option_title input.contact_email[type="email"] {
      width: 390px; } }
  @media only screen and (max-width: 959px) {
    label input.sign_up[type="submit"],
    legend input.sign_up[type="submit"],
    .option_title input.sign_up[type="submit"] {
      margin-left: 0;
      margin-bottom: 1.5em !important;
      width: 100% !important;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
    label input.contact_email[type="email"],
    legend input.contact_email[type="email"],
    .option_title input.contact_email[type="email"] {
      margin-bottom: 1em;
      width: 100%;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
    label .collection_menu,
    legend .collection_menu,
    .option_title .collection_menu {
      display: none; }
    label h1.collection_title_tags, label div.collection_title_tags,
    legend h1.collection_title_tags,
    legend div.collection_title_tags,
    .option_title h1.collection_title_tags,
    .option_title div.collection_title_tags {
      border-right: 0;
      margin-right: 0;
      padding-right: 0; }
    label .cloudzoom-lens,
    legend .cloudzoom-lens,
    .option_title .cloudzoom-lens {
      width: 140px;
      height: 120px; } }
  @media only screen and (min-width: 960px) and (max-width: 1199px) {
    label .nav ul li,
    legend .nav ul li,
    .option_title .nav ul li {
      padding: 0 7px 0 7px; } }
  @media only screen and (min-width: 768px) and (max-width: 959px) {
    label .footer a.ss-icon,
    legend .footer a.ss-icon,
    .option_title .footer a.ss-icon {
      font-size: 42px;
      margin-right: 10px; }
    label .nav ul.menu ul,
    legend .nav ul.menu ul,
    .option_title .nav ul.menu ul {
      margin-top: 7px; }
    label .nav ul.menu li,
    legend .nav ul.menu li,
    .option_title .nav ul.menu li {
      padding: 3px 0 3px 3px; } }
  @media only screen and (max-width: 1087px) {
    label #header a.mobile_logo,
    legend #header a.mobile_logo,
    .option_title #header a.mobile_logo {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      font-size: 18px;
      line-height: 34px;
      z-index: 0;
      width: 50%; }
    label #header a.mobile_logo img,
    legend #header a.mobile_logo img,
    .option_title #header a.mobile_logo img {
      width: auto;
      max-width: 150px;
      max-height: 30px;
      padding-top: 2px; } }
    @media only screen and (max-width: 1087px) and (max-width: 375px) {
      label #header a.mobile_logo,
      legend #header a.mobile_logo,
      .option_title #header a.mobile_logo {
        width: 30%;
        left: 38px; } }
  @media only screen and (max-width: 767px) {
    label .article_image,
    legend .article_image,
    .option_title .article_image {
      padding-bottom: 0; }
    label .sidebar_content,
    legend .sidebar_content,
    .option_title .sidebar_content {
      border: 0;
      padding: 0; }
    label .scroll-arrow,
    legend .scroll-arrow,
    .option_title .scroll-arrow {
      display: none; }
    label .nav_arrows,
    legend .nav_arrows,
    .option_title .nav_arrows {
      float: none; }
    label .nav_arrows .prev,
    legend .nav_arrows .prev,
    .option_title .nav_arrows .prev {
      float: left; }
    label .nav_arrows .next,
    legend .nav_arrows .next,
    .option_title .nav_arrows .next {
      float: right; }
    label .minus, label .plus,
    legend .minus,
    legend .plus,
    .option_title .minus,
    .option_title .plus {
      display: none; }
    label .minus,
    legend .minus,
    .option_title .minus {
      margin: 0 2px 0 0; }
    label .plus,
    legend .plus,
    .option_title .plus {
      margin: 0 0 0 2px; }
    label .item_title,
    legend .item_title,
    .option_title .item_title {
      max-width: 280px;
      display: block;
      white-space: initial; }
    label .promo_banner, label .feature_image .promo_banner,
    legend .promo_banner,
    legend .feature_image .promo_banner,
    .option_title .promo_banner,
    .option_title .feature_image .promo_banner {
      top: 39px;
      position: absolute;
      font-size: 11px;
      width: 100%; }
    label .footer_menu li,
    legend .footer_menu li,
    .option_title .footer_menu li {
      display: block; }
    label .footer a.ss-icon,
    legend .footer a.ss-icon,
    .option_title .footer a.ss-icon {
      font-size: 36px;
      margin-right: 10px;
      margin-top: 15px; }
    label #cart input.quantity,
    legend #cart input.quantity,
    .option_title #cart input.quantity {
      width: 24px; }
    label .is-absolute,
    legend .is-absolute,
    .option_title .is-absolute {
      top: 0px !important; }
    label p.mm-counter,
    legend p.mm-counter,
    .option_title p.mm-counter {
      right: 20px; }
    label #tag_filter, label #sort-by, label .breadcrumb_text,
    legend #tag_filter,
    legend #sort-by,
    legend .breadcrumb_text,
    .option_title #tag_filter,
    .option_title #sort-by,
    .option_title .breadcrumb_text {
      margin-bottom: 1em !important;
      clear: both; }
    label .blog_filter,
    legend .blog_filter,
    .option_title .blog_filter {
      margin-top: 1em;
      width: 100% !important; }
    label .section_select,
    legend .section_select,
    .option_title .section_select {
      text-align: center; }
    label .flex-control-nav,
    legend .flex-control-nav,
    .option_title .flex-control-nav {
      bottom: 10px; }
    label .or,
    legend .or,
    .option_title .or {
      text-align: center;
      width: 100%;
      display: inline-block;
      padding-left: 0;
      padding-bottom: 5px; }
    label .mobile_hidden,
    legend .mobile_hidden,
    .option_title .mobile_hidden {
      display: none !important; }
    label table tr.order_summary td.label,
    legend table tr.order_summary td.label,
    .option_title table tr.order_summary td.label {
      text-align: left; }
    label .breadcrumb,
    legend .breadcrumb,
    .option_title .breadcrumb {
      text-align: center;
      margin-bottom: 1.5em; }
    label .featured_text,
    legend .featured_text,
    .option_title .featured_text {
      line-height: 1.7em;
      text-align: center; }
    label #header,
    legend #header,
    .option_title #header {
      display: block; }
    label .header,
    legend .header,
    .option_title .header {
      display: none; }
    label .toggle span,
    legend .toggle span,
    .option_title .toggle span {
      display: block; }
    label .toggle_list,
    legend .toggle_list,
    .option_title .toggle_list {
      display: none; }
    label select,
    legend select,
    .option_title select {
      width: 100%; }
    label .flexslider a.action_button,
    legend .flexslider a.action_button,
    .option_title .flexslider a.action_button {
      width: initial; }
    label input[type="submit"],
    label input[type="reset"],
    label input[type="button"],
    label input.action_button[type="submit"],
    label input.action_button[type="button"],
    label .sign_up,
    legend input[type="submit"],
    legend input[type="reset"],
    legend input[type="button"],
    legend input.action_button[type="submit"],
    legend input.action_button[type="button"],
    legend .sign_up,
    .option_title input[type="submit"],
    .option_title input[type="reset"],
    .option_title input[type="button"],
    .option_title input.action_button[type="submit"],
    .option_title input.action_button[type="button"],
    .option_title .sign_up {
      margin-left: 0;
      width: 100%; }
    label .credits_right,
    legend .credits_right,
    .option_title .credits_right {
      text-align: left; }
    label .container .column.thumbnail, label .container .columns.thumbnail,
    legend .container .column.thumbnail,
    legend .container .columns.thumbnail,
    .option_title .container .column.thumbnail,
    .option_title .container .columns.thumbnail {
      margin-top: 1em; }
    label td,
    legend td,
    .option_title td {
      padding: 4px !important; }
    label .title_column,
    legend .title_column,
    .option_title .title_column {
      float: left; }
    label .container div.mobile_only, label .mobile_only,
    legend .container div.mobile_only,
    legend .mobile_only,
    .option_title .container div.mobile_only,
    .option_title .mobile_only {
      display: block; }
    label span.mobile_only,
    legend span.mobile_only,
    .option_title span.mobile_only {
      display: inline; }
    label .price_total,
    legend .price_total,
    .option_title .price_total {
      text-align: right; }
    label .price_total_text,
    legend .price_total_text,
    .option_title .price_total_text {
      display: block; }
    label .update_subtotal, label .price_total, label .remove_column, label .checkout_table_header,
    legend .update_subtotal,
    legend .price_total,
    legend .remove_column,
    legend .checkout_table_header,
    .option_title .update_subtotal,
    .option_title .price_total,
    .option_title .remove_column,
    .option_title .checkout_table_header {
      display: none; }
    label .mobile_right,
    legend .mobile_right,
    .option_title .mobile_right {
      text-align: right; }
    label .quick_shop,
    legend .quick_shop,
    .option_title .quick_shop {
      display: none !important; }
    label .cart_price,
    legend .cart_price,
    .option_title .cart_price {
      display: block;
      margin-bottom: 0; }
    label table tr th, label table tr td,
    legend table tr th,
    legend table tr td,
    .option_title table tr th,
    .option_title table tr td {
      padding: 2px; }
    label input.action_button,
    legend input.action_button,
    .option_title input.action_button {
      margin-bottom: 1em !important; }
    label .multiple_product_images,
    legend .multiple_product_images,
    .option_title .multiple_product_images {
      display: none; }
    label .headline,
    legend .headline,
    .option_title .headline {
      font-size: 1.3em;
      line-height: 1.2em;
      position: relative; }
    label p.subtitle,
    legend p.subtitle,
    .option_title p.subtitle {
      font-size: 1.1em;
      line-height: 1.2em;
      position: relative; }
    label .hsContainer .left,
    legend .hsContainer .left,
    .option_title .hsContainer .left {
      padding-left: 20px !important; }
    label .hsContainer .right,
    legend .hsContainer .right,
    .option_title .hsContainer .right {
      padding-right: 20px !important; } }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    label #cart textarea,
    legend #cart textarea,
    .option_title #cart textarea {
      width: 220px; }
    label .mobile_hidden,
    legend .mobile_hidden,
    .option_title .mobile_hidden {
      display: none !important; }
    label #cart a.action_button.edit_cart, label #cart .action_button,
    legend #cart a.action_button.edit_cart,
    legend #cart .action_button,
    .option_title #cart a.action_button.edit_cart,
    .option_title #cart .action_button {
      width: 120px; } }
  @media only screen and (max-width: 479px) {
    label .item_title,
    legend .item_title,
    .option_title .item_title {
      max-width: 180px; }
    label #cart textarea,
    legend #cart textarea,
    .option_title #cart textarea {
      width: 280px; }
    label #cart a.action_button.edit_cart, label #cart .action_button,
    legend #cart a.action_button.edit_cart,
    legend #cart .action_button,
    .option_title #cart a.action_button.edit_cart,
    .option_title #cart .action_button {
      width: 115px; }
    label .mobile_hidden,
    legend .mobile_hidden,
    .option_title .mobile_hidden {
      display: none !important; }
    label .cart_image,
    legend .cart_image,
    .option_title .cart_image {
      max-width: 60px;
      padding-right: 10px; }
    label .action_button,
    legend .action_button,
    .option_title .action_button {
      font-size: 12px; }
    label h1, label h2, label h3, label h4, label h5, label h6, label .collection_title, label .empty_cart,
    legend h1,
    legend h2,
    legend h3,
    legend h4,
    legend h5,
    legend h6,
    legend .collection_title,
    legend .empty_cart,
    .option_title h1,
    .option_title h2,
    .option_title h3,
    .option_title h4,
    .option_title h5,
    .option_title h6,
    .option_title .collection_title,
    .option_title .empty_cart {
      font-size: 110%;
      line-height: 1.5em; }
    label h1, label h1.home, label .title a, label h2,
    legend h1,
    legend h1.home,
    legend .title a,
    legend h2,
    .option_title h1,
    .option_title h1.home,
    .option_title .title a,
    .option_title h2 {
      padding: 0; } }
  @media only screen and (min-device-width: 320px) and (max-device-width: 1024px) {
    label html,
    legend html,
    .option_title html {
      -webkit-text-size-adjust: 100%; } }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    label select.currencies,
    legend select.currencies,
    .option_title select.currencies {
      position: relative;
      top: 15px; } }
  @media screen and (-webkit-min-device-pixel-ratio: 0) and (max-width: 767px) {
    label select,
    label textarea,
    label input,
    legend select,
    legend textarea,
    legend input,
    .option_title select,
    .option_title textarea,
    .option_title input {
      font-size: 16px !important; } }
  label .social_buttons a,
  legend .social_buttons a,
  .option_title .social_buttons a {
    padding-left: 5px; }
  label [class^="icon-"]:before, label [class*=" icon-"]:before,
  label .icon-menu, label .icon-cart, label .icon-cart,
  label .icon-search, label .icon-search,
  legend [class^="icon-"]:before,
  legend [class*=" icon-"]:before,
  legend .icon-menu,
  legend .icon-cart,
  legend .icon-cart,
  legend .icon-search,
  legend .icon-search,
  .option_title [class^="icon-"]:before,
  .option_title [class*=" icon-"]:before,
  .option_title .icon-menu,
  .option_title .icon-cart,
  .option_title .icon-cart,
  .option_title .icon-search,
  .option_title .icon-search {
    font-family: 'outofthesandbox' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    speak: none;
    line-height: 1em;
    text-decoration: inherit;
    display: inline;
    margin-right: .2em;
    text-align: center;
    padding-top: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  label .icon-cart:before,
  legend .icon-cart:before,
  .option_title .icon-cart:before {
    content: '\e800'; }
  label .icon-search:before,
  legend .icon-search:before,
  .option_title .icon-search:before {
    content: '\e801'; }
  label .icon-check:before,
  legend .icon-check:before,
  .option_title .icon-check:before {
    content: '\e802'; }
  label .icon-bag:before,
  legend .icon-bag:before,
  .option_title .icon-bag:before {
    content: '\e803'; }
  label .icon-right-arrow:before,
  legend .icon-right-arrow:before,
  .option_title .icon-right-arrow:before {
    content: '\e804'; }
  label .icon-menu:before,
  legend .icon-menu:before,
  .option_title .icon-menu:before {
    content: '\e80d'; }
  label .icon-down-arrow:before,
  legend .icon-down-arrow:before,
  .option_title .icon-down-arrow:before {
    content: '\e813'; }
  label .icon-check,
  legend .icon-check,
  .option_title .icon-check {
    display: block;
    float: left;
    height: 30px;
    margin-right: 8px;
    clear: both; }
  label .icon-check-long,
  legend .icon-check-long,
  .option_title .icon-check-long {
    height: 60px; }
  label .search-submit,
  legend .search-submit,
  .option_title .search-submit {
    position: relative;
    left: 15px;
    float: left;
    top: 112px;
    font-size: 28px;
    cursor: pointer; }
  label .search-submit::before,
  legend .search-submit::before,
  .option_title .search-submit::before {
    font-size: 32px; }
  label .animated,
  legend .animated,
  .option_title .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both; }
  label .animated.infinite,
  legend .animated.infinite,
  .option_title .animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite; }
  label .animated.hinge,
  legend .animated.hinge,
  .option_title .animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s; }
  label .bounce,
  legend .bounce,
  .option_title .bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce; }
  label .flash,
  legend .flash,
  .option_title .flash {
    -webkit-animation-name: flash;
    animation-name: flash; }
  label .pulse,
  legend .pulse,
  .option_title .pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse; }
  label .rubberBand,
  legend .rubberBand,
  .option_title .rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand; }
  label .shake,
  legend .shake,
  .option_title .shake {
    -webkit-animation-name: shake;
    animation-name: shake; }
  label .swing,
  legend .swing,
  .option_title .swing {
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing; }
  label .tada,
  legend .tada,
  .option_title .tada {
    -webkit-animation-name: tada;
    animation-name: tada; }
  label .wobble,
  legend .wobble,
  .option_title .wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble; }
  label .bounceIn,
  legend .bounceIn,
  .option_title .bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn; }
  label .bounceInDown,
  legend .bounceInDown,
  .option_title .bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown; }
  label .bounceInLeft,
  legend .bounceInLeft,
  .option_title .bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft; }
  label .bounceInRight,
  legend .bounceInRight,
  .option_title .bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight; }
  label .bounceInUp,
  legend .bounceInUp,
  .option_title .bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp; }
  label .bounceOut,
  legend .bounceOut,
  .option_title .bounceOut {
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut; }
  label .bounceOutDown,
  legend .bounceOutDown,
  .option_title .bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown; }
  label .bounceOutLeft,
  legend .bounceOutLeft,
  .option_title .bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft; }
  label .bounceOutRight,
  legend .bounceOutRight,
  .option_title .bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight; }
  label .bounceOutUp,
  legend .bounceOutUp,
  .option_title .bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp; }
  label .fadeIn,
  legend .fadeIn,
  .option_title .fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn; }
  label .fadeInDown,
  legend .fadeInDown,
  .option_title .fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown; }
  label .fadeInDownBig,
  legend .fadeInDownBig,
  .option_title .fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig; }
  label .fadeInLeft,
  legend .fadeInLeft,
  .option_title .fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft; }
  label .fadeInLeftBig,
  legend .fadeInLeftBig,
  .option_title .fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig; }
  label .fadeInRight,
  legend .fadeInRight,
  .option_title .fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight; }
  label .fadeInRightBig,
  legend .fadeInRightBig,
  .option_title .fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig; }
  label .fadeInUp,
  legend .fadeInUp,
  .option_title .fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp; }
  label .fadeInUpBig,
  legend .fadeInUpBig,
  .option_title .fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig; }
  label .fadeOut,
  legend .fadeOut,
  .option_title .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut; }
  label .fadeOutDown,
  legend .fadeOutDown,
  .option_title .fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown; }
  label .fadeOutDownBig,
  legend .fadeOutDownBig,
  .option_title .fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig; }
  label .fadeOutLeft,
  legend .fadeOutLeft,
  .option_title .fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft; }
  label .fadeOutLeftBig,
  legend .fadeOutLeftBig,
  .option_title .fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig; }
  label .fadeOutRight,
  legend .fadeOutRight,
  .option_title .fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight; }
  label .fadeOutRightBig,
  legend .fadeOutRightBig,
  .option_title .fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig; }
  label .fadeOutUp,
  legend .fadeOutUp,
  .option_title .fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp; }
  label .fadeOutUpBig,
  legend .fadeOutUpBig,
  .option_title .fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig; }
  label .animated.flip,
  legend .animated.flip,
  .option_title .animated.flip {
    -webkit-backface-visibility: visible;
    -ms-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip; }
  label .flipInX,
  legend .flipInX,
  .option_title .flipInX {
    -webkit-backface-visibility: visible !important;
    -ms-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX; }
  label .flipInY,
  legend .flipInY,
  .option_title .flipInY {
    -webkit-backface-visibility: visible !important;
    -ms-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY; }
  label .flipOutX,
  legend .flipOutX,
  .option_title .flipOutX {
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    -ms-backface-visibility: visible !important;
    backface-visibility: visible !important; }
  label .flipOutY,
  legend .flipOutY,
  .option_title .flipOutY {
    -webkit-backface-visibility: visible !important;
    -ms-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY; }
  label .lightSpeedIn,
  legend .lightSpeedIn,
  .option_title .lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  label .lightSpeedOut,
  legend .lightSpeedOut,
  .option_title .lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  label .rotateIn,
  legend .rotateIn,
  .option_title .rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn; }
  label .rotateInDownLeft,
  legend .rotateInDownLeft,
  .option_title .rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft; }
  label .rotateInDownRight,
  legend .rotateInDownRight,
  .option_title .rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight; }
  label .rotateInUpLeft,
  legend .rotateInUpLeft,
  .option_title .rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft; }
  label .rotateInUpRight,
  legend .rotateInUpRight,
  .option_title .rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight; }
  label .rotateOut,
  legend .rotateOut,
  .option_title .rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut; }
  label .rotateOutDownLeft,
  legend .rotateOutDownLeft,
  .option_title .rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft; }
  label .rotateOutDownRight,
  legend .rotateOutDownRight,
  .option_title .rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight; }
  label .rotateOutUpLeft,
  legend .rotateOutUpLeft,
  .option_title .rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft; }
  label .rotateOutUpRight,
  legend .rotateOutUpRight,
  .option_title .rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight; }
  label .slideInDown,
  legend .slideInDown,
  .option_title .slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown; }
  label .slideInLeft,
  legend .slideInLeft,
  .option_title .slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft; }
  label .slideInRight,
  legend .slideInRight,
  .option_title .slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight; }
  label .slideOutLeft,
  legend .slideOutLeft,
  .option_title .slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft; }
  label .slideOutRight,
  legend .slideOutRight,
  .option_title .slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight; }
  label .slideOutUp,
  legend .slideOutUp,
  .option_title .slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp; }
  label .slideInUp,
  legend .slideInUp,
  .option_title .slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp; }
  label .slideOutDown,
  legend .slideOutDown,
  .option_title .slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown; }
  label .hinge,
  legend .hinge,
  .option_title .hinge {
    -webkit-animation-name: hinge;
    animation-name: hinge; }
  label .rollIn,
  legend .rollIn,
  .option_title .rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn; }
  label .rollOut,
  legend .rollOut,
  .option_title .rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut; }
  label .zoomIn,
  legend .zoomIn,
  .option_title .zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn; }
  label .zoomInDown,
  legend .zoomInDown,
  .option_title .zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown; }
  label .zoomInLeft,
  legend .zoomInLeft,
  .option_title .zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft; }
  label .zoomInRight,
  legend .zoomInRight,
  .option_title .zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight; }
  label .zoomInUp,
  legend .zoomInUp,
  .option_title .zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp; }
  label .zoomOut,
  legend .zoomOut,
  .option_title .zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut; }
  label .zoomOutDown,
  legend .zoomOutDown,
  .option_title .zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown; }
  label .zoomOutLeft,
  legend .zoomOutLeft,
  .option_title .zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft; }
  label .zoomOutRight,
  legend .zoomOutRight,
  .option_title .zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight; }
  label .zoomOutUp,
  legend .zoomOutUp,
  .option_title .zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp; }
  label .delay-0s,
  legend .delay-0s,
  .option_title .delay-0s {
    -moz-animation-delay: 0;
    -webkit-animation-delay: 0;
    animation-delay: 0; }
  label .delay-025s,
  legend .delay-025s,
  .option_title .delay-025s {
    -moz-animation-delay: .25s;
    -webkit-animation-delay: .25s;
    animation-delay: .25s;
    opacity: 0; }
  label .delay-05s,
  legend .delay-05s,
  .option_title .delay-05s {
    -moz-animation-delay: .5s;
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
    opacity: 0; }
  label .delay-075s,
  legend .delay-075s,
  .option_title .delay-075s {
    -moz-animation-delay: .75s;
    -webkit-animation-delay: .75s;
    animation-delay: .75s;
    opacity: 0; }
  label .delay-1s,
  legend .delay-1s,
  .option_title .delay-1s {
    -moz-animation-delay: 1s;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    opacity: 0; }
  label .animate_right, label .animate_left, label .animate_up, label .animate_down,
  legend .animate_right,
  legend .animate_left,
  legend .animate_up,
  legend .animate_down,
  .option_title .animate_right,
  .option_title .animate_left,
  .option_title .animate_up,
  .option_title .animate_down {
    opacity: 0; }
  label .ie .animated, label .ie .animate_right, label .ie .animate_left, label .ie .hsContent, label .ie #slide-1 .animated, label .ie .thumbnail img,
  legend .ie .animated,
  legend .ie .animate_right,
  legend .ie .animate_left,
  legend .ie .hsContent,
  legend .ie #slide-1 .animated,
  legend .ie .thumbnail img,
  .option_title .ie .animated,
  .option_title .ie .animate_right,
  .option_title .ie .animate_left,
  .option_title .ie .hsContent,
  .option_title .ie #slide-1 .animated,
  .option_title .ie .thumbnail img {
    opacity: 1 !important; }
  label .ie delay-025s, label .ie .delay-0s, label .ie .delay-025s, label .ie .delay-05s, label .ie .delay-075s, label .ie .delay-1s,
  legend .ie delay-025s,
  legend .ie .delay-0s,
  legend .ie .delay-025s,
  legend .ie .delay-05s,
  legend .ie .delay-075s,
  legend .ie .delay-1s,
  .option_title .ie delay-025s,
  .option_title .ie .delay-0s,
  .option_title .ie .delay-025s,
  .option_title .ie .delay-05s,
  .option_title .ie .delay-075s,
  .option_title .ie .delay-1s {
    opacity: 1 !important; }
  label .ie select,
  legend .ie select,
  .option_title .ie select {
    background-image: none !important; }
  label html:hover [class^="ss-"],
  legend html:hover [class^="ss-"],
  .option_title html:hover [class^="ss-"] {
    -ms-zoom: 1; }
  label .ss-icon, label .footer .ss-icon, label .ss-icon:visited, label .ss-icon.ss-sandbox,
  label [class^="ss-"]:before, label [class*=" ss-"]:before,
  label [class^="ss-"].ss-sandbox:before, label [class*=" ss-"].ss-sandbox:before,
  label [class^="ss-"].right:after, label [class*=" ss-"].right:after,
  label [class^="ss-"].ss-sandbox.right:after, label [class*=" ss-"].ss-sandbox.right:after,
  legend .ss-icon,
  legend .footer .ss-icon,
  legend .ss-icon:visited,
  legend .ss-icon.ss-sandbox,
  legend [class^="ss-"]:before,
  legend [class*=" ss-"]:before,
  legend [class^="ss-"].ss-sandbox:before,
  legend [class*=" ss-"].ss-sandbox:before,
  legend [class^="ss-"].right:after,
  legend [class*=" ss-"].right:after,
  legend [class^="ss-"].ss-sandbox.right:after,
  legend [class*=" ss-"].ss-sandbox.right:after,
  .option_title .ss-icon,
  .option_title .footer .ss-icon,
  .option_title .ss-icon:visited,
  .option_title .ss-icon.ss-sandbox,
  .option_title [class^="ss-"]:before,
  .option_title [class*=" ss-"]:before,
  .option_title [class^="ss-"].ss-sandbox:before,
  .option_title [class*=" ss-"].ss-sandbox:before,
  .option_title [class^="ss-"].right:after,
  .option_title [class*=" ss-"].right:after,
  .option_title [class^="ss-"].ss-sandbox.right:after,
  .option_title [class*=" ss-"].ss-sandbox.right:after {
    font-family: "SSSandbox";
    font-style: normal;
    font-weight: 400;
    text-decoration: none;
    text-rendering: optimizeLegibility;
    white-space: nowrap;
    /*-webkit-font-feature-settings: "liga"; Currently broken in Chrome >= v22. Falls back to text-rendering. Safari is unaffected. */
    -moz-font-feature-settings: "liga=1";
    -moz-font-feature-settings: "liga";
    -ms-font-feature-settings: "liga" 1;
    -o-font-feature-settings: "liga";
    font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 50px;
    margin: 35px 15px 35px 0;
    display: inline-block; }
  label .remove,
  legend .remove,
  .option_title .remove {
    font-size: 24px !important;
    margin-right: 0;
    margin-top: 8px; }
  label .minus, label .plus,
  legend .minus,
  legend .plus,
  .option_title .minus,
  .option_title .plus {
    font-size: 24px;
    opacity: 0.8;
    cursor: pointer;
    position: relative;
    top: -4px; }
  label .minus:hover, label .plus:hover,
  legend .minus:hover,
  legend .plus:hover,
  .option_title .minus:hover,
  .option_title .plus:hover {
    opacity: 1; }
  label .minus,
  legend .minus,
  .option_title .minus {
    margin: 0 5px 0 0; }
  label .plus,
  legend .plus,
  .option_title .plus {
    margin: 0 0 0 5px; }
  label input#password,
  legend input#password,
  .option_title input#password {
    width: 100%; }
  label #password-container,
  legend #password-container,
  .option_title #password-container {
    margin: 0px auto;
    max-width: 100%;
    display: table;
    text-align: center;
    display: table; }
  label .password-page-row,
  legend .password-page-row,
  .option_title .password-page-row {
    display: table-row;
    width: 100%;
    height: 100%;
    margin: 0 auto; }
  label .password-page-col,
  legend .password-page-col,
  .option_title .password-page-col {
    display: table-cell;
    vertical-align: middle;
    padding: 15px 30px;
    width: 100%; }
  label .password-logo,
  legend .password-logo,
  .option_title .password-logo {
    margin: 0px auto; }
  label .password-message,
  legend .password-message,
  .option_title .password-message {
    max-width: 600px; }
  label .hr-small,
  legend .hr-small,
  .option_title .hr-small {
    margin: 20px auto;
    width: 50px; }
  label .ss-password, label .ss-password:hover, label .ss-password:visited,
  legend .ss-password,
  legend .ss-password:hover,
  legend .ss-password:visited,
  .option_title .ss-password,
  .option_title .ss-password:hover,
  .option_title .ss-password:visited {
    font-family: "SSSandbox";
    font-style: normal;
    font-weight: 400;
    text-decoration: none;
    text-rendering: optimizeLegibility;
    white-space: nowrap;
    /*-webkit-font-feature-settings: "liga"; Currently broken in Chrome >= v22. Falls back to text-rendering. Safari is unaffected. */
    -moz-font-feature-settings: "liga=1";
    -moz-font-feature-settings: "liga";
    -ms-font-feature-settings: "liga" 1;
    -o-font-feature-settings: "liga";
    font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 40px;
    margin: 15px 15px 25px 0;
    display: inline-block; }
  label .password-footer,
  legend .password-footer,
  .option_title .password-footer {
    margin-top: 15px;
    margin-bottom: 40px;
    font-size: 13px;
    text-align: center; }
  label .powered,
  legend .powered,
  .option_title .powered {
    display: block;
    margin-top: 15px; }
  label .shopify a,
  legend .shopify a,
  .option_title .shopify a {
    background-repeat: no-repeat;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAARCAYAAADUryzEAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA0JJREFUeNqMU81vG0UU/83sR73YG+M4xrHj4jj9UCFNSaGlQQUhhFBRpXIo6jEHQFXFAbhy4B/gioTgzgGV7ws5IAoqUgUSoWoIaZJGpGpMHDuptf5a7+fM8nZpJaRy4M0+jd7szO/93u/NsAsX5vFvi6IInHNUq5NnstnsqXp96xur3f392HNlrIcLePHkS8hlTchIJvtVSTOjIaSAwhkiGsXi+BudjjVp28Oj+XzhrPDZh5qqfoIQD5j6wrxHCAJ6UMXVr3pgnB0c9O2843jrE5XMtZER47GTp+bOqfn++d9+Ct5TuLrCGAcjpgnAWEVSdg8HSyWUzTl8v7D08szxSltPB6/OPDWeW/q1caI2O0zfbrThBM7pjdbiz9PG7LsK01epYKiCaMlIQadnHag9UZ2vbuqvl47tVMwcY3fdFjLFCIHksB0bQojCTmfzlWyHf53S0qsyigESMRS0uqtvNbs330nXNHhRAWl3ChnNhLG/jzBy4fg27pGG5TSqWsARV6EGwk+WScgymIQ5auLpyTdRHj2arC//9QXuDpfgeDYkQcgoZixq4DKuAGoo7wEwVg5DD3PVt1EafRzL21/C0HJo9f4gYUO4gZNkFMk5Nkli3wcI4vP7yIvxhsLIIXhBHzfqlzHwWihkDiNjPEwlDJNE/zDABGPQKfR5QAzI8wRU9IWNurWIlJbF+dmP8Ig5ja67Az8cwvWdmCVi4YSMSlTzODjAQxGAvCZkaIpI4MeN97Fc/xbpfXk8WXmNqPcw9C1idR8gKSNN06GYEScZYwZVJ+xj/8hpPJp9HmvNK/Bd6g0zEXfJ9rvEwE0A4qbFLOibimN15RcLR57JVFx7iLGHpvFs9RJ8QZvofmzsXoEXDqAqWiIiyUaAUSIkBTVVY1BuXuth6rhxcaxizDb619EcrGPg7+JG8zJWdj8HZwplk7hTHyDiKrU5BVWXyKT57ncfNz9TRBjxrRWn3/zT2+7seV7DWuabnR+MTrCm6ikNnLLEL3R720dmQkMqFz8dia3rdmvhg8an7MH3hZRhKuVsQTtcPmCcGK+lZvLl1JEdK9T7PW9t75a72L7tXh3sBbdEELXxP00h1//rx98CDACS7p3N/ZPUwQAAAABJRU5ErkJggg==);
    padding-left: 21px;
    text-decoration: none; }
  label .password-footer a,
  legend .password-footer a,
  .option_title .password-footer a {
    text-decoration: none; }
  label .controls,
  legend .controls,
  .option_title .controls {
    display: block;
    margin: 1em 2em 1em auto;
    text-align: right;
    text-transform: uppercase;
    position: relative; }
  label .close-me,
  legend .close-me,
  .option_title .close-me {
    z-index: 8000; }
  label .close-me a,
  legend .close-me a,
  .option_title .close-me a {
    color: #000; }
  label .modalbox,
  legend .modalbox,
  .option_title .modalbox {
    position: absolute;
    height: 100%;
    top: -1em;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0;
    z-index: 5000; }
  label .overlay,
  legend .overlay,
  .option_title .overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    max-height: 100%;
    top: 0;
    left: 0;
    background: #fff;
    background: rgba(255, 255, 255, 0.95); }
  label .overlay-close,
  legend .overlay-close,
  .option_title .overlay-close {
    width: 150px;
    height: 50px;
    position: absolute;
    right: 10px;
    top: 10px;
    border: 1px solid #000;
    font-size: 14px; }
  label .overlay-data,
  legend .overlay-data,
  .option_title .overlay-data {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
    visibility: 0s 0.5s;
    transition: opacity 0.5s, visibility 0s 0.5s; }
  label .overlay-open,
  legend .overlay-open,
  .option_title .overlay-open {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s; }
  label .inputbox,
  legend .inputbox,
  .option_title .inputbox {
    margin: 0px auto;
    max-width: 100%;
    display: table;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #000; }
  label .storefront-password-form label,
  legend .storefront-password-form label,
  .option_title .storefront-password-form label {
    font-size: 0.9em;
    margin: 0 0 1em 0; }
  label .storefront-password-form .actions,
  legend .storefront-password-form .actions,
  .option_title .storefront-password-form .actions {
    display: inline-block; }
  label .storefront-password-form #password,
  legend .storefront-password-form #password,
  .option_title .storefront-password-form #password {
    width: 80%;
    display: inline-block; }
  label #owner,
  legend #owner,
  .option_title #owner {
    font-size: 0.9em;
    margin-top: -1em;
    opacity: 0.8; }
  label .pass-close,
  legend .pass-close,
  .option_title .pass-close {
    color: #000 !important;
    padding: 0 !important;
    margin: 1em !important;
    position: inherit !important; }
  @media screen and (min-width: 320px) and (max-width: 440px) and (max-height: 667px) {
    label .modalbox,
    legend .modalbox,
    .option_title .modalbox {
      display: block;
      width: 414px !important;
      max-width: 100%;
      text-align: center; }
    label .pass-close,
    legend .pass-close,
    .option_title .pass-close {
      display: block;
      margin: 0.65em -0.15em 1em 0 !important; } }
  label .hsContainer,
  legend .hsContainer,
  .option_title .hsContainer {
    display: table;
    table-layout: fixed;
    width: 100%;
    overflow: hidden;
    position: relative;
    opacity: 1;
    z-index: 1; }
  label .hsContent,
  legend .hsContent,
  .option_title .hsContent {
    max-width: 1180px;
    margin: -150px auto 0 auto;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    float: none; }
  label .hsContainer .left,
  legend .hsContainer .left,
  .option_title .hsContainer .left {
    text-align: left;
    padding-left: 60px;
    float: none; }
  label .hsContainer .right,
  legend .hsContainer .right,
  .option_title .hsContainer .right {
    text-align: right;
    padding-right: 60px;
    float: none; }
  label .hsContainer a.action_button,
  legend .hsContainer a.action_button,
  .option_title .hsContainer a.action_button {
    padding: 10px 40px; }
  label a.faq-link,
  legend a.faq-link,
  .option_title a.faq-link {
    color: #00a651;
    text-transform: uppercase;
    letter-spacing: 1px; }
  label a.faq-link:hover,
  legend a.faq-link:hover,
  .option_title a.faq-link:hover {
    color: #9da6ad; }
  label a.green-link,
  legend a.green-link,
  .option_title a.green-link {
    transition: .25s color;
    color: #00a651;
    letter-spacing: 1px; }
  label a.green-link:hover,
  legend a.green-link:hover,
  .option_title a.green-link:hover {
    color: #9da6ad; }
  label .bcg,
  legend .bcg,
  .option_title .bcg {
    background-position: left center;
    background-repeat: no-repeat;
    background-size: cover; }
  label .bcg-how,
  legend .bcg-how,
  .option_title .bcg-how {
    background-position: center center !important;
    background-repeat: no-repeat;
    background-size: cover; }
  label .bcg-faq,
  legend .bcg-faq,
  .option_title .bcg-faq {
    background-position: center bottom !important;
    background-repeat: no-repeat;
    background-size: cover; }
  label .bcg-return,
  legend .bcg-return,
  .option_title .bcg-return {
    background-position: center bottom !important;
    background-repeat: no-repeat;
    background-size: cover; }
  label .bcg-about,
  legend .bcg-about,
  .option_title .bcg-about {
    background-position: left center !important;
    background-repeat: no-repeat;
    background-size: cover; }
  label .bcg-contact,
  legend .bcg-contact,
  .option_title .bcg-contact {
    background-position: left center !important;
    background-repeat: no-repeat;
    background-size: cover; }
  label .bcg-blog,
  legend .bcg-blog,
  .option_title .bcg-blog {
    background-repeat: no-repeat;
    background-size: cover; }
  label .bcg-science,
  legend .bcg-science,
  .option_title .bcg-science {
    background-position: left bottom !important;
    background-repeat: no-repeat;
    background-size: cover; }
  label .bcg-privacy,
  legend .bcg-privacy,
  .option_title .bcg-privacy {
    background-position: center bottom !important;
    background-repeat: no-repeat;
    background-size: cover; }
  label .bcg-terms,
  legend .bcg-terms,
  .option_title .bcg-terms {
    background-position: left bottom !important;
    background-repeat: no-repeat;
    background-size: cover; }
  label #slide-1 .bcg,
  legend #slide-1 .bcg,
  .option_title #slide-1 .bcg {
    background-image: url(//mara-labs.com/cdn/shop/t/89/assets/slideshow_1.jpg?v=151492989750229060771783727746); }
  label #slide-2 .bcg,
  legend #slide-2 .bcg,
  .option_title #slide-2 .bcg {
    background-image: url(//mara-labs.com/cdn/shop/t/89/assets/slideshow_2.jpg?v=52802983308068811851783727745); }
  label #slide-3 .bcg,
  legend #slide-3 .bcg,
  .option_title #slide-3 .bcg {
    background-image: url(//mara-labs.com/cdn/shop/t/89/assets/slideshow_3.jpg?v=102327452714300519121783727746); }
  label #slide-4 .bcg,
  legend #slide-4 .bcg,
  .option_title #slide-4 .bcg {
    background-image: url(//mara-labs.com/cdn/shop/t/89/assets/slideshow_4.jpg?v=115507616679828566391783727746); }
  label #slide-5 .bcg,
  legend #slide-5 .bcg,
  .option_title #slide-5 .bcg {
    background-image: url(//mara-labs.com/cdn/shop/t/89/assets/slideshow_5.jpg?v=26164); }
  label #slide-6 .bcg,
  legend #slide-6 .bcg,
  .option_title #slide-6 .bcg {
    background-image: url(//mara-labs.com/cdn/shop/t/89/assets/slideshow_6.jpg?v=26164); }
  label #slide-blog .bcg,
  legend #slide-blog .bcg,
  .option_title #slide-blog .bcg {
    background-image: url(//mara-labs.com/cdn/shop/t/89/assets/slideshow_blog.jpg?v=26164); }
  label #slide-contact .bcg,
  legend #slide-contact .bcg,
  .option_title #slide-contact .bcg {
    background-image: url(//mara-labs.com/cdn/shop/t/89/assets/slideshow_contact.jpg?v=107492327948423023681783727746); }
  label #slide-collection .bcg,
  legend #slide-collection .bcg,
  .option_title #slide-collection .bcg {
    background-image: url(//mara-labs.com/cdn/shop/t/89/assets/BrocElite_Home_Page_resized.jpg?v=167903165616290796151783727746); }
  label #slide-collection .bcg-how,
  legend #slide-collection .bcg-how,
  .option_title #slide-collection .bcg-how {
    background-image: url(//mara-labs.com/cdn/shop/t/89/assets/BrocElite-Banner6-small.jpg?v=56969115191769187251783727745); }
  label #slide-collection .bcg-faq,
  legend #slide-collection .bcg-faq,
  .option_title #slide-collection .bcg-faq {
    background-image: url(//mara-labs.com/cdn/shop/t/89/assets/BrocElite-Banner1-small.jpg?v=2240873566720346241783727746); }
  label #slide-collection .bcg-return,
  legend #slide-collection .bcg-return,
  .option_title #slide-collection .bcg-return {
    background-image: url(//mara-labs.com/cdn/shop/t/89/assets/BrocElite-Banner3-small.jpg?v=113371390829025806721783727745); }
  label #slide-collection .bcg-about,
  legend #slide-collection .bcg-about,
  .option_title #slide-collection .bcg-about {
    background-image: url(//mara-labs.com/cdn/shop/t/89/assets/BrocElite-Banner9-small.jpg?v=164353580001425496041783727745); }
  label #slide-collection .bcg-contact,
  legend #slide-collection .bcg-contact,
  .option_title #slide-collection .bcg-contact {
    background-image: url(//mara-labs.com/cdn/shop/t/89/assets/broccoli-ground.jpg?v=38932180225781201881783727745); }
  label #slide-collection .bcg-blog,
  legend #slide-collection .bcg-blog,
  .option_title #slide-collection .bcg-blog {
    background-image: url(//mara-labs.com/cdn/shop/t/89/assets/leaf.jpg?v=75850218056999949581783727746); }
  label #slide-collection .bcg-science,
  legend #slide-collection .bcg-science,
  .option_title #slide-collection .bcg-science {
    background-image: url(//mara-labs.com/cdn/shop/t/89/assets/BrocElite-Banner3-small.jpg?v=113371390829025806721783727745); }
  label #slide-collection .bcg-privacy,
  legend #slide-collection .bcg-privacy,
  .option_title #slide-collection .bcg-privacy {
    background-image: url(//mara-labs.com/cdn/shop/t/89/assets/BrocElite-Banner8-small.jpg?v=73078578765551044441783727745); }
  label #slide-collection .bcg-terms,
  legend #slide-collection .bcg-terms,
  .option_title #slide-collection .bcg-terms {
    background-image: url(//mara-labs.com/cdn/shop/t/89/assets/BrocElite-Banner7-small.jpg?v=44166059020855556691783727745); }
  @media only screen and (max-width: 767px) {
    label .delay-0s, label .delay-025s, label .delay-05s, label .delay-075s, label .delay-1s,
    label .animate_right, label .animate_left, label .animate_up, label .animate_down,
    legend .delay-0s,
    legend .delay-025s,
    legend .delay-05s,
    legend .delay-075s,
    legend .delay-1s,
    legend .animate_right,
    legend .animate_left,
    legend .animate_up,
    legend .animate_down,
    .option_title .delay-0s,
    .option_title .delay-025s,
    .option_title .delay-05s,
    .option_title .delay-075s,
    .option_title .delay-1s,
    .option_title .animate_right,
    .option_title .animate_left,
    .option_title .animate_up,
    .option_title .animate_down {
      opacity: 1; }
    label .bcg,
    legend .bcg,
    .option_title .bcg {
      background-attachment: scroll; }
    label .bcg-how,
    legend .bcg-how,
    .option_title .bcg-how {
      background-attachment: scroll; }
    label .bcg-faq,
    legend .bcg-faq,
    .option_title .bcg-faq {
      background-attachment: scroll; }
    label .bcg-return,
    legend .bcg-return,
    .option_title .bcg-return {
      background-attachment: scroll; }
    label .bcg-about,
    legend .bcg-about,
    .option_title .bcg-about {
      background-attachment: scroll; }
    label .bcg-science,
    legend .bcg-science,
    .option_title .bcg-science {
      background-attachment: scroll; }
    label .bcg-privacy,
    legend .bcg-privacy,
    .option_title .bcg-privacy {
      background-attachment: scroll; }
    label .bcg-terms,
    legend .bcg-terms,
    .option_title .bcg-terms {
      background-attachment: scroll; }
    label #slide-1, label #slide-blog, label #slide-article, label #slide-contact, label #slide-collection,
    legend #slide-1,
    legend #slide-blog,
    legend #slide-article,
    legend #slide-contact,
    legend #slide-collection,
    .option_title #slide-1,
    .option_title #slide-blog,
    .option_title #slide-article,
    .option_title #slide-contact,
    .option_title #slide-collection {
      margin-top: 40px;
      background-color: transparent; }
    label .hsContainer a.action_button,
    legend .hsContainer a.action_button,
    .option_title .hsContainer a.action_button {
      padding: 2px 10px; } }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    label .bcg,
    legend .bcg,
    .option_title .bcg {
      background-attachment: scroll; } }
  label .contact-page,
  legend .contact-page,
  .option_title .contact-page {
    background-color: #e6e6e6; }
  label .home-page-nav,
  legend .home-page-nav,
  .option_title .home-page-nav {
    background-color: #fff;
    padding-top: 5%; }
  label .toggle,
  legend .toggle,
  .option_title .toggle {
    border-bottom: 0px solid #f5f5f5; }
  label .toggle p,
  legend .toggle p,
  .option_title .toggle p {
    margin-bottom: 0px;
    font-size: 15px;
    line-height: 26px; }
  label .toggle-title,
  legend .toggle-title,
  .option_title .toggle-title {
    position: relative;
    display: block;
    border-top: 2px solid #f5f5f5;
    margin-bottom: 6px; }
  label .toggle-title h3,
  legend .toggle-title h3,
  .option_title .toggle-title h3 {
    background-color: #fff;
    border-bottom: 0px solid #f5f5f5;
    padding: 10px;
    font-size: 18px;
    font-weight: normal;
    text-transform: none;
    letter-spacing: 3px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    cursor: pointer; }
  label .toggle-inner,
  legend .toggle-inner,
  .option_title .toggle-inner {
    padding: 7px 25px 10px 10px;
    display: none;
    margin: -7px 0 6px; }
  label .toggle-inner div,
  legend .toggle-inner div,
  .option_title .toggle-inner div {
    max-width: 100%; }
  label .toggle-title .title-name,
  legend .toggle-title .title-name,
  .option_title .toggle-title .title-name {
    display: block;
    padding: 0px; }
  label .toggle-title a i,
  legend .toggle-title a i,
  .option_title .toggle-title a i {
    font-size: 22px;
    margin-right: 5px; }
  label .toggle-title i,
  legend .toggle-title i,
  .option_title .toggle-title i {
    position: absolute;
    background: url(//mara-labs.com/cdn/shop/t/89/assets/plus_minus.png?v=81615222165458139141783727745) 0px -24px no-repeat;
    width: 24px;
    height: 24px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin: 5px;
    right: 0; }
  label .toggle-title.active .title-name,
  legend .toggle-title.active .title-name,
  .option_title .toggle-title.active .title-name {
    color: #00a651 !important; }
  label .toggle-title.active i,
  legend .toggle-title.active i,
  .option_title .toggle-title.active i {
    background: url(//mara-labs.com/cdn/shop/t/89/assets/plus_minus.png?v=81615222165458139141783727745) 0px 0px no-repeat; }
  label .uppercase,
  legend .uppercase,
  .option_title .uppercase {
    text-transform: uppercase; }
  label .our_mission,
  legend .our_mission,
  .option_title .our_mission {
    width: 100%;
    height: 100vh; }
    @media screen and (max-width: 768px) {
      label .our_mission,
      legend .our_mission,
      .option_title .our_mission {
        height: 30rem; } }
    @media screen and (max-width: 425px) {
      label .our_mission,
      legend .our_mission,
      .option_title .our_mission {
        height: 30rem; } }
    @media screen and (max-width: 320px) {
      label .our_mission,
      legend .our_mission,
      .option_title .our_mission {
        height: 30rem; } }
  label .ui.grid.hack-valign,
  legend .ui.grid.hack-valign,
  .option_title .ui.grid.hack-valign {
    padding-top: calc(50vh/2); }
    @media screen and (max-width: 768px) {
      label .ui.grid.hack-valign,
      legend .ui.grid.hack-valign,
      .option_title .ui.grid.hack-valign {
        padding-top: 6rem; } }
  label .valign,
  legend .valign,
  .option_title .valign {
    align-self: center !important; }
  label .valign-contents,
  legend .valign-contents,
  .option_title .valign-contents {
    align-items: center !important; }
  label .direction-column,
  legend .direction-column,
  .option_title .direction-column {
    flex-direction: column !important; }
  label .is-flex,
  legend .is-flex,
  .option_title .is-flex {
    display: flex !important; }
  label .slide-height,
  legend .slide-height,
  .option_title .slide-height {
    height: 100vh;
    min-height: 42rem; }
    label .slide-height.smaller,
    legend .slide-height.smaller,
    .option_title .slide-height.smaller {
      height: 40vh;
      min-height: 38rem; }
      @media screen and (max-width: 425px) {
        label .slide-height.smaller,
        legend .slide-height.smaller,
        .option_title .slide-height.smaller {
          height: 30rem;
          min-height: 30rem; } }
      @media screen and (max-width: 320px) {
        label .slide-height.smaller,
        legend .slide-height.smaller,
        .option_title .slide-height.smaller {
          height: 30rem;
          min-height: 30rem; } }
    @media screen and (max-width: 768px) {
      label .slide-height,
      legend .slide-height,
      .option_title .slide-height {
        height: 40rem;
        min-height: 30rem; } }
    @media screen and (max-width: 425px) {
      label .slide-height,
      legend .slide-height,
      .option_title .slide-height {
        height: 30rem;
        min-height: 30rem; } }
    @media screen and (max-width: 320px) {
      label .slide-height,
      legend .slide-height,
      .option_title .slide-height {
        height: 30rem;
        min-height: 30rem; } }
    label .slide-height.larger-mobile,
    legend .slide-height.larger-mobile,
    .option_title .slide-height.larger-mobile {
      height: 105rem; }
      @media screen and (max-width: 375px) {
        label .slide-height.larger-mobile,
        legend .slide-height.larger-mobile,
        .option_title .slide-height.larger-mobile {
          height: 105rem; } }
      @media screen and (max-width: 320px) {
        label .slide-height.larger-mobile,
        legend .slide-height.larger-mobile,
        .option_title .slide-height.larger-mobile {
          height: 105rem; } }
      @media screen and (min-width: 406px) {
        label .slide-height.larger-mobile,
        legend .slide-height.larger-mobile,
        .option_title .slide-height.larger-mobile {
          height: 122rem; } }
      @media screen and (min-width: 524px) {
        label .slide-height.larger-mobile,
        legend .slide-height.larger-mobile,
        .option_title .slide-height.larger-mobile {
          height: 132rem; } }
      @media screen and (min-width: 650px) {
        label .slide-height.larger-mobile,
        legend .slide-height.larger-mobile,
        .option_title .slide-height.larger-mobile {
          height: 180rem; } }
      @media screen and (min-width: 768px) {
        label .slide-height.larger-mobile,
        legend .slide-height.larger-mobile,
        .option_title .slide-height.larger-mobile {
          height: 60rem; } }
  label .height-120,
  legend .height-120,
  .option_title .height-120 {
    height: 120vh; }
    @media screen and (max-width: 768px) {
      label .height-120,
      legend .height-120,
      .option_title .height-120 {
        height: 14rem; } }
    @media screen and (max-width: 425px) {
      label .height-120,
      legend .height-120,
      .option_title .height-120 {
        height: 30rem; } }
  label .header-shop-button,
  legend .header-shop-button,
  .option_title .header-shop-button {
    margin-top: 4px !important;
    margin-right: 10px !important; }
  label .z-more,
  legend .z-more,
  .option_title .z-more {
    z-index: 6000; }
  label .main_image_area,
  legend .main_image_area,
  .option_title .main_image_area {
    z-index: 30;
    position: relative;
    background-attachment: unset;
    width: 100%;
    height: 100vh;
    background-image: url(//mara-labs.com/cdn/shop/t/89/assets/BrocElite_Home_Page_resized.jpg?v=167903165616290796151783727746);
    background-repeat: no-repeat;
    background-position: center 42%;
    background-size: cover; }
    label .main_image_area .columns,
    legend .main_image_area .columns,
    .option_title .main_image_area .columns {
      height: 30rem; }
    @media screen and (min-width: 650px) {
      label .main_image_area,
      legend .main_image_area,
      .option_title .main_image_area {
        background-attachment: fixed; } }
    @media screen and (max-width: 768px) {
      label .main_image_area,
      legend .main_image_area,
      .option_title .main_image_area {
        height: 30rem; } }
    @media screen and (max-width: 425px) {
      label .main_image_area,
      legend .main_image_area,
      .option_title .main_image_area {
        height: 30rem; } }
    @media screen and (max-width: 320px) {
      label .main_image_area,
      legend .main_image_area,
      .option_title .main_image_area {
        height: 40rem; } }
    label .main_image_area.larger,
    legend .main_image_area.larger,
    .option_title .main_image_area.larger {
      height: 200vh; }
      @media screen and (max-width: 768px) {
        label .main_image_area.larger,
        legend .main_image_area.larger,
        .option_title .main_image_area.larger {
          height: 50rem; } }
      @media screen and (max-width: 375px) {
        label .main_image_area.larger,
        legend .main_image_area.larger,
        .option_title .main_image_area.larger {
          height: 55rem; } }
      @media screen and (max-width: 320px) {
        label .main_image_area.larger,
        legend .main_image_area.larger,
        .option_title .main_image_area.larger {
          height: 62rem; } }
  label .with_shaded_bg,
  legend .with_shaded_bg,
  .option_title .with_shaded_bg {
    background: rgba(255, 255, 255, 0.7);
    width: 100%;
    height: 100vh; }
    @media screen and (max-width: 768px) {
      label .with_shaded_bg,
      legend .with_shaded_bg,
      .option_title .with_shaded_bg {
        height: 34rem; } }
    @media screen and (max-width: 375px) {
      label .with_shaded_bg,
      legend .with_shaded_bg,
      .option_title .with_shaded_bg {
        height: 40rem; } }
    @media screen and (max-width: 320px) {
      label .with_shaded_bg,
      legend .with_shaded_bg,
      .option_title .with_shaded_bg {
        height: 46rem; } }
  label .center-align-text,
  legend .center-align-text,
  .option_title .center-align-text {
    text-align: center !important; }
  label .marketing_text,
  legend .marketing_text,
  .option_title .marketing_text {
    top: 40%; }
    label .marketing_text p,
    legend .marketing_text p,
    .option_title .marketing_text p {
      margin-top: 0;
      text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.75), 1px 1px 2em rgba(0, 0, 0, 0.8);
      display: block;
      color: white;
      font-weight: bold;
      font-size: 2em; }
    label .marketing_text h1,
    legend .marketing_text h1,
    .option_title .marketing_text h1 {
      text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.75), 1px 1px 2em rgba(0, 0, 0, 0.8);
      display: block;
      color: white;
      font-weight: bold;
      font-size: 3em; }
    label .marketing_text h2,
    legend .marketing_text h2,
    .option_title .marketing_text h2 {
      text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.75), 1px 1px 2em rgba(0, 0, 0, 0.8);
      display: block;
      color: white;
      font-weight: bold;
      font-size: 2em;
      text-transform: none; }
    label .marketing_text h3,
    legend .marketing_text h3,
    .option_title .marketing_text h3 {
      text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.75), 1px 1px 2em rgba(0, 0, 0, 0.8);
      display: block;
      color: white;
      font-weight: bold;
      font-size: 3.2em;
      line-height: 1; }
      @media screen and (max-width: 425px) {
        label .marketing_text h3,
        legend .marketing_text h3,
        .option_title .marketing_text h3 {
          font-size: 2em; } }
  label [class*="tablet hidden"],
  legend [class*="tablet hidden"],
  .option_title [class*="tablet hidden"] {
    display: block; }
  @media only screen and (max-width: 768px) {
    label [class*="tablet hidden"],
    legend [class*="tablet hidden"],
    .option_title [class*="tablet hidden"] {
      display: none; } }
  label [class*="mobile hidden"],
  legend [class*="mobile hidden"],
  .option_title [class*="mobile hidden"] {
    display: block; }
  @media only screen and (max-width: 767px) {
    label [class*="mobile hidden"],
    legend [class*="mobile hidden"],
    .option_title [class*="mobile hidden"] {
      display: none !important; } }
  label .broccoli-miners,
  legend .broccoli-miners,
  .option_title .broccoli-miners {
    position: relative;
    height: 625px;
    background: url(//mara-labs.com/cdn/shop/t/89/assets/broccoli-mining.svg?v=15352569180189300451783727746);
    background-size: cover;
    width: 111%;
    left: -3%; }
    @media screen and (max-width: 1024px) {
      label .broccoli-miners,
      legend .broccoli-miners,
      .option_title .broccoli-miners {
        width: 104%;
        left: -4%; } }
    @media screen and (max-width: 768px) {
      label .broccoli-miners,
      legend .broccoli-miners,
      .option_title .broccoli-miners {
        width: 108%;
        height: 375px;
        left: -8%; } }
    @media screen and (max-width: 425px) {
      label .broccoli-miners,
      legend .broccoli-miners,
      .option_title .broccoli-miners {
        width: 114%;
        height: 222px;
        left: -14%; } }
  label .hide-overflow,
  legend .hide-overflow,
  .option_title .hide-overflow {
    overflow: hidden;
    position: relative; }
  label .green-uppercase,
  legend .green-uppercase,
  .option_title .green-uppercase {
    text-transform: uppercase;
    color: #009647; }
  label .green-text,
  legend .green-text,
  .option_title .green-text {
    font-size: 2rem;
    color: #009647; }
  label .position-relative,
  legend .position-relative,
  .option_title .position-relative {
    position: relative; }
  label .green-arrow,
  legend .green-arrow,
  .option_title .green-arrow {
    position: relative;
    top: 18px; }
  label .gold,
  legend .gold,
  .option_title .gold {
    color: #FEDD4A; }
  label .add-margin,
  legend .add-margin,
  .option_title .add-margin {
    margin-left: 10px !important;
    margin-right: 10px !important; }
  label .contact_image_area,
  legend .contact_image_area,
  .option_title .contact_image_area {
    position: relative;
    background-attachment: unset;
    width: 100%;
    height: 100vh;
    background-image: url(//mara-labs.com/cdn/shop/t/89/assets/kale-background.jpg?v=26164);
    background-repeat: no-repeat;
    background-position: center 42%;
    background-size: cover; }
    @media only screen and (max-width: 767px) {
      label .contact_image_area,
      legend .contact_image_area,
      .option_title .contact_image_area {
        height: 72rem; } }
  label .contact-form label,
  legend .contact-form label,
  .option_title .contact-form label {
    color: white;
    text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.75), 1px 1px 2em rgba(0, 0, 0, 0.8);
    display: block;
    color: white;
    font-weight: bold; }
  label .contact_text,
  legend .contact_text,
  .option_title .contact_text {
    top: 10%; }
    label .contact_text h1,
    legend .contact_text h1,
    .option_title .contact_text h1 {
      text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.75), 1px 1px 2em rgba(0, 0, 0, 0.8);
      display: block;
      color: white;
      font-weight: bold;
      font-size: 2em; }
    label .contact_text h2,
    legend .contact_text h2,
    .option_title .contact_text h2 {
      font-size: 1.3em;
      color: #00a651;
      font-weight: bold; }
  label .white_background,
  legend .white_background,
  .option_title .white_background {
    background: rgba(255, 255, 255, 0.9);
    padding: 10px;
    border-radius: 2px; }
    label .white_background a,
    legend .white_background a,
    .option_title .white_background a {
      color: black;
      font-weight: normal; }
    label .white_background div.center,
    legend .white_background div.center,
    .option_title .white_background div.center {
      margin: 0 auto;
      width: 80%; }
      @media only screen and (max-width: 768px) {
        label .white_background div.center,
        legend .white_background div.center,
        .option_title .white_background div.center {
          width: 90%; } }
  label figure.is-center img,
  legend figure.is-center img,
  .option_title figure.is-center img {
    margin: 0 auto; }
  label form label,
  legend form label,
  .option_title form label {
    font-weight: bold; }
  label .stack,
  legend .stack,
  .option_title .stack {
    float: left; }
    label .stack img,
    legend .stack img,
    .option_title .stack img {
      width: 40px; }
  label .contact_title,
  legend .contact_title,
  .option_title .contact_title {
    margin: 0;
    font-weight: bold;
    text-transform: uppercase; }
    label .contact_title img,
    legend .contact_title img,
    .option_title .contact_title img {
      width: 27px; }
  label a.faq-link-new,
  legend a.faq-link-new,
  .option_title a.faq-link-new {
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: bold;
    color: white; }
  label .about_image_area_one,
  legend .about_image_area_one,
  .option_title .about_image_area_one {
    line-height: 1.4rem;
    position: relative;
    background-attachment: unset;
    width: 100%;
    background-image: url(//mara-labs.com/cdn/shop/t/89/assets/about-bg-1.png?v=75359903084155212451783727746);
    background-repeat: no-repeat;
    background-position: right;
    height: 75vh;
    background-size: contain; }
    @media only screen and (max-width: 1439px) {
      label .about_image_area_one,
      legend .about_image_area_one,
      .option_title .about_image_area_one {
        height: 60vh; } }
    @media only screen and (max-width: 768px) {
      label .about_image_area_one,
      legend .about_image_area_one,
      .option_title .about_image_area_one {
        height: 35rem;
        background-position: right bottom; } }
  label .about_image_area_two,
  legend .about_image_area_two,
  .option_title .about_image_area_two {
    margin-top: 5rem;
    line-height: 1.4rem;
    position: relative;
    background-attachment: unset;
    width: 100%;
    background-image: url(//mara-labs.com/cdn/shop/t/89/assets/about-bg-2.png?v=106764717011694958571783727745);
    background-repeat: no-repeat;
    background-position: left;
    height: 73vh;
    background-size: contain; }
    @media only screen and (max-width: 1439px) {
      label .about_image_area_two,
      legend .about_image_area_two,
      .option_title .about_image_area_two {
        height: 73vh; } }
    @media only screen and (max-width: 768px) {
      label .about_image_area_two,
      legend .about_image_area_two,
      .option_title .about_image_area_two {
        margin-top: 0;
        height: 44rem;
        background-position: left bottom; } }
  label .about_image_area_three,
  legend .about_image_area_three,
  .option_title .about_image_area_three {
    margin-top: 5rem;
    line-height: 1.4rem;
    position: relative;
    background-attachment: unset;
    width: 100%;
    background-image: url(//mara-labs.com/cdn/shop/t/89/assets/about-bg-3.png?v=55035946820616723021783727745);
    background-repeat: no-repeat;
    background-position: left;
    height: 69vh;
    background-size: contain; }
    @media only screen and (max-width: 1439px) {
      label .about_image_area_three,
      legend .about_image_area_three,
      .option_title .about_image_area_three {
        height: 60vh; } }
    @media only screen and (max-width: 768px) {
      label .about_image_area_three,
      legend .about_image_area_three,
      .option_title .about_image_area_three {
        margin-top: 5rem;
        height: 24rem;
        background-position: left bottom; } }
  @media screen and (max-width: 767px) {
    label .marketing_text,
    legend .marketing_text,
    .option_title .marketing_text {
      top: 20%; } }
  label .svg-smaller,
  legend .svg-smaller,
  .option_title .svg-smaller {
    width: 100%; }
    @media screen and (max-width: 767px) {
      label .svg-smaller,
      legend .svg-smaller,
      .option_title .svg-smaller {
        width: 65%; } }
  label .svg-medium,
  legend .svg-medium,
  .option_title .svg-medium {
    width: 100%; }
    @media screen and (max-width: 767px) {
      label .svg-medium,
      legend .svg-medium,
      .option_title .svg-medium {
        width: 85%; } }
  label .svg-larger,
  legend .svg-larger,
  .option_title .svg-larger {
    width: 100%; }
    @media screen and (max-width: 767px) {
      label .svg-larger,
      legend .svg-larger,
      .option_title .svg-larger {
        width: 120%; } }
  label .flex-center,
  legend .flex-center,
  .option_title .flex-center {
    align-items: center !important; }
  label .fixed,
  legend .fixed,
  .option_title .fixed {
    background: white !important;
    box-shadow: 1px 1px 1em rgba(0, 0, 0, 0.4); }
  label .black_text,
  legend .black_text,
  .option_title .black_text {
    color: #000 !important; }
  label .constrain-height,
  legend .constrain-height,
  .option_title .constrain-height {
    max-height: 400px; }
    label .constrain-height img,
    legend .constrain-height img,
    .option_title .constrain-height img {
      max-height: 400px; }
  label .constrain-height-100,
  legend .constrain-height-100,
  .option_title .constrain-height-100 {
    max-height: 100%;
    height: 85%;
    width: 85%; }
    @media screen and (max-width: 768px) {
      label .constrain-height-100,
      legend .constrain-height-100,
      .option_title .constrain-height-100 {
        height: 45%;
        width: 45%; } }
    label .constrain-height-100 img,
    legend .constrain-height-100 img,
    .option_title .constrain-height-100 img {
      max-height: 100%;
      height: 85%;
      width: 85%; }
      @media screen and (max-width: 768px) {
        label .constrain-height-100 img,
        legend .constrain-height-100 img,
        .option_title .constrain-height-100 img {
          height: 45%;
          width: 45%; } }
  label .smaller-image,
  legend .smaller-image,
  .option_title .smaller-image {
    height: 150px; }
    label .smaller-image img,
    legend .smaller-image img,
    .option_title .smaller-image img {
      height: 150px; }
  @media screen and (min-width: 769px) {
    label .margin-bottom-not-mobile,
    legend .margin-bottom-not-mobile,
    .option_title .margin-bottom-not-mobile {
      margin-bottom: 30px; } }
  @media screen and (min-width: 769px) {
    label .is-visible-touch-only,
    legend .is-visible-touch-only,
    .option_title .is-visible-touch-only {
      display: none; } }
  label h3.adjust-for-touch,
  legend h3.adjust-for-touch,
  .option_title h3.adjust-for-touch {
    margin: 7px !important;
    line-height: normal !important; }
  label .has-margin-bottom-5,
  legend .has-margin-bottom-5,
  .option_title .has-margin-bottom-5 {
    margin-bottom: 20px; }
  label ul.fa,
  legend ul.fa,
  .option_title ul.fa {
    list-style: none;
    padding: 0; }
    label ul.fa li,
    legend ul.fa li,
    .option_title ul.fa li {
      font-size: 25px;
      line-height: 1.8rem;
      padding-left: 1.3em; }
    label ul.fa li:before,
    legend ul.fa li:before,
    .option_title ul.fa li:before {
      content: "\f00c";
      /* FontAwesome Unicode */
      display: inline-block;
      margin-left: -1.3em;
      /* same as padding-left set on li */
      width: 1.3em;
      /* same as padding-left set on li */ }
  @media screen and (max-width: 768px) {
    label .smaller-image-benefits img,
    legend .smaller-image-benefits img,
    .option_title .smaller-image-benefits img {
      width: 30%; }
    label .smaller-mbg img,
    legend .smaller-mbg img,
    .option_title .smaller-mbg img {
      width: 70% !important; }
    label .land_1_3_6 p,
    legend .land_1_3_6 p,
    .option_title .land_1_3_6 p {
      font-size: 1.15rem; } }
  label .land_1_3_6,
  legend .land_1_3_6,
  .option_title .land_1_3_6 {
    font-size: 1.05rem; }
    label .land_1_3_6 .title.is-5,
    legend .land_1_3_6 .title.is-5,
    .option_title .land_1_3_6 .title.is-5 {
      transition: 2s all; }
    label .land_1_3_6 .title.is-5:hover,
    legend .land_1_3_6 .title.is-5:hover,
    .option_title .land_1_3_6 .title.is-5:hover {
      color: black !important; }
    label .land_1_3_6 .card-image,
    legend .land_1_3_6 .card-image,
    .option_title .land_1_3_6 .card-image {
      padding-top: 30px;
      margin-bottom: 30px; }
    label .land_1_3_6 h1, label .land_1_3_6 h2, label .land_1_3_6 h3, label .land_1_3_6 h4,
    legend .land_1_3_6 h1,
    legend .land_1_3_6 h2,
    legend .land_1_3_6 h3,
    legend .land_1_3_6 h4,
    .option_title .land_1_3_6 h1,
    .option_title .land_1_3_6 h2,
    .option_title .land_1_3_6 h3,
    .option_title .land_1_3_6 h4 {
      text-transform: none; }
    label .land_1_3_6 p,
    legend .land_1_3_6 p,
    .option_title .land_1_3_6 p {
      font-size: 1.05rem; }
  label h1, label h2, label h3,
  legend h1,
  legend h2,
  legend h3,
  .option_title h1,
  .option_title h2,
  .option_title h3 {
    letter-spacing: 1px !important; }
  label .gray-bg,
  legend .gray-bg,
  .option_title .gray-bg {
    background: #F3F2F1; }
  label .green-bg,
  legend .green-bg,
  .option_title .green-bg {
    background: #0ba14b; }
    label .green-bg .columns,
    legend .green-bg .columns,
    .option_title .green-bg .columns {
      min-height: 200px; }
  label .yellow-bg,
  legend .yellow-bg,
  .option_title .yellow-bg {
    background: #EDB91D; }
    label .yellow-bg .columns,
    legend .yellow-bg .columns,
    .option_title .yellow-bg .columns {
      min-height: 200px; }
  label .amazon-banner,
  legend .amazon-banner,
  .option_title .amazon-banner {
    background: #3473DC;
    color: white !important; }
  label .white-text,
  legend .white-text,
  .option_title .white-text {
    color: white !important; }
  label .is-uppercase,
  legend .is-uppercase,
  .option_title .is-uppercase {
    text-transform: uppercase; }
  label .is-bold,
  legend .is-bold,
  .option_title .is-bold {
    font-weight: bold; }
  label .is-size-1,
  legend .is-size-1,
  .option_title .is-size-1 {
    font-size: 4rem;
    line-height: 1.2; }
  label .is-size-2,
  legend .is-size-2,
  .option_title .is-size-2 {
    font-size: 3rem;
    line-height: 1.2; }
    @media screen and (max-width: 320px) {
      label .is-size-2,
      legend .is-size-2,
      .option_title .is-size-2 {
        font-size: 2.8rem; } }
  label .is-size-3,
  legend .is-size-3,
  .option_title .is-size-3 {
    font-size: 2rem;
    line-height: 1.2; }
  label .is-size-3-4,
  legend .is-size-3-4,
  .option_title .is-size-3-4 {
    font-size: 1.3rem;
    line-height: 1.2; }
  label .is-size-4,
  legend .is-size-4,
  .option_title .is-size-4 {
    font-size: 1rem;
    line-height: 1.2; }
  label p.larger-text,
  legend p.larger-text,
  .option_title p.larger-text {
    font-size: 1.3rem; }
  label .top.margin.mobile-only,
  legend .top.margin.mobile-only,
  .option_title .top.margin.mobile-only {
    margin-top: 1rem; }
  label .top.margin.half,
  legend .top.margin.half,
  .option_title .top.margin.half {
    margin-top: 0.5rem; }
  label .top.margin.one,
  legend .top.margin.one,
  .option_title .top.margin.one {
    margin-top: 1rem; }
  label .top.margin.two,
  legend .top.margin.two,
  .option_title .top.margin.two {
    margin-top: 2rem; }
  label .top.margin.four,
  legend .top.margin.four,
  .option_title .top.margin.four {
    margin-top: 4rem; }
  label .top.margin.five,
  legend .top.margin.five,
  .option_title .top.margin.five {
    margin-top: 5rem; }
  label .top.margin.six,
  legend .top.margin.six,
  .option_title .top.margin.six {
    margin-top: 6rem; }
  label .top.margin.eight,
  legend .top.margin.eight,
  .option_title .top.margin.eight {
    margin-top: 8rem; }
  label .top.margin.ten,
  legend .top.margin.ten,
  .option_title .top.margin.ten {
    margin-top: 10rem; }
    @media screen and (max-width: 1024px) {
      label .top.margin.ten,
      legend .top.margin.ten,
      .option_title .top.margin.ten {
        margin-top: 5rem; } }
    @media screen and (max-width: 768px) {
      label .top.margin.ten,
      legend .top.margin.ten,
      .option_title .top.margin.ten {
        margin-top: 2rem; } }
  label .top.margin.twelve,
  legend .top.margin.twelve,
  .option_title .top.margin.twelve {
    margin-top: 12rem; }
  label .top.margin.sixteen,
  legend .top.margin.sixteen,
  .option_title .top.margin.sixteen {
    margin-top: 16rem; }
    @media screen and (max-width: 768px) {
      label .top.margin.sixteen,
      legend .top.margin.sixteen,
      .option_title .top.margin.sixteen {
        margin-top: 12rem; } }
  label .top.margin.negative.less,
  legend .top.margin.negative.less,
  .option_title .top.margin.negative.less {
    margin-top: -2rem; }
  label .top.margin.negative.medium,
  legend .top.margin.negative.medium,
  .option_title .top.margin.negative.medium {
    margin-top: -5rem; }
  label .top.margin.negative.medium-large,
  legend .top.margin.negative.medium-large,
  .option_title .top.margin.negative.medium-large {
    margin-top: -8rem; }
  label .top.margin.negative.more,
  legend .top.margin.negative.more,
  .option_title .top.margin.negative.more {
    margin-top: -10rem; }
  label .top.padding.footer-pad,
  legend .top.padding.footer-pad,
  .option_title .top.padding.footer-pad {
    padding-top: 0.5rem; }
  label .top.padding.one,
  legend .top.padding.one,
  .option_title .top.padding.one {
    padding-top: 1rem; }
  label .top.padding.least,
  legend .top.padding.least,
  .option_title .top.padding.least {
    padding-top: 1.5rem; }
  label .top.padding.two,
  legend .top.padding.two,
  .option_title .top.padding.two {
    padding-top: 2rem; }
  label .top.padding.four,
  legend .top.padding.four,
  .option_title .top.padding.four {
    padding-top: 4rem; }
  label .top.padding.six,
  legend .top.padding.six,
  .option_title .top.padding.six {
    padding-top: 6rem; }
  label .bottom.margin.two,
  legend .bottom.margin.two,
  .option_title .bottom.margin.two {
    margin-bottom: 2rem; }
  label .bottom.margin.four,
  legend .bottom.margin.four,
  .option_title .bottom.margin.four {
    margin-bottom: 4rem; }
  label .bottom.margin.six,
  legend .bottom.margin.six,
  .option_title .bottom.margin.six {
    margin-bottom: 6rem; }
  label .bottom.padding.least,
  legend .bottom.padding.least,
  .option_title .bottom.padding.least {
    padding-bottom: 1.5rem; }
  label .bottom.padding.two,
  legend .bottom.padding.two,
  .option_title .bottom.padding.two {
    padding-bottom: 2rem; }
  label .bottom.padding.four,
  legend .bottom.padding.four,
  .option_title .bottom.padding.four {
    padding-bottom: 4rem; }
  label .bottom.padding.six,
  legend .bottom.padding.six,
  .option_title .bottom.padding.six {
    padding-bottom: 6rem; }
  label .left.margin.none,
  legend .left.margin.none,
  .option_title .left.margin.none {
    margin-left: 0 !important; }
  label .left.margin.two,
  legend .left.margin.two,
  .option_title .left.margin.two {
    margin-left: 2rem; }
  label .left.margin.four,
  legend .left.margin.four,
  .option_title .left.margin.four {
    margin-left: 4rem; }
  label .left.margin.six,
  legend .left.margin.six,
  .option_title .left.margin.six {
    margin-left: 6rem; }
  label .left.padding.none,
  legend .left.padding.none,
  .option_title .left.padding.none {
    padding-left: 0 !important; }
  label .left.padding.least,
  legend .left.padding.least,
  .option_title .left.padding.least {
    padding-left: 1.5rem; }
  label .left.padding.two,
  legend .left.padding.two,
  .option_title .left.padding.two {
    padding-left: 2rem; }
  label .left.padding.four,
  legend .left.padding.four,
  .option_title .left.padding.four {
    padding-left: 4rem; }
  label .left.padding.six,
  legend .left.padding.six,
  .option_title .left.padding.six {
    padding-left: 6rem; }
  label .right.margin.four-percent,
  legend .right.margin.four-percent,
  .option_title .right.margin.four-percent {
    margin-right: 4%; }
  label .right.margin.two,
  legend .right.margin.two,
  .option_title .right.margin.two {
    margin-right: 2rem; }
  label .right.margin.three,
  legend .right.margin.three,
  .option_title .right.margin.three {
    margin-right: 3rem; }
  label .right.margin.four,
  legend .right.margin.four,
  .option_title .right.margin.four {
    margin-right: 4rem; }
  label .right.margin.six,
  legend .right.margin.six,
  .option_title .right.margin.six {
    margin-right: 6rem; }
  label .right.padding.none,
  legend .right.padding.none,
  .option_title .right.padding.none {
    padding-right: 0 !important; }
  label .right.padding.least,
  legend .right.padding.least,
  .option_title .right.padding.least {
    padding-right: 1.5rem; }
  label .right.padding.two,
  legend .right.padding.two,
  .option_title .right.padding.two {
    padding-right: 2rem; }
  label .right.padding.four,
  legend .right.padding.four,
  .option_title .right.padding.four {
    padding-right: 4rem; }
  label .right.padding.six,
  legend .right.padding.six,
  .option_title .right.padding.six {
    padding-right: 6rem; }
  label .no-icon,
  legend .no-icon,
  .option_title .no-icon {
    font-size: 0; }
  label .has-vertically-aligned-content,
  legend .has-vertically-aligned-content,
  .option_title .has-vertically-aligned-content {
    display: flex;
    flex-direction: column;
    justify-content: center; }
  label .broccoli-bg-01,
  legend .broccoli-bg-01,
  .option_title .broccoli-bg-01 {
    background: radial-gradient(circle, rgba(10, 10, 10, 0.55) 0%, rgba(80, 80, 80, 0.25) 64%, rgba(226, 226, 226, 0.2) 100%), rgba(0, 0, 0, 0.55) url(//mara-labs.com/cdn/shop/t/89/assets/brocElite_phase_2_home_page.png?v=83153889045971541801783727746) no-repeat;
    background-attachment: fixed;
    background-size: cover; }
  label .hero-new,
  legend .hero-new,
  .option_title .hero-new {
    height: 530px;
    background-image: url("//mara-labs.com/cdn/shop/t/89/assets/broccoli-bowl-affiliate-landing.jpg?v=123670657949110539381783727745");
    background: radial-gradient(circle, rgba(10, 10, 10, 0.85) 0%, rgba(80, 80, 80, 0.5) 64%, rgba(226, 226, 226, 0.4) 100%), rgba(0, 0, 0, 0.85) url(//mara-labs.com/cdn/shop/t/89/assets/broccoli-bowl-affiliate-landing.jpg?v=123670657949110539381783727745) no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: 0px -103px;
    color: white;
    box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }
    @media screen and (max-width: 768px) {
      label .hero-new,
      legend .hero-new,
      .option_title .hero-new {
        background: url("//mara-labs.com/cdn/shop/t/89/assets/broccoli-bowl-affiliate-landing.jpg?v=123670657949110539381783727745");
        background: radial-gradient(circle, rgba(10, 10, 10, 0.85) 0%, rgba(80, 80, 80, 0.5) 64%, rgba(226, 226, 226, 0.4) 100%), rgba(0, 0, 0, 0.85) url(//mara-labs.com/cdn/shop/t/89/assets/broccoli-bowl-affiliate-landing.jpg?v=123670657949110539381783727745) no-repeat;
        background-size: cover;
        background-position: bottom;
        height: 720px; } }
    label .hero-new .container h1,
    legend .hero-new .container h1,
    .option_title .hero-new .container h1 {
      font-size: 38px;
      color: white;
      font-weight: bold;
      padding: 5px 0 0 0; }
    label .hero-new .container h2,
    legend .hero-new .container h2,
    .option_title .hero-new .container h2 {
      font-size: 26px;
      color: white;
      font-weight: bold;
      padding: 0 0 0 0; }
  label .hero-berb,
  legend .hero-berb,
  .option_title .hero-berb {
    height: 530px;
    background-image: url("//mara-labs.com/cdn/shop/t/89/assets/berb-bg.jpg?v=139502586217408313621783727746");
    background: radial-gradient(circle, rgba(10, 10, 10, 0.85) 0%, rgba(80, 80, 80, 0.5) 64%, rgba(226, 226, 226, 0.4) 100%), rgba(0, 0, 0, 0.85) url(//mara-labs.com/cdn/shop/t/89/assets/broccoli-bowl-affiliate-landing.jpg?v=123670657949110539381783727745) no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: 0px -103px;
    color: white;
    box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }
    @media screen and (max-width: 768px) {
      label .hero-berb,
      legend .hero-berb,
      .option_title .hero-berb {
        background: url("//mara-labs.com/cdn/shop/t/89/assets/berb-bg.jpg?v=139502586217408313621783727746");
        background: radial-gradient(circle, rgba(10, 10, 10, 0.85) 0%, rgba(80, 80, 80, 0.5) 64%, rgba(226, 226, 226, 0.4) 100%), rgba(0, 0, 0, 0.85) url(//mara-labs.com/cdn/shop/t/89/assets/broccoli-bowl-affiliate-landing.jpg?v=123670657949110539381783727745) no-repeat;
        background-size: cover;
        background-position: bottom;
        height: 720px; } }
    label .hero-berb .container h1,
    legend .hero-berb .container h1,
    .option_title .hero-berb .container h1 {
      font-size: 38px;
      color: white;
      font-weight: bold;
      padding: 5px 0 0 0; }
    label .hero-berb .container h2,
    legend .hero-berb .container h2,
    .option_title .hero-berb .container h2 {
      font-size: 26px;
      color: white;
      font-weight: bold;
      padding: 0 0 0 0; }
  label .offset-top-negative,
  legend .offset-top-negative,
  .option_title .offset-top-negative {
    margin-top: -140px; }
    @media screen and (max-width: 768px) {
      label .offset-top-negative,
      legend .offset-top-negative,
      .option_title .offset-top-negative {
        margin-top: 0; } }
  label .navbar.blue,
  legend .navbar.blue,
  .option_title .navbar.blue {
    background: #3273dc; }
  label .nav-text,
  legend .nav-text,
  .option_title .nav-text {
    vertical-align: middle;
    background: #3273dc;
    color: white;
    width: 100%; }
    label .nav-text h3,
    legend .nav-text h3,
    .option_title .nav-text h3 {
      margin-top: 9px;
      color: white;
      text-transform: none; }
  label .green-text,
  legend .green-text,
  .option_title .green-text {
    color: #0ba14b !important; }
  label .blue-background,
  legend .blue-background,
  .option_title .blue-background {
    background: #cde2f5; }
  label .content h2:not(:first-child),
  legend .content h2:not(:first-child),
  .option_title .content h2:not(:first-child) {
    margin-top: 0; }
  label .flex-centered-vertical,
  legend .flex-centered-vertical,
  .option_title .flex-centered-vertical {
    display: flex;
    align-items: center; }
  label .spacer-height-medium,
  legend .spacer-height-medium,
  .option_title .spacer-height-medium {
    height: 21rem; }
  label .spacer-height-small,
  legend .spacer-height-small,
  .option_title .spacer-height-small {
    height: 7rem; }
  label .blue_slide,
  legend .blue_slide,
  .option_title .blue_slide {
    background: #cde2f5;
    padding: 25px; }
    label .blue_slide .add-padding,
    legend .blue_slide .add-padding,
    .option_title .blue_slide .add-padding {
      padding: 35px; }
  label .column.add-padding,
  legend .column.add-padding,
  .option_title .column.add-padding {
    padding: 35px; }
  label .spacer-15,
  legend .spacer-15,
  .option_title .spacer-15 {
    height: 15rem;
    width: 100%; }
  label .negative-top-margin,
  legend .negative-top-margin,
  .option_title .negative-top-margin {
    margin-top: -18rem; }
  label .very-light-bg,
  legend .very-light-bg,
  .option_title .very-light-bg {
    background: #eff0f3; }
  label .very-light-bg-desktop,
  legend .very-light-bg-desktop,
  .option_title .very-light-bg-desktop {
    background: #eff0f3; }
    @media screen and (max-width: 768px) {
      label .very-light-bg-desktop,
      legend .very-light-bg-desktop,
      .option_title .very-light-bg-desktop {
        background: none; } }
  label .position-down,
  legend .position-down,
  .option_title .position-down {
    position: relative;
    top: 1rem; }
  label .position-down-spacer,
  legend .position-down-spacer,
  .option_title .position-down-spacer {
    height: 18rem;
    width: 100%; }
    @media screen and (max-width: 768px) {
      label .position-down-spacer,
      legend .position-down-spacer,
      .option_title .position-down-spacer {
        height: 69rem; } }
    @media screen and (max-width: 415px) {
      label .position-down-spacer,
      legend .position-down-spacer,
      .option_title .position-down-spacer {
        height: 50rem; } }
    @media screen and (max-width: 615px) {
      label .position-down-spacer,
      legend .position-down-spacer,
      .option_title .position-down-spacer {
        height: 58rem; } }
  label .m-bottom,
  legend .m-bottom,
  .option_title .m-bottom {
    margin-bottom: 2rem; }
  label .m-top-2,
  legend .m-top-2,
  .option_title .m-top-2 {
    margin-top: 2rem; }
  label .joints_hurt,
  legend .joints_hurt,
  .option_title .joints_hurt {
    background: url(//mara-labs.com/cdn/shop/t/89/assets/image-knee.jpg?v=37351423490681444741783727746) no-repeat top center;
    background-size: cover;
    background-position: 0 -166px;
    max-height: 400px; }
  label .broccoli-spr,
  legend .broccoli-spr,
  .option_title .broccoli-spr {
    background-image: url(//mara-labs.com/cdn/shop/t/89/assets/BrocElite_Home_Page_resized.jpg?v=167903165616290796151783727746);
    background-repeat: no-repeat;
    background-position: center 42%;
    background-size: cover; }
    label .broccoli-spr p,
    legend .broccoli-spr p,
    .option_title .broccoli-spr p {
      margin-top: 0;
      text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.75), 1px 1px 2em rgba(0, 0, 0, 0.8);
      display: block;
      color: white;
      font-weight: bold;
      font-size: 7em; }
      @media screen and (max-width: 768px) {
        label .broccoli-spr p,
        legend .broccoli-spr p,
        .option_title .broccoli-spr p {
          font-size: 2em; } }
    label .broccoli-spr .columns,
    legend .broccoli-spr .columns,
    .option_title .broccoli-spr .columns {
      height: 40rem; }
      @media screen and (max-width: 768px) {
        label .broccoli-spr .columns,
        legend .broccoli-spr .columns,
        .option_title .broccoli-spr .columns {
          height: 20rem; } }
  label .blank_slide .columns,
  legend .blank_slide .columns,
  .option_title .blank_slide .columns {
    height: 20rem; }
  label .move-right,
  legend .move-right,
  .option_title .move-right {
    position: relative;
    right: -12rem;
    width: 60%; }
  label p,
  legend p,
  .option_title p {
    line-height: 1.5em; }
  label ol.green,
  legend ol.green,
  .option_title ol.green {
    display: block;
    padding: 0 0 0 26px;
    list-style: none;
    overflow: hidden; }
    label ol.green li,
    legend ol.green li,
    .option_title ol.green li {
      margin-bottom: 4rem;
      padding-left: 20px;
      float: left;
      position: relative; }
    label ol.green li span,
    legend ol.green li span,
    .option_title ol.green li span {
      float: left;
      position: absolute;
      left: -26px;
      text-align: center;
      color: #fff;
      line-height: 28px;
      border-radius: 15px;
      width: 30px;
      height: 30px;
      background: #0ba14b; }
  label ul.green,
  legend ul.green,
  .option_title ul.green {
    list-style: none;
    /* Remove default bullets */ }
    label ul.green li::before,
    legend ul.green li::before,
    .option_title ul.green li::before {
      content: "\2022";
      /* Add content: \2022 is the CSS Code/unicode for a bullet */
      color: #0ba14b;
      /* Change the color */
      font-weight: bold;
      /* If you want it to be bold */
      display: inline-block;
      /* Needed to add space between the bullet and the text */
      width: 1em;
      /* Also needed for space (tweak if needed) */
      margin-left: -1em;
      /* Also needed for space (tweak if needed) */ }
    @media screen and (max-width: 768px) {
      label ul.green,
      legend ul.green,
      .option_title ul.green {
        margin-left: 0 !important; }
        label ul.green li::before,
        legend ul.green li::before,
        .option_title ul.green li::before {
          content: none; } }
  label .rel,
  legend .rel,
  .option_title .rel {
    position: relative; }
  label .rel-400,
  legend .rel-400,
  .option_title .rel-400 {
    height: 400px; }
    @media screen and (max-width: 768px) {
      label .rel-400,
      legend .rel-400,
      .option_title .rel-400 {
        height: auto; } }
  label .float-down-desktop,
  legend .float-down-desktop,
  .option_title .float-down-desktop {
    position: absolute;
    bottom: 0; }
    @media screen and (max-width: 768px) {
      label .float-down-desktop,
      legend .float-down-desktop,
      .option_title .float-down-desktop {
        position: relative; } }
  label .float-down-desktop-button,
  legend .float-down-desktop-button,
  .option_title .float-down-desktop-button {
    position: absolute;
    bottom: 80px; }
    @media screen and (max-width: 768px) {
      label .float-down-desktop-button,
      legend .float-down-desktop-button,
      .option_title .float-down-desktop-button {
        position: relative; } }
  label .sprout-bg,
  legend .sprout-bg,
  .option_title .sprout-bg {
    background: url(//mara-labs.com/cdn/shop/t/89/assets/sprouts-bg-mobile.png?v=26674592052624836041783727746) no-repeat top center;
    background-size: contain; }
  label p.no-margin,
  legend p.no-margin,
  .option_title p.no-margin {
    margin: 0 !important;
    line-height: 1.3; }
  label .normal-text,
  legend .normal-text,
  .option_title .normal-text {
    text-transform: none; }
  label .trust-nature,
  legend .trust-nature,
  .option_title .trust-nature {
    background: #f0f2f5; }
  label .full-size-image,
  legend .full-size-image,
  .option_title .full-size-image {
    width: 100%; }
  label .center-element,
  legend .center-element,
  .option_title .center-element {
    margin: 0 auto; }
  label .centered-elements,
  legend .centered-elements,
  .option_title .centered-elements {
    justify-content: center; }
  label .transparent-gradient-bg,
  legend .transparent-gradient-bg,
  .option_title .transparent-gradient-bg {
    /*background: -moz-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 22%, rgba(255,255,255,0) 91%, rgba(255,255,255,0) 95%, rgba(0,0,0,0) 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(22%, rgba(255,255,255,1)), color-stop(91%, rgba(255,255,255,0)), color-stop(95%, rgba(255,255,255,0)), color-stop(100%, rgba(0,0,0,0)));
    background:-webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 22%, rgba(255,255,255,0) 91%, rgba(255,255,255,0) 95%, rgba(0,0,0,0) 100%);
    background: -o-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 22%, rgba(255,255,255,0) 91%, rgba(255,255,255,0) 95%, rgba(0,0,0,0) 100%);
    background: -ms-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 22%, rgba(255,255,255,0) 91%, rgba(255,255,255,0) 95%, rgba(0,0,0,0) 100%);
    background:radial-gradient(ellipse at center, rgba(255,255,255,1) 22%, rgba(255,255,255,0) 91%, rgba(255,255,255,0) 95%, rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=1 );*/
    background: -moz-radial-gradient(center, ellipse cover, white 46%, rgba(255, 255, 255, 0) 91%, rgba(255, 255, 255, 0) 95%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(46%, white), color-stop(91%, rgba(255, 255, 255, 0)), color-stop(95%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(0, 0, 0, 0)));
    background: -webkit-radial-gradient(center, ellipse cover, white 46%, rgba(255, 255, 255, 0) 91%, rgba(255, 255, 255, 0) 95%, rgba(0, 0, 0, 0) 100%);
    background: -o-radial-gradient(center, ellipse cover, white 46%, rgba(255, 255, 255, 0) 91%, rgba(255, 255, 255, 0) 95%, rgba(0, 0, 0, 0) 100%);
    background: -ms-radial-gradient(center, ellipse cover, white 46%, rgba(255, 255, 255, 0) 91%, rgba(255, 255, 255, 0) 95%, rgba(0, 0, 0, 0) 100%);
    background: radial-gradient(ellipse at center, white 46%, rgba(255, 255, 255, 0) 91%, rgba(255, 255, 255, 0) 95%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#000000',GradientType=1 ); }
  label .hero.hero_image_area,
  legend .hero.hero_image_area,
  .option_title .hero.hero_image_area {
    background-image: url("//mara-labs.com/cdn/shop/t/89/assets/custom_bg.png?v=26164"); }
  label h1.home-page-hero,
  legend h1.home-page-hero,
  .option_title h1.home-page-hero {
    text-transform: none;
    font-size: 38px;
    font-weight: bold;
    line-height: 1em; }
  label h2.home-page-hero,
  legend h2.home-page-hero,
  .option_title h2.home-page-hero {
    text-transform: none;
    font-size: 25px;
    font-weight: bold;
    line-height: 1em; }
  label ul.home-page-hero li,
  legend ul.home-page-hero li,
  .option_title ul.home-page-hero li {
    font-size: 17px;
    margin-bottom: 4px; }
  label p.home-page-hero,
  legend p.home-page-hero,
  .option_title p.home-page-hero {
    font-size: 17px; }
  label p.larger-bold,
  legend p.larger-bold,
  .option_title p.larger-bold {
    font-weight: bold;
    font-size: 16px; }
  label h3.no-caps,
  legend h3.no-caps,
  .option_title h3.no-caps {
    text-transform: none;
    font-size: 24px;
    font-weight: bold; }
    label h3.no-caps.white,
    legend h3.no-caps.white,
    .option_title h3.no-caps.white {
      color: white; }
  label ol.faq li b,
  legend ol.faq li b,
  .option_title ol.faq li b {
    font-size: 18px; }
  label ol.faq li p,
  legend ol.faq li p,
  .option_title ol.faq li p {
    font-size: 16px;
    margin-top: 8px;
    margin-bottom: 16px; }
  label .is-shady,
  legend .is-shady,
  .option_title .is-shady {
    animation: flyintoright .4s backwards;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.1) 0 1px 0;
    border-radius: 4px;
    display: inline-block;
    margin: 10px;
    position: relative;
    transition: all .2s ease-in-out; }
  label .is-shady:hover,
  legend .is-shady:hover,
  .option_title .is-shady:hover {
    box-shadow: 0 10px 16px rgba(0, 0, 0, 0.13), 0 6px 6px rgba(0, 0, 0, 0.19); }
  label .is-hover-shadow,
  legend .is-hover-shadow,
  .option_title .is-hover-shadow {
    animation: flyintoright .4s backwards;
    transition: all .2s ease-in-out; }
  label .is-hover-shadow:hover,
  legend .is-hover-shadow:hover,
  .option_title .is-hover-shadow:hover {
    box-shadow: 0 10px 16px rgba(0, 0, 0, 0.13), 0 6px 6px rgba(0, 0, 0, 0.19); }
  label .gray-bg,
  legend .gray-bg,
  .option_title .gray-bg {
    background: #dddddd; }
  label .gray-bg-light,
  legend .gray-bg-light,
  .option_title .gray-bg-light {
    background: #eeeeee; }
    label .gray-bg-light.more-pad,
    legend .gray-bg-light.more-pad,
    .option_title .gray-bg-light.more-pad {
      padding-top: 50px;
      padding-bottom: 20px; }
  label .white-bg,
  legend .white-bg,
  .option_title .white-bg {
    background: white; }
  label .history,
  legend .history,
  .option_title .history {
    font-size: 16px; }
  label .home-page-fa,
  legend .home-page-fa,
  .option_title .home-page-fa {
    font-size: 50px;
    line-height: 20px;
    color: #0ba14b; }
  label .landing-page-fa,
  legend .landing-page-fa,
  .option_title .landing-page-fa {
    font-size: 30px;
    line-height: 10px;
    color: #3273dc; }
  label div.navbar-item a, label div.navbar-item a.visited,
  legend div.navbar-item a,
  legend div.navbar-item a.visited,
  .option_title div.navbar-item a,
  .option_title div.navbar-item a.visited {
    color: white; }
  label div.navbar-end a, label div.navbar-end a.visited,
  legend div.navbar-end a,
  legend div.navbar-end a.visited,
  .option_title div.navbar-end a,
  .option_title div.navbar-end a.visited {
    color: white; }
  label .navbar-link:not(.is-arrowless)::after,
  legend .navbar-link:not(.is-arrowless)::after,
  .option_title .navbar-link:not(.is-arrowless)::after {
    border-color: white; }
  label .navbar-item, label .navbar-link,
  legend .navbar-item,
  legend .navbar-link,
  .option_title .navbar-item,
  .option_title .navbar-link {
    color: white; }
  @media screen and (min-width: 1088px) {
    label .navbar-dropdown,
    legend .navbar-dropdown,
    .option_title .navbar-dropdown {
      background: #0ba14b; } }
  label .flex,
  legend .flex,
  .option_title .flex {
    display: flex !important; }
  label .flex.align-center,
  legend .flex.align-center,
  .option_title .flex.align-center {
    align-items: center; }
  label a.navbar-item,
  legend a.navbar-item,
  .option_title a.navbar-item {
    color: #ffffff; }
  label div.navbar-item,
  legend div.navbar-item,
  .option_title div.navbar-item {
    color: #ffffff; }
  label .container.less-padding,
  legend .container.less-padding,
  .option_title .container.less-padding {
    padding: 10px 0; }
  label .navbar-item img,
  legend .navbar-item img,
  .option_title .navbar-item img {
    max-height: 3.75rem; }
  label .navbar-brand,
  legend .navbar-brand,
  .option_title .navbar-brand {
    margin-right: 20px; }
  label .navbar-menu .column p.blue-text-lg,
  legend .navbar-menu .column p.blue-text-lg,
  .option_title .navbar-menu .column p.blue-text-lg {
    color: #3273dc;
    font-size: 25px;
    font-weight: bold;
    line-height: 1.5rem; }
  label .navbar-menu .column p.green-text-lg,
  legend .navbar-menu .column p.green-text-lg,
  .option_title .navbar-menu .column p.green-text-lg {
    color: #0ba14b;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.1rem; }
  label .navbar-menu .column p,
  legend .navbar-menu .column p,
  .option_title .navbar-menu .column p {
    line-height: 1.0rem;
    margin: 0 0 8px;
    font-weight: bold; }
  label .slick-prev:before, label .slick-next:before,
  legend .slick-prev:before,
  legend .slick-next:before,
  .option_title .slick-prev:before,
  .option_title .slick-next:before {
    color: #3273dc !important; }
  label .larger-gray,
  legend .larger-gray,
  .option_title .larger-gray {
    font-size: 26px;
    color: gray; }
  label .column.center-image img,
  legend .column.center-image img,
  .option_title .column.center-image img {
    display: block;
    margin: 0 auto;
    width: 300px; }
  label .column.with-bg,
  legend .column.with-bg,
  .option_title .column.with-bg {
    background: url("https://cdn05.zipify.com/ftlxpkcuziFZaH337ITsktbeplg=/fit-in/1140x0/2f33ee91ca1044f3a368af6317ec6816/hero-background.jpg");
    background-size: cover;
    text-align: center; }
    label .column.with-bg .container h1,
    legend .column.with-bg .container h1,
    .option_title .column.with-bg .container h1 {
      font-size: 38px;
      color: white;
      font-weight: bold;
      padding: 5px 0 0 0; }
    label .column.with-bg .container h2,
    legend .column.with-bg .container h2,
    .option_title .column.with-bg .container h2 {
      font-size: 18px;
      color: white;
      font-weight: bold;
      padding: 0 0 0 0; }
  label .blue_medium,
  legend .blue_medium,
  .option_title .blue_medium {
    font-size: 20px;
    color: #3273dc; }
    label .blue_medium h2,
    legend .blue_medium h2,
    .option_title .blue_medium h2 {
      color: #3273dc;
      font-size: 26px;
      font-weight: bold; }
  label a.blue_link,
  legend a.blue_link,
  .option_title a.blue_link {
    color: #3273dc; }
  label .guarantee ul,
  legend .guarantee ul,
  .option_title .guarantee ul {
    margin-top: 15px; }
    label .guarantee ul li,
    legend .guarantee ul li,
    .option_title .guarantee ul li {
      margin-bottom: 6px;
      font-weight: bold;
      font-size: 18px; }
  @media screen and (max-width: 768px) {
    label .guarantee ul,
    legend .guarantee ul,
    .option_title .guarantee ul {
      margin-top: 15px; }
      label .guarantee ul li,
      legend .guarantee ul li,
      .option_title .guarantee ul li {
        margin-bottom: 6px;
        font-weight: bold;
        font-size: 18px;
        list-style: none; } }
  label .guarantee .large_black,
  legend .guarantee .large_black,
  .option_title .guarantee .large_black {
    font-size: 34px; }
  label .guarantee .small_black,
  legend .guarantee .small_black,
  .option_title .guarantee .small_black {
    font-size: 16px; }
    label .guarantee .small_black img,
    legend .guarantee .small_black img,
    .option_title .guarantee .small_black img {
      float: right;
      width: 200px; }
  label .row_container img,
  legend .row_container img,
  .option_title .row_container img {
    max-height: 240px; }
  label .row_container .image img,
  legend .row_container .image img,
  .option_title .row_container .image img {
    width: auto; }
  label .row_container .button.is-warning,
  legend .row_container .button.is-warning,
  .option_title .row_container .button.is-warning {
    border: 1px solid black !important; }
  label .row_container .list-price,
  legend .row_container .list-price,
  .option_title .row_container .list-price {
    margin-top: 10px;
    line-height: 24px;
    font-size: 18px;
    color: gray; }
  label .row_container .today,
  legend .row_container .today,
  .option_title .row_container .today {
    line-height: 19px;
    font-size: 15px;
    color: red;
    font-weight: bold; }
  label .row_container .save,
  legend .row_container .save,
  .option_title .row_container .save {
    line-height: 24px;
    font-size: 18px;
    color: red;
    font-weight: bold; }
  label .row_container .item,
  legend .row_container .item,
  .option_title .row_container .item {
    text-align: center;
    border: 2px solid #dedede;
    border-radius: 5px; }
    label .row_container .item.selected,
    legend .row_container .item.selected,
    .option_title .row_container .item.selected {
      border: 4px solid #3273dc;
      border-radius: 0 0 5px 5px !important; }
      @media screen and (max-width: 768px) {
        label .row_container .item.selected,
        legend .row_container .item.selected,
        .option_title .row_container .item.selected {
          margin-top: 50px; } }
    label .row_container .item .rotated-text,
    legend .row_container .item .rotated-text,
    .option_title .row_container .item .rotated-text {
      display: block;
      height: 100%;
      width: 40px;
      background: #3273dc; }
      label .row_container .item .rotated-text.inactive,
      legend .row_container .item .rotated-text.inactive,
      .option_title .row_container .item .rotated-text.inactive {
        background: white; }
      label .row_container .item .rotated-text p,
      legend .row_container .item .rotated-text p,
      .option_title .row_container .item .rotated-text p {
        position: absolute;
        top: 0;
        left: 0;
        font-size: 25px;
        color: white;
        transform-origin: 69% 208%;
        transform: rotate(-90deg); }
  label .box,
  legend .box,
  .option_title .box {
    background: #ececec; }
  label .best-deal,
  legend .best-deal,
  .option_title .best-deal {
    position: relative;
    top: -55px;
    left: calc(-0.75rem - 4px);
    font-size: 24px;
    width: calc(100% + 1.5rem + 8px);
    font-weight: bold;
    color: #fff;
    height: 40px;
    margin-bottom: -46px;
    padding-top: 7px;
    background: #3273dc;
    border-radius: 5px 5px 0 0; }
  label .is-slick-testimonials .add-mar,
  legend .is-slick-testimonials .add-mar,
  .option_title .is-slick-testimonials .add-mar {
    margin: 10px; }
  label .notification.is-success,
  legend .notification.is-success,
  .option_title .notification.is-success {
    background-color: #0ba14b;
    color: #fff; }
  label .green_matching_text,
  legend .green_matching_text,
  .option_title .green_matching_text {
    color: #00a14b !important; }
  label .blue_matching_text,
  legend .blue_matching_text,
  .option_title .blue_matching_text {
    color: #3273dc !important; }
  label .is-not-capital,
  legend .is-not-capital,
  .option_title .is-not-capital {
    text-transform: unset !important; }
  @media screen and (max-width: 768px) {
    label button.is-xl-mobile,
    legend button.is-xl-mobile,
    .option_title button.is-xl-mobile {
      font-size: 2rem !important; } }
  label .faq p,
  legend .faq p,
  .option_title .faq p {
    font-size: 16px; }
  label h1 sup, label h2 sup,
  legend h1 sup,
  legend h2 sup,
  .option_title h1 sup,
  .option_title h2 sup {
    font-size: 1.3rem !important; }
  label h3 sup,
  legend h3 sup,
  .option_title h3 sup {
    font-size: .75rem !important; }
  label sup,
  legend sup,
  .option_title sup {
    font-size: .75rem !important; }
  label .column_1_3_6 .column,
  legend .column_1_3_6 .column,
  .option_title .column_1_3_6 .column {
    margin: 0.5rem; }
    @media screen and (max-width: 768px) {
      label .column_1_3_6 .column,
      legend .column_1_3_6 .column,
      .option_title .column_1_3_6 .column {
        margin-top: 0; } }
  label .column_1_3_6 .large,
  legend .column_1_3_6 .large,
  .option_title .column_1_3_6 .large {
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px; }
  label .column_1_3_6 .medium,
  legend .column_1_3_6 .medium,
  .option_title .column_1_3_6 .medium {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px; }
  label .column_1_3_6 .small,
  legend .column_1_3_6 .small,
  .option_title .column_1_3_6 .small {
    font-size: 50px;
    font-weight: bold;
    margin-top: 20px; }
    label .column_1_3_6 .small span,
    legend .column_1_3_6 .small span,
    .option_title .column_1_3_6 .small span {
      font-size: 30px; }
  label .slick-prev,
  label .slick-next,
  legend .slick-prev,
  legend .slick-next,
  .option_title .slick-prev,
  .option_title .slick-next {
    font-size: 0;
    position: absolute;
    bottom: 20px;
    color: #d5122f;
    border: 0;
    background: none;
    z-index: 1; }
  label .slick-prev,
  legend .slick-prev,
  .option_title .slick-prev {
    left: 10px; }
  label .slick-prev:before,
  legend .slick-prev:before,
  .option_title .slick-prev:before {
    content: "\f104";
    font: 60px/1 'FontAwesome'; }
  label .slick-next,
  legend .slick-next,
  .option_title .slick-next {
    right: 10px;
    text-align: right; }
  label .slick-next:before,
  legend .slick-next:before,
  .option_title .slick-next:before {
    content: "\f105";
    font: 60px/1 'FontAwesome'; }
  label .slick-prev:hover:before,
  label .slick-next:hover:before,
  legend .slick-prev:hover:before,
  legend .slick-next:hover:before,
  .option_title .slick-prev:hover:before,
  .option_title .slick-next:hover:before {
    color: #7e7e7e; }

.hero-berb {
  height: 530px;
  background-image: url("//mara-labs.com/cdn/shop/t/89/assets/berb-bg.jpg?v=139502586217408313621783727746");
  background: radial-gradient(circle, rgba(10, 10, 10, 0.85) 0%, rgba(80, 80, 80, 0.5) 64%, rgba(226, 226, 226, 0.4) 100%), rgba(0, 0, 0, 0.85) url(//mara-labs.com/cdn/shop/t/89/assets/broccoli-bowl-affiliate-landing.jpg?v=123670657949110539381783727745) no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: 0px -103px;
  color: white;
  box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }
  @media screen and (max-width: 768px) {
    .hero-berb {
      background: url("//mara-labs.com/cdn/shop/t/89/assets/berb-bg.jpg?v=139502586217408313621783727746");
      background: radial-gradient(circle, rgba(10, 10, 10, 0.85) 0%, rgba(80, 80, 80, 0.5) 64%, rgba(226, 226, 226, 0.4) 100%), rgba(0, 0, 0, 0.85) url(//mara-labs.com/cdn/shop/t/89/assets/broccoli-bowl-affiliate-landing.jpg?v=123670657949110539381783727745) no-repeat;
      background-size: cover;
      background-position: bottom;
      height: 720px; } }
  .hero-berb .container h1 {
    font-size: 38px;
    color: white;
    font-weight: bold;
    padding: 5px 0 0 0; }
  .hero-berb .container h2 {
    font-size: 26px;
    color: white;
    font-weight: bold;
    padding: 0 0 0 0; }

.hero-berb {
  height: 530px;
  background-image: url("//mara-labs.com/cdn/shop/t/89/assets/berb-bg.jpg?v=139502586217408313621783727746");
  background: radial-gradient(circle, rgba(10, 10, 10, 0.85) 0%, rgba(80, 80, 80, 0.5) 64%, rgba(226, 226, 226, 0.4) 100%), rgba(0, 0, 0, 0.85) url(//mara-labs.com/cdn/shop/t/89/assets/berb-bg.jpg?v=139502586217408313621783727746) no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: -104px -268px;
  color: white;
  box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }
  @media screen and (max-width: 768px) {
    .hero-berb {
      background: url("//mara-labs.com/cdn/shop/t/89/assets/berb-bg.jpg?v=139502586217408313621783727746");
      background: radial-gradient(circle, rgba(10, 10, 10, 0.85) 0%, rgba(80, 80, 80, 0.5) 64%, rgba(226, 226, 226, 0.4) 100%), rgba(0, 0, 0, 0.85) url(//mara-labs.com/cdn/shop/t/89/assets/berb-bg.jpg?v=139502586217408313621783727746) no-repeat;
      background-size: cover;
      background-position: bottom;
      height: 720px; } }
  .hero-berb .container h1 {
    font-size: 38px;
    color: white;
    font-weight: bold;
    padding: 5px 0 0 0; }
  .hero-berb .container h2 {
    font-size: 26px;
    color: white;
    font-weight: bold;
    padding: 0 0 0 0; }
