.section-wrap-images {
  background-image: url(/sites/49/images/v3/bg-landing-email.jpg);
  background-size: cover;
  content: '';
  width: 100%;
  display: inline-block; }
  @media only screen and (max-width: 767px) {
    .section-wrap-images {
      display: inline-block;
      width: 100%;
      margin-bottom: 20px;
      background: white !important; } }
  @media only screen and (min-width: 768px) {
    .section-wrap-images {
      padding: 4em 0 3em;
      margin-bottom: 30px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-wrap-images {
      padding: 2em 0; } }
  @media only screen and (min-width: 1200px) {
    .section-wrap-images {
      padding: 5em 0 3em; } }

.serchbox-hightlight .searchbox-tabs {
  border: 0;
  display: inline-block;
  width: 100%;
  float: left; }
  @media only screen and (min-width: 768px) {
    .serchbox-hightlight .searchbox-tabs {
      margin-bottom: 10px; } }
  @media only screen and (max-width: 767px) {
    .serchbox-hightlight .searchbox-tabs {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; } }
  .serchbox-hightlight .searchbox-tabs:before, .serchbox-hightlight .searchbox-tabs:after {
    display: none; }
  .serchbox-hightlight .searchbox-tabs li {
    float: left;
    position: relative;
    margin-left: -20px;
    background: white; }
    @media only screen and (max-width: 767px) {
      .serchbox-hightlight .searchbox-tabs li {
        background: #ccc; } }
    .serchbox-hightlight .searchbox-tabs li:after {
      content: '';
      display: inline-block;
      width: 0;
      height: 0;
      border-top: 20px solid transparent;
      border-bottom: 20px solid transparent;
      border-left: 20px solid white;
      position: absolute;
      top: 0;
      right: -20px; }
      @media only screen and (max-width: 767px) {
        .serchbox-hightlight .searchbox-tabs li:after {
          border-top: 15px solid transparent;
          border-bottom: 15px solid transparent;
          border-left: 15px solid #ccc;
          right: -15px; } }
    .serchbox-hightlight .searchbox-tabs li a {
      width: 100%;
      display: inline-block;
      height: 40px;
      line-height: 40px;
      font-size: 15px;
      font-weight: bold;
      color: #828282;
      border: 0;
      border-radius: 0;
      padding: 0 10px; }
      @media only screen and (max-width: 767px) {
        .serchbox-hightlight .searchbox-tabs li a {
          padding: 0 10px;
          height: 30px;
          line-height: 30px;
          color: white; } }
      .serchbox-hightlight .searchbox-tabs li a:hover, .serchbox-hightlight .searchbox-tabs li a:focus {
        background: transparent;
        color: #828282;
        border: 0; }
      .serchbox-hightlight .searchbox-tabs li a i {
        width: 25px;
        height: 25px;
        line-height: 23px;
        border: 1px solid #828282;
        background: transparent;
        display: inline-block;
        border-radius: 20px;
        text-align: center; }
        @media only screen and (max-width: 767px) {
          .serchbox-hightlight .searchbox-tabs li a i {
            width: 20px;
            height: 20px;
            line-height: 18px;
            border-color: white; } }
    .serchbox-hightlight .searchbox-tabs li.active a {
      color: white;
      background: #1275ce;
      border: 0; }
      .serchbox-hightlight .searchbox-tabs li.active a:hover, .serchbox-hightlight .searchbox-tabs li.active a:focus {
        background: #1275ce;
        color: white;
        border: 0; }
      .serchbox-hightlight .searchbox-tabs li.active a i {
        border-color: white; }
    .serchbox-hightlight .searchbox-tabs li.active:after {
      border-left: 20px solid #1275ce; }
      @media only screen and (max-width: 767px) {
        .serchbox-hightlight .searchbox-tabs li.active:after {
          border-left: 15px solid #1275ce; } }
    .serchbox-hightlight .searchbox-tabs li:nth-child(1) {
      z-index: 3;
      margin-left: 0px;
      cursor: pointer;
      border-radius: 4px 0 0 4px; }
      .serchbox-hightlight .searchbox-tabs li:nth-child(1):before {
        content: '';
        display: inline-block;
        width: 0;
        height: 0;
        border-top: 20px solid transparent;
        border-bottom: 20px solid transparent;
        border-left: 20px solid #c3c3c3;
        position: absolute;
        top: 0;
        right: -20px; }
        @media only screen and (max-width: 767px) {
          .serchbox-hightlight .searchbox-tabs li:nth-child(1):before {
            border-top: 15px solid transparent;
            border-bottom: 15px solid transparent;
            border-left: 15px solid #c3c3c3;
            right: -15px; } }
      .serchbox-hightlight .searchbox-tabs li:nth-child(1) a {
        border-radius: 4px 0 0 4px; }
    .serchbox-hightlight .searchbox-tabs li:nth-child(2) {
      padding-left: 40px;
      z-index: 2; }
      .serchbox-hightlight .searchbox-tabs li:nth-child(2).active {
        background: #1275ce; }

.serchbox-hightlight .searchbox-content {
  border: 0;
  display: inline-block;
  width: 100%;
  float: left; }
  .serchbox-hightlight .searchbox-content .tab-content,
  .serchbox-hightlight .searchbox-content .tab-pane {
    width: 100%; }

.search-form {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  padding: 15px 0; }
  @media only screen and (min-width: 768px) {
    .search-form {
      -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
      box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
      background: rgba(0, 0, 0, 0.6);
      border-radius: 6px;
      padding: 12px;
      position: relative;
      width: 100%; } }
  @media only screen and (max-width: 767px) {
    .search-form {
      display: inline-block;
      padding: 10px 0; } }
  .search-form .search-tabs {
    border: 0;
    margin-bottom: 5px;
    display: inline-block;
    width: 100%; }
    .search-form .search-tabs > li {
      border: 0; }
      .search-form .search-tabs > li a {
        display: inline-block;
        position: relative;
        color: white;
        background: black;
        font-size: 14px;
        font-weight: bold;
        line-height: 12px;
        margin: 0 0 10px;
        padding: 12px 16px;
        border-radius: 4px;
        border: 0;
        -webkit-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
        -o-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
        transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
        opacity: 0.3; }
        @media only screen and (max-width: 767px) {
          .search-form .search-tabs > li a {
            padding: 6px 12px;
            margin-bottom: 5px;
            border-radius: 3px; } }
        .search-form .search-tabs > li a:hover, .search-form .search-tabs > li a:focus {
          opacity: 1;
          color: white; }
      .search-form .search-tabs > li.active a {
        opacity: 1;
        background: black; }
        .search-form .search-tabs > li.active a:hover, .search-form .search-tabs > li.active a:focus {
          border: 0;
          background: black;
          color: white; }
      .search-form .search-tabs > li:not(:last-child) {
        margin-right: 2px; }
    .search-form .search-tabs:before, .search-form .search-tabs:after {
      display: none; }
  .search-form .search-group {
    display: block;
    margin: 0 -5px; }
    .search-form .search-group > div[class*="col-"] {
      padding: 0 5px; }
      .search-form .search-group > div[class*="col-"] .row {
        margin: 0 -5px; }
        .search-form .search-group > div[class*="col-"] .row > div[class*="col-"] {
          padding: 0 5px; }
    .search-form .search-group .input-group {
      width: 100%;
      cursor: pointer;
      margin-bottom: 10px;
      position: relative; }
      @media only screen and (min-width: 1200px) {
        .search-form .search-group .input-group {
          display: inline-block;
          float: left; } }
      .search-form .search-group .input-group .input-group-addon {
        position: relative;
        background: transparent;
        display: inline-block;
        width: 100%;
        border: none;
        z-index: 3;
        margin-bottom: 5px;
        padding: 0;
        text-align: left; }
        .search-form .search-group .input-group .input-group-addon label {
          margin: 0;
          font-weight: normal;
          position: relative;
          width: 100%; }
          .search-form .search-group .input-group .input-group-addon label.searchlabel {
            padding: 0; }
            .search-form .search-group .input-group .input-group-addon label.searchlabel span {
              display: inline-block;
              color: white;
              font-weight: bold;
              font-size: 14px; }
              @media only screen and (max-width: 767px) {
                .search-form .search-group .input-group .input-group-addon label.searchlabel span {
                  color: black; } }
            .search-form .search-group .input-group .input-group-addon label.searchlabel:before {
              background-image: url("/sites/49/images/v3/sprite-all.png");
              background-repeat: no-repeat;
              position: relative;
              display: inline-block;
              content: '';
              padding: 0;
              outline: none;
              -webkit-box-shadow: none;
              box-shadow: none;
              border: 0;
              width: 23px;
              height: 24px;
              display: inline-block;
              position: absolute;
              top: 28px;
              left: 10px;
              opacity: 1; }
          .search-form .search-group .input-group .input-group-addon label.airport-from:before, .search-form .search-group .input-group .input-group-addon label.airport-to:before, .search-form .search-group .input-group .input-group-addon label.airport-destination:before {
            background-position: -46px -107px; }
          .search-form .search-group .input-group .input-group-addon label.date:before {
            background-position: -23px -107px; }
          .search-form .search-group .input-group .input-group-addon label.passengers:before {
            background-position: -92px -107px; }
          .search-form .search-group .input-group .input-group-addon label.room:before {
            background-position: -120px -107px; }
          .search-form .search-group .input-group .input-group-addon label.time:before {
            background-position: -152px -107px; }
          .search-form .search-group .input-group .input-group-addon label.line:before {
            background-position: -182px -107px; }
          .search-form .search-group .input-group .input-group-addon label.ship:before {
            background-position: -210px -107px; }
          .search-form .search-group .input-group .input-group-addon label.pin:before {
            background-position: -235px -107px; }
      .search-form .search-group .input-group .form-control {
        float: none;
        display: inline-block;
        width: 100%;
        height: 45px;
        line-height: 45px;
        border: 1px solid #ccc;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-radius: 4px;
        padding: 0 15px 0 40px;
        color: #555555;
        font-size: 15px;
        font-weight: bold;
        text-align: left;
        z-index: 0;
        cursor: pointer;
        -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
        transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
        -o-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
        transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
        transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out; }
        .search-form .search-group .input-group .form-control.placeholder {
          color: #b3b3b3; }
        .search-form .search-group .input-group .form-control:-moz-placeholder {
          color: #b3b3b3; }
        .search-form .search-group .input-group .form-control::-moz-placeholder {
          color: #b3b3b3; }
        .search-form .search-group .input-group .form-control::-webkit-input-placeholder {
          color: #b3b3b3; }
        @media only screen and (min-width: 768px) {
          .search-form .search-group .input-group .form-control {
            font-size: 14px; } }
        .search-form .search-group .input-group .form-control:focus {
          outline: 0;
          background-color: #fdfddd;
          -webkit-box-shadow: inset 0 1px 1px white, 0 0 8px #66afe9;
          box-shadow: inset 0 1px 1px white, 0 0 8px #66afe9; }
      .search-form .search-group .input-group:hover .input-group-addon label:before, .search-form .search-group .input-group:focus .input-group-addon label:before {
        opacity: 1; }
      .search-form .search-group .input-group select.select-control {
        padding: 0 15px 0 40px;
        margin: 0 0 0 0;
        outline: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none; }
        .search-form .search-group .input-group select.select-control ~ .caret {
          position: absolute;
          margin: 5px 5px 0;
          right: 5px;
          top: 35px; }
      .search-form .search-group .input-group .dropdown-passenger button[data-toggle="dropdown"] .caret {
        position: absolute;
        margin: 5px 5px 0;
        vertical-align: middle;
        float: right;
        right: 5px;
        top: 15px; }
      .search-form .search-group .input-group .dropdown-passenger .dropdown-menu {
        -webkit-box-shadow: 0 0 6px #5f5f5f;
        box-shadow: 0 0 6px #5f5f5f;
        border-radius: 2px;
        border: 0;
        padding: 0;
        min-width: 240px; }
        .search-form .search-group .input-group .dropdown-passenger .dropdown-menu > li {
          width: 100%;
          display: inline-block;
          padding: 10px;
          float: left; }
          .search-form .search-group .input-group .dropdown-passenger .dropdown-menu > li:not(:last-child) {
            border-bottom: 1px dashed #ddd; }
        .search-form .search-group .input-group .dropdown-passenger .dropdown-menu .input-group {
          margin: 0; }
          .search-form .search-group .input-group .dropdown-passenger .dropdown-menu .input-group .input-group-addon {
            width: 50%;
            height: auto;
            line-height: 1.2;
            position: relative;
            display: inline-block;
            text-align: center;
            float: left; }
            .search-form .search-group .input-group .dropdown-passenger .dropdown-menu .input-group .input-group-addon span {
              position: relative;
              left: auto;
              top: auto;
              font-size: 14px;
              font-weight: bold;
              color: black; }
            .search-form .search-group .input-group .dropdown-passenger .dropdown-menu .input-group .input-group-addon .age {
              color: #e29d76;
              font-weight: bold; }
            .search-form .search-group .input-group .dropdown-passenger .dropdown-menu .input-group .input-group-addon .searchlabel {
              padding-top: 6px; }
              .search-form .search-group .input-group .dropdown-passenger .dropdown-menu .input-group .input-group-addon .searchlabel:before {
                display: none; }
          .search-form .search-group .input-group .dropdown-passenger .dropdown-menu .input-group .form-control {
            text-align: center;
            width: 50%;
            display: inline-block;
            float: right;
            height: 35px;
            padding: 0; }
        .search-form .search-group .input-group .dropdown-passenger .dropdown-menu .paxgroup-done {
          background: #ff7200;
          border: 1px solid #e66700;
          text-align: center;
          color: #994400;
          -webkit-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
          -moz-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
          -ms-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
          -o-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
          transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
          cursor: pointer;
          outline: none;
          -webkit-box-shadow: 1px, 2px, 2px, rgba(0, 0, 0, 0.3);
          -moz-box-shadow: 1px, 2px, 2px, rgba(0, 0, 0, 0.3);
          -ms-box-shadow: 1px, 2px, 2px, rgba(0, 0, 0, 0.3);
          -o-user-select: 1px, 2px, 2px, rgba(0, 0, 0, 0.3);
          box-shadow: 1px, 2px, 2px, rgba(0, 0, 0, 0.3);
          color: white;
          border-radius: 2px;
          width: 100%;
          height: 45px;
          padding: 0 5px;
          font-size: 16px;
          font-weight: bold;
          text-transform: uppercase; }
          .search-form .search-group .input-group .dropdown-passenger .dropdown-menu .paxgroup-done:hover {
            background: #d66000; }
          .search-form .search-group .input-group .dropdown-passenger .dropdown-menu .paxgroup-done:active {
            background: #803900;
            outline: none; }
          .search-form .search-group .input-group .dropdown-passenger .dropdown-menu .paxgroup-done:focus {
            outline: none; }
      .search-form .search-group .input-group.has-error label.error {
        display: inline-block;
        width: 100%;
        background: #d94f4f;
        color: white;
        padding: 5px 5px 5px;
        line-height: 1.2;
        font-size: 14px;
        font-weight: normal;
        margin: 0;
        z-index: 4;
        border-radius: 0; }
    .search-form .search-group .checkbox {
      margin: 0 -10px; }
      @media only screen and (max-width: 767px) {
        .search-form .search-group .checkbox {
          padding: 10px 0; } }
      .search-form .search-group .checkbox label {
        color: white;
        margin: 0 10px; }
        @media only screen and (max-width: 767px) {
          .search-form .search-group .checkbox label {
            color: gray; } }
    @media only screen and (min-width: 768px) {
      .search-form .search-group .SearchButton {
        padding-top: 19px; } }
    .search-form .search-group .SearchButton .SearchBut {
      background: #ff6600;
      border: 1px solid #e65c00;
      text-align: center;
      color: #993d00;
      -webkit-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
      -moz-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
      -ms-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
      -o-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
      transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
      cursor: pointer;
      outline: none;
      -webkit-box-shadow: 1px, 2px, 2px, rgba(0, 0, 0, 0.3);
      -moz-box-shadow: 1px, 2px, 2px, rgba(0, 0, 0, 0.3);
      -ms-box-shadow: 1px, 2px, 2px, rgba(0, 0, 0, 0.3);
      -o-user-select: 1px, 2px, 2px, rgba(0, 0, 0, 0.3);
      box-shadow: 1px, 2px, 2px, rgba(0, 0, 0, 0.3);
      background-image: -webkit-linear-gradient(top, #ff9600, #ff6600);
      background-image: -moz-linear-gradient(top, #ff9600, #ff6600);
      background-image: -ms-linear-gradient(top, #ff9600, #ff6600);
      background-image: -o-linear-gradient(top, #ff9600, #ff6600);
      background-image: -webkit-gradient(linear, left top, left bottom, from(#ff9600), to(#ff6600));
      background-image: linear-gradient(top, #ff9600, #ff6600);
      border-color: #d65803;
      border-radius: 6px;
      color: white;
      width: 100%;
      height: 45px;
      line-height: 45px;
      padding: 0 15px;
      font-size: 16px;
      font-weight: bold;
      text-transform: uppercase; }
      .search-form .search-group .SearchButton .SearchBut:hover {
        background: #d65600; }
      .search-form .search-group .SearchButton .SearchBut:active {
        background: #803300;
        outline: none; }
      .search-form .search-group .SearchButton .SearchBut:focus {
        outline: none; }
    .search-form .search-group .link-collapse {
      color: white;
      background: transparent;
      border: 0;
      -webkit-box-shadow: none;
      box-shadow: none;
      padding: 0;
      margin: 0;
      outline: none; }
      @media only screen and (max-width: 767px) {
        .search-form .search-group .link-collapse {
          color: gray; } }
      .search-form .search-group .link-collapse:hover {
        text-decoration: underline; }
  @media only screen and (max-width: 767px) {
    .search-form .group-flights .link-collapse {
      margin: 0 0 10px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .search-form .group-flights .link-collapse {
      margin: 0 0 10px; } }
  .search-form .group-flights .collapse .input-group,
  .search-form .group-flights .collapsing .input-group {
    padding-top: 5px; }

.contact-form {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  padding: 15px 0; }
  @media only screen and (min-width: 768px) {
    .contact-form {
      -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
      box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
      background: rgba(0, 0, 0, 0.6);
      border-radius: 6px;
      padding: 15px 10px;
      position: relative;
      width: 100%; } }
  @media only screen and (max-width: 767px) {
    .contact-form {
      padding: 10px 0 15px; } }
  @media only screen and (min-width: 1200px) {
    .contact-form {
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; } }
  @media only screen and (min-width: 768px) {
    .contact-form > [class*="col"] {
      padding: 0 5px; } }
  .contact-form .col-firstname {
    width: 100%; }
    @media only screen and (min-width: 768px) and (max-width: 1199px) {
      .contact-form .col-firstname {
        width: 50%;
        padding-right: 5px; } }
    @media only screen and (min-width: 1200px) {
      .contact-form .col-firstname {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: 50%; } }
  .contact-form .col-lastname {
    width: 100%; }
    @media only screen and (min-width: 768px) and (max-width: 1199px) {
      .contact-form .col-lastname {
        width: 50%;
        padding-left: 5px; } }
    @media only screen and (min-width: 1200px) {
      .contact-form .col-lastname {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        width: 50%; } }
  .contact-form .col-phone {
    width: 100%; }
    @media only screen and (min-width: 768px) and (max-width: 1199px) {
      .contact-form .col-phone {
        width: 50%;
        padding-right: 5px; } }
    @media only screen and (min-width: 1200px) {
      .contact-form .col-phone {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        width: 40%; } }
  .contact-form .col-email {
    width: 100%; }
    @media only screen and (min-width: 768px) and (max-width: 1199px) {
      .contact-form .col-email {
        width: 50%;
        padding-left: 5px; } }
    @media only screen and (min-width: 1200px) {
      .contact-form .col-email {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
        width: 40%; } }
  .contact-form .col-comments {
    width: 100%; }
    @media only screen and (min-width: 768px) and (max-width: 1199px) {
      .contact-form .col-comments {
        width: 50%;
        padding-right: 5px; } }
    @media only screen and (min-width: 1200px) {
      .contact-form .col-comments {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
        width: 66.66666667%; } }
    @media only screen and (max-width: 767px) {
      .contact-form .col-comments {
        margin-bottom: 10px; } }
  .contact-form .col-submit {
    width: 100%; }
    @media only screen and (min-width: 768px) and (max-width: 1199px) {
      .contact-form .col-submit {
        width: 50%;
        padding-left: 5px; } }
    @media only screen and (min-width: 1200px) {
      .contact-form .col-submit {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
        width: 20%; } }
  .contact-form .input-group {
    width: 100%;
    display: inline-block;
    cursor: pointer;
    margin-bottom: 10px;
    position: relative; }
    @media only screen and (min-width: 1200px) {
      .contact-form .input-group {
        display: inline-block;
        float: left; } }
    .contact-form .input-group > .input-group-addon {
      position: relative;
      background: transparent;
      display: inline-block;
      width: 100%;
      border: none;
      z-index: 3;
      margin-bottom: 5px;
      padding: 0;
      text-align: left; }
      .contact-form .input-group > .input-group-addon label {
        margin: 0;
        font-weight: normal;
        position: relative;
        width: 100%;
        font-size: 13px; }
        .contact-form .input-group > .input-group-addon label span {
          display: inline-block;
          color: white;
          font-weight: bold;
          font-size: 14px; }
          @media only screen and (max-width: 767px) {
            .contact-form .input-group > .input-group-addon label span {
              color: black; } }
        .contact-form .input-group > .input-group-addon label .icon {
          background-image: url("/sites/49/images/v3/sprite-all.png");
          background-repeat: no-repeat;
          position: relative;
          display: inline-block;
          content: '';
          padding: 0;
          outline: none;
          -webkit-box-shadow: none;
          box-shadow: none;
          border: 0;
          content: '';
          width: 23px;
          height: 24px;
          display: inline-block;
          position: absolute;
          top: 28px;
          left: 10px;
          opacity: 1; }
          .contact-form .input-group > .input-group-addon label .icon.icon-user {
            background-position: -92px -107px; }
          .contact-form .input-group > .input-group-addon label .icon.icon-phone {
            background-position: -262px -107px; }
          .contact-form .input-group > .input-group-addon label .icon.icon-mail {
            background-position: -293px -107px; }
    .contact-form .input-group .form-control {
      float: none;
      display: inline-block;
      width: 100%;
      height: 45px;
      line-height: 45px;
      border-radius: 4px;
      border: 1px solid #ccc;
      -webkit-box-shadow: none;
      box-shadow: none;
      padding: 0 15px 0 40px;
      color: #5f5f5f;
      font-size: 16px;
      font-weight: bold;
      z-index: 0;
      cursor: pointer;
      -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
      transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
      -o-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
      transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
      transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out; }
      .contact-form .input-group .form-control.placeholder {
        color: #b3b3b3; }
      .contact-form .input-group .form-control:-moz-placeholder {
        color: #b3b3b3; }
      .contact-form .input-group .form-control::-moz-placeholder {
        color: #b3b3b3; }
      .contact-form .input-group .form-control::-webkit-input-placeholder {
        color: #b3b3b3; }
      @media only screen and (min-width: 1200px) {
        .contact-form .input-group .form-control {
          font-size: 15px;
          border: 0; } }
      @media only screen and (min-width: 768px) and (max-width: 1199px) {
        .contact-form .input-group .form-control {
          border-radius: 2px; } }
      @media only screen and (max-width: 767px) {
        .contact-form .input-group .form-control {
          border-radius: 2px; } }
      .contact-form .input-group .form-control:focus {
        outline: 0;
        background-color: #fdfddd;
        -webkit-box-shadow: inset 0 1px 1px white, 0 0 8px #66afe9;
        box-shadow: inset 0 1px 1px white, 0 0 8px #66afe9; }
    .contact-form .input-group:hover .input-group-addon label:before {
      opacity: 1; }
    .contact-form .input-group.has-error label.error {
      display: inline-block;
      width: 100%;
      background: #d94f4f;
      color: white;
      padding: 5px 5px 5px;
      line-height: 1.2;
      font-size: 13px;
      margin: 0;
      z-index: 4;
      border-radius: 0; }
  .contact-form .btn-group {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 19px; }
  .contact-form .btn-back {
    padding: 0;
    font-size: 16px;
    cursor: pointer;
    background: white;
    border: 0;
    border-radius: 6px !important;
    color: #3f4d61;
    width: 100%;
    line-height: 45px;
    padding: 0 15px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase; }
    @media only screen and (min-width: 1200px) {
      .contact-form .btn-back {
        position: absolute;
        bottom: -15px;
        right: 0;
        top: auto;
        background: transparent;
        color: white;
        border: 0;
        padding: 0;
        line-height: 1;
        width: auto;
        margin: 0; } }
    @media only screen and (min-width: 768px) and (max-width: 1199px) {
      .contact-form .btn-back {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-right: 10px;
        line-height: 50px; } }
    @media only screen and (max-width: 767px) {
      .contact-form .btn-back {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-right: 10px;
        background: #dcdcdc;
        color: #333; } }
  .contact-form .btn-submit {
    background: #ff6600;
    border: 1px solid #e65c00;
    text-align: center;
    color: #993d00;
    -webkit-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
    -moz-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
    -ms-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
    -o-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
    transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
    cursor: pointer;
    outline: none;
    -webkit-box-shadow: 1px, 2px, 2px, rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 1px, 2px, 2px, rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 1px, 2px, 2px, rgba(0, 0, 0, 0.3);
    -o-user-select: 1px, 2px, 2px, rgba(0, 0, 0, 0.3);
    box-shadow: 1px, 2px, 2px, rgba(0, 0, 0, 0.3);
    background-image: -webkit-linear-gradient(top, #ff9600, #ff6600);
    background-image: -moz-linear-gradient(top, #ff9600, #ff6600);
    background-image: -ms-linear-gradient(top, #ff9600, #ff6600);
    background-image: -o-linear-gradient(top, #ff9600, #ff6600);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ff9600), to(#ff6600));
    background-image: linear-gradient(top, #ff9600, #ff6600);
    border-color: #d65803;
    border-radius: 6px !important;
    color: white;
    width: 100%;
    line-height: 45px;
    padding: 0 15px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase; }
    .contact-form .btn-submit:hover {
      background: #d65600; }
    .contact-form .btn-submit:active {
      background: #803300;
      outline: none; }
    .contact-form .btn-submit:focus {
      outline: none; }
    @media only screen and (min-width: 1200px) {
      .contact-form .btn-submit {
        float: none;
        margin-bottom: 10px; } }
    @media only screen and (min-width: 768px) and (max-width: 1199px) {
      .contact-form .btn-submit {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin-left: 10px;
        line-height: 45px; } }
    @media only screen and (max-width: 767px) {
      .contact-form .btn-submit {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin-left: 10px; } }
  .contact-form .btn-note {
    background: transparent;
    color: white;
    border: 0;
    padding: 0;
    font-size: 14px;
    cursor: pointer; }
    @media only screen and (max-width: 767px) {
      .contact-form .btn-note {
        color: #0C6AA0; } }
    .contact-form .btn-note:hover, .contact-form .btn-note:focus {
      background: transparent;
      -webkit-text-decoration: ubderline;
      text-decoration: ubderline;
      outline: none;
      -webkit-box-shadow: none;
      box-shadow: none; }
  .contact-form .btn:hover {
    outline: none; }
  .contact-form textarea.form-control {
    border-radius: 4px;
    color: #5f5f5f;
    font-size: 16px;
    font-weight: normal;
    cursor: pointer;
    -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    -o-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out; }
    .contact-form textarea.form-control.placeholder {
      color: #b3b3b3; }
    .contact-form textarea.form-control:-moz-placeholder {
      color: #b3b3b3; }
    .contact-form textarea.form-control::-moz-placeholder {
      color: #b3b3b3; }
    .contact-form textarea.form-control::-webkit-input-placeholder {
      color: #b3b3b3; }
    @media only screen and (min-width: 1200px) {
      .contact-form textarea.form-control {
        font-size: 14px; } }
    @media only screen and (max-width: 767px) {
      .contact-form textarea.form-control {
        border-radius: 2px; } }
    .contact-form textarea.form-control:focus {
      outline: 0;
      border: 1px solid #ccc;
      background-color: #fdfddd;
      -webkit-box-shadow: inset 0 1px 1px white, 0 0 8px #66afe9;
      box-shadow: inset 0 1px 1px white, 0 0 8px #66afe9; }

.ui-datepicker .ui-datepicker-header .ui-datepicker-title {
  width: calc(100% - 60px);
  display: block;
  margin: 5px auto 10px; }
  .ui-datepicker .ui-datepicker-header .ui-datepicker-title select {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    height: 30px;
    background: white;
    border-radius: 0;
    border: 1px solid #ccc;
    margin: 0;
    outline: none;
    cursor: pointer; }
    .ui-datepicker .ui-datepicker-header .ui-datepicker-title select:hover {
      background: #d9d9d9; }
    .ui-datepicker .ui-datepicker-header .ui-datepicker-title select:focus {
      color: #0c64ad; }

.maketing-text {
  color: white;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  width: 100%; }
  @media only screen and (min-width: 768px) {
    .maketing-text {
      margin-bottom: 40px;
      text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8); } }
  @media only screen and (max-width: 767px) {
    .maketing-text {
      display: block;
      margin: 0 -10px;
      padding: 15px 10px;
      width: auto;
      color: black; } }
  .maketing-text h1 {
    font-size: 56px;
    line-height: 1;
    font-weight: 600;
    display: inline-block;
    padding: 5px 10px;
    margin: 15px 0; }
    @media only screen and (max-width: 767px) {
      .maketing-text h1 {
        font-size: 18px;
        background: transparent;
        padding: 0;
        margin: 0; } }
    .maketing-text h1 strong {
      color: #f21d2e;
      text-shadow: 1px 0 0 #fff, -1px 0 0 #fff, 0 1px 0 #fff, 0 -1px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff; }

.heading {
  display: inline-block;
  width: 100%;
  font-size: 24px;
  color: black; }
  .heading strong {
    font-weight: 600; }
  @media only screen and (max-width: 767px) {
    .heading {
      font-size: 18px;
      text-align: center; } }

.travel-text {
  color: #1275ce;
  font-weight: bold;
  display: inline-block;
  float: right;
  position: relative;
  top: -28px; }
  @media only screen and (max-width: 767px) {
    .travel-text {
      top: 0;
      float: none; } }

.decription-group {
  display: inline-block;
  width: 100%; }
  .decription-group .column-left {
    width: 100%;
    float: left; }
    @media only screen and (min-width: 1200px) {
      .decription-group .column-left {
        width: 60%;
        padding-right: 20px;
        border-right: 1px dashed #cecece; } }
    @media only screen and (max-width: 767px) {
      .decription-group .column-left {
        width: 100%;
        padding: 0; } }
  .decription-group .column-right {
    width: 100%;
    float: left; }
    @media only screen and (min-width: 1200px) {
      .decription-group .column-right {
        width: 40%;
        padding-left: 20px; } }
    @media only screen and (max-width: 767px) {
      .decription-group .column-right {
        width: 100%; } }
  .decription-group .travel-detail {
    display: inline-block;
    width: 100%; }
    .decription-group .travel-detail .title {
      margin: 10px 0;
      font-weight: bold;
      font-size: 14px; }
      @media only screen and (max-width: 767px) {
        .decription-group .travel-detail .title {
          font-size: 16px;
          text-align: center; } }
    .decription-group .travel-detail p {
      margin: 15px 0;
      line-height: 1.5; }
    .decription-group .travel-detail a {
      color: #1275ce;
      text-decoration: underline; }
    .decription-group .travel-detail br {
      display: none; }
      @media only screen and (min-width: 1200px) {
        .decription-group .travel-detail br {
          display: block; } }

.icon-double-arrow-right {
  background: url(/sites/49/images/v3/icons/icon-arrow-double.svg) no-repeat;
  display: inline-block;
  width: 25px;
  height: 25px;
  content: '';
  vertical-align: middle;
  margin-top: -5px; }

.icon-process {
  background: url(/sites/49/images/v3/icons/icon-loading.svg) no-repeat;
  display: inline-block;
  width: 25px;
  height: 25px;
  content: '';
  vertical-align: middle;
  margin-top: -5px; }

.success-dialogue .modal-content {
  background: white;
  display: inline-block;
  padding: 0 20px 20px;
  width: 100%; }

.success-dialogue .modal-dialog {
  padding: 20px;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto; }

.success-dialogue .close {
  color: #fff;
  opacity: 1;
  text-shadow: none;
  position: absolute;
  right: -25px;
  font-size: 31px;
  top: -25px; }
  @media only screen and (max-width: 767px) {
    .success-dialogue .close {
      right: 10px;
      top: 5px;
      color: #cccccc; } }

.success-dialogue h4 {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  line-height: 1.5;
  text-align: center; }

.success-dialogue .check_mark {
  margin: 0 auto; }

.success-dialogue .sa-icon {
  width: 80px;
  height: 80px;
  border: 4px solid gray;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  border-radius: 50%;
  margin: 20px auto;
  padding: 0;
  position: relative;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }
  .success-dialogue .sa-icon.sa-success {
    border-color: orange;
    border-color: transparent\9;
    /*
	    &::before, &::after {
	      content: '';
	      -webkit-border-radius: 40px;
	      border-radius: 40px;
	      border-radius: 50%;
	      position: absolute;
	      width: 60px;
	      height: 120px;
	      background: white;
	      -webkit-transform: rotate(45deg);
	      transform: rotate(45deg);
	    }
	    &::before {
	      -webkit-border-radius: 120px 0 0 120px;
	      border-radius: 120px 0 0 120px;
	      top: -7px;
	      left: -33px;
	      -webkit-transform: rotate(-45deg);
	      transform: rotate(-45deg);
	      -webkit-transform-origin: 60px 60px;
	      transform-origin: 60px 60px;
	    }
	    &::after {
	      -webkit-border-radius: 0 120px 120px 0;
	      border-radius: 0 120px 120px 0;
	      top: -11px;
	      left: 30px;
	      -webkit-transform: rotate(-45deg);
	      transform: rotate(-45deg);
	      -webkit-transform-origin: 0px 60px;
	      transform-origin: 0px 60px;
	    }
	    */ }
    .success-dialogue .sa-icon.sa-success .sa-placeholder {
      width: 80px;
      height: 80px;
      border: 4px solid #469af3;
      -webkit-border-radius: 40px;
      border-radius: 40px;
      border-radius: 50%;
      -webkit-box-sizing: content-box;
      box-sizing: content-box;
      position: absolute;
      left: -4px;
      top: -4px;
      z-index: 2; }
    .success-dialogue .sa-icon.sa-success .sa-fix {
      width: 5px;
      height: 90px;
      background-color: white;
      position: absolute;
      left: 28px;
      top: 8px;
      z-index: 1;
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    .success-dialogue .sa-icon.sa-success.animate::after {
      -webkit-animation: rotatePlaceholder 4.25s ease-in;
      animation: rotatePlaceholder 4.25s ease-in; }
    .success-dialogue .sa-icon.sa-success .sa-line {
      height: 5px;
      background-color: #fd8813;
      display: block;
      border-radius: 2px;
      position: absolute;
      z-index: 2; }
      .success-dialogue .sa-icon.sa-success .sa-line.sa-tip {
        width: 25px;
        left: 14px;
        top: 46px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        -ms-transform: rotate(45deg) \9; }
      .success-dialogue .sa-icon.sa-success .sa-line.sa-long {
        width: 47px;
        right: 8px;
        top: 38px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -ms-transform: rotate(-45deg) \9; }

.success-dialogue .animateSuccessTip {
  -webkit-animation: animateSuccessTip 0.75s;
  animation: animateSuccessTip 0.75s; }

.success-dialogue .animateSuccessLong {
  -webkit-animation: animateSuccessLong 0.75s;
  animation: animateSuccessLong 0.75s; }

@-webkit-keyframes animateSuccessLong {
  0% {
    width: 0;
    right: 46px;
    top: 54px; }
  65% {
    width: 0;
    right: 46px;
    top: 54px; }
  84% {
    width: 55px;
    right: 0px;
    top: 35px; }
  100% {
    width: 47px;
    right: 8px;
    top: 38px; } }

@keyframes animateSuccessLong {
  0% {
    width: 0;
    right: 46px;
    top: 54px; }
  65% {
    width: 0;
    right: 46px;
    top: 54px; }
  84% {
    width: 55px;
    right: 0px;
    top: 35px; }
  100% {
    width: 47px;
    right: 8px;
    top: 38px; } }

@-webkit-keyframes animateSuccessTip {
  0% {
    width: 0;
    left: 1px;
    top: 19px; }
  54% {
    width: 0;
    left: 1px;
    top: 19px; }
  70% {
    width: 50px;
    left: -8px;
    top: 37px; }
  84% {
    width: 17px;
    left: 21px;
    top: 48px; }
  100% {
    width: 25px;
    left: 14px;
    top: 45px; } }

@keyframes animateSuccessTip {
  0% {
    width: 0;
    left: 1px;
    top: 19px; }
  54% {
    width: 0;
    left: 1px;
    top: 19px; }
  70% {
    width: 50px;
    left: -8px;
    top: 37px; }
  84% {
    width: 17px;
    left: 21px;
    top: 48px; }
  100% {
    width: 25px;
    left: 14px;
    top: 45px; } }

@-webkit-keyframes rotatePlaceholder {
  0% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }
  5% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }
  12% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg); }
  100% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg); } }

@keyframes rotatePlaceholder {
  0% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }
  5% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }
  12% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg); }
  100% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg); } }

.box-list {
  background-image: url("/Sites/49/images/home/mock/default.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  border: 1px solid #ddd;
  margin: 0 5px 5px 0;
  position: relative;
  display: block; }
  .box-list.x1 {
    min-height: 160px; }
  .box-list.x2 {
    min-height: 400px; }
  .box-list.x3 {
    min-height: 100px; }
  .box-list ul, .box-list div {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
    padding: 5px 0 5px 0;
    background: rgba(0, 0, 0, 0.6);
    color: #FFF; }
  .box-list ul {
    opacity: 1;
    color: #FFF;
    background: transparent;
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.6) 20%, transparent);
    background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.6) 20%, transparent);
    background-image: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0.6) 20%, transparent);
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.6) 20%, transparent);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, rgba(0, 0, 0, 0.6)), to(transparent));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.6) 20%, transparent);
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.6) 20%, transparent);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 20%, transparent); }
  .box-list li {
    vertical-align: top;
    font-size: 12px; }
    .box-list li:first-child {
      display: block; }
    .box-list li:nth-child(2), .box-list li:nth-child(4) {
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
      width: 60%; }
    .box-list li:first-child img {
      -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
      -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
      box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5); }
    .box-list li:nth-child(2), .box-list li:nth-child(4) {
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden; }
    .box-list li:nth-child(3) {
      width: 30px;
      vertical-align: bottom; }
    .box-list li span {
      text-transform: capitalize; }
  .box-list strong {
    display: block;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase; }
  .box-list h4 {
    margin: -30px 0px 0px 0px;
    font-size: 2em;
    position: absolute;
    right: 5px;
    font-family: 'Oswald', sans-serif; }
    .box-list h4 sup {
      top: -0.2em; }
  .box-list a i {
    width: 100%;
    height: 100%;
    background: transparent;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
  .box-list a:hover i {
    opacity: 1;
    color: #FFF;
    font-size: 2em;
    padding: 50px 0 0 0;
    background: transparent;
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.6), transparent);
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.6), transparent);
    background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0.6), transparent);
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.6), transparent);
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(transparent));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), transparent); }
  .box-list.airline {
    margin: 0 0 5px 5px;
    position: relative;
    display: block; }
    .box-list.airline li {
      display: inline-block; }
      .box-list.airline li:first-child {
        color: #FFF;
        font-size: 14px;
        font-weight: bold;
        height: 100px;
        margin-top: -113px;
        padding: 10px 5px;
        top: 0;
        width: 100%;
        background: transparent;
        background-image: -webkit-linear-gradient(top left, rgba(255, 255, 255, 0.3) 10%, transparent);
        background-image: -moz-linear-gradient(top left, rgba(255, 255, 255, 0.3) 10%, transparent);
        background-image: -ms-linear-gradient(top left, rgba(255, 255, 255, 0.3) 10%, transparent);
        background-image: -o-linear-gradient(top left, rgba(255, 255, 255, 0.3) 10%, transparent);
        background-image: -webkit-gradient(linear, left top, right bottom, color-stop(10%, rgba(255, 255, 255, 0.3)), to(transparent));
        background-image: linear-gradient(top left, rgba(255, 255, 255, 0.3) 10%, transparent);
        text-shadow: 2px 4px 0px rgba(0, 0, 0, 0.2); }
        .box-list.airline li:first-child img {
          -webkit-box-shadow: none;
          box-shadow: none;
          padding-right: 5px; }
      .box-list.airline li:nth-child(2) {
        bottom: 10px;
        left: 0;
        position: absolute;
        width: 50%; }
      .box-list.airline li:nth-child(3) {
        bottom: 10px;
        left: 50%;
        position: absolute;
        width: 20px; }
      .box-list.airline li:nth-child(4) h4 {
        font-size: 2.5em;
        font-weight: normal;
        bottom: 10px;
        right: 5px;
        position: absolute; }

.event-deals {
  display: inline-block;
  width: 100%; }
  @media only screen and (max-width: 767px) {
    .event-deals {
      display: none; } }
  .event-deals #slide-viewport {
    padding: 0;
    position: relative;
    display: inline-block;
    width: 100%;
    margin: 1em 0; }
    .event-deals #slide-viewport a.carousel-control {
      background: rgba(0, 0, 0, 0.5);
      z-index: 99;
      width: 35px;
      height: 35px;
      top: 35%;
      border-radius: 4px;
      opacity: 0.5; }
    .event-deals #slide-viewport .carousel-control .glyphicon-chevron-left,
    .event-deals #slide-viewport .carousel-control .glyphicon-chevron-right,
    .event-deals #slide-viewport .carousel-control .icon-prev,
    .event-deals #slide-viewport .carousel-control .icon-next {
      font-size: 18px;
      padding: 5px; }
    .event-deals #slide-viewport .carousel-control.left {
      left: -40px; }
    .event-deals #slide-viewport .carousel-control.right {
      right: -40px; }
    .event-deals #slide-viewport h5 {
      font-size: 14px;
      font-weight: bold;
      margin: 5px 0; }
    .event-deals #slide-viewport .carousel-caption {
      position: relative;
      left: 0; }
    .event-deals #slide-viewport .carousel-control i {
      font-size: 1.6em; }
    .event-deals #slide-viewport > a:hover {
      opacity: 1; }
    .event-deals #slide-viewport .group-viewport > div {
      padding: 0; }
      .event-deals #slide-viewport .group-viewport > div .box-list {
        background-size: cover; }
