
/* 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: 16px/22px CharterOSCRegular;
	background: #000;
	color: #fff;
	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;
	}
}

#wrapper {
	float: left;
	width: 20000px;
	
	.default {
		position: relative;
		height: 100%;
		float: left;
	}
	
	.bg { 
		height: 100%;
	}
}

h1 {
	font: 48px/58px Futura;
	text-align: center;
	width: 300px;
	letter-spacing: 5px;
	span {
		font: italic 48px/58px OctavaOSCRegular;
	}
}

.lead {
	font: italic 22px/26px OctavaOSCRegular;
	width: 300px;
	text-align: center;
}

.choice {
	color: rgb(12, 250, 216);
	font: bold 28px/30px Futura;
	text-align: center;
	width: 300px;
	span {
		border-bottom: 2px solid rgb(12, 250, 216);
	}
}

.descr {
	width: 396px;
}

.bordered {
	font: italic 18px/21px OctavaOSCRegular;
	color: rgb(12, 250, 216);
	width: 240px;
	border: 1px solid rgb(12, 250, 216);
	padding: 10px;
}

.show {
	background: url(../images/tochka.png);
	width: 23px;
	height: 23px;
	z-index: 10000;
}

.wear {
	width: 400px;
	height: 400px;
	
	img {
		display: none;
		position: absolute;
	}
	.w-capt {
		position: absolute;
		z-index: 10000;
		text-align: center;
		font-family: Futura;
	}
}

.credits {
	font: 16px/31px Futura;
	i {
		font: italic 16px/31px OctavaOSCRegular;
	}
}