/* Systém */
input[type=text],
input[type=password],
input[type=submit],
input[type=button],
input[type=reset],
button,
select {
    padding: 3px;
}

.posts-form-buttons .bbcode-button {
    display: inline-block;
    width: 16px;
    height: 16px;
    padding: 3px 4px;
    background: url(../images/bbcode/button-body.png) left top no-repeat;
}

.post-postlink {
    float: right;
    position: relative;
    right: 5px;
    font-size: 9px;
    color: #9A9A9A !important;
    text-decoration: none;
}

.article-perex-image {
    width: 26%;
    float: right;
    margin-left: 1%;
    margin-bottom: 1%;
}

.list-perex-image {
    width: 26%;
    float: left;
    margin-right: 1%;
    margin-bottom: 1%;
}

.topic-table {
    background-color: #FAFAFA;
    border-collapse: collapse;
}

.topic-table td {
    padding: 5px;
    border: 1px solid #ededed;
}

.topic-hl,
.topic-table thead td {
    background-color: #000000;
}

.topic-icon-cell {
    width: 41px;
    padding-right: 0 !important;
    border-right: none !important;
}

.topic-main-cell {
    width: 50%;
    border-left: none !important;
    white-space: nowrap;
}

.topic-pages {
    margin-left: 0.5em;
}

.topic-pages a {
    display: inline-block;
    padding: 0 4px;
    margin: 0 2px;
    text-decoration: none;
}

.bbcode-img {
    max-width: 400px;
    max-height: 800px;
}

.topic-avatar {
    max-width: 64px;
    float: left;
    margin: 4px 12px 8px 0;
}


.list-info {
    list-style: none;
    margin: 10px 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 0.9rem;
    color: #ffffff;
}

.list-info li {
    display: flex;
    align-items: center;
}

.list-info li:not(:last-child)::after {
    content: "•";
    margin: 0 10px;
    font-weight: bold;
}

.list-info strong {
    margin-right: 5px;
}

.list-info .icon {
    margin-right: 5px;
    vertical-align: middle;
}

.list-info a {
    text-decoration: none;
}

.list-info a:hover {
    text-decoration: underline;
}





.social-links {
  display: flex;
  gap: 20px;
  align-items: center;
  padding: 20px;
  /* Pozadí zde uvádím jen pro test, klidně ho smaž */
  background-color: #001529; 
}

.social-icon svg {
  width: 32px;
  height: 32px;
  /* Základní barva pro tmavé pozadí (světle šedá/bílá) */
  fill: #e0e0e0; 
  transition: all 0.3s ease;
  /* Jemná záře, aby ikony na tmavém lépe seděly */
  filter: drop-shadow(0 2px 4px rgba(0,0,0,0.3));
}

/* Efekty při najetí myší - barvy jsou upraveny, aby byly na tmavém jasnější */
.social-icon.facebook:hover svg { 
  fill: #4da3ff; /* Světlejší modrá pro lepší kontrast */
}

.social-icon.x-twitter:hover svg { 
  fill: #ffffff; 
}

.social-icon.steam:hover svg { 
  fill: #66c0f4; /* Steam modrá, která svítí na tmavém */
}

.social-icon:hover svg {
  transform: translateY(-3px); /* Ikona lehce poskočí nahoru */
  filter: drop-shadow(0 5px 15px rgba(255,255,255,0.1));
}






.img-responsive {
    max-width: 100%;
    height: auto;
    display: block;
}







/* tagy */
img {
    border: none;
}

td {
    padding: 1px;
}

form {
    padding: 0;
    margin: 0;
}

fieldset {
    margin-bottom: 10px;
    padding: 8px;
}

legend {
    font-weight: bold;
    padding: 0 5px;
}

input,
textarea {
    font-size: 13px;
    font-family: inherit;
}

/* menu */
.menu {}

.menu a {}

.menu .act {}

/* boxy */
.box-title {}

.box-item {}

.searchform {
    padding-bottom: 10px;
}

.searchform input.q {
    width: 90px;
}

/* vypis */
.list-title {
    margin: 15px 0 3px 0 !important;
    padding: 0 !important;
}

.list-title a {
    font-size: 15px;
}

.list-perex {
    padding: 0 !important;
    margin: 0 0 3px 0 !important;
}

.list-info {
    color: #808080;
    padding: 4px 0 15px 0 !important;
    clear: both;
}

.list-info span {
    font-weight: bold;
}

.list-info a {
    text-decoration: none;
    color: #ffffff;
}

/* clanek */
.article-navigation {
    border-bottom: 1px solid #333333;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.article-perex {
    color: #ffffff;
}

.article-info {
    width: 590px;
    color: #ffffff;
    padding: 20px 30px 10px 0;
}

.article-info td {
    padding: 10px;
    line-height: 24px;
}

.article-info a {
    color: #808080;
    text-decoration: none;
}

.ratetable {
    border: 1px solid #333333;
    padding: 5px;
}

.ratetable td {
    padding: 0 2px;
    text-align: center;
    vertical-align: top;
}

.ratetable tr.r1 * {
    font-weight: bold;
}

/* anketa a shoutbox */
.poll,
.sbox {
    width: 100%;
    border: 1px solid #333333;
    background-color: #001526;
}

.poll-content,
.sbox-content {
    padding: 5px;
}

.poll-question,
.sbox-title {
    text-align: center;
    padding-bottom: 5px;
}

/* individualni pro anketu */
.poll-answer {
    border-top: 1px solid #333333;
    padding: 6px 0 5px 0;
}

.poll-answer input {
    padding: 0;
    margin: 0;
}

.poll-answer .votebutton {
    margin: 3px 4px 2px 0 !important;
}

.poll-answer div {
    background-image: url("../images/system/votebar.gif");
    background-repeat: repeat-x;
    height: 11px;
    margin: 6px 2px 4px 0;
}

.poll-question div {
    color: #a4a4a4;
    font-size: 9px;
}

/* individualni pro shoutbox */
.sbox-item {
    border-top: 1px solid #333333;
    padding: 10px 0 10px 0;
}

.sbox-input {
    width: 90%;
}

.sbox-posts {
    height: 350px;
    overflow: auto;
}

.sbox form,
.sbox table {
    margin: 0;
    padding: 0;
}

.sbox table {
    border-collapse: collapse;
    width: 90%;
}

.sbox table td.rpad {
    width: 44px;
}

/* prispevky / komentare */
.posts-comments,
.posts-book {
    border-top: 1px solid #333333;
}

.posts-comments {
    margin-top: 32px;
    padding-top: 5px;
}

.posts-book {
    padding-top: 12px;
}

.post-body {
    padding: 4px 0 8px 0;
    border-bottom: 1px solid #eaeaea;
    margin: 0;
}

.post-body-withavatar {
    padding-left: 60px;
    min-height: 67px;
}

.post-body-withavatar img.avatar {
    float: left;
    max-width: 50px;
    margin-left: -60px;
    border: 1px solid #EDEDED;
}

.post-body-withavatar .post-body-text {
    border-left: 1px solid #dcdcdc;
    padding-left: 6px;
    min-height: 67px;
}

.post-body-text {
    line-height: 150%;
}

.posts h2 {
    margin-bottom: 10px;
}

.posts-form {
    padding-bottom: 10px;
}

.posts-form-buttons {
    padding-left: 16px;
}

.posts-form-buttons img {
    vertical-align: middle;
}

.post-form-emojis {
    display: block;
    margin-top: 4px;
}

.post-form-emojis .emoji-button {
    display: inline-block;
    padding: 2px;
    cursor: pointer;
    text-decoration: none;
}

.post-form-emojis .emoji-button img {
    vertical-align: middle;
}

.post-head {
    margin-top: 20px;
}

.post-author {
    font-weight: bold;
    text-decoration: none;
}

.post-author-guest {
    font-weight: bold;
    color: #648C16;
}

.post-subject {
    font-weight: bold;
}

.post-info {
    color: #808080;
}

.post-actions a {
    font-size: 10px;
    text-decoration: none;
    padding-left: 4px;
}

.post-smiley {
    vertical-align: middle;
}

.post-answer {
    margin-left: 20px;
    padding-left: 7px;
    border-left: 3px solid #eaeaea;
}

.post-answer .post-body {
    border-bottom: 0;
    padding-bottom: 4px;
}

.post-answer .post-body-withavatar .post-body-text {
    border-left: none;
    padding-left: 3px;
}

.post-answer .post-info {
    font-size: 10px;
}

.post-answer .post-head {
    margin-top: 15px;
}

/* galerie */
.gallery td {
    overflow: hidden;
}

.gallery img {
    margin: 3px;
    border: 1px solid #333333;
}

/* vzkazy */
.messages-menu a {
    padding: 0 6px;
    text-decoration: none;
    border-right: 1px solid #333333;
}

.messages-menu a.active {
    font-weight: bold;
}

.messages-table {
    width: 590px;
    border: 1px solid #333333;
}

.messages-table td {
    padding: 5px 15px;
}

.messages-table a {
    text-decoration: none;
}

.messages-table a.notreaded {
    font-weight: bold;
}

/* tabulky (vypis uzivatelu, seznam temat fora) */
.widetable,
.widetable2,
.topic-table {
    width: 550px;
    background: #001526;
}

.widetable {
    border: 1px solid #012542;
}

.widetable td {
    width: 50%;
    padding: 6px 15px;
}

.widetable2 td {
    padding: 6px 10px;
}

/* profil */
.profiletable td {
    padding: 3px 10px;
}

.profiletable .avatartd {
    padding: 5px;
}

.profiletable .note {
    padding: 0 5px 5px 0;
    width: 375px;
    overflow: auto;
}

.profiletable .posts-form-buttons {
    padding-left: 0;
}

.avatar {
    width: 96px;
    border: 1px solid #000000;
    overflow: hidden;
}

/* formulare */
.areasmall {
    width: 370px;
    height: 100px;
}

.areamedium {
    width: 468px;
    height: 150px;
}

.inputsmall {
    width: 177px;
}

.inputmedium {
    width: 370px;
}

.inputc {
    width: 160px;
    height: 46px;
    font-family: monospace;
    font-size: 40px;
    text-transform: uppercase;
}

/* strankovani*/
.paging {
    padding: 6px 0 3px 1px;
}

.paging span a {
    padding: 0 2px;
    text-decoration: none;
}

.paging a.act {
    text-decoration: underline;
}

/* systemove zpravy */
.message1,
.message2,
.message3 {
    margin: 5px 0 20px 0;
    padding: 11px 5px 13px 48px;
    font-weight: bold;
    background-color: #00a300;
    background-position: 5px 5px;
    background-repeat: no-repeat;
    border: 1px solid #e1e1e1;
}

.message1 ul,
.message2 ul,
.message3 ul {
    margin: 0;
    padding: 5px 0 0 15px;
}

.message1 {
    background-image: url("../images/icons/info.png");
}

.message2 {
    background-image: url("../images/icons/warning.png");
}

.message3 {
    background-image: url("../images/icons/error.png");
}

/* horizontalni cara */
.hr {
    height: 10px;
    background-image: url("../images/system/hr.gif");
    background-position: left center;
    background-repeat: repeat-x;
}

.hr hr {
    display: none;
}

/* ruzne */
.pre {
    font-family: monospace;
    white-space: nowrap;
    display: block;
}

.bborder {
    padding-bottom: 8px;
    margin-bottom: 12px;
    border-bottom: 1px solid #333333;
}

.anchor {
    position: relative;
    top: -128px;
    height: 0px;
}

.backlink {
    display: block;
    font-weight: bold;
    padding-bottom: 15px;
}

.hint {
    color: #808080;
    font-size: 10px;
    padding: 0 4px;
}

.cimage {
    width: 160px;
    height: 46px;
    vertical-align: top;
    margin-left: 5px;
    border: 1px solid #dcdcdc;
}

.exp {
    border-bottom: 1px dashed #808080;
    cursor: help;
}

.icon {
    vertical-align: middle;
    margin-top: -1px;
}

.right {
    float: right;
    margin: 1px 1px 5px 10px;
}

.left {
    float: left;
    margin: 1px 10px 5px 1px;
}

.wlimiter {
    width: 590px;
    overflow: auto;
}

.minip {
    padding: 0;
    margin: 0 0 4px 0;
}

.rpad {
    padding-right: 10px;
}

.lpad {
    padding-left: 10px;
}

.inline {
    display: inline;
}

.important {
    color: red;
}

.hidden {
    display: none;
}

.cleaner {
    clear: both;
}

.pad {
    padding: 10px;
}

tr.valign-top td {
    vertical-align: top;
}


/* tagy */
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    background: #001526;
    font: 1rem "Trebuchet MS", Arial, Helvetica, sans-serif;
    color: #ffffff;
}

a {
    color: #AAFF00;
}

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

html {
    font-size: 100%;
}

blockquote,
pre,
.pre {
    border: 1px solid #333333;
    border-left: 6px solid #AAFF00;
    padding: 5px;
    overflow: auto;
    width: 90%;
    line-height: 140%;
}

p,
pre,
blockquote,
table {
    margin: 5px 0 15px 0;
}

p,
pre,
blockquote,
table td,
ul li,
ol li {
    line-height: 170%;
}

ul,
ol {
    margin: 5px 0 15px 25px;
}

h2,
h3,
h4 {
    margin: 15px 0 5px 0;
    color: #AAFF00;
    font-weight: normal;
}

h1 {
    font-size: 200%;
    margin: 0 0 10px 0;
    color: #AAFF00;
    font-weight: normal;
}

h2 {
    font-size: 150%;
}

h3 {
    font-size: 125%;
}

h4 {
    font-size: 110%;
}

input,
textarea,
select {
    background-color: #000000;
    color: #ffffff;
    border: 1px solid #333333;
}

.container {
    width: 80%;
    margin: 0 auto;
}

/* Header */
#header {
    position: relative;
    height: 20vw;
    background: url(./images/header.jpg) top center;
    background-size: 100%;
}

#logo {
    padding: 0 0 0 30px;
}

#logo h1,
#logo p {
    float: left;
    color: #AAFF00;
}

#logo p {
    height: 88px;
    padding: 20px 90px 0 0;
    font-size: 4em;
}

/*
#logo p {
    margin: 0 0 0 -80px;
    padding: 55px 0 0 0;
    line-height: normal;
    letter-spacing: -1px;
    font-size: 1.2em;
    font-weight: bold;
}
    */

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

#logo img {
    vertical-align: middle;
    width: 60px;
    height: 60px;
}

/* Sociální sítě */
#social-network {
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 10px 10px 10px 10px;
}

/* Menu */
/*#menu {width: 80%; margin: 0 auto; background: #012542;}
#menu ul {margin: 0; padding: 0; list-style: none;}
#menu li {display: inline-block; text-transform: uppercase; background: url("./images/chevron.png") no-repeat center 100%; background-position: 50% 0%;}
#menu a {display: block; float: left; padding: 30px 15px 0 15px; text-decoration: none; font-family: Arial, Helvetica, sans-serif; font-size: 1em; font-weight: bold; color: #FFFFFF;}*/

#menu {
    width: 80%;
    margin: 0 auto;
    background: #012542;
}

#menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

#menu li {
    text-transform: uppercase;
}

#menu a {
    background: url("./images/chevron.png") no-repeat center 100%;
    background-position: 50% 0%;
    display: block;
    padding: 30px 15px 10px 15px;
    text-decoration: none;
    font-family: Arial, sans-serif;
    font-weight: bold;
    color: #FFFFFF;
}

#menu a:hover,
#menu .act {
    background: url("./images/chevron1.png") no-repeat center 100%;
    background-position: 50% 0%;
    color: #FFFFFF;
}

/* Page */
#page {
    padding: 20px 0;
    display: flex;
    flex-direction: row;
    gap: 25px;
    min-width: 0;
}

#content {
    flex: 0 0 70%;
    flex-basis: calc(70% - 25px);
    min-width: 0;
    float: none;
}

/* Content */
/*#content {
    background: #001526;
    float: left;
    width: 100%;
    overflow: hidden;
}*/

#content-pad {
    opacity: 1.0;
    padding-right: 5px;
    padding-left: 5px;
}

#content h1 {
    opacity: 1.0;
}

#content p {
    opacity: 1.0;
    line-height: 140%;
}

#content h2 {
    opacity: 1.0;
}

#video td {
    vertical-align: top;
    line-height: normal;
}

#sidebar {
    flex: 0 0 30%;
    min-width: 0;
}

#sidebar p {
    line-height: 140%;
}

#sidebar ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#sidebar li {}

#sidebar li ul {
    padding: 0;
    line-height: 200%;
}

#sidebar li li {
    margin: 0;
    padding-left: 15px;
    background: url("../images/img07.gif") no-repeat 0 11px;
}

#sidebar h2 {
    width: 100%;
    height: 40px;
    padding: 5px 0 0 10px;
    background: #012542;
    letter-spacing: -1px;
    font-size: 1.6em;
    color: #FFFFFF;
}

/* Sidebar2 */
#sidebar2 {
    float: left;
    width: 100%;
    overflow: hidden;
    background: #001526;
}

#sidebar2 p {}

#sidebar2 ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#sidebar2 li {
    line-height: 140%;
}

#sidebar2 li ul {
    padding: 0;
    line-height: 200%;
}

#sidebar2 li li {
    margin: 0;
    padding-left: 15px;
    background: url("../images/img07.gif") no-repeat 0 11px;
}

#sidebar2 h2 {
    width: 100%;
    height: 30px;
    padding: 5px 0 0 10px;
    background: #012542;
    letter-spacing: -1px;
    font-size: 1.6em;
    color: #FFFFFF;
}

.footer {
    text-align: center;
}

.footer ul {
    justify-content: center;
}

.footer a {
    color: #AAFF00;
}










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

    /* Header */
    #header {
        width: 100%;
        height: 120px;
        background: url(./images/header-mini.jpg) top center;
    }

    #logo {
        padding: 0 0 0 0;
    }

    #logo img {
        width: 30px;
        height: 30px;
    }

    #logo h1,
    #logo p {
        float: left;
        color: #AAFF00;
    }

    #logo h1 {
        height: 18px;
        padding: 0 0 0 0;
        font-size: 2em;
    }

    #logo p {
        display: none;
    }

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

    #menu {
        width: 100%;
    }

    #menu ul {
        flex-direction: column;
        display: block;
    }

    #menu li {
        display: block !important;
        width: 100% !important;
        background: none !important;
    }

    #menu a {
        display: block !important;
        float: none !important;
        width: auto !important;
        padding: 15px 15px 15px 50px !important;
        font-size: 1.5rem !important;
        color: #FFFFFF !important;
        text-decoration: none !important;
        border-bottom: 1px solid #012542;

        background-image: url("./images/chevron.png") !important;
        background-repeat: no-repeat !important;
        background-position: 15px 50% !important;
        background-size: 20px auto !important;
    }

    #menu a:hover,
    #menu .act {
        background-color: #023660 !important;
        background-image: url("./images/chevron1.png") !important;
        background-position: 15px 50% !important;
    }

    #page {
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    #content {
        flex: 0 0 100%;
        width: 100%;
        max-width: 100%;
        float: none;
        padding: 0 20px 0 20px;
    }

    #sidebar {
        flex: 0 0 100%;
        width: 100%;
        max-width: 100%;
        float: none;
        padding: 20px;
    }

    /* Sidebar1 */
    #sidebar1 {
        float: left;
        width: 100%;
        overflow: hidden;
        background: #001526;
    }

    #sidebar1 p {
        line-height: 140%;
    }

    #sidebar1 ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    #sidebar1 li {}

    #sidebar1 li ul {
        padding: 0;
        line-height: 200%;
    }

    #sidebar1 li li {
        margin: 0;
        padding-left: 15px;
        background: url("../images/img07.gif") no-repeat 0 11px;
    }

    #sidebar1 h2 {
        width: 100%;
        height: 30px;
        padding: 5px 0 0 10px;
        background: #012542;
        letter-spacing: -1px;
        font-size: 1.6em;
        color: #FFFFFF;
    }

    /* Sidebar2 */
    #sidebar2 {
        float: left;
        width: 100%;
        overflow: hidden;
        background: #001526;
    }

    #sidebar2 p {}

    #sidebar2 ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    #sidebar2 li {
        line-height: 140%;
    }

    #sidebar2 li ul {
        padding: 0;
        line-height: 200%;
    }

    #sidebar2 li li {
        margin: 0;
        padding-left: 15px;
        background: url("../images/img07.gif") no-repeat 0 11px;
    }

    #sidebar2 h2 {
        width: 100%;
        height: 30px;
        padding: 5px 0 0 10px;
        background: #012542;
        letter-spacing: -1px;
        font-size: 1.6em;
        color: #FFFFFF;
    }

    /* Page */
    #page {
        width: 100%;
        margin: 0 auto;
        padding: 30px 0;
    }

    /* UserBox */
    #userbox {
        width: 100%;
        padding: 0;
    }

    /* Reklama */
    #reklama {
        display: none;
    }

    /* Reklama ďż˝lďż˝nek */
    #reklama-clanek {
        display: none;
    }

    /* Content */
    #content {
        background: #001526;
        float: left;
        width: 100%;
        overflow: hidden;
    }

    #content-pad {
        opacity: 1.0;
        padding-right: 5px;
        padding-left: 5px;
    }

    #content h1 {
        opacity: 1.0;
    }

    #content p {
        opacity: 1.0;
        line-height: 140%;
    }

    #content h2 {
        opacity: 1.0;
    }

    #video td {
        vertical-align: top;
        line-height: normal;
    }
}