@charset "utf-8";
/* CSS Document */

.news {
    width: 490px;
    position: relative;
    z-index: 1;
}

.news-topic td:first-child, .download-title {
    display: block;
    width: 100%;
    background: url(images/news-topic.png) center no-repeat;
    height: 70px;
    text-align: center;

    box-sizing: border-box;
    padding: 32px 0 0;
}

.news-topic td:first-child span, .download-title span {
    font-family: 'Roboto Slab', serif;
    font-weight: 500;
    font-size: 1.33rem;
    text-transform: uppercase;
    line-height: 0;

    background: linear-gradient(
        rgb(255, 255, 232) 0%, rgb(255, 255, 232) 34.375%, rgb(255, 243, 203) 34.385%, rgb(255, 243, 203) 39.0625%,
        rgb(255, 229, 189) 39.0725%, rgb(255, 229, 189) 43.75%, rgb(255, 221, 182) 43.76%, rgb(255, 221, 182) 48.4375%,
        rgb(225, 196, 157) 48.4475%, rgb(225, 196, 157) 53.125%, rgb(198, 171, 133) 53.135%, rgb(198, 171, 133) 57.8125%,
        rgb(190, 160, 126) 57.8225%, rgb(190, 160, 126) 62.5%, rgb(182, 150, 116) 62.51%, rgb(182, 150, 116) 67.1875%,
        rgb(160, 129, 99) 67.1975%, rgb(160, 129, 99) 71.875%, rgb(148, 118, 91) 71.885%, rgb(148, 118, 91) 76.5625%,
        rgb(153, 121, 91) 76.5725%, rgb(153, 121, 91) 100%
    );
    filter: drop-shadow(0 0 2px #000) drop-shadow(0 0 2px #000);

    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
}

.news-topic td:last-child {
    font-weight: normal !important;
    position: absolute;
    bottom: 13px;
    left: 0;
    right: 104px;
    text-align: right;
    color: #feeec8;
    text-shadow: 0 0 3px #000, 0 0 3px #000, 0 0 3px #000;
    text-transform: uppercase;
}

.news-content-border, .download-content {
    padding: 0 3px;
    margin: -9px 0 -9px;
    letter-spacing: 0.037rem;
    line-height: 22px;
    text-shadow: 0 0 8px #000;
    text-align: center;
}

.news-footer b {
    display: none;
}

.news-footer span::before {
    content: 'Dodane przez: ';
    color: #feeec8;
    text-shadow: 0 0 3px #000, 0 0 3px #000, 0 0 3px #000;
}

.news-footer span {
    font-weight: normal !important;
    position: absolute;
    bottom: 13px;
    right: 0;
    left: 107px;
    color: #d2ab71;
    text-transform: uppercase;
    text-shadow: 0 0 3px #000, 0 0 3px #000, 0 0 3px #000;
}

.news-footer, .download-footer {
    background: url(images/news-footer.png) center 0 no-repeat;
    height: 60px;
}

.pagination_active {
    display: block;
    background: url(images/page.png);
    width: 76px;
    height: 45px;
    line-height: 42px;
}

.pagination-container-wrapper {
    display: flex;
    justify-content: center;
    padding: 14px 0 0;
}

.pagination-container {
    position: relative;
    display: flex;
    justify-content: center;
    width: 167px;
}

.pagination_page, .pagination_first, .pagination_last {
    display: none;
}

.pagination-container::before, .pagination-container::after {
    content: '';
    z-index: 1;
}

.pagination_prev, .pagination_next {
    z-index: 2;
    color: transparent;
    user-select: none;
}

.pagination_prev, .pagination_next, .pagination-container::before, .pagination-container::after {
    display: block;
    width: 51px;
    height: 49px;
    position: absolute;
    bottom: -4px;
}

.pagination_next, .pagination-container::before {
    background: url(images/arrows.png) -52px 0;
    right: 0;
}

.pagination_prev, .pagination-container::after {
    background: url(images/arrows.png) 0 0;
    left: 0;
}

.pagination_prev:hover, .pagination_next:hover {
    background-position-y: -50px;
    color: transparent;
}

.pagination_prev:active, .pagination_next:active {
    background-position-y: -100px;
    color: transparent;
}

h1 {
    margin-left: 6px;
}

h3 {
    margin-left: 36px;
    line-height: 34px;
}

.hint {
    font-size: 10px;
    color: #8b8b8b;
    text-align: left;
    vertical-align: top;
    font-variant: normal !important;
    padding-bottom: 12px;
    padding-left: 10px;
}

.change, #page a.change {
    font-size: 10px;
    color: #8b8b8b !important;
    text-align: right;
    font-variant: normal !important;
    vertical-align: top;
    padding-bottom: 12px;
}

.table-data {
    width: 100%;
    padding: 0;
    border-spacing: 0;
}

.table-data tr:first-child td {
    border: none;
}

.table-data td {
    line-height: 32px;
    border-top: 1px solid #52493e;
    padding-left: 10px;
    text-align: left;
    font-size: 0.9em;
}

.table-data td img {
    vertical-align: text-bottom;
}

.table-top td{
    background: linear-gradient(to bottom, #52493e00, #52493e7F, #52493eFF);
    vertical-align: middle;
    text-align: left;
    height: 40px;
    padding: 0 5px;
    border-right: 1px solid #52493e;
    color: #FFF;
    font-weight: bold;
    font-size: 0.9em;
}

.table-top td:last-child {
    border-right: none;
}

.info-table-padding td{
    padding-top: 1px;
    padding-bottom: 24px;
    padding-left: 10px;
    border-top: 1px solid #52493e;
    text-align: left;
    vertical-align: top;
    font-size: 0.9em;
}

.info-table-nopadding td{
    padding-top: 1px;
    padding-bottom: 0;
    padding-left: 10px;
    border-top: 1px solid #52493e;
    text-align: left;
    font-size: 0.9em;
}

.tableform-padding td{
    padding-top: 1px;
    padding-bottom: 24px;
    padding-left: 10px;
    border-top: 1px solid #52493e;
    text-align: left;
    font-size: 0.9em;
}

.tableform-nopadding td:last-child, .tableform-padding td:last-child {
    text-align: right;
}

.tableform-padding tr:last-child td, .tableform-nopadding tr:last-child td{
    border-top: none;
}

.tableform-nopadding td{
    padding-top: 1px;
    padding-bottom: 0;
    padding-left: 10px;
    border-top: 1px solid #52493e;
    text-align: left;
    font-size: 0.9em;
}

.error {
    margin: 10px 10px;
    padding: 10px 20px;
    background-color: #f5a298;
    border: 1px solid #C30;
    color: #C30;
    text-shadow: none;
}

.info {
    margin: 10px 10px;
    padding: 10px 20px;
    border: 1px solid #00446b;
    color: #00446b;
    background-color: #bde7ff;
    text-shadow: none;
}

.info a, .error a {
    color: inherit;
    text-decoration: underline dotted;
}

.highlight {
    color: #ffe6b9;
    text-shadow: 0 0 3px #ffb500;
    font-weight: bold;
}

.info .highlight {
    text-shadow: 0 0 2px #000, 0 0 2px #000, 0 0 2px #000, 0 0 2px #000;
}

#shop-groups {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#shop-groups::after {
    content: ' ';
    height: 0;
    width: 176px;
    margin: 5px 2px;
    border: 1px solid transparent;
}

#shop-groups .group {
    position: relative;
    width: 176px;
    height: 152px;
    border: 1px solid #52493e;
    border-radius: 3px;
    margin: 5px 2px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: border-color 0.5s, box-shadow 0.5s, text-shadow 0.5s, background-color 0.5s;
    font-family: Arial, Helvetica, sans-serif;
    overflow: hidden;
    text-decoration: none;
}

#shop-groups .group:hover {
    text-shadow: 0 0 25px #feeec8;
    border: 1px solid #feeec8;
    box-shadow: inset 0 0 10px #feeec8;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 3px;
}

#shop-groups .group .group-image {
    width: 100px;
    height: 60px;
    background: no-repeat center center;
    background-size: contain;
    transition: transform 0.35s, opacity 0.35s;
    transform: scale(0.9);
    filter: drop-shadow(0 0 10px #000);
    position: relative;
}

#shop-groups .group .group-image:after {
    content: '';
    display: block;
    position: relative;
    width: 100px;
    height: 60px;
    background: inherit;
    background-size: contain;
    transition: transform 0.2s, opacity 0.2s;
}

#shop-groups .group:hover .group-image:after {
    transform: scale(5);
    opacity: 0;
}

#shop-groups .group .group-image:before {
    content: '';
    display: block;
    position: absolute;
    left: -101px;
    top: -101px;
    right: -101px;
    bottom: -119px;
    background: inherit;
    background-size: 15%;
    background-repeat: repeat;
    transition: opacity 0.4s, transform 0.4s;
    animation: shop-group-animation 60s linear 2s infinite;
    opacity: 0;
    z-index: -1;
    transform: rotate(-25deg);
    filter: saturate(50%);
    box-shadow: inset 0 0 50px 50px #000;
}

@keyframes shop-group-animation {
    0% {background-position: 0 0}
    100% {background-position: 0 3000%}
}

#shop-groups .group:hover .group-image:before {
    opacity: 0.25;
    transform: scale(0.85) rotate(-25deg);
}

#shop-groups .group:hover .group-image {
    transform: scale(1.05);
}

#shop-groups .group:hover .group-name {
    color: #feeec8;
}

#shop-groups .group .group-name {
    font-size: 1em;
    color: #FFF;
    text-align: center;
    z-index: 0;
    transition: color 0.2s;
}

.payment-method {
    margin-top: 4px;
    display: flex;
    text-decoration: none;
    box-shadow: inset 0 0 50px rgba(0, 0, 0, 0.6);
}

a.payment-method:hover {
    text-decoration: none;
}

.payment-method:after {
    content: ' ';
    display: table;
    clear: both;
}

.payment-method .icon {
    min-width: 215px;
    height: 119px;
}

.payment-method .description {
    padding: 8px;
    text-align: justify;
}

.group-container {
    margin: 10px auto 0;
}

.shop-back-button-container .button {
    margin: 10px auto 0 auto;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    display: block;
}

.shop-table tr.info-table-nopadding td:first-child {
    padding: 0;
    text-align: center;
}

.shop-table tr.info-table-nopadding tr td {
    border: none;
}

.shop-table .button b.highlight {
    text-shadow: inherit;
    color: inherit;
}

.buttons-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.buttons-grid a.button {
    width: 182px;
    margin: 4px 0 0;
}

.buttons-grid::after {
    content: '';
    display: block;
    width: 182px;
    margin: 4px 0 0;
}

.download-content {
    padding: 12px 3px;
}

#page .download-title div {
    top: 0;
    position: absolute;
    font-size: 0.8em;
    text-shadow: none;
    opacity: 0.85;
    text-decoration: none;
    right: 128px !important;
}

#page .download-title div a {
    text-decoration: none;
}

.download-container {
    position: relative;
    margin-bottom: 37px;
}

.download-content a {
    width: 100%;
    display: block;
    text-decoration: none;
}

.download-footer {
    display: flex;
    box-sizing: border-box;
    text-transform: uppercase;
    padding: 31px 0 0;
    justify-content: center;
}

.download-footer div {
    margin: 0 30px;
}

.download-footer div:empty {
    display: none;
}

#addfile .download-footer, form[name="downloadeditform"] .download-footer {
    position: relative;
    pointer-events: auto;
    top: auto;
    right: auto;
    text-align: center;
    margin: 0 auto;
    display: block;
}

#addfile .download-footer input, form[name="downloadeditform"] .download-footer input {
    margin: 0 auto;
    display: block;
    width: 200px;
}

.gallery_entry {
    float: left;
    margin: 8px 6px;
    width: 174px;
}

.gallery_image {
    border: 1px solid #52493e;
    margin: 0 auto;
    width: 100%;
    height: 131px;
    border-radius: 3px;
}

.gallery_name {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.gallery_author {
    overflow: hidden;
    width: 100%;
}

.gallery_rating {
    float: left;
    overflow: hidden;
    vertical-align: middle;
}

.gallery_vote_inc {
    float: left;
    background: url(images/inc.png) no-repeat right;
    padding-right: 20px;
    text-align: left;
    height: 16px;
    vertical-align: middle;
    color: #090;
}

.gallery_vote_dec {
    float: left;
    background: url(images/dec.png) no-repeat right;
    padding-right: 20px;
    padding-left: 5px;
    text-align: left;
    height: 16px;
    vertical-align: middle;
    color: #F00;
}

.gallery_hide {
    float: right;
    color: #F00;
}

.gallery_entry a {
    float: right;
    margin-left: 10px;
}

.gallery_entry a:nth-child(2){
    float: none;
    margin: 0;
}

.support-message {
    position: relative;
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    background: rgba(0, 0, 0, 0.4);
    padding: 8px;
    border-radius: 4px;
    overflow: hidden;
    border-bottom: 1px solid #52493e;
}

.support-message-content {
    width: 100%;
    padding: 5px 0;
}

.support-message-edit {
    margin-left: auto;
}

.support-message-owner {
    border-bottom: none;
}

.support-message-owner::before {
    content: '';
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: -5px;
    box-shadow: 0 0 25px 0 #c29d69;
    height: 5px;
}

.support-message-author, .support-message-time {
    opacity: 0.75;
}

.support-message:last-of-type {
    margin-bottom: 27px;
}

.g-recaptcha div {
    margin: 0 auto;
}

table.admin {
    width: 100%;
}

.button.admin {
    display: block;
}

.table-popup-container-button {
    background: linear-gradient(to left, #1e1a16, transparent) !important;
}

#g-limited-offer {
    box-shadow: none !important;
    background-color: transparent !important;
    min-height: 428px;
    max-height: 548px;
    transform: translateX(-282px) !important;
    filter: drop-shadow(0 0 50px #000) drop-shadow(0 0 50px #000);
}

#g-limited-offer .news-content {
    padding: 25px 20px 60px !important;
}

#g-limited-offer .news-content-border {
    margin-bottom: 10px !important;
}

#g-limited-offer .news-topic td:first-child {
    background: transparent !important;
}

#g-limited-offer > table {
    z-index: 3;
    margin: -11px auto !important;
}

#g-limited-offer .news-footer {
    display: none;
}

#g-limited-offer .news-topic {
    text-align: center;
}

#g-limited-offer .news-content {
    padding: 50px 20px 25px;
}

#g-limited-offer .news-content-border::-webkit-scrollbar {
    width: 16px;
    background-color: #4c3e2e;
}

#g-limited-offer .news-content-border::-webkit-scrollbar-thumb {
    background: #feeec8;
}