.stm-layout-header-boats #stm-boats-header #top-bar:after {
    position: absolute;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #1c4c86 !important;
    opacity: 0.9;
    z-index: 2;
}
.stm-layout-header-boats #stm-boats-header #header:after {
    position: absolute;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.9;
    z-index: 2;
    background-color: #063e82 !important;
}