@import url(http://fonts.googleapis.com/css?family=Gabriela|Dosis:200);
body {
	font-weight: normal;
	background: #151618;
	color: #FFF;
	margin: 0;
	min-width: 1000px;
	font-family: "proxima-nova-alt", sans-serif;
	font-style: normal;
	font-weight: 400;
	overflow: hidden;
}
.clear {
	clear: both;
}
.content {
	position: relative;
	z-index: 99;
	margin-top: 240px;
}
.main .content {
	margin-top: 80px;
}
.content-container {
	width: 90%;
	margin: 0 auto;
}
.logo {
	width: 222px;
	height: 45px;
	background: url(assets/images/logo.png);
}
.content-container.form {
	margin-top: 30px;
	height: 100px;
	background: #fff;
}
.main .content-container.form {
	background: #DAB539;
}
.form-container {
	margin-top: 30px;
	height: 100px;
	background: #fff;
}
.main .form-container {
	background: #DAB539;
}
.form-container form .item {
	float: left;
	margin-left: 20px;
}
.form-container form .item.form-desc {
	font-size: 12px;
	letter-spacing: 3px;
	text-transform: uppercase;
	line-height: 100px;
	color: #222;
	font-weight: 600;
	opacity: .3;
	margin-left: 0;
}
.form-container form .item.form-desc-alt {
	margin-left: 100px;
}
.main .form-container form .item.form-desc {
	color: #fff;
	opacity: .7;
}
.form-container form .item.form-input {
	font-size: 46px;
	letter-spacing: 1px;
	line-height: 100px;
	color: #222;
	height: 100px;
	padding: 0;
	border: none;
	box-sizing: border-box;
	outline: none;
	font-weight: 300;
	font-family: "proxima-nova-alt", sans-serif;
	font-style: normal;
	font-weight: 100;
}
.main .form-container form .item.form-act {
	font-size: 26px;
	letter-spacing: 1px;
	line-height: 100px;
	color: #fff;
	font-family: "proxima-nova-alt", sans-serif;
	font-style: normal;
	font-weight: 100;
}
.form-container form .item.form-input:focus {
	border: none;
	outline: none;
}
.solveBtn {
	padding: 14px 40px;
	color: #fff;
	background: #d9b445;
	display: inline-block;
	font-size: 12px;
	letter-spacing: 4px;
	text-transform: uppercase;
	cursor: pointer;
	font-weight: 600;
	display: inline-block;
	text-decoration: none;
}
.equation-content-container {
	background: rgba(10, 10, 8, .4);
	position: relative;
}
.equation-content-left {
	margin-right: 400px;
}
.equation {
	padding-top: 100px;
	width: 50%;
	margin: 0 auto;
	text-align: center;
	font-size: 66px;
	letter-spacing: 1px;
	line-height: 100px;
	color: #fff;
	font-family: "proxima-nova-alt", sans-serif;
	font-style: normal;
	font-weight: 100;
}
.equation .instruct {
	font-family: "reenie-beanie", sans-serif;
	font-style: normal;
	font-weight: 500;
	color: #DAB539;
	font-size: 40px;
	letter-spacing: 0;
}
.equation .nav {
	font-size: 14px;
	letter-spacing: 3px;
	text-transform: uppercase;
	line-height: 100px;
	color: #fff;
	font-weight: 600;
	margin-top: 40px;
	color: rgba(255,255,255,.4);
}
.equation .nav a {
	color: #fff;
	text-decoration: none;
	padding: 0 24px;
	opacity: .2;
}
.equation .nav a:hover {
	opacity: 1;
}
.equation-content-right {
	float: right;
	width: 400px;
	background: rgba(34, 34, 34, .8);
	background: rgba(10, 10, 10, .1);
}
.equation-content-right ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.equation-content-right ul li {
	font-family: "proxima-nova-alt", sans-serif;
	font-style: normal;
	font-weight: 300;
	padding: 24px 60px 24px 60px;
	border-bottom: 1px solid rgba(255, 255, 255, .07);
	-webkit-background-clip: padding-box; /* for Safari */
	background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */
	color: rgba(255,255,255,.4);
	position: relative;
	text-align: center;
	font-size: 16px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	cursor: pointer;
}
.equation-content-right.open ul li {
	text-align: left;
}
.equation-content-right ul li span {
	position: absolute;
	left: 24px;
	opacity: .3;
}
.equation-content-right ul li span.test-instruc {
	position: relative;
	font-family: "reenie-beanie", sans-serif;
	font-style: normal;
	font-weight: 500;
	color: #DAB539;
	opacity: 1;
	font-size: 30px;
	line-height: 20px;
	letter-spacing: 0;
	display: none;
	margin-left: 100px;
}
.equation-content-right ul li span.test-instruc .hand-arrow {
	width: 20px;
	height: 59px;
	background: url(assets/images/hand-arrow.png);
	position: absolute;
	left: -60px;
	top: -44px;
}
.test-line-active {
	background: #171717;
	color: #fff !important;
}
.test-line-active a {
	display: none;
}
.equation-content-right ul li:hover {
	background: #111;
	background: #171717;
}
.equation-content-right ul li:hover a {
	opacity: 1;
}
.equation-content-right ul li a {
	display: block;
	position: absolute;
	right: 0;
	background-color: #DAB539;
	width: 40px;
	height: 100%;
	top: 0;
	background-image: url(assets/images/arrow.png);
	background-position: 50%;
	background-repeat: no-repeat;
	opacity: 0;
	cursor: pointer;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.equation-content-right ul li.list-leader {
	font-size: 12px;
	letter-spacing: 3px;
	text-transform: uppercase;
	color: #fff;
	font-weight: 600;
	padding: 40px 60px 40px 60px;
	color: rgba(255,255,255,.5);
}
.container {
	position: absolute;
	height: 100%;
	width: 100%;
}
.wrapper {
	transition: opacity 0.4s ease-out;
	margin: -280px -180px;
	text-align: center;
	position: absolute;
	height: 560px;
	width: 360px;
	left: 50%;
	top: 50%;
}
.header {
	margin-bottom: 80px;
}
.information {
	margin-bottom: 60px;
}
.footer {
	font-family: Baskerville, sans-serif;
	font-size: 30px;
}
.footer a {
	text-transform: uppercase;
	font-size: 11px;
}
.footer .handle {
	font-style: italic;
}
.controls {
	font-smoothing: subpixel-antialiased;
	position: absolute;
	right: 20px;
	top: 0;
}
.links {
	position: absolute;
	list-style: none;
	width: 120px;
	bottom: 40px;
	right: 20px;
	padding: 0;
	margin: 0;
}
.links li {
	border-bottom: #222 1px solid;
	border-bottom: rgba(255,255,255,0.1) 1px solid;
}
.links li a {
	transition: opacity 0.2s ease-out;
	font-smoothing: subpixel-antialiased;
	font-family: 'Dosis', sans-serif;
	text-transform: uppercase;
	text-align: right;
	padding: 0.25em 0;
	letter-spacing: 2px;
	font-weight: 200;
	font-size: 12px;
	display: block;
	width: 100%;
	opacity: 0.4;
	color: #FFF;
}
.links li a:hover {
	opacity: 0.8;
}
.links li .download:before {
	opacity: 0.5;
	content: '↓';
	float: left;
}
.links li .source:before {
	opacity: 0.5;
	content: '{}';
	float: left;
}
.links li .design:before {
	opacity: 0.5;
	content: '△';
	float: left;
}
.vignette {
	background-image: -webkit-radial-gradient(50% 50%, ellipse, rgba(0,0,0,0) 40%, rgba(0,0,0,1) 100%);
	background-image: radial-gradient(50% 50%, ellipse, rgba(0,0,0,0) 40%, rgba(0,0,0,1) 100%);
}
.noise {
	background-image: url(assets/images/noise.png);
	opacity: 0.075;
	display: none;
}
.hide {
	opacity: 0;
}
.overlay {
	pointer-events: none;
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
}
