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

.news {
    position: relative;
    width: 568px;
}

.news-topic {
    background: url(images/news-top.png);
    width: 568px;
    height: 44px;
}

.news-topic td {
    filter: drop-shadow(1px 0 #000) drop-shadow(-1px 0 #000) drop-shadow(0 -1px #000) drop-shadow(0 1px #000) drop-shadow(0 0 3px #000);
    background: linear-gradient(to bottom, #cf9e50, #c9a77e);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    font-size: 1.3em !important;
    font-weight: normal !important;
    text-transform: uppercase;
    padding: 0 31px;
    font-family: "Times New Roman", Times, serif;
}

#content .news-topic td:last-child {
    font-size: 1.2em;
}

.news-content {
    text-shadow: -1px 0 0 #000, 1px 0 0 #000, 0 -1px 0 #000, 0 1px 0 #000;
    font-size: 1.3em;
    line-height: 16px;
    padding: 12px 31px 26px;
}

.news::before {
    content: '';
    display: block;
    position: absolute;
    background: url(images/news-middle.png);
    top: 0;
    left: 0;
    width: 568px;
    bottom: 69px;
    z-index: 1;
}

.news::after {
    content: '';
    display: block;
    position: absolute;
    background: url(images/news-bottom.png);
    height: 98px;
    left: 0;
    width: 568px;
    bottom: 0;
    z-index: 2;
}

.news-topic, .news-content {
    position: relative;
    z-index: 3;
}

.news-footer {
    display: none;
}

.pagination-container {
    display: flex;
    justify-items: left;
    padding: 0 3px;
}

.pagination-container * {
    width: 50px;
    line-height: 44px;
    font-family: "Times New Roman", Times, serif;
    text-decoration: none;
}

.pagination_active.highlight {
    position: relative;
    background: url(images/button.png);
    height: 44px;
    color: inherit;
    font-family: "Times New Roman", Times, serif;
    padding: 0;
    font-weight: normal;
}

.pagination_next, .pagination_prev, .pagination_first, .pagination_last {
    display: none;
}

h1 {
    margin-left: 10px;
    font-variant: small-caps;
}

h3 {
    margin-left: 50px;
    font-size: 1.5em;
    font-variant: small-caps;
    line-height: 34px;
}

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

.change {
    font-size: 10px;
    color: #666;
    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 #080501;
    padding-left: 10px;
    font-weight: bold;
    text-align: left;
}

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

.table-top td{
    background: -moz-linear-gradient(top,  rgba(8, 5, 1,0) 0%, rgba(8, 5, 1,0.25) 50%, rgba(8, 5, 1,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(8, 5, 1,0)), color-stop(50%,rgba(8, 5, 1,0.25)), color-stop(100%,rgba(8, 5, 1,1)));
    background: -webkit-linear-gradient(top,  rgba(8, 5, 1,0) 0%,rgba(8, 5, 1,0.25) 50%,rgba(8, 5, 1,1) 100%);
    background: -o-linear-gradient(top,  rgba(8, 5, 1,0) 0%,rgba(8, 5, 1,0.25) 50%,rgba(8, 5, 1,1) 100%);
    background: -ms-linear-gradient(top,  rgba(8, 5, 1,0) 0%,rgba(8, 5, 1,0.25) 50%,rgba(8, 5, 1,1) 100%);
    background: linear-gradient(to bottom,  rgba(8, 5, 1,0) 0%,rgba(8, 5, 1,0.25) 50%,rgba(8, 5, 1,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00080501', endColorstr='#080501',GradientType=0 );

    vertical-align: middle;
    text-align: left;
    font-weight: bold;
    height: 40px;
    padding: 0 5px;
    border-right: 1px solid #080501;
    color: #FFF;
}

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

.info-table-padding td{
    padding-top: 1px;
    padding-bottom: 24px;
    padding-left: 10px;
    font-weight: bold;
    border-top: 1px solid #080501;
    text-align: left;
    vertical-align: top;
}

.info-table-nopadding td{
    padding-top: 1px;
    padding-bottom: 0;
    padding-left: 10px;
    font-weight: bold;
    border-top: 1px solid #080501;
    text-align: left;
}

.tableform-padding td{
    padding-top: 1px;
    padding-bottom: 24px;
    padding-left: 10px;
    font-weight: bold;
    border-top: 1px solid #080501;
    text-align: left;
}

.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;
    font-weight: bold;
    border-top: 1px solid #080501;
    text-align: left;
}

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

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

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

.highlight {
    color: #ffbf26;
    text-shadow: 1px 0 0 #000, -1px 0 0 #000, 0 -1px 0 #000, 0 1px 0 #000, 0 0 3px #000;
    font-weight: bold;
}

.button .highlight {
    color: #e1e1e1;
}

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

#shop-groups::after {
    content: ' ';
    height: 0;
    width: 274px;
    margin: 7px 4px;
}

#shop-groups .group {
    position: relative;
    width: 274px;
    height: 207px;
    border: 1px solid #6b4a29;
    border-radius: 3px;
    margin: 7px 4px;
    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 #ffbf26;
    border: 1px solid #ffbf26;
    box-shadow: inset 0 0 2px #ffbf26;
    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: -140px;
    top: -130px;
    right: -140px;
    bottom: -150px;
    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: #ffbf26;
}

#shop-groups .group .group-name {
    font-size: 1.2em;
    color: #ffbf26;
    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: 559px;
    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;
}

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

.buttons-grid a.button {
    width: 175px;
    margin: 3px 8px;
}

.download-container {
    position: relative;
    margin: 20px auto;
    border-bottom: 1px solid #ffbf26;
    box-shadow: inset 0 0 100px rgba(0, 0, 0, 0.60);
    border-radius: 3px;
}

.download-title {
    height: 42px;
    font-size: 1.3em;
    line-height: 42px;
    font-weight: bold;
    padding-bottom: 10px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.download-button {
    width: 117px;
    position: absolute;
    bottom: -31px;
    left: 223px;
}

.download-button::before {
    content: 'Pobierz';
    text-indent: 32px;
    line-height: 40px;
}

.download-content {
    position: relative;
    padding: 10px 14px 46px;
    z-index: 3;
    color: #7c7c7c;
    font-variant: small-caps;
    font-size: 1.37em;
    letter-spacing: 2px;
    text-shadow: 0 3px 4px #000;
}

.download-size{
    float: left;
    padding-left: 15px;
}

.download-count{
    float: right !important;
    padding-right: 15px;
}

.download-footer{
    position: relative;
    background-repeat: no-repeat;
    height: 20px;
}

.gallery_entry {
    position: relative;
    float: left;
    margin: 5px;
}

.gallery_image {
    border-bottom: 1px solid #ffbf26;
    margin: 0 auto;
    width: 181px;
    height: 136px;
    border-radius: 3px;
}

.gallery_name {
    width: 150px;
    height: 25px;
    line-height: 12px;
    overflow: hidden;
}

.gallery_author {
    overflow: hidden;
    width: 150px;
}

.gallery_rating {
    float: left;
    overflow: hidden;
    vertical-align: middle;
    margin-right: 20px;
}

.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;
}

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

table.admin {
    width: 100%;
}

.button.admin {
    display: block;
}

/* Metin5 new layout overrides */
.label-password {
    display: block;
    margin-bottom: 1px;
    font-size: 1.4em;
    text-align: center;
    text-transform: uppercase;
}

.label-password span {
    color: transparent;
    background: linear-gradient(to bottom, #5b4c36, #4b3e2a, #5b4c36);
    background-clip: text;
    -webkit-background-clip: text;
    filter: drop-shadow(1px 0 #000) drop-shadow(-1px 0 #000) drop-shadow(0 -1px #000) drop-shadow(0 1px #000) drop-shadow(0 0 3px #000);
}

#pin_input {
    display: block;
    width: 230px;
    margin: 0 auto 11px;
}

#content {
    min-height: 620px;
}

.ranking-panel .panel-content {
    padding-top: 52px;
    padding-bottom: 19px;
}

.ranking-content {
    width: 225px;
    margin: 0 auto;
}

.ranking-content .ranking-name {
    min-width: 0;
}

.ranking-content .ranking-kingdom {
    width: 30px;
    flex: 0 0 30px;
    display: flex;
    justify-content: center;
    border-right: 1px solid rgba(98, 74, 45, .75);
    border-left: 1px solid rgba(98, 74, 45, .75);
    background-image: none !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 16px;
}

.ranking-content .ranking-kingdom-1::after,
.ranking-content .ranking-kingdom-2::after,
.ranking-content .ranking-kingdom-3::after {
    content: "";
    display: inline-block;
    width: 24px;
    height: 15px;
    margin: 7px 0 0;
    background-image: url(images/flags.png);
    background-repeat: no-repeat;
}

.ranking-content .ranking-kingdom-1::after {
    background-position: 0 0;
}

.ranking-content .ranking-kingdom-2::after {
    background-position: 0 -16px;
}

.ranking-content .ranking-kingdom-3::after {
    background-position: 0 -32px;
}

.ranking-value {
    width: 43px;
    flex: 0 0 43px;
    overflow: hidden;
    color: transparent;
    background: linear-gradient(to bottom, #ffc982, #7b5029);
    background-clip: text;
    -webkit-background-clip: text;
    font-size: 0.9em;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
    filter: drop-shadow(1px 0 #000) drop-shadow(-1px 0 #000) drop-shadow(0 -1px #000) drop-shadow(0 1px #000) drop-shadow(0 0 3px #000);
}

.top-orbs {
    position: absolute;
    z-index: 5;
    top: -40px;
    left: 28px;
    display: flex;
    width: 273px;
    justify-content: space-between;
}

.orb {
    display: block;
    width: 91px;
    height: 106px;
    background-repeat: no-repeat;
    background-position: center;
}

.intro-orb {
    background-image: url(media/intro.png);
}

.discord-orb {
    background-image: url(media/discord.png);
}

.facebook-orb {
    background-image: url(media/facebook.png);
}

#right .panel-callendar .panel-content {
    padding-right: 34px;
    padding-left: 22px;
}

#right .panel-callendar {
    height: 373px;
}

.event-list {
    width: 259px;
    margin-top: 6px;
}

.event-entry {
    box-sizing: border-box;
    min-height: 49px;
    padding: 7px 0 5px 5px;
    border-bottom: 1px solid #624a2d;
    color: #b58b56;
    text-shadow: 1px 1px 1px #000;
}

.event-entry:last-child {
    border-bottom: 0;
}

.event-entry strong,
.event-entry span {
    display: block;
}

.event-entry strong {
    color: #c79b5f;
    font-size: 13px;
    line-height: 1.3;
}

.event-entry span {
    font-size: 12px;
    line-height: 15px;
    color: #9a7c52;
}

.g-popper-tooltip {
    z-index: 9999;
    max-width: 360px;
    padding: 12px 14px;
    border: 1px solid #b88948;
    border-radius: 3px;
    color: #f0d09a;
    background:
        linear-gradient(180deg, rgba(55, 31, 10, .98), rgba(15, 8, 2, .98));
    box-shadow:
        0 0 0 1px rgba(0, 0, 0, .9),
        0 0 22px rgba(218, 155, 74, .35),
        inset 0 1px 0 rgba(255, 220, 145, .2);
    font-size: 13px;
    line-height: 1.45;
    text-shadow: 1px 1px 1px #000;
}

.g-popper-tooltip b {
    color: #ffd889;
}

.g-popper-tooltip a {
    color: #ffd889;
    font-weight: bold;
    text-decoration: underline;
}

.g-popper-arrow,
.g-popper-arrow::before {
    position: absolute;
    width: 10px;
    height: 10px;
}

.g-popper-arrow::before {
    content: "";
    display: block;
    transform: rotate(45deg);
    border-right: 1px solid #b88948;
    border-bottom: 1px solid #b88948;
    background: #150b03;
    box-shadow: 2px 2px 8px rgba(218, 155, 74, .22);
}

.g-popper-tooltip[data-popper-placement^="top"] .g-popper-arrow {
    bottom: -5px;
}
