@import url("https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700,800");
/* navigation */
/* main menu */
/* media query breaks */
/* content common */
/* validation */
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700,800");
/* navigation */
/* main menu */
/* media query breaks */
/* content common */
/* validation */
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700,800");
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700,800");
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700,800");
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700,800");
.smpt-nav {
  background-color: #ffffff;
  margin-bottom: 0px;
  border-radius: 0px;
  border: none;
  border-bottom: 1px solid #e7e7e7;
  border-color: #e7e7e7;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15); }
  .smpt-nav .navbar-brand {
    padding: 0px;
    margin-top: 14px;
    margin-left: 16px; }
    .smpt-nav .navbar-brand img {
      display: inline-block;
      max-width: 150px; }
    .smpt-nav .navbar-brand .card-type {
      padding-left: 10px;
      margin-top: 3px; }
    @media screen and (max-width: 992px) {
      .smpt-nav .navbar-brand {
        margin-top: 17px; }
        .smpt-nav .navbar-brand .card-type {
          width: 120px;
          margin-left: 0px; }
        .smpt-nav .navbar-brand img {
          max-width: 130px; } }
    @media screen and (max-width: 768px) {
      .smpt-nav .navbar-brand {
        margin-top: 10px;
        margin-bottom: 10px; } }
    @media screen and (min-width: 768px) {
      .smpt-nav .navbar-brand {
        margin-left: 0px !important; } }
    @media screen and (max-width: 320px) {
      .smpt-nav .navbar-brand img {
        max-width: 110px; }
      .smpt-nav .navbar-brand .card-type {
        width: 100px; } }
  .smpt-nav .dropdown .dropdown-menu .menu-icon {
    max-width: 24px;
    margin: 0 11px 0 5px; }
  .smpt-nav .dropdown .dropdown-menu li a {
    padding: 16px; }
  .smpt-nav .navbar-toggle {
    border: none;
    margin-top: 16px;
    margin-right: 16px; }
    @media screen and (max-width: 768px) {
      .smpt-nav .navbar-toggle {
        margin-top: 24px; } }
    .smpt-nav .navbar-toggle .icon-bar {
      height: 3px;
      background-color: #34495e; }
  .smpt-nav .navbar-nav {
    margin-left: 40px; }
    @media screen and (max-width: 1200px) {
      .smpt-nav .navbar-nav {
        margin-left: 10px; } }
    .smpt-nav .navbar-nav li a {
      font-weight: 600;
      font-size: 12px;
      color: #0B1B40;
      text-decoration: none;
      position: relative;
      padding: 25px 12px 15px !important;
      border-bottom: 2px solid transparent;
      text-transform: uppercase;
      opacity: 0.7; }
      .smpt-nav .navbar-nav li a:hover {
        opacity: 1;
        color: #0B1B40 !important; }
    .smpt-nav .navbar-nav .rewards-count-wrapper {
      padding: 2px; }
      .smpt-nav .navbar-nav .rewards-count-wrapper .rewards-count {
        text-align: center;
        text-decoration: none;
        border: 1px solid #f85300;
        color: #f85300;
        border-radius: 4px;
        padding: 4px 4px;
        line-height: 14px;
        display: block; }
        .smpt-nav .navbar-nav .rewards-count-wrapper .rewards-count .count {
          font-size: 14px;
          font-weight: 600; }
        .smpt-nav .navbar-nav .rewards-count-wrapper .rewards-count .rewards-label {
          font-size: 10px;
          font-weight: 600; }
    .smpt-nav .navbar-nav .active a {
      background: linear-gradient(to right, #0B1B40 0%, #141d6a 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      opacity: 1 !important; }
    .smpt-nav .navbar-nav .active:after {
      content: "";
      display: block;
      position: absolute;
      width: 100%;
      height: 5px;
      bottom: -1px;
      /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ee7a23+0,f95300+100 */
      background: #0B1B40;
      /* Old browsers */
      background: -moz-linear-gradient(left, #0B1B40 0%, #112961 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(left, #0B1B40 0%, #112961 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to right, #0B1B40 0%, #112961 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=' #1A268B', endColorstr='#141d6a', GradientType=1);
      /* IE6-9 */ }
    .smpt-nav .navbar-nav li span {
      display: block;
      padding-bottom: 5px;
      text-align: center; }
    .smpt-nav .navbar-nav li img {
      max-width: 20px; }
  .smpt-nav .user-nav {
    margin-top: 16px;
    margin-right: -15px; }
    .smpt-nav .user-nav .btn-login {
      text-decoration: none; }
    .smpt-nav .user-nav .register-btn {
      background-color: transparent;
      color: #0B1B40;
      border: 1px solid #0B1B40;
      padding: 7px 21px;
      text-transform: uppercase;
      font-weight: 600;
      font-size: 12px;
      margin-top: 18px;
      margin-left: 10px; }
      .smpt-nav .user-nav .register-btn:hover {
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ee7a23+0,f95300+100 */
        background: #1A268B;
        /* Old browsers */
        background: -moz-linear-gradient(left, #1A268B 0%, #141d6a 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(left, #1A268B 0%, #141d6a 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, #1A268B 0%, #141d6a 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=' #1A268B', endColorstr='#141d6a', GradientType=1);
        /* IE6-9 */
        color: #FFF; }
    .smpt-nav .user-nav li {
      border-left: none !important; }
      .smpt-nav .user-nav li a {
        cursor: pointer; }
  .smpt-nav .nav .open > a, .smpt-nav .nav .open > a:focus, .smpt-nav .nav .open > a:hover {
    border-color: transparent;
    background-color: transparent;
    color: #0B1B40;
    opacity: 1; }
  .smpt-nav .dropdown-menu {
    padding: 0px;
    margin: 13px 0 0; }
    .smpt-nav .dropdown-menu li a:hover {
      background-color: transparent; }
  .smpt-nav #hnb-navbar .navbar-nav li {
    border-left: 1px solid #e7e7e7; }

.navbar-header .cart-container {
  width: 100px;
  padding-top: 0px;
  display: none;
  float: right;
  margin-top: 12px;
  position: relative; }
  @media screen and (max-width: 768px) {
    .navbar-header .cart-container {
      display: block; } }
  .navbar-header .cart-container .shopping-cart {
    display: block;
    width: 88px;
    padding: 4px 5px;
    border-radius: 3px;
    margin-left: 2px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    /* Safari */
    transition: all 0.3s;
    border: 1px solid transparent; }
    .navbar-header .cart-container .shopping-cart:hover {
      border-color: #f85704; }
    .navbar-header .cart-container .shopping-cart.active {
      border-color: #f85704; }
    .navbar-header .cart-container .shopping-cart .cart-icon {
      width: 40px;
      height: 36px;
      background-image: url("../../dist/img/sprite.png");
      background-repeat: no-repeat;
      background-position: -40px -152px;
      display: block;
      float: left; }
    .navbar-header .cart-container .shopping-cart .cart-count {
      display: block;
      float: left;
      line-height: 14px;
      padding: 2px;
      margin-left: 2px; }
      .navbar-header .cart-container .shopping-cart .cart-count .count {
        display: block;
        padding: 3px 5px;
        line-height: 11px;
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ee7a23+0,f95300+100 */
        background: #1A268B;
        /* Old browsers */
        background: -moz-linear-gradient(left, #1A268B 0%, #141d6a 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(left, #1A268B 0%, #141d6a 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, #1A268B 0%, #141d6a 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=' #1A268B', endColorstr='#141d6a', GradientType=1);
        /* IE6-9 */
        color: #fff;
        font-size: 12px;
        font-weight: 600;
        text-align: center;
        border-radius: 20px; }
      .navbar-header .cart-container .shopping-cart .cart-count .cart-label {
        font-weight: 600;
        color: #273747;
        font-size: 12px;
        line-height: 9px;
        width: 100%;
        text-align: center;
        margin-top: 5px; }
  .navbar-header .cart-container .cart-popup {
    position: absolute;
    top: 46px;
    right: -60%;
    width: 402px;
    padding: 12px 18px 22px 18px;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.35);
    border: 1px solid #ffffff;
    border-radius: 4px;
    background-color: #fff;
    z-index: 1; }
    .navbar-header .cart-container .cart-popup .title {
      font-weight: 600;
      padding: 8px 0 14px 0;
      border-bottom: 1px solid #ebedef;
      margin-bottom: 14px; }
    .navbar-header .cart-container .cart-popup .cart-table .table {
      display: table; }
      .navbar-header .cart-container .cart-popup .cart-table .table .table-row {
        display: table-row; }
        .navbar-header .cart-container .cart-popup .cart-table .table .table-row .table-cell {
          display: table-cell;
          padding: 10px 0;
          font-weight: 500;
          vertical-align: middle;
          line-height: 12px; }
        .navbar-header .cart-container .cart-popup .cart-table .table .table-row .close-row {
          min-width: 10px;
          text-align: center;
          padding-top: 10px;
          padding-left: 8px;
          width: 26px; }
          .navbar-header .cart-container .cart-popup .cart-table .table .table-row .close-row .close-row-btn {
            width: 26px;
            height: 26px;
            display: block;
            background-image: url("../../dist/img/sprite.png");
            background-position: 0px -280px;
            padding: 0px;
            display: table-cell; }
      .navbar-header .cart-container .cart-popup .cart-table .table .table-header .table-cell {
        font-weight: 600;
        padding: 6px 0; }
      .navbar-header .cart-container .cart-popup .cart-table .table .table-footer > .table-cell {
        font-weight: 600;
        font-size: 18px; }
    .navbar-header .cart-container .cart-popup .cart-table .total-sum .total-sum-left {
      width: 60%;
      float: left; }
    .navbar-header .cart-container .cart-popup .cart-table .total-sum .total-sum-right {
      width: 40%;
      float: left;
      text-align: right; }
      .navbar-header .cart-container .cart-popup .cart-table .total-sum .total-sum-right .btn-fill {
        background: #f5620e;
        padding: 10px 24px;
        width: initial;
        font-size: 14px; }
    .navbar-header .cart-container .cart-popup .cart-table .total-sum .lbl-subtotal {
      font-size: 16px;
      line-height: 41px;
      margin-bottom: 0px; }
    .navbar-header .cart-container .cart-popup .cart-table .btn-cart-checkout {
      /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ee7a23+0,f95300+100 */
      background: #1A268B;
      /* Old browsers */
      background: -moz-linear-gradient(left, #1A268B 0%, #141d6a 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(left, #1A268B 0%, #141d6a 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to right, #1A268B 0%, #141d6a 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=' #1A268B', endColorstr='#141d6a', GradientType=1);
      /* IE6-9 */
      float: right;
      color: #fff;
      font-size: 14px;
      font-weight: 500;
      padding: 10px 16px;
      border-radius: 4px;
      text-decoration: none; }

@media (min-width: 768px) and (max-width: 992px) {
  .hide-in-tab {
    display: none !important; }

  .smpt-nav .navbar-nav li a {
    padding: 25px 10px 15px !important;
    font-size: 11px; }
  .smpt-nav .navbar-nav li img {
    max-width: 16px; } }
.smpt-nav .navbar-nav .desktop-dropdown.active a.non-active-link {
  background: linear-gradient(to right, #443C3C 0%, #34495e 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

.smpt-nav .navbar-nav .desktop-dropdown.active a.active-link {
  background: linear-gradient(to right, #ee7a23 0%, #f95300 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

@media screen and (max-width: 768px) {
  #hnb-navbar ul li a span img {
    display: none; }
  #hnb-navbar .user-nav {
    margin-top: 0px !important; } }
/* navigation */
/* main menu */
/* media query breaks */
/* content common */
/* validation */
@media screen and (max-width: 768px) {
  .fixed {
    position: fixed;
    width: 100%;
    z-index: 1000; } }

.side-nav-container {
  display: none;
  position: fixed;
  overflow-y: auto;
  width: 100%;
  height: 100%;
  z-index: 0;
  padding-top: 71px;
  background: #ffffff;
  -webkit-transition: all 0.3s;
  /* Safari */
  transition: all 0.3s; }
  .side-nav-container .overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 2; }
  .side-nav-container .side-nav {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 3; }

.show-nav {
  z-index: 1000;
  display: block; }

@media screen and (min-width: 768px) {
  #nav-icon {
    display: none; } }

.side-nav #hnb-navbar {
  padding: 0 26px;
  padding-top: 40px; }
  .side-nav #hnb-navbar .navbar-nav {
    margin: 0px -15px; }
  .side-nav #hnb-navbar ul > li a {
    color: #34495e;
    font-size: 15px;
    font-weight: 600;
    padding-left: 70px;
    padding: 12px 60px;
    display: block; }
    @media screen and (max-width: 480px) {
      .side-nav #hnb-navbar ul > li a {
        padding: 12px 30px !important; } }
  .side-nav #hnb-navbar ul > li.active a {
    background: linear-gradient(to right, #1A268B 0%, #141d6a 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }
  .side-nav #hnb-navbar ul > li .rewards-count-wrapper {
    display: block; }
    .side-nav #hnb-navbar ul > li .rewards-count-wrapper .rewards-count {
      display: block;
      padding: 0px;
      margin: 18px 60px;
      border: 1px solid #f64c15;
      border-radius: 3px;
      line-height: 20px;
      padding: 10px 20px;
      text-align: center; }
      .side-nav #hnb-navbar ul > li .rewards-count-wrapper .rewards-count .count, .side-nav #hnb-navbar ul > li .rewards-count-wrapper .rewards-count .rewards-label {
        background: linear-gradient(to right, #1A268B 0%, #141d6a 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent; }
  @media (max-width: 768px) {
    .side-nav #hnb-navbar .desktop-dropdown {
      display: none !important; } }
  @media (max-width: 768px) {
    .side-nav #hnb-navbar .dropdown-mbl {
      display: block !important; } }
  .side-nav #hnb-navbar .dropdown-mbl i {
    font-size: 20px;
    font-weight: 700; }
  .side-nav #hnb-navbar .dropdown-mbl .account-submenu {
    list-style: none; }
    .side-nav #hnb-navbar .dropdown-mbl .account-submenu li {
      padding-left: 25px; }
  .side-nav #hnb-navbar .dropdown-mbl .redeem-submenu {
    list-style: none; }
    .side-nav #hnb-navbar .dropdown-mbl .redeem-submenu li {
      padding-left: 25px; }
  .side-nav #hnb-navbar .dropdown-mbl.open #mbl-redeem .fa-angle-down::before {
    content: "\f106"; }
  .side-nav #hnb-navbar .dropdown-mbl.open #mbl-acc .fa-angle-down::before {
    content: "\f106"; }
.side-nav .user-nav .regLink {
  padding: 0px 50px; }
  @media (max-width: 480px) {
    .side-nav .user-nav .regLink {
      padding: 0px 20px; } }
  .side-nav .user-nav .regLink .register-btn {
    background-color: transparent;
    color: #1A268B;
    border: 1px solid #1A268B;
    padding: 7px 21px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    margin-top: 18px;
    margin-left: 10px; }
    .side-nav .user-nav .regLink .register-btn:hover {
      /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ee7a23+0,f95300+100 */
      background: #1A268B;
      /* Old browsers */
      background: -moz-linear-gradient(left, #1A268B 0%, #141d6a 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(left, #1A268B 0%, #141d6a 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to right, #1A268B 0%, #141d6a 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=' #1A268B', endColorstr='#141d6a', GradientType=1);
      /* IE6-9 */
      color: #FFF; }
.side-nav .user-nav .login-btn {
  cursor: pointer; }

/* navigation */
/* main menu */
/* media query breaks */
/* content common */
/* validation */
body {
  font-family: "Montserrat", sans-serif;
  color: #34495e;
  height: 100%; }

h2, h3 {
  background: linear-gradient(to right, #1A268B 0%, #141d6a 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

.align-right {
  text-align: right; }

.offer-banner img {
  width: 100%;
  margin: 60px 0;
  border-radius: 10px; }
  @media screen and (max-width: 768px) {
    .offer-banner img {
      margin: 20px 0; } }

/* powertip */
#powerTip {
  font-size: 10px;
  padding: 6px 10px;
  border-radius: 3px;
  font-weight: 500;
  background-color: rgba(52, 73, 94, 0.9);
  border-color: rgba(52, 73, 94, 0.9); }

#powerTip.s:before, #powerTip.se:before, #powerTip.sw:before, #powerTip.sw-alt:before, #powerTip.se-alt:before {
  border-bottom-width: 5px; }

#powerTip.s:before, #powerTip.se:before, #powerTip.sw:before {
  top: -5px; }

.smpt-slider {
  position: relative; }
  .smpt-slider .rslides_tabs {
    position: absolute;
    bottom: 180px;
    z-index: 100;
    width: 164px;
    margin: 0 auto;
    left: 0;
    right: 0;
    text-align: center;
    padding: 0px; }
    @media screen and (max-width: 480px) {
      .smpt-slider .rslides_tabs {
        bottom: 8px; } }
    @media screen and (min-width: 480px) and (max-width: 1200px) {
      .smpt-slider .rslides_tabs {
        bottom: 28%; } }
    @media screen and (min-width: 1200px) {
      .smpt-slider .rslides_tabs {
        bottom: 17%; } }
    .smpt-slider .rslides_tabs li {
      list-style-type: none;
      display: inline-block;
      margin: 2px; }
      .smpt-slider .rslides_tabs li a {
        width: 18px;
        height: 18px;
        display: block;
        text-indent: -999px;
        border: 2px solid #eaeaea;
        border-radius: 100%;
        background-color: rgba(229, 231, 229, 0.3); }
    .smpt-slider .rslides_tabs .rslides_here a {
      /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ee7a23+0,f95300+100 */
      background: #F7A22B;
      /* Old browsers */
      background: -moz-linear-gradient(left, #F7A22B 0%, #f7802b 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(left, #F7A22B 0%, #f7802b 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to right, #F7A22B 0%, #f7802b 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F7A22B', endColorstr='#f7802b', GradientType=1);
      /* IE6-9 */ }

.main-menu-container {
  position: relative;
  z-index: 2;
  margin-bottom: 30px; }
  @media screen and (max-width: 480px) {
    .main-menu-container {
      padding: 6px; } }
  .main-menu-container .main-menu {
    width: 60%;
    margin: 0 auto;
    margin-top: -80px;
    z-index: 2; }
    @media screen and (min-width: 1200px) {
      .main-menu-container .main-menu {
        width: 809px; } }
    @media screen and (max-width: 768px) {
      .main-menu-container .main-menu {
        width: 100%; } }
    @media screen and (max-width: 480px) {
      .main-menu-container .main-menu {
        position: initial;
        margin-top: 0px; } }
    .main-menu-container .main-menu .menu-item-col {
      width: 33%;
      float: left;
      padding: 20px; }
      .main-menu-container .main-menu .menu-item-col .menu-item {
        background-color: #fff;
        box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
        border-radius: 12px;
        border: 1px solid #ffffff;
        -webkit-transition: all 0.3s;
        /* Safari */
        transition: all 0.3s; }
        .main-menu-container .main-menu .menu-item-col .menu-item:hover {
          border-color: #ffc49c;
          box-shadow: 0px 0px 20px rgba(242, 108, 22, 0.39); }
        .main-menu-container .main-menu .menu-item-col .menu-item a {
          display: inline-block;
          width: 100%;
          min-height: 200px;
          text-align: center;
          text-decoration: none; }
          @media screen and (max-width: 480px) {
            .main-menu-container .main-menu .menu-item-col .menu-item a {
              position: relative;
              min-height: 126px; } }
          .main-menu-container .main-menu .menu-item-col .menu-item a .icon {
            width: 60px;
            height: 60px;
            margin: 0 auto;
            display: block;
            margin-top: 52px;
            background-image: url("../../dist/img/sprite.png");
            background-repeat: no-repeat; }
            @media screen and (max-width: 480px) {
              .main-menu-container .main-menu .menu-item-col .menu-item a .icon {
                position: absolute;
                left: 0;
                right: 0;
                top: 14%;
                margin-top: 0px; } }
          .main-menu-container .main-menu .menu-item-col .menu-item a .flights {
            background-position: 0px 0px; }
          .main-menu-container .main-menu .menu-item-col .menu-item a .hotels {
            background-position: -60px 0px; }
          .main-menu-container .main-menu .menu-item-col .menu-item a .vouchers {
            background-position: -120px 0px; }
          .main-menu-container .main-menu .menu-item-col .menu-item a .online-shopping {
            background-position: 0px -60px; }
          .main-menu-container .main-menu .menu-item-col .menu-item a .pos {
            background-position: -60px -60px; }
          .main-menu-container .main-menu .menu-item-col .menu-item a .tickets {
            background-position: -120px -60px; }
          .main-menu-container .main-menu .menu-item-col .menu-item a .menu-label {
            font-weight: 600;
            font-size: 14px;
            color: #34495e;
            margin-top: 14px; }
            @media screen and (max-width: 480px) {
              .main-menu-container .main-menu .menu-item-col .menu-item a .menu-label {
                position: absolute;
                left: 0;
                right: 0;
                margin-top: 0px;
                top: 66%;
                padding: 0 2px; } }
        @media screen and (max-width: 480px) {
          .main-menu-container .main-menu .menu-item-col .menu-item {
            border-color: #ffcba9;
            box-shadow: 0px 0px 10px #ffeadc; } }
      @media screen and (max-width: 480px) {
        .main-menu-container .main-menu .menu-item-col {
          padding: 6px;
          width: 50%; } }

.alert-custom {
  color: #fff;
  position: fixed;
  right: 25px;
  padding: 15px 40px;
  font-size: 15px;
  font-weight: 500;
  bottom: 10px;
  z-index: 1; }
  .alert-custom img {
    max-width: 35px;
    margin-right: 12px; }

.alert-custom-success {
  background-color: #5bc3a2;
  border-color: #5bc3a2; }

.alert-custom-danger {
  background-color: #e36968;
  border-color: #e36968; }

.text-error {
  padding: 5px 0 0 0;
  display: block;
  color: red;
  font-size: 12px; }

@media screen and (max-width: 480px) {
  .alert-custom {
    width: 85%; } }
/* Customize the label (the container) */
.checkbox-container {
  display: block;
  position: relative;
  margin-top: 4px;
  min-width: 100px;
  padding-left: 26px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* Hide the browser's default checkbox */
  /* Create a custom checkbox */
  /* On mouse-over, add a grey background color */
  /* When the checkbox is checked, add a blue background */
  /* Show the checkmark when checked */ }
  .checkbox-container .chk-label {
    font-size: 14px;
    line-height: 19px;
    font-weight: 500; }
  .checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer; }
  .checkbox-container .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #fff;
    border: 2px solid #b5c2ce;
    border-radius: 4px;
    /* Create the checkmark/indicator (hidden when not checked) */
    /* Style the checkmark/indicator */ }
    .checkbox-container .checkmark:after {
      content: "";
      position: absolute;
      display: none; }
    .checkbox-container .checkmark:after {
      left: 4px;
      top: 1px;
      width: 6px;
      height: 10px;
      border: solid white;
      border-width: 0 3px 3px 0;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
  .checkbox-container:hover input ~ .checkmark {
    background-color: #fff; }
  .checkbox-container input:checked ~ .checkmark {
    background-color: #1A268B;
    border-color: #1A268B; }
  .checkbox-container input:checked ~ .checkmark:after {
    display: block; }

/* Radio */
/* The container */
.radio-container {
  display: block;
  width: fit-content;
  position: relative;
  margin-top: 2px;
  padding-left: 26px;
  margin-bottom: 30px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .radio-container .chk-label {
    font-weight: 500;
    font-size: 14px; }

/* Hide the browser's default radio button */
.radio-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer; }

/* Create a custom radio button */
.radio-container .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border: 3px solid #cccccc;
  border-radius: 100%; }

/* On mouse-over, add a grey background color */
.radio-container:hover input ~ .checkmark {
  background-color: #FFFFFF; }

/* When the radio button is checked, add a blue background */
.radio-container input:checked ~ .checkmark {
  background-color: #F7A22B;
  border-color: #F7A22B; }

/* Create the indicator (the dot/circle - hidden when not checked) */
.radio-container .checkmark:after {
  left: 4px;
  top: 1px;
  width: 6px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

/* Show the indicator (dot/circle) when checked */
.radio-container input:checked ~ .checkmark:after {
  display: block; }

/* Style the indicator (dot/circle) */
.radio-container .checkmark:after {
  content: "";
  position: absolute;
  display: none; }

/* !radio */
.input-spinner {
  width: 120px; }

.input-spinner input {
  border: 1px solid #a3b8cd;
  border-radius: 4px;
  line-height: 26px;
  height: 26px;
  width: 48px;
  float: left;
  text-align: center;
  font-weight: 600;
  margin: 0 8px 0 8px;
  outline: none; }
  .input-spinner input::-webkit-inner-spin-button, .input-spinner input -webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0; }

.input-spinner .sub, .input-spinner .add {
  border: 1px solid #a3b8cd;
  border-radius: 20px;
  background: none;
  outline: none;
  width: 26px;
  font-size: 20px;
  height: 26px;
  line-height: 10px;
  display: block;
  float: left;
  background-repeat: no-repeat; }

.input-spinner .sub {
  background-position: 0px -250px; }

.input-spinner .add {
  background-position: -26px -250px; }

/* plus button */
.btn-plus {
  position: relative;
  width: 32px;
  height: 32px;
  opacity: 1;
  -webkit-transition: all 0.3s;
  /* Safari */
  transition: all 0.3s; }

.btn-plus:before, .btn-plus:after {
  position: absolute;
  top: 6px;
  left: 11px;
  content: ' ';
  height: 12px;
  width: 2px;
  background-color: #698096; }

.btn-plus:before {
  transform: rotate(0deg); }

.btn-plus:after {
  transform: rotate(90deg); }

.btn-minus {
  position: relative;
  width: 32px;
  height: 32px;
  opacity: 1;
  -webkit-transition: all 0.3s;
  /* Safari */
  transition: all 0.3s; }

.btn-minus:before {
  position: absolute;
  top: 6px;
  left: 11px;
  content: ' ';
  height: 12px;
  width: 2px;
  background-color: #698096; }

.btn-minus:before {
  transform: rotate(90deg); }

.btn-line {
  border: none;
  border: 1px solid #ee7a23;
  background-color: #fff;
  color: #ee7a23;
  width: 100%;
  font-weight: 500;
  font-size: 16px;
  padding: 12px;
  border-radius: 4px;
  outline: none;
  -webkit-transition: all 0.3s;
  /* Safari */
  transition: all 0.3s; }
  .btn-line:hover {
    box-shadow: 0px 0px 8px #141d6a; }

.btn-fill {
  border: none;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ee7a23+0,f95300+100 */
  background: #1A268B;
  /* Old browsers */
  background: -moz-linear-gradient(left, #1A268B 0%, #141d6a 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #1A268B 0%, #141d6a 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #1A268B 0%, #141d6a 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=' #1A268B', endColorstr='#141d6a', GradientType=1);
  /* IE6-9 */
  border-color: #ee7a23;
  color: #fff;
  width: 100%;
  font-weight: 500;
  font-size: 16px;
  padding: 12px;
  border-radius: 4px;
  outline: none;
  -webkit-transition: all 0.3s;
  /* Safari */
  transition: all 0.3s; }
  .btn-fill:hover {
    box-shadow: 0px 0px 8px #141d6a; }

/* close button */
.btn-close {
  position: absolute;
  right: 32px;
  top: 32px;
  width: 32px;
  height: 32px;
  opacity: 0.5;
  -webkit-transition: all 0.3s;
  /* Safari */
  transition: all 0.3s; }

.btn-close:hover {
  opacity: 1; }

.btn-close:before, .btn-close:after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 26px;
  width: 2px;
  background-color: #34495e; }

.btn-close:before {
  transform: rotate(45deg); }

.btn-close:after {
  transform: rotate(-45deg); }

.form-input-container {
  padding: 10px 0; }
  .form-input-container .form-input {
    border: 1px solid #a6b4c2;
    border-radius: 4px;
    padding: 8px;
    width: 100%;
    line-height: 24px;
    -webkit-transition: all 0.3s;
    /* Safari */
    transition: all 0.3s; }
    .form-input-container .form-input:focus {
      outline: none;
      border-color: #ffa87a;
      box-shadow: 0px 0px 6px rgba(242, 108, 22, 0.39); }
  .form-input-container .input-label {
    padding: 8px 0;
    font-weight: 500;
    line-height: 24px; }

table {
  width: 100%;
  font-size: 14px;
  font-weight: 500; }
  table tr th {
    background-color: #dfe3e6;
    padding: 18px;
    padding-left: 32px;
    font-weight: 600; }
    table tr th:first-child {
      border-top-left-radius: 6px; }
    table tr th:last-child {
      border-top-right-radius: 6px; }
  table tr td {
    padding: 10px;
    padding-left: 32px;
    border-top: 1px solid #efefef; }
    table tr td .fa-trash {
      font-size: 20px; }
  table tfoot tr td {
    padding: 22px;
    padding-left: 32px;
    font-weight: 600; }

.order-table-wrapper {
  margin-top: 30px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
  border-radius: 6px;
  overflow: auto; }
  .order-table-wrapper::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    border-radius: 4px; }
  .order-table-wrapper::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
    background-color: transparent; }
  .order-table-wrapper::-webkit-scrollbar-thumb {
    background-color: #a7b0ba;
    border-radius: 4px; }

* {
  margin: 0;
  padding: 0; }

#nav-icon {
  width: 30px;
  height: 26px;
  float: right;
  margin: 0 24px;
  margin-top: 25px;
  position: relative;
  /* margin: 50px auto; */
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer; }

#nav-icon span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ee7a23+0,f95300+100 */
  background: #1A268B;
  /* Old browsers */
  background: -moz-linear-gradient(left, #1A268B 0%, #141d6a 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #1A268B 0%, #141d6a 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #1A268B 0%, #141d6a 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=' #1A268B', endColorstr='#141d6a', GradientType=1);
  /* IE6-9 */
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out; }

#nav-icon span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center; }

#nav-icon span:nth-child(2) {
  top: 8px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center; }

#nav-icon span:nth-child(3) {
  top: 16px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center; }

#nav-icon.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -3px;
  left: 8px; }

#nav-icon.open span:nth-child(2) {
  width: 0%;
  opacity: 0; }

#nav-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 18px;
  left: 8px; }

.input-container .input {
  position: relative; }
  .input-container .input .validation {
    position: absolute;
    right: 0;
    padding: 4px 12px;
    border-radius: 3px;
    font-size: 12px;
    font-weight: normal;
    bottom: -28px;
    z-index: 101; }
    .input-container .input .validation:before {
      content: " ";
      position: absolute;
      width: 0;
      height: 0;
      border-left: 5px solid transparent;
      border-right: 5px solid transparent;
      border-bottom: 5px solid black;
      top: -5px;
      left: 50%;
      margin-left: -5px; }
  .input-container .input .error {
    background-color: #ff4444;
    box-shadow: 0px 0px 3px #ff4444;
    color: #fff; }
    .input-container .input .error:before {
      border-bottom-color: #ff4444; }
.input-container .on-validation {
  border-color: #ffa87a !important;
  box-shadow: 0px 0px 6px rgba(242, 108, 22, 0.39) !important; }

/* navigation */
/* main menu */
/* media query breaks */
/* content common */
/* validation */
.footer {
  background-color: #000000; }
  .footer .details {
    padding: 15px 0px;
    color: #acacac; }
    .footer .details ul {
      margin-top: 6px;
      float: left; }
      .footer .details ul li {
        list-style: none;
        float: left;
        margin-right: 30px; }
        .footer .details ul li a {
          text-decoration: none !important;
          cursor: pointer;
          color: #acacac; }
          .footer .details ul li a:hover {
            color: #efefef; }
    .footer .details .social-icons {
      float: right; }
      .footer .details .social-icons span {
        float: right;
        cursor: pointer;
        opacity: 0.6; }
        .footer .details .social-icons span:hover {
          opacity: 1; }
    .footer .details hr {
      border-top: 1px solid #2d2d2d !important;
      margin-top: 10px !important; }
    .footer .details .copyrights {
      text-align: center; }
      .footer .details .copyrights span {
        font-size: 12px; }

@media (min-width: 700px) and (max-width: 768px) {
  .footer .details ul li {
    margin-right: 20px; } }
@media (min-width: 600px) and (max-width: 699px) {
  .footer .details ul li {
    margin-right: 15px; }
    .footer .details ul li a {
      font-size: 12px; }
  .footer .details .social-icons span {
    margin-right: 10px; } }
@media screen and (max-width: 599px) {
  .footer .details ul {
    display: none; }
  .footer .details .social-icons {
    text-align: center;
    padding: 15px 0px;
    float: unset; }
    .footer .details .social-icons span {
      float: unset; } }
.hnb-sprite {
  background: url("../../dist/img/menu/HNB.png") no-repeat;
  margin: 0 auto; }

.hnb-widget-flight {
  background-position: 0px -43px;
  width: 45px;
  height: 45px;
  position: absolute; }

.hnb-widget-calender {
  background-position: -55px -43px;
  width: 45px;
  height: 45px;
  position: absolute; }

.hnb-widget-traveler {
  background-position: -107px -43px;
  width: 45px;
  height: 45px;
  position: absolute; }

.hnb-widget-hotel {
  background-position: -157px -43px;
  width: 45px;
  height: 45px;
  position: absolute; }

.hnb-modify-widget-flight {
  background-position: 0px -95px;
  width: 45px;
  height: 45px;
  position: absolute; }

.hnb-modify-widget-calender {
  background-position: -55px -95px;
  width: 45px;
  height: 45px;
  position: absolute; }

.hnb-modify-widget-traveler {
  background-position: -107px -95px;
  width: 45px;
  height: 45px;
  position: absolute; }

.hnb-modify-widget-hotel {
  background-position: -157px -95px;
  width: 45px;
  height: 45px;
  position: absolute; }

.hnb-nav-flights {
  background-position: -3px -6px;
  width: 30px;
  height: 30px; }

.hnb-nav-hotels {
  background-position: -40px -6px;
  width: 30px;
  height: 30px; }

.hnb-nav-booking {
  background-position: -78px -6px;
  width: 30px;
  height: 30px; }

.hnb-nav-flight-status {
  background-position: -115px -6px;
  width: 30px;
  height: 30px; }

.hnb-login-email {
  background-position: -148px -3px;
  width: 38px;
  height: 35px;
  position: absolute;
  right: 0px; }

.hnb-login-password {
  background-position: -186px -5px;
  width: 38px;
  height: 35px;
  position: absolute;
  right: 0px; }

.hnb-footer-facebook {
  background-position: 9px -149px;
  width: 50px;
  height: 40px; }

.hnb-footer-twitter {
  background-position: -46px -149px;
  width: 50px;
  height: 40px; }

.hnb-footer-youtube {
  background-position: -102px -149px;
  width: 50px;
  height: 40px; }

.hnb-flight-sunrise {
  background-position: 0px -206px;
  width: 40px;
  height: 23px; }

.hnb-flight-sun {
  background-position: -46px -206px;
  width: 40px;
  height: 23px; }

.hnb-flight-sunset {
  background-position: -90px -206px;
  width: 40px;
  height: 23px; }

.hnb-flight-moon {
  background-position: -134px -207px;
  width: 40px;
  height: 23px; }

.hnb-flight-detail-title {
  background-position: -11px -249px;
  width: 33px;
  height: 15px;
  display: inline-block; }

.hnb-flight-detail-tab {
  background-position: -50px -249px;
  width: 33px;
  height: 20px;
  display: inline-block; }

.hnb-depart-booking {
  background-position: 0px -43px;
  width: 45px;
  height: 45px; }

/*------------------------------------*\
  #COUNTRY PICKER
\*------------------------------------*/
.country-flag {
  width: 20px;
  height: 12px;
  float: right; }

.flg {
  background-image: url("https://fmffiles.s3.amazonaws.com/site-v7/homepage-flights/icons/flg-spritesheet.png");
  background-repeat: no-repeat;
  display: block; }

.flg-afg {
  width: 20px;
  height: 12px;
  background-position: -1px -1px; }

.flg-alg {
  width: 20px;
  height: 12px;
  background-position: -1px -15px; }

.flg-ame {
  width: 20px;
  height: 12px;
  background-position: -1px -29px; }

.flg-ang {
  width: 20px;
  height: 12px;
  background-position: -1px -43px; }

.flg-ant {
  width: 20px;
  height: 12px;
  background-position: -1px -57px; }

.flg-arg {
  width: 20px;
  height: 12px;
  background-position: -1px -71px; }

.flg-arm {
  width: 20px;
  height: 12px;
  background-position: -1px -85px; }

.flg-austl {
  width: 20px;
  height: 12px;
  background-position: -1px -99px; }

.flg-austr {
  width: 20px;
  height: 12px;
  background-position: -1px -113px; }

.flg-aze {
  width: 20px;
  height: 12px;
  background-position: -1px -127px; }

.flg-bahm {
  width: 20px;
  height: 12px;
  background-position: -1px -141px; }

.flg-bahr {
  width: 20px;
  height: 12px;
  background-position: -1px -155px; }

.flg-ban {
  width: 20px;
  height: 12px;
  background-position: -1px -169px; }

.flg-bar {
  width: 20px;
  height: 12px;
  background-position: -1px -183px; }

.flg-belg {
  width: 20px;
  height: 12px;
  background-position: -1px -197px; }

.flg-belu {
  width: 20px;
  height: 12px;
  background-position: -1px -211px; }

.flg-ben {
  width: 20px;
  height: 12px;
  background-position: -1px -225px; }

.flg-bhu {
  width: 20px;
  height: 12px;
  background-position: -1px -239px; }

.flg-bol {
  width: 20px;
  height: 12px;
  background-position: -1px -253px; }

.flg-bos {
  width: 20px;
  height: 12px;
  background-position: -1px -267px; }

.flg-bot {
  width: 20px;
  height: 12px;
  background-position: -1px -281px; }

.flg-bra {
  width: 20px;
  height: 12px;
  background-position: -1px -295px; }

.flg-bru {
  width: 20px;
  height: 12px;
  background-position: -1px -309px; }

.flg-bul {
  width: 20px;
  height: 12px;
  background-position: -1px -323px; }

.flg-burk {
  width: 20px;
  height: 12px;
  background-position: -1px -337px; }

.flg-buru {
  width: 20px;
  height: 12px;
  background-position: -1px -351px; }

.flg-camb {
  width: 20px;
  height: 12px;
  background-position: -1px -365px; }

.flg-camr {
  width: 20px;
  height: 12px;
  background-position: -1px -379px; }

.flg-can {
  width: 20px;
  height: 12px;
  background-position: -1px -393px; }

.flg-cap {
  width: 20px;
  height: 12px;
  background-position: -1px -407px; }

.flg-cen {
  width: 20px;
  height: 12px;
  background-position: -1px -421px; }

.flg-cha {
  width: 20px;
  height: 12px;
  background-position: -1px -435px; }

.flg-chil {
  width: 20px;
  height: 12px;
  background-position: -1px -449px; }

.flg-chin {
  width: 20px;
  height: 12px;
  background-position: -1px -463px; }

.flg-chr {
  width: 20px;
  height: 12px;
  background-position: -1px -477px; }

.flg-coc {
  width: 20px;
  height: 12px;
  background-position: -1px -491px; }

.flg-col {
  width: 20px;
  height: 12px;
  background-position: -1px -505px; }

.flg-com {
  width: 20px;
  height: 12px;
  background-position: -1px -519px; }

.flg-coo {
  width: 20px;
  height: 12px;
  background-position: -1px -533px; }

.flg-cos {
  width: 20px;
  height: 12px;
  background-position: -1px -547px; }

.flg-cro {
  width: 20px;
  height: 12px;
  background-position: -1px -561px; }

.flg-cyp {
  width: 20px;
  height: 12px;
  background-position: -1px -575px; }

.flg-cze {
  width: 20px;
  height: 12px;
  background-position: -1px -589px; }

.flg-dem {
  width: 20px;
  height: 12px;
  background-position: -1px -603px; }

.flg-den {
  width: 20px;
  height: 12px;
  background-position: -1px -617px; }

.flg-dji {
  width: 20px;
  height: 12px;
  background-position: -1px -631px; }

.flg-eas {
  width: 20px;
  height: 12px;
  background-position: -1px -645px; }

.flg-ecu {
  width: 20px;
  height: 12px;
  background-position: -1px -659px; }

.flg-egy {
  width: 20px;
  height: 12px;
  background-position: -1px -673px; }

.flg-equ {
  width: 20px;
  height: 12px;
  background-position: -1px -687px; }

.flg-eri {
  width: 20px;
  height: 12px;
  background-position: -1px -701px; }

.flg-est {
  width: 20px;
  height: 12px;
  background-position: -1px -715px; }

.flg-eth {
  width: 20px;
  height: 12px;
  background-position: -1px -729px; }

.flg-fal {
  width: 20px;
  height: 12px;
  background-position: -1px -743px; }

.flg-far {
  width: 20px;
  height: 12px;
  background-position: -1px -757px; }

.flg-fij {
  width: 20px;
  height: 12px;
  background-position: -1px -771px; }

.flg-fin {
  width: 20px;
  height: 12px;
  background-position: -1px -785px; }

.flg-fra {
  width: 20px;
  height: 12px;
  background-position: -1px -799px; }

.flg-freg {
  width: 20px;
  height: 12px;
  background-position: -1px -813px; }

.flg-frep {
  width: 20px;
  height: 12px;
  background-position: -1px -827px; }

.flg-gab {
  width: 20px;
  height: 12px;
  background-position: -1px -841px; }

.flg-geo {
  width: 20px;
  height: 12px;
  background-position: -1px -855px; }

.flg-ger {
  width: 20px;
  height: 12px;
  background-position: -1px -869px; }

.flg-gha {
  width: 20px;
  height: 12px;
  background-position: -1px -883px; }

.flg-gib {
  width: 20px;
  height: 12px;
  background-position: -1px -897px; }

.flg-grec {
  width: 20px;
  height: 12px;
  background-position: -1px -911px; }

.flg-gren {
  width: 20px;
  height: 12px;
  background-position: -1px -925px; }

.flg-gua {
  width: 20px;
  height: 12px;
  background-position: -1px -939px; }

.flg-gui {
  width: 20px;
  height: 12px;
  background-position: -1px -953px; }

.flg-guy {
  width: 20px;
  height: 12px;
  background-position: -1px -967px; }

.flg-hai {
  width: 20px;
  height: 12px;
  background-position: -1px -981px; }

.flg-hun {
  width: 20px;
  height: 12px;
  background-position: -1px -995px; }

.flg-ice {
  width: 20px;
  height: 12px;
  background-position: -1px -1009px; }

.flg-ind {
  width: 20px;
  height: 12px;
  background-position: -1px -1023px; }

.flg-indo {
  width: 20px;
  height: 12px;
  background-position: -1px -1037px; }

.flg-ira {
  width: 20px;
  height: 12px;
  background-position: -1px -1051px; }

.flg-ire {
  width: 20px;
  height: 12px;
  background-position: -1px -1065px; }

.flg-isr {
  width: 20px;
  height: 12px;
  background-position: -1px -1079px; }

.flg-ita {
  width: 20px;
  height: 12px;
  background-position: -1px -1093px; }

.flg-jam {
  width: 20px;
  height: 12px;
  background-position: -1px -1107px; }

.flg-jap {
  width: 20px;
  height: 12px;
  background-position: -1px -1121px; }

.flg-jor {
  width: 20px;
  height: 12px;
  background-position: -1px -1135px; }

.flg-kaz {
  width: 20px;
  height: 12px;
  background-position: -1px -1149px; }

.flg-ken {
  width: 20px;
  height: 12px;
  background-position: -1px -1163px; }

.flg-kir {
  width: 20px;
  height: 12px;
  background-position: -1px -1177px; }

.flg-kuw {
  width: 20px;
  height: 12px;
  background-position: -1px -1191px; }

.flg-kyr {
  width: 20px;
  height: 12px;
  background-position: -1px -1205px; }

.flg-lao {
  width: 20px;
  height: 12px;
  background-position: -1px -1219px; }

.flg-lat {
  width: 20px;
  height: 12px;
  background-position: -1px -1233px; }

.flg-leb {
  width: 20px;
  height: 12px;
  background-position: -1px -1247px; }

.flg-les {
  width: 20px;
  height: 12px;
  background-position: -1px -1261px; }

.flg-lib {
  width: 20px;
  height: 12px;
  background-position: -1px -1275px; }

.flg-lit {
  width: 20px;
  height: 12px;
  background-position: -1px -1289px; }

.flg-lux {
  width: 20px;
  height: 12px;
  background-position: -1px -1303px; }

.flg-maca {
  width: 20px;
  height: 12px;
  background-position: -1px -1317px; }

.flg-mace {
  width: 20px;
  height: 12px;
  background-position: -1px -1331px; }

.flg-mad {
  width: 20px;
  height: 12px;
  background-position: -1px -1345px; }

.flg-malaw {
  width: 20px;
  height: 12px;
  background-position: -1px -1359px; }

.flg-malay {
  width: 20px;
  height: 12px;
  background-position: -1px -1373px; }

.flg-mald {
  width: 20px;
  height: 12px;
  background-position: -1px -1387px; }

.flg-mali {
  width: 20px;
  height: 12px;
  background-position: -1px -1401px; }

.flg-malt {
  width: 20px;
  height: 12px;
  background-position: -1px -1415px; }

.flg-mar {
  width: 20px;
  height: 12px;
  background-position: -1px -1429px; }

.flg-maura {
  width: 20px;
  height: 12px;
  background-position: -1px -1443px; }

.flg-maurs {
  width: 20px;
  height: 12px;
  background-position: -1px -1457px; }

.flg-may {
  width: 20px;
  height: 12px;
  background-position: -1px -1471px; }

.flg-mex {
  width: 20px;
  height: 12px;
  background-position: -1px -1485px; }

.flg-mol {
  width: 20px;
  height: 12px;
  background-position: -1px -1499px; }

.flg-mong {
  width: 20px;
  height: 12px;
  background-position: -1px -1513px; }

.flg-montg {
  width: 20px;
  height: 12px;
  background-position: -1px -1527px; }

.flg-montr {
  width: 20px;
  height: 12px;
  background-position: -1px -1541px; }

.flg-mor {
  width: 20px;
  height: 12px;
  background-position: -1px -1555px; }

.flg-moz {
  width: 20px;
  height: 12px;
  background-position: -1px -1569px; }

.flg-mya {
  width: 20px;
  height: 12px;
  background-position: -1px -1583px; }

.flg-nam {
  width: 20px;
  height: 12px;
  background-position: -1px -1597px; }

.flg-nau {
  width: 20px;
  height: 12px;
  background-position: -1px -1611px; }

.flg-nep {
  width: 20px;
  height: 12px;
  background-position: -1px -1625px; }

.flg-neth {
  width: 20px;
  height: 12px;
  background-position: -1px -1639px; }

.flg-nethan {
  width: 20px;
  height: 12px;
  background-position: -1px -1653px; }

.flg-newcl {
  width: 20px;
  height: 12px;
  background-position: -1px -1667px; }

.flg-newz {
  width: 20px;
  height: 12px;
  background-position: -1px -1681px; }

.flg-nig {
  width: 20px;
  height: 12px;
  background-position: -1px -1695px; }

.flg-niu {
  width: 20px;
  height: 12px;
  background-position: -1px -1709px; }

.flg-norf {
  width: 20px;
  height: 12px;
  background-position: -1px -1723px; }

.flg-north {
  width: 20px;
  height: 12px;
  background-position: -1px -1737px; }

.flg-norw {
  width: 20px;
  height: 12px;
  background-position: -1px -1751px; }

.flg-oma {
  width: 20px;
  height: 12px;
  background-position: -1px -1765px; }

.flg-pak {
  width: 20px;
  height: 12px;
  background-position: -1px -1779px; }

.flg-pap {
  width: 20px;
  height: 12px;
  background-position: -1px -1793px; }

.flg-par {
  width: 20px;
  height: 12px;
  background-position: -1px -1807px; }

.flg-per {
  width: 20px;
  height: 12px;
  background-position: -1px -1821px; }

.flg-phi {
  width: 20px;
  height: 12px;
  background-position: -1px -1835px; }

.flg-pol {
  width: 20px;
  height: 12px;
  background-position: -1px -1849px; }

.flg-por {
  width: 20px;
  height: 12px;
  background-position: -1px -1863px; }

.flg-pue {
  width: 20px;
  height: 12px;
  background-position: -1px -1877px; }

.flg-qat {
  width: 20px;
  height: 12px;
  background-position: -1px -1891px; }

.flg-rep {
  width: 20px;
  height: 12px;
  background-position: -1px -1905px; }

.flg-reu {
  width: 20px;
  height: 12px;
  background-position: -1px -1919px; }

.flg-rom {
  width: 20px;
  height: 12px;
  background-position: -1px -1933px; }

.flg-rus {
  width: 20px;
  height: 12px;
  background-position: -1px -1947px; }

.flg-rwa {
  width: 20px;
  height: 12px;
  background-position: -1px -1961px; }

.flg-sa {
  width: 20px;
  height: 12px;
  background-position: -1px -1975px; }

.flg-saih {
  width: 20px;
  height: 12px;
  background-position: -1px -1989px; }

.flg-saip {
  width: 20px;
  height: 12px;
  background-position: -1px -2003px; }

.flg-sam {
  width: 20px;
  height: 12px;
  background-position: -1px -2017px; }

.flg-sao {
  width: 20px;
  height: 12px;
  background-position: -1px -2031px; }

.flg-sau {
  width: 20px;
  height: 12px;
  background-position: -1px -2045px; }

.flg-sen {
  width: 20px;
  height: 12px;
  background-position: -1px -2059px; }

.flg-ser {
  width: 20px;
  height: 12px;
  background-position: -1px -2073px; }

.flg-sey {
  width: 20px;
  height: 12px;
  background-position: -1px -2087px; }

.flg-sie {
  width: 20px;
  height: 12px;
  background-position: -1px -2101px; }

.flg-sin {
  width: 20px;
  height: 12px;
  background-position: -1px -2115px; }

.flg-sk {
  width: 20px;
  height: 12px;
  background-position: -1px -2129px; }

.flg-slok {
  width: 20px;
  height: 12px;
  background-position: -1px -2143px; }

.flg-slon {
  width: 20px;
  height: 12px;
  background-position: -1px -2157px; }

.flg-sol {
  width: 20px;
  height: 12px;
  background-position: -1px -2171px; }

.flg-spa {
  width: 20px;
  height: 12px;
  background-position: -1px -2185px; }

.flg-sri {
  width: 20px;
  height: 12px;
  background-position: -1px -2199px; }

.flg-sur {
  width: 20px;
  height: 12px;
  background-position: -1px -2213px; }

.flg-sva {
  width: 20px;
  height: 12px;
  background-position: -1px -2227px; }

.flg-swa {
  width: 20px;
  height: 12px;
  background-position: -1px -2241px; }

.flg-swe {
  width: 20px;
  height: 12px;
  background-position: -1px -2255px; }

.flg-swi {
  width: 20px;
  height: 12px;
  background-position: -1px -2269px; }

.flg-tai {
  width: 20px;
  height: 12px;
  background-position: -1px -2283px; }

.flg-taj {
  width: 20px;
  height: 12px;
  background-position: -1px -2297px; }

.flg-tan {
  width: 20px;
  height: 12px;
  background-position: -1px -2311px; }

.flg-tha {
  width: 20px;
  height: 12px;
  background-position: -1px -2325px; }

.flg-the {
  width: 20px;
  height: 12px;
  background-position: -1px -2339px; }

.flg-tog {
  width: 20px;
  height: 12px;
  background-position: -1px -2353px; }

.flg-ton {
  width: 20px;
  height: 12px;
  background-position: -1px -2367px; }

.flg-tri {
  width: 20px;
  height: 12px;
  background-position: -1px -2381px; }

.flg-tun {
  width: 20px;
  height: 12px;
  background-position: -1px -2395px; }

.flg-turkm {
  width: 20px;
  height: 12px;
  background-position: -1px -2409px; }

.flg-turky {
  width: 20px;
  height: 12px;
  background-position: -1px -2423px; }

.flg-tuv {
  width: 20px;
  height: 12px;
  background-position: -1px -2437px; }

.flg-uae {
  width: 20px;
  height: 12px;
  background-position: -1px -2451px; }

.flg-uga {
  width: 20px;
  height: 12px;
  background-position: -1px -2465px; }

.flg-uk {
  width: 20px;
  height: 12px;
  background-position: -1px -2479px; }

.flg-ukr {
  width: 20px;
  height: 12px;
  background-position: -1px -2493px; }

.flg-uru {
  width: 20px;
  height: 12px;
  background-position: -1px -2507px; }

.flg-us {
  width: 20px;
  height: 12px;
  background-position: -1px -2521px; }

.flg-uzb {
  width: 20px;
  height: 12px;
  background-position: -1px -2535px; }

.flg-van {
  width: 20px;
  height: 12px;
  background-position: -1px -2549px; }

.flg-ven {
  width: 20px;
  height: 12px;
  background-position: -1px -2563px; }

.flg-vie {
  width: 20px;
  height: 12px;
  background-position: -1px -2577px; }

.flg-wal {
  width: 20px;
  height: 12px;
  background-position: -1px -2591px; }

.flg-yem {
  width: 20px;
  height: 12px;
  background-position: -1px -2605px; }

.flg-zam {
  width: 20px;
  height: 12px;
  background-position: -1px -2619px; }

.flg-zim {
  width: 20px;
  height: 12px;
  background-position: -1px -2633px; }

.item-right {
  float: right;
  margin-left: 20px; }

.item-airport {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 12px;
  color: #b3afaf;
  width: 100%; }

.ui-autocomplete {
  max-height: 330px;
  margin-top: 20px; }

#result:before {
  content: " ";
  width: 20px;
  height: 20px;
  background-color: #333; }

.ui-widget {
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 1.1em; }

.ui-autocomplete {
  border: none;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  box-shadow: 0px 3px 15px 4px rgba(52, 73, 94, 0.16);
  overflow: auto;
  border-radius: 4px !important; }
  @media screen and (max-width: 768px) {
    .ui-autocomplete {
      width: 92% !important;
      left: 4% !important; } }
  .ui-autocomplete::-webkit-scrollbar {
    width: 8px;
    border-radius: 4px; }
  .ui-autocomplete::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
    background-color: transparent; }
  .ui-autocomplete::-webkit-scrollbar-thumb {
    background-color: #a7b0ba;
    border-radius: 4px; }

.ui-autocomplete:before {
  content: " ";
  width: 20px;
  height: 20px;
  background-color: #333; }

.ui-state-hover, .ui-autocomplete .ui-state-active, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-autocomplete .ui-state-focus, .ui-widget-header .ui-state-focus, .ui-autocomplete .ui-state-focus .item-airport, .ui-widget-header .ui-state-focus .item-airport {
  border-color: #c0e2e8;
  background: #e3ecf3;
  font-weight: normal;
  color: #164880;
  cursor: pointer; }
  .ui-state-hover .item-airport, .ui-autocomplete .ui-state-active .item-airport, .ui-widget-header .ui-state-hover .item-airport, .ui-state-focus .item-airport, .ui-autocomplete .ui-state-focus .item-airport, .ui-widget-header .ui-state-focus .item-airport, .ui-autocomplete .ui-state-focus .item-airport .item-airport, .ui-widget-header .ui-state-focus .item-airport .item-airport {
    color: #516984; }

.ui-menu .ui-menu-item a {
  padding: 2px .6em; }

.ui-menu .ui-menu-item .child-item {
  padding-left: 32px;
  background-image: url("../images/sub-airport-icon.png");
  background-repeat: no-repeat;
  background-position: 18px 7px; }

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
  border-radius: 0px; }

.ui-autocomplete-category {
  font-weight: bold;
  padding: .3em .8em;
  margin: .8em 0 .2em;
  margin-bottom: 0px;
  line-height: 1.5;
  border-bottom: 1px solid #eaeaea;
  text-transform: uppercase;
  font-size: 11px; }

.ui-autocomplete-visa-category {
  font-weight: bold;
  padding: .3em .1em;
  margin: .8em 0 .2em;
  margin-bottom: 0px;
  line-height: 1.5;
  border-bottom: 1px solid #eaeaea;
  text-transform: uppercase;
  font-size: 12px; }

.ui-menu .ui-menu-item {
  display: block;
  width: initial;
  clear: both; }

.ui-autocomplete a {
  color: #6f6f6f; }

.list-header {
  padding: 10px;
  margin-bottom: 4px;
  border-bottom: 1px solid #333; }

.fmf-countires {
  padding: 2px 12px;
  max-height: 350px;
  overflow: auto; }
  .fmf-countires .country-item {
    cursor: pointer; }

.input-bar {
  position: relative;
  display: block;
  width: 100%; }

.input-bar:before, .input-bar:after {
  content: '';
  height: 2px;
  width: 0;
  bottom: 1px;
  position: absolute;
  background: #87a1bf;
  transition: 0.2s ease all; }

.input-bar:before {
  left: 50%; }

.input-bar:after {
  right: 50%; }

.input-field input:focus ~ .input-bar:before, .input-field input:focus ~ .input-bar:after {
  width: 50%; }

.ui-autocomplete-category .country-name {
  color: #5f5f5f; }

.input-field label {
  font-weight: normal; }

.top-cities-title {
  font-size: 14px;
  font-weight: 600;
  color: #5f5f5f;
  padding: 8px 8px 0 !important; }

/*------------------------------------*\
  #DATE PICKER
\*------------------------------------*/
.widget-datepicker {
  width: 54em !important;
  left: 0 !important;
  right: 280px;
  margin: 0 auto;
  padding-bottom: 7px;
  font-family: "Open Sans", Arial, sans-serif; }
  .widget-datepicker .ui-datepicker-title {
    font-weight: 500;
    color: #34495e; }
  .widget-datepicker th {
    font-weight: 500;
    font-size: 12px;
    color: #859aaf; }
  .widget-datepicker td {
    padding: 0px; }
  .widget-datepicker .ui-datepicker-header {
    background: transparent;
    font-weight: normal;
    border: none; }
    .widget-datepicker .ui-datepicker-header .ui-icon {
      background-image: url("https://fmffiles.s3.amazonaws.com/site-v7/datepicker-next-pre.png"); }
  .widget-datepicker td span, .widget-datepicker td a {
    padding: 14px;
    text-align: center; }
    @media screen and (max-width: 320px) {
      .widget-datepicker td span, .widget-datepicker td a {
        padding: 6px; } }
  .widget-datepicker .ui-datepicker-prev {
    left: 12px; }
  .widget-datepicker .ui-datepicker-next {
    right: 12px; }
  .widget-datepicker .ui-datepicker-prev span {
    background-position: -6px -6px; }
  .widget-datepicker .ui-datepicker-next span {
    background-position: -33px -6px; }
  .widget-datepicker .ui-datepicker-prev-hover {
    top: 2px; }
  .widget-datepicker .ui-datepicker-next-hover {
    top: 2px; }
  .widget-datepicker .ui-state-default, .widget-datepicker .ui-widget-header .ui-state-default {
    border: none;
    background: transparent;
    font-weight: normal;
    color: #34495e;
    font-size: 16px; }
  .widget-datepicker .ui-widget-header .ui-state-hover {
    border: none;
    background: transparent;
    cursor: pointer; }
  .widget-datepicker .datepicker-wrapper .header-content {
    padding: 14px;
    color: #34495e;
    font-size: 14px;
    background: #ffffff;
    border-bottom: 1px solid #f1f1f1;
    margin-bottom: 5px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px; }
    .widget-datepicker .datepicker-wrapper .header-content .header-title {
      float: left;
      font-weight: 500; }
    .widget-datepicker .datepicker-wrapper .header-content .date-details {
      float: right; }
      .widget-datepicker .datepicker-wrapper .header-content .date-details .holiday-img img {
        margin-bottom: 2px;
        margin-right: 1px; }
    .widget-datepicker .datepicker-wrapper .header-content .header-subtitle {
      margin-right: 4px;
      font-weight: 500; }
    .widget-datepicker .datepicker-wrapper .header-content .holiday-types {
      font-size: 11px;
      font-weight: 500;
      color: #34495e; }
      .widget-datepicker .datepicker-wrapper .header-content .holiday-types strong {
        font-weight: bold; }
  .widget-datepicker .ui-datepicker-group {
    padding-top: 4px;
    padding-bottom: 5px; }
  .widget-datepicker .dp-highlight-one .ui-state-default {
    background: #bfedfa;
    color: #153c96; }
  .widget-datepicker .dp-highlight-end .ui-state-default {
    background: #3a0900 !important;
    color: #FFF; }
  .widget-datepicker .dp-highlight .ui-state-default {
    background: #f3f3f3;
    color: #727272; }
  .widget-datepicker .dp-highlight .ui-state-hover {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ee7a23+0,f95300+100 */
    background: #1A268B;
    /* Old browsers */
    background: -moz-linear-gradient(left, #1A268B 0%, #141d6a 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #1A268B 0%, #141d6a 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #1A268B 0%, #141d6a 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=' #1A268B', endColorstr='#141d6a', GradientType=1);
    /* IE6-9 */
    color: #FFF !important;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px; }
  .widget-datepicker .dp-highlight-clicked .ui-state-default {
    background-color: #f3f3f3;
    color: #727272; }
  .widget-datepicker .startDay .ui-state-default {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ee7a23+0,f95300+100 */
    background: #1A268B;
    /* Old browsers */
    background: -moz-linear-gradient(left, #1A268B 0%, #141d6a 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #1A268B 0%, #141d6a 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #1A268B 0%, #141d6a 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=' #1A268B', endColorstr='#141d6a', GradientType=1);
    /* IE6-9 */
    color: #FFF !important;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px; }
  .widget-datepicker .endDay .ui-state-default {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ee7a23+0,f95300+100 */
    background: #1A268B;
    /* Old browsers */
    background: -moz-linear-gradient(left, #1A268B 0%, #141d6a 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #1A268B 0%, #141d6a 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #1A268B 0%, #141d6a 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=' #1A268B', endColorstr='#141d6a', GradientType=1);
    /* IE6-9 */
    color: #FFF !important;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px; }
  .widget-datepicker .ui-state-active, .widget-datepicker .ui-widget-content .ui-state-active, .widget-datepicker .ui-widget-header .ui-state-active {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ee7a23+0,f95300+100 */
    background: #1A268B;
    /* Old browsers */
    background: -moz-linear-gradient(left, #1A268B 0%, #141d6a 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #1A268B 0%, #141d6a 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #1A268B 0%, #141d6a 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=' #1A268B', endColorstr='#141d6a', GradientType=1);
    /* IE6-9 */
    color: #FFF !important; }
  .widget-datepicker .ui-state-hover {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ee7a23+0,f95300+100 */
    background: #1A268B;
    /* Old browsers */
    background: -moz-linear-gradient(left, #1A268B 0%, #141d6a 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #1A268B 0%, #141d6a 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #1A268B 0%, #141d6a 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=' #1A268B', endColorstr='#141d6a', GradientType=1);
    /* IE6-9 */
    border-radius: 6px;
    color: #FFF !important; }
  @media screen and (max-width: 768px) {
    .widget-datepicker {
      width: 100% !important; }
      .widget-datepicker .datepicker-hide-in-mobile, .widget-datepicker .holiday-types {
        display: none; }
      .widget-datepicker .ui-datepicker-group-first {
        width: 100%; } }

.multicity-calendar .dp-highlight .ui-state-default {
  background: initial;
  color: #717171; }
.multicity-calendar .ui-state-hover {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ee7a23+0,f95300+100 */
  background: #1A268B;
  /* Old browsers */
  background: -moz-linear-gradient(left, #1A268B 0%, #141d6a 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #1A268B 0%, #141d6a 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #1A268B 0%, #141d6a 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=' #1A268B', endColorstr='#141d6a', GradientType=1);
  /* IE6-9 */
  color: #FFF; }

.ui-datepicker-multi .ui-datepicker-group table {
  margin: 0 auto 1em; }

@media screen and (min-width: 768px) {
  .ui-datepicker-group-first .ui-datepicker-next {
    display: none; } }
.holiday a {
  position: relative; }

.holiday a:after {
  content: " ";
  width: 6px;
  height: 6px;
  background-color: #f95502;
  position: absolute;
  top: 8px;
  right: 8px;
  border-radius: 10px; }

.holiday:hover a:after {
  background-color: #fff !important; }

.holiday .ui-state-active:after {
  background-color: #fff !important; }

.startDay a:after {
  background-color: #fff !important; }

.endDay a:after {
  background-color: #fff !important; }

.holiday .ui-state-default {
  color: #f99857; }

.hidex {
  display: none; }

.widget-datepicker {
  background: transparent;
  padding-top: 10px; }

.widget-datepicker {
  padding: 17px;
  padding-top: 0px;
  background: transparent;
  box-shadow: none;
  border: none;
  z-index: 3 !important; }
  .widget-datepicker .datepicker-wrapper {
    background: #FFF;
    box-shadow: 0px 3px 15px 4px rgba(52, 73, 94, 0.16);
    border-radius: 4px; }

#ui-multicity-datepicker-div {
  padding: 17px;
  background: transparent;
  box-shadow: none;
  border: none;
  z-index: 3 !important; }
  #ui-multicity-datepicker-div .datepicker-wrapper {
    background: #FFF;
    box-shadow: 0 0 16px 10px rgba(0, 0, 0, 0.19);
    border-radius: 0px; }

.departure-date-pop:before {
  content: "";
  width: 20px;
  height: 11px;
  background-image: url("https://fmffiles.s3.amazonaws.com/site-v7/widget-picker-arrow.png");
  background-repeat: no-repeat;
  left: 62%;
  display: block;
  position: absolute;
  top: 7px;
  display: none; }

.return-date-pop:before {
  content: "";
  width: 20px;
  height: 11px;
  background-image: url("https://fmffiles.s3.amazonaws.com/site-v7/widget-picker-arrow.png");
  background-repeat: no-repeat;
  left: 83%;
  display: block;
  position: absolute;
  top: 7px;
  display: none; }

/*------------------------------------*\
  #TRAVELLER DETAILS POP
\*------------------------------------*/
.traveller-details-popup {
  font-family: "Open Sans", Arial, sans-serif;
  position: absolute;
  width: 242px;
  right: 0;
  padding: 14px 14px 14px 14px;
  overflow: auto;
  background: #FFF;
  box-shadow: 0px 3px 15px 4px rgba(52, 73, 94, 0.16);
  border-radius: 4px;
  z-index: 1; }
  @media screen and (max-width: 480px) {
    .traveller-details-popup {
      width: 100% !important; } }
  .traveller-details-popup .traveller-count-wrapper {
    border-top: 1px solid #efecec;
    margin-top: 6px;
    padding-top: 14px;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    /*
      Introduced in IE 10.
      See http://ie.microsoft.com/testdrive/HTML5/msUserSelect/
    */
    -ms-user-select: none;
    user-select: none; }
    .traveller-details-popup .traveller-count-wrapper .tr-row {
      padding: 6px 0; }
      .traveller-details-popup .traveller-count-wrapper .tr-row .tr-label {
        font-size: 14px;
        font-weight: 500;
        color: #34495e;
        line-height: 32px; }
        .traveller-details-popup .traveller-count-wrapper .tr-row .tr-label span {
          font-size: 11px;
          color: #75889c; }
    .traveller-details-popup .traveller-count-wrapper:first-child {
      border-top: none;
      margin-top: 0px;
      padding-top: 0px; }
  .traveller-details-popup .class-type-wrapper {
    margin-top: 8px;
    padding-top: 8px;
    border-TOP: 1px solid #efecec; }
    .traveller-details-popup .class-type-wrapper .class-type {
      display: block;
      text-align: left;
      padding: 8px;
      padding-left: 27px;
      margin: 4px 0;
      border-radius: 4px;
      color: #75889c;
      font-size: 14px;
      font-weight: 500;
      text-decoration: none;
      position: relative; }
      .traveller-details-popup .class-type-wrapper .class-type:before {
        content: " ";
        width: 18px;
        height: 18px;
        position: absolute;
        top: 9px;
        left: 0px;
        background-color: #fff;
        border: 2px solid #b5c2ce;
        border-radius: 20px; }
      .traveller-details-popup .class-type-wrapper .class-type:after {
        content: " ";
        width: 12px;
        height: 12px;
        position: absolute;
        top: 12px;
        left: 3px;
        background-color: #ffffff;
        border-radius: 20px; }
    .traveller-details-popup .class-type-wrapper .selected {
      color: #34495e; }
      .traveller-details-popup .class-type-wrapper .selected:before {
        border: 4px solid #1A268B; }
      .traveller-details-popup .class-type-wrapper .selected:after {
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ee7a23+0,f95300+100 */
        background: #1A268B;
        /* Old browsers */
        background: -moz-linear-gradient(left, #1A268B 0%, #141d6a 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(left, #1A268B 0%, #141d6a 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, #1A268B 0%, #141d6a 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=' #1A268B', endColorstr='#141d6a', GradientType=1);
        /* IE6-9 */
        border: 2px solid #ffffff; }
  .traveller-details-popup .done-wrapper .btn-done {
    float: right;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ee7a23+0,f95300+100 */
    background: #1A268B;
    /* Old browsers */
    background: -moz-linear-gradient(left, #1A268B 0%, #141d6a 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #1A268B 0%, #141d6a 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #1A268B 0%, #141d6a 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=' #1A268B', endColorstr='#141d6a', GradientType=1);
    /* IE6-9 */
    color: #fff;
    padding: 4px 12px;
    border-radius: 4px;
    margin-top: 5px;
    display: block;
    font-size: 13px;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    /* Safari */
    transition: all 0.3s; }
    .traveller-details-popup .done-wrapper .btn-done:hover {
      box-shadow: 0px 0px 8px #141d6a; }
  .traveller-details-popup .rounded-spinner {
    width: 96px; }
    .traveller-details-popup .rounded-spinner button {
      background: transparent;
      border-radius: 20px !important;
      width: 26px;
      height: 26px;
      border: 2px solid #b7b7b7;
      margin: 0 2px !important;
      padding: 0px;
      background-position: -4px;
      outline: none; }
    .traveller-details-popup .rounded-spinner button:focus {
      outline: none; }
    .traveller-details-popup .rounded-spinner .form-control {
      background: transparent;
      font-size: 21px;
      font-weight: 500;
      color: #777777;
      border: none;
      box-shadow: none;
      padding: 0px; }
    .traveller-details-popup .rounded-spinner .btn-minus {
      background-image: url("https://fmffiles.s3.amazonaws.com/site-v7/homepage-flights/icons/icon-spinner-minus.png");
      background-repeat: no-repeat; }
    .traveller-details-popup .rounded-spinner .btn-plus {
      background-image: url("https://fmffiles.s3.amazonaws.com/site-v7/homepage-flights/icons/icon-spinner-plus.png");
      background-repeat: no-repeat; }
  .traveller-details-popup .number-spinner {
    width: 86px;
    float: right; }
    .traveller-details-popup .number-spinner .number {
      font-size: 20px;
      display: inline-block;
      width: 26px;
      text-align: center;
      font-weight: 500;
      color: #808080; }
    .traveller-details-popup .number-spinner .btn-default {
      border-radius: 20px;
      width: 26px;
      height: 26px;
      border: 2px solid #b7b7b7;
      margin: 0 2px;
      margin-top: -6px;
      padding: 0px;
      background-position: -3px -3px;
      outline: none; }
    .traveller-details-popup .number-spinner .btn-default:focus {
      background-color: transparent; }
  .traveller-details-popup .warning-wrapper {
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    /*
      Introduced in IE 10.
      See http://ie.microsoft.com/testdrive/HTML5/msUserSelect/
    */
    -ms-user-select: none;
    user-select: none; }
    .traveller-details-popup .warning-wrapper .warn-message {
      font-size: 12px;
      text-align: center;
      color: #1A268B;
      background-color: #ffe2e2;
      padding: 4px;
      border: 1px solid #ffc6c6;
      border-radius: 0px; }

.widget-container {
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: 60px;
  position: relative;
  z-index: 2; }
  @media screen and (max-width: 992px) {
    .widget-container {
      margin-top: 0px; } }
  .widget-container .widget-title {
    padding: 0px 0px 20px;
    color: #1A268B !important;
    font-size: 24px;
    font-weight: 500; }
  .widget-container .widget {
    background-color: #fff;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
    border-radius: 12px;
    border: 1px solid #ffffff;
    padding: 30px;
    font-weight: 500; }
    .widget-container .widget .trip-type {
      margin-bottom: 20px; }
    .widget-container .widget .trip-type > a {
      text-decoration: none;
      color: #34495e;
      font-size: 12px;
      font-weight: 500;
      padding: 6px 16px;
      border-radius: 30px;
      display: inline-block;
      border: 1px solid #cfd8e0;
      -webkit-transition: all 0.3s;
      /* Safari */
      transition: all 0.3s; }
      .widget-container .widget .trip-type > a:hover {
        border-color: #a6b4c2; }
    .widget-container .widget .trip-type > a.selected {
      background-color: #34495e;
      border-color: transparent !important;
      color: #ffffff !important;
      -webkit-transition: all 0.3s;
      /* Safari */
      transition: all 0.3s; }
      .widget-container .widget .trip-type > a.selected:hover {
        border-color: transparent !important; }
    .widget-container .widget .col-md-12 {
      padding: 0px; }
    .widget-container .widget .col-md-6 {
      padding: 0px; }
    .widget-container .widget .origin-dest .input-container {
      width: 46%;
      float: left; }
      @media screen and (max-width: 480px) {
        .widget-container .widget .origin-dest .input-container {
          width: 100%;
          float: left;
          margin-bottom: 20px; } }
    @media screen and (max-width: 992px) {
      .widget-container .widget .origin-dest .destination-container {
        float: right; } }
    .widget-container .widget .dep-ret {
      margin-top: 20px; }
      .widget-container .widget .dep-ret .input-container {
        width: 33.3333%;
        float: left;
        padding: 0 4px 0 0px; }
        @media screen and (max-width: 480px) {
          .widget-container .widget .dep-ret .input-container {
            width: 100%;
            padding: 0;
            margin-bottom: 19px; } }
      .widget-container .widget .dep-ret .input-container:nth-child(3) {
        padding-right: 0px; }
        @media screen and (max-width: 992px) {
          .widget-container .widget .dep-ret .input-container:nth-child(3) {
            padding-right: 1px; } }
      @media screen and (max-width: 992px) {
        .widget-container .widget .dep-ret {
          margin-top: 20px; } }
      @media screen and (max-width: 480px) {
        .widget-container .widget .dep-ret {
          margin-top: 0px; } }
    .widget-container .widget .input-label {
      margin-bottom: 6px; }
    .widget-container .widget .input {
      position: relative; }
      .widget-container .widget .input .widget-input {
        border: 1px solid #a6b4c2;
        border-radius: 4px;
        padding: 8px 5px 8px 52px;
        width: 100%;
        line-height: 24px;
        cursor: pointer;
        -webkit-transition: all 0.3s;
        /* Safari */
        transition: all 0.3s; }
        .widget-container .widget .input .widget-input:focus {
          outline: none;
          border-color: #606de1;
          box-shadow: 0px 0px 6px rgba(242, 108, 22, 0.39); }
        .widget-container .widget .input .widget-input::-webkit-input-placeholder {
          /* Chrome/Opera/Safari */
          color: #99a8b5;
          font-weight: 400; }
        .widget-container .widget .input .widget-input::-moz-placeholder {
          /* Firefox 19+ */
          color: #99a8b5;
          font-weight: 400; }
        .widget-container .widget .input .widget-input:-ms-input-placeholder {
          /* IE 10+ */
          color: #99a8b5;
          font-weight: 400; }
        .widget-container .widget .input .widget-input:-moz-placeholder {
          /* Firefox 18- */
          color: #99a8b5;
          font-weight: 400; }
      .widget-container .widget .input .hnb-sprite.dest {
        -ms-transform: rotate(50deg);
        /* IE 9 */
        -webkit-transform: rotate(50deg);
        /* Safari 3-8 */
        transform: rotate(50deg); }
    .widget-container .widget .change-direction-container {
      width: 7%;
      float: left;
      min-height: 20px;
      padding-top: 29px;
      margin: 0 1px; }
      @media screen and (max-width: 992px) {
        .widget-container .widget .change-direction-container {
          margin: 0 1px; } }
      @media screen and (max-width: 480px) {
        .widget-container .widget .change-direction-container {
          display: none; } }
      .widget-container .widget .change-direction-container .btn-change-direction {
        background-image: url("../../dist/img/sprite.png");
        background-position: -9px -153px;
        display: block;
        width: 22px;
        height: 33px;
        margin: 0 auto; }
    .widget-container .widget .option-row {
      margin-top: 20px; }
      @media screen and (max-width: 992px) {
        .widget-container .widget .option-row {
          margin-top: 38px; } }
      @media screen and (max-width: 480px) {
        .widget-container .widget .option-row {
          margin-top: 26px; } }
      .widget-container .widget .option-row .direct-fl-container {
        padding-top: 5px; }
      .widget-container .widget .option-row .btn-search {
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ee7a23+0,f95300+100 */
        background: #1A268B;
        /* Old browsers */
        background: -moz-linear-gradient(left, #1A268B 0%, #141d6a 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(left, #1A268B 0%, #141d6a 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, #1A268B 0%, #141d6a 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=' #1A268B', endColorstr='#141d6a', GradientType=1);
        /* IE6-9 */
        color: #ffffff;
        font-weight: 500;
        padding: 8px 30px;
        margin-right: 1px;
        border: none;
        border-radius: 4px;
        float: right;
        outline: none;
        -webkit-transition: all 0.3s;
        /* Safari */
        transition: all 0.3s; }
        .widget-container .widget .option-row .btn-search:hover {
          box-shadow: 0px 0px 8px #141d6a; }

/* navigation */
/* main menu */
/* media query breaks */
/* content common */
/* validation */
.apply-cc-wrap {
  background: #4350b5;
  background: -moz-linear-gradient(top, #4350b5 0%, #4350b5 31%, #1a258b 52%, #1a258b 75%, #040d47 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #4350b5), color-stop(31%, #4350b5), color-stop(52%, #1a258b), color-stop(75%, #1a258b), color-stop(100%, #040d47));
  background: -webkit-linear-gradient(top, #4350b5 0%, #4350b5 31%, #1a258b 52%, #1a258b 75%, #040d47 100%);
  background: -o-linear-gradient(top, #4350b5 0%, #4350b5 31%, #1a258b 52%, #1a258b 75%, #040d47 100%);
  background: -ms-linear-gradient(top, #4350b5 0%, #4350b5 31%, #1a258b 52%, #1a258b 75%, #040d47 100%);
  background: linear-gradient(to bottom, #4350b5 0%, #4350b5 31%, #1a258b 52%, #1a258b 75%, #040d47 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4350b5', endColorstr='#040d47', GradientType=0 );
  border-radius: 6px;
  margin: 65px 0 30px; }
  .apply-cc-wrap .card-img-top {
    max-width: 140px;
    transform: rotate(-4deg);
    display: inline-block;
    margin-top: -25px;
    margin-left: 10px; }
  .apply-cc-wrap span {
    color: #fff;
    font-weight: 500;
    display: inline-block;
    padding: 0 10px; }
  .apply-cc-wrap .btn-apply {
    background: linear-gradient(to right, #F7A22B 0%, #f7802b 100%);
    padding: 3px 15px 5px;
    font-size: 13px;
    margin: 5px 0 0 5px;
    color: #fff;
    font-weight: 400; }

.offer-stip {
  background: #151515;
  margin-bottom: 50px;
  border-radius: 6px; }
  .offer-stip .offer-image {
    background: #ddd;
    width: 100px;
    height: 75px;
    margin: 14px 0 15px 15px;
    border-radius: 3px;
    padding-top: 8px; }
    .offer-stip .offer-image .card-img-top {
      max-width: 90px;
      margin: auto; }
  .offer-stip .offer-details {
    color: #d4d4d4;
    margin-top: 15px;
    font-size: 12px; }
    .offer-stip .offer-details .title {
      font-size: 14px;
      font-weight: 500;
      color: #fff; }
  .offer-stip .other-img {
    margin-top: 14px;
    border-radius: 3px; }
  .offer-stip .arrow {
    cursor: pointer;
    background: #3c3c3c;
    width: auto;
    display: inline;
    padding: 0px 6px 2px 4px;
    border-radius: 2px; }
    .offer-stip .arrow .fas {
      margin-right: -3px;
      font-size: 11px; }

@media screen and (max-width: 992px) {
  .apply-cc-wrap {
    margin: 30px 0 30px; }
    .apply-cc-wrap span {
      width: 75%; }
    .apply-cc-wrap .btn-apply {
      margin: -18px 0 15px 162px; } }
@media screen and (max-width: 768px) {
  .apply-cc-wrap {
    margin: 30px 0 30px; }
    .apply-cc-wrap span {
      width: 60%;
      font-size: 12px;
      margin-top: 10px; }
    .apply-cc-wrap .card-img-top {
      margin-top: -30px; }

  .offer-stip .other-img {
    margin: 10px auto 20px;
    max-width: 100px; }
  .offer-stip .offer-details {
    margin-top: 7px; }
  .offer-stip .offer-image {
    margin: 15px auto; } }
.offer-slider {
  margin-top: 60px; }
  @media screen and (max-width: 992px) {
    .offer-slider {
      margin-top: 0px;
      margin-bottom: 40px; } }
  .offer-slider #carousel {
    margin: 0;
    padding: 10px 20px; }
    .offer-slider #carousel .carousel-inner {
      margin-top: 10px;
      border-radius: 5px; }
      .offer-slider #carousel .carousel-inner .item img {
        border-radius: 5px;
        margin: 0 auto;
        height: 305px; }
  .offer-slider #thumbcarousel {
    margin: 12px 0 0;
    padding: 0 45px; }
    .offer-slider #thumbcarousel .item {
      text-align: center; }
      .offer-slider #thumbcarousel .item .thumb {
        border-radius: 5px;
        border: 2px solid #cecece;
        width: 20%;
        margin: 0 2%;
        display: inline-block;
        vertical-align: middle;
        cursor: pointer;
        max-width: 80px; }
      .offer-slider #thumbcarousel .item .thumb:hover {
        border-color: #141d6a; }
      .offer-slider #thumbcarousel .item img {
        border-radius: 5px;
        width: 100%;
        height: auto; }
  .offer-slider .carousel-control {
    color: #333333;
    text-align: center;
    text-shadow: none;
    font-size: 30px;
    width: 30px;
    height: 30px;
    line-height: 20px;
    top: 23%; }
  .offer-slider .carousel-control:hover, .offer-slider .carousel-control:focus, .offer-slider .carousel-control:active {
    color: #f85300; }
  .offer-slider .carousel-caption, .offer-slider .carousel-control .fa {
    font: normal normal normal 30px/26px FontAwesome; }
  .offer-slider .carousel-control {
    background-color: rgba(0, 0, 0, 0);
    bottom: auto;
    font-size: 20px;
    position: absolute;
    top: 30%;
    width: auto; }
  .offer-slider .carousel-control.right, .offer-slider .carousel-control.left {
    background-color: rgba(0, 0, 0, 0);
    background-image: none; }

@media screen and (max-width: 992px) {
  .offer-slider {
    margin-top: 0px;
    margin-bottom: 40px; }
    .offer-slider #carousel {
      padding: 10px 10px; }
      .offer-slider #carousel .carousel-inner .item img {
        width: 100%; } }

/*# sourceMappingURL=flight.css.map */
