.header {
    top:0px;
    left:0px;
    right:0px;
    z-index:1000;
    background:none scroll rgb(0, 0, 0);
    position:fixed;
}
img.image1 {
    height: auto;
}
span.span5 {
    color: #ffffff;
    top:75px;
    left:20px;
    text-align:center;
    font-size:12px;
    letter-spacing:1px;
    z-index:0;
    position:absolute;
    font-weight:400;
    font-style:italic;
}
img.image2 {
    top:0px;
    margin-right:auto;
}
.row_7 {
    clear: both;
    min-height: 56px;
}
.row_8 {
    min-height: 71px;
}
img.image3 {
    display: inline-block;
    margin-right:auto;
    width:100%;
    max-width:none;
    min-width:500px;
    min-height:150px;
}
@media only screen and (min-width : 768px) {
    .header {
        width:100%;
        height:auto;
        background-image:none;
        background-size:auto;
    }
    img.image2 {
        width:auto;
    }
    .row_7 {
        clear: both;
        min-height: 46px;
    }
    img.image3 {
        width: auto;
        min-width:0;
        display:block;
        max-width:100%;
        min-height:0px;
    }
    span.span5 {
        top: 55px;
        left:20px;
        letter-spacing:2px;
        font-size:14px;
        display:block;
    }
}
@media only screen and (min-width : 1024px) {
    .header {
        min-height: 0px;
        width:100%;
        height:auto;
        background-image:none;
        background-size:auto;
    }
    img.image2 {
        display:block;
        width:auto;
    }
    .row_7 {
        clear: both;
        min-height: 46px;
    }
    img.image3 {
        width: auto;
        display:block;
        min-width:0;
        max-width:100%;
    }
    span.span5 {
        top: 100px;
        left:15px;
        letter-spacing:2px;
        font-size:14px;
    }
}