.header {
    min-height:155px;
    padding-top:1%;
    background-color:#666666;
    padding-bottom:1%;
    top:0px;
    left:0;
    right:0;
    z-index:1000;
    margin-bottom:5%;
}
.row_1 {
    clear: both;
    min-height: 100px;
}
.row_2 {
    clear: both;
    min-height: 100px;
}
img.image1 {
    margin-left: auto;
    margin-right:auto;
    display:block;
    margin-top:22px;
}
img.image2 {
    margin-left: auto;
    margin-right:auto;
    display:block;
    margin-bottom:22px;
    -webkit-transform:none;
    -webkit-transform-origin:none;
    transform:none;
    -moz-transform:none;
    -ms-transform:none;
    -o-transform:none;
    transform-origin:none;
    -moz-transform-origin:none;
    -ms-transform-origin:none;
    -o-transform-origin:none;
    height:67px;
}
@media only screen and (min-width : 768px) {
    .row_1 {
        clear: both;
        min-height: 200px;
    }
    .header {
        min-height: 155px;
        width:100%;
        position:static;
        left:0;
        right:0;
        margin-bottom:5%;
    }
    .row_2 {
        clear: both;
        min-height: 100px;
    }
    img.image1 {
        height: 105px;
    }
    img.image2 {
        height: 67px;
    }
}
@media only screen and (min-width : 1024px) {
    .header {
        min-height: 155px;
        width:100%;
        position:static;
        left:0px;
        right:0px;
        margin-bottom:0;
    }
    .row_2 {
        clear: both;
        min-height: 40px;
    }
    img.image1 {
        height: 105px;
    }
    img.image2 {
        height: 105px;
    }
}