html, body {
	padding: 0px; margin: 0px; 
	width: 100%; height: 100%;
}
body {
	font-family: Open Sans;
	font-weight: 300;
}
a {
	color:inherit;
}

/********

SPLASH INFO

*******/

#splash {
	position: relative;
	width:100%; height:700px;
	overflow: hidden;	
}
#splash_bg {

	position: fixed;
	z-index: -1;
	width:100%; height:700px;
	overflow: hidden;

	background-image: none;
	background-position: 50% 50%;
	background-size: cover;
	
}
#splash_info {
	position: absolute;
	width:100%; height:250px;
	margin:30px 0;
}
#splash_title {
	
	text-align: center;
	
	font-family: Bree Serif;
	font-size: 60px;

	color:#fff;
	text-shadow: 0 5px 10px #000;

}
#splash_funding {

	width: 640px; height: 40px;
	border-radius: 40px;

	background: rgba(0,0,0,0.7);

	margin: 10px auto;
	padding: 3px;

	position: relative;
	
}
#splash_funding_bar/*, #splash_funding_bg*/ {
	/*background: rgba(0,0,0,0.7);*/
	min-width: 40px;
	max-width: 100%;

	height:40px;
	border-radius: 40px;
	position: absolute;
}
/*#splash_funding_bg {
	width: 640px;
}*/
#splash_funding_bar {
	background: #fff;
	width: 0;

	-webkit-transition: width 2s ease-in-out;
	-moz-transition: width 2s ease-in-out;
	-ms-transition: width 2s ease-in-out;
	-o-transition: width 2s ease-in-out;
	transition: width 2s ease-in-out;

}

/* Video */
#video_container {
	background: rgba(0,0,0,0.7);
	width:100%; height:360px;
}
#video {
	display:block;
	background:#000;
	margin:10px auto; 
}

/* Funding Progress */
#splash_funding_message {
	width:640px;
	color:#fff;
	font-size:20px; text-align:center;
	position:absolute; top:10px;
}
#splash_funding_bar {
	position:relative;
	overflow:hidden; 
}
#splash_funding_bar > div {
	width:640px;
	position:absolute; top:7px;
	font-size:20px; text-align:center;
}

/* Countdown */
#countdown_container {
	/*position:fixed; top:655px;*/ 
	position:absolute; bottom:0;
	width:100%; height:45px;
	z-index:-1;
}
#countdown {

	background:rgba(255,255,255,0.8);
	color:#000;
	
	font-size:18px; 
	text-align:center;
	
	width:330px; height:45px;
	padding:10px;
	margin:0 auto;
	
}

/* Call To Action */
#splash_cta {

	position:relative; 
	font-family: Bree Serif;
	
	background: rgb(189, 41, 41);
	color:#fff;
	
	font-size:45px;
	text-align:center; 

	width:250px;
	padding:5px; margin:0 auto;

	border: 5px solid rgba(0,0,0,0.2);
	border-radius: 20px;

	cursor:pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;

	box-shadow: 0 10px 10px rgba(0,0,0,0.3);

}
#splash_cta:hover {

	background:#D84444;
	top:-2px;

	box-shadow: 0 12px 15px rgba(0,0,0,0.3);

}



/********

FURTHER INFORMATION

*******/

.horizontal_ribbon {
	background:#f9f9f7; border:1px solid #e0e0df; overflow:hidden; color:#000;
}
.text_content {

	width:720px;
	margin: 50px auto;

	font-family: Open Sans;
	font-size: 20px;
	color: #555;

}
.text_content h1, .text_content header {

	text-align: center;
	font-family: Bree Serif;
	font-size:40px;
	font-weight: 400;
	color:#000;
	line-height: 1em;
	margin: 50px 0 30px 0;

}
.text_content a {
	color: #000;
}
.text_content a:hover {
	color: #555;
}
.text_content hr {
	margin: 50px 0 0 0;
	border: 1px solid #DDD;
}