#sp-header {
    height: 60px;
    width: 100%;
    position: relative;
    z-index: 99;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, .1);
    animation: spFadeIn .5s;
}
#sp-top-bar {
    background: #E13918;
    color: #fff;
}
#sp-top-bar a{
    color: #fff;
}