/* Sections 
---------------------------------------
*/
.section-wrap-images {
  width: 100%;
  display: inline-block;
  float: left; }
  @media only screen and (max-width: 767px) {
    .section-wrap-images {
      margin-top: 47px; } }
  @media only screen and (min-width: 768px) {
    .section-wrap-images {
      background-image: url(/sites/80/img/bg/bg-homepage-02.jpg);
      background-position: center;
      background-size: cover;
      content: '';
      margin-top: 95px; } }
  @media only screen and (max-width: 767px) {
    .section-wrap-images .container {
      padding: 0;
      display: block; } }

.form-wrap {
  background: rgba(0, 0, 0, 0.7);
  border-radius: 4px;
  margin: 35px 0;
  padding: 15px;
  width: 50%;
  float: right; }
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .form-wrap {
      width: 100%; } }
  @media only screen and (max-width: 767px) {
    .form-wrap {
      width: 100%;
      margin: 0;
      background: transparent; } }

/* Cover Searchbox
---------------------------------------
*/
.FlightSearch {
  position: relative;
  width: 100%; }
  .FlightSearch .row {
    margin: 0; }
  .FlightSearch div[class*="col-"] {
    padding: 0; }
  .FlightSearch .checkbox-inline {
    padding: 0; }
    .FlightSearch .checkbox-inline .TripTypeRadio {
      margin: 0; }
      .FlightSearch .checkbox-inline .TripTypeRadio input {
        visibility: hidden;
        position: absolute; }
        .FlightSearch .checkbox-inline .TripTypeRadio input + label {
          color: white;
          font-size: 15px;
          font-weight: bold;
          cursor: pointer;
          margin: 1px;
          padding: 7px 0;
          position: relative;
          display: inline-block !important;
          opacity: 0.4; }
          @media only screen and (max-width: 767px) {
            .FlightSearch .checkbox-inline .TripTypeRadio input + label {
              color: black;
              padding-top: 0; } }
          .FlightSearch .checkbox-inline .TripTypeRadio input + label:hover {
            opacity: 1; }
          .FlightSearch .checkbox-inline .TripTypeRadio input + label:not(:last-child) {
            margin-right: 10px;
            padding-right: 10px; }
        .FlightSearch .checkbox-inline .TripTypeRadio input:checked + label {
          opacity: 1; }
          @media only screen and (max-width: 767px) {
            .FlightSearch .checkbox-inline .TripTypeRadio input:checked + label {
              color: #f15a29; } }
  .FlightSearch .input-group {
    width: 100%;
    cursor: pointer;
    margin-bottom: 10px;
    position: relative; }
    .FlightSearch .input-group > .input-group-addon {
      width: 100%;
      position: relative;
      display: inline-block;
      z-index: 3;
      padding: 0;
      border: 0;
      background: transparent;
      text-align: left; }
      .FlightSearch .input-group > .input-group-addon label {
        margin: 0;
        margin-bottom: 5px;
        font-size: 15px;
        font-weight: bold;
        position: relative;
        width: 100%;
        color: white; }
        @media only screen and (max-width: 767px) {
          .FlightSearch .input-group > .input-group-addon label {
            color: black; } }
        .FlightSearch .input-group > .input-group-addon label.airport i, .FlightSearch .input-group > .input-group-addon label.date i {
          color: #f15a29;
          cursor: pointer;
          font-size: 20px;
          position: absolute;
          left: 10px;
          top: 30px;
          pointer-events: none;
          z-index: 11; }
        .FlightSearch .input-group > .input-group-addon label.searchlabel br {
          display: none; }
        .FlightSearch .input-group > .input-group-addon label.searchlabel .Age {
          font-size: 10px;
          font-weight: normal; }
          @media only screen and (max-width: 767px) {
            .FlightSearch .input-group > .input-group-addon label.searchlabel .Age {
              font-size: 13px;
              font-weight: bold;
              color: #f15a29; } }
    .FlightSearch .input-group .form-control {
      float: none;
      height: 40px;
      border: 1px solid #ccc;
      -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
      box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
      border-radius: 4px !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; }
      .FlightSearch .input-group .form-control.flightSearchInput, .FlightSearch .input-group .form-control.DateInput {
        padding-left: 35px; }
      .FlightSearch .input-group .form-control:focus, .FlightSearch .input-group .form-control:hover {
        outline: 0;
        background-color: white;
        border-color: #f15a29;
        -webkit-box-shadow: 0px 1px 0 #f15a29, 0px -1px 0 #f15a29, 1px 0 0 #f15a29, -1px 0 0 #f15a29;
        box-shadow: 0px 1px 0 #f15a29, 0px -1px 0 #f15a29, 1px 0 0 #f15a29, -1px 0 0 #f15a29; }
    .FlightSearch .input-group .ui-datepicker-trigger {
      display: none; }
    .FlightSearch .input-group .form-control-clear {
      z-index: 3;
      opacity: 0.3;
      display: inline-block;
      pointer-events: auto;
      cursor: pointer;
      width: 40px;
      height: 40px;
      line-height: 40px;
      top: 20px;
      color: #333; }
      .FlightSearch .input-group .form-control-clear:hover {
        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: -15px;
    right: 0;
    height: 0;
    width: auto; }
    .FlightSearch .airport-exchange i {
      position: absolute;
      z-index: 3;
      bottom: auto;
      left: 46%;
      font-size: 16px;
      color: white;
      background: #f15a29;
      border-radius: 20px;
      border: 1px solid #f15a29;
      padding: 12px;
      -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      transform: rotate(90deg); }
    .FlightSearch .airport-exchange:hover i, .FlightSearch .airport-exchange:focus i {
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      background: #ff793a; }
  .FlightSearch .FlexDateBox {
    display: block;
    width: 100%;
    margin: 5px 0; }
    .FlightSearch .FlexDateBox input {
      margin: 0 5px 0 0; }
    .FlightSearch .FlexDateBox label {
      color: white;
      font-weight: bold; }
      @media only screen and (max-width: 767px) {
        .FlightSearch .FlexDateBox label {
          color: black;
          font-weight: normal; } }
  @media only screen and (min-width: 768px) {
    .FlightSearch div[id*="Passengers"] .input-group {
      margin-bottom: 30px; } }
  .FlightSearch div[id*="Passengers"] .input-group .input-group-addon label.searchlabel .Age {
    position: absolute;
    bottom: -60px;
    left: 0; }
    @media only screen and (max-width: 767px) {
      .FlightSearch div[id*="Passengers"] .input-group .input-group-addon label.searchlabel .Age {
        position: relative;
        bottom: 0; } }
  .FlightSearch div[id*="Passengers"] div[id*="AdultDiv"] {
    padding-right: 5px; }
  .FlightSearch div[id*="Passengers"] div[id*="ChildDiv"] {
    padding-left: 5px;
    padding-right: 5px; }
    @media only screen and (max-width: 767px) {
      .FlightSearch div[id*="Passengers"] div[id*="ChildDiv"] {
        padding-right: 0; } }
  .FlightSearch div[id*="Passengers"] div[id*="LapDiv"] {
    padding-left: 5px;
    padding-right: 5px; }
    @media only screen and (max-width: 767px) {
      .FlightSearch div[id*="Passengers"] div[id*="LapDiv"] {
        padding-left: 0; } }
  .FlightSearch div[id="ClassBox"] {
    padding-left: 5px; }
    @media only screen and (max-width: 767px) {
      .FlightSearch div[id="ClassBox"] {
        width: 50%; } }
    @media screen and (min-width: 992px) {
      .FlightSearch div[id="ClassBox"] {
        width: 25%; } }
  .FlightSearch div[id*="CouponCode"] {
    display: none; }
  .FlightSearch .SearchButton {
    text-align: center; }
    .FlightSearch .SearchButton .SearchBut {
      background: #f9c637;
      border: 1px solid #f8bf1e;
      text-align: center;
      color: #c49206;
      -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);
      border-color: #eaa803;
      color: black;
      border-radius: 6px;
      width: 100%;
      padding: 10px 16px;
      font-size: 18px;
      font-weight: bold;
      text-transform: uppercase;
      display: inline-block;
      width: auto;
      margin: 0.5em 0 1em; }
      .FlightSearch .SearchButton .SearchBut:hover {
        background: #f8bb0f; }
      .FlightSearch .SearchButton .SearchBut:active {
        background: #ab8005;
        outline: none; }
      .FlightSearch .SearchButton .SearchBut:focus {
        outline: none; }
      @media only screen and (max-width: 767px) {
        .FlightSearch .SearchButton .SearchBut {
          width: 100%;
          line-height: 45px;
          padding: 0; } }
  .FlightSearch .inline-error {
    display: inline-block;
    width: 100%;
    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; }
    .FlightSearch .inline-error ~ .inline-error:last-child {
      border-bottom: 0; }
  .FlightSearch div[id*="ErrorGroup"] {
    display: none; }
    @media only screen and (min-width: 1200px) {
      .FlightSearch div[id*="ErrorGroup"] {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5; } }
    .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; }
  .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*="MultiPage"] > .row:nth-child(4n) > div:first-child {
    padding-right: 15px; }
    @media only screen and (max-width: 767px) {
      .FlightSearch div[id*="MultiPage"] > .row:nth-child(4n) > div:first-child {
        padding: 0; } }
  .FlightSearch div[id*="MultiPage"] > .row:nth-child(4n) > div:last-child {
    display: none; }
  .FlightSearch div[id*="MultiPage"] > .row:nth-child(4n-2) {
    width: 50%;
    float: left;
    padding-right: 15px; }
    @media only screen and (max-width: 767px) {
      .FlightSearch div[id*="MultiPage"] > .row:nth-child(4n-2) {
        width: 100%;
        padding: 0; } }
  .FlightSearch div[id*="MultiPage"] > .row:nth-child(4n-1) {
    width: 50%;
    float: left;
    padding-left: 15px; }
    @media only screen and (max-width: 767px) {
      .FlightSearch div[id*="MultiPage"] > .row:nth-child(4n-1) {
        width: 100%;
        padding: 0; } }
  @media only screen and (min-width: 768px) {
    .FlightSearch div[id*="MultiPage"] .airport-exchange i {
      -webkit-transition: none;
      -o-transition: none;
      transition: none;
      left: auto;
      right: -33px;
      top: -35px;
      padding: 0 10px;
      line-height: 40px;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none;
      border-radius: 0;
      background: transparent;
      color: white;
      border: 0; }
      .FlightSearch div[id*="MultiPage"] .airport-exchange i:hover {
        color: #f15a29; } }
  .FlightSearch div[id*="MultiPage"] div[id*="pnlMultiAddl"] > .row:nth-child(4n) > div:first-child {
    padding-right: 15px; }
    @media only screen and (max-width: 767px) {
      .FlightSearch div[id*="MultiPage"] div[id*="pnlMultiAddl"] > .row:nth-child(4n) > div:first-child {
        padding: 0; } }
  .FlightSearch div[id*="MultiPage"] div[id*="pnlMultiAddl"] > .row:nth-child(4n) > div:last-child {
    display: none; }
  .FlightSearch div[id*="MultiPage"] div[id*="pnlMultiAddl"] > .row:nth-child(4n-2) {
    width: 50%;
    float: left;
    padding-right: 15px; }
    @media only screen and (max-width: 767px) {
      .FlightSearch div[id*="MultiPage"] div[id*="pnlMultiAddl"] > .row:nth-child(4n-2) {
        width: 100%;
        padding: 0; } }
  .FlightSearch div[id*="MultiPage"] div[id*="pnlMultiAddl"] > .row:nth-child(4n-1) {
    width: 50%;
    float: left;
    padding-left: 15px; }
    @media only screen and (max-width: 767px) {
      .FlightSearch div[id*="MultiPage"] div[id*="pnlMultiAddl"] > .row:nth-child(4n-1) {
        width: 100%;
        padding: 0; } }
  .FlightSearch div[id*="MultiPage"] #multimore a {
    color: #f9c637;
    margin: 10px 0 20px;
    display: inline-block;
    width: 100%;
    font-weight: bold; }
    @media only screen and (max-width: 767px) {
      .FlightSearch div[id*="MultiPage"] #multimore a {
        color: #2e7bcc; } }
    .FlightSearch div[id*="MultiPage"] #multimore a i {
      margin-right: 5px; }

.btn-groupbook {
  position: relative;
  display: inline-block;
  padding: 0;
  top: -10px;
  color: white;
  z-index: 3; }
  @media only screen and (max-width: 767px) {
    .btn-groupbook {
      color: #005aba;
      top: 0; } }
  .btn-groupbook:hover, .btn-groupbook:focus {
    color: #f15a29; }
