*{
	color: #333;
	cursor: default;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
}
::-webkit-scrollbar{
    display: none; 
}

#ar_projects{
	margin: 40px 0 240px 0;
}
.ar-project{
	width: 360px;
	height: 150px;
	margin: 40px 40px 40px 0;
	float: left;
}
.ar-pro-name{
	font-family: 'Lekton', sans-serif;
	font-size: 12px;
	line-height: 14px;
	border-bottom: 1px dotted #aaa;
	width: 100%;
	margin: 0;
	padding: 0;
}
.ar-pro-hours{
	font-family: 'Open Sans', Arial;
	font-size: 100px;
	line-height: 120px;
	vertical-align: baseline;
	margin: 0;
	padding: 0;
}
.ar-pro-hours span{
	font-family: 'Open Sans Condensed', Arial;
	font-size: 50px;
	line-height: 60px;
	vertical-align: baseline;
	margin: 0;
	padding: 0;
	color: #999;
}
.ar-pro-planned{
	font-family: 'Lekton', sans-serif;
	font-size: 12px;
	line-height: 14px;
	width: 100%;
	margin: 0;
	padding: 0;
}
.ar-header{
	font-family: 'Lekton', sans-serif;
	font-size: 12px;
	line-height: 14px;
	border-bottom: 1px solid #aaa;
	width: 760px;
	margin: 0;
	padding: 0;
}
.ar-title{
	font-family: 'Open Sans Condensed', Arial;
	font-size: 60px;
	font-style: normal;
	font-weight: 300;
	line-height: 72px;
	margin: 0;
	padding: 0;
}

#ar_overlay{
	position:absolute;
	top:0;
	left:0;
	width:0;
	background-color:#f2eee9;
	z-index: 5000;
	font-family: 'Open Sans', Arial;
	overflow: scroll;
}

#ar_content{
	width: 864px;
	height: 100%;
	position:relative;
	margin: 0 auto 0 auto;
}

#ar_loader{
	width: 600px;
	height: 400px;
	position: absolute;
	left: 100px;
	top: 150px;
	display: none;
}

#ar_page{
	width: 800px;
	margin: 64px 0 0 64px;
	display: none;
}

#ar_credits{
	font-family: 'Lekton', sans-serif;
	text-align: center;
	margin-bottom: 20px;
	width: 800px;
	clear: both;
	padding: 120px 64px 20px 0;
	font-size: 12px;
}
#ar_credits p{
	margin:0;
}
#ar_credits a, #ar_credits a:hover{
	color:#61290D;
	text-decoration: underline;
	cursor: pointer;
}

#ar_close{
	background-color: #000;
	width: 64px;
	height: 64px;
	left: 64px;
	top: 0px;
	position: fixed;
	border: none;
	color: #fff;
	font-size: 30px;
	line-height: 64px;
	padding: 0;
	font-family: Arial;
	font-weight: 100;
}