.header {
    min-height:50px;
    position:fixed;
    top:0px;
    left:0px;
    right:0px;
    z-index:1000;
}
.row_1 {
    clear: both;
    min-height: 50px;
    margin-left:auto;
    margin-right:auto;
    background-color:#782a00;
}
.mn {
    clear: both;
    min-height: 50px;
    width:auto;
    left:auto;
    margin-left:auto;
    margin-right:auto;
}
@media only screen and (min-width : 768px) {
    .header {
        min-height: 50px;
        width:100%;
    }
    .row_1 {
        clear: both;
        min-height: 50px;
        margin-left:auto;
        margin-right:auto;
    }
    .mn {
        clear: both;
        min-height: 50px;
        left:auto;
        margin-left:auto;
        margin-right:auto;
    }
}
@media only screen and (min-width : 1024px) {
    .header {
        min-height: 50px;
        width:100%;
    }
    .row_1 {
        right: auto;
        margin-left:auto;
        margin-right:auto;
        min-height:50px;
    }
    .mn {
        right: auto;
        left:auto;
        margin-left:auto;
        margin-right:auto;
        min-height:50px;
    }
}