
/* Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Fonts */

@font-face {
	font-family: 'WeThinkAlone';
	src: url('fonts/WeThinkAlone.eot');
	src: local('â˜º'), url('fonts/WeThinkAlone.woff') format('woff'), url('fonts/WeThinkAlone.ttf') format('truetype'), url('fonts/WeThinkAlone.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* Layout */

body {
	background: #fff;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #222;
}

#wrapper {
	position: relative;
	width: 900px;
	margin: 0 auto;
}

.header {
	padding: 50px 0 20px;
	font-size: 20px;
}

h2 {
	font-size: 20px;
	padding: 20px 0 20px;
}

#content p {
	line-height: 1.3;
	margin: 0 0 20px;
}

.page-content {
	width: 50%;
}

/*form*/
.form{
	margin: -160px auto 0 35%;
	position: relative;
	text-align: center;
	height: 340px;
}

.form img{
	z-index:1;
	position: absolute;
	left: 0;
}

#subscribe-label {
	position:absolute;
	z-index:2;
	top:50%;
	left: -90px;
	width: auto;
	text-align: right;
	display: block;
	font-size: 12px;
}
.closed-text {
	position: absolute;
	top:21%;
	left: 20%;
	z-index: 3;
	font-weight: bold;
	color:#ffffff;
	width:300px;
}

#mce-EMAIL {
	position: absolute;
	left: 4%;
	top: 40%;
	border: none;
	background: none;
	z-index: 2;
	width: 71%;
	font-family: 'WeThinkAlone', Arial, sans-serif;
	font-size: 35px;
}

#mce-EMAIL:focus {
	outline-width: 0;
}

#mc-embedded-subscribe {
	position: absolute;
	left: 80%;
	bottom:20px;
	border:none;
	background:none;
	z-index: 2;
	font-size: 12px;
	cursor: pointer;
}

.form #mc_embed_signup div.mce_inline_error {
	z-index: 3;
	position: absolute;
	left: 34%;
	top: 55%;
	background: #fff;
	color: #f00;
}

#mce-responses {
	position: absolute;
	top: 0;
	right: 0;
	width: 35%;
	text-align: left;
	z-index: 99;
}

#mce-responses a {
	color: #fff;
}

#mce-responses > div {
	padding: 10px;
	line-height: 1.2;
}

#mce-responses #mce-error-response {
	background-color: #920404;
	color: #fff;
}

#mce-responses #mce-success-response {
	background-color: #222;
	color: #fff;
}

#footer {
	width: 900px;
	margin: 40px auto;
	font-size: 10px;
	color: #888;
	line-height: 1.2;
}

#footer a {
	color: #888;
}

.nav {
	margin-bottom: 0;
	line-height: 1.2;
}

a {
	color: #222;
}

a:hover {
	color: #000;
}

/* Misc. styles */

img.aligncenter {
	display: block;
	margin: 0 auto;
}

img.alignleft {
	float: left;
	margin: 0 10px 10px 0;
}

img.alignright {
	float: right;
	margin: 0 0 10px 10px;
}

.clear {
	clear: both;
}

strong, b {
	font-weight: bold;
}

em, i {
	font-style: italic;
}

.hidden {
	display: none;
}

body.intro {
	width: 100%;
	height: 100%;
}

.movie {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.text {
	font-family: 'WeThinkAlone', Arial, sans-serif;
	font-size: 80px;
	text-align: left;
	position: absolute;
	left: 0;
	top: 40px;
	z-index: 2;
	color: #E83B82;
	line-height: 1.2;
	text-align: center;
}

@media all and (max-width: 920px){

	#wrapper {
		margin: 0 10px;
		width: auto;
	}

	#footer {
		width: auto;
	}

	.page-content {
		width: 75%;
	}


}

@media all and (max-width: 568px){

	#mce-responses {
		top: auto;
		bottom: -25px;
		width: 100%;
	}

	.page-content {
		width: 100%;
	}

	.form {
		height: auto;
		margin: 0 auto 40px;
	}

	.form img{
		width: 100%;
		height: auto;
		left: auto;
		position: static;
	}

	#subscribe-label {
		width: 100%;
		text-align: left;
		top: 10px;
		left: 0;
	}

	#mce-EMAIL {
		font-size: 30px;
		left: 5%;
		width: 95%;
		border-bottom: 2px solid #000;
	}

	#mc-embedded-subscribe {
		right: 40px;
		left: auto;
		bottom: -20px;
	}

	.closed-text {
		position: absolute;
		top:21%;
		left: 12%;
		z-index: 3;
		font-size: 8px;
		font-weight: normal;
		color:#ffffff;
		width:230px;
	}

}

@media all and (max-width: 420px){
	#subscribe{
		font-size: 21px;
	}

}

