@charset "utf-8";
/* CSS Document */

html {
	height:100%; 
	background:url(../images/bg.jpg) no-repeat center center fixed; 
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover; 
	}
body {background-color:transparent;}
h1 {font-family: 'Ubuntu', sans-serif; font-weight:700; font-size:46px; color:#ffffff; text-align:center;}
h3 {font-family: 'Raleway', sans-serif; font-weight:300; font-size:21px; color:#ffffff; text-align:center; line-height:1.4;}
.timer-text {font-family: 'Raleway', sans-serif; font-weight:500; font-size:12px; color:#ffffff; text-align:center; line-height:1.4;}
.timer-number {font-family: 'Ubuntu', sans-serif; font-weight:700; font-size:42px; color:#ffffff; text-align:center; background:#000000; border-radius:10px; padding:0;}

.spaceholder {float:left; height:30px; width:100%;}

.email_form{width:70%; float:left; padding:13px 15px; border-radius:5px; border:none; color:#999; font-size:11px; border:1px solid #a9be64;}
/*.email_button{float:right;}*/

@media (min-width: 992px) {
  .email_form {
	  width:76%;
  }
}
@media (min-width: 1200px) {
  .email_form {
	  width:70%;
  }
}

@media (max-width: 545px) {
	.email_form {width:100%;}
	.email_button {margin-top:8px;}
}