* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

.social {
	position: fixed;
	left: 0;
	top: 300px;

}

.social ul {
	list-style: none;
}

.social ul li a {
	display: inline-block;
	color: #fff;
	background: #000;
	padding: 10px 15px;
	text-decoration: none;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease; 

} 

.social ul li .icon-facebook2 {background: #000; }
.social ul li .icon-twitter {background: #000; }
.social ul li .icon-youtube {background: #000; }
.social ul li .icon-linkedin {background: #000; }
.social ul li .icon-pinterest {background: #000; }
.social ul li .fa-cloud-download {background: #000;}

.social ul li a:hover {
	padding: 10px 30px;
	background: #2673b9;
}

@media screen and (max-width: 1300px) {
	.social{
		display: none; 
	
	}


#spam{display:none;}