.social-icon_footer ul {
	width: auto;
	height: auto;
	float: left;
	list-style: none;
	margin: 8px 0px;
}
.social-icon_footer ul li {
	
	float: left;
	width: 100%;
}
.social-icon_footer ul li a {
	text-decoration: none;
	display: block;
}
.social-icon_footer .icon_facebook {
	background: url(../img/facebook.png) no-repeat;
	width: 36px;
	height: 36px;
	float: left;
}
.social-icon_footer .icon_facebook:hover {
	background: url(../img/facebook.png) no-repeat;
	cursor: pointer;
}
.social-icon_footer .icon_g-plus {
	background: url(../img/goole+.png) no-repeat;
	width: 36px;
	height: 36px;
	float: left;
}
.social-icon_footer .icon_g-plus:hover {
	background: url(../img/goole+.png) no-repeat;
	cursor: pointer;
}
.social-icon_footer .icon_twitter {
	background: url(../img/twitter.png) no-repeat;
	width: 36px;
	height: 36px;
	float: left;
}
.social-icon_footer .icon_twitter:hover {
	background: url(../img/twitter.png) no-repeat;
	cursor: pointer;
}
.social-icon_footer .icon_linkedin {
	background: url(../img/linkedin.png) no-repeat;
	width: 36px;
	height: 36px;
	float: left;
}
.social-icon_footer .icon_linkedin:hover {
	background: url(../img/linkedin.png) no-repeat;
	cursor: pointer;
}
