#frontpage{
	width: 100%;
	height: initial;
}

#frontpage > h1, #frontpage > h2, #frontpage > h3{
	text-align: center;
	/* font-weight: normal; */
	padding: 0;
}

#frontpage > h1{
	margin: 75px 0 15px 0;
}

#frontpage > h2{
	color: black;
	font-weight: bold;
	margin: 0;
}

#frontpage > h3{
	color: #4f4942;
	font-size: 19px;
	margin-bottom: 50px;
}

#home-welcome{
	background: black url('home-bg.png');
	background-position: center -90px;
	position: relative;
	background-size: cover;
	padding-top: 100px;
	height: 530px;
	text-align: center;
}

#home-arrow{
	width: 67px;
	height: 96px;
	position: absolute;
	top: 271px;
	margin: 0 auto;
	left: 340px;
	right: 0;
	background-image: url(arrow.png);
}

#home-welcome > h1, #home-welcome > h3{
	color: white;
	margin: 20px auto;
	width: 850px;
	text-shadow: 2px 2px 10px black;
}

#home-welcome > h3{
	font-size: 17px;
	margin-bottom: 100px;
	font-weight: normal;
}

#home-welcome > a{
font-size: 18px;
}

#home-welcome > button{
	display: none;
	font-size: 18px;
	padding-right: 30px;
	background: #ff0000;
	opacity: 1;
	box-shadow: none;
	border: 0;
	width: 250px;
	height: 50px;
	-webkit-animation: pulsate 1s infinite alternate;  -moz-animation: pulsate 1s infinite alternate;  -animation: pulsate 1s infinite alternate;
}


#welcome-subscribe {
	display:block;
	padding: 8px 2px;
	color:white;
	background: red;
	width: 200px;
	opacity: 1;
	box-shadow: 1px 2px 3px rgb(79, 79, 79);
	border-radius: 4px;
	margin: 12px auto;
	-webkit-animation: pulsate 1s infinite alternate;  -moz-animation: pulsate 1s infinite alternate;  -animation: pulsate 1s infinite alternate;
}

#welcome-subscribe2 {
	margin: 20px auto 50px auto;
	display: block;
	width: 310px;
	height: 50px;
	border: 0;
	font-size: 16px;
	background: #0d0d0d;
	opacity: 1;
	box-shadow: 1px 2px 3px rgb(79, 79, 79);
	
}


#frontpage > .slides > .slide:first-child{
	background-image: url('slide.png');
}

#lens-chat{
    top: 31px;

    left: 514px;
}

#lens-tacks{
    top: 337px;    
    right: 510px;
	
    left: 0;
}

#lens-msg{
    top: 348px;    
    left: 380px;
}



#home-terminal{
	display: block;
}


#home-quetes{
	height: 240px;
	background: black url('space.png');
	margin-top: 110px;
	margin-bottom: 30px;
	background-position: 0;
	background-size: cover;
	padding-top: 40px;
}

#home-quetes > h1{
	color: white;
	width: 750px;
	margin: 20px auto;
	font-size: 32px;
	text-align: center;
	font-weight: lighter;
}

#home-quetes > h3{
	color: white;
	width: 500px;
	margin: 10px auto;
	font-size: 18px;
	font-style: italic;
	text-align: right;
	font-weight: normal;
}


#home-greyLogo{
	width: 300px;
	height: 90px;
	margin: 10px auto;
	background: transparent url('transpLogo.png') no-repeat center;
}

#home-openBeta{
	width: 360px;
	height: 65px;
	margin: 0 auto;
	background: transparent url('openBeta.png') no-repeat center;
}

#home-signUp{
	margin: 20px auto 50px auto;
	display: block;
	width: 310px;
	height: 50px;
	border: 0;
	font-size: 16px;
	background: #0d0d0d;
	opacity: 1;
	box-shadow: 1px 2px 3px rgb(79, 79, 79);
}

#registration{
	width: 660px;
	margin: 0 auto;
}

#regBy{
	color: #BBB;
	font-size: 11px;
}

#regBy > a{
	color: #09C;
}


#fp-links{
	display: block;
	padding-top: 0;
	margin-top: 0;
	border-top: 1px solid #DDD;
	text-align: center;
	clear: both;
}

#fp-links > a{
	display: inline-block;
	margin: 0 15px;
}

#fp-links > a:hover{
	text-decoration: underline;
}

#fp-links > a, #fp-links > h6{
	color: #B0B0B0;
	font-size: 13px;
}

#fp-links > h6{
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 3px;
}

#captcha{
	margin: 5px auto;
	cursor: crosshair;
}


#features{
	width: 300px;
	height: 300px;
	margin-top: 30px;
	background-image: url(features.png);
	float: left;
}

form[name='signup']{
    position: fixed;
    float: right;
    width: 340px;
    height: 360px;
    background-color: rgba(10,10,10,0.8);
    border-radius: 4px;
    padding: 20px;
    margin: 0 auto;
    margin-top: -400px;
    left: 0;
    right: 0;
}

form[name='signup'] > input{
	width:100%;
}

form[name='signup'] > .x{
	right: -5px;
	top: -5px;
}

form[name='signup'] [type='submit']{
	background: #212121;
	box-shadow: none;
	border: 0;
	width: 100%;
	margin: 10px 0;
}

#signup>input {
    background-color: white;
    padding: 10px 15px;
    width: 303px;
    height: 40px;
    margin: 4px 0;
    border: 1px solid rgb(226, 226, 226);
}
#signup>button {
	float: left;
    width: 190px;
	height: 50px;
    background: linear-gradient(#009acb, #007CBC);
    border-radius: 1px;
    color: white;
    border: 1px solid white;
    margin: 8px 0;
    box-shadow: none;
    border-radius: 2px;
}

#b-login{
	float: right;
	font-weight: bold;
	height: 66px;
	padding: 25px 0;
	width: 100px;
	color: white;
}

#login{
	color: #0099cc;
}