/* Add here all your CSS customizations */

.languages-header {

}

.languages-header ul li {
    display:inline-block;
}

.mobile-hide {
    display: block;
}

.f-top-nav-show-slide {
    color: #fff;
}



/* d */
.email-contact-d{
    text-align: center;
    margin: 20px 0px 50px 0;
}
.email-contact-d a{
    font-size: 16px;
    background-color: #000;
    padding: 15px 50px;
    color: #fff;
    border-radius: 30px;
    transition: 1s;
}

.email-contact-d a:hover{    
    background-color: rgba(0, 0, 0, 0.7);
    transition: 1s;
}

@media screen and (max-width: 479px)
{
    .mobile-hide {
        display: none;
    }

    .j-data-element.animated {
        min-height: auto;
    }
}