.lh-logo-content{
	background-image: url("head_logo.png");
    background-repeat: no-repeat;
    height: 127px;
    background-position: 0px 9px;
}

.header-container-logo {
    display: block;
}

.login-nav-btn-container {
    margin-right: 0px !important;
}

.lh-logo-footer{
    background-position: 10px center;
    background-repeat: no-repeat;
    height: 32px;
    width: 120px;
}

@media (max-width: 1199px) {
    .lh-logo-content{
        background-position: center 31px;
        height: 147px;
    }
}

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

    .lh-logo-content {
        background-position: center center !important;
        background-repeat: no-repeat !important;
        background-image: url("head_logo1.png");
        height: 100px;
        margin-top: 0px;
    }

    .editor-main-mobile-container .lh-logo-content {
        background-image: url("head_logo.png");
        height: 125px;
        background-position: 0px 9px;
    }

    .editor-main-mobile-container .header-container-logo {
        padding-top: 5px !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("head_logo2.png");
        height: 70px;
    }
}

