<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*@font-face {
    font-family: "BrandonTextBold";
    src: url("../fonts/BrandonText-Bold.eot");
    src: url("../fonts/BrandonText-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/BrandonText-Bold.otf") format("opentype"), url("../fonts/BrandonText-Bold.svg") format("svg"), url("../fonts/BrandonText-Bold.ttf") format("truetype"), url("../fonts/BrandonText-Bold.woff") format("woff"), url("../fonts/BrandonText-Bold.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "BrandonTextLight";
    src: url("../fonts/BrandonText-Light.eot");
    src: url("../fonts/BrandonText-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/BrandonText-Light.otf") format("opentype"), url("../fonts/BrandonText-Light.svg") format("svg"), url("../fonts/BrandonText-Light.ttf") format("truetype"), url("../fonts/BrandonText-Light.woff") format("woff"), url("../fonts/BrandonText-Light.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "BrandonTextRegular";
    src: url("../fonts/BrandonText-Regular.eot");
    src: url("../fonts/BrandonText-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/BrandonText-Regular.otf") format("opentype"), url("../fonts/BrandonText-Regular.svg") format("svg"), url("../fonts/BrandonText-Regular.ttf") format("truetype"), url("../fonts/BrandonText-Regular.woff") format("woff"), url("../fonts/BrandonText-Regular.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "BrandonTextThin";
    src: url("../fonts/BrandonText-Thin.eot");
    src: url("../fonts/BrandonText-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/BrandonText-Thin.otf") format("opentype"), url("../fonts/BrandonText-Thin.svg") format("svg"), url("../fonts/BrandonText-Thin.ttf") format("truetype"), url("../fonts/BrandonText-Thin.woff") format("woff"), url("../fonts/BrandonText-Thin.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
}

body * {
    font-family: BrandonTextRegular, serif;
}*/

body {
    margin: 0;
    height: 1000px;
}
/*.mainContainer {
    max-width: unset;
    margin: 0 auto;
    padding-left: unset;
    padding-right: unset;
}*/
.containerBooking {
    position: absolute;
    left: 0;
    background-color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    /*margin-top: 40px;*/
    *zoom: 1;
    min-height: 500px;
    width: 100%;
    /*position: relative;*/
    background-image: url(images/25160340.jpg);
    background-size: cover;
    -webkit-animation-name: rotate-layer3;
    animation-name: rotate-layer3;
}

    .containerBooking:before, .containerBooking:after {
        content: " ";
        display: table;
    }

    .containerBooking:after {
    }

.pageHeader {
    position: relative;
    -webkit-box-shadow: 0 1px 6px 2px rgba(45, 51, 63, .1);
    box-shadow: 0 1px 6px 2px rgba(45, 51, 63, .1);
    z-index: 1;
}

.pageHeaderDark {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(47, 45, 65, .7);
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    margin: 0;
    width: 100%;
    min-height: 500px;
}

.headerTitle {
    *zoom: 1;
    padding: 0 1.5rem;
    position: relative;
}

    .headerTitle h1 {
        font-family: BrandonTextBold, serif;
    }

.tbTitle {
    margin: -11px 0 -140px 0;
}

.page-header-title {
    color: white;
    line-height: 1.5;
    /*margin: 0 0 24px;*/
    text-align: center;
    font-size: 5rem;
    font-weight: 700;
}

.blockBody:last-child {
    padding: 0 0 1.5rem !important;
}

.form-inline &gt; div {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

form input,
form select {
    padding: 0.8rem 0.8rem 0.8rem 3rem;
    font-size: .875rem;
    font-weight: 400;
    /*line-height: 1.43;*/
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.08);
    color: #333;
    height: 50px;
    font-size: 14px;
}

.datepicker {
    cursor: pointer;
    background-image: url(images/calendar-alt-regular.svg), url(images/chevron-down-solid.svg);
    background-repeat: no-repeat, no-repeat;
    background-position: 3% 50%, 94% center;
    background-size: 20px, 10px;
}


.calendar input {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}

.formGroup div:last-child select {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}

.time select {
    background-image: url(images/clock-regular.svg), url(images/chevron-down-solid.svg);
    padding: 0 3rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-repeat: no-repeat, no-repeat;
    background-position: 6% 50%, 94% center;
    background-size: 20px, 10px;
}

    .time select:after {
        content: '\f107';
        font-size: 28px;
        position: absolute;
        top: 12px;
        right: 20px;
        color: #434B67;
        pointer-events: none;
    }

select::-ms-expand {
    display: none;
}


.people select {
    background-image: url(images/user-regular.svg), url(images/chevron-down-solid.svg);
    padding: 0 3rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-repeat: no-repeat, no-repeat;
    background-position: 6% 50%, 94% center;
    background-size: 20px, 10px;
}

.tableSelect select {
    /*background-image: url(images/tables.svg), url(images/chevron-down-solid.svg);*/
    background-image: url(images/dining-table.svg), url(images/chevron-down-solid.svg);
    padding: 0 4rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-repeat: no-repeat, no-repeat;
    background-position: 6% 50%, 94% center;
    background-size: 22px, 10px;
    width: 205px;
}

.occasionBooking select {
    background-image: url(images/giftbox2.svg), url(images/chevron-down-solid.svg);
    padding: 0 4rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-repeat: no-repeat, no-repeat;
    background-position: 6% 50%, 94% center;
    background-size: 26px, 10px;
    width: 205px;
}

.btnSubmit {
    position: relative;
    top: 2px;
}

button.btnS {
    width: 78px;
    border-radius: 4px;
    font-weight: 700;
    color: white;
    font-size: 1rem;
    /*line-height: 1.5rem;*/
    padding: 0.8rem;
    border: none;
    background-color: #b8222d;
    height: 51px;
    font-size: 14px;
}

.multiselect {
    width: 200px;
}

.selectBox {
    position: relative;
}

    .selectBox select {
        width: 100%;
        font-weight: bold;
    }

.overSelect {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

#checkboxes {
    display: none;
    border: 1px #dadada solid;
    background-color: #fff;
    position: absolute;
    z-index: 1;
    /*bottom: 45px;*/
    margin-top: -3px;
    width: 200px;
}



    #checkboxes label {
        display: block;
    }

        #checkboxes label:hover {
            background-color: #1e90ff;
        }

.checkboxContainer {
    display: block;
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


    /* Hide the browser's default checkbox */
    .checkboxContainer input[type="checkbox"] {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 3px;
    left: 40px;
    height: 14px;
    width: 14px;
    /*background-color: #eee;*/
    border: 1px solid #eee;
}

/* On mouse-over, add a grey background color */
.checkboxContainer:hover input[type="checkbox"] ~ .checkmark {
    /*background-color: #ccc;*/
    border: 1px solid #111;
}

/* When the checkbox is checked, add a blue background */
.checkboxContainer input[type="checkbox"]:checked ~ .checkmark {
    /*background-color: #2196F3;*/
    border: 1px solid #111;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checkboxContainer input[type="checkbox"]:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkboxContainer .checkmark:after {
    left: 4px;
    top: 0px;
    width: 5px;
    height: 10px;
    border: solid black;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
/*@media only screen and (max-width: 320px) { .form-inline div {
    display: grid;
} }*/

@media only screen and (min-width: 320px) and (max-width: 480px) {
    .tbTitle {
        margin: -13px 0 auto;
    }

    .page-header-title {
        font-size: 3.5rem;
    }

    .blockBody {
        position: relative;
        top: -4px;
    }

    .form-inline div {
        display: -ms-grid;
        display: grid;
    }

    .formGroup div {
        margin-bottom: 20px;
        width: 284px;
    }

        .formGroup div select, .formGroup div input {
            padding: 10px 45px;
            border-radius: 4px;
        }

    .tableSelect select, .occasionBooking select {
        width: unset;
    }

    button.btnS {
        width: 100%;
    }

    #checkboxes {
        margin-top: 47px;
        width: 100%;
    }

    .checkmark {
        left: 100px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 640px) {
    .tbTitle {
        margin: -13px 0 auto;
    }

    .page-header-title {
        font-size: 4.5rem;
    }

    .blockBody {
        position: relative;
        top: -4px;
    }

    .form-inline div {
        display: -ms-grid;
        display: grid;
        grid-auto-columns: 420px;
    }

    .formGroup div {
        margin-bottom: 20px;
        width: 500px;
    }

        .formGroup div select, .formGroup div input {
            padding: 10px 60px;
            border-radius: 4px;
        }

    .tableSelect select, .occasionBooking select {
        width: unset;
    }

    button.btnS {
        width: 100%;
    }

    #checkboxes {
        margin-top: 47px;
        width: 100%;
    }

    .checkmark {
        left: 166px;
    }
}

@media only screen and (min-width: 640px) and (max-width: 768px) {
    .tbTitle {
        margin: -13px 0 auto;
    }

    .page-header-title {
        font-size: 4.5rem;
    }

    .blockBody {
        position: relative;
        top: -4px;
    }

    .form-inline div {
        display: -ms-grid;
        display: grid;
        grid-auto-columns: 420px;
    }

    .formGroup div {
        margin-bottom: 20px;
        width: 500px;
    }

        .formGroup div select, .formGroup div input {
            padding: 10px 60px;
            border-radius: 4px;
        }

    .tableSelect select, .occasionBooking select {
        width: unset;
    }

    button.btnS {
        width: 100%;
    }

    #checkboxes {
        margin-top: 47px;
        width: 100%;
    }

    .checkmark {
        left: 166px;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .tbTitle {
        margin-bottom: -73px;
    }

    .blockBody {
        /*width: 80%;*/
    }

    .form-inline div {
        /*display: inline-block;*/
    }


    button.btnS {
        width: 200px;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .occasionBooking select, .tableSelect select {
        width: 200px;
    }
}

/*@media (min-width: 1200px) and (max-width: 1285px){*/
/*    .occasionBooking select, .tableSelect select {*/
/*        width: 200px;*/
/*    }*/
/*}*/
</pre></body></html>