.vertical-center {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
/*
https://github.com/bfred-it/object-fit-images/blob/master/preprocessors/mixin.less
  This mixin can be used to set the object-fit:
  .object-fit(contain);
  or object-fit and object-position:
  .object-fit(cover, top);
*/
.swal2-modal .swal2-confirm,
.swal2-modal .swal2-cancel {
  font-family: 'Raleway', sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  border-radius: 0px;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  padding: 10px 20px;
  min-width: 185px;
  font-weight: 600;
  color: #FFFFFF;
  background-color: #fff;
  border-color: #444444;
  border: 1px solid #444 !important;
}
.swal2-modal .swal2-confirm:hover,
.swal2-modal .swal2-cancel:hover {
  background: #fff !important;
  color: #444;
}
.swal2-modal .swal2-confirm:focus,
.swal2-modal .swal2-cancel:focus {
  outline: 0;
}
@-webkit-keyframes saturate {
  0% {
    -webkit-filter: saturate(none);
  }
  50% {
    -webkit-filter: saturate(2);
  }
  100% {
    -webkit-filter: saturate(4);
  }
}
@-webkit-keyframes fadeIn {
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes moveUp {
  100% {
    -webkit-transform: translateY(0);
    opacity: 1;
  }
}
@keyframes moveUp {
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes scaleUp {
  100% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}
@keyframes scaleUp {
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes fallPerspective {
  100% {
    -webkit-transform: translateZ(0px) translateY(0px) rotateX(0deg);
    opacity: 1;
  }
}
@keyframes fallPerspective {
  100% {
    -webkit-transform: translateZ(0px) translateY(0px) rotateX(0deg);
    transform: translateZ(0px) translateY(0px) rotateX(0deg);
    opacity: 1;
  }
}
@-webkit-keyframes fly {
  100% {
    -webkit-transform: rotateX(0deg);
    opacity: 1;
  }
}
@keyframes fly {
  100% {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
  }
}
@-webkit-keyframes flip {
  100% {
    -webkit-transform: rotateX(0deg);
    opacity: 1;
  }
}
@keyframes flip {
  100% {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
  }
}
@-webkit-keyframes helix {
  100% {
    -webkit-transform: rotateY(0deg);
    opacity: 1;
  }
}
@keyframes helix {
  100% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    opacity: 1;
  }
}
@-webkit-keyframes popUp {
  70% {
    -webkit-transform: scale(1.1);
    opacity: .8;
    -webkit-animation-timing-function: ease-out;
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}
@keyframes popUp {
  70% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: .8;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@media screen and (max-width: 900px) {
  .grid li {
    width: 50%;
  }
}
@media screen and (max-width: 400px) {
  .grid li {
    width: 100%;
  }
}
@keyframes weddingapp-content-welcome-message-popout-animation {
  from {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  50% {
    transform: matrix3d(1, 0, 0, 0, 0, 100, 0, -0.1, 0, 0, 1, 0, 0, -50, 0, 1);
  }
  to {
    transform: matrix3d(1.6, 0, 0, 0, 0, 160, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}
@keyframes weddingapp-content-welcome-message-popout-animation-reverse {
  to {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  50% {
    transform: matrix3d(1, 0, 0, 0, 0, 100, 0, -0.1, 0, 0, 1, 0, 0, -50, 0, 1);
  }
  from {
    transform: matrix3d(1.6, 0, 0, 0, 0, 160, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}
@-webkit-keyframes weddingapp-content-welcome-message-popout-animation {
  from {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  50% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 100, 0, -0.1, 0, 0, 1, 0, 0, -50, 0, 1);
  }
  to {
    -webkit-transform: matrix3d(1.6, 0, 0, 0, 0, 160, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}
@-webkit-keyframes weddingapp-content-welcome-message-popout-animation-reverse {
  to {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  50% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 100, 0, -0.1, 0, 0, 1, 0, 0, -50, 0, 1);
  }
  from {
    -webkit-transform: matrix3d(1.6, 0, 0, 0, 0, 160, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}
@-moz-keyframes weddingapp-content-welcome-message-popout-animation {
  from {
    -moz-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  50% {
    -moz-transform: matrix3d(1, 0, 0, 0, 0, 100, 0, -0.1, 0, 0, 1, 0, 0, -50, 0, 1);
  }
  to {
    -moz-transform: matrix3d(1.6, 0, 0, 0, 0, 160, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}
@-moz-keyframes weddingapp-content-welcome-message-popout-animation-reverse {
  to {
    -moz-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  50% {
    -moz-transform: matrix3d(1, 0, 0, 0, 0, 100, 0, -0.1, 0, 0, 1, 0, 0, -50, 0, 1);
  }
  from {
    -moz-transform: matrix3d(1.6, 0, 0, 0, 0, 160, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}
@-ms-keyframes weddingapp-content-welcome-message-popout-animation {
  from {
    -ms-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  50% {
    -ms-transform: matrix3d(1, 0, 0, 0, 0, 100, 0, -0.1, 0, 0, 1, 0, 0, -50, 0, 1);
  }
  to {
    -ms-transform: matrix3d(1.6, 0, 0, 0, 0, 160, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}
@-ms-keyframes weddingapp-content-welcome-message-popout-animation-reverse {
  to {
    -ms-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  50% {
    -ms-transform: matrix3d(1, 0, 0, 0, 0, 100, 0, -0.1, 0, 0, 1, 0, 0, -50, 0, 1);
  }
  from {
    -ms-transform: matrix3d(1.6, 0, 0, 0, 0, 160, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}
@-o-keyframes weddingapp-content-welcome-message-popout-animation {
  from {
    -o-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  50% {
    -o-transform: matrix3d(1, 0, 0, 0, 0, 100, 0, -0.1, 0, 0, 1, 0, 0, -50, 0, 1);
  }
  to {
    -o-transform: matrix3d(1.6, 0, 0, 0, 0, 160, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}
@-o-keyframes weddingapp-content-welcome-message-popout-animation-reverse {
  to {
    -o-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  50% {
    -o-transform: matrix3d(1, 0, 0, 0, 0, 100, 0, -0.1, 0, 0, 1, 0, 0, -50, 0, 1);
  }
  from {
    -o-transform: matrix3d(1.6, 0, 0, 0, 0, 160, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}
.content[contenttype=welcome][contenttemplate="round"] {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .content[contenttype=welcome][contenttemplate="round"] {
    width: 75%;
    margin: auto;
  }
}
.content[contenttype=welcome][contenttemplate="round"] .weddingapp-content-welcome-message-container-overlay {
  background-color: white;
}
body.mobile .content[contenttype=welcome][contenttemplate="round"] .weddingapp-content-welcome-message-container-overlay {
  -webkit-transform-origin: 50% 0%;
  -moz-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  -o-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}
.content[contenttype=welcome][contenttemplate="round"] .weddingapp-content-welcome-message-container-overlay.weddingapp-content-welcome-message-popout {
  -webkit-animation: weddingapp-content-welcome-message-popout-animation ease-in-out 1.5s 1 normal forwards;
  -moz-animation: weddingapp-content-welcome-message-popout-animation ease-in-out 1.5s 1 normal forwards;
  -ms-animation: weddingapp-content-welcome-message-popout-animation ease-in-out 1.5s 1 normal forwards;
  -o-animation: weddingapp-content-welcome-message-popout-animation ease-in-out 1.5s 1 normal forwards;
  animation: weddingapp-content-welcome-message-popout-animation ease-in-out 1.5s 1 normal forwards;
}
.content[contenttype=welcome][contenttemplate="round"] .weddingapp-content-welcome-message-container-overlay.weddingapp-content-welcome-message-popout-reverse {
  -webkit-animation: weddingapp-content-welcome-message-popout-animation-reverse ease-in-out 1.5s 1 normal forwards;
  -moz-animation: weddingapp-content-welcome-message-popout-animation-reverse ease-in-out 1.5s 1 normal forwards;
  -ms-animation: weddingapp-content-welcome-message-popout-animation-reverse ease-in-out 1.5s 1 normal forwards;
  -o-animation: weddingapp-content-welcome-message-popout-animation-reverse ease-in-out 1.5s 1 normal forwards;
  animation: weddingapp-content-welcome-message-popout-animation-reverse ease-in-out 1.5s 1 normal forwards;
}
@keyframes mymove {
  from {
    bottom: -20px;
    opacity: 0.3;
  }
  to {
    bottom: 0px;
    opacity: 1;
  }
}
@-webkit-keyframes mymove {
  from {
    bottom: -20px;
    opacity: 0.3;
  }
  to {
    bottom: 0px;
    opacity: 1;
  }
}
@-moz-keyframes mymove {
  from {
    bottom: -20px;
    opacity: 0.3;
  }
  to {
    bottom: 0px;
    opacity: 1;
  }
}
@-o-keyframes mymove {
  from {
    bottom: -20px;
    opacity: 0.3;
  }
  to {
    bottom: 0px;
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.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(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  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-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item > img,
.owl-carousel .owl-item > div > img {
  display: block;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.no-js .owl-carousel {
  display: block;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  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(/sites/all/modules/weddingapp/jquery-modules/owl.carousel/assets/owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}
@keyframes bounce {
  0%,
  20%,
  53%,
  80%,
  100% {
    -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);
  }
}
.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%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%,
  50%,
  100% {
    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);
    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);
  }
}
.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);
    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);
  }
}
.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);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}
@-webkit-keyframes 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);
    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);
  }
}
.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);
    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);
  }
}
.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;
    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;
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}
@-webkit-keyframes bounceIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  100% {
    -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%,
  20%,
  40%,
  60%,
  80%,
  100% {
    -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);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}
@-webkit-keyframes bounceInDown {
  0%,
  60%,
  75%,
  90%,
  100% {
    -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%,
  60%,
  75%,
  90%,
  100% {
    -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;
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  0%,
  60%,
  75%,
  90%,
  100% {
    -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%,
  60%,
  75%,
  90%,
  100% {
    -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;
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  0%,
  60%,
  75%,
  90%,
  100% {
    -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%,
  60%,
  75%,
  90%,
  100% {
    -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;
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
  0%,
  60%,
  75%,
  90%,
  100% {
    -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%,
  60%,
  75%,
  90%,
  100% {
    -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);
  }
}
.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);
    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);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
  -webkit-animation-duration: .75s;
  animation-duration: .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);
    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);
  }
}
.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);
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  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);
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-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);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-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);
    transform: translate3d(0, -2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-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);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-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);
    transform: translate3d(-2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-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);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-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);
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-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);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-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);
    transform: translate3d(0, 2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-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);
    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);
    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);
    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);
    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);
    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);
    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);
    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);
    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);
    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;
  }
}
.animated.flip {
  -webkit-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);
    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);
  }
}
.flipInX {
  -webkit-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);
    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);
  }
}
.flipInY {
  -webkit-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);
    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;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-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);
    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;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
  -webkit-animation-duration: .75s;
  animation-duration: .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);
    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;
  }
}
.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);
    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;
    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;
  }
}
.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;
    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;
  }
}
.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;
    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;
  }
}
.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;
    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;
  }
}
.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;
    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;
  }
}
.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;
    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;
  }
}
.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: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@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: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(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;
    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;
  }
}
.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;
    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;
  }
}
.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;
    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;
  }
}
.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;
    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;
  }
}
.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);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    -webkit-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);
    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);
    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);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
  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);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
  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);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
  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);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
  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);
    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);
    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);
  }
}
.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);
    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;
  }
}
.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);
    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;
  }
}
.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);
    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);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}
@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}
@keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
.content[contenttype=registry][contenttemplate="page"] .weddingapp-content-registry-page-wrapper .weddingapp-content-registry-giftsticker #monogram .seal-container {
  -webkit-perspective: 1200;
  -moz-perspective: 1200;
  perspective: 1200;
}
.content[contenttype=registry][contenttemplate="page"] .weddingapp-content-registry-page-wrapper .weddingapp-content-registry-giftsticker #monogram .seal-container:hover .seal {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.content[contenttype=registry][contenttemplate="page"] .weddingapp-content-registry-page-wrapper .weddingapp-content-registry-giftsticker #monogram .seal-container .seal {
  width: 200px;
  height: 200px;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.content[contenttype=registry][contenttemplate="page"] .weddingapp-content-registry-page-wrapper .weddingapp-content-registry-giftsticker #monogram .seal-container .front,
.content[contenttype=registry][contenttemplate="page"] .weddingapp-content-registry-page-wrapper .weddingapp-content-registry-giftsticker #monogram .seal-container .back {
  position: absolute;
  top: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.content[contenttype=registry][contenttemplate="page"] .weddingapp-content-registry-page-wrapper .weddingapp-content-registry-giftsticker #monogram .seal-container .back {
  z-index: 800;
  -webkit-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}
.content[contenttype=registry][contenttemplate="page"] .weddingapp-content-registry-page-wrapper .weddingapp-content-registry-giftsticker #monogram .seal-container .face {
  border-radius: 50%;
  width: 200px;
  height: 200px;
  display: inline-block;
  display: table;
}
.content[contenttype=registry][contenttemplate="page"] .weddingapp-content-registry-page-wrapper .weddingapp-content-registry-giftsticker #monogram .seal-container .details {
  margin: 0px auto;
  font-size: 26px;
  line-height: 26px;
  font-family: 'rollerscriptsmooth';
  width: 200px;
  display: table-cell;
  vertical-align: middle;
}
.content[contenttype=registry][contenttemplate="page"] .weddingapp-content-registry-page-wrapper .weddingapp-content-registry-giftsticker #monogram .seal-container .details .for {
  font-size: 80%;
}
.content[contenttype=registry][contenttemplate="page"] .weddingapp-content-registry-page-wrapper .weddingapp-content-registry-giftsticker #monogram .seal-container .details .amp {
  font-size: 70%;
  padding: 0px 10px;
}
.content[contenttype=registry][contenttemplate="page"] .weddingapp-content-registry-page-wrapper .weddingapp-content-registry-widget-container {
  width: 500px;
  position: relative;
  overflow: hidden;
}
body.mobile .content[contenttype=registry][contenttemplate="page"] .weddingapp-content-registry-page-wrapper .weddingapp-content-registry-widget-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: auto;
}
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) {
  .content[contenttype=registry][contenttemplate="page"] .weddingapp-content-registry-page-wrapper .weddingapp-content-registry-widget-container {
    position: absolute;
    top: 0%;
    left: 0;
    right: 0;
    bottom: 0;
    width: auto;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .content[contenttype=registry][contenttemplate="page"] .weddingapp-content-registry-page-wrapper .weddingapp-content-registry-widget-container {
    padding: 0 10%;
  }
}
.content[contenttype=registry][contenttemplate="page"] .weddingapp-content-registry-page-wrapper .weddingapp-content-registry-widget-container .weddingapp-content-registry-widget-scrollwrapper {
  padding: 20px;
  box-sizing: border-box;
}
body.desktop .content[contenttype=registry][contenttemplate="page"] .weddingapp-content-registry-page-wrapper .weddingapp-content-registry-widget-container .weddingapp-content-registry-widget-scrollwrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: auto;
}
.content[contenttype=registry][contenttemplate="page"] .weddingapp-content-registry-page-wrapper .weddingapp-content-registry-widget-container .weddingapp-content-registry-widget-scrollwrapper .widget-container-title {
  color: white;
  text-transform: uppercase;
  text-align: right;
  min-height: 16px;
  padding-top: 10px;
  padding-bottom: 11px;
  margin-bottom: 10px;
  padding-right: 30px;
  font-size: 12px;
  line-height: 16px;
}
.content[contenttype=registry][contenttemplate="page"] .weddingapp-content-registry-page-wrapper .weddingapp-content-registry-widget-container .weddingapp-content-registry-widget-scrollwrapper .widget-container {
  background: none;
  padding-bottom: 20px;
  padding-top: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  width: 100%;
  overflow: hidden;
}
.content[contenttype=registry][contenttemplate="page"] .weddingapp-content-registry-page-wrapper .weddingapp-content-registry-widget-container .weddingapp-content-registry-widget-scrollwrapper .widget-container:last-child {
  padding-bottom: 30px;
  border-bottom: none;
}
.content[contenttype=registry][contenttemplate="page"] .weddingapp-content-registry-page-wrapper .weddingapp-content-registry-widget-container .weddingapp-content-registry-widget-scrollwrapper .widget-container .widget {
  padding-left: 10px;
  -webkit-font-smoothing: antialiased;
}
.content[contenttype=registry][contenttemplate="page"] .weddingapp-content-registry-page-wrapper .weddingapp-content-registry-widget-container .weddingapp-content-registry-widget-scrollwrapper .widget-container .widget:before {
  float: right;
  padding-top: 5px;
  padding-right: 10px;
}
.content[contenttype=registry][contenttemplate="page"] .weddingapp-content-registry-page-wrapper .weddingapp-content-registry-widget-container .weddingapp-content-registry-widget-scrollwrapper .widget-container .widget .ui-widget-registry-textpanel {
  margin: 0;
}
.content[contenttype=registry][contenttemplate="page"] .weddingapp-content-registry-page-wrapper .weddingapp-content-registry-widget-container .weddingapp-content-registry-widget-scrollwrapper .widget-container .widget .ui-widget-component-title:link,
.content[contenttype=registry][contenttemplate="page"] .weddingapp-content-registry-page-wrapper .weddingapp-content-registry-widget-container .weddingapp-content-registry-widget-scrollwrapper .widget-container .widget .ui-widget-component-title:visited {
  text-decoration: none;
}
.content[contenttype=registry][contenttemplate="page"] .weddingapp-content-registry-page-wrapper .weddingapp-content-registry-widget-container .weddingapp-content-registry-widget-scrollwrapper .widget-container .widget .inlineTextLink:link,
.content[contenttype=registry][contenttemplate="page"] .weddingapp-content-registry-page-wrapper .weddingapp-content-registry-widget-container .weddingapp-content-registry-widget-scrollwrapper .widget-container .widget .inlineTextLink:visited {
  color: inherit;
  -webkit-font-smoothing: antialiased;
}
.content[contenttype=registry][contenttemplate="page"] .weddingapp-content-registry-page-wrapper .weddingapp-content-registry-widget-container .weddingapp-content-registry-widget-scrollwrapper .widget-container:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.content[contenttype=registry][contenttemplate="page"] .weddingapp-content-registry-page-wrapper .weddingapp-content-registry-widget-container .weddingapp-content-registry-widget-scrollwrapper .active .widget-container-title {
  background: #bbbbbb;
}
html {
  font-size: 14px;
}
/* resets */
blockquote {
  font-size: inherit;
}
.pad-20-t {
  padding-top: 20px!important;
}
.m-t-1 {
  margin-top: 1em;
}
.m-tb-1 {
  margin: 1em 0;
}
.m-b-1 {
  margin: 0 0 1em 0;
}
.m-b-0 {
  margin-bottom: 0 !important;
}
.p-a-0 {
  padding: 0;
}
.is-preview {
  padding-top: 40px;
}
.form-material .form-control {
  padding-bottom: 5px;
  color: #343434;
  font-weight: normal;
}
.form-material .form-control::-webkit-input-placeholder {
  color: #919191;
  font-weight: 300;
}
.note-editor .maxlength {
  display: none;
}
#admin-banner,
#preview-banner {
  background: #444;
  width: 100%;
  height: 40px;
  position: fixed;
  line-height: 1;
  padding: 1em 0.5em;
  z-index: 155;
  text-transform: uppercase;
  color: #fff;
  font-family: 'Open Sans', serif;
  letter-spacing: 1px;
  font-size: 0.85rem;
  font-weight: normal;
}
#admin-banner .row,
#preview-banner .row {
  height: 100%;
}
#admin-banner a .fa,
#preview-banner a .fa {
  font-size: 1rem;
}
#admin-banner a:hover,
#preview-banner a:hover {
  color: #ccc;
}
#admin-banner a#preview-app i,
#preview-banner a#preview-app i {
  font-size: 1.4rem;
  vertical-align: sub;
}
#admin-banner a#dashboard-link i,
#preview-banner a#dashboard-link i {
  font-size: 1rem;
  padding-top: 10px;
}
.widget-content .widget-circle {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  float: left;
  margin-right: 1em;
}
.widget-content-img img {
  max-width: 100%;
}
.widget-container {
  font-size: 1rem;
  padding: 2em 4em 0 2em;
  position: relative;
}
.widget-container hr {
  margin: 5px 0;
}
.widget-container .widget {
  overflow: hidden;
  padding: 20px 0 20px 0;
  margin-left: 15px;
  clear: both;
  overflow-wrap: break-word;
}
.widget-container .widget [class*="col-"] {
  padding: 0;
}
.widget-container .widget:last-child {
  border-bottom: 0;
}
.widget-container .widget .widget-image-content {
  overflow: hidden;
}
.widget-container .widget .widget-category-title {
  margin-bottom: 10px;
}
.widget-container .widget .widget-content-title p,
.widget-container .widget .widget-content-link p {
  font-weight: 600;
  margin-bottom: 0;
}
.widget-container .widget .widget-content > div:last-child > p:last-child {
  margin-bottom: 0;
}
.widget-container .widget .widget-content iframe {
  width: 100%;
}
.widget-container .widget .widget-content a,
.widget-container .widget .widget-content a:hover,
.widget-container .widget .widget-content a:link {
  text-decoration: underline;
}
.widget-container .widget .widget-link-icon:link {
  text-decoration: underline;
}
.widget-container .widget .widget-link-icon:link:after {
  content: "\f08e";
  font: normal normal normal 14px/1 FontAwesome;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 2%;
  font-size: 0.9em;
  /*weird fix to remove link underline on after icon*/
  display: inline-block;
}
.widget-container .widget .widget-img-ps {
  width: 100px !important;
  height: 100px;
  border-radius: 50%;
}
.widget-container .widget .widget-content-img-circle {
  width: 100px !important;
  height: 100px;
  border-radius: 50%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  float: right;
  margin-left: 15px;
}
.widget-container .widget.widget-color-palette .circle {
  width: 50px;
  height: 50px;
  padding: 0;
  -moz-box-shadow: 0 0 2px #bbbbbb;
  -webkit-box-shadow: 0 0 2px #bbbbbb;
  box-shadow: 0 0 2px #bbbbbb;
  margin-right: 5px;
}
.widget-container .widget.widget-text a:link,
.widget-container .widget.widget-text a:visited {
  text-decoration: underline;
}
.widget-container .widget.widget-listing .widget-listing-content {
  overflow: hidden;
  margin-bottom: 20px;
}
.widget-container .widget.widget-listing .widget-listing-content div:last-child p:last-child {
  margin-bottom: 0;
}
.widget-container .widget.widget-listing .widget-listing-content:last-child {
  margin-bottom: 0;
}
.widget-container .widget.widget-listing .widget-listing-content .widget-content-text {
  padding-right: 10px;
}
.widget-container .widget.widget-listing .widget-listing-content .widget-img-circle {
  width: 100%;
  border-radius: 50%;
  display: block;
}
.widget-container .widget.widget-listing .widget-listing-content .widget-content-phone p {
  margin-bottom: 0;
}
.widget-container .widget.widget-link .widget-content-text p:last-child {
  margin-bottom: 0;
}
.widget-container .widget.widget-image .widget-content-img {
  margin-bottom: 10px;
}
.widget-container .widget.widget-image .widget-website-link p {
  margin-bottom: 0;
}
.widget-container .widget.widget-photo-grid .widget-image-square {
  width: 100%;
  padding-bottom: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid #fff;
}
.widget-container .widget.widget-photo-grid .widget-content-img > div:last-child {
  margin-bottom: 10px;
}
.widget-container .widget.widget-photo-grid .widget-website-link p {
  margin-bottom: 0;
}
.widget-container .widget.widget-video .widget-content-video {
  position: relative;
  margin-bottom: 10px;
  overflow: hidden;
}
.widget-container .widget.widget-video .widget-content-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.widget-container .widget.widget-video .widget-content-text p:last-child {
  margin-bottom: 0;
}
.widget-container .widget.widget-map .widget-content-map {
  margin-bottom: 10px;
}
.widget-container .widget.widget-poll .btn-poll {
  position: relative;
  background-color: white;
  border: 1px solid #444;
  font-weight: 400;
  text-transform: uppercase;
  padding: 3px 12px;
  letter-spacing: 1px;
  border-radius: 0px;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.widget-container .widget.widget-poll .btn-poll:hover,
.widget-container .widget.widget-poll .btn-poll:focus,
.widget-container .widget.widget-poll .btn-poll.active {
  color: #fff;
  background-color: #444;
}
.widget-container .widget.widget-poll [data-toggle="buttons"] .btn-poll input[type="radio"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.widget-container .widget.widget-registry.legacy-link {
  position: relative;
}
.widget-container .widget.widget-registry.legacy-link .widget-category-title {
  margin-bottom: 0;
}
.widget-container .widget.widget-registry.legacy-link .widget-category-title:after {
  content: "\f105";
  position: absolute;
  display: block;
  width: 10px;
  height: 20px;
  background-repeat: no-repeat;
  top: 50%;
  right: 0px;
  margin-top: -10px;
  font: normal normal normal 20px/1 FontAwesome;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: greyscale;
}
.widget-container .widget.widget-registry.legacy-link:hover {
  background-color: rgba(255, 255, 255, 0.2);
  cursor: pointer;
}
.widget-container .widget.widget-registry.legacy-link .widget-thumb {
  width: 50px;
  height: 50px;
  margin-right: 10px;
}
.widget-container .widget.widget-registry.legacy-link a:hover {
  text-decoration: none;
}
.pswp__container {
  max-width: 90%;
  margin: 0 auto;
}
.pswp__container_transition {
  -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.pswp__zoom-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pswp__zoom-wrap > .row {
  margin-right: 0;
  max-height: 80vh;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex: 0 1 auto;
  flex: 0 1 auto;
}
.pswp__zoom-wrap blockquote {
  height: 80vh;
  width: 30vw;
  overflow-y: auto;
  overflow-x: hidden;
  border: none;
  color: #fff;
}
.pswp__zoom-wrap blockquote .txt-extended {
  display: none;
}
.pswp__zoom-wrap blockquote .txt-extended.show {
  display: inline-block;
}
.pswp.gallery .pswp__zoom-wrap {
  align-items: initial;
}
.pswp.gallery .pswp__zoom-wrap img {
  max-width: none;
  max-height: none;
  object-fit: contain;
}
.pswp img {
  object-fit: contain;
}
.pswp img.img-responsive {
  max-width: 70vw;
  max-height: 80vh;
}
/* set play/pause button */
.pswp__button--playpause.play,
.pswp__button--playpause.play:before {
  background: url('/img/wedding/photoswipe/play-wh.png') no-repeat 50% 50%;
  background-size: 40%;
}
.pswp__button--playpause.pause,
.pswp__button--playpause.pause:before {
  background: url('/img/wedding/photoswipe/pause-wh.png') no-repeat 50% 50%;
  background-size: 40%;
}
.pswp__button {
  outline: none;
}
.appy-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  background: rgba(248, 248, 248, 0.92);
  color: #444;
  display: flex;
  flex: 1;
  justify-content: center;
}
.appy-overlay .block-content {
  position: relative;
  top: 100px;
}
/* countdown */
#clock {
  display: flex;
  align-items: center;
  align-self: center;
  justify-content: center;
  align-content: center;
  color: #343434;
  margin-top: 2em;
}
#clock > div[class]:not(.none) {
  background: #fff;
  border-radius: 50%;
  width: 3em;
  height: 3em;
  float: left;
  padding: 2.5em;
  margin: 0 0.25em;
  font-size: 3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 1;
  position: relative;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
#clock > div[class]:not(.none):hover {
  z-index: 2;
  -webkit-transform: scale(1.25);
  -moz-transform: scale(1.25);
  -ms-transform: scale(1.25);
  transform: scale(1.25);
}
#clock > div[class]:not(.none):nth-child(2) {
  background: rgba(255, 255, 255, 0.9);
}
#clock > div[class]:not(.none):nth-child(3) {
  background: rgba(255, 255, 255, 0.7);
}
#clock > div[class]:not(.none):nth-child(4) {
  background: rgba(255, 255, 255, 0.5);
}
body {
  margin: 0;
  padding: 0;
  height: 100%;
  color: #343434;
  background: #fff;
}
body.font-style-static {
  font-family: 'Museo Sans', sans-serif;
  font-size: 14px;
  line-height: 1.3;
}
body .wedsite-page-wrapper {
  position: absolute;
  min-height: 100%;
  width: 100%;
  background-size: 100% auto;
}
@media only screen and (max-width: 768px) {
  body .wedsite-page-wrapper {
    background-size: 110% auto;
  }
}
body .wedsite-page-wrapper a,
body .wedsite-page-wrapper a:link,
body .wedsite-page-wrapper a:visited {
  color: #222222;
}
body #wrapper .wedsite-menubar.is-preview {
  padding-top: 0;
}
body #wrapper .wedsite-menubar.is-preview.wedsite-menubar-template-1 .auth {
  top: 18px;
}
body #wrapper .widget-category-title span i {
  font-size: 16px;
}
/*body .wedsite-menubar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
    overflow: hidden;

    & ul {
        position: absolute;
        left: 0;
        right: 0;
        margin-top: 0 !important;
        white-space: nowrap;
        text-transform: uppercase;
        text-align: center;

        & li {
            display: inline-block;
        }
    }

    & .wedsite-menubar-inner {
        position: relative;
        overflow: hidden;
    }
}*/
body #wrapper .wedsite-menubar {
  width: 100%;
  max-width: 100%;
  z-index: 2;
  position: fixed;
}
body #wrapper .wedsite-menubar.wedsite-menubar-template-1 .wedsite-menubar-inner {
  height: 48px;
  width: 90%;
  margin: 0 auto;
}
body #wrapper .wedsite-menubar.wedsite-menubar-template-1 nav.navigation {
  max-width: 100vw;
  text-align: center;
  padding-top: 4px;
}
body #wrapper .wedsite-menubar.wedsite-menubar-template-1 nav.navigation ul {
  display: inline-block;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
body #wrapper .wedsite-menubar.wedsite-menubar-template-1 nav.navigation ul li {
  display: inline-block;
  margin: 0px 8px;
  padding: 0;
}
body #wrapper .wedsite-menubar.wedsite-menubar-template-1 nav.navigation ul li a {
  display: inline-block;
  text-decoration: none;
  padding: 12px 0px 7px 2px;
}
body #wrapper .wedsite-menubar.wedsite-menubar-template-1 nav.navigation .nav__dropdown {
  padding: 1rem;
  white-space: nowrap;
  top: 30px;
  right: -20px;
  background-color: #fff;
  transition: 300ms cubic-bezier(0.25, 2, 0.25, 1);
  -webkit-transform-origin: center top;
  -ms-transform-origin: center top;
  transform-origin: center top;
  -webkit-transform: rotateX(-30deg);
  transform: rotateX(-30deg);
  opacity: 0;
}
body #wrapper .wedsite-menubar.wedsite-menubar-template-1 nav.navigation .nav__dropdown.show {
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
  opacity: 1;
  visibility: visible;
  box-shadow: 0 0 20px 0 rgba(49, 49, 49, 0.25);
  transition: 300ms cubic-bezier(0.25, 2, 0.25, 1), box-shadow 1000ms cubic-bezier(0.25, 2, 0.25, 1);
}
@media (max-width: 650px) {
  body #wrapper .wedsite-menubar.wedsite-menubar-template-1 nav.navigation .nav__dropdown {
    right: auto;
    left: 0;
  }
  body #wrapper .wedsite-menubar.wedsite-menubar-template-1 nav.navigation .nav__dropdown:after {
    right: auto;
    left: 4rem;
  }
}
body #wrapper .wedsite-menubar.wedsite-menubar-template-1 nav.navigation .nav__dropdown:after {
  display: block;
  position: absolute;
  height: 0;
  width: 0;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  content: '';
  top: -6px;
  right: 2rem;
}
body #wrapper .wedsite-menubar.wedsite-menubar-template-1 nav.navigation .nav__dropdown-wrapper {
  display: inline-block;
  -webkit-perspective: 500px;
  perspective: 500px;
}
@media (max-width: 650px) {
  body #wrapper .wedsite-menubar.wedsite-menubar-template-1 nav.navigation .nav__dropdown-wrapper {
    position: static !important;
  }
}
body #wrapper .wedsite-menubar.wedsite-menubar-template-1 nav.navigation .nav__dropdown-toggle {
  outline: none;
  display: inline-block;
  border: none;
  background: none;
  text-decoration: underline;
  background-image: url("../images/dist/svg/arrow-down.svg");
  background-repeat: no-repeat;
  background-position: 100% center;
}
body #wrapper .wedsite-menubar.wedsite-menubar-template-1 nav.navigation .nav__dropdown li {
  display: block;
}
body #wrapper .wedsite-menubar.wedsite-menubar-template-1 nav.navigation .nav__dropdown li:first-child a {
  padding-left: 2rem;
}
body #wrapper .wedsite-menubar.wedsite-menubar-template-1 nav.navigation .nav__dropdown a {
  display: inline-block;
  padding: .5rem 2rem;
}
body #wrapper .wedsite-menubar.wedsite-menubar-template-1 .auth {
  position: absolute;
  top: 16px;
  right: 0;
  height: 20px;
  width: 55px;
  padding-left: 5px;
  margin: 0;
  z-index: 1;
  -webkit-transition: background-color 0.3s linear 0s;
  -moz-transition: background-color 0.3s linear 0s;
  -o-transition: background-color 0.3s linear 0s;
  -ms-transition: background-color 0.3s linear 0s;
  transition: background-color 0.3s linear 0s;
}
body #wrapper .wedsite-menubar.wedsite-menubar-template-1 .auth a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
}
body #wrapper .wedsite-menubar.wedsite-menubar-template-1 .auth a:hover {
  text-decoration: none;
}
#header {
  z-index: 2;
}
.headercolorblockmain {
  height: 90px;
  display: table;
  width: 100%;
}
.headercolorblockmain .wedsite-page-title-container {
  display: table-cell;
  vertical-align: middle;
  padding: 30px 0 0;
}
a,
a:focus {
  outline: 0;
  -webkit-transition: color 0.5s linear 0s;
  -moz-transition: color 0.5s linear 0s;
  -o-transition: color 0.5s linear 0s;
  -ms-transition: color 0.5s linear 0s;
  transition: color 0.5s linear 0s;
}
a:link,
a:visited {
  color: inherit;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
p {
  margin: 0.6em 0 1.2em;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
}
h1 {
  font-size: 26px;
}
h3 {
  font-size: 22px;
}
ul,
.block ul,
ol {
  margin: 0.5em 0 1em;
  padding: 0 0 0 1.5em;
}
ol li,
ul li,
ul.menu li,
.item-list ul li,
li.leaf {
  margin: 0.15em 0 0.15em .5em;
  padding-bottom: .1em;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.ui-widget-gallery {
  text-align: right;
}
.ui-widget-gallery .ui-widget-gallery-display-thumb-table {
  display: table;
  width: 100%;
}
.ui-widget-gallery .ui-widget-gallery-display-thumb-row {
  display: table-row;
}
.ui-widget-gallery .ui-widget-gallery-display-thumb-cell {
  display: table-cell;
  vertical-align: middle;
}
.ui-widget-gallery .ui-widget-gallery-display-thumb-table-wrapper {
  display: block;
}
.ui-widget-gallery.ui-widget-gallery-option-usethumbnails .ui-widget-gallery-display-thumb {
  padding-bottom: 100%;
  background-size: contain;
  background-position: 50% 0%;
  cursor: pointer;
  background-repeat: no-repeat;
  margin: 3px;
}
.ui-widget-gallery.ui-widget-gallery-option-usethumbnails .ui-widget-gallery-display-thumb-table-wrapper {
  overflow: hidden;
}
.ui-widget-note .paper {
  min-height: 48px;
}
.ui-widget-photo {
  text-align: left;
  padding: 0px;
}
.ui-widget-photo .ui-widget-photo-photo {
  display: block;
  height: 105px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-color: silver;
}
.ui-widget-registry {
  text-align: left;
  position: relative;
}
.ui-widget-registry .ui-widget-registry-textpanel {
  display: inline-block;
  vertical-align: top;
}
.ui-widget-registry.ui-widget-platform-desktop,
.ui-widget-registry.ui-widget-platform-wedsite {
  cursor: pointer;
}
.ui-widget-registry.ui-widget-platform-desktop.ui-widget-registry-textpanel,
.ui-widget-registry.ui-widget-platform-wedsite.ui-widget-registry-textpanel {
  margin-top: 14px;
  margin-bottom: 14px;
  margin-left: 0px;
  margin-right: 10px;
  max-width: 400px;
}
.ui-widget-registry.ui-widget-platform-desktop.ui-widget-registry-textpanel:after,
.ui-widget-registry.ui-widget-platform-wedsite.ui-widget-registry-textpanel:after {
  content: "\e900";
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  top: 50%;
  right: 0px;
  margin-top: -10px;
  font-family: 'widgets-registry';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: greyscale;
}
.ui-widget-registry.ui-widget-platform-desktop.ui-widget-registry-textpanel > a.ui-widget-registry-title:link,
.ui-widget-registry.ui-widget-platform-wedsite.ui-widget-registry-textpanel > a.ui-widget-registry-title:link,
.ui-widget-registry.ui-widget-platform-desktop.ui-widget-registry-textpanel > a.ui-widget-registry-title:visited,
.ui-widget-registry.ui-widget-platform-wedsite.ui-widget-registry-textpanel > a.ui-widget-registry-title:visited {
  color: inherit;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
}
.ui-widget-registry.ui-widget-platform-desktop.ui-widget-registry-textpanel.ui-widget-registry-noicon,
.ui-widget-registry.ui-widget-platform-wedsite.ui-widget-registry-textpanel.ui-widget-registry-noicon {
  max-width: 465px;
}
.ui-widget-imagelink {
  text-align: left;
  padding: 6px 6px 6px 0;
  min-height: 55px;
}
.ui-widget-imagelink.ui-widget-imagelink-iconright .ui-widget-imagelink-display-thumb {
  display: block;
  width: 50px;
  height: 50px;
  margin: 0 10px 10px 10px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-color: silver;
  margin-right: 0;
  cursor: pointer;
}
.ui-widget-imagelink .ui-widget-imagelink-textpanel {
  vertical-align: top;
  padding: 0;
}
#wrapper {
  min-height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex: 0 1 auto;
  flex: 0 1 auto;
}
#wrapper .content-template-1 {
  max-width: 90%;
  margin: 0 auto;
}
#wrapper #container {
  margin: 0;
  padding: 0;
}
#wrapper > #container {
  width: 100%;
  min-height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex: 1 0 100%;
  flex: 1 0 100%;
}
#wrapper > #container > .region-content {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex: 1 0 100%;
  flex: 1 0 100%;
  position: relative;
}
#wrapper > #container > .region-content > #block-system-main {
  position: absolute;
  min-height: 100%;
  width: 100%;
}
#wrapper > #container > .region-content > #block-system-main > .content-template-1 {
  position: absolute;
  min-height: 100%;
  width: 100%;
  max-width: 100%;
  text-align: center;
}
.wedsite-page-content-sections-wrapper {
  background-attachment: fixed;
  padding-bottom: 100px;
  background-size: 100%;
  background-position: top center;
}
@media only screen and (max-width: 1200px) {
  .wedsite-page-content-sections-wrapper {
    width: 100%;
    padding-left: 0%;
    padding-right: 0%;
  }
}
.wedsite-page-content-sections-wrapper .wedsite-section-title-container {
  text-align: center;
}
.wedsite-page-content-sections-wrapper .wedsite-section-title-container .wedsite-section-title {
  display: inline-block;
  min-width: 185px;
}
.content-template-1[contenttype] {
  position: relative;
}
.content-template-1[contenttype] .widget-container {
  text-align: left;
}
.content-template-1[contenttype] .widget-container .widget {
  margin-left: 0;
}
.content-template-1[contenttype] .widget-container .ui-widget-component-title {
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
}
.content-template-1[contenttype] .widget-container .ui-widget-component-title:link,
.content-template-1[contenttype] .widget-container .ui-widget-component-title:visited {
  text-decoration: underline;
  color: inherit;
}
.content-template-1[contenttype] .widget-container.ui-widget-component-title:link,
.content-template-1[contenttype] .widget-container .ui-widget-component-title:visited {
  text-decoration: underline;
  color: inherit;
}
.wedsite-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}
body .wedding_page_header_background_color {
  background: transparent!important;
}
.block-wedsite-content-menubar-spacer-template-1 {
  height: 42px;
}
/*
.block-wedsite.block-wedsite-menubar-template-toggle {
    padding-top: 60px;
}
*/
body.page-template-multiple .wedsite-page-wrapper {
  background-attachment: fixed;
  padding-bottom: 100px;
}
.wedsite-section-title {
  display: inline-block;
  padding: 10px 40px;
  margin: 70px 80px 30px;
  text-align: center;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  color: white;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
  min-width: 160px;
}
.content-template-1[contenttype=welcome][contenttemplate="round"] {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.content-template-1[contenttype=welcome][contenttemplate="round"] .weddingapp-content-welcome-message-container-overlay {
  background-color: white;
}
.content-template-1[contenttype=welcome][contenttemplate="round"] .weddingapp-content-welcome-message-container-overlay .weddingapp-content-welcome-message-popout {
  -webkit-animation: weddingapp-content-welcome-message-popout-animation ease-in-out 1.5s 1 normal forwards;
  -moz-animation: weddingapp-content-welcome-message-popout-animation ease-in-out 1.5s 1 normal forwards;
  -ms-animation: weddingapp-content-welcome-message-popout-animation ease-in-out 1.5s 1 normal forwards;
  -o-animation: weddingapp-content-welcome-message-popout-animation ease-in-out 1.5s 1 normal forwards;
  animation: weddingapp-content-welcome-message-popout-animation ease-in-out 1.5s 1 normal forwards;
}
.content-template-1[contenttype=welcome][contenttemplate="round"] .weddingapp-content-welcome-shadow-bottom {
  height: 19px;
  width: 260px;
  position: absolute;
  top: 101px;
  left: 138px;
}
.content-template-1[contenttype=welcome][contenttemplate="round"] .weddingapp-content-welcome-message-container {
  box-sizing: content-box;
  position: absolute;
  left: 138px;
  width: 263px;
  height: 50px;
  padding-top: 50px;
  -webkit-transition: all 500ms linear;
  -moz-transition: all 500ms linear;
  -o-transition: all 500ms linear;
  -ms-transition: all 500ms linear;
  transition: all 500ms linear;
}
.content-template-1[contenttype=welcome][contenttemplate="round"] .weddingapp-content-welcome-message-container.has-content {
  cursor: pointer;
}
.content-template-1[contenttype=welcome][contenttemplate="round"] .weddingapp-content-welcome-message-container * {
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
}
.content-template-1[contenttype=welcome][contenttemplate="round"] .weddingapp-content-welcome-message-container .weddingapp-content-welcome-message-text {
  position: absolute;
  z-index: 2;
  background-color: white;
  top: -50px;
  padding: 10px 15px 30px 15px;
  width: 350px;
  left: -60px;
  display: none;
}
.content-template-1[contenttype=welcome][contenttemplate="round"] .weddingapp-content-welcome-message-container .weddingapp-content-welcome-message-text p a:link,
.content-template-1[contenttype=welcome][contenttemplate="round"] .weddingapp-content-welcome-message-container .weddingapp-content-welcome-message-text p a:visited {
  text-decoration: underline;
}
.content-template-1[contenttype=welcome][contenttemplate="round"] .weddingapp-content-welcome-message-container .weddingapp-content-welcome-message-text .weddingapp-content-welcome-message-text-close {
  text-align: right;
  color: #666666;
  font-size: 18px;
}
.content-template-1[contenttype=welcome][contenttemplate="round"] .weddingapp-content-welcome-message-container.active {
  display: block;
}
.content-template-1[contenttype=welcome][contenttemplate="round"] .weddingapp-content-welcome-message-container .weddingapp-content-welcome-message-title {
  text-align: center;
  margin: 0.5% 0 4% 0;
}
.content-template-1[contenttype=welcome][contenttemplate="round"] .weddingapp-content-welcome-message-container .weddingapp-content-welcome-message-title .weddingapp-content-welcome-message-arrow {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: url(/img/wedding/single/welcome-message-arrow.png) no-repeat;
  position: absolute;
  right: 16px;
  top: 13px;
}
.content-template-1[contenttype=welcome][contenttemplate="round"] .weddingapp-content-welcome-message-container .weddingapp-content-welcome-message {
  background: url(/img/wedding/single/message-side-shadow.png) repeat-y;
  position: absolute;
  padding: 1px 0;
  margin: 12px 0 0 3px;
  width: 255px;
  height: 38px;
  -webkit-transition: margin-top 0.5s ease;
  -moz-transition: margin-top 0.5s ease;
  -o-transition: margin-top 0.5s ease;
  -ms-transition: margin-top 0.5s ease;
  transition: margin-top 0.5s ease;
}
.content-template-1[contenttype=welcome][contenttemplate="round"] .weddingapp-content-welcome-message-container .weddingapp-content-welcome-message .weddingapp-content-welcome-message-height-collapse-wrapper {
  padding-top: 2px;
  max-height: 47px;
}
.content-template-1[contenttype=welcome][contenttemplate="round"] .weddingapp-content-welcome-message-container .weddingapp-content-welcome-shadow-top {
  background: url(/img/wedding/single/message-top-shadow.png) no-repeat;
  height: 8px;
  width: 255px;
  position: absolute;
  top: -8px;
}
.content-template-1[contenttype=welcome][contenttemplate="round"] .weddingapp-content-welcome-profilephoto-container {
  position: relative;
  width: 540px;
  height: 540px;
  margin: 50px auto 5px;
  background-size: cover;
}
.content-template-1[contenttype=welcome][contenttemplate="round"] .weddingapp-content-welcome-profilephoto-container .weddingapp-content-welcome-profilephoto {
  display: inline-block;
  width: 260px;
  height: 260px;
  border-radius: 150px;
  margin-top: 140px;
  margin-left: 0;
  background-size: cover;
  background-position: center center;
}
.content-template-1[contenttype=welcome][contenttemplate="round"] .weddingapp-content-welcome-profilephoto-container .weddingapp-content-welcome-photoframe {
  position: absolute;
  top: 0;
  left: 0;
}
.content-template-1[contenttype=couple][contenttemplate="polaroids"] .weddingapp-content-couple-polaroid,
.photoviewer-content-couple[contenttemplate="polaroids"] .weddingapp-content-couple-polaroid {
  padding: 4px 1px;
  margin: 25px 4px 25px 10px;
}
.content-template-1[contenttype=couple].photoviewer-shadowbox .weddingapp-content-couple-story,
.photoviewer-content-couple.photoviewer-shadowbox .weddingapp-content-couple-story {
  background-color: #eeeeee;
  width: 100%;
  height: 100%;
}
.content-template-1[contenttype=couple].photoviewer-shadowbox .weddingapp-content-couple-story .weddingapp-content-couple-story-container,
.photoviewer-content-couple.photoviewer-shadowbox .weddingapp-content-couple-story .weddingapp-content-couple-story-container {
  float: right;
  margin-top: 4%;
  margin-right: 4%;
  width: 43%;
  height: 75%;
  overflow: auto;
}
.content-template-1[contenttype=couple].photoviewer-shadowbox .weddingapp-content-couple-story .weddingapp-content-couple-story-container .weddingapp-content-couple-story-title,
.photoviewer-content-couple.photoviewer-shadowbox .weddingapp-content-couple-story .weddingapp-content-couple-story-container .weddingapp-content-couple-story-title {
  margin: 0.6em 0 1.2em;
}
.content-template-1[contenttype=couple].photoviewer-shadowbox .weddingapp-content-couple-story .weddingapp-content-couple-photo,
.photoviewer-content-couple.photoviewer-shadowbox .weddingapp-content-couple-story .weddingapp-content-couple-photo {
  background-size: contain;
}
.content-template-1[contenttype=couple].photoviewer-shadowbox .weddingapp-content-couple-story .weddingapp-content-couple-prev,
.photoviewer-content-couple.photoviewer-shadowbox .weddingapp-content-couple-story .weddingapp-content-couple-prev,
.content-template-1[contenttype=couple].photoviewer-shadowbox .weddingapp-content-couple-story .weddingapp-content-couple-next,
.photoviewer-content-couple.photoviewer-shadowbox .weddingapp-content-couple-story .weddingapp-content-couple-next {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  margin-top: -25px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100%;
}
.content-template-1[contenttype=couple].photoviewer-shadowbox .weddingapp-content-couple-story .weddingapp-content-couple-prev,
.photoviewer-content-couple.photoviewer-shadowbox .weddingapp-content-couple-story .weddingapp-content-couple-prev {
  left: 0;
  background-image: url("/img/wedding/single/arrow_thin_left.png");
}
.content-template-1[contenttype=couple].photoviewer-shadowbox .weddingapp-content-couple-story .weddingapp-content-couple-next,
.photoviewer-content-couple.photoviewer-shadowbox .weddingapp-content-couple-story .weddingapp-content-couple-next {
  right: 0;
  background-image: url("/img/wedding/single/arrow_thin_right.png");
}
.content-template-1[contenttype=couple].photoviewer-shadowbox .weddingapp-content-couple-story .weddingapp-content-couple-story-close,
.photoviewer-content-couple.photoviewer-shadowbox .weddingapp-content-couple-story .weddingapp-content-couple-story-close {
  position: absolute;
  top: 15px;
  right: 25px;
  padding: 7px 15px;
  font-size: 16px;
  color: #cccccc;
  cursor: pointer;
}
.content-template-1[contenttype=couple].photoviewer-shadowbox .weddingapp-content-couple-story .weddingapp-content-couple-photo-underlay,
.photoviewer-content-couple.photoviewer-shadowbox .weddingapp-content-couple-story .weddingapp-content-couple-photo-underlay,
.content-template-1[contenttype=couple].photoviewer-shadowbox .weddingapp-content-couple-story .weddingapp-content-couple-photo,
.photoviewer-content-couple.photoviewer-shadowbox .weddingapp-content-couple-story .weddingapp-content-couple-photo {
  position: absolute;
  top: 0;
  left: 0;
  right: 50%;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.content-template-1[contenttype=couple] .weddingapp-content-couple-polaroid-button,
.photoviewer-content-couple .weddingapp-content-couple-polaroid-button {
  display: block;
  position: absolute;
  bottom: -10px;
  right: -10px;
  background: url("/img/wedding/single/plus-icon-white.png") no-repeat 50% 50% #999999;
  border-radius: 30px;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.content-template-1[contenttype=couple] .weddingapp-content-couple-polaroid,
.photoviewer-content-couple .weddingapp-content-couple-polaroid {
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.content-template-1[contenttype=couple] .weddingapp-content-couple-polaroid .weddingapp-content-couple-polaroid-card,
.photoviewer-content-couple .weddingapp-content-couple-polaroid .weddingapp-content-couple-polaroid-card {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  background-color: white;
  background-color: rgba(255, 255, 255, 0.9);
}
.content-template-1[contenttype=couple] .weddingapp-content-couple-polaroid .weddingapp-content-couple-polaroid-card .weddingapp-content-couple-polaroid-caption,
.photoviewer-content-couple .weddingapp-content-couple-polaroid .weddingapp-content-couple-polaroid-card .weddingapp-content-couple-polaroid-caption {
  position: relative;
  text-align: left;
  padding: 6% 5% 0 5%;
  height: 20%;
}
.content-template-1[contenttype=couple] .weddingapp-content-couple-polaroid .weddingapp-content-couple-polaroid-card .weddingapp-content-couple-polaroid-caption div,
.photoviewer-content-couple .weddingapp-content-couple-polaroid .weddingapp-content-couple-polaroid-card .weddingapp-content-couple-polaroid-caption div {
  vertical-align: middle;
  display: inline-block;
  color: #333333;
  line-height: 1.1em;
  text-overflow: ellipsis;
  overflow: hidden;
  max-height: 100%;
}
.content-template-1[contenttype=couple] .weddingapp-content-couple-polaroid .weddingapp-content-couple-polaroid-card .weddingapp-content-couple-polaroid-image-container,
.photoviewer-content-couple .weddingapp-content-couple-polaroid .weddingapp-content-couple-polaroid-card .weddingapp-content-couple-polaroid-image-container {
  margin: 5% 5%;
  width: 90%;
  height: 70%;
  background-color: #aab3ba;
  cursor: pointer;
}
.content-template-1[contenttype=couple] .weddingapp-content-couple-polaroid .weddingapp-content-couple-polaroid-card .weddingapp-content-couple-polaroid-image-container .weddingapp-content-couple-polaroid-image,
.photoviewer-content-couple .weddingapp-content-couple-polaroid .weddingapp-content-couple-polaroid-card .weddingapp-content-couple-polaroid-image-container .weddingapp-content-couple-polaroid-image {
  width: 100%;
  height: 100%;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-size: cover;
  background-position: 50% 50%;
}
.content-template-1[contenttype=couple] .weddingapp-content-couple-polaroid:before,
.photoviewer-content-couple .weddingapp-content-couple-polaroid:before {
  content: '';
  display: block;
  padding-bottom: 125%;
}
.content-template-1[contenttype=people][contenttemplate="list"] .arrowup::after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.content-template-1[contenttype=people][contenttemplate="list"] #keypeoplemodule {
  width: 890px;
  margin: 0px auto;
  padding-top: 25px;
  min-height: 100%;
}
.content-template-1[contenttype=people][contenttemplate="list"] .keypeoplecircle {
  width: 400px;
  display: inline-block;
  vertical-align: top;
  margin: 0 30px 50px 0;
}
.content-template-1[contenttype=people][contenttemplate="list"] .keypeoplecircle .sectiontitle {
  clear: both;
  margin-left: 20px;
  margin-right: 0;
  max-width: 400px;
  display: inline-block;
  padding: 10px 40px;
  margin: 10px 0 20px;
  text-align: center;
  border-radius: 40px;
  color: white;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
  min-width: 160px;
}
.content-template-1[contenttype=people][contenttemplate="list"] .keypeopleitem {
  text-align: left;
  clear: both;
  margin-bottom: 10px;
  padding: 8px 0 6px 8px;
  display: inline-block;
  width: 392px;
  min-height: 82px;
  vertical-align: top;
  cursor: pointer;
  background: url(/img/wedding/single/grad.png) 0px 0px repeat-y;
}
.content-template-1[contenttype=people][contenttemplate="list"] .keypeopleitem.descriptionicon::after {
  content: '';
  float: right;
  height: 20px;
  width: 20px;
  margin: 32px 25px 0 0;
  display: inline-block;
  border-radius: 30px;
  background-color: #999999;
  background-image: url("/img/wedding/single/arrowdown_white_small.png") !important;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.content-template-1[contenttype=people][contenttemplate="list"] .keypeopleitem .keypeopleimage {
  display: inline-block;
  border: none;
  padding: 0;
  margin: 0;
  box-shadow: 0 1px 5px rgba(156, 155, 159, 0.4);
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover';
}
.content-template-1[contenttype=people][contenttemplate="list"] .keypeopleitem .no-pic {
  width: 82px;
  height: 82px;
  display: inline-block;
}
.content-template-1[contenttype=people][contenttemplate="list"] .keypeopleitem .no-pic .no-pic-placeholder {
  position: relative;
  width: 100%;
  height: auto;
  padding-top: 100%;
}
.content-template-1[contenttype=people][contenttemplate="list"] .keypeopleitem .no-pic .no-pic-placeholder .letter {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 4rem;
  text-transform: uppercase;
  font-weight: 300;
  color: #ffffff;
}
.content-template-1[contenttype=people][contenttemplate="list"] .keypeopleitem .keypeopletext {
  padding: 0 5px;
  display: inline-block;
  vertical-align: top;
  width: 240px;
}
.content-template-1[contenttype=people][contenttemplate="list"] .keypeopleitem .keypeopletext .keypeopleitemdescription {
  margin: 7px 0 7px 0;
  padding-left: 3px;
  height: auto;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.content-template-1[contenttype=people][contenttemplate="list"] .keypeopleitem .keypeopletext .keypeopleitemdescription.open {
  max-height: 4000px;
  opacity: 1;
}
.content-template-1[contenttype=people][contenttemplate="list"] .keypeopleitem .keypeopleitemname {
  padding-bottom: 2px;
  margin-left: 3px;
}
.content-template-1[contenttype=people][contenttemplate="list"] .keypeopleitem .keypeopleitemrelation {
  margin-left: 3px;
}
.content-template-1[contenttype=events][contenttemplate="list"] .weddingapp-content-events-event-details-icon {
  position: absolute;
  right: -15px;
  top: 55px;
  display: inline-block;
  width: 30px;
  height: 30px;
  float: right;
  border-radius: 30px;
  background: url(/img/wedding/single/arrowdown_white.png) no-repeat 50% 50% #999999;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.content-template-1[contenttype=events][contenttemplate="list"] .weddingapp-content-events-event-details-icon.arrowup {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.content-template-1[contenttype=events][contenttemplate="list"] .weddingapp-content-events-wrapper .widget-container .widget-container-title {
  border-top: 1px solid #cccccc;
  padding-top: 15px;
  padding-bottom: 5px;
}
.content-template-1[contenttype=events][contenttemplate="list"] .weddingapp-content-events-wrapper span[style] {
  display: inline-block;
  width: 50px;
  height: 50px;
  float: right;
  margin-right: -55px;
  background-color: white;
  background-size: auto 50%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  border-radius: 25px;
}
.content-template-1[contenttype=events][contenttemplate="list"] .weddingapp-content-events-wrapper .weddingapp-content-events-event {
  width: 600px;
  clear: both;
  margin: 0 auto;
  text-align: left;
  display: block;
  padding-top: 15px;
  min-height: 160px;
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.content-template-1[contenttype=events][contenttemplate="list"] .weddingapp-content-events-wrapper .weddingapp-content-events-event .weddingapp-content-events-event-wrapper {
  display: inline-block;
  width: 490px;
  float: right;
  min-height: 110px;
  background-color: white;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.content-template-1[contenttype=events][contenttemplate="list"] .weddingapp-content-events-wrapper .weddingapp-content-events-event .weddingapp-content-events-event-wrapper .weddingapp-content-events-event-title {
  white-space: normal;
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
  padding-right: 30px;
}
.content-template-1[contenttype=events][contenttemplate="list"] .weddingapp-content-events-wrapper .weddingapp-content-events-event .weddingapp-content-events-event-wrapper .weddingapp-content-events-event-title:hover {
  text-decoration: none;
}
.content-template-1[contenttype=events][contenttemplate="list"] .weddingapp-content-events-wrapper .weddingapp-content-events-event .weddingapp-content-events-event-wrapper .weddingapp-content-events-event-list-item-name {
  height: 110px;
  white-space: nowrap;
}
.content-template-1[contenttype=events][contenttemplate="list"] .weddingapp-content-events-wrapper .weddingapp-content-events-event .weddingapp-content-events-event-wrapper .weddingapp-content-events-event-list-item-name:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.content-template-1[contenttype=events][contenttemplate="list"] .weddingapp-content-events-wrapper .weddingapp-content-events-event .weddingapp-content-events-event-wrapper .weddingapp-content-events-event-list-item-name .private-signin-link {
  position: absolute;
  right: -15px;
  top: 50px;
  display: inline-block;
  min-width: 120px;
  height: 40px;
  float: right;
  padding-left: 10px;
  padding-right: 10px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  color: white;
  -webkit-font-smoothing: subpixel-antialiased;
  vertical-align: top;
  line-height: 42px;
  letter-spacing: 2px;
  text-align: center;
}
.content-template-1[contenttype=events][contenttemplate="list"] .weddingapp-content-events-wrapper .weddingapp-content-events-event .weddingapp-content-events-event-wrapper .weddingapp-content-events-event-details-container {
  min-height: 52px;
  background: white;
  margin-bottom: 1em;
  display: none;
}
.content-template-1[contenttype=events][contenttemplate="list"] .weddingapp-content-events-wrapper .weddingapp-content-events-event .weddingapp-content-events-event-wrapper .weddingapp-content-events-event-details-container.open {
  display: block;
}
.content-template-1[contenttype=events][contenttemplate="list"] .weddingapp-content-events-wrapper .weddingapp-content-events-event .weddingapp-content-events-event-wrapper .weddingapp-content-events-event-details-container div {
  margin-bottom: 5px;
}
.content-template-1[contenttype=events][contenttemplate="list"] .weddingapp-content-events-wrapper .weddingapp-content-events-event .weddingapp-content-events-event-wrapper .weddingapp-content-events-event-details-container div span {
  display: inline;
  width: 14px;
  height: 14px;
  margin-right: 5px;
  padding: 2px 0;
  vertical-align: middle;
}
.content-template-1[contenttype=events][contenttemplate="list"] .weddingapp-content-events-wrapper .weddingapp-content-events-event .widget-container {
  padding: 2em;
}
.content-template-1[contenttype=events][contenttemplate="list"] .weddingapp-content-events-wrapper .weddingapp-content-events-event .widget-container .appy-widget {
  border-bottom: 1px solid #e8e6e6;
}
.content-template-1[contenttype=events][contenttemplate="list"] .weddingapp-content-events-wrapper .weddingapp-content-events-event .widget-container .appy-widget:last-child {
  border-bottom: none;
}
.content-template-1[contenttype=events][contenttemplate="list"] .weddingapp-content-events-wrapper .weddingapp-content-events-dateblock {
  float: left;
  width: 110px;
  height: 110px;
  color: white;
  -webkit-font-smoothing: antialiased;
}
.content-template-1[contenttype=events][contenttemplate="list"] .weddingapp-content-events-wrapper .weddingapp-content-events-dateblock .weddingapp-content-events-calendardate {
  position: relative;
  height: 110px;
  text-align: center;
}
.content-template-1[contenttype=events][contenttemplate="list"] .weddingapp-content-events-wrapper .weddingapp-content-events-dateblock .weddingapp-content-events-calendardate:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.content-template-1[contenttype=events][contenttemplate="list"] .weddingapp-content-events-wrapper .weddingapp-content-events-dateblock .weddingapp-content-events-calendardate .weddingapp-content-events-calendardate-inner {
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.15;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  max-width: 100px;
}
.content-template-1[contenttype=events][contenttemplate="list"] .weddingapp-content-events-wrapper .weddingapp-content-events-dateblock .weddingapp-content-events-calendardate .weddingapp-content-events-calendardate-inner span.date-main span:first-child {
  margin-right: 5px;
}
.content-template-1[contenttype=events][contenttemplate="list"] .weddingapp-content-events-wrapper .weddingapp-content-events-dateblock .weddingapp-content-events-calendardate .weddingapp-content-events-calendardate-inner .date-main span:nth-child(3) {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 1px;
}
.content-template-1[contenttype=events][contenttemplate="list"] .weddingapp-content-events-wrapper .weddingapp-content-events-dateblock .weddingapp-content-events-rsvp-link {
  background: rgba(64, 64, 64, 0.85);
  width: 110px;
  height: 30px;
  line-height: 30px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  cursor: pointer;
  position: absolute;
}
.content-template-1[contenttype=events][contenttemplate="list"] .weddingapp-content-events-wrapper .weddingapp-content-events-dateblock .weddingapp-content-events-rsvp-link a {
  color: white;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  font-size: 17px;
}
.content-template-1[contenttype=events][contenttemplate="list"] .weddingapp-content-events-event-addressblock {
  width: 420px;
  clear: both;
  padding-left: 20px;
}
.content-template-1[contenttype=events][contenttemplate="list"] .weddingapp-content-events-event-addressblock:before {
  content: '';
  position: absolute;
  display: inline-block;
  width: 14px;
  height: 17px;
  margin: 1px 0 0 -20px;
}
.content-template-1[contenttype=events][contenttemplate="list"] .weddingapp-content-events-event-list-phone {
  padding-left: 20px;
}
.content-template-1[contenttype=events][contenttemplate="list"] .weddingapp-content-events-event-list-addresslink {
  text-decoration: underline;
  padding-left: 20px;
}
.content-template-1[contenttype=events][contenttemplate="list"] .weddingapp-content-events-event-list-addresslink a {
  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;
  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}
.content-template-1[contenttype=events][contenttemplate="list"] .weddingapp-content-events-event-list-addresslink .weddingapp-content-events-list-icon {
  background-position: 0px -85px;
}
.content-template-1[contenttype=events][contenttemplate="list"] .weddingapp-content-events-list-icon {
  background: url(/img/wedding/single/eventdetails_icons.png) no-repeat;
}
.content-template-1[contenttype=travel][contenttemplate="list"] .weddingapp-content-travel-list-wrapper {
  position: relative;
  width: 625px;
  clear: both;
  margin: 0 auto;
  padding: 20px 30px;
  text-align: left;
  display: block;
  background-color: white;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.content-template-1[contenttype=travel][contenttemplate="list"] .weddingapp-content-travel-list-wrapper .weddingapp-content-travel-photo {
  width: 565px;
  height: 105px;
  background-size: cover;
  background-position: 50% 50%;
}
.content-template-1[contenttype=travel][contenttemplate="list"] .weddingapp-content-travel-list-wrapper .widget-container {
  padding: 5px 5px 5px 5px;
  background: white;
  width: 100%;
  overflow: hidden;
}
.content-template-1[contenttype=travel][contenttemplate="list"] .weddingapp-content-travel-list-wrapper .widget-container .ui-widget-component-title {
  color: inherit;
}
.content-template-1[contenttype=travel][contenttemplate="list"] .weddingapp-content-travel-list-wrapper .widget-container .travel-image-container img {
  width: 100%;
}
.content-template-1[contenttype=travel][contenttemplate="list"] .weddingapp-content-travel-list-wrapper .widget-container .widget {
  border-bottom: 1px solid #e8e6e6;
}
.content-template-1[contenttype=travel][contenttemplate="list"] .weddingapp-content-travel-list-wrapper .widget-container .widget:last-child {
  border-bottom: none;
}
.content-template-1[contenttype=travel][contenttemplate="list"] .weddingapp-content-travel-list-wrapper span[style] {
  display: inline-block;
  width: 50px;
  height: 50px;
  float: right;
  margin-right: -55px;
  background-color: white;
  background-size: auto 50%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  border-radius: 25px;
}
.content-template-1[contenttype=travel][contenttemplate="list"] .weddingapp-content-travel-list-wrapper div a[target="_blank"]:link {
  text-decoration: underline;
}
.content-template-1[contenttype=gallery][contenttemplate="preview"] #gallerylink {
  width: 795px;
  height: 539px;
  background: url('//d2df10ykdp3wy3.cloudfront.net/system_images/polaroid-stack_1376903537.png') no-repeat;
  margin: 0 auto 50px auto;
}
.content-template-1[contenttype=gallery][contenttemplate="preview"] #gallerylink #gallerylink-message {
  width: 600px;
  height: 390px;
  position: relative;
  top: 59px;
  left: 91px;
  color: white;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.15);
  text-align: center;
}
.content-template-1[contenttype=gallery][contenttemplate="preview"] #gallerylink #gallerylink-message #gallerylink-message-names {
  padding-top: 108px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.content-template-1[contenttype=gallery][contenttemplate="preview"] #gallerylink .circle-button {
  width: 250px;
  height: 250px;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: inset 0 0 6px white;
  -moz-box-shadow: inset 0 0 6px white;
  box-shadow: inset 0 0 6px white;
  cursor: pointer;
  letter-spacing: 3px;
  text-transform: uppercase;
  text-align: center;
  font-family: FuturaBT-Light, futura, arial, sans-serif;
  color: #3d4448;
  line-height: 1.4;
  font-size: 13px;
  -webkit-border-radius: 150px;
  -moz-border-radius: 150px;
  border-radius: 150px;
  position: relative;
  left: 572px;
  margin: 0;
  top: -80px;
}
.content-template-1[contenttype=gallery][contenttemplate="preview"] #gallerylink .circle-button > div {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 150px;
  height: 150px;
  vertical-align: middle;
  text-align: center;
  margin: -75px 0 0 -75px;
  background-color: white;
  cursor: pointer;
  -webkit-box-shadow: 0 0 15px #cccccc,inset 0 0 2px #cccccc;
  -moz-box-shadow: 0 0 15px #cccccc,inset 0 0 2px #cccccc;
  box-shadow: 0 0 15px #cccccc,inset 0 0 2px #cccccc;
  display: table;
  -webkit-border-radius: 150px;
  -moz-border-radius: 150px;
  border-radius: 150px;
}
.content-template-1[contenttype=gallery][contenttemplate="preview"] #gallerylink .message-button {
  position: absolute;
  display: table;
  height: 150px;
  width: 150px;
}
.content-template-1[contenttype=gallery][contenttemplate="preview"] #gallerylink .message-button a {
  line-height: 2;
  display: table-cell;
  vertical-align: middle;
}
.content-template-1[contenttype=registry][contenttemplate="list"] .weddingapp-content-registry-list-wrapper {
  position: relative;
  width: 625px;
  clear: both;
  margin: 0 auto;
  padding: 20px 30px;
  text-align: left;
  display: block;
  background-color: white;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.content-template-1[contenttype=registry][contenttemplate="list"] .weddingapp-content-registry-list-wrapper .widget-container {
  padding: 2em 2em 0 2em;
}
.content-template-1[contenttype=registry][contenttemplate="list"] .weddingapp-content-registry-list-wrapper .widget-container .widget {
  border-bottom: 1px solid #e8e6e6;
}
.content-template-1[contenttype=registry][contenttemplate="list"] .weddingapp-content-registry-list-wrapper .widget-container .widget:last-child {
  border-bottom: none;
}
.region-footer {
  min-height: 1em;
}
#footer .region.region-footer {
  min-height: 0px;
}
.wedsite-footer.wedsite-footer-template-1 {
  height: 42px;
  width: 100%;
  background-color: white;
  text-align: center;
}
.wedsite-footer.wedsite-footer-template-1 .wedsite_footer {
  white-space: nowrap;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}
.wedsite-footer.wedsite-footer-template-1 .wedsite_footer .wedsite_footer_item {
  position: relative;
  display: inline-block;
  list-style-image: none;
  list-style-type: none;
  height: 42px;
  min-width: 35px;
  line-height: 30px;
  text-align: center;
  margin: 0;
  padding-left: 15px;
  padding-right: 15px;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 3px;
}
.wedsite-footer.wedsite-footer-template-1 .wedsite_footer .wedsite_footer_item:before {
  content: "";
  position: absolute;
  left: 15px;
  width: 23px;
  height: 45px;
  display: block;
  margin-top: 6px;
  margin-right: 5px;
  background-image: url("/img/wedding/single/wedsite_footer_icons.png");
  background-repeat: no-repeat;
}
.wedsite-footer.wedsite-footer-template-1 .wedsite_footer .wedsite_footer_item.rsvp {
  -webkit-transition: background-color 0.5s ease-in-out;
  -moz-transition: background-color 0.5s ease-in-out;
  -o-transition: background-color 0.5s ease-in-out;
  -ms-transition: background-color 0.5s ease-in-out;
  transition: background-color 0.5s ease-in-out;
}
.wedsite-footer.wedsite-footer-template-1 .wedsite_footer .wedsite_footer_item.rsvp:before {
  background-position: -306px 0;
}
.wedsite-footer.wedsite-footer-template-1 .wedsite_footer .wedsite_footer_item a,
.wedsite-footer.wedsite-footer-template-1 .wedsite_footer .wedsite_footer_item a:link,
.wedsite-footer.wedsite-footer-template-1 .wedsite_footer .wedsite_footer_item a:visited {
  color: white;
  text-decoration: none;
  height: 100%;
  width: 160px;
  display: inline-block;
  line-height: 44px;
  -webkit-font-smoothing: antialiased;
}
.wedsite-footer.wedsite-footer-template-1 .wedsite_footer .wedsite_footer_item.chat-container {
  min-width: 95px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.wedsite-footer.wedsite-footer-template-1 .wedsite_footer .wedsite_footer_item.chat-container:before {
  background-position: -192px 0;
}
/* theme switcher */
.theme-switcher {
  color: #fff;
  position: absolute;
  top: 0;
  width: 100%;
  background: rebeccapurple;
  z-index: 1050;
}
.theme-switcher a {
  color: #fff;
}
.theme-switcher select {
  color: #343434;
}
/* featherlight(lightbox) styles */
.featherlight-content {
  background: transparent !important;
  height: 70vh;
  min-height: 400px;
  width: 90vw;
  overflow: hidden !important;
  text-align: center !important;
}
.featherlight-content .featherlight-inner {
  height: 100%;
  display: inline-block;
  margin: 0 auto;
  width: 70vw;
}
.featherlight-content .weddingapp-content-couple-polaroid-card {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  background-color: white;
  background-color: rgba(255, 255, 255, 0.9);
  min-width: 20vw;
  width: 40%;
  max-width: 300px;
  height: 100%;
  max-height: 370px;
  display: inline-block;
}
.featherlight-content .weddingapp-content-couple-polaroid-card .weddingapp-content-couple-polaroid-image-container {
  width: 90%;
  height: 75%;
  margin: 5% auto;
}
.featherlight-content .weddingapp-content-couple-polaroid-card .weddingapp-content-couple-polaroid-image-container .weddingapp-content-couple-polaroid-image {
  width: 100%;
  height: 100%;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-size: cover;
  background-position: 50% 50%;
}
.featherlight-content .weddingapp-content-couple-polaroid-card .weddingapp-content-couple-polaroid-caption {
  margin: 0 5%;
}
.featherlight-content .weddingapp-content-couple-polaroid-card .subheadSmall {
  text-align: left;
  margin-top: 10px;
}
.featherlight-content .weddingapp-content-couple-polaroid-text {
  display: inline-block;
  overflow-y: auto;
  overflow-x: hidden;
  min-width: 15vw;
  width: 58%;
  vertical-align: top;
}
.featherlight-content .weddingapp-content-couple-polaroid-text blockquote {
  text-align: left;
  height: auto;
  max-height: 60vh;
  max-width: auto;
  width: auto;
  margin-left: 0;
  display: block !important;
  border: none;
  padding-right: 0;
  padding-top: 0;
}
.featherlight-content .weddingapp-content-couple-polaroid-text blockquote > p {
  margin-top: 0;
}
.featherlight-content .weddingapp-content-couple-polaroid-text blockquote a {
  text-decoration: underline;
}
.featherlight-content .weddingapp-content-couple-polaroid-text blockquote IFRAME {
  width: 100%;
  position: relative;
  max-height: 37vh;
}
.featherlight-content .featherlight-previous {
  right: 90%;
  height: 30vw;
  max-height: 370px;
}
.featherlight-content .featherlight-previous span {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 25px;
}
.featherlight-content .featherlight-previous span:after {
  content: "\f104";
}
.featherlight-content .featherlight-next {
  left: 90%;
  height: 30vw;
  max-height: 370px;
}
.featherlight-content .featherlight-next span {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 25px;
}
.featherlight-content .featherlight-next span:after {
  content: "\f105";
}
/* ------- Responsive -------- */
@media only screen and (max-width: 768px) and (orientation: portrait) {
  .featherlight-content .weddingapp-content-couple-polaroid-card {
    width: 100% !important;
    margin-left: 20%;
    height: 42vw;
    margin-top: 10px;
  }
  .featherlight-content .weddingapp-content-couple-polaroid-text {
    width: 100%;
  }
  .featherlight-content .weddingapp-content-couple-polaroid-text blockquote {
    padding: 0;
    max-height: 85vh;
    max-width: 100%;
  }
}
@media only screen and (max-width: 1024px) and (orientation: portrait) {
  .featherlight-content {
    width: 95vw;
    height: 90vh;
  }
  .featherlight-content .featherlight-inner {
    width: 75vw;
    padding-right: 0;
    padding-left: 0;
  }
  .featherlight-content .weddingapp-content-couple-polaroid-card {
    width: 40%;
    height: 100%;
    margin-top: 10px;
  }
  .featherlight-content .weddingapp-content-couple-polaroid-text blockquote {
    padding: 0;
    max-height: 85vh;
    max-width: 100%;
  }
  .featherlight-content .featherlight-next,
  .featherlight-content .featherlight-previous {
    height: 45vw;
  }
  #wrapper .content-template-1[contenttype=people] {
    max-width: 95% !important;
  }
  #wrapper .content-template-1[contenttype=people] #keypeoplemodule {
    width: 100%;
  }
  #wrapper .content-template-1[contenttype=people] #keypeoplemodule .keypeoplecircle {
    width: 46vw;
    margin-right: 2vw;
    margin-right: 0;
  }
  #wrapper .content-template-1[contenttype=people] #keypeoplemodule .keypeoplecircle .keypeopleitem {
    width: 100%;
  }
  #wrapper .content-template-1[contenttype=people] #keypeoplemodule .keypeoplecircle .keypeopleitem .keypeopletext {
    width: 65%;
  }
  #wrapper .content-template-1[contenttype=people] #keypeoplemodule .keypeoplecircle .keypeopleitem.descriptionicon:after {
    margin: 30px 10px 0 0;
  }
  #wrapper .content-template-1[contenttype=people] #keypeoplemodule .keypeoplecircle:nth-child(even) {
    margin-left: 2vw;
  }
  #wrapper .content-template-1[contenttype=gallery] {
    max-width: 100% !important;
  }
  #wrapper .content-template-1[contenttype=gallery] #gallerylink {
    width: 100%;
    background-size: contain;
  }
  #wrapper .content-template-1[contenttype=gallery] #gallerylink #gallerylink-message {
    width: 75vw;
    height: 48vw;
  }
  #wrapper .content-template-1[contenttype=gallery] #gallerylink .circle-button {
    width: 30vw;
    height: 30vw;
    left: 70vw;
  }
}
