@charset "UTF-8";
@import url("https://use.typekit.net/umb3cvj.css");
/************** 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: "PridiBold";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/PridiBold.woff2") format("woff2"), url("fonts/PridiBold.woff") format("woff");
}
@font-face {
  font-family: "Pridi-Light";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/Pridi-Light.woff2") format("woff2"), url("fonts/Pridi-Light.woff") format("woff");
}
@font-face {
  font-family: "RobotoSlabLight";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/RobotoSlabLight.woff2") format("woff2"), url("fonts/RobotoSlabLight.woff") format("woff");
}
@font-face {
  font-family: "RobotoSlabBold";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/RobotoSlabBold.woff2") format("woff2"), url("fonts/RobotoSlabBold.woff") format("woff");
}
@font-face {
  font-family: "RobotoSlabRegular";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/RobotoSlabRegular.woff2") format("woff2"), url("fonts/RobotoSlabRegular.woff") format("woff");
}
/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none;
}

.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 0.5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 0.1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

.owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

.owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}

.owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

.owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}

.owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  display: none;
}

.owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}

.owl-dots .owl-dot.active span, .owl-dots .owl-dot:hover span {
  background: #869791;
}

/*!
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: #000;
  font: 16px/1.5 "OpenSans-Light-webfont", Arial, Verdana, sans-serif;
}

b,
strong {
  font-family: "OpenSans-Bold-webfont";
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "brother-1816";
  font-weight: 700;
  color: #3A4E8C;
  line-height: 1.2;
  margin: 0 0 0.67em;
  letter-spacing: 1px;
  text-transform: capitalize;
}

h1 {
  color: #A7202D;
}
h1 {
  font-size: 29px;
}
@media screen and (min-width: 450px) {
  h1 {
    font-size: calc(29px + 21 * (100vw - 450px) / 916);
  }
}
@media screen and (min-width: 1366px) {
  h1 {
    font-size: 50px;
  }
}

h2 {
  color: #A7202D;
}
h2 {
  font-size: 26px;
}
@media screen and (min-width: 450px) {
  h2 {
    font-size: calc(26px + 10 * (100vw - 450px) / 916);
  }
}
@media screen and (min-width: 1366px) {
  h2 {
    font-size: 36px;
  }
}

h3 {
  font-size: 23px;
}
@media screen and (min-width: 450px) {
  h3 {
    font-size: calc(23px + 3 * (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 + 4 * (100vw - 450px) / 916);
  }
}
@media screen and (min-width: 1366px) {
  h4 {
    font-size: 24px;
  }
}

h5 {
  font-size: 18px;
}
@media screen and (min-width: 450px) {
  h5 {
    font-size: calc(18px + 2 * (100vw - 450px) / 916);
  }
}
@media screen and (min-width: 1366px) {
  h5 {
    font-size: 20px;
  }
}

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: #3A4E8C;
  text-decoration: underline;
}

.footer a,
.header a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

span.printEvent {
  line-height: 10px;
}

.featureLineupContainer:hover .featureLineup-more {
  opacity: 1;
}

.featureLineup-more {
  top: 240px;
}

.freeFormTextBoxNotification {
  display: none !important;
}

span#MainContent_content_smp_breadcrumbs {
  display: none;
}

.featureLineupContainer .button {
  font-size: 16.5px;
  color: #fff;
  transition: all 0.1s linear;
  border: 2px solid #fff;
  background: #a7202d;
}

.featureLineup-text {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.featureLineup-more {
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}

.featureLineupContainer .subContainer {
  background: transparent;
  padding: 0;
}

.featureLineup-buttons.subContainer {
  box-shadow: 2px 2px 5px #000;
}

/***************** CONTAINERS **************************/
body {
  background: url("") #fff no-repeat fixed;
  background-size: cover;
  overflow-x: hidden;
}

.wrapper {
  width: 100%;
}

.homepage.saffireMobileSize .wrapper {
  padding: 154px 0 0;
}
.homepage.saffireMobileSize.siteInfoBannerOff.siteInfoBannerWidgetNoThankYouMessage .wrapper {
  padding: 64px 0px 0px;
}
.homepage.saffireMobileSize.generalMessageOn.siteInfoBannerOff.siteInfoBannerWidgetNoThankYouMessage .wrapper {
  padding: 144px 0px 0px;
}
.homepage.saffireMobileSize.generalMessageOn .wrapper {
  padding: 194px 0 0;
}
.homepage.saffireLargeSize.generalMessageOn .wrapper {
  padding: 80px 0 0;
}

body:not(.homepage).saffireLargeSize .wrapper {
  padding: 154px 0 0;
}
body:not(.homepage).saffireMobileSize .wrapper {
  padding: 150px 0 0;
}
body:not(.homepage) .content {
  position: relative;
  max-width: calc(1430px - 15px - 15px);
  margin: 30px auto 60px;
  padding: 15px 15px 15px 15px;
  background: #fff;
}

.saffireLargeSize.homepage .content {
  margin: 110px auto 0px;
  padding-top: 0px;
}

.saffireMobileSize.homepage .content {
  position: relative;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
  background: none;
}

.subContainer {
  background: #F4F4F4;
  color: #000;
  box-shadow: 2px 2px 5px #000;
}
.subContainer .error {
  color: #000;
}

.dateDisplayBar,
.dateDisplay {
  background: #3A4E8C;
  color: #fff;
}
.dateDisplayBar a,
.dateDisplay a {
  color: #fff;
}

#google_translate_element {
  /* |%  Google translate position */
  top: 15px;
  right: 30px;
}

.orderhistory {
  background: #3A4E8C;
}

.orderhistory th {
  color: #fff;
  padding: 8px 3px;
}

.alternateRow {
  background: #F4F4F4;
}

.listingItem {
  background: #F4F4F4;
  border-bottom: 1px solid #dbdbdb;
}
.listingItem:hover {
  background: #fcfcfc;
}

.header-inner {
  max-width: 1502px;
  margin: 0 auto;
  position: relative;
}

.header-right-content {
  display: flex;
  justify-content: flex-end;
  padding-right: 144px;
}
@media screen and (max-width: 1576px) {
  .header-right-content {
    padding-right: 100px;
  }
}

.parallax-slider {
  width: 1196px !important;
  height: 770px !important;
}

.parallax-mirror {
  z-index: 3;
}

#floater {
  background: url("images/hat-bg.png") no-repeat top 50px center;
  width: 1195px;
  height: 717px;
  display: block;
  margin: 0 auto;
  display: block;
  height: -webkit-fill-available;
  position: absolute;
  left: 0;
  right: 0;
}
.saffireMobileSize #floater {
  box-sizing: border-box;
  background: url("images/mobile-hat.png") no-repeat top 50px center;
  width: 366px;
  top: 0 !important;
  display: block;
}

.mid-content {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 123px 0 502px;
}
.saffireMobileSize .mid-content {
  padding: 10px 0 502px;
  box-sizing: border-box;
}

.mid-content-wrap {
  position: relative;
  overflow: hidden;
  border-bottom-right-radius: 71% 209px;
  border-bottom-left-radius: 29% 25px;
  border-top-right-radius: 0 226px;
  border-top-left-radius: 104% 240px;
  margin: 55px 0 0;
}
.mid-content-wrap:before {
  content: "";
  background: url("images/mid-bg.jpg") no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  bottom: 0;
}
.mid-content-wrap .saffireLargeSize {
  padding: 0 28px;
}
@media screen and (max-width: 1400px) {
  .mid-content-wrap {
    border-bottom-right-radius: 71% 209px;
    border-top-right-radius: 0 184px;
    border-top-left-radius: 120% 158px;
  }
}
.saffireMobileSize .mid-content-wrap {
  border-bottom-right-radius: 71% 209px;
  border-top-right-radius: 0 184px;
  border-top-left-radius: 137% 158px;
  margin: 27px 0 0;
  padding: 0 10px;
}

.black-container {
  background: rgba(0, 0, 0, 0.6);
  width: 1000px;
  margin: 101px auto 97px;
  position: relative;
  max-width: 98%;
}
.saffireMobileSize .black-container {
  max-width: 100%;
}

.header-left-content {
  display: flex;
  flex-direction: column;
  position: absolute;
  left: 1px;
  top: 3px;
}
.saffireMobileSize .header-left-content {
  position: relative;
  left: 0;
}

.countdown-container {
  max-width: 487px;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  display: flex;
}

.footer-content {
  position: relative;
}

.footer-top {
  box-sizing: border-box;
  padding: 10px 15px 17px;
}
.footer-top .footer-inner {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 0 15px 0 0;
}
.saffireMobileSize .footer-top .footer-inner {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.footer-top .footer-inner .footer-left-content {
  padding: 11px 0 0;
}
.footer-top .footer-inner .footer-left-content .footer-info {
  margin: 0;
}
.saffireMobileSize .footer-top .footer-inner .footer-left-content .footer-info {
  display: none;
}
.footer-top .footer-inner .link-container {
  display: flex;
}
@media screen and (max-width: 1250px) {
  .footer-top .footer-inner .link-container {
    flex-direction: column;
    width: 100%;
  }
}
.footer-top .footer-inner .link-container .email-link {
  font-size: 14px;
  margin: 0 36px 0 0;
}
.saffireMobileSize .footer-top .footer-inner .link-container .email-link {
  margin: 0;
  text-align: center;
}

.footer-bottom {
  background: #3A4E8C;
  border-top: 6px solid #fff;
  box-sizing: border-box;
  padding: 0 10px;
}

.eventsMode.homepage .wrapper div#cardWidgetFeature {
  display: none !important;
}
.eventsMode.homepage .wrapper h2.texasTitle {
  margin: 40px 0 3px !important;
}
.eventsMode.homepage .wrapper .mid-content {
  padding: 123px 0;
}

.eventsMode.saffireMobileSize.homepage .wrapper .mid-content {
  padding: 10px 0 158px;
}

.saffireMobileSize.eventsMode .mid-content-wrap {
  border-bottom-right-radius: 276% 209px !important;
}

.generalmessage {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  background: #A7202D;
  font-family: "OpenSans-Light-webfont", 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: rgba(242, 218, 189, 0.8);
  position: fixed;
  z-index: 99999999;
  top: 0;
}
.header #headerTopContentInner {
  position: relative;
}

.headerInnerContent {
  box-sizing: border-box;
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}

.saffireMobileSize .header {
  height: auto;
  background: #a7202d;
  z-index: 99999999;
  top: 0;
  position: fixed;
}
.saffireMobileSize .headerInnerContent {
  height: auto;
}

.saffireMobileSize .logo-wrap {
  min-height: 69px;
}

.header-logo {
  display: block;
  width: 364px;
  height: 168px;
  background: url("images/logo.png") center/contain no-repeat;
  margin: 8px 0 14px;
  transition: 0.3s ease;
}
.saffireLargeSize .header-logo {
  position: absolute;
  left: -50px;
  top: -70px;
}
.saffireMobileSize .header-logo {
  width: 135px;
  height: 65px;
  margin: -1px 0 5px 4px;
  background-image: url("images/logo-white.png");
}
@media screen and (max-width: 1080px) {
  .header-logo {
    width: 311px;
    height: 140px;
  }
}
@media screen and (max-width: 1630px) {
  .header-logo {
    left: -5px !important;
    top: -55px !important;
  }
}
@media screen and (max-width: 1520px) {
  .header-logo {
    margin: 8px 0 14px 10px;
  }
}
.saffireWindowScrolled .header-logo, body:not(.homepage) .header-logo {
  width: 131px;
  height: 85px;
  margin: 8px 10px 0;
  background: url("images/logo-inner-page.png") center center/contain no-repeat;
}
.saffireLargeSize.saffireWindowScrolled .header-logo {
  position: fixed;
  top: 10px !important;
  left: 145px;
}

.ticket {
  background: url("images/white-ticket-bg.png") no-repeat;
  display: flex;
  position: fixed;
  right: 0;
  top: 0;
  font-size: 36px;
  color: #fff;
  text-transform: uppercase;
  font-family: "brother-1816";
  font-weight: 700;
  display: flex;
  flex-direction: column;
  line-height: 1;
  align-items: center;
  text-align: center;
  width: 100px;
  height: 181px;
  padding: 5px 12px 0 75px;
  letter-spacing: 1px;
}
@media screen and (max-width: 1095px) {
  .ticket {
    width: 88px;
    height: 145px;
    padding: 13px 13px 16px 72px;
    background-size: contain;
    font-size: 30px;
  }
}
.ticket span {
  font-size: 26px;
}
@media screen and (max-width: 1095px) {
  .ticket span {
    font-size: 24px;
  }
}
.ticket:hover {
  background: url("images/white-ticket-hover.png") no-repeat;
  display: flex;
  position: fixed;
  right: 0;
  top: 0;
  font-size: 36px;
  color: #3A4E8C;
  text-transform: uppercase;
  font-family: "brother-1816";
  font-weight: 700;
  display: flex;
  flex-direction: column;
  line-height: 1;
  align-items: center;
  text-align: center;
  width: 100px;
  height: 181px;
  padding: 5px 12px 0 75px;
}
@media screen and (max-width: 1095px) {
  .ticket:hover {
    width: 88px;
    height: 145px;
    padding: 13px 13px 16px 72px;
    background-size: contain;
    font-size: 30px;
  }
}

.saffireMobileSize a.ticket {
  display: none;
}
.saffireMobileSize a.ticket:hover {
  background: #670000;
  color: #fff;
  font-family: "brother-1816";
  font-size: 18px;
}

.header .searchBox:not(.clonedSearchBox) {
  display: inline-flex;
  align-items: center;
  position: absolute;
  z-index: 9999;
  top: 15px;
  left: auto;
  right: 250px;
}
.header .searchBox:not(.clonedSearchBox) .searchBoxInput {
  position: absolute;
  right: 100%;
  top: 0px;
}
.header .searchBox:not(.clonedSearchBox) .searchBoxInput input {
  height: 30px;
  width: 170px;
  padding: 0 5px;
  font-size: 14px;
  font-family: "OpenSans-Light-webfont", Arial, Verdana, sans-serif;
  border-radius: 0 !important;
  outline: none;
  width: 0;
  padding: 0;
  transition: 0.2s;
}
.header .searchBox:not(.clonedSearchBox) .searchBoxInput input:focus {
  width: 170px;
  padding: 0 5px;
  transition: 0.2s;
}
.header .searchBox:not(.clonedSearchBox) .searchSubmitButton {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  padding: 0 10px;
  background: transparent;
  border-radius: 0 !important;
  font-size: 14px;
  font-family: "OpenSans-Light-webfont", Arial, Verdana, sans-serif;
  border: none;
  width: 35px;
  padding: 0;
  font-size: 0;
}
.header .searchBox:not(.clonedSearchBox) .searchSubmitButton:before {
  content: "";
  background: url("images/search-icon.png") no-repeat;
  width: 21px;
  height: 21px;
  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;
}

.saffireMobileSize .header .searchBox:not(.clonedSearchBox) {
  position: relative;
  align-items: center;
  justify-content: center;
  width: 50px;
  display: none;
  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;
  position: absolute;
  left: auto;
  top: 5px;
  right: 195px;
}
.saffireLargeSize .viewcart .cartMenuLink {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  color: rgba(255, 255, 255, 0.7);
}
.saffireLargeSize .viewcart .cartMenuLink:before {
  content: "\f07a";
  position: relative;
  margin-right: 5px;
  font-family: "FontAwesome";
  font-size: 26px;
  line-height: 1;
  color: rgba(255, 255, 255, 0.7);
}

.saffireMobileSize .viewcart {
  display: none;
}
.saffireMobileSize .viewcart .cartMenuLink {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  color: #eee;
}
.saffireMobileSize .viewcart .cartMenuLink:before {
  content: "\f07a";
  position: relative;
  margin-right: 5px;
  font-family: "FontAwesome";
  font-size: 26px;
  line-height: 1;
  color: inherit;
}

.mobile-nav-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  vertical-align: top;
  position: absolute;
  right: 8px;
  margin-top: 3px;
  top: 0;
}
.mobile-nav-toggle:before {
  content: "";
  background: url("images/mob-nav.png") no-repeat center;
  display: block;
  position: relative;
  top: 2px;
  font-family: "FontAwesome";
  font-size: 28px;
  line-height: 1;
  color: #fff;
  width: 20px;
  height: 20px;
}
.mobile-nav-toggle:hover {
  cursor: pointer;
}

.saffireWindowScrolled.saffireMobileSize .header-logo,
body:not(.homepage).saffireMobileSize .header-logo {
  width: 78px;
  height: 50px;
  margin: 7px 10px 10px;
}

.saffireLargeSize .mobile-nav-toggle {
  display: none;
}

.saffireLargeSize .nav {
  margin-right: 7px;
}
.saffireLargeSize .nav .groups {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  height: 50px;
}
.saffireLargeSize .nav .groups .group {
  display: inline-block;
  flex-shrink: 0;
  margin: 0 7px;
  perspective: 1000px;
}
@media screen and (max-width: 1080px) {
  .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: 9px 20px;
  letter-spacing: 1px;
  background: none;
  font-family: "brother-1816", Arial, Verdana, sans-serif;
  font-size: 21px;
  font-weight: 700;
  color: #3A4E8C;
  text-transform: uppercase;
}
@media screen and (max-width: 1230px) {
  .saffireLargeSize .nav .groups .group > a {
    padding: 11px 13px;
    font-size: 19px;
  }
}
@media screen and (max-width: 1080px) {
  .saffireLargeSize .nav .groups .group > a {
    padding: 13px 12px;
    font-size: 16px;
  }
}
@media screen and (max-width: 930px) {
  .saffireLargeSize .nav .groups .group > a {
    padding: 16px 10px;
    font-size: 13px;
  }
}
@media screen and (max-width: 900px) {
  .saffireLargeSize .nav .groups .group > a {
    padding: 16px 7px;
    font-size: 12px;
  }
}
.saffireLargeSize .nav .groups .group:hover > a {
  color: #fff;
  background: rgba(255, 255, 255, 0.2);
}
.saffireLargeSize .nav .items {
  top: 100%;
  left: 0;
  padding: 0;
  background: rgba(167, 32, 45, 0.9);
  animation: rotateMenu 400ms ease-in-out forwards;
  transform-origin: top center;
}
.saffireLargeSize .nav .items .item a {
  padding: 5px 15px;
  color: #fff;
  font-family: "OpenSans-Light-webfont", 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(255, 255, 255, 0.2);
}
.saffireLargeSize .nav .subitems {
  left: 100%;
  padding: 0;
  background: rgba(167, 32, 45, 0.9);
}

@-moz-keyframes rotateMenu {
  0% {
    transform: rotateX(-90deg);
  }
  70% {
    transform: rotateX(20deg);
  }
  100% {
    transform: rotateX(0deg);
  }
}
@-webkit-keyframes rotateMenu {
  0% {
    transform: rotateX(-90deg);
  }
  70% {
    transform: rotateX(20deg);
  }
  100% {
    transform: rotateX(0deg);
  }
}
@-o-keyframes rotateMenu {
  0% {
    transform: rotateX(-90deg);
  }
  70% {
    transform: rotateX(20deg);
  }
  100% {
    transform: rotateX(0deg);
  }
}
@keyframes rotateMenu {
  0% {
    transform: rotateX(-90deg);
  }
  70% {
    transform: rotateX(20deg);
  }
  100% {
    transform: rotateX(0deg);
  }
}
/*********************** FOOTER **************************/
.footer {
  /* set the height of the footer */
  position: relative;
  height: auto;
  width: 100%;
  margin: 0 auto;
  padding: 45px 0 0px;
  background: repeat-x #fff center;
  color: #3A4E8C;
  text-align: left;
}
.footer a {
  color: #3A4E8C;
  text-decoration: none;
}
.footer a:hover {
  text-decoration: underline;
}
.footer ul.footerItems1 {
  margin: 0;
  font-family: "OpenSans-Light-webfont", Arial, Verdana, sans-serif;
  font-size: 14px;
  box-sizing: border-box;
  padding: 0 20px 0 0;
}
.footer ul.footerItems1 li {
  margin: 0 27px 0 0;
  line-height: 21px;
}
@media screen and (max-width: 1400px) {
  .footer ul.footerItems1 li {
    margin: 0 22px 0 0;
  }
}
.footer ul.footerItems1 .separator {
  display: none;
}
.footer .footer-logo {
  background: url("images/footer-logo.png") center/contain no-repeat;
  width: 179px;
  height: 79px;
  display: inline-block;
  margin: 1px 0 0;
}
@media screen and (max-width: 1000px) {
  .footer .footer-logo {
    width: 179px;
    height: 79px;
  }
  .saffireMobileSize .footer .footer-logo {
    margin: 0 auto;
  }
}
.footer ul.footerItems2 {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  max-width: 1400px;
  align-items: center;
  color: #fff;
  font-size: 14px;
  box-sizing: border-box;
  padding: 3px 10px 6px 0;
}
.footer ul.footerItems2 li:last-child {
  position: relative;
  top: -12px;
}
.footer ul.footerItems2 .saffire_logo {
  top: 14px;
}

.saffireMobileSize .footer {
  padding: 44px 0 76px;
}
.saffireMobileSize .footer .footer-top {
  padding: 8px 15px 41px;
}
.saffireMobileSize .footer .footer-top .footer-inner {
  padding: 0;
}
.saffireMobileSize .footer a:hover {
  text-decoration: none;
}
.saffireMobileSize .footer ul.footerItems1 {
  margin-bottom: 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  padding: 0;
}
.saffireMobileSize .footer ul.footerItems1 li {
  margin: 0 0 2px;
}
.saffireMobileSize .footer ul.footerItems1 .separator {
  display: none;
}
.saffireMobileSize .footer .footerSignIn {
  max-width: 300px;
  margin: auto;
}
.saffireMobileSize .footer ul.footerItems2 {
  flex-direction: column;
  text-align: center;
  font-size: 11px;
  padding: 7px 10px 5px 0;
}
.saffireMobileSize .footer ul.footerItems2 .saffire_logo {
  top: 31px;
  right: 25px;
}
.saffireMobileSize .footer ul.footerItems2 li:last-child {
  font-size: 10px;
  box-sizing: border-box;
  padding: 0 0 0 15px;
  top: -29px;
}

.mobile-menu-container {
  background: url("images/toggle-menu-wrapper-bg.jpg") center repeat;
}
.mobile-menu-container .mobile-menu-header {
  background: #3A4E8C;
}
.mobile-menu-container .close-mobile-menu:before {
  display: none;
}
.mobile-menu-container .close-mobile-menu:after {
  content: "\f057";
  font-family: "fontAwesome";
  transform: none;
  background: transparent;
  height: 25px;
  top: 0;
  font-size: 26px;
  color: rgba(255, 255, 255, 0.3);
}
.mobile-menu-container .mobile-menu-subheader {
  border-top: 1px solid #252525;
  border-bottom: 1px solid #252525;
}
.mobile-menu-container .mobile-menu-subheader,
.mobile-menu-container .mobile-menu-subheader-btn {
  background-color: #f2dabd;
  font-size: 30px;
}
.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: #8c8c8c;
}
.mobile-menu-container .mobile-menu-login-showlinks .mobile-menu-login .mobile-menu-subheader-btn,
.mobile-menu-container .mobile-menu-subheader-btn:active {
  background-color: #eac292;
}
.mobile-menu-container .mobile-menu-login-links a {
  font-family: "brother-1816";
}
.mobile-menu-container .cart-counter {
  font-family: "OpenSans-Light-webfont", Arial, Verdana, sans-serif;
}
.mobile-menu-container .search-container {
  border-bottom: 1px solid #252525;
}
.mobile-menu-container .search-container input {
  font-family: "OpenSans-Light-webfont", Arial, Verdana, sans-serif;
}
.mobile-menu-container .search-container .search-submit-btn {
  color: #8c8c8c;
}
.mobile-menu-container .mobile-menu-ticket-btn {
  background-color: #3A4E8C;
  font-family: "brother-1816";
  color: #fff;
  font-size: 16px;
}
.mobile-menu-container .mobile-menu-container .mobile-menu-ticket-btn span {
  margin-left: 5px;
}
.mobile-menu-container .mobile-menu-footer-links a {
  font-family: "OpenSans-Light-webfont", Arial, Verdana, sans-serif;
  color: #fff;
  font-size: 13px;
}

#mobile-nav ul {
  background-color: #252525;
}
#mobile-nav li {
  margin: 0;
}
#mobile-nav li.m-group, #mobile-nav li.m-item, #mobile-nav li.m-subitem {
  border-bottom: 1px solid #252525;
}
#mobile-nav a {
  background-color: #3A4E8C;
  font-family: "brother-1816";
  color: #fff;
  font-size: 16px;
}
#mobile-nav a:hover {
  background-color: #2b3a68;
}
#mobile-nav .has-subitems span {
  background-color: #2b3a68;
  color: #fff;
  flex: 0;
  padding: 0 20px;
}
#mobile-nav .has-subitems span:hover {
  background-color: #eac292;
}

/************************* 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: #3A4E8C;
  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: #000;
}
.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 {
  max-width: 280px;
  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: 24px;
}

.button,
.buttonSmall {
  box-sizing: border-box;
  line-height: 1;
  text-transform: uppercase;
  border-radius: 5px;
  text-decoration: none;
  font-weight: 700 !important;
  font-family: "brother-1816";
  color: #3A4E8C;
  background: transparent;
  border: 2px solid #3A4E8C;
  letter-spacing: 1px;
}

.buttonSmall,
a.buttonSmall.button {
  padding: 4px 9px 2px;
  font-size: 12px;
}

.button:hover,
.buttonSmall:hover {
  background: #3A4E8C;
  color: #fff !important;
}

a.cartMenuRemoveButton.button.buttonSmall,
a.removeButton.buttonSmall,
a.updateButton.buttonSmall {
  font-size: 0.875em;
}

.cartMenu .cartMenuCheckoutButton {
  font-size: 14px;
  padding: 4px 15px !important;
}

/* PAGINATION*/
/* LEFT-RIGHT ARROWS*/
/* You shouldn't need to change the items below for the most part*/
/* used for placing pagination - necessary when giving a specific left value - must be set in Spark (default is 5)*/
/* this allows for vertical centering of images - disable if opting for img elements*/
/*/
////////////////////////////////////////////////////////////////////*/
/* MIXINS AND ETC. FOR SLIDER*/
/*/
////////////////////////////////////////////////////////////////////*/
/*/
////////////////////////////////////////////////////////////////////*/
/* ADVANCED SLIDESHOW - General Settings*/
/*/
////////////////////////////////////////////////////////////////////*/
.homepage {
  /* Homepage Swiper Slider*/
  /* Slideshow Description*/
  /* Slideshow Description - Current Slide Description*/
  /* New Slider Description Container*/
  /* Slider Title*/
  /* Slideshow Swiper Container*/
  /* Swiper Slide*/
  /*.swiper-container,
  .swiper-slide {
  	@media screen and (max-width: 1920px) {
  		height: 58.9vw !important;
  	}
  }*/
  /* Slider Button Container*/
  /* Slideshow Swiper Button - PREV*/
  /* Slideshow Swiper Button - NEXT*/
  /* Slider Controls container*/
  /* Slideshow Swiper Pagination*/
  /* Play Pause Buttons*/
  /* Play Pause Buttons*/
  /* Slider Play Pause*/
}
.homepage .homepageSwiperSlider {
  position: relative;
}
.homepage .slideshowSwiperDescription {
  display: none;
  /* Slideshow Description - Hover Styles*/
}
.homepage .slideshowSwiperDescription a,
.homepage .slideshowSwiperDescription span {
  display: none;
  text-decoration: none;
}
.homepage .slideshowSwiperDescription .sliderTextDescription {
  display: block;
  max-height: 21px;
  flex-direction: column;
  overflow: hidden;
  color: #3A4E8C;
  line-height: 1.3em;
  pointer-events: none;
  max-width: 100%;
}
.homepage .slideshowSwiperDescription.currentSlideDescription {
  box-sizing: border-box;
  display: flex;
  position: static;
  height: 90px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-family: "OpenSans-Light-webfont", Arial, Verdana, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  opacity: 0;
  transition: 1s;
}
@media screen and (max-width: 100%) {
  .homepage .slideshowSwiperDescription.currentSlideDescription {
    padding-top: 1em;
    padding-left: 2%;
    padding-right: 2%;
  }
}
.homepage #newSliderDescriptionContainer {
  /* my- border-radius: 0 0 100% 100%; */
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.5);
  background: #f2dabd;
}
@media screen and (min-width: 1920px) {
  .homepage #newSliderDescriptionContainer {
    background-size: cover;
  }
}
.homepage .sliderTitle {
  position: relative;
  max-width: 500px;
  line-height: normal;
  overflow: hidden !important;
  font-family: "brother-1816";
  font-size: 40px;
  font-weight: 700;
  color: #3A4E8C;
  text-transform: uppercase;
  height: 44px;
}
@media screen and (max-width: 1023px) {
  .homepage .sliderTitle {
    font-size: 30px;
    margin: 5px 0;
  }
}
.homepage .swiper-container {
  position: relative;
  margin: 0 auto;
  background: #fff;
  overflow: hidden;
  /* my- padding-bottom: 10px;
   margin: 0 -1px 0 0;
  box-shadow: 0 0 0 14px #fff; */
  z-index: 1;
  /* Specify Swiper's Size: */
  width: 100%;
  max-width: 100%;
  /* Swiper Container - Inset Shadow*/
  /* Swiper Container - Hover Styles*/
}
.homepage .swiper-container:hover .slideshowSwiperDescription {
  max-height: 47vw;
}
.homepage .swiper-slide {
  /* my- 	border-bottom-left-radius: 28% 42px;
  border-bottom-right-radius: 75% 187px;
  margin: 0 -1px 0 0;
  box-shadow: 0 0 0 13px #fff;*/
  /* Specify Slides's Size: */
  position: relative;
  height: 47vwpx;
  max-width: 100%;
  height: 53vw;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0.3;
  text-align: center;
}
.homepage .swiper-slide > a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  margin: auto;
}
.homepage .swiper-slide img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.homepage .swiper-slide-active .slideshowSwiperDescription a,
.homepage .swiper-slide-active .slideshowSwiperDescription span {
  display: inline-block;
}
.homepage span.sliderButtonContainer {
  box-sizing: border-box;
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  /* Buttons*/
}
.homepage span.sliderButtonContainer a.button {
  display: inline-block;
  border: 3px solid #fff;
  padding: 11px 12px;
  font-family: "brother-1816";
  font-weight: 700;
  font-size: 22px;
  color: #fff !important;
  background: #3A4E8C;
  background: linear-gradient(180deg, #3A4E8C, 0.6);
  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: 22px;
}
.homepage span.sliderButtonContainer a.button.sliderMoreButton {
  order: 2;
}
.homepage span.sliderButtonContainer a.button.sliderWidgetPurchaseLink {
  order: 1;
}
.homepage span.sliderButtonContainer a.button:hover {
  background: rgba(58, 78, 140, 0.6);
}
.homepage .slideshowSwiperButtonPrev {
  position: absolute;
  top: calc(100% + 45px);
  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: 22px;
  height: 32px;
  left: 0;
  right: calc(1430px + -15px * -1);
  /* Slideshow Swiper Button - PREV - Hover Styles*/
}
@media screen and (min-width: 1921px) {
  .homepage .slideshowSwiperButtonPrev {
    right: auto;
  }
}
@media screen and (max-width: 1460px) {
  .homepage .slideshowSwiperButtonPrev {
    left: 10px;
    right: auto;
  }
}
@media screen and (max-width: 1970px) {
  .homepage .slideshowSwiperButtonPrev {
    left: 1%;
    right: auto;
  }
}
.homepage .slideshowSwiperButtonNext {
  position: absolute;
  top: calc(100% + 45px);
  transform: translateY(-50%);
  left: 0;
  margin: auto;
  z-index: 4;
  transition: all 0.3s ease;
  cursor: pointer;
  display: block;
  width: 22px;
  height: 32px;
  background: url("images/slideshow-right.png") no-repeat right center;
  right: 0;
  left: calc(1430px + -15px * -1);
  /* Slideshow Swiper Button - PREV - Hover Styles*/
}
@media screen and (min-width: 1921px) {
  .homepage .slideshowSwiperButtonNext {
    left: auto;
  }
}
@media screen and (max-width: 1460px) {
  .homepage .slideshowSwiperButtonNext {
    right: 10px;
    left: auto;
  }
}
@media screen and (max-width: 1970px) {
  .homepage .slideshowSwiperButtonNext {
    right: 1%;
    left: auto;
  }
}
.homepage .sliderControlsContainer {
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto !important;
  margin-right: auto !important;
  top: -35%;
  bottom: auto;
  /* setting is left, right or center*/
  right: 0;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  width: 114px;
  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 {
  outline: none;
  position: relative;
  top: 0;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: 0 6px;
  background: #fff;
  transition: background 0.4s ease;
  opacity: 1;
  border-radius: 50%;
}
.homepage .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #3A4E8C;
}
.homepage .swiper-pagination-bullet:hover {
  background: #3A4E8C;
}
.homepage .sliderPlayPause {
  display: inline-block;
  cursor: pointer;
  width: 14px;
  height: 14px;
  font-size: 0;
  color: #fff;
}
.homepage .sliderPlayPause.playing:before {
  content: "❚❚";
}
.homepage .sliderPlayPause:before {
  content: "▶";
}

.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 {
  height: 47vw;
}
.homepage.saffireLargeSize .slideshowSwiperDescription {
  max-width: none;
  padding: 16px 50px 16px 50px;
  /* Slideshow Description - Hover Styles*/
}
@media screen and (max-width: 1280px) {
  .homepage.saffireLargeSize .slideshowSwiperDescription {
    padding: 0 50px;
  }
}
.homepage.saffireLargeSize .swiper-container {
  border: none;
}
.homepage.saffireLargeSize .currentSlideDescription {
  max-width: 1600px;
  margin: 0 auto;
  position: relative;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  /* 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: 15px 4px 0;
  padding: 11px 12px;
}
.homepage.saffireLargeSize .sliderTextDescription {
  flex-direction: column;
}
.homepage.saffireLargeSize .sliderTitle {
  width: 100%;
  max-width: 800px;
  margin-bottom: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  letter-spacing: 1px;
  line-height: 1;
  margin-bottom: 0;
}
.homepage.saffireLargeSize #newSliderDescriptionContainer {
  box-sizing: border-box;
  position: absolute;
  height: 90px;
  width: 100%;
  max-width: 100%;
  z-index: 2;
  transition: 1s;
  display: flex;
  align-items: flex-end;
  padding: 0px;
  bottom: -93px;
  height: auto;
  height: 90px;
  width: 100%;
  /* Slider Text Container*/
  /* New Slider Description Container - Hover Styles*/
}
.homepage.saffireLargeSize #newSliderDescriptionContainer .sliderTextContainer {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  flex: 100%;
  padding: 0 40px 0 0;
}
@media screen and (max-width: 1280px) {
  .homepage.saffireLargeSize #newSliderDescriptionContainer .sliderTextContainer {
    max-width: 670px;
  }
}
@media screen and (max-width: 1115px) {
  .homepage.saffireLargeSize #newSliderDescriptionContainer .sliderTextContainer {
    max-width: 550px;
  }
}
@media screen and (max-width: 895px) {
  .homepage.saffireLargeSize #newSliderDescriptionContainer .sliderTextContainer {
    max-width: 470px;
  }
}
/*/
////////////////////////////////////////////////////////////////////*/
/* 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-pagination-bullet {
  width: 11px;
  height: 10px;
  margin: 0 3px;
  background: #dadada;
}
.homepage.saffireMobileSize .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #d89e1d;
}
.homepage.saffireMobileSize .swiper-slide-active {
  overflow: hidden;
}
.homepage.saffireMobileSize .sliderTextDescription {
  font-size: 14px;
  line-height: 1.4;
  opacity: 1;
  text-align: center;
  display: block;
  max-height: 59px;
  pointer-events: none;
  margin: 5px 0 9px;
}
.homepage.saffireMobileSize .sliderTitle {
  height: auto;
  padding: 0;
  font-size: 22px;
  max-height: 51px;
  line-height: 1.1;
  text-align: center;
  text-transform: none;
  width: 100%;
}
.homepage.saffireMobileSize .currentSlideDescription {
  width: 100%;
  height: 90px;
  padding: 60px 5% 42px;
  flex-direction: column;
  position: relative;
  top: 15px;
}
@media screen and (max-width: 375px) {
  .homepage.saffireMobileSize .currentSlideDescription {
    padding: 10px 5% 42px;
  }
}
.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: 5px auto 16px;
}
.homepage.saffireMobileSize .currentSlideDescription .sliderButtonContainer a {
  display: inline-block;
  padding: 5px 10px 6px;
  margin: 0 3px;
  font-size: 18px !important;
}
.homepage.saffireMobileSize #newSliderDescriptionContainer {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
  height: 111px;
  padding-top: 0;
  position: relative;
  background: #f2dabd;
  z-index: 2;
  top: -99px;
  padding: 19px 0 0;
  margin-bottom: -97px;
}
@media screen and (max-width: 375px) {
  .homepage.saffireMobileSize #newSliderDescriptionContainer {
    background: url("images/curve2-mobile-small.png") top no-repeat;
    top: -43px;
    height: 300px;
  }
}
.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: 24%;
  padding: 5px 0;
}
@media screen and (max-width: 375px) {
  .homepage.saffireMobileSize .sliderControlsContainer {
    top: 12%;
  }
}

.homepage.saffireMobileSize .swiper-container::before {
  display: none;
}

.homepage.saffireMobileSize .swiper-container,
.homepage.saffireMobileSize .swiper-slide {
  height: 58.9vw !important;
}

.homepage .swiper-slide > a:before {
  background: url("images/black-overlay.png") no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.homepage.saffireMobileSize .swiper-slide > a:before {
  display: none;
}

.sliderNavContainer {
  width: 100%;
  position: absolute;
  max-width: 1600px;
  left: 0;
  right: 0;
  top: 104%;
  margin: 0 auto;
}

.saffireMobileSize .homepageSwiperSlider {
  display: none !important;
}

#cardWidget {
  box-sizing: border-box;
  position: relative;
  padding: 0;
  margin: 0 19px 0 0;
  transition: 0.2s ease;
}
body:not(.homepage).saffireLargeSize #cardWidget {
  display: none;
}
.saffireLargeSize #cardWidget {
  position: absolute;
  left: 20px;
  top: 192px;
  width: 342px;
}
.saffireMobileSize #cardWidget {
  margin: 0;
  text-align: center;
}
.saffireWindowScrolled.saffireLargeSize #cardWidget {
  transform: translatex(-5000px);
}
#cardWidget .card-widget-item {
  box-sizing: border-box;
  display: flex;
}
#cardWidget .image-container {
  box-sizing: border-box;
  position: static;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#cardWidget .card-content {
  display: flex;
  flex-direction: column;
  width: 100%;
}
#cardWidget .card-widget-title {
  position: static;
  display: block;
  font: 44px "brother-1816";
  font-weight: 700;
  color: #fff;
  letter-spacing: 1px;
  text-shadow: 1px 1px 1px #000;
}
.saffireMobileSize #cardWidget .card-widget-title {
  text-align: center;
  font-size: 30px;
  line-height: 1;
  padding: 7px 0 5px;
}
@media screen and (max-width: 1024px) {
  #cardWidget .card-widget-title {
    font-size: 35px;
  }
}
#cardWidget .card-widget-description {
  font: 16px "OpenSans-Light-webfont", Arial, Verdana, sans-serif;
  color: #000;
  padding: 10px;
}
#cardWidget .buttonwrap a {
  margin: 0 5px;
}

#cardWidgetSlideshow {
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
}
.saffireLargeSize #cardWidgetSlideshow {
  display: none;
}
#cardWidgetSlideshow .card-widget-item {
  box-sizing: border-box;
  display: flex;
  width: 100%;
  flex-direction: column;
}
#cardWidgetSlideshow .image-container {
  box-sizing: border-box;
  position: static;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 59.9vw;
}
#cardWidgetSlideshow .card-content {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 200px;
  background: #3A4E8C;
  z-index: 2;
  position: relative;
  box-sizing: border-box;
  flex-direction: column;
}
#cardWidgetSlideshow .card-widget-title {
  position: relative;
  line-height: normal;
  font-family: "brother-1816";
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  line-height: 1.1;
  text-transform: uppercase;
  max-height: 51px;
  overflow: hidden !important;
  text-align: center;
}
#cardWidgetSlideshow .card-widget-description {
  font-size: 14px;
  color: #fff;
  line-height: 1.4;
  opacity: 1;
  text-align: center;
  display: block;
  max-height: 59px;
  pointer-events: none;
  margin: 5px 0px 14px;
  overflow: hidden;
}
#cardWidgetSlideshow .buttonwrap a {
  display: inline-block;
  padding: 5px 10px 6px;
  margin: 0 3px;
  border: 3px solid #fff;
  color: #fff !important;
  font-size: 18px !important;
  font-family: "brother-1816";
  font-weight: 700;
  text-decoration: none;
  border-radius: 5px;
  line-height: 1;
}

.saffireMobileSize #cardWidgetSlideshow .card-widget-item {
  margin: 5px 0;
}

h2.texasTitle {
  font: 56px "brother-1816";
  line-height: 74px;
  color: #A7202D;
  width: 100%;
  text-align: center;
  margin: 144px 0 3px;
  font-weight: 700;
  letter-spacing: 1px;
}
@media screen and (max-width: 1459px) {
  .saffireLargeSize h2.texasTitle {
    margin: 550px 0 3px;
  }
}
.saffireMobileSize h2.texasTitle {
  margin: 65px 0 3px;
  line-height: 38px;
  font-size: 28px;
}
.saffireMobileSize h2.texasTitle.cardtwoCard {
  margin: 70px 0 3px;
}
@media screen and (max-width: 371px) {
  .saffireMobileSize h2.texasTitle {
    font-size: 25px;
  }
}
h2.texasTitle:before {
  content: "";
  background: url("images/hat-title-icon.png") no-repeat;
  width: 248px;
  height: 82px;
  display: block;
  margin: 0 auto;
}

#cardWidgetThumb {
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: center;
  max-width: 1600px;
  margin: 0 auto;
  padding: 10px;
  align-items: center;
  width: 100%;
  flex-wrap: wrap;
}
.saffireMobileSize #cardWidgetThumb {
  padding: 20px 6px 5px;
}
#cardWidgetThumb .cardcommon {
  flex: 1 1 30%;
  padding: 0 5px;
  height: 441px;
}
@media screen and (max-width: 900px) {
  #cardWidgetThumb .cardcommon {
    height: auto;
    flex: 1 1 100%;
  }
  #cardWidgetThumb .cardcommon .card-widget-item {
    height: 441px;
  }
  .saffireMobileSize #cardWidgetThumb .cardcommon {
    height: 100%;
  }
}
#cardWidgetThumb .card-widget-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
#cardWidgetThumb .card-widget-item:hover .image-container {
  transform: scale(1.1);
}
#cardWidgetThumb .card-widget-item:hover .buttonwrap {
  opacity: 1;
}
#cardWidgetThumb .card-widget-item:hover .buttonwrap a {
  height: 53px;
}
#cardWidgetThumb .card-widget-item:hover span.card-widget-title {
  font-size: 47px !important;
  transition: 0.3s ease;
  position: relative;
  top: -10px;
}
.saffireMobileSize #cardWidgetThumb .card-widget-item:hover span.card-widget-title {
  font-size: 30px !important;
}
#cardWidgetThumb .image-container {
  box-sizing: border-box;
  position: static;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
  transition: 0.3s ease;
}
#cardWidgetThumb .card-widget-item.secondChild {
  margin-bottom: 10px;
}
#cardWidgetThumb .card-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}
#cardWidgetThumb .card-widget-title {
  position: static;
  display: block;
  width: 100%;
  font: 40px "brother-1816";
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  line-height: 1;
  transition: 0.3s ease;
  text-shadow: rgba(0, 0, 0, 0.5) 2px 1px 3px;
}
#cardWidgetThumb .card-widget-description {
  font: 16px "OpenSans-Light-webfont", Arial, Verdana, sans-serif;
  color: #000;
  padding: 10px;
}
#cardWidgetThumb .buttonwrap {
  opacity: 0;
  transition: 0.3s ease;
}
#cardWidgetThumb .buttonwrap a {
  margin: 0 5px;
  background: #A7202D;
  width: 104px;
  color: #fff;
  height: 0;
  border-radius: 3px;
  display: block;
  border: none;
  display: flex;
  padding: 0;
  transition: 0.3s ease;
  justify-content: center;
  align-items: center;
  font: 22px "brother-1816";
  font-weight: 700;
  padding: 0;
  text-decoration: none;
}

.column-two {
  flex-direction: column;
  display: flex;
}

@media screen and (max-width: 900px) {
  #cardWidgetThumb {
    max-width: 800px;
  }
  #cardWidgetThumb .card-widget-item {
    margin-bottom: 7px;
  }
}
.saffireLargeSize #cardWidgetThumb.twoCard .column-two.cardcommon {
  flex: 1 1 63% !important;
  flex-direction: row;
}
.saffireLargeSize #cardWidgetThumb.twoCard .card-widget-item.secondChild {
  margin: 0 10px 0 0 !important;
}
.saffireLargeSize #cardWidgetThumb .halfCard {
  flex: 1 1 100% !important;
}

.saffireMobileSize #cardWidgetThumb .column-three.cardcommon {
  height: 148px;
}
.saffireMobileSize #cardWidgetThumb .column-two.cardcommon {
  height: 305px !important;
}
.saffireMobileSize #cardWidgetThumb .cardcommon .card-widget-item {
  height: 148px !important;
}

@media screen and (max-width: 1459px) {
  .saffireLargeSize.cardthreeCard h2.texasTitle {
    margin: 250px 0 3px !important;
  }
}

@media screen and (max-width: 1095px) {
  .saffireLargeSize.cardthreeCard h2.texasTitle {
    margin: 550px 0 3px !important;
  }
}

.saffireLargeSize.cardtwoCard h2.texasTitle {
  margin: 122px 0 3px !important;
}

#cardWidgetFooterImage {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  bottom: 0;
}
#cardWidgetFooterImage .card-widget-item {
  width: 100%;
  height: 100%;
}
#cardWidgetFooterImage .image-container {
  box-sizing: border-box;
  position: static;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
}
#cardWidgetFooterImage .card-content {
  display: none;
}
#cardWidgetFooterImage .card-widget-title {
  position: static;
  display: block;
  width: 100%;
  font: 16px "brother-1816";
  color: #000;
}
#cardWidgetFooterImage .card-widget-description {
  font: 16px "OpenSans-Light-webfont", Arial, Verdana, sans-serif;
  color: #000;
  padding: 10px;
}
#cardWidgetFooterImage .buttonwrap a {
  margin: 0 5px;
}

.saffireMobileSize #cardWidgetFooterImage .card-widget-item {
  margin: 5px 0;
}

#cardWidgetFeature,
.subpage-cardWidgetFeature {
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 100%;
  margin: -470px auto 0;
  padding: 0;
}
#cardWidgetFeature .annualFundraisingTitle,
#cardWidgetFeature .subpage-cardWidgetFeature-title,
.subpage-cardWidgetFeature .annualFundraisingTitle,
.subpage-cardWidgetFeature .subpage-cardWidgetFeature-title {
  font: 56px "brother-1816";
  line-height: 74px;
  color: #A7202D;
  width: 100%;
  font-weight: 700;
  text-align: center;
  margin: 0 0 34px;
  letter-spacing: 1px;
}
.saffireMobileSize #cardWidgetFeature .annualFundraisingTitle,
.saffireMobileSize #cardWidgetFeature .subpage-cardWidgetFeature-title,
.saffireMobileSize .subpage-cardWidgetFeature .annualFundraisingTitle,
.saffireMobileSize .subpage-cardWidgetFeature .subpage-cardWidgetFeature-title {
  font-size: 28px;
  line-height: 46px;
  margin: 0;
}
#cardWidgetFeature .annualFundraisingTitle:before,
#cardWidgetFeature .subpage-cardWidgetFeature-title:before,
.subpage-cardWidgetFeature .annualFundraisingTitle:before,
.subpage-cardWidgetFeature .subpage-cardWidgetFeature-title:before {
  content: "";
  background: url("images/hourse-icon.png") no-repeat;
  width: 235px;
  height: 98px;
  display: block;
  margin: 0 auto;
}
.saffireMobileSize #cardWidgetFeature .annualFundraisingTitle:before,
.saffireMobileSize #cardWidgetFeature .subpage-cardWidgetFeature-title:before,
.saffireMobileSize .subpage-cardWidgetFeature .annualFundraisingTitle:before,
.saffireMobileSize .subpage-cardWidgetFeature .subpage-cardWidgetFeature-title:before {
  width: 252px;
  height: 98px;
  margin: 0 auto;
  background-size: contain;
}
.saffireLargeSize #cardWidgetFeature,
.saffireLargeSize .subpage-cardWidgetFeature {
  position: absolute;
  left: 0;
  right: 0;
}
#cardWidgetFeature .card-widget-item,
.subpage-cardWidgetFeature .card-widget-item {
  box-sizing: border-box;
  display: flex;
  width: 345px;
  height: 345px;
  margin: 0 14px;
  justify-content: center;
  align-items: center;
  background: url("images/small-card-border.png") no-repeat;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  background-size: contain;
  transition: 0.2s ease;
}
@media screen and (max-width: 1459px) {
  .saffireLargeSize #cardWidgetFeature .card-widget-item,
  .saffireLargeSize .subpage-cardWidgetFeature .card-widget-item {
    margin: 10px !important;
  }
}
#cardWidgetFeature .card-widget-item:nth-child(2),
.subpage-cardWidgetFeature .card-widget-item:nth-child(2) {
  margin-top: 50px;
}
#cardWidgetFeature .card-widget-item:hover,
.subpage-cardWidgetFeature .card-widget-item:hover {
  width: 384px;
  height: 384px;
  background: none !important;
}
#cardWidgetFeature .card-widget-item:hover .card-widget-title,
.subpage-cardWidgetFeature .card-widget-item:hover .card-widget-title {
  font-size: 28px;
}
#cardWidgetFeature .card-widget-item:hover .image-container,
.subpage-cardWidgetFeature .card-widget-item:hover .image-container {
  width: 384px;
  height: 384px;
}
#cardWidgetFeature .card-widget-item:hover .image-container:before,
.subpage-cardWidgetFeature .card-widget-item:hover .image-container:before {
  opacity: 0;
}
#cardWidgetFeature .card-widget-item:hover .buttonwrap,
#cardWidgetFeature .card-widget-item:hover .card-widget-description,
.subpage-cardWidgetFeature .card-widget-item:hover .buttonwrap,
.subpage-cardWidgetFeature .card-widget-item:hover .card-widget-description {
  opacity: 1;
  max-height: none;
  overflow: visible;
}
#cardWidgetFeature .card-widget-item:hover .buttonwrap,
.subpage-cardWidgetFeature .card-widget-item:hover .buttonwrap {
  margin: 10px 0 0;
}
#cardWidgetFeature .card-widget-item:nth-child(3),
.subpage-cardWidgetFeature .card-widget-item:nth-child(3) {
  background: url("images/small-card-border3.png") no-repeat;
}
#cardWidgetFeature .card-widget-item:nth-child(4),
.subpage-cardWidgetFeature .card-widget-item:nth-child(4) {
  background: url("images/small-card-border4.png") no-repeat;
}
#cardWidgetFeature .card-widget-item:nth-child(5),
.subpage-cardWidgetFeature .card-widget-item:nth-child(5) {
  margin-top: 50px;
}
#cardWidgetFeature .image-container,
.subpage-cardWidgetFeature .image-container {
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 50%;
  overflow: hidden;
  width: 320px;
  height: 320px;
  transition: 0.3s ease;
}
#cardWidgetFeature .image-container:before,
.subpage-cardWidgetFeature .image-container:before {
  content: "";
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background: #3A4E8C;
  transition: 0.3s ease;
}
#cardWidgetFeature .card-content,
.subpage-cardWidgetFeature .card-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  box-sizing: border-box;
  padding: 27px;
  word-break: normal;
}
#cardWidgetFeature .card-widget-title,
.subpage-cardWidgetFeature .card-widget-title {
  position: relative;
  display: block;
  width: 100%;
  font: 40px "brother-1816";
  color: #fff;
  font-weight: 700;
  line-height: 1.2;
  transition: 0.3s ease;
  text-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
  display: flex !important;
  flex-wrap: wrap;
  justify-content: center;
  word-wrap: break-all;
}
.saffireMobileSize #cardWidgetFeature .card-widget-title,
.saffireMobileSize .subpage-cardWidgetFeature .card-widget-title {
  font-size: 20px;
  display: flex !important;
  flex-wrap: wrap;
  justify-content: center;
}
#cardWidgetFeature .card-widget-description,
.subpage-cardWidgetFeature .card-widget-description {
  font: 18px "OpenSans-Light-webfont", Arial, Verdana, sans-serif;
  color: #fff;
  width: 100%;
  line-height: 1.5;
  transition: 0.3s ease;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  position: relative;
}
.saffireMobileSize #cardWidgetFeature .card-widget-description,
.saffireMobileSize .subpage-cardWidgetFeature .card-widget-description {
  font-size: 11px !important;
  line-height: 1 !important;
}
#cardWidgetFeature .buttonwrap,
.subpage-cardWidgetFeature .buttonwrap {
  display: inline-block;
  margin: 0;
  transition: 0.3s ease;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  position: relative;
}
#cardWidgetFeature .buttonwrap a,
.subpage-cardWidgetFeature .buttonwrap a {
  font: 22px "brother-1816";
  color: #fff;
  line-height: 1;
  border: 2px solid #fff;
  border-radius: 5px;
  font-weight: 700;
  text-decoration: none;
  padding: 7px 13px;
  box-sizing: border-box;
  display: inline-block;
}
.saffireMobileSize #cardWidgetFeature .buttonwrap a,
.saffireMobileSize .subpage-cardWidgetFeature .buttonwrap a {
  font-size: 14px;
  padding: 3px 13px;
}
#cardWidgetFeature .buttonwrap a:hover,
.subpage-cardWidgetFeature .buttonwrap a:hover {
  background: rgba(255, 255, 255, 0.3);
}

.saffireMobileSize #cardWidgetFeature .card-widget-item,
.saffireMobileSize .subpage-cardWidgetFeature .card-widget-item {
  margin: 19px 5px -4px;
  width: 177px;
  height: 177px;
  top: 0;
  background-size: contain;
  left: 0;
}
@media screen and (max-width: 369px) {
  .saffireMobileSize #cardWidgetFeature .card-widget-item,
  .saffireMobileSize .subpage-cardWidgetFeature .card-widget-item {
    margin: 19px 1px -4px;
  }
}
.saffireMobileSize #cardWidgetFeature .card-widget-item:hover .card-widget-title,
.saffireMobileSize .subpage-cardWidgetFeature .card-widget-item:hover .card-widget-title {
  font-size: 15px;
  display: none;
}
.saffireMobileSize #cardWidgetFeature .card-widget-item .image-container,
.saffireMobileSize .subpage-cardWidgetFeature .card-widget-item .image-container {
  width: 166px;
  height: 163px;
}

.cardthreeCard #cardWidgetFeature .card-widget-item:nth-child(1),
.cardthreeCard .subpage-cardWidgetFeature .card-widget-item:nth-child(1) {
  margin-top: 0 !important;
}
.cardthreeCard #cardWidgetFeature .card-widget-item:nth-child(4),
.cardthreeCard .subpage-cardWidgetFeature .card-widget-item:nth-child(4) {
  margin-top: 50px !important;
}

.cardtwoCard #cardWidgetFeature .card-widget-item,
.cardtwoCard .subpage-cardWidgetFeature .card-widget-item {
  margin-top: 0 !important;
}

@media screen and (max-width: 1095px) {
  .saffireLargeSize.cardthreeCard #cardWidgetFeature .card-widget-item,
  .saffireLargeSize.cardthreeCard .subpage-cardWidgetFeature .card-widget-item,
  .saffireLargeSize.twoCard #cardWidgetFeature .card-widget-item,
  .saffireLargeSize.twoCard .subpage-cardWidgetFeature .card-widget-item {
    margin: 0 10px !important;
  }
}

.saffireLargeSize .subpage-cardWidgetFeature,
.saffireMobileSize .subpage-cardWidgetFeature {
  position: relative;
  margin: 0 auto 2em;
}

#CardWidgetTitle {
  box-sizing: border-box;
  position: relative;
  padding: 0;
  margin: 11px 23px 0 0;
  transition: 0.2s ease;
}
body:not(.homepage).saffireLargeSize #CardWidgetTitle {
  display: none;
}
.saffireLargeSize #CardWidgetTitle {
  position: absolute;
  top: 260px;
  width: 370px;
  left: 0;
}
@media screen and (max-width: 1520px) {
  .saffireLargeSize #CardWidgetTitle {
    left: 9px;
  }
}
.saffireMobileSize #CardWidgetTitle {
  position: absolute;
  right: 40px;
  margin: 0px 10px;
  top: 0;
}
.saffireWindowScrolled.saffireLargeSize #CardWidgetTitle {
  transform: translatex(-5000px);
}
#CardWidgetTitle .card-widget-item {
  box-sizing: border-box;
  display: flex;
}
#CardWidgetTitle .image-container {
  box-sizing: border-box;
  position: static;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#CardWidgetTitle .card-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.saffireMobileSize #CardWidgetTitle .card-content {
  background: #670000;
  height: 35px;
  border: 2px solid #fff;
  border-radius: 4px;
}
#CardWidgetTitle .card-widget-title {
  letter-spacing: 1px;
  position: static;
  display: block;
  font: 34px "brother-1816";
  color: #fff;
  border: 3px solid #fff;
  text-transform: uppercase;
  border-radius: 10px;
  padding: 17px 23px;
  transition: 0.2s ease;
  background: rgba(58, 78, 140, 0.8);
}
@media screen and (max-width: 1080px) {
  .saffireLargeSize #CardWidgetTitle .card-widget-title {
    font-size: 20px;
  }
}
.saffireMobileSize #CardWidgetTitle .card-widget-title {
  color: #fff;
  font-family: "brother-1816";
  font-size: 18px;
  overflow: hidden;
  max-width: initial;
  height: 100%;
  display: flex;
  justify-content: center;
  padding: 2px 5px;
  border: 0;
  line-height: 1;
  border-radius: 0;
  justify-content: center;
  align-items: center;
}
.saffireMobileSize #CardWidgetTitle .card-widget-title span {
  max-height: 20px;
  overflow: hidden;
}
#CardWidgetTitle .card-widget-title:hover {
  background: rgba(58, 78, 140, 0.8);
}
#CardWidgetTitle .card-widget-description {
  font: 16px "OpenSans-Light-webfont", Arial, Verdana, sans-serif;
  color: #000;
  padding: 10px;
}
#CardWidgetTitle .buttonwrap a {
  margin: 0 5px;
}

.saffireMobileSize #CardWidgetTitle .card-widget-item {
  margin: 5px 0;
}

#cardWidgetSeo {
  padding: 19px 0 89px;
  text-decoration: none;
  margin: 0 48px;
}
.saffireMobileSize #cardWidgetSeo {
  padding: 17px 0 90px;
  margin: 0 13px;
}
#cardWidgetSeo .card-widget-item {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  text-decoration: none;
  flex-wrap: wrap;
}
#cardWidgetSeo .image-container {
  box-sizing: border-box;
  position: static;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
}
#cardWidgetSeo .card-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
}
#cardWidgetSeo .card-widget-title {
  position: static;
  display: block;
  width: 100%;
  font: 56px "brother-1816";
  font-weight: 700;
  color: #fff;
  letter-spacing: 1px;
}
@media screen and (max-width: 1000px) {
  #cardWidgetSeo .card-widget-title {
    font: 30px "brother-1816";
    line-height: 33px;
    font-weight: 700;
  }
}
#cardWidgetSeo .card-widget-description {
  width: 100%;
  font: 18px "OpenSans-Light-webfont", Arial, Verdana, sans-serif;
  color: #fff;
  padding: 7px 0 !important;
  line-height: 27px !important;
}
.saffireMobileSize #cardWidgetSeo .card-widget-description {
  padding: 11px 0 !important;
  line-height: 20px !important;
  font: 14px "OpenSans-Light-webfont", Arial, Verdana, sans-serif;
}
#cardWidgetSeo .buttonwrap a {
  margin: 0 5px;
}

.saffireMobileSize #cardWidgetSeo .card-widget-item {
  margin: 5px 0;
}

.hotButtonsMain {
  position: relative;
  margin-top: 30px;
}
@media screen and (max-width: 375px) {
  .hotButtonsMain {
    margin: 0 0px 0px;
  }
}
.hotButtonsMain .main-title {
  width: 100%;
  position: absolute;
  top: 31px;
  height: 162px;
  margin-bottom: 10px;
  background: url("images/showtime.png") no-repeat center;
  background-size: contain;
}
.saffireMobileSize .hotButtonsMain .main-title {
  top: -43px;
  left: 0;
  right: 0;
}

#hotButtons {
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: center;
  max-width: 100%;
  padding-top: 96px;
  margin: 111px auto 0;
}
.saffireMobileSize #hotButtons {
  margin: 0 auto;
  padding: 0;
  max-width: 400px;
  overflow: hidden;
  height: 660px;
}
#hotButtons .card-widget-item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  position: relative;
  width: 474px;
  height: 475px;
  border-radius: 50%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: url("images/border-outline.png") no-repeat;
  flex-shrink: 0;
  transition: 0.3s ease;
  overflow: hidden;
}
@media screen and (max-width: 1400px) {
  #hotButtons .card-widget-item {
    width: 400px;
    height: 400px;
    background-size: cover !important;
    background-position: center !important;
  }
}
@media screen and (max-width: 1180px) {
  #hotButtons .card-widget-item {
    width: 300px;
    height: 300px;
  }
  .saffireLargeSize #hotButtons .card-widget-item {
    margin: 0 !important;
    right: -73px;
  }
}
.saffireMobileSize #hotButtons .card-widget-item {
  width: 245px;
  height: 242px;
  position: absolute;
}
#hotButtons .card-widget-item:hover {
  z-index: 5 !important;
}
#hotButtons .card-widget-item:hover .card-widget-title {
  position: absolute;
  transform: rotate(-24deg);
}
#hotButtons .card-widget-item:hover .card-widget-title:after {
  opacity: 1;
}
#hotButtons .card-widget-item:hover .card-content {
  background: #3A4E8C;
  border-radius: 50%;
}
#hotButtons .card-widget-item:hover .image-container {
  opacity: 0.2;
}
#hotButtons .card-widget-item:nth-child(1) {
  margin-right: -231px;
  z-index: 4;
  top: 73px;
}
@media screen and (max-width: 1180px) {
  #hotButtons .card-widget-item:nth-child(1) {
    left: 148px;
    top: 73px;
  }
}
@media screen and (max-width: 1000px) {
  .saffireLargeSize #hotButtons .card-widget-item:nth-child(1) {
    left: 209px;
    top: 165px;
  }
}
.saffireMobileSize #hotButtons .card-widget-item:nth-child(1) {
  left: -25px;
  top: 139px;
  margin: 0;
}
@media screen and (min-width: 400px) {
  .saffireMobileSize #hotButtons .card-widget-item:nth-child(1) {
    left: 0;
  }
}
#hotButtons .card-widget-item:nth-child(2) {
  margin-left: 94px;
  z-index: 3;
  background: url("images/border-outline2.png") no-repeat;
}
.saffireMobileSize #hotButtons .card-widget-item:nth-child(2) {
  right: 0;
  top: 44px;
  margin: 0 -28px 0 0 !important;
  overflow: hidden;
}
@media screen and (min-width: 400px) {
  .saffireMobileSize #hotButtons .card-widget-item:nth-child(2) {
    margin: 0 !important;
  }
}
#hotButtons .card-widget-item:nth-child(3) {
  top: 182px;
  margin-left: -124px;
  z-index: 2;
  background: url("images/border-outline3.png") no-repeat;
}
@media screen and (max-width: 1180px) {
  #hotButtons .card-widget-item:nth-child(3) {
    top: 143px;
    right: 33px;
  }
}
@media screen and (max-width: 1000px) {
  .saffireLargeSize #hotButtons .card-widget-item:nth-child(3) {
    top: 105px;
    right: 74px;
  }
}
.saffireMobileSize #hotButtons .card-widget-item:nth-child(3) {
  top: 424px;
  right: 0;
  margin: 0 !important;
  left: -9px;
}
@media screen and (min-width: 400px) {
  .saffireMobileSize #hotButtons .card-widget-item:nth-child(3) {
    left: 0;
  }
}
#hotButtons .card-widget-item:nth-child(4) {
  top: 1px;
  margin-left: -205px;
  z-index: 3;
  background: url("images/border-outline4.png") no-repeat;
}
@media screen and (max-width: 1180px) {
  #hotButtons .card-widget-item:nth-child(4) {
    top: 1px;
    right: 157px;
    margin-left: -224px;
  }
}
@media screen and (max-width: 1000px) {
  .saffireLargeSize #hotButtons .card-widget-item:nth-child(4) {
    top: 1px;
    right: 211px;
  }
}
.saffireMobileSize #hotButtons .card-widget-item:nth-child(4) {
  top: 295px;
  right: -4px;
  margin: 0;
}
@media screen and (min-width: 400px) {
  .saffireMobileSize #hotButtons .card-widget-item:nth-child(4) {
    right: 0;
  }
}
#hotButtons .image-container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  width: 451px;
  height: 451px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  left: 11px;
  top: 10px;
  z-index: 1;
  transition: 0.3s ease;
}
@media screen and (max-width: 1400px) {
  #hotButtons .image-container {
    width: 378px;
    height: 380px;
  }
}
@media screen and (max-width: 1180px) {
  #hotButtons .image-container {
    width: 289px;
    height: 283px;
  }
}
.saffireMobileSize #hotButtons .image-container {
  width: 232px;
  height: 232px;
  left: 6px;
  top: 5px;
}
#hotButtons .card-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 95%;
  height: 95%;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}
#hotButtons .card-widget-title {
  position: static;
  display: block;
  width: 100%;
  font: 70px "brother-1816";
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
  z-index: 99;
  transition: 0.3s ease;
  transform: rotate(0deg);
}
#hotButtons .card-widget-title:after {
  transition: 0.1s ease;
}
@media screen and (max-width: 1400px) {
  #hotButtons .card-widget-title {
    font-size: 40px;
  }
}
@media screen and (max-width: 1180px) {
  #hotButtons .card-widget-title {
    font-size: 28px;
    position: relative;
    top: -2px;
  }
}
@media screen and (max-width: 800px) {
  #hotButtons .card-widget-title {
    font-size: 20px;
  }
}
#hotButtons .card-widget-description {
  display: none;
}
#hotButtons .buttonwrap {
  display: none;
}
#hotButtons .card-widget-title:after {
  opacity: 0;
}
#hotButtons .card-widget-item:hover:nth-child(1) .card-widget-title {
  position: absolute;
  top: 100px;
  left: -21px;
}
@media screen and (max-width: 1400px) {
  #hotButtons .card-widget-item:hover:nth-child(1) .card-widget-title {
    left: -15px;
  }
}
@media screen and (max-width: 1180px) {
  #hotButtons .card-widget-item:hover:nth-child(1) .card-widget-title {
    top: 90px;
  }
}
.saffireMobileSize #hotButtons .card-widget-item:hover:nth-child(1) .card-widget-title {
  top: 70px;
}
#hotButtons .card-widget-item:hover:nth-child(1) .card-widget-title:after {
  background: url("images/guitar.png") no-repeat left;
  width: 373px;
  height: 299px;
  content: "";
  display: block;
  transform: rotate(24deg);
  background-size: contain !important;
  position: absolute;
  top: 100px;
  left: 51px;
  overflow: hidden;
}
@media screen and (max-width: 1400px) {
  #hotButtons .card-widget-item:hover:nth-child(1) .card-widget-title:after {
    top: 22px;
    left: 53px;
    width: 316px;
    height: 251px;
  }
}
@media screen and (max-width: 1180px) {
  #hotButtons .card-widget-item:hover:nth-child(1) .card-widget-title:after {
    top: 27px;
    left: 32px;
    width: 300px;
    height: 190px;
  }
}
.saffireMobileSize #hotButtons .card-widget-item:hover:nth-child(1) .card-widget-title:after {
  top: 10px;
  left: 32px;
  width: 192px;
  height: 160px;
}
#hotButtons .card-widget-item:hover:nth-child(2) .card-widget-title {
  position: absolute;
  top: 90px;
  transform: rotate(-24deg);
  left: -34px;
}
@media screen and (max-width: 1180px) {
  #hotButtons .card-widget-item:hover:nth-child(2) .card-widget-title {
    position: absolute;
    top: 90px;
    transform: rotate(-24deg);
    left: -14px;
  }
}
.saffireMobileSize #hotButtons .card-widget-item:hover:nth-child(2) .card-widget-title {
  position: absolute;
  top: 49px;
  left: -22px;
}
#hotButtons .card-widget-item:hover:nth-child(2) .card-widget-title:after {
  background: url("images/ho2.png") no-repeat left;
  width: 369px;
  height: 289px;
  content: "";
  display: block;
  transform: rotate(24deg);
  background-size: contain !important;
  position: absolute;
  top: 80px;
  left: 23px;
  overflow: hidden;
}
@media screen and (max-width: 1400px) {
  #hotButtons .card-widget-item:hover:nth-child(2) .card-widget-title:after {
    top: 35px;
    left: 35px;
    width: 306px;
    height: 298px;
  }
}
@media screen and (max-width: 1180px) {
  #hotButtons .card-widget-item:hover:nth-child(2) .card-widget-title:after {
    top: 19px;
    left: 34px;
    width: 200px;
    height: 225px;
  }
}
.saffireMobileSize #hotButtons .card-widget-item:hover:nth-child(2) .card-widget-title:after {
  top: 55px;
  left: 21px;
  width: 207px;
  height: 144px;
}
#hotButtons .card-widget-item:hover:nth-child(3) .card-widget-title {
  position: absolute;
  top: 114px;
  transform: rotate(-24deg);
  left: -49px;
}
@media screen and (max-width: 1180px) {
  #hotButtons .card-widget-item:hover:nth-child(3) .card-widget-title {
    top: 87px;
    left: -21px;
  }
}
.saffireMobileSize #hotButtons .card-widget-item:hover:nth-child(3) .card-widget-title {
  top: 71px;
  left: -11px;
}
#hotButtons .card-widget-item:hover:nth-child(3) .card-widget-title:after {
  background: url("images/jhola.png") no-repeat left;
  width: 373px;
  height: 299px;
  content: "";
  display: block;
  transform: rotate(24deg);
  background-size: cover !important;
  position: absolute;
  top: 57px;
  overflow: hidden;
  left: 50px;
}
@media screen and (max-width: 1400px) {
  #hotButtons .card-widget-item:hover:nth-child(3) .card-widget-title:after {
    width: 308px;
    height: 248px;
    top: 40px;
    overflow: hidden;
    left: 54px;
  }
}
@media screen and (max-width: 1180px) {
  #hotButtons .card-widget-item:hover:nth-child(3) .card-widget-title:after {
    width: 222px;
    height: 217px;
    transform: rotate(37deg);
    top: 14px;
    left: 26px;
  }
}
.saffireMobileSize #hotButtons .card-widget-item:hover:nth-child(3) .card-widget-title:after {
  width: 190px;
  height: 149px;
  transform: rotate(23deg);
  top: 33px;
  left: 25px;
}
#hotButtons .card-widget-item:hover:nth-child(4) .card-widget-title {
  position: absolute;
  top: 131px;
  left: -22px;
  transform: rotate(-24deg);
}
.saffireMobileSize #hotButtons .card-widget-item:hover:nth-child(4) .card-widget-title {
  top: 80px;
  left: -5px;
}
@media screen and (max-width: 1180px) {
  #hotButtons .card-widget-item:hover:nth-child(4) .card-widget-title {
    top: 88px;
    left: -14px;
  }
}
#hotButtons .card-widget-item:hover:nth-child(4) .card-widget-title:after {
  background: url("images/pig.png") no-repeat left;
  width: 381px;
  height: 269px;
  content: "";
  display: block;
  transform: rotate(24deg);
  background-size: contain !important;
  position: absolute;
  top: 59px;
  left: 31px;
  overflow: hidden;
}
.saffireMobileSize #hotButtons .card-widget-item:hover:nth-child(4) .card-widget-title:after {
  width: 181px;
  height: 125px;
  top: 33px;
  left: 22px;
}
@media screen and (max-width: 1400px) {
  #hotButtons .card-widget-item:hover:nth-child(4) .card-widget-title:after {
    width: 323px;
    height: 216px;
    top: 42px;
    left: 33px;
  }
}
@media screen and (max-width: 1180px) {
  #hotButtons .card-widget-item:hover:nth-child(4) .card-widget-title:after {
    width: 234px;
    height: 163px;
    top: 46px;
    left: 26px;
  }
}

#siteInfoBannerWidget {
  box-sizing: border-box;
  position: static;
  display: inline-flex;
  height: 176px;
  width: auto;
  max-width: 100%;
  width: 176px;
  border-radius: 50%;
  padding: 5px 20px;
  background: #A7202D;
  font-family: "OpenSans-Bold-webfont";
  font-size: 0;
  color: #fff;
  text-align: center;
  line-height: 1;
  z-index: 2;
  margin: 0 auto;
  min-width: auto;
  flex-direction: column;
  justify-content: center;
}
#siteInfoBannerWidget #eventDates {
  display: none;
  font-family: "OpenSans-Bold-webfont";
  font-size: 26px;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
}
#siteInfoBannerWidget #eventName {
  font-size: 0;
  font-weight: 400;
  text-transform: uppercase;
}
#siteInfoBannerWidget .countdownDays {
  display: flex;
  flex-direction: column;
  font-family: "brother-1816";
  font-size: 90px;
  font-weight: 700;
  color: #fff;
  padding: 3px 0 0;
  letter-spacing: 1px;
}
#siteInfoBannerWidget .countdownDays span {
  font-size: 33px;
  font-family: "OpenSans-Light-webfont", Arial, Verdana, sans-serif;
  line-height: 33px;
  margin: -9px 0 0;
  letter-spacing: 0;
}

.saffireMobileSize #siteInfoBannerWidget {
  left: auto;
  right: auto !important;
  padding: 5px 20px;
  background: #A7202D;
  color: #fff;
  width: 100%;
  width: 176px;
  top: 101px;
  position: relative;
  height: 176px;
}
.saffireMobileSize #siteInfoBannerWidget #eventName {
  font-size: 0;
  color: inherit;
}
.saffireMobileSize #siteInfoBannerWidget #eventDates {
  font-size: 0;
  color: inherit;
}
.saffireMobileSize #siteInfoBannerWidget .countdownDays {
  font-size: 88px;
  color: inherit;
  padding: 8px 0 0;
}
.saffireMobileSize #siteInfoBannerWidget .countdownDays span {
  font-size: 28px;
  font-family: "OpenSans-Light-webfont", Arial, Verdana, sans-serif;
  line-height: 33px;
  margin: -4px 0 0;
}

body.siteInfoBannerWidgetDateIsPast #siteInfoBannerWidget .countdownDays {
  font-family: "OpenSans-Bold-webfont";
  font-size: 18px;
  color: #fff;
}
@media screen and (max-width: 817px) {
  body.siteInfoBannerWidgetDateIsPast #siteInfoBannerWidget .countdownDays {
    font-size: 16px;
  }
}
body.siteInfoBannerWidgetDateIsPast.siteInfoBannerWidgetNoThankYouMessage #siteInfoBannerWidget {
  display: none !important;
}

.socialNetworks {
  z-index: 80000000;
  position: fixed;
  right: -80px;
  top: 25%;
  transition: 0.6s ease;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 50px;
  padding: 5px 3px;
}
.socialNetworks img {
  display: block;
  max-width: 40px;
  max-height: 40px;
  border-radius: 50%;
}
.socialNetworks > span, .socialNetworks > a {
  display: block;
  width: 40px;
  height: 40px;
  position: relative;
  left: 0;
  border: 3px solid rgba(0, 0, 0, 0.4);
  transition: 0.2s;
  border-radius: 50%;
  border: none;
  padding: 3px;
  background-color: transparent;
}
.socialNetworks > a:hover {
  left: -6px;
  z-index: 2;
  transition: 0.2s;
  left: 0;
  background-color: #F4F4F4;
}

#musicPlayerLink {
  height: 40px;
  width: 40px;
  float: none;
  margin: 0;
  background: url("images/music.jpg") no-repeat right 0;
  border: 3px solid rgba(0, 0, 0, 0.4);
  z-index: 2;
  border-radius: 50%;
  border: none;
  padding: 0;
  margin: 3px;
  background-color: transparent;
  background-position: center;
  background-size: cover;
}
#musicPlayerLink #musicPlayerDropdown {
  top: -3px;
  right: 43px;
  padding: 8px 10px;
  background: rgba(0, 0, 0, 0.4);
  border: 1px solid #fff;
  box-shadow: 0 0 4px #fff inset;
  font-size: 0.9em;
  color: #fff;
}
#musicPlayerLink #musicPlayerDropdown a {
  padding-right: 14px;
  font-size: 13px;
  color: #fff;
  text-decoration: none;
}
#musicPlayerLink #musicPlayerDropdown a:hover {
  position: relative;
  padding-left: 14px;
  padding-right: 3px;
}
#musicPlayerLink #musicPlayerDropdown a:hover:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  border-top: 12px solid #fff;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-radius: 58%;
  transform: rotate(-90deg);
}

@media screen and (max-width: 1230px) {
  .socialNetworks {
    top: auto;
    right: 0;
    bottom: -60px;
    border-top: none;
    border-bottom: none;
    padding: 0;
  }
  .socialNetworks img {
    max-width: 30px;
    max-height: 30px;
  }
  .socialNetworks > a, .socialNetworks > #musicPlayerLink {
    max-width: 30px;
    max-height: 30px;
    bottom: 0;
    float: left;
    margin: 0;
    transition: 0.2s;
    background-size: contain;
  }
  .socialNetworks > a:hover {
    left: 0;
    bottom: 6px;
    z-index: 2;
    transition: 0.2s;
    bottom: 0;
  }
  .socialNetworks #musicPlayerLink {
    margin: 3px;
    background-size: cover;
  }
  .socialNetworks #musicPlayerLink #musicPlayerDropdown {
    top: auto;
    bottom: -3px;
    right: 33px;
  }
}
.socialNetworks a:hover {
  background-color: #3A4E8C;
}

.pageIsLoaded .socialNetworks {
  right: 0;
  right: 10px;
}
@media screen and (max-width: 1230px) {
  .pageIsLoaded .socialNetworks {
    bottom: 0;
    bottom: 5px;
    right: 5px;
  }
}

#cardWidgetQuickLinks {
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: flex-end;
  background-color: #A7202D;
  max-width: 100%;
  margin: 0;
  padding: 0px;
  padding-right: 300px;
  height: 60px;
}
.saffireMobileSize #cardWidgetQuickLinks {
  padding: 0;
  justify-content: flex-start;
  height: 40px;
}
#cardWidgetQuickLinks .card-widget-item {
  box-sizing: border-box;
  display: flex;
  height: 100%;
  padding: 0 10px;
  font-family: "brother-1816";
  font-size: 16px;
  padding: 9px 20px;
}
#cardWidgetQuickLinks .card-widget-item:hover, #cardWidgetQuickLinks .card-widget-item:focus {
  background: #3A4E8C;
}
#cardWidgetQuickLinks .card-widget-item:hover .card-widget-title, #cardWidgetQuickLinks .card-widget-item:focus .card-widget-title {
  color: #fff;
}
#cardWidgetQuickLinks .card-content {
  display: flex;
  height: 100%;
}
#cardWidgetQuickLinks .card-widget-title {
  position: static;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #fff;
  text-transform: uppercase;
  line-height: 1;
}
.saffireMobileSize #cardWidgetQuickLinks .card-widget-title {
  font-size: 14px;
}
#cardWidgetQuickLinks .card-widget-description,
#cardWidgetQuickLinks .buttonwrap {
  display: none;
}

/* 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 0 70px;
}
.saffireMobileSize #sponsorWidgetContainer {
  padding: 0 0 35px;
}
#sponsorWidgetContainer .sponsorWidgetContainer {
  padding-top: 83px;
}
.saffireMobileSize #sponsorWidgetContainer .sponsorWidgetContainer {
  padding-top: 52px;
}
#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: 200px;
  max-height: 200px;
  transition: 0.3s ease;
}
.saffireMobileSize #sponsorWidgetContainer .sponsorCarouselImage img {
  max-width: 80px;
  max-height: 60px;
}
#sponsorWidgetContainer .sponsorCarouselImage img:hover {
  filter: none;
}
#sponsorWidgetContainer #sponsorsTitleContainer {
  width: 100%;
  text-align: center;
  top: 0;
}
#sponsorWidgetContainer #sponsorsTitleContainer .homepageh1 {
  font-family: "brother-1816";
  font-size: 40px;
  color: #3A4E8C;
  text-shadow: none;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.saffireMobileSize #sponsorWidgetContainer #sponsorsTitleContainer .homepageh1 {
  font-size: 30px;
}
#sponsorWidgetContainer #sponsorArrowLeft,
#sponsorWidgetContainer #sponsorArrowRight {
  display: none;
}
#sponsorWidgetContainer .sponsor-controls-container {
  box-sizing: border-box;
  position: absolute;
  bottom: -33px;
  left: 50%;
  transform: translate(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 30px;
  background: #fff;
  box-shadow: 0 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;
}

#sponsorWidgetContainer .sponsorWidgetContainer:not(.animate) .sponsor-controls-container {
  display: none;
}

.sponsorCarouselImageContainer a {
  margin: 0 20px;
}

.sponsorsPageImageGallery .imageGalleryViewItem {
  box-shadow: none;
}

#cardcountdown {
  box-sizing: border-box;
  position: relative;
}
#cardcountdown .card-widget-item {
  box-sizing: border-box;
  text-decoration: none;
}
#cardcountdown .image-container {
  box-sizing: border-box;
  position: static;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#cardcountdown .card-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
#cardcountdown .card-widget-title {
  font: 22px "brother-1816";
  font-weight: 700;
  COLOR: #FFF;
  border: 3px solid #fff;
  border-radius: 5px;
  padding: 11px 18px;
  line-height: 1;
  margin-top: 13px;
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  margin-bottom: 1px;
  letter-spacing: 1px;
}
#cardcountdown .card-widget-title:hover {
  background: rgba(255, 255, 255, 0.3);
}
.saffireMobileSize #cardcountdown .card-widget-title {
  font-size: 18px;
}
#cardcountdown .card-widget-description {
  font: 16px "OpenSans-Light-webfont", Arial, Verdana, sans-serif;
  color: #000;
  padding: 10px;
}
#cardcountdown .buttonwrap {
  display: none;
}

.saffireMobileSize #cardcountdown .card-widget-item {
  margin: 5px 0;
}

.header .emailSignup {
  display: inline-flex;
  align-items: center;
}
.header .emailSignup .emailInputField input {
  height: 30px;
  width: 170px;
  padding: 0 5px;
  font-size: 14px;
  font-family: "OpenSans-Light-webfont", 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: "OpenSans-Light-webfont", 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;
  background: white;
  font-size: 16px;
  line-height: 17px;
  min-width: 31px !important;
}
.modalClose > a.modalCloseButton:hover {
  background: #A7202D;
}

.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;
}

p.emailSignupText {
  display: none !important;
}

.email-outer {
  background: #A7202D;
  width: 780px;
  height: 110px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 1;
  bottom: -50px;
  left: 0;
  right: 0;
  box-shadow: 0 10px 10px 0 rgba(50, 50, 50, 0.4);
  max-width: 100%;
}
.saffireMobileSize .email-outer {
  flex-direction: column;
  text-align: center;
  bottom: -172px;
  max-width: 89%;
  padding: 38px 0 43px;
  height: 139px;
}
.email-outer input {
  font: 14px "OpenSans-Light-webfont";
  color: #757676;
  padding-left: 15px;
  box-sizing: border-box;
  border: none;
  box-shadow: none;
  width: 260px;
  height: 50px;
  border-radius: 4px !important;
  background: #fff !important;
  margin: 0 2px 0 0;
}
.saffireMobileSize .email-outer input {
  width: 270px;
  height: 40px;
}
.email-outer p {
  display: flex;
  flex-direction: column;
  color: #fff;
  font-size: 30px;
  padding: 22px 2px 22px 0;
  margin: 0;
  font-family: "brother-1816";
  font-weight: 700;
  text-transform: uppercase;
  line-height: 31px;
  position: relative;
  top: -5px;
  letter-spacing: 1px;
}
.saffireMobileSize .email-outer p {
  top: 4px;
  font-size: 30px;
  padding: 0;
}
.email-outer span {
  font-family: "OpenSans-Light-webfont";
  font-size: 20px;
  line-height: 29px;
  text-transform: none;
  letter-spacing: 0;
}
.saffireMobileSize .email-outer span {
  line-height: 26px;
}
.email-outer .emailSignup {
  box-sizing: border-box;
  margin-left: 10px;
  margin-right: -3px;
  margin-top: 12px;
  display: flex;
}
.saffireMobileSize .email-outer .emailSignup {
  flex-direction: column;
  box-sizing: border-box;
  margin-left: 0;
  margin-right: 0;
  margin-top: 11px;
  display: flex;
}

.emailInputSubmit a {
  color: #fff !important;
  border-radius: 4px !important;
  font-size: 0;
  padding: 12px;
  margin-left: 7px;
  font-family: "brother-1816";
  font-weight: 700;
  border: 2px solid #fff;
  display: inline-block;
  letter-spacing: 0;
}
.emailInputSubmit a:hover {
  background: rgba(255, 255, 255, 0.3);
}
.saffireMobileSize .emailInputSubmit a {
  padding: 6px 10px;
  margin-left: 0;
  margin-top: 19px;
}
.emailInputSubmit a:after {
  content: "subscribe";
  font-size: 20px;
  letter-spacing: 1px;
}
.saffireMobileSize .emailInputSubmit a:after {
  font-size: 18px;
}

.footer-info h2 {
  font-size: 30px;
  margin: 0;
  line-height: 1;
}
.footer-info h2 a {
  text-decoration: none;
  color: #fff;
}
.footer-info p {
  font-size: 20px;
  margin: 0;
}

.mobile-toggle-content {
  display: none;
}

:focus {
  outline: none !important;
}

.coutdown-text {
  position: static;
  display: block;
  font: 18px "OpenSans-Light-webfont", Arial, Verdana, sans-serif;
  color: #fff;
  margin: 2px 0;
}
.coutdown-text .countdownDays {
  display: none;
}
.saffireMobileSize .coutdown-text {
  font-size: 14px;
}

.countdown-text-btn-container {
  box-sizing: border-box;
  position: relative;
  padding: 23px 0 22px;
  width: 486px;
  background: rgba(0, 0, 0, 0.6);
  top: -22px;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 100%;
}
.saffireMobileSize .countdown-text-btn-container {
  padding: 30px 0 23px;
  width: 486px;
  top: 72px;
}

body.subpage-bg-showing {
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: top center;
}

.saffireLargeSize.subpage-hero-showing {
  padding-top: 0 !important;
}
.saffireLargeSize.subpage-hero-showing .wrapper {
  padding-top: 0 !important;
}

.subpage-hero {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30vw;
  min-height: 250px;
  max-height: 550px;
  padding: 50px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  margin-top: 110px;
}
.saffireLargeSize .subpage-hero {
  padding: 50px 20px 20px;
}
.saffireMobileSize .subpage-hero {
  padding: 20px;
  margin-top: 0px;
}
.subpage-hero h1 {
  display: flex;
  line-height: 1;
  color: rgb(255, 255, 255);
  text-shadow: rgba(0, 0, 0, 0.5) 7px 1px 5px;
  margin: 0 auto;
  right: 0;
  left: 0;
  bottom: 21px;
  max-width: 1400px;
  width: 96%;
  z-index: 99;
  position: absolute;
  letter-spacing: 2.5px !important;
}
.subpage-hero h1 {
  font-size: 26px;
}
@media screen and (min-width: 450px) {
  .subpage-hero h1 {
    font-size: calc(26px + 66 * (100vw - 450px) / 916);
  }
}
@media screen and (min-width: 1366px) {
  .subpage-hero h1 {
    font-size: 92px;
  }
}
@media screen and (min-width: 450px) {
  .subpage-hero h1 {
    letter-spacing: 1px !important;
  }
}

.dynamicPageContainer .entityContainerRow {
  opacity: 0;
}

.pageIsLoaded .dynamicPageContainer .entityContainerRow {
  opacity: 1;
}

body:not(.homepage).saffireMobileSize.subpage-hero-showing .wrapper {
  padding-top: 109px;
}

.imageModule-single--custom .moduleTitle {
  display: none;
}
.imageModule-single--custom .imageGridTitle {
  display: none;
}
.imageModule-single--custom .imageModule-single__wrapper > a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.imageModule-single--custom .imageModule-single__wrapper > a:hover img {
  transform: scale(1.1);
  transform-origin: center;
  transition: 0.3s;
}
.imageModule-single--custom .imageModule-single__wrapper > a:hover .buttonwrap {
  opacity: 1;
  transition: 0.3s;
}
.imageModule-single--custom .imageModule-single__wrapper > a:hover .buttonwrap a {
  height: 53px;
  transition: 0.3s;
}
.imageModule-single--custom .imageModule-single__wrapper > a:hover .imageModule-title {
  font-size: 47px !important;
  transition: 0.3s ease;
  position: relative;
  top: -10px;
}
.saffireMobileSize .imageModule-single--custom .imageModule-single__wrapper > a:hover .imageModule-title {
  font-size: 30px !important;
}
.imageModule-single--custom .imageModule-single__wrapper img {
  transition: 0.3s;
}
.imageModule-single--custom .imageModule-single__wrapper .imageModule-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
  padding: 1em;
}
.imageModule-single--custom .imageModule-single__wrapper .imageModule-title {
  position: static;
  display: block;
  width: 100%;
  font: 40px "brother-1816";
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  line-height: 1;
  transition: 0.3s ease;
  text-shadow: rgba(0, 0, 0, 0.5) 2px 1px 3px;
}
.imageModule-single--custom .imageModule-single__wrapper .buttonwrap {
  opacity: 0;
  transition: 0.3s ease;
}
.imageModule-single--custom .imageModule-single__wrapper .buttonwrap a {
  margin: 0 5px;
  background: #f29400;
  width: 104px;
  color: #000;
  height: 0;
  border-radius: 3px;
  display: block;
  border: none;
  color: #000;
  display: flex;
  padding: 0;
  transition: 0.3s ease;
  justify-content: center;
  align-items: center;
  font-weight: 700 !important;
  font: 22px "brother-1816";
  padding: 0;
  text-decoration: none;
}

.saffireMobileSize #cardWidgetSlideshow .card-content {
  background: #f2dabd;
}
.saffireMobileSize #cardWidgetSlideshow .card-content .card-widget-description,
.saffireMobileSize #cardWidgetSlideshow .card-content .card-widget-title {
  color: #3A4E8C;
}
.saffireMobileSize #cardWidgetSlideshow .card-content .buttonwrap a {
  color: #3A4E8C !important;
  background: #f2dabd;
  border-color: #f2dabd;
}
.saffireMobileSize #cardWidgetSlideshow .card-content .buttonwrap a:hover {
  color: #3A4E8C !important;
  background: transparent;
  border-color: #3A4E8C;
}

.address-info {
  text-align: center;
  margin: 10px auto;
  line-height: 1.8;
}
.address-info a {
  margin-left: 15px;
}
.saffireMobileSize .address-info a {
  margin-left: 0px;
}

@media screen and (max-width: 1576px) {
  .saffireLargeSize .nav .groups .group > a {
    padding: 10px;
  }
}
@media screen and (max-width: 1280px) {
  .saffireLargeSize .nav .groups .group > a {
    padding: 13px 10px;
    font-size: 16px;
  }
}
@media screen and (max-width: 1160px) {
  .header-logo {
    display: block;
    width: 300px;
    height: 150px;
  }
}
@media screen and (max-width: 1080px) {
  .saffireLargeSize .nav .groups .group > a {
    padding: 14px 10px;
    font-size: 15px;
  }
  .header-logo {
    width: 260px;
    height: 130px;
  }
}
@media screen and (max-width: 960px) {
  .saffireLargeSize .nav .groups .group > a {
    padding: 16px 8px;
    font-size: 13px;
  }
  .header-logo {
    width: 190px;
    height: 130px;
  }
}
.saffireMobileSize #cardWidget {
  margin: 0px;
  text-align: center;
  position: absolute;
  bottom: -50px;
  z-index: 999;
  background: rgb(242, 218, 189);
  width: 100%;
  height: 51px;
}
.saffireMobileSize #cardWidget .card-widget-title {
  color: #3a4e8c;
  text-shadow: none;
}
.saffireMobileSize #cardWidgetQuickLinks {
  display: none;
}
.saffireMobileSize a.ticket,
.saffireMobileSize a.ticket:hover {
  z-index: 9;
  position: absolute;
  top: 20px;
  right: 55px;
  text-transform: uppercase;
  font-size: 14px;
  border: 2px solid #fff;
  padding: 6px;
  display: block;
  border-radius: 6px;
}
.saffireMobileSize a.ticket span,
.saffireMobileSize a.ticket:hover span {
  font-size: 14px;
}

.saffireMobileSize #cardWidgetQuickLinks {
  display: flex;
  padding: 0;
  height: 30px;
  width: 65px;
  border: 2px solid #fff;
  justify-content: center;
  border-radius: 8px;
  font-weight: 600;
  position: absolute;
  top: 20px;
  right: 179px;
  z-index: 9999;
  letter-spacing: 1px;
}
@media screen and (max-width: 333px) {
  .saffireMobileSize #cardWidgetQuickLinks {
    font-size: 13px;
    right: 175px;
  }
}
.saffireMobileSize #cardWidgetQuickLinks:hover {
  background: #670000;
  height: 30px;
  width: 65px;
  border: 2px solid #fff;
}
.saffireMobileSize #cardWidgetQuickLinks .card-widget-item:hover, .saffireMobileSize #cardWidgetQuickLinks .card-widget-item:focus {
  background: none !important;
}

@media screen and (max-width: 388px) {
  .homepage.saffireMobileSize #cardWidgetQuickLinks {
    display: none;
  }
}

.mobile-menu-header #cardWidgetQuickLinks {
  display: flex !important;
}

.shop-mobile {
  background: transparent !important;
  top: 15px !important;
  color: white !important;
  letter-spacing: 1px;
  height: 30px;
}
.shop-mobile:hover {
  background: #2b3a68 !important;
}

.ticket-mobile {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #fff;
  border-radius: 8px;
  height: 30px;
  margin-right: 3px;
  border-color: white;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 6px;
}
@media screen and (max-width: 333px) {
  .ticket-mobile {
    font-size: 13px;
  }
}
.ticket-mobile:hover {
  background: #2b3a68;
}

.mobile-menu-container .mobile-menu-ticket-btn span {
  margin-left: 5px;
}

.homepage.saffireMobileSize .wrapper {
  padding: 114px 0px 0px;
}

.saffireMobileSize #cardWidget:empty {
  display: none;
}

/*# sourceMappingURL=theme.css.map */
