.header .social-icons
{
	width: 180px;
	height: auto;
	position: absolute;
	top: 40px;
	right: 20px;
	border-bottom: 0;
}

.header-fixed .social-icons
{
	top: 0;
}

.social-icons
{
	display: block;
	width: 100%;
	text-align: center;
	border-bottom: 1px black solid;
}

.social-icon
{
	width: auto;
	height: 100%;
	display: inline-block;
	vertical-align: middle;
}

.footer .social-icon
{
	margin-bottom: 10px;
	margin-right: 10px;
}

.social-icons svg
{
	width: auto;
	height: 100%;
}

.social-icons path, .social-icons polygon {
	fill: #333;
}

.social-icons a:hover path, .social-icons a:hover polygon {
	fill: #FF0000;
}

.social-icons * {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
