﻿
.hero img {
    width: 100%;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}

.schedule {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    justify-content: center !important;
}

.card {
    margin-top: -40px;
    min-height: 220px;
    box-shadow: 0 8px 16px #0000001a;
    border-radius: 6px;
}

.card-nav {
    text-align: center;
}

    .card-nav h3 {
        font-size: 21px;
        color: #DAA521;
        font-weight: 800;
        margin: 24px 12px 12px;
    }

    .card-nav h2 {
        display: block;
        font-size: 14px;
        color: #6c757d;
        padding-bottom: 12px;
        margin-bottom: 0;
        /* border-bottom: 1px solid #e9ecef;*/
    }

    .card-nav p {
        font-size: 14px;
        color: #adb5bd;
        text-align: center;
    }

.schedule .options {
    border-top: 1px solid #e9ecef;
}

    .schedule .options li {
        list-style: none;
        padding: 12px 24px;
        border-bottom: 1px solid #e9ecef;
        cursor: pointer;
    }

        .schedule .options li.details {
            cursor: default;
        }

            .schedule .options li.details svg {
                color: #DAA521;
                margin-right: 5px;
                width: 18px;
            }

        .schedule .options li .d-flex {
            justify-content: space-between !important;
        }

        .schedule .options li .name {
            display: block;
            font-size: 14px;
            line-height: 1.8em;
            font-weight: 700;
            color: #DAA521;
        }


        .schedule .options li .icon {
            color: #ced4da;
            top: 3px;
            font-size: 24px;
        }

        .schedule .options li span {
            color: #6c757d;
            font-size: 12px;
        }

.contact-reservation {
    padding-top: 40px;
}

    .contact-reservation svg {
        color: #DAA521;
        margin-right: 10px;
    }

.back {
    position: absolute;
    top: 12px;
    left: 0;
    padding: 12px 12px;
    cursor: pointer;
    border: none;
    background-color: #ffffff;
    color: #DAA521;
}

.notification {
    position: absolute;
    left: 5%;
    width: 300px;
    text-align: left;
    background: #fff;
    border-radius: 3px;
    box-shadow: 1px 1px 2px 0 rgba(0,0,0,.25);
    border: 1px solid #DAA521;
    min-height: 95px;
    top: 15px;
    z-index: 99;
    font-size: 15px;
    color: #4d5057
}

@media only screen and (max-width: 575px) {
    .notification {
        top: 15px;
        left: 3%;
    }
}

.notification .notificationContainer {
    position: relative;
    padding: 10px
}

    .notification .notificationContainer .tipNotification {
        top: -6px;
        right: 50%;
        margin-right: -10px;
        position: absolute;
        height: 14px;
        width: 14px;
        background: #fff;
        transform: rotate(45deg)
    }

.notification .icon-logo {
    display: inline-block;
    width: 60px;
    height: 60px;
    color: #fff;
    text-align: center;
    line-height: 56px;
    font-size: 36px;
    margin-right: 10px;
    vertical-align: bottom;
    border-radius: 3px
}

.notification .notificationText {
    display: inline-block;
    height: 56px
}

    .notification .notificationText .cancel {
        font-size: 13px;
        color: #DAA521;
        text-transform: uppercase;
        float: left;
        display: block;
        padding: 4px 10px 4px 0;
        text-decoration: none
    }


    .notification .notificationText .subscribe {
        font-size: 13px;
        color: #fff;
        background: #DAA521;
        border: 1px solid #DAA521;
        text-transform: uppercase;
        float: right;
        display: block;
        padding: 4px 10px;
        text-decoration: none;
        border-radius: 3px
    }

.scrollingPage .notification {
    display: none
}

.highlights {
    align-content: center;
    display: block;
    margin-right: 5px;
    margin-left: 5px;
    box-shadow: 0 8px 16px #0000001a;
    border-radius: 6px;
    width: 50%;
    margin: 0 auto;
}

    .highlights img {
        width: 100%;
    }
.footer {
    width: 100%;
    text-align: center;
    position: fixed;
    font-size: 12px;
    color: #6c757d;
}
    .footer a {
        color: #6c757d;
    }
        .footer a:hover {
            color: #DAA521;
        }
#cookieBanner .c-container {
    max-width: 1380px;
    position: relative;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.xs-icon-close {
    position: absolute;
    top: 50%;
    right: 30px;
    z-index: 100;
    margin-top: -8px;
}

    .xs-icon-close svg {
        width: 15px;
        height: 15px;
    }

    @media (hover:hover) {
        .notification .notificationText .cancel:hover {
        color: #4d5057 !important
    }

    .notification .notificationText .subscribe:hover {
        background: #ffffff !important;
        color: #DAA521;
        border: 1px solid #DAA521;
    }
}

@media (min-width: 1400px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
        max-width: 1120px;
    }
}

@media (max-width: 992px) {
    .schedule {
        display: block;
        margin-right: 5px;
        margin-left: 5px;
    }

    .card {
        margin-top: -10px;
    }

    .highlights {
        width: 95%;
    }
}
