/* Sections 
---------------------------------------
*/

.header .btn-hd-filter {
  display: none;
  top: 9px;
  right: 5px;
  position: relative;
  min-height: 38px;
  color: white;
  font-size: 11px;
  padding: 0 10px 0 10px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
}

@media only screen and (min-width: 767px) {
    .pct15 {
    width: 15% !important;
  }
}

@media only screen and (min-width: 767px) {
  .pct32{
    width: 32% !important;
  }
}

@media only screen and (min-width: 767px) {
  .showonmobile{
    display: none !important;
  }
}

@media only screen and (max-width: 767px) {
  .showonmobile{
    display: inline !important;
  }
}

@media only screen and (min-width: 767px) {
  .hideonmobile{
    display: inline !important;
  }
}

@media only screen and (max-width: 767px) {
  .hideonmobile{
    display: none !important;
  }
}
.center-airportcode {
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  position: relative;
}

.header .btn-hd-filter i {
  display: block;
  font-size: 18px;
  font-weight: bold;
}
.header .btn-hd-filter:not(.collapsed) {
  color: #F5941F;
}

.footer .footer-wrap-top {
  display: none;
}

@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1790px;
  }
}

@media only screen and (max-width: 767px) {
  .section-wrap {
    margin-top: 45px;
  }

  .section-wrap .container {
    padding: 0;
    display: block;
  }
}
@media only screen and (min-width: 768px) {
  .section-wrap {
    margin-top: 100px;
  }
}

@media only screen and (min-width: 1200px) {
  .section-modal #showModify,
.section-modal #showFilter {
    display: block !important;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    position: relative;
    overflow: visible;
    z-index: auto;
  }
}
@media only screen and (min-width: 1200px) {
  .section-modal #showModify .modal-dialog,
.section-modal #showFilter .modal-dialog {
    position: relative;
    width: 100%;
    height: auto;
    float: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
@media only screen and (min-width: 1200px) {
  .section-modal #showModify .modal-dialog .modal-header,
.section-modal #showFilter .modal-dialog .modal-header {
    border: 0;
    padding: 15px 0 10px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    color: #3f4d61;
  }
}
@media only screen and (min-width: 1200px) {
  .section-modal #showModify .modal-dialog .modal-header .close,
.section-modal #showFilter .modal-dialog .modal-header .close {
    display: none;
  }
}
@media only screen and (min-width: 1200px) {
  .section-modal #showModify .modal-dialog .modal-body,
.section-modal #showFilter .modal-dialog .modal-body {
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .section-modal #showFilter.in .modal-dialog {
    width: 100%;
    bottom: 190px;
    left: 0;
    margin: 0;
  }
}
@media screen and (max-width: 1199px) {
  .section-modal #showFilter.in .modal-dialog {
    /*position: fixed;*/
    display: block;
    top: 0px;
    /*
    left: 50%;
    margin-left: -140px;
    width: 275px;
    */
    min-height: 100px;
    float: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .section-modal #showFilter.in .modal-dialog {
    bottom: 100px;
    width: 400px;
  }
}
@media screen and (max-width: 1199px) {
  .section-modal #showFilter.block-filter {
    z-index: 20;
  }
}
@media screen and (max-width: 1199px) {
  .section-modal #showFilter.block-filter .modal-header {
    display: none;
  }
}
@media screen and (max-width: 1199px) {
  .section-modal #showFilter.block-filter #FiltersAll > div {
    display: none;
    border: 0;
    padding: 0 20px;
  }
}
@media screen and (max-width: 1199px) {
  .section-modal #showFilter.block-filter #FiltersAll .SliderBox div[id=PriceDisplay],
.section-modal #showFilter.block-filter #FiltersAll .SliderBox div[id=DurationDisplay],
.section-modal #showFilter.block-filter #FiltersAll div[id*=AirlinesDiv] .SliderBox .FilterSub {
    right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .section-modal .FlightSearch .checkbox-inline .TripTypeRadio {
    padding: 15px;
    min-height: 0;
  }
}
@media only screen and (min-width: 768px) {
  .section-modal .quote-modify {
    border: 1px solid #e1e1e1;
  }
}
.section-modal .quote-modify .ModifySearch {
  display: none;
}
@media screen and (max-width: 1199px) {
  .section-modal .modal-header {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
  }
}

#showBarFilter .section-filter-fixed {
  display: block;
  position: fixed;
  left: 0;
  z-index: 99;
  width: 100%;
  background: #051644;
  -ms-transform: translateY(100%);
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  transition: -webkit-transform 0.3s ease-in-out;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
@media only screen and (max-width: 767px) {
  #showBarFilter .section-filter-fixed {
    bottom: 140px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #showBarFilter .section-filter-fixed {
    bottom: 52px;
  }
}
#showBarFilter.in .section-filter-fixed {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
#showBarFilter ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 767px) {
  #showBarFilter ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
#showBarFilter ul li {
  display: block;
}
#showBarFilter ul li:last-child .filter-btn {
  border-right: 0;
}
#showBarFilter ul li:first-child .filter-btn {
  border-left: 0;
}
#showBarFilter ul li .filter-btn {
  background: #051644;
  border: 1px solid #0a5695;
  text-align: center;
  color: #052d4e;
  -webkit-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  -o-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  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);
  padding: 10px 8px 5px;
  color: white;
  margin-right: -1px;
  min-width: 60px;
}
#showBarFilter ul li .filter-btn:hover {
  background: #094e87;
}
#showBarFilter ul li .filter-btn:active {
  background: #041f36;
  outline: none;
}
#showBarFilter ul li .filter-btn:focus {
  outline: none;
}
@media only screen and (max-width: 767px) {
  #showBarFilter ul li .filter-btn {
    min-width: auto;
  }
}
#showBarFilter ul li .filter-btn i {
  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;
  display: block;
  font-size: 20px;
  margin: 0 auto;
  width: 25px;
  height: 20px;
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  #showBarFilter ul li .filter-btn i {
    display: block;
  }
}
#showBarFilter ul li .filter-btn i.icon-stop {
  background-position: -10px -327px;
}
#showBarFilter ul li .filter-btn i.icon-price {
  background-position: -140px -327px;
}
#showBarFilter ul li .filter-btn i.icon-duration {
  background-position: -118px -327px;
}
#showBarFilter ul li .filter-btn i.icon-departure {
  background-position: -66px -327px;
}
#showBarFilter ul li .filter-btn i.icon-return {
  background-position: -38px -327px;
}
#showBarFilter ul li .filter-btn i.icon-airline {
  background-position: -92px -327px;
}
#showBarFilter ul li .filter-btn span {
  font-size: 11px;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .section-details {
    display: table;
    width: 100%;
    background: #f4f4f4;
  }
}
@media only screen and (max-width: 767px) {
  .section-details .btn-modify {
    padding: 0 10px;
    line-height: 40px;
    height: 40px;
    display: inline-block;
    float: left;
    color: #051644;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
  }
}
@media only screen and (min-width: 1200px) {
  .section-details .btn-modify {
    pointer-events: none;
    text-transform: uppercase;
    color: #3f4d61;
    font-size: 16px;
    font-weight: bold;
    padding: 15px 0 10px;
    display: inline-block;
  }
}
@media only screen and (min-width: 768px) {
  .section-details .btn-modify {
    outline: none;
    text-decoration: unset;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .section-details .btn-modify {
    text-transform: uppercase;
    color: black;
    font-size: 16px;
    font-weight: bold;
    padding: 15px 0 10px;
    display: inline-block;
  }
}
@media only screen and (max-width: 767px) {
  .section-details .btn-modify:hover, .section-details .btn-modify:focus {
    outline: none;
    text-decoration: unset;
  }
}
@media only screen and (max-width: 767px) {
  .section-details .btn-modify .text-from {
    padding-right: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .section-details .btn-modify .text-to {
    padding-left: 5px;
  }
}
@media only screen and (min-width: 1200px) {
  .section-details .btn-modify .text-icon {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .section-details .btn-modify .text-icon {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .section-details .btn-modify .text-date {
    color: gray;
    font-size: 12px;
    font-weight: normal;
    margin-left: 5px;
  }
}
@media only screen and (min-width: 1200px) {
  .section-details .btn-modify .text-date {
    color: gray;
    font-size: 12px;
    font-weight: normal;
    margin-left: 5px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .section-details .btn-modify .text-date {
    color: gray;
    font-size: 12px;
    font-weight: normal;
    margin-left: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .section-details .btn-modify .fa-plane {
    -ms-transform: rotate(45deg);
    /* IE 9 */
    -webkit-transform: rotate(45deg);
    /* Safari 3-8 */
    transform: rotate(45deg);
  }
}
@media only screen and (max-width: 767px) {
  .section-details .btn-modify > span:last-child {
    margin-left: 5px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .section-details .btn-modify > span:last-child {
    margin-left: 5px;
    color: #051644;
  }
}
@media only screen and (min-width: 1200px) {
  .section-details .btn-modify > span:last-child {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .section-details .btn-modify > span:last-child span {
    font-size: 12px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .section-details .btn-modify > span:last-child span {
    font-size: 14px;
  }
}
.section-details .btn-filter {
  display: none;
}

.btn-filter {
  position: absolute;
  right: 0;
  z-index: 10;
  color: #051644;
  font-weight: bold;
  padding: 10px 10px;
  display: inline-block;
  text-decoration: none;
}
.btn-filter i {
  font-weight: bold;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .section-details .btn-filter {
    padding: 15px 0;
    display: inline-block;
    float: right;
    color: #051644;
    font-weight: bold;
    text-transform: uppercase;
  }
}
@media only screen and (max-width: 767px) {
  .section-details .btn-filter i {
    color: #051644;
    font-size: 16px;
    margin-right: 5px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .section-details .btn-filter i {
    color: #051644;
    font-size: 16px;
    margin-right: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .section-details .btn-filter:hover, .section-details .btn-filter:focus {
    outline: none;
    text-decoration: unset;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .section-details .btn-filter:hover, .section-details .btn-filter:focus {
    outline: none;
    text-decoration: unset;
  }
}

@media only screen and (max-width: 767px) {
  .section-type {
    background: #f4f4f4;
  }
  .section-type .FlightTypeButtons {
    position: relative;
    overflow-y: hidden;
    overflow-x: scroll;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    border-top: 1px solid #e1e1e1;
  }
  
  .section-type .FlightTypeButtons .FTB {
    padding: 5px 10px;
    height: 45px;
    color: gray;
    border-radius: 0;
    border-bottom: 2px solid transparent;
    white-space: nowrap;
    display: inline-block;
    line-height: 1.2;
    float: left;
    font-size: 13px;
  }

  /*.section-type .FlightTypeButtons .FTB.FTBResults {
    padding-top: 10px;
  }*/
  .section-type .FlightTypeButtons .FTB.FTBSel {
    color: #F5941F;
    background: white;
    border-bottom-color: #F5941F;
  }
  .section-type .FlightTypeButtons .FTB > span {
    display: inline;
    color: black;
    font-weight: bold;
  }
  .section-type .additional {
    color: #3f4d61;
    opacity: 0.8;
    display: inline-block;
    padding: 5px 10px;
    font-size: 12px;
  }
}

@media only screen and (min-width: 768px) {
  .section-type {
    margin-bottom: 15px;
  }
  .section-type .FlightTypeButtons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    border-bottom: 1px solid #e1e1e1;
  }
  .section-type .FlightTypeButtons .FTB {
    padding: 6px 15px;
    position: relative;
    margin-right: -1px;
    cursor: pointer;
    min-height: 50px;
    text-transform: uppercase;
    color: gray;
    border-radius: 0;
    white-space: nowrap;
    display: inline-block;
    border: 1px solid #e1e1e1;
    border-bottom: 0;
    background: #f8f8f8;
  }
  .section-type .FlightTypeButtons .FTB.FTBResults {
    /*padding-top: 15px;*/
    font-weight: bold;
  }
  .section-type .FlightTypeButtons .FTB.FTBSel {
    color: black;
    background: white;
    pointer-events: none;
  }
  .section-type .FlightTypeButtons .FTB.FTBSel:before {
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #F5941F;
    content: "";
    position: absolute;
    left: calc(50% - 8px);
    bottom: -8px;
  }
  .section-type .FlightTypeButtons .FTB.FTBSel:after {
    display: inline-block;
    background: #F5941F;
    width: 100%;
    height: 3px;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .section-type .FlightTypeButtons .FTB > span {
    display: inline;
    color: black;
    font-weight: bold;
  }
  .section-type .FlightTypeButtons .FTB:hover {
    background: #e1e1e1;
  }
  .section-type .additional {
    color: #3f4d61;
    opacity: 0.8;
    display: inline-block;
    padding: 15px 0 0 0;
  }
}

@media only screen and (max-width: 767px) {
  .section-result {
    border-top: 1px solid #e1e1e1;
    -webkit-box-shadow: inset 0 3px 4px rgba(0, 0, 0, 0.1);
            box-shadow: inset 0 3px 4px rgba(0, 0, 0, 0.1);
    padding: 5px;
    display: inline-block;
    width: 100%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .section-banner-left {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .section-banner-left {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .section-banner-right {
    display: none;
  }
}
.section-banner-bottom .row {
  padding: 0;
  margin: 0;
}

#Loaded .loaded-col03 {
  display: none;
}
@media only screen and (min-width: 1200px) {
  #Loaded .loaded-col01 {
    display: inline-block;
    width: 350px;
    float: left;
    padding-right: 15px;
  }
  #Loaded .loaded-col02 {
    display: inline-block;
    width: calc(100% - (350px));
    float: left;
    padding-right: 15px;
  }
  #Loaded .loaded-col03 {
    display: inline-block;
    width: 160px;
    float: right;
  }
}

#SearchAgain .section-searchAgain {
  display: table;
  height: 100%;
  text-align: center;
  background: #f8f8f8;
  border: 1px solid #e1e1e1;
  margin: 2em auto;
  padding: 2em 2em 1.5em;
  font-size: 20px;
  line-height: 1.5;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}
#SearchAgain .section-searchAgain a {
  background: #2e7bcc;
  border: 1px solid #296eb7;
  text-align: center;
  color: #1b4979;
  -webkit-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  -o-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  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;
  padding: 0.9em 2em;
  display: inline-block;
  min-width: 100px;
  margin: 1em auto;
  font-weight: bold;
  border-radius: 2px;
  line-height: 1;
  text-transform: uppercase;
}
#SearchAgain .section-searchAgain a:hover {
  background: #2667ab;
}
#SearchAgain .section-searchAgain a:active {
  background: #173c64;
  outline: none;
}
#SearchAgain .section-searchAgain a:focus {
  outline: none;
}
@media only screen and (max-width: 767px) {
  #SearchAgain .section-searchAgain {
    font-size: 14px;
  }
}

.ui-menu {
  z-index: 1051;
}

.section-why {
  padding: 15px 0 10px;
}
@media only screen and (min-width: 768px) {
  .section-why {
    width: 160px;
    float: right;
  }
}

.section-sidebar {
  display: inline-block;
  float: right;
}
.section-sidebar .block {
  background: #f4f4f4;
}
.section-sidebar .block .header {
  padding-bottom: 15px;
  border: 0;
}
.section-sidebar .block .picture {
  background: white;
  margin-bottom: 15px;
}
.section-sidebar .block .picture img {
  width: 100%;
  margin: 0 auto;
}
.section-sidebar .block .NewsletterFormDiv {
  width: 100%;
  float: left;
}
.section-sidebar .block .NewsletterFormDiv .NewsletterRow {
  width: 100%;
  float: left;
}
.section-sidebar .block .NewsletterFormDiv .NewsletterRow .NewsletterEmail input {
  border-radius: 4px 4px 0 0;
  height: 39px;
}
.section-sidebar .block .NewsletterFormDiv .NewsletterRow .NewsletterEmail input:hover, .section-sidebar .block .NewsletterFormDiv .NewsletterRow .NewsletterEmail input:focus {
  border-width: 1px;
}
.section-sidebar .block .NewsletterFormDiv .NewsletterButtonDiv {
  width: 100%;
  float: left;
}
.section-sidebar .block .NewsletterFormDiv .NewsletterButtonDiv input {
  width: 100%;
  float: left;
  border-radius: 0 0 4px 4px;
  height: 39px;
  color: #fff;
  font-size: 18px;
  background: #0070e2;
  border: 1px solid #0063c9;
  text-align: center;
  color: #003d7c;
  -webkit-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  -o-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  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;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}
.section-sidebar .block .NewsletterFormDiv .NewsletterButtonDiv input:hover {
  background: #005cb9;
}
.section-sidebar .block .NewsletterFormDiv .NewsletterButtonDiv input:active {
  background: #003163;
  outline: none;
}
.section-sidebar .block .NewsletterFormDiv .NewsletterButtonDiv input:focus {
  outline: none;
}
@media only screen and (max-width: 767px) {
  .section-sidebar .block .NewsletterFormDiv .NewsletterButtonDiv input {
    font-size: 14px;
  }
}
.section-sidebar .block .NewsletterFormDiv .NewsletterVal span {
  color: red;
  font-size: 12px;
}
.section-sidebar .block .NewsletterFormDiv .NewsletterSuccessDiv {
  text-align: center;
  width: 100%;
  float: left;
  border-top: 1px dashed #d6e9c6;
  padding: 10px 0;
  background-color: #dff0d8;
}
.section-sidebar .block .NewsletterFormDiv .NewsletterSuccessDiv span {
  font-size: 18px;
  font-weight: bold;
  color: #3c763d;
}
.section-sidebar .block .footer {
  padding: 10px 0;
  display: inline-block;
}
.section-sidebar .block .footer a {
  color: #808080;
  text-decoration: underline;
}

.btn-price-alert {
  position: absolute;
  right: 0;
  z-index: 10;
  color: #051644;
  font-weight: bold;
  padding: 10px 10px;
  display: inline-block;
  text-decoration: none;
}
.btn-price-alert i {
  font-weight: bold;
}
.btn-price-alert i:before {
  background-image: url(/sites/1/Images/V3/icons/icon-pricealert.svg);
  background-repeat: no-repeat;
  position: relative;
  display: inline-block;
  content: "";
  padding: 0;
  width: 20px;
  height: 20px;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  vertical-align: middle;
  margin-right: 3px;
  margin-top: -5px;
}
@media only screen and (max-width: 767px) {
  .section-bottom-fixed.nav-call-mobile .call-button-left {
    position: relative;
    top: -8px;
    left: 10px;
  }
  .section-bottom-fixed.nav-call-mobile .call-button-left a {
    border-radius: 100px;
    padding: 3px 0;
    width: 45px;
    height: 45px;
    -webkit-animation: shakeCallbackWidget 3s cubic-bezier(0.36, 0.07, 0.19, 0.97) infinite;
    animation: shakeCallbackWidget 3s cubic-bezier(0.36, 0.07, 0.19, 0.97) infinite;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
  }
}

@-webkit-keyframes shakeCallbackWidget {
  2%, 18% {
    -webkit-transform: translate(-1px, 0);
    transform: translate(-1px, 0);
  }
  4%, 16% {
    -webkit-transform: translate(2px, 0);
    transform: translate(2px, 0);
  }
  6%, 10%, 14% {
    -webkit-transform: translate(-4px, 0);
    transform: translate(-4px, 0);
  }
  8%, 12% {
    -webkit-transform: translate(4px, 0);
    transform: translate(4px, 0);
  }
  20% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes shakeCallbackWidget {
  2%, 18% {
    -webkit-transform: translate(-1px, 0);
    transform: translate(-1px, 0);
  }
  4%, 16% {
    -webkit-transform: translate(2px, 0);
    transform: translate(2px, 0);
  }
  6%, 10%, 14% {
    -webkit-transform: translate(-4px, 0);
    transform: translate(-4px, 0);
  }
  8%, 12% {
    -webkit-transform: translate(4px, 0);
    transform: translate(4px, 0);
  }
  20% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
/* Modify Searchbox
---------------------------------------
*/
.FlightSearch {
  position: relative;
}
.FlightSearch .row {
  margin: 0;
}
.FlightSearch div[class*=col-] {
  padding: 0;
}
.FlightSearch .checkbox-inline {
  width: 100%;
  padding: 0;
  display: table;
  float: left;
}
.FlightSearch .checkbox-inline .TripTypeRadio {
  background: #f4f4f4;
  display: table;
  width: 100%;
  padding: 15px 10px;
  margin: 0;
  min-height: 50px;
}
.FlightSearch .checkbox-inline .TripTypeRadio input {
  /* visibility: hidden; */
  position: absolute;
  margin-left: 0px;
 
}
.FlightSearch .checkbox-inline .TripTypeRadio input + label {
  color: #3f4d61;
  font-size: 14px;
  line-height: 12px;
  font-weight: normal;
  cursor: pointer;
  margin: 0 0;
  padding: 5px 0px 0px 20px;
  padding-left: 18px;
  position: relative;
}
.FlightSearch .checkbox-inline .TripTypeRadio input + label:hover {
  color: #F5941F;
}
.FlightSearch .checkbox-inline .TripTypeRadio input + label:not(:last-child) {
  margin-right: 6px;
}
.FlightSearch .checkbox-inline .TripTypeRadio input:checked + label {
  font-weight: bold;
  pointer-events: none;
}
.FlightSearch .input-group {
  width: 100%;
  cursor: pointer;
  margin-bottom: 10px;
  position: relative;
}


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

.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 {
  display: none;
}
.FlightSearch .input-group > .input-group-addon label.airport: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;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 11px;
  left: 10px;
  opacity: 0.4;
}
.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 {
  display: none;
}
.FlightSearch .input-group > .input-group-addon label.date: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: -55px -153px;
  width: 20px;
  height: 27px;
  position: absolute;
  top: 11px;
  left: 10px;
  opacity: 0.4;
}
.FlightSearch .input-group > .input-group-addon label.passengers span {
  display: none;
}
.FlightSearch .input-group > .input-group-addon label.passengers: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: -55px -193px;
  width: 20px;
  height: 27px;
  position: absolute;
  top: 11px;
  left: 10px;
  opacity: 0.4;
}
.FlightSearch .input-group > .input-group-addon label.searchlabel {
  padding: 13px 0 0;
}
.FlightSearch .input-group .form-control {
  background-color: white;
  float: none;
  height: 45px;
  line-height: 45px;
  border: 1px solid #e1e1e1;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 2px !important;
  padding: 0 20px;
  font-size: 14px;
  color: #3f4d61;
  font-weight: bold;
  z-index: 0;
  cursor: pointer;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.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;
  padding-right: 5px;
}
.FlightSearch .input-group .form-control#Cabin {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -moz-text-align-last: center;
       text-align-last: center;
  padding: 20px 20px 0;
}
.FlightSearch .input-group .form-control:focus {
  outline: 0;
  background-color: white;
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
          box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
  color: #2e7bcc;
}
.FlightSearch .input-group .form-control:hover {
  background: #f4f4f4;
}
.FlightSearch .input-group .ui-datepicker-trigger {
  display: none;
}
.FlightSearch .input-group .form-control-clear {
  height: 45px;
  line-height: 45px;
  opacity: 0.3;
  display: inline-block;
  z-index: 3;
  pointer-events: auto;
  cursor: pointer;
}
.FlightSearch .input-group .form-control-clear: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: -96px -153px;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin: 15px 0;
}
.FlightSearch .input-group .inline-error {
  background: transparent;
  color: #F5941F;
  padding: 5px 0 0;
  margin: 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;
  height: 0;
}

@media only screen and (min-width: 768px) {
    .FlightSearch .airport-exchange i {
    position: absolute;
    z-index: 3;
    top: -18px;
    left: 80%;
    background: white;
    border-radius: 20px;
    border: 1px solid #F5941F;
    padding: 5px;
  }
}

@media only screen and (max-width: 768px) {
  .FlightSearch .airport-exchange i {
    position: absolute;
    z-index: 3;
    top: -18px;
    left: 83%;
    background: white;
    border-radius: 20px;
    border: 1px solid #F5941F;
    padding: 5px;
  }
}

.FlightSearch .airport-exchange i: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: -96px -69px;
  width: 20px;
  height: 20px;
}
.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: #F5941F;
}
.FlightSearch .airport-exchange:hover i:before, .FlightSearch .airport-exchange:focus i:before {
  background-position: -96px -111px;
}
.FlightSearch div[id*=RoundTripPage] {
  padding: 0 10px;
}
.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*=OneWayPage] {
  padding: 0 10px;
}
.FlightSearch div[id*=OneWayPage] > .row:last-child {
  margin: 0;
}
.FlightSearch div[id*=OneWayPage] > .row:last-child > div {
  width: 100%;
  padding: 0;
}
.FlightSearch div[id*=MultiPage] {
  padding: 0 10px;
}
.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: 5px;
  display: inline-block;
  width: 100%;
  font-weight: normal;
}
.FlightSearch div[id*=MultiPage] #multimore a i {
  margin-right: 10px;
}
.FlightSearch .FlexDateBox {
  display: none;
}
.FlightSearch div[id*=GroupPassengers] {
  padding: 0 10px;
}
.FlightSearch div[id*=GroupPassengers] > div {
  width: 100%;
}
.FlightSearch div[id*=GroupPassengers] #dropdownPax {
  text-align: left;
  padding-left: 35px;
  font-weight: bold;
  white-space: normal;
  display: block;
}
.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;
  padding-right: 10px;
}
.FlightSearch div[id*=GroupPassengers] .dropdown .dropdown-toggle .caret {
  margin: 8px 5px 0;
  vertical-align: middle;
  float: right;
  top: 10px;
  position: relative;
}
.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: #F5941F;
  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;
}
.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: #F5941F;
  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: #F5941F;
}
.FlightSearch div[id=ClassBox] {
  width: 100%;
  padding: 0 10px;
}
.FlightSearch div[id=ClassBox] .searchlabel {
  display: none;
}
.FlightSearch div[id=ClassBox] > .input-group {
  margin: -10px 0 0 0;
}
.FlightSearch div[id=ClassBox] .form-control {
  background: transparent !important;
  border: 0 !important;
  font-weight: bold;
  color: #3f4d61;
  width: 100%;
  height: 55px;
  line-height: 55px;
  padding: 0;
  margin: 0;
}
.FlightSearch div[id=ClassBox] .form-control ~ span:before {
  top: -38px;
}
.FlightSearch div[id=ClassBox] .form-control:focus {
  color: black;
  border: 0;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.FlightSearch div[id*=CouponCode] {
  display: none;
}
.SearchButton {
  position: relative;
  padding: 0 10px 10px;
}
.SearchButton .SearchBut {
  /*background: #b3b3b3;*/
  border: 0;
  border-radius: 2px;
  color: white;
  width: 100%;
  line-height: 45px;
  padding: 0 15px;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}
.SearchButton .SearchBut {
  background: #42DDE8 !important;
  color: white !important;
}

.SearchButton .SearchBut:hover {
  color: #051644 !important;
}
.FlightSearch .SearchButton: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: -52px -232px;
  width: 25px;
  height: 25px;
  content: "";
  position: absolute;
  top: 10px;
  left: 20%;
}
.FlightSearch div[id*=ErrorGroup] .ErrorGroupText {
  color: white;
  display: none;
}

/* Filter
---------------------------------------
*/
#FilterDivFlightsContainer #FiltersAll {
  width: 100%;
}
#FilterDivFlightsContainer #FiltersAll > div[id*=Show] {
  margin: 0 0 10px 0;
  padding: 0 10px;
  width: 100%;
  position: relative;
  display: inline-block;
  border: 1px solid #e1e1e1;
}
#FilterDivFlightsContainer #FiltersAll > div[id*=Show][id*=AirlinesDiv] {
  margin: 0;
}
#FilterDivFlightsContainer #FiltersAll .SliderBoxLabel {
  position: relative;
  background: white;
  border: 0;
  border-radius: 0;
  color: #3f4d61;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  padding: 8px 0;
  text-align: left;
  border-bottom: 1px dotted #b3b3b3;
}
#FilterDivFlightsContainer #FiltersAll .SliderBox {
  background: white;
  display: block;
  text-align: center;
  padding: 10px 0;
}
#FilterDivFlightsContainer #FiltersAll .SliderBox .SliderLabelSub {
  color: #051644;
  display: inline-block;
}
#FilterDivFlightsContainer #FiltersAll .SliderBox div[id=PriceDisplay],
#FilterDivFlightsContainer #FiltersAll .SliderBox div[id=DurationDisplay] {
  position: absolute;
  right: 10px;
  top: 8px;
  color: #2e7bcc;
  font-weight: bold;
  font-size: 14px;
}
#FilterDivFlightsContainer #FiltersAll .SliderBox .ui-slider {
  display: block;
  width: 92%;
  padding: 0;
  background: #a9acb1;
  height: 8px !important;
  border: 0;
  position: relative;
  margin: 10px 8px 10px 8px;
}
@media only screen and (max-width: 767px) {
  #FilterDivFlightsContainer #FiltersAll .SliderBox .ui-slider {
    width: 96%;
  }
}
#FilterDivFlightsContainer #FiltersAll .SliderBox .ui-slider .ui-slider-range {
  display: inline-block;
  color: #2e7bcc;
}
#FilterDivFlightsContainer #FiltersAll .SliderBox .ui-slider .ui-slider-range.ui-widget-header.ui-corner-all {
  background: #a6d3f9 !important;
  border-radius: 0;
}
#FilterDivFlightsContainer #FiltersAll .SliderBox .ui-slider .ui-slider-handle {
  width: 23px !important;
  height: 23px !important;
  z-index: 100 !important;
  border: 1px solid #b0b0b0;
  background-color: white !important;
  background-image: none !important;
  border-radius: 100%;
  cursor: move !important;
  top: -8px !important;
  margin-left: -10px;
  position: absolute;
  outline: none;
}
#FilterDivFlightsContainer #FiltersAll .SliderBox .ui-slider .ui-slider-handle:hover, #FilterDivFlightsContainer #FiltersAll .SliderBox .ui-slider .ui-slider-handle:focus {
  background: white;
  border-color: #2e7bcc;
  -webkit-box-shadow: 0 0 0 2px #2e7bcc;
          box-shadow: 0 0 0 2px #2e7bcc;
}
#FilterDivFlightsContainer #FiltersAll .SliderBox .CheckBoxTable {
  display: inline-block;
  width: 100%;
  padding: 0;
}
#FilterDivFlightsContainer #FiltersAll .SliderBox .CheckBoxTable tr {
  width: 100%;
  display: block;
  text-align: left;
}
#FilterDivFlightsContainer #FiltersAll .SliderBox .CheckBoxTable tr > td {
  position: relative;
}
#FilterDivFlightsContainer #FiltersAll .SliderBox .CheckBoxTable #StopsCheckBoxList > td {
  display: inline-block;
  padding-right: 15px;
}
#FilterDivFlightsContainer #FiltersAll .SliderBox .CheckBoxTable .input-group {
  width: 100%;
}
#FilterDivFlightsContainer #FiltersAll .SliderBox .CheckBoxTable label {
  width: 100%;
  display: block;
  margin: 0;
  font-size: 13px;
  font-weight: normal;
  cursor: pointer;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
#FilterDivFlightsContainer #FiltersAll .SliderBox .CheckBoxTable label:before {
  width: 18px;
  height: 18px;
  background: white;
  border: 1px solid #cdcdcd;
  border-radius: 0;
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
#FilterDivFlightsContainer #FiltersAll .SliderBox .CheckBoxTable label:hover {
  border-color: #051644;
}
#FilterDivFlightsContainer #FiltersAll .SliderBox .CheckBoxTable input {
  cursor: pointer;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
#FilterDivFlightsContainer #FiltersAll .SliderBox .CheckBoxTable input:checked + label:before {
  border-color: #a8a8a8;
  background: #f4f4f4;
}
#FilterDivFlightsContainer #FiltersAll .SliderBox .CheckBoxTable input:checked + label: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: "\f00c";
  position: absolute;
  font-size: 14px;
  left: 2px;
  top: 3px;
  color: #051644;
}
#FilterDivFlightsContainer #FiltersAll div[id*=ShowPriceDiv] .SliderBox,
#FilterDivFlightsContainer #FiltersAll div[id*=ShowDurationDiv] .SliderBox,
#FilterDivFlightsContainer #FiltersAll div[id*=ShowDepartureDiv] .SliderBox,
#FilterDivFlightsContainer #FiltersAll div[id*=ShowReturnDiv] .SliderBox {
  margin: 0;
}
#FilterDivFlightsContainer #FiltersAll div[id*=DepartTimeDiv] .SliderBoxInside .SliderLabelSub,
#FilterDivFlightsContainer #FiltersAll div[id*=ReturnTimeDiv] .SliderBoxInside .SliderLabelSub {
  float: left;
  text-align: left;
  margin-bottom: 15px;
  color: #818181;
}
#FilterDivFlightsContainer #FiltersAll div[id*=DepartTimeDiv] .SliderBoxInside .SliderLabel,
#FilterDivFlightsContainer #FiltersAll div[id*=ReturnTimeDiv] .SliderBoxInside .SliderLabel {
  float: right;
  text-align: right;
  margin-bottom: 15px;
  color: #2e7bcc;
  font-weight: bold;
}
#FilterDivFlightsContainer #FiltersAll div[id*=DepartTimeDiv] .SliderBoxInside .ui-slider,
#FilterDivFlightsContainer #FiltersAll div[id*=ReturnTimeDiv] .SliderBoxInside .ui-slider {
  clear: both;
}
#FilterDivFlightsContainer #FiltersAll div[id*=DepartTimeDiv] .SliderBoxInside .ui-slider:not(:last-child),
#FilterDivFlightsContainer #FiltersAll div[id*=ReturnTimeDiv] .SliderBoxInside .ui-slider:not(:last-child) {
  margin-bottom: 15px;
}
#FilterDivFlightsContainer #FiltersAll div[id*=ShowAirlinesDiv] .SliderBox .FilterSub {
  color: #818181;
  position: absolute;
  top: 8px;
  right: 8px;
}
#FilterDivFlightsContainer #FiltersAll div[id*=ShowAirlinesDiv] .SliderBox .FilterSub #AirlinesAll,
#FilterDivFlightsContainer #FiltersAll div[id*=ShowAirlinesDiv] .SliderBox .FilterSub #AirlinesNone {
  color: #818181;
  background: transparent;
  font-size: 14px;
  border: 0;
  padding: 0;
  font-weight: normal;
  display: inline-block;
  cursor: pointer;
}
#FilterDivFlightsContainer #FiltersAll div[id*=ShowAirlinesDiv] .SliderBox .FilterSub #AirlinesAll:hover,
#FilterDivFlightsContainer #FiltersAll div[id*=ShowAirlinesDiv] .SliderBox .FilterSub #AirlinesNone:hover {
  text-decoration: underline;
}
#FilterDivFlightsContainer #FiltersAll div[id*=ShowAirlinesDiv] .CheckBoxTable {
  padding: 10px 0;
}
#FilterDivFlightsContainer #FiltersAll div[id*=ShowAirlinesDiv] .CheckBoxTable tr {
  width: 100%;
  display: block;
  text-align: left;
}
@media screen and (max-width: 1199px) {
  #FilterDivFlightsContainer #FiltersAll div[id*=ShowAirlinesDiv] .CheckBoxTable tr {
    width: 50%;
    display: block;
    float: left;
  }
}
#FilterDivFlightsContainer #FiltersAll div[id*=ShowAirlinesDiv] .CheckBoxTable td {
  width: 100%;
  display: block;
  text-align: left;
  padding-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  #FilterDivFlightsContainer #FiltersAll > div[id*=Show] {
    border: 0;
  }
}
#FilterDivFlightsContainer .SliderTitle,
#FilterDivFlightsContainer #ClearFilters {
  display: none;
}

/* Paging
---------------------------------------
*/
@media only screen and (max-width: 767px) {
  .section-result div[class*=quote-page-bot] {
    display: block;
    margin: 10px auto;
  }
  .section-result div[class*=quote-page-bot] .dataTables_paginate {
    border-radius: 3px;
    overflow: hidden;
    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;
  }
  .section-result div[class*=quote-page-bot] .dataTables_paginate > span:not([class]) .paginate_active {
    display: block;
  }
  .section-result div[class*=quote-page-bot] .dataTables_paginate > span:not([class]) .paginate_button {
    display: none;
  }
  .section-result div[class*=quote-page-bot] span[class*=paginate] {
    float: left;
    border-radius: 0;
    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);
    -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);
    -webkit-box-shadow: none;
            box-shadow: none;
    border: 1px solid #e7e7e7;
    color: #3f4d61;
    display: inline-block;
    padding: 0px 16px;
    height: auto;
    font-size: 14px;
    line-height: 32px;
  }
  .section-result div[class*=quote-page-bot] span[class*=paginate]:hover {
    background: #ebebeb;
  }
  .section-result div[class*=quote-page-bot] span[class*=paginate]:active {
    background: #bfbfbf;
    outline: none;
  }
  .section-result div[class*=quote-page-bot] span[class*=paginate]:focus {
    outline: none;
  }
  .section-result div[class*=quote-page-bot] span[class*=paginate]:hover {
    background: #2e7bcc;
    border-color: #2e7bcc;
    color: white;
  }
  .section-result div[class*=quote-page-bot] span[class*=paginate][class*=_active] {
    background: #818181;
    border-color: #818181;
    color: white;
  }
  .section-result div[class*=quote-page-bot] .paging_full_numbers > span > span {
    border-radius: 0 !important;
  }
  .section-result div[class*=quote-info-top] {
    width: 100%;
    display: table;
    font-size: 13px;
    margin-bottom: 8px;
    color: #3f4d61;
    opacity: 0.8;
  }
  .section-result div[class*=quote-info-top] .paginate_button {
    display: none;
  }
  .section-result div[class*=quote-page-top],
.section-result div[class*=quote-info-bot] {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .section-result div[class*=quote-page-top],
.section-result div[class*=quote-page-bot] {
    display: inline-block;
    float: right;
  }
  .section-result div[class*=quote-page-top] .dataTables_paginate,
.section-result div[class*=quote-page-bot] .dataTables_paginate {
    border-radius: 3px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .section-result div[class*=quote-page-top] .dataTables_paginate > span:not([class]) .paginate_active,
.section-result div[class*=quote-page-bot] .dataTables_paginate > span:not([class]) .paginate_active {
    display: block;
  }
  .section-result div[class*=quote-page-top] span[class*=paginate],
.section-result div[class*=quote-page-bot] span[class*=paginate] {
    float: left;
    border-radius: 0;
    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);
    -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);
    -webkit-box-shadow: none;
            box-shadow: none;
    border: 1px solid #e7e7e7;
    color: #3f4d61;
    display: inline-block;
    padding: 0px 16px;
    height: auto;
    font-size: 14px;
    line-height: 32px;
  }
  .section-result div[class*=quote-page-top] span[class*=paginate]:hover,
.section-result div[class*=quote-page-bot] span[class*=paginate]:hover {
    background: #ebebeb;
  }
  .section-result div[class*=quote-page-top] span[class*=paginate]:active,
.section-result div[class*=quote-page-bot] span[class*=paginate]:active {
    background: #bfbfbf;
    outline: none;
  }
  .section-result div[class*=quote-page-top] span[class*=paginate]:focus,
.section-result div[class*=quote-page-bot] span[class*=paginate]:focus {
    outline: none;
  }
  .section-result div[class*=quote-page-top] span[class*=paginate]:hover,
.section-result div[class*=quote-page-bot] span[class*=paginate]:hover {
    background: #2e7bcc;
    border-color: #2e7bcc;
    color: white;
  }
  .section-result div[class*=quote-page-top] span[class*=paginate][class*=_active],
.section-result div[class*=quote-page-bot] span[class*=paginate][class*=_active] {
    background: #818181;
    border-color: #818181;
    color: white;
  }
  .section-result div[class*=quote-page-top] .paging_full_numbers > span > span,
.section-result div[class*=quote-page-bot] .paging_full_numbers > span > span {
    border-radius: 0 !important;
  }
  .section-result div[class*=quote-info-top],
.section-result div[class*=quote-info-bot] {
    float: left;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px;
  }
  .section-result div[class*=quote-info-top] .paginate_button,
.section-result div[class*=quote-info-bot] .paginate_button {
    display: none;
  }
  .section-result div[class*=quote-info-bot],
.section-result div[class*=quote-page-bot] {
    margin: 15px 0;
  }
}

/* Result
---------------------------------------
*/
.section-result .flight-header {
  display: inline-block;
  background: #f8f8f8;
  width: 100%;
  color: #051644;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  padding: 5px 0;
  border-bottom: 1px dashed #cdcdcd;
}
@media only screen and (max-width: 767px) {
  .section-result .inner-flight-list {
    border: 1px solid #e1e1e1;
    position: relative;
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 768px) {
  .section-result .inner-flight-list {
    border: 1px solid #e1e1e1;
    display: inline-block;
    width: 100%;
    margin-top: 40px;
    color: #676767;
    position: relative;
    cursor: default;
    -webkit-transition-duration: 0.3s;
         -o-transition-duration: 0.3s;
            transition-duration: 0.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);
  }
}
.section-result .inner-flight-list:hover {
  border-color: #cdcdcd;
  -webkit-box-shadow: 0 12px 30px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 12px 30px 0 rgba(0, 0, 0, 0.2);
  -webkit-transform: translate3d(0, -2px, 0);
          transform: translate3d(0, -2px, 0);
}
.section-result .inner-flight-list .fare-hidden {
  background: #eff6fe;
  padding: 5px 0;
}
.section-result .inner-flight-list .fare-hidden .flight-header {
  padding: 10px;
  text-transform: capitalize;
  background: #0f7ad3;
  color: white;
  border: 0;
}
.section-result .inner-flight-list .fare-hidden .flight-details-box {
  background: white;
}
.section-result .inner-flight-list .list-header {
  background: #f8f8f8;
  padding: 10px;
  width: 100%;
  float: left;
}
@media only screen and (max-width: 767px) {
  .section-result .inner-flight-list .list-header {
    display: block;
  }
}
@media only screen and (min-width: 768px) {
  .section-result .inner-flight-list .list-header {
    display: inline-block;
  }
}
@media only screen and (max-width: 767px) {
  .section-result .inner-flight-list .list-body {
    position: relative;
    display: block;
    width: 100%;
    float: left;
  }
}
@media only screen and (min-width: 768px) {
  .section-result .inner-flight-list .list-body {
    display: inline-block;
    width: 100%;
  }
}
.section-result .inner-flight-list .list-footer {
  float: left;
  border-top: 1px dotted #cdcdcd;
  display: table;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .section-result .inner-flight-list .flight-seats {
    padding: 5px;
    display: block;
    color: #980100;
    font-weight: bold;
    text-align: center;
    font-size: 13px;
  }
}
@media only screen and (min-width: 768px) {
  .section-result .inner-flight-list .flight-seats {
    position: relative;
    display: inline-block;
    color: #980100;
    font-weight: bold;
    text-align: right;
    padding-right: 20px;
    width: 100%;
  }
}
.section-result .inner-flight-list .flight-seats i {
  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: -209px -245px;
  width: 20px;
  height: 20px;
  vertical-align: middle;
}
.section-result .inner-flight-list .flight-seats a {
  color: #990000;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .section-result .inner-flight-list .flight-risk {
    font-size: 11px;
    display: block;
    color: white;
    background: #6abf75;
    font-weight: bold;
    text-align: center;
  }
}
@media only screen and (min-width: 768px) {
  .section-result .inner-flight-list .flight-risk {
    position: absolute;
    top: -25px;
    right: 0;
    display: inline-block;
    color: #6abf75;
    font-weight: bold;
  }
}
.section-result .inner-flight-list .flight-details-button {
  display: inline-block;
  color: #2e7bcc;
  font-size: 13px;
  cursor: pointer;
  z-index: 11;
  float: right;
  text-decoration: underline;
  position: relative;
  padding: 10px;
}
.section-result .inner-flight-list .flight-details-button i {
  margin-right: 3px;
}
@media only screen and (max-width: 767px) {
  .section-result .inner-flight-list .flight-price {
    float: left;
  }
}
@media only screen and (min-width: 768px) {
  .section-result .inner-flight-list .flight-price {
    display: inline-block;
    float: left;
    padding: 10px 0 0;
  }
}

.section-result .inner-flight-list .flight-price > strike {
  margin-right: 15px;
}

.section-result .inner-flight-list .flight-price > a {
  font-weight: bold;
  margin-right: 15px;
}
@media only screen and (max-width: 767px) {
  .section-result .inner-flight-list .flight-price > strike {
    font-size: 18px;
    text-decoration: line-through;
    text-decoration-color: red;
    text-decoration-thickness: 2px; 
  }

  .section-result .inner-flight-list .flight-price > a {
    font-size: 22px;
  }
}
@media only screen and (min-width: 768px) {
  .section-result .inner-flight-list .flight-price > strike {
    display: inline-block;
    font-size: 22px;
    font-weight: bold;
    color: #3f4d61;
    text-decoration: line-through;
    text-decoration-color: red;
    text-decoration-thickness: 2px; 
  }
  .section-result .inner-flight-list .flight-price > a {
    display: inline-block;
    font-size: 30px;
    color: #3f4d61;
  }
}
.section-result .inner-flight-list .flight-price > a .cents {
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
@media only screen and (max-width: 767px) {
  .section-result .inner-flight-list .flight-price > a .cents {
    top: -6px;
    left: 2px;
    font-size: 0.6em;
  }
}
@media only screen and (min-width: 768px) {
  .section-result .inner-flight-list .flight-price > a .cents {
    top: -13px;
    left: 2px;
    font-size: 0.5em;
  }
}
@media only screen and (max-width: 767px) {
  .section-result .inner-flight-list .flight-taxes {
    font-size: 11px;
    text-transform: uppercase;
    color: gray;
    display: block;
    margin: 3px 0 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .section-result .inner-flight-list .flight-taxes {
    font-size: 13px;
    text-transform: uppercase;
    color: #3f4d61;
    display: inline-block;
    opacity: 0.8;
  }
}
@media only screen and (min-width: 768px) {
  .section-result .inner-flight-list .flight-taxes u {
    color: #2e7bcc;
  }
}
.section-result .inner-flight-list .flight-submit {
  background: #42DDE8;
  border: 1px solid #051644;
  text-align: center;
  -webkit-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  -o-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  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;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 2px;
  float: right;
  display: inline-block;
}
.section-result .inner-flight-list .flight-submit:hover {
  color: #051644;
}
.section-result .inner-flight-list .flight-submit:active {
  background: #ba3c00;
  outline: none;
}
.section-result .inner-flight-list .flight-submit:focus {
  outline: none;
}
@media only screen and (max-width: 767px) {
  .section-result .inner-flight-list .flight-submit {
    font-size: 18px;
    padding: 8px 16px;
  }
}
@media only screen and (min-width: 768px) {
  .section-result .inner-flight-list .flight-submit {
    font-size: 20px;
    padding: 10px 20px;
    min-width: 220px;
  }
}
.section-result .inner-flight-list .flight-details-box {
  display: block;
  position: relative;
  border: 1px solid #e1e1e1;
  margin: 10px;
}
.section-result .inner-flight-list .flight-details-box .faredetails {
  position: relative;
  color: #3f4d61;
}
@media only screen and (max-width: 767px) {
  .section-result .inner-flight-list .flight-details-box .faredetails {
    padding: 10px 5px 0;
  }
}
@media only screen and (min-width: 768px) {
  .section-result .inner-flight-list .flight-details-box .faredetails {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .section-result .inner-flight-list .flight-details-box .faredetails .fare-from,
.section-result .inner-flight-list .flight-details-box .faredetails .fare-to {
    position: relative;
    display: inline-block;
    width: 40%;
  }
}
@media only screen and (max-width: 767px) {
  .section-result .inner-flight-list .flight-details-box .faredetails .fare-from .time,
.section-result .inner-flight-list .flight-details-box .faredetails .fare-to .time {
    font-size: 16px;
    font-weight: bold;
  }
}
@media only screen and (max-width: 767px) {
  .section-result .inner-flight-list .flight-details-box .faredetails .fare-from .date,
.section-result .inner-flight-list .flight-details-box .faredetails .fare-to .date {
    color: gray;
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .section-result .inner-flight-list .flight-details-box .faredetails .fare-from .airport-city,
.section-result .inner-flight-list .flight-details-box .faredetails .fare-to .airport-city {
    margin-bottom: -3px;
    font-size: 12px;
    display: block;
    font-weight: bold;
  }
}
@media only screen and (max-width: 767px) {
  .section-result .inner-flight-list .flight-details-box .faredetails .fare-from .airport-city:before,
.section-result .inner-flight-list .flight-details-box .faredetails .fare-to .airport-city: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: "";
    margin-right: 3px;
  }
}
@media only screen and (max-width: 767px) {
  .section-result .inner-flight-list .flight-details-box .faredetails .fare-from .airport-name,
.section-result .inner-flight-list .flight-details-box .faredetails .fare-to .airport-name {
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .section-result .inner-flight-list .flight-details-box .faredetails .fare-from {
    float: left;
    text-align: left;
  }
}
@media only screen and (min-width: 768px) {
  .section-result .inner-flight-list .flight-details-box .faredetails .fare-from {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    display: inline-block;
    width: 25%;
  }
}
@media only screen and (min-width: 768px) {
    .section-result .inner-flight-list .flight-details-box .faredetails .fare-from-summary {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2;
      display: inline-block;
      width: 15%;
    }
}
@media only screen and (max-width: 767px) {
  .section-result .inner-flight-list .flight-details-box .faredetails .fare-from .airport-code {
    position: absolute;
    top: 2px;
    right: 15%;
    font-weight: bold;
    color: #2e7bcc;
  }
}
@media only screen and (min-width: 768px) {
  .section-result .inner-flight-list .flight-details-box .faredetails .fare-from .airport-code {
    clear: both;
    float: right;
    font-weight: bold;
    margin-left: 5px;
  }
}
@media only screen and (min-width: 768px) {
  .section-result .inner-flight-list .flight-details-box .faredetails .fare-from > span {
    display: inline-block;
    text-align: right;
  }
}
@media only screen and (min-width: 768px) {
  .section-result .inner-flight-list .flight-details-box .faredetails .fare-from .time {
    float: right;
    font-weight: bold;
    margin-left: 5px;
  }
}
@media only screen and (min-width: 768px) {
  .section-result .inner-flight-list .flight-details-box .faredetails .fare-from .date {
    float: right;
  }
}
@media only screen and (min-width: 768px) {
  .section-result .inner-flight-list .flight-details-box .faredetails .fare-from .airport-city {
    float: right;
  }
}
@media only screen and (min-width: 768px) {
  .section-result .inner-flight-list .flight-details-box .faredetails .fare-from .airport-name {
    clear: both;
    float: right;
  }
}
@media only screen and (max-width: 767px) {
  .section-result .inner-flight-list .flight-details-box .faredetails .fare-to {
    float: right;
    text-align: right;
  }
}
@media only screen and (min-width: 768px) {
  .section-result .inner-flight-list .flight-details-box .faredetails .fare-to {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    display: inline-block;
    width: 25%;
  }
}
@media only screen and (min-width: 768px) {
    .section-result .inner-flight-list .flight-details-box .faredetails .fare-to-summary {
      -webkit-box-ordinal-group: 5;
          -ms-flex-order: 4;
              order: 4;
      display: inline-block;
      width: 15%;
    }
}

@media only screen and (max-width: 767px) {
  .section-result .inner-flight-list .flight-details-box .faredetails .fare-to .airport-code {
    position: absolute;
    top: 2px;
    left: 15%;
    font-weight: bold;
    color: #2e7bcc;
  }
}
@media only screen and (min-width: 768px) {
  .section-result .inner-flight-list .flight-details-box .faredetails .fare-to > span {
    display: inline-block;
    text-align: left;
  }
}
@media only screen and (min-width: 768px) {
  .section-result .inner-flight-list .flight-details-box .faredetails .fare-to .time {
    float: left;
    font-weight: bold;
    margin-right: 5px;
  }
}
@media only screen and (min-width: 768px) {
  .section-result .inner-flight-list .flight-details-box .faredetails .fare-to .date {
    float: left;
  }
}
@media only screen and (min-width: 768px) {
  .section-result .inner-flight-list .flight-details-box .faredetails .fare-to .airport-code {
    clear: both;
    float: left;
    font-weight: bold;
    margin-right: 5px;
  }
}
@media only screen and (min-width: 768px) {
  .section-result .inner-flight-list .flight-details-box .faredetails .fare-to .airport-city {
    float: left;
  }
}
@media only screen and (min-width: 768px) {
  .section-result .inner-flight-list .flight-details-box .faredetails .fare-to .airport-name {
    clear: both;
    float: left;
  }
}
@media only screen and (max-width: 767px) {
  .section-result .inner-flight-list .flight-details-box .faredetails .fare-line {
    font-size: 14px;
    font-weight: bold;
    color: black;
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    margin: 0 auto;
    top: 20px;
    text-align: center;
  }
}
@media only screen and (min-width: 768px) {
  .section-result .inner-flight-list .flight-details-box .faredetails .fare-line {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    font-size: 14px;
    font-weight: bold;
    display: inline-block;
    width: 12%;
    padding: 0 15px;
  }
}
@media only screen and (min-width: 768px) {
    .section-result .inner-flight-list .flight-details-box .faredetails .fare-line-summary {
      -webkit-box-ordinal-group: 4;
          -ms-flex-order: 3;
              order: 3;
      font-size: 14px;
      font-weight: bold;
      display: inline-block;
      width: 32%;
      padding: 0 15px;
    }
  }
@media only screen and (max-width: 767px) {
  .section-result .inner-flight-list .flight-details-box .faredetails .fare-line .from {
    float: left;
    width: 40px;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .section-result .inner-flight-list .flight-details-box .faredetails .fare-line .to {
    float: right;
    width: 40px;
    text-align: center;
  }
}
.section-result .inner-flight-list .flight-details-box .faredetails .fare-line .duration {
  text-align: center;
  border-bottom: 2px solid #2e7bcc;
  font-size: 12px;
  font-weight: bold;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .section-result .inner-flight-list .flight-details-box .faredetails .fare-line .duration {
    width: 20%;
    display: block;
    color: #2e7bcc;
    padding-bottom: 6px;
    margin: 0px auto 6px;
    border-top: 0;
    border-bottom: 2px solid #2e7bcc;
  }
}
@media only screen and (min-width: 768px) {
  .section-result .inner-flight-list .flight-details-box .faredetails .fare-line .duration {
    width: 100%;
    margin-top: 3px;
    margin-bottom: 10px;
    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: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    color: #2e7bcc;
  }
}
@media only screen and (max-width: 767px) {
  .section-result .inner-flight-list .flight-details-box .faredetails .fare-line .duration span[class*=stop-] {
    position: absolute;
    top: 20px;
    margin: 0 auto;
    width: 100%;
    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;
  }
}
@media only screen and (min-width: 768px) {
  .section-result .inner-flight-list .flight-details-box .faredetails .fare-line .duration span[class*=stop-] {
    margin-top: 5px;
    margin-bottom: -6px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}
.section-result .inner-flight-list .flight-details-box .faredetails .fare-line .duration span[class*=stop-] i {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 20px;
  background: white;
  border: 2px solid #2e7bcc;
  content: "";
}
@media only screen and (max-width: 767px) {
  .section-result .inner-flight-list .flight-details-box .faredetails .fare-line .duration span[class*=stop-] i {
    margin: 0 2px;
  }
}
@media only screen and (min-width: 768px) {
  .section-result .inner-flight-list .flight-details-box .faredetails .fare-line .duration span[class*=stop-] i {
    margin: 0 4px;
  }
}
@media only screen and (max-width: 767px) {
  .section-result .inner-flight-list .flight-details-box .faredetails .fare-airline {
    width: 100%;
    display: inline-block;
    position: relative;
    text-align: left;
    font-size: 12px;
    margin-top: 10px;
    margin-bottom: 10px;
    min-height: 35px;
  }
}
@media only screen and (min-width: 768px) {
  .section-result .inner-flight-list .flight-details-box .faredetails .fare-airline {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 25%;
    min-height: 40px;
    display: inline-block;
    position: relative;
    text-align: left;
    min-height: 35px;
  }
}
.section-result .inner-flight-list .flight-details-box .faredetails .fare-airline .logo {
  position: absolute;
}
.section-result .inner-flight-list .flight-details-box .faredetails .fare-airline .name {
  color: black;
  font-weight: bold;
  padding-left: 48px;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .section-result .inner-flight-list .flight-details-box .faredetails .fare-airline .name {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .section-result .inner-flight-list .flight-details-box .faredetails .fare-airline .flight {
    padding-left: 48px;
    display: block;
  }
}
@media only screen and (min-width: 768px) {
  .section-result .inner-flight-list .flight-details-box .faredetails .fare-airline .flight {
    padding-left: 48px;
    display: inline-block;
    font-size: 13px;
  }
}
.section-result .inner-flight-list .flight-details-box .faredetails .fare-airline .flight .dropdown a {
  color: #2e7bcc;
  margin: 0;
  padding: 0;
  text-decoration: underline;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .section-result .inner-flight-list .flight-details-box .faredetails .fare-airline .flight .dropdown a {
    display: block;
  }
}
@media only screen and (min-width: 768px) {
  .section-result .inner-flight-list .flight-details-box .faredetails .fare-airline .flight .dropdown a {
    display: inline-block;
  }
}
.section-result .inner-flight-list .flight-details-box .faredetails .fare-airline .flight .dropdown-menu {
  background: #3f4d61;
  color: white;
  padding: 0;
  margin: 0;
  font-size: 12px;
  border-radius: 3px;
  top: calc(100% + 10px);
}
.section-result .inner-flight-list .flight-details-box .faredetails .fare-airline .flight .dropdown-menu strong {
  min-width: 70px;
  display: inline-block;
  text-transform: uppercase;
  font-weight: bold;
  float: left;
  padding: 0 8px;
}
.section-result .inner-flight-list .flight-details-box .faredetails .fare-airline .flight .dropdown-menu span {
  display: inline-block;
  padding: 0 8px;
}
.section-result .inner-flight-list .flight-details-box .faredetails .fare-airline .flight .dropdown-menu li {
  display: inline-block;
  width: 100%;
  padding: 8px 0;
}
.section-result .inner-flight-list .flight-details-box .faredetails .fare-airline .flight .dropdown-menu li:not(:last-child) {
  border-bottom: 1px dotted rgba(255, 255, 255, 0.2);
}
.section-result .inner-flight-list .flight-details-box .faredetails .fare-airline .flight .dropdown-menu:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: -10px;
  left: 20px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #3f4d61;
}
.section-result .inner-flight-list .flight-details-box .faredetails .fare-airline .flight .self h3 {
  color: #a77415;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .section-result .inner-flight-list .flight-details-box .faredetails .fare-airline .total {
    color: #3f4d61;
    display: block;
    float: right;
    clear: both;
  }
}
@media only screen and (max-width: 767px) {
  .section-result .inner-flight-list .flight-details-box .faredetails .fare-airline .operate {
    color: gray;
    float: right;
  }
}
@media only screen and (min-width: 768px) {
  .section-result .inner-flight-list .flight-details-box .faredetails .fare-airline .operate {
    color: #676767;
    display: inline-block;
    font-size: 11px;
    line-height: 1.5;
  }
}
.section-result .inner-flight-list .flight-details-box .faredetails .fare-airline .row-airline {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-bottom: 5px;
}
.section-result .inner-flight-list .flight-details-box .faredetails .fare-airline .row-airline .logo {
  width: 45px !important;
  position: absolute;
  top: 0;
  left: 0;
}
.section-result .inner-flight-list .flight-details-box .faredetails .fare-airline .row-airline .logo img {
  border: 1px solid #e1e1e1;
  padding: 0px;
  background: white;
}
@media only screen and (max-width: 767px) {
  .section-result .inner-flight-list .flight-details-box .faredetails .fare-total {
    display: none;
    position: absolute;
    right: 10px;
    top: 57px;
    font-size: 12px;
  }
}
@media only screen and (min-width: 768px) {
  .section-result .inner-flight-list .flight-details-box .faredetails .fare-total {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
    display: inline-block;
    text-align: right;
    width: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .section-result .inner-flight-list .flight-details-box .faredetails .fare-total strong {
    margin-left: 3px;
  }
}
@media only screen and (min-width: 768px) {
  .section-result .inner-flight-list .flight-details-box .faredetails .fare-total strong {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .section-result .inner-flight-list .flight-details-box .flight-connect {
    display: block;
    background: #f5fafe;
    color: #5482a7;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    padding: 2px 0;
    margin: 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .section-result .inner-flight-list .flight-details-box .flight-connect {
    display: inline-block;
    width: 100%;
    background: #f5fafe;
    color: #5482a7;
    text-align: center;
    padding: 2px 0;
    margin: 0 0 10px;
  }
}
.section-result .inner-flight-list .flight-details-box .flight-connect i {
  margin-right: 3px;
}
.section-result .inner-flight-list .flight-details-box .flight-note {
  background: #fcf8e3;
  color: #8a6d3b;
}
@media only screen and (max-width: 767px) {
  .section-result .inner-flight-list .flight-details-box .flight-note {
    display: block;
    font-size: 12px;
    text-align: left;
    padding: 5px 10px;
    margin: 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .section-result .inner-flight-list .flight-details-box .flight-note {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 5px 0;
  }
}
.section-result .inner-flight-list .flight-details-box .flight-note i {
  margin-right: 3px;
}
.section-result .inner-flight-list .flight-details-box .flight-cabin {
  background: #eff6fe;
  color: #051644;
}
@media only screen and (max-width: 767px) {
  .section-result .inner-flight-list .flight-details-box .flight-cabin {
    display: block;
    font-size: 12px;
    text-align: left;
    padding: 5px 10px;
    margin: 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .section-result .inner-flight-list .flight-details-box .flight-cabin {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 5px 0;
  }
}
.section-result .inner-flight-list .flight-details-box .flight-cabin i {
  margin-right: 3px;
}
.section-result .inner-flight-list .flight-details-box .flight-selftransfer {
  display: block;
  width: auto;
  margin: 10px;
  background: #ffffd9;
  color: #a77415;
  padding: 10px 15px;
  text-align: center;
  border: 1px solid #ffba3a;
  font-size: 13px;
  line-height: 1.3;
}
.section-result .inner-flight-list .flight-details-box .flight-selftransfer h3 {
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 14px;
}
.section-result .inner-flight-list .set-price-alert a {
  color: #051644;
  font-weight: bold;
  padding: 10px 10px;
  display: inline-block;
  text-align: left;
  text-decoration: none;
}
.section-result .inner-flight-list .set-price-alert a i {
  font-weight: bold;
}
.section-result .inner-flight-list .set-price-alert a i:before {
  background-image: url(/sites/1/Images/V3/icons/icon-pricealert.svg);
  background-repeat: no-repeat;
  position: relative;
  display: inline-block;
  content: "";
  padding: 0;
  width: 20px;
  height: 20px;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0;
  vertical-align: middle;
  margin-right: 3px;
  margin-top: -5px;
}
.section-result .inner-flight-list .set-price-alert a strong {
  text-decoration: underline;
}
.section-result table#ResultsTable {
  display: inline-block;
  width: 100%;
}
.section-result table#ResultsTable thead {
  display: none;
}
.section-result table#ResultsTable tbody,
.section-result table#ResultsTable tr,
.section-result table#ResultsTable td {
  width: 100%;
  display: inline-block;
}
.section-result table#ResultsTable .inner-flight-list.list-offline {
  border: 1px solid #b4dafa;
}
.section-result table#ResultsTable .inner-flight-list.list-offline .flight-offline {
  display: inline-block;
  color: #051644;
  font-weight: bold;
  text-align: center;
  font-size: 12px;
  width: 100%;
  padding: 5px;
  line-height: 1;
}
@media only screen and (min-width: 768px) {
  .section-result table#ResultsTable .inner-flight-list.list-offline .flight-offline {
    position: absolute;
    top: -25px;
    left: 0;
    padding: 0;
    width: auto;
    font-size: 14px;
  }
}
.section-result table#ResultsTable .inner-flight-list.list-offline .flight-offline a {
  color: #051644;
  font-weight: bold;
}
.section-result table#ResultsTable .inner-flight-list.list-offline .list-header {
  background: #edf6fe;
}
@media only screen and (min-width: 768px) {
  .section-result table#ResultsTable .inner-flight-list.list-offline .list-header: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: -5px -425px;
    background-repeat: no-repeat;
    width: 225px;
    height: 76px;
    position: absolute;
    right: 30%;
    top: -2px;
    display: inline-block;
  }
}
.section-result table#ResultsTable .inner-flight-list.list-offline .flight-submit {
  font-size: 18px;
  padding: 5px 10px;
}
@media screen and (max-width: 1199px) {
  .section-result table#ResultsTable .inner-flight-list.list-offline .flight-submit {
    font-size: 16px;
  }
}
.section-result table#ResultsTable .inner-flight-list.list-offline .flight-submit .quote-offline-fareid {
  font-size: 13px;
}

/* Speed Bump
---------------------------------------
*/
@-webkit-keyframes fly {
  0% {
    right: -20px;
    opacity: 0;
  }
  30%, 70% {
    opacity: 1;
  }
  100% {
    right: 90%;
    opacity: 0;
  }
}
@keyframes fly {
  0% {
    right: -20px;
    opacity: 0;
  }
  30%, 70% {
    opacity: 1;
  }
  100% {
    right: 90%;
    opacity: 0;
  }
}
.call-separate {
  display: inline-block;
  width: 100%;
  background: #fff0d9;
  border: 1px solid #f99500;
  margin: 15px 0 0;
  padding: 10px;
  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;
}
@media only screen and (max-width: 767px) {
  .call-separate {
    margin: 0 0 10px;
  }
}
.call-separate .col01 {
  position: relative;
  display: inline-block;
  width: 50%;
  padding-left: 70px;
}
@media only screen and (max-width: 767px) {
  .call-separate .col01 {
    width: 70%;
    padding: 0;
  }
}
.call-separate .col02 {
  position: relative;
  display: inline-block;
  width: 15%;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .call-separate .col02 {
    width: 30%;
  }
}
.call-separate .col03 {
  position: relative;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .call-separate .col03 {
    width: 100%;
  }
}
.call-separate .call-icon {
  width: 47px;
  height: 47px;
  border: 2px solid #ff9f71;
  border-radius: 100px;
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  float: left;
  margin: 0 10px;
}
.call-separate .call-icon: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: -337px -406px;
  width: 24px;
  height: 30px;
  position: absolute;
  top: 6px;
  left: 11px;
}
.call-separate .call-icon:after {
  content: "";
  width: 15px;
  height: 15px;
  background: #44D45A;
  border-radius: 20px;
  border: 3px solid #fff3df;
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: -3px;
}
@media only screen and (max-width: 767px) {
  .call-separate .call-icon {
    display: none;
  }
}
.call-separate .call-text {
  font-size: 17px;
  font-weight: bold;
  color: #ec5800;
  display: inline-block;
  float: left;
  padding: 12px 0;
}
@media only screen and (max-width: 767px) {
  .call-separate .call-text {
    float: none;
    font-size: 14px;
    padding: 0 0 10px;
  }
}
.call-separate .call-plane {
  position: relative;
  display: block;
  border-bottom: 2px solid #ff9f71;
  height: 25px;
  margin: 0 15px 20px;
}
.call-separate .call-plane span {
  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: -381px -411px;
  width: 23px;
  height: 23px;
  display: block;
  position: absolute;
  top: 14px;
  -webkit-animation: none;
          animation: none;
  z-index: 11;
}
.call-separate .call-plane span: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: -381px -411px;
  width: 23px;
  height: 23px;
  display: block;
  opacity: 0.1;
  position: absolute;
  left: -10px;
}
@media only screen and (max-width: 767px) {
  .call-separate .call-plane {
    height: 12px;
  }
  .call-separate .call-plane span {
    top: 1px;
  }
}
.call-separate .call-button {
  background: #F5941F;
  border: 1px solid #f75000;
  text-align: center;
  color: #aa3700;
  -webkit-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  -o-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  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;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 2px;
  float: right;
  text-align: center;
  position: relative;
  display: inline-block;
  cursor: pointer;
  padding: 10px;
  min-width: 220px;
}
.call-separate .call-button:hover {
  background: #e74b00;
}
.call-separate .call-button:active {
  background: #912f00;
  outline: none;
}
.call-separate .call-button:focus {
  outline: none;
}
@media only screen and (max-width: 767px) {
  .call-separate .call-button {
    float: none;
  }
}
.call-separate .call-button: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: -422px -412px;
  width: 21px;
  height: 21px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
@media only screen and (max-width: 767px) {
  .call-separate .call-button {
    font-size: 16px;
    width: 100%;
    padding: 4px 12px;
  }
}

.call-separate-pricealert {
  width: 100%;
  background: rgb(237, 237, 254);
  margin: 15px 0 0;
  padding: 15px;
  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;
}
@media only screen and (max-width: 767px) {
  .call-separate-pricealert {
    margin: 0 0 10px;
    padding: 10px;
  }
}
.call-separate-pricealert .col01 {
  position: relative;
  display: inline-block;
  width: 230px;
  text-align: center;
  padding: 5px 0 0 0;
}
@media only screen and (max-width: 767px) {
  .call-separate-pricealert .col01 {
    display: none;
  }
}
.call-separate-pricealert .col02 {
  position: relative;
  display: inline-block;
  width: calc((100% - 250px));
  padding: 0 0 0 15px;
}
@media only screen and (max-width: 767px) {
  .call-separate-pricealert .col02 {
    width: 100%;
    padding: 0;
  }
}
.call-separate-pricealert .col03 {
  position: relative;
  display: inline-block;
  width: calc((100% - 70px) / 2);
  padding: 5px 0 0 10px;
}
@media only screen and (max-width: 767px) {
  .call-separate-pricealert .col03 {
    width: 100%;
    padding: 0;
  }
}
.call-separate-pricealert .call-icon {
  background-image: url("/sites/147/images/logo2.svg");
  background-repeat: no-repeat;
  position: relative;
  display: inline-block;
  content: "";
  padding: 0;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0;
  width: 175px;
  height: 45px;
}
.call-separate-pricealert .call-text h3 {
  color: 262525c9;
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 5px;
}
.call-separate-pricealert .call-text p {
  font-size: 18px;
  color: #262525c9;
  line-height: 1.3;
}
@media only screen and (max-width: 767px) {
  .call-separate-pricealert .call-text p {
    margin-bottom: 10px;
  }
}
.call-separate-pricealert .call-text a {
  color: #808080;
  text-decoration: underline;
}
.call-separate-pricealert .form-inline {
  width: 100%;
  display: inline-block;
}
.call-separate-pricealert .form-inline .form-group {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media only screen and (max-width: 767px) {
  .call-separate-pricealert .form-inline .form-group {
    margin: 0;
  }
}
.call-separate-pricealert .form-inline .form-group .input-group {
  width: 100%;
  position: relative;
  display: table-cell;
}
@media only screen and (max-width: 767px) {
  .call-separate-pricealert .form-inline .form-group .input-group {
    width: calc(100% - 100px);
  }
}
.call-separate-pricealert .form-inline .form-group .input-group-addon {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 4;
  height: 39px;
  line-height: 39px;
  border: 0;
  background: transparent;
  padding: 0 10px;
}
@media only screen and (max-width: 767px) {
  .call-separate-pricealert .form-inline .form-group .input-group-addon {
    height: 35px;
    line-height: 35px;
  }
}
.call-separate-pricealert .form-inline .form-group .input-group-addon i {
  color: #051644;
  font-weight: bold;
  opacity: 0.5;
}
.call-separate-pricealert .form-inline .form-group .form-control {
  float: left;
  height: 39px;
  display: inline-block;
  line-height: 39px;
  border: 1px solid #e1e1e1;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 2px 0 0 2px;
  padding: 0 20px 0 30px;
  margin-bottom: 5px;
  font-size: 14px;
  color: #3f4d61;
  z-index: 0;
  cursor: pointer;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
.call-separate-pricealert .form-inline .form-group .form-control.placeholder {
  color: #818181;
}
.call-separate-pricealert .form-inline .form-group .form-control:-moz-placeholder {
  color: #818181;
}
.call-separate-pricealert .form-inline .form-group .form-control::-moz-placeholder {
  color: #818181;
}
.call-separate-pricealert .form-inline .form-group .form-control::-webkit-input-placeholder {
  color: #818181;
}
@media only screen and (max-width: 767px) {
  .call-separate-pricealert .form-inline .form-group .form-control {
    height: 35px;
    line-height: 35px;
  }
}
.call-separate-pricealert .form-inline .form-group .form-control:hover, .call-separate-pricealert .form-inline .form-group .form-control:focus {
  -webkit-box-shadow: 0 -2px 0 #051644 inset;
          box-shadow: 0 -2px 0 #051644 inset;
}
.call-separate-pricealert .form-inline .form-group .inline-error {
  background: transparent;
  color: red;
  line-height: 1;
  padding: 0;
  margin-top: 10px;
}
.call-separate-pricealert .form-inline .form-group a {
  width: 100px;
  height: 39px;
  line-height: 39px;
  background: #051644;
  border: 1px solid #0a5695;
  text-align: center;
  color: #052d4e;
  -webkit-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  -o-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  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);
  font-weight: bold;
  color: white;
  text-transform: uppercase;
  font-size: 16px;
  border-radius: 0 2px 2px 0;
  padding: 0;
}
.call-separate-pricealert .form-inline .form-group a:hover {
  background: #094e87;
}
.call-separate-pricealert .form-inline .form-group a:active {
  background: #041f36;
  outline: none;
}
.call-separate-pricealert .form-inline .form-group a:focus {
  outline: none;
}
@media only screen and (max-width: 767px) {
  .call-separate-pricealert .form-inline .form-group a {
    height: 35px;
    line-height: 35px;
  }
}

/* Meta Quote
---------------------------------------
*/
#METAQuote {
  display: none;
  width: 100%;
  position: relative;
  display: block !important;
  overflow: visible !important;
  height: auto !important;
}
#METAQuote .meta-heading {
  background-color: #0f7ad3;
  display: inline-block;
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  padding: 6px 0 0 10px;
  height: 25px;
  position: absolute;
  top: 0;
  left: 0;
}
#METAQuote .meta-heading:after {
  display: inline-block;
  width: 20px;
  height: 30px;
  content: "";
  position: absolute;
  right: -30px;
  top: 0;
  width: 0;
  height: 0;
  border-top: 25px solid transparent;
  border-bottom: 0 solid transparent;
  border-left: 30px solid #0f7ad3;
}
#METAQuote .meta-details {
  margin: 20px 0;
  font-size: 16px;
  font-weight: bold;
  color: #051644;
}
@media only screen and (max-width: 767px) {
  #METAQuote .meta-details {
    margin-top: 0;
    display: none;
  }
}
#METAQuote .meta-details: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: 48px;
  height: 35px;
  display: inline-block;
  content: "";
  vertical-align: middle;
  margin-right: -5px;
}
#METAQuote .inner-flight-list {
  background: #0f7ad3;
  padding: 6px;
  border: 0;
  margin-top: 20px;
}
#METAQuote .inner-flight-list .flight-seats {
  display: none;
}
#METAQuote .inner-flight-list .list-header {
  display: inline-block;
  width: 100%;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-width: 1px 1px 0 1px;
  border-radius: 3px 3px 0 0;
}
#METAQuote .inner-flight-list .list-header .flight-price > a {
  color: white;
}
#METAQuote .inner-flight-list .list-header .flight-taxes {
  color: white;
}
#METAQuote .inner-flight-list .list-header .flight-taxes u {
  color: white;
}
#METAQuote .inner-flight-list .list-body {
  display: block ruby;
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-width: 0 1px 0 1px;
}
#METAQuote .inner-flight-list .list-body .flight-details-box {
  background: white;
}
#METAQuote .inner-flight-list .list-footer {
  display: inline-block;
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-top: 1px dotted white;
  border-width: 1px;
  border-radius: 0 0 3px 3px;
}
#METAQuote .inner-flight-list .list-footer .set-price-alert a,
#METAQuote .inner-flight-list .list-footer .flight-details-button {
  color: white;
}
#METAQuote .inner-flight-list .flight-details-button {
  color: white;
  float: none;
}
#METAQuote .inner-flight-list .fare-show {
  display: none;
}
@media only screen and (max-width: 767px) {
  #METAQuote.section-result #SelectedFlight {
    position: relative;
  }
  #METAQuote.section-result #METAQuoteBlock .inner-flight-list {
    margin: 0;
  }
}

/* Flexible Price
---------------------------------------
*/
.FlexFareTitle,
.FlexFareDescription {
  display: none;
}

#METAQuote .inner-flight-list .list-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding-top: 15px;
  padding-bottom: 0;
}
@media only screen and (max-width: 767px) {
  #METAQuote .inner-flight-list .list-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#METAQuote .inner-flight-list .list-header .flight-price {
  padding-top: 15px;
}
@media only screen and (max-width: 767px) {
  #METAQuote .inner-flight-list .list-header .flight-price {
    padding-top: 10px;
  }
}
@media only screen and (min-width: 768px) {
  #METAQuote .inner-flight-list .list-header .flight-submit {
    min-width: 140px;
  }
}
#METAQuote .inner-flight-list .price-default {
  position: relative;
  display: inline-block;
  width: calc(100% / 2);
  padding: 10px 20px 10px 0;
}
@media only screen and (max-width: 767px) {
  #METAQuote .inner-flight-list .price-default {
    width: 100%;
    padding: 10px;
  }
}
#METAQuote .inner-flight-list .price-default .flight-price {
  display: inline-block;
  float: left;
  padding: 10px 0 0;
}
#METAQuote .inner-flight-list .price-default .flight-price .flight-taxes {
  padding: 0 5px;
  position: absolute;
  top: -10px;
  left: 0px;
}
#METAQuote .inner-flight-list .price-default .flight-submit {
  background: white;
  border-color: white;
  color: #051644;
}
#METAQuote .inner-flight-list .price-flexible {
  position: relative;
  display: inline-block;
  border: 1px solid white;
  width: calc(100% / 2);
  padding: 10px;
  margin-left: 20px;
}
@media only screen and (max-width: 767px) {
  #METAQuote .inner-flight-list .price-flexible {
    width: 100%;
    margin: 10px 0 0;
  }
}
#METAQuote .inner-flight-list .price-flexible .flex-fare-head {
  display: inline-block;
  background: #0f7ad3;
  padding: 0 5px;
  position: absolute;
  top: -10px;
  left: 20px;
}
@media only screen and (max-width: 767px) {
  #METAQuote .inner-flight-list .price-flexible .flex-fare-head {
    left: 5px;
  }
}
#METAQuote .inner-flight-list .price-flexible .flex-fare-head: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: "\f072";
  color: white;
  background: transparent;
  border: 1px solid white;
  padding: 0;
  width: 21px;
  height: 21px;
  border-radius: 20px;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  margin-right: 5px;
}
#METAQuote .inner-flight-list .price-flexible .flex-fare-head .flex-fare-title {
  display: inline-block;
  color: white;
}
#METAQuote .inner-flight-list .price-flexible .flex-fare-head i {
  color: white;
  padding: 0;
  font-size: 13px;
  cursor: pointer;
  top: -3px;
  right: -3px;
  position: relative;
  opacity: 0.7;
}
#METAQuote .inner-flight-list .price-flexible .flex-fare-head i:hover {
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  #METAQuote .inner-flight-list .price-flexible .flex-fare-price {
    padding: 0 10px;
  }
}
#METAQuote .inner-flight-list .price-flexible .flex-fare-pop {
  display: block;
  padding: 10px 15px 10px 30px;
  color: black;
  width: 245px;
  text-align: left;
  line-height: 1.5;
  font-weight: normal;
}
#METAQuote .inner-flight-list .price-flexible .flex-fare-pop .flex-fare-subtitle {
  font-weight: bold;
  display: inline;
}
#METAQuote .inner-flight-list .price-flexible .flex-fare-pop .flex-fare-subtitle: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: "\f072";
  margin-right: 5px;
  color: #31a608;
  position: absolute;
  top: 20px;
  left: 10px;
}
#METAQuote .inner-flight-list .price-flexible .flex-fare-pop .flex-fare-text {
  display: inline;
}
#METAQuote .inner-flight-list .price-flexible .flex-fare-pop .flex-fare-subtext {
  color: #9e9e9e;
  margin-top: 10px;
  font-size: 12px;
}
#METAQuote .inner-flight-list .price-flexible .tooltip {
  opacity: 1;
  z-index: 999;
}
#METAQuote .inner-flight-list .price-flexible .tooltip .tooltip-arrow {
  border-top-color: rgba(0, 0, 0, 0.2);
}
#METAQuote .inner-flight-list .price-flexible .tooltip .tooltip-inner {
  padding: 0;
  max-width: none;
  border: 0;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

/* Compare Price
---------------------------------------
*/
.compare-contain {
  display: inline-block;
  width: 100%;
  margin-top: 20px;
}
.compare-contain.compare-right {
  background: #f8f8f8;
  padding: 10px;
  border: 1px solid #e1e1e1;
}
.compare-contain.compare-right h3 {
  font-size: 15px;
  font-weight: bold;
  color: #3f4d61;
  margin-bottom: 5px;
}
.compare-contain.compare-right li {
  float: left;
  width: 100%;
}
.compare-contain.compare-right li a {
  border: 1px solid #e1e1e1;
  background: white;
  border-radius: 4px;
  position: relative;
  display: inline-block;
  width: 100%;
  float: left;
  overflow: hidden;
  margin: 5px 0;
  outline: none;
  -webkit-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  -o-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.compare-contain.compare-right li a img {
  margin: 10px 10px 8px;
}
.compare-contain.compare-right li a .btn-compare {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  color: #006be0;
  background: #f8f8f8;
  -webkit-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  -o-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  border: 0;
}
.compare-contain.compare-right li a: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: "\f072";
  color: #006be0;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 16px;
  font-weight: normal;
  margin: 10px;
  height: 30px;
  line-height: 30px;
}
.compare-contain.compare-right li a:hover {
  border-color: #006be0;
}
.compare-contain.compare-right li a:hover .btn-compare {
  background: #006be0;
  color: white;
}
.compare-contain.slide {
  background: white;
  padding: 10px 25px;
  border: 1px solid #e1e1e1;
}
@media only screen and (max-width: 767px) {
  .compare-contain.slide {
    margin: 10px 0;
  }
}
.compare-contain.slide h3 {
  font-size: 16px;
  font-weight: bold;
  color: #3f4d61;
  margin-bottom: 5px;
  margin-left: 5px;
}
.compare-contain.slide ul {
  display: inline-block;
  width: 100%;
  background: white;
  float: left;
}
.compare-contain.slide li {
  float: left;
  width: 25%;
  padding: 5px;
}
@media only screen and (max-width: 767px) {
  .compare-contain.slide li {
    width: calc(100% / 2);
  }
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
  .compare-contain.slide li {
    width: calc(100% / 3);
  }
}
@media only screen and (min-width: 768px) {
  .compare-contain.slide li {
    width: calc(100% / 5);
  }
}
.compare-contain.slide li a {
  position: relative;
  display: inline-block;
  width: 100%;
  float: left;
  overflow: hidden;
  outline: none;
  -webkit-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  -o-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  border: 1px solid #e1e1e1;
  border-radius: 4px;
}
.compare-contain.slide li a img {
  margin: 10px auto;
  width: 100px;
  max-width: 90%;
  display: block;
}
.compare-contain.slide li a .btn-compare {
  display: none;
  width: 100%;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  color: #006be0;
  margin-bottom: 10px;
  -webkit-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  -o-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  border: 0;
}
.compare-contain.slide li a:hover {
  border-color: #006be0;
}
.compare-contain.slide li a:hover .btn-compare {
  background: #006be0;
  color: white;
}
.compare-contain.slide .carousel-control {
  background: #f4f4f4;
  width: 20px;
  opacity: 1;
}
.compare-contain.slide .carousel-control span {
  color: #848484;
  text-shadow: none;
  position: relative;
  top: calc((100% / 2) - 10px);
  left: auto;
  right: auto;
  font-size: 16px;
  margin: 0;
  width: auto;
  height: auto;
}

.modal-timeout .compare-contain {
  background: white;
  width: 100%;
  padding: 0;
  margin: 0 0 15px;
  border-radius: 3px;
  overflow: hidden;
  display: inline-block;
}
.modal-timeout .compare-contain h3 {
  font-size: 15px;
  font-weight: bold;
  padding: 10px;
  color: white;
  background: #144a71;
  text-align: center;
}
.modal-timeout .compare-contain #call-compare-list {
  display: inline-block;
  width: 100%;
  padding: 10px 5px 5px;
  float: left;
}
.modal-timeout .compare-contain li {
  float: left;
  padding: 0 5px 5px;
  display: inline-block;
  width: calc(100% / 3);
}
.modal-timeout .compare-contain li a {
  border: 1px solid #e1e1e1;
  background: white;
  border-radius: 4px;
  position: relative;
  display: inline-block;
  width: 100%;
  float: left;
  overflow: hidden;
  outline: none;
  -webkit-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  -o-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.modal-timeout .compare-contain li a img {
  margin: 10px auto;
  width: 100px;
  max-width: 90%;
  display: block;
}
.modal-timeout .compare-contain li a .btn-compare {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  color: #006be0;
  background: #f8f8f8;
  -webkit-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  -o-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  border: 0;
}
.modal-timeout .compare-contain li a:hover {
  border-color: #006be0;
}
.modal-timeout .compare-contain li a:hover .btn-compare {
  background: #006be0;
  color: white;
}

/* Call Layer
---------------------------------------
*/
#callLayerMobile.modal {
  background-color: rgba(0, 0, 0, 0.4);
}
#callLayerMobile .modal-dialog {
  height: 100%;
  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;
  margin: 0;
}
#callLayerMobile .modal-content {
  text-align: center;
  border: 0;
  border-radius: 0;
}
#callLayerMobile .row {
  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;
  margin: 0 5px 15px;
  min-width: 300px;
  color: black;
  padding-top: 15px;
}
#callLayerMobile h2 {
  background-color: #051644;
  text-align: center;
  font-size: 16px;
  line-height: 1.5;
  padding: 10px;
  margin: 0;
  color: #FFF;
  font-weight: bold;
}
#callLayerMobile a,
#callLayerMobile .see-prices {
  background: #ffc53e;
  border: 1px solid #ffbd25;
  text-align: center;
  color: #d79600;
  -webkit-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  -o-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  cursor: pointer;
  outline: none;
  -webkit-box-shadow: 1px, 2px, 2px, rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 1px, 2px, 2px, rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 1px, 2px, 2px, rgba(0, 0, 0, 0.3);
  -o-user-select: 1px, 2px, 2px, rgba(0, 0, 0, 0.3);
  box-shadow: 1px, 2px, 2px, rgba(0, 0, 0, 0.3);
  background-image: -o-linear-gradient(top, #ffe363 5%, #ff9500 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #ffe363), to(#ff9500));
  background-image: linear-gradient(top, #ffe363 5%, #ff9500 100%);
  border-radius: 3px;
  border: 1px solid #e98605;
  color: #402500;
  font-weight: bold;
  display: inline-block;
  font-size: 16px;
  padding: 10px 0;
  margin: 0 10px;
  text-decoration: none;
  text-transform: uppercase;
  width: 45%;
}
#callLayerMobile a:hover,
#callLayerMobile .see-prices:hover {
  background: #ffb915;
}
#callLayerMobile a:active,
#callLayerMobile .see-prices:active {
  background: #be8500;
  outline: none;
}
#callLayerMobile a:focus,
#callLayerMobile .see-prices:focus {
  outline: none;
}
#callLayerMobile a img,
#callLayerMobile .see-prices img {
  height: 25px;
  vertical-align: middle;
  margin: -3px 0 -3px 2px;
}

#callLayerDesktop {
  z-index: 1050;
}
@media only screen and (max-width: 767px) {
  #callLayerDesktop {
    margin: 0 !important;
    padding: 0 !important;
    width: 100%;
    z-index: 16000001;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
}
@media only screen and (max-width: 767px) {
  #callLayerDesktop .modal-dialog {
    margin: 40px auto !important;
    padding: 0 !important;
    width: 100%;
    z-index: 16000001;
    max-width: 600px;
    position: absolute;
    border-radius: 20px;
    overflow: hidden;
  }
}
#callLayerDesktop .modal-dialog .modal-content {
  margin-top: 10vh;
}
@media only screen and (max-width: 767px) {
  #callLayerDesktop .modal-dialog .modal-content {
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: 0;
    max-width: 90%;
    margin: 0 auto;
    display: block;
  }
}
#callLayerDesktop .modal-dialog .modal-header,
#callLayerDesktop .modal-dialog .modal-body,
#callLayerDesktop .modal-dialog .modal-footer {
  padding: 0;
  margin: 0;
  border: 0;
}
@media only screen and (max-width: 767px) {
  #callLayerDesktop .modal-dialog .modal-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media only screen and (max-width: 767px) {
  #callLayerDesktop:not(.in) .modal-dialog {
    -webkit-transform: translate3d(0, 100px, 0);
            transform: translate3d(0, 100px, 0);
  }
}
#callLayerDesktop .close {
  position: absolute;
  z-index: 114;
  top: -10px;
  right: -10px;
  background: #0980cc;
  border: 2px solid white;
  text-shadow: none;
  width: 26px;
  height: 26px;
  padding: 0;
  line-height: 22px;
  text-align: center;
  opacity: 1;
  color: white;
  border-radius: 100%;
}
@media only screen and (max-width: 767px) {
  #callLayerDesktop .close {
    font-size: 44px;
    font-weight: normal;
    background: transparent;
    border: 0;
    top: -30px;
    right: 0;
  }
}
#callLayerDesktop .close:hover {
  background: gray;
  outline: none;
}
@media only screen and (max-width: 767px) {
  #callLayerDesktop .close:hover {
    background: transparent;
  }
}
#callLayerDesktop .call-group {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 20px 10px 30px;
}
@media only screen and (max-width: 767px) {
  #callLayerDesktop .call-group {
    padding: 0;
  }
}
#callLayerDesktop .call-group .heading {
  font-size: 18px;
  text-align: center;
  color: #051644;
  padding: 20px 0px 10px;
  margin-left: 45%;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  #callLayerDesktop .call-group .heading {
    margin: 0;
    padding: 15px 0 0;
  }
}
#callLayerDesktop .call-group .heading strong {
  display: block;
  font-size: 26px;
  margin: 15px auto;
}
#callLayerDesktop .call-group .grap {
  display: block;
  width: 420px;
  position: absolute;
  left: -100px;
  top: 90px;
  z-index: 0;
}
@media only screen and (max-width: 767px) {
  #callLayerDesktop .call-group .grap {
    position: relative;
    top: 0;
    left: -25%;
    width: 130%;
    margin: 30px auto 20px;
  }
}
#callLayerDesktop .call-group .coupon {
  font-size: 18px;
  text-align: center;
  line-height: 22px;
  margin-left: 45%;
  position: relative;
  z-index: 1;
  padding: 0 30px;
}
@media only screen and (max-width: 767px) {
  #callLayerDesktop .call-group .coupon {
    margin: 10px 0 15px 0;
    font-size: 18px;
  }
}
#callLayerDesktop .call-group .coupon ul {
  position: relative;
  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: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 12px;
  list-style: none;
  padding: 12px 12px 15px;
  margin: 0;
  color: black;
  border: 1px dashed gray;
  border-radius: 12px;
}
#callLayerDesktop .call-group .coupon ul li {
  list-style: none;
}
#callLayerDesktop .call-group .coupon ul p,
#callLayerDesktop .call-group .coupon ul small {
  margin: 0;
  font-size: 16px;
}
#callLayerDesktop .call-group .coupon ul small {
  font-weight: bold;
}
#callLayerDesktop .call-group .coupon ul h4 {
  margin: 5px 0;
  font-size: 28px;
  color: #FF7400;
  font-weight: bold;
}
#callLayerDesktop .call-group .saveUPTO {
  font-size: 18px;
  text-align: center;
  line-height: 22px;
  margin-left: 45%;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  #callLayerDesktop .call-group .saveUPTO {
    margin: 10px 0 15px 0;
    font-size: 18px;
  }
}
#callLayerDesktop .call-group .saveUPTO b {
  color: #a80000;
}
#callLayerDesktop .call-group .unpub-fair {
  font-size: 19px;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 40%;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  #callLayerDesktop .call-group .unpub-fair {
    margin: 0;
    font-size: 18px;
  }
}
#callLayerDesktop .call-group .phone-group {
  position: relative;
  z-index: 1;
  margin-left: 45%;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #callLayerDesktop .call-group .phone-group {
    margin: 0;
    padding: 15px 0 20px;
  }
}
#callLayerDesktop .call-group .phone-group .phone-us {
  color: #fff;
  display: inline-block;
  text-align: center;
  padding: 5px 40px;
  font-size: 26px;
  font-weight: bold;
  line-height: 40px;
  background: #17CE2D;
  border-radius: 5px;
  -webkit-box-shadow: 0 3px 11px -2px rgba(23, 206, 45, 0.9);
  box-shadow: 0 3px 11px -2px rgba(23, 206, 45, 0.9);
}
@media only screen and (max-width: 767px) {
  #callLayerDesktop .call-group .phone-group .phone-us {
    width: 90%;
  }
}
#callLayerDesktop .call-group .phone-group .phone-int {
  color: #fff;
  display: inline-block;
  display: none;
  text-align: center;
  padding: 5px 40px;
  font-size: 26px;
  font-weight: bold;
  line-height: 40px;
  background: #6484b6;
  border-radius: 5px;
}
#callLayerDesktop .pricealert-group {
  width: 100%;
  display: inline-block;
  padding: 20px;
  background: #f6f6f6;
  border-top: 1px solid #e5e5e5;
  border-radius: 0 0 4px 4px;
}
@media only screen and (max-width: 767px) {
  #callLayerDesktop .pricealert-group {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
#callLayerDesktop .pricealert-group h3 {
  font-size: 16px;
  font-weight: bold;
  color: #666;
  margin-bottom: 10px;
}
#callLayerDesktop .pricealert-group small {
  font-size: 11px;
  color: #959899;
  line-height: 1;
}
#callLayerDesktop .pricealert-group small a {
  color: #959899;
  text-decoration: underline;
}
#callLayerDesktop .pricealert-group #CallOverlayAlert .NewsletterFormDiv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 5px;
}
#callLayerDesktop .pricealert-group #CallOverlayAlert .NewsletterFormDiv .NewsletterRow {
  width: 70%;
}
#callLayerDesktop .pricealert-group #CallOverlayAlert .NewsletterFormDiv .NewsletterRow input.form-control {
  display: inline-block;
  width: 100%;
  padding: 0 15px;
  height: 38px;
  line-height: 38px;
  margin-bottom: 0;
  border-radius: 2px 0 0 2px;
  background: white;
  border: 1px solid #e1e1e1;
  font-weight: normal;
  font-size: 12px;
  color: black;
  outline: none;
  z-index: 2;
  cursor: pointer;
  -webkit-box-shadow: none;
          box-shadow: none;
}
#callLayerDesktop .pricealert-group #CallOverlayAlert .NewsletterFormDiv .NewsletterRow input.form-control:hover {
  outline: none;
  border-color: #0871b4;
}
#callLayerDesktop .pricealert-group #CallOverlayAlert .NewsletterFormDiv .NewsletterButtonDiv {
  width: 30%;
}
#callLayerDesktop .pricealert-group #CallOverlayAlert .NewsletterFormDiv .NewsletterButtonDiv input.NewsletterButton {
  background: #0f61a8;
  border: 1px solid #0d5391;
  text-align: center;
  color: #072b4a;
  -webkit-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  -o-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  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);
  height: 38px;
  line-height: 38px;
  border-radius: 0 2px 2px 0;
  padding: 0;
  color: white;
  font-weight: bold;
  font-size: 12px;
  width: 100%;
}
#callLayerDesktop .pricealert-group #CallOverlayAlert .NewsletterFormDiv .NewsletterButtonDiv input.NewsletterButton:hover {
  background: #0c4b83;
}
#callLayerDesktop .pricealert-group #CallOverlayAlert .NewsletterFormDiv .NewsletterButtonDiv input.NewsletterButton:active {
  background: #051d33;
  outline: none;
}
#callLayerDesktop .pricealert-group #CallOverlayAlert .NewsletterFormDiv .NewsletterButtonDiv input.NewsletterButton:focus {
  outline: none;
}
#callLayerDesktop .pricealert-group #CallOverlayAlert .NewsletterFormDiv .NewsletterVal {
  width: 100%;
  color: #ec2b2b;
  font-size: 12px;
  margin-top: 5px;
}

/* Fares Details
---------------------------------------
*/
#fareModal .quote-feedetailbags .text-link {
  color: #2e7bcc;
  text-decoration: underline;
  cursor: pointer;
}
#fareModal .quote-feedetailbags .text-link:hover {
  text-decoration: none;
}

/* Price Alert
---------------------------------------
*/
.price-alert-modal {
  z-index: 1050;
}
.price-alert-modal .modal-dialog {
  max-width: 550px;
  margin: 200px auto 30px;
  padding: 0 20px;
}
@media only screen and (max-width: 767px) {
  .price-alert-modal .modal-dialog {
    margin-top: 20%;
  }
}
.price-alert-modal .modal-header {
  padding: 5px 15px;
  background-color: #051644;
  border-radius: 0;
  position: relative;
  text-align: center;
}
.price-alert-modal .modal-header img {
  width: 180px;
}
.price-alert-modal .modal-header .close {
  color: #fff;
  opacity: 1;
  text-shadow: none;
  position: absolute;
  right: -25px;
  font-size: 31px;
  top: -25px;
}
@media only screen and (max-width: 767px) {
  .price-alert-modal .modal-header .close {
    right: 10px;
    top: 5px;
  }
}
.price-alert-modal .modal-body {
  display: table;
  width: 100%;
  padding-bottom: 0;
}
.price-alert-modal .modal-body .city-desti {
  width: 100%;
  float: left;
  text-align: center;
  border: 1px solid #eee;
  background-color: #f9f9f9;
}
.price-alert-modal .modal-body .city-desti .city-text {
  width: 45%;
  float: left;
  padding: 5px;
}
.price-alert-modal .modal-body .city-desti .city-text i {
  color: #1a5c8b;
}
.price-alert-modal .modal-body .city-desti .city-text span {
  font-weight: 500;
  color: #666;
}
.price-alert-modal .modal-body .city-desti .city-text small {
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: block;
}
@media only screen and (max-width: 767px) {
  .price-alert-modal .modal-body .city-desti .city-text small {
    display: none;
  }
}
.price-alert-modal .modal-body .city-desti .icon-type {
  width: 10%;
  float: left;
  padding: 14.3px 5px;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  .price-alert-modal .modal-body .city-desti .icon-type {
    padding: 5px;
  }
}
.price-alert-modal .modal-body .city-desti .icon-type i {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  color: #1a5c8b;
  font-size: 17px;
}
.price-alert-modal .modal-body .date-calen {
  padding: 15px;
  text-align: center;
  color: #f68921;
  width: 100%;
  float: left;
}
.price-alert-modal .modal-body .date-calen span {
  font-weight: bold;
}
.price-alert-modal .modal-body .text-info {
  text-align: center;
  border-top: 1px solid #eee;
  width: 100%;
  float: left;
  padding: 15px 0 10px;
}
.price-alert-modal .modal-body .text-info h3 {
  font-weight: bold;
  color: #1a5c8b;
  font-size: 24px;
  margin-bottom: 15px;
}
.price-alert-modal .modal-body .text-info p {
  color: #999;
  font-size: 13px;
}
.price-alert-modal .modal-footer {
  background-color: #f6f6f6;
  border-radius: 0;
  display: table;
  width: 100%;
}
.price-alert-modal .modal-footer a {
  width: 50%;
  float: left;
}
.price-alert-modal .modal-footer a:first-child {
  text-align: left;
}
.price-alert-modal .modal-footer a:last-child {
  text-align: right;
}
.price-alert-modal .modal-footer a:first-child:last-child {
  width: 100%;
  text-align: center;
}
.price-alert-modal .btn.active.focus, .price-alert-modal .btn.active:focus {
  outline: none;
  outline-offset: -2px;
}
.price-alert-modal .btn.focus {
  outline: none;
  outline-offset: -2px;
}
.price-alert-modal .btn:active.focus, .price-alert-modal .btn:active:focus {
  outline: none;
  outline-offset: -2px;
}
.price-alert-modal .btn:focus {
  outline: none;
  outline-offset: -2px;
}
.price-alert-modal .NewsletterFormDiv {
  width: 100%;
  float: left;
  background-color: #f6f6f6;
  padding: 15px;
}
.price-alert-modal .NewsletterFormDiv .NewsletterRow {
  width: 60%;
  float: left;
}
.price-alert-modal .NewsletterFormDiv .NewsletterRow .NewsletterEmail input {
  border-radius: 4px 0 0 4px;
  height: 45px;
}
.price-alert-modal .NewsletterFormDiv .NewsletterButtonDiv {
  width: 40%;
  float: left;
}
.price-alert-modal .NewsletterFormDiv .NewsletterButtonDiv input {
  width: 100%;
  float: left;
  border-radius: 0 4px 4px 0;
  height: 45px;
  color: #fff;
  font-size: 18px;
  background: #42DDE8;
  border: 1px solid #3B39F0;
  text-align: center;
  -webkit-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  -o-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  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;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}
.price-alert-modal .NewsletterFormDiv .NewsletterButtonDiv input:hover {
  background: #3B39F0;
}
.price-alert-modal .NewsletterFormDiv .NewsletterButtonDiv input:active {
  background: #3B39F0;
  outline: none;
}
.price-alert-modal .NewsletterFormDiv .NewsletterButtonDiv input:focus {
  outline: none;
}
@media only screen and (max-width: 767px) {
  .price-alert-modal .NewsletterFormDiv .NewsletterButtonDiv input {
    font-size: 14px;
  }
}
.price-alert-modal .NewsletterFormDiv .NewsletterVal span {
  color: red;
  font-size: 12px;
}
.price-alert-modal .NewsletterFormDiv .NewsletterSuccessDiv {
  text-align: center;
  width: 100%;
  float: left;
  border-top: 1px dashed #d6e9c6;
  padding: 10px 0;
  background-color: #dff0d8;
}
.price-alert-modal .NewsletterFormDiv .NewsletterSuccessDiv span {
  font-size: 18px;
  font-weight: bold;
  color: #3c763d;
}

/* Timeout Dialogue
---------------------------------------
*/
.timeout-dialogue-modal {
  z-index: 1050;
  font-family: arial;
}
@media only screen and (max-width: 767px) {
  .timeout-dialogue-modal {
    margin: 0 !important;
    padding: 0 !important;
    width: 100%;
    z-index: 16000001;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    overflow: hidden;
  }
}
.timeout-dialogue-modal .modal-dialog {
  width: 422px;
}
@media only screen and (max-width: 767px) {
  .timeout-dialogue-modal .modal-dialog {
    margin: 0 !important;
    padding: 0 !important;
    width: 100%;
    z-index: 16000001;
    position: absolute;
    bottom: 0;
  }
}
.timeout-dialogue-modal .modal-dialog .modal-content {
  margin-top: 10vh;
}
@media only screen and (max-width: 767px) {
  .timeout-dialogue-modal .modal-dialog .modal-content {
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: 0;
    max-width: 90%;
    margin: 0 auto;
    display: block;
  }
}
.timeout-dialogue-modal .modal-dialog .modal-header,
.timeout-dialogue-modal .modal-dialog .modal-body,
.timeout-dialogue-modal .modal-dialog .modal-footer {
  padding: 0;
  margin: 0;
  border: 0;
}
@media only screen and (max-width: 767px) {
  .timeout-dialogue-modal .modal-dialog .modal-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media only screen and (max-width: 767px) {
  .timeout-dialogue-modal:not(.in) .modal-dialog {
    -webkit-transform: translate3d(0, 100px, 0);
            transform: translate3d(0, 100px, 0);
  }
}
.timeout-dialogue-modal .close {
  position: absolute;
  z-index: 114;
  top: -10px;
  right: -10px;
  background: #0980cc;
  border: 2px solid white;
  text-shadow: none;
  width: 26px;
  height: 26px;
  padding: 0;
  line-height: 22px;
  text-align: center;
  opacity: 1;
  color: white;
  border-radius: 100%;
}
@media only screen and (max-width: 767px) {
  .timeout-dialogue-modal .close {
    font-size: 44px;
    font-weight: normal;
    background: transparent;
    border: 0;
    top: -30px;
    right: 0;
  }
}
.timeout-dialogue-modal .close:hover {
  background: gray;
  outline: none;
}
@media only screen and (max-width: 767px) {
  .timeout-dialogue-modal .close:hover {
    background: transparent;
  }
}
.timeout-dialogue-modal .operator-group {
  position: relative;
  margin-top: -30px;
  text-align: center;
  display: inline-block;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .timeout-dialogue-modal .operator-group {
    border-top: 4px solid #0f61a8;
    margin-top: 0;
  }
}
.timeout-dialogue-modal .operator-group .operator-image {
  border-radius: 100%;
  display: inline-block;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .timeout-dialogue-modal .operator-group .operator-image {
    width: 77px;
    height: 77px;
    border: 4px solid #bdccd4;
  }
}
@media only screen and (max-width: 767px) {
  .timeout-dialogue-modal .operator-group .operator-image {
    width: 100px;
    height: 100px;
    border: 4px solid #0f61a8;
    margin-top: -40px;
  }
}
.timeout-dialogue-modal .operator-group .operator-status {
  display: inline-block;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  font-size: 12px;
}
@media only screen and (max-width: 767px) {
  .timeout-dialogue-modal .operator-group .operator-status {
    margin-left: -30px;
    color: transparent;
    width: 20px;
    height: 20px;
    overflow: hidden;
  }
}
.timeout-dialogue-modal .operator-group .operator-status i {
  display: inline-block;
  width: 13px;
  height: 13px;
  background: gray;
  border-radius: 100%;
  border: 2px solid white;
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  .timeout-dialogue-modal .operator-group .operator-status i {
    width: 18px;
    height: 18px;
    border-width: 3px;
    vertical-align: top;
  }
}
.timeout-dialogue-modal .operator-group .operator-status i.online {
  background: #00c93f;
}
.timeout-dialogue-modal .heading {
  font-size: 22px;
  font-weight: bold;
  color: #0f61a8;
  width: 100%;
  display: inline-block;
  text-align: center;
  margin: 20px 0;
}
@media only screen and (max-width: 767px) {
  .timeout-dialogue-modal .heading {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    font-size: 18px;
  }
}
.timeout-dialogue-modal .phone-group {
  width: 100%;
  display: inline-block;
  background: #0f61a8;
  color: white;
  background: url(/Sites/1/images/V2/waiting/callcenter.png) #051644 no-repeat;
  background-position: 300px 18px;
  background-size: 59px auto;
  text-align: right;
  padding: 20px 140px 20px 5px;
}
@media only screen and (max-width: 767px) {
  .timeout-dialogue-modal .phone-group {
    display: none;
  }
}
.timeout-dialogue-modal .phone-group a {
  color: white;
  display: inline-block;
}
.timeout-dialogue-modal .phone-group a.us {
  font-size: 28px;
  font-weight: bold;
  margin: 10px 0;
}
.timeout-dialogue-modal .phone-group a.int {
  font-size: 18px;
  font-weight: bold;
}
.timeout-dialogue-modal .phone-group p {
  font-size: 14px;
}
.timeout-dialogue-modal .pricealert-group {
  width: 100%;
  display: inline-block;
  padding: 20px;
  border-bottom: 1px solid #e1e1e1;
}
@media only screen and (max-width: 767px) {
  .timeout-dialogue-modal .pricealert-group {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
.timeout-dialogue-modal .pricealert-group h3 {
  font-size: 16px;
  font-weight: bold;
  color: #666;
  margin-bottom: 10px;
}
.timeout-dialogue-modal .pricealert-group small {
  font-size: 11px;
  color: #959899;
  line-height: 1;
}
.timeout-dialogue-modal .pricealert-group small a {
  color: #959899;
  text-decoration: underline;
}
.timeout-dialogue-modal .pricealert-group #TimeoutDialogueForm .NewsletterFormDiv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 5px;
}
.timeout-dialogue-modal .pricealert-group #TimeoutDialogueForm .NewsletterFormDiv .NewsletterRow {
  width: 70%;
}
.timeout-dialogue-modal .pricealert-group #TimeoutDialogueForm .NewsletterFormDiv .NewsletterRow input.form-control {
  display: inline-block;
  width: 100%;
  padding: 0 15px;
  height: 38px;
  line-height: 38px;
  margin-bottom: 0;
  border-radius: 2px 0 0 2px;
  background: white;
  border: 1px solid #e1e1e1;
  font-weight: normal;
  font-size: 12px;
  color: black;
  outline: none;
  z-index: 2;
  cursor: pointer;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.timeout-dialogue-modal .pricealert-group #TimeoutDialogueForm .NewsletterFormDiv .NewsletterRow input.form-control:hover {
  outline: none;
  border-color: #0871b4;
}
.timeout-dialogue-modal .pricealert-group #TimeoutDialogueForm .NewsletterFormDiv .NewsletterButtonDiv {
  width: 30%;
}
.timeout-dialogue-modal .pricealert-group #TimeoutDialogueForm .NewsletterFormDiv .NewsletterButtonDiv input.NewsletterButton {
  background: #0f61a8;
  border: 1px solid #0d5391;
  text-align: center;
  color: #072b4a;
  -webkit-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  -o-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  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);
  height: 38px;
  line-height: 38px;
  border-radius: 0 2px 2px 0;
  padding: 0;
  color: white;
  font-weight: bold;
  font-size: 12px;
  width: 100%;
}
.timeout-dialogue-modal .pricealert-group #TimeoutDialogueForm .NewsletterFormDiv .NewsletterButtonDiv input.NewsletterButton:hover {
  background: #0c4b83;
}
.timeout-dialogue-modal .pricealert-group #TimeoutDialogueForm .NewsletterFormDiv .NewsletterButtonDiv input.NewsletterButton:active {
  background: #051d33;
  outline: none;
}
.timeout-dialogue-modal .pricealert-group #TimeoutDialogueForm .NewsletterFormDiv .NewsletterButtonDiv input.NewsletterButton:focus {
  outline: none;
}
.timeout-dialogue-modal .pricealert-group #TimeoutDialogueForm .NewsletterFormDiv .NewsletterVal {
  width: 100%;
  color: #ec2b2b;
  font-size: 12px;
  margin-top: 5px;
}
@media only screen and (max-width: 767px) {
  .timeout-dialogue-modal .modal-footer {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
  }
}
.timeout-dialogue-modal .modal-footer .btn-group {
  width: 100%;
  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;
  padding: 20px 0;
}
@media only screen and (max-width: 767px) {
  .timeout-dialogue-modal .modal-footer .btn-group {
    width: 100%;
    padding: 0 20px 10px;
  }
}
.timeout-dialogue-modal .modal-footer .btn-group ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #959899;
}
@media only screen and (max-width: 767px) {
  .timeout-dialogue-modal .modal-footer .btn-group ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .timeout-dialogue-modal .modal-footer .btn-group ul li {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .timeout-dialogue-modal .modal-footer .btn-group ul li:nth-child(1) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media only screen and (max-width: 767px) {
  .timeout-dialogue-modal .modal-footer .btn-group ul li:nth-child(3) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.timeout-dialogue-modal .modal-footer .btn-group ul .btn {
  background: #f4f4f4;
  border: 1px solid #e7e7e7;
  text-align: center;
  color: #c1c1c1;
  -webkit-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  -o-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  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: #e1e1e1;
  color: #70767a;
  font-size: 14px;
  font-weight: bold;
  line-height: 38px;
  border-radius: 2px;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
  margin: 0 15px;
  padding: 0;
  min-width: 160px;
}
.timeout-dialogue-modal .modal-footer .btn-group ul .btn:hover {
  background: #e0e0e0;
}
.timeout-dialogue-modal .modal-footer .btn-group ul .btn:active {
  background: #b4b4b4;
  outline: none;
}
.timeout-dialogue-modal .modal-footer .btn-group ul .btn:focus {
  outline: none;
}
@media only screen and (max-width: 767px) {
  .timeout-dialogue-modal .modal-footer .btn-group ul .btn {
    width: 100%;
    margin: 0;
    font-size: 18px;
    font-weight: normal;
    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;
    height: 60px;
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 768px) {
  .timeout-dialogue-modal .modal-footer .btn-group ul .btn i {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .timeout-dialogue-modal .modal-footer .btn-group ul .btn i {
    margin-right: 10px;
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .timeout-dialogue-modal .modal-footer .btn-group ul .btn.btn-timeout-call {
    background: #F5941F;
    border: 1px solid #ff6921;
    text-align: center;
    color: #d34500;
    -webkit-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
    -o-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
    transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
    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: #ff6921;
    color: white;
  }
  .timeout-dialogue-modal .modal-footer .btn-group ul .btn.btn-timeout-call:hover {
    background: #F5941F;
  }
  .timeout-dialogue-modal .modal-footer .btn-group ul .btn.btn-timeout-call:active {
    background: #ba3c00;
    outline: none;
  }
  .timeout-dialogue-modal .modal-footer .btn-group ul .btn.btn-timeout-call:focus {
    outline: none;
  }
}
.timeout-dialogue-modal .modal-footer .btn-group ul .btn.btn-timeout-call strong {
  margin-right: 10px;
}

/* Time out
---------------------------------------
*/
.modal-timeout .modal-dialog {
  width: 500px;
  height: auto;
  margin: 30px auto;
  font-family: arial;
}
.modal-timeout .modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  border: 0;
}
.modal-timeout .modal-header h1 {
  color: #025d8f;
  font-weight: bold;
  font-size: 29px;
  padding-top: 10px;
  line-height: 1.5;
}
.modal-timeout .modal-header p {
  font-size: 14px;
  color: #808080;
  margin: 5px 0 0;
  line-height: 1.5;
}
.modal-timeout .modal-header strong {
  color: black;
}
.modal-timeout .close {
  z-index: 3;
  opacity: 1;
  margin: -10px;
  border-radius: 50%;
  background-color: #000;
  width: 30px;
  height: 30px;
  text-align: center;
  border: 2px solid #FFF;
  -webkit-box-shadow: 0 1px 6px #000;
          box-shadow: 0 1px 6px #000;
  line-height: 0;
  position: absolute;
  float: none;
  right: 0;
  top: 0;
}
.modal-timeout .close > span {
  font-size: 24px;
  font-weight: 400;
  padding: 0;
  line-height: 26px;
  color: #FFF;
}
.modal-timeout .modal-body {
  background-image: -o-linear-gradient(#195b8b 30%, #9ab9ce);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #195b8b), to(#9ab9ce));
  background-image: linear-gradient(#195b8b 30%, #9ab9ce);
  -webkit-box-shadow: 0 30px 60px -30px rgba(0, 0, 0, 0.4) inset;
  -moz-box-shadow: 0 30px 60px -30px rgba(0, 0, 0, 0.4) inset;
  -ms-box-shadow: 0 30px 60px -30px rgba(0, 0, 0, 0.4) inset;
  -o-user-select: 0 30px 60px -30px rgba(0, 0, 0, 0.4) inset;
  box-shadow: 0 30px 60px -30px rgba(0, 0, 0, 0.4) inset;
}
.modal-timeout .modal-body .top {
  display: block;
  margin-bottom: 10px;
}
.modal-timeout .modal-body .top img {
  height: 82px;
  width: auto;
  margin: 0 auto 20px;
  display: block;
}
.modal-timeout .modal-body .bottom {
  display: block;
  margin: 0;
  font-weight: bold;
}
.modal-timeout .modal-body .bottom .phone {
  border: 1.8px dotted white;
  border-radius: 4px;
  background: url(/Sites/1/images/V2/waiting/callcenter.png) no-repeat;
  background-position: 92% 10px;
  background-size: 68px auto;
  text-align: right;
  padding: 15px 110px 15px 5px;
}
.modal-timeout .modal-body .bottom .phone p {
  color: #FD8813;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0;
}
.modal-timeout .modal-body .bottom .phone h1 {
  color: #fffb00;
  font-size: 34px;
  margin: 5px 0;
  line-height: 1;
}
.modal-timeout .modal-body .bottom .phone h3 {
  color: white;
  font-size: 20px;
  line-height: 1;
}
.modal-timeout .modal-body .bottom .phone a:hover h1,
.modal-timeout .modal-body .bottom .phone a:hover h3 {
  text-decoration: underline;
}
.modal-timeout .modal-footer {
  color: #9a9a9a;
  font-size: 16px;
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 20px 40px;
}
.modal-timeout .modal-footer span {
  margin: 0 10px;
}
.modal-timeout .btn {
  color: #025D8F;
  font-weight: bold;
  padding: 9px 30px;
  font-size: 16px;
  border: 1px solid #d7dada;
  border-radius: 4px;
  background-color: #fff;
  background-image: -o-linear-gradient(top, #fff, #dfdddd);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dfdddd));
  background-image: linear-gradient(to bottom, #fff, #dfdddd);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#fff, endColorstr=#dfdddd);
  -webkit-box-shadow: 0px 2px 3px #9a9a9a;
  box-shadow: 0px 2px 3px #9a9a9a;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
     transition-duration: 0.3s;
}
.modal-timeout .btn:hover {
  background: #dfdddd;
  border-color: #dfdddd;
}
.modal-timeout .btn.inline {
  text-decoration: underline;
  text-transform: uppercase;
  background: transparent;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.modal-timeout .btn.inline:hover {
  background: #eee;
  color: #025d8f;
  text-decoration: none;
}
@media screen and (max-width: 590px) {
  .modal-timeout .modal-dialog {
    width: auto;
    height: auto;
    margin: 10px;
  }
  .modal-timeout .modal-header {
    padding: 5px 15px;
  }
  .modal-timeout .modal-header img {
    height: 100%;
  }
  .modal-timeout .modal-header h1 {
    font-size: 18px;
  }
  .modal-timeout .modal-header p {
    font-size: 12px;
  }
  .modal-timeout .modal-body .bottom .phone h1 {
    font-size: 24px;
  }
  .modal-timeout .modal-body .bottom .phone h3 {
    font-size: 18px;
  }
  .modal-timeout .modal-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 5px 0 15px;
    height: 140px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

/* Tooltip
---------------------------------------
*/

.ttooltip {
  position: relative;
}

.ttooltip:before,
.ttooltip:after {
  position: absolute;
  content: '';
  opacity: 0;
  transition: all 0.4s ease;
}

.ttooltip:before {
  border-width: 10px 8px 0 8px;
  border-style: solid;
  border-color: #5482a7 transparent transparent transparent;
  top: -5px;
   transform: translateY(20px);
}

@media only screen and (min-width: 767px) {
  .ttooltip:after {
    content: attr(data-tooltip);
    background-color: #5482a7;
    width: 500px;
    height: 40px;
    font-size: 16px;
    color:  #fff;
    font-weight: 300;
    top: -45px;
    left: -10px;
    padding: 10px;
    border-radius: 5px;
    letter-spacing: 1px;
    transform: translateY(80px);
  }
}

@media only screen and (max-width: 767px) {
  .ttooltip:after {
    content: attr(data-tooltip);
    background-color: #5482a7;
    opacity: 0;
    width: 360px;
    height: 40px;
    font-size: 13px;
    color:  #fff;
    font-weight: 800;
    top: -45px;
    left: -150px;
    padding: 10px;
    border-radius: 5px;
    letter-spacing: 1px;
    transform: translateY(80px);
  }
}  
.ttooltip:hover::before,
.ttooltip:hover::after {
  opacity: 1;
  transform: translateY(-2px);
}

@keyframes shake {
  0% { 
    transform: rotate(2deg);
  }
  50% {
   transform: rotate(-3deg);
  }
  70% {
    transform: rotate(3deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

#anim:hover {
  animation: shake 500ms ease-in-out forwards;
}
