.question:not(#gender){display:none;}

.secondary-question{display:none;}

@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,500,700,100,900);

html, body{padding:0px; margin:0px; height:100%;}

body{
	background:url(../images/bg.jpg) top center no-repeat;
	background-size:cover;
	font-family: 'Roboto', sans-serif;
	background-attachment:fixed;
}

.logo{text-align:center; margin-top:5%; margin-bottom:40px;}

.header{
	background:#252a3a;
	padding:30px;
	border-radius:6px 6px 0px 0px; -moz-border-radius:6px 6px 0px 0px; -webkit-border-radius:6px 6px 0px 0px;
}

.header h1{
	font-weight:300;
	color:#ff9e00;
	font-size:36px;
	text-align:center;
}

.header h3{
	font-size:16px;
	font-weight:300;
	color:#fff;
	line-height:1.5em;
	text-align:center;
}

.form-container{
	padding:30px;
	background:#fff;
	border-radius:0px 0px 6px 6px; -moz-border-radius:0px 0px 6px 6px; -webkit-border-radius:0px 0px 6px 6px;
}

.question h3{
	text-align:center;
	margin:0px 0px 30px 0px;
}

.answer img{
	width:100%;
	height:auto;
	cursor:pointer;
	border-radius:6px 6px 0px 0px; -moz-border-radius:6px 6px 0px 0px; -webkit-border-radius:6px 6px 0px 0px;
}

#personal-info input, #personal-info select{
	margin-bottom:10px;
	margin-top:0px;
}



.answer-btn{
	background:#888;
	color:#fff;
	font-weight:500;
	text-align:center;
	font-size:18px;
	padding:10px 20px;
	border-radius:0px 0px 6px 6px; -moz-border-radius:0px 0px 6px 6px; -webkit-border-radius:0px 0px 6px 6px;
	margin-bottom:20px;
}

.answer-btn2{
	background:#888;
	color:#fff;
	font-weight:500;
	text-align:center;
	font-size:18px;
	padding:10px 20px;
	border-radius:6px; -moz-border-radius:6px; -webkit-border-radius:6px;
	margin-bottom:10px;
}

.answer-btn3{
	background:#ff9e00;
	color:#fff;
	font-weight:500;
	text-align:center;
	font-size:18px;
	padding:10px 20px;
	border-radius:6px; -moz-border-radius:6px; -webkit-border-radius:6px;
	margin-bottom:10px;
}


.answer:hover .answer-btn{
	background:#ff9e00 !important;
}
.answer-btn:hover, .answer-btn2:hover{
	background:#ff9e00;
	cursor:pointer;
}

.answer-btn3:hover{
	background:#8ece3c;
	cursor:pointer;
}

.btn-selected{
	background:#8ece3c;
}

.secondary-question{
	text-align:center;
	font-size:16px;
	font-weight:700;
	padding-top:20px;
}

select{
	margin: 20px auto;
    display: block;
    padding: 10px;
	border-radius:6px; -moz-border-radius:6px; -webkit-border-radius:6px;
	cursor:pointer;
}

.footer{
	text-align:center;
	font-size:13px;
	color:#aaa;
	margin-top:50px;
}

@media screen and (max-width:468px){
	
	.logo{
		margin-top:10px;
		margin-bottom:10px;
	}
	
	.logo img{
		height:50px;
	}
	
	.container{
		padding:0px !important;
	}
	
	.header{
		padding:15px;
		border-radius:0px;
	}
	
	.header h1{
		font-size:28px;
		margin-top:0px;
	}
	
	.header h3{margin-bottom:0px;}
	
	.form-container{
		padding:15px;
	}
	
	.question h3{
		margin-bottom:15px;
	}
}