.promobox-default-wrapper .promobox-image-text-img,
.promobox-default-wrapper .promobox-partner-img,
.promobox-default-wrapper .promobox-three-cols-img {
  display: inline-block;
}

.promobox-default-wrapper .promobox-image-text-img,
.promobox-default-wrapper .promobox-three-cols-img {
  max-width: 100px;
  height: auto;
}

.promobox-default-wrapper .promobox-partner-img {
  max-width: 80px;
  height: auto;
}

.promobox-default-wrapper .promobox-partner-img.promobox-three-cols-partner-img {
  margin: 3px;
}

.promobox-default-wrapper .promobox-hr-separator {
  margin: 0 0 10px;
}

.promobox-default-wrapper .promobox-br-separator {
  margin: 0 0 5px;
}

.promobox-default-wrapper .promobox-sponsored-label {
  width: 150px;
  font-size: 80%;
  background-color: #00488b;
  text-align: center;
  border: 1px solid #12305a;
  color: #fff;
  padding-top: 2px;
  padding-bottom: 2px;
  border-bottom-width: 0;
}

.promobox-default-wrapper .border-thickened {
  border-width: 2px;
}

.promobox-default-wrapper .promobox-display .margin-default {
  margin-top: 10px;
}

.promobox-default-wrapper .promobox-display .display-logo {
  width: 225px;
}

.promobox-default-wrapper .promobox-display .display-routes-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.promobox-default-wrapper .promobox-display .display-routes-info .display-info-separator {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.promobox-default-wrapper .promobox-display .display-iata {
  font-size: 18px;
  font-weight: bolder;
}

.promobox-default-wrapper .promobox-display .display-price {
  font-size: 18px;
  font-weight: 700;
}

.promobox-default-wrapper .promobox-display .display-claim {
  font-size: 12px;
}

.promobox-default-wrapper .promobox-display .display-button-cta {
  border-width: 1px;
  border-style: solid;
  padding: 6px 15px;
}

.promobox-default-wrapper .promobox-display .display-sponsored-label {
  font-size: 11px;
}

.breadcrumb {
  border-radius: 0;
  height: 36px;
  padding: 8px 0;
}

.breadcrumb>li+li:before {
  content: none;
}

@media (min-width:992px) {
  .breadcrumb {
    height: auto;
    min-height: 36px;
  }
}

.breadcrumb-divider {
  color: #a0a0a0;
  padding: 0 4px;
}

@media (max-width:991px) {
  .promobox-default-wrapper .promobox-image-text-img,
  .promobox-default-wrapper .promobox-three-cols-img {
    max-width: 80px;
  }

  .breadcrumb {
    overflow: auto;
    white-space: nowrap;
  }

  .promo-carousel .responsive-slider-container .col-lg-3,
  .promo-carousel .responsive-slider-container .col-md-4,
  .promo-carousel .responsive-slider-container .col-xs-6 {
    float: none;
    display: inline-block;
  }
}

@media (max-width:575px) {
  .promo-carousel .promo-carousel-slide {
    width: 90%;
  }
}

@media (max-width:767px) and (min-width:576px) {
  .promo-carousel .promo-carousel-slide {
    width: 46%;
  }
}

@media (max-width:991px) and (min-width:768px) {
  .promo-carousel .promo-carousel-slide {
    width: 47%;
  }
}

.promo-card-thumb {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  background: #000;
  position: relative;
}

.promo-card-thumb .promo-card-img-bg,
.promo-card-thumb img {
  width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: all .2s ease-out;
  opacity: 1;
  border-radius: inherit;
}

.promo-card:hover .promo-card-thumb .promo-card-img-bg,
.promo-card:hover .promo-card-thumb img {
  opacity: .9;
}

.promo-card-thumb .img-placeholder {
  fill: transparent;
  display: block;
  width: 100%;
}

.promo-card-thumb .img-placeholder+img {
  position: absolute;
  top: 0;
}

.promo-card-thumb .promo-card-img-bg {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.promo-card-text {
  padding: 16px;
  font-size: 16px;
}

.promo-card-text .title {
  font-weight: 700;
}

.promo-card-text .title-truncated {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.promo-card-text .price {
  text-align: right;
  font-weight: 700;
  color: #80be13;
  display: block;
}

.promo-card-text .price.price-floating {
  float: right;
}

.promo-card-text .price .starting-price {
  color: #a0a0a0;
  font-size: 12px;
  font-weight: 400;
}

.promo-card-text .info {
  display: block;
  font-size: 12px;
  color: #a0a0a0;
  margin-top: 4px;
}

.promo-card-text .info.trip-info {
  height: 17px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.promo-card-text .info-secondary {
  font-size: 11px;
}

.compact-card {
  margin-bottom: 10px;
}

.seo-box,
.seo-box h1,
.seo-box h2,
.seo-box h3,
.seo-box h4 {
  margin-bottom: 20px;
}

.compact-card-content {
  padding: 10px;
  height: 60px;
}

.compact-card-itinerary,
.compact-card-location {
  padding-right: 8px;
}

.compact-card-itinerary .title,
.compact-card-location .title {
  font-weight: 700;
}

.compact-card-itinerary .title .one-way {
  font-weight: 400;
}

.compact-card-date {
  display: block;
  font-size: 12px;
  color: #a0a0a0;
  margin-top: 4px;
}

.compact-card-price {
  float: right;
  text-align: right;
  font-size: 16px;
  font-weight: 700;
  color: #80be13;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@keyframes rotating {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes rotating {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.loading-spinner-image {
  position: fixed;
  left: 50%;
  top: 50%;
  width: 100px;
  height: 100px;
  margin-left: -50px;
  margin-top: -50px;
  color: #0063be;
  -webkit-animation: rotating 1.5s linear infinite;
  animation: rotating 1.5s linear infinite;
}

.product-category-card {
  position: relative;
  overflow: hidden;
  border-radius: 0;
  border: 0;
}

.product-category-image {
  width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: all .4s ease-out;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.product-category-card:hover .product-category-image {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}

@media (max-width:575px) {
  .product-category-card {
    height: 180px;
  }

  .product-category-image {
    position: absolute;
    bottom: -80px;
  }
}

@media screen and (max-width:399px) {
  .product-category-image {
    bottom: -40px;
  }
}

.product-category-caption {
  transition: all .2s ease-out;
  position: absolute;
  width: 100%;
  padding: 16px;
  min-height: 70px;
  height: 22%;
  bottom: 0;
  background: 0 0;
  background: linear-gradient(to bottom,transparent 0,#000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
}

.theme-offer-col,
.theme-offers-main-col,
.theme-offers-side-col {
  min-height: 1px;
  padding-left: 8px;
  padding-right: 8px;
}

.product-category-caption .title {
  position: absolute;
  bottom: 16px;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
}

.product-category-caption .card-cta {
  position: absolute;
  right: 16px;
  bottom: 16px;
}

@media (max-width:767px) and (min-width:576px) {
  .product-category-caption .card-cta {
    display: none;
  }
}

.product-category-card:hover .product-category-caption {
  height: 100%;
}

.seo-box {
  line-height: 1.571428571;
  color: #666;
}

.seo-box b,
.seo-box h1,
.seo-box h2,
.seo-box h3,
.seo-box h4,
.seo-box h5,
.seo-box h6,
.seo-box strong {
  font-weight: 700;
}

.seo-box h1 {
  color: #333;
}

.seo-box h1,
.seo-box h2 {
  font-size: 32px;
}

.themes-page-heading {
  text-align: center;
  margin-bottom: 20px;
}

@media (min-width:992px) {
  .product-category-caption .title {
    font-size: 32px;
  }

  .themes-page-heading {
    margin-bottom: 40px;
  }
}

.themes-page-heading .page-primary-heading {
  display: inline-block;
}

.themes-page-heading .hand-drawn-heart {
  fill: currentColor;
  opacity: .4;
  margin-left: 8px;
  position: relative;
  top: 7px;
  transition: all .2s ease-in-out;
}

@media (max-width:767px) {
  .seo-box h1,
  .seo-box h2 {
    font-size: 22px;
  }

  .seo-box h3 {
    font-size: 20px;
  }

  .themes-page-heading .hand-drawn-heart {
    width: 20px;
    top: 2px;
  }

  .theme-offers-side-col {
    display: none;
  }
}

.theme-container {
  margin-bottom: 40px;
}

.theme-offers-main-col {
  position: relative;
}

@media (min-width:768px) {
  .seo-box.seo-box-top h1,
  .seo-box.seo-box-top h2 {
    margin-top: 30px;
  }

  .themes-page-heading .page-subheading {
    margin-top: -10px;
    font-size: 20px;
  }

  .theme-offers-main-col {
    float: left;
    width: 56.66666667%;
  }
}

@media (min-width:992px) {
  .theme-offers-main-col {
    float: left;
    width: 66.66666667%;
  }
}

@media (min-width:1200px) {
  .theme-offers-main-col {
    float: left;
    width: 72.5%;
  }
}

.theme-offers-side-col {
  position: relative;
}

@media (min-width:768px) {
  .theme-offers-side-col {
    float: left;
    width: 43.33333333%;
  }
}

@media (min-width:992px) {
  .theme-offers-side-col {
    float: left;
    width: 33.33333333%;
  }
}

@media (min-width:1200px) {
  .theme-offers-side-col {
    float: left;
    width: 27.5%;
  }
}

.theme-offer-col {
  position: relative;
}

@media (min-width:576px) {
  .theme-offer-col {
    float: left;
    width: 50%;
  }
}

@media (min-width:768px) {
  .theme-offer-col {
    float: left;
    width: 100%;
  }
}

@media (min-width:992px) {
  .theme-offer-col {
    float: left;
    width: 50%;
  }
}

@media (min-width:1200px) {
  .theme-offer-col {
    float: left;
    width: 33.33333333%;
  }
}

.theme-tile,
.theme-tile-image {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.theme-offers .page-error-message {
  margin-top: 40px;
}

.theme-tile {
  border-radius: 4px;
  margin-bottom: 15px;
  transition: all .2s ease-out;
  box-shadow: none;
}

.theme-tile:hover {
  cursor: pointer;
  box-shadow: 0 2px 12px 1px rgba(0,0,0,.2);
}

.theme-tile-1 {
  height: 340px;
}

@media (min-width:576px) and (max-width:991px) {
  .theme-tile-1 {
    height: 280px;
  }
}

@media (max-width:575px) {
  .theme-tile-1 {
    height: 230px;
  }
}

.theme-tile-2 {
  height: 380px;
}

@media (min-width:576px) and (max-width:991px) {
  .theme-tile-2 {
    height: 200px;
  }
}

@media (max-width:575px) {
  .theme-tile-2 {
    height: 170px;
  }
}

.theme-tile-3 {
  height: 300px;
}

@media (min-width:576px) and (max-width:991px) {
  .theme-tile-3 {
    height: 320px;
  }
}

@media (max-width:575px) {
  .theme-tile-3 {
    height: 180px;
  }
}

.theme-tile-4 {
  height: 460px;
}

@media (min-width:576px) and (max-width:991px) {
  .theme-tile-4 {
    height: 360px;
  }
}

@media (max-width:575px) {
  .theme-tile-4 {
    height: 200px;
  }
}

.theme-tile-5 {
  height: 420px;
}

@media (min-width:576px) and (max-width:991px) {
  .theme-tile-5 {
    height: 200px;
  }
}

@media (max-width:575px) {
  .theme-tile-5 {
    height: 220px;
  }
}

.theme-tile-6 {
  height: 460px;
}

@media (min-width:576px) and (max-width:991px) {
  .theme-tile-6 {
    height: 200px;
  }
}

@media (max-width:575px) {
  .theme-tile-6 {
    height: 210px;
  }
}

.theme-tile-7 {
  height: 380px;
}

@media (min-width:576px) and (max-width:991px) {
  .theme-tile-7 {
    height: 240px;
  }
}

@media (max-width:575px) {
  .theme-tile-7 {
    height: 140px;
  }
}

.theme-tile-8 {
  height: 420px;
}

@media (min-width:576px) and (max-width:991px) {
  .theme-tile-8 {
    height: 280px;
  }
}

@media (max-width:575px) {
  .theme-tile-8 {
    height: 240px;
  }
}

.theme-tile-9 {
  height: 460px;
}

@media (min-width:576px) and (max-width:991px) {
  .theme-tile-9 {
    height: 240px;
  }
}

@media (max-width:575px) {
  .theme-tile-9 {
    height: 200px;
  }
}

.theme-tile-10 {
  height: 460px;
}

@media (min-width:576px) and (max-width:991px) {
  .theme-tile-10 {
    height: 320px;
  }
}

@media (max-width:575px) {
  .theme-tile-10 {
    height: 200px;
  }
}

.theme-tile-11 {
  height: 380px;
}

@media (min-width:576px) and (max-width:991px) {
  .theme-tile-11 {
    height: 240px;
  }
}

@media (max-width:575px) {
  .theme-tile-11 {
    height: 150px;
  }
}

.theme-tile-12 {
  height: 380px;
}

@media (min-width:576px) and (max-width:991px) {
  .theme-tile-12 {
    height: 240px;
  }
}

@media (max-width:575px) {
  .theme-tile-12 {
    height: 170px;
  }
}

.theme-tile-13 {
  height: 380px;
}

@media (min-width:576px) and (max-width:991px) {
  .theme-tile-13 {
    height: 280px;
  }
}

@media (max-width:575px) {
  .theme-tile-13 {
    height: 190px;
  }
}

.theme-tile-14 {
  height: 340px;
}

@media (min-width:576px) and (max-width:991px) {
  .theme-tile-14 {
    height: 280px;
  }
}

@media (max-width:575px) {
  .theme-tile-14 {
    height: 170px;
  }
}

.theme-tile-15 {
  height: 380px;
}

@media (min-width:576px) and (max-width:991px) {
  .theme-tile-15 {
    height: 360px;
  }
}

@media (max-width:575px) {
  .theme-tile-15 {
    height: 230px;
  }
}

.theme-tile-16 {
  height: 300px;
}

@media (min-width:576px) and (max-width:991px) {
  .theme-tile-16 {
    height: 320px;
  }
}

@media (max-width:575px) {
  .theme-tile-16 {
    height: 200px;
  }
}

.theme-tile-17 {
  height: 300px;
}

@media (min-width:576px) and (max-width:991px) {
  .theme-tile-17 {
    height: 280px;
  }
}

@media (max-width:575px) {
  .theme-tile-17 {
    height: 170px;
  }
}

.theme-tile-18 {
  height: 340px;
}

@media (min-width:576px) and (max-width:991px) {
  .theme-tile-18 {
    height: 280px;
  }
}

@media (max-width:575px) {
  .theme-tile-18 {
    height: 140px;
  }
}

.theme-tile-19 {
  height: 340px;
}

@media (min-width:576px) and (max-width:991px) {
  .theme-tile-19 {
    height: 320px;
  }
}

@media (max-width:575px) {
  .theme-tile-19 {
    height: 260px;
  }
}

.theme-tile-20 {
  height: 420px;
}

@media (min-width:576px) and (max-width:991px) {
  .theme-tile-20 {
    height: 360px;
  }
}

@media (max-width:575px) {
  .theme-tile-20 {
    height: 200px;
  }
}

.theme-tile-21 {
  height: 300px;
}

@media (min-width:576px) and (max-width:991px) {
  .theme-tile-21 {
    height: 360px;
  }
}

@media (max-width:575px) {
  .theme-tile-21 {
    height: 200px;
  }
}

.theme-tile-22 {
  height: 340px;
}

@media (min-width:576px) and (max-width:991px) {
  .theme-tile-22 {
    height: 240px;
  }
}

@media (max-width:575px) {
  .theme-tile-22 {
    height: 240px;
  }
}

.theme-tile-23 {
  height: 340px;
}

@media (min-width:576px) and (max-width:991px) {
  .theme-tile-23 {
    height: 200px;
  }
}

@media (max-width:575px) {
  .theme-tile-23 {
    height: 180px;
  }
}

.theme-tile-24 {
  height: 300px;
}

@media (min-width:576px) and (max-width:991px) {
  .theme-tile-24 {
    height: 320px;
  }
}

@media (max-width:575px) {
  .theme-tile-24 {
    height: 170px;
  }
}

.theme-tile-25 {
  height: 390px;
}

@media (min-width:576px) and (max-width:991px) {
  .theme-tile-25 {
    height: 240px;
  }
}

@media (max-width:575px) {
  .theme-tile-25 {
    height: 200px;
  }
}

.theme-tile-26 {
  height: 380px;
}

@media (min-width:576px) and (max-width:991px) {
  .theme-tile-26 {
    height: 360px;
  }
}

@media (max-width:575px) {
  .theme-tile-26 {
    height: 260px;
  }
}

.theme-tile-27 {
  height: 300px;
}

@media (min-width:576px) and (max-width:991px) {
  .theme-tile-27 {
    height: 360px;
  }
}

@media (max-width:575px) {
  .theme-tile-27 {
    height: 190px;
  }
}

.theme-tile-28 {
  height: 460px;
}

@media (min-width:576px) and (max-width:991px) {
  .theme-tile-28 {
    height: 240px;
  }
}

@media (max-width:575px) {
  .theme-tile-28 {
    height: 240px;
  }
}

.theme-tile-29 {
  height: 360px;
}

@media (min-width:576px) and (max-width:991px) {
  .theme-tile-29 {
    height: 240px;
  }
}

@media (max-width:575px) {
  .theme-tile-29 {
    height: 200px;
  }
}

.theme-tile-30 {
  height: 300px;
}

@media (min-width:576px) and (max-width:991px) {
  .theme-tile-30 {
    height: 360px;
  }
}

@media (max-width:575px) {
  .theme-tile-30 {
    height: 260px;
  }
}

.theme-tile-31 {
  height: 300px;
}

@media (min-width:576px) and (max-width:991px) {
  .theme-tile-31 {
    height: 200px;
  }
}

@media (max-width:575px) {
  .theme-tile-31 {
    height: 170px;
  }
}

.theme-tile-32 {
  height: 460px;
}

@media (min-width:576px) and (max-width:991px) {
  .theme-tile-32 {
    height: 200px;
  }
}

@media (max-width:575px) {
  .theme-tile-32 {
    height: 170px;
  }
}

.theme-tile-33 {
  height: 340px;
}

@media (min-width:576px) and (max-width:991px) {
  .theme-tile-33 {
    height: 360px;
  }
}

@media (max-width:575px) {
  .theme-tile-33 {
    height: 260px;
  }
}

.theme-tile-34 {
  height: 460px;
}

@media (min-width:576px) and (max-width:991px) {
  .theme-tile-34 {
    height: 200px;
  }
}

@media (max-width:575px) {
  .theme-tile-34 {
    height: 200px;
  }
}

.theme-tile-35 {
  height: 340px;
}

@media (min-width:576px) and (max-width:991px) {
  .theme-tile-35 {
    height: 240px;
  }
}

@media (max-width:575px) {
  .theme-tile-35 {
    height: 200px;
  }

  .theme-image {
    width: 130%;
  }
}

.theme-tile-image {
  background: #000;
  z-index: 0;
  height: 100%;
}

.theme-image {
  position: absolute;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: all .4s ease-out;
  opacity: 1;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
  transform: translateX(-50%) translateY(-50%) scale(1);
}

.theme-hero-title,
.theme-title {
  padding: 4px 10px;
  display: inline-block;
  color: #fff;
  font-weight: 700;
  transition: all .2s ease-in;
}

.theme-tile:hover .theme-image {
  -webkit-transform: translateX(-50%) translateY(-50%) scale(1.15);
  transform: translateX(-50%) translateY(-50%) scale(1.15);
  opacity: .9;
}

.theme-title {
  margin-right: 10%;
  background: rgba(0,99,190,.7);
  font-size: 32px;
  position: absolute;
  left: 0;
  bottom: 30px;
}

.theme-tile:hover .theme-title {
  background: rgba(0,99,190,.8);
}

@media (max-width:575px) {
  .theme-title {
    font-size: 20px;
  }
}

@media screen and (min-width:320px) and (max-width:380px) {
  .theme-title {
    font-size: 18px;
  }
}

@media screen and (min-width:600px) and (max-width:767px) {
  .theme-title {
    font-size: 24px;
  }
}

@media (max-width:991px) and (min-width:768px) {
  .theme-image {
    width: 120%;
  }

  .theme-title {
    font-size: 28px;
  }
}

.theme-hero {
  width: 100%;
  height: 240px;
  text-align: center;
  background: #666;
  position: relative;
  z-index: 1;
}

@media (max-width:767px) {
  .theme-hero {
    height: 340px;
  }
}

.theme-hero-image-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.theme-hero-image {
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: 50%;
  background-size: cover;
}

.theme-hero-title-wrapper {
  width: 100%;
  position: absolute;
  bottom: 80px;
}

.theme-hero-title {
  margin-top: 40px;
  margin-bottom: 20px;
  background: rgba(0,99,190,.7);
  font-size: 56px;
  line-height: 1.1;
}

.theme-tile:hover .theme-hero-title {
  background: rgba(0,99,190,.8);
}

@media (max-width:767px) {
  .theme-hero-title-wrapper {
    bottom: 224px;
  }

  .theme-hero-title {
    font-size: 36px;
    margin-top: 20px;
    margin-bottom: 10px;
  }
}

.theme-form .form-group.dropdown,
.theme-form-col-cta .form-group {
  margin-bottom: 0;
}

.pointer-arrow-wrapper {
  width: 2px;
  height: 100px;
  position: absolute;
  margin-left: -1px;
  left: 50%;
  bottom: 0;
  z-index: 5;
  color: #0063be;
  background: #0063be;
  background-size: 2px;
}

.pointer-arrow {
  stroke: currentColor;
  position: absolute;
  bottom: 38px;
  margin-left: -11px;
  left: 50%;
}

.theme-form,
.theme-form .custom-select {
  position: relative;
}

.theme-form {
  background: #0063be;
  border-radius: 4px;
  padding: 16px;
  z-index: 10;
  color: #fff;
  box-shadow: 0 2px 6px rgba(0,0,0,.2);
  margin-top: -39px;
}

@media (max-width:767px) {
  .pointer-arrow-wrapper {
    height: 234px;
  }

  .pointer-arrow {
    bottom: 199px;
  }

  .theme-form {
    margin-top: -200px;
  }
}

.theme-form .form-group:not(.dropdown) {
  display: table;
  width: 100%;
}

.theme-form .form-group:not(.dropdown)>* {
  display: table-cell;
}

.theme-form .form-group:not(.dropdown) label {
  font-weight: 400;
  white-space: nowrap;
  padding-right: 10px;
}

@media (max-width:991px) {
  .theme-form .form-group:not(.dropdown) label {
    display: none;
  }
}

.theme-form .form-group .form-control-wrapper {
  width: 100%;
}

.theme-form .form-control {
  display: inline-block;
  border-radius: 2px;
  background-color: rgba(255,255,255,.16);
  color: #fff;
  border-color: transparent;
}

.theme-form .form-control::-moz-placeholder {
  color: rgba(255,255,255,.6);
  opacity: 1;
}

.theme-form .form-control:-ms-input-placeholder {
  color: rgba(255,255,255,.6);
}

.theme-form .form-control::-webkit-input-placeholder {
  color: rgba(255,255,255,.6);
}

.theme-form .form-control:focus {
  border-color: rgba(255,255,255,.4);
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(255,255,255,.6);
}

.theme-form select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #fff;
}

.theme-form option {
  color: #666;
}

.theme-form .input-group-lg>.input-group-btn>select.btn,
.theme-form .input-group-lg>select.form-control,
.theme-form .input-group-lg>select.input-group-addon,
.theme-form select.input-lg {
  padding-top: 0;
  padding-bottom: 0;
}

.theme-form .btn-cta {
  border-radius: 4px;
}

.theme-form .custom-select:before {
  font-family: jetcost-font;
  content: "\f103";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-size: 18px;
  display: block;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.theme-form .custom-select select {
  padding-right: 36px;
}

.theme-form .jc-exclamation-circle {
  position: relative;
}

.theme-form .jc-exclamation-circle:after {
  content: '';
  z-index: -1;
  position: absolute;
  top: 3px;
  left: 3px;
  display: block;
  width: 6px;
  height: 8px;
  background-color: #fff;
}

.theme-form-col,
.theme-form-col-airport,
.theme-form-col-cta {
  position: relative;
  min-height: 1px;
  padding-left: 8px;
  padding-right: 8px;
}

@media (min-width:768px) {
  .theme-form .form-group {
    margin-bottom: 0;
  }

  .theme-form-col-airport {
    float: left;
    width: 33.33333333%;
  }

  .theme-form-col {
    float: left;
    width: 25%;
  }

  .theme-form-col-cta {
    float: left;
    width: 16.66666667%;
  }
}

.toggle-buttons .btn label {
  margin: 0;
  cursor: pointer;
  font-weight: 400;
}

.toggle-buttons .btn-toggle {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.toggle-buttons .btn-toggle.focus,
.toggle-buttons .btn-toggle:focus {
  color: #333;
  background-color: #e6e5e5;
  border-color: #8c8c8c;
}

.open>.toggle-buttons .btn-toggle.dropdown-toggle,
.toggle-buttons .btn-toggle.active,
.toggle-buttons .btn-toggle:active,
.toggle-buttons .btn-toggle:hover {
  color: #333;
  background-color: #e6e5e5;
  border-color: #adadad;
}

.open>.toggle-buttons .btn-toggle.dropdown-toggle.focus,
.open>.toggle-buttons .btn-toggle.dropdown-toggle:focus,
.open>.toggle-buttons .btn-toggle.dropdown-toggle:hover,
.toggle-buttons .btn-toggle.active.focus,
.toggle-buttons .btn-toggle.active:focus,
.toggle-buttons .btn-toggle.active:hover,
.toggle-buttons .btn-toggle:active.focus,
.toggle-buttons .btn-toggle:active:focus,
.toggle-buttons .btn-toggle:active:hover {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}

.open>.toggle-buttons .btn-toggle.dropdown-toggle,
.toggle-buttons .btn-toggle.active,
.toggle-buttons .btn-toggle:active {
  background-image: none;
}

.toggle-buttons .btn-toggle.disabled.focus,
.toggle-buttons .btn-toggle.disabled:focus,
.toggle-buttons .btn-toggle.disabled:hover,
.toggle-buttons .btn-toggle[disabled].focus,
.toggle-buttons .btn-toggle[disabled]:focus,
.toggle-buttons .btn-toggle[disabled]:hover,
fieldset[disabled] .toggle-buttons .btn-toggle.focus,
fieldset[disabled] .toggle-buttons .btn-toggle:focus,
fieldset[disabled] .toggle-buttons .btn-toggle:hover {
  background-color: #fff;
  border-color: #ccc;
}

.toggle-buttons .btn-toggle .badge {
  color: #fff;
  background-color: #333;
}

.minicar-container {
  text-align: center;
  margin-top: 20px;
}

@media (max-width:1200px) {
  .minicar-container {
    display: none;
  }
}

.minicar-container .minicar-title {
  color: #524c62;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 4px;
}

.minicar-container .minicar-img {
  margin-top: 10px;
  width: 70%;
}

.minicar-container .minicar-text-container {
  margin-top: 10px;
  color: #80be13;
}

.minicar-container .minicar-text-container .minicar-text-from {
  font-size: 12px;
}

.minicar-container .minicar-text-container .minicar-text-day,
.minicar-container .minicar-text-container .minicar-text-price {
  font-weight: 700;
}

.minicar-container .minicar-cta {
  margin-top: 10px;
  background-color: #80be13;
  border-color: #80be13;
}

.leave-unit-container {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0,0,0,.6);
  z-index: 9997;
}

.leave-unit-content-row {
  min-height: 100%;
  height: 100%;
}

.leave-unit-cta-btn-col {
  margin: 0 auto;
  float: none!important;
  max-width: 360px;
  padding-left: 0;
  padding-right: 0;
}

.leave-unit-content {
  background-color: #fff;
  max-width: 460px;
  box-shadow: 0 27px 77px 0 rgba(0,0,0,.22),0 27px 24px 0 rgba(0,0,0,.2);
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}

@media (max-width:992px) {
  .leave-unit-content {
    margin: 0 auto;
    float: none!important;
  }
}

.leave-unit-wrapper {
  min-height: 90%;
}

.leave-unit-heading {
  padding: 0 30px 30px;
  background-color: #f5f5f5;
}

.leave-unit-heading .leave-unit-close-row {
  padding-top: 15px;
  margin-right: -25px;
}

.leave-unit-heading .leave-unit-close-row .leave-unit-close-icon {
  font-size: 18px;
  color: #ccc;
  cursor: pointer;
}

.leave-unit-heading .leave-unit-heading-title {
  margin-top: 0;
  font-size: 32px;
  font-weight: 700;
  color: #0063be;
}

.leave-unit-body-text,
.leave-unit-heading-subtitle {
  font-size: 18px;
  color: #333;
  line-height: 1.33;
}

.leave-unit-footer {
  margin-bottom: 15px;
}

.leave-unit-body {
  padding: 40px 50px 10px;
}

.leave-unit-body .leave-unit-body-text {
  margin-bottom: 40px;
}

.leave-unit-partners-list-group {
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 350px;
}

@media (max-height:600px) {
  .leave-unit-body {
    padding-top: 20px;
  }

  .leave-unit-body .leave-unit-body-text {
    margin-bottom: 20px;
  }

  .leave-unit-partners-list-group {
    max-height: 285px;
  }
}

.leave-unit-partners-list-group .leave-unit-partners-list-item {
  padding-left: 0;
  padding-top: 8px;
  padding-bottom: 8px;
  cursor: pointer;
}

.leave-unit-partners-list-group .leave-unit-partners-list-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.leave-unit-partners-list-group .leave-unit-partners-list-item:last-child {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.leave-unit-partners-list-group .leave-unit-partners-list-item .leave-unit-checkbox-container {
  padding-left: 25px;
  padding-right: 20px;
  margin-right: 5px;
  margin-bottom: 6px;
}

.leave-unit-partners-list-group .leave-unit-partners-list-item .leave-unit-checkbox-container .leave-unit-checkbox {
  cursor: pointer;
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}

.leave-unit-partners-list-group .leave-unit-partners-list-item .leave-unit-checkbox-container .leave-unit-checkbox:focus {
  padding: 0!important;
  border: none;
}

.leave-unit-partners-list-group .leave-unit-partners-list-item .leave-unit-checkbox-container .leave-unit-checkbox:checked~.leave-unit-checkmark,
.leave-unit-partners-list-group .leave-unit-partners-list-item .leave-unit-checkbox-container .leave-unit-checkbox:checked~.leave-unit-checkmark:after {
  display: block;
}

.leave-unit-partners-list-group .leave-unit-partners-list-item .leave-unit-checkbox-container .leave-unit-checkmark {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: -20px;
  height: 60px;
  width: 60px;
  display: none;
  background-color: #81cf00;
}

.leave-unit-partners-list-group .leave-unit-partners-list-item .leave-unit-checkbox-container .leave-unit-checkmark:after {
  content: '';
  position: absolute;
  display: none;
  left: 25px;
  top: 20px;
  width: 10px;
  height: 15px;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.leave-unit-partners-list-group .leave-unit-partners-list-item .leave-unit-partner-img {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
  width: auto;
  height: 20px;
}

.intercard-container {
  padding-bottom: 10px;
}

.intercard-row-content {
  overflow-x: auto;
  white-space: nowrap;
  margin: 0;
  padding-bottom: 5px;
}

.intercard-col {
  display: inline-block;
  float: none;
  min-width: 140px;
  padding: 0;
}

.intercard-col .intercard {
  cursor: pointer;
  border-radius: 3px;
  border: 1px solid #a0a0a0;
  background-color: #FFF;
  width: 95%;
  height: 100%;
  min-width: 130px;
}

.intercard-col .intercard:hover {
  box-shadow: 0 2px 6px rgba(0,0,0,.2);
  transition: all .2s ease-out;
}

@media (max-width:576px) {
  .intercard-col-no-padding-xxs {
    padding: 0;
  }

  .intercard-col .intercard {
    max-width: 130px;
  }

  .intercard-col:first-child {
    margin-left: 8px;
  }

  .intercard-col:last-child {
    margin-right: 8px;
  }
}

.intercard-col:not(:first-child) .intercard {
  margin: 0 auto;
}

.intercard-col:last-child .intercard {
  margin: 0 0 0 auto;
}

@media (max-width:767px) {
  .intercard-col:only-child .intercard {
    margin: 0 auto 0 0;
  }
}

.intercard-title {
  margin-top: 0;
  font-size: 14px;
  font-weight: 700;
}

.intercard-subtitle {
  font-size: 12px;
  line-height: 1.67;
  color: #333;
}

.intercard-dots {
  display: inline;
  padding: 0;
}

.intercard-dots .intercard-line {
  background: #a0a0a0;
  width: 2px;
  min-height: 25px;
  position: absolute;
  left: 14px;
  top: 21px;
  list-style-type: none;
}

.intercard-dots .intercard-dot {
  position: absolute;
  border: 2px solid #a0a0a0;
  padding: 2px;
  list-style-type: none;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  left: 8px;
}

.intercard-dots .intercard-dot.intercard-from-dot {
  top: 7px;
}

.intercard-dots .intercard-dot.intercard-to-dot {
  bottom: 23px;
}

.intercard-dots .intercard-dot .intercard-inner-dot {
  background: #a0a0a0;
  height: 6px;
  width: 6px;
  border-radius: 50%;
}

.intercard-text-group {
  padding-left: 30px;
  padding-right: 5px;
}

.intercard-text {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 12px;
}

.intercard-text.intercard-text-small {
  font-size: 11px;
  color: #a0a0a0;
}

.intercard-end-from-text {
  padding-bottom: 8px;
}

.intercard-inner-content {
  position: relative;
}

.intercard-cta,
.intercard-inner-content {
  padding-top: 5px;
  padding-bottom: 5px;
}

.intercard-cta {
  background-color: #fafafa;
  border-top: 1px solid #a0a0a0;
  border-radius: 0 0 3px 3px;
}

@media (min-width:768px) {
  .intercard-cta.one-result {
    border-top: 0;
    border-left: 1px solid #a0a0a0;
  }
}

.intercard-price {
  font-size: 14px;
  font-weight: 700;
  color: #80be13;
}

.urgency-prompt {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-shadow: 0 6px 6px 0 rgba(0,0,0,.24),0 10px 20px 0 rgba(0,0,0,.16);
  padding: 16px;
  max-width: 280px;
  position: fixed;
  right: 20px;
  z-index: 1060;
}

@media (max-width:1199px) {
  .urgency-prompt {
    left: 20px;
    right: auto;
  }
}

@media (max-width:767px) {
  .urgency-prompt {
    max-width: 100%;
    min-height: 100px;
    right: 8px;
    left: 8px;
  }

  .container {
    padding-left: 8px;
    padding-right: 8px;
  }
}

.urgency-prompt .urgency-prompt-dismiss-button {
  float: right;
  width: 30px;
  height: 30px;
  font-size: 14px;
  margin-top: -28px;
  margin-right: -16px;
  padding: 8px;
  transition: opacity .1s ease-in;
}

.urgency-prompt .urgency-prompt-icon {
  background-image: url("data:image/svg+xml,%3Csvg%20aria-hidden%3D'true'%20data-prefix%3D'fas'%20data-icon%3D'check-double'%20class%3D'svg-inline--fa%20fa-check-double%20fa-w-16'%20role%3D'img'%20%20%20%20%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%20512%20512'%3E%20%20%20%20%20%3Cpath%20fill%3D'#81cf00'%20d%3D'M504.5%20171.95l-36.2-36.41c-10-10.05-26.21-10.05-36.2%200L192%20377.02%2079.9%20264.28c-10-10.06-26.21-10.06-36.2%200L7.5%20300.69c-10%2010.05-10%2026.36%200%2036.41l166.4%20167.36c10%2010.06%2026.21%2010.06%2036.2%200l294.4-296.09c10-10.06%2010-26.36%200-36.42zM166.57%20282.71c6.84%207.02%2018.18%207.02%2025.21.18L403.85%2072.62c7.02-6.84%207.02-18.18.18-25.21L362.08%205.29c-6.84-7.02-18.18-7.02-25.21-.18L179.71%20161.19l-68.23-68.77c-6.84-7.02-18.18-7.02-25.2-.18l-42.13%2041.77c-7.02%206.84-7.02%2018.18-.18%2025.2l122.6%20123.5z'%3E%3C%2Fpath%3E%20%3C%2Fsvg%3E");
  display: inline-block;
  height: 16px;
  width: 16px;
  margin-left: 4px;
}

.urgency-prompt .urgency-prompt-title {
  font-size: 9px;
  font-weight: 700;
  text-transform: uppercase;
}

.urgency-prompt .urgency-prompt-subtitle {
  color: #81cf00;
  font-size: 16px;
  font-weight: 700;
  margin-top: 4px;
}

.urgency-prompt .urgency-prompt-content {
  color: #666;
  font-size: 12px;
  margin-top: 10px;
}

.refresh-modal-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: rgba(0,0,0,.6);
  overflow-y: auto;
  z-index: 9998;
}

.refresh-modal-container .refresh-modal-dialog {
  max-width: 320px;
  width: 100%;
  margin: 0;
}

.refresh-modal-container .refresh-modal-dialog .refresh-modal-content,
.refresh-modal-container .refresh-modal-dialog .refresh-modal-text,
.refresh-modal-container .refresh-modal-dialog .refresh-modal-title {
  text-align: center;
  margin-bottom: 20px;
}

.refresh-modal-container .refresh-modal-dialog .refresh-modal-title {
  font-size: 24px;
  font-weight: 700;
  color: #0063be;
}

.refresh-modal-container .refresh-modal-dialog .refresh-modal-svg {
  font-size: 58px;
  color: #80be13;
}

.refresh-modal-container .refresh-modal-dialog .refresh-modal-text {
  font-size: 18px;
  line-height: 1.44;
  color: #333;
}

.refresh-modal-container .refresh-modal-dialog .refresh-modal-cta {
  font-size: 16px;
  border-radius: 4px;
  text-align: center;
  font-weight: 700;
}

body,
html {
  height: 100%;
}

body {
  background-color: #F5FAFE;
}

.flatpickr-current-month {
  display: inline-block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.language-ko .flatpickr-current-month {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.wrapper-content {
  min-height: 100%;
}

.jc.pull-right {
  margin-top: 3px;
}

[v-cloak] {
  display: none;
}

* {
  outline: 0!important;
  -webkit-appearance: none;
}

::-ms-clear {
  display: none;
}

select {
  -moz-appearance: none;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 100%, 80% {
    -webkit-transform: scale(0);
  }

  40% {
    -webkit-transform: scale(1);
  }
}

@keyframes sk-bouncedelay {
  0%, 100%, 80% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes loading-bar {
  0% {
    left: -200px;
    width: 30%;
  }

  50% {
    width: 30%;
  }

  70% {
    width: 70%;
  }

  80% {
    left: 50%;
  }

  95% {
    left: 120%;
  }

  100% {
    left: 100%;
  }
}

@keyframes loading-bar {
  0% {
    left: -200px;
    width: 30%;
  }

  50% {
    width: 30%;
  }

  70% {
    width: 70%;
  }

  80% {
    left: 50%;
  }

  95% {
    left: 120%;
  }

  100% {
    left: 100%;
  }
}

.filemanager_audio,
.filemanager_document,
.filemanager_image,
.filemanager_video {
  max-width: 100%;
}

.flights-airports-from .seo-left .filemanager_audio,
.flights-airports-from .seo-left .filemanager_document,
.flights-airports-from .seo-left .filemanager_image,
.flights-airports-from .seo-left .filemanager_video,
.flights-airports-fromto .seo-left .filemanager_audio,
.flights-airports-fromto .seo-left .filemanager_document,
.flights-airports-fromto .seo-left .filemanager_image,
.flights-airports-fromto .seo-left .filemanager_video,
.flights-airports-to .seo-left .filemanager_audio,
.flights-airports-to .seo-left .filemanager_document,
.flights-airports-to .seo-left .filemanager_image,
.flights-airports-to .seo-left .filemanager_video {
  display: block;
  margin: 20px auto;
}