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;
}
/* 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;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
    width: 100%;

    background: url(../img/fon-bg-top.jpg) center top no-repeat, url(../img/fon-bg-bottom.png) center bottom no-repeat, url(../img/fon-bg-repeat.jpg) center repeat-y;
    background-color: #eaecff;
    
    font-family: arial,verdana;
    font-size: 13px;
    color: #f7ddbf;
    min-height: 100vh;
    overflow-x: hidden;
}
a {
  transition: all 0.3s ease;
  color: #c99a41;
  text-decoration: none;
}
 
h1,
h2,
h3 {
    color: #c99a41;
    font-size: 20px;
    font-weight: 700;
   /* padding: 37px 35px 0;*/
    margin-bottom: 0;
    text-transform: uppercase;
    font-family: lucida sans unicode;
    text-shadow: 2px 2px #000;
    background-size: cover;
}

.modal-content h2 {
    padding-top: 10px;
}

h1 {
  font-size: 20px;
}
h2 {
  font-size: 18px;
}
h3 {
  font-size: 16px;
}
table {
  width: 100%;
}
table td {
    padding: 11px !important;
    border-collapse: collapse;
    padding: 4px;
    border: 0px solid #64646b;
    text-align: center;
}
 
 
caption {
  margin-bottom: 15px;
}

textarea {
  color: #044f37;
  position: relative;
}

.agree{
  padding-top: 30px;
}

.agree a{
  color: #fda4ef;
  text-decoration: underline !important;
}

.agree a:hover{
  text-decoration: none !important;
}

:focus {
  outline: none;
}
::-webkit-input-placeholder {
  color: #f7b877;
  text-align: center;
}
::-moz-placeholder {
  color: #f7b877;
}
:-moz-placeholder {
  color: #f7b877;
}
:-ms-input-placeholder {
  color: #f7b877;
}
 

.flex {
  display: flex;
}
.flex-s {
  display: flex;
  justify-content: space-between;
}
.flex-s-c {
  display: flex;
  justify-content: space-between;
}
.flex-c-c {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Header
-----------------------------------------------------------------------------*/
.header {
    width: 1200px;
    min-height: 410px;
    position: relative;
    margin: 0 auto;
}

.content{
    width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 10;
}


.logo { 
    padding-top: 100px;
    display: flex;
    justify-content: flex-end;
}

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

.buttons-small{
  display: flex;
  justify-content: center;
  align-items: center; 
}

.button-small{
    width: 165px;
    height: 60px;
    transition: all .3s ease;
    cursor: url(../img/CursorAttack.png), auto;
    border: none;
    position: relative;
    z-index: 1;
    color: #fff;
    background: url(../img/bg-bottom-new.png) no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 8px 15px rgb(0 0 0 / 30%);
 
    text-shadow: 2px 2px #000;
}

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

button, .button {
    width: 165px;
    height: 60px;
    transition: all .3s ease;
    cursor: url(../img/CursorAttack.png), auto;
    border: none;
    position: relative;
    z-index: 1;
    color: #fff;
    background: url(../img/bg-bottom-new.png) no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 8px 15px rgb(0 0 0 / 30%); 
    text-shadow: 2px 2px #000;
}

.modal-content {
    background: transparent;
    box-shadow: none;
    border: none;
}

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

.topPanel__buttons a {
  top: -95px;
  left: 1100px;
}

/*menu*/

.logo_small{
display: none;
  position: absolute;
  margin-top: 20px;
  margin-left: -20px;
}

.logo_small:hover{
    display: none;
  -webkit-filter: brightness(120%);
  filter: brightness(120%);
}

.background-menu-top {
    width: 100%;
    position: fixed;
    z-index: 100;
    background: #1d1d1bd4;
    height: 66px;
    margin-top: 15px;
}
.menu-top {
    margin: 0 250px 0 250px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}


.menu-top ul {
  width: 600px;
}
.menu-top ul li {
  display: inline-block;
  margin: 0px 25px;
  position: relative;
}
.menu-top ul li:hover {
 /* background: url(../img/menu-top-active.png) center -1px no-repeat; */
}
.menu-top ul li ul {
  position: absolute;
  margin-top: -15px;
  margin-left: -80px;
  opacity: 0;
  left: -9999px;
  z-index: 9999;
  width: 160px;
  background-color: #1a1225;
  /*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(../img/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: #7a939d !important;
  box-shadow: none !important;
  text-shadow: none !important;
}
.menu-top ul li ul li a:hover {
  color: #fff !important;
  background-color: #0d0615;
}
.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: 35px 10px;
  display: block;
  font-weight: bold;
  border-top: 2px solid rgba(0, 0, 0, 0);
}
.menu-top ul li a:hover {
  border-top: 2px solid #fff;
  text-shadow: 0px 0px 27px #fff;
  color: #fff;
}
.menu-top ul li:hover ul {
  left: 50%;
  opacity: 1;
}

.menu-top .active {
  /*background: url(../img/menu-top-active.png) center -1px no-repeat; */
}
.myaccount-table tr td {
    background: black;
}
.menu-top .active a {
  text-shadow: 0px 0px 27px #fff;
  color: #fff;
  border-top: 2px solid #fff;
}
.menu-top-left {
  float: left;
  padding-right: 50px;
}
.menu-top-right {
  float: right;
  padding-left: 50px;
}

.menu-top li a {
    color: #d8d7d7;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    display: block; 
    position: relative;
}

ul {
     list-style-type: none;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

ul.ba {
    list-style-type: none;
}

li {
     list-style-type: none;
}

li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

li.ba {
    list-style-type: none;
}

 


 
.fa, .fas {
    font-weight: 900;
}

.fa, .far, .fas {
    font-family: "Font Awesome 5 Free";
}

.fa, .fab, .fal, .far, .fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

.button-menu {
    margin-right: 11px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    padding-top: 5px;
    background-color: #1d1d1bd4;
    height: 27px;
    width: 27px;
}

/*server-load*/

.server-load {
  display: none;  
  position: absolute;
  top: 0;
  left: 455px;
  background: url(../img/server-load-bg.png) no-repeat;
  width: 304px;
  height: 167px;
  text-align: center;
  margin: 0 auto;
  padding-left: 2px;
}

.server-load:after{
  content: "";
  position: absolute;
  width: 34px;
  height: 33px;
  background: url(../img/online_1.png) no-repeat;
  left: 134px;
  bottom: 24px;
}

.server-load:before{
  content: "";
  position: absolute;
  width: 34px;
  height: 33px;
  background: url(../img/offline_1.png) no-repeat;
  left: 134px;
  bottom: 24px;
}

.circle-online {
  text-align: center;
  position: relative;
  display: inline-block;
  padding-top: 1px;
  margin-top: 2px;
}

.serverInfo {
    display: none !important;
    background: url(../img/player-onlne-text.png) no-repeat;
    background-position: center;
    background-size: cover;
    color: #fffc98;
    padding: 6px 31px 0px;
    text-shadow: 2px 2px #000;
    display: flex;
    justify-content: center;
    align-items: center; 
    margin-bottom: 13px;
    margin-left: 96px;
}
/*
.serverInfoNumber{
    margin-top: 18px;
    
}*/

.serverInfo span {
  display: block;
  width: 100%;
  text-align: center;
  position: relative;
}
.serverInfo__name {
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 7px;
}
.status-online {
  color: #9e115b;
  font-size: 18px;
  font-family: 'Candara'
}
/*server-load end*/

/*end menu*/


/*download, registration, net*/

.methods {
    display: flex;
    justify-content: center;
    margin: 20px 5px;
}
.packages {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    margin-bottom: 3px;
}

.pix {
    text-align: center; 
    color: #b7792c;
    font-size: 20px;
    font-weight: 700;
    font-family: lucida sans unicode;
    text-shadow: 2px 2px #000;
}

.payment {
    width: 250px;
    margin: 0 2px;
}

.fast-button{
    display: flex; 
    margin-bottom: 5px;
    align-items: flex-end;
}

.download-block  {
    border-radius: 5px;
    cursor: url(../img/CursorAttack.png), auto;
    display: flex;
    height: 125px;
    width: 398px;
    background: url(../img/download-new3.png) no-repeat;
}

.soc-block-h {
    position: absolute;
}

.big-light-2 { 
    position: absolute; 
    left: 450px; 
}
 
.blue-light {
    background: url(../img/blue-light.png);
    width: 300px;
    height: 300px;
    top: 5px;
    left: 0px;
    position: absolute;
    animation: 12s p-next linear infinite;
    opacity: 0.7;
}

.yellow-light {
    background: url(../img/yellow-light.png);
    width: 300px;
    height: 300px;
    top: 5px;
    left: 0px;
    position: absolute;
    animation: 12s p-prev linear infinite;
    opacity: 0.7;
}

@keyframes p-next{
    0%{
        transform:rotate(0deg)
    }
    50%{
        transform:rotate(180deg)
    }
    100%{
        transform:rotate(360deg)
    }
}
@keyframes p-prev{
    0%{
        transform:rotate(0deg)
    }
    50%{
        transform:rotate(-180deg)
    }
    100%{
        transform:rotate(-360deg)
    }
}

.download-block a {
  padding-left: 172px;
  padding-top: 40px;
  text-align: left;
  font-weight: 600;
}

.download-block span {
  font-weight: bold;
  font-style: italic;
/*  background: linear-gradient(#a6ffe3, #fff);*/
  background: linear-gradient(#ffd4a7, #fff);
  -webkit-background-clip: text; 
  -webkit-text-fill-color: transparent;
  text-shadow:none;
/*  font-size: 36px;*/
  font-size: 28px;
}

.download-block p{
  font-size: 14px;
  font-style: italic;
  padding-top: 5px;
  color: #27272a;
  text-shadow: rgba(255, 255, 255, 0.33) 0px 1px 2px;
}

.download-block:hover {
  -webkit-filter: brightness(110%);
  filter: brightness(110%);
}


.registration-block  {
    display: flex; 
    align-items: center;
    text-align: center;
    width: 100%;
    flex-direction: column;
    border-radius: 5px; 
    height: 158px;
    width: 398px;
    margin-left: 2px;
    background: url(../img/onlinebig2.png) no-repeat;
}

.registration-block a {
  padding-left: 172px;
  padding-top: 40px;
  text-align: left;
  font-weight: 600;
}

.registration-block span {
  font-weight: bold;
  font-style: italic;
/*  background: linear-gradient(#ffa7e5, #fff);*/
/*  background: linear-gradient(#a6ffe3, #fff);*/
  background: #fffc98;
  -webkit-background-clip: text; 
  -webkit-text-fill-color: transparent;
  text-shadow:none;
/*  font-size: 32px;*/
  font-size: 36px;
}

.registration-block p{
  font-size: 14px;
  font-style: italic;
  padding-top: 5px;
  color: #27272a;
  text-shadow: rgba(255, 255, 255, 0.33) 0px 1px 2px;
}

.registration-block:hover {
  -webkit-filter: brightness(110%);
  filter: brightness(110%);
}

.net-block {
  width: 398px;
  height: 125px;
  background: url(../img/fon-net.png) no-repeat;
  position: relative;
  margin-left: 2px;
  margin-top: 5px;
  display: flex;
  flex-wrap: wrap;
}
.net-block a {
  display: flex;
  align-items: center;
  width: 198px;
  height: 62px;
  line-height: 62px;
  color: #fff;
  font-size: 14px;
  padding-left: 20px;
  position: relative;
  font-weight: bold;
}

.net-block div {
  background: url(../img/soc-icon-bg.png) no-repeat;
  width: 64px;
  height: 59px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  transition: 0.3s;
}

.net-block a:hover {
  padding-left: 25px;
  color: #80f9d2;
}
.net-block a:hover div {
  filter: drop-shadow(0px 5px 7px rgba(0, 0, 0, 0.3)) brightness(120%);
}
/* end download, registration, net*/

/*   slider  */
.swiper-container{
  width: 800px;
  float: left;
  height: 384.5px;
}

.modal-content {
    border-radius: 0 !important;
    margin-left: 3px;
}
.swiper-slider {
  width: 100%;
  height: 384.5px;
}

.swiper-slider .swiper-slide {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 20px;
}
.swiper-slider .swiper-slide h2 {
  color: #fff;
  font-size: 24px;
  /*background: rgba(18, 1, 11, 0.4);*/
  margin-bottom: 0px;
  font-weight: normal;
  padding: 0 0 26px 50px;
}

.swiper-slider .swiper-slide .slider-info {
  position: absolute;
  bottom: -18px;
  height: 90px;
  padding: 0px 60px;
  padding-bottom: 20px;
  width: 599px;
  left: 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  background: linear-gradient(to top, rgba(84, 60, 31, 0) 0%, rgba(0, 0, 0, 0));
}

.swiper-slider .swiper-slide .slider-info p {
  color: #fff;
  font-size: 14px;
  width: 290px;
  line-height: 1.5;
  margin-bottom: 5px;
}
.swiper-slider .swiper-pagination {
    display: none;
  height: 60px;
  line-height: 60px;
  bottom: 0 !important;
  background: #1d1d1bd4;
  border-top: 1px solid #3f2f21;
  text-align: left;
  padding-left: 40px;
}
.swiper-slider .swiper-pagination .swiper-pagination-bullet {
  border-radius: 0px;
  background: #908783;
}

.swiper-pagination-bullets .swiper-pagination-bullet{
  margin-right: 15px !important;
}


.swiper-slider .swiper-pagination .swiper-pagination-bullet-active {
  background: #fff;
}
.swiper-slider .slider-button {
  width: 55px;
  height: 55px;
}
.swiper-slider .swiper-button-next {
  background: url(../img/arrow-right-1.jpg) center no-repeat;
  right: 0;
  opacity: .05;
}

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

.swiper-slider .swiper-button-prev:hover{
  -webkit-filter: brightness(120%); 
  filter: brightness(120%);
  opacity: 0.7;
}

.swiper-slider .swiper-button-next:hover{
  -webkit-filter: brightness(120%); 
  filter: brightness(120%);
  opacity: 0.7;
}

.swiper-slider .swiper-button-disabled {
  opacity: 0.7;
}

/*   end slider*/

/*Last news*/

.news-top{
  float: right;
  height: 370px;
  width: 524px; 
  /*background: url(../img/fon-news.jpg) no-repeat;*/
  background: #1d1d1bd4;
}


.news-top-title {
    position: relative;
    display: flex;
    padding-bottom: 6px;
}

.news-top-title span {
    height: 92px;
    width: 100%;
    background: url(../img/fon-news-more.png) no-repeat;
    color: #c99a41;
    font-size: 20px;
    font-weight: 700;
    padding: 37px 35px 0;
    margin-bottom: 0;
    text-transform: uppercase;
    text-align: center;
    font-family: lucida sans unicode;
    text-shadow: 2px 2px #000;
    background-size: cover;
}

.tab-block.active {
  display: block;
  animation: tab 0.6s linear;
}

.tab-more {
  position: absolute;
  right: 0;
  color: #fff; 
  width: 20px;
  height: 20px;
  top: 50%;
  margin-top: -9px;
  line-height: 20px;
  text-align: center;
  display: block;
  text-decoration: none;
  font-size: 18px;
  margin-right: 40px;
}

.bright:hover{
  filter: brightness(120%);
  background: #322725;
}

.news-top-text{
  padding: 0px 40px 40px 40px;
}

span.news-1{
  color: #dc8a25;
}

.logout { 
    padding-top: 110px;
    display: flex;
    justify-content: center;
}

.news:hover{
    height: 42px;
    padding-top: 13px;
    background-color: #121113; 
    padding-left: 33px;
    padding-right: 47px;
    transition: 0.3s;
    box-shadow: 0px 8px 10px -3px rgba(0, 0, 0, 0.45);
}

.news:hover .news-1{
color: #fff;
}

 .news:hover .date{
color: #fff;
}

 .news:hover a{
color: #fff;
}

.date{
  color: #fff;
}

.news{
  height: 42px;
  margin: 0px -40px 0px -40px;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 13px;
}

.news a{
  width: 400px;
  text-decoration: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #f7ddbf;
}

.top-content{
  display: flex;
  background-color: rgba(19, 10, 31, 0); 
  padding-bottom: 5px;
  position: relative;
  z-index: 2;
}

/*
.top-content:after{

  content: "";
  position: absolute;
   background: url(../img/fon-top-content_1.png) no-repeat; 
  z-index: 3;
  height: 106px;
  width: 1264px;
  top: -35px;
  right: -33px;
}
*/

.top-content:before{
    display: none;
    content: "";
    position: absolute;
    /*background: url(../img/fon-top-content_2.png) bottom no-repeat; */
    z-index: 3;
    height: 59px;
    width: 1264px;
    /*  bottom: -20px; */
    right: -33px;
}

/*END Last news*/


/*--block-widget--*/

.fast-links {
    display: grid !important;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 3px; 
    max-width: 1200px; 
}


.block-widget-3Columns {
    display: grid;
    grid-template-columns: 335px 524px 335px;
    grid-gap: 1px;
    margin-top: 1px;
    max-width: 1200px;
}

.block-widget{
    display: grid;  
}

.block-widget-right{  
    margin-top: 4px;
}

.block-widget-1{
  width: 433px;
  float: left;
  position: relative;
}

.block-widget-1 .block-usercp-left {
    padding-left: 0;
    width: 385px; 
}

body > div.page-content-1 > div.block-widget-1 > div:nth-child(1) {
    height: 550px;    
}

body > div.page-content-1 > div > div:nth-child(1) > div.block-usercp {
    margin-left: 110px;    
}

/*
body > div.page-content-1 > div > div:nth-child(2) {
    height: 630px;
}
*/

.block-widget-1 .block-widget-title { 
    padding-left: 7px;
}

.block-widget-2{
padding-top: 20px;
}
/*
.block-players-left{
padding-left: 300px;
padding-right: 25px;
}
*/

.block-widget-more{
  margin-top: 10px;
  float: left;
}

.widget-fon{
  /*background: url(../img/fon-top-players.png) no-repeat;*/
  background: #1d1d1bd4;
  box-shadow: 0em 8px 8px rgba(0, 0, 0, 0);
   max-height: 630px;
  /*left: -76px;*/
  position: relative;
}

.widget-fon-guilds{
  /*background: url(../img/fon-guilds.png) no-repeat;*/
  background: #1d1d1bd4;
  box-shadow: 0em 8px 8px rgba(0, 0, 0, 0);
  max-height: 500px;
  width: 317px;  
  position: relative;
  /*right: 76px;*/
}

.widget-fon-guilds-1{
  background: url(../img/fon-guilds-1.png) no-repeat;
  box-shadow: 0em 8px 8px rgba(0, 0, 0, 0.1);
  height: 674px;
  width: 681px; 
  position: relative;
  right: 85px;
}

/*
.widget-fon-guilds-right{
padding-right: 332px;
padding-left: 25px;
}

.widget-fon-guilds-right-1{
padding-right: 25px;
padding-left: 332px;
}*/

.widget-fon-discussions{
  /*background: url(../img/fon-discussions.png) no-repeat;*/
  background: #1d1d1bd4; 
  /*width: 431px;*/
  position: relative;
  margin: 0 0 0 3px;
 
}

 

.block-players{
    margin-top: 4px;
    padding-bottom: 40px;
}
/*
.block-widget-title{ 
  padding-top: 45px;
  padding-bottom: 35px;
  color: #ff9000;
  font-size:20px;
  font-weight: bold;
  text-align: center;
}
*/

.block-widget-title {
    background: url(../img/fon-player-bg.png) no-repeat;
    top: -8px;
    padding: 45px;
    text-shadow: 2px 2px #000;
    color: #c99a41;
    font-family: verdana;
    font-size: 20px;
    font-weight: 700;
    text-align: left;
    position: relative;
}

.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 {
  width: 100%;
  padding-bottom: 15px;
}
.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-lvl sup {
  font-size: 10px;
  color: #ff0000;
  position: absolute;
  margin-top: -5px;
}

.top-block .top-Res {
  width: 90px;
}

.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: #4c3c2f;
  margin: 0 20px 0 20px;
}
.top-list a {
  color: #8c5822;
  text-decoration: none;
}
.top-list:hover {
  background-color: #1e1e1f;
 /* border-bottom: 1px solid #fff; */
  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: #fff;
  position: relative;
  z-index: 5;
}

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

.discussions-content .top-list{
    margin: 0 !important;
}

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


.top-block.guild .top-number {
    width: 60px;
}
/*--block-widget end--*/


/*widget Discussions*/

.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: #0d0615;
  color: #958ebc;
  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: #958ebc;
}

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

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


.discussions-content-block{
/*  padding-bottom: 10px;
  padding-top: 11px;*/
  padding-bottom: 4px;
  padding-top: 5px;
}

/*.discussions-content-block:hover .discussions-icon{
border: 1px solid #fff;
}

.discussions-content-block:hover .discussions-message{
  background-color: #212e2a;
  color: #fff;
}


.discussions-content-block:hover{
background-color: #0d0615;
border-bottom: 1px solid #044f37;
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: #fff;
}

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

.discussions-content {
  width: 90%;
  margin: 0 auto;
}

/*widget Discussions end*/


/**/
 
.fast-links span{
  margin-right: 3px;
}

/*fast 1*/

.fast-links-left{
  /*width: 398px; */
  height: 125px;
  background: url(../img/fast-links-left.jpg) no-repeat;
  position: relative;
  display: flex;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  padding-left: 40px;
}

.fast-links-left span {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  margin-top: -40px;
  font-style: italic;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
}

.fast-links-left p {
  font-size: 14px;
  font-style: italic;
  line-height: 1.2;
  color: #f7ddbf;
}

.fast-links-left:before {
  content: "";
  /*background: url(../img/hero-links.png) no-repeat;*/
  width: 403px;
  height: 125px;
  position: absolute;
  left: 169px;
  top: -72px;
  transition: 0.3s;
}

.fast-links-left:hover:before {
  left: 149px;
}

.fast-links-button-small{
  position: absolute;
  bottom: 10px;
  left: 10px;
}

/*fast 2*/
.fast-links-center{
  /*width: 398px;*/
  height: 125px;
  background: url(../img/fast-links-right.jpg) no-repeat;
  position: relative;
  display: flex;
  align-items: center;
  align-content: center;
  flex-wrap: wrap; 
}

/*
.fast-links-center span {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  margin-top: -40px;
  font-style: italic;
  font-size: 13px;
  font-weight: bold;
}
*/

.logoCS {
    width: 70px;
    height: 70px;
    margin: 20px 10px 20px 0px;
    background-color: #000000;
}

.webengine-language-switcher a {
    padding-left: 0;
    padding-top: 0;   
}

.csOwner {
   margin: 20px 0 20px 20px;
}

.csDetails {
    margin-left: -25px;
    margin-top: 20px;    
}

.castle-owner-widget {
    display: grid;
    grid-template-columns: 102px 163px 115px;
    grid-gap: 5px;
}

.castle-owner-widget a {
    font-size: 17px;
}

.fast-links-center p {
  font-size: 14px;
  font-style: italic;
  line-height: 1.2;
  color: #f7ddbf;
}

.fast-links-center .panel-body {
    display: flex;
    justify-content: center;
    align-items: center;
}


.fast-links-center .panel-body .text-center {
    margin-left: 25px;
    margin-top: 16px;
}



.fast-links-center .panel {
    margin-bottom: 0;
}

.fast-links-center:before {
  content: "";
  /*background: url(../img/hero-links-center.png) no-repeat; */
  width: 196px;
  height: 125px;
  position: absolute;
  right: -32px;
  top: -13px;
  transition: 0.3s;
}

.fast-links-center:hover:before {
 right: -12px;
}

/*fast 3*/
.fast-links-right{
  /*width: 398px; */
  height: 125px;
  background: url(../img/fast-links-center.jpg) no-repeat;
  position: relative;
  display: flex;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  padding-left: 30px; 
}

.fast-links-right span {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  margin-top: -40px;
  font-style: italic;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
}

.fast-links-right p {
  font-size: 14px;
  font-style: italic;
  line-height: 1.2;
  color: #f7ddbf;
}

/*
.fast-links-right:before {
  content: ""; 
  width: 400px;
  height: 220px;
  position: absolute;
  right: -70px;
  transition: 0.3s;
}
*/
.fast-links-right:hover:before {
  right: -50px;
}

/*end fast-links*/



.global-top-bar-content .col-xs-6 {
    width: unset;
}


/*footer*/

.footer{
    max-width: 1200px;
    margin: 0 auto;
}


/*To top*/

.toTop-fon{
    display: flex;
    justify-content: center;
    height: 62px; 
    background: url(../img/fon-totop.png) no-repeat;
    align-items: center;
    margin-top: 200px;
    margin-bottom: 30px;
}

.toTop { 
    background: url(../img/fon-circle.png) no-repeat;
    width: 50px;
    height: 50px;
    cursor: url(../img/CursorAttack.png), auto;
}

.toTop:hover {
  -webkit-filter: brightness(140%); 
  filter: brightness(140%);
}

/* to top end*/


/* Footer
-----------------------------------------------------------------------------*/

.footer-block-t{
  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: #f7ddbf;
  font-size: 15px;
}

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

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

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

.footer-block-coperite{
  float: left;
  width: 220px;
  padding-top: 15px;
  color: #fff;
}

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

.copyright{
/*  color: #b888ff;*/
    color: #fff;
}

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

.footer-block-r {
    text-align: right;
    float: right;
    padding-top: 25px;
    width: 220px;
}

.footer-logo{
  text-align:center;
  padding-bottom: 50px;
}

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


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

/*end footer*/

/*sparks*/

.big-light {
    width: 355px;
    height: 364px;
    position: absolute;
    left: 774px;
    top: 361px;
    animation-name: big-light;
    animation-duration: 30s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    z-index: 1;
    background: url(../img/big-light.png) no-repeat;
}

@keyframes big-light {
	0% {
		transform: rotate(0deg)
	}
	100% {
		transform: rotate(360deg)
	}
}

 

.sparks-sparks {
    right: 300px;
    position: absolute;
    top: 510px; 
}

.sparks {
	background-repeat: no-repeat;
	background-position: left 0 bottom 0;
	position: absolute
}
 

.sparks-1 {
    background-image: url(../img/sparks-1.png);
    width: 117px;
    height: 136px;
    right: 120px;
    bottom: 0px;
    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(../img/sparks-2.png);
    width: 219px;
    height: 176px;
    right: 150px;
    bottom: 30px;
    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;
    opacity: 0;
}

.sparks-3 {
    background-image: url(../img/sparks-3.png);
    width: 438px;
    height: 281px;
    right: 100px;
    bottom: 20px;
    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;
    opacity: 0;
}

@keyframes sparks-1 {
  0% {
    right: 200px;
    bottom: 10px;
    opacity: 0;
  }
  33% {
    right: 210px;
    bottom: 20px;
    opacity: 0.5;
    transform: scale(1.1);
  }
  70% {
    right: 220px;
    bottom: 30px;
    opacity: 1;
    transform: scale(1.1);
  }
  100% {
    right: 230px;
    bottom: 40px;
    opacity: 0;
    transform: scale(1.1);
  }
}
@keyframes sparks-2 {
  0% {
    right: 210px;
    bottom: 40px;
    opacity: 0;
  }
  33% {
    right: 220px;
    bottom: 50px;
    opacity: 0.5;
    transform: scale(1.1);
  }
  70% {
    right: 230px;
    bottom: 60px;
    opacity: 1;
    transform: scale(1.1);
  }
  100% {
    right: 240px;
    bottom: 70px;
    opacity: 0;
    transform: scale(1.1);
  }
}
@keyframes sparks-3 {
  0% {
    right: 120px;
    bottom: 30px;
    opacity: 0;
  }
  33% {
    right: 140px;
    bottom: 50px;
    opacity: 0.5;
    transform: scale(1.1);
  }
  70% {
    right: 160px;
    bottom: 70px;
    opacity: 1;
    transform: scale(1.1);
  }
  100% {
    right: 180px;
    bottom: 90px;
    opacity: 0;
    transform: scale(1.1);
  }
}

.sparks {
  background-repeat: no-repeat;
  background-position: left 0px bottom 0px;
  position: absolute;
}
/*end sparks*/


@media (min-width: 1900px) {
    .background-menu-top {
        max-width: 1900px;
        margin: 0 auto;
        position: static;
    }
 
}
    
@media (min-width: 1960px) {
    .modal-right { 
        margin-left: 15%;
    }
}
  
 
/*periy*/
@media (min-width: 1281px) {

.ani.stone {
  transform-origin: center center;
}
.ani.stone.on {
  opacity: 1;
}
.stone {
  display: table;
  -webkit-transition: opacity 800ms ease;
  -moz-transition: opacity 800ms ease;
  transition: opacity 800ms ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.ani {
  opacity: 0;
  position: absolute;
  text-indent: -9999px;
  font-size: 0;
  line-height: 0;
  background-repeat: no-repeat;
  background-position: 0 0;
  z-index: 2;
}
.ani.s1 {
  top: 300px;
  left: -235px;
  width: 234px;
  height: 369px;
  background: url(../img/s1.png) no-repeat 0 0;
  z-index: 3;
  animation: updown 4s infinite;
}
.ani.s2 {
  top: 100px;
  left: 1140px;
  width: 195px;
  height: 265px;
  background: url(../img/s2.png) no-repeat 0 0;
  z-index: 3;
  animation: updown2 4.2s 500ms infinite;
}
.ani.s3 {
  top: 300px;
  left: 750px;
  width: 64px;
  height: 146px;
  background: url(../img/s3.png) no-repeat 0 0;
  z-index: 3;
  animation: updown 4s 500ms infinite;
}
.ani.s4 {
  top: 500px;
  left: 200px;
  width: 144px;
  height: 261px;
  background: url(../img/s4.png) no-repeat 0 0;
  z-index: 3;
  animation: updown2 4.2s 800ms infinite;
}

.ani.s5 {
  top: 450px;
  left: 1200px;
  width: 144px;
  height: 261px;
  background: url(../img/s5.png) no-repeat 0 0;
  z-index: 3;
  animation: updown2 4.2s 800ms infinite;
}

/* Animations */
@keyframes updown {0%, 100% {transform:translateY(30px) rotate(5deg)} 50% {transform:translateY(-30px) rotate(0)}}
@keyframes updown2 {0%, 100% {transform:translateY(40px) rotate(8deg)} 50% {transform:translateY(-40px) rotate(0)}}

}
/*end periy*/

/*modal windovs*/

.modal-content form p {
  color: #fff;
}

.modal_div {
  width: 437px;
  height: 435px; 
  position: fixed;
  top: 45%;
  left: 50%;
  margin-top: -90px;
  margin-left: -212px;
  padding-left: 3px;
  display: none;
  opacity: 0;
  z-index: 199;
}

.modal_div_re {
  width: 437px;
  height: 769px;
  background: url(../img/modal-bg_re.png) no-repeat;
  position: fixed;
  top: 45%;
  left: 50%;
  margin-top: -115px;
  margin-left: -212px;
  padding-left: 3px;
  display: none;
  opacity: 0;
  z-index: 199;
}

.input-re_1{
 background: url(../img/fon-input-user.png) no-repeat !important;
 height: 107px;
 width: 350px;
 color: #fff;
 text-align: center;
 border: none;
 padding-right: 24px;
 padding-top: 7px;
 margin-left: 16px;
}

.input-re_2{
 background: url(../img/fon-input-pass.png) no-repeat !important;
 height: 107px;
 width: 350px;
 color: #fff;
 text-align: center;
 border: none;
 padding-right: 24px;
 padding-top: 7px;
 margin-left: 16px;
}

.input-re_3{
 background: url(../img/icon_modal_email.png) no-repeat !important;
 height: 107px;
 width: 350px;
 color: #fff;
 text-align: center;
 border: none;
 padding-top: 45px; 
}

#overlay {
  z-index: 190;
  position: fixed;
  background-color: #000;
  opacity: 0.8;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: url(../img/CursorAttack.png), auto;
  display: none;
}

.modal-content {
    width: 393px;
    text-align: center;
    color: #e7c195;
    background: #1d1d1bd4;
    padding-bottom: 10px;
}


.modal-content h2 {
  text-align: center; 
  font-size: 20px;
}
.modal-content h2 span {
    position: relative;
    text-transform: uppercase;
    color: #f7b877;
    /*background: url(../img/player-onlne-text.png) no-repeat;*/
    height: 35px;
    width: 260px;
    background-position: center;
    background-size: cover;
    color: #fffc98;
    margin-bottom: 15px;
    padding: 4px 25px 12px;
    text-shadow: 2px 2px #000;
    display: inline-block;
    justify-content: center;
    align-items: center;
 
}

.formButton {
  text-align: center; 
      display: flex;
    justify-content: center;
    padding-bottom: 10px;
}

/*end modal  windows*/

/*page-content*/

.page-content{
  margin: 0 auto;
  width: 1200px;
  padding: 40px 40px 40px 40px;
  background: #1d1d1bd4;
  position: relative;
  min-height: 1356px;
  display: table;
}

/*
.block-widget-1 .block-usercp ul {
    margin-left: 50px;
}

.block-widget-1 .block-usercp .button-small {
    margin-left: 75px;
}
*/

body > div.page-content-1 > div.block-widget-1 > div:nth-child(1) > a {
    margin-left: 134px;
}

.page-content-1{
    display: grid !important;
    grid-template-columns: 385px 705px;
    margin: 0 auto;
    width: 1200px;
    padding: 40px 40px 40px 40px;
    background: #1d1d1bd4;
    position: relative; 
    display: table;
    min-height: 1200px;
}

.page-content-1 .page-title {
    margin-top: 0;
}


.page-content-1 .col-xs-offset-2 {
    margin-left: 0;
}

.page-content-1 .col-xs-8 {
    width: unset;
}

.block-widget-1 a {
    font-size: 15px;
}

.page-content-logout{
  margin: 0 auto;
  width: 1200px;
  min-height: 700px;
  /*padding: 40px 240px 40px 240px;*/
  background: #1d1d1bd4;
  position: relative; 
  display: table;
}

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

.page-title{ 
    height: 93px;
    background: url(../img/fon-news-more.png) no-repeat;
    color: #c99a41;
    font-size: 20px;
    font-weight: 700;
    padding: 37px 35px 0;
    margin-bottom: 0;
    text-transform: uppercase;
    text-align: center;
    font-family: lucida sans unicode;
    text-shadow: 2px 2px #000;
    background-size: cover;
}

.page-title-time{
  padding-top: 25px;
  color: #ca25ca;
  font-size: 18px;
}

.page-title-time span{
  color: #ff68ff;
  font-size: 22px;
}

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

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

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

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

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

.page-text-img{
  height: 337px;
  width: 677px;
}

/*end page-content*/

/*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: #212231;
}
.client-text span {
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 9px;
  color: #fff;
}

.page-content {
    z-index: 99999;
}
.alert {
    margin-top: 1rem;
}
sup {
    color: red;
}
.page-content .page-text {
    position: relative;
    z-index: 999;
}

/*end download*/

/* 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: #824522;
	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: #c37c4a;
	font-size: 16px;
}


.block-usercp-left {
    padding-left: 166px;
}


.block-usercp{
    margin-bottom: 20px; 
}

.block-usercp-body {
    padding: 15px;
    margin-left: 65px;
}

.block-usercp ul li {
    line-height: 30px;
}

.block-usercp ul li a {
    color: #c99a41;
}

.block-usercp ul li a:active, .block-usercp ul li a:hover {
	color: #fff !important;
}

.block-usercp ul li img {
    position: relative;
    top: -2px;
    padding-right: 10px;
}

/*
.block-usercp.widget-fon.block-usercp-left {
    padding-right: 35px;
    padding-left: 350px;
/*    text-align: center;*/
}
*/
.module-rules strong {
    color: #ca25ca;
    font-size: 17px;
}

.module-tos strong {
    color: #ca25ca;
    font-size: 17px;
}

.module-privacy strong {
    color: #ca25ca;
    font-size: 17px;
}

.usercp-unreadmessages {
    position: relative;
    z-index: 1;
    border: 2px solid #ff68ff;
    border-style: dotted;
    padding: 7px;
    text-align: center;
}
.usercp-unreadmessages a:link, .usercp-unreadmessages a:visited {color: #fff;}
.usercp-unreadmessages a:hover, .usercp-unreadmessages a:active {color: #ff68ff !important;}

.servertime-block  {
    border-radius: 5px;
    height: 125px;
    width: 398px;
    margin-left: 2px;
    background: url(../img/hour.png) no-repeat;
}

/*.servertime-block a {
  padding-left: 172px;
  padding-top: 40px;
  text-align: left;
  font-weight: 600;
}

.servertime-block span {
  font-weight: bold;
  font-style: italic;
  background: linear-gradient(#a6ffe3, #fff);
  -webkit-background-clip: text; 
  -webkit-text-fill-color: transparent;
  text-shadow:none;
  font-size: 12px;
  padding: 35px 30px 0px 157px;
}*/

.servertime-block p{
  font-size: 14px;
  font-style: italic;
  padding-top: 5px;
  color: #27272a;
  text-shadow: rgba(255, 255, 255, 0.33) 0px 1px 2px;
}

.servertime-block:hover {
  -webkit-filter: brightness(110%);
  filter: brightness(110%);
}

.server-bottom {
    padding: 20px 40px 0px 132px;
    height: 125px; 
    font-weight: 800;
    font-size: 13px;
    color: #d8d7d7;
    font-style: italic;
}

#login-login > div > form > div > button {
    display: inline;
    right: 0;
}

input:-internal-autofill-selected {
    appearance: menulist-button;
    background-color: #red !important;
    background-image: none !important;
    color: -internal-light-dark(black, white) !important; 
}

.content-preload {
    width: 100%;
    height: 100vh;
    background-color: #26272b;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 99999;
}

.content-preload .loading {
    width: 80px;
    height: 50px;
    position: relative;
}

.content-preload .loading p {
    top: 0;
    padding: 0;
    margin: 0;
    color: #5389a6;
    animation: text 3.5s ease both infinite;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 1px;
    background: linear-gradient(to bottom,#F9ED6A 25%,#D88734 65%,#E9B64B 70%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.content-preload .loading span {
    background-color: #ad4d1c;
    border-radius: 50px;
    display: block;
    height: 16px;
    width: 16px;
    bottom: 0;
    position: absolute;
    top: 53%;
    left: 13%;
    transform: translateX(64px);
    animation: loading 3.5s ease both infinite;
}

.content-preload .loading span:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: #d97324;
    border-radius: inherit;
    animation: loading2 3.5s ease both infinite;
}

.menu-top li ul {
    display: none;
    position: absolute;
    left: 0;
    background: #eee;
    padding: 0;
}

.menu-top ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#sub-category {
    height: 38px;
    padding-top: 1px;
    transition: .3s;
    background-color: #252628;
}

#sub-category{height:38px;padding-top:1px;transition:.3s;background-color:#252628}#sub-category:hover{background:#15171b}

#sub-category{height:auto}
 #sub-category a{font-size:16px!important}

.serverRegister {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 92px; 
    font-size: 20px;
    text-transform: uppercase;
    color: #d8d7d7;
    font-family: arial, verdana;
    font-style: italic;
    font-weight: 500;
    
}

.registerDiv {
     margin-top: 23px;   
}


.soc-block-h a {
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    padding-top: 8px;
    margin-left: 25px;
    background-color: #1d1d1bd4;
    height: 33px;
    width: 33px;
}

.right-icons {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 10px;
}

.modal-right {
    position: fixed;
    border-radius: 0 20px 20px 0;
    /*background: #000000ab;*/
    width: 110px;
    padding: 10px 0;
    text-align: center;
    transition: .3s;
    font-size: 11px; 
    top: 30%;
    /*box-shadow: 0 0 33px 0 rgb(67 84 128 / 40%); */
    z-index: 25000;
}


.floaWhats{ 
    margin-top: 15px;
    margin-bottom: 14px;
}

.floaBanner {
   margin-bottom: 14px;
}


.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content { 
    display: none;
    position: absolute;
    background-color: #000000ab;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 12px 16px;
    z-index: 1;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.subhref {
  line-height: 30px;
}

.menu-top li span {
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    display: block; 
    position: relative;
}

.logout-top {
    color: red;
}

/* GLOBAL TOP BAR */
.global-top-bar {
    height: 27px;
	width: 100%; 
	color: #777777;
	padding: 7px 0px 2px 0px;
	text-transform: uppercase;
	font-size: 12px;
}
	.global-top-bar .global-top-bar-content {
		 
		margin: 0px auto;
	}
		.global-top-bar .global-top-bar-content .row {
			margin: 0px;
			padding: 0px;
		}
	.global-top-bar a.logout {
		color: #ff0000 !important;
	}
	.global-top-bar a {
		color: #999999 !important;
	}
	.global-top-bar a:hover {
		color: #ffffff !important;
	}
.global-top-bar-nopadding {
	padding: 0px !important;
}
.global-top-bar-separator {
	padding: 0px 5px;
}

/* LANGUAGE PICKER */
.webengine-language-switcher {  
    display: inline-block;
    list-style: none;
    padding: 0px !important;
    margin: 0px !important;
    width: 50px;
    height: 16px;
    overflow: hidden;
    transition: all .3s ease;
}
 
.webengine-language-switcher:hover {
	width: 400px;
}

.webengine-language-switcher li {
	display: inline-block;
	list-style-type: none;
	background: #0a0a0a6e;
	padding: 0px 5px 2px 5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-khtml-border-radius: 3px;
	transition: all .3s ease;
}
.webengine-language-switcher li:hover {
	-webkit-filter: brightness(120%);
	filter: brightness(120%);
}
.webengine-language-switcher li a {
	color: #999999;
}
.webengine-language-switcher li a:hover {
	color: #ffffff !important;
}

.swiper-wrapper {
    -webkit-transition-duration:8s !important;
    -o-transition-duration:8s !important;
    transition-duration:8s !important;
}

.news-nonlogged {
    margin: 0 240px 0 240px;
}

.valueCoin, .titleCoin, .titlePay {
    text-align: center;
    text-transform: uppercase;
    color: #b7792c;
    font-size: 20px;
    font-weight: 700;  
    font-family: lucida sans unicode;
    text-shadow: 2px 2px #000;
    margin: 0 10px;
    
}

body > div.page-content-logout > div > div:nth-child(4) {
    margin-bottom: 60px;    
}

.titlePay, .imgpp {
    width: 200px;
}

.imgpcg {
    margin-left: 40px;   
}

.imgpp {
    margin-left: 12px;
}

.col1, .col2 {
    background: #0000004f;
    padding: 15px 0;
    margin: 0 2px;
    border-radius: 5px;
}

.terms {
    margin-left: 10px;
    font-size: 12px;
    text-shadow: none;
    color: red;
}

.discord {
   color: #5865f2
}

.lang {
    display: flex;
    justify-content: initial;
    position: absolute;
    width: 300px;
    margin-top: 20px;
}