#floating-footer { position:fixed;bottom:0px;left:0;right:0;width:100%;height:65px;padding:0px;display:none;z-index:10000; }
#floating-footer .floating-footer-full { width:100%;height:100%;margin:0;display:table-cell;vertical-align:middle;text-align:center;font-size:28px;font-weight:bold;color:white; }
#floating-footer .floating-footer-half { width:50%;height:100%;margin:0;display:table-cell;vertical-align:middle;text-align:center;font-size:28px;font-weight:bold;color:white; }
#floating-footer .floating-footer-full { background-color:#009ad0; }
#floating-footer .floating-footer-left { background-color:#f7ad54; }
#floating-footer .floating-footer-right { background-color:#60b51a; }
#floating-footer a { color:white; }
@media(max-width:768px) { 
  body { padding-bottom:65px; } 
  #floating-footer { display:table; }
}
#over-floating-footer { position:fixed;bottom:65px;left:0;right:0;width:100%;height:65px;padding:0px;display:none;z-index:10000; }
#over-floating-footer .over-floating-footer-full { width:100%;height:100%;margin:0;display:table-cell;vertical-align:middle;text-align:center;font-size:28px;font-weight:bold;color:white; }
#over-floating-footer .over-floating-footer-half { width:50%;height:100%;margin:0;display:table-cell;vertical-align:middle;text-align:center;font-size:28px;font-weight:bold;color:white; }
#over-floating-footer .over-floating-footer-full { background-color:#009ad0; }
#over-floating-footer .over-floating-footer-left { background-color:#f7ad54; }
#over-floating-footer .over-floating-footer-right { background-color:#60b51a; }
#over-floating-footer a { color:white; }
@media(max-width:768px) { 
  body { padding-bottom:65px; }
  #floating-footer { display:table; }
  #over-floating-footer { display:table; }
}
