ul.social-foot {
	margin:8em auto;
  padding:0;
  width:25%;
	}	
	
.social-foot li { 
	list-style: none; 
	display: inline-block;
	}
 	
a.social-icon {
	list-style: none; 
	background-image: url(http://imagehoster.gamer-designs.de/uploads/2013/06/i341b9whbi.png);
	background-color: #F3F4F5;
	height: 29px;
	float: left;
	width: 29px;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
	-webkit-transition: all 0.15s ease;    
	   -moz-transition: all 0.15s ease;
	        transition: all 0.15s ease;
	}

a.social-icon.twitter 		{ background-position: -1px -1px;  border-radius:55% }
a.social-icon.facebook 		{ background-position: -32px -1px;border-radius:55%  }
a.social-icon.dribbble 		{ background-position: -63px -1px;  }
a.social-icon.instagram 	{ background-position: -94px -1px;border-radius:55%  }
a.social-icon.googleplus 	{ background-position: -125px -1px;border-radius:55% }
a.social-icon.github 		{ background-position: -156px -1px; }	
a.social-icon.flickr 		{ background-position: -187px -1px; }	
a.social-icon.pinterest 	{ background-position: -218px -1px; }
a.social-icon.linkedin 		{ background-position: -249px -1px; }
a.social-icon.email 		{ background-position: -280px -1px; }
a.social-icon.behance 		{ background-position: -311px -1px; }
a.social-icon.zerply 		{ background-position: -342px -1px; }
a.social-icon.youtube 		{ background-position: -373px -1px; }
a.social-icon.rss 			{ background-position: -404px -1px; }

a.social-icon.twitter:hover 	{ background-position: -1px -32px;   }
a.social-icon.facebook:hover 	{ background-position: -32px -32px;  }
a.social-icon.dribbble:hover 	{ background-position: -63px -32px;  }
a.social-icon.instagram:hover 	{ background-position: -94px -32px;  }
a.social-icon.googleplus:hover 	{ background-position: -125px -32px; }
a.social-icon.github:hover 		{ background-position: -156px -32px; }	
a.social-icon.flickr:hover 		{ background-position: -187px -32px; }	
a.social-icon.pinterest:hover 	{ background-position: -218px -32px; }
a.social-icon.linkedin:hover 	{ background-position: -249px -32px; }
a.social-icon.email:hover 		{ background-position: -280px -32px; }
a.social-icon.behance:hover 	{ background-position: -311px -32px; }
a.social-icon.zerply:hover 		{ background-position: -342px -32px; }
a.social-icon.youtube:hover 	{ background-position: -373px -32px; }
a.social-icon.rss:hover 		{ background-position: -404px -32px; }