.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  border-top: none !important;
}

a:focus,
a:hover {
  /*color: #ca6022;*/
  text-decoration: none !important;
}

.form-control {
      display: block;
    line-height: 1.5;
    /* background: #06060e; */
    background: #0e0906;
    border: 1px solid #36383a;
    padding: 8px 15px;
    font-size: 16px;
    transition: .3s;
    width: 100%;
    color: #fff;
    height: 42px;
    border-radius: 0px;
}
.form-control:focus {
  color: #fff;
    border-color: #fbac3f;
    outline: 0;
    box-shadow: 0 0 0 .05rem rgb(229 158 61);
}

/* http://stackoverflow.com/questions/19562903/remove-padding-from-columns-in-bootstrap-3 */
.nopadding {
  padding: 0 !important;
  margin: 0 !important;
}

/* http://stackoverflow.com/questions/20547819/vertical-align-with-bootstrap-3 */
.vcenter {
  display: inline-block;
  vertical-align: middle;
  float: none;
}

.thumbnail {
  background-color: #111111;
  border: 1px solid #333333;
  transition: all 0.3s ease;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #805f2d;
  -moz-box-shadow: 0 0 60px #804b2d;
  -webkit-box-shadow: 0 0 60px #80522d;
  box-shadow: 0 0 60px #804e2d;
}

.btn-primary {
  color: #f5de9f;
  border: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;

  color: #fbac3f;
  border: 1px solid #fbac3f;
  background: unset;
}
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
  color: #fff !important;
  border: 1px solid #fff;
  background: unset;
}

/* modal */
.modal-content {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
  border: 0 !important;
}

.table-bordered {
  background: #180f0d !important;
  border: 1px solid #7d5f39 !important;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #180f0d !important;
}

.table-hover > tbody > tr:hover {
  background-color: #680400 !important;
}

.table-bordered > tbody > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
  border: 1px solid #898989 !important;
}







.headerInfo, .logo, .sign-up:after {
    position: absolute;
}


.flex-c, .topPanel-left {
    display: flex;
    align-items: center;
}
.flex-c {
    flex-wrap: wrap;
}
.flex-s-c {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.topPanel {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    transition: .3s;
    z-index: 20;
}
.topPanel.topPanel-fixed {
    /* background: rgba(10, 0, 0, .9); */
    background: rgba(0, 0, 0, 0.6);
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, .2);
}
.topPanel-wrapper {
    width: 1300px;
    padding-left: 25px;
    padding-right: 25px;
    margin: 0 auto;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}
.topPanel-left {
    height: 100%;
    flex-wrap: wrap;
}
.h10-title span, .menu li, .sign-up, .topPanel-wrapper, header {
    position: relative;
}
.sign-in, .sign-up {
    color: #fcedc0;
    font-size: 18px;
    font-family: 'philosopher', sans-serif;
}
.sign-up {
    padding-right: 60px;
    cursor: pointer;
}
.sign-up:after {
    content: "";
    background: url(../img/lock-icon.png) no-repeat;
    width: 91px;
    height: 87px;
    right: -15px;
    top: 50%;
    margin-top: -42px;
    transition: .3s;
}
.logoMini {
    display: block;
    margin-right: 15px;
}
.dropdown-toggle.active, .nav li:hover a, .topPanel-right a:hover {
    color: #fbac3f;
}

.tableBlock-server {
    margin-top: 30px;
    color: #fff;
    line-height: 1.2;
    display: flex;
    justify-content: center;
    align-items: center;
    /* margin-top: 30px; */
}
.online {
    bottom: 45px;
    position: relative;
    top: -10px;
    transition: transform .3s;
    filter: brightness(1);
    cursor: pointer;
    transform: scale(.55);
}
.online:hover, .only {
    transform: scale(.65);
}
.online:hover {
    filter: brightness(130%);
}
.only:hover {
    transform: scale(.75);
}
.borderTop {
    display: block;
    background: url(../img/line.png) center no-repeat;
    width: 100%;
    overflow-x: hidden;
    height: 86px;
}

.newsLink-news {
    background: url(../img/news-icon.png) left top 2px no-repeat;
}
.newsLink {
    position: relative;
    padding: 4px 0 4px 50px;
}
.newsLink:after {
    content: "";
    background: url(../img/news-hover.png) center no-repeat;
    position: absolute;
    width: 55px;
    height: 65px;
    right: -46px;
    top: 50%;
    margin-top: -33px;
    opacity: 0;
}
.newsContent_info a, .newsContent_info-link {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    white-space: nowrap;
}
.newsContent_info a {
    color: #aba4a4;
    margin-bottom: 3px;
    width: 300px;
    text-decoration: none;
    padding: 2px 0;
}
.newsContent_info a:hover {
    opacity: 1;
    color: #fff;
}
.newsContent_info span {
    color: #696868;
    font-size: 13px;
}
.newsLink-news > .newsContent_info > a > span {
    color: #ffffff !important;
    font-size: 13px !important;
}
.newsLink-more {
    color: #fbac3f;
    display: block;
    position: relative;
    padding-right: 20px;
}
.newsLink-more span {
    opacity: 0;
    transition: .3s;
}
.newsLink-more:after {
    content: "";
    position: absolute;
    background: url(../img/h-right.png) no-repeat;
    width: 8px;
    height: 12px;
    right: 0;
    top: 50%;
    margin-top: -6px;
    transition: .3s;
}
.newsLink:hover .newsLink-more:after {
    background: url(../img/menu-f-icon.png) no-repeat;
    width: 24px;
    height: 28px;
    margin-top: -14px;
    right: -20px;
    filter: drop-shadow(0px 0px 10px #ff2a00);
}
.newsLink:hover .newsLink-more span{
      opacity: 1;
}
.newsLink:hover:after{
  opacity: 1;
}

.formGroup-button, .socButton, .socButton2 {
    align-content: center;
}
.select-acc_check, .socButton {
    display: flex
;
}
.socBlock-button, .socButton {
    font-size: 30px;
    font-weight: 700;
    position: relative;
    font-family: 'Geomanist', sans-serif;
    color: #fff;
}
.socButton {
    width: 366px;
    height: 115px;
    align-items: center;
    flex-wrap: wrap;
    padding-left: 110px;
    margin-bottom: 26px;
    box-shadow: 0 10px 15px 4px rgba(0, 0, 0, .3);
}
.eventBlock-events, .socButton.socYoutube {
    background: url(../img/soc-button-red.png) no-repeat;
}
.socButton2:before, .socButton:before {
    content: "";
    position: absolute;
    left: 40px;
    top: 50%;
}
.socButton.socDiscord:before, .socButton.socFacebook:before, .socButton.socYoutube:before {
    width: 93px;
    height: 70px;
    margin-top: -33px;
    margin-left: -25px;
}
.socBlock-button span, .socButton span {
    display: block;
    width: 100%;
    color: #e8c4b2;
    font-size: 13px;
    font-weight: 400;
    font-family: open sans, sans-serif;
    margin-top: 5px;
    text-shadow: 0.1em 0.1em 0.2em black;
}
.reward-light-icon {
    background: url(../img/youtub-icon.png) no-repeat;
    position: absolute;
    width: 93px;
    height: 70px;
    top: 24px;
    left: 15px;
}
.socButton:hover {
    padding-left: 130px;
    color:unset;
}
.eventBlock-bosses, .socButton.socDiscord {
    background: url(../img/soc-button-purple.png) no-repeat;
}
.socButton.socDiscord:before {
    background: url(../img/discord-icon.png) no-repeat;
}
.eventBlock-castle, .socButton.socFacebook {
    background: url(../img/soc-button-blue.png) no-repeat;
}
.socButton.socFacebook:before {
    background: url(../img/facebook-icon.png) no-repeat;
}



.filter, .mainHomeBlock, .mainHomeBlockPlugin, .mainHomeBlockSlide, .pNewsBlock-block-title {
    margin-bottom: 30px;
}
.blockHomePlugin {
    background: url(../img/block-arka.jpg) center top no-repeat;
    background-color: #010006;
    box-shadow: 0 10px 15px 4px rgba(0, 0, 0, .3);
    padding: 18px;
    width: 364px;
}
.mainHomeBlockPlugin>div {
    height: 210px;
}
.container, .h2-title span, .h2-title-table, .h7-title span, .mainInfo, .mainsub, .wrapper, body, html, main, select:not(.form-control), ul.list li {
    position: relative;
}
.h2-title-table {
    border-bottom: 1px solid rgba(255, 255, 255, .05);
    padding-bottom: 25px;
}
.h2-title {
    align-items: flex-end;
    margin-bottom: 25px;
}
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}
.container, .h2-title span, .h2-title-table, .h7-title span, .mainInfo, .mainsub, .wrapper, body, html, main, select:not(.form-control), ul.list li {
    position: relative;
}
.h2-title span, .h7-title span, .sub-title-ranking {
    font-size: 18px;
    font-family: 'Geomanist', sans-serif;
    text-transform: uppercase;
}
.h2-title span, .h7-title span {
    color: #fbac3f;
    display: block;
    padding-left: 25px;
}
.h10-title span:before, .h2-title span:before, .h7-title span:before {
    position: absolute;
    background: url(../img/title-icon.png) no-repeat;
    width: 26px;
    height: 26px;
    margin-top: -18px;
    content: "";
    top: 80%;
    filter: drop-shadow(0px 0px 10px #ff2a00);
}
.h2-title span:before {
    left: -3px;
}
#sell_item, .breadcrumbs ul li:first-child:before, .menu li:last-child:after, .news-content-top .newsLink:nth-child(n+6), .tHead .tRow:before, .tabTable-block, .tabTable-block-arka, .tabTable-block-cs, .tabTable-block-throne, .tabs-content {
    display: none;
}
.check-container input:checked~.checkmark:after, .dmn-sidebar-box-items a, .nav li ul li, .newsContent_img img, .ref-reward-dropdown:hover .ref-reward-dropdown-content, .tabTable-block-arka.active, .tabTable-block-cs.active, .tabTable-block-throne.active, .tabTable-block.active, .tablePopup-block span, .tablePopup-server-block span, article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}
#arka-dominant .tableBlock table, #castle-owner .tableBlock table, #throne-owner .tableBlock table {
    margin-left: -13px;
    width: calc(100% + 27px);
}
#arka-dominant .tableBlock table tr td, #castle-owner .tableBlock table tr td, #throne-owner .tableBlock table tr td {
    border: 0;
    width: 50% !important;
    vertical-align: top;
    padding-top: 0;
    padding-bottom: 0;
}
#arka-dominant .tableBlock table tr td:last-child, #castle-owner .tableBlock table tr td:last-child, #throne-owner .tableBlock table tr td:last-child {
    padding-left: 20px;
}
#arka-dominant .tableBlock table tr td table tr td, #castle-owner .tableBlock table tr td table tr td, #throne-owner .tableBlock table tr td table tr td {
    border: 0;
    padding: 0;
    font-size: 14px;
    line-height: 16px;
    font-style: italic;
}
#arka-dominant .tableBlock table tr td table tr td:first-child, #castle-owner .tableBlock table tr td table tr td:first-child, #throne-owner .tableBlock table tr td table tr td:first-child {
    padding: 0;
    width: 18% !important;
}
#arka-dominant .tableBlock table tr td table tr td img, #castle-owner .tableBlock table tr td table tr td img, #throne-owner .tableBlock table tr td table tr td img {
    border: 2px solid rgba(255, 255, 255, .1);
    padding: 2px;
    margin-top: 3px;
}
#arka-dominant .tableBlock table tr td table tr td:last-child, #castle-owner .tableBlock table tr td table tr td:last-child, #throne-owner .tableBlock table tr td table tr td:last-child {
    padding-left: 5px !important;
}
#arka-dominant .tableBlock table tr td table tr td span, #castle-owner .tableBlock table tr td table tr td span, #throne-owner .tableBlock table tr td table tr td span, .journey blockquote table tr:last-child td span {
    color: #999;
}
.modalContent-title, h1, h2, h3, h4 {
    font-family: 'Geomanist', sans-serif;
}
.sub-title-ranking, h1, h2, h3, h4 {
    color: #ffdda9;
    line-height: 1.3;
    letter-spacing: 2px;
    margin-bottom: 20px;
}
h1, h2, h3 {
    color: #ffdda9;
    margin-bottom: 20px;
    line-height: 1.3;
    font-family: philosopher, sans-serif;
    letter-spacing: 2px;
}
h3 {
    font-size: 16px;
}
#arka-dominant .tableBlock table tr td h3, #castle-owner .tableBlock table tr td h3, #throne-owner .tableBlock table tr td h3 {
    line-height: 10px;
}


.blockHome, .socBlock, .socBlock2, .socButton2 {
    box-shadow: 0 10px 15px 4px rgba(0, 0, 0, .3);
}
.blockHome {
    background: url(../img/block-top-bg.png) center top no-repeat, url(../img/block-bottom-bg.png) center bottom no-repeat, url(../img/block-mid-bg.png) center top no-repeat;
    box-shadow: 0 10px 15px 4px rgba(0, 0, 0, .3);
    padding: 35px;
    width: 364px;
    min-height: 340px;
    overflow: hidden;
}
.mainHomeBlock>div {
    height: 610px;
    position: relative;
}
.flex-s-c {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.tableBlock-title {
    background: url(../img/top-table-bg.png) repeat-x;
    height: 36px;
    padding: 0 17px;
    display: flex;
    align-items: center;
    box-shadow: 0 5px 10px 2px rgba(0, 0, 0, .2);
    margin-bottom: 10px;
    width: 100%;
}
.tableBlock-title_player {
    width: 62%;
}
.tableBlock-title_level {
    width: 17%;
    text-align: center;
}
.tableBlock-title_score {
    width: 21%;
    text-align: right;
}
.tableBlock-content {
    display: flex;
    align-items: center;
    padding: 0 50px;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    width: 370px;
    margin-left: -35px;
}
.tableBlock-content:nth-child(odd) {
    background-color: rgba(0, 0, 0, .1);
}
.tableBlock-conten_number {
    width: 10%;
}
.tableBlock-content>div {
    font-size: 12px;
    font-weight: 600;
    display: flex
;
    align-items: center;
    position: relative;
    height: 34px;
    padding-bottom: 1px;
}

.tableBlock-conten_name {
    width: 52%;
    display: flex !important;
    align-items: center;
    color: #fff;
    line-height: 1.2;
}
.tableBlock-content>div {
    font-size: 12px;
    font-weight: 600;
    display: flex;
    align-items: center;
    position: relative;
    height: 34px;
    padding-bottom: 1px;
}
.tableBlock-conten_lvl {
    width: 17%;
    justify-content: center;
    color: #fbac3f;
}
.tableBlock-content>div {
    font-size: 12px;
    font-weight: 600;
    display: flex;
    align-items: center;
    position: relative;
    height: 34px;
    padding-bottom: 1px;
}
.tableBlock-conten_scr {
    width: 21%;
    justify-content: flex-end;
    color: gray;
}
.tableBlock-content>div {
    font-size: 12px;
    font-weight: 600;
    display: flex;
    align-items: center;
    position: relative;
    height: 34px;
    padding-bottom: 1px;
}
.all-button {
    text-align: center;
    margin-top: 25px;
}

.button {
    display: inline-block;
    line-height: 40px;
}
.buttonsub {
    transition: all .3s ease;
    cursor: pointer;
    background-color: rgba(65, 25, 21, .5);
    background: url(../img/button.png) no-repeat;
    height: 40px;
    width: 147px;
    border: none;
    color: #fff !important;
    font-family: philosopher, sans-serif;
    font-size: 12px;
    position: relative;
    z-index: 1;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    /* box-shadow: 0 0 22px 5px rgba(65, 25, 21, .5), 0 10px 15px 4px rgba(0, 0, 0, .3); */
    box-shadow: 0 0 22px 5px rgba(65, 25, 21, .5), 0 10px 15px 4px rgba(0, 0, 0, .3);
}
.tableBlock-content:hover {
    background-image: url(../img/hover-table.png);
}
.tableBlock-conten_name a, .tableBlock-server a {
    color: #fff;
    position: relative;
}

footer {
    background: #120b09;
    padding: 55px 0;
}
.footerTop {
    background-size: cover;
    position: relative;
}
.langBlock-dropdown a, .toTop {
    display: flex
;
    align-items: center;
}
.toTop {
    background: url(../img/totop-img.png) left center no-repeat;
    height: 100px;
    min-width: 100px;
    position: fixed;
    left: 0;
    bottom: 50px;
    padding-left: 105px;
    cursor: pointer;
    transform: rotate(-90deg);
    z-index: 8;
}
.toTop span {
    font-size: 12px;
    color: #fff;
    opacity: .2;
    font-family: 'Geomanist', sans-serif;
    transition: .3s;
}
.container {
    max-width: 1200px;
    width: 1200px;
    margin: 0 auto;
    height: 100%;
}
.flex, .main, .mainInfo {
    display: flex;
}
.flex {
    flex-wrap: wrap;
    justify-content: center;
}
.footerMenu {
    padding: 25px 0 40px;
    position: relative;
}
.footerMenu-block {
    width: 25%;
}
.footernew-menu ul, ol, ul {
    list-style: none;
}
.f-menu li a {
    position: relative;
    color: #fff;
    opacity: .3;
    display: block;
    background: url(../img/menu-f-icon.png) left center no-repeat;
    padding: 11px 0 11px 24px;
}
.footerInfo-block, .mainTable, .pNewsBlock {
    margin-bottom: 40px;
}
.copy span, .f-text {
    color: #fff;
    opacity: .3;
}
.copy a {
    color: #fff;
    opacity: 1;
}
.copy span, .f-text {
    color: #fff;
    opacity: .3;
}
.f-text {
    text-transform: uppercase;
    font-size: 10px;
    line-height: 1.3;
}


.form-group span {
    position: absolute;
    color: #9E9E9E;
    font-size: 11px;
    z-index: 1;
    display: block;
    padding: 3px;
    background: #1a1816;
    left: 10px;
    top: -9px;
    text-transform: uppercase;
}

.form-check, .form-control, .form-group, sub, sup {
    position: relative;
}


.newsBlock-sidebar {
    background: url(../img/modal-bg-inverso.png) center top no-repeat #180f0d;
    padding: 35px 35px;
    width: 370px;
    margin-bottom: 25px;
    
}
a {
    transition: .3s;
    color: #d8d0cc;
}
.SidenewsLink-news {
    background: url(../img/news-icon.png) left top 12px no-repeat;
}
.SidenewsLink {
    position: relative;
    padding: 13px 0 13px 50px;
}
.SidenewsLink-info a {
    display: block;
    color: #fcedc0;
    margin-bottom: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 225px;
    padding: 1px 0;
}
.SidenewsLink-info span {
    color: #696868;
}
.SidenewsLink-more {
    color: #cc7954;
    display: block;
    position: relative;
    padding-right: 10px;
    float: right;
}
.SidenewsLink-more:after {
    content: "";
    position: absolute;
    background: url(../img/h-right.png) no-repeat;
    width: 8px;
    height: 12px;
    right: 0;
    top: 50%;
    margin-top: -6px;
    transition: .3s;
}
.SidenewsLink:after {
    content: "";
    background: url(../img/news-hover.png) no-repeat;
    position: absolute;
    width: 55px;
    height: 65px;
    right: -32px;
    top: 50%;
    margin-top: -33px;
    opacity: 0;
}
.SidenewsLink:hover .SidenewsLink-info a {
    color: #fff;
    text-decoration: underline;
}
.SidenewsLink:hover .SidenewsLink-more:after {
    background: url(../img/right.png) no-repeat;
    width: 24px;
    height: 28px;
    margin-top: -14px;
    right: -20px;
    filter: drop-shadow(0px 0px 10px #ff2a00);
}
.SidenewsLink:hover:after {
    opacity: 1;
}
.container-mod{
    background: #180f0d;
    box-shadow: 0 10px 15px 4px rgba(0, 0, 0, .3);
    padding: 35px;
}
.downloadBlock-content {
    padding-top: 40px;
    padding-bottom: 20px;
}
.downloadBlock {
    background: url(../img/down-block-bg.png) center no-repeat;
    background-size: cover;
    max-width: 560px;
    width: 100%;
    padding: 40px 30px 55px;
    margin: 0 auto;
    margin-bottom: 30px;
    text-decoration: none;
}
.downloadBlock-title {
    display: block;
    color: #ffdda9;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 35px;
}
.downloadBlock-text {
    color: #fff;
    line-height: 1.3;
    text-align: center;
    margin-bottom: 35px;
}
.downloadBlock-button {
    text-align: center;
}

.mb-5, .my-5 {
    margin-bottom: 3rem !important;
}
.mt-3, .my-3 {
    margin-top: 1rem !important;
}
.mb-4, .my-4 {
    margin-bottom: 1.5rem !important;
}
.mr-4, .mx-4 {
    margin-right: 1.5rem !important;
}
.ml-4, .mx-4 {
    margin-left: 1.5rem !important;
}

@media (min-width: 576px) {
    .card-group {
        display: -ms-flexbox;
        display: flex
;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }
}

.card, code {
    word-wrap: break-word;
}
.card, .navbar {
    position: relative;
}
.breadcrumb, .card {
    display: -ms-flexbox;
}
.card {
    display: flex
;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
}
.ml-1, .mx-1 {
    margin-left: .25rem !important;
}

.footernew-menu ul, ol, ul {
    list-style: none;
}
.list-group-flush, button {
    border-radius: 0;
}
.card-deck .card, .card-group>.card {
    margin-bottom: 15px;
}
.list-group {
    display: -ms-flexbox;
    display: flex
;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: .25rem;
}
@media (min-width: 576px) {
    .card-group>.card {
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        margin-bottom: 0;
    }
}
@media (min-width: 576px) {
    .card-group>.card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
}
.card>.list-group {
    border-top: inherit;
    border-bottom: inherit;
}
.card-img, .card-img-top, .card>.list-group:first-child {
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
}
.card-img, .card-img-bottom, .card>.list-group:last-child {
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px);
}
.card>.list-group:first-child {
    border-top-width: 0;
}
.card>.list-group:last-child {
    border-bottom-width: 0;
}

.list-group-item {
    display: block;
    padding: .75rem 1.25rem;
    background-color: #45749d;
    border: 1px solid rgba(0, 0, 0, .125);
}
.rankings_menu{
    margin-bottom: 25px;
}
.rankings_menu a{
    color: #666 !important;
    display: inline-block;
    margin: 0 5px;
    position: relative;
    cursor: pointer;
}
.rankings-table thead tr, .rankingTableGens thead tr, .rankingTableGuild thead tr {
    background: #1a1b2d;
}
.rankings-table tbody tr:hover{
    background-image: url(../img/hover-xbig.png);
}

.mainRegister {
    max-width: 650px;
    width: 100%;
    position: relative;
    margin: 0 auto;
    justify-content: center;
        background: #080503;
    background-color: #080503;
    padding: 35px 65px;
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, .2);
}

.news-content-top li a{
    color: #ffdda9;
    font-size: 18px;
    line-height: 1.3;
    font-family: philosopher, sans-serif;
    letter-spacing: 2px;
}

.youtuber-viewer {
    background-image: url(https://i.imgur.com/hszF9Wi.png);
    height: 115px;
    position: fixed;
    bottom: 112px;
    z-index: 99;
    right: 0px;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.youtuber-viewer {
    display: flex
;
    gap: 1px;
    white-space: nowrap;
    box-sizing: border-box;
    position: fixed;
    bottom: 20px;
    right: 0px;
    z-index: 99;
    background-image: url(https://i.imgur.com/hszF9Wi.png);
    background-size: cover;
    height: 115px;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.youtuber-viewer table {
    margin-left: 15px !important;
}
.youtuber-viewer table tr {
    background: transparent !important;
}
.youtuber-viewer table tr td {
    vertical-align: top !important;
    height: 100px !important;
    opacity: 0.7;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    border: 0px !important;
    padding-top: 10px;
}
.youtuber-viewer table tr td.fist {
    width: 35px !important;
    min-width: 55px !important;
    padding-left: 0px !important;
    text-align: left !important;
    color: #fff !important;
    cursor: pointer !important;
    padding-top: 50px !important;
    border: 0px !important;
    background: transparent !important;
}

.rightBodyLinks a span img, .sparks, .sparks>div {
    position: absolute;
}
.sparks {
    width: 100%;
    bottom: 400px;
    right: 45%;
}
.sparks>div {
    position: absolute;
}
.sparks .spark_1 {
    background: url(../img/spark_1.png) no-repeat;
    width: 764px;
    height: 313px;
    right: 0;
    bottom: -120px;
    transform: scale(.6);
    opacity: 0;
    animation: 4s linear 1s infinite spark-1;
}
.sparks .spark_1 {
    background: url(../img/spark_1.png) no-repeat;
    width: 764px;
    height: 313px;
    right: 0;
    bottom: -120px;
    transform: scale(.6);
    animation: spark-1 4s linear infinite;
    animation-delay: 1s;
}
.sparks .spark_2 {
    background: url(../img/spark_2.png) no-repeat;
    width: 149px;
    height: 335px;
    right: 230px;
    bottom: -320px;
    transform: scale(.6);
    animation: spark-1 4s linear infinite;
    animation-delay: 2s;
}
.sparks .spark_3 {
    background: url(../img/spark_3.png) no-repeat;
    width: 128px;
    height: 165px;
    right: 280px;
    bottom: -140px;
    transform: scale(.6);
    animation: spark-3 4s linear infinite;
    animation-delay: 2s;
}
.sparks .spark-big {
    background: url(../img/spark_4.png) no-repeat;
    width: 794px;
    height: 176px;
    right: 0;
    bottom: -180px;
    transform: scale(.6);
    animation: spark-5 4s linear infinite;
}
@keyframes spark-1 {
    0% {
        bottom: -320px;
        transform: scale(.6);
        opacity: 1
    }
    25% {
        bottom: -240px;
        transform: scale(.7);
        opacity: 1
    }
    50% {
        bottom: -160px;
        transform: scale(.8);
        opacity: 1
    }
    75% {
        bottom: -80px;
        transform: scale(.9);
        opacity: .5
    }
    to {
        bottom: 0;
        transform: scale(1);
        opacity: 0
    }
}
@keyframes spark-3 {
    0% {
        bottom: -140px;
        -webkit-transform: scale(.6);
        transform: scale(.6);
        opacity: 1
    }
    25% {
        bottom: -80px;
        -webkit-transform: scale(.7);
        transform: scale(.7);
        opacity: 1
    }
    50% {
        bottom: -20px;
        -webkit-transform: scale(.8);
        transform: scale(.8);
        opacity: 1
    }
    75% {
        bottom: 40px;
        -webkit-transform: scale(.9);
        transform: scale(.9);
        opacity: .5
    }
    to {
        bottom: 100px;
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}
@keyframes spark-5 {
    0% {
        bottom: -180px;
        transform: scale(.6);
        opacity: 1
    }
    25% {
        bottom: -120px;
        transform: scale(.7);
        opacity: 1
    }
    50% {
        bottom: -60px;
        transform: scale(.8);
        opacity: 1
    }
    75% {
        bottom: 0;
        transform: scale(.9);
        opacity: .5
    }
    to {
        bottom: 60px;
        transform: scale(1);
        opacity: 0
    }
}
.panel.panel-news{
    background-color: unset;
    border: 0px solid transparent;
}
.panel.panel-news .panel-footer{
    background-color: unset;
    border-top: 0px;
    color: rgb(255, 221, 169);
}
.panel.panel-news .panel-title{
    color: rgb(255, 221, 169);
}