#jsn-header {
  background-color: #171C27;
}
#jsn-topheader {
    padding: 0;
    background-color: #171C27;
}
h3, h4, h5, h6 {
    color: inherit;
}
h1, h2, h3, h4, h5, h6 {
    margin-top: 20px;
    margin-bottom: 10px;
}
.alert, .alert h4 {
    color: inherit;
}
/* body.jsn-homepage #jsn-header:not(.jsn-menu-sticky) {
    background-color: transparent;
    position: absolute;
    width: 100%;
} */
.articlelist-item-content {
    display: inherit;
}
#jsn-pos-user-bottom {
    background-color: #f0f2f3;
}
#jsn-footer .img-ft-bg {
/*    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    background: url(/templates/jsn_dona_pro/images/backgrounds/footer-baldeneysee.jpg);*/
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity="15")";
    filter: alpha(opacity= 15);
    -moz-opacity: 0.015;
    -khtml-opacity: 0.015;
    opacity: 0.15;
/*    background-position: 50% 0;
    background-attachment: fixed !important;
    background-repeat: repeat;
    background-size: cover !important;
*/
}