@import url('jquery/jquery-ui.min.css');
@import url('jquery/jquery-ui.structure.min.css');
@import url('jquery/jquery-ui.theme.min.css');
@import url('jquery/fancybox2/jquery.fancybox.css');

html, body {
	width: 100%;
	height: 100%;
	font-family: arial;
	background-color: #67AEC2;
	font-size: 10pt;
	color: #FFF;
	margin: 0;
	padding: 0;
}
header {
	position: fixed;
	top: 0;
	width: 100%;
	background-image: url(images/logo.png);
	background-position: top 10px center;
	background-size: auto 40px;
	background-repeat: no-repeat;
	background-color: #14377E;
	color: #FFF;
	padding: 60px 0 10px 0;
	text-align: center;
	z-index: 99;
}
footer {
	font-size: 0.8em;
	text-align: center;	
	color: #636363;
}
h1, h2, p {
	width: 90%;	
	margin: 10px auto;
	line-height: 1.5em;
}
header h1 {
	width: 100%;
	font-size: 20px;
	margin: 0;	
}
p {
	margin: 10px auto 40px auto;
}
section#content {
	padding: 140px 0 0 0;	
}
section.question {
	display: block;
	width: 100%;
	max-width: 800px;	
	margin: 0 auto;
	text-align: center;
}
div {
	display: block;
	width: 90%;
	max-width: 400px;
	margin: 0 auto;
}
label {
	display: inline-block;
	text-align: center;
	width: 15%;	
}
div.options label {
	display: inline-block;
	text-align: center;
	width: 75%;	
}
label span {
	display: block;
	border-radius: 50%;
	width: 45px;
	height: 45px;
	line-height: 45px;
	background-color: #DEAE51;
	color: #FFF;
	margin: 0 auto;
	z-index: 10;
	position: relative;
	top: -20px;
}
div.options label span {
	display: block;
	border-radius: 22px;
	width: 100%;
	height: auto;
    line-height: 25px;
    padding: 10px 0;
	background-color: #DEAE51;
	color: #FFF;
	margin: 0 auto;
	z-index: 10;
	position: relative;
	top: -20px;
}
label input {
	width: 18px;
	height: 18px;
	margin: 0;
	padding: 0;
	z-index: 5;	
}
textarea {
	display: block;
	width: 80%;
	max-width: 400px;
	height: 100px;
	margin: 30px auto;
	border: 1px solid #ACB0B1;
	border-radius: 16px;
	padding: 8px;	
}
span.btn {
	display: inline-block;
	border-radius: 12px;
	width: 100px;
	height: 24px;
	line-height: 24px;
	background-color: #DEAE51;
	color: #FFF;
	text-align: center;
	margin: 0 20px 0 0;
	cursor: pointer;
}
label span:HOVER, span.btn:HOVER {
	background-color: #BBC69F !important;
	cursor: pointer;
}
:checked + span {
	background-color: #14377E !important; //#180F6D !important;
}
span.btn:last-of-type {
	margin: 0 0 0 20px;
}
input[type="text"] {
	display: block;
	border-radius: 22px;
	width: 60%;
	height: 45px;
	line-height: 45px;
	background-color: #FFF;
	color: #000;
	margin: 20px auto;
	text-align: center;
	border: 0;
}
input[type="submit"] {
	display: block;
	border-radius: 22px;
	width: 60%;
	height: 45px;
	line-height: 45px;
	background-color: #14377E;
	color: #FFF;
	font-size: 1.2em;
	margin: 20px auto;
	text-align: center;
	border: 0;
	cursor: pointer;
}
input.disabled {
	background-color: #CCC;
}
@media screen and (max-width: 600px) {
	label span:HOVER {
		background-color: #14377E !important;
	}
}