footer {
	width: 100%;
	background: #f2f2f2;
}

footer section#container::after {
	clear: both;
	content: " ";
	display: block;
}

footer section#container {
	width: auto;
	max-width: 1200px;
	margin: 0 auto;
	padding-top: 70px;
	padding-bottom: 80px;
}

footer section#container section {
	padding: 15px;
	float: left;
}

footer section#container section#left {
	width: 45%;
}

footer section#container section#left a {
	text-decoration: none;
	color: #242424;
	font-weight: 700;
}

footer section#container section#left a:hover {
	color: #bb3838;
}

footer section#container section#right {
	width: 55%;
	font-weight: 400;
}

footer section#container section#right ul {
	float: right;
}

footer section#container section#right a {
	text-decoration: none;
	color: #bb3838;
}

footer section#container section#right a svg {
	float: left;
	height: 30px;
	padding-bottom: 10px;
	padding-right: 10px;
	fill: #a3a3a3;
}

footer section#container section#right a svg:hover {
	fill: #bb3838;
}

footer section#container section#right li {
	clear: both;
	content: " ";
	display: block;
}

footer section#container section#right a:hover {
	color: #242424;
}

footer section#container section ul {
	list-style: none;
	padding: 5px;
	float: left;
}
