@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700|Cookie|Sancreek");
@import url("bootstrap.min.css");
@import url("bootstrap-slider.css");
@import url("bootstrap-select.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css");
@import url("aos.css");
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.7.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */
@-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 */
@media (min-width: 992px) {
  @-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);
    }
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  @-webkit-keyframes pulse {
    from {
      -webkit-transform: scale3d(0.8, 0.8, 0.8);
      transform: scale3d(0.8, 0.8, 0.8);
    }
    50% {
      -webkit-transform: scale3d(0.7, 0.7, 0.7);
      transform: scale3d(0.7, 0.7, 0.7);
    }
    to {
      -webkit-transform: scale3d(0.8, 0.8, 0.8);
      transform: scale3d(0.8, 0.8, 0.8);
    }
  }
  @keyframes pulse {
    from {
      -webkit-transform: scale3d(0.8, 0.8, 0.8);
      transform: scale3d(0.8, 0.8, 0.8);
    }
    50% {
      -webkit-transform: scale3d(0.7, 0.7, 0.7);
      transform: scale3d(0.7, 0.7, 0.7);
    }
    to {
      -webkit-transform: scale3d(0.8, 0.8, 0.8);
      transform: scale3d(0.8, 0.8, 0.8);
    }
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  @-webkit-keyframes pulse {
    from {
      -webkit-transform: scale3d(0.7, 0.7, 0.7);
      transform: scale3d(0.7, 0.7, 0.7);
    }
    50% {
      -webkit-transform: scale3d(0.6, 0.6, 0.6);
      transform: scale3d(0.6, 0.6, 0.6);
    }
    to {
      -webkit-transform: scale3d(0.7, 0.7, 0.7);
      transform: scale3d(0.7, 0.7, 0.7);
    }
  }
  @keyframes pulse {
    from {
      -webkit-transform: scale3d(0.7, 0.7, 0.7);
      transform: scale3d(0.7, 0.7, 0.7);
    }
    50% {
      -webkit-transform: scale3d(0.6, 0.6, 0.6);
      transform: scale3d(0.6, 0.6, 0.6);
    }
    to {
      -webkit-transform: scale3d(0.7, 0.7, 0.7);
      transform: scale3d(0.7, 0.7, 0.7);
    }
  }
}
@media (max-width: 575px) {
  @-webkit-keyframes pulse {
    from {
      -webkit-transform: scale3d(0.8, 0.8, 0.8);
      transform: scale3d(0.8, 0.8, 0.8);
    }
    50% {
      -webkit-transform: scale3d(0.7, 0.7, 0.7);
      transform: scale3d(0.7, 0.7, 0.7);
    }
    to {
      -webkit-transform: scale3d(0.8, 0.8, 0.8);
      transform: scale3d(0.8, 0.8, 0.8);
    }
  }
  @keyframes pulse {
    from {
      -webkit-transform: scale3d(0.8, 0.8, 0.8);
      transform: scale3d(0.8, 0.8, 0.8);
    }
    50% {
      -webkit-transform: scale3d(0.7, 0.7, 0.7);
      transform: scale3d(0.7, 0.7, 0.7);
    }
    to {
      -webkit-transform: scale3d(0.8, 0.8, 0.8);
      transform: scale3d(0.8, 0.8, 0.8);
    }
  }
}
.pulse, section.umrah-tours.one:hover .table .campaign, section.umrah-tours.one:hover .table .campaign + span, section.umrah-tours.two:hover .table .campaign, section.umrah-tours.two:hover .table .campaign + span, section.umrah-tours.three:hover .table .campaign, section.umrah-tours.three:hover .table .campaign + span {
  -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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  from,
	11.1%,
	to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  from,
	11.1%,
	to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

@-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-duration: 0.75s;
  animation-duration: 0.75s;
  -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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.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-duration: 0.75s;
  animation-duration: 0.75s;
  -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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
    height: auto;
    max-height: unset;
    display: block;
    visibility: visible;
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
    height: 0;
    max-height: 0;
    display: none;
    visibility: hidden;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
    height: auto;
    max-height: unset;
    display: block;
    visibility: visible;
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
    height: 0;
    max-height: 0;
    display: none;
    visibility: hidden;
  }
}
.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) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) 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) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) 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) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) 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) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) 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) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip, section.umrah-tours.one:hover .table .flip.campaign, section.umrah-tours.one:hover .table .campaign + span.flip, section.umrah-tours.two:hover .table .flip.campaign, section.umrah-tours.two:hover .table .campaign + span.flip, section.umrah-tours.three:hover .table .flip.campaign, section.umrah-tours.three:hover .table .campaign + span.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-duration: 0.75s;
  animation-duration: 0.75s;
  -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-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -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);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@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);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    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-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}

/* 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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.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;
}

.animated, section.umrah-tours.one:hover .table .campaign, section.umrah-tours.one:hover .table .campaign + span, section.umrah-tours.two:hover .table .campaign, section.umrah-tours.two:hover .table .campaign + span, section.umrah-tours.three:hover .table .campaign, section.umrah-tours.three:hover .table .campaign + span {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite, section.umrah-tours.one:hover .table .campaign, section.umrah-tours.one:hover .table .campaign + span, section.umrah-tours.two:hover .table .campaign, section.umrah-tours.two:hover .table .campaign + span, section.umrah-tours.three:hover .table .campaign, section.umrah-tours.three:hover .table .campaign + span {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.delay-1s, section.umrah-tours.one:hover .table .delay-1s.campaign, section.umrah-tours.one:hover .table .campaign + span.delay-1s, section.umrah-tours.two:hover .table .delay-1s.campaign, section.umrah-tours.two:hover .table .campaign + span.delay-1s, section.umrah-tours.three:hover .table .delay-1s.campaign, section.umrah-tours.three:hover .table .campaign + span.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.animated.delay-2s, section.umrah-tours.one:hover .table .delay-2s.campaign, section.umrah-tours.one:hover .table .campaign + span.delay-2s, section.umrah-tours.two:hover .table .delay-2s.campaign, section.umrah-tours.two:hover .table .campaign + span.delay-2s, section.umrah-tours.three:hover .table .delay-2s.campaign, section.umrah-tours.three:hover .table .campaign + span.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.animated.delay-3s, section.umrah-tours.one:hover .table .delay-3s.campaign, section.umrah-tours.one:hover .table .campaign + span.delay-3s, section.umrah-tours.two:hover .table .delay-3s.campaign, section.umrah-tours.two:hover .table .campaign + span.delay-3s, section.umrah-tours.three:hover .table .delay-3s.campaign, section.umrah-tours.three:hover .table .campaign + span.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.animated.delay-4s, section.umrah-tours.one:hover .table .delay-4s.campaign, section.umrah-tours.one:hover .table .campaign + span.delay-4s, section.umrah-tours.two:hover .table .delay-4s.campaign, section.umrah-tours.two:hover .table .campaign + span.delay-4s, section.umrah-tours.three:hover .table .delay-4s.campaign, section.umrah-tours.three:hover .table .campaign + span.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.animated.delay-5s, section.umrah-tours.one:hover .table .delay-5s.campaign, section.umrah-tours.one:hover .table .campaign + span.delay-5s, section.umrah-tours.two:hover .table .delay-5s.campaign, section.umrah-tours.two:hover .table .campaign + span.delay-5s, section.umrah-tours.three:hover .table .delay-5s.campaign, section.umrah-tours.three:hover .table .campaign + span.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

.animated.fast, section.umrah-tours.one:hover .table .fast.campaign, section.umrah-tours.one:hover .table .campaign + span.fast, section.umrah-tours.two:hover .table .fast.campaign, section.umrah-tours.two:hover .table .campaign + span.fast, section.umrah-tours.three:hover .table .fast.campaign, section.umrah-tours.three:hover .table .campaign + span.fast {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
}

.animated.faster, section.umrah-tours.one:hover .table .campaign, section.umrah-tours.one:hover .table .campaign + span, section.umrah-tours.two:hover .table .campaign, section.umrah-tours.two:hover .table .campaign + span, section.umrah-tours.three:hover .table .campaign, section.umrah-tours.three:hover .table .campaign + span {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}

.animated.slow, section.umrah-tours.one:hover .table .slow.campaign, section.umrah-tours.one:hover .table .campaign + span.slow, section.umrah-tours.two:hover .table .slow.campaign, section.umrah-tours.two:hover .table .campaign + span.slow, section.umrah-tours.three:hover .table .slow.campaign, section.umrah-tours.three:hover .table .campaign + span.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.slower, section.umrah-tours.one:hover .table .slower.campaign, section.umrah-tours.one:hover .table .campaign + span.slower, section.umrah-tours.two:hover .table .slower.campaign, section.umrah-tours.two:hover .table .campaign + span.slower, section.umrah-tours.three:hover .table .slower.campaign, section.umrah-tours.three:hover .table .campaign + span.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}

@media (prefers-reduced-motion) {
  .animated, section.umrah-tours.one:hover .table .campaign, section.umrah-tours.one:hover .table .campaign + span, section.umrah-tours.two:hover .table .campaign, section.umrah-tours.two:hover .table .campaign + span, section.umrah-tours.three:hover .table .campaign, section.umrah-tours.three:hover .table .campaign + span {
    -webkit-animation: unset !important;
    animation: unset !important;
    -webkit-transition: none !important;
    transition: none !important;
  }
}
/*$color-green-2*/
.modal.show {
  z-index: 1041;
  overflow-x: hidden;
  overflow-y: auto;
}
.modal.show ~ .modal.show {
  z-index: 1043;
}
.modal.show .modal-footer {
  /*-webkit-clip-path: polygon(0 0,50% 10%,100% 0,100% 100%,0 100%);
  clip-path: polygon(0 0,50% 10%,100% 0,100% 100%,0 100%);*/
}

.modal-backdrop.show {
  z-index: 1040;
}
.modal-backdrop.show ~ .modal-backdrop.show {
  z-index: 1042;
  background: black;
  opacity: .9;
}

::-moz-selection {
  background-color: #fab615;
  color: #203971;
}

::selection {
  background-color: #fab615;
  color: #203971;
}

@media (min-width: 1200px) {
  :root {
    font-size: 0.95rem !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  :root {
    font-size: 0.95rem !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  :root {
    font-size: 0.95rem !important;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  :root {
    font-size: 0.95rem !important;
  }
}
@media (max-width: 575px) {
  :root {
    font-size: 0.95rem !important;
  }
}

body {
  min-width: 320px !important;
  max-width: 1920px !important;
  margin: 0 auto;
  background-color: #eeeeee;
  font-family: "Roboto", sans-serif;
  overflow: hidden auto;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.laptop, .tablet, .mobile, .small {
  border: 3px solid #eeeeee;
}

.desktop {
  min-width: 1200px !important;
  max-width: 1920px !important;
}

.laptop {
  min-width: 992px !important;
  max-width: 1199px !important;
}

.tablet {
  min-width: 768px !important;
  max-width: 991px !important;
}

.mobile {
  min-width: 576px !important;
  max-width: 767px !important;
}

.small {
  min-width: 320px !important;
  max-width: 575px !important;
}

ul.nav.justify-content-center {
  background: #333;
  border-bottom: 1px solid #444;
  display: none;
}
ul.nav.justify-content-center a {
  color: #fff;
}
ul.nav.justify-content-center a:hover, ul.nav.justify-content-center a:active, ul.nav.justify-content-center a:focus {
  color: #fab615;
}

.tooltip {
  top: -5px !important;
}
.tooltip.in {
  opacity: 1;
}

.skew-effect span {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 50px;
  margin: auto;
  z-index: 2;
  text-align: center;
  color: #ffffff;
  font-weight: 700;
  line-height: 50px;
  -webkit-transform: skewY(-15deg);
  -khtml-transform: skewY(-15deg);
  transform: skewY(-15deg);
  -webkit-transform-origin: 0 100%;
  -khtml-transform-origin: 0 100%;
  transform-origin: 0 100%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  cursor: default;
}
.skew-effect span:before, .skew-effect span:after {
  display: block;
  top: 0;
  left: 0;
  width: 40px;
  height: 50px;
  position: absolute;
  background: #185a81;
  content: ' ';
  z-index: -1;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.skew-effect span:before {
  background: rgba(0, 0, 0, 0.1);
  -webkit-transform: skewY(15deg);
  -khtml-transform: skewY(15deg);
  transform: skewY(15deg);
  -webkit-transform-origin: 0 0;
  -khtml-transform-origin: 0 0;
  transform-origin: 0 0;
}
.skew-effect span:nth-child(even) {
  background-color: #144c6e;
  -webkit-transform: skewY(15deg);
  -khtml-transform: skewY(15deg);
  transform: skewY(15deg);
  -webkit-transform-origin: 100% 100%;
  -khtml-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
  color: #d9d9d9;
}
.skew-effect span:nth-child(even):before {
  -webkit-transform: skewY(-15deg);
  -khtml-transform: skewY(-15deg);
  transform: skewY(-15deg);
  -webkit-transform-origin: 100% 0;
  -khtml-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.skew-effect span:nth-child(even):after {
  background-color: #144c6e;
}
.skew-effect span.flat {
  -webkit-transform: skewY(0);
  -khtml-transform: skewY(0);
  transform: skewY(0);
  color: #ffffff;
}
.skew-effect span.flat:before {
  -webkit-transform: skewY(0);
  -khtml-transform: skewY(0);
  transform: skewY(0);
}
.skew-effect span.flat:nth-child(even):after {
  background-color: #185a81;
}
.skew-effect span.alt:after {
  background-color: #b94a2c;
}
.skew-effect span.alt:nth-child(even):after {
  background-color: #9d3f25;
}
.skew-effect span.alt.flat:nth-child(even):after {
  background-color: #b94a2c;
}

.title-effect {
  position: relative;
  -webkit-perspective: 400;
  perspective: 400;
  padding-left: 17px;
  font-weight: bold;
  font-size: 52px;
  text-transform: uppercase;
  color: #203971;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
}
.title-effect:before {
  content: '';
  display: block;
  position: absolute;
  width: 33px;
  height: 33px;
  border: 6px solid transparent;
  border-top-color: #fab615;
  border-left-color: #fab615;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transform: translateX(-150px);
  transform: translateX(-150px);
  -webkit-animation: title-border-slide-in-left 0.95s ease-out forwards;
  animation: title-border-slide-in-left 0.95s ease-out forwards;
}
.title-effect:after {
  content: '';
  display: block;
  position: absolute;
  width: 33px;
  height: 33px;
  border: 6px solid transparent;
  border-bottom-color: #203971;
  border-right-color: #203971;
  bottom: 0;
  right: -16px;
  opacity: 0;
  -webkit-transform: translateX(-150px);
  transform: translateX(-150px);
  -webkit-animation: title-border-slide-in-right 0.95s ease-out forwards;
  animation: title-border-slide-in-right 0.95s ease-out forwards;
}
.title-effect .title-word {
  opacity: 0;
  -webkit-transform-origin: bottom center;
  transform-origin: bottom center;
  float: left;
  margin-left: 10px;
  text-shadow: 2px 2px 5px #4c608d;
}
.title-effect .title-word.other {
  color: #fab615;
  text-shadow: 2px 2px 5px #4c608d;
}
.title-effect .title-word:nth-child(1) {
  -webkit-animation: translateY-up-down 0.75s 0s ease-out forwards;
  animation: translateY-up-down 0.75s 0s ease-out forwards;
  margin-left: 0;
}
.title-effect .title-word:nth-child(2) {
  -webkit-animation: translateY-up-down 0.35s 0.175s ease-out forwards;
  animation: translateY-up-down 0.35s 0.175s ease-out forwards;
}
.title-effect .title-word:nth-child(3) {
  -webkit-animation: translateY-up-down 0.75s 0.35s ease-out forwards;
  animation: translateY-up-down 0.75s 0.35s ease-out forwards;
}
.title-effect .title-word:nth-child(4) {
  -webkit-animation: translateY-up-down 0.75s 0.525s ease-out forwards;
  animation: translateY-up-down 0.75s 0.525s ease-out forwards;
}

@-webkit-keyframes title-border-slide-in-left {
  0% {
    -webkit-transform: translateX(-350px);
    transform: translateX(-350px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes title-border-slide-in-left {
  0% {
    -webkit-transform: translateX(-350px);
    transform: translateX(-350px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes title-border-slide-in-right {
  0% {
    -webkit-transform: translateX(350px);
    transform: translateX(350px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes title-border-slide-in-right {
  0% {
    -webkit-transform: translateX(350px);
    transform: translateX(350px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes translateY-up-down {
  0% {
    /*-webkit-transform: translateX(100px) translateY(-100px);
    transform: translateX(100px) translateY(-100px);*/
    opacity: 0;
  }
  50% {
    /*-webkit-transform: translateY(100px);
    transform: translateY(100px);*/
    opacity: 0.5;
  }
  100% {
    /*-webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);*/
    opacity: 1;
  }
}
@keyframes translateY-up-down {
  0% {
    /*-webkit-transform: translateX(100px) translateY(-100px);
    transform: translateX(100px) translateY(-100px);*/
    opacity: 0;
  }
  50% {
    /*-webkit-transform: translateY(100px);
    transform: translateY(100px);*/
    opacity: 0.5;
  }
  100% {
    /*-webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);*/
    opacity: 1;
  }
}
.page-title-effect {
  margin: auto;
}
.page-title-effect .title-word {
  font-family: 'Open Sans', sans-serif;
  color: #203971;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 70px;
  font-weight: 800;
  line-height: 1;
  text-shadow: #eeeeee 3px 2px 0;
  position: relative;
  display: block;
  float: left;
  padding-right: 20px;
}
.page-title-effect .title-word.font-50px {
  font-size: 50px;
}
.page-title-effect .title-word.yellow {
  color: #fab615;
}
.page-title-effect .title-word.yellow:after {
  background-image: -webkit-linear-gradient(top, transparent 0%, transparent 25%, #fab615 25%, #fab615 50%, transparent 50%, transparent 75%, #fab615 75%);
  background-size: 4px 4px;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  z-index: -5;
  display: block;
  text-shadow: none;
  content: attr(data-text);
  width: 100%;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: -ms-fit-content;
  width: -o-fit-content;
  width: fit-content;
  position: absolute;
  left: 5px;
  top: 4px;
}
.page-title-effect .title-word:after {
  background-image: -webkit-linear-gradient(top, transparent 0%, transparent 25%, #4d618d 25%, #4d618d 50%, transparent 50%, transparent 75%, #4d618d 75%);
  background-size: 4px 4px;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  z-index: -5;
  display: block;
  text-shadow: none;
  content: attr(data-text);
  width: 100%;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: -ms-fit-content;
  width: -o-fit-content;
  width: fit-content;
  position: absolute;
  left: 5px;
  top: 4px;
}

.rotate3d-circle {
  margin: 20px 0 0 0;
  padding: 0;
  list-style: none;
  display: block;
  text-align: center;
  width: 100%;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.rotate3d-circle:after, .rotate3d-circle .item:before {
  content: '';
  display: table;
}
.rotate3d-circle:after {
  clear: both;
}
.rotate3d-circle .item {
  width: 143px;
  height: 143px;
  border-radius: 50%;
  position: absolute;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  cursor: default;
}
.rotate3d-circle .item.one {
  background-image: url("../images/site/circle.one.png");
  background-size: 100% 100%;
  background-color: #203971;
}
.rotate3d-circle .item.one .info-back {
  background-color: #203971;
}
.rotate3d-circle .item.one .info-back a {
  background-color: #4b5f8d;
}
.rotate3d-circle .item.two {
  background-image: url("../images/site/circle.two.png");
  background-size: 100% 100%;
  background-color: #1fa67a;
}
.rotate3d-circle .item.two .info-back {
  background-color: #1fa67a;
}
.rotate3d-circle .item.two .info-back a {
  background-color: #4bb794;
}
.rotate3d-circle .item.three {
  background-image: url("../images/site/circle.three.png");
  background-size: 100% 100%;
  background-color: #fab615;
}
.rotate3d-circle .item.three .info-back {
  background-color: #fab615;
}
.rotate3d-circle .item.three .info-back a {
  background-color: #fbc443;
}
.rotate3d-circle .item .info-wrap {
  position: absolute;
  width: 125px;
  height: 125px;
  border-radius: 50%;
  -webkit-perspective: 800px;
          perspective: 800px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  top: 9px;
  left: 9px;
  background: #f9f9f9;
  -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.2),inset 0 0 3px rgba(115, 114, 23, 0.8);
  -ms-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.2),inset 0 0 3px rgba(115, 114, 23, 0.8);
  -o-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.2),inset 0 0 3px rgba(115, 114, 23, 0.8);
  box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.2),inset 0 0 3px rgba(115, 114, 23, 0.8);
}
.rotate3d-circle .item .info-wrap .info {
  position: absolute;
  width: 125px;
  height: 125px;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out, opacity 0s;
  transition: all 0.3s ease-in-out, opacity 0s;
  -webkit-transform-style: preserve-3d;
  -khtml-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.rotate3d-circle .item .info-wrap .info > div {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-position: center center;
  -webkit-backface-visibility: hidden;
  -khtml-backface-visibility: hidden;
  backface-visibility: hidden;
}
.rotate3d-circle .item .info-wrap .info .info-front {
  background-size: 150%;
}
.rotate3d-circle .item .info-wrap .info .info-back {
  -webkit-transform-style: preserve-3d;
  -khtml-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotate3d(0, 1, 0, 180deg);
  -khtml-transform: rotate3d(0, 1, 0, 180deg);
  transform: rotate3d(0, 1, 0, 180deg);
  opacity: 0;
  visibility: hidden;
  -ms-flex-line-pack: center;
      align-content: center;
  display: grid;
  font-size: 1rem;
  font-weight: 400;
}
.rotate3d-circle .item .info-wrap .info .info-back a {
  text-align: center;
  font-size: 1.15rem;
  font-weight: 400;
  text-transform: uppercase;
  color: #ffffff;
  position: relative;
  left: 0;
  right: 0;
  margin: auto;
  padding: 0.1rem 0.5rem;
  width: 125px;
  height: 125px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 50%;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
}
.rotate3d-circle .item .info-wrap .info .info-back a:hover, .rotate3d-circle .item .info-wrap .info .info-back a:active, .rotate3d-circle .item .info-wrap .info .info-back a:focus {
  color: #ffffff;
}
.rotate3d-circle .item .info-wrap .info .info-back + .info-back {
  -webkit-transform-style: unset;
  -khtml-transform-style: unset;
  transform-style: unset;
  -webkit-transform: rotate3d(0, 1, 0, 720deg);
  -khtml-transform: rotate3d(0, 1, 0, 720deg);
  transform: rotate3d(0, 1, 0, 720deg);
  opacity: 1;
  visibility: visible;
  display: table;
}
.rotate3d-circle .item .info-wrap .info .info-back * {
  color: #ffffff;
}
.rotate3d-circle .item .info-wrap .info .info-back h3 {
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 28px 0 0 0;
  text-shadow: 0 0 1px #ffffff, 0 1px 2px rgba(0, 0, 0, 0.3);
  font-size: 1.7rem;
  font-weight: 300;
  width: 100%;
  text-align: center;
}
.rotate3d-circle .item .info-wrap .info .info-back h3 span {
  font-size: 1rem;
  font-weight: 300;
  position: relative;
  top: -3px;
}
.rotate3d-circle .item .info-wrap .info .info-back h3 + span {
  font-size: 0.65rem;
  font-weight: 300;
  width: 100%;
  text-align: center;
  display: inline-block;
}
.rotate3d-circle .item:hover .info-wrap {
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8),inset 0 0 3px rgba(115, 114, 23, 0.8);
  -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8),inset 0 0 3px rgba(115, 114, 23, 0.8);
  -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8),inset 0 0 3px rgba(115, 114, 23, 0.8);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8),inset 0 0 3px rgba(115, 114, 23, 0.8);
}
.rotate3d-circle .item:hover .info-wrap .info {
  -webkit-transform: rotate3d(0, 1, 0, -180deg);
  -khtml-transform: rotate3d(0, 1, 0, -180deg);
  transform: rotate3d(0, 1, 0, -180deg);
}
.rotate3d-circle .item:hover .info-wrap .info .info-back {
  -webkit-transform-style: unset;
  -khtml-transform-style: unset;
  transform-style: unset;
  -webkit-transform: rotate3d(0, 1, 0, 540deg);
  -khtml-transform: rotate3d(0, 1, 0, 540deg);
  transform: rotate3d(0, 1, 0, 540deg);
  opacity: 1;
  visibility: visible;
}
.rotate3d-circle .item:hover .info-wrap .info .info-back + .info-back {
  -webkit-transform-style: preserve-3d;
  -khtml-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotate3d(0, 1, 0, 540deg);
  -khtml-transform: rotate3d(0, 1, 0, 540deg);
  transform: rotate3d(0, 1, 0, 540deg);
  opacity: 0;
  visibility: hidden;
}

.circle-rotate3d-animate {
  -webkit-animation-name: circle-rotate3d-animate;
  animation-name: circle-rotate3d-animate;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes circle-rotate3d-animate {
  from {
    opacity: 0;
    -webkit-transform: rotate3d(0, 1, 0, -180deg);
    -khtml-transform: rotate3d(0, 1, 0, -180deg);
    transform: rotate3d(0, 1, 0, -180deg);
    -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: rotate3d(0, 1, 0, 180deg);
    -khtml-transform: rotate3d(0, 1, 0, 180deg);
    transform: rotate3d(0, 1, 0, 180deg);
    -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 circle-rotate3d-animate {
  from {
    opacity: 0;
    -webkit-transform: rotate3d(0, 1, 0, -180deg);
    -khtml-transform: rotate3d(0, 1, 0, -180deg);
    transform: rotate3d(0, 1, 0, -180deg);
    -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: rotate3d(0, 1, 0, 180deg);
    -khtml-transform: rotate3d(0, 1, 0, 180deg);
    transform: rotate3d(0, 1, 0, 180deg);
    -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);
  }
}
.page-title-animation {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-grid ;
  display: -moz-grid ;
  display: -ms-grid ;
  display: -o-grid ;
  display: -khtml-grid ;
  display: grid ;
}
.page-title-animation * {
  font-size: 60px;
}
.page-title-animation > .w-100 {
  text-align: center;
}
.page-title-animation > .w-100 > div {
  float: left;
}
.page-title-animation > .w-100 > div:not(:first-child) {
  margin-left: 10px;
}
.page-title-animation .font-small {
  font-weight: 300;
}
.page-title-animation .font-big {
  font-weight: 700;
}
.page-title-animation .page-animation-before {
  height: 1px;
  width: 125px;
  margin: 15px auto 15px;
  border: 2px dashed #babfc3;
  position: relative;
}
.page-title-animation .page-animation-before:before {
  /*content: "\f197";
  position: absolute;
  left: 0;
  top: -16px;
  height: 10px;
  width: 100%;
  color: #565656;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: rounded-circ;
  animation-name: rounded-circ;
  @include flex();
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;*/
  /*content: "";
  position: absolute;
  left: -15px;
  top: -16px;
  height: 32px;
  width: 75px;
  color: #565656;
  -webkit-animation-duration: 3s;
  animation-duration: 5s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: rounded-circ;
  animation-name: rounded-circ;
  background-image: url(https://image.flaticon.com/icons/svg/956/956869.svg);
  background-size: 100% 100%;*/
  content: "";
  position: absolute;
  left: -25px;
  top: -15px;
  height: 32px;
  width: 75px;
  -webkit-animation-duration: 3s;
  animation-duration: 5s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: rounded-circ;
  animation-name: rounded-circ;
  -webkit-mask-position: 50% 50%;
  -webkit-mask-repeat: no-repeat;
  mask-position: 50% 50%;
  mask-repeat: no-repeat;
}

@-webkit-keyframes rounded-circ {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(93px);
    transform: translateX(93px);
  }
}
@keyframes rounded-circ {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(93px);
    transform: translateX(93px);
  }
}
input:focus, input:active, textarea:focus, textarea:active, button:focus, button:active {
  -webkit-box-shadow: none !important ;
  -ms-box-shadow: none !important ;
  -o-box-shadow: none !important ;
  box-shadow: none !important ;
}

.slider.slider-horizontal {
  margin: auto auto 28px auto !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  overflow: visible;
  top: 13px;
  /*& .slider-tick-container{
  	top: -4px;
  	height: 38px;
  	background: $color-white;
  }
  & .slider-tick.round{
  	top: 12px;
  }
  & .slider-handle{
  	top: 8px;
  }
  & .slider-track{
  	margin-top: -4px;
  	height: 19px;
  }*/
}
.slider.slider-horizontal .slider-tick-label-container {
  font-size: 0.8rem;
  color: #ffffff;
}
.slider.slider-horizontal .slider-handle {
  background-color: #929292;
  background-image: none;
}
.slider.slider-horizontal .slider-tick.in-selection {
  background-color: #b1800c;
  background-image: none;
}
.slider.slider-horizontal .slider-selection.tick-slider-selection {
  background-color: #b7b7b7;
  background-image: none;
}
.slider.slider-horizontal .slider-tick-container .slider-tick.round:not(.in-selection) {
  background-color: #ffffff;
  background-image: none;
  opacity: 1;
}

.bootstrap-select .dropdown-menu li.active small, .bootstrap-select .dropdown-menu li:active small {
  color: #000000 !important;
}

.bootstrap-select .btn-select.dropdown-toggle:not(.active):focus {
  outline: none !important;
}

.bootstrap-select .btn-select-white.dropdown-toggle:not(.active):focus {
  outline: 5px auto #80bdff !important;
}

button.focus, button:focus {
  -webkit-box-shadow: none !important ;
  -ms-box-shadow: none !important ;
  -o-box-shadow: none !important ;
  box-shadow: none !important ;
}
button.btn-select {
  color: #000000 !important;
  background-color: #eeeeee;
  border-color: #cacaca;
}
button.btn-select:hover {
  color: #000000 !important;
  background-color: #cacaca;
  border-color: #cacaca;
}
button.btn-select:focus, button.btn-select:active {
  color: #000000 !important;
  background-color: #dedede;
  border-color: #cacaca;
}
button.btn-select + .dropdown-menu li, button.btn-select + .dropdown-menu li a {
  outline: none !important;
}
button.btn-select + .dropdown-menu li.active a.dropdown-item.active {
  background-color: #eeeeee !important;
  color: #000000 !important;
}
button.btn-select + .dropdown-menu li:active a.dropdown-item:active, button.btn-select + .dropdown-menu li:active a.dropdown-item, button.btn-select + .dropdown-menu li a.dropdown-item:active {
  background-color: #f7f7f7 !important;
  color: #000000 !important;
}
button.btn-select-white {
  color: #000000 !important;
  background-color: #ffffff;
  border-color: #eeeeee;
}
button.btn-select-white:hover {
  color: #000000 !important;
  background-color: #f9f9f9;
  border-color: #b9b9b9;
}
button.btn-select-white:focus, button.btn-select-white:active {
  color: #000000 !important;
  background-color: #f9f9f9;
  border-color: #b9b9b9;
}

.animated-icon {
  display: inline-block;
  font-size: 0;
  cursor: pointer;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  position: relative;
  z-index: 1;
  color: #ffffff;
  background-color: #eeeeee;
  -webkit-box-shadow: 0 0 0 4px #eeeeee;
  -ms-box-shadow: 0 0 0 4px #eeeeee;
  -o-box-shadow: 0 0 0 4px #eeeeee;
  box-shadow: 0 0 0 4px #eeeeee;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.animated-icon:before {
  font: normal normal normal 30px/1 FontAwesome;
  speak: none;
  display: inline-block;
  content: "\f002";
  line-height: 45px;
  color: #929292;
  margin-left: -10px;
  z-index: 11;
}
.animated-icon.printer:before {
  content: "\f02f";
}
.animated-icon.close-icon:before {
  content: "\f00d";
}
.animated-icon:hover, .animated-icon:focus {
  -webkit-box-shadow: 0 0 0 0 #3a2800;
          box-shadow: 0 0 0 0 #3a2800;
  color: #ffffff;
  -webkit-transition: box-shadow 0.2s;
  -webkit-transition: -webkit-box-shadow 0.2s;
  transition: -webkit-box-shadow 0.2s;
  transition: box-shadow 0.2s;
  transition: box-shadow 0.2s, -webkit-box-shadow 0.2s;
}
.animated-icon:hover:after, .animated-icon:focus:after {
  -webkit-animation: spinAround 9s linear infinite;
  animation: spinAround 9s linear infinite;
}
.animated-icon:after {
  top: -5px;
  left: -5px;
  padding: 0;
  z-index: -1;
  border: 4px solid #929292;
  background-color: #eeeeee;
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  content: '';
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.animated-icon:hover {
  background-color: #929292;
}
.animated-icon:hover:before {
  color: #ffffff;
}
.animated-icon:hover:after {
  background-color: #929292;
  border-style: dotted;
  border-color: #ffffff;
}
.animated-icon:focus {
  background-color: #b7b7b7;
}
.animated-icon:focus:before {
  color: #ffffff;
}
.animated-icon:focus:after {
  background-color: #b7b7b7;
  border-style: dotted;
  border-color: #ffffff;
}

@-webkit-keyframes spinAround {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spinAround {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
ul, ol {
  list-style: none;
  margin-bottom: 0;
  -webkit-padding-start: 0;
     -moz-padding-start: 0;
          padding-inline-start: 0;
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
}

.before-after-link-animate, a.bbacd-animator.before:before, a.bbacd-animator.after:after {
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1rem;
  position: absolute;
  margin-top: 10px;
  color: #203971;
  line-height: 0;
  text-indent: 0 !important;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  -ms-pointer-events: none;
  -o-pointer-events: none;
  -khtml-pointer-events: none;
  pointer-events: none;
  cursor: default;
  opacity: 0;
}

.d-grid {
  display: -webkit-grid !important;
  display: -moz-grid !important;
  display: -ms-grid !important;
  display: -o-grid !important;
  display: -khtml-grid !important;
  display: grid !important;
}

a {
  -webkit-transition: color 0.7s;
  transition: color 0.7s;
  color: #203971;
  font-size: 0.9rem;
  font-weight: 500;
}
a:hover, a:active, a:focus {
  color: #fab615;
  text-decoration: unset;
}
a.bbacd-animator {
  -webkit-transition: color 0.7s, margin-left 0.7s cubic-bezier(0, 0, 0.2, 1), padding-right 0.8s cubic-bezier(0, 0, 0.2, 1), text-indent 0.7s;
  transition: color 0.7s, margin-left 0.7s cubic-bezier(0, 0, 0.2, 1), padding-right 0.8s cubic-bezier(0, 0, 0.2, 1), text-indent 0.7s;
}
a.bbacd-animator.show:before, a.bbacd-animator.show:after {
  opacity: 1;
  -webkit-transition: margin-left 0.7s ease, opacity 0.7s;
  transition: margin-left 0.7s ease, opacity 0.7s;
}
a.bbacd-animator.show:hover:before, a.bbacd-animator.show:hover:after, a.bbacd-animator.show:active:before, a.bbacd-animator.show:active:after, a.bbacd-animator.show:focus:before, a.bbacd-animator.show:focus:after {
  color: #fab615;
}
a.bbacd-animator:not(.show):before, a.bbacd-animator:not(.show):after {
  -webkit-transition: margin-left 0.7s linear, opacity 0.7s;
  transition: margin-left 0.7s linear, opacity 0.7s;
}
a.bbacd-animator:not(.show):hover:before, a.bbacd-animator:not(.show):hover:after, a.bbacd-animator:not(.show):active:before, a.bbacd-animator:not(.show):active:after, a.bbacd-animator:not(.show):focus:before, a.bbacd-animator:not(.show):focus:after {
  color: #fab615;
  opacity: 1;
}
a.bbacd-animator.before {
  margin-left: -10px;
}
a.bbacd-animator.before.show {
  text-indent: 20px;
}
a.bbacd-animator.before.show:before {
  margin-left: -20px;
}
a.bbacd-animator.before.show:hover, a.bbacd-animator.before.show:active, a.bbacd-animator.before.show:focus {
  text-indent: 35px;
}
a.bbacd-animator.before.show:hover:before, a.bbacd-animator.before.show:active:before, a.bbacd-animator.before.show:focus:before {
  margin-left: -35px;
}
a.bbacd-animator.before:not(.show):before {
  -webkit-transition: margin-left 0.7s linear, opacity 0.7s;
  transition: margin-left 0.7s linear, opacity 0.7s;
}
a.bbacd-animator.before:not(.show):hover, a.bbacd-animator.before:not(.show):active, a.bbacd-animator.before:not(.show):focus {
  text-indent: 35px;
}
a.bbacd-animator.before:not(.show):hover:before, a.bbacd-animator.before:not(.show):active:before, a.bbacd-animator.before:not(.show):focus:before {
  margin-left: -35px;
}
a.bbacd-animator.before.long-arrow-right:before {
  content: "";
}
a.bbacd-animator.before.phone-company:before {
  content: "";
}
a.bbacd-animator.before.mobile-phone:before {
  content: "";
}
a.bbacd-animator.before.contact-us:before {
  content: "";
}
a.bbacd-animator.before.sign-in:before {
  content: "";
}
a.bbacd-animator.before.faq-circle:before {
  content: "";
}
a.bbacd-animator.before.travel-suitcase:before {
  content: "";
}
a.bbacd-animator.before.map-marker:before {
  content: "";
}
a.bbacd-animator.after:after {
  margin-left: 20px;
}
a.bbacd-animator.after.show {
  padding-right: 20px;
}
a.bbacd-animator.after.show:hover, a.bbacd-animator.after.show:active, a.bbacd-animator.after.show:focus {
  padding-right: 35px;
}
a.bbacd-animator.after:not(.show):after {
  -webkit-transition: margin-left 0.7s linear, opacity 0.7s;
  transition: margin-left 0.7s linear, opacity 0.7s;
}
a.bbacd-animator.after:not(.show):hover, a.bbacd-animator.after:not(.show):active, a.bbacd-animator.after:not(.show):focus {
  padding-right: 35px;
}
a.bbacd-animator.after.long-arrow-right:after {
  content: "";
}
a.bbacd-animator.after.phone-company:after {
  content: "";
}
a.bbacd-animator.after.mobile-phone:after {
  content: "";
}
a.bbacd-animator.after.contact-us:after {
  content: "";
}
a.bbacd-animator.after.sign-in:after {
  content: "";
}
a.bbacd-animator.after.faq-circle:after {
  content: "";
}
a.bbacd-animator.after.travel-suitcase:after {
  content: "";
}
a.bbacd-animator.after.map-marker:after {
  content: "";
}

img {
  user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  -ms-pointer-events: none;
  -o-pointer-events: none;
  -khtml-pointer-events: none;
  pointer-events: none;
  cursor: default;
  -webkit-object-fit: contain;
  -moz-object-fit: contain;
  -ms-object-fit: contain;
  -o-object-fit: contain;
  -khtml-object-fit: contain;
  object-fit: contain;
}

img.no-photo {
  background-image: url("../images/site/no.photo.png");
  background-size: 100% 100%;
}

svg {
  -webkit-object-fit: contain;
  -moz-object-fit: contain;
  -ms-object-fit: contain;
  -o-object-fit: contain;
  -khtml-object-fit: contain;
  object-fit: contain;
}

.new-line {
  width: 100%;
  height: 1px;
}

.new-line-xs {
  width: 100%;
  height: 1px;
}

.new-line-sm {
  width: 100%;
  height: 1px;
}

.new-line-md {
  width: 100%;
  height: 1px;
}

.new-line-lg {
  width: 100%;
  height: 1px;
}

.new-line-xl {
  width: 100%;
  height: 1px;
}

.pointer-events-none {
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  -ms-pointer-events: none;
  -o-pointer-events: none;
  -khtml-pointer-events: none;
  pointer-events: none;
  cursor: default;
}

.visit-know:not(.visit-know-content) {
  background-color: #ffffff;
  display: inline-table;
  height: 250px;
  -webkit-box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.07),1px 2px 5px 0 rgba(0, 0, 0, 0.06);
  -ms-box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.07),1px 2px 5px 0 rgba(0, 0, 0, 0.06);
  -o-box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.07),1px 2px 5px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.07),1px 2px 5px 0 rgba(0, 0, 0, 0.06);
  overflow: hidden;
}
.visit-know:not(.visit-know-content) .info, .visit-know:not(.visit-know-content) .photo {
  float: left;
  position: relative;
  top: 25px;
  height: 200px;
}
@media (min-width: 576px) and (max-width: 767px) {
  .visit-know:not(.visit-know-content) .info.info, .visit-know:not(.visit-know-content) .photo.info {
    height: 250px;
  }
}
@media (max-width: 575px) {
  .visit-know:not(.visit-know-content) .info.info, .visit-know:not(.visit-know-content) .photo.info {
    height: 250px;
  }
}
.visit-know:not(.visit-know-content) .photo * {
  width: 100%;
  height: 100%;
  background-color: #eeeeee;
}
.visit-know:not(.visit-know-content) .info h5 {
  margin-top: 25px;
}
.visit-know:not(.visit-know-content) .info p {
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.visit-know:not(.visit-know-content) .info a {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-bottom: 1px solid;
  padding: 3px 10px;
  color: #203971;
  font-size: 1rem;
  float: right;
  right: 0;
  bottom: -21px;
  position: absolute;
}
@media (min-width: 576px) and (max-width: 767px) {
  .visit-know:not(.visit-know-content) .info a {
    bottom: 30px;
  }
}
@media (max-width: 575px) {
  .visit-know:not(.visit-know-content) .info a {
    bottom: 30px;
  }
}
.visit-know:not(.visit-know-content):hover .info a, .visit-know:not(.visit-know-content):active .info a, .visit-know:not(.visit-know-content):focus .info a {
  display: table;
}
.visit-know:not(.visit-know-content):hover .info a:hover, .visit-know:not(.visit-know-content):hover .info a:active, .visit-know:not(.visit-know-content):hover .info a:focus, .visit-know:not(.visit-know-content):active .info a:hover, .visit-know:not(.visit-know-content):active .info a:active, .visit-know:not(.visit-know-content):active .info a:focus, .visit-know:not(.visit-know-content):focus .info a:hover, .visit-know:not(.visit-know-content):focus .info a:active, .visit-know:not(.visit-know-content):focus .info a:focus {
  color: #fab615;
}
.visit-know.visit-know-content {
  background-color: #ffffff;
  font-size: 0.8rem;
  width: 100%;
  padding-top: 25px;
  padding-bottom: 25px;
  padding: 0 0 15px 0;
  border: 1px solid #b9b9b9;
}
.visit-know.visit-know-content .photo {
  width: 100%;
  height: auto;
  background-color: #eeeeee;
  overflow: hidden;
  border-bottom: 1px solid #b9b9b9;
  padding: 0;
}
.visit-know.visit-know-content .photo * {
  width: 100%;
  height: auto;
  position: relative;
}
.visit-know.visit-know-content .info h3 {
  text-align: center;
  padding: 30px 0 0 0;
}
.visit-know.visit-know-content .info p {
  padding-top: 10px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 1rem;
}

.iframe-biletal iframe {
  width: 100% !important;
  min-width: 100% !important;
  max-width: 100% !important;
  display: block;
}

header.header1 {
  width: 100%;
  background-color: #f5f5f5;
  border-bottom: 2px solid #ea4811;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
}
header.header1 .top-padding {
  height: 33px;
  background-color: #ececec;
  border-bottom: 1px solid #b9b9b9;
}
@media (max-width: 575px) {
  header.header1 .container {
    max-width: none;
    padding-left: unset;
    padding-right: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  header.header1 .container {
    max-width: none;
    padding-left: unset;
    padding-right: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  header.header1 .container {
    max-width: none;
    padding-left: unset;
    padding-right: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
@media (max-width: 575px) {
  header.header1 .container .navbar {
    padding: 0;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  header.header1 .container .navbar {
    padding: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  header.header1 .container .navbar {
    padding: 0;
  }
}
header.header1 .container .navbar .navbar-toggler {
  top: 13px;
  right: 15px;
  position: absolute;
}
header.header1 .container .navbar .navbar-toggler:hover, header.header1 .container .navbar .navbar-toggler:focus, header.header1 .container .navbar .navbar-toggler:active {
  background-color: #b9b9b9;
  border-color: #797979;
  outline: none;
}
header.header1 .container .navbar .navbar-toggler:hover span, header.header1 .container .navbar .navbar-toggler:focus span, header.header1 .container .navbar .navbar-toggler:active span {
  background-image: url("data:image/svg+xml;charset=utf8,<svg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'><path stroke='whitesmoke' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/></svg>");
}
header.header1 .container .navbar .navbar-brand {
  width: 285px;
  height: auto;
}
@media (max-width: 575px) {
  header.header1 .container .navbar .navbar-brand {
    width: 140px;
    margin-left: 15px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  header.header1 .container .navbar .navbar-brand {
    width: 140px;
    margin-left: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  header.header1 .container .navbar .navbar-brand {
    width: 140px;
    margin-left: 15px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  header.header1 .container .navbar .navbar-brand {
    width: 140px;
    margin-left: 15px;
  }
}
header.header1 .container .navbar .navbar-brand img {
  width: 100%;
  height: 100%;
}
header.header1 .container .navbar .navbar-nav {
  margin-left: auto;
}
@media (max-width: 575px) {
  header.header1 .container .navbar .navbar-nav {
    background-color: #f5f5f5;
    margin-top: 2px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  header.header1 .container .navbar .navbar-nav {
    background-color: #f5f5f5;
    margin-top: 2px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  header.header1 .container .navbar .navbar-nav {
    background-color: #f5f5f5;
    margin-top: 2px;
  }
}
header.header1 .container .navbar .navbar-nav .nav-item:last-child .nav-link {
  border-bottom: hidden !important;
}
header.header1 .container .navbar .navbar-nav .nav-item.dropdown .dropdown-menu {
  -webkit-transition: opacity 0.5s, visibility 0.5s, margin-top 0.5s;
  transition: opacity 0.5s, visibility 0.5s, margin-top 0.5s;
}
@media (min-width: 992px) and (max-width: 1199px) {
  header.header1 .container .navbar .navbar-nav .nav-item.dropdown .dropdown-menu {
    margin-top: 30px;
    opacity: 0;
    visibility: hidden;
  }
}
@media (min-width: 1200px) {
  header.header1 .container .navbar .navbar-nav .nav-item.dropdown .dropdown-menu {
    margin-top: 30px;
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 575px) {
  header.header1 .container .navbar .navbar-nav .nav-item.dropdown .dropdown-menu {
    display: none;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  header.header1 .container .navbar .navbar-nav .nav-item.dropdown .dropdown-menu {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  header.header1 .container .navbar .navbar-nav .nav-item.dropdown .dropdown-menu {
    display: none;
  }
}
header.header1 .container .navbar .navbar-nav .nav-item.dropdown .dropdown-menu.show {
  -webkit-transition: opacity 0.5s, visibility 0.5s, margin-top 0.5s !important;
  transition: opacity 0.5s, visibility 0.5s, margin-top 0.5s !important;
}
@media (min-width: 992px) and (max-width: 1199px) {
  header.header1 .container .navbar .navbar-nav .nav-item.dropdown .dropdown-menu.show {
    margin-top: 0;
    opacity: 1;
    visibility: visible;
  }
}
@media (min-width: 1200px) {
  header.header1 .container .navbar .navbar-nav .nav-item.dropdown .dropdown-menu.show {
    margin-top: 0;
    opacity: 1;
    visibility: visible;
  }
}
@media (max-width: 575px) {
  header.header1 .container .navbar .navbar-nav .nav-item.dropdown .dropdown-menu.show {
    display: block;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  header.header1 .container .navbar .navbar-nav .nav-item.dropdown .dropdown-menu.show {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  header.header1 .container .navbar .navbar-nav .nav-item.dropdown .dropdown-menu.show {
    display: block;
  }
}
header.header1 .container .navbar .navbar-nav .nav-link, header.header1 .container .navbar .navbar-nav .dropdown-item {
  color: #203971;
  font-size: 100%;
  font-weight: 500;
}
@media (max-width: 575px) {
  header.header1 .container .navbar .navbar-nav .nav-link, header.header1 .container .navbar .navbar-nav .dropdown-item {
    color: #3c3c3c;
    border-bottom: 1px solid #b9b9b9;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  header.header1 .container .navbar .navbar-nav .nav-link, header.header1 .container .navbar .navbar-nav .dropdown-item {
    color: #3c3c3c;
    border-bottom: 1px solid #b9b9b9;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  header.header1 .container .navbar .navbar-nav .nav-link, header.header1 .container .navbar .navbar-nav .dropdown-item {
    color: #3c3c3c;
    border-bottom: 1px solid #b9b9b9;
  }
}
header.header1 .container .navbar .navbar-nav .nav-link {
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 575px) {
  header.header1 .container .navbar .navbar-nav .nav-link {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  header.header1 .container .navbar .navbar-nav .nav-link {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  header.header1 .container .navbar .navbar-nav .nav-link {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  header.header1 .container .navbar .navbar-nav .nav-link {
    padding-left: 10px;
    padding-right: 10px;
  }
}
header.header1 .container .navbar .navbar-nav .nav-link:before {
  content: '';
  border-bottom: 2px solid #fab615;
  width: 0;
  display: block;
  position: relative;
  top: 37px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 575px) {
  header.header1 .container .navbar .navbar-nav .nav-link:before {
    display: none !important;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  header.header1 .container .navbar .navbar-nav .nav-link:before {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  header.header1 .container .navbar .navbar-nav .nav-link:before {
    display: none !important;
  }
}
header.header1 .container .navbar .navbar-nav .nav-link:not(.dropdown-toggle):hover, header.header1 .container .navbar .navbar-nav .nav-link:not(.dropdown-toggle):active, header.header1 .container .navbar .navbar-nav .nav-link:not(.dropdown-toggle):focus {
  color: #fab615;
}
@media (max-width: 575px) {
  header.header1 .container .navbar .navbar-nav .nav-link:not(.dropdown-toggle):hover, header.header1 .container .navbar .navbar-nav .nav-link:not(.dropdown-toggle):active, header.header1 .container .navbar .navbar-nav .nav-link:not(.dropdown-toggle):focus {
    color: #ffffff;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  header.header1 .container .navbar .navbar-nav .nav-link:not(.dropdown-toggle):hover, header.header1 .container .navbar .navbar-nav .nav-link:not(.dropdown-toggle):active, header.header1 .container .navbar .navbar-nav .nav-link:not(.dropdown-toggle):focus {
    color: #ffffff;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  header.header1 .container .navbar .navbar-nav .nav-link:not(.dropdown-toggle):hover, header.header1 .container .navbar .navbar-nav .nav-link:not(.dropdown-toggle):active, header.header1 .container .navbar .navbar-nav .nav-link:not(.dropdown-toggle):focus {
    color: #ffffff;
  }
}
header.header1 .container .navbar .navbar-nav .nav-link:not(.dropdown-toggle):hover:before, header.header1 .container .navbar .navbar-nav .nav-link:not(.dropdown-toggle):active:before, header.header1 .container .navbar .navbar-nav .nav-link:not(.dropdown-toggle):focus:before {
  width: 100%;
}
@media (max-width: 575px) {
  header.header1 .container .navbar .navbar-nav .nav-link:active {
    background-color: #4e85ff;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  header.header1 .container .navbar .navbar-nav .nav-link:active {
    background-color: #4e85ff;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  header.header1 .container .navbar .navbar-nav .nav-link:active {
    background-color: #4e85ff;
  }
}
header.header1 .container .navbar .navbar-nav .dropdown-menu {
  background-color: #f5f5f5;
  border-top: 3px solid #fab615;
  display: block;
}
@media (max-width: 575px) {
  header.header1 .container .navbar .navbar-nav .dropdown-menu {
    padding: 0;
    border: hidden;
    text-indent: 50px;
    margin: 0;
    border-radius: 0;
    background-color: #2a498e;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  header.header1 .container .navbar .navbar-nav .dropdown-menu {
    padding: 0;
    border: hidden;
    text-indent: 50px;
    margin: 0;
    border-radius: 0;
    background-color: #2a498e;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  header.header1 .container .navbar .navbar-nav .dropdown-menu {
    padding: 0;
    border: hidden;
    text-indent: 50px;
    margin: 0;
    border-radius: 0;
    background-color: #2a498e;
  }
}
header.header1 .container .navbar .navbar-nav .dropdown-menu .dropdown-item {
  -webkit-transition: 1s;
  transition: 1s;
  padding: 0.6rem 1.25rem;
}
@media (max-width: 575px) {
  header.header1 .container .navbar .navbar-nav .dropdown-menu .dropdown-item {
    padding: .5rem 0;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  header.header1 .container .navbar .navbar-nav .dropdown-menu .dropdown-item {
    padding: .5rem 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  header.header1 .container .navbar .navbar-nav .dropdown-menu .dropdown-item {
    padding: .5rem 0;
  }
}
header.header1 .container .navbar .navbar-nav .dropdown-menu .dropdown-item:active {
  background-color: #e4e4e4;
}
@media (max-width: 575px) {
  header.header1 .container .navbar .navbar-nav .dropdown-menu .dropdown-item:active {
    background-color: #e4e4e4;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  header.header1 .container .navbar .navbar-nav .dropdown-menu .dropdown-item:active {
    background-color: #e4e4e4;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  header.header1 .container .navbar .navbar-nav .dropdown-menu .dropdown-item:active {
    background-color: #e4e4e4;
  }
}
header.header1 .container .navbar .navbar-nav .dropdown-menu .dropdown-item:focus {
  background-color: #e4e4e4;
}
header.header1 .container .navbar .navbar-nav .dropdown-menu .dropdown-item:hover {
  background-color: #e4e4e4;
}
header.header1 .container .navbar .navbar-nav .dropdown-menu .dropdown-item:hover, header.header1 .container .navbar .navbar-nav .dropdown-menu .dropdown-item:active, header.header1 .container .navbar .navbar-nav .dropdown-menu .dropdown-item:focus {
  color: #203971;
}
@media (max-width: 575px) {
  header.header1 .container .navbar .navbar-nav .dropdown-menu .dropdown-item:hover, header.header1 .container .navbar .navbar-nav .dropdown-menu .dropdown-item:active, header.header1 .container .navbar .navbar-nav .dropdown-menu .dropdown-item:focus {
    color: #203971;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  header.header1 .container .navbar .navbar-nav .dropdown-menu .dropdown-item:hover, header.header1 .container .navbar .navbar-nav .dropdown-menu .dropdown-item:active, header.header1 .container .navbar .navbar-nav .dropdown-menu .dropdown-item:focus {
    color: #203971;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  header.header1 .container .navbar .navbar-nav .dropdown-menu .dropdown-item:hover, header.header1 .container .navbar .navbar-nav .dropdown-menu .dropdown-item:active, header.header1 .container .navbar .navbar-nav .dropdown-menu .dropdown-item:focus {
    color: #203971;
  }
}
@media (max-width: 575px) {
  header.header1 .container .navbar .navbar-nav .nav-link:hover, header.header1 .container .navbar .navbar-nav .dropdown-item:hover {
    background-color: #ea4811;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  header.header1 .container .navbar .navbar-nav .nav-link:hover, header.header1 .container .navbar .navbar-nav .dropdown-item:hover {
    background-color: #ea4811;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  header.header1 .container .navbar .navbar-nav .nav-link:hover, header.header1 .container .navbar .navbar-nav .dropdown-item:hover {
    background-color: #ea4811;
  }
}
@media (max-width: 575px) {
  header.header1 .container .navbar .navbar-nav .nav-link:focus, header.header1 .container .navbar .navbar-nav .dropdown-item:focus, header.header1 .container .navbar .navbar-nav .nav-link:active, header.header1 .container .navbar .navbar-nav .dropdown-item:active {
    background-color: #ea4811;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  header.header1 .container .navbar .navbar-nav .nav-link:focus, header.header1 .container .navbar .navbar-nav .dropdown-item:focus, header.header1 .container .navbar .navbar-nav .nav-link:active, header.header1 .container .navbar .navbar-nav .dropdown-item:active {
    background-color: #ea4811;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  header.header1 .container .navbar .navbar-nav .nav-link:focus, header.header1 .container .navbar .navbar-nav .dropdown-item:focus, header.header1 .container .navbar .navbar-nav .nav-link:active, header.header1 .container .navbar .navbar-nav .dropdown-item:active {
    background-color: #ea4811;
  }
}

div.breadcrumb.page-title {
  text-align: center;
  background-color: transparent;
}
div.breadcrumb.page-title h2 {
  font-size: 2rem;
  font-weight: 400;
  width: 100%;
}
div.breadcrumb.page-title h2 span {
  color: #fab615;
  font-weight: 700;
}

.page-title.image {
  overflow: hidden;
  min-width: 320px;
  width: 100%;
}
.page-title.image .row img, .page-title.image .row svg {
  min-width: 320px;
  width: 100%;
  height: 250px !important;
  min-height: 250px !important;
  max-height: 250px !important;
  -webkit-object-fit: cover;
  -moz-object-fit: cover;
  -ms-object-fit: cover;
  -o-object-fit: cover;
  -khtml-object-fit: cover;
  object-fit: cover;
}
.page-title.image .row nav[aria-label="breadcrumb"] {
  width: 100%;
  max-height: 44px;
  height: 44px;
  border-top: 1px solid;
  border-bottom: 2px solid;
  background-color: rgba(0, 0, 0, 0.4);
  display: -moz-flex ;
  display: -ms-flexbox ;
  display: -o-flex ;
  display: -khtml-flex ;
  display: -webkit-box;
  display: flex ;
  -ms-flex-wrap: wrap ;
  -o-flex-wrap: wrap ;
  -khtml-flex-wrap: wrap ;
  flex-wrap: wrap ;
  position: relative;
  top: -43px;
}
.page-title.image .row nav[aria-label="breadcrumb"] ol.breadcrumb {
  padding: .7rem 1rem .75rem 1rem;
  margin-bottom: 0;
  background-color: transparent;
  border-radius: 0;
}
@media (min-width: 1200px) {
  .page-title.image .row nav[aria-label="breadcrumb"] ol.breadcrumb {
    max-width: 1140px;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .page-title.image .row nav[aria-label="breadcrumb"] ol.breadcrumb {
    max-width: 960px;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (max-width: 575px) {
  .page-title.image .row nav[aria-label="breadcrumb"] ol.breadcrumb {
    display: none;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .page-title.image .row nav[aria-label="breadcrumb"] ol.breadcrumb {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .page-title.image .row nav[aria-label="breadcrumb"] ol.breadcrumb {
    display: none;
  }
}
.page-title.image .row nav[aria-label="breadcrumb"] ol.breadcrumb li::before, .page-title.image .row nav[aria-label="breadcrumb"] ol.breadcrumb li:before {
  color: #ffffff;
}
.page-title.image .row nav[aria-label="breadcrumb"] ol.breadcrumb li a {
  color: #ffffff !important;
}
.page-title.image .row nav[aria-label="breadcrumb"] ol.breadcrumb li a:hover, .page-title.image .row nav[aria-label="breadcrumb"] ol.breadcrumb li a:active, .page-title.image .row nav[aria-label="breadcrumb"] ol.breadcrumb li a:focus {
  color: #ffffff;
  text-decoration: underline;
}
.page-title.image .row nav[aria-label="breadcrumb"] ol.breadcrumb li.active {
  color: #ffffff !important;
}

.nyk-nav-pills .nav-pills a.nav-link {
  border-radius: 0;
  margin-top: 5px;
  background-color: #324788;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 1px;
  color: #ffffff;
  overflow: hidden;
  width: 225px ;
  min-width: 225px ;
  max-width: 225px ;
  height: 37px ;
  min-height: 37px ;
  max-height: 37px ;
}
.nyk-nav-pills .nav-pills a.nav-link:first-child {
  margin-top: 0;
}
.nyk-nav-pills .nav-pills a.nav-link.active {
  background-color: #f8931f;
}
.nyk-nav-pills .tab-content {
  padding: 2rem 1rem 3rem 1rem;
}
.nyk-nav-pills .tab-content .tab-pane h4 {
  margin-bottom: 1rem;
}

.nyk-nav-pills .tab-content#corporate-tabContent, .nyk-nav-pills .tab-content.team-content {
  min-height: 475px;
}
.nyk-nav-pills .tab-content .tab-pane.active {
  display: inline-table;
  width: 100%;
}
.nyk-nav-pills .tab-content .tab-pane .team-worker {
  padding: 15px;
  background-color: #eeeeee;
  margin: 8px 0 0 8px;
  float: left;
  width: -ms-calc(100% / 3 - 10px) ;
  width: -o-calc(100% / 3 - 10px) ;
  width: -khtml-calc(100% / 3 - 10px) ;
  width: calc(100% / 3 - 10px) ;
  height: 379px !important;
  min-height: 379px !important;
  max-height: 379px !important;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.nyk-nav-pills .tab-content .tab-pane .team-worker:hover, .nyk-nav-pills .tab-content .tab-pane .team-worker:active, .nyk-nav-pills .tab-content .tab-pane .team-worker:focus {
  background-color: rgba(248, 147, 31, 0.1);
}
.nyk-nav-pills .tab-content .tab-pane .team-worker:hover img, .nyk-nav-pills .tab-content .tab-pane .team-worker:active img, .nyk-nav-pills .tab-content .tab-pane .team-worker:focus img {
  -webkit-transform: scale(1.1);
  -khtml-transform: scale(1.1);
  transform: scale(1.1);
}
.nyk-nav-pills .tab-content .tab-pane .team-worker .team-photo {
  overflow: hidden;
  margin-bottom: 5px;
  border-bottom: 3px solid #f8931f;
}
.nyk-nav-pills .tab-content .tab-pane .team-worker img {
  width: 100%;
  height: 250px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-object-fit: contain !important;
  -moz-object-fit: contain !important;
  -ms-object-fit: contain !important;
  -o-object-fit: contain !important;
  -khtml-object-fit: contain !important;
  object-fit: contain !important;
}
.nyk-nav-pills .tab-content .tab-pane .team-worker .social {
  text-align: center;
  margin-bottom: .25rem;
}
.nyk-nav-pills .tab-content .tab-pane .team-worker .social li {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #000000;
  width: 33px;
  border-radius: 5px;
}
.nyk-nav-pills .tab-content .tab-pane .team-worker .social li * {
  color: #ffffff;
  font-size: 1.5rem;
}
.nyk-nav-pills .tab-content .tab-pane .team-worker .social li:hover, .nyk-nav-pills .tab-content .tab-pane .team-worker .social li:active, .nyk-nav-pills .tab-content .tab-pane .team-worker .social li:focus {
  background-color: #f8931f;
}
.nyk-nav-pills .tab-content .tab-pane .team-worker .team-footer {
  text-align: center;
  padding: 7px 0 0 0;
  background-color: #f8931f;
  height: 54px !important;
  min-height: 54px !important;
  max-height: 54px !important;
}
.nyk-nav-pills .tab-content .tab-pane .team-worker .team-footer h5 {
  font-weight: 900;
  margin-bottom: 0;
}
.nyk-nav-pills .tab-content .tab-pane .team-worker .team-footer a {
  font-size: 1.1rem;
  font-weight: 400;
  color: #000000 !important;
}
.nyk-nav-pills .tab-content .tab-pane .team-worker .team-footer a:hover, .nyk-nav-pills .tab-content .tab-pane .team-worker .team-footer a:active, .nyk-nav-pills .tab-content .tab-pane .team-worker .team-footer a:focus {
  color: #ffffff !important;
}
.nyk-nav-pills .tab-content .tab-pane .team-worker .team-footer * {
  color: #000000;
}

nav.identity-query1 {
  padding-top: 15px;
}
nav.identity-query1 .nav-tabs {
  border-bottom: 3px solid #ea4811;
}
nav.identity-query1 .nav-tabs .nav-link {
  border-color: #424242 #424242 #ea4811 #424242;
  background-color: #929292;
  color: #ffffff;
  margin-left: 3px;
}
nav.identity-query1 .nav-tabs .nav-link.active {
  background-color: #ea4811;
  color: #ffddd2;
  border-color: #a02901 #a02901 #ea4811 #a02901;
  font-weight: 500;
}
nav.identity-query1 .nav-tabs .nav-link:hover:not(.active) {
  border-color: #424242 #424242 #ea4811 #424242;
  background-color: rgba(146, 146, 146, 0.7);
  color: #ffffff;
}
nav.identity-query1 .nav-tabs .nav-link:first-child {
  margin-left: 0;
}
nav.identity-query1 + .tab-content {
  background-color: #eeeeee;
  border: 1px solid #cacaca;
  border-top: hidden;
}
@media (min-width: 992px) and (max-width: 1199px) {
  nav.identity-query1 + .tab-content form.tour-search {
    height: 135px ;
    min-height: 135px ;
    max-height: 135px ;
  }
}
@media (min-width: 1200px) {
  nav.identity-query1 + .tab-content form.tour-search {
    height: 135px ;
    min-height: 135px ;
    max-height: 135px ;
  }
}
@media (min-width: 1200px) {
  nav.identity-query1 + .tab-content form.tour-search {
    padding: 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  nav.identity-query1 + .tab-content form.tour-search {
    padding: 2rem 0 2rem 2rem;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  nav.identity-query1 + .tab-content form.tour-search {
    padding: 2rem 0 2rem 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  nav.identity-query1 + .tab-content form.tour-search {
    padding: 2rem 0 2rem 2rem;
  }
}
@media (max-width: 575px) {
  nav.identity-query1 + .tab-content form.tour-search {
    padding: 2rem 0 2rem 2rem;
  }
}
@media (min-width: 1200px) {
  nav.identity-query1 + .tab-content form.tour-search .col {
    padding-top: 1.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  nav.identity-query1 + .tab-content form.tour-search .col {
    padding-left: .3rem;
    padding-right: .3rem;
    padding-top: 1.5rem;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  nav.identity-query1 + .tab-content form.tour-search .col {
    padding-left: .3rem;
    padding-right: .3rem;
    padding-top: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  nav.identity-query1 + .tab-content form.tour-search .col {
    padding-left: .3rem;
    padding-right: .3rem;
    padding-top: 1.5rem;
  }
}
@media (max-width: 575px) {
  nav.identity-query1 + .tab-content form.tour-search .col {
    padding-left: .3rem;
    padding-right: .3rem;
    padding-top: .3rem;
  }
}
@media (min-width: 1200px) {
  nav.identity-query1 + .tab-content form.tour-search .col#tur_tipi {
    padding-left: 20px;
    width: 17.5438596491% ;
    min-width: 17.5438596491% ;
    max-width: 17.5438596491% ;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  nav.identity-query1 + .tab-content form.tour-search .col#tur_tipi {
    width: 17.8571428571% ;
    min-width: 17.8571428571% ;
    max-width: 17.8571428571% ;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  nav.identity-query1 + .tab-content form.tour-search .col#tur_tipi {
    width: 47.619047619% ;
    min-width: 47.619047619% ;
    max-width: 47.619047619% ;
    padding-right: .7rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  nav.identity-query1 + .tab-content form.tour-search .col#tur_tipi {
    width: 47.619047619% ;
    min-width: 47.619047619% ;
    max-width: 47.619047619% ;
    padding-right: .7rem;
  }
}
@media (max-width: 575px) {
  nav.identity-query1 + .tab-content form.tour-search .col#tur_tipi {
    width: 92.5925925926% ;
    min-width: 92.5925925926% ;
    max-width: 92.5925925926% ;
    top: 70px;
  }
}
nav.identity-query1 + .tab-content form.tour-search .col#fiyat_araligi h6 {
  color: #3a2800;
  font-weight: 400;
  margin: 0 auto;
  display: table;
}
@media (min-width: 1200px) {
  nav.identity-query1 + .tab-content form.tour-search .col#fiyat_araligi {
    padding-top: 0;
    width: 25.641025641% ;
    min-width: 25.641025641% ;
    max-width: 25.641025641% ;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  nav.identity-query1 + .tab-content form.tour-search .col#fiyat_araligi {
    padding-top: 0;
    width: 26.3157894737% ;
    min-width: 26.3157894737% ;
    max-width: 26.3157894737% ;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  nav.identity-query1 + .tab-content form.tour-search .col#fiyat_araligi {
    padding-top: 0;
    padding-left: 1rem;
    width: 47.619047619% ;
    min-width: 47.619047619% ;
    max-width: 47.619047619% ;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  nav.identity-query1 + .tab-content form.tour-search .col#fiyat_araligi {
    padding-top: 0;
    padding-left: 1rem;
    width: 47.619047619% ;
    min-width: 47.619047619% ;
    max-width: 47.619047619% ;
  }
}
@media (max-width: 575px) {
  nav.identity-query1 + .tab-content form.tour-search .col#fiyat_araligi {
    top: -55px;
    width: 92.5925925926% ;
    min-width: 92.5925925926% ;
    max-width: 92.5925925926% ;
  }
}
@media (min-width: 1200px) {
  nav.identity-query1 + .tab-content form.tour-search .col#donem_secim {
    width: 23.2558139535% ;
    min-width: 23.2558139535% ;
    max-width: 23.2558139535% ;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  nav.identity-query1 + .tab-content form.tour-search .col#donem_secim {
    width: 21.2765957447% ;
    min-width: 21.2765957447% ;
    max-width: 21.2765957447% ;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  nav.identity-query1 + .tab-content form.tour-search .col#donem_secim {
    width: 47.619047619% ;
    min-width: 47.619047619% ;
    max-width: 47.619047619% ;
    padding-right: .7rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  nav.identity-query1 + .tab-content form.tour-search .col#donem_secim {
    width: 47.619047619% ;
    min-width: 47.619047619% ;
    max-width: 47.619047619% ;
    padding-right: .7rem;
  }
}
@media (max-width: 575px) {
  nav.identity-query1 + .tab-content form.tour-search .col#donem_secim {
    width: 92.5925925926% ;
    min-width: 92.5925925926% ;
    max-width: 92.5925925926% ;
  }
}
@media (min-width: 1200px) {
  nav.identity-query1 + .tab-content form.tour-search .col#gun_gece_secim {
    width: 23.2558139535% ;
    min-width: 23.2558139535% ;
    max-width: 23.2558139535% ;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  nav.identity-query1 + .tab-content form.tour-search .col#gun_gece_secim {
    width: 21.2765957447% ;
    min-width: 21.2765957447% ;
    max-width: 21.2765957447% ;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  nav.identity-query1 + .tab-content form.tour-search .col#gun_gece_secim {
    width: 47.619047619% ;
    min-width: 47.619047619% ;
    max-width: 47.619047619% ;
    padding-left: .7rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  nav.identity-query1 + .tab-content form.tour-search .col#gun_gece_secim {
    width: 47.619047619% ;
    min-width: 47.619047619% ;
    max-width: 47.619047619% ;
    padding-left: .7rem;
  }
}
@media (max-width: 575px) {
  nav.identity-query1 + .tab-content form.tour-search .col#gun_gece_secim {
    width: 92.5925925926% ;
    min-width: 92.5925925926% ;
    max-width: 92.5925925926% ;
  }
}
@media (min-width: 1200px) {
  nav.identity-query1 + .tab-content form.tour-search .col#tour-search-button {
    padding-top: 0;
    width: 10% ;
    min-width: 10% ;
    max-width: 10% ;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  nav.identity-query1 + .tab-content form.tour-search .col#tour-search-button {
    padding-top: 0;
    width: 10% ;
    min-width: 10% ;
    max-width: 10% ;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  nav.identity-query1 + .tab-content form.tour-search .col#tour-search-button {
    width: 10% ;
    min-width: 10% ;
    max-width: 10% ;
    left: 0;
    right: 0;
    position: relative;
    margin: auto;
  }
  nav.identity-query1 + .tab-content form.tour-search .col#tour-search-button a[type=button] {
    left: unset;
    right: 13px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  nav.identity-query1 + .tab-content form.tour-search .col#tour-search-button {
    width: 10% ;
    min-width: 10% ;
    max-width: 10% ;
    left: 0;
    right: 0;
    position: relative;
    margin: auto;
  }
  nav.identity-query1 + .tab-content form.tour-search .col#tour-search-button a[type=button] {
    left: unset;
    right: 13px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  nav.identity-query1 + .tab-content form.tour-search .col#tour-search-button {
    padding-top: 1rem;
  }
  nav.identity-query1 + .tab-content form.tour-search .col#tour-search-button a[type=button] {
    right: 21px;
  }
}
@media (max-width: 575px) {
  nav.identity-query1 + .tab-content form.tour-search .col#tour-search-button {
    width: 10% ;
    min-width: 10% ;
    max-width: 10% ;
    left: 0;
    right: 0;
    position: relative;
    margin: auto;
    padding-top: 1rem;
  }
  nav.identity-query1 + .tab-content form.tour-search .col#tour-search-button a[type=button] {
    left: unset;
    right: 30px;
  }
}
nav.identity-query1 + .tab-content form.identity-search {
  padding: 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
nav.identity-query1 + .tab-content form.identity-search.active {
  /*padding: 1rem 2rem;*/
  /*height: 179px !important;*/
  /*min-height: 179px !important;*/
  /*max-height: 179px !important;*/
}
@media (min-width: 768px) and (max-width: 991px) {
  nav.identity-query1 + .tab-content form.identity-search.active {
    /*height: 250px !important;*/
    /*min-height: 250px !important;*/
    /*max-height: 250px !important;*/
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  nav.identity-query1 + .tab-content form.identity-search.active {
    /*height: 250px !important;*/
    /*min-height: 250px !important;*/
    /*max-height: 250px !important;*/
  }
}
@media (min-width: 576px) and (max-width: 992px) {
  nav.identity-query1 + .tab-content form.identity-search:not(.active) .identity-search.row {
    position: relative;
    overflow: hidden;
  }
  nav.identity-query1 + .tab-content form.identity-search:not(.active) .alert-div:not(:empty) {
    width: 100%;
    margin-bottom: 1rem;
    & ~ div.identity-search-button {
      margin: auto;
    }
  }
}
@media (max-width: 575px) {
  nav.identity-query1 + .tab-content form.identity-search.active {
    /*height: 470px !important;*/
    /*min-height: 470px !important;*/
    /*max-height: 470px !important;*/
  }
}
nav.identity-query1 + .tab-content form.identity-search.active div#identity-div {
  /*margin-top: -15px;*/
}
nav.identity-query1 + .tab-content form.identity-search.active > div.identity-search-button {
  /*margin-top: -22px;*/
}
@media (min-width: 576px) and (max-width: 767px) {
  nav.identity-query1 + .tab-content form.identity-search.active > div.identity-search-button {
    /*margin-top: -11px !important;*/
    /*margin-right: 0 !important;*/
  }
}
@media (max-width: 575px) {
  nav.identity-query1 + .tab-content form.identity-search.active > div.identity-search-button {
    /*position: absolute;*/
    /*margin-top: 170px !important;*/
    /*top: unset;*/
    /*right: 20%;*/
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  nav.identity-query1 + .tab-content form.identity-search.active div#identity-div {
    padding-top: 1.5rem !important;
  }
}
@media (min-width: 1200px) {
  nav.identity-query1 + .tab-content form.identity-search.active div#identity-div {
    padding-top: 1.5rem !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  nav.identity-query1 + .tab-content form.identity-search.active div#identity-div {
    width: 50% !important;
    min-width: 50% !important;
    max-width: 50% !important;
    padding-top: 1.5rem !important;
    /*margin-top: -150px;*/
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  nav.identity-query1 + .tab-content form.identity-search.active div#identity-div {
    width: 57.1428571429% !important;
    min-width: 57.1428571429% !important;
    max-width: 57.1428571429% !important;
    padding-top: .5rem !important;
    /*margin-top: -175px;*/
  }
}
@media (max-width: 575px) {
  nav.identity-query1 + .tab-content form.identity-search.active div#identity-div {
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
    padding-top: .5rem !important;
    /*margin-top: -390px;*/
  }
}
nav.identity-query1 + .tab-content form.identity-search.active .hidden {
  display: -moz-flex ;
  display: -ms-flexbox ;
  display: -o-flex ;
  display: -khtml-flex ;
  display: -webkit-box;
  display: flex ;
  -ms-flex-wrap: wrap ;
  -o-flex-wrap: wrap ;
  -khtml-flex-wrap: wrap ;
  flex-wrap: wrap ;
}
@media (min-width: 768px) and (max-width: 991px) {
  nav.identity-query1 + .tab-content form.identity-search.active .hidden {
    /*position: absolute;*/
    /*margin-top: 80px;*/
    /*margin-left: 0;*/
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  nav.identity-query1 + .tab-content form.identity-search.active .hidden {
    /*position: absolute;*/
    /*margin-top: 58px;*/
    /*margin-left: 0;*/
  }
}
@media (max-width: 575px) {
  nav.identity-query1 + .tab-content form.identity-search.active .hidden {
    /*position: absolute;*/
    /*margin-top: -15px;*/
    /*margin-right: 0 !important;*/
    /*margin-left: 0;*/
    /*padding: 0;*/
    /*max-width: 80vw;*/
  }
}
nav.identity-query1 + .tab-content form.identity-search.active .hidden .passenger-photo, nav.identity-query1 + .tab-content form.identity-search.active .hidden .passenger-photo img {
  min-width: 150px;
  max-width: 150px;
  width: 150px;
  height: 150px;
  -webkit-object-fit: contain !important;
  -moz-object-fit: contain !important;
  -ms-object-fit: contain !important;
  -o-object-fit: contain !important;
  -khtml-object-fit: contain !important;
  object-fit: contain !important;
}
@media (max-width: 575px) {
  nav.identity-query1 + .tab-content form.identity-search.active .hidden .passenger-photo, nav.identity-query1 + .tab-content form.identity-search.active .hidden .passenger-photo img {
    margin: auto;
  }
}
nav.identity-query1 + .tab-content form.identity-search.active .hidden div.identity-search-button {
  bottom: 10px;
  position: relative;
  margin: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  nav.identity-query1 + .tab-content form.identity-search.active .hidden div.identity-search-button {
    top: -6px;
    position: absolute;
    margin: auto;
    margin-left: 450px;
    right: unset;
    left: unset;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  nav.identity-query1 + .tab-content form.identity-search.active .hidden div.identity-search-button {
    top: -75px;
    position: absolute;
    margin: auto;
    margin-left: 290px;
    right: unset;
    left: unset;
  }
}
@media (max-width: 575px) {
  nav.identity-query1 + .tab-content form.identity-search.active .hidden div.identity-search-button {
    top: 206px;
    position: absolute;
    margin: auto;
    right: -50px;
    left: unset;
  }
}
@media (max-width: 575px) {
  nav.identity-query1 + .tab-content form.identity-search.active .hidden > ul {
    min-width: 100%;
    margin-top: 5px;
    padding: 0;
  }
}
nav.identity-query1 + .tab-content form.identity-search.active .hidden > ul > li {
  display: -moz-flex ;
  display: -ms-flexbox ;
  display: -o-flex ;
  display: -khtml-flex ;
  display: -webkit-box;
  display: flex ;
  -ms-flex-wrap: wrap ;
  -o-flex-wrap: wrap ;
  -khtml-flex-wrap: wrap ;
  flex-wrap: wrap ;
  padding: 5px 0;
  font-size: 1rem;
  width: 100%;
}
nav.identity-query1 + .tab-content form.identity-search.active .hidden > ul > li > ul {
  width: 100%;
}
nav.identity-query1 + .tab-content form.identity-search.active .hidden > ul > li > ul > li {
  float: left;
  font-weight: 500;
}
nav.identity-query1 + .tab-content form.identity-search.active .hidden > ul > li > ul > li:nth-child(1) {
  min-width: 100px;
  max-width: 100px;
  width: 100px;
  font-weight: 400;
}
nav.identity-query1 + .tab-content form.identity-search.active .hidden > ul > li > ul > li:nth-child(2) {
  min-width: 10px;
  max-width: 10px;
  width: 10px;
}
nav.identity-query1 + .tab-content form.identity-search.active .hidden > ul > li > ul > li:nth-child(3) {
  min-width: calc(100% - 110px);
  max-width: calc(100% - 110px);
  width: calc(100% - 110px);
}
@media (min-width: 768px) and (max-width: 991px) {
  nav.identity-query1 + .tab-content form.identity-search.active .hidden > ul > li > ul > li:nth-child(3) {
    /*width: 370px !important;*/
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  nav.identity-query1 + .tab-content form.identity-search.active .hidden > ul > li > ul > li:nth-child(3) {
    /*width: 195px !important;*/
  }
}
@media (max-width: 767px) {
  nav.identity-query1 + .tab-content .modal div.identity-search-button {
    margin: unset !important;
    top: unset !important;
  }
}
@media (max-width: 575px) {
  #TCkimlikNoModal .modal-body,
  #TCkimlikNoModal .modal-body > .hidden.container-fluid {
    padding-left: .5rem !important;
    padding-right: .5rem !important;
  }
  nav.identity-query1 + .tab-content form.identity-search.active .hidden > ul > li > ul > li:nth-child(3) {
    float: left;
    max-width: 50%;
    /*overflow: hidden;*/
    display: -webkit-box !important;
    /*-webkit-line-clamp: 1;*/
    /*-webkit-box-orient: vertical;*/
  }
}
nav.identity-query1 + .tab-content form.identity-search.active .hidden > ul > li:nth-child(4) li {
  /*overflow: hidden;*/
  display: -webkit-box !important;
  /*-webkit-line-clamp: 2;*/
  /*-webkit-box-orient: vertical;*/
}
nav.identity-query1 + .tab-content form.identity-search:not(.active) .hidden {
  display: none;
}
nav.identity-query1 + .tab-content form.identity-search:not(.active) .alert-div {
  margin-top: 25px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  nav.identity-query1 + .tab-content form.identity-search {
    height: 135px ;
    min-height: 135px ;
    max-height: 135px ;
  }
}
@media (min-width: 1200px) {
  nav.identity-query1 + .tab-content form.identity-search {
    height: 135px ;
    min-height: 135px ;
    max-height: 135px ;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  nav.identity-query1 + .tab-content form.identity-search div#identity-div {
    width: 25% ;
    min-width: 25% ;
    max-width: 25% ;
    padding-top: 1.5rem;
  }
}
@media (min-width: 1200px) {
  nav.identity-query1 + .tab-content form.identity-search div#identity-div {
    width: 25% ;
    min-width: 25% ;
    max-width: 25% ;
    padding-top: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  nav.identity-query1 + .tab-content form.identity-search div#identity-div {
    width: 50% ;
    min-width: 50% ;
    max-width: 50% ;
    padding-top: 1.5rem;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  nav.identity-query1 + .tab-content form.identity-search div#identity-div {
    width: 57.1428571429% ;
    min-width: 57.1428571429% ;
    max-width: 57.1428571429% ;
    padding-top: .5rem;
  }
}
@media (max-width: 575px) {
  nav.identity-query1 + .tab-content form.identity-search div#identity-div {
    width: 100% ;
    min-width: 100% ;
    max-width: 100% ;
    padding-top: .5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  nav.identity-query1 + .tab-content form.identity-search div.identity-search-button {
    margin-left: auto;
    right: 15px;
    width: -webkit-fit-content ;
    min-width: -webkit-fit-content ;
    max-width: -webkit-fit-content ;
    width: -moz-fit-content ;
    min-width: -moz-fit-content ;
    max-width: -moz-fit-content ;
    width: -ms-fit-content ;
    min-width: -ms-fit-content ;
    max-width: -ms-fit-content ;
    width: -o-fit-content ;
    min-width: -o-fit-content ;
    max-width: -o-fit-content ;
    width: -khtml-fit-content ;
    min-width: -khtml-fit-content ;
    max-width: -khtml-fit-content ;
    width: -webkit-fit-content ;
    width: -moz-fit-content ;
    width: fit-content ;
    min-width: -webkit-fit-content ;
    min-width: -moz-fit-content ;
    min-width: fit-content ;
    max-width: -webkit-fit-content ;
    max-width: -moz-fit-content ;
    max-width: fit-content ;
  }
  nav.identity-query1 + .tab-content form.identity-search div.identity-search-button a[type=button] {
    top: 10px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  nav.identity-query1 + .tab-content form.identity-search div.identity-search-button {
    margin-left: auto;
    right: 15px;
    width: -webkit-fit-content ;
    min-width: -webkit-fit-content ;
    max-width: -webkit-fit-content ;
    width: -moz-fit-content ;
    min-width: -moz-fit-content ;
    max-width: -moz-fit-content ;
    width: -ms-fit-content ;
    min-width: -ms-fit-content ;
    max-width: -ms-fit-content ;
    width: -o-fit-content ;
    min-width: -o-fit-content ;
    max-width: -o-fit-content ;
    width: -khtml-fit-content ;
    min-width: -khtml-fit-content ;
    max-width: -khtml-fit-content ;
    width: -webkit-fit-content ;
    width: -moz-fit-content ;
    width: fit-content ;
    min-width: -webkit-fit-content ;
    min-width: -moz-fit-content ;
    min-width: fit-content ;
    max-width: -webkit-fit-content ;
    max-width: -moz-fit-content ;
    max-width: fit-content ;
  }
  nav.identity-query1 + .tab-content form.identity-search div.identity-search-button a[type=button] {
    top: 10px;
  }
}
@media (min-width: 1200px) {
  nav.identity-query1 + .tab-content form.identity-search div.identity-search-button {
    margin-left: auto;
    right: 15px;
    width: -webkit-fit-content ;
    min-width: -webkit-fit-content ;
    max-width: -webkit-fit-content ;
    width: -moz-fit-content ;
    min-width: -moz-fit-content ;
    max-width: -moz-fit-content ;
    width: -ms-fit-content ;
    min-width: -ms-fit-content ;
    max-width: -ms-fit-content ;
    width: -o-fit-content ;
    min-width: -o-fit-content ;
    max-width: -o-fit-content ;
    width: -khtml-fit-content ;
    min-width: -khtml-fit-content ;
    max-width: -khtml-fit-content ;
    width: -webkit-fit-content ;
    width: -moz-fit-content ;
    width: fit-content ;
    min-width: -webkit-fit-content ;
    min-width: -moz-fit-content ;
    min-width: fit-content ;
    max-width: -webkit-fit-content ;
    max-width: -moz-fit-content ;
    max-width: fit-content ;
  }
  nav.identity-query1 + .tab-content form.identity-search div.identity-search-button a[type=button] {
    top: 10px;
  }
}
@media (max-width: 575px) {
  nav.identity-query1 + .tab-content form.identity-search div.identity-search-button {
    margin: auto;
    width: -webkit-fit-content ;
    min-width: -webkit-fit-content ;
    max-width: -webkit-fit-content ;
    width: -moz-fit-content ;
    min-width: -moz-fit-content ;
    max-width: -moz-fit-content ;
    width: -ms-fit-content ;
    min-width: -ms-fit-content ;
    max-width: -ms-fit-content ;
    width: -o-fit-content ;
    min-width: -o-fit-content ;
    max-width: -o-fit-content ;
    width: -khtml-fit-content ;
    min-width: -khtml-fit-content ;
    max-width: -khtml-fit-content ;
    width: -webkit-fit-content ;
    width: -moz-fit-content ;
    width: fit-content ;
    min-width: -webkit-fit-content ;
    min-width: -moz-fit-content ;
    min-width: fit-content ;
    max-width: -webkit-fit-content ;
    max-width: -moz-fit-content ;
    max-width: fit-content ;
  }
  nav.identity-query1 + .tab-content form.identity-search div.identity-search-button a[type=button] {
    top: 10px;
    left: unset;
    right: 0;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  nav.identity-query1 + .tab-content form.identity-search div.identity-search-button {
    margin: auto;
    width: -webkit-fit-content ;
    min-width: -webkit-fit-content ;
    max-width: -webkit-fit-content ;
    width: -moz-fit-content ;
    min-width: -moz-fit-content ;
    max-width: -moz-fit-content ;
    width: -ms-fit-content ;
    min-width: -ms-fit-content ;
    max-width: -ms-fit-content ;
    width: -o-fit-content ;
    min-width: -o-fit-content ;
    max-width: -o-fit-content ;
    width: -khtml-fit-content ;
    min-width: -khtml-fit-content ;
    max-width: -khtml-fit-content ;
    width: -webkit-fit-content ;
    width: -moz-fit-content ;
    width: fit-content ;
    min-width: -webkit-fit-content ;
    min-width: -moz-fit-content ;
    min-width: fit-content ;
    max-width: -webkit-fit-content ;
    max-width: -moz-fit-content ;
    max-width: fit-content ;
  }
  nav.identity-query1 + .tab-content form.identity-search div.identity-search-button a[type=button] {
    top: unset;
    left: unset;
  }
}
@media (max-width: 575px) {
  nav.identity-query1 + .tab-content form.identity-search div.identity-search-button {
    position: relative;
    top: 3px;
  }
}
nav.identity-query1 + .tab-content div#notice_slider {
  padding: 2rem 2rem 3rem 2rem;
  color: #3a2800;
}
nav.identity-query1 + .tab-content div#notice_slider .carousel-item {
  line-height: 2;
}
nav.identity-query1 + .tab-content div#notice_slider .carousel-item:before {
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f0a1";
  font-size: 25px;
  font-weight: 900;
  line-height: 1;
  padding-right: 10px;
  color: #3a2800;
  top: 5px;
  position: relative;
}
nav.identity-query1 + .tab-content .animated-icon {
  top: 15px;
  left: 20px;
  position: relative;
}

.bbacd-tour-tabs > nav > .nav-tabs > .nav-link {
  color: #ffffff;
  border-radius: 0 !important;
  border: hidden !important;
  padding: 13px 0;
  font-size: 1.05rem;
  text-align: center;
}
.bbacd-tour-tabs > nav > .nav-tabs > .nav-link.active {
  color: #000000;
  font-weight: 900;
}
.bbacd-tour-tabs > nav > .nav-tabs > .nav-link:nth-child(1), .bbacd-tour-tabs > nav > .nav-tabs > .nav-link:nth-child(2) {
  width: 22%;
}
.bbacd-tour-tabs > nav > .nav-tabs > .nav-link:nth-child(3) {
  width: 21%;
}
.bbacd-tour-tabs > nav > .nav-tabs > .nav-link:nth-child(4) {
  width: 35%;
}

.banks-list-collapse [data-toggle="collapse"] {
  display: -moz-flex ;
  display: -ms-flexbox ;
  display: -o-flex ;
  display: -khtml-flex ;
  display: -webkit-box;
  display: flex ;
  -ms-flex-wrap: wrap ;
  -o-flex-wrap: wrap ;
  -khtml-flex-wrap: wrap ;
  flex-wrap: wrap ;
  margin: 3px 3px;
  max-width: 121px;
  width: auto;
  float: left;
  position: relative;
  -webkit-filter: grayscale(0) brightness(0.9) drop-shadow(0px 0px 0.5px #3e3e3e);
  -moz-filter: grayscale(0) brightness(0.9) drop-shadow(0px 0px 0.5px #3e3e3e);
  -ms-filter: grayscale(0) brightness(0.9) drop-shadow(0px 0px 0.5px #3e3e3e);
  -o-filter: grayscale(0) brightness(0.9) drop-shadow(0px 0px 0.5px #3e3e3e);
  -khtml-filter: grayscale(0) brightness(0.9) drop-shadow(0px 0px 0.5px #3e3e3e);
  filter: grayscale(0) brightness(0.9) drop-shadow(0px 0px 0.5px #3e3e3e);
  background-color: white;
}
.banks-list-collapse [data-toggle="collapse"]:first-child {
  margin-top: 1px;
}
.banks-list-collapse [data-toggle="collapse"]:last-child {
  margin-bottom: 1px;
}
.banks-list-collapse [data-toggle="collapse"] img, .banks-list-collapse [data-toggle="collapse"] svg {
  width: 100%;
  height: 62px !important;
  min-height: 62px !important;
  max-height: 62px !important;
}
.banks-list-collapse [data-toggle="collapse"]:not([aria-expanded="false"]) {
  -webkit-filter: drop-shadow(0px 0px 0.5px #3e3e3e);
  -moz-filter: drop-shadow(0px 0px 0.5px #3e3e3e);
  -ms-filter: drop-shadow(0px 0px 0.5px #3e3e3e);
  -o-filter: drop-shadow(0px 0px 0.5px #3e3e3e);
  -khtml-filter: drop-shadow(0px 0px 0.5px #3e3e3e);
  filter: drop-shadow(0px 0px 0.5px #3e3e3e);
}
.banks-list-collapse .collapse {
  margin: 0 6px 0 4px;
  height: 100% !important;
  min-height: 100% !important;
  max-height: 100% !important;
}
.banks-list-collapse .collapse.show {
  display: -moz-flex ;
  display: -ms-flexbox ;
  display: -o-flex ;
  display: -khtml-flex ;
  display: -webkit-box;
  display: flex ;
  -ms-flex-wrap: wrap ;
  -o-flex-wrap: wrap ;
  -khtml-flex-wrap: wrap ;
  flex-wrap: wrap ;
  height: 100% !important;
  min-height: 100% !important;
  max-height: 100% !important;
}

.carousel .carousel-inner {
  cursor: move;
  /* fallback if grab cursor is unsupported */
  cursor: grab;
  cursor: -webkit-grab;
}
.carousel .carousel-inner:active {
  cursor: grabbing;
  cursor: -webkit-grabbing;
}
.carousel .carousel-control-next, .carousel .carousel-control-prev {
  z-index: 1000 !important;
}
@media (max-width: 575px) {
  .carousel .carousel-control-next, .carousel .carousel-control-prev {
    display: none !important;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .carousel .carousel-control-next, .carousel .carousel-control-prev {
    display: none !important;
  }
}

.slider1 .carousel-inner {
  width: 100%;
  min-width: 320px !important;
  height: 500px !important;
  min-height: 500px !important;
  max-height: 500px !important;
}
@media (max-width: 575px) {
  .slider1 .carousel-inner {
    height: 250px !important;
    min-height: 250px !important;
    max-height: 250px !important;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .slider1 .carousel-inner {
    height: 250px !important;
    min-height: 250px !important;
    max-height: 250px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .slider1 .carousel-inner {
    height: 350px !important;
    min-height: 350px !important;
    max-height: 350px !important;
  }
}
.slider1 .carousel-inner .carousel-item[data-href="true"]:hover {
  cursor: pointer;
}
.slider1 .carousel-inner .carousel-item[data-href="true"]:hover:active {
  cursor: grabbing;
  cursor: -webkit-grabbing;
}
.slider1 .carousel-inner img {
  height: 500px !important;
  min-height: 500px !important;
  max-height: 500px !important;
  -webkit-object-fit: cover !important;
  -moz-object-fit: cover !important;
  -ms-object-fit: cover !important;
  -o-object-fit: cover !important;
  -khtml-object-fit: cover !important;
  object-fit: cover !important;
  min-width: 320px !important;
}
@media (max-width: 575px) {
  .slider1 .carousel-inner img {
    height: 250px !important;
    min-height: 250px !important;
    max-height: 250px !important;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .slider1 .carousel-inner img {
    height: 250px !important;
    min-height: 250px !important;
    max-height: 250px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .slider1 .carousel-inner img {
    height: 350px !important;
    min-height: 350px !important;
    max-height: 350px !important;
  }
}
.slider1 .carousel-inner .carousel-caption {
  top: 25%;
  right: unset;
}
@media (max-width: 575px) {
  .slider1 .carousel-inner h3 {
    font-size: .88rem;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .slider1 .carousel-inner h3 {
    font-size: .88rem;
  }
}
.slider1 .carousel-control-prev, .slider1 .carousel-control-next {
  background: black;
  width: 40px;
  height: 40px;
  top: 47%;
  z-index: 12;
  -webkit-box-shadow: 0px 0px 0px 1px #fab615 ;
  -ms-box-shadow: 0px 0px 0px 1px #fab615 ;
  -o-box-shadow: 0px 0px 0px 1px #fab615 ;
  box-shadow: 0px 0px 0px 1px #fab615 ;
  border-radius: 5px;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.slider1 .carousel-control-prev {
  left: 33px;
}
.slider1 .carousel-control-next {
  right: 33px;
}
.slider1 .carousel-indicators {
  /*overflow: auto;*/
}
.slider1 .carousel-indicators.thumbnail-indicators li {
  border: 1px solid #fab615;
  background-color: #3a2800;
}
.slider1 .carousel-indicators.thumbnail-indicators li::after {
  content: none;
}
.slider1 .carousel-indicators.thumbnail-indicators li.active {
  background-color: #b1800c;
}
.slider1 .carousel-indicators.thumbnail-indicators li, .slider1 .carousel-indicators.thumbnail-indicators li.active {
  position: relative;
  min-width: 20px;
  max-width: 20px;
  min-height: 20px;
  max-height: 20px;
  border-radius: 50%;
}
@media (max-width: 575px) {
  .slider1 .carousel-indicators.thumbnail-indicators li, .slider1 .carousel-indicators.thumbnail-indicators li.active {
    /*width: 50px;*/
  }
}
.slider1 .carousel-indicators.thumbnail-indicators li .thumbnail {
  position: absolute;
  top: 0;
  width: 100px;
  visibility: hidden;
  opacity: 0;
  left: 50%;
  margin-top: -65px;
  margin-left: -50px;
  background-color: #fab615;
  border: 4px solid #fab615;
  overflow: hidden;
  height: 55px ;
  min-height: 55px ;
  max-height: 55px ;
  border-radius: 50%;
  -webkit-transition: opacity 0.7s;
  transition: opacity 0.7s;
}
@media (max-width: 575px) {
  .slider1 .carousel-indicators.thumbnail-indicators li .thumbnail {
    display: none !important;
    width: 50px;
    margin-top: -50px;
    margin-left: -25px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .slider1 .carousel-indicators.thumbnail-indicators li .thumbnail {
    display: none !important;
    width: 50px;
    margin-top: -50px;
    margin-left: -25px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .slider1 .carousel-indicators.thumbnail-indicators li .thumbnail {
    display: none !important;
    width: 50px;
    margin-top: -50px;
    margin-left: -25px;
  }
}
.slider1 .carousel-indicators.thumbnail-indicators li .thumbnail img {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
  display: block;
}
.slider1 .carousel-indicators.thumbnail-indicators li:hover {
  background-color: #fab615;
  /*&:before{
  	border-color: transparent;
  	border-top-color: $color-yellow;
  	border-width: 6px;
  	margin-left: -6px;
  	opacity: .8;
  }*/
}
.slider1 .carousel-indicators.thumbnail-indicators li:hover:after {
  top: -10px;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
@media (max-width: 575px) {
  .slider1 .carousel-indicators.thumbnail-indicators li:hover:after {
    display: none !important;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .slider1 .carousel-indicators.thumbnail-indicators li:hover:after {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .slider1 .carousel-indicators.thumbnail-indicators li:hover:after {
    display: none !important;
  }
}
.slider1 .carousel-indicators.thumbnail-indicators li:hover:after {
  border-color: transparent;
  border-top-color: #fab615;
  border-width: 6px;
  margin-left: -6px;
  opacity: .8;
}
.slider1 .carousel-indicators.thumbnail-indicators li:hover .thumbnail {
  display: block;
  visibility: visible;
  opacity: .8;
}
.slider1 .carousel-indicators.thumbnail-indicators li .thumbnail:hover, .slider1 .carousel-indicators.thumbnail-indicators li.hover:after {
  opacity: 1;
}
.slider1 .carousel-indicators li {
  /*margin-top: -20px;
  width: 100px;
  height: 8px;
  position: relative;
  @include transition(height .2s ease !important);
  &:hover,&:active,&:focus{
  	height: 15px;
  }*/
}

@media (max-width: 991px) {
  #carouselslider .carousel-inner {
    width: 100%;
  }
}
#carouselslider {
  border-bottom: 2px solid #fab615;
}

#notice_slider .carousel-indicators li {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #b1800c;
}
#notice_slider .carousel-indicators li.active {
  background-color: #3a2800;
}

.vertical-thumbs:hover .carousel-indicators, .vertical-thumbs:active .carousel-indicators, .vertical-thumbs:focus .carousel-indicators {
  opacity: 1;
  visibility: visible;
}
.vertical-thumbs .carousel-indicators {
  background: #fffaee;
  display: block;
  left: auto;
  right: 16px;
  top: 15px;
  bottom: 0;
  margin: auto;
  width: 141px;
  overflow-x: hidden;
  opacity: 0;
  visibility: hidden;
  border-left: 5px solid #fffaee;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.vertical-thumbs .carousel-indicators.grid {
  display: -webkit-grid;
  display: -moz-grid;
  display: -ms-grid;
  display: -o-grid;
  display: -khtml-grid;
  display: grid;
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}
.vertical-thumbs .carousel-indicators:hover, .vertical-thumbs .carousel-indicators:active, .vertical-thumbs .carousel-indicators:focus {
  opacity: 1;
}
.vertical-thumbs .carousel-indicators::-webkit-scrollbar {
  width: 10px;
  border-top: 21px solid transparent;
  border-bottom: 21px solid transparent;
}
.vertical-thumbs .carousel-indicators::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 20px 0px #fab615;
  -ms-box-shadow: inset 0 0 20px 0px #fab615;
  -o-box-shadow: inset 0 0 20px 0px #fab615;
  box-shadow: inset 0 0 20px 0px #fab615;
  border-radius: 10px;
}
.vertical-thumbs .carousel-indicators * {
  width: 121px !important;
  height: 121px !important;
  min-height: 121px !important;
  max-height: 121px !important;
}
.vertical-thumbs .carousel-indicators li {
  border: hidden !important;
  margin: 0;
  margin-top: 5px;
  margin-right: 5px;
  background-color: transparent !important;
  opacity: .67;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.vertical-thumbs .carousel-indicators li.active {
  opacity: 1;
}
.vertical-thumbs .carousel-indicators li:first-child {
  margin-top: 0;
}
.vertical-thumbs .carousel-indicators li::before, .vertical-thumbs .carousel-indicators li:before, .vertical-thumbs .carousel-indicators li:after, .vertical-thumbs .carousel-indicators li::after {
  content: none !important;
}
.vertical-thumbs .carousel-indicators li .thumbnail {
  background-color: transparent !important;
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
  border: hidden !important;
  margin: auto !important;
  position: initial !important;
  left: auto !important;
  border-radius: 0 !important;
}
.vertical-thumbs .carousel-indicators li .thumbnail img, .vertical-thumbs .carousel-indicators li .thumbnail svg {
  -webkit-object-fit: cover !important;
  -moz-object-fit: cover !important;
  -ms-object-fit: cover !important;
  -o-object-fit: cover !important;
  -khtml-object-fit: cover !important;
  object-fit: cover !important;
}
.vertical-thumbs .carousel-indicators li .thumbnail:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: .7;
  background: repeating-linear-gradient(-55deg, #222, #222 10px, #333 10px, #333 20px);
  opacity: .2;
  background: repeating-radial-gradient(circle, #b1b1b1, #b1b1b1 1px, #8e8e8e 4px, #8e8e8e 7px);
  z-index: 15;
  display: block;
}
.vertical-thumbs .carousel-indicators li.active .thumbnail:before {
  content: none;
}
.vertical-thumbs .carousel-indicators.quadruple * {
  width: 115px !important;
  height: 121px !important;
  min-height: 121px !important;
  max-height: 121px !important;
}

/*

.carousel-fade .carousel-inner .carousel-item {
	transition-property: opacity;
}
.carousel-fade .carousel-inner .carousel-item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
	opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
	opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
	left: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}*/
.sidebar:nth-of-type(1) {
  margin-top: 0;
}
.sidebar:nth-of-type(2), .sidebar:nth-of-type(3) {
  margin-top: 15px;
}
.sidebar.reservation {
  background-color: #ffffff;
}
.sidebar.reservation form > ul > li {
  border-left: 1px solid #b9b9b9;
  border-right: 1px solid #b9b9b9;
}
.sidebar.reservation form > ul > li:not(:first-child) {
  padding: 0.3rem 0.5rem;
}
.sidebar.reservation form > ul > li:first-child {
  border: 1px solid;
}
.sidebar.reservation form > ul > li:last-child {
  border-bottom: 1px solid #b9b9b9;
  height: 53px;
}
.sidebar.reservation form > ul > li:last-child button {
  top: 0;
  float: right;
}
.sidebar.reservation form > ul > li h3 {
  font-size: 1.2rem;
  font-weight: 500;
  text-align: center;
  padding: 0.5rem 0;
  background-color: #fab615;
  color: #ffffff;
  margin-bottom: 0 !important;
}
.sidebar.reservation form > ul > li:nth-child(2) {
  font-size: 0.8rem;
  font-weight: 400;
  text-align: justify;
  padding-bottom: 0.5rem;
}
.sidebar.reservation form > ul > li:nth-child(2):before {
  content: "\f059";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 20px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  top: 2px;
  left: 10px;
  color: #fab615;
}
.sidebar.reservation form > ul > li.row {
  margin-left: 0;
  margin-right: 0;
}
.sidebar.reservation form > ul > li.row .col {
  padding: 0;
}
.sidebar.reservation form > ul > li.row .col.left {
  padding-right: 0.25rem;
}
.sidebar.reservation form > ul > li.row .col.right {
  padding-left: 0.25rem;
}
.sidebar.reservation form > ul > li input, .sidebar.reservation form > ul > li textarea {
  color: #000000 !important;
  background-color: #eeeeee;
  border-color: #cacaca;
}
.sidebar.reservation form > ul > li input::-webkit-input-placeholder, .sidebar.reservation form > ul > li textarea::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000000;
}
.sidebar.reservation form > ul > li input:-ms-input-placeholder, .sidebar.reservation form > ul > li textarea:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000000;
}
.sidebar.reservation form > ul > li input::-ms-input-placeholder, .sidebar.reservation form > ul > li textarea::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000000;
}
.sidebar.reservation form > ul > li input::placeholder, .sidebar.reservation form > ul > li textarea::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000000;
}
.sidebar.reservation form > ul > li input:-ms-input-placeholder, .sidebar.reservation form > ul > li textarea:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #000000;
}
.sidebar.reservation form > ul > li input::-ms-input-placeholder, .sidebar.reservation form > ul > li textarea::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #000000;
}
.sidebar.reservation form > ul > li input:hover, .sidebar.reservation form > ul > li textarea:hover {
  color: #000000 !important;
  background-color: #cacaca;
  border-color: #cacaca;
}
.sidebar.reservation form > ul > li input:focus, .sidebar.reservation form > ul > li input:active, .sidebar.reservation form > ul > li textarea:focus, .sidebar.reservation form > ul > li textarea:active {
  color: #000000 !important;
  background-color: #dedede;
  border-color: #cacaca;
}
.sidebar.reservation form > ul > li input:hover::-webkit-input-placeholder, .sidebar.reservation form > ul > li input:active::-webkit-input-placeholder, .sidebar.reservation form > ul > li input:focus::-webkit-input-placeholder, .sidebar.reservation form > ul > li textarea:hover::-webkit-input-placeholder, .sidebar.reservation form > ul > li textarea:active::-webkit-input-placeholder, .sidebar.reservation form > ul > li textarea:focus::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000000;
}
.sidebar.reservation form > ul > li input:hover:-ms-input-placeholder, .sidebar.reservation form > ul > li input:active:-ms-input-placeholder, .sidebar.reservation form > ul > li input:focus:-ms-input-placeholder, .sidebar.reservation form > ul > li textarea:hover:-ms-input-placeholder, .sidebar.reservation form > ul > li textarea:active:-ms-input-placeholder, .sidebar.reservation form > ul > li textarea:focus:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000000;
}
.sidebar.reservation form > ul > li input:hover::-ms-input-placeholder, .sidebar.reservation form > ul > li input:active::-ms-input-placeholder, .sidebar.reservation form > ul > li input:focus::-ms-input-placeholder, .sidebar.reservation form > ul > li textarea:hover::-ms-input-placeholder, .sidebar.reservation form > ul > li textarea:active::-ms-input-placeholder, .sidebar.reservation form > ul > li textarea:focus::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000000;
}
.sidebar.reservation form > ul > li input:hover::placeholder, .sidebar.reservation form > ul > li input:active::placeholder, .sidebar.reservation form > ul > li input:focus::placeholder, .sidebar.reservation form > ul > li textarea:hover::placeholder, .sidebar.reservation form > ul > li textarea:active::placeholder, .sidebar.reservation form > ul > li textarea:focus::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000000;
}
.sidebar.reservation form > ul > li input:hover:-ms-input-placeholder, .sidebar.reservation form > ul > li input:active:-ms-input-placeholder, .sidebar.reservation form > ul > li input:focus:-ms-input-placeholder, .sidebar.reservation form > ul > li textarea:hover:-ms-input-placeholder, .sidebar.reservation form > ul > li textarea:active:-ms-input-placeholder, .sidebar.reservation form > ul > li textarea:focus:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #000000;
}
.sidebar.reservation form > ul > li input:hover::-ms-input-placeholder, .sidebar.reservation form > ul > li input:active::-ms-input-placeholder, .sidebar.reservation form > ul > li input:focus::-ms-input-placeholder, .sidebar.reservation form > ul > li textarea:hover::-ms-input-placeholder, .sidebar.reservation form > ul > li textarea:active::-ms-input-placeholder, .sidebar.reservation form > ul > li textarea:focus::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #000000;
}
.sidebar.reservation form > ul > li button {
  color: #000000 !important;
  background-color: #eeeeee;
  border-color: #cacaca;
  outline: 2px solid transparent;
  outline-offset: -1px;
  -webkit-transition: outline-color 0.7s ease, background-color 0.2s ease;
  transition: outline-color 0.7s ease, background-color 0.2s ease;
}
.sidebar.reservation form > ul > li button:hover {
  color: #000000 !important;
  background-color: #cacaca;
  border-color: #cacaca;
}
.sidebar.reservation form > ul > li button:focus, .sidebar.reservation form > ul > li button:active {
  color: #000000 !important;
  background-color: #dedede;
  border-color: #cacaca;
}
.sidebar.exchange-rates {
  float: left;
  border: 1px solid #b9b9b9;
  background-color: #ffffff;
  display: inline-table;
  min-width: 100%;
}
.sidebar.exchange-rates .title {
  width: 100%;
  padding: 5px;
  text-align: center;
  font-size: 1.25rem;
  color: #ffffff;
  background-color: #203971;
}
.sidebar.exchange-rates > div > ul {
  width: 100%;
}
.sidebar.exchange-rates > div > ul > li {
  width: 33.33%;
  float: left;
  padding: 10px 5px;
}
.sidebar.exchange-rates > div > ul > li:nth-child(1) {
  width: 100%;
  border-top: hidden;
  float: none;
}
.sidebar.exchange-rates > div > ul > li:nth-child(1) > ul > li {
  border-top: hidden;
  width: 33.33%;
  text-align: center;
  font-weight: 500;
  padding: 15px 7px;
}
.sidebar.exchange-rates > div > ul > li:nth-child(2) > ul > li img {
  position: relative;
  margin: auto;
  display: block;
}
.sidebar.exchange-rates > div > ul > li > ul {
  width: 100%;
}
.sidebar.exchange-rates > div > ul > li > ul > li {
  width: 100%;
  float: left;
  padding: 12px;
  border-top: 1px solid rgba(0, 0, 0, 0.25);
  height: 44px !important;
  min-height: 44px !important;
  max-height: 44px !important;
  text-align: center;
  font-size: 1rem;
}
.sidebar.working-hours-sidebar {
  float: left;
  border: 1px solid #b9b9b9;
  background-color: #ffffff;
  display: inline-table;
  min-width: 100%;
}
.sidebar.working-hours-sidebar .title {
  width: 100%;
  padding: 5px;
  text-align: center;
  font-size: 1.25rem;
  color: #ffffff;
  background-color: #fab615;
}
.sidebar.working-hours-sidebar .content {
  width: 100%;
}
.sidebar.working-hours-sidebar ul {
  width: 100%;
}
.sidebar.working-hours-sidebar ul li {
  padding: 7px 0;
  text-align: center;
  font-size: 0.95rem;
  border-bottom: 1px solid #bfbfbf;
  width: 100%;
}
.sidebar.working-hours-sidebar ul li:first-child {
  padding: 15px 0 5px 0;
  border-bottom: hidden;
}
.sidebar.working-hours-sidebar ul li:last-child {
  border-bottom: hidden;
}
.sidebar.working-hours-sidebar ul li.telephone, .sidebar.working-hours-sidebar ul li.telephone a {
  padding: 3px 0;
  font-size: 1rem;
  border-bottom: hidden;
  color: #000000;
}
.sidebar.working-hours-sidebar ul li.telephone:hover, .sidebar.working-hours-sidebar ul li.telephone:active, .sidebar.working-hours-sidebar ul li.telephone:focus, .sidebar.working-hours-sidebar ul li.telephone a:hover, .sidebar.working-hours-sidebar ul li.telephone a:active, .sidebar.working-hours-sidebar ul li.telephone a:focus {
  color: #1fa67a;
}
.sidebar.working-hours-sidebar ul li.telephone span, .sidebar.working-hours-sidebar ul li.telephone a span {
  font-weight: 400;
}
.sidebar.working-hours-sidebar ul li div {
  padding-top: 10px;
  width: auto;
  border-top: 1px solid #bfbfbf;
  margin: 0 auto;
  color: #fab615;
  font-weight: bold;
  display: inline-block;
}
.sidebar.working-hours-sidebar ul li div a {
  color: #fab615;
  font-weight: bold;
}
.sidebar.working-hours-sidebar ul li:nth-last-child(1), .sidebar.working-hours-sidebar ul li:nth-last-child(2), .sidebar.working-hours-sidebar ul li:nth-last-child(3) {
  font-weight: 500;
  font-size: 1rem;
}
.sidebar.working-hours-sidebar ul li:nth-last-child(1) span, .sidebar.working-hours-sidebar ul li:nth-last-child(2) span, .sidebar.working-hours-sidebar ul li:nth-last-child(3) span {
  font-weight: 400;
  font-size: 0.95rem;
  width: 80px ;
  min-width: 80px ;
  max-width: 80px ;
  display: inline-block;
  text-align: right;
  padding-right: 5px;
}

section.umrah-tours {
  border: 1px solid #e3e3e3;
  border-radius: 5px;
  background-color: #ffffff;
  overflow: hidden;
  max-height: 100%;
}
section.umrah-tours:hover, section.umrah-tours:active, section.umrah-tours:focus {
  background-color: #ffffff;
}
section.umrah-tours th div.days, section.umrah-tours th div.gun-gece-mobil-small, section.umrah-tours th div.info-back-price, section.umrah-tours th div.info-back-shower {
  display: none;
}
section.umrah-tours.finish, section.umrah-tours.finish:hover {
  /*background: rgba(173, 173, 173, 0) !important;*/
}
section.umrah-tours.finish > table, section.umrah-tours.finish:hover > table {
  /*background: rgba($color-black,.15) !important;*/
}
section.umrah-tours.finish .campaign, section.umrah-tours.finish:hover .campaign {
  display: none;
}
@media (min-width: 576px) and (max-width: 767px) {
  section.umrah-tours.finish, section.umrah-tours.finish *, section.umrah-tours.finish:hover, section.umrah-tours.finish:hover * {
    border-color: transparent !important;
  }
  section.umrah-tours.finish:hover, section.umrah-tours.finish *:hover, section.umrah-tours.finish:hover:hover, section.umrah-tours.finish:hover *:hover {
    border-color: transparent !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  section.umrah-tours.finish, section.umrah-tours.finish *, section.umrah-tours.finish:hover, section.umrah-tours.finish:hover * {
    border-color: transparent !important;
  }
  section.umrah-tours.finish:hover, section.umrah-tours.finish *:hover, section.umrah-tours.finish:hover:hover, section.umrah-tours.finish:hover *:hover {
    border-color: transparent !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  section.umrah-tours.finish, section.umrah-tours.finish *, section.umrah-tours.finish:hover, section.umrah-tours.finish:hover * {
    border-color: transparent !important;
  }
  section.umrah-tours.finish:hover, section.umrah-tours.finish *:hover, section.umrah-tours.finish:hover:hover, section.umrah-tours.finish:hover *:hover {
    border-color: transparent !important;
  }
}
@media (min-width: 1200px) {
  section.umrah-tours.finish, section.umrah-tours.finish *, section.umrah-tours.finish:hover, section.umrah-tours.finish:hover * {
    border-color: transparent !important;
  }
  section.umrah-tours.finish:hover, section.umrah-tours.finish *:hover, section.umrah-tours.finish:hover:hover, section.umrah-tours.finish:hover *:hover {
    border-color: transparent !important;
  }
}
section.umrah-tours.finish .tour-no, section.umrah-tours.finish:hover .tour-no {
  color: #ffffff !important;
  -webkit-box-shadow: 0px 0px 0px 3px #565656 !important;
  -ms-box-shadow: 0px 0px 0px 3px #565656 !important;
  -o-box-shadow: 0px 0px 0px 3px #565656 !important;
  box-shadow: 0px 0px 0px 3px #565656 !important;
}
@media (min-width: 576px) and (max-width: 767px) {
  section.umrah-tours.finish .tour-no, section.umrah-tours.finish:hover .tour-no {
    background-color: rgba(173, 173, 173, 0) !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  section.umrah-tours.finish .tour-no, section.umrah-tours.finish:hover .tour-no {
    background-color: rgba(173, 173, 173, 0) !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  section.umrah-tours.finish .tour-no, section.umrah-tours.finish:hover .tour-no {
    background-color: rgba(173, 173, 173, 0) !important;
  }
}
@media (min-width: 1200px) {
  section.umrah-tours.finish .tour-no, section.umrah-tours.finish:hover .tour-no {
    background-color: rgba(173, 173, 173, 0) !important;
  }
}
section.umrah-tours.finish .tour-no div, section.umrah-tours.finish:hover .tour-no div {
  background-color: #565656 !important;
}
section.umrah-tours.finish .rotate3d-circle .item, section.umrah-tours.finish:hover .rotate3d-circle .item {
  background-image: none;
  background-color: #565656;
}
section.umrah-tours.finish .rotate3d-circle .item .info-back, section.umrah-tours.finish:hover .rotate3d-circle .item .info-back {
  background-color: #565656;
}
section.umrah-tours.finish .rotate3d-circle .item .info-back a, section.umrah-tours.finish:hover .rotate3d-circle .item .info-back a {
  color: #565656;
  background-color: #787878;
  font-weight: 900;
}
section.umrah-tours.finish .rotate3d-circle .item .info-back:last-child span, section.umrah-tours.finish:hover .rotate3d-circle .item .info-back:last-child span {
  height: 100%;
  display: table-cell;
  vertical-align: middle;
  color: #a0a0a0;
  font-weight: 900;
  font-size: 1.1rem;
}
section.umrah-tours.full > table, section.umrah-tours.full:hover > table {
  /*background: rgba($color-google,.15) !important;*/
}
section.umrah-tours.full .campaign, section.umrah-tours.full:hover .campaign {
  display: none;
}
@media (min-width: 576px) and (max-width: 767px) {
  section.umrah-tours.full, section.umrah-tours.full *, section.umrah-tours.full:hover, section.umrah-tours.full:hover * {
    border-color: transparent !important;
  }
  section.umrah-tours.full:hover, section.umrah-tours.full *:hover, section.umrah-tours.full:hover:hover, section.umrah-tours.full:hover *:hover {
    border-color: transparent !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  section.umrah-tours.full, section.umrah-tours.full *, section.umrah-tours.full:hover, section.umrah-tours.full:hover * {
    border-color: transparent !important;
  }
  section.umrah-tours.full:hover, section.umrah-tours.full *:hover, section.umrah-tours.full:hover:hover, section.umrah-tours.full:hover *:hover {
    border-color: transparent !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  section.umrah-tours.full, section.umrah-tours.full *, section.umrah-tours.full:hover, section.umrah-tours.full:hover * {
    border-color: transparent !important;
  }
  section.umrah-tours.full:hover, section.umrah-tours.full *:hover, section.umrah-tours.full:hover:hover, section.umrah-tours.full:hover *:hover {
    border-color: transparent !important;
  }
}
@media (min-width: 1200px) {
  section.umrah-tours.full, section.umrah-tours.full *, section.umrah-tours.full:hover, section.umrah-tours.full:hover * {
    border-color: transparent !important;
  }
  section.umrah-tours.full:hover, section.umrah-tours.full *:hover, section.umrah-tours.full:hover:hover, section.umrah-tours.full:hover *:hover {
    border-color: transparent !important;
  }
}
section.umrah-tours.full .tour-no, section.umrah-tours.full:hover .tour-no {
  color: #ffffff !important;
  -webkit-box-shadow: 0px 0px 0px 3px #cc4539 !important;
  -ms-box-shadow: 0px 0px 0px 3px #cc4539 !important;
  -o-box-shadow: 0px 0px 0px 3px #cc4539 !important;
  box-shadow: 0px 0px 0px 3px #cc4539 !important;
}
section.umrah-tours.full .tour-no div, section.umrah-tours.full:hover .tour-no div {
  background-color: #cc4539 !important;
}
section.umrah-tours.full .rotate3d-circle .item, section.umrah-tours.full:hover .rotate3d-circle .item {
  background-image: none;
  background-color: #cc4539;
}
section.umrah-tours.full .rotate3d-circle .item:hover .info-back, section.umrah-tours.full:hover .rotate3d-circle .item:hover .info-back {
  background-color: #d66a61;
}
section.umrah-tours.full .rotate3d-circle .item .info-back, section.umrah-tours.full:hover .rotate3d-circle .item .info-back {
  background-color: #cc4539;
}
section.umrah-tours.full .rotate3d-circle .item .info-back a, section.umrah-tours.full:hover .rotate3d-circle .item .info-back a {
  color: #e4bfbc;
  background-color: rgba(204, 69, 57, 0.15);
  font-weight: 900;
}
section.umrah-tours.full .rotate3d-circle .item .info-back:last-child span, section.umrah-tours.full:hover .rotate3d-circle .item .info-back:last-child span {
  height: 100%;
  display: table-cell;
  vertical-align: middle;
  color: #e4bfbc;
  font-weight: 900;
  font-size: 1.1rem;
}
section.umrah-tours.one {
  border: 1px solid #e3e3e3;
}
section.umrah-tours.one:hover .table {
  background-color: #f0f5ff;
}
section.umrah-tours.one:hover .table .tour-no {
  background-color: #ffffff;
  color: #203971;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-box-shadow: 0px 0px 0px 3px rgba(32, 57, 113, 0.5),inset 0px 0px 100px 100px rgba(32, 57, 113, 0.5);
  -ms-box-shadow: 0px 0px 0px 3px rgba(32, 57, 113, 0.5),inset 0px 0px 100px 100px rgba(32, 57, 113, 0.5);
  -o-box-shadow: 0px 0px 0px 3px rgba(32, 57, 113, 0.5),inset 0px 0px 100px 100px rgba(32, 57, 113, 0.5);
  box-shadow: 0px 0px 0px 3px rgba(32, 57, 113, 0.5),inset 0px 0px 100px 100px rgba(32, 57, 113, 0.5);
}
section.umrah-tours.one:hover .table .tour-no div {
  background-color: #ffffff;
  border: 6px solid #203971;
}
section.umrah-tours.one .table {
  -webkit-transition: box-shadow 0.4s;
  -webkit-transition: -webkit-box-shadow 0.4s;
  transition: -webkit-box-shadow 0.4s;
  transition: box-shadow 0.4s;
  transition: box-shadow 0.4s, -webkit-box-shadow 0.4s;
}
section.umrah-tours.one .table .tour-no {
  background-color: #203971;
  -webkit-box-shadow: 0px 0px 0px 3px rgba(32, 57, 113, 0.5);
  -ms-box-shadow: 0px 0px 0px 3px rgba(32, 57, 113, 0.5);
  -o-box-shadow: 0px 0px 0px 3px rgba(32, 57, 113, 0.5);
  box-shadow: 0px 0px 0px 3px rgba(32, 57, 113, 0.5);
}
section.umrah-tours.one .table .tour-no div {
  background-color: #203971;
  border: 6px solid #ffffff;
}
section.umrah-tours.one .table .campaign + span {
  color: #ffffff;
}
section.umrah-tours.one .table th:nth-child(1) {
  color: #000000;
}
section.umrah-tours.one .table tbody td:nth-child(1), section.umrah-tours.one .table tbody td:nth-child(2) {
  color: #000000;
}
section.umrah-tours.one .table, section.umrah-tours.one .table td, section.umrah-tours.one .table th {
  border-color: #e3e3e3;
}
section.umrah-tours.two {
  border: 1px solid #e3e3e3;
}
section.umrah-tours.two:hover .table {
  background-color: #f4faf8;
}
section.umrah-tours.two:hover .table .tour-no {
  background-color: #ffffff;
  color: #004831;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-box-shadow: 0px 0px 0px 3px rgba(31, 166, 122, 0.5),inset 0px 0px 100px 100px rgba(31, 166, 122, 0.5);
  -ms-box-shadow: 0px 0px 0px 3px rgba(31, 166, 122, 0.5),inset 0px 0px 100px 100px rgba(31, 166, 122, 0.5);
  -o-box-shadow: 0px 0px 0px 3px rgba(31, 166, 122, 0.5),inset 0px 0px 100px 100px rgba(31, 166, 122, 0.5);
  box-shadow: 0px 0px 0px 3px rgba(31, 166, 122, 0.5),inset 0px 0px 100px 100px rgba(31, 166, 122, 0.5);
}
section.umrah-tours.two:hover .table .tour-no div {
  background-color: #ffffff;
  border: 6px solid #1fa67a;
}
section.umrah-tours.two .table {
  -webkit-transition: box-shadow 0.4s;
  -webkit-transition: -webkit-box-shadow 0.4s;
  transition: -webkit-box-shadow 0.4s;
  transition: box-shadow 0.4s;
  transition: box-shadow 0.4s, -webkit-box-shadow 0.4s;
}
section.umrah-tours.two .table .tour-no {
  background-color: #1fa67a;
  -webkit-box-shadow: 0px 0px 0px 3px rgba(31, 166, 122, 0.5);
  -ms-box-shadow: 0px 0px 0px 3px rgba(31, 166, 122, 0.5);
  -o-box-shadow: 0px 0px 0px 3px rgba(31, 166, 122, 0.5);
  box-shadow: 0px 0px 0px 3px rgba(31, 166, 122, 0.5);
}
section.umrah-tours.two .table .tour-no div {
  background-color: #1fa67a;
  border: 6px solid #ffffff;
}
section.umrah-tours.two .table .campaign + span {
  color: #ffffff;
}
section.umrah-tours.two .table th:nth-child(1) {
  color: #000000;
}
section.umrah-tours.two .table tbody td:nth-child(1), section.umrah-tours.two .table tbody td:nth-child(2) {
  color: #000000;
}
section.umrah-tours.two .table, section.umrah-tours.two .table td, section.umrah-tours.two .table th {
  border-color: #e3e3e3;
}
section.umrah-tours.three {
  border: 1px solid #e3e3e3;
}
section.umrah-tours.three:hover .table {
  background-color: #fffbf3;
}
section.umrah-tours.three:hover .table .tour-no {
  background-color: #ffffff;
  color: #755200;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-box-shadow: 0px 0px 0px 3px rgba(250, 182, 21, 0.5),inset 0px 0px 100px 100px rgba(250, 182, 21, 0.5);
  -ms-box-shadow: 0px 0px 0px 3px rgba(250, 182, 21, 0.5),inset 0px 0px 100px 100px rgba(250, 182, 21, 0.5);
  -o-box-shadow: 0px 0px 0px 3px rgba(250, 182, 21, 0.5),inset 0px 0px 100px 100px rgba(250, 182, 21, 0.5);
  box-shadow: 0px 0px 0px 3px rgba(250, 182, 21, 0.5),inset 0px 0px 100px 100px rgba(250, 182, 21, 0.5);
}
section.umrah-tours.three:hover .table .tour-no div {
  background-color: #ffffff;
  border: 6px solid #fab615;
}
section.umrah-tours.three .table {
  -webkit-transition: box-shadow 0.4s;
  -webkit-transition: -webkit-box-shadow 0.4s;
  transition: -webkit-box-shadow 0.4s;
  transition: box-shadow 0.4s;
  transition: box-shadow 0.4s, -webkit-box-shadow 0.4s;
}
section.umrah-tours.three .table .tour-no {
  background-color: #fab615;
  -webkit-box-shadow: 0px 0px 0px 3px rgba(250, 182, 21, 0.5);
  -ms-box-shadow: 0px 0px 0px 3px rgba(250, 182, 21, 0.5);
  -o-box-shadow: 0px 0px 0px 3px rgba(250, 182, 21, 0.5);
  box-shadow: 0px 0px 0px 3px rgba(250, 182, 21, 0.5);
}
section.umrah-tours.three .table .tour-no div {
  background-color: #fab615;
  border: 6px solid #ffffff;
}
section.umrah-tours.three .table .campaign + span {
  color: #ffffff;
}
section.umrah-tours.three .table th:nth-child(1) {
  color: #000000;
}
section.umrah-tours.three .table tbody td:nth-child(1), section.umrah-tours.three .table tbody td:nth-child(2) {
  color: #000000;
}
section.umrah-tours.three .table, section.umrah-tours.three .table td, section.umrah-tours.three .table th {
  border-color: #e3e3e3;
}
section.umrah-tours:not(.kudus) tbody tr:nth-child(4) td:last-child, section.umrah-tours:not(.kudus) tbody tr:nth-child(5) td:last-child {
  border-right: 1px solid #e3e3e3;
}
section.umrah-tours:not(.kudus) tbody tr:nth-child(4) td:last-child li:nth-child(1), section.umrah-tours:not(.kudus) tbody tr:nth-child(5) td:last-child li:nth-child(1) {
  width: 36%;
}
section.umrah-tours:not(.kudus) tbody tr:nth-child(4) td:last-child li:nth-child(2), section.umrah-tours:not(.kudus) tbody tr:nth-child(5) td:last-child li:nth-child(2) {
  width: 33%;
}
section.umrah-tours:not(.kudus) tbody tr:nth-child(4) td:last-child li:nth-child(3), section.umrah-tours:not(.kudus) tbody tr:nth-child(5) td:last-child li:nth-child(3) {
  width: 31%;
}
section.umrah-tours table {
  border-radius: 5px;
  margin-bottom: 0;
}
section.umrah-tours table thead tr th {
  border: hidden;
  border-bottom: 1px solid;
  vertical-align: middle;
  padding: 0.5rem 0;
}
section.umrah-tours table thead tr th .tour-no {
  background-color: #1fa67a;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: -ms-fit-content;
  width: -o-fit-content;
  width: fit-content;
  height: 40px;
  padding: 0 15px 0 35px;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: grid;
  color: #ffffff;
  font-weight: bold;
  font-size: 1.1rem;
  margin-left: 10px;
  border-radius: 30px;
  float: left;
  cursor: default;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
section.umrah-tours table thead tr th .tour-no div {
  width: 15px;
  height: 15px;
  background: #ffffff;
  position: absolute;
  left: 25px;
  /*margin-top: 12px;*/
  border: 6px solid transparent;
  border-radius: 50%;
  -webkit-transition: all 0.4s, background-color 0.4s, border-color 0.4s;
  transition: all 0.4s, background-color 0.4s, border-color 0.4s;
}
section.umrah-tours table thead tr th header.caption {
  float: left;
  height: 100%;
  display: inline-grid;
  margin-left: 20px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.3;
  padding-top: 1px;
}
section.umrah-tours table thead tr th header.caption span {
  font-size: 0.85rem;
  font-weight: 400;
}
section.umrah-tours table thead tr th header.caption span:before {
  content: '( ';
}
section.umrah-tours table thead tr th header.caption span:after {
  content: ' )';
}
section.umrah-tours table thead tr th .campaign {
  background: url("../images/site/campaign.png") no-repeat;
  background-size: 100% 100%;
  width: 85px;
  height: 85px;
  position: absolute;
  right: 160px;
  margin-top: 0;
  color: #e6e6e6;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
section.umrah-tours table thead tr th:last-child {
  border: hidden;
}
section.umrah-tours table thead tr th:last-child .item {
  margin: auto;
  right: 15px;
  margin-top: -14px;
}
section.umrah-tours table tbody tr td {
  padding: 0.5rem 0;
  font-size: 0.9rem;
}
section.umrah-tours table tbody tr td i {
  font-size: 1rem;
}
section.umrah-tours table tbody tr td:nth-child(1) {
  width: 1%;
  padding-left: 1rem;
  padding-right: 0.5rem;
  font-size: 0.9rem;
  vertical-align: middle;
}
section.umrah-tours table tbody tr td:nth-child(2) {
  width: 25%;
  font-weight: 900;
}
section.umrah-tours table tbody tr td:nth-child(3) {
  width: 25%;
}
section.umrah-tours table tbody tr td:nth-child(4) {
  width: 25%;
  border-right: 1px solid;
}
section.umrah-tours table tbody tr td:nth-child(5) {
  width: 24%;
}
section.umrah-tours table tbody tr:nth-child(4):nth-child(4), section.umrah-tours table tbody tr:nth-child(5):nth-child(4) {
  font-weight: 900;
}
section.umrah-tours table tbody tr:nth-child(4) ul li, section.umrah-tours table tbody tr:nth-child(5) ul li {
  float: left;
}
section.umrah-tours table tbody tr:nth-child(4) ul li:nth-child(1), section.umrah-tours table tbody tr:nth-child(5) ul li:nth-child(1) {
  width: 28%;
}
section.umrah-tours table tbody tr:nth-child(4) ul li:nth-child(2), section.umrah-tours table tbody tr:nth-child(5) ul li:nth-child(2) {
  width: 26%;
}
section.umrah-tours table tbody tr:nth-child(4) ul li:nth-child(3), section.umrah-tours table tbody tr:nth-child(5) ul li:nth-child(3) {
  width: 26%;
}
section.umrah-tours table tbody tr:nth-child(4) ul li:nth-child(4), section.umrah-tours table tbody tr:nth-child(5) ul li:nth-child(4) {
  width: 20%;
}
section.umrah-tours table tbody tr:last-child {
  font-size: 0.8rem;
  font-weight: 400;
}
section.umrah-tours table tbody tr:last-child td {
  color: #000000 !important;
}

section.tours-ad ul.small:first-child {
  margin-left: 0;
}

section.tours-ad ul {
  float: left;
  background: #ffffff;
  padding: 30px 0 10px 0;
}
section.tours-ad ul.big:not(:first-of-type), section.tours-ad ul.small:not(:first-of-type) {
  margin-left: 6px;
}
section.tours-ad ul.big {
  min-width: -ms-calc(100%/3 - 4px) ;
  min-width: -o-calc(100%/3 - 4px) ;
  min-width: -khtml-calc(100%/3 - 4px) ;
  min-width: calc(100%/3 - 4px) ;
  max-width: -ms-calc(100%/3 - 4px) ;
  max-width: -o-calc(100%/3 - 4px) ;
  max-width: -khtml-calc(100%/3 - 4px) ;
  max-width: calc(100%/3 - 4px) ;
  width: -ms-calc(100%/3 - 4px) ;
  width: -o-calc(100%/3 - 4px) ;
  width: -khtml-calc(100%/3 - 4px) ;
  width: calc(100%/3 - 4px) ;
  height: 450px !important;
  min-height: 450px !important;
  max-height: 450px !important;
}
section.tours-ad ul.big:first-child {
  margin-left: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  section.tours-ad ul.big {
    height: 380px !important;
    min-height: 380px !important;
    max-height: 380px !important;
    padding: 20px 0 10px 0 !important;
  }
  section.tours-ad ul.big .header {
    font-size: 1.75rem !important;
  }
  section.tours-ad ul.big .header-light {
    font-size: 1.13rem !important;
  }
  section.tours-ad ul.big .circle {
    height: 100px !important;
    min-height: 100px !important;
    max-height: 100px !important;
  }
  section.tours-ad ul.big .circle .item {
    width: 150px !important;
    height: 150px !important;
  }
  section.tours-ad ul.big .circle .item .info {
    width: 120px !important;
    height: 120px !important;
  }
  section.tours-ad ul.big .circle .item .info-wrap {
    width: 120px !important;
    height: 120px !important;
  }
  section.tours-ad ul.big .circle .item .info-wrap a {
    width: 120px !important;
    height: 120px !important;
    font-size: 1.5rem !important;
  }
  section.tours-ad ul.big .circle .item .info-wrap h3 {
    padding: 19px 0 0 0 !important;
    font-size: 2rem !important;
  }
  section.tours-ad ul.big .circle .item .info-wrap span {
    font-size: 1.5rem !important;
  }
  section.tours-ad ul.big .price {
    font-size: 2.5rem !important;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  section.tours-ad ul.big {
    height: 315px !important;
    min-height: 315px !important;
    max-height: 315px !important;
    padding: 13px 0 10px 0 !important;
  }
  section.tours-ad ul.big .header {
    font-size: 1.5rem !important;
  }
  section.tours-ad ul.big .header-light {
    font-size: 1.03rem !important;
  }
  section.tours-ad ul.big .circle {
    height: 72px !important;
    min-height: 72px !important;
    max-height: 72px !important;
    margin: 10px 0 55px 0;
  }
  section.tours-ad ul.big .circle .item {
    width: 120px !important;
    height: 120px !important;
  }
  section.tours-ad ul.big .circle .item .info {
    width: 90px !important;
    height: 90px !important;
  }
  section.tours-ad ul.big .circle .item .info-wrap {
    width: 90px !important;
    height: 90px !important;
  }
  section.tours-ad ul.big .circle .item .info-wrap a {
    width: 90px !important;
    height: 90px !important;
    font-size: 1.5rem !important;
  }
  section.tours-ad ul.big .circle .item .info-wrap h3 {
    padding: 13px 0 0 0 !important;
    font-size: 1.5rem !important;
  }
  section.tours-ad ul.big .circle .item .info-wrap span {
    font-size: 1.15rem !important;
  }
  section.tours-ad ul.big .price {
    font-size: 2.05rem !important;
  }
  section.tours-ad ul.big .price-note {
    font-size: .81rem !important;
    margin-top: -10px !important;
  }
  section.tours-ad ul.big .tour-type {
    font-size: 1.25rem;
  }
  section.tours-ad ul.big .tour-type-note {
    font-size: .9rem;
  }
}
@media (max-width: 575px) {
  section.tours-ad ul.big {
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
    height: 440px !important;
    min-height: 440px !important;
    max-height: 440px !important;
    padding: 13px 0 10px 0 !important;
    margin-left: 0 !important;
  }
  section.tours-ad ul.big .circle {
    height: 143px !important;
    min-height: 143px !important;
    max-height: 143px !important;
    margin: 10px 0 55px 0;
  }
  section.tours-ad ul.big .circle .item {
    width: 200px !important;
    height: 200px !important;
  }
  section.tours-ad ul.big .circle .item .info {
    width: 170px !important;
    height: 170px !important;
  }
  section.tours-ad ul.big .circle .item .info-wrap {
    width: 170px !important;
    height: 170px !important;
  }
  section.tours-ad ul.big .circle .item .info-wrap a {
    width: 170px !important;
    height: 170px !important;
  }
}
section.tours-ad ul.small {
  min-width: -ms-calc(100%/6 - 5px) !important;
  min-width: -o-calc(100%/6 - 5px) !important;
  min-width: -khtml-calc(100%/6 - 5px) !important;
  min-width: calc(100%/6 - 5px) !important;
  max-width: -ms-calc(100%/6 - 5px) !important;
  max-width: -o-calc(100%/6 - 5px) !important;
  max-width: -khtml-calc(100%/6 - 5px) !important;
  max-width: calc(100%/6 - 5px) !important;
  width: -ms-calc(100%/6 - 5px) !important;
  width: -o-calc(100%/6 - 5px) !important;
  width: -khtml-calc(100%/6 - 5px) !important;
  width: calc(100%/6 - 5px) !important;
}
section.tours-ad ul.small.one {
  border-bottom: 3px solid;
}
section.tours-ad ul.small.two {
  border-bottom: 3px solid;
}
section.tours-ad ul.small.three {
  border-bottom: 3px solid;
}
section.tours-ad ul.small li.header {
  font-size: 1.5rem;
}
section.tours-ad ul.small li.header-light {
  font-size: 1.1rem;
  margin-top: -5px;
}
section.tours-ad ul.small li.price {
  font-size: 2.5rem;
}
section.tours-ad ul.small li.price-note {
  font-size: .7rem;
  margin-top: -10px;
}
section.tours-ad ul.small li.tour-type {
  font-size: 1.15rem;
}
section.tours-ad ul.small li.tour-type-note {
  font-size: .8rem;
  margin-top: -4px;
}
section.tours-ad ul.small li.circle {
  height: 100px;
  margin: 5px 0 1px 0;
}
section.tours-ad ul.small li.circle .item {
  width: 100px;
  height: 100px;
}
section.tours-ad ul.small li.circle .item .info-wrap {
  top: 10px !important;
  left: 10px !important;
  -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.2), inset 0 0 3px rgba(115, 114, 23, 0.8) ;
  -ms-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.2), inset 0 0 3px rgba(115, 114, 23, 0.8) ;
  -o-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.2), inset 0 0 3px rgba(115, 114, 23, 0.8) ;
  box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.2), inset 0 0 3px rgba(115, 114, 23, 0.8) ;
}
section.tours-ad ul.small li.circle .item .info-wrap .daily {
  padding-top: 18px !important;
  display: block;
}
section.tours-ad ul.small li.circle .item .info-wrap .info .info-back h3 {
  padding: 15px 0 0 0;
  font-size: 1.5rem;
}
section.tours-ad ul.small li.circle .item .info-wrap .info .info-back span {
  font-size: 1rem;
}
section.tours-ad ul.small li.circle .item .info-wrap .info .info-back a {
  font-size: 1.25rem;
}
@media (min-width: 1200px) {
  section.tours-ad ul.small .circle .item .info-wrap {
    width: 80px !important;
    height: 80px !important;
  }
  section.tours-ad ul.small .circle .item .info-wrap .info {
    width: 80px !important;
    height: 80px !important;
  }
  section.tours-ad ul.small .circle .item .info-wrap a {
    width: 80px !important;
    height: 80px !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  section.tours-ad ul.small {
    width: 16.6666666667% !important;
    min-width: 16.6666666667% !important;
    max-width: 16.6666666667% !important;
    height: 305px !important;
    min-height: 305px !important;
    max-height: 305px !important;
    padding: 13px 0 10px 0 !important;
    margin-left: 0 !important;
  }
  section.tours-ad ul.small .header {
    font-size: 1.5rem !important;
  }
  section.tours-ad ul.small .header-light {
    font-size: 1.15rem !important;
  }
  section.tours-ad ul.small .circle {
    height: 75px !important;
    min-height: 75px !important;
    max-height: 75px !important;
    margin: 5px 0 55px 0 !important;
  }
  section.tours-ad ul.small .circle .item {
    width: 120px !important;
    height: 120px !important;
  }
  section.tours-ad ul.small .circle .item .info {
    width: 100px !important;
    height: 100px !important;
  }
  section.tours-ad ul.small .circle .item .info-wrap {
    width: 100px !important;
    height: 100px !important;
  }
  section.tours-ad ul.small .circle .item .info-wrap a {
    width: 100px !important;
    height: 100px !important;
    font-size: 1.3rem !important;
  }
  section.tours-ad ul.small .circle .item .info-wrap h3 {
    padding: 15px 0 0 0 !important;
    font-size: 1.9rem !important;
  }
  section.tours-ad ul.small .circle .item .info-wrap span {
    font-size: 1.3rem !important;
  }
  section.tours-ad ul.small .circle .item .info-wrap span.daily {
    padding-top: 21px !important;
  }
  section.tours-ad ul.small .price {
    font-size: 1.5rem !important;
  }
  section.tours-ad ul.small .price span {
    font-size: 1.2rem;
  }
  section.tours-ad ul.small .price-note {
    font-size: .7rem !important;
    margin-top: -3px !important;
    line-height: 1.1;
  }
  section.tours-ad ul.small .tour-type {
    font-size: 1.15rem !important;
    margin-top: 5px;
  }
  section.tours-ad ul.small .tour-type-note {
    font-size: .8rem !important;
    margin-top: -2px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  section.tours-ad ul.small {
    width: 16.6666666667% !important;
    min-width: 16.6666666667% !important;
    max-width: 16.6666666667% !important;
    height: 205px !important;
    min-height: 205px !important;
    max-height: 205px !important;
    padding: 13px 0 10px 0 !important;
    margin-left: 0 !important;
  }
  section.tours-ad ul.small .header {
    font-size: .8rem !important;
  }
  section.tours-ad ul.small .header-light {
    font-size: .7rem !important;
  }
  section.tours-ad ul.small .circle {
    height: 21px !important;
    min-height: 21px !important;
    max-height: 21px !important;
    margin: 5px 0 55px 0 !important;
  }
  section.tours-ad ul.small .circle .item {
    width: 70px !important;
    height: 70px !important;
  }
  section.tours-ad ul.small .circle .item .info {
    width: 50px !important;
    height: 50px !important;
  }
  section.tours-ad ul.small .circle .item .info-wrap {
    width: 50px !important;
    height: 50px !important;
  }
  section.tours-ad ul.small .circle .item .info-wrap a {
    width: 50px !important;
    height: 50px !important;
    font-size: .8rem !important;
  }
  section.tours-ad ul.small .circle .item .info-wrap h3 {
    padding: 4px 0 0 0 !important;
    font-size: .8rem !important;
  }
  section.tours-ad ul.small .circle .item .info-wrap span {
    font-size: .8rem !important;
  }
  section.tours-ad ul.small .circle .item .info-wrap span.daily {
    padding-top: 7px !important;
  }
  section.tours-ad ul.small .price {
    font-size: 1rem !important;
  }
  section.tours-ad ul.small .price span {
    font-size: .7rem;
  }
  section.tours-ad ul.small .price-note {
    font-size: .7rem !important;
    margin-top: -3px !important;
    line-height: 1.1;
  }
  section.tours-ad ul.small .tour-type {
    font-size: .7rem !important;
    font-weight: 500;
    margin-top: 5px;
  }
  section.tours-ad ul.small .tour-type-note {
    font-size: .8rem !important;
    margin-top: 1px !important;
    line-height: 1.1;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  section.tours-ad ul.small {
    width: 16.6666666667% !important;
    min-width: 16.6666666667% !important;
    max-width: 16.6666666667% !important;
    height: 220px !important;
    min-height: 220px !important;
    max-height: 220px !important;
    padding: 13px 0 10px 0 !important;
    margin-left: 0 !important;
  }
  section.tours-ad ul.small .header {
    font-size: .8rem !important;
  }
  section.tours-ad ul.small .header-light {
    font-size: .7rem !important;
  }
  section.tours-ad ul.small .circle {
    height: 21px !important;
    min-height: 21px !important;
    max-height: 21px !important;
    margin: 5px 0 55px 0 !important;
  }
  section.tours-ad ul.small .circle .item {
    width: 70px !important;
    height: 70px !important;
  }
  section.tours-ad ul.small .circle .item .info {
    width: 50px !important;
    height: 50px !important;
  }
  section.tours-ad ul.small .circle .item .info-wrap {
    width: 50px !important;
    height: 50px !important;
  }
  section.tours-ad ul.small .circle .item .info-wrap a {
    width: 50px !important;
    height: 50px !important;
    font-size: .8rem !important;
  }
  section.tours-ad ul.small .circle .item .info-wrap h3 {
    padding: 4px 0 0 0 !important;
    font-size: .8rem !important;
  }
  section.tours-ad ul.small .circle .item .info-wrap span {
    font-size: .8rem !important;
  }
  section.tours-ad ul.small .circle .item .info-wrap span.daily {
    padding-top: 7px !important;
  }
  section.tours-ad ul.small .price {
    font-size: 1rem !important;
  }
  section.tours-ad ul.small .price span {
    font-size: .7rem;
  }
  section.tours-ad ul.small .price-note {
    font-size: .7rem !important;
    margin-top: -3px !important;
    line-height: 1.1;
  }
  section.tours-ad ul.small .tour-type {
    font-size: .7rem !important;
    font-weight: 500;
    margin-top: 5px;
  }
  section.tours-ad ul.small .tour-type-note {
    font-size: .68rem !important;
    margin-top: -2px !important;
  }
}
@media (max-width: 575px) {
  section.tours-ad ul.small {
    width: 50% !important;
    min-width: 50% !important;
    max-width: 50% !important;
    height: 275px !important;
    min-height: 275px !important;
    max-height: 275px !important;
    padding: 13px 0 10px 0 !important;
    margin-left: 0 !important;
  }
  section.tours-ad ul.small .header {
    font-size: 1.25rem !important;
  }
  section.tours-ad ul.small .header-light {
    font-size: 1rem !important;
  }
  section.tours-ad ul.small .circle {
    height: 50px !important;
    min-height: 50px !important;
    max-height: 50px !important;
    margin: 10px 0 55px 0 !important;
  }
  section.tours-ad ul.small .circle .item {
    width: 100px !important;
    height: 100px !important;
  }
  section.tours-ad ul.small .circle .item .info {
    width: 80px !important;
    height: 80px !important;
  }
  section.tours-ad ul.small .circle .item .info-wrap {
    width: 80px !important;
    height: 80px !important;
  }
  section.tours-ad ul.small .circle .item .info-wrap a {
    width: 80px !important;
    height: 80px !important;
  }
  section.tours-ad ul.small .price {
    font-size: 1.75rem !important;
  }
  section.tours-ad ul.small .price-note {
    font-size: .81rem !important;
    margin-top: -10px !important;
  }
  section.tours-ad ul.small .tour-type {
    font-size: 1.25rem;
  }
  section.tours-ad ul.small .tour-type-note {
    font-size: .9rem;
  }
}
section.tours-ad ul.one {
  border: 1px solid;
  border-bottom: 5px solid;
}
section.tours-ad ul.one .circle .item {
  background: #203971 url("../images/site/circle.one.png");
}
section.tours-ad ul.one .circle .item .info-back {
  background-color: #203971;
}
section.tours-ad ul.one .circle .item .info-back a {
  background-color: #4b5f8d;
}
section.tours-ad ul.two {
  border: 1px solid;
  border-bottom: 5px solid;
}
section.tours-ad ul.two .circle .item {
  background: #1fa67a url("../images/site/circle.two.png");
}
section.tours-ad ul.two .circle .item .info-back {
  background-color: #1fa67a;
}
section.tours-ad ul.two .circle .item .info-back a {
  background-color: #4bb794;
}
section.tours-ad ul.three {
  border: 1px solid;
  border-bottom: 5px solid;
}
section.tours-ad ul.three .circle .item {
  background: #fab615 url("../images/site/circle.three.png");
}
section.tours-ad ul.three .circle .item .info-back {
  background-color: #fab615;
}
section.tours-ad ul.three .circle .item .info-back a {
  background-color: #fbc443;
}
section.tours-ad ul li {
  text-align: center;
}
section.tours-ad ul li.header {
  font-weight: 900;
  font-size: 2rem;
}
section.tours-ad ul li.header-light {
  font-weight: 300;
  font-size: 1.3rem;
  margin-top: -8px;
}
section.tours-ad ul li.price {
  font-weight: 700;
  font-size: 3.5rem;
}
section.tours-ad ul li.price span {
  font-weight: 400;
  font-size: 1.5rem;
}
section.tours-ad ul li.price-note {
  font-weight: 300;
  font-size: .91rem;
  margin-top: -15px;
}
section.tours-ad ul li.tour-type {
  font-weight: 300;
  font-size: 1.55rem;
}
section.tours-ad ul li.tour-type-note {
  font-weight: 300;
  font-size: 1.05rem;
  margin-top: -7px;
}
section.tours-ad ul li.circle {
  height: 145px;
  margin: 5px 0 55px 0;
  padding: 0;
  list-style: none;
  display: block;
  text-align: center;
  width: 100%;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
section.tours-ad ul li.circle:after, section.tours-ad ul li.circle .item:before {
  content: '';
  display: table;
}
section.tours-ad ul li.circle:after {
  clear: both;
}
section.tours-ad ul li.circle .item {
  width: 200px;
  height: 200px;
  position: absolute;
  cursor: default;
  background-size: 100% 100%;
  border-radius: 50%;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) ;
  -ms-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) ;
  -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) ;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) ;
}
section.tours-ad ul li.circle .item .info-wrap {
  position: absolute;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.2), inset 0 0 3px rgba(115, 114, 23, 0.8) ;
  -ms-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.2), inset 0 0 3px rgba(115, 114, 23, 0.8) ;
  -o-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.2), inset 0 0 3px rgba(115, 114, 23, 0.8) ;
  box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.2), inset 0 0 3px rgba(115, 114, 23, 0.8) ;
  -webkit-perspective: 800px;
          perspective: 800px;
  top: 15px;
  left: 15px;
}
section.tours-ad ul li.circle .item .info-wrap .info {
  position: absolute;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out, opacity 0s;
  transition: all 0.3s ease-in-out, opacity 0s;
  -webkit-transform-style: preserve-3d;
  -khtml-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
section.tours-ad ul li.circle .item .info-wrap .info > div {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-position: center center;
  -webkit-backface-visibility: hidden;
  -khtml-backface-visibility: hidden;
  backface-visibility: hidden;
}
section.tours-ad ul li.circle .item .info-wrap .info .info-front {
  background-size: 150%;
}
section.tours-ad ul li.circle .item .info-wrap .info .info-back {
  -webkit-transform-style: preserve-3d;
  -khtml-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotate3d(0, 1, 0, 180deg);
  -khtml-transform: rotate3d(0, 1, 0, 180deg);
  transform: rotate3d(0, 1, 0, 180deg);
  opacity: 0;
  visibility: hidden;
  -ms-flex-line-pack: center;
      align-content: center;
  display: grid;
  font-size: 1rem;
  font-weight: 400;
}
section.tours-ad ul li.circle .item .info-wrap .info .info-back a {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 400;
  text-transform: uppercase;
  color: #ffffff;
  position: relative;
  left: 0;
  right: 0;
  margin: auto;
  padding: 0.1rem 0.5rem;
  width: 125px;
  height: 125px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 50%;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
}
section.tours-ad ul li.circle .item .info-wrap .info .info-back a:hover, section.tours-ad ul li.circle .item .info-wrap .info .info-back a:active, section.tours-ad ul li.circle .item .info-wrap .info .info-back a:focus {
  color: #ffffff;
}
section.tours-ad ul li.circle .item .info-wrap .info .info-back + .info-back {
  -webkit-transform-style: unset;
  -khtml-transform-style: unset;
  transform-style: unset;
  -webkit-transform: rotate3d(0, 1, 0, 720deg);
  -khtml-transform: rotate3d(0, 1, 0, 720deg);
  transform: rotate3d(0, 1, 0, 720deg);
  opacity: 1;
  visibility: visible;
  display: table;
}
section.tours-ad ul li.circle .item .info-wrap .info .info-back * {
  color: #ffffff;
}
section.tours-ad ul li.circle .item .info-wrap .info .info-back h3 {
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 30px 0 0 0;
  text-shadow: 0 0 1px #ffffff, 0 1px 2px rgba(0, 0, 0, 0.3);
  font-size: 3.5rem;
  font-weight: 500;
  width: 100%;
  text-align: center;
  margin-bottom: 0;
}
section.tours-ad ul li.circle .item .info-wrap .info .info-back h3 + span {
  font-size: 2rem;
  font-weight: 300;
  width: 100%;
  text-align: center;
  display: inline-block;
}
section.tours-ad ul li.circle .item .info-wrap .info .info-back .daily {
  padding: 37px 0 0 0;
  font-size: 2rem;
  font-weight: 300;
  width: 100%;
  text-align: center;
  display: inline-block;
}
section.tours-ad ul:hover.one {
  background: #f0f5ff;
}
section.tours-ad ul:hover.two {
  background: #f4faf8;
}
section.tours-ad ul:hover.three {
  background: #fffbf3;
}
section.tours-ad ul:hover .circle .item .info-wrap {
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8),inset 0 0 3px rgba(115, 114, 23, 0.8) !important;
  -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8),inset 0 0 3px rgba(115, 114, 23, 0.8) !important;
  -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8),inset 0 0 3px rgba(115, 114, 23, 0.8) !important;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8),inset 0 0 3px rgba(115, 114, 23, 0.8) !important;
}
section.tours-ad ul:hover .circle .item .info-wrap .info {
  -webkit-transform: rotate3d(0, 1, 0, -180deg);
  -khtml-transform: rotate3d(0, 1, 0, -180deg);
  transform: rotate3d(0, 1, 0, -180deg);
}
section.tours-ad ul:hover .circle .item .info-wrap .info .info-back {
  -webkit-transform-style: unset;
  -khtml-transform-style: unset;
  transform-style: unset;
  -webkit-transform: rotate3d(0, 1, 0, 540deg);
  -khtml-transform: rotate3d(0, 1, 0, 540deg);
  transform: rotate3d(0, 1, 0, 540deg);
  opacity: 1;
  visibility: visible;
}
section.tours-ad ul:hover .circle .item .info-wrap .info .info-back + .info-back {
  -webkit-transform-style: preserve-3d;
  -khtml-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotate3d(0, 1, 0, 540deg);
  -khtml-transform: rotate3d(0, 1, 0, 540deg);
  transform: rotate3d(0, 1, 0, 540deg);
  opacity: 0;
  visibility: hidden;
}
section.tours-ad ul.finish, section.tours-ad ul.finish:hover, section.tours-ad ul.finish:focus, section.tours-ad ul.finish:active {
  border: 1px solid;
  border-bottom: 5px solid;
}
section.tours-ad ul.finish .item, section.tours-ad ul.finish:hover .item, section.tours-ad ul.finish:focus .item, section.tours-ad ul.finish:active .item {
  background-image: none !important;
}
section.tours-ad ul.finish.big .info-wrap {
  -webkit-box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.2),inset 0 0 3px rgba(115, 114, 23, 0.8) !important;
  -ms-box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.2),inset 0 0 3px rgba(115, 114, 23, 0.8) !important;
  -o-box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.2),inset 0 0 3px rgba(115, 114, 23, 0.8) !important;
  box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.2),inset 0 0 3px rgba(115, 114, 23, 0.8) !important;
}
section.tours-ad ul.finish.big .info-back:last-child span {
  font-size: 1.5rem;
}
section.tours-ad ul.finish.small {
  border-bottom: 3px solid;
}
section.tours-ad ul.finish.small .info-back:last-child span {
  font-size: 1rem;
}
section.tours-ad ul.finish .info-back:last-child span {
  vertical-align: middle;
  display: table-cell;
  position: relative;
  top: auto;
  right: auto;
  left: auto;
  bottom: auto;
}
section.tours-ad ul.full, section.tours-ad ul.full:hover, section.tours-ad ul.full:focus, section.tours-ad ul.full:active {
  border: 1px solid;
  border-bottom: 5px solid;
}
section.tours-ad ul.full .item, section.tours-ad ul.full:hover .item, section.tours-ad ul.full:focus .item, section.tours-ad ul.full:active .item {
  background-image: none !important;
}
section.tours-ad ul.full.big .info-wrap {
  -webkit-box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.2),inset 0 0 3px rgba(115, 114, 23, 0.8) !important;
  -ms-box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.2),inset 0 0 3px rgba(115, 114, 23, 0.8) !important;
  -o-box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.2),inset 0 0 3px rgba(115, 114, 23, 0.8) !important;
  box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.2),inset 0 0 3px rgba(115, 114, 23, 0.8) !important;
}
section.tours-ad ul.full.big .info-back:last-child span {
  font-size: 1.5rem;
}
section.tours-ad ul.full.small {
  border-bottom: 3px solid;
}
section.tours-ad ul.full.small .info-back:last-child span {
  font-size: 1rem;
}
section.tours-ad ul.full .info-back:last-child span {
  vertical-align: middle;
  display: table-cell;
  position: relative;
  top: auto;
  right: auto;
  left: auto;
  bottom: auto;
}

.tours-short-link .card {
  margin-left: 7px;
  /*
  		&:nth-child(2) .card-footer{
  			background: $circle-two-color;
  		}
  		&:nth-child(3) .card-footer{
  			background: $circle-three-color;
  		}*/
}
.tours-short-link .card.single {
  width: 1110px !important;
  min-width: 1110px !important;
  max-width: 1110px !important;
}
.tours-short-link .card.single img {
  height: 250px ;
  min-height: 250px ;
  max-height: 250px ;
}
@media (min-width: 1200px) {
  .tours-short-link .card.single {
    width: 1110px !important;
    min-width: 1110px !important;
    max-width: 1110px !important;
  }
  .tours-short-link .card.single img {
    height: 250px ;
    min-height: 250px ;
    max-height: 250px ;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .tours-short-link .card.single {
    width: 960px !important;
    min-width: 960px !important;
    max-width: 960px !important;
  }
  .tours-short-link .card.single img {
    height: 177px ;
    min-height: 177px ;
    max-height: 177px ;
  }
  .tours-short-link .card.single .card-footer {
    font-size: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .tours-short-link .card.single {
    width: 720px !important;
    min-width: 720px !important;
    max-width: 720px !important;
  }
  .tours-short-link .card.single img {
    height: 150px ;
    min-height: 150px ;
    max-height: 150px ;
  }
  .tours-short-link .card.single .card-body a {
    font-size: 1.07rem;
  }
  .tours-short-link .card.single .card-footer {
    font-size: 1.2rem;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .tours-short-link .card.single {
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
  }
  .tours-short-link .card.single img {
    height: 125px ;
    min-height: 125px ;
    max-height: 125px ;
  }
  .tours-short-link .card.single .card-body a {
    font-size: 1.07rem;
  }
  .tours-short-link .card.single .card-footer {
    font-size: 1.2rem;
  }
  .tours-short-link .card.single:nth-child(3) {
    margin-left: 15px;
  }
}
@media (max-width: 575px) {
  .tours-short-link .card.single {
    min-width: -ms-calc(100% - 30px) !important;
    min-width: -o-calc(100% - 30px) !important;
    min-width: -khtml-calc(100% - 30px) !important;
    min-width: calc(100% - 30px) !important;
    max-width: -ms-calc(100% - 30px) !important;
    max-width: -o-calc(100% - 30px) !important;
    max-width: -khtml-calc(100% - 30px) !important;
    max-width: calc(100% - 30px) !important;
    width: -ms-calc(100% - 30px) !important;
    width: -o-calc(100% - 30px) !important;
    width: -khtml-calc(100% - 30px) !important;
    width: calc(100% - 30px) !important;
    margin-left: 15px !important;
  }
  .tours-short-link .card.single img {
    height: 125px ;
    min-height: 125px ;
    max-height: 125px ;
  }
  .tours-short-link .card.single .card-body a {
    font-size: 1.07rem;
  }
  .tours-short-link .card.single .card-footer {
    font-size: 1.2rem;
  }
}
.tours-short-link .card.double {
  width: 551px !important;
  min-width: 551px !important;
  max-width: 551px !important;
}
.tours-short-link .card.double img {
  height: 230px ;
  min-height: 230px ;
  max-height: 230px ;
}
@media (min-width: 1200px) {
  .tours-short-link .card.double {
    width: 551px !important;
    min-width: 551px !important;
    max-width: 551px !important;
  }
  .tours-short-link .card.double img {
    height: 215px ;
    min-height: 215px ;
    max-height: 215px ;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .tours-short-link .card.double {
    width: 450px !important;
    min-width: 450px !important;
    max-width: 450px !important;
  }
  .tours-short-link .card.double img {
    height: 177px ;
    min-height: 177px ;
    max-height: 177px ;
  }
  .tours-short-link .card.double .card-footer {
    font-size: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .tours-short-link .card.double {
    width: 345px !important;
    min-width: 345px !important;
    max-width: 345px !important;
  }
  .tours-short-link .card.double img {
    height: 150px ;
    min-height: 150px ;
    max-height: 150px ;
  }
  .tours-short-link .card.double .card-body a {
    font-size: 1.07rem;
  }
  .tours-short-link .card.double .card-footer {
    font-size: 1.2rem;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .tours-short-link .card.double {
    width: 47% !important;
    min-width: 47% !important;
    max-width: 47% !important;
  }
  .tours-short-link .card.double img {
    height: 125px ;
    min-height: 125px ;
    max-height: 125px ;
  }
  .tours-short-link .card.double .card-body a {
    font-size: 1.07rem;
  }
  .tours-short-link .card.double .card-footer {
    font-size: 1.2rem;
  }
  .tours-short-link .card.double:nth-child(3) {
    margin-left: 15px;
  }
}
@media (max-width: 575px) {
  .tours-short-link .card.double {
    min-width: -ms-calc(100% - 30px) !important;
    min-width: -o-calc(100% - 30px) !important;
    min-width: -khtml-calc(100% - 30px) !important;
    min-width: calc(100% - 30px) !important;
    max-width: -ms-calc(100% - 30px) !important;
    max-width: -o-calc(100% - 30px) !important;
    max-width: -khtml-calc(100% - 30px) !important;
    max-width: calc(100% - 30px) !important;
    width: -ms-calc(100% - 30px) !important;
    width: -o-calc(100% - 30px) !important;
    width: -khtml-calc(100% - 30px) !important;
    width: calc(100% - 30px) !important;
    margin-left: 15px !important;
  }
  .tours-short-link .card.double img {
    height: 125px ;
    min-height: 125px ;
    max-height: 125px ;
  }
  .tours-short-link .card.double .card-body a {
    font-size: 1.07rem;
  }
  .tours-short-link .card.double .card-footer {
    font-size: 1.2rem;
  }
}
.tours-short-link .card.triple {
  width: 32% !important;
  min-width: 32% !important;
  max-width: 32% !important;
}
.tours-short-link .card.triple img {
  height: 215px ;
  min-height: 215px ;
  max-height: 215px ;
}
@media (min-width: 1200px) {
  .tours-short-link .card.triple {
    width: 32% !important;
    min-width: 32% !important;
    max-width: 32% !important;
  }
  .tours-short-link .card.triple img {
    height: 215px ;
    min-height: 215px ;
    max-height: 215px ;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .tours-short-link .card.triple {
    width: 308px !important;
    min-width: 308px !important;
    max-width: 308px !important;
  }
  .tours-short-link .card.triple img {
    height: 177px ;
    min-height: 177px ;
    max-height: 177px ;
  }
  .tours-short-link .card.triple .card-footer {
    font-size: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .tours-short-link .card.triple {
    width: 230px !important;
    min-width: 230px !important;
    max-width: 230px !important;
  }
  .tours-short-link .card.triple img {
    height: 150px ;
    min-height: 150px ;
    max-height: 150px ;
  }
  .tours-short-link .card.triple .card-body a {
    font-size: 1.07rem;
  }
  .tours-short-link .card.triple .card-footer {
    font-size: 1.2rem;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .tours-short-link .card.triple {
    width: 47% !important;
    min-width: 47% !important;
    max-width: 47% !important;
  }
  .tours-short-link .card.triple img {
    height: 125px ;
    min-height: 125px ;
    max-height: 125px ;
  }
  .tours-short-link .card.triple .card-body a {
    font-size: 1.07rem;
  }
  .tours-short-link .card.triple .card-footer {
    font-size: 1.2rem;
  }
  .tours-short-link .card.triple:nth-child(3) {
    margin-left: 15px;
  }
}
@media (max-width: 575px) {
  .tours-short-link .card.triple {
    min-width: -ms-calc(100% - 30px) !important;
    min-width: -o-calc(100% - 30px) !important;
    min-width: -khtml-calc(100% - 30px) !important;
    min-width: calc(100% - 30px) !important;
    max-width: -ms-calc(100% - 30px) !important;
    max-width: -o-calc(100% - 30px) !important;
    max-width: -khtml-calc(100% - 30px) !important;
    max-width: calc(100% - 30px) !important;
    width: -ms-calc(100% - 30px) !important;
    width: -o-calc(100% - 30px) !important;
    width: -khtml-calc(100% - 30px) !important;
    width: calc(100% - 30px) !important;
    margin-left: 15px !important;
  }
  .tours-short-link .card.triple img {
    height: 125px ;
    min-height: 125px ;
    max-height: 125px ;
  }
  .tours-short-link .card.triple .card-body a {
    font-size: 1.07rem;
  }
  .tours-short-link .card.triple .card-footer {
    font-size: 1.2rem;
  }
}
.tours-short-link .card.quad {
  width: 271.8px !important;
  min-width: 271.8px !important;
  max-width: 271.8px !important;
}
.tours-short-link .card.quad img {
  height: 250px ;
  min-height: 250px ;
  max-height: 250px ;
}
@media (min-width: 1200px) {
  .tours-short-link .card.quad {
    width: 271.8px !important;
    min-width: 271.8px !important;
    max-width: 271.8px !important;
  }
  .tours-short-link .card.quad img {
    height: 250px ;
    min-height: 250px ;
    max-height: 250px ;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .tours-short-link .card.quad {
    width: 227px !important;
    min-width: 227px !important;
    max-width: 227px !important;
  }
  .tours-short-link .card.quad img {
    height: 177px ;
    min-height: 177px ;
    max-height: 177px ;
  }
  .tours-short-link .card.quad .card-footer {
    font-size: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .tours-short-link .card.quad {
    width: 168px !important;
    min-width: 168px !important;
    max-width: 168px !important;
  }
  .tours-short-link .card.quad img {
    height: 150px ;
    min-height: 150px ;
    max-height: 150px ;
  }
  .tours-short-link .card.quad .card-body a {
    font-size: 1.07rem;
  }
  .tours-short-link .card.quad .card-footer {
    font-size: 1.2rem;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .tours-short-link .card.quad {
    width: 47% !important;
    min-width: 47% !important;
    max-width: 47% !important;
  }
  .tours-short-link .card.quad img {
    height: 125px ;
    min-height: 125px ;
    max-height: 125px ;
  }
  .tours-short-link .card.quad .card-body a {
    font-size: 1.07rem;
  }
  .tours-short-link .card.quad .card-footer {
    font-size: 1.2rem;
  }
  .tours-short-link .card.quad:nth-child(3) {
    margin-left: 15px;
  }
}
@media (max-width: 575px) {
  .tours-short-link .card.quad {
    min-width: -ms-calc(100% - 30px) !important;
    min-width: -o-calc(100% - 30px) !important;
    min-width: -khtml-calc(100% - 30px) !important;
    min-width: calc(100% - 30px) !important;
    max-width: -ms-calc(100% - 30px) !important;
    max-width: -o-calc(100% - 30px) !important;
    max-width: -khtml-calc(100% - 30px) !important;
    max-width: calc(100% - 30px) !important;
    width: -ms-calc(100% - 30px) !important;
    width: -o-calc(100% - 30px) !important;
    width: -khtml-calc(100% - 30px) !important;
    width: calc(100% - 30px) !important;
    margin-left: 15px !important;
  }
  .tours-short-link .card.quad img {
    height: 125px ;
    min-height: 125px ;
    max-height: 125px ;
  }
  .tours-short-link .card.quad .card-body a {
    font-size: 1.07rem;
  }
  .tours-short-link .card.quad .card-footer {
    font-size: 1.2rem;
  }
}
.tours-short-link .card:first-child {
  margin-left: 15px;
}
.tours-short-link .card.domestic .card-footer {
  background: #203971;
}
.tours-short-link .card.umrah .card-footer {
  background: #1fa67a;
}
.tours-short-link .card.kudus .card-footer {
  background: #fab615;
}
.tours-short-link .card.abroad .card-footer {
  background: #e91e63;
}
.tours-short-link .card .card-footer {
  font-size: 2rem;
  font-weight: 400;
  margin: 0;
  padding: 0;
  text-align: center;
  color: #ffffff;
}
.tours-short-link .card, .tours-short-link .card * {
  border-radius: 0;
}
.tours-short-link .card:hover .card-body, .tours-short-link .card:active .card-body, .tours-short-link .card:focus .card-body {
  opacity: 1;
  visibility: visible;
}
.tours-short-link .card-body {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 15;
  font-size: 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -moz-flex ;
  display: -ms-flexbox ;
  display: -o-flex ;
  display: -khtml-flex ;
  display: -webkit-box;
  display: flex ;
  -ms-flex-wrap: wrap ;
  -o-flex-wrap: wrap ;
  -khtml-flex-wrap: wrap ;
  flex-wrap: wrap ;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.tours-short-link .card-body a {
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: 300;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  display: -webkit-grid;
  display: -moz-grid;
  display: -ms-grid;
  display: -o-grid;
  display: -khtml-grid;
  display: grid;
}
.tours-short-link img {
  min-width: 100%;
  width: auto;
  height: 250px ;
  min-height: 250px ;
  max-height: 250px ;
  -webkit-object-fit: cover !important;
  -moz-object-fit: cover !important;
  -ms-object-fit: cover !important;
  -o-object-fit: cover !important;
  -khtml-object-fit: cover !important;
  object-fit: cover !important;
}

#carouselfaq {
  display: block;
  max-width: 1137px;
}
#carouselfaq .carousel-inner {
  background: #dedede;
  border: 1px solid #b9b9b9;
  margin-bottom: 0;
  height: 534px !important;
  min-height: 534px !important;
  max-height: 534px !important;
}
#carouselfaq .carousel-item > .container > .row > div:nth-child(2) {
  min-height: 400px;
  display: -webkit-grid ;
  display: -moz-grid ;
  display: -ms-grid ;
  display: -o-grid ;
  display: -khtml-grid ;
  display: grid ;
}
#carouselfaq .carousel-item > .container > .row > div:nth-child(2) > div {
  border: 1px solid #b9b9b9;
  padding: 1rem;
  height: 400px !important;
  min-height: 400px !important;
  max-height: 400px !important;
}
#carouselfaq .carousel-item > .container > .row > div:nth-child(2) > div div {
  max-height: 298px;
  height: 298px;
  display: -webkit-box;
  -webkit-line-clamp: 13;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#carouselfaq .carousel-item > .container > .row > div:nth-child(2) > div a {
  display: block;
  margin-left: auto;
  margin-top: 10px;
  width: 90px;
  z-index: 1111;
}
#carouselfaq:hover .d-flex .img-faq:before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  opacity: 1;
}
#carouselfaq:hover .d-flex .img-faq:after {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
  opacity: 1;
}
#carouselfaq .carousel-control-next, #carouselfaq .carousel-control-prev {
  position: absolute;
  top: auto;
  left: auto !important;
  bottom: 10px;
}
#carouselfaq .carousel-control-prev {
  right: 145px !important;
}
#carouselfaq .carousel-control-next {
  right: 91px !important;
}
#carouselfaq .d-flex .img-faq {
  position: relative;
  width: calc(400px - 60px);
  height: calc(300px - 30px);
  width: -ms-calc(100% - 60px) ;
  width: -o-calc(100% - 60px) ;
  width: -khtml-calc(100% - 60px) ;
  width: calc(100% - 60px) ;
  height: -ms-calc(100% - 30px) ;
  height: -o-calc(100% - 30px) ;
  height: -khtml-calc(100% - 30px) ;
  height: calc(100% - 30px) ;
  float: left;
  margin: 15px 0 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  padding: 0;
  border-radius: 3px;
}
#carouselfaq .d-flex .img-faq img {
  border-radius: 3px;
}
#carouselfaq .d-flex .img-faq:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  opacity: 0;
}
#carouselfaq .d-flex .img-faq:after {
  content: '';
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  opacity: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #carouselfaq {
    max-width: 960px;
  }
  #carouselfaq .carousel-inner {
    height: 475px !important;
    min-height: 475px !important;
    max-height: 475px !important;
  }
  #carouselfaq .carousel-item > .container > .row > div:nth-child(1) {
    height: 400px !important;
    min-height: 400px !important;
    max-height: 400px !important;
  }
  #carouselfaq .carousel-item > .container > .row > div:nth-child(1) img {
    height: 400px !important;
    min-height: 400px !important;
    max-height: 400px !important;
  }
  #carouselfaq .carousel-item > .container > .row > div:nth-child(2) {
    min-height: 280px !important;
    margin-top: 20px;
  }
  #carouselfaq .carousel-item > .container > .row > div:nth-child(2) > div {
    height: 300px !important;
    min-height: 300px !important;
    max-height: 300px !important;
  }
  #carouselfaq .carousel-item > .container > .row > div:nth-child(2) > div div {
    max-height: 206px;
    height: 206px;
    -webkit-line-clamp: 9;
  }
  #carouselfaq .carousel-item > .container > .row > div:nth-child(2) > div a {
    display: block;
    margin-left: auto;
    margin-top: 10px;
    width: 90px;
  }
  #carouselfaq .carousel-control-prev {
    right: 153px !important;
    bottom: 25px;
  }
  #carouselfaq .carousel-control-next {
    right: 90px !important;
    bottom: 25px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #carouselfaq {
    max-width: 720px;
  }
  #carouselfaq .carousel-inner {
    height: 400px !important;
    min-height: 400px !important;
    max-height: 400px !important;
  }
  #carouselfaq .carousel-item > .container > .row > div:nth-child(1) {
    height: 350px !important;
    min-height: 350px !important;
    max-height: 350px !important;
  }
  #carouselfaq .carousel-item > .container > .row > div:nth-child(1) img {
    height: 350px !important;
    min-height: 350px !important;
    max-height: 350px !important;
  }
  #carouselfaq .carousel-item > .container > .row > div:nth-child(2) {
    min-height: 280px !important;
    margin-top: 20px;
  }
  #carouselfaq .carousel-item > .container > .row > div:nth-child(2) > div {
    height: 250px !important;
    min-height: 250px !important;
    max-height: 250px !important;
  }
  #carouselfaq .carousel-item > .container > .row > div:nth-child(2) > div div {
    max-height: 160px;
    height: 160px;
    -webkit-line-clamp: 7;
  }
  #carouselfaq .carousel-item > .container > .row > div:nth-child(2) > div a {
    display: block;
    margin-left: auto;
    margin-top: 7px;
    width: 90px;
  }
  #carouselfaq .carousel-control-prev {
    right: 153px !important;
    bottom: 13px;
  }
  #carouselfaq .carousel-control-next {
    right: 90px !important;
    bottom: 13px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  #carouselfaq {
    max-width: 540px;
    margin-bottom: -8px;
  }
  #carouselfaq .carousel-inner {
    height: 400px !important;
    min-height: 400px !important;
    max-height: 400px !important;
  }
  #carouselfaq .carousel-item > .container > .row > div:nth-child(1) {
    height: 350px !important;
    min-height: 350px !important;
    max-height: 350px !important;
    left: 10px;
  }
  #carouselfaq .carousel-item > .container > .row > div:nth-child(1) img {
    height: 350px !important;
    min-height: 350px !important;
    max-height: 350px !important;
  }
  #carouselfaq .carousel-item > .container > .row > div:nth-child(2) {
    min-height: 280px !important;
    margin-top: 20px;
    top: 30px;
    right: 10px;
    position: absolute;
  }
  #carouselfaq .carousel-item > .container > .row > div:nth-child(2) > div {
    height: 250px !important;
    min-height: 250px !important;
    max-height: 250px !important;
  }
  #carouselfaq .carousel-item > .container > .row > div:nth-child(2) > div div {
    max-height: 182px;
    height: 182px;
    -webkit-line-clamp: 8;
  }
  #carouselfaq .carousel-item > .container > .row > div:nth-child(2) > div a {
    display: block;
    margin-left: auto;
    margin-top: 2px;
    width: 90px;
  }
  #carouselfaq .carousel-control-prev {
    right: 85px !important;
    bottom: 13px;
  }
  #carouselfaq .carousel-control-next {
    right: 25px !important;
    bottom: 13px;
  }
}
@media (max-width: 575px) {
  #carouselfaq {
    width: 100%;
    min-width: 100%;
    max-width: 290px;
    margin-bottom: -90px;
    display: block;
    padding: 0;
  }
  #carouselfaq .carousel-inner {
    height: 715px !important;
    min-height: 715px !important;
    max-height: 715px !important;
  }
  #carouselfaq .d-flex .img-faq:before, #carouselfaq .d-flex .img-faq:after {
    top: 0 !important;
  }
  #carouselfaq .carousel-item > .container > .row > div:nth-child(1) {
    height: 350px !important;
    min-height: 350px !important;
    max-height: 350px !important;
  }
  #carouselfaq .carousel-item > .container > .row > div:nth-child(1) img {
    height: 350px !important;
    min-height: 350px !important;
    max-height: 350px !important;
  }
  #carouselfaq .carousel-item > .container > .row > div:nth-child(2) {
    min-height: 280px !important;
    margin-left: unset !important;
  }
  #carouselfaq .carousel-item > .container > .row > div:nth-child(2) > div {
    height: 250px !important;
    min-height: 250px !important;
    max-height: 250px !important;
  }
  #carouselfaq .carousel-item > .container > .row > div:nth-child(2) > div h3 {
    font-size: 1.5rem;
  }
  #carouselfaq .carousel-item > .container > .row > div:nth-child(2) > div div {
    max-height: 162px;
    height: 162px;
    -webkit-line-clamp: 7;
  }
  #carouselfaq .carousel-item > .container > .row > div:nth-child(2) > div a {
    display: block;
    margin-left: auto;
    margin-top: 6px;
    width: 90px;
  }
  #carouselfaq .carousel-control-prev {
    left: 37% !important;
    right: unset !important;
    bottom: 54px;
    position: relative;
  }
  #carouselfaq .carousel-control-next {
    left: 60% !important;
    bottom: 94px;
    position: relative;
  }
}
#carouselfaq .carousel-control-prev, #carouselfaq .carousel-control-next {
  display: -moz-flex !important;
  display: -ms-flexbox !important;
  display: -o-flex !important;
  display: -khtml-flex !important;
  display: -webkit-box !important;
  display: flex !important;
  -ms-flex-wrap: wrap !important;
  -o-flex-wrap: wrap !important;
  -khtml-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.show-tour.row .tour-code {
  color: #ffffff;
  padding-top: 5px;
  font-size: 1.05rem;
  font-weight: 900;
  border-bottom: 1px solid;
  height: 40px;
  text-align: center;
  line-height: 2;
}
.show-tour.row .tour-code + .title {
  font-size: 1.25rem;
  font-weight: 700;
  border-bottom: 1px solid;
}
.show-tour.row .daynight {
  font-size: 1.15rem;
  padding: 0 25px;
  border-bottom: 1px solid;
  height: 40px;
  line-height: 2.3;
}
@media (min-width: 768px) and (max-width: 991px) {
  .show-tour.row .daynight {
    font-size: 100% !important;
    line-height: 2.8 !important;
  }
}
.show-tour.row .daynight + .title {
  height: 40px !important;
  line-height: 2.3;
}
@media (min-width: 768px) and (max-width: 991px) {
  .show-tour.row .daynight + .title {
    font-size: 82%;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .show-tour.row .daynight + .title {
    font-size: 100% !important;
  }
}
.show-tour.row .airline {
  font-size: .8rem;
  border-bottom: 1px solid;
  height: 40px;
  line-height: 3;
}
.show-tour.row .airline img, .show-tour.row .airline svg {
  width: 70px;
  margin-top: -3px;
}
.show-tour.row .airline .campaign {
  background: url(../images/site/campaign.png) no-repeat;
  background-size: 100% 100%;
  width: 115px;
  height: 115px;
  position: absolute;
  right: 15px;
  margin-top: 23px;
  color: #e6e6e6;
  text-align: center;
  font-size: .9rem;
  z-index: 15;
  line-height: 1.5;
  -webkit-transform: scale(0.75, 0.75);
  transform: scale(0.75, 0.75);
}
@media (min-width: 768px) and (max-width: 991px) {
  .show-tour.row .airline .campaign {
    margin-top: 43px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .show-tour.row .airline .campaign {
    margin-top: 0;
  }
}
@media (max-width: 575px) {
  .show-tour.row .airline .campaign {
    margin-top: 0;
  }
}
.show-tour.row .airline .campaign > div:first-child {
  font-size: 1.4rem;
  margin-top: -6px !important;
}
.show-tour.row .airline .campaign > div:last-child {
  margin-top: -7px;
  font-weight: 300;
}
.show-tour.row .tour-caption {
  padding: 30px 0 30px 15px;
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
}
.show-tour.row .prices:not(.umre) > div > .price {
  display: -moz-flex ;
  display: -ms-flexbox ;
  display: -o-flex ;
  display: -khtml-flex ;
  display: -webkit-box;
  display: flex ;
  -ms-flex-wrap: wrap ;
  -o-flex-wrap: wrap ;
  -khtml-flex-wrap: wrap ;
  flex-wrap: wrap ;
}
.show-tour.row .prices:not(.umre) > div .title + .start {
  width: 100%;
}
.show-tour.row .prices:not(.umre) > div .title + .start > div {
  font-weight: bold;
  font-size: .95rem;
  padding: .5rem 1rem !important;
  height: 116px !important;
  min-height: 116px !important;
  max-height: 116px !important;
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.show-tour.row .prices:not(.umre) > div .children-price.singular > div.age {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}
.show-tour.row .prices > div {
  border-right: 2px solid #eeeeee;
}
.show-tour.row .prices > div .title {
  border-bottom: 2px solid #eeeeee;
  font-weight: 900;
  padding: 3px 0 2px 0;
}
.show-tour.row .prices > div .title + .start {
  width: 100%;
}
.show-tour.row .prices > div .title + .start > div {
  font-weight: bold;
  font-size: .95rem;
  padding: 0 1rem;
  height: 118px !important;
  min-height: 118px !important;
  max-height: 118px !important;
}
.show-tour.row .prices > div > .price {
  border-bottom: 2px solid #eeeeee;
  display: table;
  text-align: center;
  max-height: 118px !important;
}
.show-tour.row .prices > div > .price.singular .very-big-price {
  font-size: 4rem;
  font-weight: 900;
  color: #000000;
  padding: 13px 0 14px 0;
  width: 100%;
  text-align: center;
  letter-spacing: -2px;
}
.show-tour.row .prices > div > .price.singular .very-big-price span {
  font-size: 3rem;
  font-weight: 300;
}
.show-tour.row .prices > div > .price .big-price {
  font-size: 2.3rem;
  font-weight: 900;
  color: #000000;
  padding: 25px 0;
  width: 55%;
  text-align: center;
  letter-spacing: -2px;
}
.show-tour.row .prices > div > .price .big-price span {
  font-size: 1.5rem;
  font-weight: 300;
  right: 3px;
  top: 3px;
  position: relative;
}
.show-tour.row .prices > div > .price .small-price {
  font-size: 1.65rem;
  font-weight: 900;
  color: #ffffff;
  width: 45%;
  text-align: left;
}
.show-tour.row .prices > div > .price .small-price span {
  font-size: 1.25rem;
  font-weight: 300;
}
.show-tour.row .prices > div > .price .small-price.first {
  padding-top: 24px;
}
.show-tour.row .prices > div .children-price {
  background-color: #999798;
  display: -moz-flex ;
  display: -ms-flexbox ;
  display: -o-flex ;
  display: -khtml-flex ;
  display: -webkit-box;
  display: flex ;
  -ms-flex-wrap: wrap ;
  -o-flex-wrap: wrap ;
  -khtml-flex-wrap: wrap ;
  flex-wrap: wrap ;
  padding: 3px 0;
}
.show-tour.row .prices > div .children-price.singular > div.age {
  width: auto;
  text-align: left;
  padding-left: 5px;
  padding-right: 5px;
  border: hidden;
}
.show-tour.row .prices > div .children-price.singular > div.price {
  color: #ffffff;
  font-size: 1.15rem;
  line-height: 0;
}
.show-tour.row .prices > div .children-price.singular > div.price span {
  font-size: .9rem;
  font-weight: 400;
}
.show-tour.row .prices > div .children-price.singular.daytime {
  min-width: 100%;
  z-index: 111;
  border-top: 2px solid #eeeeee;
  position: relative;
  text-align: center;
}
.show-tour.row .prices > div .children-price.singular.daytime .age {
  font-weight: 700 !important;
  font-size: .95rem;
  max-height: 21px;
}
.show-tour.row .prices > div .children-price.singular.daytime .age span {
  color: #ffffff;
  font-size: 1.15rem;
  line-height: 0;
}
.show-tour.row .prices > div .children-price.singular.daytime .age span span {
  font-size: .9rem;
  font-weight: 400;
}
.show-tour.row .prices > div .children-price > div {
  border-right: 1px solid #636363;
  padding: 0;
  text-align: center;
}
.show-tour.row .prices > div .children-price > div:last-child {
  border: hidden;
}
.show-tour.row .prices > div .children-price > div.age {
  font-size: .95rem;
  font-weight: 700;
  width: 25%;
  padding: 0;
}
.show-tour.row .prices > div .children-price > div.price.first {
  font-size: .9rem;
  font-weight: 700;
  width: 23%;
  line-height: 1.3;
}
.show-tour.row .prices > div .children-price > div.price.first span {
  font-size: .7rem;
  font-weight: 400;
}
.show-tour.row .prices > div .children-price > div.price.second, .show-tour.row .prices > div .children-price > div.price.third {
  font-size: .9rem;
  font-weight: 700;
  width: 26%;
  color: #ffffff;
  line-height: 1.6;
}
.show-tour.row .prices > div .children-price > div.price.second span, .show-tour.row .prices > div .children-price > div.price.third span {
  font-size: .7rem;
  font-weight: 400;
}

.travel-tours {
  padding: 1rem 1rem 0 1rem;
}
.travel-tours:last-child {
  padding-bottom: 1rem;
}
.travel-tours.full .daynight {
  color: #ffffff !important;
}
.travel-tours.finish .daynight {
  color: #ffffff !important;
}
.travel-tours .days {
  text-align: center;
  padding: .25rem 0;
}
.travel-tours .days .between-few-dates {
  color: #ffffff;
  font-size: 2.5rem;
  font-weight: 300;
}
.travel-tours .days .between-few-dates > b {
  font-size: 2.55rem;
  font-weight: 700;
}
.travel-tours .days .between-few-dates + .content {
  font-size: 1.5rem;
  font-weight: 300;
  color: #eeeeee;
}
.travel-tours .info {
  border-top: 2px solid;
  font-size: .85rem;
  text-align: justify;
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  padding: .15rem .35rem .35rem .35rem;
  height: 99.59px !important;
  min-height: 99.59px !important;
  max-height: 99.59px !important;
}
.travel-tours .price {
  background-color: #e0e0e0;
  border-top: 2px solid #fab615;
  padding: .5rem;
  text-align: center;
  font-size: .8rem;
  font-weight: 300;
}
.travel-tours .price b {
  display: block;
  margin: 6px 0 -6px 0;
  font-size: 1.8rem;
  font-weight: 700;
}
.travel-tours .price b span {
  font-size: 1rem;
  font-weight: 400;
}
.travel-tours .code {
  color: #ffffff;
  font-size: 1.25rem;
  font-weight: 400;
  padding: 6px 15px 2px 15px;
  text-align: center;
}
.travel-tours .title {
  padding-top: 3px;
  background-color: #e0e0e0;
  font-size: 1.5rem;
  font-weight: 700;
}
.travel-tours .daynight {
  text-align: center;
  padding-top: 3px;
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: 500;
}
.travel-tours .daynight.daily {
  font-size: 1.1rem;
  padding-top: 8px;
}
.travel-tours .show-tour:not(.row), .travel-tours .show-tour:not(.row) a {
  text-align: center;
  padding-top: 3px;
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: 500;
  display: block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.maps > .card {
  width: 425px ;
  min-width: 425px ;
  max-width: 425px ;
  top: 525px;
  right: 100px;
  margin: 0;
  position: absolute;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .maps > .card {
    right: 5px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .maps > .card {
    top: 24px;
    right: unset;
    margin: auto;
    position: relative;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .maps > .card {
    top: 24px;
    right: unset;
    margin: auto;
    position: relative;
  }
}
@media (max-width: 575px) {
  .maps > .card {
    top: 24px;
    right: unset;
    margin: auto;
    position: relative;
    width: 98vw !important;
    min-width: 98vw !important;
    max-width: 98vw !important;
  }
  .maps > .card .card-header {
    font-size: 1.15rem !important;
  }
  .maps > .card .card-header p {
    min-width: 90vw !important;
    max-width: 90vw !important;
  }
  .maps > .card .card-header p + div {
    position: absolute !important;
    left: 20px !important;
    right: unset;
    margin-left: unset !important;
  }
  .maps > .card .card-body .card-title {
    font-size: .9rem;
  }
  .maps > .card .card-body .card-title > .fa-clock-o, .maps > .card .card-body .card-title > .fa-map-marker {
    font-size: 1.7rem;
  }
  .maps > .card .card-body .card-title span a {
    font-size: .85rem !important;
  }
  .maps > .card .card-body .card-title span i.fa.fa-mobile {
    font-size: 1.9rem !important;
    -webkit-transform: perspective(800px) translate(-20px, -7px);
    -khtml-transform: perspective(800px) translate(-20px, -7px);
    transform: perspective(800px) translate(-20px, -7px);
  }
  .maps > .card .card-body .card-title span i.fa.fa-phone {
    font-size: 1.5rem !important;
    -webkit-transform: perspective(800px) rotateY(0deg) rotate(230deg) translate(0, 8px);
    -khtml-transform: perspective(800px) rotateY(0deg) rotate(230deg) translate(0, 8px);
    transform: perspective(800px) rotateY(0deg) rotate(230deg) translate(0, 8px);
  }
  .maps > .card .card-body .card-title span.mobile-phone {
    padding-left: 22px;
  }
  .maps > .card .card-body .card-title span.phone {
    padding-right: 0;
  }
  .maps > .card .card-body .working-hours-content .text-muted {
    font-size: 90%;
  }
  .maps > .card .card-body .working-hours-content .text-muted span:not(.col-12) {
    width: 50% !important;
    min-width: 50% !important;
    max-width: 50% !important;
  }
  .maps > .card .card-footer a i {
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
  }
}
.maps > .card .map-changer[data-show="true"] {
  color: #fab615;
}
.maps > .card #contactus {
  position: absolute;
  right: 15px;
  top: 6px;
  font-size: 2.5rem;
  line-height: 1;
}
.maps > .card .card-header {
  font-size: 1.5rem;
}
.maps > .card .card-header .card-text {
  font-size: 1rem;
}
.maps > .card .card-header .border-div {
  border-bottom: 3px solid #fab615;
  position: relative;
  left: 75px;
  width: 65px ;
  min-width: 65px ;
  max-width: 65px ;
}
.maps > .card .card-title.working-hours {
  display: -moz-flex ;
  display: -ms-flexbox ;
  display: -o-flex ;
  display: -khtml-flex ;
  display: -webkit-box;
  display: flex ;
  -ms-flex-wrap: wrap ;
  -o-flex-wrap: wrap ;
  -khtml-flex-wrap: wrap ;
  flex-wrap: wrap ;
}
.maps > .card .card-title.telephones {
  margin-bottom: 0;
}
.maps > .card .card-title > i.fa-clock-o, .maps > .card .card-title > i.fa-map-marker {
  font-size: 2rem;
  font-weight: 900;
  padding-right: 18px;
  color: #fab615;
}
.maps > .card .card-title span {
  display: -moz-inline-flex ;
  display: -ms-inline-flexbox ;
  display: -o-inline-flex ;
  display: -khtml-inline-flex ;
  display: -webkit-inline-box;
  display: inline-flex ;
  -ms-flex-wrap: wrap ;
  -o-flex-wrap: wrap ;
  -khtml-flex-wrap: wrap ;
  flex-wrap: wrap ;
  font-weight: 400;
}
.maps > .card .card-title span i.fa {
  color: #fab615;
  font-size: 2.5rem;
  font-weight: 900;
}
.maps > .card .card-title span i.fa.fa-mobile {
  -webkit-transform: perspective(800px) translate(-20px, -14px);
  -khtml-transform: perspective(800px) translate(-20px, -14px);
  transform: perspective(800px) translate(-20px, -14px);
  font-size: 2.9rem;
}
.maps > .card .card-title span i.fa.fa-phone {
  -webkit-transform: perspective(800px) rotateY(0deg) rotate(230deg) translate(0, 16px);
  -khtml-transform: perspective(800px) rotateY(0deg) rotate(230deg) translate(0, 16px);
  transform: perspective(800px) rotateY(0deg) rotate(230deg) translate(0, 16px);
}
.maps > .card .card-title span a {
  font-size: 1.25rem;
  display: -moz-flex ;
  display: -ms-flexbox ;
  display: -o-flex ;
  display: -khtml-flex ;
  display: -webkit-box;
  display: flex ;
  -ms-flex-wrap: wrap ;
  -o-flex-wrap: wrap ;
  -khtml-flex-wrap: wrap ;
  flex-wrap: wrap ;
}
.maps > .card .card-title span a, .maps > .card .card-title span a * {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.maps > .card .card-title span.mobile-phone {
  float: left;
  padding-left: 25px;
}
.maps > .card .card-title span.phone {
  float: right;
  padding-right: 12px;
}
.maps > .card .card-title span b {
  padding-left: 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.maps > .card .working-hours-content .text-muted {
  font-size: 100%;
}
.maps > .card .card-footer {
  font-size: .9rem;
  margin: unset;
}

.tile {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3882352941);
  border-radius: 5px;
  -webkit-box-shadow: 0px 2px 3px -1px rgba(151, 171, 187, 0.7);
          box-shadow: 0px 2px 3px -1px rgba(151, 171, 187, 0.7);
  float: left;
  position: absolute;
  overflow: hidden;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  visibility: hidden;
}

.circle-contactus {
  background: #364b5b;
  position: absolute;
  right: 28px;
  top: 33px;
  width: 0px;
  height: 0px;
  border-radius: 0;
  opacity: 0.97;
  z-index: 2;
  -webkit-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
}

#tile1.animate {
  visibility: visible;
}

#tile1.animate .circle-contactus {
  right: -55px;
  top: -177px;
  width: 558px;
  height: 800px;
  -webkit-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
  border-radius: 50%;
}
@media (max-width: 575px) {
  #tile1.animate .circle-contactus {
    right: -55px;
    top: -295px;
    width: 680px;
    height: 1042px;
  }
}

#tile1 div.settings-contactus-form {
  display: none;
  opacity: 0;
}

div.settings-contactus-form {
  z-index: 3;
}

.wrapper-contactus {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.tile:hover {
  -webkit-box-shadow: 0px 4px 10px -1px rgba(151, 171, 187, 0.7);
          box-shadow: 0px 4px 10px -1px rgba(151, 171, 187, 0.7);
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

#tile1 {
  margin-right: 20px;
}

.header-contactus {
  border-bottom: 1px solid #ebeff2;
  padding: 19px 0;
  text-align: center;
  color: #59687f;
  font-size: 600;
  font-size: 19px;
  position: relative;
}

#tile1 .settings-contactus-form .header-contactus {
  border-color: #65747f;
  color: #fff;
}

.settings-contactus {
  width: 22px;
  height: 22px;
  position: absolute;
  top: 23px;
  right: 19px;
  fill: #d4d9dd;
}

.settings-contactus:hover {
  cursor: pointer;
}

.dates {
  border: 1px solid #ebeff2;
  border-radius: 5px;
  padding: 20px 0px;
  margin: 37px 20px 0;
  font-size: 16px;
  color: #5aadef;
  font-weight: 600;
  overflow: auto;
}

.dates div {
  float: left;
  width: 50%;
  text-align: center;
  position: relative;
}

.dates strong,
.stats strong {
  display: block;
  color: #adb8c2;
  font-size: 11px;
  font-weight: 700;
}

.dates span {
  width: 1px;
  height: 40px;
  position: absolute;
  right: 0;
  top: 0;
  background: #ebeff2;
}

.stats {
  border-top: 1px solid #ebeff2;
  background: #f7f8fa;
  overflow: auto;
  padding: 15px 0;
  font-size: 16px;
  color: #59687f;
  font-weight: 600;
  margin-top: 36px;
  border-radius: 0 0 5px 5px;
}

.stats div {
  border-right: 1px solid #ebeff2;
  width: 119px;
  float: left;
  text-align: center;
}

.stats div:nth-of-type(3) {
  border: none;
}

.close-contactus {
  position: absolute;
  top: 23px;
  right: 18px;
  width: 30px;
  height: 30px;
  cursor: pointer;
}

.cx, .cy {
  background: #d2d5dc;
  position: absolute;
  width: 0px;
  top: 11px;
  right: 13px;
  height: 2px;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}

#tile1 .cx, #tile1 .cy {
  background: #a0b3c2;
}

.cx.s1, .cy.s1 {
  right: 0;
  width: 22px;
  -webkit-transition: all 100ms ease-out;
  transition: all 100ms ease-out;
}

.cy.s2 {
  -webkit-transform: rotate(50deg);
  transform: rotate(50deg);
  -webkit-transition: all 100ms ease-out;
  transition: all 100ms ease-out;
}

.cy.s3 {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 100ms ease-out;
  transition: all 100ms ease-out;
}

.cx.s1 {
  right: 0;
  width: 22px;
  -webkit-transition: all 100ms ease-out;
  transition: all 100ms ease-out;
}

.cx.s2 {
  -webkit-transform: rotate(140deg);
  transform: rotate(140deg);
  -webkit-transition: all 100ms ease-out;
  transition: all 100ms ease-out;
}

.cx.s3 {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  -webkit-transition: all 100ease-out;
  -webkit-transition: all 100ms ease-out;
  transition: all 100ms ease-out;
}

#tile1 .wrapper-contactus form > div:not(.alert-div), #tile1 button {
  opacity: 0;
  position: relative;
  top: -20px;
}

.wrapper-contactus form > div:not(.alert-div) {
  border-bottom: 1px solid #ebeff2;
  padding: 10px 10px 5px 22px;
}

#tile1 .wrapper-contactus form > div {
  border-color: #65747f;
}

.wrapper-contactus form > div.short-contactus {
  border-bottom: none;
  border-right: 1px solid #ebeff2;
  float: left;
  width: 147px;
}

#tile1 .wrapper-contactus form > div.short-contactus {
  border-color: #65747f;
}

.wrapper-contactus form > div.short-contactus:nth-of-type(3) {
  border: none;
}

.wrapper-contactus form > div.short-contactus input {
  width: 135px;
}

.wrapper-contactus form > div label {
  color: #adb8c2;
  font-size: 13px;
  font-weight: 700;
  display: block;
}

#tile1 .wrapper-contactus form > div label {
  color: #a0b3c2;
}

.wrapper-contactus form > div input, #tile1 .wrapper-contactus form > div textarea {
  color: #59687f;
  font-size: 18px;
  font-weight: 400;
  border: none;
  outline: none;
  margin-top: 0;
  font-family: "Open Sans", sans-serif;
}

#tile1 .wrapper-contactus form > div input, #tile1 .wrapper-contactus form > div textarea {
  color: #fff;
  background: none;
}
@media (max-width: 575px) {
  #tile1 .wrapper-contactus form > div input, #tile1 .wrapper-contactus form > div textarea {
    font-size: 1rem;
  }
}

footer.footer1 {
  border: 1px solid #b9b9b9;
  border-left: hidden;
  border-right: hidden;
  background-color: #fbfbfb;
}
footer.footer1 .container .row .col {
  border-right: #ededed solid 1px;
}
footer.footer1 .container .row .col:last-child {
  border-right: hidden;
}
@media (min-width: 576px) and (max-width: 767px) {
  footer.footer1 .container .row .col.left {
    min-width: 320px;
    max-width: 100%;
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 70px;
    padding-bottom: 0;
    border-right: hidden;
    text-align: center;
    margin-top: -20px;
  }
  footer.footer1 .container .row .col.left .social > ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: -15px;
    display: -moz-flex ;
    display: -ms-flexbox ;
    display: -o-flex ;
    display: -khtml-flex ;
    display: -webkit-box;
    display: flex ;
    -ms-flex-wrap: wrap ;
    -o-flex-wrap: wrap ;
    -khtml-flex-wrap: wrap ;
    flex-wrap: wrap ;
  }
  footer.footer1 .container .row .col.left .social > ul > li.facebook i {
    margin: 0 2px !important;
  }
  footer.footer1 .container .row .col.left .social > ul > li.twitter i {
    margin: 0 !important;
  }
  footer.footer1 .container .row .col.left .social > ul > li.instagram i {
    margin: 0 1px !important;
  }
  footer.footer1 .container .row .col.left .social > ul > li.youtube i {
    margin: -1px 0 !important;
  }
  footer.footer1 .container .row .col.left .social > ul > li.google i {
    margin: 0 -4px !important;
  }
  footer.footer1 .container .row .col.left hr {
    margin: 9px auto !important;
    width: 50% !important;
    display: block !important;
  }
}
@media (max-width: 575px) {
  footer.footer1 .container .row .col.left {
    min-width: 320px;
    max-width: 100%;
    border-bottom: hidden;
    margin-bottom: 70px;
    padding-bottom: 0;
    border-right: hidden;
    text-align: left;
    margin-top: 60px;
    padding-left: 60px;
  }
  footer.footer1 .container .row .col.left .social {
    top: 544px;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
  }
  footer.footer1 .container .row .col.left .social > ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: -15px;
    display: -moz-flex ;
    display: -ms-flexbox ;
    display: -o-flex ;
    display: -khtml-flex ;
    display: -webkit-box;
    display: flex ;
    -ms-flex-wrap: wrap ;
    -o-flex-wrap: wrap ;
    -khtml-flex-wrap: wrap ;
    flex-wrap: wrap ;
  }
  footer.footer1 .container .row .col.left .social > ul > li {
    width: 40px !important;
    height: 40px !important;
  }
  footer.footer1 .container .row .col.left .social > ul > li.facebook i {
    margin: -5px -2px !important;
  }
  footer.footer1 .container .row .col.left .social > ul > li.twitter i {
    margin: -4px -5px !important;
  }
  footer.footer1 .container .row .col.left .social > ul > li.instagram i {
    margin: -5px -5px !important;
  }
  footer.footer1 .container .row .col.left .social > ul > li.youtube i {
    margin: -5px -5px !important;
  }
  footer.footer1 .container .row .col.left .social > ul > li.google i {
    margin: -5px -11px !important;
  }
  footer.footer1 .container .row .col.left li.info {
    min-height: 200px;
  }
  footer.footer1 .container .row .col.left hr {
    margin: 9px 0 9px 0 !important;
    width: 90% !important;
    display: block !important;
  }
}
footer.footer1 .container .row .col.left > ul > li {
  padding: 1rem 0;
}
footer.footer1 .container .row .col.left > ul > li, footer.footer1 .container .row .col.left > ul > li * {
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
footer.footer1 .container .row .col.left > ul > li.logo {
  width: 285px;
  height: auto;
  filter: #808080;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -khtml-filter: grayscale(100%);
  filter: grayscale(100%);
}
footer.footer1 .container .row .col.left > ul > li.logo:hover, footer.footer1 .container .row .col.left > ul > li.logo:focus, footer.footer1 .container .row .col.left > ul > li.logo:active {
  filter: none;
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -ms-filter: grayscale(0);
  -o-filter: grayscale(0);
  -khtml-filter: grayscale(0);
  filter: grayscale(0);
}
footer.footer1 .container .row .col.left > ul > li.info {
  font-size: 0.9rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  footer.footer1 .container .row .col.left > ul > li.info a {
    width: 100%;
    display: block;
    padding-bottom: 3px;
  }
}
footer.footer1 .container .row .col.left > ul > li.social ul li {
  float: left;
  width: 50px;
  height: 50px;
  background-color: #fbfbfb;
  border: 1px #b9b9b9 solid;
  border-left: hidden;
  border-bottom: hidden;
}
footer.footer1 .container .row .col.left > ul > li.social ul li:hover, footer.footer1 .container .row .col.left > ul > li.social ul li:active, footer.footer1 .container .row .col.left > ul > li.social ul li:focus {
  background-color: #ffffff;
}
@media (min-width: 992px) and (max-width: 1199px) {
  footer.footer1 .container .row .col.left > ul > li.social ul li {
    width: 48px;
    height: 48px;
  }
  footer.footer1 .container .row .col.left > ul > li.social ul li.twitter i {
    margin: -2px -2px !important;
  }
  footer.footer1 .container .row .col.left > ul > li.social ul li.instagram i {
    margin: -2px -1px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  footer.footer1 .container .row .col.left > ul > li.social ul li {
    width: 34px;
    height: 34px;
  }
  footer.footer1 .container .row .col.left > ul > li.social ul li.facebook i {
    margin: -7px -4px !important;
  }
  footer.footer1 .container .row .col.left > ul > li.social ul li.twitter i {
    margin: -8px -8px !important;
  }
  footer.footer1 .container .row .col.left > ul > li.social ul li.instagram i {
    margin: -8px -8px !important;
  }
  footer.footer1 .container .row .col.left > ul > li.social ul li.youtube i {
    margin: -8px -8px !important;
  }
  footer.footer1 .container .row .col.left > ul > li.social ul li.google i {
    margin: -9px -13px !important;
  }
}
footer.footer1 .container .row .col.left > ul > li.social ul li:first-child {
  border-left: 1px #b9b9b9 solid;
}
footer.footer1 .container .row .col.left > ul > li.social ul li.facebook:hover {
  background-color: #4267b2;
  border-color: #4267b2;
}
footer.footer1 .container .row .col.left > ul > li.social ul li.facebook:hover i {
  color: #ffffff !important;
}
footer.footer1 .container .row .col.left > ul > li.social ul li.facebook i {
  margin: -3px 2px;
  color: #4267b2 !important;
}
footer.footer1 .container .row .col.left > ul > li.social ul li.twitter:hover {
  background-color: #1da1f2;
  border-color: #1da1f2;
}
footer.footer1 .container .row .col.left > ul > li.social ul li.twitter:hover i {
  color: #ffffff !important;
}
footer.footer1 .container .row .col.left > ul > li.social ul li.twitter i {
  margin: -2px 0;
  color: #1da1f2 !important;
}
footer.footer1 .container .row .col.left > ul > li.social ul li.instagram:hover {
  background-color: #2092cf;
  border-color: #2092cf;
}
footer.footer1 .container .row .col.left > ul > li.social ul li.instagram:hover i {
  color: #ffffff !important;
}
footer.footer1 .container .row .col.left > ul > li.social ul li.instagram i {
  margin: -2px 1px;
  color: #2092cf !important;
}
footer.footer1 .container .row .col.left > ul > li.social ul li.youtube:hover {
  background-color: #ff0000;
  border-color: #ff0000;
}
footer.footer1 .container .row .col.left > ul > li.social ul li.youtube:hover i {
  color: #ffffff !important;
}
footer.footer1 .container .row .col.left > ul > li.social ul li.youtube i {
  margin: -4px 0;
  color: #ff0000 !important;
}
footer.footer1 .container .row .col.left > ul > li.social ul li.google:hover {
  background-color: #cc4539;
  border-color: #cc4539;
}
footer.footer1 .container .row .col.left > ul > li.social ul li.google:hover i {
  color: #ffffff !important;
}
footer.footer1 .container .row .col.left > ul > li.social ul li.google i {
  margin: -3px -6px;
  color: #cc4539 !important;
}
footer.footer1 .container .row .col.left > ul > li.social ul li.designer {
  padding: 0;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
footer.footer1 .container .row .col.left > ul > li.social ul li.designer:hover, footer.footer1 .container .row .col.left > ul > li.social ul li.designer:active, footer.footer1 .container .row .col.left > ul > li.social ul li.designer:focus {
  background-color: #000000;
  border-color: #000000;
}
footer.footer1 .container .row .col.left > ul > li.social ul li.designer:hover img, footer.footer1 .container .row .col.left > ul > li.social ul li.designer:active img, footer.footer1 .container .row .col.left > ul > li.social ul li.designer:focus img {
  -webkit-filter: contrast(0) brightness(2.5);
  -moz-filter: contrast(0) brightness(2.5);
  -ms-filter: contrast(0) brightness(2.5);
  -o-filter: contrast(0) brightness(2.5);
  -khtml-filter: contrast(0) brightness(2.5);
  filter: contrast(0) brightness(2.5);
}
footer.footer1 .container .row .col.left > ul > li.social ul li.designer a {
  padding: 0;
}
footer.footer1 .container .row .col.left > ul > li.social ul li.designer a * {
  color: #1a1a1a !important;
  width: 100%;
  height: 100%;
}
footer.footer1 .container .row .col.left > ul > li.social ul li:hover::before {
  content: "";
  position: absolute;
  top: 4px;
  left: -10px;
  height: 100%;
  width: 11px;
  background: #b1b1b1;
  -webkit-transition: .5s;
  transition: .5s;
  -webkit-transform: rotate(0deg) skewY(-45deg);
          transform: rotate(0deg) skewY(-45deg);
  filter: #808080;
  -webkit-filter: grayscale(60%);
  -moz-filter: grayscale(60%);
  -ms-filter: grayscale(60%);
  -o-filter: grayscale(60%);
  -khtml-filter: grayscale(60%);
  filter: grayscale(60%);
  content: none;
}
footer.footer1 .container .row .col.left > ul > li.social ul li:hover::after {
  content: "";
  position: absolute;
  top: 48px;
  left: -5px;
  height: 10px;
  width: 100%;
  background: #b1b1b1;
  -webkit-transition: .5s;
  transition: .5s;
  -webkit-transform: rotate(0deg) skewX(-45deg);
          transform: rotate(0deg) skewX(-45deg);
  filter: #808080;
  -webkit-filter: grayscale(60%);
  -moz-filter: grayscale(60%);
  -ms-filter: grayscale(60%);
  -o-filter: grayscale(60%);
  -khtml-filter: grayscale(60%);
  filter: grayscale(60%);
  content: none;
}
footer.footer1 .container .row .col.left > ul > li.social ul li:hover.facebook::before, footer.footer1 .container .row .col.left > ul > li.social ul li:hover.facebook::after {
  background: #4267b2;
}
footer.footer1 .container .row .col.left > ul > li.social ul li:hover.twitter::before, footer.footer1 .container .row .col.left > ul > li.social ul li:hover.twitter::after {
  background: #1da1f2;
}
footer.footer1 .container .row .col.left > ul > li.social ul li:hover.instagram::before, footer.footer1 .container .row .col.left > ul > li.social ul li:hover.instagram::after {
  background: #2092cf;
}
footer.footer1 .container .row .col.left > ul > li.social ul li:hover.youtube::before, footer.footer1 .container .row .col.left > ul > li.social ul li:hover.youtube::after {
  background: #ff0000;
}
footer.footer1 .container .row .col.left > ul > li.social ul li:hover.google::before, footer.footer1 .container .row .col.left > ul > li.social ul li:hover.google::after {
  background: #cc4539;
}
footer.footer1 .container .row .col.left > ul > li.social ul li:hover.designer::before, footer.footer1 .container .row .col.left > ul > li.social ul li:hover.designer::after {
  background: #fab615;
}
footer.footer1 .container .row .col.left > ul > li.social ul li a {
  width: 100%;
  height: 100%;
  padding: 1rem;
  display: block;
}
footer.footer1 .container .row .col.left > ul > li.social ul li a i {
  display: table;
  font-size: 1.5rem;
}
footer.footer1 .container .row .col.middle {
  display: -webkit-grid ;
  display: -moz-grid ;
  display: -ms-grid ;
  display: -o-grid ;
  display: -khtml-grid ;
  display: grid ;
  padding-top: 30px;
}
@media (min-width: 576px) and (max-width: 767px) {
  footer.footer1 .container .row .col.middle {
    min-width: 50%;
    max-width: 50%;
    margin-bottom: 0;
    padding-bottom: 15px;
    border-right: hidden;
    padding-top: 0 !important;
    margin-top: -19px;
  }
  footer.footer1 .container .row .col.middle h6 {
    padding-bottom: 15px;
  }
}
@media (max-width: 575px) {
  footer.footer1 .container .row .col.right ul li.logo {
    z-index: 123;  
  }
  footer.footer1 .container .row .col.middle {
    min-width: 320px;
    max-width: 100%;
    margin-bottom: 0;
    padding-bottom: 100px;
    border-right: hidden;
    padding-top: 0 !important;
    margin-top: -75px;
  }
  footer.footer1 .container .row .col.middle h6 {
    display: none;
  }
  footer.footer1 .container .row .col.middle > ul {
    margin-left: 36px !important;
    margin-top: -10px !important;
  }
  footer.footer1 .right {
      top: 0 !important;
  }
}
footer.footer1 .container .row .col.middle h6 {
  color: #203971;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: -ms-fit-content;
  width: -o-fit-content;
  width: fit-content;
  margin: auto;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  -ms-pointer-events: none;
  -o-pointer-events: none;
  -khtml-pointer-events: none;
  pointer-events: none;
  cursor: default;
}
footer.footer1 .container .row .col.middle ul {
  margin: 0 auto;
  width: 100px;
}
footer.footer1 .container .row .col.middle ul li {
  padding: .25rem 0;
  text-indent: 20px;
}
footer.footer1 .container .row .col.middle ul li a {
  display: inline-table;
}
footer.footer1 .container .row .col.right {
  -ms-flex-item-align: end;
      align-self: flex-end;
  text-align: right;
}
@media (min-width: 576px) and (max-width: 767px) {
  footer.footer1 .container .row .col.right {
    min-width: 50%;
    max-width: 50%;
    border-right: hidden;
    position: relative;
    top: 0;
    text-align: unset;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -moz-flex ;
    display: -ms-flexbox ;
    display: -o-flex ;
    display: -khtml-flex ;
    display: -webkit-box;
    display: flex ;
    -ms-flex-wrap: wrap ;
    -o-flex-wrap: wrap ;
    -khtml-flex-wrap: wrap ;
    flex-wrap: wrap ;
  }
}
@media (max-width: 575px) {
  footer.footer1 .container .row .col.right {
    min-width: 320px;
    max-width: 100%;
    border-right: hidden;
    text-align: left;
    display: -moz-flex ;
    display: -ms-flexbox ;
    display: -o-flex ;
    display: -khtml-flex ;
    display: -webkit-box;
    display: flex ;
    -ms-flex-wrap: wrap ;
    -o-flex-wrap: wrap ;
    -khtml-flex-wrap: wrap ;
    flex-wrap: wrap ;
    padding-left: 60px;
  }
  footer.footer1 .container .row .col.right .telephone a {
    font-size: 1.15rem;
  }
  footer.footer1 .container .row .col.right .telephone a.before {
    margin-left: 0;
  }
  footer.footer1 .container .row .col.right .telephone a:last-child {
    border-bottom: hidden !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  footer.footer1 .container .row .col.right ul li:not(.logo):not(.telephone) {
    top: -10px;
    position: relative;
  }
}
footer.footer1 .container .row .col.right ul li.logo {
  filter: #808080;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -khtml-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: filter 0.5s;
  -webkit-transition: -webkit-filter 0.5s;
  transition: -webkit-filter 0.5s;
  transition: filter 0.5s;
  transition: filter 0.5s, -webkit-filter 0.5s;
}
footer.footer1 .container .row .col.right ul li.logo a {
  width: 200px;
  height: auto;
  overflow: hidden;
  right: 0;
  top: -83px;
  position: absolute;
}
@media (min-width: 768px) and (max-width: 991px) {
  footer.footer1 .container .row .col.right ul li.logo a {
    top: -100px;
  }
}
footer.footer1 .container .row .col.right ul li.logo a img {
  width: 100% !important;
  min-width: 100% !important;
  max-width: 100% !important;
  height: 100% !important;
  min-height: 100% !important;
  max-height: 100% !important;
}
footer.footer1 .container .row .col.right ul li.logo:hover, footer.footer1 .container .row .col.right ul li.logo:focus, footer.footer1 .container .row .col.right ul li.logo:active {
  filter: none;
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -ms-filter: grayscale(0);
  -o-filter: grayscale(0);
  -khtml-filter: grayscale(0);
  filter: grayscale(0);
}
footer.footer1 .container .row .col.right ul li.telephone a {
  font-size: 1.5rem;
  /*&:before{
  	@include transition(opacity 0.7s ease);
  	display: inline-block;
  	font: normal normal normal 14px/1 FontAwesome;
  	text-rendering: auto;
  	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;
  	font-size: 1.5rem;
  	position: absolute;
  	margin: 5px -25px;
  	color: $color-logo-2;
  	opacity: 0;
  }*/
}
@media (min-width: 768px) and (max-width: 991px) {
  footer.footer1 .container .row .col.right ul li.telephone a {
    font-size: 1.35rem !important;
  }
}
footer.footer1 .container .row .col.right ul li.telephone a:last-child {
  border-bottom: 4px solid #ea4811;
  padding-bottom: 5px;
  top: -5px;
  position: relative;
}
footer.footer1 .container .row .col.right ul li.telephone a span {
  color: #ea4811;
  -webkit-transition: color 0.7s;
  transition: color 0.7s;
}
footer.footer1 .container .row .col.right ul li.telephone a:before {
  font-size: 1.5rem;
  margin: 15px 0 0 -30px;
}
footer.footer1 .container .row .col.right ul li.telephone a:hover {
  color: #203971;
}
footer.footer1 .container .row .col.right ul li.telephone a:hover span {
  color: #fab615;
}
footer.footer1 .container .row .col.right ul li.telephone a:hover:before {
  margin-left: -45px;
}
footer.footer1 .container .row .col.right ul li.telephone:hover a:hover {
  color: #ea4811;
}
footer.footer1 .container .row .col.right ul li.telephone:hover a:hover:before {
  color: #ea4811;
  margin-left: -30px;
  margin-top: 16px;
}
footer.footer1 .container .row .col.right ul li.telephone:hover a:hover span {
  color: #203971;
}
footer.footer1 .container .row .col.right ul li a {
  font-size: 0.95rem;
  font-size: 0.95rem;
  font-weight: 400;
}

.show-tour #carouselslider {
  border-bottom: hidden;
}
.show-tour #carouselslider .carousel-indicators .thumbnail {
  display: block !important;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .nyk-nav-pills .tab-content .tab-pane .team-worker {
    width: -ms-calc(100% / 2 - 10px) !important;
    width: -o-calc(100% / 2 - 10px) !important;
    width: -khtml-calc(100% / 2 - 10px) !important;
    width: calc(100% / 2 - 10px) !important;
  }

  .sidebar-parent {
    width: 255px !important;
    min-width: 255px !important;
    max-width: 255px !important;
    display: -moz-flex ;
    display: -ms-flexbox ;
    display: -o-flex ;
    display: -khtml-flex ;
    display: -webkit-box;
    display: flex ;
    -ms-flex-wrap: wrap ;
    -o-flex-wrap: wrap ;
    -khtml-flex-wrap: wrap ;
    flex-wrap: wrap ;
  }
  .sidebar-parent .sidebar {
    width: 255px !important;
    min-width: 255px !important;
    max-width: 255px !important;
    margin: 15px auto;
  }
  .sidebar-parent.tour-sidebar-div {
    width: 960px !important;
    min-width: 960px !important;
    max-width: 960px !important;
    -ms-flex-order: 1;
    -moz-order: 1;
    -ms-order: 1;
    -o-order: 1;
    -khtml-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  .sidebar-parent.tour-sidebar-div + div {
    width: 960px !important;
    min-width: 960px !important;
    max-width: 960px !important;
  }
  .sidebar-parent.tour-sidebar-div + div .travel-tours .days {
    width: 343px !important;
    min-width: 343px !important;
    max-width: 343px !important;
  }
  .sidebar-parent.tour-sidebar-div + div .travel-tours .days + .info {
    width: 431px !important;
    min-width: 431px !important;
    max-width: 431px !important;
  }
  .sidebar-parent.tour-sidebar-div + div .show-tour.row {
    width: 960px !important;
    min-width: 960px !important;
    max-width: 960px !important;
  }
  .sidebar-parent + div {
    max-width: 675px !important;
    margin-left: auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .nyk-nav-pills .nav-pills a.nav-link {
    font-size: .9rem;
    width: 185px !important;
    min-width: 185px !important;
    max-width: 185px !important;
  }

  .nyk-nav-pills .tab-content .tab-pane .team-worker {
    width: -ms-calc(100% / 2 - 10px) !important;
    width: -o-calc(100% / 2 - 10px) !important;
    width: -khtml-calc(100% / 2 - 10px) !important;
    width: calc(100% / 2 - 10px) !important;
  }

  div.breadcrumb.page-title {
    padding: 0 !important;
    margin-top: -1rem !important;
  }
  div.breadcrumb.page-title * {
    font-size: 2rem !important;
  }

  .sidebar-parent {
    width: 255px !important;
    min-width: 255px !important;
    max-width: 255px !important;
  }
  .sidebar-parent .sidebar {
    width: 255px !important;
    min-width: 255px !important;
    max-width: 255px !important;
  }
  .sidebar-parent .sidebar #reservation_full {
    height: 390px !important;
    min-height: 390px !important;
    max-height: 390px !important;
  }
  .sidebar-parent .sidebar #reservation_active {
    height: 470px !important;
    min-height: 470px !important;
    max-height: 470px !important;
  }
  .sidebar-parent.tour-sidebar-div {
    width: 720px !important;
    min-width: 720px !important;
    max-width: 720px !important;
    -ms-flex-order: 1;
    -moz-order: 1;
    -ms-order: 1;
    -o-order: 1;
    -khtml-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
    display: flex;
  }
  .sidebar-parent.tour-sidebar-div .sidebar {
    float: left;
    width: 230px !important;
    min-width: 230px !important;
    max-width: 230px !important;
    margin: 15px auto;
  }
  .sidebar-parent.tour-sidebar-div + div {
    width: 720px !important;
    min-width: 720px !important;
    max-width: 720px !important;
  }
  .sidebar-parent.tour-sidebar-div + div .travel-tours .days {
    width: 225px !important;
    min-width: 225px !important;
    max-width: 225px !important;
  }
  .sidebar-parent.tour-sidebar-div + div .travel-tours .days .between-few-dates {
    font-size: 2.25rem;
  }
  .sidebar-parent.tour-sidebar-div + div .travel-tours .days .between-few-dates > b {
    font-size: 2.25rem;
  }
  .sidebar-parent.tour-sidebar-div + div .travel-tours .days + .info {
    width: 349px !important;
    min-width: 349px !important;
    max-width: 349px !important;
  }
  .sidebar-parent.tour-sidebar-div + div .travel-tours .days + .info + .price b {
    font-size: 1.3rem;
    margin: 6px 0 0 0;
  }
  .sidebar-parent.tour-sidebar-div + div .travel-tours .days + .info + .price + .code {
    font-size: .9rem;
    line-height: 1.8;
  }
  .sidebar-parent.tour-sidebar-div + div .travel-tours .days + .info + .price + .code + .title {
    font-size: 1.15rem;
    line-height: 1.8;
    white-space: nowrap ;
    overflow: hidden ;
    text-overflow: ellipsis ;
  }
  .sidebar-parent.tour-sidebar-div + div .travel-tours .days + .info + .price + .code + .title + .daynight {
    font-size: .8rem;
    line-height: 2;
    padding-top: 8px;
  }
  .sidebar-parent.tour-sidebar-div + div .show-tour.row {
    width: 720px !important;
    min-width: 720px !important;
    max-width: 720px !important;
  }
  .sidebar-parent.tour-sidebar-div + div .show-tour.row .airline .campaign {
    -webkit-transform: scale(0.7, 0.7);
    transform: scale(0.7, 0.7);
    top: -23px;
    right: -4px;
  }
  .sidebar-parent.tour-sidebar-div + div .show-tour.row .prices > div > .price .big-price {
    font-size: 2rem;
  }
  .sidebar-parent.tour-sidebar-div + div .show-tour.row .prices > div > .price .big-price span {
    font-size: 1.25rem;
  }
  .sidebar-parent.tour-sidebar-div + div .show-tour.row .prices > div > .price .small-price {
    font-size: 1.25rem;
  }
  .sidebar-parent.tour-sidebar-div + div .show-tour.row .prices > div > .price .small-price span {
    font-size: .9rem;
  }
  .sidebar-parent.tour-sidebar-div + div .show-tour.row .prices > div .children-price > div.age {
    font-size: .75rem;
  }
  .sidebar-parent.tour-sidebar-div + div .show-tour.row .prices > div .children-price > div.price.first {
    font-size: .8rem;
  }
  .sidebar-parent.tour-sidebar-div + div .show-tour.row .prices > div .children-price > div.price.first span {
    font-size: .6rem;
  }
  .sidebar-parent.tour-sidebar-div + div .show-tour.row .prices > div .children-price > div.price.second {
    font-size: .8rem;
  }
  .sidebar-parent.tour-sidebar-div + div .show-tour.row .prices > div .children-price > div.price.second span {
    font-size: .6rem;
  }
  .sidebar-parent.tour-sidebar-div + div .show-tour.row .prices > div .children-price > div.price.third {
    font-size: .8rem;
  }
  .sidebar-parent.tour-sidebar-div + div .show-tour.row .prices > div .children-price > div.price.third span {
    font-size: .6rem;
  }
  .sidebar-parent.tour-sidebar-div + div .show-tour.row .tour-round-trip * {
    font-size: .75rem;
  }
  .sidebar-parent.tour-sidebar-div + div .show-tour.row #carouselslider .carousel-indicators {
    right: 15px;
    width: 100px !important;
    min-width: 100px !important;
    max-width: 100px !important;
  }
  .sidebar-parent.tour-sidebar-div + div .show-tour.row #carouselslider .carousel-indicators * {
    width: 80px !important;
    min-width: 80px !important;
    max-width: 80px !important;
    height: 84px !important;
    min-height: 84px !important;
    max-height: 84px !important;
  }
  .sidebar-parent.tour-sidebar-div + div .finish .rotate3d-circle .item a {
    background-color: #565656 !important;
    color: #a0a0a0 !important;
  }
  .sidebar-parent.tour-sidebar-div + div .full .rotate3d-circle .item a {
    background-color: #cc4539 !important;
    color: #e4bfbc !important;
  }
  .sidebar-parent.tour-sidebar-div + div .rotate3d-circle .item {
    width: 100px;
    height: 100px;
  }
  .sidebar-parent.tour-sidebar-div + div .rotate3d-circle .item .info-wrap {
    width: 82px;
    height: 82px;
    -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.2),inset 0 0 3px rgba(115, 114, 23, 0.8) !important;
    -ms-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.2),inset 0 0 3px rgba(115, 114, 23, 0.8) !important;
    -o-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.2),inset 0 0 3px rgba(115, 114, 23, 0.8) !important;
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.2),inset 0 0 3px rgba(115, 114, 23, 0.8) !important;
  }
  .sidebar-parent.tour-sidebar-div + div .rotate3d-circle .item .info-wrap .info {
    width: 82px;
    height: 82px;
    -webkit-transform: none !important;
    -khtml-transform: none !important;
    transform: none !important;
    -webkit-transform-style: unset !important;
    -khtml-transform-style: unset !important;
    transform-style: unset !important;
  }
  .sidebar-parent.tour-sidebar-div + div .rotate3d-circle .item .info-wrap .info .info-front + .info-back {
    opacity: 1;
    visibility: visible;
  }
  .sidebar-parent.tour-sidebar-div + div .rotate3d-circle .item .info-wrap .info .info-back {
    opacity: 1 !important;
    visibility: visible !important;
    -webkit-transform: none !important;
    -khtml-transform: none !important;
    transform: none !important;
    -webkit-transform-style: unset !important;
    -khtml-transform-style: unset !important;
    transform-style: unset !important;
  }
  .sidebar-parent.tour-sidebar-div + div .rotate3d-circle .item .info-wrap .info .info-back h3 {
    padding: 33px 0 0 0;
    font-size: 100%;
    letter-spacing: 0;
  }
  .sidebar-parent.tour-sidebar-div + div .rotate3d-circle .item .info-wrap .info .info-back h3 span {
    top: 1px;
    left: -1px;
    font-size: .6rem;
  }
  .sidebar-parent.tour-sidebar-div + div .rotate3d-circle .item .info-wrap .info .info-back h3 + span {
    display: none;
  }
  .sidebar-parent.tour-sidebar-div + div .rotate3d-circle .item .info-wrap .info .info-back a {
    top: 73px;
    height: 25px;
    width: auto;
    background-color: #203971;
    border-radius: 3px !important;
  }
  .sidebar-parent + div {
    max-width: 430px !important;
    margin-left: auto;
  }
  .sidebar-parent + div section.umrah-tours table thead tr th header.caption {
    min-width: -ms-calc(100% - 180px) !important;
    min-width: -o-calc(100% - 180px) !important;
    min-width: -khtml-calc(100% - 180px) !important;
    min-width: calc(100% - 180px) !important;
    max-width: -ms-calc(100% - 180px) !important;
    max-width: -o-calc(100% - 180px) !important;
    max-width: -khtml-calc(100% - 180px) !important;
    max-width: calc(100% - 180px) !important;
    width: -ms-calc(100% - 180px) !important;
    width: -o-calc(100% - 180px) !important;
    width: -khtml-calc(100% - 180px) !important;
    width: calc(100% - 180px) !important;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .nyk-nav-pills .nav-pills a.nav-link {
    font-size: .7rem;
    line-height: 2;
    width: 150px !important;
    min-width: 150px !important;
    max-width: 150px !important;
  }

  .nyk-nav-pills .tab-content .tab-pane .team-worker {
    width: -ms-calc(100% / 1 - 10px) !important;
    width: -o-calc(100% / 1 - 10px) !important;
    width: -khtml-calc(100% / 1 - 10px) !important;
    width: calc(100% / 1 - 10px) !important;
  }

  div.breadcrumb.page-title {
    padding: 0 !important;
    margin-top: -1rem !important;
  }
  div.breadcrumb.page-title * {
    font-size: 1.3rem !important;
  }

  .sidebar-parent {
    width: 540px !important;
    min-width: 540px !important;
    max-width: 540px !important;
    -ms-flex-order: 1;
    -moz-order: 1;
    -ms-order: 1;
    -o-order: 1;
    -khtml-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
    padding: 0;
  }
  .sidebar-parent .sidebar {
    float: right;
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
  }
  .sidebar-parent .sidebar.reservation form > ul > li:nth-child(2):before {
    left: 0;
  }
  .sidebar-parent + div {
    width: 540px !important;
    min-width: 540px !important;
    max-width: 540px !important;
    float: right;
    margin-bottom: 15px;
  }
  .sidebar-parent + div .travel-tours .days {
    width: 150px !important;
    min-width: 150px !important;
    max-width: 150px !important;
  }
  .sidebar-parent + div .travel-tours .days .between-few-dates {
    font-size: 1.5rem;
    padding-top: 20px;
  }
  .sidebar-parent + div .travel-tours .days .between-few-dates > b {
    font-size: 1.5rem;
  }
  .sidebar-parent + div .travel-tours .days .between-few-dates + .content {
    font-size: 1.15rem;
  }
  .sidebar-parent + div .travel-tours .days + .info {
    width: 274px !important;
    min-width: 274px !important;
    max-width: 274px !important;
  }
  .sidebar-parent + div .travel-tours .days + .info + .price {
    font-size: .77rem;
  }
  .sidebar-parent + div .travel-tours .days + .info + .price b {
    font-size: 1rem;
    margin: 6px 0 6px 0;
  }
  .sidebar-parent + div .travel-tours .days + .info + .price b span {
    font-size: .6rem;
  }
  .sidebar-parent + div .travel-tours .days + .info + .price + .code {
    font-size: .7rem;
    line-height: 2.5;
  }
  .sidebar-parent + div .travel-tours .days + .info + .price + .code + .title {
    font-size: 1rem;
    line-height: 2.2;
    white-space: nowrap ;
    overflow: hidden ;
    text-overflow: ellipsis ;
  }
  .sidebar-parent + div .travel-tours .days + .info + .price + .code + .title + .daynight {
    font-size: .6rem;
    line-height: 3.5;
  }
  .sidebar-parent + div .travel-tours .days + .info + .price + .code + .title + .daynight.daily {
    line-height: 2.5 !important;
  }
  .sidebar-parent + div .travel-tours .days + .info + .price + .code + .title + .daynight + .show-tour:not(.row), .sidebar-parent + div .travel-tours .days + .info + .price + .code + .title + .daynight + .show-tour:not(.row) a {
    font-size: 1.25rem;
    line-height: 1.7;
  }
  .sidebar-parent + div .show-tour.row {
    width: 540px !important;
    min-width: 540px !important;
    max-width: 540px !important;
  }
  .sidebar-parent + div .show-tour.row .campaign-off {
    margin-bottom: 70px !important;
  }
  .sidebar-parent + div .show-tour.row > .container > .row {
    background-color: #ffffff;
  }
  .sidebar-parent + div .show-tour.row .airline {
    position: relative;
    top: -2px;
    z-index: 111;
    border-top: 1px solid #b9b9b9;
    border-bottom: hidden;
    min-width: 100% !important;
    padding-bottom: 54px;
  }
  .sidebar-parent + div .show-tour.row .daynight {
    font-size: 1.25rem;
    padding: 0 10px;
    line-height: 2.2;
    min-width: 200px;
  }
  .sidebar-parent + div .show-tour.row .airline .campaign {
    -webkit-transform: scale(0.7, 0.7);
    transform: scale(0.7, 0.7);
    top: -55px;
    right: -7px;
  }
  .sidebar-parent + div .show-tour.row .tour-caption {
    position: relative;
    margin-top: -35px;
  }
  .sidebar-parent + div .show-tour.row .daynight + .title {
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
    border-top: 1px solid #b9b9b9;
    border-bottom: hidden !important;
    margin-top: -72px;
    margin-bottom: 0 !important;
    padding-top: 45px;
    padding-right: 77px;
    font-size: 1.25rem;
    font-weight: 700;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .sidebar-parent + div .show-tour.row .daynight + .title .airline {
    width: 0 !important;
    min-width: 0 !important;
    max-width: 0 !important;
    height: 0 !important;
    min-height: 0 !important;
    max-height: 0 !important;
    padding: 0 !important;
    position: absolute;
    right: 0;
  }
  .sidebar-parent + div .show-tour.row .daynight + .title + .prices > div .title {
    font-size: .95rem;
  }
  .sidebar-parent + div .show-tour.row .daynight + .title + .prices > div .title + .price {
    height: 172px !important;
    min-height: 172px !important;
    max-height: 172px !important;
  }
  .sidebar-parent + div .show-tour.row .daynight + .title + .prices > div .very-big-price {
    font-size: 2.5rem;
    -ms-flex-item-align: center;
        align-self: center;
  }
  .sidebar-parent + div .show-tour.row .daynight + .title + .prices > div .very-big-price span {
    font-size: 1.6rem;
  }
  .sidebar-parent + div .show-tour.row .daynight + .title + .prices > div .children-price {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .sidebar-parent + div .show-tour.row .daynight + .title + .prices > div .children-price.singular:not(.daytime) {
    height: 54px !important;
    min-height: 54px !important;
    max-height: 54px !important;
  }
  .sidebar-parent + div .show-tour.row .daynight + .title + .prices > div .children-price.singular:not(.daytime) .age {
    font-size: .987rem !important;
    padding-top: 1px;
  }
  .sidebar-parent + div .show-tour.row .daynight + .title + .prices > div .children-price.daytime {
    height: 56px !important;
    min-height: 56px !important;
    max-height: 56px !important;
  }
  .sidebar-parent + div .show-tour.row .daynight + .title + .prices > div .children-price.daytime .age {
    font-size: 1rem !important;
    min-height: 100%;
    padding-top: 7px;
    text-align: center;
  }
  .sidebar-parent + div .show-tour.row .daynight + .title + .prices > div .children-price.daytime .age span {
    width: 100%;
    background: #999798;
    display: block;
    line-height: 1;
  }
  .sidebar-parent + div .show-tour.row .daynight + .title + .prices > div .children-price .price {
    font-size: 1.15rem;
    font-weight: 700;
    width: 100%;
    margin-top: -7px;
  }
  .sidebar-parent + div .show-tour.row .daynight + .title + .prices > div .children-price .price span {
    font-size: .9rem;
  }
  .sidebar-parent + div .show-tour.row .daynight + .title + .prices > div .start .d-flex {
    display: -webkit-box !important;
    -webkit-line-clamp: 9 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    font-size: .8rem;
    height: 170px !important;
    min-height: 170px !important;
    max-height: 170px !important;
  }
  .sidebar-parent + div .show-tour.row .prices > div .title {
    font-size: .8rem;
  }
  .sidebar-parent + div .show-tour.row .prices > div > .price .big-price {
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
    font-size: 2rem;
    padding: 7px 0 0 0;
    text-align: left;
    text-indent: 37px;
  }
  .sidebar-parent + div .show-tour.row .prices > div > .price .big-price span {
    font-size: 1.25rem;
  }
  .sidebar-parent + div .show-tour.row .prices > div > .price .small-price {
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
    font-size: 1.25rem;
    padding: 0;
    text-align: left;
    text-indent: 37px;
  }
  .sidebar-parent + div .show-tour.row .prices > div > .price .small-price:last-child {
    padding-bottom: 10px;
  }
  .sidebar-parent + div .show-tour.row .prices > div > .price .small-price span {
    font-size: .9rem;
  }
  .sidebar-parent + div .show-tour.row .prices > div .children-price > div.age {
    font-size: .6rem;
  }
  .sidebar-parent + div .show-tour.row .prices > div .children-price > div.price.first {
    font-size: .6rem;
    font-weight: 300;
  }
  .sidebar-parent + div .show-tour.row .prices > div .children-price > div.price.first span {
    font-size: .45rem;
    font-weight: 300;
  }
  .sidebar-parent + div .show-tour.row .prices > div .children-price > div.price.second {
    font-size: .6rem;
    font-weight: 300;
  }
  .sidebar-parent + div .show-tour.row .prices > div .children-price > div.price.second span {
    font-size: .45rem;
    font-weight: 300;
  }
  .sidebar-parent + div .show-tour.row .prices > div .children-price > div.price.third {
    font-size: .6rem;
    font-weight: 300;
  }
  .sidebar-parent + div .show-tour.row .prices > div .children-price > div.price.third span {
    font-size: .45rem;
    font-weight: 300;
  }
  .sidebar-parent + div .show-tour.row .tour-round-trip > div > div > div {
    font-size: .6rem;
  }
  .sidebar-parent + div .show-tour.row .tour-round-trip > div > div:last-child {
    font-size: .6rem;
  }
  .sidebar-parent + div .show-tour.row #carouselslider .carousel-indicators {
    right: 15px;
    width: 100px !important;
    min-width: 100px !important;
    max-width: 100px !important;
  }
  .sidebar-parent + div .show-tour.row #carouselslider .carousel-indicators * {
    width: 80px !important;
    min-width: 80px !important;
    max-width: 80px !important;
    height: 80px !important;
    min-height: 80px !important;
    max-height: 80px !important;
  }
  .sidebar-parent + div .show-tour.row .bbacd-tour-tabs nav .nav-tabs a {
    font-size: .7rem;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .sidebar-parent + div .show-tour.row .bbacd-tour-tabs [role="tabpanel"] ul * {
    font-size: .8rem;
  }
  .sidebar-parent + div .show-tour.row .bbacd-tour-tabs [role="tabpanel"] .card-body h4 {
    font-size: 1.15rem;
  }
  .sidebar-parent + div .show-tour.row .bbacd-tour-tabs [role="tabpanel"] .card-body p {
    font-size: .8rem;
  }
  .sidebar-parent + div .show-tour.row .bbacd-tour-tabs [role="tabpanel"] .card-body.card {
    font-size: .8rem;
    padding: .35rem .55rem;
  }
  .sidebar-parent + div .show-tour.row .banks-list-collapse a {
    padding: 0 5px;
  }
  .sidebar-parent + div section.umrah-tours table tbody tr:nth-child(5) ul li {
    white-space: nowrap ;
    overflow: hidden ;
    text-overflow: ellipsis ;
  }
  .sidebar-parent + div .finish .rotate3d-circle .item a {
    background-color: #565656 !important;
    color: #a0a0a0 !important;
  }
  .sidebar-parent + div .full .rotate3d-circle .item a {
    background-color: #cc4539 !important;
    color: #e4bfbc !important;
  }
  .sidebar-parent + div section.umrah-tours table thead tr th header.caption {
    min-width: -ms-calc(100% - 180px) !important;
    min-width: -o-calc(100% - 180px) !important;
    min-width: -khtml-calc(100% - 180px) !important;
    min-width: calc(100% - 180px) !important;
    max-width: -ms-calc(100% - 180px) !important;
    max-width: -o-calc(100% - 180px) !important;
    max-width: -khtml-calc(100% - 180px) !important;
    max-width: calc(100% - 180px) !important;
    width: -ms-calc(100% - 180px) !important;
    width: -o-calc(100% - 180px) !important;
    width: -khtml-calc(100% - 180px) !important;
    width: calc(100% - 180px) !important;
  }
  .sidebar-parent + div .rotate3d-circle .item {
    width: 90px;
    height: 90px;
    right: 5px !important;
  }
  .sidebar-parent + div .rotate3d-circle .item .info-wrap {
    width: 72px;
    height: 72px;
    -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.2),inset 0 0 3px rgba(115, 114, 23, 0.8) !important;
    -ms-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.2),inset 0 0 3px rgba(115, 114, 23, 0.8) !important;
    -o-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.2),inset 0 0 3px rgba(115, 114, 23, 0.8) !important;
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.2),inset 0 0 3px rgba(115, 114, 23, 0.8) !important;
  }
  .sidebar-parent + div .rotate3d-circle .item .info-wrap .info {
    width: 72px;
    height: 72px;
    -webkit-transform: none !important;
    -khtml-transform: none !important;
    transform: none !important;
    -webkit-transform-style: unset !important;
    -khtml-transform-style: unset !important;
    transform-style: unset !important;
  }
  .sidebar-parent + div .rotate3d-circle .item .info-wrap .info .info-front + .info-back {
    opacity: 1;
    visibility: visible;
  }
  .sidebar-parent + div .rotate3d-circle .item .info-wrap .info .info-back {
    opacity: 1 !important;
    visibility: visible !important;
    -webkit-transform: none !important;
    -khtml-transform: none !important;
    transform: none !important;
    -webkit-transform-style: unset !important;
    -khtml-transform-style: unset !important;
    transform-style: unset !important;
  }
  .sidebar-parent + div .rotate3d-circle .item .info-wrap .info .info-back h3 {
    padding: 27px 0 0 0;
    font-size: 100%;
    letter-spacing: 0;
  }
  .sidebar-parent + div .rotate3d-circle .item .info-wrap .info .info-back h3 span {
    top: 1px;
    left: -1px;
    font-size: .6rem;
  }
  .sidebar-parent + div .rotate3d-circle .item .info-wrap .info .info-back h3 + span {
    display: none;
  }
  .sidebar-parent + div .rotate3d-circle .item .info-wrap .info .info-back a {
    top: 73px;
    height: 25px;
    width: auto;
    background-color: #203971;
    border-radius: 3px !important;
  }
}
@media (max-width: 575px) {
  .nyk-nav-pills > .col-3, .nyk-nav-pills > .col-9 {
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
  }
  .nyk-nav-pills #corporate-tab, .nyk-nav-pills .corporate-tabcontent {
    position: relative;
    top: -50px;
  }

  .nyk-nav-pills .nav-pills {
    float: none !important;
    display: inline-table;
    text-align: center;
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
  }

  .nyk-nav-pills .nav-pills a.nav-link {
    font-size: .7rem;
    line-height: 2.8;
    display: table-cell;
    width: 33.3333333333% !important;
    min-width: 33.3333333333% !important;
    max-width: 33.3333333333% !important;
  }

  .nyk-nav-pills .tab-content .tab-pane .team-worker {
    width: -ms-calc(100% / 1 - 10px) !important;
    width: -o-calc(100% / 1 - 10px) !important;
    width: -khtml-calc(100% / 1 - 10px) !important;
    width: calc(100% / 1 - 10px) !important;
  }

  div.breadcrumb.page-title {
    padding: 0 !important;
    margin-top: -1rem !important;
  }
  div.breadcrumb.page-title * {
    font-size: 1.3rem !important;
  }

  .sidebar-parent {
    width: 100vw !important;
    min-width: 100vw !important;
    max-width: 100vw !important;
    -ms-flex-order: 1;
    -moz-order: 1;
    -ms-order: 1;
    -o-order: 1;
    -khtml-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
    padding: 0;
  }
  .sidebar-parent .sidebar {
    float: right;
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
  }
  .sidebar-parent .sidebar.reservation form > ul > li:nth-child(2):before {
    left: 0;
  }
  .sidebar-parent.tour-sidebar-div + div {
    background-color: transparent !important;
    padding: 0;
  }
  .sidebar-parent + div {
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
    float: right;
    margin-bottom: 15px;
    /*& section.umrah-tours .table .tour-no{
        position: absolute;
        margin-top: 60px;
        & div{
            margin: 0 0 1px -11px;
        }
    }*/
    /*& section.umrah-tours table thead tr th header.caption{
        padding-bottom: 115px;
        @include calc(min-width,100% - 35px,!important);
        @include calc(max-width,100% - 35px,!important);
        @include calc(width,100% - 35px,!important);
    }*/
  }
  .sidebar-parent + div .travel-tours {
    background: #ffffff;
    padding-top: 0;
    padding-bottom: 1rem;
    margin-top: 15px;
    border-top: 0.5px solid #ea4811;
  }
  .sidebar-parent + div .travel-tours:first-child {
    margin-top: 0;
  }
  .sidebar-parent + div .travel-tours.full .daynight {
    background-color: #b5b5b5 !important;
    color: #1f1f1f !important;
  }
  .sidebar-parent + div .travel-tours.finish .daynight {
    background-color: #787878 !important;
    color: #ffffff !important;
  }
  .sidebar-parent + div .travel-tours .days {
    background: transparent;
    width: 50% !important;
    min-width: 50% !important;
    max-width: 50% !important;
    padding-top: 3px;
    margin-top: 78px;
    padding-right: 8px;
  }
  .sidebar-parent + div .travel-tours .days .between-few-dates {
    font-size: 1.5rem;
    line-height: 1.2;
    text-align: center;
    padding-top: 15px;
  }
  .sidebar-parent + div .travel-tours .days .between-few-dates > b {
    font-size: 1.75rem;
  }
  .sidebar-parent + div .travel-tours .days .between-few-dates + .content {
    font-size: 1.1rem;
    line-height: 2;
    text-align: center;
    color: #565656;
  }
  .sidebar-parent + div .travel-tours .days + .info {
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    min-height: auto !important;
    max-height: 99.59px !important;
    display: none !important;
  }
  .sidebar-parent + div .travel-tours .days + .info + .price {
    font-size: .7rem;
    width: 50% !important;
    min-width: 50% !important;
    max-width: 50% !important;
    background-color: transparent;
    padding-top: 5px;
    padding-left: 0;
    text-align: center;
    border-top: hidden !important;
    border-left: 1px solid #eeeeee;
    margin-top: 78px;
  }
  .sidebar-parent + div .travel-tours .days + .info + .price b {
    font-size: 2rem;
    margin: 6px 0 0 0;
  }
  .sidebar-parent + div .travel-tours .days + .info + .price b span {
    font-size: 1rem;
  }
  .sidebar-parent + div .travel-tours .days + .info + .price + .code {
    min-width: -ms-calc(50%) !important;
    min-width: -o-calc(50%) !important;
    min-width: -khtml-calc(50%) !important;
    min-width: calc(50%) !important;
    max-width: -ms-calc(50%) !important;
    max-width: -o-calc(50%) !important;
    max-width: -khtml-calc(50%) !important;
    max-width: calc(50%) !important;
    width: -ms-calc(50%) !important;
    width: -o-calc(50%) !important;
    width: -khtml-calc(50%) !important;
    width: calc(50%) !important;
    height: 40px !important;
    min-height: 40px !important;
    max-height: 40px !important;
    padding-top: 8px;
    font-size: 1.25rem;
    background-color: #ea4811;
    position: absolute;
    color: white;
    left: 0;
    margin-top: 40px;
  }
  .sidebar-parent + div .travel-tours .days + .info + .price + .code + .title {
    white-space: nowrap ;
    overflow: hidden ;
    text-overflow: ellipsis ;
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
    font-size: 1.15rem;
    padding: 5px 0 7px 0;
    background-color: transparent;
    position: relative;
    bottom: 162px;
    text-align: center;
  }
  .sidebar-parent + div .travel-tours .days + .info + .price + .code + .title + .daynight {
    font-size: 1rem;
    min-width: -ms-calc(50%) !important;
    min-width: -o-calc(50%) !important;
    min-width: -khtml-calc(50%) !important;
    min-width: calc(50%) !important;
    max-width: -ms-calc(50%) !important;
    max-width: -o-calc(50%) !important;
    max-width: -khtml-calc(50%) !important;
    max-width: calc(50%) !important;
    width: -ms-calc(50%) !important;
    width: -o-calc(50%) !important;
    width: -khtml-calc(50%) !important;
    width: calc(50%) !important;
    border-left: 1px solid white;
    padding: 11px 0 7px 0;
    position: absolute;
    right: 0;
    margin-top: 40px;
    height: 40px !important;
    min-height: 40px !important;
    max-height: 40px !important;
  }
  .sidebar-parent + div .travel-tours .days + .info + .price + .code + .title + .daynight + .show-tour:not(.row), .sidebar-parent + div .travel-tours .days + .info + .price + .code + .title + .daynight + .show-tour:not(.row) a {
    position: relative;
    height: 0;
    width: 50% !important;
    min-width: 50% !important;
    max-width: 50% !important;
    background-color: transparent;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -moz-flex ;
    display: -ms-flexbox ;
    display: -o-flex ;
    display: -khtml-flex ;
    display: -webkit-box;
    display: flex ;
    -ms-flex-wrap: wrap ;
    -o-flex-wrap: wrap ;
    -khtml-flex-wrap: wrap ;
    flex-wrap: wrap ;
    margin: auto;
  }
  .sidebar-parent + div .travel-tours .days + .info + .price + .code + .title + .daynight + .show-tour:not(.row) {
    height: 38px !important;
    min-height: 38px !important;
    max-height: 38px !important;
    border-top: 1px solid;
    border-bottom: 1px solid;
    margin-top: -38px;
    top: 15px;
  }
  .sidebar-parent + div .travel-tours .days + .info + .price + .code + .title + .daynight + .show-tour:not(.row):hover a, .sidebar-parent + div .travel-tours .days + .info + .price + .code + .title + .daynight + .show-tour:not(.row):active a, .sidebar-parent + div .travel-tours .days + .info + .price + .code + .title + .daynight + .show-tour:not(.row):focus a {
    color: #ffffff;
  }
  .sidebar-parent + div .travel-tours .days + .info + .price + .code + .title + .daynight + .show-tour:not(.row) a {
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
    height: 38px !important;
    min-height: 38px !important;
    max-height: 38px !important;
  }
  .sidebar-parent + div .travel-tours .days + .info + .price + .code + .title + .daynight + .show-tour:not(.row) a:hover, .sidebar-parent + div .travel-tours .days + .info + .price + .code + .title + .daynight + .show-tour:not(.row) a:active, .sidebar-parent + div .travel-tours .days + .info + .price + .code + .title + .daynight + .show-tour:not(.row) a:focus {
    color: #ffffff;
  }
  .sidebar-parent + div .show-tour.row {
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
    margin: 0;
    position: relative;
    top: -40px;
  }
  .sidebar-parent + div .show-tour.row .campaign-off {
    margin-bottom: 70px !important;
  }
  .sidebar-parent + div .show-tour.row > .container {
    padding: 0 !important;
  }
  .sidebar-parent + div .show-tour.row > .container > .row {
    background-color: #ffffff;
    margin: 0;
  }
  .sidebar-parent + div .show-tour.row .tour-code {
    background-color: #000000;
    color: #ffffff;
    padding-top: 5px;
    font-size: 1.05rem;
    font-weight: 900;
    border-bottom: 1px solid #b9b9b9;
    height: 40px;
    text-align: center;
    line-height: 2;
    min-width: 110px;
  }
  .sidebar-parent + div .show-tour.row .airline {
    position: relative;
    margin-top: 95px;
    border: hidden;
    min-width: 100% !important;
    padding-bottom: 0;
    text-align: center;
  }
  .sidebar-parent + div .show-tour.row .daynight {
    font-size: 1.05rem;
    padding: 0 10px;
    line-height: 2.5;
    min-width: 200px;
    border: hidden;
  }
  .sidebar-parent + div .show-tour.row .daynight + .title {
    min-width: 100%;
    height: 95px !important;
    min-height: 95px !important;
    max-height: 95px !important;
    padding-top: 31px;
    border-top: 1px solid #b9b9b9;
    border-bottom: hidden !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    margin: -71px 0 0 0 !important;
  }
  .sidebar-parent + div .show-tour.row .daynight + .title .airline {
    position: absolute;
    right: -3px;
    margin-top: 32px;
    line-height: 0;
    height: 0;
  }
  .sidebar-parent + div .show-tour.row .airline .campaign {
    -webkit-transform: scale(0.57, 0.57);
    transform: scale(0.57, 0.57);
    top: -158px;
    right: -10px;
  }
  .sidebar-parent + div .show-tour.row .tour-caption {
    position: relative;
    margin-top: -108px;
    margin-bottom: 0;
    top: -44px;
    border-top: 1px solid #b9b9b9;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 80px !important;
    max-height: 80px !important;
    font-size: .9rem;
    padding: 40px 15px 28px 15px;
  }
  .sidebar-parent + div .show-tour.row .prices > div {
    margin: auto;
    width: 90% !important;
    min-width: 90% !important;
    max-width: 90% !important;
  }
  .sidebar-parent + div .show-tour.row .prices > div:not(:first-child) {
    margin-top: 8px;
  }
  .sidebar-parent + div .show-tour.row .prices > div .title {
    font-size: 1.2rem;
  }
  .sidebar-parent + div .show-tour.row .prices > div .title {
    font-size: 1.2rem;
  }
  .sidebar-parent + div .show-tour.row .prices > div > .price .big-price {
    width: 50% !important;
    min-width: 50% !important;
    max-width: 50% !important;
    font-size: 2rem;
    padding: 25px 0 25px 20px;
  }
  .sidebar-parent + div .show-tour.row .prices > div > .price .big-price span {
    font-size: 1.25rem;
  }
  .sidebar-parent + div .show-tour.row .prices > div > .price .small-price {
    width: 50% !important;
    min-width: 50% !important;
    max-width: 50% !important;
    font-size: 1.25rem;
    padding: 0;
    text-align: left;
    text-indent: 37px;
  }
  .sidebar-parent + div .show-tour.row .prices > div > .price .small-price.first {
    padding-top: 20px;
  }
  .sidebar-parent + div .show-tour.row .prices > div > .price .small-price.second {
    padding-bottom: 10px;
  }
  .sidebar-parent + div .show-tour.row .prices > div > .price .small-price span {
    font-size: .9rem;
  }
  .sidebar-parent + div .show-tour.row .prices > div .children-price > div.age {
    font-size: .9rem;
  }
  .sidebar-parent + div .show-tour.row .prices > div .children-price > div.price.first {
    font-size: .9rem;
  }
  .sidebar-parent + div .show-tour.row .prices > div .children-price > div.price.first span {
    font-size: .6rem;
  }
  .sidebar-parent + div .show-tour.row .prices > div .children-price > div.price.second {
    font-size: .9rem;
  }
  .sidebar-parent + div .show-tour.row .prices > div .children-price > div.price.second span {
    font-size: .6rem;
  }
  .sidebar-parent + div .show-tour.row .prices > div .children-price > div.price.third {
    font-size: .9rem;
  }
  .sidebar-parent + div .show-tour.row .prices > div .children-price > div.price.third span {
    font-size: .6rem;
  }
  .sidebar-parent + div .show-tour.row .tour-round-trip.kudus-exists > div {
    position: relative;
  }
  .sidebar-parent + div .show-tour.row .tour-round-trip.kudus-exists > div:nth-child(1) > div:last-child {
    top: 98px;
  }
  .sidebar-parent + div .show-tour.row .tour-round-trip.kudus-exists > div:nth-child(2) > div:first-child {
    bottom: 30px;
  }
  .sidebar-parent + div .show-tour.row .tour-round-trip.kudus-exists > div:nth-child(2) > div:last-child {
    top: 67px;
  }
  .sidebar-parent + div .show-tour.row .tour-round-trip.kudus-exists > div:nth-child(3) > div:first-child {
    bottom: 60px;
  }
  .sidebar-parent + div .show-tour.row .tour-round-trip.kudus-exists > div:nth-child(3) > div:last-child {
    top: 36px;
  }
  .sidebar-parent + div .show-tour.row .tour-round-trip.kudus-exists > div:nth-child(4) > div:first-child {
    bottom: 90px;
  }
  .sidebar-parent + div .show-tour.row .tour-round-trip.kudus-exists > div:nth-child(4) > div:last-child {
    top: 6px;
  }
  .sidebar-parent + div .show-tour.row .tour-round-trip:not(.kudus-exists) > div {
    position: relative;
  }
  .sidebar-parent + div .show-tour.row .tour-round-trip:not(.kudus-exists) > div:nth-child(1) > div:last-child {
    top: 62px;
  }
  .sidebar-parent + div .show-tour.row .tour-round-trip:not(.kudus-exists) > div:nth-child(2) > div:first-child {
    bottom: 32px;
  }
  .sidebar-parent + div .show-tour.row .tour-round-trip:not(.kudus-exists) > div:nth-child(2) > div:last-child {
    top: 31px;
  }
  .sidebar-parent + div .show-tour.row .tour-round-trip:not(.kudus-exists) > div:nth-child(3) > div:first-child {
    bottom: 63px;
  }
  .sidebar-parent + div .show-tour.row .tour-round-trip:not(.kudus-exists) > div:nth-child(3) > div:last-child {
    top: 0;
  }
  .sidebar-parent + div .show-tour.row .tour-round-trip > div > div {
    min-width: -ms-calc(100% - 50px) !important;
    min-width: -o-calc(100% - 50px) !important;
    min-width: -khtml-calc(100% - 50px) !important;
    min-width: calc(100% - 50px) !important;
    max-width: -ms-calc(100% - 50px) !important;
    max-width: -o-calc(100% - 50px) !important;
    max-width: -khtml-calc(100% - 50px) !important;
    max-width: calc(100% - 50px) !important;
    width: -ms-calc(100% - 50px) !important;
    width: -o-calc(100% - 50px) !important;
    width: -khtml-calc(100% - 50px) !important;
    width: calc(100% - 50px) !important;
    margin: 0 15px !important;
    white-space: nowrap ;
    overflow: hidden ;
    text-overflow: ellipsis ;
  }
  .sidebar-parent + div .show-tour.row .tour-round-trip > div > div > div {
    font-size: .7rem;
  }
  .sidebar-parent + div .show-tour.row .tour-round-trip > div > div > div:nth-child(1) {
    width: 70px !important;
    min-width: 70px !important;
    max-width: 70px !important;
  }
  .sidebar-parent + div .show-tour.row .tour-round-trip > div > div > div:nth-child(2) {
    text-align: center;
    width: 95px !important;
    min-width: 95px !important;
    max-width: 95px !important;
  }
  .sidebar-parent + div .show-tour.row .tour-round-trip > div > div > div:nth-child(3) {
    text-align: right;
    width: -ms-calc((100% - (70px + 95px))) !important;
    width: -o-calc((100% - (70px + 95px))) !important;
    width: -khtml-calc((100% - (70px + 95px))) !important;
    width: calc((100% - (70px + 95px))) !important;
  }
  .sidebar-parent + div .show-tour.row .tour-round-trip > div > div:last-child {
    font-size: .7rem;
    font-weight: 900 !important;
  }
  .sidebar-parent + div .show-tour.row .tour-round-trip > div > div:last-child b {
    font-weight: 500 !important;
    left: 90px;
    position: absolute;
  }
  .sidebar-parent + div .show-tour.row #carouselslider .carousel-indicators {
    right: 15px;
    width: 78px !important;
    min-width: 78px !important;
    max-width: 78px !important;
  }
  .sidebar-parent + div .show-tour.row #carouselslider .carousel-indicators * {
    width: 60px !important;
    min-width: 60px !important;
    max-width: 60px !important;
    height: 59px !important;
    min-height: 59px !important;
    max-height: 59px !important;
  }
  .sidebar-parent + div .show-tour.row .bbacd-tour-tabs nav .nav-tabs a {
    font-size: .7rem;
    word-spacing: 9990px;
    height: 67px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 25% !important;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -moz-flex ;
    display: -ms-flexbox ;
    display: -o-flex ;
    display: -khtml-flex ;
    display: -webkit-box;
    display: flex ;
    -ms-flex-wrap: wrap ;
    -o-flex-wrap: wrap ;
    -khtml-flex-wrap: wrap ;
    flex-wrap: wrap ;
  }
  .sidebar-parent + div .show-tour.row .bbacd-tour-tabs [role="tabpanel"] ul * {
    font-size: .8rem;
  }
  .sidebar-parent + div .show-tour.row .bbacd-tour-tabs [role="tabpanel"] .card-body h4 {
    font-size: 1.15rem;
  }
  .sidebar-parent + div .show-tour.row .bbacd-tour-tabs [role="tabpanel"] .card-body p {
    font-size: .8rem;
  }
  .sidebar-parent + div .show-tour.row .bbacd-tour-tabs [role="tabpanel"] .card-body.card {
    font-size: .8rem;
    padding: .35rem .55rem;
  }
  .sidebar-parent + div .show-tour.row .banks-list-collapse {
    padding: 10px 0 10px 0 !important;
    margin: 0 !important;
  }
  .sidebar-parent + div .show-tour.row .banks-list-collapse a {
    padding: 0 2px;
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
  }
  .sidebar-parent + div .show-tour.row .banks-list-collapse > div:first-child {
    width: 73px !important;
    min-width: 73px !important;
    max-width: 73px !important;
    padding-right: 10px !important;
  }
  .sidebar-parent + div .show-tour.row .banks-list-collapse > div:last-child {
    min-width: -ms-calc(100% - 73px) !important;
    min-width: -o-calc(100% - 73px) !important;
    min-width: -khtml-calc(100% - 73px) !important;
    min-width: calc(100% - 73px) !important;
    max-width: -ms-calc(100% - 73px) !important;
    max-width: -o-calc(100% - 73px) !important;
    max-width: -khtml-calc(100% - 73px) !important;
    max-width: calc(100% - 73px) !important;
    width: -ms-calc(100% - 73px) !important;
    width: -o-calc(100% - 73px) !important;
    width: -khtml-calc(100% - 73px) !important;
    width: calc(100% - 73px) !important;
  }
  .sidebar-parent + div section.umrah-tours .table tbody td:not([colspan="4"]):not([colspan="5"]):nth-child(1), .sidebar-parent + div section.umrah-tours .table tbody td:not([colspan="4"]):not([colspan="5"]):nth-child(2) {
    display: none;
  }
  .sidebar-parent + div section.umrah-tours table tbody tr {
    border-top: 1px solid #e3e3e3;
    width: 100vw;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .sidebar-parent + div section.umrah-tours table tbody tr:first-child {
    border-top: hidden;
  }
  .sidebar-parent + div section.umrah-tours table tbody tr:nth-child(4), .sidebar-parent + div section.umrah-tours table tbody tr:nth-child(5) {
    display: block;
  }
  .sidebar-parent + div section.umrah-tours table tbody tr td:nth-child(3) {
    padding-left: 15px;
    width: 97px;
  }
  .sidebar-parent + div section.umrah-tours table tbody tr td:nth-child(4) {
    padding-left: 15px;
    width: -ms-calc(100vw - 123px) !important;
    width: -o-calc(100vw - 123px) !important;
    width: -khtml-calc(100vw - 123px) !important;
    width: calc(100vw - 123px) !important;
    display: block;
  }
  .sidebar-parent + div section.umrah-tours table tbody tr:nth-child(5) ul li {
    white-space: nowrap ;
    overflow: hidden ;
    text-overflow: ellipsis ;
  }
  .sidebar-parent + div section.umrah-tours table tbody tr {
    /*border: 1px solid #e3e3e3;*/
  }
  .sidebar-parent + div section.umrah-tours table tbody tr td {
    border: hidden;
  }
  .sidebar-parent + div section.umrah-tours table tbody tr i {
    display: none;
  }
  .sidebar-parent + div section.umrah-tours table tbody tr:nth-child(4) td[colspan="5"] ul li, .sidebar-parent + div section.umrah-tours table tbody tr:nth-child(5) td[colspan="5"] ul li {
    width: 33.3333333333%;
  }
  .sidebar-parent + div section.umrah-tours table tbody tr:nth-child(4) td[colspan="5"] ul li:nth-child(3), .sidebar-parent + div section.umrah-tours table tbody tr:nth-child(5) td[colspan="5"] ul li:nth-child(3) {
    display: none;
  }
  .sidebar-parent + div .finish .rotate3d-circle .item a {
    background-color: #565656 !important;
    color: #a0a0a0 !important;
  }
  .sidebar-parent + div .full .rotate3d-circle .item a {
    background-color: #cc4539 !important;
    color: #e4bfbc !important;
  }
  .sidebar-parent + div .rotate3d-circle .item {
    width: 90px;
    height: 90px;
    right: 15px !important;
    margin-top: 10px !important;
                    /*& .info-wrap{
                        width: 72px;
                        height: 72px;
                        @include box-shadow(0 0 0 10px rgba(255, 255, 255, 0.2), inset 0 0 3px rgba(115, 114, 23, 0.8) !important);
                        & .info{
                            width: 72px;
                            height: 72px;
                            @include transform(none !important);
                            @include transform_style(unset !important);
                            & .info-front + .info-back{
                                opacity: 1;
                                visibility: visible;

                            }
                            & .info-back{
                                opacity: 1 !important;
                                visibility: visible !important;
                                @include transform(none !important);
                                @include transform_style(unset !important);
                                & h3{
                                    padding: 27px 0 0 0;
                                    font-size: 100%;
                                    letter-spacing: 0;
                                    & span{
                                        top: 1px;
                                        left: -1px;
                                        font-size: .6rem;
                                    }
                                    & + span{
                                        display: none;
                                    }
                                }
                                & a{
                                    top: 85px;
                                    height: 25px;
                                    width: auto;
                                    background-color: #203971;
                                    @include border-radius(3px !important);
                                    left: unset;
                                    right: 0;
                                    position: absolute;
                                }
                            }
                        }
                    }*/
  }
  .sidebar-parent + div section.umrah-tours {
    border: hidden !important;
    border-top: 1px solid !important;
    min-height: 230px;
    border-radius: 0 !important;
  }
  .sidebar-parent + div section.umrah-tours:hover, .sidebar-parent + div section.umrah-tours:active, .sidebar-parent + div section.umrah-tours:focus {
    outline: none !important;
  }
  .sidebar-parent + div section.umrah-tours:hover table, .sidebar-parent + div section.umrah-tours:active table, .sidebar-parent + div section.umrah-tours:focus table {
    background-color: unset !important;
  }
  .sidebar-parent + div section.umrah-tours:hover table .tour-no, .sidebar-parent + div section.umrah-tours:active table .tour-no, .sidebar-parent + div section.umrah-tours:focus table .tour-no {
    color: #ffffff !important;
  }
  .sidebar-parent + div section.umrah-tours.full {
    background-color: #ffffff !important;
  }
  .sidebar-parent + div section.umrah-tours.full:hover, .sidebar-parent + div section.umrah-tours.full:active, .sidebar-parent + div section.umrah-tours.full:focus {
    background-color: #ffffff !important;
    /*border-color: #ea4811 !important;*/
    outline: none !important;
  }
  .sidebar-parent + div section.umrah-tours.full:hover table, .sidebar-parent + div section.umrah-tours.full:active table, .sidebar-parent + div section.umrah-tours.full:focus table {
    background-color: unset !important;
  }
  .sidebar-parent + div section.umrah-tours.full:hover table .tour-no, .sidebar-parent + div section.umrah-tours.full:active table .tour-no, .sidebar-parent + div section.umrah-tours.full:focus table .tour-no {
    -webkit-box-shadow: none !important;
    -ms-box-shadow: none !important;
    -o-box-shadow: none !important;
    box-shadow: none !important;
    /*background-color: #ea4811 !important;*/
    color: #ffffff !important;
  }
  .sidebar-parent + div section.umrah-tours.full .gun-gece-mobil-small {
    background-color: #b5b5b5 !important;
    color: #1f1f1f !important;
  }
  .sidebar-parent + div section.umrah-tours.finish {
    background-color: #ffffff !important;
  }
  .sidebar-parent + div section.umrah-tours.finish:hover, .sidebar-parent + div section.umrah-tours.finish:active, .sidebar-parent + div section.umrah-tours.finish:focus {
    background-color: #ffffff !important;
    outline: none !important;
  }
  .sidebar-parent + div section.umrah-tours.finish:hover table, .sidebar-parent + div section.umrah-tours.finish:active table, .sidebar-parent + div section.umrah-tours.finish:focus table {
    background-color: unset !important;
  }
  .sidebar-parent + div section.umrah-tours.finish:hover table .tour-no, .sidebar-parent + div section.umrah-tours.finish:active table .tour-no, .sidebar-parent + div section.umrah-tours.finish:focus table .tour-no {
    -webkit-box-shadow: none !important;
    -ms-box-shadow: none !important;
    -o-box-shadow: none !important;
    box-shadow: none !important;
    /*background-color: #ea4811 !important;*/
    color: #ffffff !important;
  }
  .sidebar-parent + div section.umrah-tours.finish .gun-gece-mobil-small {
    background-color: #787878 !important;
    color: #ffffff !important;
  }
  .sidebar-parent + div section.umrah-tours, .sidebar-parent + div section.umrah-tours table {
    background-color: #ffffff !important;
  }
  .sidebar-parent + div section.umrah-tours * {
    position: relative;
  }
  .sidebar-parent + div section.umrah-tours th {
    border: hidden !important;
  }
  .sidebar-parent + div section.umrah-tours th div.days {
    display: inline-block;
    top: 35px;
    width: 50% !important;
    min-width: 50% !important;
    max-width: 50% !important;
    padding-top: 3px;
    padding-right: 8px;
    padding-left: 0;
    padding-bottom: 14px;
    border-right: 1px solid #eeeeee;
  }
  .sidebar-parent + div section.umrah-tours th div.days .between-few-dates {
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
    font-size: 1.5rem;
    color: #fab615;
    line-height: 1.2;
    text-align: center;
    padding-top: 15px;
    font-weight: 300;
  }
  .sidebar-parent + div section.umrah-tours th div.days .between-few-dates b {
    font-size: 1.75rem;
    font-weight: 700;
  }
  .sidebar-parent + div section.umrah-tours th div.days .between-few-dates + .content {
    font-size: 1.1rem;
    line-height: 2;
    text-align: center;
    font-weight: 300;
  }
  .sidebar-parent + div section.umrah-tours div.gun-gece-mobil-small {
    display: -moz-flex ;
    display: -ms-flexbox ;
    display: -o-flex ;
    display: -khtml-flex ;
    display: -webkit-box;
    display: flex ;
    -ms-flex-wrap: wrap ;
    -o-flex-wrap: wrap ;
    -khtml-flex-wrap: wrap ;
    flex-wrap: wrap ;
    width: 50% !important;
    min-width: 50% !important;
    max-width: 50% !important;
    height: 40px !important;
    min-height: 40px !important;
    max-height: 40px !important;
    background: #203971;
    position: absolute;
    margin-top: -110px;
    font-size: 1rem;
    border-left: 1px solid white;
    padding: 11px 0 7px 0;
    right: 0;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: white;
    font-weight: 500;
  }
  .sidebar-parent + div section.umrah-tours tbody, .sidebar-parent + div section.umrah-tours tbody * {
    display: none;
  }
  .sidebar-parent + div section.umrah-tours header.caption {
    bottom: 145px;
    line-height: 1;
    display: block;
    float: none;
    height: 38px;
    font-size: 1.15rem;
    white-space: nowrap ;
    overflow: hidden ;
    text-overflow: ellipsis ;
    margin-left: unset;
    width: 100vw !important;
    min-width: 100vw !important;
    max-width: 100vw !important;
    padding: 10px 5px 7px 5px;
    text-align: center;
    font-weight: 700;
  }
  .sidebar-parent + div section.umrah-tours header.caption span {
    display: none;
  }
  .sidebar-parent + div section.umrah-tours .info-back-price {
    display: block;
    position: absolute;
    right: 0;
    margin-top: -43px;
    text-align: center;
    width: 50% !important;
    min-width: 50% !important;
    max-width: 50% !important;
  }
  .sidebar-parent + div section.umrah-tours .info-back-price h3 {
    font-size: 2rem;
    font-weight: 700;
  }
  .sidebar-parent + div section.umrah-tours .info-back-price h3 span {
    font-size: 1rem;
    font-weight: 400;
  }
  .sidebar-parent + div section.umrah-tours .info-back-price h3 + span {
    font-size: .7rem;
    font-weight: 300;
    top: -8px;
  }
  .sidebar-parent + div section.umrah-tours .info-back-price h3 + span:before {
    content: "'";
  }
  .sidebar-parent + div section.umrah-tours .info-back-shower {
    display: block;
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    margin-top: 41px;
    text-align: center;
    border-top: 1px solid #fab615 !important;
    border-bottom: 1px solid #fab615 !important;
    width: 50% !important;
    min-width: 50% !important;
    max-width: 50% !important;
    height: 38px !important;
    min-height: 38px !important;
    max-height: 38px !important;
  }
  .sidebar-parent + div section.umrah-tours .info-back-shower:hover, .sidebar-parent + div section.umrah-tours .info-back-shower:active, .sidebar-parent + div section.umrah-tours .info-back-shower:focus {
    background-color: #fab615;
  }
  .sidebar-parent + div section.umrah-tours .info-back-shower:hover a, .sidebar-parent + div section.umrah-tours .info-back-shower:active a, .sidebar-parent + div section.umrah-tours .info-back-shower:focus a {
    color: #ffffff;
  }
  .sidebar-parent + div section.umrah-tours .info-back-shower a {
    color: #fab615;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.7;
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
    height: 38px !important;
    min-height: 38px !important;
    max-height: 38px !important;
  }
  .sidebar-parent + div section.umrah-tours .tour-no {
    position: absolute;
    margin-top: -110px;
    margin-left: unset;
    font-size: 1.25rem;
    font-weight: 400;
    width: 50% !important;
    min-width: 50% !important;
    max-width: 50% !important;
    -webkit-box-shadow: none !important;
    -ms-box-shadow: none !important;
    -o-box-shadow: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    display: -moz-flex ;
    display: -ms-flexbox ;
    display: -o-flex ;
    display: -khtml-flex ;
    display: -webkit-box;
    display: flex ;
    -ms-flex-wrap: wrap ;
    -o-flex-wrap: wrap ;
    -khtml-flex-wrap: wrap ;
    flex-wrap: wrap ;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #ea4811 !important;
  }
  .sidebar-parent + div section.umrah-tours .tour-no div {
    display: none;
  }
  .sidebar-parent + div section.umrah-tours .rotate3d-circle {
    display: none;
  }

  footer.footer1 {
    height: 648px !important;
    min-height: 648px !important;
    max-height: 648px !important;
  }
  footer.footer1 * {
    position: absolute;
  }
  footer.footer1 .logo {
    width: 200px !important;
    height: 73px !important;
    margin-top: -285px;
    z-index: 11;
  }
  footer.footer1 .logo * {
    width: 200px !important;
    height: 73px !important;
  }
  footer.footer1 .info {
    width: 270px !important;
    min-width: 270px !important;
    max-width: 270px !important;
    height: 255px !important;
    min-height: 255px !important;
    max-height: 255px !important;
    -ms-flex-line-pack: center;
        align-content: center;
    display: -webkit-grid ;
    display: -moz-grid ;
    display: -ms-grid ;
    display: -o-grid ;
    display: -khtml-grid ;
    display: grid ;
    margin-left: -33px;
    z-index: 12;
  }
  footer.footer1 .info * {
    position: relative;
    z-index: 12;
  }
  footer.footer1 .middle {
    margin-bottom: unset !important;
    margin-top: 300px !important;
  }
  footer.footer1 .middle * {
    position: relative !important;
  }
  footer.footer1 .middle ul li {
    margin-left: -33px;
  }
  footer.footer1 .right {
    top: unset;
    margin-top: 390px;
  }
  footer.footer1 .right ul li {
    margin-left: -34px !important;
  }
  footer.footer1 .right ul li:not(.logo) {
    width: 250px !important;
  }
  footer.footer1 .right ul li:not(.logo), footer.footer1 .right ul li:not(.logo) * {
    position: relative !important;
  }
  footer.footer1 .right ul li.logo {
    margin-left: -42px !important;
  }
  footer.footer1 .right ul li.logo + li {
    margin-top: 62px;
  }
  footer.footer1 .social {
    top: 530px !important;
    width: 240px;
    left: -32px !important;
  }
  footer.footer1 .social ul {
    width: 240px;
  }
  footer.footer1 .social ul li {
    top: 0;
  }
  footer.footer1 .social ul li, footer.footer1 .social ul li * {
    position: relative;
  }
}
@media (min-width: 320px) and (max-width: 350px) {
  footer.footer1 .right ul li.logo {
    margin-left: -18px !important;
  }
  footer.footer1 .info {
    margin-left: -18px;
  }
  footer.footer1 .container .row .col.middle > ul {
    margin-left: 50px !important;
  }
  footer.footer1 .right ul li {
    margin-left: -20px !important;
  }
  footer.footer1 .social {
    left: -19px !important;
  }
}
@media (min-width: 351px) and (max-width: 400px) {
  footer.footer1 .right ul li.logo {
    margin-left: 3px !important;
  }
  footer.footer1 .info {
    margin-left: 3px;
  }
  footer.footer1 .container .row .col.middle > ul {
    margin-left: 71px !important;
  }
  footer.footer1 .right ul li {
    margin-left: 0 !important;
  }
  footer.footer1 .social {
    left: 0 !important;
  }
}
@media (min-width: 401px) and (max-width: 450px) {
  footer.footer1 .right ul li.logo {
    margin-left: 26px !important;
  }
  footer.footer1 .info {
    margin-left: 26px;
  }
  footer.footer1 .container .row .col.middle > ul {
    margin-left: 94px !important;
  }
  footer.footer1 .right ul li {
    margin-left: 23px !important;
  }
  footer.footer1 .social {
    left: 23px !important;
  }
}
@media (min-width: 451px) and (max-width: 500px) {
  footer.footer1 .right ul li.logo {
    margin-left: 53px !important;
  }
  footer.footer1 .info {
    margin-left: 53px;
  }
  footer.footer1 .container .row .col.middle > ul {
    margin-left: 121px !important;
  }
  footer.footer1 .right ul li {
    margin-left: 50px !important;
  }
  footer.footer1 .social {
    left: 50px !important;
  }
}
@media (min-width: 501px) and (max-width: 575px) {
  footer.footer1 .right ul li.logo {
    margin-left: 86px !important;
  }
  footer.footer1 .info {
    margin-left: 86px;
  }
  footer.footer1 .container .row .col.middle > ul {
    margin-left: 154px !important;
  }
  footer.footer1 .right ul li {
    margin-left: 83px !important;
  }
  footer.footer1 .social {
    left: 83px !important;
  }
}
@media (max-width: 575px) {
  footer.footer1 .container .row .col.middle {
    max-height: 150px;
    z-index: 13;
  }

  footer.footer1 .container .row .col.right ul li.logo a {
    z-index: 15;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  footer.footer1 .container .row .col.right ul li.logo.offline {
    position: absolute;
    left: 0;
    top: 25px;
  }
  footer.footer1 .logo.offline + [giris-li][tel-0] {
    margin-top: -30px;
    padding-top: 0 !important;
    padding-bottom: 30px;
  }
  footer.footer1 .logo:not(.offline) + [giris-li][tel-0] {
    margin-top: 0;
    padding-top: 50px !important;
    padding-bottom: 0;
  }
  footer.footer1 .logo.offline + [giris-li][tel-1] {
    margin-top: -35px;
    padding-top: 0px !important;
    padding-bottom: 0px;
  }
  footer.footer1 .logo:not(.offline) + [giris-li][tel-1] {
    margin-top: -12px;
    padding-top: 30px !important;
    padding-bottom: 0px;
  }
  footer.footer1 .logo.offline + [giris-li][tel-2] {
    margin-top: -60px;
  }
  footer.footer1 .col.right a {
    padding-right: 0 !important;
  }
}
@media (max-width: 575px) {
  footer.footer1.offline {
    height: 435px !important;
    min-height: 435px !important;
    max-height: 435px !important;
  }
  footer.footer1.offline .social {
    top: 318px !important;
  }
  footer.footer1.offline .right {
    margin-top: 320px !important;
    top: 10px !important;
  }
  footer.footer1.offline .right .telephone {
    z-index: 15 !important;
  }
  footer.footer1.offline .logo.offline {
    margin-top: -205px;
  }
  footer.footer1.offline .logo.offline + [giris-li][tel-2] {
    margin-top: -20px;
  }
  footer.footer1.offline .logo.offline + [giris-li][tel-1] {
    margin-top: -15px;
  }
  footer.footer1.offline .logo.offline + [giris-li][tel-0] {
    margin-top: -10px;
  }
  footer.footer1.offline .col.middle {
    display: none !important;
  }
}
html.js body[site-offline="true"],
html.js body[site-offline="true"] .no-js-hidden {
  min-height: 100vh;
}
h3[offline-sistem="true"] {
  font-size: calc(9px + 1vw);
  min-width: 100%;
  text-align: center;
  margin: 0 !important;
  display: flex;
  place-content: center;
  place-items: center;
  padding: 50px 0;
}
footer.footer1 [giris-li][tel-0] {
  padding-top: 40px;
}
footer.footer1 [giris-li][tel-1] {
  padding-top: 18px;
}
footer.footer1 [giris-li][tel-2] {
  padding-top: 0px;
}
/*@datetime: VisbaGrup İle Düzenleme, proje tarihi 19.09.2025 18:05 Cuma/Eylül*/
@media screen and (max-width: 320px) {
  body {
    overflow: auto !important;
  }
}
@media screen and (max-width: 767px) {
  .container-fluid-max-sm {
    max-width: unset !important;
  }
}

/*# sourceMappingURL=styles.css.map */