
/* 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;
	background: #000;
	color: #959f92;
	font-size: 15px;
	line-height: 21px;
	height: 100%;
	overflow-y: hidden;
}

#preloader {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: #000;
	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;
	}
}


#header {
	position: absolute;
	z-index: 10000;
	height: 30px;
}
#wrapper {
	float: left;
	width: 7000px;
	
	img { 
		float: left;
		height: 100%;
	}
}

.caption{
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
		.what{
			font: 14px/15px 'CirceRegular';
			z-index: 1000;
		}
		a{
			color: #959f92;
		}
}

.caption2{
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
		.what{
			font: 14px/15px 'CirceRegular';
			z-index: 1000;
		}
}

.caption3{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
		.what{
			font: 14px/15px 'CirceRegular';
			z-index: 1000;
		}
}

#layer1 {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
		img{
			float: left;
			height: 100%;
		}
}
#layer2 {
	position: fixed;
	left: 0;
	height: 100%;
		img{
			float: left;
			height: 100%;
		}
}

#layer3 {
	position: fixed;
	left: 0;
	height: 100%;
		img{
			float: left;
			height: 100%;
		}
}



.audio {
	position: fixed;
	bottom: 30px;
	left: 30px;
	z-index: 1000;
	
	.mp3 {
		position: relative;
		margin-bottom: 3px;
		
		span {
			font-family: CirceRegular;
			font-size: 13px;
			line-height: 15px;
			letter-spacing: 1px;
		}
		.jPlayer {
			width: 20px; 
			.play-button {
				position: absolute;
				left: 50px;
				top: 0px;
				width: 20px;
				height: 20px;
				cursor: pointer;

				.ico-pause {
					width: 20px;
					height: 20px;
					background: url(../images/pause.png) no-repeat center center;
				}
				.ico-play {
					width: 20px;
					height: 20px;
					background: url(../images/play.png) no-repeat center center;
				}
			}
		}
	}
}

.ipad{
	width: 7600px;
	height: 700px;
	display: none;
		img{
			float: left;
		}
}