
/* 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 Charter;
	background: #000 url(../images/back.jpg) no-repeat center top;
	color: #000;
	height: 100%;
}

#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 {
	position: relative;
}

.lead {
	position: absolute;
	width: 700px;
	left: 50%;
	margin: 230px 0 0 -350px;
	text-align: center;
	font-size: 21px;
	line-height: 24px;
	color: #2c1902;
}

.txt1 {
	position: absolute;
	width: 280px;
	left: 50%;
	color: #000;
	font-size: 15px;
	font-family: Futura;
	
	&.p1 {
		margin: 430px 0 0 120px;
	}
	&.p2 {
		margin: 1000px 0 0 120px;
	}
}

.start {
	position: absolute;
	margin: 950px 0 0 -115px;
	left: 50%;
	width: 225px;
	height: 200px;
	
	i {
		display: block;
		opacity: 0;
		width: 100%;
		height: 100%;
		background: url(../images/start.png) no-repeat center center;
	}
}

.rings {
	position: absolute;
	margin: 1228px 0 0 -218px;
	left: 50%;
	width: 436px;
	
	.ring {
		position: absolute;
	}
	.ring.big {
		width: 436px;
		height: 436px;
		background: url(../images/big_ring.png) no-repeat center center;
	}
	.ring.small {
		width: 315px;
		height: 315px;
		background: url(../images/small_ring.png) no-repeat center center;
		margin: 60px 0 0 60px;
	}
	.photo {
		position: absolute;
		width: 200px;
		height: 200px;
		margin: 119px 0 0 119px;
		
		img {
			margin: 18px 0 0 16px;
		}
	}
}

.choose {
	position: absolute;
	margin: 1542px 0 0 -341px;
	left: 50%;
	width: 140px;
	height: 130px;
	cursor: pointer;
	
	i {
		opacity: 0;
		display: block;
		width: 140px;
		height: 43px;
		background: url(../images/left-button.png) no-repeat bottom left;
		margin: 96px 0 0 -6px;
	}
}

.refine {
	position: absolute;
	margin: 1542px 0 0 220px;
	left: 50%;
	width: 140px;
	height: 130px;
	cursor: pointer;
	
	i {
		opacity: 0;
		display: block;
		width: 140px;
		height: 43px;
		background: url(../images/right-button.png) no-repeat bottom left;
		margin: 92px 0 0 0px;
	}
}

.message {
	position: absolute;
	margin: 1699px 0 0 -350px;
	left: 50%;
	width: 700px;
	height: 75px;
	
	table {
		tr{
			height: 75px;
		}
	}
	p {
		text-align: center;
		font-size: 18px;
	}
}

.empty {
	position: absolute;
	margin: 1896px 0 0 -50px;
	left: 50%;
	width: 100px;
	height: 1px;
}

.spirits {
	position: absolute;
	margin: 590px 0 0 -445px;
	left: 50%;
	width: 890px;
	height: 370px;
	
	.spirit {
		position: absolute;
/*		background: rgba(255,0,0,0.1);*/
		width: 112px;
		height: 150px;
		cursor: pointer;
		
		i {
			display: block;
			opacity: 0;
/*			background: rgba(0,255,0,0.2);*/
			width: 135px;
			height: 110px;
/*			outline: 1px solid #000;*/
		}
	}
	
	.spirit[data-id="1"] i {
		background: url(../images/spirits/1.png) no-repeat center center;
		margin: -12px 0 0 -1px;
		width: 117px;
		height: 66px;
	}
	.spirit[data-id="2"] i {
		background: url(../images/spirits/2.png) no-repeat center center;
		margin: -12px 0 0 12px;
		width: 90px;
		height: 60px;
	}
	.spirit[data-id="3"] i {
		background: url(../images/spirits/3.png) no-repeat center center;
		margin: -5px 0 0 -13px;
		width: 131px;
		height: 65px;
	}
	.spirit[data-id="4"] i {
		background: url(../images/spirits/4.png) no-repeat center center;
		margin: -6px 0 0 -5px;
		width: 132px;
		height: 62px;
	}
	.spirit[data-id="5"] i {
		background: url(../images/spirits/5.png) no-repeat center center;
		margin: -7px 0 0 0px;
		width: 111px;
		height: 52px;
	}
	.spirit[data-id="6"] i {
		background: url(../images/spirits/6.png) no-repeat center center;
		margin: -10px 0 0 -10px;
		width: 127px;
		height: 82px;
	}
	.spirit[data-id="7"] i {
		background: url(../images/spirits/7.png) no-repeat center center;
		margin: -12px 0 0 7px;
		width: 100px;
		height: 66px;
	}
	
	
	.spirit[data-id="8"] i {
		background: url(../images/spirits/8.png) no-repeat center center;
		margin: 140px 0 0 -21px;
		width: 117px;
		height: 66px;
	}
	.spirit[data-id="9"] i {
		background: url(../images/spirits/9.png) no-repeat center center;
		margin: 144px 0 0 -12px;
		width: 101px;
		height: 62px;
	}
	.spirit[data-id="10"] i {
		background: url(../images/spirits/10.png) no-repeat center center;
		margin: 119px 0 0 -15px;
		width: 127px;
		height: 64px;
	}
	.spirit[data-id="11"] i {
		background: url(../images/spirits/11.png) no-repeat center center;
		margin: 118px 0 0 -2px;
		width: 99px;
		height: 58px;
	}
	.spirit[data-id="12"] i {
		background: url(../images/spirits/12.png) no-repeat center center;
		margin: 117px 0 0 9px;
		width: 103px;
		height: 66px;
	}
	.spirit[data-id="13"] i {
		background: url(../images/spirits/13.png) no-repeat center center;
		margin: 122px 0 0 7px;
		width: 97px;
		height: 54px;
	}
	.spirit[data-id="14"] i {
		background: url(../images/spirits/14.png) no-repeat center center;
		margin: 132px 0 0 -8px;
		width: 119px;
		height: 62px;
	}
	.spirit[data-id="15"] i {
		background: url(../images/spirits/15.png) no-repeat center center;
		margin: 148px 0 0 0px;
		width: 125px;
		height: 54px;
	}
}
