footer,
footer .footer-links {
    background-color: #46463e;
    position: relative;
    z-index: 2;
}
footer ul, footer p { margin: 0; }
footer * {
	color: #fff;
	font-family: 'Calibri Light', sans-serif;
	font-size: 13px;
	letter-spacing: 2px;
}
footer .footer-links > ul {
	display: block;
	text-align: center;
}
footer .footer-links ul * { display: inline-block; }
footer .top-menu { padding: 20px 0 10px 0; }
footer .top-menu a {
	padding: 10px 10px;
    line-height: 20px;
}
footer .bottom-menu {
	padding: 5px 0 20px 0;
}
footer .bottom-menu * {
	font-size: 11px;
}
footer .bottom-menu p,
footer .bottom-menu i {
	padding: 0 15px;
    line-height: 30px;
}
footer a:link,
footer a:visited {
    color: #fff;
    text-decoration: none;
}
footer a:hover,
footer a:active {
    color: #bbb;
    text-decoration: none;
}

footer .show-only-on-mobile { display: none; }

@media (max-width: 530px) {
    footer .bottom-menu li { display: block; }
    footer .bottom-menu li.hide-on-block { display: none; }
    footer .show-only-on-mobile { display: block; }
}
