@media only screen and (max-width: 767px) {
  .section-wrap-images {
    display: inline-block;
    width: 100%;
    margin-top: 50px;
    background: white !important; } }

@media only screen and (min-width: 768px) {
  .section-wrap-images {
    background-image: url(/sites/1/Images/V3/home/background.jpg);
    background-size: cover;
    content: '';
    width: 100%;
    display: inline-block;
    margin-top: 60px; } }

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .section-wrap-images {
    padding: 2em 0; } }

@media only screen and (min-width: 1024px) and (max-width: 1199px) {
  .section-wrap-images {
    padding: 4em 0 3em; } }

@media only screen and (min-width: 1200px) {
  .section-wrap-images {
    padding: 6em 0 3em; } }

.section-wrap-gray {
  background: #f4f4f4;
  display: inline-block;
  position: relative;
  width: 100%;
  padding: 3em 0; }
  @media only screen and (max-width: 767px) {
    .section-wrap-gray {
      padding: 1.5em 0; } }

.section-wrap-white {
  background: white;
  display: inline-block;
  position: relative;
  width: 100%;
  padding: 3em 0; }
  @media only screen and (max-width: 767px) {
    .section-wrap-white {
      padding: 1.5em 0; } }

.FlightSearch {
  position: relative; }
  .FlightSearch > div {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
    @media only screen and (min-width: 1200px) {
      .FlightSearch > div[id*="ErrorGroup"] {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5; } }
  @media only screen and (min-width: 1200px) {
    .FlightSearch {
      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; } }
  @media only screen and (min-width: 768px) {
    .FlightSearch {
      -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;
      position: relative;
      width: 100%;
      min-height: 140px; }
      .FlightSearch .row {
        margin: 0; }
      .FlightSearch div[class*="col-"] {
        padding: 0; } }
  @media only screen and (max-width: 767px) {
    .FlightSearch {
      padding-bottom: 25px;
      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; }
      .FlightSearch .row {
        margin: 0; }
      .FlightSearch div[class*="col-"] {
        padding: 0; } }
  .FlightSearch .checkbox-inline {
    padding: 10px 0 10px; }
    @media only screen and (min-width: 1200px) {
      .FlightSearch .checkbox-inline {
        padding-top: 0; } }
    .FlightSearch .checkbox-inline .TripTypeRadio input {
      visibility: hidden;
      position: absolute; }
      .FlightSearch .checkbox-inline .TripTypeRadio input + label {
        color: white;
        font-size: 14px;
        line-height: 12px;
        font-weight: normal;
        cursor: pointer;
        margin: 0 0;
        padding: 0 0;
        position: relative;
        display: inline-block !important; }
        @media only screen and (max-width: 767px) {
          .FlightSearch .checkbox-inline .TripTypeRadio input + label {
            color: gray; } }
        .FlightSearch .checkbox-inline .TripTypeRadio input + label:hover {
          color: #ff7a3a; }
        .FlightSearch .checkbox-inline .TripTypeRadio input + label:not(:last-child) {
          border-right: 1px solid gray;
          margin-right: 10px;
          padding-right: 10px; }
      .FlightSearch .checkbox-inline .TripTypeRadio input:checked + label {
        color: #ff7a3a; }
  .FlightSearch .input-group {
    width: 100%;
    cursor: pointer;
    margin-bottom: 10px;
    position: relative; }
    @media only screen and (min-width: 1200px) {
      .FlightSearch .input-group {
        margin-bottom: 0;
        display: inline-block;
        float: left; } }
    .FlightSearch .input-group > .input-group-addon {
      width: 100%;
      height: 0;
      padding: 0;
      position: absolute;
      z-index: 3;
      background: transparent;
      border: 0;
      -webkit-box-shadow: none;
      box-shadow: none; }
      .FlightSearch .input-group > .input-group-addon label {
        margin: 0;
        font-weight: normal;
        position: relative;
        width: 100%; }
        .FlightSearch .input-group > .input-group-addon label i {
          display: none; }
        .FlightSearch .input-group > .input-group-addon label.airport span {
          position: absolute;
          left: 35px;
          top: 8px;
          font-weight: bold;
          font-size: 12px; }
          @media screen and (max-width: 1199px) {
            .FlightSearch .input-group > .input-group-addon label.airport span {
              left: 45px; } }
        .FlightSearch .input-group > .input-group-addon label.airport:before {
          background: url(/sites/1/Images/V3/sprite-all.png) no-repeat;
          content: '';
          width: 20px;
          height: 20px;
          display: inline-block;
          position: absolute;
          top: 22px;
          left: 15px;
          opacity: 0.4; }
          @media only screen and (min-width: 1200px) {
            .FlightSearch .input-group > .input-group-addon label.airport:before {
              left: 10px; } }
        .FlightSearch .input-group > .input-group-addon label.airport[for*="OrigCity"]:before {
          background-position: -55px -71px; }
        .FlightSearch .input-group > .input-group-addon label.airport[for*="DestCity"]:before {
          background-position: -55px -112px; }
        .FlightSearch .input-group > .input-group-addon label.date span {
          position: absolute;
          left: 35px;
          top: 8px;
          font-weight: bold;
          font-size: 12px; }
          @media screen and (max-width: 1199px) {
            .FlightSearch .input-group > .input-group-addon label.date span {
              left: 45px; } }
        .FlightSearch .input-group > .input-group-addon label.date:before {
          background: url(/sites/1/Images/V3/sprite-all.png) no-repeat;
          background-position: -55px -153px;
          content: '';
          width: 20px;
          height: 20px;
          display: inline-block;
          position: absolute;
          top: 22px;
          left: 15px;
          opacity: 0.4; }
          @media only screen and (min-width: 1200px) {
            .FlightSearch .input-group > .input-group-addon label.date:before {
              left: 10px; } }
        .FlightSearch .input-group > .input-group-addon label.passengers span {
          position: absolute;
          left: 35px;
          top: 8px;
          font-weight: bold;
          font-size: 12px; }
          @media screen and (max-width: 1199px) {
            .FlightSearch .input-group > .input-group-addon label.passengers span {
              left: 45px; } }
        .FlightSearch .input-group > .input-group-addon label.passengers:before {
          background: url(/sites/1/Images/V3/sprite-all.png) no-repeat;
          background-position: -55px -193px;
          content: '';
          width: 20px;
          height: 20px;
          display: inline-block;
          position: absolute;
          top: 22px;
          left: 15px;
          opacity: 0.4; }
          @media only screen and (min-width: 1200px) {
            .FlightSearch .input-group > .input-group-addon label.passengers:before {
              left: 10px; } }
        .FlightSearch .input-group > .input-group-addon label.searchlabel {
          padding: 13px 0 0; }
    .FlightSearch .input-group .form-control {
      float: none;
      height: 54px;
      border: 1px solid #ccc;
      -webkit-box-shadow: none;
      box-shadow: none;
      border-radius: 2px !important;
      padding: 0 20px;
      color: #5f5f5f;
      font-size: 16px;
      font-weight: normal;
      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; }
      .FlightSearch .input-group .form-control.placeholder {
        color: #b3b3b3; }
      .FlightSearch .input-group .form-control:-moz-placeholder {
        color: #b3b3b3; }
      .FlightSearch .input-group .form-control::-moz-placeholder {
        color: #b3b3b3; }
      .FlightSearch .input-group .form-control::-webkit-input-placeholder {
        color: #b3b3b3; }
      @media only screen and (min-width: 1200px) {
        .FlightSearch .input-group .form-control {
          font-size: 14px;
          border: 0 !important;
          border-radius: 0 !important; } }
      .FlightSearch .input-group .form-control.flightSearchInput, .FlightSearch .input-group .form-control.DateInput {
        padding-left: 45px; }
        @media only screen and (min-width: 1200px) {
          .FlightSearch .input-group .form-control.flightSearchInput, .FlightSearch .input-group .form-control.DateInput {
            padding-left: 35px;
            padding-right: 5px;
            padding-top: 18px;
            padding-bottom: 6px; } }
        @media screen and (max-width: 1199px) {
          .FlightSearch .input-group .form-control.flightSearchInput, .FlightSearch .input-group .form-control.DateInput {
            padding-right: 10px;
            padding-top: 18px;
            padding-bottom: 6px; } }
      .FlightSearch .input-group .form-control#Cabin {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        text-align-last: center;
        padding: 20px 20px 0; }
      .FlightSearch .input-group .form-control:focus {
        outline: 0;
        background-color: white; }
      .FlightSearch .input-group .form-control:hover {
        background: #f4f4f4; }
    .FlightSearch .input-group .ui-datepicker-trigger {
      display: none; }
    .FlightSearch .input-group .form-control-clear {
      height: 54px;
      opacity: 0.3;
      display: inline-block;
      z-index: 3;
      pointer-events: auto;
      cursor: pointer; }
      .FlightSearch .input-group .form-control-clear:before {
        background: url(/sites/1/Images/V3/sprite-all.png) no-repeat;
        background-position: -96px -153px;
        content: '';
        width: 20px;
        height: 20px;
        display: inline-block;
        vertical-align: middle;
        margin: 15px 0; }
    .FlightSearch .input-group:hover .input-group-addon label:before {
      opacity: 1; }
  .FlightSearch .airport-exchange {
    background: transparent;
    padding: 0;
    border: 0;
    line-height: 0;
    font-size: 0;
    margin: 0;
    position: relative;
    display: block;
    margin: 0 auto;
    top: 0;
    right: 0;
    height: 0;
    width: auto; }
    .FlightSearch .airport-exchange i {
      position: absolute;
      z-index: 3;
      top: -25px;
      left: 46%;
      background: white;
      border-radius: 20px;
      border: 1px solid #ff793a;
      padding: 5px; }
      @media only screen and (min-width: 1200px) {
        .FlightSearch .airport-exchange i {
          top: 10px;
          right: -15px;
          left: auto;
          -webkit-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
          transform: rotate(90deg); } }
      .FlightSearch .airport-exchange i:before {
        background: url(/sites/1/Images/V3/sprite-all.png) no-repeat;
        background-position: -96px -69px;
        content: '';
        width: 20px;
        height: 20px;
        display: inline-block; }
    .FlightSearch .airport-exchange:hover i, .FlightSearch .airport-exchange:focus i {
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      background: #ff793a; }
      .FlightSearch .airport-exchange:hover i:before, .FlightSearch .airport-exchange:focus i:before {
        background-position: -96px -111px; }
  .FlightSearch div[id*="RoundTripPage"] > .row:last-child {
    margin: 0; }
    .FlightSearch div[id*="RoundTripPage"] > .row:last-child > div {
      width: 50%;
      padding: 0; }
      .FlightSearch div[id*="RoundTripPage"] > .row:last-child > div:first-child:not(:last-child) {
        padding-right: 5px; }
      .FlightSearch div[id*="RoundTripPage"] > .row:last-child > div:last-child:not(:first-child) {
        padding-left: 5px; }
  .FlightSearch div[id*="RoundTripPage"] ~ .row ~ .row .SearchButton:before {
    background: url(/sites/1/Images/V3/sprite-all.png) no-repeat;
    background-position: -52px -232px;
    content: '';
    width: 25px;
    height: 25px;
    display: inline-block;
    position: absolute;
    pointer-events: none;
    z-index: 11; }
  @media only screen and (min-width: 1200px) {
    .FlightSearch div[id*="RoundTripPage"] {
      width: 70.5%;
      float: left;
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2; }
      .FlightSearch div[id*="RoundTripPage"] .SearchRow ~ .row {
        width: calc(100% / 3);
        float: left;
        display: inline-block; }
        .FlightSearch div[id*="RoundTripPage"] .SearchRow ~ .row > div {
          padding: 0 !important;
          float: left;
          display: inline-block; }
          .FlightSearch div[id*="RoundTripPage"] .SearchRow ~ .row > div .form-control {
            border-right: 1px solid #ddd !important; }
        .FlightSearch div[id*="RoundTripPage"] .SearchRow ~ .row:before, .FlightSearch div[id*="RoundTripPage"] .SearchRow ~ .row:after {
          display: none; }
      .FlightSearch div[id*="RoundTripPage"] .row:nth-child(2) {
        width: 33%; }
        .FlightSearch div[id*="RoundTripPage"] .row:nth-child(2) .form-control-clear {
          width: 25px;
          margin-right: 20px; }
      .FlightSearch div[id*="RoundTripPage"] .row:nth-child(3) {
        width: 33%; }
        .FlightSearch div[id*="RoundTripPage"] .row:nth-child(3) label.airport:before {
          left: 20px; }
        .FlightSearch div[id*="RoundTripPage"] .row:nth-child(3) label.airport span {
          left: 45px; }
        .FlightSearch div[id*="RoundTripPage"] .row:nth-child(3) .form-control {
          padding-left: 45px; }
      .FlightSearch div[id*="RoundTripPage"] .row:nth-child(4) {
        width: 34%; }
      .FlightSearch div[id*="RoundTripPage"] ~ .row ~ .row .SearchButton:before {
        top: -40px;
        right: 110px; }
      .FlightSearch div[id*="RoundTripPage"] ~ .row ~ .row .SearchButton > div:not(#stnFrontDoorContainer) {
        color: white;
        padding: 10px 0 5px 0 !important;
        display: inline-block;
        width: auto; }
      .FlightSearch div[id*="RoundTripPage"] ~ .row ~ .row .SearchButton > #stnFrontDoorContainer {
        color: white; }
        .FlightSearch div[id*="RoundTripPage"] ~ .row ~ .row .SearchButton > #stnFrontDoorContainer .pcmn-wrapper {
          margin: 0 0 !important; }
        .FlightSearch div[id*="RoundTripPage"] ~ .row ~ .row .SearchButton > #stnFrontDoorContainer .pcmn-ad-provider {
          color: white !important;
          font-size: 12px;
          font-weight: bold;
          padding-left: 2px; }
      .FlightSearch div[id*="RoundTripPage"] ~ .row ~ .row .SearchBut {
        position: absolute;
        width: 148px;
        border-radius: 0 2px 2px 0;
        overflow: hidden;
        padding: 0;
        right: 0px;
        top: -54px;
        padding-left: 15px; }
      .FlightSearch div[id*="RoundTripPage"] ~ .row div[id="ClassBox"] {
        top: 97px;
        bottom: auto;
        z-index: 11; } }
  @media only screen and (min-width: 768px) and (max-width: 1199px) {
    .FlightSearch div[id*="RoundTripPage"] ~ .row ~ .row .SearchButton:before {
      top: 15px;
      left: 8%; }
    .FlightSearch div[id*="RoundTripPage"] ~ .row ~ .row .SearchButton > div:not(#stnFrontDoorContainer) {
      color: white;
      padding: 10px 0 5px 0 !important;
      display: inline-block;
      width: auto; }
    .FlightSearch div[id*="RoundTripPage"] ~ .row ~ .row .SearchButton > #stnFrontDoorContainer {
      color: white; }
      .FlightSearch div[id*="RoundTripPage"] ~ .row ~ .row .SearchButton > #stnFrontDoorContainer .pcmn-wrapper {
        margin: 0 0 !important; }
      .FlightSearch div[id*="RoundTripPage"] ~ .row ~ .row .SearchButton > #stnFrontDoorContainer .pcmn-ad-provider {
        color: white !important;
        font-size: 12px;
        font-weight: bold;
        padding-left: 2px; } }
  @media only screen and (max-width: 767px) {
    .FlightSearch div[id*="RoundTripPage"] ~ .row ~ .row .SearchButton:before {
      top: 15px;
      left: 8%; }
    .FlightSearch div[id*="RoundTripPage"] ~ .row ~ .row .SearchButton > div:not(#stnFrontDoorContainer) {
      padding: 10px 0 5px 0 !important;
      display: inline-block;
      width: auto; }
    .FlightSearch div[id*="RoundTripPage"] ~ .row ~ .row .SearchButton > #stnFrontDoorContainer .pcmn-wrapper {
      margin: 0 0 !important; } }
  .FlightSearch div[id*="OneWayPage"] > .row:last-child {
    margin: 0; }
    .FlightSearch div[id*="OneWayPage"] > .row:last-child > div {
      width: 100%;
      padding: 0; }
  .FlightSearch div[id*="OneWayPage"] ~ .row ~ .row .SearchButton:before {
    background: url(/sites/1/Images/V3/sprite-all.png) no-repeat;
    background-position: -52px -232px;
    content: '';
    width: 25px;
    height: 25px;
    display: inline-block;
    position: absolute;
    pointer-events: none;
    z-index: 11; }
  @media only screen and (min-width: 1200px) {
    .FlightSearch div[id*="OneWayPage"] {
      width: 70.5%;
      float: left;
      border-radius: 2px 0 0 2px;
      overflow: hidden; }
      .FlightSearch div[id*="OneWayPage"] .SearchRow ~ .row {
        width: calc(100% / 3);
        float: left;
        display: inline-block; }
        .FlightSearch div[id*="OneWayPage"] .SearchRow ~ .row > div {
          padding: 0 !important;
          float: left;
          display: inline-block; }
          .FlightSearch div[id*="OneWayPage"] .SearchRow ~ .row > div .form-control {
            border-right: 1px solid #ddd !important; }
        .FlightSearch div[id*="OneWayPage"] .SearchRow ~ .row:before, .FlightSearch div[id*="OneWayPage"] .SearchRow ~ .row:after {
          display: none; }
      .FlightSearch div[id*="OneWayPage"] .row:nth-child(2) {
        width: 36%; }
        .FlightSearch div[id*="OneWayPage"] .row:nth-child(2) .form-control-clear {
          width: 25px;
          margin-right: 20px; }
      .FlightSearch div[id*="OneWayPage"] .row:nth-child(3) {
        width: 36%; }
        .FlightSearch div[id*="OneWayPage"] .row:nth-child(3) label.airport:before {
          left: 20px; }
        .FlightSearch div[id*="OneWayPage"] .row:nth-child(3) .form-control {
          padding-left: 45px; }
      .FlightSearch div[id*="OneWayPage"] .row:nth-child(4) {
        width: 28%; }
      .FlightSearch div[id*="OneWayPage"] ~ .row ~ .row {
        width: 100%; }
        .FlightSearch div[id*="OneWayPage"] ~ .row ~ .row .SearchButton:before {
          top: -40px;
          right: 110px; }
        .FlightSearch div[id*="OneWayPage"] ~ .row ~ .row .SearchButton > div:not(#stnFrontDoorContainer) {
          color: white;
          padding: 10px 0 5px 0 !important;
          display: inline-block;
          width: auto; }
        .FlightSearch div[id*="OneWayPage"] ~ .row ~ .row .SearchButton > #stnFrontDoorContainer {
          color: white; }
          .FlightSearch div[id*="OneWayPage"] ~ .row ~ .row .SearchButton > #stnFrontDoorContainer .pcmn-wrapper {
            margin: 0 0 !important; }
          .FlightSearch div[id*="OneWayPage"] ~ .row ~ .row .SearchButton > #stnFrontDoorContainer .pcmn-ad-provider {
            color: white !important;
            font-size: 12px;
            font-weight: bold;
            padding-left: 2px; }
        .FlightSearch div[id*="OneWayPage"] ~ .row ~ .row .SearchBut {
          position: absolute;
          width: 148px;
          border-radius: 0 2px 2px 0;
          overflow: hidden;
          padding: 0;
          right: 0px;
          top: -54px;
          padding-left: 15px; }
      .FlightSearch div[id*="OneWayPage"] ~ .row div[id="ClassBox"] {
        top: 97px;
        bottom: auto;
        z-index: 11; } }
  @media only screen and (min-width: 768px) and (max-width: 1199px) {
    .FlightSearch div[id*="OneWayPage"] ~ .row ~ .row .SearchButton:before {
      top: 15px;
      left: 8%; }
    .FlightSearch div[id*="OneWayPage"] ~ .row ~ .row .SearchButton > div:not(#stnFrontDoorContainer) {
      color: white;
      padding: 10px 0 5px 0 !important;
      display: inline-block;
      width: auto; }
    .FlightSearch div[id*="OneWayPage"] ~ .row ~ .row .SearchButton > #stnFrontDoorContainer {
      color: white; }
      .FlightSearch div[id*="OneWayPage"] ~ .row ~ .row .SearchButton > #stnFrontDoorContainer .pcmn-wrapper {
        margin: 0 0 10px 0 !important; }
      .FlightSearch div[id*="OneWayPage"] ~ .row ~ .row .SearchButton > #stnFrontDoorContainer .pcmn-ad-provider {
        color: white !important;
        font-size: 12px;
        font-weight: bold;
        padding-left: 2px; } }
  @media only screen and (max-width: 767px) {
    .FlightSearch div[id*="OneWayPage"] ~ .row ~ .row .SearchButton:before {
      top: 15px;
      left: 8%; }
    .FlightSearch div[id*="OneWayPage"] ~ .row ~ .row .SearchButton > div:not(#stnFrontDoorContainer) {
      padding: 10px 0 5px 0 !important;
      display: inline-block;
      width: auto; }
    .FlightSearch div[id*="OneWayPage"] ~ .row ~ .row .SearchButton > #stnFrontDoorContainer .pcmn-wrapper {
      margin: 0 0 10px 0 !important; } }
  .FlightSearch div[id*="MultiPage"] > .row:nth-child(4n) {
    margin: 0; }
    .FlightSearch div[id*="MultiPage"] > .row:nth-child(4n) > div {
      width: 100%;
      padding: 0; }
      .FlightSearch div[id*="MultiPage"] > .row:nth-child(4n) > div:last-child {
        display: none; }
  .FlightSearch div[id*="MultiPage"] div[id*="pnlMultiAddl"] > .row:nth-child(4n) {
    margin: 0; }
    .FlightSearch div[id*="MultiPage"] div[id*="pnlMultiAddl"] > .row:nth-child(4n) > div {
      width: 100%;
      padding: 0; }
      .FlightSearch div[id*="MultiPage"] div[id*="pnlMultiAddl"] > .row:nth-child(4n) > div:last-child {
        display: none; }
  .FlightSearch div[id*="MultiPage"] #multimore a {
    color: #2e7bcc;
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
    font-weight: normal; }
    .FlightSearch div[id*="MultiPage"] #multimore a i {
      margin-right: 10px; }
  .FlightSearch div[id*="MultiPage"] ~ .row ~ .row .SearchButton:before {
    background: url(/sites/1/Images/V3/sprite-all.png) no-repeat;
    background-position: -52px -232px;
    content: '';
    width: 25px;
    height: 25px;
    display: inline-block;
    position: absolute;
    top: 15px;
    left: 20px;
    pointer-events: none;
    z-index: 11; }
  .FlightSearch div[id*="MultiPage"] ~ .row ~ .row .SearchButton .SearchBut {
    border-radius: 2px;
    padding-left: 30px; }
  @media only screen and (min-width: 1200px) {
    .FlightSearch div[id*="MultiPage"] {
      width: 100%;
      float: none;
      display: table; }
      .FlightSearch div[id*="MultiPage"] .SearchRow ~ .row {
        float: left;
        display: inline-block;
        margin-bottom: 10px; }
        .FlightSearch div[id*="MultiPage"] .SearchRow ~ .row > div {
          padding: 0 !important;
          float: left;
          display: inline-block; }
          .FlightSearch div[id*="MultiPage"] .SearchRow ~ .row > div .form-control {
            border-right: 1px solid #ddd !important; }
        .FlightSearch div[id*="MultiPage"] .SearchRow ~ .row:before, .FlightSearch div[id*="MultiPage"] .SearchRow ~ .row:after {
          display: none; }
      .FlightSearch div[id*="MultiPage"] > .row:nth-child(4n) {
        width: 20%; }
        .FlightSearch div[id*="MultiPage"] > .row:nth-child(4n) .form-control {
          border-radius: 0 2px 2px 0 !important; }
        .FlightSearch div[id*="MultiPage"] > .row:nth-child(4n) > div {
          border: 0; }
      .FlightSearch div[id*="MultiPage"] > .row:nth-child(4n - 1),
      .FlightSearch div[id*="MultiPage"] > .row:nth-child(4n - 2) {
        width: 40%; }
      .FlightSearch div[id*="MultiPage"] > .row:nth-child(4n - 1) label.airport:before {
        left: 20px; }
      .FlightSearch div[id*="MultiPage"] > .row:nth-child(4n - 1) .form-control {
        padding-left: 45px; }
      .FlightSearch div[id*="MultiPage"] > .row:nth-child(4n - 2) .form-control {
        border-radius: 2px 0 0 2px !important; }
      .FlightSearch div[id*="MultiPage"] > .row:nth-child(4n - 2) .form-control-clear {
        width: 25px;
        margin-right: 20px; }
      .FlightSearch div[id*="MultiPage"] div[id*="pnlMultiAddl"] .multisp ~ .row {
        float: left;
        display: inline-block;
        margin-bottom: 10px; }
        .FlightSearch div[id*="MultiPage"] div[id*="pnlMultiAddl"] .multisp ~ .row > div {
          padding: 0 !important;
          float: left;
          display: inline-block;
          border-right: 1px solid #ddd; }
        .FlightSearch div[id*="MultiPage"] div[id*="pnlMultiAddl"] .multisp ~ .row:before, .FlightSearch div[id*="MultiPage"] div[id*="pnlMultiAddl"] .multisp ~ .row:after {
          display: none; }
      .FlightSearch div[id*="MultiPage"] div[id*="pnlMultiAddl"] > .row:nth-child(4n) {
        width: 20%; }
        .FlightSearch div[id*="MultiPage"] div[id*="pnlMultiAddl"] > .row:nth-child(4n) .form-control {
          border-radius: 0 2px 2px 0 !important; }
        .FlightSearch div[id*="MultiPage"] div[id*="pnlMultiAddl"] > .row:nth-child(4n) > div {
          border: 0; }
      .FlightSearch div[id*="MultiPage"] div[id*="pnlMultiAddl"] > .row:nth-child(4n - 1),
      .FlightSearch div[id*="MultiPage"] div[id*="pnlMultiAddl"] > .row:nth-child(4n - 2) {
        width: 40%; }
      .FlightSearch div[id*="MultiPage"] div[id*="pnlMultiAddl"] > .row:nth-child(4n - 1) label.airport:before {
        left: 20px; }
      .FlightSearch div[id*="MultiPage"] div[id*="pnlMultiAddl"] > .row:nth-child(4n - 1) .form-control {
        padding-left: 45px; }
      .FlightSearch div[id*="MultiPage"] div[id*="pnlMultiAddl"] > .row:nth-child(4n - 2) .form-control {
        border-radius: 2px 0 0 2px !important; }
      .FlightSearch div[id*="MultiPage"] div[id*="pnlMultiAddl"] > .row:nth-child(4n - 2) .form-control-clear {
        width: 25px;
        margin-right: 20px; }
      .FlightSearch div[id*="MultiPage"] ~ .row {
        width: 80%;
        float: left;
        position: relative; }
        .FlightSearch div[id*="MultiPage"] ~ .row div[id*="GroupPassengers"] {
          width: 50%; }
      .FlightSearch div[id*="MultiPage"] ~ .row ~ .row {
        width: 20%;
        float: right; } }
  @media only screen and (min-width: 768px) {
    .FlightSearch div[id*="MultiPage"] #multimore a {
      color: white; } }
  .FlightSearch div[id*="RoundTripPage"],
  .FlightSearch div[id*="OneWayPage"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    @media only screen and (min-width: 1200px) {
      .FlightSearch div[id*="RoundTripPage"],
      .FlightSearch div[id*="OneWayPage"] {
        overflow: hidden;
        border-radius: 2px 0 0 2px; } }
    .FlightSearch div[id*="RoundTripPage"] > div,
    .FlightSearch div[id*="OneWayPage"] > div {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1;
      width: 100%; }
      .FlightSearch div[id*="RoundTripPage"] > div.SearchRow,
      .FlightSearch div[id*="OneWayPage"] > div.SearchRow {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        display: inline-block;
        width: 100%;
        margin: -10px 0 10px; }
        @media only screen and (min-width: 1200px) {
          .FlightSearch div[id*="RoundTripPage"] > div.SearchRow,
          .FlightSearch div[id*="OneWayPage"] > div.SearchRow {
            display: none; } }
  @media only screen and (max-width: 767px) {
    .FlightSearch {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .FlightSearch > div {
        width: 100%; } }
  .FlightSearch .FlexDateBox input {
    margin: 0 3px 0; }
  .FlightSearch .FlexDateBox label {
    color: white;
    font-weight: normal; }
  @media only screen and (min-width: 1200px) {
    .FlightSearch .FlexDateBox {
      display: block;
      width: 100%;
      margin-top: 10px;
      -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
      order: 5; } }
  @media only screen and (max-width: 767px) {
    .FlightSearch .FlexDateBox label {
      color: black;
      font-weight: normal; } }
  @media only screen and (min-width: 1200px) {
    .FlightSearch > .row:nth-last-child(2) {
      width: 180px;
      float: left;
      -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
      order: 3; } }
  @media only screen and (min-width: 1200px) {
    .FlightSearch > .row:nth-last-child(1) {
      width: 100%;
      -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
      order: 4; } }
  .FlightSearch div[id*="GroupPassengers"] > div {
    width: 100%; }
  .FlightSearch div[id*="GroupPassengers"] #dropdownPax {
    font-size: 16px;
    text-align: left;
    padding-left: 45px;
    white-space: normal;
    display: inline-block; }
    @media only screen and (min-width: 1200px) {
      .FlightSearch div[id*="GroupPassengers"] #dropdownPax {
        font-size: 14px;
        padding-left: 35px;
        padding-right: 10px;
        padding-top: 18px;
        padding-bottom: 6px;
        width: 100%; } }
    @media screen and (max-width: 1199px) {
      .FlightSearch div[id*="GroupPassengers"] #dropdownPax {
        padding-right: 10px;
        padding-top: 18px;
        padding-bottom: 6px; } }
  .FlightSearch div[id*="GroupPassengers"] .dropdown-menu {
    -webkit-box-shadow: 0 0 6px #5f5f5f;
    box-shadow: 0 0 6px #5f5f5f;
    border-radius: 2px;
    border: 0;
    min-width: 300px; }
  .FlightSearch div[id*="GroupPassengers"] .dropdown {
    display: block;
    width: 100%; }
    .FlightSearch div[id*="GroupPassengers"] .dropdown .dropdown-toggle.form-control {
      overflow: hidden;
      border-radius: 4px; }
    .FlightSearch div[id*="GroupPassengers"] .dropdown .dropdown-toggle .caret {
      position: absolute;
      margin: 5px 5px 0;
      vertical-align: middle;
      float: right;
      right: 5px; }
    .FlightSearch div[id*="GroupPassengers"] .dropdown .dropdown-menu {
      padding: 0;
      width: 100%;
      margin: 0 auto;
      opacity: 1; }
      .FlightSearch div[id*="GroupPassengers"] .dropdown .dropdown-menu > li {
        display: table;
        width: 100%;
        padding: 10px 15px 10px 10px; }
        .FlightSearch div[id*="GroupPassengers"] .dropdown .dropdown-menu > li:not(:last-child) {
          border-bottom: 1px dashed #ddd; }
      .FlightSearch div[id*="GroupPassengers"] .dropdown .dropdown-menu .passengerLabel {
        font-weight: bold;
        margin-top: 6px;
        width: 50%;
        line-height: 1.2;
        display: inline-block;
        text-align: center;
        float: left; }
        .FlightSearch div[id*="GroupPassengers"] .dropdown .dropdown-menu .passengerLabel > span {
          font-size: 14px;
          font-weight: normal; }
      .FlightSearch div[id*="GroupPassengers"] .dropdown .dropdown-menu .passengerAge {
        display: inline-block;
        text-align: center;
        color: #ff7a3a;
        margin-top: 5px; }
      .FlightSearch div[id*="GroupPassengers"] .dropdown .dropdown-menu .passengerInput {
        text-align: center;
        width: calc(100% - 50%);
        display: inline-block;
        float: right; }
        .FlightSearch div[id*="GroupPassengers"] .dropdown .dropdown-menu .passengerInput .bootstrap-touchspin {
          margin: 0;
          display: table; }
        .FlightSearch div[id*="GroupPassengers"] .dropdown .dropdown-menu .passengerInput .input-group-btn {
          width: auto; }
          .FlightSearch div[id*="GroupPassengers"] .dropdown .dropdown-menu .passengerInput .input-group-btn button {
            width: 35px;
            height: 35px;
            border-radius: 4px;
            overflow: hidden;
            vertical-align: middle;
            padding: 0;
            text-align: center;
            margin: 0;
            outline: none;
            border-color: #dedede;
            -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 1px rgba(0, 0, 0, 0.1); }
        .FlightSearch div[id*="GroupPassengers"] .dropdown .dropdown-menu .passengerInput #adultgroup,
        .FlightSearch div[id*="GroupPassengers"] .dropdown .dropdown-menu .passengerInput #teengroup,
        .FlightSearch div[id*="GroupPassengers"] .dropdown .dropdown-menu .passengerInput #childgroup,
        .FlightSearch div[id*="GroupPassengers"] .dropdown .dropdown-menu .passengerInput #lapgroup {
          height: 35px !important;
          text-align: center;
          padding: 0;
          background: #eee; }
          .FlightSearch div[id*="GroupPassengers"] .dropdown .dropdown-menu .passengerInput #adultgroup.form-control,
          .FlightSearch div[id*="GroupPassengers"] .dropdown .dropdown-menu .passengerInput #teengroup.form-control,
          .FlightSearch div[id*="GroupPassengers"] .dropdown .dropdown-menu .passengerInput #childgroup.form-control,
          .FlightSearch div[id*="GroupPassengers"] .dropdown .dropdown-menu .passengerInput #lapgroup.form-control {
            pointer-events: none;
            width: 100%;
            border: 0;
            border-radius: 0 !important;
            background: white;
            -webkit-box-shadow: none;
            box-shadow: none; }
      .FlightSearch div[id*="GroupPassengers"] .dropdown .dropdown-menu .passenger-subtract,
      .FlightSearch div[id*="GroupPassengers"] .dropdown .dropdown-menu .passenger-add {
        text-align: center;
        width: 33px; }
      .FlightSearch div[id*="GroupPassengers"] .dropdown .dropdown-menu .paxgroup-done {
        background: #ff7a3a;
        border: 0;
        border-radius: 2px !important;
        color: white;
        width: 100%;
        padding: 0 15px;
        font-size: 18px;
        font-weight: bold;
        text-transform: uppercase; }
        @media only screen and (min-width: 768px) {
          .FlightSearch div[id*="GroupPassengers"] .dropdown .dropdown-menu .paxgroup-done {
            height: 45px; } }
        .FlightSearch div[id*="GroupPassengers"] .dropdown .dropdown-menu .paxgroup-done:hover {
          background: #ff5807; }
  .FlightSearch div[id="ClassBox"] {
    width: 100%; }
    .FlightSearch div[id="ClassBox"] .searchlabel {
      display: none; }
    .FlightSearch div[id="ClassBox"] .form-control {
      background: transparent !important;
      border: 0 !important;
      color: white;
      width: 100%;
      height: 35px;
      line-height: 35px;
      padding: 0 30px 0 0;
      margin: 0 0 0 0;
      outline: none;
      -moz-appearance: none;
      -webkit-appearance: none;
      appearance: none; }
      .FlightSearch div[id="ClassBox"] .form-control ~ span {
        position: relative;
        float: right;
        height: 0; }
        .FlightSearch div[id="ClassBox"] .form-control ~ span:before {
          position: absolute;
          top: -25px;
          right: 5px;
          position: relative;
          display: inline-block;
          font-style: normal;
          font-weight: 400;
          line-height: 1;
          padding: 0;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          outline: none;
          -webkit-box-shadow: none;
          box-shadow: none;
          background: transparent;
          border: 0;
          font-family: "FontAwesome";
          content: '\f0dc';
          color: white; }
          @media only screen and (max-width: 767px) {
            .FlightSearch div[id="ClassBox"] .form-control ~ span:before {
              color: #676767;
              right: 10px; } }
      @media only screen and (max-width: 767px) {
        .FlightSearch div[id="ClassBox"] .form-control {
          color: gray; } }
      .FlightSearch div[id="ClassBox"] .form-control:focus {
        border: 0;
        outline: none;
        -webkit-box-shadow: none;
        box-shadow: none; }
        @media only screen and (max-width: 767px) {
          .FlightSearch div[id="ClassBox"] .form-control:focus {
            color: black; } }
    .FlightSearch div[id="ClassBox"] option {
      background: white;
      color: black; }
    .FlightSearch div[id="ClassBox"] .select-selected {
      color: white;
      padding: 0 30px 0 0;
      display: inline-block;
      position: relative;
      width: 100%;
      font-size: 16px;
      height: 55px;
      margin-top: -10px;
      line-height: 55px; }
      @media only screen and (min-width: 1200px) {
        .FlightSearch div[id="ClassBox"] .select-selected {
          height: 35px;
          line-height: 35px;
          font-size: 14px;
          margin: 0; } }
      @media only screen and (max-width: 767px) {
        .FlightSearch div[id="ClassBox"] .select-selected {
          color: #676767; } }
      .FlightSearch div[id="ClassBox"] .select-selected:after {
        position: relative;
        display: inline-block;
        font-style: normal;
        font-weight: 400;
        line-height: 1;
        padding: 0;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        outline: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        background: transparent;
        border: 0;
        font-family: "FontAwesome";
        content: '\f0dc';
        color: white;
        border: 0;
        position: absolute;
        top: 14px;
        right: 10px;
        width: auto;
        height: auto; }
        @media only screen and (max-width: 767px) {
          .FlightSearch div[id="ClassBox"] .select-selected:after {
            color: #676767;
            top: 14px;
            right: 10px; } }
    .FlightSearch div[id="ClassBox"] .select-items {
      left: auto;
      width: 100%;
      overflow: hidden;
      font-size: 16px; }
      @media only screen and (min-width: 1200px) {
        .FlightSearch div[id="ClassBox"] .select-items {
          min-width: 150px;
          font-size: 14px; } }
      .FlightSearch div[id="ClassBox"] .select-items div.same-as-selected, .FlightSearch div[id="ClassBox"] .select-items div.same-as-selected:hover {
        background: #2e7bcc;
        color: white; }
      .FlightSearch div[id="ClassBox"] .select-items div:hover {
        background: #f4f4f4; }
    @media only screen and (max-width: 767px) {
      .FlightSearch div[id="ClassBox"] > .input-group {
        margin: -10px 0 0 0; }
      .FlightSearch div[id="ClassBox"] .form-control {
        height: 55px;
        line-height: 55px; }
        .FlightSearch div[id="ClassBox"] .form-control ~ span:before {
          top: -38px; } }
    @media only screen and (min-width: 1200px) {
      .FlightSearch div[id="ClassBox"] {
        position: absolute;
        right: 15px;
        bottom: 10px;
        width: auto;
        height: 35px; } }
  .FlightSearch div[id*="CouponCode"] {
    display: none; }
  .FlightSearch .SearchButton .SearchBut {
    background: #ff7a3a;
    border: 0;
    border-radius: 2px;
    color: white;
    width: 100%;
    line-height: 54px;
    padding: 0 15px;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase; }
    @media only screen and (min-width: 1200px) {
      .FlightSearch .SearchButton .SearchBut {
        font-size: 16px;
        padding-left: 30%;
        border-radius: 0; } }
    .FlightSearch .SearchButton .SearchBut:hover {
      background: #ff5807; }
  .FlightSearch .inline-error {
    display: none !important;
    display: inline-block;
    background: #d94f4f;
    color: white;
    padding: 5px 5px 5px;
    line-height: 1.2;
    font-size: 13px;
    font-family: inherit;
    margin: 0;
    z-index: 4;
    border-radius: 0;
    border-left: 4px solid #b13232;
    border-bottom: 1px dashed #b13232; }
    @media only screen and (max-width: 767px) {
      .FlightSearch .inline-error {
        padding: 15px 5px; } }
    .FlightSearch .inline-error ~ .inline-error:last-child {
      border-bottom: 0; }
  .FlightSearch div[id*="ErrorGroup"] .ErrorGroupText > i.fa.fa-exclamation-triangle {
    display: none; }
  .FlightSearch div[id*="ErrorGroup"] .ErrorMessageDefault {
    display: block;
    width: 100%;
    padding: 10px 0 0; }
    @media only screen and (min-width: 768px) and (max-width: 1199px) {
      .FlightSearch div[id*="ErrorGroup"] .ErrorMessageDefault {
        padding-top: 0; } }
    .FlightSearch div[id*="ErrorGroup"] .ErrorMessageDefault li {
      display: inline-block;
      width: calc(100% - 140px);
      background: #d94f4f;
      color: white;
      padding: 5px 5px 5px;
      line-height: 1.2;
      font-size: 13px;
      margin: 0;
      border-radius: 0;
      border-left: 4px solid #b13232;
      border-bottom: 1px dashed #b13232; }
      @media screen and (max-width: 1190px) {
        .FlightSearch div[id*="ErrorGroup"] .ErrorMessageDefault li {
          width: 100%; } }
      .FlightSearch div[id*="ErrorGroup"] .ErrorMessageDefault li:last-child {
        border-bottom: 0; }

.maketing-text {
  color: white;
  text-align: center;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.6);
  display: inline-block;
  width: 100%;
  margin-bottom: 40px; }
  .maketing-text h4 {
    font-size: 26px;
    line-height: 1.5; }
  .maketing-text h1 {
    font-size: 80px;
    line-height: 1.5;
    font-weight: 600; }
  .maketing-text h3 {
    font-size: 18px;
    line-height: 1;
    font-weight: 600; }
  .maketing-text .price {
    display: inline-block;
    border: 1px solid rgba(255, 255, 255, 0.5);
    background: rgba(0, 0, 0, 0.3);
    margin: 0 auto;
    padding: 20px; }
    .maketing-text .price li {
      display: inline-block;
      float: left; }
      .maketing-text .price li:nth-child(1) {
        font-size: 16px;
        text-align: left; }
      .maketing-text .price li:nth-child(2) {
        font-size: 48px;
        font-weight: 600;
        margin: 10px 20px 0;
        position: relative; }
        .maketing-text .price li:nth-child(2):after {
          display: inline-block;
          content: '';
          width: 50px;
          height: 1px;
          top: 10px;
          right: -20px;
          background: white;
          position: absolute;
          -webkit-transform: rotateZ(-45deg);
          -ms-transform: rotate(-45deg);
          transform: rotateZ(-45deg);
          -webkit-transform-origin: bottom right;
          -ms-transform-origin: bottom right;
          transform-origin: bottom right; }
      .maketing-text .price li:nth-child(3) {
        font-size: 17px;
        margin: 30px 0px 0; }
      .maketing-text .price li sup {
        font-size: 26px;
        font-weight: bold; }
  @media only screen and (max-width: 767px) {
    .maketing-text {
      margin: 10px 0;
      text-shadow: none;
      background: #f4f4f4;
      display: block;
      margin: 0 -10px;
      padding: 10px;
      width: auto; }
      .maketing-text h4, .maketing-text h3 {
        font-size: 14px;
        line-height: 1;
        display: inline-block;
        color: #3f4d61;
        font-weight: normal; }
      .maketing-text h1 {
        font-size: 24px;
        line-height: 1;
        margin: 8px 0;
        color: black; }
      .maketing-text .price {
        color: #3f4d61;
        padding: 10px;
        background: white;
        border: 1px dashed #e1e1e1; }
        .maketing-text .price li {
          display: inline-block;
          float: left; }
          .maketing-text .price li:nth-child(1) {
            font-size: 14px; }
          .maketing-text .price li:nth-child(2) {
            font-size: 32px;
            margin: 5px 15px;
            color: #2e7bcc; }
            .maketing-text .price li:nth-child(2) sup {
              font-size: 18px; }
            .maketing-text .price li:nth-child(2):after {
              background: #676767;
              opacity: 0.3;
              top: -5px;
              right: -24px; }
          .maketing-text .price li:nth-child(3) {
            font-size: 14px;
            margin: 10px 0 0; } }
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .maketing-text {
      margin: 1em 0; }
      .maketing-text h1 {
        font-size: 44px; } }

.hightlight-deals-group ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.hightlight-deals-group .item-deals {
  display: inline-block;
  width: calc((100% / 4) - 20px);
  float: left;
  border: 1px solid #e1e1e1;
  color: #3f4d61;
  position: relative;
  cursor: pointer;
  -webkit-transition-duration: .3s;
  -o-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05); }
  @media only screen and (max-width: 767px) {
    .hightlight-deals-group .item-deals {
      width: calc((100% / 2) - 5px);
      margin-bottom: 10px; } }
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .hightlight-deals-group .item-deals {
      width: calc((100% / 2) - 5px);
      margin-bottom: 10px; } }

.hightlight-deals-group .item-head {
  position: relative;
  display: inline-block;
  width: 100%;
  float: left;
  background: #f8f8f8; }
  .hightlight-deals-group .item-head .airline-text {
    display: inline-block;
    float: left;
    width: calc(100% - 37px);
    padding: 10px 10px;
    color: #0c64ad;
    font-weight: bold; }
  .hightlight-deals-group .item-head .airline-logo {
    display: inline-block;
    float: right;
    padding: 5px; }
    .hightlight-deals-group .item-head .airline-logo img {
      width: 27px; }

.hightlight-deals-group .item-body {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .hightlight-deals-group .item-body .depart-text,
  .hightlight-deals-group .item-body .return-text {
    width: calc((100% / 2) - 12px);
    display: inline-block;
    float: left;
    text-align: center; }
    .hightlight-deals-group .item-body .depart-text div:first-child,
    .hightlight-deals-group .item-body .return-text div:first-child {
      font-size: 32px;
      color: #0c64ad;
      display: block;
      margin: 10px 0;
      line-height: 1; }
    .hightlight-deals-group .item-body .depart-text div:last-child,
    .hightlight-deals-group .item-body .return-text div:last-child {
      display: block;
      margin: 10px 0;
      line-height: 1; }
  .hightlight-deals-group .item-body .arrow-icon {
    background-image: url("/sites/1/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;
    background-position: -297px -449px;
    width: 23px;
    height: 23px;
    opacity: 0.5;
    display: inline-block;
    margin-top: 14px; }
  .hightlight-deals-group .item-body .ribbon {
    display: inline-block;
    position: absolute;
    right: -12px;
    bottom: 0;
    background: #5091b5;
    color: white;
    font-size: 13px;
    line-height: 22px;
    padding: 0 6px; }
    .hightlight-deals-group .item-body .ribbon:after {
      display: inline-block;
      position: absolute;
      right: 0;
      content: '';
      width: 0;
      height: 0;
      border-top: 0px solid transparent;
      border-bottom: 8px solid transparent;
      border-left: 12px solid #284b5e; }
    .hightlight-deals-group .item-body .ribbon-orange {
      background: #ff7a3a; }
      .hightlight-deals-group .item-body .ribbon-orange:after {
        border-left-color: #ba3c00; }
  .hightlight-deals-group .item-body:after {
    display: inline-block;
    content: '';
    border-top: 1px dotted #cdcdcd;
    margin: 8px 15px;
    width: calc(100% - 30px); }

.hightlight-deals-group .item-footer {
  position: relative;
  display: inline-block;
  width: 100%;
  float: left;
  padding: 10px 15px; }
  @media only screen and (max-width: 767px) {
    .hightlight-deals-group .item-footer {
      padding: 10px; } }
  .hightlight-deals-group .item-footer .date-text {
    display: inline-block;
    float: left;
    width: 50%;
    font-size: 13px;
    line-height: 1.5; }
    .hightlight-deals-group .item-footer .date-text strong {
      padding-right: 5px; }
    @media only screen and (max-width: 767px) {
      .hightlight-deals-group .item-footer .date-text {
        width: auto;
        float: left; } }
  .hightlight-deals-group .item-footer .price-text {
    display: inline-block;
    float: right;
    width: 50%;
    text-align: right;
    color: #2e7bcc;
    font-size: 32px;
    font-weight: 600;
    line-height: 1; }
    .hightlight-deals-group .item-footer .price-text sup {
      font-size: 18px;
      font-weight: bold; }
    @media only screen and (max-width: 767px) {
      .hightlight-deals-group .item-footer .price-text {
        width: auto;
        margin: 0;
        text-align: right;
        font-size: 24px; }
        .hightlight-deals-group .item-footer .price-text sup {
          font-size: 16px; } }

.deals-group {
  display: inline-block;
  width: 100%;
  margin: 2em 0 0; }
  .deals-group ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .deals-group .item-deals {
    width: calc((100% / 3) - 5px);
    background: white;
    padding: 10px;
    border: 1px dashed #e1e1e1;
    margin-bottom: 10px;
    position: relative;
    cursor: pointer;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media only screen and (max-width: 767px) {
      .deals-group .item-deals {
        width: 100%; } }
    @media only screen and (min-width: 768px) and (max-width: 1023px) {
      .deals-group .item-deals {
        width: calc((100% / 2) - 5px); } }
    .deals-group .item-deals .column-left {
      width: calc(100% - 150px); }
    .deals-group .item-deals .column-right {
      width: 150px; }
    .deals-group .item-deals .city-text {
      color: #2e7bcc;
      font-size: 16px;
      line-height: 1;
      font-weight: 600; }
      .deals-group .item-deals .city-text span:nth-child(2) {
        margin: 0 5px; }
    .deals-group .item-deals .date-text {
      margin-top: 10px;
      line-height: 1; }
    .deals-group .item-deals .airline-logo {
      display: inline-block; }
      .deals-group .item-deals .airline-logo img {
        width: 27px; }
    .deals-group .item-deals .price-text {
      display: inline-block;
      float: right;
      font-size: 32px;
      line-height: 1;
      color: #0c64ad;
      font-weight: 600; }
      .deals-group .item-deals .price-text sup {
        font-size: 20px; }
      @media only screen and (max-width: 767px) {
        .deals-group .item-deals .price-text {
          font-size: 24px; }
          .deals-group .item-deals .price-text sup {
            font-size: 16px; } }
    .deals-group .item-deals:hover {
      border-color: #00a5ff;
      border-style: solid; }

.heading {
  display: inline-block;
  width: 100%;
  font-size: 26px;
  color: #3f4d61; }
  .heading:before {
    background-image: url("/sites/1/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;
    background-position: -240px -450px;
    width: 50px;
    height: 35px;
    vertical-align: middle; }
  .heading strong {
    font-weight: 600; }
  @media only screen and (max-width: 767px) {
    .heading {
      font-size: 18px;
      text-align: center; } }

.travel-text {
  color: #2e7bcc;
  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; } }

.travel-detail {
  display: inline-block;
  width: 100%; }

.decription-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .decription-group .column-left {
    width: calc(100% - 200px);
    padding-right: 20px; }
    @media only screen and (max-width: 767px) {
      .decription-group .column-left {
        width: 100%;
        padding: 0; } }
  .decription-group .column-right {
    width: 200px; }
    @media only screen and (max-width: 767px) {
      .decription-group .column-right {
        width: 100%; } }
  .decription-group .travel-detail {
    display: inline-block;
    width: 100%;
    margin: 15px 0; }
    .decription-group .travel-detail p {
      margin-bottom: 15px;
      line-height: 1.8; }
    .decription-group .travel-detail a {
      color: #2e7bcc;
      text-decoration: underline; }
  .decription-group .section-why .block {
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05); }
    .decription-group .section-why .block .header {
      color: #3f4d61;
      font-size: 16px;
      padding: 6% 5px; }
    .decription-group .section-why .block .body li {
      padding-left: 50px;
      min-height: 45px;
      position: relative;
      margin: 10px 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
    .decription-group .section-why .block .icon {
      position: absolute;
      top: 0;
      left: 0;
      display: inline-block;
      background: url(/sites/1/Images/V3/sprite-all.png) no-repeat;
      background-repeat: no-repeat;
      width: 42px;
      height: 42px;
      content: '';
      -webkit-transform: scale(0.7);
      -ms-transform: scale(0.7);
      transform: scale(0.7); }
      .decription-group .section-why .block .icon.icon-free {
        background-position: -136px -66px; }
      .decription-group .section-why .block .icon.icon-live {
        background-position: -198px -66px; }
      .decription-group .section-why .block .icon.icon-save {
        background-position: -136px -120px; }
      .decription-group .section-why .block .icon.icon-special {
        background-position: -198px -119px; }

.des-group ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin: 25px 0 0; }

.des-group .item-deals {
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: white;
  margin-bottom: 10px;
  border-radius: 2px;
  -webkit-box-shadow: 1px 1px 1px rgba(128, 128, 128, 0.1);
  box-shadow: 1px 1px 1px rgba(128, 128, 128, 0.1);
  padding: 10px;
  width: calc(97% / 4); }
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .des-group .item-deals {
      display: inline-block;
      padding: 10px; } }
  @media only screen and (max-width: 767px) {
    .des-group .item-deals {
      width: calc(97% / 2); } }
  .des-group .item-deals.col2 {
    width: calc(99% / 2); }
    @media only screen and (max-width: 767px) {
      .des-group .item-deals.col2 {
        width: 100%; } }
  .des-group .item-deals a {
    width: 100%;
    display: block; }
  .des-group .item-deals .picture {
    width: 100%;
    display: block; }
    .des-group .item-deals .picture img {
      width: 100%;
      display: block; }
  .des-group .item-deals .text {
    position: absolute;
    left: 25px;
    bottom: 25px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.5;
    margin: 0; }
    @media only screen and (min-width: 768px) and (max-width: 1023px) {
      .des-group .item-deals .text {
        font-size: 14px;
        left: 20px;
        bottom: 20px;
        line-height: 1.2; } }
