.footer, .push {
    position: relative;
    height: 2.550em;
}

.footer {
    position: relative;
}

    .footer .content-container {
        position: relative;
        height: 100%;
    }

.footer-brand {
    color: #FFF;
    padding: 24px 0;
}

    .footer-brand img {
        height: 27.5px;
        margin-top: 10px;
    }

    .footer-brand .brand-left {
        font-size: 28px;
    }

    .footer-brand .brand-right {
        font-size: 18px;
        padding-left: 12px;
    }

    .footer-brand .brand-email,
    .footer-address {
        display: block;
        font-size: 14px;
        padding-top: 10px;
    }

        .footer-brand .brand-email a {
            color: #FFF;
            text-decoration: none;
        }

.footer-text {
    position: absolute;
    top: 25px;
    /*right: 150px;*/
    right: 50px;
    padding: 24px 0;
    font-size: 14px;
}

    .footer-text a {
        display: inline-block;
        color: #FFF;
        text-decoration: none;
    }

        .footer-text a:hover {
            text-decoration: underline;
        }

.copyright,
.powered-by {
    display: block;
    margin-bottom: 5px;
}

.powered-by {
    padding-left: 20px;
}

.footer-social {
    position: absolute;
    right: 0;
    top: 45px;
}

    .footer-social a {
        color: #FFF;
        text-decoration: none;
        margin-left: 20px;
    }

.footer-logo {
    position: relative;
    float: right;
}

@media only screen and (max-width: 980px) {
    .footer {
        padding: 0 30px;
    }

    .footer-text {
        right: 0;
    }

    /*.footer-address {
        display: none;
    }*/

    .copyright {
        float: left;
    }

    /*.powered-by {
        float: right;
    }*/

    .footer-social {
        display: none;
    }
}


/*@media only screen and (max-width:500px) {
    .footer-text {
        font-size: 11px;
        padding-top: 16px;
    }

    .powered-by {
        display: none;
    }
}*/
