﻿
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select {
    max-width: 328px;
}
.form-control textarea {
    max-width: 900px;
}


.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
    background-color: #777;
    border-color: #fff
}


.captcha {
    -moz-user-select: none;
    border: 1 solid black;
    font-size: 18px;
    font-style: italic;
    font-weight: bold;
    padding: 0px;
    text-align: center;
    vertical-align: middle;
}


.branches-area {
    margin-top: 50px;
    position: relative;
    direction: ltr !important;
}

.branches {
    position: absolute;
    top: 0;
    bottom: 0;
    min-width: 450px;
    background: #80a403;
    padding: 20px 0 20px 60px;
    -webkit-clip-path: polygon(0 0, 80% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 80% 0, 100% 97%, 0 97%);
}

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143;
    display: block;
}

fieldset-box .subject-legend {
    margin-bottom: 25px;
}


.fieldset-box .subject-legend {
    color: #045417 !important;
    border-left: 3px solid #80a403;
}

.branches .social a {
    font-size: 18px;
    display: inline-block;
    text-align: center;
    background: #333;
    color: #80a403;
    height: 30px;
    width: 30px;
}

.social ul, .branches address ul {
    list-style-type: none;
    margin: 0;
}

.branches .social li {
    float: left;
    margin-right: 5px;
}

.branches a {
    color: #333;
}

.btn1 {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    padding: 7px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.btn1-primary {
    color: #fff;
    background-color: #80a403;
    border-color: #80a403d9;
}

    .btn1-primary:focus,
    .btn1-primary.focus {
        color: #ffffff;
        background-color: #80a403;
        border-color: #daecb4;
    }

    .btn1-primary:hover {
        color: #daecb4;
        background-color: #80a403d9;
        border-color: #daecb4;
    }
/*# sourceMappingURL=bootstrap.css.map */
.row.coyright {
    padding: 15px 50px;
    color: #fff;
    font-size: 12px;
    text-align: center;
    margin-top: -6px;
    background-color: rgb(51, 51, 51);
}

.lanSpl > li > a:hover,
.lanSpl > li > a:focus {
    color: #80a403d9;
    background-color: none !important;
    border-color: #daecb4;
}

.lanSpl {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    margin: 7.5px -15px;
}

    .lanSpl > li {
        position: relative;
        display: block;
        float: left;
    }

        .lanSpl > li > a {
            position: relative;
            display: block;
            padding: 10px 15px;
            padding-top: 10px;
            padding-bottom: 10px;
            line-height: 20px;
        }

            .lanSpl > li > a:hover,
            .lanSpl > li > a:focus {
                color: #daecb4;
                text-decoration: none;
            }


.navbar {
    position: relative;
    /*min-height: 50px;*/
    margin-bottom: 20px;
    /*border: 1px solid transparent;*/
}


.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    color: #80a403d9;
    background-color: #daecb4;
}

.navbar-inverse .navbar-nav > li > a {
    color: #ffffff;
}

    .navbar-inverse .navbar-nav > li > a:hover,
    .navbar-inverse .navbar-nav > li > a:focus {
        color: #80a403d9;
        background-color: #daecb4;
    }
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    color: #262626;
    text-decoration: none;
    background-color: #80a403d9;
}