/* 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;
}
#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);
	}
}
* {
	margin: 0;
	padding: 0;
}
body {
	
}
#wrapper {
	position: relative;
	width: 1200px;
	margin: 0px auto;
	.box-sizing;
	padding: 30px 260px 0 150px;
}
.zahod {
	float: left;
	width: 738px;
	height: 771px;
	background: url(../images/zah.jpg) no-repeat center center;
	clear: both;
}
.link {
	position: absolute;
	width: 125px;
	height: 162px;
	background: url(../images/zahlink.jpg);
	top: 660px;
	left: 720px;
}
.link2 {
	position: absolute;
	width: 738px;
	height: 158px;
	background: url(../images/link.jpg);
	top: 400px;
	left: 152px;
	z-index: 2;
}
.loto {
	float: left;
	width: 883px;
	height: 884px;
	margin-top: 60px;
	padding-bottom: 40px;
	background: url(../images/grid.jpg) no-repeat;
	
	.cell {
		position: relative;
		float: left;
		width: 165px;
		height: 165px;
		margin: 10px 0 0 10px;
		cursor: pointer;
		
		b {
			position: absolute;
			display: block;
			width: 165px;
			height: 165px;
			top: 0px;
			left: 0px;
			z-index: 1;
		}
		i {
			position: absolute;
			display: none;
			width: 165px;
			height: 165px;
			top: 0px;
			left: 0px;
			background: url(../images/fishka.png) no-repeat -2px -18px;
			z-index: 2;
			
			&.active {
/*				display: block;*/
			}
		}
	}
}

.controls {
	float: left;
	width: 883px;
	text-align: center;
	padding-bottom: 70px;
	
	a {
		display:inline-block;
	}
	.refresh {
		width: 239px;
		height: 70px;
		background: #f5f5f5 url('../images/refresh.jpg') no-repeat left top;
		margin-right: 30px;
	}
	.print {
		width: 245px;
		height: 70px;
		background: #f5f5f5 url('../images/print.jpg') no-repeat left top;
	}
}

.print {
	display: none;
}

.popup {
	position: fixed;
	display: none;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 2;
	background: rgba(255,255,255,0.7) url(../images/popup.jpg) no-repeat center center;
	cursor: pointer;
}