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

.news {
    position: relative;
    padding: 0 0 27px;
}

.news-topic tr td:first-child {
    display: block;
    position: absolute;
    background: url(images/news-topic.png);
    width: 366px;
    height: 31px;
    top: 19px;
    left: 50%;
    transform: translateX(-50%);
    color: #cebb90;
    line-height: 31px;
    text-align: center;
    box-sizing: border-box;
    font-size: 1rem;
    letter-spacing: -0.04rem;
    text-shadow: 0 0 4px #000, 0 0 4px #000, 0 0 4px #000, 0 0 4px #000;
}

.news-content {
    padding: 58px 26px 20px;
    letter-spacing: -0.049rem;
    text-align: center;
    line-height: 1.69rem;
    text-shadow: 0 0 4px #000, 0 0 4px #000, 0 0 4px #000, 0 0 4px #000;
}

#page .news-footer {
    height: 32px;
    position: absolute;
    bottom: 46px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    pointer-events: none;
}

.news-footer b {
    display: none;
}

.news-footer span::before {
    content: 'Dodał: ';
}

.news-footer span {
    font-weight: normal !important;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    bottom: -49px;
    font-size: 0.9rem;
    color: #ada698;
    text-shadow: 0 0 4px #000, 0 0 4px #000, 0 0 4px #000, 0 0 4px #000;

}

.news-topic tr td:last-child {
    font-weight: normal !important;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    bottom: 19px;
    font-size: 0.9rem;
    color: #b8943e;
    text-transform: uppercase;
    text-shadow: 0 0 4px #000, 0 0 4px #000, 0 0 4px #000, 0 0 4px #000;
}

.pagination-container {
    display: flex;
    justify-content: center;
    padding: 0 0 18px;
    position: relative;
}

#page .pagination_active {
    display: block;
    background: url(images/page.png);
    width: 96px;
    height: 32px;
    line-height: 32px;
    color: inherit !important;
    text-shadow: none !important;
}

.pagination_prev, .pagination_next {
    position: absolute;
    display: block;
    background: url(images/page-arrow.png);
    height: 24px;
    width: 23px;
    color: transparent;
    font-size: 0;
    top: 3px;
    z-index: 2;
}

.pagination_prev {
    left: 197px;
}

.pagination_next {
    background-position-x: -24px;
    right: 197px;
}

.pagination_prev:hover, .pagination_next:hover {
    background-position-y: -25px;
}

.pagination_prev:active, .pagination_next:active {
    background-position-y: -50px;
}

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

.pagination-container::before, .pagination-container::after {
    content: '';
    display: block;
    position: absolute;
    background: url(images/page-arrow.png);
    height: 24px;
    width: 23px;
    color: transparent;
    font-size: 0;
    top: 3px;
    filter: saturate(0);
    z-index: 1;
}

.pagination-container::before {
    left: 197px;
}

.pagination-container::after {
    background-position-x: -24px;
    right: 197px;
}

h1 {
    padding-left: 20px;
    text-transform: uppercase;
    font-family: Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif", "Bitstream Vera Serif", "Liberation Serif", Georgia, serif;
    font-variant: lining-nums;
}

h3 {
    padding-left: 35px;
    line-height: 34px;
    text-transform: uppercase;
    font-family: Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif", "Bitstream Vera Serif", "Liberation Serif", Georgia, serif;
    font-variant: lining-nums;
}

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

.change, #page a.change {
    font-size: 10px;
    color: #666 !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 #343434;
    padding-left: 10px;
    text-align: left;
    font-size: 0.9em;
}

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

.table-top td {
    background: -moz-linear-gradient(top,  rgba(61, 50, 31,0) 0%, rgba(61, 50, 31,0.25) 50%, rgba(61, 50, 31,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(61, 50, 31,0)), color-stop(50%,rgba(61, 50, 31,0.25)), color-stop(100%,rgba(61, 50, 31,1)));
    background: -webkit-linear-gradient(top,  rgba(61, 50, 31,0) 0%,rgba(61, 50, 31,0.25) 50%,rgba(61, 50, 31,1) 100%);
    background: -o-linear-gradient(top,  rgba(61, 50, 31,0) 0%,rgba(61, 50, 31,0.25) 50%,rgba(61, 50, 31,1) 100%);
    background: -ms-linear-gradient(top,  rgba(61, 50, 31,0) 0%,rgba(61, 50, 31,0.25) 50%,rgba(61, 50, 31,1) 100%);
    background: linear-gradient(to bottom,  rgba(61, 50, 31,0) 0%,rgba(61, 50, 31,0.25) 50%,rgba(61, 50, 31,1) 100%);

    vertical-align: middle;
    text-align: left;
    height: 40px;
    padding: 0 5px;
    color: #FFF;
    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 #343434;
    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 #343434;
    text-align: left;
    font-size: 0.9em;
}

.tableform-padding td{
    padding-top: 1px;
    padding-bottom: 24px;
    padding-left: 10px;
    border-top: 1px solid #343434;
    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 #343434;
    text-align: left;
    font-size: 0.9em;
}

.error {
    margin: 10px 10px;
    padding: 10px 20px;
    background-color: #f5a298;
    border: 1px solid #C30;
    color: #C30;
    font-size: 0.9em;
}

.info {
    margin: 10px 10px;
    padding: 10px 20px;
    border: 1px solid #00446b;
    color: #00446b;
    background-color: #bde7ff;
    font-size: 0.9em;
}

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

.highlight {
    color: #fef0a5;
    text-shadow: 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 5px #f8f6c0;
    font-weight: bold;
}

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

#shop-groups::after {
    content: ' ';
    height: 0;
    width: 158px;
    margin: 3px 2px;
}

#shop-groups .group {
    position: relative;
    width: 156px;
    height: 145px;
    border: 1px solid #54492f;
    border-radius: 3px;
    margin: 3px 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 #ddbc7e;
    border: 1px solid #ddbc7e;
    box-shadow: inset 0 0 10px #ddbc7e;
    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: -71px;
    top: -81px;
    right: -71px;
    bottom: -99px;
    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: #FFF;
}

#shop-groups .group .group-name {
    font-size: 1em;
    color: #ddbc7e;
    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;
    line-height: 1.2rem;
}

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

.shop-back-button-container .button {
    margin: 10px 0 0 -7px;
    width: 502px;
    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: 164px;
    margin: 3px -5px;
}

.buttons-grid::after {
    content: '';
    display: block;
    width: 153px;
}

.download-container {
    position: relative;
    margin: 0 0 0 -7px;
    padding-top: 41px;
    display: flex;
    flex-direction: column;
}

.download-title {
    background: url(images/news-topic.png) 0 bottom no-repeat;
    width: 366px;
    height: 31px;
    box-sizing: border-box;
    margin: 0 auto 10px;
    color: #cebb90;
    line-height: 31px;
    text-align: center;
    font-size: 1rem;
    letter-spacing: -0.04rem;
    text-shadow: 0 0 4px #000, 0 0 4px #000, 0 0 4px #000, 0 0 4px #000;
}

#page .download-title div {
    right: 14px !important;
    top: -16px;
    text-shadow: 0 0 2px #000, 0 0 2px #000, 0 0 2px #000;
}

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

.download-content {
    padding: 11px 35px 53px;
    letter-spacing: -0.049rem;
    text-align: center;
    line-height: 1.69rem;
    text-shadow: 0 0 4px #000, 0 0 4px #000, 0 0 4px #000, 0 0 4px #000;
    position: relative;
    vertical-align: top;
    z-index: 2;
    flex: 1;
}

.download-footer {
    display: flex;
    justify-content: center;
    width: 100%;
    box-sizing: border-box;
    font-size: 0.7em;
    text-transform: uppercase;
    font-variant: small-caps;
    padding: 0 180px;
    color: #ada698;
    z-index: 2;
    bottom: 56px;
}

.download-footer > * {
    margin: 0 5px;
    white-space: nowrap;
}

.download-footer > *:empty {
    display: none;
}

.download-button {
    position: absolute;
    left: 50%;
    bottom: 10px;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
}

.download-button::after {
    content: 'Pobierz';
    display: block;
}

.gallery_entry {
    float: left;
    margin: 8px 3px;
    width: 156px;
}

.gallery_image {
    border-bottom: 1px solid #ddbc7e;
    margin: 0 auto;
    width: 100%;
    height: 117px;
    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 #ddbc7e;
}

.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 #ddbc7e;
    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, #101010, transparent) !important;
}

#g-limited-offer {
    width: 600px;
    box-shadow: none !important;
    background: transparent !important;
}

#g-limited-offer .news {
    transform: translateX(-10px);
    filter: drop-shadow(0 0 50px #000) drop-shadow(0 0 50px #000) drop-shadow(0 0 50px #000);
}

#g-limited-offer .news-content-border::-webkit-scrollbar {
    height: 12px;
    width: 12px;
    background: #191311;
}

#g-limited-offer .news-content-border::-webkit-scrollbar-thumb {
    background: #ddbc7e;
    border: 1px solid #191311;
}

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

.table-popup-container.table-popup-container-active {
    background: #101010;
}