/**
 * 1. Reset
 * ------------------------------------------------------------
 */
html {
	font-size: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	height: 100%;
}
body {
	margin: 0;
	height: 100%;
}
a {
	background-color: transparent;
}
a:focus {
	outline: thin dotted;
}
a:active,
a:hover {
	outline: 0;
}
img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
}
form {
	margin: 0;
}
button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}
button {
	overflow: visible;
}
button,
select {
	text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
button[disabled],
html input[disabled] {
	cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
input {
	line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	-webkit-appearance: none;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
textarea {
	overflow: auto;
}
optgroup {
	font-weight: bold;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/**
 * 2. General
 * ------------------------------------------------------------
 */
html,
button,
input,
select,
textarea {
	font-family: 'Open Sans', sans-serif;
}
body {
	color: #dadada;
	line-height: 1.75;
}
a {
	color: #dadada;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #fff;
	font-family: 'Roboto Slab', serif;
	font-weight: 400;
	line-height: 1.16667;
	margin: 0 0 28px;
}
h1 {
	font-size: 44px;
}
h2 {
	font-size: 30px;
}
h3 {
	font-size: 24px;
}
h4 {
	font-size: 18px;
}
h5,
h6 {
	font-size: 16px;
}
p {
	margin: 0 0 28px;
}
address {
	font-style: italic;
	margin: 0 0 28px;
}
label {
	display: block;
	font-size: 14px;
}
button,
input,
select,
textarea {
	background-color: #6e6e6e;
	background-color: rgba(169,169,169,.3);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #6e6e6e;
	border-radius: 0;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 1px;
	max-width: 100%;
	padding: 10px 12px;
	text-transform: uppercase;
	vertical-align: baseline;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	outline: 0;
}
button,
input[type="submit"],
input[type="button"] {
	border: 0;
	padding-left: 24px;
	padding-right: 24px;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
}
button:hover,
button:focus,
button:active,
input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="submit"]:active,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="button"]:active {
	outline: 0;
}
/* Placeholder text color */
::-webkit-input-placeholder {
	color: #a9a9a9;
}
:-moz-placeholder {
	color: #a9a9a9;
}
::-moz-placeholder {
	color: #a9a9a9;
	opacity: 1;
}
:-ms-input-placeholder {
	color: #a9a9a9;
}
/* Videos, audios and embeds */
embed,
iframe,
object,
video {
	max-width: 100%;
}
/* Images */
img {
	height: auto;
	max-width: 100%;
}
/* Text meant only for screen readers */
.screen-reader-text,
#mc-embedded-subscribe-form label {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

/**
 * 3. Structure
 * ------------------------------------------------------------
 */
.wrap {
	overflow: hidden;
	position: relative;
}
#front {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100vh;
}
.site-front {
	opacity: 1;
}
.site-front .inner {
	max-width: 820px;
}
/* Background Overlay */
.overlay {
	background: rgba(0,0,0,.5) url(overlay.png) repeat;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: -1;
}
/**
 * 4. Content
 * ------------------------------------------------------------
 */
.site-header {
	margin-bottom: 70px;
	text-align: center;
}
.site-header .site-logo img{
	max-height: 100px;
	filter: brightness(0) invert(1);
}
.site-title {
	font-size: 30px;
}
.content {
	padding-bottom: 28px;
	text-align: center;
}
.section-title {
	font-size: 44px;
}
.site-modal .section-title {
	margin-bottom: 42px;
}
.subtitle {
	font-size: 14px;
	letter-spacing: 1px;
	text-transform: uppercase;
}
/* Countdown timer */
.countdown-timer {
	margin-bottom: 28px;
}
.countdown-row {
	display: block;
}
.countdown-section {
	border-left: 1px dotted rgba(218,218,218,0.8);
	color: #dadada;
	display: inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 12px;
	letter-spacing: 1px;
	padding: 42px 12px 28px;
	text-transform: uppercase;
	width: 25%;
}
.countdown-section:first-child {
	border-left: 0;
}
.countdown-amount {
	color: #fff;
	display: block;
	font-family: 'Roboto Slab', serif;
	font-size: 60px;
	font-weight: 700;
	letter-spacing: normal;
	line-height: 1;
	padding-bottom: 21px;
}
/* Newsletter form */
.newsletter {
	margin-bottom: 28px;
	margin-left: auto;
	margin-right: auto;
	max-width: 580px;
}
#newsletter-form {
	padding-right: 180px;
	position: relative;
}
#newsletter-email {
	height: 42px;
	width: 100%;
}
#newsletter-submit {
	height: 42px;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 181px;
}
.newsletter .form-field {
	margin-bottom: 14px;
	position: relative;
}

/**
 * 5. Media Queries
 * ------------------------------------------------------------
 */
@media only screen and (max-width: 680px) {
	h1,
	.section-title {
		font-size: 36px;
	}
	.countdown-amount {
		font-size: 48px;
	}
	.newsletter .form-field{
		padding: 0 20px;
	}
	#newsletter-submit{
		width: 100%;
	}
	#mobile_form-submit{
		padding: 0 20px;
	}
}

@media only screen and (max-width: 480px) {
	h1,
	.section-title {
		font-size: 30px;
	}
	h2 {
		font-size: 24px;
	}
	h3 {
		font-size: 21px;
	}
	.countdown-section {
		padding: 28px 6px 28px;
	}
	.countdown-amount {
		font-size: 42px;
	}
	#newsletter-form {
		padding-right: 0;
	}
	#newsletter-submit {
		position: static;
	}
}
@media only screen and (max-width: 360px) {
	.countdown-section {
		font-size: 10px;
		padding: 21px 6px;
	}
	.countdown-amount {
		font-size: 36px;
	}
}