:root {
    --shadow-small: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    --shadow-medium: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    --shadow-large: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}
.nonheader {
background: #EEE; /*  ****COLOR CUSTOM**** */
position: static;
top: 0;
left: 0;
width: 100%;
height: auto;
z-index: 100;
/*margin: 0 auto;*/
}
.nonheader .wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
background: transparent;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
/*margin: 0 auto;*/
}
.nonheader .menu>.menu-item {
position: relative;
display: inline-block;
width: 100%;
}
#navbar{padding: 0;}
.nonheader .menu>.menu-item>a {
display: block;
width: 100%;
font-family: inherit;
font-size: 14px;
line-height: inherit;
padding: 9px 15px;
border: none;
outline: none;
border-bottom: 1px solid #999;
color: #000; /*  ****COLOR CUSTOM**** */
-webkit-transition: all .35s ease;
transition: all .35s ease;
}
.nonheader .menu>.menu-item>.sub-menu>.menu-item>a {border-bottom: 1px solid #999;}
.nonheader .menu>.menu-item:hover>a {color: #C0AA83 !important;} /*  ****COLOR CUSTOM**** */
.nonheader .menu>li.active>a {
color: #C0AA83; /*  ****COLOR CUSTOM**** */
border: 1px #C0AA83 solid; /*  ****COLOR CUSTOM**** */
}

/*EXPANDERul*/
.nonheader .menu>.menu-item>a .expand,
.menu-item-child.level_2 .expand {
position: relative;
display: inline-block;
width: .75rem;
height: .75rem;
margin-left: .35rem;
pointer-events: none;
border: none;
outline: none;
}
.nonheader .menu>.menu-item>a .expand:before,
.nonheader .menu>.menu-item>a .expand:after,
.menu-item-child.level_2 .expand:before,
.menu-item-child.level_2 .expand:after {
position: absolute;
-webkit-box-sizing: inherit;
box-sizing: inherit;
content: "";
top: 50%;
left: 50%;
width: 100%;
height: 2px;
background: #777; /*  ****COLOR CUSTOM**** */
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
-webkit-transition: all .35s ease;
transition: all .35s ease;
}
.nonheader .menu>.menu-item:hover>a .expand::before,
.nonheader .menu>.menu-item:hover>a .expand::after,
.menu-item-child.level_2 .expand::before,
.menu-item-child.level_2 .expand::after {background: #C0AA83;} /*  ****COLOR CUSTOM**** */
.nonheader .menu>.menu-item>a .expand::after,
.nonheader .menu > .menu-item > .sub-menu > .menu-item a .expand::after,
.menu-item-child.level_2 .expand::after {
-webkit-transform: translate(-50%, -50%) rotate(-90deg);
transform: translate(-50%, -50%) rotate(-90deg)
}

/*LEVEL2&3*/
.nonheader .menu>.menu-item>.sub-menu,
.nonheader .menu>.menu-item>.sub-menu >.menu-item>.sub-menu-l3 {
background: #555; /*  ****COLOR CUSTOM**** */
position: absolute;
top: 0;
left: 100%;
z-index: 999;
width: 280px;
height: auto;
/*padding: 9px;*/
border: none;
outline: none;
opacity: 0;
visibility: hidden;
-webkit-transform: translateY(1rem);
transform: translateY(1rem);
-webkit-transition: all .35s ease;
transition: all .35s ease;
}
.nonheader .menu>.menu-item>.sub-menu >.menu-item>.sub-menu-l3 {background: #2B2A29; /*  ****COLOR CUSTOM**** */}
.nonheader .menu>.menu-item>.sub-menu>.menu-item {
display: block;
position: relative;
}
.nonheader .menu>.menu-item>.sub-menu>.menu-item>.sub-menu-l3>.menu-item{display: block;}
.nonheader .menu>.menu-item>.sub-menu>.menu-item>a,
.nonheader .menu>.menu-item>.sub-menu>.menu-item>.sub-menu-l3>.menu-item>a {
display: block;
font-family: inherit;
font-size: 14px;
/*line-height: 15px;*/
padding:9px 15px;
color: #fff; /*  ****COLOR CUSTOM**** */
-webkit-transition: all .35s ease;
transition: all .35s ease;
}
.menu > .menu-item > .sub-menu > .menu-item > a:hover {color: #E3BF73 !important;}
.menu > .menu-item > .sub-menu > .active.menu-item > a {color: #E3BF73 !important;}
.menu > .menu-item > .sub-menu > .menu-item > .sub-menu-l3 .active.menu-item a {color: #E3BF73 !important;}

/*.nonheader .burger {
position: relative;
cursor: pointer;
display: none;
width: 30px;
height: 18px;
margin:9px 0;
outline: none;
opacity: 0;
visibility: hidden;
background: none;
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: all .35s ease;
transition: all .35s ease;
}*/
.nonheader .burger {
visibility: hidden;
position: relative;
cursor: pointer;
width: auto;
height: auto;
color: #fff;
margin:0;
}
.nonheader .burger-line {
background: #000; /*  ****COLOR CUSTOM**** */
position: absolute;
display: block;
width: 100%;
height: 2px;
left: 0;
border: none;
outline: none;
opacity: 1;
/*border-radius: .25rem;*/
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: all .25s ease;
transition: all .25s ease;
}
.nonheader .burger-line:nth-child(1) {top: 0}
.nonheader .burger-line:nth-child(2),
.nonheader .burger-line:nth-child(3) {top: .5rem}
.nonheader .burger-line:nth-child(4) {top: 1rem}
.nonheader .overlay {
position: fixed;
top: 0;
left: 0;
height: 100%;
width: 100%;
z-index: 100;
opacity: 0;
visibility: hidden;
background: rgba(0, 0, 0, .65);
-webkit-transition: all .35s ease;
transition: all .35s ease
}


/*@media only screen and (min-width: 769px) PTR BURGER small devices*/
@media only screen and (min-width: 993px) {
/*    HIDE TOGGLE*/
    #burger {display: none;}

    .nonheader .menu>.menu-item-child:hover>.sub-menu,
    .nonheader .menu>.menu-item-child>.sub-menu>.menu-item-child:hover>.sub-menu-l3 {
        display: block;
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    .nonheader .menu>.menu-item-child:hover>a .expand::after {
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
        transform: translate(-50%, -50%) rotate(0deg)
    }
    .nonheader .menu>.menu-item>.sub-menu >.menu-item>.sub-menu-l3 .menu-item a:hover {
    color: #C0AA83;
    }
}

/*@media only screen and (max-width: 768px) PTR BURGER small devices*/
@media only screen and (max-width: 992px) {
    .nonheader .wrapper {
        background-color: #000;
        color: #fff;
    }
    #main_aside .fa_menu {line-height: 40px;}
    .nonheader .overlay.active {
        display: block;
        opacity: 1;
        visibility: visible
    }
    .nonheader .navbar {
        display: block;
        position: fixed;
        top: 0;
        left: -100%;
        width: 75%;
        height: 100%;
        z-index: 999;
        opacity: 0;
        overflow-y: auto;
        visibility: hidden;
        background: #fff;
        -webkit-box-shadow: var(--shadow-medium);
        box-shadow: var(--shadow-medium);
        -webkit-transition: all .5s ease;
        transition: all .5s ease
    }
    .nonheader .navbar.active {
        left: 0rem;
        opacity: 1;
        visibility: visible;
        padding: 25px !important;
    }
    .nonheader .menu {
        width: 100%;
        height: auto;
        margin: 20px 0;
    }
    .nonheader .menu>.menu-item {
        display: block;
        margin: 0;
        padding: 0;
    }
    .nonheader .menu>.menu-item-child>a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .nonheader .menu>.menu-item>a {
        padding: 7px 15px;
        color: #000;
    }
    .nonheader .menu>.menu-item>a:hover {color: var(--c-brown);} /*  ****COLOR CUSTOM**** */
    .nonheader .menu>.active.menu-item>a {
        color: var(--c-brown); /*  ****COLOR CUSTOM**** */
        /*        border: none;*/
    }
    .nonheader .menu>.menu-item>a .expand::before,
    .nonheader .menu>.menu-item>a .expand::after {background: #000;}
    .nonheader .menu>.menu-item-child.active>a .expand:after {
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
        transform: translate(-50%, -50%) rotate(0deg);
    }
    .nonheader .menu>.menu-item>.sub-menu,
    .nonheader .menu>.menu-item>.sub-menu>.menu-item>.sub-menu-l3 {
        position: relative;
        top: auto;
        left: 9px;
        width: 100%;
        max-height: 0;
        padding: 0px;
        border: none;
        outline: none;
        opacity: 1;
        overflow: hidden;
        visibility: visible;
        background: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    .nonheader .menu .menu-item .sub-menu .menu-item a {
        padding:7px 0 7px 15px;
        color: #000;
        font-size: 14px;
    }

/*    .nonheader .burger {
        display: block;
        opacity: 1;
        visibility: visible;
    }*/
    .nonheader .burger {
        display: flex;
        align-items: center;
        opacity: 1;
        visibility: visible;
        justify-content: center;
    }

}