/* 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;}



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: #b5b5b5;
text-align: center;
}


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


.centered{
    display: inline-block;
    width: 100%;
   }

.whole{
	width: 80%;
	margin: 0 10%;
	background: #f7f7f7;
	height: 10px;
	display: table;
-webkit-box-shadow: 0px 0px 27px 10px rgba(0,0,0,0.1);
-moz-box-shadow: 0px 0px 27px 10px rgba(0,0,0,0.1);
box-shadow: 0px 0px 27px 10px rgba(0,0,0,0.1);	

}

.section-left{
	width: 60%;
	display: table-cell;
	
}

h1{
	font-size: 50px;
	color: #000;
	text-transform: uppercase;
	font-weight: 300;
	letter-spacing: 2px;
	padding: 40px 0;
}

.content{
	width: 60%;
	padding: 0 20%;
}

.content p{
	color: #666;
	font-size: 20px;
	line-height: 32px;
	font-weight: 300;
}

.form{
	width: 60%;
	padding: 0 20%;
	margin: 40px 0 0 0;
}

.form p{
	font-size: 20px;
	color: #666;
	font-weight: 500;
}

.field input{
	border: 1px solid #edeaea;
	padding: 13px;
	width: 85%;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #999999;
	text-align: center;
	margin-top: 10px;
}

.submit input{
	font-family: 'Roboto', sans-serif;
	background: #333;
	font-weight: 400;
	color: #fff;
	border: none;
	padding: 12px;
	width: 30%;
	font-size: 16px;
	text-transform: uppercase;
	cursor: pointer;
	margin-top: 10px;
}

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


.section-right{
	background: url(../images/background.jpg) no-repeat right bottom; 
	display: table-cell;
	width: 40%;
	
}

ul.social{
	width: 100%;
	margin: 50px auto;
}

ul.social li{
	display: inline-block;
	margin: 0 15px;
}

ul.social li a{
	font-size: 11px;
	letter-spacing: 2px;
	color: #999;
	text-transform: uppercase;
	text-decoration: none;
}

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


@media only screen and (max-width: 1048px){
	.section-left{
	width: 100%;
	display: table-cell;
	
}

	
	
}



@media only screen and (max-width: 768px){
	
	
h1{
	font-size: 40px;
	color: #000;
	text-transform: uppercase;
	font-weight: 300;
	letter-spacing: 2px;
	padding: 40px 0;
}	
	
	
.whole{
	width: 100%;
	margin: 0 0%;
	background: #f7f7f7;
	height: 10px;
	display: table;
	-webkit-box-shadow: 0px 0px 27px 10px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 27px 10px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 27px 10px rgba(0,0,0,0.1);	

}

.section-left{
	width: 100%;
	display: table-cell;
	
}
	
	
	
	
.content{
	width: 94%;
	padding: 0 2%;
}
	
	
.form{
	width: 80%;
	padding: 0 10%;
	margin: 40px 0 0 0;
}
	
	ul.social{
	width: 100%;
	margin: 50px auto;
}

ul.social li{
	display: inline-block;
	margin: 0 6px;
}

ul.social li a{
	font-size: 11px;
	letter-spacing: 0px;
	color: #999;
	text-transform: uppercase;
	text-decoration: none;
}

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

.submit input{
	font-family: 'Roboto', sans-serif;
	background: #333;
	font-weight: 400;
	color: #fff;
	border: none;
	padding: 10px;
	width: 30%;
	font-size: 16px;
	text-transform: uppercase;
	cursor: pointer;
	margin-top: 10px;
}
	
	
}