@media screen and (max-width: 768px) {
    .entry {
        overflow: auto;
        max-width: 100%;
    }
    #timer_div_title,
    #timer_div_time,
    .serverSwitch,
    .leftBodyLinks {
        display: none;
    }
    .hero-trailer {
        left: unset;
        position: absolute;
        right: 10px;
        top: 30px;
    }
}
#events {
    max-height: 495px;
    overflow: auto;
}
#events div {
    padding: 10px;
    display: block;
    font-size: 15px;
    color: #fff;
    text-align: left;
    font-family: "Marcellus SC", serif;
}
#events:first-child {
    padding-top: 0;
}
input[type="checkbox"] {
    width: auto;
    height: auto;
    padding: 0;
    min-width: auto;
}
.widgetTabBlock .button {
    min-width: unset;
    font-size: 13px;
    width: 100px;
    text-align: center;
    padding: 1rem;
}
.page-top {
    margin-bottom: 2.5rem;
}
#events div small {
    color: #fff;
    font-size: 14px;
}
#events div:last-child {
    border-bottom: 0;
}
#events div {
    border-bottom: 1px dashed #404040;
}
.market-panel .price {
    float: unset;
    display: unset;
    height: auto;
    line-height: 1;
    margin: 0;
    width: auto;
    margin-bottom: -10px;
}
.rightInfo-time_your,
.rightInfo-time_server {
    font-size: 14px;
}
table tr th,
table tr td {
    padding: 1rem;
    vertical-align: middle;
    width: auto !important;
    text-align: center;
}
.entry table tr th,
.entry table tr td {
    padding: 1.4rem;
}
.modal-event .modal-div {
    max-width: 830px;
    display: flex;
    flex-wrap: wrap;
    padding: 0px;
    min-height: 510px;
}
.modal-event .modalCastle,
.nextBattle {
    background: #1c2b5a;
}
.modal-event .modalTitle h2 {
    color: white !important;
}
.nextBattle-div p {
    color: #c7c7c7 !important;
}
.nextBattle-div {
    color: #efefef !important;
}
.modal-event .modalCastle {
    width: 45%;
    background: #161616;
    padding: 35px 50px;
    position: relative;
}
.languages {
    position: fixed;
    top: 20px;
    left: 62px;
    z-index: 200;
    list-style: none;
    border-left: 1px solid #25211f;
    padding-left: 20px;
}
.languages li {
    display: inline-block;
    padding-right: 5px;
}
.modal-event .modalContent {
    width: 55%;
    padding: 35px 50px;
}

.modal-event .modalTitle {
    margin-left: -50px;
    margin-right: -50px;
    padding: 0px 50px 20px 50px;
}
.catsleContent {
    text-align: center;
    margin-top: 2rem;
    font-family: "Marcellus SC", serif, sans-serif;
}

.actual-owner {
    color: #fff;
    font-size: 22px;
    margin-bottom: 20px;
}

.castl-img {
    margin-bottom: 20px;
}
.castl-img img {
    max-width: 110px;
}

.castl-name {
    color: #e1e1e2;
    font-size: 24px;
    font-weight: 600;
}

.eventsTabsBlock {
    padding-top: 20px;
    display: none;
}

.customVideo {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.eventsTabsBlock ul li {
    padding: 10px 35px 10px 10px;
    display: flex;
    justify-content: space-between;
    font-size: 20px;
    color: #f8f6f6;
}
.eventsTabsBlock ul li span {
    color: #d2d2d2;
    font-size: 18px;
}
.eventsTabsBlock.active {
    display: block;
    animation: op 0.5s linear;
}

.nextBattle {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #161616;
    border-top: 1px solid #292929;
    height: 140px;
    width: 100%;
}

.nextBattle-div {
    color: #bd8888;
    font-size: 16px;
    text-align: center;
    font-family: "Marcellus SC", serif, sans-serif;
}
.nextBattle-div p {
    color: #ff7474;
    font-size: 30px;
    margin-top: 10px;
    margin-bottom: 0px;
}
.blockTitle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
    margin-top: 35px;
}
a.server-modal {
    display: block;
    margin: 0.5rem;
    padding: 0.5rem;
    border-radius: 5px;
    border: 1px solid #283747;
}
.widget-block .button-small {
    margin: 1rem;
}
.entry table tr {
    border: 1px solid #333;
}
.entry table tr th {
    color: #908585;
    font-size: 15px;
    text-transform: uppercase;
    border-right: 1px solid #333;
    background: #000;
}
.news-block table {
    margin: 0 auto;
    width: 100%;
}
.modal_window {
    position: absolute !important;
    top: 40% !important;
    left: 40% !important;
    transform: none !important;
}
.modal_close {
    position: absolute;
    top: 25px;
    right: 25px;
    cursor: pointer;
    display: block;
}

.form input:not([type="checkbox"]):not([type="number"]),
.form select,
.form textarea {
    background: #000 !important;
    color: white !important;
    border: 1px solid #333 !important;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
form#registration_form input {
    margin: 0 auto;
    text-align: center;
}
form#registration_form tr td {
    width: 50% !important;
    text-align: center;
}
.title,
.title1,
.title2 {
    display: none;
}
.entry {
    background: transparent !important;
    padding: 0 !important;
}
#ucp_info .half {
    width: 50%;
    padding: 10px;
}
#ucp_info td {
    padding: 5px;
}
#character-info ul li {
    display: block;
}
*#ucp_info .half table {
    margin-top: 20px;
}
#character-info ul li a p {
    margin-top: 10px;
}
#character-info tbody tr td a {
    font-family: "Marcellus SC", serif;
    color: gold;
    font-size: 20px;
}
#character-info tbody tr td a p {
    margin-bottom: 0;
}
#paypal-options li,
#vote-options li {
    min-height: 120px;
    background: rgb(43 43 43 / 18%) !important;
}

.lk-coins {
    text-align: center;
    margin-bottom: 10px;
    display: block;
}
#character-info tbody tr td:hover {
    background: rgb(43 43 43 / 18%) !important;
}

.item_table td * {
    margin: 0 auto;
    text-align: center;
}
.item_table td {
    padding-bottom: 20px;
    padding-top: 20px;
}
.each_item .item_name {
    padding: 5px;
}
.each_item .item_footer,
.each_item .item_name {
    background: #100f0f;
}
.each_item .item_bg {
    background-size: 170px 130px !important;
}
#pagination ul li {
    margin: 0 auto;
    display: block;
    float: inherit;
    text-align: center;
}
.custom_button {
    background: #000 !important;
    border: 1px solid #333;
    color: #fff;
    font-family: "Marcellus SC";
    color: #fff;
    font-size: 12px;
    text-decoration: none !important;
    font-weight: 600;
    text-align: center;
    border-radius: 6px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
    padding: 10px 20px;
    cursor: pointer;
    min-height: 30px;
    line-height: 8px;
    margin: 5px;
    transition: 0.2s all ease !important;
}
.custom_button:hover {
    filter: brightness(120%);
    color: #fff;
}
#buy_windows,
#add_to_card_windows,
#select_server,
#auction_bet {
    width: 100%;
    min-height: 400px;
    max-width: 480px;
    background: url(../images/modal-bg.png) center bottom no-repeat;
    background-color: rgba(0, 0, 0, 0.95);
}
.modal-header h2 {
    color: #cc7954;
    font-size: 24px;
    font-family: "Philosopher", sans-serif;
    display: block;
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    text-transform: uppercase;
    margin-bottom: 30px;
    text-shadow: none !important;
}
.modal-header {
    background: transparent;
    border: none !important;
}
.entry table tr {
    transition: 0.3s;
    background-image: url(../images/hover-big.png);
    background-position: center top -100px;
    background-repeat: no-repeat;
}
.entry .form {
    max-width: 100%;
}
/*
.entry table tr:hover {
    background-position: center top -2px;
}*/
.entry table tr:nth-child(odd) {
    background-color: #0e0e0e;
}
.entry table tr:nth-child(even) {
    background-color: #000;
}
.entry table tr td,
.entry table tr td a {
    font-size: 14px;
}
#rankings_select_DEFAULT .custom_button {
    background: #000 !important;
    border: 1px solid #333;
    color: #fff;
    font-family: "Marcellus SC";
}
#character-info tbody tr td div ul li {
    width: calc(100% - 35px);
    height: 105px;
}
#character-info div {
    padding-left: 30px;
}
#character-info tbody tr td {
    width: 100% !important;
    display: inline-block;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin: 0 auto;
    margin-bottom: 0.5rem;
    background: rgb(70 70 70 / 18%) !important;
    border-radius: 5px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
    transition: 0.2s all ease;
}

.ranking-table td {
    border-right: 1px solid #333;
    text-align: center;
}
.item_table {
    margin-top: 2rem;
    width: 100%;
}
.tabrow li {
    width: auto;
}
.hidden-block {
    visibility: visible;
    opacity: 1;
    position: absolute;
    background: rgb(0 0 0 / 78%);
    min-width: 245px;
    left: -10px;
    z-index: 5;
    top: 80px;
    transition: all 0.5s ease;
    visibility: hidden;
    opacity: 0;
    padding: 10px 0px;
    box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.8);
}
.account_panel span,
.account_panel a {
    font-size: 15px !important;
    color: white !important;
}
.hidden-block a,
li.custom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 25px;
    color: #ffffff;
    font-family: "Marcellus SC", serif;
    font-size: 15px;
}

.hidden-block a:hover {
    background: #101010;
    color: #e08821;
}

#vote-options li h5 {
    color: #fff;
    font-weight: bolder;
    font-size: 24px;
    border-left: 1px solid #453129;
    padding-left: 10px;
    margin-left: 10px;
    font-family: "Marcellus SC", serif;
}

.hidden-block:after {
    border: 5px solid transparent;
    border-bottom-color: #151414;
    position: absolute;
    left: 24px;
    top: -10px;
    content: "";
}

.main-item:focus ~ .hidden-block,
.main-item:active ~ .hidden-block {
    visibility: visible;
    opacity: 1;
}
.account_cp {
    color: white;
    border-radius: 5px;
}
.account_cp ul {
    padding: 10px;
    font-size: 12px;
    text-align: center;
}
.account_cp .lk-coins {
    display: block;
    padding: 0.5rem;
    font-family: "Marcellus SC", serif;
}

.lk-coins span.username {
    font-family: "Arial";
}
.account_cp .lk-coins,
.accp {
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
    font-size: 15px;
}
.lk-coins .username {
    color: #c8c2a2;
}
.accp:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
.accp {
    min-width: 150px;
    padding: 8px 15px;
    transition: 0.5s;
}
.accp:before {
    font-size: 15px;
    content: ">";
    color: gold;
    font-weight: bold;
    float: left;
}
.serverInfo__online {
    bottom: 20px !important;
}
.serverInfo__name {
    bottom: 10px !important;
    font-size: 13px !important;
}
.circlestat {
    margin-left: 0 !important;
}
table tr td,
table tr td a {
    color: #c5c2d5;
    font-size: 16px;
    font-family: "Roboto Condensed", sans-serif;
}
table tr th {
    color: #696868;
    font-size: 18px;
    font-family: "Marcellus SC", serif;
}
.button-small {
    display: inline-block;
    margin: 1rem;
}
.accp:hover:before {
    background: transparent !important;
}
#content table td {
    border-color: #333 !important;
}
.accp a:hover:before {
    content: "" !important;
    background: transparent !important;
}
.accp a {
    display: block !important;
    text-align: center;
}
.add_to_card td,
.add_to_card td:hover {
    background: black !important;
    border-color: #292e42 !important;
    transition: 0.2s all ease;
}
.style2 li {
    border-bottom: 1px solid #292e42;
    background: none !important;
    padding: 0 !important;
}
.style2 li a {
    display: block;
    padding: 0.5rem;
    color: white;
}
#ucp_info div:not(.half) a {
    padding: 1rem;
    display: inline-block;
    color: white;
}
#timer_div_title {
    top: 25rem;
    left: 41%;
    color: #f2d2a2;
    text-shadow: 0px 0px 5px black;
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
    font-family: "Philosopher";
}
#timer_div_time .title {
    display: block;
    font-weight: bold;
}
#timer_div_time {
    top: 27rem;
    left: 35%;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    font-family: "Philosopher";
}
.leftTitle {
    display: block;
    text-align: center;
    color: #fcedc0;
    font-family: "Philosopher", sans-serif;
    font-size: 21px;
    margin: 8px 0px;
    min-width: 85px;
}
#timer_div_time {
    width: auto;
}
.timmer_inner_block {
    width: 80px;
    opacity: 0.8;
    background: rgb(0 0 0 / 80%);
    padding-top: 5px;
}
#timer_div_title,
#timer_div_time {
    z-index: 9;
}
.account_panel li a {
    padding-top: 0px;
}

.accp:last-child:before {
    content: "x";
}
.accp a:hover {
    color: white !important;
}
table.sidebar_rank tr:nth-child(even) {
    background-color: #13131e !important;
}
table.sidebar_rank tr:nth-child(odd) {
    background-color: #1a1b25 !important;
}
table.sidebar_rank tr:first-child th {
    border: none !important;
    font-size: 14px;
}
table.sidebar_rank tr:first-child {
    background: url(../images/top-table-bg.png) repeat-x;
    height: 36px;
    padding: 0px 17px;
    box-shadow: 0px 5px 10px 2px rgb(0 0 0 / 20%);
    margin-bottom: 10px;
    width: 100%;
}
.sidebar_rank tr:not(:first-child) td,
.sidebar_rank tr:not(:first-child) td a {
    font-size: 12px;
    font-weight: 600;
}
.sidebar_rank tr:not(:first-child) td a {
    color: white;
}
.sidebar_rank tr th,
.sidebar_rank tr td {
    padding: 12px;
    text-align: center;
}
.sidebar_rank tr {
    border: 0;
    text-align: center;
}
sup {
    font-size: 11px !important;
    padding-left: 2px !important;
}
.account_panel *:hover {
    background: transparent !important;
}
.account_panel * {
    padding: 0;
}
.account_panel {
    padding: 20px !important;
}
.sidebar_rank tr th,
.sidebar_rank tr td {
    border-color: rgba(86, 84, 96, 0.15) !important;
}
.sidebar_rank tr {
    background-color: transparent !important;
    transition: 0.2s all ease;
}
.sidebar_rank tr:hover {
    background-image: url(../images/hover-table.png);
}
#guilds table tr td {
    padding: 10px;
}
#item_buy_right {
    width: 465px;
}
#item_buy_right .opt {
    width: 209px;
}
ul.list-group-item.list-group-item-action {
    padding: 1.5rem;
}
ul.list-group-item.list-group-item-action li {
    padding: 1rem;
    margin-bottom: 10px;
    background: #000;
    color: black;
    font-weight: bold;
    border: 1px solid #292e42;
    box-shadow: 0px 0px 5px white;
    transition: 0.2s all ease;
}
ul.list-group-item.list-group-item-action li:hover {
    transform: scale(1.02);
}
ul.list-group-item.list-group-item-action li:nth-child(odd):not(.first) {
    background: #000 !important;
}
.buy_button {
    font-size: 12px !important;
    line-height: 0px;
}
#content .ranking-table tr {
    transition: 0.2s all ease;
}
#paypal-options li,
#vote-options li {
    min-height: 100px;
}
#content .ranking-table tr th {
    text-align: center !important;
}
#content .ranking-table tr:hover {
    box-shadow: 0px 8px 10px -3px rgba(0, 0, 0, 0.45);
    color: #00ffae;
}

.langBlock li {
    list-style: none;
    margin-right: 10px;
}

.style2 li:not(.first) {
    line-height: 0 !important;
}
.style2 li {
    width: calc(100% - 50px);
    height: 100px;
    margin: 0 auto;
    display: block;
    background: url(../images/guide_bg1_normal.png) no-repeat !important;
    min-height: 120px;
    border-radius: 2px;
    padding: 3rem !important;
    font-size: 20px;
    text-transform: uppercase;
    font-family: "Philosopher";
    color: black;
    font-weight: bold;
    text-align: center;
    transition: 0.2s all ease;
}
.style2 li:hover {
    background: url(../images/guide_bg1_hover2.png) no-repeat !important;
}
sup {
    font-size: 10px;
    padding-left: 5px !important;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #fff;
    white-space: nowrap;
    text-decoration: none;
}

.dropdown-menu > li > a:hover {
    color: gold;
}

.dropdown-menu > li img {
    border-radius: 10px;
}

.dropdown-menu.active {
    display: block;
}

.nextBattle-div p {
    color: #c7c7c7 !important;
}
.nextBattle-div {
    color: #efefef !important;
}
.modal-event .modalCastle {
    width: 45%;
    background: #571919;
    padding: 35px 50px;
    position: relative;
}

.modal-event .modalContent {
    width: 55%;
    padding: 35px 50px;
}

.modal-event .modalTitle {
    margin-left: -50px;
    margin-right: -50px;
    padding: 0px 50px 20px 50px;
}

.catsleContent {
    text-align: center;
}

.actual-owner {
    color: #bd8888;
    font-size: 14px;
    margin-bottom: 20px;
}

.castl-img {
    margin-bottom: 20px;
}
.castl-img img {
    max-width: 110px;
}

.castl-name {
    color: #e1e1e2;
    font-size: 24px;
    font-weight: 600;
}

.nextBattle-div {
    color: #bd8888;
    font-size: 16px;
    text-align: center;
}
.nextBattle-div p {
    color: #ff7474;
    font-size: 30px;
    margin-top: 10px;
    margin-bottom: 0px;
}

.rightBodyLinks {
    min-width: 93px;
}
.serverSwitch {
    position: fixed;
    right: 0px;
    bottom: 28%;
    background: rgba(0, 0, 0, 0.95);
    padding: 3px 5px 7px 5px;
    z-index: 8;
    text-align: center;
    min-width: 93px;
}

.serverSwitch a {
    text-align: center;
    color: #fcedc0;
    font-family: "Philosopher", sans-serif;
    font-size: 14px;
    margin: 8px 0px;
    display: inline-block;
    text-align: center;
}

.serverSwitch a img {
    max-width: 15px;
    display: inline-block;
}

.new_filter {
    display: block;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.dropdown-menu {
    position: absolute;
    z-index: 1000;
    display: none;
    right: 25.5%;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: rgb(0 0 0 / 70%);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
}

#inventory {
    background-image: url("../images/inventoryc.png");
    width: 400px;
    height: 318px;
    text-align: center;
    display: inline-block;
    position: relative;
}
#inventory > img {
    position: absolute;
    top: 90px;
    width: 100px;
    height: 100px;
    left: 145px;
    border-radius: 50%;
    border: 3px solid #24314e;
}
#inventory > div {
    position: absolute;
    background-repeat: no-repeat;
    background-position: center center;
}
#in_weapon {
    width: 90px;
    height: 136px;
    bottom: 0;
    left: -6px;
}
#in_shield {
    width: 90px;
    height: 136px;
    bottom: 0;
    right: -4px;
}
#in_helm {
    width: 68px;
    height: 68px;
    top: 2px;
    left: 66px;
}
#in_armor {
    width: 72px;
    height: 110px;
    top: 72px;
    left: 40px;
}
#in_pants {
    width: 68px;
    height: 68px;
    bottom: 8px;
    left: 82px;
}
#in_gloves {
    width: 68px;
    height: 68px;
    top: 116px;
    right: 54px;
}
#in_boots {
    width: 68px;
    height: 68px;
    bottom: 8px;
    right: 82px;
}
#in_wings {
    width: 138px;
    height: 102px;
    top: 8px;
    right: -2px;
}
#in_zoo {
    width: 68px;
    height: 68px;
    top: 2px;
    left: -2px;
}
#in_pendant {
    width: 38px;
    height: 38px;
    top: 20px;
    right: 136px;
}
#in_ring1 {
    width: 38px;
    height: 38px;
    bottom: 92px;
    left: 96px;
}
#in_ring2 {
    width: 38px;
    height: 38px;
    bottom: 92px;
    right: 96px;
}
#in_pentagram {
    width: 96px;
    height: 96px;
    bottom: -6px;
    right: 152px;
}
#in_ear1 {
    width: 32px;
    height: 32px;
    top: 72px;
    left: 0px;
}
#in_ear2 {
    width: 32px;
    height: 32px;
    top: 72px;
    left: 115px;
}

.leftBodyLinks,
.rightBodyLinks {
    top: 25% !important;
}

.copy span span {
    color: white;
    opacity: 0.7;
}
.copy span {
    color: #5c5b5c;
    opacity: 1;
}
