body {
	margin: 0px;
	padding: 0px;
	padding-top: 58px;
	background: url('images/bg.jpg') top center;
}
@font-face
{
font-family: neo;
    src: url('images/neo.eot');    
    src: local(Yanone), url('images/neo.ttf') format("truetype");
}
@font-face
{
font-family: mtu;
    src: url('images/mtu.eot');    
    src: local(Yanone), url('images/mtu.ttf') format("truetype");
}
@font-face
{
font-family: seg;
    src: url('images/seg.eot');    
    src: local(Yanone), url('images/seg.ttf') format("truetype");
}
.container {
	margin: 0px auto;
	width: 1020px;
}
img { border: 0px; }
h1 {
	margin: 0px;
	padding: 0px;
	font-family: neo;
	font-size: 60px;
	text-transform: uppercase;
	color: #482135;
	font-weight: normal;
}
h2 {
	font-family: mtu;
	color: #fff;
	padding: 0px;
	margin: 0px;
	text-transform: uppercase;
	padding-top: 3px;
}
.lightblue { 
	color: #57e1ff;
}
.lightpink {
	color: #f5aac9;
}
.yellow {
	color: #efff65;
}
.logist {
	width: 1020px;
	margin: 50px 0px 0px 0px;
	position: relative;
	min-height: 700px;
}
.social{
	position: absolute;
	right: 10px;
	top: -40px;
}
.blue {
	color: #9eeaff;
}
.lp {
	color: #8f0a94;
}
#top, #top_space {
	text-align: center;
}
#logist_email {
	max-width: 494px;
	width:  100%;
}
.hitmeup {
	height: 247px;
	font-family: seg;
	color: #fff;
	position: relative;
}
.hmu_text {
	font-family: seg;
	padding-bottom: 8px;
	color: #482135;
	font-size: 20px;
}
.hitmeup input, .hitmeup textarea {
	font-size: 17px;
	color: #fff;
}
#yourname, #youremail {
	font-family: seg;
	width: calc(50% - 45px);
	height: 47px;
	line-height: 47px; 
	top: 0px;
	left: 0px;
	background: transparent;
	border: 0px;
	font-weight: normal;
	padding-left: 20px;
	background: rgba(0,0,0,.7);
	border-radius:  15px;
}
#youremail {
	float:  right;
}
#watchawant {
	font-family: seg;
	height: 120px; 
	margin: 20px 0 0 0;
	right: 0px;
	background: transparent;
	border: 0px;
	font-weight: normal;
	padding:  10px 0 0 20px;
	line-height: 30px;
	background:  rgba(0,0,0,.6);
	border-radius:  15px;
	width: calc(100% - 20px);
}
#sendit {
	font-family: neo;
	font-size: 18px;
	height: 48px; 
	top: 200px;
	right: 0px;
	border: 0px;
	font-weight: normal;
	line-height: 25px;
	text-align: center;
	cursor: pointer;
	background: rgba(0,0,0,.6);
	border-radius:  15px;
	width:  100%;
}
#sendit:hover {
}
#idevelop {
	top: 321px;
	left: 0px;
	background: url(images/developer.png) top left no-repeat;
}
#ibuild {
	top: 0px;
	right: 0px;
	background: url(images/builder.png) top left no-repeat;
}
#icreate {
	top: 321px;
	right: 0px;
	background: url(images/creator.png) top left no-repeat;
}
.gbox {
	position: absolute;
	cursor: default;
	border-radius: 15px;
}
.gbox .heading {
	padding-left: 29px;
	height: 176px;
}
.gbox h1 {
	margin-left: -5px;
	line-height: 97px;
}
.gbox {
	color: #fff;
	font-family: neo;
	font-size: 14px;
}
.gbox .info  .subtitle {
	color: #9eeaff;
}
.gbox .info p {
	display: inline;
	color: #cf8aff;
}
.gbox .examples:hover {
	background: url('images/examplesh.png') top left no-repeat;
}
.gbox .onhov {
	position: absolute;
}
.social  img {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
.social  img:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;transition-delay: 0.2s;
	-moz-transition-delay: 0.2s; /* Firefox 4 */
	-webkit-transition-delay: 0.2s; /* Safari and Chrome */
	-o-transition-delay: 0.2s; /* Opera */
}
#confirmation {
	display: none;
	background: #090909;
	text-align: center;
	height: 290px;
	width: 100%;
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px;
	border-radius: 10px; 
	behavior: url(border-radius.htc);
	color: #fff;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}
#confirmation .hmu_text {
	color: #fff;
	padding-top: 20px;
}


/* Large Devices, Wide Screens */
@media (max-width : 995px) {
	body {
		background-size: cover;
		padding: 20px 0 300px 0;
	}
	h1 {
		font-size: 22px;
	}
	h2{
		font-size: 12px;
	}
	.container {
		max-width: 504px;
		width: 95%;
	}
	.logist {
		width: 100% !important;
	}
	.hmu_text {
		color: #fff;
	}
	div.gbox, div#logist_email {
		top: 0 !important;
		margin-bottom: 30px !important;
		position: relative;
		width: 100% !important;
	}
	.gbox .onhov  {
		display: none;
	}
	.gbox h1 {
		line-height: 60px;
	}
	#logist_email {
		position: absolute;
		bottom: 0;
	
		margin-bottom:  -310px;
}
	.gbox .examples img {
		width: 100% !important;
		border-bottom-left-radius: 15px;
		border-bottom-right-radius: 15px;
	}
	#sendit, #watchawant, #youremail, #yourname {
		font-size: 14px;
		box-shadow: 0px 0px 5px #797979 !important;
}
	.gbox .onhov img {
		width: 100%;
		min-height: 261px;
	}
}