.contact-bar {
    position: fixed;
    bottom: 1rem;
    text-align: center;
    width: 100%;
    z-index: 99999;
    text-transform: uppercase;
}

.call, .new-button {
    background: #18324b;
}

.reserve {
    background: #b41f25;
}

.call, .reserve, .new-button {
    color: #fff;
    padding: .5rem .75rem;
    border: 1px solid #fff;
    text-decoration: none;
    font-family: proxima-nova,Proxima-Nova-Fallback,Helvetica,sans-serif;
    font-weight: bold;
}

footer, .footer-logo {
    text-align: center;
    justify-content: center;
}

footer {
    margin-bottom: 5rem;
}

.s-o {
    background-color: rgba(0,0,0,.5) !important;
}

.logo-image-cell {
    background: #fff;
    border: 1px solid #fff;
    border-radius: 50%;
}

.cky-btn-revisit-wrapper {
    right: 1rem !important;
    bottom: 3.5rem !important;
}