#ips-footer-navigation {
    background: #DCDEE2;
    padding: 10px;
    position: relative;
    z-index: 1;
}

#ips-footer-navigation .ips-headernavigation {
    width: calc(85% + 30px);
    min-width: 85%;
    max-width: 100%;
    margin: 0 auto;
}

#page-footer {
    width: calc(85% + 30px);
    min-width: 85%;
    max-width: 100%;
    margin: 0 auto;
    padding-left: 120px;
    box-sizing: border-box;
    position: relative;
}

#page-footer:before {
    content: " ";
    position: absolute;
    width: 100px;
    height: 100px;
    top: 0;
    left: 0;
    background-image: url("/images/logo.png");
    background-position: left;
    background-size: auto;
    background-repeat: no-repeat;
}

#page-footer .navbar {
    padding: 0;
    background: none;
}

.copyright {
    max-width: 100% !important;
    width: calc(85% + 30px) !important;
    margin: 0 auto;
    padding: 0 0 0 120px;
    box-sizing: border-box;
}

.copyright #ips-designed {
    width: 150px;
    float: right;
    display: block;
}

.copyright #ips-designed p {
    width: 48px;
    float: left;
    display: inline-block;
    padding: 4px 0 0;
    margin: 0;
    font-size: 10px;
    line-height: 1.1;
    color: #555;
}

.copyright #ips-designed img {
    float: right;
}

.copyright .footer-row {
    display: block;
    text-align: left;
}

@media (max-width: 700px) {
    .footer-copyright {
        display: none;
    }
}