
/* 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-family: CharterOSCRegular;
	background: #fff;
	font-size: 15px;
	line-height: 21px;
	height: 100%;
	overflow-y: hidden;
}
#header {
	font-family: FFDINBold;
}
#wrapper {
	float: left;
	margin-top: 34px;
	width: 8325px;
	img { float: left;}
}
.block {
	float: left;
	min-height: 700px;
	margin-right: 70px;
}
#menu {
	width: 110px;
	
	ul {
		list-style: none;
		font-family: CirceRegular;
		font-size: 12px;
		line-height: 14px;
		
		li {
			text-decoration: underline;
			cursor: pointer;
			margin-bottom: 20px;
		}
	}
}
.show {
	position: fixed;
	top: 50px;
	left: 16px;
	width: 106px;
	height: 106px;
	background: url(../images/show.png);
	cursor: pointer;
	z-index: 100;
}
.hidden, .bg {
	display: none;
	position: absolute;
	top: 34px;
	left: 0;
	width: 8325px;
}
.bg {
	display: block;
	top: 694px;
	z-index: -1;
}
#layer1 {
	position: fixed;
	top: 34px;
	left: 0;
	width: 14000px;
	height: 660px;
	background: url(../images/layer1.png);
}
#layer2 {
	position: fixed;
	top: 34px;
	left: 0;
	width: 17000px;
	height: 660px;
	background: url(../images/layer2.png);
}