.passengers-control .passengers-control-trigger,
.passengers-control .passengers-control-trigger:active,
.passengers-control .passengers-control-trigger:focus,
.passengers-control .passengers-control-trigger:hover,
.passengers-control .rooms-control .rooms-control-trigger,
.passengers-control .rooms-control.open .rooms-control-trigger:active,
.passengers-control .rooms-control.open .rooms-control-trigger:focus,
.passengers-control .rooms-control.open .rooms-control-trigger:hover,
.passengers-control.open .passengers-control-trigger,
.passengers-control.open .passengers-control-trigger:active,
.passengers-control.open .passengers-control-trigger:focus,
.passengers-control.open .passengers-control-trigger:hover,
.rooms-control .passengers-control .rooms-control-trigger,
.rooms-control.open .passengers-control .rooms-control-trigger:active,
.rooms-control.open .passengers-control .rooms-control-trigger:focus,
.rooms-control.open .passengers-control .rooms-control-trigger:hover {
  background-color: #FFF;
  border-color: #ccc;
}

.passengers-control .btn-passengers-menu {
  padding: 0;
  box-shadow: none;
  background-color: transparent;
  border: 0;
}

.passengers-control .btn-passengers-menu .btn-passengers-menu-circle {
  color: #12305a;
}

.passengers-control .btn-passengers-menu .btn-passengers-menu-text {
  color: #fff;
  font-size: 14px;
}

@media (min-width:576px) {
  .passengers-control .passengers-control-menu {
    width: 350px;
  }
}

@media (max-width:991px) and (min-width:768px) {
  .airline-left {
    width: 420px;
  }
}

@media (min-width:768px) {
  .airline-right {
    width: 316px;
  }
}

.navbar-brand {
  line-height: 20px;
  padding-top: 5px!important;
  padding-bottom: 5px!important;
}

.navbar {
  border-width: 0 0 1px;
}

.navbar-header {
  float: left;
}

.navbar-right {
  float: right!important;
}

.navbar-language-button {
  padding: 8px;
  margin-top: 8px;
  cursor: pointer;
  display: block;
}

.navbar-language-button .caret {
  margin-bottom: 8px;
}

@media (max-width:767px) {
  .section-menu {
    width: 100%;
  }

  .open .navbar-language-button {
    position: absolute;
    top: -45px;
    right: 0;
  }
}

.dropdown-languages {
  width: 400px;
}

.dropdown-languages-wrapper {
  margin: 0;
  padding: 5px 20px;
  float: left;
  width: 190px;
  cursor: pointer;
}

.dropdown-languages-wrapper:first-child {
  margin-right: 18px;
}

@media (max-width:767px) {
  .dropdown-languages-wrapper {
    width: 50%;
  }

  .dropdown-languages-wrapper:first-child {
    margin: 0;
  }

  .navbar-collapse {
    clear: both;
  }
}

.dropdown-languages-item {
  padding: 5px 0;
  white-space: nowrap;
  float: left;
  width: 100%;
}

.dropdown-languages-flag {
  margin-right: 5px;
}

.navbar-menu-button {
  border: none;
  float: left;
  padding: 8px 10px;
  height: 45px;
  line-height: 45px;
  font-size: 20px;
  cursor: pointer;
  margin: 0 4px 0 8px;
  width: 40px;
  position: relative;
}

.navbar-menu-button:focus,
.navbar-menu-button:hover {
  background: 0 0!important;
}

.navbar-menu-button[aria-expanded=true] .navbar-menu-button-bar {
  background: 0 0;
}

.navbar-menu-button[aria-expanded=true] .navbar-menu-button-bar:before {
  -webkit-transform: translate(0,6px) rotate(45deg);
  transform: translate(0,6px) rotate(45deg);
}

.navbar-menu-button[aria-expanded=true] .navbar-menu-button-bar:after {
  -webkit-transform: translate(0,-6px) rotate(-45deg);
  transform: translate(0,-6px) rotate(-45deg);
}

.navbar-menu-button-bar {
  margin: -1.5px 0 0 -10px;
  top: 50%;
  left: 50%;
  transition: background .3s,color .2s;
  z-index: 33;
}

.navbar-menu-button-bar:before {
  top: -6px;
  left: 0;
  content: '';
  transition: background .3s,-webkit-transform .3s;
  transition: transform .3s,background .3s;
  transition: transform .3s,background .3s,-webkit-transform .3s;
  -webkit-transform-origin: center center;
  transform-origin: center center;
}

.navbar-menu-button-bar:after {
  bottom: -6px;
  left: 0;
  content: '';
  transition: background .3s,-webkit-transform .3s;
  transition: transform .3s,background .3s;
  transition: transform .3s,background .3s,-webkit-transform .3s;
  -webkit-transform-origin: center center;
  transform-origin: center center;
}

.navbar-menu-button-bar,
.navbar-menu-button-bar:after,
.navbar-menu-button-bar:before {
  position: absolute;
  background: #12305a;
  height: 3px;
  width: 20px;
}

.navbar-collapse {
  border: none;
}

@media (min-width:768px) {
  .navbar-menu-button {
    display: none;
  }

  .navbar-collapse {
    float: left;
  }
}

.navbar-nav {
  margin: 0;
}

@media (max-width:575px) {
  .navbar-default .navbar-nav>li.section-item>a {
    padding: 10px;
    font-size: 12px;
  }
}

.navbar-default .navbar-nav>li.section-item.active>a,
.navbar-default .navbar-nav>li.section-item.active>a:link,
.navbar-default .navbar-nav>li.section-item.active>a:visited {
  color: #12305a;
}

.navbar-default .navbar-nav>li.section-item.active>a:hover {
  color: #5280aa;
}

.section-item {
  min-height: 45px;
  border-bottom: 4px solid #edf5ff;
}

.section-item.active {
  font-weight: 700;
  border-bottom: 4px solid #12305a;
}

.section-item.active:hover {
  border-bottom-color: #5280aa;
}

.section-item:hover {
  border-bottom-color: #12305a;
  color: #12305a;
}

.footer,
.footer a {
  color: #333;
}

.footer {
  background: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 21px solid #12305a;
  height: auto;
}

@media (max-width:991px) {
  .footer {
    padding-bottom: 44px;
  }
}

.footer .footer-item {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 12px;
  line-height: normal;
}

.footer .footer-disclaimer {
  font-size: 11px;
  color: #606060;
  text-align: center;
}

.footer .footer-languages {
  margin: 24px 0;
  padding-top: 24px;
  border-top: 1px solid rgba(255,255,255,.3);
  font-size: 12px;
}

.cms-infos .static-content h1:first-of-type,
.cms-infos .static-content h2:first-of-type {
  margin-top: 0;
}

.footer .footer-languages .link-language {
  display: inline-block;
  white-space: nowrap;
  margin-bottom: 16px;
}

.footer .footer-languages .link-language:not(:last-child) {
  margin-right: 20px;
}

@media (max-width:575px) {
  .footer .footer-languages {
    padding: 24px 24px 0;
    text-align: left;
  }

  .footer .footer-languages .link-language {
    width: 100%;
  }
}

.footer .footer-languages .link-language>* {
  vertical-align: middle;
}

.footer .footer-languages .link-flag {
  margin-right: 8px;
}

.cms-infos .static-content h1 {
  color: #12305a;
  font-weight: 700;
}

.cms-infos .static-content h2 {
  background-color: #e2e2e2;
  line-height: 40px;
  padding-left: 10px;
  font-weight: 700;
  margin-left: -10px;
  font-size: 1.8em;
}

.flights-last-searches-content .last-searches-item:hover,
.homepage-strip {
  background-color: #edf5ff;
}

.cms-infos .static-content h2+h3 {
  border: none;
}

.cms-infos .static-content h3 {
  color: #12305a;
  margin: 20px 0 10px;
  padding-top: 10px;
  border-top: 1px solid #ddd;
  font-size: 1.5em;
}

.cms-infos .static-content h3:first-of-type {
  border: none;
}

.info-lead-page .icon-section {
  font-weight: 700;
}

.info-lead-page .icon-section .number-value {
  display: block;
  margin-top: 5px;
  font-size: 32px;
  color: #5280aa;
}

.info-lead-page .icon-img,
.info-lead-page .screen-img {
  width: auto;
}

@media (max-width:767px) {
  .info-lead-page .row {
    padding-top: 5px;
  }

  .info-lead-page .icon-img {
    height: 60px;
  }

  .info-lead-page .screen-img {
    height: 80px;
    margin-top: 5px;
  }
}

@media (min-width:768px) {
  .info-lead-page .row {
    padding-top: 15px;
  }

  .info-lead-page .icon-img {
    height: 80px;
  }

  .info-lead-page .screen-img {
    height: 90px;
    margin-top: 40px;
  }
}

.special-careers {
  margin-bottom: 20px;
}

.special-careers .careers-hr {
  border-top: 2px solid #12305a;
}

.special-careers .careers-abstract {
  font-size: 14px;
  font-style: italic;
}

.special-careers h4 {
  font-size: 14px;
}

.special-careers .careers-extra h4 {
  margin-top: 20px;
}

.special-careers .careers-extra ul {
  border-bottom: 1px solid #ddd;
  padding: 0;
  margin: 0 0 20px;
  list-style-type: none;
}

.special-careers .careers-extra li {
  border-top: 1px solid #ddd;
  padding: 10px 0;
  margin: 0;
}

.special-low-cost .testimonial {
  padding: 16px;
  margin: 16px 0;
}

.special-low-cost .testimonial::after {
  content: '';
  display: table;
}

.special-low-cost .testimonial-image {
  float: left;
  margin-right: 20px;
  border-radius: 50%;
  width: 130px;
}

.special-low-cost .testimonial-title {
  font-size: 20px;
  margin-right: 15px;
}

.static-content {
  margin-bottom: 30px;
}

.static-content .static-content-icon-container {
  font-size: 2.5em;
  margin-bottom: 10px;
}

.static-content .static-content-icon-container .static-content-search-icon-background {
  color: #59c2d1;
}

.static-content .static-content-icon-container .static-content-filter-icon-background {
  color: #f66530;
}

.static-content .static-content-icon-container .static-content-plane-icon-background {
  color: #1c445a;
}

.static-content .static-content-icon-container .static-content-sack-dollar-icon-background {
  color: #BE5053;
}

.static-content .static-content-icon-container .static-content-icon {
  color: #fff;
}

.static-content .static-paragraph {
  text-align: left;
  font-size: .9em;
}

.homepage-strip {
  width: 100%;
  border-top: 1px solid #d6ebff;
  border-bottom: 1px solid #d6ebff;
}

@media (min-width:768px) {
  .static-content {
    margin-top: 30px;
  }

  .homepage-skyline {
    background-image: url(/images/WL/jetcost/skyline.png);
    background-repeat: no-repeat;
    background-position: center top;
    height: 600px;
  }

  .flights-homepage-container-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .flights-homepage-container-wrapper .flights-homepage-base-content {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    min-height: calc(100vh - 45px);
    height: auto;
  }

  .flights-homepage-container-wrapper .flights-homepage-base-content .flights-homepage-content-inner-wrapper {
    width: 100%;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
}

.flights-homepage-title {
  font-size: 2.3em;
  font-weight: 700;
  color: #1B0060;
}

@media (max-width:767px) {
  .flights-homepage-title {
    font-size: 1.5em;
    text-align: center;
  }

  .flights-homepage-subtitle {
    display: none;
  }
}

.flights-homepage-subtitle {
  font-size: 18px;
  font-weight: lighter;
  font-style: italic;
  color: #000;
}

@media (max-width:767px) {
  .flights-homepage-static-content {
    display: none;
  }
}

.flights-top-content .flights-top-title {
  font-size: 22px;
}

.flights-top-content .flights-top-list-item {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 13px;
  font-weight: 700;
}

.flights-top-content .flights-top-list-item .top-flights-label {
  display: inline-block;
  color: #12305a;
}

.flights-top-content .flights-top-list-item .top-flights-price {
  color: red;
}

.flights-top-content .flights-top-list-item:hover .top-flights-label {
  color: #ff5907;
  text-decoration: underline;
}

.flights-last-searches-content .last-searches-item .last-searches-item-left .last-searches-item-link,
.flights-mobile-app-panel .flights-mobile-store-img-content .flights-mobile-store-link:hover {
  text-decoration: none;
}

.flights-press-container {
  text-align: center;
}

@media (max-width:991px) {
  .flights-press-container {
    display: none;
  }
}

.flights-press-container .flights-press-title {
  color: #1B0060;
}

.flights-press-container .flights-press-item {
  display: inline-block;
  padding: 5px 10px;
}

.flights-press-container .flights-press-item .flights-press-image {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  transition: .3s;
}

.flights-press-container .flights-press-item .flights-press-image:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

.flights-mobile-app-panel {
  background-color: #edf5ff;
  border: 1px solid #d6ebff;
  border-radius: 4px;
  padding: 0 20px;
}

.flights-mobile-app-panel:after,
.flights-mobile-app-panel:before {
  content: " ";
  display: table;
}

.flights-mobile-app-panel .flights-mobile-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flights-mobile-app-panel .flights-mobile-title {
  color: #337ab7;
  font-size: 18px;
}

.flights-mobile-app-panel .flights-mobile-store-img-content {
  padding-top: 20px;
  padding-bottom: 20px;
}

.flights-mobile-app-panel .flights-mobile-store-img-content .flights-mobile-store-img {
  margin-top: 10px;
  width: auto;
  height: 40px;
}

@media (max-width:575px) {
  .flights-mobile-app-panel .flights-mobile-store-img-content {
    text-align: center;
  }
}

.flights-mobile-app-panel .flights-mobile-app-img-content {
  padding-top: 20px;
}

.flights-mobile-app-panel .flights-mobile-app-img-content .flights-mobile-app-img {
  max-width: 260px;
  width: 100%;
  height: auto;
}

@media (max-width:767px) {
  .flights-mobile-app-panel {
    border-radius: 0;
    border-left: 0;
    border-right: 0;
  }

  .flights-mobile-app-panel .flights-mobile-app-img-content {
    display: none;
  }
}

.flights-last-searches-content {
  margin-bottom: 10px;
}

.flights-last-searches-content .last-searches-item {
  cursor: pointer;
  border: 1px solid #eee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flights-last-searches-content .last-searches-item .last-searches-item-left {
  min-width: 0;
  padding-left: 5px;
}

.flights-last-searches-content .last-searches-item .last-searches-item-left .last-searches-airports,
.flights-last-searches-content .last-searches-item .last-searches-item-left .last-searches-dates {
  color: #1B0060;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.flights-merchandising-box .flights-merchandising-box-with-banner:nth-child(n+7),
.flights-search-form-container .flights-search-form-content-banner {
  display: none;
}

.flights-last-searches-content .last-searches-item .last-searches-item-left .last-searches-airports {
  font-size: 13px;
}

.flights-last-searches-content .last-searches-item .last-searches-item-left .last-searches-dates {
  font-size: 11px;
}

.flights-last-searches-content .last-searches-item .last-searches-item-right {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.flights-last-searches-content .last-searches-item .last-searches-item-right .last-searches-best-price {
  font-weight: 700;
  color: #ff5907;
}

.flights-last-searches-content .last-searches-item .last-searches-item-right .last-searches-chevron-right {
  font-weight: 700;
  background-color: #ff5907;
  padding: 10px;
  color: #fff;
}

@media (max-width:991px) {
  .flights-merchandising-box .flights-merchandising-box-with-banner:nth-child(n+4) {
    display: none;
  }
}

.flights-merchandising-box .flights-merchandising-img {
  position: relative;
  width: 100%;
  height: 200px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 20px;
}

.flights-merchandising-box .flights-merchandising-label-container {
  position: absolute;
  margin: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px;
  color: #fff;
  background: rgba(0,0,0,.5);
  font-size: 1em;
}

.flights-merchandising-box .flights-merchandising-label-container .flights-merchandising-price {
  float: right;
}

.flights-search-form-container .flights-search-form-content,
.flights-search-form-container .flights-search-form-content-title {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 8px;
  padding-right: 8px;
}

.flights-search-form-container .flights-search-form-content-title:not(.full-width),
.flights-search-form-container .flights-search-form-content:not(.full-width) {
  position: relative;
  min-height: 1px;
  padding-left: 8px;
  padding-right: 8px;
}

@media (min-width:992px) {
  .flights-search-form-container .flights-search-form-content-title:not(.full-width),
  .flights-search-form-container .flights-search-form-content:not(.full-width) {
    float: left;
    width: 83.33333333%;
    margin-left: 8.33333333%;
  }
}

.flights-search-form-container .flights-search-form-content-title {
  margin-top: 40px;
  margin-bottom: 20px;
}

@media (min-width:1200px) {
  .flights-search-form-container .flights-search-form-content-title:not(.full-width),
  .flights-search-form-container .flights-search-form-content:not(.full-width) {
    float: left;
    width: 66.66666667%;
    margin-left: 16.66666667%;
  }

  .flights-search-form-container.has-right-banner .flights-search-form-content,
  .flights-search-form-container.has-right-banner .flights-search-form-content-title {
    margin-left: 0;
  }
}

.flights-search-form-container.has-right-banner .flights-search-form-content-banner {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 8px;
  padding-right: 8px;
  text-align: center;
}

.form-search-jumbotron {
  background-color: #12305a;
  background-repeat: no-repeat;
  background-position: 0 -7px;
  padding-bottom: 5px;
  background-image: none;
}

.form-search-jumbotron.form-search-jumbotron-homepage {
  padding: 115px 0;
  background-size: cover;
  height: auto;
  background-position: top center;
  background-image: none;
}

@media (min-width:768px) {
  .form-search-jumbotron.form-search-jumbotron-homepage {
    background-color: transparent;
    padding-top: 40px;
    padding-bottom: 80px;
  }

  .form-search-jumbotron.form-search-jumbotron-homepage .cars-search-form,
  .form-search-jumbotron.form-search-jumbotron-homepage .flights-results-search-form,
  .form-search-jumbotron.form-search-jumbotron-homepage .hotels-search-form {
    padding: 20px;
  }

  .container+.form-search-jumbotron.form-search-jumbotron-homepage {
    padding-top: 0;
  }
}

@media (min-width:1200px) {
  .flights-search-form-container.has-right-banner .flights-search-form-content-banner {
    float: left;
    width: 33.33333333%;
  }

  .form-search-jumbotron.form-search-jumbotron-homepage.form-search-jumbotron-homepage-hotels {
    padding-top: 80px;
  }
}

@media (max-width:767px) {
  .flights-merchandising-box {
    display: none;
  }

  .flights-search-form-container .flights-search-form-content-title {
    margin-top: 10px;
  }

  .form-search-jumbotron.form-search-jumbotron-homepage {
    padding: 20px 0 5px;
    background-position: bottom;
    background-size: contain;
    background-image: none;
  }

  .form-search-jumbotron {
    background-size: contain;
  }
}

.form-search-jumbotron:before {
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
}

.form-search-jumbotron .form-search-btn {
  text-transform: uppercase;
  font-weight: 700;
}

.form-search-jumbotron .btn-cta {
  font-size: 12px;
}

.form-search-jumbotron-flights:not(.form-search-jumbotron-homepage) {
  background-color: transparent;
  padding-bottom: 0;
}

.form-search-jumbotron-flights:not(.form-search-jumbotron-homepage) .form-search-jumbotron-container {
  background-color: #12305a;
  padding-bottom: 5px;
}

.cars-search-form-col {
  position: relative;
  min-height: 1px;
  padding-left: 8px;
  padding-right: 8px;
}

.cars-search-form-sub-col-date,
.cars-search-form-sub-col-time {
  padding-left: 0;
  padding-right: 0;
  position: relative;
  float: left;
  min-height: 1px;
}

@media (min-width:576px) {
  .cars-search-form-col {
    float: left;
    width: 100%;
  }
}

.cars-search-form-label {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  color: #fff;
  font-weight: 400;
}

@media (max-width:991px) and (min-width:768px) {
  .cars-search-form-col-location {
    width: 736px;
  }

  .form-search-jumbotron-homepage .cars-search-form-col-location,
  .form-search-multi-product .cars-search-form-col-location {
    width: 696px;
  }
}

@media (max-width:1199px) and (min-width:992px) {
  .cars-search-form-col-location {
    width: 956px;
  }

  .form-search-jumbotron-homepage .cars-search-form-col-location,
  .form-search-multi-product .cars-search-form-col-location {
    width: 916px;
  }
}

@media (min-width:1200px) {
  .cars-search-form-col-location {
    width: 410.4px;
  }

  .form-search-jumbotron-homepage .cars-search-form-col-location,
  .form-search-multi-product .cars-search-form-col-location {
    width: 394.4px;
  }
}

.cars-search-form-col-datetime {
  margin-left: 0;
  margin-right: 0;
}

.cars-search-form-col-datetime:after,
.cars-search-form-col-datetime:before {
  content: " ";
  display: table;
}

@media (max-width:991px) and (min-width:768px) {
  .cars-search-form-col-datetime {
    width: 303px;
  }

  .form-search-jumbotron-homepage .cars-search-form-col-datetime,
  .form-search-multi-product .cars-search-form-col-datetime {
    width: 283px;
  }
}

@media (max-width:1199px) and (min-width:992px) {
  .cars-search-form-col-datetime {
    width: 413px;
  }

  .form-search-jumbotron-homepage .cars-search-form-col-datetime,
  .form-search-multi-product .cars-search-form-col-datetime {
    width: 393px;
  }
}

@media (min-width:1200px) {
  .cars-search-form-col-datetime {
    width: 307.8px;
  }

  .form-search-jumbotron-homepage .cars-search-form-col-datetime,
  .form-search-multi-product .cars-search-form-col-datetime {
    width: 295.8px;
  }
}

@media (min-width:768px) {
  .form-search-jumbotron {
    background-size: 50%;
    background-repeat: repeat-x;
  }

  .form-search-jumbotron-homepage .cars-search-form {
    background-color: #12305a;
  }

  .cars-search-form-col-submit {
    width: 130px;
  }
}

@media (max-width:991px) and (min-width:768px) {
  .cars-search-form-other-city .cars-search-form-col-location {
    width: 350px;
  }

  .form-search-jumbotron-homepage .cars-search-form-other-city .cars-search-form-col-location,
  .form-search-multi-product .cars-search-form-other-city .cars-search-form-col-location {
    width: 330px;
  }
}

@media (max-width:1199px) and (min-width:992px) {
  .cars-search-form-other-city .cars-search-form-col-location {
    width: 460px;
  }

  .form-search-jumbotron-homepage .cars-search-form-other-city .cars-search-form-col-location,
  .form-search-multi-product .cars-search-form-other-city .cars-search-form-col-location {
    width: 440px;
  }
}

@media (min-width:1200px) {
  .cars-search-form-other-city .cars-search-form-col-location {
    width: 247.5px;
  }

  .form-search-jumbotron-homepage .cars-search-form-other-city .cars-search-form-col-location,
  .form-search-multi-product .cars-search-form-other-city .cars-search-form-col-location {
    width: 211.11px;
  }

  .cars-search-form-other-city .cars-search-form-col-datetime {
    width: 247.5px;
  }

  .form-search-jumbotron-homepage .cars-search-form-other-city .cars-search-form-col-datetime,
  .form-search-multi-product .cars-search-form-other-city .cars-search-form-col-datetime {
    width: 263.89px;
  }
}

.cars-search-form-other-city .cars-search-form-col-inverter {
  color: #fff;
  line-height: 45px;
  margin-top: 25px;
  cursor: pointer;
}

@media (max-width:767px) {
  .cars-search-form-other-city .cars-search-form-col-inverter {
    display: block;
    text-align: right;
    line-height: 0;
    margin-top: 0;
    padding-top: 5px;
    z-index: 1;
  }

  .cars-search-form-other-city .cars-search-form-col-inverter::before {
    display: inline-block;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}

@media (min-width:768px) {
  .cars-search-form-other-city .cars-search-form-col-inverter {
    width: 36px;
  }
}

.cars-search-form-sub-col-date {
  width: 55.83333333%;
}

.cars-search-form-sub-col-time {
  width: 44.16666667%;
}

.cars-search-form-sub-col-time select::-ms-expand {
  display: none;
}

.dropdown-time-picker {
  min-width: 200px;
}

.dropdown-time-picker .dropdown-item {
  padding: 0 5px;
}

.dropdown-time-picker .dropdown-item-col {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-left: 2px;
  padding-right: 2px;
}

.cars-rental {
  transition: border .2s linear;
  border-color: #12305a;
  border-radius: 0;
  cursor: pointer;
}

.cars-rental:hover {
  box-shadow: none;
  background-color: #edf5ff;
}

.cars-rental .cars-rental-anchor {
  color: #333;
  padding: 6px 12px;
  display: block;
}

.cars-rental .cars-rental-title {
  font-size: 18px;
}

@media (max-width:575px) {
  .cars-rental .cars-rental-anchor {
    margin-left: -8px;
    margin-right: -8px;
    position: relative;
  }

  .cars-rental .cars-rental-anchor:after,
  .cars-rental .cars-rental-anchor:before {
    content: " ";
    display: table;
  }

  .cars-rental .cars-rental-anchor:after {
    clear: both;
  }

  .cars-rental .cars-rental-title {
    position: relative;
    float: left;
    width: 66.66666667%;
    min-height: 1px;
    padding-left: 8px;
    padding-right: 8px;
    font-size: 14px;
  }

  .cars-rental .cars-rental-title-location {
    margin-bottom: 10px;
  }
}

.cars-rental .cars-rental-title-category {
  font-size: 80%;
  color: #a0a0a0;
  display: block;
}

.cars-rental .cars-rental-title-car {
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
}

.cars-rental .cars-rental-title-similar {
  font-size: 80%;
  color: #a0a0a0;
  font-weight: 400;
}

.cars-rental .cars-rental-title-price {
  display: none;
  color: #5280aa;
}

@media (min-width:576px) {
  .cars-rental .cars-rental-title {
    padding: 10px 10px 5px;
    overflow: hidden;
  }

  .cars-rental .cars-rental-title-category {
    display: none;
  }

  .cars-rental .cars-rental-title-price {
    display: inline;
    float: right;
  }
}

.cars-rental .cars-rental-title-price .price-per-day {
  font-size: 14px;
}

.cars-rental .cars-rental-title-location {
  font-size: 60%;
  color: #a0a0a0;
  font-weight: 400;
  display: block;
}

.cars-rental .cars-rental-separator {
  margin: 5px 0;
  border-top: 1px solid #12305a;
}

@media (max-width:575px) {
  .cars-rental .cars-rental-separator {
    display: none;
  }
}

@media (min-width:576px) {
  .cars-rental .cars-rental-rental {
    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;
    margin-left: -8px;
    margin-right: -8px;
  }

  .cars-rental .cars-rental-rental:after,
  .cars-rental .cars-rental-rental:before {
    content: " ";
    display: table;
  }

  .cars-rental .cars-rental-rental:after {
    clear: both;
  }

  .cars-rental .cars-rental-info {
    margin-left: -8px;
    margin-right: -8px;
    position: relative;
    min-height: 1px;
    padding-left: 8px;
    padding-right: 8px;
    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;
    border-right: 1px solid #12305a;
  }

  .cars-rental .cars-rental-info:after,
  .cars-rental .cars-rental-info:before {
    content: " ";
    display: table;
  }

  .cars-rental .cars-rental-info:after {
    clear: both;
  }
}

@media (min-width:576px) and (min-width:576px) {
  .cars-rental .cars-rental-info {
    float: left;
    width: 66.66666667%;
  }
}

@media (max-width:575px) {
  .cars-rental .cars-rental-image {
    position: relative;
    width: 33.33333333%;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
    float: right;
  }
}

@media (max-width:767px) and (min-width:576px) and (min-width:576px) {
  .cars-rental .cars-rental-image {
    float: left;
    width: 50%;
  }
}

@media (max-width:991px) and (min-width:768px) and (min-width:576px) {
  .cars-rental .cars-rental-image {
    float: left;
    width: 41.66666667%;
  }
}

@media (max-width:1199px) and (min-width:992px) and (min-width:576px) {
  .cars-rental .cars-rental-image {
    float: left;
    width: 58.33333333%;
  }
}

@media (min-width:1200px) and (min-width:576px) {
  .cars-rental .cars-rental-image {
    float: left;
    width: 50%;
  }
}

@media (max-width:575px) {
  .cars-rental .cars-rental-car {
    position: relative;
    float: left;
    width: 66.66666667%;
    min-height: 1px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .cars-rental .cars-rental-car-feature {
    display: inline;
  }
}

@media (max-width:767px) and (min-width:576px) {
  .cars-rental .cars-rental-car,
  .cars-rental .cars-rental-image {
    position: relative;
    min-height: 1px;
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media (max-width:767px) and (min-width:576px) and (min-width:576px) {
  .cars-rental .cars-rental-car {
    float: left;
    width: 50%;
  }
}

@media (max-width:991px) and (min-width:768px) {
  .cars-rental .cars-rental-car,
  .cars-rental .cars-rental-image {
    position: relative;
    min-height: 1px;
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media (max-width:991px) and (min-width:768px) and (min-width:576px) {
  .cars-rental .cars-rental-car {
    float: left;
    width: 58.33333333%;
  }
}

@media (max-width:1199px) and (min-width:992px) {
  .cars-rental .cars-rental-car,
  .cars-rental .cars-rental-image {
    position: relative;
    min-height: 1px;
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media (max-width:1199px) and (min-width:992px) and (min-width:576px) {
  .cars-rental .cars-rental-car {
    float: left;
    width: 41.66666667%;
  }
}

@media (min-width:1200px) {
  .cars-rental .cars-rental-car,
  .cars-rental .cars-rental-image {
    position: relative;
    min-height: 1px;
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media (min-width:1200px) and (min-width:576px) {
  .cars-rental .cars-rental-car {
    float: left;
    width: 50%;
  }
}

@media (max-width:575px) {
  .cars-rental .cars-rental-car-feature-label {
    display: none;
  }

  .cars-rental .cars-rental-price-container {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 8px;
    padding-right: 8px;
    border-top: 1px solid #eee;
    margin: 10px 0 5px;
    padding-top: 10px;
  }
}

@media (min-width:576px) {
  .cars-rental .cars-rental-car-feature-short-label {
    display: none;
  }

  .cars-rental .cars-rental-price-container {
    position: relative;
    min-height: 1px;
    padding-left: 8px;
    padding-right: 8px;
    text-align: center;
  }
}

@media (min-width:576px) and (min-width:576px) {
  .cars-rental .cars-rental-price-container {
    float: left;
    width: 33.33333333%;
  }
}

.cars-rental .cars-rental-best-price {
  font-size: 24px;
  margin-bottom: 6px;
  font-weight: 500;
}

.cars-rental .cars-rental-clickout-partner {
  font-weight: 700;
}

@media (min-width:768px) {
  .cars-rental .cars-rental-clickout-partner {
    margin-top: 8px;
  }
}

@media (max-width:575px) {
  .cars-rental .cars-rental-clickout-partner {
    float: left;
    font-size: 12px;
    line-height: 28px;
  }
}

.cars-rental .cars-rental-more-offers-head {
  padding: 5px 10px;
}

.cars-rental .cars-rental-more-offers-action {
  font-size: 11px;
  line-height: 20px;
  transition: all .2s linear;
}

.cars-rental .cars-rental-more-offers-action.cars-rental-more-offers-action-rotate {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.cars-rental .cars-rental-more-offers-text {
  font-size: 12px;
  line-height: 20px;
}

.cars-rental .cars-rental-more-offers-margin {
  margin-left: 5px;
  margin-right: 5px;
}

.cars-rental .cars-rental-panel-footer {
  padding: 5px 10px;
  background-color: #f9f9f9;
  border-top: 1px solid #12305a;
}

.cars-rental .cars-rental-offers-link {
  font-size: 12px;
}

.cars-rental .cars-rental-offers-link:hover {
  text-decoration: underline;
}

.cars-rental .cars-rental-offer-cta-mobile {
  font-size: 18px;
  color: #ff5907;
  font-weight: 700;
  display: none;
  vertical-align: middle;
}

@media (max-width:575px) {
  .cars-rental .cars-rental-offer-cta-mobile {
    display: inline-block;
  }
}

.cars-rental .cars-rental-offers-text-mobile {
  display: none;
}

.cars-rental .cars-rental-offers-text-desktop {
  min-width: 85px;
  display: inline-block;
  vertical-align: middle;
}

@media (max-width:575px) {
  .cars-rental .cars-rental-offers-text-mobile {
    display: inline-block;
  }

  .cars-rental .cars-rental-offers-text-desktop {
    display: none;
  }
}

.cars-rental .cars-rental-toggle-offers-action-box {
  text-align: right;
}

.cars-rental .cars-rental-toggle-offers-action {
  font-size: 12px;
  transition: all .1s linear;
  display: inline-block;
}

.cars-rental .cars-rental-toggle-offers-action.cars-rental-more-offers-action-rotate {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.cars-rental .cars-rental-offers-list {
  margin-top: 5px;
  border-top: 1px solid #ddd;
  margin-bottom: 0;
  padding-left: 8px;
  padding-right: 8px;
}

.cars-rental .cars-rental-offers-item {
  text-align: center;
  background-color: transparent;
  padding: 3px 0;
  border-radius: none;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #ddd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.cars-rental .cars-rental-offers-item-cta-box,
.cars-rental .cars-rental-offers-item-cta-box.item-cta-box-extended,
.cars-rental .cars-rental-offers-item-partner-box,
.cars-rental .cars-rental-offers-item-partner-box.item-partner-box-extended {
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
}

.cars-rental .cars-rental-offers-item:last-child {
  border-bottom: none;
}

.cars-rental .cars-rental-offers-row-detail {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.cars-rental .cars-rental-offers-item-partner-box {
  float: left;
  width: 50%;
}

@media (min-width:576px) {
  .cars-rental .cars-rental-offers-item-partner-box {
    float: left;
    width: 33.33333333%;
  }

  .cars-rental .cars-rental-offers-item-partner-box.item-partner-box-extended {
    float: left;
    width: 25%;
  }
}

@media (max-width:575px) {
  .cars-rental .cars-rental-offers-item-partner-box {
    text-align: left;
  }
}

.cars-rental .cars-rental-offers-item-cta-box,
.cars-rental .cars-rental-offers-item-cta-box-four-col {
  text-align: right;
}

.cars-rental .cars-rental-offers-item-cta-box {
  float: left;
  width: 50%;
}

@media (min-width:576px) {
  .cars-rental .cars-rental-offers-item-cta-box {
    float: left;
    width: 33.33333333%;
  }

  .cars-rental .cars-rental-offers-item-cta-box.item-cta-box-extended {
    float: left;
    width: 75%;
  }
}

.cars-rental .cars-rental-offers-item-cta-box.item-cta-box-extended .offers-item-cta-buttons-wrapper {
  display: inline-block;
  vertical-align: middle;
}

.cars-rental .cars-rental-offers-item-prices-inline-wrapper {
  display: inline-block;
  vertical-align: middle;
  float: none;
}

@media (max-width:575px) {
  .cars-rental .cars-rental-offers-item-prices-inline-wrapper {
    display: none;
  }
}

.cars-rental .cars-rental-offers-item-prices-inline-wrapper .item-price-inline-total {
  padding: 0 5px;
  font-weight: 700;
  margin-right: 20px;
}

.slide-enter-active,
.slide-leave-active {
  transition: max-height .2s linear;
}

.slide-enter,
.slide-leave-to {
  max-height: 0;
}

.slide-enter-to,
.slide-leave {
  max-height: 500px;
}

.ribbon {
  width: 100%;
  height: auto;
  background-color: #FFF;
  position: fixed;
  overflow: hidden;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  box-shadow: rgba(0,0,0,.15) 0 -2px 5px 0,rgba(0,0,0,.11) 0 -2px 10px 0;
}

.ribbon-row {
  border-top: 1px solid #e6e6e6;
}

.ribbon-ad {
  padding: 15px 0;
}

.ribbon-ad:not(:last-child) {
  border-right: 1px solid #e6e6e6;
}

.ribbon-image {
  max-width: 32px;
}

.ribbon-bar {
  font-size: 15px;
  padding: 5px;
  background-color: #12305a;
  color: #fff;
}

.ribbon-remove {
  font-size: 1.3em;
  margin-left: -1.3em!important;
  margin-top: 0!important;
}

.ia-service-title {
  color: #12305a;
  font-weight: 700;
  font-size: 18px;
}

.ia-service-results-container {
  border-color: #12305a;
  border-radius: 0;
  margin-bottom: 10px;
}

.ia-service-results-container .ia-service-title {
  margin-top: 5px;
}

@media (max-width:576px) {
  .ia-service-results-container .ia-col-no-padding-xxs {
    padding: 0;
  }

  .ia-service-results-container .ia-col .iacard {
    max-width: 130px;
  }
}

.ia-service-results-container .ia-row-content {
  overflow-x: auto;
  white-space: nowrap;
  margin: 0;
  padding-top: 5px;
  padding-bottom: 5px;
}

.ia-service-results-container .ia-col {
  display: inline-block;
  float: none;
  min-width: 140px;
  padding: 0;
}

.ia-service-results-container .ia-col .iacard {
  cursor: pointer;
  border-radius: 0;
  border: 1px solid #12305a;
  background-color: #fff;
  width: 95%;
  height: 100%;
  min-width: 130px;
}

.ia-service-results-container .ia-col .iacard:hover {
  box-shadow: 0 2px 6px rgba(0,0,0,.2);
  transition: all .2s ease-out;
}

.ia-service-results-container .ia-col .iacard .iacard-inner-content {
  position: relative;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
}

.ia-service-results-container .ia-col .iacard .iacard-inner-content .ia-service-img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0;
}

@media (max-width:576px) {
  .ia-service-results-container .ia-col:first-child {
    margin-left: 8px;
  }

  .ia-service-results-container .ia-col:last-child {
    margin-right: 8px;
  }
}

.ia-service-results-container .ia-col:not(:first-child) .iacard {
  margin: 0 auto;
}

.ia-service-results-container .ia-col:last-child:not(:only-child) .iacard {
  margin: 0 0 0 auto;
}

@media (max-width:767px) {
  .ia-service-results-container .ia-col:only-child .iacard {
    margin: 0 auto 0 0;
  }
}

.ia-service-shoulder-container {
  text-align: center;
}

.ia-service-shoulder-container .ia-service-item {
  cursor: pointer;
  margin-top: 5px;
}

.ia-service-shoulder-container .ia-service-item:first-child {
  margin-top: 0;
}

.ia-service-shoulder-container .ia-service-img {
  background-color: #fff;
  width: 150px;
  height: 30px;
  padding: 3px;
  display: inline-block;
  box-sizing: content-box;
  border: 1px solid #ddd;
  border-radius: 5px;
}

.arrow,
.arrow::after,
.arrow::before {
  box-sizing: border-box;
}

.ia-service-shoulder-container .ia-service-btn {
  color: #12305a;
  font-weight: 700;
  padding: 8px;
  margin-left: -10px;
  border-radius: 0 5px 5px 0;
  border: 1px solid #ddd;
  background-color: #ddd;
}

.ia-service-shoulder-container .ia-service-item:hover .ia-service-img {
  border: 1px solid #12305a;
}

.ia-service-shoulder-container .ia-service-item:hover .ia-service-btn {
  background-color: #12305a;
  border: 1px solid #12305a;
  color: #fff;
}

.skeleton-animation {
  background: no-repeat #dddedf;
  background-image: linear-gradient(to right,#dddedf 0,#c4c5c6 20%,#dddedf 40%,#dddedf 100%);
  background-size: 800px 104px;
  position: relative;
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-name: placeholderShimmer;
  -webkit-animation-timing-function: linear;
}

@-webkit-keyframes placeholderShimmer {
  0% {
    background-position: -468px 0;
  }

  100% {
    background-position: 468px 0;
  }
}

.hotel-search-form-hotels-combined .hcsb_container,
.hotel-search-form-hotels-combined .hcsb_content,
.hotel-search-form-hotels-combined fieldset {
  background: #12305a!important;
}

.hotel-search-form-hotels-combined .hcsb_searchButton {
  background: #ff5907!important;
}

.price-navigator-heading,
.price-navigator-no-price-span {
  cursor: pointer;
}

.price-navigator-panel {
  border-radius: 0;
}

@media (max-width:767px) {
  .price-navigator-panel {
    margin-left: -8px;
    margin-right: -8px;
  }
}

.price-navigator-heading {
  padding: 5px 10px;
  font-size: 14px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.price-navigator-chevron {
  transition: all .1s linear;
  display: inline-block;
}

.price-navigator-chevron.price-navigator-action-rotate {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.price-navigator-table-container {
  overflow: hidden;
}

.price-navigator-row-header {
  margin-top: 5px;
  margin-bottom: 5px;
}

.price-navigator-arrows-size {
  font-size: 16px;
}

.price-navigator-outbound-arrows,
.price-navigator-return-arrows {
  padding: 0;
  background-color: transparent;
}

.price-navigator-outbound-arrows {
  margin-top: 5px;
}

.price-navigator-return-arrows {
  margin-right: 15px;
}

@media (max-width:767px) {
  .price-navigator-return-arrows {
    margin-right: 0;
    margin-left: 15px;
  }
}

.price-navigator-separator {
  margin-top: 5px;
  margin-bottom: 5px;
}

.price-navigator-arrow-down {
  margin-top: 5px;
}

.price-navigator-return-label {
  width: 1px;
  word-wrap: break-word;
  margin-left: 35%;
  margin-top: 5px;
}

@media (min-width:992px) {
  .price-navigator-return-label {
    margin-top: 10px;
  }
}

.price-navigator-table {
  text-align: center;
  margin-bottom: 0;
}

.price-navigator-price-btn {
  max-width: 100%;
}

.price-navigator-row-results {
  max-width: 50px;
}

.price-navigator-price-btn,
.price-navigator-row-results,
.price-navigator-tr {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.price-navigator-dates {
  text-align: center;
  padding: 5px 0!important;
  vertical-align: middle!important;
  font-weight: 700;
}

.price-navigator-price-btn {
  padding: 0 3px;
}

.price-navigator-legend-span {
  display: block;
  font-size: 85%;
}

.price-navigator-legend {
  font-size: 85%;
  white-space: normal;
}

.price-navigator-legend-success {
  color: #5cb85c;
}

.price-navigator-legend-warning {
  color: #f0ad4e;
}

.price-navigator-legend-danger {
  color: #d9534f;
}

.promobox-jetcost-wrapper .promobox-panel {
  transition: border .2s linear;
  border-color: #12305a;
  border-radius: 0;
}

.promobox-jetcost-wrapper .promobox-panel:hover {
  border-color: #12305a;
  background-color: #edf5ff;
}

.promobox-jetcost-wrapper .promobox-panel.promobox-panel-on-shoulder {
  border-width: 0;
  margin-bottom: 0;
  border-radius: 0;
}

.promobox-jetcost-wrapper .promobox-panel.promobox-panel-on-shoulder:hover {
  background-color: transparent;
}

.promobox-jetcost-wrapper .promoboxes-on-shoulder {
  margin-top: 15px;
}

.promobox-jetcost-wrapper .promoboxes-on-shoulder.promobox-top .promobox-panel-on-shoulder:last-child {
  border-bottom: 2px solid #12305a;
}

.promobox-jetcost-wrapper .promoboxes-on-shoulder:not(.promobox-top) .promobox-panel-on-shoulder:first-child {
  border-top: 2px solid #12305a;
}

.promobox-jetcost-wrapper .promobox-pointer {
  cursor: pointer;
}

.promobox-jetcost-wrapper .promobox-container {
  color: #333;
  padding: 6px 12px;
}

.promobox-jetcost-wrapper .promobox-title-on-shoulder {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.promobox-jetcost-wrapper .promobox-three-cols-claim {
  display: inline-block;
}

.promobox-jetcost-wrapper .promobox-three-cols-btn {
  margin: 5px;
  width: 90%!important;
  max-width: 155px!important;
}

@media (max-width:767px) {
  .promobox-jetcost-wrapper .promobox-three-cols-first-container {
    min-height: 120px;
    display: table;
    table-layout: fixed;
  }

  .promobox-jetcost-wrapper .promobox-three-cols-first-content {
    height: 120px;
    vertical-align: middle;
    display: table-cell;
    padding-left: 10px;
  }
}

@media (min-width:768px) {
  .promobox-jetcost-wrapper .promobox-three-cols-description {
    left: 0;
    right: 0;
    margin: 0 auto;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: absolute;
    width: 90%!important;
    max-width: 155px!important;
    padding: 3px;
    color: #fff;
    background: rgba(0,0,0,.5);
  }

  .promobox-jetcost-wrapper .promobox-three-cols-img {
    width: 90%!important;
    max-width: 155px!important;
    height: auto!important;
    max-height: 120px!important;
    text-align: center;
    display: inline;
    background-size: cover;
    background-repeat: no-repeat;
  }
}

.promobox-jetcost-wrapper .promobox-image-text-right-col {
  border-left: 1px solid #12305a;
}

.promobox-jetcost-wrapper .promobox-image-text-left-container,
.promobox-jetcost-wrapper .promobox-image-text-right-container {
  display: table;
  table-layout: fixed;
}

.promobox-jetcost-wrapper .promobox-on-shoulder-left-container {
  width: 100%;
}

.promobox-jetcost-wrapper .promobox-on-shoulder-left-content {
  width: 100px;
}

.promobox-jetcost-wrapper .promobox-image-text-left-container {
  min-height: 120px;
}

@media (max-width:991px) and (min-width:768px) {
  .promobox-jetcost-wrapper .promobox-image-text-button-cta {
    font-size: 85%;
  }
}

.promobox-jetcost-wrapper .promobox-image-text-body-content,
.promobox-jetcost-wrapper .promobox-image-text-left-content,
.promobox-jetcost-wrapper .promobox-image-text-right-content {
  vertical-align: middle;
  display: table-cell;
}

.promobox-jetcost-wrapper .promobox-image-text-left-content,
.promobox-jetcost-wrapper .promobox-image-text-right-content {
  height: 120px;
}

.promobox-jetcost-wrapper .promobox-image-text-right-content {
  width: 50%;
  margin: 0 auto;
}

.promobox-jetcost-wrapper .promobox-image-text-body-content {
  padding-left: 10px;
}

.promobox-jetcost-wrapper .promobox-image-text-price,
.promobox-jetcost-wrapper .promobox-image-text-title {
  margin-top: 0;
}

.promobox-jetcost-wrapper .promobox-image-text-price {
  font-size: 18px;
}

@media (max-width:767px) {
  .promobox-jetcost-wrapper .promobox-image-text-description,
  .promobox-jetcost-wrapper .promobox-three-cols-description {
    font-size: 85%;
  }
}

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

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

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

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

.promobox-jetcost-wrapper .promobox-hr-separator {
  margin: 0 0 10px;
  border-top: 1px solid #12305a;
}

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

.promobox-jetcost-wrapper .promobox-cta {
  font-size: 18px;
  color: #ff5907;
  font-weight: 700;
  display: inline-block;
}

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

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

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

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

.promobox-jetcost-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-jetcost-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-jetcost-wrapper .promobox-display .display-iata {
  font-size: 18px;
  font-weight: bolder;
}

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

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

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

.promobox-jetcost-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-jetcost-wrapper .promobox-image-text-img,
  .promobox-jetcost-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: #ff5907;
  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: #ff5907;
  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: #12305a;
  -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,
.seo-box h2 {
  font-size: 32px;
  color: #1B0060;
}

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

@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-container .page-primary-heading {
  color: #1B0060;
}

.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(18,48,90,.7);
  font-size: 32px;
  position: absolute;
  left: 0;
  bottom: 30px;
}

.theme-tile:hover .theme-title {
  background: rgba(18,48,90,.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(18,48,90,.7);
  font-size: 56px;
  line-height: 1.1;
}

.theme-tile:hover .theme-hero-title {
  background: rgba(18,48,90,.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: #12305a;
  background: #12305a;
  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: #12305a;
  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%);
}

.arrow::after,
.arrow::before,
.theme-form .jc-exclamation-circle:after {
  content: '';
}

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

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

.theme-form .jc-exclamation-circle:after {
  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: #ff5907;
}

.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: #ff5907;
  border-color: #ff5907;
}

.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: #12305a;
}

.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;
}

.hotels-search-form-label,
.intercard-text {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.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;
  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: #ff5907;
}

.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;
  }
}

.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;
}

.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;
}

.form-search-powered {
  margin: 10px 8px;
}

.hotels-search-form-col {
  position: relative;
  min-height: 1px;
  padding-left: 8px;
  padding-right: 8px;
}

@media (min-width:576px) {
  .hotels-search-form-col {
    float: left;
    width: 100%;
  }
}

.hotels-search-form-label {
  display: block;
  color: #fff;
  font-weight: 400;
}

@media (max-width:991px) and (min-width:768px) {
  .hotels-search-form-col-place {
    width: 736px;
  }

  .form-search-jumbotron-homepage .hotels-search-form-col-place,
  .form-search-multi-product .hotels-search-form-col-place {
    width: 696px;
  }
}

@media (max-width:1199px) and (min-width:992px) {
  .hotels-search-form-col-place {
    width: 956px;
  }

  .form-search-jumbotron-homepage .hotels-search-form-col-place,
  .form-search-multi-product .hotels-search-form-col-place {
    width: 916px;
  }
}

@media (min-width:1200px) {
  .hotels-search-form-col-place {
    width: 539.47px;
  }

  .form-search-jumbotron-homepage .hotels-search-form-col-place,
  .form-search-multi-product .hotels-search-form-col-place {
    width: 460.13px;
  }
}

@media (max-width:991px) and (min-width:768px) {
  .hotels-search-form-col-date,
  .hotels-search-form-col-room-options {
    width: 303px;
  }

  .form-search-jumbotron-homepage .hotels-search-form-col-date,
  .form-search-jumbotron-homepage .hotels-search-form-col-room-options,
  .form-search-multi-product .hotels-search-form-col-date,
  .form-search-multi-product .hotels-search-form-col-room-options {
    width: 283px;
  }
}

@media (max-width:1199px) and (min-width:992px) {
  .hotels-search-form-col-date,
  .hotels-search-form-col-room-options {
    width: 413px;
  }

  .form-search-jumbotron-homepage .hotels-search-form-col-date,
  .form-search-jumbotron-homepage .hotels-search-form-col-room-options,
  .form-search-multi-product .hotels-search-form-col-date,
  .form-search-multi-product .hotels-search-form-col-room-options {
    width: 393px;
  }
}

@media (min-width:1200px) {
  .hotels-search-form-col-date,
  .hotels-search-form-col-room-options {
    width: 273.6px;
  }

  .form-search-jumbotron-homepage .hotels-search-form-col-date,
  .form-search-jumbotron-homepage .hotels-search-form-col-room-options,
  .form-search-multi-product .hotels-search-form-col-date,
  .form-search-multi-product .hotels-search-form-col-room-options {
    width: 262.93px;
  }
}

@media (min-width:768px) {
  .form-search-jumbotron-homepage .hotels-search-form {
    background-color: #12305a;
  }

  .hotels-search-form-col-submit {
    width: 130px;
  }
}

@media (max-width:767px) and (min-width:576px) {
  .listing-promo-hotels {
    margin-top: 30px;
  }
}

.passengers-control .rooms-control .passengers-control-trigger,
.passengers-control.open .rooms-control .passengers-control-trigger:active,
.passengers-control.open .rooms-control .passengers-control-trigger:focus,
.passengers-control.open .rooms-control .passengers-control-trigger:hover,
.rooms-control .passengers-control .passengers-control-trigger,
.rooms-control .passengers-control.open .passengers-control-trigger:active,
.rooms-control .passengers-control.open .passengers-control-trigger:focus,
.rooms-control .passengers-control.open .passengers-control-trigger:hover,
.rooms-control .rooms-control-trigger,
.rooms-control .rooms-control-trigger:active,
.rooms-control .rooms-control-trigger:focus,
.rooms-control .rooms-control-trigger:hover,
.rooms-control.open .rooms-control-trigger,
.rooms-control.open .rooms-control-trigger:active,
.rooms-control.open .rooms-control-trigger:focus,
.rooms-control.open .rooms-control-trigger:hover {
  background-color: #FFF;
  border-color: #ccc;
}

.form-search-partners {
  border-top-width: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.form-search-partner {
  text-align: center;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: .8;
}

.form-search-partner:hover {
  opacity: 1;
  -webkit-filter: none;
  filter: none;
}

.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;
}

.safari-wpn,
.safari-wpn-cancel-button {
  background: #fff;
}

.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: #12305a;
}

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

.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;
}

.safari-wpn {
  padding: 20px 8px 8px;
  border: 1px solid #ddd;
  border-top: 0;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -200px;
  width: 400px;
  z-index: 9;
}

.safari-wpn .btn {
  float: right;
  margin: 4px;
}

.safari-wpn-text {
  font-weight: 700;
  font-size: 14px;
  margin-right: 10px;
}

.safari-wpn-message {
  margin-bottom: 30px;
  font-size: 12px;
  margin-right: 10px;
}

.safari-wpn-icon {
  width: 50px;
  height: 50px;
  float: left;
  margin: 10px;
}

.overlay-box {
  position: fixed;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(33,33,33,.8);
  z-index: 8;
  cursor: pointer;
}

.overlay-text {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 50px;
  color: #fff;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
}

.overlay-text p {
  text-align: center;
}

.arrow {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  width: 40px;
  height: 40px;
  border-width: 8px 8px 0 0;
  border-style: solid;
  margin: 20px;
}

.arrow::before {
  right: 0;
  top: -6px;
  position: absolute;
  height: 8px;
  box-shadow: inset 0 0 0 64px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 46px;
  -webkit-transform-origin: right top;
  transform-origin: right top;
}

.arrow-top-left {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  margin-left: -5%;
}

.arrow-top-center {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  display: block;
  left: 45%;
}

.arrow-bottom-center {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  display: block;
  left: 45%;
}

body,
html {
  height: 100%;
}

body {
  background-color: #fff;
}

.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%;
}

.flights-widget .wrapper-content {
  background-color: #12305a;
}

@media (max-width:767px) {
  .container {
    padding-left: 8px;
    padding-right: 8px;
  }
}

.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;
}

.homepage-seo-content {
  padding-top: 30px;
  padding-bottom: 30px;
}

.bg-secondary {
  background-color: #edf5ff;
}

a.bg-secondary:focus,
a.bg-secondary:hover {
  background-color: #bad9ff;
}

.label-secondary {
  background-color: #ff5907;
}

.label-secondary[href]:focus,
.label-secondary[href]:hover {
  background-color: #d34600;
}

.btn-edit-search {
  font-weight: 700;
  color: #fff;
  background-color: rgba(67,185,203,.8)!important;
  border-color: rgba(67,185,203,.8)!important;
  border-radius: 3px;
}

.btn-edit-search:hover {
  background-color: rgba(67,185,203,.8);
  border-color: rgba(67,185,203,.8);
}