.lh-logo-content{
	background-image: url("head_logo.png");
    background-position: 5px 40px;
    background-size: 300px auto;
    background-repeat: no-repeat;
    height: 125px;
    margin-left: 10px;
    width: 350px;
}

.lh-logo-footer{
	/*background-image: url("logo-footer.png");*/
    background-position: 10px center;
    background-repeat: no-repeat;
    height: 32px;
    width: 120px;
}

@media screen and (max-width: 640px) {

    .lh-logo-content {
        background-size: 250px auto;
        height: 70px;
        width: 250px;
        margin-left: 20px !important;
        margin-top: 0px !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-size: 160px auto;
        height: 60px;
        width: 160px;
    }
}