﻿.social-icons
{
	padding: 10px 0;
}

.social-icons ul li
{
	display: block;
	margin-right: 1px;
	float: left;
}

.social-icons ul li a
{
	color:silver;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 30px;
	height: 30px;
	line-height: 0;
	padding: 0;
}

.social-icons ul li a .fa
{
	font-size: 20px;
}

.social-icons .icon:hover a
{
	color:black;
}


/*.social-icons .google-plus:hover a
{
	background-color: #dc2310;
}

.social-icons .youtube:hover a
{
	background-color: #cd201f;
}

.social-icons .twitter:hover a
{
	background-color: #33bce9;
}

.social-icons .facebook:hover a
{
	background-color: #37528d;
}

.social-icons .linkedin:hover a
{
	background-color: #37528d;
}

.social-icons .email:hover a
{
    color:black;
	background-color: #37528d;
}

.social-icons .rss:hover a
{
	background-color: #FF6600;
}*/