.body-freeze {
    overflow: hidden;
}

.mobile-only {
    display: flex !important;
}

.ipad-vert-only,
.ipad-horiz-only,
.desktop-only {
    display: none !important;
}

.modal-lg {
    max-width: 1024px;
}

.modal-content {
    width: 100%;
    background-color: #fff;
    border: none;
    border-radius: 0;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9998;
    background-color: #000;
}

.modal-backdrop.show {
    opacity: 0.7;
}

.full-screen-modal {
    position: relative;
}

.full-screen-modal .modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    background-color: #fff;
}

.full-screen-modal .modal-backdrop.show {
    opacity: 1;
}

.full-screen-modal .close {
    padding: 0;
    position: absolute;
    right: 30px;
    top: 0px;
    background-color: #fff;
    color: #000;
    opacity: 1;
    font-size: 100px;
    font-weight: 200;
}

.package-banner {
    box-shadow: 0 2px 8px -2px rgba(0, 0, 0, 0.8);
    background-color: #2b3b70;
    color: white;
    padding: 15px;
    margin-bottom: 15px;
}
.mat-button.mat-accent,
.mat-icon-button.mat-accent,
.mat-stroked-button.mat-accent {
    color: #fff !important;
}

.mat-calendar-body-selected {
    background-color: #2b3b70 !important;
    color: #fff;
}

agm-map {
    height: 300px;
}

.hover {
    cursor: pointer;
}

.btn {
    border-radius: 0;
}

.search-bar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    /*background-color: #2b3b70;*/
    background-color: rgba(61, 97, 109, 0.985);
}

.search-bar .close {
    position: absolute;
    top: 20px;
    right: 20px;
    color: white;
}

.search-bar-summary-mobile {
    padding: 15px 15px;
    width: 100%;
    box-shadow: 0 2px 8px -2px rgba(0, 0, 0, 0.8);
    background-color: #2b3b70;
    color: white;
    position: fixed;
    top: 0;
    display: none;
}

.search-bar-summary {
    padding: 13px 10px;
    width: 100%;
    box-shadow: 0 2px 8px -2px rgba(0, 0, 0, 0.8);
    background-color: #2b3b70;
    color: white;
}

.search-bar-summary .close {
    padding: 0;
    position: absolute;
    top: 5px;
    right: 15px;
    opacity: 1;
    font-size: 55px;
    font-weight: 200;
}

.search-bar-summary-inner {
    background-color: #fff;
    color: #2b3b70;
    padding: 13px;
    border-radius: 0;
}

.search-bar-summary p {
    display: block;
    color: #2b3b70;
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    margin-top: 2px;
    margin-bottom: 2px;
}

.search-bar-summary button {
    /*margin-top: 6px;*/
}

.search-bar-dropdown {
    position: absolute;
    top: 100%;
    left: 15px;
    z-index: 1000;
    display: none;
    float: left;
    min-width: calc(100% - 30px);
    padding: 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0;
}

.search-type-switch-button {
    background-color: #333;
    color: white;
}

.search-type-switch-button label {
    display: block;
}

.mt-80 {
    margin-top: 80px;
}

.availability-container {
    margin-top: 120px;
}

.availability-hotel-container {
    padding: 10px;
    margin-top: 85px;
    /*border: 1px solid #eee;*/
}

.availability-hotel-container .room {
    position: relative;
    margin: 5px;
    text-align: center;
    border: 1px solid #eee;
    padding: 0;
    height: 160px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.availability-hotel-container .room-title {
    position: absolute;
    top: 10px;
    left: 10px;
    color: white;
    font-size: 18px;
    font-weight: bold;
}

.availability-hotel-container .room-cost {
    position: absolute;
    top: 40px;
    left: 10px;
    color: white;
    font-size: 16px;
    font-style: italic;
}

.availability-next-room {
    position: relative;
    margin: 5px 0;
    text-align: center;
    border: none;
    padding: 10px;
    height: 160px;
    background-color: #96b2c8;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.availability-next-container .room-title {
    position: absolute;
    top: 10px;
    left: 10px;
    color: white;
    font-size: 18px;
    font-weight: bold;
}

.availability-next-container .room-cost {
    position: absolute;
    top: 40px;
    left: 10px;
    color: white;
    font-size: 16px;
    font-style: italic;
}

.review_score {
    padding-top: 0;
    line-height: 25px;
    display: table-cell;
    vertical-align: middle;
    font-size: 14px;
    font-style: italic;
    font-weight: bold;
    color: #2d4872;
}

.review_score a,
.review_score a:hover,
.review_score a:visited {
    color: #2d4872;
}

.review_score_tripadvisor {
    color: #267a7c;
}

.review_score_tripadvisor a,
.review_score_tripadvisor a:hover,
.review_score_tripadvisor a:visited {
    color: #267a7c;
}

.room-book-now-btn {
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.btn-warning,
.btn-warning:hover,
.btn-warning:active {
    color: #fff;
}

.room-overview-gallery {
    position: relative;
}

.room-overview-name {
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    height: 40px;
    color: white;
    font-size: 20px;
    line-height: 40px;
    z-index: 999;
}

.text-light {
    color: #ccc !important;
}

.high-demand-banner {
    background-color: red;
    color: #fff;
    font-size: 11px;
    font-style: italic;
    padding: 7px;
    line-height: 1.5rem;
    border-radius: 0;
    text-align: center;
}

.room-overview-cost {
    background-color: #2b3b70;
    color: #fff;
    font-size: 20px;
    padding: 15px;
    line-height: 1.5rem;
}

.all-rooms-banner {
    background-color: #ffc107;
    color: #fff;
    font-size: 22px;
    padding: 18px;
    line-height: 1.5rem;
    border-radius: 0;
    text-align: center;
    border: 2px solid #fff;
    max-width: 400px;
    margin: 20px auto;
}

.sub-title {
    font-size: 20px;
}

.booking-overview-gallery {
    position: relative;
    height: 80px;
    width: 100%;
    background-color: #2b3b70;
    color: #fff;
}

.booking-overview {
    width: 100%;
    color: white;
    text-align: left;
    font-size: 12px;
    padding: 15px;
}

.booking-addon-skip {
    background-color: #eee;
    padding: 15px;
    margin-bottom: 10px;
}

.booking-addon-skip h3 {
    font-size: 17px;
}

.booking-overview-title {
    color: #ffc107;
    font-weight: bold;
}

.booking-overview-sub-data {
    color: #ccc;
}

.booking-addon-group {
    border: 1px solid #ccc;
    margin-bottom: 10px;
}

.booking-addon-sub-title {
    font-size: 20px;
    margin-bottom: 0;
    margin-top: 5px;
}

.booking-addon-product {
    /*border-bottom: 1px solid #ccc;*/
    font-size: 11px;
    padding: 5px 0;
}

.alert-success {
    background-color: #9adfaf;
    text-align: center;
    border-radius: 0;
}

.alert-success h2 {
    color: #199054;
    font-size: 18px;
    line-height: 25px;
    padding: 15px;
}

.alert-warning {
    background-color: #ffc107;
    text-align: center;
    border-radius: 0;
}

.alert-warning h2 {
    color: #fff;
    font-size: 18px;
    line-height: 25px;
    padding: 15px;
}

.alert-danger {
    background-color: crimson;
    text-align: center;
    border-radius: 0;
    border-color: crimson;
}

.alert-danger h2 {
    color: #fff;
    font-size: 18px;
    line-height: 25px;
    padding: 15px;
}

.alert-danger p {
    color: white;
}

.prebook {

}
.prebook i {
    font-size: 22px;
    color: #ffc107;
}

.prebook-banner {
    width: 100%;
    height: 250px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.prebook-text {
    text-align: center;
    color: white;
    background-color: #2b3b70;
    padding: 15px;
}
.prebook-text h3 {
    font-size: 18px;
    margin-bottom: 0;
}
.prebook-text p {
    font-size: 13px;
}
.prebook-item td {
    vertical-align: top;
    font-size: 13px;
    padding-top: 10px;
}
.prebook-item tr {
    border-bottom: 1px solid #ccc;
}
.prebook-item i {
    font-size: 22px;
    color: #ffc107;
}
.prebook-item .item-name {
    font-size: 12px;
    font-weight: bold;
    margin-top: 2px;
    margin-bottom: 0;
    text-transform: uppercase;
}
.prebook-item .item-description {
    font-size: 12px;
    margin-top: 5px;
    margin-bottom: 0;
}
/*.other-locations-title {*/

/*font-size: 30px;*/

/*font-weight: bold;*/

/*margin: 20px 0 30px 0;*/

/*}*/

.other-locations-title {
    font-size: 25px;
    font-weight: 300;
    margin: 10px 0 20px 0;
}

.other-location-container {
    margin-bottom: 30px;
    color: white;
}

.other-location-miles {
    padding: 10px;
    text-align: center;
    font-size: 20px;
}

.other-location-banner-sc {
    max-height: 299px;
    overflow: hidden;
}

.other-location-banner {
    height: 300px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.other-location-overview {
    padding: 15px;
    height: 150px;
    width: 80%;
    margin: 0 auto;
}

.other-location-view {
    padding: 20px;
    text-align: center;
    font-size: 20px;
}

.passport-container {
    background-color: #323b4c;
    padding: 5px;
}

.passport-inner {
    background-color: #323b4c;
    border: 1px solid #808691;
    padding: 10px;
}

.passport-inner h1 {
    font-size: 30px;
    color: white;
}

.v-box {
    /*display: flex;*/
    /*flex-direction: column;*/
    /*justify-content: center;*/
    /*height: 100%;*/
}

.slide-box {
    width: 200px;
    height: 200px;
    background-color: red;
    color: white;
    position: fixed;
    z-index: 1001;
    top: 50px;
    right: -200px;
}

.slide-box-show {
    /*right: 0;*/
    animation: slide-in 0.5s forwards;
}

@keyframes slide-in {
    100% {
        right: 0;
    }
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: block;
    overflow: auto;
    outline: 0;
}

.noJS {
    padding: 50px;
    text-align: center;
    margin: 50px auto;
    max-width: 400px;
    color: white;
    background-color: crimson;
}

.modal-header .close {
    padding: 8px 10px;
    position: absolute;
    right: -20px;
    top: 16px;
    background-color: #f9a831;
    color: white;
    opacity: 1;
}

.multi-day-header {
    background-color: #fff;
    color: #333;
    padding: 15px;
    width: 100%;
}

.multi-day-header h1 {
    font-size: 22px;
    font-weight: 300;
    margin-bottom: 0;
}

.multi-day-header td {
    background-color: unset !important;
    border: none;
}

.multi-day-header a,
.multi-day-header a:visited {
    color: #f9a831 !important;
    cursor: pointer;
    font-size: 20px;
}

.multi-day-header-hotel-name {
    color: white;
    padding: 10px;
    font-weight: normal;
}

.multi-day-table td {
    background-color: #f6d4d2;
    color: white;
    text-align: center;
    vertical-align: center;
    border: 1px solid white;
    font-size: 12px;
}

.multi-day-table td.available {
    background-color: #40a535;
}

.multi-day-table th {
    background-color: #e9eaea;
    color: #333333;
    border: 1px solid #fff;
    /*height: 50px;*/
}

.multi-day-table tbody th {
    width: 150px;
    text-align: right;
    padding: 8px;
    font-size: 14px;
}

.multi-day-table thead th {
    text-align: center;
    font-size: 13px;
}

.sc-availability-image {
    width: 25% !important;
    position: relative;
}

.sc-availability-image .room {
    position: relative;
    margin: 0;
    text-align: center;
    border: none;
    padding: 0;
    height: 155px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.sc-availability-image .room-title {
    position: absolute;
    top: 10px;
    left: 10px;
    color: white;
    font-size: 18px;
    font-weight: bold;
}

.sc-availability-room {
    background: rgba(0, 0, 0, 0.5);
    color: white;
    position: absolute;
    bottom: 0;
    width: 99%;
    font-size: 18px;
    line-height: 35px;
}

.sc-availability-data {
    width: 15% !important;
}

.mat-checkbox-layout .mat-checkbox-label {
    line-height: 15px !important;
}

.cms-room-description p {
    margin-bottom: 0;
}

.sc-availability-table td {
    background-color: #f6d4d2;
    color: white;
    text-align: center;
    vertical-align: center;
    border: 1px solid white;
    font-size: 12px;
}

.sc-availability-table td.available {
    background-color: #f2f2f2;
    color: #333333;
}

.sc-availability-table th {
    background-color: #e9eaea;
    color: #333333;
    border: 1px solid #eee;
    /*height: 50px;*/
}

.sc-availability-table tbody th {
    width: 150px;
    text-align: right;
    /*padding-right: 8px;*/
    font-size: 14px;
}

.sc-availability-table thead th {
    text-align: center;
    font-size: 14px;
}

.booking-addon-group {
    padding: 10px;
}

.booking-addon-skip h3 {
    font-size: 11px;
}

.footer {
    margin-top: 60px;
}

.footer p {
    text-align: center;
    font-size: 12px;
    font-weight: normal;
}

.footer span.no-wrap {
    text-wrap: none;
    white-space: nowrap;
}

.footer-logo {
    max-width: 100%;
}

.footer-bottom-bar {
    font-weight: 300;
    margin-top: 60px;
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #323b4d;
    color: #b9872b;
    font-size: 14px;
    text-transform: uppercase;
}

.footer-bottom-bar a,
.footer-bottom-bar a:hover,
.footer-bottom-bar a:visited {
    color: #b9872b;
}

.footer .ql-size-large {
    text-align: center;
    font-size: 16px;
    font-weight: normal;
}

.modal-page {
    padding: 70px 0;
    width: 100%;
    box-shadow: 0 2px 8px -2px rgba(0, 0, 0, 0.8);
    background-color: #fff;
    color: white;
    height: 100vh;
    overflow: hidden;
}

.btn-group-sm > .btn,
.btn-sm {
    padding: 0.25rem 0.5rem;
    font-size: 11px;
    line-height: 1.5;
}

.img-75 {
    width: 75%;
}

.btn-primary,
.btn-primary:active,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:visited {
    background-color: #2b3b70;
    border-color: #2b3b70;
    box-shadow: none;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #2b3b70;
    border-color: #2b3b70;
    box-shadow: none;
}

.feature-list {
    margin-top: 10px;
    padding-left: 0;
}

.feature-list li {
    list-style: none;
    font-size: 13px;
}

.feature-group-name {
    color: #2b3b70;
}

.no-decoration {
    text-decoration: none;
}

.is-search-date {
    background-color: #ffc107 !important;
    color: white !important;
}

.nav-link {
    display: block;
    padding: 0.5rem 0.5rem;
}

.confirm-close {
    position: absolute;
    top: 0;
    width: 100%;
    padding: 15px;
    background-color: #2b3b70;
    color: white;
    z-index: 9999;
}

.passport-info {
    background-color: #2b3b70;
    color: white;
    padding: 10px;
    font-size: 12px;
    text-align: center;
}

.set-params {
    color: white;
    margin-top: 120px;
    text-align: center;
    font-size: 26px;
}

.pac-container {
    z-index: 99999 !important;
}

.testimonial-form {
    margin: 0 auto;
    max-width: 75%;
}

.testimonial-holder {
    padding: 15px;
    border: 4px solid #eee;
}

.testimonial-holder p {
    font-size: 12px;
}

.testimonial-holder h5 {
    font-size: 15px;
}

.testimonial-thumb {
    font-size: 40px;
    color: #ccc;
    cursor: pointer;
}

.testimonial-thumb-good:hover,
.testimonial-thumb-good.active {
    color: #40a535;
}

.testimonial-thumb-bad:hover,
.testimonial-thumb-bad.active {
    color: red;
}
