.show{
	left:0;	
}


#hamburger{
	display: none;
	width: 100%;
	background-color: white;
}

#zk-nav nav > ul{
	display: flex;
	justify-content:  space-evenly;
	font-family: "acumin-pro",sans-serif;
	font-weight: 200;
	font-style: normal;
}
#zk-nav nav ul li a{
	text-transform: uppercase;
	font-size: 29px;
	color: #52665b; 
	letter-spacing: 0.08em;
}
#zk-nav nav>ul>li>a{
	padding-bottom: 35px;
}
#zk-nav nav ul li{
	position: relative;
}
#zk-nav nav ul ul{  
	margin-top: 0;
	background-color: #52665b; 
	width: max-content;
	font-family: "acumin-pro",sans-serif;
	position: absolute;
	left:-9999px;
	top:52px;
	padding-top: 8px;
}
 /*, #zk-nav nav ul > li a:active, #zk-nav nav ul > li a:focus*/
#zk-nav nav ul > li a.nav-selected, #zk-nav nav ul > li a.nav-path-selected, #zk-nav nav ul > li a:hover{
	font-weight: 700;
}
/*, #zk-nav nav li:active ul, #zk-nav nav li:focus ul*/
#zk-nav nav li:hover ul {
	left:0;	
	/*display:block;*/
}


/*#zk-nav nav a{
	color: #e4bd76;
}
*/
#zk-nav nav ul li ul li{
	padding: 0 14px 21px 11px;
	/*padding-top: 15px;
	padding-bottom: 7px;*/
}
#zk-nav nav ul li ul li:last-child{
	padding-bottom: 19px;
}
#zk-nav nav ul li ul li a.nav-selected, #zk-nav nav ul li ul li a:hover{
	font-weight: 700;
}
#zk-nav ul li ul li a{
color:white;

letter-spacing: 0.05em;
font-size: 30px;
/*padding: 0 0 15px 11px;*/
}

.menu {
	font-weight: 500;
	display: flex;
	flex-wrap: wrap;
	/*font-size: 1.25rem;*/
}
.menu-link {
	display: flex;
	flex-direction: column;
	/*align-items: center;*/
	justify-content: space-between;
	/*padding: 1rem 1.5rem;
	/*color: black;
	text-decoration: none;*/

	/*&:hover {
	font-weight: var(--bold);*/
}

.menu-link:after {
	content: attr(data-text);
	content: attr(data-text) / "";
	height: 0;
	visibility: hidden;
	overflow: hidden;
	user-select: none;
	pointer-events: none;
	font-weight: 700;
	

	/*@
	media
	speech {
	display: none;*/
}
#zk-nav nav .sublevel, #zk-nav nav .turn{
	display: none;
}

@media screen and (max-width: 1420px) {
	#zk-nav nav ul li a{
		font-size: 25px;
	}
	#zk-nav nav ul ul{
		top: 52px;
	}
	#zk-nav ul li ul li a{
		font-size: 20px;
		margin-top: 0px;
	}
}
@media screen and (max-width: 862px) {
	#zk-nav nav ul li a{
		font-size: 20px;
		/*margin-top: 20px;*/
	}
	#zk-nav nav ul ul{
		top: 52px;
	}
	#zk-nav ul li ul li a{
		font-size: 18px;
	}
}
@media screen and (max-width: 800px) {
	#zk-nav ul li ul li a{
		font-size: 15px;
	}
}
@media screen and (max-width: 700px) {
	#zk-nav{
		/* display: none; */
		background-color: white;
		position: absolute;
		top: 110px;
		width: 100%;
		left: 0;
		overflow-y: scroll;
		overflow-x: hidden;
	}
	#hamburger{
		margin-right: 20px;
		margin-top:40px;
		display: grid;
		width: 50px;
		height: 34px;
		background-color: white;
		justify-self: end;
		align-self: center;
		grid-template-rows: 1fr 2fr 1fr 2fr 1fr;
		cursor: pointer;
		float: right;
	}
	#hamburger div:nth-child(odd){
		background-color: #518038;
		border-radius: 5px;
	}
	#zk-nav nav ul ul{
		width:100%;
	}
	#zk-nav nav > ul > li{
	/* position: relative; */
	padding-bottom: 7px;
	/* padding-left: 40px; */
	/*padding-bottom: 7px; */
	margin-top: 16px;
	margin-left: 20px;
	margin-right: 20px;
	/*border-bottom: solid 2px #e4bd76;*/
	}
	#zk-nav nav ul li:last-child{
		border: 0;
	}
	#zk-nav nav > ul{
		flex-direction: column;
	}
	#zk-nav nav ul li a{
		font-size: 30px;
		padding-bottom: 0;
		color: #518038;
	}
	#zk-nav nav .sublevel, #zk-nav nav .turn{
		display: block;
		float: right;
		transform: rotate(90deg) scaleX(0.8) scaleY(1.5);
		margin-right: 4px;
	}
	#zk-nav nav li:hover ul {
		position: unset;
		left: 0;
		background-color: white;
		
	}
	#zk-nav nav ul ul li{
		margin-left: 0;
		margin-right:0;
		line-height: 95%;
		padding-top: 7px;
		padding-bottom:7px;
		/*border-bottom: solid 2px #e4bd76;*/
		padding-left:0;
	}
	#zk-nav nav ul ul li a{
		color:  #518038;
		padding-top: 5px;
		/*padding-bottom:0px;*/
		font-size:16px;
		padding-left:0;
	}
	#zk-nav ul li ul li:last-child a{
		padding-bottom:0px;
		margin-bottom: 0;
	}
	.raquo{
		font-size: 52px;
		text-align: right;
		transform-origin: center;
		transform: rotate(90deg);
		position: absolute;
		right: -12px;
		top: -14px;
		color: #518038;
	}
	.raquo2{
		display:grid;
		grid-template-columns: 95% 5%;
	}
}
	








/*#zk-nav nav .sublevel, #zk-nav nav .turn{
	display: none;
}