@charset "UTF-8";
/*! 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); } }

@-moz-keyframes bounce { from, 20%, 53%, 80%, to { -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-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);
    -moz-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);
    -moz-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);
    -moz-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);
    -moz-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);
    -moz-transform: translate3d(0, -15px, 0);
         transform: translate3d(0, -15px, 0); }
  90% { -webkit-transform: translate3d(0, -4px, 0);
    -moz-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);
    -moz-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);
    -moz-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);
    -moz-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);
    -moz-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);
    -moz-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);
    -moz-transform: translate3d(0, -15px, 0);
         transform: translate3d(0, -15px, 0); }
  90% { -webkit-transform: translate3d(0, -4px, 0);
    -moz-transform: translate3d(0, -4px, 0);
      transform: translate3d(0, -4px, 0); } }

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

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

@-moz-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; -moz-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); } }

@-moz-keyframes pulse { from { -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1); }
  50% { -webkit-transform: scale3d(1.05, 1.05, 1.05);
    -moz-transform: scale3d(1.05, 1.05, 1.05);
      transform: scale3d(1.05, 1.05, 1.05); }
  to { -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1); } }

@keyframes pulse { from { -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1); }
  50% { -webkit-transform: scale3d(1.05, 1.05, 1.05);
    -moz-transform: scale3d(1.05, 1.05, 1.05);
      transform: scale3d(1.05, 1.05, 1.05); }
  to { -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1); } }

.pulse { -webkit-animation-name: pulse; -moz-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); } }

@-moz-keyframes rubberBand { from { -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1); }
  30% { -webkit-transform: scale3d(1.25, 0.75, 1);
    -moz-transform: scale3d(1.25, 0.75, 1);
      transform: scale3d(1.25, 0.75, 1); }
  40% { -webkit-transform: scale3d(0.75, 1.25, 1);
    -moz-transform: scale3d(0.75, 1.25, 1);
      transform: scale3d(0.75, 1.25, 1); }
  50% { -webkit-transform: scale3d(1.15, 0.85, 1);
    -moz-transform: scale3d(1.15, 0.85, 1);
      transform: scale3d(1.15, 0.85, 1); }
  65% { -webkit-transform: scale3d(0.95, 1.05, 1);
    -moz-transform: scale3d(0.95, 1.05, 1);
      transform: scale3d(0.95, 1.05, 1); }
  75% { -webkit-transform: scale3d(1.05, 0.95, 1);
    -moz-transform: scale3d(1.05, 0.95, 1);
      transform: scale3d(1.05, 0.95, 1); }
  to { -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1); } }

@keyframes rubberBand { from { -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1); }
  30% { -webkit-transform: scale3d(1.25, 0.75, 1);
    -moz-transform: scale3d(1.25, 0.75, 1);
      transform: scale3d(1.25, 0.75, 1); }
  40% { -webkit-transform: scale3d(0.75, 1.25, 1);
    -moz-transform: scale3d(0.75, 1.25, 1);
      transform: scale3d(0.75, 1.25, 1); }
  50% { -webkit-transform: scale3d(1.15, 0.85, 1);
    -moz-transform: scale3d(1.15, 0.85, 1);
      transform: scale3d(1.15, 0.85, 1); }
  65% { -webkit-transform: scale3d(0.95, 1.05, 1);
    -moz-transform: scale3d(0.95, 1.05, 1);
      transform: scale3d(0.95, 1.05, 1); }
  75% { -webkit-transform: scale3d(1.05, 0.95, 1);
    -moz-transform: scale3d(1.05, 0.95, 1);
      transform: scale3d(1.05, 0.95, 1); }
  to { -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1); } }

.rubberBand { -webkit-animation-name: rubberBand; -moz-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); } }

@-moz-keyframes shake { from, to { -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); }
  10%, 30%, 50%, 70%, 90% { -webkit-transform: translate3d(-10px, 0, 0);
    -moz-transform: translate3d(-10px, 0, 0);
      transform: translate3d(-10px, 0, 0); }
  20%, 40%, 60%, 80% { -webkit-transform: translate3d(10px, 0, 0);
    -moz-transform: translate3d(10px, 0, 0);
      transform: translate3d(10px, 0, 0); } }

@keyframes shake { from, to { -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); }
  10%, 30%, 50%, 70%, 90% { -webkit-transform: translate3d(-10px, 0, 0);
    -moz-transform: translate3d(-10px, 0, 0);
      transform: translate3d(-10px, 0, 0); }
  20%, 40%, 60%, 80% { -webkit-transform: translate3d(10px, 0, 0);
    -moz-transform: translate3d(10px, 0, 0);
      transform: translate3d(10px, 0, 0); } }

.shake { -webkit-animation-name: shake; -moz-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); } }

@-moz-keyframes headShake { 0% { -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
      transform: translateX(0); }
  6.5% { -webkit-transform: translateX(-6px) rotateY(-9deg);
    -moz-transform: translateX(-6px) rotateY(-9deg);
      transform: translateX(-6px) rotateY(-9deg); }
  18.5% { -webkit-transform: translateX(5px) rotateY(7deg);
    -moz-transform: translateX(5px) rotateY(7deg);
      transform: translateX(5px) rotateY(7deg); }
  31.5% { -webkit-transform: translateX(-3px) rotateY(-5deg);
    -moz-transform: translateX(-3px) rotateY(-5deg);
      transform: translateX(-3px) rotateY(-5deg); }
  43.5% { -webkit-transform: translateX(2px) rotateY(3deg);
    -moz-transform: translateX(2px) rotateY(3deg);
      transform: translateX(2px) rotateY(3deg); }
  50% { -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
      transform: translateX(0); } }

@keyframes headShake { 0% { -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
      transform: translateX(0); }
  6.5% { -webkit-transform: translateX(-6px) rotateY(-9deg);
    -moz-transform: translateX(-6px) rotateY(-9deg);
      transform: translateX(-6px) rotateY(-9deg); }
  18.5% { -webkit-transform: translateX(5px) rotateY(7deg);
    -moz-transform: translateX(5px) rotateY(7deg);
      transform: translateX(5px) rotateY(7deg); }
  31.5% { -webkit-transform: translateX(-3px) rotateY(-5deg);
    -moz-transform: translateX(-3px) rotateY(-5deg);
      transform: translateX(-3px) rotateY(-5deg); }
  43.5% { -webkit-transform: translateX(2px) rotateY(3deg);
    -moz-transform: translateX(2px) rotateY(3deg);
      transform: translateX(2px) rotateY(3deg); }
  50% { -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
      transform: translateX(0); } }

.headShake { -webkit-animation-timing-function: ease-in-out; -moz-animation-timing-function: ease-in-out; animation-timing-function: ease-in-out; -webkit-animation-name: headShake; -moz-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); } }

@-moz-keyframes swing { 20% { -webkit-transform: rotate3d(0, 0, 1, 15deg);
    -moz-transform: rotate3d(0, 0, 1, 15deg);
      transform: rotate3d(0, 0, 1, 15deg); }
  40% { -webkit-transform: rotate3d(0, 0, 1, -10deg);
    -moz-transform: rotate3d(0, 0, 1, -10deg);
      transform: rotate3d(0, 0, 1, -10deg); }
  60% { -webkit-transform: rotate3d(0, 0, 1, 5deg);
    -moz-transform: rotate3d(0, 0, 1, 5deg);
      transform: rotate3d(0, 0, 1, 5deg); }
  80% { -webkit-transform: rotate3d(0, 0, 1, -5deg);
    -moz-transform: rotate3d(0, 0, 1, -5deg);
      transform: rotate3d(0, 0, 1, -5deg); }
  to { -webkit-transform: rotate3d(0, 0, 1, 0deg);
    -moz-transform: rotate3d(0, 0, 1, 0deg);
      transform: rotate3d(0, 0, 1, 0deg); } }

@keyframes swing { 20% { -webkit-transform: rotate3d(0, 0, 1, 15deg);
    -moz-transform: rotate3d(0, 0, 1, 15deg);
      transform: rotate3d(0, 0, 1, 15deg); }
  40% { -webkit-transform: rotate3d(0, 0, 1, -10deg);
    -moz-transform: rotate3d(0, 0, 1, -10deg);
      transform: rotate3d(0, 0, 1, -10deg); }
  60% { -webkit-transform: rotate3d(0, 0, 1, 5deg);
    -moz-transform: rotate3d(0, 0, 1, 5deg);
      transform: rotate3d(0, 0, 1, 5deg); }
  80% { -webkit-transform: rotate3d(0, 0, 1, -5deg);
    -moz-transform: rotate3d(0, 0, 1, -5deg);
      transform: rotate3d(0, 0, 1, -5deg); }
  to { -webkit-transform: rotate3d(0, 0, 1, 0deg);
    -moz-transform: rotate3d(0, 0, 1, 0deg);
      transform: rotate3d(0, 0, 1, 0deg); } }

.swing { -webkit-transform-origin: top center; -moz-transform-origin: top center; -ms-transform-origin: top center; transform-origin: top center; -webkit-animation-name: swing; -moz-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); } }

@-moz-keyframes tada { from { -webkit-transform: scale3d(1, 1, 1);
    -moz-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);
    -moz-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);
    -moz-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);
    -moz-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);
    -moz-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1); } }

@keyframes tada { from { -webkit-transform: scale3d(1, 1, 1);
    -moz-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);
    -moz-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);
    -moz-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);
    -moz-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);
    -moz-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1); } }

.tada { -webkit-animation-name: tada; -moz-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); } }

@-moz-keyframes wobble { from { -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); }
  15% { -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    -moz-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);
    -moz-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);
    -moz-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);
    -moz-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);
    -moz-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);
    -moz-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); } }

@keyframes wobble { from { -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); }
  15% { -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    -moz-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);
    -moz-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);
    -moz-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);
    -moz-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);
    -moz-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);
    -moz-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); } }

.wobble { -webkit-animation-name: wobble; -moz-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.39062deg) skewY(0.39062deg);
    transform: skewX(0.39062deg) skewY(0.39062deg); }
  88.8% { -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }

@-moz-keyframes jello { from, 11.1%, to { -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); }
  22.2% { -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    -moz-transform: skewX(-12.5deg) skewY(-12.5deg);
      transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% { -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    -moz-transform: skewX(6.25deg) skewY(6.25deg);
      transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% { -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    -moz-transform: skewX(-3.125deg) skewY(-3.125deg);
      transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% { -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    -moz-transform: skewX(1.5625deg) skewY(1.5625deg);
      transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% { -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    -moz-transform: skewX(-0.78125deg) skewY(-0.78125deg);
      transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% { -webkit-transform: skewX(0.39062deg) skewY(0.39062deg);
    -moz-transform: skewX(0.39062deg) skewY(0.39062deg);
      transform: skewX(0.39062deg) skewY(0.39062deg); }
  88.8% { -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    -moz-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);
    -moz-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); }
  22.2% { -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    -moz-transform: skewX(-12.5deg) skewY(-12.5deg);
      transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% { -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    -moz-transform: skewX(6.25deg) skewY(6.25deg);
      transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% { -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    -moz-transform: skewX(-3.125deg) skewY(-3.125deg);
      transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% { -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    -moz-transform: skewX(1.5625deg) skewY(1.5625deg);
      transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% { -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    -moz-transform: skewX(-0.78125deg) skewY(-0.78125deg);
      transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% { -webkit-transform: skewX(0.39062deg) skewY(0.39062deg);
    -moz-transform: skewX(0.39062deg) skewY(0.39062deg);
      transform: skewX(0.39062deg) skewY(0.39062deg); }
  88.8% { -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    -moz-transform: skewX(-0.19531deg) skewY(-0.19531deg);
      transform: skewX(-0.19531deg) skewY(-0.19531deg); } }

.jello { -webkit-animation-name: jello; -moz-animation-name: jello; animation-name: jello; -webkit-transform-origin: center; -moz-transform-origin: center; -ms-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); } }

@-moz-keyframes heartBeat { 0% { -webkit-transform: scale(1);
    -moz-transform: scale(1);
      transform: scale(1); }
  14% { -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
      transform: scale(1.3); }
  28% { -webkit-transform: scale(1);
    -moz-transform: scale(1);
      transform: scale(1); }
  42% { -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
      transform: scale(1.3); }
  70% { -webkit-transform: scale(1);
    -moz-transform: scale(1);
      transform: scale(1); } }

@keyframes heartBeat { 0% { -webkit-transform: scale(1);
    -moz-transform: scale(1);
      transform: scale(1); }
  14% { -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
      transform: scale(1.3); }
  28% { -webkit-transform: scale(1);
    -moz-transform: scale(1);
      transform: scale(1); }
  42% { -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
      transform: scale(1.3); }
  70% { -webkit-transform: scale(1);
    -moz-transform: scale(1);
      transform: scale(1); } }

.heartBeat { -webkit-animation-name: heartBeat; -moz-animation-name: heartBeat; animation-name: heartBeat; -webkit-animation-duration: 1.3s; -moz-animation-duration: 1.3s; animation-duration: 1.3s; -webkit-animation-timing-function: ease-in-out; -moz-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); } }

@-moz-keyframes bounceIn { from, 20%, 40%, 60%, 80%, to { -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-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);
    -moz-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);
    -moz-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);
    -moz-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);
    -moz-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);
    -moz-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);
    -moz-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);
    -moz-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);
    -moz-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);
    -moz-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);
    -moz-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);
    -moz-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);
    -moz-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);
    -moz-transform: scale3d(1, 1, 1);
         transform: scale3d(1, 1, 1); } }

.bounceIn { -webkit-animation-duration: 0.75s; -moz-animation-duration: 0.75s; animation-duration: 0.75s; -webkit-animation-name: bounceIn; -moz-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); } }

@-moz-keyframes bounceInDown { from, 60%, 75%, 90%, to { -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-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);
    -moz-transform: translate3d(0, -3000px, 0);
         transform: translate3d(0, -3000px, 0); }
  60% { opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    -moz-transform: translate3d(0, 25px, 0);
         transform: translate3d(0, 25px, 0); }
  75% { -webkit-transform: translate3d(0, -10px, 0);
    -moz-transform: translate3d(0, -10px, 0);
      transform: translate3d(0, -10px, 0); }
  90% { -webkit-transform: translate3d(0, 5px, 0);
    -moz-transform: translate3d(0, 5px, 0);
      transform: translate3d(0, 5px, 0); }
  to { -webkit-transform: translate3d(0, 0, 0);
    -moz-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);
    -moz-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);
    -moz-transform: translate3d(0, -3000px, 0);
         transform: translate3d(0, -3000px, 0); }
  60% { opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    -moz-transform: translate3d(0, 25px, 0);
         transform: translate3d(0, 25px, 0); }
  75% { -webkit-transform: translate3d(0, -10px, 0);
    -moz-transform: translate3d(0, -10px, 0);
      transform: translate3d(0, -10px, 0); }
  90% { -webkit-transform: translate3d(0, 5px, 0);
    -moz-transform: translate3d(0, 5px, 0);
      transform: translate3d(0, 5px, 0); }
  to { -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); } }

.bounceInDown { -webkit-animation-name: bounceInDown; -moz-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); } }

@-moz-keyframes bounceInLeft { from, 60%, 75%, 90%, to { -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-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);
    -moz-transform: translate3d(-3000px, 0, 0);
         transform: translate3d(-3000px, 0, 0); }
  60% { opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    -moz-transform: translate3d(25px, 0, 0);
         transform: translate3d(25px, 0, 0); }
  75% { -webkit-transform: translate3d(-10px, 0, 0);
    -moz-transform: translate3d(-10px, 0, 0);
      transform: translate3d(-10px, 0, 0); }
  90% { -webkit-transform: translate3d(5px, 0, 0);
    -moz-transform: translate3d(5px, 0, 0);
      transform: translate3d(5px, 0, 0); }
  to { -webkit-transform: translate3d(0, 0, 0);
    -moz-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);
    -moz-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);
    -moz-transform: translate3d(-3000px, 0, 0);
         transform: translate3d(-3000px, 0, 0); }
  60% { opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    -moz-transform: translate3d(25px, 0, 0);
         transform: translate3d(25px, 0, 0); }
  75% { -webkit-transform: translate3d(-10px, 0, 0);
    -moz-transform: translate3d(-10px, 0, 0);
      transform: translate3d(-10px, 0, 0); }
  90% { -webkit-transform: translate3d(5px, 0, 0);
    -moz-transform: translate3d(5px, 0, 0);
      transform: translate3d(5px, 0, 0); }
  to { -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); } }

.bounceInLeft { -webkit-animation-name: bounceInLeft; -moz-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); } }

@-moz-keyframes bounceInRight { from, 60%, 75%, 90%, to { -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-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);
    -moz-transform: translate3d(3000px, 0, 0);
         transform: translate3d(3000px, 0, 0); }
  60% { opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    -moz-transform: translate3d(-25px, 0, 0);
         transform: translate3d(-25px, 0, 0); }
  75% { -webkit-transform: translate3d(10px, 0, 0);
    -moz-transform: translate3d(10px, 0, 0);
      transform: translate3d(10px, 0, 0); }
  90% { -webkit-transform: translate3d(-5px, 0, 0);
    -moz-transform: translate3d(-5px, 0, 0);
      transform: translate3d(-5px, 0, 0); }
  to { -webkit-transform: translate3d(0, 0, 0);
    -moz-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);
    -moz-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);
    -moz-transform: translate3d(3000px, 0, 0);
         transform: translate3d(3000px, 0, 0); }
  60% { opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    -moz-transform: translate3d(-25px, 0, 0);
         transform: translate3d(-25px, 0, 0); }
  75% { -webkit-transform: translate3d(10px, 0, 0);
    -moz-transform: translate3d(10px, 0, 0);
      transform: translate3d(10px, 0, 0); }
  90% { -webkit-transform: translate3d(-5px, 0, 0);
    -moz-transform: translate3d(-5px, 0, 0);
      transform: translate3d(-5px, 0, 0); }
  to { -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); } }

.bounceInRight { -webkit-animation-name: bounceInRight; -moz-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); } }

@-moz-keyframes bounceInUp { from, 60%, 75%, 90%, to { -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-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);
    -moz-transform: translate3d(0, 3000px, 0);
         transform: translate3d(0, 3000px, 0); }
  60% { opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    -moz-transform: translate3d(0, -20px, 0);
         transform: translate3d(0, -20px, 0); }
  75% { -webkit-transform: translate3d(0, 10px, 0);
    -moz-transform: translate3d(0, 10px, 0);
      transform: translate3d(0, 10px, 0); }
  90% { -webkit-transform: translate3d(0, -5px, 0);
    -moz-transform: translate3d(0, -5px, 0);
      transform: translate3d(0, -5px, 0); }
  to { -webkit-transform: translate3d(0, 0, 0);
    -moz-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);
    -moz-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);
    -moz-transform: translate3d(0, 3000px, 0);
         transform: translate3d(0, 3000px, 0); }
  60% { opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    -moz-transform: translate3d(0, -20px, 0);
         transform: translate3d(0, -20px, 0); }
  75% { -webkit-transform: translate3d(0, 10px, 0);
    -moz-transform: translate3d(0, 10px, 0);
      transform: translate3d(0, 10px, 0); }
  90% { -webkit-transform: translate3d(0, -5px, 0);
    -moz-transform: translate3d(0, -5px, 0);
      transform: translate3d(0, -5px, 0); }
  to { -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); } }

.bounceInUp { -webkit-animation-name: bounceInUp; -moz-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); } }

@-moz-keyframes bounceOut { 20% { -webkit-transform: scale3d(0.9, 0.9, 0.9);
    -moz-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);
    -moz-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);
    -moz-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);
    -moz-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);
    -moz-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);
    -moz-transform: scale3d(0.3, 0.3, 0.3);
         transform: scale3d(0.3, 0.3, 0.3); } }

.bounceOut { -webkit-animation-duration: 0.75s; -moz-animation-duration: 0.75s; animation-duration: 0.75s; -webkit-animation-name: bounceOut; -moz-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); } }

@-moz-keyframes bounceOutDown { 20% { -webkit-transform: translate3d(0, 10px, 0);
    -moz-transform: translate3d(0, 10px, 0);
      transform: translate3d(0, 10px, 0); }
  40%, 45% { opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    -moz-transform: translate3d(0, -20px, 0);
         transform: translate3d(0, -20px, 0); }
  to { opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    -moz-transform: translate3d(0, 2000px, 0);
         transform: translate3d(0, 2000px, 0); } }

@keyframes bounceOutDown { 20% { -webkit-transform: translate3d(0, 10px, 0);
    -moz-transform: translate3d(0, 10px, 0);
      transform: translate3d(0, 10px, 0); }
  40%, 45% { opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    -moz-transform: translate3d(0, -20px, 0);
         transform: translate3d(0, -20px, 0); }
  to { opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    -moz-transform: translate3d(0, 2000px, 0);
         transform: translate3d(0, 2000px, 0); } }

.bounceOutDown { -webkit-animation-name: bounceOutDown; -moz-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); } }

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

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

.bounceOutLeft { -webkit-animation-name: bounceOutLeft; -moz-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); } }

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

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

.bounceOutRight { -webkit-animation-name: bounceOutRight; -moz-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); } }

@-moz-keyframes bounceOutUp { 20% { -webkit-transform: translate3d(0, -10px, 0);
    -moz-transform: translate3d(0, -10px, 0);
      transform: translate3d(0, -10px, 0); }
  40%, 45% { opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    -moz-transform: translate3d(0, 20px, 0);
         transform: translate3d(0, 20px, 0); }
  to { opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    -moz-transform: translate3d(0, -2000px, 0);
         transform: translate3d(0, -2000px, 0); } }

@keyframes bounceOutUp { 20% { -webkit-transform: translate3d(0, -10px, 0);
    -moz-transform: translate3d(0, -10px, 0);
      transform: translate3d(0, -10px, 0); }
  40%, 45% { opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    -moz-transform: translate3d(0, 20px, 0);
         transform: translate3d(0, 20px, 0); }
  to { opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    -moz-transform: translate3d(0, -2000px, 0);
         transform: translate3d(0, -2000px, 0); } }

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

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

@-moz-keyframes fadeIn { from { opacity: 0; }
  to { opacity: 1; } }

@keyframes fadeIn { from { opacity: 0; }
  to { opacity: 1; } }

.fadeIn { -webkit-animation-name: fadeIn; -moz-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); } }

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

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

.fadeInDown { -webkit-animation-name: fadeInDown; -moz-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); } }

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

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

.fadeInDownBig { -webkit-animation-name: fadeInDownBig; -moz-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); } }

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

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

.fadeInLeft { -webkit-animation-name: fadeInLeft; -moz-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); } }

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

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

.fadeInLeftBig { -webkit-animation-name: fadeInLeftBig; -moz-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); } }

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

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

.fadeInRight { -webkit-animation-name: fadeInRight; -moz-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); } }

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

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

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

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

@-moz-keyframes fadeInUp { from { opacity: 0;
    -webkit-transform: translate3d(0, 20%, 0);
    -moz-transform: translate3d(0, 20%, 0);
         transform: translate3d(0, 20%, 0); }
  to { opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
         transform: translate3d(0, 0, 0); } }

@keyframes fadeInUp { from { opacity: 0;
    -webkit-transform: translate3d(0, 20%, 0);
    -moz-transform: translate3d(0, 20%, 0);
         transform: translate3d(0, 20%, 0); }
  to { opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
         transform: translate3d(0, 0, 0); } }

.fadeInUp { -webkit-animation-name: fadeInUp; -moz-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); } }

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

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

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

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

@-moz-keyframes fadeOut { from { opacity: 1; }
  to { opacity: 0; } }

@keyframes fadeOut { from { opacity: 1; }
  to { opacity: 0; } }

.fadeOut { -webkit-animation-name: fadeOut; -moz-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); } }

@-moz-keyframes fadeOutDown { from { opacity: 1; }
  to { opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    -moz-transform: translate3d(0, 100%, 0);
         transform: translate3d(0, 100%, 0); } }

@keyframes fadeOutDown { from { opacity: 1; }
  to { opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    -moz-transform: translate3d(0, 100%, 0);
         transform: translate3d(0, 100%, 0); } }

.fadeOutDown { -webkit-animation-name: fadeOutDown; -moz-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); } }

@-moz-keyframes fadeOutDownBig { from { opacity: 1; }
  to { opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    -moz-transform: translate3d(0, 2000px, 0);
         transform: translate3d(0, 2000px, 0); } }

@keyframes fadeOutDownBig { from { opacity: 1; }
  to { opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    -moz-transform: translate3d(0, 2000px, 0);
         transform: translate3d(0, 2000px, 0); } }

.fadeOutDownBig { -webkit-animation-name: fadeOutDownBig; -moz-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); } }

@-moz-keyframes fadeOutLeft { from { opacity: 1; }
  to { opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
         transform: translate3d(-100%, 0, 0); } }

@keyframes fadeOutLeft { from { opacity: 1; }
  to { opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
         transform: translate3d(-100%, 0, 0); } }

.fadeOutLeft { -webkit-animation-name: fadeOutLeft; -moz-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); } }

@-moz-keyframes fadeOutLeftBig { from { opacity: 1; }
  to { opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    -moz-transform: translate3d(-2000px, 0, 0);
         transform: translate3d(-2000px, 0, 0); } }

@keyframes fadeOutLeftBig { from { opacity: 1; }
  to { opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    -moz-transform: translate3d(-2000px, 0, 0);
         transform: translate3d(-2000px, 0, 0); } }

.fadeOutLeftBig { -webkit-animation-name: fadeOutLeftBig; -moz-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); } }

@-moz-keyframes fadeOutRight { from { opacity: 1; }
  to { opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
         transform: translate3d(100%, 0, 0); } }

@keyframes fadeOutRight { from { opacity: 1; }
  to { opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
         transform: translate3d(100%, 0, 0); } }

.fadeOutRight { -webkit-animation-name: fadeOutRight; -moz-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); } }

@-moz-keyframes fadeOutRightBig { from { opacity: 1; }
  to { opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    -moz-transform: translate3d(2000px, 0, 0);
         transform: translate3d(2000px, 0, 0); } }

@keyframes fadeOutRightBig { from { opacity: 1; }
  to { opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    -moz-transform: translate3d(2000px, 0, 0);
         transform: translate3d(2000px, 0, 0); } }

.fadeOutRightBig { -webkit-animation-name: fadeOutRightBig; -moz-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); } }

@-moz-keyframes fadeOutUp { from { opacity: 1; }
  to { opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    -moz-transform: translate3d(0, -100%, 0);
         transform: translate3d(0, -100%, 0); } }

@keyframes fadeOutUp { from { opacity: 1; }
  to { opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    -moz-transform: translate3d(0, -100%, 0);
         transform: translate3d(0, -100%, 0); } }

.fadeOutUp { -webkit-animation-name: fadeOutUp; -moz-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); } }

@-moz-keyframes fadeOutUpBig { from { opacity: 1; }
  to { opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    -moz-transform: translate3d(0, -2000px, 0);
         transform: translate3d(0, -2000px, 0); } }

@keyframes fadeOutUpBig { from { opacity: 1; }
  to { opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    -moz-transform: translate3d(0, -2000px, 0);
         transform: translate3d(0, -2000px, 0); } }

.fadeOutUpBig { -webkit-animation-name: fadeOutUpBig; -moz-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; } }

@-moz-keyframes flip { from { -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -moz-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;
    -moz-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);
    -moz-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;
    -moz-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);
    -moz-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;
    -moz-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);
    -moz-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;
    -moz-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);
    -moz-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;
    -moz-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);
    -moz-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;
    -moz-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);
    -moz-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;
    -moz-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);
    -moz-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;
    -moz-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);
    -moz-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;
    -moz-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);
    -moz-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;
    -moz-animation-timing-function: ease-in;
         animation-timing-function: ease-in; } }

.animated.flip { -webkit-backface-visibility: visible; -moz-backface-visibility: visible; backface-visibility: visible; -webkit-animation-name: flip; -moz-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); } }

@-moz-keyframes flipInX { from { -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -moz-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
      transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
         animation-timing-function: ease-in;
    opacity: 0; }
  40% { -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -moz-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
      transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
         animation-timing-function: ease-in; }
  60% { -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    -moz-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);
    -moz-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
      transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to { -webkit-transform: perspective(400px);
    -moz-transform: perspective(400px);
      transform: perspective(400px); } }

@keyframes flipInX { from { -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -moz-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
      transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
         animation-timing-function: ease-in;
    opacity: 0; }
  40% { -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -moz-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
      transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
         animation-timing-function: ease-in; }
  60% { -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    -moz-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);
    -moz-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
      transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to { -webkit-transform: perspective(400px);
    -moz-transform: perspective(400px);
      transform: perspective(400px); } }

.flipInX { -webkit-backface-visibility: visible !important; -moz-backface-visibility: visible !important; backface-visibility: visible !important; -webkit-animation-name: flipInX; -moz-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); } }

@-moz-keyframes flipInY { from { -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -moz-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
      transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
         animation-timing-function: ease-in;
    opacity: 0; }
  40% { -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -moz-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
      transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
         animation-timing-function: ease-in; }
  60% { -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    -moz-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);
    -moz-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
      transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to { -webkit-transform: perspective(400px);
    -moz-transform: perspective(400px);
      transform: perspective(400px); } }

@keyframes flipInY { from { -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -moz-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
      transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
         animation-timing-function: ease-in;
    opacity: 0; }
  40% { -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -moz-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
      transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
         animation-timing-function: ease-in; }
  60% { -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    -moz-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);
    -moz-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
      transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to { -webkit-transform: perspective(400px);
    -moz-transform: perspective(400px);
      transform: perspective(400px); } }

.flipInY { -webkit-backface-visibility: visible !important; -moz-backface-visibility: visible !important; backface-visibility: visible !important; -webkit-animation-name: flipInY; -moz-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; } }

@-moz-keyframes flipOutX { from { -webkit-transform: perspective(400px);
    -moz-transform: perspective(400px);
      transform: perspective(400px); }
  30% { -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -moz-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);
    -moz-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);
    -moz-transform: perspective(400px);
      transform: perspective(400px); }
  30% { -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -moz-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);
    -moz-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
      transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

.flipOutX { -webkit-animation-duration: 0.75s; -moz-animation-duration: 0.75s; animation-duration: 0.75s; -webkit-animation-name: flipOutX; -moz-animation-name: flipOutX; animation-name: flipOutX; -webkit-backface-visibility: visible !important; -moz-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; } }

@-moz-keyframes flipOutY { from { -webkit-transform: perspective(400px);
    -moz-transform: perspective(400px);
      transform: perspective(400px); }
  30% { -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    -moz-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);
    -moz-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);
    -moz-transform: perspective(400px);
      transform: perspective(400px); }
  30% { -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    -moz-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);
    -moz-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
      transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

.flipOutY { -webkit-animation-duration: 0.75s; -moz-animation-duration: 0.75s; animation-duration: 0.75s; -webkit-backface-visibility: visible !important; -moz-backface-visibility: visible !important; backface-visibility: visible !important; -webkit-animation-name: flipOutY; -moz-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); } }

@-moz-keyframes lightSpeedIn { from { -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    -moz-transform: translate3d(100%, 0, 0) skewX(-30deg);
      transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% { -webkit-transform: skewX(20deg);
    -moz-transform: skewX(20deg);
      transform: skewX(20deg);
    opacity: 1; }
  80% { -webkit-transform: skewX(-5deg);
    -moz-transform: skewX(-5deg);
      transform: skewX(-5deg); }
  to { -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); } }

@keyframes lightSpeedIn { from { -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    -moz-transform: translate3d(100%, 0, 0) skewX(-30deg);
      transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% { -webkit-transform: skewX(20deg);
    -moz-transform: skewX(20deg);
      transform: skewX(20deg);
    opacity: 1; }
  80% { -webkit-transform: skewX(-5deg);
    -moz-transform: skewX(-5deg);
      transform: skewX(-5deg); }
  to { -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); } }

.lightSpeedIn { -webkit-animation-name: lightSpeedIn; -moz-animation-name: lightSpeedIn; animation-name: lightSpeedIn; -webkit-animation-timing-function: ease-out; -moz-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; } }

@-moz-keyframes lightSpeedOut { from { opacity: 1; }
  to { -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    -moz-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);
    -moz-transform: translate3d(100%, 0, 0) skewX(30deg);
      transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

.lightSpeedOut { -webkit-animation-name: lightSpeedOut; -moz-animation-name: lightSpeedOut; animation-name: lightSpeedOut; -webkit-animation-timing-function: ease-in; -moz-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; } }

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

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

.rotateIn { -webkit-animation-name: rotateIn; -moz-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; } }

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

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

.rotateInDownLeft { -webkit-animation-name: rotateInDownLeft; -moz-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; } }

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

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

.rotateInDownRight { -webkit-animation-name: rotateInDownRight; -moz-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; } }

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

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

.rotateInUpLeft { -webkit-animation-name: rotateInUpLeft; -moz-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; } }

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

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

.rotateInUpRight { -webkit-animation-name: rotateInUpRight; -moz-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; } }

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

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

.rotateOut { -webkit-animation-name: rotateOut; -moz-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; } }

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

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

.rotateOutDownLeft { -webkit-animation-name: rotateOutDownLeft; -moz-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; } }

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

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

.rotateOutDownRight { -webkit-animation-name: rotateOutDownRight; -moz-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; } }

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

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

.rotateOutUpLeft { -webkit-animation-name: rotateOutUpLeft; -moz-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; } }

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

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

.rotateOutUpRight { -webkit-animation-name: rotateOutUpRight; -moz-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; } }

@-moz-keyframes hinge { 0% { -webkit-transform-origin: top left;
    -moz-transform-origin: top left;
      transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
         animation-timing-function: ease-in-out; }
  20%, 60% { -webkit-transform: rotate3d(0, 0, 1, 80deg);
    -moz-transform: rotate3d(0, 0, 1, 80deg);
      transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    -moz-transform-origin: top left;
         transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
         animation-timing-function: ease-in-out; }
  40%, 80% { -webkit-transform: rotate3d(0, 0, 1, 60deg);
    -moz-transform: rotate3d(0, 0, 1, 60deg);
      transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    -moz-transform-origin: top left;
         transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
         animation-timing-function: ease-in-out;
    opacity: 1; }
  to { -webkit-transform: translate3d(0, 700px, 0);
    -moz-transform: translate3d(0, 700px, 0);
      transform: translate3d(0, 700px, 0);
    opacity: 0; } }

@keyframes hinge { 0% { -webkit-transform-origin: top left;
    -moz-transform-origin: top left;
      transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
         animation-timing-function: ease-in-out; }
  20%, 60% { -webkit-transform: rotate3d(0, 0, 1, 80deg);
    -moz-transform: rotate3d(0, 0, 1, 80deg);
      transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    -moz-transform-origin: top left;
         transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
         animation-timing-function: ease-in-out; }
  40%, 80% { -webkit-transform: rotate3d(0, 0, 1, 60deg);
    -moz-transform: rotate3d(0, 0, 1, 60deg);
      transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    -moz-transform-origin: top left;
         transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
         animation-timing-function: ease-in-out;
    opacity: 1; }
  to { -webkit-transform: translate3d(0, 700px, 0);
    -moz-transform: translate3d(0, 700px, 0);
      transform: translate3d(0, 700px, 0);
    opacity: 0; } }

.hinge { -webkit-animation-duration: 2s; -moz-animation-duration: 2s; animation-duration: 2s; -webkit-animation-name: hinge; -moz-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); } }

@-moz-keyframes jackInTheBox { from { opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    -moz-transform: scale(0.1) rotate(30deg);
         transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    -moz-transform-origin: center bottom;
         transform-origin: center bottom; }
  50% { -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
      transform: rotate(-10deg); }
  70% { -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
      transform: rotate(3deg); }
  to { opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
         transform: scale(1); } }

@keyframes jackInTheBox { from { opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    -moz-transform: scale(0.1) rotate(30deg);
         transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    -moz-transform-origin: center bottom;
         transform-origin: center bottom; }
  50% { -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
      transform: rotate(-10deg); }
  70% { -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
      transform: rotate(3deg); }
  to { opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
         transform: scale(1); } }

.jackInTheBox { -webkit-animation-name: jackInTheBox; -moz-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); } }

@-moz-keyframes rollIn { from { opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    -moz-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);
    -moz-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);
    -moz-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);
    -moz-transform: translate3d(0, 0, 0);
         transform: translate3d(0, 0, 0); } }

.rollIn { -webkit-animation-name: rollIn; -moz-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); } }

@-moz-keyframes rollOut { from { opacity: 1; }
  to { opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    -moz-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);
    -moz-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; -moz-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; } }

@-moz-keyframes zoomIn { from { opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -moz-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);
    -moz-transform: scale3d(0.3, 0.3, 0.3);
         transform: scale3d(0.3, 0.3, 0.3); }
  50% { opacity: 1; } }

.zoomIn { -webkit-animation-name: zoomIn; -moz-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); } }

@-moz-keyframes zoomInDown { from { opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -moz-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);
    -moz-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);
    -moz-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);
    -moz-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);
    -moz-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);
    -moz-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);
    -moz-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);
    -moz-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; -moz-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); } }

@-moz-keyframes zoomInLeft { from { opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -moz-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);
    -moz-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);
    -moz-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);
    -moz-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);
    -moz-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);
    -moz-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);
    -moz-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);
    -moz-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; -moz-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); } }

@-moz-keyframes zoomInRight { from { opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -moz-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);
    -moz-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);
    -moz-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);
    -moz-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);
    -moz-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);
    -moz-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);
    -moz-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);
    -moz-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; -moz-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); } }

@-moz-keyframes zoomInUp { from { opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -moz-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);
    -moz-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);
    -moz-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);
    -moz-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);
    -moz-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);
    -moz-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);
    -moz-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);
    -moz-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; -moz-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; } }

@-moz-keyframes zoomOut { from { opacity: 1; }
  50% { opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -moz-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);
    -moz-transform: scale3d(0.3, 0.3, 0.3);
         transform: scale3d(0.3, 0.3, 0.3); }
  to { opacity: 0; } }

.zoomOut { -webkit-animation-name: zoomOut; -moz-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); } }

@-moz-keyframes zoomOutDown { 40% { opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -moz-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);
    -moz-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);
    -moz-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;
    -moz-transform-origin: center bottom;
         transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -moz-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);
    -moz-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);
    -moz-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);
    -moz-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;
    -moz-transform-origin: center bottom;
         transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -moz-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; -moz-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; } }

@-moz-keyframes zoomOutLeft { 40% { opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    -moz-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);
    -moz-transform: scale(0.1) translate3d(-2000px, 0, 0);
         transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    -moz-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);
    -moz-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);
    -moz-transform: scale(0.1) translate3d(-2000px, 0, 0);
         transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
         transform-origin: left center; } }

.zoomOutLeft { -webkit-animation-name: zoomOutLeft; -moz-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; } }

@-moz-keyframes zoomOutRight { 40% { opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    -moz-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);
    -moz-transform: scale(0.1) translate3d(2000px, 0, 0);
         transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    -moz-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);
    -moz-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);
    -moz-transform: scale(0.1) translate3d(2000px, 0, 0);
         transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    -moz-transform-origin: right center;
         transform-origin: right center; } }

.zoomOutRight { -webkit-animation-name: zoomOutRight; -moz-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); } }

@-moz-keyframes zoomOutUp { 40% { opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -moz-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);
    -moz-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);
    -moz-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;
    -moz-transform-origin: center bottom;
         transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -moz-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);
    -moz-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);
    -moz-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);
    -moz-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;
    -moz-transform-origin: center bottom;
         transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -moz-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; -moz-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); } }

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

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

.slideInDown { -webkit-animation-name: slideInDown; -moz-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); } }

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

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

.slideInLeft { -webkit-animation-name: slideInLeft; -moz-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); } }

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

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

.slideInRight { -webkit-animation-name: slideInRight; -moz-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); } }

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

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

.slideInUp { -webkit-animation-name: slideInUp; -moz-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); } }

@-moz-keyframes slideOutDown { from { -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); }
  to { visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    -moz-transform: translate3d(0, 100%, 0);
         transform: translate3d(0, 100%, 0); } }

@keyframes slideOutDown { from { -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); }
  to { visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    -moz-transform: translate3d(0, 100%, 0);
         transform: translate3d(0, 100%, 0); } }

.slideOutDown { -webkit-animation-name: slideOutDown; -moz-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); } }

@-moz-keyframes slideOutLeft { from { -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); }
  to { visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
         transform: translate3d(-100%, 0, 0); } }

@keyframes slideOutLeft { from { -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); }
  to { visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
         transform: translate3d(-100%, 0, 0); } }

.slideOutLeft { -webkit-animation-name: slideOutLeft; -moz-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); } }

@-moz-keyframes slideOutRight { from { -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); }
  to { visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
         transform: translate3d(100%, 0, 0); } }

@keyframes slideOutRight { from { -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); }
  to { visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
         transform: translate3d(100%, 0, 0); } }

.slideOutRight { -webkit-animation-name: slideOutRight; -moz-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); } }

@-moz-keyframes slideOutUp { from { -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); }
  to { visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    -moz-transform: translate3d(0, -100%, 0);
         transform: translate3d(0, -100%, 0); } }

@keyframes slideOutUp { from { -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); }
  to { visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    -moz-transform: translate3d(0, -100%, 0);
         transform: translate3d(0, -100%, 0); } }

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

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

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

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

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

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

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

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

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

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

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

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

@media (print), (prefers-reduced-motion) { .animated { -webkit-animation: unset !important; -moz-animation: unset !important; animation: unset !important; -webkit-transition: none !important; -moz-transition: none !important; transition: none !important; } }

/*
Theme Name: Tick Tock
Theme URI: http://www.ticktock.com.au
Author: Tick Tock
Author URI: http://www.ticktock.com.au
Description: Custom Built WordPress theme
Version: 1.0
*/
body { font-size: 14px; overflow-x: hidden; position: relative; }

body img { height: auto; max-width: 100%; }

@media (min-width: 768px) { body { overflow-x: visible; } }

@media (max-width: 991px) { .container-fluid { padding-left: 25px; padding-right: 25px; } }

img[data-lazy-src] { opacity: 0; }

img.lazyloaded { -webkit-transition: opacity .5s linear 0.2s; -moz-transition: opacity .5s linear 0.2s; transition: opacity .5s linear 0.2s; opacity: 1; }

@font-face { font-family: "AvenirNextLTW01-Regular"; src: url("fonts/2cd55546-ec00-4af9-aeca-4a3cd186da53.woff2") format("woff2"), url("fonts/1e9892c0-6927-4412-9874-1b82801ba47a.woff") format("woff"); }

@font-face { font-family: "AvenirNextLTW01-Italic"; src: url("fonts/7377dbe6-f11a-4a05-b33c-bc8ce1f60f84.woff2") format("woff2"), url("fonts/92b66dbd-4201-4ac2-a605-4d4ffc8705cc.woff") format("woff"); }

@font-face { font-family: "AvenirNextLTW01-Medium"; src: url("fonts/627fbb5a-3bae-4cd9-b617-2f923e29d55e.woff2") format("woff2"), url("fonts/f26faddb-86cc-4477-a253-1e1287684336.woff") format("woff"); }

@font-face { font-family: "AvenirNextLTW01-MediumI_721278"; src: url("fonts/3f380a53-50ea-4a62-95c5-d5d8dba03ab8.woff2") format("woff2"), url("fonts/8344e877-560d-44d4-82eb-9822766676f9.woff") format("woff"); }

@font-face { font-family: "Avenir Next LT W01 Bold"; src: url("fonts/14c73713-e4df-4dba-933b-057feeac8dd1.woff2") format("woff2"), url("fonts/b8e906a1-f5e8-4bf1-8e80-82c646ca4d5f.woff") format("woff"); }

@font-face { font-family: "AvenirNextLTW01-BoldIta"; src: url("fonts/eaafcb26-9296-4a57-83e4-4243abc03db7.woff2") format("woff2"), url("fonts/25e83bf5-47e3-4da7-98b1-755efffb0089.woff") format("woff"); }

html { font-size: 14px; }

body { color: #2d2d2d; font-family: "AvenirNextLTW01-Regular", sans-serif; -webkit-font-smoothing: antialiased; }

a { color: #000000; cursor: pointer; }

a:hover, a:focus { color: black; }

a:focus { outline: 0; }

::-moz-selection { background: black; background: rgba(0, 0, 0, 0.8); color: #fff; }

::selection { background: black; background: rgba(0, 0, 0, 0.8); color: #fff; }

::-moz-selection { background: black; background: rgba(0, 0, 0, 0.8); color: #fff; }

h1, h2, h3, h4, h5, h6 { color: #000000; font-family: "meno-banner", serif; font-weight: normal; letter-spacing: normal; line-height: 1.5; margin: 0; margin-bottom: 14px; }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: #000000; }

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover { color: black; }

h1 { color: #000; font-family: "meno-banner", serif; font-size: 2.14286rem; line-height: 1.3; text-transform: none; }

@media (min-width: 768px) { h1 { font-size: 3.57143rem; } }

h2 { font-size: 2.28571rem; }

@media (min-width: 768px) { h2 { font-size: 2.57143rem; } }

h3 { font-size: 1.71429rem; }

@media (min-width: 768px) { h3 { font-size: 2rem; } }

h4 { font-size: 1.5rem; }

@media (min-width: 768px) { h4 { font-size: 1.71429rem; } }

h5 { font-size: 1.28571rem; }

@media (min-width: 768px) { h5 { font-size: 1.42857rem; } }

h6 { font-size: 1.14286rem; }

@media (min-width: 768px) { h6 { font-size: 1rem; } }

p { line-height: 2; margin-bottom: 14px; }

p.lead { font-size: 1.71429rem; font-weight: normal; margin-bottom: 14px; }

small { color: gray; font-size: 0.85rem; }

small a { color: gray; }

blockquote { background: transparent; color: #f3f3f3; font-size: 18px; font-style: italic; font-weight: 700; margin-bottom: 14px; padding: 0; }

blockquote small { margin-top: 20px; }

blockquote p { padding-left: 40px; padding-right: 40px; }

cite { font-style: normal; }

hr { border-color: #d9d9d9; margin-bottom: 40px; margin-top: 40px; }

ul, ol { margin: 0; margin-bottom: 14px; padding-left: 20px; }

@media (max-width: 767px) { .container { padding-left: 20px; padding-right: 20px; } }

.col-xs-fifths, .col-sm-fifths, .col-md-fifths, .col-lg-fifths, .col-xs-eighths, .col-sm-eighths, .col-md-eighths, .col-lg-eighths { min-height: 1px; padding-left: 10px; padding-right: 10px; position: relative; }

.col-xs-fifths { float: left; width: 20%; }

.col-xs-eighths { float: left; width: 12.5%; }

@media (min-width: 768px) { .col-sm-fifths { float: left; width: 20%; }
  .col-sm-eighths { float: left; width: 12.5%; } }

@media (min-width: 992px) { .col-md-fifths { float: left; width: 20%; }
  .col-md-eighths { float: left; width: 12.5%; } }

@media (min-width: 1200px) { .col-lg-fifths { float: left; width: 20%; }
  .col-lg-eighths { float: left; width: 12.5%; } }

@media (min-width: 1500px) { .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 { float: left; }
  .col-xl-1 { width: 8.33333%; }
  .col-xl-2 { width: 16.66667%; }
  .col-xl-3 { width: 25%; }
  .col-xl-4 { width: 33.33333%; }
  .col-xl-5 { width: 41.66667%; }
  .col-xl-6 { width: 50%; }
  .col-xl-7 { width: 58.33333%; }
  .col-xl-8 { width: 66.66667%; }
  .col-xl-9 { width: 75%; }
  .col-xl-10 { width: 83.33333%; }
  .col-xl-11 { width: 91.66667%; }
  .col-xl-12 { width: 100%; }
  .col-xl-pull-0 { right: auto; }
  .col-xl-pull-1 { right: 8.33333%; }
  .col-xl-pull-2 { right: 16.66667%; }
  .col-xl-pull-3 { right: 25%; }
  .col-xl-pull-4 { right: 33.33333%; }
  .col-xl-pull-5 { right: 41.66667%; }
  .col-xl-pull-6 { right: 50%; }
  .col-xl-pull-7 { right: 58.33333%; }
  .col-xl-pull-8 { right: 66.66667%; }
  .col-xl-pull-9 { right: 75%; }
  .col-xl-pull-10 { right: 83.33333%; }
  .col-xl-pull-11 { right: 91.66667%; }
  .col-xl-pull-12 { right: 100%; }
  .col-xl-push-0 { left: auto; }
  .col-xl-push-1 { left: 8.33333%; }
  .col-xl-push-2 { left: 16.66667%; }
  .col-xl-push-3 { left: 25%; }
  .col-xl-push-4 { left: 33.33333%; }
  .col-xl-push-5 { left: 41.66667%; }
  .col-xl-push-6 { left: 50%; }
  .col-xl-push-7 { left: 58.33333%; }
  .col-xl-push-8 { left: 66.66667%; }
  .col-xl-push-9 { left: 75%; }
  .col-xl-push-10 { left: 83.33333%; }
  .col-xl-push-11 { left: 91.66667%; }
  .col-xl-push-12 { left: 100%; }
  .col-xl-offset-0 { margin-left: 0%; }
  .col-xl-offset-1 { margin-left: 8.33333%; }
  .col-xl-offset-2 { margin-left: 16.66667%; }
  .col-xl-offset-3 { margin-left: 25%; }
  .col-xl-offset-4 { margin-left: 33.33333%; }
  .col-xl-offset-5 { margin-left: 41.66667%; }
  .col-xl-offset-6 { margin-left: 50%; }
  .col-xl-offset-7 { margin-left: 58.33333%; }
  .col-xl-offset-8 { margin-left: 66.66667%; }
  .col-xl-offset-9 { margin-left: 75%; }
  .col-xl-offset-10 { margin-left: 83.33333%; }
  .col-xl-offset-11 { margin-left: 91.66667%; }
  .col-xl-offset-12 { margin-left: 100%; } }

.fl-row-content-wrap { padding: 0; }

@media (max-width: 767px) { .fl-col { width: 100%; } }

.fl-row-fixed-width { max-width: 1180px; }

@media (min-width: 768px) { .fl-row-fixed-width { max-width: 760px; } }

@media (min-width: 992px) { .fl-row-fixed-width { max-width: 980px; } }

@media (min-width: 1200px) { .fl-row-fixed-width { max-width: 1180px; } }

.eyebrow { color: #f3f3f3; font-size: 1.14286rem; font-weight: 800; text-transform: uppercase; }

.eyebrow.eyebrow-center { text-align: center; }

.section-cta-form { color: #fff; }

.section-cta-form h1, .section-cta-form h2, .section-cta-form h3, .section-cta-form h4, .section-cta-form h5, .section-cta-form h6, .section-cta-form .eyebrow { color: #fff; max-width: 600px; }

.section-cta-form .home-feature-form { background: rgba(243, 243, 243, 0.1); -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; padding: 30px; }

.section-cta-form .home-feature-form h2 { font-size: 1.78571rem; font-weight: 700; line-height: normal; text-align: center; }

.section-parallax { color: #fff; text-align: center; }

.section-parallax h1, .section-parallax h2, .section-parallax h3, .section-parallax h4, .section-parallax h5, .section-parallax h6, .section-parallax .eyebrow { color: #fff; }

.section-parallax .fl-col-content { padding: 150px 0; }

.full-width-columns { color: #fff; text-align: center; }

.full-width-columns h2, .full-width-columns h3, .full-width-columns h4, .full-width-columns h5, .full-width-columns h6, .full-width-columns .eyebrow { color: #fff; }

.full-width-columns.two-col .fl-col-content { padding-top: 30%; padding-bottom: 30%; }

.full-width-columns.two-col .fl-module { max-width: 500px; margin: 0 auto; }

.full-width-columns.three-col .fl-col-content { padding-top: 20%; padding-bottom: 20%; }

.full-width-columns.three-col .fl-module { max-width: 400px; margin: 0 auto; }

@media (min-width: 768px) { .expanded-column.content-left { position: relative; }
  .expanded-column.content-left .fl-col-content { right: 100px; position: relative; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); -moz-transform: translateY(-50%); transform: translateY(-50%); position: absolute; max-width: 700px; }
  .expanded-column.content-right .fl-col-content { max-width: 560px; }
  .fl-builder-edit .expanded-column.content-left .fl-col-content { position: relative; -webkit-transform: none; -moz-transform: none; -ms-transform: none; transform: none; top: auto; left: auto; right: auto; max-width: none; } }

@media (max-width: 767px) { .fl-tabs-panel { border: 1px solid #000000 !important; margin-bottom: 10px; padding: 10px; }
  .fl-tabs-panel .fl-tabs-label { color: #000000; font-family: "AvenirNextLTW01-Medium", sans-serif; font-size: 0.85714rem; font-weight: normal; padding: 5px 0; text-transform: uppercase; }
  .fl-tabs-panel .fl-tabs-label:focus { outline: none; }
  .fl-tabs-panel .fl-tabs-label .fas:before { color: #000000; font-size: 0.71429rem; }
  .fl-tabs-panel .fl-tabs-label.fl-tab-active { color: #000000; padding: 10px 0; }
  .fl-tabs-panel .fl-tabs-label.fl-tab-active .fas:before { font-family: "Font Awesome 5 Free"; font-weight: 700; content: '\f068'; color: #000000; width: 40px; height: 40px; }
  .fl-tabs-panel .fl-tabs-panel-content { font-size: 0.92857rem; padding: 30px 0; }
  .fl-tabs-panel .fl-tabs-panel-content h3 { font-size: 1.28571rem; } }

@media (min-width: 768px) { .fl-tabs-label { font-family: "AvenirNextLTW01-Medium", sans-serif; font-size: 0.92857rem; margin: 0 6px 0 0; }
  .fl-tabs-labels { font-weight: 700; text-align: center; letter-spacing: normal; font-weight: normal; }
  .fl-tabs-labels .fl-tabs-label { border: 1px solid #000 !important; float: none; font-size: 0.85714rem; letter-spacing: 1px; display: inline-block; text-transform: uppercase; padding: 10px 14px 9px 14px; }
  .fl-tabs-labels .fl-tabs-label:focus { outline: none; }
  .fl-tabs-labels .fl-tabs-label.fl-tab-active { background: #000; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; color: #fff; } }

.fl-accordion-item { border-color: transparent !important; -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1); -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1); box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1); padding: 5px 10px; }

.fl-accordion-item .fl-accordion-button-label { font-family: "meno-banner", serif; font-size: 1.28571rem; }

/* Slider */
.slick-slider { position: relative; display: block; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; }

.slick-list { position: relative; overflow: hidden; display: block; margin: 0; padding: 0; }

.slick-list:focus { outline: none; }

.slick-list.dragging { cursor: pointer; cursor: hand; }

.slick-slider .slick-track, .slick-slider .slick-list { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }

.slick-track { position: relative; left: 0; top: 0; display: block; margin-left: auto; margin-right: auto; }

.slick-track:before, .slick-track:after { content: ""; display: table; }

.slick-track:after { clear: both; }

.slick-loading .slick-track { visibility: hidden; }

.slick-slide { float: left; height: 100%; min-height: 1px; display: none; }

[dir="rtl"] .slick-slide { float: right; }

.slick-slide img { display: block; }

.slick-slide.slick-loading img { display: none; }

.slick-slide.dragging img { pointer-events: none; }

.slick-initialized .slick-slide { display: block; }

.slick-loading .slick-slide { visibility: hidden; }

.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }

.slick-arrow.slick-hidden { display: none; }

/* Slider */
.slick-loading .slick-list { background: #fff url("./ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face { font-family: "slick"; src: url("./fonts/slick.eot"); src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg"); font-weight: normal; font-style: normal; }

/* Arrows */
.slick-prev, .slick-next { position: absolute; display: block; height: 20px; width: 20px; line-height: 0px; font-size: 0px; cursor: pointer; background: transparent; color: transparent; top: 50%; -webkit-transform: translate(0, -50%); -ms-transform: translate(0, -50%); -moz-transform: translate(0, -50%); transform: translate(0, -50%); padding: 0; border: none; outline: none; }

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus { outline: none; background: transparent; color: transparent; }

.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before { opacity: 1; }

.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before { opacity: 0.25; }

.slick-prev:before, .slick-next:before { font-family: "slick"; font-size: 20px; line-height: 1; color: white; opacity: 0.75; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

.slick-prev { left: -25px; }

[dir="rtl"] .slick-prev { left: auto; right: -25px; }

.slick-prev:before { content: "←"; }

[dir="rtl"] .slick-prev:before { content: "→"; }

.slick-next { right: -25px; }

[dir="rtl"] .slick-next { left: -25px; right: auto; }

.slick-next:before { content: "→"; }

[dir="rtl"] .slick-next:before { content: "←"; }

/* Dots */
.slick-dotted.slick-slider { margin-bottom: 30px; }

.slick-dots { position: absolute; bottom: -25px; list-style: none; display: block; text-align: center; padding: 0; margin: 0; width: 100%; }

.slick-dots li { position: relative; display: inline-block; height: 20px; width: 20px; margin: 0 5px; padding: 0; cursor: pointer; }

.slick-dots li button { border: 0; background: transparent; display: block; height: 20px; width: 20px; outline: none; line-height: 0px; font-size: 0px; color: transparent; padding: 5px; cursor: pointer; }

.slick-dots li button:hover, .slick-dots li button:focus { outline: none; }

.slick-dots li button:hover:before, .slick-dots li button:focus:before { opacity: 1; }

.slick-dots li button:before { position: absolute; top: 0; left: 0; content: "•"; width: 20px; height: 20px; font-family: "slick"; font-size: 15px; line-height: 20px; text-align: center; color: black; opacity: 0.25; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

.slick-dots li.slick-active button:before { color: black; opacity: 0.75; }

.admin-bar .site-header { top: 32px; }

.admin-bar .site-header.menu-toggled .menu-header-cta-container { top: 52px; }

@media all and (max-width: 600px) { .admin-bar #wpadminbar { margin-top: -46px; } }

@media all and (max-width: 782px) { .admin-bar .site-header { top: 49px; }
  .admin-bar .site-header.menu-toggled .menu-header-cta-container { top: 49px; } }

.skip-link { display: none; }

.site-header { background: white; display: block; height: 60px; position: fixed; top: 0; width: 100%; z-index: 104; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; }

.site-header .container { position: static; }

.site-header.header-is-fixed { position: fixed; }

.site-header.header-is-fixed.nav-up { top: -60px; }

.site-header.header-is-fixed.nav-down { background: white; }

.site-header.menu-toggled.nav-up { top: 0 !important; }

.site-header .header-actions { float: right; line-height: 1; margin-top: 3.33333px; }

.site-header.header-layout-b .header-actions { margin-right: 50px; }

.site-header .alert-bar { background: #f2f2f2; font-size: 0.85714rem; padding: 6px 20px; text-align: center; text-transform: uppercase; }

.site-header .alert-bar p { line-height: 1.5; margin: 0; }

@media (max-width: 767px) { .site-header .alert-bar { top: 60px; position: absolute; width: 100%; } }

@media (min-width: 768px) { .site-header { height: 100px; }
  .site-header.has-alert-bar { height: 135px; }
  .site-header.header-is-fixed.nav-up { top: -100px; }
  .site-header .header-actions { margin-top: 15.38462px; }
  .site-header.header-layout-b .header-actions { margin-right: 80px; } }

@media (min-width: 992px) { .site-header { height: 100px; }
  .site-header.has-alert-bar { height: 135px; } }

@media (min-width: 992px) { .site-header.header-is-full-width .col-site-header { padding-left: 40px; padding-right: 40px; } }

.site-header .logo { display: inline-block; font-size: initial; padding: 18px 0; vertical-align: top; z-index: 5000; }

.site-header .logo img, .site-header .logo svg { font-size: 16px; max-width: 100%; height: auto; width: 110px; height: 24px; }

.site-header .logo .st0 { fill: #fff; }

.site-header .logo .st1 { fill: transparent; }

.site-header .logo .header-logo-alternate { display: none; }

.site-header.menu-toggled .logo { position: fixed; }

.site-header.header-layout-c .logo, .site-header.header-layout-e .logo { padding-left: 40px; }

@media (min-width: 768px) { .site-header .logo { padding: 42px 0 0 0; }
  .site-header .logo img, .site-header .logo svg { width: 220px; height: 16px; }
  .site-header.header-layout-a .logo, .site-header.header-layout-b .logo, .site-header.header-layout-c .logo, .site-header.header-layout-e .logo { float: left; }
  .site-header.header-layout-c .logo { padding: 28px 0 0 80px; }
  .site-header.header-layout-d .logo { position: relative; left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); -moz-transform: translateX(-50%); transform: translateX(-50%); position: absolute; padding: 28px 0 0 0; }
  .site-header.header-layout-e .logo { padding-left: 50px; } }

@media (min-width: 992px) { .site-header .logo img, .site-header .logo svg { width: 220px; height: 16px; }
  .site-header.header-layout-c .logo { padding: 28px 0 0 50px; } }

@media (min-width: 1200px) { .site-header.header-layout-e .logo { padding: 42px 0 0 0; } }

.site-header .logo.show-alternate-logo .header-logo { display: none; }

.site-header .logo.show-alternate-logo .header-logo-alternate { display: block; }

@media (min-width: 1200px) { .header-layout-a .main-navigation, .header-layout-d .main-navigation, .header-layout-e .main-navigation { display: inline-block; font-family: "AvenirNextLTW01-Medium", sans-serif; float: right; margin-top: 34px; vertical-align: middle; }
  .header-layout-a .main-navigation .menu .menu-item, .header-layout-d .main-navigation .menu .menu-item, .header-layout-e .main-navigation .menu .menu-item { float: left; position: relative; }
  .header-layout-a .main-navigation .menu .menu-item a, .header-layout-d .main-navigation .menu .menu-item a, .header-layout-e .main-navigation .menu .menu-item a { color: #000; display: block; font-weight: 500; font-size: 0.85714rem; padding: 10px 40px; letter-spacing: 1px; text-transform: uppercase; }
  .header-layout-a .main-navigation .menu .menu-item a:hover, .header-layout-a .main-navigation .menu .menu-item a:active, .header-layout-a .main-navigation .menu .menu-item a:focus, .header-layout-d .main-navigation .menu .menu-item a:hover, .header-layout-d .main-navigation .menu .menu-item a:active, .header-layout-d .main-navigation .menu .menu-item a:focus, .header-layout-e .main-navigation .menu .menu-item a:hover, .header-layout-e .main-navigation .menu .menu-item a:active, .header-layout-e .main-navigation .menu .menu-item a:focus { text-decoration: none; }
  .header-layout-a .main-navigation .menu .menu-item > a, .header-layout-d .main-navigation .menu .menu-item > a, .header-layout-e .main-navigation .menu .menu-item > a { border-bottom: 0px solid transparent; border-top: 0 solid transparent; line-height: 1; padding: 10px 8px; -webkit-transition: all .2s ease; -moz-transition: all .2s ease; transition: all .2s ease; }
  .header-layout-a .main-navigation .menu .menu-item:hover > a, .header-layout-d .main-navigation .menu .menu-item:hover > a, .header-layout-e .main-navigation .menu .menu-item:hover > a { background-color: transparent; border-bottom: 0px solid #f3f3f3; border-top: 0 solid #fff; color: #000; }
  .header-layout-a .main-navigation .menu .menu-item.menu-item-has-children > a:after, .header-layout-d .main-navigation .menu .menu-item.menu-item-has-children > a:after, .header-layout-e .main-navigation .menu .menu-item.menu-item-has-children > a:after { content: '\f078'; display: inline-block; font-family: FontAwesome; font-size: .6em; margin-left: 5px; margin-top: 3px; vertical-align: top; }
  .header-layout-a .main-navigation .menu .menu-item.current-menu-item > a, .header-layout-a .main-navigation .menu .menu-item.current-menu-ancestor > a, .header-layout-d .main-navigation .menu .menu-item.current-menu-item > a, .header-layout-d .main-navigation .menu .menu-item.current-menu-ancestor > a, .header-layout-e .main-navigation .menu .menu-item.current-menu-item > a, .header-layout-e .main-navigation .menu .menu-item.current-menu-ancestor > a { background-color: transparent; border-bottom: 0px solid #f3f3f3; border-top: 0 solid #fff; color: #000; }
  .header-layout-a .main-navigation .menu .menu-item.current-menu-item:hover > a, .header-layout-a .main-navigation .menu .menu-item.current-menu-ancestor:hover > a, .header-layout-d .main-navigation .menu .menu-item.current-menu-item:hover > a, .header-layout-d .main-navigation .menu .menu-item.current-menu-ancestor:hover > a, .header-layout-e .main-navigation .menu .menu-item.current-menu-item:hover > a, .header-layout-e .main-navigation .menu .menu-item.current-menu-ancestor:hover > a { background-color: transparent; border-bottom: 0px solid #f3f3f3; border-top: 0 solid #fff; color: #000; }
  .header-layout-a .main-navigation .menu .menu-item .expand, .header-layout-d .main-navigation .menu .menu-item .expand, .header-layout-e .main-navigation .menu .menu-item .expand { display: none; }
  .header-layout-a .main-navigation .menu > .menu-item, .header-layout-d .main-navigation .menu > .menu-item, .header-layout-e .main-navigation .menu > .menu-item { margin: 0 0; }
  .header-layout-a .header-layout-b .main-navigation, .header-layout-a .header-layout-c .main-navigation, .header-layout-d .header-layout-b .main-navigation, .header-layout-d .header-layout-c .main-navigation, .header-layout-e .header-layout-b .main-navigation, .header-layout-e .header-layout-c .main-navigation { margin-top: 0; }
  .header-layout-a .header-layout-d .main-navigation, .header-layout-d .header-layout-d .main-navigation, .header-layout-e .header-layout-d .main-navigation { float: left; } }

@media (min-width: 1200px) { .header-layout-a .main-navigation, .header-layout-d .main-navigation, .header-layout-e .main-navigation { background: transparent; }
  .header-layout-a .main-navigation .menu .menu-item a, .header-layout-d .main-navigation .menu .menu-item a, .header-layout-e .main-navigation .menu .menu-item a { font-size: 0.85714rem; padding: 10px 12px; }
  .header-layout-a .main-navigation .menu > .menu-item, .header-layout-d .main-navigation .menu > .menu-item, .header-layout-e .main-navigation .menu > .menu-item { margin: 0 0; } }

@media (min-width: 1200px) { .header-layout-a .main-navigation .menu .menu-item > a, .header-layout-d .main-navigation .menu .menu-item > a, .header-layout-e .main-navigation .menu .menu-item > a { font-size: 0.85714rem; padding: 10px 12px 50px 12px; }
  .header-layout-a .main-navigation .menu > .menu-item, .header-layout-d .main-navigation .menu > .menu-item, .header-layout-e .main-navigation .menu > .menu-item { margin: 0 0; }
  .header-layout-e .main-navigation { margin-left: 30px; float: none; } }

.site-header .site-header-col { position: static; }

.header-layout-b .main-navigation, .header-layout-c .main-navigation, .header-layout-mobile-only .main-navigation { background: transparent; font-family: "meno-banner", serif; left: 0; position: fixed; text-align: center; top: 0; width: 100%; z-index: -1; }

.header-layout-b .main-navigation .menu-background, .header-layout-c .main-navigation .menu-background, .header-layout-mobile-only .main-navigation .menu-background { -webkit-background-size: cover; -moz-background-size: cover; background-size: cover; background: #fff; display: none; opacity: 0; overflow-y: scroll; position: absolute; top: 0; visibility: hidden; -webkit-transition: visibility 0.2s, opacity 0.2s linear; -moz-transition: visibility 0.2s, opacity 0.2s linear; transition: visibility 0.2s, opacity 0.2s linear; width: 100%; z-index: 112; height: 100%; height: 100vh; left: 0; }

.header-layout-b .main-navigation .menu-content-wrapper, .header-layout-c .main-navigation .menu-content-wrapper, .header-layout-mobile-only .main-navigation .menu-content-wrapper { padding-top: 150px; position: relative; z-index: 15; }

.header-layout-b .main-navigation .menu-primary-container, .header-layout-c .main-navigation .menu-primary-container, .header-layout-mobile-only .main-navigation .menu-primary-container { overflow: hidden; padding-bottom: 20px; position: relative; z-index: 114; }

.header-layout-b .main-navigation .menu > .menu-item, .header-layout-c .main-navigation .menu > .menu-item, .header-layout-mobile-only .main-navigation .menu > .menu-item { -webkit-animation: enter-menu-items .4s both; -moz-animation: enter-menu-items .4s both; animation: enter-menu-items .4s both; }

.header-layout-b .main-navigation .menu > .menu-item:nth-child(n + 1), .header-layout-c .main-navigation .menu > .menu-item:nth-child(n + 1), .header-layout-mobile-only .main-navigation .menu > .menu-item:nth-child(n + 1) { -webkit-animation-delay: 0.075s; -moz-animation-delay: 0.075s; animation-delay: 0.075s; }

.header-layout-b .main-navigation .menu > .menu-item:nth-child(n + 2), .header-layout-c .main-navigation .menu > .menu-item:nth-child(n + 2), .header-layout-mobile-only .main-navigation .menu > .menu-item:nth-child(n + 2) { -webkit-animation-delay: 0.15s; -moz-animation-delay: 0.15s; animation-delay: 0.15s; }

.header-layout-b .main-navigation .menu > .menu-item:nth-child(n + 3), .header-layout-c .main-navigation .menu > .menu-item:nth-child(n + 3), .header-layout-mobile-only .main-navigation .menu > .menu-item:nth-child(n + 3) { -webkit-animation-delay: 0.225s; -moz-animation-delay: 0.225s; animation-delay: 0.225s; }

.header-layout-b .main-navigation .menu > .menu-item:nth-child(n + 4), .header-layout-c .main-navigation .menu > .menu-item:nth-child(n + 4), .header-layout-mobile-only .main-navigation .menu > .menu-item:nth-child(n + 4) { -webkit-animation-delay: 0.3s; -moz-animation-delay: 0.3s; animation-delay: 0.3s; }

.header-layout-b .main-navigation .menu > .menu-item:nth-child(n + 5), .header-layout-c .main-navigation .menu > .menu-item:nth-child(n + 5), .header-layout-mobile-only .main-navigation .menu > .menu-item:nth-child(n + 5) { -webkit-animation-delay: 0.375s; -moz-animation-delay: 0.375s; animation-delay: 0.375s; }

.header-layout-b .main-navigation .menu > .menu-item:nth-child(n + 6), .header-layout-c .main-navigation .menu > .menu-item:nth-child(n + 6), .header-layout-mobile-only .main-navigation .menu > .menu-item:nth-child(n + 6) { -webkit-animation-delay: 0.45s; -moz-animation-delay: 0.45s; animation-delay: 0.45s; }

.header-layout-b .main-navigation .menu > .menu-item:nth-child(n + 7), .header-layout-c .main-navigation .menu > .menu-item:nth-child(n + 7), .header-layout-mobile-only .main-navigation .menu > .menu-item:nth-child(n + 7) { -webkit-animation-delay: 0.525s; -moz-animation-delay: 0.525s; animation-delay: 0.525s; }

.header-layout-b .main-navigation .menu > .menu-item:nth-child(n + 8), .header-layout-c .main-navigation .menu > .menu-item:nth-child(n + 8), .header-layout-mobile-only .main-navigation .menu > .menu-item:nth-child(n + 8) { -webkit-animation-delay: 0.6s; -moz-animation-delay: 0.6s; animation-delay: 0.6s; }

.header-layout-b .main-navigation .menu > .menu-item:nth-child(n + 9), .header-layout-c .main-navigation .menu > .menu-item:nth-child(n + 9), .header-layout-mobile-only .main-navigation .menu > .menu-item:nth-child(n + 9) { -webkit-animation-delay: 0.675s; -moz-animation-delay: 0.675s; animation-delay: 0.675s; }

.header-layout-b .main-navigation .menu > .menu-item:nth-child(n + 10), .header-layout-c .main-navigation .menu > .menu-item:nth-child(n + 10), .header-layout-mobile-only .main-navigation .menu > .menu-item:nth-child(n + 10) { -webkit-animation-delay: 0.75s; -moz-animation-delay: 0.75s; animation-delay: 0.75s; }

.header-layout-b .main-navigation .menu > .menu-item:nth-child(n + 11), .header-layout-c .main-navigation .menu > .menu-item:nth-child(n + 11), .header-layout-mobile-only .main-navigation .menu > .menu-item:nth-child(n + 11) { -webkit-animation-delay: 0.825s; -moz-animation-delay: 0.825s; animation-delay: 0.825s; }

.header-layout-b .main-navigation .menu > .menu-item:nth-child(n + 12), .header-layout-c .main-navigation .menu > .menu-item:nth-child(n + 12), .header-layout-mobile-only .main-navigation .menu > .menu-item:nth-child(n + 12) { -webkit-animation-delay: 0.9s; -moz-animation-delay: 0.9s; animation-delay: 0.9s; }

.header-layout-b .main-navigation .menu > .menu-item:nth-child(n + 13), .header-layout-c .main-navigation .menu > .menu-item:nth-child(n + 13), .header-layout-mobile-only .main-navigation .menu > .menu-item:nth-child(n + 13) { -webkit-animation-delay: 0.975s; -moz-animation-delay: 0.975s; animation-delay: 0.975s; }

.header-layout-b .main-navigation .menu > .menu-item:nth-child(n + 14), .header-layout-c .main-navigation .menu > .menu-item:nth-child(n + 14), .header-layout-mobile-only .main-navigation .menu > .menu-item:nth-child(n + 14) { -webkit-animation-delay: 1.05s; -moz-animation-delay: 1.05s; animation-delay: 1.05s; }

.header-layout-b .main-navigation .menu > .menu-item:nth-child(n + 15), .header-layout-c .main-navigation .menu > .menu-item:nth-child(n + 15), .header-layout-mobile-only .main-navigation .menu > .menu-item:nth-child(n + 15) { -webkit-animation-delay: 1.125s; -moz-animation-delay: 1.125s; animation-delay: 1.125s; }

.header-layout-b .main-navigation .menu > .menu-item:nth-child(n + 16), .header-layout-c .main-navigation .menu > .menu-item:nth-child(n + 16), .header-layout-mobile-only .main-navigation .menu > .menu-item:nth-child(n + 16) { -webkit-animation-delay: 1.2s; -moz-animation-delay: 1.2s; animation-delay: 1.2s; }

.header-layout-b .main-navigation .menu > .menu-item:nth-child(n + 17), .header-layout-c .main-navigation .menu > .menu-item:nth-child(n + 17), .header-layout-mobile-only .main-navigation .menu > .menu-item:nth-child(n + 17) { -webkit-animation-delay: 1.275s; -moz-animation-delay: 1.275s; animation-delay: 1.275s; }

.header-layout-b .main-navigation .menu > .menu-item:nth-child(n + 18), .header-layout-c .main-navigation .menu > .menu-item:nth-child(n + 18), .header-layout-mobile-only .main-navigation .menu > .menu-item:nth-child(n + 18) { -webkit-animation-delay: 1.35s; -moz-animation-delay: 1.35s; animation-delay: 1.35s; }

.header-layout-b .main-navigation .menu > .menu-item:nth-child(n + 19), .header-layout-c .main-navigation .menu > .menu-item:nth-child(n + 19), .header-layout-mobile-only .main-navigation .menu > .menu-item:nth-child(n + 19) { -webkit-animation-delay: 1.425s; -moz-animation-delay: 1.425s; animation-delay: 1.425s; }

.header-layout-b .main-navigation .menu > .menu-item:nth-child(n + 20), .header-layout-c .main-navigation .menu > .menu-item:nth-child(n + 20), .header-layout-mobile-only .main-navigation .menu > .menu-item:nth-child(n + 20) { -webkit-animation-delay: 1.5s; -moz-animation-delay: 1.5s; animation-delay: 1.5s; }

.header-layout-b .main-navigation .menu .menu-item, .header-layout-c .main-navigation .menu .menu-item, .header-layout-mobile-only .main-navigation .menu .menu-item { margin: 0; width: 100%; }

.header-layout-b .main-navigation .menu .menu-item a, .header-layout-c .main-navigation .menu .menu-item a, .header-layout-mobile-only .main-navigation .menu .menu-item a { background: transparent; border-bottom: 0 solid transparent; color: #000; font-family: "meno-banner", serif; font-size: -moz-calc(16px + (24 - 16) * ((100vw - 300px) / (1600 - 300))); font-size: calc(16px + (24 - 16) * ((100vw - 300px) / (1600 - 300))); padding: 10px 30px; letter-spacing: 1px; text-transform: uppercase; }

.header-layout-b .main-navigation .menu .menu-item a:hover, .header-layout-b .main-navigation .menu .menu-item a:active, .header-layout-b .main-navigation .menu .menu-item a:focus, .header-layout-c .main-navigation .menu .menu-item a:hover, .header-layout-c .main-navigation .menu .menu-item a:active, .header-layout-c .main-navigation .menu .menu-item a:focus, .header-layout-mobile-only .main-navigation .menu .menu-item a:hover, .header-layout-mobile-only .main-navigation .menu .menu-item a:active, .header-layout-mobile-only .main-navigation .menu .menu-item a:focus { text-decoration: none; }

.header-layout-b .main-navigation .menu .menu-item.current-menu-item a, .header-layout-b .main-navigation .menu .menu-item.current-menu-ancestor a, .header-layout-c .main-navigation .menu .menu-item.current-menu-item a, .header-layout-c .main-navigation .menu .menu-item.current-menu-ancestor a, .header-layout-mobile-only .main-navigation .menu .menu-item.current-menu-item a, .header-layout-mobile-only .main-navigation .menu .menu-item.current-menu-ancestor a { background-color: transparent; color: #000000; }

.header-layout-b .main-navigation .menu .menu-item:last-of-type a, .header-layout-c .main-navigation .menu .menu-item:last-of-type a, .header-layout-mobile-only .main-navigation .menu .menu-item:last-of-type a { border-bottom: none; }

.header-layout-b.menu-toggled .main-navigation, .header-layout-c.menu-toggled .main-navigation, .header-layout-mobile-only.menu-toggled .main-navigation { background: transparent; height: 100%; height: 100vh; z-index: 112; }

.header-layout-b.menu-toggled .main-navigation .menu-background, .header-layout-c.menu-toggled .main-navigation .menu-background, .header-layout-mobile-only.menu-toggled .main-navigation .menu-background { display: block; visibility: visible; opacity: 1; width: 100%; height: 100%; height: 100vh; }

@-webkit-keyframes enter-menu-items { from { opacity: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
  to { opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@-moz-keyframes enter-menu-items { from { opacity: 0;
    -moz-transform: translateY(-50%);
         transform: translateY(-50%); }
  to { opacity: 1;
    -moz-transform: translateY(0);
         transform: translateY(0); } }

@keyframes enter-menu-items { from { opacity: 0;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
            transform: translateY(-50%); }
  to { opacity: 1;
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
            transform: translateY(0); } }

@-webkit-keyframes enter-nav-items { from { opacity: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%); }
  to { opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@-moz-keyframes enter-nav-items { from { opacity: 0;
    -moz-transform: translateY(100%);
         transform: translateY(100%); }
  to { opacity: 1;
    -moz-transform: translateY(0);
         transform: translateY(0); } }

@keyframes enter-nav-items { from { opacity: 0;
    -webkit-transform: translateY(100%);
       -moz-transform: translateY(100%);
            transform: translateY(100%); }
  to { opacity: 1;
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
            transform: translateY(0); } }

.header-layout-b .main-navigation .menu-background-close, .header-layout-c .main-navigation .menu-background-close, .header-layout-mobile-only .main-navigation .menu-background-close { background: transparent; display: block; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: 111; }

.header-layout-b .main-navigation .menu .menu-item .sub-menu, .header-layout-c .main-navigation .menu .menu-item .sub-menu, .header-layout-mobile-only .main-navigation .menu .menu-item .sub-menu { background: transparent; display: none; padding: 10px 20px; }

.header-layout-b .main-navigation .menu .menu-item .sub-menu .menu-item a, .header-layout-c .main-navigation .menu .menu-item .sub-menu .menu-item a, .header-layout-mobile-only .main-navigation .menu .menu-item .sub-menu .menu-item a { background: transparent; font-size: 0.92857rem; padding: 10px 0; }

.header-layout-b .main-navigation .menu .menu-item .sub-menu .menu-item.current-menu-item > a, .header-layout-c .main-navigation .menu .menu-item .sub-menu .menu-item.current-menu-item > a, .header-layout-mobile-only .main-navigation .menu .menu-item .sub-menu .menu-item.current-menu-item > a { background: transparent; }

.header-layout-b .main-navigation .menu .menu-item.mega-menu .sub-menu .menu-item, .header-layout-c .main-navigation .menu .menu-item.mega-menu .sub-menu .menu-item, .header-layout-mobile-only .main-navigation .menu .menu-item.mega-menu .sub-menu .menu-item { padding: 0 5px; width: 48%; }

.header-layout-b .main-navigation .menu .menu-item.mega-menu .sub-menu .menu-item > a, .header-layout-c .main-navigation .menu .menu-item.mega-menu .sub-menu .menu-item > a, .header-layout-mobile-only .main-navigation .menu .menu-item.mega-menu .sub-menu .menu-item > a { display: none; }

.header-layout-b .main-navigation .menu .menu-item.mega-menu .sub-menu .mega-menu-item-image, .header-layout-c .main-navigation .menu .menu-item.mega-menu .sub-menu .mega-menu-item-image, .header-layout-mobile-only .main-navigation .menu .menu-item.mega-menu .sub-menu .mega-menu-item-image { -webkit-background-size: cover; -moz-background-size: cover; background-size: cover; width: 100%; padding-bottom: 60%; }

.header-layout-b .main-navigation .menu .menu-item.menu-item-has-children, .header-layout-c .main-navigation .menu .menu-item.menu-item-has-children, .header-layout-mobile-only .main-navigation .menu .menu-item.menu-item-has-children { position: relative; }

.header-layout-b .main-navigation .menu .menu-item.menu-item-has-children a .expand, .header-layout-c .main-navigation .menu .menu-item.menu-item-has-children a .expand, .header-layout-mobile-only .main-navigation .menu .menu-item.menu-item-has-children a .expand { display: block; padding: 10px 30px; position: absolute; right: 20px; top: 0; width: 60px; }

.header-layout-b .main-navigation .menu .menu-item.menu-item-has-children a .expand .fal, .header-layout-c .main-navigation .menu .menu-item.menu-item-has-children a .expand .fal, .header-layout-mobile-only .main-navigation .menu .menu-item.menu-item-has-children a .expand .fal { font-size: 1.71429rem; -webkit-transition: all 0.2s cubic-bezier(0.25, 0.25, 0.25, 1.5); -moz-transition: all 0.2s cubic-bezier(0.25, 0.25, 0.25, 1.5); transition: all 0.2s cubic-bezier(0.25, 0.25, 0.25, 1.5); }

.header-layout-b .main-navigation .menu .menu-item.menu-item-has-children .sub-menu a .expand .fs, .header-layout-c .main-navigation .menu .menu-item.menu-item-has-children .sub-menu a .expand .fs, .header-layout-mobile-only .main-navigation .menu .menu-item.menu-item-has-children .sub-menu a .expand .fs { font-size: 1.42857rem; }

.header-layout-b .main-navigation .menu .menu-item.menu-item-has-children.expanded > a .expand .fal, .header-layout-c .main-navigation .menu .menu-item.menu-item-has-children.expanded > a .expand .fal, .header-layout-mobile-only .main-navigation .menu .menu-item.menu-item-has-children.expanded > a .expand .fal { -webkit-transform: rotateZ(180deg); -moz-transform: rotateZ(180deg); -ms-transform: rotate(180deg); transform: rotateZ(180deg); }

.header-layout-b .menu-toggle, .header-layout-c .menu-toggle, .header-layout-mobile-only .menu-toggle { -webkit-tap-highlight-color: transparent; cursor: pointer; padding: 5px; pointer-events: all; position: absolute; left: 10px; top: 24px; width: 33px; z-index: 6000; }

.header-layout-b .menu-toggle .toggle .inner, .header-layout-c .menu-toggle .toggle .inner, .header-layout-mobile-only .menu-toggle .toggle .inner { background-color: #000; height: 2px; position: relative; -webkit-transition: all 0.3s cubic-bezier(0.15, 1, 0.3, 1); -moz-transition: all 0.3s cubic-bezier(0.15, 1, 0.3, 1); transition: all 0.3s cubic-bezier(0.15, 1, 0.3, 1); }

.header-layout-b .menu-toggle .toggle .inner:before, .header-layout-b .menu-toggle .toggle .inner:after, .header-layout-c .menu-toggle .toggle .inner:before, .header-layout-c .menu-toggle .toggle .inner:after, .header-layout-mobile-only .menu-toggle .toggle .inner:before, .header-layout-mobile-only .menu-toggle .toggle .inner:after { background-color: #000; content: ''; display: block; height: 2px; position: absolute; width: 100%; }

.header-layout-b .menu-toggle .toggle .inner:before, .header-layout-c .menu-toggle .toggle .inner:before, .header-layout-mobile-only .menu-toggle .toggle .inner:before { top: -6px; }

.header-layout-b .menu-toggle .toggle .inner:after, .header-layout-c .menu-toggle .toggle .inner:after, .header-layout-mobile-only .menu-toggle .toggle .inner:after { bottom: -6px; }

.header-layout-b.menu-toggled .menu-toggle .toggle .inner, .header-layout-c.menu-toggled .menu-toggle .toggle .inner, .header-layout-mobile-only.menu-toggled .menu-toggle .toggle .inner { background-color: transparent; -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg); height: 0; }

.header-layout-b.menu-toggled .menu-toggle .toggle .inner:before, .header-layout-c.menu-toggled .menu-toggle .toggle .inner:before, .header-layout-mobile-only.menu-toggled .menu-toggle .toggle .inner:before { top: 50%; -webkit-transform: translateY(-50%) rotateZ(45deg); -moz-transform: translateY(-50%) rotateZ(45deg); -ms-transform: translateY(-50%) rotate(45deg); transform: translateY(-50%) rotateZ(45deg); }

.header-layout-b.menu-toggled .menu-toggle .toggle .inner:after, .header-layout-c.menu-toggled .menu-toggle .toggle .inner:after, .header-layout-mobile-only.menu-toggled .menu-toggle .toggle .inner:after { top: 50%; -webkit-transform: translateY(-50%) rotateZ(-45deg); -moz-transform: translateY(-50%) rotateZ(-45deg); -ms-transform: translateY(-50%) rotate(-45deg); transform: translateY(-50%) rotateZ(-45deg); }

.header-layout-a .menu-toggle, .header-layout-b .menu-toggle { left: auto; right: 10px; }

@media (min-width: 768px) { .header-layout-b .menu-toggle, .header-layout-c .menu-toggle, .header-layout-e .menu-toggle { left: 10px; top: 44px; }
  .header-layout-b .menu-toggle { left: auto; } }

@media (min-width: 1200px) { .header-layout-a .main-navigation .menu .menu-item .sub-menu, .header-layout-d .main-navigation .menu .menu-item .sub-menu, .header-layout-e .main-navigation .menu .menu-item .sub-menu { background: #fff; -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1); -moz-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1); box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1); display: block; height: 0; left: 0; opacity: 0; overflow: hidden; padding-left: 0; position: absolute; top: 34px; width: 250px; z-index: 120; }
  .header-layout-a .main-navigation .menu .menu-item .sub-menu .menu-item, .header-layout-d .main-navigation .menu .menu-item .sub-menu .menu-item, .header-layout-e .main-navigation .menu .menu-item .sub-menu .menu-item { display: block; width: 100%; }
  .header-layout-a .main-navigation .menu .menu-item .sub-menu .menu-item > a, .header-layout-d .main-navigation .menu .menu-item .sub-menu .menu-item > a, .header-layout-e .main-navigation .menu .menu-item .sub-menu .menu-item > a { background: #fff; border: 0; color: #000000; font-size: 0.85714rem; line-height: 1.2; margin: 0; padding: 10px 20px; -webkit-transition: background .2s ease; -moz-transition: background .2s ease; transition: background .2s ease; }
  .header-layout-a .main-navigation .menu .menu-item .sub-menu .menu-item:hover > a, .header-layout-d .main-navigation .menu .menu-item .sub-menu .menu-item:hover > a, .header-layout-e .main-navigation .menu .menu-item .sub-menu .menu-item:hover > a { background: #000; color: #fff; }
  .header-layout-a .main-navigation .menu .menu-item .sub-menu .menu-item.current-menu-item > a, .header-layout-d .main-navigation .menu .menu-item .sub-menu .menu-item.current-menu-item > a, .header-layout-e .main-navigation .menu .menu-item .sub-menu .menu-item.current-menu-item > a { background: #fff; }
  .header-layout-a .main-navigation .menu .menu-item .sub-menu .menu-item.current-menu-item:hover > a, .header-layout-d .main-navigation .menu .menu-item .sub-menu .menu-item.current-menu-item:hover > a, .header-layout-e .main-navigation .menu .menu-item .sub-menu .menu-item.current-menu-item:hover > a { background: #000; }
  .header-layout-a .main-navigation .menu .menu-item.mega-menu .sub-menu, .header-layout-d .main-navigation .menu .menu-item.mega-menu .sub-menu, .header-layout-e .main-navigation .menu .menu-item.mega-menu .sub-menu { display: block; left: 0; opacity: 0; position: fixed; top: 130px; -webkit-transform: scaleY(0); -moz-transform: scaleY(0); -ms-transform: scaleY(0); transform: scaleY(0); -webkit-transform-origin: top; -moz-transform-origin: top; -ms-transform-origin: top; transform-origin: top; -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1); -moz-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1); transition: all 1s cubic-bezier(0.19, 1, 0.22, 1); height: 0; padding: 0px 40px 0px 40px; width: 100%; }
  .header-layout-a .main-navigation .menu .menu-item.mega-menu .sub-menu .menu-item, .header-layout-d .main-navigation .menu .menu-item.mega-menu .sub-menu .menu-item, .header-layout-e .main-navigation .menu .menu-item.mega-menu .sub-menu .menu-item { padding: 0 20px; width: 25%; }
  .header-layout-a .main-navigation .menu .menu-item.mega-menu .sub-menu .menu-item .mega-menu-item-image, .header-layout-d .main-navigation .menu .menu-item.mega-menu .sub-menu .menu-item .mega-menu-item-image, .header-layout-e .main-navigation .menu .menu-item.mega-menu .sub-menu .menu-item .mega-menu-item-image { -webkit-background-size: cover; -moz-background-size: cover; background-size: cover; width: 100%; padding-bottom: 60%; margin-bottom: 10px; }
  .header-layout-a .main-navigation .menu .menu-item.mega-menu .sub-menu .menu-item a, .header-layout-d .main-navigation .menu .menu-item.mega-menu .sub-menu .menu-item a, .header-layout-e .main-navigation .menu .menu-item.mega-menu .sub-menu .menu-item a { padding: 0px 0 !important; }
  .header-layout-a .main-navigation .menu .menu-item:hover > .sub-menu, .header-layout-d .main-navigation .menu .menu-item:hover > .sub-menu, .header-layout-e .main-navigation .menu .menu-item:hover > .sub-menu { -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1); -moz-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1); transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1); -webkit-transform: scaleY(1); -moz-transform: scaleY(1); -ms-transform: scaleY(1); transform: scaleY(1); opacity: 1; overflow: visible; }
  .header-layout-a .main-navigation .menu .menu-item:hover.mega-menu .sub-menu, .header-layout-d .main-navigation .menu .menu-item:hover.mega-menu .sub-menu, .header-layout-e .main-navigation .menu .menu-item:hover.mega-menu .sub-menu { height: auto; padding: 40px 40px 40px 40px; top: 130px; } }

@media (min-width: 992px) { .header-layout-a .main-navigation .menu .menu-item .sub-menu, .header-layout-d .main-navigation .menu .menu-item .sub-menu, .header-layout-e .main-navigation .menu .menu-item .sub-menu { top: 71px; } }

@media (min-width: 768px) { .header-layout-a .main-navigation .menu .menu-item .sub-menu .menu-item .sub-menu, .header-layout-d .main-navigation .menu .menu-item .sub-menu .menu-item .sub-menu, .header-layout-e .main-navigation .menu .menu-item .sub-menu .menu-item .sub-menu { left: 0; margin-left: -100%; position: absolute; top: 0; }
  .header-layout-a .main-navigation .menu .menu-item .sub-menu .menu-item .sub-menu .menu-item a, .header-layout-d .main-navigation .menu .menu-item .sub-menu .menu-item .sub-menu .menu-item a, .header-layout-e .main-navigation .menu .menu-item .sub-menu .menu-item .sub-menu .menu-item a { -webkit-transition: background .2s ease; -moz-transition: background .2s ease; transition: background .2s ease; }
  .header-layout-a .main-navigation .menu .menu-item .sub-menu .menu-item:hover .sub-menu, .header-layout-d .main-navigation .menu .menu-item .sub-menu .menu-item:hover .sub-menu, .header-layout-e .main-navigation .menu .menu-item .sub-menu .menu-item:hover .sub-menu { overflow: visible; } }

@media (min-width: 768px) { .header-layout-a .main-navigation .menu .menu-item:last-of-type .sub-menu, .header-layout-d .main-navigation .menu .menu-item:last-of-type .sub-menu, .header-layout-e .main-navigation .menu .menu-item:last-of-type .sub-menu { left: auto; right: 0; }
  .header-layout-a .main-navigation.align-right .menu .menu-item:last-of-type .sub-menu, .header-layout-d .main-navigation.align-right .menu .menu-item:last-of-type .sub-menu, .header-layout-e .main-navigation.align-right .menu .menu-item:last-of-type .sub-menu { left: auto; right: 0; }
  .header-layout-a .main-navigation.align-right .menu .menu-item .sub-menu, .header-layout-d .main-navigation.align-right .menu .menu-item .sub-menu, .header-layout-e .main-navigation.align-right .menu .menu-item .sub-menu { left: auto; right: 0; } }

.header-layout-a .main-navigation .social-icons, .header-layout-d .main-navigation .social-icons, .header-layout-e .main-navigation .social-icons { display: none; }

.header-layout-b .main-navigation .social-icons, .header-layout-c .main-navigation .social-icons, .header-layout-mobile-only .main-navigation .social-icons { display: block; opacity: 0; padding: 20px; position: relative; -webkit-transition: all 1s cubic-bezier(0.18, 1, 0.21, 1); -moz-transition: all 1s cubic-bezier(0.18, 1, 0.21, 1); transition: all 1s cubic-bezier(0.18, 1, 0.21, 1); z-index: 115; }

.header-layout-b .main-navigation .social-icons .social-icon a, .header-layout-c .main-navigation .social-icons .social-icon a, .header-layout-mobile-only .main-navigation .social-icons .social-icon a { border: 2px solid #f3f3f3; background-color: transparent; color: #f3f3f3; font-size: 1.28571rem; height: 45px; line-height: 41px; width: 45px; }

.header-layout-b .main-navigation .social-icons.social-icons-enter, .header-layout-c .main-navigation .social-icons.social-icons-enter, .header-layout-mobile-only .main-navigation .social-icons.social-icons-enter { opacity: 1; -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }

.site-header .top-links { font-size: 1.42857rem; }

.site-header .menu-top-links-container { display: none; }

.site-header .menu-top-links-container .menu { list-style-type: none; margin: 0; padding: 0; }

.site-header .menu-top-links-container .menu .menu-item { display: inline-block; }

.site-header .menu-top-links-container .menu .menu-item a { color: #fff; display: block; padding: 5px; }

.site-header .menu-top-links-container .menu .menu-item a:hover { text-decoration: none; }

@media (max-width: 767px) { .site-header .top-links { float: right; } }

@media (min-width: 768px) { .site-header .top-links { position: absolute; right: 200px; top: 28px; display: inline-block; vertical-align: top; }
  .site-header .top-links .menu-top-links-container { display: block; } }

.site-header .top-links .my-account { color: #fff; display: inline-block; line-height: 1; font-size: 1.71429rem; padding: 16px 10px; }

@media (min-width: 768px) { .site-header .top-links .my-account { padding: 12px 10px 5px; font-size: 1.35714rem; } }

.site-header .phone-number .number { color: #f3f3f3; display: none; margin-bottom: 0; }

.site-header .phone-number .icon { color: #f3f3f3; display: block; font-size: 1.57143rem; line-height: 1; padding: 30px 10px; position: absolute; right: 60px; }

@media (min-width: 768px) { .site-header .phone-number .icon { right: 10px; top: 17px; } }

@media (min-width: 992px) { .site-header .phone-number { background: #000000; display: inline-block; float: none; line-height: 1; margin-top: 19px; margin-left: 10px; padding: 8px 15px; vertical-align: middle; }
  .site-header .phone-number a { color: #fff; }
  .site-header .phone-number .number { color: #fff; display: block; font-size: 1.28571rem; font-weight: normal; }
  .site-header .phone-number .fal { font-size: 0.92857rem; }
  .site-header .phone-number .icon { display: none; } }

.site-header .social-icons { display: none; padding: 10px; }

@media (min-width: 768px) { .site-header .social-icons { display: inline-block; margin-top: 10px; margin-left: 10px; padding: 0; } }

.site-header .search { color: #000; display: inline-block; font-size: 1.28571rem; padding: 10px; }

@media (max-width: 767px) { .site-header .search { font-size: 1.14286rem; padding: 0 8px 0 10px; } }

.site-header .search-form { background: #000; height: 0; opacity: 0; overflow: hidden; position: fixed; width: 100%; left: 0; top: 60px; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; }

@media (min-width: 768px) { .site-header .search-form { top: 100px; } }

@media (min-width: 1200px) { .site-header .search-form { top: 100px; } }

.site-header .search-form form { max-width: 600px; margin: 0 auto; padding: 0 20px; }

.site-header .search-form input { background: #fff; color: #000; height: 50px; padding: 10px !important; text-transform: none; }

.site-header .search-form input::-webkit-input-placeholder { color: #999; }

.site-header .search-form input:-moz-placeholder { color: #999; }

.site-header .search-form input::-moz-placeholder { color: #999; }

.site-header .search-form input:-ms-input-placeholder { color: #999; }

.site-header .search-form button, .site-header .search-form .close-toggle { background: transparent; border: 0; color: #fff; cursor: pointer; height: 52px; padding: 12px 5px; }

.site-header .search-form .close-toggle { height: 50px; padding: 17px; }

.site-header .search-form.search-open { height: 90px; opacity: 1; padding: 20px 0 10px 0; }

.site-header.has-alert-bar .search-form { top: 60px; }

@media (min-width: 768px) { .site-header.has-alert-bar .search-form { top: 135px; } }

@media (min-width: 1200px) { .site-header.has-alert-bar .search-form { top: 135px; } }

.header-cta { display: inline-block; padding-right: 10px; }

@media (max-width: 767px) { .header-cta { padding-right: 0; display: none; } }

.menu-header-cta-container { padding-top: 16px; }

@media (max-width: 767px) { .menu-header-cta-container { padding-top: 30px; } }

.menu-header-cta-container li { display: inline-block; font-family: "AvenirNextLTW01-Medium", sans-serif; list-style: none; }

.menu-header-cta-container li a { background: #f3f3f3; color: #000; display: block; font-size: 0.85714rem; padding: 14px 15px 12px 15px; text-decoration: none; text-transform: uppercase; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; transition: all 0.5s; }

@media (max-width: 767px) { .menu-header-cta-container li a { padding: 8px 6px 7px 6px; font-size: 10px; } }

.menu-header-cta-container li:hover a { background: #000; color: #fff; }

.site-header.menu-toggled .header-actions { position: fixed; z-index: 200; top: 0px; right: 60px; }

@media (max-width: 991px) { .site-header.menu-toggled .header-actions { right: 25px; } }

@media (max-width: 767px) { .site-header.menu-toggled .header-actions { right: 25px; top: 0px; } }

.header-actions .my-account, .header-actions .wishlist { color: #000; display: inline-block; padding: 0 6px; font-size: 1.42857rem; }

@media (max-width: 767px) { .header-actions .my-account, .header-actions .wishlist { margin-top: 20px; font-size: 1.21429rem; } }

.site-footer { background-color: #fff; clear: both; font-size: 0.92857rem; position: relative; border-top: 1px solid #ccc; }

.site-footer .title { color: #000; font-family: "AvenirNextLTW01-Medium", sans-serif; font-size: 14px; font-weight: normal; text-transform: none; letter-spacing: normal; }

.site-footer .footer-columns { padding: 40px 0; }

.site-footer #mc_embed_signup { position: relative; }

.site-footer #mc_embed_signup label { clip: rect(1px, 1px, 1px, 1px); position: absolute !important; height: 1px; width: 1px; margin: 0; overflow: hidden; }

.site-footer #mc_embed_signup br { display: none; }

.site-footer #mc_embed_signup input { border: 1px solid #ccc; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; display: inline-block; font-size: 0.92857rem; margin-top: 10px; height: 40px; padding-left: 10px; width: 100%; }

.site-footer #mc_embed_signup .button { background: black; border: 2px solid #000000; color: #fff; font-size: 0.85714rem; font-family: "AvenirNextLTW01-Medium", sans-serif; letter-spacing: 1px; margin: 0; padding: 8px; width: 100%; text-transform: uppercase; }

.site-footer .social-icons .social-icon { padding-right: 10px; }

.site-footer .social-icons .social-icon a { color: #000; font-size: 1.71429rem; }

@media (max-width: 767px) { .site-footer .footer-col { margin-bottom: 40px; text-align: center; }
  .site-footer .footer-col:last-of-type { margin-bottom: 0; } }

@media (min-width: 768px) { .site-footer .footer-columns { padding: 60px 0; } }

.site-footer .footer-bottom { background: #f2f2f2; color: #000; font-size: 1rem; padding: 20px 0; text-align: center; }

.site-footer .footer-bottom a { color: #000; }

.site-footer .footer-bottom .copyright { display: block; }

.site-footer .footer-bottom .copyright p { margin-bottom: 5px; }

.site-footer .footer-bottom .website-by-ticktock { display: block; }

.site-footer .footer-bottom .website-by-ticktock:before { content: '-'; }

@media (max-width: 767px) { .site-footer .footer-bottom .website-by-ticktock:before { content: ''; } }

@media (min-width: 576px) { .site-footer .footer-bottom { padding: 40px 0; }
  .site-footer .footer-bottom p { margin-bottom: 0; }
  .site-footer .footer-bottom .copyright { display: inline-block; }
  .site-footer .footer-bottom .website-by-ticktock { display: inline-block; } }

.menu-footer-bottom-container { display: inline-block; }

.menu-footer-bottom-container .menu { list-style-type: none; padding: 0; }

.menu-footer-bottom-container .menu .menu-item { display: inline-block; }

.menu-footer-bottom-container .menu .menu-item a { display: block; padding: 0 20px; }

.site-footer .logo, .site-footer .footer-logo { display: block; margin: 0 auto; width: 60px; }

@media (min-width: 768px) { .site-footer .logo, .site-footer .footer-logo { margin: 0; width: 80px; } }

.footer-menu .menu { list-style-type: none; margin: 0; padding: 0 0 20px 0; }

.footer-menu .sub-menu { margin: 0; padding: 0; }

.footer-menu .menu-item { margin: 0; padding: 0; list-style-type: none; }

.footer-menu .menu-item a { color: #000; display: block; font-family: "AvenirNextLTW01-Regular", sans-serif; line-height: normal; padding: 5px 0; }

.footer-menu .menu-item a:hover { color: #000000; text-decoration: underline; }

.footer-menu .menu-item.menu-item-phone a { color: #000000; font-size: 1.42857rem; font-weight: 700; }

.footer-menu .menu-item.current-menu-item a { color: #f3f3f3; }

.dark-bg .footer-menu .menu-item a { color: #fff; }

.site-footer .footer-contact { margin-bottom: 20px; }

.site-footer .footer-contact .footer-contact-item { color: #000000 !important; display: inline-block; margin-bottom: 0; vertical-align: top; width: 100%; }

.site-footer .footer-contact .footer-contact-item .icon { display: none; float: left; width: 20px; text-align: center; }

.site-footer .footer-contact .footer-contact-item .contact-detail { display: block; }

.site-footer .footer-contact .footer-contact-item.business-address { margin-top: 30px; }

.site-footer .footer-contact .footer-contact-item.business-locations p { margin-bottom: 0; }

nav ul { margin-bottom: 0; padding-left: 0; }

nav ul li { display: inline-block; margin-bottom: 0; }

nav ul li a { display: block; }

.btn { -webkit-transition: all .2s ease; -moz-transition: all .2s ease; transition: all .2s ease; background-color: transparent; background-position: bottom; -webkit-background-size: 2px 2px; -moz-background-size: 2px; background-size: 2px; background-repeat: no-repeat; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; color: #000; cursor: pointer; font-family: "meno-banner", serif; font-size: -moz-calc(16px + (24 - 16) * ((100vw - 300px) / (1600 - 300))); font-size: calc(16px + (24 - 16) * ((100vw - 300px) / (1600 - 300))); margin-bottom: 14px; outline: 0; overflow: hidden; padding: 10px 0; position: relative; }

.btn:after { background: black; bottom: 0; content: ''; height: 2px; left: 0; position: absolute; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; width: 100%; }

.btn:hover:after { background: black; width: 100%; }

.btn:hover, .btn:focus, .btn:active { background: transparent; border-color: transparent; color: #000; }

.btn:focus { outline: 0; }

.btn.btn-sm { font-size: 0.85rem; padding: 5px 0; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; }

.btn.btn-lg { font-size: 1.71429rem; padding: 16px 0; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; }

.btn.btn-outline { background: transparent; border-color: transparent; border-width: 1px; color: transparent; }

.btn.btn-outline:hover, .btn.btn-outline:focus, .btn.btn-outline:active { background: transparent; border-color: transparent; color: #fff; }

.btn.btn-primary { background: #000000; border: 0 solid transparent; color: #fff; }

.btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary:active { background: black; border-color: transparent; color: #fff; }

.btn.btn-primary.btn-outline { background: transparent; border-color: #000000; border-width: 1px; color: #000000; }

.btn.btn-primary.btn-outline:hover, .btn.btn-primary.btn-outline:focus, .btn.btn-primary.btn-outline:active { background: #000000; border-color: #000000; color: #fff; }

.btn.btn-secondary { background: #f3f3f3; border: 0 solid transparent; color: #fff; }

.btn.btn-secondary:hover, .btn.btn-secondary:focus, .btn.btn-secondary:active { background: #dadada; border-color: transparent; color: #fff; }

.btn.btn-secondary.btn-outline { background: transparent; border: 1px solid #f3f3f3; color: #f3f3f3; }

.btn.btn-secondary.btn-outline:focus, .btn.btn-secondary.btn-outline:hover, .btn.btn-secondary.btn-outline:active { background: #f3f3f3; border-color: #f3f3f3; color: #fff; }

.btn.btn-tertiary { background: #000000; border: 0 solid transparent; color: #fff; }

.btn.btn-tertiary:hover, .btn.btn-tertiary:focus, .btn.btn-tertiary:active { background: black; border-color: transparent; color: #fff; }

.btn.btn-tertiary.btn-outline { background: transparent; border: 1px solid #000000; color: #000000; }

.btn.btn-tertiary.btn-outline:focus, .btn.btn-tertiary.btn-outline:hover, .btn.btn-tertiary.btn-outline:active { background: #000000; border-color: #000000; color: #fff; }

.btn.btn-success { background: #5cb85c; border: 0 solid transparent; color: #fff; }

.btn.btn-success:hover, .btn.btn-success:focus, .btn.btn-success:active { background: #4cae4c; border-color: transparent; color: #fff; }

.btn.btn-success.btn-outline { background: transparent; border: 1px solid #5cb85c; color: #5cb85c; }

.btn.btn-success.btn-outline:focus, .btn.btn-success.btn-outline:hover, .btn.btn-success.btn-outline:active { background: #5cb85c; border-color: #5cb85c; color: #fff; }

.btn.btn-info { background: #5bc0de; border: 0 solid transparent; color: #fff; }

.btn.btn-info:hover, .btn.btn-info:focus, .btn.btn-info:active { background: #46b8da; border-color: #5bc0de; color: #fff; }

.btn.btn-info.btn-outline { background: transparent; border: 1px solid #5bc0de; color: #5bc0de; }

.btn.btn-info.btn-outline:focus, .btn.btn-info.btn-outline:hover, .btn.btn-info.btn-outline:active { background: #5bc0de; border-color: #5bc0de; color: #fff; }

.btn.btn-warning { background: #f0ad4e; border: 0 solid transparent; color: #fff; }

.btn.btn-warning:hover, .btn.btn-warning:focus, .btn.btn-warning:active { background: #eea236; border-color: transparent; color: #fff; }

.btn.btn-warning.btn-outline { background: transparent; border: 1px solid #f0ad4e; color: #f0ad4e; }

.btn.btn-warning.btn-outline:focus, .btn.btn-warning.btn-outline:hover, .btn.btn-warning.btn-outline:active { background: #f0ad4e; border-color: #f0ad4e; color: #fff; }

.btn.btn-danger { background: #d9534f; border: 0 solid transparent; color: #fff; }

.btn.btn-danger:hover, .btn.btn-danger:focus, .btn.btn-danger:active { background: #d43f3a; border-color: transparent; color: #fff; }

.btn.btn-danger.btn-outline { background: transparent; border: 1px solid #d9534f; color: #d9534f; }

.btn.btn-danger.btn-outline:focus, .btn.btn-danger.btn-outline:hover, .btn.btn-danger.btn-outline:active { background: #d9534f; border-color: #d9534f; color: #fff; }

.btn.btn-link { background: transparent; color: #000; }

.btn.btn-link:focus { color: #000; }

.btn.disabled, .btn[disabled] { cursor: not-allowed; opacity: .4; }

.btn-book-appointment { background: #000; border: 1px solid #000; color: #fff; font-size: 0.92857rem; letter-spacing: 1px; padding: 12px 15px; text-transform: uppercase; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; transition: all 0.5s; }

.btn-book-appointment:hover { background: #fff; border-color: #000; text-decoration: none; }

table { font-size: 14px; }

table tr th { background: transparent; border-bottom: 1px solid #ececec; color: #2d2d2d; padding: 10px 5px; vertical-align: middle; }

table tr td { background: transparent; border-bottom: 1px solid #ececec; color: #2d2d2d; padding: 10px 5px; vertical-align: middle; }

input[type="text"], input[type="email"], input[type="tel"], input[type="url"], input[type="number"], input[type="password"], input[type="search"], textarea, select { -webkit-appearance: none; -moz-appearance: none; appearance: none; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; background-color: transparent; width: 100%; font-family: "AvenirNextLTW01-Medium", sans-serif !important; text-transform: uppercase; }

input[type="text"], input[type="email"], input[type="tel"], input[type="url"], input[type="number"], input[type="password"], input[type="search"] { border: 1px solid #000; height: 38px; padding: 10px !important; }

textarea { border: 1px solid #000; height: 9rem; min-height: 5rem; padding: 10px !important; resize: vertical; }

@media (min-width: 768px) { textarea { height: 12rem; } }

input[type="text"], input[type="email"], input[type="tel"], input[type="url"], input[type="number"], input[type="password"], input[type="search"], textarea { -webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px; color: #2d2d2d; }

input[type="text"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="url"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, textarea:focus { border-color: #000000; -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); outline: 0; }

input[type="text"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder, input[type="url"]::-webkit-input-placeholder, input[type="number"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, input[type="search"]::-webkit-input-placeholder, textarea::-webkit-input-placeholder { color: #000; }

input[type="text"]:-moz-placeholder, input[type="email"]:-moz-placeholder, input[type="tel"]:-moz-placeholder, input[type="url"]:-moz-placeholder, input[type="number"]:-moz-placeholder, input[type="password"]:-moz-placeholder, input[type="search"]:-moz-placeholder, textarea:-moz-placeholder { color: #000; }

input[type="text"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, input[type="url"]::-moz-placeholder, input[type="number"]::-moz-placeholder, input[type="password"]::-moz-placeholder, input[type="search"]::-moz-placeholder, textarea::-moz-placeholder { color: #000; }

input[type="text"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder, input[type="url"]:-ms-input-placeholder, input[type="number"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, input[type="search"]:-ms-input-placeholder, textarea:-ms-input-placeholder { color: #000; }

select { -webkit-appearance: none; -moz-appearance: none; appearance: none; background-color: transparent; background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3ppVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTMyIDc5LjE1OTI4NCwgMjAxNi8wNC8xOS0xMzoxMzo0MCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpjYmU2ZGJmMC0zMWRkLTQyN2EtYjIyYi02YjExMGU5ZDVmODciIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6REM2MzE0REVCNjkzMTFFNkIxODVBOTBFNDM1NDFDOEUiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6REM2MzE0RERCNjkzMTFFNkIxODVBOTBFNDM1NDFDOEUiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUuNSAoTWFjaW50b3NoKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOmI4YTU2Zjg5LTM0MzAtNDcxNS1iOGQyLWQ5NWM4NzdmYmIyOSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpjYmU2ZGJmMC0zMWRkLTQyN2EtYjIyYi02YjExMGU5ZDVmODciLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4RdGokAAAAf0lEQVR42mL8//8/AzUBEwOVwaiBlAMWbIKMjIxEG4CeSujq5fkgB+DBC3E6GR1DARcQX8Zh2HUg5samH5+BIKABxF/QDPsKxLq4HETIQBCIQTMwFZ8PiTEQBGZBDVtKKMiINZATiFcCMS8hAxmxGUBJOmQhRtFo4UBfAwECDADAD7B6p+ae7AAAAABJRU5ErkJggg=="); background-repeat: no-repeat; background-position: 97.5% 50%; border: 1px solid #000; -webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px; color: #2d2d2d; height: 38px; padding: 10px !important; }

select:focus { border: 1px solid #000000; outline: none; }

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

select option { background: transparent; color: #2d2d2d; }

select option:hover { background: transparent; color: #2d2d2d; }

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

.gform_wrapper .gfield { clear: both; font-size: 0.92857rem; margin-bottom: 20px; }

.gform_wrapper .gfield input[type="radio"] { margin-right: 8px; }

.gform_wrapper .gfield input[type="checkbox"] { margin-right: 4px; }

.gform_wrapper .gfield .gfield_label { color: #2d2d2d; display: block; font-weight: normal; margin-bottom: 5px; }

.gform_wrapper .gfield .gfield_label .gfield_required { color: #d9534f; font-weight: bold; margin-left: 2px; }

.gform_wrapper .gfield.hidden_label .gfield_label { clip: rect(1px, 1px, 1px, 1px); position: absolute !important; height: 1px; width: 1px; overflow: hidden; }

.gform_wrapper .gfield.gform_hidden { display: none; }

.gform_wrapper .gfield.gform_validation_container { display: none; }

.gform_wrapper .gfield.col-sm-6, .gform_wrapper .gfield.col-sm-4 { clear: none; padding-left: 0; padding-right: 0; }

.gform_wrapper .gfield_visibility_hidden { visibility: hidden; position: absolute; left: -9999px; }

.gform_wrapper .gfield_radio li, .gform_wrapper .gfield_checkbox li { margin-bottom: 5px; }

.gform_wrapper .gfield_radio label, .gform_wrapper .gfield_checkbox label { cursor: pointer; font-weight: normal; margin-bottom: 0; }

@media (min-width: 768px) { .gform_wrapper .gfield.col-sm-6.col-left, .gform_wrapper .gfield.col-sm-4.col-left { padding-left: 0; padding-right: 10px; }
  .gform_wrapper .gfield.col-sm-6.col-right, .gform_wrapper .gfield.col-sm-4.col-right { padding-left: 10px; padding-right: 0; }
  .gform_wrapper .gfield.col-sm-4.col-middle { padding-left: 10px; padding-right: 10px; } }

.gform_drop_area { background: #f4f4f4; border: 2px dashed #ccc; padding: 15px; text-align: center; }

.gform_drop_area .gform_button_select_files { border: 2px solid #000; color: #000; font-family: "AvenirNextLTW01-Medium", sans-serif; font-size: 0.78571rem; letter-spacing: 1px; padding: 3px 15px 2px 15px; text-transform: uppercase; }

.gform_button { -webkit-transition: all .2s ease; -moz-transition: all .2s ease; transition: all .2s ease; background: #000000; border: 0 solid transparent; color: #fff; cursor: pointer; font-family: "meno-banner", serif; margin-bottom: 14px; outline: 0; overflow: hidden; padding: 15px 30px; position: relative; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; }

.gform_button:hover, .gform_button:focus, .gform_button:active { background: black; border-color: transparent; color: #fff; }

.gform_button:focus { outline: 0; -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }

.gform_validation_error .validation_error { color: #d9534f; font-weight: bold; margin-bottom: 20px; }

.gform_validation_error .validation_message { color: #d9534f; }

.gform_validation_error .gform_fields .gfield.gfield_error input[type="text"], .gform_validation_error .gform_fields .gfield.gfield_error input[type="email"], .gform_validation_error .gform_fields .gfield.gfield_error input[type="tel"], .gform_validation_error .gform_fields .gfield.gfield_error input[type="url"], .gform_validation_error .gform_fields .gfield.gfield_error input[type="number"], .gform_validation_error .gform_fields .gfield.gfield_error input[type="password"], .gform_validation_error .gform_fields .gfield.gfield_error textarea, .gform_validation_error .gform_fields .gfield.gfield_error select { border-color: #d9534f; }

.gform_validation_error .gform_fields .gfield.gfield_error input[type="text"]:focus, .gform_validation_error .gform_fields .gfield.gfield_error input[type="email"]:focus, .gform_validation_error .gform_fields .gfield.gfield_error input[type="tel"]:focus, .gform_validation_error .gform_fields .gfield.gfield_error input[type="url"]:focus, .gform_validation_error .gform_fields .gfield.gfield_error input[type="number"]:focus, .gform_validation_error .gform_fields .gfield.gfield_error input[type="password"]:focus, .gform_validation_error .gform_fields .gfield.gfield_error textarea:focus, .gform_validation_error .gform_fields .gfield.gfield_error select:focus { -webkit-box-shadow: 0 0 10px rgba(217, 83, 79, 0.5); -moz-box-shadow: 0 0 10px rgba(217, 83, 79, 0.5); box-shadow: 0 0 10px rgba(217, 83, 79, 0.5); }

.ui-datepicker { -webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.3); -moz-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.3); box-shadow: 0 2px 15px rgba(0, 0, 0, 0.3); background: #ececec; display: none; margin-top: -30px; padding: 10px; text-align: center; width: 300px; }

.ui-datepicker .ui-icon { text-indent: 0; }

.ui-datepicker .ui-datepicker-header { margin-bottom: 10px; position: relative; text-transform: uppercase; }

.ui-datepicker .ui-datepicker-header .ui-corner-all { cursor: pointer; top: 2px; }

.ui-datepicker .ui-datepicker-header .ui-datepicker-prev, .ui-datepicker .ui-datepicker-header .ui-datepicker-next { font-size: 0.85714rem; font-weight: normal; line-height: 30px; position: absolute; top: 0; }

.ui-datepicker .ui-datepicker-header .ui-datepicker-prev:hover, .ui-datepicker .ui-datepicker-header .ui-datepicker-next:hover { color: black; }

.ui-datepicker .ui-datepicker-header .ui-datepicker-prev { left: 2px; }

.ui-datepicker .ui-datepicker-header .ui-datepicker-next { right: 2px; }

.ui-datepicker .ui-datepicker-header .ui-datepicker-title .ui-datepicker-month, .ui-datepicker .ui-datepicker-header .ui-datepicker-title .ui-datepicker-year { border-width: 1px; display: inline-block; height: 30px; font-size: 0.85714rem; margin: 0 3.33333px; padding: 0; padding-left: 10px; padding-right: 20px; text-transform: uppercase; width: auto; }

.ui-datepicker .ui-datepicker-calendar { border-collapse: collapse; font-size: .9em; margin: 0; padding-left: 10px; padding-right: 10px; width: 100%; }

.ui-datepicker th { font-size: 12px; padding: 10px 0 5px; text-transform: uppercase; text-align: center; }

.ui-datepicker td { padding: 1px; }

.ui-datepicker td a { background-color: #fff; border: 1px solid #c6c6c6; color: #000000; display: block; font-weight: bold; padding: 5px; text-align: center; -webkit-transition: all ease .2s; -moz-transition: all ease .2s; transition: all ease .2s; }

.ui-datepicker td a.ui-state-highlight { border: 1px solid #000000; }

.ui-datepicker td a:hover { background-color: #000000; border-color: black; color: #fff; text-decoration: none; }

.ui-datepicker td a.ui-state-active { background: #000000; border: 1px solid black; color: #fff; }

.ui-datepicker td .ui-state-default { text-align: center; }

.page-header { background-position: center top; -webkit-background-size: cover; -moz-background-size: cover; background-size: cover; border: 0; clear: both; margin-bottom: 0; margin-top: 60px; padding: 120px 0 80px; }

.page-header .page-super-title { margin-bottom: 10px; }

.page-header .page-title { margin-bottom: 0; }

.page-header .page-sub-title { color: #fff; font-size: 1.71429rem; margin-bottom: 0; margin-top: 20px; }

.page-header .page-sub-title a { color: #fff; text-decoration: underline; }

.page-header .page-header-cta { margin-bottom: 0; margin-top: 20px; }

.page-header .page-header-cta.btn-icon-before .fa { margin-right: 5px; }

.page-header .page-header-cta.btn-icon-after .fa { margin-left: 5px; }

@media (min-width: 768px) { .page-header { margin-top: 100px; padding: 140px 0 80px; }
  .page-header .page-header-cta { margin-top: 40px; } }

@media (min-width: 992px) { .page-header { margin-top: 100px; padding: 200px 0 160px; } }

.page-header-breadcrumb { background: rgba(0, 0, 0, 0.2); bottom: 0; position: absolute; text-align: left; width: 100%; }

.page-header-breadcrumb .breadcrumb { color: #fff; font-size: 0.85714rem; font-weight: bold; padding: 10px 0; letter-spacing: 0.05em; }

.page-header-breadcrumb .breadcrumb a { color: #fff; font-weight: normal; }

.page-header.has-background-overlay { position: relative; }

.page-header.has-background-overlay .container { position: relative; z-index: 2; }

.page-header.has-background-overlay .background-overlay { height: 100%; left: 0; position: absolute; top: 0; width: 100%; }

.page-header.has-100-percent-height { height: 100vh; }

.page-header.has-100-percent-height .container { position: relative; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); -moz-transform: translateY(-50%); transform: translateY(-50%); }

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) { .page-header.has-100-percent-height { height: 1024px; } }

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: landscape) { .page-header.has-100-percent-height { height: 768px; }
  .page-header.has-100-percent-height .container { top: 0; -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); } }

.page-header.has-parallax-background { -webkit-background-size: cover; -moz-background-size: cover; background-size: cover; background-position: 0 0; background-position: 50% 50%; background-repeat: no-repeat; }

@media (min-width: 768px) { .page-header.has-parallax-background { background-attachment: fixed; } }

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) { .page-header.has-parallax-background { background-attachment: scroll; } }

@media all and (min-width: 768px) { .page-header-is-fixed .page-header { height: 450px; left: 0; position: fixed; top: 100px; width: 100%; }
  .page-header-is-fixed.admin-bar .page-header { top: 132px; }
  .page-header-is-fixed .main { background: #fff; margin-top: 450px; }
  .page-header-is-fixed .main, .page-header-is-fixed .newsletter, .page-header-is-fixed .site-footer { position: relative; z-index: 2; } }

@media all and (min-width: 992px) { .page-header-is-fixed .page-header { top: 100px; }
  .page-header-is-fixed.admin-bar .page-header { top: 132px; } }

.page-header.has-scroll-hint { position: relative; }

.page-header .scroll-hint { -webkit-animation-delay: 0; -moz-animation-delay: 0; animation-delay: 0; -webkit-animation-duration: 2s; -moz-animation-duration: 2s; animation-duration: 2s; -webkit-animation-fill-mode: forwards; -moz-animation-fill-mode: forwards; animation-fill-mode: forwards; -webkit-animation-iteration-count: infinite; -moz-animation-iteration-count: infinite; animation-iteration-count: infinite; -webkit-animation-name: bounce; -moz-animation-name: bounce; animation-name: bounce; -webkit-animation-timing-function: ease-in-out; -moz-animation-timing-function: ease-in-out; animation-timing-function: ease-in-out; bottom: 40px; color: #fff; display: block; left: 50%; position: absolute; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); }

.page-header .scroll-hint .fa { font-size: 2.28571rem; }

@media (min-width: 768px) { .page-header .scroll-hint { bottom: 60px; -webkit-transition: color .2s ease; -moz-transition: color .2s ease; transition: color .2s ease; }
  .page-header .scroll-hint:hover { color: #000000; } }

@media (min-width: 992px) { .page-header .scroll-hint { bottom: 80px; } }

@media (min-width: 1200px) { .page-header .scroll-hint { bottom: 120px; } }

@keyframes bounce { 0% { -webkit-transform: translateX(-50%) scale(1) translateY(-5px); -moz-transform: translateX(-50%) scale(1) translateY(-5px); transform: translateX(-50%) scale(1) translateY(-5px); }
  50% { -webkit-transform: translateX(-50%) scale(0.8) translateY(0); -moz-transform: translateX(-50%) scale(0.8) translateY(0); transform: translateX(-50%) scale(0.8) translateY(0); }
  100% { -webkit-transform: translateX(-50%) scale(1) translateY(-5px); -moz-transform: translateX(-50%) scale(1) translateY(-5px); transform: translateX(-50%) scale(1) translateY(-5px); } }

.section { background-position: 50% 50%; background-position-x: 50%; background-position-y: 50%; -webkit-background-size: cover; -moz-background-size: cover; background-size: cover; display: block; padding: 40px 0; }

.section .section-titles { width: 100%; }

@media (min-width: 768px) { .section { padding: 80px 0; } }

@media (min-width: 992px) { .section { padding: 80px 0; } }

.section.has-background-overlay { position: relative; }

.section.has-background-overlay .container { position: relative; z-index: 2; }

.section .background-overlay { height: 100%; left: 0; position: absolute; top: 0; width: 100%; }

.iframe-wrapper { height: 0; overflow: hidden; padding-bottom: 56.25%; padding-top: 25px; position: relative; }

.iframe-wrapper.sixteen-by-nine { padding-bottom: 56.25%; }

.iframe-wrapper.four-by-three { padding-bottom: 75%; }

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

.modal { text-align: center; }

.modal-dialog { margin-top: 60px; }

.modal-content { -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; }

.modal-header .close { font-size: 1.71429rem; line-height: 1; margin: 10px; position: absolute; right: 0; top: 0; z-index: 1; }

@media (min-width: 768px) { .modal:before { display: inline-block; vertical-align: middle; content: ' '; height: 100%; }
  .modal-dialog { display: inline-block; vertical-align: middle; margin: 0; } }

.scroll-to-top { display: none; }

.scroll-to-top { background: #fff; border: 2px solid #000000; bottom: 20px; display: block; height: 30px; opacity: 0; position: fixed; right: 20px; text-align: center; -webkit-transform: translateY(100px) scale(0.5); -moz-transform: translateY(100px) scale(0.5); -ms-transform: translateY(100px) scale(0.5); transform: translateY(100px) scale(0.5); -webkit-transition: all .4s ease; -moz-transition: all .4s ease; transition: all .4s ease; width: 30px; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; }

.scroll-to-top .fa { color: #000000; font-size: .9em; line-height: 25.002px; }

.scroll-to-top:hover { background: #000000; border-color: #000000; }

.scroll-to-top:hover .fa { color: #fff; }

.scroll-to-top.show-scroll-to-top { opacity: 1; -webkit-transform: translateY(0) scale(1); -moz-transform: translateY(0) scale(1); -ms-transform: translateY(0) scale(1); transform: translateY(0) scale(1); }

@media (max-width: 767px) { .scroll-to-top { bottom: 20px; height: 40px; right: 20px; width: 40px; }
  .scroll-to-top .fa { font-size: 1.5rem; line-height: 33.336px; } }

.child-pages-menu li { display: inline-block; width: 100%; }

.child-pages-menu li a { color: #2d2d2d; display: block; line-height: 1.2; padding: 10px 0; }

.child-pages-menu li a:hover, .child-pages-menu li a:focus, .child-pages-menu li a:active { color: #000000; text-decoration: none; }

.child-pages-menu li.parent { border-bottom: 2px solid #ddd; font-weight: bold; font-size: 0.92857rem; margin-bottom: 10px; padding-bottom: 10px; text-transform: uppercase; }

.child-pages-menu li.current_page_item a { color: #000000; }

.blog .page-header, .archive .page-header { background-image: none !important; background-color: #fff !important; padding: 60px 0 0 0; }

.blog .page-header h1.page-title, .archive .page-header h1.page-title { color: #000 !important; }

.blog .page-header .background-overlay, .archive .page-header .background-overlay { display: none; }

.section-posts { padding-bottom: 0; }

.infinite-wrap { padding: 0 50px; }

.col-content-post { padding-left: 15px; padding-right: 15px; }

.content-post { background: #fff; display: block; margin-bottom: 40px; text-decoration: none; }

.content-post .entry-image { display: block; height: 250px; width: 100%; }

.content-post .entry-date sup { font-size: 50%; font-weight: bold; text-transform: uppercase; top: -.4rem; }

.content-post .entry-image { -webkit-background-size: cover; -moz-background-size: cover; background-size: cover; background-position: 50% 50%; display: block; padding-bottom: 120%; width: 100%; }

@media (min-width: 768px) { .content-post .entry-image { height: 200px; } }

@media (min-width: 992px) { .content-post .entry-image { height: 250px; } }

.content-post .entry-content { padding: 20px 0 0 0; }

.content-post .entry-title { font-size: 1.28571rem; margin-bottom: 10px; }

.content-post .entry-title a { display: block; }

.content-post .entry-title a:hover { text-decoration: none; }

.content-post .entry-excerpt { margin-bottom: 10px; }

.content-post .entry-excerpt a { color: #2d2d2d; display: block; }

.content-post .entry-excerpt a:hover { text-decoration: none; }

.entry-author { font-size: 12px; }

.entry-author a { color: #000; }

.entry-date { font-size: 12px; }

.content-search .entry-content { border-bottom: 1px solid #eee; margin-bottom: 40px; padding-bottom: 40px; }

.content-search .entry-content .entry-title { margin-bottom: 10px; }

.col-search-results .content-search:last-of-type .entry-content { border: 0; }

.social-icons { padding: 0; margin: 0; font-size: 0; vertical-align: middle; }

.social-icons .social-icon { letter-spacing: normal; line-height: 1; display: inline-block; }

.social-icons .social-icon a { color: #fff; display: block; font-size: 2.14286rem; line-height: 1; text-align: center; width: 22px; }

@media (min-width: 768px) { .social-icons .social-icon a:hover, .social-icons .social-icon a:focus, .social-icons .social-icon a:active { background-color: transparent; color: #000000; } }

.social-sharing { list-style-type: none; margin: 0; padding: 0; }

.social-sharing li { display: inline-block; margin-bottom: 20px; }

.social-sharing li:first-of-type { margin-left: 0; }

.social-sharing li a { background: transparent; border: 2px solid #000000; display: block; height: 36px; line-height: 34px; text-align: center; -webkit-transition: all .2s ease; -moz-transition: all .2s ease; transition: all .2s ease; width: 36px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }

.social-sharing li a .fa { color: #000000; }

.social-sharing li a:hover { background: #000000; border-color: #000000; color: #fff; }

.social-sharing li a:hover .fa { color: #fff; }

.pagination { font-size: .9em; margin-top: 20px; text-align: center; }

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

.pagination ul li { display: inline-block; margin: 0 2.5px; vertical-align: top; }

.pagination ul li a { background: #fff; color: #000000; display: block; font-weight: bold; height: 50px; padding: 15px 20px; -webkit-transition: all .2s ease; -moz-transition: all .2s ease; transition: all .2s ease; }

.pagination ul li.ellipses { color: rgba(0, 0, 0, 0.5); line-height: 50px; margin-left: 5px; margin-right: 5px; }

.pagination ul li.current a { color: #fff; cursor: default; background: #000000; position: relative; }

.pagination ul li.prev a, .pagination ul li.next a { font-size: 18px; line-height: 1; padding: 13px 20px; }

.pagination ul li.more-pages { color: gray; font-weight: bold; line-height: 50px; padding: 0 5px; }

@media (min-width: 768px) { .pagination ul li a:hover, .pagination ul li a:active, .pagination ul li a:focus { background: #000000; color: #fff; text-decoration: none; }
  .pagination ul li.current a:hover, .pagination ul li.current a:active, .pagination ul li.current a:focus { background: #000000; } }

.comments-area .comments-title sup { font-size: 14px; }

.comments-area .comment-list { list-style-type: none; margin: 0; padding: 0; }

.comments-area .comment-list .comment { margin-bottom: 40px; }

.comments-area .comment-list .comment .comment-body .comment-meta { display: inline-block; width: 100%; }

.comments-area .comment-list .comment .comment-body .comment-author-avatar { text-align: center; }

.comments-area .comment-list .comment .comment-body .comment-author-avatar .avatar { -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; height: auto; max-width: 100%; }

.comments-area .comment-list .comment .comment-body .comment-author-name { color: #2d2d2d; margin-bottom: 0; margin-right: 20px; }

.comments-area .comment-list .comment .comment-body .comment-metadata small { display: inline-block; font-size: 0.85714rem; }

.comments-area .comment-list .comment .comment-body .comment-content { clear: both; margin-top: 10px; }

.comments-area .comment-list .comment .comment-body .comment-content p:last-of-type { margin-bottom: 0; }

.comments-area .comment-list .comment .comment-body .reply { display: none; }

.comments-area .comment-reply-title { margin-bottom: 10px; }

.comments-area .comment-form-comment .comment-form-comment-input { height: 8em; }

.dark-bg .comments-area .comment-form-comment-input, .dark-bg .comments-area .comment-form-email-field, .dark-bg .comments-area .comment-form-author-field { color: #fff; }

.entry-categories { display: block; font-family: "AvenirNextLTW01-Regular", sans-serif; list-style-type: none; margin: 0; margin-top: 5px; padding: 0; }

.entry-categories .entry-category { -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; background: #f3f3f3; color: #fff; display: inline-block; font-size: 0.85714rem; font-weight: bold; margin-bottom: 5px; margin-right: 5px; text-transform: uppercase; }

.entry-categories .entry-category a { color: #fff; display: block; line-height: 1; padding: 4px 6.66667px; }

.entry-categories .entry-category a:hover { text-decoration: none; }

.entry-categories .entry-category.no-link { color: #fff; padding: 4px 6.66667px; }

.entry-tags { display: block; font-family: "AvenirNextLTW01-Regular", sans-serif; list-style-type: none; margin: 0; margin-top: 5px; padding: 0; }

.entry-tags .entry-tag { -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; background: #3d3d3d; color: #fff; display: inline-block; font-size: .7em; font-weight: bold; margin-bottom: 5px; margin-right: 5px; text-transform: uppercase; }

.entry-tags .entry-tag a { color: #fff; display: block; line-height: 1.1; padding: 4px 6.66667px; }

.entry-tags .entry-tag a:hover { text-decoration: none; }

.entry-tags .entry-tag.no-link { color: #fff; padding: 4px 6.66667px; }

.fl-button { -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; }

.fl-button .fl-button-text { font-size: 0.85714rem; font-family: "AvenirNextLTW01-Medium", sans-serif; text-transform: uppercase; }

.dark-bg { color: #fff; }

.dark-bg a { color: #fff; color: #fff; }

.dark-bg a.content-post { text-decoration: none; }

.dark-bg a.btn { text-decoration: none; }

.dark-bg a.btn-default { color: #000; }

.dark-bg a.btn-ghost { border-color: #fff; color: #fff; }

.dark-bg h1, .dark-bg h2, .dark-bg h3, .dark-bg h4, .dark-bg h5, .dark-bg h6 { color: #fff; color: #fff; }

.dark-bg p, .dark-bg ul, .dark-bg ol { color: #fff; color: #fff; }

.dark-bg small { color: #c6c6c6; color: rgba(255, 255, 255, 0.6); }

.dark-bg hr { border-color: #a2a2a2; border-color: rgba(255, 255, 255, 0.25); }

.dark-bg .table { color: #fff; color: #fff; }

.dark-bg .table > thead > tr > th { background: transparent; border-bottom: 2px solid rgba(255, 255, 255, 0.25); color: #fff; color: #fff; }

.dark-bg .table > tbody > tr > td { background: transparent; border-top: 1px solid rgba(255, 255, 255, 0.25); color: #fff; color: #fff; }

@media (min-width: 768px) { .dark-bg a:hover, .dark-bg a:focus, .dark-bg a:active { color: #fff; color: #fff; text-decoration: none; } }

.contact-details.shortcode .contact-details__item.contact-details__item--phone-number { margin-bottom: 20px; }

.contact-details.shortcode .contact-details__item.contact-details__item--email-address { margin-bottom: 20px; }

.contact-details.shortcode .contact-details__item.contact-details__item--business-address { margin-bottom: 20px; }

.contact-details.shortcode .contact-details__item.contact-details__item--opening-hours { margin-bottom: 20px; }

.contact-details.shortcode .contact-details__icon { float: left; width: 20px; text-align: center; }

.contact-details.shortcode .contact-details__text { display: block; padding-left: 30px; }

.woocommerce .site-content { padding-top: 135px; }

@media (max-width: 767px) { .woocommerce .site-content { padding-top: 88px; } }

@media (min-width: 768px) { body.woocommerce-page .section.wp-content { padding: 40px 0; } }

@media (min-width: 992px) { body.woocommerce-page .section.wp-content { padding: 60px 0; } }

.woocommerce .products { list-style-type: none; padding: 0; }

.woocommerce .products .product { margin-bottom: 20px; }

.woocommerce .products .product .woocommerce-loop-product__link { display: block; position: relative; }

.woocommerce .products .product .woocommerce-loop-product__link:hover, .woocommerce .products .product .woocommerce-loop-product__link:focus, .woocommerce .products .product .woocommerce-loop-product__link:active { text-decoration: none; }

@media (max-width: 767px) { .woocommerce .products { margin-left: -10px; margin-right: -10px; }
  .woocommerce .products .product.has-custom-mobile-size { float: left !important; clear: none !important; }
  .woocommerce .products .product.has-custom-mobile-size.col-xs-12 { width: 100% !important; }
  .woocommerce .products .product.has-custom-mobile-size.col-xs-6 { width: 50% !important; }
  .woocommerce .products .product.has-custom-mobile-size.col-xs-4 { width: 33.3333% !important; }
  .woocommerce .products .product.has-custom-mobile-size.col-xs-3 { width: 25% !important; } }

@media (min-width: 768px) and (max-width: 991px) { .woocommerce .products { margin-left: -10px; margin-right: -10px; }
  .woocommerce .products .product:nth-child(2n+3) { clear: both; } }

@media (min-width: 992px) { .woocommerce .products { margin-left: -15px; margin-right: -15px; }
  .woocommerce .products .product { padding-left: 15px; padding-right: 15px; }
  .woocommerce .products .product:nth-child(3n+4) { clear: both; } }

.woocommerce-loop-product__link .woocommerce-loop-product__title { font-family: "meno-banner", serif; font-size: 1.28571rem; margin-bottom: 15px; text-transform: none; }

.sharedaddy { position: absolute; bottom: 22px; right: 35px; }

.sharedaddy .sd-social { margin: 0; }

.sharedaddy .sd-social .sd-content ul li { margin: 0; padding: 0; }

.sharedaddy .sd-social .sd-content ul li .sharing-anchor.sd-button { background: transparent !important; border: 0 !important; -webkit-box-shadow: none !important; -moz-box-shadow: none !important; box-shadow: none !important; color: #000 !important; }

.sharedaddy .sd-social .sd-content ul li .sharing-anchor.sd-button span { display: none; }

.sharedaddy .sd-social .sd-content .inner ul { width: 64px; }

.sharedaddy .sd-social .sd-content .inner ul .share-facebook a.sd-button, .sharedaddy .sd-social .sd-content .inner ul .share-pinterest a.sd-button { background: transparent !important; color: #000 !important; }

.sharedaddy .share-customize-link { display: none; }

.woocommerce .products .yith-wcwl-add-to-wishlist { position: absolute; bottom: 20px; right: 15px; }

.woocommerce .products .yith-wcwl-add-to-wishlist i { margin-right: 0; }

.woocommerce-loop-product__link { position: relative; }

.woocommerce-loop-product__link .wp-post-image, .woocommerce-loop-product__link .attachment-woocommerce_thumbnail { margin-bottom: 20px; width: 100%; filter: none; -webkit-filter: grayscale(45%); -moz-filter: grayscale(45%); -ms-filter: grayscale(45%); -o-filter: grayscale(45%); width: 100%; }

.woocommerce-loop-product__link .wp-post-image:hover, .woocommerce-loop-product__link .attachment-woocommerce_thumbnail:hover { filter: none; -webkit-filter: grayscale(0%); -moz-filter: grayscale(0%); -ms-filter: grayscale(0%); -o-filter: grayscale(0%); }

.woocommerce-loop-product__link .product-image-alt { opacity: 0; position: absolute; top: 0; left: 0; z-index: 1; max-height: 100%; }

.woocommerce-loop-product__link:hover .product-image-alt { opacity: 1; }

.woocommerce-loop-product__link .woocommerce-loop-product__short-description p { margin-bottom: 0; }

.woocommerce-loop-product__link .price { color: #000; display: block; font-family: "meno-banner", serif; font-size: 1.71429rem; margin-bottom: 10px; padding-bottom: 20px; position: relative; }

.woocommerce-loop-product__link .price del { bottom: 0; color: #a2a2a2; font-size: 1rem; left: 0; position: absolute; text-decoration: none; }

.woocommerce-loop-product__link .price del:before { content: 'Was: '; }

.woocommerce-loop-product__link .price ins { color: #000; font-size: 1.71429rem; text-decoration: none; }

.woocommerce .products .product .btn { font-size: 1rem; margin-bottom: 0; vertical-align: top; }

.woocommerce-pagination { clear: both; padding-top: 40px; padding-bottom: 30px; text-align: center; }

.woocommerce-pagination ul.page-numbers { display: inline-block; font-family: "meno-banner", serif; }

.woocommerce-pagination ul.page-numbers li { display: inline-block; }

.woocommerce-pagination ul.page-numbers .page-numbers { border: 1px solid #000000; color: #000000; display: block; padding: 5px 10px; }

.woocommerce-pagination ul.page-numbers .page-numbers.current { background-color: #000000; border-color: transparent; color: #fff; }

.woocommerce-pagination ul.page-numbers a.page-numbers:hover, .woocommerce-pagination ul.page-numbers a.page-numbers:focus, .woocommerce-pagination ul.page-numbers a.page-numbers:active { text-decoration: none; }

@media (min-width: 768px) { .woocommerce-pagination ul.page-numbers .page-numbers { padding: 8px 20px 5px 20px; }
  .woocommerce-pagination ul.page-numbers a.page-numbers { -webkit-transition: all .2s ease; -moz-transition: all .2s ease; transition: all .2s ease; }
  .woocommerce-pagination ul.page-numbers a.page-numbers:hover { background: #f3f3f3; color: #fff; } }

.section-product-breadcrumb { background-color: transparent; padding: 0; }

.section-product-breadcrumb .row-product-breadcrumb { border-top: 1px solid #cdcdcd; margin: 0; padding: 20px 0; }

.section-product-breadcrumb .row-product-breadcrumb .col-sm-12 { padding: 0; }

.section-product-breadcrumb .woocommerce-breadcrumb { color: #2d2d2d; font-family: "AvenirNextLTW01-Regular", sans-serif; font-size: 0.85714rem; line-height: 1.2; }

.section-product-breadcrumb .woocommerce-breadcrumb a { color: #2d2d2d; text-transform: uppercase; }

.section-product-breadcrumb .woocommerce-breadcrumb .separator { color: #2d2d2d; display: inline-block; padding-left: 5px; padding-right: 5px; }

.woocommerce .onsale { background: #000000; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; color: #fff; display: block; font-family: "AvenirNextLTW01-Medium", sans-serif; font-size: 0.78571rem; height: 50px; line-height: 50px; position: absolute; right: 10px; text-align: center; text-transform: uppercase; top: 10px; width: 50px; z-index: 10; }

.section-archive-products h1 { font-family: "meno-banner", serif; font-size: -moz-calc(24px + (40 - 24) * ((100vw - 300px) / (1600 - 300))); font-size: calc(24px + (40 - 24) * ((100vw - 300px) / (1600 - 300))); text-align: center; text-transform: none; }

@media (max-width: 767px) { .section-archive-products h1 { margin-top: 30px; } }

.btn-refine { -webkit-background-size: 7px 7px; -moz-background-size: 7px; background-size: 7px; background-position: 98% 14px; background-repeat: no-repeat; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; border: 1px solid black; font-family: "AvenirNextLTW01-Medium", sans-serif; font-size: 0.85714rem; height: 32px; margin: 10px; padding: 7px 8px 2px 8px; text-transform: uppercase; }

@media (min-width: 768px) { .btn-refine { display: none; } }

.btn-refine-close { display: block; padding: 10px 20px; text-align: center; border: 1px solid #000; margin: 0 20px 30px 20px; cursor: pointer; }

.filters-row { clear: both; display: none; min-height: 44px; margin-left: 5px; margin-right: 5px; margin-bottom: 40px; }

@media (min-width: 768px) { .filters-row { display: block !important; } }

.filter-widget { padding: 5px; }

.filter-widget .yith-woocommerce-ajax-product-filter.with-checkbox ul li a:before { background-image: url("/wp-content/themes/ticktock/image/checkbox.png"); -webkit-background-size: 11px 11px; -moz-background-size: 11px; background-size: 11px; }

@media (min-width: 992px) { .filter-widget { float: left; width: 16.6656%; } }

.filter-widget .yith-wcan-price-link { display: none; font-size: 0px !important; }

.filter-widget .yith-wcan-price-link.active { margin: 0; }

.filter-widget .yith-wcan-price-link bdi { font-size: 0.85714rem; }

.filter-widget .yith-wcan-price-link .woocommerce-Price-amount:before { content: ' - '; font-size: 11px; padding: 0 3px; }

.filter-widget .yith-wcan-price-link .woocommerce-Price-amount:nth-child(1):before { display: none; }

.filter-widget button { background: white; border: 1px solid black; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; font-family: "AvenirNextLTW01-Medium", sans-serif; font-size: 0.85714rem; text-transform: uppercase; text-align: left; padding: 7px 10px 6px 10px; width: 100%; }

.filter-widget button i { position: absolute; right: 10px; top: 12px; }

.filter-widget .dropdown-menu { -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; border-color: black; border-bottom: 0; margin: -1px 0 0 0; padding: 0; }

@media (max-width: 991px) { .filter-widget .dropdown-menu { min-width: 100%; } }

@media (min-width: 1200px) { .filter-widget .dropdown-menu { min-width: 100%; } }

.filter-widget .dropdown-menu ul { margin: 0; padding: 0; }

.filter-widget .dropdown-menu ul li { padding: 0; }

.filter-widget .dropdown-menu ul li a { border-bottom: 1px solid #000; display: block; font-family: "AvenirNextLTW01-Medium", sans-serif; font-size: 0.78571rem; padding: 8px 10px 7px 10px; text-transform: uppercase; text-decoration: none; }

.filter-widget .dropdown-menu ul li a:before { color: #000 !important; }

.filter-widget .dropdown-menu ul li a:hover { background: black; color: #fff; }

.filter-widget .dropdown-menu ul li a:hover:before { color: #fff !important; }

.filter-widget .dropdown-menu ul.yith-wcan-color { border-bottom: 1px solid #000; padding: 20px; }

.filter-widget .dropdown-menu ul.yith-wcan-color a { -webkit-border-radius: 50% !important; -moz-border-radius: 50% !important; border-radius: 50% !important; }

.yit-wcan-container { padding: 0 10px; }

.yit-wcan-container .woocommerce-info { font-family: "meno-banner", serif; font-size: 1.71429rem; padding-bottom: 40px; text-align: center; }

.filter-widget-mobile-wrapper { background: #fff; -webkit-box-shadow: 0 0 50px 40px rgba(0, 0, 0, 0.1); -moz-box-shadow: 0 0 50px 40px rgba(0, 0, 0, 0.1); box-shadow: 0 0 50px 40px rgba(0, 0, 0, 0.1); overflow-y: scroll; padding-top: 22px; padding-bottom: 120px; position: fixed; right: -100%; width: 80%; top: 0; z-index: 1000; height: 100vh; -webkit-filter: blur(0px); filter: blur(0px); -webkit-transition: right 0.3s; -moz-transition: right 0.3s; transition: right 0.3s; }

.filter-widget-mobile-wrapper.filter-widget-mobile-wrapper-active { right: 0; }

.filter-widget-mobile-container { border-bottom: 0; }

.filter-widget-mobile-container .filter-widget-mobile { border-bottom: 1px solid #eee; }

.filter-widget-mobile-container .yith-woocommerce-ajax-product-filter h3 { font-size: 0.92857rem; font-family: "AvenirNextLTW01-Medium", sans-serif; margin: 0; padding: 15px 20px; text-transform: uppercase; }

.filter-widget-mobile-container .yith-woocommerce-ajax-product-filter h3.with-dropdown .widget-dropdown { background-image: url("/wp-content/themes/ticktock/image/mobile-arrows.png"); -webkit-background-size: 30px 30px !important; -moz-background-size: 30px !important; background-size: 30px !important; top: 22px; right: 22px; }

.filter-widget-mobile-container .yith-woocommerce-ajax-product-filter h3.with-dropdown.open .widget-dropdown { background-position: bottom 12px right !important; }

.filter-widget-mobile-container .yith-woocommerce-ajax-product-filter .yith-wcan-list { font-size: 0.85714rem; padding: 0 20px; text-transform: uppercase; }

.filter-widget-mobile-container .yith-woocommerce-ajax-product-filter .yith-wcan-list-price-filter { padding-left: 20px; }

.filter-widget-mobile-container .yith-woocommerce-ajax-product-filter .yith-wcan-price-link { display: none; font-size: 0px !important; }

.filter-widget-mobile-container .yith-woocommerce-ajax-product-filter .yith-wcan-price-link.active { margin: 0; }

.filter-widget-mobile-container .yith-woocommerce-ajax-product-filter .yith-wcan-price-link bdi { font-size: 0.85714rem; }

.filter-widget-mobile-container .yith-woocommerce-ajax-product-filter .yith-wcan-price-link .woocommerce-Price-amount:before { content: ' - '; font-size: 11px; padding: 0 3px; }

.filter-widget-mobile-container .yith-woocommerce-ajax-product-filter .yith-wcan-price-link .woocommerce-Price-amount:nth-child(1):before { display: none; }

.filter-widget-mobile-container .yith-wcan-reset-navigation { padding: 20px; display: inline-block; }

.filter-widget-mobile-container .yith-woocommerce-ajax-product-filter.with-checkbox ul li a { display: inline-block; padding: 5px 0; }

.filter-widget-mobile-container .yith-woocommerce-ajax-product-filter.with-checkbox ul li a:before { background-image: url("/wp-content/themes/ticktock/image/checkbox.png"); -webkit-background-size: 11px 11px; -moz-background-size: 11px; background-size: 11px; }

.woocommerce-result-count { color: gray; font-size: 0.85rem; margin: 0 10px 5px 10px; }

.woocommerce-ordering { margin: 0 10px; }

.woocommerce-ordering .orderby { background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 33.3 19.4'><path d='M132,192.9a1.6,1.6,0,0,1,0-2.2l1-.9a1.6,1.6,0,0,1,2.2,0l13,13.3,13.1-13.3a1.6,1.6,0,0,1,2.2,0l.9.9a1.7,1.7,0,0,1,0,2.3l-15.1,15.3a1.6,1.6,0,0,1-2.2,0Z' transform='translate(-131.6 -189.4)'/></svg>"); -webkit-background-size: 7px 7px; -moz-background-size: 7px; background-size: 7px; background-position: 98% 14px; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; border: 1px solid black; font-family: "AvenirNextLTW01-Medium", sans-serif; font-size: 0.85714rem; height: 36px; padding: 2px 8px 2px; text-transform: uppercase; }

@media (min-width: 576px) { .wc-results-and-sorting { display: inline-block; margin-top: -100px; width: 100%; }
  .woocommerce-result-count { float: left; margin-bottom: 40px; margin-left: 10px; margin-top: -50px; width: 50%; }
  .woocommerce-ordering { float: right; margin-right: 10px; margin-top: -70px; text-align: right; width: 50%; }
  .woocommerce-ordering .orderby { border: 0; padding: 0 15px 0 0; width: auto; } }

.single-product .woocommerce-product-gallery__image--placeholder img, .single-product .woocommerce-product-gallery__image img { filter: none; -webkit-filter: grayscale(45%); -moz-filter: grayscale(45%); -ms-filter: grayscale(45%); -o-filter: grayscale(45%); width: 100%; }

.single-product .woocommerce-product-gallery { margin: 0 0 20px 0; }

@media (max-width: 767px) { .single-product .woocommerce-product-gallery { margin: 30px 0; } }

.single-product .woocommerce-product-gallery .flex-control-nav { list-style-type: none; margin: 0; padding: 0; padding-top: 10px; }

.single-product .woocommerce-product-gallery .flex-control-nav li { cursor: pointer; float: left; padding: 0 5px; width: 20%; }

.single-product .woocommerce-product-gallery .flex-control-nav li img { opacity: .4; -webkit-transition: all .2s ease; -moz-transition: all .2s ease; transition: all .2s ease; }

.single-product .woocommerce-product-gallery .flex-control-nav li img:hover { opacity: 1; }

.single-product .woocommerce-product-gallery .flex-control-nav li img.flex-active { opacity: 1; }

.single-product .woocommerce-product-gallery .flex-control-nav li:first-of-type { margin-left: -5px; }

@media (min-width: 768px) { .single-product .section-single-product .col-images { padding-right: 40px; } }

.single-product .woocommerce-product-gallery { position: relative; }

.woocommerce-product-gallery__trigger { display: block; left: 20px; font-size: 1.71429rem; position: absolute; text-indent: -9999px; top: 20px; z-index: 2; }

.woocommerce-product-gallery__trigger:hover, .woocommerce-product-gallery__trigger:focus, .woocommerce-product-gallery__trigger:active { text-decoration: none; }

.woocommerce-product-gallery__trigger:before { background: rgba(0, 0, 0, 0.5); -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; content: '\f002'; color: rgba(255, 255, 255, 0.75); display: block; font-family: 'FontAwesome'; height: 50px; left: 0; line-height: 50px; position: absolute; text-align: center; text-indent: 0; -webkit-transition: all .2s ease; -moz-transition: all .2s ease; transition: all .2s ease; top: 0; width: 50px; }

.woocommerce-product-gallery__trigger:hover:before { background: #000; color: #fff; }

.single-product .onsale { right: 20px; z-index: 2; }

@media (min-width: 768px) { .single-product .section-single-product .onsale { right: 50px; z-index: 2; } }

.single-product .entry-summary ul.designer { margin: 0; padding: 0; }

.single-product .entry-summary ul.designer li { font-size: 0.92857rem; letter-spacing: 1px; list-style: none; margin: 0; padding: 0; text-transform: uppercase; }

.single-product .entry-summary h1.entry-title { font-family: "meno-banner", serif; font-size: -moz-calc(32px + (46 - 32) * ((100vw - 300px) / (1600 - 300))); font-size: calc(32px + (46 - 32) * ((100vw - 300px) / (1600 - 300))); margin: 0 0 5px 0; }

@media (min-width: 768px) { .single-product .entry-summary .entry-title { font-size: 2.57143rem; } }

.attribute-label { display: inline-block; min-width: 160px; font-size: 0.78571rem; font-family: "AvenirNextLTW01-Medium", sans-serif; letter-spacing: 1px; padding: 16px 10px 0 0; text-transform: uppercase; }

.sizes-available { border-bottom: 1px solid #eee; padding-bottom: 10px; }

.sizes-available ul { display: inline-block; }

.sizes-available ul, .sizes-available li { list-style: none; margin: 0; padding: 0; font-size: 0.85714rem; font-family: "AvenirNextLTW01-Medium", sans-serif; }

.store-location { border-bottom: 1px solid #eee; padding-bottom: 10px; }

.store-location ul { display: inline-block; }

.store-location ul, .store-location li { list-style: none; margin: 0; padding: 0; font-size: 0.85714rem; font-family: "AvenirNextLTW01-Medium", sans-serif; }

.store-location li { display: inline-block; padding-right: 5px; }

.store-location li:after { content: ', '; }

.store-location li:last-child { color: red; }

.store-location li:last-child:after { content: ''; }

.colours-available { padding-top: 30px; padding-bottom: 0px; border-bottom: 1px solid #eee; }

.colours-available .product-swatches { display: inline-block; margin: 10px 0; padding: 0; vertical-align: top; }

.colours-available .product-swatches li { display: inline-block; list-style: none; margin: 0 3px 0 0; }

.colours-available .product-swatches li a { display: block; width: 25px; height: 25px; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; text-indent: -9999px; overflow: hidden; }

.colours-available .product-swatches li a.colour-swatch-ivory { background: #f0eeea; }

.colours-available .product-swatches li a.colour-swatch-white { background: #ffffff; border: 1px solid #ddd; }

.colours-available .product-swatches li a.colour-swatch-blush { background: #f0e8e7; }

.colours-available .product-swatches li a.colour-swatch-champagne { background: #e5ddd7; }

.single-product .entry-summary .yith-wcwl-add-to-wishlist { position: absolute; right: 10px; top: 0; }

.single-product .entry-summary.sticky .yith-wcwl-add-to-wishlist { right: 0; }

.single-product .price { display: none; }

.single-product .sale .price, .single-product .price-band .price { display: inline-block; font-family: "meno-banner", serif; line-height: 1; margin: 0; padding-top: 20px; }

.single-product .sale .price ins, .single-product .price-band .price ins { color: #000000; text-decoration: none; }

.single-product .sale .price-band { display: none; }

.single-product .section-single-product .entry-summary .stock.out-of-stock { font-weight: bold; color: #d9534f; }

.section-single-product .variations { margin-bottom: 10px; width: 100%; }

.section-single-product .variations label { margin-bottom: 0; }

.section-single-product .variations .value select { height: 40px; padding: 5px 10px; }

.section-single-product .variations .reset-variations-tr td { border: 0; }

.section-single-product .reset_variations { color: gray; display: none; font-size: 0.85rem; }

.section-single-product .single_variation_wrap { margin-top: 40px; }

.single-product .cart { display: none; }

.section-single-product .entry-summary .quantity { display: inline-block; width: 49%; }

.section-single-product .single_add_to_cart_button { height: 38px; margin-bottom: 0; }

.single-product .summary .sharedaddy { position: absolute; bottom: 20px; right: 0px; }

@media (max-width: 767px) { .single-product .summary .sharedaddy { bottom: 8px; } }

.product-description { font-size: 1rem; margin-top: 40px; padding-bottom: 30px; }

.accordion { background: transparent; border-bottom: 1px solid #ccc !important; color: #444; cursor: pointer; padding: 18px 0; width: 100%; border: none; text-align: left; outline: none; font-size: 15px; -webkit-transition: 0.4s; -moz-transition: 0.4s; transition: 0.4s; }

.active { margin-bottom: 18px; }

.accordion:after { content: '\002B'; color: #777; font-weight: bold; float: right; margin-left: 5px; }

.active:after { content: "\2212"; }

.panel { padding: 0; background-color: white; max-height: 0; overflow: hidden; -webkit-transition: max-height 0.2s ease-out; -moz-transition: max-height 0.2s ease-out; transition: max-height 0.2s ease-out; }

.section-single-product-tabs { padding-top: 0; }

.section-single-product-tabs .wc-tabs-nav-wrapper { margin-bottom: 40px; }

@media (min-width: 768px) { .section-single-product-tabs .wc-tabs-nav-wrapper { margin-bottom: 60px; } }

.single-product .comments-area .comment .avatar { -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; display: inline-block; height: auto; max-width: 100%; vertical-align: top; }

.single-product .comments-area .comment .comment-text { display: inline-block; margin-left: 20px; vertical-align: top; }

.single-product .comments-area .comment .comment-text .meta { display: inline-block; margin-bottom: 10px; vertical-align: top; }

.single-product .comment-form .stars a { display: inline-block; height: 1em; position: relative; text-decoration: none; text-indent: -1000px; width: 1em; }

.single-product .comment-form .stars a:before { content: '\f006'; display: block; font-family: 'FontAwesome'; height: 1em; left: 0; line-height: 1; position: absolute; text-indent: 0; top: 0; width: 1em; }

.single-product .comment-form .stars a:active, .single-product .comment-form .stars a:focus, .single-product .comment-form .stars a:hover { text-decoration: none; }

.single-product .comment-form .stars a.active:before { content: '\f005'; }

.single-product .comment-form .stars.selected a:not(.active):before { content: '\f005'; }

.single-product .comment-form .stars.selected a.active ~ a:before { content: '\f006'; }

@media (min-width: 992px) { .single-product .comment-respond { width: 50%; } }

.section-single-product-related .section-title { color: #000000; }

.woocommerce .related.products { border-top: 1px solid #eee; margin-top: 40px; margin-left: 0; margin-right: 0; }

.woocommerce .related h2 { font-family: "meno-banner", serif; padding: 60px 0; text-align: center; text-transform: none; }

#yith-wcwl-popup-message { display: none !important; height: 0; opacity: 0; visibility: hidden; }

.page-template-page-wishlist .woocommerce-products-header { padding: 60px 0; }

@media (max-width: 767px) { .page-template-page-wishlist .woocommerce-products-header { padding: 60px 0 0 0; } }

.page-template-page-wishlist .woocommerce-products-header h1 { font-family: "meno-banner", serif; font-size: -moz-calc(24px + (40 - 24) * ((100vw - 300px) / (1600 - 300))); font-size: calc(24px + (40 - 24) * ((100vw - 300px) / (1600 - 300))); text-align: center; text-transform: none; }

.page-template-page-wishlist .wishlist-remove { position: absolute; bottom: 20px; right: 15px; }

@media (max-width: 767px) { .page-template-page-wishlist .wishlist-remove { bottom: 8px; } }

.page-template-page-wishlist .yith-wcwl-share { padding: 40px 0; width: 100%; text-align: center; }

.page-template-page-wishlist .yith-wcwl-share .share-button { width: 32px; height: 32px; vertical-align: top; }

.page-template-page-wishlist .yith-wcwl-share li a { color: #000; font-size: 1.85714rem; padding: 5px 0 0 0; }

.single-trunk-shows .trunk-show-form input, .single-trunk-shows .trunk-show-form select, .single-trunk-shows .trunk-show-form textarea { background: #fff; }

.single-trunk-shows .trunk-show-form .gform_button { color: #000 !important; }

@media (min-width: 768px) { .section.wp-content .col-wp-content.has-sidebar { padding-right: 40px; } }

img { filter: none; -webkit-filter: grayscale(45%); -moz-filter: grayscale(45%); -ms-filter: grayscale(45%); -o-filter: grayscale(45%); width: 100%; }

.call-out-blocks { position: relative; z-index: 100; }

.call-out-blocks h3 { color: #000000; }

.call-out-blocks .call-out-block .fl-module-content { min-height: 360px; position: relative; }

.call-out-blocks .call-out-block .fl-module-content .fl-icon .fal:before { background: #000000; background: -webkit-linear-gradient(311deg, #1a217f 0%, #f3f3f3 100%); background: -moz-linear-gradient(311deg, #1a217f 0%, #f3f3f3 100%); background: linear-gradient(139deg, #1a217f 0%, #f3f3f3 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }

.call-out-blocks .call-out-block .fl-module-content p { font-size: 1.28571rem; line-height: 1.5; }

@media (max-width: 991px) { .call-out-blocks .call-out-block .fl-module-content { margin: 30px 100px 30px 100px; padding: 0 0 20px 0; }
  .call-out-blocks .call-out-block .fl-module-content .fl-callout-text { padding: 20px; } }

@media (max-width: 767px) { .call-out-blocks .call-out-block .fl-module-content { margin: 0; } }

@media (min-width: 992px) { .call-out-blocks .call-out-block .fl-module-content { height: 460px; overflow: hidden; }
  .call-out-blocks .call-out-block .fl-module-content .fl-callout-photo { position: absolute; top: 0; left: 0; }
  .call-out-blocks .call-out-block .fl-module-content .fl-callout-photo img { height: 460px; width: auto; }
  .call-out-blocks .call-out-block .fl-module-content .fl-callout-title { color: #fff; position: absolute; bottom: 20px; left: 20px; text-align: left; z-index: 100; }
  .call-out-blocks .call-out-block .fl-module-content .fl-callout-title a { color: #fff; }
  .call-out-blocks .call-out-block .fl-module-content .fl-callout-text-wrap { background: transparent; color: #fff; position: absolute; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; padding: 60px 30px; width: 100%; height: 100%; opacity: 0; }
  .call-out-blocks .call-out-block .fl-module-content:hover .fl-callout-text-wrap { background: rgba(0, 0, 0, 0.9); opacity: 1; }
  .call-out-blocks .call-out-block .fl-module-content:hover .fl-callout-text-wrap a { color: #fff; } }

.content-block-max-width { max-width: 700px; }

.row-products h2 { font-size: 2rem; }

.angle { position: relative; z-index: 10; }

.bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus, .bx-wrapper .bx-pager.bx-default-pager a:hover { background: #fff; }

@media (max-width: 991px) { .fl-slide-mobile-photo { position: absolute; top: 20px; left: 20px; }
  .fl-slide-mobile-photo img { max-width: 150px; }
  .fl-slide-content { display: none; }
  .fl-slide-bg-photo { height: 400px; } }

.search .page-header .container { max-width: 585px; }

.search .page-header .search-form { position: relative; }

.search .page-header .search-form .search-field { background: transparent; border: 0; border-bottom: 4px solid #fff; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; color: #fff; font-size: 1.6em; height: auto; padding: 20px 0 10px; padding-right: 60px; width: 100%; }

.search .page-header .search-form .search-field::-webkit-input-placeholder { color: rgba(255, 255, 255, 0.5); }

.search .page-header .search-form .search-field:-moz-placeholder { color: rgba(255, 255, 255, 0.5); }

.search .page-header .search-form .search-field::-moz-placeholder { color: rgba(255, 255, 255, 0.5); }

.search .page-header .search-form .search-field:-ms-input-placeholder { color: rgba(255, 255, 255, 0.5); }

.search .page-header .search-form .search-field:focus { -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; outline: 0; }

.search .page-header .search-form .search-submit { -webkit-transition: all 0.1s ease; -moz-transition: all 0.1s ease; -o-transition: all 0.1s ease; transition: all 0.1s ease; background: transparent; border: 0; color: #fff; font-size: 1.4em; padding: 20px 10px; position: absolute; right: 0; top: 0; }

.search .page-header .search-form .search-submit:focus { -moz-transform: scale(1.3); -o-transform: scale(1.3); -ms-transform: scale(1.3); -webkit-transform: scale(1.3); transform: scale(1.3); outline: 0; }

.single-post .page-header { padding: 380px 0 230px 0; }

.single-post .page-header h1 { position: relative; text-transform: capitalize; z-index: 10; }

.single-post .section-post-content { font-size: 1rem; line-height: 2.14286rem; padding-top: 0; }

.single-post .section-post-content .col-post-content { padding: 40px; }

@media (min-width: 768px) { .single-post .section-post-content .col-post-content { padding-right: 40px; } }

@media (min-width: 1200px) { .single-post .section-post-content { padding-top: 80px; } }

.single-post .section-post-footer { background-color: #f6f6f6; }

.single-post .section-post-footer .comments-area { padding-top: 40px; }

.section-related-posts { background-color: #ececec; }

.author .page-header { text-align: center; }

.author .page-header .author-avatar { margin-bottom: 20px; }

.author .page-header .author-avatar .avatar { -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; }

.error404 .section.error-404 { padding: 60px 0; }

.error404 .section.error-404 .fa { font-size: 3.57143rem; margin-bottom: 20px; }

@media (min-width: 768px) { .error404 .section.error-404 { padding: 120px 0; } }
