@import url("additional-styles.css");

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

.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-position: top left !important;
        background-repeat: no-repeat !important;
        background-image: url("img/header1.jpg");
        height: 120px;
        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;
    }

    .editor-main-mobile-container .lh-logo-content {
        background-image: url("img/header.jpg");
        background-repeat: no-repeat;
        height: 150px;
    }

}

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

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