/* 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;
}

body {
	background-color: #000;
}

#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);
	}
}

#wrapper {
	position: relative;
	width: 1200px;
	margin: 20px auto;
	background-color: #fff;
	padding-top: 40px;
}
a {
	color: rgb(0, 132, 255);
}

.block {
	width: 620px;
	margin-left: 140px;
	font: 18px/26px Octava;
}

.vynos {
	width: 220px;
	font: 16px/19px Octava;
	margin: -20px 0 0 700px;
	
	p {
		padding-top: 20px;
	}
}

.desc {
	width: 780px;
	font: 16px/20px Octava;
}

.objects {
	position: absolute;
	width: 700px;
	height: 380px;
	margin-left: 210px;
	
	.object {
		position: absolute;
		font: 15px/17px 'CirceRegular';
		z-index: 100;
		cursor: move;
		
	}
}

.buttons {
	div {display: inline-block;margin: 0 10px;
}
	
	.change {
		width: 150px;
		height: 43px;
		background: url(../images/buttons/buttonb.png) no-repeat center center;
		cursor: pointer;
		&:active {position: relative;top: 1px;}
	}
	.save {
		width: 150px;
		height: 43px;
		background: url(../images/buttons/buttona.png) no-repeat center center;
		cursor: pointer;
		&:active {position: relative;top: 1px;}
	}
	.tw {
		width: 150px;
		height: 43px;
		background: url(../images/buttons/twitter.png) no-repeat center center;
		cursor: pointer;
		&:hover {background: url(../images/buttons/twitter_hover.png) no-repeat center center;}
		&:active {position: relative;top: 1px;}
	}
	.fb {
		width: 150px;
		height: 43px;
		background: url(../images/buttons/fb.png) no-repeat center center;
		cursor: pointer;
		&:hover {background: url(../images/buttons/fb_hover.png) no-repeat center center;}
		&:active {position: relative;top: 1px;}
	}
}

.postcard {
	width: 700px;
	height: 464px;
	background: url(../images/bg/1.png);
	margin-left: 250px;
}
.black {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .8);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999999;
	cursor: pointer;
	
	.wait {
		display: block;
		position: absolute;
		top: 50%;
		left: 50%;
		margin: -16px 0 0 -16px;
	}
	
	.result {
		position: absolute;
		top: 50%;
		left: 50%;
		margin: -232px 0 0 -350px;
		display: none;
	}
}

.places {
	margin: 110px auto;
	
	td {
		text-align: center;
		vertical-align:top;
		width: 240px;
		padding-bottom: 85px;
		font: 16px/20px Octava;
	}
	.blank {
		width: 40px;
	}
}

.videos {
	margin: 50px auto 0;
	
	td {
		text-align: center;
		vertical-align:top;
		width: 380px;
		padding-bottom: 40px;
		font: 16px/20px Octava;
	}
	.blank {
		width: 100px;
	}
}

.last-video {
	margin: 0px auto 110px;
	
	td {
		text-align: center;
		vertical-align:top;
		width: 380px;
		padding-bottom: 40px;
		font: 16px/20px Octava;
	}
}