.background-multiply-dark .background-image-holder {
    background-color: #656565 !important;
    background-blend-mode: multiply;
}

.pricing-table .price {
    font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 50px;
    line-height: 80px;
    font-weight: 300;
    color: #292929;
    display: inline-block;
    margin-bottom: 16px;
}

nav.transparent .menu li .userauth_login {
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    color: #FFFFFF;
    max-width: 100%;
    white-space: normal;
    opacity: 1;
}

nav.transparent.fixed .menu li .userauth_login {
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    color: #292929;
    max-width: 100%;
    white-space: normal;
    opacity: 0.5;
}

@media all and (max-width: 990px) {
    nav.transparent .menu li .userauth_login {
        font-size: 11px;
        text-transform: uppercase;
        font-weight: 600;
        letter-spacing: 1px;
        color: #292929;
        max-width: 100%;
        white-space: normal;
        opacity: 1;
    }
}