/* @group general */
body {
    font-size: 14px;
	font-family: Helvetica, Arial, Verdana, Sans-Serif;
}

/* @group structural */
#page-wrapper {
	position: relative;
}

#backgrounds {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	position: fixed;
	background: url(../images/soon/background.jpeg) no-repeat center bottom;
	background-size: cover;
}

#backgrounds div {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	position: absolute;
	background-position: center top;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	visibility: hidden;
}
/*
#backgrounds #item-01 {
	background-image: url(../images/soon/01.jpg);
}

#backgrounds #item-02 {
	background-image: url(../images/soon/02.jpg);
}

#backgrounds #item-03 {
	background-image: url(../images/soon/03.jpg);
}
*/
h1 {
	text-align: center;
	margin-bottom: 40px;
}

h2 {
	color: #fff;
	font-size: 25px;
	text-align: center;
	margin-bottom: 60px;
	font-family: 'Din-Pro';
}

.copy {
	color: #fff;
	font-size: 16px;
	text-align: center;
	font-family: 'Din-Pro-Light';
}

.copy strong {
	font-weight: normal;
	font-family: 'Din-Pro-Bold';
}

/* @group form */
form {
	width: 400px;
	margin: 0 auto 60px;
}

.field {
	margin-bottom: 15px;
}

.field input[type="text"],
.field textarea {
	width: 100%;
	color: #fff;
	font-size: 15px;
	border-width: 0;
	border-radius: 0;
	padding: 5px 20px;
	font-family: 'Din-Pro-Medium';
	background: rgba(255,255,255,.2);
}

.field input[type="text"] {
	height: 40px;
}

.field textarea {
	resize: none;
	height: 100px;
}

.actions {
	text-align: center;
}

.actions input {
	color: #fff;
	height: 35px;
	font-size: 16px;
	padding: 0 25px;
	border-width: 0;
	font-family: 'Din-Pro-Bold';
	background: rgba(255,255,255,.2);
}

.error-message,
.success-message {
	font-size: 1.14em;
	line-height: 1.1em;
	text-align: center;
	margin-bottom: 60px;
	font-family: 'Din-Pro-Bold';
}

.error-message {
	color: #f00;
}

.success-message {
	color: #fff;
}

/* @end*/