#top-menu {
	margin-top: 10px;
}


.sticky {
	position: fixed;
	top: -10px;
	left: 0;
	width: 100%;
	padding: 20px;
	z-index: 5;
	background: #02162D !important;
}


#top-menu ul li {
	float: left;
	display: inline-block;
	padding: 5px 0;
}

#top-menu ul li a {
	font-family: "Poppins", sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 14px;
	color: #EFCF96;
	padding: 5px 0;
	text-transform: none;
	cursor: pointer;
}


#top-menu ul li a:hover {
	color: #f3ba1a;
}

#top-menu ul li ul li a {
	color: #C9A163;
}

#top-menu ul li ul li a:hover {
	color: darkcyan;
}

.menu-item-has-children {
	position: relative;
}

.open-sub {
	display: block;
	position: absolute;
	top: 0;
	left: 84px;
	width: 30px;
	height: 30px;
	cursor: pointer;
	z-index: 10;
}

.open-sub:before {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -3px;
	margin-left: -4px;
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 7px solid #EFCF96;
}

.sub-open:before {
	border-left: none !important;
	border-right: none !important;
	border-top: 2px solid #EFCF96 !important;
	width: 15px;
	right: 15px;
}




@media only screen and (min-width: 1063px) and (max-width:1200px) {
	.open-sub {
		left: 68px;
	}
}

@media only screen and (min-width: 769px) and (max-width: 1062px) {
	#top-menu ul li {
		padding: 0 14px;
	}

	#top-menu ul li a {
		font-size: 11px;
	}

	.open-sub {
		left: 50px;
	}
}

@media only screen and (max-width:860px) and (min-width: 769px) {
	#top-menu {
		margin-top: 20px;
	}

	.sticky {
		top: -20px;
	}
}

@media only screen and (min-width: 769px) {
	#top-menu ul li {
		position: relative;
		padding: 0 14px;
	}

	#top-menu ul li ul {
		display: block;
		position: absolute;
		text-align: left;
		overflow: hidden;
		opacity: 0;
		transition: all 0.3s ease-in-out;
		top: 30px;
		left: 0;
		padding: 0px;
		background: white;
	}

	#top-menu ul li:hover ul {
		opacity: 1;
		top: 30px;
		z-index: 6;
	}

	#top-menu ul li ul li {
		display: block;
		padding: 5px 0;
	}

	#top-menu ul li ul li a {
		white-space: nowrap;
		padding: 10px 15px;
	}

	#top-menu ul {
		display: block !important;
	}

	#top-menu {
		float: right;
		display: inline-block;
		margin: 10px auto;
	}

	#top-menu .current-menu-item {
		border-bottom: solid 1px #EFCF96;
	}
}

@media only screen and (max-width: 768px) {
	#header-logo {
		display: block;
		width: 220px;
		height: 40px;
		line-height: 40px;
		margin: 0 auto;
	}

	#hamburger {
		display: block;
		width: 100%;
		height: 40px;
		position: relative;
		vertical-align: middle;
		text-align: center;
		line-height: 40px;
		cursor: pointer;
	}

	#hamburger:after {
		content: "";
		width: 18px;
		height: 14px;
		display: inline-block;
		vertical-align: middle;
		border-bottom: double 6px #EFCF96;
		border-top: double 6px #EFCF96;
		transition: all 0.3s
	}

	#hamburger:before {
		content: "Menü";
		width: 100px;
		height: 20px;
		display: inline-block;
		transition: all 0.3s;
		color: #EFCF96;
		line-height: 20px;
	}

	.hambi-open {
		background-size: 100% 150% !important;
	}

	.hambi-open:after {
		height: 0 !important;
		border-top: solid 3px #EFCF96 !important;
		border-bottom: solid 3px #EFCF96 !important;
	}

	#top-menu {
		background: none;
	}

	#top-menu ul,
	#top-menu li {
		display: block;
		width: 100%;
	}

	#top-menu li a {
		padding: 5px 15px;
	}


	#top-menu ul {
		display: none
	}

	#top-menu ul li ul {
		display: none
	}

	#top-menu ul li ul li a {
		color: #C9A163;
	}

	#top-menu ul li ul li a:hover {
		color: darkcyan;
	}

}

@media only screen and (min-width: 1200px) {
	#top-menu ul li {
		position: relative;
		padding: 0 24px;
	}
}
