body {
    background: #E9ECEF;
    color: #212529;
    margin: 0;
    padding: 0;
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    font-style: normal;
}
.content {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    position: relative;
}
#top
{
    background: #151c24;
    margin: 0;
    padding: 0;
    position: relative;
}
#top .logo
{
    float: left;
    padding: 10px;
    margin-right: 10px;
}
#top .memberArea
{
    float: right;
    color: #fff;
    margin-top: 22px;
    margin-right: 15px;
    position: relative;
}
#top .memberArea a
{
    color: #151c24;
    text-decoration: none;
    background: #fff;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    border-radius:2px;
    padding: 1px 7px 3px 7px;
    font-size: 13px;
    margin-left: 10px;
    display: inline-block;
}

#top .memberArea a:hover
{
    background: #e3452f;
    color: #fff;
}
#top .memberArea .popup
{
    position: absolute;
    top: -10px;
    right: -15px;
    padding: 0px 8px;
    border-radius: 50%;
    background: #e3452f;
    color: #fff;
}
#top .memberArea .fas
{
    vertical-align: middle;
}
#top .memberArea .preview
{
    position: absolute;
    right: 0;
    top: 25px;
    background: #fff;
    z-index: 150420;
    border-radius:2px;
    color: #000;
    border: 1px solid #151c24;
    min-width: 330px;
    max-width: 400px;
    display: none;
    box-shadow: 0 5px 10px 0 rgba(0,0,0,0.35);
}
#top .memberArea .messagePreview
{
    position: absolute;
    right: 0;
    top: 25px;
    background: #fff;
    z-index: 150420;
    border-radius:2px;
    color: #000;
    border: 1px solid #151c24;
    min-width: 430px;
    max-width: 500px;
    display: none;
    box-shadow: 0 5px 10px 0 rgba(0,0,0,0.35);
}
#top .memberArea .messagePreview a
{
    border-radius: none;
    padding: 0;
    font-size: 12px;
    margin: 0;
}
#top .memberArea .messagePreview table tr
{
    border-bottom: 1px solid #ccc;
}
#top .memberArea .prContent a
{
    border-radius: none;
    padding: 0;
    font-size: 12px;
    margin: 0;
}
#top .memberArea .prContent
{
    font-size: 95%;
}
#top .memberArea .avatar
{
    float: left;
    margin-right: 8px;
}
#top .memberArea .welcomeback
{
    padding: 5px;
    line-height: 1.9;
}
#top .memberArea .qactions
{
    border-top: 2px solid #e3452f;
    text-align: center;
    font-weight: bold;
    background: #E9ECEF;
    padding: 5px;
}
#top .memberArea .qactions a
{
    background: none;
}
#top .memberArea .qactions a:hover
{
    color: #e3452f;
}
#top .memberArea .pactions
{
    padding: 5px;
}
#top .memberArea .pactions a
{
    display: inline-block;
    width: 49%;
}
#top  .flags
{
    float: right;
    margin-top: 24px;
    margin-right: 5px;
}
#top .padding
{
    float: right;
    font-size: 90%;
    margin: 0;
    padding: 5px 20px 0 20px;
    position: relative;
}
#top .padding a
{
    color: #fff;
}
#top .padding a:hover
{
    color: #303642;
}
.top_text
{
    float: left;
    margin: 0;
    padding: 5px 15px 0 11px;
    position: relative;
}
.top_text a
{
    color: #ccc;
    text-decoration: underline;
}
#header
{
    background: #fff url('include/templates/default/images/header.jpg') no-repeat center top;
    height: 149px;
    margin: 0;
    width: 100%;
}
#menu
{
    background: #303642 repeat-y center;
    height: 35px;
    width: 100%;
    vertical-align: middle;
    clear: both; /* ← ЕТО ТУК */
}
.quicksearch
{
    position: absolute;
    right: 0;
    top: 27px;
    background: #fff;
    z-index: 1500;
    border-radius:2px;
    color: #000;
    border: none;
    min-width: 250px;
    z-index: 2127483647;
    padding: 10px;
    border-top: 2px solid #e3452f;
    transform: translateY(0);
    transition: cubic-bezier(.4, 0, .2, 1) .26s transform,cubic-bezier(.4, 0, .2, 1) .26s opacity;
    border-radius: 3px;
    box-shadow: 0 6px 10px 0px rgba(0,0,0,0.14), 0 1px 18px 0px rgba(0,0,0,0.12), 0 3px 5px 0 rgba(0,0,0,0.2);
    display: none;
}
#ts_search_form
{
    width: 350px;
    position: relative;
}
.fixedMenu {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2147483647;
}
#menu .search
{
    float: right;
    margin-top: 5px;
    margin-right: 15px;
    position: relative;
    color: #fff;
}
.buttonwithpadding
{
    padding-left: 25px !important;
}
.postshout
{
    display: inline-block;
    position: relative;
}
.fasicon
{
    position: absolute;
    left: 7px;
    top: 5px;
    vertical-align: middle;
    color: #fff;
}
#main {
    color: #000;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}
#main .left_side
{
    margin: 0;
    padding: 15px 15px 0 15px;
}
#footer
{
    background: #303642;
    clear: both;
    color: #ccc;
    padding: 10px 0;
    margin: 15px 0 0 0;
}
#footer .fcontent {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    text-align: center;
}
#footer .padding
{
    padding: 8px 0px 0px 0px;
}
#footer a
{
    color: #ddd;
}
a
{
    background: inherit;
    color: #000;
    text-decoration: none;
}
a img
{
    border: 0;
}
a:hover
{
    color: #303642;
    background: inherit;
    text-decoration: underline;
}
.none
{
    border: 0;
}
.error
{
    height: 48px;
    background-color: #ffc;
    background-image: url("include/templates/default/images/class_error.gif");
    background-position: 20px 14px;
    background-repeat: no-repeat;
    border: 1px solid #000;
    border-color: #fc0;
    color: #c60000;
    margin: 0 0 10px 0;
    min-height: 48px;
    padding: 12px 40px 0 12px;
    padding-left: 80px;
    width: auto;
}
.success
{
    height: 48px;
    background-color: #eff7fe;
    background-image: url("include/templates/default/images/class_success.gif");
    background-position: 20px 14px;
    background-repeat: no-repeat;
    border: 1px solid #000;
    border-color: #83a8cc;
    color: #000;
    margin: 0 0 10px 0;
    min-height: 48px;
    padding: 12px 40px 0 12px;
    padding-left: 80px;
    width: auto;
}
table.pluginTable
{
    background: none !important;
}
table
{
    border: none;
    border-collapse: collapse;
    background: #fff;
}
table.main
{
    background-color: #F5F4EA;
}
td
{

}
td.embedded
{
    border: none;
    padding: 0px;
    text-align: left;
}
td.heading
{
    font-weight: bold;
}
td.text
{
    border-color: #303642;
    padding: 10pt;
    text-align: left;
}
td.colhead
{
    background-color: #303642;
    color: #ffffff;
    font-weight: bold;
}
td.rowhead
{
    font-weight: bold;
    text-align: right;
    vertical-align: top;
}
img.border
{
    border-color: #000;
    border-style: solid;
    border-width: 1px;
}

.codeeditor
{
    position: relative;
    width: 100%;
    border-left: 3px solid #f2930d;
    padding: 0;
    margin: 0;
    border: 1px solid #e7e7e7;
}

.codetop
{
    background: #fafafa;
    padding: 5px 10px;
    color: #f2930d;
    font-weight: bold;
    font-size: 14px;
    border-bottom: 1px solid #e7e7e7;
}
.codemain
{
    color: #000;
    text-align: left;
    padding: 5px 10px;
    background: #F5F5F5;
    max-height: 55vh;
    overflow: auto;
    white-space: pre;
    position: relative;
    display: block;
}
.small
{
    font-size: 7pt;
}
.inlineimg
{
    vertical-align: middle;
}
.shadetabs
{
    border-bottom: 1px solid #026CB1;
    margin-bottom: 1em;
}
.shadetabs ul
{
    list-style-type: none;
    margin-bottom: 0;
    margin-left: 0;
    margin-top: 1px;
    padding: 3px 0;
    text-align: center;
}
.shadetabs li
{
    display: inline;
    margin: 0;
}
.shadetabs li a
{
    background: white url("include/templates/default/images/shade.gif") top left repeat-x;
    border: 1px solid #778;
    color: #2d2b2b;
    margin-right: 3px;
    padding: 3px 7px;
    text-decoration: none;
}
.shadetabs li a:visited
{
    color: #2d2b2b;
}
.shadetabs li a:hover
{
    color: #2d2b2b;
    text-decoration: underline;
}
.shadetabs li.selected
{
    position: relative;
    top: 1px;
}
.shadetabs li.selected a
{
    background-image: url("include/templates/default/images/shadeactive.gif");
    border-bottom-color: white;
}
.shadetabs li.selected a:hover
{
    text-decoration: none;
}
#specialboxes
{
    outline: none;
    padding: 3px;
    width: 50px;
}
#specialboxn
{
    outline: none;
    padding: 3px;
    width: 200px;
}
#specialboxnn
{
    outline: none;
    padding: 3px;
    width: 300px;
}
#specialboxg
{
    outline: none;
    padding: 3px;
    width: 430px;
}
#specialboxta
{
    outline: none;
    padding: 3px;
    width: 630px;
}
#dhtmltooltip
{
    background-color: #FFFFE0;
    border: 1px solid black;
    left: -300px;
    padding: 2px;
    position: absolute;
    visibility: hidden;
    width: 150px;
    z-index: 100;
}
#dhtmlpointer
{
    left: -300px;
    position: absolute;
    visibility: hidden;
    z-index: 101;
}
.highlight, .sticky, .highlight a, .sticky a
{
    color: #000;
    background-color: #e0e0e0;
    padding: 3px;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    border-radius:4px;
}
.tborder
{
    background: #303642;
    border: 1px solid #303642;
    margin: auto auto;
    width: 100%;
}
.thead, .unsortable
{
    background: #151c24 none;
    color: #fff;
    padding: 10px;
    position: relative;
    text-align: left;
    clear:both;
}
.thead a
{
    color: #fff !important;
    text-decoration: none;
}
.thead a:visited
{
    color: #ffffff;
    text-decoration: none;
}
.thead a:hover, .thead a:active
{
    color: #ffffff;
    text-decoration: underline;
}
.trow1
{
    color: #000000;
    background: #f5f5f5;
}
.trow2
{
    background: #EFEFEF;
}
.smalltext, .smallfont
{
    font-size: 11px;
}
#navcontainer_f ul
{
    margin: 0;
    padding: 0;
    width: 100%;
}
#navcontainer_f ul li
{
    border: 1px solid #CCC;
    color: #CCC;
    float: left;
    font-size: 75%;
    line-height: 18px;
    list-style-image: none;
    list-style-type: none;
    margin: 1px 1px 1px 0px;
    text-align: center;
    width: 40px;
}
#navcontainer_f ul li a
{
    background-color: #ffffff;
    display: block;
}
#navcontainer_f a
{
    font-weight: normal;
}
#navcontainer_f li.current, #navcontainer_f a.current, #navcontainer_f a:hover
{
    background-color: #303642;
    color: #FFF !important;
    text-decoration: none;
}
#navcontainer_f.right ul li
{
    float: right;
    width: 40px;
}
#navcontainer_f ul li.plain
{
    border: none;
    padding-right: 5px;
    width: auto;
}
div#navcontainer_f.scripted
{
    display: none;
}
.subheader
{
    background:#303642;
    color:#fff;
    padding: 5px;
}
.subheader a:link, .subheader a:visited, .subheader a:active
{
    color: #fff;
}
.subheader a:hover
{
    color: #303642;
}
.hoptobutton, .hoptobuttons
{
    color: #000;
    font-weight: bold;
    margin-bottom: 5px;
    margin-left: 4px;
    padding: 2px;
}
.modnotice
{
    background: #303642;
    border: 1px solid #303642;
    color: #000;
    font-size: 11px;
    margin: auto auto;
    padding: 8px;
}
.editor
{
    background: #f1f1f1;
    border: 1px solid #ccc;
}
.editor_control_bar
{
    background: #ffffff;
    border: 1px solid #0f5c8e;
}
.toolbar_normal
{
    background: #f0f0f0;
    border: 1px solid #f0f0f0;
}
.toolbar_hover
{
    background: #c1d2ee;
    border: 1px solid #5296f7;
}
.toolbar_clicked
{
    background: #e1F2fe;
    border: 1px solid #5296f7;
}
.popup_menu
{
    background: #ccc;
    border: 1px solid #000;
}
.popup_menu .popup_item
{
    background: #ffffff;
    color: #000;
}
.popup_menu .popup_item:hover
{
    background: #C7DBEE;
    color: #000;
}
.borderimage
{
    border: 1px solid white;
}
.clear
{
    clear: both;
}
.inputUsername
{
    background: url("include/templates/default/images/input_login.gif") no-repeat;
    background-color: #ffffff;
    color: #443;
    font-size: 10px;
    height: 16px;
    padding: 2px 0px 0px 18px;
    width: 200px;
}
.inputPassword
{
    background: url("include/templates/default/images/input_password.gif") no-repeat;
    background-color: #ffffff;
    color: #443;
    font-size: 10px;
    height: 16px;
    padding: 2px 0px 0px 18px;
    width: 200px;
}
.inputUsernameLoginbox
{
    background: url("include/templates/default/images/input_login.gif") no-repeat;
    background-color: #ffffff;
    color: #443;
    font-size: 10px;
    height: 16px;
    padding: 2px 0px 0px 18px;
    width: 135px;
}
.inputPasswordLoginbox
{
    background: url("include/templates/default/images/input_password.gif") no-repeat;
    background-color: #ffffff;
    color: #443;
    font-size: 10px;
    height: 16px;
    padding: 2px 0px 0px 18px;
    width: 135px;
}
fieldset
{
    border: solid #303642 1px;
    margin-left: 15px;
    padding: 0 1em 1em 1em;
    width: 90%;
}
legend
{
    color: maroon;
    font-weight: bold;
    margin: 0;
    padding: 0.2em 0.2em;
}
.quote
{
    background: url("include/templates/default/images/quote.gif") 0 0 no-repeat;
    margin: 15px 10px;
    padding-left: 25px;
}
blockquote.bq
{
    border-left: 3px solid #ccc;
    font: italic 10pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
    margin: 0px;
    padding: 0 5px;
}
.blog_comments
{
    background: url("include/templates/default/images/bcomments.gif") no-repeat;
    font-size: 18px;
    font-weight: bold;
    height: 46px;
    line-height: 36px;
    text-align: center;
    width: 44px;
}

.shoutboxnotice
{
    background-color: #e3452f;
    color: #fff;
    padding: 3px;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    border-radius:4px;
}
.shoutboxnotice a
{
    text-decoration: underline;
    color: #fff;
}
.shoutboxprivatemsg
{
    background-color: #e3452f;
    color: #fff;
}
.shoutbox
{
    border-bottom: 1px solid #e0e0e0;
}

.mkprettytime
{
    font-size: 10px;
}
.borderit img
{
    border: 1px solid #ccc;
    filter: alpha(opacity=30);
    khtml-opacity: 0.3;
    moz-opacity: 0.3;
    opacity: 0.3;
}
.borderit:hover img
{
    border: 1px solid #000000;
    filter: alpha(opacity=100);
    khtml-opacity: 1;
    moz-opacity: 1;
    opacity: 1;
}
.navbits
{
    margin-bottom: 4px;
    padding: 8px 0 3px 0;
    border: 1px solid #303642;
    border-radius: 4px;
    background: #fff;
}
.privatealbumimage
{
    filter: alpha(opacity=20);
    khtml-opacity: 0.2;
    moz-opacity: 0.2;
    opacity: 0.2;
}
.mod_bb
{
    background: #F5C7CD;
    border: 2px solid #DC364E;
    color: #8a1f11;
    margin-bottom: 1.6em;
    padding: .8em;
}
.mod_bb img
{
    position: relative;
    top: 2px;
}
.gray
{
    color: gray;
    font-size: 11px;
}
.spoiler
{
    background: #9e9e9e;
    border: 1px solid #424312;
    color: #000000;
    margin-bottom: 1.6em;
    padding: .8em;
}
.user_times_warned_1
{
    width: 100px;
    border: 1px solid black;
    text-align: center;
    white-space: nowrap;
}
.user_times_warned_2
{
    padding-left: 3px;
    border: 0px solid black;
    font-size: 8pt;
    font-weight: bold;
    background: darkred repeat;
    white-space: nowrap;
}
#pcm
{
    display: none;
}
ul.TSSEMenu ul
{
    display: none;
}
ul.TSSEMenu li:hover>ul
{
    display: block;
}
ul.TSSEMenu ul
{
    left: -1px;
    position: absolute;
    top: 98%;
    z-index: 2;
}
ul.TSSEMenu ul ul
{
    left: 98%;
    position: absolute;
    top: -2px;
    z-index: 1;
}
ul.TSSEMenu,ul.TSSEMenu ul
{
    background-color: #303642;
    background-repeat: repeat;
    border-color: #303642;
    border-style: solid;
    border-width: 1px;
    list-style: none;
    margin: 0px;
    padding: 3px 2px 2px 0px;
}
ul.TSSEMenu table
{
    border-collapse: collapse;
}

#menu {
    text-align: center !important;
}

#menu.fixedMenu {
    text-align: center;
}

ul.TSSEMenu {
    display: inline-block;
    float: none;
    margin: 0 auto;
}

@media (max-width: 768px) {
    #menu {
        text-align: center !important;
    }

    ul.TSSEMenu {
        float: none !important;
        display: inline-block !important;
        margin: 0 auto !important;
    }
}

ul.TSSEMenu ul
{
    width: 207.9px;
}
ul.TSSEMenu li
{
    display: block;
    margin: 2px 0px 0px 2px;
}
ul.TSSEMenu a:active, ul.TSSEMenu a:focus
{
    outline-style: none;
}
ul.TSSEMenu a, ul.TSSEMenu li.dis a:hover, ul.TSSEMenu li.sep a:hover
{
    padding-left: 0;
    background-color: #303642;
    border-color: #303642;
    border-style: solid;
    border-width: 1px;
    color: #cccccc;
    cursor: default;
    display: block;
    padding: 2px 5px 2px 10px;
    text-align: left;
    text-decoration: none;
    vertical-align: middle;
}
ul.TSSEMenu span
{
    overflow: hidden;
}
ul.TSSEMenu li
{
    float: left;
}
ul.TSSEMenu ul li
{
    float: none;
}
ul.TSSEMenu ul a
{
    text-align: left;
    white-space: nowrap;
}
ul.TSSEMenu li.sep
{
    height: 100%;
    line-height: 0;
    padding: 0px;
    text-align: left;
}
ul.TSSEMenu li.sep span
{
    background-color: #cccccc #111111 #111111 #cccccc;
    background-image: none;
    display: inline-block;
    float: none;
    height: 100%;
    padding-right: 0;
    width: 3px;
}
ul.TSSEMenu ul li.sep span
{
    height: 3px;
    width: 100%;
}
ul.TSSEMenu li:hover
{
    cursor: pointer;
    position: relative;
}
ul.TSSEMenu li:hover>a
{
    background-color: #375a76;
    border-color: #375a76;
    border: 1px solid #547b96;
    color: #FFFFFF;
    cursor: pointer;
    text-decoration: none;
}
ul.TSSEMenu li a:hover
{
    background-color: #375a76;
    border-color: #375a76;
    border: 1px solid #547b96;
    color: #FFFFFF;
    cursor: pointer;
    position: relative;
    text-decoration: none;
}
ul.TSSEMenu li.dis a
{
    color: #666 !important;
}
ul.TSSEMenu img
{
    float: none;
    border: none;
    float: left;
    height: 16px;
    margin-right: 2px;
}
ul.TSSEMenu ul img
{
    height: 16px;
}
ul.TSSEMenu img.over
{
    display: none;
}
ul.TSSEMenu li.dis a:hover img.over
{
    display: none !important;
}
ul.TSSEMenu li.dis a:hover img.def
{
    display: inline !important;
}
ul.TSSEMenu li:hover > a img.def
{
    display: none;
}
ul.TSSEMenu li:hover > a img.over
{
    display: inline;
}
ul.TSSEMenu a:hover img.over,ul.TSSEMenu a:hover ul img.def,ul.TSSEMenu a:hover a:hover ul img.def,ul.TSSEMenu a:hover a:hover img.over,ul.TSSEMenu a:hover a:hover a:hover img.over
{
    display: inline;
}
ul.TSSEMenu a:hover img.def,ul.TSSEMenu a:hover ul img.over,ul.TSSEMenu a:hover a:hover ul img.over,ul.TSSEMenu a:hover a:hover img.def,ul.TSSEMenu a:hover a:hover a:hover img.def
{
    display: none;
}
ul.TSSEMenu a:hover ul,ul.TSSEMenu a:hover a:hover ul
{
    display: block;
}
ul.TSSEMenu a:hover ul ul
{
    display: none;
}
ul.TSSEMenu span
{
    background-image: url("include/templates/default/images/arr_white.gif");
    background-position: right center;
    background-repeat: no-repeat;
    display: block;
    padding-right: 12px;
}
ul.TSSEMenu li:hover>a>span
{
    background-image: url("include/templates/default/images/arrv_white.gif");
}
ul.TSSEMenu a:hover span
{
    background-image: url("include/templates/default/images/arrv_white.gif");
}
ul.TSSEMenu ul span,ul.TSSEMenu a:hover table span
{
    background-image: url("include/templates/default/images/arr_white.gif");
}
.hand {
    cursor: pointer;
}
.notification-border-n {
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    border-radius:4px;
    border: 1px solid #303642;
}
.notification-th-n {
    background: #303642;
    height: 19px;
}
.notification-title-n { /* Notification message */
    color: #ffffff;
}
.notification-body {
    padding: 6px 10px;
    text-align: justify;
    background: #fff;
}
.notification-border-e {
    border: 1px solid #303642;
    color: #2b2b2b;
}
.notification-th-e {
    background: #303642;
    height: 19px;
}
.notification-title-e { /* Error message */
    color: #ffffff;
}
.shadow
{
    box-shadow: 7px 7px 8px #818181;
    -webkit-box-shadow: 7px 7px 8px #818181;
    -moz-box-shadow: 7px 7px 8px #818181;
    filter: progid:DXImageTransform.Microsoft.dropShadow(color=#818181, offX=7, offY=7, positive=true);
}
/* SIGNUP */
#wrapper
{
    width:300px;
    margin:50px auto;
}
#msg
{
    display:none;
    position:absolute;
    z-index:200;
    background:url(include/templates/default/images/msg_arrow.gif) left center no-repeat;
    padding-left:7px;
}
#msgcontent
{
    display:block;
    background:#f3e6e6;
    border:2px solid #924949;
    border-left:none;
    min-width:150px;
    max-width:450px;
    padding:5px;
}
/* BROWSE */
.infiniteCarousel {
    width: 890px;
    position: relative;
}

.infiniteCarousel .wrapper {
    width: 810px; /* .infiniteCarousel width - (.wrapper margin-left + .wrapper margin-right) */
    overflow: auto;
    min-height: 10em;
    margin: 0 40px;
    position: absolute;
    top: 10px;
}

.infiniteCarousel ul a img {
    border: 1px solid #000;
}

.infiniteCarousel .wrapper ul {
    width: 9999px;
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    margin:0;
    padding:0;
    position: absolute;
    top: 0;
}

.infiniteCarousel ul li {
    display:block;
    float:left;
    padding: 8px;
    height: 120px;
    width: 120px;
}

.infiniteCarousel ul li a img {
    display:block;
}

.infiniteCarousel .arrow {
    display: block;
    height: 36px;
    width: 37px;
    background: url(include/templates/default/images/arrow.png) no-repeat 0 0;
    text-indent: -999px;
    position: absolute;
    top: 50px;
    cursor: pointer;
}

.infiniteCarousel .forward {
    background-position: 0 0;
    right: 0;
}

.infiniteCarousel .back {
    background-position: 0 -72px;
    left: 0;
}

.infiniteCarousel .forward:hover {
    background-position: 0 -36px;
}

.infiniteCarousel .back:hover {
    background-position: 0 -108px;
}
/* DETAILS */
/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.5.1
*/
.yui-navset .yui-nav li, .yui-navset .yui-navset-top .yui-nav li, .yui-navset .yui-navset-bottom .yui-nav li {
    margin: 0 0.5em 0 0;
}
.yui-navset-left .yui-nav li, .yui-navset-right .yui-nav li {
    margin: 0 0 0.5em;
}
.yui-navset .yui-navset-left .yui-nav, .yui-navset .yui-navset-right .yui-nav, .yui-navset-left .yui-nav, .yui-navset-right .yui-nav {
    width: 6em;
}
.yui-navset-top .yui-nav, .yui-navset-bottom .yui-nav {
    width: auto;
}
.yui-navset .yui-navset-left, .yui-navset-left {
    padding: 0 0 0 6em;
}
.yui-navset-right {
    padding: 0 6em 0 0;
}
.yui-navset-top, .yui-navset-bottom {
    padding: auto;
}
.yui-nav, .yui-nav li {
    margin: 0;
    padding: 0;
    list-style: none;
}
.yui-navset li em {
    font-style: normal;
}
.yui-navset {
    position: relative;
    zoom: 1;
}
.yui-navset .yui-content {
    zoom: 1;
}
.yui-navset .yui-nav li, .yui-navset .yui-navset-top .yui-nav li, .yui-navset .yui-navset-bottom .yui-nav li {
    display: inline-block;
    display: -moz-inline-stack;*;
    display: inline;
    vertical-align: bottom;
    cursor: pointer;
    zoom: 1;
}
.yui-navset-left .yui-nav li, .yui-navset-right .yui-nav li {
    display: block;
}
.yui-navset .yui-nav a {
    position: relative;
}
.yui-navset .yui-nav li a, .yui-navset-top .yui-nav li a, .yui-navset-bottom .yui-nav li a {
    display: block;
    display: inline-block;
    vertical-align: bottom;
    zoom: 1;
}
.yui-navset-left .yui-nav li a, .yui-navset-right .yui-nav li a {
    display: block;
}
.yui-navset-bottom .yui-nav li a {
    vertical-align: text-top;
}
.yui-navset .yui-nav li a em, .yui-navset-top .yui-nav li a em, .yui-navset-bottom .yui-nav li a em {
    display: block;
}
.yui-navset .yui-navset-left .yui-nav, .yui-navset .yui-navset-right .yui-nav, .yui-navset-left .yui-nav, .yui-navset-right .yui-nav {
    position: absolute;
    z-index: 1;
}
.yui-navset-top .yui-nav, .yui-navset-bottom .yui-nav {
    position: static;
}
.yui-navset .yui-navset-left .yui-nav, .yui-navset-left .yui-nav {
    left: 0;
    right: auto;
}
.yui-navset .yui-navset-right .yui-nav, .yui-navset-right .yui-nav {
    right: 0;
    left: auto;
}
.yui-skin-sam .yui-navset .yui-nav, .yui-skin-sam .yui-navset .yui-navset-top .yui-nav {
    border: solid #303642;
    border-width: 0 0 5px;
    Xposition: relative;
    zoom: 1;
}
.yui-skin-sam .yui-navset .yui-nav li, .yui-skin-sam .yui-navset .yui-navset-top .yui-nav li {
    margin: 0 0.16em 0 0;
    padding: 1px 0 0;
    zoom: 1;
}
.yui-skin-sam .yui-navset .yui-nav .selected, .yui-skin-sam .yui-navset .yui-navset-top .yui-nav .selected {
    margin: 0 0.16em -1px 0;
}
.yui-skin-sam .yui-navset .yui-nav a, .yui-skin-sam .yui-navset .yui-navset-top .yui-nav a {
    background: #375a76;
    border: solid #2c2c2c;
    border-width: 0 1px;
    color: #000;
    position: relative;
    text-decoration: none;
}
.yui-skin-sam .yui-navset .yui-nav a em, .yui-skin-sam .yui-navset .yui-navset-top .yui-nav a em {
    border: solid #303642;
    border-width: 1px 0 0;
    cursor: hand;
    padding: 0.25em .75em;
    left: 0;
    right: 0;
    bottom: 0;
    top: -1px;
    position: relative;
}
.yui-skin-sam .yui-navset .yui-nav .selected a, .yui-skin-sam .yui-navset .yui-nav .selected a:focus, .yui-skin-sam .yui-navset .yui-nav .selected a:hover {
    background: #303642;
    color: #fff;
}
.yui-skin-sam .yui-navset .yui-nav a:hover, .yui-skin-sam .yui-navset .yui-nav a:focus {
    background: #303642;
    outline: 0;
    color: #fff;
}
.yui-skin-sam .yui-navset .yui-nav .selected a em {
    padding: 0.35em 0.75em;
}
.yui-skin-sam .yui-navset .yui-nav .selected a, .yui-skin-sam .yui-navset .yui-nav .selected a em {
    border-color: #2c2c2c;
}
.yui-skin-sam .yui-navset .yui-content {
    background: white;
}
.yui-skin-sam .yui-navset .yui-content, .yui-skin-sam .yui-navset .yui-navset-top .yui-content {
    border: 1px solid #2c2c2c;
    border-top-color: #2c2c2c;
    padding: 0.25em 0.5em;
}
.yui-skin-sam .yui-navset-left .yui-nav, .yui-skin-sam .yui-navset .yui-navset-left .yui-nav, .yui-skin-sam .yui-navset .yui-navset-right .yui-nav, .yui-skin-sam .yui-navset-right .yui-nav {
    border-width: 0 5px 0 0;
    Xposition: absolute;
    top: 0;
    bottom: 0;
}
.yui-skin-sam .yui-navset .yui-navset-right .yui-nav, .yui-skin-sam .yui-navset-right .yui-nav {
    border-width: 0 0 0 5px;
}
.yui-skin-sam .yui-navset-left .yui-nav li, .yui-skin-sam .yui-navset .yui-navset-left .yui-nav li, .yui-skin-sam .yui-navset-right .yui-nav li {
    margin: 0 0 0.16em;
    padding: 0 0 0 1px;
}
.yui-skin-sam .yui-navset-right .yui-nav li {
    padding: 0 1px 0 0;
}
.yui-skin-sam .yui-navset-left .yui-nav .selected, .yui-skin-sam .yui-navset .yui-navset-left .yui-nav .selected {
    margin: 0 -1px 0.16em 0;
}
.yui-skin-sam .yui-navset-right .yui-nav .selected {
    margin: 0 0 0.16em -1px;
}
.yui-skin-sam .yui-navset-left .yui-nav a, .yui-skin-sam .yui-navset-right .yui-nav a {
    border-width: 1px 0;
}
.yui-skin-sam .yui-navset-left .yui-nav a em, .yui-skin-sam .yui-navset .yui-navset-left .yui-nav a em, .yui-skin-sam .yui-navset-right .yui-nav a em {
    border-width: 0 0 0 1px;
    padding: 0.2em .75em;
    top: auto;
    left: -1px;
}
.yui-skin-sam .yui-navset-right .yui-nav a em {
    border-width: 0 1px 0 0;
    left: auto;
    right: -1px;
}
.yui-skin-sam .yui-navset-left .yui-nav a, .yui-skin-sam .yui-navset-left .yui-nav .selected a, .yui-skin-sam .yui-navset-left .yui-nav a:hover, .yui-skin-sam .yui-navset-right .yui-nav a, .yui-skin-sam .yui-navset-right .yui-nav .selected a, .yui-skin-sam .yui-navset-right .yui-nav a:hover, .yui-skin-sam .yui-navset-bottom .yui-nav a, .yui-skin-sam .yui-navset-bottom .yui-nav .selected a, .yui-skin-sam .yui-navset-bottom .yui-nav a:hover {
    background-image: none;
}
.yui-skin-sam .yui-navset-left .yui-content {
    border: 1px solid #2c2c2c;
    border-left-color: #2c2c2c;
}
.yui-skin-sam .yui-navset-bottom .yui-nav, .yui-skin-sam .yui-navset .yui-navset-bottom .yui-nav {
    border-width: 5px 0 0;
}
.yui-skin-sam .yui-navset .yui-navset-bottom .yui-nav .selected, .yui-skin-sam .yui-navset-bottom .yui-nav .selected {
    margin: -1px 0.16em 0 0;
}
.yui-skin-sam .yui-navset .yui-navset-bottom .yui-nav li, .yui-skin-sam .yui-navset-bottom .yui-nav li {
    padding: 0 0 1px 0;
    vertical-align: top;
}
.yui-skin-sam .yui-navset .yui-navset-bottom .yui-nav li a, .yui-skin-sam .yui-navset-bottom .yui-nav li a {
}
.yui-skin-sam .yui-navset .yui-navset-bottom .yui-nav a em, .yui-skin-sam .yui-navset-bottom .yui-nav a em {
    border-width: 0 0 1px;
    top: auto;
    bottom: -1px;
}
.yui-skin-sam .yui-navset-bottom .yui-content, .yui-skin-sam .yui-navset .yui-navset-bottom .yui-content {
    border: 1px solid #2c2c2c;
    border-bottom-color: #2c2c2c;
}
/* TOP BAR */
#topbar
{
    padding: 5px;
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    border: 1px solid #848484;
}
#slbg{ background: #fff; }

/* CSS3 INPUT BUTTONS */
input[type="submit"], input[type="button"], input[type="reset"]
{
    text-decoration: none;
    outline: none;
    cursor: pointer;
    color:#fff;
    display:inline-block;
    vertical-align:top;
    font-size:12px;
    text-align:center;
    height:24px;
    /** Make the text unselectable **/
    -moz-user-select: none;
    -webkit-user-select: none;
    line-height:1 !important;
    width:auto;
    padding:0 9px 1px;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    border-radius:4px;
    border-width:1px;
    border-style:solid;
    background: #e3452f;
    border: none;
}

input[type="submit"]:hover, input[type="button"]:hover, input[type="reset"]:hover,  input[type="text"]:hover, input[type="password"]:hover, textarea:hover, select:hover
{
    background-image:-moz-linear-gradient(top, rgba(255,255,255,.9), rgba(255,255,255,0.2));
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(255,255,255,.9)), to(rgba(255,255,255,0.2)));
}

input[type="text"], input[type="password"], textarea, select
{
    text-decoration: none;
    border-color:rgba(0, 0, 0, 0.56);
    color:#111;
    display:inline-block;
    vertical-align:top;
    line-height:1 !important;
    width:auto;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    border-radius:4px;
    border-width:1px;
    border-style:solid;
    padding: 2px !important;
}

input[type="text"], input[type="password"]
{
    height: 22px;
}

textarea, select
{
    padding: 3px;
}

/* FB Shoutbox */
#fb-shoutbox
{
    position: fixed;
    bottom: 0;
    right: 20px;
    width: 500px;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    z-index: 2147483647;
    background: #fff;
    -moz-box-shadow: 0 0 5px #888;
    -webkit-box-shadow: 0 0 5px#888;
    box-shadow: 0 0 5px #888;
    line-height: 1.4;
}

#fb-shoutbox select
{
    font-size: 10px !important;
    vertical-align: middle !important;
}

#fb-shoutbox textarea
{
    font-size: 10px !important;
    vertical-align: middle !important;
    width: 90% !important;
    height: 40px !important;
}

.fb-shoutbox-annoucenement img
{
    max-width: 100%;
}

.fb-shoutbox-head
{
    padding: 5px 3px 5px 5px;
    background:#151c24;
    color:#fff;
    height: 24px;
}

.fb-shoutbox-channels
{
    display: inline-block;
    vertical-align: middle;
}

.fb-shoutbox-settings
{
    position: relative;
    background: url(include/templates/default/images/settings.png) no-repeat 0px 0px;
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-left: 3px;
    cursor: pointer;
}

.fb-shoutbox-setings-html
{
    cursor: normal;
    position: absolute;
    width: 200px;
    top: 20px;
    left: 0;
    padding: 3px;
    border: 1px solid #ddd;
    background: #fff;
    z-index: 100;
    -moz-box-shadow: 0 0 5px #888;
    -webkit-box-shadow: 0 0 5px#888;
    box-shadow: 0 0 5px #888;
    color: #000;
    display: none;
}

.fb-shoutbox-setings-html span
{
    display: block;
    margin-bottom: 3px;
    cursor: pointer;
}
.fb-shoutbox-setings-html span:hover
{
    background: #ddd;
}

.fb-shoutbox-close-btn
{
    background: url(include/templates/default/images/close_btn.png) no-repeat 0px 0px;
    float: right;
    width: 15px;
    height: 15px;
}
.fb-shoutbox-close-btn:hover
{
    background: url(include/templates/default/images/close_btn.png) no-repeat 0px -16px;
    cursor: pointer;
}

.fb-shoutbox-open-btn
{
    background: url(include/templates/default/images/close_btn.png) no-repeat 0px -32px;
    float: right;
    width: 15px;
    height: 15px;
}
.fb-shoutbox-open-btn:hover
{
    background: url(include/templates/default/images/close_btn.png) no-repeat 0px -48px;
    cursor: pointer;
}

.fb-shoutbox-message-box
{
    background: #fff;
    height: 250px;
    overflow:auto;
    border: 1px solid #ccc;
}
.fb-shoutbox-message-box img
{
    max-width: 90% !important;
    vertical-align: middle;
    border: 0;
}

.fb-shoutbox-loading
{
    text-align: center;
    position: absolute;
    top: 35%;
    left: 0;
    width: 100%;
}

.fb-shoutbox-shout-msg
{
    margin-bottom: 10px;
    display: block;
    border-bottom: 1px solid #F3F3F3;
    padding: 0px 5px 5px 5px;
    font-size: 11px;
    color:#7C7C7C;
    position: relative;
}
.fb-shoutbox-shout-msg:last-child
{
    border-bottom:none;
}

.fb-shoutbox-shout-msg:hover .fb-shoutbox-manage
{
    display: block;
    opacity: 1;
}

.fb-shoutbox-manage
{
    position: absolute;
    right: 2px;
    top: 0px;
    background: #ddd;
    border: 1px solid #fff;
    padding: 1px 5px 5px 5px;
    opacity: 0.9;
    display: none;
}

.fb-shoutbox-info
{
    float: right;
    text-align: center;
}
.fb-shoutbox-info time
{
    font-size: 11px;
    font-weight: normal;
}
.fb-shoutbox-info img
{
    max-width: 24px !important;
}

.fb-shoutbox-username
{
    margin-bottom: 5px;
    font-weight: bold;
    display: block;
}

.fb-shoutbox-private-shout
{
    background: #ccc;
    color: #000;
}
.fb-shoutbox-notice-shout
{
    background: #ddd;
    color: #000;
}
.fb-shoutbox-private-shout time, .fb-shoutbox-notice-shout time
{
    color: #fff;
}

.fb-shoutbox-post-shout
{
    position: relative;
}
.fb-shoutbox-post-shout input
{
    width: 468px;
    border: 1px solid #ccc !important;
    border-top: none !important;
    font-size: 11px;
}

.fb-shoutbox-smilies
{
    position: absolute;
    right: 5px;
    top: 2px;
    opacity: 0.6;
}
.fb-shoutbox-smilies:hover
{
    opacity: 1;
    cursor: pointer;
}

.fb-shoutbox-smilies-html
{
    width: 265px;
    height: 310px;
    overflow: auto;
    position: absolute;
    left: -269px;
    bottom: 0;
    padding: 0;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    background: #fff;
    -moz-box-shadow: 0 0 5px #888;
    -webkit-box-shadow: 0 0 5px#888;
    box-shadow: 0 0 5px #888;
    line-height: 1.4;
    display: none;
}

.fb-shoutbox-smilies-response
{
}

.fb-shoutbox-smilies-response img
{
    display: inline-block;
    margin: 5px;
    cursor: pointer;
}

.fb-shoutbox-online-list
{
    width: 265px;
    height: 310px;
    position: absolute;
    left: -269px;
    bottom: 0;
    padding: 0;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    background: #fff;
    -moz-box-shadow: 0 0 5px #888;
    -webkit-box-shadow: 0 0 5px#888;
    box-shadow: 0 0 5px #888;
    line-height: 1.4;
    display: none;
}
.fb-shoutbox-online-list-response
{
    padding: 5px;
    width: 250px;
    height: 300px;
    overflow: auto;
}

/* AUTO COMPLETE */
 .ui-autocomplete
 {
    max-height: 150px;
    overflow-y: auto;
    overflow-x: hidden;
}
* html .ui-autocomplete
{
    height: 150px;
}

#plugins
{
    width: 100%;
    position: relative;
    margin: 0;
    padding: 0;
}
.pluginWrapper
{
    margin-bottom: 15px;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    border-radius:4px;
    background: #fff;
}
.pluginWrapper:last-child
{
    margin-bottom: 0;
}
.pluginHeader
{
    color: #000;
    padding: 10px;
    border-bottom: 2px solid #e3452f;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    text-align: left;
    clear:both;
}
.pluginContent
{
    border-top: 0;
    padding: 5px 10px;
}
.pluginFooterSmall
{
    background: #f5f5f5;
    font-size: 85%;
    padding: 5px;
    text-align: center;
}

#loginbox
{
    color: #000;
}

/* За ВСИЧКИ сийдър линкове (всички ID-та, които започват с "seeders_") */
span[id^="seeders_"] a {
    font-weight: normal;
    color: #198754 !important; /* Приятен зелен (не прекалено ярък) */
    background: inherit;
    text-decoration: none;
}

/* За ВСИЧКИ лийчър линкове (всички ID-та, които започват с "leechers_") */
span[id^="leechers_"] a {
    font-weight: normal;
    color: #dc3545 !important; /* Червен за лийчъри */
    background: inherit;
    text-decoration: none;
}

/* Ховър ефекти */
span[id^="seeders_"] a:hover {
    color: #146c43 !important; /* По-тъмен зелен при ховър */
    text-decoration: underline;
}

span[id^="leechers_"] a:hover {
    color: #b02a37 !important; /* По-тъмен червен при ховър */
    text-decoration: underline;
}

/* СВАЛЯНИЯ - оранжево (работи на ДВА езика) */
a[title="Сваляния (Snatched)"],
a[title="Snatched"] {
    color: #fd7e14 !important;
    font-weight: normal;
    text-decoration: none;
}

/* Ховър ефект за двата езика */
a[title="Сваляния (Snatched)"]:hover,
a[title="Snatched"]:hover {
    color: #e8590c !important;
    text-decoration: underline;
}

/* КОМЕНТАРИ - небесно синьо */
a[title="Comments"],
a[title="Коментари"],
a[href*="#comments"],
a[href*="tab=comments"] {
    color: #4dabf7 !important;  /* Небесно синьо */
    font-weight: normal;
    text-decoration: none;
}

/* Ховър ефект */
a[title="Comments"]:hover,
a[title="Коментари"]:hover,
a[href*="#comments"]:hover,
a[href*="tab=comments"]:hover {
    color: #1c7ed6 !important;  /* По-тъмно синьо */
    text-decoration: underline;
}

/* САМО за торент таблицата */
.latest-torrents-table tr:not(:first-child) td:nth-child(4) {
    color: #198754 !important;
    font-weight: normal;
    text-align: center;
}

.latest-torrents-table tr:not(:first-child) td:nth-child(5) {
    color: #dc3545 !important;
    font-weight: normal;
    text-align: center;
}

.latest-torrents-table tr:not(:first-child) td:nth-child(3) {
    color: #495057 !important;
    font-weight: 500;
    font-family: monospace;
    text-align: center;
}

/* 1. НАЧАЛНА СТРАНИЦА Клетки - Latest Torrents */
table[width="100%"][align="center"][cellpadding="3"] tr:not(:first-child) td {
    border-right: 1px solid #e9ecef !important;
    border-bottom: 1px solid #dee2e6 !important;
    padding: 2px 6px !important;  /* Променено: 2px 6px (бяха 4px 8px) */
    line-height: 22px !important;      /* Променено: 22px (беше 26px) */
    vertical-align: middle;
    font-size: 12px;              /* Добавено: по-малък шрифт */
    line-height: 1.2;             /* Добавено: по-малко разстояние между редовете */
}

/* 2. TORENT ЛИСТ - по-ниски клетки */
tr.odd td,
tr.even td {
    border-right: 1px solid #e9ecef !important;
    border-bottom: 1px solid #dee2e6 !important;
    padding: 3px 6px !important;  /* Променено: 3px 6px */
    line-height: 24px !important;
    vertical-align: middle;
    font-size: 12px;
}

/* 3. TOP10 - по-ниски клетки (САМО данни) */
table[width="100%"][border="1"][cellpadding="5"] table.main tr:not(:first-child) td {
    border-right: 1px solid #e9ecef !important;
    border-bottom: 1px solid #dee2e6 !important;
    padding: 4px 8px !important;  /* Променено: 4px 8px */
    line-height: 28px !important;
    vertical-align: middle;
}

/* Правила за последна колона/ред (САМО за данни) */
table[width="100%"][align="center"][cellpadding="3"] tr:not(:first-child) td:last-child {
    border-right: none !important;
}

tr.odd td:last-child,
tr.even td:last-child {
    border-right: none !important;
}

table[width="100%"][border="1"][cellpadding="5"] table.main tr:not(:first-child) td:last-child {
    border-right: none !important;
}

/* Последен ред без долна граница (САМО за данни) */
table[width="100%"][align="center"][cellpadding="3"] tr:last-child:not(:first-child) td {
    border-bottom: none !important;
}

tr.odd:last-child td,
tr.even:last-child td {
    border-bottom: none !important;
}

table[width="100%"][border="1"][cellpadding="5"] table.main tr:last-child:not(:first-child) td {
    border-bottom: none !important;
}

/* Мобилни – центрираме менюто */
#menu {
    text-align: center;
}

ul.TSSEMenu {
    display: inline-block;
    margin: 0 auto;
}

ul.TSSEMenu li {
    float: left;
}

@media (max-width: 768px) {

    #menu .search {
        float: none !important;
        margin: 10px auto 0 auto !important;
        text-align: center !important;
        width: 100%;
    }

    ul.TSSEMenu {
        float: none !important;
        display: inline-block !important;
        margin: 0 auto !important;
    }

    #menu {
        text-align: center !important;

        /* Държи менюто стабилно на мобилни */
        min-height: 55px;
        position: relative;
        z-index: 9999;
    }
}

@media (max-width: 768px) {
    #menu .content {
        position: static !important;
    }
}

/* ФИКС: спира рязането на логото, менюто и футъра на мобилни */
@media (max-width: 768px) {
    .wrapper,
    .header,
    #header,
    .top,
    .topbar {
        width: 100% !important;
        max-width: 100% !important;
        overflow: visible !important;
    }
}

/* ФИКС: вътрешният wrapper на carousel-а */
@media (max-width: 768px) {
    .infiniteCarousel .wrapper {
        width: 100% !important;
        margin: 0 !important;
        position: static !important;
        overflow: visible !important;
        top: auto !important;
    }
}

/* ФИКС: външният контейнер на carousel-а (890px → чупи всичко) */
@media (max-width: 768px) {
    .infiniteCarousel {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
        position: static !important;
        overflow: visible !important;
    }
}

@media (max-width: 768px) {
    #wrapper {
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
    }
}

@media (max-width: 768px) {
    #header,
    .header {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 auto !important;
        padding: 0 !important;
        float: none !important;
        position: static !important;
    }
}

#toTop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #333;
    color: #fff;
    padding: 6px 8px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
    display: none;
    opacity: 0.8;
    transition: opacity 0.2s;
    z-index: 9999;
}

#toTop:hover {
    opacity: 1;
}

.fb-shoutbox-shout-msg {
    display: flex !important;
    align-items: flex-start;
    gap: 8px;
    padding: 6px 0;
}

.fb-shoutbox-info {
    float: none !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 32px;
}

.fb-shoutbox-info img {
    width: 24px !important;
    height: 24px !important;
    object-fit: cover;
}

.fb-shoutbox-shout-msg > div:last-child {
    flex: 1;
}

/* Подравняваме целия ред */
.shoutbox {
    display: flex !important;
    align-items: center !important;
    gap: 8px;
    padding: 6px 0;
}

/* Лявата част: час + аватар + име */
.shout-left {
    display: flex !important;
    align-items: center !important;
    gap: 6px;
    font-size: 11px !important;
}

/* Аватарът */
.shout-left img {
    width: 24px !important;
    height: 24px !important;
    object-fit: cover;
}

/* Дясната част: съобщението */
.shout-text {
    flex: 1 !important;
    font-size: 11px !important;
    display: flex !important;
    align-items: center !important;
}

.eq {
    display: flex;
    gap: 4px;
    height: 22px;
    align-items: flex-end;
}

.eq {
    display: flex;
    gap: 4px;
    height: 26px;
    align-items: flex-end;
}

.eq div {
    width: 5px;
    border-radius: 2px;
    box-shadow: 0 0 8px currentColor, 0 0 15px currentColor;
}

/* Неонови цветове + различни анимации */
.eq div:nth-child(1) {
    color:#ff007f; background:#ff007f;
    animation: eq1 0.5s infinite ease-in-out;
}
.eq div:nth-child(2) {
    color:#ff4d00; background:#ff4d00;
    animation: eq2 0.7s infinite ease-in-out;
}
.eq div:nth-child(3) {
    color:#ffe600; background:#ffe600;
    animation: eq3 0.45s infinite ease-in-out;
}
.eq div:nth-child(4) {
    color:#00ff6a; background:#00ff6a;
    animation: eq4 0.65s infinite ease-in-out;
}
.eq div:nth-child(5) {
    color:#00c3ff; background:#00c3ff;
    animation: eq5 0.55s infinite ease-in-out;
}

/* Различни движения за всяка колона */
@keyframes eq1 {
    0% {height:4px;} 50% {height:26px;} 100% {height:10px;}
}
@keyframes eq2 {
    0% {height:8px;} 50% {height:20px;} 100% {height:6px;}
}
@keyframes eq3 {
    0% {height:6px;} 50% {height:26px;} 100% {height:4px;}
}
@keyframes eq4 {
    0% {height:10px;} 50% {height:18px;} 100% {height:6px;}
}
@keyframes eq5 {
    0% {height:5px;} 50% {height:26px;} 100% {height:8px;}
}

.radio-btn {
    padding: 10px 18px;
    font-size: 14px;
    font-weight: bold;
    color: white;
    background: linear-gradient(45deg, #ff007f, #ff4d00, #ffe600, #00ff6a, #00c3ff);
    background-size: 300%;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    animation: gradientMove 4s infinite alternate;
    box-shadow: 0 0 8px rgba(0,0,0,0.2);
    transition: 0.2s ease;
}

.radio-btn:hover {
    transform: scale(1.05);
    box-shadow: 0 0 14px rgba(0,0,0,0.3);
}

@keyframes gradientMove {
    0% { background-position: 0%; }
    100% { background-position: 100%; }
}

tr .imdb-stars svg {
    width: 12px;
    height: 12px;
}

.imdb_block {
    position: relative;
    background-image: var(--bg);
    background-size: cover;
    background-position: center;
    border-radius: 5px;
    padding: 20px;
    color: white;
}

/* overlay за четимост */
.imdb_block::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.55);
    backdrop-filter: blur(1px);
    border-radius: inherit;
}

.imdb_block * {
    position: relative;
    z-index: 2;
}

.imdb_text {
    min-height: 220px; /* може да го увеличиш или намалиш */
    padding-bottom: 10px;
}

.rated_badge {
    padding: 1px 6px;
    border-radius: 3px;
    font-weight: bold;
    font-size: 12px;
    display: inline-block;
}

/* G / PG / PG-13 */
.rated_G,
.rated_PG,
.rated_PG-13 {
    background: #6aff6a;
    color: #000;
}

/* R */
.rated_R {
    background: #ffb347;
    color: #000;
}

/* NC-17 / TV-MA */
.rated_NC-17,
.rated_TV-MA {
    background: #ff4c4c;
    color: #fff;
}

/* TV-14 / TV-PG / TV-G */
.rated_TV-14,
.rated_TV-PG,
.rated_TV-G {
    background: #6aaaff;
    color: #000;
}

/* fallback */
.rated_Unrated,
.rated_NotRated {
    background: #ccc;
    color: #000;
}

/* Контейнерът за всички кутийки */
.index-torrents.div-table.users {
    width: 100%;
    box-sizing: border-box;
    background: #FFFFFF;
    border-left: 1px solid #D3D3D3;
    border-top: 1px solid #D3D3D3;
    overflow: hidden; /* важно за float-овете */
}

/* Една кутийка (постер + заглавие) */
.index-torrents.div-table.users .div-cell {
    font-size: 12px;
    font-family: Tahoma, Verdana, Segoe, Helvetica, sans-serif;
    line-height: 18px;
    color: #333333;

    width: 20%;          /* 5 кутийки в ред */
    float: left;         /* подреждане като при Bitru */
    box-sizing: border-box;

    border-right: 1px solid #D3D3D3;
    border-bottom: 1px solid #D3D3D3;

    background: white;
    text-align: center;

    padding: 10px 10px 5px 10px; /* точно като Bitru */
}

/* Постерът вътре */
.index-torrents.div-table.users .div-cell img {
    width: 127px;
    height: 166px;
    display: block;
    margin: 0 auto;
}

/* Заглавието */
.index-torrents.div-table.users .ellips {
    display: block;
    margin-top: 5px;
    font-size: 12px;
    line-height: 16px;
    color: #333333;
    height: 32px;        /* 2 реда текст */
    overflow: hidden;
    text-align: center;
}