body {
	margin:0px; 
	padding:0px; 		
	 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;		
	font-family:questrial;
	color:white;
}

.box-domain {	
	width:100%;
	margin:80px auto 0 auto;
	min-height:60px;
	text-align:center;			
	font-size:16x;
	text-shadow: 2px 2px 3px rgba(100, 100, 100, 1);
	z-index:10;
}

.box {
	width:60%;
	margin:30px auto 0 auto;
	min-height:315px;					
	border-radius:3px;
	background: rgba(0, 0, 0, 0.3);
}

.box-h1 {				
	width:96%;
	padding:2% 2%;				
	text-align:center;
	font-size:10px;
	text-shadow: 1px 1px 0px rgba(100, 100, 100, 1);				
}

.box-form {
	position:relative;
	float:left;
	width:44%;
	padding:2% 2% 2% 4%;
	float:left;	
}

.box-contact {
	position:relative;
	float:left;
	width:44%;
	padding:2% 4% 2% 2%;
	float:right;	
	text-align:center;
	line-height:1.7em;
	text-shadow: 1px 1px 0px rgba(100, 100, 100, 1);	
}

.box-social {
	width:60%;
	margin:20px auto;
	padding:2%;	
	text-align:center;
}

.icon-social {
	width:40px;
	margin:0 1%;
	border:0px;
	cursor:pointer;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
	-webkit-filter: grayscale(70%);
	-moz-filter: grayscale(70%);
	filter: grayscale(70%);
	filter: blur(5px);
}
.icon-social:hover {
	width:40px;
	margin:0 1%;
	border:0px;
	cursor:pointer;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	filter: grayscale(0%);	
}

.input-form {
	width:98%;
	padding:0 1%;
	height:35px;
	margin:1% 0;
	background:transparent;
	background:rgba(0, 0, 0, 0.2);
	border:0px;
	border-radius:3px;
	color:white;
	font-family:questrial;
	font-size:16px;
	text-shadow: 1px 1px 0px rgba(124, 124, 124, 1);
}

.submit-form {
	width:100%;	
	height:35px;
	margin:1% 0;
	background:rgba(0, 0, 0, 0.4);
	border:0px;
	border-radius:3px;
	color:white;
	font-family:questrial;
	font-size:16px;
	text-shadow: 1px 1px 0px rgba(124, 124, 124, 1);
	cursor:pointer;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color:    #f1f1f1;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #f1f1f1;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #f1f1f1;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
   color:    #f1f1f1;
}