@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
 */
@import url("daterangepicker.css");
@import url("jquery-editable-select.css");
@import url("ripple.css");
@-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: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;
}
.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 (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: 40px;
    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: 30px;
    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 {
  width: 140px;
  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: 320px;
    position: absolute;
    margin: auto;
    right: unset;
    left: 20%;
  }
}
@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) {
  width: 100px;
  font-weight: 400;
}
nav.identity-query1 + .tab-content form.identity-search.active .hidden > ul > li > ul > li:nth-child(2) {
  width: 10px;
}
nav.identity-query1 + .tab-content form.identity-search.active .hidden > ul > li > ul > li:nth-child(3) {
  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: 575px) {
  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;
  }
}
@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: 10px;
    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.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;
  width: 30px;
  height: 8px;
}
@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: 4px;
  -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: 55px;
  height: auto;
  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: 310px;
  height: 285px;
  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: 25px;
  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: 195px;
    height: 195px;
    -webkit-line-clamp: 9;
  }
  #carouselfaq .carousel-item > .container > .row > div:nth-child(2) > div a {
    display: block;
    margin-left: auto;
    margin-top: 25px;
    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: 135px;
    height: 135px;
    -webkit-line-clamp: 6;
  }
  #carouselfaq .carousel-item > .container > .row > div:nth-child(2) > div a {
    display: block;
    margin-left: auto;
    margin-top: 25px;
    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: 157px;
    height: 157px;
    -webkit-line-clamp: 7;
  }
  #carouselfaq .carousel-item > .container > .row > div:nth-child(2) > div a {
    display: block;
    margin-left: auto;
    margin-top: 25px;
    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: 135px;
    height: 135px;
    -webkit-line-clamp: 6;
  }
  #carouselfaq .carousel-item > .container > .row > div:nth-child(2) > div a {
    display: block;
    margin-left: auto;
    margin-top: 25px;
    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.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;
  }
}
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;
  }
  .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: 73px;
    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: -64px;
    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: 102px;
    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: -5px;
    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: 88px;
    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: -64px;
    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: 65px;
  }
}
@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;
  }
  footer.footer1.offline .right .telephone {
    z-index: 15 !important;
  }
  footer.footer1.offline .logo.offline {
    margin-top: -205px;
  }
}
article.article-main {
  width: 100%;
  padding: 0;
  margin-top: 1rem;
  margin-bottom: 1rem;
  background-color: #ffffff;
}

article.article-main > header {
  font-size: 1.25rem;
  color: #ffffff;
  background-color: #415972;
  padding: 1.3rem 1.5rem;
  border: 2px solid #2a3f54;
}

article.article-main.image-editor > section.body {
  border: 1px solid #dddddd;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: hidden;
}

article.article-main.image-editor > section.body > .tree {
  overflow: auto;
  height: auto;
  display: inherit;
  margin-bottom: 2px !important;
  background-color: #f5fbff;
}

article.article-main.image-editor > section.body > .tree::-webkit-scrollbar {
  width: 0;
  height: 10px;
  border-top: 21px solid transparent;
  border-bottom: 21px solid transparent;
}

article.article-main.image-editor > section.body > .tree::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 10px 0px rgba(0, 0, 0, 0.07);
  -ms-box-shadow: inset 0 0 10px 0px rgba(0, 0, 0, 0.07);
  -o-box-shadow: inset 0 0 10px 0px rgba(0, 0, 0, 0.07);
  box-shadow: inset 0 0 10px 0px rgba(0, 0, 0, 0.07);
}

article.article-main.image-editor > section.body > .tree::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 20px 0px #add4ff;
  -ms-box-shadow: inset 0 0 20px 0px #add4ff;
  -o-box-shadow: inset 0 0 20px 0px #add4ff;
  box-shadow: inset 0 0 20px 0px #add4ff;
  border-radius: 10px;
}

article.article-main.image-editor > section.body > .tree > ul.treegrid {
  min-width: 280px;
  width: auto;
  padding: 5px 0 10px 0;
  display: inline-table;
}

article.article-main.image-editor > section.body > .tree > ul.treegrid li {
  width: -moz-max-content;
  width: -webkit-max-content;
  width: -ms-max-content;
  width: -o-max-content;
  width: max-content;
  min-width: 100%;
  max-width: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border: 1px solid transparent;
  cursor: pointer;
  -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;
}

article.article-main.image-editor > section.body > .tree > ul.treegrid li div {
  float: left;
  padding: 0 5px;
  min-width: -moz-fit-content;
  min-width: -webkit-fit-content;
  min-width: -ms-fit-content;
  min-width: -o-fit-content;
  min-width: fit-content;
}

article.article-main.image-editor > section.body > .tree > ul.treegrid li div.spacer {
  width: 25px;
  min-width: 25px;
  max-width: 25px;
  min-height: 1px;
  color: #3c3c3c;
}

article.article-main.image-editor > section.body > .tree > ul.treegrid li div.spacer.arrow {
  font-size: .7rem;
  margin-top: 3px;
  text-align: center;
}

article.article-main.image-editor > section.body > .tree > ul.treegrid li div.spacer.arrow.right {
  color: #a6a6a6;
  margin-top: 4px;
}

article.article-main.image-editor > section.body > .tree > ul.treegrid li div.spacer.arrow:hover, article.article-main.image-editor > section.body > .tree > ul.treegrid li div.spacer.arrow:active, article.article-main.image-editor > section.body > .tree > ul.treegrid li div.spacer.arrow:focus {
  color: #7bc4ff;
}

article.article-main.image-editor > section.body > .tree > ul.treegrid li div.title {
  color: #000000;
}

article.article-main.image-editor > section.body > .tree > ul.treegrid li:hover, article.article-main.image-editor > section.body > .tree > ul.treegrid li:focus {
  background-color: rgba(0, 140, 255, 0.1);
}

article.article-main.image-editor > section.body > .tree > ul.treegrid li:active {
  background-color: rgba(0, 140, 255, 0.15);
}

article.article-main.image-editor > section.body > .tree > ul.treegrid li.active {
  background-color: #cce8ff;
  border-color: rgba(0, 140, 255, 0.4);
}

article.article-main.image-editor > section.body > .tree > ul.treegrid li.focus {
  border-color: rgba(0, 140, 255, 0.4);
}

article.article-main.image-editor > section.body > .tree > ul.treegrid li[data-hidden="true"] {
  display: none;
}

article.article-main.image-editor > section.body ul.toolbox {
  display: -ms-inline-flexbox;
  display: -webkit-inline-box;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  background-color: #f5f6f7;
  color: #3c3c3c;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  cursor: default !important;
  -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;
}

article.article-main.image-editor > section.body ul.toolbox li {
  padding: .7rem 0 0 0;
  min-width: 65px;
  min-height: 80px;
  text-align: center;
  border: 1px solid transparent;
  cursor: pointer;
  font-size: .87rem;
  font-weight: 500;
  line-height: 15px;
}

article.article-main.image-editor > section.body ul.toolbox li[data-active="false"] {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  opacity: .5;
  cursor: default;
  -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;
  -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;
}

article.article-main.image-editor > section.body ul.toolbox li.seperator {
  width: 1px !important;
  min-width: 1px !important;
  max-width: 1px !important;
  background: #e2e3e4;
  margin: 0 3px;
  cursor: default;
  border: 0;
}

article.article-main.image-editor > section.body ul.toolbox li .fa {
  font-size: 1.25rem;
  width: 100%;
  padding-bottom: .5rem;
}

article.article-main.image-editor > section.body ul.toolbox li:first-child {
  margin-left: 1rem;
}

article.article-main.image-editor > section.body ul.toolbox li:last-child {
  margin-right: 1rem;
}

article.article-main.image-editor > section.body ul.toolbox li:not(.seperator):not([data-active="false"]):hover {
  border-color: #7bc4ff;
  background-color: #e9f0f7;
}

article.article-main.image-editor > section.body ul.filegrid {
  padding: 1rem;
  width: 100%;
  height: 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;
}

article.article-main.image-editor > section.body ul.filegrid li {
  width: 111px;
  min-width: 111px;
  max-width: 111px;
  height: 115px;
  max-height: 150px;
  padding: 2px 3px 2px 3px;
  margin-right: 3px;
  margin-bottom: 1px;
  vertical-align: top;
  display: inline-block;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  border: 1px solid transparent;
  font-size: .75rem;
}

article.article-main.image-editor > section.body ul.filegrid li .icon, article.article-main.image-editor > section.body ul.filegrid li .icon:before, article.article-main.image-editor > section.body ul.filegrid li .title {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}

article.article-main.image-editor > section.body ul.filegrid li .icon {
  height: 87px;
  -ms-flex-line-pack: end;
      align-content: flex-end;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

article.article-main.image-editor > section.body ul.filegrid li .icon > * {
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: -ms-fit-content;
  width: -o-fit-content;
  width: fit-content;
  max-width: 100%;
  min-height: 1px;
  max-height: 77px;
  -ms-flex-item-align: end;
      align-self: end;
  margin: auto auto 10px auto;
  -webkit-box-shadow: 0px 0px 5px -2px #999;
  -ms-box-shadow: 0px 0px 5px -2px #999;
  -o-box-shadow: 0px 0px 5px -2px #999;
  box-shadow: 0px 0px 5px -2px #999;
}

article.article-main.image-editor > section.body ul.filegrid li .title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

article.article-main.image-editor > section.body ul.filegrid li.folder:not(.back) .icon:before {
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
  font-size: 5rem;
  content: "\f115";
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  color: #415972;
}

article.article-main.image-editor > section.body ul.filegrid li.folder:not(.back):hover.icon:before, article.article-main.image-editor > section.body ul.filegrid li.folder:not(.back):active.icon:before, article.article-main.image-editor > section.body ul.filegrid li.folder:not(.back):focus.icon:before {
  content: "\f115";
}

article.article-main.image-editor > section.body ul.filegrid li.folder.back .icon {
  font-size: 4rem;
  color: #415972;
}

article.article-main.image-editor > section.body ul.filegrid li.folder.back .icon > * {
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

article.article-main.image-editor > section.body ul.filegrid li.folder.back .icon > *:before {
  vertical-align: sub;
}

article.article-main.image-editor > section.body ul.filegrid li:hover, article.article-main.image-editor > section.body ul.filegrid li:focus {
  background-color: rgba(0, 140, 255, 0.1);
}

article.article-main.image-editor > section.body ul.filegrid li:active {
  background-color: rgba(0, 140, 255, 0.15);
}

article.article-main.image-editor > section.body ul.filegrid li.active {
  background-color: rgba(0, 140, 255, 0.2);
  border-color: rgba(0, 140, 255, 0.4);
}

article.article-main.image-editor > section.body ul.filegrid li[data-hidden="false"] {
  display: none;
}

#upload_files .modal-body {
  max-height: 400px;
  overflow: hidden auto;
}

#upload_files .modal-body > div {
  margin: 15px;
  width: 25%;
}

#upload_files .modal-body > div span {
  display: block;
  font-size: .7rem;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 90%;
  height: 15px;
  margin: 0 auto;
}

#upload_files .modal-body > div img {
  width: 90%;
  height: calc(100% - 20px);
  margin: 3px auto;
  display: table;
}

#imageviewer {
  min-width: 1px;
  max-width: 90vw;
  min-height: 1px;
  max-height: 90vh;
  overflow: hidden;
  margin: auto;
}
#imageviewer.show {
  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;
}
#imageviewer .modal-dialog {
  min-width: 1px;
  max-width: 90vw;
  min-height: 1px;
  max-height: 90vh;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: -ms-fit-content;
  width: -o-fit-content;
  width: fit-content;
  margin: auto;
}
#imageviewer .modal-dialog .modal-content {
  min-width: 1px;
  max-width: 90vw;
  min-height: 1px;
  max-height: 90vh;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: -ms-fit-content;
  width: -o-fit-content;
  width: fit-content;
}
#imageviewer .modal-dialog .modal-content .modal-body {
  min-width: 100%;
  max-width: 90vw;
  min-height: 1px;
  max-height: 90vh;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: -ms-fit-content;
  width: -o-fit-content;
  width: fit-content;
  padding: 0;
}
#imageviewer .modal-dialog .modal-content .modal-body > * {
  min-width: 100%;
  max-width: 90vw;
  min-height: 100%;
  padding: 5px 5px 7px 5px;
  max-height: -ms-calc(90vh - 60px) ;
  max-height: -o-calc(90vh - 60px) ;
  max-height: -khtml-calc(90vh - 60px) ;
  max-height: calc(90vh - 60px) ;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: -ms-fit-content;
  width: -o-fit-content;
  width: fit-content;
}

#imageviewer .modal-dialog {
  /*width: -moz-fit-content;
  width: -webkit-fit-content;
  width: -ms-fit-content;
  width: -o-fit-content;
  width: fit-content;
  min-width: 10px !important;
  max-width: 81vw !important;*/
}

#imageviewer .modal-dialog img, #imageviewer .modal-dialog svg {
  /*width: 100% !important ;
  min-width: 100% !important ;
  max-width: 100% !important ;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: -ms-fit-content;
  height: -o-fit-content;
  height: fit-content;*/
}

nav[aria-label="breadcrumb"] {
  width: 100%;
  height: 45px;
  min-height: 45px;
  max-height: 45px;
  background-color: #415972;
}

nav[aria-label="breadcrumb"] > ol {
  float: right;
  background-color: transparent;
}

nav[aria-label="breadcrumb"] > ol * {
  font-size: 1rem;
  font-weight: 400;
  color: #8fa6ae !important;
}

nav[aria-label="breadcrumb"] > ol a, nav[aria-label="breadcrumb"] > ol a i {
  color: #c5eee6 !important;
  -webkit-transition: color 0.7s;
  transition: color 0.7s;
}

nav[aria-label="breadcrumb"] > ol a:hover, nav[aria-label="breadcrumb"] > ol a:hover *, nav[aria-label="breadcrumb"] > ol a:active, nav[aria-label="breadcrumb"] > ol a:active *, nav[aria-label="breadcrumb"] > ol a:focus, nav[aria-label="breadcrumb"] > ol a:focus * {
  color: #1abb9c !important;
}

.disabled, .disabled * {
  cursor: not-allowed;
}

.btn-img-chk, .btn-img-opt {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  overflow: hidden;
}
.btn-img-chk:before, .btn-img-opt:before {
  content: "";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 1rem;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  z-index: 1;
  color: #000000;
  margin: -12px 0 0 39px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 1.3s;
  transition: 1.3s;
}
.btn-img-chk:hover, .btn-img-chk:focus, .btn-img-opt:hover, .btn-img-opt:focus {
  background-color: #003a11;
}
.btn-img-chk:hover:before, .btn-img-chk:focus:before, .btn-img-opt:hover:before, .btn-img-opt:focus:before {
  opacity: 1;
  visibility: visible;
}
.btn-img-chk:hover:not(.check):before, .btn-img-chk:focus:not(.check):before, .btn-img-opt:hover:not(.check):before, .btn-img-opt:focus:not(.check):before {
  content: "\f00c";
}
.btn-img-chk:hover.check:before, .btn-img-chk:focus.check:before, .btn-img-opt:hover.check:before, .btn-img-opt:focus.check:before {
  content: "\f00d";
}
.btn-img-chk:hover img, .btn-img-chk:focus img, .btn-img-opt:hover img, .btn-img-opt:focus img {
  mix-blend-mode: luminosity;
}
.btn-img-chk.check, .btn-img-opt.check {
  background-color: #203971;
}
.btn-img-chk.check img, .btn-img-opt.check img {
  mix-blend-mode: luminosity;
}

.btn-icon.float-right.mini-btn {
  margin: -1px 15px 0 0 !important;
  border-color: white !important;
  color: white !important;
  background-color: salmon;
}
.btn-icon.float-right.mini-btn .icon {
  -webkit-transform: translateY(-11.3px) !important;
  -khtml-transform: translateY(-11.3px) !important;
  transform: translateY(-11.3px) !important;
}
.btn-icon.float-right.mini-btn .icon i {
  -webkit-transform: translate(13px, -50%) !important;
  -khtml-transform: translate(13px, -50%) !important;
  transform: translate(13px, -50%) !important;
}
.btn-icon.float-right.mini-btn:hover {
  -webkit-box-shadow: none !important;
  -ms-box-shadow: none !important;
  -o-box-shadow: none !important;
  box-shadow: none !important;
}
.btn-icon.float-right.mini-btn:hover .icon {
  right: 13px;
}
.btn-icon.float-right.mini-btn:hover, .btn-icon.float-right.mini-btn:active, .btn-icon.float-right.mini-btn:focus {
  -webkit-box-shadow: none !important;
  -ms-box-shadow: none !important;
  -o-box-shadow: none !important;
  box-shadow: none !important;
}
.btn-icon.float-right.mini-btn.margin-top--5px--11px {
  margin: -5px -11px !important;
}

.input-group.prepend:after {
  content: '';
  width: 100%;
  height: 2px;
  background-color: transparent;
  z-index: 11;
  position: relative;
  top: -2px;
  -webkit-transition: background-color 0.3s linear;
  transition: background-color 0.3s linear;
}

.input-group.prepend .input-group-text {
  border-right: 0 none transparent;
  background-color: #ffffff;
  color: #797979;
  -webkit-transition: border-radius 0.25s linear;
  transition: border-radius 0.25s linear;
  font-size: 1.5rem;
}

.input-group.prepend .input-group-text i.fa-mobile {
  font-size: 2rem;
}

.input-group.prepend .input-group-text i {
  margin-top: 3px;
  margin-left: -7px;
}

.input-group.prepend textarea:focus, .input-group.prepend textarea:active {
  border-color: #ced4da;
}

.input-group.prepend input, .input-group.prepend textarea {
  border-left-color: transparent !important;
  padding-left: 0 !important;
}

.input-group.prepend.active .input-group-text {
  color: #fab615;
  background-color: #ffffff;
  -webkit-transition: border-radius 0.25s linear;
  transition: border-radius 0.25s linear;
}

.input-group.prepend.active input {
  border-color: #ced4da !important;
  border-left-color: transparent !important;
  background-color: #ffffff !important;
}

.input-group.prepend.active label:not(.custom-control-label) {
  font-size: 0.9rem;
  margin: -10px 0 0 35px;
  font-weight: 500;
  background-color: #ffffff;
  color: #fab615;
}

.input-group.prepend.active textarea + label:not(.custom-control-label) {
  margin: -10px 0 0 42px;
}

.input-group.prepend.active:after {
  background-color: #fab615;
}

input {
  padding: .1rem 1rem !important;
  background-color: #ffffff !important;
  border-radius: 0 0.25rem 0.25rem 0 !important;
  -webkit-transition: border-radius 0.25s linear !important;
  transition: border-radius 0.25s linear !important;
}

input + label:not(.custom-control-label) {
  position: absolute;
  margin: 9px 0 1px 35px;
  background-color: transparent;
  -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-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-transition: transform 150ms ease-in-out, margin 250ms ease-in;
  -webkit-transition: margin 250ms ease-in, -webkit-transform 150ms ease-in-out;
  transition: margin 250ms ease-in, -webkit-transform 150ms ease-in-out;
  transition: transform 150ms ease-in-out, margin 250ms ease-in;
  transition: transform 150ms ease-in-out, margin 250ms ease-in, -webkit-transform 150ms ease-in-out;
  z-index: 11;
  color: #797979;
  font-size: 1rem;
  font-weight: 400;
  padding: 0 0.5rem;
}

textarea {
  min-height: 38.38px;
  max-height: 260px;
  resize: none;
  -moz-border-top-right-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
  -moz-border-bottom-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

textarea + label:not(.custom-control-label) {
  position: absolute;
  margin: 9px 0 1px 42px;
  -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-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-transition: transform 150ms ease-in-out, margin 250ms ease-in;
  -webkit-transition: margin 250ms ease-in, -webkit-transform 150ms ease-in-out;
  transition: margin 250ms ease-in, -webkit-transform 150ms ease-in-out;
  transition: transform 150ms ease-in-out, margin 250ms ease-in;
  transition: transform 150ms ease-in-out, margin 250ms ease-in, -webkit-transform 150ms ease-in-out;
  z-index: 11;
  color: #797979;
  font-size: 1rem;
  font-weight: 400;
  padding: 0 0.5rem;
}

.checkbox-switch.handle.align-items-center header {
  width: unset;
  margin-right: 15px;
}

.checkbox-switch.handle.align-items-center header:not(.no-after):after {
  content: ":";
}

.checkbox-switch.handle.title input:not(:checked):focus + span.slider {
  -webkit-box-shadow: 0 0 5px 2px #2a3f54,0 0 4px #2a3f54 !important;
  -ms-box-shadow: 0 0 5px 2px #2a3f54,0 0 4px #2a3f54 !important;
  -o-box-shadow: 0 0 5px 2px #2a3f54,0 0 4px #2a3f54 !important;
  box-shadow: 0 0 5px 2px #2a3f54,0 0 4px #2a3f54 !important;
}

.checkbox-switch.handle.title input:not(:checked) + span.slider {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 0 2px #2a3f54,0 0 4px #2a3f54;
  -ms-box-shadow: 0 0 0 2px #2a3f54,0 0 4px #2a3f54;
  -o-box-shadow: 0 0 0 2px #2a3f54,0 0 4px #2a3f54;
  box-shadow: 0 0 0 2px #2a3f54,0 0 4px #2a3f54;
}

.checkbox-switch.handle.title input:not(:checked) + span.slider:before {
  background-color: #2a3f54;
}

.checkbox-switch.handle.title input:not(:checked) + span.slider + .switch-handle:before {
  color: #2a3f54;
}

.checkbox-switch.handle.title input:checked:focus + span.slider {
  -webkit-box-shadow: 0 0 5px 2px rgba(250, 182, 21, 0.7), 0 0 4px rgba(250, 182, 21, 0.7) !important;
  -ms-box-shadow: 0 0 5px 2px rgba(250, 182, 21, 0.7), 0 0 4px rgba(250, 182, 21, 0.7) !important;
  -o-box-shadow: 0 0 5px 2px rgba(250, 182, 21, 0.7), 0 0 4px rgba(250, 182, 21, 0.7) !important;
  box-shadow: 0 0 3px 2px rgba(250, 182, 21, 0.7), 0 0 4px rgba(250, 182, 21, 0.7) !important;
}

.checkbox-switch.handle.title input:checked + span.slider {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 0 2px #fab615, 0 0 4px #fab615;
  -ms-box-shadow: 0 0 0 2px #fab615, 0 0 4px #fab615;
  -o-box-shadow: 0 0 0 2px #fab615, 0 0 4px #fab615;
  box-shadow: 0 0 0 2px #fab615, 0 0 4px #fab615;
}

.checkbox-switch.handle.title input:checked + span.slider:before {
  background-color: #fab615;
}

.checkbox-switch.handle.title input:checked + span.slider + .switch-handle:before {
  color: #fab615;
}

.checkbox-switch.handle header + label {
  margin: 8px auto;
  width: 100px;
}

.checkbox-switch.handle header + label .switch-handle:before, .checkbox-switch.handle header + label .switch-handle:after {
  font-weight: 900;
  opacity: 0;
  position: absolute;
  top: 5px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  -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;
}

.checkbox-switch.handle header + label .switch-handle:before {
  content: attr(data-off);
  right: 10px;
  opacity: 1;
  color: #777777;
}

.checkbox-switch.handle header + label .switch-handle:after {
  content: attr(data-on);
  left: 10px;
  color: #fab615;
}

.checkbox-switch.handle header + label input + .slider {
  background-color: #dadada;
}

.checkbox-switch.handle header + label input + .slider:before {
  width: 52px;
}

.checkbox-switch.handle header + label.payment input:not(:checked) + .slider:before {
  left: 0;
}

.checkbox-switch.handle header + label.payment input:checked + .slider:before {
  left: 19px;
}

.checkbox-switch.handle header + label input:checked + .slider {
  background-color: #fab615;
}

.checkbox-switch.handle header + label input:checked + .slider:before {
  -webkit-transform: translateX(70px) !important;
  -khtml-transform: translateX(70px) !important;
  transform: translateX(70px) !important;
}

.checkbox-switch.handle header + label input:checked ~ .switch-handle:before {
  opacity: 0;
}

.checkbox-switch.handle header + label input:checked ~ .switch-handle:after {
  opacity: 1;
}

.checkbox-switch header {
  text-align: center;
  width: 100%;
}

.checkbox-switch header + div.row {
  margin: auto;
}

.checkbox-switch label.switch {
  display: inline-block;
  width: 60px;
  height: 30px;
  margin: 8px;
  position: relative;
}
.checkbox-switch label.switch.payment {
  min-width: 120px !important;
  margin: 4px 0 !important;
}

.checkbox-switch label.switch input {
  height: 0;
  width: 0;
  opacity: 0;
  z-index: 1000;
}

.checkbox-switch label.switch input:checked + span.slider:before {
  -webkit-transform: translateX(30px);
  -khtml-transform: translateX(30px);
  transform: translateX(30px);
  background: limeGreen;
}

.checkbox-switch label.switch input:checked + span.slider {
  -webkit-box-shadow: 0 0 0 2px #fab615, 0 0 2px #fab615;
  -ms-box-shadow: 0 0 0 2px #fab615, 0 0 2px #fab615;
  -o-box-shadow: 0 0 0 2px #fab615, 0 0 2px #fab615;
  box-shadow: 0 0 0 2px #fab615, 0 0 2px #fab615;
}

.checkbox-switch label.switch input:focus {
  outline: 0;
}

.checkbox-switch label.switch input:focus:not(:checked) + span.slider {
  -webkit-box-shadow: 0 0 3px 2px #777,0 0 4px 0 #777 !important;
  -ms-box-shadow: 0 0 3px 2px #777,0 0 4px 0 #777 !important;
  -o-box-shadow: 0 0 3px 2px #777,0 0 4px 0 #777 !important;
  box-shadow: 0 0 3px 2px #777,0 0 4px 0 #777 !important;
}

.checkbox-switch label.switch input:focus:checked + span.slider {
  box-shadow: 0 0 3px 2px limegreen, 0 0 4px 0 limegreen !important;
  -webkit-box-shadow: 0 0 3px 2px limegreen,0 0 4px 0 limegreen !important;
  -ms-box-shadow: 0 0 3px 2px limegreen,0 0 4px 0 limegreen !important;
  -o-box-shadow: 0 0 3px 2px limegreen,0 0 4px 0 limegreen !important;
  box-shadow: 0 0 3px 2px limegreen,0 0 4px 0 limegreen !important;
}

.checkbox-switch label.switch span.slider {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 30px;
  -webkit-box-shadow: 0 0 0 2px #777,0 0 4px #777;
  -ms-box-shadow: 0 0 0 2px #777,0 0 4px #777;
  -o-box-shadow: 0 0 0 2px #777,0 0 4px #777;
  box-shadow: 0 0 0 2px #777,0 0 4px #777;
  cursor: pointer;
  border: 4px solid transparent;
  overflow: hidden;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  display: unset;
  vertical-align: unset;
}

.checkbox-switch label.switch span.slider:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #777;
  border-radius: 30px;
  -webkit-transform: translateX(-30px);
  -khtml-transform: translateX(-30px);
  transform: translateX(-30px);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.custom-control-label:before, .custom-control-label:after {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.btn.btn-icon {
  border-radius: 4px;
  border: 2px solid #009CD0;
  color: #009CD0;
  display: inline-block;
  margin: 0 .25em;
  overflow: hidden;
  padding: 15px;
  position: relative;
  text-decoration: none;
  line-height: 1;
}

.btn.btn-icon .btn-content {
  font-size: 1em;
  line-height: 1.2;
  padding: 0 55px 0 0;
  position: relative;
  right: 0;
  -webkit-transition: right 300ms ease;
  transition: right 300ms ease;
  display: block;
  text-align: left;
}

.btn.btn-icon .icon {
  border-left: 1px solid #009CD0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 50%;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 58px;
  height: 70%;
}

.btn.btn-icon .icon i {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.btn.btn-icon:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: #009CD0;
  opacity: 0;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.btn.btn-icon:hover .btn-content {
  right: 100%;
}

.btn.btn-icon:hover .icon {
  border-left: 0;
  font-size: 1.8em;
  width: 100%;
}

.btn.btn-icon:hover:after {
  opacity: .2;
}

.btn.btn-icon.btn-alt-color {
  border-color: salmon;
  color: salmon;
}

.btn.btn-icon.btn-alt-color .icon {
  border-left-color: salmon;
}

.btn.btn-icon.btn-alt-color:after {
  background-color: salmon;
}

.btn.btn-icon.btn-secondary-color {
  border-color: #6c757d;
  color: #6c757d;
}

.btn.btn-icon.btn-secondary-color .icon {
  border-left-color: #6c757d;
}

.btn.btn-icon.btn-secondary-color:after {
  background-color: #6c757d;
}

button.btn-forced {
  padding: 0.25rem 1rem !important;
  font-size: 1rem !important;
  font-weight: 400 !important;
}

button.btn-primary {
  padding: 0.5rem 2rem;
  font-size: 1.15rem;
  font-weight: 400;
}

button.btn-link {
  padding: 0;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 1px;
}

button.btn-link:hover, button.btn-link:active, button.btn-link:focus {
  text-decoration: none;
}

button.btn-login-select {
  background-color: #eeeeee !important;
  border-color: #ced4da !important;
}

button.btn-select {
  background-color: transparent !important;
  border-color: #ced4da !important;
  padding: .473rem 1rem !important;
}

button.btn-select:hover, button.btn-select:active, button.btn-select:focus {
  background-color: #fbfbfb !important;
}

button.active {
  border-bottom-color: #fab615 !important;
  border-bottom-width: 2px !important;
  padding: .44rem 1rem !important;
}

button.active:focus {
  outline: 0 !important;
  border-color: #fab615 !important;
}

button.active.dropdown-toggle::after {
  border-top-color: #fab615;
  border-bottom-color: #fab615;
}

button.active .filter-option-inner-inner {
  color: #fab615;
  font-weight: 500;
}

button .filter-option-inner-inner {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}

button .filter-option-inner-inner i {
  font-size: 1.5rem;
  margin-right: 10px;
}

.bootstrap-select.active {
  border-radius: 0.25rem 0.25rem 0 0;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #fab615;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  background-color: #fab615;
}

/*
 * jQuery File Upload Plugin CSS
 * https://github.com/blueimp/jQuery-File-Upload
 *
 * Copyright 2013, Sebastian Tschan
 * https://blueimp.net
 *
 * Licensed under the MIT license:
 * https://opensource.org/licenses/MIT
 */
.fileinput-button {
  position: relative;
  overflow: hidden;
  display: inline-block;
}

.fileinput-button input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  -ms-filter: 'alpha(opacity=0)';
  font-size: 200px !important;
  direction: ltr;
  cursor: pointer;
}

/* Fixes for IE < 8 */
@media screen\9  {
  .fileinput-button input {
    filter: alpha(opacity=0);
    font-size: 100%;
    height: 100%;
  }
}
.info-card > .card {
  border: 1px solid #f8f9fa;
}
.info-card > .card.border-light-green {
  border-right: 1px solid #98d5a6;
}
.info-card > .card.border-light-yellow {
  border-right: 1px solid #fff2ca;
}
.info-card > .card > .card-body {
  padding: 1.25rem 1.25rem 0 1.25rem;
}

/*
.info-card {
	height: -moz-fit-content;
	height: -webkit-fit-content;
	height: -ms-fit-content;
	height: -o-fit-content;
	height: fit-content;
}
.info-card .card {
	background-color: transparent;
	border: hidden;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	-khtml-border-radius: 0;
	border-radius: 0;
	cursor: pointer;
}
.info-card .card > .card-body > div {
	padding: 1rem 15px;
	color: #ffffff;
	-webkit-transition: background-color 0.3s cubic-bezier(0.68, -0.55, 0.27, 1.55);
	-moz-transition: background-color 0.3s cubic-bezier(0.68, -0.55, 0.27, 1.55);
	-ms-transition: background-color 0.3s cubic-bezier(0.68, -0.55, 0.27, 1.55);
	-o-transition: background-color 0.3s cubic-bezier(0.68, -0.55, 0.27, 1.55);
	-khtml-transition: background-color 0.3s cubic-bezier(0.68, -0.55, 0.27, 1.55);
	transition: background-color 0.3s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}
.info-card .card > .card-body > div:nth-of-type(odd) {
	background-color: #337ab7;
}
.info-card .card > .card-body > div:nth-of-type(odd):hover, .info-card .card > .card-body > div:nth-of-type(odd):active, .info-card .card > .card-body > div:nth-of-type(odd):focus {
	background-color: #24669e;
}
.info-card .card > .card-body > div:nth-of-type(even) {
	background-color: #415972;
}
.info-card .card > .card-body > div:nth-of-type(even):hover, .info-card .card > .card-body > div:nth-of-type(even):active, .info-card .card > .card-body > div:nth-of-type(even):focus {
	background-color: #24669e;
}
.info-card .card > .card-body > div a {
	color: #ffffff;
}
.info-card .card > .card-body > div a i {
	color: #ffffff;
	-webkit-transition: color 0.7s;
	-moz-transition: color 0.7s;
	-ms-transition: color 0.7s;
	-o-transition: color 0.7s;
	-khtml-transition: color 0.7s;
	transition: color 0.7s;
}
.info-card .card > .card-body > div a:hover, .info-card .card > .card-body > div a:active, .info-card .card > .card-body > div a:focus {
	color: #c5e4ff !important;
}
.info-card .card > .card-body > div a:hover i, .info-card .card > .card-body > div a:active i, .info-card .card > .card-body > div a:focus i {
	color: #c5e4ff !important;
}*/
.info-messages {
  margin: 1.35rem;
  padding: 10px 0 0 17px;
  background-color: #ffffff;
  border: 1px solid #E6E9ED;
}

.info-messages.not-found {
  max-height: 157px;
}

.info-messages.not-found .all-messages > div {
  padding: 0 0 2rem 0;
  text-align: center;
  font-weight: 900;
  color: #e91e63;
}

.info-messages.not-found .all-messages > div:before, .info-messages.not-found .all-messages > div:after {
  font-family: FontAwesome;
  position: relative;
  top: 13px;
  color: #e91e63;
  font-size: 34px;
}

.info-messages.not-found .all-messages > div:before {
  content: "\f10d";
  right: 5px;
  top: 10px;
}

.info-messages.not-found .all-messages > div:after {
  content: "\f10e";
  left: 5px;
  top: 5px;
}

.info-messages .header {
  border-bottom: 2px solid #E6E9ED;
  padding: 1px 5px 6px;
  margin: 0 20px 20px 5px;
}

.info-messages .header a {
  font-size: 1.15rem;
  font-weight: 500;
  color: #2a3f54;
  cursor: pointer;
}

.info-messages .all-messages {
  max-height: 500px;
  overflow: hidden auto;
}

.info-messages .all-messages::-webkit-scrollbar {
  width: 8px;
  border-top: 21px solid transparent;
  border-bottom: 21px solid transparent;
}

.info-messages .all-messages::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 10px 0px #e6e9ed;
  -ms-box-shadow: inset 0 0 10px 0px #e6e9ed;
  -o-box-shadow: inset 0 0 10px 0px #e6e9ed;
  box-shadow: inset 0 0 10px 0px #e6e9ed;
  border-radius: 10px;
}

.info-messages .all-messages::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 20px 0px #d2d3d2;
  -ms-box-shadow: inset 0 0 20px 0px #d2d3d2;
  -o-box-shadow: inset 0 0 20px 0px #d2d3d2;
  box-shadow: inset 0 0 20px 0px #d2d3d2;
  border-radius: 10px;
}

.info-messages .all-messages .body {
  margin: 0 0 0 5px;
  border-left: 3px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  overflow: visible;
  padding: 10px 15px;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}

.info-messages .all-messages .body:hover, .info-messages .all-messages .body:active, .info-messages .all-messages .body:focus {
  background-color: #f7f7f7 !important;
}

.info-messages .all-messages .body:hover .footer, .info-messages .all-messages .body:hover a.message-remove, .info-messages .all-messages .body:active .footer, .info-messages .all-messages .body:active a.message-remove, .info-messages .all-messages .body:focus .footer, .info-messages .all-messages .body:focus a.message-remove {
  opacity: 1 !important;
  visibility: visible !important;
}

.info-messages .all-messages .body:last-child {
  border-bottom: hidden;
}

.info-messages .all-messages .body .title {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  color: #415972;
  line-height: 1.4;
}

.info-messages .all-messages .body .title:before {
  top: 3px;
}

.info-messages .all-messages .body .title:after {
  top: 30px;
}

.info-messages .all-messages .body .title:after, .info-messages .all-messages .body .title:before {
  content: "";
  position: absolute;
  left: -23px;
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 14px;
  border: 3px solid;
}

.info-messages .all-messages .body .title a.message-remove {
  color: #415972;
  float: right;
  font-size: 1.5rem;
  opacity: 0;
  visibility: hidden;
  padding: 0 7px;
  border-radius: 50%;
  cursor: pointer;
}

.info-messages .all-messages .body .title a.message-remove, .info-messages .all-messages .body .title a.message-remove i, .info-messages .all-messages .body .title a.message-remove i:before {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.info-messages .all-messages .body .title a.message-remove:hover i:before, .info-messages .all-messages .body .title a.message-remove:active i:before, .info-messages .all-messages .body .title a.message-remove:focus i:before {
  color: #e91e63;
}

.info-messages .all-messages .body .sender-info {
  font-size: .9rem;
  line-height: 1.3;
  -webkit-font-smoothing: antialiased;
  margin: 7px 0;
}

.info-messages .all-messages .body .sender-info small {
  font-style: italic;
  color: #C5C7CB;
  letter-spacing: 0;
}

.info-messages .all-messages .body .sender-info span {
  font-style: italic;
  padding-left: 5px;
  color: #5A738E;
}

.info-messages .all-messages .body .sender-info a {
  padding-left: 5px;
  color: #C5C7CB;
}

.info-messages .all-messages .body .message {
  margin: 0 0 10px;
  color: #415972;
  font-weight: 300;
}

.info-messages .all-messages .body .footer {
  text-align: right;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.info-messages .all-messages .body .footer a {
  font-size: 1.5rem;
  cursor: pointer;
  margin-right: 5px;
  display: inline-block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.info-messages .all-messages .body .footer a:hover, .info-messages .all-messages .body .footer a:active, .info-messages .all-messages .body .footer a:focus {
  -webkit-transform: scale(1.25);
  -khtml-transform: scale(1.25);
  transform: scale(1.25);
  color: #fab615 !important;
}

.info-messages .all-messages .body[data-new="true"] {
  background-color: #dcffe4;
}

.info-messages .all-messages .body[data-stand-by="true"] {
  background-color: #fff3f7;
}

.info-messages .all-messages .body[data-sms="true"] .title:before {
  border-color: #28a745;
  background: #bfffce;
}

.info-messages .all-messages .body[data-sms="true"] .footer a.sms {
  color: #1abb9c;
}

.info-messages .all-messages .body[data-sms="true"] .footer a.sms i:before {
  content: "\f27a";
}

.info-messages .all-messages .body[data-call="true"] .title:after {
  border-color: #28a745;
  background: #bfffce;
}

.info-messages .all-messages .body[data-call="true"] .footer a.call {
  color: #1abb9c;
}

.info-messages .all-messages .body[data-call="true"] .footer a.call i:before {
  content: "\f098";
}

.info-messages .all-messages .body[data-sms="false"] .title:before {
  border-color: #e91e63;
  background: #ffd2e1;
}

.info-messages .all-messages .body[data-sms="false"] .footer a.sms {
  color: #e91e63;
}

.info-messages .all-messages .body[data-sms="false"] .footer a.sms i:before {
  content: "\f075";
}

.info-messages .all-messages .body[data-call="false"] .title:after {
  border-color: #e91e63;
  background: #ffd2e1;
}

.info-messages .all-messages .body[data-call="false"] .footer a.call {
  color: #e91e63;
}

.info-messages .all-messages .body[data-call="false"] .footer a.call i:before {
  content: "\f098";
}

.info-messages .all-messages .body[data-sms="true"][data-call="true"] .title:before, .info-messages .all-messages .body[data-sms="true"][data-call="true"] .title:after {
  border-color: #d2d3d2;
  background: #f9f9f9;
}

.info-messages .all-messages .body[data-sms="true"][data-call="true"] .footer a {
  color: #d2d3d2;
}

.login .input-group.prepend:after {
  content: '';
  width: 0;
  height: 3px;
  background-color: #fab615;
  z-index: 11;
  position: absolute;
  top: 53px;
  -webkit-transition: width 0.3s linear;
  transition: width 0.3s linear;
  border-radius: 50%;
}

.login .input-group.prepend .input-group-text {
  border-right-color: transparent;
  background-color: #ffffff;
  color: #797979;
  -webkit-transition: border-radius 0.25s linear;
  transition: border-radius 0.25s linear;
  font-size: 1.5rem;
}

.login .input-group.prepend .input-group-text i.fa-mobile {
  font-size: 2rem;
}

.login .input-group.prepend input {
  border-left-color: transparent !important;
  padding-left: 0 !important;
}

.login .input-group.prepend label[data-type="email"] {
  margin: 17px 0 0 48px;
}

.login .input-group.prepend label[data-type="username"] {
  margin: 17px 0 0 44px;
}

.login .input-group.prepend label[data-type="telephone"] {
  margin: 17px 0 0 38px;
}

.login .input-group.prepend label[data-type="identity_number"] {
  margin: 17px 0 0 50px;
}

.login .input-group.prepend label[data-type="password"] {
  margin: 17px 0 0 39px;
}

.login .input-group.prepend.active .input-group-text {
  color: #fab615;
  background-color: #ffffff;
  border-radius: 1rem 0 0 0;
  -webkit-transition: border-radius 0.25s linear;
  transition: border-radius 0.25s linear;
}

.login .input-group.prepend.active input {
  border-color: #ced4da !important;
  border-left-color: transparent !important;
  background-color: #ffffff !important;
  border-radius: 0 1rem 0 0 !important;
}

.login .input-group.prepend.active label {
  font-size: 0.9rem;
  font-weight: 500;
  background-color: #ffffff;
  color: #fab615;
}

.login .input-group.prepend.active label[data-type="email"] {
  margin: -10px 0 0 48px;
}

.login .input-group.prepend.active label[data-type="username"] {
  margin: -10px 0 0 44px;
}

.login .input-group.prepend.active label[data-type="telephone"] {
  margin: -10px 0 0 38px;
}

.login .input-group.prepend.active label[data-type="identity_number"] {
  margin: -10px 0 0 50px;
}

.login .input-group.prepend.active label[data-type="password"] {
  margin: -10px 0 0 39px;
}

.login .input-group.prepend.active:after {
  width: 100%;
}

.login input {
  padding: 1rem 1rem !important;
  background-color: #ffffff !important;
  border-radius: 0 0.25rem 0.25rem 0 !important;
  -webkit-transition: border-radius 0.25s linear !important;
  transition: border-radius 0.25s linear !important;
}

.login input + label {
  position: absolute;
  margin: 17px 0 1px 44px;
  -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-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-transition: transform 150ms ease-in-out, margin 250ms ease-in;
  -webkit-transition: margin 250ms ease-in, -webkit-transform 150ms ease-in-out;
  transition: margin 250ms ease-in, -webkit-transform 150ms ease-in-out;
  transition: transform 150ms ease-in-out, margin 250ms ease-in;
  transition: transform 150ms ease-in-out, margin 250ms ease-in, -webkit-transform 150ms ease-in-out;
  z-index: 11;
  color: #797979;
  font-size: 1rem;
  font-weight: 400;
  padding: 0 0.5rem;
}

.no-js-hidden > div.login {
  background: #eeeeee;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.no-js-hidden > div > .container > .row {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 450px;
  margin: auto;
  display: table;
  border: 1px solid #dadce0;
  border-radius: 0.55rem;
  background-color: #ffffff;
  display: block;
  height: fit-content;
}

.no-js-hidden > div > .container > .row form {
  padding: 3rem;
  overflow: hidden;
}

.no-js-hidden > div > .container > .row form .logo {
  width: 200px;
  margin: auto;
  padding-bottom: 10px;
}
.no-js-hidden > div > .container > .row form .logo * {
  width: 100%;
}

.no-js-hidden > div > .container > .row form .login-username, .no-js-hidden > div > .container > .row form .login-password, .no-js-hidden > div > .container > .row form .recovery-password {
  -webkit-perspective: 800px;
          perspective: 800px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: left 1s ease;
  transition: left 1s ease;
  position: absolute;
  top: 0;
  -webkit-transition: all 1s ease-in-out, opacity 0s;
  transition: all 1s ease-in-out, opacity 0s;
  -webkit-transform-style: preserve-3d;
  -khtml-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  -khtml-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: rotate3d(0, 1, 0, 90deg);
  -khtml-transform: rotate3d(0, 1, 0, 90deg);
  transform: rotate3d(0, 1, 0, 90deg);
}

.no-js-hidden > div > .container > .row form .login-username.active, .no-js-hidden > div > .container > .row form .login-password.active, .no-js-hidden > div > .container > .row form .recovery-password.active {
  position: relative;
  opacity: 1;
  visibility: visible;
  top: auto;
  -webkit-transform-style: flat;
  -khtml-transform-style: flat;
  transform-style: flat;
  -webkit-backface-visibility: visible;
  -khtml-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-transform: none;
  -khtml-transform: none;
  transform: none;
}

.no-js-hidden > div > .container > .row form .caption {
  font-size: 1.25rem;
  font-weight: 500;
  width: 100%;
  padding: 20px 4px;
  display: inline-block;
  -webkit-transition: background-color 0.5s linear;
  transition: background-color 0.5s linear;
}

.no-js-hidden > div > .container > .row form .caption small {
  padding-top: 10px;
  font-size: 0.83rem;
  line-height: 1.3;
  width: 100%;
  display: inline-block;
}

.no-js-hidden > div > .container > .row form .caption h2 {
  text-align: center;
  margin: -15px auto 2rem auto;
  border-bottom: 3px solid #fab615;
  border-radius: 0 0 25% 25%;
  width: 200px;
  padding-bottom: 5px;
  color: #203971;
}

.no-js-hidden > div > .container > .row form .caption .user-photo-parent {
  border-radius: 50%;
  width: 100px;
  height: 100px;
  overflow: hidden;
  float: left;
  border: 2px solid #ffffff;
  -webkit-transition: box-shadow 0.3s linear;
  -webkit-transition: -webkit-box-shadow 0.3s linear;
  transition: -webkit-box-shadow 0.3s linear;
  transition: box-shadow 0.3s linear;
  transition: box-shadow 0.3s linear, -webkit-box-shadow 0.3s linear;
  -webkit-box-shadow: 0px 0px 3px 0px #000000;
  -ms-box-shadow: 0px 0px 3px 0px #000000;
  -o-box-shadow: 0px 0px 3px 0px #000000;
  box-shadow: 0px 0px 3px 0px #000000;
}

.no-js-hidden > div > .container > .row form .caption .user-photo-parent:hover, .no-js-hidden > div > .container > .row form .caption .user-photo-parent:active, .no-js-hidden > div > .container > .row form .caption .user-photo-parent:focus {
  -webkit-box-shadow: 0px 0px 7px 0px #000000;
  -ms-box-shadow: 0px 0px 7px 0px #000000;
  -o-box-shadow: 0px 0px 7px 0px #000000;
  box-shadow: 0px 0px 7px 0px #000000;
}

.no-js-hidden > div > .container > .row form .caption .user-photo-parent .user-photo {
  width: 100%;
  height: auto;
  min-height: 100px;
}

.no-js-hidden > div > .container > .row form .caption .long-name {
  margin: 37px 0 0 20px;
  display: inline;
  float: left;
  font-size: 1.15rem;
  color: #203971;
}

.no-js-hidden > div > .container > .row form .caption + div, .no-js-hidden > div > .container > .row form .caption + div + div, .no-js-hidden > div > .container > .row form .caption + div + div + div {
  margin: 0;
}

.no-js-hidden > div > .container > .row form .prepend {
  padding: 0 0 2rem 0;
}

.no-js-hidden > div > .container > .row form .recovery button {
  margin-top: 9px;
}

.no-js-hidden > div > .container > .row form .recovery + div {
  padding: 0;
}

.no-js-hidden > div > .container > .row form .login-password header.caption {
  border: 1px solid #ced4da;
  background-color: #eeeeee;
  border-radius: 0.25rem;
}

.no-js-hidden > div > .container > .row form .login-password header.caption:hover, .no-js-hidden > div > .container > .row form .login-password header.caption:active, .no-js-hidden > div > .container > .row form .login-password header.caption:focus {
  background-color: transparent;
}

.no-js-hidden > div > .container > .row form .login-password header.caption #cancel_user {
  position: absolute;
  right: 10px;
  top: 10px;
}

.no-js-hidden > div > .container > .row form .login-password .input-group.prepend {
  margin-top: 22px;
}

.no-js-hidden > div > .container > .row form .login-password .password-login-btn button {
  width: 91.2px;
  min-width: 91.2px;
  max-width: 91.2px;
  height: 43.19px;
  min-height: 43.19px;
  max-height: 43.19px;
}

.no-js-hidden > div > .container > .row form .alert {
  width: 100%;
}

.sidebar.smaller ~ .top-nav {
  margin-left: 70px;
  width: calc(100vw - 70px - 1px);
  min-width: calc(100vw - 70px - 1px);
  max-width: calc(100vw - 70px - 1px);
}
/*teşekkür ederim dostum, özlediğimde uğrarım yine :)*/
.top-nav {
  display: block;
  margin-left: 250px;
  width: calc(100vw - 250px - 1px);
  min-width: calc(100vw - 250px - 1px);
  max-width: calc(100vw - 250px - 1px);
  transition: all 0.5s ease, height 0s !important;
}

.top-nav .nav-menu {
  background-color: #ededed;
  border-bottom: 1px solid #eeeeee;
  width: 100%;
  height: 58px;
  position: relative;
}

.top-nav .nav-menu .toggle {
  float: left;
  margin: 0;
  padding-top: 16px;
  width: 70px;
}

.top-nav .nav-menu .toggle a {
  padding: 0 15px 0;
  margin: 0;
  cursor: pointer;
}

.top-nav .nav-menu .toggle a i {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #5a738e;
  font-size: 26px;
}

.top-nav .nav-menu .toggle a:hover i, .top-nav .nav-menu .toggle a:active i, .top-nav .nav-menu .toggle a:focus i {
  color: #23527c;
}

.navigation-buttons {
  margin: 20px 0;
}

.navigation-buttons ul.list-group {
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  -khtml-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
}

.navigation-buttons ul.list-group li.list-group-item {
  cursor: pointer;
  display: inline-table;
  border-radius: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.navigation-buttons ul.list-group li.list-group-item i {
  float: right;
  margin-left: 5px;
  margin-top: 4px;
}

.navigation-buttons ul.list-group li.list-group-item:hover, .navigation-buttons ul.list-group li.list-group-item:active, .navigation-buttons ul.list-group li.list-group-item:focus {
  background-color: #eff4f6;
}

.navigation-buttons ul.list-group li.list-group-item[data-active="true"] {
  background-color: #cdd5d8 !important;
  color: #2a3f54;
}

.navigation-buttons ul.list-group.big-list li.list-group-item {
  font-size: 1.25rem;
  padding: 3.75rem 1.25rem;
}

.navigation-buttons ul.list-group.middle-list li.list-group-item {
  font-size: 1rem;
  padding: 15px 25px;
  text-align: center;
}

.navigation-buttons ul.list-group.middle-list li.list-group-item i {
  float: none;
  margin: 0;
  font-size: 2rem;
  display: block;
}

.navigation-buttons ul.list-group.small-list li.list-group-item {
  font-size: .8rem;
  padding: 5px 15px;
  text-align: left;
}

.navigation-buttons ul.list-group.small-list li.list-group-item i {
  float: right;
  margin: 5px 0;
  font-size: .7rem;
}

.navigation-buttons ul.list-group.small-icon-list li.list-group-item {
  font-size: 2rem;
  padding: 0 15px;
}

.navigation-buttons ul.list-group.small-icon-list li.list-group-item i {
  float: none;
  margin: 0;
}

.sidebar.smaller ~ .page-div {
  margin-left: 70px;
  width: -ms-calc(100vw - 70px - 1px);
  width: -o-calc(100vw - 70px - 1px);
  width: -khtml-calc(100vw - 70px - 1px);
  width: calc(100vw - 70px - 1px);
  min-width: -ms-calc(100vw - 70px - 1px);
  min-width: -o-calc(100vw - 70px - 1px);
  min-width: -khtml-calc(100vw - 70px - 1px);
  min-width: calc(100vw - 70px - 1px);
  max-width: -ms-calc(100vw - 70px - 1px);
  max-width: -o-calc(100vw - 70px - 1px);
  max-width: -khtml-calc(100vw - 70px - 1px);
  max-width: calc(100vw - 70px - 1px);
}

.page-div {
  position: fixed;
  top: 59px;
  bottom: 0;
  left: 0;
  right: 0;
  margin-left: 250px;
  width: -ms-calc(100vw - 250px - 1px);
  width: -o-calc(100vw - 250px - 1px);
  width: -khtml-calc(100vw - 250px - 1px);
  width: calc(100vw - 250px - 1px);
  min-width: -ms-calc(100vw - 250px - 1px);
  min-width: -o-calc(100vw - 250px - 1px);
  min-width: -khtml-calc(100vw - 250px - 1px);
  min-width: calc(100vw - 250px - 1px);
  max-width: -ms-calc(100vw - 250px - 1px);
  max-width: -o-calc(100vw - 250px - 1px);
  max-width: -khtml-calc(100vw - 250px - 1px);
  max-width: calc(100vw - 250px - 1px);
  height: -ms-calc(100vh - 58px - 1px);
  height: -o-calc(100vh - 58px - 1px);
  height: -khtml-calc(100vh - 58px - 1px);
  height: calc(100vh - 58px - 1px);
  min-height: -ms-calc(100vh - 58px - 1px);
  min-height: -o-calc(100vh - 58px - 1px);
  min-height: -khtml-calc(100vh - 58px - 1px);
  min-height: calc(100vh - 58px - 1px);
  max-height: -ms-calc(100vh - 58px - 1px);
  max-height: -o-calc(100vh - 58px - 1px);
  max-height: -khtml-calc(100vh - 58px - 1px);
  max-height: calc(100vh - 58px - 1px);
  background-color: #1abb9c;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-transition: height 0s, width 1s cubic-bezier(0.68, -0.55, 0.27, 1.55), min-width 1s cubic-bezier(0.68, -0.55, 0.27, 1.55), max-width 1s cubic-bezier(0.68, -0.55, 0.27, 1.55), margin-left 1s cubic-bezier(0.68, -0.55, 0.27, 1.55) !important;
  -webkit-transition: all 0.5s ease, height 0s !important;
  transition: all 0.5s ease, height 0s !important;
}

.page-div > .row {
  padding: 0;
  margin: 0 !important;
}

.sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  /* Behind the navbar */
  padding: 0;
  /* Height of navbar */
  -webkit-box-shadow: inset -1px 0 0 rgba(0, 0, 0, 0.1);
          box-shadow: inset -1px 0 0 rgba(0, 0, 0, 0.1);
  background-color: #2a3f54;
  width: 250px;
  min-width: 250px;
  max-width: 250px;
  -webkit-box-shadow: 0px 0px 3px 0px #2a3f54;
  -ms-box-shadow: 0px 0px 3px 0px #2a3f54;
  -o-box-shadow: 0px 0px 3px 0px #2a3f54;
  box-shadow: 0px 0px 3px 0px #2a3f54;
}
.sidebar, .sidebar * {
  -webkit-transition: all 1s cubic-bezier(0.68, -0.55, 0.27, 1.55), height 0s !important;
  -webkit-transition: all 0.5s ease, height 0s !important;
  transition: all 0.5s ease, height 0s !important;
}

.sidebar a {
  color: #b1b1b1 !important;
}

.sidebar a:hover, .sidebar a:active, .sidebar a:focus {
  color: #ffffff !important;
}

.sidebar .sidebar-sticky {
  position: relative;
  top: 0;
  height: 99vh;
  padding-bottom: 0.5rem;
  overflow-x: hidden;
  overflow-y: auto;
  /* Scrollable contents if viewport is shorter than content. */
}

.sidebar .sidebar-sticky::-webkit-scrollbar {
  width: 0;
  border-top: 21px solid transparent;
  border-bottom: 21px solid transparent;
}

.sidebar .sidebar-sticky::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 20px 0px #add4ff;
  -ms-box-shadow: inset 0 0 20px 0px #add4ff;
  -o-box-shadow: inset 0 0 20px 0px #add4ff;
  box-shadow: inset 0 0 20px 0px #add4ff;
  border-radius: 10px;
}

.sidebar .sidebar-sticky .flex-column.nav hr.seperator {
  border: 0;
  height: 1px;
  background-image: -khtml-linear-gradient(left, #2a3f54, rgba(173, 212, 255, 0.25), #2a3f54);
  background-image: -webkit-gradient(linear, left top, right top, from(#2a3f54), color-stop(rgba(173, 212, 255, 0.25)), to(#2a3f54));
  background-image: linear-gradient(left, #2a3f54, rgba(173, 212, 255, 0.25), #2a3f54);
  margin: 0 0 -1px 0;
}

.sidebar .sidebar-sticky .flex-column.nav li.nav-heading {
  padding: 2rem 1rem 0 1rem;
}

.sidebar .sidebar-sticky .flex-column.nav li.nav-heading * {
  font-size: .87rem;
  color: #73879c;
  letter-spacing: .5px;
  font-weight: 700;
}

.sidebar .sidebar-sticky .flex-column.nav li.nav-item {
  position: relative;
  display: block;
  cursor: pointer;
}

.sidebar .sidebar-sticky .flex-column.nav li.nav-item, .sidebar .sidebar-sticky .flex-column.nav li.nav-item * {
  -webkit-transition: all 0.3s linear !important;
  transition: all 0.3s linear !important;
}

.sidebar .sidebar-sticky .flex-column.nav li.nav-item .child-menu {
  display: none;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.sidebar .sidebar-sticky .flex-column.nav li.nav-item .child-menu li {
  padding-left: 36px;
  position: relative;
  display: block;
}

.sidebar .sidebar-sticky .flex-column.nav li.nav-item .child-menu li a {
  color: rgba(255, 255, 255, 0.75);
  font-size: 12px;
  padding: 9px;
  position: relative;
  display: block;
}

.sidebar .sidebar-sticky .flex-column.nav li.nav-item a {
  padding: 13px 15px 12px;
}

.sidebar .sidebar-sticky .flex-column.nav li.nav-item a .fa {
  width: 26px;
  opacity: .99;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  -moz-osx-font-smoothing: grayscale;
}

.sidebar .sidebar-sticky .flex-column.nav li.nav-item a span.fa {
  text-align: right !important;
  margin-right: 4px;
  float: right;
  margin-top: 5px;
  font-size: 10px;
  min-width: inherit;
  color: #C4CFDA;
}

.sidebar .sidebar-sticky .flex-column.nav li.nav-item a:hover, .sidebar .sidebar-sticky .flex-column.nav li.nav-item a:active, .sidebar .sidebar-sticky .flex-column.nav li.nav-item a:focus {
  text-shadow: rgba(0, 0, 0, 0.25) 0 -1px 0;
  background: #2A3F54;
  background-image: -khtml-linear-gradient(#334556, #2C4257);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#334556), to(#2C4257));
  background-image: linear-gradient(#334556, #2C4257);
  -webkit-box-shadow: rgba(0, 0, 0, 0.25) 0 1px 0, inset rgba(255, 255, 255, 0.16) 0 1px 0;
  -ms-box-shadow: rgba(0, 0, 0, 0.25) 0 1px 0, inset rgba(255, 255, 255, 0.16) 0 1px 0;
  -o-box-shadow: rgba(0, 0, 0, 0.25) 0 1px 0, inset rgba(255, 255, 255, 0.16) 0 1px 0;
  box-shadow: rgba(0, 0, 0, 0.25) 0 1px 0, inset rgba(255, 255, 255, 0.16) 0 1px 0;
}

.sidebar .sidebar-sticky .flex-column.nav li.nav-item.active {
  border-right: 5px solid #1ABB9C;
}

.sidebar .sidebar-sticky .flex-column.nav li.nav-item.active a {
  text-shadow: rgba(0, 0, 0, 0.25) 0 -1px 0;
  background: #2A3F54;
  background-image: -khtml-linear-gradient(#334556, #2C4257);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#334556), to(#2C4257));
  background-image: linear-gradient(#334556, #2C4257);
  -webkit-box-shadow: rgba(0, 0, 0, 0.25) 0 1px 0, inset rgba(255, 255, 255, 0.16) 0 1px 0;
  -ms-box-shadow: rgba(0, 0, 0, 0.25) 0 1px 0, inset rgba(255, 255, 255, 0.16) 0 1px 0;
  -o-box-shadow: rgba(0, 0, 0, 0.25) 0 1px 0, inset rgba(255, 255, 255, 0.16) 0 1px 0;
  box-shadow: rgba(0, 0, 0, 0.25) 0 1px 0, inset rgba(255, 255, 255, 0.16) 0 1px 0;
}

.sidebar .sidebar-sticky .flex-column.nav li.nav-item.active a span.fa {
  text-align: right !important;
  margin-right: 4px;
}

.sidebar .sidebar-sticky .flex-column.nav li.nav-item.active > .child-menu {
  display: block;
  margin-top: .3rem;
}

.sidebar .sidebar-sticky .flex-column.nav li.nav-item.active > .child-menu:before, .sidebar .sidebar-sticky .flex-column.nav li.nav-item.active > .child-menu:after {
  display: table;
  content: " ";
}

.sidebar .sidebar-sticky .flex-column.nav li.nav-item.active > .child-menu:after {
  clear: both;
}

.sidebar .sidebar-sticky .flex-column.nav li.nav-item.active > .child-menu li.active {
  background-color: #425668;
}

.sidebar .sidebar-sticky .flex-column.nav li.nav-item.active > .child-menu li.active:before {
  background-color: #f9f9f9;
}

.sidebar .sidebar-sticky .flex-column.nav li.nav-item.active > .child-menu li.active:after {
  border-left-color: #f9f9f9;
}

.sidebar .sidebar-sticky .flex-column.nav li.nav-item.active > .child-menu li.active a {
  background-color: #425668;
}

.sidebar .sidebar-sticky .flex-column.nav li.nav-item.active > .child-menu li:before {
  background: #425668;
  bottom: auto;
  content: "";
  height: 8px;
  left: 23px;
  margin-top: 15px;
  position: absolute;
  right: auto;
  width: 8px;
  z-index: 1;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.sidebar .sidebar-sticky .flex-column.nav li.nav-item.active > .child-menu li:after {
  border-left: 1px solid #425668;
  bottom: 0;
  content: "";
  left: 27px;
  position: absolute;
  top: 0;
}

.sidebar .sidebar-sticky .flex-column.nav li.nav-item.active > .child-menu li a {
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  background-image: none !important;
}

.sidebar .sidebar-sticky .flex-column.nav li.nav-item.active > .child-menu li:hover, .sidebar .sidebar-sticky .flex-column.nav li.nav-item.active > .child-menu li:active, .sidebar .sidebar-sticky .flex-column.nav li.nav-item.active > .child-menu li:focus {
  background-color: rgba(255, 255, 255, 0.06);
}

.sidebar .sidebar-sticky .flex-column.nav li.nav-item.active > .child-menu li:hover:before, .sidebar .sidebar-sticky .flex-column.nav li.nav-item.active > .child-menu li:active:before, .sidebar .sidebar-sticky .flex-column.nav li.nav-item.active > .child-menu li:focus:before {
  background-color: #ffffff;
}

.sidebar .sidebar-sticky .flex-column.nav li.nav-item.active > .child-menu li:hover a, .sidebar .sidebar-sticky .flex-column.nav li.nav-item.active > .child-menu li:active a, .sidebar .sidebar-sticky .flex-column.nav li.nav-item.active > .child-menu li:focus a {
  background-color: transparent;
}

.sidebar .sidebar-sticky .flex-column.nav li.nav-item.active > .child-menu .child-menu li:hover, .sidebar .sidebar-sticky .flex-column.nav li.nav-item.active > .child-menu .child-menu li:active, .sidebar .sidebar-sticky .flex-column.nav li.nav-item.active > .child-menu .child-menu li:focus {
  background-color: inherit;
}

.sidebar .sidebar-sticky .flex-column.nav li.nav-item.active > .child-menu .child-menu li:hover:before, .sidebar .sidebar-sticky .flex-column.nav li.nav-item.active > .child-menu .child-menu li:active:before, .sidebar .sidebar-sticky .flex-column.nav li.nav-item.active > .child-menu .child-menu li:focus:before {
  background-color: #ffffff;
}

.sidebar .sidebar-sticky .flex-column.nav li.nav-item.logo {
  background-image: url(../images/site/user.info.png);
  background-size: 100% 100%;
  background-blend-mode: hard-light;
  padding: 1rem 0;
  background-color: #415972;
}

.sidebar .sidebar-sticky .flex-column.nav li.nav-item.logo a {
  width: 90%;
  height: auto;
  display: table;
  margin: auto;
}

.sidebar .sidebar-sticky .flex-column.nav li.nav-item.logo a:hover, .sidebar .sidebar-sticky .flex-column.nav li.nav-item.logo a:active, .sidebar .sidebar-sticky .flex-column.nav li.nav-item.logo a:focus {
  color: transparent !important;
  background: transparent !important;
  background-image: none !important;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

.sidebar .sidebar-sticky .flex-column.nav li.nav-item.logo a img, .sidebar .sidebar-sticky .flex-column.nav li.nav-item.logo a svg {
  width: 100%;
  height: 80%;
  -webkit-filter: drop-shadow(1px 1px 1px #2a3f54);
  -moz-filter: drop-shadow(1px 1px 1px #2a3f54);
  -ms-filter: drop-shadow(1px 1px 1px #2a3f54);
  -o-filter: drop-shadow(1px 1px 1px #2a3f54);
  -khtml-filter: drop-shadow(1px 1px 1px #2a3f54);
  filter: drop-shadow(1px 1px 1px #2a3f54);
  -webkit-transition: all 1.5s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  transition: all 1.5s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}

.sidebar .sidebar-sticky .flex-column.nav li.nav-item.user-info {
  padding: 0 0 2rem 0;
  background-color: #415972 !important;
}

.sidebar .sidebar-sticky .flex-column.nav li.nav-item.user-info:before {
  display: table;
  content: " ";
}

.sidebar .sidebar-sticky .flex-column.nav li.nav-item.user-info:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.sidebar .sidebar-sticky .flex-column.nav li.nav-item.user-info .profile-img {
  width: 72px;
  float: left;
}

.sidebar .sidebar-sticky .flex-column.nav li.nav-item.user-info .profile-img img, .sidebar .sidebar-sticky .flex-column.nav li.nav-item.user-info .profile-img svg {
  width: 61px;
  height: auto;
  min-height: 61px;
  background: #ffffff;
  margin-left: 15%;
  z-index: 1000;
  position: inherit;
  margin-top: 20px;
  padding: 4px;
  border-radius: 50%;
  -webkit-object-fit: cover;
  -moz-object-fit: cover;
  -ms-object-fit: cover;
  -o-object-fit: cover;
  -khtml-object-fit: cover;
  object-fit: cover;
}

.sidebar .sidebar-sticky .flex-column.nav li.nav-item.user-info .profile-info {
  padding: 25px 10px 10px;
  width: 166px;
  float: left;
}

.sidebar .sidebar-sticky .flex-column.nav li.nav-item.user-info .profile-info span {
  font-size: 13px;
  line-height: 30px;
  color: #BAB8B8;
}

.sidebar .sidebar-sticky .flex-column.nav li.nav-item.user-info .profile-info h2 {
  font-size: 14px;
  color: #ECF0F1;
  margin: 0;
  font-weight: 300;
}

.sidebar .profile-info .profile-logout, .sidebar .profile-info .profile-logout * {
  padding: 0 !important;
  position: absolute;
  bottom: 3px;
  right: 5px;
  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 ;
}
.sidebar .profile-info .profile-logout a, .sidebar .profile-info .profile-logout * a {
  width: 30px;
  height: 30px;
  text-indent: 9px;
  background-color: #fdfdfd !important;
  border-radius: 50%;
  -webkit-box-shadow: 0px 0px 0px 1px #d9534f;
  -ms-box-shadow: 0px 0px 0px 1px #d9534f;
  -o-box-shadow: 0px 0px 0px 1px #d9534f;
  box-shadow: 0px 0px 0px 1px #d9534f;
}
.sidebar .profile-info .profile-logout a .fa, .sidebar .profile-info .profile-logout * a .fa {
  position: relative;
  top: 6px;
  right: 1px;
  color: #d9534f;
}
.sidebar .profile-info .profile-logout a:hover, .sidebar .profile-info .profile-logout a:active, .sidebar .profile-info .profile-logout a:focus, .sidebar .profile-info .profile-logout * a:hover, .sidebar .profile-info .profile-logout * a:active, .sidebar .profile-info .profile-logout * a:focus {
  -webkit-box-shadow: 0px 0px 0px 1px #d9534f !important;
  -ms-box-shadow: 0px 0px 0px 1px #d9534f !important;
  -o-box-shadow: 0px 0px 0px 1px #d9534f !important;
  box-shadow: 0px 0px 0px 1px #d9534f !important;
}

.sidebar.smaller {
  width: 70px !important;
  min-width: 70px !important;
  max-width: 70px !important;
}

.sidebar.smaller .logo {
  padding: 0 !important;
}

.sidebar.smaller .logo a {
  width: 70px !important;
  padding: 0 !important;
  margin: 0 !important;
  display: -moz-inline-flex !important;
  display: -ms-inline-flexbox !important;
  display: -o-inline-flex !important;
  display: -khtml-inline-flex !important;
  display: -webkit-inline-box !important;
  display: inline-flex !important;
  -ms-flex-wrap: wrap !important;
  -o-flex-wrap: wrap !important;
  -khtml-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.sidebar.smaller .logo a img, .sidebar.smaller .logo a svg {
  width: 65px !important;
  margin: auto;
  top: 3px;
  position: relative;
}

.sidebar.smaller .user-info, .sidebar.smaller .seperator, .sidebar.smaller .nav-heading {
  padding: 0 !important;
}

.sidebar.smaller .user-info *, .sidebar.smaller .seperator *, .sidebar.smaller .nav-heading * {
  padding: 0 !important;
}

.sidebar.smaller ul.nav {
  display: block !important;
}

.sidebar.smaller ul li a {
  font-size: 9px !important;
  padding: .5rem 3px !important;
  text-align: center !important;
}

.sidebar.smaller ul li a i {
  font-size: 25px !important;
  width: 100% !important;
  padding-bottom: .5rem;
}

.sidebar.smaller ul li a span.fa {
  margin: -43px 1px !important;
}

.sidebar.smaller ul li .child-menu li {
  padding-left: 0 !important;
}

.sidebar.smaller ul li .child-menu li:before, .sidebar.smaller ul li .child-menu li:after {
  content: none !important;
}

.sidebar.smaller ul li .child-menu li * {
  font-size: 10px !important;
}

.sidebar.smaller .sidebar-sticky .flex-column.nav li.nav-heading * {
  font-size: .7rem;
  text-align: center;
}

.sidebar.smaller .nav-heading {
  padding: 0 !important;
  background: #3a5066;
  height: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sidebar.smaller .nav-heading * {
  margin: 0;
}

.sidebar.smaller .sidebar-sticky .flex-column.nav li.nav-item.active a span.fa {
  top: -15px;
  position: relative;
}

.sidebar.smaller .sidebar-sticky .flex-column.nav li.nav-item a span.fa {
  top: -15px;
  position: relative;
}

.sidebar.smaller .sidebar-sticky .flex-column.nav li.nav-item a i.fa-comments-o + span.fa-chevron-down {
  top: 1px;
  position: relative;
}

.sidebar.smaller .user-info .profile-info {
  display: none;
}
.sidebar.smaller .user-info .profile-img * {
  margin: 10px 15px !important;
  width: 40px !important;
  min-width: 40px !important;
  max-width: 40px !important;
  height: 40px !important;
  min-height: 40px !important;
  max-height: 40px !important;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sidebar-sticky {
    position: -webkit-sticky;
    position: sticky;
  }
}
ul.nav.nav-pills {
  width: 100%;
  margin: auto;
}
ul.nav.nav-pills li.nav-item {
  width: auto;
  padding: 0 !important;
  text-align: center;
}
ul.nav.nav-pills li.nav-item a.nav-link {
  color: #212529;
  background-color: transparent;
  -webkit-box-shadow: 0px 1px 0px 0px #dddddd;
  -ms-box-shadow: 0px 1px 0px 0px #dddddd;
  -o-box-shadow: 0px 1px 0px 0px #dddddd;
  box-shadow: 0px 1px 0px 0px #dddddd;
  border-radius: 0 !important;
  -webkit-transition: all 0.5s !important;
  transition: all 0.5s !important;
}
ul.nav.nav-pills li.nav-item a.nav-link[aria-selected="true"] {
  background-color: rgba(233, 30, 99, 0.07);
  color: #e91e63;
  -webkit-box-shadow: 0px 2px 0px 0px #e91e63;
  -ms-box-shadow: 0px 2px 0px 0px #e91e63;
  -o-box-shadow: 0px 2px 0px 0px #e91e63;
  box-shadow: 0px 2px 0px 0px #e91e63;
}
ul.nav.nav-pills li.nav-item a.nav-link:hover, ul.nav.nav-pills li.nav-item a.nav-link:active, ul.nav.nav-pills li.nav-item a.nav-link:focus {
  color: #e91e63 !important;
  background-color: rgba(233, 30, 99, 0.1);
  -webkit-box-shadow: 0px 2px 0px 0px #e91e63;
  -ms-box-shadow: 0px 2px 0px 0px #e91e63;
  -o-box-shadow: 0px 2px 0px 0px #e91e63;
  box-shadow: 0px 2px 0px 0px #e91e63;
}
ul.nav.nav-pills + .tab-content {
  width: 100%;
  margin: 1rem 1rem 0 1rem;
  padding: 0 15px 0 0;
}
ul.nav.nav-pills + .tab-content .tab-pane {
  width: 100%;
}
ul.nav.nav-pills + .tab-content .tab-pane article {
  width: 100%;
  padding: 2rem 1rem;
  border: 1px solid #dddddd;
}
ul.nav.nav-pills + .tab-content .tab-pane article:not(:first-child) {
  margin-top: 1rem;
}
ul.nav.nav-pills + .tab-content .tab-pane article .input-group.prepend {
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: -ms-fit-content;
  height: -o-fit-content;
  height: fit-content;
}
ul.nav.nav-pills + .tab-content .tab-pane article > [class*="col-"]:nth-child(2) {
  margin-top: 71px;
}
ul.nav.nav-pills + .tab-content .tab-pane article > [class*="col-"]:nth-child(3) {
  margin: 71px 0 0 0;
  padding: 0;
}
ul.nav.nav-pills + .tab-content .tab-pane article > [class*="col-"]:nth-child(3) .input-group.prepend {
  padding-left: 0;
}
ul.nav.nav-pills + .tab-content .tab-pane article > [class*="col-"]:nth-child(3) .input-group.prepend label + div {
  margin-top: 1rem;
  padding-right: 0;
}
ul.nav.nav-pills + .tab-content .tab-pane article > [class*="col-"]:nth-child(3) .input-group.prepend label + div a {
  float: right;
}
ul.nav.nav-pills + .tab-content .tab-pane article > [class*="col-"]:nth-child(3) .control-buttons {
  margin-top: 13px;
  float: right;
}
ul.nav.nav-pills + .tab-content .tab-pane article > [class*="col-"]:nth-child(3) .control-buttons a:last-child {
  margin-right: 0;
}

.image-viewer-logo {
  width: 261.75px !important;
  min-width: 261.75px !important;
  max-width: 261.75px !important;
  height: 110px !important;
  min-height: 110px !important;
  max-height: 110px !important;
  padding: 0;
}
.image-viewer-logo.profile-photo {
  width: 160px !important;
  min-width: 160px !important;
  max-width: 160px !important;
  height: 180px !important;
  min-height: 180px !important;
  max-height: 180px !important;
}
.image-viewer-logo.profile-photo .logo {
  height: 180px !important;
}
.image-viewer-logo.profile-photo .logo .buttons {
  width: 150px;
}
.image-viewer-logo.profile-photo .logo .buttons a {
  top: 60px;
}
.image-viewer-logo.profile-photo .logo .buttons a[data-type="edit"] {
  left: 9px !important;
}
.image-viewer-logo.profile-photo .logo .buttons a[data-type="remove"], .image-viewer-logo.profile-photo .logo .buttons a[data-type="remove_shortcut"] {
  right: 9px !important;
}
.image-viewer-logo.profile-photo .logo > img {
  height: 170px !important;
  width: 100% !important;
  background-size: 155% 60%;
  background-repeat: no-repeat;
  background-position: center;
}
.image-viewer-logo:hover .logo .buttons, .image-viewer-logo:active .logo .buttons, .image-viewer-logo:focus .logo .buttons {
  visibility: visible;
  opacity: 1;
}
.image-viewer-logo:hover .logo .buttons.add, .image-viewer-logo:active .logo .buttons.add, .image-viewer-logo:focus .logo .buttons.add {
  background-color: rgba(214, 243, 237, 0.95);
}
.image-viewer-logo:hover .logo .buttons.add a[data-type="add"], .image-viewer-logo:active .logo .buttons.add a[data-type="add"], .image-viewer-logo:focus .logo .buttons.add a[data-type="add"] {
  visibility: visible;
  opacity: 1;
  display: block;
}
.image-viewer-logo:hover .logo .buttons.edit, .image-viewer-logo:active .logo .buttons.edit, .image-viewer-logo:focus .logo .buttons.edit {
  background-color: rgba(252, 255, 235, 0.95);
}
.image-viewer-logo:hover .logo .buttons.edit a[data-type="link"], .image-viewer-logo:hover .logo .buttons.edit a[data-type="edit"], .image-viewer-logo:hover .logo .buttons.edit a[data-type="remove"], .image-viewer-logo:hover .logo .buttons.edit a[data-type="remove_shortcut"], .image-viewer-logo:active .logo .buttons.edit a[data-type="link"], .image-viewer-logo:active .logo .buttons.edit a[data-type="edit"], .image-viewer-logo:active .logo .buttons.edit a[data-type="remove"], .image-viewer-logo:active .logo .buttons.edit a[data-type="remove_shortcut"], .image-viewer-logo:focus .logo .buttons.edit a[data-type="link"], .image-viewer-logo:focus .logo .buttons.edit a[data-type="edit"], .image-viewer-logo:focus .logo .buttons.edit a[data-type="remove"], .image-viewer-logo:focus .logo .buttons.edit a[data-type="remove_shortcut"] {
  visibility: visible;
  opacity: 1;
  display: block;
}
.image-viewer-logo .logo {
  width: 100%;
  height: 110px;
  overflow: hidden;
  border: 1px solid #dddddd;
  border-radius: 0.25rem;
}
.image-viewer-logo .logo .buttons {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: rgba(230, 235, 244, 0.97);
  border: 2px dashed #92a7bf;
  visibility: hidden;
  opacity: 0;
  border-radius: 0.25rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.image-viewer-logo .logo .buttons a {
  position: absolute;
  top: 25px;
  visibility: hidden;
  opacity: 0;
  display: none;
  width: 60px !important;
  min-width: 60px !important;
  max-width: 60px !important;
  height: 60px !important;
  min-height: 60px !important;
  max-height: 60px !important;
  border-radius: 50% !important;
  font-size: 24px;
  line-height: 1;
  color: #90a0bc;
  border: 2px dashed #90a0bc;
  padding: 0;
}
.image-viewer-logo .logo .buttons a i {
  font-size: 2.5rem;
}
.image-viewer-logo .logo .buttons a[data-type="add"] {
  left: 0;
  right: 0;
  position: absolute;
  margin: auto;
  color: #1fa67a !important;
  border-color: #1fa67a;
}
.image-viewer-logo .logo .buttons a[data-type="add"] i {
  font-size: 65px;
  font-style: normal;
  font-weight: 300;
  position: relative;
  top: -5px;
  left: 1px;
}
.image-viewer-logo .logo .buttons a[data-type="add"]:hover, .image-viewer-logo .logo .buttons a[data-type="add"]:active, .image-viewer-logo .logo .buttons a[data-type="add"]:focus {
  background-color: #eafff8;
}
.image-viewer-logo .logo .buttons a[data-type="link"] {
  color: #495057 !important;
  border-color: #495057;
  left: 25px;
}
.image-viewer-logo .logo .buttons a[data-type="link"] i {
  margin: 10px 0 0 5px;
}
.image-viewer-logo .logo .buttons a[data-type="link"]:hover, .image-viewer-logo .logo .buttons a[data-type="link"]:active, .image-viewer-logo .logo .buttons a[data-type="link"]:focus {
  background-color: rgba(73, 80, 87, 0.3);
}
.image-viewer-logo .logo .buttons a[data-type="link"] + [data-type="edit"] {
  left: 100px !important;
}
.image-viewer-logo .logo .buttons a[data-type="link"] + [data-type="edit"] + [data-type="remove"] {
  right: 25px !important;
}
.image-viewer-logo .logo .buttons a[data-type="edit"] {
  color: #fab615 !important;
  border-color: #fab615;
  left: 61px;
}
.image-viewer-logo .logo .buttons a[data-type="edit"] i {
  margin: 10px 0 0 5px;
}
.image-viewer-logo .logo .buttons a[data-type="edit"]:hover, .image-viewer-logo .logo .buttons a[data-type="edit"]:active, .image-viewer-logo .logo .buttons a[data-type="edit"]:focus {
  background-color: #fff6e2;
}
.image-viewer-logo .logo .buttons a[data-type="remove"], .image-viewer-logo .logo .buttons a[data-type="remove_shortcut"] {
  color: #e91e63 !important;
  border-color: #e91e63;
  right: 61px;
}
.image-viewer-logo .logo .buttons a[data-type="remove"] i, .image-viewer-logo .logo .buttons a[data-type="remove_shortcut"] i {
  margin: 8px 0 0 0;
}
.image-viewer-logo .logo .buttons a[data-type="remove"]:hover, .image-viewer-logo .logo .buttons a[data-type="remove"]:active, .image-viewer-logo .logo .buttons a[data-type="remove"]:focus, .image-viewer-logo .logo .buttons a[data-type="remove_shortcut"]:hover, .image-viewer-logo .logo .buttons a[data-type="remove_shortcut"]:active, .image-viewer-logo .logo .buttons a[data-type="remove_shortcut"]:focus {
  background-color: #ffe8f0;
}
.image-viewer-logo .logo .buttons a:hover, .image-viewer-logo .logo .buttons a:active, .image-viewer-logo .logo .buttons a:focus {
  background: rgba(146, 167, 191, 0.5);
  color: #ffffff;
}
.image-viewer-logo .logo img, .image-viewer-logo .logo svg {
  width: 100%;
  height: 100px;
}

.editor {
  background: white;
  padding: 2rem 1rem 2rem 2rem;
  margin-bottom: 2rem;
}
.editor.editor-adder .tab-pane article {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.editor.editor-adder .tab-pane article .standard {
  display: none !important;
}
.editor.editor-adder .tab-pane article > [class*="col-"] {
  margin-top: 0 !important;
}
.editor.editor-adder .tab-pane article > [class*="col-"]:first-child {
  padding-right: 0;
}
.editor.editor-adder .tab-pane article > [class*="col-"]:nth-last-child(3) {
  padding-left: 0;
  padding-right: 0;
}
.editor.editor-adder .tab-pane article > [class*="col-"]:nth-last-child(3) .btn[data-process]:not([data-process="save"]) {
  width: 39px;
  height: 39px;
  position: relative;
  margin: -1px -1px 0 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.editor.editor-adder .tab-pane article > [class*="col-"]:nth-last-child(3) .btn[data-process]:not([data-process="save"])[data-process="new-adder"], .editor.editor-adder .tab-pane article > [class*="col-"]:nth-last-child(3) .btn[data-process]:not([data-process="save"])[data-process="remove-added"] {
  margin-left: -14px;
  margin-right: 1px;
  font-size: 1.25rem;
  border-radius: 0.35rem 0 0 0.35rem;
}
.editor.editor-adder .tab-pane article > [class*="col-"]:nth-last-child(3) .btn[data-process]:not([data-process="save"])[data-process="new-adder"] i.fa, .editor.editor-adder .tab-pane article > [class*="col-"]:nth-last-child(3) .btn[data-process]:not([data-process="save"])[data-process="remove-added"] i.fa {
  display: table;
  margin: 4px 0;
}
.editor.editor-adder .tab-pane article > [class*="col-"]:nth-last-child(3) .btn[data-process]:not([data-process="save"])[data-process="new-adder"] {
  border-radius: 0.35rem;
}
.editor.editor-adder .tab-pane article > [class*="col-"]:nth-last-child(3) .btn[data-process]:not([data-process="save"])[data-process="up-added"], .editor.editor-adder .tab-pane article > [class*="col-"]:nth-last-child(3) .btn[data-process]:not([data-process="save"])[data-process="down-added"] {
  font-size: 1.5rem;
}
.editor.editor-adder .tab-pane article > [class*="col-"]:nth-last-child(3) .btn[data-process]:not([data-process="save"])[data-process="up-added"] i.fa, .editor.editor-adder .tab-pane article > [class*="col-"]:nth-last-child(3) .btn[data-process]:not([data-process="save"])[data-process="down-added"] i.fa {
  display: table;
}
.editor.editor-adder .tab-pane article > [class*="col-"]:nth-last-child(3) .btn[data-process]:not([data-process="save"])[data-process="up-added"] i.fa {
  margin: 2px -1px;
}
.editor.editor-adder .tab-pane article > [class*="col-"]:nth-last-child(3) .btn[data-process]:not([data-process="save"])[data-process="down-added"] {
  border-radius: 0 0.35rem 0.35rem 0;
}
.editor.editor-adder .tab-pane article > [class*="col-"]:nth-last-child(3) .btn[data-process]:not([data-process="save"])[data-process="down-added"] i.fa {
  margin: 3px -1px;
}
.editor.editor-adder .tab-pane article > [class*="col-"]:nth-last-child(3) .input-group.prepend:after {
  content: none;
}
.editor.editor-adder .tab-pane article > [class*="col-"]:nth-last-child(3) > [class*="col-"] {
  padding-top: 0;
  display: table;
}
.editor.editor-adder .tab-pane article > [class*="col-"]:nth-last-child(3) > [class*="col-"] .input-group-text, .editor.editor-adder .tab-pane article > [class*="col-"]:nth-last-child(3) > [class*="col-"] input {
  border-radius: 0 !important;
}
.editor.editor-adder .tab-pane article > [class*="col-"]:nth-last-child(3) > [class*="col-"]:first-child {
  padding-top: 0 !important;
}
.editor.editor-adder .tab-pane article > [class*="col-"]:nth-last-child(3) > [class*="col-"]:first-child .input-group-text {
  -moz-border-top-left-radius: 0.25rem !important;
  border-top-left-radius: 0.25rem !important;
}
.editor.editor-adder .tab-pane article > [class*="col-"]:nth-last-child(3) > [class*="col-"]:first-child input {
  -moz-border-top-right-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}
.editor.editor-adder .tab-pane article > [class*="col-"]:nth-last-child(3) > [class*="col-"]:last-child .input-group-text {
  -moz-border-bottom-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}
.editor.editor-adder .tab-pane article > [class*="col-"]:nth-last-child(3) > [class*="col-"]:last-child input {
  -moz-border-bottom-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}
.editor.editor-adder .tab-pane article > [class*="col-"] + .control-buttons {
  float: right;
  margin: 25px 0 0 auto;
  padding-right: 17px;
}
.editor.editor-adder .tab-pane article ul.tours_info {
  width: 100%;
}
.editor.editor-adder .tab-pane article ul.tours_info > li {
  padding: 0 !important;
  margin: 0 !important;
  width: 100%;
}
.editor.editor-adder .tab-pane article ul.tours_info > li > div:first-child {
  padding: 0 !important;
  margin: 0 !important;
}
.editor.editor-adder .tab-pane article ul.tours_info > li > div:nth-child(2) > div {
  float: right;
  position: relative;
  top: -6px;
}
.editor.editor-adder .tab-pane article ul.tours_info > li > div:nth-child(2) > div a:focus {
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.editor.editor-adder .tab-pane article ul.tours_info > li > div:nth-child(3).edit-adder {
  display: none;
  padding-right: 0;
}
.editor.editor-adder .tab-pane article ul.tours_info > li > div:nth-child(3).edit-adder > article {
  border: hidden;
  border-top: 1px solid #dddddd;
}
.editor.editor-adder .tab-pane article ul.tours_info > li > div:nth-child(3).edit-adder > article .btn[data-process]:not([data-process="save"]):not([data-process="edit"]) {
  width: 39px;
  height: 39px;
  position: relative;
  margin: -1px -1px 0 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.editor.editor-adder .tab-pane article ul.tours_info > li > div:nth-child(3).edit-adder > article .btn[data-process]:not([data-process="save"]):not([data-process="edit"])[data-process="new-adder"], .editor.editor-adder .tab-pane article ul.tours_info > li > div:nth-child(3).edit-adder > article .btn[data-process]:not([data-process="save"]):not([data-process="edit"])[data-process="remove-added"] {
  margin-left: -14px;
  margin-right: 1px;
  font-size: 1.25rem;
  border-radius: 0.35rem 0 0 0.35rem;
}
.editor.editor-adder .tab-pane article ul.tours_info > li > div:nth-child(3).edit-adder > article .btn[data-process]:not([data-process="save"]):not([data-process="edit"])[data-process="new-adder"] i.fa, .editor.editor-adder .tab-pane article ul.tours_info > li > div:nth-child(3).edit-adder > article .btn[data-process]:not([data-process="save"]):not([data-process="edit"])[data-process="remove-added"] i.fa {
  display: table;
  margin: 4px 0;
}
.editor.editor-adder .tab-pane article ul.tours_info > li > div:nth-child(3).edit-adder > article .btn[data-process]:not([data-process="save"]):not([data-process="edit"])[data-process="new-adder"] {
  border-radius: 0.35rem;
}
.editor.editor-adder .tab-pane article ul.tours_info > li > div:nth-child(3).edit-adder > article .btn[data-process]:not([data-process="save"]):not([data-process="edit"])[data-process="up-added"], .editor.editor-adder .tab-pane article ul.tours_info > li > div:nth-child(3).edit-adder > article .btn[data-process]:not([data-process="save"]):not([data-process="edit"])[data-process="down-added"] {
  font-size: 1.5rem;
}
.editor.editor-adder .tab-pane article ul.tours_info > li > div:nth-child(3).edit-adder > article .btn[data-process]:not([data-process="save"]):not([data-process="edit"])[data-process="up-added"] i.fa, .editor.editor-adder .tab-pane article ul.tours_info > li > div:nth-child(3).edit-adder > article .btn[data-process]:not([data-process="save"]):not([data-process="edit"])[data-process="down-added"] i.fa {
  display: table;
}
.editor.editor-adder .tab-pane article ul.tours_info > li > div:nth-child(3).edit-adder > article .btn[data-process]:not([data-process="save"]):not([data-process="edit"])[data-process="up-added"] i.fa {
  margin: 2px -1px;
}
.editor.editor-adder .tab-pane article ul.tours_info > li > div:nth-child(3).edit-adder > article .btn[data-process]:not([data-process="save"]):not([data-process="edit"])[data-process="down-added"] {
  border-radius: 0 0.35rem 0.35rem 0;
}
.editor.editor-adder .tab-pane article ul.tours_info > li > div:nth-child(3).edit-adder > article .btn[data-process]:not([data-process="save"]):not([data-process="edit"])[data-process="down-added"] i.fa {
  margin: 3px -1px;
}
.editor.editor-adder .tab-pane article ul.tours_info > li > div:nth-child(3).edit-adder > article .editor-adder-div {
  padding-top: 0;
  display: table;
}
.editor.editor-adder .tab-pane article ul.tours_info > li > div:nth-child(3).edit-adder > article .editor-adder-div .input-group.prepend:after {
  content: none;
}
.editor.editor-adder .tab-pane article ul.tours_info > li > div:nth-child(3).edit-adder > article .editor-adder-div .input-group-text, .editor.editor-adder .tab-pane article ul.tours_info > li > div:nth-child(3).edit-adder > article .editor-adder-div input {
  border-radius: 0 !important;
}
.editor.editor-adder .tab-pane article ul.tours_info > li > div:nth-child(3).edit-adder > article .editor-adder-div > [class*="col-"]:first-child {
  padding-top: 0 !important;
}
.editor.editor-adder .tab-pane article ul.tours_info > li > div:nth-child(3).edit-adder > article .editor-adder-div > [class*="col-"]:first-child .input-group-text {
  -moz-border-top-left-radius: 0.25rem !important;
  border-top-left-radius: 0.25rem !important;
}
.editor.editor-adder .tab-pane article ul.tours_info > li > div:nth-child(3).edit-adder > article .editor-adder-div > [class*="col-"]:first-child input {
  -moz-border-top-right-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}
.editor.editor-adder .tab-pane article ul.tours_info > li > div:nth-child(3).edit-adder > article .editor-adder-div > [class*="col-"]:last-child .input-group-text {
  -moz-border-bottom-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}
.editor.editor-adder .tab-pane article ul.tours_info > li > div:nth-child(3).edit-adder > article .editor-adder-div > [class*="col-"]:last-child input {
  -moz-border-bottom-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.autobus {
  background-color: #ffffff;
}
.autobus.large > ul {
  padding: 0 .5rem;
}
.autobus.large > ul > li {
  width: 1040px;
}
.autobus.large > ul > li[data-type="center"] > div:nth-child(2) {
  width: 911px;
}
.autobus.large > ul > li[data-type="center"] > div:nth-child(2) > div {
  background-size: 900px 44px;
}
.autobus.middle > ul {
  padding: 0 1.5rem;
  width: 1040px;
}
.autobus.middle > ul > li {
  width: 1040px;
}
.autobus.middle > ul > li[data-type="center"] > div:nth-child(2) {
  width: 880px;
}
.autobus.middle > ul > li[data-type="center"] > div:nth-child(2) > div {
  background-size: 869px 44px;
}
.autobus.middle > ul > li[data-type="top"] > div, .autobus.middle > ul > li[data-type="bottom"] > div {
  margin-left: 13px;
}
.autobus.little > ul {
  padding: 0 1.25rem;
  width: 1040px;
}
.autobus.little > ul > li {
  width: 1040px;
}
.autobus.little > ul > li[data-type="center"] > div:nth-child(2) {
  width: 884px;
}
.autobus.little > ul > li[data-type="center"] > div:nth-child(2) > div {
  background-size: 873px 44px;
}
.autobus.little > ul > li[data-type="bottom"] {
  height: 90px;
}
.autobus.little > ul > li[data-type="bottom"] > div {
  height: 90px !important;
}
.autobus.little > ul > li[data-type="bottom"] > div[data-type="driver"] > div {
  height: 90px;
  margin-top: -8px;
}
.autobus.little > ul > li[data-type="bottom"] > div[data-type="seat"] > div {
  margin-top: 11px;
}
.autobus.little > ul > li[data-type="top"] > div, .autobus.little > ul > li[data-type="bottom"] > div {
  margin-left: 10px;
  padding-right: 62px;
}
.autobus > ul {
  padding: 0 1.5rem;
  border: 1px solid #f1f1f1;
  background-color: #fcfcfc;
  border-radius: 20px;
}
.autobus > ul > li {
  width: 100%;
  height: 165px;
}
.autobus > ul > li[data-type="top"] > div, .autobus > ul > li[data-type="bottom"] > div {
  width: 55px;
  height: 165px;
  margin-left: 9px;
  padding-right: 65px;
  float: left;
  border-right: 1px solid #f1f1f1;
}
.autobus > ul > li[data-type="top"] > div:first-child, .autobus > ul > li[data-type="bottom"] > div:first-child {
  margin-left: 0;
}
.autobus > ul > li[data-type="top"] > div > div, .autobus > ul > li[data-type="bottom"] > div > div {
  cursor: pointer;
}
.autobus > ul > li[data-type="top"] > div > div.free-seat:hover, .autobus > ul > li[data-type="bottom"] > div > div.free-seat:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.autobus > ul > li[data-type="top"] > div > div.free-seat:hover, .autobus > ul > li[data-type="top"] > div > div.free-seat:active, .autobus > ul > li[data-type="top"] > div > div.free-seat:focus, .autobus > ul > li[data-type="bottom"] > div > div.free-seat:hover, .autobus > ul > li[data-type="bottom"] > div > div.free-seat:active, .autobus > ul > li[data-type="bottom"] > div > div.free-seat:focus {
  -webkit-filter: hue-rotate(276deg) saturate(0.1) saturate(6.25) brightness(95%);
  -moz-filter: hue-rotate(276deg) saturate(0.1) saturate(6.25) brightness(95%);
  -ms-filter: hue-rotate(276deg) saturate(0.1) saturate(6.25) brightness(95%);
  -o-filter: hue-rotate(276deg) saturate(0.1) saturate(6.25) brightness(95%);
  -khtml-filter: hue-rotate(276deg) saturate(0.1) saturate(6.25) brightness(95%);
  filter: hue-rotate(276deg) saturate(0.1) saturate(6.25) brightness(95%);
  color: #000000;
}
.autobus > ul > li[data-type="top"] > div > div:not(.free-seat), .autobus > ul > li[data-type="bottom"] > div > div:not(.free-seat) {
  -webkit-transition: 0s !important;
  transition: 0s !important;
}
.autobus > ul > li[data-type="top"] > div > div:not(.free-seat):hover, .autobus > ul > li[data-type="bottom"] > div > div:not(.free-seat):hover {
  -webkit-transition: 0.3s !important;
  transition: 0.3s !important;
}
.autobus > ul > li[data-type="top"] > div > div:first-child, .autobus > ul > li[data-type="bottom"] > div > div:first-child {
  margin-top: 12px;
}
.autobus > ul > li[data-type="top"] > div > div:last-child, .autobus > ul > li[data-type="bottom"] > div > div:last-child {
  margin-top: 3px;
}
.autobus > ul > li[data-type="top"] > div[data-type="entrance"], .autobus > ul > li[data-type="bottom"] > div[data-type="entrance"] {
  width: 55px;
  height: 165px;
}
.autobus > ul > li[data-type="top"] > div[data-type="entrance"][data-type2="out"] > div, .autobus > ul > li[data-type="bottom"] > div[data-type="entrance"][data-type2="out"] > div {
  width: 55px;
  height: 150px;
}
.autobus > ul > li[data-type="top"] > div[data-type="entrance"][data-type2="out"] > div:last-child, .autobus > ul > li[data-type="bottom"] > div[data-type="entrance"][data-type2="out"] > div:last-child {
  height: 200px;
  margin-top: -171px;
  background-size: 19px 200px;
  position: relative;
}
.autobus > ul > li[data-type="top"] > div[data-type="entrance"] > div, .autobus > ul > li[data-type="bottom"] > div[data-type="entrance"] > div {
  width: 55px;
  height: 145px;
}
.autobus > ul > li[data-type="top"] > div[data-type="entrance"] > div:first-child, .autobus > ul > li[data-type="bottom"] > div[data-type="entrance"] > div:first-child {
  background-repeat: repeat-y;
  background-position: center top;
}
.autobus > ul > li[data-type="top"] > div[data-type="entrance"] > div:last-child, .autobus > ul > li[data-type="bottom"] > div[data-type="entrance"] > div:last-child {
  height: 181px;
  margin-top: -166px;
  background-repeat: no-repeat;
  background-position: center top;
}
.autobus > ul > li[data-type="top"] > div[data-type="driver"], .autobus > ul > li[data-type="bottom"] > div[data-type="driver"] {
  width: 55px;
  height: 165px;
}
.autobus > ul > li[data-type="top"] > div[data-type="driver"] > div, .autobus > ul > li[data-type="bottom"] > div[data-type="driver"] > div {
  width: 55px;
  height: 150px;
  background-repeat: no-repeat;
  background-position: center bottom;
}
.autobus > ul > li[data-type="top"] > div[data-type="seat"], .autobus > ul > li[data-type="bottom"] > div[data-type="seat"] {
  width: 55px;
  height: 165px;
}
.autobus > ul > li[data-type="top"] > div[data-type="seat"] > div, .autobus > ul > li[data-type="bottom"] > div[data-type="seat"] > div {
  width: 55px;
  height: 70px;
  background-repeat: no-repeat;
  text-indent: 15px;
  -ms-flex-line-pack: center;
      align-content: center;
  -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;
  display: -webkit-grid;
  display: -moz-grid;
  display: -ms-grid;
  display: -o-grid;
  display: -khtml-grid;
  display: grid;
}
.autobus > ul > li[data-type="top"] > div[data-type="seat"]:last-child, .autobus > ul > li[data-type="bottom"] > div[data-type="seat"]:last-child {
  border-right: hidden;
}
.autobus > ul > li[data-type="center"] {
  height: 50px;
  display: table;
}
.autobus > ul > li[data-type="center"]:after, .autobus > ul > li[data-type="center"]:before {
  clear: both;
  content: "";
}
.autobus > ul > li[data-type="center"] > div {
  height: 50px;
  float: left;
}
.autobus > ul > li[data-type="center"] > div:nth-child(1) {
  width: 55px;
}
.autobus > ul > li[data-type="center"] > div:nth-child(1) > div {
  width: 70px;
  background-position: 27px -1px;
  background-size: 40px 46px;
  -moz-border-bottom-left-radius: 33px;
  border-bottom-left-radius: 33px;
}
.autobus > ul > li[data-type="center"] > div:nth-child(2) {
  width: 880px;
}
.autobus > ul > li[data-type="center"] > div:nth-child(2) > div {
  background-position: left top;
  background-size: 871px 44px;
}
.autobus > ul > li[data-type="center"] > div > div {
  width: 100%;
  height: 50px;
  background-color: #f1f1f1;
  background-repeat: no-repeat;
  background-size: 100% 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;
}

#passengers_viewer button[data-selected=true] {
  display: none;
}

.tour-show {
  margin-top: 1rem;
  margin-bottom: 1rem;
  background-color: #fff;
}
.tour-show > article {
  padding-top: 1rem;
  border: 1px solid #dddddd;
  border-top: hidden;
}
.tour-show > article:first-child {
  padding-bottom: .25rem;
  border: 1px solid #dddddd;
  background: #2a4e7e;
  color: #ffffff;
}
.tour-show > article:not(:first-child) {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.tour-show > article:not(:first-child):hover.danger-color, .tour-show > article:not(:first-child):active.danger-color, .tour-show > article:not(:first-child):focus.danger-color {
  background: #ffeeee;
  color: #ff0000;
}
.tour-show > article:not(:first-child):hover.danger-color .col-2, .tour-show > article:not(:first-child):active.danger-color .col-2, .tour-show > article:not(:first-child):focus.danger-color .col-2 {
  color: #ff0000 !important;
}
.tour-show > article:not(:first-child):hover.warning-color, .tour-show > article:not(:first-child):active.warning-color, .tour-show > article:not(:first-child):focus.warning-color {
  background: #fffaec;
  color: #ecae00;
}
.tour-show > article:not(:first-child):hover.warning-color .col-2, .tour-show > article:not(:first-child):active.warning-color .col-2, .tour-show > article:not(:first-child):focus.warning-color .col-2 {
  color: #ecae00 !important;
}
.tour-show > article:not(:first-child):hover.secondary-color, .tour-show > article:not(:first-child):active.secondary-color, .tour-show > article:not(:first-child):focus.secondary-color {
  background: #f3fbfa;
  color: #00a590;
}
.tour-show > article:not(:first-child):hover.secondary-color .col-2, .tour-show > article:not(:first-child):active.secondary-color .col-2, .tour-show > article:not(:first-child):focus.secondary-color .col-2 {
  color: #00a590 !important;
}

.passengers .passenger-title {
  cursor: pointer;
  background-color: #415972;
  height: 61.19px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.passengers .passenger-title:hover, .passengers .passenger-title:active, .passengers .passenger-title:focus {
  background-color: rgba(65, 89, 114, 0.9);
}
.passengers .passenger-title.active {
  cursor: default;
}
.passengers .passenger-title.active:hover, .passengers .passenger-title.active:active, .passengers .passenger-title.active:focus {
  background-color: #415972;
}
.passengers .passenger-title .btn {
  margin: -1px 15px 0 0;
  border-color: white;
  color: white;
  background-color: salmon;
}
.passengers .passenger-title .btn:hover, .passengers .passenger-title .btn:active, .passengers .passenger-title .btn:focus {
  -webkit-box-shadow: none !important ;
  -ms-box-shadow: none !important ;
  -o-box-shadow: none !important ;
  box-shadow: none !important ;
}
.passengers .passenger-title .btn:hover .icon {
  right: 13px;
}
.passengers .passenger-title .btn .icon {
  -webkit-transform: translateY(-11.3px);
  -khtml-transform: translateY(-11.3px);
  transform: translateY(-11.3px);
}
.passengers .passenger-title .btn .icon i {
  -webkit-transform: translate(13px, -50%);
  -khtml-transform: translate(13px, -50%);
  transform: translate(13px, -50%);
}
.passengers .passenger-title + .passenger-content {
  display: none;
}
.passengers .passenger-title + .passenger-content .installment {
  margin-top: -2px;
}
.passengers .passenger-title + .passenger-content .installment .input-group.prepend.active:after {
  background-color: transparent;
}
.passengers .passenger-title + .passenger-content .installment a {
  width: 38px;
  height: 39px;
  position: relative;
  margin: 0 -1px 0 0;
  border-top-width: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.passengers .passenger-title + .passenger-content .installment a[data-process="new-installment"] {
  width: 39px;
  height: 38px;
  border-top-width: 1px;
  border-radius: 0.35rem;
}
.passengers .passenger-title + .passenger-content .installment a[data-process="remove-installment"] {
  border-radius: 0.35rem 0 0 0.35rem;
}
.passengers .passenger-title + .passenger-content .installment a[data-process="up-installment"] i.fa {
  margin: 2px -1px;
}
.passengers .passenger-title + .passenger-content .installment a[data-process="down-installment"] {
  border-radius: 0;
}
.passengers .passenger-title + .passenger-content .installment a[data-process="down-installment"] i.fa {
  margin: 3px -1px;
}
.passengers .passenger-title + .passenger-content .installment a[data-process="new-installment"], .passengers .passenger-title + .passenger-content .installment a[data-process="remove-installment"] {
  margin-left: -5px;
  margin-right: 1px;
  font-size: 1.25rem;
}
.passengers .passenger-title + .passenger-content .installment a[data-process="up-installment"], .passengers .passenger-title + .passenger-content .installment a[data-process="down-installment"] {
  font-size: 1.5rem;
}
.passengers .passenger-title + .passenger-content .installment a[data-process="up-installment"] i.fa, .passengers .passenger-title + .passenger-content .installment a[data-process="down-installment"] i.fa {
  display: table;
}
.passengers .passenger-title + .passenger-content .installment.up [data-process="remove-installment"], .passengers .passenger-title + .passenger-content .installment.up [data-process="down-installment"] {
  border-top-width: 1px;
}
.passengers .passenger-title + .passenger-content .installment.up [data-process="up-installment"] {
  display: none;
}
.passengers .passenger-title + .passenger-content .installment.up [data-process="down-installment"] {
  border-radius: 0 0.35rem 0 0;
}
.passengers .passenger-title + .passenger-content .installment.up + .installment:not(.up):not(.down) [data-process="down-installment"] {
  border-top-width: 1px;
  border-radius: 0 0.35rem 0 0;
}
.passengers .passenger-title + .passenger-content .installment.down [data-process="down-installment"] {
  display: none;
}
.passengers .passenger-title + .passenger-content .installment.down [data-process="up-installment"] {
  -moz-border-bottom-right-radius: 0.35rem;
  border-bottom-right-radius: 0.35rem;
}
.passengers .passenger-title + .passenger-content .installment.up.down [data-process="remove-installment"] {
  border-radius: 0.35rem;
}
.passengers .passenger-title + .passenger-content .installment:nth-last-child(2):not(.up) [data-process="down-installment"] {
  -moz-border-bottom-right-radius: 0.35rem !important;
  border-bottom-right-radius: 0.35rem !important;
}
.passengers .passenger-title + .passenger-content .paid-div, .passengers .passenger-title + .passenger-content .remaining-debt-div {
  text-align: center;
  background-color: #415972;
  color: #ffffff;
  padding: 25px 5px;
  margin-top: 10px;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
.passengers .passenger-title + .passenger-content .paid-div.paid-div, .passengers .passenger-title + .passenger-content .remaining-debt-div.paid-div {
  margin-left: 100px;
}
.passengers .passenger-title + .passenger-content .paid-div.remaining-debt-div, .passengers .passenger-title + .passenger-content .remaining-debt-div.remaining-debt-div {
  margin-left: 30px;
}
.passengers .passenger-title + .passenger-content .paid-div h2, .passengers .passenger-title + .passenger-content .remaining-debt-div h2 {
  color: #ffffff;
  font-weight: 300;
  font-size: 1.7rem;
}
.passengers .passenger-title + .passenger-content .paid-div .footer, .passengers .passenger-title + .passenger-content .remaining-debt-div .footer {
  background-color: #fab615;
  color: #000000;
  width: 100%;
  font-size: 1.20rem;
  margin-top: 28px;
  left: 0;
  position: absolute;
  padding: 3px;
}
.passengers.first .passenger-content {
  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 ;
}

.bbacd-tabs.one > .nav-tabs .liner {
  width: 100%;
}
.bbacd-tabs.one > .nav-tabs li {
  width: 100%;
}
.bbacd-tabs.one > .nav-tabs a:after {
  left: 25px;
}
.bbacd-tabs.one > .nav-tabs .liner {
  display: none;
}
.bbacd-tabs.two > .nav-tabs .liner {
  width: 50%;
}
.bbacd-tabs.two > .nav-tabs li {
  width: 50%;
}
.bbacd-tabs.two > .nav-tabs a:after {
  left: 25px;
}
.bbacd-tabs.three > .nav-tabs .liner {
  width: 65%;
}
.bbacd-tabs.three > .nav-tabs li {
  width: 33.3333333333%;
}
.bbacd-tabs.three > .nav-tabs a:after {
  left: 25px;
}
.bbacd-tabs.four > .nav-tabs .liner {
  width: 75%;
}
.bbacd-tabs.four > .nav-tabs li {
  width: 25%;
}
.bbacd-tabs.four > .nav-tabs a:after {
  left: 25px;
}
.bbacd-tabs.five > .nav-tabs .liner {
  width: 80%;
}
.bbacd-tabs.five > .nav-tabs li {
  width: 20%;
}
.bbacd-tabs.five > .nav-tabs a:after {
  left: 25px;
}
.bbacd-tabs > .nav-tabs {
  position: relative;
  margin: 0 auto;
  margin-bottom: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.bbacd-tabs > .nav-tabs .liner {
  height: 2px;
  background: #ddd;
  position: absolute;
  width: 80%;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 50%;
  z-index: 1;
}
.bbacd-tabs > .nav-tabs > li {
  z-index: 111;
}
.bbacd-tabs > .nav-tabs > li a:after {
  content: " ";
  position: relative;
  left: 23px;
  opacity: 0;
  margin: 0 auto;
  bottom: 9px;
  border: 10px solid transparent;
  border-bottom-color: #ddd;
  -webkit-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
}
.bbacd-tabs > .nav-tabs > li .active {
  color: #555555;
  cursor: default;
  border: 0;
  border-bottom-color: transparent;
}
.bbacd-tabs > .nav-tabs > li .active:after {
  border-bottom-color: #ddd;
  opacity: 1;
}
.bbacd-tabs > .nav-tabs > li .active:hover, .bbacd-tabs > .nav-tabs > li .active:active, .bbacd-tabs > .nav-tabs > li .active:focus {
  color: #555555;
  cursor: default;
  border: 0;
  border-bottom-color: transparent;
}
.bbacd-tabs > .nav-tabs > li .active span.round-tabs {
  padding: 2px 0 0 2px;
}
.bbacd-tabs > .nav-tabs > li .active span.round-tabs.one {
  border: 1px solid #c0eec0 !important;
}
.bbacd-tabs > .nav-tabs > li .active span.round-tabs.two {
  border: 1px solid #ffedc1 !important;
}
.bbacd-tabs > .nav-tabs > li .active span.round-tabs.three {
  border: 1px solid #c7d1e2 !important;
}
.bbacd-tabs > .nav-tabs > li .active span.round-tabs.four {
  border: 1px solid #fad3d1 !important;
}
.bbacd-tabs > .nav-tabs > li .active span.round-tabs.five {
  border: 1px solid #e1e1e1 !important;
}
.bbacd-tabs > .nav-tabs > li > a {
  width: 70px;
  height: 70px;
  margin: 20px auto;
  border-radius: 100%;
  padding: 0;
}
.bbacd-tabs > .nav-tabs > li > a > span.round-tabs {
  width: 70px;
  height: 70px;
  line-height: 70px;
  display: inline-block;
  border-radius: 100px;
  background: white;
  z-index: 2;
  left: 0;
  text-align: center;
  font-size: 25px;
}
.bbacd-tabs > .nav-tabs > li > a > span.round-tabs.one {
  color: #22c222;
  border: 2px solid #22c222;
  background: #f4fcf4;
}
.bbacd-tabs > .nav-tabs > li > a > span.round-tabs.two {
  color: #febe29;
  border: 2px solid #febe29;
  background: #fffcf4;
}
.bbacd-tabs > .nav-tabs > li > a > span.round-tabs.three {
  color: #3e5e9a;
  border: 2px solid #3e5e9a;
  background: #f5f7fa;
}
.bbacd-tabs > .nav-tabs > li > a > span.round-tabs.four {
  color: #f1685e;
  border: 2px solid #f1685e;
  background: #fef7f7;
}
.bbacd-tabs > .nav-tabs > li > a > span.round-tabs.five {
  color: #999;
  border: 2px solid #999;
  background: #fafafa;
}
.bbacd-tabs > .tab-content .tab-pane {
  position: relative;
  padding: 25px;
}

.pager-all-change-title {
  background-color: #415972;
  padding: 1.3rem 0 !important;
  color: #ffffff;
  margin: 0 !important;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  -khtml-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.g-title {
  padding: 0 .5rem 0 0;
  font-weight: bold;
  color: #3a2800;
}
.g-title hr {
  border-color: #3a2800;
  margin: .5rem 0;
}

.tour-show-form {
  width: 100% !important;
  padding: 1rem;
  margin-left: 0 !important;
  background-color: #ffffff;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  -khtml-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#tours_ad_homepage .tours-ad-option-buttons {
  padding: 0;
  margin: auto;
}
#tours_ad_homepage .tours-ad-option-buttons > div {
  padding: 0;
  margin: 0;
}
#tours_ad_homepage .tours-ad-option-buttons *,
#tours_ad_homepage .tours-ad-option-buttons *:before {
  -webkit-transition: 0.3s !important;
  transition: 0.3s !important;
}
#tours_ad_homepage .tours-ad-option-buttons .left-homepage,
#tours_ad_homepage .tours-ad-option-buttons .middle-homepage,
#tours_ad_homepage .tours-ad-option-buttons .right-homepage {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 90%;
  float: left;
  border: 1px solid;
  position: relative;
  overflow: hidden;
}
#tours_ad_homepage .tours-ad-option-buttons .left-homepage:nth-child(1),
#tours_ad_homepage .tours-ad-option-buttons .left-homepage:nth-child(2),
#tours_ad_homepage .tours-ad-option-buttons .left-homepage:nth-child(3),
#tours_ad_homepage .tours-ad-option-buttons .middle-homepage:nth-child(1),
#tours_ad_homepage .tours-ad-option-buttons .middle-homepage:nth-child(2),
#tours_ad_homepage .tours-ad-option-buttons .middle-homepage:nth-child(3),
#tours_ad_homepage .tours-ad-option-buttons .right-homepage:nth-child(2) {
  border-right: none;
}
#tours_ad_homepage .tours-ad-option-buttons .left-homepage:nth-child(1),
#tours_ad_homepage .tours-ad-option-buttons .middle-homepage:nth-child(1),
#tours_ad_homepage .tours-ad-option-buttons .right-homepage:nth-child(1) {
  width: 100%;
  height: 200px;
  background-size: 50%;
  border-bottom: hidden;
}
#tours_ad_homepage .tours-ad-option-buttons .left-homepage:nth-child(2),
#tours_ad_homepage .tours-ad-option-buttons .left-homepage:nth-child(3),
#tours_ad_homepage .tours-ad-option-buttons .middle-homepage:nth-child(2),
#tours_ad_homepage .tours-ad-option-buttons .middle-homepage:nth-child(3),
#tours_ad_homepage .tours-ad-option-buttons .right-homepage:nth-child(2),
#tours_ad_homepage .tours-ad-option-buttons .right-homepage:nth-child(3) {
  width: 50%;
  height: 150px;
  background-size: 70%;
}
#tours_ad_homepage .tours-ad-option-buttons .left-homepage[data-select="true"],
#tours_ad_homepage .tours-ad-option-buttons .middle-homepage[data-select="true"],
#tours_ad_homepage .tours-ad-option-buttons .right-homepage[data-select="true"] {
  background-color: #d4d5d7;
}
#tours_ad_homepage .tours-ad-option-buttons .left-homepage[data-select="true"]:hover,
#tours_ad_homepage .tours-ad-option-buttons .middle-homepage[data-select="true"]:hover,
#tours_ad_homepage .tours-ad-option-buttons .right-homepage[data-select="true"]:hover {
  background-color: #b9b9b9;
}
#tours_ad_homepage .tours-ad-option-buttons .left-homepage:not([data-select="true"]):hover,
#tours_ad_homepage .tours-ad-option-buttons .middle-homepage:not([data-select="true"]):hover,
#tours_ad_homepage .tours-ad-option-buttons .right-homepage:not([data-select="true"]):hover {
  background-color: #a0d3c5;
}

#tours_ad_homepage .tours-ad-option-buttons .left-homepage:before,
#tours_ad_homepage .tours-ad-option-buttons .left-homepage:after,
#tours_ad_homepage .tours-ad-option-buttons .middle-homepage:before,
#tours_ad_homepage .tours-ad-option-buttons .middle-homepage:after,
#tours_ad_homepage .tours-ad-option-buttons .right-homepage:before,
#tours_ad_homepage .tours-ad-option-buttons .right-homepage:after {
  position: absolute;
  z-index: 1;
  color: #ffffff;
  opacity: 0;
  visibility: hidden;
}


#tours_ad_homepage .tours-ad-option-buttons .left-homepage:before,
#tours_ad_homepage .tours-ad-option-buttons .middle-homepage:before,
#tours_ad_homepage .tours-ad-option-buttons .right-homepage:before {
  content: "";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 33px;
  line-height: 30px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  top: 5px;
  right: 5px;
}
#tours_ad_homepage .tours-ad-option-buttons .left-homepage:after,
#tours_ad_homepage .tours-ad-option-buttons .middle-homepage:after,
#tours_ad_homepage .tours-ad-option-buttons .right-homepage:after {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}
#tours_ad_homepage .tours-ad-option-buttons .left-homepage:nth-child(1):after,
#tours_ad_homepage .tours-ad-option-buttons .middle-homepage:nth-child(1):after,
#tours_ad_homepage .tours-ad-option-buttons .right-homepage:nth-child(1):after {
  font-size: 37px;
}
#tours_ad_homepage .tours-ad-option-buttons .left-homepage:nth-child(2):after,
#tours_ad_homepage .tours-ad-option-buttons .left-homepage:nth-child(3):after,
#tours_ad_homepage .tours-ad-option-buttons .middle-homepage:nth-child(2):after,
#tours_ad_homepage .tours-ad-option-buttons .middle-homepage:nth-child(3):after,
#tours_ad_homepage .tours-ad-option-buttons .right-homepage:nth-child(2):after,
#tours_ad_homepage .tours-ad-option-buttons .right-homepage:nth-child(3):after {
  font-size: 25px;
}

#tours_ad_homepage .tours-ad-option-buttons .left-homepage:not([data-select="true"]):before,
#tours_ad_homepage .tours-ad-option-buttons .middle-homepage:not([data-select="true"]):before,
#tours_ad_homepage .tours-ad-option-buttons .right-homepage:not([data-select="true"]):before {
  content: "\f00c";
  color: green;
}
#tours_ad_homepage .tours-ad-option-buttons .left-homepage:not([data-select="true"]):after,
#tours_ad_homepage .tours-ad-option-buttons .middle-homepage:not([data-select="true"]):after,
#tours_ad_homepage .tours-ad-option-buttons .right-homepage:not([data-select="true"]):after {
  content: "Tur Ekle";
}
#tours_ad_homepage .tours-ad-option-buttons .left-homepage[data-select="true"]:before,
#tours_ad_homepage .tours-ad-option-buttons .middle-homepage[data-select="true"]:before,
#tours_ad_homepage .tours-ad-option-buttons .right-homepage[data-select="true"]:before {
  content: "\f00d";
  color: black;
}
#tours_ad_homepage .tours-ad-option-buttons .left-homepage[data-select="true"]:after,
#tours_ad_homepage .tours-ad-option-buttons .middle-homepage[data-select="true"]:after,
#tours_ad_homepage .tours-ad-option-buttons .right-homepage[data-select="true"]:after {
  content: "Turu Sil";
}
#tours_ad_homepage .tours-ad-option-buttons .left-homepage:hover:before,
#tours_ad_homepage .tours-ad-option-buttons .middle-homepage:hover:before,
#tours_ad_homepage .tours-ad-option-buttons .right-homepage:hover:before {
  opacity: 1;
  visibility: visible;
}
#tours_ad_homepage .tours-ad-option-buttons .left-homepage:hover:after,
#tours_ad_homepage .tours-ad-option-buttons .middle-homepage:hover:after,
#tours_ad_homepage .tours-ad-option-buttons .right-homepage:hover:after {
  opacity: 1;
  visibility: visible;
}


.tour-show-form#tours_ad_homepage .one, .tour-show-form#tours_ad_homepage .two, .tour-show-form#tours_ad_homepage .three {
  font-weight: 900;
}
.tour-show-form#tours_ad_homepage .one li, .tour-show-form#tours_ad_homepage .two li, .tour-show-form#tours_ad_homepage .three li {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-height: 22px;
}
.tour-show-form#tours_ad_homepage .one li span, .tour-show-form#tours_ad_homepage .two li span, .tour-show-form#tours_ad_homepage .three li span {
  font-size: 85%;
}
.tour-show-form .one, .tour-show-form .two, .tour-show-form .three {
  font-weight: bold;
  padding: 1rem;
  -webkit-align-self: baseline;
  -ms-align-self: baseline;
  -o-align-self: baseline;
  -khtml-align-self: baseline;
  -ms-flex-item-align: baseline;
      align-self: baseline;
}
.tour-show-form .one .g-title, .tour-show-form .two .g-title, .tour-show-form .three .g-title {
  text-indent: 40px;
  padding-top: .5rem;
  background-position: left;
  background-size: 25px;
  background-repeat: no-repeat;
}
.tour-show-form .one button, .tour-show-form .two button, .tour-show-form .three button {
  margin-top: .5rem !important;
}
.tour-show-form .one {
  background: #f0f5ff;
  color: #203971;
}
.tour-show-form .one .g-title {
  color: #203971;
  background-image: url("../images/site/circle.one.png");
}
.tour-show-form .one .g-title hr {
  border-color: #203971;
}
.tour-show-form .two {
  background: #f4faf8;
  color: #1fa67a;
}
.tour-show-form .two .g-title {
  color: #1fa67a;
  background-image: url("../images/site/circle.two.png");
}
.tour-show-form .two .g-title hr {
  border-color: #1fa67a;
}
.tour-show-form .two button {
  border-color: #1fa67a;
  color: #1fa67a;
}
.tour-show-form .three {
  background: #fffbf3;
  color: #fab615;
}
.tour-show-form .three .g-title {
  color: #fab615;
  background-image: url("../images/site/circle.three.png");
}
.tour-show-form .three .g-title hr {
  border-color: #fab615;
}
.tour-show-form .three button {
  border-color: #fab615;
  color: #fab615;
}

/******************* Accordion Demo - 6 *****************/
#accordion6 .card {
  border: 1px solid #415972;
  border-bottom: hidden;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-left: 50px;
}
#accordion6 .card:last-child {
  border-bottom: 1px solid #415972;
}

#accordion6 .card-header {
  padding: 0;
  background: #fff;
  position: relative;
}

#accordion6 .card-header:before,
#accordion6 .card-header:after {
  content: "";
  border-right: 8px solid #415972;
  border-bottom: 8px solid transparent;
  border-top: 8px solid transparent;
  position: absolute;
  top: 9px;
  left: -9px;
}

#accordion6 .card-header:after {
  border-right: 7px solid #f1f1f2;
  border-bottom: 7px solid transparent;
  border-top: 7px solid transparent;
  position: absolute;
  top: 10px;
  left: -6px;
}

#accordion6 .card-header h5 {
  margin-bottom: 0;
}

#accordion6 .card-header h5 button {
  display: block;
  width: 100%;
  text-align: left;
  padding: 3px 20px 3px 20px;
  border: none;
  font-size: 20px;
  font-weight: 400;
  color: #415972;
  position: relative;
  background: #f1f1f2;
}

#accordion6 [data-process="agency_delete"] {
  font-weight: 900;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 15px;
  color: #415972;
  text-align: center;
  border: 1px solid #415972;
  position: absolute;
  margin-top: 0;
  margin-left: -50px;
  padding: 0;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
#accordion6 [data-process="agency_delete"]:hover {
  color: #ffffff;
}
#accordion6 [data-process="agency_delete"]:active, #accordion6 [data-process="agency_delete"]:focus {
  color: #415972;
}

#new_agency_form .checkbox-switch, #accordion6 .card-body .checkbox-switch, .middle-checkbox .checkbox-switch {
  margin-bottom: -3px;
}
#new_agency_form .checkbox-switch.handle header + label, #accordion6 .card-body .checkbox-switch.handle header + label, .middle-checkbox .checkbox-switch.handle header + label {
  width: 145px !important;
  min-width: 145px !important;
  max-width: 145px !important;
  margin-top: 17px;
}
#new_agency_form .checkbox-switch.handle header + label input + .slider:before, #accordion6 .card-body .checkbox-switch.handle header + label input + .slider:before, .middle-checkbox .checkbox-switch.handle header + label input + .slider:before {
  width: 22px !important;
}
#new_agency_form .checkbox-switch.handle header + label input:checked + .slider:before, #accordion6 .card-body .checkbox-switch.handle header + label input:checked + .slider:before, .middle-checkbox .checkbox-switch.handle header + label input:checked + .slider:before {
  -webkit-transform: translateX(113px) !important;
  -khtml-transform: translateX(113px) !important;
  transform: translateX(113px) !important;
}
#new_agency_form .checkbox-switch.handle header + label span.slider:before, #accordion6 .card-body .checkbox-switch.handle header + label span.slider:before, .middle-checkbox .checkbox-switch.handle header + label span.slider:before {
  transform: translateX(1px);
  -webkit-transform: translateX(1px) !important;
  -khtml-transform: translateX(1px) !important;
  transform: translateX(1px) !important;
}

#accordion6 .card-body {
  padding: 0 15px 15px;
  border: none;
  font-size: 14px;
  color: #807e7e;
  line-height: 28px;
}
#accordion6 .card-body input + label, #accordion6 .card-body textarea + label {
  margin: 6px 0 1px 35px;
}
#accordion6 .card-body .input-group.prepend.active label {
  margin: -19px 0 1px 35px;
}
#accordion6 .card-body .checkbox-switch.handle header + label .switch-handle:before, #accordion6 .card-body .checkbox-switch.handle header + label .switch-handle:after {
  top: 3px !important;
}

#radioBtn .notActive {
  color: #3276b1;
  background-color: #fff;
}

.radioBtn .notActive {
  color: #3276b1;
  background-color: #fff;
}

#tours_ad_list .modal-body .tour-list-selector {
  min-height: 282px;
}
#tours_ad_list .modal-body .tour-list-selector, #tours_ad_list .modal-body .tour-list-selector * {
  -webkit-transition: 0.3s !important;
  transition: 0.3s !important;
  -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;
}
#tours_ad_list .modal-body .tour-list-selector > div {
  border: 1px solid transparent;
  border-top-color: rgba(0, 0, 0, 0.125);
}
#tours_ad_list .modal-body .tour-list-selector > div:hover, #tours_ad_list .modal-body .tour-list-selector > div:active, #tours_ad_list .modal-body .tour-list-selector > div:focus {
  border-bottom-color: rgba(0, 0, 0, 0.125) !important;
}
#tours_ad_list .modal-body .tour-list-selector > div:hover + div, #tours_ad_list .modal-body .tour-list-selector > div:active + div, #tours_ad_list .modal-body .tour-list-selector > div:focus + div {
  border-top-color: transparent !important;
}
#tours_ad_list .modal-body .tour-list-selector > div:first-child {
  border-top: hidden;
  border-radius: 0;
}
#tours_ad_list .modal-body .tour-list-selector > div:last-child {
  border-bottom: hidden;
  border-radius: 0;
}
#tours_ad_list .modal-body .tour-list-selector > div[data-select="true"]:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f046";
  color: #ffffff;
  background-color: #2a3f54;
  padding: 1rem 1rem 1rem 1.2rem;
  position: absolute;
  right: 0;
  top: 0;
}
#tours_ad_list .modal-body .tour-list-selector > div[data-select="true"]:hover:after, #tours_ad_list .modal-body .tour-list-selector > div[data-select="true"]:active:after, #tours_ad_list .modal-body .tour-list-selector > div[data-select="true"]:focus:after {
  background-color: #415972;
}
#tours_ad_list .modal-body .tour-list-selector > div[data-show="true"]:after {
  top: 0;
}
#tours_ad_list .modal-body .tour-list-selector > div[data-show="true"] > div:nth-child(2) {
  height: auto !important;
  min-height: auto !important;
  max-height: auto !important;
}
#tours_ad_list .modal-body .tour-list-selector > div[data-show="false"] > div:nth-child(2) {
  height: 0 !important;
  min-height: 0 !important;
  max-height: 0 !important;
  overflow: hidden;
  padding: 0 !important;
}
#tours_ad_list .modal-body .tour-list-selector > div > div {
  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 ;
}
#tours_ad_list .modal-body .tour-list-selector > div > div:nth-child(2) > div > div {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 90%;
  float: left;
  border: 1px solid;
}
#tours_ad_list .modal-body .tour-list-selector > div > div:nth-child(2) > div > div:before {
  content: "";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 1rem;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  z-index: 1;
  color: #ffffff;
  opacity: 0;
  visibility: hidden;
}
#tours_ad_list .modal-body .tour-list-selector > div > div:nth-child(2) > div > div:nth-child(1) {
  width: 100%;
  height: 70px;
  background-size: 50%;
  border-bottom: hidden;
}
#tours_ad_list .modal-body .tour-list-selector > div > div:nth-child(2) > div > div:nth-child(1):before {
  top: 1px;
  margin-left: 97px;
}
#tours_ad_list .modal-body .tour-list-selector > div > div:nth-child(2) > div > div:nth-child(2) {
  border-right: hidden;
}
#tours_ad_list .modal-body .tour-list-selector > div > div:nth-child(2) > div > div:nth-child(2), #tours_ad_list .modal-body .tour-list-selector > div > div:nth-child(2) > div > div:nth-child(3) {
  width: 50%;
  height: 50px;
  background-size: 70%;
}
#tours_ad_list .modal-body .tour-list-selector > div > div:nth-child(2) > div > div:nth-child(2):before, #tours_ad_list .modal-body .tour-list-selector > div > div:nth-child(2) > div > div:nth-child(3):before {
  margin-top: -2px;
  margin-left: 42px;
}
#tours_ad_list .modal-body .tour-list-selector > div > div:nth-child(2) > div > div[data-select="true"] {
  background-color: #d4d5d7;
}
#tours_ad_list .modal-body .tour-list-selector > div > div:nth-child(2) > div > div:hover:before, #tours_ad_list .modal-body .tour-list-selector > div > div:nth-child(2) > div > div:active:before, #tours_ad_list .modal-body .tour-list-selector > div > div:nth-child(2) > div > div:focus:before {
  opacity: 1;
  visibility: visible;
}
#tours_ad_list .modal-body .tour-list-selector > div > div:nth-child(2) > div > div:hover[data-select="true"], #tours_ad_list .modal-body .tour-list-selector > div > div:nth-child(2) > div > div:active[data-select="true"], #tours_ad_list .modal-body .tour-list-selector > div > div:nth-child(2) > div > div:focus[data-select="true"] {
  background-color: #b9b9b9;
}
#tours_ad_list .modal-body .tour-list-selector > div > div:nth-child(2) > div > div:hover[data-select="true"]:before, #tours_ad_list .modal-body .tour-list-selector > div > div:nth-child(2) > div > div:active[data-select="true"]:before, #tours_ad_list .modal-body .tour-list-selector > div > div:nth-child(2) > div > div:focus[data-select="true"]:before {
  content: "\f00d";
  color: black;
}
#tours_ad_list .modal-body .tour-list-selector > div > div:nth-child(2) > div > div:hover[data-select="false"], #tours_ad_list .modal-body .tour-list-selector > div > div:nth-child(2) > div > div:active[data-select="false"], #tours_ad_list .modal-body .tour-list-selector > div > div:nth-child(2) > div > div:focus[data-select="false"] {
  background-color: #a0d3c5;
}
#tours_ad_list .modal-body .tour-list-selector > div > div:nth-child(2) > div > div:hover[data-select="false"]:before, #tours_ad_list .modal-body .tour-list-selector > div > div:nth-child(2) > div > div:active[data-select="false"]:before, #tours_ad_list .modal-body .tour-list-selector > div > div:nth-child(2) > div > div:focus[data-select="false"]:before {
  content: "\f00c";
  color: green;
}

button[data-type-id="tours_ad_list"] {
  right: 0;
  position: absolute !important;
  border: hidden !important;
  background-color: transparent !important;
  color: #ffffff !important;
}

button[data-type-id="passengers_excel_uploader"], button[data-type-id="passengers_sample_downloader"], button[data-type-id="passengers_saved_downloader"] {
  position: absolute !important;
  border: hidden !important;
  background-color: #5c7186 !important;
  color: #ffffff !important;
}
button[data-type-id="passengers_excel_uploader"][data-type-id="passengers_excel_uploader"], button[data-type-id="passengers_sample_downloader"][data-type-id="passengers_excel_uploader"], button[data-type-id="passengers_saved_downloader"][data-type-id="passengers_excel_uploader"] {
  right: 0;
}
button[data-type-id="passengers_excel_uploader"][data-type-id="passengers_excel_uploader"] input, button[data-type-id="passengers_sample_downloader"][data-type-id="passengers_excel_uploader"] input, button[data-type-id="passengers_saved_downloader"][data-type-id="passengers_excel_uploader"] input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  -ms-filter: 'alpha(opacity=0)';
  font-size: 200px !important;
  direction: ltr;
  cursor: pointer;
  z-index: 15;
}
button[data-type-id="passengers_excel_uploader"][data-type-id="passengers_saved_downloader"], button[data-type-id="passengers_sample_downloader"][data-type-id="passengers_saved_downloader"], button[data-type-id="passengers_saved_downloader"][data-type-id="passengers_saved_downloader"] {
  right: 210px;
}
button[data-type-id="passengers_excel_uploader"][data-type-id="passengers_sample_downloader"], button[data-type-id="passengers_sample_downloader"][data-type-id="passengers_sample_downloader"], button[data-type-id="passengers_saved_downloader"][data-type-id="passengers_sample_downloader"] {
  right: 428px;
}
button[data-type-id="passengers_excel_uploader"] .icon, button[data-type-id="passengers_sample_downloader"] .icon, button[data-type-id="passengers_saved_downloader"] .icon {
  -webkit-transform: translateY(-16.3px) !important;
  -khtml-transform: translateY(-16.3px) !important;
  transform: translateY(-16.3px) !important;
  right: 25px !important;
  width: 30px !important;
}
button[data-type-id="passengers_excel_uploader"]:hover .icon, button[data-type-id="passengers_sample_downloader"]:hover .icon, button[data-type-id="passengers_saved_downloader"]:hover .icon {
  right: 13px !important;
  width: 100% !important;
}

/***
Spectrum Colorpicker v1.8.0
https://github.com/bgrins/spectrum
Author: Brian Grinstead
License: MIT
***/
.sp-container {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  /* https://github.com/bgrins/spectrum/issues/40 */
  z-index: 9999994;
  overflow: hidden;
}

.sp-container.sp-flat {
  position: relative;
}

/* Fix for * { box-sizing: border-box; } */
.sp-container,
.sp-container * {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

/* http://ansciath.tumblr.com/post/7347495869/css-aspect-ratio */
.sp-top {
  position: relative;
  width: 100%;
  display: inline-block;
}

.sp-top-inner {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.sp-color {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 20%;
}

.sp-hue {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 84%;
  height: 100%;
}

.sp-clear-enabled .sp-hue {
  top: 33px;
  height: 77.5%;
}

.sp-fill {
  padding-top: 80%;
}

.sp-sat, .sp-val {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.sp-alpha-enabled .sp-top {
  margin-bottom: 18px;
}

.sp-alpha-enabled .sp-alpha {
  display: block;
}

.sp-alpha-handle {
  position: absolute;
  top: -4px;
  bottom: -4px;
  width: 6px;
  left: 50%;
  cursor: pointer;
  border: 1px solid black;
  background: white;
  opacity: .8;
}

.sp-alpha {
  display: none;
  position: absolute;
  bottom: -14px;
  right: 0;
  left: 0;
  height: 8px;
}

.sp-alpha-inner {
  border: solid 1px #333;
}

.sp-clear {
  display: none;
}

.sp-clear.sp-clear-display {
  background-position: center;
}

.sp-clear-enabled .sp-clear {
  display: block;
  position: absolute;
  top: 0px;
  right: 0;
  bottom: 0;
  left: 84%;
  height: 28px;
}

/* Don't allow text selection */
.sp-container, .sp-replacer, .sp-preview, .sp-dragger, .sp-slider, .sp-alpha, .sp-clear, .sp-alpha-handle, .sp-container.sp-dragging .sp-input, .sp-container button {
  -webkit-user-select: none;
  -moz-user-select: -moz-none;
  -o-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.sp-container.sp-input-disabled .sp-input-container {
  display: none;
}

.sp-container.sp-buttons-disabled .sp-button-container {
  display: none;
}

.sp-container.sp-palette-buttons-disabled .sp-palette-button-container {
  display: none;
}

.sp-palette-only .sp-picker-container {
  display: none;
}

.sp-palette-disabled .sp-palette-container {
  display: none;
}

.sp-initial-disabled .sp-initial {
  display: none;
}

/* Gradients for hue, saturation and value instead of images.  Not pretty... but it works */
.sp-sat {
  background-image: -webkit-gradient(linear, left top, right top, from(#fff), to(rgba(204, 154, 129, 0)));
  background-image: linear-gradient(to right, #fff, rgba(204, 154, 129, 0));
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr=#FFFFFFFF, endColorstr=#00CC9A81)";
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr='#FFFFFFFF', endColorstr='#00CC9A81');
}

.sp-val {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#000), to(rgba(204, 154, 129, 0)));
  background-image: linear-gradient(to top, #000, rgba(204, 154, 129, 0));
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00CC9A81, endColorstr=#FF000000)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00CC9A81', endColorstr='#FF000000');
}

.sp-hue {
  background: -webkit-gradient(linear, left top, left bottom, from(#ff0000), color-stop(17%, #ffff00), color-stop(33%, #00ff00), color-stop(50%, #00ffff), color-stop(67%, #0000ff), color-stop(83%, #ff00ff), to(#ff0000));
  background: linear-gradient(to bottom, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
}

/* IE filters do not support multiple color stops.
   Generate 6 divs, line them up, and do two color gradients for each.
   Yes, really.
 */
.sp-1 {
  height: 17%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0000', endColorstr='#ffff00');
}

.sp-2 {
  height: 16%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff00', endColorstr='#00ff00');
}

.sp-3 {
  height: 17%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ff00', endColorstr='#00ffff');
}

.sp-4 {
  height: 17%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffff', endColorstr='#0000ff');
}

.sp-5 {
  height: 16%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0000ff', endColorstr='#ff00ff');
}

.sp-6 {
  height: 17%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00ff', endColorstr='#ff0000');
}

.sp-hidden {
  display: none !important;
}

/* Clearfix hack */
.sp-cf:before, .sp-cf:after {
  content: "";
  display: table;
}

.sp-cf:after {
  clear: both;
}

.sp-cf {
  *zoom: 1;
}

/* Mobile devices, make hue slider bigger so it is easier to slide */
@media (max-device-width: 480px) {
  .sp-color {
    right: 40%;
  }

  .sp-hue {
    left: 63%;
  }

  .sp-fill {
    padding-top: 60%;
  }
}
.sp-dragger {
  border-radius: 5px;
  height: 5px;
  width: 5px;
  border: 1px solid #fff;
  background: #000;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
}

.sp-slider {
  position: absolute;
  top: 0;
  cursor: pointer;
  height: 3px;
  left: -1px;
  right: -1px;
  border: 1px solid #000;
  background: white;
  opacity: .8;
}

/*
Theme authors:
Here are the basic themeable display options (colors, fonts, global widths).
See http://bgrins.github.io/spectrum/themes/ for instructions.
*/
.sp-container {
  border-radius: 0;
  background-color: #ECECEC;
  border: solid 1px #f0c49B;
  padding: 0;
}

.sp-container, .sp-container button, .sp-container input, .sp-color, .sp-hue, .sp-clear {
  font: normal 12px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.sp-top {
  margin-bottom: 3px;
}

.sp-color, .sp-hue, .sp-clear {
  border: solid 1px #666;
}

/* Input */
.sp-input-container {
  float: right;
  width: 100px;
  margin-bottom: 4px;
}

.sp-initial-disabled .sp-input-container {
  width: 100%;
}

.sp-input {
  font-size: 12px !important;
  border: 1px inset;
  padding: 4px 5px;
  margin: 0;
  width: 100%;
  background: transparent;
  border-radius: 3px;
  color: #222;
}

.sp-input:focus {
  border: 1px solid orange;
}

.sp-input.sp-validation-error {
  border: 1px solid red;
  background: #fdd;
}

.sp-picker-container, .sp-palette-container {
  float: left;
  position: relative;
  padding: 10px;
  padding-bottom: 300px;
  margin-bottom: -290px;
}

.sp-picker-container {
  width: 172px;
  border-left: solid 1px #fff;
}

/* Palettes */
.sp-palette-container {
  border-right: solid 1px #ccc;
}

.sp-palette-only .sp-palette-container {
  border: 0;
}

.sp-palette .sp-thumb-el {
  display: block;
  position: relative;
  float: left;
  width: 24px;
  height: 15px;
  margin: 3px;
  cursor: pointer;
  border: solid 2px transparent;
}

.sp-palette .sp-thumb-el:hover, .sp-palette .sp-thumb-el.sp-thumb-active {
  border-color: orange;
}

.sp-thumb-el {
  position: relative;
}

/* Initial */
.sp-initial {
  float: left;
  border: solid 1px #333;
}

.sp-initial span {
  width: 30px;
  height: 25px;
  border: none;
  display: block;
  float: left;
  margin: 0;
}

.sp-initial .sp-clear-display {
  background-position: center;
}

/* Buttons */
.sp-palette-button-container,
.sp-button-container {
  float: right;
}

/* Replacer (the little preview div that shows up instead of the <input>) */
.sp-replacer {
  margin: 0;
  overflow: hidden;
  cursor: pointer;
  padding: 4px;
  display: inline-block;
  *zoom: 1;
  *display: inline;
  border: solid 1px #91765d;
  background: #eee;
  color: #333;
  vertical-align: middle;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  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 ;
  width: 100%;
}

.sp-replacer:hover, .sp-replacer.sp-active {
  border-color: #F0C49B;
  color: #111;
}

.sp-replacer.sp-disabled {
  cursor: default;
  border-color: silver;
  color: silver;
}

.sp-dd {
  padding: 2px 0;
  height: 16px;
  line-height: 16px;
  float: left;
  font-size: 10px;
}

.sp-preview {
  position: relative;
  width: -ms-calc(100% - 17px) ;
  width: -o-calc(100% - 17px) ;
  width: -khtml-calc(100% - 17px) ;
  width: calc(100% - 17px) ;
  min-height: 20px;
  height: 20px;
  border: solid 1px #222;
  margin-right: 5px;
  float: left;
  z-index: 0;
}

.sp-palette {
  *width: 220px;
  max-width: 220px;
}

.sp-palette .sp-thumb-el {
  width: 16px;
  height: 16px;
  margin: 2px 1px;
  border: solid 1px #d0d0d0;
}

.sp-container {
  padding-bottom: 0;
}

.sp-cf.sp-palette-row.sp-palette-row-selection {
  /*top: -21px;
  left: 101px;
  position: relative;*/
}

/* Buttons: http://hellohappy.org/css3-buttons/ */
.sp-container button {
  background-color: #eeeeee;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), to(#cccccc));
  background-image: linear-gradient(to bottom, #eeeeee, #cccccc);
  border: 1px solid #ccc;
  border-bottom: 1px solid #bbb;
  border-radius: 3px;
  color: #333;
  font-size: 14px;
  line-height: 1;
  padding: 5px 4px;
  text-align: center;
  text-shadow: 0 1px 0 #eee;
  vertical-align: middle;
}

.sp-container button:hover {
  background-color: #dddddd;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dddddd), to(#bbbbbb));
  background-image: linear-gradient(to bottom, #dddddd, #bbbbbb);
  border: 1px solid #bbb;
  border-bottom: 1px solid #999;
  cursor: pointer;
  text-shadow: 0 1px 0 #ddd;
}

.sp-container button:active {
  border: 1px solid #aaa;
  border-bottom: 1px solid #888;
  -webkit-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
  -ms-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
  -o-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
  box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
}

.sp-cancel {
  font-size: 11px;
  color: #d93f3f !important;
  margin: 0;
  padding: 2px;
  margin-right: 5px;
  vertical-align: middle;
  text-decoration: none;
}

.sp-cancel:hover {
  color: #d93f3f !important;
  text-decoration: underline;
}

.sp-palette span:hover, .sp-palette span.sp-thumb-active {
  border-color: #000;
}

.sp-preview, .sp-alpha, .sp-thumb-el {
  position: relative;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==);
}

.sp-preview-inner, .sp-alpha-inner, .sp-thumb-inner {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.sp-palette .sp-thumb-inner {
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.sp-palette .sp-thumb-light.sp-thumb-active .sp-thumb-inner {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIVJREFUeNpiYBhsgJFMffxAXABlN5JruT4Q3wfi/0DsT64h8UD8HmpIPCWG/KemIfOJCUB+Aoacx6EGBZyHBqI+WsDCwuQ9mhxeg2A210Ntfo8klk9sOMijaURm7yc1UP2RNCMbKE9ODK1HM6iegYLkfx8pligC9lCD7KmRof0ZhjQACDAAceovrtpVBRkAAAAASUVORK5CYII=);
}

.sp-palette .sp-thumb-dark.sp-thumb-active .sp-thumb-inner {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAadEVYdFNvZnR3YXJlAFBhaW50Lk5FVCB2My41LjEwMPRyoQAAAMdJREFUOE+tkgsNwzAMRMugEAahEAahEAZhEAqlEAZhEAohEAYh81X2dIm8fKpEspLGvudPOsUYpxE2BIJCroJmEW9qJ+MKaBFhEMNabSy9oIcIPwrB+afvAUFoK4H0tMaQ3XtlrggDhOVVMuT4E5MMG0FBbCEYzjYT7OxLEvIHQLY2zWwQ3D+9luyOQTfKDiFD3iUIfPk8VqrKjgAiSfGFPecrg6HN6m/iBcwiDAo7WiBeawa+Kwh7tZoSCGLMqwlSAzVDhoK+6vH4G0P5wdkAAAAASUVORK5CYII=);
}

.sp-clear-display {
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(data:image/gif;base64,R0lGODlhFAAUAPcAAAAAAJmZmZ2dnZ6enqKioqOjo6SkpKWlpaampqenp6ioqKmpqaqqqqurq/Hx8fLy8vT09PX19ff39/j4+Pn5+fr6+vv7+wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAP8ALAAAAAAUABQAAAihAP9FoPCvoMGDBy08+EdhQAIJCCMybCDAAYUEARBAlFiQQoMABQhKUJBxY0SPICEYHBnggEmDKAuoPMjS5cGYMxHW3IiT478JJA8M/CjTZ0GgLRekNGpwAsYABHIypcAgQMsITDtWJYBR6NSqMico9cqR6tKfY7GeBCuVwlipDNmefAtTrkSzB1RaIAoXodsABiZAEFB06gIBWC1mLVgBa0AAOw==);
}

body {
  background-color: #73879c;
}

footer {
  height: 55px;
  min-height: 55px;
  max-height: 55px;
}

.hidden {
  display: none !important;
}

.tooltip {
  -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;
}

#yolcular_tablosu.table-striped tbody tr:nth-of-type(odd):not(:hover) {
  background-color: rgba(0, 0, 0, 0.03);
}

.admin-home-info-cards.info-card, .admin-home-info-cards.info-card * {
  -webkit-transition: 0.33s !important;
  transition: 0.33s !important;
}
@media screen and (min-width: 576px) {
  .admin-home-info-cards.info-card .card {
    padding: 0 3px;
    & .card-body > .row > .col-md-12 {
      padding: 0;
    }
  }
  .admin-home-info-cards.info-card .card-body > .row > .col-md-12 > .no-block > div:first-child {
    position: absolute;
    left: 0;
    min-width: 30px;
    min-height: 30px;
  }
}


.admin-home-info-cards.info-card .card:hover, .admin-home-info-cards.info-card .card:active, .admin-home-info-cards.info-card .card:focus {
  background-color: #f8f9fa;
}
.admin-home-info-cards.info-card .card:hover.green-info, .admin-home-info-cards.info-card .card:active.green-info, .admin-home-info-cards.info-card .card:focus.green-info {
  background-color: #f7fff9;
}
.admin-home-info-cards.info-card .card:hover.yellow-info, .admin-home-info-cards.info-card .card:active.yellow-info, .admin-home-info-cards.info-card .card:focus.yellow-info {
  background-color: #fffdf7;
}
.admin-home-info-cards.info-card .card:hover h3 i, .admin-home-info-cards.info-card .card:active h3 i, .admin-home-info-cards.info-card .card:focus h3 i {
  -webkit-transform: scale(1.5, 1.5);
  transform: scale(1.5, 1.5);
}
.admin-home-info-cards.info-card .card:hover .ml-auto, .admin-home-info-cards.info-card .card:active .ml-auto, .admin-home-info-cards.info-card .card:focus .ml-auto {
  -webkit-transform: scale(1.15, 1.15);
  transform: scale(1.15, 1.15);
}

/*!
 * Datepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
.datepicker {
  top: 0;
  left: 0;
  padding: 4px;
  margin-top: 1px;
  border-radius: 4px;
  	/*.dow {
        border-top: 1px solid #ddd !important;
      }*/
}

.datepicker:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 6px;
}

.datepicker:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  position: absolute;
  top: -6px;
  left: 7px;
}

.datepicker > div {
  display: none;
}

.datepicker table {
  width: 100%;
  margin: 0;
}

.datepicker td,
.datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  border-radius: 4px;
}

.datepicker td.day:hover {
  background: #eeeeee;
  cursor: pointer;
}

.datepicker td.day.disabled {
  color: #eeeeee;
}

.datepicker td.old,
.datepicker td.new {
  color: #999999;
}

.datepicker td.active,
.datepicker td.active:hover {
  color: #ffffff;
  background-color: #006dcc;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0088cc), to(#0044cc));
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #0044cc;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datepicker td.active:hover,
.datepicker td.active:hover:hover,
.datepicker td.active:focus,
.datepicker td.active:hover:focus,
.datepicker td.active:active,
.datepicker td.active:hover:active,
.datepicker td.active.active,
.datepicker td.active:hover.active,
.datepicker td.active.disabled,
.datepicker td.active:hover.disabled,
.datepicker td.active[disabled],
.datepicker td.active:hover[disabled] {
  color: #ffffff;
  background-color: #0044cc;
  *background-color: #003bb3;
}

.datepicker td.active:active,
.datepicker td.active:hover:active,
.datepicker td.active.active,
.datepicker td.active:hover.active {
  background-color: #003399 \9;
}

.datepicker td span {
  display: block;
  float: left;
  margin: 2px;
  cursor: pointer;
  border-radius: 4px;
  width: 38px;
  height: 30px;
  line-height: 30px;
  z-index: 1;
}

.datepicker td span:hover {
  background: #eeeeee;
}

.datepicker td span.active {
  color: #ffffff;
  background-color: #006dcc;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0088cc), to(#0044cc));
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #0044cc;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datepicker td span.active:hover,
.datepicker td span.active:focus,
.datepicker td span.active:active,
.datepicker td span.active.active,
.datepicker td span.active.disabled,
.datepicker td span.active[disabled] {
  color: #ffffff;
  background-color: #0044cc;
  *background-color: #003bb3;
}

.datepicker td span.active:active,
.datepicker td span.active.active {
  background-color: #003399 \9;
}

.datepicker td span.old {
  color: #999999;
}

.datepicker th.switch {
  width: 145px;
}

.datepicker th.next,
.datepicker th.prev {
  font-size: 21px;
}

.datepicker thead tr:first-child th {
  cursor: pointer;
}

.datepicker thead tr:first-child th:hover {
  background: #eeeeee;
}

.input-append.date .add-on i,
.input-prepend.date .add-on i {
  display: block;
  cursor: pointer;
  width: 16px;
  height: 16px;
}

/* babajans.tr style for edit */
@media screen and (max-width: 320px) {
  body {
    overflow: auto !important;
  }
}
@media screen and (max-width: 600px) {
  .no-js-hidden > div > .container > .row {
    width: 100vw !important;
    min-width: 320px !important;
    & > form {
      padding: 1rem !important;
      min-width: 320px !important;
      max-width: 100vw !important;
      min-height: 100vh !important;
      max-height: 100vh !important;
      justify-self: center !important;
      justify-items: center !important;
      justify-content: center !important;
      display: flex !important;
      flex-wrap: wrap !important;
    }
  }
}
@media screen and (max-width: 767px) {
  nav[aria-label="breadcrumb"] {
    display: none !important;
  }
  .container-fluid-max-sm {
    max-width: unset !important;
  }
  .top-nav,
  .page-div {
    margin-left: 0 !important;
    width: 100% !important;
    min-width: 320px !important;
    max-width: 100% !important;
  }
  .sidebar {
    display: block !important;
    z-index: 999 !important;
    width: 250px !important;
    min-width: 250px !important;
    max-width: 250px !important;
    left: -300px !important;
    opacity: 0 !important;
    visibility: hidden !important;
    &[data-smaller="true"] {
      left: 0px !important;
      opacity: 1 !important;
      visibility: visible !important;
      & ul.nav {
        display: flex !important;
        padding-bottom: 100px !important;
      }
      & .logo {
        padding: 1rem 0 !important;
        & a {
          width: 90% !important;
          display: table !important;
          margin: auto !important;
          font-size: 0.9rem !important;
          padding: 13px 15px 12px !important;
          text-align: left !important;
          & img, & svg {
            width: 100% !important;
            margin: unset !important;
            position: unset !important;
            top: unset !important;
          }
        }
      }
      & .user-info, & .nav-heading {
        padding: 0 0 2rem 0 !important;
      }
      & .seperator *, & .nav-heading * {
        padding: unset !important;
      }
      & .user-info .profile-img * {
        width: 61px !important;
        min-width: 61px !important;
        max-width: 61px !important;
        height: 61px !important;
        min-height: 61px !important;
        max-height: 61px !important;
        margin: 20px 0 0 15% !important;
      }
      & .user-info .profile-info {
        display: block !important;
      }
      & ul li a i {
        font-size: 18px !important;
        width: 26px !important;
        padding-bottom: unset !important;
      }
      & .nav-heading {
        padding: 0 0 0 16px !important;
        background: #3a5066 !important;
        height: 40px !important;
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        & * {
          font-size: .87rem !important;
          text-align: left !important;
          margin: 0 !important;
        }
      }
    }
  }
  .sidebar-backdrop {
    display: block;
    position: fixed;
    background-color: #000;
    opacity: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 998;
    transition: opacity .3s ease-in-out;
    &.show-sidebar {
      opacity: .7;
    }
  }
  footer.text-md-right {
    padding-bottom: 120px !important;
  }
}
@media screen and (min-width: 768px) {
  .sidebar-backdrop {
    display: none;
  }
}
@media screen and (min-width: 1921px) {
  body {
    background-color: #f8f9fa !important;
  }
  .sidebar {
    left: calc((100vw - 1920px) / 2) !important;
    &.smaller {
      & ~ .top-nav,
      & ~ .page-div {
        width: calc(1920px - 70px - 1px) !important;
        min-width: calc(1920px - 70px - 1px) !important;
        max-width: calc(1920px - 70px - 1px) !important;
      }
    }
  }
  .top-nav,
  .page-div {
    width: calc(1920px - 250px - 1px) !important;
    min-width: calc(1920px - 250px - 1px) !important;
    max-width: calc(1920px - 250px - 1px) !important;
  }
  .page-div {
    left: calc((100vw - 1920px) / 2) !important;
  }
}

@media screen and (max-width: 575px) {
  article.article-main {
    max-width: 98% !important;
    min-width: 320px !important;
    &.image-editor > section.body > .tree {
      max-width: 100% !important;
      min-width: 100% !important;
      max-height: 400px !important;
        & > ul.treegrid {
          min-width: 100% !important;
        }
      & + .col-9 {
        max-width: 100% !important;
        min-width: 100% !important;
      }
    }
    &.image-editor > section.body ul.toolbox {
      overflow: auto hidden !important;
      flex-wrap: nowrap !important;
    }
  }
}
@media screen and (min-width: 576px) and (max-width: 991px) {
  article.article-main {
    max-width: 98% !important;
    &.image-editor > section.body > .tree {
      max-width: 240px !important;
      min-width: 240px !important;
      & > ul.treegrid {
        min-width: 100% !important;
      }
      & + .col-9 {
        max-width: calc(100% - 240px) !important;
        min-width: calc(100% - 240px) !important;
      }
    }
    &.image-editor > section.body ul.toolbox {
      overflow: auto hidden !important;
      flex-wrap: nowrap !important;
    }
  }
}
@media screen and (max-width: 399px) {
  article.article-main {
    & > header {
      font-size: calc(.4em + 1vw) !important;
    }
  }
}
@media screen and (min-width: 400px) and (max-width: 991px) {
  article.article-main {
    & > header {
      font-size: calc(.5em + 1vw) !important;
    }
  }
}
@media screen and (min-width: 992px) {
  article.article-main {
    max-width: 98% !important;
    &.image-editor > section.body > .tree {
      max-width: 300px !important;
      min-width: 300px !important;
      & > ul.treegrid {
        min-width: 100% !important;
      }
      & + .col-9 {
        max-width: calc(100% - 300px) !important;
        min-width: calc(100% - 300px) !important;
      }
    }
    &.image-editor > section.body ul.toolbox {
      overflow: auto hidden !important;
      flex-wrap: nowrap !important;
    }
  }
}

@media screen and (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }

  .col-xxl-1,
  .col-xxl-2,
  .col-xxl-3,
  .col-xxl-4,
  .col-xxl-5,
  .col-xxl-6,
  .col-xxl-7,
  .col-xxl-8,
  .col-xxl-9,
  .col-xxl-10,
  .col-xxl-11,
  .col-xxl-12,
  .col-xxl,
  .col-xxl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }

  .col-xxl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xxl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-xxl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .col-xxl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-xxl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-xxl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xxl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-xxl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-xxl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xxl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-xxl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-xxl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xxl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-xxl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .order-xxl-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .order-xxl-last {
    -ms-flex-order: 13;
    order: 13;
  }
}

/*
 * GENEL MARGIN SINIFLARI (Ekstra Küçük Cihazlar için)
 */
.m-fix-0 { margin: 0 !important; } .m-fix-1 { margin: 0.25rem !important; } .m-fix-2 { margin: 0.5rem !important; } .m-fix-3 { margin: 1rem !important; } .m-fix-4 { margin: 1.5rem !important; } .m-fix-5 { margin: 3rem !important; }
.ml-fix-0 { margin-left: 0 !important; } .ml-fix-1 { margin-left: 0.25rem !important; } .ml-fix-2 { margin-left: 0.5rem !important; } .ml-fix-3 { margin-left: 1rem !important; } .ml-fix-4 { margin-left: 1.5rem !important; } .ml-fix-5 { margin-left: 3rem !important; }
.mr-fix-0 { margin-right: 0 !important; } .mr-fix-1 { margin-right: 0.25rem !important; } .mr-fix-2 { margin-right: 0.5rem !important; } .mr-fix-3 { margin-right: 1rem !important; } .mr-fix-4 { margin-right: 1.5rem !important; } .mr-fix-5 { margin-right: 3rem !important; }
.mt-fix-0 { margin-top: 0 !important; } .mt-fix-1 { margin-top: 0.25rem !important; } .mt-fix-2 { margin-top: 0.5rem !important; } .mt-fix-3 { margin-top: 1rem !important; } .mt-fix-4 { margin-top: 1.5rem !important; } .mt-fix-5 { margin-top: 3rem !important; }
.mb-fix-0 { margin-bottom: 0 !important; } .mb-fix-1 { margin-bottom: 0.25rem !important; } .mb-fix-2 { margin-bottom: 0.5rem !important; } .mb-fix-3 { margin-bottom: 1rem !important; } .mb-fix-4 { margin-bottom: 1.5rem !important; } .mb-fix-5 { margin-bottom: 3rem !important; }
.mx-fix-0 { margin-left: 0 !important; margin-right: 0 !important; } .mx-fix-1 { margin-left: 0.25rem !important; margin-right: 0.25rem !important; } .mx-fix-2 { margin-left: 0.5rem !important; margin-right: 0.5rem !important; } .mx-fix-3 { margin-left: 1rem !important; margin-right: 1rem !important; } .mx-fix-4 { margin-left: 1.5rem !important; margin-right: 1.5rem !important; } .mx-fix-5 { margin-left: 3rem !important; margin-right: 3rem !important; }
.my-fix-0 { margin-top: 0 !important; margin-bottom: 0 !important; } .my-fix-1 { margin-top: 0.25rem !important; margin-bottom: 0.25rem !important; } .my-fix-2 { margin-top: 0.5rem !important; margin-bottom: 0.5rem !important; } .my-fix-3 { margin-top: 1rem !important; margin-bottom: 1rem !important; } .my-fix-4 { margin-top: 1.5rem !important; margin-bottom: 1.5rem !important; } .my-fix-5 { margin-top: 3rem !important; margin-bottom: 3rem !important; }

/*
 * KÜÇÜK CİHAZLAR (≥ 576px)
 */
@media (min-width: 576px) {
  .m-fix-sm-0 { margin: 0 !important; } .m-fix-sm-1 { margin: 0.25rem !important; } .m-fix-sm-2 { margin: 0.5rem !important; } .m-fix-sm-3 { margin: 1rem !important; } .m-fix-sm-4 { margin: 1.5rem !important; } .m-fix-sm-5 { margin: 3rem !important; }
  .ml-fix-sm-0 { margin-left: 0 !important; } .ml-fix-sm-1 { margin-left: 0.25rem !important; } .ml-fix-sm-2 { margin-left: 0.5rem !important; } .ml-fix-sm-3 { margin-left: 1rem !important; } .ml-fix-sm-4 { margin-left: 1.5rem !important; } .ml-fix-sm-5 { margin-left: 3rem !important; }
  .mr-fix-sm-0 { margin-right: 0 !important; } .mr-fix-sm-1 { margin-right: 0.25rem !important; } .mr-fix-sm-2 { margin-right: 0.5rem !important; } .mr-fix-sm-3 { margin-right: 1rem !important; } .mr-fix-sm-4 { margin-right: 1.5rem !important; } .mr-fix-sm-5 { margin-right: 3rem !important; }
  .mt-fix-sm-0 { margin-top: 0 !important; } .mt-fix-sm-1 { margin-top: 0.25rem !important; } .mt-fix-sm-2 { margin-top: 0.5rem !important; } .mt-fix-sm-3 { margin-top: 1rem !important; } .mt-fix-sm-4 { margin-top: 1.5rem !important; } .mt-fix-sm-5 { margin-top: 3rem !important; }
  .mb-fix-sm-0 { margin-bottom: 0 !important; } .mb-fix-sm-1 { margin-bottom: 0.25rem !important; } .mb-fix-sm-2 { margin-bottom: 0.5rem !important; } .mb-fix-sm-3 { margin-bottom: 1rem !important; } .mb-fix-sm-4 { margin-bottom: 1.5rem !important; } .mb-fix-sm-5 { margin-bottom: 3rem !important; }
  .mx-fix-sm-0 { margin-left: 0 !important; margin-right: 0 !important; } .mx-fix-sm-1 { margin-left: 0.25rem !important; margin-right: 0.25rem !important; } .mx-fix-sm-2 { margin-left: 0.5rem !important; margin-right: 0.5rem !important; } .mx-fix-sm-3 { margin-left: 1rem !important; margin-right: 1rem !important; } .mx-fix-sm-4 { margin-left: 1.5rem !important; margin-right: 1.5rem !important; } .mx-fix-sm-5 { margin-left: 3rem !important; margin-right: 3rem !important; }
  .my-fix-sm-0 { margin-top: 0 !important; margin-bottom: 0 !important; } .my-fix-sm-1 { margin-top: 0.25rem !important; margin-bottom: 0.25rem !important; } .my-fix-sm-2 { margin-top: 0.5rem !important; margin-bottom: 0.5rem !important; } .my-fix-sm-3 { margin-top: 1rem !important; margin-bottom: 1rem !important; } .my-fix-sm-4 { margin-top: 1.5rem !important; margin-bottom: 1.5rem !important; } .my-fix-sm-5 { margin-top: 3rem !important; margin-bottom: 3rem !important; }

  /* col-sm-X.m-fix-sm-Y Kombinasyonları */
  .col-sm-1.m-fix-sm-0, .col-sm-1.mx-fix-sm-0 { max-width: 8.33333333%; }
  .col-sm-1.m-fix-sm-1, .col-sm-1.mx-fix-sm-1 { max-width: calc(8.33333333% - 0.5rem); }
  .col-sm-1.m-fix-sm-2, .col-sm-1.mx-fix-sm-2 { max-width: calc(8.33333333% - 1rem); }
  .col-sm-1.m-fix-sm-3, .col-sm-1.mx-fix-sm-3 { max-width: calc(8.33333333% - 2rem); }
  .col-sm-1.m-fix-sm-4, .col-sm-1.mx-fix-sm-4 { max-width: calc(8.33333333% - 3rem); }
  .col-sm-1.m-fix-sm-5, .col-sm-1.mx-fix-sm-5 { max-width: calc(8.33333333% - 6rem); }

  .col-sm-2.m-fix-sm-0, .col-sm-2.mx-fix-sm-0 { max-width: 16.66666667%; }
  .col-sm-2.m-fix-sm-1, .col-sm-2.mx-fix-sm-1 { max-width: calc(16.66666667% - 0.5rem); }
  .col-sm-2.m-fix-sm-2, .col-sm-2.mx-fix-sm-2 { max-width: calc(16.66666667% - 1rem); }
  .col-sm-2.m-fix-sm-3, .col-sm-2.mx-fix-sm-3 { max-width: calc(16.66666667% - 2rem); }
  .col-sm-2.m-fix-sm-4, .col-sm-2.mx-fix-sm-4 { max-width: calc(16.66666667% - 3rem); }
  .col-sm-2.m-fix-sm-5, .col-sm-2.mx-fix-sm-5 { max-width: calc(16.66666667% - 6rem); }

  .col-sm-3.m-fix-sm-0, .col-sm-3.mx-fix-sm-0 { max-width: 25%; }
  .col-sm-3.m-fix-sm-1, .col-sm-3.mx-fix-sm-1 { max-width: calc(25% - 0.5rem); }
  .col-sm-3.m-fix-sm-2, .col-sm-3.mx-fix-sm-2 { max-width: calc(25% - 1rem); }
  .col-sm-3.m-fix-sm-3, .col-sm-3.mx-fix-sm-3 { max-width: calc(25% - 2rem); }
  .col-sm-3.m-fix-sm-4, .col-sm-3.mx-fix-sm-4 { max-width: calc(25% - 3rem); }
  .col-sm-3.m-fix-sm-5, .col-sm-3.mx-fix-sm-5 { max-width: calc(25% - 6rem); }

  .col-sm-4.m-fix-sm-0, .col-sm-4.mx-fix-sm-0 { max-width: 33.33333333%; }
  .col-sm-4.m-fix-sm-1, .col-sm-4.mx-fix-sm-1 { max-width: calc(33.33333333% - 0.5rem); }
  .col-sm-4.m-fix-sm-2, .col-sm-4.mx-fix-sm-2 { max-width: calc(33.33333333% - 1rem); }
  .col-sm-4.m-fix-sm-3, .col-sm-4.mx-fix-sm-3 { max-width: calc(33.33333333% - 2rem); }
  .col-sm-4.m-fix-sm-4, .col-sm-4.mx-fix-sm-4 { max-width: calc(33.33333333% - 3rem); }
  .col-sm-4.m-fix-sm-5, .col-sm-4.mx-fix-sm-5 { max-width: calc(33.33333333% - 6rem); }

  .col-sm-5.m-fix-sm-0, .col-sm-5.mx-fix-sm-0 { max-width: 41.66666667%; }
  .col-sm-5.m-fix-sm-1, .col-sm-5.mx-fix-sm-1 { max-width: calc(41.66666667% - 0.5rem); }
  .col-sm-5.m-fix-sm-2, .col-sm-5.mx-fix-sm-2 { max-width: calc(41.66666667% - 1rem); }
  .col-sm-5.m-fix-sm-3, .col-sm-5.mx-fix-sm-3 { max-width: calc(41.66666667% - 2rem); }
  .col-sm-5.m-fix-sm-4, .col-sm-5.mx-fix-sm-4 { max-width: calc(41.66666667% - 3rem); }
  .col-sm-5.m-fix-sm-5, .col-sm-5.mx-fix-sm-5 { max-width: calc(41.66666667% - 6rem); }

  .col-sm-6.m-fix-sm-0, .col-sm-6.mx-fix-sm-0 { max-width: 50%; }
  .col-sm-6.m-fix-sm-1, .col-sm-6.mx-fix-sm-1 { max-width: calc(50% - 0.5rem); }
  .col-sm-6.m-fix-sm-2, .col-sm-6.mx-fix-sm-2 { max-width: calc(50% - 1rem); }
  .col-sm-6.m-fix-sm-3, .col-sm-6.mx-fix-sm-3 { max-width: calc(50% - 2rem); }
  .col-sm-6.m-fix-sm-4, .col-sm-6.mx-fix-sm-4 { max-width: calc(50% - 3rem); }
  .col-sm-6.m-fix-sm-5, .col-sm-6.mx-fix-sm-5 { max-width: calc(50% - 6rem); }

  .col-sm-7.m-fix-sm-0, .col-sm-7.mx-fix-sm-0 { max-width: 58.33333333%; }
  .col-sm-7.m-fix-sm-1, .col-sm-7.mx-fix-sm-1 { max-width: calc(58.33333333% - 0.5rem); }
  .col-sm-7.m-fix-sm-2, .col-sm-7.mx-fix-sm-2 { max-width: calc(58.33333333% - 1rem); }
  .col-sm-7.m-fix-sm-3, .col-sm-7.mx-fix-sm-3 { max-width: calc(58.33333333% - 2rem); }
  .col-sm-7.m-fix-sm-4, .col-sm-7.mx-fix-sm-4 { max-width: calc(58.33333333% - 3rem); }
  .col-sm-7.m-fix-sm-5, .col-sm-7.mx-fix-sm-5 { max-width: calc(58.33333333% - 6rem); }

  .col-sm-8.m-fix-sm-0, .col-sm-8.mx-fix-sm-0 { max-width: 66.66666667%; }
  .col-sm-8.m-fix-sm-1, .col-sm-8.mx-fix-sm-1 { max-width: calc(66.66666667% - 0.5rem); }
  .col-sm-8.m-fix-sm-2, .col-sm-8.mx-fix-sm-2 { max-width: calc(66.66666667% - 1rem); }
  .col-sm-8.m-fix-sm-3, .col-sm-8.mx-fix-sm-3 { max-width: calc(66.66666667% - 2rem); }
  .col-sm-8.m-fix-sm-4, .col-sm-8.mx-fix-sm-4 { max-width: calc(66.66666667% - 3rem); }
  .col-sm-8.m-fix-sm-5, .col-sm-8.mx-fix-sm-5 { max-width: calc(66.66666667% - 6rem); }

  .col-sm-9.m-fix-sm-0, .col-sm-9.mx-fix-sm-0 { max-width: 75%; }
  .col-sm-9.m-fix-sm-1, .col-sm-9.mx-fix-sm-1 { max-width: calc(75% - 0.5rem); }
  .col-sm-9.m-fix-sm-2, .col-sm-9.mx-fix-sm-2 { max-width: calc(75% - 1rem); }
  .col-sm-9.m-fix-sm-3, .col-sm-9.mx-fix-sm-3 { max-width: calc(75% - 2rem); }
  .col-sm-9.m-fix-sm-4, .col-sm-9.mx-fix-sm-4 { max-width: calc(75% - 3rem); }
  .col-sm-9.m-fix-sm-5, .col-sm-9.mx-fix-sm-5 { max-width: calc(75% - 6rem); }

  .col-sm-10.m-fix-sm-0, .col-sm-10.mx-fix-sm-0 { max-width: 83.33333333%; }
  .col-sm-10.m-fix-sm-1, .col-sm-10.mx-fix-sm-1 { max-width: calc(83.33333333% - 0.5rem); }
  .col-sm-10.m-fix-sm-2, .col-sm-10.mx-fix-sm-2 { max-width: calc(83.33333333% - 1rem); }
  .col-sm-10.m-fix-sm-3, .col-sm-10.mx-fix-sm-3 { max-width: calc(83.33333333% - 2rem); }
  .col-sm-10.m-fix-sm-4, .col-sm-10.mx-fix-sm-4 { max-width: calc(83.33333333% - 3rem); }
  .col-sm-10.m-fix-sm-5, .col-sm-10.mx-fix-sm-5 { max-width: calc(83.33333333% - 6rem); }

  .col-sm-11.m-fix-sm-0, .col-sm-11.mx-fix-sm-0 { max-width: 91.66666667%; }
  .col-sm-11.m-fix-sm-1, .col-sm-11.mx-fix-sm-1 { max-width: calc(91.66666667% - 0.5rem); }
  .col-sm-11.m-fix-sm-2, .col-sm-11.mx-fix-sm-2 { max-width: calc(91.66666667% - 1rem); }
  .col-sm-11.m-fix-sm-3, .col-sm-11.mx-fix-sm-3 { max-width: calc(91.66666667% - 2rem); }
  .col-sm-11.m-fix-sm-4, .col-sm-11.mx-fix-sm-4 { max-width: calc(91.66666667% - 3rem); }
  .col-sm-11.m-fix-sm-5, .col-sm-11.mx-fix-sm-5 { max-width: calc(91.66666667% - 6rem); }

  .col-sm-12.m-fix-sm-0, .col-sm-12.mx-fix-sm-0 { max-width: 100%; }
  .col-sm-12.m-fix-sm-1, .col-sm-12.mx-fix-sm-1 { max-width: calc(100% - 0.5rem); }
  .col-sm-12.m-fix-sm-2, .col-sm-12.mx-fix-sm-2 { max-width: calc(100% - 1rem); }
  .col-sm-12.m-fix-sm-3, .col-sm-12.mx-fix-sm-3 { max-width: calc(100% - 2rem); }
  .col-sm-12.m-fix-sm-4, .col-sm-12.mx-fix-sm-4 { max-width: calc(100% - 3rem); }
  .col-sm-12.m-fix-sm-5, .col-sm-12.mx-fix-sm-5 { max-width: calc(100% - 6rem); }

  .col-sm-1.ml-fix-sm-0 { max-width: 8.33333333%; }
  .col-sm-2.ml-fix-sm-0 { max-width: 16.66666667%; }
  .col-sm-3.ml-fix-sm-0 { max-width: 25%; }
  .col-sm-4.ml-fix-sm-0 { max-width: 33.33333333%; }
  .col-sm-5.ml-fix-sm-0 { max-width: 41.66666667%; }
  .col-sm-6.ml-fix-sm-0 { max-width: 50%; }
  .col-sm-7.ml-fix-sm-0 { max-width: 58.33333333%; }
  .col-sm-8.ml-fix-sm-0 { max-width: 66.66666667%; }
  .col-sm-9.ml-fix-sm-0 { max-width: 75%; }
  .col-sm-10.ml-fix-sm-0 { max-width: 83.33333333%; }
  .col-sm-11.ml-fix-sm-0 { max-width: 91.66666667%; }
  .col-sm-12.ml-fix-sm-0 { max-width: 100%; }

  .col-sm-1.ml-fix-sm-1 { max-width: calc(8.33333333% - 0.25rem); }
  .col-sm-2.ml-fix-sm-1 { max-width: calc(16.66666667% - 0.25rem); }
  .col-sm-3.ml-fix-sm-1 { max-width: calc(25% - 0.25rem); }
  .col-sm-4.ml-fix-sm-1 { max-width: calc(33.33333333% - 0.25rem); }
  .col-sm-5.ml-fix-sm-1 { max-width: calc(41.66666667% - 0.25rem); }
  .col-sm-6.ml-fix-sm-1 { max-width: calc(50% - 0.25rem); }
  .col-sm-7.ml-fix-sm-1 { max-width: calc(58.33333333% - 0.25rem); }
  .col-sm-8.ml-fix-sm-1 { max-width: calc(66.66666667% - 0.25rem); }
  .col-sm-9.ml-fix-sm-1 { max-width: calc(75% - 0.25rem); }
  .col-sm-10.ml-fix-sm-1 { max-width: calc(83.33333333% - 0.25rem); }
  .col-sm-11.ml-fix-sm-1 { max-width: calc(91.66666667% - 0.25rem); }
  .col-sm-12.ml-fix-sm-1 { max-width: calc(100% - 0.25rem); }

  .col-sm-1.ml-fix-sm-2 { max-width: calc(8.33333333% - 0.5rem); }
  .col-sm-2.ml-fix-sm-2 { max-width: calc(16.66666667% - 0.5rem); }
  .col-sm-3.ml-fix-sm-2 { max-width: calc(25% - 0.5rem); }
  .col-sm-4.ml-fix-sm-2 { max-width: calc(33.33333333% - 0.5rem); }
  .col-sm-5.ml-fix-sm-2 { max-width: calc(41.66666667% - 0.5rem); }
  .col-sm-6.ml-fix-sm-2 { max-width: calc(50% - 0.5rem); }
  .col-sm-7.ml-fix-sm-2 { max-width: calc(58.33333333% - 0.5rem); }
  .col-sm-8.ml-fix-sm-2 { max-width: calc(66.66666667% - 0.5rem); }
  .col-sm-9.ml-fix-sm-2 { max-width: calc(75% - 0.5rem); }
  .col-sm-10.ml-fix-sm-2 { max-width: calc(83.33333333% - 0.5rem); }
  .col-sm-11.ml-fix-sm-2 { max-width: calc(91.66666667% - 0.5rem); }
  .col-sm-12.ml-fix-sm-2 { max-width: calc(100% - 0.5rem); }

  .col-sm-1.ml-fix-sm-3 { max-width: calc(8.33333333% - 1rem); }
  .col-sm-2.ml-fix-sm-3 { max-width: calc(16.66666667% - 1rem); }
  .col-sm-3.ml-fix-sm-3 { max-width: calc(25% - 1rem); }
  .col-sm-4.ml-fix-sm-3 { max-width: calc(33.33333333% - 1rem); }
  .col-sm-5.ml-fix-sm-3 { max-width: calc(41.66666667% - 1rem); }
  .col-sm-6.ml-fix-sm-3 { max-width: calc(50% - 1rem); }
  .col-sm-7.ml-fix-sm-3 { max-width: calc(58.33333333% - 1rem); }
  .col-sm-8.ml-fix-sm-3 { max-width: calc(66.66666667% - 1rem); }
  .col-sm-9.ml-fix-sm-3 { max-width: calc(75% - 1rem); }
  .col-sm-10.ml-fix-sm-3 { max-width: calc(83.33333333% - 1rem); }
  .col-sm-11.ml-fix-sm-3 { max-width: calc(91.66666667% - 1rem); }
  .col-sm-12.ml-fix-sm-3 { max-width: calc(100% - 1rem); }

  .col-sm-1.ml-fix-sm-4 { max-width: calc(8.33333333% - 1.5rem); }
  .col-sm-2.ml-fix-sm-4 { max-width: calc(16.66666667% - 1.5rem); }
  .col-sm-3.ml-fix-sm-4 { max-width: calc(25% - 1.5rem); }
  .col-sm-4.ml-fix-sm-4 { max-width: calc(33.33333333% - 1.5rem); }
  .col-sm-5.ml-fix-sm-4 { max-width: calc(41.66666667% - 1.5rem); }
  .col-sm-6.ml-fix-sm-4 { max-width: calc(50% - 1.5rem); }
  .col-sm-7.ml-fix-sm-4 { max-width: calc(58.33333333% - 1.5rem); }
  .col-sm-8.ml-fix-sm-4 { max-width: calc(66.66666667% - 1.5rem); }
  .col-sm-9.ml-fix-sm-4 { max-width: calc(75% - 1.5rem); }
  .col-sm-10.ml-fix-sm-4 { max-width: calc(83.33333333% - 1.5rem); }
  .col-sm-11.ml-fix-sm-4 { max-width: calc(91.66666667% - 1.5rem); }
  .col-sm-12.ml-fix-sm-4 { max-width: calc(100% - 1.5rem); }

  .col-sm-1.ml-fix-sm-5 { max-width: calc(8.33333333% - 3rem); }
  .col-sm-2.ml-fix-sm-5 { max-width: calc(16.66666667% - 3rem); }
  .col-sm-3.ml-fix-sm-5 { max-width: calc(25% - 3rem); }
  .col-sm-4.ml-fix-sm-5 { max-width: calc(33.33333333% - 3rem); }
  .col-sm-5.ml-fix-sm-5 { max-width: calc(41.66666667% - 3rem); }
  .col-sm-6.ml-fix-sm-5 { max-width: calc(50% - 3rem); }
  .col-sm-7.ml-fix-sm-5 { max-width: calc(58.33333333% - 3rem); }
  .col-sm-8.ml-fix-sm-5 { max-width: calc(66.66666667% - 3rem); }
  .col-sm-9.ml-fix-sm-5 { max-width: calc(75% - 3rem); }
  .col-sm-10.ml-fix-sm-5 { max-width: calc(83.33333333% - 3rem); }
  .col-sm-11.ml-fix-sm-5 { max-width: calc(91.66666667% - 3rem); }
  .col-sm-12.ml-fix-sm-5 { max-width: calc(100% - 3rem); }

  .col-sm-1.mr-fix-sm-0 { max-width: 8.33333333%; }
  .col-sm-2.mr-fix-sm-0 { max-width: 16.66666667%; }
  .col-sm-3.mr-fix-sm-0 { max-width: 25%; }
  .col-sm-4.mr-fix-sm-0 { max-width: 33.33333333%; }
  .col-sm-5.mr-fix-sm-0 { max-width: 41.66666667%; }
  .col-sm-6.mr-fix-sm-0 { max-width: 50%; }
  .col-sm-7.mr-fix-sm-0 { max-width: 58.33333333%; }
  .col-sm-8.mr-fix-sm-0 { max-width: 66.66666667%; }
  .col-sm-9.mr-fix-sm-0 { max-width: 75%; }
  .col-sm-10.mr-fix-sm-0 { max-width: 83.33333333%; }
  .col-sm-11.mr-fix-sm-0 { max-width: 91.66666667%; }
  .col-sm-12.mr-fix-sm-0 { max-width: 100%; }

  .col-sm-1.mr-fix-sm-1 { max-width: calc(8.33333333% - 0.25rem); }
  .col-sm-2.mr-fix-sm-1 { max-width: calc(16.66666667% - 0.25rem); }
  .col-sm-3.mr-fix-sm-1 { max-width: calc(25% - 0.25rem); }
  .col-sm-4.mr-fix-sm-1 { max-width: calc(33.33333333% - 0.25rem); }
  .col-sm-5.mr-fix-sm-1 { max-width: calc(41.66666667% - 0.25rem); }
  .col-sm-6.mr-fix-sm-1 { max-width: calc(50% - 0.25rem); }
  .col-sm-7.mr-fix-sm-1 { max-width: calc(58.33333333% - 0.25rem); }
  .col-sm-8.mr-fix-sm-1 { max-width: calc(66.66666667% - 0.25rem); }
  .col-sm-9.mr-fix-sm-1 { max-width: calc(75% - 0.25rem); }
  .col-sm-10.mr-fix-sm-1 { max-width: calc(83.33333333% - 0.25rem); }
  .col-sm-11.mr-fix-sm-1 { max-width: calc(91.66666667% - 0.25rem); }
  .col-sm-12.mr-fix-sm-1 { max-width: calc(100% - 0.25rem); }

  .col-sm-1.mr-fix-sm-2 { max-width: calc(8.33333333% - 0.5rem); }
  .col-sm-2.mr-fix-sm-2 { max-width: calc(16.66666667% - 0.5rem); }
  .col-sm-3.mr-fix-sm-2 { max-width: calc(25% - 0.5rem); }
  .col-sm-4.mr-fix-sm-2 { max-width: calc(33.33333333% - 0.5rem); }
  .col-sm-5.mr-fix-sm-2 { max-width: calc(41.66666667% - 0.5rem); }
  .col-sm-6.mr-fix-sm-2 { max-width: calc(50% - 0.5rem); }
  .col-sm-7.mr-fix-sm-2 { max-width: calc(58.33333333% - 0.5rem); }
  .col-sm-8.mr-fix-sm-2 { max-width: calc(66.66666667% - 0.5rem); }
  .col-sm-9.mr-fix-sm-2 { max-width: calc(75% - 0.5rem); }
  .col-sm-10.mr-fix-sm-2 { max-width: calc(83.33333333% - 0.5rem); }
  .col-sm-11.mr-fix-sm-2 { max-width: calc(91.66666667% - 0.5rem); }
  .col-sm-12.mr-fix-sm-2 { max-width: calc(100% - 0.5rem); }

  .col-sm-1.mr-fix-sm-3 { max-width: calc(8.33333333% - 1rem); }
  .col-sm-2.mr-fix-sm-3 { max-width: calc(16.66666667% - 1rem); }
  .col-sm-3.mr-fix-sm-3 { max-width: calc(25% - 1rem); }
  .col-sm-4.mr-fix-sm-3 { max-width: calc(33.33333333% - 1rem); }
  .col-sm-5.mr-fix-sm-3 { max-width: calc(41.66666667% - 1rem); }
  .col-sm-6.mr-fix-sm-3 { max-width: calc(50% - 1rem); }
  .col-sm-7.mr-fix-sm-3 { max-width: calc(58.33333333% - 1rem); }
  .col-sm-8.mr-fix-sm-3 { max-width: calc(66.66666667% - 1rem); }
  .col-sm-9.mr-fix-sm-3 { max-width: calc(75% - 1rem); }
  .col-sm-10.mr-fix-sm-3 { max-width: calc(83.33333333% - 1rem); }
  .col-sm-11.mr-fix-sm-3 { max-width: calc(91.66666667% - 1rem); }
  .col-sm-12.mr-fix-sm-3 { max-width: calc(100% - 1rem); }

  .col-sm-1.mr-fix-sm-4 { max-width: calc(8.33333333% - 1.5rem); }
  .col-sm-2.mr-fix-sm-4 { max-width: calc(16.66666667% - 1.5rem); }
  .col-sm-3.mr-fix-sm-4 { max-width: calc(25% - 1.5rem); }
  .col-sm-4.mr-fix-sm-4 { max-width: calc(33.33333333% - 1.5rem); }
  .col-sm-5.mr-fix-sm-4 { max-width: calc(41.66666667% - 1.5rem); }
  .col-sm-6.mr-fix-sm-4 { max-width: calc(50% - 1.5rem); }
  .col-sm-7.mr-fix-sm-4 { max-width: calc(58.33333333% - 1.5rem); }
  .col-sm-8.mr-fix-sm-4 { max-width: calc(66.66666667% - 1.5rem); }
  .col-sm-9.mr-fix-sm-4 { max-width: calc(75% - 1.5rem); }
  .col-sm-10.mr-fix-sm-4 { max-width: calc(83.33333333% - 1.5rem); }
  .col-sm-11.mr-fix-sm-4 { max-width: calc(91.66666667% - 1.5rem); }
  .col-sm-12.mr-fix-sm-4 { max-width: calc(100% - 1.5rem); }

  .col-sm-1.mr-fix-sm-5 { max-width: calc(8.33333333% - 3rem); }
  .col-sm-2.mr-fix-sm-5 { max-width: calc(16.66666667% - 3rem); }
  .col-sm-3.mr-fix-sm-5 { max-width: calc(25% - 3rem); }
  .col-sm-4.mr-fix-sm-5 { max-width: calc(33.33333333% - 3rem); }
  .col-sm-5.mr-fix-sm-5 { max-width: calc(41.66666667% - 3rem); }
  .col-sm-6.mr-fix-sm-5 { max-width: calc(50% - 3rem); }
  .col-sm-7.mr-fix-sm-5 { max-width: calc(58.33333333% - 3rem); }
  .col-sm-8.mr-fix-sm-5 { max-width: calc(66.66666667% - 3rem); }
  .col-sm-9.mr-fix-sm-5 { max-width: calc(75% - 3rem); }
  .col-sm-10.mr-fix-sm-5 { max-width: calc(83.33333333% - 3rem); }
  .col-sm-11.mr-fix-sm-5 { max-width: calc(91.66666667% - 3rem); }
  .col-sm-12.mr-fix-sm-5 { max-width: calc(100% - 3rem); }
}

/*
 * ORTA BOY CİHAZLAR (≥ 768px)
 */
@media (min-width: 768px) {
  .m-fix-md-0 { margin: 0 !important; } .m-fix-md-1 { margin: 0.25rem !important; } .m-fix-md-2 { margin: 0.5rem !important; } .m-fix-md-3 { margin: 1rem !important; } .m-fix-md-4 { margin: 1.5rem !important; } .m-fix-md-5 { margin: 3rem !important; }
  .ml-fix-md-0 { margin-left: 0 !important; } .ml-fix-md-1 { margin-left: 0.25rem !important; } .ml-fix-md-2 { margin-left: 0.5rem !important; } .ml-fix-md-3 { margin-left: 1rem !important; } .ml-fix-md-4 { margin-left: 1.5rem !important; } .ml-fix-md-5 { margin-left: 3rem !important; }
  .mr-fix-md-0 { margin-right: 0 !important; } .mr-fix-md-1 { margin-right: 0.25rem !important; } .mr-fix-md-2 { margin-right: 0.5rem !important; } .mr-fix-md-3 { margin-right: 1rem !important; } .mr-fix-md-4 { margin-right: 1.5rem !important; } .mr-fix-md-5 { margin-right: 3rem !important; }
  .mt-fix-md-0 { margin-top: 0 !important; } .mt-fix-md-1 { margin-top: 0.25rem !important; } .mt-fix-md-2 { margin-top: 0.5rem !important; } .mt-fix-md-3 { margin-top: 1rem !important; } .mt-fix-md-4 { margin-top: 1.5rem !important; } .mt-fix-md-5 { margin-top: 3rem !important; }
  .mb-fix-md-0 { margin-bottom: 0 !important; } .mb-fix-md-1 { margin-bottom: 0.25rem !important; } .mb-fix-md-2 { margin-bottom: 0.5rem !important; } .mb-fix-md-3 { margin-bottom: 1rem !important; } .mb-fix-md-4 { margin-bottom: 1.5rem !important; } .mb-fix-md-5 { margin-bottom: 3rem !important; }
  .mx-fix-md-0 { margin-left: 0 !important; margin-right: 0 !important; } .mx-fix-md-1 { margin-left: 0.25rem !important; margin-right: 0.25rem !important; } .mx-fix-md-2 { margin-left: 0.5rem !important; margin-right: 0.5rem !important; } .mx-fix-md-3 { margin-left: 1rem !important; margin-right: 1rem !important; } .mx-fix-md-4 { margin-left: 1.5rem !important; margin-right: 1.5rem !important; } .mx-fix-md-5 { margin-left: 3rem !important; margin-right: 3rem !important; }
  .my-fix-md-0 { margin-top: 0 !important; margin-bottom: 0 !important; } .my-fix-md-1 { margin-top: 0.25rem !important; margin-bottom: 0.25rem !important; } .my-fix-md-2 { margin-top: 0.5rem !important; margin-bottom: 0.5rem !important; } .my-fix-md-3 { margin-top: 1rem !important; margin-bottom: 1rem !important; } .my-fix-md-4 { margin-top: 1.5rem !important; margin-bottom: 1.5rem !important; } .my-fix-md-5 { margin-top: 3rem !important; margin-bottom: 3rem !important; }

  /* col-md-X.m-fix-md-Y Kombinasyonları */
  .col-md-1.m-fix-md-0, .col-md-1.mx-fix-md-0 { max-width: 8.33333333%; }
  .col-md-1.m-fix-md-1, .col-md-1.mx-fix-md-1 { max-width: calc(8.33333333% - 0.5rem); }
  .col-md-1.m-fix-md-2, .col-md-1.mx-fix-md-2 { max-width: calc(8.33333333% - 1rem); }
  .col-md-1.m-fix-md-3, .col-md-1.mx-fix-md-3 { max-width: calc(8.33333333% - 2rem); }
  .col-md-1.m-fix-md-4, .col-md-1.mx-fix-md-4 { max-width: calc(8.33333333% - 3rem); }
  .col-md-1.m-fix-md-5, .col-md-1.mx-fix-md-5 { max-width: calc(8.33333333% - 6rem); }

  .col-md-2.m-fix-md-0, .col-md-2.mx-fix-md-0 { max-width: 16.66666667%; }
  .col-md-2.m-fix-md-1, .col-md-2.mx-fix-md-1 { max-width: calc(16.66666667% - 0.5rem); }
  .col-md-2.m-fix-md-2, .col-md-2.mx-fix-md-2 { max-width: calc(16.66666667% - 1rem); }
  .col-md-2.m-fix-md-3, .col-md-2.mx-fix-md-3 { max-width: calc(16.66666667% - 2rem); }
  .col-md-2.m-fix-md-4, .col-md-2.mx-fix-md-4 { max-width: calc(16.66666667% - 3rem); }
  .col-md-2.m-fix-md-5, .col-md-2.mx-fix-md-5 { max-width: calc(16.66666667% - 6rem); }

  .col-md-3.m-fix-md-0, .col-md-3.mx-fix-md-0 { max-width: 25%; }
  .col-md-3.m-fix-md-1, .col-md-3.mx-fix-md-1 { max-width: calc(25% - 0.5rem); }
  .col-md-3.m-fix-md-2, .col-md-3.mx-fix-md-2 { max-width: calc(25% - 1rem); }
  .col-md-3.m-fix-md-3, .col-md-3.mx-fix-md-3 { max-width: calc(25% - 2rem); }
  .col-md-3.m-fix-md-4, .col-md-3.mx-fix-md-4 { max-width: calc(25% - 3rem); }
  .col-md-3.m-fix-md-5, .col-md-3.mx-fix-md-5 { max-width: calc(25% - 6rem); }

  .col-md-4.m-fix-md-0, .col-md-4.mx-fix-md-0 { max-width: 33.33333333%; }
  .col-md-4.m-fix-md-1, .col-md-4.mx-fix-md-1 { max-width: calc(33.33333333% - 0.5rem); }
  .col-md-4.m-fix-md-2, .col-md-4.mx-fix-md-2 { max-width: calc(33.33333333% - 1rem); }
  .col-md-4.m-fix-md-3, .col-md-4.mx-fix-md-3 { max-width: calc(33.33333333% - 2rem); }
  .col-md-4.m-fix-md-4, .col-md-4.mx-fix-md-4 { max-width: calc(33.33333333% - 3rem); }
  .col-md-4.m-fix-md-5, .col-md-4.mx-fix-md-5 { max-width: calc(33.33333333% - 6rem); }

  .col-md-5.m-fix-md-0, .col-md-5.mx-fix-md-0 { max-width: 41.66666667%; }
  .col-md-5.m-fix-md-1, .col-md-5.mx-fix-md-1 { max-width: calc(41.66666667% - 0.5rem); }
  .col-md-5.m-fix-md-2, .col-md-5.mx-fix-md-2 { max-width: calc(41.66666667% - 1rem); }
  .col-md-5.m-fix-md-3, .col-md-5.mx-fix-md-3 { max-width: calc(41.66666667% - 2rem); }
  .col-md-5.m-fix-md-4, .col-md-5.mx-fix-md-4 { max-width: calc(41.66666667% - 3rem); }
  .col-md-5.m-fix-md-5, .col-md-5.mx-fix-md-5 { max-width: calc(41.66666667% - 6rem); }

  .col-md-6.m-fix-md-0, .col-md-6.mx-fix-md-0 { max-width: 50%; }
  .col-md-6.m-fix-md-1, .col-md-6.mx-fix-md-1 { max-width: calc(50% - 0.5rem); }
  .col-md-6.m-fix-md-2, .col-md-6.mx-fix-md-2 { max-width: calc(50% - 1rem); }
  .col-md-6.m-fix-md-3, .col-md-6.mx-fix-md-3 { max-width: calc(50% - 2rem); }
  .col-md-6.m-fix-md-4, .col-md-6.mx-fix-md-4 { max-width: calc(50% - 3rem); }
  .col-md-6.m-fix-md-5, .col-md-6.mx-fix-md-5 { max-width: calc(50% - 6rem); }

  .col-md-7.m-fix-md-0, .col-md-7.mx-fix-md-0 { max-width: 58.33333333%; }
  .col-md-7.m-fix-md-1, .col-md-7.mx-fix-md-1 { max-width: calc(58.33333333% - 0.5rem); }
  .col-md-7.m-fix-md-2, .col-md-7.mx-fix-md-2 { max-width: calc(58.33333333% - 1rem); }
  .col-md-7.m-fix-md-3, .col-md-7.mx-fix-md-3 { max-width: calc(58.33333333% - 2rem); }
  .col-md-7.m-fix-md-4, .col-md-7.mx-fix-md-4 { max-width: calc(58.33333333% - 3rem); }
  .col-md-7.m-fix-md-5, .col-md-7.mx-fix-md-5 { max-width: calc(58.33333333% - 6rem); }

  .col-md-8.m-fix-md-0, .col-md-8.mx-fix-md-0 { max-width: 66.66666667%; }
  .col-md-8.m-fix-md-1, .col-md-8.mx-fix-md-1 { max-width: calc(66.66666667% - 0.5rem); }
  .col-md-8.m-fix-md-2, .col-md-8.mx-fix-md-2 { max-width: calc(66.66666667% - 1rem); }
  .col-md-8.m-fix-md-3, .col-md-8.mx-fix-md-3 { max-width: calc(66.66666667% - 2rem); }
  .col-md-8.m-fix-md-4, .col-md-8.mx-fix-md-4 { max-width: calc(66.66666667% - 3rem); }
  .col-md-8.m-fix-md-5, .col-md-8.mx-fix-md-5 { max-width: calc(66.66666667% - 6rem); }

  .col-md-9.m-fix-md-0, .col-md-9.mx-fix-md-0 { max-width: 75%; }
  .col-md-9.m-fix-md-1, .col-md-9.mx-fix-md-1 { max-width: calc(75% - 0.5rem); }
  .col-md-9.m-fix-md-2, .col-md-9.mx-fix-md-2 { max-width: calc(75% - 1rem); }
  .col-md-9.m-fix-md-3, .col-md-9.mx-fix-md-3 { max-width: calc(75% - 2rem); }
  .col-md-9.m-fix-md-4, .col-md-9.mx-fix-md-4 { max-width: calc(75% - 3rem); }
  .col-md-9.m-fix-md-5, .col-md-9.mx-fix-md-5 { max-width: calc(75% - 6rem); }

  .col-md-10.m-fix-md-0, .col-md-10.mx-fix-md-0 { max-width: 83.33333333%; }
  .col-md-10.m-fix-md-1, .col-md-10.mx-fix-md-1 { max-width: calc(83.33333333% - 0.5rem); }
  .col-md-10.m-fix-md-2, .col-md-10.mx-fix-md-2 { max-width: calc(83.33333333% - 1rem); }
  .col-md-10.m-fix-md-3, .col-md-10.mx-fix-md-3 { max-width: calc(83.33333333% - 2rem); }
  .col-md-10.m-fix-md-4, .col-md-10.mx-fix-md-4 { max-width: calc(83.33333333% - 3rem); }
  .col-md-10.m-fix-md-5, .col-md-10.mx-fix-md-5 { max-width: calc(83.33333333% - 6rem); }

  .col-md-11.m-fix-md-0, .col-md-11.mx-fix-md-0 { max-width: 91.66666667%; }
  .col-md-11.m-fix-md-1, .col-md-11.mx-fix-md-1 { max-width: calc(91.66666667% - 0.5rem); }
  .col-md-11.m-fix-md-2, .col-md-11.mx-fix-md-2 { max-width: calc(91.66666667% - 1rem); }
  .col-md-11.m-fix-md-3, .col-md-11.mx-fix-md-3 { max-width: calc(91.66666667% - 2rem); }
  .col-md-11.m-fix-md-4, .col-md-11.mx-fix-md-4 { max-width: calc(91.66666667% - 3rem); }
  .col-md-11.m-fix-md-5, .col-md-11.mx-fix-md-5 { max-width: calc(91.66666667% - 6rem); }

  .col-md-12.m-fix-md-0, .col-md-12.mx-fix-md-0 { max-width: 100%; }
  .col-md-12.m-fix-md-1, .col-md-12.mx-fix-md-1 { max-width: calc(100% - 0.5rem); }
  .col-md-12.m-fix-md-2, .col-md-12.mx-fix-md-2 { max-width: calc(100% - 1rem); }
  .col-md-12.m-fix-md-3, .col-md-12.mx-fix-md-3 { max-width: calc(100% - 2rem); }
  .col-md-12.m-fix-md-4, .col-md-12.mx-fix-md-4 { max-width: calc(100% - 3rem); }
  .col-md-12.m-fix-md-5, .col-md-12.mx-fix-md-5 { max-width: calc(100% - 6rem); }

  .col-md-1.ml-fix-md-0 { max-width: 8.33333333%; }
  .col-md-1.ml-fix-md-1 { max-width: calc(8.33333333% - 0.25rem); }
  .col-md-1.ml-fix-md-2 { max-width: calc(8.33333333% - 0.5rem); }
  .col-md-1.ml-fix-md-3 { max-width: calc(8.33333333% - 1rem); }
  .col-md-1.ml-fix-md-4 { max-width: calc(8.33333333% - 1.5rem); }
  .col-md-1.ml-fix-md-5 { max-width: calc(8.33333333% - 3rem); }

  .col-md-2.ml-fix-md-0 { max-width: 16.66666667%; }
  .col-md-2.ml-fix-md-1 { max-width: calc(16.66666667% - 0.25rem); }
  .col-md-2.ml-fix-md-2 { max-width: calc(16.66666667% - 0.5rem); }
  .col-md-2.ml-fix-md-3 { max-width: calc(16.66666667% - 1rem); }
  .col-md-2.ml-fix-md-4 { max-width: calc(16.66666667% - 1.5rem); }
  .col-md-2.ml-fix-md-5 { max-width: calc(16.66666667% - 3rem); }

  .col-md-3.ml-fix-md-0 { max-width: 25%; }
  .col-md-3.ml-fix-md-1 { max-width: calc(25% - 0.25rem); }
  .col-md-3.ml-fix-md-2 { max-width: calc(25% - 0.5rem); }
  .col-md-3.ml-fix-md-3 { max-width: calc(25% - 1rem); }
  .col-md-3.ml-fix-md-4 { max-width: calc(25% - 1.5rem); }
  .col-md-3.ml-fix-md-5 { max-width: calc(25% - 3rem); }

  .col-md-4.ml-fix-md-0 { max-width: 33.33333333%; }
  .col-md-4.ml-fix-md-1 { max-width: calc(33.33333333% - 0.25rem); }
  .col-md-4.ml-fix-md-2 { max-width: calc(33.33333333% - 0.5rem); }
  .col-md-4.ml-fix-md-3 { max-width: calc(33.33333333% - 1rem); }
  .col-md-4.ml-fix-md-4 { max-width: calc(33.33333333% - 1.5rem); }
  .col-md-4.ml-fix-md-5 { max-width: calc(33.33333333% - 3rem); }

  .col-md-5.ml-fix-md-0 { max-width: 41.66666667%; }
  .col-md-5.ml-fix-md-1 { max-width: calc(41.66666667% - 0.25rem); }
  .col-md-5.ml-fix-md-2 { max-width: calc(41.66666667% - 0.5rem); }
  .col-md-5.ml-fix-md-3 { max-width: calc(41.66666667% - 1rem); }
  .col-md-5.ml-fix-md-4 { max-width: calc(41.66666667% - 1.5rem); }
  .col-md-5.ml-fix-md-5 { max-width: calc(41.66666667% - 3rem); }

  .col-md-6.ml-fix-md-0 { max-width: 50%; }
  .col-md-6.ml-fix-md-1 { max-width: calc(50% - 0.25rem); }
  .col-md-6.ml-fix-md-2 { max-width: calc(50% - 0.5rem); }
  .col-md-6.ml-fix-md-3 { max-width: calc(50% - 1rem); }
  .col-md-6.ml-fix-md-4 { max-width: calc(50% - 1.5rem); }
  .col-md-6.ml-fix-md-5 { max-width: calc(50% - 3rem); }

  .col-md-7.ml-fix-md-0 { max-width: 58.33333333%; }
  .col-md-7.ml-fix-md-1 { max-width: calc(58.33333333% - 0.25rem); }
  .col-md-7.ml-fix-md-2 { max-width: calc(58.33333333% - 0.5rem); }
  .col-md-7.ml-fix-md-3 { max-width: calc(58.33333333% - 1rem); }
  .col-md-7.ml-fix-md-4 { max-width: calc(58.33333333% - 1.5rem); }
  .col-md-7.ml-fix-md-5 { max-width: calc(58.33333333% - 3rem); }

  .col-md-8.ml-fix-md-0 { max-width: 66.66666667%; }
  .col-md-8.ml-fix-md-1 { max-width: calc(66.66666667% - 0.25rem); }
  .col-md-8.ml-fix-md-2 { max-width: calc(66.66666667% - 0.5rem); }
  .col-md-8.ml-fix-md-3 { max-width: calc(66.66666667% - 1rem); }
  .col-md-8.ml-fix-md-4 { max-width: calc(66.66666667% - 1.5rem); }
  .col-md-8.ml-fix-md-5 { max-width: calc(66.66666667% - 3rem); }

  .col-md-9.ml-fix-md-0 { max-width: 75%; }
  .col-md-9.ml-fix-md-1 { max-width: calc(75% - 0.25rem); }
  .col-md-9.ml-fix-md-2 { max-width: calc(75% - 0.5rem); }
  .col-md-9.ml-fix-md-3 { max-width: calc(75% - 1rem); }
  .col-md-9.ml-fix-md-4 { max-width: calc(75% - 1.5rem); }
  .col-md-9.ml-fix-md-5 { max-width: calc(75% - 3rem); }

  .col-md-10.ml-fix-md-0 { max-width: 83.33333333%; }
  .col-md-10.ml-fix-md-1 { max-width: calc(83.33333333% - 0.25rem); }
  .col-md-10.ml-fix-md-2 { max-width: calc(83.33333333% - 0.5rem); }
  .col-md-10.ml-fix-md-3 { max-width: calc(83.33333333% - 1rem); }
  .col-md-10.ml-fix-md-4 { max-width: calc(83.33333333% - 1.5rem); }
  .col-md-10.ml-fix-md-5 { max-width: calc(83.33333333% - 3rem); }

  .col-md-11.ml-fix-md-0 { max-width: 91.66666667%; }
  .col-md-11.ml-fix-md-1 { max-width: calc(91.66666667% - 0.25rem); }
  .col-md-11.ml-fix-md-2 { max-width: calc(91.66666667% - 0.5rem); }
  .col-md-11.ml-fix-md-3 { max-width: calc(91.66666667% - 1rem); }
  .col-md-11.ml-fix-md-4 { max-width: calc(91.66666667% - 1.5rem); }
  .col-md-11.ml-fix-md-5 { max-width: calc(91.66666667% - 3rem); }

  .col-md-12.ml-fix-md-0 { max-width: 100%; }
  .col-md-12.ml-fix-md-1 { max-width: calc(100% - 0.25rem); }
  .col-md-12.ml-fix-md-2 { max-width: calc(100% - 0.5rem); }
  .col-md-12.ml-fix-md-3 { max-width: calc(100% - 1rem); }
  .col-md-12.ml-fix-md-4 { max-width: calc(100% - 1.5rem); }
  .col-md-12.ml-fix-md-5 { max-width: calc(100% - 3rem); }

  .col-md-1.mr-fix-md-0 { max-width: 8.33333333%; }
  .col-md-1.mr-fix-md-1 { max-width: calc(8.33333333% - 0.25rem); }
  .col-md-1.mr-fix-md-2 { max-width: calc(8.33333333% - 0.5rem); }
  .col-md-1.mr-fix-md-3 { max-width: calc(8.33333333% - 1rem); }
  .col-md-1.mr-fix-md-4 { max-width: calc(8.33333333% - 1.5rem); }
  .col-md-1.mr-fix-md-5 { max-width: calc(8.33333333% - 3rem); }

  .col-md-2.mr-fix-md-0 { max-width: 16.66666667%; }
  .col-md-2.mr-fix-md-1 { max-width: calc(16.66666667% - 0.25rem); }
  .col-md-2.mr-fix-md-2 { max-width: calc(16.66666667% - 0.5rem); }
  .col-md-2.mr-fix-md-3 { max-width: calc(16.66666667% - 1rem); }
  .col-md-2.mr-fix-md-4 { max-width: calc(16.66666667% - 1.5rem); }
  .col-md-2.mr-fix-md-5 { max-width: calc(16.66666667% - 3rem); }

  .col-md-3.mr-fix-md-0 { max-width: 25%; }
  .col-md-3.mr-fix-md-1 { max-width: calc(25% - 0.25rem); }
  .col-md-3.mr-fix-md-2 { max-width: calc(25% - 0.5rem); }
  .col-md-3.mr-fix-md-3 { max-width: calc(25% - 1rem); }
  .col-md-3.mr-fix-md-4 { max-width: calc(25% - 1.5rem); }
  .col-md-3.mr-fix-md-5 { max-width: calc(25% - 3rem); }

  .col-md-4.mr-fix-md-0 { max-width: 33.33333333%; }
  .col-md-4.mr-fix-md-1 { max-width: calc(33.33333333% - 0.25rem); }
  .col-md-4.mr-fix-md-2 { max-width: calc(33.33333333% - 0.5rem); }
  .col-md-4.mr-fix-md-3 { max-width: calc(33.33333333% - 1rem); }
  .col-md-4.mr-fix-md-4 { max-width: calc(33.33333333% - 1.5rem); }
  .col-md-4.mr-fix-md-5 { max-width: calc(33.33333333% - 3rem); }

  .col-md-5.mr-fix-md-0 { max-width: 41.66666667%; }
  .col-md-5.mr-fix-md-1 { max-width: calc(41.66666667% - 0.25rem); }
  .col-md-5.mr-fix-md-2 { max-width: calc(41.66666667% - 0.5rem); }
  .col-md-5.mr-fix-md-3 { max-width: calc(41.66666667% - 1rem); }
  .col-md-5.mr-fix-md-4 { max-width: calc(41.66666667% - 1.5rem); }
  .col-md-5.mr-fix-md-5 { max-width: calc(41.66666667% - 3rem); }

  .col-md-6.mr-fix-md-0 { max-width: 50%; }
  .col-md-6.mr-fix-md-1 { max-width: calc(50% - 0.25rem); }
  .col-md-6.mr-fix-md-2 { max-width: calc(50% - 0.5rem); }
  .col-md-6.mr-fix-md-3 { max-width: calc(50% - 1rem); }
  .col-md-6.mr-fix-md-4 { max-width: calc(50% - 1.5rem); }
  .col-md-6.mr-fix-md-5 { max-width: calc(50% - 3rem); }

  .col-md-7.mr-fix-md-0 { max-width: 58.33333333%; }
  .col-md-7.mr-fix-md-1 { max-width: calc(58.33333333% - 0.25rem); }
  .col-md-7.mr-fix-md-2 { max-width: calc(58.33333333% - 0.5rem); }
  .col-md-7.mr-fix-md-3 { max-width: calc(58.33333333% - 1rem); }
  .col-md-7.mr-fix-md-4 { max-width: calc(58.33333333% - 1.5rem); }
  .col-md-7.mr-fix-md-5 { max-width: calc(58.33333333% - 3rem); }

  .col-md-8.mr-fix-md-0 { max-width: 66.66666667%; }
  .col-md-8.mr-fix-md-1 { max-width: calc(66.66666667% - 0.25rem); }
  .col-md-8.mr-fix-md-2 { max-width: calc(66.66666667% - 0.5rem); }
  .col-md-8.mr-fix-md-3 { max-width: calc(66.66666667% - 1rem); }
  .col-md-8.mr-fix-md-4 { max-width: calc(66.66666667% - 1.5rem); }
  .col-md-8.mr-fix-md-5 { max-width: calc(66.66666667% - 3rem); }

  .col-md-9.mr-fix-md-0 { max-width: 75%; }
  .col-md-9.mr-fix-md-1 { max-width: calc(75% - 0.25rem); }
  .col-md-9.mr-fix-md-2 { max-width: calc(75% - 0.5rem); }
  .col-md-9.mr-fix-md-3 { max-width: calc(75% - 1rem); }
  .col-md-9.mr-fix-md-4 { max-width: calc(75% - 1.5rem); }
  .col-md-9.mr-fix-md-5 { max-width: calc(75% - 3rem); }

  .col-md-10.mr-fix-md-0 { max-width: 83.33333333%; }
  .col-md-10.mr-fix-md-1 { max-width: calc(83.33333333% - 0.25rem); }
  .col-md-10.mr-fix-md-2 { max-width: calc(83.33333333% - 0.5rem); }
  .col-md-10.mr-fix-md-3 { max-width: calc(83.33333333% - 1rem); }
  .col-md-10.mr-fix-md-4 { max-width: calc(83.33333333% - 1.5rem); }
  .col-md-10.mr-fix-md-5 { max-width: calc(83.33333333% - 3rem); }

  .col-md-11.mr-fix-md-0 { max-width: 91.66666667%; }
  .col-md-11.mr-fix-md-1 { max-width: calc(91.66666667% - 0.25rem); }
  .col-md-11.mr-fix-md-2 { max-width: calc(91.66666667% - 0.5rem); }
  .col-md-11.mr-fix-md-3 { max-width: calc(91.66666667% - 1rem); }
  .col-md-11.mr-fix-md-4 { max-width: calc(91.66666667% - 1.5rem); }
  .col-md-11.mr-fix-md-5 { max-width: calc(91.66666667% - 3rem); }

  .col-md-12.mr-fix-md-0 { max-width: 100%; }
  .col-md-12.mr-fix-md-1 { max-width: calc(100% - 0.25rem); }
  .col-md-12.mr-fix-md-2 { max-width: calc(100% - 0.5rem); }
  .col-md-12.mr-fix-md-3 { max-width: calc(100% - 1rem); }
  .col-md-12.mr-fix-md-4 { max-width: calc(100% - 1.5rem); }
  .col-md-12.mr-fix-md-5 { max-width: calc(100% - 3rem); }
}

/*
 * BÜYÜK CİHAZLAR (≥ 992px)
 */
@media (min-width: 992px) {
  .m-fix-lg-0 { margin: 0 !important; } .m-fix-lg-1 { margin: 0.25rem !important; } .m-fix-lg-2 { margin: 0.5rem !important; } .m-fix-lg-3 { margin: 1rem !important; } .m-fix-lg-4 { margin: 1.5rem !important; } .m-fix-lg-5 { margin: 3rem !important; }
  .ml-fix-lg-0 { margin-left: 0 !important; } .ml-fix-lg-1 { margin-left: 0.25rem !important; } .ml-fix-lg-2 { margin-left: 0.5rem !important; } .ml-fix-lg-3 { margin-left: 1rem !important; } .ml-fix-lg-4 { margin-left: 1.5rem !important; } .ml-fix-lg-5 { margin-left: 3rem !important; }
  .mr-fix-lg-0 { margin-right: 0 !important; } .mr-fix-lg-1 { margin-right: 0.25rem !important; } .mr-fix-lg-2 { margin-right: 0.5rem !important; } .mr-fix-lg-3 { margin-right: 1rem !important; } .mr-fix-lg-4 { margin-right: 1.5rem !important; } .mr-fix-lg-5 { margin-right: 3rem !important; }
  .mt-fix-lg-0 { margin-top: 0 !important; } .mt-fix-lg-1 { margin-top: 0.25rem !important; } .mt-fix-lg-2 { margin-top: 0.5rem !important; } .mt-fix-lg-3 { margin-top: 1rem !important; } .mt-fix-lg-4 { margin-top: 1.5rem !important; } .mt-fix-lg-5 { margin-top: 3rem !important; }
  .mb-fix-lg-0 { margin-bottom: 0 !important; } .mb-fix-lg-1 { margin-bottom: 0.25rem !important; } .mb-fix-lg-2 { margin-bottom: 0.5rem !important; } .mb-fix-lg-3 { margin-bottom: 1rem !important; } .mb-fix-lg-4 { margin-bottom: 1.5rem !important; } .mb-fix-lg-5 { margin-bottom: 3rem !important; }
  .mx-fix-lg-0 { margin-left: 0 !important; margin-right: 0 !important; } .mx-fix-lg-1 { margin-left: 0.25rem !important; margin-right: 0.25rem !important; } .mx-fix-lg-2 { margin-left: 0.5rem !important; margin-right: 0.5rem !important; } .mx-fix-lg-3 { margin-left: 1rem !important; margin-right: 1rem !important; } .mx-fix-lg-4 { margin-left: 1.5rem !important; margin-right: 1.5rem !important; } .mx-fix-lg-5 { margin-left: 3rem !important; margin-right: 3rem !important; }
  .my-fix-lg-0 { margin-top: 0 !important; margin-bottom: 0 !important; } .my-fix-lg-1 { margin-top: 0.25rem !important; margin-bottom: 0.25rem !important; } .my-fix-lg-2 { margin-top: 0.5rem !important; margin-bottom: 0.5rem !important; } .my-fix-lg-3 { margin-top: 1rem !important; margin-bottom: 1rem !important; } .my-fix-lg-4 { margin-top: 1.5rem !important; margin-bottom: 1.5rem !important; } .my-fix-lg-5 { margin-top: 3rem !important; margin-bottom: 3rem !important; }

  /* col-lg-X.m-fix-lg-Y Kombinasyonları */
  .col-lg-1.m-fix-lg-0, .col-lg-1.mx-fix-lg-0 { max-width: 8.33333333%; }
  .col-lg-1.m-fix-lg-1, .col-lg-1.mx-fix-lg-1 { max-width: calc(8.33333333% - 0.5rem); }
  .col-lg-1.m-fix-lg-2, .col-lg-1.mx-fix-lg-2 { max-width: calc(8.33333333% - 1rem); }
  .col-lg-1.m-fix-lg-3, .col-lg-1.mx-fix-lg-3 { max-width: calc(8.33333333% - 2rem); }
  .col-lg-1.m-fix-lg-4, .col-lg-1.mx-fix-lg-4 { max-width: calc(8.33333333% - 3rem); }
  .col-lg-1.m-fix-lg-5, .col-lg-1.mx-fix-lg-5 { max-width: calc(8.33333333% - 6rem); }

  .col-lg-2.m-fix-lg-0, .col-lg-2.mx-fix-lg-0 { max-width: 16.66666667%; }
  .col-lg-2.m-fix-lg-1, .col-lg-2.mx-fix-lg-1 { max-width: calc(16.66666667% - 0.5rem); }
  .col-lg-2.m-fix-lg-2, .col-lg-2.mx-fix-lg-2 { max-width: calc(16.66666667% - 1rem); }
  .col-lg-2.m-fix-lg-3, .col-lg-2.mx-fix-lg-3 { max-width: calc(16.66666667% - 2rem); }
  .col-lg-2.m-fix-lg-4, .col-lg-2.mx-fix-lg-4 { max-width: calc(16.66666667% - 3rem); }
  .col-lg-2.m-fix-lg-5, .col-lg-2.mx-fix-lg-5 { max-width: calc(16.66666667% - 6rem); }

  .col-lg-3.m-fix-lg-0, .col-lg-3.mx-fix-lg-0 { max-width: 25%; }
  .col-lg-3.m-fix-lg-1, .col-lg-3.mx-fix-lg-1 { max-width: calc(25% - 0.5rem); }
  .col-lg-3.m-fix-lg-2, .col-lg-3.mx-fix-lg-2 { max-width: calc(25% - 1rem); }
  .col-lg-3.m-fix-lg-3, .col-lg-3.mx-fix-lg-3 { max-width: calc(25% - 2rem); }
  .col-lg-3.m-fix-lg-4, .col-lg-3.mx-fix-lg-4 { max-width: calc(25% - 3rem); }
  .col-lg-3.m-fix-lg-5, .col-lg-3.mx-fix-lg-5 { max-width: calc(25% - 6rem); }

  .col-lg-4.m-fix-lg-0, .col-lg-4.mx-fix-lg-0 { max-width: 33.33333333%; }
  .col-lg-4.m-fix-lg-1, .col-lg-4.mx-fix-lg-1 { max-width: calc(33.33333333% - 0.5rem); }
  .col-lg-4.m-fix-lg-2, .col-lg-4.mx-fix-lg-2 { max-width: calc(33.33333333% - 1rem); }
  .col-lg-4.m-fix-lg-3, .col-lg-4.mx-fix-lg-3 { max-width: calc(33.33333333% - 2rem); }
  .col-lg-4.m-fix-lg-4, .col-lg-4.mx-fix-lg-4 { max-width: calc(33.33333333% - 3rem); }
  .col-lg-4.m-fix-lg-5, .col-lg-4.mx-fix-lg-5 { max-width: calc(33.33333333% - 6rem); }

  .col-lg-5.m-fix-lg-0, .col-lg-5.mx-fix-lg-0 { max-width: 41.66666667%; }
  .col-lg-5.m-fix-lg-1, .col-lg-5.mx-fix-lg-1 { max-width: calc(41.66666667% - 0.5rem); }
  .col-lg-5.m-fix-lg-2, .col-lg-5.mx-fix-lg-2 { max-width: calc(41.66666667% - 1rem); }
  .col-lg-5.m-fix-lg-3, .col-lg-5.mx-fix-lg-3 { max-width: calc(41.66666667% - 2rem); }
  .col-lg-5.m-fix-lg-4, .col-lg-5.mx-fix-lg-4 { max-width: calc(41.66666667% - 3rem); }
  .col-lg-5.m-fix-lg-5, .col-lg-5.mx-fix-lg-5 { max-width: calc(41.66666667% - 6rem); }

  .col-lg-6.m-fix-lg-0, .col-lg-6.mx-fix-lg-0 { max-width: 50%; }
  .col-lg-6.m-fix-lg-1, .col-lg-6.mx-fix-lg-1 { max-width: calc(50% - 0.5rem); }
  .col-lg-6.m-fix-lg-2, .col-lg-6.mx-fix-lg-2 { max-width: calc(50% - 1rem); }
  .col-lg-6.m-fix-lg-3, .col-lg-6.mx-fix-lg-3 { max-width: calc(50% - 2rem); }
  .col-lg-6.m-fix-lg-4, .col-lg-6.mx-fix-lg-4 { max-width: calc(50% - 3rem); }
  .col-lg-6.m-fix-lg-5, .col-lg-6.mx-fix-lg-5 { max-width: calc(50% - 6rem); }

  .col-lg-7.m-fix-lg-0, .col-lg-7.mx-fix-lg-0 { max-width: 58.33333333%; }
  .col-lg-7.m-fix-lg-1, .col-lg-7.mx-fix-lg-1 { max-width: calc(58.33333333% - 0.5rem); }
  .col-lg-7.m-fix-lg-2, .col-lg-7.mx-fix-lg-2 { max-width: calc(58.33333333% - 1rem); }
  .col-lg-7.m-fix-lg-3, .col-lg-7.mx-fix-lg-3 { max-width: calc(58.33333333% - 2rem); }
  .col-lg-7.m-fix-lg-4, .col-lg-7.mx-fix-lg-4 { max-width: calc(58.33333333% - 3rem); }
  .col-lg-7.m-fix-lg-5, .col-lg-7.mx-fix-lg-5 { max-width: calc(58.33333333% - 6rem); }

  .col-lg-8.m-fix-lg-0, .col-lg-8.mx-fix-lg-0 { max-width: 66.66666667%; }
  .col-lg-8.m-fix-lg-1, .col-lg-8.mx-fix-lg-1 { max-width: calc(66.66666667% - 0.5rem); }
  .col-lg-8.m-fix-lg-2, .col-lg-8.mx-fix-lg-2 { max-width: calc(66.66666667% - 1rem); }
  .col-lg-8.m-fix-lg-3, .col-lg-8.mx-fix-lg-3 { max-width: calc(66.66666667% - 2rem); }
  .col-lg-8.m-fix-lg-4, .col-lg-8.mx-fix-lg-4 { max-width: calc(66.66666667% - 3rem); }
  .col-lg-8.m-fix-lg-5, .col-lg-8.mx-fix-lg-5 { max-width: calc(66.66666667% - 6rem); }

  .col-lg-9.m-fix-lg-0, .col-lg-9.mx-fix-lg-0 { max-width: 75%; }
  .col-lg-9.m-fix-lg-1, .col-lg-9.mx-fix-lg-1 { max-width: calc(75% - 0.5rem); }
  .col-lg-9.m-fix-lg-2, .col-lg-9.mx-fix-lg-2 { max-width: calc(75% - 1rem); }
  .col-lg-9.m-fix-lg-3, .col-lg-9.mx-fix-lg-3 { max-width: calc(75% - 2rem); }
  .col-lg-9.m-fix-lg-4, .col-lg-9.mx-fix-lg-4 { max-width: calc(75% - 3rem); }
  .col-lg-9.m-fix-lg-5, .col-lg-9.mx-fix-lg-5 { max-width: calc(75% - 6rem); }

  .col-lg-10.m-fix-lg-0, .col-lg-10.mx-fix-lg-0 { max-width: 83.33333333%; }
  .col-lg-10.m-fix-lg-1, .col-lg-10.mx-fix-lg-1 { max-width: calc(83.33333333% - 0.5rem); }
  .col-lg-10.m-fix-lg-2, .col-lg-10.mx-fix-lg-2 { max-width: calc(83.33333333% - 1rem); }
  .col-lg-10.m-fix-lg-3, .col-lg-10.mx-fix-lg-3 { max-width: calc(83.33333333% - 2rem); }
  .col-lg-10.m-fix-lg-4, .col-lg-10.mx-fix-lg-4 { max-width: calc(83.33333333% - 3rem); }
  .col-lg-10.m-fix-lg-5, .col-lg-10.mx-fix-lg-5 { max-width: calc(83.33333333% - 6rem); }

  .col-lg-11.m-fix-lg-0, .col-lg-11.mx-fix-lg-0 { max-width: 91.66666667%; }
  .col-lg-11.m-fix-lg-1, .col-lg-11.mx-fix-lg-1 { max-width: calc(91.66666667% - 0.5rem); }
  .col-lg-11.m-fix-lg-2, .col-lg-11.mx-fix-lg-2 { max-width: calc(91.66666667% - 1rem); }
  .col-lg-11.m-fix-lg-3, .col-lg-11.mx-fix-lg-3 { max-width: calc(91.66666667% - 2rem); }
  .col-lg-11.m-fix-lg-4, .col-lg-11.mx-fix-lg-4 { max-width: calc(91.66666667% - 3rem); }
  .col-lg-11.m-fix-lg-5, .col-lg-11.mx-fix-lg-5 { max-width: calc(91.66666667% - 6rem); }

  .col-lg-12.m-fix-lg-0, .col-lg-12.mx-fix-lg-0 { max-width: 100%; }
  .col-lg-12.m-fix-lg-1, .col-lg-12.mx-fix-lg-1 { max-width: calc(100% - 0.5rem); }
  .col-lg-12.m-fix-lg-2, .col-lg-12.mx-fix-lg-2 { max-width: calc(100% - 1rem); }
  .col-lg-12.m-fix-lg-3, .col-lg-12.mx-fix-lg-3 { max-width: calc(100% - 2rem); }
  .col-lg-12.m-fix-lg-4, .col-lg-12.mx-fix-lg-4 { max-width: calc(100% - 3rem); }
  .col-lg-12.m-fix-lg-5, .col-lg-12.mx-fix-lg-5 { max-width: calc(100% - 6rem); }

  /* col-lg-X.ml-fix-lg-Y ve col-lg-X.mr-fix-lg-Y Kombinasyonları */
  .col-lg-1.ml-fix-lg-0 { max-width: 8.33333333%; }
  .col-lg-1.mr-fix-lg-0 { max-width: 8.33333333%; }

  .col-lg-1.ml-fix-lg-1 { max-width: calc(8.33333333% - 0.25rem); }
  .col-lg-1.mr-fix-lg-1 { max-width: calc(8.33333333% - 0.25rem); }
  .col-lg-1.ml-fix-lg-2 { max-width: calc(8.33333333% - 0.5rem); }
  .col-lg-1.mr-fix-lg-2 { max-width: calc(8.33333333% - 0.5rem); }
  .col-lg-1.ml-fix-lg-3 { max-width: calc(8.33333333% - 1rem); }
  .col-lg-1.mr-fix-lg-3 { max-width: calc(8.33333333% - 1rem); }
  .col-lg-1.ml-fix-lg-4 { max-width: calc(8.33333333% - 1.5rem); }
  .col-lg-1.mr-fix-lg-4 { max-width: calc(8.33333333% - 1.5rem); }
  .col-lg-1.ml-fix-lg-5 { max-width: calc(8.33333333% - 3rem); }
  .col-lg-1.mr-fix-lg-5 { max-width: calc(8.33333333% - 3rem); }

  .col-lg-2.ml-fix-lg-0 { max-width: 16.66666667%; }
  .col-lg-2.mr-fix-lg-0 { max-width: 16.66666667%; }
  .col-lg-2.ml-fix-lg-1 { max-width: calc(16.66666667% - 0.25rem); }
  .col-lg-2.mr-fix-lg-1 { max-width: calc(16.66666667% - 0.25rem); }
  .col-lg-2.ml-fix-lg-2 { max-width: calc(16.66666667% - 0.5rem); }
  .col-lg-2.mr-fix-lg-2 { max-width: calc(16.66666667% - 0.5rem); }
  .col-lg-2.ml-fix-lg-3 { max-width: calc(16.66666667% - 1rem); }
  .col-lg-2.mr-fix-lg-3 { max-width: calc(16.66666667% - 1rem); }
  .col-lg-2.ml-fix-lg-4 { max-width: calc(16.66666667% - 1.5rem); }
  .col-lg-2.mr-fix-lg-4 { max-width: calc(16.66666667% - 1.5rem); }
  .col-lg-2.ml-fix-lg-5 { max-width: calc(16.66666667% - 3rem); }
  .col-lg-2.mr-fix-lg-5 { max-width: calc(16.66666667% - 3rem); }

  .col-lg-3.ml-fix-lg-0 { max-width: 25%; }
  .col-lg-3.mr-fix-lg-0 { max-width: 25%; }
  .col-lg-3.ml-fix-lg-1 { max-width: calc(25% - 0.25rem); }
  .col-lg-3.mr-fix-lg-1 { max-width: calc(25% - 0.25rem); }
  .col-lg-3.ml-fix-lg-2 { max-width: calc(25% - 0.5rem); }
  .col-lg-3.mr-fix-lg-2 { max-width: calc(25% - 0.5rem); }
  .col-lg-3.ml-fix-lg-3 { max-width: calc(25% - 1rem); }
  .col-lg-3.mr-fix-lg-3 { max-width: calc(25% - 1rem); }
  .col-lg-3.ml-fix-lg-4 { max-width: calc(25% - 1.5rem); }
  .col-lg-3.mr-fix-lg-4 { max-width: calc(25% - 1.5rem); }
  .col-lg-3.ml-fix-lg-5 { max-width: calc(25% - 3rem); }
  .col-lg-3.mr-fix-lg-5 { max-width: calc(25% - 3rem); }

  .col-lg-4.ml-fix-lg-0 { max-width: 33.33333333%; }
  .col-lg-4.mr-fix-lg-0 { max-width: 33.33333333%; }
  .col-lg-4.ml-fix-lg-1 { max-width: calc(33.33333333% - 0.25rem); }
  .col-lg-4.mr-fix-lg-1 { max-width: calc(33.33333333% - 0.25rem); }
  .col-lg-4.ml-fix-lg-2 { max-width: calc(33.33333333% - 0.5rem); }
  .col-lg-4.mr-fix-lg-2 { max-width: calc(33.33333333% - 0.5rem); }
  .col-lg-4.ml-fix-lg-3 { max-width: calc(33.33333333% - 1rem); }
  .col-lg-4.mr-fix-lg-3 { max-width: calc(33.33333333% - 1rem); }
  .col-lg-4.ml-fix-lg-4 { max-width: calc(33.33333333% - 1.5rem); }
  .col-lg-4.mr-fix-lg-4 { max-width: calc(33.33333333% - 1.5rem); }
  .col-lg-4.ml-fix-lg-5 { max-width: calc(33.33333333% - 3rem); }
  .col-lg-4.mr-fix-lg-5 { max-width: calc(33.33333333% - 3rem); }

  .col-lg-5.ml-fix-lg-0 { max-width: 41.66666667%; }
  .col-lg-5.mr-fix-lg-0 { max-width: 41.66666667%; }
  .col-lg-5.ml-fix-lg-1 { max-width: calc(41.66666667% - 0.25rem); }
  .col-lg-5.mr-fix-lg-1 { max-width: calc(41.66666667% - 0.25rem); }
  .col-lg-5.ml-fix-lg-2 { max-width: calc(41.66666667% - 0.5rem); }
  .col-lg-5.mr-fix-lg-2 { max-width: calc(41.66666667% - 0.5rem); }
  .col-lg-5.ml-fix-lg-3 { max-width: calc(41.66666667% - 1rem); }
  .col-lg-5.mr-fix-lg-3 { max-width: calc(41.66666667% - 1rem); }
  .col-lg-5.ml-fix-lg-4 { max-width: calc(41.66666667% - 1.5rem); }
  .col-lg-5.mr-fix-lg-4 { max-width: calc(41.66666667% - 1.5rem); }
  .col-lg-5.ml-fix-lg-5 { max-width: calc(41.66666667% - 3rem); }
  .col-lg-5.mr-fix-lg-5 { max-width: calc(41.66666667% - 3rem); }

  .col-lg-6.ml-fix-lg-0 { max-width: 50%; }
  .col-lg-6.mr-fix-lg-0 { max-width: 50%; }
  .col-lg-6.ml-fix-lg-1 { max-width: calc(50% - 0.25rem); }
  .col-lg-6.mr-fix-lg-1 { max-width: calc(50% - 0.25rem); }
  .col-lg-6.ml-fix-lg-2 { max-width: calc(50% - 0.5rem); }
  .col-lg-6.mr-fix-lg-2 { max-width: calc(50% - 0.5rem); }
  .col-lg-6.ml-fix-lg-3 { max-width: calc(50% - 1rem); }
  .col-lg-6.mr-fix-lg-3 { max-width: calc(50% - 1rem); }
  .col-lg-6.ml-fix-lg-4 { max-width: calc(50% - 1.5rem); }
  .col-lg-6.mr-fix-lg-4 { max-width: calc(50% - 1.5rem); }
  .col-lg-6.ml-fix-lg-5 { max-width: calc(50% - 3rem); }
  .col-lg-6.mr-fix-lg-5 { max-width: calc(50% - 3rem); }

  .col-lg-7.ml-fix-lg-0 { max-width: 58.33333333%; }
  .col-lg-7.mr-fix-lg-0 { max-width: 58.33333333%; }
  .col-lg-7.ml-fix-lg-1 { max-width: calc(58.33333333% - 0.25rem); }
  .col-lg-7.mr-fix-lg-1 { max-width: calc(58.33333333% - 0.25rem); }
  .col-lg-7.ml-fix-lg-2 { max-width: calc(58.33333333% - 0.5rem); }
  .col-lg-7.mr-fix-lg-2 { max-width: calc(58.33333333% - 0.5rem); }
  .col-lg-7.ml-fix-lg-3 { max-width: calc(58.33333333% - 1rem); }
  .col-lg-7.mr-fix-lg-3 { max-width: calc(58.33333333% - 1rem); }
  .col-lg-7.ml-fix-lg-4 { max-width: calc(58.33333333% - 1.5rem); }
  .col-lg-7.mr-fix-lg-4 { max-width: calc(58.33333333% - 1.5rem); }
  .col-lg-7.ml-fix-lg-5 { max-width: calc(58.33333333% - 3rem); }
  .col-lg-7.mr-fix-lg-5 { max-width: calc(58.33333333% - 3rem); }

  .col-lg-8.ml-fix-lg-0 { max-width: 66.66666667%; }
  .col-lg-8.mr-fix-lg-0 { max-width: 66.66666667%; }
  .col-lg-8.ml-fix-lg-1 { max-width: calc(66.66666667% - 0.25rem); }
  .col-lg-8.mr-fix-lg-1 { max-width: calc(66.66666667% - 0.25rem); }
  .col-lg-8.ml-fix-lg-2 { max-width: calc(66.66666667% - 0.5rem); }
  .col-lg-8.mr-fix-lg-2 { max-width: calc(66.66666667% - 0.5rem); }
  .col-lg-8.ml-fix-lg-3 { max-width: calc(66.66666667% - 1rem); }
  .col-lg-8.mr-fix-lg-3 { max-width: calc(66.66666667% - 1rem); }
  .col-lg-8.ml-fix-lg-4 { max-width: calc(66.66666667% - 1.5rem); }
  .col-lg-8.mr-fix-lg-4 { max-width: calc(66.66666667% - 1.5rem); }
  .col-lg-8.ml-fix-lg-5 { max-width: calc(66.66666667% - 3rem); }
  .col-lg-8.mr-fix-lg-5 { max-width: calc(66.66666667% - 3rem); }

  .col-lg-9.ml-fix-lg-0 { max-width: 75%; }
  .col-lg-9.mr-fix-lg-0 { max-width: 75%; }
  .col-lg-9.ml-fix-lg-1 { max-width: calc(75% - 0.25rem); }
  .col-lg-9.mr-fix-lg-1 { max-width: calc(75% - 0.25rem); }
  .col-lg-9.ml-fix-lg-2 { max-width: calc(75% - 0.5rem); }
  .col-lg-9.mr-fix-lg-2 { max-width: calc(75% - 0.5rem); }
  .col-lg-9.ml-fix-lg-3 { max-width: calc(75% - 1rem); }
  .col-lg-9.mr-fix-lg-3 { max-width: calc(75% - 1rem); }
  .col-lg-9.ml-fix-lg-4 { max-width: calc(75% - 1.5rem); }
  .col-lg-9.mr-fix-lg-4 { max-width: calc(75% - 1.5rem); }
  .col-lg-9.ml-fix-lg-5 { max-width: calc(75% - 3rem); }
  .col-lg-9.mr-fix-lg-5 { max-width: calc(75% - 3rem); }

  .col-lg-10.ml-fix-lg-0 { max-width: 83.33333333%; }
  .col-lg-10.mr-fix-lg-0 { max-width: 83.33333333%; }
  .col-lg-10.ml-fix-lg-1 { max-width: calc(83.33333333% - 0.25rem); }
  .col-lg-10.mr-fix-lg-1 { max-width: calc(83.33333333% - 0.25rem); }
  .col-lg-10.ml-fix-lg-2 { max-width: calc(83.33333333% - 0.5rem); }
  .col-lg-10.mr-fix-lg-2 { max-width: calc(83.33333333% - 0.5rem); }
  .col-lg-10.ml-fix-lg-3 { max-width: calc(83.33333333% - 1rem); }
  .col-lg-10.mr-fix-lg-3 { max-width: calc(83.33333333% - 1rem); }
  .col-lg-10.ml-fix-lg-4 { max-width: calc(83.33333333% - 1.5rem); }
  .col-lg-10.mr-fix-lg-4 { max-width: calc(83.33333333% - 1.5rem); }
  .col-lg-10.ml-fix-lg-5 { max-width: calc(83.33333333% - 3rem); }
  .col-lg-10.mr-fix-lg-5 { max-width: calc(83.33333333% - 3rem); }

  .col-lg-11.ml-fix-lg-0 { max-width: 91.66666667%; }
  .col-lg-11.mr-fix-lg-0 { max-width: 91.66666667%; }
  .col-lg-11.ml-fix-lg-1 { max-width: calc(91.66666667% - 0.25rem); }
  .col-lg-11.mr-fix-lg-1 { max-width: calc(91.66666667% - 0.25rem); }
  .col-lg-11.ml-fix-lg-2 { max-width: calc(91.66666667% - 0.5rem); }
  .col-lg-11.mr-fix-lg-2 { max-width: calc(91.66666667% - 0.5rem); }
  .col-lg-11.ml-fix-lg-3 { max-width: calc(91.66666667% - 1rem); }
  .col-lg-11.mr-fix-lg-3 { max-width: calc(91.66666667% - 1rem); }
  .col-lg-11.ml-fix-lg-4 { max-width: calc(91.66666667% - 1.5rem); }
  .col-lg-11.mr-fix-lg-4 { max-width: calc(91.66666667% - 1.5rem); }
  .col-lg-11.ml-fix-lg-5 { max-width: calc(91.66666667% - 3rem); }
  .col-lg-11.mr-fix-lg-5 { max-width: calc(91.66666667% - 3rem); }

  .col-lg-12.ml-fix-lg-0 { max-width: 100%; }
  .col-lg-12.mr-fix-lg-0 { max-width: 100%; }
  .col-lg-12.ml-fix-lg-1 { max-width: calc(100% - 0.25rem); }
  .col-lg-12.mr-fix-lg-1 { max-width: calc(100% - 0.25rem); }
  .col-lg-12.ml-fix-lg-2 { max-width: calc(100% - 0.5rem); }
  .col-lg-12.mr-fix-lg-2 { max-width: calc(100% - 0.5rem); }
  .col-lg-12.ml-fix-lg-3 { max-width: calc(100% - 1rem); }
  .col-lg-12.mr-fix-lg-3 { max-width: calc(100% - 1rem); }
  .col-lg-12.ml-fix-lg-4 { max-width: calc(100% - 1.5rem); }
  .col-lg-12.mr-fix-lg-4 { max-width: calc(100% - 1.5rem); }
  .col-lg-12.ml-fix-lg-5 { max-width: calc(100% - 3rem); }
  .col-lg-12.mr-fix-lg-5 { max-width: calc(100% - 3rem); }
}

/*
 * EKSTRA BÜYÜK CİHAZLAR (≥ 1200px)
 */
@media (min-width: 1200px) {
  .m-fix-xl-0 { margin: 0 !important; } .m-fix-xl-1 { margin: 0.25rem !important; } .m-fix-xl-2 { margin: 0.5rem !important; } .m-fix-xl-3 { margin: 1rem !important; } .m-fix-xl-4 { margin: 1.5rem !important; } .m-fix-xl-5 { margin: 3rem !important; }
  .ml-fix-xl-0 { margin-left: 0 !important; } .ml-fix-xl-1 { margin-left: 0.25rem !important; } .ml-fix-xl-2 { margin-left: 0.5rem !important; } .ml-fix-xl-3 { margin-left: 1rem !important; } .ml-fix-xl-4 { margin-left: 1.5rem !important; } .ml-fix-xl-5 { margin-left: 3rem !important; }
  .mr-fix-xl-0 { margin-right: 0 !important; } .mr-fix-xl-1 { margin-right: 0.25rem !important; } .mr-fix-xl-2 { margin-right: 0.5rem !important; } .mr-fix-xl-3 { margin-right: 1rem !important; } .mr-fix-xl-4 { margin-right: 1.5rem !important; } .mr-fix-xl-5 { margin-right: 3rem !important; }
  .mt-fix-xl-0 { margin-top: 0 !important; } .mt-fix-xl-1 { margin-top: 0.25rem !important; } .mt-fix-xl-2 { margin-top: 0.5rem !important; } .mt-fix-xl-3 { margin-top: 1rem !important; } .mt-fix-xl-4 { margin-top: 1.5rem !important; } .mt-fix-xl-5 { margin-top: 3rem !important; }
  .mb-fix-xl-0 { margin-bottom: 0 !important; } .mb-fix-xl-1 { margin-bottom: 0.25rem !important; } .mb-fix-xl-2 { margin-bottom: 0.5rem !important; } .mb-fix-xl-3 { margin-bottom: 1rem !important; } .mb-fix-xl-4 { margin-bottom: 1.5rem !important; } .mb-fix-xl-5 { margin-bottom: 3rem !important; }
  .mx-fix-xl-0 { margin-left: 0 !important; margin-right: 0 !important; } .mx-fix-xl-1 { margin-left: 0.25rem !important; margin-right: 0.25rem !important; } .mx-fix-xl-2 { margin-left: 0.5rem !important; margin-right: 0.5rem !important; } .mx-fix-xl-3 { margin-left: 1rem !important; margin-right: 1rem !important; } .mx-fix-xl-4 { margin-left: 1.5rem !important; margin-right: 1.5rem !important; } .mx-fix-xl-5 { margin-left: 3rem !important; margin-right: 3rem !important; }
  .my-fix-xl-0 { margin-top: 0 !important; margin-bottom: 0 !important; } .my-fix-xl-1 { margin-top: 0.25rem !important; margin-bottom: 0.25rem !important; } .my-fix-xl-2 { margin-top: 0.5rem !important; margin-bottom: 0.5rem !important; } .my-fix-xl-3 { margin-top: 1rem !important; margin-bottom: 1rem !important; } .my-fix-xl-4 { margin-top: 1.5rem !important; margin-bottom: 1.5rem !important; } .my-fix-xl-5 { margin-top: 3rem !important; margin-bottom: 3rem !important; }

  /* col-xl-X.m-fix-xl-Y Kombinasyonları */
  .col-xl-1.m-fix-xl-0, .col-xl-1.mx-fix-xl-0 { max-width: 8.33333333%; }
  .col-xl-1.m-fix-xl-1, .col-xl-1.mx-fix-xl-1 { max-width: calc(8.33333333% - 0.5rem); }
  .col-xl-1.m-fix-xl-2, .col-xl-1.mx-fix-xl-2 { max-width: calc(8.33333333% - 1rem); }
  .col-xl-1.m-fix-xl-3, .col-xl-1.mx-fix-xl-3 { max-width: calc(8.33333333% - 2rem); }
  .col-xl-1.m-fix-xl-4, .col-xl-1.mx-fix-xl-4 { max-width: calc(8.33333333% - 3rem); }
  .col-xl-1.m-fix-xl-5, .col-xl-1.mx-fix-xl-5 { max-width: calc(8.33333333% - 6rem); }

  .col-xl-2.m-fix-xl-0, .col-xl-2.mx-fix-xl-0 { max-width: 16.66666667%; }
  .col-xl-2.m-fix-xl-1, .col-xl-2.mx-fix-xl-1 { max-width: calc(16.66666667% - 0.5rem); }
  .col-xl-2.m-fix-xl-2, .col-xl-2.mx-fix-xl-2 { max-width: calc(16.66666667% - 1rem); }
  .col-xl-2.m-fix-xl-3, .col-xl-2.mx-fix-xl-3 { max-width: calc(16.66666667% - 2rem); }
  .col-xl-2.m-fix-xl-4, .col-xl-2.mx-fix-xl-4 { max-width: calc(16.66666667% - 3rem); }
  .col-xl-2.m-fix-xl-5, .col-xl-2.mx-fix-xl-5 { max-width: calc(16.66666667% - 6rem); }

  .col-xl-3.m-fix-xl-0, .col-xl-3.mx-fix-xl-0 { max-width: 25%; }
  .col-xl-3.m-fix-xl-1, .col-xl-3.mx-fix-xl-1 { max-width: calc(25% - 0.5rem); }
  .col-xl-3.m-fix-xl-2, .col-xl-3.mx-fix-xl-2 { max-width: calc(25% - 1rem); }
  .col-xl-3.m-fix-xl-3, .col-xl-3.mx-fix-xl-3 { max-width: calc(25% - 2rem); }
  .col-xl-3.m-fix-xl-4, .col-xl-3.mx-fix-xl-4 { max-width: calc(25% - 3rem); }
  .col-xl-3.m-fix-xl-5, .col-xl-3.mx-fix-xl-5 { max-width: calc(25% - 6rem); }

  .col-xl-4.m-fix-xl-0, .col-xl-4.mx-fix-xl-0 { max-width: 33.33333333%; }
  .col-xl-4.m-fix-xl-1, .col-xl-4.mx-fix-xl-1 { max-width: calc(33.33333333% - 0.5rem); }
  .col-xl-4.m-fix-xl-2, .col-xl-4.mx-fix-xl-2 { max-width: calc(33.33333333% - 1rem); }
  .col-xl-4.m-fix-xl-3, .col-xl-4.mx-fix-xl-3 { max-width: calc(33.33333333% - 2rem); }
  .col-xl-4.m-fix-xl-4, .col-xl-4.mx-fix-xl-4 { max-width: calc(33.33333333% - 3rem); }
  .col-xl-4.m-fix-xl-5, .col-xl-4.mx-fix-xl-5 { max-width: calc(33.33333333% - 6rem); }

  .col-xl-5.m-fix-xl-0, .col-xl-5.mx-fix-xl-0 { max-width: 41.66666667%; }
  .col-xl-5.m-fix-xl-1, .col-xl-5.mx-fix-xl-1 { max-width: calc(41.66666667% - 0.5rem); }
  .col-xl-5.m-fix-xl-2, .col-xl-5.mx-fix-xl-2 { max-width: calc(41.66666667% - 1rem); }
  .col-xl-5.m-fix-xl-3, .col-xl-5.mx-fix-xl-3 { max-width: calc(41.66666667% - 2rem); }
  .col-xl-5.m-fix-xl-4, .col-xl-5.mx-fix-xl-4 { max-width: calc(41.66666667% - 3rem); }
  .col-xl-5.m-fix-xl-5, .col-xl-5.mx-fix-xl-5 { max-width: calc(41.66666667% - 6rem); }

  .col-xl-6.m-fix-xl-0, .col-xl-6.mx-fix-xl-0 { max-width: 50%; }
  .col-xl-6.m-fix-xl-1, .col-xl-6.mx-fix-xl-1 { max-width: calc(50% - 0.5rem); }
  .col-xl-6.m-fix-xl-2, .col-xl-6.mx-fix-xl-2 { max-width: calc(50% - 1rem); }
  .col-xl-6.m-fix-xl-3, .col-xl-6.mx-fix-xl-3 { max-width: calc(50% - 2rem); }
  .col-xl-6.m-fix-xl-4, .col-xl-6.mx-fix-xl-4 { max-width: calc(50% - 3rem); }
  .col-xl-6.m-fix-xl-5, .col-xl-6.mx-fix-xl-5 { max-width: calc(50% - 6rem); }

  .col-xl-7.m-fix-xl-0, .col-xl-7.mx-fix-xl-0 { max-width: 58.33333333%; }
  .col-xl-7.m-fix-xl-1, .col-xl-7.mx-fix-xl-1 { max-width: calc(58.33333333% - 0.5rem); }
  .col-xl-7.m-fix-xl-2, .col-xl-7.mx-fix-xl-2 { max-width: calc(58.33333333% - 1rem); }
  .col-xl-7.m-fix-xl-3, .col-xl-7.mx-fix-xl-3 { max-width: calc(58.33333333% - 2rem); }
  .col-xl-7.m-fix-xl-4, .col-xl-7.mx-fix-xl-4 { max-width: calc(58.33333333% - 3rem); }
  .col-xl-7.m-fix-xl-5, .col-xl-7.mx-fix-xl-5 { max-width: calc(58.33333333% - 6rem); }

  .col-xl-8.m-fix-xl-0, .col-xl-8.mx-fix-xl-0 { max-width: 66.66666667%; }
  .col-xl-8.m-fix-xl-1, .col-xl-8.mx-fix-xl-1 { max-width: calc(66.66666667% - 0.5rem); }
  .col-xl-8.m-fix-xl-2, .col-xl-8.mx-fix-xl-2 { max-width: calc(66.66666667% - 1rem); }
  .col-xl-8.m-fix-xl-3, .col-xl-8.mx-fix-xl-3 { max-width: calc(66.66666667% - 2rem); }
  .col-xl-8.m-fix-xl-4, .col-xl-8.mx-fix-xl-4 { max-width: calc(66.66666667% - 3rem); }
  .col-xl-8.m-fix-xl-5, .col-xl-8.mx-fix-xl-5 { max-width: calc(66.66666667% - 6rem); }

  .col-xl-9.m-fix-xl-0, .col-xl-9.mx-fix-xl-0 { max-width: 75%; }
  .col-xl-9.m-fix-xl-1, .col-xl-9.mx-fix-xl-1 { max-width: calc(75% - 0.5rem); }
  .col-xl-9.m-fix-xl-2, .col-xl-9.mx-fix-xl-2 { max-width: calc(75% - 1rem); }
  .col-xl-9.m-fix-xl-3, .col-xl-9.mx-fix-xl-3 { max-width: calc(75% - 2rem); }
  .col-xl-9.m-fix-xl-4, .col-xl-9.mx-fix-xl-4 { max-width: calc(75% - 3rem); }
  .col-xl-9.m-fix-xl-5, .col-xl-9.mx-fix-xl-5 { max-width: calc(75% - 6rem); }

  .col-xl-10.m-fix-xl-0, .col-xl-10.mx-fix-xl-0 { max-width: 83.33333333%; }
  .col-xl-10.m-fix-xl-1, .col-xl-10.mx-fix-xl-1 { max-width: calc(83.33333333% - 0.5rem); }
  .col-xl-10.m-fix-xl-2, .col-xl-10.mx-fix-xl-2 { max-width: calc(83.33333333% - 1rem); }
  .col-xl-10.m-fix-xl-3, .col-xl-10.mx-fix-xl-3 { max-width: calc(83.33333333% - 2rem); }
  .col-xl-10.m-fix-xl-4, .col-xl-10.mx-fix-xl-4 { max-width: calc(83.33333333% - 3rem); }
  .col-xl-10.m-fix-xl-5, .col-xl-10.mx-fix-xl-5 { max-width: calc(83.33333333% - 6rem); }

  .col-xl-11.m-fix-xl-0, .col-xl-11.mx-fix-xl-0 { max-width: 91.66666667%; }
  .col-xl-11.m-fix-xl-1, .col-xl-11.mx-fix-xl-1 { max-width: calc(91.66666667% - 0.5rem); }
  .col-xl-11.m-fix-xl-2, .col-xl-11.mx-fix-xl-2 { max-width: calc(91.66666667% - 1rem); }
  .col-xl-11.m-fix-xl-3, .col-xl-11.mx-fix-xl-3 { max-width: calc(91.66666667% - 2rem); }
  .col-xl-11.m-fix-xl-4, .col-xl-11.mx-fix-xl-4 { max-width: calc(91.66666667% - 3rem); }
  .col-xl-11.m-fix-xl-5, .col-xl-11.mx-fix-xl-5 { max-width: calc(91.66666667% - 6rem); }

  .col-xl-12.m-fix-xl-0, .col-xl-12.mx-fix-xl-0 { max-width: 100%; }
  .col-xl-12.m-fix-xl-1, .col-xl-12.mx-fix-xl-1 { max-width: calc(100% - 0.5rem); }
  .col-xl-12.m-fix-xl-2, .col-xl-12.mx-fix-xl-2 { max-width: calc(100% - 1rem); }
  .col-xl-12.m-fix-xl-3, .col-xl-12.mx-fix-xl-3 { max-width: calc(100% - 2rem); }
  .col-xl-12.m-fix-xl-4, .col-xl-12.mx-fix-xl-4 { max-width: calc(100% - 3rem); }
  .col-xl-12.m-fix-xl-5, .col-xl-12.mx-fix-xl-5 { max-width: calc(100% - 6rem); }

  /* col-xl-X.ml-fix-xl-Y ve col-xl-X.mr-fix-xl-Y Kombinasyonları */
  .col-xl-1.ml-fix-xl-0 { max-width: 8.33333333%; }
  .col-xl-1.mr-fix-xl-0 { max-width: 8.33333333%; }
  .col-xl-1.ml-fix-xl-1 { max-width: calc(8.33333333% - 0.25rem); }
  .col-xl-1.mr-fix-xl-1 { max-width: calc(8.33333333% - 0.25rem); }
  .col-xl-1.ml-fix-xl-2 { max-width: calc(8.33333333% - 0.5rem); }
  .col-xl-1.mr-fix-xl-2 { max-width: calc(8.33333333% - 0.5rem); }
  .col-xl-1.ml-fix-xl-3 { max-width: calc(8.33333333% - 1rem); }
  .col-xl-1.mr-fix-xl-3 { max-width: calc(8.33333333% - 1rem); }
  .col-xl-1.ml-fix-xl-4 { max-width: calc(8.33333333% - 1.5rem); }
  .col-xl-1.mr-fix-xl-4 { max-width: calc(8.33333333% - 1.5rem); }
  .col-xl-1.ml-fix-xl-5 { max-width: calc(8.33333333% - 3rem); }
  .col-xl-1.mr-fix-xl-5 { max-width: calc(8.33333333% - 3rem); }

  .col-xl-2.ml-fix-xl-0 { max-width: 16.66666667%; }
  .col-xl-2.mr-fix-xl-0 { max-width: 16.66666667%; }
  .col-xl-2.ml-fix-xl-1 { max-width: calc(16.66666667% - 0.25rem); }
  .col-xl-2.mr-fix-xl-1 { max-width: calc(16.66666667% - 0.25rem); }
  .col-xl-2.ml-fix-xl-2 { max-width: calc(16.66666667% - 0.5rem); }
  .col-xl-2.mr-fix-xl-2 { max-width: calc(16.66666667% - 0.5rem); }
  .col-xl-2.ml-fix-xl-3 { max-width: calc(16.66666667% - 1rem); }
  .col-xl-2.mr-fix-xl-3 { max-width: calc(16.66666667% - 1rem); }
  .col-xl-2.ml-fix-xl-4 { max-width: calc(16.66666667% - 1.5rem); }
  .col-xl-2.mr-fix-xl-4 { max-width: calc(16.66666667% - 1.5rem); }
  .col-xl-2.ml-fix-xl-5 { max-width: calc(16.66666667% - 3rem); }
  .col-xl-2.mr-fix-xl-5 { max-width: calc(16.66666667% - 3rem); }

  .col-xl-3.ml-fix-xl-0 { max-width: 25%; }
  .col-xl-3.mr-fix-xl-0 { max-width: 25%; }
  .col-xl-3.ml-fix-xl-1 { max-width: calc(25% - 0.25rem); }
  .col-xl-3.mr-fix-xl-1 { max-width: calc(25% - 0.25rem); }
  .col-xl-3.ml-fix-xl-2 { max-width: calc(25% - 0.5rem); }
  .col-xl-3.mr-fix-xl-2 { max-width: calc(25% - 0.5rem); }
  .col-xl-3.ml-fix-xl-3 { max-width: calc(25% - 1rem); }
  .col-xl-3.mr-fix-xl-3 { max-width: calc(25% - 1rem); }
  .col-xl-3.ml-fix-xl-4 { max-width: calc(25% - 1.5rem); }
  .col-xl-3.mr-fix-xl-4 { max-width: calc(25% - 1.5rem); }
  .col-xl-3.ml-fix-xl-5 { max-width: calc(25% - 3rem); }
  .col-xl-3.mr-fix-xl-5 { max-width: calc(25% - 3rem); }

  .col-xl-4.ml-fix-xl-0 { max-width: 33.33333333%; }
  .col-xl-4.mr-fix-xl-0 { max-width: 33.33333333%; }
  .col-xl-4.ml-fix-xl-1 { max-width: calc(33.33333333% - 0.25rem); }
  .col-xl-4.mr-fix-xl-1 { max-width: calc(33.33333333% - 0.25rem); }
  .col-xl-4.ml-fix-xl-2 { max-width: calc(33.33333333% - 0.5rem); }
  .col-xl-4.mr-fix-xl-2 { max-width: calc(33.33333333% - 0.5rem); }
  .col-xl-4.ml-fix-xl-3 { max-width: calc(33.33333333% - 1rem); }
  .col-xl-4.mr-fix-xl-3 { max-width: calc(33.33333333% - 1rem); }
  .col-xl-4.ml-fix-xl-4 { max-width: calc(33.33333333% - 1.5rem); }
  .col-xl-4.mr-fix-xl-4 { max-width: calc(33.33333333% - 1.5rem); }
  .col-xl-4.ml-fix-xl-5 { max-width: calc(33.33333333% - 3rem); }
  .col-xl-4.mr-fix-xl-5 { max-width: calc(33.33333333% - 3rem); }

  .col-xl-5.ml-fix-xl-0 { max-width: 41.66666667%; }
  .col-xl-5.mr-fix-xl-0 { max-width: 41.66666667%; }
  .col-xl-5.ml-fix-xl-1 { max-width: calc(41.66666667% - 0.25rem); }
  .col-xl-5.mr-fix-xl-1 { max-width: calc(41.66666667% - 0.25rem); }
  .col-xl-5.ml-fix-xl-2 { max-width: calc(41.66666667% - 0.5rem); }
  .col-xl-5.mr-fix-xl-2 { max-width: calc(41.66666667% - 0.5rem); }
  .col-xl-5.ml-fix-xl-3 { max-width: calc(41.66666667% - 1rem); }
  .col-xl-5.mr-fix-xl-3 { max-width: calc(41.66666667% - 1rem); }
  .col-xl-5.ml-fix-xl-4 { max-width: calc(41.66666667% - 1.5rem); }
  .col-xl-5.mr-fix-xl-4 { max-width: calc(41.66666667% - 1.5rem); }
  .col-xl-5.ml-fix-xl-5 { max-width: calc(41.66666667% - 3rem); }
  .col-xl-5.mr-fix-xl-5 { max-width: calc(41.66666667% - 3rem); }

  .col-xl-6.ml-fix-xl-0 { max-width: 50%; }
  .col-xl-6.mr-fix-xl-0 { max-width: 50%; }
  .col-xl-6.ml-fix-xl-1 { max-width: calc(50% - 0.25rem); }
  .col-xl-6.mr-fix-xl-1 { max-width: calc(50% - 0.25rem); }
  .col-xl-6.ml-fix-xl-2 { max-width: calc(50% - 0.5rem); }
  .col-xl-6.mr-fix-xl-2 { max-width: calc(50% - 0.5rem); }
  .col-xl-6.ml-fix-xl-3 { max-width: calc(50% - 1rem); }
  .col-xl-6.mr-fix-xl-3 { max-width: calc(50% - 1rem); }
  .col-xl-6.ml-fix-xl-4 { max-width: calc(50% - 1.5rem); }
  .col-xl-6.mr-fix-xl-4 { max-width: calc(50% - 1.5rem); }
  .col-xl-6.ml-fix-xl-5 { max-width: calc(50% - 3rem); }
  .col-xl-6.mr-fix-xl-5 { max-width: calc(50% - 3rem); }

  .col-xl-7.ml-fix-xl-0 { max-width: 58.33333333%; }
  .col-xl-7.mr-fix-xl-0 { max-width: 58.33333333%; }
  .col-xl-7.ml-fix-xl-1 { max-width: calc(58.33333333% - 0.25rem); }
  .col-xl-7.mr-fix-xl-1 { max-width: calc(58.33333333% - 0.25rem); }
  .col-xl-7.ml-fix-xl-2 { max-width: calc(58.33333333% - 0.5rem); }
  .col-xl-7.mr-fix-xl-2 { max-width: calc(58.33333333% - 0.5rem); }
  .col-xl-7.ml-fix-xl-3 { max-width: calc(58.33333333% - 1rem); }
  .col-xl-7.mr-fix-xl-3 { max-width: calc(58.33333333% - 1rem); }
  .col-xl-7.ml-fix-xl-4 { max-width: calc(58.33333333% - 1.5rem); }
  .col-xl-7.mr-fix-xl-4 { max-width: calc(58.33333333% - 1.5rem); }
  .col-xl-7.ml-fix-xl-5 { max-width: calc(58.33333333% - 3rem); }
  .col-xl-7.mr-fix-xl-5 { max-width: calc(58.33333333% - 3rem); }

  .col-xl-8.ml-fix-xl-0 { max-width: 66.66666667%; }
  .col-xl-8.mr-fix-xl-0 { max-width: 66.66666667%; }
  .col-xl-8.ml-fix-xl-1 { max-width: calc(66.66666667% - 0.25rem); }
  .col-xl-8.mr-fix-xl-1 { max-width: calc(66.66666667% - 0.25rem); }
  .col-xl-8.ml-fix-xl-2 { max-width: calc(66.66666667% - 0.5rem); }
  .col-xl-8.mr-fix-xl-2 { max-width: calc(66.66666667% - 0.5rem); }
  .col-xl-8.ml-fix-xl-3 { max-width: calc(66.66666667% - 1rem); }
  .col-xl-8.mr-fix-xl-3 { max-width: calc(66.66666667% - 1rem); }
  .col-xl-8.ml-fix-xl-4 { max-width: calc(66.66666667% - 1.5rem); }
  .col-xl-8.mr-fix-xl-4 { max-width: calc(66.66666667% - 1.5rem); }
  .col-xl-8.ml-fix-xl-5 { max-width: calc(66.66666667% - 3rem); }
  .col-xl-8.mr-fix-xl-5 { max-width: calc(66.66666667% - 3rem); }

  .col-xl-9.ml-fix-xl-0 { max-width: 75%; }
  .col-xl-9.mr-fix-xl-0 { max-width: 75%; }
  .col-xl-9.ml-fix-xl-1 { max-width: calc(75% - 0.25rem); }
  .col-xl-9.mr-fix-xl-1 { max-width: calc(75% - 0.25rem); }
  .col-xl-9.ml-fix-xl-2 { max-width: calc(75% - 0.5rem); }
  .col-xl-9.mr-fix-xl-2 { max-width: calc(75% - 0.5rem); }
  .col-xl-9.ml-fix-xl-3 { max-width: calc(75% - 1rem); }
  .col-xl-9.mr-fix-xl-3 { max-width: calc(75% - 1rem); }
  .col-xl-9.ml-fix-xl-4 { max-width: calc(75% - 1.5rem); }
  .col-xl-9.mr-fix-xl-4 { max-width: calc(75% - 1.5rem); }
  .col-xl-9.ml-fix-xl-5 { max-width: calc(75% - 3rem); }
  .col-xl-9.mr-fix-xl-5 { max-width: calc(75% - 3rem); }

  .col-xl-10.ml-fix-xl-0 { max-width: 83.33333333%; }
  .col-xl-10.mr-fix-xl-0 { max-width: 83.33333333%; }
  .col-xl-10.ml-fix-xl-1 { max-width: calc(83.33333333% - 0.25rem); }
  .col-xl-10.mr-fix-xl-1 { max-width: calc(83.33333333% - 0.25rem); }
  .col-xl-10.ml-fix-xl-2 { max-width: calc(83.33333333% - 0.5rem); }
  .col-xl-10.mr-fix-xl-2 { max-width: calc(83.33333333% - 0.5rem); }
  .col-xl-10.ml-fix-xl-3 { max-width: calc(83.33333333% - 1rem); }
  .col-xl-10.mr-fix-xl-3 { max-width: calc(83.33333333% - 1rem); }
  .col-xl-10.ml-fix-xl-4 { max-width: calc(83.33333333% - 1.5rem); }
  .col-xl-10.mr-fix-xl-4 { max-width: calc(83.33333333% - 1.5rem); }
  .col-xl-10.ml-fix-xl-5 { max-width: calc(83.33333333% - 3rem); }
  .col-xl-10.mr-fix-xl-5 { max-width: calc(83.33333333% - 3rem); }

  .col-xl-11.ml-fix-xl-0 { max-width: 91.66666667%; }
  .col-xl-11.mr-fix-xl-0 { max-width: 91.66666667%; }
  .col-xl-11.ml-fix-xl-1 { max-width: calc(91.66666667% - 0.25rem); }
  .col-xl-11.mr-fix-xl-1 { max-width: calc(91.66666667% - 0.25rem); }
  .col-xl-11.ml-fix-xl-2 { max-width: calc(91.66666667% - 0.5rem); }
  .col-xl-11.mr-fix-xl-2 { max-width: calc(91.66666667% - 0.5rem); }
  .col-xl-11.ml-fix-xl-3 { max-width: calc(91.66666667% - 1rem); }
  .col-xl-11.mr-fix-xl-3 { max-width: calc(91.66666667% - 1rem); }
  .col-xl-11.ml-fix-xl-4 { max-width: calc(91.66666667% - 1.5rem); }
  .col-xl-11.mr-fix-xl-4 { max-width: calc(91.66666667% - 1.5rem); }
  .col-xl-11.ml-fix-xl-5 { max-width: calc(91.66666667% - 3rem); }
  .col-xl-11.mr-fix-xl-5 { max-width: calc(91.66666667% - 3rem); }

  .col-xl-12.ml-fix-xl-0 { max-width: 100%; }
  .col-xl-12.mr-fix-xl-0 { max-width: 100%; }
  .col-xl-12.ml-fix-xl-1 { max-width: calc(100% - 0.25rem); }
  .col-xl-12.mr-fix-xl-1 { max-width: calc(100% - 0.25rem); }
  .col-xl-12.ml-fix-xl-2 { max-width: calc(100% - 0.5rem); }
  .col-xl-12.mr-fix-xl-2 { max-width: calc(100% - 0.5rem); }
  .col-xl-12.ml-fix-xl-3 { max-width: calc(100% - 1rem); }
  .col-xl-12.mr-fix-xl-3 { max-width: calc(100% - 1rem); }
  .col-xl-12.ml-fix-xl-4 { max-width: calc(100% - 1.5rem); }
  .col-xl-12.mr-fix-xl-4 { max-width: calc(100% - 1.5rem); }
  .col-xl-12.ml-fix-xl-5 { max-width: calc(100% - 3rem); }
  .col-xl-12.mr-fix-xl-5 { max-width: calc(100% - 3rem); }
}

/*
 * ÇOK ÇOK BÜYÜK CİHAZLAR (≥ 1400px)
 */
@media (min-width: 1400px) {
  .m-fix-xxl-0 { margin: 0 !important; } .m-fix-xxl-1 { margin: 0.25rem !important; } .m-fix-xxl-2 { margin: 0.5rem !important; } .m-fix-xxl-3 { margin: 1rem !important; } .m-fix-xxl-4 { margin: 1.5rem !important; } .m-fix-xxl-5 { margin: 3rem !important; }
  .ml-fix-xxl-0 { margin-left: 0 !important; } .ml-fix-xxl-1 { margin-left: 0.25rem !important; } .ml-fix-xxl-2 { margin-left: 0.5rem !important; } .ml-fix-xxl-3 { margin-left: 1rem !important; } .ml-fix-xxl-4 { margin-left: 1.5rem !important; } .ml-fix-xxl-5 { margin-left: 3rem !important; }
  .mr-fix-xxl-0 { margin-right: 0 !important; } .mr-fix-xxl-1 { margin-right: 0.25rem !important; } .mr-fix-xxl-2 { margin-right: 0.5rem !important; } .mr-fix-xxl-3 { margin-right: 1rem !important; } .mr-fix-xxl-4 { margin-right: 1.5rem !important; } .mr-fix-xxl-5 { margin-right: 3rem !important; }
  .mt-fix-xxl-0 { margin-top: 0 !important; } .mt-fix-xxl-1 { margin-top: 0.25rem !important; } .mt-fix-xxl-2 { margin-top: 0.5rem !important; } .mt-fix-xxl-3 { margin-top: 1rem !important; } .mt-fix-xxl-4 { margin-top: 1.5rem !important; } .mt-fix-xxl-5 { margin-top: 3rem !important; }
  .mb-fix-xxl-0 { margin-bottom: 0 !important; } .mb-fix-xxl-1 { margin-bottom: 0.25rem !important; } .mb-fix-xxl-2 { margin-bottom: 0.5rem !important; } .mb-fix-xxl-3 { margin-bottom: 1rem !important; } .mb-fix-xxl-4 { margin-bottom: 1.5rem !important; } .mb-fix-xxl-5 { margin-bottom: 3rem !important; }
  .mx-fix-xxl-0 { margin-left: 0 !important; margin-right: 0 !important; } .mx-fix-xxl-1 { margin-left: 0.25rem !important; margin-right: 0.25rem !important; } .mx-fix-xxl-2 { margin-left: 0.5rem !important; margin-right: 0.5rem !important; } .mx-fix-xxl-3 { margin-left: 1rem !important; margin-right: 1rem !important; } .mx-fix-xxl-4 { margin-left: 1.5rem !important; margin-right: 1.5rem !important; } .mx-fix-xxl-5 { margin-left: 3rem !important; margin-right: 3rem !important; }
  .my-fix-xxl-0 { margin-top: 0 !important; margin-bottom: 0 !important; } .my-fix-xxl-1 { margin-top: 0.25rem !important; margin-bottom: 0.25rem !important; } .my-fix-xxl-2 { margin-top: 0.5rem !important; margin-bottom: 0.5rem !important; } .my-fix-xxl-3 { margin-top: 1rem !important; margin-bottom: 1rem !important; } .my-fix-xxl-4 { margin-top: 1.5rem !important; margin-bottom: 1.5rem !important; } .my-fix-xxl-5 { margin-top: 3rem !important; margin-bottom: 3rem !important; }

  /* col-xxl-X.m-fix-xxl-Y Kombinasyonları */
  .col-xxl-1.m-fix-xxl-0, .col-xxl-1.mx-fix-xxl-0 { max-width: 8.33333333%; }
  .col-xxl-1.m-fix-xxl-1, .col-xxl-1.mx-fix-xxl-1 { max-width: calc(8.33333333% - 0.5rem); }
  .col-xxl-1.m-fix-xxl-2, .col-xxl-1.mx-fix-xxl-2 { max-width: calc(8.33333333% - 1rem); }
  .col-xxl-1.m-fix-xxl-3, .col-xxl-1.mx-fix-xxl-3 { max-width: calc(8.33333333% - 2rem); }
  .col-xxl-1.m-fix-xxl-4, .col-xxl-1.mx-fix-xxl-4 { max-width: calc(8.33333333% - 3rem); }
  .col-xxl-1.m-fix-xxl-5, .col-xxl-1.mx-fix-xxl-5 { max-width: calc(8.33333333% - 6rem); }

  .col-xxl-2.m-fix-xxl-0, .col-xxl-2.mx-fix-xxl-0 { max-width: 16.66666667%; }
  .col-xxl-2.m-fix-xxl-1, .col-xxl-2.mx-fix-xxl-1 { max-width: calc(16.66666667% - 0.5rem); }
  .col-xxl-2.m-fix-xxl-2, .col-xxl-2.mx-fix-xxl-2 { max-width: calc(16.66666667% - 1rem); }
  .col-xxl-2.m-fix-xxl-3, .col-xxl-2.mx-fix-xxl-3 { max-width: calc(16.66666667% - 2rem); }
  .col-xxl-2.m-fix-xxl-4, .col-xxl-2.mx-fix-xxl-4 { max-width: calc(16.66666667% - 3rem); }
  .col-xxl-2.m-fix-xxl-5, .col-xxl-2.mx-fix-xxl-5 { max-width: calc(16.66666667% - 6rem); }

  .col-xxl-3.m-fix-xxl-0, .col-xxl-3.mx-fix-xxl-0 { max-width: 25%; }
  .col-xxl-3.m-fix-xxl-1, .col-xxl-3.mx-fix-xxl-1 { max-width: calc(25% - 0.5rem); }
  .col-xxl-3.m-fix-xxl-2, .col-xxl-3.mx-fix-xxl-2 { max-width: calc(25% - 1rem); }
  .col-xxl-3.m-fix-xxl-3, .col-xxl-3.mx-fix-xxl-3 { max-width: calc(25% - 2rem); }
  .col-xxl-3.m-fix-xxl-4, .col-xxl-3.mx-fix-xxl-4 { max-width: calc(25% - 3rem); }
  .col-xxl-3.m-fix-xxl-5, .col-xxl-3.mx-fix-xxl-5 { max-width: calc(25% - 6rem); }

  .col-xxl-4.m-fix-xxl-0, .col-xxl-4.mx-fix-xxl-0 { max-width: 33.33333333%; }
  .col-xxl-4.m-fix-xxl-1, .col-xxl-4.mx-fix-xxl-1 { max-width: calc(33.33333333% - 0.5rem); }
  .col-xxl-4.m-fix-xxl-2, .col-xxl-4.mx-fix-xxl-2 { max-width: calc(33.33333333% - 1rem); }
  .col-xxl-4.m-fix-xxl-3, .col-xxl-4.mx-fix-xxl-3 { max-width: calc(33.33333333% - 2rem); }
  .col-xxl-4.m-fix-xxl-4, .col-xxl-4.mx-fix-xxl-4 { max-width: calc(33.33333333% - 3rem); }
  .col-xxl-4.m-fix-xxl-5, .col-xxl-4.mx-fix-xxl-5 { max-width: calc(33.33333333% - 6rem); }

  .col-xxl-5.m-fix-xxl-0, .col-xxl-5.mx-fix-xxl-0 { max-width: 41.66666667%; }
  .col-xxl-5.m-fix-xxl-1, .col-xxl-5.mx-fix-xxl-1 { max-width: calc(41.66666667% - 0.5rem); }
  .col-xxl-5.m-fix-xxl-2, .col-xxl-5.mx-fix-xxl-2 { max-width: calc(41.66666667% - 1rem); }
  .col-xxl-5.m-fix-xxl-3, .col-xxl-5.mx-fix-xxl-3 { max-width: calc(41.66666667% - 2rem); }
  .col-xxl-5.m-fix-xxl-4, .col-xxl-5.mx-fix-xxl-4 { max-width: calc(41.66666667% - 3rem); }
  .col-xxl-5.m-fix-xxl-5, .col-xxl-5.mx-fix-xxl-5 { max-width: calc(41.66666667% - 6rem); }

  .col-xxl-6.m-fix-xxl-0, .col-xxl-6.mx-fix-xxl-0 { max-width: 50%; }
  .col-xxl-6.m-fix-xxl-1, .col-xxl-6.mx-fix-xxl-1 { max-width: calc(50% - 0.5rem); }
  .col-xxl-6.m-fix-xxl-2, .col-xxl-6.mx-fix-xxl-2 { max-width: calc(50% - 1rem); }
  .col-xxl-6.m-fix-xxl-3, .col-xxl-6.mx-fix-xxl-3 { max-width: calc(50% - 2rem); }
  .col-xxl-6.m-fix-xxl-4, .col-xxl-6.mx-fix-xxl-4 { max-width: calc(50% - 3rem); }
  .col-xxl-6.m-fix-xxl-5, .col-xxl-6.mx-fix-xxl-5 { max-width: calc(50% - 6rem); }

  .col-xxl-7.m-fix-xxl-0, .col-xxl-7.mx-fix-xxl-0 { max-width: 58.33333333%; }
  .col-xxl-7.m-fix-xxl-1, .col-xxl-7.mx-fix-xxl-1 { max-width: calc(58.33333333% - 0.5rem); }
  .col-xxl-7.m-fix-xxl-2, .col-xxl-7.mx-fix-xxl-2 { max-width: calc(58.33333333% - 1rem); }
  .col-xxl-7.m-fix-xxl-3, .col-xxl-7.mx-fix-xxl-3 { max-width: calc(58.33333333% - 2rem); }
  .col-xxl-7.m-fix-xxl-4, .col-xxl-7.mx-fix-xxl-4 { max-width: calc(58.33333333% - 3rem); }
  .col-xxl-7.m-fix-xxl-5, .col-xxl-7.mx-fix-xxl-5 { max-width: calc(58.33333333% - 6rem); }

  .col-xxl-8.m-fix-xxl-0, .col-xxl-8.mx-fix-xxl-0 { max-width: 66.66666667%; }
  .col-xxl-8.m-fix-xxl-1, .col-xxl-8.mx-fix-xxl-1 { max-width: calc(66.66666667% - 0.5rem); }
  .col-xxl-8.m-fix-xxl-2, .col-xxl-8.mx-fix-xxl-2 { max-width: calc(66.66666667% - 1rem); }
  .col-xxl-8.m-fix-xxl-3, .col-xxl-8.mx-fix-xxl-3 { max-width: calc(66.66666667% - 2rem); }
  .col-xxl-8.m-fix-xxl-4, .col-xxl-8.mx-fix-xxl-4 { max-width: calc(66.66666667% - 3rem); }
  .col-xxl-8.m-fix-xxl-5, .col-xxl-8.mx-fix-xxl-5 { max-width: calc(66.66666667% - 6rem); }

  .col-xxl-9.m-fix-xxl-0, .col-xxl-9.mx-fix-xxl-0 { max-width: 75%; }
  .col-xxl-9.m-fix-xxl-1, .col-xxl-9.mx-fix-xxl-1 { max-width: calc(75% - 0.5rem); }
  .col-xxl-9.m-fix-xxl-2, .col-xxl-9.mx-fix-xxl-2 { max-width: calc(75% - 1rem); }
  .col-xxl-9.m-fix-xxl-3, .col-xxl-9.mx-fix-xxl-3 { max-width: calc(75% - 2rem); }
  .col-xxl-9.m-fix-xxl-4, .col-xxl-9.mx-fix-xxl-4 { max-width: calc(75% - 3rem); }
  .col-xxl-9.m-fix-xxl-5, .col-xxl-9.mx-fix-xxl-5 { max-width: calc(75% - 6rem); }

  .col-xxl-10.m-fix-xxl-0, .col-xxl-10.mx-fix-xxl-0 { max-width: 83.33333333%; }
  .col-xxl-10.m-fix-xxl-1, .col-xxl-10.mx-fix-xxl-1 { max-width: calc(83.33333333% - 0.5rem); }
  .col-xxl-10.m-fix-xxl-2, .col-xxl-10.mx-fix-xxl-2 { max-width: calc(83.33333333% - 1rem); }
  .col-xxl-10.m-fix-xxl-3, .col-xxl-10.mx-fix-xxl-3 { max-width: calc(83.33333333% - 2rem); }
  .col-xxl-10.m-fix-xxl-4, .col-xxl-10.mx-fix-xxl-4 { max-width: calc(83.33333333% - 3rem); }
  .col-xxl-10.m-fix-xxl-5, .col-xxl-10.mx-fix-xxl-5 { max-width: calc(83.33333333% - 6rem); }

  .col-xxl-11.m-fix-xxl-0, .col-xxl-11.mx-fix-xxl-0 { max-width: 91.66666667%; }
  .col-xxl-11.m-fix-xxl-1, .col-xxl-11.mx-fix-xxl-1 { max-width: calc(91.66666667% - 0.5rem); }
  .col-xxl-11.m-fix-xxl-2, .col-xxl-11.mx-fix-xxl-2 { max-width: calc(91.66666667% - 1rem); }
  .col-xxl-11.m-fix-xxl-3, .col-xxl-11.mx-fix-xxl-3 { max-width: calc(91.66666667% - 2rem); }
  .col-xxl-11.m-fix-xxl-4, .col-xxl-11.mx-fix-xxl-4 { max-width: calc(91.66666667% - 3rem); }
  .col-xxl-11.m-fix-xxl-5, .col-xxl-11.mx-fix-xxl-5 { max-width: calc(91.66666667% - 6rem); }

  .col-xxl-12.m-fix-xxl-0, .col-xxl-12.mx-fix-xxl-0 { max-width: 100%; }
  .col-xxl-12.m-fix-xxl-1, .col-xxl-12.mx-fix-xxl-1 { max-width: calc(100% - 0.5rem); }
  .col-xxl-12.m-fix-xxl-2, .col-xxl-12.mx-fix-xxl-2 { max-width: calc(100% - 1rem); }
  .col-xxl-12.m-fix-xxl-3, .col-xxl-12.mx-fix-xxl-3 { max-width: calc(100% - 2rem); }
  .col-xxl-12.m-fix-xxl-4, .col-xxl-12.mx-fix-xxl-4 { max-width: calc(100% - 3rem); }
  .col-xxl-12.m-fix-xxl-5, .col-xxl-12.mx-fix-xxl-5 { max-width: calc(100% - 6rem); }

  /* col-xxl-X.ml-fix-xxl-Y ve col-xxl-X.mr-fix-xxl-Y Kombinasyonları */
  .col-xxl-1.ml-fix-xxl-0 { max-width: 8.33333333%; }
  .col-xxl-1.mr-fix-xxl-0 { max-width: 8.33333333%; }
  .col-xxl-1.ml-fix-xxl-1 { max-width: calc(8.33333333% - 0.25rem); }
  .col-xxl-1.mr-fix-xxl-1 { max-width: calc(8.33333333% - 0.25rem); }
  .col-xxl-1.ml-fix-xxl-2 { max-width: calc(8.33333333% - 0.5rem); }
  .col-xxl-1.mr-fix-xxl-2 { max-width: calc(8.33333333% - 0.5rem); }
  .col-xxl-1.ml-fix-xxl-3 { max-width: calc(8.33333333% - 1rem); }
  .col-xxl-1.mr-fix-xxl-3 { max-width: calc(8.33333333% - 1rem); }
  .col-xxl-1.ml-fix-xxl-4 { max-width: calc(8.33333333% - 1.5rem); }
  .col-xxl-1.mr-fix-xxl-4 { max-width: calc(8.33333333% - 1.5rem); }
  .col-xxl-1.ml-fix-xxl-5 { max-width: calc(8.33333333% - 3rem); }
  .col-xxl-1.mr-fix-xxl-5 { max-width: calc(8.33333333% - 3rem); }

  .col-xxl-2.ml-fix-xxl-0 { max-width: 16.66666667%; }
  .col-xxl-2.mr-fix-xxl-0 { max-width: 16.66666667%; }
  .col-xxl-2.ml-fix-xxl-1 { max-width: calc(16.66666667% - 0.25rem); }
  .col-xxl-2.mr-fix-xxl-1 { max-width: calc(16.66666667% - 0.25rem); }
  .col-xxl-2.ml-fix-xxl-2 { max-width: calc(16.66666667% - 0.5rem); }
  .col-xxl-2.mr-fix-xxl-2 { max-width: calc(16.66666667% - 0.5rem); }
  .col-xxl-2.ml-fix-xxl-3 { max-width: calc(16.66666667% - 1rem); }
  .col-xxl-2.mr-fix-xxl-3 { max-width: calc(16.66666667% - 1rem); }
  .col-xxl-2.ml-fix-xxl-4 { max-width: calc(16.66666667% - 1.5rem); }
  .col-xxl-2.mr-fix-xxl-4 { max-width: calc(16.66666667% - 1.5rem); }
  .col-xxl-2.ml-fix-xxl-5 { max-width: calc(16.66666667% - 3rem); }
  .col-xxl-2.mr-fix-xxl-5 { max-width: calc(16.66666667% - 3rem); }

  .col-xxl-3.ml-fix-xxl-0 { max-width: 25%; }
  .col-xxl-3.mr-fix-xxl-0 { max-width: 25%; }
  .col-xxl-3.ml-fix-xxl-1 { max-width: calc(25% - 0.25rem); }
  .col-xxl-3.mr-fix-xxl-1 { max-width: calc(25% - 0.25rem); }
  .col-xxl-3.ml-fix-xxl-2 { max-width: calc(25% - 0.5rem); }
  .col-xxl-3.mr-fix-xxl-2 { max-width: calc(25% - 0.5rem); }
  .col-xxl-3.ml-fix-xxl-3 { max-width: calc(25% - 1rem); }
  .col-xxl-3.mr-fix-xxl-3 { max-width: calc(25% - 1rem); }
  .col-xxl-3.ml-fix-xxl-4 { max-width: calc(25% - 1.5rem); }
  .col-xxl-3.mr-fix-xxl-4 { max-width: calc(25% - 1.5rem); }
  .col-xxl-3.ml-fix-xxl-5 { max-width: calc(25% - 3rem); }
  .col-xxl-3.mr-fix-xxl-5 { max-width: calc(25% - 3rem); }

  .col-xxl-4.ml-fix-xxl-0 { max-width: 33.33333333%; }
  .col-xxl-4.mr-fix-xxl-0 { max-width: 33.33333333%; }
  .col-xxl-4.ml-fix-xxl-1 { max-width: calc(33.33333333% - 0.25rem); }
  .col-xxl-4.mr-fix-xxl-1 { max-width: calc(33.33333333% - 0.25rem); }
  .col-xxl-4.ml-fix-xxl-2 { max-width: calc(33.33333333% - 0.5rem); }
  .col-xxl-4.mr-fix-xxl-2 { max-width: calc(33.33333333% - 0.5rem); }
  .col-xxl-4.ml-fix-xxl-3 { max-width: calc(33.33333333% - 1rem); }
  .col-xxl-4.mr-fix-xxl-3 { max-width: calc(33.33333333% - 1rem); }
  .col-xxl-4.ml-fix-xxl-4 { max-width: calc(33.33333333% - 1.5rem); }
  .col-xxl-4.mr-fix-xxl-4 { max-width: calc(33.33333333% - 1.5rem); }
  .col-xxl-4.ml-fix-xxl-5 { max-width: calc(33.33333333% - 3rem); }
  .col-xxl-4.mr-fix-xxl-5 { max-width: calc(33.33333333% - 3rem); }

  .col-xxl-5.ml-fix-xxl-0 { max-width: 41.66666667%; }
  .col-xxl-5.mr-fix-xxl-0 { max-width: 41.66666667%; }
  .col-xxl-5.ml-fix-xxl-1 { max-width: calc(41.66666667% - 0.25rem); }
  .col-xxl-5.mr-fix-xxl-1 { max-width: calc(41.66666667% - 0.25rem); }
  .col-xxl-5.ml-fix-xxl-2 { max-width: calc(41.66666667% - 0.5rem); }
  .col-xxl-5.mr-fix-xxl-2 { max-width: calc(41.66666667% - 0.5rem); }
  .col-xxl-5.ml-fix-xxl-3 { max-width: calc(41.66666667% - 1rem); }
  .col-xxl-5.mr-fix-xxl-3 { max-width: calc(41.66666667% - 1rem); }
  .col-xxl-5.ml-fix-xxl-4 { max-width: calc(41.66666667% - 1.5rem); }
  .col-xxl-5.mr-fix-xxl-4 { max-width: calc(41.66666667% - 1.5rem); }
  .col-xxl-5.ml-fix-xxl-5 { max-width: calc(41.66666667% - 3rem); }
  .col-xxl-5.mr-fix-xxl-5 { max-width: calc(41.66666667% - 3rem); }

  .col-xxl-6.ml-fix-xxl-0 { max-width: 50%; }
  .col-xxl-6.mr-fix-xxl-0 { max-width: 50%; }
  .col-xxl-6.ml-fix-xxl-1 { max-width: calc(50% - 0.25rem); }
  .col-xxl-6.mr-fix-xxl-1 { max-width: calc(50% - 0.25rem); }
  .col-xxl-6.ml-fix-xxl-2 { max-width: calc(50% - 0.5rem); }
  .col-xxl-6.mr-fix-xxl-2 { max-width: calc(50% - 0.5rem); }
  .col-xxl-6.ml-fix-xxl-3 { max-width: calc(50% - 1rem); }
  .col-xxl-6.mr-fix-xxl-3 { max-width: calc(50% - 1rem); }
  .col-xxl-6.ml-fix-xxl-4 { max-width: calc(50% - 1.5rem); }
  .col-xxl-6.mr-fix-xxl-4 { max-width: calc(50% - 1.5rem); }
  .col-xxl-6.ml-fix-xxl-5 { max-width: calc(50% - 3rem); }
  .col-xxl-6.mr-fix-xxl-5 { max-width: calc(50% - 3rem); }

  .col-xxl-7.ml-fix-xxl-0 { max-width: 58.33333333%; }
  .col-xxl-7.mr-fix-xxl-0 { max-width: 58.33333333%; }
  .col-xxl-7.ml-fix-xxl-1 { max-width: calc(58.33333333% - 0.25rem); }
  .col-xxl-7.mr-fix-xxl-1 { max-width: calc(58.33333333% - 0.25rem); }
  .col-xxl-7.ml-fix-xxl-2 { max-width: calc(58.33333333% - 0.5rem); }
  .col-xxl-7.mr-fix-xxl-2 { max-width: calc(58.33333333% - 0.5rem); }
  .col-xxl-7.ml-fix-xxl-3 { max-width: calc(58.33333333% - 1rem); }
  .col-xxl-7.mr-fix-xxl-3 { max-width: calc(58.33333333% - 1rem); }
  .col-xxl-7.ml-fix-xxl-4 { max-width: calc(58.33333333% - 1.5rem); }
  .col-xxl-7.mr-fix-xxl-4 { max-width: calc(58.33333333% - 1.5rem); }
  .col-xxl-7.ml-fix-xxl-5 { max-width: calc(58.33333333% - 3rem); }
  .col-xxl-7.mr-fix-xxl-5 { max-width: calc(58.33333333% - 3rem); }

  .col-xxl-8.ml-fix-xxl-0 { max-width: 66.66666667%; }
  .col-xxl-8.mr-fix-xxl-0 { max-width: 66.66666667%; }
  .col-xxl-8.ml-fix-xxl-1 { max-width: calc(66.66666667% - 0.25rem); }
  .col-xxl-8.mr-fix-xxl-1 { max-width: calc(66.66666667% - 0.25rem); }
  .col-xxl-8.ml-fix-xxl-2 { max-width: calc(66.66666667% - 0.5rem); }
  .col-xxl-8.mr-fix-xxl-2 { max-width: calc(66.66666667% - 0.5rem); }
  .col-xxl-8.ml-fix-xxl-3 { max-width: calc(66.66666667% - 1rem); }
  .col-xxl-8.mr-fix-xxl-3 { max-width: calc(66.66666667% - 1rem); }
  .col-xxl-8.ml-fix-xxl-4 { max-width: calc(66.66666667% - 1.5rem); }
  .col-xxl-8.mr-fix-xxl-4 { max-width: calc(66.66666667% - 1.5rem); }
  .col-xxl-8.ml-fix-xxl-5 { max-width: calc(66.66666667% - 3rem); }
  .col-xxl-8.mr-fix-xxl-5 { max-width: calc(66.66666667% - 3rem); }

  .col-xxl-9.ml-fix-xxl-0 { max-width: 75%; }
  .col-xxl-9.mr-fix-xxl-0 { max-width: 75%; }
  .col-xxl-9.ml-fix-xxl-1 { max-width: calc(75% - 0.25rem); }
  .col-xxl-9.mr-fix-xxl-1 { max-width: calc(75% - 0.25rem); }
  .col-xxl-9.ml-fix-xxl-2 { max-width: calc(75% - 0.5rem); }
  .col-xxl-9.mr-fix-xxl-2 { max-width: calc(75% - 0.5rem); }
  .col-xxl-9.ml-fix-xxl-3 { max-width: calc(75% - 1rem); }
  .col-xxl-9.mr-fix-xxl-3 { max-width: calc(75% - 1rem); }
  .col-xxl-9.ml-fix-xxl-4 { max-width: calc(75% - 1.5rem); }
  .col-xxl-9.mr-fix-xxl-4 { max-width: calc(75% - 1.5rem); }
  .col-xxl-9.ml-fix-xxl-5 { max-width: calc(75% - 3rem); }
  .col-xxl-9.mr-fix-xxl-5 { max-width: calc(75% - 3rem); }

  .col-xxl-10.ml-fix-xxl-0 { max-width: 83.33333333%; }
  .col-xxl-10.mr-fix-xxl-0 { max-width: 83.33333333%; }
  .col-xxl-10.ml-fix-xxl-1 { max-width: calc(83.33333333% - 0.25rem); }
  .col-xxl-10.mr-fix-xxl-1 { max-width: calc(83.33333333% - 0.25rem); }
  .col-xxl-10.ml-fix-xxl-2 { max-width: calc(83.33333333% - 0.5rem); }
  .col-xxl-10.mr-fix-xxl-2 { max-width: calc(83.33333333% - 0.5rem); }
  .col-xxl-10.ml-fix-xxl-3 { max-width: calc(83.33333333% - 1rem); }
  .col-xxl-10.mr-fix-xxl-3 { max-width: calc(83.33333333% - 1rem); }
  .col-xxl-10.ml-fix-xxl-4 { max-width: calc(83.33333333% - 1.5rem); }
  .col-xxl-10.mr-fix-xxl-4 { max-width: calc(83.33333333% - 1.5rem); }
  .col-xxl-10.ml-fix-xxl-5 { max-width: calc(83.33333333% - 3rem); }
  .col-xxl-10.mr-fix-xxl-5 { max-width: calc(83.33333333% - 3rem); }

  .col-xxl-11.ml-fix-xxl-0 { max-width: 91.66666667%; }
  .col-xxl-11.mr-fix-xxl-0 { max-width: 91.66666667%; }
  .col-xxl-11.ml-fix-xxl-1 { max-width: calc(91.66666667% - 0.25rem); }
  .col-xxl-11.mr-fix-xxl-1 { max-width: calc(91.66666667% - 0.25rem); }
  .col-xxl-11.ml-fix-xxl-2 { max-width: calc(91.66666667% - 0.5rem); }
  .col-xxl-11.mr-fix-xxl-2 { max-width: calc(91.66666667% - 0.5rem); }
  .col-xxl-11.ml-fix-xxl-3 { max-width: calc(91.66666667% - 1rem); }
  .col-xxl-11.mr-fix-xxl-3 { max-width: calc(91.66666667% - 1rem); }
  .col-xxl-11.ml-fix-xxl-4 { max-width: calc(91.66666667% - 1.5rem); }
  .col-xxl-11.mr-fix-xxl-4 { max-width: calc(91.66666667% - 1.5rem); }
  .col-xxl-11.ml-fix-xxl-5 { max-width: calc(91.66666667% - 3rem); }
  .col-xxl-11.mr-fix-xxl-5 { max-width: calc(91.66666667% - 3rem); }

  .col-xxl-12.ml-fix-xxl-0 { max-width: 100%; }
  .col-xxl-12.mr-fix-xxl-0 { max-width: 100%; }
  .col-xxl-12.ml-fix-xxl-1 { max-width: calc(100% - 0.25rem); }
  .col-xxl-12.mr-fix-xxl-1 { max-width: calc(100% - 0.25rem); }
  .col-xxl-12.ml-fix-xxl-2 { max-width: calc(100% - 0.5rem); }
  .col-xxl-12.mr-fix-xxl-2 { max-width: calc(100% - 0.5rem); }
  .col-xxl-12.ml-fix-xxl-3 { max-width: calc(100% - 1rem); }
  .col-xxl-12.mr-fix-xxl-3 { max-width: calc(100% - 1rem); }
  .col-xxl-12.ml-fix-xxl-4 { max-width: calc(100% - 1.5rem); }
  .col-xxl-12.mr-fix-xxl-4 { max-width: calc(100% - 1.5rem); }
  .col-xxl-12.ml-fix-xxl-5 { max-width: calc(100% - 3rem); }
  .col-xxl-12.mr-fix-xxl-5 { max-width: calc(100% - 3rem); }
}
/*# sourceMappingURL=admin.styles2.css.map */