@font-face {
    font-family: 'Segoe UI Regular';
    src: url('../fonts/SegoeUI.eot');
    src: local('fonts/Segoe UI Regular'), local('SegoeUI'), url('../fonts/SegoeUI.eot?#iefix') format('embedded-opentype'), url('../fonts/SegoeUI.woff') format('woff'), url('../fonts/SegoeUI.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


/*! myriad-pro */

@import url("https://use.typekit.net/gwo6ryd.css");

body {
    background: #0c0d07;
    font-family: 'Segoe UI Regular';
    font-size: 13px;
    color: #494236;
    line-height: 1;
    min-height: 100%;
    cursor: url(../images/ko.cur), pointer;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 12.5px !important;
    padding-left: 12.5px !important;
}

.modal {
    z-index: 10000;
}

.flex {
    display: flex;
}

.flex-s {
    display: flex;
    justify-content: space-between;
}

.flex-c {
    display: flex;
    align-items: center;
}

.flex-s-c {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.flex-c-c {
    display: flex;
    justify-content: center;
    align-items: center;
}

button {
    cursor: url(../images/ko.cur), pointer;
}

a,
a:focus,
a:active {
    transition: all 0.3s ease;
    color: #63503c;
    text-shadow: 0 0 5px rgba(0, 0, 0, .4), 1px 1px 1px rgba(0, 0, 0, .25);
    text-decoration: none;
    cursor: url(../images/ko.cur), pointer !important;
}



a:hover {
    -webkit-filter: brightness(120%);
    filter: brightness(120%);
    text-decoration: none;
}

h1,
h2,
h3 {
    color: #9d6609;
    margin-bottom: 20px;
    line-height: 1.2;
    font-family: 'Trebuchet MS';
}

h1 {
    font-size: 22px;
}

h2 {
    font-size: 15px;
}

h3 {
    font-size: 14px;
}




input[type="text"],
input[type="email"],
input[type="password"],
input[type="number"],
input[type="file"] {
    width: 100%;
    height: 40px;
    padding: 0 15px;
    border: 1px solid rgb(50, 57, 43);
    line-height: 40px;
    border-radius: 4px;
    color: #988469;
    font-weight: bold;
    background: rgba(0, 0, 0, .20);
    box-shadow: inset 1px 1px 2px rgba(0, 0, 0, .25), inset 0 0 10px rgba(0, 0, 0, .10), 1px 1px 0 rgba(54, 45, 40, .25);
    transition: all 300ms;
    -moz-transition: all 300ms;
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
    cursor: url(../images/ko.cur), pointer;
}



input:focus {
    border-color: #dfb768;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(223, 183, 104, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(223, 183, 104, .6);
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="number"] {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.has-error input {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.has-success input {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.search-form input[type="text"] {
    padding: 0 60px 0 20px;
    margin: 0;
}

.search-form input[type="image"] {
    position: absolute;
    top: 12px;
    right: 12px;
}

.search-form {
    position: relative;
    display: flex;
    margin: 0 10px;
}

.inputtttt {
    text-shadow: 0 0 5px rgba(0, 0, 0, .15), 1px 0px 1px rgba(0, 0, 0, .25);
    color: #A07332;
    border-radius: 4px;
    padding: 8px 12px;
    background: rgba(0, 0, 0, .20);
    box-shadow: inset 1px 1px 2px rgba(0, 0, 0, .25), inset 0 0 10px rgba(0, 0, 0, .10), 1px 1px 0 rgba(54, 45, 40, .25);
    transition: all 300ms;
    -moz-transition: all 300ms;
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
    cursor: url(../images/ko.cur), pointer;
    display: block;
    border: none;
}

.upgrade-tab {
    margin: 10px;
}

.dataTables_wrapper {
    padding: 0 10px;
    margin: -20px 10px 10px 10px;
    border: 0px solid rgb(50, 57, 43);
    border-radius: 4px;
    background: rgba(0, 0, 0, .20);
    box-shadow: inset 1px 1px 2px rgba(0, 0, 0, .25), inset 0 0 10px rgba(0, 0, 0, .10), 1px 1px 0 rgba(54, 45, 40, .25);
    transition: all 300ms;
    -moz-transition: all 300ms;
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
}

.dataTables_wrapper.upgrade {
    margin: 10px !important;
    padding: 0px 10px 10px !important;
}

table.user-rank {
    background: url(../images/block_bg.png) top left;
    filter: drop-shadow(2px 4px 6px black);
}


table.dataTable.stripe tbody tr.odd,
table.dataTable.display tbody tr.odd {
    background-color: rgba(0, 0, 0, 0.4) !important;
    color: #988469 !important;
}

table.dataTable.stripe tbody tr.odd,
table.dataTable.display tbody tr.odd a {
    color: #988469 !important;
}

table.dataTable.stripe tbody tr.odd,
table.dataTable.display tbody tr.odd a:hover {
    color: #dfb768 !important;
}

table.dataTable.stripe tbody tr.odd,
table.dataTable.display tbody tr.even {
    background-color: #1e2110 !important;
    color: #988469 !important;
}

table.dataTable.stripe tbody tr.odd,
table.dataTable.display tbody tr.even a {
    color: #988469 !important;
}

table.dataTable.stripe tbody tr.odd,
table.dataTable.display tbody tr.even a:hover {
    color: #dfb768 !important;
}

table.dataTable.display tbody tr.odd>.sorting_1,
table.dataTable.order-column.stripe tbody tr.odd>.sorting_1 {
    background-color: transparent !important;
    color: #988469 !important;
    text-align: center;
}

table.dataTable.display tbody tr.even>.sorting_1,
table.dataTable.order-column.stripe tbody tr.even>.sorting_1 {
    background-color: transparent !important;
    color: #988469 !important;
    text-align: center;
}

table.dataTable.row-border tbody th,
table.dataTable.row-border tbody td,
table.dataTable.display tbody th,
table.dataTable.display tbody td {
    border-top: 1px solid #333919 !important;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
    cursor: url(../images/ko.cur), pointer !important;
}

table.dataTable,
table.dataTable th,
table.dataTable td {
    box-sizing: inherit !important;
}

.dataTables_wrapper .dataTables_filter input {
    margin-left: 0 !important;
    height: 32px !important;
    margin: 10px 0px !important;
    font-size: 13px !important;
    width: 200px !important;
}

.dataTables_filter label {
    display: flex !important;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}

.dt-search {
    width: 100%;
    height: 40px;
    padding: 0 15px;
    border: 0px solid rgb(50, 57, 43);
    line-height: 40px;
    border-radius: 4px;
    color: #A07332;
    font-weight: bold;
    background: rgba(0, 0, 0, .20);
    box-shadow: inset 1px 1px 2px rgba(0, 0, 0, .25), inset 0 0 10px rgba(0, 0, 0, .10), 1px 1px 0 rgba(54, 45, 40, .25);
    transition: all 300ms;
    -moz-transition: all 300ms;
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
    cursor: url(../images/ko.cur), pointer;
}

.dt-search::placeholder {
    color: #A07332;
}

.search-off,
.dataTables_info_off {
    display: none
}

.dataTables_info-off {
    display: none
}

.dataTables_paginate-off {
    display: none
}

.select-box {
    position: relative;
    top: 23px;
    left: 20px;
    z-index: 1000;
    width: 630px;
    display: flex;
}

.select {
    cursor: pointer;
    display: inline-block;
    position: relative;
    width: 100%;
}

.select-hidden {
    display: none;
    visibility: hidden;
}

.select-styled {
    position: relative;
    width: 100%;
    height: 40px;
    text-align: left;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin: 0;
    border: 1px solid rgb(50, 57, 43);
    font-weight: bold;
    font-size: 13px;
    text-shadow: 0 0 5px rgba(0, 0, 0, .15), 1px 0px 1px rgba(0, 0, 0, .25);
    color: #A07332;
    padding: 12px;
    background: rgba(0, 0, 0, .20);
    box-shadow: inset 1px 1px 2px rgba(0, 0, 0, .25), inset 0 0 10px rgba(0, 0, 0, .10), 1px 1px 0 rgba(54, 45, 40, .25);
    transition: all 300ms;
    -moz-transition: all 300ms;
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
    cursor: url(../images/ko.cur), pointer;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.select-styled:after {
    position: absolute;
    background: url(../images/select-arrow-gray.png) no-repeat;
    background-position: -6px -6px;
    display: block;
    content: '';
    width: 19px;
    height: 13px;
    top: 50%;
    margin-top: -6px;
    right: 10px;
    transition: all 0.4s ease-in-out;
}

.select-options {
    display: none;
    position: absolute;
    top: 100%;
    left: 0px;
    right: 0;
    width: 100%;
    margin-top: 3px;
    box-sizing: border-box;
    transition: all 0.4s ease-in-out;
    padding: 0px !important;
    border-radius: 4px;
    border: 1px solid rgb(50, 57, 43);
    z-index: 1000;
    background: rgb(12, 14, 5);
    box-shadow: inset 1px 1px 2px rgba(0, 0, 0, .25), inset 0 0 10px rgba(0, 0, 0, .10), 1px 1px 0 rgba(54, 45, 40, .25);
    transition: all 300ms;
    -moz-transition: all 300ms;
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
}

.select-options li[rel="hide"] {
    display: none;
}

.select-options li {
    list-style: none !important;
    margin-bottom: 0px !important;
    position: relative;
    display: block;
    padding: 0 12px;
    border-bottom: 1px solid rgb(50, 57, 43);
    font-size: 13px;
    color: #A07332;
    line-height: 40px;
    cursor: url(../images/ko.cur), pointer;
    transition: all 0.4s ease-in-out;
    font-weight: bold;
}

.select-options li a {
    display: block;
    padding: 6px 0px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #A07332;
    white-space: nowrap;
}

.select-options li a:hover {
    margin-left: 2px;
}

.select-options li:hover {
    background: rgba(0, 0, 0, .20);
}

.select-options li:last-child {
    border-bottom: 0;
}

.checkbox label {
    margin-bottom: 15px;
    margin-top: 10px;
}

.checkbox label:before {
    border-radius: 1px;
}

input[type=radio]:checked+label:before {
    content: "";
    background: #948372;
    text-align: center;
}

input[type=checkbox]:checked+label:before {
    content: "";
    background: url(../images/check-icon.png) center no-repeat;
    background-color: #0c0906;
}

label {
    cursor: url(../images/ko.cur), pointer;
    position: relative;
    font-size: 12px;
    color: #948372;
    display: inline-block;
    max-width: 100%;
    margin-bottom: 10px;
    font-weight: 700;
}

.has-feedback label~.form-control-feedback {
    top: 27px !important;
}

.has-success .input-group-addon {
    background-color: transparent;
}

.has-error .input-group-addon {
    background-color: transparent;
}


.m-10 {
    margin: 10px !important;
}

.m-20 {
    margin: 20px !important;
}

.m-20d {
    margin: 20px !important;
    display: flex;
}

.p-10 {
    padding: 10px !important;
}

.pt-10 {
    padding-top: 10px !important;
}

.p-20 {
    padding: 20px !important;
}

.pl-20 {
    padding-left: 20px !important;
}

.pr-20 {
    padding-right: 20px !important;
}

.p-0 {
    padding: 0 !important;
    ;
}

.pr-0 {
    padding-right: 0 !important;
    ;
}

.pl-0 {
    padding-left: 0 !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.pt-0 {
    padding-top: 0 !important;
}

.m-0 {
    margin: 0 !important;
}

.mr-0 {
    margin-right: 0 !important;
}

.ml-0 {
    margin-left: 0 !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.mt-5 {
    margin-top: 5px !important;
}

.mt-10 {
    margin-top: 10px !important;
}

.mt-15 {
    margin-top: 15px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mt-35 {
    margin-top: 35px !important;
}

.mr-5 {
    margin-right: 5px !important;
}

.mr-10 {
    margin-right: 10px !important;
}

.mr-15 {
    margin-right: 15px !important;
}

.mr-20 {
    margin-right: 20px !important;
}

.mb-5 {
    margin-bottom: 5px !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mb-15 {
    margin-bottom: 15px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-25 {
    margin-bottom: 25px !important;
}

.mt-25 {
    margin-top: 25px !important;
}

.divider {
    height: 31px;
    position: relative;
    background: url(../images/divider-sprite.png) repeat-x;
    z-index: 1;
}

.divider.rotate,
.divider.rotate {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.divider-rule {
    background: url(../images/divider-sprite.png) repeat-x 50% 100%;
    border: 0;
    height: 55px;
    left: 50%;
    margin: 0 0 0 -82px;
    position: absolute;
    top: 5px;
    width: 164px;
}

.divider-rule.rotate {
    background: url(../images/divider-sprite.png) repeat-x 50% 100%;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    top: -5px;
}

.block {
    background: url(../images/block_bg.png) top;
    box-shadow: 0 0 6px rgba(0, 0, 0, .25), 2px 2px 1px rgba(0, 0, 0, .05), inset 0 0 2px rgba(68, 51, 31, .35), inset 0 0 15px rgba(88, 71, 63, .20);
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    margin-bottom: 20px;
}

.block.grid {
    display: grid;
}

.counter-bar-right {
    background: url(../images/block_bg.png) top;
    box-shadow: 0 0 6px rgba(0, 0, 0, .25), 2px 2px 1px rgba(0, 0, 0, .05), inset 0 0 2px rgba(68, 51, 31, .35), inset 0 0 15px rgba(88, 71, 63, .20);
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    margin-bottom: 20px;
    padding: 10px;
}

.server-status {
    display: flex;
    justify-content: space-around;
}

.server-status li {
    display: inline-block;
    width: 32.4%;
    text-align: center;
    font-size: 11px;
    font-family: myriad-pro, sans-serif;
    font-weight: bold;
    font-style: normal;
    height: 37px;
    color: #988469;
    text-shadow: 0 0 5px rgba(0, 0, 0, .4), 1px 1px 1px rgba(0, 0, 0, .25);
    text-decoration: none;
    background: rgba(55, 63, 27, 0.30);
    border-radius: 4px;
    padding: 8px 4px 0px 4px;
}

.server-status li span {
    display: block;
    margin-top: 3px;
    font-size: 10px;
}

.server-status li span.on {
    color: #177305;
}

.server-status li span.of {
    color: #a21b1b;
}

.block.media {
    background: url(../images/block_media_bg.png) no-repeat top right;
}

.block .header {
    background: url(../images/header_bg_big.png) no-repeat left top;
    width: 100%;
    height: 55px;
    margin: 0;
}

.block .header h3 {
    width: auto;
    font-family: 'Metamorphous';
    font-weight: bold;
    float: left;
    font-size: 15px;
    background: linear-gradient(#f5a617, #fdb609);
    -webkit-background-clip: text;
    color: transparent;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .45), 0 0 6px rgba(0, 0, 0, .45);
    margin: 16px 0 0 16px;
}

.block .header h3 i {
    background: linear-gradient(#f5a617, #fdb609);
    -webkit-background-clip: text;
    color: transparent;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .45), 0 0 6px rgba(0, 0, 0, .45);
}

.header-right {
    margin: 14px 10px 14px 0px;
    float: right;
    color: #a87c41;
    font-family: 'Segoe UI Regular';
    font-size: 13px;
    font-weight: bold;
}

.header-right ul li {
    display: inline-block;
    margin: 0;
}

.header-right ul li a {
    display: block;
    font-family: 'Segoe UI Regular';
    font-weight: bold;
    font-size: 10px;
    text-transform: uppercase;
    color: #988469;
    padding: 5px 8px;
    text-shadow: 0 0 5px rgba(0, 0, 0, .2), 1px 1px 1px rgba(0, 0, 0, .25);
    background: rgba(55, 63, 27, 0.30);
    border-radius: 4px;
}

.header-right ul li a:hover {
    background: #0c0d07;
}

ul.news {
    display: block;
    width: 100%;
    min-height: 345px;
    height: auto;
}

ul.news li {
    display: block;
    width: 100%;
    height: 50px;
    background: url(../images/top_user_line.png) bottom left repeat-x;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .6), 0 0 4px rgba(0, 0, 0, .5);
}

ul.news li:last-child {
    height: 42px;
    background: none;
}

ul.news li .news_left_column {
    float: left;
    padding: 6px 0 0 5px;
}

ul.news li h2 {
    line-height: 80%;
    margin: 4px 0 0 12px;
    z-index: 2;
    color: #988469;
}

ul.news li h2 a {
    color: #988469;
}

ul.news li h2 a:hover {
    color: #dfb768;
}

ul.news li h4 {
    font-family: 'Segoe UI Regular';
    font-size: 11px;
    color: #988469;
    margin: 5px 0 0 12px;
    font-weight: 300;
    z-index: 2;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, .45);
}

ul.news li h4 a {
    color: #dfb768;
    margin-right: 5px;
}

ul.news li h4 a:hover {
    color: #988469;
}

ul.news li h4 .haber {
    color: #337ab7;
    margin-right: 5px;
    font-weight: 600;
}

ul.news li h4 .haber:hover {
    color: #2e6da4;
}

ul.news li h4 .duyuru {
    color: #5cb85c;
    margin-right: 5px;
    font-weight: 600;
}

ul.news li h4 .duyuru:hover {
    color: #4cae4c;
}

ul.news li h4 .etkinlik {
    color: #f0ad4e;
    margin-right: 5px;
    font-weight: 600;
}

ul.news li h4 .etkinlik:hover {
    color: #eea236;
}

ul.news li h4 .guncelleme {
    color: #d9534f;
    margin-right: 5px;
    font-weight: 600;
}

ul.news li h4 .guncelleme:hover {
    color: #d43f3a;
}

ul.news li .news_right_column {
    float: right;
    padding: 14px 10px 0 0;
}

ul.news li .news_tb {
    float: right;
    padding: 10px 10px 0 0;
}

.news_read {
    display: block;
    font-family: 'Segoe UI Regular';
    font-weight: bold;
    font-size: 10px;
    text-transform: uppercase;
    color: #988469;
    padding: 5px 8px;
    text-shadow: 0 0 5px rgba(0, 0, 0, .2), 1px 1px 1px rgba(0, 0, 0, .25);
    background: rgba(55, 63, 27, 0.30);
    border-radius: 4px;
}

a.news_read:hover {
    background: #0c0d07;
    color: #988469;
}

.eventcontent {
    width: 100%;
    height: 170px;
    border: #af7a0c solid 1px;
    border-radius: 4px;
}

.eventcontent .counter {
    position: relative;
    float: right;
    right: -1px;
    bottom: -120px;
    background: #af7a0c;
    height: 24px;
    padding-top: 3px;
    padding-left: 3px;
    border-bottom-right-radius: 4px;
}

.eventcontent .counter p {
    float: left;
    background: rgba(0, 0, 0, 0.8);
    width: 60px;
    height: 18px;
    margin-right: 3px;
    color: #988469;
    text-shadow: 0px 0px 2px #090909;
    line-height: 18px;
    text-align: center;
    font-family: myriad-pro, sans-serif;
    font-weight: bold;
    font-style: normal;
    font-size: 11px;
}

.eventcontent .counter p.aktif {
    background: rgb(23, 115, 5);
    color: white;
    color: #d3c8c1;
    font-size: 11px;
    font-weight: 600;
    text-shadow: 0px 0px 2px #090909;
    letter-spacing: 0.5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.eventcontent .counter p.pasif {
    background: #a21b1b;
    color: #d3c8c1;
    font-size: 11px;
    font-weight: 600;
    text-shadow: 0px 0px 2px #090909;
    letter-spacing: 0.5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.event-counter {
    padding: 10px;
    height: 190px;
}

.event-counter ul {
    bottom: 24px;
    left: 0;
    width: 219px;
    background: #af7a0c;
    padding: 3px;
    position: relative;
    border-bottom-left-radius: 4px;
}

.event-counter ul li {
    display: inline-block;
    margin: 0;
}

.event-counter ul li a {
    display: block;
    text-align: center;
    font-family: myriad-pro, sans-serif;
    font-weight: bold;
    font-style: normal;
    text-shadow: 0px 0px 2px #090909;
    font-size: 11px;
    line-height: 19px;
    height: 18px;
    width: 18px;
    background: rgba(0, 0, 0, 0.8);
    color: #988469;
}

.event-counter ul li a:hover {
    background: #a21b1b;
    color: #dfb768;
}

#event-bdw {
    background: url(../images/event_bdw.jpg) no-repeat top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#event-jr {
    background: url(../images/event_jr.jpg) no-repeat top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#event-cr {
    background: url(../images/event_cr.jpg) no-repeat top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#event-lw {
    background: url(../images/event_lw.jpg) no-repeat top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#event-csw {
    background: url(../images/event_csw.jpg) no-repeat top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#event-bp {
    background: url(../images/event_bp.jpg) no-repeat top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#event-kk {
    background: url(../images/event_kk.jpg) no-repeat top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#event-hw {
    background: url(../images/event_hw.jpg) no-repeat top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#event-bdw h1,
#event-jr h1,
#event-cr h1,
#event-lw h1,
#event-csw h1,
#event-bp h1,
#event-kk h1,
#event-hw h1,
#event-9 h1,
#event-10 h1 {
    background: url(../images/event_h1_bg.png) no-repeat top center;
    width: 183px;
    height: 25px;
    top: 0;
    margin: 0 auto;
    position: relative;
    line-height: 22px;
    color: #ffac00;
    font-size: 10px;
    text-align: center;
    text-shadow: 1px 1px 4px #000;
    font-family: myriad-pro, sans-serif;
    font-weight: normal;
    font-style: normal;
}

.drop-bg {
    height: auto;
    margin: 12.5px 0;
    padding: 12.5px 0;
    border: 1px solid rgb(50, 57, 43);
    border-radius: 4px;
}

.drop-bg .body {
    padding: 10px;
    background: rgba(255, 255, 255, 0.05);
    border: 0;
}

.drop-bg .search {
    height: auto;
    margin: 0 10px;
}


.drop-bg .body .left {
    max-height: 455px;
    margin: 10px;
    padding: 0 10px 0 0;
    overflow-y: scroll;
    position: relative;
    border-radius: 4px;
}

.drop-bg .body .left.style-1::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: transparent;
    width: 10px;
}

.drop-bg .body .left.style-1::-webkit-scrollbar {
    width: 10px;
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.5);
}

.drop-bg .body .left.style-1::-webkit-scrollbar-thumb {
    border-radius: 10px;
    height: 100px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #555;
}

.drop-bg .body .left.style-1::-webkit-scrollbar-thumb:hover {
    background-color: #333;
}


.drop-bg .body .left ul .monster {
    margin-bottom: 20px;
    margin-left: 20px;
}



.drop-bg .body .left ul li a {
    padding: 8px;
    text-shadow: 0 0 5px rgba(0, 0, 0, .2), 1px 1px 1px rgba(0, 0, 0, .25);
    background: rgba(55, 63, 27, 0.30);
    border-radius: 4px;
    font-family: 'Segoe UI Regular';
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
    color: #988469;
    margin-bottom: 10px;
    width: 100%;
    display: block;
    text-decoration: none;
    box-shadow: inset 1px 1px 2px rgba(0, 0, 0, .25), inset 0 0 10px rgba(0, 0, 0, .10), 1px 1px 0 rgba(54, 45, 40, .25);
    transition: all 300ms;
    -moz-transition: all 300ms;
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
}

.drop-bg .body .left ul li a:hover {
    background: #131607;
    color: #988469;
}

.drop-bg .body .left ul li a:focus {
    background: #131607;
    color: #988469;
}

.drop-bg .body .left ul li a span {
    float: right;
    margin-top: 4px;
}

.drop-bg .body .left ul li a p {
    display: inline-block;
    color: #a06d20;
    padding-left: 5px;
}

.drop-bg .body .left ul li a span:focus {
    float: right;
    margin-top: 4px;
    transform: skewY(20deg);
}

.fixed-sidebar-left .side-nav li {
    width: 225px;
}

.box-bg {
    position: relative;
    height: auto;
    margin: 12.5px 0;
    padding-top: 12.5px;
    padding-bottom: 5px;
    border: 1px solid rgb(50, 57, 43);
    border-radius: 4px;
    background: url(../images/generator_bg.png) top right no-repeat;
}

.box-border {
    position: relative;
    min-height: 102px;
    margin: 10px 0;
    padding: 10px 10px;
    border: 1px solid rgb(50, 57, 43);
    border-radius: 4px;
    background: rgba(0, 0, 0, .20);
    box-shadow: inset 1px 1px 2px rgba(0, 0, 0, .25), inset 0 0 10px rgba(0, 0, 0, .10), 1px 1px 0 rgba(54, 45, 40, .25);
    transition: all 300ms;
    -moz-transition: all 300ms;
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
}

.box-border.monster {
    padding: 22px 10px 10px 10px;
}

.box-border h3 {
    background: url(../images/box-border-button.png) no-repeat top left;
    height: 28px;
    width: 295px;
    font-size: 12px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    line-height: 28px;
    text-align: center;
    color: #c98a06;
    position: absolute;
    top: -20px;
    margin: 0px 8%;
    z-index: 1000;
}

.box-iframe h3 {
    background: url(../images/box-border-button.png) no-repeat top left;
    height: 28px;
    width: 295px;
    font-size: 12px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    line-height: 28px;
    text-align: center;
    color: #c98a06;
    position: relative;
    top: -12px;
    margin: 0 auto;
}

.box-iframe h4 {
    color: #a68a5e;
    padding: 10px 0px 5px 10px;
    font-size: 14px;
    font-weight: bold;
}

.box-tab-menu {
    position: relative;
    margin: 0;
}

.box-tab-menu .monster-images img {
    width: 100%;
    height: 195px;
    border-radius: 4px;
}

.box-tab-menu ul {
    display: flex;
    justify-content: space-around;
    margin-top: 8px;
    margin-bottom: 8px;
}

.box-tab-menu ul li {
    width: 61px;
    height: 61px;
    background: url(../images/item-icon-border.png) no-repeat;
    display: inline-block;
}

.box-tab-menu ul li a img {
    width: 45px;
    margin: 8px;
}

.box-tab-menu ul li a img:last-child {
    margin-right: 0;
}

.box-iframe {
    margin: 10px 0;
    border: 1px solid rgb(12, 13, 7);
    border-radius: 4px;
    background: rgba(0, 0, 0, .20);
    box-shadow: inset 1px 1px 2px rgba(0, 0, 0, .25), inset 0 0 10px rgba(0, 0, 0, .10), 1px 1px 0 rgba(54, 45, 40, .25);
    transition: all 300ms;
    -moz-transition: all 300ms;
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
}

.box-iframe .scrollbar.agreement {
    max-height: 300px;
}

.box-iframe .scrollbar {
    max-height: 657px;
    margin: 10px;
    padding: 0 10px 0 0;
    overflow-y: scroll;
    position: relative;
    border-radius: 4px;
}

.box-iframe .scrollbar.search {
    max-height: 394px;
}

.box-iframe .scrollbar.style-1::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: transparent;
    width: 10px;
}

.box-iframe .scrollbar.style-1::-webkit-scrollbar {
    width: 10px;
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.5);
}

.box-iframe .scrollbar.style-1::-webkit-scrollbar-thumb {
    border-radius: 10px;
    height: 100px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #555;
}

.box-iframe .scrollbar.style-1::-webkit-scrollbar-thumb:hover {
    background-color: #333;
}

.box-iframe .scrollbar .generator-bg {
    padding-bottom: 5px;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.100);
}

.box-iframe .scrollbar .generator-bg .item-active {
    width: 100%;
    padding-top: 38px;
    padding-bottom: 20px;
    padding: 20px 0px 10px 0px;
}

.box-iframe .scrollbar .generator-bg .item-active .icon {
    width: 61px;
    height: 61px;
    background: url(../images/item-icon-border.png) no-repeat;
    margin: 0px auto;
}

.box-iframe .scrollbar .generator-bg .item-active .icon img {
    margin: 8px;
}

.box-iframe .scrollbar .generator-bg .item-active h3 {
    width: 295px;
    height: 28px;
    background: url(../images/box-border-button.png) no-repeat;
    text-align: center;
    line-height: 28px;
    margin-top: 16.5px;
    position: static;
    text-transform: uppercase;
}

.box-iframe .scrollbar .generator-bg .item-drop-list {
    display: block;
    margin: 10px;
}

.box-iframe .scrollbar .generator-bg .item-drop-list.search {
    padding: 12px 3.6%;
    margin: 0;
}

.box-iframe .scrollbar .generator-bg .item-drop-list ul li {
    background: url(../images/generator_item_bg.png) no-repeat top left;
    height: 53px;
    width: 154px;
    border-radius: 6px;
    display: inline-block;
}

.box-iframe .scrollbar .generator-bg .item-drop-list ul li img {
    display: table;
    float: left;
    margin: 4px;
}

.box-iframe .scrollbar .generator-bg .item-drop-list ul li p {
    font-size: 11px;
    margin-top: 8px;
    margin-left: 2px;
    width: 93px;
    height: 33px;
    color: #988469;
    display: table;
    float: left;
}

.box-iframe .scrollbar .generator-bg .item-drop-list ul li p span {
    font-size: 10px;
    margin-top: 3px;
    width: 86px;
    padding: 0;
    color: #dfb768;
    display: block;
}

.upgrade-tab-menu {
    display: block;
    position: relative;
    height: auto;
    margin-right: 20px;
    margin-left: 20px;
    margin-top: 20px;
    margin-bottom: 10px;
    padding: 10px;
    border-radius: 4px;
    background: rgba(0, 0, 0, .20);
    box-shadow: inset 1px 1px 2px rgba(0, 0, 0, .25), inset 0 0 10px rgba(0, 0, 0, .10), 1px 1px 0 rgba(54, 45, 40, .25);
    transition: all 300ms;
    -moz-transition: all 300ms;
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
}

.upgrade-tab-menu-notice2 {
    position: relative;
    float: left;
    height: 55px;
    line-height: 40px;
    margin-top: 0px;
    margin-left: 30px;
    color: #A07332;
}

.upgrade-tab-menu-notice {
    position: relative;
    float: left;
    height: 68px;
    line-height: 58px;
    margin-top: 20px;
    margin-left: 20px;
    color: #A07332;
}

.upgrade-tab-menu.left {
    float: left;
}

.upgrade-tab-menu.right {
    float: right;
}

.upgrade-tab-menu ul {
    display: inline-block;
}

.upgrade-tab-menu ul li {
    float: left;
    margin-right: 14px;
    width: 61px;
    height: 61px;

}

.upgrade-tab-menu ul li:last-child {
    margin-right: 0px;
}

.upgrade-tab-menu ul li img {
    margin: 8px;
}

.upgrade-tab-menu ul li a {
    color: #988469;
    position: absolute;
}

.upgrade-tab-menu ul li:hover {
    color: #978f80;
    width: 61px;
    height: 61px;
    background: url(../images/item-icon-border.png) no-repeat;
}




#section-media {
    padding: 20px 20px;
    height: auto;
}

.slider-pro {
    margin: 0px;
}

.sp-full-screen-button:before {
    color: #fff;
    opacity: 0.7;
}

.video-block {
    padding: 10px;
    width: 100%;
    display: grid;
}

.video-block h1 {
    text-align: right;
    margin-bottom: 40px;
}

.video {
    width: 203px;
    margin-right: 10px;
    float: left;
}

.video .video-img {
    position: relative;
    height: 126px;
    display: block;
    cursor: url(../images/ko.cur), pointer;
    border-radius: 4px;
    border: 1px solid #84663e;
}

.video:last-child {
    margin-right: 0px;
}

.video .video-img:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    box-shadow: inset 0px 0px 50px 20px rgba(0, 0, 0, 0.9);
    border-radius: 4px;
}

.video .video-img:after {
    content: "";
    background: url(../images/play-icon.png) no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 32px;
    height: 32px;
    margin-left: -16px;
    margin-top: -16px;
}

.video .video-img:hover:before {
    background: rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px 0px 50px 20px rgba(0, 0, 0, 0.7);
}

.video .video-img img {
    width: 201px;
    border-radius: 4px;
}

.video h3 {
    color: #988469;
    font-weight: normal;
    font-size: 14px;
    text-transform: uppercase;
    margin-top: 8px;
    padding: 0 5px;
    margin-bottom: 0;
}

.video p {
    line-height: 1.4;
    font-size: 14px;
}

.modalx-overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    cursor: pointer;
    overflow: auto;
    visibility: hidden;
    -webkit-transition: background 0.25s linear;
    -moz-transition: background 0.25s linear;
    transition: background 0.25s linear;
}

.modal_window {
    z-index: 9999;
    position: relative;
    cursor: auto;
    margin: 0 auto;
    display: none;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    transition: all 0.25s linear;
    margin-bottom: 20px;
    transform: scale(0.4);
    background: #000;
    width: 80%;
    box-shadow: 0px 10px 63px 0px rgba(0, 0, 0, 0.5);
}

.close-r {
    display: block;
    position: absolute;
    margin-top: -25px;
    width: 70px;
    height: 70px;
    right: -35px;
    background: url(../images/close_popup.png) no-repeat;
    filter: hue-rotate(50deg);
    -webkit-filter: hue-rotate(50deg);
}

.modal_window iframe {
    border: 0px;
}

ul.top-user-list {
    display: block;
    margin: 5px 10px;
}

ul.top-user-list li {
    display: block;
    width: 100%;
    height: 37px;
    line-height: 15px;
    background: url(../images/top_user_line.png) bottom left repeat-x;
    text-align: left;
    font-family: 'Segoe UI Regular';
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .45);
}

ul.top-user-list li:last-child {
    background: none;
}

ul.top-user-list li p {
    float: left;
    font-size: 12px;
    margin: 10px 2px 0 0;
    white-space: nowrap;
    text-overflow: ellipsis;
}

ul.top-user-list li a {
    color: #988469;
    font-size: 13px;
    margin: 10px 2px 0 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    float: left;
    line-height: 18px;
}

ul.top-user-list li a:hover {
    color: #dfb768;
}

ul.top-user-list li span {
    float: right;
    color: #55493f;
    font-size: 13px;
    font-weight: bold;
    margin: 11px 0 0 0;
    max-width: 85px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

ul.top-user-list li span i {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    color: #55493f;
}

ul.top-clan-list {
    display: block;
    margin: 5px 10px;
}

ul.top-clan-list li {
    display: block;
    width: 100%;
    height: 37px;
    line-height: 15px;
    background: url(../images/top_user_line.png) bottom left repeat-x;
    text-align: left;
    font-family: 'Segoe UI Regular';
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .45);
}

ul.top-clan-list li:last-child {
    background: none;
}

ul.top-clan-list li p {
    float: left;
    font-size: 12px;
    margin: 10px 2px 0 0;
    white-space: nowrap;
    text-overflow: ellipsis;
}

ul.top-clan-list li a {
    color: #988469;
    font-size: 13px;
    margin: 10px 2px 0 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    float: left;
    line-height: 18px;
}

ul.top-clan-list li a:hover {
    color: #dfb768;
}

ul.top-clan-list li span {
    float: right;
    color: #55493f;
    font-size: 13px;
    font-weight: bold;
    margin: 11px 0 0 0;
    max-width: 85px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

ul.top-clan-list li span i {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    color: #55493f;
}

.nation.n1 {
    background-position: 0px -32px;
}

.nation.n2 {
    background-position: -16px -32px;
}

.class.c11 {
    background-position: -33px -32px;
}

.class.c12 {
    background-position: -48px -32px;
}

.class.c13 {
    background-position: -66px -32px;
}

.class.c14 {
    background-position: -82px -32px;
}

.class.c21 {
    background-position: -97px -32px;
}

.class.c22 {
    background-position: -113px -32px;
}

.class.c23 {
    background-position: -129px -32px;
}

.class.c24 {
    background-position: -145px -32px;
}

.grade.g1 {
    background-position: 0px 0px;
}

.grade.g2 {
    background-position: -16px 0px;
}

.grade.g3 {
    background-position: -32px 0px;
}

.grade.g4 {
    background-position: -48px 0px;
}

.grade.g5 {
    background-position: -64px 0px;
}

.grade.g6 {
    background-position: -80px 0px;
}

.grade.g7 {
    background-position: -96px 0px;
}

.grade.g8 {
    background-position: -112px 0px;
}

.grade.g9 {
    background-position: -128px 0px;
}

.grade.g10 {
    background-position: -144px 0px;
}

.grade.g11 {
    background-position: -160px 0px;
}

.grade.g12 {
    background-position: -176px 0px;
}

.grade.g13 {
    background-position: -192px 0px;
}

.grade.g14 {
    background-position: -208px 0px;
}

.grade.g15 {
    background-position: -224px 0px;
}

.symbol.a1 {
    background-position: 0px -16px;
}

.symbol.a2 {
    background-position: -16px -16px;
}

.symbol.a3 {
    background-position: -32px -16px;
}

.symbol.a4 {
    background-position: -48px -16px;
}

.symbol.a5 {
    background-position: -64px -16px;
}

.symbol.a6 {
    background-position: -80px -16px;
}

.symbol.b1 {
    background-position: -96px -16px;
}

.symbol.b2 {
    background-position: -112px -16px;
}

.symbol.b3 {
    background-position: -128px -16px;
}

.symbol.b4 {
    background-position: -144px -16px;
}

.symbol.b5 {
    background-position: -160px -16px;
}

.symbol.b6 {
    background-position: -176px -16px;
}

.pointer {
    cursor: pointer;
}

.status {
    font-family: 'Segoe UI Regular';
    float: right;
    font-style: normal;
    font-size: 11px;
}

.clanicon {
    vertical-align: middle;
    float: left;
    height: 16px;
    width: 16px;
    margin-right: 2px;
}

.nation,
.class,
.grade,
.symbol {
    background-image: url(../images/icon.bmp);
    vertical-align: middle;
    float: left;
    height: 16px;
    width: 16px;
    margin-right: 4px;
}

.status-button {
    border: 1px solid #1b120e;
    width: 50px;
    text-align: center;
    border-radius: 4px;
    color: #d3c8c1 !important;
    font-size: 10px !important;
    font-weight: 200 !important;
    font-family: 'Segoe UI Regular';
    text-shadow: 1px 1px 0 #090909, -1px -1px 0 #090909, 0 0 4px #000;
    letter-spacing: .5px;
    float: right;
    margin-top: 10px;
    line-height: 16px;
}

.status-button.off {
    background-color: #a21b1b;
}

.status-button.on {
    background-color: rgb(23, 115, 5);
}

.registration-button {
    text-align: center;
    position: relative;
    width: 100%;
    margin-top: 2%;
    z-index: 2;
}

.registration-button a {
    background: url(../images/registration-button.jpg) no-repeat;
    width: 330px;
    height: 70px;
    line-height: 70px;
    display: block;
    margin: 0 auto;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.7), 0px 5px 5px 0px rgba(0, 0, 0, 0.6);
    color: #371c0e;
    text-transform: uppercase;
    font-family: 'Trebuchet MS';
    font-weight: bold;
    font-size: 24px;
    text-shadow: 0px 1px 0px rgba(251, 220, 83, 0.4), 5px 5px 15px rgba(251, 220, 83, 0.5), -5px -5px 15px rgba(251, 220, 83, 0.5);
}

.registration-button a span {
    display: block;
    width: 100%;
    font-size: 14px;
    margin-top: 5px;
}

.registration-button-2 {
    text-align: center;
    position: relative;
    width: 100%;
    z-index: 2;
    margin-bottom: 20px;
}

.registration-button-2 a {
    background: url(../images/register_buton_bg.png) center top;
    width: 100%;
    height: 58px;
    padding-top: 10px;
    display: block;
    margin: 0 auto;
    color: #000;
    text-transform: uppercase;
    font-family: 'Metamorphous';
    font-weight: bold;
    font-size: 20px;
    text-shadow: 0px 1px 0px rgba(251, 220, 83, 0.4), 5px 5px 15px rgba(251, 220, 83, 0.5), -5px -5px 15px rgba(251, 220, 83, 0.5);
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

.registration-button-2 a span {
    display: block;
    width: 100%;
    font-size: 12px;
    margin-top: 5px;
}

.download-button {
    text-align: center;
    position: relative;
    width: 100%;
    z-index: 2;
    margin-bottom: 20px;
}

.download-button a {
    background: url(../images/download_buton_bg.png) center top;
    width: 100%;
    height: 58px;
    padding-top: 12px;
    display: block;
    margin: 0 auto;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Metamorphous';
    font-weight: normal;
    font-size: 20px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

.download-button a span {
    display: block;
    width: 100%;
    font-size: 9px;
    margin-top: 5px;
}

.pus-button {
    text-align: center;
    position: relative;
    width: 100%;
    z-index: 2;
    margin-bottom: 20px;
}

.pus-button a {
    width: 100%;
    height: 58px;
    display: block;
    margin: 0 auto;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

.npoint-button {
    text-align: right;
    position: relative;
    width: 100%;
    z-index: 2;
    margin-bottom: 20px;
}

.npoint-button a {
    background: url(../images/button_npoint_bg.png) no-repeat left center, url(../images/button_npoint_bg_2.png) no-repeat right center;
    width: 100%;
    height: 58px;
    padding-top: 14px;
    display: block;
    margin: 0 auto;
    color: #f5a617;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Metamorphous';
    font-weight: normal;
    font-size: 15px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .45), 0 0 6px rgba(0, 0, 0, .45);
}

.npoint-button a span {
    display: block;
    width: 100%;
    font-size: 9px;
    margin-top: 5px;
}

.counter-bar {
    display: flex;
}

.counter-bar .bar {
    border-top: 1px solid #af7a0c;
    border-bottom: 1px solid #af7a0c;
    height: 37px;
    width: 100%;
    float: left;
    position: relative;
}

.counter-bar .e-logo {
    width: 37px;
    height: 37px;
    border: 1px solid #af7a0c;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    float: left;
    background: url(../images/human_flag1.png) no-repeat;
}

.counter-bar .k-logo {
    width: 37px;
    height: 37px;
    border: 1px solid #af7a0c;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    float: left;
    background: url(../images/karus_flag1.png) no-repeat;
}

.counter-bar .bar .elmorad {
    background: #1b48a2;
    min-width: 20%;
    max-width: 80%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    font-size: 12px;
    color: white;
    line-height: 37px;
    position: absolute;
}

.counter-bar .bar .elmorad.index {
    z-index: 11;
    border-right: 2px solid rgba(0, 0, 0, 0.6);
}

.counter-bar .bar .karus {
    background: #a21b1b;
    min-width: 20%;
    max-width: 80%;
    height: 100%;
    top: 0;
    right: 0;
    text-align: center;
    font-size: 12px;
    color: white;
    line-height: 37px;
    position: absolute;
}

.counter-bar .bar .karus,
.counter-bar .bar .elmorad span {
    color: #d3c8c1;
    font-size: 11px;
    font-weight: 600;
    text-shadow: 0px 0px 2px #090909;
    letter-spacing: .5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.user-counter {
    text-align: center;
    position: relative;
    width: 100%;
    top: 107px;
    z-index: 2;
}

.user-counter .counter-title {
    font-size: 14px;
    color: #9dc70b;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-family: 'Trebuchet MS';
    font-weight: bold;
    line-height: 1.3;
}

.user-counter .counter-title span {
    display: block;
    color: #fdf9e1;
}

.counter-block {
    width: 100%;
    height: 46px;
    background: url(../images/counter_bg_left.png) no-repeat bottom left, url(../images/counter_bg_right.png) no-repeat bottom right;
    margin: 0 auto;
    position: relative;
    text-align: left;
    padding-top: 1px;
    top: -30px;
}

.counter-block img {
    height: 20px;
    margin-top: 16px;
    margin-left: 50px;
}

.counter-block:after {
    content: "";
    position: absolute;
    height: 46px;
    margin: 0px auto;
    top: -47px;
}

.counter-bar-left {
    background: url(../images/block_bg.png) top;
    box-shadow: 0 0 6px rgba(0, 0, 0, .25), 2px 2px 1px rgba(0, 0, 0, .05), inset 0 0 2px rgba(68, 51, 31, .35), inset 0 0 15px rgba(88, 71, 63, .20);
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    margin-bottom: 20px;
    padding: 10px;
}

.user-block {
    justify-content: space-around;
    width: 100%;
    margin: 0 auto;
}

.user-online {
    position: relative;
    text-align: center;
    width: 44px;
    height: 44px;
    background: url(../images/player-icon.png) no-repeat;
    color: #ffe0c8;
    font-weight: bold;
    font-family: 'Trebuchet MS';
    z-index: 8;
    top: -22px;
    padding-top: 17px;
}

.user-online:after {
    content: "";
    position: absolute;
    width: 44px;
    height: 44px;
    top: -25px;
    left: 50%;
    margin-left: -22px;
    z-index: -1;
}

.user-online span {
    display: block;
    font-size: 8px;
    color: #e48134;
    margin-top: 1px;
}

header.heragame {
    position: absolute;
    right: 0;
    left: 0;
    top: 80px;
}

.bar1,
.bar2,
.bar3 {
    width: 35px;
    height: 5px;
    background-color: #333;
    margin: 6px 0;
    transition: 0.4s;
}

.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px);
    transform: rotate(-45deg) translate(-9px, 6px);
}

.change .bar2 {
    opacity: 0;
}

.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-8px, -8px);
}

.carousel {
    height: 560px;
    margin-bottom: 51px;
}

.carousel .item {
    height: 560px;
}

.carousel-inner>.item>img {
    object-position: top;
    object-fit: cover;
    height: 560px;
}

.logo {
    text-align: center;
    position: relative;
    width: 100%;
    margin-top: 3%;
}

.logo img {
    width: 460px;
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:hover,
.navbar-inverse .navbar-nav>.open>a:focus {
    color: #dfb768;
    background-color: transparent;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    color: #dfb768;
    text-decoration: none;
    background-color: transparent;
}

.navbar-nav>li>.dropdown-menu {
    margin-top: 1px;
    border: 0;
    box-shadow: none;
    background: url(../images/block_bg.png) top center;
    min-width: 180px;
    padding: 0;
    left: -12px;
    z-index: 9999
}

.dropdown-menu>li>a {
    font-size: 13px;
}

.caret {
    margin-left: 5px;
    border-top: 5px dashed;
    border-top: 5px solid \9;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
}

.navbar {
    margin-bottom: 0 !important;
}

.navbar-inverse {
    background: url(../images/block_bg.png) top center;
    border-color: transparent !important;
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:hover,
.navbar-inverse .navbar-nav>.active>a:focus {
    color: #dfb768;
    font-weight: bold;
    background-color: transparent;
}

.navbar-inverse .navbar-nav>li>a {
    color: #988469;
}

.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus {
    color: #dfb768;
    background-color: transparent;
}

.top-panel {
    background: rgba(0, 0, 0, 0.50);
    padding: 10px 0px;
}

.top-panel>div {
    height: 70px;
}

.top-menu li {
    margin: 0px 14px;
    position: relative;
}

.top-menu li:after {
    content: "";
    position: absolute;
    right: -16px;
    top: 50%;
    margin-top: -12px;
    height: 24px;
    width: 0px;
    border-right: 1px solid rgba(255, 219, 180, 0.5);
}

.top-menu li:last-child:after {
    display: none;
}

.top-menu li:nth-child(7n):after {
    display: none;
}

.lang-block {
    position: absolute;
    top: 11px;
    right: 0;
}

.lang-block span {
    margin-top: 5px;
    display: block;
}

.lang-block {
    display: block;
    text-transform: uppercase;
    color: #988469;
    font-size: 10px;
    text-align: center;
    width: 24px;
    margin-right: 20px;
}

.lang-block:hover {
    margin-top: -3px;
    color: #dfb768;
    font-weight: bold;
}

.login-block {
    position: relative;
    float: left;
    margin: 21px 0px 0px 10px;
}

.login-block1:after {
    content: "";
    position: absolute;
    height: 17px;
    width: 1px;
    background: rgba(255, 219, 180, 0.5);
    left: calc(50% + -8px);
    top: 0px;
}

.login-block a {
    display: block;
    text-transform: uppercase;
    color: #988469;
    font-family: 'Segoe UI Regular';
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    width: 24px;
    margin-right: 14px;
}

.login-block a:hover {
    color: #dfb768;
    font-weight: bold;
}

.login-block a img {
    margin-bottom: 3px;
}

.social {
    padding: 14px 10px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
}

.social li {
    display: inline-block;
    margin: 0;
    margin-right: 10px;
    height: 30px;
    width: 30px;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    box-shadow: 0 0 5px rgba(0, 0, 0, .2), 1px 1px 1px rgba(0, 0, 0, .25);
    background: rgba(55, 63, 27, 0.30);
    border-radius: 4px;
}

.social li a {
    color: #988469;
}

.social li a:hover {
    color: #dfb768;
}

.social li:last-child {
    margin-right: 0px;
}

a svg {
    height: 22px;
    width: 18px;
    position: relative;
    top: 3px;
}

a svg #mixer {
    transition: 200ms;
    transition-timing-function: ease-in-out;
    -webkit-transition: 200ms;
    -webkit-transition-timing-function: ease-in-out;
}

a svg:hover #mixer {
    fill: #dfb768;
}

.tooltip {
    max-width: 100%;
}

.tooltip .tooltip-inner {
    min-height: auto;
    text-align: left;
}

.reg-button-mobil {
    transition: all 0.3s ease;
    background: url(../images/reg_button_bg.png) center no-repeat;
    background-size: cover;
    height: 38px;
    line-height: 38px;
    border: none;
    color: #ffec6c;
    text-shadow: 1px 2px 0px rgba(0, 0, 0, 0.7);
    filter: drop-shadow(0px 6px 8px rgba(0, 0, 0, 0.5));
    -webkit-filter: drop-shadow(0px 6px 8px rgba(0, 0, 0, 0.5));
    position: relative;
    z-index: 1;
    width: 80px;
    padding: 0px 15px;
    font-family: 'Trebuchet MS';
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    font-size: 13px;
    margin-top: 6px;
}

.reg-button-mobil:hover {
    background: url(../images/reg_button_hover.png) center no-repeat;
    color: #ffec6c;
    filter: drop-shadow(0px 6px 8px rgba(0, 0, 0, 0.5)) brightness(120%);
    -webkit-filter: drop-shadow(0px 6px 8px rgba(0, 0, 0, 0.5)) brightness(120%);
}

.login-button-mobil {
    transition: all 0.3s ease;
    background: url(../images/login_button_bg.png) center no-repeat;
    background-size: cover;
    height: 38px;
    line-height: 38px;
    border: none;
    color: #ffec6c;
    text-shadow: 1px 2px 0px rgba(0, 0, 0, 0.7);
    filter: drop-shadow(0px 6px 8px rgba(0, 0, 0, 0.5));
    -webkit-filter: drop-shadow(0px 6px 8px rgba(0, 0, 0, 0.5));
    position: relative;
    z-index: 1;
    width: 80px;
    padding: 0px 15px;
    font-family: 'Trebuchet MS';
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    font-size: 13px;
    margin-top: 6px;
}

.login-button-mobil:hover {
    background: url(../images/login_button_hover.png) center no-repeat;
    color: #ffec6c;
    filter: drop-shadow(0px 6px 8px rgba(0, 0, 0, 0.5)) brightness(120%);
    -webkit-filter: drop-shadow(0px 6px 8px rgba(0, 0, 0, 0.5)) brightness(120%);
}

.login-button {
    transition: all 0.3s ease;
    background: url(../images/login_button_bg.png) center no-repeat;
    background-size: cover;
    height: 38px;
    line-height: 38px;
    border: none;
    color: #ffec6c;
    text-shadow: 1px 2px 0px rgba(0, 0, 0, 0.7);
    filter: drop-shadow(0px 6px 8px rgba(0, 0, 0, 0.5));
    -webkit-filter: drop-shadow(0px 6px 8px rgba(0, 0, 0, 0.5));
    position: relative;
    z-index: 1;
    width: 80px;
    padding: 0px 15px;
    font-family: 'Trebuchet MS';
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    font-size: 13px;
    margin-top: 10px;
}

.modal-button {
    transition: all 0.3s ease;
    background: url(../images/login_button_bg.png) center no-repeat;
    background-size: cover;
    height: 38px;
    line-height: 38px;
    border: none;
    color: #ffec6c;
    text-shadow: 1px 2px 0px rgba(0, 0, 0, 0.7);
    filter: drop-shadow(0px 6px 8px rgba(0, 0, 0, 0.5));
    -webkit-filter: drop-shadow(0px 6px 8px rgba(0, 0, 0, 0.5));
    position: relative;
    z-index: 1;
    width: 80px;
    padding: 0px 15px;
    font-family: 'Trebuchet MS';
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    font-size: 13px;
    margin-top: 10px;
}

.modal-button:hover {
    background: url(../images/login_button_hover.png) center no-repeat;
    color: #ffec6c;
    filter: drop-shadow(0px 6px 8px rgba(0, 0, 0, 0.5)) brightness(120%);
    -webkit-filter: drop-shadow(0px 6px 8px rgba(0, 0, 0, 0.5)) brightness(120%);
}

.modal-button.red {
    background: url(../images/button-bg-red.png) center no-repeat;
    width: 141px;
}

.modal-button.red:hover {
    background: url(../images/button-bg-red-hover.png) center no-repeat;
    width: 141px;
}

.top-menu li a {
    color: #988469;
    text-transform: uppercase;
    height: 60px !important;
    line-height: 60px !important;
    padding-left: 47px !important;
    padding: 0px;
    font-weight: bold;
    position: relative;
    background-repeat: no-repeat;
    background-position: left center;
    display: block;
}

.top-menu li a:hover {
    background-position: left 5px center;
}

.top-menu li a.home-icon {
    background-image: url(../images/menu_home_icon.png);
}

.top-menu li a.rank-icon {
    background-image: url(../images/menu_rank_icon.png);
}

.top-menu li a.guide-icon {
    background-image: url(../images/menu_guide_icon.png);
}

.top-menu li a.pus-icon {
    background-image: url(../images/menu_pus_icon.png);
}

.top-menu li a.forum-icon {
    background-image: url(../images/menu_forum_icon.png);
}

.top-menu li a.media-icon {
    background-image: url(../images/menu_media_icon.png);
}

.top-menu li a.turnuva-icon {
    background-image: url(../images/menu_turnuva_icon.png);
}

.fa.menu-icon,
.fas.menu-icon {
    font-size: 14px;
    margin-right: 4px;
    width: 20px;
    text-align: center;
}


.top-menu li a.sub {
    padding-left: 0 !important;
    font-size: 12px;
    line-height: 40px !important;
    height: 40px !important;
    color: #988469
}

.top-menu li a:hover {
    color: #dfb768
}

.top-menu li .sub.active {
    color: #dfb768;
}


.top-menu li.sub {
    background: url(../images/top_user_line.png) no-repeat bottom;
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #000 !important;
}

.navbar-inverse .navbar-toggle {
    background-color: #af7a0c !important;
}

.navbar-inverse .navbar-toggle {
    border-color: transparent;
}

footer {
    background: rgba(0, 0, 0, 0.35);
    padding: 10px 0px;
    margin-top: 20px;
}

footer .main {
    margin: 10px 0;
}

.partner {
    width: 150px;
    height: 56px;
    margin: 20px 0px 20px 15px;
}

.partner.hera-game a {
    background: url(../images/logo_small.png) center center no-repeat;
    width: 150px;
    height: 56px;
    position: absolute;
}

.partner.klas-game a {
    background: url(../images/klasgame_logo.png) center center no-repeat;
    width: 150px;
    height: 56px;
    position: absolute;
}

.partner.maxacs a {
    background: url(../images/maxacs_logo.png) center center no-repeat;
    width: 150px;
    height: 56px;
    position: absolute;
}

.partner-2 {
    width: 150px;
    height: 56px;
    margin: 20px 0px 20px 15px;
}

.partner-2 .dmca a {
    background: url(../images/dmca.png) center center no-repeat;
    width: 75px;
    height: 56px;
    float: left;
}

.partner-2 .ssl a {
    background: url(../images/ssl.png) center center no-repeat;
    width: 75px;
    height: 56px;
    float: left;
}

footer p {
    text-align: center;
    padding: 10px;
    margin-bottom: 10px;
    line-height: 16px;
    font-size: 11px;
    display: inline-block;
    height: auto;
}

footer .header {
    width: 100%;
    margin: 0;
}

footer .header h3 {
    width: auto;
    line-height: 40px;
    padding-left: 14px;
    font-family: 'Metamorphous';
    font-weight: normal;
    font-size: 12px;
    color: #bb810e;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .45), 0 0 6px rgba(0, 0, 0, .45);
    margin: 0;
    background: url(../images/top_user_line.png) bottom left repeat-x;
}

footer ul {
    display: block;
    margin: 5px 15px;
}

footer ul li {
    display: block;
    width: 100%;
    line-height: 24px;
    text-align: left;
    font-family: 'Segoe UI Regular';
    font-size: 14px;
    color: #988469;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .45);
}

footer ul li a:hover {
    color: #dfb768;
    margin-left: 2px;
}

.modal-content {
    background: url(../images/block_bg.png) top center;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 2px solid rgb(50, 57, 43);
    border-radius: 6px;
}

.modal-header {
    padding: 17px;
    background: url(../images/header_bg_big.png) no-repeat left top;
    border-bottom: 0
}

.modal-title {
    margin: 0;
    line-height: 1.42857143;
    font-family: 'Metamorphous';
    font-weight: bold;
    float: left;
    font-size: 15px;
    color: #af7a0c;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .45), 0 0 6px rgba(0, 0, 0, .45);
}

.close {
    cursor: url(../images/ko.cur), pointer !important;
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #ffec6c;
    text-shadow: none;
    filter: alpha(opacity=100);
    opacity: 1;
}

.close:hover {
    color: #7f5b04;
}

.form-title {
    display: block;
    font-size: 12px;
    background: linear-gradient(#d0c6bc, #a89e93);
    -webkit-background-clip: text;
    color: transparent;
    text-transform: uppercase;
    font-weight: bold;
    padding-left: 2px;
    margin-bottom: 5px;
}

.bl-0 {
    border-left: 0px !important;
}

.br-0 {
    border-right: 0px !important;
}

.btn-search {
    border: 1px solid rgb(50, 57, 43);
    height: 40px;
    border-radius: 4px;
    color: #a0651a;
    background: rgba(0, 0, 0, .20);
    box-shadow: inset 1px 1px 2px rgba(0, 0, 0, .25), inset 0 0 10px rgba(0, 0, 0, .10), 1px 1px 0 rgba(54, 45, 40, .25);
    transition: all 300ms;
    -moz-transition: all 300ms;
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
    cursor: url(../images/ko.cur), pointer;
}

.btn-search:hover {
    color: #dfb768;
}

.btn-search:focus {
    border-color: #dfb768;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(223, 183, 104, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(223, 183, 104, .6);
}

.button-orange {
    background: url(../images/button-orange.png) no-repeat;
    width: 244px;
    height: 57px !important;
    color: #eddbbb;
}

.cp-button {
    text-align: center;
    margin-top: 15px;
}

.button-s1 {
    cursor: url(../images/ko.cur), pointer;
    transition: all 0.3s ease;
    height: 38px;
    line-height: 38px;
    border: none;
    color: #f2f2f2;
    text-shadow: 1px 2px 0px rgba(0, 0, 0, 0.7);
    filter: drop-shadow(0px 6px 8px rgba(0, 0, 0, 0.5));
    -webkit-filter: drop-shadow(0px 6px 8px rgba(0, 0, 0, 0.5));
    position: relative;
    z-index: 1;
    min-width: 141px;
    padding: 0px 15px;
    font-family: 'Trebuchet MS';
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
}

.modal-login a {
    color: #988469;
    font-size: 13px;
    font-weight: bold;
}

.modal-login a:hover {
    color: #dfb768;
    margin-left: 2px;
}

.modal-login span {
    color: #dfb768;
    margin-top: 10px;
    margin-bottom: 15px;
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #988469;
    text-align: center;
    border-radius: 4px;
    border: 1px solid rgb(50, 57, 43);
    background: rgba(0, 0, 0, .20);
    box-shadow: inset 1px 1px 2px rgba(0, 0, 0, .25), inset 0 0 10px rgba(0, 0, 0, .10), 1px 1px 0 rgba(54, 45, 40, .25);
    transition: all 300ms;
    -moz-transition: all 300ms;
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
    cursor: url(../images/ko.cur), pointer;
}

.form-control::placeholder {
    color: #A07332;
}

.form-control {
    color: #A07332;
}

.kingdom-bg {
    padding: 0 10px;
    margin: 10px;
    margin-bottom: 0;
    border: 1px solid rgb(50, 57, 43);
    border-radius: 4px;
    background: rgba(0, 0, 0, .20);
    box-shadow: inset 1px 1px 2px rgba(0, 0, 0, .25), inset 0 0 10px rgba(0, 0, 0, .10), 1px 1px 0 rgba(54, 45, 40, .25);
    transition: all 300ms;
    -moz-transition: all 300ms;
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
}

.kingdom-bg .tablo {
    background: url(../images/kingdom_list_bg.png) top left no-repeat;
    height: 291px;
    width: 993px;
    margin: 20px auto;
}

.kingdom-bg .tablo h3 {
    width: 100%;
    text-align: center;
    font-size: 14px;
    top: 28px;
    color: whitesmoke;
    position: relative;
    margin: 0;
}

.kingdom-bg .tablo .karus {
    margin-top: 69px;
    margin-left: 38px;
    width: 455px;
    height: 168px;
    float: left;
}

.kingdom-bg .tablo .elmorad {
    margin-top: 69px;
    margin-left: 8px;
    width: 455px;
    height: 168px;
    float: left;
}

.kingdom-bg .tablo .karus table thead,
.kingdom-bg .tablo .elmorad table thead {
    padding: 0px 18px;
    color: #dfb768 !important;
    line-height: 33px;
}

.kingdom-bg .tablo .karus table thead tr td:nth-child(1),
.kingdom-bg .tablo .elmorad table thead tr td:nth-child(1) {
    width: 33px;
    text-align: center;
}

.kingdom-bg .tablo .karus table thead tr td:nth-child(2),
.kingdom-bg .tablo .elmorad table thead tr td:nth-child(2) {
    width: 177px;
    padding-left: 10px;
}

.kingdom-bg .tablo .karus table thead tr td:nth-child(3),
.kingdom-bg .tablo .elmorad table thead tr td:nth-child(3) {
    width: 155px;
    padding-left: 10px;
}

.kingdom-bg .tablo .karus table thead tr td:nth-child(4),
.kingdom-bg .tablo .elmorad table thead tr td:nth-child(4) {
    width: 88px;
    text-align: center;
}

.kingdom-bg .tablo .karus table tbody,
.kingdom-bg .tablo .elmorad table tbody {
    padding: 0;
    color: #988469 !important;
    line-height: 27px;
}

.kingdom-bg .tablo .karus table tbody tr td:nth-child(1),
.kingdom-bg .tablo .elmorad table tbody tr td:nth-child(1) {
    width: 33px;
    text-align: center;
}

.kingdom-bg .tablo .karus table tbody tr td:nth-child(2),
.kingdom-bg .tablo .elmorad table tbody tr td:nth-child(2) {
    width: 177px;
    padding-left: 10px;
}

.kingdom-bg .tablo .karus table tbody tr td:nth-child(3),
.kingdom-bg .tablo .elmorad table tbody tr td:nth-child(3) {
    width: 155px;
    padding-left: 10px;
}

.kingdom-bg .tablo .karus table tbody tr td:nth-child(4),
.kingdom-bg .tablo .elmorad table tbody tr td:nth-child(4) {
    width: 88px;
    text-align: center;
}

.kingdom-bg .tablo .karus table tbody tr td:nth-child(2) p,
.kingdom-bg .tablo .elmorad table tbody tr td:nth-child(2) p {
    padding-top: 5px;
    position: absolute;
}

.kingdom-bg .tablo .karus table tbody tr td:nth-child(2) a,
.kingdom-bg .tablo .elmorad table tbody tr td:nth-child(2) a {
    position: relative;
    left: 20px;
    color: #988469;
}

.kingdom-bg .tablo .karus table tbody tr td:nth-child(2) a:hover,
.kingdom-bg .tablo .elmorad table tbody tr td:nth-child(2) a:hover {
    color: #dfb768;
    margin-left: 2px;
}

.kingdom-bg .tablo .karus table tbody tr td:nth-child(3) a,
.kingdom-bg .tablo .elmorad table tbody tr td:nth-child(3) a {
    position: relative;
    color: #988469;
}

.kingdom-bg .tablo .karus table tbody tr td:nth-child(3) a:hover,
.kingdom-bg .tablo .elmorad table tbody tr td:nth-child(3) a:hover {
    color: #dfb768;
    margin-left: 2px;
}


.form-control:focus {
    border-color: #dfb768;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(223, 183, 104, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(223, 183, 104, .6);
}

.dt-search:focus {
    border-color: #dfb768;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(223, 183, 104, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(223, 183, 104, .6);
}

.select-styled:focus {
    border-color: #dfb768;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(223, 183, 104, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(223, 183, 104, .6);
}


@media (min-width: 768px) {
    .navbar-header {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .user-counter {
        top: 57px;
    }

    .carousel {
        height: 400px;
    }

    .carousel .item {
        height: 400px;
    }

    .carousel-inner>.item>img {
        height: 400px;
    }

    .logo img {
        width: 300px;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {

    ul.top-clan-list li span,
    ul.top-user-list li span {
        display: none;
    }

    .counter-bar .bar {
        width: 148px;
    }

    .user-counter {
        top: 89px;
    }

    .carousel {
        height: 500px;
    }

    .carousel .item {
        height: 500px;
    }

    .carousel-inner>.item>img {
        height: 500px;
    }

    .logo img {
        width: 400px;
    }
}

@media (min-width: 991px) and (max-width: 2000px) {
    .counter-bar-left {
        display: none;
    }

    .counter-bar .bar {
        width: 198px;
    }
}

@media (min-width: 767px) and (max-width: 2000px) {
    .navbar-inverse .navbar-nav>li.en-mobil {
        display: none;
    }
}

@media (min-width: 100px) and (max-width: 992px) {
    .top-menu li a {
        padding-left: 0px !important;
    }

    .top-menu li:nth-child(1n) a {
        background: none;
    }
}

@media (min-width: 100px) and (max-width: 990px) {
    .counter-bar-right {
        display: none;
    }

    .counter-bar {
        margin-bottom: 0px;
    }
}

@media (min-width: 100px) and (max-width: 766px) {
    .navbar-wrapper .navbar .container.flex-s-c {
        display: block;
    }

    .user-counter {
        display: none;
    }

    .lang-block {
        display: none;
    }

    .login-button {
        display: none;
    }

    .top-menu li:after {
        display: none;
    }

    .carousel {
        height: 300px;
    }

    .carousel .item {
        height: 300px;
    }

    .carousel-inner>.item>img {
        height: 300px;
    }

    .logo img {
        width: 300px;
    }

    .navbar-wrappe1r {
        padding-bottom: 0;
    }

    .disable {
        display: none;
    }
}

@media (min-width: 100px) and (max-width: 446px) {
    .event-counter ul {
        bottom: 50px;
        left: 0px;
        width: 219px;
        background: #af7a0c;
        padding: 3px;
        position: relative;
        border-bottom-left-radius: 0;
        margin: 0 auto;
    }

    .eventcontent .counter {
        position: relative;
        float: none;
        right: 0px;
        bottom: -120px;
        background: #af7a0c;
        height: 24px;
        padding-top: 3px;
        padding-left: 3px;
        border-bottom-right-radius: 0;
        margin: 0 auto;
        width: 219px;
    }

    .eventcontent .counter p:last-child {
        margin-right: 0px;
    }

    .eventcontent .counter p {
        margin-right: 16px;
    }
}


/*
 * This combined file was created by the DataTables downloader builder:
 *   https://datatables.net/download
 *
 * To rebuild or modify this file with the latest versions of the included
 * software please visit:
 *   https://datatables.net/download/#dt/dt-1.10.18
 *
 * Included libraries:
 *   DataTables 1.10.18
 */


/*
 * Table styles
 */

table.dataTable {
    width: 100%;
    margin: 0 auto;
    clear: both;
    border-collapse: separate;
    border-spacing: 0;
    /*
     * Header and footer styles
     */
    /*
     * Body styles
     */
}

table.dataTable.display tbody tr img {
    height: 34px;
    width: 34px;
}

table.dataTable thead th,
table.dataTable tfoot th {
    font-weight: bold;
}

table.dataTable thead th,
table.dataTable thead td {
    padding: 10px 18px;
    border-bottom: 1px solid #111;
    color: #dfb768 !important;
}

table.dataTable thead th:active,
table.dataTable thead td:active {
    outline: none;
}

table.dataTable tfoot th,
table.dataTable tfoot td {
    padding: 10px 18px 6px 18px;
    border-top: 1px solid #111;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
    cursor: pointer;
    *cursor: hand;
    background-repeat: no-repeat;
    background-position: center right;
}

table.dataTable thead .sorting {
    background-image: url("../images/sort_both.png");
}

table.dataTable thead .sorting_asc {
    background-image: url("../images/sort_asc.png");
    width: 70px !important;
    max-width: 80px !important;
}

table.dataTable thead .sorting_desc {
    background-image: url("../images/sort_desc.png");
}

table.dataTable thead .sorting_asc_disabled {
    background-image: url("../images/sort_asc_disabled.png");
}

table.dataTable thead .sorting_desc_disabled {
    background-image: url("../images/sort_desc_disabled.png");
}

table.dataTable tbody tr {
    background-color: #ffffff;
}

table.dataTable tbody tr.selected {
    background-color: #B0BED9;
}

table.dataTable tbody th,
table.dataTable tbody td {
    padding: 10px 18px;
}

table.dataTable tbody th,
table.dataTable tbody td span {
    color: #22ad06;
}

table.dataTable.row-border tbody th,
table.dataTable.row-border tbody td,
table.dataTable.display tbody th,
table.dataTable.display tbody td {
    border-top: 1px solid #ddd;
}

table.dataTable.row-border tbody tr:first-child th,
table.dataTable.row-border tbody tr:first-child td,
table.dataTable.display tbody tr:first-child th,
table.dataTable.display tbody tr:first-child td {
    border-top: none;
}

table.dataTable.cell-border tbody th,
table.dataTable.cell-border tbody td {
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

table.dataTable.cell-border tbody tr th:first-child,
table.dataTable.cell-border tbody tr td:first-child {
    border-left: 1px solid #ddd;
}

table.dataTable.cell-border tbody tr:first-child th,
table.dataTable.cell-border tbody tr:first-child td {
    border-top: none;
}

table.dataTable.stripe tbody tr.odd,
table.dataTable.display tbody tr.odd {
    background-color: #15170b;
}

table.dataTable.stripe tbody tr.odd.selected,
table.dataTable.display tbody tr.odd.selected {
    background-color: #acbad4;
}

table.dataTable.hover tbody tr:hover,
table.dataTable.display tbody tr:hover {
    background-color: #f6f6f6;
}

table.dataTable.hover tbody tr:hover.selected,
table.dataTable.display tbody tr:hover.selected {
    background-color: #aab7d1;
}

table.dataTable.order-column tbody tr>.sorting_1,
table.dataTable.order-column tbody tr>.sorting_2,
table.dataTable.order-column tbody tr>.sorting_3,
table.dataTable.display tbody tr>.sorting_1,
table.dataTable.display tbody tr>.sorting_2,
table.dataTable.display tbody tr>.sorting_3 {
    background-color: #fafafa;
}

table.dataTable.order-column tbody tr.selected>.sorting_1,
table.dataTable.order-column tbody tr.selected>.sorting_2,
table.dataTable.order-column tbody tr.selected>.sorting_3,
table.dataTable.display tbody tr.selected>.sorting_1,
table.dataTable.display tbody tr.selected>.sorting_2,
table.dataTable.display tbody tr.selected>.sorting_3 {
    background-color: #acbad5;
}

table.dataTable.display tbody tr.odd>.sorting_1,
table.dataTable.order-column.stripe tbody tr.odd>.sorting_1 {
    background-color: #f1f1f1;
}

table.dataTable.display tbody tr.odd>.sorting_2,
table.dataTable.order-column.stripe tbody tr.odd>.sorting_2 {
    background-color: #f3f3f3;
}

table.dataTable.display tbody tr.odd>.sorting_3,
table.dataTable.order-column.stripe tbody tr.odd>.sorting_3 {
    background-color: whitesmoke;
}

table.dataTable.display tbody tr.odd.selected>.sorting_1,
table.dataTable.order-column.stripe tbody tr.odd.selected>.sorting_1 {
    background-color: #a6b4cd;
}

table.dataTable.display tbody tr.odd.selected>.sorting_2,
table.dataTable.order-column.stripe tbody tr.odd.selected>.sorting_2 {
    background-color: #a8b5cf;
}

table.dataTable.display tbody tr.odd.selected>.sorting_3,
table.dataTable.order-column.stripe tbody tr.odd.selected>.sorting_3 {
    background-color: #a9b7d1;
}

table.dataTable.display tbody tr.even>.sorting_1,
table.dataTable.order-column.stripe tbody tr.even>.sorting_1 {
    background-color: #fafafa;
}

table.dataTable.display tbody tr.even>.sorting_2,
table.dataTable.order-column.stripe tbody tr.even>.sorting_2 {
    background-color: #fcfcfc;
}

table.dataTable.display tbody tr.even>.sorting_3,
table.dataTable.order-column.stripe tbody tr.even>.sorting_3 {
    background-color: #fefefe;
}

table.dataTable.display tbody tr.even.selected>.sorting_1,
table.dataTable.order-column.stripe tbody tr.even.selected>.sorting_1 {
    background-color: #acbad5;
}

table.dataTable.display tbody tr.even.selected>.sorting_2,
table.dataTable.order-column.stripe tbody tr.even.selected>.sorting_2 {
    background-color: #aebcd6;
}

table.dataTable.display tbody tr.even.selected>.sorting_3,
table.dataTable.order-column.stripe tbody tr.even.selected>.sorting_3 {
    background-color: #afbdd8;
}

table.dataTable.display tbody tr:hover>.sorting_1,
table.dataTable.order-column.hover tbody tr:hover>.sorting_1 {
    background-color: #eaeaea;
}

table.dataTable.display tbody tr:hover>.sorting_2,
table.dataTable.order-column.hover tbody tr:hover>.sorting_2 {
    background-color: #ececec;
}

table.dataTable.display tbody tr:hover>.sorting_3,
table.dataTable.order-column.hover tbody tr:hover>.sorting_3 {
    background-color: #efefef;
}

table.dataTable.display tbody tr:hover.selected>.sorting_1,
table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_1 {
    background-color: #a2aec7;
}

table.dataTable.display tbody tr:hover.selected>.sorting_2,
table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_2 {
    background-color: #a3b0c9;
}

table.dataTable.display tbody tr:hover.selected>.sorting_3,
table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_3 {
    background-color: #a5b2cb;
}

table.dataTable.no-footer {
    border-bottom: 1px solid #111;
}

table.dataTable.nowrap th,
table.dataTable.nowrap td {
    white-space: nowrap;
}

table.dataTable.compact thead th,
table.dataTable.compact thead td {
    padding: 4px 17px 4px 4px;
}

table.dataTable.compact tfoot th,
table.dataTable.compact tfoot td {
    padding: 4px;
}

table.dataTable.compact tbody th,
table.dataTable.compact tbody td {
    padding: 4px;
}

table.dataTable th.dt-left,
table.dataTable td.dt-left {
    text-align: left;
}

table.dataTable th.dt-center,
table.dataTable td.dt-center,
table.dataTable td.dataTables_empty {
    text-align: center;
}

table.dataTable th.dt-right,
table.dataTable td.dt-right {
    text-align: right;
}

table.dataTable th.dt-justify,
table.dataTable td.dt-justify {
    text-align: justify;
}

table.dataTable th.dt-nowrap,
table.dataTable td.dt-nowrap {
    white-space: nowrap;
}

table.dataTable thead th.dt-head-left,
table.dataTable thead td.dt-head-left,
table.dataTable tfoot th.dt-head-left,
table.dataTable tfoot td.dt-head-left {
    text-align: left;
}

table.dataTable thead th.dt-head-center,
table.dataTable thead td.dt-head-center,
table.dataTable tfoot th.dt-head-center,
table.dataTable tfoot td.dt-head-center {
    text-align: center;
}

table.dataTable thead th.dt-head-right,
table.dataTable thead td.dt-head-right,
table.dataTable tfoot th.dt-head-right,
table.dataTable tfoot td.dt-head-right {
    text-align: right;
}

table.dataTable thead th.dt-head-justify,
table.dataTable thead td.dt-head-justify,
table.dataTable tfoot th.dt-head-justify,
table.dataTable tfoot td.dt-head-justify {
    text-align: justify;
}

table.dataTable thead th.dt-head-nowrap,
table.dataTable thead td.dt-head-nowrap,
table.dataTable tfoot th.dt-head-nowrap,
table.dataTable tfoot td.dt-head-nowrap {
    white-space: nowrap;
}

table.dataTable tbody th.dt-body-left,
table.dataTable tbody td.dt-body-left {
    text-align: left;
}

table.dataTable tbody th.dt-body-center,
table.dataTable tbody td.dt-body-center {
    text-align: center;
}

table.dataTable tbody th.dt-body-right,
table.dataTable tbody td.dt-body-right {
    text-align: right;
}

table.dataTable tbody th.dt-body-justify,
table.dataTable tbody td.dt-body-justify {
    text-align: justify;
}

table.dataTable tbody th.dt-body-nowrap,
table.dataTable tbody td.dt-body-nowrap {
    white-space: nowrap;
}

table.dataTable,
table.dataTable th,
table.dataTable td {
    box-sizing: content-box;
}


/*
   * Control feature layout
   */

.dataTables_wrapper {
    position: relative;
    clear: both;
    *zoom: 1;
    zoom: 1;
}

.dataTables_wrapper .dataTables_length {
    float: left;
}

.dataTables_wrapper .dataTables_filter {
    float: right;
    text-align: right;
}

.dataTables_wrapper .dataTables_filter input {
    margin-left: 0.5em;
}

.dataTables_wrapper .dataTables_info {
    clear: both;
    float: left;
    padding-top: 15px;
    padding-bottom: 15px;
}

.dataTables_wrapper .dataTables_paginate {
    float: right;
    text-align: right;
    padding-top: 15px;
    padding-bottom: 15px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    font-family: 'Segoe UI Regular';
    font-weight: bold;
    font-size: 10px;
    text-transform: uppercase;
    color: #988469 !important;
    padding: 5px 8px;
    text-shadow: 0 0 5px rgba(0, 0, 0, .2), 1px 1px 1px rgba(0, 0, 0, .25);
    background: transparent !important;
    border-radius: 4px;
    border: 0;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current {
    font-family: 'Segoe UI Regular';
    font-weight: bold;
    font-size: 10px;
    text-transform: uppercase;
    color: #988469 !important;
    padding: 5px 8px;
    text-shadow: 0 0 5px rgba(0, 0, 0, .2), 1px 1px 1px rgba(0, 0, 0, .25);
    background: rgba(55, 63, 27, 0.30) !important;
    border-radius: 4px;
    border: 1px solid #32392b;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #A07332 !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    color: #A07332 !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: #A07332 !important;
    border-radius: 4px;
    border: 1px solid #32392b;
    background: rgba(55, 63, 27, 0.30) !important;

}

.dataTables_wrapper .dataTables_paginate .paginate_button:active {
    color: #A07332 !important;
}

.dataTables_wrapper .dataTables_paginate .ellipsis {
    padding: 0
}

.dataTables_paginate-off {
    display: none;
}

.dataTables_wrapper .dataTables_processing {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 40px;
    margin-left: -50%;
    margin-top: -25px;
    padding-top: 20px;
    text-align: center;
    font-size: 1.2em;
    background-color: white;
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0.9)), color-stop(75%, rgba(255, 255, 255, 0.9)), color-stop(100%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
    background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
}

.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
    color: #A07332;
}

.dataTables_wrapper .dataTables_scroll {
    clear: both;
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
    *margin-top: -1px;
    -webkit-overflow-scrolling: touch;
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>thead>tr>th,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>thead>tr>td,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>tbody>tr>th,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>tbody>tr>td {
    vertical-align: middle;
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>thead>tr>th>div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>thead>tr>td>div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>tbody>tr>th>div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>tbody>tr>td>div.dataTables_sizing {
    height: 0;
    overflow: hidden;
    margin: 0 !important;
    padding: 0 !important;
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
    border-bottom: 1px solid #111;
}

.dataTables_wrapper.no-footer div.dataTables_scrollHead table.dataTable,
.dataTables_wrapper.no-footer div.dataTables_scrollBody>table {
    border-bottom: none;
}

.dataTables_wrapper:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both;
    height: 0;
}

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

    .dataTables_wrapper .dataTables_info,
    .dataTables_wrapper .dataTables_paginate {
        float: none;
        text-align: center;
    }

    .dataTables_wrapper .dataTables_paginate {
        margin-top: 0.5em;
    }
}

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

    .dataTables_wrapper .dataTables_length,
    .dataTables_wrapper .dataTables_filter {
        float: none;
        text-align: center;
    }

    .dataTables_wrapper .dataTables_filter {
        margin-top: 0.5em;
    }
}



.label-danger {
    background-color: #d9534f;
    display: block;
    margin-bottom: 5px;
    color: white !important;
    max-width: 80%;
}




.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dropdown-content p {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
    background-color: #ddd;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.achieve {
    width: 858px;
    height: auto;
    margin: 20px auto;
}

.achieve ul {
    list-style: none;
    left: 12px;
    background: url(../images/achieve_menu_bg.png) no-repeat top center;
    height: 86px;
    margin: 0;
}

.achieve>li {
    position: relative;
    display: block;
    float: left;
    margin: 0;
    left: 14px;
    top: 50px;
    padding-right: 3px;
}

.achieve>li>a {
    height: 26px;
    width: 69px;
    line-height: 34px;
    text-align: center;
    display: block;
    color: #a2a0a0;
    background: url(../images/achieve_menu.png) no-repeat bottom left;
}

.achieve>li.active>a,
.achieve>li.active>a:hover,
.achieve>li.active>a:focus {
    background: url(../images/achieve_menu_active.png) no-repeat bottom left;
    color: #dddd6f;
}

.achieve .summary {
    background: url(../images/achieve_summary_bg.png) no-repeat top center;
    height: 489px;
}

.achieve .ability,
.achieve .defensive,
.achieve .adventure,
.achieve .battle,
.achieve .quest {
    background: url(../images/achieve_bg.png) no-repeat top center;
    height: 489px;
}

.achieve-left-menu ul {
    float: left;
    height: 428px;
    width: 259px;
    margin-top: 31px;
    margin-left: 41px;
    padding: 15px;
    background: none;
}


.achieve-left-menu li {
    padding: 7px 10px;
}

.achieve-left-menu li a {
    color: #76ebeb;
    padding: 10px;
    letter-spacing: 1px;
}

.achieve-right {
    float: left;
    height: 428px;
    width: 490px;
    margin-top: 31px;
    margin-left: 34px;
    margin-right: 34px;
    padding-left: 14px;
    padding-right: 7px;
    padding-top: 12px;
    background: none;
}

.achieve-right .scrollbar {
    max-height: 410px;
    margin: 0px;
    padding: 0px;
    overflow-y: scroll;
    overflow-x: hidden;
    position: relative;
    border-radius: 4px;
}

.achieve-right .scrollbar.style-1::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: transparent;
    width: 10px;
}

.achieve-right .scrollbar.style-1::-webkit-scrollbar {
    width: 10px;
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.5);
}

.achieve-right .scrollbar.style-1::-webkit-scrollbar-thumb {
    border-radius: 10px;
    height: 100px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #555;
}

.achieve-right .scrollbar.style-1::-webkit-scrollbar-thumb:hover {
    background-color: #333;
}

.achieve-right .detail {
    margin-bottom: 10px;
    margin-right: 5px;
    background-color: #0d0e06;
    border: 1px solid #898c56;
    border-radius: 0;
    display: flow-root;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}

.achieve-right .detail p {
    float: left;
    color: #fddeab;
}

.achieve-right .detail .bar {
    background: url(../images/achieve_item_detail_bg.png) no-repeat;
    width: 318px;
    height: 18px;
    float: right;
    margin-right: 1px;
}

.achieve-right ul {
    background: none;
}

.achieve-quest-item {
    background: url(../images/achieve_quest_bg.png) no-repeat top left;
    height: 72px;
    width: 454px;
    margin-bottom: 10px;
}

.achieve-quest-item .info {
    float: left;
    width: 385px;
}

.achieve-quest-item .info a {
    float: right;
    margin-top: 3px;
    height: 20px;
    width: 20px;
    background: url(../images/plus_button.png) no-repeat;
    border: none;
}

.achieve-quest-item .info a:hover {
    background: url(../images/plus_button_hover.png) no-repeat;
}

.achieve-quest-item .info a.ability {
    background: url(../images/achieve_icon_challenge.bmp) no-repeat top right;
    height: 43px;
    width: 43px;
    margin-top: 3px;
    margin-left: 3px;
    margin-right: 10px;
    background-size: cover;
    float: left;
}

.achieve-quest-item .info h4 {
    height: 24px;
    color: #e7773c;
    font-weight: bold;
    font-size: 13px;
    line-height: 26px;
    margin-bottom: 0;
}

.achieve-quest-item .info h3 {
    height: 24px;
    color: #00ff83;
    font-weight: bold;
    font-size: 13px;
    line-height: 26px;
    margin-bottom: 0;
}

.achieve-quest-item .info h2 {
    height: 24px;
    color: #c6c6c4;
    font-weight: bold;
    font-size: 12px;
    line-height: 26px;
    margin-bottom: 0;
    margin-left: 8px;
}

.achieve-quest-item .complete {
    background: url(../images/achieve_complete.png) no-repeat top center;
    height: 72px;
    width: 68px;
    float: right;
}

.achieve-quest-item .complete p {
    color: #d39d4a;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    margin-top: 25px;
}

.achieve-quest-item .noncomplete {
    background: url(../images/achieve_noncomplete.png) no-repeat top center;
    height: 72px;
    width: 68px;
    float: right;
}

.achieve-quest-item .noncomplete p {
    color: #d39d4a;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    margin-top: 25px;
}

.shozin-bg {
    width: 100%;
    height: auto;
    padding: 0 !important;
    border-bottom: 1px solid rgb(50, 57, 43);
}

.shozin-bg:last-child {
    border-bottom: 0px;
}

.shozin-box-bg {
    position: relative;
    min-height: 1px;
    margin: 10px 0;
    padding: 10px 10px;
    border: 0px solid rgb(50, 57, 43);
    border-radius: 4px;
    background: rgba(0, 0, 0, .20);
    box-shadow: inset 1px 1px 2px rgba(0, 0, 0, .25), inset 0 0 10px rgba(0, 0, 0, .10), 1px 1px 0 rgba(54, 45, 40, .25);
    transition: all 300ms;
    -moz-transition: all 300ms;
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
}

.shozin-box-bg h5 {
    background: rgba(255, 255, 255, 0.050);
    font-size: 12px;
    line-height: 22px;
    margin-bottom: 10px;
    padding-left: 5px;
    color: #b8830b;
    border-radius: 4px;
    text-transform: uppercase;
}

.shozin-box-bg h6 {
    background: rgba(255, 255, 255, 0.050);
    font-size: 12px;
    line-height: 22px;
    margin-bottom: 5px;
    padding-left: 5px;
    color: #b8830b;
    border-radius: 4px;
    text-align: center;
    text-transform: uppercase;
}

.shozin-box-bg i {
    width: 61px;
    height: 61px;
    background: url(../images/item-icon-border.png) no-repeat;
    display: block;
    margin: 5px auto;
}

.shozin-box-bg i img {
    width: 45px;
    margin: 8px;
}

.shozin-box-bg h3 {
    background: url(../images/box-border-button.png) no-repeat top left;
    height: 28px;
    width: 295px;
    font-size: 12px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    line-height: 28px;
    text-align: center;
    color: #c98a06;
    position: absolute;
    top: -20px;
    margin: 0px 8%;
    z-index: 1000;
    letter-spacing: 1px;
}

.shozin-box-item {
    position: relative;
    margin: 0;
}

.shozin-box-item .monster-images img {
    width: 100%;
    height: 195px;
    border-radius: 4px;
}

.shozin-box-item ul {
    display: list-item;
    justify-content: space-around;
}

.shozin-box-item ul li {
    width: 61px;
    height: 61px;
    background: url(../images/item-icon-border.png) no-repeat;
    display: inline-grid;
    margin: 3px;
}

.shozin-box-item ul li a img {
    width: 45px;
    margin: 8px;
}

.shozin-box-item ul li p {
    position: relative;
    bottom: 26px;
    color: white;
    margin-left: 12px;
    text-shadow: 1px 1px 1px black, 0 0 6px black;
}

.shozin-menu {
    height: auto;
    margin: 12.5px 0;
    padding: 12.5px 0;
    border: 1px solid rgb(50, 57, 43);
    border-radius: 4px;
    padding: 10px;
    background: rgba(255, 255, 255, 0.05);
    border: 0;
}

.shozin-menu ul li a {
    padding: 8px;
    text-shadow: 0 0 5px rgba(0, 0, 0, .2), 1px 1px 1px rgba(0, 0, 0, .25);
    background: rgba(55, 63, 27, 0.30);
    border-radius: 4px;
    font-family: 'Segoe UI Regular';
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
    color: #988469;
    margin-bottom: 10px;
    width: 100%;
    display: block;
    text-decoration: none;
    box-shadow: inset 1px 1px 2px rgba(0, 0, 0, .25), inset 0 0 10px rgba(0, 0, 0, .10), 1px 1px 0 rgba(54, 45, 40, .25);
    transition: all 300ms;
    -moz-transition: all 300ms;
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
}

.shozin-menu ul li a:hover {
    background: #131607;
    color: #988469;
}

.shozin-menu ul li a:focus {
    background: #131607;
    color: #988469;
}

.shozin-menu ul li a span {
    float: right;
    margin-top: 4px;
}

.shozin-menu ul li a p {
    display: inline-block;
    color: #a06d20;
    padding-left: 5px;
}

.shozin-menu ul li a span:focus {
    float: right;
    margin-top: 4px;
    transform: skewY(20deg);
}

.box-iframe .scrollbar .agreement-bg {
    padding-bottom: 5px;
    border-radius: 4px;
    background: rgba(0, 0, 0, .20);
    box-shadow: inset 1px 1px 2px rgba(0, 0, 0, .25), inset 0 0 10px rgba(0, 0, 0, .10), 1px 1px 0 rgba(54, 45, 40, .25);
    transition: all 300ms;
    -moz-transition: all 300ms;
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
    cursor: url(../images/ko.cur), pointer;
}

.button-pos {
    width: 50%;
    float: left;
    text-align: center;
    font-weight: bold;
    line-height: 40px;
    height: 40px;
    padding: 0 15px;
    border: 0px solid rgb(50, 57, 43);
    border-radius: 4px;
    background: rgba(23, 115, 5, 0.20);
    box-shadow: inset 1px 1px 2px rgba(0, 0, 0, .25), inset 0 0 10px rgba(0, 0, 0, .10), 1px 1px 0 rgba(54, 45, 40, .25);
    transition: all 300ms;
    -moz-transition: all 300ms;
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
    cursor: url(../images/ko.cur), pointer;
}

.button-pos a {
    color: #A07332;

}

.button-pos a:hover {
    color: #A07332;
}

.button-pos:hover {
    border-color: #dfb768;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(223, 183, 104, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(223, 183, 104, .6);
}

.button-pos:focus {
    border-color: #dfb768;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(223, 183, 104, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(223, 183, 104, .6);
}

.button-pos:nth-child(1) {
    margin-right: 5px;
}

.button-pos:nth-child(2) {
    margin-left: 5px;
}

.button-neg {
    width: 50%;
    float: left;
    height: 40px;
    padding: 0 15px;
    border: 0px solid rgb(50, 57, 43);
    line-height: 40px;
    border-radius: 4px;
    color: #A07332;
    text-align: center;
    font-weight: bold;
    background: rgba(162, 27, 27, 0.20);
    box-shadow: inset 1px 1px 2px rgba(0, 0, 0, .25), inset 0 0 10px rgba(0, 0, 0, .10), 1px 1px 0 rgba(54, 45, 40, .25);
    transition: all 300ms;
    -moz-transition: all 300ms;
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
    cursor: url(../images/ko.cur), pointer;
}

.button-neg:hover {
    border-color: #dfb768;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(223, 183, 104, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(223, 183, 104, .6);
}

.button-neg:focus {
    border-color: #dfb768;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(223, 183, 104, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(223, 183, 104, .6);
}

.button-neg:nth-child(1) {
    margin-right: 5px;
}

.button-neg:nth-child(2) {
    margin-left: 5px;
}

.register-bg {
    margin: 50px;
}

.box-iframe span {
    color: #dfb768;
    top: 3px;
    right: 3px;
    margin-top: 11px;
    height: auto;
}

.button-pos.save {
    width: 20%;
    display: block;
    float: right;
}

form .row label {
    padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 2.5;
}

form .seperator {
    width: 100%;
    height: 1px;
    margin: 18px 0;
    background: rgba(255, 255, 255, 0.05);
    box-shadow: 0 0 1px rgba(255, 255, 255, .05), 2px 0 3px rgba(0, 0, 0, .20);
    clear: both;
}

.seperator {
    width: 100%;
    height: 1px;
    margin: 18px;
    background: rgba(255, 255, 255, 0.05);
    box-shadow: 0 0 1px rgba(255, 255, 255, .05), 2px 0 3px rgba(0, 0, 0, .20);
    clear: both;
}

.counter-form {}

.counter-form .input-group svg {
    width: 34px;
    height: 34px;
    position: absolute;
    top: 3px;
    right: 3px;
    color: #428bfa;
    cursor: pointer;
    transition: all .2s ease-in-out;
    cursor: url(../images/ko.cur), pointer;
}

.counter-form .tips {
    padding-top: 10px;
    display: flex;
    align-items: center;
}

.counter-form .tips p {
    margin-bottom: 0;
    margin-top: 0;
    margin-right: 10px;
}

.count {
    color: #948372;
}

.count.active {
    color: #dfb768;
}

.upper {
    color: #948372;
}

.upper span {
    color: #948372;
}

.upper.active {
    color: #dfb768;
}

.number {
    color: #948372;
}

.number.active {
    color: #dfb768;
}

input[type="radio"],
input[type="checkbox"] {
    margin: 14px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}

.form-check-label {
    padding-top: 0 !important;
    padding-left: 5px;
    padding-bottom: 0 !important;
    font-size: 13px !important;
    font-weight: normal !important;
    color: #494236;
    position: absolute;
    margin-top: 4px;
}

.user-cp-box {
    margin: 10px 0;
}

.user-cp-box a {
    width: 100%;
    height: 82px;
    display: grid;
    align-items: center;
    text-align: center;
    font-family: 'Segoe UI Regular';
    font-size: 12px;
    color: #988469;
    padding: 5px 10px;
    border: 1px solid rgb(12, 13, 7);
    border-radius: 4px;
    background: rgba(0, 0, 0, .20);
    box-shadow: inset 1px 1px 2px rgba(0, 0, 0, .25), inset 0 0 10px rgba(0, 0, 0, .10), 1px 1px 0 rgba(54, 45, 40, .25);
    transition: all 300ms;
    -moz-transition: all 300ms;
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
}

.user-cp-box a:hover {
    color: #bb810e;
    border-color: #dfb768;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(223, 183, 104, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(223, 183, 104, .6);
}

.user-cp-box a:focus {
    border-color: #dfb768;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(223, 183, 104, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(223, 183, 104, .6);
}

.user-cp-box a .fas {
    font-size: 30px
}

.user-cp-box .user-bg {
    height: 82px;
    border: 1px solid rgb(12, 13, 7);
    border-radius: 4px;
    background: rgba(0, 0, 0, .20);
    box-shadow: inset 1px 1px 2px rgba(0, 0, 0, .25), inset 0 0 10px rgba(0, 0, 0, .10), 1px 1px 0 rgba(54, 45, 40, .25);
    transition: all 300ms;
    -moz-transition: all 300ms;
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;

}

.user-cp-box .user-bg .avatar {
    background: url(../images/item-icon-border.png) no-repeat;
    height: 61px;
    width: 61px;
    margin: 10px;
    padding: 8px;
    float: left;
}

.user-cp-box .user-bg .avatar img {
    height: 45px;
    width: 45px;
}

.user-cp-box .user-area {
    height: 61px;
    margin: 10px;
    margin-left: 0;
    float: left;
}

.user-cp-box .user-area .welcome {
    height: 61px;
    width: 132px;
    color: #988469;
    float: left;
    text-align: center;
    line-height: 20px;
    padding: 8px;
    font-family: 'Segoe UI Regular';
    font-size: 14px;
    border-radius: 4px;
    background: rgba(0, 0, 0, .20);
    box-shadow: inset 1px 1px 2px rgba(0, 0, 0, .25), inset 0 0 10px rgba(0, 0, 0, .10), 1px 1px 0 rgba(54, 45, 40, .25);
    transition: all 300ms;
    -moz-transition: all 300ms;
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
}

.user-cp-box .user-area .welcome span {
    color: #bb810e;
    margin-top: 4px;
    display: block;
}

.user-cp-box .user-area .cash {
    height: 61px;
    width: 113px;
    margin-left: 10px;
    color: #988469;
    float: left;
    text-align: center;
    line-height: 20px;
    padding: 8px;
    font-family: 'Segoe UI Regular';
    font-size: 14px;
    border-radius: 4px;
    background: rgba(0, 0, 0, .20);
    box-shadow: inset 1px 1px 2px rgba(0, 0, 0, .25), inset 0 0 10px rgba(0, 0, 0, .10), 1px 1px 0 rgba(54, 45, 40, .25);
    transition: all 300ms;
    -moz-transition: all 300ms;
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
}

.user-cp-box .user-area .cash span {
    color: #bb810e;
    margin-top: 4px;
    display: block;
}

.block .text {
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    color: #988469;
    padding: 0 10px;
    margin: 10px;
    text-shadow: 0 0 5px rgba(0, 0, 0, .4), 1px 1px 1px rgba(0, 0, 0, .25);
}

.logo-center {
    width: 150px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    display: block;
}

.input-group .form-control.promo {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.input-group.promo {
    display: flex;
}

.input-group-addon.promo {
    width: 100px;
    font-size: 14px;
    font-weight: bold;
}

.form-group.promo {
    margin-top: 15px;
    clear: both;
    display: inline-table;
    height: auto;
}

.col-form-label.promo {
    color: #988469;
    line-height: 18px;
}

.button-pos.promo {
    width: 150px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    display: block;
    float: none;
}

.user-cp-menu {
    height: auto;
    margin: 25px 0;
    padding: 10px;
    border: 1px solid rgb(12, 13, 7);
    border-radius: 4px;
    background: rgba(0, 0, 0, .20);
    box-shadow: inset 1px 1px 2px rgba(0, 0, 0, .25), inset 0 0 10px rgba(0, 0, 0, .10), 1px 1px 0 rgba(54, 45, 40, .25);
    transition: all 300ms;
    -moz-transition: all 300ms;
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
}

.user-cp-menu ul li a {
    padding: 8px;
    text-shadow: 0 0 5px rgba(0, 0, 0, .2), 1px 1px 1px rgba(0, 0, 0, .25);
    background: rgba(55, 63, 27, 0.30);
    border-radius: 4px;
    font-family: 'Segoe UI Regular';
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
    color: #988469;
    margin-top: 0px;
    margin-bottom: 10px;
    width: 100%;
    display: block;
    text-decoration: none;
    box-shadow: inset 1px 1px 2px rgba(0, 0, 0, .25), inset 0 0 10px rgba(0, 0, 0, .10), 1px 1px 0 rgba(54, 45, 40, .25);
    transition: all 300ms;
    -moz-transition: all 300ms;
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
}

.user-cp-menu ul li a:last-child {
    margin-bottom: 0px;
}

.user-cp-menu ul li a:hover {
    background: #131607;
    color: #988469;
}

.user-cp-menu ul li .active {
    background: #131607;
    color: #A07332;
}

.user-cp-menu ul li a:focus {
    background: #131607;
    color: #988469;
}

.user-cp-menu ul li a span {
    float: right;
    margin-top: 4px;
}

.user-cp-menu ul li a p {
    display: inline-block;
    color: #a06d20;
    padding-left: 5px;
}

.user-cp-menu ul li a span:focus {
    float: right;
    margin-top: 4px;
    transform: skewY(20deg);
}

.secret {
    cursor: pointer;
    display: inline-block;
    position: relative;
    width: 100%;
}

.dataTables_wrapper.pus {
    margin: 0;
    border: 1px solid rgb(12, 13, 7);
}

.tal {
    text-align: left !important;
}

.navbar-wrapper {
    z-index: 9999;
}

header .tournament-header {
    text-align: center;
    position: relative;
    width: 100%;
    margin-top: 4%;
}

header .tournament-header h2 {
    font-family: 'Metamorphous';
    font-weight: bold;
    font-size: 42px;
    color: #bb810e;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .45), 0 0 6px rgba(0, 0, 0, .45);
    margin-bottom: 15px;
}

header .tournament-header h4 {
    font-size: 16px;
    font-weight: bold;
    color: #cacaca;
    line-height: 1;
    margin-bottom: 15px;
}

.tournament-header .nav-tabs {
    border-bottom: 0;
    height: 200px;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    z-index: 2000;
    position: relative;
}

.tournament-header .nav-tabs>li {
    height: 200px;
    width: 200px;
    display: flex;

}

.tournament-header .nav-tabs>li>a {
    color: rgb(232, 211, 97);
    font-size: 14px;
    font-weight: bold;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    align-items: center;
    display: grid;
    padding: 55px;
    background: url(../images/tournament_tab_bg.png) no-repeat;
    filter: grayscale(1);
}

.tournament-header .nav-tabs>li.active>a,
.tournament-header .nav-tabs>li.active>a:hover,
.tournament-header .nav-tabs>li.active>a:focus {
    color: rgb(232, 211, 97);
    font-size: 14px;
    font-weight: bold;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    align-items: center;
    display: grid;
    padding: 55px;
    filter: none;
}

.tournament-header {}

.tournament {
    margin-top: -280px;
    z-index: 100;
}

.tournament .inner-page {
    width: 100%;
    height: auto;
    padding: 10px;
    background-color: #141708;
}

.tournament .inner-page .inner-image {
    display: flex;
    height: 440px;
    width: 100%;
    background-position: center top;
    -webkit-filter: url();
    /* Safari 6.0 - 9.0 */
    filter: url();
}

.tournament .inner-page .inner-body {
    background-color: rgba(0, 0, 0, 0.4);
    padding: 34px 30px;
    margin-bottom: 50px;
}

.tournament .inner-page .inner-body article {
    color: #60626d;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    font-family: "Montserrat", sans-serif;
}

.tournament .inner-page .inner-body article.top {
    border-bottom: 1px solid #323a1a;
    padding-bottom: 25px;
    margin-bottom: 25px;
}

.tournament .inner-page .inner-body article .col {
    display: -webkit-flex;
    display: flex;
}

.tournament .inner-page .inner-body article .col.left {
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-right: auto;
}

.tournament .inner-page .inner-body article.top .col.left ul.stats {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
}

.tournament .inner-page .inner-body article.top .col.left ul.stats.stats-tournament li {
    text-align: left;
}

.tournament .inner-page .inner-body article.top .col.left ul.stats li {
    position: relative;
    color: #fff;
    line-height: 24px;
}

.tournament .inner-page .inner-body article.top .col.left ul.stats.stats-tournament li:not(:last-child) {
    margin-right: 10px;
    padding-right: 12px;
}

.tournament .inner-page .inner-body article.top .col.left ul.stats.stats-tournament h5 {
    font-weight: normal;
    line-height: 1;
    font-size: 14px;
    margin: 0;
    color: #988469;
}

.tournament .inner-page .inner-body article.top .col.left ul.stats.stats-tournament span {
    font-size: 12px;
    color: #bb810e;
    font-weight: normal;
    display: block;
}

.tournament .inner-page .inner-body article.top .col.left ul.stats.stats-tournament h5,
.tournament .inner-page .inner-body article.top .col.left ul.stats.stats-tournament span {
    text-transform: uppercase;
}

.tournament .inner-page .inner-body article.top .col.left ul.stats li:not(:last-child)::after {
    content: '';
    width: 2px;
    height: 33px;
    background-color: #323a1a;
    position: absolute;
    bottom: 4px;
    right: 0;
}

.btn-tournament {
    font-weight: 700;
    color: #988469;
    line-height: 26px;
    border: 0px;
    border-radius: 0px;
    background: rgba(23, 115, 5, 0.20);
    box-shadow: inset 1px 1px 2px rgba(0, 0, 0, .25), inset 0 0 10px rgba(0, 0, 0, .10), 1px 1px 0 rgba(54, 45, 40, .25);
    transition: all 300ms;
    -moz-transition: all 300ms;
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
    cursor: url(../images/ko.cur), pointer;
}

.btn-tournament:nth-child(1) {
    margin-right: 10px;
}

.btn-tournament:nth-child(2) {
    margin-right: 10px;
}

.btn-tournament.count {
    background: #141708;
}

.btn-tournament.blue {
    background: rgb(5, 49, 70);
}

.btn-tournament.blue:hover {

    color: #988469;
    text-decoration: none;
    outline: 0;
}

.btn-tournament:hover {

    color: #988469;
    text-decoration: none;
    outline: 0;
}

.btn-tournament:focus,
.btn-tournament.focus {

    color: #988469;
    text-decoration: none;
    outline: 0;
}

.tournament .inner-page .inner-body article.top .col.right .nav-tabs {
    border-bottom: 0;
}

.tournament .inner-page .inner-body article.top .col.right .nav-tabs>li>a {
    line-height: 26px;
    border: 0;
    border-radius: 0;
}

.tournament .inner-page .inner-body article.top .col.right .nav-tabs>li.active>a,
.tournament .inner-page .inner-body article.top .col.right .nav-tabs>li.active>a:hover,
.tournament .inner-page .inner-body article.top .col.right .nav-tabs>li.active>a:focus {
    text-decoration: none;
    color: #988469;
    background: #141708;
}

.tournament .inner-page .inner-body article.bottom {
    display: block;
}

.tournament .inner-page .inner-body article.bottom h3 {
    color: #dfb768;
    margin-bottom: 5px;
}

.tournament .inner-page .inner-body article.bottom>ul {
    list-style: disc;
    margin-left: 15px;

}

.tournament .inner-page .inner-body article.bottom>ul>li {
    color: #63503c;
    line-height: 23px;
    font-size: 13px;
}

.countdown {
    border-radius: 0;
    padding: 0;
    width: 100%;
    bottom: 0;
    position: absolute;
    margin: 0px;
    background-color: #0c0e05;
    border-bottom: 1px solid #323a1a;
}

.countdown .header {
    background: url(../images/header_bg_big.png) no-repeat left top;
    width: 100%;
    height: 55px;
    margin: 0;
}

.countdown .header h3 {
    width: auto;
    font-family: 'Metamorphous';
    font-weight: bold;
    line-height: 50px;
    text-align: center;
    font-size: 15px;
    background: linear-gradient(#f5a617, #fdb609);
    -webkit-background-clip: text;
    color: transparent;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .45), 0 0 6px rgba(0, 0, 0, .45);
}

.countdown ul {
    width: 50%;
    margin: auto;
    padding: 10px 0;
    text-align: center;
}

.countdown li {
    display: inline-flex;
    font-size: 16px;
    list-style-type: none;
    padding: 10px;
    text-transform: uppercase;
    color: #988469;
    font-weight: 700;
}

.countdown li span {
    display: block;
    font-size: 16px;
    padding-right: 6px;
}

.reseller {
    display: flex;
}

.reseller img {
    float: left;
}

.reseller .text {
    float: left;
    margin-left: 20px;
}

.reseller h4 {
    text-align: left;
    padding: 0px 0px 10px 0px;
}

.reseller p {
    text-align: justify;
}

.tal .fas.fa-lira-sign {
    font-size: 11px;
}

table.dataTable.display tbody tr>td.icon img {
    width: 20px;
    height: 20px;
    ;
}

.btn-tournament.res {
    float: left;
    margin-top: 10px;
}

.box-iframe .pus.nav-tabs {
    border-bottom: 0;
}

.box-iframe .pus.nav-tabs>li {
    margin-right: 4px;
}

.box-iframe .pus.nav-tabs>li>a {
    font-family: 'Segoe UI Regular';
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
    color: #988469;
    padding: 10px 16px;
    text-shadow: 0 0 5px rgba(0, 0, 0, .2), 1px 1px 1px rgba(0, 0, 0, .25);
    background: rgba(55, 63, 27, 0.30);
    border-radius: 4px;
    border: 0;
}

.box-iframe .pus.nav-tabs>li>a:hover,
.box-iframe .pus.nav-tabs>li>a:focus {
    border: 0;
    color: #a07332;
    background: #131607;
}

.box-iframe .pus.nav-tabs>li.active>a,
.box-iframe .pus.nav-tabs>li.active>a:hover,
.box-iframe .pus.nav-tabs>li.active>a:focus {
    border: 0;
    color: #a07332;
    background: #131607;
}

.pus .item-drop-list {
    display: block;
}

.pus .item-drop-list ul li {
    background: url(../images/pus_item_bg.png) no-repeat top left;
    height: 53px;
    width: 255px;
    margin-right: 10px;
    margin-bottom: 10px;
    display: inline-block;
}

.pus .item-drop-list ul li:nth-child(3n+3) {
    margin-right: 0px;
}

.pus .item-drop-list ul li img {
    display: table;
    float: left;
    margin: 4px;
}

.pus .item-drop-list ul li p {
    font-size: 14px;
    margin-top: 8px;
    margin-left: 3px;
    color: #e5cc80;
    display: table;
    float: left;
}

.pus .item-drop-list ul li p span {
    font-size: 12px;
    margin-top: 4px;
    padding: 0;
    color: #c98a06;
    display: block;
}

.upgrade-tab .pre-header {
    background: url(../images/block_bg.png) top left;
    border-radius: 4px;
    filter: drop-shadow(0px 4px 4px black);
    margin-left: 10px;
    margin-right: 10px;
}

.upgrade-tab .pre-header img {
    margin: 20px;
    display: inline-block;
    position: relative;
}

.upgrade-tab .pre-header .name {
    display: inline-block;
    position: absolute;
}

.upgrade-tab .pre-header .name h1 {
    margin: 0;
    margin-top: 20px;
}

.upgrade-tab .pre-header .name h4 {
    padding: 0;
}

.upgrade-tab .pre-features {
    padding-right: 7.5px !important;
    padding-left: 7.5px !important;
}

.upgrade-tab .pre-features:nth-child(1) {
    padding-left: 10px !important;
}

.upgrade-tab .pre-features:nth-child(4n+4) {
    padding-right: 10px !important;
}

.upgrade-tab .pre-features .box {
    background: url(../images/block_bg.png) top left;
    margin-top: 0;
    width: 100%;
    border-radius: 4px;
    filter: drop-shadow(0px 4px 4px black);
    display: inline-block;
    padding-bottom: 7px;
}

.upgrade-tab .pre-features .box h4 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    margin-left: 7px;
    margin-right: 7px;
    text-align: center;
    padding: 7px 0px;
    text-transform: uppercase;
}

.upgrade-tab .pre-features .box h4.item {
    color: #a07332;
}

.upgrade-tab .pre-features .box .icon {
    width: 45px;
    height: 45px;
    float: left;
    margin-top: 7px;
    margin-left: 7px;
    border-radius: 4px;
    background-color: #a68a5e;
    font-size: 30px;
    color: #1d200d;
    text-align: center;
    align-items: center;
    display: grid;
}

.upgrade-tab .pre-features .box .aciklama {
    width: 120px;
    margin-top: 7px;
    margin-left: 7px;
    float: left;
    line-height: 14px;
}

.upgrade-tab .pre-features .box .aciklama p.item {
    color: #a07332;
    margin-bottom: 2px;
}





.bracket-container {
    text-align: center;
    padding: 20px;
    border: 1px solid #9d6609;
    margin-top: 16px;
    border-radius: 6px;
}

.title {
    font-weight: bold;
    margin-bottom: 20px;
    padding-bottom: 16px;
    border-bottom: 1px solid #9d6609;
}

.bracket {
    display: flex;
    justify-content: space-between;
}

.bracket-32 {
    margin-left: -10px;
}

.bracket-32 .round {
    max-width: 120px;
}

.round {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.match {
    border: 1px solid #9d6609;
    border-radius: 8px;
    padding: 6px;
    margin: 10px;
    color: #988469;
    transition: all ease 0.5s;
    min-height: 85px;
    justify-items: center;
    align-content: center;
    background: rgba(0, 0, 0, 0.2);
}

.match:hover {
    transition: all ease 0.5s;
    color: rgba(0, 0, 0, 0.2);
    background: #988469;
    transform: scale(1.1);
}

.match.left:hover {
    transition: all ease 0.5s;
    color: rgba(0, 0, 0, 0.2);
    background: #988469;
    transform: scale(1.1) skew(-5deg);
}

.match.right:hover {
    transition: all ease 0.5s;
    color: rgba(0, 0, 0, 0.2);
    background: #988469;
    transform: scale(1.1) skew(5deg);
}

.match:hover .player {
    color: rgba(0, 0, 0, 0.8);
}

.match.winner {
    border: 1px solid #9d6609;
    color: #9d6609;

}

.player {
    padding: 4px;
    border-bottom: 1px solid #9d6609;
    display: flex;
    justify-content: space-between;
}

.player i {
    padding-left: 6px;
    padding-right: 6px;
}

.player:last-child {
    border-bottom: none;
}