
/* LESS VARIABLES */
.rounded-corners (@radius: 5px) {
	border-radius: @radius;
  	-webkit-border-radius: @radius;
  	-moz-border-radius: @radius;
}
/* ############## */
* {
	margin: 0;
	padding: 0;
}
a{
	color: #E83544;
}
html {

}
body {
	font-family: CharterOSCRegular;
	background: #fff;
	font-size: 15px;
	line-height: 21px;
}
#header {
	font-family: FFDINBold;
}
#wrapper {
	width: 960px;
	margin: 65px auto;
}
.like{
	float: right;
}
.block {
	margin-left: 150px;
}
#menu {
	position: fixed;
	width: 110px;
	
	ul {
		list-style: none;
		font-family: 'NewStandardCRegular';
		font-size: 17px;
		line-height: 20px;
		
		li {
			text-decoration: none;
			cursor: pointer;
			margin-bottom: 20px;
			padding: 3px;
			color: #E83544;
		}
		.active {
			color: #E83544;
			padding: 3px;
			text-decoration: underline;
		}
	}
}

h1 {
	display: block;
	width: 600px;
/*	height: 150px;*/
	font-size: 60px;
	line-height: 80px;
/*	text-indent: -9999px;*/
}

.author{
	float: left;
	font: 15px/18px 'CirceRegular';
}

.description{
	width: 220px;
	font: 13px/15px 'CirceRegular';
	float: right;
	margin-top: -50px;
	margin-right: 50px;
}

h2 {
	font: 44px/52px 'NewStandardCRegular';
	
	.t20 {
		display: inline-block;
		border: 3px solid #000;
		padding: 25px;
		position: relative;
		top: 20px;
	}
	.t60 {
		display: inline-block;
		border: 3px solid #000;
		padding: 25px;
		position: relative;
		top: 60px;
	}
	.t100 {
		display: inline-block;
		border: 3px solid #000;
		padding: 25px;
		position: relative;
		top: 120px;
	}
}

.map-image{
	margin-left: 500px;
	margin-top: -50px;
}
.map-image2{
	margin-left: 500px;
	margin-top: -170px;
}
.map-image3{
	margin-left: 500px;
	margin-top: -100px;
}
.map-image4{
	margin-left: 550px;
}
.map-image5{
	margin-left: 550px;
	margin-top: -100px;
}

.years{
	width: 170px;
	height: 2600px;
	position: absolute;
	background: url(../images/long-arrow.png) no-repeat right bottom;
	z-index: -100;
	top: 450px;
		
		p{
			font: 63px/72px 'NewStandardCRegular';
		}
}

.h2-description{
	width: 400px;
	margin-left: 300px;
	margin-top: 40px;
	font: 14px/19px 'CharterOSCRegular';
}

.about{
	width: 410px;
	font: 14px/19px 'CharterOSCRegular';
	margin-left: 50px;
}
.right{
	position: absolute;
	width: 220px;
	margin-left: 550px;
	font: 20px/28px 'NewStandardCRegular';
	color: #E83544;
	text-decoration: underline;
}

.right-bottom{
	position: absolute;
	width: 150px;
	margin-left: 670px;
	margin-top: 455px;
	font: 20px/28px 'NewStandardCRegular';
	color: #E83544;
	text-decoration: underline;
}
.mt430{
	margin-top: 430px;
}

.about-film{
	margin-left: 50px;
	margin-top: 100px;
	position: relative;
		
		.title{
			font: 44px/52px 'NewStandardCRegular';
			width: 315px;
		}
		.film-info{
			margin-top: 35px;
			font: 14px/19px 'CharterOSCRegular';
			width: 300px;
		}
		.embed{
			position: absolute;
			top: 0;
			right: 0;
				
				p{
					width: 150px;
					margin-top: 20px;
					font: 12px/14px 'CharterOSCRegular';
					
						span{
							font: 14px/19px 'CharterOSCRegular';
						}
				}
		}
}

.embed-rt{
	margin-left: 300px;
	margin-top: 40px;
}

.embed-c{
	margin-left: 50px;
}
.embed-r{
	margin-left: 277px;
}
.embed-fr{
	float: right;
	margin-bottom: 10px;
}
.embed-z{
	z-index: -10;
	position: absolute;
	margin-top: 100px;
	margin-left: 40px;
}
.embed-zr{
	z-index: -10;
	position: absolute;
	margin-left: 500px;
	margin-top: 150px;
}
.embed-zl{
	z-index: -10;
	position: absolute;
	margin-top: 100px;
	margin-left: -50px;
}
.embed-b{
	margin-bottom: 10px;
	margin-left: 50px;
}

.caption{
	margin-left: 280px;
	font: 14px/19px 'CharterOSCRegular';
	letter-spacing: 10px;	
}
.caption2{
	margin-left: 330px;
	font: 14px/19px 'CharterOSCRegular';
	letter-spacing: 10px;	
}
.caption3{
	margin-left: 500px;
	font: 14px/19px 'CharterOSCRegular';
	letter-spacing: 10px;	
}
.caption4{
	margin-left: 125px;
	font: 14px/19px 'CharterOSCRegular';
	letter-spacing: 10px;	
}
.interview{
	margin-left: 200px;
	
		.italic{
			font: 14px/19px 'CharterOSCItalic';
			margin-bottom: 25px;
		}
		p{
			font: 14px/19px 'CharterOSCRegular';
			margin-bottom: 25px;
		}
		.shorten{
			display: none;
		}
		.more {
			cursor: pointer;
			
			&.read {
				width: 167px;
				height: 54px;
				background: url(../images/more.png) no-repeat;
				margin-top: 50px;
			}
		}
}
h4 {
	font-size: 30px;
	line-height: 36px;
	font-weight: normal;
}
table {
	td {
		vertical-align: top;
	}
}

.img {
	display: block;
	padding-top: 175px;
	color: #000;	
	text-align: center;
	
	&.m1 { background: url(../images/m1.gif) no-repeat;}
	&.m2 { background: url(../images/m2.jpg) no-repeat;}
	&.m3 { background: url(../images/m3.jpg) no-repeat;}
	&.m1:hover { background: url(../images/m6.gif) no-repeat;}
	&.m2:hover { background: url(../images/m6.gif) no-repeat;}
	&.m3:hover { background: url(../images/m6.gif) no-repeat;}
}
.img:hover {
	color: #f00;
}

/*#bunker {
	position: relative;
	width: 690px;
	height: 430px;
	margin: 220px 0 40px 0;
	
	.back, .front, .layer1, .layer2 {
		position: absolute;
		width: 669px;
		height: 426px;
		background: url(../images/pics/back.png);
		z-index: 1;
	}
	.front {
		z-index: 4;
		background: url(../images/pics/front.png);
	}
	.layer1 {
		z-index: 2;
		background: url(../images/pics/100.png);
		top: -200px;
	}
	.layer2 {
		z-index: 3;
		background: url(../images/pics/200.png);
		top: -400px;
	}
}*/






.dsq-brlink { display: none; }

	
#disqus_thread {
	#dsq-topbar {
		z-index: -2;
	}
	.dsq-options { display: none; }
	.dsq-comment-header-meta-wrapper a, .dsq-comment-header-meta-wrapper span {
		font-family: CirceRegular;
		font-size: 13px;
		color: #f00;
		font-weight: normal;
	}
	.dsq-comment-header {
		background: none;
		border: none;
	}
	.dsq-global-toolbar {
		display:none;
	}
	
	.dsq-like {
		display: none;
	}
	h3 {
		font-family: CirceRegular;
		font-size: 11px;
		margin-bottom: 15px;
		font-weight: normal;
	}
	.dsq-request-user-stats, .dsq-comment-footer, .dsq-header-avatar, #dsq-comments-title, .dsq-moderator-star, .dsq-comment-hide-thread {
		display: none;
	}
	.dsq-comment-text {
		margin-left: 10px;
		margin-top: 30px;
	}
	.dsq-comment-message {
		margin-top: 0px;
	}
	.dsq-header-avatar {

	}
	.dsq-comment-header-time {
		a {
			font-size: 10px;
			color: #999;
		}
	}
	.dsq-new-post h3{
		margin-bottom: 0px;
	}
	.dsq-request-user-name {
		a {
			font-family: CirceRegular;
			font-size: 13px;
			color: #f00;
			font-weight: normal;
		}
	}
	.dsq-request-user-stats {
		span {
			font-family: CirceRegular;
			font-size: 13px;
			font-weight: normal;
			
			big {
				font-size: 13px;
			}
		}
	}
	.dsq-textarea-wrapper {
		border: 1px solid #f00;
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		border-radius: 0px;
		min-height: 20px !important;
		height: 20px !important;
	}
	.dsq-comment-buttons, .dsq-post-footer {
		button {
			padding: 3px 8px;
			background: #fff;
			color: #000;
			border: 1px solid #000;
			-webkit-border-radius: 0px;
			-moz-border-radius: 0px;
			border-radius: 0px;
			font-weight: normal;
		}
	}
}
.theme {
	a.a {
		display: block;
		background: #FBF69A;
		text-decoration: none;
		color: #000;
		width: 130px;
		padding: 10px;
		font-family: CirceRegular;
		font-size: 13px;
		line-height: 12px;
	}
}
.comments {
	width: 500px;
	margin-left: 150px;
	margin-top: 50px;
}