/* Enter Your Custom CSS Here */
.nbl{
background: url(./images/common/bg-wine@2x.jpg) #a0544e
}


#footerFloatingMenu {
    display: block;
    width: 100%;
    position: fixed;
    left: 0px;
    bottom: 2px;
    z-index: 9999;
    text-align: center;
    padding: 0 auto;
}
 
#footerFloatingMenu img {
    max-width: 99%;
}

@media (min-width: 481px) {
    #footerFloatingMenu {
        display: none;
    }
}

.article-body .g{
    margin-top: 80px;
}

