.social-icons {
	padding: 0!important;
	margin: 0!important;
	list-style-type: none!important;
	float:left;
}
.social-icons ul {
	padding: 0!important;
	margin: 0!important;
}
.social-icons li{
	float: left!important;
	padding: 0px!important;
	display: inline!important;
	width: auto!important;
	margin:0px 2px 2px 0;

}			
.social-icons li a {
	-moz-transition: all 0.3s ease 0s;
	  -webkit-transition:  all 0.3s ease 0s;
  -o-transition:   all 0.3s ease 0s;
  transition:   all 0.3s ease 0s;
	display: block!important;
	float: left!important;
	height: 100%!important;
	margin: 0!important;
	padding: 0!important;
	width: 40px!important;
	height: 33px!important;
	text-indent: -9999px!important;
	border:1px solid #999999;
}
.social-icons li a:hover {
	background-position: 0 -33px!important;
}
.social-icons li a {
	background-color:transparent;
}
.social-icons li.facebook a {
	background: url(../images/facebook.png) no-repeat 0 0 #fff;
}
.social-icons li.facebook a:hover {
	background-color: #3b5998;
}

.social-icons li.googleplus a {
	background:url(../images/googleplus.png) no-repeat 0 0 #fff;
}
.social-icons li.googleplus a:hover {
	background-color: #d94a39;
}
.social-icons li.linkedin a {
	background: url(../images/linkedin.png) no-repeat 0 0 #fff;
}
.social-icons li.linkedin a:hover {
	background-color: #71b2d0;
}

.social-icons li.twitter a {
	background: url(../images/twitter.png) no-repeat 0 0 #fff;
}
.social-icons li.twitter a:hover {
	background-color: #00BEF2;
}
.social-icons li.youtube a {
	background: url(../images/youtube.png) no-repeat 0 0 #fff;
}
.social-icons li.youtube a:hover {
	background-color: #ff0000;
}
