

/* Menu large */
#menu_large {
    display: flex;
    align-items: center;
    justify-content: center;
	width:100%;
    overflow: hidden;
    position: static;
    z-index: 1000;
}

#menu_large .menuback {
    position: absolute;
    background: none;
    z-index: 1250;
}

#menu_large .menutextbox {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: static;
    z-index: 1500;
	width:100%;
}

#menu_large .menutextbox .menubox {
	width:100%;
}

#menu_large .menutextbox .menubox .small a {
    text-decoration: none;
    font-style: normal;
    color: #464646;
    font-family: GothicA1-Regular;
}

#menu_large .menutextbox .menubox .small .menuImgAlign {
}

#menu_large .menutextbox .menubox .small .menuTextAlign {
}

#menu_large div div:hover {
}

#menu_large div img:hover {
}

/* End Menu large */


/* Mobile menu */
div.wrap_mobilemenu {
    display: none;
    overflow: hidden;
    z-index: 999999;
}

div.buttonMenu {
    overflow: hidden;
    cursor: pointer;
    transition: 0.2s;
}

div.buttonMenuActive {
}

div.buttonMenu div {
    background: rgba(249, 244, 236, 0);
}

#menu_small {
    display: none;
    overflow: hidden;
    position: fixed;
    z-index: 1500;
    background: #fff;
    border: 1px solid #c1c5b9;
    border-radius: 5px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.5);
}

#menu_small div {
    font-family: IstokWeb-Regular;
}

#menu_small a {
    text-decoration: none;
}

#menu_small div:hover {
}

#menu_small div.small {
}

#menu_small div.small:hover {
}

#menu_small>.small>a:hover {
    border-radius: 8px;
    background: #3C484D;
}

#menu_small div.small a {
    color: #5c6154;
    font-size:20px;
}

#menu_small div.small div:hover a  {
    color: #9ca391;
}

#btnmenuclose {
    display: none;
}

/* End Mobile menu */

#warpmenu {
    overflow: hidden;
    font-family: IstokWeb-Regular; 
    color: #615b5b;
    font-weight: 700;
    padding: 0rem;
    margin: 0rem;
    border: 0px solid #ccc;
}

#nav div.genericsub {
    display: none; 
    overflow: hidden; 
    position: fixed; 
    z-index: 500;
    border-style: solid;
    border-width: 0px;
    border-color: rgba(70, 70, 70, 0.1);
    width:265px;
}

#nav div.genericsub .sub .sub3 {
	overflow: hidden;
	margin-left: 0em;
	margin-right: 0em;
	margin-bottom: 0em;
	padding: 0.5em 1.5em 0.5em 1.5em;
	background: rgba(0,0,0,0.3);
}

#nav div.genericsub .sub .sub3:hover {
	background: #BFCCC4;
}

#nav div.genericsub .sub {
	font-weight: normal;
	text-decoration: none;
	font-family: IstokWeb-Regular;
	color: #ffffff !important;
	font-size: 17px;
}

#nav div.genericsub .sub:hover {
	text-decoration: none;
}

#nav {
	display: flex;
	align-items: center;
	justify-content: right;
}

#nav ul {
	padding: 0rem;
	margin: 0rem;
	list-style: none;
	color: #5b5a5a;
	border: 0px solid #000000;
}

#nav a {
    color: #ffffff;
    text-decoration: none;
    transition: 0.2s;
}

#nav a:hover {
    color: #BFCCC4;
    transition: 0.2s;
}

#nav a.sub {
    color: #615b5b;
    font-size: 0.7em;
    font-weight: normal;
    text-decoration: none;
    font-family: IstokWeb-Regular;
    font-weight: 700;
}

#nav a.sub:hover {
	color: red;
	text-decoration: none;
}


#nav a.current {
    color: #ffffff;
    text-decoration: none;
}

#nav li {
    float: left;
    text-align: left;
    color: #ffffff;
    cursor: pointer;
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    transition: 0.2s;
}

#nav li:hover {
    color: #BFCCC4;
    transition: 0.2s;
}

#nav li:target {
    border-radius: 8px;
    background: #3C484D;
}

#nav li.sub {
	float: none;
	height: 1.0em;
	text-align: right;
	font-size: 0.9em;
}

#nav li ul li {
	padding-left: 0.1em;
	padding-right: 0.2em;
}


#nav li ul {
	position: absolute;
	left: -999em;
	background-color: #eeeeee; 
}

#nav li.sfhover {
	color: #910234;
}

#nav li.subsfhover {
	float: none;
	height: 1.5em;
	color: #0a0a0a;
	background-color: #aaaaaa;
}

#nav li.subsfhover ul {
	left: auto;
}

#nav li ul ul {
	margin: -2em 0 0 20em;
}

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav li.sfhover ul ul {
	left: -999em;
}

#nav li.subsfhover ul ul {
	left: -999em;
}

#nav li.sfhover ul, #nav li li.sfhover ul {
	left: auto;	
}

#nav li.subsfhover ul, #nav li li.subsfhover ul {
	left: auto;	
}

#nav li.sfhover ul ul ul, #nav li.sfhover ul ul{
	left: -999em;
}

#nav li.subsfhover ul ul ul, #nav li.subsfhover ul ul{
	left: -999em;
}

#nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

#nav li.subsfhover ul, #nav li li.subsfhover ul, #nav li li li.subsfhover ul {
	left: auto;
}
