html, body {
    font-size: 10pt;
    font-family: Verdana, Arial, Helvetica, Tahoma, sans-serif;
}

h3 {
    font-weight: bold;
    font-size: 12pt;
    color: #8f0000;
    font-family: Arial, serif;
    text-align: center;
}

h4 {
    font-weight: bold;
    font-size: 11pt;
    color: #8f0000;
    font-family: Arial, serif;
}

img {
    vertical-align: baseline !important;
}

a {
    font-weight: bold;
    color: #003388;
    text-decoration: none;
}

a:visited {
    font-weight: bold;
    text-decoration: none;
}

a:active {
    color: #6f0000;
}

a:hover {
    color: #0066ff;
    text-decoration: none;
}

.pointer {
    cursor: pointer !important;
}

/**
    Form tag
 */
code {
    padding: 0;
    font-size: 90%;
    color: #000;
    background-color: transparent;
    border-radius: 0;
}

blockquote {
    display: table;
    padding: 5px 15px 5px 15px;
    position: relative;

    /*Font*/
    font-family: Georgia, serif;
    line-height: 1.2;
    color: #666;
    text-align: justify;
    font-style: italic;

    /*Borders - (Optional)*/
    border-left: 2px solid #c76c0c;
    border-radius: 0 15px 15px 0;

    /*Box Shadow - (Optional)*/
    -moz-box-shadow: 2px 2px 15px #ccc;
    -webkit-box-shadow: 2px 2px 15px #ccc;
    box-shadow: 2px 2px 15px #ccc;
}

/**
    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
}

/**
    Backgrounds
 */
.bg_grey {
    background-color: #666666;
}

.bg_black {
    background-color: #000000;
}

.bg_f2e5b1 {
    background-color: #f2e5b1 !important;
}

.bg_003388 {
    background-color: #003388;
}

#copyright:link {
    color: #adacac;
}

/**
    Forum likes
 */
.like-wrapper {
    font-weight: bold;
    font-size: 12px;
    color: #9b8c5f;
}

.like-wrapper .like {
    background: url("/i/forum_like.png") 0 0 no-repeat;
    width: 14px;
    height: 12px;
}

.like-wrapper .like:hover, .like-wrapper .like.done {
    background: url("/i/forum_like.png") 0 -13px no-repeat;
}

.like-wrapper .like.not {
    cursor: default;
}

.like-wrapper .like.not:hover {
    background: url("/i/forum_like.png") 0 0 no-repeat;
}

/**
    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;
}

/**
    Forum post
 */
.one_post {
    position: relative;
}

.red_margin_0 {
    color: red;
    margin-left: 0;
}

.red_margin_21 {
    color: red;
    margin-left: 21px;
}

.text-wrap {
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}

.post_body {
    position: relative;
}

.post_body img {
    max-width: 100%;
    height: auto;
}

.deleted_post, .deleted_post a {
    color: grey;
}

.deleted_post a:hover {
    color: darkgrey;
}

/**
    Appeal
 */
.appeal {
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 5px;
}

/**
    Comments
 */
.comments {
    margin-top: 10px;
}

/**
    Noty
 */
.noty_close_button {
    display: none;
}

.bg_img_main {
    background-image: url("https://i.oldbk.com/i/pict_anketa.jpg"), url("https://i.oldbk.com/i/paper1.jpg");
    background-position: left top, right top;
    background-repeat: no-repeat;
}

/**
    Sidebar category menu
 */
#category_menu {
    margin-top: 200px;
}

/**
    Mobile Nav
 */
.list-group-item:hover {
    background: whitesmoke !important;
}

.list-group-item:active {
    background: navajowhite !important;
}

/**
    Footer
 */
.footer {
    width: 100%;
    height: 60px; /* Set the fixed height of the footer here */
    line-height: 60px; /* Vertically center the text there */
}

/**
    Scroll Up
 */
.scrollable-menu {
    height: auto;
    max-height: 200px;
    overflow-x: hidden;
}

.page-item.disabled .page-link {
    color: #868e96;
    pointer-events: none;
    background-color: #f2e5b1;
    border-color: #ffc107;
}

/**
    Adaptive fix min-height
 */
.min-height {
    min-height: 0 !important;
}

@media screen and (max-width: 769px) {

    .bg_img_main {
        background-image: none;
    }

}