.footer {
    text-align: center;
    color: #777778;
    background-color: #ffffff;
    padding: 25px;
    border-top: 1px solid #e6e6e6;
}

/* FOOTER LOGO */

.footer-logo {
    display: inline-block;
    float:left;
    width: 30%;
        height: 65px;
}

.footer-logo img {
    display: inline-block;
    float:left;
    height: 65px;
    line-height: 65px;
}

/* FOOTER TEXT */
.footer-text {
        font-size: 12px;
            color: #777778;

    display: inline-block;
    float:left;
    width: 40%;
    height: 65px;
    line-height: 65px;
}

    .footer-text a {
        color: #777778;
        text-decoration: none;
    }

        .footer-text a:hover {
            text-decoration: underline;
        }

/* FOOTER SOCIAL */
.footer-social {
    display: inline-block;
    float:left;
    width: 30%;
    height: 65px;
    line-height: 65px;
}

footer-social social-transparent a {
        color: #777778!important;
}




@media only screen and (max-width: 1000px) {

        .footer-text {
        height: unset;
        line-height: 25px;
    }

}


@media only screen and (max-width: 768px) {
    .footer {
        display: block;
        text-align: left;
    }

    .footer-logo {
        display: block;
        text-align: center;
        float: unset;
        width: 100%;

        height: unset;
        line-height: unset;
    }

    .footer-logo img {
        display: block;
        text-align: center;
        float: unset;
        margin: 0 auto;
    }

    .footer-text {
        display: block;
        text-align: center;
        float:left;
        width: 100%;

        height: unset;
        line-height: 25px;
    }

    .footer-social {
        display: block;
        text-align: center;
        float:left;
        width: 100%;

        height: unset;
        line-height: 25px;
    }
}

@media only screen and (max-width: 505px) {

}

@media only screen and (max-width: 400px) {
    .footer {
        padding: 15px;
    }
}
