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