.lh-logo-content{
	background-image: url("head_logo.png");
    background-position: 25px 10px;
    background-size: 320px auto;
    background-repeat: no-repeat;
    height: 125px;
    margin-left: 10px;
    width: 350px;
}

.lh-logo-footer{
    background-position: 10px center;
    background-repeat: no-repeat;
    height: 32px;
    width: 120px;
}

@media screen and (max-width: 640px) {

    .lh-logo-content {
        background-size: 220px auto;
        height: 70px;
        width: 220px;
        margin-left: 10px !important;
    }

    .title-nav-hr {
        padding: 0px;
    }

    .navbar-toggle {
        margin-top: 10px;
    }

    .lh-logo {
        border: 3px solid #0099ff;
    }

    .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: 180px auto;
        height: 65px;
        width: 180px;
    }

    .lh-logo {
        border: 2px solid #0099ff;
    }
}