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(../images/background_black200.jpg) center top no-repeat;
  /*url(../images/fon-bg-bottom.jpg) center bottom no-repeat;*//*backgroudn bottom*/
  background-color: #000000; 
  /*(font-family: 'Russo One', sans-serif*/
  font-weight: 400;
  font-size: 14px;
  color: #0a5b75;
  min-height: 100vh;
  overflow-x: hidden;


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

p {
  margin-bottom: 15px;
}

h1,
h2,
h3 {
  color: #ffffff;/*server/events/player/guil*/
  margin-bottom: 20px;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 600;
}
h1 {
  font-size: 20px;
}
h2 {
  font-size: 18px;
}
h3 {
  font-size: 16px;
}
table {
  width: 100%;
}
table td {
  border-collapse: collapse;
  padding: 4px;
  border: 1px solid #ffffff;
}
table tr:nth-child(odd) {
  background-color: #0a5b75;
}
caption {
  margin-bottom: 15px;
}


textarea {
  color: #fff;
  position: relative;
}

button,
.button {
  width: 140px;
  height: 102px;
  transition: all 0.3s ease;
  cursor: pointer;
  position: relative;
  z-index: 1;
  color: #fff;
  font-size: 30px;
  border: none;
  background: url(../images/login_button1.png) center center no-repeat;
  background-size: cover;
  padding-bottom: 0;
  Font-family: 'IM Fell English SC', serif;
  flex:Uppercase;
}

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


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

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

:focus {
  outline: none;
}
::-webkit-input-placeholder {
  color: #8cbbca;
}
::-moz-placeholder {
  color: #2a292e;
}
:-moz-placeholder {
  color: #2a292e;
}
:-ms-input-placeholder {
  color: #8cbbca;
}
.wrapper {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}

.container {
  display: flex;
  position: relative;
  margin-top: 30px;
  background: linear-gradient(rgba(12, 15, 26, 0.98), rgba(12, 15, 26, 0.98)), url(../images/bg-content.jpg) repeat-y;
  box-shadow: 0px 0 100px 5px rgba(0, 0, 0, 0.4);
  padding-bottom: 90px;
   color: #e0e0ff;
  
  
}

.content { 
  width: 1200px;
  line-height: 1.3;
  position: relative;
}

.top{
  display: flex;
}

.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;
}

.top-panel {
  width: 100%;
  position: absolute;
  top: 0px;
  z-index: 10;
  background: url(../images/lines.png)bottom no-repeat;
}

.logo-top-smoll {
  margin-right: 75px;
}

.menu li {
  margin: 0px 8px;
}

.menu a {
  font-size: 18px;
  text-transform: uppercase;
  padding: 0px 26px;
  display: block;
  line-height: 92px;
  position: relative;
  font-family: 'IM Fell English SC', serif;
  /*font-weight: bold;*/
  color:#ffffff
}

.menu a:after {
  content: "";
  transition: 0.3s;
  height: 0px;
  width: 0px;
}

.menu a:hover {
  color: #3578b8;
}

.menu a:hover:after {
  content: "";
  height: 2px;
  width: 100%;
  left: 0px;
  position: absolute;
  background: #3578b8;
}
.menu .active a {
  color: #3578b8;
}
.menu .active a:after {
  content: "";
  height: 2px;
  width: 100%;
  left: 0px;
  position: absolute;
  background: #3578b8;
}

.languages {
  margin-left: 100px;
}

.languages a {
  margin-left: 10px;
}


.languages a:hover {
  -webkit-filter: brightness(140%);
  filter: brightness(140%);
  margin-left: 10px;
}

/* Header
-----------------------------------------------------------------------------*/
.header {
  min-height: 510px;
  position: relative;
  overflow: hidden;
}
.logo {
  display: block;
  position: absolute;
  transition: 0.3s;
  z-index: 2;
  margin-left: 120px;
  top: 150px;
}

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

/* DOWNLOAD, SERVERS, REGISTRATION
-----------------------------------------------------------------------------*/

.download-block  {
display: flex;
justify-content: center;
align-items: flex-start;
height: 76px;
width: 188px;
margin-left: -50px;
background: url(../images/download-button.png) no-repeat center center;
background-size: contain;
margin-right: 350px;
margin-top: 60px;
gap: 10px;
font-family: 'IM Fell English SC'serif;
}

.download-block a {
  font-size: 15px;
  color: #ffffff;
  padding-left: 35px;
  padding-top: 25px;
}

.download-block span {
  font-weight: bold;
}

.download-block p{
  font-size: 14px;
  text-transform: uppercase;
  text-align: left;
  padding-top: 5px;
  color: #ffffff;
  font-weight: bold;
  text-shadow: #fff 0px 1px;
}

.download-block:hover 
{
  filter: drop-shadow(0 0 12px #00cfff);
  transform: scale(1.02);
  transition: all 0.3s ease;
      
  
}


/* servers
-----------------------------------------------------------------------------*/


/* servers end
-----------------------------------------------------------------------------*/

.registration-block {
display: flex;
height: 76px;
width: 188px;
background: url(../images/registration-button.png) no-repeat center center;
background-size: contain;
margin-top: 60px;
font-family: 'IM Fell English SC'serif;
}

.registration-block a {
  font-size: 15px;
  color: #ffffff;
  padding-left: 55px;
  padding-top: 25px;
}

.registration-block span {
  font-weight: bold;
}

.registration-block p{
  font-size: 14px;
  text-transform: uppercase;
  text-align: left;
  padding-top: 5px;
  color: #0a5a74;
  font-weight: bold;
  text-shadow: #fff 0px 1px;
}

.registration-block:hover {
  filter: drop-shadow(0 0 12px #00cfff);
  transform: scale(1.02);
  transition: all 0.3s ease;
}
}

/* DOWNLOAD, SERVERS, REGISTRATION  end
-----------------------------------------------------------------------------*/

/*slider*/


.slider {
  float: left;
  overflow: hidden;
  position: relative;
  width: 800px;
  height: 400px;
} 

.slider .slides {
  position: relative;
  transition: 1s;
}
.slider .slides .slide {
  float: left;
  display: block;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  width: 800px;
  height: 400px;
}
.slider .slides .slide:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.slide-info span{
  font-weight: 800;
  width: 90px;
  height: 36px;
  margin-left: 570px;
  margin-top: 55px;
  font-size: 36px;
  font-style: italic;
  color: #045060;
  text-shadow: #fff 0px 1px;
}

.slide-text-big{
  font-weight: 800;
  color: #045060;
  text-shadow: #fff 0px 1px;
  font-size: 60px;
  width: 800px;
  height: 60px;
  margin-top: -30px;
  margin-left: 480px;
  font-style: italic;  
}

.slide-text p{
  text-align: right;
  padding-left: 520px;
  margin-top: 20px;
  color: #fff;
  font-style: italic;
  font-size: 22px;
  font-weight: bold;
  text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.4);
}

.slide-text1 p{
  width: 800px;
  margin-top: -30px;
  padding-left: 450px;
  color: #fff;
  font-style: italic;
  font-size: 22px;
  font-weight: bold;
  text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.4);
}

.slider .slides .slide-info {
  position: relative;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 4;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}


.slider .slides .active .slide-info {
  transition: all 2s ease;
  opacity: 1;
}


.slider .arrows {
  position: absolute;
  height: 60px;
  width: 60px;
  top: 165px;
  z-index: 10;
  cursor: pointer;
  opacity: 0.5;
}

.slider .arrows:hover {
  cursor: pointer;
  opacity: 1;
}
.slider .next {
  background: url(../images/arrow-right.png) no-repeat;
  right: 1px;
}

.slider .prev {
  background: url(../images/arrow-left.png) no-repeat;
  left: 1px;
}
.slider .navigation {
  position: absolute;
  bottom: 20px;
  left: 0px;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.slider .navigation .dot {
  border-radius: 50%;
  width: 5px;
  height: 5px;
  cursor: pointer;
  background-color: #fff;
  margin: 0px 20px;
}
.next:hover,
.prev:hover {
  opacity: 1;
  transition: all 0.7s ease;
}
.slider .navigation .active {
  border-radius: 50%;
  width: 8px;
  height: 8px;
  margin: 0px 20px;
  background-color: #2aadc8;
  position: relative;
}
.slider .navigation .active:after {
  content: "";
  position: absolute;
  left: -2px;
  top: -2px;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 2px solid #2aadc8;
  box-shadow: 0 0 4px 1px #fff;
}

/*end slider*/


/*account-panel*/



#character-info ul li a p {
  color: #e0c870;
  transition: color 0.3s ease, transform 0.3s ease;
}

#character-info ul li a p:hover {
  color: #ffd700;
  transform: scale(1.05);
  cursor: pointer;
}



.guide_list ul.style2 li {
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 5px;
	padding: 20px;
	background: none;
	margin-bottom: 15px;
}


.widget-account-panel .inside ul.style4 li {
	padding: 1px;
  /*color:White wc/ruud color*/
}
.inside ul.style4 li a {
    color: white !important;
    text-decoration: none;
    transition: color 0.3s ease;
}

.inside ul.style4 li a:hover {
    color: #3578b8 !important; 
}



.logout {
    display: inline-block;
    padding: 12px 30px;
    color: #ffffff !important;
    background: url('../images/login_button1.png') center center no-repeat;
    background-size: cover;
    font-weight: bold;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    text-transform: uppercase;
    transition: transform 0.2s ease-in-out;
}

.logout:hover {
    transform: scale(1.05);
    filter: brightness(1.1);
}

.widget-account-panel{
  float: right;
  background: url(../images/fon-bg-account-top.png)top no-repeat,
   url(../images/fon-bg-account-bottom.png)bottom no-repeat;
  background-color: linear-gradient(rgba(12, 15, 26, 0.98), rgba(12, 15, 26, 0.98));
  width: 400px;
  height: 400px;
   border-radius: 10px;
    padding:20px ;
  color: #ffffff;
   box-shadow: 0 0 25px rgba(100, 150, 255, 0.6), 0 0 60px rgba(0, 212, 255, 0.1);  /* glow effect */
  animation: galaxyPulse 4s ease-in-out infinite;
  position: relative;
  overflow: hidden;
}

.account-panel-title{
  color: #feffff;
  font-size: 18px;
  font-weight: bold;
  font-family:'IM Fell English SC'serif;
  padding-top: 34px !important;
}

/* Change grey box background + text color in account panel */
.widget-account-panel .inside td, #ucp_info td,#ucp_info {
  background-color:transparent !important;
  color: #ffffff !important;
  border: none !important;
}

.widget-account-panel .inside td a {
    color: #ffffff !important; /* make links white too */
}
.box-style4 td {
    background-color: transparent !important; /* Darker background */
    color: #ffffff !important;           /* White text */
    border: 1px solid #333;              /* Optional border */
}


.input-user {
  position: relative;
  text-align: center;
  padding-top: 10px;
}

.input-user input {
  width: 320px;
  padding-top: 15px;
  padding-bottom: 20px;
  background: url(../images/input-account.png) bottom no-repeat;
  border: none;
  text-align: center;
  color: #0a5b75;
  
}

.buttons{
  text-align: center;
}

.lost{
  color: #2ba3c3;
}


.lost a{
  color: #2ba3c3;
  text-decoration: none;
}

.lost a:hover{
  color: #2ba3c3;
  text-decoration: underline;
}


.agree{
  margin-top: 20px;
  color: #3d6b86;
}

.agree a{
  color: #2ba3c3;
  margin-left: 5px;
  text-decoration: underline !important;
}

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

/*end account-panel*/

/*fast-links*/


.fast-links{
  display: flex;
  margin-top: 20px;
}

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

/*fast 1*/

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


.fast-links-left span {
  display: block;
  width: 100%;
  margin-bottom: 4px;
  font-style: italic;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  transition: color 0.3s ease;
}

.fast-links-left:hover span {
  color: #000; /* Change to black on hover */
  
}


.fast-links-left p {
  font-size: 13px;
  font-style: italic;
  line-height: 1.2;
  color: #072650;
  text-shadow: rgba(255, 255, 255, 0.3) 0px 1px;
  font-weight: 600;
}

.fast-links-left:before {
  content: "";
  background: url(../images/hero-links.png) no-repeat;
  width: 251px;
  height: 125px;
  position: absolute;
  left: 147px;
  transition: 0.3s;
}

.fast-links-left:hover:before {
  left: 137px;
  

}

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


.fast-links-center span {
  display: block;
  width: 100%;
  margin-bottom: 4px;
  font-style: italic;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  transition: color 0.3s ease;
}
.fast-links-center:hover span {
  color: #000; /* Change to black on hover */
  
}

.fast-links-center p {
  font-size: 13px;
  font-style: italic;
  line-height: 1.2;
  color: #072650;
  text-shadow: rgba(255, 255, 255, 0.3) 0px 1px;
  font-weight: 600;
}

.fast-links-center:before {
  content: "";
  background: url(../images/hero-links-center.png) no-repeat;
  width: 244px;
  height: 125px;
  position: absolute;
  left: 154px;
  transition: 0.3s;
}

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

/*fast 3*/
.fast-links-right{
  width: 398px;
  height: 125px;
  background: url(../images/fast-links-right.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: 4px;
  font-style: italic;
  font-size: 30px;
  font-weight: bold;
  color: #fff;

}

.fast-links-right:hover span
{
  color: #000; /* Change to black on hover */
}

.fast-links-right p {
  font-size: 13px;
  font-style: italic;
  line-height: 1.2;
  color: #072650;
  text-shadow: rgba(255, 255, 255, 0.3) 0px 1px;
  font-weight: 600;;
}

.fast-links-right:before {
  content: "";
  background: url(../images/hero-links-right.png) no-repeat;
  width: 251px;
  height: 125px;
  position: absolute;
  left: 184px;
  transition: 0.3s;
}

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

/*end fast-links*/

/*LAST NEWS*/

.last-news{
  float: left;
  margin-top: 20px;
  width: 800px;
  padding-right: 40px;
  padding-left: 40px;
  background: url(../images/border-last-news.png)top no-repeat;
}

.last-news-title{
  padding-top: 28px;
  border-bottom: 1px solid #9dbdc8;
}

.last-news-title h2{
  color: #fdfdfd;
  font-size: 18px;
  font-family: 'IM Fell English SC'serif'
}

.last-news-title-small{
  font-size: 16px;
}

.news-title-more{
  background-color: #2aabc7;
  width: 15px;
  height: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.news-title-more:hover{
  background-color: #4bcde9;
}


.last-news-title a{
color: #fff;
}

.last-news-content{
  margin-top: 60px;
  height: 225px;
}

.img-news{
  float: left;
  width:32px;
  height: 22px;
  margin-right: 4px;
  box-shadow: 0px 20px 30px 0px rgba(16, 86, 105, 0.2); 
}



.news-content{
  position: relative;
}

.news-content-title{
  font-size: 16px;
  font-weight: 600;
}

/*full news*/

.news-content-title-title{
  font-size: 16px;
  font-weight: 600;
  padding-top: 60px;
  padding-bottom: 40px;
}

.img-news-news{
  float: left;
  width:720px;
  height: 394px;
  box-shadow: 0px 20px 30px 0px rgba(16, 86, 105, 0.2); 
  margin-bottom: 40px;
}

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

.news-text-bottom


.time-news-news{
  float: left;
  padding-top: 19px;
  color: #3a95b2;
}

.time-news-news span{
  color: #0a5b75;
  font-size: 19px;
}

/*end full news*/

.news-text{
  padding-top: 27px;
  line-height: 20px;
  height: 130px;
  overflow: hidden;
}

.news-text-bottom{
  position: absolute;
  top:166px;
  left: 368px;
}

.button-small{
  float: left;
  width: 196px;
  height: 92px;
  transition: all 0.3s ease;
  cursor: pointer;
  position: relative;
  z-index: 1;
  color: #fff;
  font-size: 14px;
  font-family: 'IM Fell English SC'serif;
  border: none;
  background: url(../images/button-small.png)bottom no-repeat;
  margin-left: -17px;
  text-transform: uppercase;
  padding-bottom: 23px;
}

.button-small:hover {
    color: #000000; /* Change only the text color */
     filter: drop-shadow(0 0 10px #00cfff);
  transform: scale(1.1);
  
}

.button-small-small{
   margin-left: 17px;
}

.time-news{
  float: right;
  padding-top: 19px;
  color: #3a95b2;
}

.time-news span{
  color: #0a5b75;
  font-size: 0px;
}

/*END LAST NEWS*/


/*right-sidebar*/

.right-sidebar{
  width: 400px;
  float: right;
}

.widget-right{
  margin-top: 20px;
}

.widget-title{
  background: url(../images/fon-widget-title.png)top no-repeat;
  height: 87px;
  font-family: 'IM Fell English SC'serif'
}

.widget-title h2{
  font-size: 18px;
  text-shadow: #fff 0px 1px;
}

.widget-title-small{
  font-size: 16px;
  text-shadow: #fff 0px 1px;
}

/*servers*/


.widget-content {
padding-top: 7px;
}

.server-name{
  text-transform: uppercase;
  color:#4bcde9;
}

.status-block {
  margin-top: 10px;
}

.server {
  position: relative;
  padding-left: 21px;
  padding-bottom: 35px;
}

.status{
 
      color: #4bcde9;
    text-align: center;
    margin-top: 5px;
    font-weight: bold;
    font-size: 14px;
    position: relative;
    float: none; /* Remove float if it exists */
}


.status-off{
  color: #ff8686;
  text-align: center;
}

.img-online{
  width: 43px;
  height: 43px;
  position: absolute;
  left: 325px;
}

.server-bottom {
  padding: 35px 30px 0px 157px;
  height: 125px;
  font-size: 12px;
  background: url(../images/img-server-bottom.png) no-repeat;
  font-size: 14px;
}

.status-offline{
  color: #aa4a31;
  float: right;
  margin-top: 11px;
  font-size: 12px;
}

.progress-bar {
  float: left;
  height: 49px;
  position: relative;
  width: 357px;
  padding: 23px 20px 0px 19px;
}

.progress-bar:after {
  content: "";
  position: absolute;
  background: url(../images/progress-bar.png) no-repeat;
  width: 100%;
  height: 49px;
  top: 0px;
  left: 0px;
}

.progress-bar span {
  height: 3px;
  background: url(../images/status-on.jpg) repeat-x;
  display: block;
  position: relative;
  z-index: 1;
  
}

/*end servers*/

/*  yers*/

.widget-content-content{
  padding-left: 40px;
  padding-right: 40px;
}


.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;
  color: #e0e0ff !important;
}
.top-block .top-lvl {
  width: 68px;
}

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

.top-list {
  height: 41px;
  display: flex;
  align-items: center;
  transition: 0.3s;
  color:#e0e0ff;
}
.top-list a {
  color:#e0e0ff;
  text-decoration: none;
}
.top-list:hover {
 background-color: #2ba2c2;
  height: 41px;
  margin: 0px -40px 0px -40px;
  padding: 0px 25px 0px 25px;
  color: #fff;
  position: relative;
  z-index: 5;
  box-shadow: 0px 8px 20px 0px rgba(16, 86, 105, 0.2);
}

.top-list:hover a {
  color: #fff;
}
.top-title {
  color:#e0e0ff;
  display: flex;
  align-items: center;
  font-size: 14px;
  margin-bottom: 15px;
  font-weight: 600;
}

.top-block.guild .top-number {
    width: 60px;
    
}
.top-block a 
{
  color: #e0e0ff !important;
}
/*end Top Players*/

/*discussions*/


.discussions-content-top{
  margin-bottom: 32px;
}

.discussions-content{
  height: 80px;
}

.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: #27c9d8;
  color: #fff;
  font-size: 11px;
}

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

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

.discussions-text-bt{
  padding-left: 16px;
  font-size: 13px;
  color: #0a5b75;
}

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

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

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


.discussions-content-block{
  padding-bottom: 11px;
  padding-top: 11px;
}

.discussions-content-block:hover{
  background-color: #2ba2c2;
  box-shadow: 0px 8px 20px 0px rgba(16, 86, 105, 0.2);
  transition: 0.4s;
  margin: 0px -40px 0px -40px;
  padding: 11px 26px 11px 26px;
  height: 80px;
}

.discussions-content-block:hover .discussions-text {
  color: #fff;
  width: 240px;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
}

.discussions-content-block:hover .discussions-message {
  border-radius: 50%;
  width: 24px;
  height: 24px;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  color: #27c9d8;
}


/*end discussions*/

/*end right-sidebar*/

/*paginator*/


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

}
.page-numbers {
  display: block;
  width: 40px;
  height: 40px;
  position: relative;
  text-align: center;
  line-height: 38px;
  color: #70c6da;
  text-decoration: none !important;
  font-size: 14px;
  margin: 0px 7px;
  background: rgba(42, 169, 198, 0.1);
}

.page-numbers.active {
  background: #2aa9c6;
  color: #fff;
  box-shadow: 0px 5px 10px 0px rgba(16, 86, 105, 0.2);
}

.page-numbers:hover {
  background: #2aa9c6;
  -webkit-filter: brightness(100%);
  filter: brightness(100%);
  box-shadow: 0px 5px 10px 0px rgba(16, 86, 105, 0.2);
  color: #fff;
}

.page-numbers.prev,
.page-numbers.next {
  background: rgba(42, 169, 198, 0.5);
  box-shadow: 0px 5px 10px 0px rgba(16, 86, 105, 0.2);
  font-size: 0px;
}
.page-numbers.prev:hover,
.page-numbers.next:hover {
  background: #2aa9c6;
  -webkit-filter: brightness(100%);
  filter: brightness(100%);
}
.page-numbers.prev {
  margin: 0px 25px 0px 0px;
}
.page-numbers.next {
  margin: 0px 0px 0px 25px;
}
.page-numbers.prev:after {
  content: "";
  position: absolute;
  background: url(../images/prev-p.png) no-repeat;
  width: 12px;
  height: 18px;
  margin-left: -8px;
  margin-top: -8px;
  left: 50%;
  top: 50%;
  z-index: 2;
}
.page-numbers.prev:hover:after {
  background: url(../images/prev-p.png) no-repeat;
}
.page-numbers.next:after {
  content: "";
  position: absolute;
  background: url(../images/next-p.png) no-repeat;
  width: 12px;
  height: 18px;
  margin-right: -8px;
  margin-top: -8px;
  right: 50%;
  top: 50%;
}
.page-numbers.next:hover:after {
  background: url(../images/next-p.png) no-repeat;
}

/*end paginator*/


/*To top*/

.toTop-fon{
  display: flex;
  background: url(../images/fon-totop.png)center top no-repeat;
  justify-content: center;
  align-items: center;
  margin-top: -4px;
  position: relative;
  z-index: 1;
  margin-bottom: 45px;
}

.toTop {
  background: url(../images/fon-circle.png) no-repeat;
  width: 50px;
  height: 50px;
  cursor: pointer;
  display: flex;
}

.toTop:hover {
  box-shadow: inset 0px 0px 5px 0px rgba(152, 224, 229, 1);
  filter: drop-shadow(0px 0px 5px rgba(152, 224, 229, 0.5));
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

/* to top end*/

/*footer*/

.footer{
  min-height: 269px;
}

.footer-block-coperite{
  float: left;
  color: #13b1d3;
  padding-top: 40px;
  padding-left: 40px;
}

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

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

.footer-block-r {
  float: right;
  padding-right: 90px;
}

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

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

.soc-block a:hover {
  box-shadow: inset 0px 0px 5px 0px rgba(0, 246, 255, 1);
  filter: drop-shadow(0px 0px 5px rgba(56, 256, 225, 1));
}

.footer-logo{
  text-align:center;
  transition: all 0.3s ease;
}

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

.templstock{
  padding-bottom: 47px;
}

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

/*end footer*/

/*animation*/


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

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

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

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

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

.sparks{
  position: absolute;
  bottom: -150px;
  left: -50px;
}

.spark-1 {
  background: url(../images/sparks_1.png);
  width: 350px;
  height: 226px;
  left: -50px;
  bottom: -250px;
  position: absolute;
  animation: 4s spark-1 linear infinite;
}

@keyframes spark-1 {
  0% {
    transform: scale(0.4);
    bottom: -150px;
  }
  33% {
    transform: scale(0.6);
    bottom: -100px;
  }
  66% {
    transform: scale(0.8);
    bottom: -50px;
    opacity: 1;
  }
  100% {
    transform: scale(1);
    bottom: 0px;
    opacity: 0;
  }
}
.spark-2 {
  background: url(../images/sparks_2.png);
  width: 350px;
  height: 390px;
  left: -50px;
  bottom: -400px;
  position: absolute;
  animation: 5s spark-2 linear infinite;
  animation-delay: 1s;
}

@keyframes spark-2 {
  0% {
    transform: scale(0.4);
    bottom: -400px;
  }
  33% {
    transform: scale(0.6);
    bottom: -300px;
  }
  66% {
    transform: scale(0.8);
    bottom: -200px;
    opacity: 1;
  }
  100% {
    transform: scale(1);
    bottom: -100px;
    opacity: 0;
  }
}
.spark-3 {
  background: url(../images/sparks_3.png);
  width: 350px;
  height: 352px;
  left: -50px;
  bottom: -350px;
  position: absolute;
  animation: 5s spark-3 linear infinite;
  animation-delay: 2s;
}

@keyframes spark-3 {
  0% {
    transform: scale(0.4);
    bottom: -350px;
  }
  33% {
    transform: scale(0.6);
    bottom: -240px;
  }
  66% {
    transform: scale(0.8);
    bottom: -130px;
    opacity: 1;
  }
  100% {
    transform: scale(1);
    bottom: -20px;
    opacity: 0;
  }
}

/*end animation*/

/*DOWNLOAD*/


.last-news-text{
font-size: 14px;
line-height: 20px;
padding-bottom: 20px;
color: #0a5b75;
}

.news-all-text-download{
  margin: 10px 0px;
  position: relative;
  font-size: 20px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 6px;
  padding-left: 30px;
}

.downloads {
	padding-top: 30px;
}

.downloads .button-border {
	margin-top: 10px;
	margin-bottom: -12px;
}

.news-all-text{
  padding-top: 38px;
  color: #0a5b75;
}

.dowload-link{
  color: #2ba3c3;
}

.dowload-link:hover{
  text-decoration:underline;
}
@keyframes galaxyPulse {
  0%, 100% {
    box-shadow: 0 0 25px rgba(100, 150, 255, 0.6), 0 0 60px rgba(0, 212, 255, 0.1);
  }
  50% {
    box-shadow: 0 0 35px rgba(130, 180, 255, 0.8), 0 0 90px rgba(0, 212, 255, 0.2);
  }
  
}


.download-block,
.registration-block {
  animation: buttonPulse 2.5s infinite ease-in-out;
}
.social-icon {
  transition: all 0.3s ease;
}

.social-icon:hover {
  filter: drop-shadow(0 0 10px #00cfff);
  transform: scale(1.1);
}
.widget-content-content a {
  color: #e0e0ff !important;
}
/*Ranking/players start*/
.player-link {
  color: #0b8a88;
  transition: all 0.3s ease;  
  text-decoration: none;
}

.player-link:hover {
  color: #3578b8; /* Change only the text color */
     filter: drop-shadow(0 0 10px #00cfff);
  transform: scale(1.1);
}
.ranking-table  a {
    color: white;
    transition: color 0.3s ease;
}

.ranking-table a:hover {
  filter: drop-shadow(0 0 12px #00cfff);
  transform: scale(1.02);
  
}


.search-form-wrapper .custom_button {

    background-color: #24a3c3;
    color: rgb(251, 251, 251);
    border: none;
    width: 120px;
    height: 32px;
    display: flex;
    align-items: center;         /* vertical center */
    justify-content: center;     /* horizontal center */
    transition: color 0.3s ease;
    font-family: 'IM Fell English SC', serif;
    text-transform: uppercase;
    border-radius: 5px;
}


.search-form-wrapper .custom_button:hover {
      color: #000000; /* Change only the text color */
     filter: drop-shadow(0 0 10px #00cfff);
  transform: scale(1.1);
}

.custom_button.search_submit_button {

  background-color: #24a3c3 !important;
  color: rgb(245, 8, 8) !important;
  border: none !important;
  width: 120px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;  
  transition: color 0.3s ease;
  font-family: 'IM Fell English SC', serif;
  text-transform: uppercase;
  border-radius: 5px;
}


.custom_button.search_submit_button:hover {
  color: #000000; /* Change only the text color */
     filter: drop-shadow(0 0 10px #00cfff);
  transform: scale(1.1);
}

/*Ranking/players  end */

/*rules*/

body.rules-page {
    background-color: black !important;
}

body.rules-page .container,
body.rules-page .wrapper,
body.rules-page .content,
body.rules-page #content {
    background-color: transparent !important;
}


/*rules end*/

.custom_button {
    background-color: #24a3c3;
    color: white;
    border: none;
    text-align: center;
    transition: color 0.3s ease;
    font-family: 'IM Fell English SC'serif;
}

.custom_button:hover {
    color: #000000; /* Change only the text color */
     filter: drop-shadow(0 0 10px #00cfff);
  transform: scale(1.1);
}


/*dropdown*/



/*end DOWNLOAD*/
