#sp-header {
  height: 60px;
  width: 100%;
  position: relative;
  z-index: 99;
  box-shadow: none;
  animation: spFadeIn .5s;
}
#sp-footer {
  background: #0B1D42;
  color: #fff;
}
#sp-footer .container-inner {
  padding: 30px 0;
  border-top: 0px;
}
#sp-footer a, #sp-bottom a {
  color: #ffffff;
}
#sp-footer a:hover, #sp-footer a:active, #sp-footer a:focus, #sp-bottom a:hover, #sp-bottom a:active, #sp-bottom a:focus {
  color: #a2a2a2;
}