@media only screen and (min-width: 1240px) {
    #Top_bar.is-sticky {
        position: fixed !important;
        width: 100%;
        left: 0;
        top: -60px;
        height: 60px;
        z-index: 701;
        background: #fff;
        opacity: .97;
        -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .1);
        -moz-box-shadow: 0 2px 5px 0 rgba(0,0,0,.1);
        box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .1);
    }
    #Top_bar.is-sticky #logo img.svg {
        height: 50px !important;
        max-height: 60px !important;
    }
    .header-transparent #Top_bar.is-sticky .top_bar_right {
        height: 60px;
    }
}