@charset "UTF-8";
/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2014 Daniel Eden
*/
@import url(https://fonts.googleapis.com/css?family=Lato:300);
.fast {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
@-webkit-keyframes bounce {
  0%,
  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);
  }
}
@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;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-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;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-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;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-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;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-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;
}
a {
  color: #97612b;
}
.siteContent .aboutTxt a {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.siteContent .aboutTxt a:hover {
  color: #97612b;
  opacity: 0.8;
}
body {
  font-family: "din-condensed-web", Arial, sans-serif;
}
.wf-loading body {
  visibility: hidden;
}
.logo {
  background-image: url("/themes/frontend/public/own/img/pierre/logo.png");
  width: 199px;
  height: 222px;
  display: block;
  background-size: cover;
}
.logoSelect {
  position: absolute;
  z-index: 100;
}
.headerTop {
  width: 100%;
  float: left;
}
.headerBottom {
  width: 100%;
  float: left;
  height: 43px;
  background-color: #2e2e2d;
}
#l-nav-main ul {
  list-style-type: none;
  margin-top: 0px;
  margin-bottom: 0px;
}
#l-nav-main ul li {
  float: left;
}
#l-nav-main ul li a {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 18px;
  margin-left: 52px;
  color: #2e2e2d;
  padding-top: 23px;
  padding-bottom: 23px;
  float: left;
  letter-spacing: 1px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#l-nav-main ul li a:hover {
  color: #97612b;
}
.lang {
  text-transform: uppercase;
  float: left;
}
.lang a {
  text-decoration: none;
  font-size: 17px;
  font-weight: bold;
  color: #2e2e2d;
  float: left;
  padding-top: 11px;
  margin-left: 16px;
}
.lang a:hover {
  color: #995f25;
}
.current-locale {
  color: #995f25;
}
.coupon {
  float: right;
  font-size: 17px;
  text-transform: uppercase;
  padding-top: 11px;
  color:#ffffff !important;
}
.coupon:hover,
.coupon:focus,
.coupon:active {
  color: #ffffff;
}
#l-homeanimation {
  /*float:left;*/
}
.bx-wrapper {
  /*float:left;*/
  width: 100%;
}
.bx-viewport {
  width: 100%;
  /*float:left;*/
  /*max-height: 567px;*/
}
.headerSlider {
  /*float:left;*/
  width: 100%;
  margin: 0px;
  padding: 0px;
}
.sliderBg {
  width: 100%;
  float: left;
  z-index: -1 !important;
  /*height:830px;
    background-size:cover;*/
}
.sliderBg img {
  width: 100%;
}
.sliderDesc {
  color: #ffffff;
  font-size: 61px;
  font-weight: bold;
  position: absolute;
  right: 0;
  top: 75px;
  text-align: right;
  text-shadow: 0 1px 3px #242424;
  line-height: 61px;
}
.sliderBoxes {
  float: left;
  width: 100%;
}
.boxes {
  position: absolute;
  z-index: 101;
  width: 100%;
  bottom: 0;
}
.homeBox {
  background-image: url("/themes/frontend/public/own/img/pierre//homebox02.png");
  float: left;
  width: 196px;
  height: 174px;
  overflow: hidden;
  position: relative;
  opacity: 0;
}
.hoverBox {
  width: 100%;
  height: 100%;
  /*float:left;*/
  position: absolute;
  opacity: 0;
  /*-ms-transform: rotateX(-45deg);
    -webkit-transform: rotateX(-45deg);
    transform: rotateX(-45deg);*/
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.homeBox:hover .hoverBox {
  opacity: 1;
}
.homeBox:hover .locationName {
  color: #2e2e2d;
  text-shadow: 0 0 10px #ffffff;
}
.locationName {
  position: relative;
  text-align: center;
  line-height: 22px;
  /*width:100%;
    top:50%;
    margin-top:-11px;*/
  font-size: 22px;
  font-weight: 500;
  color: #ffffff;
  width: 196px;
  height: 174px;
  vertical-align: middle;
  display: table-cell;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.locationNameBg {
  /*background-image: url("@{imagepath}/locationbg.png");
    width:100%;
    height:100%;
    float:left;
    background-repeat:no-repeat;
    position:absolute;
    background-position:center center;
    opacity:0;
    .animation(0.3s);*/
}
/*.homeBox:hover .locationNameBg{
  opacity:1;
}*/
.secondBox {
  background-image: url("/themes/frontend/public/own/img/pierre//homebox01.png");
}
.boxesContainer {
  position: relative;
}
.newsTitle {
  text-align: center;
  font-size: 58px;
  text-transform: uppercase;
  margin-bottom: 80px;
}
.newsImg {
  float: left;
  width: 230px;
  height: 215px;
  background-size: cover;
  background-position: center;
}
.newsItem {
  padding: 0px;
}
.newsItemInner {
  height: 275px;
  width: 230px;
  background-color: #f2f3f8;
  margin-right: 15px;
  padding-left: 0px;
  padding-right: 0px;
  position: relative;
  margin-left: -115px;
  left: 50%;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.lastNewsItem {
  margin-right: 0px;
}
.pierreOverlay {
  width: 100%;
  position: relative;
}
.pierreBg {
  position: absolute;
  width: 50%;
  height: 100%;
  background-image: url("/themes/frontend/public/own/img/pierre/pierrebg.jpg");
  background-size: cover;
  z-index: -1;
  top: 0px;
  left: 50%;
  margin-left: -25%;
}
.pierreBgRotate {
  /*    -webkit-animation: rotating 4s linear infinite;
  -moz-animation: rotating 4s linear infinite;
  -ms-animation: rotating 4s linear infinite;
  -o-animation: rotating 4s linear infinite;
    animation: rotating 4s linear infinite;*/
}
.pierreBanner {
  position: relative;
  overflow: hidden;
}
@keyframes animatedBackground {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 100% 0;
  }
}
@-webkit-keyframes rotating {
  /* Safari and Chrome */
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.emotionPic {
  width: 100%;
  float: left;
  border: none;
  /*perspective: 1300px;
    overflow:hidden;*/
}
.emotionPic img {
  width: 100%;
  /*transform: rotateX(-40deg);
    transform-origin: 0 0 0;
    .animation(1s);*/
}
/*.flipDown{
  transform: rotateX(0deg) !important;
}*/
.moreBtn {
  position: absolute;
  left: 50%;
  margin-left: -62px;
  width: 125px;
  height: 52px;
  border-top: 1px solid #313130;
  z-index: 1;
  font-size: 17px;
  line-height: 52px;
  color: #202021;
  text-align: center;
  bottom: 10%;
  bottom: 6%;
}
.moreBtn:hover {
  text-decoration: none;
  color: #202021;
}
.moreBtn:hover .lineLeft,
.moreBtn:hover .lineRight {
  height: 100%;
}
.moreBtn:hover .lineBottom {
  width: 100%;
}
.line {
  position: absolute;
  background-color: #313130;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.lineLeft {
  width: 1px;
  height: 0%;
  left: 0;
  top: 0;
}
.lineRight {
  width: 1px;
  height: 0%;
  right: 0;
  bottom: 0;
}
.lineBottom {
  width: 0%;
  height: 1px;
  bottom: 0px;
}
.sideMenuTop {
  background-color: #00909b;
  text-align: center;
  width: 197px;
  float: left;
  height: 40px;
  line-height: 40px;
  font-weight: 500;
  font-size: 17px;
  margin-top: -40px;
  color: #ffffff;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-family: din-condensed-web, Arial, sans-serif;
}
.siteContent .aboutTxt a.sideMenuTop:hover {
  color: white!important;
}
.sideMenuTop.bottom {
  height: 30px;
  line-height: 30px;
}
.sideMenu {
  /*padding-left:0px;
    padding-right:0px;*/
  width: 227px;
  margin-bottom: 40px;
}
.sideMenu .ownSelect {
  float: left;
  margin-top: 0px;
  border-bottom: 1px solid #3a3a3a;
}
.sideMenuTop:hover,
.sideMenuTop:focus,
.sideMenuTop:active {
  color: #ffffff;
  background-color: #03b0bd;
}
a:hover,
a:focus {
  text-decoration: none;
}
/*.container{
  padding-left:0px;
  padding-right:0px;
}*/
.sidePoints {
  float: left;
  width: 197px;
}
.sidePoint {
  float: left;
  width: 100%;
  height: 40px;
  background-color: #2e2e2d;
  border-bottom: 1px solid #3a3a3a;
  font-weight: 400;
  color: #ffffff;
  font-size: 17px;
  line-height: 40px;
  padding-left: 18px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.sidePoint:hover,
.sidePoint:focus,
.sidePoint:active,
.ownSelect .dropdown-menu > li > a:hover,
.ownSelect .dropdown-menu > li > a:focus,
.activePoint {
  /*color:#975d23;*/
  color: #ffffff;
  background-color: #504f4d;
}
#gmap {
  width: 100%;
  height: 723px;
}
.siteContent {
  padding-bottom: 80px;
  padding-left: 78px;
  float: left;
}
.siteContent h1 {
  text-transform: uppercase;
  margin-top: 115px;
  margin-top: 50px;
  margin-bottom: 0px;
  margin-bottom: 40px;
  font-size: 58px;
  font-size: 36px;
  color: #a26f3b;
}
.titleLine {
  background-color: #525252;
  height: 1px;
  width: 118px;
  float: left;
  margin-top: 53px;
  margin-bottom: 53px;
  display: none;
}
.aboutTxt {
  float: left;
  width: 100%;
  font-size: 24px;
  font-size: 20px;
  font-weight: 300;
  font-family: 'Lato', sans-serif;
}
.aboutTxt hr {
  border-top: 1px solid #D7D7D7;
  margin-bottom: 40px;
  margin-top: 40px;
}
.aboutTxt h3,
.aboutTxt h2,
.aboutTxt h4,
.aboutTxt h5 {
  color: #565656;
  font-family: din-condensed-web, Arial, sans-serif;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}
.aboutTxt h1 {
  font-size: 36px;
}
.aboutTxt h2 {
  font-size: 30px;
}
.aboutTxt h3 {
  font-size: 26px;
}
.aboutTxt h4 {
  font-size: 20px;
}
.aboutTxt ul,
.glossary-detail-container .list-view-obj-text ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
.aboutTxt ul li,
.glossary-detail-container .list-view-obj-text ul li {
  background: url('/themes/frontend/public/own/img/pierre/bullet.png') left 14px no-repeat;
  padding-left: 20px;
  margin-bottom: 6px;
  background-position: 0px 12px;
}
.locationAdress {
  width: 100%;
  background-color: #504f4d;
  color: #b2b1af;
  font-size: 14px;
  float: left;
  padding-left: 19px;
  padding-right: 19px;
  padding-top: 19px;
  padding-bottom: 25px;
  font-family: "Lato";
}
.adressLine {
  float: left;
  width: 100%;
}
.locationAdress a {
  color: #b2b1af;
}
.locationAdress a:hover {
  color: #ffffff;
}
.pricelist {
  background-color: #ffffff;
}
.headerRow {
  font-weight: 500;
  margin-bottom: 7px;
}
.headerRow .name {
  font-size: 18px;
}
.normalRow {
  font-size: 16px;
  min-height: 24px;
  line-height: 24px;
}
.priceHead {
  font-size: 14px;
}
.priceCategory {
  width: 100%;
  float: left;
  margin-bottom: 30px;
}
.priceHead,
.price {
  text-align: center;
}
.price .mobileLabel {
  display: none;
}
.normalRow {
  margin-left: -78px;
  padding-left: 65px;
}
.normalRow:nth-child(even) {
  background-color: #e5e5e5;
}
#l-nav-main .has-children ul {
  background-color: #ffffff;
  min-width: 200px;
  padding-left: 0px;
  opacity: 0.9;
  margin-left: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
  float: left;
}
#l-nav-main ul .has-children ul li a {
  margin-left: 0px;
  font-size: 16px;
  padding-left: 23px;
  padding-right: 23px;
  padding-top: 0px;
  padding-bottom: 0px;
}
#l-nav-main ul .has-children ul li {
  width: 100%;
  margin-bottom: 15px;
}
.submenu {
  padding-top: 40px;
  position: absolute;
  z-index: 1000;
  top: 40px;
  display: none;
  width: 200px;
}
@keyframes flip2 {
  from {
    opacity: 0;
    -webkit-transform: perspective(800px) translate(0, 20px) rotateY(-90deg);
    transform: perspective(800px) translate(0, 20px) rotateY(-90deg);
  }
  to {
    opacity: 1;
    -webkit-transform: perspective(800px) translate(0, 0) rotateY(0deg);
    transform: perspective(800px) translate(0, 0) rotateY(0deg);
  }
}
@-webkit-keyframes flip2 {
  from {
    opacity: 0;
    -webkit-transform: perspective(800px) translate(0, 20px) rotateY(-90deg);
    transform: perspective(800px) translate(0, 20px) rotateY(-90deg);
  }
  to {
    opacity: 1;
    -webkit-transform: perspective(800px) translate(0, 0) rotateY(0deg);
    transform: perspective(800px) translate(0, 0) rotateY(0deg);
  }
}
.ownflip {
  -webkit-animation-name: flip2;
  animation-name: flip2;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@keyframes negativeflip {
  from {
    opacity: 0;
    transform: perspective(800px) translate(-40px, 0) rotateY(80deg);
  }
  to {
    opacity: 1;
    transform: perspective(800px) translate(0, 0) rotateY(0deg);
  }
}
@-webkit-keyframes negativeflip {
  from {
    opacity: 0;
    transform: perspective(800px) translate(-40px, 0) rotateY(80deg);
  }
  to {
    opacity: 1;
    transform: perspective(800px) translate(0, 0) rotateY(0deg);
  }
}
.negativeflip {
  -webkit-animation-name: negativeflip;
  animation-name: negativeflip;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@keyframes locflip {
  from {
    -webkit-transform: perspective(800px) translate(0, 0) rotateY(90deg);
    transform: perspective(800px) translate(0, 0) rotateY(90deg);
  }
  to {
    -webkit-transform: perspective(800px) translate(0, 0) rotateY(0deg);
    transform: perspective(800px) translate(0, 0) rotateY(0deg);
  }
}
@-webkit-keyframes locflip {
  from {
    -webkit-transform: perspective(800px) translate(0, 0) rotateY(90deg);
    transform: perspective(800px) translate(0, 0) rotateY(90deg);
  }
  to {
    -webkit-transform: perspective(800px) translate(0, 0) rotateY(0deg);
    transform: perspective(800px) translate(0, 0) rotateY(0deg);
  }
}
.locationFlip {
  -webkit-animation-name: locflip;
  animation-name: locflip;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}
.greyBox {
  background-image: url("/themes/frontend/public/own/img/pierre/homebox01.png");
}
.wnews {
  padding-top: 112px;
  width: 100%;
  float: left;
  padding-bottom: 140px;
}
.newsBoxTitle,
.newsBoxDate {
  text-align: center;
  width: 100%;
  float: left;
  color: #000000;
}
.newsBoxTitle {
  font-weight: bold;
  font-size: 14px;
}
.newsBoxDate {
  font-size: 13px;
  font-style: italic;
  padding-bottom: 10px;
}
.newsBoxBottom {
  float: left;
  width: 100%;
  padding-top: 11px;
  padding-bottom: 11px;
}
.newsBoxTxt {
  text-align: center;
  color: #5c5c5c;
  font-size: 13px;
  padding-left: 30px;
  padding-right: 30px;
  float: left;
  padding-top: 10px;
}
.newsItemOverlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url("/themes/frontend/public/own/img/pierre/newsoverlay.png");
  opacity: 0;
  transform: perspective(800px) translate(0, 20px) rotateY(-90deg);
  /*.animation(0.3s);*/
}
.newsItem:hover .newsItemOverlay {
  /*opacity:1;
    transform: perspective(800px) translate(0,0) rotateY(0deg);*/
}
.newsOverlayTitle {
  font-size: 23px;
  color: #ffffff;
  text-align: center;
  margin-top: 100px;
}
.newsOverlayLine {
  height: 2px;
  background-color: #ffffff;
  width: 84px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  margin-bottom: 10px;
}
.newsOverlayDate {
  font-size: 14px;
  color: #ffffff;
  text-align: center;
}
.ownSelect {
  margin-top: 12px;
}
.ownSelect,
.ownSelect .dropdown-menu,
.ownSelect button,
.ownSelect button:hover,
.ownSelect button:focus {
  width: 100%;
  background-color: #2e2e2d !important;
  color: #ffffff !important;
  border: 0px;
  font-size: 17px;
}
.ownSelect .open > .dropdown-toggle.btn-default {
  background-color: #2e2e2d;
  color: #ffffff;
}
.ownSelect .btn {
  background-image: url("/themes/frontend/public/own/img/pierre/dropdownarrow.png") !important;
  background-repeat: no-repeat;
  background-position: 95% center;
  text-align: left;
  padding-left: 15px;
  height: 38px;
}
.ownSelect .dropdown-menu > li > a {
  color: #ffffff;
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #3a3a3a;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
/*.ownSelect .dropdown-menu > li > a:hover, .ownSelect .dropdown-menu > li > a:focus{
  background-color:#2e2e2d;
  color:#995f25;
}*/
.trendsStripe {
  width: 100%;
  float: left;
  background-color: #2e2e2d;
  padding-top: 110px;
  padding-bottom: 137px;
}
.trendsTitle {
  text-align: center;
  font-size: 58px;
  text-transform: uppercase;
  margin-bottom: 84px;
  color: #ffffff;
}
.trendsImg {
  width: 293px;
  height: 293px;
  overflow: hidden;
  position: relative;
}
.trendsImg:hover .trendsItemOverlay {
  transform: perspective(800px) translate(0, 0) rotateY(0deg);
  opacity: 1;
}
.trendsStripe .bx-viewport {
  /*width:94% !important;*/
  margin-left: auto;
  margin-right: auto;
}
.trendsItemOverlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url("/themes/frontend/public/own/img/pierre/newsoverlay.png");
  opacity: 0;
  transform: perspective(800px) translate(0, 0) rotateY(-90deg);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.trendsOverlayTitle {
  font-size: 32px;
  font-family: 'Lato', sans-serif;
  width: 100%;
  color: #ffffff;
  text-align: center;
}
.trendsContainer {
  position: relative;
}
.trendsLeft,
.trendsRight {
  width: 39px;
  height: 69px;
  position: absolute;
  background-repeat: no-repeat;
  position: center center;
  margin-top: 115px;
}
.trendsLeft {
  background-image: url("/themes/frontend/public/own/img/pierre/arrowleft.png");
  left: -10px;
}
.trendsRight {
  background-image: url("/themes/frontend/public/own/img/pierre/arrowright.png");
  right: -10px;
}
.booking {
  font-size: 16px;
}
.booking h2 {
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 10px;
}
.booking .list-item-checkbox input[type="checkbox"],
.form-login-container .list-item-checkbox input[type="checkbox"] {
  margin-top: 5px;
}
.booking .row:nth-child(odd),
.wcontactform .row:nth-child(odd),
.wcouponform .row:nth-child(odd),
.access-password-container .row:nth-child(odd),
.form-login-container .row:nth-child(odd) {
  background-color: #ffffff;
}
.wwettbewerbform .row,
.booking .row,
.wcontactform .row,
.wcouponform .row,
.access-password-container .row,
.form-login-container .row {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-top: 8px;
  padding-bottom: 8px;
}
.form-login-container {
  width: 80%;
}
.form-login-container .password-forgot {
  color: #000000;
  margin-top: 10px;
  float: left;
}
.input-lg {
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
}
.btn-lg {
  background-color: #00909b;
  font-weight: bold;
  width: 100%;
  color: #ffffff;
  font-family: "din-condensed-web";
  font-size: 24px;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.btn-lg:hover,
.btn-lg:focus,
.btn-lg:active {
  background-color: #03b0bd;
  color: #ffffff;
}
.bookingTitle {
  font-size: 24px;
  font-family: "din-condensed-web";
}
.booking h1 {
  font-family: "din-condensed-web";
}
.siteContent .wnews,
.siteContent .wtrends,
.siteContent .wpress,
.siteContent .wfaq {
  padding-bottom: 0px;
  padding-top: 0px;
  font-size: 18px;
  font-family: "Lato";
}
.siteContent .wnews h4 a,
.siteContent .wtrends h4 a,
.siteContent .wpress h4 a,
.siteContent .wfaq h4 a {
  font-family: "din-condensed-web";
  font-size: 24px;
  font-weight: bold;
  color: #000000;
}
.siteContent .wfaq h4 a {
  font-weight: 400;
  font-size: 20px;
}
/*.siteContent .wnews .items .list-view-item:nth-child(odd) .row {
  background-color:#f9f9f9;
}*/
.siteContent .wnews .row,
.siteContent .wtrends .row,
.siteContent .wpress .row,
.siteContent .wfaq .row {
  padding-top: 20px;
  padding-bottom: 20px;
}
.siteContent .wnews .morelink,
.siteContent .wtrends .morelink,
.siteContent .wpress .morelink,
.siteContent .wfaq .morelink-item,
.siteContent .wfaq .readmore-lesslink {
  background-color: #2e2e2d;
  color: #ffffff;
  font-family: "din-condensed-web";
  padding: 1px;
  padding-left: 7px;
  padding-right: 7px;
  margin: 1px;
}
.morelink:hover {
  opacity: 0.8;
}
#l-footer {
  background-color: #2e2e2d;
  padding-top: 78px;
  padding-bottom: 61px;
  width: 100%;
  float: left;
}
.logoStripe {
  width: 100%;
  float: left;
  background-color: #ffffff;
  position: relative;
  padding-top: 64px;
  padding-bottom: 64px;
}
.logoStripe a {
  left: 50%;
  margin-left: -20%;
  width: 40%;
  position: absolute;
  height: 75px;
  z-index: 2;
}
.stripeImg {
  left: 50%;
  margin-left: -20%;
  width: 40%;
  position: relative;
}
.picturegallery-pictures {
  list-style-type: none;
  width: 100%;
}
.picturegallery-pictures li {
  float: left;
}
.imgContainer {
  padding-bottom: 20px;
  opacity: 0;
  float: none;
  display: inline-block;
  width: 33%;
}
.imgContainer img {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.imgContainer img:hover {
  opacity: 0.8;
}
.picturegallery-pictures {
  padding-bottom: 80px;
  float: left;
}
.wnews .list-view-item-meta,
.wtrends .list-view-item-meta,
.wpress .list-view-item-meta {
  font-style: italic;
  font-family: "din-condensed-web";
}
.list-view-obj-text {
  font-family: "Lato";
  font-size: 24px;
  padding-left: 4px;
}
.list-view-obj-date {
  font-size: 18px;
  font-style: italic;
  padding-left: 4px;
}
.list-view-obj-date {
  margin-bottom: 20px;
}
.trendsOverlayTitle {
  margin-top: 86px;
  padding-left: 50px;
  padding-right: 50px;
}
.trendsOverlayShortTitle {
  font-family: "din-condensed-web";
  color: #ffffff;
  text-align: center;
  font-size: 21px;
}
#l-socialmedia-links h3 {
  font-size: 16px;
  color: #777777;
  font-weight: bold;
  float: left;
  padding-right: 37px;
}
#l-socialmedia-links a {
  background-repeat: no-repeat;
  background-position: center;
  width: 19px;
  height: 19px;
  float: left;
  margin-right: 24px;
  margin-top: 16px;
}
#l-socialmedia-links a:hover {
  opacity: 0.5;
}
#l-socialmedia-links .facebook {
  background-image: url("/themes/frontend/public/own/img/pierre/facebook.png");
}
#l-socialmedia-links .twitter {
  background-image: url("/themes/frontend/public/own/img/pierre/twitter.png");
}
#l-socialmedia-links .googleplus {
  background-image: url("/themes/frontend/public/own/img/pierre/instagram.png");
}
#l-socialmedia-links .youtube {
  background-image: url("/themes/frontend/public/own/img/pierre/youtube.png");
}
#l-nav-footer a {
  color: #bbb9b5;
  font-size: 18px;
}
#l-nav-footer ul {
  list-style-type: none;
  float: left;
  width: 100%;
  padding-left: 0px;
}
#l-nav-footer ul li {
  float: left;
  text-transform: uppercase;
  /*width:15%;*/
  width: 121px;
  margin-right: 50px;
  margin-bottom: 20px;
}
#l-nav-footer ul li ul li {
  margin-bottom: 0px;
}
#l-nav-footer ul li a {
  /*margin-bottom: 25px;*/
}
#l-nav-footer ul ul {
  margin-top: 20px;
}
#l-nav-footer .has-children li a {
  font-size: 14px;
  color: #777777;
}
.footer-bottom {
  float: left;
  width: 100%;
  margin-top: 100px;
}
#l-copyright {
  font-size: 14px;
  color: #828282;
  margin-top: 17px;
}
#l-copyright a {
  color: #999999;
}
.glossary-alphabet {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  margin-top: 10px;
  margin-bottom: 10px;
  float: left;
}
.glossary-alphabet li {
  float: left;
  margin: 1px;
}
.glossary-alphabet li a {
  background-color: #2e2e2d;
  color: #ffffff;
  padding: 10px;
  float: left;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.glossary-items ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
  margin-top: 10px;
}
.glossary-items ul li {
  float: left;
  width: 100%;
}
.glossary-items ul li a {
  background-color: #424241;
  color: #ffffff;
  float: left;
  width: 100%;
  padding: 10px;
  border-bottom: 1px solid #4b4b4b;
  font-size: 17px;
  padding-left: 15px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.glossary-items ul li a:hover,
.glossary-alphabet li a:hover {
  opacity: 0.8;
}
.menuIconM {
  margin-left: 10px;
  position: fixed;
  right: 0px;
  top: 0px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 60px;
  height: 60px;
  background-color: #ffffff;
  z-index: 2000;
  box-shadow: 0 0 10px -2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 10px -2px rgba(0, 0, 0, 0.3);
  display: none;
}
.menuLine {
  background-color: #996025;
  float: left;
  height: 5px;
  margin-bottom: 8px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 40px;
  margin-left: 11px;
}
.topLine {
  margin-top: 15px;
}
.botLineRotate {
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-top: -26px;
}
.topLineRotate {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: 27px;
}
.midLineRotate {
  opacity: 0;
}
/*.botLineRotate {
    .transform(rotate(-45deg) translate(-7px, 9px));
}

.topLineRotate {
    .transform(rotate(45deg) translate(9px, 6px));
}
.midLineRotate {
    opacity: 0;
}*/
.mobileBooking {
  display: none;
}
.locationSelect {
  height: 40px;
  line-height: 40px;
  color: #ffffff;
  font-size: 17px;
  background: #d0a072;
  /* Old browsers */
}
.mobileSelect {
  display: none;
  margin-top: 5px;
  margin-bottom: 0px;
  float: left;
}
.openTime {
  float: left;
  font-size: 14px;
  color: #ffffff;
  margin-top: 25px;
  width: 100%;
}
.openTime table {
  width: 100%;
  border: 0px;
  max-width: 100%;
}
.openTime table td {
  width: 50%;
}
.openTime p {
  margin: 0px;
}
.adressTrigger {
  display: none;
  background-image: url("/themes/frontend/public/own/img/pierre/dropdownarrow.png") !important;
  background-repeat: no-repeat;
  background-position: 95% center;
}
#l-nav-footer a:hover {
  opacity: 0.7;
}
.wfaq h4 {
  width: 100%;
}
.wfaq h4 a {
  background-color: #2e2e2d;
  border-bottom: 1px solid #3a3a3a;
  color: #ffffff !important;
  float: left;
  padding: 10px 10px 10px 15px;
  width: 100%;
  color: #ffffff;
  background-image: url("/themes/frontend/public/own/img/pierre/faq_arrow.png") !important;
  background-repeat: no-repeat;
  background-position: 97% center;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.wfaq h4 a:hover {
  background-color: #4d4d4c;
}
.wfaq .list-view-item-text {
  display: none;
  margin-top: 20px;
  margin-bottom: 20px;
  float: left;
  padding-left: 10px;
}
::selection {
  background: #995f25;
  /* WebKit/Blink Browsers */
  color: #ffffff;
}
::-moz-selection {
  background: #995f25;
  /* Gecko Browsers */
  color: #ffffff;
}
.bannerSlider {
  margin: 0px;
  padding: 0px;
  z-index: 0;
}
.sideMenu .sideMenuTop {
  display: none;
}
iframe {
  max-width: 100%;
}
.galleryDesc {
  width: 100%;
  float: left;
  font-family: "Lato", sans-serif;
  font-size: 24px;
  font-weight: 300;
  padding-top: 20px;
  padding-bottom: 20px;
}
.cantonBox {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px;
  font-size: 22px;
  color: #ffffff;
  background: #2e2e2d;
  background: rgba(46, 46, 45, 0.9);
  padding-bottom: 5px;
  padding-top: 5px;
}
.dropdown-menu li {
  width: 100%;
  float: left;
}
.langIcon {
  background-image: url("/themes/frontend/public/own/img/pierre/langicon.png");
  width: 21px;
  height: 21px;
  float: left;
  cursor: pointer;
  margin-left: 50px;
  margin-top: 24px;
}
.hiddenlangs {
  margin-left: 70px;
  margin-top: 12px;
  position: absolute;
  width: 100px;
  display: none;
}
.wfaq .row {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.wfaq h4 {
  margin-top: 0px;
}
.download {
  font-size: 18px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.download:nth-child(odd) {
  background-color: #ffffff;
}
.downloadLink:hover,
.downloadLink:focus,
.downloadLink:active {
  color: #000000;
}
.downloadTrigger {
  background-color: #2e2e2d;
  background-image: url("/themes/frontend/public/own/img/pierre/faq_arrow.png") !important;
  background-position: 97% center;
  background-repeat: no-repeat;
  border-bottom: 1px solid #3a3a3a;
  color: #ffffff !important;
  float: left;
  padding: 10px 10px 10px 15px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  width: 100%;
  cursor: pointer;
}
.downloadTrigger:hover {
  background-color: #4d4d4c;
}
.download .download .downloadTrigger {
  background-color: #404040;
}
.download .download .downloadTrigger:hover {
  background-color: #5A5A5A;
}
.downloadBottom {
  background-color: #504f4d;
  float: left;
  width: 100%;
  padding: 19px 19px 25px;
  display: none;
}
.downloadLink {
  color: #ffffff;
  width: 100%;
  float: left;
}
.download {
  padding: 0px;
  margin: 0px;
}
.greeting {
  position: absolute;
  max-width: 360px;
  right: 0px;
  text-align: right;
  top: 40px;
  color: #ffffff;
  font-size: 61px;
  font-weight: bold;
  right: 0;
  top: 80px;
  text-shadow: 0 1px 3px #242424;
  line-height: 61px;
  z-index: 1;
}
.locationBox {
  min-height: 242px;
  float: left;
  background-color: #2e2e2c;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  position: relative;
  color: #ffffff;
  padding: 20px 18px 20px 22px;
}
.locationBoxImg {
  background-size: cover;
}
.priceBox {
  background-color: #986e50;
}
.locationBoxes {
  margin-top: -39px;
  padding-left: 0px;
  padding-right: 0px;
}
.clockBig {
  background-image: url("/themes/frontend/public/own/img/pierre/clockbig.png");
}
.listBig {
  background-image: url("/themes/frontend/public/own/img/pierre/listbig.png");
  background-color: #4d4c4a;
}
.locationBig {
  background-image: url("/themes/frontend/public/own/img/pierre/locationbig.png");
  background-color: #845d3f;
}
.specialsBig {
  background-image: url("/themes/frontend/public/own/img/pierre/specialsbig.png");
}
.openBox {
  background-color: #4d4c4a;
}
.locHoverItem {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #986e50;
  opacity: 0;
  left: 0;
  padding: 20px;
  padding-left: 22px;
  padding-right: 18px;
  font-size: 15px;
  color: #ffffff;
  top: 0;
  -webkit-transform: perspective(800px) translate(0, 0) rotateY(-90deg);
  -moz-transform: perspective(800px) translate(0, 0) rotateY(-90deg);
  -ms-transform: perspective(800px) translate(0, 0) rotateY(-90deg);
  -o-transform: perspective(800px) translate(0, 0) rotateY(-90deg);
  transform: perspective(800px) translate(0, 0) rotateY(-90deg);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.locationBox:hover .locHoverItem {
  opacity: 1;
  -webkit-transform: perspective(800px) translate(0, 0) rotateY(0deg);
  -moz-transform: perspective(800px) translate(0, 0) rotateY(0deg);
  -ms-transform: perspective(800px) translate(0, 0) rotateY(0deg);
  -o-transform: perspective(800px) translate(0, 0) rotateY(0deg);
  transform: perspective(800px) translate(0, 0) rotateY(0deg);
}
.openBox table {
  font-size: 14px;
  font-family: "Lato", Arial, sans-serif;
}
.openBox table caption {
  font-family: "din-condensed-web", Arial, sans-serif;
  font-size: 24px;
}
.adressBox,
.tipsBox {
  /*background-color:#986e50;*/
  color: #ffffff;
  padding: 20px;
  padding-right: 18px;
  padding-left: 22px;
  font-size: 14px;
  font-family: "Lato", Arial, sans-serif;
}
.adressBox a,
.adressBox a:hover,
.adressBox a:focus,
.adressBox a:active {
  color: #ffffff;
}
.adressTitle,
.tipsTitle,
.openTitle {
  font-size: 24px;
  font-size: 20px;
  margin-bottom: 10px;
  margin-top: 5px;
  font-family: "din-condensed-web", Arial, sans-serif;
}
.hoverTitle {
  text-align: center;
  color: #ffffff;
  font-family: "Lato", sans-serif;
  font-size: 32px;
  width: 100%;
  margin-top: 25%;
}
.bootstrap-timepicker-widget table td input {
  width: 30px !important;
}
.thumbnail-pic {
  width: 100%;
}
.tipsBox {
  background-color: #4d4c4a;
}
.headerBottom .phone {
  background-image: url('/themes/frontend/public/own/img/pierre/phoneIcon.png');
  background-repeat: no-repeat;
  height: 32px;
  width: 200px;
  float: left;
  display: none;
  margin-top: 6px;
  margin-left: 236px;
  color: #ffffff;
  font-size: 17px;
  line-height: 32px;
  padding-left: 30px;
}
.adressBox {
  padding-bottom: 10px;
}
.adressBox .adressTitle {
  margin-bottom: 5px;
  margin-top: 6px;
  float: left;
}
.adressBox .contactTitle {
  margin-top: 5px;
  margin-bottom: 5px;
}
.locationAdress .openTime table {
  width: 174px!important;
}
.emotionPic .bx-viewport {
  max-height: 567px;
}
.priceLabel {
  width: 30px;
  display: inline-block;
  text-align: right;
}
.chflabel {
  display: inline-block;
}
.lang {
  display: none;
}
.greeting {
  line-height: 40px;
  font-size: 40px;
}
.sliderDesc {
  line-height: 40px;
  font-size: 40px;
}
div.img-responsive {
  height: 352px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
}
.wpress .categories {
  padding-left: 0px;
  margin-bottom: 40px;
  float: none;
}
.wpress .categories .cat {
  background-color: #2e2e2d;
  cursor: pointer;
  color: white;
  padding: 5px;
  padding-left: 10px;
  padding-right: 10px;
  margin-right: 5px;
}
.wpress .categories .cat:hover {
  background-color: #4d4d4c;
}
.wpress .row {
  padding-bottom: 10px!important;
  padding-top: 10px!important;
  position: relative;
}
.wpress .row .galLink {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 100000;
}
.specialsContent table tr:nth-child(2n) {
  background-color: #e5e5e5;
}
.specialsContent table tr td {
  padding-left: 78px;
}
.specialsContent table {
  line-height: 24px;
  font-size: 16px;
  margin-left: -78px;
  padding-left: 78px;
  width: 100%;
  font-family: "din-condensed-web", Arial, sans-serif;
}
.specialsContent table p {
  margin: 0px;
}
.clearBoth {clear: both;}

/*** LANDINGPAGE ***/
/*******************/


/* EMOTION PICTURE */
div.emotionPic div.greeting.landingpage_emotion_title {font-size: 62px; line-height: 60px;}
/* CMS CONTENT */

div.landing_cms_content {width: 100%; float: left; padding-top: 88px; text-align: center; margin-bottom: 50px;}
div.landing_cms_content > h1{display: block; width: 100%; font-size: 58px; color: #a26f3b; text-transform: uppercase;}
div.landing_cms_content > div{font-size: 20px; padding: 20px 130px 0px 130px; font-family: "Lato", sans-serif; }
div.landing_cms_content h2 {color: #565656; font-family: "din-condensed-web", Arial, sans-serif; text-transform: uppercase;}


/* ICONS */
#icon_container{ padding-bottom: 90px;}
#icon_container div.icon_box {width: 25%; height: 216px; padding: 26px 2% 19px 2%; float: left; text-align: center;}
#icon_container div.icon_box div.icon_img_wrapper {width: 100%; height: 88px; line-height: 88px;}
#icon_container div.icon_box img.icon_img {vertical-align: middle;}
#icon_container div.icon_box img.icon_img.hov {display: none;}

#icon_container div.icon_box span {display: block; width: 100%; color: #b38248;}
#icon_container div.icon_box span.icon_title {font-size: 34px; line-height: 30px; margin-top: 15px;}
#icon_container div.icon_box span.icon_desc {font-size: 16px; color: black; line-height: 16px; margin-top: 5px;}
#icon_container div.icon_box span.icon_desc p {margin: 0; font-family: "Lato", sans-serif;}

#icon_container div.icon_box:hover {background-color: #a37f64;}
#icon_container div.icon_box:hover img.icon_img {display: none;}
#icon_container div.icon_box:hover img.icon_img.hov {display: inline-block;}
#icon_container div.icon_box:hover span {color: white;}

/* LOCATIONS */
#location-container {width: 100%; background-color: #f6f6f6; }
#location-container div.location-container-inner {width: 1000px; margin: 0 auto; padding: 105px 0px 95px 0px;}
#location-container div.location-container-inner > h2 { margin: 0px 0px 90px 0px; display: block; width: 100%; text-align: center; font-size: 58px; color: #a26f3b; text-transform: uppercase;}
#location-container div.location-container-inner div.location_element {width: 100%; height: 362px; float: left; background-color: #FFFFFF; margin-bottom: 35px;}
#location-container div.location-container-inner div.location_element div.left {float: left;}
#location-container div.location-container-inner div.location_element div.right {float: left;}
#location-container div.location-container-inner div.location_element > div.left {width: 62%; height: 100%;}
#location-container div.location-container-inner div.location_element > div.right {width: 38%; height: 100%;}
#location-container div.location-container-inner div.location_element > div.left div.location_img {width: 100%; height: 142px; float: left; background-size: cover; background-position: center;}
#location-container div.location-container-inner div.location_element > div.right div.location_map {height: 100%;}
#location-container div.location-container-inner div.location_element > div.left div.location_address {float: left; width: 100%; padding-top: 24px; padding-left: 56px; }

#location-container div.location-container-inner div.location_element > div.left div.location_address div.location_address_detail > h3 {color: #565656; font-size: 32px; margin-top: 0px; margin-bottom: 23px;}
#location-container div.location-container-inner div.location_element > div.left div.location_address div.location_address_detail > div.left {width: 205px; margin-right: 40px;}
#location-container div.location-container-inner div.location_element > div.left div.location_address div.location_address_detail > div.right {width: auto;}
#location-container div.location-container-inner div.location_element > div.left div.location_address div.location_address_detail span {font-family: "Lato"; display: block; width: 100%; font-size: 17px; line-height: 14px; margin-bottom: 14px;}

#location-container div.location-container-inner div.location_element > div.left div.location_address div.location_button_wrapper {float: left; width: 100%; margin-top: 10px;}
#location-container div.location-container-inner div.location_element > div.left div.location_address div.location_button_wrapper a {font-family: "din-condensed-web", Arial, sans-serif; color: #FFFFFF; font-size: 20px; text-align: center; padding: 9px 42px; width: 190px; display: block; float: left;}
#location-container div.location-container-inner div.location_element > div.left div.location_address div.location_button_wrapper a.location_book_btn {background-color: #328f9d; margin-right: 55px;}
#location-container div.location-container-inner div.location_element > div.left div.location_address div.location_button_wrapper a.location_info_btn {background-color: #2b2b2c;}
#location-container div.location-container-inner div.location_element > div.left div.location_address div.location_button_wrapper a.location_book_btn:hover {background-color: #4ca7b5;}
#location-container div.location-container-inner div.location_element > div.left div.location_address div.location_button_wrapper a.location_info_btn:hover {background-color: #5a5a5c;}

/* NEWS */
#news-container {width: 100%;}
#news-container div.news-container-inner {width: 1000px; margin: 0 auto; padding: 105px 0px 95px 0px;}
#news-container div.news-container-inner > h2 { margin: 0px 0px 90px 0px; display: block; width: 100%; text-align: center; font-size: 58px; color: #a26f3b; text-transform: uppercase;}
#news-container div.news-container-inner div.news_element {position:relative; width: 230px; height: 280px; float: left; margin-right: 20px; background-color: #f4f6fa; transition: all 0.2s ease-in-out; margin-bottom: 30px;}
#news-container div.news-container-inner div.news_element.lastinrow {margin-right: 0px;}
#news-container div.news-container-inner div.news_element div.news_img {width: 100%; height: 215px; float: left; background-size: cover; background-position: center;}
#news-container div.news-container-inner div.news_element div.news_info {width: 100%; height: 65px; float: left; padding: 15px 0px; }
#news-container div.news-container-inner div.news_element div.news_info span,
#news-container div.news-container-inner div.news_element div.news_overlay span {width: 100%; display: block; text-align: center; font-size: 15px; color: #000000; line-height: 13px; margin-bottom: 9px;}
#news-container div.news-container-inner div.news_element div.news_overlay {position: absolute; width: 100%; height: 100%; top: 0px; left: 0px; opacity:0; background-image: url('/themes/frontend/public/own/img/pierre/newsoverlay.png'); padding-top: 106px; transform: perspective(800px) translate(0, 20px) rotateY(-90deg);}
#news-container div.news-container-inner div.news_element div.news_overlay span {color: #FFFFFF; font-size: 22px; line-height: 32px;}
#news-container div.news-container-inner div.news_element div.news_overlay span.news-divider {width: 86px; border-bottom: 2px solid #FFFFFF; margin: 0 auto 7px auto; }

#news-container div.news-container-inner div.news_element:hover { cursor: pointer;}


/* RESPONSIVE */

/* LANDINGPAGE RESPONSIVE */
@media (max-width: 1000px) {
    /* LOCATION CONTAINER */
    #location-container div.location-container-inner {width: 100%;}
    #location-container div.location-container-inner div.location_element > div.left div.location_address div.location_address_detail > h3 {font-size: 22px;}
    #location-container div.location-container-inner div.location_element > div.left div.location_address div.location_address_detail span {font-size: 14px;}

    /* NEWS CONTAINER */
    #news-container div.news-container-inner {width: 100%; padding-top: 20px;}
    #news-container div.news-container-inner div.news_element {width: 50%; margin-right: 0px; margin-bottom: 20px;}
}
@media (max-width: 795px) {
    /* LOCATION CONTAINER */
    #location-container div.location-container-inner div.location_element > div.right {display: none;}
    #location-container div.location-container-inner div.location_element > div.left {width: 100%;}
}
@media (max-width: 850px) {
    #location-container div.location-container-inner div.location_element > div.left div.location_address div.location_button_wrapper a { font-size: 14px; width: 150px; padding: 9px 25px;}
    /*HIER*/
}
@media (max-width: 540px) {
    /* LOCATION CONTAINER */
    #location-container div.location-container-inner div.location_element > div.left div.location_address div.location_address_detail > div.left {width: 100%;}
    #location-container div.location-container-inner div.location_element > div.left div.location_address div.location_address_detail > div.right {width: 100%;}
    #location-container div.location-container-inner div.location_element {height: auto; padding-bottom: 20px;}
}


/*    #location-container div.location-container-inner div.location_element > div.right {display: none;}
    #location-container div.location-container-inner div.location_element > div.left {width: 100%;}
}*/
@media (max-width: 660px) {
    /* CMS CONTENT */
    div.landing_cms_content {padding-top: 5%; padding-left: 15px; padding-right: 15px;}
    div.landing_cms_content > h1 {font-size: 48px;}
    div.landing_cms_content > div {padding-left: 2%; padding-right: 2%;}

    /* ICON CONTAINER */
    #icon_container div.icon_box {width: 50%;}
}
@media (max-width: 450px) {
    /* NEWS CONTAINER */
    #news-container div.news-container-inner div.news_element {width: 100%;}
}
@media (max-width: 400px) {
    /* CMS CONTENT */
    div.landing_cms_content > h1 {font-size: 38px;}

    /* ICON CONTAINER */
    #icon_container div.icon_box {width: 100%;}

    /* LOCATION CONTAINER */
    #location-container div.location-container-inner div.location_element > div.left div.location_address div.location_button_wrapper a {width: 85%; margin-bottom: 10px;}
}

@media (max-width: 1490px) {
  .homeBox {
    height: 150px;
  }
}
@media (max-width: 1300px) {
  .homeBox,
  .locationName {
    height: 140px;
  }
  .moreBtn {
    bottom: 5%;
  }
  .greeting {
    font-size: 45px;
    top: 30px;
  }
  .timepicker-bg {
    cursor: pointer;
  }
}
@media (max-width: 1200px) {
  .greeting {
    font-size: 35px;
    top: 30px;
  }
  .trendsStripe .bx-viewport {
    width: 94% !important;
  }
  .homeBox {
    height: 50px;
    width: 100%;
    border-bottom: 1px solid #3a3a3a;
    background-color: #2e2e2d !important;
    background-image: none;
  }
  .locationName {
    height: 50px;
    width: 100%;
    line-height: 50px;
    float: left;
  }
  .boxesContainer {
    padding: 0px;
    width: 100%;
  }
  .boxesContainer .clearfix {
    display: none;
  }
  .boxes {
    position: relative;
    overflow: hidden;
  }
  .newsItem {
    margin-bottom: 10px;
  }
  #l-nav-main ul li a {
    font-size: 17px;
  }
  .chflabel {
    margin-right: 5px;
  }
}
@media (max-width: 1000px) {
  .locationBoxes {
    margin-left: 0px;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
  }
  .sideMenu .sideMenuTop {
    display: block;
  }
  .sideMenu .ownSelect {
    margin-top: 0px;
  }
  #l-nav-main {
    position: fixed;
    background-color: #ffffff;
    width: 250px;
    right: 0;
    top: 0px;
    z-index: 1000;
    height: 100%;
    overflow-y: auto;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  #l-nav-main ul {
    padding: 0px;
    margin: 0px;
    float: left;
  }
  #l-nav-main ul li {
    width: 100%;
    border-bottom: 1px solid #d7d7da;
  }
  #l-nav-main ul li a {
    margin-left: 0px;
    padding-left: 30px;
  }
  .submenu {
    display: block !important;
    position: relative;
    top: 0px;
    padding-top: 0px;
  }
  #l-nav-main .has-children .submenu ul {
    padding-left: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-left: 10px;
  }
  #l-nav-main .has-children ul {
    padding-bottom: 0px;
  }
  #l-nav-main .has-children ul li {
    border-bottom: 0px;
    margin-bottom: 5px;
  }
  #l-nav-main ul .has-children ul li a {
    font-size: 12px;
  }
  #l-wrapper {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .menu {
    transform: translate(100%, 0);
    -webkit-transform: translate(100%, 0);
    -moz-transform: translate(100%, 0);
  }
  .menuActive {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
  }
  .contentActive {
    /*transform: translate( -70%, 0);
        -webkit-transform: translate( -70%, 0);
        -moz-transform: translate( -70%, 0);*/
  }
  .menuIconM {
    display: block;
  }
  .headerTop {
    height: 0px;
  }
  .headerBottom {
    height: auto;
  }
  .lang {
    margin-left: 0px;
  }
  .langIcon {
    margin-left: 30px;
    margin-top: 14px;
    margin-bottom: 14px;
  }
  .hiddenlangs {
    display: block !important;
    margin-left: 52px;
  }
  .lang a,
  .coupon {
    padding-top: 0px;
	
  }
  .coupon {
    margin-right: 74px;
	color:#ffffff !important;
  }
  .logo {
    position: absolute;
    /*top:0;
      left:50%;
       margin-left:-55px;*/
    background-size: cover;
    width: 80px;
    height: 90px;
  }
  .sideMenu,
  .sideMenuTop,
  .sidePoints,
  .sidePoint {
    width: 100%;
  }
  .sideMenuTop {
    margin-top: 15px;
  }
  .logoSelect {
    position: relative;
  }
  .logoSelect .ownSelect {
    display: none;
  }
  .locationAdress {
    display: none;
  }
  .siteContent {
    padding-left: 15px;
    width: 100%;
  }
  .sliderDesc {
    font-size: 20px;
    line-height: 20px;
    right: 20px;
  }
  .siteContent h1,
  .newsTitle,
  .trendsTitle {
    font-size: 40px;
    margin-top: 30px;
    margin-bottom: 20px;
  }
  .titleLine {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .aboutTxt,
  .galleryDesc {
    font-size: 16px;
  }
  .logoSelect .sideMenuTop {
    display: none;
  }
  .mobileBooking {
    display: block;
    margin-top: 0px;
    font-size: 22px;
  }
  .wnews {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .trendsStripe {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  #gmap {
    height: 300px;
  }
  .moreBtn {
    /*display:none;*/
    height: 30px;
    line-height: 30px;
    font-size: 14px;
  }
  .stripeImg {
    width: 80%;
    margin-left: -40%;
  }
  .logoStripe {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .hoverBox {
    display: none !important;
  }
  .locationsMenu {
    display: none;
  }
  .mobileSelect {
    display: block;
  }
  .trendsImg {
    width: 230px;
    height: 230px;
    background-size: cover;
    left: 50%;
    margin-left: -115px;
  }
  .trendsLeft {
    left: 5px;
  }
  .trendsRight {
    right: 5px;
  }
  .list-view-obj-text {
    margin-top: 10px;
  }
  .adressTrigger {
    display: block;
  }
  .cantonBox {
    padding: 5px 15px;
    left: 0;
    right: auto;
    line-height: 39px;
  }
  .sidePoints {
    margin-top: 0px !important;
  }
  .clockBig .locHoverItem,
  .rightlocationBox .locHoverItem {
    opacity: 1;
    -webkit-transform: perspective(800px) translate(0, 0) rotateY(0deg);
    -moz-transform: perspective(800px) translate(0, 0) rotateY(0deg);
    -ms-transform: perspective(800px) translate(0, 0) rotateY(0deg);
    -o-transform: perspective(800px) translate(0, 0) rotateY(0deg);
    transform: perspective(800px) translate(0, 0) rotateY(0deg);
    background-color: #2e2e2c;
  }
  .headerBottom .phone {
    height: 24px;
    background-size: contain;
    line-height: 28px;
    margin-top: 0px;
    background-position: 0px 1px;
  }
  .headerBottom .phone a {
    /*color: #a26f3b;*/
    color: white;
  }
  .normalRow .col-md-5 {
    float: left;
  }
  /*.priceHead { display: block; float: right;}
    .price { display: inline-block; float: right; padding: 0px 25px;}
    .price .mobileLabel { display: none; }*/
  .siteContent h1 {
    font-size: 25px;
    margin-bottom: 0px;
  }
  .priceCategory {
    margin-bottom: 0px;
  }
  .priceCategory .col-md-6 {
    width: 49%;
    float: left;
    padding-right: 0px;
  }
  .headerRow .priceHead {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    width: 15%;
    float: left;
  }
  .priceCategory .headerRow {
    line-height: 33px;
    margin-bottom: 0px;
  }
  .priceCategory .headerRow .priceHead {
    text-align: left;
    line-height: 15px;
  }
  .priceCategory .normalRow .col-md-6 {
    width: 49%;
    float: left;
    font-size: 13px;
    line-height: 17px;
  }
  .priceCategory .headerRow .isHeaderText {
    width: 100%;
    font-size: 15px;
    padding-bottom: 5px;
    padding-top: 5px;
  }
  .priceCategory .normalRow .price {
    width: 15%;
    float: left;
    line-height: 17px;
  }
  .priceCategory .normalRow .priceLabel {
    font-size: 13px;
  }
  .priceCategory .normalRow {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .aboutTxt h1 {
    font-size: 30px;
  }
  .aboutTxt h2 {
    font-size: 24px;
  }
  .aboutTxt h3 {
    font-size: 20px;
  }
  .aboutTxt h4 {
    font-size: 14px;
  }
  .siteContent h1 {
    margin-bottom: 20px;
  }
  .wpress .categories {
    margin-bottom: 20px;
  }
  .specialsContent table {
    margin-left: 0px;
    padding-left: 0px;
  }
  .specialsContent table tr td {
    padding-left: 0px;
  }
}
@media (max-width: 768px) {
  .greeting {
    display: none;
  }
  .trendsLeft,
  .trendsRight {
    background-position: center center;
    background-size: cover;
    height: 30px;
    margin-top: 115px;
    width: 15px;
  }
  .adressBox,
  .openBox {
    font-size: 12px;
  }
  .openBox table {
    max-width: 100%;
    width: 100% !important;
    font-size: 12px;
  }
  .sideMenuTop.bottom{
      font-size: 14px;
  }
  
  .aboutTxt ul li {
    background-position: 0px 8px;
  }
  .headerBottom .phone {
    margin-left: 100px;
    width: 150px;
  }
  .picturegallery-pictures .imgContainer {
    width: 49%;
  }
  .picturegallery-pictures .imgContainer:nth-child(odd) {
    padding-left: 0px;
    padding-right: 10px;
  }
  .picturegallery-pictures .imgContainer:nth-child(even) {
    padding-left: 10px;
    padding-right: 0px;
  }
}
@media (max-width: 670px) {
  .imgContainer img {
    width: 100%;
  }
  .moreBtn {
    bottom: 2%;
  }
  .normalRow .col-md-5 {
    float: none;
  }
  /*.priceHead { display: none; }
    .price .mobileLabel { display: block; color: #4b4b4b; width: 150px; float: left; height: 24px;}
    .price .priceLabel { width: 23px; text-align: right; display: block; color: #4b4b4b;float: left; }
    .priceHead {
        padding: 0px 15px;
        float: right;
    }
    .priceHead, .price{
        text-align:left;
    }
    .price {
        padding: 0px 15px;
        text-align: left;
        float: left;
    }
    
    .chflabel { float: left; color: #4b4b4b; }*/
  body {
    overflow-x: hidden;
    width: 100%;
    margin: 0;
  }
  div.img-responsive {
    height: 148px;
  }
  .aboutTxt h1 {
    font-size: 30px;
  }
  .aboutTxt h2 {
    font-size: 24px;
  }
  .aboutTxt h3 {
    font-size: 20px;
  }
  .aboutTxt h4 {
    font-size: 14px;
  }
}
@media (max-width: 500px) {
  .headerBottom .coupon {
    display: none;
  }
  .headerBottom {
    height: 0;
  }
  p img {
    max-width: 100%!important;
    height: auto!important;
  }
  div.img-responsive {
    height: 148px;
  }
  .aboutTxt h1 {
    font-size: 27px;
  }
  .aboutTxt h2 {
    font-size: 21px;
  }
  .aboutTxt h3 {
    font-size: 17px;
  }
  .aboutTxt h4 {
    font-size: 11px;
  }
}
@media (max-width: 400px) {
  .sliderDesc {
    display: none;
  }
  .moreBtn {
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    width: 100px;
    margin-left: -50px;
  }
  .aboutTxt ul li {
    background-position: 0px 7px;
  }
  .headerBottom .phone {
    margin-left: 77px;
  }
}
@media (max-width: 360px) {
  .adressBox,
  .locHoverItem {
    font-size: 10px;
  }
  .openBox table {
    font-size: 10px;
  }
  .headerBottom .coupon {
    display: none!important;
  }
}
/*# sourceMappingURL=pierre.css.map */
