.lh-logo-content{
	background-image: url("head_logo.png");
    background-position: 25px 30px;
    background-size: 250px 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: 150px auto;
        height: 80px;
        width: 190px;
        margin-left: 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: 100px auto;
        height: 50px;
        width: 140px;
    }
}