﻿.footer {
}

.footer-top {
    background: url(/Design/img/footer.png) no-repeat;
    background-size: cover;
}

.footer .grid.wide {
}

.footer-top-container .center section p a {
    color: #fff !important;
    font-family: 'avertaSTDSB';
}

.footer-top-container {
    display: flex;
}

a#ctl00_Footer_hplBooking:hover svg path {
    fill: #2196F3;
}

.footer-top-container .item {
    width: calc(100% / 4);
    position: relative;
    padding: 56px 0;
}

.footer-top-container .left {
    width: 28%;
}

.footer-top-container .center {
    padding: 56px 44px;
    width: 35%;
    padding-right: 50px;
}

.footer-top-container .left h3 {
    margin: 0;
    font-weight: 100;
    color: #FFFFFF;
    font-family: 'avertaSTD';
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 41px;
}

.footer-top-container .left .list {
    display: grid;
    grid-auto-rows: minmax(min-content,max-content);
    grid-template-columns: repeat(1,minmax(0,1fr));
    column-gap: 60px;
    row-gap: 1px;
    width: fit-content;
}

    .footer-top-container .left .list a {
        color: #F4F0EB;
        font-size: 16px;
        line-height: 197%;
        position: relative;
        display: flex;
        align-items: center;
        padding-left: 15px;
    }

        .footer-top-container .left .list a::before {
            content: '';
            position: absolute;
            width: 4px;
            height: 4px;
            border-radius: 50%;
            background-color: #fff;
            left: 0;
        }

.footer-top-container .right .access {
    display: flex;
    align-items: center;
    justify-content: end;
    justify-content: flex-end;
    margin-top: 15px;
    color: #fff;
    font-size: 16px;
    display: none;
}

    .footer-top-container .right .access img {
    }

    .footer-top-container .right .access span {
        display: block;
        margin-left: 10px;
    }

.footer-top-container .center .footer-logo {
    width: 319px;
}

.logo-footer-l img {
    width: 265px;
}

.item.side-footer .list a i {
    margin-right: 7px;
    font-size: 11px;
}

.footer-bottom-container .right .social a:hover {
    background: #fff;
    color: #5a3204;
}

.item.side-footer .list a:hover {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
    color: #5a3204;
}

.item.side-footer .list a {
    color: #FFF;
    font-family: 'avertaSTD';
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 183%; /* 27.45px */
    text-transform: capitalize;
    display: flex;
    align-items: center;
    -webkit-transition: all ease .2s;
    -o-transition: all ease .2s;
    transition: all ease .2s;
}

.item.side-footer {
    width: 18%;
}

.footer-top-container .center section {
    margin-top: 13px;
}

    .footer-top-container .center section p {
        margin: 5px 0;
        text-align: left;
        color: #F4F0EB;
        position: relative;
        font-size: 16px;
        line-height: 150%;
        font-family: 'avertaSTD';
        padding-left: 18px;
    }

        .footer-top-container .center section p::before {
            content: '';
            position: absolute;
            width: 11px;
            height: 14px;
            background-image: url(../../../Design/img/map.svg);
            background-size: contain;
            left: 0px;
            top: 5px;
        }

        .footer-top-container .center section p:nth-child(1)::before {
            content: '';
            position: absolute;
            width: 14px;
            height: 14px;
            background-image: url(../../../Design/img/phone.svg);
            background-size: contain;
            left: 0px;
            top: 5px;
        }

        .footer-top-container .center section p:nth-child(2)::before {
            content: '';
            position: absolute;
            width: 15px;
            height: 11px;
            background-image: url(../../../Design/img/mail-f.svg);
            background-size: contain;
            left: -1px;
            top: 7px;
        }

        .footer-top-container .center section p:nth-child(3)::before {
            content: '';
            position: absolute;
            width: 28px;
            height: 28px;
            background-image: url(../../../Design/img/28-www.svg);
            background-size: contain;
            left: -8px;
            top: 0px;
        }

.footer-top-container .center-text h3 {
    text-align: center;
    color: #F4F0EB;
    font-weight: 100;
    margin: 0;
    font-family: 'avertaSTD';
    font-size: 12px;
    line-height: 150%;
    letter-spacing: 1.08px;
    margin-top: 12px;
    margin-bottom: 8px;
}

.footer-top-container .center-text span {
    font-family: 'avertaSTD';
    font-size: 20px;
    line-height: 150%;
    color: #F4F0EB;
    font-weight: 100;
}

.footer-top-container .center section strong {
}

.footer-top-container .center-email {
    display: flex;
    align-items: center;
    margin-top: 5px;
    color: #fff;
}

    .footer-top-container .center-email img {
    }

    .footer-top-container .center-email .sdt {
        color: #F4F0EB;
        line-height: 150%;
        font-size: 16px;
        font-family: 'avertaSTDLight';
        margin-left: 7px;
    }

.footer-top-container .right {
    display: flex;
    flex-direction: column;
    padding-top: 99px;
}

.footer-top-container .left .descript {
    text-align: left;
    display: block;
    margin-bottom: 16px;
    color: #FFF;
    font-family: 'avertaSTD';
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.footer-top-container .right .fanpage {
    width: 100%;
    height: 208px;
    display: block;
    border-radius: 7px;
    overflow: hidden;
}

.footer-top-container .right .fb-page {
    height: 208px;
    width: 300px;
    float: right;
}

.item.side-footer .list {
    margin-top: 11px;
}

.footer-top-container .item h3 {
    color: #FFF;
    font-family: 'BeauDis';
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 104%;
    text-transform: capitalize;
    padding-top: 46px;
    margin: 0;
}

.footer-bottom-container .right .social {
    display: flex;
    justify-content: end;
    justify-content: flex-end;
}

    .footer-bottom-container .right .social a {
        width: 32px;
        height: 32px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1px solid #fff;
        color: #fff;
        margin: 0 3px;
        transition: all .3s;
    }

        .footer-bottom-container .right .social a:last-child {
            margin-right: 0;
        }

.footer-bottom {
    background: #5A3204;
}

.footer-bottom-container {
    height: 53px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .footer-bottom-container .left {
    }

    .footer-bottom-container .text {
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
    }
        /*RS*/

        .footer-bottom-container .text span {
            display: flex;
            align-items: center;
            flex-wrap: wrap;
            font-size: 16px;
            font-family: 'avertaSTDLight';
        }

        .footer-bottom-container .text a:hover {
            color: #fdf2c5;
            border-bottom: 1px solid #fdf2c5;
        }

        .footer-bottom-container .text a {
            white-space: nowrap;
            display: block;
            margin-left: 6px;
            border-bottom: 1px transparent;
        }

@media(max-width:1023px) {
    .footer-top-container .left .list {
        width: 100%;
        padding: 0;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        column-gap: 15px;
        row-gap: 0;
    }

    .footer-top {
        background: url(/Design/img/footer.png) no-repeat;
        background-size: cover;
        background-position: center;
    }

    .footer-top-container .left .descript {
        padding: 0;
        text-align: justify;
    }

    .logo-footer-l img {
        width: 195px;
    }

    .footer-top-container {
        display: flex;
        flex-direction: column;
    }

    .footer-bottom-container {
        flex-direction: column;
        padding: 8px 0;
        height: auto;
    }

        .footer-bottom-container .left {
            padding-bottom: 5px;
        }

    .footer-top-container .center {
        border: none;
    }

    .footer-top-container .item {
        width: 100%;
        padding: 30px 0;
    }

        .footer-top-container .item.center {
            padding: 0;
        }

        .footer-top-container .item h3 {
            padding-top: 0;
            font-size: 21px;
        }

    .item.side-footer .list {
        display: flex;
        flex-flow: wrap;
    }

        .item.side-footer .list a {
            padding-right: 10px;
            padding-bottom: 5px;
        }

    .footer-top-container .right .fb-page {
        float: unset;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .footer-top-container .right .fanpage {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .footer-bottom-container .right .social {
        justify-content: center;
        align-items: center;
    }

    .footer-top-container .right .access {
        justify-content: center;
        align-items: center;
    }
}

@media(min-width:740px) and (max-width:1023px) {
}

@media(max-width:739px) {
    .footer-top-container .left .list {
        width: 100%;
        padding: 0;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        column-gap: 15px;
        row-gap: 0;
    }

    .footer-top-container .left h3 {
        margin-bottom: 16px;
    }

    .footer-bottom-container .text span {
        display: block;
        text-align: center;
        font-size: 14px;
        line-height: 25px;
    }

    .footer-bottom-container .text a {
        display: inline-block;
        margin-left: 0;
    }
}