footer {
	background-color: #333a44;
	color: #fff;
	font-size: 0.813em;
	margin-top: 39px;
	padding-bottom: 17px;
}

footer > .wrapper {
	text-align: center;
	padding: 13px 10px 0;
}

footer a:link,
footer a:visited {
	color: #339dff;
	text-decoration: none;
	-moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
}

footer a:hover,
footer a:active {
	color: #238def;
}