
/*li {
    margin-bottom: .25em
}
*/
.site-header {
    position: relative;
    z-index: 3;
/*    background-color: #fff;*/
}

.main-menu .nav__list {
    margin: 0
}

.nav_text {
    color: var(--ow-text-light-grey);
}

/*    .nav_text:hover {
        color: var(--ow-text-light-grey-hover);
    }*/

.nav__list a {
    text-decoration: none;
}

.nav__link {
    color: var(--ow-text-light-grey);
}

    .nav__link:lang(en) {
        font-weight:300;
    }

.main-menu {
    font-size: 1.1em;
    display: inline-block
}

    .main-menu > .nav__item {
        display: inline-block;
        vertical-align: middle;
        padding-right: 20px;
        padding-left: 20px;
    }

        .main-menu > .nav__item:lang(en) {
            font-weight:300;
        }


.main-menu {
    white-space: nowrap;
}

    .main-menu .nav__list {
        top: 100%;
/*        background-color: #fff;*/
        z-index: 5000;
        padding: 0;
    }




    .main-menu li {
        font-size: 14px;
    }




.nav__item {
/*    display: inline-block;*/
    margin: 0;
}

.button-group > .nav__item:after {
    display: block;
    content: '';
    border-bottom: solid 2px #d2ba7c;
    transform: scaleX(0);
    transition: transform 250ms ease-in-out;
}

.nav__item:hover:after {
    transform: scaleX(1);
}



/*    .nav__item.fromRight:after {
        transform-origin: 100% 50%;
    }

    .nav__item.fromLeft:after {
        transform-origin: 0% 50%;
    }*/


.rs-nav__logo {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-decoration: none !important;
    width: auto;
    margin: 0;
    padding: 0;
}
.accessibleNav {
    width: 250px !important;
}
.nav__list .nav__item {
    line-height: 1.5;
    margin: 0 0 13px 0;
    /*    width: fit-content;*/
    text-align: left;
}

.nav__item_1 {
    visibility: hidden;
    left: -40px;
    position: absolute;
    overflow: hidden;
    right: auto;
    top: 50px;
    /*    top: auto;*/
    z-index: 5;
    width: 0;
    height: 0;
    background-color: #fff;
    opacity: 0;
}

.nav__item_2 {
    visibility: hidden;
    left: -60px;
    position: absolute;
    overflow: hidden;
    right: auto;
    top: 50px;
    /*    top: auto;*/
    z-index: 5;
    width: 0;
    height: 0;
    background-color: #fff;
    opacity: 0;
}

.nav__item_3 {
    margin: 40px 10px 40px 60px;
    min-width: 220px;
    overflow-y: hidden;
    position: relative;
}


#overlay {
    background-color: #000;
    display: none;
    height: 100%;
    left: 0;
    opacity: .35;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 3;
}

#underlay {
    background-color: #fff;
    display: none;
    height: 100%;
    left: 0;
    opacity: .35;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 3;
}



.header-banner {
    position: relative;
}

.header-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}


.header-buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}


.button-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}


    .button-group .nav_header {
        color: #7a6843;
        min-height: 30px;
        border-width: 0;
/*        font-size: 1.2rem;*/
        font-size: 15px;
        font-weight: 700;
        letter-spacing: .06rem;
        padding: 0 20px;
        text-transform: capitalize;
        line-height: 50px;
        cursor: pointer;
    }

/*@media (min-width:768px) and (max-width:991px) {
    .button-group .nav_header {
        padding: 0 0.9rem;
    }
}*/


/*        .button-group .nav_header a:hover {
            color: #7a6843;
            text-decoration: none;
        }*/



.site-header li,
.site-header li a{
    display: block;
    position: relative;
    text-decoration: none;
/*    transition-duration: 0.5s;*/
}


.main-menu li:hover > div {
    height: auto;
    opacity: 1;
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
    visibility: visible !important;
    width: auto !important;
    display: block !important;
    transition: all .15s cubic-bezier(.25,.46,.45,.94);
}

/*.main-menu li:hover > * {
    opacity: 1;
    display: block !important;
}
*/

.nav__link {
    transition: all .25s ease-in-out;
}

    .nav__link:hover {
/*        text-decoration: none;*/
/*        color: var(--ow-text-light-grey-hover);*/
        text-decoration: underline;
        text-underline-offset: 5px;
    }


.header-container {
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 100%;
    margin: 0 auto;
    justify-content: space-between;
    position: relative;
}

.header-lang {
    width: 100px;
}

    .header-lang a {
        color: #7a6843;
        text-decoration: none;
        font-weight: 700;
    }



.news_title {
    font-size: 40px;
    color: #4a4a4a;
    line-height: 1;
    display: inline-block;
    margin: 0;
    font-weight: 600;
    font-size: 30px;
    margin: 20px auto;
    letter-spacing: 1.5px;
}

    .news_title:lang(en) {
        font-size: 32px;
        font-weight: 300;
    }



.table-bordered tbody, td, tfoot, th, thead, tr {
    border-style: none !important;
}


.ow-logo-img {
    width: 220px;
}

@media (min-width:1200px) and (max-width:1350px) {
/*    .ow-logo-img {
        width: 140px;
    }*/
/*    .scroll-to-section {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }*/
}


.stMaxWidth {
    max-width: 1400px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}


.nav_header_border{
    font-size: 14px;
}

    .nav_header_border:lang(en) {
        font-size: 14px;
    }


    .nav_header:hover > .nav_header_border {
    border-bottom: 2px solid var(--ow-text-light-grey);
}

/*.nav_header_border {
    border-bottom: 2px solid rgba(0,0,0,0);
}*/





.main-menu li:hover > .nav_header_border {
    height: 50px;
    opacity: 1;
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
    visibility: visible !important;
    width: auto !important;
    display: block !important;
}