body {
}

/*.menu_area-light {
    background: url("../img/curacao-colors.jpg") no-repeat left;
    background-size: contain;
}*/

.curacao-colors {
    position: absolute;
    height: 94px;
    width: 10px
    
}



@media screen and (max-width: 991px) {
    .curacao-colors {
        height: 77px;
    }
}

/*#logo { Alex: it brakes when on small resolution
    height: 67px;
    position: absolute;
    top: 11px;
    max-height: 67px;
}*/

.topic-cover {
    height: 395px;
    max-height: 395px;
}

/* ===================================
	Overriding Default Header style
====================================== */

header {

    z-index: 1 !important;
}
[data-overlay-dark]:before, [data-overlay-light]:before {

    z-index: 0;
}

.blogs .comments-area .comment-box {
    padding-bottom: 16px;
    margin-bottom: 16px;
}