* {
	max-height: 100000px;
}
body, html { height:100%;}
body {
	margin: 0;
	color: #000;
	font: 17px/24px 'Montserrat', Arial, Helvetica, sans-serif;
	background: #e8e8e8;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: none;
	min-width: 870px;
}
img {border-style: none;}
a {
	text-decoration: none;
	color: #000;
}
input, textarea, select {
	font: 100% 'Montserrat', Arial, Helvetica, sans-serif;
	vertical-align: middle;
	color: #000;
}
form, fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}
header, footer, article, section, hgroup, nav, figure, aside {
	display: block;
}
input[type="text"], input[type="password"], input[type="file"], 
input[type="submit"], input[type="search"], input[type="email"], textarea {
	-webkit-border-radius: 0;
	border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
input[type="submit"]:hover {
	cursor: pointer;
}
#wrapper {
	position:relative;
	overflow:hidden;
	height:100%;
	
}
.container {
	max-width:870px;
	margin:0 auto;
	height:100%;
	position:relative;
	z-index:999;
}
.bg-stretch {
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	top:0;
	z-index:9;
}
.container:after {
	display:block;
	clear:both;
	content:"";
}
.logo {
	margin:0 auto;
	width:336px;
	padding:67px 0 0;
}
.middle {
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	right:0;
}
.container { height:100%; }
.inner {
	display:table;
	width:100%;
	height:100%;
}
.inner2 {
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	padding:0 0 80px;
}
.content {
	
}
.content h1 {
	font-size:71px;
	line-height:75px;
	text-transform:uppercase;
	margin:0 0 17px;
	padding:0 0 20px;
	color:#fff;
	background:url(images/separator.png) repeat-x 0 100%;
	letter-spacing:-1px;
	-webkit-text-stroke: 1px rgba(0,0,0,0.1);
	 text-shadow:
		1px 1px 0 rgba(0,0,0,.5),
	   -1px -1px 0 rgba(0,0,0,.5),  
		1px -1px 0 rgba(0,0,0,.5),
	   -1px  1px 0 rgba(0,0,0,.5),
		1px  1px 0 rgba(0,0,0,.5);
	
}
.content ul {
	margin:0 -48px 0 0; 
	padding:0;
	list-style:none;
	font-size:18px;
	line-height:22px;
	text-transform:uppercase;
	position:relative;
	overflow:hidden;
	 text-shadow:
		1px 1px 0 rgba(0,0,0,.3),
	   -1px -1px 0 rgba(0,0,0,.3),  
		1px -1px 0 rgba(0,0,0,.3),
	   -1px  1px 0 rgba(0,0,0,.3),
		1px  1px 0 rgba(0,0,0,.3);
}
.content ul li {
	float:left;
	padding:0 50px;
	position:relative;
	color:#eef0f0;
}
.content ul li:first-child { padding-left:0;}
.content ul li:after {
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	content:"";
	width:1px;
	background:#666;
}
.content ul li a { color:#eef0f0;}
.content ul li a:hover { text-decoration:underline;}
.copy {
	left:0;
	bottom:29px;
	right:0;
	position:absolute;
	z-index:999;
	color:#000;
	font-size:14px;
	line-height:18px;
	text-align:center;
	text-shadow:0 1px 0 #fff;
}
.copy p { margin:0;}
@media screen and ( max-width:870px ) {
	body { min-width:320px;}
	.content h1 {
		font-size:60px;
		line-height:64px;
	}
	.content ul { margin:0;}
	.container { padding:0 10px;}
	.content ul li { padding:0 15px;}
}
@media screen and ( max-width:767px ) {
	.logo {
		width:300px;
		padding:10px 0 0;
	}
	.logo img {
		max-width:100%;
		height:auto;
		display:block;
	}
	.content h1 {
		font-size:34px;
		line-height:38px;
	}
	.content ul li:after {
		display:none;
	}
	.content ul li {
		float:none;
		text-align:center;
		margin:0 0 10px;
	}
	.content ul { font-size:14px;}
	.copy { font-size:12px;}
	.inner2 { padding:0;}
}
