.search header > .bottom > .main-nav-trigger {
    position: relative;
    z-index: 1;
}
.search header > .bottom > .logo {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.search header .quick-booking-trigger {
    display: none;
}


.search .alert {
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 20px;
    margin-bottom: 0;
}

/* HEADER STEPS */
    .search .bg-white { background: #fff !important; }
    .search .bg-blue { background: #242E49 !important; }
    .search .text-white { color: #fff !important; }
    .search .no-after:after { content: none !important; }
    .search .header-steps {
        padding: 15px 20px 15px 10px;
        background: #DDD8D5;
        color: #3A3A3A;
    }
    .search .header-steps span {
        font-size: 9px;
        font-weight: 700;
        line-height: 10px;
        color: #888;
    }
    .search .header-steps span.extras-text {
        padding-left: 5px;
    }
    .search .header-steps span.extras-text,
    .search .header-steps span.confirmation-text {
        padding-left: 10px;
    }
    .search .header-steps .pointer {
        width: auto;
        height: 45px;
        position: relative;
        background: #242E49;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .search .header-steps .pointer:after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 0;
        height: 0;
        border-left: 10px solid #333;
        border-top: 22.5px solid transparent;
        border-bottom: 22.5px solid transparent;
    }
    .search .header-steps .pointer:before {
        content: "";
        position: absolute;
        right: -10px;
        bottom: 0;
        width: 0;
        height: 0;
        border-left: 10px solid #242E49;
        border-top: 22.5px solid transparent;
        border-bottom: 22.5px solid transparent;
        z-index: 1;
    }

    .search .header-steps .pointer-white {
        width: auto;
        height: 45px;
        position: relative;
        background: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .search .header-steps .pointer-white:after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 0;
        height: 0;
        border-left: 10px solid #333;
        border-top: 22.5px solid transparent;
        border-bottom: 22.5px solid transparent;
    }
    .search .header-steps .pointer-white:before {
        content: "";
        position: absolute;
        right: -10px;
        bottom: 0;
        width: 0;
        height: 0;
        border-left: 10px solid #fff;
        border-top: 22.5px solid transparent;
        border-bottom: 22.5px solid transparent;
        z-index: 1;
    }


/* SEARCH FORM */
    .search .form {
        padding: 20px;
    }
    .search .form > form {
        display: flex;
        flex-direction: column;
    }
    .search .form > form > div {
        height: 50px;
        margin-bottom: 15px;
    }
    .search .form > form > div:last-of-type {
        margin-bottom: 0;
    }

    /* Custom Date Picker */
    .custom-datepicker {
        display: flex;
        align-items: center;
        background: #F7F7F7;
        border: 1px solid #CCCCCC;
        position: relative;
    }
    .custom-datepicker:hover {
        cursor: pointer;
    }
    .custom-datepicker input.custom-datepicker {
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        bottom: 0 !important;
        width: 100%;
        border: none;
        opacity: 0;
    }
    .custom-datepicker > .Zebra_DatePicker:not(.dp_hidden) {
        width: unset !important;
        top: 100% !important;
        left: -1px !important;
        right: -1px !important;
        display: block;
        margin-top: 2px;
        background: rgba(20, 20, 20, 0.9);
    }
    .custom-datepicker .Zebra_DatePicker_Icon {
        display: none;
    }
    .custom-datepicker > .date {
        font-size: 25px;
        line-height: 50px;
        width: 60px;
        text-align: center;
        font-weight: 600;
    }
    .custom-datepicker > .date-secondary {
        flex: 1;
        display: flex;
        flex-direction: column;
        font-size: 12px;
        line-height: 17px;
    }
    .custom-datepicker > .date-secondary > .month-year {
        text-transform: uppercase;
    }
    .custom-datepicker > a {
        font-size: 25px;
        line-height: 50px;
        padding: 0 10px;
        color: #666;
    }

    /* Custom Select */
    .custom-select {
        position: relative;
        background: #F7F7F7;
        border: 1px solid #CCCCCC;
        height: 50px;
    }
    .custom-select > .placeholder {
        width: 100%;
        display: block;
        height: 48px;
        line-height: 48px;
        padding-left: 60px;
        text-transform: uppercase;
    }
    .custom-select > .wrapper {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }
    .custom-select > .wrapper > .selectize-control {
        height: 100%;
    }
    .custom-select > .wrapper > .selectize-control > .selectize-input {
        height: 100%;
        border: none;
        background: transparent;
        box-shadow: none;
        padding: 0 15px;
    }
    .custom-select > .wrapper > .selectize-control > .selectize-input > .item {
        font-size: 25px;
        line-height: 48px;
        width: 30px;
        font-weight: 600;
        text-align: center;
    }
    .custom-select > .wrapper > .selectize-control > .selectize-input > input {
        position: relative;
        font-size: 25px;
        height: 48px;
        font-weight: 600;
        line-height: 48px !important;
    }
    .custom-select > .wrapper > .selectize-control > .selectize-dropdown {
        right: -1px;
        left: -1px !important;
        width: unset !important;
    }
    .custom-select > .wrapper > .selectize-control > .selectize-dropdown > .selectize-dropdown-content {
        font-size: 20px;
        line-height: 33px;
        font-weight: 600;
    }
    .custom-select > .wrapper > .selectize-control > .selectize-dropdown > .selectize-dropdown-content > .option {
        padding: 0 25px;
        position: relative;
    }
    .custom-select > .wrapper > .selectize-control > .selectize-dropdown > .selectize-dropdown-content > .option:after {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        padding-left: 60px;
        font-size: 13px;
        font-weight: normal;
        text-transform: uppercase;
    }
    .custom-select.adult > .wrapper > .selectize-control > .selectize-dropdown > .selectize-dropdown-content > .option:after {
        content: "Adult";
    }
    .custom-select.children > .wrapper > .selectize-control > .selectize-dropdown > .selectize-dropdown-content > .option:after {
        content: "Children";
    }
    .custom-select.guests > .wrapper > .selectize-control > .selectize-dropdown > .selectize-dropdown-content > .option:after {
        content: "Guest";
    }


/* DISCOUNT SUBSCRIPTION */
    .search .discount-subscription {
        background: #567883;
        padding: 20px;
        display: flex;
        flex-direction: column;
        color: #fff;
        line-height: 18px;
        font-weight: lighter;
    }
    .search .discount-subscription > .title {
        text-align: center;
        margin-bottom: 15px;
    }
    .search .discount-subscription > .title > h4 {
        margin: 0;
        font-size: 23px;
        line-height: 31px;
        font-style: italic;
        font-weight: 700;
    }
    .search .discount-subscription > .title > span {
        font-size: 50px;
        line-height: 68px;
        font-weight: 700;
    }
    .search .discount-subscription > .content > p {
        margin-bottom: 15px;
        text-align: center;
        font-size: 14px;
    }
    .search .discount-subscription > .content > form.discount > .flex-wrapper {
        display: flex;
        flex-direction: column;
        margin-bottom: 20px;
    }
    .search .discount-subscription > .content > form.discount > .flex-wrapper > input {
        background: #F7F7F7;
        border: 1px solid #CCCCCC;
        height: 50px;
        padding: 0 20px;
        font-size: 15px;
        color: #333;
        font-weight: normal;
        outline: none;
        margin-bottom: 15px;
    }
    .search .discount-subscription > .content > form.discount > .flex-wrapper > input::placeholder {
        color: #B2B2B2;
        font-weight: lighter;
    }
    .search .discount-subscription > .content > form.discount > .flex-wrapper > button {
        border: 1px solid #CCCCCC;
    }
    .search .discount-subscription > .content > form.discount > .checkbox > label {
        padding-left: 28px;
        position: relative;
        font-weight: lighter;
    }
    .search .discount-subscription > .content > form.discount > .checkbox > label > input {
        position: absolute;
        top: 0;
        left: 0;
        height: 18px;
        width: 18px;
        margin-left: 0;
    }
    .search .discount-subscription > img.coconut {
        display: none;
    }

    .search .discount-subscription > .content > form.discount > .checkbox-wrapper {
        display: flex;
        flex-direction: row;
    }
    .search .discount-subscription > .content > form.discount > .checkbox-wrapper > .input-container {
        display: block;
        position: relative;
        cursor: pointer;
        font-size: 14px;
        font-weight: 400;
        padding-left: 30px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
    .search .discount-subscription > .content > form.discount > .checkbox-wrapper > .input-container input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }
    .search .discount-subscription > .content > form.discount > .checkbox-wrapper > .input-container .checkmark {
        position: absolute;
        top: 0;
        left: 0;
        height: 18px;
        width: 18px;
        margin-top: 4px;
        background-color: #eee;
    }
    .search .discount-subscription > .content > form.discount > .checkbox-wrapper > .input-container:hover input ~ .checkmark {
        background-color: #ccc;
    }
    .search .discount-subscription > .content > form.discount > .checkbox-wrapper > .input-container input:checked ~ .checkmark {
        background: #F7F7F7;
        border: 1px solid #CCCCCC;;
    }
    .search .discount-subscription > .content > form.discount > .checkbox-wrapper > .input-container input:checked ~ .checkmark:after {
        display: block;
    }
    .search .discount-subscription > .content > form.discount > .checkbox-wrapper > .input-container .checkmark:after {
        content: "";
        position: absolute;
        display: none;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        margin: auto;
        width: 0;
        height: 0;
        border: solid #242E49;
        border-width: 4px;
    }


/* RESULTS */
    /* OUR SUITES */
        .search .deluxe-suites {
            background-color: #1E1E1E;
            padding: 20px 35px;
        }
        .search .premiere-suites {
            background-color: #464646;
            padding: 37px 35px 20px;
        }
        .search .deluxe-suites > .text-wrapper > h1 {
            font-size: 25px;
            color: #fff;
            line-height: 33px;
        }

        .search .our-suites > .text-wrapper > p {
            font-size: 17px;
            letter-spacing: 1.42px;
            color: #fff;
            line-height: 21px;
        }
        .search .our-suites > .text-wrapper > hr {
            border-color: #C7AA70;
            width: 60px;
            margin-top: 5px;
            margin-bottom: 47px;
        }

        .search .our-suites > .dark-box-container {
            border: 1px solid #C7AA70;
        }
        .search .our-suites > .dark-box-container > h1 {
            color: #fff;
            position: absolute;
            left: 0;
            right: 0;
            margin-top: -26px;
        }
        .search .deluxe-suites > .dark-box-container > h1 > span {
            background-color: #1E1E1E;
            padding: 0 20px;
            line-height: 33px;
            font-size: 25px;
        }
        .search .premiere-suites > .dark-box-container > h1 > span {
            background-color: #464646;
            padding: 0 7px;
            line-height: 33px;
            font-size: 25px;
        }

        .search .our-suites > .dark-box-container > .suite-card-deck {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            margin-top: 36px;
        }
        .search .our-suites > .dark-box-container > .suite-card-deck > .item-wrapper > .suite-card {
            position: relative;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            min-width: 0;
            word-wrap: break-word;
            background-color: #DDD8D5;
            background-clip: border-box;
            border: 1px solid rgba(0,0,0,.40);
            margin-bottom: 20px;
            margin-left: -17px;
            margin-right: -17px;
            min-height: 420px;
        }
        .search .our-suites > .dark-box-container > .suite-card-deck > .item-wrapper > .suite-card > .suite-card-img-top {
            margin: 10px 9.5px 15px;
            position: relative;
        }
        .search .our-suites > .dark-box-container > .suite-card-deck > .item-wrapper > .suite-card > .suite-card-img-top > img {
            width: 100%;
            min-height: 215px;
            height: 215px;
            object-fit: cover;
        }
        .search .our-suites > .dark-box-container > .suite-card-deck > .item-wrapper > .suite-card > .suite-card-img-top > .discount-tag {
            position: absolute;
            top: 0;
            right: 0;
            background: #FF0000;
            color: #fff;
            font-size: 20px;
            line-height: 27px;
            padding: 5px 7px;
        }
        .search .our-suites > .dark-box-container > .suite-card-deck > .item-wrapper > .suite-card > .suite-card-body {
            -webkit-box-flex: 1;
            -ms-flex: 1 1 auto;
            flex: 1 1 auto;
            padding: 0 1rem;
        }
        .search .our-suites > .dark-box-container > .suite-card-deck > .item-wrapper > .suite-card > .suite-card-body > .suite-card-title {
            font-size: 23px;
            color: #333;
            letter-spacing: 1.92px;
            line-height: 31px;
            font-weight: 700;
            margin-bottom: 4px;
            margin-top: 0 !important;
        }
        .search .our-suites > .dark-box-container > .suite-card-deck > .item-wrapper > .suite-card > .suite-card-body > .suite-card-text > span {
            font-size: 15px;
            letter-spacing: 1.25px;
            line-height: 19px;
            border-bottom: 1px solid #C7AA70;
            padding-bottom: 4px;
        }
        .search .our-suites > .dark-box-container > .suite-card-deck > .item-wrapper > .suite-card > .suite-card-body > .capacity {
            line-height: 19px;
            margin-top: 30px;
            display: flex;
            justify-content: center;
        }
        .search .our-suites > .dark-box-container > .suite-card-deck > .item-wrapper > .suite-card > .suite-card-body > .capacity > .icon {
            display: flex;
            margin-right: 7px;
        }
        .search .our-suites > .dark-box-container > .suite-card-deck > .item-wrapper > .suite-card > .suite-card-body > .capacity > .icon > i {
            font-size: 15px;
            margin-right: 1px;
            color: #333;
        }
        .search .our-suites > .dark-box-container > .suite-card-deck > .item-wrapper > .suite-card > .suite-card-body > .capacity > span.pax {
            margin-top: auto;
            margin-bottom: auto;
            font-weight: 700;
            font-size: 15px;
            color: #333;
            line-height: 15px;
        }
        .search .our-suites > .dark-box-container > .suite-card-deck > .item-wrapper > .suite-card > .suite-card-footer {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            margin: 0;
        }
        .search .our-suites > .dark-box-container > .suite-card-deck > .item-wrapper > .suite-card > .suite-card-footer > .row > .book-btn {
            background-color: #EE7521;
            padding: 15px 0;
        }
        .search .our-suites > .dark-box-container > .suite-card-deck > .item-wrapper > .suite-card > .suite-card-footer > .row > .book-btn:hover {
            background: #FFA86A;
        }
        .search .our-suites > .dark-box-container > .suite-card-deck > .item-wrapper > .suite-card > .suite-card-footer > .row > .book-btn > a,
        .search .our-suites > .dark-box-container > .suite-card-deck > .item-wrapper > .suite-card > .suite-card-footer > .row > .info-btn > a {
            margin: 0 auto !important;
            font-size: 16px;
            letter-spacing: 1.21px;
            line-height: 21px;
            font-weight: 700;
            color: #fff !important;
        }
        .search .our-suites > .dark-box-container > .suite-card-deck > .item-wrapper > .suite-card > .suite-card-footer > .row > .info-btn:hover {
            background: #A6A6A6;
        }
        .search .our-suites > .dark-box-container > .suite-card-deck > .item-wrapper > .suite-card > .suite-card-footer > .row > .info-btn {
            background-color: #616161;
            padding: 15px 0;
        }

    /* PRICE TAG */
        .search .our-suites > .dark-box-container > .suite-card-deck > .item-wrapper > .suite-card > .suite-card-img-top > .overlay-wrapper {
            height: 153px;
            position: absolute;
            width: 100%;
            bottom: 0;
            background-image: linear-gradient(-180deg, rgba(0,0,0,0.00) 0%, #000000 100%);
        }
        .search .our-suites > .dark-box-container > .suite-card-deck > .item-wrapper > .suite-card > .suite-card-img-top > .overlay-wrapper > .price-tag {
            position: absolute;
            bottom: 19px;
            left: 8px;
        }
        .search .our-suites > .dark-box-container > .suite-card-deck > .item-wrapper > .suite-card > .suite-card-img-top > .overlay-wrapper > .price-tag .from-text {
            color: #fff;
            font-size: 17px;
            letter-spacing: 1.42px;
            line-height: 21px;
            font-weight: 700;
        }
        .search .our-suites > .dark-box-container > .suite-card-deck > .item-wrapper > .suite-card > .suite-card-img-top > .overlay-wrapper > .price-tag .price {
            color: #C7AA70;
            font-size: 25px;
            line-height: 25px;
            font-weight: 700;
        }
        .search .our-suites > .dark-box-container > .suite-card-deck > .item-wrapper > .suite-card > .suite-card-img-top > .overlay-wrapper > .price-tag .per-night {
            color: #fff;
            font-size: 17px;
            line-height: 21px;
        }