 @charset "UTF-8";
/* CSS RESET */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* STYLES
---------------------------------------------- */ 

html {
	height:100%;
}
body {
	height:100%;
	width:100%;
	background:#1a1a1a;
	font-family:"proxima-nova-1", "proxima-nova-2", sans-serif;
	font-size:22px;
	color:#f5e2c4;
}
a {
	color:#ff9900;
	text-decoration:none;
	font-weight:normal;
}
a:hover {
	border-bottom:1px solid #ff9900;
	text-decoration:none;
}
.container {
	min-height:100%;
	height:auto !important;
	height:100%;
	margin:0 auto -75px;
}
#footer, .push {
	height:75px;
}
#footer {
	padding:0 25px 0;
	position:relative;
	clear:both;
	overflow:hidden;
}
#content {
	padding:35px 30px 0 35px;
	clear:both;
	overflow:hidden;
}
h1 {
	padding:0 35px 35px 0;
	position:absolute;
	bottom:0;
	right:0;
	font-size:24px;
	font-weight:normal;
	color:#fff;
}
h1 span {
	font-weight:100;
}
h2 {
	margin:0;
	line-height:85px;
	font-size:85px;
	color:#b7a68c;
	font-weight:100;
	text-shadow:#000 0px 2px 1px;
}
h2 span {
	color:#fff;
	font-weight:normal;
}
p {
	float:left;
	line-height:24px;
	font-size:18px;
	font-family:Helvetica, sans-serif;
}
p.about {
	margin:35px 15px 0 0;
	width:430px;
	color:#fff;
}
p.about span {
	color:#fff;
}
p.action {
	margin:35px 0 0;
	padding:0 0 0 20px;
	width:225px;
	color:#fff;
	border-left:1px solid #fff;
}

