




/*
     FILE ARCHIVED ON 12:53:29 Mar 25, 2015 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 7:05:25 Tem 11, 2016.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
@charset "utf-8";
/* CSS Document */


html{
	height: 100%;
}
body{
	width:100%;
	height:100%;
	
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 

	margin:0;
	padding:0;
	background-color:#000;
	color:#fff;
}


body{

	background: url('bg.jpg') no-repeat center center / cover;

}
#wrapper{
	padding: 4%;
	
}
#logo{
	width: 145px;
	display: block;
	margin-bottom: 4%;
}
#coming_soon{
	width: 460px;
	max-width: 80%;
	
}
#sing_logo{
	width: 60px;
	position: absolute;
	bottom: 4%; right: 4%;
}

#post_form{
	position: absolute;
	bottom: 20%; 
	left: 4%;
}
#frm_ttl{
	background-color: #3c3c3c;
	background-color: rgba(60, 60, 60, .6);
	padding: 20px;
	background: #3c3c3c url('join.png') no-repeat 20px 20px / 270px 145px;
	height: 145px;
	width: 280px;
	float: left;
}

#inputs{
	background-color: rgba(0, 0, 0, .7);
	height: 140px;
	width: 300px;
	float: left;
	font-size: 12px;
	line-height:46px;
	padding-left: 20px;
}
#inputs div{
	border-bottom: 1px solid rgba(255, 255, 255, .2);
}
#inputs label:not(.error){
	color: #ccc;
	width: 100px;
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: 0.1ex;
}
#inputs input{
	background: none transparent;
	border: 0;
	height: 18px;
	padding: 10px;
	color: #fff;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", 			sans-serif; 
	font-size: 14px;
	width: 180px;
	line-height: 20px;
	
}
#inputs input:focus{
	outline: none 0;
}
#inputs div:last-of-type{
	border: 0;
}

form#invitation_form {
	position: absolute;
	bottom: 20%;
	left: 4%;
}

#inputs input[type=submit] {
	background-color: #16d5aa;
	padding: 10px;
	text-align: right;
	margin: -20px;
	width: 320px;
	height: 44px;
	text-transform: uppercase;
	letter-spacing: 0.1ex;
	line-height: 24px;
	cursor: pointer;
}


#inputs>div {
	position: relative;
}

#inputs>div label.error {
	position: absolute;
	color: red;
	right: 5px;
	z-index: 5;
	top: 0;
}

.sending-form, .form-response-success, .form-response-error, .already-invited-error, .general-error {
	margin-top: 50px;
	display: none;
	font-size: 22px;
	line-height: 32px;
}

@media all and (max-width: 340px) {
	html{
		height: auto;
	}
	body{
		background-position: 0 0;
		height: auto;
	}
  form#invitation_form {
    position: relative;
    left: 0;
    margin-top: 20px;
  }
  #frm_ttl{
  	width: 250px;
  	height: 70px;
  }
  #inputs{
  	width: 270px;
  	margin-bottom: 50px;
  }
  #inputs input{
  	width: 150px;
  	-webkit-appearance: none;
  	border-radius: 0;
  }
  #inputs input[type=button]{
  	width: 290px;
  }
  #sing_logo{
  	margin: 20px;
	position: relative;
  }
  

}
