footer {
    position: relative;
    display: block;
    margin-top: 20px;
    background: #000000;
    color: #ffffff;
}
footer .footer-newsletter {
    position: relative;
    display: block;
    padding: 30px 0px;
    background: #222222;
    color: #ffffff;
    z-index: 1;
}
footer .footer-newsletter .footer-newsletter-span {
    position: relative;
    display: block;
    line-height: 24px;
    text-align: right;
}
footer .footer-newsletter .footer-newsletter-span img {
    margin-right: 10px;
}
footer .footer-newsletter .footer-newsletter-span .top {
    font-weight: 500;
    font-size: 16px;
}
footer .footer-newsletter .footer-newsletter-span .bot {
    font-weight: 300;
    font-size: 16px;
}
footer .footer-newsletter .btn {
    margin-left: -20px;

    border-color: #cccccc;
    background: #cccccc;
    color: #000000;
}


footer .footer-social {
    position: relative;
    display: block;
    text-align: left;
}
footer .footer-social span {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
footer .footer-social a {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    color: #ffffff;
    font-size: 28px;
    margin-left: 15px;
}

footer .footer-main {
    position: relative;
    display: block;
    background: #000000;
    color:#ffffff;
    padding: 60px 0px;

    font-size: 20px;
    font-weight: 300;
    line-height: 32px;

    text-align: center;

}
footer .footer-main .footer-logo {
    position: relative;
    display: block;
    margin-bottom: 15px;


}
footer .footer-main img {
    -webkit-filter: invert(1);
    filter: invert(1);
}
footer .footer-main .footer-info {

}
footer .footer-main .footer-info i {
    color: #ffffff;
    width: 20px;
}
footer .footer-main .footer-title {
    position: relative;
    display: block;
    text-align: center;
    font-size: 30px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 30px;
}
footer .footer-main .footer-menu {
    position: relative;
    display: block;

    columns: 2;
}
footer .footer-main .footer-menu a {
    position: relative;
    display: block;
    text-align: center;
    color: #ffffff;
}
footer .footer-main .footer-menu a:hover {
    color: #999999;
}
footer .footer-copy {
    position: relative;
    display: block;
    background: #222222;
    color: #ffffff;
    padding: 30px 0px;
    text-align: center;
    font-size: 16px;
}
footer .footer-copy a {
    color: #ffffff;
}
footer .footer-copy img {
    /* -webkit-filter: invert(1);
    filter: invert(1); */
}

#footer-newsletter-notification {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 2;
}


.button-top-up {
    position: fixed;

    bottom: 30px;
    right: 30px;

    background: #000000;
    border-radius: 100%;
    padding: 10px;
    font-size: 40px;
    line-height: 40px;
    width: 61px;
    height: 61px;
    text-align: center;
    border: none;
    color: #ffffff;

    z-index: 100;
}
