@media (min-width: 1200px) {
    #header, .header_bar{
        opacity: 1;
    }
    .header {
        background: rgba(255, 255, 255, .8);
    }
    .promobar{
        background-color: rgba(255, 244, 244, .5) !important;
    }
    body{
        padding-top: 200px;
    }
}

