body {
	background: #060911 url("../img/bg.jpg") top center no-repeat;
	font-size: 20px;
	font-family: "PT Sans";
	color: #fff;
	text-align: center;
	line-height: 1;
}
#center-box {
	margin: 0 auto;
	width: 715px;
	padding:50px 0 0 0;
}
h1 {
	font-family: "Oswald";
	font-size: 52px;
	margin: 0 0 30px 0;
	text-transform: uppercase;
	line-height: 1.3;
}
p {
	margin: 0 0 30px 0;
}
p b {
	text-transform: uppercase;
}
a {
    color: #D4AF37;
}
	
form {
	margin: 0 0 60px 0;
	overflow: hidden;
	clear: both;
}
#status {
	margin: 60px 0 60px 0;
	overflow: hidden;
	clear: both;
}
#status-base {
	width: 100%;
	height: 20px;
	border: solid 2px #D4AF37;
	display: block;
	position: relative;
}
#status-bar {
	width: 80%;
	height: 20px;
	background: #D4AF37;
	display: block;
	position: absolute;
	top: -2px;
	left: -2px;
}
#status-text {
	position: relative;
	font-size: 16px;
	margin: 10px 0 0 0;
}
#status-text:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "0%";
	font-size: 16px;
}
#status-text:after {
	position: absolute;
	top: 0;
	right: 0;
	content: "100%";
	font-size: 16px;
}
.row {
	margin: 0 -10px;
}
.one-third {
	float: left;
	width: 33.333%;
	padding: 0 10px;
}
input[type="text"],input[type="email"] {
	width: 100%;
	padding: 10px;
	border: solid 2px #fff;
	font-size: 16px;
	font-family: inherit;
	background: transparent;
	color: #fff;
	margin: 0 0 20px 0;
}
input[type="submit"] {
	width: 100%;
	padding: 10px;
	background: #fff;
	font-size: 16px;
	font-family: inherit;
	color: #0b0e17;
	font-weight: bold;
	text-transform: uppercase;
	border: solid 2px #fff;
}
::-webkit-input-placeholder {
	color: #fff;
}
ul {
	overflow: hidden;
	margin: 0 0 30px 0;
}
ul li {
	display: inline-block;
}
ul li a {
	display: inline-block;
	border: solid 2px #fff;
	width: 50px;
	height: 50px;
	border-radius: 50px;
	margin: 0 10px;
	background-size: 20px auto;
	background-repeat: no-repeat;
	background-position: center center;
}




}
@media only screen and (max-width: 715px) {
	#center-box {
	width: 100%;
	padding: 40px 15px 0 15px;
	}
}
@media only screen and (max-width: 640px) {
	.one-third {
		width: 100%;
		float: none;
	}
	body,p {
		font-size: 16px;
	}
	h1 {
		font-size: 30px;
	}
	ul li a {
	width: 35px;
	height: 35px;
	margin: 0 5px;
	background-size: 15px auto;
}
}
