/* cor de fundo 00000 e ffffff cor do texo parte download ponto de recuperar senha e codigo  games nevareth final da pagina*/
body {
  width: 100%;
  background: url(../images/body-bg-top.jpg) center top no-repeat, url(../images/body-bg-bottom.jpg) center bottom no-repeat;
  background-color: #000000;
  font-family: Candara, Arial, sans-serif;
  font-size: 13px;
  color: #ffffff;
}
/* cor da letras em baixo da foto escrito Video dos Dois Lado Video e Video */
a {
  transition: all 0.3s ease;
  color: #ffffff;
}
a:hover,
button:hover {
  -webkit-filter: brightness(120%);
  filter: brightness(120%);
}
p {
  margin-bottom: 10px;
}
h1,
h2,
h3 {
  color: #fff;
  margin-bottom: 20px;
  line-height: 24px;
}
/* cor quadrado do login e senha */
input,
textarea,
select {
    background-color: rgba(0,0,0,0.5);
  border-radius: 5px;
  color: #fff;
  font-size: 14px;
  padding: 10px 20px;
  border: 1px solid rgba(0, 0, 0, 0);
}
/* cor de botao fazer login do registar e deslogar */
button {
  background: none;
  border: 1px solid #000000;
  padding: 10px 25px;
  border-radius: 2px;
  color: #fff;
  font-size: 11px;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s ease;
}
/* cor de botao deslogar Quando Aparece Caixa Na Tela Pra Clica EM OK Quando Passa Mouse Em Cima */
button:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
/* cor do texto dentro botao total online logado premiado roleta da sorte downlod ranking ranking guilde */
.blue-a,
.green-a,
.gold-a {
  transition: all 0.3s ease;
  cursor: pointer;
  background: url(../images/button-blue-bg.png) repeat-x;
  height: 18px;
  line-height: 18px;
  display: inline-block;
  border: none;
  color: #fff;
  position: relative;
  z-index: 2;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 9px;
  text-shadow: 1px 1px 2px #000;
  margin-left: 5px;
  text-decoration: none;
  box-shadow: 0px 10px 49px -1px rgba(0, 0, 0, 0.75);
  padding: 0px 10px;
}
.blue-a:before,
.green-a:before,
.gold-a:before {
  content: "";
  background: url(../images/button-blue-left-bg.png) no-repeat;
  width: 20px;
  height: 18px;
  position: absolute;
  left: -5px;
  top: 0;
  z-index: -1;
}
.blue-a:after,
.green-a:after,
.gold-a:after {
  content: "";
  background: url(../images/button-blue-right-bg.png) no-repeat;
  width: 20px;
  height: 18px;
  position: absolute;
  right: -5px;
  top: 0;
  z-index: -1;
}
.green-a {
  background: url(../images/button-green-bg.png) repeat-x;
  box-shadow: 0px 0px 29px -1px #67cc7c;
}
.green-a:before {
  content: "";
  background: url(../images/button-green-left-bg.png) no-repeat;
  width: 20px;
  height: 18px;
  position: absolute;
  left: -5px;
  top: 0;
  z-index: -1;
}
.green-a:after {
  content: "";
  background: url(../images/button-green-right-bg.png) no-repeat;
  width: 20px;
  height: 18px;
  position: absolute;
  right: -5px;
  top: 0;
  z-index: -1;
}
.gold-a {
  background: url(../images/button-gold-bg.png) repeat-x;
  box-shadow: 0px 0px 29px -1px #ff6816;
}
.gold-a:before {
  content: "";
  background: url(../images/button-gold-left-bg.png) no-repeat;
  width: 20px;
  height: 18px;
  position: absolute;
  left: -5px;
  top: 0;
  z-index: -1;
}
.gold-a:after {
  content: "";
  background: url(../images/button-gold-right-bg.png) no-repeat;
  width: 20px;
  height: 18px;
  position: absolute;
  right: -5px;
  top: 0;
  z-index: -1;
}
.button-n:after {
  display: none;
}
.button-n:before {
  display: none;
}
:focus {
  outline: none;
}
/* cor do texto dentro botao login e senha e do registre somente 1 e 2 codigo de cor */
input:focus,
textarea:focus {
  border: 1px solid #000000;
}
::-webkit-input-placeholder {
  color: #ffffff;
}
::-moz-placeholder {
  color: #7a939d;
}
:-moz-placeholder {
  color: #7a939d;
}
:-ms-input-placeholder {
  color: #7a939d;
}
.wrapper {
  width: 1280px;
  margin: 0 auto;
  position: relative;
}
/* Header
-----------------------------------------------------------------------------*/
.header {
  height: 508px;
}
.menu-top {
  text-align: center;
}
.menu-top ul {
  width: 600px;
}
.menu-top ul li {
  display: inline-block;
  margin: 0px 25px;
  position: relative;
}
.menu-top ul li:hover {
  background: url(../images/menu-top-active.png) center -1px no-repeat;
}
.menu-top ul li ul {
  position: absolute;
  margin-top: 16px;
  margin-left: -80px;
  opacity: 0;
  left: -9999px;
  z-index: 9999;
  width: 160px;
  background-color: #070f17;
  border: 1px solid #1a2939;
  padding: 20px 0px;
  transition: 0.25s linear opacity;
  box-shadow: 10px 10px 64px -16px rgba(0, 0, 0, 0.75);
}
.menu-top ul li ul:after {
  content: "";
  background: url(../images/menu-icon.png) no-repeat;
  width: 22px;
  height: 12px;
  top: -11px;
  left: 50%;
  margin-left: -11px;
  position: absolute;
}
.menu-top ul li ul li {
  display: block;
  margin: 0px 0px;
  text-align: left;
}
.menu-top ul li ul li:hover {
  background: none !important;
}
.menu-top ul li ul li a {
  text-transform: none;
  padding: 8px 28px;
  border-top: none !important;
  color: #fff !important;
  box-shadow: none !important;
  text-shadow: none !important;
}
.menu-top ul li ul li a:hover {
  color: #508f9e;
  background-color: #000000;
}
.menu-top ul li ul li a:before {
  content: ">";
  padding-right: 10px;
}
.menu-top ul li a {
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  padding: 25px 10px;  /*Editado*/
  display: block;
  font-weight: bold;
  border-top: 2px solid rgba(0, 0, 0, 0);
}
.menu-top ul li a:hover {
  border-top: 2px solid #4d8792;
  text-shadow: 0px 0px 27px affaf3;
  color: affaf3;
}
.menu-top ul li:hover ul {
  left: 50%;
  opacity: 1;
}
.menu-top .active {
  background: url(../images/menu-top-active.png) center -1px no-repeat;
}
.menu-top .active a {
  text-shadow: 0px 0px 27px affaf3;
  color: #FFF;
  border-top: 2px solid affaf3;
}
.menu-top-left {
  float: left;
}
.menu-top-right {
  float: right;
}
.server-load {
  background: url(../images/server-load-bg.png) no-repeat;
  width: 191px;
  height: 86px;
  text-align: center;
  margin: 0 auto;
  padding-left: 4px;
}
.server-load div {
  font-weight: bold;
  color: #fff;
  font-size: 9px;
  text-transform: uppercase;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
  padding-top: 14px;
  margin-bottom: 1px;
}
.server-load span {
  color: #6fff52;
  font-size: 18px;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}
.logo {
  padding-top: 76px;
  padding-left: 14px;
}
.logo a {
  background: url(../images/logo.png) no-repeat;
  width: 581px;
  height: 212px;
  display: block;
}
.logo a:hover {
  -webkit-filter: brightness(100%);
  filter: brightness(100%);
}
/* Middle
-----------------------------------------------------------------------------*/
.container {
  width: 100%;
  display: flex;
}
.content {
  width: 860px;
  padding: 50px;
  min-height: 1000px;
  background: url(../images/fundonevareth.png) no-repeat;
  -webkit-margin-start: -1px;
  line-height: 1.3;
}
.content img {
  max-width: 860px;
}
.top-content-block {
  display: flex;
  width: 960px;
  margin: -50px 0px 50px -50px;
}
.download-bonus-block {
  width: 321px;
  position: relative;
  z-index: 1;
}
.download-bonus-block .download a {
  display: block;
  text-decoration: none;
  background: url(../images/download-button.jpg) no-repeat;
  width: 321px;
  padding-top: 97px;
  height: 55px;
  text-align: center;
}
/* cor do texto dentro download pagiona inicial*/
.download-bonus-block .download a span {
  display: block;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
  color: #ffffff;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}
.download-bonus-block:before {
  position: absolute;
  left: -10px;
  top: 120px;
  width: 21px;
  height: 24px;
  z-index: 2;
}
.download-bonus-block:after {

  position: absolute;
  right: -50px;
  top: -44px;
  width: 94px;
  height: 112px;
  z-index: 2;
}
.bonus-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.bonus-block a {
  height: 48px;
  width: 95px;
  display: block;
  text-transform: uppercase;
  padding: 19px 0px 0px 65px;
  text-decoration: none;
}
/* cor do texto dentro instagram facebook discord item shop letra maior pagiona inicial*/
.bonus-block a p {
  font-weight: bold;
  font-size: 14px;
  color: #ffffff;
  margin-bottom: 0px;
}
/* cor do texto dentro instagram facebook discord item shop letra menor pagiona inicial*/
.bonus-block a span {
  color: #ffffff;
  font-size: 9px;
}
/* cor das borda em volta do  instagram facebook discord item shop lado esquerdo pagiona inicial*/
.bonus-block .bonus {
  background: url(../images/bonus-bg.jpg) 0px 2px no-repeat;
  background-color: rgba(0,0,0,0.5);
  border-right: 1px solid rgba(0, 0, 0, 0.5);
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}
.bonus-block .facebook {
  background: url(../images/bonus-bg.jpg) -159px 2px no-repeat;
  background-color: rgba(0,0,0,0.5);
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}
.bonus-block .support {
  background: url(../images/bonus-bg.jpg) 0px -67px no-repeat;
  background-color: rgba(0,0,0,0.5);
  border-right: 1px solid rgba(0, 0, 0, 0.5);
}
.bonus-block .shop {
  background: url(../images/bonus-bg.jpg) -159px -67px no-repeat;
  background-color: rgba(0,0,0,0.5);
}
.slider {
  overflow: hidden;
  position: relative;
  width: 639px;
  height: 288px;
  margin: 0 auto;
}
.slider .slides {
  position: relative;
  transition: 1s;
}
.slider .slides .active div {
  transition: all 2s ease;
  bottom: 4px !important;
}
.slider .slides .active h2 {
  transition: all 2s ease;
  top: 140px !important;
}
.slider .slides .active p {
  transition: all 5s ease;
  opacity: 1 !important;
}
.slider .slides .slide {
  float: left;
  display: block;
  position: relative;
}
.slider .slides .slide h2 {
  position: absolute;
  top: -200px;
  left: 40px;
  font-size: 48px;
  font-weight: normal;
}
.slider .slides .slide p {
  position: absolute;
  bottom: 70px;
  left: 40px;
  font-size: 24px;
  color: #7a939d;
  opacity: 0;
}
.slider .slides .slide div {
  position: absolute;
  bottom: -40px;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #7a939d;
  width: 539px;
  padding-right: 100px;
  height: 29px;
  line-height: 29px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.slider .slides .slide div span {
  color: #fff;
}
.slider .slides .slide img {
  width: 639px;
  height: 288px;
}
.slider .slides .slide a {
  display: inline-block;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  background: url(../images/slider-button.jpg) no-repeat;
  height: 29px;
  line-height: 29px;
  width: 76px;
  text-align: center;
  float: left;
  margin-right: 15px;
  text-shadow: 2px 2px rgba(0, 0, 0, 0.6);
  text-decoration: none !important;
}
.slider .next {
  position: absolute;
  background: url(../images/right-arrow.png) no-repeat;
  height: 33px;
  width: 33px;
  right: 0;
  top: 120px;
  z-index: 1;
  cursor: pointer;
  opacity: 0;
}
.slider .prev {
  position: absolute;
  background: url(../images/left-arrow.png) no-repeat;
  height: 33px;
  width: 33px;
  left: 0;
  top: 120px;
  z-index: 1;
  cursor: pointer;
  opacity: 0;
}
.slider .navigation {
  position: absolute;
  width: 100%;
  bottom: 8px;
  right: 10px;
  text-align: right;
  z-index: 1;
  cursor: pointer;
}
.slider .navigation .dot {
  display: inline-block;
  width: 5px;
  height: 5px;
  background: #353739;
  cursor: pointer;
  border-radius: 16px;
  margin: 0 5px;
}
.slider:hover .next,
.slider:hover .prev {
  opacity: 1;
  transition: all 0.7s ease;
}
.slider .navigation .active {
  background: #74c564;
  box-shadow: 0px 0px 14px 2px #74c564;
}
.content-block-info {
  display: flex;
}
/*cor da barra lateral divide noticia e parte video fotos art Pagina inicial*/
.left-content-block-info {
  width: 534px;
  border-right: 1px solid #000000;
  padding-right: 24px;
}
.right-content-block-info {
  width: 280px;
  padding-left: 25px;
}
.content-title {
  margin-bottom: 16px;
}
/*cor da 1 do +mais +veja canal no youtube forum Pagina inicial*/
.content-title a {
  float: right;
  color: #ffffff;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  text-shadow: 0px 0px 10px #ffffff;
  text-decoration: none;
  margin-top: 4px;
}
/*cor +mais +veja canal no youtube forum  quando passa mouse em cima Pagina inicial*/
.content-title a:hover {
  color: #fc0570;
}
.content-title a:before {
  content: "+";
  position: absolute;
  left: -8px;
  top: -1px;
}
/*cor da midia facebbok shop loja de item e da noticias  pagina inicial */
.title {
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
}
.tab,
.tab-s,
.tab-n {
  display: none;
}
.tab.active,
.tab-s.active {
  display: flex;
}
.tab-n.active {
  display: block;
}
.tab.active,
.tab-s.active {
  animation-name: opasity;
  animation-duration: 1s;
  animation-timing-function: linear;
}
@keyframes opasity {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.media-tab,
.news-tab {
  margin-bottom: 20px;
}
/*cor da barra onde fica eventos updates noticia fotos e art pagina inicial */
.tab-button {
  position: relative;
  background-color: rgba(0, 0, 0, 0.5);
}
/*cor da linha fica em baixo barra onde fica eventos updates noticia fotos e art pagina inicial */
.tab-button:after {
  content: "";
  height: 2px;
  width: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  bottom: 0;
  left: 0;
}
/*cor da Letra fica na barra onde fica eventos updates noticia fotos e art pagina inicial */
.tab-button button {
  display: inline-block;
  color: #ffffff;
  text-transform: uppercase;
  padding: 0px 26px;
  height: 40px;
  line-height: 40px;
  font-size: 12px;
  background: none;
  border: none;
  box-shadow: none;
  border-radius: 0px;
  margin-left: 0px;
  text-shadow: none;
}
/*1 -cor da Letra fica na barra onde fica eventos updates noticia fotos e art  quando passa mouse em cima pagina inicial */
/*3 -cor do quadrado fica na barra onde fica eventos updates noticia fotos e art  quando passa mouse em cima pagina inicial */
.tab-button button:hover {
  color: #fc0570;
  border-bottom: 2px solid #fc0570;/* cor da tira fica em baixo da barra de events updates aparece quando poem mouse em cima paginal inicial */
  /*background-color: rgba(255, 255, 255, 0.5); cor so de quadrado que fica events updates aparece quando poem mouse em cima paginal inicial */
  text-shadow: 0px 0px 10px #fc0570;
}
/*1 -cor da Letra fica na barra onde fica eventos updates noticia fotos e art  quando clica em cima pagina inicial */
.tab-button .active {
  color: #ffffff;
 /* border-bottom: 2px solid #fc7608; cor da tira fica em baixo da barra de events updates fica tempo todo aparecendo quando ta clicado paginal inicial*/
  /*background: #08fc51; cor da barra so que so de 1 quadrado como se tivesse cliado nele selecionado barra de events updates paginal inicial*/
  text-shadow: 0px 0px 10px #ffffff;/* nao fais nada  */
}
.news-block {
  margin-bottom: 40px;
}
.last-news-block {
  min-height: 155px;
  padding-bottom: 20px;
  border-bottom: 1px dotted #000000;
}
.last-news-block .news-img {
  float: left;
  margin-right: 25px;
  margin-bottom: 10px;
}
.last-news-block .news-img img {
  width: 233px;
  height: 155px;
  display: block;
  box-shadow: 0px 18px 33px -17px rgba(0, 0, 0, 0.5);
}
.last-news-block h2 {
  font-weight: normal;
  font-size: 24px;
  text-transform: uppercase;
}
.last-news-block h2 a {
  text-decoration: none;
  color: #fff;
}
.last-news-block h2 a:hover {
  text-decoration: underline;
}
.last-news-block .news-text {
  margin-bottom: 27px;
}
.last-news-block .news-b a {
  margin-right: 30px;
}
/* meu perfil */
.last-news-block .news-b span {
  color: #fff;
}
.last-news-block .news-b span b {
  font-size: 14px;
  font-weight: normal;
}
/* meu perfil depois fais login primeiro cor da letra descrição do personagem da conta pagina depois do login */
.news-info {
  color: #0c0cf5;
  padding: 15px 10px 15px 30px;
  border-bottom: 1px dotted #000000;/* meu perfil depois fais login cor da linha pontilhada separa um escrita da outra pagina depois do login */
  position: relative;
}
.news-info:before {
  content: "";
  background: url(../images/nav.png) -5px 0px no-repeat;
  height: 8px;
  width: 5px;
  margin-right: 15px;
  position: absolute;
  left: 15px;
  top: 19px;
  opacity: 0.3;
}
/* parte principal fica escrito nome da conta status vip etc pagina depois do login   */
.news-info span {
  color: #ffffff;
}
.news-info .news-read-more {
  float: right;
  opacity: 0;
  margin: 1px 10px 0px 20px;
}
.news-info:hover:before {
  opacity: 1;
}
.news-info:hover {
  background-color: rgba(0, 0, 0, 0.5);/* parte onde passa mouse em cima forma retangulo grande na parte  conta status vip etc pagina depois do login   */
  box-shadow: 14px 14px 43px -17px rgba(0, 0, 0, 0.5);/* sombra quando passa mouse em cima forma retangulo grande na parte  conta status vip etc pagina depois do login   */
  color: #0c0cf5;/* cor do texto onde passa mouse em cima forma retangulo grande na parte  conta status vip etc pagina depois do login   */
}
}
.news-info:hover a {
  opacity: 1;
  transition: all 0.5s ease;
}
.media-tab button {
  padding: 0px 20px;
}
.media-block-i {
  margin-bottom: 40px;
}
.media-block-top a,
.media-block-bottom a {
  cursor: pointer;
  display: inline-block;
}
.media-block-top img,
.media-block-bottom img {
  box-shadow: 0px 28px 43px -17px rgba(0, 0, 0, 0.5);
}
.media-block-top img {
  width: 280px;
}
.media-block-bottom img {
  width: 129px;
  height: 85px;
}
.media-block-top {
  text-align: center;
  margin-bottom: 18px;
  position: relative;
}
.media-block-top a:after {
  content: "";
  background: url(../images/video-icon.png);
  height: 39px;
  width: 39px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -19px;
  margin-top: -18px;
}
.media-block-bottom {
  display: flex;
  justify-content: space-between;
}
.forum {
  border-bottom: 1px dotted #000000;
  padding-top: 14px;
  min-height: 50px;
  line-height: 18px;
}
.forum img {
  float: left;
  margin-right: 14px;
  box-shadow: 5px 5px 19px 0px rgba(0, 0, 0, 0.3);
  width: 36px;
  height: 36px;
}
.forum .forum-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.forum .forum-title a {
  color: #7a939d;
  text-decoration: none;
}
.forum .forum-autor {
  font-size: 12px;
  color: #3d4650;
}
.forum .forum-autor a {
  font-size: 12px;
  color: #24698f;
}
.forum .forum-autor a:hover {
  text-decoration: none;
}
.forum .forum-autor span {
  margin-left: 25px;
  position: relative;
}
.forum .forum-autor span:before {
  content: "";
  border-left: 1px solid #373034;
  height: 6px;
  width: 1px;
  position: absolute;
  margin-top: 7px;
  margin-left: -12px;
}
.forum:last-child {
  border-bottom: none;
}
/* cor da linha em baixo do facebbok +forum debaixo do top 10 webshop pagina inicial */
.c-title {
  border-bottom: 2px solid #000000;
  padding-bottom: 10px;
  margin-bottom: 5px;
}
.carousel {
  position: relative;
  width: 530px;
  margin-left: -33px;
  padding: 10px 30px;
}
.carousel .prev {
  left: 15px;
  background: url(../images/nav.png) 0px 0px no-repeat;
}
.carousel .next {
  right: 7px;
  background: url(../images/nav.png) -5px 0px no-repeat;
}
.arrow {
  position: absolute;
  top: 80px;
  padding: 0;
  width: 5px;
  height: 8px;
  background: none;
  border: none;
  display: block;
  opacity: 0.3;
}
.arrow:after {
  display: none;
}
.arrow:before {
  display: none;
}
.arrow:hover {
  opacity: 1;
}
.arrow:focus {
  outline: none;
}
.arrow:hover {
  cursor: pointer;
}
.gallery {
  width: 540px;
  padding-top: 10px;
  overflow: hidden;
}
.gallery ul {
  height: 140px;
  width: 557px;
  margin: 0;
  padding: 0;
  list-style: none;
  transition: margin-left 1700ms;
  display: flex;
}
.gallery li {
  display: inline-block;
  width: 115px;
  height: 135px;
  margin: 0px 10px;
  position: relative;
  transition: all 1s ease;
}
.gallery li button {
  position: absolute;
  bottom: -99px;
  left: 17px;
}
.gallery li p {
  color: #fff;
  margin-bottom: 0px;
}
.gallery li span {
  color: #ff9b39;
  font-weight: bold;
}
.gallery li .item-s {
  background: #091f2f;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.gallery li .item-s img {
  max-height: 90px;
}
.gallery li .item-price {
  text-align: center;
  background: url(../images/item-price-bg.png) repeat-x;
  height: 39px;
  font-size: 14px;
  padding-top: 5px;
}
.gallery li:hover {
  -webkit-filter: brightness(120%);
  filter: brightness(120%);
}
.gallery li:hover button {
  display: block;
  position: absolute;
  left: 17px;
  bottom: 12px;
}
.gallery li:hover p {
  display: none;
}
.gallery li:hover span {
  display: none;
}
/* Right Sidebar

.sidebar {
  width: 320px;
  background: url(../images/sidebar-bg.png);
  position: relative;
}
/* Right Sidebar
.sidebar:after {
  content: "";
  background: url(../images/sidebar-bg-bottom.jpg) no-repeat;
  height: 25px;
  width: 320px;
  position: absolute;
  left: 0;
  bottom: 0;
}
-----------------------------------------------------------------------------*/
.shop-block .shop {
  height: 76px;
  width: 285px;
  padding: 20px 0px 0px 35px;
  position: relative;
  text-transform: uppercase;
}
.shop-block .shop a {
  padding: 0px 10px;
  margin-left: 5px;
}
/* Cor Nome Total Online Logado Premiado e Roleta Da Sorte Pagina inicial */
.shop-block .shop p {
  margin-bottom: 5px;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
}
/* Cor Nome que fica em baixo Logado Premiado e Roleta Da Sorte Pagina inicial */
.shop-block .shop span {
  display: block;
  color: #ffffff;
  font-size: 10px;
  margin-bottom: 5px;
}
.shop-block .ninja {
  background: url(../images/shop-bg.jpg) 0px 0px no-repeat;
}
.shop-block .ninja:after {
  content: "";
  background: url(#) no-repeat;
  position: absolute;
  right: 27px;
  top: -10px;
  width: 112px;
  height: 106px;
}
.shop-block .sura {
  background: url(../images/shop-bg.jpg) 0px -96px no-repeat;
}
.shop-block .sura:after {
  content: "";
  background: url(#) no-repeat;
  position: absolute;
  right: 17px;
  top: -9px;
  width: 130px;
  height: 105px;
}
.shop-block .szarfa {
  background: url(../images/shop-bg.jpg) 0px -192px no-repeat;
}
.shop-block .szarfa:after {
  content: "";
  background: url(#) no-repeat;
  position: absolute;
  right: 34px;
  top: -15px;
  width: 104px;
  height: 113px;
}
.shop-block .baulendario {
  background: url(../images/shop-bg.jpg) 0px -192px no-repeat;
}
.shop-block .baulendario:after {
  content: "";
  background: url(../images/bau-lendario.png) no-repeat;
  position: absolute;
  right: 34px;
  top: -15px;
  width: 104px;
  height: 113px;
}
.login-block-b {
  background: url(../images/login-bg-top.jpg) top no-repeat;
}
.block-p {
  padding: 25px 30px;
  min-height: 100px;
}
.block-l {
  padding: 25px 0px;
  min-height: 100px;
}
.license {
  margin: 20px 0px;
}
.login-block {
  background: url(../images/loginnevareth.png) no-repeat;
}
/* Cor Do Logar No Painel Pagina inicial */
.login-block .login-title {
  font-weight: bold;
  color: #ffffff;
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 45px;
}
/* barra que traço fica meio tela cortando letras paroo
.login-block .login-title:after {
  content: "";
  height: 1px;
  background: #132f45;
  width: 100%;
  left: 0;
  margin-top: 37px;
  position: absolute;
}*/
/* Cor Ou Do Lado De Registrar Pagina inicial */
.login-block .login-title span {
  float: right;
  font-weight: normal;
  font-size: 11px;
  color: #ffffff;
  margin-top: 5px;
}
/* Cor Do Registrar Pagina inicial */
.login-block .login-title span a {
  font-weight: bold;
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.login-block input {
  width: 220px;
}
/* Cor Repera Senha e Recuperar Codigo Pagina inicial */
.login-block .lost-pass {
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
}
/* Sombra Do Botao Entrar Codigo Pagina inicial */
.login-button {
  background: url(../images/login-button.jpg) no-repeat;
  width: 109px;
  height: 35px;
  margin-left: 0px;
  margin-right: 30px;
  padding-top: 15px
  box-shadow: 0px 0px 29px 1px #1b532d;
}
.lk-title {
  padding: 0px 30px 30px 30px;
}
.lk-title button {
  float: right;
  margin-left: 17px;
  margin-top: 3px;
}
.lk-title .coins {
  float: right;
  color: #ff9b39;
  font-weight: bold;
  font-size: 14px;
  margin-top: 3px;
  display: inline-block;
  margin-bottom: 10px;
}
.lk-title .username {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
}
.lk-form li {
  position: relative;
}
.lk-form li a {
  display: block;
  padding: 10px 25px 10px 60px;
  text-decoration: none;
  color: #95b2bc;
  font-size: 14px;
  border-top: 1px solid #15334a;
}
.lk-form li b {
  font-weight: normal;
  color: #00cd52;
}
.lk-form li span {
  float: right;
}
.lk-form li:hover {
  background: #132f45;
  box-shadow: 0px 11px 31px -9px rgba(0, 0, 0, 0.1);
}
.lk-form li:before {
  content: "";
  background: url(../images/nav.png) -5px 0px no-repeat;
  height: 8px;
  width: 5px;
  margin-right: 15px;
  position: absolute;
  left: 35px;
  top: 13px;
  opacity: 0.3;
}
.lk-form li:last-child:before {
  content: "";
  background: url(../images/close-icon.png) 0px 0px no-repeat;
  height: 8px;
  width: 8px;
  opacity: 0.4;
}
/* Cor Nome Ranking Players e Guild  pagiona inicial */ 
.sidebar-title {
  background: url(../images/sidebar-title-bg.jpg) repeat-x;
  height: 48px;
  line-height: 48px;
  width: 250px;
  font-weight: bold;
  font-size: 18px;
  color: #ffffff;
  text-transform: uppercase;
  padding: 0px 35px;
  position: relative;
}
/* Cor Numero Top 10 Ranking Players pagiona inicial*/
.best-players-title span {
  background: url(../images/flag-icon.png) no-repeat;
  width: 59px;
  height: 62px;
  padding-top: 5px;
  text-align: center;
  position: absolute;
  right: 30px;
  top: -1px;
  line-height: 16px;
  font-size: 10px;
  color: #ffffff;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
}


.best-players-title span b {
  display: block;
  font-size: 30px;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
}

.best-players-title-red span {
/* Cor Numero Top 5 Ranking Guild pagiona inicial*/
  background: url(../images/flag-icon-red.png) no-repeat;
  width: 59px;
  height: 62px;
  padding-top: 5px;
  text-align: center;
  position: absolute;
  right: 30px;
  top: -1px;
  line-height: 16px;
  font-size: 10px;
  color: #ffffff;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
}


.best-players-title-red span b {
  display: block;
  font-size: 30px;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
}
.player-info {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  color: #ffffff;
  height: 35px;
  line-height: 35px;
  padding: 0px 6px 0px 12px;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
  font-size: 14px;
  background-color: rgba(0, 0, 0, 0.5);
  background-image: none;
}
.player-info .top-number {
  font-size: 18px;
  width: 24px;
}
.player-info .top-ava {
  width: 40px;
  padding-top: 5px;
  position: relative;
  z-index: 1;
}
.player-info .top-ava img {
  width: 29px;
  height: 17px;
}
.player-info .top-name {
  width: 100px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.bloor-ava {
  position: absolute;
  left: 0;
  top: 9px;
  transform: scale(1.1);
  z-index: -1;
  filter: blur(3px);
  -webkit-filter: blur(3px);
}
.top-r {
/* Cor Do Lvl Ranking Players pagiona inicial */ 
  width: 85px;
  color: #FFFFFF;
  text-align: right;
}
.top-r a {
  display: none;
  margin: 10px 5px 0px 0px;
  padding: 0px 5px;
  margin-left: 0px;
}
.top-r a img {
  margin: 0px 0px -1px 4px;
}
.player-info:hover {
/* cor quando passa mouse ranking player e guild pagiona inicial*/
  background-color: rgba(0,0,0,0.5);
  box-shadow: 0px 8px 43px -17px rgba(0, 0, 0, 0.5);
}
.player-info:hover .top-r span {
  display: none;
}
.player-info:hover .top-r a {
  display: inline-block;
}
.block-bt {
  background: url(../images/sidebar-bg-top.jpg) top no-repeat, url(../images/sidebar-bg-bottom.jpg) bottom no-repeat;
}
.block-t {
  background: url(../images/sidebar-bg-top.jpg) top no-repeat;
}
.fast-links-block li {
  margin-bottom: 25px;
  position: relative;
  padding-left: 25px;
}
.fast-links-block li a {
  color: #95b2bc;
  font-size: 14px;
  text-decoration: none;
}
.fast-links-block li a:hover {
  text-decoration: underline;
  color: #24698f;
}
.fast-links-block li:before {
  content: "";
  background: url(../images/nav.png) -5px 0px no-repeat;
  height: 8px;
  width: 5px;
  margin-right: 15px;
  position: absolute;
  left: 10px;
  top: 3px;
  opacity: 0.6;
}
.fast-links-block li:last-child {
  margin-bottom: 0px;
}


.footer {
  height: 385px;
  position: relative;
}
.footer-links-block {
  background: url(../images/footer-links-bg.png);
}
.footer-links-block-i {
  background: url(../images/footer-links-bg-i.png) center bottom no-repeat;
  padding: 40px 50px 10px 50px;
}
.footer-logo {
  float: left;
  margin-top: -15px;
}
.footer-logo a {
  display: block;
  background: url(../images/footer-logos.png) no-repeat;
  width: 208px;
  height: 83px;
}
.footer-s {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-bottom: 10px;
}
.footer-s span {
  width: 150px;
  margin-left: 60px;
  display: block;
  margin-bottom: 20px;
}
.footer-s a {
  color: #45505b;
  font-size: 14px;
  text-decoration: none;
  text-align: left;
  position: relative;
}
.footer-s a:before {
  content: "";
  background: url(../images/nav.png) -5px 0px no-repeat;
  height: 8px;
  width: 5px;
  margin-right: 15px;
  position: absolute;
  left: -14px;
  top: 5px;
  opacity: 0.1;
}
.footer-s a:hover {
  color: #fff;
}
.footer-s a:hover:before {
  opacity: 1;
}
.footer-nav {
  display: flex;
  padding: 50px 15px 50px 45px;
  border-bottom: 1px dotted #1d3750;
}

.soc-links {
  padding-top: 8px;
}
.soc-links a {
  display: inline-block;
  height: 16px;
  margin-right: 15px;
}
.soc-links .facebook {
  background: url(../images/soc-sprite.png) 0px 0px no-repeat;
  width: 7px;
}
.soc-links .inst {
  background: url(../images/soc-sprite.png) -24px 0px no-repeat;
  width: 17px;
}
.soc-links .twitter {
  background: url(../images/soc-sprite.png) -58px 0px no-repeat;
  width: 17px;
}
.banner {
  margin: 0px 30px 0px 50px;
}
.f-menu {
  padding-top: 8px;
}
.f-menu li {
  display: inline-block;
  border-right: 1px solid #3e4953;
  padding: 0px 35px 0px 34px;
}
.f-menu li a {
  text-decoration: none;
  text-transform: uppercase;
  color: #95b2bc;
  font-size: 12px;
}
.f-menu li a:hover {
  color: #74c564;
  text-shadow: 0px 0px 20px #74c564;
}
.f-menu li:last-child {
  border-right: none;
}
.footer-info {
/* Cor das descrição jogo esta online para fins de lazer final paginal pagiona inicial */ 
  padding: 35px 45px 0px 45px;
  text-transform: uppercase;
  font-size: 11px;
  color: #ffffff;
}
.footer-info .terms {
  float: right;
}
#toTop {
  width: 40px;
  height: 40px;
  background: url(../images/top-button.png) no-repeat;
  position: absolute;
  left: 50%;
  margin-left: -20px;
  bottom: 70px;
  cursor: pointer;
}
.modalx-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  cursor: pointer;
  overflow: auto;
  visibility: hidden;
  -webkit-transition: background 0.25s linear;
  -moz-transition: background 0.25s linear;
  transition: background 0.25s linear;
}
.video_modal {
  width: 1000px;
  height: 540px;
  background: url(../images/popup_bg.jpg) no-repeat;
  box-shadow: 0px 10px 63px 0px rgba(0, 0, 0, 0.5);
}
.imagem_modal {
  width: 1000px;
  height: 540px;
  left:15%;
  overflow: auto;
  visibility: hidden;
  /*background: url(../images/popup_bg.jpg) no-repeat;*/
  box-shadow: 0px 10px 63px 0px rgba(0, 0, 0, 0.5);
}
#login_modal,
#reg_modal {
  width: 450px;
  background: url(../images/sidebar-bg.png);
  box-shadow: 0px 10px 63px 0px rgba(0, 0, 0, 0.5);
}
.modal_window {
  z-index: 9999;
  position: relative;
  cursor: auto;
  margin: 0 auto;
  display: none;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  transition: all 0.25s linear;
  margin-bottom: 20px;
  transform: scale(0.4);
}
.close-r {
  display: block;
  position: absolute;
  margin-top: -21px;
  width: 70px;
  height: 70px;
  background: url(../images/close_popup.png) no-repeat;
}
.video_modal .close-r {
  margin-left: 970px;
}
#login_modal .close-r,
#reg_modal .close-r {
  margin-left: 417px;
  margin-top: -27px;
}
.modal_window iframe {
  border: 0px;
}
/* Popup
------------Barra Do Registrar Perto X Do Close-----------------------------------------------------------------*/
.popup-block {
  padding: 40px 50px 20px 50px;
  border-top: 1px solid #000000;
  color: #ffffff;
}
.reg-title {
  font-weight: bold;
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  padding-bottom: 18px;
  margin-bottom: 20px;
  border-bottom: 1px solid #000000;
}
/*COR DO Registre do (Ou)Ou Registar */
.reg-title span {
  float: right;
  font-weight: normal;
  font-size: 11px;
  color: #ffffff;
  margin-top: 5px;
}
.reg-title span a {
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.connect-f {
  margin: 0px 0px 15px 0px;
}
.connect-f button {
  background: url(../images/connect-f.jpg) no-repeat;
  width: 349px;
  height: 40px;
  margin-left: 0px;
  border: none;
  box-shadow: 0px 12px 31px -12px rgba(0, 0, 0, 0.5);
}
.or {
  text-transform: uppercase;
  text-align: center;
  position: relative;
  margin-bottom: 15px;
}
.or span:before {
  content: "";
  border-top: 1px dotted #000000;
  height: 1px;
  width: 41%;
  position: absolute;
  left: 0;
  bottom: 4px;
}
.or span:after {
  content: "";
  border-top: 1px dotted #000000;
  height: 1px;
  width: 41%;
  position: absolute;
  right: 0;
  bottom: 4px;
}
.reg-form p {
  color: #fff;
  font-size: 11px;
  text-transform: uppercase;
}
.reg-form input {
  margin-bottom: 25px;
  width: 310px;
  background: rgba(9, 9, 11, 0.6);
}
.pass {
  width: 156px;
  display: inline-block;
}
.pass input {
  width: 126px;
}
.first-pass {
  margin-right: 25px;
}
.license-l {
  margin-top: 4px;
  padding-bottom: 20px;
  text-transform: none;
  border-bottom: 1px dotted #000000;
}
/*Cor do simbolo de certo da caixinha Lembre-se de min quando marca caixa Pagina inicial*/
.license-l a {
  color: #ffffff;
}
.license-l a:hover {
  text-decoration: none;
}
.license-l div {
  margin-bottom: 10px;
}
.license input[type=radio],
input[type=checkbox] {
  display: none;
}
/*Cor Lembre-se de min Pagina inicial*/
.license label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 25px;
  color: #ffffff;
  font-size: 14px;
}
.license input[type=checkbox]:checked + label {
/*Cor Lembre-se de min quando marca caixa Pagina inicial*/
  color: #ffffff;
}
.license input[type=checkbox]:checked + label:before {
	/*1 Cor caixinha Lembre-se de min quando marca caixa Pagina inicial*/
	/*2 Cor da borda caixinha Lembre-se de min quando marca caixa Pagina inicial*/
  content: "";
  text-align: center;
  width: 14px;
  height: 14px;
  background: url(../images/checkboox.png) center no-repeat; /*imagem do simbolo certo Caixinha Lembre-se de min quando marca caixa Pagina inicial*/
  background-color: rgba(0,0,0,0.5);
  border: 1px solid #000000;
  border-radius: 1px;
}
.license label:before {
/*Cor da borda Caixinha Lembre-se de min antes de  marca caixa Pagina inicial*/
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 10px;
  position: absolute;
  left: 0;
  bottom: 0;
  border: 1px solid #000000;
  border-radius: 1px;
}
.reg-form {
  padding-bottom: 25px;
}
.reg-buttons {
  margin-top: 25px;
}
.reg-buttons a {
  cursor: pointer;
}
.reg-buttons button:after {
  display: none;
}
.but {
/*Cor da borda Botao Gerar Codigo Para Recuperar Conta No Menu Registrar Top Da Pagina*/
  background: none;
  border: 1px solid #000000;
  padding: 10px 25px;
  border-radius: 3px;
  /*Cor Da Escrita Gerar Botao Gerar Codigo Para Recuperar Conta No Menu Registrar Top Da Pagina*/
  color: #ffffff;
  font-size: 11px;
  text-transform: uppercase;
  display: inline-block;
  height: auto;
  line-height: 100%;
  box-shadow: none;
  font-weight: normal;
}
.sign,
.can {
  float: right;
}
.cont {
  margin-right: 7px;
}
.title-b {
  margin-bottom: 25px;
}
.forgot {
  float: right;
}
.bubblingG {

	text-align: center;

	width: 100px;

	height: 63px;

}

.bubblingG span {

	display: inline-block;

	vertical-align: middle;

	width: 13px;

	height: 13px;

	margin: 31px auto;

	background: #070b0c;

	-moz-border-radius: 63px;

	-moz-animation: bubblingG 0.8s infinite alternate;

	-webkit-border-radius: 63px;

	-webkit-animation: bubblingG 0.8s infinite alternate;

	-ms-border-radius: 63px;

	-ms-animation: bubblingG 0.8s infinite alternate;

	-o-border-radius: 63px;

	-o-animation: bubblingG 0.8s infinite alternate;

	border-radius: 63px;

	animation: bubblingG 0.8s infinite alternate;

}

#bubblingG_1 {

	-moz-animation-delay: 0s;

	-webkit-animation-delay: 0s;

	-ms-animation-delay: 0s;

	-o-animation-delay: 0s;

	animation-delay: 0s;

}

#bubblingG_2 {

	-moz-animation-delay: 0.24s;

	-webkit-animation-delay: 0.24s;

	-ms-animation-delay: 0.24s;

	-o-animation-delay: 0.24s;

	animation-delay: 0.24s;

}

#bubblingG_3 {

	-moz-animation-delay: 0.48s;

	-webkit-animation-delay: 0.48s;

	-ms-animation-delay: 0.48s;

	-o-animation-delay: 0.48s;

	animation-delay: 0.48s;

}

 @-moz-keyframes bubblingG {

0% {

	width: 13px;

	height: 13px;

	background-color:#1E3438;

	-moz-transform: translateY(0);

}

 100% {

	width: 30px;

	height: 30px;

	background-color:#121F21;

	-moz-transform: translateY(-26px);

}

}

 @-webkit-keyframes bubblingG {

0% {

	width: 13px;

	height: 13px;

	background-color:#1E3438;

	-webkit-transform: translateY(0);

}

 100% {

	width: 30px;

	height: 30px;

	background-color:#121F21;

	-webkit-transform: translateY(-26px);

}

}

 @-ms-keyframes bubblingG {

0% {

	width: 13px;

	height: 13px;

	background-color:#1E3438;

	-ms-transform: translateY(0);

}

 100% {

	width: 30px;

	height: 30px;

	background-color:#121F21;

	-ms-transform: translateY(-26px);

}

}

 @-o-keyframes bubblingG {

0% {

	width: 13px;

	height: 13px;

	background-color:#1E3438;

	-o-transform: translateY(0);

}

 100% {

	width: 30px;

	height: 30px;

	background-color:#121F21;

	-o-transform: translateY(-26px);

}

}

 @keyframes bubblingG {

0% {

	width: 13px;

	height: 13px;
 /*# bolinha Carregando Quando Vai Abrir Alguma Coisa Que Clica Ou atualizar pagina */
	background-color: rgba(0,0,0,0.5);

	transform: translateY(0);

}

 100% {

	width: 30px;

	height: 30px;
 /*# bolinha Carregando Quando Vai Abrir Alguma Coisa Que Clica Ou atualizar pagina */
	background-color: rgba(0,0,0,0.5);

	transform: translateY(-26px); 

}

}
/*# sourceMappingURL=style.css.map */
.cbP-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cbP-block a {
  height: 48px;
  width: 95px;
  display: block;
  text-transform: uppercase;
  padding: 19px 0px 0px 65px;
  text-decoration: none;
}
.cbP-block a p {
  font-weight: bold;
  font-size: 14px;
  color: #7a939d;
  margin-bottom: 0px;
}
.cbP-block a span {
  color: #3d4650;
  font-size: 9px;
}
.cbP-block .bonus {
  background: #122735 url(../images/bg_painel.jpg) 0px 2px no-repeat;
  border-right: 1px solid #163140;
  border-bottom: 1px solid #163140;
}
.cbP-block .facebook {
  background: #122735 url(../images/bg_painel.jpg) -159px 2px no-repeat;
  border-bottom: 1px solid #163140;
}
.cbP-block .support {
  background: #122735 url(../images/bg_painel.jpg) 0px -67px no-repeat;
  border-right: 1px solid #163140;
}
.cbP-block .shop {
  background: #122735 url(../images/bg_painel.jpg) -159px -67px no-repeat;
}


/*Cor Da Linha Pontilhada Debaixo Do Meu Perfil  Distribuir Pontos Depois Fais Login*/

.cbPs {
  border-bottom: 1px dotted #000000;
  padding-top: 14px;
  min-height: 50px;
  line-height: 18px;
}
.cbPs img {
/*Sombra Dos Icone Depois Fais Login Meu Perfil Distribuir Pontos Etc*/
  float: left;
  margin-right: 14px;
  box-shadow: 5px 5px 19px 0px rgba(0, 0, 0, 0.3);
  width: 36px;
  border-radius:50%;
  height: 36px;
}
.cbPs .cbPs-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/*Titulo Dos Icone Depois Fais Login Meu Perfil Distribuir Pontos Etc*/
.cbPs .cbPs-title a {
  background-color: rgba(255,255,255,0.1);
  font-weight:bold;
  text-decoration: none;
}
/*Sub Titulo Dos Icone Depois Fais Login Meu Perfil Distribuir Pontos Etc*/
.cbPs .cbPs-autor {
  font-size: 12px;
  color: #ffffff;
}
.cbPs .cbPs-autor a {
  font-size: 12px;
  color: #24698f;
}
.cbPs .cbPs-autor a:hover {
  text-decoration: none;
}
.cbPs .cbPs-autor span {
  margin-left: 25px;
  position: relative;
}
.cbPs .cbPs-autor span:before {
  content: "";
  border-left: 1px solid #373034;
  height: 6px;
  width: 1px;
  position: absolute;
  margin-top: 7px;
  margin-left: -12px;
}
.cbPs:last-child {
  border-bottom: none;
}






/*header*/
header,article,aside,details,figcaption,figure,footer,hgroup,menu,nav,section{display:block;margin:0;padding:0;vertical-align:baseline}
.header{position:fixed;top:0;width:100%;height:60px;padding-top:20px;background-color:#000;background-color:rgba(0,0,0,0.85);z-index:100}
.header h1, .header .link, .header .m1, .header .m3, .header .btn_hide{position:absolute}
.header a, .header .default, .header .hover{display:block}
.header h1{left:50px;top:18px}
.header h1 a{width:154px;height:43px}
.header .link{right:50px;top:31px}
.header .link li{float:left;margin-left:40px}
.header .link li a{width:26px;height:24px}
.header .link .l1 a{background-position:-154px 0}
.header .link .l2 a{background-position:-180px 0}
.header .link .l3 a{background-position:-206px 0}
.header .menu{position:relative;width:155px;padding-left:71px;margin:0 auto}
.header .menu a{position:relative}
.header .menu li p{width:122px;height:15px;margin:-4px auto 0;background-position:0 -281px}
.header .m1, .header .m3{top:0}
.header .m1{left:-213px;width:154px;}
.header .m3{right:-210px}
.header .m1 a{width:154px;height:41px}
.header .m2 a{width:155px;height:41px}
.header .m3 a{width:80px;height:41px}
.header .default, .header .hover{width:100%;height:100%;-webkit-transition:all 500ms ease;transition:all 500ms ease}
.header .hover{position:absolute;left:0;top:0;opacity:0;visibility:hidden}
.header .m1 .default{background-position:0 -112px}
.header .m2 .default{background-position:-154px -112px}
.header .m3 .default{background-position:-309px -112px}
.header .m1 .hover{background-position:0 -153px}
.header .m2 .hover{background-position:-154px -153px}
.header .m3 .hover{background-position:-309px -153px}
.header .menu a:hover .default, .header .menu .on a .default{opacity:0}
.header .menu a:hover .hover, .header .menu .on a .hover{opacity:1;visibility:visible}
.header .btn_hide{right:50px;top:110px;width:170px;height:40px;background-position:0 -43px}

/*CheckBox Model*/
.niceform input[type=radio] {
visibility: hidden;
margin-right: 8px;
cursor: pointer;
}
.niceform input[type=radio]:before {
content: " ";
background-color: #ccc;
display: inline-block;
margin-right: 15px;
width: 6px;
height: 6px;
border: 3px solid #fff;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
visibility: visible;
box-shadow: 0 0 0px 2px #999;
}
.niceform input[type=radio]:checked:before {
background-color: #052;
}
.niceform input[type=checkbox] {
visibility: hidden;
margin-right: 8px;
cursor: pointer;
}
.niceform input[type=checkbox]:before {
content: "f00c";
display: inline-block;
margin-right: 15px;
width: 12px;
height: 12px;
visibility: visible;
border: 2px dashed #999;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
line-height: 12px;
font-size: 14px;
text-align: center;
font-weight: bold;
color: #052;
}
.niceform input[type=checkbox]:checked:before {
content: "\f00c";
}


.light {
    background: url(https://templstock.com/static/demo/html/nious/images/light.png) no-repeat;
    position: absolute;
    width: 151px;
    height: 154px;
    left: 135px;
    bottom: 17px;
    left: 149px;
    bottom: 101px;
    opacity: 0.8;
    animation-name: light;
    animation-duration: 22s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}
#kaah { 
       background-color:#1c1918; 

       border: 1px solid #2b261d; 

       width:98%; 

       margin-left:6px; 
       
       margin-top:6px;
	   padding-bottom:5px;
}

#inputname { 

       background-color:#1c1918; 

       border: 1px solid #2b261d; 

       width:20%; 
	   
	   height:25px;

       margin-left:6px; 
       
       margin-top:6px;
	   
	   text-align:center;
	   
	   box-shadow:0px;
	   
	   font-family:Calibri;
	   
	   font-size:14px;
	   
	   
	   
}

#inputsWebs { 

       background-color:#1c1918; 

       border: 1px solid #2b261d; 

       width:30%; 
	   
	   height:40px;

       margin-left:6px; 
       
       margin-top:6px;
	   
	   text-align:center;
	   
	   box-shadow:0px;
	   
	   font-family:Calibri;
	   
	   font-size:14px;
	   
	   
	   
}

#inputtext{
	
	
       background-color:#1c1918; 

       border: 1px solid #2b261d; 

       width:79.5%; 
	   
	   height:25px;

       margin-left:6px; 
       
       margin-top:6px;
	   
	   text-align:center;
	   
	   box-shadow:0px;
	
}

#registerInput{
	
	
       background-color:#1c1918; 

       border: 1px solid #2b261d; 

       width:79.5%; 
	   
	   height:25px;

       margin-left:6px; 
       
       margin-top:6px;
	   
	   text-align:left;
	   
	   box-shadow:0px;
	
}

#inputmod {
	
	border:0px; 
	
	border-radius:0px; 
	
	box-shadow:null; 
	
	width:94%;

	float: left;
	
    background-color: #1c1918;
}
#lostword { 
       ackground-color: rgba(0,0,0,0.3); /*Cor Do Quadrado Dentro Do Donate*/ 

       border: 1px solid #000000; /*Cor Da Borda Do Quadrado Dentro Do Donate da linha pontilhada dentro do login meu perfil */ 

       width:99.5%; 

       margin-left:2px; 
       
       margin-top:4px;
	   padding-bottom:5px;
	   margin-bottom:3px;
	    border-radius:3px;
}
#quadro-infor { background-color: rgba(0,0,0,0.3); border: 1px solid #000000; width:98%; margin-left:6px; text-align:left; }/*Cor Do Quadrado Onde Fica Escrito ajude-nos Donate*/ 

#quadro-votar { background-color:#141211; border: 1px solid #2b261d; width:98%; margin-left:6px; text-align:left; }

#quadro-tables{ background-color:#070606; border: 1px solid #2b261d; width:98%; margin-left:6px; text-align:left; }

/* Fundo da lista de players e guild */
.top-players {
  background-image: url(../images/rankingnevareth.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.block-bt {
  background-image: url(../images/rankingnevareth.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.top-r {
    color: #FFFFFF !important;
}

.top-r span {
    color: #FFFFFF !important;
}