body {
	padding: 0px;
	margin: 130px 0px 0px 0px;
	font: normal 18px 'myriad_light', sans-serif;
	background: #d7ebdb url(./img/hatter.jpg) center center no-repeat;
	background-size: 100% auto;
	background-attachment: fixed;
	color: #000;
}


form {
	margin: 0px;
	padding: 0px;
}

.pink, a, a:visited {
	color: #e81e6f;
}
a {
	text-decoration: none;
}

.nagy {
	font-size: 22px;
}

.myriad_reg {
	font-family: 'myria_reg';
}

.myriad_light {
	font-family: 'myria_light';
}

.bold {
	font-weight: bold;
}

.center {
	text-align: center;
}

.absolute {
	position: absolute;
}
.relative {
	position: relative;
}

.hidden {
	display: none;
}


input, select, textarea, a, area, map {
	outline: none;
}


div.lenia {
	max-width: 150px;
	border-bottom: 1px solid #e81e6f;
	margin: 15px auto 15px auto;
}

#fejlec {
	height: 130px;
	position: fixed;
	z-index: 10;
	box-shadow: 2px 2px 7px rgba(0,0,0,.50);
	background-color: #fff;
	width: 100%;
	min-width: 640px;
	top: 0px;
	left: 0px;
}
#fejlec_spacer {
	height: 150px;
}

img.kislogo {
	display: inline-block;
	vertical-align: baseline;
}

#fejlec img.kislogo {
	position: relative;
	top: 14px;	
}


img.kislogo2 {
	display: inline-block;
	vertical-align: middle;
}


#fejlec .fomenu {
	float: right;
	position: relative;
	top: 90px;
	right: 35px;
	text-transform: uppercase;
	font: normal 28px 'myriad_reg';
}

#cover {
	height: 600px;
	background-image: url(img/cover.jpg);
	background-position: center 120px;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: 100% auto;
	position: relative;
	min-width: 640px;
	overflow: hidden;
}
#cover img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 70%;
}
#cover .szoveg {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	background-color: rgba(255,255,255,0.60);
	color: #e81e6f;
	font: normal 22px 'myriad_reg';
	text-transform: uppercase;
	top: 25px;
	text-align: center;
}
#cover .szoveg .inner {
	padding: 15px;
	max-width: 70%;
	margin-left: auto;
	margin-right: auto;
}


div.centerblock {
	max-width: 960px;
	min-width: 640px;
	margin-left: auto;
	margin-right: auto;
}

div.nagycim {
	color: #e81e6f;
	font: bold 32px 'myriad_reg', sans-serif;
	text-transform: uppercase;
	text-align: center;
	padding: 15px 0px 15px 0px;
}
.pinkhatter {
	background-color: #e81e6f;
	color: #fff;
	font-weight: bold;
	padding: 10px;
}

.nagybetu {
	text-transform: uppercase;
}
	

img.nyeremenykep {
	max-width: 100%;
	height: auto;
}


#praktikak {
	height: 350px;
	background: transparent url(img/praktikak.jpg) center center no-repeat;
}

img.praktikak {
	max-width: 100%;
	height: auto;
	display: block;
}


div.nyeremenyblokk {
	display: inline-block;
	position: relative;
	text-align: center;
	/* padding-bottom: 13%; */
}
div.nyeremenyblokk img {
	max-width: 100%;
	height: auto;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
div.nyeremenyblokk img.kartya {
	position: absolute;
	right: 10px;
	display: block;
	bottom: 10px;
	z-index: 2;
	width: 65%;
	max-width: 352px;
}

.nullwrapper {
	height: 0px;
	position: absolute;
	width: 100%;
}


/* listazo */

img.prev, img.next {
	display: inline-block;
	cursor: pointer;
	vertical-align: middle;
}

#szavazascontent {
	display: none;
}


#listazo {
	display: inline-block;
	vertical-align: middle;	
	width: calc(100% - 110px);
	height: 430px;
	overflow: hidden;
	position: relative;
	padding-top: 10px;
}
#listazo table {
	position: relative;
}


#listazo .listaelem {
	/* display: inline-block; */
	width: 180px;
	height: 220px;
	text-align: center;
	font-size: 16px;
	color: #e81e6f;
	cursor: pointer;
	padding: 0px 15px 0px 15px;
}
#listazo .listaelem img {
	transition-property: box-shadow;
	transition-duration: 500ms;
	display: block;
	width: 100%;
	height: auto;
}
#listazo .listaelem:hover img {
	box-shadow: 0px 0px 10px #e81e6f;
}

.gomb {
	background-color: #e81e6f;
	color: #fff;
	font-weight: bold;
	padding: 9px 5px 5px 5px;
	cursor: pointer;
	display: inline-block;
	text-transform: uppercase;
	border-radius: 5px;
}

div.sep {
	display: inline-block;
	width: 40px;
}


#regblokk {
	width: 100%;
	border-top: 1px solid #e81e6f;
	border-bottom: 1px solid #e81e6f;
	padding: 15px 0px 15px 0px;
	background-color: rgba(255, 255, 255, .30);
}

#regblokk .feles {
	width: calc(50% - 30px);
	height: auto;
	float: left;
	padding: 10px;
	color: #e81e6f;
}
#feltolto {
	text-align: center;
}
#feltolto img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	cursor: pointer;
	max-width: 80%;
	max-height: 80%;
	width: auto;
	height: auto;
}


input[type=text], select, textarea {
	border: 1px solid #e81e6f;
	padding: 5px;
	font: normal 18px 'myriad_light';
	color: #333;
}
input.input1 {
	width: 360px;
}
input.input2 {
	width: 313px;
}
input.input3 {
	width: 410px;
}
select {
	width: 350px;
}
textarea {
	width: 410px;
	height: 100px;
}

div.szabalyzat {
	height: 450px;
	overflow: scroll;
	-webkit-overflow-scrolling: touch;
	background-color: #fff;
	color: #333;
	padding: 10px;
	margin: 10px;
}


#szavazobox {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 20;
	background-color: rgba(255,255,255,.90);
	text-align: center;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	left: 0px;
	top: 0px;
	color: #333;
	display: none;
}

img.close {
	cursor: pointer;
	position: fixed;
	right: 20px;
	top: 20px;
	display: block;
	z-index: 21;
}

#szavazobox #voksok {
	display: inline-block;
	margin-left: 20px;
	vertical-align: middle;
}
#szavazobox img.share {
	float: right;
}


/*
#szavazobox div.voksgomb {
	float: left;
}
*/


#szavazobox .cim {
	font: normal 20px 'myriad_reg';
	color: #e81e6f;
}
#szavazobox .szerzo {
	font: normal 16px 'myriad_light';
	color: #e81e6f;
}

#szavazoinputok {
	display: none;
	text-align: center;
	clear: both;
}


@media screen and (orientation: landscape) {
	#szavazobox img.nagykep {
		display: inline-block;
		max-width: calc(50% - 40px);
		max-height: calc(100% - 20px);
		width: auto;
		height: auto;
		margin: 10px;
		vertical-align: middle;
	}
	#szavazobox .desc {
		max-width: calc(50% - 100px);
		max-height: calc(100% - 50px);
		height: auto;
		padding: 10px;
		margin: 10px;
		vertical-align: middle;
		border: 1px solid #e81e6f;
		display: inline-block;
	}
}
@media screen and (orientation: portrait) {
	#szavazobox img.nagykep {
		display: block;
		max-width: calc(100% - 30px);
		max-height: calc(50% - 30px);
		height: auto;
		width: auto;
		margin-left: auto;
		margin-right: auto;
		padding: 10px;
	}
	#szavazobox .desc {
		display: block;
		max-width: calc(100% - 50px);
		margin-left: auto;
		margin-right: auto;
		padding: 10px;
		margin: 10px;
		margin-left: auto;
		margin-right: auto;
		border: 1px solid #e81e6f;
	}
}



/* reszponziv reszek */


@media screen and (max-width: 1023px) {
	#fejlec {
		height: 100px;
	}
	
	#cover {
		background-position: 0px 100px;
		background-size: auto 600px;
	}
	body {
		margin: 100px 0px 0px 0px;
	}


	#fejlec img.kislogo {
		height: 50px;
	}
	#fejlec .fomenu {
		font-size: 20px;
		top: 60px;
		right: 10px;
	}
	#fejlec_spacer {
		height: 100px;
	}
	#cover .szoveg .inner {
		max-width: 99%; 
	}

}


@media screen and (max-width: 800px) {
	#regblokk .feles {
		width: auto;
		float: none;
		text-align: center;
	}
	
	img.prev, img.next {
		display: none;
	}
	#listazo {
		width: 100%;
		overflow-x: scroll;
		-webkit-overflow-scrolling: touch;
	}
	body {
		font-size: 24px;
	}
	
	div.sep {
		display: block;
		height: 20px;
	}
	
	div.nyeremenyblokk {
		padding-bottom: 5%;
	}
	
	div.nyeremenyblokk img.kartya {
		position: relative;
		right: 0px;
		display: block;
		margin-left: auto;
		margin-right: auto;
		margin-top: 25px;
	}


}


