.lh-logo-content {
    background-image: url("head_logo.png");
    background-position: 10px 25px;
    background-size: 425px auto;
    background-repeat: no-repeat;
    height: 120px;
    width: 100%;
}

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

.header-container {
    background-image: url(img/header.jpg);
    background-position: top right !important;
    background-repeat: no-repeat !important;
    height: 200px;
}

@media screen and (max-width: 640px) {
    .lh-logo-content {
        background-size: 320px auto;
        height: 75px;
        width: 320px;
        margin-left: 20px !important;
        background-position: 10px 0px;
    }

    .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 #f5f5f5 !important;
        font-size: 14px !important;
        font-weight: normal !important;
        display: block !important;
    }

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

    .header-container {
        background-image: url("img/header1.jpg");
        height: 110px;
    }
}

@media screen and (max-width: 460px) {
    .lh-logo-content {
        background-size: 220px auto;
        height: 60px;
        width: 230px;
    }

    .header-container {
        background-image: url("img/header2.jpg");
        height: 79px;
    }
}

.alert-info {
    background-image: -webkit-gradient(linear, left 0%, left 100%, from(#f1f1f1), to(#ffffff));
    background-image: -webkit-linear-gradient(top, #f1f1f1,0%, #ffffff, 100%);
    background-image: -moz-linear-gradient(top, #f1f1f1 0%, #ffffff 100%);
    background-image: linear-gradient(to bottom, #f1f1f1 0%, #ffffff 100%);
    background-repeat: repeat-x;
    color: #4a4a49;
    border: 1px solid #dadada;
}


select.form-control
{
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    background: url("bg_select.png") right center no-repeat #ffffff;
    background-position: right !important;
}

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

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