* {
	margin:0;
	padding:0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	}
	

.social{
	position:fixed;
	left:0;
	top:130px;
	z-index:2000;
}
.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;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
		}

.social ul li .icon-facebook2 {background:#3B5998;}
.social ul li .icon-twitter {background:#00ABF0;}
.social ul li .icon-instagram {background:#D7C4A3;}
.social ul li .icon-youtube2 {background:#E62117;}
.social ul li .icon-linkedin2 {background:#0077B5;}
.social ul li .icon-flickr {background:#FE0070;}


.social ul li a:hover {
	padding: 10px 30px;
	background:#000;
	}
	@media screen and (max-width: 750px) {
.social{
	display:none;
}
}