body {
    font-size: .75rem;
}

a:visited {
    text-decoration: none;
    color: #7c6547;
}

a:link {
    text-decoration: none;
    color: #7c6547;
}

.hr {
    background: url(https://i.oldbk.com/i/hr.gif) no-repeat top center;
    height: 5px;
}

.card {
    background-color: transparent;
}

/**
    Date class
 */
.date {
    font-weight: normal;
    font-size: 8pt;
    color: #007000;
    font-family: Courier, serif;
    text-decoration: none
}

.date2 {
    font-weight: normal;
    font-size: 8pt;
    color: #007000;
    font-family: Courier, serif;
    background-color: #00ffaa;
    text-decoration: none
}

.header {
    height: 252px;
    background: url(/assets/news/img/header.png) no-repeat top center;
}

.footer, .footer-body {
    height: 81px;
    bottom: 0;
    width: 100%;
    background-color: #f5f5f5;
    font-size: .65rem;
}

.kp-class-all {
    background-color: #ece6d8;
    padding: 0;
    margin-top: 0;
    width: 1018px;
}

.kp-border .border-line-top {
    top: 0;
    height: 25px;
}

.kp-border .border-line-right {
    right: 0;
}

.kp-border .border-line-left {
    left: 0;
}

.kp-border .border-ugol-left-bt {
    left: -21px;
}

.kp-border .border-ugol-right-bt {
    right: -21px;
    bottom: -23px;
    overflow: no-display;
}

.im-60 {
    margin-top: 0;
}

/**
    Pagination
 */
.pagination {
    padding-left: 0;
    display: inline-block;
    list-style: none;
}

.pagination ul {
    margin: 0;
    padding: 0;
}

.pagination li {
    display: inline-block;
    padding-left: 5px;
}

.pagination li.disabled {
    display: none;
}

.pagination .active span {
    font-weight: bold;
}

.kp-news-item {
    max-width: 1018px;
}

.kp-backgr-news .kp-bk-top {
    max-width: 1018px;
}

.kp-backgr-news .kp-bk-bot {
    max-width: 1018px;
}

.kp-news-content img {
    max-width: 100%;
    height: auto;
}

.kp-news-content {
    font-size:10pt;
}


@media (max-width: 992px) {
    .container {
        width: 100%;
        max-width: none;
    }
}