.gptbe-container {
    font-size: 15px;
}

.sprite-svg {
    background-image: url('../images/sprites.svg');
    background-size: 307px 280px;
    /*237px;*/
    background-repeat: no-repeat;
    display: inline-block;
}

.voyager-box {
    display: none;
    background: #ccc;
}

.voyager-trigger:checked+.voyager-box {
    display: block;
}

.voyager-trigger {
    display: none;
}

.destinationModalImage {
    background-image: url('../images/destination-message.jpg');
    background-repeat: no-repeat;
    background-position: right bottom;
    padding-top: 40px;
    padding-bottom: 80px;
}

.budgetModalImage {
    background-image: url('../images/budgetfare-message.jpg');
    background-repeat: no-repeat;
    background-position: right bottom;
    padding-top: 40px;
    padding-bottom: 80px;
}

#budgetFareMessageModal .modal-dialog {
    max-width: 40rem;
    min-width: 22rem;
}

#budgetFareMessageModal .feature-application {
    font-weight: bold;
    font-size: 14px;
}

/* Model */
#budgetFareMessageModal .modal-content {
    padding: 0 1.75rem 1.5rem;
}

#budgetFareMessageModal .modal-header,
#budgetFareMessageModal .modal-footer {
	padding-left: 0;
	padding-right: 0;
}

/* Model Header */
#destinationMessageModalLabel.modal-title,
#budgetfareDetails .text-primary,
.budgetMessage .text-primary {
    color: #1a5dad !important;
}

/* Model Body */
#budgetFareMessageModal .modal-body {
    padding: 0;
}

.modal-body .budgetMessage {
    border-bottom: 1px solid #dee2e6;
}

.feature-application.text-danger {
    color: #1a5dad !important;
}

.feature-application.text-danger::before {
    content: "X ";
    color: #ee0606;
}

/* Footer */
.budget-fare-modal-btn {
	background: #f05a28;
	color: #fff;
	border-radius: 5px;
	border-width: 0px;
	padding: 5px 20px;
}

button#continue-budgetfare {
    background: #28a745;
}

.destinationMessage {
    display: block;
    width: 50%;
}

@media screen and (max-width: 767px) {
    .destinationModalImage {
        padding-top: 15px;
        padding-bottom: 15px;
        background-size: 50%;

    }

    .destinationMessage {
        display: block;
        width: 60%;
        font-size: 12px;
        margin-bottom: 0px;
    }
}

.flight-details .sprite-svg.arrow-up {
    background-position: 0 -191px;
    width: 140px;
    height: 13px;
    position: absolute;
    top: -25px;
    left: 230px;
}

.popdown-container .sprite-svg.arrow-up-small {
    background-position: 0 -179px;
    width: 84px;
    height: 13px;
    position: absolute;
    top: -20px;
    left: 199px;
}

@media (min-width: 992px) {
    .popdown-container .sprite-svg.arrow-up-small {
        left: 219px;
    }
}

.seg-container .fa-close {
    font-weight: narrow;
    font-size: 18px;
}

.origin-destination {
    position: relative;
}

.results-box {
    display: none;
    position: absolute;
    background: #ffffff;
    overflow-y: scroll;
    max-height: 200px;
    font-weight: normal;
    border: 1px solid black;
    z-index: 2;
}

@media screen and (min-width: 992px) {
    .results-box {
        width: 450px;
    }

    .roundtrip #result3 {
        width: 200px;
    }
}

.airport-result,
.airport-result-placeholder {
    padding: 5px 0;
}

.no-close.ui-dialog {
    position: fixed;
}

.no-close .ui-dialog-titlebar-close,
.no-close .ui-dialog-titlebar {
    display: none;
}

/*.book-form .affiliate-fields {
    display:none;
}*/

#details-button {
    display: block !important;
}

#confirmation-container {
    text-align: center;
    border: none;
}

/*#confirmation-container.email{
    display:inline-block;
    max-width:75%;
    text-align:left;
}*/
#con-wrapper {
    display: inline-block;
    max-width: 720px;
}

@media screen and (max-width: 767px) {
    #con-wrapper {
        display: block;
    }
}

.con-large {
    font-size: 48px;
    font-weight: bold;
    color: #0060a8;
}

.con-bold {
    font-weight: bold;
}

.con-smaller {
    font-size: 12px;
}

.con-notice {
    /*font-size:14px;*/
    font-weight: bold;
    /*color:#ed1d24;*/
    color: #0a46f2;
}

#con-wrapper .con-splitter .line {
    display: inline-block;
    width: 400px;
}

.con-copyright {
    font-size: 13px;
    color: #76787b;
}

.con-copyright .sprite {
    display: inline-block;
}

.con-refid {
    text-align: center;
    font-size: 22px;
}

.con-centered {
    text-align: center;
}

.con-payment {
    text-align: center;
}

.con-justified {
    text-align: justify;
}

.depart-dt {
    font-weight: bold;
}

#itinerary-wrapper {
    text-align: center;
    border: 1px solid black;
}

#itinerary-wrapper>div {
    text-align: left;
}

#con-itinerary {
    display: inline-block;
    width: 60%;
    margin: 20px auto;
}

#con-itinerary .flight-summary .info {
    text-align: center;
    font-size: 22px;
}

#con-itinerary .iata-num {
    font-size: 22px;
    font-weight: bold;
    color: #000;
}

#con-itinerary .pass-row {
    font-weight: bold;
    color: #000;
}

#con-itinerary #price-wrapper .price-summary .trip-total {
    border: 0;
}

#con-itinerary #price-wrapper {
    text-align: center;
}

#con-itinerary .price-summary .row span:first-child {
    text-align: right;
}

#con-itinerary .price-summary .row span:last-child {
    text-align: left;
}

.dot {
    height: 8px;
    width: 8px;
    /*background-color: #bbb;*/
    background-color: #58595b;
    border-radius: 50%;
    display: block;
    margin-top: -4px;
}

.dot-many {
    display: flex;
    justify-content: center;
    font-size: 42px;
    color: #58595b;
    margin-top: -3px;
    background: white;
}

.dot-many span {
    width: 5px;
    height: 5px;
    margin: 0 3px;
    border-radius: 50%;
    background: #58595b;
    display: inline-block;

}

.stop-iata {
    display: block;
    font-size: 12px;
}

.flight-path {

    margin-top: 10px;
    text-align: center;
}

.flight-path-stop {
    border-top: 1px solid #bbb;
    /*width:30px;
    display:inline-block;*/
}

.flight-path-stop.too-many {
    /*border:none;*/
}

.move-left {
    text-align: left;
    padding-left: 0;
}

.move-right {
    text-align: right;
    padding-right: 0;
}

.move-middle {
    text-align: center;
    margin: auto;
}

.move-middle .dot {
    margin: -4px auto 0;
}

.move-right .dot {
    margin-left: auto;
    margin-right: 0;
}

.fare-selector {
    /*min-height:120px;*/
    width: 130px;
    background-color: #f1f1f2;
    border: 1px solid #f1f1f2;
    padding: 0px;
    position: relative;
    color: #444;
    font-weight: 300;
    font-family: "Open Sans", Helvetica, sans-serif;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .fare-selector {
        width: 115px;
        /* 130px;*/
    }

    .split-flight-container .branded-text {
        font-size: 10px;
    }
}

@media screen and (max-width:767px) {
    .fare-selector {
        width: 100px;
    }

    .fare-selector .branded-text {
        font-size: 9px;
    }
}

@media screen and (min-width:768px) and (max-width: 991px) {

    .be-fare .limited-seats,
    .fare-selector {
        width: 106px;
    }


}


.flight-details {
    /*margin-top:60px;*/
}

.split-itinerary-filter label {
    font-weight: 300;
}

.bold {
    font-weight: bold;
}

.split-itinerary-filter .bold {
    margin-right: 10px;
}


.split-itinerary-filter .stop-filter,
.split-itinerary-filter .refund-filter {
    margin-right: 30px;
}

@media screen and (max-width:767px) {

    .split-itinerary-filter .stop-filter,
    .split-itinerary-filter .refund-filter {
        margin-right: 5px;
    }
}

.split-itinerary-filter .filter-airlines {
    display: inline-block;
    padding-left: 0px;
}

.split-itinerary-filter .filter-airlines .filter-airline {
    list-style-type: none;
}

.blue-button {
    background-color: #1a4797;
    border: none;
    border-radius: 5px;
    color: #fff;
    font-size: 17px;
    line-height: 1.15em;
    padding: 10px 25px !important;
    outline: none !important;
    text-decoration: none;
}

.blue-button.open {
    background-color: grey;
}

.split-itinerary-filter {
    margin-top: 15px;
    padding: 15px;
}

.filter-label {
    min-width: 70px;
}

.split-flight-container {
    border-top: 1px solid lightgrey;
    padding: 15px 0;
}

.split-flight-container.limited-seats-itinerary {
    padding: 40px 0 15px;
}

.split-flight-container .be-fare {
    padding-top: 0px;
}

.split-flight-container .be-amo {
    top: 18px;
    left: 0;
    color: #f68712;
    font-weight: 400;
    font-size: 28px;
    width: 100%;
    line-height: 22px;
}

.split-flight-container .branded-fare {
    bottom: 0;
    width: 100%;
    background: #d1d3d4;
}

.split-flight-container .branded-text {
    padding: 5px 0;
    font-size: 12px;
    line-height: 12px;
    text-transform: uppercase;
}

@media screen and (max-width:767px) {
    .split-flight-container .branded-text {
        font-size: 9px;
    }
}

.split-flight-container .trip-type {
    width: 100%;
    font-size: 12px;
    bottom: 48px;
}

.split-flight-container .flight-cabin {
    top: 0;
    width: 100%;
    padding: 3px 0 0;
    font-size: 14px;
}

.search-container {
    background: #476bab;
    font-size: 15px;
}

.search-container .sub-container {
    margin: 0 auto;
    max-width: 1400px;
    height: 64px;
}

.search-container .row {
    padding-top: 10px;
    /*padding: 10px 30px;*/
}

.search-container .container {
    max-width: 1200px;
}

.search-container .flight-sentence,
.search-container .hotel-sentence,
.search-container .rental-sentence {
    color: #fff;
}

.search-container .change-search button {
    color: #fff;
}

.search-container .change-search.row-1 {
    padding-top: 0px;
}

@media screen and (min-width:992px) {
    .search-container .change-search {
        padding-top: 10px;
    }
}

@media screen and (max-width:991px) {
    .search-container .change-search button {
        font-size: 12px;
    }
}

@media screen and (max-width:767px) {

    .search-container .flight-sentence,
    .search-container .hotel-sentence,
    .search-container .rental-sentence {
        font-size: 12px;
    }
}

@media screen and (min-width:992px) and (max-width:1023px) {
    .search-container .change-search.row-1 {
        padding-top: 10px;
    }
}

@media screen and (max-width:768px) and (max-width:1023px) {

    .search-container .flight-sentence,
    .search-container .hotel-sentence,
    .search-container .rental-sentence {
        font-size: 12px;
    }

    .change-search .show-search-form {
        padding: .2em 0.5em;
    }
}

.hotel-heading {
    color: #fff;
    font-size: 22px;
    margin-bottom: 10px;
}

.search-container .gptbe-search-header {
    display: none;
}

.show-search-form {
    /*background: #476bab;
    border: 1px solid #fff;*/
    background: #f05a28;
    border: 1px none #fff;
    border-radius: 3px;
    padding: .2em .6em;
}

.multicity .show-search-form {
    position: relative;
    height: fit-content;
}

.multicity .show-search-form .change-search {
    padding-top: 0;
}

@media screen and (max-width:767px) {
    .change-search .show-search-form {
        top: 0;
    }
}

.split-flight-container .flight-times {
    font-size: 15px;
}


.split-flight-container .flight-details {
    display: none;
    border: 3px solid #eaecf0;
    padding: 15px 0;
    position: relative;
    font-size: 13px;
    margin-top: 18px;
}



.gptbe-page-container.passenger-form,
.gptbe-page-container .gptbe-form-container,
#selected-flight-container {
    font-size: 13px;
}

.gptbe-page-container.passenger-form {
    margin: 0 auto !important;
}

.split-flight-container .flight-details .before {
    color: #bcbcbc;
    width: 30px;
    height: 40px;
    border-radius: 10px;
    text-align: center;
    display: inline-block;
    top: 0;
    right: 10px;
    cursor: pointer;
    overflow: hidden;
    position: absolute;
    font-size: 30px;
    line-height: 34px;
}

@media only screen and (max-device-width : 768px) {
    .split-flight-container .flight-details {
        margin-top: 40px;
    }

    .flight-details .sprite-svg.arrow-up {
        left: 0px;
        /*25px;*/
    }
}

@media only screen and (min-device-width : 769px) and (max-device-width : 1024px) {
    .split-flight-container .flight-details {
        margin-top: 40px;
    }

    .flight-details .sprite-svg.arrow-up {
        left: 140px;
        /*25px;*/
    }
}

.flight-dates {
    color: #f68712;
    font-size: 12px;
}

.url_booking_air_results .book-form .book-options-wrapper {
    display: none;
}

@media screen and (min-width:992px) and (max-width:1200px) {
    .row.gptbe-search-results.voyager-split .gptbe-page-container {
        max-width: 90%;
    }
}


.popper {
    z-index: 3;
    color: #fff;
    text-align: left;
    font-size: 10px;
    width: 300px;
}

.popper-fare {
    background-color: #1a5dad;
    padding-left: 5px;
}

.popper-flights {
    background-color: #476bab;
    padding-left: 5px;
    min-height: 60px;
}

.popper .popper-arrow {
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute;
    margin: 5px;
}

.popper .popper-arrow {
    border-color: #476bab;
}

.popper[x-placement^="right"] {
    margin-left: 5px;
}

.popper[x-placement^="right"] .popper-arrow {
    border-width: 5px 5px 5px 0;
    border-left-color: transparent;
    border-top-color: transparent;
    border-bottom-color: transparent;
    left: -5px;
    top: calc(50% - 5px);
    margin-left: 0;
    margin-right: 0;
}

.popper[x-placement^="left"],
.tooltip[x-placement^="left"] {
    margin-right: 5px;
}

.popper[x-placement^="left"] .popper-arrow,
.tooltip[x-placement^="left"] .tooltip-arrow {
    border-width: 5px 0 5px 5px;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    right: -5px;
    top: calc(50% - 5px);
    margin-left: 0;
    margin-right: 0;
}


.selector-sign {
    font-size: 17px;
}

.selected-smaller {
    font-size: 12px;
}

.selected-date {
    color: #3d4d79;
}

@media (max-width: 767px) {
    .be-fare .show-prices {
        margin-top: 30px;
    }
}


.ctext.split {
    /*background: darkgrey;
    color:#fff;
    border-radius: 5px;*/
    padding: 4px 10px;
    /*margin:10px 0;*/
}

div.arrow-up {
    /*width: 20px;
    height: 20px;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 35px solid #eaecf0;
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: -35px;
    left: 180px;*/
}

.popdown-container .arrow-up {
    left: 235px;
}

.voyager-split .flight-duration {
    font-size: 12px;
}

.voyager-split #flight-results .show-prices-link,
.voyager-split #flight-results .show-details {
    font-size: 12px;
    cursor: pointer;
    color: #337ab7;
}




/*.popdown-container:before{
    content: '\25b2';
    color: #eaecf0;
    font-size: 60px;
    line-height: 45px;
    margin-left:275px;
    height: 45px;
    display: inline-block;
    overflow:hidden;
}*/

.popdown-container {
    position: relative;
    /*top: 112px;*/
    margin-top: 30px;
    left: -190px;
    text-align: left;
    display: none;
}


.popdown-container .popdown-feature {
    font-size: 12px;
}

.popdown-container .popdown-segment-details {
    margin-top: -15px;
}

.popdown-container .popdown-rate-details {
    margin: 15px;
}

.popdown-container .popdown-rate-box {
    text-align: center;
    margin-top: 3px;
    margin-bottom: 3px;
}

.popdown-container .popdown-rate-price {
    padding: 10px 15px;
    border: solid #58595b;
    border-width: 1px 1px 1px 1px;
    margin-left: -1px;
}

.popdown-container .fare-popdown .before,
.popdown-container .popdown-content .before {
    /*content: 'X';
    background:  #f68712;*/
    width: 28px;
    height: 28px;
    /*border-radius: 14px;
    border: 4px solid #eaecf0;*/
    text-align: center;
    display: inline-block;
    top: 0px;
    right: 0px;
    cursor: pointer;
    overflow: hidden;
    position: absolute;
    font-size: 22px;
    line-height: 24px;
}

.fare-popdown {
    background-color: #ffffff;
    border: 3px solid #eaecf0;
    width: 400px;
    padding: 10px 0;
    position: relative;
    z-index: 3;
}

.popdown-content {
    background-color: #ffffff;
    border: 3px solid #eaecf0;
    /* width:400px; */
    padding: 10px 15px;
    /* position: relative; */
    z-index: 3;
    font-size: 12px;
}

.popdown-rate-boxes {
    display: flex;
    flex-wrap: wrap;
}

.popdown-heading {
    color: #3d4d79;
    font-size: 13px;
    font-weight: 700;
    margin-top: 5px;
    margin-bottom: 5px;
}

.fare-popdown #small-logo img {}

.popdown-fare-name,
.popdown-connection-text {
    font-size: 13px;
    font-weight: 700;
}

.popdown-booknow {
    background: #f05a28;
    color: #fff;
    /*border-radius: 9px;*/
    border-width: 0px;
    padding: 0 15px;
    margin-top: 15px;
}

#selected-flight-container .podown-booknow {
    padding: 10px 15px;
}

.popdown-flight-bg {
    /*background: darkgrey;
    border-radius: 15px;
    color:#fff;*/
    padding: 4px 10px;
    font-size: 12px;
    font-weight: 600;
    line-height: 14px;
    margin-top: 8px;
}

/*iPad resolution*/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
    .popdown-4 {
        left: -275px;
    }

    .popdown-4 .arrow-up {
        left: 315px;
    }

    .popdown-4 .sprite-svg.arrow-up-small {
        left: 300px;
    }
}

.split-flight-container .connect-text {
    font-size: 12px;
    background-color: #e4e4e4;
    margin: 10px 0;
}

.split-flight-container .connect-text>div {
    display: block;
}

.split-flight-container .ctext.split {
    /*border-radius: 12px;*/
    text-align: center;
}

#flight-breakdown .connect-text .ctext {
    display: block;
    padding-left: 11%;
}

@media screen and (min-width: 992px) {
    .ctext.split {
        padding: 7px 0;
        font-size: 12px;
        font-weight: 400;
    }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1023px) {
    #flight-breakdown .connect-text .ctext {
        display: block;
        padding-left: 20%;
    }
}

.flight-duration .connection {
    color: #f68712;
}

.complete-itinerary {
    font-size: 12px;
    margin-bottom: 10px;
}

.split-flight-container .seg-carrier {
    font-weight: bold;
}

.fare-selector .price-pop {
    position: absolute;
    left: 130px;
    top: 40px;
    font-size: 12px;
    color: #444;
    display: inline-block;
    background: #d1d3d4;
    white-space: nowrap;
    padding: 0 5px;
    z-index: 3;
}

.fare-selector .price-pop:before {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(194, 225, 245, 0);
    border-right-color: #d1d3d4;
    border-width: 8px;
    margin-top: -8px;
}

.fare-selector:active,
.fare-selector:focus {
    outline: none;
}

.url-part_booking #content-center .split-flight-container .airline-logo img {
    max-width: 36px !important;
}


@media screen and (max-width: 767px) {
    .popdown-container {
        /*left:-200px;
        width:300px;*/
        left: -122px;
        width: 326px;
    }

    .fare-popdown {
        width: 325px;
    }

    .popdown-container:before {
        margin-left: 145px;
    }

    .popdown-2,
    .popdown-4 {
        left: -235px;
    }

    .popdown-1 .arrow-up,
    .popdown-3 .arrow-up {
        left: 150px;
    }

    .popdown-1 .sprite-svg.arrow-up-small,
    .popdown-3 .sprite-svg.arrow-up-small {
        left: 128px;
    }

    .popdown-2 .sprite-svg.arrow-up-small,
    .popdown-4 .sprite-svg.arrow-up-small {
        left: 242px;
    }
}

@media screen and (max-width: 991px) {

    .no-gutter .col-lg-1,
    .no-gutter .col-lg-10,
    .no-gutter .col-lg-11,
    .no-gutter .col-lg-12,
    .no-gutter .col-lg-2,
    .no-gutter .col-lg-3,
    .no-gutter .col-lg-4,
    .no-gutter .col-lg-5,
    .no-gutter .col-lg-6,
    .no-gutter .col-lg-7,
    .no-gutter .col-lg-8,
    .no-gutter .col-lg-9,
    .no-gutter .col-md-1,
    .no-gutter .col-md-10,
    .no-gutter .col-md-11,
    .no-gutter .col-md-12,
    .no-gutter .col-md-2,
    .no-gutter .col-md-3,
    .no-gutter .col-md-4,
    .no-gutter .col-md-5,
    .no-gutter .col-md-6,
    .no-gutter .col-md-7,
    .no-gutter .col-md-8,
    .no-gutter .col-md-9,
    .no-gutter .col-sm-1,
    .no-gutter .col-sm-10,
    .no-gutter .col-sm-11,
    .no-gutter .col-sm-12,
    .no-gutter .col-sm-2,
    .no-gutter .col-sm-3,
    .no-gutter .col-sm-4,
    .no-gutter .col-sm-5,
    .no-gutter .col-sm-6,
    .no-gutter .col-sm-7,
    .no-gutter .col-sm-8,
    .no-gutter .col-sm-9,
    .no-gutter .col-xs-1,
    .no-gutter .col-xs-10,
    .no-gutter .col-xs-11,
    .no-gutter .col-xs-12,
    .no-gutter .col-xs-2,
    .no-gutter .col-xs-3,
    .no-gutter .col-xs-4,
    .no-gutter .col-xs-5,
    .no-gutter .col-xs-6,
    .no-gutter .col-xs-7,
    .no-gutter .col-xs-8,
    .no-gutter .col-xs-9 {
        padding-left: 0px;
        padding-right: 0px;
    }

    .narrow-gutter .col-lg-1,
    .narrow-gutter .col-lg-10,
    .narrow-gutter .col-lg-11,
    .narrow-gutter .col-lg-12,
    .narrow-gutter .col-lg-2,
    .narrow-gutter .col-lg-3,
    .narrow-gutter .col-lg-4,
    .narrow-gutter .col-lg-5,
    .narrow-gutter .col-lg-6,
    .narrow-gutter .col-lg-7,
    .narrow-gutter .col-lg-8,
    .narrow-gutter .col-lg-9,
    .narrow-gutter .col-md-1,
    .narrow-gutter .col-md-10,
    .narrow-gutter .col-md-11,
    .narrow-gutter .col-md-12,
    .narrow-gutter .col-md-2,
    .narrow-gutter .col-md-3,
    .narrow-gutter .col-md-4,
    .narrow-gutter .col-md-5,
    .narrow-gutter .col-md-6,
    .narrow-gutter .col-md-7,
    .narrow-gutter .col-md-8,
    .narrow-gutter .col-md-9,
    .narrow-gutter .col-sm-1,
    .narrow-gutter .col-sm-10,
    .narrow-gutter .col-sm-11,
    .narrow-gutter .col-sm-12,
    .narrow-gutter .col-sm-2,
    .narrow-gutter .col-sm-3,
    .narrow-gutter .col-sm-4,
    .narrow-gutter .col-sm-5,
    .narrow-gutter .col-sm-6,
    .narrow-gutter .col-sm-7,
    .narrow-gutter .col-sm-8,
    .narrow-gutter .col-sm-9,
    .narrow-gutter .col-xs-1,
    .narrow-gutter .col-xs-10,
    .narrow-gutter .col-xs-11,
    .narrow-gutter .col-xs-12,
    .narrow-gutter .col-xs-2,
    .narrow-gutter .col-xs-3,
    .narrow-gutter .col-xs-4,
    .narrow-gutter .col-xs-5,
    .narrow-gutter .col-xs-6,
    .narrow-gutter .col-xs-7,
    .narrow-gutter .col-xs-8,
    .narrow-gutter .col-xs-9 {
        padding-left: 3px;
        padding-right: 3px;
    }

    .normal-gutter .col-lg-1,
    .normal-gutter .col-lg-10,
    .normal-gutter .col-lg-11,
    .normal-gutter .col-lg-12,
    .normal-gutter .col-lg-2,
    .normal-gutter .col-lg-3,
    .normal-gutter .col-lg-4,
    .normal-gutter .col-lg-5,
    .normal-gutter .col-lg-6,
    .normal-gutter .col-lg-7,
    .normal-gutter .col-lg-8,
    .normal-gutter .col-lg-9,
    .normal-gutter .col-md-1,
    .normal-gutter .col-md-10,
    .normal-gutter .col-md-11,
    .normal-gutter .col-md-12,
    .normal-gutter .col-md-2,
    .normal-gutter .col-md-3,
    .normal-gutter .col-md-4,
    .normal-gutter .col-md-5,
    .normal-gutter .col-md-6,
    .normal-gutter .col-md-7,
    .normal-gutter .col-md-8,
    .normal-gutter .col-md-9,
    .normal-gutter .col-sm-1,
    .normal-gutter .col-sm-10,
    .normal-gutter .col-sm-11,
    .normal-gutter .col-sm-12,
    .normal-gutter .col-sm-2,
    .normal-gutter .col-sm-3,
    .normal-gutter .col-sm-4,
    .normal-gutter .col-sm-5,
    .normal-gutter .col-sm-6,
    .normal-gutter .col-sm-7,
    .normal-gutter .col-sm-8,
    .normal-gutter .col-sm-9,
    .normal-gutter .col-xs-1,
    .normal-gutter .col-xs-10,
    .normal-gutter .col-xs-11,
    .normal-gutter .col-xs-12,
    .normal-gutter .col-xs-2,
    .normal-gutter .col-xs-3,
    .normal-gutter .col-xs-4,
    .normal-gutter .col-xs-5,
    .normal-gutter .col-xs-6,
    .normal-gutter .col-xs-7,
    .normal-gutter .col-xs-8,
    .normal-gutter .col-xs-9 {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media only screen and (max-width: 991px) {
    body.other-page.return-visit .voyager-split .book-container {
        display: block;
    }
}




.v-checked-bag {
    display: inline-block;
    height: 11px;
    width: 13px;
    background-position: 0px -71px;
}

.v-refundable {
    display: inline-block;
    height: 11px;
    width: 13px;
    background-position: -14px -70px;
}

.v-carryon {
    display: inline-block;
    height: 11px;
    width: 13px;
    background-position: -28px -70px;
}

.v-wifi {
    display: inline-block;
    height: 13px;
    width: 17px;
    background-position: 0px -13px;
}

.v-power {
    display: inline-block;
    height: 16px;
    width: 15px;
    background-position: 0px -26px;
}

.v-ifentertain {
    display: inline-block;
    height: 13px;
    width: 20px;
    background-position: 0px -41px;
}

.v-streamingvid {
    display: inline-block;
    height: 13px;
    width: 17px;
    background-position: 0px 0px;
}

.v-right {
    margin-right: 5px;
}

.v-features {
    margin-top: 6px;
    margin-bottom: 6px;
}


@media screen and (max-width: 767px) {
    div.arrow-up {
        left: 0px;
    }

    .split-flight-container .flight-details {
        margin-top: 38px;
    }

    .split-flight-container .flight-details .before {
        /*left: -5px;*/
    }
}

@media screen and (max-width: 1024px) {
    .flight-path-stop.last .stop-iata {
        position: relative;
        right: 15px;
    }
}

@media screen and (max-width: 767px) {
    .clearfix-xs {
        clear: left;
    }
}

#car-results .vendor-rates>div {
    margin-top: 15px;
}

.car-regular-rate,
.car-additional-rates {
    padding-top: 5px;
}

.price-increase {
    color: #f61212;
}

.price-descrease {
    color: #39b44a;
}

.gptbe-form-split {
    margin-bottom: 4px;
}


.car-make-model {
    color: #1a4797;
    font-size: 17px;
}

.car-transmission {
    font-size: 13px;
}

.car-pickup {
    font-size: 13px;
}

.car-attributes .car-image,
.car-attributes .rental-attr {
    text-align: center;
}

.car-attributes .rental-attr {
    /*margin-top: -5px; /*Because the cars in the image have so much whitespace wrapping it*/
}

.rate-label {
    background: #e6e7e8;
    text-align: center;
}

.car-regular-rate .rate-label {}

.car-additional-rate .rate-label {}

#best-value-label {
    /*position: absolute;
    top: -25px;*/
}

#regular-rate-label {
    background: #6d6e71;
    color: #ffffff;
    border-radius: 5px;
}

#car-results #regular-rate-label,
#car-results #best-value-label {
    margin-bottom: 10px;
}

.best-text {
    background: #f04036;
    color: #ffffff;
    border-radius: 5px;
    font-size: 14px;
    text-align: center;
}

.regular-text {
    font-size: 13px;
}

.car-additional-rates h2 {
    display: none;
}

.car-container .car-rate {
    text-align: center;
}

.car-additional-rates .car-rate {
    /*margin-right:20px;*/
}

.car-rate .rate-info {
    /*position: absolute;
    width: 90%;
    top: 5px;*/
}

.rate-select-button {
    position: relative;
    width: 100%;
    height: 100px;
    background-color: #f1f1f2;
    border: 1px solid #f1f1f2;
    padding: 0px;
    font-weight: 300;
}

.rate-price {
    /*position: absolute;
    bottom: 10px;
    width: 90%;*/
}

.search-category {
    background: #e8ecf4;
    padding: 7px 10px;
    font-weight: 600;
    font-size: 17px;
    margin-bottom: 15px;
}

@media screen and (max-width: 1199px) {
    .search-category {
        margin-top: 10px;
    }
}

.rate-info .info-label {
    font-weight: bold;
}

.rate-info .info-disclaimer {
    font-size: 11px;
}

.rate-price .price {
    color: #f68712;
}

.rate-price .price-disclaimer {
    font-size: 11px;
}

.rate-type {
    position: absolute;
    top: 0px;
    padding: 3px 0 0;
    font-size: 14px;
    width: 100%;
}

.rate-icons {
    position: absolute;
    top: 24px;
    width: 100%;
    font-size: 12px;
}

.rate-price {
    position: absolute;
    top: 47px;
    left: 0;
    color: #f68712;
    font-weight: 400;
    font-size: 26px;
    width: 100%;
    line-height: 22px;
}

.rate-disclaimer {
    position: absolute;
    width: 100%;
    font-size: 12px;
    bottom: 25px;
}

.rate-name {
    position: absolute;
    bottom: 0px;
    width: 100%;
    background: #d1d3d4;
    text-transform: uppercase;
    padding: 5px 0px;
    font-size: 12px;
    line-height: 12px;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .rate-name {
        font-size: 10px;
    }
}


.car-additional-rates .rate-info .info-label {
    line-height: 18px;
    font-size: 0.9em;
}

.rate-book-container {
    position: relative;
    margin-top: 40px;
}

.rate-book-container .arrow-up {
    /*position: static;*/
    left: 56px;

}

.rate-popdown {
    background: #eaecf0;
    width: 630px;
    padding: 10px 0;
    position: relative;
    left:
        /*-120%;*/
        -190px;
    z-index: 2;
}

.rate-1 .rate-popdown {
    left: 0px;
}

.rate-3 .rate-popdown {
    left: -340px;
}

.rate-4 .rate-popdown {
    left: -515px;
}

.rate-popdown .before {
    content: 'X';
    color: #fff;
    background: #f68712;
    /*width: 20px;
    height: 20px;
    border-radius: 10px;*/
    width: 28px;
    height: 28px;
    border-radius: 14px;
    border: 4px solid #eaecf0;
    text-align: center;
    display: inline-block;
    top: -11px;
    left: -8px;
    cursor: pointer;
    overflow: hidden;
    position: absolute;
}

.rate-book-button {
    background: #f68712;
    color: #fff;
    border-radius: 9px;
    border-width: 0px;
    padding: 0 15px;
    font-size: 17px !important;
}

#car-results .negotiated-car-container .car-image .veh-img {
    max-width: 85% !important;
    max-height: 92px;
}

@media screen and (max-width: 767px) {
    .negotiated-car-container .vendor-attributes>div {
        margin-bottom: 15px;
    }

    .negotiated-car-container .rental-shortname {
        min-width: auto;
        font-size: 12px;
    }

    .negotiated-car-container .car-make-model,
    .negotiated-car-container .car-transmission,
    .negotiated-car-container .car-pickup {
        font-size: 12px;
    }

    #car-results .negotiated-car-container .car-image .veh-img {
        max-width: 85% !important;
    }

    .negotiated-car-container .rental-attr>span {
        margin-right: 0px;
        font-size: 11px;
    }

    #car-results .vendor-rates .car-additional-rates .row {
        /*margin-top: 25px;*/
    }

    #best-value-label {
        margin: 0;
    }

    #car-results .vendor-rates .car-additional-rates .row .car-rate-container {
        padding-left: 3px;
        padding-right: 3px;
    }

    .car-additional-rates .rate-info .info-label {
        line-height: 12px;
        font-size: 0.6em;
    }

    .car-additional-rates .rate-label {
        font-size: 13px;
    }

    .sabre-mode {
        font-size: 17px;
    }

    .rate-type {
        font-size: 13px;
    }

    .rate-disclaimer {
        font-size: 10px;
    }

    #car-results .vendor-rates .car-regular-rate {
        margin-top: 0;
    }

    .rate-label-holder {
        display: none;
    }

    .rate-popdown {
        left: -10px;
    }

    .rate-2 .rate-popdown,
    .rate-3 .rate-popdown,
    .rate-4 .rate-popdown {
        width:
            /*330%;*/
            335px
    }

    .rate-1 .rate-popdown {
        width: 218%;
        left: -110%;
        /*-160px*/
    }

    .rate-2 .rate-popdown {
        left: -4%;
    }

    .rate-3 .rate-popdown {
        left: -113%;
        /*-112px;*/
    }

    .rate-4 .rate-popdown {
        left: -217%;
        /*-215px;*/
    }

    .rate-book-container .arrow-up {
        left: 40%;
        /*30px;*/
    }

    .rate-1 .rate-book-container .arrow-up {
        left: 55px;
    }

    /* .show-search-form {
        font-size: 10px;
    } */
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .negotiated-car-container .vendor-attributes>div {
        margin-bottom: 15px;
    }

    .negotiated-car-container .rental-shortname {
        min-width: auto;
        font-size: 17px;
    }

    .car-additional-rates {
        margin-top: 15px;
    }

    .rate-popdown {
        width: 530%;
        /*445px;*/
    }

    .rate-1 .rate-popdown {
        left: -120%;
        /*0px;*/
    }

    .rate-2 .rate-popdown {
        left: -225%;
        /*-110px;*/
    }

    .rate-3 .rate-popdown {
        left: -330%;
        /*-230px;*/
    }

    .rate-4 .rate-popdown {
        left: -435%;
        /*-340px;*/
    }

    .rate-book-container .arrow-up {
        left: 30px;
    }

    #best-value-label .row {
        padding: 0;
    }

    #car-results .vendor-rates .car-additional-rates .row .car-rate-container {
        padding-left: 3px;
        padding-right: 3px;
    }

}

@media screen and (min-width: 992px) and (max-width: 1024px) {
    .car-additional-rates .rate-info .info-label {
        line-height: 12px;
        font-size: 0.6em;
    }

    .rate-popdown {
        width: 530px;
    }

    .rate-2 .rate-popdown {
        left: -155px;
    }

    .rate-3 .rate-popdown {
        left: -290px;
    }

    .rate-4 .rate-popdown {
        left: -425px;
    }

    .rate-book-container .arrow-up {
        left: 30px;
    }
}

.rate-book-container {
    text-align: left;
}

.rate-book-container .feature-status {
    text-align: right;
}

.car-icon {
    height: 12px;
    width: 12px;
}

.reserve-message {
    background-color: #f1f1f2;
    color: #3d4d79;
    font-size: 22px;
}

#rental-details .row>div:first-child {
    color: #3d4d79;
}


#car-summary .vendor-logo {
    width: 145px;
    height: auto;
}

.pricing-block,
.hire-block,
.disclaimer-block,
.primary-contact-block,
.selected-flight-block {
    background: #f6f6f7;
    margin-bottom: 30px;
}

.chevron-container {
    margin-top: 8px;
    padding: 0 8px;
}

.itinerary-block {
    margin-bottom: 15px;
    padding-bottom: 8px
}

@media screen and (max-width: 767px) {
    #selected-flight-container {
        font-size: 11px;
    }

    #flight-breakdown .connect-text .ctext {
        padding-left: 8%;
    }

    .narrow-gutter-xs {
        padding-left: 5px;
        padding-right: 5px;
    }

}

@media screen and (max-width: 992px) {
    .no-gutter-mobile {
        padding-left: 0;
        padding-right: 0;
    }

    .container.no-gutter-mobile {
        max-width: none;
    }
}

.pricing-block>.row {
    padding: 10px 0;
}

.hire-block>.row {
    padding: 15px 0;
}

.itinerary-block>.row {
    padding: 15px 0;
}

.pricing-block a,
.hire-block a,
.itinerary-block a {
    color: #444 !important;
}

.chevron-container a.chevron {
    cursor: default;
}

.chevron-container>.row>a.chevron:before {
    color: #444;
    font-family: "FontAwesome";
    /*'Glyphicons Halflings';*/
    content: "\f078";
    /*"\e114";*/
    float: right;
    transition: all 0.5s;
    margin-right: 10px;
    cursor: pointer;
    -webkit-text-stroke: 2px #f6f6f7;
    position: absolute;
    right: 0px;
    line-height: 12px;
}

.pricing-block.chevron-container>.row>a.chevron:before,
.hire-block.chevron-container>.row>a.chevron:before,
.disclaimer-block.chevron-container>.row>a.chevron:before,
.primary-contact-block.chevron-container>.row>a.chevron:before,
.selected-flight-block.chevron-container>.row>a.chevron:before {
    -webkit-text-stroke: 2px #f6f6f7;
}

.chevron-container>.row>a.chevron.grey:before {
    -webkit-text-stroke: 2px #f6f6f7;
}

#passenger-form #pass-submit {
    margin-bottom: 15px;
}

/* #passenger-form .passenger-form-label-container.chevron-container > .row > a.chevron:before,  */
#payment-form .payment-form-label-container.chevron-container>.row>a.chevron:before {
    -webkit-text-stroke: 2px #f6f6f7;
    text-stroke: 2px #f6f6f7;
    right: 15px;
}

.chevron-container.active>.row>a.chevron:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}



@media screen and (max-width: 480px) {
    .chevron-container .row a.chevron:before {
        margin-right: 5px;
    }

    .block-label {
        font-size: 14px;
    }

    #price-breakdown-button .total-price {
        font-size: 13px;
    }
}

.passenger-form-label a {
    text-decoration: none;
}

#bundle-breakdown,
#rental-breakdown,
.legdetails {
    border-top: 1px solid #cdcdcd;
}

#bundle-breakdown {
    background: #fff;
    font-weight: 400;
    /* padding: 5px; */
}

#rental-breakdown {
    margin-top: 10px;
}

#rental-breakdown .no-gutter .row>div {
    padding: 0;
}

#price-breakdown .passenger-breakdown-title {
    padding-left: 30px;
}

@media screen and (max-width: 767px) {
    #price-breakdown .passenger-breakdown-title {
        padding-left: 15px;
    }
}

#price-breakdown>.row {
    padding-left: 15px;
}

.negotiated-disclaimer {
    font-size: 12px;
    margin: 0;
}

.feature-row {
    font-size: 12px;
}

.nomargin {
    margin: 0;
}

.margin5 {
    margin: 5px 0;
}

.splitter hr {
    border-top: 2px solid #eaecf0 !important;
}

#summary-container {
    margin-top: 30px;
}

.rate-blocks-2 {
    /*width: 67%;*/
    text-align: center;
}

.rate-blocks-3 {
    width: 100%;
    text-align: center;
}

@media screen and (max-width: 320px) {
    .popdown-fare-name {
        font-size: 12px;
    }

    .rate-popdown {
        width: 290px;
    }

    .rate-book-button {
        font-size: 15px !important;
    }

    .rate-3 .rate-popdown {
        left: -100px;
    }

    .rate-4 .rate-popdown {
        left: -190px;
    }
}

@media screen and (max-width: 767px) {
    .rate-blocks-1 {
        /*width: 33%;*/
    }

    .rate-blocks-1 .best-text {
        /*font-size: 13px;*/
    }

    /*.rate-blocks-2 {
        width: 67%;
    }

    .rate-blocks-3 {
        width: 100%;
    }*/

    .rate-2 .rate-price,
    .rate-3 .rate-price,
    .rate-4 .rate-price {
        font-size: 24px;
    }

    .popdown-fare-name {
        font-size: 13px;
    }

    .feature-row {
        font-size: 11px;
    }

    .align-right-xs {
        text-align: right;
    }

    #price-breakdown-button .total-price {
        font-size: 13px;
        line-height: 21px;
    }

    /*.block-label {
        font-size: 14px;
    }*/

    .price-includes {
        font-size: 12px;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .rate-name {
        font-size: 11px;
    }

    /*.rate-blocks-2 {
        width: 232px;
    }

    .rate-blocks-3 {
        width: 348px;
    }*/

}

.disclaimer-block .car-age-disclaimer {
    padding-left: 0px;
}


@media screen and (min-width: 992px) and (max-width: 1024px) {
    .rate-name {
        font-size: 10px;
    }

    /*.rate-blocks-3 {
        width: 408px;
    }*/
}

@media screen and (max-width: 991px) {
    .gptbe-search-container .book-container {
        display: inherit !important;
    }

    .car-additional-rates .rate-name {
        font-size: 9px;
    }
}

.block-label {
    font-weight: 600;
    font-size: 14px;
}

.block-label span {
    font-size: 18px;
}

.disclaimer-block h4 {
    color: #f04036;
}

@media screen and (max-width: 768px) {
    .block-label {
        font-size: 14px;
    }
}

/*#pickup-date::-webkit-calendar-picker-indicator, */
#car-pickup-date::-webkit-inner-spin-button,
#car-pickup-date::-webkit-outer-spin-button,
#car-pickup-date::-webkit-clear-button,

/*#return-date::-webkit-calendar-picker-indicator, */
#car-return-date::-webkit-inner-spin-button,
#car-return-date::-webkit-outer-spin-button,
#car-return-date::-webkit-clear-button,

#car-pickup-time::-webkit-inner-spin-button,
#car-pickup-time::-webkit-outer-spin-button,

#car-return-time::-webkit-inner-spin-button,
#car-return-time::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: none;
}

.ui-timepicker-standard a {
    font-size: 12px;
}

.book #extras-group {
    border: 1px solid #ccc;
    padding: 0;
    width: calc(100% - 8px);
    margin: 0 auto;
    float: none;
}

.gptbe-search-container .book-box #extras-group {
    background-color: #fff;
    height: 40px;
    width: 100%;
    border: 1px solid #f8f8f8;
    border-radius: 5px;
    padding: 4px 8px;
}

@media screen and (max-width: 991px) {
    .gptbe-search-container .book-box #extras-group {
        height: initial !important;
    }
}

.gptbe-search-container .book-box #extras-group label {
    color: #666;
}

.url_booking_car-search .book-form .book-fields.container-fluid,
.url_booking_car-search .book-form .book-controls.container-fluid {
    padding: 0;
}

.url_booking_car-search .book-form label.stretch,
.url_booking_car-search .book-form .book-controls .row .col-xs-12 {
    padding: 0 4px;
}

.url_booking_air-search .book-form .book-fields.container-fluid,
.url_booking_air-search .book-form .book-controls.container-fluid {
    padding: 0;
}

.url_booking_air-search .book-form label,
.url_booking_air-search .book-form .book-controls .row>div {
    padding: 0 4px;
}

.url_booking_air-search .book-form .advanced-search {
    display: block;
}

.url_booking_air-search .book-form .book-options-wrapper {
    display: none;
}

#passenger-form .passenger-form-label-container,
#payment-form .payment-form-label-container {
    background: #f6f6f7;
    /*#e8ecf4;*/
    padding: 10px;
    /*5px;*/
    margin-bottom: 5px;
}

.passenger-form-label,
.payment-form-label {
    font-size: 14px;
    font-weight: 400;
    color: #2e3c91;
}

.passenger-disclaimer {
    font-size: 11px;
    padding-bottom: 5px;
}

@media screen and (min-width: 768px) {
    .passenger-with-negotiated-bundle div:first-child {
        padding-left: 0px;
    }

    .passenger-with-negotiated-bundle div:last-child {
        padding-right: 0px;
    }
}

@media screen and (max-width: 767px) {
    .passenger-with-negotiated-bundle>div {
        padding: 0px 5px;
    }
}


#passenger-form .pass-continue.align-left {
    text-align: left;
}

.vendor-car {
    font-weight: 400;
}

#price-breakdown-button .total-price {
    font-weight:
        /*400;*/
        600;
    font-size: ;
}

#price-breakdown-button .price-larger {
    font-size: 20px;
    line-height: 18px
}

.important-information {
    color: #f04036;
    font-size: 17px;
    font-weight: 500;
}

.disclaimer-block>div {
    margin: 10px 0;
}

#passenger-form .passenger-with-negotiated-bundle .row {
    margin-bottom: 5px;
}

.page-title-container {
    background: #476bab;
    margin-bottom: 15px;
}

.page-title-container .page-title {
    color: #fff;
    font-size: 22px;
    font-weight: 400;
    margin: 10px;
}

/*#date-of-birth-input:before {
    content: attr(placeholder) !important;
    color: #aaa;
    margin-right: 0.5em;
}*/

.date-of-birth-container:before {
    content: attr(data-placeholder);
    position: absolute;
    top: 9px;
    left: 19px;
    color: #aaa;
    z-index: 4;
}

@media screen and (max-width: 767px) {
    .date-of-birth-container:before {
        left: 26px;
    }
}

.date-of-birth-container.active:before {
    content: '';
}

.date-of-birth-input {
    padding-left: 110px;
    line-height: 22px;
}

.date-of-birth-input:focus:before,
.date-of-birth-input:valid:before {
    content: "";
}

@media screen and (max-width: 767px) {

    .passenger-form #flight-arr-info>div,
    .passenger-form #loyalty-info>div {
        padding: 7px 10px;
    }
}

.primary-contact-block {
    padding: 10px;
}

.pay-type-container {
    background: #f6f6f7;
    padding: 5px;
}

#payment-method-container .payment-option {
    color: #fff;
    background: #ef4136;
    border: none;
    min-width: 115px;
    margin-bottom: 5px;
    margin-right: 15px;
    padding:
        /*10px*/
        5px 15px;
    font-weight: 400;
}

.option-label {
    font-size: 17px;
    margin-bottom: 5px;
    font-weight: 400;
    color: #476bab;
}

.method-label {
    font-size: 17px;
    background: #e8ecf4;
    margin-bottom: 15px;
}

.blue-text {
    color: #476bab;
}

#payment-form .pay-option-container {
    padding: 15px 0;
}

#payment-form #payment-method-container {
    margin-top: 15px;
    margin-bottom: 15px;
}

.pay-type-container .row {
    padding: 0 15px;
}

.pay-button-container {
    display: inline-block;
}

#passenger-form .button.no-agreement,
#payment-form .button.no-agreement {
    background-color: #acb3c5;
}

#passenger-form .button,
#payment-form .button,
#payment-form .button.agreement,
#red-continue-container .button {
    background-color: #ef4136;
}

.ui-timepicker-container.ui-timepicker-standard {
    z-index: 2 !important;
}

.toggler.toggle-passenger-info,
.toggler.toggle-flight-arr-info,
.toggler.toggle-loyalty-info,
.toggler.toggle-rental-extra {
    color: #2e3c91;
}

.contact-info>div {
    line-height: 18px;
}

.flight-date-heading {
    font-weight: 600 !important;
    font-size: 17px !important;
}

.selected-departure-date {
    color: #3d4d79;
    font-weight: 600;
    font-size: 17px;
}

.selected-departure-date>span {
    float: left;
}

.selected-departure-date .departure-text {
    /*line-height: 60px;*/
    padding-left: 15px;
}

.selected-flight-block>.row {
    padding: 10px 0;
}

#flight-breakdown-button {
    background: #f6f6f7;
    color: #444;
}

@media screen and (max-width: 767px) {
    #flight-breakdown-button {
        padding-left: 10px;
        padding-right: 10px;
    }
}

#flight-breakdown-button:hover {
    color: #444;
}

#flight-breakdown-button .flight-numbers,
#flight-breakdown-button .flight-stops {
    font-size: 12px;
}

.v-icon {
    /*background-repeat: no-repeat;*/
}

.v-icon-large {
    /*background-size: auto !important;*/
}

.departure-icon {
    display: inline-block;
    width: 42px;
    height: 26px;
    background-position: 0 -492px;
}

.return-icon {
    display: inline-block;
    width: 42px;
    height: 26px;
    background-position: -42px -492px;
}

#flight-breakdown .seg-container .before {
    display: none;
}

#flight-breakdown-button .selected-logo>img {
    height: auto;
    max-width: 36px ! important;
}

.pricing-block.chevron-container {
    /*margin-top: 15px;*/
}

.passenger-price-breakdown-button {
    border-top: 1px solid #cdcdcd;
    padding: 10px 0;
}

.smaller-text {
    font-size: 12px !important;
}

@media screen and (max-width:767px) {
    .larger-text {
        font-size: 14px;
    }
}


#red-continue-container {
    text-align: center;
}

.origin-destination {
    position: relative;
}

.results-box {
    display: none;
    position: absolute;
    background: #ffffff;
    overflow-y: scroll;
    max-height: 200px;
    font-weight: normal;
    border: 1px solid black;
    z-index: 2;
}

.destination-box.results-box {
    top: 30px;
}

@media screen and (min-width: 992px) {
    .results-box {
        width: 450px;
    }

    .roundtrip #result3 {
        width: 200px;
    }
}

.airport-result,
.airport-result-placeholder {
    padding: 5px 0;
}

.no-close.ui-dialog {
    position: fixed;
}

.no-close .ui-dialog-titlebar-close,
.no-close .ui-dialog-titlebar {
    display: none;
}

#details-button {
    display: block !important;
}

.voyager-form-control {
    display: inline-block;
    /*width: 100%;*/
    height: 34px;
    padding: 6px 12px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

#pay-overlay {
    border: 1px solid black;
    position: fixed;
    background-color: black;
    z-index: 10;
    top: 0;
    left: 0;
    margin: 0;
    opacity: .5;
    display: none;
    font-size: 20pt;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.loader-text {
    text-align: center;
    color: #ffffff;

}

.loader,
.loader:after {
    border-radius: 50%;
    width: 10em;
    height: 10em;
}

.loader {
    margin: 60px auto;
    font-size: 10px;
    position: relative;
    text-indent: -9999em;
    border-top: 1.1em solid rgba(255, 255, 255, 0.2);
    border-right: 1.1em solid rgba(255, 255, 255, 0.2);
    border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
    border-left: 1.1em solid #ffffff;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}

@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.ring-container {
    width: 64px;
    height: 64px;
}

.filter-container {
    display: inline-block;
    padding: 12px 10px;
}

.filter-container.border-right {
    border-right: 1px solid #dee2e6 !important;
}

ul.stopfilter {
    padding-left: 0px;
}

.filter-list {
    position: absolute;
    margin-left: -15px;
    padding-left: 0px;
    margin-top: 12px;
    background-color: #e8ecf4;
    z-index: 2;
}

.filter-list li {
    padding: 0 10px;
}

.stop-message>div {
    display: inline-block;
    padding-right: 5px;
}

.caret-container {
    display: inline-block;
    vertical-align: top;
}

.up-caret-container,
.down-caret-container {
    height: 7px;
}

.voyager-split .gptbe-filter-container {
    padding: 0 10px;
    background: #e8ecf4;
}

.voyager-split .gptbe-search-container,
#content-component .voyager-split .gptbe-search-container .book,
.hotel-search-bar .gptbe-search-container,
#content-component .hotel-search-bar .gptbe-search-container .book,
#content-component .gptbe-search-container,
#content-component .gptbe-search-container.car-search-bar .book {
    background: #e8ecf4;
}

.voyager-split .gptbe-filter-container .gptbe-filters {
    font-size: 0px;
}


.voyager-split .gptbe-filter-container .gptbe-filters * {
    font-size: 13px;
}

.vtoggle-airlinefilter.airlinefilter span.pull-right {
    padding-left: 10px;
    margin-top: 2px;
}

@media screen and (max-width: 767px) {
    .voyager-split .filter-container {
        padding: 12px 7px;
    }

    .gptbe-page-container>h4 {
        font-size: 14px;
    }

    .vtoggle-departuretimefilter.departuretimefilter {
        width: 160px;
        right: 4px;
    }
}

.flexdate-grid-label {
    background-color: #e6e7e8 !important;
}

.lds-ring {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
}

.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 51px;
    height: 51px;
    margin: 6px;
    border: 6px solid #fff;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #fff transparent transparent transparent;
}

.lds-ring.grey div {
    border-color: #e6e7e8 transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}

@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }

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

#show-pricegrid.chevon:after,
#show-priceintelligence.chevon:after {
    color: #444;
    font-family: "FontAwesome";
    /*'Glyphicons Halflings';*/
    content: "\f078";
    /*"\e114";*/
}

#show-pricegrid span,
#show-priceintelligence span {
    -webkit-transition: 0.6s ease-in-out;
    -moz-transition: 0.6s ease-in-out;
    -o-transition: 0.6s ease-in-out;
    transition: 0.6s ease-in-out;
}

#show-pricegrid .down,
#show-priceintelligence .down {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

#price-grid-container,
#price-intelligence-container {
    background-color: #f6f6f6;
    padding-bottom: 15px;
    font-size: 14px;
}

.grid-sentence {
    padding-bottom: 20px;
}

.red-font {
    color: red;
}

#toggle-pricegrid,
#toggle-priceintelligence {
    text-decoration: underline;
    cursor: pointer;
    color: #337ab7;
}

#price-grid,
#price-intelligence {
    max-width: 1170px;
    padding-top: 10px;
    margin-left: auto;
    margin-right: auto;
    font-size: 0.9 em;
}

#price-grid table {
    width: 100%;
    margin: auto;
}

.price-intelligence-heading {
    font-size: 20px;
}

#price-intelligence .chart-heading {
    background-color: #dedfdf;
    color: #23527c;
    font-size: 18px;
    padding-left: 15px;
}

.light-weight {
    font-weight: normal;
    margin-bottom: 0.3rem;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.text-underline {
    /*text-decoration: underline;*/
}

#voyager-error-details {
    background-color: #f6f6f6;
}

#price-grid-container .table>tbody>tr>td,
#price-grid-container .table>tbody>tr>th,
#price-grid-container .table>tfoot>tr>td,
#price-grid-container .table>tfoot>tr>th,
#price-grid-container .table>thead>tr>td,
#price-grid-container .table>thead>tr>th {
    padding: 3px;
}

#price-grid-container .no-padding {
    padding: 0;
}

#price-intelligence .tag-line {
    font-size: 14px;
    color: #23527c;
}

#price-intelligence .c3-grid text {
    fill: #000;
}

.fine-font {
    font-family: 'Open Sans', Helvetica, sans-serif;
    font-size: 12px;
    color: #444;
}


.lds-spinner {
    color: official;
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
}

.lds-spinner div {
    transform-origin: 32px 32px;
    animation: lds-spinner 1.2s linear infinite;
}

.lds-spinner div:after {
    content: " ";
    display: block;
    position: absolute;
    top: 3px;
    left: 29px;
    width: 5px;
    height: 14px;
    border-radius: 20%;
    background: #fff;
}

.lds-spinner.grey div:after {
    background: #aaa;
}

.lds-spinner div:nth-child(1) {
    transform: rotate(0deg);
    animation-delay: -1.1s;
}

.lds-spinner div:nth-child(2) {
    transform: rotate(30deg);
    animation-delay: -1s;
}

.lds-spinner div:nth-child(3) {
    transform: rotate(60deg);
    animation-delay: -0.9s;
}

.lds-spinner div:nth-child(4) {
    transform: rotate(90deg);
    animation-delay: -0.8s;
}

.lds-spinner div:nth-child(5) {
    transform: rotate(120deg);
    imation-delay: -0.7s;
}

.lds-spinner div:nth-child(6) {
    transform: rotate(150deg);
    animation-delay: -0.6s;
}

.lds-spinner div:nth-child(7) {
    transform: rotate(180deg);
    animation-delay: -0.5s;
}

.lds-spinner div:nth-child(8) {
    transform: rotate(210deg);
    animation-delay: -0.4s;
}

.lds-spinner div:nth-child(9) {
    transform: rotate(240deg);
    animation-delay: -0.3s;
}

.lds-spinner div:nth-child(10) {
    transform: rotate(270deg);
    animation-delay: -0.2s;
}

.lds-spinner div:nth-child(11) {
    transform: rotate(300deg);
    animation-delay: -0.1s;
}

.lds-spinner div:nth-child(12) {
    transform: rotate(330deg);
    animation-delay: 0s;
}

@keyframes lds-spinner {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

/* Possible polyfill for bootstrap 4 features. */
.text-left-not-xs,
.text-left-not-sm,
.text-left-not-md,
.text-left-not-lg {
    text-align: left;
}

.text-center-not-xs,
.text-center-not-sm,
.text-center-not-md,
.text-center-not-lg {
    text-align: center;
}

.text-right-not-xs,
.text-right-not-sm,
.text-right-not-md,
.text-right-not-lg {
    text-align: right;
}

.text-justify-not-xs,
.text-justify-not-sm,
.text-justify-not-md,
.text-justify-not-lg {
    text-align: justify;
}

@media (max-width: 767px) {

    .text-left-not-xs,
    .text-center-not-xs,
    .text-right-not-xs,
    .text-justify-not-xs {
        text-align: inherit;
    }

    .text-left-xs {
        text-align: left !important;
    }

    .text-center-xs {
        text-align: center;
    }

    .text-right-xs {
        text-align: right;
    }

    .text-justify-xs {
        text-align: justify;
    }
}

@media (min-width: 768px) and (max-width: 991px) {

    .text-left-not-sm,
    .text-center-not-sm,
    .text-right-not-sm,
    .text-justify-not-sm {
        text-align: inherit;
    }

    .text-left-sm {
        text-align: left;
    }

    .text-center-sm {
        text-align: center;
    }

    .text-right-sm {
        text-align: right;
    }

    .text-justify-sm {
        text-align: justify;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {

    .text-left-not-md,
    .text-center-not-md,
    .text-right-not-md,
    .text-justify-not-md {
        text-align: inherit;
    }

    .text-left-md {
        text-align: left;
    }

    .text-center-md {
        text-align: center;
    }

    .text-right-md {
        text-align: right;
    }

    .text-justify-md {
        text-align: justify;
    }
}

@media (min-width: 1200px) {

    .text-left-not-lg,
    .text-center-not-lg,
    .text-right-not-lg,
    .text-justify-not-lg {
        text-align: inherit;
    }

    .text-left-lg {
        text-align: left;
    }

    .text-center-lg {
        text-align: center;
    }

    .text-right-lg {
        text-align: right;
    }

    .text-justify-lg {
        text-align: justify;
    }
}

.hold-message {
    font-size: 13px;
}

/* #destinationMessageModalLabel, */
#multicityMessageModalLabel {
    font-size: 18px;
    display: inline-block;
}

#destinationModalImageContainer {
    margin-right: -15px;
    margin-bottom: -15px;
}

@media (min-width:1025px) {

    .passenger-form #price-breakdown-button .block-label,
    .passenger-form #price-breakdown-button .total-price {
        font-size: 14px;
    }

    .passenger-form #price-breakdown-button .price-larger {
        font-size: 15px;
    }

    .passenger-form #price-breakdown-button .total-price {
        /*text-align: left !important;*/
        width: 50% !important;
    }

    .passenger-form #price-breakdown-button.chevron::before,
    .passenger-form #price-breakdown .chevron::before {
        display: none;
    }

    .passenger-form #price-breakdown,
    .passenger-form #price-breakdown>.row,
    #multiticket-notice-container {
        display: block !important;
    }

    .passenger-form #price-breakdown div .text-right {
        /*width: 50% !important;*/
    }

    .limited-seats {
        left: 12px;
    }
}

.limited-seats {
    display: block;
    position: absolute;
    width: 130px;
    top: -23px;
    background: #e13628;
    border: 1px solid #e13628;
    border-radius: 5px 5px 0 0;
    color: #fff;
    margin: 0 3px;
    font-size: 13px;
    text-align: center;
    left: 12px;
}

@media (max-width: 767px) {
    .limited-seats {
        margin: 0px;
        width: 100px;
        text-align: center;
        left: 15px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .limited-seats {
        width: 115px;
    }
}

.hidden-radio {
    position: absolute;
    opacity: 0;
}

#content-columns .paymentoptions-form-label-container.row {
    margin-top: 30px;
}

a.show-search-form {
    color: #fff;
    text-decoration: none;
    max-width: fit-content;
}

@media screen and (min-width:768px) {
    .multicity.search-container .multicity.search-container .row>div {
        display: table-cell;
        vertical-align: middle;
        float: none;
        width: 10%;
    }
}

@media screen and (max-width: 767px) {
    .multicity.search-container {
        /*display: block;
        float: left;*/
        padding-bottom: 15px;
    }
}

.depart-time-text {
    font-size: 13px;
    font-weight: 700;
}

/*.multicity .clear-flight {
    color: #666;
    cursor: pointer;
    float: right;
    position: relative;
    bottom: 1.6em;
    right: 0.3em;
}*/

.form-title-label-container,
#payment-form .payment-form-label-container.form-title {
    background: #e8ecf4;
    padding: 10px;
    margin-bottom: 5px !important;
}

.form-title-label-container .passenger-form-label,
.payment-form-label-container .form-title-label {
    color: #000;
    font-size: 17px;
}

.glyphicon-remove-circle:before {
    font-weight: bold;
    font-size: 20px;
    color: grey;
    content: "\00d7";
}

.portclear {
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    height: 14px;
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    font-size: 13px;
    cursor: pointer;
    color: #ccc;
}

#card-info .row label {
    display: inline-block;
    min-width: 135px;
}

#option-credit #card-info .row,
#option-charge .row {
    margin-bottom: 10px !important;
}

#sticky-top,
#sticky-price {
    position: -webkit-sticky;
    /* Safari */
    position: sticky;
    top: 5px;
}

#stick-box.stick-top {
    top: 15px;
}

body.scrolled-up #sticky-box {
    top: 80px;
}

.itinerary-block .summary-block {
    background: #f6f6f7;
}

.itinerary-block .legdetails {
    border: 1px solid #eaecf0;
    background: #fff;
}

.itinerary-block .legdetails .seg-container {
    padding: 0 15px;
}

#selected-flight-container #flight-breakdown {
    background: #fff;
    border: 3px solid #eaecf0;
}

#selected-flight-container .connect-text {
    background-color: #e4e4e4;
    margin: 10px 0;
}


.legdetails .row.connection {
    font-size: 12px;
    background-color: #e4e4e4;
    margin: 10px 0 !important;
}

.legdetails .ctext.split {
    margin: auto;
}

#searchbar .triptypes .grey {
    color: #808285;
}

#searchbar .locations-dates>label,
#searchbar .locations-dates>div {
    padding-left: 8px;
    padding-right: 8px;
}

#searchbar .locations-dates input:not([type="checkbox"]),
#searchbar .locations-dates select,
#searchbar .locations-dates button {
    height: 40px;
    width: 100%;
    font-size: 13px !important;
    border: none;
    border-radius: 4px;
    color: #808285;

}

#searchbar .locations-dates span.inside-input+span input:not([type="checkbox"]),
#searchbar .locations-dates span.inside-input+span select {
    padding-top: 8px;
}

#searchbar .triptypes {
    padding-top: 12px;
}

#searchbar .triptypes label {
    margin-bottom: 0px
}

#searchbar .locations-dates input[type="radio"] {
    height: 13px;
    width: 13px;
    margin-top: 0px;
}

#searchbar #passenger-selector {
    background-color: #fff;
    color: #666;
    font-size: 15px;
    /*padding-left: 35px;*/
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#searchbar .button.search-bar {
    font-size: 15px;
    padding: 0px !important;
    color: #fff !important;
}

@media screen and (max-width: 991px) {
    .hotel-book #searchbar .stretch {
        padding-left: 2px;
        padding-right: 2px;
    }
}

@media screen and (max-width: 376px) {

    .hotel-book #searchbar .locations-dates input,
    .hotel-book #searchbar .locations-dates button {
        font-size: 12px !important;
    }
}

.book #cabin-options,
.book #passenger-options,
.book #car-extras-options {
    z-index: 3;
    list-style-type: none;
    padding: 0;
    background: none;
    border-radius: 0px;
    border: none;
    position: absolute;
    max-width: 248px;
    color: #555;
}

.search-container.voyager-split .book #passenger-options {
    min-width: 205px;
}

.book #passenger-options li {
    background: #fff;
    display: flex;
    padding: 0px 12px;
    /* cursor: pointer; */
    width: 100%;
    border-top: 1px solid #efefef;
    border-left: 1px solid #efefef;
    border-right: 1px solid #efefef;
}

.book #passenger-options li:last-child {
    border-bottom: 1px solid #efefef;
}


.book #passenger-options li .pass-label {
    float: left;
    display: inline-block;
    margin: 9px 0;
}

.book #passenger-options li .form-control {
    display: inline-block;
    width: 30%;
    float: right;
}

.book #passenger-options li .form-control.select {
    width: 100%;
}

.book #cabin-options li {
    background: #fff;
    display: inline-block;
    padding: 5px 12px;
    cursor: pointer;
    width: 100%;
    border-top: 1px solid #efefef;
}

.pass-label.select {
    min-width: 60px;
}

#passenger-options li input,
#passenger-options li select {
    margin-top: 4px;
}

.hidden {
    display: none;
}

.form-control {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

h4 {
    font-size: 17px;
}

.no-gutter {
    padding-left: 0px;
    padding-right: 0px;
}

a {
    color: #337ab7;
    text-decoration: none;
}

.cc-logo {
    width: 48px;
}

#booking-error-contact form {
    display: inline;
}


#booking-error-contact .submit {
    border: none;
    background: none;
    color: var(--badass); //#337ab7;
    font-size: 13px !important;
    padding: 0px;
}

.sprite-creditcard {
    width: 48px;
    height: 30px;
}

.sprite-creditcard.visa {
    background-position: 0px -243px;
}

.sprite-creditcard.mastercard {
    background-position: 0px -205px;
}

.creditcard-logos {
    padding-top: 5px;
}

.error-toggle {
    color: #337ab7;
    text-decoration: underline;
    cursor: pointer;
}

.gptbe-container div>label.geo-category,
#content-component .gptbe-search-container .book label.geo-category {
    color: #58595b;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0;
    margin-top: 10px;
    padding: 0;
}


.gptbe-container div:first-child>label.geo-category,
#content-component .gptbe-search-container .book div:first-child>label.geo-category {
    margin-top: 0;
}

/* Hotel search results */
.hotel-list {
    padding: 0;
}

.hotel-container {
    border: solid #f1f1f2;
    border-width: 1px 0px;
    cursor: pointer;
    min-height: 150px;
}

@media screen and (min-width: 992px) {
    .hotel-list {
        padding: initial;
    }

    .hotel-container {
        border-width: 1px 1px;
        border-radius: 5px;
        margin-top: 10px !important;
        margin-bottom: 10px !important;
        -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
        -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
        box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
        cursor: pointer;
        min-height: 150px;
    }
}

.hotel-list .hotel-information-container {
    background-color: #f8f8f8;
}

.hotel-information-container .hotel-name {
    font-size: 15px;
    font-weight: 700;
    color: #1a4797;
}

#hotel-details .hotel-name {
    font-size: 22px;
    font-weight: 500;
}

.hotel-information-container,
.hotel-rate-container {
    padding: 20px;
    font-size: 13px;
}

.hotel-rate-container {
    text-align: center;
}

.hotel-information-container .price {
    font-size: 2.25em;
    font-weight: 900;
    color: #ff4f14;
}

.hotel-rate-container .price {
    font-size: 2.25em;
    font-weight: 900;
    color: #ff4f14;
    line-height: 1em;
}

.hotel-rate-container .link {
    cursor: pointer;
    font-weight: 500;
}

.hotel-rate-container .rooms-left,
.hotel-rate-container .feature {
    color: #39b44a;
}

.hotel-rate-container .features {
    list-style: none;
    padding-inline-start: 0;
    margin-bottom: 0;
    font-weight: 500;
}

/* #content-center .hotel-logo-container img.hotel-thumbnail {
    height: 100% !important;
    object-fit: cover;
    object-position: center;
    max-width: 100% !important;
} */

#content-center img.hotel-logo {
    height: auto !important;
    max-width: 100% !important;
}

.hotel-logo {
    vertical-align: center;
    text-align: center;
}

.hotel-logo.generic {
    opacity: 0.25;
}

@media screen and (min-width: 576px) {
    #content-center .hotel-list img.hotel-logo {
        max-width: 96px !important;
    }
}

.hotel-location {
    position: relative;
    margin-left: 20px;
    font-size: 13px;
}

.hotel-location-icon {
    content: "";
    background-size: 600px 600px;
    background-repeat: no-repeat;
    display: inline-block;
    height: 20px;
    width: 20px;
    background-position: 0 -50px;
}

.hotel-information-container .hotel-location-icon {
    position: absolute;
    top: 2px;
    left: -2px;
    margin-left: -20px !important;
}

.hotel-descriptions {
    line-height: 16px;
    font-size: 13px;
}

.hotel-descriptions {
    line-height: 16px;
    font-size: 13px;
}

@media (min-width: 576px) {
    .hotel-descriptions .card-columns {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1;
    }
}

@media (min-width: 768px) {
    .hotel-descriptions .card-columns {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1;
    }
}

.star-rating-inline {
    vertical-align: text-bottom;
}

.star-rating {
    font-size: 13px;
    width: 12px;
    color: #58595b;
}

.star-rating .muted {
    color: #bcbec0;
}

.star-rating .fa-star-half {
    left: -2px;
    /* Fixes alignment issue with stacked muted star */
}

.hotel-filter {
    background-color: #f4f6fa;
    padding: 5px 10px;
    font-size: 13px;
    font-weight: 500;
}

.hotel-filter ul,
.hotel-fitler li {
    list-style-type: none;
    list-style-position: inside;
    margin: 0;
    padding: 0;
}

.hotel-filter li {
    display: flex;
    cursor: pointer;
}

.hotel-filter li:hover {
    color: #476bab;
}

.hotel-filter li .radio-button {
    border: 1px solid #58595b;
    border-radius: 50%;
    display: inline-block;
    width: 12px;
    height: 12px;
    line-height: 1.0;
    margin-left: 1em;
    margin-top: 3px;
    margin-right: 5px;
}

.hotel-filter li.active {
    color: #476bab;
}

.hotel-filter li.active .radio-button {
    background-color: #476bab;
}

.hotel-filter:not(:last-of-type) {
    border-bottom: 1px solid #c1c3c7;
}

.hotel-filter .heading {
    cursor: pointer;
}

.hotel-filter .heading:before {
    content: ">";
    margin-right: 5px;
}

.hotel-filters .range-slider {
    margin: 0 10px 5px;
}

.hotel-filters .range-slider .ui-slider-handle {
    border-radius: 20px;
    background: #58595b;
    width: 1.75em;
    height: 1.75em;
    top: -0.6em;
}

.hotel-filters .range-slider.ui-widget {
    font-size: 0.65em;
}

.hotel-filters .range-slider .ui-widget-header {
    font-size: 0.65em;
    background: #58595b;
}

@media screen and (max-width: 991px) {
    #hotel-filters-container {
        position: absolute;
        z-index: 2;
        top: 16px;
        left: 30px;
        right: 30px;
        background-color: #fff;
        padding: 10px;
        border: solid #c1c3c7;
        border-width: 0 1px 1px 1px;
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .15);
    }

    #collapseHotelFilters {
        position: absolute;
        top: 39px;
    }
}

.hotel-thumbnail {
    width: 100%;
    height: 100%;
    min-height: 150px;
    background-repeat: no-repeat;
    background-size: cover;
}

#hotel-details .hotel-generic-cover-image-container {
    height: 100%;
    background: #f9f9f9;
}

.hotel-images-and-map-container {
    min-height: 374px;
}

#hotel-details .hotel-cover-image {
    width: 100%;
    height: 374px !important;
    object-fit: cover;
}

#hotel-details .hotel-rate-container {
    background-color: #f1f1f2;
    padding: 10px 20px;
}

#hotel-details .hotel-image-generic {
    background-color: #f9f9f9;
}

.hotel-room-container:not(:last-of-type) {
    border-bottom: 1px solid #d3d3d3;
}

.hotel-tabs {
    border-bottom: 1px solid #d3d3d3;
}

.hotel-tab {
    color: #444 !important;
    font-weight: 500;
}

.hotel-tab.active {
    border-color: #d3d3d3 #d3d3d3 #fff !important;
}

.hotel-bookroom {
    display: inline-block;
    background: #f05a28;
    font-size: 13px;
    color: #fff !important;
    border: 0;
    padding: 5px 15px;
    margin-top: 10px;
}

.hotel-room-amenities {
    padding-inline-start: 20px;
    font-size: 13px;
    color: #6c757d;
}

.hotel-rate-popdown {
    width: 200%;
}

.hotel-rate-popdown.even {
    left: -100%;
}

.hotel-rate-popdown {
    left: 0;
}

.hotel-rate-popdown .sprite-svg.arrow-up-small {
    left: 16%;
}

.hotel-rate-popdown.even .sprite-svg.arrow-up-small {
    left: 66%;
}

#hotel-booking-confirmation .hotel-room-pricing-container .pricing-block,
#hotel-booking-confirmation .hotel-room-pricing-container .chevron-container {
    background: #fff;
}

.hotel-results-map-launcher-container {
    background: url('../images/map-placeholder.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 15px;
}

#hotel-results-map-container #hotel-gmap {
    width: calc(100%);
    height: calc(60vh);
}

#hotel-results-map-modal .modal-header {
    background: transparent;
    position: absolute;
    top: 0;
    right: 10px;
    z-index: 999;
    border: 0;
}

#hotel-results-map-modal .modal-header .close {
    color: #fff;
    opacity: 1;
    font-size: 36px;
    font-weight: 300;
    text-shadow: 1px 1px 2px #000000;
}

.hotel-map-text-overlay {
    position: absolute;
    right: 15px;
    bottom: 15px;
    color: #754ca2;
    font-weight: 500;
    text-shadow: 1px 1px 2px #000000;
    text-transform: uppercase;
    z-index: 999;
}


@media screen and (min-width: 768px) {
    .hotel-rate-popdown {
        width: 520px;
    }

    .hotel-rate-popdown.even {
        left: -365px;
    }

    .hotel-rate-popdown {
        left: -200px;
    }

    .hotel-rate-popdown .sprite-svg.arrow-up-small {
        left: 230px;
    }

    .hotel-rate-popdown.even .sprite-svg.arrow-up-small {
        left: 400px;
    }
}

@media screen and (min-width: 992px) {
    .hotel-rate-popdown.even {
        left: -340px;
    }

    .hotel-rate-popdown {
        left: -170px;
    }
}

@media screen and (min-width: 1200px) {
    .hotel-rate-popdown.even {
        left: -180px;
    }

    .hotel-rate-popdown.even .sprite-svg.arrow-up-small {
        left: 265px;
    }

    .hotel-rate-popdown {
        left: -150px;
    }
}

.bordered-icon {
    border: 1px solid #58595b;
    padding: 0 12px;
    font-size: 22px;
    border-radius: 5px;
}

.gptbe-container .text-orange {
    color: #ff4f14;
}

.voyager-filter-autocomplete {
    font-size: 13px;
}

.voyager-columns-2 {
    column-count: 2;
}

.voyager-columns-3 {
    column-count: 3;
}

.voyager-pre-wrap {
    white-space: pre-wrap;
}

.voyager-btn-default {
    background: #f05a28;
    font-size: 13px;
    color: #fff !important;
    border: 0;
    padding: 5px 15px;
}

.voyager-btn-default:focus {
    outline: none;
}


@media screen and (max-width: 767px) {
    #continue-budgetfare {
        font-size: 12px;
    }
}

.fare-change-message {
    font-size: 12px;
    line-height: 13px;
    font-weight: 500;
    color: red;
}

.gptbe-form-split {
    display: inline-block;
}

span.selected-message {
    color: #f05a28;
}

button.package-rates {
    border: 1px solid #eee;
    border-radius: 5px;
}

#car-results .car-attributes .rental-attr {
    font-size: .9rem;
}

.flight-details>.seg-container {
    padding-top: 10px;
}

.flight-details>.seg-container~.seg-container {
    padding-top: 0;
}

/* Joomla 4 Migration */
.car-search-bar #extras-group input {
    margin-left: 0 !important;
}

.car-search-bar #extras-group label {
    margin-left: 1em !important;
}

.rate-book-container .rate-popdown .before {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    font-weight: 600;
    transition: transform 50ms ease, font-weight 100ms ease;
}

.rate-book-container .rate-popdown .before:hover {
    transform: scale(1.1);
    font-weight: 700;
}

.gptbe-filters {
    position: relative;
}

.gptbe-filters .filter-container>div span div span[class*="fa"] {
    position: absolute;
}

.gptbe-container .text-highlight {
    color: #f05a28;
}

@media screen and (min-width:992px) {
    .url-part_members .modal-dialog {
        width: 800px;
        max-width: 800px;
    }

    .url-part_members .modal-body {
        background: #fff;
    }

    .url-part_members .modal-header .close {
        color: #fff;
        padding: 0;
        opacity: 1;
        font-size: 30px;
    }

    .chevron-container {
        background: #f6f6f7;
        margin-top: 8px;
        margin-bottom: 15px;
        padding: 0 8px 8px;
    }

    .chevron-container a,
    .chevron-container a:not([href]):not([tabindex]) {
        color: #969697;
        font-weight: 400;
    }

    .chevron-container .smaller-text {
        font-size: 14px;
    }

    .seg-container {
        background: #fff;
        margin-left: 11px;
        font-weight: 400;
        padding: 10px 0;

    }

    .seg-container b {
        font-weight: 700;

    }

    .be-operator {
        margin-left: 15px;

    }

    .seg-container .col-sm-1,
    .seg-container .col-md-1 {
        padding-right: 0;

    }
}

@media screen and (min-width: 1200px) {
    .gptbe-page-container {
        max-width: 1170px;
    }
}

.page-title-container .page-title {
    color: #fff;
    font-size: 22px;
    font-weight: 400;
    margin: 10px;
    max-width: 1170px;
    margin-inline: auto;
}

.down {
    transform: rotate(45deg);
}

.arrow {
    border: solid #ef4136;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    margin-left: 8px;
    margin-top: 5px;
    vertical-align: text-top;
}

#signin-faster {
    padding-top: 8px;
}

#signin-faster.passenger-form-label.active .down {
    transform: rotate(-135deg);
    margin-top: 9px;
}

#signin-faster.passenger-form-label a:hover .down {
    border: solid #0056b3;
    border-width: 0 2px 2px 0;
}

#signinblock {
    padding: 0 !important;
}

.signinblockDiv {
    display: none;
    padding: 10px;
}

.redLink .redLink:hover,
.redLink:active {
    color: #ef4136 !important;
}

.upcomingTrips {
    margin-bottom: 15px;
    overflow: auto;
    margin-top: 20px;
}

.upcomingTripsImg {
    float: left;
    width: 80px;
}

.upcomingTripsContent {
    float: left;
    width: calc(100% - 90px);
    margin-left: 10px;
}

#travel-detail-container .row {
    margin: 0;
}
