
/* 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;
}
/* ############## */
* {
	margin: 0;
	padding: 0;
}
html {

}
#likes {
	position: fixed;
	top: 17px;
	right: 17px;
	width: 140px;
	z-index: 50;
}
body {
	font-family: CharterOSCRegular;
	background: #000;
	font-size: 15px;
	line-height: 21px;
}
#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);
	}
}
#header {
	font-family: FFDINBold;
}
#wrapper {
	width: 1100px;
	margin: 35px auto;
}
.br {
	outline: 1px solid #f00;
}
#logo {
	position: absolute;
	width: 100px;
	padding-top: 16px;
	top: 13px;
	left: 13px;
	background: url(../images/logo.png) no-repeat top center;
	font-size: 12px;
	text-align: center;
	z-index: 5;
	color: #55B2FD;
}
.zahod {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	background: rgba(255,255,255, 0.85);
	z-index: 100;
	
	.container {
		width: 450px;
		margin: 150px auto;
		
		h1 {
			font-size: 70px;
			line-height: 120px;
		}
		p {
			font-size: 17px;
			line-height: 24px;
		}
		.cnt {
			text-align: center;
			margin-top: 30px;
		}
		.start {
			display: inline;
			padding: 5px 10px;
			border: 1px solid #000;
			.border-radius(2px);
			font-size: 17px;
			letter-spacing: 2px;
			font-family: CirceRegular;
			text-transform: uppercase;
			text-align: center;
			cursor: pointer;
		}
		.start:active {
			position: relative;
			top: 2px;
		}
	}
}
.menu-top {
	position: absolute;
	width: 740px;
	height: 18px;
	top: 13px;
	left: 200px;
	z-index: 5;
	
	.item {
		display: inline-block;
		width: 125px;
		height: 18px;
		line-height: 18px;
		margin-right: 16px;
		font-size: 10px;
		color: #fff;
		font-family: CirceRegular;
		text-align: center;
		text-transform: uppercase;
		cursor: pointer;
		&.c1 {background: #55B2FD;}
		&.c2 {background: #55B2FD;}
		&.c3 {background: #55B2FD;}
		&.c4 {background: #55B2FD;}
		&.c5 {background: #55B2FD;}
		&.active {background: #ff0 !important; color: #000; box-shadow: 0px 0px 25px #ff0;}
	} 
}
.menu-left {
	position: absolute;
	width: 113px;
	height: 480px;
	top: 70px;
	left: 0px;
	font-size: 10px;
	font-family: CirceRegular;
	text-transform: uppercase;
	z-index: 5;
	
	.active {
		img {
			box-shadow: 0px 0px 25px #ff0;
		}
		.desc {
			color: #000 !important;
			background: #ff0;
			box-shadow: 0px 0px 25px #ff0;
			height: 18px;
			line-height: 18px;
		}
	}
	.item:last-child {
		margin-bottom:0px;
	}
	.item {
		width: 100px;
		height: 80px;
		margin-bottom: 20px;
		cursor: pointer;
		
		.n {
			position: absolute;
			margin-top: 16px;
			color: #31E2FF;
			letter-spacing: 4px;
		}
		img {
			width: 52px;
			height: 52px;
			border: none;
			outline: none;
			margin: 0 0 0 36px;
			.border-radius(60px);
		}
		.desc {
			margin: 0 0 0 22px;
			text-align: center;
			color: #55B2FD;
		}
	}
}

.slider {
	position: absolute;
	top: 0px;
	left: 0px;
	background: #eee;
	width: 100%;
	height: 100%;
	overflow: hidden;
	
	.arrow {
		position: absolute;
		width: 60px;
		height: 60px;
		top: 50%;
		margin-top: -30px;
		cursor: pointer;
		z-index: 2;
		&.next {
			background: url(../images/arrow_r.png) no-repeat center center;
			right: 20px;
		}
		&.prev {
			background: url(../images/arrow_l.png) no-repeat center center;
			left: 120px;
		}
	}
	.text{
		position: absolute;
		bottom: 0px;
		right: 100px;
		width: 260px;
		z-index: 2;
		
		.header {
			width: 100%;
			height: 18px;
			background: #ff0;
			.box-sizing;
			padding: 0 10px;
			font-size: 10px;
			line-height: 18px;
			font-family: CirceRegular;
			text-transform: uppercase;
			color: #000;
		}
		.container {
			padding: 20px 10px 50px 10px;
			font-size: 13px;
			background: rgba(255, 255, 255, .85);
		}
	}
	.photo {
		.secure {
			position: fixed;
			width: 100%;
			height: 100%;
			top: 0px;
			left: 0px;
			z-index: 1;
		}
		img {
			position: absolute;
			width: 100%;
			display: block;
		}
	}
	
}