/* LESS VARIABLES */
.border-radius (@radius: 5px) {
	border-radius: @radius;
  	-webkit-border-radius: @radius;
  	-moz-border-radius: @radius;
}
.box-sizing (@type: border-box) {
	-webkit-box-sizing: @type;
	-moz-box-sizing:    @type;
	box-sizing:         @type;
}

#preloader {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: #fff;
	z-index: 100000;
	box-shadow: 0px 1px 3px rgba(0,0,0,0.4);
	
	.spinner {
		display: none;
		position: absolute;
		top: 50%;
		left: 50%;
		margin: -25px 0 0 -25px;
		width: 50px;
		height: 50px;
		background: rgba(0,0,0, 0.9) url(../images/loading.gif) no-repeat center center;
		.border-radius(40px);
	}
}

/* ############## */
* {
	margin: 0;
	padding: 0;
}

.clearFix {
	clear: both;
}

body {
}

.hover {
	background-color:#FAE8D0;
	position: absolute;
	width: 100%;
	height: 20px;
	left: 0;
	z-index: -100;
	
	&.yellow {
		background-color: #FBFC86;
	}
}

#wrapper {
	width: 1200px;
	margin: 0 auto;
	.heading {
		position: relative;
	}
}

/*td {
	vertical-align: top;
}*/

.capt {
	font: 16px/19px Futura;
	margin: 400px 0 0 220px;
	width: 400px;
	z-index: 10;
}
.question-block {
	margin-bottom: 70px;
}
.test {
	font: 23px/30px Octava;
	margin-left: 100px;
	
	.num {
		
		width: 45px;
	}
	
	.question {
		width: 270px;
		padding: 0 55px;
		font: bold 30px/36px Futura;
		
	}
	
	.answer {
		cursor: pointer;
		font: 19px/35px Octava;
		width: 400px;
		
		/*&:hover {
			background-color:#FAE8D0;
		}*/
		
		/* */
		&.g {
			color: #00a830 !important;
		}
		span {
			padding: 0 20px 0 0;
		}
	}
	.img {
		float: left;
	}
	.ans {
		display: none;
		margin: 20px 0 0 20px;
		font: 17px/27px Octava;
		font-style: italic;
	}
}

.show-result {
	width: 293px;
	height: 48px;
	background: url(../images/test_resultat.png);
	margin: 60px 0 0 315px;
	cursor: pointer;
	display: none;
}

.finish {
	display: none;
	margin: 50px 0 0 160px;
	width: 600px;
	.question {
		width: 600px;
		margin: 0;
	}
	
	.desc {
		text-align: center;
		font: italic 23px/27px Octava;
		color: red;
		width: 600px;
		
		span {
			color: #000;
		}
	}
	
	.show-right {
		width: 293px;
		height: 48px;
		background: url(../images/test_otveti.png);
		margin: 60px 0 0 160px;
		cursor: pointer;
	}
}
.vanya {
	font: 16px/19px Futura;
	width: 540px;
	margin: 100px 0 0 240px;
}