.social-icons {
	color: #ffffff;
	text-align: center;
	width: 100%;
height:50px;
	display:inline-block;
}

.social-icons a {
	color: #FFFFFF;
display:inline-block;
}
.social-icons a:hover {
	color: #fff;
	text-decoration: none;
	border-radius: 100%;
}
.social-icons .fa-facebook, .social-icons .facebook {
	background: url(images/facebook.png);
	min-width:33%;
max-width:33%;
	height:100%;
	background-repeat:no-repeat;
}
.social-icons .fa-mail, .social-icons .mail {
	background: url(images/email.png);
	min-width:33%;
max-width:33%;
	height:100%;
	background-repeat:no-repeat;

}
.social-icons .fa-twitter, .social-icons .twitter {
	background: #00abe3;
}
.social-icons .fa-google, .social-icons .google {
	background: url(images/google%20plus.png);
	min-width:33%;
	height:100%;
max-width:33%;
	background-repeat:no-repeat;
}
.social-icons .fa-linkedin, .social-icons .linkedin {
	background: #01669c;
}
