
/* LESS VARIABLES */
.rounded-corners (@radius: 5px) {
	border-radius: @radius;
  	-webkit-border-radius: @radius;
  	-moz-border-radius: @radius;
}
/* ############## */
* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
body {
	font-family: CharterOSCRegular;
	font-size: 16px;
	line-height: 21px;
	background: #000;
	margin-top: 0px !important;
	height: 100%;
	background: #000 url(../images/BG.jpg) fixed;
}
#header {
	font-family: FFDINBold;
}
#wrapper {
	float: left;
	width: 3000px;
	height: 90%;
}
.block {
	float: left;
}
.asd {
	float: left;
	width: 100px;
	height: 5%;
}

h1 {
	font-size: 50px;
	line-height: 72px;
	font-weight: normal;
	color: #Fff;
}
p {
	font-size: 18px;
	line-height: 23px;
}


.arrowed {
	position: absolute;
	bottom: 30px;
	left: 150px;
	width: 125px;
	padding-left: 38px;
	color: #FFFF61;
	background: url(../images/strelka.png) no-repeat left center;
}

.fuck {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 34px;
	left: 0;
	z-index: 0;
}
.img {
	position: relative;
	float: left;
	margin-left: 100px;
	
	img {
		display: block;
		height: 100%;
	}
	.descr {
		display: none;
		position: absolute;
		width: 100%;
		padding: 10px 0;
		text-align: center;
		color: #000;
		bottom: 0;
		background: rgba(255, 255, 255, .35);
		z-index: 2;
		
		.va {
			display: table;
			height: 100%;
			margin: 0 20px;
		}
		p {
			display: table-cell;
			vertical-align: middle;
			font-family: CharterOSCRegular;
			font-size: 14px;
		}
	}
}
.dn {
	display: none;
}
#same {
	float: left;
	position: relative;
	z-index: 2;

	a {
		display: block;
		text-decoration: none;
		color: #000;
	}
	a:hover {
		color: #09f;
	}
	.item {
		width: 200px;
		margin-bottom: 30px;
		.photo {
			width: 200px;
			height: 150px;
		}
		.photo:hover {
			background: url(../images/hover.gif) !important;
		}
		p {
			width: 200px;
			font-family: CirceRegular;
			font-size: 13px;
			text-align: center;
			margin-top: 7px;
		}
	}
}


.films{
/*	width: 5065px;*/
	float: left;
	background-color: #000;	
	height: 754px;
		
		.circle-png{
			margin-left: -200px;
			position: absolute;
			top: 20%;
			width: 457px;
			height: 437px;
			float: left;
		}
		.about{
			width: 916px;
			height: 100%;
			background: url(../images/a2.png) no-repeat 300px 150px;
			float: left;
			color: #fff;
			
				p{
					width: 442px;
					font: 16px/30px 'CharterOSCRegular';
					margin-top: 230px;
					margin-left: 300px;
					float: left;
				}
				
		}
		
}

.shot{
	float: left;
	position: relative;
		img{
			height: 754px!important;
		}
		
		.capt{
			position: absolute;
			width: 250px;
			top: 0;
			margin-left: -50px;
			background-color: #000;
			padding: 35px;
			z-index: 50;
			font: 16px/30px 'CharterOSCRegular';
			color: #fff;
				span{
					font: 16px/30px 'LineaturaLight';
				}
		}
}



.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;
		}
	}
}
.comments {
	width: 500px;
}
.caps{
	font-family:'CirceRegular';
	font-size: 12px;
	text-transform: uppercase;
}