#social-media{
	position:absolute;
	margin-top:30px;
}

#social-media .icon
{
	float:left;
	width:60px;
	cursor:pointer;
	margin-right:20px;
}

#subsc-email
{
	width:300px;
	height:30px;
	outline:none;
	border:none;
	text-indent:10px;
	font-family:Open Sans Semibold;font-size:13px;
	color:#666;
	transition:.3s;
	-webkit-transition:.3s;
	-moz-transition:.3s;
	-ms-transition:.3s;
}

#subsc-submit
{
	width:80px;
	outline:none;
	height: 27px;
	margin-left:-85px;
	color:rgb(51,51,51);
	border: rgb(180,180,180) 1px solid;
	cursor: pointer;
	background: -webkit-linear-gradient(top, rgb(248,248,248) , rgb(215,215,225));
	background: -o-linear-gradient(bottom, rgb(248,248,248) , rgb(215,215,225));
	background: -moz-linear-gradient(bottom, rgb(248,248,248) , rgb(215,215,225));
	background: linear-gradient(to bottom, rgb(248,248,248) , rgb(215,215,225));
}