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

}
body {
	font: 16px/30px 'OctavaOSCRegular';
	background: #000;
	color: white;
}

a {
	color: inherit;
}

#wrapper {
	width: 1200px;
	margin: 35px auto;
}

td {
	vertical-align: top;
}

#menu {
	position: fixed;
	width: 110px;
	z-index: 100;
	display: none;
	
	ul {
		list-style: none;
		font: italic 12px/12px 'OctavaOSCRegular';
		color: rgb(122, 125, 146);
		letter-spacing: 3px;
		
		li {
			
			cursor: pointer;
			margin-bottom: 20px;
			padding: 3px;
		}
		.active {
			text-decoration: underline;
			color: #fff;
		}
	}
}

.block {
	position: relative;
}

#rotating-item-wrapper {
    position: relative;
    width: 900px;
    height: 1617px;
}
.rotating-item {
    /*display: none;*/
    position: absolute;
    top: -50px;
    left: 0;
}

.point {
		position: absolute;
		background: rgba(255,0,0, 0);
		/*border-radius: 100px;*/
		cursor: default;
		
		&.p1 {background: url(../images/numbers/1.png)no-repeat center center;}
		&.p2 {background: url(../images/numbers/2.png)no-repeat center center;}
		&.p3 {background: url(../images/numbers/3.png)no-repeat center center;}
		&.p4 {background: url(../images/numbers/4.png)no-repeat center center;}
		&.p5 {background: url(../images/numbers/5.png)no-repeat center center;}
		&.p6 {background: url(../images/numbers/6.png)no-repeat center center;}
	}
	.popup {
		display: none;
		top: 0px;
		left: 0px;
		position: absolute;
		background: rgba(255,255,255, 0.85);
		width: 360px;
		padding: 30px;
		cursor: default;
		
		p {
			font-size: 15px;
			line-height: 21px;
			color: black;
		}
		
		span {
			font-size: 25px;
		}
	}

.fade1, .fade2, .fade3 {
	font: 19px/23px 'OctavaOSCRegular';
	position: absolute;
	padding: 5px 8px;
	border: 1px solid #fff;
	display: none;
}

.fade4, .fade5 {
	display: none;
}

.head-img {
	margin: -60px 0 0 650px;
}

.fade1 {
	top: 110px;
	left: 266px;
}

.fade2 {
	top: 207px;
	left: 412px;
}

.fade3 {
	top: 343px;
	left: 319px;
}

.lead {
	font: 15px/40px 'OctavaOSCRegular';
	margin: 110px 0 0 790px;
	font-variant: small-caps;
}

.credits {
	font: 13px/40px 'OctavaOSCRegular';
	margin: 100px 0 0 40px;
}

h2, .h2 {
	font: italic 22px/41px 'OctavaOSCRegular';
	letter-spacing: 6px;
}
h3, .film-head {
	font: 20px/30px 'NonameGroteskHanddrawnv4Rg';
}
.first-table {
	font: italic 23px/50px 'OctavaOSCRegular';
	letter-spacing: 1px;
	
	img {
		margin-left: -65px;
	}
	
}

.about {
	width: 760px;
}

.second-table {
	font: italic 20px/30px 'OctavaOSCRegular';
	letter-spacing: 1px;
	
	td {
		width: 370px;
		padding-right: 30px;
	}
	
}

.film-table {
	td {
		width: 267px;
		padding: 40px 30px 0 0;
		font: 16px/20px 'CharterOSCRegular';
	}
}




.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;
	margin: 100px auto 50px;
}