.slogan{
    font-family: 'Playfair Display', sans-serif;
}
.slider-content img {
    max-height: 180px;
    max-width: 90%;
}
.slider-content p {
    font-size: 40px;
}
h2.white {
    color: #fff;
}
#registration-form {
    max-width: 700px;
    margin: auto;
}
#login-form {
    max-width: 600px;
    margin: auto;
}
#login-form .contact-form .section-field,
#registration-form .contact-form .section-field {
    width: 100%;
    float: none;
}
#login-form #submit,
#registration-form #submit {
    width: 100%;
    border-radius: 5px;
}
.contact-form label {
    font-size: 16px;
    display: inline;
}
form a {
    text-decoration: underline;
    font-weight: bold;
}
span.grey {
    color: #848484;
}
.big-x {
    float: right;
    height: 100%;
}
.opacity-15 {
    opacity: 0.15;
}
footer.on-image {
    background: transparent;
    position: absolute;
    bottom: 0;
    width: 100%;
}
footer.on-image .footer-widget {
    border-top: none;
    padding: 0;
}
#privacy-policy {
    color: #626262;
}
#header.top {
    top: 0;
}
.desktop-hide {
    display: none;
}
.br-5 {
    border-radius: 5px;
}
/* RESPONSIVE */
@media (max-width: 576px) {
    .desktop-hide {
        display: block;
    }
    footer.on-image {
        bottom: -8%;
    }
}
@media (max-width: 992px) {
    .mega-menu .menu-logo {
        margin-left: auto;
    }
}
