@charset "UTF-8";
/*--------------------------------*/
/* NovaMetin2
/* Coded by LeKoArts
/* http://www.lekoarts.de
/* Copyright (c) 2015
/* All rights reserved.
/*--------------------------------*/
/*----------------------------------------------------------
// Schriftarten
-----------------------------------------------------------*/
@font-face {
  font-family: 'alexonlightexpertregular';
  src: url("../fonts/alexonlightexpert-webfont.eot");
  src: url("../fonts/alexonlightexpert-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/alexonlightexpert-webfont.woff2") format("woff2"), url("../fonts/alexonlightexpert-webfont.woff") format("woff"), url("../fonts/alexonlightexpert-webfont.ttf") format("truetype"), url("../fonts/alexonlightexpert-webfont.svg#alexonlightexpertregular") format("svg");
  font-weight: normal;
  font-style: normal; }
/*----------------------------------------------------------
// Variablen
-----------------------------------------------------------*/
/*----------------------------------------------------------
// Mixins //
-----------------------------------------------------------*/
/*----------------------------------------------------------
// Helferlein
-----------------------------------------------------------*/


.username{
	text-align: center;
	padding-left: 35px;
	width: fit-content;
	height: 42px;
	border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	line-height: 47px;
	font-size: 18px;
	/* padding-right: 55px; */
	background-color: #00000042;
	background-image: url("../img/loginbtn.png");
	background-position: 5px 4px;
	background-repeat: no-repeat;
}


.username:hover {
	color: #d4cba2;
}

.username:active, .btn-primary.active{
	text-align: center;
	padding-left: 35px;
	width: fit-content;
	height: 42px;
	border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	line-height: 47px;
	font-size: 18px;
	color: #968c5d;
}


.newLanguageBtn {
	text-align: center;
	/* padding-left: 25px; */
	width: 92px;
	height: 42px;
	border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	line-height: 47px;
	font-size: 18px;
	background-color: #00000042;

	-webkit-user-select: none;
	-khtml-user-select: none;
	-webkit-touch-callout : none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;

}


.newLanguageBtn:active {
	text-align: center;
	/* padding-left: 25px; */
	/* width: 140px; */
	height: 42px;
	border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	line-height: 47px;
	font-size: 18px;
	color: #968c5d;
}

.newLogin {
	text-align: center;
	padding-left: 25px;
	width: 140px;
	height: 42px;
	border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	line-height: 47px;
	font-size: 18px;
  }

.newLogin:hover {
	text-align: center;
	padding-left: 25px;
	width: 140px;
	height: 42px;
	border-radius: 50px;
	color: #d4cba2;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	line-height: 47px;
	font-size: 18px;

  }

.newLogin:active {
	text-align: center;
	padding-left: 25px;
	width: 140px;
	height: 42px;
	border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	line-height: 47px;
	font-size: 18px;
	color: #968c5d;
}

.navigation .newLogin{
	background-color: #00000042;
	background-image: url("../img/loginbtn.png");
	background-position: 5px 4px;
	background-repeat: no-repeat;
	/* background-position: left; */
}

.navLogo{
	margin-top: -30px;
	content:url("../img/logo.png");

}

.footerLogo{
	height: 100px;
	content:url("../img/logo.png");
    display:block;
    margin:auto;
	margin-top: 35px;
}


.text--left {
  text-align: left; }

.text--center {
  text-align: center; }

.text--right {
  text-align: right; }

.text--justify {
  text-align: justify; }

.float--none {
  float: none; }

.float--right {
  float: right; }

.float--left {
  float: left; }

.clearfix:before, .clearfix:after {
  content: "";
  display: table; }
.clearfix:after {
  clear: both; }

.center--all {
  left: 50%;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%); }

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

.bold {
  font-weight: 700; }

.leerzeile {
  height: 10px; }

/*----------------------------------------------------------
// Basis
-----------------------------------------------------------*/
html,
button,
input,
select,
textarea {
  color: #d9d9d9;
  box-sizing: border-box; }


body {
	line-height: 1.4;
	background: #ddd4d4;
	color: #d9d9d9;
	font-size: 12px;
	/* height: 1913px; */
	position: relative;
	font-family: Verdana Pro;
	background-color: #000000;
	}

::-moz-selection {
  background: #ccc;
  text-shadow: none; }

::selection {
  background: #ccc;
  text-shadow: none; }

a {
  color: #ccc;
  text-decoration: none; }

a:hover, a:visited {
  text-decoration: underline; }

hr {
  display: block;
  height: 1px;
  border: 0;
  margin: 0;
  padding: 0; }

img {
  vertical-align: middle; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

textarea {
  resize: vertical; }

input[type="text"], input[type="password"] {
  outline: none;
  border: none;
  width: 330px;
  height: 38px;
  border-radius:5px;
  background-color:#2b1713;
  text-align: center;
  color: #70524e;
  line-height: 39px;
  font-family: "Open Sans", Verdana, sans-serif;
  font-size: 12px;
   }

a.button, a.button:hover, a.button:visited {
  color: #d9d9d9;
  text-decoration: none; }

/*----------------------------------------------------------
// Inhalt --- HOME
-----------------------------------------------------------*/
.main {
  position: relative;
  top: 0px;
  margin: 0 auto;
  width: 100%;
  min-width: 1020px;
  height: 100%;
	background: url("../img/bg-chaos.png");
	background-repeat: repeat-x;
	background-position: top center;
  overflow: hidden;  }

.navigation {
  width: 100%;
  height: 123px;
  background: rgba(255, 255, 255, 0.03);
  border-width: 2px;
  border-bottom-width:1px;
  border-bottom-color: rgba(255, 255, 255, 0.1);
  border-bottom-style: solid;
  margin: 0 auto;
  position: relative;
  z-index: 1000;
		-webkit-user-select: none;
		-khtml-user-select: none;
		-webkit-touch-callout : none;
		-moz-user-select: none;
		-o-user-select: none;
		user-select: none;
  top: 0px; }

.content {
  width: 930px;
  height: 2089px;

  margin: 0 auto;
  position: relative;
  z-index: 3;
  top: 0px; }

.navigation_buttons {
  height: 76px;
  width: 1328px;
  position: relative; }

nav ul {
  list-style-type: none;
  padding: 0;
  margin: auto;
  text-align: center;
  font-size: 0;
   }
  /* nav ul li { */
    /* display: inline-block; */
    /* height: 76px; */
	/* margin-top: 17px; */
    /* line-height: 65px; */
    /* width: 110px; } */


  nav ul a, nav ul a:visited, nav ul a:active {
    text-align: center;
    text-shadow: 0px 2px 2px black;
    display: block;
	/* padding: 0; */
	margin: auto;
    color: #fffed0;
    text-decoration: none !important;
    font-size: 14px;
    font-family: Trajan Pro;
    text-transform: uppercase; }

#nav {
	text-align: justify;
	max-width: 700px;
}
#nav:after {
	content: '';
	display: inline-block;
	width: 100%;
}
nav li {
	display: inline-block;
}

p{
    font-family: Trajan Pro;
}

.logo {
	/* display: inline-block; */
	width: 225px;
	height: 76px;
	/* padding : 10px; */
  }

.character-debug{
	width: 900px;
	margin: 0 auto;
	color: #e3d387;
	font-size: 13px;
}

.p1SignIn{
	font-family: Trajan Pro;
	color : #e3d387;
	font-size: 15px;
	line-height: 8px;
}

.p2SignIn{
	font-family: Trajan Pro;
	font-size: 10px;
	line-height: 22px;
	margin-right : 20px;
}


.btn-submit {
  color: #b6a15d;
  width: 344px;
  height: 47px;
  border: none;
  outline: none;
  font-family: Trajan Pro;
  font-size: 18px;
  margin-top: 30px;
  background: url(../img/registernow.png) no-repeat;
  border-color: #2a88bd;
}

.btn-register:focus, .btn-primary.focus {
	background: url(../img/registernow.png) no-repeat;
	opacity: 1;
}

.btn-register:hover {
	background: url(../img/registernow.png) no-repeat;
	opacity: 0.8;
}

.btn-register:active, .btn-primary.active{
	background: url(../img/registernow.png) no-repeat;
	opacity: 0.5;
}

.registerForm{
  width: 345px;
  margin: 0 auto;
}


.content-bg{
	width: 1328px;
	height: 837px;
	display: block;
	background: url(../img/content-bg.png) no-repeat;
	position: absolute;
	overflow: hidden;
	margin-top: 620px;
	color:#e3d387;
}

.ranking-bg{
	width: 1328px;
	height: 1095px;
	display: block;
	background: url(../img/rankingbg.png);
	position: absolute;
	overflow: hidden;
	margin-top: 620px;
	color:#6e504d;
	font-family: Myriad Pro;
	font-size: 15px;
}

.rangliste_head th{
	color: #ddcb82;
}

.buy_coins{
    text-align: center;
    width: 90%;
	margin: 0 auto;
	  display: flex;
	  align-items: center;
	  justify-content: center;
	  margin-top: 20px;
}

.section{
	width: 219px;
	height: 271px;
	background: url(../img/section.png) no-repeat;
	color:#9e8d73;
	margin: 0 auto;
}

.section_title {
  font-family: Trajan Pro;
  font-size: 20px;
  text-align: center;
  line-height: 90px;
  color : #e3d387;
  text-shadow: 0px 2px 2px black;
}

.coins-img-container{
	width: 219px;
	height: 95px;
	max-height:95px;
	margin: auto;
	padding: 10px;
	position: relative;
	text-align: center;

}
.coin-1, .coin-2, .coin-3, .coin-4, .coin-5,
.coin-6,.coin-7,.coin-8, .coin-9, .coin-10
{
	left: 50%;
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translate(-50%, -70%);
	left: 50%;
	bottom: 25px;
	background: url('../img/coins.png') no-repeat;
	overflow: hidden;
	text-indent: -9999px;
	text-align: left;

}

.coin-10 { background-position: -0px -385px; width: 140px; height: 130px; }
.coin-9 { background-position: -0px -293px; width: 132px; height: 84px; }
.coin-8 { background-position: -94px -194px; width: 94px; height: 99px; }
.coin-7 { background-position: -0px -194px; width: 94px; height: 79px; }
.coin-6 { background-position: -123px -0px; width: 96px; height: 79px; }
.coin-5 { background-position: -76px -118px; width: 89px; height: 76px; }
.coin-4 { background-position: -0px -118px; width: 75px; height: 72px; }
.coin-3 { background-position: -0px -78px; width: 130px; height: 40px; }
.coin-2 { background-position: -0px -39px; width: 111px; height: 39px; }
.coin-1 { background-position: -0px -0px; width: 83px; height: 39px; }


.links {
  height: auto;
  width: 950px;
  position: relative;
  margin-top : 300px;
  overflow: hidden; }

.slider {
  height: 270px;
  width: 400px;
  position: relative;
  margin-top: 15px;
  margin-left: 2px;
  margin-bottom: 53px; }

.news {
  margin-top: 15px;
  position: relative; }


.footerul > .footerli {
    display: inline-block;
    /* You can also add some margins here to make it look prettier */
    zoom:1;
    *display:inline;
    /* this fix is needed for IE7- */
}






.news::after {
  content: " ";
  display: block;
  background: url(../img/Trennstrich.png) no-repeat;
  height: 2px;
  width: 630px;
  margin-top: 15px; }

.news-bild {
  border: 2px solid #d9d9d9;
  width: 161px; }
  .news-bild img {
    max-height: 100%;
    max-width: 100%; }

.news-inhalt {
  width: 452px;
  height: 174px; }

.news-text {
  height: 139px;
  overflow: hidden;
  text-overflow: ellipsis; }
  .news-text h1 {
    margin-top: 0px;
    color: #ccc;
    text-shadow: 0px 2px 2px black;
    font-size: 26px; }
  .news-text p {
    hyphens: auto;
    text-align: justify;
    color: #918d8d; }

.news-unten {
  height: 50px;
  margin-top: 11px; }

.datum_name {
  line-height: 6px; }
  .datum_name a:hover {
    color: #ccc;
    text-decoration: underline; }

.rechts {
  height: 1323px;
  width: 310px;
  position: relative;
  margin-top: 60px;
  overflow: hidden; }

.loginPanel {
  margin: 0 auto;
  width: 345px;
  margin-top: 80px;
  margin-bottom: 15px;
  position: relative; }




.kategorie {
  margin: 0 auto;

  width: 310px;
  margin-top: 15px;
  margin-bottom: 15px;
  position: relative; }

.kategorie_ueberschrift {
  font-family: "alexonlightexpertregular", Verdana, sans-serif;
  font-size: 15px;
  text-transform: uppercase;
  /*background: url(../img/ueberschrift.png) no-repeat;*/
  text-align: center;
  line-height: 40px;
  text-shadow: 0px 2px 2px black;
  width: 208px;
  height: 55px;
  margin: 0px auto 10px; }

.alignright { text-align: right; }

.UPBtn1{
  font-family: Trajan Pro;
  background: url(../img/btn1.png) no-repeat;
  text-align: center;
  line-height: 49px;
  width: 188px;
  height: 47px;
  border: none;
  color: #ebd898;
  display: inline-block;
  font-size: 15px;
  margin: 4px 2px;
  cursor: pointer;
}

.UPBtn2{
  font-family: Trajan Pro;
  background: url(../img/btn2.png) no-repeat;
  text-align: center;
  line-height: 42px;
  width: 203px;
  height: 38px;
  border: none;
  color: #ebd898;
  display: inline-block;
  font-size: 15px;
  margin: 4px 2px;
  cursor: pointer;
}
.UPBtn3{
  font-family: Trajan Pro;
  background: url(../img/btn3.png) no-repeat;
  text-align: center;
  line-height: 49px;
  width: 188px;
  height: 47px;
  border: none;
  color: #ebd898;
  display: inline-block;
  font-size: 15px;
  margin: 4px 2px;
  cursor: pointer;
}
.buttonContainer{
	margin-top:50px;
	width: 600px;
}

.downloadlink1{
  font-family: Trajan Pro;
  background: url(../img/download1.png) no-repeat;
  text-align: center;
  line-height: 57px;
  text-shadow: 0px 2px 2px black;
  width: 344px;
  height: 64px;
  border: none;
  color: #ebd898;
  display: inline-block;
  font-size: 12px;
  margin: 4px 2px;
  cursor: pointer;
}

.downloadlink2{
  font-family: Trajan Pro;
  background: url(../img/download2.png) no-repeat;
  text-align: center;
  line-height: 57px;
  text-shadow: 0px 2px 2px black;
  width: 344px;
  height: 64px;
  border: none;
  color: #ebd898;
  display: inline-block;
  font-size: 12px;
  margin: 4px 2px;
  cursor: pointer;
}

.content_title {
  font-family: Trajan Pro;
  font-size: 30px;
  text-align: center;
  line-height: 70px;
  color : #ebd898;
  text-shadow: 0px 2px 2px black;
}

.sub_content_title {
  font-family: Trajan Pro;
  font-size: 16px;
  text-align: center;
  line-height: 90px;
  color : #ebd898;
  text-shadow: 0px 2px 2px black;
}

.social-icons {
    text-align: center;
}

.social-icons:hover {
    opacity: 0.7;
}

.social-icons li {
    display:inline-block;
    list-style-type:none;
    -webkit-user-select:none;
    -moz-user-select:none;
}
.social-icons li a {
    border-bottom: none;
}
.social-icons li img {
    width:70px;
    height:70px;
    margin-right: 20px;
}

.hoehle {
  /*background: url(../img/hoehle.png) no-repeat;*/
  height: 280px;
  width: 280px;
  margin: 0 auto;
  position: relative;
  margin-top: -10px;
  margin-bottom: -10px; }

.tabelle {
  padding: 22px;
  padding-top: 40px;
  font-size: 10px;
  font-family: "Open Sans", Verdana, sans-serif;
  text-transform: none; }
  .tabelle table {
    width: 226px; }

.statistiken_tabelle table tbody tr td:nth-child(2n) {
  text-align: right;
  color: #ccc; }

.login form {
  width: 258px;
  margin: 0 auto; }
  .login form .button {
    margin-top: 10px;
    padding-bottom: 8px; }

.pw_vergessen_registrieren {
  font-size: 10px;
  text-align: right;
  font-family: "Open Sans", Verdana, sans-serif; }
  .pw_vergessen_registrieren p a {
    color: white; }
  .pw_vergessen_registrieren p:nth-child(1) {
    margin-top: 10px;
    margin-bottom: 0px; }
  .pw_vergessen_registrieren p:nth-child(2) {
    margin-top: 2px;
    margin-bottom: 0px; }

.rangliste_tabelle {
  font-size: 12px; }
  .rangliste_tabelle table tbody tr th {
    font-size: 14px; }
  .rangliste_tabelle table tbody tr th:nth-child(2) {
    text-align: left; }
  .rangliste_tabelle table tbody tr td:nth-child(1), .rangliste_tabelle table tbody tr td:nth-child(3) {
    text-align: center; }

.gold, .silber, .bronze {
  font-weight: 700; }

.gold {
  color: gold; }

.silber {
  color: silver; }

.bronze {
  color: #cd7f32; }

.trailer iframe {
  margin-left: 26px;
  height: 140px;
  width: 258px; }

.social {
  margin: 0 auto;
  width: 258px; }
  .social .button:nth-child(1) {
    margin-left: 20px; }
  .social .button:nth-child(2) {
    margin-right: 20px; }

footer {
    clear: both;
    position: relative;
    height: 238px;
    background: url(../img/footer.png) ;
  }

.copyright a {
  color: #9a746a;
   }

.copyright, .design_code {
  font-family : Trajan Pro;
  color: #805a50;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  position: relative;
  top: 15%;
   }



/*----------------------------------------------------------
// Inhalt --- REGISTRATION
-----------------------------------------------------------*/
/* #register { */
  /* margin-top: 20px; */
  /* margin-right: 30px; */
  /* padding-left: 45px; } */
  /* #register table tbody tr { */
    /* height: 45px; } */
    /* #register table tbody tr td .button { */
      /* padding-bottom: 25px; } */

/*----------------------------------------------------------
// Inhalt --- USERCP
-----------------------------------------------------------*/
.usercp {
  margin: 0 auto;
  width : 600px;
  text-align: center;
  }

/*----------------------------------------------------------
// Inhalt --- CHARAKTERE
-----------------------------------------------------------*/
.charakter table {
  table-layout: fixed;
  width: 100%; }
.charakter table tbody tr {
  text-align: center; }
.charakter table tbody tr:nth-child(1) {
  height: 30px; }
.charakter table tbody tr:nth-child(2n) {
  background-color: rgba(0, 0, 0, 0.2); }
.charakter table tbody tr th:nth-child(4) {
  width: 110px; }
.charakter table tbody tr th:nth-child(5) {
  width: 120px; }
.charakter table tbody tr td select option {
  color: #000; }

/*----------------------------------------------------------
// Inhalt --- DATEN ÄNDERN
-----------------------------------------------------------*/
.daten_aendern form table tbody tr {
  height: 30px; }
.daten_aendern form table tbody tr th, .daten_aendern form table tbody tr td {
  width: 320px; }
.daten_aendern > form table tbody tr th .button {
  padding-bottom: 10px;
  font-weight: 300;
  margin-top: 15px; }

.sicherheitsfrage {
  color: black; }

/*----------------------------------------------------------
// Inhalt --- RANGLISTE
-----------------------------------------------------------*/
#rangliste_page {
  text-align: center;
  table-layout: fixed;
  border-color:#3a231e;
  width: 100%; }

.rangliste table tbody tr:nth-child(2n) {
  background-color: rgba(0, 0, 0, 0.2); }

.rangliste_head {
  height: 30px; }

.charakter_gilde_auswahl_pagination {
  margin-top: 25px; }

.meh {
  color: red; }

/* .languagebox { */
  /* position: absolute; */
  /* top: 0; */
  /* z-index: 100; */
  /* right: 0; */
  /* margin-right: 50px; */
/* } */

/* .languagebox{ */
	/* top: -82px; */
	/* right: -35px; */
/* } */
/* .languagebox .dropdown-toggle{ */
	/* background-color: #151210; */
/* } */

	/* .languagebox{ */
		/* margin-top: -75px !important; */
	/* } */

    .counter {
        font-size: 19px;
        color: #f2dd76;
		width: 95px;
		height: 50px;
        display: inline-block;
        text-align: center;
		line-height: 70px;
		font-family: Trajan Pro;
		-webkit-user-select: none;
		-khtml-user-select: none;
		-webkit-touch-callout : none;
		-moz-user-select: none;
		-o-user-select: none;
		user-select: none;
    }

    .circle {
        background: rgba(0, 0, 0, 0.6);
        width: 100px;
		height: 100px;
        border-radius: 100%;
		display: inline-block;
		border: 3px solid #0f0f0f;
    }

	.server_stats{
		margin-top: 750px;
	}

	h2{
		color:#948141;
	}

	.channel_info{
		float:left;
	}

	.info{
		width: 95px;
		height : 12px;
		font-size: 9px;
		font-family: Trajan Pro;
		line-height: 10px;
		color:#5d5d5d;
        text-align: center;
		font-weight: bold;
		text-transform: uppercase;
		position: absolute;
	}

	.content, .links{
		width: 1328px;
	}

	.links{
		margin-top: 75px;
	}



	#home_slider{
		padding-top: 1px;
		/* margin-bottom: 60px; */
		/* width: 100%; */
		width:663px;
		height:325px;
		-webkit-user-select: none;
		-khtml-user-select: none;
		-webkit-touch-callout : none;
		-moz-user-select: none;
		-o-user-select: none;
		user-select: none;
	}
	#home_slider img{
		/* height: 100%; */

		/* object-fit: cover; */
		/* min-width: 100%; */
	}
	.carousel-indicators{
		/* top: 0px; */
		/* right: 0; */
		/* left: initial; */
		bottom:0px;
		/* text-align: right; */
	}
	.carousel-indicators li{
		width: 15px !important;
		height: 15px !important;
		border-style: solid;
		border-width: 1px;
		border-color: #885858;
		/* border-radius: 0; */
		margin: 0 !important;
		-webkit-box-shadow: inset 0px 0px 2px 1px rgba(43,43,43,0.75);
		-moz-box-shadow: inset 0px 0px 2px 1px rgba(43,43,43,0.75);
		box-shadow: inset 0px 0px 2px 1px rgba(43,43,43,0.75);
	}
	.carousel-indicators .active{
		background-color: #e3d387;
	}
	.slider_desc{
		background-color: rgba(0, 0, 0, 0.75);
		position: absolute;
		z-index: 10000;
		bottom: 0;
		width: 100%;
		padding: 18px;
		color: #77664B;
		font-size: 14px;
	}
	.slider_desc h5{
		margin: 0;
		font-size: 21px;
		color: #c1a16e;
		font-family: Trajan Pro;
		margin-bottom: 3px;
	}

	.download_home{
		background-image: url(../img/new/DownloadNew.png);
		background-repeat: no-repeat;
		background-position: 0px 15px;
		width: 545px;
		height: 263px;
		color: #e4c67d;
		font-family: Trajan Pro;
		font-size: 13px;
		text-align: center;
		padding-top: 185px;
		margin-left: 35px;
		margin-right: auto;
		top:10px;
		-webkit-user-select: none;
		-khtml-user-select: none;
		-webkit-touch-callout : none;
		-moz-user-select: none;
		-o-user-select: none;
		user-select: none;
	}

	.download_home:hover {
		opacity: 0.8; /* css standard */
		filter: alpha(opacity=100); /* internet explorer */
	}


	.download_home:active {
		opacity: 1; /* css standard */
		filter: alpha(opacity=100); /* internet explorer */
	}

	.dragon_header{
		background-image: url(../img/new/dragon.png);
		background-repeat: no-repeat;
		background-position: 100px 100px;
		width: auto;
		height: 439px;
		color: #cbac7b;
		font-family: Trajan Pro;
		font-size: 19px;
		text-align: center;
		padding-top: 50px;
		padding-left: 70px;
		margin-left: -70px;
		margin-bottom: 40px;
		-webkit-user-select: none;
		-khtml-user-select: none;
		-webkit-touch-callout : none;
		-moz-user-select: none;
		-o-user-select: none;
		user-select: none;
	}

	.dragon_text{
		width: 640px;
		height: 768px;
		color: #e3d387;
		font-family: Trajan Pro;
		font-size: 15px;
		text-align: center;
		padding-top: 140px;
		padding-left: 150px;
		margin-left: -70px;
		margin-bottom: 40px;
		text-shadow: 2px 2px #000000;
		-webkit-user-select: none;
		-khtml-user-select: none;
		-webkit-touch-callout : none;
		-moz-user-select: none;
		-o-user-select: none;
		user-select: none;
	}

	.dragon_text p{
		width: 550px;
		color: #e3d387;
		font-family: Trajan Pro;
		font-size: 27px;
		text-align: center;
		text-shadow: 2px 2px #000000;
	}


	.home_title{
		background-image: url(../img/new/home_title.png);
		background-repeat: no-repeat;
		background-position: center;
		width: 388px;
		height: 125px;
		color: #cbac7b;
		font-family: Trajan Pro;
		font-size: 19px;
		text-align: center;
		padding-top: 50px;
		padding-left: 70px;
		margin-left: -70px;
		margin-bottom: 40px;
	}
	.home_title2{
		background-image: url(../img/new/home_title2.png);
		background-repeat: no-repeat;
		background-position: center;
		width: 390px;
		height: 121px;
		color: #cbac7b;
		font-family: Trajan Pro;
		font-size: 19px;
		text-align: center;
		padding-top: 48px;
		padding-right: 90px;
		margin-bottom: 50px;
	}

	.server_detilas {
		width: 536px;
		margin-left: auto;
		margin-right: 50px;
		/* margin-top: 90px; */
		-webkit-user-select: none;
		-khtml-user-select: none;
		-webkit-touch-callout : none;
		-moz-user-select: none;
		-o-user-select: none;
		user-select: none;
	}
	.server_detilas .circle{
		background: none;
		border: none;
		border-radius: 0;
		background-image: url(../img/new/server_statistic.png);
		background-repeat: no-repeat;
		background-position: center;
		width: 134px;
		height: 155px;
		text-align: center;
		float: left;
		padding-top: 45px;
	}
	.server_detilas .counter{
		font-size: 24px;
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		background-image: -moz-linear-gradient(top, #EAB83A 0%, #FFEBBC 100%);
		background-image: -webkit-linear-gradient(top, #EAB83A 0%,#FFEBBC 100%);
		background-image: linear-gradient(to bottom, #EAB83A 0%,#FFEBBC 100%);
		margin: 0;
		height: auto;
		line-height: 22px;
	}
	.server_detilas .info{
		position: relative;
		width: 60%;
		color: #f2dd76;
		font-size: 10px;
		margin-top: 5px;
		margin-left: auto;
		margin-right: auto;
		line-height: 12px;
	}

	.panel_news{
		background-image: url(../img/new/panel_news.png);
		background-repeat: no-repeat;
		background-position: center;
		width: 663px;
		height: 326px;
		margin-left: -16px;
		padding: 16px;
	}

	.main{
		min-width: 1328px;
	}

	.panel_news .nav-tabs{
		border-bottom-style: solid;
		border-bottom-width: 1px;
		border-bottom-color: #793422b8;
	}
	.panel_news .nav-tabs > li > a{
		background: none !important;
		border: none !important;
		font-family: Trajan Pro;
		color: #b7796b !important;
		font-size: 16px;
		margin-bottom: -1px;
		padding-left: 8px;
		padding-right: 8px;
		margin-right: 25px;
	}
	.panel_news .nav-tabs > li > a:hover{
		color: #756349 !important;
	}
	.panel_news .nav-tabs > li.active > a, .panel_news .nav-tabs > li.active > a:hover{
		color: #e3d387 !important;
		border-bottom-style: solid !important;
		border-bottom-width: 2px !important;
	}
	.panel_news .tab-content{
		color: #6d5c41;
		font-family: Roboto;
		font-size: 14px;
		line-height: 1.25;
		padding-top: 20px;
		padding-bottom: 20px;
		margin-bottom: 20px;
	}

	.panel_news_row{
		display: block;
		color: #b7796b !important;
		text-decoration: none !important;
		font-size: 16px;
		padding: 20px;
		padding-top: 10px;
		padding-bottom: 10px;
		margin-left: -17px;
		width: calc(100% + 19px);
	}
	.panel_news_row:hover{
		background-color: rgba(0, 0, 0, 0.4);
	}
	.panel_news_row_date{
		color: #7b4437 !important;
		float: right;
	}

	.panel_best_player{
		background-image: url(../img/new/panel_best_player.png);
		background-repeat: no-repeat;
		background-position: center;
		width: 403px;
		height: 124px;
		margin-bottom: 10px;
		margin-left: -30px;
		padding-top: 40px;
		padding-right: 40px;
		font-family: Roboto;
		color: #5e5e5e;
		line-height: 1.2;
	}

	.panel_best_player h6{
		margin: 0;
		font-family: Trajan Pro;
		font-size: 17px;
		line-height: 13px;
		color: #966B36;
		margin-bottom: 8px;
	}

	.panel_ranking_avatar_shaman, .panel_ranking_avatar_ninja, .panel_ranking_avatar_sura, .panel_ranking_avatar_warrior{
		background-repeat: no-repeat;
		background-position: center;
		width: 64px;
		height: 54px;
		margin-left: -10px;
		margin-top: 8px;
		/* margin-right: 15px; */
		float: left;
	}
	.panel_ranking_avatar_shaman{
		background-image: url(../img/new/avatar_shaman.png);
	}
	.panel_ranking_avatar_ninja{
		background-image: url(../img/new/avatar_ninja.png);
	}
	.panel_ranking_avatar_sura{
		background-image: url(../img/new/avatar_sura.png);
	}
	.panel_ranking_avatar_warrior{
		background-image: url(../img/new/avatar_warrior.png);
	}

	/* .links{ */
		/* height: 1700px; */
	/* } */
	/* .content{ */
		/* height: 1850px; */
	/* } */

	.panel_race{
		font-size: 16px;
		color: #cbb271;
		font-family: Trajan Pro;
	}
	.panel_best_player_name{
		font-size: 15px;
		color: #a4776c;
		font-family: Trajan Pro;
	}
	.panel_best_player_level{
		float: right;
		font-size: 13px;
		margin-right: 10px;
		color: #85584d;
		font-family: Trajan Pro;
	}
	.panel_best_player_time_minutes{
		float: right;
		font-size: 12px;
		margin-right: 10px;
		color: #85584d;
		font-family: Trajan Pro;
	}
	.panel_best_player_empire{
		float: right;
		font-size: 15px;
		margin-top: 1px;
		color: #85584d;
		font-family: Trajan Pro;
	}
	.panel_best_player_time{
		display: block;
		font-size: 12px;
		color: #85584d;
		font-family: Myriad Pro;
	}

	.panel_ranking_class{
		width: 337px;
		height: 300px;
        margin: 0 auto;
	}
	.panel_ranking{
		width: 337px;
		height: 370px;
        margin: 0 auto;
		/* display: inline-block; */
	}
	.panel_ranking_title{
		background-image: url(../img/new/placeholder.png);
		background-repeat: no-repeat;
		background-position: center;
		height: 66px;
		color: #e3d387;
		font-size: 21px;
		font-weight: bold;
		text-align: center;
		font-family: Trajan Pro;
		padding-bottom: 12px;
		margin-top: 0;
		-webkit-user-select: none;
		-khtml-user-select: none;
		-webkit-touch-callout : none;
		-moz-user-select: none;
		-o-user-select: none;
		user-select: none;
	}

	.panel_ranking_table{
		background-color: #2a100bb8;
		width: 337px;
		font-family: Roboto;
		color: #85584d;
		font-size: 15px;
		font-weight: 600;
		/* margin-left: -20px; */
		/* margin-top: -20px; */
		border: 1px solid #432b26;
		-webkit-user-select: none;
		-khtml-user-select: none;
		-webkit-touch-callout : none;
		-moz-user-select: none;
		-o-user-select: none;
		user-select: none;
	}
	.panel_ranking_table th{
		color: #a4776c;
		font-size: 12px;
		padding: 5px;
		text-align: left;
	}
	.panel_ranking_table tbody tr:nth-child(odd){
		background-color: #10101075;
	}
	.panel_ranking_table tr > td{
		padding: 5px;
		text-align: left;
		line-height: 53px;
	}
	.panel_ranking_table tr > td:first-child, .panel_ranking_table tr > th:first-child{
		padding-left: 20px;
	}
	.panel_ranking_table tr > td:last-child, .panel_ranking_table tr > th:last-child{
		padding-right: 20px;
	}
	.panel_ranking_table tr > td:nth-child(3), .panel_ranking_table tr > th:nth-child(3){
		color: #a4776c;
		text-align: center;
	}


	.panel_ranking_table2{
		background-color: #2a100bb8;
		width: 337px;
		font-family: Roboto;
		color: #85584d;
		font-size: 15px;
		font-weight: 600;
		border: 1px solid #432b26;
		-webkit-user-select: none;
		-khtml-user-select: none;
		-webkit-touch-callout : none;
		-moz-user-select: none;
		-o-user-select: none;
		user-select: none;
	}
	.panel_ranking_table2 th{
		color: #a4776c;
		font-size: 12px;
		padding: 5px;
		text-align: left;
	}
	.panel_ranking_table2 tbody tr:nth-child(odd){
		background-color: #10101075;
	}
	.panel_ranking_table2 tr > td{
		padding: 5px;
		text-align: left;
		/* line-height: 45px; */
	}
	.panel_ranking_table2 tr > td:first-child, .panel_ranking_table2 tr > th:first-child{
		padding-left: 20px;
	}
	/* .panel_ranking_table2 tr > td:last-child, .panel_ranking_table2 tr > th:last-child{ */
		/* padding-right: 20px; */
	/* } */
	.panel_ranking_table2 tr > td:nth-child(3), .panel_ranking_table2 tr > th:nth-child(3){
		color: #a4776c;
		text-align: center;
	}

	.panel_ranking_showall{
		width: 337px;
		display: block;
		color: #c1a16e;
		font-family: Roboto;
		font-size: 15px;
		font-weight: bold;
		text-align: center;
		/* margin-top: 30px; */
	}

	.navigate_ranking{
		width:337px;
		text-align: center;
		margin: 0 auto;

	}
	.navigate_ranking ul{

		padding-inline-start: 0px;

	}
	.navigate_ranking li{
		float: none;
		display: inline-block;
		/* text-align: center; */

	}

	.navigate_ranking>.nav-tabs>li>a
	{
		color: #98695f;
		font-size: 14px;
		border: 0px solid transparent;
	}

	.navigate_ranking>.nav-tabs>li.active>a, .navigate_ranking>.nav-tabs>li.active>a:focus, .navigate_ranking>.nav-tabs>li.active>a:hover {
		color: #e3d387;
		background-color: transparent;
		border: 0px solid transparent;
		border-bottom-color: transparent;
		cursor: default;
		font-size: 16px;
	}

	.ranking_footer_text{
		-webkit-user-select: none;
		-khtml-user-select: none;
		-webkit-touch-callout : none;
		-moz-user-select: none;
		-o-user-select: none;
		user-select: none;
		width: 100%;
		height: 190px;
		color: #e3d387;
		text-align: center;
		font-family: Trajan Pro;
		font-size: 40px;
		text-align: center;
		padding-top: 90px;
	}

.slider-video-bg {

	position: absolute;
    top: 0%;
    left: 50%;
    min-width: 100%;
    width: auto;
    height: auto;
    transform: translateX(-50%) translateY(0);
    z-index: -1;
}


.rankform label{
	position: relative;
	color: #e3d387;
	width: 188px;
	background-image: url(../img/btnrank1.png);
	background-repeat: no-repeat;
	font-size: 16px;
	font-family: Trajan Pro;
	text-align: center;
	height: 50px;
	line-height: 50px;
	display: block;
	cursor: pointer;
}

.rankform .plan input:checked + label, .rankform .payment-plan input:checked + label, .rankform .payment-type input:checked + label{
	background-image: url(../img/btnrank2.png);
	background-repeat: no-repeat;
}
.imgbox{
  text-align: center;
}


/*# sourceMappingURL=style.css.map */
