.footer {margin: 85px 0 0; padding: 20px 0px; background: #0b3567; color: #bcd4f1;}
.footer.big {padding-bottom: 40px;}
.footer.small {padding:25px 0px 40px;}
.footer .logo {float: left; margin-top: 9px;}
.footer.small .logo {display: none;}

/* Footer Menu */
.footer .footer-menu {float: right; margin-right: -8px;}
.footer.big .footer-menu {margin: 28px -8px 10px 0px;}
.footer.small .footer-menu {width: 100%; margin-right: 0px; text-align: center;}
.footer .footer-menu ul {font-family: 'Zerospace'; font-size: 0;}
.footer .footer-menu ul li {display: inline-block; font-family: 'DINProRegular'; font-size: 12px;}
.footer .footer-menu ul ul {display: none;}
.footer .footer-menu a {position: relative; display: block; margin: 0px 1px; padding: 6px 8px; color: #8ea9cb; text-transform: uppercase;}
.footer .footer-menu a:hover:after,
.footer .footer-menu a.active:after {content: ''; position: absolute; left: -1px; top: -1px; width:100%; height: 100%; border:1px solid #8ea9cb; border-radius: 3px;}
.footer .copyright-info {float: right; clear: right; margin-top: 15px; font-family: 'Zerospace'; font-size: 0; text-align: right;}
.footer.big .copyright-info {margin-top: 5px;}
.footer.small .copyright-info {margin-top: 25px; text-align: center;}
.footer .copyright-info div {display: inline-block; font-family: 'DINProRegular'; font-size: 12px;}
.footer.big .copyright-info div {display: block;}
.footer .copyright-info .logos-info {margin-left: 35px;}
.footer.big .copyright-info .logos-info,
.footer.small .copyright-info .logos-info {margin-left: 0px;}
/* End Footer Menu */