html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }

body { line-height: 1; }

ol, ul { list-style: none; }

blockquote, q { quotes: none; }

blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }

table { border-collapse: collapse; border-spacing: 0; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary { display: block; }

* { -webkit-box-sizing: border-box; box-sizing: border-box; }

html, body { position: relative; overflow-x: hidden; }

body { 
  width: 100%; 
  background: url(../img/top-fon-home.jpg) center top no-repeat, url(../img/bottom-fon-home.jpg) center bottom no-repeat; 
  background-color: #070501; 
  font-family: Candara, Calibri, Segoe, Segoe UI, Optima, Arial, sans-serif; 
  font-size: 14px;
  color: #ffffff; 
 }

a { -webkit-transition: all 0.3s ease; transition: all 0.3s ease; text-decoration: none; color: #ffcc00; }

a:hover { color: #fff; text-decoration: none; }

p { margin-bottom: 20px; }

h1, h2, h3, h4 { color: #fff; margin-bottom: 20px; line-height: 1.3; }

h1 { font-size: 20px; }

h2 { font-size: 18px; }

h3 { font-size: 16px; }

table {
 width: 100%; 
 background: #25160f; 
}

table thead td { 
  color: #34fab6; 
  border-bottom: 2px solid #234451; 
}

table td { 
  border-collapse: collapse; 
  padding: 10px;
  border: 1px solid #945f1c; 
  color: #f7fd00; 
  text-align: center; }

img { max-width: 100%; }

.img-news{
box-shadow: 0px 11px 20px 0px rgba(0, 0, 0, 0.7);
}

caption { margin-bottom: 15px; }

select {
 background: #0a1419;
  border: 1px solid #1c3640; 
  color: #71d5fd;
   min-width: 350px; 
   padding: 0px 30px;
    height: 45px; 
    position: relative; 
    background-image: url(../img/select-bg.jpg); 
    background-position: right; background-repeat: no-repeat; 
    -webkit-appearance: none; 
    -moz-appearance: none; 
    text-indent: 0.01px; 
    text-overflow: ''; 
    -ms-appearance: none; 
    appearance: none !important; 
    cursor: pointer; 
    display: block; 
    margin: 0 auto; 
    margin-bottom: 30px; 
  }

input, textarea {
  background: none; 
  border: 1px solid #1d3944;
  color: #fff; 
  padding: 12px 20px; 
  position: relative; 
  text-align: center; 
  font-size: 15px;
  min-width: 220px; 
  font-family: Candara, Calibri, Segoe, Segoe UI, Optima, Arial, sans-serif;
}

button, .button {
 -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; 
  cursor: pointer;
  background-image: url(../img/button.png); 
  background-repeat: no-repeat;
  height:66px; 
  width:240px;
  padding-top: 24px;
  border: none; 
  color: #fff; 
  text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.2); 
  position: relative;
  z-index: 1; 
  text-align: center; 
  text-transform: uppercase; 
  font-family: Candara, Calibri, Segoe, Segoe UI, Optima, Arial, sans-serif;
  font-size: 15px; 
  font-weight: bold;
}

button:hover, 
.button:hover { -webkit-filter: brightness(120%); filter: brightness(120%); }

.button { 
  display: inline-block; 
  text-decoration: none;
   }

.button-green { 
  padding: 18px 35px;
  background-image: url(../img/button-green.jpg);
}

.button-small {
  position: relative;
  transition: all 0.3s ease; 
  cursor: pointer;
  font-size: 14px;
  text-transform: none; 
  height: 37px;
  width: 90px;
  color: #fff;
  background-image: url(../img/button_small.jpg); 
  display: inline-block; 
  text-decoration: none;
  text-align: center; 
  justify-content: center;
  padding-top: 11px;
  box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.4);
}
.button-small:hover{
 -webkit-filter: brightness(120%);
  filter: brightness(120%); 
}

.button-green-big { padding: 25px 60px; background-image: url(../img/button-green--big.jpg); }

.button-green-medium { padding: 23px 75px; background-image: url(../img/button-green--big.jpg); }

:focus { outline: none; }

::-webkit-input-placeholder { color: #00aac3; }

::-moz-placeholder { color: #00aac3; }

:-moz-placeholder { color: #00aac3; }

:-ms-input-placeholder { color: #00aac3; }

.wrapper { max-width: 1200px; width: 100%; margin: 0 auto; position: relative; }

.flex { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }

.flex-c { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -ms-flex-wrap: wrap; flex-wrap: wrap; }

.flex-s { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-wrap: wrap; flex-wrap: wrap; }

.flex-s-c { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -ms-flex-wrap: wrap; flex-wrap: wrap; }

.flex-c-c {
  display: -webkit-box; 
  display: -ms-flexbox;
  display: flex; 
  -webkit-box-pack: center; 
  -ms-flex-pack: center; 
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.bright:hover { -webkit-filter: brightness(120%); filter: brightness(120%); }

.topPanel { border-bottom: 0px solid rgba(255, 254, 252, 0.5); padding: 5px 0px; position: absolute; width: 100%; top: 0px; left: 0px; z-index: 20; }
.topPanel-wrapper { max-width: 1200px; width: 100%; margin: 0 auto; position: relative; }
.topPanel-wrapper_right span { margin: 0px 40px; font-weight: bold; color: #89150d; }

.logo-mini { margin: 0px 20px 0px 30px; }

.menu li { padding: 0px 10px; }

.menu li a {
 color: #000;
  font-size: 16px; 
  font-weight: bold; 
  text-transform: uppercase;
  padding: 0px 10px; 
  display: block; 
 }

.menu li a:hover { color: #89150d; }
.menu li.active a { color: #89150d; }

.sign-in { color: #89150d; font-size: 15px; font-weight: bold; text-decoration: underline; }
.sign-in:hover { text-decoration: none; }

header { height: 660px; position: relative; }

.logo { position: absolute; top: 246px; left: -29px; }

.headerBlock { position: absolute; bottom: 10px; left: 0; right: 0; width: 100%; }

.headerButtons {
 -ms-flex-wrap: nowrap; 
 flex-wrap: nowrap; 
}

.radial-stat {
display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: rgba(7, 5, 1, 0.7);
    width: 205px;
    height: 205px;
    border-radius: 50%;
     }


@-webkit-keyframes server { 0% { top: 0px; height: 227px; background-position: top center; }
  15% { top: 0px; height: 0px; background-position: top center; }
  25% { top: 0px; height: 0px; background-position: top center; }
  40% { top: 0px; height: 227px; background-position: top center; }
  50% { top: auto; bottom: 0px; height: 227px; background-position: bottom center; }
  65% { top: auto; bottom: 0px; height: 0px; background-position: bottom center; }
  75% { top: auto; bottom: 0px; height: 0px; background-position: bottom center; }
  90% { top: auto; bottom: 0px; height: 227px; background-position: bottom center; }
  100% { top: auto; bottom: 0px; height: 227px; background-position: bottom center; } }

@keyframes server { 0% { top: 0px; height: 227px; background-position: top center; }
  15% { top: 0px; height: 0px; background-position: top center; }
  25% { top: 0px; height: 0px; background-position: top center; }
  40% { top: 0px; height: 227px; background-position: top center; }
  50% { top: auto; bottom: 0px; height: 227px; background-position: bottom center; }
  65% { top: auto; bottom: 0px; height: 0px; background-position: bottom center; }
  75% { top: auto; bottom: 0px; height: 0px; background-position: bottom center; }
  90% { top: auto; bottom: 0px; height: 227px; background-position: bottom center; }
  100% { top: auto; bottom: 0px; height: 227px; background-position: bottom center; } }
.circle-online { width: 180px; height: 180px; text-align: center; position: relative; display: inline-block; z-index: 2; }

.serverInfo {
  position: absolute;
    width: 140px;
    height: 150px;
    left: 20px;
    padding-top: 50px;
  }

.serverInfo span { display: block; width: 100%; text-align: center; position: relative; }

.serverInfo__name { font-size: 18px; color: #fff; text-transform: uppercase; margin-bottom: 3px; }

.serverInfo__online { 
  color: #f19737;
 font-size: 30px;
 padding-top: 10px;
  font-family: Candara, Arial,; 
}

.h-button { 
  width: 300px; 
  height: 95px; 
  background-repeat: no-repeat; 
  background-position: center; 
  padding-top: 30px; 
  padding-left: 120px;
}

.h-button:hover { -webkit-filter: brightness(120%); filter: brightness(120%); }
.h-button p { font-size: 25px; font-weight: bold; font-style: italic; text-transform: uppercase; margin-bottom: 5px; }

.h-button span {
 font-size: 14px; 
 color: #301907;
 font-weight: bold;
 text-transform: uppercase;
 text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.3);
}

.h-button.download { 
  background-image: url(../img/download-button.jpg);
  box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.4);
}

.h-button.download p { 
    color: #fff;
    text-shadow: rgba(0, 0, 0, 0.33) 0px 1px 2px;
}

 }
.h-button.download span {
 color: #1bcdff; 
}

.h-button.registration {
 background-image: url(../img/registration-button.jpg);
 box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.4);
}

.h-button.registration p {
  color: #fff;
  text-shadow: rgba(0, 0, 0, 0.33) 0px 1px 2px; 
}

.h-button.registration span { color: #240404; }

.headerInfo { margin-bottom: 20px; }
.headerInfo-slider { width: calc(100% - 400px); height: 363px; }
.headerInfo-buttons a { display: block; width: 398px; height: 90px; margin-bottom: 1px; padding: 26px 0px 0px 155px; }
.topcrew-sidebar a { display: inline !important; width: auto !important; height: auto !important; padding: 0 !important; margin: 0 !important; transform: none !important; }
.topcrew-sidebar a:hover { transform: none !important; padding: 0 !important; }
.tc-name a { color: #ffffff !important; text-decoration: none !important; font-size: 14px !important; }
.tc-name a:hover { color: #ffcc00 !important; }

.headerInfo-buttons a:hover {
  position: relative;
 -webkit-transform: scale(1.1); 
 transform: scale(1.1); 
 padding: 26px 0px 0px 170px;
 z-index: 2;
  }

.headerInfo-buttons a p { color: #fff; font-size: 20px; font-weight: bold; text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5); text-transform: uppercase; margin-bottom: 10px; }
.headerInfo-buttons a span { text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5); }
.headerInfo-buttons .b-donate { background: url(../img/button_1.jpg) no-repeat; }
.headerInfo-buttons .b-vote { background: url(../img/button_2.jpg) no-repeat; }
.headerInfo-buttons .b-cabal { background: url(../img/button_3.jpg) no-repeat; }
.headerInfo-buttons .b-shop { background: url(../img/button_4.jpg) no-repeat; }

.color-crema { color: #fff1d5; }

.color-green { color: #6fffc9; }

.color-red { color: #ef5151; }

.color-yellow { color: #fd7a94; }

.color-tur { color: #fd7a94; }

.slider { width: 100%; height: 100%; }
.slider .swiper-slide { background-repeat: no-repeat; background-position: center; background-size: cover; }
.slider .swiper-slide a { display: block; height: 100%; width: 100%; }
.slider .swiper-slide a:after { content: ""; position: absolute; left: 0px; width: 100%; height: 40%; bottom: 65px; background: -webkit-gradient(linear, left bottom, left top, from(rgba(16, 13, 13, 0.6)), to(rgba(16, 13, 13, 0))); background: linear-gradient(to top, rgba(16, 13, 13, 0.6), rgba(16, 13, 13, 0)); z-index: 1; }

.slider .swiper-button-next, .slider .swiper-button-prev { width: 55px; height: 55px; top: 50%; margin-top: -25px; }
.slider .swiper-button-next:after, .slider .swiper-button-prev:after { display: none; }

.slider .swiper-button-next { background: url(../img/arrow-next.jpg) no-repeat; right: 1px; }

.slider .swiper-button-prev { background: url(../img/arrow-prev.jpg) no-repeat; left: 1px; }

.slider .swiper-pagination { background: rgba(29, 15, 8, 0.8); bottom: 0px; height: 65px; }

.slider .swiper-pagination-bullet { width: 8px; height: 8px; border-radius: 0px; margin: 0px 8px !important; background: #9c9793; opacity: 1; }
.slider .swiper-pagination-bullet.swiper-pagination-bullet-active { background: #a3df00; }

.homeTitle {
 border-bottom: 1px solid rgba(163, 223, 0, 0.3);
  padding-left: 40px;
  margin-bottom: 30px; 
 }

.homeTitle h2 {
 margin-bottom: 10px; 
  font-size: 32px; 
  color: #c7c617;
}

.homeTitle h2 span { 
  font-size: 52px;
  margin-right: 5px; 
 }

.newsTabs { 
  margin-bottom: 20px; 
  position: relative; 
  z-index: 3; 
}

.tabs-n { width: 100%; }

.news-tabs { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; position: relative; }

.news-tabs:after { content: ''; display: table; clear: both; }

.news-tabs li { padding: 30px 17px; margin: 0px 20px; font-size: 16px; color: #fff; position: relative; }
.news-tabs li:after { content: ''; position: absolute; bottom: -1px; left: 0; right: 0; height: 1px; background: #fff; -webkit-transition: 0.3s; transition: 0.3s; width: 0px; }

.news-tabs li:not(.active) { cursor: pointer; color: #c7c617;}

.news-tabs .active:after { width: 100%; color: #c7c617; }

.tabs-content { display: none; }

.tabs-content.active { display: block; }


.container-home {
  display: -webkit-box;
  display: -ms-flexbox; 
  display: flex;
  margin: 0px -2px; 
  position: relative; 
 }

.container-home-1 {
  width: 398px;
  position: relative;
 }

.block-4 { 
  width: 33%;
  margin: 0px 2px;
  -webkit-box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.5); 
  box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.5); 
}

.block-44 { 
  margin-top: 6px;
  -webkit-box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.5); 
  box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.5); 
}

.news {
 background: url(../img/images_block.png) center no-repeat;  
 position: relative; 
 height: 526px;
 padding: 50px 40px 80px 40px;
  }

.news h3 {
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 30px; 
 }

.news-img { 
  margin-bottom: 30px; 
  text-align: center; 
}

.news-img img {
  -webkit-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.6); 
  transition: 0.3s;
  transform: scale(1);
}

.news-img img:hover {
    transform: scale(1.02);
  }

.news-text { 
  line-height: 1.3;
  height: 70px;
  overflow: hidden;
  text-overflow: ellipsis;
   }

.news-info {
 position: absolute; 
 width: calc(100% - 80px); 
 bottom: 40px; 
 left: 40px; 
}

.news-info-1 { 
 padding-top: 20px;
}

.news-date {
 font-size: 15px; 
 color: #945f1c; 
}
.news-date span { 
  color: #ffab45;
 font-size: 20px; 
}

.stat-block {
  background: url(../img/stat-block-bg.jpg) center no-repeat; 
  height: 670px; 
  position: relative; 
  padding: 165px 40px 40px 40px; 
}

.stat-block h3 {
  position: relative;
  text-align: center; 
  color: #ffcc00; 
  font-size: 20px; 
  text-transform: uppercase; 
  margin-bottom: 35px; 
}

.stat-block.server:before {
 content: ""; 
 position: absolute; 
 background: url(../img/server-status-bg.png) center no-repeat; 
 width: 623px; 
 height: 674px; 
 left: -305px; 
 top: -28px; 
}

.stat-block.event:before {
  content: ""; 
  position: absolute;
  background: url(../img/events-bg.png) center no-repeat; 
  width: 593px;
  height: 459px; 
  right: -283px; 
  top: 23px; 
}

.stat-block.event_1:before {
  content: ""; 
  position: absolute;
  background: url(../img/events-bg_1.png) center no-repeat; 
  width: 593px;
  height: 459px; 
  right: 100px; 
  top: 23px; 
}

.stat-block.top:before { 
  content: ""; 
  position: absolute; 
  background: url(../img/top-player-bg.png) center no-repeat; 
  width: 406px; 
  height: 679px; 
  left: 50%; 
  margin-left: -201px; 
  top: -6px; 
}

/*page-content*/


.page-content{
  margin-top: 6px;
  width: calc(100% - 398px);
  padding: 40px 34px 40px 34px;
  margin-left: 5px;
  background: url(../img/fon-news-top.jpg) center top no-repeat, url(../img/fon-news-bottom.jpg) center bottom no-repeat, url(../img/fon-news-repeat.jpg) center repeat-y;
  position: relative;
}

.page-content:after{
  content: "";
  position: absolute;
  height: 66px;
  width: 797px;
  bottom: -15px;
  left: 0;
  background: url(../img/fon-news-bottom-bottom.png) center bottom no-repeat;
}

.page-content:before{
  content: "";
  position: absolute;
  height: 105px;
  width: 797px;
  top: -19px;
  left: 0;
  background: url(../img/fon-news-top-top.png) center top no-repeat;
}

.page-title{
  position: relative;
  text-transform: uppercase;
  font-size: 20px;
  color: #ffcc00;
  text-align: center;
  font-weight: bold;
  z-index: 1;
}

.page-title{
  padding-top: 35px;
  padding-bottom: 30px;
}


.page-title-news{
  color: #ffcc00;
  text-transform: uppercase;
  font-size: 18px;
}

.page-text{
  line-height: 20px;
}

.page-text p{
 padding-top: 20px;
} 

.page-text a{
  color: #ffab45;
  text-decoration: underline;
}

.page-text a:hover{
  text-decoration: none;
  color: #c0ff00;
}

.page-text-img{

  box-shadow: 0px 11px 20px 0px rgba(0, 0, 0, 0.7);
}

.news-all{
  margin-bottom: 20px;
}
/*end page-content*/

/*paginator*/


.pagination {
  padding-top: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 5;

}
.page-numbers {
  display: block;
  width: 40px;
  height: 40px;
  position: relative;
  text-align: center;
  line-height: 38px;
  color: #7b8913;
  text-decoration: none !important;
  font-size: 14px;
  margin: 0px 7px;
  background: rgba(123, 137, 19, 0.15);
}

.page-numbers.active {
  background: #7b8913;
  color: #fff;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.4);
}

.page-numbers:hover {
  background: #7b8913;
  -webkit-filter: brightness(100%);
  filter: brightness(100%);
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.4);
  color: #fff;
}

.page-numbers.prev,
.page-numbers.next {
  background: rgba(123, 137, 19, 0.25);
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.4);
  font-size: 0px;
}
.page-numbers.prev:hover,
.page-numbers.next:hover {
  background: #7b8913;
  -webkit-filter: brightness(100%);
  filter: brightness(100%);
}
.page-numbers.prev {
  margin: 0px 25px 0px 0px;
}
.page-numbers.next {
  margin: 0px 0px 0px 25px;
}
.page-numbers.prev:after {
  content: "";
  position: absolute;
  background: url(../img/prev-p.png) no-repeat;
  width: 12px;
  height: 18px;
  margin-left: -8px;
  margin-top: -8px;
  left: 50%;
  top: 50%;
  z-index: 2;
  opacity: 0.25;
}
.page-numbers.prev:hover:after {
  background: url(../img/prev-p.png) no-repeat;
  opacity: 0.9;
}
.page-numbers.next:after {
  content: "";
  position: absolute;
  background: url(../img/next-p.png) no-repeat;
  width: 12px;
  height: 18px;
  margin-right: -8px;
  margin-top: -8px;
  right: 50%;
  top: 50%;
  opacity: 0.25;
}

.page-numbers.next:hover:after {
  background: url(../img/next-p.png) no-repeat;
  opacity: 0.9;
}

/*end paginator*/

/* text_TOP */


.guild .top-number {
  width: 60px;
}
.top-block.guild .top-number img {
  margin-bottom: -2px;
  margin-left: 5px;
}


.top-block.guild .score {
  padding-left: 55px
}

.top-block {
  position: relative;
  width: 100%;
  padding-bottom: 15px;
  z-index: 1;
}

.top-block span {
  display: block;
}
.top-block .top-number {
  width: 20px;
}

.guild img{
  border: 1px solid #360e17;
}

.top-block .top-flag {
  width: 30px;
  padding-top: 2px;
}

.top-block .top-name {
  width: 162px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.top-block .top-lvl {
  width: 80px;
}

.top-block .top-Res sup {
  font-size: 10px;
  color: #ff0000;
  position: absolute;
  margin-top: -5px;
}

.top-list {
  height: 41px;
  display: flex;
  align-items: center;
  font-size: 15px;
  transition: 0.3s;
  color: #fff;
}
.top-list a {
  color: #fff;
  text-decoration: none;
}
.top-list:hover {
  background-color: #070501;
  border-bottom: 1px solid #293407;
  box-shadow: 0px 8px 10px -3px rgba(0, 0, 0, 0.45);
  height: 41px;
  margin: 0px -40px 0px -40px;
  padding: 0px 25px 0px 25px;
  color: #c0ff00;
  position: relative;
  z-index: 5;
}

.top-list:hover a {
  color: #c0ff00;
}

.top-title {
  color: #ffcc00;
  display: flex;
  align-items: center;
  font-size: 15px;
  margin-bottom: 15px;
}


.top-block.guild .top-number {
    width: 60px;
}

/*widget Discussions*/

.discussions-content-top{
  position: relative;
  z-index: 1;
}

.admin-icon{
float: left;
border-radius: 50%;
width: 45px;
height: 45px;
background-size: 45px;
box-shadow: 0em 8px 15px rgba(0, 0, 0, 0.3);
margin-right: 26px;
}


.discussions-icon{
float: left;
border-radius: 50%;
width: 45px;
height: 45px;
background-size: 45px;
box-shadow: 0em 8px 15px rgba(0, 0, 0, 0.3);
}

.discussions-message{
  float: right;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  background-color: #945f1c;
  opacity: 0.6;
  color: #fff;
  font-size: 12px;
  box-shadow: 0em 8px 15px rgba(0, 0, 0, 0.3);
}

.discussions-text{
  padding-left: 16px;
  font-size: 14px;
}

.discussions-text-bt{
  padding-left: 16px;
  font-size: 15px;
  color: #945f1c;
}

.discussions-content-block:hover .discussions-text-bt{
  color: #69811e;
}

.discussions-text-bt a{
  color: #fff;
}

.discussions-content-block{
  padding-bottom: 10px;
  padding-top: 11px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.discussions-content-block:hover .discussions-message{
  background-color: #392d01;
  color: #c0ff00;
  font-weight: bold;
}


.discussions-content-block:hover{
background-color: #070501;
border-bottom: 1px solid #293407;
box-shadow: 0px 8px 10px -3px rgba(0, 0, 0, 0.45);
transition: 0.4s;
margin: 0px -40px 0px -40px;
padding: 10px 26px 10px 26px;
cursor: pointer;
}

.discussions-content-block:hover .discussions-text {
  color: #c0ff00;
}

.discussions-content-block:hover .discussions-text-bt a {
  text-decoration:none;
  color: #ffcc00;
}

/*widget Discussions end*/

/*end text TOP*/

.more-top {
  left:20%;
  bottom: 40px;
  position: absolute; 
}


.blockStat { 
  margin-bottom: 20px; 
}

.blockStat-1 {  
  display:flex;
  justify-content: center;
}

.video a { display: block; position: relative; height: 100%; width: 100%; }
.video a:before { content: ""; position: absolute; height: 100%; width: 100%; background: rgba(10, 20, 25, 0.5); left: 0px; top: 0px; -webkit-transition: 0.3s; transition: 0.3s; }
.video a:after { content: ""; background: url(../img/play-icon.png) no-repeat; position: absolute; width: 80px; height: 80px; top: 50%; left: 50%; margin-left: -40px; margin-top: -40px; }
.video a img { display: block; }
.video a:hover:before { background: rgba(10, 20, 25, 0.1); }

.toTopBlock {
  background: url(../img/top.png) center no-repeat; 
  height: 65px; 
  margin-bottom: 40px; 
  justify-content: center;
  align-items: center;
  text-align: center;
  opacity: 0.6;
}

.toTopBlock:hover { 
  opacity: 100; 
   -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease; 
}

.toTopBlock span {
 width: 65px; 
 height: 65px;
 display: block; 
 margin: 0 auto; 
 cursor: pointer; }

/*download*/

.downloadBlock {
  text-align: center;
  padding: 35px;
  margin: 0px 35px;
}

.downloadBlock p {
  margin-bottom: 30px;
}

.download-block-1 {
  margin-bottom: 40px;
}
.download-block-1:last-child {
  margin-bottom: 0px;
}

.client-text {
  margin-right: 50px;
  width: 255px;
  height: 90px;
  flex-wrap: wrap;
  align-content: center;
  background: #070501;
}
.client-text span {
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 9px;
  color: #c0ff00;
}

/*end download*/

/*footer*/

footer { padding: 40px 0px; }


.footer-block-t{
  padding-top: 33px;
  justify-content: center;
  align-items: center;
  text-align:center;
}

.f-menu li {
  display: inline-block;
  margin: 15px 23px;
}

.f-menu li a {
  text-transform: uppercase;
  color: #fff;
  font-size: 15px;
}

.f-menu li a:hover{
  color: #c0ff00;
  font-weight: bold;
}

.f-menu li a:active{
  color: #e39f45;
  font-weight: bold;
}

.footer-end{
  margin-top: 51px;
}

.footer-block-coperite{
  float: left;
  color: #484817;
  padding-top: 70px;
}

.footer-block-coperite a{
  color: #fff;
}

.footer-block-coperite a:hover{
  text-decoration: underline;
}

.footer-block-r {
  float: right;
}

.soc-block{
  margin-bottom: 45px;
}

.soc-block a {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  padding-top: 8px;
  margin-left: 20px;
  background-color: #080702;
  border: 1px solid #d3e637;
  height: 33px;
  width: 33px;
  box-shadow: inset 0px 0px 7px 0px rgb(172, 189, 30);
}

.soc-block a:hover {
  box-shadow: inset 0px 0px 15px 0px rgba(183, 55, 77, 0.9);
  filter: drop-shadow(0px 0px 6px rgba(220, 84, 107, 0.75));
  border: 1px solid #c66047;
}

.footer-logo{
  text-align:center;
  margin-top: 50px;
}

.footer-logo:hover{
  -webkit-filter: brightness(120%); 
  filter: brightness(120%);
}

.copyright{
  color: #c7c617;
}

.templstock:hover{
  -webkit-filter: brightness(120%); 
  filter: brightness(120%);
}
/*end footer*/

.modal_div {
  max-width: 480px; 
  width: 100%;
  min-height: 300px;
  background: url(../img/fon-modal-top.jpg) center top no-repeat, url(../img/fon-modal-bottom.jpg) center bottom no-repeat, url(../img/fon-modal-repeat.jpg) center repeat-y;
  position: fixed; 
  top: 5%; 
  left: 50%; 
  margin-left: -240px; 
  margin-top: -50px; 
  display: none; 
  opacity: 0; 
  z-index: 999; 
  padding: 40px 0px 40px 0px; 
  -webkit-box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.2); 
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.2); 
 }

.modal_div:before {
  content: "";
  position: absolute;
  height: 105px;
  width: 480px;
  top: -15px;
  left: 0;
  background: url(../img/fon-modal-top-top.png) center top no-repeat;
}

.modal_div:after {
  content: "";
  position: absolute;
  height: 71px;
  width: 480px;
  bottom: -15px;
  left: 0;
  background: url(../img/fon-modal-bottom-bottom.png) center bottom no-repeat;
}

.modal_div h1 { 
  font-size: 20px; 
  margin-bottom: 30px; 
  font-weight: normal; 
  letter-spacing: 2px; 
  padding-bottom: 30px; 
  color: #c7c617; 
  text-align: center; 
}

.modal_div input {
 border: 1px solid #50460d; 
}

.modal_div .modal_close {
 position: absolute; top: 25px; 
 right: 25px; 
 cursor: pointer; 
 display: block; 
}

.modal_div .modal_close span { display: block; position: relative; background: #c7c617; width: 15px; height: 2px; }
.modal_div .modal_close span:first-child { -webkit-transform: rotate(45deg); transform: rotate(45deg); bottom: -2px; }
.modal_div .modal_close span:last-child { -webkit-transform: rotate(-45deg); transform: rotate(-45deg); }

.modal-v { width: 300px; height: 100%; overflow-y: auto; margin: 0 auto; }

#overlay {
 z-index: 998; 
 position: fixed; 
  background-color: hsla(40, 75%, 2%, 0.9); 
 opacity: 0.9; 
 width: 100%; 
 height: 100%; 
 top: 0; 
 left: 0; 
 cursor: pointer; 
 display: none; 
}

.formGroup { margin-bottom: 20px; }
.formGroup p { text-align: center; color: #ffb251; margin-bottom: 10px; }
.formGroup input { width: 100%; }

.formGroup-button { 
  padding-top: 20px;
  text-align: center;
}

.btn-m { display: none; -webkit-transition: 0.3s; transition: 0.3s; left: 10px; }
.btn-m span { width: 30px; height: 4px; display: block; margin: 6px 0px; background: #fff; -webkit-transition: 0.3s; transition: 0.3s; position: relative; }

.content { 
  background: url(../img/content-top-bg.jpg) top center no-repeat, url(../img/content-bottom-bg.jpg) bottom center no-repeat;
  background-color: #0a1419; 
  padding: 50px 40px; 
  line-height: 1.4; 
  position: relative; 
  color: #9bdeff;
  min-height: 1300px; 
  }

.content h2 { 
  font-size: 20px; 
  margin-bottom: 40px; 
  font-weight: normal; 
}

.content h3 {
  color: #2ef9b9; 
  font-size: 18px;
  margin-bottom: 40px; 
  font-weight: normal; 
}

@-webkit-keyframes bar { 0% { background-position: left -999px center; }
  100% { background-position: left 999px center; } }

@keyframes bar { 0% { background-position: left -999px center; }
  100% { background-position: left 999px center; } }

/*leaves*/

.leaves {
  position: absolute;
  bottom: 0;
  left: 200px;
}

.leaves-1 {
  background: url(../img/leaves_1.png);
  width: 300px;
  height: 197px;
  left: 0px;
  bottom: -200px;
  position: absolute;
  animation: 5s leaves-1 linear infinite;
}

@keyframes leaves-1 {
  0% {
    transform: scale(0.7) rotate(0deg);
    bottom: -200px;
    left: 250px;
  }
  33% {
    transform: scale(0.8) rotate(30deg);
    bottom: -100px;
    left: 500px;
  }
  66% {
    transform: scale(0.9 rotate(60deg));
    bottom: 0px;
    left: 750px;
    opacity: 1;
  }
  100% {
    transform: scale(1) rotate(90deg);
    bottom: 100px;
    left: 1000px;
    opacity: 0;
  }
}
.leaves-2 {
  background: url(../img/leaves_2.png);
  width: 283px;
  height: 171px;
  left: 0px;
  bottom: -200px;
  position: absolute;
  animation: 5s leaves-2 linear infinite;
  animation-delay: 2s;
}

@keyframes leaves-2 {
  0% {
    transform: scale(0.7) rotate(0deg);
    bottom: -200px;
    left: 250px;
  }
  33% {
    transform: scale(0.8) rotate(-30deg);
    bottom: -100px;
    left: 500px;
  }
  66% {
    transform: scale(0.9 rotate(-60deg));
    bottom: 0px;
    left: 750px;
    opacity: 1;
  }
  100% {
    transform: scale(1) rotate(-90deg);
    bottom: 100px;
    left: 1000px;
    opacity: 0;
  }
}
.leaves-3 {
  background: url(../img/leaves_3.png);
  width: 324px;
  height: 222px;
  left: 0px;
  bottom: -200px;
  position: absolute;
  animation: 5s leaves-3 linear infinite;
  animation-delay: 4s;
}

@keyframes leaves-3 {
  0% {
    transform: scale(0.7) rotate(0deg);
    bottom: -200px;
    left: 250px;
  }
  33% {
    transform: scale(0.8) rotate(-30deg);
    bottom: -100px;
    left: 500px;
  }
  66% {
    transform: scale(0.9 rotate(-60deg));
    bottom: 0px;
    left: 750px;
    opacity: 1;
  }
  100% {
    transform: scale(1) rotate(-90deg);
    bottom: 100px;
    left: 1000px;
    opacity: 0;
  }
}
/*end leaves*/
/*sparks*/

.sparks { position: absolute; width: 1200px; left: -60%; bottom: 40px; }
.sparks > div { position: absolute; }
.sparks .spark_1 { background: url(../img/spark_1.png) no-repeat; width: 764px; height: 313px; right: 0; bottom: -320px; -webkit-transform: scale(0.6); transform: scale(0.6); -webkit-animation: spark-1 4s linear infinite; animation: spark-1 4s linear infinite; -webkit-animation-delay: 1s; animation-delay: 1s; }
.sparks .spark_2 { background: url(../img/spark_2.png) no-repeat; width: 179px; height: 335px; right: 230px; bottom: -320px; -webkit-transform: scale(0.6); transform: scale(0.6); -webkit-animation: spark-1 4s linear infinite; animation: spark-1 4s linear infinite; -webkit-animation-delay: 2s; animation-delay: 2s; }
.sparks .spark_3 { background: url(../img/spark_3.png) no-repeat; width: 128px; height: 165px; right: 280px; bottom: -140px; -webkit-transform: scale(0.6); transform: scale(0.6); -webkit-animation: spark-3 4s linear infinite; animation: spark-3 4s linear infinite; -webkit-animation-delay: 2s; animation-delay: 2s; }
.sparks .spark-big { background: url(../img/spark_4.png) no-repeat; width: 794px; height: 176px; right: 0; bottom: -180px; -webkit-transform: scale(0.6); transform: scale(0.6); -webkit-animation: spark-5 4s linear infinite; animation: spark-5 4s linear infinite; }
.sparks .spark_5 { -webkit-animation-delay: 2s; animation-delay: 2s; right: 40px; }

.sparks_1 { margin-left: -1200px; }
.spark_1 { background: url(../img/spark-l_1.png) no-repeat; -webkit-animation-delay: 2s; animation-delay: 2s; }
.spark_2 { background: url(../img/spark-l_2.png) no-repeat; -webkit-animation-delay: 3s; animation-delay: 3s; }
.spark_3 { background: url(../img/spark-l_3.png) no-repeat; -webkit-animation-delay: 3s; animation-delay: 3s; }
.spark-big { background: url(../img/spark-l_4.png) no-repeat; }
.spark_5 { -webkit-animation-delay: 3s; animation-delay: 3s; }

@-webkit-keyframes spark-1 { 0% { bottom: -320px; -webkit-transform: scale(0.6); transform: scale(0.6); opacity: 0; }
  25% { bottom: -240px; -webkit-transform: scale(0.7); transform: scale(0.7); opacity: 1; }
  50% { bottom: -160px; -webkit-transform: scale(0.8); transform: scale(0.8); opacity: 1; }
  75% { bottom: -80px; -webkit-transform: scale(0.9); transform: scale(0.9); opacity: 0.5; }
  100% { bottom: 0px; -webkit-transform: scale(1); transform: scale(1); opacity: 0; } }

@keyframes spark-1 { 0% { bottom: -320px; -webkit-transform: scale(0.6); transform: scale(0.6); opacity: 0; }
  25% { bottom: -240px; -webkit-transform: scale(0.7); transform: scale(0.7); opacity: 1; }
  50% { bottom: -160px; -webkit-transform: scale(0.8); transform: scale(0.8); opacity: 1; }
  75% { bottom: -80px; -webkit-transform: scale(0.9); transform: scale(0.9); opacity: 0.5; }
  100% { bottom: 0px; -webkit-transform: scale(1); transform: scale(1); opacity: 0; } }
@-webkit-keyframes spark-3 { 0% { bottom: -140px; -webkit-transform: scale(0.6); transform: scale(0.6); opacity: 0; }
  25% { bottom: -80px; -webkit-transform: scale(0.7); transform: scale(0.7); opacity: 1; }
  50% { bottom: -20px; -webkit-transform: scale(0.8); transform: scale(0.8); opacity: 1; }
  75% { bottom: 40px; -webkit-transform: scale(0.9); transform: scale(0.9); opacity: 0.5; }
  100% { bottom: 100px; -webkit-transform: scale(1); transform: scale(1); opacity: 0; } }
@keyframes spark-3 { 0% { bottom: -140px; -webkit-transform: scale(0.6); transform: scale(0.6); opacity: 0; }
  25% { bottom: -80px; -webkit-transform: scale(0.7); transform: scale(0.7); opacity: 1; }
  50% { bottom: -20px; -webkit-transform: scale(0.8); transform: scale(0.8); opacity: 1; }
  75% { bottom: 40px; -webkit-transform: scale(0.9); transform: scale(0.9); opacity: 0.5; }
  100% { bottom: 100px; -webkit-transform: scale(1); transform: scale(1); opacity: 0; } }
@-webkit-keyframes spark-5 { 0% { bottom: -180px; -webkit-transform: scale(0.6); transform: scale(0.6); opacity: 0; }
  25% { bottom: -120px; -webkit-transform: scale(0.7); transform: scale(0.7); opacity: 1; }
  50% { bottom: -60px; -webkit-transform: scale(0.8); transform: scale(0.8); opacity: 1; }
  75% { bottom: 0px; -webkit-transform: scale(0.9); transform: scale(0.9); opacity: 0.5; }
  100% { bottom: 60px; -webkit-transform: scale(1); transform: scale(1); opacity: 0; } }
@keyframes spark-5 { 0% { bottom: -180px; -webkit-transform: scale(0.6); transform: scale(0.6); opacity: 0; }
  25% { bottom: -120px; -webkit-transform: scale(0.7); transform: scale(0.7); opacity: 1; }
  50% { bottom: -60px; -webkit-transform: scale(0.8); transform: scale(0.8); opacity: 1; }
  75% { bottom: 0px; -webkit-transform: scale(0.9); transform: scale(0.9); opacity: 0.5; }
  100% { bottom: 60px; -webkit-transform: scale(1); transform: scale(1); opacity: 0; } }

/*end sparks*/

main { position: relative; z-index: 2; }

@media (max-width: 1200px) {.sparks { display: none; } .leaves { display: none; }
  .wrapper { padding: 0px 10px; }
  .topPanel-wrapper_right { padding-right: 10px; }
  .headerButtons { -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .logo { top: 170px; }
  .menu li { padding: 0px 5px; }
  .menu li.active a {color: #c0ff00;}
  .menu li a:hover {color: #c0ff00;}
  .menu li a { padding: 0px 5px; font-size: 14px; color: #fff; }
  .news { padding: 40px 40px 50px 40px; }
  .stat-block { padding: 30px 20px; }
  .button-download {padding-top: 20px;}
  .client-text {margin-right: 0;}
  .content { min-height: auto; }}
@media (max-width: 940px) { .topPanel { background: rgba(0, 0, 0, 0.7); position: fixed; }
  .btn-m { display: block; position: relative; z-index: 14; }
  .btn-m.active { left: 250px; } 
  .sign-in {color: #fff; }
  .topPanel-wrapper_right span { margin: 0px 10px; color: #fff }
  .btn-m.active span:nth-child(1) { -webkit-transform: rotate(45deg); transform: rotate(45deg); bottom: -9px; }
  .btn-m.active span:nth-child(2) { display: none; }
  .btn-m.active span:nth-child(3) { -webkit-transform: rotate(-45deg); transform: rotate(-45deg); }
  .topPanel-wrapper_left { position: fixed; width: 320px; height: 100%; background: rgba(0, 0, 0, 0.8); left: -320px; top: 0px; z-index: 12; display: block; padding: 140px 20px 40px 20px; -webkit-transition: 0.3s; transition: 0.3s; }
  .topPanel-wrapper_left.active { left: 0px; }
  .logo-mini { position: absolute; top: 20px; left: 10px; }
  .menu { display: block; overflow-y: auto; height: 100%; }
  .menu li { padding: 5px 0px; }
  .menu li a { width: 100%; font-size: 20px; padding: 10px 20px; }
  .logo, .headerBlock { position: relative; top: auto; left: auto; }
  .logo { padding-top: 290px; }
  header { height: auto; }
  .headerInfo-slider { width: 100%; margin-bottom: 20px; }
  .headerInfo-buttons { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
  .container-home { -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .block-4 { width: 49%; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; margin-bottom: 5px; }
  .stat-block:before { display: none; }
  .modal-char { margin-left: 0px; left: 10px; max-width: 100%; width: calc(100% - 20px); } }
@media (max-width: 769px) { .logo { width: 100%; text-align: center; }
  .headerButtons { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
  .content { padding: 30px 20px; }}
@media (max-width: 640px) { .block-4 { width: 100%; }
  .stat-block table { width: 320px; margin: 0 auto; }
  .stat-block ul { width: 320px; margin: 0 auto; }
  .video a img { margin: 0 auto; }
  .more-top { bottom: 40px; position: absolute; }
  .news { padding: 40px 80px 50px 80px; }
  .news-info{ position: absolute; left: 80px; width: calc(80% - 80px); bottom: 40px; }
  .footer-block-t { margin: 10px 20px; }
  .footer-end{ text-align: center; justify-content: center; } }
@media (max-width: 575px) { .h-button { width: 300px; height: 95px; background-size: 300px 95px; padding-top: 31px; padding-right: 23px;  margin-bottom: 20px; margin-top: 10px;}
  .headerInfo-slider { height: 280px; }
  .headerInfo-buttons a p { font-size: 16px; }
  .news-tabs li { padding: 15px 10px; margin: 0px 10px; }
  .stat-block table { width: 300px; }
  .stat-block { padding: 30px 0px; }
  .homeTitle { padding-left: 10px; }
  .modal_div { margin-left: 0px; left: 10px; max-width: 100%; width: calc(100% - 20px); }
  .modal-v { width: 280px; }
  select { min-width: 270px; }
  .blockForm { background: #0f1e25; padding: 30px 20px; }
  .userTable td { padding: 14px 10px; }
  .page-tabs li { padding: 12px 15px; }
  .p-tabs input { min-width: 220px; }}
@media (max-height: 790px) { #modal-register { height: 100%; }
  .modal-v { height: calc(100% - 120px); } }

@media (max-width: 860px) {
  .blockStat-1 {
    flex-wrap: wrap;
  }

  .client-text
  {
    margin-right: 0;
  }

  .page-content {
    width: 100%;
    order: 1;
  }
  .container-home-1 {
    order: 2;
  }
}


/*  */

.admincp-button {
	position: absolute;
	top: 120px;
	right: 10px;
	font-weight: bold !important;
}




/* RANKINGS MODULE */
.rankings-table {
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
}

.rankings-class-image {
	width: 30px;
	height: auto;
	-moz-box-shadow: 0 0 5px #666;
	-webkit-box-shadow: 0 0 5px #666;
	box-shadow: 0 0 5px #666;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
.rankings-table tr td {
	border-bottom: 1px solid #e3e3e3;
	padding: 10px;
	font-size: 18px;
	vertical-align: middle !important;
	text-align: center;
}
.rankings-table-place {
	color: #fff;
	font-weight: bold;
	font-size: 24px;
	text-align: center;
}
.rankings-table tr:first-child td {
	color: #ffcc00;
	border-bottom: 3px solid #ffcc00;
}
.rankings-update-time {
	text-align: right;
	font-size: 11px;
	color: #ccc;
	padding: 10px 0px;
}
.rankings_menu {
	width: 100%;
	overflow: auto;
	text-align: center;
	margin-bottom: 10px;
}
.rankings_menu span {
	width: 100%;
	display: inline-block;
	padding: 10px 0px;
	color: #ccc;
	font-size: 24px;
}
.rankings_menu a {
	display: inline-block;
	width: 150px;
	border: 1px solid #e3e3e3;
	text-align: center;
	padding: 2px 0px;
	margin: 2px;
	background: #226d1e;
	-moz-border-radius: 2px;
	border-radius: 2px;
	color: #ffffff;
}
.rankings_menu a.active {
	color: #c5f704;
	border-color: #333;
}
.rankings_guild_logo tr td {
	border: 0px !important;
	padding: 0px !important;
	margin: 0px !important;
}
.rankings-gens-img {
	width: auto !important;
	height: 30px !important;
	border: 0 !important;
	-moz-box-shadow: 0 0 0px #000 !important;
	-webkit-box-shadow: 0 0 0px #000 !important;
	box-shadow: 0 0 0px #000 !important;
	-moz-border-radius: 0px !important;
	border-radius: 0px !important;
}


/* MY ACCOUNT MODULE */
.myaccount-table {
	width: 100%;
	background: #000000;
	border: 1px solid #e3e3e3;
}
.myaccount-table tr td:first-child {
	color: #ffffff;
	font-weight: bold;
}
.myaccount-table tr td {
	border-bottom: 1px solid #e3e3e3;
	padding: 15px !important;
}
.myaccount-table tr:last-child td {
	border: 0px;
}

/* GENERAL TABLE UI */
.general-table-ui {
	width: 100%;
	table-layout: fixed;
	background: #f1f1f1;
	border: 1px solid #e3e3e3;
	padding: 10px;
	margin: 10px 0px;
}
.general-table-ui tr td {
	padding: 5px;
	vertical-align: middle !important;
}
.general-table-ui tr:first-child td {
	color: #3f6588;
}
.general-table-ui tr:nth-child(2n+2) td {
	background: #fafafa;
}
.general-table-ui tr td {
	text-align: center;
}
.general-table-ui img {
	width: 50px;
	height: auto;
	-moz-box-shadow: 0 0 5px #666;
	-webkit-box-shadow: 0 0 5px #666;
	box-shadow: 0 0 5px #666;
	-moz-border-radius: 0px;
	border-radius: 0px;
}


/* TERMS OF SERVICE PAGE */
.tos_list li {
	color: #aa0000;
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 40px;
}
.tos_list li p {
	color: #444;
	text-align: justify;
	text-justify: inter-word;
	text-transform: none;
	padding-right: 35px;
	font-size: 14px;
	font-weight: normal;
}


/* PAYPAL */
.paypal-gateway-container {
	width: 100%;
}

.paypal-gateway-content {
	background: #fef2da;
	border: 3px solid #f79433;
	padding: 15px;
	overflow: auto;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-weight: bold;
}

.paypal-gateway-logo {
	width: 100%;
	height: 100px;
	background: #fff9ec url('../img/paypal-logo-200-68.png') no-repeat center;
	background-size: contain;
	margin-bottom: 15px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.paypal-gateway-conversion-rate {
	margin: 0px auto;
	text-align: center;
	color: #000;
	font-size: 18px;
	padding: 10px 0px;
}

.paypal-gateway-form {
	width: 100%;
	margin: 20px auto;
	text-align: center;
	color: brown;
}

.paypal-gateway-form div {
	display: inline-block;
	padding: 0px 10px;
	color: #000;
	font-size: 24px;
}

.paypal-gateway-form input[type=text] {
	width: 60px;
	font-size: 24px;
	border: 3px solid #f79433;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #f79433;
}

.paypal-gateway-continue {
	margin: 0px auto;
	text-align: center;
}

.paypal-gateway-continue input[type=submit] {
	background: url('../img/paypal-submit.jpg') no-repeat;
	width: 200px;
	height: 40px;
	border: 0px;
}

.module-requirements {
	font-size: 12px;
	margin-top: 20px;
}




/* GENERAL PANEL STYLING */
.panel-general {
	margin-bottom: 30px;
	background: #f1f1f1;
	border: 1px solid #e3e3e3;
	-moz-border-radius: 0px;
	border-radius: 0px;
	color: #333;
}

.panel-body .panel-title {
	color: #ffcc00;
	font-family: 'PT Sans', sans-serif;
	font-size: 14px;
	border-bottom: 1px solid #945f1c;
	margin-bottom: 20px !important;
	font-weight: bold;
}

/* ADD STATS MODULE */
.panel-addstats {
	margin-bottom: 30px;
	background: #f1f1f1;
	border: 1px solid #e3e3e3;
	-moz-border-radius: 0px;
	border-radius: 0px;
	color: #333;
}
.panel-addstats .character-avatar img {
	width: 100px;
	height: auto;
	-moz-box-shadow: 0 0 5px #666;
	-webkit-box-shadow: 0 0 5px #666;
	box-shadow: 0 0 5px #666;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
.panel-addstats .character-name {
	color: #666;
	font-family: 'PT Sans', sans-serif;
	font-size: 18px;
	border-bottom: 1px solid #e3e3e3;
	padding: 20px 0px;
	margin-bottom: 20px !important;
	font-weight: bold;
}



/* MY ACCOUNT CHARACTER LIST */
.myaccount-character-block {
	background: #333;
	border: 1px solid #666;
	padding: 5px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	display: inline-block;
	margin: 0px auto;
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.5);
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
}
	.myaccount-character-block img {
		width: 100px;
		height: auto;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		-moz-box-shadow: 0 0 5px #000;
		-webkit-box-shadow: 0 0 5px #000;
		box-shadow: 0 0 5px #000;
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		-webkit-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}
		.myaccount-character-block img:hover {
			-webkit-filter: brightness(120%);
			filter: brightness(120%);
		}
.myaccount-character-block-location {
	font-size: 12px;
	color: #000;
	margin-bottom: 20px;
	margin-top: 2px;
	line-height: 1.2;
}
.myaccount-character-block-level {
	position: relative;
	top: -77px;
	display: inline-block;
	background: rgba(0,0,0,0.5);
	padding: 0px 5px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	font-size: 10px;
}
.myaccount-character-name a {
	font-weight: bold;
	color: #000;
	font-size: 16px;
}



/* RANKINGS FILTER BY CLASS */

.rankings-class-filter {
	display: inline-block;
	list-style-type: none;
	margin: 20px auto;
	padding: 10px 20px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-khtml-border-radius: 10px;
}

	.rankings-class-filter li {
		display: inline-block;
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		-webkit-transition: all 0.3s ease;
		transition: all 0.3s ease;
		margin-bottom: 10px;
	}
	
	.rankings-class-filter li:hover {
		-webkit-filter: grayscale(0%);
		filter: grayscale(0%);
	}

.rankings-class-filter-selection {
	display: inline-block;
	width: 75px;
	text-align: center;
	color: #000000;
	font-size: 11px;
	cursor: pointer;
}

	.rankings-class-filter-selection:hover {
		color: #000000 !important;
	}

	.rankings-class-filter-selection:hover img {
		-webkit-filter: brightness(120%);
		filter: brightness(120%);
	}

.rankings-class-filter-selection img {
	width: 40px;
	height: auto;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-khtml-border-radius: 50%;
	margin-bottom: 5px;
	-moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.45);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.45);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.45);
}

.rankings-class-filter-grayscale {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

.rank-img {
	width: 35px;
    margin-left: 10px;
}


/* ===== TOP CREW SIDEBAR ===== */
.topcrew-sidebar {
    width: 398px;
    height: 363px;
    background: rgba(0, 0, 0, 0.85);
    border: 1px solid #945f1c;
    padding: 20px 25px;
    overflow: hidden;
    box-sizing: border-box;
}

.topcrew-title {
    text-align: center;
    color: #ffcc00 !important;
    font-size: 18px !important;
    text-transform: uppercase;
    margin-bottom: 12px !important;
    padding-bottom: 10px;
    border-bottom: 1px solid #945f1c;
}

.topcrew-table {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.topcrew-header {
    display: flex;
    align-items: center;
    padding: 5px 0;
    border-bottom: 1px solid #945f1c;
    margin-bottom: 5px;
}

.topcrew-header span {
    color: #ffcc00;
    font-size: 13px;
    font-weight: bold;
}

.topcrew-row {
    display: flex;
    align-items: center;
    height: 38px;
    border-bottom: 1px solid rgba(148, 95, 28, 0.3);
    transition: background 0.2s;
}

.topcrew-row:hover {
    background: rgba(148, 95, 28, 0.15);
}

/* עמודות */
.tc-num {
    width: 25px;
    min-width: 25px;
    color: #fff;
    font-size: 14px;
}

.tc-name {
    flex: 1;
    color: #fff !important;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 110px;
}

.tc-class {
    width: 45px;
    min-width: 45px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tc-rank {
    width: 90px;
    min-width: 90px;
    text-align: center;
    color: #ffcc00 !important;
    font-size: 12px;
}

.tc-status {
    width: 16px;
    min-width: 16px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tc-status img {
    width: 10px !important;
    height: 10px !important;
}

.topcrew-sidebar .rank-img {
    width: 32px !important;
    height: 32px !important;
    display: block;
    margin: 0 auto;
}

.tc-name a {
    color: #fff !important;
    text-decoration: none;
}
.tc-name a {
    color: #fff !important;
    text-decoration: none;
}

.tc-name a:hover {
    color: #ffcc00 !important;
    text-decoration: underline;
}
/* ===== END TOP CREW SIDEBAR ===== */
