@charset "utf-8";
/* CSS Document */
.news, .download-container {
    position: relative;
    background: url(images/news-top.png) 0 0 no-repeat;
    width: 631px;
    min-height: 233px;
}

.news::before, .download-container::before {
    content: '';
    display: block;
    position: absolute;
    top: 136px;
    left: 0;
    right: 0;
    bottom: 97px;
    background: url(images/news-repeat.png) ;
    z-index: 0;
}

.news::after, .download-container::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(images/news-bottom.png) 0 0 no-repeat;
    height: 121px;
    z-index: 0;
}

.news tbody {
    position: relative;
    z-index: 1;
}

.news-footer {
    display: none;
}

#page .news-topic, .download-title {
    background: url(images/news-topic.png) center bottom no-repeat;
    height: 37px;
    padding: 33px 25px 0;
    text-transform: uppercase;
    font-size: 1.40rem;
    letter-spacing: 0.09rem;
}

#page .news-topic td:last-child {
    font-size: 1.40rem !important;
    font-weight: normal !important;
}

.news-content-border {
    margin-top: -4px;
    padding: 0 26px 26px;
    font-size: 1.04rem;
    letter-spacing: 0.036rem;
    line-height: 14px;
    text-align: justify;
}

.news-content {
    vertical-align: top;
}

.pagination_page, .pagination_first, .pagination_last, .pagination_next, .pagination_prev, .pagination_active {
    text-decoration: none;
    padding: 0 8px;
    font-size: 1.25rem;
}

.pagination-container {
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 2;
}

#page .pagination_active {
    text-shadow: none;
    color: #FFF;
    position: relative;
}

#page .pagination_active::before {
    content: '';
    display: block;
    background: url(images/page.png);
    width: 27px;
    height: 20px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    z-index: -1;
}

h1 {
    margin-left: 20px;
}

h3 {
    margin-left: 33px;
    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 #0f2c46;
    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, #0f2c4600, #0f2c467F, #0f2c46FF);
    vertical-align: middle;
    text-align: left;
    height: 40px;
    padding: 0 5px;
    border-right: 1px solid #0f2c46;
    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 #0f2c46;
    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 #0f2c46;
    text-align: left;
    font-size: 0.9em;
}

.tableform-padding td{
    padding-top: 1px;
    padding-bottom: 24px;
    padding-left: 10px;
    border-top: 1px solid #0f2c46;
    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 #0f2c46;
    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: #c8e7ff;
    text-shadow: 0 0 3px #40a8ff;
    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: 199px;
    margin: 7px 2px;
    border: 1px solid transparent;
}

#shop-groups .group {
    position: relative;
    width: 199px;
    height: 152px;
    border: 1px solid #0f2c46;
    border-radius: 3px;
    margin: 7px 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 #c8e7ff;
    border: 1px solid #c8e7ff;
    box-shadow: inset 0 0 10px #c8e7ff;
    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: #c8e7ff;
}

#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: 207px;
    margin: 4px 0 0;
}

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

.download-title {
    line-height: 38px;
}

.download-content {
    font-size: 1.04rem;
    letter-spacing: 0.036rem;
    line-height: 14px;
    text-align: justify;
    position: relative;
    z-index: 2;
    padding: 8px 26px 65px;
    min-height: 115px;
}

#page .download-title div {
    top: -14px;
    position: absolute;
    font-size: 0.8em;
    text-shadow: none;
    opacity: 0.85;
    text-decoration: none;
    right: 125px !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-button {
    position: absolute;
    bottom: -32px;
    left: 50%;
    transform: translateX(-50%);
    background: url(images/download-button.png) 0 0;
    width: 152px;
    height: 83px;
    line-height: 87px;
    text-align: center;
    font-size: 1.3rem;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.17rem;
}

.download-button:hover {
    background-position-y: -84px;
}

.download-button:active {
    background-position-y: -168px;
}

.download-button::before {
    content: 'pobierz';
}

.download-button::after {
    content: '';
    display: block;
    background: url(images/download-button-frame.png);
    width: 209px;
    height: 100px;
    position: absolute;
    top: -17px;
    left: 50%;
    transform: translateX(-50%);
}

.download-footer {
    display: flex;
    justify-content: space-between;
    position: absolute;
    bottom: 23px;
    width: 100%;
    box-sizing: border-box;
    font-size: inherit;
    text-transform: uppercase;
    font-variant: small-caps;
    padding: 0 26px;
    opacity: 1;
    z-index: 2;
    pointer-events: 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: 198px;
}

.gallery_image {
    box-shadow: 0 1px 0 0 #eec16f, 0 1px 0 1px #715d39;
    margin: 0 auto;
    width: 100%;
    height: 149px;
    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 #0f2c46;
}

.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 #40a8ff;
    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, #0f1724, transparent) !important;
}

.table-popup-container.table-popup-container-active {
    background: url(images/bg.jpg) center top repeat-x, #09111f;
}

.table-popup-container.table-popup-container-active::after {
    content: '';
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}

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

#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: #041326;
}

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