@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; }

/* navigation */
/* main menu */
/* media query breaks */
/* content common */
/* validation */
.fw-500 {
  font-weight: 500; }

.mr-0 {
  margin-right: 0px !important; }

.mr-5 {
  margin-right: 5px !important; }

.mr-10 {
  margin-right: 10px !important; }

.ml-5 {
  margin-left: 5px !important; }

.font-size-20 {
  font-size: 20px; }

.font-size-16 {
  font-size: 16px; }

.font-size-15 {
  font-size: 15px; }

.font-size-10 {
  font-size: 10px; }

.primary-orange {
  color: #F7A22B; }

.primary-blue {
  color: #1A268B; }

.mtb-20 {
  margin: 20px 0px 0px; }

.mtb-10 {
  margin: 10px 0px; }

.mt-40 {
  margin-top: 40px; }

.mt-10 {
  margin-top: 10px !important; }

.pad-lr-0 {
  padding-left: 0px;
  padding-right: 0px; }

.error-span {
  font-size: 11px;
  color: #ff3535;
  display: inline-block; }

#auth-Modal .modal-dialog {
  margin-top: 8%; }
  #auth-Modal .modal-dialog .modal-content {
    border-radius: 0px;
    background-color: #0B1B40;
    padding: 20px 0px 20px;
    border: 1px solid #0B1B40; }
    #auth-Modal .modal-dialog .modal-content .modal-header {
      border-bottom: none;
      padding: 0px 15px 20px; }
      #auth-Modal .modal-dialog .modal-content .modal-header .close {
        font-size: 30px;
        font-weight: 500;
        color: #fff;
        opacity: 1; }
    #auth-Modal .modal-dialog .modal-content .modal-body {
      background-color: #fff;
      margin-right: 80px;
      margin-left: 80px;
      box-shadow: 0px 0px 20px rgba(18, 18, 18, 0.5); }
      #auth-Modal .modal-dialog .modal-content .modal-body .title {
        font-size: 24px;
        font-weight: 500;
        margin: 10px 0px; }
      #auth-Modal .modal-dialog .modal-content .modal-body .form-input-container {
        position: relative; }
        #auth-Modal .modal-dialog .modal-content .modal-body .form-input-container .form-input {
          border-top: none;
          border-right: none;
          border-left: none;
          border-bottom: 1px solid #a6b4c2;
          border-radius: 0px;
          padding: 5px 8px; }
          #auth-Modal .modal-dialog .modal-content .modal-body .form-input-container .form-input:focus {
            outline: none;
            border-color: #a6b4c2;
            box-shadow: none; }
        #auth-Modal .modal-dialog .modal-content .modal-body .form-input-container input:invalid {
          box-shadow: none; }
      #auth-Modal .modal-dialog .modal-content .modal-body .note {
        text-align: justify;
        margin: 20px 0px 15px; }
      #auth-Modal .modal-dialog .modal-content .modal-body .bottom-content {
        text-align: right;
        margin-top: 30px;
        margin-bottom: 10px; }
        #auth-Modal .modal-dialog .modal-content .modal-body .bottom-content .auth-btn {
          background-color: transparent;
          color: #0B1B40;
          border: 1px solid #0B1B40;
          padding: 7px 21px;
          text-transform: uppercase;
          font-weight: 600;
          font-size: 12px;
          border-radius: 18px; }
          #auth-Modal .modal-dialog .modal-content .modal-body .bottom-content .auth-btn:hover {
            /* 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 */
            color: #FFF; }
    #auth-Modal .modal-dialog .modal-content .modal-footer {
      padding: 15px 80px;
      text-align: right;
      border-top: none; }
      #auth-Modal .modal-dialog .modal-content .modal-footer a {
        color: #bbb !important;
        font-weight: 500;
        cursor: pointer; }
    #auth-Modal .modal-dialog .modal-content .login-content .register-link {
      float: left; }
    #auth-Modal .modal-dialog .modal-content .forgotPw-content .register-link {
      float: left; }
    #auth-Modal .modal-dialog .modal-content .register-content .login-link {
      float: left; }

@media screen and (max-width: 480px) {
  #auth-Modal .modal-dialog .modal-content .modal-body {
    margin-right: 30px;
    margin-left: 30px; }
    #auth-Modal .modal-dialog .modal-content .modal-body .title {
      font-size: 18px; }
    #auth-Modal .modal-dialog .modal-content .modal-body .bottom-content .login-btn {
      font-size: 10px; }
    #auth-Modal .modal-dialog .modal-content .modal-body .note {
      font-size: 12px; }
  #auth-Modal .modal-dialog .modal-content .modal-footer {
    padding: 15px 30px;
    font-size: 11px; } }

/*# sourceMappingURL=auth-popup.css.map */
