body {
	padding: 0px;
	margin: 0px;
	font: normal 18px 'myriad_light', sans-serif;
	background-color: #f6c026;
	color: #000;
}


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

.pink, a, a:visited {
	color: #ed1c24;
}


.sarga {
	color: #f6c026;
}

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;
}


img {
	max-width: 100%;
}


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

#fejlec img.kislogo {
	display: inline-block;
	position: relative;
	top: 3px;
	margin: 0px 20px 0px 20px;
	float: left;
}
#fejlec .fomenu {
	float: right;
	position: relative;
	top: 35px;
	right: 35px;
	text-transform: uppercase;
	font: normal 28px 'myriad_reg';
}

#fejlec .fomenu a {
	color: #000;
}

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

.nagycim {
	color: #ed1c24;
	font: bold 24px 'Mohave','myriad_reg', sans-serif;
	text-transform: uppercase;
	text-align: center;
	padding: 15px 0px 15px 0px;
}


/* listazo */

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

img.katgomb {
	cursor: pointer;
	max-width: 50%;
	display: inline-block;
	margin: 0px 30px 0px 30px;
}

#szavazascontent {
	display: none;
}


#listazo {
	display: inline-block;
	vertical-align: middle;	
	width: calc(100% - 110px);
	height: 460px;
	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: #ed1c24;
	cursor: pointer;
	padding: 0px 15px 0px 15px;
}
#listazo .listaelem img {
	transition-property: border;
	transition-duration: 500ms;
	display: block;
	width: 100%;
	height: auto;
	border-radius: 15px;
	border: 3px solid #fff;
	margin-bottom: 6px;
}
#listazo .listaelem:hover img {
	border: 3px solid #ed1c24;
}

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


.pirosgomb {
	background-color: #ed1c24;
	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 #ed1c24;
	border-bottom: 1px solid #ed1c24;
	padding: 15px 0px 15px 0px;
	background-color: #231f20;
	color: #fff;
}

#regblokk .feles {
	width: calc(50% - 30px);
	height: auto;
	float: left;
	padding: 10px;
	color: #f6c026;
}
#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 #f6c026;
	padding: 5px;
	font: normal 18px 'myriad_light';
	color: #333;
}
input.input1 {
	width: 360px;
}
input.input2 {
	width: 165px;
}
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(246,192,38,.90);
	text-align: center;
	/* overflow-y: scroll; */
	-webkit-overflow-scrolling: touch;
	left: 0px;
	top: 0px;
	color: #000;
	display: none;
}

img.close {
	cursor: pointer;
	position: fixed;
	right: 10px;
	top: 10px;
	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: #ed1c24;
}
#szavazobox .szerzo {
	font: normal 16px 'myriad_light';
	color: #ed1c24;
}

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

#szavazobox img.nagykep {
	border-radius: 20px;
	border: 5px solid #fff;
}



@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: 35px 20px 20px 20px;
		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 #ed1c24; */
		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;
		position: relative;
		margin-top: 35px;
	}
	#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 #ed1c24; */
	}
}



/* reszponziv reszek */


@media screen and (max-width: 1023px) {
	#fejlec {
		height: 55px;
	}
	#fejlec img.kislogo {
		height: 50px;
	}
	#fejlec .fomenu {
		font-size: 20px;
		top: 17px;
		right: 10px;
	}
	#fejlec_spacer {
		height: 50px;
	}
}


@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;
	}

	div.sep {
		display: block;
		height: 20px;
	}

	#fejlec .fomenu {
		display: none;
	}

	#fejlec {
		display: flex;
		justify-content: space-between;
		flex-direction: row;
	}



}



 /* Customize the label (the container) */
.radio_container {
  display: inline-block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-left: 20px;

}

/* Hide the browser's default radio button */
.radio_container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom radio button */
.radio_container .checkmark {
  position: absolute;
  top: -2px;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #ccc;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.radio_container:hover input ~ .checkmark {
  background-color: #f6c026;
}

/* When the radio button is checked, add a blue background */
.radio_container input:checked ~ .checkmark {
  background-color: #f6c026;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.radio_container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio_container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.radio_container .checkmark:after {
  top: 9px;
  left: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #000;
}


