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

.social{
	position: fixed;
	left: 0;
	top: 260px;
	z-index: 20000;
}
.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 .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	 transition: all .25s ease;


}
.social ul li .icon-facebook {
background: #3b5998;}

.social ul li .icon-twitter {
	background: #00abf0;
}
.social ul li .icon-googleplus {
	background: #d95232;
}
.social ul li .icon-pinterest {
	background: #ae181f;
}
.social ul li .icon-mail {
	background: #666666;
}


.social ul li a:hover{
	padding: 10px 30px;
	background:#000;

}

@media screen and (max-width: 800px){
	.social {
		left: -100%;


	}
