/* Reset */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,dfn,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}


@font-face {
    font-family: 'socicon';
    src: url('socicon/font/socicon-webfont.eot');
    src: url('socicon/font/socicon-webfont.eot?#iefix') format('embedded-opentype'),
         url('socicon/font/socicon-webfont.woff') format('woff'),
         url('socicon/font/socicon-webfont.ttf') format('truetype'),
         url('socicon/font/socicon-webfont.svg#sociconregular') format('svg');
    font-weight: normal;
    font-style: normal;
    text-transform: initial;
}


.socicon {
    font-family: 'socicon' !important;
}


html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    display: table;
}





body{
margin:0;
padding:0;
color: #fff;
position: relative;
font-family: 'Roboto', sans-serif;
background: #221f1f;
text-align: center;
}


.wrapper{
    display: table-cell;
    text-align: center;
    vertical-align: middle;	
}


.centered{
    display: inline-block;
   }


.header{
	width: 30%;
	padding: 0px 35%;
	float: left;
}

.header h1{
	font-size: 102px;
	font-weight: 900;
	text-transform: uppercase;
	color: #1E90FF;
}



.content{
	width: 30%;
	text-align: center;
	padding:0 35%;
	margin-bottom: 10px;
	float: left;
}

.content p{
	font-size: 22px;
	line-height: 30px;
}

.content p.line1{
	font-size: 50px;
	font-weight: 900;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.shadow-up{
	width: 100%;
	float: left;
	height: 21px;
	background: url(../images/shadow.png) center top no-repeat;
}

.shadow-down{
	width: 100%;
	float: left;
	height: 21px;
	background: url(../images/shadow.png) center bottom no-repeat;
}



.form{
	width: 30%;
	padding: 0 35%;
	margin-top: 20px;
	margin-bottom: 25px;
	float: left;
}

.form h2{
	font-size: 17px;
	font-weight: 900;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.field{
	width: 70%;
	margin-right: 2%;
	float: left;
}

.field input{
	-webkit-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;
	width: 80%;
	border-top: none;
	border-left: none;
	font-family: 'Roboto', sans-serif;
	font-weight: 100;
	border-right: none;		
	border-bottom: 1px solid #000;
	border-sizing: border-box;
	font-size: 20px;
	color: #999;
	float: left;
	padding: 10px 10%;
}


.submit{
	width: 28%;
	float: left;
}




.submit input{
	border-radius: 5px;
	background: #ed4136;
	width: 100%;
	float: left;
	font-size: 20px;
	font-family: 'Roboto', sans-serif;
	font-weight: 100;
	cursor: pointer;
	color: #fff;
	font-weight: 700;
	letter-spacing: -1px;
	padding: 10px 0;
	display: block;
	border: none;
	
	
}

.submit:hover input{
	background: #db3c32;
	
}


.social{
	width: 30%;
	float: left;
	padding: 0 35%;
}

.social ul{
	width: 100%;
	float: left;
}


.social ul li{
	display: inline-block;

}

.social ul li span{
	display: block;
	text-transform: none;
	font-size: 20px;
}

.social ul li a{
    margin: 10px 15px;
    display: block;
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 30px;
	text-decoration: none;
}

.social ul li a:hover{
 	color: #ccc;
}






@media only screen and (max-width: 1024px){

.header{
	width: 40%;
	padding: 0px 30%;
	float: left;
}

.content{
	width: 40%;
	text-align: center;
	padding:0 30%;
	margin-bottom: 10px;
	float: left;
}

.form{
	width: 40%;
	padding: 0 30%;
	margin-top: 20px;
	margin-bottom: 25px;
	float: left;
}


.social{
	width: 40%;
	float: left;
	padding: 0 30%;
}


}


@media only screen and (max-width: 768px){


.header{
	width: 80%;
	padding: 0px 10%;
	float: left;
}

.header h1{
	font-size: 80px;
	font-weight: 900;
	text-transform: uppercase;
	color: #ed4136;
}

.content{
	width: 80%;
	text-align: center;
	padding:0 10%;
	margin-bottom: 10px;
	float: left;
}

.content p{
	font-size: 18px;
	line-height: 26px;
}

.content p.line1{
	font-size: 40px;
	font-weight: 900;
	text-transform: uppercase;
	margin-bottom: 15px;
}


.form{
	width: 80%;
	padding: 0 10%;
	margin-top: 20px;
	margin-bottom: 25px;
	float: left;
}

.form h2{
	font-size: 14px;
	font-weight: 900;
	text-transform: uppercase;
	margin-bottom: 10px;
}


.social{
	width: 80%;
	float: left;
	padding: 0 10%;
}

.social ul li a{
    margin: 10px 10px;
    display: block;
	color: #fff;
	text-transform: uppercase;
	font-size: 11px;
	line-height: 25px;
	text-decoration: none;
}


}







