* {
	margin: 0;
	padding: 0;
}
body {
}
.clearFix {
	clear: both;
}

@transition: 0.5s;

#wrapper {overflow: hidden;
	position: relative;
	width: 1200px;
	margin: 0px auto;
	
	h1 {
		font: 160px/60px MonoCondensed-Bold;
		top: 30px;
		position: relative;
		color: rgba(61, 153, 101, 1);
	}
	.autors {
		font: 15px/20px MonoCondensed-Bold;
		
		width: 180px;
		top: 160px;
		left: 800px;
		position: relative;
		
		

	}
	
	
	.telka{
		width: 1200px;
		position: relative;
	}
	
	.dot{
opacity: 0.5!important;
		cursor: pointer;
		-moz-border-radius: 1000px;
		-webkit-border-radius: 1000px;
		border-radius: 1000px; /* future proofing */
		-khtml-border-radius: 1000px;
		width:  30px;
		height:  30px;
		line-height:  30px;
		text-align:  center;
		color: rgba(1, 1, 1, 0.8);
		border: 3px solid rgba(1, 1, 1, 0.8);
		background-color: rgba(255, 255, 255, 0.8);
		position: absolute;
		z-index: 9000;
		font: 14px/30px Gothic725BlkBT;

		-webkit-transition: all @transition ease;
		-moz-transition: all @transition ease;
		-ms-transition: all @transition ease;
		-o-transition: all @transition ease;
		transition: all @transition ease;
	
		
			&:hover{
			background-color: white;
			color: rgba(1, 1, 1, 1);
			border: 3px solid rgba(0, 0, 0, 1);
			opacity: 1!important;
		
		}
		
	
	}
	
	
	
	.zahodik{
		width: 1200px;
		position: relative;
		margin-top: 400px;
	
	}
	
	
	.smalltext{
		font: 160px/60px MonoCondensed-Bold;
	}
	
	
	
	
	
	.lead2{
	z-index: 120390;
		font: 15px/20px MonoCondensed-Bold;
		width: 400px;
		left: 190px;
		top: -260px;
		color: rgba(61, 153, 101, 1);
		position: relative;
	}
	
	
	
	.textintro
	{font: 14px/20px PTSerif-Regular;
	width: 270px;
	position: relative;
	z-index: 100;
		
	}
	
	
	
	.desc {
		font: 43px/54px Futura;
		width: 960px;
	}
	
	.block {
		font: 16px/22px Octava;
		.w380 {
			width: 380px;
		}
		.w620 {
			width: 620px;
		}
		.w700 {
			width: 700px;
			margin-left: 270px;
		}
		img.right {
			right: 0;
			z-index: -1;
		}
		.zin {
			z-index: -1;
		}
		.fr {
			float: right;
		}
		.fl {
			float: left;
		}
		h2 {
			font: 52px/63px Futura;
		}
		.name {
			font: 17px/37px OctavaSCC;
			letter-spacing: 3px;
		}
		.comment {
			width: 221px;
			height: 67px;
			background: url(../images/c1.png);
			cursor: pointer;
			-webkit-transition: background 0.5s ease;
			&:hover {
				background: url(../images/hover.png);
			}
		}
	}
	.how {
		margin-left: 170px;
		font: 95px/67px Futura;
	}
}

.ca
{ width: 200px;
	font: 14px/16px Futura;
	text-align: right;
	color: #d22a1b;
	
}

.transition {
	-webkit-transition: all @transition ease;
	-moz-transition: all @transition ease;
	-ms-transition: all @transition ease;
	-o-transition: all @transition ease;
	transition: all @transition ease;
}

.hint {
	top: 0px;
	left: 0px;
	background: #ffffff;
	text-align: center;
	position: absolute;
	z-index: 1000;
	width: 480px;
	border: #000000 3px solid;
	padding: 20px;
	opacity: 0;
	color: rgb( 61, 153, 101 );

	.question {
		font-size: 20px;
		padding: 20px;
		font-family: MonoCondensed-Bold;
	}

	.answero {
		font-size: 14px;
		line-height: 20px;
		padding: 20px;
		font-family: PTSansPro-Caption;
	}
}

.liter {
	top: 0px;
	left: 0px;
	background: #ffffff;
	text-align: left;
	position: absolute;
	z-index: 9800;
	width: 480px;
	border: rgb( 183, 72, 115 ) 3px solid;
	padding: 20px;
display: none;
	color: rgb( 61, 153, 101 );

	.cross {
		position: absolute;
		width: 33px;
		height: 32px;
		cursor: pointer;
		z-index: 900;
		background: url( "../images/cross.png" );
		margin-top: -38px;
		margin-left: 485px;
	}

	.texto {
		font-size: 13px;
		line-height: 24px;
		font-family: PTSerif-Regular;
		padding-bottom: 20px;
		color: #000000;
		padding-top: 5px;
		z-index: 999999999999;
	}

	.autoro {
		font-size: 15px;
		line-height: 20px;
		font-family: MonoCondensed-Bold;
		color: #000000;
		padding-bottom: 10px;
	}
}

.lit {
	position: absolute;
	width: 53px;
	height: 53px;
	background-image: url( "../images/lit.png" );
	z-index: 9900;
	cursor: pointer;

	&:hover {
		background-image: url( "../images/lit_hover.png" );
	}
}