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

@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: 80px;
  }
}

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

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

.section-wrap-benefits .benefits-group ul {
  display: table;
  width: 100%;
  margin: 25px 0;
}

.section-wrap-benefits .benefits-group li {
  width: calc(100% / 4);
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.section-wrap-benefits .benefits-group .icon {
  display: inline-block;
  border: 1px solid #cecece;
  border-radius: 40px;
  margin-right: 15px;
}

.section-wrap-benefits .benefits-group .icon div {
  background: url(/sites/1/Images/V3/sprite-all.png) no-repeat;
  background-repeat: no-repeat;
  width: 42px;
  height: 42px;
  content: '';
  display: block;
  margin: 10px;
}

.section-wrap-benefits .benefits-group .icon.icon-free div {
  background-position: -136px -66px;
}

.section-wrap-benefits .benefits-group .icon.icon-live div {
  background-position: -198px -66px;
}

.section-wrap-benefits .benefits-group .icon.icon-save div {
  background-position: -136px -120px;
}

.section-wrap-benefits .benefits-group .icon.icon-special div {
  background-position: -198px -119px;
}

.section-wrap-benefits .benefits-group .text {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .section-wrap-benefits {
    background: #f4f4f4;
    border-bottom: 1px dashed #cecece;
  }
  .section-wrap-benefits .benefits-group li {
    width: calc(100% / 3);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .section-wrap-benefits .benefits-group li:last-child {
    display: none;
  }
  .section-wrap-benefits .benefits-group li .icon {
    margin: 0 0 10px;
  }
  .section-wrap-benefits .benefits-group li .text {
    font-size: 13px;
    text-align: center;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .section-wrap-benefits .benefits-group ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .section-wrap-benefits .benefits-group li {
    width: auto;
  }
  .section-wrap-benefits .benefits-group li .icon {
    margin-right: 10px;
    border: 0;
  }
  .section-wrap-benefits .benefits-group li .icon div {
    content: '';
    display: block;
    margin: 5px;
  }
  .section-wrap-benefits .benefits-group li .text {
    font-size: 14px;
    margin-right: 10px;
  }
}

.section-wrap-deals {
  background: #f4f4f4;
  display: inline-block;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .section-wrap-deals {
    display: none;
  }
}

.section-wrap-deals 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;
}

.section-wrap-deals .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;
  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);
}

.section-wrap-deals .item-deals.col2 {
  width: calc(99% / 2);
}

.section-wrap-deals .item-deals .picture {
  width: 100%;
  display: table;
}

.section-wrap-deals .item-deals .picture img {
  width: 100%;
}

.section-wrap-deals .item-deals .text {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 5px;
}

.section-wrap-deals .item-deals .text .title {
  font-size: 18px;
  font-weight: bold;
  color: #3f4d61;
  display: block;
  width: 100%;
}

.section-wrap-deals .item-callnow {
  float: left;
  width: calc(97% / 4);
  position: relative;
}

.section-wrap-deals .item-callnow .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  text-align: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background: #0c64ad;
  border: 1px solid #0a5695;
  text-align: center;
  color: #052d4e;
  -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;
  width: 100%;
  height: 100%;
  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;
}

.section-wrap-deals .item-callnow .text:hover {
  background: #094e87;
}

.section-wrap-deals .item-callnow .text:active {
  background: #041f36;
  outline: none;
}

.section-wrap-deals .item-callnow .text:focus {
  outline: none;
}

.section-wrap-deals .item-callnow .text h4 {
  font-size: 22px;
  line-height: 1.5;
  margin: 0;
  font-weight: normal;
}

.section-wrap-deals .item-callnow .text hr {
  overflow: visible;
  opacity: 0.7;
  margin: 25px 0;
  border: 0;
  display: inline-block;
  content: '';
  color: white;
  width: 35px;
  height: 45px;
  background: url(/sites/1/Images/V3/sprite-all.png) no-repeat;
  background-position: -200px -186px;
  background-repeat: no-repeat;
}

.section-wrap-deals .item-callnow .text hr:before {
  position: absolute;
  left: 15px;
  top: 48%;
  width: 35%;
  height: 1px;
  background: white;
  display: inline-block;
  content: '';
}

.section-wrap-deals .item-callnow .text hr:after {
  position: absolute;
  right: 15px;
  top: 48%;
  width: 35%;
  height: 1px;
  background: white;
  display: inline-block;
  content: '';
}

.section-wrap-deals .item-callnow .text .phone-us {
  display: block;
  width: 100%;
  font-size: 30px;
  color: white;
  font-weight: bold;
  margin-bottom: 15px;
}

.section-wrap-deals .item-callnow .text .phone-inter {
  display: block;
  width: 100%;
  font-size: 24px;
  color: white;
  font-weight: bold;
}

.section-wrap-deals .coupon-group .text .column-left {
  float: left;
}

.section-wrap-deals .coupon-group .text .column-left small {
  color: gray;
  display: inline-block;
  margin-top: 5px;
  margin-bottom: 5px;
}

.section-wrap-deals .coupon-group .text .column-left p {
  color: #2e7bcc;
  font-size: 20px;
  font-weight: bold;
  display: block;
}

.section-wrap-deals .coupon-group .text .column-right {
  float: right;
  display: inline-block;
  white-space: nowrap;
  background: white;
  color: #3f4d61;
  padding: 10px 12px;
  border-radius: 3px;
  width: 120px;
  font-weight: bold;
  text-align: center;
  border: 1px solid #e0e0e0;
  -webkit-box-shadow: 1px 1px 1px rgba(128, 128, 128, 0.2);
  box-shadow: 1px 1px 1px rgba(128, 128, 128, 0.2);
}

.section-wrap-deals .coupon-group .text .column-right:hover {
  background: #ff7a3a;
  color: white;
}

.section-wrap-deals .coupon-group .text .column-right:hover span:before {
  color: white;
}

.section-wrap-deals .coupon-group .text .column-right span:before {
  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: "\f02b";
  color: #3f4d61;
  float: left;
  margin-right: 5px;
  font-size: 16px;
  vertical-align: center;
  float: left;
  margin-right: 3px;
  font-size: 16px;
  display: inline-block;
  margin-top: 2px;
}

.section-wrap-deals .coupon-group .text .column-right p {
  margin: 0;
  text-transform: uppercase;
}

.section-wrap-deals .coupon-group + hr {
  border-top: 1px dashed #cecece;
}

.section-wrap-deals .des-group li {
  margin-bottom: 10px;
}

.section-wrap-deals .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) {
  .section-wrap-deals .item-deals {
    display: inline-block;
    padding: 10px;
  }
  .section-wrap-deals .item-deals .text .title {
    font-size: 14px;
    text-align: center;
    display: block;
    width: 100%;
  }
  .section-wrap-deals .item-deals .text .column-left {
    float: none;
    text-align: center;
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }
  .section-wrap-deals .item-deals .text .column-right {
    float: none;
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 6px 12px;
  }
  .section-wrap-deals .item-callnow .text h4 {
    font-size: 13px;
  }
  .section-wrap-deals .item-callnow .text hr {
    margin: 10px 0;
  }
  .section-wrap-deals .item-callnow .text hr:before {
    width: 30%;
  }
  .section-wrap-deals .item-callnow .text hr:after {
    width: 30%;
  }
  .section-wrap-deals .item-callnow .text .phone-us {
    font-size: 18px;
    margin: 10px 0 0;
  }
  .section-wrap-deals .item-callnow .text .phone-inter {
    font-size: 14px;
  }
  .section-wrap-deals .des-group .item-deals .text {
    font-size: 14px;
    left: 20px;
    bottom: 20px;
    line-height: 1.2;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1199px) {
  .section-wrap-deals .item-callnow .text h4 {
    font-size: 18px;
  }
  .section-wrap-deals .item-callnow .text hr {
    margin: 10px 0;
  }
  .section-wrap-deals .item-callnow .text hr:before {
    width: 30%;
  }
  .section-wrap-deals .item-callnow .text hr:after {
    width: 30%;
  }
  .section-wrap-deals .item-callnow .text .phone-us {
    font-size: 24px;
    margin: 10px 0 0;
  }
  .section-wrap-deals .item-callnow .text .phone-inter {
    font-size: 20px;
  }
}

/* Cover Searchbox
---------------------------------------
*/
@media only screen and (min-width: 768px) {
  .group-searchbox {
    -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;
    display: inline-block;
  }
}

.btn-groupbook {
  background: white;
  border: 1px solid #f2f2f2;
  text-align: center;
  color: #cccccc;
  -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: transparent;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: white;
  padding: 0;
  margin-top: 10px;
  line-height: 1.8;
}

.btn-groupbook:hover {
  background: #ebebeb;
}

.btn-groupbook:active {
  background: #bfbfbf;
  outline: none;
}

.btn-groupbook:focus {
  outline: none;
}

@media only screen and (min-width: 1200px) {
  .btn-groupbook {
    margin: 0;
  }
}

@media only screen and (min-width: 768px) {
  .btn-groupbook:hover {
    color: #ff6921;
    background: transparent;
  }
  .btn-groupbook:visited, .btn-groupbook:focus {
    color: white;
    background: transparent;
  }
}

@media only screen and (max-width: 767px) {
  .btn-groupbook {
    border-color: #d2d2d2;
    color: #006be0;
    margin-top: -15px;
    margin-bottom: 15px;
  }
  .btn-groupbook:hover, .btn-groupbook:focus, .btn-groupbook:visited {
    border-color: #006be0;
    color: #006be0;
    background: transparent;
  }
}

.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 {
    position: relative;
    width: 100%;
  }
  .FlightSearch .row {
    margin: 0;
  }
  .FlightSearch div[class*="col-"] {
    padding: 0;
  }
}

@media only screen and (max-width: 767px) {
  .FlightSearch {
    padding-top: 15px;
    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: 0;
}

@media only screen and (max-width: 767px) {
  .FlightSearch .checkbox-inline {
    padding-bottom: 0;
  }
}

@media only screen and (min-width: 1200px) {
  .FlightSearch .checkbox-inline {
    padding-top: 0;
  }
}

.FlightSearch .checkbox-inline .TripTypeRadio {
  margin: 0;
}

.FlightSearch .checkbox-inline .TripTypeRadio input {
  /*visibility: hidden;*/
  margin-left: 0px;
  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: 5px 0px 0px 20px;
  padding-left: 20px;
  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 (max-width: 767px) {
  .FlightSearch .input-group {
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
    cursor: pointer;
    position: relative;
  }

  .FlightSearch  .has-clear {
    margin-bottom: 0px !important;
    margin-top: 0px !important;
  }
  
}

@media only screen and (min-width: 1200px) {
  .FlightSearch .input-group {
    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;
    background-color: white;
  }
}

@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;
    background-color: white;
  }
}

.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: -18px;
  left: 85%;
  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 .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%;
    -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) {
    -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;
  -webkit-appearance: none;
  -moz-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: 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;
}

@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"] {
  display: none;
}
*/

.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 {
  display: inline-block;
  background: #d94f4f;
  color: white;
  padding: 5px 5px 5px;
  line-height: 1.2;
  font-size: 13px;
  margin: 0;
  margin-bottom: 10px;
  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*="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 {
    width: 100%;
  }
  .FlightSearch div[id*="RoundTripPage"] ~ .row ~ .row .SearchButton {
    position: relative;
  }
  .FlightSearch div[id*="RoundTripPage"] ~ .row ~ .row .SearchButton:before {
    top: -50px;
    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 .SearchButton .SearchBut {
    position: absolute;
    right: 0px;
    top: -64px;
    width: calc(100% - (70.5% + 180px));
    border-radius: 0 2px 2px 0;
    overflow: hidden;
    padding: 0;
    padding-left: 15px;
  }
  .FlightSearch div[id*="RoundTripPage"] ~ .row div[id="ClassBox"] {
    top: 89px;
    bottom: auto;
    z-index: 11;
  }
  .FlightSearch div[id*="RoundTripPage"] .inline-error {
    bottom: auto;
    left: 0;
  }
}

@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: calc(100% - (70.5% + 180px));
  }
  .FlightSearch div[id*="OneWayPage"] ~ .row ~ .row .SearchButton {
    position: relative;
  }
  .FlightSearch div[id*="OneWayPage"] ~ .row ~ .row .SearchButton:before {
    top: 10px;
    left: 10px;
  }
  .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 .SearchButton .SearchBut {
    border-radius: 0 2px 2px 0;
    overflow: hidden;
    padding: 0;
    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;
}

.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%;
  }
}
