@charset "UTF-8";
/*@import url(../fonts/stylesheet.css);*/
@import url(../css/fontello-embedded.css);
.vc {
  width: 100%;
  height: 100%;
  display: table;
}
.vc .vc-inner {
  height: 100%;
  vertical-align: middle;
  display: table-cell;
}
.ct-about .ct-button-more,
.ct-reserve .ct-button-more {
  display: block;
  width: 148px;
  height: 35px;
  margin: 22px auto 0;
  background: #9ca699;
  text-transform: uppercase;
  line-height: 35px;
  color: #e2dfd9;
  font-size: 9px;
  font-size: 0.9rem;
  text-align: center;
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
  font-family: 'coresansnr45', sans-serif !important;
  letter-spacing: 1px;
}
.ct-about .ct-button-more:hover,
.ct-reserve .ct-button-more:hover {
  background: #75613e;
}
.ct-about article,
.ct-reserve article {
  padding-right: 30px;
  padding-bottom: 40px;
  text-align: center;
}
.ct-about article a,
.ct-reserve article a {
  margin: 0 auto;
  display: block;
}
.ct-about article p,
.ct-reserve article p,
.ct-about article a,
.ct-reserve article a {
  font-size: 13px;
  letter-spacing: 1px;
  line-height: 23px;
  color: #000000;
}
.ct-about iframe,
.ct-reserve iframe {
  margin-left: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .ct-about iframe,
  .ct-reserve iframe {
    margin: 0 auto 30px;
    display: block;
  }
}
@media only screen and (max-width: 990px) {
  .ct-about iframe,
  .ct-reserve iframe {
    margin: 30px auto;
    display: block;
  }
}
.ct-reserve article a {
  line-height: 23px;
  display: block;
  margin: 0 auto 8px;
}
.ct-reserve article .mail {
  display: inline-block;
  margin-bottom: 40px;
}
.ct-reserve article .phone {
  margin-top: 23px;
}
.ct-private {
  float: left;
  width: 100%;
}
.ct-private .content p,
.ct-private .content a {
  font-size: 13px;
  letter-spacing: 1px;
  line-height: 23px;
  color: #000000;
}
.ct-private .content a {
  text-decoration: underline;
}
.ct-private form {
  margin-top: 70px;
  width: 100%;
}
.ct-private form .form-input {
  float: left;
  width: 100%;
  margin-bottom: 30px;
}
@media only screen and (min-width: 991px) {
  .ct-private form .form-input {
    padding: 0 20px;
  }
}
.ct-private form .form-input label.error {
  display: none !important;
}
@media only screen and (max-width: 990px) {
  .ct-private form .form-input {
    margin-bottom: 0;
  }
}
.ct-private form .form-input input[type="text"],
.ct-private form .form-input input[type="email"] {
  @extend %form-input;
  background-color: #EEECE9;
  box-shadow: 0 0 0 0;
  font-size: 14px;
  padding: 20px;
  height: 59px;
  float: left;
  display: block;
  margin-bottom: 0;
  border: 1px solid rgba(151, 151, 151, 0.6);
  border-radius: 4px;
}
.ct-private form .form-input.textarea {
  margin-bottom: 39px;
}
@media only screen and (max-width: 990px) {
  .ct-private form .form-input.textarea {
    margin-bottom: 20px;
  }
}
.ct-private form .form-input.textarea textarea {
  @extend %form-input;
  background-color: #EEECE9;
  box-shadow: 0 0 0 0;
  font-size: 14px;
  padding: 20px;
  float: left;
  display: block;
  margin-bottom: 0;
  border: 1px solid rgba(151, 151, 151, 0.6);
  border-radius: 4px;
  height: 200px;
}
.ct-private form .form-input.error-input input,
.ct-private form .form-input.error-input textarea {
  box-shadow: 0px 0 2px red;
}
.ct-private form .submit-row {
  float: left;
  margin-bottom: 50px;
}
@media only screen and (min-width: 991px) {
  .ct-private form .submit-row .columns {
    padding-left: 0;
  }
  .ct-private form .submit-row .columns:last-child {
    float: left;
    max-width: 240px;
    padding-right: 0;
  }
}
.ct-private form .submit-row label {
  position: relative;
}
.ct-private form .submit-row label input[type="checkbox"] {
  top: 8px;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #60553C;
  position: absolute;
}
.ct-private form .submit-row label p {
  padding-left: 33px;
  font-size: 14px;
  color: #565656;
  line-height: 30px;
}
@media only screen and (max-width: 990px) {
  .ct-private form .submit-row label p {
    padding-right: 30px;
  }
}
.ct-private form .submit-row label p a {
  text-decoration: underline;
  color: #565656;
}
.ct-private form .submit-row label.error-input p {
  color: red;
}
.ct-private form .submit-row label.error-input p a {
  color: red;
}
.ct-private form .submit-row button {
  background: #F2F2F2;
  border-radius: 4px;
  width: 100%;
  font-size: 14px;
  color: #4A4A4A;
  letter-spacing: 1.1px;
  line-height: 16px;
  height: 60px;
}
.ct-private form .submit-row .terms p {
  /* Please confirm that: */
  font-family: NeuzeitGroT-Ligh;
  font-size: 14px;
  color: #565656;
  letter-spacing: 0;
  line-height: 30px;
}
@media only screen and (max-width: 990px) {
  .ct-private form .submit-row .terms {
    width: 50% !important;
  }
}
@media only screen and (max-width: 640px) {
  .ct-private form .submit-row .terms {
    width: 100% !important;
  }
}
@media only screen and (max-width: 990px) {
  .ct-private form .submit-row .columns {
    padding: 0;
  }
}
.ct-about .wrapper,
.ct-reserve .wrapper,
.ct-private .wrapper,
.ct-gallery .wrapper {
  max-width: 1200px;
}
.ct-gallery .about article {
  padding-bottom: 0;
}
.ct-gallery .content p {
  margin-bottom: 0;
}
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0px, 0, 0);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  display: none;
}
.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.no-js .owl-carousel {
  display: block;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.animated.bounceIn,
.animated.bounceOut,
.animated.flipOutX,
.animated.flipOutY {
  -webkit-animation-duration: .75s;
  animation-duration: 0.75s;
}
@-webkit-keyframes bounce {
  100%,
  20%,
  53%,
  80%,
  from {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  100%,
  20%,
  53%,
  80%,
  from {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
@-webkit-keyframes flash {
  100%,
  50%,
  from {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes flash {
  100%,
  50%,
  from {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}
@-webkit-keyframes shake {
  100%,
  from {
    -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 {
  100%,
  from {
    -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;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}
@-webkit-keyframes wobble {
  from {
    -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 {
  from {
    -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 jello {
  100%,
  11.1%,
  from {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  100%,
  11.1%,
  from {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}
@-webkit-keyframes bounceIn {
  100%,
  20%,
  40%,
  60%,
  80%,
  from {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  100%,
  20%,
  40%,
  60%,
  80%,
  from {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
  100%,
  60%,
  75%,
  90%,
  from {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInDown {
  100%,
  60%,
  75%,
  90%,
  from {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  100%,
  60%,
  75%,
  90%,
  from {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInLeft {
  100%,
  60%,
  75%,
  90%,
  from {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  100%,
  60%,
  75%,
  90%,
  from {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInRight {
  100%,
  60%,
  75%,
  90%,
  from {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
  100%,
  60%,
  75%,
  90%,
  from {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  100%,
  60%,
  75%,
  90%,
  from {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  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-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 {
  from {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  from {
    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 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDownBig {
  from {
    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 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  from {
    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 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeftBig {
  from {
    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 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  from {
    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 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRightBig {
  from {
    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 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  from {
    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 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpBig {
  from {
    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 {
  from {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  from {
    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 {
  from {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  from {
    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 {
  from {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  from {
    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 {
  from {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  from {
    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 {
  from {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  from {
    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 {
  from {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  from {
    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 {
  from {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  from {
    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 {
  from {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  from {
    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 {
  from {
    -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 {
  from {
    -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 {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  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 {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  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 {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  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-backface-visibility: visible!important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  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-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    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 {
  from {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  from {
    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 {
  from {
    -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 {
  from {
    -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 {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  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 {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  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 {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  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 {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  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 {
  from {
    -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 {
  from {
    -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 {
  from {
    -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 {
  from {
    -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 {
  from {
    -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 {
  from {
    -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 {
  from {
    -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 {
  from {
    -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 {
  from {
    -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 {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}
@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}
@-webkit-keyframes rollIn {
  from {
    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 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}
@-webkit-keyframes rollOut {
  from {
    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 {
  from {
    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 {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  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 {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}
.owl-theme .owl-nav .disabled {
  opacity: .5;
  cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  -moz-transition: opacity 200ms ease;
  -ms-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}
.gallery {
  position: relative;
}
.gallery .gallery-wrapper {
  position: relative;
  float: left;
  display: block;
  width: 100%;
}
.gallery .gallery-wrapper .grid-gallery-slider {
  background-color: #eeece9;
  opacity: 1;
  z-index: 50;
  position: relative;
  left: 0;
  transition: all 0.15s ease-in-out;
}
.gallery .gallery-wrapper .grid-gallery-slider.active {
  opacity: 1;
  z-index: 50;
}
.gallery .gallery-wrapper .grid-gallery-slider .item {
  float: left;
}
.gallery .gallery-wrapper .grid-gallery-slider .item ul {
  list-style: none;
  padding: 0;
  margin: 0;
  float: left;
}
.gallery .gallery-wrapper .grid-gallery-slider .item ul li {
  padding: 5px;
  background-color: #eeece9;
  float: left;
}
.gallery .gallery-wrapper .grid-gallery-slider .item ul li figure {
  margin: 0;
  position: relative;
  background-size: cover;
  background-position: center;
}
.gallery .gallery-wrapper .grid-gallery-slider .item ul li figure .overlay {
  opacity: 0;
  transition: all 0.15s ease-in-out;
  float: left;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.gallery .gallery-wrapper .grid-gallery-slider .item ul li figure .overlay figcaption {
  position: absolute;
  background-color: rgba(130, 122, 102, 0.3);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  text-align: center;
  display: table;
}
.gallery .gallery-wrapper .grid-gallery-slider .item ul li figure .overlay figcaption p {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  width: 100%;
  font-family: "NeuzeitGroT-Ligh";
  font-size: 16px;
  color: #fff;
}
.gallery .gallery-wrapper .grid-gallery-slider .item ul li figure:hover .overlay {
  opacity: 1;
  cursor: pointer;
}
@media only screen and (max-width: 40em) {
  .gallery {
    padding-top: 30px;
  }
}
.gallery .gallery-slider {
  float: left;
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 1;
  height: 100%;
  opacity: 1;
}
.gallery .gallery-slider figure {
  margin: 0;
  background-size: cover;
  background-position: center;
}
.gallery .gallery-slider figure img {
  opacity: 0;
  display: none;
}
.gallery .gallery-controls-wrap {
  position: relative;
  z-index: 200;
  width: 100%;
  top: -50px;
  padding-left: 55px;
  padding-right: 55px;
}
@media only screen and (min-width: 40.0625em) and (max-width: 64em) {
  .gallery .gallery-controls-wrap {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.gallery .gallery-controls-wrap .gallery-controls {
  float: left;
  width: 100%;
  padding-top: 64px;
  padding-right: 35px;
  padding-left: 35px;
}
.gallery .gallery-controls-wrap .gallery-controls .pagination-row {
  height: 41px;
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 43px;
}
.gallery .gallery-controls-wrap .gallery-controls .pagination-row .left {
  width: 100px;
  font-family: "NeuzeitGroT-Ligh";
  font-size: 10px;
  color: #696969;
  line-height: 41px;
}
.gallery .gallery-controls-wrap .gallery-controls .pagination-row .left i {
  padding: 0 5px;
}
.gallery .gallery-controls-wrap .gallery-controls .pagination-row .right {
  width: 134px;
}
.gallery .gallery-controls-wrap .gallery-controls .pagination-row .right a {
  line-height: 39px;
  width: 134px;
  height: 41px;
  font-size: 12px;
  color: #60553C;
  letter-spacing: 0.75px;
  border: 1px solid #60553C;
  display: block;
  text-align: center;
}
.gallery .gallery-controls-wrap .gallery-controls .pagination-row .middle ul.arrows {
  list-style: none;
  padding: 0;
  margin: 0;
}
.gallery .gallery-controls-wrap .gallery-controls .pagination-row .middle ul.arrows li {
  display: inline-block;
}
.gallery .gallery-controls-wrap .gallery-controls .pagination-row .middle ul.arrows i {
  height: 21px;
  width: 1px;
  display: block;
  background-color: #979797;
  position: relative;
  top: 6px;
  margin: 0 15px;
}
.gallery .gallery-controls-wrap .gallery-controls .pagination-row .middle ul.arrows a {
  font-family: "NeuzeitGroT-Ligh";
  font-size: 10px;
  color: #696969;
  letter-spacing: 3px;
  line-height: 38px;
  transition: all 0.15s ease-in-out;
}
.gallery .gallery-controls-wrap .gallery-controls .pagination-row .middle ul.arrows a:before,
.gallery .gallery-controls-wrap .gallery-controls .pagination-row .middle ul.arrows a:after {
  background-repeat: no-repeat;
  width: 4px;
  height: 8px;
  position: relative;
  top: 15px;
}
.gallery .gallery-controls-wrap .gallery-controls .pagination-row .middle ul.arrows a.prev {
  padding-left: 17px;
}
.gallery .gallery-controls-wrap .gallery-controls .pagination-row .middle ul.arrows a.prev:before {
  background-position: center left;
  content: "";
  background-image: url("../images/prev-page.png");
  float: left;
  display: block;
}
.gallery .gallery-controls-wrap .gallery-controls .pagination-row .middle ul.arrows a.next {
  padding-right: 17px;
}
.gallery .gallery-controls-wrap .gallery-controls .pagination-row .middle ul.arrows a.next:after {
  background-position: center left;
  content: "";
  background-image: url("../images/next-page.png");
  float: right;
  display: block;
}
.gallery .gallery-controls-wrap .gallery-controls .pagination-row .middle ul.arrows a:hover {
  color: #000;
}
.gallery .gallery-controls-wrap .gallery-controls .descriptions {
  float: left;
  width: 100%;
  padding-bottom: 30px;
  text-align: left;
}
.gallery .gallery-controls-wrap .gallery-controls article {
  width: 100%;
  padding: 0 100px;
  display: inline-block;
}
.gallery .gallery-controls-wrap .gallery-controls article h5 {
  font-family: "NeuzeitGroT-Ligh";
  font-weight: normal;
  text-align: center;
  font-size: 20px;
  color: #4A4A4A;
  line-height: 24px;
  margin-bottom: 24px;
}
@media only screen and (min-width: 40.0625em) and (max-width: 64em) {
  .gallery .gallery-controls-wrap .gallery-controls article h5 {
    text-align: left;
    margin-bottom: 18px;
  }
}
.gallery .gallery-controls-wrap .gallery-controls article p {
  font-family: "NeuzeitGroT-Ligh";
  font-size: 14px;
  color: #565656;
  line-height: 30px;
  margin-bottom: 30px;
  max-width: 660px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media only screen and (min-width: 40.0625em) and (max-width: 64em) {
  .gallery .gallery-controls-wrap .gallery-controls article p {
    text-align: left;
  }
}
@media only screen and (max-width: 40em) {
  .gallery > .row {
    padding-left: 0;
    padding-right: 0;
  }
  .gallery .gallery-controls-wrap {
    padding-left: 0;
    padding-right: 0;
    top: auto;
    float: left;
    width: 100%;
  }
  .gallery .gallery-controls-wrap .gallery-controls {
    border: 0;
    padding-top: 40px;
    padding-left: 0;
    padding-right: 0;
  }
  .gallery .gallery-controls-wrap .gallery-controls .pagination-row .left,
  .gallery .gallery-controls-wrap .gallery-controls .pagination-row .middle {
    display: none;
  }
  .gallery .gallery-controls-wrap .gallery-controls .pagination-row .right {
    width: 100%;
  }
  .gallery .gallery-controls-wrap .gallery-controls .pagination-row .right a {
    width: 242px;
    margin: 0 auto;
    display: block;
    text-align: center;
  }
  .gallery .gallery-controls-wrap .gallery-controls .descriptions article {
    padding-left: 20px;
    padding-right: 20px;
  }
  .gallery .gallery-controls-wrap .gallery-controls .descriptions article p {
    text-align: justify;
  }
}
.gallery-slider {
  z-index: 1;
  opacity: 0;
}
.gallery-slider .owl-stage-outer {
  height: 100%;
}
.gallery-slider .owl-stage-outer .owl-stage {
  height: 100%;
}
.gallery-slider .owl-stage-outer .owl-stage .owl-item {
  height: 100%;
}
.gallery-slider .owl-stage-outer .owl-stage .owl-item figure {
  float: left;
  width: 100%;
  height: 100%;
}
.close-main-gallery {
  position: absolute;
  right: 10px;
  top: -20px;
  display: none;
}
.moveGalleryRight {
  margin-top: -88px;
  top: 50%;
  position: absolute;
  right: 10px;
}
@media screen and (max-width: 1024px) {
  .moveGalleryRight {
    display: none;
  }
}
.moveGalleryLeft {
  margin-top: -88px;
  top: 50%;
  position: absolute;
  left: 10px;
  transform: rotate(180deg);
}
@media screen and (max-width: 1024px) {
  .moveGalleryLeft {
    display: none;
  }
}
#mailstatus {
  float: left;
  font-size: 2rem;
  line-height: 3;
}
.ct-private form .submit-row button,
.ct-private form .submit-row .terms p,
.gallery .gallery-controls-wrap .gallery-controls .pagination-row .middle ul.arrows a {
  font-family: 'coresansnr25';
}
.ct-private form .submit-row .terms p {
  padding-left: 50px;
  font-size: 12px;
  line-height: 20px;
  padding-top: 10px;
}
.ct-private form .submit-row label input[type="checkbox"] {
  left: 20px;
  top: 12px;
}
@media screen and (max-width: 768px) {
  .subnav {
    height: auto !important;
  }
  .subnav li {
    width: 100%;
    float: left;
  }
}
.pagination-row .middle {
  float: left;
  width: 100%;
}
@font-face {
  font-family: 'coresansnr25';
  src: url('../fonts/coresansnr25extralt-webfont.eot');
  src: url('../fonts/coresansnr25extralt-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/coresansnr25extralt-webfont.woff') format('woff'), url('../fonts/coresansnr25extralt-webfont.ttf') format('truetype'), url('../fonts/coresansnr25extralt-webfont.svg#coresansnr25extrauploadedfile') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'coresansnr25italic';
  src: url('../fonts/coresansnr25extralt-italic-webfont.eot');
  src: url('../fonts/coresansnr25extralt-italic-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/coresansnr25extralt-italic-webfont.woff') format('woff'), url('../fonts/coresansnr25extralt-italic-webfont.ttf') format('truetype'), url('../fonts/coresansnr25extralt-italic-webfont.svg#coresansnr25extrauploadedfile') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'coresansnr45';
  src: url('../fonts/coresansnr45regular-webfont.eot');
  src: url('../fonts/coresansnr45regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/coresansnr45regular-webfont.woff') format('woff'), url('../fonts/coresansnr45regular-webfont.ttf') format('truetype'), url('../fonts/coresansnr45regular-webfont.svg#coresansnr45reguluploadedfile') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'coresansnr45italic';
  src: url('../fonts/coresansnr45regular-italic-webfont.eot');
  src: url('../fonts/coresansnr45regular-italic-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/coresansnr45regular-italic-webfont.woff') format('woff'), url('../fonts/coresansnr45regular-italic-webfont.ttf') format('truetype'), url('../fonts/coresansnr45regular-italic-webfont.svg#coresansnr45reguluploadedfile') format('svg');
  font-weight: normal;
  font-style: normal;
}
/**
 * BxSlider v4.0 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2012
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */
html.lt-ie9 .isotope-item {
  position: relative;
}
html.lt-ie9 .isotope-item .overlay:hover {
  background: url(../img/bgr_overlay.png) 0 0 repeat;
}
html.lt-ie9 .isotope-item .overlay:hover .tile_title {
  background: none;
}
html.lt-ie9 .isotope-item .overlay .tile_title {
  background: url(../img/bgr_overlay.png) 0 0 repeat;
}
html.lt-ie9 .isotope-item.big,
html.lt-ie9 .isotope-item.restaurant,
html.lt-ie9 .isotope-item.contact,
html.lt-ie9 .isotope-item.placeholder {
  width: 50% !important;
  float: left !important;
}
html.lt-ie9 .isotope-item.small,
html.lt-ie9 .isotope-item.reservations,
html.lt-ie9 .isotope-item.menu {
  width: 25% !important;
  float: left !important;
}
html.lt-ie9 section.contact_info {
  display: block !important;
}
html.lt-ie9 .overlay:hover {
  background: url(../img/bgr_overlay.png) 0 0 repeat;
}
html.lt-ie9 .overlay:hover .tile_title {
  background: none;
}
html.lt-ie9 .overlay .tile_title {
  background: url(../img/bgr_overlay.png) 0 0 repeat;
}
/* The Grid ---------------------- */
.lt-ie9 .row {
  width: 940px !important;
  max-width: 100% !important;
  min-width: 768px !important;
  margin: 0 auto !important;
}
.lt-ie9 .row .row {
  width: auto !important;
  max-width: none !important;
  min-width: 0 !important;
  margin: 0 -15px !important;
}
.lt-ie9 .row.large-collapse .column,
.lt-ie9 .row.large-collapse .columns {
  padding: 0 !important;
}
.lt-ie9 .row .row {
  width: auto !important;
  max-width: none !important;
  min-width: 0 !important;
  margin: 0 -15px !important;
}
.lt-ie9 .row .row.large-collapse {
  margin: 0 !important;
}
.lt-ie9 .column,
.lt-ie9 .columns {
  float: left !important;
  min-height: 1px !important;
  padding: 0 15px !important;
  position: relative !important;
}
.lt-ie9 .column.large-centered,
.columns.large-centered {
  float: none !important;
  margin: 0 auto !important;
}
.lt-ie9 [class*="column"] + [class*="column"]:last-child {
  float: right !important;
}
.lt-ie9 [class*="column"] + [class*="column"].end {
  float: left !important;
}
.lt-ie9 .large-1,
.lt-ie9 .row .large-1 {
  width: 8.33333% !important;
}
.lt-ie9 .large-2,
.lt-ie9 .row .large-2 {
  width: 16.66667% !important;
}
.lt-ie9 .large-3,
.lt-ie9 .row .large-3 {
  width: 25% !important;
}
.lt-ie9 .large-4,
.lt-ie9 .row .large-4 {
  width: 33.33333% !important;
}
.lt-ie9 .large-5,
.lt-ie9 .row .large-5 {
  width: 41.66667% !important;
}
.lt-ie9 .large-6,
.lt-ie9 .row .large-6 {
  width: 50% !important;
}
.lt-ie9 .large-7,
.lt-ie9 .row .large-7 {
  width: 58.33333% !important;
}
.lt-ie9 .large-8,
.lt-ie9 .row .large-8 {
  width: 66.66667% !important;
}
.lt-ie9 .large-9,
.lt-ie9 .row .large-9 {
  width: 75% !important;
}
.lt-ie9 .large-10,
.lt-ie9 .row .large-10 {
  width: 83.33333% !important;
}
.lt-ie9 .large-11,
.lt-ie9 .row .large-11 {
  width: 91.66667% !important;
}
.lt-ie9 .large-12,
.lt-ie9 .row .large-12 {
  width: 100% !important;
}
.lt-ie9 .row .large-offset-1 {
  margin-left: 8.33333% !important;
}
.lt-ie9 .row .large-offset-2 {
  margin-left: 16.66667% !important;
}
.lt-ie9 .row .large-offset-3 {
  margin-left: 25% !important;
}
.lt-ie9 .row .large-offset-4 {
  margin-left: 33.33333% !important;
}
.lt-ie9 .row .large-offset-5 {
  margin-left: 41.66667% !important;
}
.lt-ie9 .row .large-offset-6 {
  margin-left: 50% !important;
}
.lt-ie9 .row .large-offset-7 {
  margin-left: 58.33333% !important;
}
.lt-ie9 .row .large-offset-8 {
  margin-left: 66.66667% !important;
}
.lt-ie9 .row .large-offset-9 {
  margin-left: 75% !important;
}
.lt-ie9 .row .large-offset-10 {
  margin-left: 83.33333% !important;
}
.lt-ie9 .pull-2 {
  right: 16.66667% !important;
}
.lt-ie9 .pull-3 {
  right: 25% !important;
}
.lt-ie9 .pull-4 {
  right: 33.33333% !important;
}
.lt-ie9 .pull-5 {
  right: 41.66667% !important;
}
.lt-ie9 .pull-6 {
  right: 50% !important;
}
.lt-ie9 .pull-7 {
  right: 58.33333% !important;
}
.lt-ie9 .pull-8 {
  right: 66.66667% !important;
}
.lt-ie9 .pull-9 {
  right: 75% !important;
}
.lt-ie9 .pull-10 {
  right: 83.33333% !important;
}
.lt-ie9 .push-2 {
  left: 16.66667% !important;
}
.lt-ie9 .push-3 {
  left: 25% !important;
}
.lt-ie9 .push-4 {
  left: 33.33333% !important;
}
.lt-ie9 .push-5 {
  left: 41.66667% !important;
}
.lt-ie9 .push-6 {
  left: 50% !important;
}
.lt-ie9 .push-7 {
  left: 58.33333% !important;
}
.lt-ie9 .push-8 {
  left: 66.66667% !important;
}
.lt-ie9 .push-9 {
  left: 75% !important;
}
.lt-ie9 .push-10 {
  left: 83.33333% !important;
}
/* Nicolas Gallagher's micro clearfix */
.lt-ie9 .row {
  *zoom: 1;
}
.lt-ie9 .row:before,
.row:after {
  content: " " !important;
  display: table !important;
}
.lt-ie9 .row:after {
  clear: both !important;
}
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  margin: 0 auto 0;
  padding: 0;
  *zoom: 1;
}
.bx-wrapper img {
  max-width: 100%;
  display: block;
}
/** THEME
===================================*/
.bx-wrapper .bx-viewport {
  -moz-box-shadow: 0 0 0 #ccc;
  -webkit-box-shadow: 0 0 0 #ccc;
  box-shadow: 0 0 0 #ccc;
  border: solid #fff 0;
  left: 0;
  background: #fff;
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}
/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(../img/bx_loader.gif) center center no-repeat #fff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}
/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
}
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #000;
}
/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 10px;
  background: url(../img/controls.png) no-repeat 0 -32px;
}
.bx-wrapper .bx-next {
  right: 10px;
  background: url(../img/controls.png) no-repeat -43px -32px;
}
.bx-wrapper .bx-prev:hover {
  background-position: 0 0;
}
.bx-wrapper .bx-next:hover {
  background-position: -43px 0;
}
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
}
.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}
/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(../img/controls.png) -86px -11px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(../img/controls.png) -86px -44px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px;
}
/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}
/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666\9;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}
.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}
/*
ISOTOPE
*/
/* Start: Recommended Isotope styles */
/**** Isotope Filtering ****/
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}
/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}
/* End: Recommended Isotope styles */
.isotope {
  max-width: 100%;
  width: 100%;
  overflow: visible !important;
}
.isotope .item img {
  max-width: 100%;
}
/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html,
button,
input,
select,
textarea {
  color: #222;
}
html {
  font-size: 1em;
  line-height: 1.4;
}
/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */
audio,
canvas,
img,
video {
  vertical-align: middle;
}
/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}
/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */
.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* ==========================================================================
   LESS MIXINS AND VARS
   ========================================================================== */
.coresansnr25 {
  font-family: 'coresansnr25', sans-serif !important;
  letter-spacing: 1px;
}
.coresansnr25italic {
  font-family: 'coresansnr25italic', sans-serif !important;
  letter-spacing: 1px;
}
.coresansnr45 {
  font-family: 'coresansnr45', sans-serif !important;
  letter-spacing: 1px;
}
.coresansnr45italic {
  font-family: 'coresansnr45italic', sans-serif !important;
  letter-spacing: 1px;
}
.arial {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
/* colours */
/*rem font size*/
/* fix for webkit bug on transforms*/
.preserve {
  -webkit-transform-style: preserve-3d;
}
/* ==========================================================================
   1.0 MASTER
   ========================================================================== */
html {
  font-size: 62.5%;
  /* Sets up the Base 10 stuff */
}
a {
  -webkit-transition: 0.4s linear;
  -moz-transition: 0.4s linear;
  -o-transition: 0.4s linear;
  transition: 0.4s linear;
}
a:hover {
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}
body {
  background: #eeece9;
  font-family: 'coresansnr25', sans-serif !important;
  letter-spacing: 1px;
  overflow-x: hidden;
}
body:not(.page_gallery) {
  height: auto !important;
}
* {
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'coresansnr25', sans-serif !important;
  letter-spacing: 1px;
  letter-spacing: 2px;
  font-weight: 100;
}
h1 {
  font-family: 'coresansnr25', sans-serif !important;
  letter-spacing: 1px;
  letter-spacing: 8px;
}
h1 {
  font-size: 24px;
  font-size: 2.4rem;
  text-transform: uppercase;
  color: #75613e;
}
.row {
  max-width: 100%;
  margin: 0;
}
.row .row {
  margin: 0;
}
.wrapper {
  max-width: 960px;
  margin: 0 auto;
}
input {
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
}
header {
  height: 82px;
  background: #e2dfd9;
  position: relative;
  -webkit-transition: 0.4s linear;
  -moz-transition: 0.4s linear;
  -o-transition: 0.4s linear;
  transition: 0.4s linear;
  z-index: 10001 !important;
}
@media only screen and (min-width: 991px) {
  header .wrapper {
    position: relative;
  }
  header .left {
    width: 150px !important;
  }
}
header .left {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
header .right {
  position: absolute;
  top: 0;
  right: 0;
}
header nav {
  /*        position: absolute;*/
  margin: 0 auto;
  left: 0;
  right: 0;
  max-width: 690px;
  text-align: center;
}
header nav ul {
  width: auto;
  list-style-type: none;
  margin: 0 auto;
  padding: 0;
}
header nav ul li {
  display: inline-block;
  overflow: hidden;
  -webkit-transform-style: preserve-3d;
}
header nav ul li a {
  display: block;
  height: 80px;
  line-height: 80px;
  padding: 0 10px;
  color: #666b6e;
  font-size: 13px;
  font-size: 1.3rem;
  font-family: 'coresansnr45', sans-serif !important;
  letter-spacing: 1px;
  -webkit-transform-style: preserve-3d;
  -webkit-transition: 0s linear;
  -moz-transition: 0s linear;
  -o-transition: 0s linear;
  transition: 0s linear;
}
header nav ul li a:hover {
  color: #75613e;
}
header nav ul li.active a,
header nav ul li.current-menu-item a {
  color: #75613e;
}
header nav ul li.home a {
  padding: 0 15px;
  background: url(../img/fera-logo.svg) 15px 15px no-repeat;
  text-indent: -9999px;
  display: block;
  -webkit-opacity: 1 !important;
  -moz-opacity: 1 !important;
  opacity: 1 !important;
  overflow: hidden;
  width: 110px;
  height: 80px;
}
header nav ul li.home a.no-svg {
  background: url(../img/fera-logo.png) 15px 15px no-repeat;
}
header .share_trigger,
header .menu_trigger,
header .mobile_menu {
  display: none;
}
header .share_btns {
  margin-top: 33px;
}
header .share_btns a {
  color: #666b6e;
  font-size: 13px;
  font-size: 1.3rem;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
  margin-left: 4px;
}
header .share_btns a:hover,
header .share_btns a:focus {
  color: #75613e;
}
header .share_btns a span {
  display: none;
}
header .share_btns a:last-child {
  font-size: 17px;
  font-size: 1.7rem;
}
header .share_btns a:last-child:before {
  position: relative;
  top: 1px;
}
header .ico_twitter,
header .ico_facebook {
  display: block;
  width: 14px;
  height: 14px;
  float: left;
  overflow: hidden;
  text-indent: -9999px;
  background: url(../img/twitter.png) 0 0 no-repeat;
  margin: 33px 0 0 0;
}
header .ico_facebook {
  background: url(../img/facebook.png) 0 0 no-repeat;
  margin: 33px 0 0 16px;
}
header .icon-instagram:before {
  font-size: 15px;
  font-size: 1.5rem;
}
header .booking {
  display: block;
  width: 148px;
  height: 35px;
  margin: 22px 0 0 0;
  background: #9ca699;
  text-transform: uppercase;
  line-height: 35px;
  color: #e2dfd9;
  font-size: 9px;
  font-size: 0.9rem;
  text-align: center;
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
  font-family: 'coresansnr45', sans-serif !important;
  letter-spacing: 1px;
}
header .booking:hover {
  background: #75613e;
}
.lt-ie9 p {
  margin-bottom: 18px !important;
}
.lt-ie9 header nav ul li.home a {
  background: url(../img/fera-logo.png) 15px 15px no-repeat;
}
.lt-ie10 header nav ul li.home a {
  background: url(../img/fera-logo.png) 15px 15px no-repeat;
}
.btn_green {
  display: block;
  width: 148px;
  height: 35px;
  margin: 22px 0 0 0;
  background: #9ca699;
  text-transform: uppercase;
  line-height: 35px;
  color: #e2dfd9 !important;
  text-decoration: none !important;
  font-size: 9px;
  font-size: 0.9rem;
  text-align: center;
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
  font-family: 'coresansnr45', sans-serif !important;
  letter-spacing: 1px;
}
.btn_green:hover {
  background: #75613e;
}
.newsletter_signup {
  height: 80px;
  line-height: 80px;
  background: #9ca699;
  z-index: 10000;
  -webkit-transition: 0.4s linear;
  -moz-transition: 0.4s linear;
  -o-transition: 0.4s linear;
  transition: 0.4s linear;
}
.newsletter_signup.fixed {
  top: auto;
  bottom: -80px;
  visibility: hidden;
}
.newsletter_signup.open {
  visibility: visible;
  bottom: 0;
}
.newsletter_signup h3 {
  font-size: 14px;
  font-size: 1.4rem;
  color: #eeece9;
  text-align: right;
  line-height: 80px;
  padding: 0 22px 0 0;
}
.newsletter_signup form {
  margin: 28px 0 0 0;
}
.newsletter_signup form input[type=text] {
  width: 207px;
  height: 25px;
  padding-left: 15px;
  float: left;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0) !important;
  -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0) !important;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0) !important;
  border: 0 !important;
  font-size: 9px;
  font-size: 0.9rem;
  color: #666b6e;
  font-family: 'coresansnr45', sans-serif !important;
  letter-spacing: 1px;
}
.newsletter_signup form input[type=submit] {
  float: left;
  text-transform: uppercase;
  color: #eeece9;
  font-size: 9px;
  font-size: 0.9rem;
  text-align: center;
  background: #666b6e;
  border: 0;
  display: block;
  width: 57px;
  height: 25px;
}
.newsletter_signup .row .columns {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.newsletter_signup button.trigger_hide_newsletter {
  position: absolute;
  right: 24px;
  top: 32px;
  width: 18px;
  height: 18px;
  border: none;
  text-indent: -9999px;
  background: url(../img/close.png) no-repeat center;
}
footer {
  height: 39px;
  line-height: 39px;
  background: #666b6e;
  color: #eeece9;
  font-size: 9px;
  font-size: 0.9rem;
  padding: 0 23px;
  font-family: 'coresansnr45', sans-serif !important;
  letter-spacing: 1px;
  margin-bottom: 80px;
  position: relative;
  z-index: 10;
  clear: both;
}
footer .wrapper {
  max-width: 1100px;
}
footer.fixed {
  position: fixed;
  top: auto;
  bottom: 0;
  z-index: 9000;
}
footer.bottom {
  margin-bottom: 0 !important;
}
footer a {
  color: #eeece9;
  -webkit-backface-visibility: hidden;
  /* Chrome, Safari, Opera */
  backface-visibility: hidden;
}
footer a:hover {
  color: #e2dfd9;
}
footer .centered {
  position: absolute;
  left: 0;
  right: 0;
  margin: 13px auto 0;
  width: 118px;
}
footer .centered .claridges_logo {
  background: url(../img/claridges-logo.svg) 0 0 no-repeat;
  display: block;
  width: 118px;
  height: 17px;
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}
footer .centered .claridges_logo:hover {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.lt-ie9 footer .centered .claridges_logo {
  background: url(../img/claridges-logo.png) 0 0 no-repeat;
}
footer.mobile {
  display: none;
}
.overlay_alert {
  width: 100%;
  height: 100%;
  background: rgba(102, 107, 110, 0.8);
  z-index: 10000;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
}
.overlay_alert .open {
  display: block;
}
.overlay_alert .newsletter_message {
  max-width: 452px;
  max-height: 190px;
  width: 80%;
  height: 190px;
  background: #e2dfd9;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  margin: -95px auto 0;
  text-align: center;
}
.overlay_alert .newsletter_message h3 {
  font-family: 'coresansnr25', sans-serif !important;
  letter-spacing: 1px;
  color: #666b6e;
  font-size: 24px;
  font-size: 2.4rem;
  margin-top: 76px;
  line-height: 0;
}
.overlay_alert .newsletter_message .btn {
  display: block;
  margin: 0 auto;
  width: 148px;
  height: 35px;
  line-height: 35px;
  background: #9ca699;
  font-size: 9px;
  font-size: 0.9rem;
  color: #eeece9;
  text-align: center;
  margin-top: 36px;
}
@media only screen and (max-width: 990px) {
  header {
    border-top: 1px solid #b5b2ae;
    height: 66px;
    line-height: 66px;
    overflow: visible;
  }
  header .left .share_trigger {
    display: block;
    background: url(../img/mobile/social-mobile.png) center center no-repeat;
    width: 62px;
    height: 65px;
    margin: 0;
  }
  header .left .share_trigger:hover,
  header .left .share_trigger.open {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    background: url(../img/mobile/social-mobile.png) center center no-repeat #eeece9;
  }
  header .left .share_btns {
    position: absolute;
    z-index: 10000;
    width: 100%;
    height: 65px;
    top: 65px;
    background: #eeece9;
    margin-top: 0;
    display: none;
    -webkit-transition: none linear;
    -moz-transition: none linear;
    -o-transition: none linear;
    transition: none linear;
  }
  header .left .share_btns.open {
    display: block;
  }
  header .left .share_btns a {
    width: 25%;
    height: 65px;
    float: left;
    text-align: center;
    margin: 0;
    color: #666b6e;
    border-right: 1px solid #e2dfd9;
    border-bottom: 1px solid #e2dfd9;
    font-size: 20px;
    font-size: 2rem;
  }
  header .left .share_btns a:hover,
  header .left .share_btns a:focus {
    color: #75613e;
  }
  header .left .share_btns a span {
    display: none;
  }
  header .left .share_btns a:last-child {
    border-right: none;
  }
  header .right .booking.btn.green {
    display: none;
  }
  header .right .menu_trigger {
    display: block;
    background: center center no-repeat url(../img/mobile/menu-mobile.png);
    width: 65px;
    height: 65px;
  }
  header .right .menu_trigger:hover,
  header .right .menu_trigger.open {
    background: center center no-repeat url(../img/mobile/menu-mobile.png) #eeece9;
  }
  header .mobile_menu {
    display: none;
    position: absolute;
    z-index: 10001;
    width: 100%;
    top: 65px;
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  header .mobile_menu.open {
    display: block;
  }
  header .mobile_menu li {
    width: 100%;
    height: 65px;
    border-top: 1px solid #e2dfd9;
  }
  header .mobile_menu li:first-child {
    border-top: 0;
  }
  header .mobile_menu li a {
    background: #eeece9;
    width: 100%;
    height: 65px;
    line-height: 65px;
    display: block;
    text-align: center;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    font-size: 13px;
    font-size: 1.3rem;
    color: #666b6e;
  }
  header .mobile_menu li.booking {
    margin: 0;
    border-top: none;
  }
  header .mobile_menu li.booking a {
    color: #eeece9;
    background: #9ca699;
  }
  header .mobile_menu li.booking a:hover {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    background: #75613e;
  }
  header nav {
    width: 69px;
    position: relative;
    z-index: 10001;
  }
  header nav ul li {
    display: none;
  }
  header nav ul li:nth-child(3) {
    display: block;
    width: 69px;
    height: 44px;
    padding: 0;
    margin-top: 8px;
  }
  header nav ul li:nth-child(3) a {
    width: 69px;
    height: 44px;
    padding: 0;
    background: url(../img/fera-logo.png) 0 0 no-repeat;
    background-size: 69px 44px;
  }
  .container {
    margin-top: 65px !important;
  }
  .newsletter_signup.fixed {
    position: relative;
    bottom: -65px;
    height: 65px;
  }
  .newsletter_signup.fixed.open {
    bottom: 0;
  }
  .newsletter_signup.fixed div.columns:nth-child(1) {
    display: none;
  }
  .newsletter_signup.fixed form {
    width: 280px;
    margin: 22px auto 0;
  }
  .newsletter_signup.fixed form input[type=text] {
    width: 223px;
  }
  footer {
    display: none;
  }
  footer.mobile {
    display: block;
    height: 45px;
    width: 100%;
    text-align: center;
    line-height: 12px;
    margin-bottom: 0;
    top: auto;
    overflow: hidden;
    padding: 12px 0 0 0;
    z-index: 9999;
  }
}
/* ==========================================================================
   2.0 Home
   ========================================================================== */
#MY_VIDEO_1 {
  position: absolute !important;
  top: 0;
  left: 0;
  z-index: 10001;
  min-height: 105.5%;
  min-width: 100%;
}
.container {
  padding-bottom: 0;
  margin-top: 82px;
}
.container.home {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s linear;
  -moz-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
  /*      .transition-delay(0.5s);*/
}
.container.home.loaded {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.container .isotope-container {
  z-index: 0;
}
.container .isotope-container .isotope-item {
  overflow: hidden;
}
.container .isotope-container .isotope-item.menu {
  z-index: 100 !important;
}
.container .isotope-container .isotope-item.reservations {
  z-index: 110 !important;
}
.container .isotope-container .isotope-item a.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 20;
  top: 0;
  left: 0;
  -webkit-transition: 0s linear;
  -moz-transition: 0s linear;
  -o-transition: 0s linear;
  transition: 0s linear;
}
.container .isotope-container .isotope-item a.overlay:hover {
  background: rgba(0, 0, 0, 0.6);
}
.container .isotope-container .isotope-item a.overlay:hover span.tile_title {
  -webkit-transition: 0s linear;
  -moz-transition: 0s linear;
  -o-transition: 0s linear;
  transition: 0s linear;
  background: rgba(0, 0, 0, 0);
}
.container .isotope-container .isotope-item a.overlay span.tile_title.aulis {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  height: 83px;
  line-height: 83px;
  width: 217px;
  max-width: 80%;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  margin-top: -41px;
  text-align: center;
  overflow: hidden;
  font-family: 'coresansnr25', sans-serif !important;
  letter-spacing: 1px;
  color: #eeece9;
  font-size: 13px;
  font-size: 1.3rem;
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
  position: absolute;
  top: 50%;
}
.container .isotope-container .isotope-item a.overlay span.tile_title.aulis:before {
  content: none;
}
.container .isotope-container .isotope-item a.overlay span.tile_title {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  height: 83px;
  line-height: 83px;
  width: 217px;
  max-width: 80%;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  margin-top: -41px;
  text-align: center;
  overflow: hidden;
  font-family: 'coresansnr25', sans-serif !important;
  letter-spacing: 1px;
  color: #eeece9;
  font-size: 13px;
  font-size: 1.3rem;
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
  position: absolute;
  top: 50%;
}
.container .isotope-container .isotope-item a.overlay span.tile_title:before {
  content: "";
  display: block;
  width: 15px;
  height: 1px;
  background: #eeece9;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 27px;
}
.container .isotope-container .isotope-item span.tile_img {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.container .isotope-container .isotope-item div.parallax_scene {
  position: absolute;
  width: 300px;
  height: 300px;
  max-width: 100%;
  max-height: 100%;
  top: 120px;
  left: -260px;
  z-index: 19;
  overflow: visible;
}
.container .isotope-container .isotope-item div.parallax_scene div {
  position: absolute;
  width: 123% !important;
  height: 123% !important;
  right: -23% !important;
  top: -23% !important;
  left: auto !important;
  z-index: 100;
}
.container .isotope-container .isotope-item div.parallax_scene div img {
  width: 100%;
  height: auto;
}
/* ==========================================================================
   3.0 Sections
   3.1 About
   ========================================================================== */
.bx-slider {
  -webkit-transform-style: preserve-3d;
}
.bx-wrapper {
  /*    overflow: hidden;
*/
}
.about {
  background: #eeece9;
  padding: 82px 0 32px 0;
  position: relative;
  z-index: 200;
  margin-top: 0;
  overflow: visible;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s linear;
  -moz-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
  /*        .transition-delay(0.5s);*/
}
.about.loaded {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.about article {
  max-width: 632px;
  margin: 0 auto;
}
.about .parallax_scene {
  height: 1px;
  overflow: visible;
  position: absolute;
}
.about .parallax_scene.l1 {
  right: -20px;
  bottom: 200px;
  z-index: 200;
}
.about .parallax_scene.l2 {
  left: -10px;
  bottom: 400px;
}
.about .bxslider {
  background: none;
  margin-top: 24px;
}
.about .bxslider .item {
  padding: 0 42px;
}
.about .bxslider .item img {
  display: none;
}
.about .bxslider .item p {
  padding: 0 22px;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 23px;
}
.about .bx-controls-direction a {
  top: 70px;
}
.about .bx-next {
  right: 0;
  background: url(../img/arrow-right.png) 0 0 no-repeat;
}
.about .bx-next:hover {
  background: url(../img/arrow-right-hover.png) 0 0 no-repeat;
}
.about .bx-prev {
  left: 0;
  background: url(../img/arrow-left.png) 0 0 no-repeat;
}
.about .bx-prev:hover {
  background: url(../img/arrow-left-hover.png) 0 0 no-repeat;
}
.about .custom_controls a {
  top: 28%;
}
.about .bx-viewport {
  background: none;
  height: auto !important;
}
.about .bx-clone {
  display: none;
}
.bgr_slider {
  /*        position: fixed; 
        bottom: 0;
        z-index: 0;*/
  margin: 0;
  padding: 0;
  height: 172px;
  overflow: hidden;
}
.bgr_slider .bx-controls {
  display: none !important;
}
@media only screen and (max-width: 990px) {
  .bgr_slider {
    display: none;
  }
}
.about_slider {
  overflow: hidden;
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
}
.about_slider img {
  width: 100%;
}
hgroup h1 {
  padding-bottom: 28px;
  line-height: 24px;
  margin: 24px 0;
  line-height: 32px;
  position: relative;
  text-align: center;
}
hgroup h1:after {
  height: 1px;
  width: 24px;
  background: #666b6e;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -12px;
  content: "";
}
hgroup h3 {
  text-transform: uppercase;
  font-size: 13px;
  font-size: 1.3rem;
  color: #75613e;
  font-family: 'coresansnr45', sans-serif !important;
  letter-spacing: 1px;
}
hgroup h2 {
  text-transform: uppercase;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: 'coresansnr45', sans-serif !important;
  letter-spacing: 1px;
  color: #75613e;
  letter-spacing: 4px;
  position: relative;
  margin-bottom: 42px;
  line-height: 30px;
}
hgroup h2::after {
  content: "";
  width: 16px;
  height: 1px;
  background: #666b6e;
  position: absolute;
  bottom: -21px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.subnav {
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #e2dfd9;
  overflow: hidden;
  margin-bottom: 60px;
}
.subnav ul {
  margin: 0 auto;
  padding: 0;
  text-align: center;
  list-style: none;
}
.subnav ul li {
  display: inline-block;
}
.subnav ul li a {
  height: 40px;
  line-height: 40px;
  font-size: 12px;
  font-size: 1.2rem;
  color: #8c9194;
  padding: 0 24px;
  text-align: center;
}
.subnav ul li a.active {
  color: #75613e;
}
.subnav ul li a:hover {
  color: #75613e;
}
.subnav ul li.current-menu-item a {
  color: #75613e !important;
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}
@media only screen and (max-width: 990px) {
  #container.about {
    margin-top: 66px;
    padding: 0;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  #container.about .subnav {
    display: none;
  }
  #container.about .parallax_scene {
    display: none;
  }
  #container.about .bxslider {
    padding-bottom: 48px;
  }
  #container.about .bxslider .item {
    margin-bottom: 48px;
    padding: 0;
  }
  #container.about .bxslider .item p {
    padding: 0;
  }
  #container.about .bxslider .item img {
    margin-top: 72px;
    width: 100%;
    max-width: 100%;
    display: block;
  }
  #container.about article {
    padding: 44px 20px 0;
  }
}
/* ==========================================================================
   3.0 Sections 
   3.2 Terms & Conditions
   ========================================================================== */
#container.terms_conditions {
  background: #eeece9;
  padding: 0 18px 52px;
  position: relative;
  z-index: 10;
}
#container.terms_conditions h1 {
  text-align: center;
  margin-bottom: 48px;
  padding-top: 48px;
}
#container.terms_conditions article {
  overflow: auto;
  padding: 0;
  margin-bottom: 24px;
}
#container.terms_conditions article h2 {
  text-transform: uppercase;
  font-size: 13px;
  font-size: 1.3rem;
  color: #75613e;
  font-family: 'coresansnr45', sans-serif !important;
  letter-spacing: 1px;
  margin: 0 0 24px;
}
#container.terms_conditions article a {
  color: inherit;
}
#container.terms_conditions article p {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 23px;
  margin: 0 0 18px;
}
@media only screen and (min-width: 991px) {
  #container.terms_conditions {
    padding-left: 0;
    padding-right: 0;
  }
  #container.terms_conditions .col {
    width: 50%;
    float: left;
  }
  #container.terms_conditions .col:first-child {
    padding-right: 12px;
  }
  #container.terms_conditions .col:last-child {
    padding-left: 12px;
  }
}
/* ==========================================================================
   3.0 Sections 
   3.3  404 Error
   ========================================================================== */
article.tile {
  width: 100%;
  max-width: 374px;
  background: #e2dfd9;
  padding: 24px;
  margin: 0 auto;
  text-align: center;
}
article.tile p {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 23px;
  margin: 0 0 18px;
}
article.tile p.lead {
  color: #75613e;
  font-family: 'coresansnr45', sans-serif !important;
  letter-spacing: 1px;
}
article.tile h1 {
  text-transform: none;
  font-size: 13px;
  font-size: 1.3rem;
  color: #75613e;
  font-family: 'coresansnr45', sans-serif !important;
  letter-spacing: 1px;
  padding-bottom: 24px;
  line-height: 24px;
  margin: 24px 0;
  position: relative;
}
article.tile h1:after {
  height: 1px;
  width: 24px;
  background: #666b6e;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -12px;
  content: "";
}
article.tile a {
  color: inherit;
  text-decoration: underline;
}
article.tile .btn {
  margin: 0 auto;
}
.error_404 {
  background: url(../img/404_page/bg_404.jpg);
  background-size: cover;
  background-position: center;
  -lh-property: 0;
height:-webkit-calc(100% - 39px);
height:-moz-calc(100% - 39px);
height:calc(100% - 39px);
;
  padding: 0;
  margin: 0;
}
.error_404 .wrapper {
  padding-top: 48px;
}
.error_404 article h1 {
  text-transform: uppercase;
}
@media only screen and (min-width: 991px) {
  .error_404 .wrapper {
    padding-top: 144px;
  }
  .error_404 article.tile {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
/* ==========================================================================
   3.0 Sections 
   3.4 Contact
   ========================================================================== */
#container.contact {
  position: relative;
  overflow: hidden;
}
#container.contact .parallax_scene {
  display: none;
}
@media only screen and (min-width: 991px) {
  #container.contact .parallax_scene {
    display: block;
    height: 1px;
    overflow: visible;
    position: absolute;
  }
  #container.contact .parallax_scene.l1 {
    right: -20px;
    top: 0;
    z-index: 200;
  }
  #container.contact .parallax_scene.l2 {
    left: -10px;
    top: 490px;
    z-index: 200;
  }
}
#container.contact section.contact_map {
  background: url(../img/contact/cover_contact.jpg);
  background-size: cover;
  background-position: center 50%;
  min-height: 700px;
  overflow: hidden;
  position: relative;
  -webkit-transition: background-position 0.6s ease-out;
  -moz-transition: background-position 0.6s ease-out;
  -o-transition: background-position 0.6s ease-out;
  transition: background-position 0.6s ease-out;
}
#container.contact section.contact_map.show_map .map {
  top: 0;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
#container.contact section.contact_map.show_map .trigger_close_map {
  display: block;
}
#container.contact section.contact_map article {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -204px;
  margin-left: -187px;
  /*                .transform(translate3d(-50%,-50%,0));*/
}
#container.contact section.contact_map article .btn {
  position: absolute;
  bottom: -35px;
  left: 50%;
  margin-left: -70px;
}
@media only screen and (max-width: 480px) {
  #container.contact section.contact_map article {
    left: 0;
    margin-left: 0;
    max-width: none;
  }
}
#container.contact section.contact_map address {
  position: absolute;
  z-index: 10;
  width: 100%;
  min-height: 39px;
  padding: 24px 18px;
  color: #666b6e;
  bottom: 0;
  left: 0;
  line-height: 26px;
  background: rgba(238, 236, 233, 0.95);
  font-style: normal;
  font-size: 12px;
  font-size: 1.2rem;
  font-family: 'coresansnr45', sans-serif !important;
  letter-spacing: 1px;
}
#container.contact section.contact_map address a {
  text-decoration: underline;
  color: #75613e;
}
#container.contact section.contact_map .map {
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  -webkit-opacity: 0.75;
  -moz-opacity: 0.75;
  opacity: 0.75;
  -webkit-transition: 0.5s ease-out;
  -moz-transition: 0.5s ease-out;
  -o-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
  -webkit-transition-property: top, opacity;
  -moz-transition-property: top, opacity;
  -o-transition-property: top, opacity;
  transition-property: top, opacity;
}
#container.contact section.contact_map .map #gmap {
  height: 100%;
  width: 100%;
}
#container.contact section.contact_map .map #gmap img {
  max-width: none;
}
#container.contact section.contact_map .trigger_close_map {
  position: absolute;
  left: 50%;
  display: none;
  top: 50%;
  z-index: 10;
  margin-left: -70px;
  margin-top: 117px;
}
#container.contact section.contact_map .trigger_close_map:before {
  display: inline-block;
  position: relative;
  top: 6px;
  margin-right: 4px;
  content: "";
  background: url(../img/close.png) no-repeat center;
  width: 18px;
  height: 18px;
}
@media only screen and (min-width: 991px) {
  #container.contact section.contact_map address {
    padding: 14px 18px;
    text-align: center;
    line-height: 13px;
  }
  #container.contact section.contact_map.show_map {
    background-position: center 100px;
  }
}
#container.contact .phone {
  text-decoration: none;
  display: inline-block;
  margin-top: 18px;
}
#container.contact .columns {
  padding: 0;
}
#container.contact section.contact_info {
  padding: 48px 0;
  display: none;
}
#container.contact section.contact_info .wrapper {
  padding: 0 18px;
}
#container.contact section.contact_info h3 {
  text-transform: uppercase;
  margin-bottom: 18px;
}
#container.contact section.contact_info h3.twitter:before {
  font-family: "fontello";
  content: "\e801";
  color: #75613e;
  margin-right: 8px;
}
#container.contact section.contact_info h3.twitter span {
  visibility: hidden;
}
#container.contact section.contact_info a {
  font-family: 'coresansnr45', sans-serif !important;
  letter-spacing: 1px;
  text-decoration: underline;
  color: #75613e;
}
#container.contact section.contact_info p {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 23px;
  margin: 0 0 18px;
}
#container.contact section.contact_info address,
#container.contact section.contact_info article.feed {
  font-style: normal;
  background: url(../img/bgr_hr.png) left bottom repeat-x;
}
#container.contact section.contact_info address:last-child,
#container.contact section.contact_info article.feed:last-child {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
  background: none;
}
#container.contact section.contact_info address {
  margin-bottom: 32px;
  padding-bottom: 24px;
}
#container.contact section.contact_info article.feed {
  margin-bottom: 18px;
  padding-bottom: 8px;
}
@media only screen and (min-width: 991px) {
  #container.contact section.contact_info {
    display: block;
  }
  #container.contact section.contact_info .careers {
    background: url(../img/bgr_hr.png) left bottom repeat-x;
    min-height: 199px;
    margin-bottom: 32px;
  }
  #container.contact section.contact_info .large-8 {
    width: 66.66667%;
    float: left;
  }
  #container.contact section.contact_info .large-4 {
    width: 33.33333%;
    float: left;
    padding-right: 24px;
  }
  #container.contact section.contact_info .large-6 {
    width: 50%;
    float: left;
  }
  #container.contact section.contact_info .large-6:first-child {
    padding-right: 12px;
  }
  #container.contact section.contact_info .large-6:last-child {
    padding-left: 12px;
  }
  #container.contact section.contact_info .wrapper {
    padding: 0;
  }
}
#container.contact aside#tp_widget_recent_tweets-2 h1 {
  text-transform: uppercase;
  margin-bottom: 18px;
  font-size: 1.6875rem;
  letter-spacing: 2px;
}
#container.contact aside#tp_widget_recent_tweets-2 h1:before {
  font-family: "fontello";
  content: "\e801";
  color: #75613e;
  margin-right: 8px;
}
#container.contact aside#tp_widget_recent_tweets-2 h1 span {
  visibility: hidden;
}
#container.contact aside#tp_widget_recent_tweets-2 .tp_recent_tweets ul {
  margin: 0;
  padding: 0;
}
#container.contact aside#tp_widget_recent_tweets-2 .tp_recent_tweets ul li {
  background: none;
  padding: 0 0 18px 0;
  font-size: 1.3rem;
  line-height: 23px;
  margin: 0 0 18px;
  background: url(../img/bgr_hr.png) left bottom repeat-x;
}
#container.contact aside#tp_widget_recent_tweets-2 .tp_recent_tweets ul li a.twitter_time {
  display: none;
}
/* ==========================================================================
   3.0 Sections
   3.5 Reservations
   ========================================================================== */
#container.reservation .subnav {
  margin-bottom: 0;
}
#container.reservation article {
  padding-bottom: 96px;
  overflow: auto;
}
#container.reservation article.wider {
  max-width: 960px;
}
#container.reservation article.narrow {
  max-width: 526px;
}
#container.reservation article h1 {
  margin-bottom: 48px;
  text-align: center;
}
#container.reservation article h3 {
  font-size: 14px;
  font-size: 1.4rem;
  text-transform: uppercase;
  color: #75613e;
  margin: 0 0 24px 0;
  text-align: left;
}
#container.reservation article p {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 22px;
  text-align: left;
}
#container.reservation article hr {
  background: url(../img/bgr_hr.png) 0 0 repeat-x;
  height: 1px;
  border: none;
  margin: 42px 0;
}
#container.reservation article a {
  color: #75613e;
  text-decoration: underline;
}
#container.reservation article .frame {
  border: 1px solid #e2dfd9;
  padding: 3px;
}
#container.reservation article .frame iframe {
  width: 100%;
  max-width: 100%;
}
#container.reservation article .frame.stuck {
  position: fixed;
  top: 118px;
}
@media only screen and (max-width: 990px) {
  #container.reservation article .frame {
    margin-bottom: 24px;
    padding: 0;
    border: none;
  }
  #container.reservation article .frame.stuck {
    position: relative;
    top: 0;
  }
}
#container.reservation .parallax_scene.l1 {
  bottom: 750px;
}
#container.reservation .parallax_scene.l2 {
  top: 580px;
}
@media only screen and (max-width: 990px) {
  .col.right {
    float: none !important;
  }
  .slider_bgr {
    display: none;
  }
}
@media only screen and (min-width: 991px) {
  .col.right {
    width: 400px;
  }
  .col.left {
    width: 470px;
  }
}
.gold {
  color: #75613e;
}
.note {
  background: #e8e5e1;
  padding: 20px 24px;
  font-family: 'coresansnr25italic', sans-serif !important;
  letter-spacing: 1px;
  margin: 44px 0 0 0;
}
.slider_bgr {
  min-height: 260px;
  margin-bottom: 48px;
  background-size: cover;
}
.slider_bgr.reservation {
  background: url(../img/reservation/1.jpg) center center no-repeat;
}
.slider_bgr.policy {
  background: url(../img/reservation/2.jpg) center center no-repeat;
}
.slider_bgr.cancellation {
  background: url(../img/reservation/3.jpg) center center no-repeat;
}
/* ==========================================================================
   3.0 Sections
   3.6 Menu
   ========================================================================== */
#container.menu {
  background: #eeece9;
  padding: 82px 0 52px 0;
  position: relative;
  z-index: 200;
  margin-top: 0;
  overflow: visible;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s linear;
  -moz-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}
#container.menu.loaded {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
#container.menu article {
  max-width: 632px;
  margin: 48px auto 0;
  text-align: center;
}
#container.menu p.lead {
  color: #75613e;
  font-family: 'coresansnr45', sans-serif !important;
  letter-spacing: 1px;
}
#container.menu .parallax_scene {
  display: block;
  height: 1px;
  overflow: visible;
  position: absolute;
  width: 100%;
  bottom: 50%;
}
#container.menu .parallax_scene.l1 {
  right: 0;
  margin-left: 200px;
  bottom: 40%;
  z-index: 200;
}
#container.menu .parallax_scene .layer {
  visibility: hidden;
}
#container.menu .parallax_scene .layer.visible {
  visibility: visible;
}
#container.menu .parallax_scene .layer.l_1 {
  margin-left: 20%;
}
#container.menu .parallax_scene .layer.l_2 {
  margin-left: 20%;
  margin-top: -10%;
}
#container.menu .parallax_scene .layer.l_3 {
  margin-left: -15%;
  margin-top: 2%;
}
#container.menu .parallax_scene .layer.l_4 {
  margin-left: -15%;
  margin-top: 2%;
}
#container.menu .menu_slider {
  background: none;
  margin-top: 36px;
  height: auto;
  margin-bottom: 48px;
}
#container.menu .menu_slider .item {
  padding: 0 52px 60px;
  height: auto;
  text-align: center;
  /*                .opacity(0);
                .transition(opacity .2s linear);
                &.current {

                    .opacity(1);
                }*/
}
#container.menu .menu_slider .item .menu_section_heading {
  font-size: 16px;
  font-size: 1.6rem;
  color: #75613e;
  text-transform: uppercase;
  margin: 0 0 24px 0;
}
#container.menu .menu_slider .item .menu_section_heading + h1 {
  margin-top: 24px;
}
#container.menu .menu_slider .item h1 {
  text-transform: uppercase;
  font-size: 13px;
  font-size: 1.3rem;
  color: inherit;
  font-family: 'coresansnr25', sans-serif !important;
  letter-spacing: 1px;
  padding-bottom: 0;
  line-height: 24px;
  margin: 42px 0 0;
  position: relative;
  -webkit-transform-style: preserve-3d;
}
#container.menu .menu_slider .item p {
  padding: 0;
  margin-bottom: 24px;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 23px;
}
#container.menu .menu_slider .item p.number {
  font-size: 22px;
  font-size: 2.2rem;
}
#container.menu div.lead {
  color: #75613e;
  font-family: 'coresansnr45', sans-serif !important;
  letter-spacing: 1px;
}
#container.menu div.lead p {
  font-size: 13px;
  font-size: 1.3rem;
}
#container.menu .menu_pager {
  margin: 48px 0;
}
#container.menu .menu_pager a {
  margin: 0;
  display: inline-block;
  width: 20%;
  height: 130px;
  position: relative;
}
#container.menu .menu_pager a img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  max-width: 100%;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
#container.menu .menu_pager a img.visible {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
#container.menu .menu_pager a:first-child .pager_item_label {
  border-left: none;
}
#container.menu .menu_pager a .pager_item_label {
  text-transform: uppercase;
  font-size: 12px;
  font-size: 1.2rem;
  color: #666b6e;
  top: 158px;
  position: absolute;
  width: 100%;
  text-align: center;
  left: 0;
  border-left: 1px solid #666b6e;
}
#container.menu .menu_pager a.active img {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
#container.menu .menu_pager a.active img.visible {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
#container.menu .menu_pager a.active .pager_item_label {
  color: #75613e;
}
#container.menu .bx-controls-direction a {
  top: -60px;
}
#container.menu .bx-next {
  right: 0;
  background: url(../img/arrow-right.png) 0 0 no-repeat;
}
#container.menu .bx-next:hover {
  background: url(../img/arrow-right-hover.png) 0 0 no-repeat;
}
#container.menu .bx-prev {
  left: 0;
  background: url(../img/arrow-left.png) 0 0 no-repeat;
}
#container.menu .bx-prev:hover {
  background: url(../img/arrow-left-hover.png) 0 0 no-repeat;
}
#container.menu .bx-wrapper,
#container.menu .bx-viewport {
  background: none;
  /*            height: auto !important;*/
}
#container.menu .bx-clone {
  display: none;
}
@media only screen and (max-width: 990px) {
  #container.menu {
    margin-top: 66px;
    padding: 1px 0;
  }
  #container.menu .parallax_scene {
    display: none;
  }
}
.lt-ie9 #container.menu .menu_pager a.one img {
  margin-left: -44px;
  margin-top: -70px;
}
.lt-ie9 #container.menu .menu_pager a.two img {
  margin-left: -44px;
  margin-top: -77px;
}
.lt-ie9 #container.menu .menu_pager a.three img {
  margin-left: -44px;
  margin-top: -68px;
}
.lt-ie10 #container.menu .menu_pager a img {
  margin: -66px 0 0 -46px;
}
.lt-ie10 #container.menu .menu_pager a:nth-child(2) img {
  margin-left: -34px !important;
}
.lt-ie9 .menu#container .parallax_scene .l_1.layer {
  margin-top: -25%;
}
.lt-ie9 .menu#container .parallax_scene .l_2.layer {
  margin-top: -25%;
}
.lt-ie9 .menu#container .parallax_scene .l_3.layer {
  margin-top: -25%;
}
.lt-ie9 .menu#container .parallax_scene .l_4.layer {
  margin-top: -25%;
}
/* ==========================================================================
   3.0 Sections 
   3.7 Gallery selection
   ========================================================================== */
.gallery {
  margin-top: 0;
  -lh-property: 0;
height:-webkit-calc(100% - 39px);
height:-moz-calc(100% - 39px);
height:calc(100% - 39px);
;
  overflow: hidden;
}
.gallery .gallery_selection {
  height: 100%;
  margin-top: 82px;
}
.gallery .gallery_selection .gallery_selection_item {
  width: 33.33%;
  float: left;
  overflow: hidden;
  display: block;
  position: relative;
  height: 100%;
}
.gallery .gallery_selection .gallery_selection_item:nth-child(3) {
  background: url(../img/gallery/1.jpg) 0 0 no-repeat;
  background-size: cover;
}
.gallery .gallery_selection .gallery_selection_item:nth-child(2) {
  background: url(../img/gallery/2.jpg) 0 0 no-repeat;
  background-size: cover;
}
.gallery .gallery_selection .gallery_selection_item:nth-child(1) {
  background: url(../img/gallery/3.jpg) 0 0 no-repeat;
  background-size: cover;
}
.gallery .gallery_selection .gallery_selection_item a.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 20;
  top: 0;
  left: 0;
  -webkit-transition: 0s linear;
  -moz-transition: 0s linear;
  -o-transition: 0s linear;
  transition: 0s linear;
}
.gallery .gallery_selection .gallery_selection_item a.overlay:hover {
  background: rgba(0, 0, 0, 0.6);
}
.gallery .gallery_selection .gallery_selection_item a.overlay:hover span.tile_title {
  -webkit-transition: 0s linear;
  -moz-transition: 0s linear;
  -o-transition: 0s linear;
  transition: 0s linear;
  background: rgba(0, 0, 0, 0);
}
.gallery .gallery_selection .gallery_selection_item a.overlay span.tile_title {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  height: 83px;
  line-height: 83px;
  width: 217px;
  max-width: 80%;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  margin-top: -41px;
  text-align: center;
  overflow: hidden;
  font-family: 'coresansnr25', sans-serif !important;
  letter-spacing: 1px;
  color: #eeece9;
  font-size: 13px;
  font-size: 1.3rem;
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
  position: absolute;
  top: 50%;
}
.gallery .gallery_selection .gallery_selection_item a.overlay span.tile_title:before {
  content: "";
  display: block;
  width: 15px;
  height: 1px;
  background: #eeece9;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 27px;
}
@media only screen and (max-width: 990px) {
  .gallery {
    margin-top: 0 !important;
    -lh-property: 0;
height:-webkit-calc(100% - 45px);
height:-moz-calc(100% - 45px);
height:calc(100% - 45px);
;
    overflow: hidden;
  }
  .gallery .gallery_selection {
    -lh-property: 0;
height:-webkit-calc(100% - 65px);
height:-moz-calc(100% - 65px);
height:calc(100% - 65px);
;
    margin-top: 65px;
  }
  .gallery .gallery_selection .gallery_selection_item {
    width: 100%;
    height: 33.33%;
  }
  .gallery .gallery_selection .gallery_selection_item:nth-child(1) {
    background: url(../img/gallery/1.jpg) 0 center no-repeat;
    background-size: cover;
  }
  .gallery .gallery_selection .gallery_selection_item:nth-child(2) {
    background: url(../img/gallery/2.jpg) 0 center no-repeat;
    background-size: cover;
  }
  .gallery .gallery_selection .gallery_selection_item:nth-child(3) {
    background: url(../img/gallery/3.jpg) 0 center no-repeat;
    background-size: cover;
  }
}
.lt-ie9 .gallery {
  height: 100%;
}
.lt-ie9 .gallery .gallery_selection {
  -lh-property: 0;
height:-webkit-calc(100% - 65px);
height:-moz-calc(100% - 65px);
height:calc(100% - 65px);
;
  margin-top: 65px;
}
.lt-ie9 .gallery .gallery_selection .gallery_selection_item {
  background-size: 100%;
}
/* ==========================================================================
   3.0 Sections 
   3.8 Gallery overlay
   ========================================================================== */
.single_gallery {
  position: absolute;
  z-index: 10000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  visibility: hidden;
}
.single_gallery.open {
  visibility: visible;
}
.single_gallery .bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -25px;
  outline: 0;
  width: 51px;
  height: 51px;
  text-indent: -9999px;
  z-index: 9999;
  background: #eeece9 url(../img/gallery/gallery_left.png);
  left: 0;
}
.single_gallery .bx-wrapper .bx-controls-direction a.bx-next {
  left: auto;
  right: 0;
  background: #eeece9 url(../img/gallery/gallery_right.png);
}
.single_gallery .bx-wrapper {
  height: 100%;
}
.single_gallery .bx-wrapper .bx-viewport {
  height: 100% !important;
}
.single_gallery .bx-wrapper .bx-viewport .gallery_slider {
  height: 100%;
  margin: 0;
  padding: 0;
}
.single_gallery .bx-wrapper .bx-viewport .gallery_slider li {
  height: 100% !important;
}
.single_gallery .gallery_close_btn {
  display: block;
  width: 148px;
  height: 35px;
  background: #9ca699;
  text-transform: uppercase;
  line-height: 35px;
  color: #eeece9;
  font-size: 90pxpx;
  font-size: 9pxrem;
  text-align: center;
  font-family: 'coresansnr45', sans-serif !important;
  letter-spacing: 1px;
  position: absolute;
  z-index: 10001;
  top: 82px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.single_gallery .gallery_close_btn span {
  background: url(../img/gallery/ico_close.png) 0 2px no-repeat;
  padding-left: 14px;
}
.single_gallery .gallery_close_btn:hover {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  background: #75613e;
}
.single_gallery .gallery_counter_wrapper {
  width: 183px;
  height: 35px;
  overflow: visible;
  position: absolute;
  z-index: 10001;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 76px;
  background: #e2dfd9;
}
.single_gallery .gallery_counter_wrapper .gallery_counter {
  width: 148px;
  float: left;
  display: block;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background: #e2dfd9;
  color: #666b6e;
  position: relative;
  z-index: 2;
}
.single_gallery .gallery_counter_wrapper .gallery_counter .gallery_title {
  border-right: 1px solid #666b6e;
  text-align: center;
  width: 74px;
  display: inline-block;
  height: 20px;
  line-height: 20px;
}
.single_gallery .gallery_counter_wrapper .gallery_counter .counter {
  width: 74px;
  text-align: center;
  display: inline-block;
}
.single_gallery .gallery_counter_wrapper .gallery_counter .gallery_current,
.single_gallery .gallery_counter_wrapper .gallery_counter .gallery_total {
  font-family: 'coresansnr25italic', sans-serif !important;
  letter-spacing: 1px;
}
.single_gallery .gallery_counter_wrapper .gallery_share {
  float: left;
  position: relative;
  width: 35px;
}
.single_gallery .gallery_counter_wrapper .gallery_share .ico_share {
  height: 35px;
  width: 35px;
  display: block;
  background: url(../img/gallery/ico_share.png) center center no-repeat #666b6e;
  float: left;
  position: relative;
  z-index: 2;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.single_gallery .gallery_counter_wrapper .gallery_share .ico_share:hover {
  background: url(../img/gallery/ico_share.png) center center no-repeat #414446;
}
.single_gallery .gallery_counter_wrapper .gallery_share .social_media_channels {
  position: absolute;
  z-index: 1;
  width: 175px;
  margin-left: -140px;
  -webkit-transition: 0.4s linear;
  -moz-transition: 0.4s linear;
  -o-transition: 0.4s linear;
  transition: 0.4s linear;
}
.single_gallery .gallery_counter_wrapper .gallery_share .social_media_channels.open {
  margin-left: 35px;
}
.single_gallery .gallery_counter_wrapper .gallery_share .social_media_channels .ico {
  height: 35px;
  width: 35px;
  display: block;
  background: #8c9194;
  float: left;
}
.single_gallery .gallery_counter_wrapper .gallery_share .social_media_channels .ico.fb {
  background: url(../img/gallery/ico_fb.png) center center no-repeat #8c9194;
}
.single_gallery .gallery_counter_wrapper .gallery_share .social_media_channels .ico.twitter {
  background: url(../img/gallery/ico_twitter.png) center center no-repeat #8c9194;
}
.single_gallery .gallery_counter_wrapper .gallery_share .social_media_channels .ico.gplus {
  background: url(../img/gallery/ico_gplus.png) center center no-repeat #8c9194;
}
.single_gallery .gallery_counter_wrapper .gallery_share .social_media_channels .ico.pinterest {
  background: url(../img/gallery/ico_pinterest.png) center center no-repeat #8c9194;
}
.single_gallery .gallery_counter_wrapper .gallery_share .social_media_channels .ico:hover {
  background-color: #666b6e;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.single_gallery .gallery_pager_wrapper {
  width: 960px;
  position: absolute;
  z-index: 10001;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.single_gallery .gallery_pager_wrapper .gallery_pager {
  width: 887px;
  margin: 0;
  padding: 0;
}
.single_gallery .gallery_pager_wrapper .gallery_pager a {
  border: 2px solid transparent;
}
.single_gallery .gallery_pager_wrapper .gallery_pager a:hover {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.single_gallery .gallery_pager_wrapper .gallery_pager a:hover:after {
  background: rgba(0, 0, 0, 0.5);
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  z-index: 2;
}
.single_gallery .gallery_pager_wrapper .gallery_pager a img {
  position: relative;
  z-index: 1;
}
.single_gallery .gallery_pager_wrapper .gallery_pager a.active {
  border: 2px solid #75613e;
}
.single_gallery .gallery_pager_wrapper .gallery_pager a.active:after {
  background: rgba(0, 0, 0, 0.5);
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  z-index: 2;
}
.single_gallery .gallery_pager_wrapper .bx-viewport {
  border: 4px solid #e2dfd9;
  background: #e2dfd9;
  height: 76px !important;
}
.single_gallery .gallery_pager_wrapper .bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -38px;
  outline: 0;
  width: 34px;
  height: 76px;
  text-indent: -9999px;
  z-index: 9999;
  background: #eeece9 url(../img/gallery/pager_arrow_left.png);
  left: -34px;
}
.single_gallery .gallery_pager_wrapper .bx-wrapper .bx-controls-direction a.bx-next {
  left: auto;
  right: -34px;
  background: #eeece9 url(../img/gallery/pager_arrow_right.png);
}
@media only screen and (max-width: 990px) {
  .gallery_pager_wrapper {
    visibility: hidden;
  }
  .single_gallery .gallery_close_btn {
    top: 65px;
  }
  .single_gallery .gallery_counter_wrapper {
    bottom: 0;
    width: 100%;
    background: #e2dfd9;
    height: 68px;
  }
  .single_gallery .gallery_counter_wrapper .gallery_counter {
    width: 100%;
    height: 68px;
    line-height: 68px;
  }
  .single_gallery .gallery_counter_wrapper .gallery_counter .gallery_title {
    width: 50%;
    text-align: right;
    padding-right: 24px;
  }
  .single_gallery .gallery_counter_wrapper .gallery_counter .counter {
    width: 50%;
    text-align: left;
    padding-left: 24px;
  }
  .gallery_share {
    display: none;
  }
}
.lt-ie9 .single_gallery {
  height: 0;
}
.lt-ie9 .single_gallery.open {
  height: 100%;
}
/* ==========================================================================
   3.0 Sections 
   3.10 Producers
   ========================================================================== */
@media only screen and (min-width: 768px) {
  .producers .col {
    width: 50% !important;
    float: left !important;
  }
}
@media only screen and (min-width: 768px) {
  .producers_description {
    padding-top: 140px !important;
  }
}
#container.social_feed {
  overflow: hidden;
}
#container.social_feed span.ring {
  position: absolute;
  z-index: 1;
  background-repeat: no-repeat;
  display: none;
}
@media only screen and (max-width: 1366px) {
  #container.social_feed span.ring {
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    opacity: 0.5;
  }
}
#container.social_feed span.ring.ring1 {
  background-image: url(../img/illustration-therestaurant.svg);
  right: -40px;
  top: 60px;
  width: 300px;
  height: 700px;
  background-size: 300px;
}
@media only screen and (min-width: 768px) {
  #container.social_feed span.ring.ring1 {
    display: block;
  }
}
#container.social_feed span.ring.ring2 {
  background-image: url(../img/illustration-therestaurant-2.svg);
  left: 0px;
  top: 600px;
  width: 300px;
  height: 600px;
  background-size: 300px;
}
@media only screen and (min-width: 768px) {
  #container.social_feed span.ring.ring2 {
    display: block;
  }
}
#container.social_feed span.ring.ring3 {
  background-image: url(../img/illustration-reservation-2.svg);
  right: 0;
  top: 2000px;
  width: 400px;
  height: 900px;
  background-size: 400px;
}
@media only screen and (min-width: 768px) {
  #container.social_feed span.ring.ring3 {
    display: block;
  }
}
#container.social_feed span.ring.ring4 {
  background-image: url(../img/illustration-reservations-1.svg);
  left: 0px;
  bottom: 100px;
  width: 400px;
  height: 1000px;
  background-size: 400px;
  display: none;
}
@media only screen and (min-width: 1260px) {
  #container.social_feed span.ring.ring4 {
    display: block;
  }
}
.weather {
  margin-bottom: 40px;
}
.weather h3 {
  color: #87755d !important;
}
h1.weather {
  margin-bottom: 42px !important;
}
.weather_icon {
  display: inline-block;
  margin-bottom: 10px;
  background-repeat: no-repeat;
  background-position: center;
}
.weather_icon._01d,
.weather_icon._01n {
  background-image: url(../img/weather/clear_sky.svg);
  width: 60px;
  height: 60px;
  background-size: 60px;
}
.weather_icon._02d,
.weather_icon._02n {
  background-image: url(../img/weather/few_clouds.svg);
  width: 80px;
  height: 50px;
  background-size: 80px;
}
.weather_icon._03d,
.weather_icon._03n {
  background-image: url(../img/weather/scattered_clouds.svg);
  width: 80px;
  height: 50px;
  background-size: 80px;
}
.weather_icon._04d,
.weather_icon._04n {
  background-image: url(../img/weather/broken_clouds.svg);
  width: 80px;
  height: 50px;
  background-size: 80px;
}
.weather_icon._09d,
.weather_icon._09n {
  background-image: url(../img/weather/shower_rain.svg);
  width: 60px;
  height: 60px;
  background-size: 60px;
}
.weather_icon._10d,
.weather_icon._10n {
  background-image: url(../img/weather/rain.svg);
  width: 70px;
  height: 60px;
  background-size: 70px;
}
.weather_icon._11d,
.weather_icon._11n {
  background-image: url(../img/weather/thunderstorm.svg);
  width: 60px;
  height: 60px;
  background-size: 60px;
}
.weather_icon._13d,
.weather_icon._13n {
  background-image: url(../img/weather/snow.svg);
  width: 60px;
  height: 60px;
  background-size: 60px;
}
.weather_icon._50d,
.weather_icon._50n {
  background-image: url(../img/weather/mist.svg);
  width: 50px;
  height: 44px;
  background-size: 50px;
}
section.feed_filters {
  width: 100%;
  max-width: 600px;
  margin: 0 auto 40px;
}
section.feed_filters .col {
  /*       @media only screen and (min-width: 768px) {
           width:50%;
           float: left;
        } */
}
section.feed_filters .dropdown {
  /*       max-width: none;*/
  margin: 10px auto;
  /*       @media only screen and (min-width: 768px) {
            max-width:144px;
        }*/
}
.get_more {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .get_more {
    padding: 0 15px;
  }
}
.get_more .btn_green {
  display: inline-block;
}
.get_more .row {
  border-top: 1px solid #ccc9c2;
}
.jump_top {
  display: block;
  width: 35px;
  height: 35px;
  overflow: hidden;
  text-indent: -9999px;
  background-image: url(../img/jump_top.jpg);
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 22px;
  right: 0;
}
@media only screen and (min-width: 768px) {
  .jump_top {
    right: 15px;
  }
}
.feed_wrapper {
  width: 100%;
  margin: 0 auto;
}
@media only screen and (min-width: 990px) {
  .feed_wrapper {
    max-width: 970px;
  }
}
@media only screen and (min-width: 1240px) {
  .feed_wrapper {
    max-width: 1200px;
  }
}
.feed_wrapper .grid {
  margin: 40px 0;
}
.feed_wrapper .tile {
  position: relative;
  margin-bottom: 20px;
}
.feed_wrapper .tile.in .text,
.feed_wrapper .tile.in .img {
  -webkit-transition: opacity 0.4s 0.2s linear;
  -moz-transition: opacity 0.4s 0.2s linear;
  -o-transition: opacity 0.4s 0.2s linear;
  transition: opacity 0.4s 0.2s linear;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.feed_wrapper .tile.tweet {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .feed_wrapper .tile {
    margin: 0;
    padding: 0 15px 30px 15px;
  }
  .feed_wrapper .tile.tweet {
    padding: 0 15px;
  }
}
.feed_wrapper .tile .img {
  position: relative;
  z-index: 1;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.feed_wrapper .tile .img img {
  width: 100%;
  height: auto;
}
.feed_wrapper .tile .text {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 30px;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
@media only screen and (min-width: 990px) {
  .feed_wrapper .tile .text {
    padding: 40px 100px;
  }
}
.feed_wrapper .tile .twitter_icon {
  display: block;
  background-position: center;
  height: 100px;
  position: relative;
  background-image: url(../img/icon_circle.jpg);
  background-repeat: no-repeat;
}
.feed_wrapper .tile .twitter_icon:after {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: '';
  width: 30px;
  height: 30px;
  margin-top: 6px;
  background-image: url(../img/twitter.svg);
  background-size: 26px 26px;
  background-repeat: no-repeat;
  background-position: center;
}
.feed_wrapper .tile .content {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: opacity 0.1s linear;
  -moz-transition: opacity 0.1s linear;
  -o-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
  background-color: rgba(0, 0, 0, 0.5);
  color: #e2dfd9;
  text-align: center;
}
.feed_wrapper .tile .content:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
  /* Adjusts for spacing */
}
.feed_wrapper .tile .inner {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  z-index: 2;
  max-width: 90%;
  font-size: 1.6875rem;
}
.feed_wrapper .tile p {
  font-size: 1.6875rem;
}
.feed_wrapper .tile .btn_green {
  display: inline-block;
}
.feed_wrapper .tile .btn_green:hover {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.feed_wrapper .tile .share {
  text-transform: uppercase;
}
@media only screen and (min-width: 990px) {
  .feed_wrapper .tile .share {
    margin-top: 40px;
  }
}
.feed_wrapper .tile .share span,
.feed_wrapper .tile .share a {
  display: inline-block;
  height: 34px;
  line-height: 34px;
  font-size: 1.1rem;
  vertical-align: middle;
}
.feed_wrapper .tile .share span {
  padding-right: 10px;
}
.feed_wrapper .tile .share a {
  width: 34px;
  overflow: hidden;
  text-indent: -9999px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px 20px;
}
.feed_wrapper .tile .share a.twitter {
  background-image: url(../img/twitter_white.svg);
}
.feed_wrapper .tile .share a.facebook {
  background-image: url(../img/facebook_white.svg);
}
.feed_wrapper .tile:hover .content,
.feed_wrapper .tile:focus .content {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.feed_wrapper .tile.post {
  padding: 40px 0;
  text-align: center;
}
@media only screen and (min-width: 990px) {
  .feed_wrapper .tile.post {
    text-align: left !important;
  }
}
@media only screen and (min-width: 990px) {
  .feed_wrapper .tile.post {
    padding: 40px 15px 40px 15px;
  }
}
.feed_wrapper .tile.post p {
  text-align: center;
}
@media only screen and (min-width: 990px) {
  .feed_wrapper .tile.post p {
    text-align: left;
  }
}
.feed_wrapper .tile.post hgroup {
  text-transform: uppercase;
  margin-bottom: 20px;
}
.feed_wrapper .tile.post hgroup h1 {
  margin: 0 0 10px !important;
  padding: 0 !important;
  font-size: 32px;
  font-size: 3.2rem;
}
@media only screen and (min-width: 990px) {
  .feed_wrapper .tile.post hgroup h1 {
    text-align: left !important;
  }
}
.feed_wrapper .tile.post hgroup h1:after {
  display: none;
}
.feed_wrapper .tile.post hgroup p {
  color: #75613e;
  position: relative;
  padding-bottom: 20px;
  text-align: center;
}
@media only screen and (min-width: 990px) {
  .feed_wrapper .tile.post hgroup p {
    text-align: left !important;
  }
}
.feed_wrapper .tile.post hgroup p:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  height: 2px;
  width: 30px;
  margin-left: -15px;
  background: #75613e !important;
  display: block;
  content: '';
}
@media only screen and (min-width: 990px) {
  .feed_wrapper .tile.post hgroup p:after {
    margin-left: 0;
    left: 0;
  }
}
@media only screen and (min-width: 990px) {
  .feed_wrapper .tile.post .img {
    width: 40%;
    float: left;
    padding-right: 40px;
    padding-left: 40px;
  }
}
.feed_wrapper .tile.post .img img {
  width: 100%;
  height: auto;
  margin: 0 auto 20px;
  display: block;
  max-width: 200px;
}
.feed_wrapper .tile.post .text {
  text-align: left;
  padding: 0;
}
@media only screen and (min-width: 990px) {
  .feed_wrapper .tile.post .text {
    width: 60%;
    float: left;
    padding-right: 40px;
  }
}
span.dot {
  display: inline-block;
  width: 2px;
  height: 2px;
  background-color: #e2dfd9;
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
  margin: 0 4px 0 2px;
  position: relative;
  top: -5px;
}
span.dot.dark {
  background-color: #75613e;
}
/* ==========================================================================
   3.0 Sections 
   3.7 Press
   ========================================================================== */
#container.press .blank_margin {
  margin-bottom: 48px;
}
#container.press article .press_item {
  width: 50%;
  float: left;
  margin-bottom: 20px;
}
#container.press article .press_item:nth-child(1) {
  padding: 0 11px 0 0;
}
#container.press article .press_item:nth-child(2) {
  padding: 0 0 0 11px;
}
#container.press article .press_item:nth-child(3) {
  padding: 0 11px 0 0;
}
#container.press article .press_item:nth-child(4) {
  padding: 0 0 0 11px;
}
@media only screen and (min-width: 768px) {
  #container.press article .press_item {
    width: 25%;
    margin-bottom: 40px;
  }
  #container.press article .press_item:nth-child(1) {
    padding: 0 12px 0 0;
  }
  #container.press article .press_item:nth-child(2) {
    padding: 0 12px;
  }
  #container.press article .press_item:nth-child(3) {
    padding: 0 12px;
  }
  #container.press article .press_item:nth-child(4) {
    padding: 0 0 0 12px;
  }
}
#container.press article .press_item .press_image {
  margin-bottom: 28px;
  padding: 4px;
  border: 1px solid #d3d2d0;
  width: 100%;
}
#container.press article .press_item .press_image a img {
  width: 100%;
  height: auto;
}
#container.press article .press_item h3 {
  margin-bottom: 0px !important;
}
#container.press article .press_item p {
  color: #94999c;
  font-size: 12px;
  font-size: 1.2rem;
}
#container.press .award-controls a {
  top: 0;
  margin-top: 0px;
}
.dropdown {
  width: 100%;
  max-width: 144px;
  margin: 0 auto 40px;
  font-size: 11px;
  font-size: 1.1rem;
  position: relative;
}
.dropdown a {
  text-decoration: none !important;
  text-transform: uppercase;
  color: #676a6f;
}
.dropdown .trigger_dropdown {
  display: block;
  width: 100%;
  height: 34px;
  line-height: 34px;
  border-bottom: 1px solid #666b6e;
  position: relative;
}
.dropdown .trigger_dropdown.active:after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.dropdown .trigger_dropdown:after {
  display: block;
  width: 10px;
  height: 5px;
  background-image: url(../img/arrow_drop.png);
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: 0;
  content: "";
}
.dropdown ul {
  padding: 0;
  margin: 0;
  list-style: none;
  position: absolute;
  background-color: #eeece9;
  display: none;
  top: 34px;
  width: 100%;
  z-index: 100;
}
.dropdown ul li {
  height: 40px;
  line-height: 40px;
}
.dropdown ul li a {
  display: block;
  border-bottom: 1px solid #666b6e;
  text-align: center;
  font-size: 11px;
  font-size: 1.1rem;
}
.dropdown ul li:last-child a {
  border: none;
}
/* ==========================================================================
   
   3.8 Awards
   ========================================================================== */
#container.awards article {
  /*max-width:550px !important;*/
}
#container.awards article .awards_item {
  width: 50%;
  float: left;
  margin-bottom: 20px;
}
#container.awards article .awards_item:nth-child(1) {
  padding: 0 11px 0 0;
}
#container.awards article .awards_item:nth-child(2) {
  padding: 0 0 0 11px;
}
#container.awards article .awards_item:nth-child(3) {
  padding: 0 11px 0 0;
}
#container.awards article .awards_item:nth-child(4) {
  padding: 0 0 0 11px;
}
@media only screen and (min-width: 768px) {
  #container.awards article .awards_item {
    width: 25%;
    margin-bottom: 40px;
  }
  #container.awards article .awards_item:nth-child(1) {
    padding: 0 22px 0 0;
  }
  #container.awards article .awards_item:nth-child(2) {
    padding: 0 22px;
  }
  #container.awards article .awards_item:nth-child(3) {
    padding: 0 22px;
  }
  #container.awards article .awards_item:nth-child(4) {
    padding: 0 0 0 22px;
  }
}
#container.awards article .awards_item .awards_image {
  margin-bottom: 28px;
  padding: 4px;
  border: 1px solid #d3d2d0;
  width: 100%;
}
#container.awards article .awards_item .awards_image img {
  width: 100%;
  height: auto;
}
#container.awards article .awards_item h3 {
  margin-bottom: 4px !important;
}
#container.awards article .awards_item p {
  color: #94999c;
  font-size: 14px;
  font-size: 1.4rem;
}
/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0s !important;
  -moz-transition-duration: 0s !important;
  -ms-transition-duration: 0s !important;
  -o-transition-duration: 0s !important;
  transition-duration: 0s !important;
}
.isotope .animated {
  -webkit-transition-duration: .4s !important;
  -moz-transition-duration: .4s !important;
  -ms-transition-duration: .4s !important;
  -o-transition-duration: .4s !important;
  transition-duration: .4s !important;
}
html.mobile_device .isotope,
html.mobile_device .isotope .isotope-item {
  -webkit-transition-duration: 0s !important;
  -moz-transition-duration: 0s !important;
  -ms-transition-duration: 0s !important;
  -o-transition-duration: 0s !important;
  transition-duration: 0s !important;
}
.isotope {
  /*  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;*/
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}
/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}
/* End: Recommended Isotope styles */
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Image replacement
 */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px;
}
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}
/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden;
}
/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
  visibility: hidden;
}
/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.clearfix:after {
  clear: both;
}
/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
  *zoom: 1;
}
/*# sourceMappingURL=main.css.map */