.pop_up_ablak {
	background-color: #5e643e;
	width: 100%;
	height: auto;
	float: left;
	position: absolute;
	top: 0;
	left: 0;
	margin-top:15vw;
	z-index: 999999999;
	overflow: hidden;
	font-family: 'Nunito', sans-serif;
	font-size: 2vw;
	line-height: 3.8vw;
	color: #ffffff;
	font-weight: 700;
	text-align: center;
}
.pop_up_ablak a:link {
	font-family: 'Nunito', sans-serif;
	font-size: 2vw;
	line-height: 3.8vw;
	color: #ffffff;
	font-weight: 700;
	text-decoration: none;
}
.pop_up_ablak a:visited {
	font-family: 'Nunito', sans-serif;
	font-size: 2vw;
	line-height: 3.8vw;
	color: #ffffff;
	font-weight: 700;
	text-decoration: none;
}
.pop_up_ablak a:hover {
	font-family: 'Nunito', sans-serif;
	font-size: 2vw;
	line-height: 3.8vw;
	color: #ffffff;
	font-weight: 700;
	text-decoration: none;
}
.pop_up_ablak a:active {
	font-family: 'Nunito', sans-serif;
	font-size: 2vw;
	line-height: 3.8vw;
	color: #ffffff;
	font-weight: 700;
	text-decoration: none;
}