footer#footer{
	width: calc(100% / 4 * 3);
	margin:0 auto;
	display: block;
	font-size: 12px;
	color: #C0C0C0;
	padding-bottom:30px;
	line-height: 25px;
}
	footer#footer .row{
		display: table;
		width: 100%;
	}
	footer#footer .row .item{
		display: table-cell;
		vertical-align: middle;
		width: calc(100% / 3);
		text-align: center;
	}
	footer#footer .row .item:first-of-type{
		text-align: left;
	}
	footer#footer .row .item:last-of-type{
		text-align: right;
	}
	footer#footer a{
		color: inherit;
	}
	footer#footer .row .item svg path,
	footer#footer .row .item svg polygon{
		fill:#E50000;
	}
	footer#footer .row .item svg path.st1,
	footer#footer .row .item svg polygon.st1{
		fill:#ffffff;
	}