﻿@charset "UTF-8";
@import 'imports/bootstrap.css';
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?jxm55f");
  src: url("../fonts/icomoon.eot?jxm55f#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?jxm55f") format("truetype"), url("../fonts/icomoon.woff?jxm55f") format("woff"), url("../fonts/icomoon.svg?jxm55f#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-down:before {
  content: "\e900";
}

.icon-arrow-left:before {
  content: "\e901";
}

.icon-arrow-right:before {
  content: "\e902";
}

.icon-arrow-up:before {
  content: "\e903";
}

.icon-attention-circle:before {
  content: "\e904";
}

.icon-attention-solid:before {
  content: "\e905";
}

.icon-bag-01:before {
  content: "\e906";
}

.icon-bag-02:before {
  content: "\e907";
}

.icon-bag-03:before {
  content: "\e908";
}

.icon-booking:before {
  content: "\e909";
}

.icon-cal-01:before {
  content: "\e90a";
}

.icon-cal-02:before {
  content: "\e90b";
}

.icon-cal-03:before {
  content: "\e90c";
}

.icon-card:before {
  content: "\e90d";
}

.icon-cart:before {
  content: "\e90e";
}

.icon-disabled:before {
  content: "\e90f";
}

.icon-drinks:before {
  content: "\e910";
}

.icon-edit:before {
  content: "\e911";
}

.icon-entertainment:before {
  content: "\e912";
}

.icon-exclaim-circle:before {
  content: "\e913";
}

.icon-exclaim-solid:before {
  content: "\e914";
}

.icon-exit:before {
  content: "\e915";
}

.icon-exit-circle:before {
  content: "\e916";
}

.icon-exit-solid:before {
  content: "\e917";
}

.icon-extras:before {
  content: "\e918";
}

.icon-food:before {
  content: "\e919";
}

.icon-hot:before {
  content: "\e91a";
}

.icon-insurance:before {
  content: "\e91b";
}

.icon-list:before {
  content: "\e91c";
}

.icon-loading:before {
  content: "\e91d";
}

.icon-lounge:before {
  content: "\e91e";
}

.icon-eligibility:before {
  content: "\e92b";
}

.icon-mail:before {
  content: "\e91f";
}

.icon-minus:before {
  content: "\e920";
}

.icon-phone:before {
  content: "\e921";
}

.icon-pin:before {
  content: "\e922";
}

.icon-plane:before {
  content: "\e923";
}

.icon-plus:before {
  content: "\e924";
}

.icon-print:before {
  content: "\e925";
}

.icon-question-circle:before {
  content: "\e926";
}

.icon-question-solid:before {
  content: "\e927";
}

.icon-seat:before {
  content: "\e928";
}

.icon-sort:before {
  content: "\e929";
}

.icon-thumb:before {
  content: "\e92a";
}

.icon-tick:before {
  content: "\e92b";
}

.icon-tick-circle:before {
  content: "\e92c";
}

.icon-tick-solid:before {
  content: "\e92d";
}

.icon-touch:before {
  content: "\e92e";
}

.icon-user:before {
  content: "\e92f";
}

.icon-wifi:before {
  content: "\e930";
}

.alert {
  padding: 1.65rem 1.5rem 1.55rem 3.8rem;
  box-shadow: 0 3px 1px rgba(17, 44, 83, 0.04);
  border-radius: 0;
  letter-spacing: 0.01em;
  line-height: 1em;
}
.alert:before {
  font-family: icomoon;
  position: absolute;
  top: 25px;
  left: 18px;
  font-size: 2em;
  font-weight: 400 !important;
}
.alert.alert-primary {
  background: #fff;
  border-color: #112C53;
  color: #112c53;
  font-weight: 600;
}
.alert.alert-primary:before {
  content: "\e904";
}
.alert.alert-secondary {
  background: #fffcfb;
  border-color: #F47920;
  color: #d6600b;
  font-weight: 600;
}
.alert.alert-secondary:before {
  content: "\e904";
}
.alert.alert-success {
  background: #f5fef7;
  border-color: #1CBE42;
  color: #0f6523;
  font-weight: 600;
}
.alert.alert-success:before {
  content: "\e92d";
}
.alert.alert-warning {
  background: #fef9ec;
  border-color: #F4B420;
  color: #efaa0c;
  font-weight: 600;
}
.alert.alert-warning:before {
  content: "\e913";
}
.alert.alert-danger {
  background: #fbeded;
  border-color: #D23131;
  color: #ab2525;
  font-weight: 600;
}
.alert.alert-danger:before {
  content: "\e917";
}
.alert.alert-danger li {
  list-style: none;
}
.alert.alert-info {
  background: #e6effc;
  border-color: #1A61C9;
  color: #144b9c;
  font-weight: 600;
}
.alert.alert-info:before {
  content: "\e904";
}

.alert.alert-confirmed {
  background: #fff;
  border: 1px solid #1CBE42;
  padding: 1.35rem 1.5rem 1.35rem 4.7rem;
  margin-bottom: 2rem;
  box-shadow: 0 3px 1px rgba(17, 44, 83, 0.04);
  border-radius: 0;
}
.alert.alert-confirmed:before {
  content: "\e92d";
  font-family: icomoon;
  position: absolute;
  top: 30px !important;
  font-size: 2.5em;
  color: #1CBE42;
}
.alert.alert-confirmed h4 {
  font-weight: 600;
  font-size: 1.5em;
}
.alert.alert-confirmed h4 span {
  color: #1CBE42;
}
.alert.alert-confirmed p {
  margin: 0;
}
.alert.alert-confirmed a {
  color: #112C53;
  font-weight: 600;
}
.alert.alert-confirmed a:hover {
  color: #F47920;
}

.alert2.alert-confirmed2 {
  text-align: right;
}

.alert2.alert-confirmed2 h5 span {
  color: #1CBE42;
}

.brand {
  width: 85px;
  height: 26px;
  overflow: hidden;
  background: url(../img/rex-logo.svg) center center no-repeat;
  background-size: contain !important;
}
.brand h1 {
  color: transparent;
  pointer-events: none;
}

header.main-header {
  border-bottom: 1px solid #D4DCE8;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}
header.main-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header.main-header .main-cart {
  height: 65px;
  color: #112C53;
  display: flex;
  justify-self: center;
  align-items: center;
  background: none;
  border: 0px;
  padding: 0;
  outline: none;
  position: relative;
  transition: 0.2s;
}
header.main-header .main-cart:after {
  content: "";
  width: 100%;
  height: 0px;
  background: #F47920;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.1s;
}
header.main-header .main-cart .icon-cart {
  font-size: 2em;
  margin-right: 0.5rem;
}
header.main-header .main-cart:hover {
  color: #1a427d;
}
header.main-header .main-cart:hover:after {
  height: 2px;
}
header.main-header .main-cart:active {
  color: #081629;
}
header.main-header .main-member {
  height: 65px;
  color: #112C53;
  display: flex;
  justify-self: center;
  align-items: center;
  background: none;
  border: 0px;
  padding: 10px;
  outline: none;
  position: relative;
  transition: 0.2s;
  border-left: 1px solid #D4DCE8;
  border-right: 1px solid #D4DCE8;
}
header.main-header .main-member:after {
  content: "";
  width: 100%;
  height: 0px;
  background: #F47920;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.1s;
}
header.main-header .main-member .icon-user {
  font-size: 2em;
  margin: 0.5rem;
  /*color: #F47920;*/
}
header.main-header .main-member:hover {
  color: #1a427d;
}
header.main-header .main-member:hover:after {
  height: 2px;
}
header.main-header .main-member:active {
  color: #081629;
}

footer {
  background: #fff;
  border-top: 1px solid #D4DCE8;
  padding: 1.5rem 0;
  margin-top: 3rem;
}
footer .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
footer .container .site-footer {
  text-align: right;
  font-size: 0.8em;
  color: rgba(17, 44, 83, 0.75);
}
footer .container .site-footer .links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
footer .container .site-footer .links li {
  margin-left: 1rem;
}
footer .container .site-footer .links li a {
  color: inherit;
}
@media (max-width: 991.98px) {
  footer .container {
    justify-content: center;
  }
  footer .container .brand {
    margin-bottom: 1rem;
    display: none;
  }
  footer .container .site-footer {
    text-align: center;
  }
  footer .container .site-footer li {
    width: 100%;
    margin: 0 0 5px 0 !important;
  }
}

.amount, .pointsValue {
  color: inherit;
  font-size: 2em;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.amount .currency, .amount .decimal, .pointsValue .currency, .pointsValue .decimal {
  font-size: 0.45em;
  font-weight: 900;
  line-height: 1.55em;
  position: relative;
}
.amount .dollar, .pointsValue .dollar {
  font-weight: 700;
  line-height: 1em;
  margin: 0 1px;
}
.amount .dollar-small, .pointsValue .dollar-small {
  font-size: 1em;
  font-weight: 200;
  line-height: 1em;
  margin: 0 1px;
}

.points .pointsValue .value {
  font-weight: 700;
  line-height: 1em;
  margin: 0 1px;
}
.points .amount .baseamount {
  font-size: 0.45em;
  font-weight: 900;
  line-height: 1.55em;
  position: relative;
}

.total-price {
  display: flex;
}

.break {
  flex-basis: 100%;
  height: 0;
}

.breadcrumbs {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991.98px) {
  .breadcrumbs {
    display: none;
  }
}
.breadcrumbs li {
  height: 65px;
  padding: 0 2rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  color: rgba(17, 44, 83, 0.4);
  line-height: 1em;
  font-size: 0.9em;
}
@media (max-width: 1199px) {
  .breadcrumbs li {
    padding: 0 1.5rem;
  }
}
.breadcrumbs li.active {
  color: #112C53;
}
.breadcrumbs li.active span[class*=icon-] {
  color: #F47920;
}
.breadcrumbs li.active:before, .breadcrumbs li.active:after {
  opacity: 0.1;
}
.breadcrumbs li span[class*=icon-] {
  margin-right: 5px;
}
.breadcrumbs li:after {
  content: "";
  position: absolute;
  top: 0;
  right: -10px;
  width: 20px;
  height: 100%;
  opacity: 0.2 !important;
  background: url(../img/arrow-line.svg) center center no-repeat;
}
.breadcrumbs li:first-child:before {
  content: "";
  position: absolute;
  top: 0;
  left: -10px;
  width: 20px;
  height: 100%;
  opacity: 0.2 !important;
  background: url(../img/arrow-line.svg) center center no-repeat;
}

.cartDrop {
  display: none;
  position: fixed;
  top: 0;
  padding-top: 65px;
  width: 100%;
  z-index: 900;
  background: #fff;
  border-bottom: 1px solid #D4DCE8;
  box-shadow: 0 3px 15px rgba(17, 44, 83, 0.1);
}
@media (max-width: 991.98px) {
  .cartDrop .breakdown.return {
    border-bottom: 1px solid #D4DCE8;
  }
}
.cartDrop .base-total {
  padding-bottom: 1.5rem;
}
.cartDrop .container .slide-toggle {
  overflow: hidden;
  cursor: pointer;
  background: #fff;
  content: "";
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
  width: 38px;
  height: 15px;
  position: absolute;
  transition: 0.2s;
  opacity: 1;
  bottom: -15px;
  border-bottom: 1px solid #D4DCE8;
  border-left: 1px solid #D4DCE8;
  border-right: 1px solid #D4DCE8;
  box-shadow: 0 5px 5px rgba(17, 44, 83, 0.1);
}
.cartDrop .container .slide-toggle span {
  position: relative;
  top: -5px;
}

.base-total {
  padding: 1.5rem 0 0;
  border-top: 1px solid #D4DCE8;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.base-total .btn.btn-info {
  font-size: 0.8em;
  padding-left: 1.2rem;
}
.base-total .btn.btn-info:before {
  top: -1px;
}
.base-total .price {
  display: flex;
  align-items: center;
}
.base-total .price h4 {
  font-weight: 600;
  font-size: 1.2em;
  line-height: 1em;
  position: relative;
  top: 3px;
}
.base-total .price .total-price {
  margin-left: 1rem;
  color: #F47920;
}

.memberInfoDrop {
  display: none;
  position: fixed;
  top: 0;
  padding-top: 65px;
  width: 100%;
  z-index: 900;
  background: #F47920;
  color: #fff;
  border-bottom: 1px solid #D4DCE8;
  box-shadow: 0 3px 15px rgba(17, 44, 83, 0.1);
}
@media (max-width: 991.98px) {
  .memberInfoDrop .breakdown.return {
    border-bottom: 1px solid #D4DCE8;
  }
}
.memberInfoDrop .container {
  text-align: right;
}
.memberInfoDrop .container .member-slide-toggle {
  overflow: hidden;
  cursor: pointer;
  /*background: #fff;*/
  content: "";
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
  width: 38px;
  height: 15px;
  position: absolute;
  transition: 0.2s;
  opacity: 1;
  bottom: -15px;
  border-bottom: 1px solid #D4DCE8;
  border-left: 1px solid #D4DCE8;
  border-right: 1px solid #D4DCE8;
  box-shadow: 0 5px 5px rgba(17, 44, 83, 0.1);
}
.memberInfoDrop .container .member-slide-toggle span {
  position: relative;
  top: -5px;
}
.memberInfoDrop .container .base-total {
  padding: 0.3rem 0 0;
  border-top: none;
  text-align: right;
  /*.opal {
      border: 1px solid #9eb1d1;
      border-radius: 15px;
      background-color: #9eb1d1;
      padding: 8px 20px 0px 20px;
      color: white;
      font-weight: 400;
  }

  .sapphire {
      border: 1px solid rgb(0, 75, 133);
      border-radius: 15px;
      background-color: rgb(0, 75, 133);
      padding: 8px 20px 0px 20px;
      color: white;
      font-weight: 400;
  }

  .emerald {
      border: 1px solid rgb(0, 89, 82);
      border-radius: 15px;
      background-color: rgb(0, 89, 82);
      padding: 8px 20px 0px 20px;
      color: white;
      font-weight: 400;
  }

  .diamond {
      border: 1px solid rgb(75, 20, 70);
      border-radius: 15px;
      background-color: rgb(75, 20, 70);
      padding: 8px 20px 0px 20px;
      color: white;
      font-weight: 400;
  }*/
}
.memberInfoDrop .container .base-total .price {
  display: flex;
  align-items: right;
}
.memberInfoDrop .container .base-total .price h4 {
  font-weight: 600;
  font-size: 1.2em;
  line-height: 1em;
  position: relative;
  top: 3px;
}
.memberInfoDrop .container .base-total .price h6 {
  font-weight: 400;
  font-size: 0.8em;
  line-height: 1em;
  position: relative;
  top: 0px;
}
.memberInfoDrop .container .base-total .price .total-price {
  margin-left: 1rem;
  color: white;
}
.memberInfoDrop .container .tierName {
  padding: 0rem 0 0 !important;
}
.memberInfoDrop .container .break {
  padding: 0.9rem 0 0 !important;
}

.opal {
  background-color: #9eb1d1;
}

.sapphire {
  background-color: rgb(0, 75, 133);
}

.emerald {
  background-color: rgb(0, 89, 82);
}

.diamond {
  background-color: rgb(75, 20, 70);
}

.breakdown {
  list-style: none;
  padding: 1rem 0;
  margin: 0;
  line-height: 1.6em;
}
.breakdown:not(:first-child) {
  border-top: 1px solid #D4DCE8;
}
.breakdown li {
  display: block;
}
.breakdown .title {
  font-size: 0.8em;
  font-weight: 900;
  text-transform: uppercase;
  color: #F47920;
  letter-spacing: 1px;
}
.breakdown .subtitle {
  font-weight: 700;
  font-size: 1.05em;
}
.breakdown .flNum {
  margin-right: 10px;
}
.breakdown span.price {
  float: right;
  display: inline-block;
}
.breakdown a {
  color: #112C53;
}
.breakdown a:hover {
  color: #F47920;
}

header.title-block {
  background: #fff;
  border-bottom: 1px solid #D4DCE8;
  box-shadow: 0 3px 1px rgba(17, 44, 83, 0.04), 0 -3px 1px rgba(17, 44, 83, 0.04);
  padding: 2.5rem 0;
}
header.title-block h1 {
  font-size: 2em;
  font-weight: 700;
  padding-left: 20px;
  line-height: 1em;
  margin-top: 0;
  position: relative;
  display: inline-block;
  margin-bottom: 1rem;
}
header.title-block h1:before {
  content: "";
  width: 6px;
  height: 100%;
  display: inline-block;
  position: absolute;
  background: #F47920;
  top: -1px;
  left: 1px;
}
header.title-block h2 {
  font-size: 1.3em;
  font-weight: 300;
  margin-bottom: 0;
}
header.title-block .search-details {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
header.title-block .search-details .modify {
  position: relative;
  top: -1px;
}
header.title-block .search-details h2 {
  font-weight: 400;
  margin-right: 15px;
}
header.title-block .search-details h2:before {
  font-family: icomoon;
  line-height: 1em;
  color: #F47920;
  margin-right: 5px;
}
header.title-block .search-details h2.ports:before {
  content: "\e923";
}
header.title-block .search-details h2.date:before {
  content: "\e90a";
}
@media (max-width: 991.98px) {
  header.title-block {
    font-size: 0.8em;
    padding: 3.5rem 0 3rem;
  }
  header.title-block .modify {
    display: none;
  }
}

.form-group {
  position: relative;
}
.form-group .form-control.dropdown-toggle {
  cursor: pointer;
}
.form-group label {
  font-size: 0.9em;
  font-weight: 600;
  line-height: 1em;
}
.form-group label.error {
  color: #D23131;
  font-weight: 500;
  font-size: 0.8em;
  float: right;
  margin-top: 3px;
  display: inline-block;
}
.form-group.select:after {
  content: "\e900";
  font-family: icomoon;
  position: absolute;
  height: 100%;
  top: 0%;
  padding-top: 30px;
  display: flex;
  align-items: center;
  right: 15px;
  pointer-events: none;
}
.form-group.select .dropdown-toggle:read-only {
  background: #fff;
}
.form-group.select .dropdown-menu {
  border-radius: 0;
  border: 1px solid #D4DCE8;
  padding: 0;
  width: 100%;
  box-shadow: 0 3px 15px rgba(17, 44, 83, 0.1);
}
.form-group.select .dropdown-menu .dropdown-item {
  padding: 1rem 1rem;
  line-height: 1em;
  cursor: pointer;
}
.form-group.select .dropdown-menu .dropdown-item:hover {
  background: #F8FAFB;
}
.form-group.select .dropdown-menu .dropdown-item:active {
  background: #eef3f5;
}
.form-group.select .dropdown-menu .dropdown-item:not(:last-child) {
  border-bottom: 1px solid #D4DCE8;
}
.form-group.datepicker:after {
  content: "\e90a";
  font-family: icomoon;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  padding-top: 27px;
  pointer-events: none;
}
.form-group .form-control {
  border-radius: 0;
  padding: 1.2rem 1.2rem 1.2rem;
  height: 60px;
  appearance: none;
}
.form-group .form-control:focus {
  border-color: #D4DCE8;
  border-left: 1px solid #F47920;
}
.form-group .form-control:disabled {
  background: #F8FAFB;
  opacity: 0.7;
  pointer-events: none;
}
.form-group .form-control.error {
  border: 1px solid #D23131;
}
.form-group .append {
  display: flex;
  justify-content: center;
  align-items: center;
}
.form-group .append.dob .form-control:nth-child(1) {
  max-width: 80px;
  border-right: 0px;
}
.form-group .append.dob .form-control:nth-child(2) {
  max-width: 80px;
  border-right: 0px;
}
.form-group .append.phone .form-control:nth-child(1) {
  max-width: 80px;
  border-right: 0px;
}

.form-check {
  position: relative;
  padding: 2px 0 2px 35px;
  margin-bottom: 0.5rem;
  color: #112C53;
  font-weight: 500;
}
.form-check input[type=radio], .form-check input[type=checkbox] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0 !important;
}
.form-check input[type=radio] ~ label {
  cursor: pointer;
}
.form-check input[type=radio] ~ label:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 25px;
  height: 25px;
  box-shadow: 0 3px 1px rgba(17, 44, 83, 0.04);
  background: #fff;
  box-sizing: border-box;
  border: 1px solid #D4DCE8;
  display: inline-block;
  border-radius: 100%;
  transition: 0.2s;
}
.form-check input[type=radio] ~ label:after {
  content: "\e92b";
  font-family: icomoon;
  position: absolute;
  font-weight: 400;
  top: 1px;
  left: 5px;
  transform: scale(0);
  transition: 0.2s;
  color: #fff;
  text-shadow: 0 1px 0px rgba(17, 44, 83, 0.6);
}
.form-check input[type=checkbox] ~ label {
  cursor: pointer;
}
.form-check input[type=checkbox] ~ label:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 25px;
  height: 25px;
  box-shadow: 0 3px 1px rgba(17, 44, 83, 0.04);
  background: #fff;
  box-sizing: border-box;
  border: 1px solid #D4DCE8;
  display: inline-block;
  transition: 0.2s;
}
.form-check input[type=checkbox] ~ label:after {
  content: "\e92b";
  font-family: icomoon;
  font-weight: 400;
  position: absolute;
  top: 1px;
  left: 5px;
  transform: scale(0);
  transition: 0.2s;
  color: #fff;
  text-shadow: 0 1px 0px rgba(17, 44, 83, 0.6);
}
.form-check input[type=radio]:checked ~ label:before, .form-check input[type=checkbox]:checked ~ label:before {
  background: #1CBE42;
  border-color: #19a83a;
}
.form-check input[type=radio]:checked ~ label:after, .form-check input[type=checkbox]:checked ~ label:after {
  transform: scale(1);
  transition-delay: 0.1s;
}
.form-check input[type=radio]:disabled ~ label, .form-check input[type=checkbox]:disabled ~ label {
  opacity: 0.7;
  pointer-events: none;
}
.form-check input[type=radio]:disabled ~ label:before, .form-check input[type=checkbox]:disabled ~ label:before {
  background: #F8FAFB;
  pointer-events: none;
}
.form-check.orange input[type=radio]:checked ~ label:before, .form-check.orange input[type=checkbox]:checked ~ label:before {
  background: #F47920;
  border-color: #ef6b0c;
}

.form-check-ccown {
  position: relative;
  padding: 2px 0 2px 35px;
  margin-bottom: 0.5rem;
  color: #112C53;
  font-weight: 500;
}
.form-check-ccown input[type=radio], .form-check-ccown input[type=checkbox] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0 !important;
}
.form-check-ccown input[type=radio] ~ label {
  cursor: pointer;
}
.form-check-ccown input[type=radio] ~ label:before {
  position: absolute;
  left: 0;
  top: -5px;
  content: "";
  width: 25px;
  height: 25px;
  box-shadow: 0 3px 1px rgba(17, 44, 83, 0.04);
  background: #fff;
  box-sizing: border-box;
  border: 1px solid #D4DCE8;
  display: inline-block;
  border-radius: 100%;
  transition: 0.2s;
}
.form-check-ccown input[type=radio] ~ label:after {
  content: "\e92b";
  font-family: icomoon;
  position: absolute;
  font-weight: 400;
  top: 1px;
  left: 5px;
  transform: scale(0);
  transition: 0.2s;
  color: #fff;
  text-shadow: 0 1px 0px rgba(17, 44, 83, 0.6);
}
.form-check-ccown input[type=checkbox] ~ label {
  cursor: pointer;
}
.form-check-ccown input[type=checkbox] ~ label:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 25px;
  height: 25px;
  box-shadow: 0 3px 1px rgba(17, 44, 83, 0.04);
  background: #fff;
  box-sizing: border-box;
  border: 1px solid #D4DCE8;
  display: inline-block;
  transition: 0.2s;
}
.form-check-ccown input[type=checkbox] ~ label:after {
  content: "\e92b";
  font-family: icomoon;
  font-weight: 400;
  position: absolute;
  top: 1px;
  left: 5px;
  transform: scale(0);
  transition: 0.2s;
  color: #fff;
  text-shadow: 0 1px 0px rgba(17, 44, 83, 0.6);
}
.form-check-ccown input[type=radio]:checked ~ label:before, .form-check-ccown input[type=checkbox]:checked ~ label:before {
  background: #1CBE42;
  border-color: #19a83a;
}
.form-check-ccown input[type=radio]:checked ~ label:after, .form-check-ccown input[type=checkbox]:checked ~ label:after {
  transform: scale(1);
  transition-delay: 0.1s;
}
.form-check-ccown input[type=radio]:disabled ~ label, .form-check-ccown input[type=checkbox]:disabled ~ label {
  opacity: 0.7;
  pointer-events: none;
}
.form-check-ccown input[type=radio]:disabled ~ label:before, .form-check-ccown input[type=checkbox]:disabled ~ label:before {
  background: #F8FAFB;
  pointer-events: none;
}
.form-check-ccown.orange input[type=radio]:checked ~ label:before, .form-check-ccown.orange input[type=checkbox]:checked ~ label:before {
  background: #F47920;
  border-color: #ef6b0c;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: 1px solid #D4DCE8;
  -webkit-text-fill-color: #112C53;
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
  transition: background-color 5000s ease-in-out 0s;
}

.btn {
  border-radius: 0;
  padding: 1.2rem 1.5rem 1.1rem;
  height: 60px;
  color: #fff;
  font-weight: 600;
  font-size: 1.1em;
  line-height: 1em;
  outline: none;
}
.btn.arr-right:after {
  content: "\e902";
  font-family: icomoon;
  font-size: 0.7em;
  line-height: 1em;
  margin-left: 5px;
}
.btn.arr-left:before {
  content: "\e901";
  font-family: icomoon;
  font-size: 0.7em;
  line-height: 1em;
  margin-right: 5px;
}
.btn.d-block {
  width: 100%;
}
.btn.btn-primary {
  background: #F47920;
  border-color: #F47920;
}
.btn.btn-primary:hover {
  background: #ef6b0c !important;
}
.btn.btn-primary:active, .btn.btn-primary.active {
  background: #d6600b !important;
  border-color: #F47920 !important;
  box-shadow: 0 0 3px rgba(244, 121, 32, 0.9) !important;
}
.btn.btn-primary:focus {
  box-shadow: none;
}
.btn.btn-secondary {
  background: #112C53;
  border-color: #112C53;
}
.btn.btn-secondary:hover {
  background: #0d213e !important;
}
.btn.btn-secondary:active, .btn.btn-secondary.active {
  background: #081629 !important;
  border-color: #112C53 !important;
  box-shadow: 0 0 3px rgba(17, 44, 83, 0.9) !important;
}
.btn.btn-secondary:focus {
  box-shadow: none;
}
.btn.btn-success {
  background: #1CBE42;
  border-color: #1CBE42;
}
.btn.btn-success:hover {
  background: #19a83a !important;
}
.btn.btn-success:active, .btn.btn-success.active {
  background: #159233 !important;
  border-color: #1CBE42 !important;
  box-shadow: 0 0 3px rgba(28, 190, 66, 0.9) !important;
}
.btn.btn-success:focus {
  box-shadow: none;
}
.btn.btn-danger {
  background: #D23131;
  border-color: #D23131;
}
.btn.btn-danger:hover {
  background: #c02a2a !important;
}
.btn.btn-danger:active, .btn.btn-danger.active {
  background: #ab2525 !important;
  border-color: #D23131 !important;
  box-shadow: 0 0 3px rgba(210, 49, 49, 0.9) !important;
}
.btn.btn-danger:focus {
  box-shadow: none;
}
.btn.btn-warning {
  background: #F4B420;
  border-color: #F4B420;
}
.btn.btn-warning:hover {
  background: #efaa0c !important;
  color: #fff;
}
.btn.btn-warning:active, .btn.btn-warning.active {
  background: #d6990b !important;
  color: #fff !important;
  border-color: #F4B420 !important;
  box-shadow: 0 0 3px rgba(244, 180, 32, 0.9) !important;
}
.btn.btn-warning:focus {
  box-shadow: none;
  color: #fff !important;
}
.btn.btn-outline {
  background: none;
  color: #F47920;
  border-color: #F47920;
}
.btn.btn-outline:hover {
  color: #fff;
  background: #F47920;
}
.btn.btn-outline:active, .btn.btn-outline.active {
  color: #fff;
  background: #d6600b !important;
  border-color: #F47920 !important;
  box-shadow: 0 0 3px rgba(244, 121, 32, 0.9) !important;
}
.btn.btn-outline:focus {
  box-shadow: none;
}
.btn.btn-outline.is-active {
  border-color: #1CBE42;
  color: #1CBE42;
}
.btn.btn-outline.is-active:hover {
  color: #fff;
  background: #1CBE42;
}
.btn.btn-outline.is-active:active, .btn.btn-outline.is-active.active {
  color: #fff;
  background: #159233 !important;
  border-color: #1CBE42 !important;
  box-shadow: 0 0 3px rgba(28, 190, 66, 0.9) !important;
}
.btn.btn-outline.is-active ~ .pricing .amount {
  color: #1CBE42;
}
.btn.btn-info, .btn.btn-link {
  padding: 0;
  height: auto;
  box-shadow: none;
  background: none;
  color: #112C53;
  border: none;
  text-decoration: none;
}
.btn.btn-info {
  line-height: 1em;
  position: relative;
  padding-left: 1.5rem;
  display: inline-block;
  transition: 0.2s;
  background: none !important;
  box-shadow: none !important;
}
.btn.btn-info:hover {
  color: #d6600b;
}
.btn.btn-info:active {
  color: #753506 !important;
}
.btn.btn-info:before {
  content: "\e904";
  font-size: 1.1em;
  top: 0px;
  left: 0;
  line-height: 1em;
  position: absolute;
  font-family: icomoon;
  font-weight: normal;
}
.btn.btn-link {
  line-height: 1em;
  color: #F47920;
  padding-right: 1.1rem;
  position: relative;
  transition: 0.2s;
}
.btn.btn-link:hover {
  padding-right: 1.2rem;
  color: #d6600b;
}
.btn.btn-link:active {
  color: #753506;
}
.btn.btn-link:after {
  content: "\e902";
  font-size: 1em;
  top: 0px;
  right: 0;
  line-height: 1em;
  position: absolute;
  font-family: icomoon;
  font-weight: normal;
}
.btn.modify {
  line-height: 1em;
  position: relative;
  padding: 0rem;
  display: inline-block;
  font-size: 0.85em;
  font-weight: 600;
  height: auto;
  padding: 0.5rem 0.7rem;
  color: #F47920;
  transition: 0.2s;
  background: none;
  box-shadow: none !important;
  border: 1px solid #F47920;
}
.btn.modify:before {
  content: "\e911";
  font-family: icomoon;
  margin-right: 5px;
}
.btn.modify:hover {
  background: #F47920;
  color: #fff;
}
.btn.modify:active {
  background: #d6600b;
}

.economy .btn {
  text-align: left;
  position: relative;
}
.economy .btn:after {
  content: "\e902";
  font-family: icomoon;
  line-height: 1.3em;
  float: right;
  font-size: 0.8em;
}
.economy .btn.promo {
  background: #1A61C9;
  border-color: #1A61C9;
}
.economy .btn.promo:hover {
  background: #1756b2 !important;
}
.economy .btn.promo:active, .economy .btn.promo.active {
  background: #144b9c !important;
  border-color: #1A61C9 !important;
  box-shadow: 0 0 3px rgba(26, 97, 201, 0.9) !important;
}
.economy .btn.promo:focus {
  box-shadow: none;
}
.economy .btn.resi {
  background: #D38800;
  border-color: #D38800;
}
.economy .btn.resi:hover {
  background: #ba7800 !important;
}
.economy .btn.resi:active, .economy .btn.resi.active {
  background: #a06700 !important;
  border-color: #D38800 !important;
  box-shadow: 0 0 3px rgba(211, 136, 0, 0.9) !important;
}
.economy .btn.resi:focus {
  box-shadow: none;
}
.economy .btn.saver {
  background: #064F75;
  border-color: #064F75;
}
.economy .btn.saver:hover {
  background: #053f5d !important;
}
.economy .btn.saver:active, .economy .btn.saver.active {
  background: #042e44 !important;
  border-color: #064F75 !important;
  box-shadow: 0 0 3px rgba(6, 79, 117, 0.9) !important;
}
.economy .btn.saver:focus {
  box-shadow: none;
}
.economy .btn.flex {
  background: #04605C;
  border-color: #04605C;
}
.economy .btn.flex:hover {
  background: #034845 !important;
}
.economy .btn.flex:active, .economy .btn.flex.active {
  background: #022f2d !important;
  border-color: #04605C !important;
  box-shadow: 0 0 3px rgba(4, 96, 92, 0.9) !important;
}
.economy .btn.flex:focus {
  box-shadow: none;
}
.economy .btn.extra {
  background: #022331;
  border-color: #022331;
}
.economy .btn.extra:hover {
  background: #011219 !important;
}
.economy .btn.extra:active, .economy .btn.extra.active {
  background: black !important;
  border-color: #022331 !important;
  box-shadow: 0 0 3px rgba(2, 35, 49, 0.9) !important;
}
.economy .btn.extra:focus {
  box-shadow: none;
}
.economy .btn.reward {
  background: #c33a8a;
  border-color: #c33a8a;
}
.economy .btn.reward:hover {
  background: #af347c !important;
}
.economy .btn.reward:active, .economy .btn.reward.active {
  background: #9c2e6e !important;
  border-color: #c33a8a !important;
  box-shadow: 0 0 3px rgba(195, 58, 138, 0.9) !important;
}
.economy .btn.reward:focus {
  box-shadow: none;
}
.economy .btn.biz.promo {
  background: #DB1D67;
  border-color: #DB1D67;
}
.economy .btn.biz.promo:hover {
  background: #c41a5c !important;
}
.economy .btn.biz.promo:active, .economy .btn.biz.promo.active {
  background: #ae1752 !important;
  border-color: #DB1D67 !important;
  box-shadow: 0 0 3px rgba(219, 29, 103, 0.9) !important;
}
.economy .btn.biz.promo:focus {
  box-shadow: none;
}
.economy .btn.biz.saver {
  background: #8B066C;
  border-color: #8B066C;
}
.economy .btn.biz.saver:hover {
  background: #730559 !important;
}
.economy .btn.biz.saver:active, .economy .btn.biz.saver.active {
  background: #5a0446 !important;
  border-color: #8B066C !important;
  box-shadow: 0 0 3px rgba(139, 6, 108, 0.9) !important;
}
.economy .btn.biz.saver:focus {
  box-shadow: none;
}
.economy .btn.biz.flex {
  background: #532087;
  border-color: #532087;
}
.economy .btn.biz.flex:hover {
  background: #461b72 !important;
}
.economy .btn.biz.flex:active, .economy .btn.biz.flex.active {
  background: #3a165e !important;
  border-color: #532087 !important;
  box-shadow: 0 0 3px rgba(83, 32, 135, 0.9) !important;
}
.economy .btn.biz.flex:focus {
  box-shadow: none;
}
.economy .btn.anytime {
  background: #002955;
  border-color: #002955;
}
.economy .btn.anytime:hover {
  background: #001d3c !important;
}
.economy .btn.anytime:active, .economy .btn.anytime.active {
  background: #001022 !important;
  border-color: #002955 !important;
  box-shadow: 0 0 3px rgba(0, 41, 85, 0.9) !important;
}
.economy .btn.anytime:focus {
  box-shadow: none;
}
.economy .btn.ranytime {
  background: #0D3C3E;
  border-color: #0D3C3E;
}
.economy .btn.ranytime:hover {
  background: #092829 !important;
}
.economy .btn.ranytime:active, .economy .btn.ranytime.active {
  background: #041314 !important;
  border-color: #0D3C3E !important;
  box-shadow: 0 0 3px rgba(13, 60, 62, 0.9) !important;
}
.economy .btn.ranytime:focus {
  box-shadow: none;
}
.economy .btn.getaway {
  background: #004B85;
  border-color: #004B85;
}
.economy .btn.getaway:hover {
  background: #003d6c !important;
}
.economy .btn.getaway:active, .economy .btn.getaway.active {
  background: #002e52 !important;
  border-color: #004B85 !important;
  box-shadow: 0 0 3px rgba(0, 75, 133, 0.9) !important;
}
.economy .btn.getaway:focus {
  box-shadow: none;
}
.economy .btn.rgetaway {
  background: #2B6669;
  border-color: #2B6669;
}
.economy .btn.rgetaway:hover {
  background: #245457 !important;
}
.economy .btn.rgetaway:active, .economy .btn.rgetaway.active {
  background: #1c4345 !important;
  border-color: #2B6669 !important;
  box-shadow: 0 0 3px rgba(43, 102, 105, 0.9) !important;
}
.economy .btn.rgetaway:focus {
  box-shadow: none;
}
.economy .btn.ultimate {
  background: #1A61C9;
  border-color: #1A61C9;
}
.economy .btn.ultimate:hover {
  background: #1756b2 !important;
}
.economy .btn.ultimate:active, .economy .btn.ultimate.active {
  background: #144b9c !important;
  border-color: #1A61C9 !important;
  box-shadow: 0 0 3px rgba(26, 97, 201, 0.9) !important;
}
.economy .btn.ultimate:focus {
  box-shadow: none;
}
.economy .btn.rultimate {
  background: #589390;
  border-color: #589390;
}
.economy .btn.rultimate:hover {
  background: #4e8380 !important;
}
.economy .btn.rultimate:active, .economy .btn.rultimate.active {
  background: #457371 !important;
  border-color: #589390 !important;
  box-shadow: 0 0 3px rgba(88, 147, 144, 0.9) !important;
}
.economy .btn.rultimate:focus {
  box-shadow: none;
}

.business .btn {
  text-align: left;
  position: relative;
}
.business .btn:after {
  content: "\e902";
  font-family: icomoon;
  line-height: 1.3em;
  float: right;
  font-size: 0.8em;
}
.business .btn.promo {
  background: #DB1D67;
  border-color: #DB1D67;
}
.business .btn.promo:hover {
  background: #c41a5c !important;
}
.business .btn.promo:active, .business .btn.promo.active {
  background: #ae1752 !important;
  border-color: #DB1D67 !important;
  box-shadow: 0 0 3px rgba(219, 29, 103, 0.9) !important;
}
.business .btn.promo:focus {
  box-shadow: none;
}
.business .btn.saver {
  background: #8B066C;
  border-color: #8B066C;
}
.business .btn.saver:hover {
  background: #730559 !important;
}
.business .btn.saver:active, .business .btn.saver.active {
  background: #5a0446 !important;
  border-color: #8B066C !important;
  box-shadow: 0 0 3px rgba(139, 6, 108, 0.9) !important;
}
.business .btn.saver:focus {
  box-shadow: none;
}
.business .btn.flex {
  background: #532087;
  border-color: #532087;
}
.business .btn.flex:hover {
  background: #461b72 !important;
}
.business .btn.flex:active, .business .btn.flex.active {
  background: #3a165e !important;
  border-color: #532087 !important;
  box-shadow: 0 0 3px rgba(83, 32, 135, 0.9) !important;
}
.business .btn.flex:focus {
  box-shadow: none;
}
.business .btn.extra {
  background: #0C084E;
  border-color: #0C084E;
}
.business .btn.extra:hover {
  background: #080637 !important;
}
.business .btn.extra:active, .business .btn.extra.active {
  background: #050320 !important;
  border-color: #0C084E !important;
  box-shadow: 0 0 3px rgba(12, 8, 78, 0.9) !important;
}
.business .btn.extra:focus {
  box-shadow: none;
}
.business .btn.anytime {
  background: #280A24;
  border-color: #280A24;
}
.business .btn.anytime:hover {
  background: #140512 !important;
}
.business .btn.anytime:active, .business .btn.anytime.active {
  background: black !important;
  border-color: #280A24 !important;
  box-shadow: 0 0 3px rgba(40, 10, 36, 0.9) !important;
}
.business .btn.anytime:focus {
  box-shadow: none;
}
.business .btn.ranytime {
  background: #9E1A45;
  border-color: #9E1A45;
}
.business .btn.ranytime:hover {
  background: #88163b !important;
}
.business .btn.ranytime:active, .business .btn.ranytime.active {
  background: #721332 !important;
  border-color: #9E1A45 !important;
  box-shadow: 0 0 3px rgba(158, 26, 69, 0.9) !important;
}
.business .btn.ranytime:focus {
  box-shadow: none;
}
.business .btn.getaway {
  background: #4A1446;
  border-color: #4A1446;
}
.business .btn.getaway:hover {
  background: #360f33 !important;
}
.business .btn.getaway:active, .business .btn.getaway.active {
  background: #220920 !important;
  border-color: #4A1446 !important;
  box-shadow: 0 0 3px rgba(74, 20, 70, 0.9) !important;
}
.business .btn.getaway:focus {
  box-shadow: none;
}
.business .btn.rgetaway {
  background: #E33D6C;
  border-color: #E33D6C;
}
.business .btn.rgetaway:hover {
  background: #e0275b !important;
}
.business .btn.rgetaway:active, .business .btn.rgetaway.active {
  background: #cf1e50 !important;
  border-color: #E33D6C !important;
  box-shadow: 0 0 3px rgba(227, 61, 108, 0.9) !important;
}
.business .btn.rgetaway:focus {
  box-shadow: none;
}
.business .btn.ultimate {
  background: #7F5E79;
  border-color: #7F5E79;
}
.business .btn.ultimate:hover {
  background: #70536b !important;
}
.business .btn.ultimate:active, .business .btn.ultimate.active {
  background: #62485d !important;
  border-color: #7F5E79 !important;
  box-shadow: 0 0 3px rgba(127, 94, 121, 0.9) !important;
}
.business .btn.ultimate:focus {
  box-shadow: none;
}
.business .btn.rultimate {
  background: #B756A0;
  border-color: #B756A0;
}
.business .btn.rultimate:hover {
  background: #ab4994 !important;
}
.business .btn.rultimate:active, .business .btn.rultimate.active {
  background: #994184 !important;
  border-color: #B756A0 !important;
  box-shadow: 0 0 3px rgba(183, 86, 160, 0.9) !important;
}
.business .btn.rultimate:focus {
  box-shadow: none;
}

.buttonblock {
  margin-bottom: 0rem;
  margin-top: 1rem;
}
.buttonblock .container {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  flex-wrap: wrap;
}
.buttonblock .container .btn {
  min-width: 280px;
}
@media (max-width: 991.98px) {
  .buttonblock .container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .buttonblock .container .btn:first-child {
    margin-bottom: 0.75rem;
  }
}

.search-block {
  padding: 3rem 0;
}
.search-block .trip-type {
  margin-bottom: 0.5rem;
}
.search-block .form-group label.search-label {
  display: inline-block;
  font-size: 1em;
  position: absolute;
  top: 50%;
  transform: translateY(-45%);
  left: 50px;
  color: rgba(17, 44, 83, 0.4);
  pointer-events: none;
}
.search-block .form-group.departure .form-control {
  padding-left: 90px;
}
.search-block .form-group.arrival .form-control {
  padding-left: 70px;
}
.search-block .form-group.date .form-control {
  padding-left: 102px;
}
.search-block .form-group.pax .form-control {
  padding-left: 135px;
}
.search-block .form-group.select:after {
  padding-top: 5px;
}
.search-block .form-group .form-control {
  font-weight: 600;
}
.search-block .form-group:before {
  position: absolute;
  top: 50%;
  transform: translateY(-48%);
  left: 20px;
  font-family: icomoon;
  color: #F47920;
  font-size: 1.4em;
}
.search-block .form-group.pin:before {
  content: "\e922";
}
.search-block .form-group.date:before {
  content: "\e90a";
  font-size: 1.3em;
}
.search-block .form-group.pax:before {
  content: "\e92f";
  font-size: 1.2em;
}
.search-block .form-group .clear {
  position: absolute;
  top: 12px;
  background: #fff;
  border: 0;
  right: 8px;
  outline: none;
  z-index: 10;
  color: #112C53;
  opacity: 0;
  transition: 0.2s;
}
.search-block .form-group .clear:before {
  font-size: 1.5em;
  content: "\e916";
  font-family: icomoon;
}
.search-block .form-group .clear:hover {
  color: #F47920;
}
.search-block .form-group.active .clear, .search-block .form-group.show .clear, .search-block .form-group:hover .clear {
  opacity: 1;
}

.port-list {
  max-height: 300px;
  overflow-x: hidden;
  overflow-y: scroll;
}
.port-list a.port-selector {
  display: block;
  cursor: pointer;
  padding: 1rem 1rem;
  line-height: 1em;
  cursor: pointer;
}
.port-list a.port-selector:hover {
  background: #F8FAFB;
}
.port-list a.port-selector:active {
  background: #eef3f5;
}
.port-list a.port-selector:not(:last-child) {
  border-bottom: 1px solid #D4DCE8;
}

.datepicker.datepicker-dropdown {
  padding: 1rem;
  border-radius: 1px;
  border: 1px solid #D4DCE8;
  box-shadow: 0 3px 1px rgba(17, 44, 83, 0.04);
}
.datepicker.datepicker-dropdown th, .datepicker.datepicker-dropdown td {
  font-size: 0.95em;
  padding: 3px 8px;
  color: #112C53;
  text-align: center;
}
.datepicker.datepicker-dropdown th {
  text-transform: uppercase;
  color: #112C53;
  font-weight: 700;
}
.datepicker.datepicker-dropdown .dow {
  font-size: 0.7em;
  padding: 8px;
}
.datepicker.datepicker-dropdown .prev, .datepicker.datepicker-dropdown .next, .datepicker.datepicker-dropdown .datepicker-switch {
  color: #F47920;
  cursor: pointer;
}
.datepicker.datepicker-dropdown .disabled {
  opacity: 0.3;
}
.datepicker.datepicker-dropdown .new.day {
  opacity: 0.6;
}
.datepicker.datepicker-dropdown .day:hover {
  background: #F8FAFB;
  cursor: pointer;
}
.datepicker.datepicker-dropdown .day.active {
  background: #F47920;
  color: #fff;
}
.datepicker.datepicker-dropdown .month, .datepicker.datepicker-dropdown .year, .datepicker.datepicker-dropdown .decade, .datepicker.datepicker-dropdown .century {
  width: 24%;
  display: inline-block;
  padding: 8px;
}
.datepicker.datepicker-dropdown .month:hover, .datepicker.datepicker-dropdown .year:hover, .datepicker.datepicker-dropdown .decade:hover, .datepicker.datepicker-dropdown .century:hover {
  background: #F8FAFB;
  cursor: pointer;
}
.datepicker.datepicker-dropdown .month.focused, .datepicker.datepicker-dropdown .year.focused, .datepicker.datepicker-dropdown .decade.focused, .datepicker.datepicker-dropdown .century.focused {
  background: #F47920;
  color: #fff;
}

.calendar {
  border-bottom: 1px solid #D4DCE8;
  background: #fff;
  box-shadow: 0 3px 1px rgba(17, 44, 83, 0.04);
}
.calendar .container {
  display: flex;
  justify-content: center;
  padding: 0;
}
@media (max-width: 1199.98px) {
  .calendar .container {
    padding: 0px;
  }
}
.calendar .container button {
  outline: none;
  border-radius: 0;
  border-left: 1px solid #D4DCE8 !important;
}
.calendar .container button:hover {
  background: #F8FAFB;
}
.calendar .container button:active {
  background: #e8eef2;
}
.calendar .container .day {
  flex-grow: 1;
  background: none;
  border: 0px;
  line-height: 1em;
  padding: 1rem 0.5rem;
  font-size: 0.8em;
  position: relative;
  transition: 0.2s;
  color: #112C53;
}
.calendar .container .day.lowest:after {
  content: "\e91a";
  font-family: icomoon;
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 2px 0 0 3px;
  font-size: 1em;
  background: #F47920;
  color: #fff;
  width: 24px;
  height: 24px;
  border-radius: 0 0 0 210px;
}
.calendar .container .day:before {
  content: "";
  position: absolute;
  top: 10%;
  left: 50%;
  width: 90%;
  height: 80%;
  transform: translate(-50%);
  background: #F47920;
  z-index: 0;
  opacity: 0;
}
.calendar .container .day.active {
  color: #fff;
}
.calendar .container .day.active:hover, .calendar .container .day.active:active {
  background: #fff;
}
.calendar .container .day.active:before {
  opacity: 1;
}
.calendar .container .day .date {
  display: block;
  margin-bottom: 8px;
  opacity: 0.8;
  position: relative;
  z-index: 10;
}
.calendar .container .day .price {
  font-weight: 600;
  font-size: 1.4em;
  position: relative;
  z-index: 10;
}
@media (max-width: 1199.98px) {
  .calendar .container .day:nth-of-type(2) {
    display: none;
  }
  .calendar .container .day:nth-of-type(8) {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .calendar .container .day .date {
    margin-bottom: 4px;
  }
  .calendar .container .day .price {
    font-size: 1.1em;
    line-height: 1em;
  }
  .calendar .container .day:nth-of-type(3) {
    display: none;
  }
  .calendar .container .day:nth-of-type(7) {
    display: none;
  }
}
.calendar .container .arrow {
  font-size: 1.2em;
  line-height: 1em;
  width: 50px;
  background: none;
  border: 0px;
}
.calendar .container .arrow span {
  position: relative;
  top: 1px;
}
.calendar .container .arrow:last-child {
  border-right: 1px solid #D4DCE8 !important;
}
@media (max-width: 1199.98px) {
  .calendar .container .arrow {
    width: 35px;
  }
  .calendar .container .arrow.prev {
    border-left: 0 !important;
  }
  .calendar .container .arrow.next {
    border-right: 0 !important;
  }
}

.pax-drop {
  padding-top: 0;
  padding-bottom: 5px;
  user-select: none;
  width: auto;
  padding: 0;
  border: 1px solid #D4DCE8;
  box-shadow: 0 3px 1px rgba(17, 44, 83, 0.04);
}
.pax-drop .passenger-select {
  padding: 1rem 0;
}
.pax-drop .passenger-select .pax {
  padding: 0.5rem 2rem;
}
.pax-drop .passenger-select .pax .details {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  line-height: 1em;
}
.pax-drop .passenger-select .pax .details h5 {
  margin: 0;
  font-size: 1.2em;
  color: #112C53;
}
.pax-drop .passenger-select .pax .details p {
  margin: 0;
  opacity: 0.6;
}
.pax-drop .passenger-select .pax .input-wrap {
  width: 100%;
  border: 1px solid #D4DCE8;
  margin-top: 0.5rem;
}
.pax-drop .passenger-select .pax .input-wrap .counter.number {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5em;
  width: 100%;
}
.pax-drop .passenger-select .pax .input-wrap .counter.number .pax-btn {
  border: 0;
  background: none;
  box-sizing: border-box;
  width: 15%;
  color: #112C53;
  outline: none !important;
  transition: 0.2s;
}
.pax-drop .passenger-select .pax .input-wrap .counter.number .pax-btn:disabled {
  pointer-events: none;
  opacity: 0.3;
}
.pax-drop .passenger-select .pax .input-wrap .counter.number .pax-btn:hover {
  color: #F47920;
}
.pax-drop .passenger-select .pax .input-wrap .counter.number .pax-btn:active {
  color: #a64a08;
}
.pax-drop .passenger-select .pax .input-wrap .counter.number input.counter {
  border: 0;
  width: 60%;
  padding: 1rem;
  color: #112C53;
  text-align: center;
  box-sizing: border-box;
  outline: none !important;
}

.loading {
  display: none;
}
.loading .loader-body {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 40000;
  color: #fff;
  background: #306396 url(../img/clouds-small.jpg) bottom center repeat-x;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-size: 1.3em;
  padding: 0 1rem;
  color: rgba(255, 255, 255, 0.6);
}
.loading .loader-body h2 {
  color: #fff;
  font-size: 2em;
  margin-bottom: 1rem;
}
.loading .loader-body .spinner-border {
  margin-top: 1rem;
  color: #fff;
}
.loading .plane-img {
  position: relative;
  top: 0;
  animation-name: floatPlane;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  max-width: 60%;
  margin-left: -10%;
}
.loading .plane-imgB {
  position: relative;
  top: -40px;
  animation-name: floatPlaneB;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  max-width: 30%;
  margin-right: -30%;
}

@keyframes floatPlane {
  0% {
    top: 0;
  }
  50% {
    top: -8px;
  }
  100% {
    top: 0;
  }
}
@keyframes floatPlaneB {
  0% {
    top: -50px;
  }
  50% {
    top: -42px;
  }
  100% {
    top: -50px;
  }
}
@media (max-width: 991.98px) {
  @keyframes floatPlaneB {
    0% {
      top: -20px;
    }
    50% {
      top: -12px;
    }
    100% {
      top: -20px;
    }
  }
}
.card {
  transition: 0.2s;
  padding: 0.75rem;
  border: 1px solid #D4DCE8;
  box-shadow: 0 3px 1px rgba(17, 44, 83, 0.04);
}
.card:not(:last-child) {
  margin-bottom: 1.5rem;
}
.card .split {
  display: flex;
  justify-content: space-between;
}
.card .split > div:first-child {
  flex: 1.5;
  padding-right: 3rem;
}
.card .split > div:last-child {
  flex: 1;
}
@media (max-width: 991.98px) {
  .card .split {
    flex-direction: column-reverse;
  }
  .card .split > div:first-child {
    padding-right: 0;
  }
  .card .split .card-image {
    display: none;
  }
}
.card .card-image {
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}
.card .card-header {
  background: 0;
  border-bottom: 1px solid #D4DCE8;
  padding: 1.05rem 1.25rem 1.5rem;
}
.card .card-action {
  margin-top: 1rem;
  display: flex;
  justify-content: flex-start;
}
.card .card-action > div {
  margin: 0 0 0 2rem;
}
.card .card-action .pricing {
  color: #112C53;
  text-align: center;
}
.card .card-action .pricing > span {
  font-weight: bold;
  font-size: 0.9em;
}
.card .card-action .pricing .total-price {
  margin: auto;
  color: #F47920;
}
.card .card-action .pricing .total-price .amount {
  margin: auto;
}
.card h3 {
  margin: 0 0 5px;
  font-size: 1.55em;
  font-weight: 600;
  position: relative;
  padding-left: 35px;
}
.card h3 span[class*=icon-] {
  font-size: 1.2em;
  line-height: 1em;
  position: absolute;
  top: 0;
  left: 0;
  color: #F47920;
}
@media (max-width: 991.98px) {
  .card h3 {
    font-size: 1.3em;
    margin-bottom: 10px;
  }
}
.card h5 {
  color: #F47920;
  margin: 0 0 1.2rem;
  font-size: 1.1em;
  font-weight: 600;
}
.card p {
  margin: 0;
}
.card .card-body {
  padding: 1.25rem;
  /*&:not(:last-child) {
  	border-bottom: 1px solid $border;
  }*/
}
.card .card-body .alert {
  margin-bottom: 0;
  margin-top: 0.6rem;
}
.card a {
  color: #112C53;
  font-weight: 500;
}
.card a:hover {
  color: #F47920;
}
.card .ancil-check ~ label {
  font-weight: 600 !important;
}
.card:before {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  right: 0;
  background: #1CBE42;
  border-radius: 0 0 0 100%;
  opacity: 0;
  transition: 0.2s;
}
.card:after {
  content: "\e92b";
  font-family: icomoon;
  width: 20px;
  height: 25px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  color: #fff;
  opacity: 0;
  transition: 0.2s;
}
.card.is-active {
  border-color: #1CBE42;
}
.card.is-active:before, .card.is-active:after {
  opacity: 1;
}
.card .surchargeRates {
  color: #F47920;
  text-decoration: none;
  float: right;
  font-size: 0.9em;
}
.card .card-image {
  max-height: 780px;
}
.card .insurance-check .insurance-tog label {
  text-align: center;
}

.f-strip {
  background: #fff;
  border: 1px solid #D4DCE8;
  box-shadow: 0 3px 1px rgba(17, 44, 83, 0.04);
  margin-bottom: 1rem;
}
.f-strip .main-block {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  padding: 1rem 0;
}
.f-strip .main-block .leg-stretch {
  flex-grow: 1;
  border-right: 1px solid #D4DCE8;
}
@media (max-width: 991.98px) {
  .f-strip .main-block .leg-stretch {
    border-right: 0px;
  }
}
.f-strip .main-block .fl-leg {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  flex-grow: 1;
}
.f-strip .main-block .stopover {
  margin: 5px auto;
  font-size: 11px;
  line-height: 1em;
  /*text-transform: uppercase;*/
  letter-spacing: 1px;
  text-align: center;
  position: relative;
}
@media (max-width: 991.98px) {
  .f-strip .main-block .stopover {
    top: -11px;
  }
}
.f-strip .main-block .stopover span {
  background: #fff;
  z-index: 10;
  position: relative;
  padding: 0 20px;
}
.f-strip .main-block .stopover:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 5%;
  width: 90%;
  height: 1px;
  background: #D4DCE8;
  opacity: 0.8;
}
.f-strip .main-block .times {
  width: 60%;
  flex-grow: 2;
  border-right: 1px solid #D4DCE8;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 2.5rem;
  position: relative;
}
@media (max-width: 1199px) {
  .f-strip .main-block .times {
    padding: 1rem 1.5rem;
    font-size: 0.8em;
  }
}
.f-strip .main-block .times .departs, .f-strip .main-block .times .arrives {
  width: 50%;
}
.f-strip .main-block .times .arrives {
  text-align: right;
}
.f-strip .main-block .times .time {
  font-size: 2.2em;
  font-weight: 600;
  line-height: 1em;
}
.f-strip .main-block .times .time span {
  font-size: 0.5em;
  font-weight: 800;
}
.f-strip .main-block .times .port {
  font-weight: 600;
  color: #F47920;
  line-height: 1em;
  font-size: 0.9em;
}
.f-strip .main-block .times .icon-plane {
  text-align: center;
  font-size: 1.85em;
  color: #112C53;
}
.f-strip .main-block .times .icon-plane .date {
  font-family: museo-sans, arial, sans-serif;
  font-size: 12px;
  display: block;
  white-space: nowrap;
  font-weight: 600;
  color: #F47920;
  line-height: 1em;
  margin-top: 0.7rem;
}
.f-strip .main-block .details {
  list-style: none;
  padding: 1rem 2rem;
  margin: 0;
  flex-grow: 1;
  color: #112C53;
  font-weight: 400;
  width: 37%;
}
@media (max-width: 1199px) {
  .f-strip .main-block .details {
    padding: 1rem 1.5rem;
    font-size: 0.8em;
  }
}
.f-strip .main-block .details .stops:before, .f-strip .main-block .details .duration:before, .f-strip .main-block .details .carrier:before, .f-strip .main-block .details .aircraft:before, .f-strip .main-block .details .carrier:before {
  content: "";
  width: 3px;
  height: 3px;
  background: #112C53;
  display: inline-block;
  vertical-align: middle;
  margin: 0 6px;
}
.f-strip .main-block .details .full-details {
  color: #112C53;
  font-weight: 800;
}
.f-strip .main-block .details .full-details:hover {
  color: #F47920;
  text-decoration: none;
}
.f-strip .main-block .details .fl-num {
  font-weight: 800;
}
.f-strip .main-block button.fly {
  width: 17%;
  text-align: center;
  background: none;
  border: none;
  outline: none;
  position: relative;
}
.f-strip .main-block button.fly .mobile-title {
  display: none;
  position: relative;
  z-index: 100;
}
.f-strip .main-block button.fly.econ {
  color: #1A61C9;
}
.f-strip .main-block button.fly.econ:after {
  background: #1A61C9;
}
.f-strip .main-block button.fly.biz {
  color: #DB1D67;
}
.f-strip .main-block button.fly.biz:after {
  background: #DB1D67;
}
.f-strip .main-block button.fly:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 80%;
  height: 100%;
  transform: translateX(-50%);
  opacity: 0;
  z-index: 0;
  transition: 0.2s;
}
.f-strip .main-block button.fly > span {
  display: block;
  position: relative;
  z-index: 100;
  font-size: 0.9em;
}
.f-strip .main-block button.fly > span.view:after {
  content: "\e900";
  font-family: icomoon;
  display: inline-block;
  line-height: 1em;
  font-size: 0.7em;
  position: relative;
  top: 2px;
  margin-left: 1px;
}
.f-strip .main-block button.fly .total-price {
  margin: auto;
  display: block;
  z-index: 100;
  position: relative;
  z-index: 100;
}
@media (max-width: 1199px) {
  .f-strip .main-block button.fly .total-price {
    font-size: 0.8em;
  }
}
.f-strip .main-block button.fly:first-of-type {
  border-right: 1px solid #D4DCE8;
}
.f-strip .main-block button.fly:hover:after {
  opacity: 0.1;
}
.f-strip .main-block button.fly:active, .f-strip .main-block button.fly.active {
  color: #fff;
}
.f-strip .main-block button.fly:active .mobile-title, .f-strip .main-block button.fly.active .mobile-title {
  color: #fff;
}
.f-strip .main-block button.fly:active:after, .f-strip .main-block button.fly.active:after {
  opacity: 1;
}
@media (max-width: 991.98px) {
  .f-strip .main-block {
    padding-bottom: 0;
    display: block;
  }
  .f-strip .main-block .times {
    width: 100%;
    border-right: 0px;
  }
  .f-strip .main-block .details {
    width: 100%;
    margin-top: 1rem;
    border-right: 0px;
    border-top: 1px solid #D4DCE8;
    border-bottom: 1px solid #D4DCE8;
    font-size: 0.8em;
    display: flex;
    justify-content: space-between;
    /*.aircraft, .carrier {
    	display: none;
    }*/
  }
  .f-strip .main-block .details span:before {
    top: -1px;
    position: relative;
  }
  .f-strip .main-block button.fly {
    width: 100%;
    padding: 1.7rem 1.5rem;
    border-right: 0px !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .f-strip .main-block button.fly:last-child {
    border-top: 1px solid #D4DCE8;
  }
  .f-strip .main-block button.fly .total-price {
    display: inline-block;
    margin: 0 0 0 auto;
  }
  .f-strip .main-block button.fly .total-price:after {
    content: "\e900";
    font-family: icomoon;
    position: absolute;
    bottom: -3px;
    font-size: 0.8em;
    right: 3px;
  }
  .f-strip .main-block button.fly .view, .f-strip .main-block button.fly .from {
    display: none;
  }
  .f-strip .main-block button.fly .mobile-title {
    display: block;
    top: 1px;
  }
  .f-strip .main-block button.fly .mobile-title span {
    font-weight: 700;
  }
  .f-strip .main-block button.fly:after {
    width: 97%;
    top: 8.5%;
    height: 85%;
  }
}
.f-strip .fare-drop {
  padding: 0;
  max-height: 0;
  overflow-x: hidden;
}
.f-strip .fare-drop.active {
  max-height: 100%;
  border-top: 1px solid #D4DCE8;
}
.f-strip .fare-drop .fares-body {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: -10px;
  margin-right: -10px;
  padding: 2rem 2rem 0;
}
.f-strip .fare-drop .fares-body .fare {
  transition: 0.2s;
  text-align: left;
  flex: 1;
  border: 0;
  padding: 1rem 1.6rem;
  margin: 0 10px;
  color: #fff;
  outline: none;
  height: 140px;
}
.f-strip .fare-drop .fares-body .fare.sold {
  opacity: 0.5;
  pointer-events: none;
}
.f-strip .fare-drop .fares-body .fare.reBlock {
  opacity: 0.5;
  pointer-events: none;
}
.f-strip .fare-drop .fares-body .fare h3 {
  font-size: 1.2em;
  line-height: 1em;
  margin: 0 0 0.4rem;
}
.f-strip .fare-drop .fares-body .fare p {
  margin: 0;
  padding: 0;
  line-height: 1em;
  font-size: 0.9em;
}
.f-strip .fare-drop .fares-body .fare .base {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.8em;
  padding-top: 0.8rem;
  margin-top: 0.8rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.f-strip .fare-drop .fares-body .fare .base .total-price {
  display: inline-block;
}
.f-strip .fare-drop .fares-body .fare .base .soldOut {
  font-size: 1.3em;
}
.f-strip .fare-drop .fares-body .fare .base .soldOut:before {
  content: "\e916";
  font-family: icomoon;
  position: relative;
  top: 1px;
  margin-right: 5px;
}
.f-strip .fare-drop .fares-body .fare .base .seats:before {
  content: "\e928";
  font-family: icomoon;
  display: inline-block;
  margin-right: 5px;
  font-size: 1.1em;
  position: relative;
  top: 1px;
}
@media (max-width: 1199px) {
  .f-strip .fare-drop .fares-body .fare .base .seats {
    display: none;
  }
}
.f-strip .fare-drop .fares-body .fare.active {
  padding: 1.7rem 1.6rem;
  height: 150px;
}
@media (max-width: 991.98px) {
  .f-strip .fare-drop .fares-body {
    display: inline-block;
    width: 100%;
    overflow-x: hidden;
    padding: 1.5rem 0 0;
    margin-left: 1.5rem;
  }
  .f-strip .fare-drop .fares-body .fare {
    margin: 0 15px 0 0;
    display: inline-block;
    vertical-align: middle;
    height: 145px;
  }
  .f-strip .fare-drop .fares-body .fare.active, .f-strip .fare-drop .fares-body .fare.slick-current {
    height: 170px;
  }
}
.f-strip .fare-drop .selector-drop {
  margin: 0 2rem 2rem;
}
@media (max-width: 991.98px) {
  .f-strip .fare-drop .selector-drop {
    margin: -8px 1.5rem 1.5rem;
  }
}
.f-strip .fare-drop .inclusions {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  padding: 1.5rem;
}
@media (max-width: 991.98px) {
  .f-strip .fare-drop .inclusions {
    display: block !important;
  }
}
.f-strip .fare-drop .inclusions h4 {
  margin-bottom: 1rem;
  font-size: 1.3em;
  font-weight: 600;
  color: currentColor;
}
.f-strip .fare-drop .inclusions .fare-btn {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.f-strip .fare-drop .inclusions .fare-btn .btn {
  width: 34%;
}
@media (max-width: 991.98px) {
  .f-strip .fare-drop .inclusions .fare-btn {
    display: block;
  }
  .f-strip .fare-drop .inclusions .fare-btn .btn {
    width: 100%;
  }
  .f-strip .fare-drop .inclusions .fare-btn .btn:first-child {
    margin-bottom: 0.5rem;
  }
  .f-strip .fare-drop .inclusions .fare-btn .btn.upgrade {
    display: none !important;
  }
}
.f-strip .fare-drop .inclusions .inclusions-body {
  flex: 1;
}
.f-strip .fare-drop .inclusions .inclusions-body ul {
  width: 100%;
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.f-strip .fare-drop .inclusions .inclusions-body ul li {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  max-width: 350px;
  margin: 0 0 15px;
  position: relative;
}
@media (max-width: 991.98px) {
  .f-strip .fare-drop .inclusions .inclusions-body ul li {
    width: 100% !important;
  }
}
.f-strip .fare-drop .inclusions .inclusions-body ul li > div {
  width: 80%;
  padding-left: 15px;
}
.f-strip .fare-drop .inclusions .inclusions-body ul li > div h6 {
  font-size: 0.9em;
  line-height: 1em;
  margin: 2px 0 3px;
  font-weight: 600;
}
.f-strip .fare-drop .inclusions .inclusions-body ul li > div p {
  margin: 0;
  line-height: 1.2em;
  font-size: 0.9em;
}
.f-strip .fare-drop .inclusions .inclusions-body ul li:before {
  content: "";
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background: currentColor;
  display: inline-block;
  opacity: 0.1;
}
.f-strip .fare-drop .inclusions .inclusions-body ul li:after {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 1.2em;
  line-height: 1em;
  font-family: icomoon;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.f-strip .fare-drop .inclusions .inclusions-body ul li.date-change:after {
  content: "\e90a";
}
.f-strip .fare-drop .inclusions .inclusions-body ul li.cancellations:after {
  content: "\e90c";
}
.f-strip .fare-drop .inclusions .inclusions-body ul li.name-change:after {
  content: "\e92f";
}
.f-strip .fare-drop .inclusions .inclusions-body ul li.carryon-bag:after {
  content: "\e906";
}
.f-strip .fare-drop .inclusions .inclusions-body ul li.checked-bag:after {
  content: "\e908";
}
.f-strip .fare-drop .inclusions .inclusions-body ul li.meals:after {
  content: "\e919";
}
.f-strip .fare-drop .inclusions .inclusions-body ul li.entertainment:after {
  content: "\e912";
}
.f-strip .fare-drop .inclusions .inclusions-body ul li.seats:after {
  content: "\e928";
}
.f-strip .fare-drop .inclusions .inclusions-body ul li.drink:after {
  content: "\e910";
}
.f-strip .fare-drop .inclusions .inclusions-body ul li.lounge:after {
  content: "\e91e";
}
.f-strip .fare-drop .inclusions .inclusions-body ul li.eligibility:after {
  content: "\e92b";
}
.f-strip .fare-drop .inclusions .inclusions-body ul li.sms:after {
  content: "\e921";
}
.f-strip .fare-drop .inclusions .upgrade {
  width: 32%;
}
.f-strip .fare-drop .inclusions .upgrade.upgrade-image {
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: none !important;
  margin-bottom: 1rem;
}
@media (max-width: 991.98px) {
  .f-strip .fare-drop .inclusions .upgrade.upgrade-image {
    display: none !important;
  }
}
.f-strip .fare-drop.economy .fare.promo {
  background: #1A61C9;
}
.f-strip .fare-drop.economy .fare.resi {
  background: #D38800;
}
.f-strip .fare-drop.economy .fare.saver {
  background: #064F75;
}
.f-strip .fare-drop.economy .fare.flex {
  background: #04605C;
}
.f-strip .fare-drop.economy .fare.extra {
  background: #022331;
}
.f-strip .fare-drop.economy .fare.reward {
  background: #c33a8a;
}
.f-strip .fare-drop.economy .fare.anytime {
  background: #002955;
}
.f-strip .fare-drop.economy .fare.ranytime {
  background: #0D3C3E;
}
.f-strip .fare-drop.economy .fare.getaway {
  background: #004B85;
}
.f-strip .fare-drop.economy .fare.rgetaway {
  background: #2B6669;
}
.f-strip .fare-drop.economy .fare.ultimate {
  background: #1A61C9;
}
.f-strip .fare-drop.economy .fare.rultimate {
  background: #589390;
}
.f-strip .fare-drop.economy .selector-drop {
  display: none;
}
.f-strip .fare-drop.economy .selector-drop.promo {
  border: 1px solid #1A61C9;
  background: rgba(26, 97, 201, 0.1);
  color: #0e356f;
}
.f-strip .fare-drop.economy .selector-drop.resi {
  border: 1px solid #D38800;
  background: rgba(211, 136, 0, 0.1);
  color: #6d4600;
}
.f-strip .fare-drop.economy .selector-drop.saver {
  border: 1px solid #064F75;
  background: rgba(6, 79, 117, 0.1);
  color: #010d14;
}
.f-strip .fare-drop.economy .selector-drop.flex {
  border: 1px solid #04605C;
  background: rgba(4, 96, 92, 0.1);
  color: black;
}
.f-strip .fare-drop.economy .selector-drop.extra {
  border: 1px solid #022331;
  background: rgba(2, 35, 49, 0.1);
  color: black;
}
.f-strip .fare-drop.economy .selector-drop.extra ul li {
  width: 33%;
}
.f-strip .fare-drop.economy .selector-drop.reward {
  border: 1px solid #c33a8a;
  background: rgba(195, 58, 138, 0.1);
  color: #742352;
}
.f-strip .fare-drop.economy .selector-drop.anytime {
  border: 1px solid #002955;
  background: rgba(0, 41, 85, 0.1);
  color: black;
}
.f-strip .fare-drop.economy .selector-drop.ranytime {
  border: 1px solid #0D3C3E;
  background: rgba(13, 60, 62, 0.1);
  color: black;
}
.f-strip .fare-drop.economy .selector-drop.getaway {
  border: 1px solid #004B85;
  background: rgba(0, 75, 133, 0.1);
  color: #00111f;
}
.f-strip .fare-drop.economy .selector-drop.rgetaway {
  border: 1px solid #2B6669;
  background: rgba(43, 102, 105, 0.1);
  color: #0d2021;
}
.f-strip .fare-drop.economy .selector-drop.ultimate {
  border: 1px solid #1A61C9;
  background: rgba(26, 97, 201, 0.1);
  color: #0e356f;
}
.f-strip .fare-drop.economy .selector-drop.ultimate ul li {
  width: 33%;
}
.f-strip .fare-drop.economy .selector-drop.rultimate {
  border: 1px solid #589390;
  background: rgba(88, 147, 144, 0.1);
  color: #325351;
}
.f-strip .fare-drop.economy .selector-drop.rultimate ul li {
  width: 33%;
}
.f-strip .fare-drop.business .fare.promo {
  background: #DB1D67;
}
.f-strip .fare-drop.business .fare.saver {
  background: #8B066C;
}
.f-strip .fare-drop.business .fare.flex {
  background: #532087;
}
.f-strip .fare-drop.business .fare.extra {
  background: #0C084E;
}
.f-strip .fare-drop.business .fare.anytime {
  background: #280A24;
}
.f-strip .fare-drop.business .fare.ranytime {
  background: #9E1A45;
}
.f-strip .fare-drop.business .fare.getaway {
  background: #4A1446;
}
.f-strip .fare-drop.business .fare.rgetaway {
  background: #E33D6C;
}
.f-strip .fare-drop.business .fare.ultimate {
  background: #7F5E79;
}
.f-strip .fare-drop.business .fare.rultimate {
  background: #B756A0;
}
.f-strip .fare-drop.business .selector-drop {
  display: none;
}
.f-strip .fare-drop.business .selector-drop.promo {
  border: 1px solid #DB1D67;
  background: rgba(219, 29, 103, 0.1);
  color: #81113d;
}
.f-strip .fare-drop.business .selector-drop.saver {
  border: 1px solid #8B066C;
  background: rgba(139, 6, 108, 0.1);
  color: #290220;
}
.f-strip .fare-drop.business .selector-drop.flex {
  border: 1px solid #532087;
  background: rgba(83, 32, 135, 0.1);
  color: #200c35;
}
.f-strip .fare-drop.business .selector-drop.extra {
  border: 1px solid #0C084E;
  background: rgba(12, 8, 78, 0.1);
  color: black;
}
.f-strip .fare-drop.business .selector-drop.extra ul li {
  width: 33%;
}
.f-strip .fare-drop.business .selector-drop.anytime {
  border: 1px solid #280A24;
  background: rgba(40, 10, 36, 0.1);
  color: black;
}
.f-strip .fare-drop.business .selector-drop.ranytime {
  border: 1px solid #9E1A45;
  background: rgba(158, 26, 69, 0.1);
  color: #460c1f;
}
.f-strip .fare-drop.business .selector-drop.getaway {
  border: 1px solid #4A1446;
  background: rgba(74, 20, 70, 0.1);
  color: black;
}
.f-strip .fare-drop.business .selector-drop.rgetaway {
  border: 1px solid #E33D6C;
  background: rgba(227, 61, 108, 0.1);
  color: #a3173f;
}
.f-strip .fare-drop.business .selector-drop.ultimate {
  border: 1px solid #7F5E79;
  background: rgba(127, 94, 121, 0.1);
  color: #443341;
}
.f-strip .fare-drop.business .selector-drop.ultimate ul li {
  width: 33%;
}
.f-strip .fare-drop.business .selector-drop.rultimate {
  border: 1px solid #B756A0;
  background: rgba(183, 86, 160, 0.1);
  color: #753265;
}
.f-strip .fare-drop.business .selector-drop.rultimate ul li {
  width: 33%;
}

.f-strip.selected {
  border: 1px solid #D4DCE8;
  position: relative;
}
.f-strip.selected .fare-drop {
  padding: 0;
  border-top: 0px;
}
.f-strip.selected .selector-drop {
  border-left: 0px !important;
  border-right: 0px !important;
  border-bottom: 0px !important;
}
.f-strip.selected:before {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  right: 0;
  background: currentColor;
  border-radius: 0 0 0 100%;
}
.f-strip.selected:after {
  content: "\e92b";
  font-family: icomoon;
  width: 21px;
  height: 25px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  color: #fff;
}
.f-strip.selected .main-block {
  color: currentColor;
}
.f-strip.selected .main-block .time {
  color: #112C53;
}
.f-strip.selected .main-block .port {
  color: currentColor !important;
}
.f-strip.selected button.fly {
  pointer-events: none;
  color: currentColor !important;
}
.f-strip.selected button.fly .total-price:after {
  display: none;
}
.f-strip.selected button.fly:after {
  display: none;
}
.f-strip.selected button.fly .mobile-title {
  color: currentColor !important;
}
.f-strip.selected button.fly .from {
  display: none;
}
.f-strip.selected button.fly .view:after {
  display: none !important;
}
.f-strip.selected.econ-promo {
  color: #1A61C9;
  border-color: currentColor;
}
.f-strip.selected.econ-resi {
  color: #D38800;
  border-color: currentColor;
}
.f-strip.selected.econ-saver {
  color: #064F75;
  border-color: currentColor;
}
.f-strip.selected.econ-flex {
  color: #04605C;
  border-color: currentColor;
}
.f-strip.selected.econ-extra {
  color: #022331;
  border-color: currentColor;
}
.f-strip.selected.econ-reward {
  color: #c33a8a;
  border-color: currentColor;
}
.f-strip.selected.econ-anytime {
  color: #002955;
  border-color: currentColor;
}
.f-strip.selected.econ-ranytime {
  color: #0D3C3E;
  border-color: currentColor;
}
.f-strip.selected.econ-getaway {
  color: #004B85;
  border-color: currentColor;
}
.f-strip.selected.econ-rgetaway {
  color: #2B6669;
  border-color: currentColor;
}
.f-strip.selected.econ-ultimate {
  color: #1A61C9;
  border-color: currentColor;
}
.f-strip.selected.econ-rultimate {
  color: #589390;
  border-color: currentColor;
}
.f-strip.selected.biz-promo {
  color: #DB1D67;
  border-color: currentColor;
}
.f-strip.selected.biz-saver {
  color: #8B066C;
  border-color: currentColor;
}
.f-strip.selected.biz-flex {
  color: #532087;
  border-color: currentColor;
}
.f-strip.selected.biz-extra {
  color: #0C084E;
  border-color: currentColor;
}
.f-strip.selected.biz-anytime {
  color: #280A24;
  border-color: currentColor;
}
.f-strip.selected.biz-ranytime {
  color: #9E1A45;
  border-color: currentColor;
}
.f-strip.selected.biz-getaway {
  color: #4A1446;
  border-color: currentColor;
}
.f-strip.selected.biz-rgetaway {
  color: #E33D6C;
  border-color: currentColor;
}
.f-strip.selected.biz-ultimate {
  color: #7F5E79;
  border-color: currentColor;
}
.f-strip.selected.biz-rultimate {
  color: #B756A0;
  border-color: currentColor;
}
.f-strip.selected .selector-drop {
  margin: 0;
}
.f-strip.selected .inclusions {
  padding: 1.5rem 2rem 0rem;
}
.f-strip.selected .inclusions button.edit {
  clear: both;
}
.btn.edit-selection {
  color: #fff !important;
  margin-left: auto;
  font-size: 1em;
  display: inherit;
  box-shadow: none;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  border: 1px solid #D4DCE8;
}
.btn.edit-selection:before {
  content: "\e911";
  font-family: icomoon;
  display: inline-block;
  margin-right: 5px;
  font-weight: normal;
  font-size: 0.9em;
}
.btn.edit-selection.econ-promo {
  background: #1A61C9;
  border-color: #1A61C9;
}
.btn.edit-selection.econ-resi {
  background: #D38800;
  border-color: #D38800;
}
.btn.edit-selection.econ-saver {
  background: #064F75;
  border-color: #064F75;
}
.btn.edit-selection.econ-flex {
  background: #04605C;
  border-color: #04605C;
}
.btn.edit-selection.econ-extra {
  background: #022331;
  border-color: #022331;
}
.btn.edit-selection.econ-reward {
  background: #c33a8a;
  border-color: #c33a8a;
}
.btn.edit-selection.econ-anytime {
  background: #002955;
  border-color: #002955;
}
.btn.edit-selection.econ-ranytime {
  background: #0D3C3E;
  border-color: #0D3C3E;
}
.btn.edit-selection.econ-getaway {
  background: #004B85;
  border-color: #004B85;
}
.btn.edit-selection.econ-rgetaway {
  background: #2B6669;
  border-color: #2B6669;
}
.btn.edit-selection.econ-ultimate {
  background: #1A61C9;
  border-color: #1A61C9;
}
.btn.edit-selection.econ-rultimate {
  background: #589390;
  border-color: #589390;
}
.btn.edit-selection.biz-promo {
  background: #DB1D67;
  border-color: #DB1D67;
}
.btn.edit-selection.biz-saver {
  background: #8B066C;
  border-color: #8B066C;
}
.btn.edit-selection.biz-flex {
  background: #532087;
  border-color: #532087;
}
.btn.edit-selection.biz-extra {
  background: #0C084E;
  border-color: #0C084E;
}
.btn.edit-selection.biz-anytime {
  background: #280A24;
  border-color: #280A24;
}
.btn.edit-selection.biz-ranytime {
  background: #9E1A45;
  border-color: #9E1A45;
}
.btn.edit-selection.biz-getaway {
  background: #4A1446;
  border-color: #4A1446;
}
.btn.edit-selection.biz-rgetaway {
  background: #E33D6C;
  border-color: #E33D6C;
}
.btn.edit-selection.biz-ultimate {
  background: #7F5E79;
  border-color: #7F5E79;
}
.btn.edit-selection.biz-rultimate {
  background: #B756A0;
  border-color: #B756A0;
}
@media (max-width: 991.98px) {
  .btn.edit-selection {
    margin: auto;
  }
}

.rexpngBackgrnd {
  background: url(../img/resources/rex.png) bottom center no-repeat;
}

.disabled {
  opacity: 0.5;
  pointer-events: none;
}

.flight-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}
.flight-actions .sort {
  flex-grow: 1;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.flight-actions .sort .form-group {
  margin: 0;
  max-width: 230px;
  width: 45%;
  padding: 0;
  margin: 0 12px 0 0;
  display: inline-block;
  height: 60px;
}
.flight-actions .sort .form-group.sort-flights {
  cursor: pointer;
}
.flight-actions .sort .form-group.sort-flights .form-control {
  cursor: pointer;
}
.flight-actions .sort .form-group:after {
  padding-top: 8px;
}
.flight-actions .sort .form-group:before {
  position: absolute;
  top: 50%;
  left: 15px;
  color: #F47920;
  font-family: icomoon;
  font-size: 1.2em;
  transform: translateY(-50%);
  pointer-events: none;
}
.flight-actions .sort .form-group.date:before {
  content: "\e90a";
}
.flight-actions .sort .form-group.sort-flights:before {
  content: "\e929";
}
.flight-actions .sort .form-group .form-control {
  font-weight: 600;
  color: #112C53;
  padding-left: 43px;
}
@media (max-width: 991.98px) {
  .flight-actions .sort {
    justify-content: space-between;
  }
  .flight-actions .sort .form-group {
    margin: 0;
    width: 48.5%;
  }
  .flight-actions .sort .form-group:before {
    font-size: 0.9em;
    left: 12px;
  }
  .flight-actions .sort .form-group:after {
    font-size: 0.8em;
    padding-top: 2px;
  }
  .flight-actions .sort .form-group .form-control {
    font-size: 0.8em;
    white-space: nowrap;
    padding-left: 30px;
  }
}
.flight-actions .title {
  box-shadow: 0 3px 1px rgba(17, 44, 83, 0.04);
  width: 16%;
  margin: 0 6px;
  height: 60px;
  display: inline-block;
  color: #fff;
  padding: 1.2rem 1.2rem 1.2rem;
  text-align: center;
  position: relative;
}
.flight-actions .title span {
  font-weight: 700;
}
.flight-actions .title.active:after {
  bottom: -10px;
}
.flight-actions .title:after {
  content: "";
  opacity: 1;
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  transition: 0.2s;
}
.flight-actions .title.economy {
  background: #1A61C9;
}
.flight-actions .title.economy:after {
  border-top: 10px solid #1A61C9;
}
.flight-actions .title.business {
  background: #DB1D67;
}
.flight-actions .title.business:after {
  border-top: 10px solid #DB1D67;
}
@media (max-width: 991.98px) {
  .flight-actions .title {
    display: none;
  }
}

section.price-block {
  background: #fff;
  border-bottom: 1px solid #D4DCE8;
  box-shadow: 0 3px 1px rgba(17, 44, 83, 0.04), 0 -3px 1px rgba(17, 44, 83, 0.04);
  padding: 2.5rem 0;
  margin-bottom: 2rem;
}
section.price-block .advertising-image {
  padding-bottom: 55%;
}
section.price-block .breakdown:first-child {
  padding-top: 0;
}
@media (max-width: 991.98px) {
  section.price-block .breakdown:first-child {
    padding-top: 1rem;
  }
}

.passenger, .contact-details {
  padding: 1rem 0 2rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid #D4DCE8;
}
.passenger .title, .contact-details .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.passenger .extra-padding .col-lg, .contact-details .extra-padding .col-lg {
  max-width: 560px;
}
@media (max-width: 991.98px) {
  .passenger .extra-padding .col-lg, .contact-details .extra-padding .col-lg {
    max-width: 100%;
  }
}

.card.subscribe, .card.sms {
  margin-top: 1rem;
}
.card.subscribe .form-check-label, .card.sms .form-check-label {
  font-weight: 500;
}
.card.subscribe h4, .card.sms h4 {
  font-size: 1.15em;
  font-weight: 600;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 1.2rem;
  padding-left: 2rem;
  position: relative;
}
.card.subscribe h4 span[class*=icon-], .card.sms h4 span[class*=icon-] {
  color: #F47920;
  position: absolute;
  top: -1px;
  left: 0;
  font-size: 1.3em;
  margin-right: 10px;
  font-weight: normal;
}
.card.subscribe .btn-link, .card.sms .btn-link {
  margin-top: 10px;
  font-size: 0.9em;
}

.pax-phone-input {
  width: 570px !important;
}
@media (max-width: 991.98px) {
  .pax-phone-input {
    width: 100% !important;
  }
}

.pax-phone-input-sms {
  width: 480px !important;
}
@media (max-width: 991.98px) {
  .pax-phone-input-sms {
    width: 280px !important;
  }
}

.pax-phone-input-covid {
  width: 480px !important;
}
@media (max-width: 991.98px) {
  .pax-phone-input-covid {
    width: 350px !important;
  }
}

.notice {
  margin: 0;
}

.collapse-body {
  padding: 1.5rem 1.8rem 1.5rem;
  background: #F8FAFB;
  border: 1px solid #D4DCE8;
  margin-bottom: 1rem;
}
.collapse-body ul.notice {
  margin-top: 1rem;
  list-style: none;
  padding: 1rem 1.4rem;
  margin: 0;
}
.collapse-body ul.notice .title {
  font-weight: 600;
}

.form-row > ul {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
}
.form-row > ul > li {
  width: 100%;
  margin-bottom: 1rem;
  padding-top: 1rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  border-top: 1px solid #D4DCE8;
}
@media (max-width: 991.98px) {
  .form-row > ul > li .list-title {
    width: 100%;
  }
}
.form-row > ul > li .form-check.checkbox {
  padding-left: 0px;
  padding-right: 50px;
  width: 100%;
}
.form-row > ul > li .form-check.checkbox .form-check-label {
  display: block;
}
.form-row > ul > li .form-check.checkbox .form-check-label:before {
  right: 0;
  left: auto;
  border: 1px solid #008eff;
  border-color: #54719c;
}
.form-row > ul > li .form-check.checkbox .form-check-label:after {
  right: 4px;
  left: auto;
}
.form-row > ul > li .list-title {
  flex-grow: 1;
}

.ssr-link {
  font-size: 0.9em;
}

.ssr-block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 1.5rem;
}
.ssr-block .form-check {
  width: 23.5%;
  padding: 0;
  margin: 0;
}
@media (max-width: 991.98px) {
  .ssr-block .form-check {
    width: 48%;
  }
}
.ssr-block .form-check label {
  width: 100%;
  border: 1px solid #D4DCE8;
  text-align: center;
  padding: 1.25rem;
  height: 135px;
  font-size: 1em;
  line-height: 1.25em;
  margin-bottom: 0.75rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.ssr-block .form-check label .img-wrap {
  margin-bottom: 1rem;
}
.ssr-block .form-check input[type=checkbox] ~ label:before {
  position: absolute;
  right: 1px;
  top: 0px;
  left: auto;
  box-shadow: none;
  border-radius: 0 0 0 100%;
  border: none;
  opacity: 0;
}
.ssr-block .form-check input[type=checkbox] ~ label:after {
  position: absolute;
  right: 3px;
  left: auto;
  text-shadow: none;
}
.ssr-block .form-check input[type=checkbox]:checked ~ label {
  border-color: #1CBE42;
}
.ssr-block .form-check input[type=checkbox]:checked ~ label:before, .ssr-block .form-check input[type=checkbox]:checked ~ label:after {
  opacity: 1;
}

.modal-backdrop {
  background: #081629;
}
.modal-backdrop.show {
  opacity: 0.8;
}

.modal .modal-dialog {
  max-width: 650px;
}
@media (max-width: 991.98px) {
  .modal {
    padding-right: 0 !important;
  }
}
.modal a {
  color: #112C53;
  text-decoration: underline;
}
.modal a:hover {
  color: #F47920;
  text-decoration: underline;
}
.modal button.close {
  text-shadow: none;
  outline: none !important;
  padding: 0;
  margin: 0;
}
.modal button.close:before {
  content: "\e915";
  font-family: icomoon;
  font-size: 0.8em;
}
.modal .modal-content {
  border-radius: 0px;
  box-shadow: 0 5px 16px rgba(17, 44, 83, 0.5);
  font-size: 1.1em;
}
.modal .modal-content .modal-header {
  padding: 1.2rem 1.5rem;
  align-items: center;
}
.modal .modal-content .modal-header h5.modal-title {
  margin: 0;
  color: #112C53;
  position: relative;
  font-weight: 600;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 1.25em;
}
.modal .modal-content .modal-header h5.modal-title.attention:before {
  content: "\e904";
  color: #F47920;
  font-family: icomoon;
  font-size: 1.4em;
  margin-right: 8px;
  font-weight: normal;
}
.modal .modal-content .modal-body {
  padding: 1.5rem 1.8rem 0.5rem;
  line-height: 1.6em;
}
.modal .modal-content .modal-footer {
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 1.2rem 1.5rem;
}
.modal .modal-content .modal-footer a {
  text-decoration: none;
}
.modal .modal-content .modal-footer a:hover {
  color: #fff;
}
.modal .btn-modal {
  font-size: 0.9em;
  padding: 1rem 1.2rem 0.9rem;
  height: 55px;
  color: #fff;
  width: 48%;
}
@media (max-width: 991.98px) {
  .modal .btn-modal {
    width: 100%;
  }
}

.flight-titles {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 1.25rem;
  margin-top: 0.5rem;
}
.flight-titles h4 {
  font-size: 1.2em;
  font-weight: 600;
  margin: 0 0 0.1rem;
}
.flight-titles h4 span {
  color: #F47920;
  margin-right: 0.4rem;
}
.flight-titles .times time:after {
  content: "";
  display: inline-block;
  width: 3px;
  height: 3px;
  background: #112C53;
  margin: 0 8px;
  vertical-align: middle;
  position: relative;
  top: -1px;
  left: 2px;
}
.flight-titles .times time:last-child:after {
  display: none;
}
@media (max-width: 991.98px) {
  .flight-titles {
    margin: 0;
    flex-direction: column-reverse;
  }
  .flight-titles .flight-details {
    width: 100%;
  }
}

.pax-toggles {
  display: inline-flex;
  position: relative;
  top: -1px;
}
.pax-toggles .toggle-check {
  margin-left: 1.5rem;
}
.pax-toggles .toggle-check input {
  position: absolute;
  opacity: 0;
}
.pax-toggles .toggle-check label {
  margin: 0;
  white-space: nowrap;
  font-weight: 400;
  text-align: center;
  cursor: pointer;
  position: relative;
}
.pax-toggles .toggle-check label:after {
  content: "";
  width: 100%;
  height: 2px;
  background: #F47920;
  position: absolute;
  left: 0;
  bottom: -3px;
  opacity: 0;
}
.pax-toggles .toggle-check input:checked ~ label {
  color: #F47920;
  font-weight: 600;
}
.pax-toggles .toggle-check input:checked ~ label:after {
  opacity: 1;
}
@media (max-width: 991.98px) {
  .pax-toggles {
    width: 100%;
    margin-bottom: 1rem;
    border-bottom: 1px solid #D4DCE8;
    padding-bottom: 1rem;
  }
  .pax-toggles .toggle-check {
    position: relative;
    margin: 0;
    width: 50%;
    text-align: center;
  }
}

.baggage-wrapper {
  margin-bottom: 1rem;
}
.baggage-wrapper .bag-select-type {
  height: 0;
  overflow: hidden;
}
.baggage-wrapper .bag-select-type.is-active {
  height: auto;
}

.baggage-slider {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: -8px;
  margin-right: -8px;
  margin-bottom: 1rem;
}
.baggage-slider .slick-list {
  padding: 5px 0;
  margin: 0;
}
@media (max-width: 991.98px) {
  .baggage-slider {
    display: block;
    padding: 0;
  }
}
.baggage-slider .bag {
  border: 1px solid #D4DCE8;
  box-shadow: 0 3px 1px rgba(17, 44, 83, 0.04);
  background: #fff;
  padding: 0.8rem;
  display: flex;
  flex: 1 1 0px;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  height: 120px !important;
  margin: 0 8px;
  position: relative;
  top: 0;
  transition: 0.2s;
  outline: none !important;
}
@media (max-width: 991.98px) {
  .baggage-slider .bag {
    display: inline-flex !important;
    flex: 0;
    margin: 0 20px 0 0;
    width: 140px;
  }
}
.baggage-slider .bag:hover {
  border-color: #92a6c4;
}
.baggage-slider .bag .weight {
  color: #112C53;
  font-size: 1.9em;
  font-weight: 600;
}
.baggage-slider .bag .weight span {
  text-transform: uppercase;
  font-size: 0.5em;
  margin-left: 2px;
  font-weight: 900;
}
.baggage-slider .bag .action, .baggage-slider .bag .price {
  font-weight: 600;
  color: #F47920;
  font-size: 0.9em;
  line-height: 1em;
}
.baggage-slider .bag .action span, .baggage-slider .bag .price span {
  font-size: 0.7em;
  font-weight: 900;
  vertical-align: top;
  position: relative;
  top: -1px;
  left: -1px;
}
.baggage-slider .bag:before {
  content: "";
  width: 25px;
  height: 25px;
  position: absolute;
  top: 0;
  right: 0;
  background: #1CBE42;
  border-radius: 0 0 0 100%;
  opacity: 0;
  transition: 0.2s;
}
.baggage-slider .bag:after {
  content: "\e92b";
  font-family: icomoon;
  width: 20px;
  font-size: 0.8em;
  height: 30px;
  position: absolute;
  top: 1px;
  right: 0;
  z-index: 10;
  color: #fff;
  opacity: 0;
  transition: 0.2s;
}
.baggage-slider .bag.is-active {
  border-color: #1CBE42;
}
.baggage-slider .bag.is-active:before, .baggage-slider .bag.is-active:after {
  opacity: 1;
}

.individual-bag-selector {
  border: 1px solid #D4DCE8;
  box-shadow: 0 3px 1px rgba(17, 44, 83, 0.04);
  background: #fff;
  line-height: 1em;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  flex-wrap: wrap;
  margin-bottom: 0.7rem;
}
.individual-bag-selector .name, .individual-bag-selector .price {
  padding: 1.45rem 1.25rem 1.25rem;
}
.individual-bag-selector .name {
  flex-grow: 1;
  font-size: 1.1em;
  font-weight: 500;
  color: #112C53;
}
.individual-bag-selector .price {
  width: 130px;
  text-align: center;
  margin-left: 1px;
  padding-left: 2rem;
  padding-right: 2rem;
  font-size: 1.1em;
  font-weight: 600;
  color: #F47920;
}
@media (max-width: 991.98px) {
  .individual-bag-selector .price {
    position: absolute;
    top: 0;
    right: 0;
  }
}
.individual-bag-selector .price:before {
  content: "$";
  font-size: 0.6em;
  font-weight: 900;
  vertical-align: top;
  top: -2px;
  position: relative;
  left: -2px;
}
.individual-bag-selector .baggage-selectors {
  display: flex;
  justify-content: center;
  align-items: stretch;
}
@media (max-width: 991.98px) {
  .individual-bag-selector .baggage-selectors {
    width: 100%;
  }
}
.individual-bag-selector .baggage-selectors button {
  padding: 1.5rem 1.4rem 1.2rem;
  background: none;
  border: 0;
  border: 1px solid #D4DCE8;
  outline: none !important;
  position: relative;
  margin: -1px;
  background: #fff;
}
.individual-bag-selector .baggage-selectors button:hover {
  z-index: 10;
  border-color: #92a6c4;
}
@media (max-width: 991.98px) {
  .individual-bag-selector .baggage-selectors button:not(.is-active).bag {
    display: none;
  }
}
.individual-bag-selector .baggage-selectors button.is-active {
  border-color: #1CBE42;
  z-index: 10;
}
.individual-bag-selector .baggage-selectors button.is-active:before, .individual-bag-selector .baggage-selectors button.is-active:after {
  opacity: 1;
}
@media (max-width: 991.98px) {
  .individual-bag-selector .baggage-selectors button.is-active {
    width: 100%;
    border: 1px solid #D4DCE8;
  }
  .individual-bag-selector .baggage-selectors button.is-active:before, .individual-bag-selector .baggage-selectors button.is-active:after {
    display: none;
  }
}
.individual-bag-selector .baggage-selectors button:before {
  content: "";
  width: 17px;
  height: 17px;
  position: absolute;
  top: 0;
  right: 0;
  background: #1CBE42;
  border-radius: 0 0 0 100%;
  opacity: 0;
  transition: 0.2s;
}
.individual-bag-selector .baggage-selectors button:after {
  content: "\e92b";
  font-family: icomoon;
  width: 10px;
  height: 10px;
  font-size: 0.6em;
  position: absolute;
  top: -1px;
  right: 2px;
  z-index: 10;
  color: #fff;
  opacity: 0;
  transition: 0.2s;
}
.individual-bag-selector .baggage-selectors .minus, .individual-bag-selector .baggage-selectors .plus {
  display: none;
  background: #F8FAFB;
}
@media (max-width: 991.98px) {
  .individual-bag-selector .baggage-selectors .minus, .individual-bag-selector .baggage-selectors .plus {
    display: inline-block;
  }
}
.individual-bag-selector .baggage-selectors .weight {
  color: #112C53;
  font-size: 1.1em;
  font-weight: 600;
}
.individual-bag-selector .baggage-selectors .weight span {
  text-transform: uppercase;
  font-size: 0.6em;
  margin-left: 2px;
  font-weight: 900;
}

.disbledbackground {
  background-color: gray;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 0.75;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-size: 20px;
  line-height: 1;
  color: #112C53;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 0.75;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-size: 30px;
  line-height: 20px;
  text-align: center;
  color: #112C53;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: #F47920;
  opacity: 1;
}

.lounge-block {
  position: relative;
}
.lounge-block:before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  right: 0;
  background: #1CBE42;
  border-radius: 0 0 0 100%;
  opacity: 0;
  transition: 0.2s;
  z-index: 1;
}
.lounge-block:after {
  content: "\e92b";
  font-family: icomoon;
  width: 14px;
  font-size: 0.7em;
  height: 16px;
  position: absolute;
  top: 0px;
  right: 0;
  z-index: 10;
  color: #fff;
  opacity: 0;
  transition: 0.2s;
  z-index: 1;
}
.lounge-block.is-active .prepend {
  border-color: #1CBE42;
}
.lounge-block.is-active .form-control {
  border-color: #1CBE42;
}
.lounge-block.is-active:before, .lounge-block.is-active:after {
  opacity: 1;
}
.lounge-block:last-child .form-group {
  margin-bottom: 0;
}

.lounge-drop.select:after {
  padding-top: 5px;
  border-left: 1px solid #D4DCE8;
  right: 0;
  width: 40px;
  text-align: center;
  padding-left: 12px;
}
.lounge-drop .prepend {
  width: 130px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  border-right: 1px solid #D4DCE8;
  height: 100%;
  padding: 1.2rem 1.2rem 1.2rem;
  height: 60px;
  font-weight: bold;
  color: #112C53;
  pointer-events: none;
}
.lounge-drop .price {
  position: absolute;
  top: 0;
  right: 40px;
  padding: 1.2rem 1.2rem 1.2rem;
  height: 60px;
  font-weight: bold;
  color: #F47920;
}
.lounge-drop .price:before {
  content: "$";
  font-weight: 800;
  font-size: 0.6em;
  margin-right: 2px;
  vertical-align: top;
  position: relative;
  top: 3px;
}
.lounge-drop .dropdown-toggle {
  padding-left: 150px;
  font-weight: bold;
  color: #112C53;
}
.lounge-drop .dropdown-menu .acc-price {
  float: right;
  color: #F47920;
}

.lounge-inc {
  list-style: none;
  padding: 0;
  margin: 0rem 0 1.3rem;
  display: flex;
  justify-content: space-between;
}
.lounge-inc li {
  flex: 1 1 0px;
  text-align: center;
  font-weight: 600;
  color: #112C53;
  font-size: 0.9em;
}
.lounge-inc li span {
  display: block;
  color: #F47920;
  clear: both;
  position: relative;
  font-size: 1.6em;
  width: 50px;
  height: 50px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 5px;
}
.lounge-inc li span:after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(244, 121, 32, 0.2);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 100%;
}

.insurance-check {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.insurance-check > div {
  position: relative;
}
.insurance-check .insurance-tog {
  height: 75px;
  width: 48%;
}
@media (max-width: 991.98px) {
  .insurance-check .insurance-tog {
    width: 100%;
  }
  .insurance-check .insurance-tog:first-child {
    margin-bottom: 0.5rem;
  }
}
.insurance-check .insurance-tog input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.insurance-check .insurance-tog label {
  box-shadow: 0 3px 1px rgba(17, 44, 83, 0.04);
  border: 1px solid #D4DCE8;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  padding: 0.8rem 1.25rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.insurance-check .insurance-tog label h6 {
  color: #112C53;
  font-weight: 600;
  font-size: 1em;
  margin: 0;
}
.insurance-check .insurance-tog label .total-price {
  color: #F47920;
  margin: 8px auto 6px;
}
.insurance-check .insurance-tog label > span {
  font-weight: 600;
  font-size: 0.8em;
}
.insurance-check .insurance-tog label:before {
  content: "";
  width: 25px;
  height: 25px;
  position: absolute;
  top: -1px;
  right: -1px;
  background: #1CBE42;
  border-radius: 0 0 0 100%;
  opacity: 0;
  transition: 0.2s;
}
.insurance-check .insurance-tog label:after {
  content: "\e92b";
  font-family: icomoon;
  width: 17px;
  font-size: 0.8em;
  height: 20px;
  position: absolute;
  top: 0px;
  right: 0;
  z-index: 10;
  color: #fff;
  opacity: 0;
  transition: 0.2s;
}
.insurance-check .insurance-tog input:checked ~ label {
  border-color: #1CBE42;
}
.insurance-check .insurance-tog input:checked ~ label:before, .insurance-check .insurance-tog input:checked ~ label:after {
  opacity: 1;
}
.insurance-check .insurance-checked {
  width: 100%;
  margin-top: 1.5rem;
  padding: 1rem 1.25rem;
  box-shadow: 0 3px 1px rgba(17, 44, 83, 0.04);
  border: 1px solid #D4DCE8;
}
.insurance-check .insurance-checked .form-check {
  margin: 0;
}
.insurance-check .insurance-checked .form-check label {
  display: block;
}

nav.flight-legs {
  padding: 2rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

button.leg, button.pax {
  margin: 0 5px;
  border: 1px solid #D4DCE8;
  box-shadow: 0 3px 1px rgba(17, 44, 83, 0.04);
  background: #fff;
  padding: 1.35rem 1.5rem 1.2rem;
  line-height: 1em;
  color: #112C53;
  outline: none !important;
  position: relative;
  top: 0;
  transition: 0.2s;
}
button.leg:hover, button.pax:hover {
  top: -3px;
  border: 1px solid #b3c1d6;
}
button.leg.is-active, button.pax.is-active {
  font-weight: 600;
  border-color: #1CBE42;
}

.threeThree .seatcols, .threeThree .seatrow {
  max-width: 370px;
}

.twoThree .seatcols, .twoThree .seatrow {
  max-width: 320px;
}

@media (max-width: 991.98px) {
  .pax-col {
    margin-bottom: 2rem;
  }
}

button.pax {
  width: 100%;
  margin-bottom: 0.5rem;
  display: flex;
  padding: 1.35rem 1.25rem 1.2rem;
  text-align: left;
  justify-content: space-between;
}
button.pax .name {
  flex-grow: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
button.pax .seat {
  margin-left: 5px;
}
button.pax .seat .action {
  position: absolute;
  top: 21px;
  right: 1rem;
  background: #fff;
  color: #D23131;
  opacity: 0;
  transition: 0.2s;
}
button.pax .seat .action:active {
  color: #030101;
}
button.pax .seat .action:before {
  content: "\e916";
  font-family: icomoon;
  font-size: 1.55em;
  font-weight: normal;
}
button.pax .seat:hover .action {
  opacity: 1;
}

.sticky-block {
  position: relative;
}
.sticky-block nav {
  position: sticky;
  top: 90px;
}

.seat-map-card .flight-details {
  margin: auto;
}
.seat-map-card .flight-titles {
  text-align: center;
  width: 100%;
  margin: 0;
}
.seat-map-card title {
  display: block;
  font-weight: 600;
  color: #112C53;
  display: block;
  text-align: center;
}
.seat-map-card .seatrow.business button.seat {
  background: url(../img/seats/seat-business.svg);
  margin: 10px 5px;
}
.seat-map-card .seatrow.econ button.seat {
  background: url(../img/seats/seat-standard.svg);
}
.seat-map-card .seatrow.paid button.seat {
  background: url(../img/seats/seat-paid.svg);
}
.seat-map-card .seatrow.exit {
  position: relative;
  margin-top: 1rem;
}
.seat-map-card .seatrow.exit:before, .seat-map-card .seatrow.exit:after {
  content: "EXIT";
  position: absolute;
  font-size: 0.8em;
  color: #D23131;
  font-weight: 600;
}
.seat-map-card .seatrow.exit:before {
  left: -30px;
}
.seat-map-card .seatrow.exit:after {
  right: -30px;
}
.seat-map-card .seatrow.exit button.seat {
  background: url(../img/seats/seat-exit.svg);
}
.seat-map-card .seatrow button.seat:disabled {
  background: url(../img/seats/seat-occupied.svg);
}
.seat-map-card .seatrow button.seat.active {
  background-image: url(../img/seats/seat-selected.svg) !important;
}
.seat-map-card .seatrow button.seat.partner {
  background-image: url(../img/seats/seat-partner.svg) !important;
}
.seat-map-card button.seat {
  border: none;
  background: none;
  margin: 7px;
  width: 40px;
  height: 35px;
  background-size: contain !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  outline: none !important;
}
@media (max-width: 991.98px) {
  .seat-map-card button.seat {
    width: 35px;
    height: 30px;
  }
}
.seat-map-card .fare-top {
  border-top: 1px solid #D4DCE8;
}
.seat-map-card .seatcols {
  border-top: 1px solid #D4DCE8;
  border-bottom: 1px solid #D4DCE8;
  flex-wrap: wrap;
  margin: 1rem auto !important;
}
.seat-map-card .seatcols .column, .seat-map-card .seatcols .row-num {
  padding: 5px 0 4px;
}
.seat-map-card .seatcols:first-of-type {
  border-top: 0;
  margin-top: 0 !important;
}
.seat-map-card .seatcols:first-of-type title {
  padding-top: 0;
}
.seat-map-card .seatcols title {
  width: 100%;
  border-bottom: 1px solid #D4DCE8;
  padding: 1rem 0;
  font-size: 1.1em;
}
.seat-map-card .seatcols, .seat-map-card .seatrow {
  font-size: 0.9em;
  width: 90%;
  font-weight: bold;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.seat-map-card .seatcols .column, .seat-map-card .seatrow .column {
  width: 25px;
  text-align: center;
  margin: 5px;
}
.seat-map-card .seatcols .row-num, .seat-map-card .seatrow .row-num {
  width: 50px;
  display: inline-block;
  text-align: center;
}
.seat-map-card .seatcols .row-num {
  width: 20px;
  display: inline-block;
  text-align: center;
}
.seat-map-card .seatrow.extraleg button.seat {
  background: url(../img/seats/seat-extraleg.svg);
}

@media (max-width: 991.98px) {
  .details-col {
    margin-top: 1.5rem;
  }
}
.details-col .dets {
  font-size: 0.9em;
}
.details-col .dets .orange {
  font-weight: bold;
  color: #F47920;
  margin-right: 5px;
}
.details-col .dets a {
  font-size: 0.9em;
  line-height: 1em;
  color: #112C53;
  display: block;
  margin-top: 7px;
}
.details-col .dets span {
  display: inline-block;
  white-space: nowrap;
}
.details-col .seat-opt .card-header {
  padding: 0.7rem 1.25rem 1.35rem;
  font-weight: bold;
  color: #112C53;
}
.details-col .seat-opt .seating-options {
  list-style: none;
  padding: 0;
  margin: 0;
}
.details-col .seat-opt .seating-options li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-weight: 500;
  font-size: 0.9em;
}
.details-col .seat-opt .seating-options li:not(:last-child) {
  margin-bottom: 0.4rem;
}
.details-col .seat-opt .seating-options span.seat-key {
  margin-right: 0.65rem;
  width: 29px;
  height: 32px;
  display: inline-block;
  background-size: 80% !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  outline: none !important;
}
.details-col .seat-opt .seating-options span.seat-key.business {
  background-image: url(../img/seats/seat-business.svg);
}
.details-col .seat-opt .seating-options span.seat-key.paid {
  background-image: url(../img/seats/seat-paid.svg);
}
.details-col .seat-opt .seating-options span.seat-key.free {
  background-image: url(../img/seats/seat-standard.svg);
}
.details-col .seat-opt .seating-options span.seat-key.na, .details-col .seat-opt .seating-options span.seat-key.nam {
  background-image: url(../img/seats/seat-occupied.svg);
}
.details-col .seat-opt .seating-options span.seat-key.exit {
  background-image: url(../img/seats/seat-exit.svg);
}
.details-col .seat-opt .seating-options span.seat-key.selected {
  background-image: url(../img/seats/seat-selected.svg);
}
.details-col .seat-opt .seating-options span.seat-key.partner {
    background-image: url(../img/seats/seat-partner.svg);
}

.seat-tool {
  background: #fff !important;
  border: 1px solid #D4DCE8;
  box-shadow: 0 3px 1px rgba(17, 44, 83, 0.04);
  opacity: 1;
  padding: 1.23rem 2rem;
  text-align: center;
  opacity: 1 !important;
  margin-top: 0.8rem;
  white-space: nowrap;
  transform: translateX(-40%);
}
.seat-tool .seat-name {
  font-size: 1.8em;
  color: #112C53;
  font-weight: 600;
}
.seat-tool .seat-type {
  opacity: 0.7;
}
.seat-tool .cost {
  margin-top: 1rem;
  border-top: 1px solid #D4DCE8;
  padding-top: 1rem;
  display: block;
  font-size: 1.2em;
  color: #112C53;
  font-weight: 600;
}
.seat-tool .cost .seat-price {
  color: #F47920;
}

.seat-map.preload .seat-map-card .card-header:before {
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.75);
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  z-index: 1000;
}
.seat-map.preload .seat-map-card .card-header:after {
  content: "";
  position: absolute;
  display: inline-block;
  top: 50px;
  right: 47%;
  z-index: 1200;
  width: 3rem;
  height: 3rem;
  vertical-align: text-bottom;
  border: 0.45em solid #112C53;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border 0.75s linear infinite;
  animation: spinner-border 0.75s linear infinite;
}

h3.fl-title-block {
  font-size: 1.4em;
  font-weight: 600;
  margin-bottom: 1rem;
}
@media (max-width: 991.98px) {
  h3.fl-title-block {
    margin-bottom: 10px;
  }
}

@media (max-width: 991.98px) {
  span[class*=icon].flip {
    margin: 1.5rem 0 0rem;
  }
}

.flight-chosen {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.flight-chosen .leg-stretch {
  flex-grow: 1;
}
.flight-chosen .fl-leg {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  flex-grow: 1;
}
.flight-chosen .stopover {
  border-top: 1px solid #D4DCE8;
  border-bottom: 1px solid #D4DCE8;
  width: 100%;
  margin: 5px auto;
  font-size: 11px;
  margin-top: 10px;
  line-height: 1em;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  position: relative;
}
@media (max-width: 991.98px) {
  .flight-chosen .stopover {
    top: 0px;
  }
}
.flight-chosen .stopover span {
  z-index: 10;
  position: relative;
  padding: 10px 0;
  display: block;
}
.flight-chosen .dates {
  border-right: 1px solid #D4DCE8;
  width: 18%;
  white-space: nowrap;
  padding: 1rem 0rem;
  margin-bottom: 0.5rem;
  text-align: center;
}
.flight-chosen .dates .date {
  font-size: 1.8em;
  font-weight: 600;
  line-height: 1em;
  margin: 3px 0;
}
.flight-chosen .dates .day, .flight-chosen .dates .month {
  font-weight: 600;
  color: #F47920;
  font-size: 0.9em;
  line-height: 1em;
  text-transform: uppercase;
}
.flight-chosen .times {
  flex-grow: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 1.5rem;
  margin-bottom: 0.5rem;
}
.flight-chosen .times .time {
  font-size: 2em;
  font-weight: 600;
  line-height: 1em;
}
.flight-chosen .times .time span {
  font-size: 0.5em;
  font-weight: 800;
}
.flight-chosen .times .port {
  font-weight: 600;
  color: #F47920;
  font-size: 0.9em;
  line-height: 1em;
}
.flight-chosen .times .icon-plane {
  font-size: 1.9em;
  color: #112C53;
}
.flight-chosen .details {
  font-size: 0.9em;
  width: 100%;
  border-top: 1px solid #D4DCE8;
  margin: 0;
  padding: 0.8rem 1.5rem 0.1rem;
  flex-grow: 1;
  color: #112C53;
}
.flight-chosen .details span:not(:first-child):before {
  content: "";
  width: 3px;
  height: 3px;
  background: #112C53;
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 0 8px;
}
.flight-chosen .details .fl-num {
  font-weight: 500;
}

.passengers-list {
  list-style: none;
  padding: 0;
  margin: 2rem 0;
}
.passengers-list li.title {
  margin-bottom: 5px;
  color: rgba(17, 44, 83, 0.5);
  font-weight: 600;
  padding-left: 0.8rem;
  font-size: 0.8em;
}
.passengers-list li:not(.title) {
  background: #fff;
  display: block;
  border: 1px solid #D4DCE8;
  margin-bottom: 0.5rem;
  padding: 1rem 1.25rem 0.8rem;
  box-shadow: 0 3px 1px rgba(17, 44, 83, 0.04);
  font-weight: 600;
}
.passengers-list li:not(.title) .highlight {
  margin-right: 1rem;
}
.passengers-list li:not(.title) title.pax-type {
  margin-left: 1rem;
}

.pay-actions {
  padding-top: 1rem;
  text-align: center;
}
.pay-actions .btn {
  width: 220px;
  margin: 0 5px;
}
@media (max-width: 991.98px) {
  .pay-actions .btn {
    display: block;
    margin: auto;
    margin-bottom: 1rem;
  }
}

@media (max-width: 991.98px) {
  .card .card-body {
    padding: 0;
  }
}

@media (max-width: 991.98px) {
  #cpWindowRef {
    width: 300px;
  }
}

nav.payment-methods {
  padding: 0rem 0 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
nav.payment-methods .surchargeRates {
  color: #F47920;
  text-decoration: none;
  float: right;
  font-size: 0.9em;
}
nav.payment-methods button.pay {
  /*margin: 5px;*/
  border: 1px solid #D4DCE8;
  box-shadow: 0 3px 1px rgba(17, 44, 83, 0.04);
  background: #fff;
  padding: 1.6rem 1.5rem;
  line-height: 1em;
  font-weight: 600;
  color: #112C53;
  outline: none !important;
  position: relative;
  top: 0;
  transition: 0.2s;
  width: 150px;
}
nav.payment-methods button.pay:hover {
  top: -3px;
  border: 1px solid #b3c1d6;
}
nav.payment-methods button.pay.is-active {
  border-color: #1CBE42;
}
nav.payment-methods button.pay.credit .icon-card {
  color: #F47920;
  margin-right: 7px;
  position: relative;
  top: 2px;
  font-size: 1.2em;
  line-height: 1em;
}
nav.payment-methods button.pay.credit.is-active .icon-card {
  color: #1CBE42;
}
nav.payment-methods button.pay.credit .ctp-cards {
  color: transparent;
  padding: 2.1rem 1.5rem;
}
nav.payment-methods button.pay.credit .ctp-cards:before {
  position: absolute;
  top: 0%;
  left: 50%;
  height: 100%;
  content: "";
  transform: translateX(-50%);
  background: url(../img/cc/ctp.png) center center no-repeat;
  width: 40%;
  background-size: contain !important;
}
nav.payment-methods button.pay.credit.is-active .ctp-cards {
  color: #1CBE42;
}
nav.payment-methods button.pay.credit .visa-card {
  color: transparent;
  padding: 2.1rem 1.5rem;
}
nav.payment-methods button.pay.credit .visa-card:before {
  position: absolute;
  top: 0%;
  left: 50%;
  height: 100%;
  content: "";
  transform: translateX(-50%);
  background: url(../img/cc/visa.png) center center no-repeat;
  width: 40%;
  background-size: contain !important;
}
nav.payment-methods button.pay.credit.is-active .visa-card {
  color: #1CBE42;
}
nav.payment-methods button.pay.credit .master-card {
  color: transparent;
  padding: 2.1rem 1.5rem;
}
nav.payment-methods button.pay.credit .master-card:before {
  position: absolute;
  top: 5%;
  left: 50%;
  height: 90%;
  content: "";
  transform: translateX(-50%);
  background: url(../img/cc/mastercard.png) center center no-repeat;
  width: 40%;
  background-size: contain !important;
}
nav.payment-methods button.pay.credit.is-active .master-card {
  color: #1CBE42;
}
nav.payment-methods button.pay.credit .amex-card {
  color: transparent;
  padding: 2.1rem 1.5rem;
}
nav.payment-methods button.pay.credit .amex-card:before {
  position: absolute;
  top: 5%;
  left: 50%;
  height: 90%;
  content: "";
  transform: translateX(-50%);
  background: url(../img/cc/amex.png) center center no-repeat;
  width: 40%;
  background-size: contain !important;
}
nav.payment-methods button.pay.credit.is-active .amex-card {
  color: #1CBE42;
}
nav.payment-methods button.pay.credit .diner-card {
  color: transparent;
  padding: 2.1rem 1.5rem;
}
nav.payment-methods button.pay.credit .diner-card:before {
  position: absolute;
  top: 5%;
  left: 50%;
  height: 90%;
  content: "";
  transform: translateX(-50%);
  background: url(../img/cc/diners.png) center center no-repeat;
  width: 40%;
  background-size: contain !important;
}
nav.payment-methods button.pay.credit.is-active .diner-card {
  color: #1CBE42;
}
nav.payment-methods button.pay.credit .uatp-card {
  color: transparent;
  padding: 2.1rem 1.5rem;
}
nav.payment-methods button.pay.credit .uatp-card:before {
  position: absolute;
  top: 5%;
  left: 50%;
  height: 90%;
  content: "";
  transform: translateX(-50%);
  background: url(../img/cc/uatp.png) center center no-repeat;
  width: 40%;
  background-size: contain !important;
}
nav.payment-methods button.pay.credit.is-active .uatp-card {
  color: #1CBE42;
}
nav.payment-methods button.pay.paypal {
  color: transparent;
}
nav.payment-methods button.pay.paypal:before {
  position: absolute;
  top: 0%;
  left: 50%;
  height: 100%;
  content: "";
  transform: translateX(-50%);
  background: url(../img/cc/paypal.svg) center center no-repeat;
  width: 40%;
  background-size: contain !important;
}

.accept-rules {
  display: flex;
  justify-content: space-between;
}
.accept-rules .acceptance {
  height: 60px;
  background: #fff;
  flex-grow: 0.9;
  border: 1px solid #D4DCE8;
  box-shadow: 0 3px 1px rgba(17, 44, 83, 0.04);
  margin: 0;
  padding: 1rem 1.35rem 0.8rem;
}
.accept-rules .acceptance .form-check {
  margin: 0;
  display: block;
  padding: 2px 0 2px 40px;
}
.accept-rules .acceptance .form-check label {
  width: 100%;
}
.accept-rules .acceptance .form-check a {
  color: #F47920;
}
@media (max-width: 991.98px) {
  .accept-rules {
    flex-wrap: wrap;
  }
  .accept-rules .acceptance {
    height: auto;
  }
  .accept-rules .btn {
    margin: 1rem auto 0;
  }
}

.more-menu {
  padding: 0;
  margin: 1rem 0 0;
  list-style: none;
}
.more-menu a {
  border: 1px solid #F47920;
  color: #F47920;
  display: block;
  padding: 1.15rem 1.25rem 1.15rem 2.85rem;
  line-height: 1em;
  text-decoration: none;
  position: relative;
}
.more-menu a span {
  font-size: 1.2em;
  position: absolute;
  top: 33%;
  left: 0.9rem;
}
.more-menu a:hover {
  color: #fff;
  background: #F47920 !important;
}
.more-menu a:active, .more-menu a.active {
  color: #fff;
  background: #d6600b !important;
  border-color: #F47920 !important;
  box-shadow: 0 0 3px rgba(244, 121, 32, 0.9) !important;
}
.more-menu a:focus {
  box-shadow: none;
}
.more-menu li:not(:last-child) {
  margin-bottom: 0.74rem;
}

@media (max-width: 991.98px) {
  .payment-summary-done .col-lg-4 {
    margin-top: 1rem;
  }
}
.adcards .card {
  padding: 0;
}
@media (max-width: 991.98px) {
  .adcards .card {
    margin-bottom: 1rem;
  }
}
.adcards .card-body {
  border-bottom: 0 !important;
}
.adcards .card-body h5 {
  color: #112C53;
  font-size: 1.2em;
  margin-bottom: 15px;
}
.adcards .card-body a {
  margin-top: 10px;
  font-size: 0.9em;
  color: #F47920;
  display: block;
  text-decoration: none;
}
.adcards .card-body a:after {
  content: "\e902";
  font-family: icomoon;
  font-size: 0.7em;
  line-height: 1em;
  margin-left: 5px;
}
.adcards .card-body a:hover {
  color: #112C53;
}
.adcards .card-footer {
  background: #fff;
  border-top: 1px solid #D4DCE8;
}
.adcards .card-footer img {
  max-height: 13px;
  float: right;
}

.f16 {
  width: 16px;
  height: 16px;
}

.flag {
  background: url(../img/flags16.png) no-repeat;
}

._African_Union {
  background-position: 0 -16px;
}

._Arab_League {
  background-position: 0 -32px;
}

._ASEAN {
  background-position: 0 -48px;
}

._CARICOM {
  background-position: 0 -64px;
}

._CIS {
  background-position: 0 -80px;
}

._Commonwealth {
  background-position: 0 -96px;
}

._England {
  background-position: 0 -112px;
}

._European_Union {
  background-position: 0 -128px;
}

._Islamic_Conference {
  background-position: 0 -144px;
}

._Kosovo {
  background-position: 0 -160px;
}

._NATO {
  background-position: 0 -176px;
}

._Northern_Cyprus {
  background-position: 0 -192px;
}

._Northern_Ireland {
  background-position: 0 -208px;
}

._Olimpic_Movement {
  background-position: 0 -224px;
}

._OPEC {
  background-position: 0 -240px;
}

._Red_Cross {
  background-position: 0 -256px;
}

._Scotland {
  background-position: 0 -272px;
}

._Somaliland {
  background-position: 0 -288px;
}

._Tibet {
  background-position: 0 -304px;
}

._United_Nations {
  background-position: 0 -320px;
}

._Wales {
  background-position: 0 -336px;
}

.eu {
  background-position: 0 -128px;
}

.ad, .and {
  background-position: 0 -704px;
}

.ae, .are {
  background-position: 0 -736px;
}

.af, .afg {
  background-position: 0 -768px;
}

.ag, .atg {
  background-position: 0 -800px;
}

.ai, .aia {
  background-position: 0 -832px;
}

.al, .alb {
  background-position: 0 -864px;
}

.am, .arm {
  background-position: 0 -896px;
}

.ao, .ago {
  background-position: 0 -928px;
}

.aq, .ata {
  background-position: 0 -960px;
}

.ar, .arg {
  background-position: 0 -992px;
}

.as, .asm {
  background-position: 0 -1024px;
}

.at, .aut {
  background-position: 0 -1056px;
}

.au, .aus {
  background-position: 0 -1088px;
}

.aw, .abw {
  background-position: 0 -1120px;
}

.ax, .ala {
  background-position: 0 -1152px;
}

.az, .aze {
  background-position: 0 -1184px;
}

.ba, .bih {
  background-position: 0 -1216px;
}

.bb, .brb {
  background-position: 0 -1248px;
}

.bd, .bgd {
  background-position: 0 -1280px;
}

.be, .bel {
  background-position: 0 -1312px;
}

.bf, .bfa {
  background-position: 0 -1344px;
}

.bg, .bgr {
  background-position: 0 -1376px;
}

.bh, .bhr {
  background-position: 0 -1408px;
}

.bi, .bdi {
  background-position: 0 -1440px;
}

.bj, .ben {
  background-position: 0 -1472px;
}

.bm, .bmu {
  background-position: 0 -1504px;
}

.bn, .brn {
  background-position: 0 -1536px;
}

.bo, .bol {
  background-position: 0 -1568px;
}

.br, .bra {
  background-position: 0 -1600px;
}

.bs, .bhs {
  background-position: 0 -1632px;
}

.bt, .btn {
  background-position: 0 -1664px;
}

.bw, .bwa {
  background-position: 0 -1696px;
}

.by, .blr {
  background-position: 0 -1728px;
}

.bz, .blz {
  background-position: 0 -1760px;
}

.ca, .can {
  background-position: 0 -1792px;
}

.cd, .cod {
  background-position: 0 -1824px;
}

.cf, .rca {
  background-position: 0 -1856px;
}

.cg, .cog {
  background-position: 0 -1888px;
}

.ch, .che {
  background-position: 0 -1920px;
}

.ci, .civ {
  background-position: 0 -1952px;
}

.ck, .cok {
  background-position: 0 -1984px;
}

.cl, .chl {
  background-position: 0 -2016px;
}

.cm, .cmr {
  background-position: 0 -2048px;
}

.cn, .chn {
  background-position: 0 -2080px;
}

.co, .col {
  background-position: 0 -2112px;
}

.cr, .cri {
  background-position: 0 -2144px;
}

.cu, .cub {
  background-position: 0 -2176px;
}

.cv, .cpv {
  background-position: 0 -2208px;
}

.cy, .cyp {
  background-position: 0 -2240px;
}

.cz, .cze {
  background-position: 0 -2272px;
}

.de, .deu {
  background-position: 0 -2304px;
}

.dj, .dji {
  background-position: 0 -2336px;
}

.dk, .dnk {
  background-position: 0 -2368px;
}

.dm, .dma {
  background-position: 0 -2400px;
}

.do, .dom {
  background-position: 0 -2432px;
}

.dz, .dza {
  background-position: 0 -2464px;
}

.ec, .ecu {
  background-position: 0 -2496px;
}

.ee, .est {
  background-position: 0 -2528px;
}

.eg, .egy {
  background-position: 0 -2560px;
}

.eh, .esh {
  background-position: 0 -2592px;
}

.er, .eri {
  background-position: 0 -2624px;
}

.es, .esp {
  background-position: 0 -2656px;
}

.et, .eth {
  background-position: 0 -2688px;
}

.fi, .fin {
  background-position: 0 -2720px;
}

.fj, .fji {
  background-position: 0 -2752px;
}

.fm, .fsm {
  background-position: 0 -2784px;
}

.fo, .fro {
  background-position: 0 -2816px;
}

.fr, .fra {
  background-position: 0 -2848px;
}

.bl, .blm {
  background-position: 0 -2848px;
}

.cp, .cpt {
  background-position: 0 -2848px;
}

.mf, .maf {
  background-position: 0 -2848px;
}

.yt, .myt {
  background-position: 0 -2848px;
}

.ga, .gab {
  background-position: 0 -2880px;
}

.gb, .gbr {
  background-position: 0 -2912px;
}

.sh, .shn {
  background-position: 0 -2912px;
}

.gd, .grd {
  background-position: 0 -2944px;
}

.ge, .geo {
  background-position: 0 -2976px;
}

.gg, .ggy {
  background-position: 0 -3008px;
}

.gh, .gha {
  background-position: 0 -3040px;
}

.gi, .gib {
  background-position: 0 -3072px;
}

.gl, .grl {
  background-position: 0 -3104px;
}

.gm, .gmb {
  background-position: 0 -3136px;
}

.gn, .gin {
  background-position: 0 -3168px;
}

.gp, .glp {
  background-position: 0 -3200px;
}

.gq, .gnq {
  background-position: 0 -3232px;
}

.gr, .grc {
  background-position: 0 -3264px;
}

.gt, .gtm {
  background-position: 0 -3296px;
}

.gu, .gum {
  background-position: 0 -3328px;
}

.gw, .gnb {
  background-position: 0 -3360px;
}

.gy, .guy {
  background-position: 0 -3392px;
}

.hk, .hkg {
  background-position: 0 -3424px;
}

.hn, .hnd {
  background-position: 0 -3456px;
}

.hr, .hrv {
  background-position: 0 -3488px;
}

.ht, .hti {
  background-position: 0 -3520px;
}

.hu, .hun {
  background-position: 0 -3552px;
}

.id, .idn {
  background-position: 0 -3584px;
}

.mc, .mco {
  background-position: 0 -3584px;
}

.ie {
  background-position: 0 -3616px;
}

.il, .isr {
  background-position: 0 -3648px;
}

.im, .imn {
  background-position: 0 -3680px;
}

.in, .ind {
  background-position: 0 -3712px;
}

.iq, .irq {
  background-position: 0 -3744px;
}

.ir, .irn {
  background-position: 0 -3776px;
}

.is, .isl {
  background-position: 0 -3808px;
}

.it, .ita {
  background-position: 0 -3840px;
}

.je, .jey {
  background-position: 0 -3872px;
}

.jm, .jam {
  background-position: 0 -3904px;
}

.jo, .jor {
  background-position: 0 -3936px;
}

.jp, .jpn {
  background-position: 0 -3968px;
}

.ke, .ken {
  background-position: 0 -4000px;
}

.kg, .kgz {
  background-position: 0 -4032px;
}

.kh, .khm {
  background-position: 0 -4064px;
}

.ki, .kir {
  background-position: 0 -4096px;
}

.km, .com {
  background-position: 0 -4128px;
}

.kn, .kna {
  background-position: 0 -4160px;
}

.kp, .prk {
  background-position: 0 -4192px;
}

.kr, .kor {
  background-position: 0 -4224px;
}

.kw, .kwt {
  background-position: 0 -4256px;
}

.ky, .cym {
  background-position: 0 -4288px;
}

.kz, .kaz {
  background-position: 0 -4320px;
}

.la, .lao {
  background-position: 0 -4352px;
}

.lb, .lbn {
  background-position: 0 -4384px;
}

.lc, .lca {
  background-position: 0 -4416px;
}

.li, .lie {
  background-position: 0 -4448px;
}

.lk, .lka {
  background-position: 0 -4480px;
}

.lr, .lbr {
  background-position: 0 -4512px;
}

.ls, .lso {
  background-position: 0 -4544px;
}

.lt, .ltu {
  background-position: 0 -4576px;
}

.lu, .lux {
  background-position: 0 -4608px;
}

.lv, .lva {
  background-position: 0 -4640px;
}

.ly, .lby {
  background-position: 0 -4672px;
}

.ma, .mar {
  background-position: 0 -4704px;
}

.md, .mda {
  background-position: 0 -4736px;
}

.me, .mne {
  background-position: 0 -4768px;
}

.mg, .mdg {
  background-position: 0 -4800px;
}

.mh, .mhl {
  background-position: 0 -4832px;
}

.mk, .mkd {
  background-position: 0 -4864px;
}

.ml, .mli {
  background-position: 0 -4896px;
}

.mm, .mmr {
  background-position: 0 -4928px;
}

.mn, .mng {
  background-position: 0 -4960px;
}

.mo, .mac {
  background-position: 0 -4992px;
}

.mq, .mtq {
  background-position: 0 -5024px;
}

.mr, .mrt {
  background-position: 0 -5056px;
}

.ms, .msr {
  background-position: 0 -5088px;
}

.mt, .mlt {
  background-position: 0 -5120px;
}

.mu, .mus {
  background-position: 0 -5152px;
}

.mv, .mdv {
  background-position: 0 -5184px;
}

.mw, .mwi {
  background-position: 0 -5216px;
}

.mx, .mex {
  background-position: 0 -5248px;
}

.my, .mys {
  background-position: 0 -5280px;
}

.mz, .moz {
  background-position: 0 -5312px;
}

.na, .nam {
  background-position: 0 -5344px;
}

.nc, .ncl {
  background-position: 0 -5376px;
}

.ne, .ner {
  background-position: 0 -5408px;
}

.ng, .nga {
  background-position: 0 -5440px;
}

.ni, .nic {
  background-position: 0 -5472px;
}

.nl, .nld {
  background-position: 0 -5504px;
}

.bq, .bes {
  background-position: 0 -5504px;
}

.no, .nor {
  background-position: 0 -5536px;
}

.bv, .bvt {
  background-position: 0 -5536px;
}

.nq, .atn {
  background-position: 0 -5536px;
}

.sj, .sjm {
  background-position: 0 -5536px;
}

.np, .npl {
  background-position: 0 -5568px;
}

.nr, .nru {
  background-position: 0 -5600px;
}

.nz, .nzl {
  background-position: 0 -5632px;
}

.om, .omn {
  background-position: 0 -5664px;
}

.pa, .pan {
  background-position: 0 -5696px;
}

.pe, .per {
  background-position: 0 -5728px;
}

.pf, .pyf {
  background-position: 0 -5760px;
}

.pg, .png {
  background-position: 0 -5792px;
}

.ph, .phl {
  background-position: 0 -5824px;
}

.pk, .pak {
  background-position: 0 -5856px;
}

.pl, .pol {
  background-position: 0 -5888px;
}

.pr, .pri {
  background-position: 0 -5920px;
}

.ps, .pse {
  background-position: 0 -5952px;
}

.pt, .prt {
  background-position: 0 -5984px;
}

.pw, .plw {
  background-position: 0 -6016px;
}

.py, .pry {
  background-position: 0 -6048px;
}

.qa, .qat {
  background-position: 0 -6080px;
}

.re, .reu {
  background-position: 0 -6112px;
}

.ro, .rou {
  background-position: 0 -6144px;
}

.rs, .srb {
  background-position: 0 -6176px;
}

.ru, .rus {
  background-position: 0 -6208px;
}

.rw, .rwa {
  background-position: 0 -6240px;
}

.sa, .sau {
  background-position: 0 -6272px;
}

.sb, .slb {
  background-position: 0 -6304px;
}

.sc, .syc {
  background-position: 0 -6336px;
}

.sd, .sdn {
  background-position: 0 -6368px;
}

.se, .swe {
  background-position: 0 -6400px;
}

.sg, .sgp {
  background-position: 0 -6432px;
}

.si, .svn {
  background-position: 0 -6464px;
}

.sk, .svk {
  background-position: 0 -6496px;
}

.sl, .sle {
  background-position: 0 -6528px;
}

.sm, .smr {
  background-position: 0 -6560px;
}

.sn, .sen {
  background-position: 0 -6592px;
}

.so, .som {
  background-position: 0 -6624px;
}

.sr, .sur {
  background-position: 0 -6656px;
}

.st, .stp {
  background-position: 0 -6688px;
}

.sv, .slv {
  background-position: 0 -6720px;
}

.sy, .syr {
  background-position: 0 -6752px;
}

.sz, .swz {
  background-position: 0 -6784px;
}

.tc, .tca {
  background-position: 0 -6816px;
}

.td, .tcd {
  background-position: 0 -6848px;
}

.tg, .tgo {
  background-position: 0 -6880px;
}

.th, .tha {
  background-position: 0 -6912px;
}

.tj, .tjk {
  background-position: 0 -6944px;
}

.tl, .tls {
  background-position: 0 -6976px;
}

.tm, .tkm {
  background-position: 0 -7008px;
}

.tn, .tun {
  background-position: 0 -7040px;
}

.to, .ton {
  background-position: 0 -7072px;
}

.tr, .tur {
  background-position: 0 -7104px;
}

.tt, .tto {
  background-position: 0 -7136px;
}

.tv, .tuv {
  background-position: 0 -7168px;
}

.tw, .twn {
  background-position: 0 -7200px;
}

.tz, .tza {
  background-position: 0 -7232px;
}

.ua, .ukr {
  background-position: 0 -7264px;
}

.ug, .uga {
  background-position: 0 -7296px;
}

.us, .usa {
  background-position: 0 -7328px;
}

.uy, .ury {
  background-position: 0 -7360px;
}

.uz, .uzb {
  background-position: 0 -7392px;
}

.va, .vat {
  background-position: 0 -7424px;
}

.vc, .vct {
  background-position: 0 -7456px;
}

.ve, .ven {
  background-position: 0 -7488px;
}

.vg, .vgb {
  background-position: 0 -7520px;
}

.vi, .vir {
  background-position: 0 -7552px;
}

.vn, .vnm {
  background-position: 0 -7584px;
}

.vu, .vut {
  background-position: 0 -7616px;
}

.ws, .wsm {
  background-position: 0 -7648px;
}

.ye, .yem {
  background-position: 0 -7680px;
}

.za, .zaf {
  background-position: 0 -7712px;
}

.zm, .zmb {
  background-position: 0 -7744px;
}

.zw, .zwe {
  background-position: 0 -7776px;
}

.sx, .sxm {
  background-position: 0 -7808px;
}

.cw, .cuw {
  background-position: 0 -7840px;
}

.ss, .ssd {
  background-position: 0 -7872px;
}

.nu, .niu {
  background-position: 0 -7904px;
}

.iti {
  position: relative;
  display: inline-block;
}

.iti * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.iti__hide {
  display: none;
}

.iti__v-hide {
  visibility: hidden;
}

.iti input, .iti input[type=text], .iti input[type=tel] {
  position: relative;
  z-index: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-right: 36px;
  margin-right: 0;
}

.iti__flag-container {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 1px;
}

.iti__selected-flag {
  z-index: 1;
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 6px 0 8px;
}

.iti__arrow {
  margin-left: 6px;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 4px solid #555;
}

.iti__arrow--up {
  border-top: none;
  border-bottom: 4px solid #555;
}

.iti__country-list {
  position: absolute;
  z-index: 2;
  list-style: none;
  text-align: left;
  padding: 0;
  margin: 0 0 0 -1px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  background-color: white;
  border: 1px solid #CCC;
  white-space: nowrap;
  max-height: 200px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

.iti__country-list--dropup {
  bottom: 100%;
  margin-bottom: -1px;
}

@media (max-width: 500px) {
  .iti__country-list {
    white-space: normal;
  }
}
.iti__flag-box {
  display: inline-block;
  width: 20px;
}

.iti__divider {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #CCC;
}

.iti__country {
  padding: 5px 10px;
  outline: none;
}

.iti__dial-code {
  color: #999;
}

.iti__country.iti__highlight {
  background-color: rgba(0, 0, 0, 0.05);
}

.iti__flag-box, .iti__country-name, .iti__dial-code {
  vertical-align: middle;
}

.iti__flag-box, .iti__country-name {
  margin-right: 6px;
}

.iti--allow-dropdown input, .iti--allow-dropdown input[type=text], .iti--allow-dropdown input[type=tel], .iti--separate-dial-code input, .iti--separate-dial-code input[type=text], .iti--separate-dial-code input[type=tel] {
  padding-right: 6px;
  padding-left: 52px;
  margin-left: 0;
}

.iti--allow-dropdown .iti__flag-container, .iti--separate-dial-code .iti__flag-container {
  right: auto;
  left: 0;
}

.iti--allow-dropdown .iti__flag-container:hover {
  cursor: pointer;
}

.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}

.iti--allow-dropdown input[disabled] + .iti__flag-container:hover,
.iti--allow-dropdown input[readonly] + .iti__flag-container:hover {
  cursor: default;
}

.iti--allow-dropdown input[disabled] + .iti__flag-container:hover .iti__selected-flag,
.iti--allow-dropdown input[readonly] + .iti__flag-container:hover .iti__selected-flag {
  background-color: transparent;
}

.iti--separate-dial-code .iti__selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}

.iti--separate-dial-code .iti__selected-dial-code {
  margin-left: 6px;
}

.iti--container {
  position: absolute;
  top: -1000px;
  left: -1000px;
  z-index: 1060;
  padding: 1px;
}

.iti--container:hover {
  cursor: pointer;
}

.iti-mobile .iti--container {
  top: 30px;
  bottom: 30px;
  left: 30px;
  right: 30px;
  position: fixed;
}

.iti-mobile .iti__country-list {
  max-height: 100%;
  width: 100%;
}

.iti-mobile .iti__country {
  padding: 10px 10px;
  line-height: 1.5em;
}

.iti__flag {
  width: 20px;
}

.iti__flag.iti__be {
  width: 18px;
}

.iti__flag.iti__ch {
  width: 15px;
}

.iti__flag.iti__mc {
  width: 19px;
}

.iti__flag.iti__ne {
  width: 18px;
}

.iti__flag.iti__np {
  width: 13px;
}

.iti__flag.iti__va {
  width: 15px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
    background-size: 5652px 15px;
  }
}
.iti__flag.iti__ac {
  height: 10px;
  background-position: 0px 0px;
}

.iti__flag.iti__ad {
  height: 14px;
  background-position: -22px 0px;
}

.iti__flag.iti__ae {
  height: 10px;
  background-position: -44px 0px;
}

.iti__flag.iti__af {
  height: 14px;
  background-position: -66px 0px;
}

.iti__flag.iti__ag {
  height: 14px;
  background-position: -88px 0px;
}

.iti__flag.iti__ai {
  height: 10px;
  background-position: -110px 0px;
}

.iti__flag.iti__al {
  height: 15px;
  background-position: -132px 0px;
}

.iti__flag.iti__am {
  height: 10px;
  background-position: -154px 0px;
}

.iti__flag.iti__ao {
  height: 14px;
  background-position: -176px 0px;
}

.iti__flag.iti__aq {
  height: 14px;
  background-position: -198px 0px;
}

.iti__flag.iti__ar {
  height: 13px;
  background-position: -220px 0px;
}

.iti__flag.iti__as {
  height: 10px;
  background-position: -242px 0px;
}

.iti__flag.iti__at {
  height: 14px;
  background-position: -264px 0px;
}

.iti__flag.iti__au {
  height: 10px;
  background-position: -286px 0px;
}

.iti__flag.iti__aw {
  height: 14px;
  background-position: -308px 0px;
}

.iti__flag.iti__ax {
  height: 13px;
  background-position: -330px 0px;
}

.iti__flag.iti__az {
  height: 10px;
  background-position: -352px 0px;
}

.iti__flag.iti__ba {
  height: 10px;
  background-position: -374px 0px;
}

.iti__flag.iti__bb {
  height: 14px;
  background-position: -396px 0px;
}

.iti__flag.iti__bd {
  height: 12px;
  background-position: -418px 0px;
}

.iti__flag.iti__be {
  height: 15px;
  background-position: -440px 0px;
}

.iti__flag.iti__bf {
  height: 14px;
  background-position: -460px 0px;
}

.iti__flag.iti__bg {
  height: 12px;
  background-position: -482px 0px;
}

.iti__flag.iti__bh {
  height: 12px;
  background-position: -504px 0px;
}

.iti__flag.iti__bi {
  height: 12px;
  background-position: -526px 0px;
}

.iti__flag.iti__bj {
  height: 14px;
  background-position: -548px 0px;
}

.iti__flag.iti__bl {
  height: 14px;
  background-position: -570px 0px;
}

.iti__flag.iti__bm {
  height: 10px;
  background-position: -592px 0px;
}

.iti__flag.iti__bn {
  height: 10px;
  background-position: -614px 0px;
}

.iti__flag.iti__bo {
  height: 14px;
  background-position: -636px 0px;
}

.iti__flag.iti__bq {
  height: 14px;
  background-position: -658px 0px;
}

.iti__flag.iti__br {
  height: 14px;
  background-position: -680px 0px;
}

.iti__flag.iti__bs {
  height: 10px;
  background-position: -702px 0px;
}

.iti__flag.iti__bt {
  height: 14px;
  background-position: -724px 0px;
}

.iti__flag.iti__bv {
  height: 15px;
  background-position: -746px 0px;
}

.iti__flag.iti__bw {
  height: 14px;
  background-position: -768px 0px;
}

.iti__flag.iti__by {
  height: 10px;
  background-position: -790px 0px;
}

.iti__flag.iti__bz {
  height: 14px;
  background-position: -812px 0px;
}

.iti__flag.iti__ca {
  height: 10px;
  background-position: -834px 0px;
}

.iti__flag.iti__cc {
  height: 10px;
  background-position: -856px 0px;
}

.iti__flag.iti__cd {
  height: 15px;
  background-position: -878px 0px;
}

.iti__flag.iti__cf {
  height: 14px;
  background-position: -900px 0px;
}

.iti__flag.iti__cg {
  height: 14px;
  background-position: -922px 0px;
}

.iti__flag.iti__ch {
  height: 15px;
  background-position: -944px 0px;
}

.iti__flag.iti__ci {
  height: 14px;
  background-position: -961px 0px;
}

.iti__flag.iti__ck {
  height: 10px;
  background-position: -983px 0px;
}

.iti__flag.iti__cl {
  height: 14px;
  background-position: -1005px 0px;
}

.iti__flag.iti__cm {
  height: 14px;
  background-position: -1027px 0px;
}

.iti__flag.iti__cn {
  height: 14px;
  background-position: -1049px 0px;
}

.iti__flag.iti__co {
  height: 14px;
  background-position: -1071px 0px;
}

.iti__flag.iti__cp {
  height: 14px;
  background-position: -1093px 0px;
}

.iti__flag.iti__cr {
  height: 12px;
  background-position: -1115px 0px;
}

.iti__flag.iti__cu {
  height: 10px;
  background-position: -1137px 0px;
}

.iti__flag.iti__cv {
  height: 12px;
  background-position: -1159px 0px;
}

.iti__flag.iti__cw {
  height: 14px;
  background-position: -1181px 0px;
}

.iti__flag.iti__cx {
  height: 10px;
  background-position: -1203px 0px;
}

.iti__flag.iti__cy {
  height: 14px;
  background-position: -1225px 0px;
}

.iti__flag.iti__cz {
  height: 14px;
  background-position: -1247px 0px;
}

.iti__flag.iti__de {
  height: 12px;
  background-position: -1269px 0px;
}

.iti__flag.iti__dg {
  height: 10px;
  background-position: -1291px 0px;
}

.iti__flag.iti__dj {
  height: 14px;
  background-position: -1313px 0px;
}

.iti__flag.iti__dk {
  height: 15px;
  background-position: -1335px 0px;
}

.iti__flag.iti__dm {
  height: 10px;
  background-position: -1357px 0px;
}

.iti__flag.iti__do {
  height: 14px;
  background-position: -1379px 0px;
}

.iti__flag.iti__dz {
  height: 14px;
  background-position: -1401px 0px;
}

.iti__flag.iti__ea {
  height: 14px;
  background-position: -1423px 0px;
}

.iti__flag.iti__ec {
  height: 14px;
  background-position: -1445px 0px;
}

.iti__flag.iti__ee {
  height: 13px;
  background-position: -1467px 0px;
}

.iti__flag.iti__eg {
  height: 14px;
  background-position: -1489px 0px;
}

.iti__flag.iti__eh {
  height: 10px;
  background-position: -1511px 0px;
}

.iti__flag.iti__er {
  height: 10px;
  background-position: -1533px 0px;
}

.iti__flag.iti__es {
  height: 14px;
  background-position: -1555px 0px;
}

.iti__flag.iti__et {
  height: 10px;
  background-position: -1577px 0px;
}

.iti__flag.iti__eu {
  height: 14px;
  background-position: -1599px 0px;
}

.iti__flag.iti__fi {
  height: 12px;
  background-position: -1621px 0px;
}

.iti__flag.iti__fj {
  height: 10px;
  background-position: -1643px 0px;
}

.iti__flag.iti__fk {
  height: 10px;
  background-position: -1665px 0px;
}

.iti__flag.iti__fm {
  height: 11px;
  background-position: -1687px 0px;
}

.iti__flag.iti__fo {
  height: 15px;
  background-position: -1709px 0px;
}

.iti__flag.iti__fr {
  height: 14px;
  background-position: -1731px 0px;
}

.iti__flag.iti__ga {
  height: 15px;
  background-position: -1753px 0px;
}

.iti__flag.iti__gb {
  height: 10px;
  background-position: -1775px 0px;
}

.iti__flag.iti__gd {
  height: 12px;
  background-position: -1797px 0px;
}

.iti__flag.iti__ge {
  height: 14px;
  background-position: -1819px 0px;
}

.iti__flag.iti__gf {
  height: 14px;
  background-position: -1841px 0px;
}

.iti__flag.iti__gg {
  height: 14px;
  background-position: -1863px 0px;
}

.iti__flag.iti__gh {
  height: 14px;
  background-position: -1885px 0px;
}

.iti__flag.iti__gi {
  height: 10px;
  background-position: -1907px 0px;
}

.iti__flag.iti__gl {
  height: 14px;
  background-position: -1929px 0px;
}

.iti__flag.iti__gm {
  height: 14px;
  background-position: -1951px 0px;
}

.iti__flag.iti__gn {
  height: 14px;
  background-position: -1973px 0px;
}

.iti__flag.iti__gp {
  height: 14px;
  background-position: -1995px 0px;
}

.iti__flag.iti__gq {
  height: 14px;
  background-position: -2017px 0px;
}

.iti__flag.iti__gr {
  height: 14px;
  background-position: -2039px 0px;
}

.iti__flag.iti__gs {
  height: 10px;
  background-position: -2061px 0px;
}

.iti__flag.iti__gt {
  height: 13px;
  background-position: -2083px 0px;
}

.iti__flag.iti__gu {
  height: 11px;
  background-position: -2105px 0px;
}

.iti__flag.iti__gw {
  height: 10px;
  background-position: -2127px 0px;
}

.iti__flag.iti__gy {
  height: 12px;
  background-position: -2149px 0px;
}

.iti__flag.iti__hk {
  height: 14px;
  background-position: -2171px 0px;
}

.iti__flag.iti__hm {
  height: 10px;
  background-position: -2193px 0px;
}

.iti__flag.iti__hn {
  height: 10px;
  background-position: -2215px 0px;
}

.iti__flag.iti__hr {
  height: 10px;
  background-position: -2237px 0px;
}

.iti__flag.iti__ht {
  height: 12px;
  background-position: -2259px 0px;
}

.iti__flag.iti__hu {
  height: 10px;
  background-position: -2281px 0px;
}

.iti__flag.iti__ic {
  height: 14px;
  background-position: -2303px 0px;
}

.iti__flag.iti__id {
  height: 14px;
  background-position: -2325px 0px;
}

.iti__flag.iti__ie {
  height: 10px;
  background-position: -2347px 0px;
}

.iti__flag.iti__il {
  height: 15px;
  background-position: -2369px 0px;
}

.iti__flag.iti__im {
  height: 10px;
  background-position: -2391px 0px;
}

.iti__flag.iti__in {
  height: 14px;
  background-position: -2413px 0px;
}

.iti__flag.iti__io {
  height: 10px;
  background-position: -2435px 0px;
}

.iti__flag.iti__iq {
  height: 14px;
  background-position: -2457px 0px;
}

.iti__flag.iti__ir {
  height: 12px;
  background-position: -2479px 0px;
}

.iti__flag.iti__is {
  height: 15px;
  background-position: -2501px 0px;
}

.iti__flag.iti__it {
  height: 14px;
  background-position: -2523px 0px;
}

.iti__flag.iti__je {
  height: 12px;
  background-position: -2545px 0px;
}

.iti__flag.iti__jm {
  height: 10px;
  background-position: -2567px 0px;
}

.iti__flag.iti__jo {
  height: 10px;
  background-position: -2589px 0px;
}

.iti__flag.iti__jp {
  height: 14px;
  background-position: -2611px 0px;
}

.iti__flag.iti__ke {
  height: 14px;
  background-position: -2633px 0px;
}

.iti__flag.iti__kg {
  height: 12px;
  background-position: -2655px 0px;
}

.iti__flag.iti__kh {
  height: 13px;
  background-position: -2677px 0px;
}

.iti__flag.iti__ki {
  height: 10px;
  background-position: -2699px 0px;
}

.iti__flag.iti__km {
  height: 12px;
  background-position: -2721px 0px;
}

.iti__flag.iti__kn {
  height: 14px;
  background-position: -2743px 0px;
}

.iti__flag.iti__kp {
  height: 10px;
  background-position: -2765px 0px;
}

.iti__flag.iti__kr {
  height: 14px;
  background-position: -2787px 0px;
}

.iti__flag.iti__kw {
  height: 10px;
  background-position: -2809px 0px;
}

.iti__flag.iti__ky {
  height: 10px;
  background-position: -2831px 0px;
}

.iti__flag.iti__kz {
  height: 10px;
  background-position: -2853px 0px;
}

.iti__flag.iti__la {
  height: 14px;
  background-position: -2875px 0px;
}

.iti__flag.iti__lb {
  height: 14px;
  background-position: -2897px 0px;
}

.iti__flag.iti__lc {
  height: 10px;
  background-position: -2919px 0px;
}

.iti__flag.iti__li {
  height: 12px;
  background-position: -2941px 0px;
}

.iti__flag.iti__lk {
  height: 10px;
  background-position: -2963px 0px;
}

.iti__flag.iti__lr {
  height: 11px;
  background-position: -2985px 0px;
}

.iti__flag.iti__ls {
  height: 14px;
  background-position: -3007px 0px;
}

.iti__flag.iti__lt {
  height: 12px;
  background-position: -3029px 0px;
}

.iti__flag.iti__lu {
  height: 12px;
  background-position: -3051px 0px;
}

.iti__flag.iti__lv {
  height: 10px;
  background-position: -3073px 0px;
}

.iti__flag.iti__ly {
  height: 10px;
  background-position: -3095px 0px;
}

.iti__flag.iti__ma {
  height: 14px;
  background-position: -3117px 0px;
}

.iti__flag.iti__mc {
  height: 15px;
  background-position: -3139px 0px;
}

.iti__flag.iti__md {
  height: 10px;
  background-position: -3160px 0px;
}

.iti__flag.iti__me {
  height: 10px;
  background-position: -3182px 0px;
}

.iti__flag.iti__mf {
  height: 14px;
  background-position: -3204px 0px;
}

.iti__flag.iti__mg {
  height: 14px;
  background-position: -3226px 0px;
}

.iti__flag.iti__mh {
  height: 11px;
  background-position: -3248px 0px;
}

.iti__flag.iti__mk {
  height: 10px;
  background-position: -3270px 0px;
}

.iti__flag.iti__ml {
  height: 14px;
  background-position: -3292px 0px;
}

.iti__flag.iti__mm {
  height: 14px;
  background-position: -3314px 0px;
}

.iti__flag.iti__mn {
  height: 10px;
  background-position: -3336px 0px;
}

.iti__flag.iti__mo {
  height: 14px;
  background-position: -3358px 0px;
}

.iti__flag.iti__mp {
  height: 10px;
  background-position: -3380px 0px;
}

.iti__flag.iti__mq {
  height: 14px;
  background-position: -3402px 0px;
}

.iti__flag.iti__mr {
  height: 14px;
  background-position: -3424px 0px;
}

.iti__flag.iti__ms {
  height: 10px;
  background-position: -3446px 0px;
}

.iti__flag.iti__mt {
  height: 14px;
  background-position: -3468px 0px;
}

.iti__flag.iti__mu {
  height: 14px;
  background-position: -3490px 0px;
}

.iti__flag.iti__mv {
  height: 14px;
  background-position: -3512px 0px;
}

.iti__flag.iti__mw {
  height: 14px;
  background-position: -3534px 0px;
}

.iti__flag.iti__mx {
  height: 12px;
  background-position: -3556px 0px;
}

.iti__flag.iti__my {
  height: 10px;
  background-position: -3578px 0px;
}

.iti__flag.iti__mz {
  height: 14px;
  background-position: -3600px 0px;
}

.iti__flag.iti__na {
  height: 14px;
  background-position: -3622px 0px;
}

.iti__flag.iti__nc {
  height: 10px;
  background-position: -3644px 0px;
}

.iti__flag.iti__ne {
  height: 15px;
  background-position: -3666px 0px;
}

.iti__flag.iti__nf {
  height: 10px;
  background-position: -3686px 0px;
}

.iti__flag.iti__ng {
  height: 10px;
  background-position: -3708px 0px;
}

.iti__flag.iti__ni {
  height: 12px;
  background-position: -3730px 0px;
}

.iti__flag.iti__nl {
  height: 14px;
  background-position: -3752px 0px;
}

.iti__flag.iti__no {
  height: 15px;
  background-position: -3774px 0px;
}

.iti__flag.iti__np {
  height: 15px;
  background-position: -3796px 0px;
}

.iti__flag.iti__nr {
  height: 10px;
  background-position: -3811px 0px;
}

.iti__flag.iti__nu {
  height: 10px;
  background-position: -3833px 0px;
}

.iti__flag.iti__nz {
  height: 10px;
  background-position: -3855px 0px;
}

.iti__flag.iti__om {
  height: 10px;
  background-position: -3877px 0px;
}

.iti__flag.iti__pa {
  height: 14px;
  background-position: -3899px 0px;
}

.iti__flag.iti__pe {
  height: 14px;
  background-position: -3921px 0px;
}

.iti__flag.iti__pf {
  height: 14px;
  background-position: -3943px 0px;
}

.iti__flag.iti__pg {
  height: 15px;
  background-position: -3965px 0px;
}

.iti__flag.iti__ph {
  height: 10px;
  background-position: -3987px 0px;
}

.iti__flag.iti__pk {
  height: 14px;
  background-position: -4009px 0px;
}

.iti__flag.iti__pl {
  height: 13px;
  background-position: -4031px 0px;
}

.iti__flag.iti__pm {
  height: 14px;
  background-position: -4053px 0px;
}

.iti__flag.iti__pn {
  height: 10px;
  background-position: -4075px 0px;
}

.iti__flag.iti__pr {
  height: 14px;
  background-position: -4097px 0px;
}

.iti__flag.iti__ps {
  height: 10px;
  background-position: -4119px 0px;
}

.iti__flag.iti__pt {
  height: 14px;
  background-position: -4141px 0px;
}

.iti__flag.iti__pw {
  height: 13px;
  background-position: -4163px 0px;
}

.iti__flag.iti__py {
  height: 11px;
  background-position: -4185px 0px;
}

.iti__flag.iti__qa {
  height: 8px;
  background-position: -4207px 0px;
}

.iti__flag.iti__re {
  height: 14px;
  background-position: -4229px 0px;
}

.iti__flag.iti__ro {
  height: 14px;
  background-position: -4251px 0px;
}

.iti__flag.iti__rs {
  height: 14px;
  background-position: -4273px 0px;
}

.iti__flag.iti__ru {
  height: 14px;
  background-position: -4295px 0px;
}

.iti__flag.iti__rw {
  height: 14px;
  background-position: -4317px 0px;
}

.iti__flag.iti__sa {
  height: 14px;
  background-position: -4339px 0px;
}

.iti__flag.iti__sb {
  height: 10px;
  background-position: -4361px 0px;
}

.iti__flag.iti__sc {
  height: 10px;
  background-position: -4383px 0px;
}

.iti__flag.iti__sd {
  height: 10px;
  background-position: -4405px 0px;
}

.iti__flag.iti__se {
  height: 13px;
  background-position: -4427px 0px;
}

.iti__flag.iti__sg {
  height: 14px;
  background-position: -4449px 0px;
}

.iti__flag.iti__sh {
  height: 10px;
  background-position: -4471px 0px;
}

.iti__flag.iti__si {
  height: 10px;
  background-position: -4493px 0px;
}

.iti__flag.iti__sj {
  height: 15px;
  background-position: -4515px 0px;
}

.iti__flag.iti__sk {
  height: 14px;
  background-position: -4537px 0px;
}

.iti__flag.iti__sl {
  height: 14px;
  background-position: -4559px 0px;
}

.iti__flag.iti__sm {
  height: 15px;
  background-position: -4581px 0px;
}

.iti__flag.iti__sn {
  height: 14px;
  background-position: -4603px 0px;
}

.iti__flag.iti__so {
  height: 14px;
  background-position: -4625px 0px;
}

.iti__flag.iti__sr {
  height: 14px;
  background-position: -4647px 0px;
}

.iti__flag.iti__ss {
  height: 10px;
  background-position: -4669px 0px;
}

.iti__flag.iti__st {
  height: 10px;
  background-position: -4691px 0px;
}

.iti__flag.iti__sv {
  height: 12px;
  background-position: -4713px 0px;
}

.iti__flag.iti__sx {
  height: 14px;
  background-position: -4735px 0px;
}

.iti__flag.iti__sy {
  height: 14px;
  background-position: -4757px 0px;
}

.iti__flag.iti__sz {
  height: 14px;
  background-position: -4779px 0px;
}

.iti__flag.iti__ta {
  height: 10px;
  background-position: -4801px 0px;
}

.iti__flag.iti__tc {
  height: 10px;
  background-position: -4823px 0px;
}

.iti__flag.iti__td {
  height: 14px;
  background-position: -4845px 0px;
}

.iti__flag.iti__tf {
  height: 14px;
  background-position: -4867px 0px;
}

.iti__flag.iti__tg {
  height: 13px;
  background-position: -4889px 0px;
}

.iti__flag.iti__th {
  height: 14px;
  background-position: -4911px 0px;
}

.iti__flag.iti__tj {
  height: 10px;
  background-position: -4933px 0px;
}

.iti__flag.iti__tk {
  height: 10px;
  background-position: -4955px 0px;
}

.iti__flag.iti__tl {
  height: 10px;
  background-position: -4977px 0px;
}

.iti__flag.iti__tm {
  height: 14px;
  background-position: -4999px 0px;
}

.iti__flag.iti__tn {
  height: 14px;
  background-position: -5021px 0px;
}

.iti__flag.iti__to {
  height: 10px;
  background-position: -5043px 0px;
}

.iti__flag.iti__tr {
  height: 14px;
  background-position: -5065px 0px;
}

.iti__flag.iti__tt {
  height: 12px;
  background-position: -5087px 0px;
}

.iti__flag.iti__tv {
  height: 10px;
  background-position: -5109px 0px;
}

.iti__flag.iti__tw {
  height: 14px;
  background-position: -5131px 0px;
}

.iti__flag.iti__tz {
  height: 14px;
  background-position: -5153px 0px;
}

.iti__flag.iti__ua {
  height: 14px;
  background-position: -5175px 0px;
}

.iti__flag.iti__ug {
  height: 14px;
  background-position: -5197px 0px;
}

.iti__flag.iti__um {
  height: 11px;
  background-position: -5219px 0px;
}

.iti__flag.iti__un {
  height: 14px;
  background-position: -5241px 0px;
}

.iti__flag.iti__us {
  height: 11px;
  background-position: -5263px 0px;
}

.iti__flag.iti__uy {
  height: 14px;
  background-position: -5285px 0px;
}

.iti__flag.iti__uz {
  height: 10px;
  background-position: -5307px 0px;
}

.iti__flag.iti__va {
  height: 15px;
  background-position: -5329px 0px;
}

.iti__flag.iti__vc {
  height: 14px;
  background-position: -5346px 0px;
}

.iti__flag.iti__ve {
  height: 14px;
  background-position: -5368px 0px;
}

.iti__flag.iti__vg {
  height: 10px;
  background-position: -5390px 0px;
}

.iti__flag.iti__vi {
  height: 14px;
  background-position: -5412px 0px;
}

.iti__flag.iti__vn {
  height: 14px;
  background-position: -5434px 0px;
}

.iti__flag.iti__vu {
  height: 12px;
  background-position: -5456px 0px;
}

.iti__flag.iti__wf {
  height: 14px;
  background-position: -5478px 0px;
}

.iti__flag.iti__ws {
  height: 10px;
  background-position: -5500px 0px;
}

.iti__flag.iti__xk {
  height: 15px;
  background-position: -5522px 0px;
}

.iti__flag.iti__ye {
  height: 14px;
  background-position: -5544px 0px;
}

.iti__flag.iti__yt {
  height: 14px;
  background-position: -5566px 0px;
}

.iti__flag.iti__za {
  height: 14px;
  background-position: -5588px 0px;
}

.iti__flag.iti__zm {
  height: 14px;
  background-position: -5610px 0px;
}

.iti__flag.iti__zw {
  height: 10px;
  background-position: -5632px 0px;
}

.iti__flag {
  height: 15px;
  box-shadow: 0px 0px 1px 0px #888;
  background-image: url("../img/flags.png");
  background-repeat: no-repeat;
  background-color: #DBDBDB;
  background-position: 20px 0;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
    background-image: url("../img/flags@2x.png");
  }
}
.iti__flag.iti__np {
  background-color: transparent;
}

.form-group {
  position: relative;
}
.form-group span.error {
  position: absolute;
  font-weight: 700;
  font-size: 0.59em;
  line-height: 1em;
  z-index: 10;
  color: #E40B51;
  bottom: 40px;
  right: 11px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.form-group .form-control.input-validation-error {
  border-color: #D23131;
}
.form-group.disabled span.error {
  display: none !important;
  opacity: 0;
}

.main-search .form-group span.error {
  bottom: 36px;
}

.table-details {
  width: 100%;
  border: 1px solid #D4DCE8;
  margin-bottom: 1rem;
}
.table-details th, .table-details td {
  padding: 10px;
  width: 33.333%;
  text-align: center;
  border: 1px solid #D4DCE8;
}
.table-details th {
  padding: 15px 10px;
  font-size: 0.9em;
  line-height: 1em;
  background: #F8FAFB;
}

body {
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  font-family: museo-sans, arial, sans-serif;
  min-height: 100vh;
  font-weight: 300;
  font-size: 16px;
  background: #F8FAFB;
  color: #112C53;
  padding-top: 65px;
  display: flex;
  flex-direction: column;
}
body > main {
  flex-grow: 1;
}
body > main .content {
  padding: 2rem 0;
}

@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1200px;
  }
}
.row.reverse {
  flex-direction: row-reverse;
}

.notice {
  border: 1px dashed #92a6c4;
  font-size: 0.8em;
  padding: 1.2rem 2rem 1.1rem;
  margin-top: 2rem;
}

.advertising-image {
  background-size: cover !important;
  background: url(../img/resources/sms.png);
}

@media (max-width: 991.98px) {
  .advertising-image {
    display: none !important;
  }
}
h2 {
  font-size: 1.7em;
  line-height: 1em;
  margin: 0 0 1rem;
  font-weight: 600;
}

strong {
  font-weight: 700;
}

span.highlight {
  color: #F47920;
}

title.pax-type {
  font-weight: 800;
  color: #112C53;
  display: inline-block;
  font-size: 11px;
  border: 1px solid #112C53;
  line-height: 1em;
  padding: 0.4rem 0.5rem 0.3rem;
  vertical-align: middle;
  position: relative;
  top: -3px;
  letter-spacing: 1px;
  margin-left: 10px;
  text-transform: uppercase;
}

button.icon-question-solid {
  border: 0;
  background: none;
  padding: 0;
  position: relative;
  top: 1px;
  margin-left: 5px;
  outline: none;
  color: #112C53;
}
button.icon-question-solid:hover {
  opacity: 0.7;
}

h3 span[class*=icon] {
  position: relative;
  top: 2px;
}

span[class*=icon].flip {
  display: inline-block;
  transform: scaleX(-1);
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}

#FareRulesModal .modal-body pre {
  max-height: 800px;
}

#processing-fare {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background: rgba(17, 44, 83, 0.6);
  top: 0;
  left: 0;
}
#processing-fare .main-center {
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
#processing-fare h4 {
  color: #fff;
}
#processing-fare .spinner > div {
  background-color: #fff;
}

.agreement-notification {
  /*border: 1px solid #D8D7D7;*/
  border-top: 0px;
  padding: 10px;
  font-size: 12px;
  display: none;
  width: 100%;
}

.agreement-notification span {
  background: rgba(197, 1, 45, 0.1);
  border: 1px solid rgba(197, 1, 45, 0.3);
  color: #C5012D;
  display: block;
  padding: 5px 5px 5px 4px;
  text-align: center;
  font-weight: 500;
}

.payment-notification {
  border-top: 0px;
  padding: 10px;
  font-size: 12px;
  display: none;
  width: 100%;
}

.payment-notification span {
  background: rgba(197, 1, 45, 0.1);
  border: 1px solid rgba(197, 1, 45, 0.3);
  color: #C5012D;
  display: block;
  padding: 5px 5px 5px 4px;
  text-align: center;
  font-weight: 500;
}

#priceDiscrepancyModal a {
  color: #fff;
  text-decoration: none;
}
#priceDiscrepancyModal a:hover {
  color: #fff;
  text-decoration: none;
}

.loungImgbg {
  background: url(../img/resources/lounge.png);
}

.seatImgbg {
  background: url(../img/resources/seat.png);
}

.insImgbg {
  background: url(../img/resources/insurance.png);
}

.ssrUsrImgbg {
  background: url(../img/ssr/ssr-user.png);
}

.mxdCabinSection, #MixedCabinModal {
  background: #fff;
  border: 1px solid #D4DCE8;
  box-shadow: 0 3px 1px rgba(17, 44, 83, 0.04), 0 -3px 1px rgba(17, 44, 83, 0.04);
  padding: 1rem;
  font-size: 0.9rem;
}
.mxdCabinSection .note, #MixedCabinModal .note {
  color: orange;
  margin: 5px;
}
.mxdCabinSection .mxdCabinmsgHeader, #MixedCabinModal .mxdCabinmsgHeader {
  font-weight: 700;
  margin: 5px;
}
.mxdCabinSection .mxdCabinmsgBody b, #MixedCabinModal .mxdCabinmsgBody b {
  font-weight: 700;
}
.mxdCabinSection .MxdCabinCheckbox, #MixedCabinModal .MxdCabinCheckbox {
  border: 1px solid #D4DCE8;
  box-shadow: 0 3px 1px rgba(17, 44, 83, 0.04), 0 -3px 1px rgba(17, 44, 83, 0.04);
  padding: 0.5rem;
  margin: 1.25rem;
}

#loader {
  /*border: 12px solid #f3f3f3;
  border-radius: 50%;*/
  width: 70px;
  height: 70px;
}

.center {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
.cpBanner {
  background-color: #004B85;
  color: white;
  font-weight: 400;
  font-size: 22px;
  padding-left: 10px;
  background: black;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .cpBanner {
    font-size: 14px;
  }
}

.cpNote {
  /* width: 100%; */
  margin-top: 20px;
  /* text-align: left; */
  font-weight: bold;
  /* padding: 10px; */
  padding-top: 10px;
  padding-bottom: 12px;
  margin-left: -30px;
}

nav.payment-methods button.pay.credit .ctp-card {
  color: transparent;
  padding: 2.1rem 1.5rem;
}

nav.payment-methods button.pay.credit .ctp-card:before {
  position: absolute;
  top: 0%;
  left: 50%;
  height: 100%;
  content: "";
  transform: translateX(-50%);
  background: url(../img/ctp.png) center center no-repeat;
  width: 90%;
  background-size: contain !important;
}

nav.payment-methods button.pay.credit.is-active .ctp-card {
  color: #1CBE42;
}

/*.cpBanner:before {
	position: absolute;
	top: 5%;
	left: -2%;
	height: 11%;
	content: "";
	transform: translateX(-50%);
	background: url(../img/rexBanner.jpg) center center no-repeat;
	width: 10%;
	background-size: contain !important;
}*/
