/* 
   Ucluba.ru Modern Bootstrap 5 Responsive Theme Stylesheet
   Created: August 2026
*/

:root {
    --bg-primary: #380a24;
    --bg-sidebar: #250719;
    --bg-vanil: #330a24;
    --bg-lowbar: #370a25;
    --bg-white: #fff;
    --bg-auth: #3d2b29;
    --accent-red: #5a1005;
    --accent-burgundy: #784353;
    --text-light: #ffe4e3;
    --text-muted: #727272;
    --text-dark: #5a1005;
    --text-black: #000000;
    --text-white: #FFFFFF;
    --text-blockdark: #784353;
}

body {
    background: var(--bg-primary) url('../img/bg_uclubaru2.jpg') repeat;
    font-family: "Trebuchet MS", Tahoma, Helvetica, sans-serif;
    color: var(--text-black);
    font-size: 14px;
}

.fs-11 {
    font-size:11px;
}

.bg-vanil {
    background-color: var(--bg-vanil);
}

/* Base layout width wrapper */
.body-wrapper {
    max-width: 1420px;
    width: 100%;
    margin: 0 auto;
}

.bg-banner-top {
    BACKGROUND-COLOR: #1c1c1e;
}

/* Auth top bar */
.auth-bar {
    background-color: var(--bg-auth);
    color: var(--text-muted);
    font-size: 12px;
}

.auth-bar input[type="text"],
.auth-bar input[type="password"] {
    background: #ecedec;
    border: 1px solid #dadbda;
    font-size: 11px;
    padding: 2px 5px;
    color: #000;
    max-width: 120px;
}

.auth-bar input[type="submit"] {
    background-color: var(--accent-red);
    border: none;
    color: var(--text-white);
    padding: 2px 10px;
    cursor: pointer;
}

.auth-bar a {
    color: #ffffff;
    text-decoration: none;
}

.auth-bar a:hover {
    text-decoration: underline;
}

/* Separator line */
.border-line {
    background: url('../img/brline.gif') repeat-x;
    height: 5px;
    width: 100%;
}

/* Main Navigation Menu */
.navbar-custom {
    background-color: var(--accent-red);
    border-bottom: #ffffff 4px solid;
}

.navbar-custom .nav-link {
    color: var(--text-white)!important;
    font-weight: bold;
    font-size: 13px;
    padding: 8px 15px !important;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}

.navbar-custom .nav-link:hover {
    color: var(--text-light) !important;
}

/* Page columns container */
.columns-wrapper {
    display: flex;
    flex-wrap: nowrap;
    background-color: transparent;
}

/* Sidebars styling */
.sidebar-left, .sidebar-right {
    width: 300px;
    flex: 0 0 300px;
    background-color: var(--bg-sidebar);
    color: var(--text-white);
}

.sidebar-left {
    /*border-right: 1px solid var(--accent-burgundy);*/
}

.sidebar-right {
    border-left: 1px solid var(--accent-burgundy);
}

/* Center main content container */
.main-content {
    flex: 1 1 auto;
    background: #ffffff url('../img/center_bg.jpg') repeat-x left top;
}

.main-content-block {
    padding: 20px;
}

/* Responsive grid for columns */
@media (max-width: 992px) {
    .columns-wrapper {
        flex-direction: column;
    }
    .sidebar-left, .sidebar-right {
        width: 100%;
        flex: none;
        border: none;
    }
}

/* Logo container in left sidebar */
.logo-container {
    background-color: #ffffff;
    padding: 15px;
    text-align: center;
}

.bg-logo-container {
        BACKGROUND-POSITION: left bottom;
        BACKGROUND-IMAGE: url(../img/left_bloc_nav.jpg);
        BACKGROUND-REPEAT: no-repeat;
}

/* Sidebar block modules */
.sidebar-block {
    margin-bottom: 30px;
    padding: 20px 15px;
}

.sidebar-block h2 {
    font-size: 15px;
    font-weight: bold;
    color: var(--text-white);
    /*border-bottom: 1px solid var(--accent-burgundy);*/
    padding-bottom: 5px;
    margin-bottom: 15px;
}

/* Sidebar navigation links */
.sidebar-nav-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.sidebar-nav-list li a {
    color: var(--text-black);
    text-decoration: none;
    font-weight: bold;
    font-size: 12px;
}

.sidebar-nav-list li a {
    PADDING-RIGHT: 0px;
    BACKGROUND-POSITION: left center;
    PADDING-LEFT: 10px;
    BACKGROUND-IMAGE: url(../img/li01.gif);
    PADDING-BOTTOM: 1px;
    PADDING-TOP: 2px;
    BACKGROUND-REPEAT: no-repeat;
    TEXT-DECORATION: none;
}

.sidebar-nav-list li a:hover {
    color: var(--text-black);
    text-decoration: underline;
}

.sidebar-nav-list .sub-list {
    list-style: square;
    padding-left: 20px;
}

.sidebar-nav-list .sub-list li {
    border: none;
    padding: 1px 0;
}

.sidebar-nav-list .sub-list li a {
    font-weight: normal;
}

/* Center sections titles */
.section-title {
    font-size: 18px;
    font-weight: bold;
    color: var(--text-white);
    padding-bottom: 5px;
    margin-bottom: 20px;
}

/* Highlight blocks / headings on gray background */
.brown-title-block {
    background-color: #e2e2e1;
    padding: 8px 15px;
    border-bottom: 1px solid #ccc;
}

.brown-title-block h2 {
    font-size: 15px;
    color: var(--text-dark);
    font-weight: bold;
    margin: 0;
}

.white-title-block{
    margin-top: 10px;
    margin-bottom: 10px;
}

.white-title-block h2 {
    font-size: 15px;
    color: var(--text-dark);
    font-weight: bold;
    margin: 0;
}

/* Custom cards / boxes */
.legacy-card {
    background-color: #f7f7f7;
    border-bottom: 1px solid #ccc;
    border-radius: 4px;
    padding: 15px;
}
.legacy-card-list {
    display: flex;
    flex-direction: row;
    gap: 15px;
    font-size: 12px;
    margin-top: 10px;
}
.legacy-card-substyle {
    padding:5px;
    FONT-WEIGHT: normal;
    TEXT-TRANSFORM: uppercase;
    color: var(--text-dark);
    BACKGROUND-COLOR: #e1e1e1;
    TEXT-DECORATION: none;
}
.legacy-card-substyle h3 {
    color: var(--text-dark);
    font-size: 12px;
    margin: 0px;
}
.text-danger {
    color: var(--text-dark)!important;
}
.text-block-danger {
    color: var(--text-blockdark)!important;
}
/* Image styles */
.img-border {
    border: 1px solid var(--accent-burgundy);
}

.img-thumbnail-border {
    border: 1px solid  var(--text-white);
}

/* Two Block Center layout style */
.two-block-center {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 25px;
}

/*
.two-block-center .left-column {
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 15px;
}

.two-block-center .right-column {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 15px;
    border-left: 1px solid #e2e2e1;
}*/

@media (max-width: 768px) {
    .two-block-center .left-column,
    .two-block-center .right-column {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0;
        border: none;
        margin-bottom: 20px;
    }
}

/* Tag cloud and style links at bottom */
.styles-cloud {
    background-color: var(--bg-sidebar);
    color: var(--text-white);
    padding: 20px;
}

.styles-incloud {
    background-color: var(--bg-sidebar);
    color: var(--text-white);
}

.styles-cloud h1, .styles-incloud h1 {
    font-size: 15px;
    font-weight: bold;
    color: var(--text-white);
    border-bottom: 1px solid var(--accent-burgundy);
    padding-bottom: 5px;
    margin-bottom: 15px;
}

.styles-cloud a, .cloud-instyle a {
    color: var(--text-white);
    text-decoration: none;
    font-size: 12px;
}

.styles-cloud a:hover, .styles-incloud a:hover {
    color: var(--text-light);
    text-decoration: underline;
}

.block-freeh2 {
        font-size: 15px;
        font-weight: bold;
        color: var(--text-white);
    
        padding-bottom: 5px;
        margin-bottom: 15px;
}
.block-freeh2 h5 {
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
}

/* Bottom reliz details and list block */
.bottom-release-block {
    BACKGROUND-POSITION: left top;
    BACKGROUND-IMAGE: url(../img/center_bg_mr.jpg);
    BACKGROUND-REPEAT: repeat-x;
    padding: 20px;
    background-color: #FFF;
}

.partner-block {
        BACKGROUND: var(--bg-lowbar);
        BORDER: 1px solid #784353;
        MARGIN: 10px 5px 3px 5px;
    
}

/* Footer bottom links */
.footer-bar {
    color: var(--text-muted);
    font-size: 11px;
    BACKGROUND-IMAGE: url(../img/top_cat_bg.jpg);
    BACKGROUND-REPEAT: no-repeat;
    background-color: var(--bg-white);
    BACKGROUND-POSITION: right bottom;
}

.footer-bar a {
    color: var(--text-dark);
    text-decoration: none;
}

.text-white-50 {
    color: var(--text-white)!important;
    font-size:14px;
}

.footer-bar a:hover {
    text-decoration: underline;
}

.text-muted, .text-muted a {
    color: var(--text-muted)!important;
}
.text-muted a:hover{
    
}

.text-muted-link {
    font-weight:800;
    text-decoration: underline!important;
}