body {
	background: url("../img/partkereso_bg.jpg");
	background-size: cover;
    font-family: 'Source Sans Pro', sans-serif;
    color: #666;
    font-size: 12px;
	margin: 0 ;
    
	}

h1{font-size:30px;}
h2{font-size:22px; text-transform: uppercase;}

#container{
	width:100%;
	max-width:1200px;
	height:100vh;
	margin:0 auto;
	display: table;
	}
/* Belépó oldal */
#cont_div{
	display: table-cell;
	vertical-align: middle;
	padding: 20px;
	margin: 0 auto;}
	
	#cont_div .cont_inner{
		width: 700px;
		background: rgba(0, 0, 0, 0.65);
		color: #C5C5C5;
		margin: 0 auto;
		padding: 70px 0 40px 0;}

#home_title{
	width:100%;
	color: #C7C7C7;
	font-size: 45px;
	font-weight: 400;
	text-align: center;
	text-shadow: 0px 0px 8px rgba(0, 0, 0, 1);
	margin-top:0px;}
	
	#home_text{
		text-align: center;
		margin-top:0px;
		font-weight: 400;
		text-shadow: 0px 0px 8px rgba(0, 0, 0, 1);}
		
		.home_text{
			margin:0 auto;
			padding-bottom:20px;
			max-width:500px;
			font-size:25px;}
	
	.early_p{text-align: center; padding: 10px 0 0 0;} 

#start_button{
	background: #F5F5F5;
	width:70%;
	max-width:500px;
	color: #5A5A5A;
	font-size:28px;
	font-weight:bold;
	text-align: center;
	margin:0 auto;
	padding:15px;
	border:1px solid #dadada;
	cursor: pointer;
	transition: background-color ease-in-out .3s,color ease-in-out .3s,border-radius ease-in-out .3s;
	-o-transition: background-color ease-in-out .3s,color ease-in-out .3s, border-radius ease-in-out .3s;
	-webkit-transition: background-color ease-in-out .3s,color ease-in-out .3s, border-radius ease-in-out .3s;}

	#start_button:hover{
		background: #dbdbdb;
		color:rgb(110, 108, 147);
		transition: background-color ease-in-out .3s,color ease-in-out .3s,border-radius ease-in-out .3s;
		-o-transition: background-color ease-in-out .3s,color ease-in-out .3s, border-radius ease-in-out .3s;
		-webkit-transition: background-color ease-in-out .3s,color ease-in-out .3s, border-radius ease-in-out .3s;
		border-radius: 10px;}

/* Belépő oldal - vége */
/* Lábléc sáv*/
#footer{
	background:#000;
	width: 100%;
	height: 100px;
	-webkit-transition: background-color ease-in-out .15s;
	-o-transition: background-color ease-in-out .15s;
	transition: background-color ease-in-out .15s;
	position: fixed;
	bottom: 0px;
	left: 0px;
	z-index: 999;}
	
	#logo{
		width: 300px;
	    height: 100px;
	    color: #c5c5c5;
	    font-size: 11px;
	    text-align: center;
	    line-height: 24px;    
	    float: left;
	    /*
		width: 300px;
		height: 100px;
		color: #3e85c1;
		font-size: 40px;
		text-align: center;
		line-height: 100px;
		text-transform: uppercase;
		float: left;*/}
	#logo img{
		margin-top:15px;
		height: 60px;
		vertical-align: text-bottom;
		margin-bottom: -5px;}
	#logo_mobile{display: none;}
	#logo_mobile img{
		height: 49px;
		vertical-align: text-bottom;}
	#menu_mobile{display: none;}
	#menu{
		width: 65%;
		height: 100px;
		color: #3e85c1;
		font-size: 23px;
		line-height: 100px;
		margin: 0 0 0 40px;
		float: right;
		text-align: right;}
		
		#menu a{
			color: #929292;
			margin-right: 5%;
			text-decoration: none;
			-webkit-transition: color ease-in-out .2s;
			-o-transition: color ease-in-out .2s;
			transition: color ease-in-out .2s;}
			
			#menu a:hover{
				color:#c5c5c5;
				-webkit-transition: color ease-in-out .2s;
				-o-transition: color ease-in-out .2s;
				transition: color ease-in-out .2s;}
/* Lábléc sáv - vége */
/* Kérdések oldal */
#question_cont{
	display: table-cell;
	vertical-align: middle;}
	
	#question_div{
		padding: 20px;
		background: rgba(0,0,0,0.55);
		min-height: 463px;}
	
		#question_cont h1{
			width:90%;
			text-align: center;
			margin:0 auto;}
			
			.answer_button{
				background: #F5F5F5;
				width:70%;
				max-width:300px;
				font-size:20px;
				font-weight:bold;
				text-align: center;
				padding:15px;
				margin:0 auto;
				margin-top:20px;
				border:1px solid #dadada;
				cursor: pointer;
				transition: background-color ease-in-out .3s,color ease-in-out .3s,border-radius ease-in-out .3s;
				-o-transition: background-color ease-in-out .3s,color ease-in-out .3s, border-radius ease-in-out .3s;
				-webkit-transition: background-color ease-in-out .3s,color ease-in-out .3s, border-radius ease-in-out .3s;}
				
				
			
			.active_answer{
				background-color: #796D96;
				color: #ffffff;
				border-color: #F5F5F5;}
				
				.active_answer:hover{
					background-color: #706080;
					color: #ffffff;
					border-color: #F5F5F5;}

	#questionheader_inner{display: flex; line-height: 70px;}
	#questionheader{
		background: #f3f3f3;
		font-size:22px;
		text-align: center;
		padding:0px;
		margin-bottom:20px;
		margin-top:0px;
		min-height: 70px;
		width: 100%;
		}
	.qend{margin-top: 85px!important;}
	#categoryname_mobile{display: none;}
	#categoryname{
		background: rgba(0, 0, 0, 0.65);
		height: 38px;
		color: #F5F5F5;
		font-size: 24px;
		text-transform: uppercase;
		line-height: 38px;
		position: absolute;
		top: 3%;
		left: 3%;
		padding: 0 15px;}
		
	
	#stepper{
		width: 100%;
		text-align:center;
		margin:20px 0 5px 0;}	
		
		.step_select_div{
			display: inline-block;
			/*height:50px;*/
			width: 90%;
			margin:0 auto;}
			
		.step_select_div2{float:left; width: 100%;}
	
		.step_select{
			background-color: #fff;
			background-image: none;
			width:100%;
			height: 57px;
			color: #555;
			font-size: 14px;
			line-height: 1.42857143;
			padding: 6px 12px;
			border: 1px solid #ccc;
			-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
			-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
			transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;}
	   
	   .steplink{font-size: 25px; margin-right:5px; line-height: 25px; height: 25px;}
	   	.steplink_a{color:#6187F5 !important; cursor: pointer;}
	   	.steplink_i{color:#BBBBBB !important;}
	   
		.arrow_left {
			width: 43px;
			height: 70px;
			cursor: pointer;
			background: url('../img/arrow_left.png');
			background-size: cover;
			float: left;
			-webkit-transition: background ease-in-out .15s;
			-o-transition: background ease-in-out .15s;
			transition: background ease-in-out .15s;}  		
		.arrow_left:hover {background: url('../img/arrow_left_hover.png');background-size: cover;}
			
		.arrow_right {
			width: 43px;
			height: 70px;
			cursor: pointer;
			background: url('../img/arrow_right.png');
			background-size: cover;
			float: right;
			webkit-transition: background ease-in-out .15s;
			-o-transition: background ease-in-out .15s;
			transition: background ease-in-out .15s;}  
		.arrow_right:hover {background: url('../img/arrow_right_hover.png');background-size: cover;}
	

	   
/* Kérdések oldal - vége */
#noform_buttons{width:100%; margin-top:20px; margin-bottom: 120px;display: flex; flex-wrap: wrap; justify-content: space-around;}
#noform_buttons .form_button{margin:0!important;margin-bottom: 10px!important;}
/* Form elemek */
#early {
	width: 28px;
	height: 28px;
	
	background: #fcfff4;

	background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: -moz-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: -o-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: -ms-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#b3bead',GradientType=0 );
	margin: 10px auto 0 auto;
	position: relative;
}

#early label {
	cursor: pointer;
	position: absolute;
	width: 20px;
	height: 20px;
	left: 4px;
	top: 4px;

	-webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);
	-moz-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);
	box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);

	background: -webkit-linear-gradient(top, #222 0%, #45484d 100%);
	background: -moz-linear-gradient(top, #222 0%, #45484d 100%);
	background: -o-linear-gradient(top, #222 0%, #45484d 100%);
	background: -ms-linear-gradient(top, #222 0%, #45484d 100%);
	background: linear-gradient(top, #222 0%, #45484d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222', endColorstr='#45484d',GradientType=0 );
}

#early label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	content: '';
	position: absolute;
	width: 9px;
	height: 5px;
	background: transparent;
	top: 4px;
	left: 4px;
	border: 3px solid #fcfff4;
	border-top: none;
	border-right: none;

	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

#early label:hover::after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
	opacity: 0.3;
}

#early input[type=checkbox]:checked + label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}
		.winner{font-size:50px; line-height:50px;}
			.winner img{height:50px; vertical-align: middle; margin-right:15px; margin-bottom:8px;}
	   
	   #form_div{
	   		background: #F5F5F5;
				width:70%;
				max-width:600px;
				font-size:16px;
				font-weight:bold;
				text-align: center;
				padding:15px;
				margin:0 auto;
				margin-top:20px;
				border:1px solid #dadada; 
				position:relative;
	   }
	   
	   	#form_div form div{width:100%; margin-bottom:10px; text-align:left;}
	   
	   		#form_div form div label{display:inline-block; width:235px; text-align:right;}
	   		#form_div form div input{display:inline-block; margin-left:5px;}
	   		#form_div form div select{display:inline-block; margin-left:5px;}
	   		.form_szimp_p{border:0; background:none; font-weight:bold; font-family: 'Source Sans Pro', sans-serif; color:#665; font-size:18px;}
	   		.slider_range_max{margin-left:240px; width:30% !important}
	   		
	   		.form_button{background: #F5F5F5;
				width:70%;
				max-width:140px;
				font-size:20px;
				font-weight:bold;
				text-align: center !important;
				padding:15px;
				margin:0 auto;
				margin-top:20px;
				border:1px solid #dadada;
				cursor: pointer;
				display: inline-block;
				transition: background-color ease-in-out .3s,color ease-in-out .3s,border-radius ease-in-out .3s;
				-o-transition: background-color ease-in-out .3s,color ease-in-out .3s, border-radius ease-in-out .3s;
				-webkit-transition: background-color ease-in-out .3s,color ease-in-out .3s, border-radius ease-in-out .3s;
				margin-left:86px !important;
				color:#665;
				font-family: 'Source Sans Pro', sans-serif !important;
			}
				
			.form_button:hover{
					background-color: #706080;
					color: #ffffff;
					border-color: #F5F5F5;}	
					
		.answer_button_end0{text-align: left; font-size:16px; text-transform: lowercase; font-weight:normal;}
			.answer_button_end0 span{margin-right:5px; color:#ffffff; text-decoration: underline; text-transform: capitalize; font-weight:bold;}
			
		.answer_button_end1{text-align: left; font-size:16px; padding-bottom:12px !important; text-transform: lowercase; font-weight:normal;}
			.answer_button_end1 img{height:25px; vertical-align: middle; margin-right:5px; margin-bottom:3px; float: right;}
			.answer_button_end1 span{margin-right:5px; color:#665; text-decoration: underline; text-transform: capitalize; font-weight:bold;}	
			
		#iskola{width:178px;}
		#telep{width:178px;}
			
/* Form elemek - vége */

/* Aloldalak */
.table {
		width:100%;
		border:1px solid #C0C0C0;
		border-collapse:collapse;	
		font-size:14px;	
	}
	.table th {
		border:1px solid #C0C0C0;
		padding:5px;
		background:#F0F0F0;
	}
	.table td {
		border:1px solid #C0C0C0;
		padding:5px;
	}
/* Aloldalak - vége */

@media screen and (max-height: 810px) {
	#questionheader{margin-top: 60px;}
	#container{margin-bottom: 120px;}
}
@media screen and (max-width:1020px) {
    #menu {width: 55%; font-size:15px;}
}
@media screen and (max-width: 768px) {
	body{background: url("../img/partkereso_bg_m.jpg"); background-size: cover; /*background-position-y: -600px;*/}
	#container{height: auto;}
	#questionheader h1{width: 80%; font-size: 20px; margin: 0 auto;}
	#questionheader{margin-bottom: 0;margin-top:0!important; padding:0; width: 100%;}
	.qend{margin-top: 0px;}
	#categoryname{display: none!important;}
	#questionheader_inner{flex-shrink: 3; box-sizing:border-box; width: 100%;display: flex; display: -ms-flexbox; line-height: normal; align-items: center; min-height: 75px;ms-flex: 0 1 auto; -ms-flex-positive: 0; -ms-flex-negative: 0; -ms-flex-preferred-size: auto;   -ms-flex: 1;}
	#categoryname_mobile{display: block; width: 100%;}
	#questionheader h1{ flex-shrink: 3; box-sizing:border-box; -ms-flex: 0 1 auto; -ms-flex-positive: 0; -ms-flex-negative: 0; -ms-flex-preferred-size: auto;   -ms-flex: 1;}
	#question_cont{vertical-align: top;}
	#question_div {padding: 10px; min-height:100px;}
	#cont_div {
		vertical-align: top;
		padding: 20px;}
	.answer_button{margin-top: 5px; padding: 10px; font-size: 17px; }
		
		#cont_div .cont_inner{
			width: 100%;
			padding: 20px 0 20px 0;}
	
	#home_title{
		font-size: 22px;}

	.home_text{
		font-size: 18px;}
	#footer{/*position: inherit; */margin-top: 0px; height:120px;}
	#logo{display: none;}
	#logo_mobile{width: auto; margin: 0 auto; height: 12px; line-height: 50px;float: none; color: #c5c5c5; font-size: 12px;text-align: center;line-height: 17px;  display: block;}
		#menu{	
		width: 100%;
		height: 50px;
		color: #7875A9;
		font-size: 17px;
		line-height: 50px;
		text-align: center;
		margin: 0 0 0 40px;
		float: right;
		display: flex;
		justify-content: space-around;}
		#menu a{margin: 0;}
	#form_div{width: 90%; margin-top: 5px;}
	#form_buttons{display: flex; justify-content: center; flex-wrap: wrap;}
	.form_button{margin: 10px!important; margin-left: 0px!important; margin-right: 0px!important; padding-bottom: 15px;}
	#form_div form div{margin:0; padding: 10px 0 10px 0; border-top: 1px #CACACA solid;}
	#form_div form div label{text-align: left;}
	.ui-slider_range_max {padding: 0!important;}
	.slider_range_max {margin-left:0!important; padding: 0!important; margin-bottom: 10px!important; width: 100%!important;}
	.ui-slider-range.ui-widget-header.ui-corner-all.ui-slider-range-max {padding: 0px!important;}
	#noform_buttons{margin-bottom:0}		
	}
/* IE9, IE10 */
@media screen and (max-width:400px) {
    #questionheader h1 {width: 190px;}
}
@media screen and (min-width:768px) {
    .answer_button:hover{
					background: #dadada;
					color:rgb(101, 102, 143);
					border-radius: 10px;
					transition: background-color ease-in-out .3s,color ease-in-out .3s,border-radius ease-in-out .3s;
					-o-transition: background-color ease-in-out .3s,color ease-in-out .3s, border-radius ease-in-out .3s;
					-webkit-transition: background-color ease-in-out .3s,color ease-in-out .3s, border-radius ease-in-out .3s;}
}