/* New Nav 2020 */

.header-2020 {
    background-color: #5C150C !important;
    display: flex;
    justify-content: space-between;
}

.header-2020__logo {
    padding: 20px;
}
.header-2020__logo img {
    max-height: 65px;
}

.header-logo__btns {
    display: flex;
    align-items: center;
}

.header-logo__btns--left {
    display: flex;
}

.btn-my-stay {
    background-color: #F8A48D;
    color: #5C150C;
    text-transform: uppercase;
    border: none;
    font-size: 18px;
    padding: 10px 31px;
    margin-right: 20px;
    font-weight: 600;
    outline: 1px solid #fff;
    border: 2px solid #5C150C;
}

.btn-my-stay:hover {
    background-color: #71aeb7;
    color: #000;
}

.btn-book-room {
    background-color: #1B5763;
    color: #fff;
    text-transform: uppercase;
    border: none;
    font-size: 18px;
    padding: 10px 31px;
    font-weight: 600;
    margin-right: 20px;
    outline: 1px solid #fff;
    border: 2px solid #5C150C;
}
.btn-book-room:hover {
    background-color: #71aeb7;
    color: #000;
}

.header-logo__btns--right {
    height: 100%;
}

.header-logo__btns--right .fa {
    font-size: 25px;
    /* padding: 38px 15px; */
    border: 0px solid #fff;
}

.header-2020--hamburger {
    border: none;
    background: #ce7656;
    color: #fff;
    width: 110px;
    height: 110px;
    /* min-height: 110px; */
}
.header-2020--hamburger:hover {
    color: #000;
    background-color: #f8a48d;
}
.header-2020--hamburger p {
    font-weight: 600;
    font-size: 14px;
}
.header-2020--hamburger:hover .navbar-toggler-bar {
    background-color: #5c150c;
}
.header-2020--hamburger--close {
    background: #DED9C9;
}
.header-2020--hamburger--close p {
    color: #000;
    margin-top: -10px;
}

/** park stay fly --- START. */
.parkstayfly-logo-content {
    fill: #804a41 !important;
}

.parkstayfly-time-select, .parkstayfly-date-input, #registrationPlate {
    border: solid 2px #d7d2c8;
}

.parkstayfly-subsection h2 {
    color: #804a41;
}

.added-parkstayfly-button-input-left {

    font-size: 24px;
    background-color: white;
    color: #02626f;
    border: none;
}

#termsAndConditions-error {
    margin-left: 57px !important;
}
.added-parkstayfly-button-input-right {
    border-right: none;
    font-size: 16px;
    background-color: #02626f;

    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
}

.parkstayfly-unavailable-error{
    color: red;
    font-size: 12px;
    margin-top: -28px;
    max-width: 180px;
}

.parkstayfly-no-registration-error{
    color: red;
    font-size: 14px;
    margin-top: 15px;
}

.validation-section {
    border-top: 1px solid rgba(93, 75, 63, 0.3);
}

.parkstayfly-select-button {
    text-transform: uppercase;
    background-color: #d85043;
    font-size: 16px;
    color: white;
    border: 0;
    padding: 6px;
}
.parkstayfly-date-time-section {
    border-top: 1px solid rgba(93, 75, 63, 0.3);
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: center;
}

#parkstayfly-added-text-element {
    font-size: 17px;
    line-height: 1.18;
    color: #ce7656;
}

/** park stay fly --- END. */

.header-2020--hamburger--close:hover {
    background: #DED9C9;
    color: #5c150c;
}

.header-2020--hamburger-icon-x {
    /* width: 60px; */
    height: 60px;
    position: relative;
    display: block;
    margin-left: 25px;
}

.header-2020--hamburger-icon-x:after {
    content: '';
    height: 50px;
    border-left: 2px solid #000;
    position: absolute;
    transform: rotate(45deg);
    left: 28px;
}

.header-2020--hamburger-icon-x:before {
    content: '';
    height: 50px;
    border-left: 2px solid #000;
    position: absolute;
    transform: rotate(-45deg);
    left: 28px;
}

.header-2020--hamburger--close:hover p {
    color: #5c150c;
}
.header-2020--hamburger--close:hover .header-2020--hamburger-icon-x:after,
.header-2020--hamburger--close:hover .header-2020--hamburger-icon-x:before {
    border-left: 2px solid #5c150c;

}

.navbar-toggler-bar {
    display: block;
    position: relative;
    width: 35px;
    height: 1px;
    background: #FFFFFF;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
}

/* Sidenav */
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 0;
    background-color: #DED9C9;
    overflow-x: hidden;
    /* transition: 0.5s; */
    /* padding-top: 20px; */
}

.sidenav a {
    display: block;
    color: #333;
    transition: 0;
}

.sidenav a:hover {
    color: #e15d47;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

.sidenav-header {
    display: flex;
    justify-content: flex-end;
}

.sidenav-header .fa {
    font-size: 25px;
    /* padding: 38px 15px; */
    border: 0px solid #707377;
    position: relative;
}

.sidenav-header .btn-book-room {
    height: auto;
    margin-top: 30px;
    border: 2px solid #DED9C9;
}

.sidenav-links {
    margin-left: 200px;
}

.sidenav-links--main {
    font-size: 22px;
    line-height: 1.5;
}

.sidenav-links--main a {
    border-bottom: 1px solid rgb(51 51 51 / 0.3);
    width: 400px;
    padding: 10px 0;
}

.sidenav-links--sec {
    margin-top: 50px;
    font-size: 18px;
}

.sidenav-links--sec a {
    margin-bottom: 18px;
}

.sidenav-links--third {
    margin-top: 50px;
    font-size: 16px;

}

.sidenav-links--third a {
    margin-bottom: 16px;
    color: #000;
}

.btn-book-room--call {
    display: none;
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

    .sidenav a {
        font-size: 18px;
    }
}

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

    .header-2020__logo {
        padding: 0 10px;
        max-width: 140px;
        margin: auto 0;
    }

    .car-validate {
        color: white;
        border: unset;
        background-color: #d85043;
    }

    .btn-book-room,
    .btn-my-stay {
        font-size: 13px;
        margin-right: 9px;
        padding: 3px;
    }

    .header-logo__btns--right .fa,
    .sidenav-header .fa {
        font-size: 25px;
        /* padding: 16px 10px; */
        border: 0px solid #fff;
    }

    .sidenav-links {
        margin: 0 auto;
        padding: 0 25px;
    }

    .sidenav-links--main a {
        width: 100%;
    }

    .sidenav-header {
        margin-bottom: 30px;
    }

    .sidenav-header .btn-book-room {
        font-size: 14px;
        margin: 10px 0 0 10px;
        width: 75px;
    }

    .header-logo__btns--left {
        padding: 10px 0;
    }
    .header-2020--hamburger {
        height: 100%;
        width: 65px;
    }
    .header-2020--hamburger p {
        font-weight: 500;
        font-size: 13px;
    }

    .navbar-toggler-bar {
        width: 25px;
        height: 2px;
        margin-bottom: 8px;
    }

    .btn-book-room--call {
        display: block;
        background-color: #B35F43;
    }
    .header-2020--hamburger img {
        width: 70%;
        height: auto;
    }
    .header-2020--hamburger--close img {
        width: 50%;
        height: auto;
    }
    .header-2020--hamburger-icon-x {
        margin-left: 3px;
        margin-top: 10px;
    }
    .header-2020--hamburger-icon-x:after {
        height: 40px;
    }
    .header-2020--hamburger-icon-x:before {
        height: 40px;
    }
    .header-2020--hamburger--close p {
        margin-top: -22px;
    }
    .parkstayfly-unavailable-error{
        margin-top: 0;
    }
}

/* Instant Saving 2021 */
article.instant-saving {
    display: flex;
    justify-content: space-between;
    background-color: #00636f;
    border: none;
    color: #fff!important;
    border-radius: 5px;
}

.instant-saving__content {
    padding: 20px;
    width: 100%;
}
.instant-saving__img {
    display: none;
}

.instant-saving__content p {
    color: #fff!important;
    font-size: 16px!important;
    margin-bottom: 10px;
}
.instant-saving__content button {
    color: #00636f;
    background-color: #fff;
    padding: 8px 20px;
    box-shadow: none;
    border: none;
    font-size: 17px;
    font-weight: 700;
}
.instant-saving__h3 {
    font-size: 24px!important;
    margin-bottom: 23px;
}
.better-rate-form .col-md-6.login-col p,
.better-rate-form .col-md-6.login-col button {
    width: 100% !important;
}
.better-rate-form .form-group a,
a.showCreateForm {
    color: #c56d4d!important;
}
.instant-saving__p {
    font-size: 16px!important;
}
.pink-btn {
    background-color: #f8a48d!important;
    color: #5c150c!important;
}
.instant-saving--sidebar {
    text-align: center;
    margin-bottom: 20px;
}
.instant-saving__img--sidebar {
    margin-bottom: 10px;
}
.instant-saving__content.instant-saving__img--sidebar button {
    width: 100%;
}
@media (min-width: 992px) {
    .instant-saving__img {
        display: block;
    }
    .instant-saving__h3 {
        font-size: 26px !important;
        margin-top: 10px!important;
        margin-bottom: 33px!important;
    }
    .instant-saving__modal {
        width: 880px !important;
    }
    .instant-saving__modal .modal-body {
        padding: 50px !important
    }
    .instant-saving__modal .instant-saving__img {
        padding-top: 10px;
    }
    .better-rate-form .col-md-6.login-col p,
    .better-rate-form .col-md-6.login-col button {
        width: 47% !important;
    }
    .instant-saving__p {
        font-size: 18px !important;
    }
}

/* Styling consystancy '21*/

.view-room-btn {
    max-width: 156px;
    font-size: 18px;
    font-weight: 700;
    padding: 3px 0;
}

.view-room-btn .fa {
    margin-left: 10px;
}

.view-room-btn:hover,
.view-room-btn:active {
    color: #fff;
    background-color: #71aeb7;
}

.view-room-btn:focus {
    color: #fff;
    /* box-shadow:inset 0px 0px 0px 2px #f00; */
    /*outline: #fff solid 1px;*/
}

.view-room-btn:active {
    outline: #fff solid 1px;
}

.room-price .fa-arrow-down,
.room-price .fa-arrow-up,
.list-room-item .fa-arrow-right {
    display: none;
}

.header-gray-bar .right-group ul li a.top-search-btn {
    font-weight: 700;
    font-size: 16px;
    padding: 2.5px 0;
}
#info-feature .fa {
    display: none;
}
.header-gray-bar ul li a {
    font-size: 14px;
    font-weight: bold;
    padding: 3.5px 14px;
    text-transform: uppercase;
}
#info-feature span {
    font-size: 12px;
    font-weight: bold;
}
.header-gray-bar ul li {
    margin-top: 0;
}
.book-btn {
    font-size: 18px;
    font-weight: 700;
    padding: 3px 0;
}

.main-room .room-price cite strong {
    font-size: 24px;
}
.main-room .room-price cite strong small {
    font-style: italic;
    color: rgba(82, 98, 100, 0.6);
}
.packages-list article h3 {
    font-size: 20px;
    color: #000;
}
.packages-list article p {
    font-size: 16px;
    color: #526264;
}
.packages-list article ul.extra-room-info li:before {
    content: "\f111";
    top: 6px;
}
.rate-info {
    color: #ce7656;
}

.bp-booking-form .confirmation-form-cover {
    background-color: #444444;
}

.list-room-item>div h4 a,
.confirmation-form-cover h4 {
    font-size: 16px;
    color: #fff;
    font-family: Helvetica-Roman;
}
.bottom-detail-btn {
    font-size: 16px;
    color: #ce7656;
}
.list-room-item>div cite.price {
    font-size: 18px;
}
.per-night {
    color: rgba(82, 98, 100, 0.6);
    font-size: 14px;
    font-style: italic;
}
.heading-step-cover h2, .page-heading {
    font-size: 32px;
    color: #fff;
    text-transform: capitalize;
    font-family: Cambon-Book;
}
.header-search-form label {
    color: #000000;
    font-size: 16px;
}
.header-search-form .form-control,
.enhance-stay-list .en-stay-info p {
    font-size: 16px;
    color: #526264;
}
.header-search-form .custom-row,
.extra-room {
    max-width: 1130px;
    margin-left: 15px;
}
.header-gray-bar__container {
    max-width: 1145px;
}
.btn-allign {
    margin-right: 25px;
}
.header-search-form .form-control {
    border-radius: 0;
}
.x-icon-search {
    margin-right: 15px;
}
.gallerymodal .modal-body .nav-tabs>li.active>a {
    color: #5C150C;
}
.gallerymodal .modal-body .nav-tabs>li>a {
    color:#CE7656;
}
.gallerymodal .modal-body .nav-tabs>li {
    margin-right: 0;
}
.gallerymodal .nav-tabs span {
    font-weight: 700;
}
.gallerymodal .modal-body .nav-tabs>li.active span {
    font-weight: 700;
    color: #5C150C;
}
.custom-modal .modal-body p {
    font-size: 16px;
    color: #526264;
}
.hotel-info-list ul li:before,
.room-modal-list ul li:before {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f111";
    color: #ce7656;
    background: transparent;
    top: 9px;
}
.hotel-info-list ul li {
    font-size: 16px;
    color: #526264;
    padding-left: 25px;
}
.custom-modal .modal-body h3,
.form-heading-details h2 {
    font-size: 24px;
    color: #000000;
}
.hotel-info .hotel-info-right {
    background:rgba(223, 218, 202, 0.3);
}
.packages-list article ul.extra-room-info li,
.room-modal-list ul li {
    font-size: 16px;
    color: #526264;
}
.x-icon-close-modal {
    padding-bottom: 5px;
}
/*.custom-modal .close {*/
    /*top: -50px;*/
/*}*/
.close-icon {
    background-image: url(/images/icons/close-icon.svg);
    height: 40px;
    width: 40px;
    display: block;
}
.modal-content .nav.nav-tabs .fa{
    display: none;
}
.enhance-stay-list .en-stay-info h3,
.confirmation-form-cover h3 {
    font-size: 26px;
    color: #fff;
    font-family: Helvetica-Roman;
    margin-bottom: 30px;
}


.row-40 {
    margin-left: -20px;
    margin-right: -20px;
}

.row-40 > div {
    padding-left: 20px;
    padding-right: 20px;
}

.confirmation-form-cover .gift-voucher-redemption i {
    color: #ffffff;
    top: 4px;
    position: relative;
}

.gv-info {
    background-color: #B6CED2;
    color: #333;
    font-size: 14px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    min-height: 40px;
    padding: 10px 20px !important;
    margin: 10px 0 !important;
}

.gv-alert,
.invalid-gift-card .gv-info {
    background-color: #E1574C;
    color: #ffffff;
    font-size: 14px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    min-height: 40px;
    padding: 10px 20px !important;
    margin: 10px 0 !important;
}

.gv-info p {
    color: #333;
}

.gv-info p b {
    font-weight: normal;
}

.confirmation-form-cover a, .confirmation-form-cover a:hover {
    color: #fff;
}
.en-stay-info .en-stay-extra p big {
    font-size: 24px;
    color: #ce7656;
}
.enhance-stay-list .en-stay-info span {
    font-size: 14px;
    font-style: italic;
    color: #979ea1;
}
.skip-btn {
    font-size: 18px;
    padding: 6.5px 0;
    margin-top: 0;
}
.en-stay-checkbox .form-group .form-control {
    height: 50px;
}

.enhance-stay-list .en-stay-info h3 a {
    color: #ce7656;
}

.confirmation-form-cover label strong,
.room-detail ul li label, .p3-input-radio-checkbox-label, .p3-input-radio-checkbox-label:hover {
    font-size: 16px;
    color: #fff;
    font-family: Montserrat-Regular;
}

.confirmation-form-cover .form-group {
    margin-bottom: 30px;
}

.confirmation-form-cover .form-group label {
    font-size: 16px;
    color: #ffffff;
    font-family: Helvetica-Roman;
}

.confirmation-form-cover .form-group .form-control,
#additional-expenses .form-control {
    height: 50px;
    padding: 14px 10px;
    border-radius: 8px;
    border: solid 1px #d5d5d5;
    font-size: 16px;
    color: #fff;
    background-color: transparent!important; ;
    font-family: Helvetica-Roman;
}

.confirmation-form-cover .form-group .form-control,
#additional-expenses select.form-control {
    background-color: #333333!important;
}

.confirmation-form-cover .form-group .form-control.hasDatepicker{
    background-color: #444444!important;
}

#modify_date_room{
    background-color: #333333!important;
}

.room-number-label {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.22;
    letter-spacing: normal;
    color: #fff;
}

.confirmation-form-cover .form-group .form-control:focus,
#additional-expenses .form-control:focus, .confirmation-form-cover .form-group .form-control:active {

    border-radius: 8px;
    border: solid 2px #fff;
}

.confirmation-form-cover.payment-detail span.custom-check,
.confirmation-form-cover span.custom-check,
.filter-cover .filter-list span.custom-check,
span.custom-radio {
    border: solid 1px rgba(82, 98, 100, 0.3);
}

.confirmation-form-cover span.custom-radio,
.confirmation-form-cover input[type=radio]:checked+span.custom-radio,
.terms-and-conditions.checked span.custom-radio {
    border-radius: 100%;
    width: 16px;
    height: 16px;
    min-width: 16px;
    min-height: 16px;
}

.confirmation-form-cover input[type=radio]:checked + span.custom-radio:after,
.terms-and-conditions.checked span.custom-radio:after {
    transform: scale(.75);
    height: 16px;
    width: 16px;
    left: 11px;
}

.confirmation-form-cover .gradient-btn {
    font-family: Helvetica-Roman;
    font-size: 12px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: 1.2px;
    text-align: center;
    color: #fff;
    height: 50px;
    font-size: 12px;
    text-transform: uppercase;

    border-radius: 6px;
    background-color: #db4d0f;
}
.confirmation-form-cover .gradient-btn:focus {
    outline: 1px solid #fff;
}
.confirmation-form-cover .gradient-btn .fa {
    display: none;
}
.stay-spend {
    border: solid 1px rgba(82, 98, 100, 0.3);
}
#terms_conditions_link {
    color: #db4d0f;
    text-decoration: none;
}
#promotions,
.confirmation-form-cover i,
.booking-data i,
.credit-card-note,
.booking-data span {
    color: #333333;

    font-size: 14px;
}
.my-booking-cover .my-booking-heading h2 {
    font-size: 24px;
}
.my-booking-table .booking-data p,
.stay-spend__p,
.thankyou-cover p,
.hotel-listing-post .hotel-listing-post-text ul li,
.join-today-text {
    font-size: 18px;
    font-family: Helvetica-Roman;
    color: #fff;
    text-align: left!important;
}

.my-booking-table .total-price-row .booking-data p,
.thankyou-cover h2,
.modify-cover h2,
.hotel-listing-post .hotel-listing-post-text h3 {
    font-size: 16px;
    color: #fff;
    font-family: Helvetica-Roman;
}

.thankyou-cover .total-font-size-display-screen h2 {
    font-size: 18px;
}

.thankyou-cover p:last-of-type {
    text-align: center!important;
}

.mid-section h2 {
    font-size: 32px;
}
.stay-spend__h2 {
    font-size: 18px;
}
ul#footer-pages-links-clayton li:first-child {
    border-left: none !important;
}
ul#footer-pages-links-clayton li { margin-right: 5px; border-left: 1px solid #fff;}
ul#footer-pages-links-clayton li a { margin-left: 5px; }
.promotions-container label {
    margin-left: 37px;
    text-indent: -37px;
}
.my-room-details {
    background-color: #f3f1ef;
}
.gradient-btn .fa {
    display: none;
}
.thankyou-cover p strong,
.thankyou-table .tk-row .tk-data h6 {
    font-size: 18px;
    color: #000;
}
.thankyou-cover p strong,
.thankyou-table .tk-row .tk-data h6 {
    font-weight: 400;
    text-transform: capitalize;
}

/* .thankyou-table .tk-row .tk-data h6:nth-child(odd) {
    text-align: right;
} */
.thankyou-table .tk-row .tk-data a.back-btn,
.thankyou-table .tk-row .tk-data a.gradient-btn,
.modify-cover #submitBtn {
    height: 50px;
    border-radius: 6px;
    border: solid 1px #fff;
    text-decoration: none;
    font-family: Helvetica-Roman;
    font-size: 12px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: 1.2px;
    text-align: center;
    color: #fff;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
}

.thankyou-table .tk-row .tk-data a.gradient-btn:hover {
    background-color: transparent!important;
}

.search-list-cover {
    background-color: #333333;
    box-shadow: none;
    padding: 20px;
}
.search-list-cover label {
    color: #526264;
    font-size: 16px;
}
.search-list-cover select.form-control {
    background:  url(/images/select-arrows.png) no-repeat;
    background-size: 16px;
    background-position: 95% 50%;

    padding: 0 10px;
    border-radius: 8px;
    border: solid 1px #d5d5d5;
}
.search-list-cover .form-control.datepicker,
.parkstayfly-date-input {
    background:  transparent!important;
    background-size: 16px;
    background-position: 95% 50%;
    border-radius: 0;
    padding: 0 10px;
    border: solid 1px #d5d5d5;
    height: 50px;
}

.search-list-cover label, .search-list-cover p {
    font-family: Helvetica-Roman, sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #fff;
    margin-bottom: 5px;
}

.search-list-cover p a {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.22;
    letter-spacing: normal;
    color: #db4d0f;
    font-family: Helvetica-Roman;
}

.map-view.pull-right {
    display: inline-flex;
}

.btn-style-2, .btn-style-2:hover, .btn-style-2:focus {
    height: 50px;
}

.filter-cover .filter-heading {
    height: 48px;
}

.search-list-cover .add-discount-text {
    margin-bottom: 20px;
    margin-top: 10px;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.22;
    letter-spacing: normal;
    color: #db4d0f;
}

.search-list-cover .form-control {
    border-radius: 0;
    background: #fff;
}
.filter-cover .filter-heading h3 {
    font-size: 24px;
}
.filter-cover .filter-list h4 a {
    font-size: 18px;
    color: #000;
}
.filter-cover .filter-list label,
.search-list-cover .form-control {
    font-size: 16px;
    color: #fff;
    font-family: Helvetica-Roman;
}
.add-discount-text span:before {
    color: #db4d0f;
}
.list-page-cover .gradient-btn {
    border-radius: 6px;
    background-color: #db4d0f;
    font-family: Helvetica-Roman ;
    font-weight: bold;
    color: #fff;
    letter-spacing: 1.2px;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 991px)
{
    .hotel-listing-post-text .join-today-text, .hotel-listing-post-text .list-post-right, .hotel-listing-post-text .list-post-right div {
        display: flex;

    }
}



    .hotel-listing-post .gradient-btn {
    font-family: Helvetica-Roman;
    font-weight: bold;
    font-size: 12px;
    padding: 21px 35.5px 17px;
    display: flex;
    align-items: center;

}

input[type=radio]:checked+span.custom-radio, input[type=checkbox]:checked+span.custom-radio{
    background: #db4d0f;
    border-color: #db4d0f;
}

.btn-style-2 i {
    color: #db4d0f;
}
.list-page-cover .gradient-btn:focus {
    outline: 1px solid #fff;
}
.book-room-btn:after {
    display: none;
}
.filter-cover .filter-heading h3 a {
    font-weight: 400;
}
article.hotel-listing-post {
    border: solid 1px rgba(82, 98, 100, 0.3);
}
.hotel-listing-post .price,
.hotel-listing-post-text .list-post-right p span.price {
    font-size: 24px!important;
    color: #fff;
    font-style: normal!important;
    font-family: Cambon-Book;
}
.hotel-listing-post-text .list-post-right p span {
    color: #ffffff;
   font-family: Helvetica-Roman;
    font-size: 16px;
}
.hotel-listing-post-text .list-post-right p {
    margin-bottom: 20px;
    font-family: Helvetica-Roman;
    color: #fff;
}
.hotel-listing-post .hotel-listing-post-text .hotel-facilities a {
    font-size: 16px;
}
/* Card */
.hotel-listing-cover article.hotel-listing-post,
.enhance-stay-list article,
.confirmation-form-cover,
.thankyou-page .thankyou-cover {
    padding: 30px;
    border: none;
    box-shadow: none;
    background-color: #333333;
}

.confirmation-form-cover {
    padding: 40px;
}


.my-booking-cover {
    background-color: #f5f3ef;
    border: none;
}
.my-booking-info.search-modal {
    border: none;
    padding: 0 0 15px 0;
    background: #f5f3ef;
}

.booking-page {
    padding-top: 50px;
}

.search-modal .my-booking-table .booking-data {
    padding-bottom: 0;
}

.search-modal .my-booking-table .booking-row .booking-data.search-dates {
    width: 40%;
    padding-right: 0;
}

.search-modal .my-booking-table .booking-row .booking-data.search-nights {
    width: 25%;
}

.search-modal .my-booking-table .booking-row .booking-data.search-button {
    width: 35%;
    padding: 0;
}

.search-modal .my-booking-table .booking-row .booking-data.your-booking-details {
    width: 65%;
    padding: 0;
}

.search-modal .my-booking-table .booking-row .booking-data.your-booking-details p {
    font-family: Effra;
    font-size: 28px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.6;
    letter-spacing: normal;
    color: #000;
}


.search-modal .my-booking-table .booking-data:first-child a {
    padding-right: 15px;
    border-right: 1px solid rgba(82, 98, 100, 0.3);
}

.search-modal .my-booking-table .booking-data a {
    font-family: Effra;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.6;
    letter-spacing: normal;
    color: #000;
}

.search-modal .booking-row .booking-data .new-search-btn {
    padding: 11px 7px;
    background-color: #5c150c;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.78;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
}

body .ui-widget.ui-widget-content {
    z-index: 1051!important;
}

.modal-open .modal {
    background: rgba(51, 51, 51, 0.5);;
}

.booking-widget-modal .modal-dialog {
    max-width: 540px !important;
}

.standard-modal .modal-dialog {
    margin-top: 60px;
}

@media screen and (min-width: 992px) {
    .modal-dialog {
        width: 100%;
    }
}

.modal-dialog {
    max-width: 750px !important;
}

.standard-modal .modal-header {
    background-color: #000000;
}

.modal-header {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.modal-header {
    border-bottom: none;
}

.standard-modal .close {
    opacity: 1;
    padding: 1rem 0;
    margin-top: -21px;
    margin-right: -5px;
}

@media screen and (min-width: 992px) {
    .standard-modal .close {
        margin-right: -15px;
    }
}

.standard-modal .modal-body-bw {
    background-color: #000000;
    padding: 0 30px 30px;
}

.standard-modal .modal-content {
    border: none;
}

.modal-content {
    background-color: transparent;
    border: none;
}





.filter-cover .filter-heading h3 a:after {
    content: ""!important;
    background-image: url(../../css/clayton/images/icons/icon-addons-expand.svg);
    right: 10px;
    background-repeat: no-repeat;
    height: 30px;
    width: 30px;
}
.booking-data {
    position: relative;
}
.booking-data .fa-plus {
    background-image: url("/images/icons/icon-expand.svg");
    right: 5px;
    top: 8px;
    background-repeat: no-repeat;
    height: 30px;
    width: 30px;
    position: absolute;
}
.plus-btn.opened .fa-plus {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
    top: 8px;
    position: relative;
    right: -2px;
}
.booking-data .fa-plus:before {
    content: "" !important;
}
.en-stay-checkbox span.custom-check,
.confirmation-form-cover span.custom-check {
    border-radius: 2px;
    border: solid 1px #d5d5d5;
}

.filter-cover .filter-heading h3 a.closed:after {
    /* background-image: url("/images/icons/icon-collapse-white.svg"); */
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
    top: 8px;
}
.filterCheck.closeTo li .radio-group,
.filter-cover .filter-list ul li {
    margin-left: 0!important;
}
.hotel-filter-btn figure {
    display: none;
}
.hotel-listing-cover h2 {
    font-size: 28px;
    color: #fff;
    font-family: Cambon-Book;
    text-transform: none;
}
.hotel-filter-btn--flex {
    display: flex;
    justify-content: flex-end;
}
.hotel-filter-btn--flex .map-view  a{
    background-color: #5c150c;
    font-size: 14px;
    border-radius: 0;
    padding: 15px;
    color: #fff;
    font-weight: bold;
    display: block;
}
.hotel-filter-btn--flex select {
    background: #fff url(/images/select-arrows.png) no-repeat;
    background-size: 16px;
    background-position: 95% 50%;
    padding-right: 27px;
    border-radius: 0;
    height: 50px;
}
.hotel-filter-btn--flex .form-group {
    margin-bottom: 0;
    margin-right: 20px;
}

.steps-cover ul li {
    margin: 0 55px;
}
.steps-cover ul li a {
    height: 12px;
    width: 12px;
}
.payment-info {
    background-color: #71aeb7;
    padding: 10px 0 10px 30px;
    color: #fff;
    margin-bottom: -7px;
    display: flex;
}
.payment-info p {
    font-size: 16px;
    padding-left: 10px;
    color: #333333 !important;
}
.payment-info .fa {
    font-size: 20px;
}
.search-list-cover select.form-control,
.header-search-form select.form-control,
.en-stay-checkbox .form-group select.form-control,
.confirmation-form-cover .form-group select.form-control,
.checkin__booking select.input {

    background-image:   url("../../css/clayton/images/icons/icon-form-form-dropdown.svg");
    background-size: 12px;
    background-position: 95% 50%;
    padding-right: 27px;
    height: 50px;
    background-color: #333333!important;
}
@media screen and (min-width: 768px) {
    .gallerymodal .modal-body .nav-tabs>li>a {
        font-size: 16px;
        font-weight: 700;
        text-transform: uppercase;
        padding: 3.5px 10px;
    }

}
@media screen and (max-width: 767px) {
    /* .thankyou-table .tk-row .tk-data {
        width: 50%;
        display: table-cell;
    } */
    /* .thankyou-table .tk-row .tk-data:last-child {
        text-align: right;
    } */
    .payment-info {
        padding: 10px;
    }
    .booking-page {
        padding-top: 0!important;
    }
    .steps-cover {
        display: none;
    }
    .hotel-listing-post-text .list-post-left {
        padding-left: 0;
    }
    .hotel-listing-cover article.hotel-listing-post,
    .packages-list article .main-room,
    .enhance-stay-list article,
    .confirmation-form-cover {
        padding: 20px 10px;
    }
    .thankyou-table .tk-row .tk-data a {
        font-size: 16px;
    }
    .en-stay-checkbox .checkbox-group {
        text-align: right;
    }
    .en-stay-img {
        display: none!important;
    }
    .main-room .room-price cite {
        display: inline-block;
        width: 50%;
        padding-left: 16px;
    }
    .header-gray-bar .right-group ul li a.top-search-btn {
        font-size: 14px;
    }
    .book-btn {
        max-width: 130px;
    }
    .packages-list article .list-rooms .bottom-detail-btn:before {
        display: none;
    }
    .header-gray-bar .left-group,
    .header-gray-bar .right-group {
        width: 48%!important;
    }
    .header-gray-bar .left-group {
        float: left;
    }
    .header-gray-bar .right-group {
        float: right;
    }
    .header-gray-bar ul li {
        width: 100%;
        text-align: center;
    }
    .header-search-form .custom-row,
    .extra-room {
        margin-left: 0;
    }
    .x-icon-search {
        margin-right: 0;
    }
    .header-search-form .custom-row .custom-col:nth-child(1) label,
    .header-search-form .custom-row .custom-col:nth-child(2) label,
    .header-search-form .custom-row .custom-col:nth-child(3) label,
    .header-search-form .custom-row .custom-col:nth-child(4) label,
    .enhance-stay-list .en-stay-img,
    .enhance-stay-list .en-stay-text p {
        display: block;
    }
    .btn-allign {
        margin-right: 0;
    }
    .promo-code-input {
        min-width: 135px;
    }
    .list-room-item>div:nth-child(3) {
        text-align: center;
        margin-top: 5px;
    }
    .packages-list article .list-rooms .bottom-detail-btn:before {
        display: none;
    }
    .modal-content .nav.nav-tabs .fa {
        display: block;
    }
    .gallerymodal .modal-body .nav-tabs>li>a {
        padding: 14px;
    }
    .room-modal-list ul,
    .room-modal-list ul li {
        padding-left: 25px;
    }
    .enhance-stay-list .en-stay-text p {
        display: none;
    }
}
.error-block .gradient-btn {
    background-color: #00636f;
    color: #fff;
    border-radius: 0;
    font-size: 18px;
    font-weight: 700;
}
.banner-block-text .gradient-btn img {
    display: none;
}

.cover-border {
    border: none;
}

.header-search-form a.add-discount-text {
    color: #000 !important;
    margin-right: 20px;
}

.add-discount .add-discount-text {
    font-size: 18px;
    font-family: Helvetica-Roman;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.22;
    letter-spacing: normal;
    color: #db4d0f;
    text-decoration: underline;
}

.add-discount {
    margin-top: 20px;
}

/* mandatory signup */
@media (min-width: 992px) {
    .modal-body-optA .instant-saving__p-optA,
    .instant-saving__h3-optA{
        background-color: #00636f;
    }
}

.terms_conditions_link {
    text-decoration: none;
    color: #db4d0f !important;
}

@media screen and (max-width: 991px) {
    .better-rate-form .col-md-6 {
        width: 100%;
        float: none;
    }
}

.modal-body-optA .form-control,
.modal-body-optA .better-rate-form .form-group .form-control {
    height: 50px;
    border: solid 1px rgba(82, 98, 100, 0.3);
    font-size: 16px;
    color: #526264;
    border-radius: 0;
}

.modal-body-optA .gradient-btn {
     height: 50px;
 }

.better-rate-form-optA .hide-show {
    position: absolute;
    top: 37px;
    padding-right: 25px;
}

.login-optA .hide-show {
    position: absolute;
    top: 32px;
}

@media screen and (max-width: 375px) {
    .brown .col-xs-6 {
        width: 49%;
    }
}
@media screen and (max-width:991px) {
    #content_sidebar_wrapper .col-md-4 {
        margin-top: 15px;
    }
    #content_sidebar_wrapper > .col-md-4, #content_sidebar_wrapper > .col-md-8 {
        margin-bottom: -10px;
    }
}
@media screen and (min-width:992px) {
    #content_sidebar_wrapper > .col-md-4, #content_sidebar_wrapper > .col-md-8 {
        margin-bottom: 15px;
    }
}

#progress-steps {
    background-color: #fff;
}

#progress-steps .pregress-steps-desktop {
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: 500;
    color: rgba(82, 98, 100, 0.7);

}

#progress-steps .pregress-steps-desktop .step {
    /*padding: 0 0 10px 0;*/
    /*padding-top: 10px;*/
    letter-spacing: 1px;
    background-color: #444;
    font-weight: 500;
    color: #d5d5d5;
    font-family: Cambon-Book;
}

#progress-steps .pregress-steps-desktop .active {
    color: #ffffff;
    font-family: Cambon-Book;
    background-color: #71aeb7;
    padding-top: -10px;
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: 500;
}

#progress-steps .pregress-steps-desktop .past {
    background-color: #013e64;
    color: rgba(255, 255, 255, 0.5);
}

#progress-steps .progress-steps-mobile {
    padding: 20px 0;
}

#progress-steps .progress-steps-mobile h3 {
    letter-spacing: 1px;
    color: #013e64;
    font-weight: bold;
    height: 20px;
    font-size: 17px;
    font-family: Helvetica;
}

#progress-steps .progress-steps-mobile span {
    font-size: 14px;
    font-weight: 400;
    color: #9aa7a7;
}

#progress-steps .progress-steps-mobile img {
    margin-right: 15px;
}

#progress-steps .progress-steps-mobile .align-y {
    margin-top: auto;
    margin-bottom: auto;
}

#progress-steps .progress-steps-mobile h3 {
    letter-spacing: 1px;
    font-size: 17px;
    text-transform: uppercase;
}

#progress-steps .progress-steps-mobile span {
    font-family: Helvetica;
    font-size: 14px;
    height: 19px;
    color: #9aa7a7;
}

#progress-steps .container {
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: 100%;
}


#myDropdown {
    display: none;
}
.drop-lang-btn {
    background-color: #3498DB;
    padding: 0;
    font-size: 14px;
    border: none;
    cursor: pointer;
}
.drop-lang-btn:hover, .dropbtn:focus {
    background-color: #2980B9;
}
.language-dropdown {
    position: relative;
    display: inline-block;
    width: 250px;
    background: #fff;
    margin-left: 20px;
}
@media screen and (min-width:992px) {
    .language-dropdown {
        margin-bottom: 25px;
        margin-left: 0;
    }
}
.language-dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    width: 250px;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
    z-index: 1;
}
.language-dropdown a {
    color: #444;
    padding: 5px 10px;
}
.language-dropdown a:hover {
    color: #444;
    background: #eee;
}
.language-dropdown span > a:after {
    content: "";
    vertical-align: middle;
    display: inline-block;
    border: 0.35em solid transparent;
    border-top: 0.5em solid;
    position: absolute;
    right: 10px;
    top: calc(50% - 3px);
}
.gift-voucher-payment {
    margin-top: 30px !important;
}
.gift-voucher-payment.collapse.show{
    display: flex!important;
}
.gift-voucher-redemption .guest-text{
    margin-top: 3px;
}
.gift-voucher-redemption .checkbox-group label{
    text-indent: unset;
    margin-left: 16px;
}
.gift-voucher-redemption .custom-check{
    margin-top: 4px
}

.gift-voucher-redemption .fa-gift {
    margin-top: 4px;
    margin-right: 10px
}

.confirmation-form-cover .form-group label.invalid-gift-card {
    color: #E1574C !important;
}

.confirmation-form-cover .form-group .form-control.invalid-gift-card {
    border-color: #E1574C !important;
}

.gift-voucher-redemption .gv-balance-text-container, .gift-voucher-redemption .gv-applied-text-container {
    margin-bottom: 0;
    display: none;
}

.gift-voucher-redemption .gv-text-large {
    font-size: 18px;
}

.gift-voucher-redemption .gv-text-normal {
    font-size: 16px;
}

.gift-voucher-redemption .gv-balance-text {
    padding: 10px 0;
}

.gift-voucher-redemption .gv-applied-content {
    display: flex;
}

.gift-voucher-redemption .gv-applied-number, .gift-voucher-redemption .gv-balance-taken {
    margin-bottom: 0;
}

.gift-voucher-redemption .close {
    margin-left: auto;
    margin-bottom: auto
}

.gift-voucher-redemption .gv-buttons {
    width: 100%;
    margin-left: 0;
    margin-top: 20px
}

.gift-voucher-redemption .gv-validate-btn {
    padding-left: 0;
    padding-right: 0;
}

.gift-voucher-redemption .gift-card-mobile-value {
    display:none;
}

.gift-voucher-redemption .gv-no-payment-taken {
    display: none;
    padding-left: 15px;
    padding-bottom: 20px;
}
.icon-card {
    background: url(../images/icons/p3/icon-card.svg);
    height: 40.5px!important;
    width: 52px!important;
    margin-top: 5px!important;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    margin-right: 10px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.icon-remove {
    background: url(../images/icons/p3/icon-remove.svg);
    height: 24px;
    width: 24px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    margin-top: 0!important;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    margin-left: auto;
}
.language-dropdown-content a {
    color: #444;
    padding: 5px 10px;
    text-decoration: none;
    display: block;
}
.language-dropdown-content a:hover {
    background-color: #eee;
}
.show {
    display:block;
}


@media screen and (max-width:767px) {
    .confirmation-form-cover .btn.gv-validate-btn,
    .gift-voucher-redemption .gv-buttons {
        margin-top: 0;
    }

    .form-group.gv-buttons,
    .form-group.gv-balance-wrapper {
        margin-bottom: 0;
    }

    #giftCardButtons {
        margin-top: 30px;
    }

    #giftCardBalance {
        margin-bottom: 0 !important;
    }

    #paymentOptions .confirmation-form-cover .bordered:not(:first-child) {
        margin-top: 10px;
    }

    .how-to-pay > div {
        flex: 1 1 100% !important;
    }

    .how-to-pay {
        flex-wrap: wrap;
    }

    .enhance-stay-list .en-stay-info h3, .confirmation-form-cover h3 {
        font-size: 16px;
    }

    .credit-card-icons span {
        display: none;
    }

    .credit-card-icons img {
        margin-left: 1px;
        width: 30px;
    }

    .credit-card-icons {
        top: 17px;
    }

    #paymentOptions .confirmation-form-cover .bordered label {
        text-indent: 0 !important;
    }

    .payment-options .mb-5,
    .mobile-margin-bottom-0 {
        margin-bottom: 0 !important;
    }

    .payment-options .checkbox-group {
        margin-bottom: 20px;
    }

}
