.lh-logo-content {
    background-position: 0px 0px;
    background-image: url("img/header.jpg");
    background-repeat: no-repeat;
    height: 180px;
}

@media screen and (max-width: 640px) {

    .lh-logo-content {
        background-position: top left !important;
        background-repeat: no-repeat !important;
        background-image: url("img/header1.jpg");
        height: 144px;
        width: 100% !important;
    }

    .navigation-ul .login-btn, .navigation-ul a {
        background: #ffffff none repeat scroll 0 0 !important;
        color: #777777 !important;
        border-top: 0px !important;
        border-left: 0px !important;
        border-right: 0px !important;
        border-bottom: 1px solid #efefef !important;
        font-size: 14px !important;
        font-weight: normal !important;
        display: block !important;
    }

}

@media screen and (max-width: 460px){
    .lh-logo-content {
        background-image: url("img/header2.jpg");
        height: 104px;
    }
}

@media screen and (max-width: 320px){
    .lh-logo-content {
        background-image: url("img/header3.jpg");
        height: 72px;
    }
}

.alert-info {
    background-image: -webkit-gradient(linear, left 0%, left 100%, from(#eaeaea), to(#ffffff));
    background-image: -webkit-linear-gradient(top, #eaeaea,0%, #ffffff, 100%);
    background-image: -moz-linear-gradient(top, #eaeaea 0%, #ffffff 100%);
    background-image: linear-gradient(to bottom, #eaeaea 0%, #ffffff 100%);
    background-repeat: repeat-x;
    color: #666666;
    border: 1px solid #c1c1c1;
}