body {
	margin: 0px;
	padding: 0px;
	color: #000;
	font: normal 20px serif;
	background: #fff url(img/bg.jpg) center top no-repeat;
	background-attachment: fixed;
	
}

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

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


img {
	max-width: 90%;
}


input, textarea, select {
	border: 1px solid rgb(117,117,117);
	font-family: serif;
	font-size: 18px;
	color: rgb(91,91,91);
}


#fejlec {
	background: transparent url(img/csik.png) left top repeat-x;
	text-align: center;
	height: 182px;
	position: relative;
}



#cover {
	position: absolute;
	left: -130px;
	top: 0px;
	display: block;
	z-index: 1;
}
#legyezo {
	position: absolute;
	right: -125px;
	top: 0px;
	display: block;
	z-index: 1;
}


#mainblock, #fejlec .inner {
	text-align: center;
	max-width: 844px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}


.piros {
	color: #a9122a;
}

h1 {
	font-size: 34px; 
	text-align: center;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-top: 26px;
}

h2 {
	font-size: 28px; 
	text-align: center;
	margin-bottom: 0px;
	margin-top: 0px;
}

h3 {
	font-size: 24px; 
	text-align: center;
	margin-bottom: 0px;
}

#fejlec h1, #fejlec h2 {
	color: #f90a96;
}

#fejlec a {
	display: block;
	text-decoration: underline;
	color: #fff;
	position: relative;
	top: 65px;
	font-size: 22px;
}


p.kerdes {
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px;
	text-align: center;
}



div.nyeremeny {
	display: inline-block;
	text-align: center;
	font-size: 16px;
	margin-bottom: 20px;
	width: 45%;
	margin-left: 1%; 
	margin-right: 1%; 
	
}
div.nyeremeny img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

label {
	cursor: pointer;
}



div.popupunderlay {
	background-color: rgba(0,0,0,.70);
	display: none;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 10;
}


.overlaywarning {
	border-radius: 8px;
	color: #f00;
	font:  bold 18px;
	font-style: italic;
	background-color: #fff;
	padding: 5px;
	position: fixed;
	width: 300px;
	max-width: 90%;
	top: 100px;
	text-align: center;
	z-index: 20;
	box-shadow: 4px 4px 6px rgba(0,0,0,.60);
}
.overlaywarning input[type=button] {
	border: none;
	background-color: #f00;
	border-radius: 10px;
	color: #fff;
	padding: 5px;
	font-weight: bold;
}



#reg_adatok div.inputsor {
	width: 70%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#reg_adatok div.inputsor input {
	display: inline;
	text-align: left;
	position: relative;
	margin: 10px;
	width: 70%;
}


.szurkeinput {
	display: inline-block;
	background-color: #fff;
	color: rgb(91,91,91);
	text-transform: uppercase;
	text-align: center;
	padding: 10px;
	font-size: 20px;
	border: 1px solid #bfbfbf;
} 


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

/* 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: 3px;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #555;
  border-radius: 50%;
}

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

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

/* 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: 6px;
  left: 6px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
} 



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

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

/* Create a custom checkbox */
.checkbox_container	.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #555;
}

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

/* When the checkbox is checked, add a blue background */
.checkbox_container input:checked ~ .checkmark {
  background-color: #f90a96;
}

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

/* Show the checkmark when checked */
.checkbox_container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkbox_container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
} 


.nagygomb {
	display: inline-block;
	background-color: #f90a96;
	color: #fff;
	text-transform: uppercase;
	cursor: pointer;
	text-align: center;
	padding: 10px;
	font-size: 20px;
	border: none;
	font-family: serif;
}



@media screen and (max-width: 767px) {
	div.nyeremeny {
		width: 90%;
		display: block;
	}
	#fejlec {
		height: auto;
	}
	
	#cover, #legyezo {
		position: relative;
		left: 0px;
		top: 0px;
		display: inline-block;
		vertical-align: middle;
		margin-top: 100px;
		width: 45%;
	}
	
	#reg_adatok {
		width: 100%;
		float: none;
	}
	#reg_adatok div.inputsor {
		width: 100%;
	}

	h1 {
		font-size: 26px; 
	}

	h2 {
		font-size: 20px; 
	}
	
	#fejlec a {
		top: 70px;
	}

}
