/* NGamesCMS 2.0.0 — Official product footer */
.drakion-site-frame footer .ap75-footer-powered,
footer .ap75-footer-powered {
    clear: both;
    width: 100%;
    display: block;
    text-align: center;
    margin: 18px -15px -15px -15px;
    padding: 10px 15px;
    font-size: 12px;
    line-height: 1.35;
    background: rgba(18, 25, 31, .62);
    border-top: 1px solid rgba(239, 139, 24, .14);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .025);
}

footer .ap75-footer-powered .ngames-footer-label,
footer .ap75-footer-powered .ngames-footer-version {
    color: #ffffff;
    font-weight: 400;
}

footer .ap75-footer-powered .ngames-footer-brand {
    display: inline-block;
    margin: 0 4px;
    color: #ff9b26;
    font-weight: 700;
    text-decoration: none;
    text-shadow: 0 0 10px rgba(255, 122, 24, .28);
    transition: color .2s ease, text-shadow .2s ease;
}

footer .ap75-footer-powered .ngames-footer-brand:hover,
footer .ap75-footer-powered .ngames-footer-brand:focus {
    color: #ffb45e;
    text-decoration: none;
    text-shadow: 0 0 12px rgba(255, 155, 38, .55);
}

@media (max-width: 767px) {
    .drakion-site-frame footer .ap75-footer-powered,
    footer .ap75-footer-powered {
        margin: 16px -15px -15px -15px;
        font-size: 11px;
    }
}
