/* 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;
}
.clr {
	clear: both;
}
#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);
	}
}

* {
	padding: 0;
	margin: 0;
}

td {
	vertical-align: top;
}

body {
}
.black_line {
	width: 100%;
	height: 405px;
	position: absolute;
	top: 758px;
	background-color: #000;
	z-index: -10;
}
.grey_line {
	width: 100%;
	height: 758px;
	position: absolute;
	background-color: #DBDBDB;
	z-index: -10;
}
#wrapper {
	position: relative;
	width: 1200px;
	margin: 0 auto;
}

.question {
	margin: 0 0 50px 90px;
	position: relative;
	
	.switcher {
		width: 70px;
		height: 70px;
		background: url(../images/button.jpg);
		position: absolute;
		margin: 230px 0 0 470px;
		cursor: pointer;
		&:hover {
			background: url(../images/button_hover.jpg);
		}
		&:active {
			margin-top: 235px;
		} 
	}
	.photos {
		table {
			td {
				text-align: center;
				font: 20px/28px Nonamegrotesk;
				text-transform: uppercase;
				vertical-align: middle;
				padding: 10px 0;
				width: 325px;
			}
			.blank{width: 170px;}
		}
	}
	.quotes {
		position: relative;
		height: 250px;
		
		.quote {
			float: left;
			width: 325px;
			margin: 20px 90px;
			text-align: center;
			font: 22px/30px Octava;
			position: absolute;
		}
	}
}
.show-result {
	width: 293px;
	height: 48px;
	background: url(../images/test_resultat.png);
	margin: 60px auto 0;
	cursor: pointer;
}

.show-right {
	width: 293px;
	height: 48px;
	background: url(../images/test_otveti.png);
	margin: 60px auto 0;
	cursor: pointer;
}

.finish {
	display: none;
	margin-top: 50px;
	
	.desc {
		text-align: center;
		font: italic 23px/27px Octava;
		color: red;
		
		span {
			color: #000;
		}
	}
}