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

a {
	color: rgb(178, 178, 152);
}

.clearFix {
	clear: both;
}
body {

	font: 17px/25px Octava;
	color: rgb(235, 235, 235);
	background: black;
	background-image: url(../images/bg.jpg); 
	

}
#wrapper {
	width: 1200px;
}



.o{
	opacity: 0.6;
	-webkit-transition: all 0.3s ease-out;  /* Safari 3.2+, Chrome */
	     -moz-transition: all 0.3s ease-out;  /* Firefox 4-15 */
	       -o-transition: all 0.3s ease-out;  /* Opera 10.5–12.00 */
	          transition: all 0.3s ease-out;  /* Firefox 16+, Opera 12.50+ */
}

.o:hover {
	opacity: 0.99;
}

/*.header{
	opacity: 0.6;
}*/


.opis{
	border-top: 2px dotted #fff;
	border-bottom: 2px dotted #fff;
	padding: 40px 0 40px 0;
	width: 450px;
	margin-left: 120px;
	margin-top: 80px;
	margin-bottom: 60px;
}



.credits{
	width: 460px;
	text-align: center;
	margin: 200px 200px 100px 400px;

	padding: 30px;
	border: 1px dotted #fff;
}


.music{

font-family: Futura;
text-transform: uppercase;
letter-spacing: 2px;
font-size: 21px;
	width: 460px;
	text-align: center;
	margin: 200px 200px 00px 400px;
	position: relative;
	padding: 30px;
	/*border: 1px dotted #fff;*/
}



.opisl{
	border-top: 2px dotted #fff;
	border-bottom: 2px dotted #fff;
	padding: 40px 0 40px 0;
	width: 450px;
	margin-left: -220px;
	margin-top: 80px;
	margin-bottom: 60px;
}

.ospan{
	text-align: center;
	font-size: 28px;
	font-family: Futura;
	
}



.zahod{
	font-size: 70px;
	font-family: Nonamegrotesk;
	position: relative;
	margin-top: 70px;
	margin-left: 160px;
	z-index: 1000;
	text-transform: uppercase;
	line-height: 70px;
}


.leada{
	position: relative;
	width: 550px;
	margin-top: 100px;
	margin-left: 160px;
	text-align: center;
	font-size: 16px;
	line-height: 26px;
	
z-index: 1000;
}


.leadb{
	position: relative;
	width: 750px;
	margin-top: 100px;
	margin-left: 160px;
	
	font-size: 24px;
	line-height: 40px;
	opacity: 0.99;
	
	
z-index: 1000;
}


.timeline
{
	position: absolute;
	margin-left: 0px;
	width: 350px;

	margin-top: 100px;

	
}


.timeline span{
	font-size: 30px;
	font-family: Nonamegrotesk;
	margin-left: -20px;
}

.date
{
	
		padding-right: 30px;
	font-family: Futura;
	font-size: 16px;
	margin-left: 120px;
	margin-top: -10px;
	margin-bottom: 60px;
	
	
	opacity: 0.6;
	-webkit-transition: all 0.3s ease-out;  /* Safari 3.2+, Chrome */
	     -moz-transition: all 0.3s ease-out;  /* Firefox 4-15 */
	       -o-transition: all 0.3s ease-out;  /* Opera 10.5–12.00 */
	          transition: all 0.3s ease-out;  /* Firefox 16+, Opera 12.50+ */
	
	
	
}



.date:hover {
	opacity: 0.99;
}

.dateline
{
	margin-top: 10px;
	width: 96px;
	font-style: Futura;
	font-size: 15px;
	border-top: 2px solid #fff;
	
	
	
	opacity: 0.6;
	-webkit-transition: all 0.3s ease-out;  /* Safari 3.2+, Chrome */
	     -moz-transition: all 0.3s ease-out;  /* Firefox 4-15 */
	       -o-transition: all 0.3s ease-out;  /* Opera 10.5–12.00 */
	          transition: all 0.3s ease-out;  /* Firefox 16+, Opera 12.50+ */
	
	
	
}




.imgclmn
{ 
	position: relative;
	margin-left: 360px;
	width: 850px;
	padding-right: 10px;
	
}





.dateline:hover {
	opacity: 0.99;
}

.infostart
{font: 15px/19px Octava;
width: 510px;
margin-left: 50px;
margin-top: 24px;
text-align: center;
	
}
.nav {
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -200px 0 0 -420px;
	
	img {
		display: none;
	}
}

.clearFix {
	clear: both;
}

.lead {
background-color: white;
	
	
	h1 {
		font: 50px/50px OctavaSCC;
	}
	.descr {
		width: 356px;
		font: 20px/30px 'NonameGroteskHanddrawnv4Rg';
	}
	.go {
		border: 3px solid #000;
		width: 200px;
		text-align: center;
		margin: 20px 0 0 215px;
		cursor: pointer;
		font: 30px/33px Futura;
		text-transform: uppercase;
		
	}
}

.question-block {
	display: none;
	background-color: white;
	
	.h-question {
		font: 40px/40px 'Octava';
		font-style: italic;
		float: left;
	/*	color: red;*/
	}
	.q-descr {
		margin: 10px 0 0 30px;
		width: 465px;
	}
	
	.q-img {
		position: absolute;
		top: 80px;
		right: -150px;
		display: block;
	}
	
	.question {
		position: absolute;
		bottom: 0;
		text-align: center;
		
		p {
			font: 21px/23px 'NonameGroteskHanddrawnv4Rg';
			padding: 15px 0;
			border-top: 3px solid #000;
			border-bottom: 3px solid #000;
		}
		
		table {
			
			td {
				width: 314px;
				height: 80px;
				font: 40px/23px Octava;
				text-transform: uppercase;
				cursor: pointer;
			}
			.bl {border-left:3px solid #000;}
		}
	}
}

.result {
	display: none;
	background-color: rgb(250, 230, 181);
	
	.h-result {
		font: 50px/50px Futura;
		float: left;
	}
	
	.r-descr {
		margin-top: -25px;
		padding: 10px 75px 0 40px;
	}
	
	table {
		position: absolute;
		bottom: 0;
		border-top: 3px solid #000;
		width: 100%;
		
		td {
			height: 80px;
		}
		.button {
			font: 40px/23px Octava;
			cursor: pointer;
			text-align: center;
			width: 450px;
			border-left: 3px solid #000;
		}
		.blank {
			width: 190px;
		}
	}
}

.test-block {
	width: 666px;
	height: 500px;
	border: 1px solid #000;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -250px 0 0 -333px;
	/*background-color: #fff;*/
	
	.border {
		width: 630px;
		height: 465px;
		border: 3px solid #000;
		margin: 15px;
		position: relative;
	}
	.year {
		font: 23px/35px 'NonameGroteskHanddrawnv4Rg';
		padding: 5px 0px 30px 10px;
		width: 66px;
		
	/*	background: url(../images/lines.png) no-repeat right bottom;*/
		float: left;
		position: relative;
	}
	.bullet {
		position: absolute;
		top: 10px;
		right: 30px;
		display: block;
	}
}