@charset "UTF-8";
/*---------------------------------------------------------------------------
					AUTHOR : DIPAK MAGAR
-----------------------------------------------------------------------------*/
/* MIXINS STARTS HERE */
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 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.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s; }

@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -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 {
  from, 20%, 53%, 80%, to {
    -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 {
  from, 50%, to {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }
@keyframes flash {
  from, 50%, to {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }
.flash {
  -webkit-animation-name: flash;
  animation-name: flash; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  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); }
  to {
    -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); }
  to {
    -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); }
  to {
    -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); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand; }

@-webkit-keyframes shake {
  from, to {
    -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 {
  from, to {
    -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 headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake; }

@-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); }
  to {
    -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); }
  to {
    -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); }
  to {
    -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); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
.tada {
  -webkit-animation-name: tada;
  animation-name: tada; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  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); }
  to {
    -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); }
  to {
    -webkit-transform: none;
    transform: none; } }
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble; }

@-webkit-keyframes jello {
  from, 11.1%, to {
    -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.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg); }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }
@keyframes jello {
  from, 11.1%, to {
    -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.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg); }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center; }

@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -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); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -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); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn; }

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -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); }
  to {
    -webkit-transform: none;
    transform: none; } }
@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -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); }
  to {
    -webkit-transform: none;
    transform: none; } }
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown; }

@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -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); }
  to {
    -webkit-transform: none;
    transform: none; } }
@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -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); }
  to {
    -webkit-transform: none;
    transform: none; } }
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft; }

@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -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); }
  to {
    -webkit-transform: none;
    transform: none; } }
@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -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); }
  to {
    -webkit-transform: none;
    transform: none; } }
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight; }

@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -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); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -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); }
  to {
    -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); }
  to {
    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); }
  to {
    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); }
  to {
    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); }
  to {
    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); }
  to {
    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); }
  to {
    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); }
  to {
    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); }
  to {
    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); }
  to {
    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); }
  to {
    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; }
  to {
    opacity: 1; } }
@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    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); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    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); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    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); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    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); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    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); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    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); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    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); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    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); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig; }

@-webkit-keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }
@keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    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; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }
@keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    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; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }
@keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    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; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }
@keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    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; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }
@keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    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; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }
@keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    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; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }
@keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    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; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }
@keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    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; }
  to {
    -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; }
  to {
    -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); }
  to {
    -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); }
  to {
    -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); }
  to {
    -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); }
  to {
    -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; }
  to {
    -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; }
  to {
    -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; }
  to {
    -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; }
  to {
    -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; }
  to {
    -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; }
  to {
    -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; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }
@keyframes lightSpeedOut {
  from {
    opacity: 1; }
  to {
    -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; }
  to {
    -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; }
  to {
    -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; }
  to {
    -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; }
  to {
    -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; }
  to {
    -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; }
  to {
    -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; }
  to {
    -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; }
  to {
    -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; }
  to {
    -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; }
  to {
    -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; }
  to {
    -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; }
  to {
    -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; }
  to {
    -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; }
  to {
    -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; }
  to {
    -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; }
  to {
    -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; }
  to {
    -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; }
  to {
    -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; }
  to {
    -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; }
  to {
    -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; }
  to {
    -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; }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to {
    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); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1; }
  to {
    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; }
  to {
    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); }
  to {
    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); }
  to {
    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); }
  to {
    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); }
  to {
    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); }
  to {
    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); }
  to {
    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); }
  to {
    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); }
  to {
    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); }
  to {
    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); }
  to {
    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; }
  to {
    -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; }
  to {
    -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; }
  to {
    -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; }
  to {
    -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; }
  to {
    -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; }
  to {
    -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; }
  to {
    -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; }
  to {
    -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); }
  to {
    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); }
  to {
    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); }
  to {
    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); }
  to {
    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); }
  to {
    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); }
  to {
    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); }
  to {
    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); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp; }

/*---------------------------------------------------------------------------
							COMMON CSS STARTS
-----------------------------------------------------------------------------*/
::-moz-selection {
  background: #d95738;
  color: #fff; }

::selection {
  background: #d95738;
  color: #fff; }

.al_font_cormorant_infant {
  font-family: cormorantInfantItalic !important; }

h2, h5 {
  font-weight: normal;
  font-size: 22px;
  line-height: 1.6;
  margin: 0;
  padding: 0 20px 40px;
  font-family: CRC35;
  color: #9e6730;
  letter-spacing: 1px; }
  @media (max-width: 767px) {
    h2, h5 {
      padding-left: 0;
      padding-right: 0; } }
  h2 small, h5 small {
    font-size: 20px;
    line-height: 1.3;
    font-family: cormorantlight_italic;
    letter-spacing: 0;
    display: block;
    color: #9e6730;
    font-weight: bold; }
  h2 a, h5 a {
    font-family: Conv_CRC65; }
  h2.al_cormarant_big, h5.al_cormarant_big {
    font-size: 42px;
    font-family: cormorantlight_italic;
    line-height: 1.1; }

h5 {
  font-size: 15px;
  font-weight: bold; }

h4.al_red_title {
  font-size: 19px;
  color: #d95738;
  font-family: CRC35;
  font-weight: bold; }
  h4.al_red_title + .al_cormarant_big {
    padding-top: 0 !important; }
p + h4 {
  padding-top: 35px; }

.fa, .form-horizontal .checkbox > span:after {
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f167"; }

.common-btn {
  padding-left: 20px;
  padding-right: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  white-space: normal;
  height: auto;
  line-height: 1.5;
  padding-top: 14px;
  padding-bottom: 11px;
  letter-spacing: 1px;
  background: none;
  outline: none !important; }
  .common-btn.al_btn_link {
    background: none;
    border: none;
    padding-left: 40px;
    padding-right: 40px;
    border-bottom: 1px solid #ebe7ee;
    color: #9e6730; }
    .common-btn.al_btn_link > span + i {
      margin-left: 15px; }
    .common-btn.al_btn_link i {
      font-size: 220%;
      line-height: 0.5;
      opacity: 0.8;
      filter: alpha(opacity=80);
      margin-top: 2px;
      -webkit-transition: margin 0.1s ease-in-out;
      -ms-transition: margin 0.1s ease-in-out;
      transition: margin 0.1s ease-in-out; }
      .common-btn.al_btn_link i:before {
        margin: 0;
        vertical-align: middle;
        line-height: 0.5; }
    .common-btn.al_btn_link:hover, .common-btn.al_btn_link:active, .common-btn.al_btn_link:focus {
      background: #c29e7a;
      color: #fff; }
      .common-btn.al_btn_link:hover > span + i, .common-btn.al_btn_link:active > span + i, .common-btn.al_btn_link:focus > span + i {
        margin-left: 10px; }

.al_btn_animate {
  position: relative; }
  .al_btn_animate i {
    font-family: "al-icons";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.2s ease-in-out;
    -ms-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
    position: absolute;
    right: 10px;
    top: 50%;
    margin: 0;
    margin-top: -16px;
    font-size: 130%; }
    .al_btn_animate i.fa {
      font-family: FontAwesome;
      margin-top: -10px; }
  .al_btn_animate:hover, .al_btn_animate:focus {
    padding-right: 40px; }
    .al_btn_animate:hover i, .al_btn_animate:focus i {
      opacity: 1;
      filter: alpha(opacity=100); }

hr {
  border-color: #be9c7a;
  opacity: 0.4;
  filter: alpha(opacity=40);
  margin-top: 80px;
  margin-bottom: 0; }

b {
  color: #9e6730;
  font-weight: normal; }

.al_inner_subtitle, b.al_inner_subtitle {
  font-weight: bold; }

.al_orange {
  color: #d95738; }

.al_base_light {
  color: #a67340; }

.al_base_color {
  color: #9e6730; }

.al_pad_b_0 {
  padding-bottom: 0 !important; }

.al_pad_t_0 {
  padding-top: 0 !important; }

/*---------------------------------------------------------------------------
							COMMON CSS ENDS
-----------------------------------------------------------------------------*/
@media (min-width: 768px) {
  .al_top_book_now_btn .booknow-btn i {
    display: none; } }
@media (max-width: 767px) {
  .al_top_book_now_btn .booknow-btn {
    border-color: #d2d2d7; } }
.al_top_book_now_btn .booknow-btn.al_youtube_icon {
  margin-right: 10px;
  padding-left: 12px;
  padding-right: 12px; }
  .al_top_book_now_btn .booknow-btn.al_youtube_icon i {
    display: inline-block;
    font-size: 150%;
    margin-top: 5px; }
@media (max-width: 767px) {
  .al_top_book_now_btn {
    position: absolute;
    top: 0;
    right: 5px;
    width: 50px;
    text-align: right; }
    .al_top_book_now_btn .booknow-btn {
      margin-top: 0;
      color: #d95738;
      padding-left: 8px !important;
      padding-right: 8px !important;
      width: 50px;
      text-align: center; }
      .al_top_book_now_btn .booknow-btn + .booknow-btn {
        margin-top: 5px; } }

@media (max-width: 767px) {
  .navbar-fixed-top {
    position: fixed; } }

.header-left .menu-icon {
  width: 40px; }
  @media (max-width: 767px) {
    .header-left .menu-icon {
      top: 42px;
      left: 0;
      z-index: 99999; } }

/*---------------------------------------------------------------------------
						NAVIGATION BUTTON STARTS
-----------------------------------------------------------------------------*/
.menu-icon {
  background: none !important; }
  .menu-icon .icon-bar {
    width: 41px;
    height: 2px;
    display: block;
    opacity: 1;
    filter: alpha(opacity=100);
    background: #fff;
    -webkit-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    position: relative;
    -webkit-transform-origin: 0%;
    -moz-transform-origin: 0%;
    transform-origin: 0%; }
    @media (max-width: 767px) {
      .menu-icon .icon-bar {
        background: #5e4e3e; } }
    .menu-icon .icon-bar + .icon-bar {
      margin-top: 10px; }
    .menu-icon .icon-bar:nth-child(1) {
      -webkit-transform: rotate(0deg) translate(0, 0);
      -ms-transform: rotate(0deg) translate(0, 0);
      transform: rotate(0deg) translate(0, 0); }
    .menu-icon .icon-bar:nth-child(2) {
      -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
      transform: scale(1, 1);
      opacity: 1;
      filter: alpha(opacity=100); }
    .menu-icon .icon-bar:nth-child(3) {
      -webkit-transform: rotate(0deg) translate(0, 0);
      -ms-transform: rotate(0deg) translate(0, 0);
      transform: rotate(0deg) translate(0, 0); }
  .menu-icon:hover .icon-bar {
    background: #fff; }
    @media (max-width: 767px) {
      .menu-icon:hover .icon-bar {
        background: #d95738; } }
  .menu-icon.active .icon-bar {
    background: #d95738; }
    .menu-icon.active .icon-bar:nth-child(1) {
      -webkit-transform: rotate(45deg) translate(0, -3px);
      -ms-transform: rotate(45deg) translate(0, -3px);
      transform: rotate(45deg) translate(0, -3px); }
    .menu-icon.active .icon-bar:nth-child(2) {
      -webkit-transform: scale(0, 1);
      -ms-transform: scale(0, 1);
      transform: scale(0, 1);
      opacity: 0;
      filter: alpha(opacity=0); }
    .menu-icon.active .icon-bar:nth-child(3) {
      -webkit-transform: rotate(-45deg) translate(0, 4px);
      -ms-transform: rotate(-45deg) translate(0, 4px);
      transform: rotate(-45deg) translate(0, 4px); }
  .top-nav-collapse .menu-icon .icon-bar {
    background: #5e4e3e; }
  .top-nav-collapse .menu-icon:hover .icon-bar, .top-nav-collapse .menu-icon:focus .icon-bar {
    background: #d95738; }

.cbp-spmenu-vertical {
  width: auto;
  background: #faf5f0;
  color: #9e6730;
  left: 0;
  right: 0;
  top: 0;
  bottom: auto;
  height: auto;
  max-height: 100%;
  padding-top: 140px;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  text-align: center;
  overflow-y: auto;
  padding-bottom: 30px; }
  @media (max-width: 767px) {
    .cbp-spmenu-vertical {
      -webkit-overflow-scrolling: touch; } }
  .cbp-spmenu-vertical h3 {
    display: none; }
  .cbp-spmenu-vertical a {
    color: #9e6730;
    font-size: 24px;
    border: none;
    padding: 15px 20px;
    text-transform: uppercase;
    -webkit-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    text-decoration: none; }
    .cbp-spmenu-vertical a:hover, .cbp-spmenu-vertical a:focus {
      background: #d95738;
      color: #fff;
      text-decoration: none; }
  .cbp-spmenu-vertical.cbp-spmenu-open {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100); }
  .cbp-spmenu-vertical.active {
    /*padding-top:110px;*/ }
  @media (max-width: 767px) {
    .cbp-spmenu-vertical {
      height: auto;
      bottom: 0;
      padding-top: 140px; }
      .cbp-spmenu-vertical a {
        padding-top: 15px;
        padding-bottom: 15px;
        font-size: 22px; } }

.navbar-fixed-top {
  z-index: 1005; }
  .navbar-fixed-top.active a.booknow-btn {
    border-color: #d95738;
    color: #d95738;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .navbar-fixed-top.active a.booknow-btn:hover {
      background: #d95738;
      color: #ffffff; }

/*---------------------------------------------------------------------------
						NAVIGATION BUTTON ENDS
-----------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------
						CUSTOM DROPDOWN STARTS
-----------------------------------------------------------------------------*/
/*!
 * Bootstrap-select v1.8.0 (http://silviomoreto.github.io/bootstrap-select)
 *
 * Copyright 2013-2015 bootstrap-select
 * Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
 */
/* MIXINS STARTS HERE */
.bootstrap-select > .dropdown-toggle {
  width: 100%;
  padding-right: 25px;
  z-index: 1; }
.bootstrap-select > select {
  position: absolute !important;
  bottom: 0;
  left: 50%;
  width: 0.11px !important;
  height: 100% !important;
  padding: 0 !important;
  opacity: 0 !important;
  border: none; }
  .bootstrap-select > select.mobile-device {
    top: 0;
    left: 0;
    display: block !important;
    width: 100% !important;
    z-index: 2; }
.has-error .bootstrap-select .dropdown-toggle, .error .bootstrap-select .dropdown-toggle {
  border-color: #b94a48; }
.bootstrap-select.fit-width {
  width: auto !important; }
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 100%; }
.bootstrap-select .dropdown-toggle:focus {
  outline: thin dotted #333333 !important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px; }

.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none; }
  .bootstrap-select.form-control:not([class*="col-"]) {
    width: 100%; }
  .bootstrap-select.form-control.input-group-btn {
    z-index: auto; }

.bootstrap-select.btn-group:not(.input-group-btn), .bootstrap-select.btn-group[class*="col-"] {
  float: none;
  display: inline-block;
  margin-left: 0; }
.bootstrap-select.btn-group.dropdown-menu-right, .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right, .row .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right {
  float: right; }
.form-inline .bootstrap-select.btn-group, .form-horizontal .bootstrap-select.btn-group, .form-group .bootstrap-select.btn-group {
  margin-bottom: 0; }
.form-group-lg .bootstrap-select.btn-group.form-control, .form-group-sm .bootstrap-select.btn-group.form-control {
  padding: 0; }
.form-inline .bootstrap-select.btn-group .form-control {
  width: 100%; }
.bootstrap-select.btn-group.disabled,
.bootstrap-select.btn-group > .disabled {
  cursor: not-allowed; }
  .bootstrap-select.btn-group.disabled:focus,
  .bootstrap-select.btn-group > .disabled:focus {
    outline: none !important; }
.bootstrap-select.btn-group.bs-container {
  position: absolute; }
  .bootstrap-select.btn-group.bs-container .dropdown-menu {
    z-index: 1060; }
.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  text-align: left; }
.bootstrap-select.btn-group .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle; }
.bootstrap-select.btn-group[class*="col-"] .dropdown-toggle {
  width: 100%; }
.bootstrap-select.btn-group .dropdown-menu {
  min-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .bootstrap-select.btn-group .dropdown-menu.inner {
    position: static;
    float: none;
    border: 0;
    padding: 0;
    margin: 0;
    border-radius: 0;
    box-shadow: none; }
  .bootstrap-select.btn-group .dropdown-menu li {
    position: relative; }
    .bootstrap-select.btn-group .dropdown-menu li.active small {
      color: #fff; }
    .bootstrap-select.btn-group .dropdown-menu li.disabled a {
      cursor: not-allowed; }
    .bootstrap-select.btn-group .dropdown-menu li a {
      cursor: pointer;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none; }
      .bootstrap-select.btn-group .dropdown-menu li a.opt {
        position: relative;
        padding-left: 2.25em; }
      .bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
        display: none; }
      .bootstrap-select.btn-group .dropdown-menu li a span.text {
        display: inline-block; }
    .bootstrap-select.btn-group .dropdown-menu li small {
      padding-left: 0.5em; }
  .bootstrap-select.btn-group .dropdown-menu .notify {
    position: absolute;
    bottom: 5px;
    width: 96%;
    margin: 0 2%;
    min-height: 26px;
    padding: 3px 5px;
    background: whitesmoke;
    border: 1px solid #e3e3e3;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    pointer-events: none;
    opacity: 0.9;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
.bootstrap-select.btn-group .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap; }
.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option {
  position: static; }
.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px; }
.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  margin-top: 5px; }
.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
  margin-right: 34px; }

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle {
  z-index: 1061; }
.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none; }
.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none; }
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
  bottom: auto;
  top: -3px;
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0; }
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
  bottom: auto;
  top: -3px;
  border-top: 6px solid white;
  border-bottom: 0; }
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
  right: 12px;
  left: auto; }
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
  right: 13px;
  left: auto; }
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before, .bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
  display: block; }

.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
  padding: 4px 8px; }

.bs-actionsbox {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .bs-actionsbox .btn-group button {
    width: 50%; }

.bs-donebutton {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .bs-donebutton .btn-group button {
    width: 100%; }

.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px; }
.bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
  float: none; }

.dateselect-cal {
  padding-top: 5px;
  color: #9e6730; }
  .dateselect-cal a {
    color: #9e6730; }
  .dateselect-cal i {
    font-size: 140%; }

.bootstrap-select {
  font-family: CRC35; }
  .bootstrap-select a {
    font-family: CRC35;
    outline: none; }
  .bootstrap-select .dropdown-toggle.btn {
    border-color: #ebdccd;
    font-size: 16.16px;
    font-weight: bold;
    border-width: 2px;
    color: #9e6730;
    -webkit-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    background: none;
    padding: 10px 15px;
    outline: none !important;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-box-shadow: none;
    box-shadow: none; }
    .bootstrap-select .dropdown-toggle.btn .caret {
      border: none;
      right: 24px;
      margin-top: -11px; }
      .bootstrap-select .dropdown-toggle.btn .caret:before {
        font-family: "al-icons";
        font-style: normal;
        font-weight: normal;
        speak: none;
        display: inline-block;
        text-decoration: inherit;
        text-align: center;
        font-variant: normal;
        text-transform: none;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "";
        font-size: 85%; }
    .bootstrap-select .dropdown-toggle.btn:hover, .bootstrap-select .dropdown-toggle.btn:focus, .bootstrap-select .dropdown-toggle.btn:active {
      border-color: #9e6730;
      background: none; }
      .bootstrap-select .dropdown-toggle.btn:hover .caret, .bootstrap-select .dropdown-toggle.btn:focus .caret, .bootstrap-select .dropdown-toggle.btn:active .caret {
        color: #9e6730; }
  .bootstrap-select .dropdown-menu {
    -webkit-border-radius: 0 0 6px 6px;
    -ms-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
    margin-top: -5px;
    border-width: 0 2px 2px 2px;
    border-color: #9e6730;
    background: #f9f1e9; }
    .bootstrap-select .dropdown-menu li a {
      color: #9e6730;
      font-size: 16.16px;
      font-weight: bold;
      padding-top: 6px;
      padding-bottom: 6px;
      -webkit-transition: all 0.2s ease-in-out;
      -ms-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
      .bootstrap-select .dropdown-menu li a:hover, .bootstrap-select .dropdown-menu li a:focus {
        background: #9e6730;
        color: #fff; }
    .bootstrap-select .dropdown-menu li.selected a {
      background: #9e6730;
      color: #fff; }
  .bootstrap-select.open .dropdown-toggle.btn {
    border-color: #9e6730;
    color: #9e6730; }
  .bootstrap-select.dropup .dropdown-menu {
    border-width: 2px;
    -webkit-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px; }

/*---------------------------------------------------------------------------
						CUSTOM DROPDOWN ENDS
-----------------------------------------------------------------------------*/
.logo-cnt {
  display: block;
  outline: none !important; }
  .logo-cnt .logo {
    -webkit-transition: none;
    -ms-transition: none;
    transition: none;
    background-size: 100%; }
    @media (max-width: 767px) {
      .logo-cnt .logo {
        width: 390px; } }
    @media (max-width: 600px) {
      .logo-cnt .logo {
        background: url(../images/logo.svg) no-repeat center center;
        background-size: 470% auto !important;
        background-position: left center !important;
        width: 80px; } }

@media (max-width: 1350px) {
  .container {
    width: auto; } }

@media (min-width: 768px) and (max-width: 1320px) {
  .middpartarea-home {
    background: #fbf8f5; }
    .middpartarea-home .middparthome-l {
      width: 65%; }
    .middpartarea-home .middparthome-r {
      width: 35%; } }

@media (max-width: 1249px) {
  .fix-content-area {
    width: auto; } }

@media (max-width: 1270px) {
  .offer-special-cnt ul li {
    width: 20%;
    margin-right: 0;
    margin-left: 0;
    padding-left: 10px;
    padding-right: 10px; } }
@media (max-width: 991px) {
  .offer-special-cnt ul li {
    width: 33.33%; } }
@media (max-width: 767px) {
  .offer-special-cnt ul li {
    width: 50%; } }

.al_innerpage p {
  font-size: 19px;
  line-height: 1.3; }

.al_innerpage_small_sec .middpartarea-home {
  border-bottom: none;
  background: none;
  margin-top: -127px; }
  @media (max-width: 992px) {
    .al_innerpage_small_sec .middpartarea-home {
      margin-top: -87px; } }
  @media (max-width: 767px) {
    .al_innerpage_small_sec .middpartarea-home {
      margin-top: -20px; } }
.al_innerpage_small_sec .al_innerpage_small_sec_inner {
  max-width: 69%;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  background: #fff;
  padding: 58px 80px 0; }
  @media (max-width: 767px) {
    .al_innerpage_small_sec .al_innerpage_small_sec_inner {
      padding: 20px 10px;
      max-width: 90%; } }
.al_innerpage_small_sec p + p {
  padding-top: 20px; }
.al_innerpage_small_sec.al_with_background {
  background: #faf5f0;
  padding-bottom: 110px; }
  .al_innerpage_small_sec.al_with_background .al_innerpage_small_sec_inner {
    padding: 58px 110px 75px; }
    @media (max-width: 767px) {
      .al_innerpage_small_sec.al_with_background .al_innerpage_small_sec_inner {
        padding: 20px 30px;
        max-width: 90%; } }
  .al_innerpage_small_sec.al_with_background.al_room_slider_6_pre {
    padding-bottom: 300px; }
.al_innerpage_small_sec.al_innerpage_small_sec_with_taller_head .al_innerpage_small_sec_inner {
  max-width: 76%; }
  @media (max-width: 767px) {
    .al_innerpage_small_sec.al_innerpage_small_sec_with_taller_head .al_innerpage_small_sec_inner {
      width: 90%; } }
@media (min-width: 992px) {
  .al_innerpage_small_sec.al_innerpage_small_sec_with_taller_head .middpartarea-home {
    margin-top: -150px; } }
@media (min-width: 1270px) {
  .al_innerpage_small_sec.al_innerpage_small_sec_with_taller_head .middpartarea-home {
    margin-top: -250px; } }
.al_innerpage_small_sec.al_innerpage_small_sec_with_taller_head .al_innerpage_small_sec_inner {
  padding-bottom: 50px; }
  .al_innerpage_small_sec.al_innerpage_small_sec_with_taller_head .al_innerpage_small_sec_inner p {
    max-width: 895px;
    margin: 0 auto; }
.al_innerpage_small_sec.al_two_col_left_white .al_innerpage_small_sec_inner {
  max-width: none;
  padding: 37px; }
  @media (max-width: 991px) {
    .al_innerpage_small_sec.al_two_col_left_white .al_innerpage_small_sec_inner {
      padding: 10px 10px 30px; } }
.al_innerpage_small_sec.al_two_col_left_white .middpartarea-home-right {
  padding-top: 45px; }
  @media (max-width: 991px) {
    .al_innerpage_small_sec.al_two_col_left_white .middpartarea-home-right {
      padding: 17px; } }
@media (max-width: 992px) {
  .al_innerpage_small_sec.al_two_col_left_white {
    padding-top: 25px; } }
@media (min-width: 768px) {
  .al_innerpage_small_sec.al_two_col_left_white .middpartarea-home {
    width: 68%; }
  .al_innerpage_small_sec.al_two_col_left_white .middpartarea-home-right {
    width: 32%; } }
@media (max-width: 768px) {
  .al_innerpage_small_sec.al_two_col_left_white .middpartarea-home {
    padding-left: 0;
    padding-right: 0; }
  .al_innerpage_small_sec.al_two_col_left_white .middpartarea-home-right {
    padding-left: 0;
    padding-right: 0; } }
.al_innerpage_small_sec.al_two_col_left_white h2 {
  padding-top: 25px; }

.middpartarea-home-right h2 {
  padding-bottom: 30px; }
  .middpartarea-home-right h2 a {
    font-family: CRC35; }
@media screen and (max-width: 1270px) and (min-width: 1024px) {
  .middpartarea-home-right .middbanner-bott-desc-form {
    width: auto; } }
.middpartarea-home-right .al_offerte_booking_form {
  padding-left: 0;
  padding-right: 0; }
  @media (max-width: 991px) {
    .middpartarea-home-right .al_offerte_booking_form {
      padding-left: 0;
      padding-right: 0; } }
  .middpartarea-home-right .al_offerte_booking_form .middbanner-bott-desc-r {
    border-bottom: 4px solid #d95738; }
    @media (max-width: 1024px) {
      .middpartarea-home-right .al_offerte_booking_form .middbanner-bott-desc-r {
        min-height: 0; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .middpartarea-home-right .al_offerte_booking_form .middbanner-bott-desc-r {
        padding-top: 0;
        padding-bottom: 15px; } }
  @media (max-width: 992px) {
    .middpartarea-home-right .al_offerte_booking_form .middbanner-bott-title-r {
      padding: 15px 10px;
      font-size: 19px;
      height: auto; } }
  @media (min-width: 768px) and (max-width: 992px) {
    .middpartarea-home-right .al_offerte_booking_form .middbanner-bott-form-row {
      margin: 0 -5px 0; }
      .middpartarea-home-right .al_offerte_booking_form .middbanner-bott-form-row .dateselect-box {
        width: 50%;
        margin-bottom: 5px;
        padding: 0 5px; }
      .middpartarea-home-right .al_offerte_booking_form .middbanner-bott-form-row .dateselect-box-yr {
        width: 80%; }
      .middpartarea-home-right .al_offerte_booking_form .middbanner-bott-form-row .dateselect-cal {
        width: 20%; }
      .middpartarea-home-right .al_offerte_booking_form .middbanner-bott-form-row .dateselect-box-bambini {
        width: 100%; } }

.al_offerte_slider {
  padding: 40px 20px 0;
  text-align: center; }
  @media (max-width: 991px) {
    .al_offerte_slider {
      padding: 20px 0px; } }
  .al_offerte_slider .owl-item > div {
    max-width: 100%; }
  .al_offerte_slider .owl-nav {
    position: absolute;
    left: 0;
    right: 0;
    top: -55px;
    text-align: center;
    color: #d95738; }
    @media (max-width: 992px) {
      .al_offerte_slider .owl-nav {
        top: -45px; } }
    .al_offerte_slider .owl-nav .owl-prev, .al_offerte_slider .owl-nav .owl-next {
      font-size: 0;
      display: inline-block;
      vertical-align: middle;
      padding: 0 2px; }
      .al_offerte_slider .owl-nav .owl-prev:before, .al_offerte_slider .owl-nav .owl-next:before {
        font-size: 21px;
        font-family: "al-icons";
        font-style: normal;
        font-weight: normal;
        speak: none;
        display: inline-block;
        text-decoration: inherit;
        text-align: center;
        font-variant: normal;
        text-transform: none;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: ""; }
    .al_offerte_slider .owl-nav .owl-prev:before {
      font-family: "al-icons";
      font-style: normal;
      font-weight: normal;
      speak: none;
      display: inline-block;
      text-decoration: inherit;
      text-align: center;
      font-variant: normal;
      text-transform: none;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: ""; }
  .al_offerte_slider h2 {
    color: #d95738;
    font-weight: bold;
    font-size: 19px;
    padding: 36px 0 45px; }
    @media (min-width: 768px) and (max-width: 992px) {
      .al_offerte_slider h2 {
        padding: 10px 0 0; } }

/*---------------------------------------------------------------------------
						BANNER STARTS
-----------------------------------------------------------------------------*/
.al_innerpage_header .banner-down-arr {
  bottom: 151px; }
  @media (max-width: 767px) {
    .al_innerpage_header .banner-down-arr {
      bottom: 30px; } }
  .al_innerpage_header .banner-down-arr.al_no_title_arrow {
    bottom: 45px; }
  @media (min-width: 992px) {
    .al_innerpage_header .banner-down-arr.banner-down-arr-tall-head {
      bottom: 175px; } }
  @media (min-width: 1270px) {
    .al_innerpage_header .banner-down-arr.banner-down-arr-tall-head {
      bottom: 275px; } }

.al_banner_title_wrap {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: table;
  width: 100%;
  height: 100%; }
  .al_banner_title_wrap h1 {
    display: table-cell;
    vertical-align: middle;
    padding: 0 10px 40px;
    text-align: center;
    letter-spacing: 3px; }

.al_banner_title {
  font-family: CRC35;
  color: #fff;
  font-weight: normal;
  font-size: 35px;
  text-transform: uppercase; }
  @media (max-width: 767px) {
    .al_banner_title {
      font-size: 30px; } }
  .al_banner_title small {
    display: block;
    text-transform: none;
    font-family: cormorantlight_italic;
    color: #fff;
    letter-spacing: 0;
    padding-bottom: 10px;
    font-weight: bold; }

/*---------------------------------------------------------------------------
						BANNER ENDS
-----------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------
						FOOTER CSS STARTS
-----------------------------------------------------------------------------*/
.footer-logo img {
  width: auto;
  max-width: 100%; }

/*---------------------------------------------------------------------------
						FOOTER CSS ENDS
-----------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------
						STORY SECTION STARTS
-----------------------------------------------------------------------------*/
.al_story_sec {
  padding-top: 75px; }

.al_story_line {
  padding: 0;
  margin: 0; }
  @media (min-width: 768px) {
    .al_story_line .al_story_left, .al_story_line .al_story_right {
      display: table-cell;
      vertical-align: middle;
      height: 200px; } }
  .al_story_line .al_story_right {
    padding-top: 20px; }
  .al_story_line li {
    list-style-type: none;
    position: relative;
    overflow: hidden; }
    .al_story_line li .col-sm-3:before {
      content: '';
      display: block;
      width: 1px;
      top: 0;
      bottom: 0;
      left: 50%;
      background: #9e6730;
      opacity: 0.3;
      filter: alpha(opacity=30);
      position: absolute; }
    @media (max-width: 767px) {
      .al_story_line li .col-sm-3 {
        padding-top: 60px; } }
    .al_story_line li:first-child .al_story_left, .al_story_line li:first-child .al_story_right {
      height: auto; }
    @media (min-width: 768px) {
      .al_story_line li:first-child .col-sm-3:before {
        top: 100%;
        bottom: auto;
        height: 100%; } }
    .al_story_line li:last-child .col-sm-3:before {
      bottom: 50%; }
    @media (max-width: 767px) {
      .al_story_line li {
        text-align: center; } }
  @media (min-width: 768px) {
    .al_story_line [class*=col] {
      display: table; } }
  .al_story_line h3 {
    margin: 0;
    font-size: 29px;
    color: #a67340;
    padding-bottom: 5px;
    background: #faf5f0;
    position: relative; }
  .al_story_line h2 {
    color: #d95738;
    background: #faf5f0;
    font-size: 19px;
    font-family: Conv_CRC65;
    position: relative;
    padding-bottom: 7px; }
    .al_story_line h2:after {
      content: '';
      display: block;
      max-width: 122px;
      margin: 0 auto;
      height: 1px;
      background: #d95738;
      position: absolute;
      left: 0;
      right: 0;
      width: 100%;
      bottom: 0; }

.al_story_sec_title {
  padding-bottom: 28px; }
  .al_story_sec_title i {
    display: block;
    font-size: 45px; }

/*---------------------------------------------------------------------------
						STORY SECTION ENDS
-----------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------
					BACKGROUND SLIDERS STARTS
-----------------------------------------------------------------------------*/
@media (min-width: 768px) {
  .al_sec_slider_whitebx_wrap {
    padding-bottom: 100px; } }
.al_sec_slider_whitebx_wrap.pull-right .al_sec_slider_whitebx {
  margin-right: 0; }
  @media (min-width: 768px) {
    .al_sec_slider_whitebx_wrap.pull-right .al_sec_slider_whitebx {
      margin-left: -176px; } }
@media (max-width: 767px) {
  .al_sec_slider_whitebx_wrap.pull-right {
    float: none !important; } }

.al_sec_slider_whitebx {
  padding: 27px 60px 122px 15px;
  position: relative;
  z-index: 2;
  background: #fff; }
  @media (min-width: 768px) {
    .al_sec_slider_whitebx {
      margin-right: -142px; }
      .al_sec_slider_whitebx p:last-child {
        margin-bottom: 0; } }
  @media (max-width: 767px) {
    .al_sec_slider_whitebx {
      padding: 40px 15px; } }
  .al_sec_slider_whitebx.al_whitebox_sepia {
    background: #faf5f0; }

.al_sec_slider_bg iframe {
  width: 100%;
  height: 100%; }
@media (min-width: 768px) {
  .al_sec_slider_bg {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0; } }
@media (max-width: 767px) {
  .al_sec_slider_bg {
    height: 300px; } }
.al_sec_slider_bg .owl-carousel, .al_sec_slider_bg .owl-stage-outer, .al_sec_slider_bg .owl-stage, .al_sec_slider_bg .owl-item, .al_sec_slider_bg .owl-item > div {
  height: 100%; }
.al_sec_slider_bg .owl-item > div {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-color: #c29e7a; }
.al_sec_slider_bg .owl-dots {
  position: absolute;
  right: 15px;
  top: 19px; }
  @media (max-width: 767px) {
    .al_sec_slider_bg .owl-dots {
      right: 15px !important;
      left: auto !important; } }
  .al_sec_slider_bg .owl-dots .owl-dot {
    display: inline-block;
    width: 22px;
    height: 22px;
    border: 1px solid #fff;
    background: rgba(94, 78, 62, 0.6);
    margin-left: 12px;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 0.8;
    filter: alpha(opacity=80); }
    .al_sec_slider_bg .owl-dots .owl-dot.active, .al_sec_slider_bg .owl-dots .owl-dot:hover, .al_sec_slider_bg .owl-dots .owl-dot:focus {
      background: #fff;
      opacity: 1;
      filter: alpha(opacity=100); }

@media (min-width: 768px) {
  .al_sec_slider {
    padding: 137px 0; } }
.al_sec_slider .row {
  position: relative; }
@media (min-width: 768px) {
  .al_sec_slider.al_sec_slider_small .al_sec_slider_whitebx {
    padding-bottom: 70px; } }
@media (min-width: 768px) {
  .al_sec_slider.al_sec_slider_small .al_sec_slider_whitebx_wrap {
    padding-bottom: 50px; } }
.al_sec_slider.al_sec_slider_v_center .al_sec_slider_whitebx {
  padding: 110px 80px; }
  @media (max-width: 767px) {
    .al_sec_slider.al_sec_slider_v_center .al_sec_slider_whitebx {
      padding: 40px 15px; } }
  .al_sec_slider.al_sec_slider_v_center .al_sec_slider_whitebx h2 {
    padding-bottom: 20px; }
.al_sec_slider.al_sec_slider_v_center .al_sec_slider_whitebx_wrap {
  padding-top: 60px;
  padding-bottom: 60px; }
  @media (max-width: 767px) {
    .al_sec_slider.al_sec_slider_v_center .al_sec_slider_whitebx_wrap {
      padding-top: 0; } }
.al_sec_slider + .al_sec_slider:not(.al_sec_slider_halfbg) {
  padding-top: 0; }
  .al_sec_slider + .al_sec_slider:not(.al_sec_slider_halfbg).al_room_slider_2:before {
    top: 40px; }
@media (min-width: 768px) {
  .al_sec_slider.al_sec_slider_r_bottom .row {
    margin-bottom: 76px; } }
.al_sec_slider.al_sec_slider_r_bottom .al_sec_slider_whitebx {
  padding: 95px 85px; }
  @media (min-width: 768px) {
    .al_sec_slider.al_sec_slider_r_bottom .al_sec_slider_whitebx {
      margin-bottom: -76px; } }
  @media (max-width: 767px) {
    .al_sec_slider.al_sec_slider_r_bottom .al_sec_slider_whitebx {
      padding: 40px 20px; } }
.al_sec_slider.al_sec_slider_r_bottom .al_sec_slider_bg {
  right: auto;
  left: 0; }
.al_sec_slider.al_sec_slider_r_bottom .owl-dots {
  right: auto;
  left: 15px; }
.al_sec_slider.al_sec_slider_r_bottom .al_sec_slider_whitebx_wrap {
  padding-bottom: 0;
  padding-top: 100px; }
  @media (max-width: 767px) {
    .al_sec_slider.al_sec_slider_r_bottom .al_sec_slider_whitebx_wrap {
      padding-top: 0; } }
@media (min-width: 768px) {
  .al_sec_slider.al_sec_slider_l_bottom .row {
    margin-bottom: 76px; } }
.al_sec_slider.al_sec_slider_l_bottom .al_sec_slider_whitebx {
  padding: 64px 85px; }
  @media (min-width: 768px) {
    .al_sec_slider.al_sec_slider_l_bottom .al_sec_slider_whitebx {
      margin-bottom: -76px; } }
  @media (max-width: 767px) {
    .al_sec_slider.al_sec_slider_l_bottom .al_sec_slider_whitebx {
      padding: 40px 20px; } }
.al_sec_slider.al_sec_slider_l_bottom .al_sec_slider_whitebx_wrap {
  padding-bottom: 0;
  padding-top: 60px; }
  @media (max-width: 767px) {
    .al_sec_slider.al_sec_slider_l_bottom .al_sec_slider_whitebx_wrap {
      padding-top: 0; } }
.al_sec_slider.al_sec_slider_halfbg {
  position: relative;
  padding-top: 110px;
  padding-bottom: 0; }
  .al_sec_slider.al_sec_slider_halfbg .al_sec_slider_whitebx {
    background: #fff; }
  @media (max-width: 767px) {
    .al_sec_slider.al_sec_slider_halfbg {
      padding-top: 40px; } }
  .al_sec_slider.al_sec_slider_halfbg:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 35%;
    background: #faf5f0;
    z-index: -1; }
  .al_sec_slider.al_sec_slider_halfbg hr {
    margin-bottom: 0;
    margin-top: 120px; }
    @media (max-width: 767px) {
      .al_sec_slider.al_sec_slider_halfbg hr {
        margin-top: 0; } }
.al_sec_slider .al_sec_slider_desc {
  max-width: 720px;
  margin: 0 auto;
  padding-bottom: 45px; }
@media (min-width: 768px) {
  .al_sec_slider.al_sec_slider_map .al_sec_slider_whitebx {
    padding: 52px 75px 30px; } }
@media (min-width: 768px) {
  .al_sec_slider.al_room_slider_1 .al_sec_slider_whitebx {
    margin-top: -30px;
    padding-top: 0;
    padding-right: 40px; } }
.al_sec_slider.al_room_slider_2 {
  position: relative; }
  .al_sec_slider.al_room_slider_2:before {
    content: '';
    display: block;
    top: 177px;
    bottom: 177px;
    right: 0;
    background: #faf5f0;
    position: absolute;
    width: 50%; }
    @media (max-width: 767px) {
      .al_sec_slider.al_room_slider_2:before {
        display: none; } }
  @media (min-width: 768px) {
    .al_sec_slider.al_room_slider_2 .al_sec_slider_whitebx_wrap {
      padding-top: 40px !important;
      padding-bottom: 40px !important; } }
  @media (min-width: 768px) {
    .al_sec_slider.al_room_slider_2 .al_sec_slider_whitebx_wrap .al_sec_slider_whitebx {
      padding: 52px 95px !important;
      margin-left: -135px; } }
  @media (min-width: 768px) {
    .al_sec_slider.al_room_slider_2 .al_sec_slider_whitebx_wrap .al_sec_slider_whitebx.al_measurment_sec {
      padding: 52px 0 52px 22px !important; } }
  @media (min-width: 992px) {
    .al_sec_slider.al_room_slider_2 .al_sec_slider_whitebx_wrap .al_sec_slider_whitebx.al_measurment_sec {
      padding: 52px 0 52px 52px !important; } }
  @media (min-width: 768px) {
    .al_sec_slider.al_room_slider_2 .al_sec_slider_whitebx {
      padding-right: 40px !important; } }
  .al_sec_slider.al_room_slider_2 .al_sec_slider_bg {
    right: auto;
    left: 0; }
  @media (min-width: 768px) {
    .al_sec_slider.al_room_slider_2 .owl-dots {
      right: auto;
      left: 15px; } }
  @media (min-width: 768px) {
    .al_sec_slider.al_room_slider_2.al_whitebx_pad_100 .al_sec_slider_whitebx {
      padding-top: 105px !important;
      padding-bottom: 105px !important; } }
@media (min-width: 768px) {
  .al_sec_slider.al_room_slider_3 .al_sec_slider_whitebx {
    margin-right: -134px;
    padding-left: 5px; } }
.al_sec_slider.al_room_slider_3 .al_sec_slider_whitebx_wrap {
  padding-top: 40px !important;
  padding-bottom: 40px !important; }
  @media (min-width: 768px) {
    .al_sec_slider.al_room_slider_3 .al_sec_slider_whitebx_wrap .al_sec_slider_whitebx {
      padding: 52px 60px 52px 45px !important; } }
@media (min-width: 768px) {
  .al_sec_slider.al_room_slider_4 > .container > .row {
    margin-bottom: 76px; } }
@media (min-width: 768px) {
  .al_sec_slider.al_room_slider_4 .al_sec_slider_whitebx {
    margin-bottom: -76px;
    padding: 52px 55px; } }
@media (max-width: 767px) {
  .al_sec_slider.al_room_slider_4 .al_sec_slider_whitebx {
    padding: 40px 20px; } }
.al_sec_slider.al_room_slider_4 .al_sec_slider_bg {
  right: auto;
  left: 0; }
.al_sec_slider.al_room_slider_4 .owl-dots {
  right: auto;
  left: 15px; }
.al_sec_slider.al_room_slider_4 .al_sec_slider_whitebx_wrap {
  padding-bottom: 0;
  padding-top: 100px; }
  @media (max-width: 767px) {
    .al_sec_slider.al_room_slider_4 .al_sec_slider_whitebx_wrap {
      padding-top: 0; } }
.al_sec_slider.al_room_slider_5 .al_sec_slider_bg {
  position: relative;
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
  height: 543px; }
  @media (max-width: 767px) {
    .al_sec_slider.al_room_slider_5 .al_sec_slider_bg {
      height: 300px; } }
.al_sec_slider.al_room_slider_5 .al_sec_slider_whitebx_wrap {
  padding-left: 70px;
  padding-right: 70px;
  padding-bottom: 0; }
  @media (max-width: 767px) {
    .al_sec_slider.al_room_slider_5 .al_sec_slider_whitebx_wrap {
      padding-left: 40px;
      padding-right: 40px; } }
.al_sec_slider.al_room_slider_5 .al_sec_slider_whitebx {
  margin-bottom: -135px; }
  @media (min-width: 768px) {
    .al_sec_slider.al_room_slider_5 .al_sec_slider_whitebx {
      margin-right: 0;
      padding: 0 85px 80px; } }
  @media (max-width: 767px) {
    .al_sec_slider.al_room_slider_5 .al_sec_slider_whitebx {
      margin-bottom: -70px; } }
@media (min-width: 768px) {
  .al_sec_slider.al_room_slider_5 .container > .row {
    max-width: 923px;
    margin-left: auto;
    margin-right: auto; } }
.al_sec_slider.al_room_slider_5 .owl-dots {
  top: auto !important;
  bottom: 10px !important;
  left: 0 !important;
  right: 0 !important;
  text-align: center; }
.al_sec_slider.al_room_slider_5 hr {
  margin-top: 85px;
  margin-bottom: 0; }
.al_sec_slider.al_room_slider_6 {
  position: relative;
  margin-top: -166px;
  padding-top: 0; }
  .al_sec_slider.al_room_slider_6:before {
    content: '';
    display: block;
    top: -54px;
    bottom: 177px;
    left: 0;
    background: #fff;
    position: absolute;
    width: 40%; }
    @media (max-width: 767px) {
      .al_sec_slider.al_room_slider_6:before {
        display: none; } }
  @media (min-width: 768px) {
    .al_sec_slider.al_room_slider_6 .al_sec_slider_whitebx_wrap {
      padding-top: 0 !important;
      padding-bottom: 70px !important; } }
  @media (min-width: 768px) {
    .al_sec_slider.al_room_slider_6 .al_sec_slider_whitebx_wrap .al_sec_slider_whitebx {
      padding: 52px 22px 52px 0 !important; } }
  @media (min-width: 992px) {
    .al_sec_slider.al_room_slider_6 .al_sec_slider_whitebx_wrap .al_sec_slider_whitebx {
      padding: 52px 52px 52px 0 !important; } }
  .al_sec_slider.al_room_slider_6 .al_sec_slider_whitebx {
    background: #fff; }
    @media (min-width: 768px) {
      .al_sec_slider.al_room_slider_6 .al_sec_slider_whitebx {
        margin-top: -54px;
        padding-right: 40px !important; } }
  @media (min-width: 768px) {
    .al_sec_slider.al_room_slider_6.al_whitebx_pad_100 .al_sec_slider_whitebx {
      padding-top: 105px !important;
      padding-bottom: 105px !important; } }
.al_sec_slider.al_room_slider_7 .al_sec_slider_bg {
  position: relative;
  left: auto;
  right: auto;
  top: auto;
  bottom: auto; }
  @media (max-width: 767px) {
    .al_sec_slider.al_room_slider_7 .al_sec_slider_bg {
      height: auto; } }
.al_sec_slider.al_room_slider_7 .al_sec_slider_whitebx_wrap {
  padding-left: 70px;
  padding-right: 70px;
  padding-bottom: 0; }
  @media (max-width: 767px) {
    .al_sec_slider.al_room_slider_7 .al_sec_slider_whitebx_wrap {
      padding-left: 15px;
      padding-right: 15px; } }
@media (min-width: 768px) {
  .al_sec_slider.al_room_slider_7 .al_sec_slider_whitebx {
    margin: 0 auto;
    padding: 80px 85px;
    max-width: 912px;
    margin-top: -100px; } }
.al_sec_slider.al_room_slider_7 .owl-dots {
  top: auto !important;
  bottom: 10px !important;
  left: 0 !important;
  right: 0 !important;
  text-align: center; }
.al_sec_slider.al_room_slider_7 hr {
  margin-top: 85px;
  margin-bottom: 85px; }
.al_sec_slider.al_sec_slider_whitebx_full {
  position: relative; }
  .al_sec_slider.al_sec_slider_whitebx_full:before {
    content: '';
    display: block;
    top: 198px;
    bottom: 138px;
    left: 0;
    background: #faf5f0;
    position: absolute;
    width: 50%; }
    @media (max-width: 767px) {
      .al_sec_slider.al_sec_slider_whitebx_full:before {
        display: none; } }
  .al_sec_slider.al_sec_slider_whitebx_full.al_pad_b_0:before {
    bottom: 0;
    top: 60px; }

.al_features_list {
  text-align: left;
  margin: 0 auto;
  padding: 6px 0 40px;
  line-height: 1.2;
  max-width: 280px;
  color: #aa7949; }
  .al_features_list li {
    list-style-type: none;
    position: relative;
    padding-left: 80px; }
    .al_features_list li i {
      font-size: 43px;
      position: absolute;
      left: 0;
      top: 0;
      line-height: 0;
      margin-top: 13px; }
      .al_features_list li i:before {
        width: 48px;
        text-align: center;
        line-height: 0; }
      .al_features_list li i.alicon-basin {
        font-size: 34px; }
      .al_features_list li i.alicon-tv {
        font-size: 38px; }
    .al_features_list li + li {
      margin-top: 30px; }
  .al_features_list.al_location_list {
    max-width: 460px; }
    .al_features_list.al_location_list li {
      padding-left: 60px; }
      .al_features_list.al_location_list li + li {
        margin-top: 12px; }
    .al_features_list.al_location_list .alicon-location {
      font-size: 29px;
      margin-top: 20px; }
    .al_features_list.al_location_list:last-child {
      padding-bottom: 0; }

/*---------------------------------------------------------------------------
					BACKGROUND SLIDERS ENDS
-----------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------
					MAP SECTION STARTS
-----------------------------------------------------------------------------*/
.al_map_section {
  background: #faf5f0;
  margin-top: -302px;
  padding-top: 264px;
  padding-bottom: 88px; }
  @media (max-width: 767px) {
    .al_map_section {
      margin-top: 0;
      padding-top: 40px;
      padding-bottom: 40px; } }
  .al_map_section h2 {
    font-size: 29px; }

/*---------------------------------------------------------------------------
					MAP SECTION ENDS
-----------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------
					SUBSCRIBE FORM STARTS
-----------------------------------------------------------------------------*/
.form-horizontal {
  color: #9e6730; }
  .form-horizontal .form-control {
    border: none;
    outline: none;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 20px;
    width: 100%;
    max-width: 100%;
    color: #5e4e3e;
    font-weight: normal;
    font-family: cormorantlight_italic;
    padding-top: 10px;
    padding-bottom: 10px;
    height: auto;
    background: none; }
    .form-horizontal .form-control::-webkit-input-placeholder {
      color: #5e4e3e; }
    .form-horizontal .form-control:-moz-placeholder {
      /* Firefox 18- */
      color: #5e4e3e; }
    .form-horizontal .form-control::-moz-placeholder {
      /* Firefox 19+ */
      color: #5e4e3e; }
    .form-horizontal .form-control:-ms-input-placeholder {
      color: #5e4e3e; }
    .form-horizontal .form-control:focus {
      border: none !important; }
  .form-horizontal .control-label {
    position: relative;
    padding-right: 45px;
    width: 100%;
    border-bottom: 1px solid #f1e8e0;
    padding-top: 0; }
    @media (max-width: 767px) {
      .form-horizontal .control-label {
        padding-right: 40px; } }
    .form-horizontal .control-label:before {
      border-bottom: 1px solid #9e6730;
      content: '';
      display: block;
      position: absolute;
      left: 50%;
      right: 50%;
      bottom: 0;
      opacity: 0.15;
      filter: alpha(opacity=15);
      -webkit-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      z-index: 1; }
    .form-horizontal .control-label i {
      position: absolute;
      right: 45px;
      top: 8px;
      line-height: 1;
      margin-top: 2px;
      font-size: 26px;
      opacity: 0.7;
      filter: alpha(opacity=70);
      -webkit-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      .form-horizontal .control-label i:before {
        margin-left: 0;
        margin-right: 0; }
      @media (max-width: 767px) {
        .form-horizontal .control-label i {
          right: 0; } }
    .form-horizontal .control-label .al_field_title {
      display: block;
      text-align: left; }
  .form-horizontal .input-group-addon {
    background: none;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 20px;
    padding-left: 0;
    padding-right: 0; }
  .form-horizontal .form-group {
    margin-left: 0;
    margin-right: 0; }
    .form-horizontal .form-group.al_focus .control-label:before, .form-horizontal .form-group.al_filled .control-label:before {
      opacity: 1;
      filter: alpha(opacity=100);
      left: 0;
      right: 0; }
    .form-horizontal .form-group.al_focus i, .form-horizontal .form-group.al_filled i {
      opacity: 1;
      filter: alpha(opacity=100); }
    .form-horizontal .form-group h5 {
      padding: 0;
      font-size: 16px; }
    .form-horizontal .form-group.al_selectbox .control-label {
      padding-right: 0; }
  .form-horizontal .bootstrap-select .btn {
    border: none;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    font-family: CRC35; }
    .form-horizontal .bootstrap-select .btn .caret:before {
      font-family: "al-icons";
      font-style: normal;
      font-weight: normal;
      speak: none;
      display: inline-block;
      text-decoration: inherit;
      text-align: center;
      font-variant: normal;
      text-transform: none;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: ""; }
  .form-horizontal .bootstrap-select .dropdown-menu {
    border-top-width: 2px;
    -webkit-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    margin-top: 2px; }
  .form-horizontal .checkbox {
    position: relative;
    text-align: left;
    font-weight: normal;
    border: None; }
    .form-horizontal .checkbox.text-center {
      text-align: center; }
    .form-horizontal .checkbox > span {
      position: relative;
      padding-left: 30px;
      color: #9e6730;
      font-family: CRC35;
      font-weight: bold;
      font-size: 17px; }
      .form-horizontal .checkbox > span a {
        font-family: CRC35; }
      .form-horizontal .checkbox > span:before {
        content: '';
        display: inline-block;
        width: 22px;
        height: 22px;
        border: 2px solid #d2baa2;
        position: absolute;
        left: 0;
        top: 0;
        -webkit-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        -webkit-border-radius: 6px;
        -ms-border-radius: 6px;
        border-radius: 6px; }
      .form-horizontal .checkbox > span:after {
        display: inline-block;
        content: "\f00c";
        position: absolute;
        left: 3px;
        top: 3px;
        font-size: 16px;
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        -webkit-transform: scale(0, 0);
        -ms-transform: scale(0, 0);
        transform: scale(0, 0);
        color: #9e6730; }
    .form-horizontal .checkbox input[type=checkbox] {
      opacity: 0;
      filter: alpha(opacity=0);
      position: absolute;
      left: 0;
      top: 0; }
      .form-horizontal .checkbox input[type=checkbox]:checked + span:before {
        border-color: #9e6730; }
      .form-horizontal .checkbox input[type=checkbox]:checked + span:after {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        transform: scale(1, 1); }

.al_form_btns {
  padding-top: 35px; }

.al_subscribe_form {
  color: #9e6730; }
  .al_subscribe_form .form-control {
    border: none;
    outline: none;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 15px;
    width: 230px;
    max-width: 100%;
    color: #9e6730;
    text-transform: uppercase;
    font-weight: normal;
    font-family: Conv_CRC65;
    padding-top: 12px;
    padding-bottom: 12px;
    height: auto; }
    .al_subscribe_form .form-control::-webkit-input-placeholder {
      color: #9e6730; }
    .al_subscribe_form .form-control:-moz-placeholder {
      /* Firefox 18- */
      color: #9e6730; }
    .al_subscribe_form .form-control::-moz-placeholder {
      /* Firefox 19+ */
      color: #9e6730; }
    .al_subscribe_form .form-control:-ms-input-placeholder {
      color: #9e6730; }
    .al_subscribe_form .form-control:focus {
      border: none !important; }
  .al_subscribe_form .control-label {
    position: relative;
    padding-right: 60px;
    border-bottom: 1px solid #f1e8e0; }
    @media (max-width: 767px) {
      .al_subscribe_form .control-label {
        padding-right: 40px; } }
    .al_subscribe_form .control-label:before {
      border-bottom: 1px solid #9e6730;
      content: '';
      display: block;
      position: absolute;
      left: 50%;
      right: 50%;
      bottom: 0;
      opacity: 0.15;
      filter: alpha(opacity=15);
      -webkit-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
    .al_subscribe_form .control-label i {
      position: absolute;
      right: 30px;
      top: 0;
      line-height: 1;
      margin-top: 2px;
      font-size: 35px;
      opacity: 0.7;
      filter: alpha(opacity=70);
      -webkit-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      .al_subscribe_form .control-label i:before {
        margin-left: 0;
        margin-right: 0; }
      @media (max-width: 767px) {
        .al_subscribe_form .control-label i {
          right: 0; } }
  .al_subscribe_form .form-group.al_focus .control-label:before, .al_subscribe_form .form-group.al_filled .control-label:before {
    opacity: 1;
    filter: alpha(opacity=100);
    left: 0;
    right: 0; }
  .al_subscribe_form .form-group.al_focus i, .al_subscribe_form .form-group.al_filled i {
    opacity: 1;
    filter: alpha(opacity=100); }

.form-horizontal .control-label i {
  right: 0; }

/*---------------------------------------------------------------------------
					SUBSCRIBE FORM ENDS
-----------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------
					MEETING SECTION STARTS
-----------------------------------------------------------------------------*/
.al_top_align_icon {
  line-height: 38px;
  display: inline-block;
  height: 38px;
  margin-bottom: 20px;
  overflow: hidden;
  color: #9e6730; }
  .al_top_align_icon [class^="alicon-"], .al_top_align_icon [class*=" alicon-"] {
    line-height: 38px; }
    .al_top_align_icon [class^="alicon-"]:before, .al_top_align_icon [class*=" alicon-"]:before {
      line-height: 38px; }
  .al_top_align_icon .alicon-hotel:before {
    font-size: 38px; }
  .al_top_align_icon .alicon-peoples:before {
    font-size: 72px; }

.al_two_col_dvdr {
  padding-top: 60px; }
  .al_two_col_dvdr .al_two_col_inner {
    max-width: 450px;
    margin: 0 auto; }
  .al_two_col_dvdr .col-sm-6 {
    padding-top: 25px; }
    .al_two_col_dvdr .col-sm-6:before {
      content: '';
      display: block;
      right: 0;
      position: absolute;
      top: 0;
      bottom: 0;
      border-left: 1px solid #e2d1c1; }
    .al_two_col_dvdr .col-sm-6 + .col-sm-6:before {
      right: auto;
      left: -1px; }
  .al_two_col_dvdr h2 {
    padding-bottom: 25px; }

.al_misure_txt {
  font-family: CRC35;
  font-weight: bold;
  font-size: 17px;
  color: #9e6730; }

.al_capienza_icons h5 {
  padding-bottom: 30px; }
.al_capienza_icons i {
  font-size: 40px;
  color: #9e6730;
  opacity: 0.7;
  filter: alpha(opacity=70);
  line-height: 0.9; }
  .al_capienza_icons i:before {
    line-height: 0.4; }
.al_capienza_icons > .row + .row {
  padding-top: 11px;
  padding-bottom: 11px; }
.al_capienza_icons > .row:first-child {
  padding-top: 0; }
@media (max-width: 565px) {
  .al_capienza_icons {
    width: 100%;
    padding-top: 35px; } }
.al_capienza_icons .al_misure_txt {
  padding-top: 7px; }

.al_misure_icons h5 {
  padding-bottom: 30px; }
.al_misure_icons i {
  font-size: 27px;
  color: #9e6730;
  opacity: 0.6;
  filter: alpha(opacity=60);
  line-height: 0.9; }
  .al_misure_icons i:before {
    line-height: 0.4; }
.al_misure_icons > .row {
  padding-top: 20px;
  padding-bottom: 20px; }
@media (max-width: 565px) {
  .al_misure_icons {
    width: 100%; } }

.al_misure_btns {
  padding-top: 25px; }
  @media (min-width: 768px) and (max-width: 991px) {
    .al_misure_btns .col-xs-6 {
      width: 100%; }
    .al_misure_btns .col-xs-6 + .col-xs-6 {
      padding-top: 15px; } }
  @media (max-width: 565px) {
    .al_misure_btns .col-xs-6 {
      width: 100%; }
      .al_misure_btns .col-xs-6 + .col-xs-6 {
        padding-top: 35px; } }

/*---------------------------------------------------------------------------
					MEETING SECTION ENDS
-----------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------
					STEPS SECTION STARTS
-----------------------------------------------------------------------------*/
.al_steps_sec {
  padding-top: 30px; }
  .al_steps_sec .nav-tabs {
    border-bottom: none;
    display: table;
    width: 100%;
    font-family: CRC35;
    margin-bottom: 50px; }
    .al_steps_sec .nav-tabs:before {
      display: none; }
    .al_steps_sec .nav-tabs > li {
      float: none;
      display: table-cell;
      width: 33.33%;
      text-align: center;
      vertical-align: middle; }
      @media (max-width: 767px) {
        .al_steps_sec .nav-tabs > li {
          display: block;
          width: 100%;
          margin-bottom: 0; } }
      .al_steps_sec .nav-tabs > li > a {
        border: 2px solid #fff;
        border-right-width: 0;
        -webkit-border-radius: 0;
        -ms-border-radius: 0;
        border-radius: 0;
        margin: 0;
        font-size: 17px;
        font-family: CRC35;
        display: table;
        width: 100%;
        padding: 0;
        background: #faf5f0;
        color: #9e6730;
        position: relative;
        -webkit-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        outline: none; }
        @media (max-width: 767px) {
          .al_steps_sec .nav-tabs > li > a {
            border-right-width: 2px; } }
        .al_steps_sec .nav-tabs > li > a > span {
          display: table-cell;
          height: 80px;
          vertical-align: middle;
          position: relative;
          text-shadow: #fff 0 1px 0; }
          .al_steps_sec .nav-tabs > li > a > span:before, .al_steps_sec .nav-tabs > li > a > span:after {
            content: '';
            display: block;
            position: absolute;
            border: 40px solid transparent;
            border-width: 42px 0 42px 42px;
            border-left-color: #fff;
            top: -2px;
            right: -42px;
            z-index: 1;
            -webkit-transition: border 0.3s ease-in-out;
            -ms-transition: border 0.3s ease-in-out;
            transition: border 0.3s ease-in-out; }
            @media (max-width: 767px) {
              .al_steps_sec .nav-tabs > li > a > span:before, .al_steps_sec .nav-tabs > li > a > span:after {
                top: 100%;
                left: 50%;
                right: auto;
                margin-left: -20px;
                border: 20px solid transparent !important;
                border-width: 20px 20px 0 20px !important;
                border-top-color: #fff !important; } }
          .al_steps_sec .nav-tabs > li > a > span:after {
            border-left-color: #faf5f0;
            top: 0;
            margin-right: 3px;
            border-width: 40px 0 40px 40px; }
            @media (max-width: 767px) {
              .al_steps_sec .nav-tabs > li > a > span:after {
                top: 100%;
                margin-right: auto;
                margin-top: -3px;
                border-width: 20px 20px 0 20px !important;
                border-top-color: #faf5f0 !important; } }
        .al_steps_sec .nav-tabs > li > a:hover, .al_steps_sec .nav-tabs > li > a:focus {
          border: 2px solid #f0e8e0;
          border-right-width: 0;
          background: #f0e8e0; }
          .al_steps_sec .nav-tabs > li > a:hover > span:before, .al_steps_sec .nav-tabs > li > a:focus > span:before {
            border-left-color: #f0e8e0; }
            @media (max-width: 767px) {
              .al_steps_sec .nav-tabs > li > a:hover > span:before, .al_steps_sec .nav-tabs > li > a:focus > span:before {
                border-top-color: #f0e8e0 !important;
                border-left-color: transparent !important; } }
          .al_steps_sec .nav-tabs > li > a:hover > span:after, .al_steps_sec .nav-tabs > li > a:focus > span:after {
            border-left-color: #f0e8e0; }
            @media (max-width: 767px) {
              .al_steps_sec .nav-tabs > li > a:hover > span:after, .al_steps_sec .nav-tabs > li > a:focus > span:after {
                border-top-color: #f0e8e0 !important;
                border-left-color: transparent !important; } }
      .al_steps_sec .nav-tabs > li.active > a {
        border: 2px solid #d2baa2;
        border-right-width: 0;
        background: #fff; }
        @media (max-width: 767px) {
          .al_steps_sec .nav-tabs > li.active > a {
            border-right-width: 2px; } }
        .al_steps_sec .nav-tabs > li.active > a > span:before {
          border-left-color: #d2baa2; }
          @media (max-width: 767px) {
            .al_steps_sec .nav-tabs > li.active > a > span:before {
              border-top-color: #d2baa2 !important;
              border-left-color: transparent !important; } }
        .al_steps_sec .nav-tabs > li.active > a > span:after {
          border-left-color: #fff; }
          @media (max-width: 767px) {
            .al_steps_sec .nav-tabs > li.active > a > span:after {
              border-top-color: #fff !important;
              border-left-color: transparent !important; } }
      .al_steps_sec .nav-tabs > li:last-child > a {
        border-right-width: 2px;
        color: #9e6730; }
        .al_steps_sec .nav-tabs > li:last-child > a > span:before, .al_steps_sec .nav-tabs > li:last-child > a > span:after {
          display: none; }

/*---------------------------------------------------------------------------
					STEPS SECTION ENDS
-----------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------
					DATEPICKER STARTS
-----------------------------------------------------------------------------*/
.datepicker {
  font-family: CRC35;
  border-color: #be9c7a;
  border-width: 2px; }
  .datepicker table tr th {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: normal;
    font-family: Conv_CRC65;
    color: #9e6730;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .datepicker table tr th.dow {
      border-bottom: 1px solid #dfcebd;
      border-top: 1px solid #dfcebd; }
    .datepicker table tr th.datepicker-switch:hover, .datepicker table tr th.datepicker-switch:focus {
      background: #9e6730;
      color: #fff; }
  .datepicker table tr td {
    font-size: 16px; }
    .datepicker table tr td.day {
      -webkit-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      .datepicker table tr td.day:hover, .datepicker table tr td.day:focus {
        background: #9e6730;
        color: #fff; }
    .datepicker table tr td.active.day, .datepicker table tr td span.active.month, .datepicker table tr td span.active.year {
      background: #9e6730;
      color: #fff; }
      .datepicker table tr td.active.day:hover, .datepicker table tr td.active.day:focus, .datepicker table tr td span.active.month:hover, .datepicker table tr td span.active.month:focus, .datepicker table tr td span.active.year:hover, .datepicker table tr td span.active.year:focus {
        background: #9e6730;
        color: #fff; }
  .datepicker:after, .datepicker:before {
    display: none; }

/*---------------------------------------------------------------------------
					DATEPICKER ENDS
-----------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------
					PRODUCT LIST STARTS HERE
-----------------------------------------------------------------------------*/
.al_promocode_form {
  max-width: 480px;
  margin: 0 auto;
  padding-bottom: 80px; }
  @media (max-width: 991px) {
    .al_promocode_form {
      padding-bottom: 40px; } }
  .al_promocode_form .form-control::-webkit-input-placeholder {
    color: #7e673c; }
  .al_promocode_form .form-control:-moz-placeholder {
    /* Firefox 18- */
    color: #7e673c; }
  .al_promocode_form .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: #7e673c; }
  .al_promocode_form .form-control:-ms-input-placeholder {
    color: #7e673c; }
  .al_promocode_form .control-label.input-group-btn {
    padding-right: 0; }
  .al_promocode_form .input-group-btn:not(.control-label) {
    padding-left: 45px; }
    @media (max-width: 767px) {
      .al_promocode_form .input-group-btn:not(.control-label) {
        padding-left: 0; } }
    .al_promocode_form .input-group-btn:not(.control-label) .btn {
      margin-bottom: -10px; }

.al_product_list_wrap {
  background: #faf5f0;
  padding-top: 60px;
  padding-bottom: 60px;
  margin-left: -30px;
  margin-right: -30px;
  padding-left: 30px;
  padding-right: 30px;
  margin-top: 75px; }
  @media (max-width: 1390px) {
    .al_product_list_wrap {
      margin-left: -15px;
      margin-right: -15px;
      padding-left: 15px;
      padding-right: 15px; } }
  .al_product_list_wrap.al_product_list_wrap_white {
    background: none;
    margin-top: 0;
    padding-bottom: 0; }
    .al_product_list_wrap.al_product_list_wrap_white .al_product_vr h2 {
      padding-top: 16px;
      max-width: 270px;
      margin-left: auto;
      margin-right: auto;
      padding-bottom: 10px; }
    .al_product_list_wrap.al_product_list_wrap_white .al_product_vr p {
      max-width: 325px;
      margin-left: auto;
      margin-right: auto;
      color: #5e4e3e; }
      .al_product_list_wrap.al_product_list_wrap_white .al_product_vr p.al_prdouct_desc {
        padding-bottom: 65px; }
    .al_product_list_wrap.al_product_list_wrap_white .al_product_vr .al_product_info_btn_wrap {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      width: 100%; }
    @media (min-width: 768px) {
      .al_product_list_wrap.al_product_list_wrap_white .al_product_vr {
        max-width: 370px;
        margin: 0 auto; } }
    .al_product_list_wrap.al_product_list_wrap_white .al_product_row {
      text-align: center; }
      .al_product_list_wrap.al_product_list_wrap_white .al_product_row .row + .row .al_product_vr {
        margin-top: 90px; }
      @media (min-width: 768px) {
        .al_product_list_wrap.al_product_list_wrap_white .al_product_row .row {
          display: table;
          width: 100%;
          margin: 0; }
          .al_product_list_wrap.al_product_list_wrap_white .al_product_row .row .col-xs-4 {
            float: none;
            display: table-cell;
            vertical-align: top; }
            .al_product_list_wrap.al_product_list_wrap_white .al_product_row .row .col-xs-4 .al_product_vr {
              min-height: 0 !important;
              position: static;
              border-bottom: none; }
            .al_product_list_wrap.al_product_list_wrap_white .al_product_row .row .col-xs-4:before {
              content: '';
              display: block;
              position: absolute;
              left: 15px;
              right: 15px;
              bottom: 0;
              height: 4px;
              background: #d95738;
              max-width: 370px;
              margin: 0 auto;
              width: 100% \9; } }
      @media (max-width: 767px) {
        .al_product_list_wrap.al_product_list_wrap_white .al_product_row .row .col-xs-4 {
          width: 100%;
          padding-top: 40px; }
        .al_product_list_wrap.al_product_list_wrap_white .al_product_row .row .al_product_vr {
          min-height: none !important; } }

.al_product_hr {
  border-bottom: 4px solid #d95738; }
  @media (max-width: 991px) {
    .al_product_hr {
      min-height: 0 !important;
      padding-bottom: 20px;
      margin-bottom: 40px; } }
  @media (min-width: 992px) {
    .al_product_hr > .row .col-xs-6 {
      width: 55%; }
      .al_product_hr > .row .col-xs-6 + .col-xs-6 {
        width: 45%; } }
  .al_product_hr h2 {
    color: #d95738;
    font-family: Conv_CRC65;
    padding: 18px 0 0;
    font-weight: normal;
    min-height: 140px; }
    @media (max-width: 767px) {
      .al_product_hr h2 {
        min-height: 0px;
        padding-bottom: 20px; } }
    .al_product_hr h2 small {
      color: #5e4e3e; }
  .al_product_hr .al_product_hr_subdesc {
    font-size: 21px;
    color: #9e6730;
    line-height: 1.25; }
  .al_product_hr .al_product_hr_para {
    font-size: 17px;
    line-height: 22px;
    padding-top: 0; }

.al_product_vr {
  text-align: center;
  border-bottom: 5px solid #d95738;
  position: relative; }
  .al_product_vr h2 {
    color: #d95738;
    font-family: Conv_CRC65;
    padding: 5px 0 0;
    font-weight: normal;
    font-size: 19px; }
    .al_product_vr h2 small {
      color: #5e4e3e; }
  .al_product_vr .thumbnail {
    border: none;
    padding: 0;
    outline: none;
    background: 0;
    position: relative;
    overflow: hidden;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0; }
    .al_product_vr .thumbnail .al_product_plus_sign {
      display: inline-block;
      width: 43px;
      height: 40px;
      border: 2px solid #fff;
      opacity: 0.8;
      filter: alpha(opacity=80);
      position: absolute;
      right: 10px;
      bottom: 10px;
      background: rgba(94, 78, 62, 0.6);
      -webkit-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      .al_product_vr .thumbnail .al_product_plus_sign:before {
        content: '';
        display: inline-block;
        width: 19px;
        border-top: 1px solid #fff;
        position: absolute;
        left: 50%;
        top: 50%;
        margin-left: -9px;
        -webkit-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
      .al_product_vr .thumbnail .al_product_plus_sign:after {
        content: '';
        display: inline-block;
        height: 19px;
        border-left: 1px solid #fff;
        position: absolute;
        left: 50%;
        top: 50%;
        margin-top: -9px;
        -webkit-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
    .al_product_vr .thumbnail img {
      -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
      transform: scale(1, 1);
      -webkit-transition: all 0.4s ease-in-out;
      -ms-transition: all 0.4s ease-in-out;
      transition: all 0.4s ease-in-out; }
  .al_product_vr .al_product_vr_old_price {
    font-family: cormorantregular; }
    .al_product_vr .al_product_vr_old_price span {
      font-family: CRC35;
      font-size: 16px;
      text-decoration: line-through;
      padding-left: 10px; }
  .al_product_vr .al_product_vr_new_price {
    font-family: Conv_CRC65;
    font-size: 27px; }
  .al_product_vr:hover .thumbnail img, .al_product_vr:focus .thumbnail img {
    -webkit-transform: scale(1.3, 1.3);
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3); }
  .al_product_vr:hover .al_product_plus_sign, .al_product_vr:focus .al_product_plus_sign {
    background: #fff; }
    .al_product_vr:hover .al_product_plus_sign:before, .al_product_vr:focus .al_product_plus_sign:before {
      border-top-color: #9e6730; }
    .al_product_vr:hover .al_product_plus_sign:after, .al_product_vr:focus .al_product_plus_sign:after {
      border-left-color: #9e6730; }

.al_product_camere_dropdown .input-group {
  margin: 0 auto; }
.al_product_camere_dropdown .input-group-addon {
  background: none;
  padding-left: 0;
  padding-right: 0;
  text-align: right;
  border: none;
  font-size: 20px;
  width: 50%; }
.al_product_camere_dropdown .input-group-btn {
  width: 67px;
  padding-right: 0; }

.al_product_row + .al_product_row {
  padding-top: 30px; }
@media (min-width: 992px) {
  .al_product_row > .col-md-6:first-child {
    padding-right: 30px; }
  .al_product_row > .col-md-6:last-child {
    padding-left: 30px; } }
@media (max-width: 580px) {
  .al_product_row .al_product_row_col > .row > .col-xs-6 {
    width: 100%;
    text-align: center; }
  .al_product_row .col-md-6 > .row > .col-xs-6 {
    width: 100%;
    text-align: center; }
    .al_product_row .col-md-6 > .row > .col-xs-6 + .col-xs-6 {
      padding-top: 30px; } }

.al_product_row_col > *:last-child {
  margin-bottom: 20px; }

.al_product_book_btn {
  padding-top: 55px; }

/*---------------------------------------------------------------------------
					PRODUCT LIST ENDS HERE
-----------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------
					VIDEO PLAYER STARTS HERE
-----------------------------------------------------------------------------*/
.video-js {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;}

.videojs-background-wrap {
  overflow: hidden;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 0; }

/*---------------------------------------------------------------------------
					VIDEO PLAYER ENDS HERE
-----------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------
					OFFERTE COMPONENTS STARTS
-----------------------------------------------------------------------------*/
.al_offerte_desc p {
  max-width: 502px;
  margin-left: auto;
  margin-right: auto; }
  .al_offerte_desc p + p {
    padding-top: 0; }
  .al_offerte_desc p + hr {
    margin-top: 30px; }
  .al_offerte_desc p.al_offerte_fluid_txt {
    max-width: none; }
.al_offerte_desc hr {
  margin-top: 50px;
  margin-bottom: 50px; }

/*---------------------------------------------------------------------------
					OFFERTE COMPONENTS ENDS
-----------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------
                      COOKIES STARTS
---------------------------------------------------------------------------*/
#cookie-law {
  background: #d95738 !important;
  left: 0; }
  #cookie-law .cookies-txt {
    font-family: CRC35;
    font-size: 16px !important; }
    #cookie-law .cookies-txt p {
      font-family: Conv_CRC65;
      font-size: 16px !important; }
  #cookie-law .s_info {
    font-family: CRC35;
    border: 2px solid #fff !important;
    background: none !important;
    text-transform: uppercase;
    -webkit-border-radius: 0px !important;
    -ms-border-radius: 0px !important;
    border-radius: 0px !important;
    color: #fff !important;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    #cookie-law .s_info:hover, #cookie-law .s_info:focus {
      background: #fff !important;
      color: #000 !important; }
  #cookie-law a.s_close {
    text-align: center;
    width: 24px !important;
    height: 24px !important;
    line-height: 22px !important;
    color: #d95738 !important;
    font-family: CRC35; }

.al_cookie_sec h3 {
  font-weight: bold;
  margin-bottom: 30px; }
.al_cookie_sec ul {
  list-style-position: inside; }

#cookie-list table {
  font-size: 14px; }
  #cookie-list table thead {
    font-family: Conv_CRC65;
    text-transform: uppercase;
    background: #faf5f0; }
    #cookie-list table thead td {
      border-color: #fff;
      padding-top: 10px;
      padding-bottom: 10px; }

/*---------------------------------------------------------------------------
                      COOKIES ENDS
---------------------------------------------------------------------------*/
.al_contact_sec {
  background: #faf5f0;
  padding-top: 120px;
  padding-bottom: 85px; }
  .al_contact_sec h2 {
    padding-bottom: 60px; }
  .al_contact_sec .form-horizontal {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto; }
    .al_contact_sec .form-horizontal .control-label {
      font-size: 20px;
      font-weight: bold;
      padding-right: 0;
      color: #5e4e3e; }
      .al_contact_sec .form-horizontal .control-label:before {
        display: none; }
    .al_contact_sec .form-horizontal .al_field_title {
      padding-bottom: 10px; }
  .al_contact_sec .form-group {
    margin-bottom: 30px; }
    .al_contact_sec .form-group .form-control {
      -webkit-border-radius: 6px;
      -ms-border-radius: 6px;
      border-radius: 6px;
      border: 2px solid #e5d7ca !important; }
      .al_contact_sec .form-group .form-control:focus {
        border-color: #be9c7a !important; }
    .al_contact_sec .form-group.al_filled .form-control {
      border-color: #be9c7a !important; }
  .al_contact_sec button[type=submit] {
    margin-top: 20px; }

.al_presidi_logo {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 0 40px 0; }
  .al_presidi_logo img {
    max-width: 100%;
    margin: 0 auto;
    height: auto; }

/*---------------------------------------------------------------------------
							COMMON CSS STARTS
-----------------------------------------------------------------------------*/
.al_lng_dropdown {
  font-size: 14px;
  color: #fff;
  display: inline-block;
  margin-left: 40px;
  width: 60px;
  text-aling: center; }
  .al_lng_dropdown .btn.btn-default {
    color: #fff;
    background: none;
    border: 2px solid transparent;
    padding-left: 12px;
    padding-right: 11px;
    display: block;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    .al_lng_dropdown .btn.btn-default:hover, .al_lng_dropdown .btn.btn-default:focus, .al_lng_dropdown .btn.btn-default:active {
      background: none;
      border-color: #fff;
      color: #fff; }
  .al_lng_dropdown a {
    font-family: Conv_CRC65;
    color: #333; }
  .al_lng_dropdown .dropdown-menu {
    min-width: 0;
    padding: 0;
    left: 0;
    right: 0;
    width: 100%;
    margin-top: -2px;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    left: 0;
    border: none; }
    .al_lng_dropdown .dropdown-menu a {
      padding-top: 8px;
      padding-bottom: 8px; }
      .al_lng_dropdown .dropdown-menu a:hover, .al_lng_dropdown .dropdown-menu a:focus {
        color: #9e6730; }
  .al_lng_dropdown.open .dropdown-toggle {
    background: #9e6730;
    color: #fff; }
    .al_lng_dropdown.open .dropdown-toggle:hover, .al_lng_dropdown.open .dropdown-toggle:focus, .al_lng_dropdown.open .dropdown-toggle:active {
      background: #9e6730;
      color: #fff; }
  .top-nav-collapse .al_lng_dropdown .btn {
    border-color: transparent;
    color: #d95738; }
    .top-nav-collapse .al_lng_dropdown .btn:hover, .top-nav-collapse .al_lng_dropdown .btn:focus, .top-nav-collapse .al_lng_dropdown .btn:active {
      background: #d95738;
      border-color: #d95738;
      color: #fff; }
  .top-nav-collapse .al_lng_dropdown .dropdown-menu a {
    background: #d95738;
    color: #fff; }
  @media (max-width: 767px) {
    .al_lng_dropdown {
      position: absolute;
      left: 45px;
      top: 40px;
      margin: 0 0 0 5px;
      z-index: 99;
      padding-left: 0px;
      padding-right: 0px;
      width: auto; }
      .al_lng_dropdown .btn.btn-default {
        border-color: transparent !important;
        color: #d95738 !important;
        padding-left: 8px;
        padding-right: 8px; }
        .al_lng_dropdown .btn.btn-default:hover, .al_lng_dropdown .btn.btn-default:focus, .al_lng_dropdown .btn.btn-default:active {
          background: transparent !important;
          border-color: transparent !important;
          color: #d95738 !important; }
      .al_lng_dropdown .dropdown-menu a {
        background: #d95738 !important;
        color: #fff !important; } }

.al_contact_info_bg {
  max-width: 950px;
  width: 100%;
  margin: -50px auto 0; }

.al_innerpage_small_sec .al_innerpage_small_sec_inner.al_contact_info_desc {
  background: #fff;
  position: relative;
  z-index: 1;
  padding-bottom: 10px; }
  @media (min-width: 768px) {
    .al_innerpage_small_sec .al_innerpage_small_sec_inner.al_contact_info_desc {
      padding-bottom: 50px;
      max-width: 63%; } }

.footer-link-txt {
  position: relative; }
  @media (max-width: 950px) and (min-width: 768px) {
    .footer-link-txt {
      padding-right: 50px; } }

.al-footer-socials {
  margin: 0;
  padding: 0;
  font-size: 18px; }
  @media (min-width: 768px) {
    .al-footer-socials {
      position: absolute;
      right: 0;
      top: 50%;
      -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      transform: translate(0, -50%); } }
  .al-footer-socials li {
    list-style-type: none;
    display: inline-block;
    vertical-align: top; }
    .al-footer-socials li a {
      border-color: #d95738;
      color: #d95738;
      width: 48px;
      height: 48px;
      line-height: 48px;
      padding: 0;
      font-size: 18px; }
      @media (max-width: 767px) {
        .al-footer-socials li a {
          margin-top: 10px; } }
      .al-footer-socials li a i {
        line-height: 48px;
        font-size: 150%; }
      .al-footer-socials li a:hover, .al-footer-socials li a:focus {
        border-color: #d95738;
        background: #d95738;
        color: #fff; }
    .al-footer-socials li + li {
      padding-left: 10px; }

.booknow-btn.al-new-cal-btn {
  padding: 9px 15px; }
  .booknow-btn.al-new-cal-btn i {
    font-size: 150%; }
    .booknow-btn.al-new-cal-btn i:before {
      margin: 0; }

.al-header-book-now i:before {
  font-size: 150%;
  margin: 0;
  line-height: 1.5; }

[lang="zh-CN"] .special-offer-bg {
  top: 53%; }
[lang="zh-CN"] .menu-icon {
  display: none; }
[lang="zh-CN"] .navbar-default .header-right .al_youtube_icon {
  display: none; }
@media (max-width: 1270px) and (min-width: 768px) {
  [lang="zh-CN"] .navbar-default .header-right {
    width: 80%; } }
@media (max-width: 1270px) and (min-width: 768px) {
  [lang="zh-CN"] .navbar-default .header-midd {
    width: 20%; } }
[lang="zh-CN"] .navbar-default:not(.top-nav-collapse) a.booknow-btn {
  border-color: #ffffff; }
  [lang="zh-CN"] .navbar-default:not(.top-nav-collapse) a.booknow-btn i, [lang="zh-CN"] .navbar-default:not(.top-nav-collapse) a.booknow-btn span {
    color: #ffffff !important; }
  [lang="zh-CN"] .navbar-default:not(.top-nav-collapse) a.booknow-btn:hover, [lang="zh-CN"] .navbar-default:not(.top-nav-collapse) a.booknow-btn:focus, [lang="zh-CN"] .navbar-default:not(.top-nav-collapse) a.booknow-btn:active {
    background: #ffffff;
    color: #d95738 !important; }
    [lang="zh-CN"] .navbar-default:not(.top-nav-collapse) a.booknow-btn:hover i, [lang="zh-CN"] .navbar-default:not(.top-nav-collapse) a.booknow-btn:hover span, [lang="zh-CN"] .navbar-default:not(.top-nav-collapse) a.booknow-btn:focus i, [lang="zh-CN"] .navbar-default:not(.top-nav-collapse) a.booknow-btn:focus span, [lang="zh-CN"] .navbar-default:not(.top-nav-collapse) a.booknow-btn:active i, [lang="zh-CN"] .navbar-default:not(.top-nav-collapse) a.booknow-btn:active span {
      color: #d95738 !important; }
@media (max-width: 930px) {
  [lang="zh-CN"] .navbar-default .al-btn-redirect span.visible-xs {
    display: block !important; } }

.footer-part-cnt > .container > .row {
  margin-left: 0;
  margin-right: 0; }

.al_product_row .col-xs-4:nth-child(3n+3) + .col-xs-4 {
  clear: left; }

@media (min-width: 768px) and (max-width: 1366px) {
  .container {
    max-width: 100%; } }
@media (max-width: 991px) {
  .al_product_row .col-xs-4 {
    width: 50%; }

  .al_product_row .col-xs-4:nth-child(3n+3) + .col-xs-4 {
    clear: none; }

  .al_product_row .col-xs-4:nth-child(2n+2) + .col-xs-4 {
    clear: left; } }
@media (max-width: 600px) {
  .al_product_row .col-xs-4 {
    width: 100%; } }
.al-btn-redirect {
  font-size: 15px;
  letter-spacing: 1px; }

.al-homepage-button {
  padding-bottom: 40px; }

.al_main_header {
  overflow: hidden; }
  .al_main_header iframe {
    position: absolute;
    left: 0;
    top: 50%;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 210%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    transform: translate(0, -50%); }

@media (min-width: 992px) {
  .offer-special-cnt ul li:nth-child(5n+5) + li {
    clear: left; } }

/*# sourceMappingURL=custom.css.map */
@media(max-width: 1024px)
{
.al-footer-socials
{
  padding-top: 26px;
}
}

@media(max-width: 767px)
{
.al-footer-socials
{
  padding-top: 0px;
}
}

.invo-bm-footer-cta-sec + #footer{
    margin-top:0;
}