footer {
    position: relative;
    display: block;
    margin-top: 20px;

    color: #ffffff;
    background: url( '../image/giftday/45.jpg' );
    background-size: cover;
    background-position: center center;
}
footer .footer-newsletter {
    position: relative;
    display: block;
    padding: 50px 0px;
    border-bottom: 1px solid #575757;
    z-index: 1;

    backdrop-filter: blur( 2px );
}
footer .footer-newsletter .footer-newsletter-span {
    position: relative;
    display: block;
    line-height: 24px;
}
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 .footer-newsletter-title {
    position: relative;
    display: block;
    color: #F47D53;
    font-weight: 400;
    font-size: 40px;
    line-height: 40px;
}
footer .footer-newsletter-description {
    position: relative;
    display: block;
    text-align: center;
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
}
footer .footer-newsletter .input-group .btn.btn-success {
    font-weight: 400;
}


footer .footer-social {
    position: relative;
    display: block;
    text-align: right;
}
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-social a img {
    height: 24px;
    vertical-align: -3px;
}
footer .footer-social a img.h {
    position: absolute;
    top: 8px;
    left: 0;
    opacity: 0;
    transition: opacity 0.2s;
}

footer .footer-social a:hover {
    color: #F47D53;
}

footer .footer-social a:hover img.h {
    opacity: 1;
}

footer .footer-main {
    position: relative;
    display: block;
    color: #ffffff;
    padding: 50px 0px;

    border-bottom: 1px solid #575757;
}
footer .footer-main .footer-logo {
    position: relative;
    display: block;
    margin-bottom: 15px;
}
footer .footer-main .footer-info {
    font-size: 18px;
    font-weight: 300;
}
footer .footer-main .footer-info i {
    color: #F47D53;
    width: 20px;
}
footer .footer-main .footer-title {
    position: relative;
    display: block;
    text-align: left;
    font-size: 32px;
    color: #F47D53;
    font-weight: 500;
    margin-bottom: 10px;
}
footer .footer-main .footer-menu {
    position: relative;
    display: block;

    columns: 3;
}
footer .footer-main .footer-menu a {
    position: relative;
    display: block;
    text-align: left;
    color: #ffffff;
    font-size: 18px;
    font-weight: 300;

    margin-bottom: 5px;
}
footer .footer-main .footer-menu a:hover {
    color: #F47D54;
}
footer .footer-copy {
    position: relative;
    display: block;
    padding: 30px 0px;
    text-align: center;

    font-size: 18px;
    font-weight: 300;

    backdrop-filter: blur( 3px );
}

#footer-newsletter-notification {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 2;
}

.footer-anpc {
    position: relative;
    display: block;
}
.footer-anpc a {
    position: relative;
    display: inline-block;
}
.footer-anpc a + a {
    margin-top: 5px;
}

@media( min-width: 576px ) {
    footer .footer-newsletter .input-group .btn.btn-success {
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
    }
}

@media( max-width: 575px ) {
    .footer-copy img {
        max-width: 100%;
        height: auto !important;
    }
}