@import url("https://fonts.googleapis.com/css?family=Lato|Oswald&display=swap");
/************** LOAD FONTS ******************/
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.7.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */
@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }
@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom; }

@-webkit-keyframes flash {
  from,
  50%,
  to {
    opacity: 1; }
  25%,
  75% {
    opacity: 0; } }
@keyframes flash {
  from,
  50%,
  to {
    opacity: 1; }
  25%,
  75% {
    opacity: 0; } }
.flash {
  -webkit-animation-name: flash;
  animation-name: flash; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse; }

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand; }

@-webkit-keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }
@keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }
.shake {
  -webkit-animation-name: shake;
  animation-name: shake; }

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake; }

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing; }

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
.tada {
  -webkit-animation-name: tada;
  animation-name: tada; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble; }

@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg); }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg); } }
@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.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg); }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg); } }
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center; }

@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
.heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out; }

@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn; }

@-webkit-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown; }

@-webkit-keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft; }

@-webkit-keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight; }

@-webkit-keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp; }

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }
.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut; }

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown; }

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft; }

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight; }

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp; }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig; }

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig; }

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig; }

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig; }

@-webkit-keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }
@keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown; }

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }
@keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig; }

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }
@keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft; }

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }
@keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig; }

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }
@keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight; }

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }
@keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig; }

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }
@keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp; }

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }
@keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig; }

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }
@keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip; }

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }
@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX; }

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }
@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY; }

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }
@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }
.flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }
@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }
.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY; }

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }
@keyframes lightSpeedOut {
  from {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }
@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn; }

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }
@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft; }

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }
@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight; }

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }
@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft; }

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }
@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight; }

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }
@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut; }

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }
@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft; }

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }
@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight; }

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }
@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft; }

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }
@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight; }

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }
.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-name: hinge; }

@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom; }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg); }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }
@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom; }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg); }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }
.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }
@keyframes rollOut {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut; }

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn; }

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown; }

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft; }

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight; }

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp; }

@-webkit-keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }
@keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut; }

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown; }

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft; }

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight; }

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp; }

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown; }

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft; }

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight; }

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp; }

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }
@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown; }

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }
@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft; }

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }
@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight; }

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }
@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp; }

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s; }

.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s; }

.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s; }

.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s; }

.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s; }

.animated.fast {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms; }

.animated.faster {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms; }

.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s; }

.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s; }

@media (print), (prefers-reduced-motion) {
  .animated {
    -webkit-animation: unset !important;
    animation: unset !important;
    -webkit-transition: none !important;
    transition: none !important; } }
.saffireMobileSize .header {
  padding: 0;
  font: inherit;
  color: inherit; }
.saffireMobileSize .headerInnerContent {
  height: auto; }

.generalmessage {
  box-sizing: border-box;
  white-space: normal;
  padding: 0 10px; }

.saffireMobileSize .generalmessage {
  padding: 0 10px; }

.loginstatus {
  float: none; }

#weatherBugWidget {
  position: static;
  display: flex;
  align-items: center; }
  #weatherBugWidget img {
    flex-shrink: 0;
    margin: 0 5px; }
  #weatherBugWidget #weatherBugText,
  #weatherBugWidget #weatherBugDescription {
    display: none; }
  #weatherBugWidget.weatherBugSet #weatherBugDescription {
    display: inline;
    color: inherit; }

.ticket {
  padding: 0;
  height: auto; }

.saffireMobileSize a.ticket,
.saffireMobileSize a.ticket:hover {
  position: static;
  display: inline-block;
  overflow: visible;
  white-space: normal;
  border: none;
  border-radius: 0;
  padding: 0; }

.emailSignup {
  box-sizing: border-box; }
  .emailSignup > div {
    float: none; }
  .emailSignup .emailInputField input {
    box-sizing: border-box;
    border: none;
    box-shadow: none; }
  .emailSignup .emailSubmitButton {
    box-sizing: border-box; }

.header .emailSignup {
  position: relative;
  z-index: 1; }

.saffireMobileSize .header .emailSignup {
  float: none;
  font-size: inherit; }
  .saffireMobileSize .header .emailSignup:hover {
    cursor: pointer; }

body.modalBody .emailSignup .emailInputField input {
  border: 1px solid #000;
  padding: 2px 5px;
  margin: 5px 0; }

.header .searchBox {
  position: relative;
  z-index: 1; }

.searchBox:not(.clonedSearchBox) > div {
  float: none; }
.searchBox:not(.clonedSearchBox) #searchBoxClicker {
  display: none; }
.searchBox:not(.clonedSearchBox) .searchBoxInput input {
  box-sizing: border-box;
  border: none;
  box-shadow: none; }
.searchBox:not(.clonedSearchBox) .searchSubmitButton {
  box-sizing: border-box; }

.saffireMobileSize .header .searchBox:not(.clonedSearchBox) {
  float: none;
  font-size: inherit; }
  .saffireMobileSize .header .searchBox:not(.clonedSearchBox) #searchBoxClicker {
    display: block; }
  .saffireMobileSize .header .searchBox:not(.clonedSearchBox):hover {
    cursor: pointer; }

.saffireMobileSize .searchBox.clonedSearchBox {
  background: #222; }
  .saffireMobileSize .searchBox.clonedSearchBox:before {
    display: none; }
  .saffireMobileSize .searchBox.clonedSearchBox .searchBoxInput input.inputFieldTextbox.textbox {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 5px 10px;
    font-size: 14px;
    border-radius: 0 !important;
    font-family: "open_sansregular", Verdana, Arial !important; }
  .saffireMobileSize .searchBox.clonedSearchBox .searchBoxSubmit {
    display: flex;
    align-items: center;
    justify-content: center; }
    .saffireMobileSize .searchBox.clonedSearchBox .searchBoxSubmit a {
      border-color: #ddd;
      border-radius: 0 !important; }
    .saffireMobileSize .searchBox.clonedSearchBox .searchBoxSubmit:before {
      position: static; }

.viewcart > span {
  position: relative;
  display: inline-block; }

.saffireMobileSize .viewcart {
  float: none;
  width: auto;
  height: auto;
  font-family: inherit !important;
  font-size: inherit; }
  .saffireMobileSize .viewcart:before {
    display: none; }
  .saffireMobileSize .viewcart:hover .cartMenu {
    display: none !important; }
  .saffireMobileSize .viewcart .cartMenuLink {
    box-sizing: border-box; }

.cartMenuRemoveButton {
  text-decoration: none; }

.saffireLargeSize .nav .groups .group {
  float: none; }
.saffireLargeSize .nav .groups .group > a {
  box-sizing: border-box; }
.saffireLargeSize .nav .items {
  float: none; }
  .saffireLargeSize .nav .items .item a {
    box-sizing: border-box; }
.saffireLargeSize .nav .subitems {
  float: none; }

.saffireMobileSize .nav {
  display: inline-flex;
  display: none !important;
  align-items: center;
  justify-content: center;
  vertical-align: top;
  float: none;
  height: 50px;
  width: 50px;
  color: #333;
  font-size: inherit; }
  .saffireMobileSize .nav:before {
    position: static;
    line-height: 1; }
  .saffireMobileSize .nav .mobileNavLink {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%; }
  .saffireMobileSize .nav .groups {
    display: none; }

.standAloneDirections {
  color: inherit; }

.loginstatus a,
.myAccountNavButton a {
  color: inherit; }

.pressPageTabs .tab {
  font-size: 14px; }

.left.pressDate {
  width: 120px; }

/*************** MEMBERS SITE **********************/
.arrowdown {
  border-color: transparent transparent #000; }

.arrowdown_on {
  border-color: transparent transparent #444; }

.arrowup {
  border-color: #000 transparent transparent; }

.arrowup_on {
  border-color: #444 transparent transparent; }

#directoryFilterOptions > li:hover {
  background: #cbdfe2; }

.directoryHeader {
  border-radius: 6px;
  font-family: inherit;
  font-size: 14px; }

.eventList-container .eventCol1 .filter-group {
  line-height: 1.2; }

.tiny,
.note {
  font-size: 12px; }

input.textbox,
textarea.multi,
select.dropdown {
  font-size: 14px;
  padding: 5px; }

#eventFilterList li,
#eventDateList li a {
  padding: 0.5em 0.5em; }

.featureLineup-buynow .button {
  font-size: 12px; }

.featureLineup-social div {
  display: inline-flex;
  align-items: center; }
  .featureLineup-social div a {
    width: 26px;
    height: 26px;
    font-size: 22px; }

body {
  color: #232528;
  font: 16px/1.5 "Lato", sans-serif; }

b,
strong {
  font-family: "Lato", sans-serif;
  font-weight: 700; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Oswald", sans-serif;
  font-weight: normal;
  color: #2893f2;
  line-height: 1.2;
  margin: 0 0 .67em 0; }

h1 {
  font-size: 24px; }
  @media screen and (min-width: 450px) {
    h1 {
      font-size: calc(24px + 14 * ((100vw - 450px) / 916)); } }
  @media screen and (min-width: 1366px) {
    h1 {
      font-size: 38px; } }

h2 {
  font-size: 24px; }
  @media screen and (min-width: 450px) {
    h2 {
      font-size: calc(24px + 6 * ((100vw - 450px) / 916)); } }
  @media screen and (min-width: 1366px) {
    h2 {
      font-size: 30px; } }

h3 {
  font-size: 23px; }
  @media screen and (min-width: 450px) {
    h3 {
      font-size: calc(23px + 4 * ((100vw - 450px) / 916)); } }
  @media screen and (min-width: 1366px) {
    h3 {
      font-size: 27px; } }

h4 {
  font-size: 20px; }
  @media screen and (min-width: 450px) {
    h4 {
      font-size: calc(20px + 0 * ((100vw - 450px) / 916)); } }
  @media screen and (min-width: 1366px) {
    h4 {
      font-size: 20px; } }

h5 {
  font-size: 18px; }
  @media screen and (min-width: 450px) {
    h5 {
      font-size: calc(18px + 1 * ((100vw - 450px) / 916)); } }
  @media screen and (min-width: 1366px) {
    h5 {
      font-size: 19px; } }

h6 {
  font-size: 16px; }
  @media screen and (min-width: 450px) {
    h6 {
      font-size: calc(16px + 0 * ((100vw - 450px) / 916)); } }
  @media screen and (min-width: 1366px) {
    h6 {
      font-size: 16px; } }

.subContainer {
  font-size: 14px; }
  .subContainer h1 {
    font-size: 28px; }
  .subContainer h2 {
    font-size: 24px; }
  .subContainer h3 {
    font-size: 20px; }
  .subContainer h4 {
    font-size: 18px; }
  .subContainer h5 {
    font-size: 16px; }
  .subContainer h6 {
    font-size: 14px; }

a {
  color: #2893f2;
  text-decoration: underline;
  font-weight: 700; }

.header a,
.footer a {
  text-decoration: none; }

a:hover {
  text-decoration: none; }

/***************** CONTAINERS **************************/
body {
  background: url("images/bg-img.jpg") #ddd no-repeat fixed;
  background-size: cover; }

.wrapper {
  width: 100%; }

body:not(.homepage).generalMessageOn .wrapper {
  padding-top: 185px; }

body:not(.homepage) .wrapper {
  padding-top: 145px; }

body:not(.homepage) .content {
  position: relative;
  max-width: calc(1285px - 15px - 15px);
  margin: 30px auto 60px;
  padding: 15px 15px 15px 15px;
  background: rgba(255, 255, 255, 0.9); }

.saffireMobileSize.homepage .content,
.saffireLargeSize.homepage .content {
  position: relative;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
  background: none; }

.homepage-top {
  background: #fff; }

.homepage-middle {
  padding-bottom: 45px;
  background: #fff; }
  .saffireMobileSize .homepage-middle {
    padding-bottom: 8px; }

.homepage-bottom {
  background: url("images/crowd-bg.png") center/cover fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap; }
  .saffireMobileSize .homepage-bottom {
    padding: 0 12px 12px; }
  .browser-ie .homepage-bottom {
    background-attachment: scroll; }

@media screen and (max-width: 950px) {
  .saffireMobileSize .homepage-top,
  .saffireLargeSize .homepage-top {
    padding-top: 172px;
    transition: 0.3s; }

  .saffireMobileSize.saffireWindowScrolled .homepage-top,
  .saffireLargeSize.saffireWindowScrolled .homepage-top {
    padding-top: 160px; }

  .saffireLargeSize.generalMessageOn .homepage-top,
  .saffireMobileSize.generalMessageOn .homepage-top {
    padding-top: 212px; } }
.subContainer {
  background: #e5e5e5;
  color: #232528; }
  .subContainer a,
  .subContainer h1, .subContainer h2, .subContainer h3 {
    color: #232528; }
  .subContainer .error {
    color: #000; }

.dateDisplayBar,
.dateDisplay {
  background: #2893f2;
  color: #000; }
  .dateDisplayBar a,
  .dateDisplay a {
    color: #000; }
  .dateDisplayBar .printEvent,
  .dateDisplay .printEvent {
    padding-top: 3px;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    line-height: 0; }

.dayContainer:focus-within .printEvent, .dayContainer:hover .printEvent {
  display: flex !important; }

#google_translate_element {
  /* |%  Google translate position */
  top: 15px;
  right: 30px; }

.endOfContent {
  clear: both; }

.orderhistory {
  background: #2893f2; }

.orderhistory th {
  color: #000;
  padding: 8px 3px; }

.alternateRow {
  background: #e5e5e5; }

.listingItem {
  background: #e5e5e5;
  border-bottom: 1px solid #cccccc; }
  .listingItem:hover {
    background: #ededed; }

.generalmessage {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  background: #eeba2c;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  color: #232528;
  transition: 0.3s; }
  .generalmessage a {
    color: inherit;
    text-decoration: underline; }

.saffireMobileSize .generalmessage {
  height: 40px;
  font-size: 14px;
  line-height: 1.2;
  transition: 0.3s; }
  @media screen and (max-width: 500px) {
    .saffireMobileSize .generalmessage {
      font-size: 12px; } }

.saffireWindowScrolled .generalmessage {
  height: 0;
  color: transparent; }

.header {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  height: auto; }

.header-container {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999999999;
  width: 100%; }

.header-top {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s; }
  .saffireWindowScrolled .header-top {
    background: rgba(0, 0, 0, 0.7); }

.header-top-inner {
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 10px;
  width: 1300px;
  max-width: 100%; }

.header-top-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 1 0 auto; }
  @media screen and (max-width: 950px) {
    .header-top-right {
      justify-content: center; } }

.header-bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #232528;
  padding: 7px 0;
  border-top: solid 3px #eeba2c;
  box-shadow: 0px 2px 8px -2px #000; }

.header-bottom-inner {
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1300px;
  padding-left: 25px; }

.headerInnerContent {
  box-sizing: border-box;
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto; }

@media screen and (max-width: 950px) {
  .saffireMobileSize .header,
  .saffireLargeSize .header {
    height: auto; }
  .saffireMobileSize .headerInnerContent,
  .saffireLargeSize .headerInnerContent {
    height: auto; }
  .saffireMobileSize .header-top,
  .saffireLargeSize .header-top {
    order: 1;
    background: #fff;
    text-align: center; }
  .saffireMobileSize .header-top-inner,
  .saffireLargeSize .header-top-inner {
    justify-content: center;
    height: 85px;
    transition: 0.3s; }
  .saffireMobileSize.saffireWindowScrolled .header-top-inner,
  .saffireLargeSize.saffireWindowScrolled .header-top-inner {
    height: 35px; }
  .saffireMobileSize .header-bottom,
  .saffireLargeSize .header-bottom {
    padding: 10px 0; }

  body:not(.homepage).saffireMobileSize .header-top-inner,
  body:not(.homepage).saffireLargeSize .header-top-inner {
    flex-direction: column; }
  body:not(.homepage).saffireMobileSize.saffireWindowScrolled .header-top-inner,
  body:not(.homepage).saffireLargeSize.saffireWindowScrolled .header-top-inner {
    height: 60px; } }
.header-logo {
  display: block;
  width: 200px;
  height: 68px;
  background: url("images/blk-logo.png") center/contain no-repeat; }
  .homepage .header-logo {
    opacity: 0; }

@media screen and (max-width: 950px) {
  .header-logo {
    height: 64px;
    width: 147px; } }
.standAloneDirections {
  color: #fff;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 15px;
  text-shadow: 1px 1px 2px #1a1a1a;
  transition: 0.3s;
  white-space: nowrap; }
  .standAloneDirections:after {
    content: '|';
    margin: 0 10px;
    color: #fff; }
  .standAloneDirections:hover {
    color: #eeba2c; }

@media screen and (max-width: 950px) {
  .saffireMobileSize .standAloneDirections,
  .saffireLargeSize .standAloneDirections {
    color: #232528;
    text-shadow: none;
    font-size: 13px; }
    .saffireMobileSize .standAloneDirections:hover,
    .saffireLargeSize .standAloneDirections:hover {
      color: #eeba2c; }
  .saffireMobileSize .standAloneDirections:after,
  .saffireLargeSize .standAloneDirections:after {
    display: none; } }
.header .searchBox:not(.clonedSearchBox) {
  display: inline-flex;
  align-items: center;
  position: relative;
  color: #fff;
  border: solid 1px #fff;
  box-shadow: 1px 1px 3px 0 #000, inset 1px 1px 4px -1px #000; }
  .header .searchBox:not(.clonedSearchBox) .searchBoxInput input {
    height: 28px;
    width: 146px;
    padding: 0 5px;
    color: inherit;
    font-size: 15px;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    border-radius: 0 !important;
    background: transparent;
    text-shadow: 1px 1px 2px #1a1a1a; }
  .header .searchBox:not(.clonedSearchBox) .searchBoxSubmit {
    position: absolute;
    right: 0;
    top: 0; }
  .header .searchBox:not(.clonedSearchBox) .searchSubmitButton {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 28px;
    padding: 0 10px;
    background: transparent;
    border-radius: 0 !important;
    font-size: 14px;
    font-family: "Lato", sans-serif;
    color: inherit !important;
    text-shadow: 1px 1px 2px #1a1a1a;
    width: 35px;
    padding: 0;
    font-size: 0; }
    .header .searchBox:not(.clonedSearchBox) .searchSubmitButton:before {
      content: "\f002";
      display: block;
      font-size: 14px;
      font-family: "FontAwesome";
      line-height: 1;
      color: inherit; }

@media screen and (max-width: 950px) {
  .saffireMobileSize .header .searchBox:not(.clonedSearchBox),
  .saffireLargeSize .header .searchBox:not(.clonedSearchBox) {
    display: none; } }
.mobile-nav-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  vertical-align: top; }
  .mobile-nav-toggle:before {
    content: "\f0c9";
    position: relative;
    top: 2px;
    font-family: 'FontAwesome';
    font-size: 28px;
    line-height: 1;
    color: #fff; }
  .mobile-nav-toggle:hover {
    cursor: pointer; }

@media screen and (min-width: 950px) {
  .saffireMobileSize .mobile-nav-toggle,
  .saffireLargeSize .mobile-nav-toggle {
    display: none; } }
.nav {
  display: none; }

@media screen and (min-width: 950px) {
  .saffireLargeSize .nav {
    display: block;
    right: -6px; } }
  @media screen and (min-width: 950px) and (max-width: 1370px) {
    .saffireLargeSize .nav {
      right: 2px; } }
@media screen and (min-width: 950px) {
    .saffireLargeSize .nav .groups {
      display: flex;
      flex-wrap: wrap;
      margin: 0; }
      .saffireLargeSize .nav .groups .group {
        display: inline-block;
        flex-shrink: 0; }
      .saffireLargeSize .nav .groups .group:last-child .items,
      .saffireLargeSize .nav .groups .group:nth-last-child(2) .items {
        left: auto;
        right: 0; }
      .saffireLargeSize .nav .groups .group:last-child .subitems,
      .saffireLargeSize .nav .groups .group:nth-last-child(2) .subitems {
        left: auto;
        right: 100%; }
      .saffireLargeSize .nav .groups .group > a {
        display: inline-flex;
        align-items: center;
        padding: 3px 16px;
        margin-left: 4px;
        background: none;
        font-family: "Oswald", sans-serif, Arial, Verdana, sans-serif;
        font-size: 18px;
        font-weight: 400;
        color: #fff;
        text-transform: uppercase; }
        .saffireLargeSize .nav .groups .group > a:after {
          content: '\f078';
          font-family: "FontAwesome";
          font-size: 10px;
          color: inherit;
          padding-left: 4px; }
      .saffireLargeSize .nav .groups .group:hover > a {
        color: #232528;
        background: #fff; }
    .saffireLargeSize .nav .items {
      top: 100%;
      left: 4px;
      padding: 12px 0 0;
      background: #fff;
      box-shadow: 1px 1px 2px -1px rgba(0, 0, 0, 0.25); }
      .saffireLargeSize .nav .items .item a {
        padding: 5px 15px;
        color: #232528;
        font-family: "Lato", sans-serif;
        font-size: 13px; }
      .saffireLargeSize .nav .items .item a:hover {
        color: #fff; }
    .saffireLargeSize .nav .item {
      width: 200px;
      line-height: 1.4; }
      .saffireLargeSize .nav .item:hover {
        background: #232528; }
        .saffireLargeSize .nav .item:hover > a {
          color: #fff; }
    .saffireLargeSize .nav .subitems {
      left: 100%;
      padding: 0;
      background: #fff;
      box-shadow: 1px 1px 2px -1px rgba(0, 0, 0, 0.25); } }
/*********************** FOOTER **************************/
.footer {
  /* set the height of the footer */
  position: relative;
  height: auto;
  width: 100%;
  margin: 0 auto;
  padding: 40px 0 20px;
  background: url("images/footer-bg.png") repeat-x #232528 center;
  background-size: cover;
  color: #fff;
  text-align: left; }
  .footer .footer-inner {
    display: flex;
    justify-content: center;
    width: 1140px;
    max-width: 95%;
    margin: 0 auto; }
    .footer .footer-inner > div {
      flex: 1 1 auto; }
  .footer a {
    color: #fff;
    text-decoration: none; }
    .footer a:hover {
      text-decoration: underline; }
  .footer .footer-left {
    margin-top: 5px; }
    .footer .footer-left span {
      display: block;
      width: 215px;
      background: center/contain no-repeat; }
    .footer .footer-left .footer-logo-two {
      height: 74px;
      background-image: url("images/blk-logo.png"); }
  .footer .footer-middle {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    font-size: 16px;
    font-family: "Oswald", sans-serif; }
    .footer .footer-middle > span,
    .footer .footer-middle > a {
      display: inline-flex;
      align-items: baseline;
      font-weight: 500; }
      .footer .footer-middle > span:before,
      .footer .footer-middle > a:before {
        content: '';
        display: inline-block;
        width: 14px;
        height: 16px;
        margin-right: 14px;
        background: center/auto no-repeat; }
    .footer .footer-middle .phone:before {
      background-image: url("images/footer-phone-icon.png"); }
    .footer .footer-middle .address {
      flex-wrap: wrap;
      margin: 10px 0; }
      .footer .footer-middle .address:before {
        background-image: url("images/footer-location-icon.png"); }
      .footer .footer-middle .address span {
        display: block;
        width: 100%;
        margin-left: 27px; }
    .footer .footer-middle .email:before {
      background-image: url("images/footer-email-icon.png"); }
  .footer .footer-right {
    max-width: 233px;
    text-align: right;
    font-size: 13px; }
    .footer .footer-right .emailSignupText {
      margin-top: 0;
      margin-bottom: 2px;
      font-family: "Oswald", sans-serif;
      font-size: 17px;
      text-transform: uppercase; }
    .footer .footer-right .emailInputField input.inputFieldTextbox {
      margin-bottom: 7px;
      background: #fff; }
    .footer .footer-right .emailInputField input.inputFieldTextbox,
    .footer .footer-right .emailInputSubmit .emailSubmitButton {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: 39px;
      border-radius: 0 !important;
      font-size: 14px; }
      .footer .footer-right .emailInputField input.inputFieldTextbox:hover,
      .footer .footer-right .emailInputSubmit .emailSubmitButton:hover {
        text-decoration: none; }
    .footer .footer-right .copyright-wrapper {
      display: block;
      margin: 17px 0 0;
      font-family: "Lato", sans-serif; }
    .footer .footer-right .powered-by {
      display: flex;
      justify-content: flex-end;
      line-height: 4; }
    .footer .footer-right a[aria-label*="Powered"] {
      display: inline-block;
      height: 32px;
      width: 50px;
      margin-top: 3px;
      background: url("images/saffire-logo.png"); }
      .footer .footer-right a[aria-label*="Powered"] img {
        display: none; }
  .footer .socialNetworks {
    position: absolute;
    width: 100%;
    height: 60px;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center; }
  @media screen and (max-width: 1410px) {
    .footer {
      padding-bottom: 25px; } }
  @media screen and (max-width: 950px) {
    .footer {
      padding-bottom: 68px; } }

.saffireMobileSize .footer {
  background-image: url("images/footer-bg.png"); }
  .saffireMobileSize .footer a:hover {
    text-decoration: none; }
  .saffireMobileSize .footer .footer-inner {
    flex-direction: column;
    align-items: center; }
  .saffireMobileSize .footer .footer-left span {
    width: 165px; }
  .saffireMobileSize .footer .footer-left .footer-logo-one {
    height: 71px;
    margin-bottom: 20px; }
  .saffireMobileSize .footer .footer-left .footer-logo-two {
    height: 57px;
    margin: 19px 0 15px; }
  .saffireMobileSize .footer .footer-middle {
    align-items: center;
    text-align: center;
    margin-bottom: 10px; }
    .saffireMobileSize .footer .footer-middle > span:before,
    .saffireMobileSize .footer .footer-middle > a:before {
      margin-right: 10px; }
    .saffireMobileSize .footer .footer-middle .address {
      margin: 0; }
    .saffireMobileSize .footer .footer-middle .address span {
      margin: 0;
      display: inline;
      width: auto; }
  .saffireMobileSize .footer .footer-right {
    text-align: center; }
    .saffireMobileSize .footer .footer-right .emailSignupText {
      font-size: 15px; }
    .saffireMobileSize .footer .footer-right .emailSignupText {
      margin: 6px 0 4px; }
    .saffireMobileSize .footer .footer-right .powered-by {
      justify-content: center; }

.mobile-menu-container {
  background-color: #fff; }
  .mobile-menu-container .mobile-menu-header {
    background-color: #232528; }
  .mobile-menu-container .close-mobile-menu:before, .mobile-menu-container .close-mobile-menu:after {
    background-color: #fff; }
  .mobile-menu-container .mobile-menu-subheader {
    display: none; }
  .mobile-menu-container .mobile-menu-subheader,
  .mobile-menu-container .mobile-menu-subheader-btn {
    background-color: #4f5153; }
    .mobile-menu-container .mobile-menu-subheader a, .mobile-menu-container .mobile-menu-subheader i,
    .mobile-menu-container .mobile-menu-subheader-btn a,
    .mobile-menu-container .mobile-menu-subheader-btn i {
      color: #fff; }
  .mobile-menu-container .mobile-menu-login-showlinks .mobile-menu-login .mobile-menu-subheader-btn,
  .mobile-menu-container .mobile-menu-subheader-btn:active {
    background-color: #363839; }
  .mobile-menu-container .mobile-menu-login-links a {
    font-family: "Oswald", sans-serif; }
  .mobile-menu-container .cart-counter {
    font-family: "Oswald", sans-serif; }
  .mobile-menu-container .search-container input {
    font-family: "Lato", sans-serif;
    color: #232528; }
  .mobile-menu-container .search-container .search-submit-btn {
    color: #232528; }
  .mobile-menu-container .mobile-menu-ticket-btn {
    background-color: #232528;
    font-family: "Oswald", sans-serif;
    color: #fff;
    border-color: #fff; }
  .mobile-menu-container .mobile-menu-footer-links a {
    font-family: "Lato", sans-serif;
    color: #232528; }

#mobile-nav ul {
  background-color: #fff; }
#mobile-nav li {
  margin: 0; }
  #mobile-nav li.m-group, #mobile-nav li.m-item, #mobile-nav li.m-subitem {
    border-bottom: 1px solid #fff; }
#mobile-nav a {
  background-color: #232528;
  font-family: "Oswald", sans-serif;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase; }
  #mobile-nav a:hover {
    background-color: #0b0c0d; }
#mobile-nav .has-subitems span {
  background-color: #4f5153;
  color: #fff;
  max-width: 40px;
  font-size: 10px; }
  #mobile-nav .has-subitems span:hover {
    background-color: #363839; }

/************************* MODAL CONTENT ********************/
.ui-dialog {
  background: #fff;
  box-shadow: 0 0 10px -5px #444; }

.modal {
  background: rgba(255, 255, 255, 0.9);
  padding-top: 15px;
  border: 10px solid rgba(255, 255, 255, 0.9); }

.modalBody {
  /* |%  set modal background color if not white */
  background: rgba(255, 255, 255, 0.9);
  padding: 14px; }
  .modalBody .showorksModalTitle {
    /* |%  set font-family */
    font-size: 32px;
    line-height: 36px; }
  .modalBody .showorksBreadcrumbs {
    /* |%  set font-family */
    font-size: 20px;
    color: #2893f2;
    line-height: 22px; }
  .modalBody .showorksTableGrid th {
    /* |%  set font-family */
    background: rgba(0, 0, 0, 0.3);
    color: rgba(255, 255, 255, 0.9);
    font-size: 12px;
    letter-spacing: 0.06em;
    padding-bottom: 7px;
    padding-top: 7px; }
  .modalBody .showorksTableGrid td {
    color: #232528; }
  .modalBody .showorksTableGrid tr.odd {
    background: rgba(255, 255, 255, 0.9);
    color: rgba(0, 0, 0, 0.9); }
  .modalBody .showorksTableGrid tr.even {
    background: rgba(230, 230, 230, 0.9);
    color: rgba(0, 0, 0, 0.9); }
  .modalBody .getUpdatesPageEmailModule .emailSignup.modalOnly {
    max-width: 280px;
    margin: 0 auto; }
  .modalBody .saffireMobileSize.modalBody a[onclick*='Unsubscribe.ascx'] {
    margin-top: -25px; }

.getUpdatesPageEmailModule .emailSignup.modalOnly .inputFieldTextbox {
  box-sizing: border-box;
  border-radius: 0 !important;
  border: 1px solid #333;
  padding: 5px 10px;
  color: #333; }
.getUpdatesPageEmailModule .emailSignup.modalOnly .emailSubmitButton {
  margin-top: 10px;
  border-radius: 0 !important; }
.getUpdatesPageEmailModule .emailSignup.modalOnly .button {
  box-sizing: border-box; }

.modalPageBackground {
  background-color: rgba(0, 0, 0, 0.9);
  opacity: 0.5; }

.modalContent #google_translate_element {
  top: 1px;
  right: 0; }
.modalContent h1 {
  font-size: 24px;
  line-height: 1.2em; }

.modalClose {
  top: 1px;
  background: none; }
  .modalClose .modalCloseButton {
    min-width: 40px; }
    .modalClose .modalCloseButton img {
      display: none; }
    .modalClose .modalCloseButton:before {
      content: "X";
      font-family: sans-serif; }

#dynamicModal {
  min-height: 255px !important; }

/************* BUTTON STYLES *********************/
.button {
  padding: 4px 33px;
  font-size: 17px; }

.button,
.buttonSmall {
  box-sizing: border-box;
  line-height: 1.75em;
  text-transform: uppercase;
  border-radius: 0;
  text-decoration: none;
  font-weight: normal !important;
  font-family: "Oswald", sans-serif;
  color: #232528 !important;
  background: #eeba2c; }

a.buttonSmall.button,
.buttonSmall {
  padding: 4px 12px;
  font-size: 10px; }

.button:hover,
.buttonSmall:hover {
  background: #c89b1f; }

a.updateButton.buttonSmall,
a.removeButton.buttonSmall,
a.cartMenuRemoveButton.button.buttonSmall {
  font-size: 0.875em; }

.cartMenu .cartMenuCheckoutButton {
  font-size: 14px;
  padding: 4px 15px !important; }

.searchMapButton {
  line-height: 1.1; }

.featureLineup-headline,
.featureLineup-more .button {
  padding: 4px 10px;
  font-size: 15px; }

.clickEventUpload {
  padding: 4px 20px !important; }

/* PAGINATION*/
/* LEFT-RIGHT ARROWS*/
/* You shouldn't need to change the items below for the most part*/
/* used for placing pagination - necessary when giving a specific left value - must be set in Spark (default is 5)*/
/* this allows for vertical centering of images - disable if opting for img elements*/
/*/////////////////////////////////////////////////////////////////////*/
/* MIXINS AND ETC. FOR SLIDER*/
/*/////////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////////*/
/* ADVANCED SLIDESHOW - General Settings*/
/*/////////////////////////////////////////////////////////////////////*/
.homepage {
  /* Homepage Swiper Slider*/
  /* Slideshow Description*/
  /* Slideshow Description - Current Slide Description*/
  /* New Slider Description Container*/
  /* Slider Title*/
  /* Slideshow Swiper Container*/
  /* Swiper Slide*/
  /* Slider Button Container*/
  /* Slideshow Swiper Button - PREV*/
  /* Slideshow Swiper Button - NEXT*/
  /* Slider Controls container*/
  /* Slideshow Swiper Pagination*/
  /* Play Pause Buttons*/
  /* Play Pause Buttons*/
  /* Slider Play Pause*/ }
  .homepage .homepageSwiperSlider {
    position: relative; }
  .homepage .slideshowSwiperDescription {
    display: none;
    /* Slideshow Description - Hover Styles*/ }
    .homepage .slideshowSwiperDescription a,
    .homepage .slideshowSwiperDescription span {
      display: none;
      text-decoration: none; }
    .homepage .slideshowSwiperDescription .sliderTextDescription {
      display: block;
      color: #fff;
      line-height: 1.2em;
      pointer-events: none;
      max-width: 100%;
      font-size: 16px;
      max-height: 2.5em;
      overflow: hidden; }
  .homepage .slideshowSwiperDescription.currentSlideDescription {
    box-sizing: border-box;
    display: flex;
    position: static;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    font-family: "Lato", sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    opacity: 0;
    transition: 1s; }
    @media screen and (max-width: 1350px) {
      .homepage .slideshowSwiperDescription.currentSlideDescription {
        padding-top: 1em;
        padding-left: 2%;
        padding-right: 2%; } }
  .homepage #newSliderDescriptionContainer {
    background: #232528; }
  .homepage .sliderTitle {
    position: relative;
    max-height: 1.2em;
    max-width: 85%;
    line-height: 1.1;
    font-family: "Oswald", sans-serif;
    font-size: 30px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    max-height: 34px; }
    @media screen and (max-width: 1023px) {
      .homepage .sliderTitle {
        font-size: 18px; } }
  .homepage .swiper-container {
    position: relative;
    margin: 0 auto;
    background: #fff;
    overflow: hidden;
    z-index: 1;
    /* Specify Swiper's Size: */
    width: 100%;
    max-width: 100%;
    height: 780px;
    /* Swiper Container - Inset Shadow*/
    /* Swiper Container - Hover Styles*/ }
    .homepage .swiper-container:hover .slideshowSwiperDescription {
      max-height: 780px; }
  .homepage .swiper-slide {
    /* Specify Slides's Size: */
    position: relative;
    height: 780px;
    max-width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 0.3;
    text-align: center; }
    .homepage .swiper-slide > a {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      display: block;
      margin: auto; }
    .homepage .swiper-slide img {
      width: 100%;
      max-width: 100%;
      height: auto; }
  .homepage .swiper-slide-active .slideshowSwiperDescription a,
  .homepage .swiper-slide-active .slideshowSwiperDescription span {
    display: inline-block; }
  @media screen and (max-width: 1600px) {
    .homepage .swiper-slide,
    .homepage .swiper-container {
      height: 48.75vw !important; } }
  .homepage span.sliderButtonContainer {
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    /* Buttons*/ }
    .homepage span.sliderButtonContainer a.button {
      display: inline-block;
      min-width: 107px;
      padding: 3px 10px;
      font-family: "Oswald", sans-serif;
      font-size: 17px;
      color: #232528 !important;
      background: #eeba2c;
      background: linear-gradient(180deg, #eeba2c);
      white-space: nowrap;
      margin: 0 5px;
      /* More and BuyNow Buttons*/
      /* Button - Hover Styles*/ }
      .homepage span.sliderButtonContainer a.button.sliderMoreButton, .homepage span.sliderButtonContainer a.button.sliderWidgetPurchaseLink {
        font-size: 17px; }
      .homepage span.sliderButtonContainer a.button.sliderMoreButton {
        order: 2; }
      .homepage span.sliderButtonContainer a.button.sliderWidgetPurchaseLink {
        order: 1; }
      .homepage span.sliderButtonContainer a.button:hover {
        background: #cc9a10; }
  .homepage .slideshowSwiperButtonPrev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    margin: auto;
    z-index: 4;
    transition: all 0.3s ease;
    cursor: pointer;
    display: block;
    background: url("images/arrow-left.png") no-repeat left center;
    width: 21px;
    height: 35px;
    left: 0;
    right: calc(1285px + (-150px * -1));
    /* Slideshow Swiper Button - PREV - Hover Styles*/ }
    @media screen and (max-width: 1585px) {
      .homepage .slideshowSwiperButtonPrev {
        left: 10px;
        right: auto; } }
    @media screen and (max-width: 1920px) {
      .homepage .slideshowSwiperButtonPrev {
        left: 1%;
        right: auto; } }
  .homepage .slideshowSwiperButtonNext {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    margin: auto;
    z-index: 4;
    transition: all 0.3s ease;
    cursor: pointer;
    display: block;
    width: 21px;
    height: 35px;
    background: url("images/arrow-right.png") no-repeat right center;
    right: 0;
    left: calc(1285px + (-150px * -1));
    /* Slideshow Swiper Button - PREV - Hover Styles*/ }
    @media screen and (max-width: 1585px) {
      .homepage .slideshowSwiperButtonNext {
        right: 10px;
        left: auto; } }
    @media screen and (max-width: 1920px) {
      .homepage .slideshowSwiperButtonNext {
        right: 1%;
        left: auto; } }
  .homepage .sliderControlsContainer {
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto !important;
    margin-right: auto !important;
    top: 100%;
    bottom: auto;
    /* setting is left, right or center*/
    right: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    width: 108px;
    top: auto;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
    width: 100%;
    margin: 0;
    text-align: center;
    z-index: 3;
    background: #fff; }
  .homepage .slideshowSwiperPagination {
    box-sizing: border-box;
    display: inline-block;
    padding: 3px 0; }
  .homepage .sliderPlayPauseButtons {
    display: none; }
  .homepage .swiper-pagination-bullet {
    position: relative;
    top: 0;
    display: inline-block;
    width: 13px;
    height: 13px;
    margin-right: 6px;
    background: #fff;
    transition: background 0.4s ease;
    opacity: 1;
    border-radius: 0; }
    .homepage .swiper-pagination-bullet.swiper-pagination-bullet-active {
      background: #2893f2; }
    .homepage .swiper-pagination-bullet:hover {
      background: #2893f2; }
  .homepage .sliderPlayPause {
    display: inline-block;
    cursor: pointer;
    width: 13px;
    height: 13px;
    font-size: 0;
    color: #fff; }
    .homepage .sliderPlayPause.playing:before {
      content: '\275A \275A'; }
    .homepage .sliderPlayPause:before {
      content: '\25B6'; }

.homepage.saffireLargeSize .currentSlideDescription,
.homepage.saffireMobileSize .currentSlideDescription,
.homepage .swiper-slide-active .slideshowSwiperDescription {
  opacity: 1; }

.homepage .currentSlideDescription a,
.homepage .currentSlideDescription span,
.homepage .currentSlideDescription span.sliderTitle
.homepage .swiper-slide-active .slideshowSwiperDescription > a,
.homepage .swiper-slide-active .slideshowSwiperDescription span.sliderTitle {
  display: block; }

.homepage .currentSlideDescription .slideshowSwiperDescription,
.homepage .swiper-slide-active .slideshowSwiperDescription {
  display: block; }

.homepage .currentSlideDescription,
.homepage .swiper-slide.swiper-slide-active {
  opacity: 1; }

.homepage.saffireLargeSize .swiper-pagination-bullet {
  background: #232528; }
  .homepage.saffireLargeSize .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #2893f2; }
  .homepage.saffireLargeSize .swiper-pagination-bullet:hover {
    background: #2893f2; }

.homepage.saffireLargeSize.browser-ie .homepageSwiperSlider #newSliderDescriptionContainer .sliderTextContainer {
  max-width: 100%; }
.homepage.saffireLargeSize.browser-ie .homepageSwiperSlider .currentSlideDescription {
  justify-content: flex-start; }

/*/////////////////////////////////////////////////////////////////////*/
/* ADVANCED SLIDESHOW - saffireLargeSize Settings*/
/*/////////////////////////////////////////////////////////////////////*/
.homepage.saffireLargeSize {
  /* Homepage Swiper Slider*/
  /* Slideshow Description*/
  /* Swiper Container*/
  /* Current Slide Description*/
  /* Slider Text Description*/
  /* Slider Title*/
  /* New Slider Description Container*/ }
  .homepage.saffireLargeSize .slideshowSwiperDescription {
    max-width: none;
    padding: 16px 25px 17px 25px;
    /* Slideshow Description - Hover Styles*/ }
  .homepage.saffireLargeSize .swiper-container {
    border: none; }
  .homepage.saffireLargeSize .currentSlideDescription {
    max-width: 1350px;
    position: relative;
    display: flex;
    justify-content: space-between;
    /* Slider Button Container*/ }
    .homepage.saffireLargeSize .currentSlideDescription .sliderButtonContainer {
      position: static;
      display: flex;
      width: auto;
      min-width: initial;
      max-width: none;
      text-align: right;
      z-index: 300;
      display: flex;
      align-items: center;
      justify-content: space-around;
      flex-shrink: 0; }
    .homepage.saffireLargeSize .currentSlideDescription a.button {
      margin: 0 5px;
      padding: 3px 10px; }
  .homepage.saffireLargeSize .sliderTitle {
    width: 100%;
    max-width: 100%;
    margin-bottom: 5px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }
  .homepage.saffireLargeSize #newSliderDescriptionContainer {
    box-sizing: border-box;
    position: static;
    left: 0;
    right: 0;
    margin-left: auto !important;
    margin-right: auto !important;
    bottom: 0;
    top: auto;
    height: auto;
    width: 1350px;
    max-width: 100%;
    z-index: 2;
    transition: 1s;
    padding-bottom: 30px;
    height: auto;
    min-height: 113px;
    width: 100%;
    /* Slider Text Container*/
    /* New Slider Description Container - Hover Styles*/ }
    .homepage.saffireLargeSize #newSliderDescriptionContainer .sliderTextContainer {
      box-sizing: border-box;
      display: flex;
      flex-wrap: wrap;
      flex: 1;
      max-width: 70%;
      padding: 0 5px; }

@media screen and (max-width: 950px) {
  .homepage.saffireLargeSize .sliderControlsContainer {
    bottom: 3px; } }
/*/////////////////////////////////////////////////////////////////////*/
/* ADVANCED SLIDESHOW - saffireMobileSize Settings*/
/*/////////////////////////////////////////////////////////////////////*/
.homepage.saffireMobileSize {
  /* Swiper Slide*/
  /* Slideshow Description - Slider Text Description*/
  /* Slider Title*/
  /* Slideshow Description - Current Slide Description*/
  /* New Slider Description Container*/
  /* Slideshow Swiper Buttons*/
  /* Slideshow Swiper Button - PREV*/
  /* Slideshow Swiper Button - NEXT*/
  /* Slider Controls Container */ }
  .homepage.saffireMobileSize .swiper-slide-active {
    overflow: hidden; }
  .homepage.saffireMobileSize .sliderTextDescription {
    max-height: 6em;
    font-size: 15px;
    line-height: 1.5;
    opacity: 1;
    text-align: center; }
  .homepage.saffireMobileSize .sliderTitle {
    overflow: hidden;
    margin-bottom: 8px;
    max-height: 2.3em;
    padding: 0;
    font-size: 27px;
    text-align: center; }
  .homepage.saffireMobileSize .currentSlideDescription {
    width: 100%;
    height: auto;
    padding: 10px 5%;
    flex-direction: column;
    margin: 0; }
    .homepage.saffireMobileSize .currentSlideDescription .sliderTextContainer {
      display: flex;
      flex-direction: column;
      width: 100%;
      justify-content: space-around;
      align-items: center; }
    .homepage.saffireMobileSize .currentSlideDescription .sliderButtonContainer {
      position: static;
      top: auto;
      bottom: 102%;
      left: 0;
      right: 0;
      display: flex;
      justify-content: center;
      align-items: center;
      width: 100%;
      margin: 10px auto; }
      .homepage.saffireMobileSize .currentSlideDescription .sliderButtonContainer a {
        display: inline-block;
        width: 25%;
        min-width: 107px;
        padding: 4px 0;
        margin: 0 10px; }
      .homepage.saffireMobileSize .currentSlideDescription .sliderButtonContainer.empty {
        margin: 0; }
  .homepage.saffireMobileSize #newSliderDescriptionContainer {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    height: auto;
    padding: 4px 0 20px;
    background: #232528;
    z-index: 2; }
  .homepage.saffireMobileSize .slideshowSwiperButtonNext,
  .homepage.saffireMobileSize .slideshowSwiperButtonPrev {
    display: none !important; }
  .homepage.saffireMobileSize .slideshowSwiperButtonPrev {
    display: none !important; }
  .homepage.saffireMobileSize .slideshowSwiperButtonNext {
    display: none !important; }
  .homepage.saffireMobileSize .sliderControlsContainer {
    position: absolute;
    top: auto;
    bottom: 0;
    padding: 5px 0;
    background: none; }

#cardWidget a:nth-child(1) .buttonwrap {
  background-image: url("images/stay-bg.png"); }

#cardWidget a:nth-child(2) .buttonwrap {
  background-image: url("images/play-bg.png"); }

#cardWidget a:nth-child(3) .buttonwrap {
  background-image: url("images/dine-bg.png"); }

#cardWidget a:nth-child(4) .buttonwrap {
  background-image: url("images/shop-bg.png"); }

#cardWidget a:nth-child(5) .buttonwrap {
  background-image: url("images/explore-bg.png"); }

#cardWidget a:nth-child(6) .buttonwrap {
  background-image: url("images/learn-bg.png"); }

#cardWidget {
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 100%;
  margin: 0 auto;
  padding: 0; }
  #cardWidget .card-widget-item {
    box-sizing: border-box;
    display: flex;
    width: calc(33.3% - 5px);
    height: 21vw;
    margin: 0 0 8px 0;
    text-decoration: none;
    border-bottom: solid 4px #eeba2c; }
    #cardWidget .card-widget-item:hover .card-content {
      background: rgba(35, 37, 40, 0.9);
      transition: .3s; }
    #cardWidget .card-widget-item:hover .buttonwrap {
      width: 120px;
      height: 120px;
      margin-top: 15px;
      transition: .3s; }
    #cardWidget .card-widget-item:nth-child(2), #cardWidget .card-widget-item:nth-child(5) {
      margin: 0 8px 8px; }
    @media screen and (max-width: 1000px) {
      #cardWidget .card-widget-item {
        width: calc(50% - 5px);
        height: 31vw; }
        #cardWidget .card-widget-item:nth-child(even) {
          margin: 0 0 8px 0; }
        #cardWidget .card-widget-item:nth-child(odd) {
          margin: 0 8px 8px 0; } }
  #cardWidget .image-container {
    box-sizing: border-box;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%;
    transition: 0.3s; }
  #cardWidget .card-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
    height: 100%;
    background: rgba(35, 37, 40, 0.4);
    transition: .3s; }
  #cardWidget .card-widget-title {
    position: static;
    display: block;
    width: 100%;
    max-height: 2em;
    overflow: hidden;
    line-height: 1;
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    font-size: 34px;
    color: #fff;
    text-shadow: 1px 1px 2px #1a1a1a; }
  #cardWidget .card-widget-description {
    font: 16px "Lato", sans-serif;
    color: #232528;
    padding: 10px; }
  #cardWidget .buttonwrap {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 0;
    height: 0;
    transition: .3s; }

@media screen and (max-width: 545px) {
  #cardWidget .card-widget-item {
    width: 100%;
    height: 54vw; }
    #cardWidget .card-widget-item:nth-child(1n+1) {
      margin: 0 0 8px 0; } }
.saffireMobileSize #cardWidget .card-widget-title {
  font-size: 24px; }

#siteInfoBannerWidget {
  box-sizing: border-box;
  position: static;
  display: inline-flex;
  width: auto;
  max-width: 100%;
  white-space: nowrap;
  background: transparent;
  font-family: "Lato", sans-serif;
  font-size: 15px;
  color: #fff;
  text-align: center;
  line-height: 1;
  z-index: 2;
  min-width: 1px;
  text-shadow: 1px 1px 2px #1a1a1a;
  align-items: center; }
  #siteInfoBannerWidget #eventDates {
    font-family: "Oswald", sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    display: inline-block;
    text-transform: uppercase; }
  #siteInfoBannerWidget #eventName {
    font-size: 15px;
    font-weight: 700;
    font-style: italic;
    margin-left: 9px;
    padding-right: 10px !important;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block; }
  #siteInfoBannerWidget .countdownDays {
    display: inline-block;
    font-family: "Lato", sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    font-style: italic; }

.homepage-top #siteInfoBannerWidget {
  flex-direction: column;
  width: 100%;
  margin: 0;
  background: #232528; }
  .homepage-top #siteInfoBannerWidget #eventDates {
    font-size: 20px; }
  .homepage-top #siteInfoBannerWidget #eventName {
    font-size: 15px;
    margin: 7px 0 10px;
    max-width: 95%; }

@media screen and (max-width: 950px) {
  .homepage-top #siteInfoBannerWidget {
    padding: 4px 0 21px; }

  .header-top #siteInfoBannerWidget {
    text-shadow: none;
    margin: 4px 0; }
    .header-top #siteInfoBannerWidget #eventDates,
    .header-top #siteInfoBannerWidget #eventName,
    .header-top #siteInfoBannerWidget .countdownDays {
      color: #000; } }
body.siteInfoBannerWidgetDateIsPast #siteInfoBannerWidget .countdownDays {
  font-family: "Oswald", sans-serif;
  font-size: 18px;
  color: #fff; }
  @media screen and (max-width: 817px) {
    body.siteInfoBannerWidgetDateIsPast #siteInfoBannerWidget .countdownDays {
      font-size: 16px; } }
body.siteInfoBannerWidgetDateIsPast.noThankYouMessage #siteInfoBannerWidget {
  display: none !important; }

.multiFeatureWrapper {
  height: 575px;
  width: 100%;
  max-width: 528px;
  margin: 65px 43px;
  background: #fff; }
  @media screen and (max-width: 1230px) {
    .multiFeatureWrapper {
      margin-top: 0;
      height: auto; } }

.multiFeatureHeader {
  display: flex;
  position: relative;
  padding-top: 11px;
  height: 83px;
  border-bottom: solid 1px #cbcbcb; }
  .multiFeatureHeader:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    width: 34px;
    height: 38px;
    background: url("images/calendar-icon.png") center/contain; }
  .multiFeatureHeader div {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 7px 22px 12px;
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    background: url("images/event-camera.svg") 37px bottom/contain no-repeat; }
    .multiFeatureHeader div .top {
      color: #232528;
      font-size: 17px; }
    .multiFeatureHeader div .bottom {
      color: #2893f2;
      font-size: 30px;
      line-height: 1; }

.multiFeatureContent {
  max-width: 100%;
  width: 100%; }

#multiScheduleFeature {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  max-width: 100%;
  padding: 7px 17px 44px; }
  #multiScheduleFeature .featureItem {
    box-sizing: border-box;
    display: flex;
    position: relative;
    padding: 5px;
    margin: 8px 0;
    color: #232528;
    transition: 0.3s; }
    #multiScheduleFeature .featureItem:hover {
      background: #dddbdd; }
    #multiScheduleFeature .featureItem:after {
      content: '\f054';
      position: absolute;
      top: 50%;
      right: 5px;
      transform: translateY(-50%);
      align-self: center;
      font-family: 'FontAwesome';
      font-size: 20px; }
    #multiScheduleFeature .featureItem:not(:nth-last-child(2)):before {
      content: '';
      height: 1px;
      width: 99%;
      display: block;
      position: absolute;
      top: calc(100% + 4px);
      right: 0;
      background: #cbcbcb; }
  #multiScheduleFeature .featureItemImage {
    display: inline-block;
    width: 115px;
    min-width: 115px;
    max-width: 115px;
    height: 76px;
    margin-right: 10px;
    text-align: center;
    background-size: cover; }
    #multiScheduleFeature .featureItemImage img {
      display: block;
      max-height: 100%;
      max-width: 100%;
      width: auto;
      height: auto; }
  #multiScheduleFeature .text-container {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    max-width: 70%; }
  #multiScheduleFeature .featureItemTitle,
  #multiScheduleFeature .featureItemDate,
  #multiScheduleFeature .featureItemDescription,
  #multiScheduleFeature .button-container {
    display: flex; }
  #multiScheduleFeature .featureItemTitle {
    font-family: "Oswald", sans-serif;
    font-weight: 400;
    font-size: 16px;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden; }
  #multiScheduleFeature .featureItemDate {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1; }
  #multiScheduleFeature .featureItemDescription {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-size: 15px;
    flex-direction: column;
    line-height: 1; }
  #multiScheduleFeature .all-events-btn {
    display: block;
    position: relative;
    top: 22px;
    width: 100%;
    padding: 9px 0;
    background: #eeba2c;
    color: #232528;
    font-family: "Oswald", sans-serif;
    font-size: 18px;
    text-align: center;
    transition: 0.3s; }
    #multiScheduleFeature .all-events-btn:hover {
      background: #c89b1f; }

.saffireMobileSize .multiFeatureWrapper {
  margin: 12px 0 0 0; }
  .saffireMobileSize .multiFeatureWrapper #multiScheduleFeature {
    padding: 0 15px 14px; }
    .saffireMobileSize .multiFeatureWrapper #multiScheduleFeature .featureItemImage {
      display: none; }
    .saffireMobileSize .multiFeatureWrapper #multiScheduleFeature .featureItem:after {
      right: 7px; }
    .saffireMobileSize .multiFeatureWrapper #multiScheduleFeature .featureItem:not(:nth-last-child(2)):before {
      width: calc(100% + 30px);
      right: 50%;
      transform: translate(50%); }
    .saffireMobileSize .multiFeatureWrapper #multiScheduleFeature .all-events-btn {
      top: 0; }
  .saffireMobileSize .multiFeatureWrapper .multiFeatureHeader {
    height: 64px; }
    .saffireMobileSize .multiFeatureWrapper .multiFeatureHeader:after {
      height: 26px;
      width: 24px;
      right: 14px; }
    .saffireMobileSize .multiFeatureWrapper .multiFeatureHeader div {
      background-position: 37px bottom; }
    .saffireMobileSize .multiFeatureWrapper .multiFeatureHeader .top {
      font-size: 14px; }
    .saffireMobileSize .multiFeatureWrapper .multiFeatureHeader .bottom {
      font-size: 20px; }

.socialNetworks .socialNetworkIconFacebook {
  background: url("images/Facebook-icon.svg"); }
  .socialNetworks .socialNetworkIconFacebook:hover {
    background: url("images/Facebook-icon-RO.svg"); }

.socialNetworks .socialNetworkIconInstagram {
  background: url("images/Instagram-icon.svg"); }
  .socialNetworks .socialNetworkIconInstagram:hover {
    background: url("images/Instagram-icon-RO.svg"); }

.socialNetworks .socialNetworkIconTwitter {
  background: url("images/Twitter-icon.svg"); }
  .socialNetworks .socialNetworkIconTwitter:hover {
    background: url("images/Twitter-icon-RO.svg"); }

.socialNetworks .socialNetworkIconTumblr {
  background: url("images/Tumblr-icon.svg"); }
  .socialNetworks .socialNetworkIconTumblr:hover {
    background: url("images/Tumblr-icon-RO.svg"); }

.socialNetworks .socialNetworkIconPeriscope {
  background: url("images/Periscope-icon.svg"); }
  .socialNetworks .socialNetworkIconPeriscope:hover {
    background: url("images/Periscope-icon-RO.svg"); }

.socialNetworks .socialNetworkIconPinterest {
  background: url("images/Pinterest-icon.svg"); }
  .socialNetworks .socialNetworkIconPinterest:hover {
    background: url("images/Pinterest-icon-RO.svg"); }

.socialNetworks .socialNetworkIconSpotify {
  background: url("images/Spotify-icon.svg"); }
  .socialNetworks .socialNetworkIconSpotify:hover {
    background: url("images/Spotify-icon-RO.svg"); }

.socialNetworks .socialNetworkIconFlickr {
  background: url("images/Flickr-icon.svg"); }
  .socialNetworks .socialNetworkIconFlickr:hover {
    background: url("images/Flickr-icon-RO.svg"); }

.socialNetworks .socialNetworkIconLinkedIn {
  background: url("images/LinkedIn-icon.svg"); }
  .socialNetworks .socialNetworkIconLinkedIn:hover {
    background: url("images/LinkedIn-icon-RO.svg"); }

.socialNetworks .socialNetworkIconYoutube {
  background: url("images/Youtube-icon.svg"); }
  .socialNetworks .socialNetworkIconYoutube:hover {
    background: url("images/Youtube-icon-RO.svg"); }

.socialNetworks .socialNetworkIconGooglePlus {
  background: url("images/GooglePlus-icon.svg"); }
  .socialNetworks .socialNetworkIconGooglePlus:hover {
    background: url("images/GooglePlus-icon-RO.svg"); }

.socialNetworks .socialNetworkIconSnapchat {
  background: url("images/Snapchat-icon.svg"); }
  .socialNetworks .socialNetworkIconSnapchat:hover {
    background: url("images/Snapchat-icon-RO.svg"); }

.socialNetworks {
  position: fixed;
  z-index: 8000000;
  right: -80px;
  top: 200px;
  background: #232528; }
  .socialNetworks img {
    display: none;
    max-width: 40px;
    max-height: 40px; }
  .socialNetworks > span, .socialNetworks > a {
    display: block;
    width: 40px;
    height: 40px;
    position: relative;
    left: 0;
    border: 3px solid transparent;
    transition: 0.2s; }

#musicPlayerLink {
  height: 40px;
  width: 40px;
  float: none;
  margin: 0;
  background: url("images/music.jpg") no-repeat right 0;
  border: 3px solid transparent;
  z-index: 2; }
  #musicPlayerLink #musicPlayerDropdown {
    top: -3px;
    right: 43px;
    padding: 8px 10px;
    background: transparent;
    border: 1px solid #fff;
    box-shadow: 0 0 4px #fff inset;
    font-size: 0.9em;
    color: #fff; }
    #musicPlayerLink #musicPlayerDropdown a {
      padding-right: 14px;
      font-size: 13px;
      color: #fff;
      text-decoration: none; }
  #musicPlayerLink #musicPlayerDropdown a:hover {
    position: relative;
    padding-left: 14px;
    padding-right: 3px; }
    #musicPlayerLink #musicPlayerDropdown a:hover:after {
      content: "";
      display: block;
      height: 0;
      width: 0;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      margin: auto;
      border-top: 12px solid #fff;
      border-left: 4px solid transparent;
      border-right: 4px solid transparent;
      border-radius: 58%;
      transform: rotate(-90deg); }

@media screen and (max-width: 1410px) {
  .socialNetworks {
    top: auto;
    right: 0;
    bottom: -60px;
    border-top: none;
    border-bottom: none; }
    .socialNetworks img {
      max-width: 30px;
      max-height: 30px; }
    .socialNetworks > a, .socialNetworks > #musicPlayerLink {
      max-width: 30px;
      max-height: 30px;
      bottom: 0;
      float: left;
      margin: 0;
      transition: 0.2s;
      background-size: contain; }
    .socialNetworks #musicPlayerLink #musicPlayerDropdown {
      top: auto;
      bottom: -3px;
      right: 33px; } }
.pageIsLoaded .socialNetworks {
  right: 0; }
  @media screen and (max-width: 1350px) {
    .pageIsLoaded .socialNetworks {
      bottom: 0; } }

/* Set the container ID*/
/* Size the container*/
/* Size the images*/
/* Format titles*/
/* Format arrows*/
#sponsorWidgetContainer {
  position: relative;
  width: 1490px;
  max-width: 95%;
  margin: 34px auto 0;
  box-sizing: border-box; }
  #sponsorWidgetContainer .sponsorWidgetContainer {
    padding-top: 39px; }
    #sponsorWidgetContainer .sponsorWidgetContainer .sponsor-controls-container:focus-within {
      bottom: 3px;
      opacity: 1;
      transition: 0.2s;
      pointer-events: auto; }
    #sponsorWidgetContainer .sponsorWidgetContainer.sponsors-paused .sponsorCarouselImageContainer {
      animation-play-state: paused; }
    #sponsorWidgetContainer .sponsorWidgetContainer.sponsors-paused .sponsor-playpause-btn:before {
      content: 'Resume'; }
    #sponsorWidgetContainer .sponsorWidgetContainer.sponsors-paused .sponsor-playpause-btn:after {
      content: '\f04b';
      padding-left: 2px; }
    #sponsorWidgetContainer .sponsorWidgetContainer:hover .sponsor-controls-container {
      bottom: 3px;
      opacity: 1;
      transition: 0.2s;
      pointer-events: auto; }
  #sponsorWidgetContainer .sponsorCarouselImage img {
    max-width: 190px;
    max-height: 140px; }
  #sponsorWidgetContainer #sponsorsTitleContainer {
    width: 100%;
    text-align: center;
    top: 0; }
    #sponsorWidgetContainer #sponsorsTitleContainer .homepageh1 {
      font-family: "Oswald", sans-serif;
      font-size: 28px;
      color: #232528;
      text-shadow: none; }
  #sponsorWidgetContainer #sponsorArrowRight,
  #sponsorWidgetContainer #sponsorArrowLeft {
    display: none; }
  #sponsorWidgetContainer .sponsor-controls-container {
    box-sizing: border-box;
    position: absolute;
    bottom: -33px;
    left: 50%;
    transform: translate(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90px;
    height: 30px;
    background: #fff;
    box-shadow: 0 0px 5px 1px rgba(0, 0, 0, 0.5);
    z-index: 999;
    transition: 0.2s;
    opacity: 0;
    pointer-events: none; }
    #sponsorWidgetContainer .sponsor-controls-container .sponsor-playpause-btn {
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
      padding: 0 0 0 10px;
      border: none;
      background: #fff;
      color: #111;
      width: 100%;
      height: 100%;
      text-align: center;
      cursor: pointer; }
      #sponsorWidgetContainer .sponsor-controls-container .sponsor-playpause-btn:before {
        content: 'Pause';
        display: inline-block;
        width: 50px;
        font-size: 14px;
        line-height: 1;
        color: #111;
        text-align: center; }
      #sponsorWidgetContainer .sponsor-controls-container .sponsor-playpause-btn:after {
        content: '\f04c';
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        text-align: center;
        padding-left: 1px;
        width: 30px;
        height: 100%;
        font-family: "FontAwesome";
        font-size: 15px;
        color: #111; }

#sponsorWidgetContainer .sponsorWidgetContainer:not(.animate) .sponsor-controls-container {
  display: none; }

.saffireMobileSize #sponsorWidgetContainer {
  margin: 3px auto 0; }
  .saffireMobileSize #sponsorWidgetContainer .homepageh1 {
    font-size: 24px; }

#videoSection {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  vertical-align: top;
  float: none;
  overflow: hidden;
  background: #232528; }
  #videoSection.single-video #arrow-container {
    display: none; }

#videoWidget {
  box-sizing: border-box;
  position: relative;
  height: 0;
  width: 100%;
  max-width: 100%;
  padding-bottom: 56.3%;
  text-align: center; }
  #videoWidget span {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 0;
    z-index: 10;
    top: 43px;
    width: 277px;
    height: 80px;
    color: #fff;
    font-size: 30px;
    font-family: "Oswald", sans-serif;
    background: url("images/take-a-look-bg.svg") 33px bottom/auto 74px no-repeat #232528;
    border: solid 4px #fff; }
    #videoWidget span:after {
      content: '';
      display: block;
      width: 35px;
      height: 35px;
      background: url("images/take-a-look.png") center/contain;
      margin-left: 10px; }
  #videoWidget iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 100% !important;
    height: 100%;
    border: none !important;
    z-index: 1; }
  #videoWidget .video-loading {
    box-sizing: border-box;
    position: relative;
    top: calc(50% - 40px);
    left: 0;
    right: 0;
    width: 80px;
    height: 80px;
    margin: 0 auto;
    border: 10px solid rgba(255, 255, 255, 0.2);
    border-top-color: #fff;
    border-radius: 100%;
    z-index: 0;
    animation: spin 1s infinite linear; }
  #videoWidget .video-arrow {
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    width: 40px;
    height: 40px;
    padding: 14px;
    background-size: contain;
    background-position: center;
    transform: translateY(-50%);
    transition: all 0.3s ease;
    cursor: pointer;
    z-index: 1; }
    #videoWidget .video-arrow.previous {
      background: url("images/vid-arrow-left.png") no-repeat center;
      left: -25px;
      opacity: 0;
      visibility: hidden; }
    #videoWidget .video-arrow.next {
      background: url("images/vid-arrow-right.png") no-repeat center;
      right: -25px;
      opacity: 0;
      visibility: hidden; }
  #videoWidget:hover .video-arrow.previous {
    left: 8px;
    opacity: 0.8;
    visibility: visible; }
  #videoWidget:hover .video-arrow.next {
    right: 8px;
    opacity: 0.8;
    visibility: visible; }
  #videoWidget #videoList {
    display: none; }

.saffireMobileSize #videoWidget span {
  height: 50px;
  width: 176px;
  font-size: 20px;
  background-size: auto 47px;
  background-position: 20px bottom; }
  .saffireMobileSize #videoWidget span:after {
    height: 23px;
    width: 23px; }

@keyframes spin {
  100% {
    transform: rotate(360deg); } }
#cardWidgetAddEvent,
#cardWidgetAddBusiness {
  max-width: 125px; }
  #cardWidgetAddEvent .card-content,
  #cardWidgetAddBusiness .card-content {
    display: flex;
    color: #fff;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-size: 15px;
    text-shadow: 1px 1px 2px #1a1a1a; }
    #cardWidgetAddEvent .card-content:after,
    #cardWidgetAddBusiness .card-content:after {
      content: '|';
      margin: 0 10px; }
    #cardWidgetAddEvent .card-content:hover .card-widget-title,
    #cardWidgetAddBusiness .card-content:hover .card-widget-title {
      color: #eeba2c; }
  #cardWidgetAddEvent .card-widget-title,
  #cardWidgetAddBusiness .card-widget-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    transition: 0.3s;
    max-width: 100px; }
  #cardWidgetAddEvent .card-widget-description,
  #cardWidgetAddBusiness .card-widget-description {
    display: none; }

@media screen and (max-width: 950px) {
  .saffireMobileSize #cardWidgetAddEvent,
  .saffireMobileSize #cardWidgetAddBusiness,
  .saffireLargeSize #cardWidgetAddEvent,
  .saffireLargeSize #cardWidgetAddBusiness {
    max-width: 100px; }
  .saffireMobileSize #cardWidgetAddEvent .card-content,
  .saffireMobileSize #cardWidgetAddBusiness .card-content,
  .saffireLargeSize #cardWidgetAddEvent .card-content,
  .saffireLargeSize #cardWidgetAddBusiness .card-content {
    text-shadow: none;
    color: #232528;
    font-size: 13px; } }
#widget-container-1809 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 528px;
  width: 100%;
  height: auto;
  max-height: 575px;
  margin: 65px 43px;
  background: #fff; }
  #widget-container-1809 #jrs-calendar-start-1809,
  #widget-container-1809 #jrs-calendar-end-1809 {
    margin: 0; }
  #widget-container-1809 .jrs-calendar-icon-1809:after {
    bottom: 4px; }
  .saffireMobileSize #widget-container-1809 {
    max-height: 470px; }
    .saffireMobileSize #widget-container-1809 #jrs-calendar-start-1809:before {
      height: 200px; }

#widget-container-1810 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 280px;
  width: 100%;
  height: auto;
  max-height: 470px;
  margin: 30px 0 0;
  background: #fff;
  border: 1px solid black; }
  .saffireMobileSize #widget-container-1810 {
    display: none; }
  #widget-container-1810 #jrs-calendar-start-1810,
  #widget-container-1810 #jrs-calendar-end-1810 {
    margin: 0; }
  #widget-container-1810 #jrs-calendar-start-1810:before {
    height: 200px; }
  #widget-container-1810 .jrs-calendar-icon-1810:after {
    bottom: 4px; }

.galleryViewName {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

@media screen and (max-width: 1200px) {
  .business-id-1 .fb_iframe_widget,
  .business-id-1 #widget-container-1810 {
    display: none; } }
.bookRoomHeader {
  display: none; }

#visit_widget_button.bottom_left,
#visit_widget_button.bottom_right {
  bottom: 30px; }

.saffireLargeSize #visit_widget_button_image {
  width: 120px; }

.saffireMobileSize #visit_widget_button_image {
  width: 60px; }

div#jrs_calendar_form {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 528px;
  width: 100%;
  height: auto;
  max-height: 575px;
  margin: 65px 43px;
  background: #fff; }
  div#jrs_calendar_form .bookRoomHeader {
    display: flex;
    position: relative;
    padding-top: 11px;
    height: 83px;
    width: 100%;
    background: #fff;
    border-bottom: solid 1px #cbcbcb; }
    div#jrs_calendar_form .bookRoomHeader div {
      display: flex;
      flex-direction: column;
      width: 100%;
      padding: 7px 22px 12px;
      font-family: "Oswald", sans-serif;
      text-transform: uppercase;
      background: url("images/lodging-suitcase.svg") 37px bottom/contain no-repeat; }
    div#jrs_calendar_form .bookRoomHeader .top {
      color: #232528;
      font-size: 17px; }
    div#jrs_calendar_form .bookRoomHeader .bottom {
      color: #2893f2;
      font-size: 30px;
      line-height: 1; }
    div#jrs_calendar_form .bookRoomHeader:after {
      content: '';
      position: absolute;
      top: 50%;
      right: 20px;
      transform: translateY(-50%);
      width: 44px;
      height: 38px;
      background: url("images/bell-icon.png") center/contain; }
  div#jrs_calendar_form .lodgingImage {
    width: 484px;
    height: 295px;
    max-width: 100%;
    margin: 22px 0 4px;
    background: url("images/lodging-img.png") center/cover; }
  div#jrs_calendar_form #jrs_arrival_input,
  div#jrs_calendar_form #jrs_departure_input,
  div#jrs_calendar_form #jrs_search_submit {
    box-sizing: border-box;
    position: relative;
    top: auto;
    bottom: auto;
    right: auto;
    left: auto;
    width: 100%;
    padding: 3px 22px; }
    div#jrs_calendar_form #jrs_arrival_input input,
    div#jrs_calendar_form #jrs_departure_input input,
    div#jrs_calendar_form #jrs_search_submit input {
      box-sizing: border-box;
      width: 100%;
      height: 41px; }
  div#jrs_calendar_form .ui-datepicker-trigger {
    display: none !important; }
  div#jrs_calendar_form #jrs_arrival_input input,
  div#jrs_calendar_form #jrs_departure_input input {
    font-family: "Lato", sans-serif;
    font-weight: 900;
    font-size: 15px;
    background: #fff;
    border-color: #cbcbcb;
    color: #232528; }
  div#jrs_calendar_form #jrs_arrival_input:after,
  div#jrs_calendar_form #jrs_departure_input:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 32px;
    transform: translateY(-50%);
    height: 23px;
    width: 21px;
    pointer-events: none;
    background: url("images/calendar-icon-small.png") center/contain; }
  div#jrs_calendar_form #jrs_search_submit {
    overflow: hidden;
    width: calc(100% - 44px);
    padding: 3px 0 15px; }
    div#jrs_calendar_form #jrs_search_submit:before {
      content: 'SEARCH';
      display: flex;
      justify-content: center;
      align-items: center;
      position: absolute;
      left: 50%;
      top: 3px;
      transform: translatex(-50%);
      height: 41px;
      width: 100%;
      background: #eeba2c;
      color: #232528;
      font-family: "Oswald", sans-serif;
      font-size: 18px;
      transition: 0.3s;
      pointer-events: none; }
    div#jrs_calendar_form #jrs_search_submit:hover:before {
      background: #c89b1f; }

.saffireMobileSize div#jrs_calendar_form {
  margin: 12px 0 0 0; }
  .saffireMobileSize div#jrs_calendar_form .lodgingImage {
    max-width: calc(100% - 30px);
    width: 100%;
    height: 195px;
    margin-top: 15px; }
  .saffireMobileSize div#jrs_calendar_form .bookRoomHeader {
    height: 64px; }
    .saffireMobileSize div#jrs_calendar_form .bookRoomHeader .top {
      font-size: 14px; }
    .saffireMobileSize div#jrs_calendar_form .bookRoomHeader .bottom {
      font-size: 20px; }
    .saffireMobileSize div#jrs_calendar_form .bookRoomHeader div {
      background-position: 24px bottom; }
    .saffireMobileSize div#jrs_calendar_form .bookRoomHeader:after {
      width: 31px;
      height: 26px;
      right: 12px; }
  .saffireMobileSize div#jrs_calendar_form #jrs_arrival_input,
  .saffireMobileSize div#jrs_calendar_form #jrs_departure_input,
  .saffireMobileSize div#jrs_calendar_form #jrs_search_submit {
    padding: 3px 15px; }
    .saffireMobileSize div#jrs_calendar_form #jrs_arrival_input input,
    .saffireMobileSize div#jrs_calendar_form #jrs_departure_input input,
    .saffireMobileSize div#jrs_calendar_form #jrs_search_submit input {
      height: 30px; }
  .saffireMobileSize div#jrs_calendar_form #jrs_arrival_input:after,
  .saffireMobileSize div#jrs_calendar_form #jrs_departure_input:after {
    height: 15px;
    width: 14px; }
  .saffireMobileSize div#jrs_calendar_form #jrs_search_submit {
    width: calc(100% - 30px);
    padding-bottom: 9px; }
    .saffireMobileSize div#jrs_calendar_form #jrs_search_submit:before {
      font-size: 14px;
      height: 30px; }

/*# sourceMappingURL=theme.css.map */
