﻿
.lh {
    border: 1px solid #ccc;
    margin-top: 5%;
    margin-right: 10%;
    margin-left: 10%;
    height: 100px;
}

.lhu {
    width: 50%;
    display: inline-block;
    float: left;
    height: 100%;
}

.lhr {
    background: #fff;
    overflow: hidden;
    /*background: -webkit-linear-gradient(left, #fff, #3179ec); 
    background: -o-linear-gradient(left, #fff, #3179ec); 
    background: -moz-linear-gradient(left, #fff, #3179ec); 
    background: linear-gradient(to left, #fff, #3179ec);*/
    background: -webkit-linear-gradient(left, #fff, #8e949c);
    background: -o-linear-gradient(left, #fff, #8e949c);
    background: -moz-linear-gradient(left, #fff, #8e949c);
    background: linear-gradient(to left, #fff, #8e949c);
    color: #ec1b21;
    font-size: 35px;
    text-align: left;
    padding-left: 20px;
    padding-top: 35px;
}

.lhl {
    padding-top: 19px;
    padding-left: 60px;
    text-align: left;
}

    .lhl > img {
        height: 60px;
    }

.lm {
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    margin: 0% 10%;
}

.lmu {
    float: left;
    margin-bottom: 0px;
}

    .lmu > a > img {
        width: 100%;
    }

.lmr {
    text-align: center;
    justify-content: center;
    align-items: center;
    margin: 13% 0%;
}

    .lmr > form > div {
        direction: rtl;
    }

.lmrp {
    height: 35px;
    float: right;
    width: 100%;
    margin-top: 10px;
}

.lmrps {
    display: inline-block;
    width: 30%;
    text-align: left;
    vertical-align: top;
    margin-top: 8px;
    margin-left: 2%;
}

.lmrpi {
    display: inline-block;
    width: 60%;
}

.lmt {
    width: 80%;
    display: block;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    border-radius: 0px;
}

.lmtfs {
    border-color: #66afe9 !important;
    outline: 0 !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6) !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6) !important;
}

.lmbp {
    float: left;
}

.lmb {
    float: left;
    margin-left: 26%;
    width: 35%;
    min-width: 50px;
    height: 34px;
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

    .lmb:hover {
        background-color: #c9302c;
        border-color: #ac2925;
    }

.lmd {
    margin: 0% 10%;
    text-align: left;
    margin-bottom: 5%;
    margin-top: 5px;
}

@media screen and (max-width:900px) {
    .lhr {
        font-size: 15px !important;
    }
}
