footer .logo img {
    display: block;
    max-height: 100px;
    max-width: 400px;
    width: 100%;
    height: auto;
}

@media only screen and (max-width: 768px) {
    footer .logo img {
        padding-bottom: 20px;
    }
}

.footer-section {
    background-color: #FFF;
    border-top: 1px solid #e0e4f6;
    float: left;
    width: 100%;
    position: absolute;
    bottom: 0;
}

.top-footer {
    padding: 15px 0;
}

.bottom-footer {
    padding: 30px 0;
    border-top: 1px solid #e0e4f6;
}

.footer-section .logo {
    width: 150px;
    max-width: 100%;
}

.footer-section .logo a{

}

.footer-section span {
    font-size: 15px;
    font-family: Source Sans Pro;
}

.footer-section p {
    font-size: 15px;
    font-family: Source Sans Pro;
}

.footer-section .right-block {
    float: right;
    text-align: right;
}

@media only screen and (max-width: 768px) {
    .footer-section .right-block {
        float: left;
        text-align: left;
    }
}

.footer-section .right-block i {
    margin-left: 30px;
}

@media only screen and (max-width: 768px) {
    .footer-section .right-block i {
        margin-left: 0px;
    }
}


@media only screen and (max-width: 768px) {
    .footer-section i.fa.fa-envelope {
        margin-left: 30px;
    }
}

