/* Template styles */

.bx_page ul {
    /*margin-left: 20px;*/
}

.bx_page ul li {
    list-style: disc;
}

.bx_page ol {
    margin-left: 20px;
}

.bx_page ol li {
    list-style: decimal;
}

.creator {
    clear: both;
}

.creator a {
    color: #fff;
}

.creator a:hover {
    text-decoration: underline;
}

.confid{
    padding-top: 10px;
}

.confid a{
    color: #ced9d7;
}

.page-404 {
    font-size: 16px;
    margin-top: 80px;
    margin-bottom: 80px;
    color: #614e46;
}

.page-404 a {
    color: #007a7a;
    font-weight: bold;
}
.page-404 p {
    margin: 15px 0;
}
.page-404 .page-404__search {
    margin-top: 72px;
}

.page-404 #search-404__block .block_content {
    overflow: hidden;
}

.page-404 #search-404__block .form-group {
    margin-bottom: 0;
}

.page-404 #search-404__block .form-group .form-control {
    height: 29px;
    line-height: 29px;
    max-width: 154px;
    display: inline-block;
    float: left;
}

.rtl .page-404 #search-404__block .form-group .form-control {
    float: right;
}

.page-404 #search-404__block .form-group .form-control:focus {
    -webkit-box-shadow: black 0 0 0;
    box-shadow: black 0 0 0;
}

.page-404 #search-404__block .form-group .button-small {
    border: none;
    text-align: center;
    height: 29px;
    border-radius: 0;
    text-transform: uppercase;
    background-color: transparent;
    color: #614e46;
}
.search-404__text {
    margin-bottom: 15px;
}


@media (min-width: 992px) and (max-width: 1199px) {
    #leo-top-menu .nav > li > a {
        font-size: 13px;
        padding: 0 10px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .topForm {
        margin-bottom: 67px;
    }

    .navbar-header .navbar-toggle {
        top: -59px;
        position: absolute;
        left: 0;
        margin: 0 0 10px 10px;
    }

    .header-wrap #header_logo {
        text-align: center;
        margin-bottom: 0;
        width: 100%;
    }

    header #header_logo a {
        display: block;
    }

    .header-wrap #header_logo a img {
        display: inline;
        margin-bottom: 10px;
        margin-top: 20px;
    }
}
@media (max-width: 767px) {
    .page-404 {
        margin-top: 0;
        margin-bottom: 0;
    }
    .page-404 .page-404__img {
        margin-bottom: 25px;
    }
}

.specialMaintext p,
.specialMaintext li {
    font-size: 16px;
}