/* LESS VARIABLES */
.border-radius (@radius: 5px) {
	border-radius: @radius;
  	-webkit-border-radius: @radius;
  	-moz-border-radius: @radius;
}
.box-sizing (@type: border-box) {
	-webkit-box-sizing: @type;
	-moz-box-sizing:    @type;
	box-sizing:         @type;
}

#preloader {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: #fff;
	z-index: 100000;
	box-shadow: 0px 1px 3px rgba(0,0,0,0.4);
	
	.spinner {
		display: none;
		position: absolute;
		top: 50%;
		left: 50%;
		margin: -25px 0 0 -25px;
		width: 50px;
		height: 50px;
		background: rgba(0,0,0, 0.9) url(../images/loading.gif) no-repeat center center;
		.border-radius(40px);
	}
}
/* ############## */
* {
	margin: 0;
	padding: 0;
}


html {
	height: 100%;
}

body {
	font: 16px/19px 'OctavaOSCRegular';
	color: #000;
	height: 100%;
	overflow-y: hidden;
}

a {
	color: inherit;
}

#wrapper {
	float: left;
	width: 31894px;
	height: 100%;
	/*z-index: -10;*/
}

.block {
	float: left;
	position: relative;
	
		.cover{
			height: 100%;
			z-index: -2;
			display: block;
			float: left;
		}
}

.chat-h {
	left: 73%;
	bottom: 0%;
	height: 30px;
	width: 222px;
	font: 12px/14px 'CirceRegular';
	background-color: rgb(0, 32, 30);
	z-index: 100;
	position: absolute;
	color: #fff;
	margin-bottom: 225px;
	
	p {
		padding: 7px 10px;
	}
}

.chat {
	position: absolute;
	left: 73%;
	bottom: 0;
	margin-top: -225px;
	background-color: white;
	width: 220px;
	height: 225px;
	border: 1px solid #000;
	overflow: hidden;
	z-index: 10;
	
	.jspVerticalBar
	{
		position: absolute;
		top: 0px;
		right: 5px;
		width: 5px;
		height: 100%;
		background: #fff;
		display: none;
	}
	
	.jspTrack
	{
		background-color: #000;
		width: 1px;
		position: relative;
	}
	
	.jspDrag
	{
		background: #000;
		position: relative;
		top: 0;
		left: -2px;
		cursor: pointer;
		width: 5px;
		height: 20px!important;
	}
	
	.txt{
		margin: 0 15px;
		position: absolute;
		bottom: 0;
		font: 11px/14px 'CirceRegular';
		
	}
	
	.txt-w {
		/*height: 980px;*/
		/*margin-top: 225px;*/
	}
}

.heading {
	width: 380px;
	height: 100%;
	background-color: black;
	color: #fff;
	padding-left: 60px;
	
	h1 {
		font: 83px/100px 'NonameGroteskHanddrawnv4Rg';
		letter-spacing: 25px;
		margin: 40px 0 25px 45px;
	}
	.lead {
		font: 16px/19px 'OctavaOSCRegular';
		text-align: center;
		width: 295px;
		margin: 0 0 65px 45px;
		padding: 45px 0;
		border-bottom: 10px solid #fff;
		border-top: 10px solid #fff;
	}
	.descr {
		font: 16px/19px 'OctavaOSCRegular';
		margin: 0 0 50px 45px;
		width: 295px;
	}
	.credits {
		font: 16px/19px 'OctavaOSCRegular';
		margin: 0 0 0 45px;
		width: 295px;
	}
}

.about {
	left: 20%;
	top: 10%;
	overflow: auto;
	width: 435px;
	height: 496px;
	background-color: #fff;
	border: 3px solid #000;
	padding: 20px 40px;
	
	h2 {
		font: 30px/36px 'OctavaOSCRegular';
	}
	
	p {
		width: 410px;
		padding-bottom: 20px;
	}
}

.chapter {
	width: 378px;
	height: 234px;
	background-color: #000;
	color: #fff;
	top: 26%;
	left: 45%;
	padding: 10px 40px;
	
	i {
		font: italic 30px/36px 'OctavaOSCRegular';
	}
	h2 {
		font: 50px/60px 'NonameGroteskHanddrawnv4Rg';
		margin-top: 60px;
	}
	.descr {
		font: 20px/24px 'NonameGroteskHanddrawnv4Rg';
		margin-top: 10px;
	}
}

.video {
	left: 68%;
	top: 0%;
	width: 650px;
	height: 365px;
	border: 1px solid #333;
	background-color: green;
}



.chat-h2 {
	left: 90%;
	bottom: 0;
	height: 30px;
	width: 222px;
	font: 12px/14px 'CirceRegular';
	background-color: rgb(0, 32, 30);
	z-index: 100;
	position: absolute;
	color: #fff;
	margin-bottom: 400px;
	
	p {
		padding: 7px 10px;
	}
}

.chat2 {
	position: absolute;
	left: 90%;
	bottom: 0%;
	background-color: white;
	width: 220px;
	height: 400px;
	border: 1px solid #000;
	overflow: hidden;
	z-index: 10;
	margin-top: -400px;
	
	.jspVerticalBar
	{
		position: absolute;
		top: 0px;
		right: 5px;
		width: 5px;
		height: 100%;
		background: #fff;
		display: none;
	}
	
	.jspTrack
	{
		background-color: #000;
		width: 1px;
		position: relative;
	}
	
	.jspDrag
	{
		background: #000;
		position: relative;
		top: 0;
		left: -2px;
		cursor: pointer;
		width: 5px;
		height: 20px!important;
	}
	
	.txt2{
		margin: 0 15px;
		position: absolute;
		bottom: 0;
		font: 11px/14px 'CirceRegular';
		color: blue;
		
	}
	
	.txt-w2 {
		/*height: 980px;*/
		/*margin-top: 225px;*/
	}
}


.chapter2 {
	width: 378px;
	height: 234px;
	background-color: #000;
	color: #fff;
	top: 26%;
	left: 1.2%;
	padding: 10px 40px;
	
	i {
		font: italic 30px/36px 'OctavaOSCRegular';
	}
	h2 {
		font: 50px/60px 'NonameGroteskHanddrawnv4Rg';
		margin-top: 60px;
	}
	.descr {
		font: 20px/24px 'NonameGroteskHanddrawnv4Rg';
		margin-top: 10px;
	}
}

.movies iframe {
	position: absolute;
	border: 7px solid #fff;
}

.mp3 {
	width: 200px;
	height: 170px;
	top: 30%;
	left: 5%;
}

.about {
	overflow: auto;
	width: 435px;
	height: 496px;
	background-color: #fff;
	border: 3px solid #000;
	padding: 20px 40px;
	
	h2 {
		font: 30px/36px 'OctavaOSCRegular';
	}
	
	p {
		width: 410px;
		padding-bottom: 20px;
	}
}

.capt {
	font: 16px/19px 'OctavaOSCRegular';
	background-color: #fff;
}