.header {
    min-height:50px;
    background-color:#010006;
    position:fixed;
    top:0px;
    left:0px;
    right:0px;
    z-index:1000;
}
.row_14 {
    clear: both;
    min-height: 90px;
    margin-left:auto;
    margin-right:auto;
}
.row_15 {
    clear: both;
    min-height: 50px;
    margin:20px;
}
img.image4 {
    height: auto;
    margin-left:auto;
    margin-right:auto;
    display:block;
    width:50px;
}
@media only screen and (min-width : 768px) {
    .header {
        min-height: 50px;
        width:100%;
    }
    .row_14 {
        clear: both;
        min-height: 50px;
        margin-left:auto;
        margin-right:auto;
    }
    .row_15 {
        clear: both;
        min-height: 50px;
        margin-left:20px;
        margin-right:20px;
    }
}
@media only screen and (min-width : 1024px) {
    .header {
        min-height: 50px;
        width:100%;
    }
    .row_14 {
        right: auto;
        margin-left:auto;
        margin-right:auto;
        min-height:50px;
    }
    .row_15 {
        margin-right: 20px;
        min-height:50px;
    }
}