
/* 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;
	color: #fff;
	background-color: blue;
	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-color: blue;
}

.a8{
	background-color: blue;
}


.wrapper{
	overflow: hidden;
}
.post-wrap{
	top: 0px;
	width: 100%;
	position: relative;
	margin-top: 40px;
}
.post{
	position: relative;
	
	.windows {
		position: relative;
		width: 1200px;
		margin: 0 auto;
		
		.objects {
			position: relative;
			width: 1200px;
			height: 800px;
			
			.object {
				position: absolute;
				z-index: 100;
				cursor: move;
												.col{
						position: absolute;
						bottom: 10px;
						right: 20px;
					}
			}
			
		}
						
	}
}

.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: 35px;
	color: #fff;
	font-family: CirceRegular;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 11px;
	
	height: 216px;
	position: absolute;
	bottom: 0;
		padding-top: 30px;
		
		.section{padding: 5px;
								cursor: pointer;
		}
		.active{
			border: 1px solid #fff;			
		}
	
}




/* PHOTO-SLIDER WITH ARROWS left/right */
.psl {
	overflow: hidden;
	.next {
		background: url(../images/arr-left.png) no-repeat center center;
		
		margin-left: 741px;
		
	}
	.prev {
		background: url(../images/arr-right.png) no-repeat center center;
		
		margin-left: -55px;
	}
	.col-arrow {
		width: 26px;
		height: 51px;
		cursor: pointer;
		margin-top: 220px;
		position: absolute;
		z-index: 999999;
	}
	.col-desc {
		background: url(../images/ui/post-new-label-arrow.png) no-repeat 0px 3px;
		padding-left: 30px;
		margin-left: 610px !important;
		margin-top: 50px;

		position: absolute;
		margin-top: 15px;
		
		p {
			font-family: CirceRegular !important;
			font-size: 12px !important;
			line-height: 14px !important;
			margin-left: 0px !important;
			width: 150px !important;
		}
	}
	.counter {
		position: absolute;
		font-family: CharterOSCRegular;
		font-size: 12px;
		width: auto !important;
		display: none;
	}
	.col-photo {
		width: 745px;
		float: left;
		overflow: hidden;
		
		.container {
			
			ul {
				list-style: none;
				
				li {
					float: left;
					
					p {
						display: none;	
					}
				}
			}
		}
	}
}







.dsq-brlink { display: none; }

	
#disqus_thread {
	#dsq-topbar {
		z-index: -2;
	}
	.dsq-options { display: none; }
	.dsq-comment-header-meta-wrapper a, .dsq-comment-header-meta-wrapper span {
		font-family: CirceRegular;
		font-size: 13px;
		color: #f00;
		font-weight: normal;
	}
	.dsq-comment-header {
		background: none;
		border: none;
	}
	.dsq-global-toolbar {
		display:none;
	}
	
	.dsq-like {
		display: none;
	}
	h3 {
		font-family: CirceRegular;
		font-size: 11px;
		margin-bottom: 15px;
		font-weight: normal;
	}
	.dsq-request-user-stats, .dsq-comment-footer, .dsq-header-avatar, #dsq-comments-title, .dsq-moderator-star, .dsq-comment-hide-thread {
		display: none;
	}
	.dsq-comment-text {
		margin-left: 10px;
		margin-top: 30px;
	}
	.dsq-comment-message {
		margin-top: 0px;
	}
	.dsq-header-avatar {

	}
	.dsq-comment-header-time {
		a {
			font-size: 10px;
			color: #999;
		}
	}
	.dsq-new-post h3{
		margin-bottom: 0px;
	}
	.dsq-request-user-name {
		a {
			font-family: CirceRegular;
			font-size: 13px;
			color: #f00;
			font-weight: normal;
		}
	}
	.dsq-request-user-stats {
		span {
			font-family: CirceRegular;
			font-size: 13px;
			font-weight: normal;
			
			big {
				font-size: 13px;
			}
		}
	}
	.dsq-textarea-wrapper {
		border: 1px solid #f00;
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		border-radius: 0px;
		min-height: 20px !important;
		height: 20px !important;
	}
	.dsq-comment-buttons, .dsq-post-footer {
		button {
			padding: 3px 8px;
			background: #fff;
			color: #000;
			border: 1px solid #000;
			-webkit-border-radius: 0px;
			-moz-border-radius: 0px;
			border-radius: 0px;
			font-weight: normal;
		}
	}
}
.theme {
	a.a {
		display: block;
		background: #FBF69A;
		text-decoration: none;
		color: #000;
		width: 130px;
		padding: 10px;
		font-family: CirceRegular;
		font-size: 13px;
		line-height: 12px;
	}
}
.comments {
	width: 500px;
	margin-left: 150px;
	margin-top: 50px;
}








