﻿.header {
    border: unset;
}

.menu-bar {
    -webkit-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
    -khtml-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
    -moz-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
    -ms-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
    -o-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
    transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
    background-color: #F3EBDE;
    
}

    .menu-bar .header-content .left-content {
        width: 120px;
        height: 100%;
        display: flex;
        align-items: center;
    }

        .menu-bar .header-content .left-content a {
            color: #ffffff;
            background-color: #948773;
            width: 100%;
            height: 40px;
            border-radius: 0 20px 20px 0;
            display: flex;
            align-items: center;
            justify-content: center;
            line-height: 0;
            font-weight: bold;
        }

.sidebar {
    background-color: #948773;
}

    .sidebar .navbar-nav {
        padding: 0;
    }

        .sidebar .navbar-nav li {
            padding: 0 18px;
            border-bottom: 1px solid #7A6C54;
        }

            .sidebar .navbar-nav li > a {
                color: #ffffff;
                text-transform: uppercase;
                font-weight: bold;
            }

                .sidebar .navbar-nav li > a:after {
                    content: '';
                }

.banner {
    background-color: #ffffff;
}

    .banner ul {
        display: flex;
        align-items: center;
    }

        .banner ul li {
            float: left;
            display: flex;
            justify-content: center;
            align-items: center;
        }

            .banner ul li:after {
                content: '/';
                margin: 10px;
            }

            .banner ul li:last-child:after {
                content: '';
            }

            .banner ul li a {
                color: #7A6C54;
                text-transform: uppercase;
                font-weight: bold;
            }

                .banner ul li a img {
                    height: 25px;
                }

.header-button {
    display: flex;
    width: 30px;
    height: 30px;
    line-height: 1;
    font-size: 16px;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background-color: #948773;
    border-radius: 100%;
}

.welcome-content {
    height: 350px;
    background: url(/content/assets/custom/images/welcome-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

    .welcome-content:after {
        content: '';
        position: absolute;
        right: 0;
        bottom: 0;
        border-style: solid;
        border-bottom-width: 95px;
        border-right-width: 0px;
        border-left-width: 100vw;
        border-bottom-color: #f3ebde;
        border-right-color: transparent;
        border-top-color: transparent;
        border-left-color: transparent;
    }

    .welcome-content img {
        position: absolute;
        width: 180px;
        bottom: -20px;
        z-index: 1;
        left: calc(50% - 90px);
    }








.title {
    color: #7A6C54;
}

.recomended-list {
    border-radius: unset;
    background-color: unset;
}

    .recomended-list .text-content .title {
        font-weight: 600;
        color: #2B2A29;
        line-height: 1.5;
        text-align: center;
        border-bottom: 1px solid #2B2A29;
        height: 56px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 8px;
    }

    .recomended-list .text-content .number {
        color: #2B2A29;
    }

    .recomended-list .image-box img {
        border-radius: unset;
    }



.menubar-area {
    background-color: #948773;
    padding: 6px 0;
    box-shadow: unset;
}

    .menubar-area:after {
        content: '';
        position: absolute;
        left: calc(50% - 7.5px);
        top: -15px;
        border-style: solid;
        border-bottom-width: 15px;
        border-right-width: 15px;
        border-left-width: 15px;
        border-bottom-color: #948773;
        border-right-color: transparent;
        border-top-color: transparent;
        border-left-color: transparent;
    }

    .menubar-area .toolbar-inner {
        justify-content: center;
    }

        .menubar-area .toolbar-inner .nav-link, .menubar-area .toolbar-inner .menu-toggler {
            width: unset;
            color: #ffffff;
        }

.image-group {
    display: flex;
    justify-content: center;
    margin-top: 16px;
    margin-bottom: 36px;
}

    .image-group li {
        float: left;
        margin-right: 24px;
    }

        .image-group li:last-child {
            margin-right: 0px;
        }

        .image-group li img {
            height: 50px;
            object-fit: contain;
        }

.recomended-list {
    width: 100%;
    height: unset;
}

    .recomended-list .image-box img {
        min-width: unset;
        height: 150px;
    }

    .recomended-list .overlay {
        position: absolute;
        bottom: 0;
        background: rgba(0, 0, 0, 0.5); /* Black see-through */
        color: white;
        width: 100%;
        transition: .5s ease;
        font-size: 26px;
        font-weight: 600;
        padding: 20px;
        height: 100%;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
    }

.btn-kervan {
    color: #ffffff !important;
    background-color: #948773;
    border-color: #948773;
}

.btn-kervan-out {
    color: #948773 !important;
    /*background-color: #ffffff;*/
    border: 2px solid #948773;
}

.social {
    display: flex;
    justify-content: center;
    margin-top: 36px;
}

    .social li {
        float: left;
        margin-right: 24px;
    }

        .social li:last-child {
            margin-right: 0px;
        }

    .social .fab {
        width: 40px;
        height: 40px;
        font-size: 20px;
        background: #4267B2;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 100%;
        color: white;
        box-shadow: 0 0 4px 1px #4267b2;
    }

        .social .fab.fa-facebook-f {
            background: #4267B2;
            box-shadow: 0 0 4px 1px #4267b2;
        }

        .social .fab.fa-twitter {
            background: #1DA1F2;
            box-shadow: 0 0 4px 1px #1DA1F2;
        }

        .social .fab.fa-instagram {
            background: #bc2a8d;
            box-shadow: 0 0 4px 1px #bc2a8d;
        }

.offcanvas {
    z-index: 100000;
}