
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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;
	vertical-align: baseline;
	font: inherit;
	font-size: 100%;
}
/* 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-spacing: 0;
	border-collapse: collapse;
}

input:focus {
	outline: none;
}

/*------- end Reset -------*/

@import url(http://fonts.googleapis.com/css?family=Lato:100,300,400,700);

body {
	color: #ffffff;
	font-weight: 300;
	font-family: 'Lato', sans-serif;
}

.wrapper {
	margin: 0 auto;
	padding-top: 100px;
	max-width: 1100px;
}

h1.title {
	margin-bottom: 10px;
	text-align: center;
	font-size: 90px;
}

h2.subtitle {
	text-align: center;
	font-weight: 100;
	font-size: 24px;
	text-transform: uppercase;
}

.content,
.subscription {
	margin: 0 auto;
	padding-top: 50px;
	padding-bottom: 50px;
	max-width: 800px;
}

.content p.description {
	margin-bottom: 20px;
	text-align: center;
	font-weight: 100;
	line-height: 20px;
}

.big-countdown {
	margin-bottom: 30px;
}

.big-countdown > div {
	text-align: center;
}

span.kkc-days,
span.kkc-hours,
span.kkc-min {
	border-right: 1px solid #878787;
}

span.kkc-days,
span.kkc-hours,
span.kkc-min,
span.kkc-sec {
	padding-right: 40px;
	font-weight: 100;
	font-size: 100px;
}

span.kkc-min,
span.kkc-sec {
	padding-left: 20px;
}

span.kkc-days-text {
	position: relative;
	top: -80px;
	right: 112px;
}

span.kkc-hours-text,
span.kkc-min-text,
span.kkc-sec-text {
	position: relative;
	top: -80px;
	right: 102px;
}

.form-email-container {
	margin: 0 auto;
	width: 360px;
}


.form-email-container input[type="text"] {
	padding: 10px;
	width: 240px;
	border: 1px solid #BDBDBD;
	background: none;

	-webkit-transition: all .6s ease-in-out;
	-moz-transition: all .6s ease-in-out;
	-ms-transition: all .6s ease-in-out;
	-o-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
}

.form-email-container input:focus,
.form-email-container input[type="text"]:hover {
	outline: 1px solid #fff;

	-webkit-transition: all .6s ease-in-out;
	-moz-transition: all .6s ease-in-out;
	-ms-transition: all .6s ease-in-out;
	-o-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
}

.form-email-container button.btn_email {
	margin-left: 0;
	padding: 10px 30px;
	border: 1px solid #BDBDBD;
	background: none;
	color: #ffffff;

	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.form-email-container button.btn_email:hover {
	background: #ffffff;
	color: #000000;
}

.form-email-container button.btn_email:active,
.form-email-container button.btn_email:focus {
	outline: none;
}




