footer {
    width: 100%;
    overflow: hidden;
    text-align: center;
}

footer .description {
    font-size: 0.8em;
    padding: 25px 0;
}

footer .description.no-description {
    display: none;
}

footer .description > br:nth-of-type(1),
footer .description > br:nth-of-type(2) {
    display: none;
}

footer.no-address [class*="ps-col"] {}

footer .logo {
    display: block;
    margin: 25px;
}

footer [id*="Panel_ContactAddress"] {
    font-size: 1.1em;
    font-weight: 400;
    padding: 25px 0 0 0;
}

footer [id*="Panel_ContactAddress"] h2 {
    display: none;
}

footer [id*="Panel_ContactAddress"] > div {
    padding: 0 0 25px 0;
}

footer [id*="Panel_ContactAddress"] > div .adcityname {
    display: none;
}

footer [id*="Panel_ContactAddress"] > div li {
    display: inline-block;
    font-size: 0.8em;
    line-height: 1.4em;
}

footer [id*="Panel_ContactAddress"] > div > ul > span:nth-of-type(1) {
    margin: 0 0.25em;
}

footer [id*="Panel_ContactAddress"] > div > ul > span:nth-of-type(2) > li:nth-of-type(1) a {
    margin: 0 0.25em 0 0;
}

footer [id*="Panel_ContactAddress"] > div > ul > span:nth-of-type(2) > li a {
    display: inline-block;
    text-decoration: none;
}

footer .developed-by {
    display: inline-block;
    font-size: 0.7em;
    font-weight: 300;
    line-height: 1.2em;
    padding: 25px 0 0 0;
    cursor: default;
    -webkit-transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1);
    transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1);
}

footer.no-address .developed-by {
    padding-bottom: 25px;
}

footer .developed-by:hover {
    opacity: 1;
}

footer .developed-by a {
    text-decoration: none;
}

footer .developed-by a img {
    display: inline-block;
    vertical-align: middle;
    margin: -3px 0 0 0;
    height: 57px;
    width: 110px;
}

@media screen and (max-width:720px) {
    footer {
        text-align: center;
    }
}