
/* 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;
}
a {
	color: inherit;
}
#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: url(../images/loading.gif) no-repeat center center;
		/*.border-radius(40px);*/
	
	}
}

* {
	padding: 0;
	margin: 0;
}

body {
	background: #fff;
	min-width: 1200px;
}

#menu {
	position: fixed;
	width: 180px;
	height: 100%;
	
	.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;
		
		&: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;
		/*right: -37px;*/
		padding-left: 10px;
		background: url(../images/punkt/point_green.png) no-repeat 0px 13px;
	}
}

.pink {
	color: #F55B9A;
}


#wrapper {
	margin: 0 0 0 180px;
	background: url(../images/shoe.png) no-repeat 300px 8300px;
	
	
	.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);
			}
		}
		.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;
		}
		.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);
				}
			}
		}
	}
}

.snapshot {
	margin-left: 160px;
	margin-top: 30px;
	td {
		vertical-align: top;
	}
	.caption {
		font: 18px/48px FuturaPTCondMedium-Reg;
		color: #F55B9A;
		text-transform: uppercase;
	}
	.blank {
		width: 30px;
	}
	.name {
		width: 355px;
		font: 33px/44px FuturaPTCondExtraBold-Reg;
		text-transform: uppercase;
		vertical-align: middle;
	}
	.distance {
		width: 300px;
		font: 109px/50px FuturaPTCondExtraBold-Reg;
		text-transform: uppercase;
		vertical-align: middle;
	}
	a {
		font: 33px/43px FuturaPTCondExtraBold-Reg;
		color: #F55B9A;
		text-transform: uppercase;
	}
}

.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;
		}
	}
}


.blogs {
	padding-bottom: 40px;
	
	.blogs_head {
		font: 90px/124px FuturaPTCondMedium-Reg;
		text-transform: uppercase;
	}
	.date {
		font: 29px/40px FuturaPTCondMedium-Reg;
		text-transform: uppercase;
		text-decoration: underline;
	}
	.photo {
		float: left;
	}
	.name {
		float: left;
		margin-left: 20px;
		font: 33px/33px FuturaPTCondExtraBold-Reg;
		text-transform: uppercase;
	}
	.pink_triangle {
		width: 31px;
		height: 33px;
		background: url(../images/pink.png);
	}
	.green_triangle {
	
		width: 31px;
		height: 33px;
		background: url(../images/green.png);
	}
	.blog_text {
		width: 255px;
		padding: 20px;
		color: #fff;
		font: 16px/22px Futura;
	}
	.pink_bg {
		background-color: #ED4089;
		box-shadow: 2px 2px 2px rgba(0, 0,0,0.3);
	}
	.green_bg {
		background-color: #bdde2a;
		box-shadow: 2px 2px 2px rgba(0, 0,0,0.3);
	}
	.likes {
		margin-top: 20px;
		
		td {
			vertical-align: top;
		}
	}
}
