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

}
a{
	color: black;
}
body {
	font: 14px/22px 'CharterOSCRegular';
	background: rgba(249, 216, 220, 1);
	}

#header {
	font-family: FFDINBold;
	z-index: 5000;
}

.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-color: rgba(249, 216, 220, 1);}
.a2{background-color: rgba(202, 233, 236, 1);}
.a3{background-color: rgba(251, 248, 213, 1);}
.a4{background-color: rgba(201, 254, 226, 1);}
.a5{background-color: rgba(249, 216, 220, 1);}

.ci{
	font: 14px/19px 'CirceRegular';
}
.clearFix{
	clear: both;
}
.wrapper{
	overflow: hidden;
}
.post-wrap{
	top: 0px;
	width: 100%;
	position: relative;
}
.post{
	position: relative;
	width: 1100px;
	height: 800px;
	margin: 0 auto;
	
	h1{
		font: 40px/60px 'LineaturaLight';
		margin: 35px;
	}
	.description{
		width: 290px;
		margin: 85px 0 0 35px;
		position: absolute;
		z-index: 20;
	}
	.instructions{
		margin: 370px 0 0 35px;
		
		span{
			background: #f5f5f5;
			padding: 10px;
			font: 13px/16px 'CirceRegular';
		}
	}
	.caption{
		font: 18px/60px 'LineaturaLight';
		text-transform: uppercase;
		position: absolute;
		margin: -170px 0 0 600px;
	}
	.circle-wrap{
		position: absolute;
		top: 0;
		margin: 100px 0 0 450px;
		width: 800px;
		
		.circle{
			float: left;
			margin-right: 40px;
			cursor: pointer;
			
			.hide{
				position: absolute;
				margin: -61px 0 0 -61px;
				display: none;
			}
			.active{
				display: block;
			}
			.circle-caption{
				width: 210px;
				font: 13px/16px 'CirceRegular';
				position: absolute;
				margin: -80px 0 0 120px;
			}
		}
	}
	.big-circle{
		position: absolute;
		margin: -100px 0 0 -130px;
		
		.circle-caption{
			width: 210px;
			font: 13px/16px 'CirceRegular';
			position: absolute;
			margin: -40px 0 0 230px!important;
		}
		.hide{
			display: none;
		}
		.active{
			display: block;
		}
	}
}

.caption-3{
	font: 18px/60px 'LineaturaLight';
	text-transform: uppercase;
	margin: 0 0 0 36px;
}
.map{
	margin:20px 0 0 36px;
}
.telka{
	margin:20px 0 0 240px;
	z-index: -10;
	position: absolute;
}
.how{
	width: 194px;
	/*height: 102px;*/
	border: 5px solid rgba(249, 216, 220, 1);
	font: 14px/16px 'CirceRegular';
	padding: 25px;
	position: absolute;
}
.where{
	position: absolute;
	border-spacing: 25px;
	margin-left: 550px;
	margin-top: -30px;
	
	td{
		width: 200px;
		font: 13px/16px 'CirceRegular';
		
	}
}
.loading{
	position: absolute;
	width: 264px;
	top: 0;
	margin-left: 780px;
	
	table{
		border-spacing:20px;
		
		td{
			padding-right: 30px;
		}
		p{
			text-align: center;
			border: 1px solid #000;
			padding: 3px 5px;
		}
	}
}
.active{
	display: block;
}
.col{
	float: left;
	margin-right: 17px;
	width: 160px;
	
	img{
		margin-bottom: 10px;
	}
	
	.credits{
		font-size: 13px;
		line-height: 16px;
		margin-top: 170px;
	}
}

.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;
}