.lh-logo-content{
    background-image: url("theme01/logo.png");
    background-position: 0px 15px;
    background-size: 254px auto;
    background-repeat: no-repeat;
    height: 90px;
    width: 100%;
}

.header-container-logo {
    display: block;
    width: 260px;
    margin: auto;
}

.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: 0px 25px;
        background-size: 200px auto;
        height: 60px;
        width: 200px;
        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;
    }

    .title-nav-hr {
        padding: 0px;
    }

    .navbar-toggle {
        margin-top: 10px;
    }

    .header-container-logo {
        width: 200px;
    }

    .footer-menu {
        height: auto;
        padding-top: 7px;
    }

    .footer-ul li a {
        font-size: 15px;
    }

    .content-right-container {
        display: block;
        width: 100%;
        margin-top: 50px;
    }
}

@media screen and (max-width: 460px) {
    .lh-logo-content {
        background-size: 180px auto;
        background-position: 0 17px;
        height: 45px;
        width: 180px;
        margin-left: 20px !important;
    }

    .header-container-logo {
        width: auto;
    }
}

select.form-control
{
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    background: url("theme01/bg_select.png") right center no-repeat #ffffff !important;
    background-position: right !important;
    font-family: "Roboto","Helvetica Neue",Helvetica,Arial,sans-serif !important;
}

select.form-control::-ms-expand {
    display: none;
}

input[type=text]:focus, textarea:focus, select:focus
{
    box-shadow: 0 0 3px #aaaaaa; !important;
    border: 1px solid #aaaaaa; !important;
}
