body.body-magic{
    /*background-color: #ffffff;*/
}

.mg_login_content {
    text-shadow: 0px 0px 1px #000000;
}
.mg_signup_content{
    text-shadow: 0px 0px 1px #000000;
}

#bannerTop .box2.bar-content-warp,
#bannerBottom .box2.bar-content-warp{
    border-left: 0;
    border-right: 0;
}

@media (min-width: 992px) {
    body.default-body-magic{
        padding-top: 103px;
    }
    body.default-body-magic #content-wrapper.content-wrapper{
        /*padding-top: 0;*/
        /*padding-bottom: 0;*/
    }

    .mg-mobile-footer{
        display: none;
    }

    .mg_box_album .album-lists .album-list-item{
        width: 25%;
    }
}
@media (max-width: 991px) {
    body.default-body-magic{
        padding-top: 56px;
    }
    body.default-body-magic #content-wrapper.content-wrapper{
        /*padding-top: 0;*/
        /*padding-bottom: 0;*/
    }

    .mg-mobile-footer{
        display: block;
    }
    .mg-mobile-footer .mg-mobile-footer-btn {
        position: fixed;
        bottom: 10px;
        width: 32px;
        height: 40px;
        overflow: hidden;
        display: block;
        z-index: 100;
    }
    .mg-mobile-footer .mg-mobile-footer-left {
        left: 0;
    }
    .mg-mobile-footer .mg-mobile-footer-right {
        right: 0;
    }
    .mg-mobile-footer .mg-mobile-footer-btn .mg-mobile-footer-icon {
        display: block;
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 30px;
        text-align: center;
        color: #000000;
        background-color: #ffffff;
        border-radius: 100%;
        overflow: hidden;
        border: 1px solid #e0e0e0;
    }
    .mg-mobile-footer .mg-mobile-footer-left .mg-mobile-footer-icon {
        margin-left: -8px;
    }

}

@media (min-width: 1440px) {
    .mg-container, .container.mg-container{
        width: 1400px;
    }
}