.header {
    min-height:50px;
    position:fixed;
    top:0px;
    left:0px;
    right:0px;
    z-index:1000;
    background-color:#030405;
}
.row_1 {
    clear: both;
    min-height: 50px;
    margin-right:25px;
    margin-left:25px;
}
.row_2 {
    clear: both;
    min-height: 50px;
    right:auto;
    left:auto;
    margin-left:auto;
    margin-right:auto;
}
img.image1 {
    display:block;
    margin:10px auto;
}
img.image183 {
    margin-left: auto;
    margin-right:auto;
    display:block;
}
img.image184 {
    margin-left: auto;
    margin-right:auto;
    display:block;
}
img.image185 {
    display: block;
    margin:5px auto;
}
@media only screen and (min-width : 768px) {
    .header {
        min-height: 50px;
        width:100%;
    }
    .row_1 {
        clear: both;
        min-height: 50px;
        margin-left:25px;
        margin-right:25px;
    }
    .row_2 {
        clear: both;
        min-height: 50px;
        right:auto;
        left:auto;
        margin-left:auto;
        margin-right:auto;
        width:300px;
    }
    img.image183 {
        width: 150px;
    }
}
@media only screen and (min-width : 1024px) {
    .header {
        min-height: 50px;
        width:100%;
    }
    .row_1 {
        margin-right: 25px;
        min-height:50px;
    }
    .row_2 {
        right: auto;
        left:auto;
        margin-left:auto;
        margin-right:auto;
        width:300px;
        min-height:50px;
    }
    img.image183 {
        width: 150px;
    }
}