
/* 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;
}
.clr {
	clear: both;
}
#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: -50px 0 0 -50px;
		width: 100px;
		height: 100px;
		background: rgba(0,0,0, 0.9) url(../images/loading.gif) no-repeat center center;
	/*	.border-radius(40px);*/
	}
}

* {
	padding: 0;
	margin: 0;
}
a {
	color: inherit;
}

body {
	min-width: 1200px;
}

.big_black_div {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: fixed;
	background: #000;
	
	.black_counter {
		background: #000 url(../images/punkt/line_white.png)repeat-x 0px 15px;
		position: fixed;
		width: 0px;
		height: 200px;
		
		.counter_dot {
			position: absolute;
			font: 18px/20px FuturaPTCondMedium-Reg;
			color: #fff;
			padding-left: 10px;
			background: url(../images/punkt/point_white.png) no-repeat 0px 13px;
		}
	}
	.margin_fot_counter {
		margin: 0 auto;
		width: 1000px;
		height: 1px;
	}
}

#menu {
	position: fixed;
	width: 180px;
	height: 100%;
	z-index: 2;
	
	.resized_logo {
		width: 291px;
		-moz-transition: all 0.5s ease;
		-webkit-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		transition: all 0.5s ease;
		
		&.small {
			width: 180px;
		}
	}
	.hided_logo {
		width: 291px;
		-moz-transition: all 0.5s ease;
		-webkit-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		transition: all 0.5s ease;
		
		&.small {
			width: 0px;
		}
	}
	
	li {
		list-style: none;
		background: url(../images/button.png) no-repeat left center;
		padding: 10px 0 10px 20px;
		font: 16px/18px FuturaPTCondExtraBold-Reg;
		text-transform: uppercase;
		cursor: pointer;
		color: #222;
		
		&:hover {
			background: url(../images/button_hover.png) no-repeat left center;
			color: #fff;
		}
		a {
			text-decoration: none;
		}
	}
}

#counter {
	background: #aed500 url(../images/punkt/line_black.png)repeat-x 0px 15px;
	position: fixed;
	opacity: 80%;
	z-index: -10;
	height: 100%;
	
	.counter_dot {
		position: absolute;
		font: 18px/20px FuturaPTCondMedium-Reg;
		color: #F55B9A;
		padding-left: 10px;
		background: url(../images/punkt/point_green.png) no-repeat 0px 13px;
	}
}

.pink {
	color: #F55B9A;
}


#wrapper {
	margin: 0 0 0 180px;
	display: none;
	background: url(../images/shoe.png) no-repeat 300px 1600px;
	
	
	.content {
		width: 1000px;
		margin: 0 auto;
		background: url(../images/rights.png) no-repeat right bottom;
		
		.ruler {
			margin-left: 80px;
			span {
				width: 80px;
				text-align: center;
				display: block;
				float: left;
				font: 14px/16px FuturaPTCondMedium-Reg;
				background: url(../images/rul.png) no-repeat top center;
				padding-top: 30px;
			}
		}
		h1 {
			font: 43px/48px FuturaPTCondExtraBold-Reg;
			text-transform: uppercase;
		}
		h2 {
			font: 18px/18px FuturaPTCondExtraBold-Reg;
			text-transform: uppercase;
		}
		.join_button {
			width: 275px;
			height: 75px;
			background: url(../images/join.png);
			margin-left: 362px;
			cursor: pointer;
			
			&:hover {
				background: url(../images/join_hover.png);
			}
			&:active {
				background: url(../images/join_click.png);
			}
		}
		.nike_frame {
			width: 100%;
			height: 100px;
			border: none;
		}
		.welcome {
			font: 40px/40px FuturaPTCondExtraBold-Reg;
			text-transform: uppercase;
		}
		.desc {
			font: 18px/18px FuturaPTCondMedium-Reg;
		}
		.more {
			display: block;
			width: 198px;
			height: 198px;
			background: url(../images/about.png);
			margin: 30px 0 0 400px;
			-moz-transition: all 0.5s ease;
			-webkit-transition: all 0.5s ease;
			-o-transition: all 0.5s ease;
			transition: all 0.5s ease;
			
			&:hover {
				background: url(../images/about_hover.png);
			}
		}
		.dot {
			width: 1px;
			height: 1px;
		}
		.now {
			font: 50px/50px FuturaPTCondExtraBold-Reg;
			text-transform: uppercase;
			margin-top: 530px;
		}
		.socnet {
			margin-left: 355px;
			
			.border {
				width: 70px;
				height: 10px;
				background-color: #000;
				float: left;
				margin-top: 26px;
			}
			.fb {
				width: 70px;
				height: 62px;
				background: url(../images/fb.png);
				display: block;
				float: left;
				margin-left: 7px;
				&:hover {
					background: url(../images/fb_hover.png);
				}
			}
			.vk {
				width: 70px;
				height: 62px;
				background: url(../images/vk.png);
				display: block;
				float: left;
				margin-right: 7px;
				&:hover {
					background: url(../images/vk_hover.png);
				}
			}
		}
	}
}

.popup {
	width: 901px;
	height: 616px;
	position: fixed;
	top: 40px;
	left: 50%;
	margin-left: -308px;
	background: url(../images/popup/border.png);
	top: -660px;
	-webkit-transition: all 900ms cubic-bezier(0.720, 0, 0.240, 1); /* older webkit */
	-webkit-transition: all 900ms cubic-bezier(0.720, -0.370, 0.240, 1.405); 
	   -moz-transition: all 900ms cubic-bezier(0.720, -0.370, 0.240, 1.405); 
	    -ms-transition: all 900ms cubic-bezier(0.720, -0.370, 0.240, 1.405); 
	     -o-transition: all 900ms cubic-bezier(0.720, -0.370, 0.240, 1.405); 
	        transition: all 900ms cubic-bezier(0.720, -0.370, 0.240, 1.405); /* custom */
	
	&.active {
		top: 40px;
	}
	
	.cross {
		position: absolute;
		top: 15px;
		right: 15px;
		width: 29px;
		height: 29px;
		background: url(../images/popup/cross.png);
		cursor: pointer;
		
		&:hover {
			background: url(../images/popup/cross_hover.png);
		}
	}
	
	a {
		color: #F55B9A;
	}
	
	h3 {
		font: 30px/25px FuturaPTCondExtraBold-Reg;
		text-transform: uppercase;
	}

	td {
		text-align: center;
		vertical-align: ;
		font: 24px/24px FuturaPTCondMedium-Reg;
		width: 220px;
		
		.fb {
			width: 70px;
			height: 62px;
			display: block;
			background: url(../images/fb.png);
			float: left;
			margin-left: 40px;
			&:hover {
				background: url(../images/fb_hover.png);
			}
		}
		.vk {
			width: 70px;
			height: 62px;
			display: block;
			background: url(../images/vk.png);
			float: left;
			&:hover {
				background: url(../images/vk_hover.png);
			}
		}
		.app {
			width: 108px;
			height: 107px;
			display: block;
			background: url(../images/popup/app.png);
			margin-left: 50px;
			&:hover {
				background: url(../images/popup/app_hover.png);
			}
		}
		.run {
			width: 123px;
			height: 131px;
			margin-left: 50px;
			background: url(../images/popup/run.png);
		}
	}
	.blank {
		width: 60px;
	}
	.links {
		font: 30px/25px FuturaPTCondExtraBold-Reg;
		text-transform: uppercase;
		
		a {
			padding: 0 13px;
		}
	}
}




.skrollable {
	/*
	 * First-level skrollables are positioned relative to window
	 */
	position:fixed;

	/*
	 * Skrollables by default have a z-index of 100 in order to make it easy to position elements in front/back without changing each skrollable
	 */
	z-index:100;
}
.block {
	width: 1000px;
	left: 50%;
	margin-left: -500px;
	font: 70px/84px FuturaPTCondExtraBold-Reg;
	text-transform: uppercase;
	color: #fff;
	text-align: center;
}

/*.skrollable.unrendered {
	display:none !important;
}*/


.skrollable .skrollable {
	/*
	 * Second-level skrollables are positioned relative their parent skrollable
	 */
	position:absolute;
}

.skrollable .skrollable .skrollable {
	/*
	 * Third-level (and below) skrollables are positioned static
	 */
	position:static;
}

.skip {
	width: 178px;
	height: 38px;
	background: url(../images/skip.png);
	cursor: pointer;
	position: absolute;
	right: 0;
	z-index: 101;
	
	&:hover {
		background: url(../images/skip_hover.png);
	}
}