#footer-bottom { padding: 15px; }
.footer-left { float: left; }
.footer-left #footer-info { padding-bottom: 0px; }
.footer-right { float: right; }
.footer-right .bottom-nav { padding: 0px; }
.footer-right .bottom-nav li { padding-right: 0px; }
.footer-right .bottom-nav li+li { margin-left: 14px; }
.footer-left a, .footer-right a { font-weight: bold; }
@media (max-width:980px) {
.footer-left {float: left; width: 100%; text-align: center;}
.footer-right {float: left; width: 100%; text-align: center;}
}