/***** Social *****/
#social
{
	width:2.7em;
	position: fixed;
	left: 0;
	bottom: 5em;
	background-color:rgba( 25 , 25 , 25 , 0.95 );
	border-top:2px solid rgba( 255 , 255 , 255 , 1 );
	border-bottom:2px solid rgba( 255 , 255 , 255 , 1 );
	border-right:2px solid rgba( 255 , 255 , 255 , 1 );
	text-align: center;
	z-index: 999;
}







/*****For mobile*****/
@media only screen and (max-device-width : 600px), (max-width : 600px)
{
	#social
	{
		display:none;
	}
}
