
/* 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: #fff;
	font-size: 15px;
	line-height: 21px;

}
#header {
	font-family: FFDINBold;
}
#wrapper {
	width: 700px;
	margin: 55px auto;
}
#likes {
	position: fixed;
	width: 96px;
	top: 40px;
	right: 10px;
	padding: 5px;
	z-index: 9999999;
}
.block {
	float: left;
	min-height: 700px;
	margin-right: 70px;
}


.main {
	position: absolute;
	width: 700px;
	height: 530px;
	margin-top: -15px;
	background: rgba(97,209,152, 0.87);
	z-index: 100;
	color: #fff;
	
	.container {
		padding: 50px;
	}
	#start, #finish {
		display: none;
	}
	h3 {
		font-size: 25px;
		line-height: 30px;
		font-weight: normal;
	}
	p {
		font-size: 16px;
		line-height: 21px;
	}
	a {
		color: #fff;
	}
	.button {
		display: inline-block;
		padding: 0 15px;
		border: 1px solid #fff;
		font-family: CirceRegular;
		font-size: 20px;
		letter-spacing: 4px;
		line-height: 40px;
		height: 40px;
		text-decoration: none;
	}
	.button:hover {
		background: rgba(255,255,255,0.2);
		cursor: pointer;
	}
	.button:active {
		position: relative;
		top: 1px;
	}
}


.accordeon {
	width: 520px;
	margin: 0 0 0 90px;
	
	.c1 {background: #75EAEC;}
	.c2 {background: #2CE4DA;}
	.c3 {background: #29DBDE;}
	.c4 {background: #21BBBD;}
	.c5 {background: #3F959C;}
	
	.slide {
		width: 100%;
		height: 30px;
		color: #fff;
		overflow: hidden;
		
		.title {
			font-family: CirceRegular;
			font-size: 12px;
			color: #fff;
			padding-left: 10px;
			height: 30px;
			line-height: 30px;
		}
		h2 {
			font-family: LineaturaLight;
			font-size: 30px;
			font-weight: normal;
			letter-spacing: 4px;
			text-align: center;
			margin: 50px 0 80px 0;
		}
		.or {
			font-family: CirceRegular;
			text-align: center;
			font-size: 16px;
		}
		.answer {
			text-align: center;
			font-size: 22px;
			margin: 15px 0 25px 0;
			cursor: pointer;
			-webkit-transition: all 0.3s ease-out;  /* Saf3.2+, Chrome */
			     -moz-transition: all 0.3s ease-out;  /* FF4+ */
			       -o-transition: all 0.3s ease-out;  /* Opera 10.5+ */
			          transition: all 0.3s ease-out;
			span {
				border-bottom: 1px solid #fff;
			}
		}
		.answer:hover {
			-webkit-transform: scale(1.3); 
			   -moz-transform: scale(1.3); 
			    -ms-transform: scale(1.3); 
			     -o-transform: scale(1.3); 
			        transform: scale(1.3);
		}
		
	}
	
}




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