
/* 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: #0d0d0d;
	font-size: 15px;
	line-height: 21px;
	color: #fff;
}
#header {
	font-family: FFDINBold;
}
#wrapper {
	width: 99999px;
	margin: 0 0 0 0;
}
.fuck {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.block {
	float: left;
	img {
		display: block;
		float: left;
		height: 100%;
	}
}
h1 {
	font-size: 60px;
	line-height: 72px;
	color: #fffe33;
}
p {
	font-size: 14px;
	line-height: 17px;
	width: 400px;
}

.dots{
	width: 224px;
	height: 14px;
	background: url('../images/dots.png') no-repeat left top;
	margin: 34px 0 45px;
}
.embed{
	margin-left: 390px;
}

.text{
	margin-left: 1400px;
	width: 900px;
		
		:first-child{
			float: left;
			width: 510px;
		}
		:last-child{
			float: right;
			width: 278px;
		}
		p{
			font: 16px/22px "NewStandardCRegular";
		}
}
.small{
	margin-left: 2450px;
	margin-top: 280px;
		
		p{
			font: 19px/26px "LineaturaLight";
			width: 165px;
			color: #fffe33;
		}
}

.what{
	width: 750px;
	background-color: black;
	font: 16px/19px "LineaturaLight";
	margin-top: 300px;
	margin-left: 70px;
		
		a{
			color: #fffe33;
		}
}

.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;
		}
	}
}
.comments {
	width: 500px;
}
.caps{
	font-family:'CirceRegular';
	font-size: 12px;
	text-transform: uppercase;
}