iframe[name=google_conversion_frame] {
    display: none;
}

footer {
    background: #0d5cc8;
}

footer .row {
    color: #fff;
    font-size: 14px;
    line-height: 1.4em;
    margin: 0 auto;
    max-width: 944px;
    overflow: hidden;
    padding: 40px 40px 115px;
}

footer .row a {
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}

footer .row > div {
    float: left;
}

footer .row > div > p:first-child {
    margin-top: 0;
}

footer #footer-subsidiaries {
    padding-right: 40px;
    width: 620px;
}

footer #footer-logo {
    float: right;
    text-align: center;
}

footer #footer-logo > p:first-child {
    margin-bottom: 30px;
}

footer #footer-social {
    clear: left;
    padding-top: 40px;
}

footer #footer-social ul li {
    padding-left: 0;
    padding-right: 12px;
}

/* Cellphone */
@media (max-width: 767px) {

    footer .row {
        padding-bottom: 0;
    }

    footer #footer-social,
    footer #footer-subsidiaries,
    footer #footer-logo {
        padding-bottom: 50px;
        width: 100%;
    }

    footer #footer-social,
    footer #footer-logo {
        text-align: center;
    }

    footer #footer-social {
        padding-top: 20px;
    }
}
/* Tablet */
@media (min-width: 768px) and (max-width: 1023px) {
    
    footer #footer-subsidiaries {
        padding-right: 30px;
        width: 425px;
    }

    footer .row {
        padding-bottom: 50px;
    }
}
/* Laptop */
@media (min-width: 1024px) and (max-width: 1349px) {

    footer #footer-subsidiaries {
        padding-right: 30px;
        width: 620px;
    }

    footer .row {
        padding-bottom: 85px;
    }
}