
/* LESS VARIABLES */
.rounded-corners (@radius: 5px) {
	border-radius: @radius;
  	-webkit-border-radius: @radius;
  	-moz-border-radius: @radius;
}
/* ############## */
* {
	margin: 0;
	padding: 0;
}
html {

}
body {
	font-family: CharterOSCRegular;
	background: #e6e8ea;
	font-size: 15px;
	line-height: 21px;
	}

#header {
	font-family: FFDINBold;
}

.like{
	position: absolute;
	margin-top: 5px;
	z-index: 5000;
}
.big{
	position: absolute;
	z-index: -1000;
	width: 100%;
	height: 100%;
	background-size: cover;
	display: none;
}

/*.a1{
	background: url('../images/bg/1.jpg') no-repeat;
}

.a2{
	background: url('../images/bg/2.jpg') no-repeat;
}

.a3{
	background: url('../images/bg/3.jpg') no-repeat;
}

.a4{
	background: url('../images/bg/4.jpg') no-repeat;
}

.a5{
	background: url('../images/bg/5.jpg') no-repeat;
}

.a6{
	background: url('../images/bg/6.jpg') no-repeat;
}

.a7{
	background: url('../images/bg/7.jpg') no-repeat;
}

.a8{
	background: url('../images/bg/8.jpg') no-repeat;
}

.a9{
	background: url('../images/bg/9.jpg') no-repeat;
}

.a10{
	background: url('../images/bg/10.jpg') no-repeat;
}*/


.wrapper{
	overflow: hidden;
}
.post-wrap{
	top: 0px;
	width: 100%;
	position: relative;
}
.post{
	position: relative;
	
	.windows {
		position: relative;
		width: 1000px;
		margin: 0 auto;
		
		.objects {
			position: relative;
			width: 1000px;
			height: 800px;
			
			
			
			.outbg{
				background: #fff;
			}
			
			.object {
				position: absolute;
				z-index: 100;
				cursor: move;
				font: 14px/16px 'Courier New';
				padding: 20px 0px;
				
					
				.border{
					border: 2px solid blue;
					border-top:none;
					padding: 20px;
					background: #fff;
					
					.zag{
						border-bottom: 1px solid #999;
					}
				}
				
			}
			.pd{
				background: #fff url(../images/line.png) left top no-repeat;
			}
		}
				
	}
}

.active{
	display: block;
}

.down{
	width: 51px;
	height: 74px;
	background: url(../images/down.png) center center no-repeat;
	position: absolute;
	bottom: 50px;
	left: 50%;
	cursor: pointer;
	z-index: 99999;
}

.up{
	width: 51px;
	height: 74px;
	background: url(../images/up.png) center center no-repeat;
	position: absolute;
	top: 50px;
	left: 50%;
	cursor: pointer;
	z-index: 99999;
	display: none;
}
.nav{

	margin-top: 5px;
	z-index: 999999999999;
	margin-left: 20px;
	margin-bottom: 15px;
	color: #fff;
	font-family: CirceRegular;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 11px;
	height: 216px;
	position: absolute;
	bottom: 0px;
		padding-top: 30px;
		
		.section{
			padding: 5px;
			cursor: pointer;
		}
		.active{
			border: 1px solid #fff;			
		}
	
}