.load * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
}
body {
  width: 100%;
  background: url(../bb-images/menu-bg.png) center 363px no-repeat, url(../bb-images/body-bg-top.jpg) center top no-repeat, url(../bb-images/body-bg-bottom.jpg) center bottom no-repeat, url(../bb-images/body-bg-repeat.jpg) center repeat-y;
  background-color: #000;
  font-family: 'Candara', Arial, sans-serif;
  font-size: 12px;
  color: #c6e4f5;
}
a {
  transition: all 0.3s ease;
  color: #fff1bb;
}
a:hover,
button:hover {
  -webkit-filter: brightness(120%);
  filter: brightness(120%);
  text-decoration: none;
}
p {
  margin-bottom: 15px;
}
h1,
h2,
h3 {
  color: #fff1bb;
  margin-bottom: 20px;
  line-height: 1.3;
}
h1 {
  font-size: 22px;
}
h2 {
  font-size: 20px;
}
h3 {
  font-size: 18px;
}
input,
textarea,
select {
  background: #060b16;
  border: 1px solid #28334c;
  color: #c6e4f5;
  border-radius: 5px;
  padding: 12px 15px;
  position: relative;
  text-transform: uppercase;
  font-size: 11px;
}
input:focus,
textarea:focus,
select:focus {
  border: 1px solid #425173;
}
select {
  -webkit-appearance: none;
  background-image: url(../bb-images/select-icon.png);
  background-position: right 15px center;
  background-repeat: no-repeat;
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
  -ms-appearance: none;
  appearance: none!important;
  min-width: 200px;
  cursor: pointer;
}
select::-ms-expand {
  display: none;
}
button,
.button {
  transition: all 0.3s ease;
  cursor: pointer;
  background: none;
  border: 1px solid #9a0b1b;
  font-size: 11px;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 0px 0px 14px rgba(216, 122, 115, 0.8);
  border-radius: 6px;
  position: relative;
  z-index: 1;
  padding: 14px 30px;
  box-shadow: 0px 0px 8px 0px rgba(255, 111, 111, 0.2), inset 0px 0px 8px 0px rgba(255, 111, 111, 0.2);
  text-decoration: none;
}
button:hover,
.button:hover {
  background: rgba(154, 11, 27, 0.1);
}
table {
  width: 100%;
}
td {
  padding: 7px 14px;
  border: 1px solid #253141;
}
:focus {
  outline: none;
}
::-webkit-input-placeholder {
  color: #517a91;
}
::-moz-placeholder {
  color: #517a91;
}
:-moz-placeholder {
  color: #517a91;
}
:-ms-input-placeholder {
  color: #517a91;
}
th {
  padding: 7px 14px;
  border: 1px solid #253141;
  text-transform: uppercase;
}
:focus {
  outline: none;
}
::-webkit-input-placeholder {
  color: #517a91;
}
::-moz-placeholder {
  color: #517a91;
}
:-moz-placeholder {
  color: #517a91;
}
:-ms-input-placeholder {
  color: #517a91;
}
.wrapper {
  width: 1280px;
  margin: 0 auto;
  position: relative;
}
.container {
  min-height: 1250px;
  display: flex;
  justify-content: space-between;
}
/* Header
-----------------------------------------------------------------------------*/
.header {
  position: relative;
  height: 540px;
}
.logo {
  position: absolute;
  top: 103px;
  left: 3px;
  z-index: 4;
}
.server-block {
  background: url(../bb-images/server-block-bg.png) no-repeat;
  width: 160px;
  height: 45px;
  position: absolute;
  right: 0px;
  bottom: 150px;
  padding: 43px 25px 40px 125px;
}
.server-block p {
  font-size: 14px;
  color: #fce180;
  margin-bottom: 7px;
}
.server-block p span {
  float: right;
  display: block;
  position: relative;
  right: -2px;
  top: -2px;
  height: 17px;
  width: 17px;
}
.server-block .progress-bar-bg {
  background: #000;
  margin-bottom: 7px;
}
.server-block .progress-bar-bg .progress-bar {
  height: 3px;
  margin: 2px 0px 2px 0px;
}
.server-block .server-status {
  color: #466577;
}
.server-block.online p span {
  background: url(../bb-images/status-icon.png) no-repeat;
}
.server-block.online .progress-bar-bg .progress-bar {
  background: #95ff38;
  box-shadow: 0px 0px 5px 2px rgba(149, 255, 56, 0.5);
}
.server-block.online .server-status span {
  color: #95ff38;
}
.server-block.offline p span {
  background: url(../bb-images/status-icon.png) no-repeat;
  -webkit-filter: hue-rotate(280deg) saturate(800%);
  filter: hue-rotate(280deg) saturate(800%);
}
.server-block.offline .progress-bar-bg .progress-bar {
  background: #f43705;
  box-shadow: 0px 0px 5px 2px rgba(244, 55, 5, 0.5);
}
.server-block.offline .server-status span {
  color: #f43705;
}
.bottom-block {
  position: absolute;
  width: 1280px;
  height: 96px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  bottom: 12px;
  z-index: 3;
}
.menu {
  width: 980px;
}
.menu li {
  display: inline-block;
  border-right: 1px solid #1b2631;
  position: relative;
  transition: background 0.3s ease;
}
.menu li a {
  text-decoration: none;
  text-transform: uppercase;
  color: #c6e4f5;
  font-size: 16px;
  display: flex;
  align-items: flex-end;
  padding: 0px 30px 0px 30px;
  height: 75px;
}
.menu li a:hover {
  color: #ffeed8;
  text-shadow: 0px 0px 5px rgba(142, 170, 91, 0.3);
}
.menu li a:hover:after {
  width: 50%;
}
.menu li a:hover:before {
  width: 50%;
}
.menu li a:after {
  content: "";
  height: 1px;
  width: 0px;
  background: #adaba9;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transition: width .5s ease;
}
.menu li a:before {
  content: "";
  height: 1px;
  width: 0px;
  background: #adaba9;
  position: absolute;
  bottom: -10px;
  right: 50%;
  transition: width .5s ease;
}
.menu li:last-child {
  border-right: none;
}
.menu li:nth-child(1) {
  background: url(../bb-images/menu-icon-1.png) center -3px no-repeat;
}
.menu li:nth-child(2) {
  background: url(../bb-images/menu-icon-2.png) center -3px no-repeat;
}
.menu li:nth-child(3) {
  background: url(../bb-images/menu-icon-3.png) center -3px no-repeat;
}
.menu li:nth-child(4) {
  background: url(../bb-images/menu-icon-4.png) center -3px no-repeat;
}
.menu li:nth-child(5) {
  background: url(../bb-images/menu-icon-5.png) center -3px no-repeat;
}
.menu li:nth-child(6) {
  background: url(../bb-images/menu-icon-6.png) center -3px no-repeat;
}
.menu li:nth-child(7) {
  background: url(../bb-images/menu-icon-7.png) center -3px no-repeat;
}
.menu li:nth-child(8) {
  background: url(../bb-images/menu-icon-8.png) center -3px no-repeat;
}
.menu li:hover {
  background-position: center -10px;
}
.menu .active a {
  color: #ffeed8;
  text-shadow: 0px 0px 5px rgba(142, 170, 91, 0.3);
}
.menu .active a:after {
  content: "";
  height: 1px;
  width: 50%;
  background: #adaba9;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transition: width .5s ease;
}
.menu .active a:before {
  content: "";
  height: 1px;
  width: 50%;
  background: #adaba9;
  position: absolute;
  bottom: -10px;
  right: 50%;
  transition: width .5s ease;
}
.social-block a {
  display: inline-block;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.8));
  margin: 0px 1px;
}
.social-block a:hover {
  filter: drop-shadow(0px 0px 10px rgba(189, 16, 39, 0.8));
}
.social-block .tw {
  background: url(../bb-images/social-icons.png) 0px 0px no-repeat;
}
.social-block .fb {
  background: url(../bb-images/social-icons.png) -37px 0px no-repeat;
}
.social-block .yt {
  background: url(../bb-images/social-icons.png) -74px 0px no-repeat;
}
.language-block {
  position: relative;
  margin-left: 20px;
}
#hidden-check {
  display: none;
}
.block-toggler {
  position: relative;
  cursor: pointer;
  color: #395362;
  text-decoration: none;
}
.block-toggler img {
  border: 1px solid rgba(178, 205, 221, 0.2);
  margin: 0px 0px -3px 5px;
}
.block-toggler span {
  color: #c6e4f5;
}
.block-toggler:before {
  border: 5px solid transparent;
  border-top-color: #37505f;
  position: absolute;
  right: 100%;
  content: '';
  margin: 4px 4px 0px 0px;
}
.hidden-block {
  background: #060b16;
  border: 1px solid #28334c;
  border-radius: 5px;
  position: absolute;
  left: -40px;
  opacity: 0;
  padding: 20px 0px;
  visibility: hidden;
  transition: opacity 0.5s, visibility 0s linear 0.5s;
  margin-top: 15px;
  min-width: 170px;
  z-index: 3;
}
.hidden-block:after {
  border: 7px solid transparent;
  border-bottom-color: #28334c;
  position: absolute;
  bottom: 100%;
  content: '';
  margin-left: 24px;
}
.hidden-block li {
  display: block;
}
.hidden-block a {
  display: block;
  padding: 7px 40px;
  text-decoration: none;
  border-top: 1px solid #060b16;
  border-bottom: 1px solid #060b16;
  color: #c6e4f5;
}
.hidden-block a:hover {
  background: #1a212d;
  border-top: 1px solid #2b374a;
  border-bottom: 1px solid #2b374a;
  -webkit-filter: brightness(100%);
  filter: brightness(100%);
  color: #fff1bb;
}
.hidden-block a:hover:before {
  content: ">";
  position: absolute;
  margin-left: -12px;
}
.block-toggler:focus ~ .hidden-block,
.block-toggler:active ~ .hidden-block {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}
.big-light {
  position: absolute;
  background: url(../bb-images/big-light.png) no-repeat;
  width: 355px;
  height: 364px;
  left: -153px;
  bottom: -35px;
  animation-name: big-light;
  animation-duration: 40s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@keyframes big-light {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(380deg);
  }
}
.small-light {
  position: absolute;
  background: url(../bb-images/small-light.png) center no-repeat;
  width: 465px;
  height: 163px;
  left: -5px;
  bottom: 129px;
  animation-name: small-light;
  animation-duration: 14s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@keyframes small-light {
  0% {
    transform: scale(0.1);
  }
  20% {
    transform: scale(0.1);
  }
  40% {
    transform: scale(1);
  }
  60% {
    transform: scale(1);
  }
  80% {
    transform: scale(0.1);
  }
  100% {
    transform: scale(0.1);
  }
}
.sparks {
  background-repeat: no-repeat;
  background-position: left 0px bottom 0px;
  position: absolute;
}
.sparks-1 {
  background-image: url(../bb-images/sparks-1.png);
  width: 117px;
  height: 136px;
  right: 377px;
  bottom: 99px;
  background-position: left 0px bottom 0px;
  animation-name: sparks-1;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.sparks-2 {
  background-image: url(../bb-images/sparks-2.png);
  width: 219px;
  height: 176px;
  right: 350px;
  bottom: 116px;
  background-position: left 0px bottom 0px;
  animation-name: sparks-2;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-delay: 0.5s;
}
.sparks-3 {
  background-image: url(../bb-images/sparks-3.png);
  width: 438px;
  height: 281px;
  right: 277px;
  bottom: 109px;
  background-position: left 0px bottom 0px;
  animation-name: sparks-3;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-delay: 1s;
}
@keyframes sparks-1 {
  0% {
    right: 380px;
    bottom: 100px;
    opacity: 0;
  }
  33% {
    right: 390px;
    bottom: 110px;
    opacity: 0.5;
    transform: scale(1.1);
  }
  70% {
    right: 400px;
    bottom: 120px;
    opacity: 1;
    transform: scale(1.1);
  }
  100% {
    right: 410px;
    bottom: 130px;
    opacity: 0;
    transform: scale(1.1);
  }
}
@keyframes sparks-2 {
  0% {
    right: 360px;
    bottom: 130px;
    opacity: 0;
  }
  33% {
    right: 370px;
    bottom: 140px;
    opacity: 0.5;
    transform: scale(1.1);
  }
  70% {
    right: 380px;
    bottom: 150px;
    opacity: 1;
    transform: scale(1.1);
  }
  100% {
    right: 390px;
    bottom: 160px;
    opacity: 0;
    transform: scale(1.1);
  }
}
@keyframes sparks-3 {
  0% {
    right: 300px;
    bottom: 130px;
    opacity: 0;
  }
  33% {
    right: 320px;
    bottom: 150px;
    opacity: 0.5;
    transform: scale(1.1);
  }
  70% {
    right: 340px;
    bottom: 170px;
    opacity: 1;
    transform: scale(1.1);
  }
  100% {
    right: 360px;
    bottom: 190px;
    opacity: 0;
    transform: scale(1.1);
  }
}

.pagination{
    display:inline-block;
    padding-left:0;
    margin:20px 0;
    border-radius:4px
    
}
.pagination>li{
    display:inline
    
}
.pagination>li>a,
.pagination>li>span{
    position:relative;
    float:left;
    padding:6px 12px;
    margin-left:-1px;
    line-height:1.42857143;
    color:#0c162e;
    text-decoration:none;
    background-color:#fff;
    border:1px solid #ddd}
    .pagination>li:first-child>a,
    .pagination>li:first-child>span{
        margin-left:0;
        border-top-left-radius:4px;
        border-bottom-left-radius:4px}
        .pagination>li:last-child>a,
        .pagination>li:last-child>span{
            border-top-right-radius:4px;
            border-bottom-right-radius:4px}
            .pagination>li>a:focus,
            .pagination>li>a:hover,
            .pagination>li>span:focus,
            .pagination>li>span:hover{
                color:#0c162e;
                background-color:#eee;
                border-color:#ddd
                
            }
.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover{
    z-index:2;color:#fff;cursor:default;
    background-color:#202892;
    border-color:#202892
    
}
.pagination>.disabled>a,.pagination>.disabled>a:focus,.pagination>.disabled>a:hover,.pagination>.disabled>span,.pagination>.disabled>span:focus,.pagination>.disabled>span:hover{
    color:#777;cursor:not-allowed;
    background-color:#fff;border-color:#ddd}.pagination-lg>li>a,.pagination-lg>li>span{
        padding:10px 16px;font-size:18px}.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{
            border-top-left-radius:6px;border-bottom-left-radius:6px}.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{
                border-top-right-radius:6px;border-bottom-right-radius:6px}.pagination-sm>li>a,.pagination-sm>li>span{
                    padding:5px 10px;font-size:12px}.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span{border-top-left-radius:3px;border-bottom-left-radius:3px}

.page-numbers {
  display: block;
  width: 30px;
  height: 30px;
  position: relative;
  text-align: center;
  line-height: 30px;
  border-radius: 5px;
  border: 1px solid #273968;
  color: #0c162e;
  text-decoration: none !important;
  font-size: 12px;
  margin: 0px 7px;
}
.page-numbers.active {
  background: radial-gradient(#273968, #0c162e);
  color: #fff;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
}

.page-numbers:hover {
  background: radial-gradient(#273968, #0c162e);
  -webkit-filter: brightness(100%);
  filter: brightness(100%);
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2), inset 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  color: #fff;
}

.page-numbers.prev,
.page-numbers.next {
  background: radial-gradient(#273968, #0c162e);
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
  font-size: 0px;
}
.page-numbers.prev:hover,
.page-numbers.next:hover {
  background: radial-gradient(#e9e08b, #d1c876);
  -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(../images/prev-p.png) no-repeat;
  width: 12px;
  height: 16px;
  margin-left: -8px;
  margin-top: -7px;
  left: 50%;
  top: 50%;
  z-index: 2;
}
.page-numbers.prev:hover:after {
  background: url(../images/prev-p.png) no-repeat;
}
.page-numbers.next:after {
  content: "";
  position: absolute;
  background: url(../images/next-p.png) no-repeat;
  width: 12px;
  height: 16px;
  margin-right: -8px;
  margin-top: -7px;
  right: 50%;
  top: 50%;
}
.page-numbers.next:hover:after {
  background: url(../images/next-p.png) no-repeat;
}

/* Middle
-----------------------------------------------------------------------------*/
.content {
  width: 680px;
  position: relative;
  background: url(../bb-images/content-bg.jpg);
  line-height: 1.4;
  padding: 0px 0px 40px 0px;
}
.content img {
  max-width: 678px;
  border: 1px solid rgba(198, 228, 245, 0.2);
  box-shadow: 0px 7px 7px -1px rgba(0, 0, 0, 0.3);
}
.page-content {
  padding: 25px 25px 40px 25px;
  width: 630px;
}
.page-content img {
  max-width: 628px;
  border: 1px solid rgba(198, 228, 245, 0.2);
}
.news {
  margin-bottom: 50px;
}
.news .news-title {
  background: url(../bb-images/news-title-bg.png);
  border: 1px solid rgba(198, 228, 245, 0.1);
  margin-bottom: 2px;
}
.news .news-title h2 {
  font-weight: normal;
  margin-bottom: 0px;
  line-height: 1.3;
}
.news .news-title a {
  display: block;
  padding: 23px 25px;
  text-decoration: none;
  text-transform: uppercase;
  color: #c6e4f5;
  font-size: 16px;
}
.news .news-title:hover {
  filter: hue-rotate(20deg);
}
.news .news-img {
  margin-bottom: 5px;
}
.news .news-text {
  margin-bottom: 25px;
  font-family: Tahoma, Geneva, sans-serif;
}
.news .news-info {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  color: #507285;
  background: url(../bb-images/reamore-bg.png) center top no-repeat;
  min-height: 54px;
  position: relative;
}
.news .news-info span {
  color: #be1a2d;
}
.news .news-info .reamore {
  position: absolute;
  width: 108px;
  left: 50%;
  top: 4px;
  padding: 12px 5px;
  text-align: center;
  margin-left: -60px;
  font-size: 14px;
}
.news-text,
.news-info,
.news-button {
  padding: 0px 25px;
}
.pagination {
  text-align: center;
  color: #507285;
}
.pagination a {
  text-decoration: none;
  color: #507285;
  font-size: 14px;
  display: inline-block;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0);
  margin: 0px 3px;
  text-align: center;
}
.pagination .pag {
  width: 24px;
  height: 24px;
  line-height: 23px;
}
.pagination .pag:hover {
  border: 1px solid #990b1b;
  border-radius: 50%;
  box-shadow: 0px 0px 4px 0px #990b1b;
  color: #c6e4f5;
}
.pagination .active {
  border: 1px solid #990b1b;
  box-shadow: 0px 0px 4px 0px #990b1b;
  color: #c6e4f5;
}
.to-top {
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 62px;
  width: 100%;
  background: url(../bb-images/bg-to-top.png) no-repeat;
  margin-bottom: -25px;
}
#toTop {
  display: block;
  width: 55px;
  height: 55px;
  position: absolute;
  bottom: -3px;
  left: 50%;
  margin-left: -27px;
  cursor: pointer;
}
/* Left Sidebar
-----------------------------------------------------------------------------*/
.left-sidebar {
  width: 290px;
}
.sidebar-block {
  outline: 1px solid rgba(198, 228, 245, 0.07);
  background: #060b16 url(../bb-images/sidebar-block-bg.png) center bottom no-repeat;
  padding-bottom: 20px;
  margin-bottom: 10px;
}
.sidebar-title {
  background: url(../bb-images/sidebar-title-bg.jpg) no-repeat;
  height: 62px;
  line-height: 62px;
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  position: relative;
  box-shadow: 0px 7px 7px -2px rgba(0, 0, 0, 0.4);
  margin-bottom: 20px;
}
.sidebar-title:after {
  content: "";
  background: url(../bb-images/sidebar-title-img.png) no-repeat;
  width: 64px;
  height: 76px;
  position: absolute;
  right: -10px;
  top: -12px;
}
.login-block p {
  margin-bottom: 10px;
}
.login-block form {
  padding: 0px 10px;
}
.login-block input[type=text], .login-block input[type=password] {
  width: 238px;
}
.login-block select {
  width: 270px;
}
.login-block .login-button {
  width: auto;
}
.login-block .select {
  margin-bottom: 15px;
}
.login-block .links a {
  text-decoration: none;
  color: #c6e4f5;
}
.login-block .links a:hover {
  text-decoration: underline;
}
.bottom-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.top-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  padding: 12px 10px;
  border-top: 1px solid #1a212d;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  font-size: 14px;
}
.top-player span {
  color: #c6e4f5;
  position: relative;
  padding: 1px 0px;
}
.top-player span:nth-child(4n+1) {
  width: 25px;
}
.top-player span:nth-child(4n+2) {
  width: 40px;
}
.top-player span:nth-child(4n+3) {
  width: 110px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.top-player span:nth-child(4n+4) {
  width: 40px;
  color: #fff;
  text-shadow: 0px 0px 14px rgba(216, 122, 115, 0.8);
}
.top-player span:nth-child(4n+5) {
  width: 50px;
  color: #fff;
  text-shadow: 0px 0px 14px rgba(255, 64, 50, 0.8);
  text-align: right;
  padding-right: 12px;
}
.top-player span img {
  border: 1px solid #708391;
  box-shadow: 0px 0px 7px 0px #708391;
  margin-bottom: -3px;
}
.top-player span b {
  font-weight: normal;
  font-size: 12px;
  position: absolute;
  right: 0px;
  top: -8px;
  color: #ef4c4c;
  text-shadow: 0px 0px 10px #ff4032;
}
.top-player:hover {
  background: #1a212d;
  border-top: 1px solid #2b374a;
  border-bottom: 1px solid #2b374a;
}
.top-player:hover span {
  color: #fff1bb;
}
.bottom-more {
  display: flex;
  border-top: 1px solid #1a212d;
  align-items: center;
  justify-content: space-between;
  padding: 12px 15px 0px 15px;
}
.bottom-more span {
  color: #e41d32;
}
.bottom-more a {
  padding: 10px 20px;
}
.top-guild span {
  color: #c6e4f5;
  position: relative;
  padding: 1px 0px;
}
.top-guild span:nth-child(2n+1) {
  width: 200px;
}
.top-guild span:nth-child(2n+2) {
  width: 30px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.top-guild span:nth-child(2n+3) {
  width: 60px;
  color: #fff;
  text-shadow: 0px 0px 14px rgba(216, 122, 115, 0.8);
  text-align: right;
}
.top-guild:hover {
  background: #1a212d;
  border-top: 1px solid #2b374a;
  border-bottom: 1px solid #2b374a;
}
.top-guild:hover span {
  color: #fff1bb;
}
/* Right Sidebar
-----------------------------------------------------------------------------*/
.right-sidebar {
  width: 290px;
}
.download-reg-block {
  width: 317px;
  position: relative;
  margin-bottom: 5px;
  margin-top: -27px;
}
.right-button a {
  display: block;
  width: 282px;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.3);
}
.right-button a p {
  text-transform: uppercase;
  font-size: 24px;
  margin-bottom: 5px;
}
.right-button a:hover {
  transform: scale(1.02);
}
.download-button a {
  background: url(../bb-images/right-sidebar-buttons.png) no-repeat;
  height: 76px;
  padding: 49px 0px 0px 35px;
}
.registration-button a {
  background: url(../bb-images/right-sidebar-buttons.png) 0px -125px no-repeat;
  height: 80px;
  padding: 34px 0px 0px 35px;
}

.vip-button a {
  background: url(../bb-images/right-sidebar-buttons2.png) no-repeat;
  height: 76px;
  padding: 49px 0px 0px 35px;
}
.package-button a {
  background: url(../bb-images/right-sidebar-buttons2.png) 0px -125px no-repeat;
  height: 80px;
  padding: 34px 0px 0px 35px;
}

.guides-button a {
  background: url(../bb-images/right-sidebar-buttons3.png) no-repeat;
  height: 76px;
  padding: 49px 0px 0px 35px;
}
.video-button a {
  background: url(../bb-images/right-sidebar-buttons3.png) 0px -125px no-repeat;
  height: 80px;
  padding: 34px 0px 0px 35px;
}
.fast-links a {
  color: #fff;
  font-size: 14px;
  display: block;
  padding: 12px 38px;
  border-top: 1px solid rgba(0, 0, 0, 0);
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  text-decoration: none;
  position: relative;
}
.fast-links a:hover {
  color: #fff1bb;
  background: #1a212d;
  border-top: 1px solid #2b374a;
  border-bottom: 1px solid #2b374a;
  padding: 12px 45px;
}
.fast-links a:before {
  content: ">";
  position: absolute;
  left: 25px;
}
.facebook-app {
  width: 240px;
  margin: 0 auto;
}
/* Footer
-----------------------------------------------------------------------------*/
.footer {
  padding: 50px 0px 35px 0px;
  height: 150px;
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  color: #466577;
}
.footer a {
  color: #e41d32;
  text-decoration: none;
}
.footer .left-footer-block {
  width: 300px;
  text-align: center;
}
.footer .right-footer-block {
  width: 980px;
}
.f-logo {
  position: relative;
  margin-top: -30px;
}
.f-menu {
  text-align: center;
  border-bottom: 1px solid rgba(198, 228, 245, 0.1);
}
.f-menu li {
  display: inline-block;
  padding: 0px 20px 60px 20px;
}
.f-menu li a {
  padding: 0px 18px;
  text-transform: uppercase;
  color: #466577;
  font-size: 14px;
  position: relative;
  padding-bottom: 59px;
}
.f-menu li a:hover {
  color: #c6e4f5;
}
.f-menu li a:hover:after {
  content: "";
  height: 1px;
  width: 100%;
  background: #c6e4f5;
  position: absolute;
  left: 0px;
  bottom: 0px;
}
.f-menu .active a {
  color: #c6e4f5;
}
.f-menu .active a:after {
  content: "";
  height: 1px;
  width: 100%;
  background: #c6e4f5;
  position: absolute;
  left: 0px;
  bottom: 0px;
}
.templstock {
  width: 300px;
  text-align: center;
  float: right;
  margin-top: 40px;
}
/*# sourceMappingURL=style.css.map */



.card{
    border-radius:0px;
    background-color: rgba(0, 0, 0, 0.1);
    padding: 10px;
    padding-top: 0px;
    font-weight: bold;
    border: 1px solid rgb(255,255,255,0.1);
}
.card .card-header{
    padding:.5rem .75rem;
}
.card .card-body{
    padding:.5rem
}
.card .card-footer{
    padding:.5rem
}

        .control {
            font-family: arial;
            display: block;
            position: relative;
            padding-left: 30px;
            margin-bottom: 5px;
            padding-top: 0px;
            cursor: pointer;
            font-size: 16px;
        }
            .control input {
                position: absolute;
                z-index: -1;
                opacity: 0;
            }
        .control_indicator {
            position: absolute;
            top: 2px;
            left: 0;
            height: 20px;
            width: 20px;
            background: #e6e6e6;
            border: 1px solid #9a0b1b;
            border-radius: 0px;
        }
        .control:hover input ~ .control_indicator,
        .control input:focus ~ .control_indicator {
            background: #cccccc;
        }
        
        .control input:checked ~ .control_indicator {
            background: #9a0b1b;
        }
        .control:hover input:not([disabled]):checked ~ .control_indicator,
        .control input:checked:focus ~ .control_indicator {
            background: #9a0b1b;
        }
        .control input:disabled ~ .control_indicator {
            background: #9a0b1b;
            opacity: 0.6;
            pointer-events: none;
        }
        .control_indicator:after {
            box-sizing: unset;
            content: '';
            position: absolute;
            display: none;
        }
        .control input:checked ~ .control_indicator:after {
            display: block;
        }
        .control-checkbox .control_indicator:after {
            left: 8px;
            top: 4px;
            width: 3px;
            height: 8px;
            border: solid #ffffff;
            border-width: 0 2px 2px 0;
            transform: rotate(45deg);
        }
        .control-checkbox input:disabled ~ .control_indicator:after {
            border-color: #2e3547;
        }
        .control-checkbox .control_indicator::before {
            content: '';
            display: block;
            position: absolute;
            left: 0;
            top: 0;
            width: 4.5rem;
            height: 4.5rem;
            margin-left: -1.3rem;
            margin-top: -1.3rem;
            background: #60483a;
            border-radius: 3rem;
            opacity: 0.6;
            z-index: 99999;
            transform: scale(0);
        }
        @keyframes s-ripple {
            0% {
                transform: scale(0);
            }
            20% {
                transform: scale(1);
            }
            100% {
                opacity: 0;
                transform: scale(1);
            }
        }
        @keyframes s-ripple-dup {
           0% {
               transform: scale(0);
            }
           30% {
                transform: scale(1);
            }
            60% {
                transform: scale(1);
            }
            100% {
                opacity: 0;
                transform: scale(1);
            }
        }
        .control-checkbox input + .control_indicator::before {
            animation: s-ripple 250ms ease-out;
        }
        .control-checkbox input:checked + .control_indicator::before {
            animation-name: s-ripple-dup;
        }
        
.gateways {
display: flex;
align-items: center;
justify-content: center;
}

.gateways .gateway {
height: 10px;
}
 
 .gateways .gateway img {
max-height: 1px;
}
        
.gateways .image{
    height:30px;
    display:flex;
    align-items:center;
    justify-content:center
    
}.gateways .image img{
    max-height:31px
    
}

.notification {
background: red;
color: #9a0b1b;
padding: 0px 3px;
border-radius: 5px;
font-size: 8px;
position: absolute;
margin-top: -4px;
}

.badge {
  background: red;
  padding: 3px 5px;
  font-weight: bold;
}

.events .event{
padding:5px 0
}

.events .event .time{
float:right;
background:#d60808;
padding:1px 3px;
color:#ffffff;
font-size:.8rem
}

.events .event .time.bg-success{
color:#fff
}

.bar-title {
  height: 62px;
  line-height: 62px;
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  position: relative;
  box-shadow: 0px 7px 7px -2px rgba(0, 0, 0, 0.4);
  margin-bottom: 20px;
}

.bar-title:after {
  content: "";
  background: url(../bb-images/sidebar-title-img.png) no-repeat;
  width: 64px;
  height: 76px;
  position: absolute;
  right: -10px;
  top: -12px;
}

.shop {
  width: 265px;
  height: auto;
  float: left;
  padding-left: 10px;
  padding-bottom: 5px;
}
.shop .name {
  width: 122px;
  color: #FFF;
  font-size: 12px;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  position: absolute;
  margin-top: -120px;
  margin-left: 120px;
}
.shop .description {
  width: 120px;
  color: #FFF;
  font-size: 10px;
  position: absolute;
  margin-top: -100px;
  margin-left: 120px;
  padding: 5px;
}





.product-shop {
  margin: 0;
  list-style: none;
  padding: 0;
}

.product-shop li {
  text-align: center;
  width: 190px;
  padding-right: 10px;
  float: left;
  border: 1px solid rgb(255,255,255,0.1);
  padding-bottom: 5px;
  background: rgb(0,0,0,0.1);
  margin: 8px 5px;
  border-radius: 0px;
}

.product-shop li:nth-child(2n) {
  padding-right: 0
}

.product-shop .title {
  margin: 2px;
  color: #ffb800;
  margin: 10px 0px;
  line-height: 1.2;
  font-weight: bold;
  text-transform: uppercase;
}

.product-shop .desc {
  text-align: left;
  height: 120px;
  padding: 5px;
  line-height: 1.3em;
  margin-bottom: 2px;
  background: transparent;
}

.product-shop .desc img {
  max-height: 100px;
}

.product-shop .price {
  margin: 2px;
  font-size: 13px
}

.last-poll{
    padding:20px
    
}
.last-poll .title{
    text-transform:uppercase;
    font-weight:700;
    margin-bottom:3px
    
}
.last-poll .last-poll-result{
    margin-top:10px
 
}    
.checkbox {
            left: 8px;
            top: 4px;
            width: 3px;
            height: 8px;
            border: solid #ffffff;
            border-width: 0 2px 2px 0;
            transform: rotate(45deg);
    
}
.last-poll .poll{
    list-style:none;
    padding:0;
    margin:0
    
}
.last-poll .total-votes{
    margin-top:10px
    
}

.badge-float{
    text-align: center;
    font-size: 10px;
    min-width: 17px;
    height: 17px;
    line-height: 17px;
    padding: 0 6px;
    margin-top: -4px;
    margin-left: 1px;
    letter-spacing: 0;
}
h2 .badge-float{
    margin-left: -8px;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.social-connect{
    display:flex
    
}
.social-connect .provider{
    width:50%;
    border:1px solid #253141;
    padding:10px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    margin-right:10px;
  text-align: center;
}
.social-connect .provider:nth-child(2n){
    margin-right:0
    
}.social-connect .provider .logoc{
    display:flex;
    justify-content:center;
    align-items:center;
    height:100px
    
}
.social-connect .provider .logoc img{
    max-width:90%;
  border: 0;
    
}
.social-connect .provider .actions{
    text-align:center
    
}

.social-connect .provider .actions .button{
  display: block;
}

.vote-down {
  color: red;
}

.vote-up {
  color: green;
}

.guide {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.vote-container a {
  margin: 5px;
}

.guide-list-group {
  text-align: -webkit-center;
  position: relative;
}

.guide-list-group-item {
  background-color: #0b3135;
  color: #fff;
}

.guide-list-group-item.active {
  background-color: #0d4750;
  border-color: #0d4750;
}

.guide-list-group-item:hover {
  background-color: #0d4750;
  color: #fff;
}

.guide-block {
  align-items: center;
  text-decoration: none;
  text-transform: uppercase;
  padding: 12px 10px;
  border-top: 1px solid #1a212d;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  font-size: 14px;
}

.trackers {
  list-style: none;
  margin: 0;
  padding: 0;
}

.trackers li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.countdowns {
  right: 6px;
  top: 130px!important;
}

.countdowns .countdown {
  background: #0c162e!important;
  border-radius: 0!important;
}

.countdowns .countdown .timer > div {
  background: #273968!important;
  border-radius: 0!important;
  flex: 1;
  min-width: 70px;
}

.slider-container{
    width:100%
    
}

.slider-container .sy-pager li.sy-active a{
    background:#273968
    
}

.market-itens {
  width: 431px;
  float: left;
}
.market-itens .item,
.market-perfil .item {
  width: 135px;
  margin: 0;
  padding: 4px 2px 5px;
  float: left;
  border: 1px solid #1c46a9;
  background-color: #010210;
}
.market-itens .item .name,
.market-perfil .item .name {
  min-height: 30px;
  padding: 4px;
  font-size: 13px;
  text-align: center;
}
.market-itens .item .image,
.market-perfil .item .image {
  height: 90px;
  text-align: center;
  line-height: 90px;
}
.market-itens .item .image img,
.market-perfil .item .image img {
  max-width: 110px;
  max-height: 80px;
  vertical-align: middle;
}
.market-itens .item .info,
.market-perfil .item .info {
  margin-top: 5px;
  text-align: center;
}
.market-itens .item .info p,
.market-perfil .item .info p {
  margin: 0;
}
.market-itens .item .buy,
.market-perfil .item .buy {
  text-align: center;
  margin-top: 5px;
}
.market-itens .item .cash,
.market-perfil .item .cash {
  padding: 4px;
  color: #dfdf14;
  border-top: 1px solid #273968;
}
.market-itens .item .cash a,
.market-perfil .item .cash a {
  float: right;
}

.characters .character {
  width: 99px;
  float: left;
  margin: 0 5px;
  text-align: center;
}
.characters .character .name {
  margin: 5px 0;
}
.characters .character.active {
  background: #273968;
  outline: 2px solid #9a0b1b;
}
.characters .character .avatar {
  width: 100px;
  height: 105px;
}
.characters .character .avatar img {
  text-align: center;
  z-index: -999;
  vertical-align: middle;
}


/*/ Modal /*/

.modal {
  width: 678px;
  height: 685px;
  position: fixed;
  left: 0;
  right: 0;
  top: 50px;
  margin: 0 auto;
  z-index: 99;
}

.modal::before {
  width: 150vw;
  height: 150vh;
  background-color: #01010852;
  filter: blur(15px);
  position: fixed;
  top: -150px;
  left: -999px;
  right: 0;
  z-index: -1;
  content: '';
  -webkit-backdrop-filter: blur(0.1px);
  backdrop-filter: blur(0.1px);
}

.modal .modal-dialog {
  width: 100%;
  height: 100%;
  position: relative;
}

/*/ Sumindo com todas as modals exceto a primeira/*/
.modal-content {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}

.modal .modal-header {
  width: 100%;
  height: 62px;
  background: url(../bb-images/modal-title.png) no-repeat;
}

.modal .modal-header h3 {
  line-height: 62px;
  text-align: center;
}

.modal .modal-body{
  position: absolute;
  width: inherit;
  height: inherit;
  max-width: 678px;
  padding: 8px;
  box-sizing: border-box;
  background-color: #060b16;
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.7);
}

.modal .modal-body img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.modal .modal-footer {
  position: absolute;
  bottom: -130px;
  z-index: 99;
}

.close {
  position: absolute;
  right: 0;
  top: -50px;
}

.mask {
  width: 64px;
  height: 76px;
  position: absolute;
  background: url(../bb-images/sidebar-title-img.png) no-repeat;
  top: -10px;
}

.mask:nth-child(1) {
  left: -20px;
  transform: scale(-1,1);
}


.mask:nth-child(2) {
  right: -20px;
  transform: scale(1,1);
}

.modal-active {
  transition: 1s;
  animation: fadeIn 0.5s forwards linear;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  } 100%{
    opacity: 1;
  }
}