/************** LOAD FONTS ******************/
@font-face {
  font-family: "OpenSans-Light-webfont";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/OpenSans-Light-webfont.woff2") format("woff2"), url("fonts/OpenSans-Light-webfont.woff") format("woff"); }
@font-face {
  font-family: "OpenSans-Regular-webfont";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/OpenSans-Regular-webfont.woff2") format("woff2"), url("fonts/OpenSans-Regular-webfont.woff") format("woff"); }
@font-face {
  font-family: "OpenSans-Semibold-webfont";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/OpenSans-Semibold-webfont.woff2") format("woff2"), url("fonts/OpenSans-Semibold-webfont.woff") format("woff"); }
@font-face {
  font-family: "OpenSans-Bold-webfont";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/OpenSans-Bold-webfont.woff2") format("woff2"), url("fonts/OpenSans-Bold-webfont.woff") format("woff"); }
@font-face {
  font-family: "OpenSans-ExtraBold-webfont";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/OpenSans-ExtraBold-webfont.woff2") format("woff2"), url("fonts/OpenSans-ExtraBold-webfont.woff") format("woff"); }
@font-face {
  font-family: "BubblegumSans-Regular";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/BubblegumSans-Regular.woff2") format("woff2"), url("fonts/BubblegumSans-Regular.woff") format("woff"); }
@font-face {
  font-family: "Bitter-Bold";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/Bitter-Bold.woff2") format("woff2"), url("fonts/Bitter-Bold.woff") format("woff"); }
@font-face {
  font-family: "BitterRegular";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/BitterRegular.woff2") format("woff2"), url("fonts/BitterRegular.woff") format("woff"); }
                  /*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2013 Daniel Eden
*/
.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.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s; }

@-webkit-keyframes bounce {
  0%,
  100%,
  20%,
  53%,
  80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-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-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-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-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-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 {
  0%,
  100%,
  20%,
  53%,
  80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%,
  43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    -ms-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    -ms-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    -ms-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom; }

@-webkit-keyframes flash {
  0%,
  100%,
  50% {
    opacity: 1; }
  25%,
  75% {
    opacity: 0; } }
@keyframes flash {
  0%,
  100%,
  50% {
    opacity: 1; }
  25%,
  75% {
    opacity: 0; } }
.flash {
  -webkit-animation-name: flash;
  animation-name: flash; }

@-webkit-keyframes pulse {
  0% {
    -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); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    -ms-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse; }

@-webkit-keyframes rubberBand {
  0% {
    -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); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
@keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    -ms-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    -ms-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    -ms-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    -ms-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    -ms-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand; }

@-webkit-keyframes shake {
  0%,
  100% {
    -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 {
  0%,
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    -ms-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    -ms-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }
.shake {
  -webkit-animation-name: shake;
  animation-name: shake; }

@-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); }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    -ms-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    -ms-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    -ms-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    -ms-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    -ms-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }
.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing; }

@-webkit-keyframes tada {
  0% {
    -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); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-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);
    -ms-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);
    -ms-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);
    -ms-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); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
.tada {
  -webkit-animation-name: tada;
  animation-name: tada; }

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none; }
  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); }
  100% {
    -webkit-transform: none;
    transform: none; } }
@keyframes wobble {
  0% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    -ms-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);
    -ms-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);
    -ms-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);
    -ms-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);
    -ms-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; } }
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble; }

@-webkit-keyframes bounceIn {
  0%,
  100%,
  20%,
  40%,
  60%,
  80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-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); }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
@keyframes bounceIn {
  0%,
  100%,
  20%,
  40%,
  60%,
  80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -ms-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);
    -ms-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);
    -ms-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);
    -ms-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);
    -ms-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s; }

@-webkit-keyframes bounceInDown {
  0%,
  100%,
  60%,
  75%,
  90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-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); }
  100% {
    -webkit-transform: none;
    transform: none; } }
@keyframes bounceInDown {
  0%,
  100%,
  60%,
  75%,
  90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    -ms-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    -ms-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    -ms-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    -ms-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; } }
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown; }

@-webkit-keyframes bounceInLeft {
  0%,
  100%,
  60%,
  75%,
  90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-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); }
  100% {
    -webkit-transform: none;
    transform: none; } }
@keyframes bounceInLeft {
  0%,
  100%,
  60%,
  75%,
  90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    -ms-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    -ms-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    -ms-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    -ms-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; } }
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft; }

@-webkit-keyframes bounceInRight {
  0%,
  100%,
  60%,
  75%,
  90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-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); }
  100% {
    -webkit-transform: none;
    transform: none; } }
@keyframes bounceInRight {
  0%,
  100%,
  60%,
  75%,
  90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    -ms-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    -ms-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    -ms-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    -ms-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; } }
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight; }

@-webkit-keyframes bounceInUp {
  0%,
  100%,
  60%,
  75%,
  90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-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, -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); }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes bounceInUp {
  0%,
  100%,
  60%,
  75%,
  90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    -ms-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    -ms-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    -ms-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    -ms-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-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); }
  100% {
    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);
    -ms-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);
    -ms-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s; }

@-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); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    -ms-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    -ms-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    -ms-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); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    -ms-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    -ms-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); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    -ms-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    -ms-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); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    -ms-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    -ms-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    -ms-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp; }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; } }
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    -ms-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; } }
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig; }

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; } }
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    -ms-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; } }
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig; }

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; } }
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    -ms-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; } }
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig; }

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; } }
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    -ms-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; } }
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }
@keyframes fadeOutDown {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown; }

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }
@keyframes fadeOutDownBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    -ms-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig; }

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }
@keyframes fadeOutLeft {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft; }

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    -ms-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig; }

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }
@keyframes fadeOutRight {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight; }

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }
@keyframes fadeOutRightBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    -ms-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig; }

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }
@keyframes fadeOutUp {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp; }

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }
@keyframes fadeOutUpBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    -ms-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig; }

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) 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) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) 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);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }
@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -ms-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) 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) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -ms-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) 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);
    -ms-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  100% {
    -webkit-transform: perspective(400px);
    -ms-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }
.animated.flip {
  -webkit-backface-visibility: visible;
  -ms-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip; }

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-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-transition-timing-function: ease-in;
    transition-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); }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    -ms-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);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  100% {
    -webkit-transform: perspective(400px);
    -ms-transform: perspective(400px);
    transform: perspective(400px); } }
.flipInX {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX; }

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-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-transition-timing-function: ease-in;
    transition-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); }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    -ms-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);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  100% {
    -webkit-transform: perspective(400px);
    -ms-transform: perspective(400px);
    transform: perspective(400px); } }
.flipInY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY; }

@-webkit-keyframes flipOutX {
  0% {
    -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; }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }
@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    -ms-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes flipOutY {
  0% {
    -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; }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }
@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    -ms-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }
.flipOutY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s; }

@-webkit-keyframes lightSpeedIn {
  0% {
    -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);
    opacity: 1; }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    -ms-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    -ms-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    -ms-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1; }
  100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1; } }
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1; }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }
@keyframes lightSpeedOut {
  0% {
    opacity: 1; }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    -ms-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 {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    -ms-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1; } }
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn; }

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    -ms-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1; } }
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft; }

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    -ms-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1; } }
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight; }

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    -ms-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1; } }
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft; }

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    -ms-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1; } }
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight; }

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }
@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  100% {
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    -ms-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 {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0, 0, 1, 45deg);
    transform: rotate(0, 0, 1, 45deg);
    opacity: 0; } }
@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0, 0, 1, 45deg);
    -ms-transform: rotate(0, 0, 1, 45deg);
    transform: rotate(0, 0, 1, 45deg);
    opacity: 0; } }
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft; }

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  100% {
    -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 {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    -ms-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 {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  100% {
    -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 {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    -ms-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 {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  100% {
    -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 {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    -ms-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; }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    -ms-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    -ms-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    -ms-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge; }

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    -ms-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; } }
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn; }

@-webkit-keyframes rollOut {
  0% {
    opacity: 1; }
  100% {
    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 {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    -ms-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 {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -ms-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 {
  0% {
    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 {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -ms-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);
    -ms-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 {
  0% {
    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 {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -ms-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);
    -ms-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 {
  0% {
    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 {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -ms-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);
    -ms-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 {
  0% {
    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 {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -ms-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);
    -ms-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 {
  0% {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  100% {
    opacity: 0; } }
@keyframes zoomOut {
  0% {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  100% {
    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); }
  100% {
    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);
    -ms-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); }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -ms-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;
    -ms-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); }
  100% {
    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);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    -ms-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    -ms-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); }
  100% {
    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);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    -ms-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    -ms-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); }
  100% {
    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);
    -ms-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); }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -ms-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;
    -ms-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; }

.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; }

#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: #4d4d4d;
  font: 17px/1.5 "BitterRegular", Arial, Verdana, sans-serif; }

b,
strong {
  font-family: 'Bitter-Bold'; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "BubblegumSans-Regular", Arial, Verdana, sans-serif;
  font-weight: normal;
  color: #037AB3;
  line-height: 1.2;
  margin: 0 0 0.67em;
  text-transform: none; }

h1 {
  color: #003A5F; }
  h1 {
    font-size: 40px; }
    @media screen and (min-width: 450px) {
      h1 {
        font-size: calc(40px + 15 * ((100vw - 450px) / 916)); } }
    @media screen and (min-width: 1366px) {
      h1 {
        font-size: 55px; } }

h2 {
  color: #003A5F; }
  h2 {
    font-size: 20px; }
    @media screen and (min-width: 450px) {
      h2 {
        font-size: calc(20px + 20 * ((100vw - 450px) / 916)); } }
    @media screen and (min-width: 1366px) {
      h2 {
        font-size: 40px; } }

h3 {
  font-size: 18px; }
  @media screen and (min-width: 450px) {
    h3 {
      font-size: calc(18px + 8 * ((100vw - 450px) / 916)); } }
  @media screen and (min-width: 1366px) {
    h3 {
      font-size: 26px; } }

h4 {
  font-size: 20px; }
  @media screen and (min-width: 450px) {
    h4 {
      font-size: calc(20px + 3 * ((100vw - 450px) / 916)); } }
  @media screen and (min-width: 1366px) {
    h4 {
      font-size: 23px; } }

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: #6195ED;
  text-decoration: underline; }

.footer a,
.header a {
  text-decoration: none; }

a:hover {
  text-decoration: none; }

#imgsearch input.inputFieldTextbox {
  height: 30px;
  padding-left: 5px; }

span.right.print {
  line-height: 10px; }

.galleryViewName {
  max-height: 4.2em; }

.saffireMobileSize .expandedViewEventNameDescriptionContent {
  padding-bottom: 14px; }

.featureLineup-more {
  top: 71.5%; }

.modal {
  padding-top: 0; }

.modalBody {
  padding: 0; }

:focus {
  outline: none; }

/***************** CONTAINERS **************************/
body {
  background: #fff;
  background-size: cover;
  height: auto !important; }

.wrapper {
  width: 100%; }

body {
  background: url("images/innerbg.jpg") #fff no-repeat fixed;
  background-size: cover; }

body:not(.homepage) .content {
  position: relative;
  max-width: calc(1320px - 15px - 15px);
  margin: 205px auto 60px;
  padding: 15px 15px 15px 15px;
  background: #fff;
  border-radius: 12px; }
body:not(.homepage).saffireLargeSize.generalMessageOn .content {
  margin: 185px auto 60px; }
body:not(.homepage).saffireMobileSize.generalMessageOn .content {
  margin: 200px auto 60px; }

.saffireLargeSize.homepage .content,
.saffireMobileSize.homepage .content {
  position: relative;
  max-width: 100%;
  margin: 0 auto;
  padding-top: 57px;
  background: none; }

.subContainer {
  background: #F2F2F2;
  color: #000;
  box-shadow: 2px 2px 5px #000; }
  .subContainer a,
  .subContainer h1,
  .subContainer h2,
  .subContainer h3 {
    color: #000; }
  .subContainer .error {
    color: #000; }

.dateDisplayBar,
.dateDisplay {
  background: #6195ED;
  color: #000; }
  .dateDisplayBar a,
  .dateDisplay a {
    color: #000; }

#google_translate_element {
  /* |%  Google translate position */
  top: 15px;
  right: 30px; }

.orderhistory {
  background: #6195ED; }

.orderhistory th {
  color: #000;
  padding: 8px 3px; }

.alternateRow {
  background: #F2F2F2; }

.listingItem {
  background: #F2F2F2;
  border-bottom: 1px solid #d9d9d9; }
  .listingItem:hover {
    background: #fafafa; }

.slider-event-container-main {
  padding: 79px 0 51px; }
  .saffireLargeSize.generalMessageOn .slider-event-container-main {
    padding: 120px 0 51px; }
  .saffireMobileSize.generalMessageOn .slider-event-container-main {
    padding: 111px 0 0; }
  .saffireMobileSize .slider-event-container-main {
    padding: 71px 0 0; }

.bottom-container-wrapper {
  padding: 108px 0 78px;
  background-size: cover; }
  .saffireMobileSize .bottom-container-wrapper {
    padding: 34px 0 43px; }
  .bottom-container-wrapper .bottom-content {
    max-width: 1306px;
    box-sizing: border-box;
    padding: 0 3px 0 0;
    display: flex;
    margin: 0 auto;
    align-items: flex-start;
    justify-content: center; }
    @media screen and (max-width: 1320px) {
      .bottom-container-wrapper .bottom-content {
        flex-direction: column;
        align-items: center;
        padding-top: 65px; } }
    .saffireMobileSize .bottom-container-wrapper .bottom-content {
      padding: 0; }

.video-right {
  max-width: 460px;
  display: flex;
  flex-direction: column;
  width: 100%; }

.nav-container {
  background: rgba(255, 255, 255, 0.5);
  box-sizing: border-box;
  padding: 6px 0 0; }
  .saffireLargeSize .nav-container {
    padding-left: 10px;
    padding-right: 10px; }
  .saffireMobileSize .nav-container {
    display: none; }

.card-white {
  background: #fff; }
  @media screen and (min-width: 1344px) {
    .card-white {
      overflow: hidden; } }

.email-bottom {
  background: #003A5F;
  text-align: center;
  margin: 16px 0 0;
  padding: 0 0 20px;
  max-height: 148px; }
  .saffireMobileSize .email-bottom {
    margin: 38px 0 0;
    padding: 0 0 13px; }
  .email-bottom .emailSignupText {
    display: none; }
  .email-bottom .email-text {
    color: #fff;
    font: 24px "BubblegumSans-Regular", Arial, Verdana, sans-serif;
    margin: 16px 0 9px; }
  .email-bottom .emailSignup .emailInputField input {
    width: 281px;
    height: 41px;
    padding: 4px 12px 0;
    box-sizing: border-box;
    font: 13px "BitterRegular", Arial, Verdana, sans-serif;
    color: #101010;
    border-radius: 0 !important;
    background: url("images/email.png") #fff no-repeat right 19px center; }
  .email-bottom .emailSignup .emailSubmitButton {
    font-size: 0;
    padding: 12px 16px 10px;
    margin: 14px 0 0;
    display: inline-block;
    box-sizing: border-box;
    background: #fff;
    border-radius: 10px !important; }
    .email-bottom .emailSignup .emailSubmitButton:before {
      content: "SIGN UP";
      font: 18px "BubblegumSans-Regular", Arial, Verdana, sans-serif;
      color: #003A5F;
      line-height: 1; }

.sponsor-container {
  background: #fff;
  padding: 36px 0 0;
  box-sizing: border-box; }
  .saffireMobileSize .sponsor-container {
    padding: 28px 0 0; }

.top-footer {
  padding: 29px 0 14px; }
  .saffireMobileSize .top-footer {
    padding: 29px 0 2px; }
  .top-footer .container {
    max-width: 1271px;
    margin: 0 auto;
    display: flex;
    padding: 0 8px 0 0;
    box-sizing: border-box; }
    @media screen and (max-width: 128px) {
      .top-footer .container {
        width: 268px;
        height: 541px;
        padding: 0 19px; } }
    .saffireMobileSize .top-footer .container {
      flex-direction: column;
      padding: 0; }

.contact-logo-container {
  padding: 7px 0 0; }
  .saffireMobileSize .contact-logo-container {
    order: 2;
    padding: 0; }

.contact-container {
  box-sizing: border-box;
  padding: 46px 0 0 18px; }
  .saffireMobileSize .contact-container {
    padding: 11px 0 0;
    max-width: 233px;
    margin: 0 auto; }
  .contact-container ul {
    display: flex;
    flex-direction: column;
    text-align: left;
    font-family: "BitterRegular", Arial, Verdana, sans-serif;
    font-size: 20px;
    margin: 0 0 0 2px;
    color: #fff; }
    @media screen and (max-width: 1000px) {
      .saffireLargeSize .contact-container ul {
        font-size: 13px; } }
    .saffireMobileSize .contact-container ul {
      text-align: left; }
    .contact-container ul li {
      margin: 0 0 9px;
      padding: 0 0 0 26px;
      position: relative; }
      .contact-container ul li a {
        color: #fff; }
      .saffireMobileSize .contact-container ul li {
        padding: 2px 0 0 26px;
        font-size: 14px; }
      .contact-container ul li:after {
        content: "";
        position: absolute;
        top: 6px;
        left: 0;
        display: inline-block; }
      .contact-container ul li:first-child:after {
        background: url("images/phone-icon.png") left center;
        width: 11px;
        height: 16px; }
      .contact-container ul li:nth-child(2):after {
        background: url("images/mail-icon.png") left center;
        width: 14px;
        height: 10px;
        top: 9px;
        left: -1px; }
  .contact-container .sitemap-container {
    margin: 0 0 0 53px; }

.site-map-container {
  margin-left: auto; }

.logo-container {
  margin: -284px 0 0 -13px; }
  @media screen and (max-width: 1172px) {
    .logo-container {
      margin: -180px 0 0 46px; } }
  @media screen and (max-width: 920px) {
    .logo-container {
      margin: -180px 0 0 2px; } }
  .saffireMobileSize .logo-container {
    margin: -311px 0 0 -31px; }

.map-container {
  position: relative; }

.bottom-footer {
  background: rgba(9, 81, 129, 0.5); }

.hot-btn-wrapper {
  position: relative; }

.generalmessage {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  background: #003A5F;
  font-family: "BitterRegular", Arial, Verdana, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  color: #fff;
  transition: all 0.5s ease !important; }
  .saffireWindowScrolled .generalmessage {
    font-size: 0 !important;
    height: 0 !important;
    padding: 0 !important; }
  .generalmessage a {
    color: inherit;
    text-decoration: underline; }

.saffireMobileSize .generalmessage {
  height: 40px;
  font-size: 14px;
  line-height: 1.2; }
  @media screen and (max-width: 500px) {
    .saffireMobileSize .generalmessage {
      font-size: 12px; } }

.header {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  height: auto;
  background: transparent;
  position: fixed;
  top: 0;
  z-index: 9999999;
  transition: 0.3s ease; }
  .saffireWindowScrolled.saffireLargeSize .header {
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.5) -1px 3px 14px -7px; }

.headerInnerContent {
  box-sizing: border-box;
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto; }

.saffireMobileSize .header {
  height: auto;
  position: fixed;
  z-index: 9999999; }
.saffireMobileSize .headerInnerContent {
  height: auto; }

.saffireMobileSize.saffireWindowScrolled .header {
  box-shadow: rgba(0, 0, 0, 0.5) -1px 3px 14px -7px; }

.header-logo {
  image-rendering: -webkit-optimize-contrast;
  display: block;
  width: 325px;
  height: 205px;
  transition: .3s;
  background: url("images/logo-2022.png") center/contain no-repeat;
  margin: 2px 10px 0 -29px;
  z-index: 9999;
  position: absolute;
  left: 0;
  top: -3px;
  transition: 0.3s ease; }
  @media screen and (max-width: 1350px) {
    .saffireLargeSize .header-logo {
      width: 215px;
      height: 136px;
      margin: 0; } }
  .saffireLargeSize.saffireWindowScrolled .header-logo {
    width: 215px;
    height: 136px;
    margin: 0;
    transition: .3s; }
  .saffireMobileSize .header-logo {
    width: 200px !important;
    height: 125px !important;
    top: 0;
    margin: 0;
    transition: .3s; }

.ticket {
  color: #fff;
  font-family: "BubblegumSans-Regular", Arial, Verdana, sans-serif;
  font-size: 30px;
  background: #d2171a;
  text-transform: uppercase;
  padding: 9px 20px 5px 23px;
  line-height: 1;
  height: auto;
  border-radius: 10px;
  margin-right: 2px; }
  @media screen and (max-width: 1100px) {
    .ticket {
      font-size: 15px;
      padding: 9px 13px 5px 15px; } }
  .saffireMobileSize.saffireWindowScrolled .ticket {
    display: none; }
  .saffireMobileSize .ticket {
    font-family: "BubblegumSans-Regular", Arial, Verdana, sans-serif;
    font-size: 20px;
    background: #d2171a;
    text-transform: uppercase;
    padding: 8px 20px 6px 23px !important;
    line-height: 1;
    height: auto;
    border-radius: 10px !important;
    margin-right: 2px;
    position: absolute !important;
    margin-top: 18px;
    margin-right: 7px;
    right: 6px !important; }
    @media screen and (max-width: 600px) {
      .saffireMobileSize .ticket {
        font-size: 14px; } }
  .ticket:hover {
    background: #d2171a; }

.header .searchBox:not(.clonedSearchBox) {
  display: inline-flex;
  align-items: center;
  margin-right: 0;
  top: 3px;
  z-index: 99; }
  .saffireMobileSize .header .searchBox:not(.clonedSearchBox) {
    display: none !important; }
  .header .searchBox:not(.clonedSearchBox) .searchBoxInput input {
    height: 30px;
    width: 170px;
    padding: 0 5px;
    font-size: 14px;
    font-family: "BitterRegular", Arial, Verdana, sans-serif;
    border-radius: 0 !important;
    width: 0;
    padding: 0;
    transition: 0.2s; }
    .header .searchBox:not(.clonedSearchBox) .searchBoxInput input:focus {
      width: 170px;
      padding: 0 5px;
      transition: 0.2s;
      border: 1px solid #1F444C; }
  .header .searchBox:not(.clonedSearchBox) .searchSubmitButton {
    margin: 0 0 0 7px;
    display: flex;
    height: 20px;
    border-radius: 0 !important;
    font-family: "BitterRegular", Arial, Verdana, sans-serif;
    background: transparent;
    width: 19px;
    padding: 0;
    font-size: 0;
    line-height: 1;
    width: 35px;
    padding: 0;
    font-size: 0; }
    .header .searchBox:not(.clonedSearchBox) .searchSubmitButton:before {
      content: "";
      background: url("images/search.png") no-repeat;
      width: 19px;
      height: 18px;
      display: block;
      font-size: 18px;
      font-family: "FontAwesome";
      line-height: 1;
      color: #000; }
    .header .searchBox:not(.clonedSearchBox) .searchSubmitButton:hover {
      background: transparent; }
  .header .searchBox:not(.clonedSearchBox):hover .searchBoxInput input {
    width: 170px;
    padding: 0 5px;
    transition: 0.2s;
    border: 1px solid #1F444C; }

.saffireMobileSize .header .searchBox:not(.clonedSearchBox) {
  position: relative;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px; }
  .saffireMobileSize .header .searchBox:not(.clonedSearchBox):before {
    content: "\f002";
    position: static;
    line-height: 1;
    font-size: 26px;
    color: #eee; }

.saffireLargeSize .viewcart {
  display: inline-flex;
  color: inherit; }
  .saffireLargeSize .viewcart .cartMenuLink {
    font: 13px 'OpenSans-Regular-webfont';
    color: #1F444C;
    display: flex;
    color: inherit;
    margin-right: 18px;
    margin-top: 4px;
    margin-left: 3px; }
    @media screen and (max-width: 1000px) {
      .saffireLargeSize .viewcart .cartMenuLink {
        margin-right: 10px;
        margin-top: 4px;
        margin-left: 0; } }
  .saffireLargeSize .viewcart .cartMenuLink:before {
    content: "";
    background: url("images/cart.png") no-repeat;
    width: 24px;
    height: 20px;
    display: block;
    position: relative;
    margin-right: 8px;
    font-family: 'FontAwesome';
    font-size: 26px;
    line-height: 1;
    color: inherit; }

.saffireMobileSize .viewcart {
  display: inline-flex; }
  .saffireMobileSize .viewcart .cartMenuLink {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 27px;
    color: #364c65;
    margin: 7px 0 0;
    font: 14px 'OpenSans-Regular-webfont'; }
    .saffireMobileSize .viewcart .cartMenuLink:before {
      content: "";
      background: url("images/cart-mobile.png") no-repeat;
      width: 28px;
      height: 25px;
      display: block;
      position: relative;
      margin-right: 5px;
      font-family: 'FontAwesome';
      font-size: 14px;
      line-height: 1;
      color: #364c65;
      background-size: cover; }

.mobile-nav-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 47px;
  height: 50px;
  margin: 0 0 0 5px;
  vertical-align: top; }
  .mobile-nav-toggle:before {
    content: "";
    position: relative;
    top: 4px;
    font-family: 'FontAwesome';
    font-size: 28px;
    line-height: 1;
    color: #fff;
    background: url("images/nav-toggle.png") no-repeat;
    width: 25px;
    height: 22px;
    display: inline-block; }
  .mobile-nav-toggle:hover {
    cursor: pointer; }

.header-content {
  position: relative;
  background: #fff;
  transition: 0.3s ease; }
  .saffireMobileSize .header-content {
    min-height: 70px; }
  .header-content .header-inner {
    display: flex;
    max-width: 1300px;
    margin: 0 auto;
    position: relative; }
    @media screen and (max-width: 1100px) {
      .saffireLargeSize .header-content .header-inner {
        padding: 0 6px 0 0; } }
  .header-content .header-left {
    display: flex; }
  .header-content .header-right {
    margin: 6px 0 7px auto;
    display: flex;
    justify-content: flex-end;
    align-items: center; }
    .saffireMobileSize .header-content .header-right {
      margin: 7px 0 7px auto; }

.saffireLargeSize .mobile-nav-toggle {
  display: none; }

.saffireLargeSize .nav {
  max-width: 1313px;
  margin: 0 auto;
  justify-content: flex-end;
  display: flex; }
  .saffireLargeSize .nav .groups {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    justify-content: flex-end;
    max-width: 1300px; }
    .saffireLargeSize .nav .groups .group {
      display: inline-block;
      flex-shrink: 0;
      margin: 0 8px; }
      @media screen and (max-width: 1100px) {
        .saffireLargeSize .nav .groups .group {
          margin: 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-block;
      padding: 2px 14px 9px;
      background: none;
      font-family: "BubblegumSans-Regular", Arial, Verdana, sans-serif, Arial, Verdana, sans-serif;
      font-size: 22px;
      font-weight: 400;
      color: #1F444C;
      border-radius: 7px 7px 0 0;
      text-transform: uppercase; }
      @media screen and (max-width: 1250px) {
        .saffireLargeSize .nav .groups .group > a {
          font-size: 18px;
          padding: 2px 7px 9px; } }
      @media screen and (max-width: 1100px) {
        .saffireLargeSize .nav .groups .group > a {
          font-size: 16px;
          padding: 2px 7px 9px; } }
    .saffireLargeSize .nav .groups .group:hover > a {
      color: #fff;
      background: #003A5F; }
  .saffireLargeSize .nav .items {
    top: 100%;
    left: 0;
    padding: 0;
    background: #003A5F;
    border-radius: 0 7px 7px 7px; }
    .saffireLargeSize .nav .items .item a {
      padding: 5px 15px;
      color: #fff;
      font-family: "BitterRegular", Arial, Verdana, sans-serif; }
    .saffireLargeSize .nav .items .item a:hover {
      color: #fff; }
  .saffireLargeSize .nav .item {
    width: 200px;
    line-height: 1.4; }
    .saffireLargeSize .nav .item:hover {
      background: rgba(126, 194, 233, 0.2); }
  .saffireLargeSize .nav .subitems {
    left: 100%;
    padding: 0;
    background: #003A5F;
    border-radius: 0 7px 7px 0; }
    @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
      .saffireLargeSize .nav .subitems {
        margin: 0 0 0 -1px; } }

/*********************** FOOTER **************************/
.footer {
  /* set the height of the footer */
  position: relative;
  height: auto;
  width: 100%;
  margin: 0 auto;
  padding: 234px 0 0;
  background: repeat-x transparent center;
  color: #fff;
  text-align: left; }
  .saffireMobileSize .footer {
    padding: 239px 0 0; }
  .footer a {
    color: #fff;
    text-decoration: none; }
    .footer a:hover {
      text-decoration: underline; }
  .footer ul.footerItems1 {
    margin: 0 auto;
    font-family: "BitterRegular", Arial, Verdana, sans-serif;
    font-size: 16px;
    display: flex;
    flex-direction: column;
    align-items: flex-end; }
    .footer ul.footerItems1 .separator {
      display: none; }
  .footer ul.footerItems2 {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    font: 11px 'OpenSans-Regular-webfont';
    color: #fff;
    padding: 24px 0 28px; }
    .saffireMobileSize .footer ul.footerItems2 {
      padding: 10px 0 28px; }
    .footer ul.footerItems2 li {
      margin: 0 17px; }
      .footer ul.footerItems2 li:last-child {
        margin-top: -13px; }
    .footer ul.footerItems2 .saffire_logo {
      top: 6px; }
  .footer .footer-logo {
    background: url("images/footer-logo.png") center/contain no-repeat;
    width: 547px;
    height: 568px;
    display: block; }
    @media screen and (max-width: 1172px) {
      .footer .footer-logo {
        width: 330px;
        height: 370px; } }
    .saffireMobileSize .footer .footer-logo {
      width: 292px;
      height: 301px;
      margin: 0 auto; }

.footer-inner {
  background: url("images/footer-bg.jpg") #2386c7 repeat;
  box-sizing: border-box; }

.saffireMobileSize .footer a:hover {
  text-decoration: none; }
.saffireMobileSize .footer ul.footerItems1 {
  max-width: 300px;
  margin-bottom: 6px;
  display: none; }
.saffireMobileSize .footer .footerSignIn {
  max-width: 300px;
  margin: auto; }
.saffireMobileSize .footer ul.footerItems2 {
  margin-top: 0;
  text-align: center;
  flex-direction: column; }

.mobile-menu-container {
  background-color: #fff; }
  .mobile-menu-container .mobile-menu-header {
    background-color: #fff; }
  .mobile-menu-container .close-mobile-menu:after, .mobile-menu-container .close-mobile-menu:before {
    background-color: #095181;
    color: #fff; }
  .mobile-menu-container .mobile-menu-subheader,
  .mobile-menu-container .mobile-menu-subheader-btn {
    background-color: #095181; }
    .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: #095181; }
  .mobile-menu-container .mobile-menu-login-showlinks .mobile-menu-login .mobile-menu-subheader-btn,
  .mobile-menu-container .mobile-menu-subheader-btn:active {
    background-color: #e6e6e6; }
  .mobile-menu-container .mobile-menu-login-links a {
    font-family: "BitterRegular", Arial, Verdana, sans-serif; }
  .mobile-menu-container .cart-counter {
    font-family: "BitterRegular", Arial, Verdana, sans-serif; }
  .mobile-menu-container .search-container input {
    font-family: "BitterRegular", Arial, Verdana, sans-serif; }
  .mobile-menu-container .search-container .search-submit-btn {
    color: #333; }
  .mobile-menu-container .mobile-menu-ticket-btn {
    background-color: #095181;
    font-family: "BitterRegular", Arial, Verdana, sans-serif;
    color: #fff;
    border-color: #fff; }
  .mobile-menu-container .mobile-menu-footer-links a {
    font-family: "BitterRegular", Arial, Verdana, sans-serif;
    color: #095181; }

#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: #095181;
  font-family: "BitterRegular", Arial, Verdana, sans-serif;
  color: #fff; }
  #mobile-nav a:hover {
    background-color: #063351; }
#mobile-nav .has-subitems span {
  background-color: #fff;
  color: #095181;
  padding: 0 15px;
  flex: 1 1 0; }
  #mobile-nav .has-subitems span:hover {
    background-color: #e6e6e6; }

/************************* MODAL CONTENT ********************/
.ui-dialog {
  background: #fff;
  box-shadow: 0 0 10px -5px #444; }

.modal {
  background: #fff;
  padding-top: 15px;
  border: 10px solid #fff; }

.modalBody {
  /* |%  set modal background color if not white */
  background: #fff;
  padding: 14px; }
  .modalBody .showorksModalTitle {
    /* |%  set font-family */
    font-size: 32px;
    line-height: 36px; }
  .modalBody .showorksBreadcrumbs {
    /* |%  set font-family */
    font-size: 20px;
    color: #6195ED;
    line-height: 22px; }
  .modalBody .showorksTableGrid th {
    /* |%  set font-family */
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    font-size: 12px;
    letter-spacing: 0.06em;
    padding-bottom: 7px;
    padding-top: 7px; }
  .modalBody .showorksTableGrid td {
    color: #4d4d4d; }
  .modalBody .showorksTableGrid tr.odd {
    background: #fff;
    color: black; }
  .modalBody .showorksTableGrid tr.even {
    background: #e6e6e6;
    color: black; }

.modalPageBackground {
  background-color: black;
  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; }

.getUpdatesPageEmailModule .emailSignup.modalOnly {
  margin: 0 auto; }
  .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 {
    border-radius: 0 !important; }
  .getUpdatesPageEmailModule .emailSignup.modalOnly .button {
    box-sizing: border-box; }

.saffireMobileSize.modalBody a[onclick*='Unsubscribe.ascx'] {
  margin-top: -25px; }

/************* BUTTON STYLES *********************/
.button {
  padding: 4px 12px;
  font-size: 18px; }

.button,
.buttonSmall {
  box-sizing: border-box;
  line-height: 1.75em;
  text-transform: none;
  border-radius: 10px;
  text-decoration: none;
  font-weight: normal !important;
  font-family: BubblegumSans-Regular;
  color: #fff !important;
  background: #037AB3; }

.buttonSmall,
a.buttonSmall.button {
  padding: 4px 12px;
  font-size: 11px; }

.button:hover,
.buttonSmall:hover {
  background: #2EC5F4; }

a.cartMenuRemoveButton.button.buttonSmall,
a.removeButton.buttonSmall,
a.updateButton.buttonSmall {
  font-size: 0.875em; }

.cartMenu .cartMenuCheckoutButton {
  font-size: 14px;
  padding: 4px 15px !important; }

#cardWidgetSplashPage {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999999;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 100vw;
  height: 100vh;
  padding-top: 50px;
  background-color: #64b3db;
  background-image: url("images/splash-bg.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover; }
  @media screen and (orientation: landscape) and (max-height: 450px) {
    #cardWidgetSplashPage {
      padding: 0; } }
  #cardWidgetSplashPage .card-widget-item {
    box-sizing: border-box;
    width: auto;
    max-width: 90%;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    #cardWidgetSplashPage .card-widget-item:before {
      content: '';
      display: block;
      margin: 0 auto 20px;
      background-image: url("images/splash-logo.png");
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain;
      width: 505px;
      height: 458px; }
      @media screen and (max-width: 1023px) {
        #cardWidgetSplashPage .card-widget-item:before {
          width: 400px;
          height: 350px; } }
      @media screen and (max-width: 800px) {
        #cardWidgetSplashPage .card-widget-item:before {
          width: 300px;
          height: 250px; } }
      @media screen and (orientation: landscape) {
        #cardWidgetSplashPage .card-widget-item:before {
          max-height: 40vh; } }
      @media screen and (orientation: landscape) and (max-height: 900px) {
        #cardWidgetSplashPage .card-widget-item:before {
          max-height: 30vh; } }
      @media screen and (orientation: landscape) and (max-height: 450px) {
        #cardWidgetSplashPage .card-widget-item:before {
          max-height: 100px; } }
  #cardWidgetSplashPage .card-content {
    box-sizing: border-box;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 0;
    border-radius: 1em;
    background: #fff;
    width: auto;
    margin: auto;
    max-width: 830px;
    line-height: 1.2; }
    #cardWidgetSplashPage .card-content:before {
      content: '';
      position: absolute;
      top: -355px;
      left: -175px;
      z-index: -1;
      display: block;
      background-image: url("images/splash-reindeer.png");
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain;
      width: 360px;
      height: 405px; }
      @media screen and (max-width: 800px) {
        #cardWidgetSplashPage .card-content:before {
          top: -175px;
          left: -85px;
          width: 175px;
          height: 200px; } }
      @media screen and (orientation: landscape) and (max-height: 900px) {
        #cardWidgetSplashPage .card-content:before {
          top: -175px;
          left: -85px;
          width: 175px;
          height: 200px; } }
  #cardWidgetSplashPage .card-widget-title,
  #cardWidgetSplashPage .card-widget-description {
    box-sizing: border-box;
    display: block;
    font-family: 'BubblegumSans-Regular';
    color: #003A5F; }
  #cardWidgetSplashPage .card-widget-title {
    padding: 0 .75em;
    margin-bottom: .25em;
    width: 100%; }
    #cardWidgetSplashPage .card-widget-title {
      font-size: 22px; }
      @media screen and (min-width: 450px) {
        #cardWidgetSplashPage .card-widget-title {
          font-size: calc(22px + 38 * ((100vw - 450px) / 916)); } }
      @media screen and (min-width: 1366px) {
        #cardWidgetSplashPage .card-widget-title {
          font-size: 60px; } }
    @media screen and (orientation: landscape) and (max-height: 900px) {
      #cardWidgetSplashPage .card-widget-title {
        font-size: 26px; } }
    @media screen and (orientation: landscape) and (max-height: 450px) {
      #cardWidgetSplashPage .card-widget-title {
        font-size: 18px; } }
  #cardWidgetSplashPage .card-widget-description {
    box-sizing: border-box; }
    #cardWidgetSplashPage .card-widget-description {
      font-size: 16px; }
      @media screen and (min-width: 450px) {
        #cardWidgetSplashPage .card-widget-description {
          font-size: calc(16px + 24 * ((100vw - 450px) / 916)); } }
      @media screen and (min-width: 1366px) {
        #cardWidgetSplashPage .card-widget-description {
          font-size: 40px; } }
    @media screen and (orientation: landscape) and (max-height: 900px) {
      #cardWidgetSplashPage .card-widget-description {
        font-size: 18px; } }
    @media screen and (orientation: landscape) and (max-height: 450px) {
      #cardWidgetSplashPage .card-widget-description {
        font-size: 14px; } }
  #cardWidgetSplashPage .splash-enter {
    display: inline-block;
    margin: 35px auto 0;
    padding: 10px 30px;
    border-radius: 10px;
    font-family: 'BubblegumSans-Regular';
    color: #fff;
    text-decoration: none;
    background: #d2171a; }
    #cardWidgetSplashPage .splash-enter {
      font-size: 16px; }
      @media screen and (min-width: 450px) {
        #cardWidgetSplashPage .splash-enter {
          font-size: calc(16px + 14 * ((100vw - 450px) / 916)); } }
      @media screen and (min-width: 1366px) {
        #cardWidgetSplashPage .splash-enter {
          font-size: 30px; } }
    @media screen and (orientation: landscape) and (max-height: 900px) {
      #cardWidgetSplashPage .splash-enter {
        font-size: 20px; } }
    @media screen and (orientation: landscape) and (max-height: 450px) {
      #cardWidgetSplashPage .splash-enter {
        font-size: 16px; } }
    #cardWidgetSplashPage .splash-enter:hover {
      background: #e93336;
      cursor: pointer; }

body.splashpage-active {
  overflow: hidden; }

/* 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;
    margin: 0 auto; }
  .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: #000;
      line-height: 1.2em;
      pointer-events: none;
      max-width: 100%;
      display: none; }
  .homepage .slideshowSwiperDescription.currentSlideDescription {
    box-sizing: border-box;
    display: flex;
    position: static;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    font-family: "BitterRegular", Arial, Verdana, sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    opacity: 0;
    transition: 1s; }
    @media screen and (max-width: 1300px) {
      .homepage .slideshowSwiperDescription.currentSlideDescription {
        padding-top: 1em;
        padding-left: 2%;
        padding-right: 2%; } }
  .homepage #newSliderDescriptionContainer {
    background: #003A5F; }
  .homepage .sliderTitle {
    position: relative;
    max-width: 100%;
    line-height: normal;
    font-family: "BubblegumSans-Regular", Arial, Verdana, sans-serif;
    font-size: 38px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    height: 42px; }
    @media screen and (max-width: 1023px) {
      .homepage .sliderTitle {
        font-size: 35px; } }
  .homepage .swiper-container {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    position: relative;
    margin: 0 auto;
    background: transparent;
    overflow: hidden;
    z-index: 1;
    /* Specify Swiper's Size: */
    width: 100%;
    max-width: 1300px;
    height: 545px;
    /* Swiper Container - Inset Shadow*/
    /* Swiper Container - Hover Styles*/ }
    .homepage .swiper-container:hover .slideshowSwiperDescription {
      max-height: 545px; }
  .homepage .swiper-slide {
    /* Specify Slides's Size: */
    position: relative;
    height: 545px;
    max-width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 0.3;
    text-align: center;
    width: 1300px; }
    .saffireMobileSize .homepage .swiper-slide {
      border: 0; }
    .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: 1300px) {
    .homepage .swiper-container,
    .homepage .swiper-slide {
      height: 43.8vw !important; } }
  .homepage span.sliderButtonContainer {
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    margin-left: auto;
    /* Buttons*/ }
    .homepage span.sliderButtonContainer a.button {
      display: inline-block;
      text-transform: uppercase;
      border-radius: 10px;
      padding: 5px 14px 3px;
      font-family: "BubblegumSans-Regular", Arial, Verdana, sans-serif;
      font-size: 18px;
      color: #003A5F !important;
      background: #fff;
      background: linear-gradient(180deg, #fff);
      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: 18px; }
      .homepage span.sliderButtonContainer a.button.sliderMoreButton {
        order: 2; }
      .homepage span.sliderButtonContainer a.button.sliderWidgetPurchaseLink {
        order: 1; }
  .homepage .slideshowSwiperButtonPrev {
    outline: none;
    position: absolute;
    top: 92%;
    transform: translateY(-50%);
    right: 0;
    margin: auto;
    z-index: 4;
    transition: all 0.3s ease;
    cursor: pointer;
    display: block;
    background: url("images/slideshow-left.png") no-repeat left center;
    width: 20px;
    height: 29px;
    left: -1248px;
    /* Slideshow Swiper Button - PREV - Hover Styles*/ }
    @media screen and (max-width: 1300px) {
      .homepage .slideshowSwiperButtonPrev {
        left: 0;
        right: auto;
        top: 38.5692307692vw; } }
    @media screen and (max-width: 1300) {
      .homepage .slideshowSwiperButtonPrev {
        left: 1%;
        right: auto; } }
  .homepage .slideshowSwiperButtonNext {
    outline: none;
    position: absolute;
    top: 92%;
    transform: translateY(-50%);
    left: 0;
    margin: auto;
    z-index: 4;
    transition: all 0.3s ease;
    cursor: pointer;
    display: block;
    width: 20px;
    height: 29px;
    background: url("images/slideshow-right.png") no-repeat right center;
    right: -1248px;
    /* Slideshow Swiper Button - PREV - Hover Styles*/ }
    @media screen and (max-width: 1300px) {
      .homepage .slideshowSwiperButtonNext {
        right: 0;
        left: auto;
        top: 38.5692307692vw; } }
    @media screen and (max-width: 1300) {
      .homepage .slideshowSwiperButtonNext {
        right: 1%;
        left: auto; } }
  .homepage .sliderControlsContainer {
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto !important;
    margin-right: auto !important;
    top: 112%;
    bottom: auto;
    /* setting is left, right or center*/
    right: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    width: 108px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
    width: 100%;
    margin: 0;
    text-align: center;
    z-index: 3; }
  .homepage .slideshowSwiperPagination {
    box-sizing: border-box;
    display: inline-block;
    padding-top: 3px; }
  .homepage .sliderPlayPauseButtons {
    display: none; }
  .homepage .swiper-pagination-bullet {
    position: relative;
    top: 0;
    display: inline-block;
    width: 13px;
    height: 12px;
    margin: 0 5px;
    opacity: 1;
    background: #8bc9eb;
    transition: background 0.4s ease;
    border-radius: 50%; }
    .saffireMobileSize .homepage .swiper-pagination-bullet {
      background: #4e647e; }
    .homepage .swiper-pagination-bullet.swiper-pagination-bullet-active {
      background: #fff !important; }
    .homepage .swiper-pagination-bullet:hover {
      background: #fff !important; }
  .homepage .sliderPlayPause {
    display: inline-block;
    cursor: pointer;
    width: 13px;
    height: 12px;
    font-size: 0;
    color: #8bc9eb; }
    .homepage .sliderPlayPause.playing:before {
      content: '\275A \275A'; }
    .homepage .sliderPlayPause:before {
      content: '\25B6'; }

.homepage .swiper-slide-active .slideshowSwiperDescription,
.homepage.saffireLargeSize .currentSlideDescription,
.homepage.saffireMobileSize .currentSlideDescription {
  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; }

/*/
////////////////////////////////////////////////////////////////////*/
/* 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 .homepageSwiperSlider {
    max-width: 1300px;
    width: 100%; }
  .homepage.saffireLargeSize .slideshowSwiperDescription {
    max-width: none;
    padding: 32px 59px 28px 56px;
    /* Slideshow Description - Hover Styles*/ }
  .homepage.saffireLargeSize .swiper-container {
    border: none; }
  .homepage.saffireLargeSize .currentSlideDescription {
    /* 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 7px;
      padding: 5px 14px 3px; }
  .homepage.saffireLargeSize .sliderTitle {
    width: 100%;
    max-width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }
  .homepage.saffireLargeSize #newSliderDescriptionContainer {
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    box-sizing: border-box;
    position: relative;
    left: 0;
    right: 0;
    margin-left: auto !important;
    margin-right: auto !important;
    bottom: 0;
    top: auto;
    height: auto;
    width: 1300px;
    max-width: 100%;
    z-index: 2;
    transition: 1s;
    height: auto;
    min-height: 104px;
    /* Slider Text Container*/
    /* New Slider Description Container - Hover Styles*/ }
    .homepage.saffireLargeSize #newSliderDescriptionContainer .sliderTextContainer {
      box-sizing: border-box;
      display: flex;
      flex-wrap: wrap;
      padding: 0 5px;
      position: relative;
      top: 4px;
      max-width: 900px; }
      @media screen and (max-width: 1280px) {
        .homepage.saffireLargeSize #newSliderDescriptionContainer .sliderTextContainer {
          max-width: 517px; } }

/*/
////////////////////////////////////////////////////////////////////*/
/* 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 {
    font-size: 14px;
    line-height: 1.3;
    opacity: 1;
    text-align: center; }
  .homepage.saffireMobileSize .sliderTitle {
    height: auto;
    padding: 0;
    max-height: 34px;
    font-size: 26px;
    text-align: center;
    overflow: hidden; }
  .homepage.saffireMobileSize .swiper-pagination-bullet {
    background: #4e647e; }
  .homepage.saffireMobileSize .currentSlideDescription {
    width: 100%;
    height: auto;
    padding: 10px 5% 6px;
    flex-direction: column; }
    .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: 12px auto 6px; }
      .homepage.saffireMobileSize .currentSlideDescription .sliderButtonContainer a {
        display: inline-block;
        padding: 5px 14px 4px;
        margin: 0 8px; }
  .homepage.saffireMobileSize #newSliderDescriptionContainer {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
    min-height: 108px;
    padding-top: 24px;
    background: #223d5e;
    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: 0;
    padding: 4px 0; }

.saffireMobileSize.homepage .swiper-slide {
  border-radius: 0 !important; }

@media screen and (max-width: 1300px) {
  .homepage .slideshowSwiperButtonPrev {
    top: 92%;
    left: 10px; }
  .homepage .slideshowSwiperButtonNext {
    top: 92%;
    right: 10px; } }
@media screen and (max-width: 1023px) {
  .homepage .slideshowSwiperButtonPrev {
    top: 90%;
    left: 10px; }
  .homepage .slideshowSwiperButtonNext {
    top: 90%;
    right: 10px; } }
.homepage span a.sliderWidgetPurchaseLink.button.buyNowButton {
  color: #ed1c24 !important; }

#cardWidget {
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 100%;
  margin: 0 auto;
  padding: 51px 0 119px; }
  .saffireMobileSize #cardWidget {
    padding: 28px 15px 48px; }
  #cardWidget .card-content {
    text-align: center; }
  #cardWidget .card-widget-title {
    position: static;
    display: block;
    width: 100%;
    font: 60px "BubblegumSans-Regular", Arial, Verdana, sans-serif;
    color: #003A5F;
    margin-bottom: 4px; }
    .saffireMobileSize #cardWidget .card-widget-title {
      line-height: 30px;
      margin: 0 auto 19px;
      width: 81%;
      font-size: 30px; }
  #cardWidget .card-widget-description {
    font: 20px "BitterRegular", Arial, Verdana, sans-serif;
    color: #003A5F;
    width: 100%;
    display: block; }
    .saffireMobileSize #cardWidget .card-widget-description {
      font-size: 14px; }
  #cardWidget .buttonwrap a {
    margin: 0 5px; }

.saffireMobileSize #cardWidget .card-widget-item {
  margin: 5px 0; }

#cardWidgetCountdown {
  box-sizing: border-box;
  position: absolute;
  left: 22%;
  padding: 22px 20px 0; }
  @media screen and (max-width: 1100px) {
    #cardWidgetCountdown {
      padding: 13px 20px 0; } }
  @media screen and (max-width: 924px) {
    #cardWidgetCountdown {
      padding: 15px 20px 0; } }
  body:not(.homepage) #cardWidgetCountdown {
    left: 13%; }
    @media screen and (max-width: 1338px) {
      body:not(.homepage) #cardWidgetCountdown {
        left: 15%; } }
    @media screen and (max-width: 1046px) {
      body:not(.homepage) #cardWidgetCountdown {
        left: 18%; } }
  @media screen and (max-width: 1338px) {
    #cardWidgetCountdown {
      left: 20%; } }
  @media screen and (min-width: 1338px) {
    .saffireWindowScrolled #cardWidgetCountdown {
      left: 13%; } }
  @media screen and (max-width: 924px) {
    #cardWidgetCountdown {
      font-size: 13px; } }
  .saffireMobileSize #cardWidgetCountdown {
    display: none !important; }
  #cardWidgetCountdown .card-widget-title {
    display: none; }
  #cardWidgetCountdown .card-widget-description {
    font: 18px "BubblegumSans-Regular", Arial, Verdana, sans-serif;
    color: #1F444C;
    line-height: 1;
    display: block;
    width: 100%; }
    @media screen and (max-width: 924px) {
      #cardWidgetCountdown .card-widget-description {
        font-size: 16px; } }
  #cardWidgetCountdown .buttonwrap {
    display: none; }

#cardWidgetLogo .image-container {
  max-width: 101px;
  max-height: 101px; }
  @media screen and (max-width: 1290px) {
    .saffireLargeSize #cardWidgetLogo .image-container {
      padding: 0 0 0 11px; } }
  .saffireMobileSize #cardWidgetLogo .image-container {
    margin: 0 auto; }
  #cardWidgetLogo .image-container .card-widget-image {
    max-width: 100%; }
#cardWidgetLogo .card-content {
  display: none; }
#cardWidgetLogo .buttonwrap a {
  margin: 0 5px; }

#siteInfoBannerWidget {
  box-sizing: border-box;
  position: static;
  display: none;
  height: 70px;
  width: auto;
  position: absolute;
  left: 22%;
  max-width: 100%;
  padding: 22px 20px 0;
  background: transparent;
  font-family: "BubblegumSans-Regular", Arial, Verdana, sans-serif;
  font-size: 18px;
  color: #1F444C;
  text-align: center;
  line-height: 1;
  z-index: 2;
  min-width: auto;
  flex-direction: column; }
  @media screen and (max-width: 1100px) {
    #siteInfoBannerWidget {
      padding: 13px 20px 0; } }
  @media screen and (max-width: 924px) {
    #siteInfoBannerWidget {
      padding: 18px 20px 0; } }
  body:not(.homepage) #siteInfoBannerWidget {
    left: 13%; }
    @media screen and (max-width: 1338px) {
      body:not(.homepage) #siteInfoBannerWidget {
        left: 15%; } }
    @media screen and (max-width: 1046px) {
      body:not(.homepage) #siteInfoBannerWidget {
        left: 18%; } }
  @media screen and (max-width: 1338px) {
    #siteInfoBannerWidget {
      left: 20%; } }
  @media screen and (min-width: 1338px) {
    .saffireWindowScrolled #siteInfoBannerWidget {
      left: 13%; } }
  .saffireMobileSize #siteInfoBannerWidget {
    display: none !important; }
  #siteInfoBannerWidget #eventDates {
    display: none;
    font-family: "BubblegumSans-Regular", Arial, Verdana, sans-serif;
    font-size: 26px;
    font-weight: 400;
    color: #1F444C;
    text-transform: uppercase; }
  #siteInfoBannerWidget #eventName {
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase; }
    @media screen and (max-width: 924px) {
      #siteInfoBannerWidget #eventName {
        font-size: 13px; } }
  #siteInfoBannerWidget .countdownDays {
    display: inline-block;
    font-family: "BubblegumSans-Regular", Arial, Verdana, sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #1F444C; }
    @media screen and (max-width: 924px) {
      #siteInfoBannerWidget .countdownDays {
        font-size: 13px; } }

.saffireMobileSize #siteInfoBannerWidget {
  left: auto;
  right: auto !important;
  padding: 22px 20px 0;
  background: #2c5375;
  color: #fff;
  width: 100%; }
  .saffireMobileSize #siteInfoBannerWidget #eventName {
    font-size: 14px;
    color: inherit; }
  .saffireMobileSize #siteInfoBannerWidget #eventDates {
    font-size: 18px;
    color: inherit; }
  .saffireMobileSize #siteInfoBannerWidget .countdownDays {
    font-size: 14px;
    color: inherit; }

body.siteInfoBannerWidgetDateIsPast #siteInfoBannerWidget .countdownDays {
  font-family: "BubblegumSans-Regular", Arial, Verdana, sans-serif;
  font-size: 18px;
  color: #1F444C; }
  @media screen and (max-width: 817px) {
    body.siteInfoBannerWidgetDateIsPast #siteInfoBannerWidget .countdownDays {
      font-size: 16px; } }
body.siteInfoBannerWidgetDateIsPast.noThankYouMessage #siteInfoBannerWidget {
  display: none !important; }

#map {
  height: 550px;
  transition: 0.3s all ease; }
  .saffireMobileSize #map {
    height: 352px; }

#mapMasterContainer {
  display: block;
  margin: auto;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
  height: 550px;
  width: 100%;
  max-width: 100%;
  transition: 0.3s all ease; }
  .saffireMobileSize #mapMasterContainer {
    height: 332px; }

#cardWidgetitem {
  position: relative; }
  #cardWidgetitem .image-container.lozad {
    width: 100%;
    height: 550px;
    background-size: cover; }
    .saffireMobileSize #cardWidgetitem .image-container.lozad {
      height: 353px; }
  #cardWidgetitem .card-content {
    max-width: 1300px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    position: absolute;
    left: 303px;
    right: 0;
    padding-top: 156px;
    padding-left: 374px;
    top: 73px; }
    @media screen and (max-width: 990px) {
      #cardWidgetitem .card-content {
        left: 100px; } }
    @media screen and (max-width: 800px) {
      #cardWidgetitem .card-content {
        padding-top: 88px;
        padding-left: 218px;
        top: 68px; } }
    @media screen and (max-width: 600px) {
      #cardWidgetitem .card-content {
        left: 50px; } }
    @media screen and (max-width: 411px) {
      #cardWidgetitem .card-content {
        left: 0; } }
    #cardWidgetitem .card-content:before {
      background: url("images/christmas-logo.png") no-repeat;
      width: 475px;
      height: 400px;
      content: '';
      display: flex;
      position: absolute;
      top: 0;
      left: 0; }
      .saffireMobileSize #cardWidgetitem .card-content:before {
        width: 329px;
        height: 252px;
        background: url("images/chris-logo.png") no-repeat; }
    #cardWidgetitem .card-content a.card-widget-item {
      text-decoration: none; }
    #cardWidgetitem .card-content span.card-widget-title {
      font: 24px "BubblegumSans-Regular", Arial, Verdana, sans-serif;
      color: #003A5F; }
      .saffireMobileSize #cardWidgetitem .card-content span.card-widget-title {
        font-size: 14px; }
    #cardWidgetitem .card-content span.card-widget-description {
      font: 32px "BubblegumSans-Regular", Arial, Verdana, sans-serif;
      color: #003A5F;
      line-height: 28px; }
      .saffireMobileSize #cardWidgetitem .card-content span.card-widget-description {
        font-size: 18px; }

#hotButtons {
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 0 75px; }
  @media screen and (max-width: 1350px) {
    #hotButtons {
      padding: 0; } }
  .saffireMobileSize #hotButtons {
    padding: 0;
    margin-bottom: -14px; }
  #hotButtons .card-widget-item {
    box-sizing: border-box;
    display: flex;
    background: #dfa913;
    width: 305px;
    height: 305px;
    padding: 7px;
    border-radius: 50%;
    margin: 0 12px;
    position: relative;
    text-decoration: none; }
    @media screen and (max-width: 1350px) {
      #hotButtons .card-widget-item {
        margin: 0 12px 87px 19px; } }
    .saffireMobileSize #hotButtons .card-widget-item {
      width: 175px;
      height: 174px;
      padding: 4px;
      margin: 0 5px 45px;
      background-size: contain; }
      @media screen and (max-width: 374px) {
        .saffireMobileSize #hotButtons .card-widget-item {
          width: 170px;
          height: 171px; } }
    #hotButtons .card-widget-item:hover .card-content {
      background: none !important; }
    #hotButtons .card-widget-item:hover .card-widget-title {
      text-shadow: 0 0 10px rgba(0, 0, 0, 0.7); }
    #hotButtons .card-widget-item:first-child .card-content {
      border-radius: 50%;
      background: rgba(209, 22, 25, 0.8); }
    #hotButtons .card-widget-item:nth-child(2) .card-content {
      border-radius: 50%;
      background: rgba(35, 134, 199, 0.8); }
    #hotButtons .card-widget-item:nth-child(3) .card-content {
      border-radius: 50%;
      background: rgba(10, 122, 51, 0.8); }
    #hotButtons .card-widget-item:nth-child(4) .card-content {
      border-radius: 50%;
      background: rgba(0, 58, 95, 0.8); }
    #hotButtons .card-widget-item:before {
      content: '';
      background: url("images/circle-hold.png") no-repeat;
      width: 93px;
      height: 68px;
      display: block;
      position: absolute;
      top: -65px;
      left: 0;
      right: 0;
      margin: 0 auto; }
      .saffireMobileSize #hotButtons .card-widget-item:before {
        width: 47px;
        height: 40px;
        background-size: contain;
        top: -33px; }
  #hotButtons .image-container {
    background-size: contain; }
  #hotButtons .image-container.lozad {
    width: 100%;
    border-radius: 50%;
    text-decoration: none; }
  #hotButtons .card-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
    height: 100%; }
  #hotButtons .card-widget-title {
    position: static;
    display: block;
    width: 100%;
    font: 32px "BubblegumSans-Regular", Arial, Verdana, sans-serif;
    color: #fff;
    text-decoration: none; }
    .saffireMobileSize #hotButtons .card-widget-title {
      font-size: 18px; }
  #hotButtons .card-widget-description {
    display: none; }
  #hotButtons .buttonwrap {
    display: none; }

#infoCards {
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 320px;
  margin: 0 30px 0 36px;
  padding: 0;
  flex-direction: column; }
  @media screen and (max-width: 1300px) {
    #infoCards {
      margin: 15px 0; } }
  .saffireMobileSize #infoCards {
    margin: 22px 0 17px; }
  #infoCards .card-widget-item {
    box-sizing: border-box;
    display: flex;
    background: #003A5F;
    width: 320px;
    height: 105px;
    margin: 0 0 8px;
    padding-left: 15px;
    text-decoration: none;
    align-items: center;
    border: 3px solid #fff; }
    #infoCards .card-widget-item:hover {
      background: #0b92e0; }
  #infoCards .image-container {
    box-sizing: border-box;
    position: static;
    display: inline-block;
    width: 79px; }
    #infoCards .image-container .card-widget-image {
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
      max-width: 67px;
      max-height: 64px;
      opacity: 0.3; }
  #infoCards .card-content {
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center; }
  #infoCards .card-widget-title {
    position: static;
    display: block;
    width: 100%;
    font: 32px "BubblegumSans-Regular", Arial, Verdana, sans-serif;
    color: #fff; }
  #infoCards .card-widget-description {
    font: 17px "BitterRegular", Arial, Verdana, sans-serif;
    color: #4d4d4d;
    padding: 10px; }
  #infoCards .buttonwrap {
    position: absolute;
    bottom: 15px; }
    #infoCards .buttonwrap a {
      margin: 0 5px; }

#multiScheduleFeature {
  box-sizing: border-box;
  display: flex;
  width: 100%;
  max-width: 455px;
  box-sizing: border-box;
  position: relative;
  flex-direction: column; }
  .saffireMobileSize #multiScheduleFeature {
    margin: 0 auto;
    padding: 2px 11px;
    max-width: 400px;
    justify-content: center; }
  #multiScheduleFeature .multiFeatureContent {
    width: 100%; }
  #multiScheduleFeature .featureItem {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    transition: 0.3s;
    position: relative;
    margin: 0 0 4px;
    width: 100%;
    height: 125px; }
    #multiScheduleFeature .featureItem.not-purchaseable .button-container {
      display: none; }
    .saffireMobileSize #multiScheduleFeature .featureItem {
      height: 79px;
      margin: 0 0 4px; }
    #multiScheduleFeature .featureItem:hover .featureItemTitle {
      background: #0b92e0;
      color: #fff; }
    #multiScheduleFeature .featureItem .featureItemTitle {
      font-family: "BitterRegular", Arial, Verdana, sans-serif;
      font-size: 20px;
      order: 2;
      width: 83.3%;
      height: 100%;
      color: #3e3e3d;
      background: #fff;
      line-height: 20px;
      flex-wrap: nowrap;
      margin-left: auto;
      display: flex;
      align-items: center;
      box-sizing: border-box;
      padding: 14px; }
      .saffireMobileSize #multiScheduleFeature .featureItem .featureItemTitle {
        padding: 14px 30px 12px 11px;
        font-size: 14px; }
    #multiScheduleFeature .featureItem .featureItemDate {
      font-family: "BitterRegular", Arial, Verdana, sans-serif;
      font-size: 16px;
      order: 1;
      color: #fff;
      background: #003A5F;
      display: flex;
      flex-direction: column;
      text-transform: uppercase;
      width: 95px;
      height: 100%;
      box-sizing: border-box;
      padding: 5px 0 0;
      justify-content: center;
      text-align: center;
      line-height: 1;
      margin-right: 4px; }
      .saffireMobileSize #multiScheduleFeature .featureItem .featureItemDate {
        width: 76px;
        font-size: 12px;
        padding: 0;
        margin-right: 3px; }
      #multiScheduleFeature .featureItem .featureItemDate span {
        font-size: 40px;
        font-weight: 700;
        margin: 3px 0 0;
        text-transform: uppercase;
        font-family: "BubblegumSans-Regular", Arial, Verdana, sans-serif; }
        .saffireMobileSize #multiScheduleFeature .featureItem .featureItemDate span {
          font-size: 31px;
          margin-top: 3px; }
  #multiScheduleFeature span.featureItemDescription {
    overflow: hidden;
    padding-left: 62px;
    max-height: 16px;
    order: 3;
    line-height: 16px;
    font-family: "BubblegumSans-Regular", Arial, Verdana, sans-serif;
    color: #fff;
    font-size: 15px;
    display: none !important; }
  #multiScheduleFeature .event-btn-wrap {
    display: flex;
    align-items: center;
    position: absolute;
    top: -1px;
    right: 0; }
    .saffireMobileSize #multiScheduleFeature .event-btn-wrap {
      position: static; }
  #multiScheduleFeature .all-events-btn {
    text-transform: uppercase;
    font-family: "BubblegumSans-Regular", Arial, Verdana, sans-serif;
    font-size: 0;
    color: #000 !important; }
    #multiScheduleFeature .all-events-btn:before {
      content: "VIEW ALL EVENTS";
      font-family: "BubblegumSans-Regular", Arial, Verdana, sans-serif;
      font-size: 18px;
      line-height: 1;
      color: #003A5F;
      background: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
      width: 178px;
      height: 44px;
      box-sizing: border-box;
      border-radius: 10px; }
    #multiScheduleFeature .all-events-btn:hover:before {
      background: #003A5F;
      color: #fff; }
  #multiScheduleFeature .button-container {
    position: absolute;
    right: 0;
    top: 0; }
    #multiScheduleFeature .button-container:after {
      content: "";
      border-top: 69px solid #d2171a;
      border-left: 69px solid transparent;
      width: 0;
      height: 0;
      position: absolute;
      top: 0;
      right: 0; }
      .saffireMobileSize #multiScheduleFeature .button-container:after {
        border-top: 53px solid #d2171a;
        border-left: 53px solid transparent; }
    #multiScheduleFeature .button-container a {
      border: none !important;
      background: none !important;
      font-family: "BubblegumSans-Regular", Arial, Verdana, sans-serif !important;
      font-size: 16px !important;
      line-height: 1 !important;
      color: #fff !important;
      position: relative;
      z-index: 1;
      padding: 9px 0 0 !important;
      width: 39px;
      text-transform: uppercase; }
      .saffireMobileSize #multiScheduleFeature .button-container a {
        font-size: 12px !important;
        width: 30px !important; }
  #multiScheduleFeature .multi-feature-title {
    font-family: "BubblegumSans-Regular", Arial, Verdana, sans-serif;
    font-size: 40px;
    line-height: 1;
    color: #003A5F;
    margin: 0 0 20px;
    text-transform: uppercase; }
    .saffireMobileSize #multiScheduleFeature .multi-feature-title {
      font-size: 30px;
      margin: 0 0 23px; }

/* Set the container ID*/
/* Size the container*/
/* Size the images*/
/* Format titles*/
/* Format arrows*/
#sponsorWidgetContainer {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 90px 20px; }
  .saffireMobileSize #sponsorWidgetContainer {
    padding: 0; }
  #sponsorWidgetContainer .sponsorWidgetContainer {
    padding-top: 17px; }
    .saffireMobileSize #sponsorWidgetContainer .sponsorWidgetContainer {
      padding-top: 8px;
      padding-bottom: 53px; }
    #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: none;
    max-height: 120px; }
    .saffireMobileSize #sponsorWidgetContainer .sponsorCarouselImage img {
      max-width: 104px;
      max-height: 85px; }
  #sponsorWidgetContainer #majorSponsorImageContainer.majorSponsorImage {
    max-width: 289px;
    padding: 0; }
  #sponsorWidgetContainer #sponsorsTitleContainer {
    position: static;
    width: 100%;
    text-align: center;
    top: 0; }
    #sponsorWidgetContainer #sponsorsTitleContainer .homepageh1 {
      font-family: "BubblegumSans-Regular";
      font-size: 30px;
      color: #2e8cc0;
      text-shadow: none; }
      .saffireMobileSize #sponsorWidgetContainer #sponsorsTitleContainer .homepageh1 {
        font-size: 21px; }
  #sponsorWidgetContainer #majorSponsorTitleContainer {
    position: static;
    width: 100%;
    text-align: center;
    top: 0; }
    #sponsorWidgetContainer #majorSponsorTitleContainer .homepageh1 {
      font: 40px "BubblegumSans-Regular", Arial, Verdana, sans-serif;
      color: #2e8cc0;
      margin: 0 0 30px; }
      .saffireMobileSize #sponsorWidgetContainer #majorSponsorTitleContainer .homepageh1 {
        font-size: 30px;
        padding: 0; }
  #sponsorWidgetContainer .majorSponsor {
    justify-content: center;
    margin: 0 0 41px; }
    .saffireMobileSize #sponsorWidgetContainer .majorSponsor {
      margin: 0 0 52px; }
    #sponsorWidgetContainer .majorSponsor img {
      max-height: 130px; }
  #sponsorWidgetContainer #sponsorArrowRight {
    right: 58px;
    bottom: 17%;
    transform: translateY(-50%); }
    .saffireMobileSize #sponsorWidgetContainer #sponsorArrowRight {
      display: none; }
    #sponsorWidgetContainer #sponsorArrowRight span {
      background: url("images/sponsor-right.png") no-repeat;
      width: 18px;
      height: 29px;
      display: block;
      border: none;
      opacity: 0.5; }
  #sponsorWidgetContainer #sponsorArrowLeft {
    left: 58px;
    bottom: 17%;
    transform: translateY(-50%); }
    .saffireMobileSize #sponsorWidgetContainer #sponsorArrowLeft {
      display: none; }
    #sponsorWidgetContainer #sponsorArrowLeft span {
      background: url("images/sponsor-left.png") no-repeat;
      width: 18px;
      height: 29px;
      display: block;
      border: none;
      opacity: 0.5; }
  #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 0 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; }

#majorSponsorTitleContainer .homepageh1 {
  font-size: 30px; }

.sponsorCarouselImageContainer a {
  margin: 0 30px; }
  .saffireMobileSize .sponsorCarouselImageContainer a {
    margin: 0 12px; }

#sponsorWidgetContainer .sponsorWidgetContainer:not(.animate) .sponsor-controls-container {
  display: none; }

#videoSection {
  position: relative;
  display: inline-block;
  width: 460px;
  max-width: 460px;
  vertical-align: top;
  float: none;
  overflow: hidden; }
  .saffireMobileSize #videoSection {
    max-width: 100%; }
  #videoSection.single-video #arrow-container {
    display: none; }

#videoWidget {
  box-sizing: border-box;
  position: relative;
  height: 0;
  width: 100%;
  max-width: 460px;
  padding-bottom: 56.3%;
  text-align: center; }
  .saffireMobileSize #videoWidget {
    padding-bottom: 46.3%; }
  #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; }

@keyframes spin {
  100% {
    transform: rotate(360deg); } }
.header .emailSignup {
  display: inline-flex;
  align-items: center; }
  .header .emailSignup .emailInputField input {
    height: 30px;
    width: 170px;
    padding: 0 5px;
    font-size: 14px;
    font-family: "BitterRegular", Arial, Verdana, sans-serif;
    border-radius: 0 !important;
    width: 0;
    padding: 0;
    transition: 0.2s; }
    .header .emailSignup .emailInputField input:focus {
      width: 170px;
      padding: 0 5px;
      transition: 0.2s; }
  .header .emailSignup .emailSubmitButton {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    padding: 0 10px;
    background: #999;
    border-radius: 0 !important;
    font-size: 14px;
    font-family: "BitterRegular", Arial, Verdana, sans-serif;
    width: 35px;
    padding: 0;
    font-size: 0; }
    .header .emailSignup .emailSubmitButton:before {
      content: "\f0e0";
      display: block;
      font-size: 18px;
      font-family: "FontAwesome";
      line-height: 1;
      color: #000; }
    .header .emailSignup .emailSubmitButton:hover {
      background: #aaa; }
  .header .emailSignup:hover .emailInputField input {
    width: 170px;
    padding: 0 5px;
    transition: 0.2s; }

.saffireMobileSize .header .emailSignup {
  position: static;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px; }
  .saffireMobileSize .header .emailSignup:before {
    content: "\f0e0";
    position: static;
    line-height: 1;
    font-size: 26px;
    color: #eee; }

.modalClose > a.modalCloseButton {
  margin-right: 5px;
  border-radius: 50%;
  top: -47px;
  position: relative;
  right: -15px;
  font-size: 16px;
  line-height: 17px;
  min-width: 31px !important; }
  .modalClose > a.modalCloseButton:hover {
    background: #2EC5F4; }

.saffireMobileSize .ui-dialog {
  max-width: 94%; }

.saffireMobileSize #dynamicModal,
.saffireMobileSize .modal.nested {
  max-height: 66vh !important;
  overflow-y: hidden !important; }

.modalContent.emailSignupThankYouMessage,
.modalContent.emailSignupThankYouMessage h1 {
  line-height: 1; }

.skiptranslate.goog-te-gadget span:nth-child(4) {
  display: none; }

div#google_translate_element .skiptranslate.goog-te-gadget:nth-child(2) {
  display: none !important;
  opacity: 0 !important;
  z-index: -1 !important; }

.header #google_translate_element {
  position: relative;
  left: 0;
  top: 0;
  margin-left: 14px; }
  @media screen and (max-width: 1100px) {
    .header #google_translate_element {
      margin: 0; } }
  .header #google_translate_element .skiptranslate.goog-te-gadget {
    margin-left: 10px;
    margin-right: 22px; }
    @media screen and (max-width: 1100px) {
      .header #google_translate_element .skiptranslate.goog-te-gadget {
        margin-left: 0;
        margin-right: 8px; } }
  .saffireMobileSize .header #google_translate_element {
    display: none; }
  .header #google_translate_element .goog-te-gadget-simple .goog-te-menu-value span {
    text-decoration: none;
    color: #003a5f !important;
    width: 4px;
    height: 5px;
    font-size: 12px;
    margin-left: 3px;
    font-family: "BitterRegular", Arial, Verdana, sans-serif; }
  .header #google_translate_element .goog-te-gadget-simple {
    border: none;
    padding-bottom: 0; }
  .header #google_translate_element span[aria-hidden="true"]:after {
    content: '';
    width: 0;
    height: 0;
    border-top: 8px solid #103252;
    border-left: 7px solid transparent;
    border-right: 6px solid transparent;
    position: absolute;
    top: 41%; }
  .header #google_translate_element span[aria-hidden="true"] {
    font-size: 0;
    font-size: 0 !important; }
  .header #google_translate_element .goog-te-gadget img {
    display: none; }

img.blinky {
  position: absolute;
  top: 56px;
  left: 100%;
  z-index: 99;
  animation-duration: 5s; }
  @media screen and (max-width: 1343px) {
    img.blinky {
      display: none; } }

.hot-btn-wrapper.in-view img.blinky {
  animation-name: run; }

@keyframes run {
  0% {
    left: 0; }
  100% {
    left: 100%; } }
.seats-container .seat-info span:not(:first-child) {
  display: none; }

.checkout-cart__product__details div[ng-show="childCartItem.Line3Value"] {
  display: none; }

body.subpage-blinky {
  background: #000131 url("images/blinky-bg.jpg") center top/cover no-repeat;
  background-attachment: fixed; }
  body.subpage-blinky:not(.saffireWindowScrolled) #mainNavigation .group a {
    color: #fff; }
  body.subpage-blinky:not(.saffireWindowScrolled) #mainNavigation .group:hover .items,
  body.subpage-blinky:not(.saffireWindowScrolled) #mainNavigation .group:hover .subitems {
    background: #fff;
    box-shadow: 0 3px 5px 0px #6f7f8a4f; }
    body.subpage-blinky:not(.saffireWindowScrolled) #mainNavigation .group:hover .items a,
    body.subpage-blinky:not(.saffireWindowScrolled) #mainNavigation .group:hover .subitems a {
      color: #003A5F; }
    body.subpage-blinky:not(.saffireWindowScrolled) #mainNavigation .group:hover .items .item:hover > a,
    body.subpage-blinky:not(.saffireWindowScrolled) #mainNavigation .group:hover .subitems .item:hover > a {
      background: rgba(126, 194, 233, 0.2); }
  body.subpage-blinky:not(.saffireWindowScrolled) #mainNavigation .group:hover a {
    background: #fff;
    color: #003A5F; }

body:not(.homepage).subpage-blinky .header-logo {
  background: url("images/blinky-logo.png") center center/contain no-repeat;
  width: 232px !important;
  height: 222px !important;
  left: -50px; }
body:not(.homepage).subpage-blinky.saffireWindowScrolled .header-logo {
  left: -35px; }
body:not(.homepage).subpage-blinky .content {
  margin-top: 200px; }
body:not(.homepage).subpage-blinky.saffireMobileSize .header-logo {
  width: 164px !important;
  height: 164px !important;
  left: -34px;
  top: -12px; }
@media screen and (max-width: 600px) {
  body:not(.homepage).subpage-blinky.saffireMobileSize a.ticket, body:not(.homepage).subpage-blinky.saffireMobileSize a.ticket:hover {
    max-width: 130px;
    text-align: center; } }

div.desktopStyle .subpage-blinky {
  background: #fff !important; }

body.splashpage-active {
  overflow: hidden; }

#splash {
  width: 100vw;
  height: 100vh;
  max-width: 100%;
  max-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #62b1da;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999999;
  background: url("images/splash-bg-d.jpg") center center/cover no-repeat fixed; }
  @media screen and (orientation: portrait) {
    #splash {
      flex-direction: column;
      background: url("images/splash-bg-m.jpg") center center/cover no-repeat fixed; } }

.splash__left,
.splash__right {
  box-sizing: border-box;
  flex: 1 1 50%;
  max-width: 100%;
  display: flex;
  align-items: flex-start;
  height: 100%;
  padding-top: 1em;
  box-sizing: border-box;
  padding: 1em 4em; }
  @media screen and (orientation: portrait) {
    .splash__left,
    .splash__right {
      padding: 4em 2em; } }

.splash__left {
  justify-content: center; }
  @media screen and (orientation: portrait) {
    .splash__left {
      justify-content: center;
      align-items: flex-end; } }
  .splash__left img {
    padding-bottom: 1em; }

.splash__right {
  justify-content: center; }
  @media screen and (orientation: portrait) {
    .splash__right {
      justify-content: center;
      align-items: flex-start;
      padding-top: 2em; } }

.splash__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center; }
  .splash__inner span {
    font: 25px/1 'BitterRegular';
    color: #fff;
    margin-top: 25px; }
  .splash__inner .splash__img-wrapper {
    width: 532px;
    height: 670px;
    max-height: 62vh;
    display: flex;
    align-items: flex-end;
    justify-content: center; }
    @media screen and (max-width: 1500px) {
      .splash__inner .splash__img-wrapper {
        width: 350px;
        height: 550px; } }
    @media screen and (orientation: portrait) {
      .splash__inner .splash__img-wrapper {
        max-height: 25vh; } }
    @media screen and (max-width: 850px) {
      .splash__inner .splash__img-wrapper {
        width: 200px; } }
  .splash__inner img {
    box-sizing: border-box;
    display: block;
    max-width: 100%;
    max-height: 100%; }
  .splash__inner .button {
    margin-top: 1em;
    background: #d2171a; }
    @media screen and (orientation: landscape) and (min-width: 850px) {
      .splash__inner .button {
        font-size: 30px; } }
    .splash__inner .button:hover, .splash__inner .button:focus {
      background: #a41214; }

/*# sourceMappingURL=theme.css.map */
