body {
  width: 100%;
  background: url(../images/mt2/body-bg-top.jpg) center top no-repeat, url(../images/mt2/body-bg-bottom.jpg) center bottom no-repeat;
  background-color: #000000;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  color: #fff;
  line-height: 1.3;
  cursor: url(../images/cursor.cur), auto;

}
div#status{
	width: 100%;
	padding: 10px 0px;
    	display: flex;
    	align-items: center;
    	justify-content: center;
    	background: rgba(27, 21, 3, 0.41);
    	flex-wrap: wrap;
    	height: auto;
    	border-top-left-radius: 35px;
    	border-top-right-radius: 35px;
    	border-top: 1px solid rgba(27, 21, 3, 0.41);
    	box-shadow: 0px -3px 30px rgba(27, 21, 3, 0.41);
}
div#status p{
	color: #eee;
	font-size: 12px;
}
span.online{
	background: url(../images/status/online.png) left no-repeat;
	color: #4eba4c;
	height: 16px;
	padding: 5px 20px;
	margin-left: 10px;
}
span.offline{
	background: url(../images/status/offline.png) left no-repeat;
	color: #ba4c4c;
	height: 16px;
	padding: 5px 20px;
	text-align: right;
	margin-left: 10px;
}
a {
  transition: all 0.3s ease;
  color: #fff;
}
a:hover,
button:hover {
  -webkit-filter: brightness(120%);
  filter: brightness(120%);
  text-decoration: none;
}
p {
  margin-bottom: 15px;
}
h1,
h2,
h3,
h7 {
  color: #fff;
  margin-bottom: 20px;
  line-height: 1.5;
}
h1 {
  font-size: 20px;
}
h2 {
  font-size: 18px;
}
h3 {
  font-size: 16px;
}

input, textarea {
    #background:rgb(58, 53, 9);
    border: 1px solid #291d1f;
    #color: #fff;
    padding: 10px 12px;
    position: relative;
}

button,
.button {
  transition: all 0.3s ease;
  cursor: pointer;
  background: url(../images/mt2/button-bg.jpg) center no-repeat;
  background-size: cover;
  border: none;
  color: #fff;
  text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.5);
  position: relative;
  z-index: 1;
  padding: 10px 15px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.8);
  font-family: 'Candara', Arial, sans-serif;
}
button:hover,
.button:hover {
  -webkit-filter: hue-rotate(0deg) brightness(180%) contrast(120%);
  filter: hue-rotate(0deg) brightness(180%) contrast(120%);
  text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.2);
  color: #afafaf;
}
.button-big {
  height: 50px;
  background-size: 100%;
  line-height: 50px;
  width: 100px;
  padding: 0px;
}
.button-small {
  background-size: 67px 26px;
  height: 26px;
  line-height: 26px;
  width: 67px;
  padding: 0px;
  font-size: 12px;
}
:focus {
  outline: none;
}
::-webkit-input-placeholder {
  color: #706f6f;
}
::-moz-placeholder {
  color: #706f6f;
}
:-moz-placeholder {
  color: #706f6f;
}
:-ms-input-placeholder {
  color: #706f6f;
}
.body-t {
  background: url(../images/mt2/body-bg-top.jpg) center top no-repeat, url(../images/mt2/body-bg-bottom.jpg) center bottom no-repeat;
}
.wrapper {
  width: 1280px;
  margin: 0 auto;
  position: relative;
}
.container {
  #min-height: 600px;
  #display: flex;
  #justify-content: space-between;
}
/* Header
-----------------------------------------------------------------------------*/
.header {
  position: relative;
  height: 843px;
}
.menu-top {
  text-align: center;
}

.menu-top ul li {
  display: inline-block;
  margin: 0px 25px;
  position: relative;
}
.menu-top ul li:hover {
  background: url(../images/menu-top-active.png) center -1px no-repeat;
}
.menu-top ul li ul {
  position: absolute;
  margin-top: -15px;
  margin-left: -80px;
  opacity: 0;
  left: -9999px;
  z-index: 9999;
  width: 160px;
  background-color:rgb(27, 19, 3);
  border: 1px solidrgb(136, 130, 105);
  padding: 20px 0px;
  transition: 0.25s linear opacity;
  box-shadow: 10px 10px 64px -16px rgba(0, 0, 0, 0.75);
}
.menu-top ul li ul:after {
  content: "";
  #background: url(../images/menu-icon.png) no-repeat;
  width: 22px;
  height: 12px;
  top: -11px;
  left: 50%;
  margin-left: -11px;
  position: absolute;
}
.menu-top ul li ul li {
  display: block;
  margin: 0px 0px;
  text-align: left;
}
.menu-top ul li ul li:hover {
  background: none !important;
}
.menu-top ul li ul li a {
  text-transform: none;
  padding: 8px 28px;
  border-top: none !important;
  color: #fff !important;
  box-shadow: none !important;
  text-shadow: none !important;
}
.menu-top ul li ul li a:hover {
  color: #fff;
  background-color: #0d0d0b;
}
.menu-top ul li ul li a:before {
  content: ">";
  padding-right: 10px;
}
.menu-top ul li a {
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    padding: 25px 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 #0d0d0b;
  text-shadow: 0px 0px 27px #0d0d0b;
  color: #0d0d0b;
}
.menu-top ul li:hover ul {
  left: 50%;
  opacity: 1;
}
.menu-top .active {
  background: url(../images/menu-top-active.png) center -1px no-repeat;
}
.menu-top .active a {
  text-shadow: 0px 0px 27px #0d0d0b;
  color: #0d0d0b;
  border-top: 2px solid #0d0d0b;
}
.menu-top-left {
  float: left;
}
.menu-top-right {
  float: right;
}
.top-menu {
  text-align: center;
}
.top-menu .active a:before {
  content: "";
  background: #8eaa5b;
  position: absolute;
  height: 1px;
  width: 100%;
  top: 0px;
  left: 0px;
  box-shadow: 0px 3px 5px 0px rgba(142, 170, 91, 0.6);
  opacity: 1;
}
.top-menu li {
  display: inline-block;
  position: relative;
}
.top-menu li a {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 16px;
  padding: 0px 30px;
  display: block;
  line-height: 69px;
  position: relative;
}
.top-menu li a:before {
  content: "";
  opacity: 0;
  transition: all 0.5s ease;
}
.top-menu li ul {
  position: absolute;
  padding: 25px 0px;
  min-width: 180px;
  margin-top: -10px;
  background:rgb(11, 10, 8);
  border: 1px solid #341f20;
  text-align: left;
  opacity: 0;
  left: -9999px;
  transition: opacity 0.3s ease;
  z-index: 2;
}
.top-menu li ul li {
  display: block;
}
.top-menu li ul li a {
  line-height: 1.3;
  padding: 10px 25px;
}
.top-menu li ul li a:before {
  content: ">";
  opacity: 1;
  margin-right: 10px;
}
.top-menu li ul:before {
  border: 8px solid transparent;
  border-bottom-color: #341f20;
  position: absolute;
  left: 27%;
  bottom: 100%;
  content: '';
}
.top-menu li:hover a {
  color: #8eaa5b;
  text-shadow: 0px 0px 12px rgba(142, 170, 91, 0.3);
}
.top-menu li:hover a:before {
  content: "";
  background: #8eaa5b;
  position: absolute;
  height: 1px;
  width: 100%;
  top: 0px;
  left: 0px;
  box-shadow: 0px 3px 5px 0px rgba(142, 170, 91, 0.6);
  opacity: 1;
}
.top-menu li:hover ul {
  opacity: 1;
  left: 0px;
  transition: opacity 0.5s ease;
}
.top-menu li:hover ul li a {
  color: #fff;
}
.top-menu li:hover ul li a:hover {
  color: #8eaa5b;
  background: rgba(142, 170, 91, 0.1);
  box-shadow: 0px 3px 5px -3px rgba(142, 170, 91, 0.5), 0px -3px 10px -3px rgba(142, 170, 91, 0.5);
}
.top-menu li:hover ul li a:before {
  content: ">";
  opacity: 1;
  margin-right: 10px;
  position: relative;
  background: none;
  box-shadow: none;
}
.logo a {
  position: absolute;
  display: block;
  margin-left: 120px;
  margin-top: 19px;
}
.server-block {
  background: url(../images/mt2/server-bg.png) no-repeat;
  width: 300px;
  height: 90px;
  padding: 33px 20px 0px 20px;
  position: absolute;
  top: 395px;
}
.circlestat {
  position: absolute;
  left: 106px;
  top: -4px;
}
.server-status {
  float: left;
  font-size: 14px;
  color: #aadd59;
  text-shadow: 0px 0px 8px #aadd59;
  padding: 10px 0px 10px 35px;
  margin-top: -10px;
  margin-left: 95px;
}
.server-status.online {
  background: url(../images/mt2/online-icon.png) left no-repeat;
}
.server-status.offline {
  background: url(../images/mt2/offline-icon.png) left no-repeat;
  color: #f53319;
  text-shadow: none;
}
.server-name {
  float: left;
  color: #aadd59;
  font-size: 13px;
}
.out-nav-block {
  position: absolute;
  bottom: 100px;
  display: flex;
}
.soc-block {
  margin-right: 130px;
}
.soc-block a {
  display: inline-block;
  height: 28px;
  line-height: 28px;
  width: 28px;
  text-align: center;
  border: 1px solid rgba(240, 249, 225, 0.2);
  margin-right: 3px;
  box-shadow: 0px 3px 5px -2px rgba(170, 221, 89, 0.2), 0px -3px 5px -2px rgba(170, 221, 89, 0.2);
}
.soc-block a:nth-child(1) {
  background: url(../images/mt2/soc-icons.png) -3px 5px no-repeat;
}
.soc-block a:nth-child(2) {
  background: url(../images/mt2/soc-icons.png) -33px 5px no-repeat;
}
.soc-block a:nth-child(3) {
  background: url(../images/mt2/soc-icons.png) -64px 5px no-repeat;
}
.soc-block a:hover {
  border-radius: 50%;
}
.hide,
.hide + label ~ div {
  display: none;
}
.hide + label {
  margin: 0;
  padding: 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  position: relative;
  transition: all 0.4s ease;
}
.hide + label span {
  color: #fff;
}
.hide + label img {
  border: 1px solid rgba(198, 176, 80, 0.4);
  margin: 0px 0px -3px 5px;
}
.hide + label:hover {
  -webkit-filter: brightness(120%);
  filter: brightness(120%);
}
.hide:checked + label {
  border-bottom: 0;
}
.hide:checked + label + div {
  display: block;
  position: absolute;
  background: #0b080b;
  border: 1px solid #341f20;
  padding: 18px 0px;
  min-width: 180px;
  animation: fade ease-in 0.5s;
  margin: 7px 0px 0px -53px;
}
.hide:checked + label + div:before {
  border: 6px solid transparent;
  border-bottom-color: #341f20;
  position: absolute;
  left: 40px;
  bottom: 100%;
  content: '';
}
.hide:checked + label + div span {
  display: block;
  color: #fff;
  font-size: 12px;
  padding: 6px 25px 6px 35px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.hide:checked + label + div span:hover {
  color: #8eaa5b;
  background: rgba(142, 170, 91, 0.1);
  box-shadow: 0px 3px 5px -3px rgba(142, 170, 91, 0.5), 0px -3px 10px -3px rgba(142, 170, 91, 0.5);
}
.hide:checked + label + div span:hover:before {
  content: ">";
  position: absolute;
  margin-left: -15px;
}
.hide + label:before {
  content: "";
  width: 7px;
  height: 4px;
  background: url(../images/mt2/lang-icon.png) no-repeat;
  position: absolute;
  left: -10px;
  top: 6px;
  transform: rotate(-90deg);
}
.hide:checked + label:before {
  content: "";
  transform: rotate(0deg);
}
.download-block a {
  display: block;
  background: url(../images/mt2/download-button-bg.jpg) no-repeat;
  height: 122px;
  padding-top: 42px;
  width: 289px;
  text-align: center;
  position: absolute;
  z-index: 2;
  right: 0px;
  bottom: 84px;
  text-decoration: none;
  font-size: 13px;
  color: #fff;
}
.download-block a:hover {
  box-shadow: 0px 0px 15px 0px #FFF;
}
.download-block a span {
  display: block;
  font-size: 24px;
  color: #fff;
  text-shadow: 0px 0px 10px rgba(255, 255, 190, 0.5);
  font-weight: bold;
  letter-spacing: 2px;
  margin-bottom: 40px;
}
.download-block a p {
  position: relative;
  z-index: 2;
}
.download-block a:after {
  content: "";
  position: absolute;
  background: url(../images/mt2/download-button.png) no-repeat;
  height: 69px;
  width: 222px;
  margin-left: -111px;
  left: 50%;
  bottom: -35px;
}
/* Animation
-----------------------------------------------------------------------------*/
.eyes {
  position: absolute;
  right: 195px;
  top: 297px;
  animation-name: eyes;
  animation-duration: 7s;
  animation-iteration-count: infinite;
  animation-timing-function: ease;
  opacity: 0;
}
.eyes span {
  width: 2px;
  height: 2px;
  display: inline-block;
  margin: 0px 7px;
  border-radius: 50%;
  background: #a0dbec;
  box-shadow: 0px 0px 7px 5px #a0dbec;
}
@keyframes eyes {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.text-sword {
  background: url(../images/mt2/text_sword.png) no-repeat;
  width: 175px;
  height: 125px;
  position: absolute;
  bottom: 124px;
  left: 575px;
  opacity: 0;
  animation-name: text-sword;
  animation-duration: 15s;
  animation-iteration-count: infinite;
  animation-timing-function: ease;
}
@keyframes text-sword {
  0% {
    opacity: 0;
  }
  14% {
    opacity: 1;
    -webkit-filter: brightness(180%) contrast(180%) drop-shadow(0px 0px 4px #4444dd);
    filter: brightness(180%) contrast(180%) drop-shadow(0px 0px 4px #4444dd);
  }
  28% {
    opacity: 0;
  }
  42% {
    opacity: 1;
    -webkit-filter: brightness(180%) contrast(180%) drop-shadow(0px 0px 4px #ffffff);
    filter: brightness(180%) contrast(180%) drop-shadow(0px 0px 4px #ffffff);
  }
  68% {
    opacity: 0;
  }
  82% {
    opacity: 1;
    -webkit-filter: brightness(180%) contrast(180%) drop-shadow(0px 0px 4px #c4423b);
    filter: brightness(180%) contrast(180%) drop-shadow(0px 0px 4px #c4423b);
  }
  100% {
    opacity: 0;
  }
}
.light-sword {
  width: 450px;
  height: 350px;
  position: absolute;
  bottom: 140px;
  left: 320px;
  opacity: 0;
}
.light-sword-1 {
  background: url(../images/mt2/light_sword_1.png) right 0px bottom 0px no-repeat;
  animation-name: light-sword-1;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.light-sword-2 {
  background: url(../images/mt2/light_sword_2.png) right -30px bottom -30px no-repeat;
  animation-name: light-sword-2;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-delay: 1s;
}
.light-sword-3 {
  background: url(../images/mt2/light_sword_3.png) right 0px bottom 0px no-repeat;
  animation-name: light-sword-3;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-delay: 2s;
}
@keyframes light-sword-1 {
  40% {
    background: url(../images/mt2/light_sword_1.png) right 10px bottom 10px no-repeat;
    opacity: 0.5;
  }
  70% {
    background: url(../images/mt2/light_sword_1.png) right 20px bottom 20px no-repeat;
    opacity: 1;
  }
  100% {
    background: url(../images/mt2/light_sword_1.png) right 30px bottom 30px no-repeat;
    opacity: 0;
  }
}
@keyframes light-sword-2 {
  40% {
    background: url(../images/mt2/light_sword_2.png) right -20px bottom -20px no-repeat;
    opacity: 0.5;
  }
  70% {
    background: url(../images/mt2/light_sword_2.png) right -10px bottom -10px no-repeat;
    opacity: 1;
  }
  100% {
    background: url(../images/mt2/light_sword_2.png) right 0px bottom 0px no-repeat;
    opacity: 0;
  }
}
@keyframes light-sword-3 {
  40% {
    background: url(../images/mt2/light_sword_3.png) right 10px bottom 10px no-repeat;
    opacity: 0.5;
  }
  70% {
    background: url(../images/mt2/light_sword_3.png) right 20px bottom 20px no-repeat;
    opacity: 1;
  }
  100% {
    background: url(../images/mt2/light_sword_3.png) right 30px bottom 30px no-repeat;
    opacity: 0;
  }
}
.sparks-pet {
  background: url(../images/mt2/sparks_pet.png) left bottom no-repeat;
  width: 150px;
  height: 150px;
  position: absolute;
  bottom: 180px;
  left: 260px;
}
.sparks-pet-1 {
  background: url(../images/mt2/sparks_pet.png) left bottom no-repeat;
  animation-name: sparks-pet-1;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.sparks-pet-2 {
  background: url(../images/mt2/sparks_pet.png) left bottom no-repeat;
  animation-name: sparks-pet-2;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-delay: 1s;
}
.sparks-pet-3 {
  background: url(../images/mt2/sparks_pet.png) left bottom no-repeat;
  animation-name: sparks-pet-3;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-delay: 2s;
}
@keyframes sparks-pet-1 {
  0% {
    background: url(../images/mt2/sparks_pet.png) left 10px bottom 10px no-repeat;
    opacity: 0;
  }
  40% {
    background: url(../images/mt2/sparks_pet.png) left 10px bottom 10px no-repeat;
    opacity: 0.5;
  }
  70% {
    background: url(../images/mt2/sparks_pet.png) left 20px bottom 20px no-repeat;
    opacity: 1;
  }
  100% {
    background: url(../images/mt2/sparks_pet.png) left 30px bottom 30px no-repeat;
    opacity: 0;
  }
}
@keyframes sparks-pet-2 {
  0% {
    background: url(../images/mt2/sparks_pet.png) left 0px bottom 10px no-repeat;
    opacity: 0;
  }
  40% {
    background: url(../images/mt2/sparks_pet.png) left 0px bottom 10px no-repeat;
    opacity: 0.5;
  }
  70% {
    background: url(../images/mt2/sparks_pet.png) left 0px bottom 20px no-repeat;
    opacity: 1;
  }
  100% {
    background: url(../images/mt2/sparks_pet.png) left 0px bottom 30px no-repeat;
    opacity: 0;
  }
}
@keyframes sparks-pet-3 {
  0% {
    background: url(../images/mt2/sparks_pet.png) left 0px bottom 10px no-repeat;
    opacity: 0;
  }
  40% {
    background: url(../images/mt2/sparks_pet.png) left 0px bottom 10px no-repeat;
    opacity: 0.5;
  }
  70% {
    background: url(../images/mt2/sparks_pet.png) left 0px bottom 20px no-repeat;
    opacity: 1;
  }
  100% {
    background: url(../images/mt2/sparks_pet.png) left 0px bottom 30px no-repeat;
    opacity: 0;
  }
}
.sparks {
  background: url(../images/mt2/sparks_pet.png) left bottom no-repeat;
  width: 100px;
  height: 150px;
  position: absolute;
  bottom: 250px;
  right: 100px;
  transform: scale(3);
}
.sparks-1 {
  background: url(../images/mt2/sparks_pet.png) left bottom no-repeat;
  animation-name: sparks-1;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.sparks-2 {
  background: url(../images/mt2/sparks_pet.png) left bottom no-repeat;
  animation-name: sparks-2;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-delay: 1s;
}
.sparks-3 {
  background: url(../images/mt2/sparks_pet.png) left bottom no-repeat;
  animation-name: sparks-3;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-delay: 2s;
}
@keyframes sparks-1 {
  0% {
    background: url(../images/mt2/sparks_pet.png) left 10px bottom 10px no-repeat;
    opacity: 0;
  }
  60% {
    background: url(../images/mt2/sparks_pet.png) left 10px bottom 10px no-repeat;
    opacity: 0.5;
  }
  80% {
    background: url(../images/mt2/sparks_pet.png) left 20px bottom 20px no-repeat;
    opacity: 1;
  }
  100% {
    background: url(../images/mt2/sparks_pet.png) left 30px bottom 30px no-repeat;
    opacity: 0;
  }
}
@keyframes sparks-2 {
  0% {
    background: url(../images/mt2/sparks_pet.png) left 0px bottom 10px no-repeat;
    opacity: 0;
  }
  60% {
    background: url(../images/mt2/sparks_pet.png) left 0px bottom 10px no-repeat;
    opacity: 0.5;
  }
  80% {
    background: url(../images/mt2/sparks_pet.png) left 0px bottom 20px no-repeat;
    opacity: 1;
  }
  100% {
    background: url(../images/mt2/sparks_pet.png) left 0px bottom 30px no-repeat;
    opacity: 0;
  }
}
@keyframes sparks-3 {
  0% {
    background: url(../images/mt2/sparks_pet.png) left 10px bottom 10px no-repeat;
    opacity: 0;
  }
  60% {
    background: url(../images/mt2/sparks_pet.png) left -10px bottom 10px no-repeat;
    opacity: 0.5;
  }
  80% {
    background: url(../images/mt2/sparks_pet.png) left -20px bottom 20px no-repeat;
    opacity: 1;
  }
  100% {
    background: url(../images/mt2/sparks_pet.png) left -30px bottom 30px no-repeat;
    opacity: 0;
  }
}
/* Left Sidebar
-----------------------------------------------------------------------------*/
.left-sidebar {
  width: 290px;
float: left;
}
.sidebar-title {
  background: url(../images/mt2/sidebar-title.jpg) no-repeat;
  height: 62px;
  line-height: 62px;
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  margin-bottom: 8px;
}
.border {
  outline: 1px solid rgba(213, 120, 113, 0.1);
  background: #0d0d0b;
  padding-bottom: 15px;
  margin-bottom: 10px;
}
.box {
  border-top: 1px solid rgba(56, 49, 35, 0);
  border-bottom: 1px solid rgba(56, 51, 35, 0);
}
.box:hover {
  background: rgba(110, 0, 233, 0.14);
  border-top: 1px solid rgba(233, 179, 0, 0.5);
  border-bottom: 1px solid rgba(233, 218, 0, 0.5);
  box-shadow: 0px 4px 5px -1px rgba(233, 210, 0, 0.3), 0px -4px 5px -1px rgba(233, 210, 0, 0.3);
}
.login-block form button {
  float: right;
  width: 94px;
  height: 83px;
  line-height: 83px;
  padding: 0px;
}
.login-block form input {
  width: 160px;
  margin-bottom: 9px;
}
.login-block a {
  text-decoration: none;
}
.login-block .lost-block {
  margin-top: 5px;
}
.p-block {
  padding: 0px 10px;
}
.best-players {
  margin: 20px 0px 3px 0px;
}
.best-players li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.4s ease;
  padding: 0px 10px;
  font-size: 14px;
}
.best-players li .number {
  width: 18px;
}
.best-players li .ava {
  width: 45px;
}
.best-players li .nickname {
  width: 100px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.best-players li .rating {
  width: 40px;
}
.best-players li img {
  margin-top: 5px;
  width: 32px;
  height: 32px;
  box-shadow: 0px 0px 10px 1px rgba(216, 122, 115, 0.3);
}
.best-players li:hover span {
  color: #8eaa5b;
}
.best-players li:hover img {
  box-shadow: 0px 0px 5px 0px rgba(116, 167, 16, 0.7);
}
.best-players li:hover .button {
  -webkit-filter: hue-rotate(70deg) brightness(180%) contrast(150%);
  filter: hue-rotate(70deg) brightness(180%) contrast(150%);
  text-shadow: 2px 2px 0px rgba(0, 0, 0, 0);
  color: #afafaf;
}
.guilds {
  display: flex;
  justify-content: space-between;
  text-decoration: none;
  padding: 15px 15px 12px 15px;
  color: #887676;
}
.guilds .guild-img {
  width: 55px;
}
.guilds .guild-img img {
  width: 40px;
  height: 40px;
  box-shadow: 2px 2px 7px 0px rgba(0, 0, 0, 0.4);
}
.guilds .guild-text {
  width: 150px;
}
.guilds .guild-text .guild-text-n {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 10px;
  color: #ffffff;
}
.guilds .guild-text span b {
  color: #b76762;
  text-decoration: underline;
  font-weight: normal;
}
.guilds .guild-comments {
  width: 50px;
  text-align: right;
}
.guilds:hover .guild-text .guild-text-n {
  color: #8eaa5b;
}
.guilds:hover .guild-text span {
  color: #375154;
}
.guilds:hover .guild-text span b {
  color: #78b2b7;
}
.guilds:hover .guild-comments {
  color: #8eaa5b;
  text-shadow: 0px 0px 7px #8eaa5b;
}
.guilds:hover .comment-icon {
  -webkit-filter: hue-rotate(100deg) brightness(150%) contrast(180%);
  filter: hue-rotate(100deg) brightness(150%) contrast(180%);
}
.comment-icon {
  background: url(../images/mt2/comment-icon.png) no-repeat;
  width: 14px;
  height: 12px;
  display: inline-block;
  margin-bottom: -4px;
  margin-right: 3px;
}
/* Middle
-----------------------------------------------------------------------------*/
.border-top {
  border-top: 1px solid #1c1c1c;
  box-shadow: 0px -1px 0px #c6962082;
  padding-top: 2px;
}
.content {
  #width: 630px;
  background: #0a0a0a;
  padding: 25px 25px 35px 25px;
}
.content img {
  #max-width: 580px;
}
.content .page {
  padding: 25px;
}
.tabs {
  padding: 0px;
  margin: -25px -25px 0px -25px;
}
.tabs > .section {
  display: none;
  border-top: 1px solid #3c332a;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.tabs > input {
  display: none;
  position: absolute;
}
.tabs > label {
  display: inline-block;
  text-align: center;
  font-size: 16px;
  padding: 23px 27px;
  color:rgb(174, 143, 57);
  text-transform: uppercase;
  transition: all 0.3s ease;
}
.tabs > label:hover {
  color: #fff;
  cursor: pointer;
}
.tabs > input:checked + label {
  color: #fff;
  position: relative;
}
.tabs > input:checked + label:before {
  content: "";
  background: url(../images/mt2/tab-icon.png) no-repeat;
  width: 11px;
  height: 7px;
  position: absolute;
  bottom: -1px;
  z-index: 1;
  left: 50%;
  margin-left: -5px;
}
#home:checked ~ #content-home,
#new:checked ~ #content-new,
#old:checked ~ #content-old,
#trailer:checked ~ #content-trailer,
#film:checked ~ #content-film {
  display: block;
}
.news-block {
  margin-bottom: 50px;
}
.first-news {
  margin-bottom: 20px;
}
.first-news .news-title {
  background:rgb(11, 10, 8);
  padding: 25px;
}
.first-news .news-title a {
  text-decoration: none;
  color: #f8d69d;
  font-size: 16px;
  text-transform: uppercase;
}
.first-news .news-title span {
  float: right;
  font-size: 14px;
}
.first-news .news-title span b {
  color: #f8d69d;
  font-weight: normal;
  font-size: 16px;
}
.first-news .news-img {
  outline: 1px solid rgba(60, 51, 42, 0.25);
  position: relative;
  box-shadow: 0px 5px 8px -1px rgba(0, 0, 0, 0.4);
}
.first-news .news-img img {
  display: block;
  width: 630px;
  max-width: 630px;
}
.first-news .news-img .news-img-info {
  background: linear-gradient(to right, rgba(38, 9, 10, 0.5), rgba(195, 173, 108, 0.5));
  position: absolute;
  width: 100%;
  height: 50px;
  bottom: 0;
}
.first-news .news-img .news-img-info .read-more {
  float: right;
}
.first-news .news-img .news-img-info span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 25px;
  float: left;
  width: 450px;
  line-height: 50px;
  color: #f8d69d;
}
.news {
  border-top: 1px dashed rgba(233, 171, 0, 0.59);
  border-bottom: 1px dashed rgba(233, 159, 0, 0.59);
  font-family: Tahoma, Geneva, sans-serif;
  padding: 15px 0px 17px 25px;
    #width: 625px;
}
.news .news-read-more {
  float: right;
  box-shadow: -3px 3px 10px 0px rgba(0, 0, 0, 0.4);
  margin-top: 24px;
  margin-left: 20px;
  #opacity: 0;
  transition: all 0.3s ease;
}
.news span {
  color: #fff;
}
.news:hover {
  background:rgb(58, 41, 5);
  border-top: 1px solidrgb(27, 23, 3);
  border-bottom: 1px solidrgb(27, 23, 3);
}
.news:hover .news-read-more {
  opacity: 1;
}
.pagination {
  text-align: center;
  display: block;
}
.pagination a {
    text-decoration: none;
    color: #6b683b;
    font-size: 15px;
    padding: 4px 9px;
    border-radius: 4px;
    border: 1px solid rgba(142, 170, 91, 0);
}
.pagination .nav:hover {
border: 1px solid rgba(233, 171, 0, 0.57);
    box-shadow: 0px 0px 7px 0px rgba(233, 198, 0, 0.53);
}
.pagination .active {
border: 1px solid rgb(117 106 78);
    box-shadow: 0px 0px 7px 0px rgb(121 110 82)
}
/* Right Sidebar
-----------------------------------------------------------------------------*/

.right-sidebar {
  width: 290px;
    float: left;
}
.shop {
  #height: 66px;
  padding: 16px 0px 16px 20px;
  position: relative;
  margin-bottom: 15px;
}
.shop h3 {
  margin-bottom: 0px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 150px;
}
.shop p {
  margin-bottom: 2px;
  color: #999797;
  font-size: 11px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 150px;
}
.shop-one {
  background: url(../images/mt2/shop-bg.jpg) 0px 0px no-repeat;
}
.shop-one:after {
  content: "";
  background: url(../images/mt2/hero-one.png) no-repeat;
  width: 141px;
  height: 111px;
  position: absolute;
  right: 3px;
  bottom: -4px;
}
.shop-two {
  background: url(../images/mt2/shop-bg.jpg) 0px -98px no-repeat;
}
.shop-two:after {
  content: "";
  background: url(../images/mt2/hero-two.png) no-repeat;
  width: 176px;
  height: 111px;
  position: absolute;
  right: 3px;
  bottom: 0px;
}
.shop-three {
  background: url(../images/mt2/shop-bg.jpg) 0px -196px no-repeat;
}
.shop-three:after {
  content: "";
  background: url(../images/mt2/hero-three.png) no-repeat;
  width: 181px;
  height: 114px;
  position: absolute;
  right: 3px;
  bottom: -4px;
}
.fast-links a {
  display: block;
  font-size: 14px;
  text-decoration: none;
  padding: 12px 25px;
}
.fast-links a:before {
  content: ">";
  margin-right: 8px;
}
.fast-links a:hover {
  color: #fff;
}
.vote-f-us-block {
  padding-bottom: 20px;
}
.vote {
  height: 89px;
  width: 240px;
  margin: 0 auto;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  color: #ffffff;
  text-decoration: none;
  margin-top: 25px;
}
.vote span {
  display: block;
  text-align: center;
  width: 100%;
  padding: 10px 0px;
  transition: all 0.4s ease;
}
.vote.pink {
  box-shadow: 0px 0px 14px 0px rgba(183, 103, 98, 0.5);
}
.vote.pink span {
  background: rgba(183, 103, 98, 0.5);
}
.vote.pink:hover span {
  margin-bottom: 15px;
  background: rgba(183, 103, 98, 0.7);
}
.vote.green {
  box-shadow: 0px 0px 14px 0px rgba(142, 170, 91, 0.2);
}
.vote.green span {
  background: rgba(142, 170, 91, 0.5);
}
.vote.green:hover span {
  margin-bottom: 15px;
  background: rgba(142, 170, 91, 0.7);
}
.vote-one {
  background: url(../images/mt2/vote-bg-1.jpg) no-repeat;
}
.vote-two {
  background: url(../images/mt2/vote-bg-2.jpg) no-repeat;
}
.vote-three {
  background: url(../images/mt2/vote-bg-3.jpg) no-repeat;
}
/* Footer
-----------------------------------------------------------------------------*/
.footer {
  height: 330px;
  position: relative;
}
.block-top {
  border-bottom: 1px solid rgba(183, 103, 98, 0.1);
  min-height: 100px;
  margin-bottom: 90px;
  position: relative;
}
#toTop {
  background: url(../images/mt2/to-top.png) no-repeat;
  width: 40px;
  height: 40px;
  position: absolute;
  left: 50%;
  margin-left: -20px;
  bottom: -20px;
  cursor: pointer;
  transition: all 0.4s ease;
}
#toTop:hover {
  -webkit-filter: brightness(150%);
  filter: brightness(150%);
}
.f-menu {
  text-align: center;
  margin-bottom: 15px;
}
.f-menu .active a {
  color: #b76762;
}
.f-menu li {
  display: inline-block;
  position: relative;
}
.f-menu li a {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  padding: 0px 30px;
  display: block;
  line-height: 69px;
  position: relative;
  color: #887676;
}
.f-menu li a:hover {
  color: #b76762;
}
.f-menu li a:before {
  content: "";
  opacity: 0;
  transition: all 0.5s ease;
}
.f-menu li ul {
  position: absolute;
  padding: 15px 0px;
  min-width: 180px;
  margin-top: -10px;
  background:rgb(11, 11, 8);
  border: 1px solid #341f20;
  text-align: left;
  opacity: 0;
  left: -9999px;
  transition: opacity 0.3s ease;
  bottom: 50px;
}
.f-menu li ul li {
  display: block;
}
.f-menu li ul li a {
  line-height: 1.3;
  padding: 5px 25px;
}
.f-menu li ul li a:before {
  content: ">";
  opacity: 1;
  margin-right: 10px;
}
.f-menu li ul:before {
  border: 8px solid transparent;
  border-top-color: #341f20;
  position: absolute;
  left: 27%;
  top: 100%;
  content: '';
}
.f-menu li:hover ul {
  opacity: 1;
  left: 0px;
  transition: opacity 0.5s ease;
}
.f-menu li:hover ul li a:hover {
  color: #8eaa5b;
  background: rgba(142, 170, 91, 0.1);
  box-shadow: 0px 3px 5px -3px rgba(142, 170, 91, 0.5), 0px -3px 10px -3px rgba(142, 170, 91, 0.5);
}
.f-menu li:hover ul li a:before {
  content: ">";
  opacity: 1;
  margin-right: 10px;
  position: relative;
  background: none;
  box-shadow: none;
}
.copyright {
  text-align: center;
  #color: #887676;
}
.copyright a {
  text-decoration: none;
  color: #b76762;
}
.templstock {
  position: absolute;
  font-size: 10px;
  right: 0px;
}
.templstock a {
  color: #887676;
}
.lang-block {
    position: absolute;
    /* width: 200px; */
    display: flex;
    align-items: center;
    padding-top: 15px;
    #padding-left: 110px;

}
.dropdown-block {
  position: relative;
  width: 200px;
  margin: 0 auto;
  cursor: pointer;
  outline: none;
  color: #868181;
}
.dropdown-block .lang {
  color: #fff;
}
.dropdown-block img {
  display: inline-block;
  margin-bottom: -8px;
  margin-right: 10px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
}
.dropdown-block:after {
  content: "";
  background: url(../images/dropdown-icon.png) no-repeat;
  width: 8px;
  height: 5px;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -1px;
}
.dropdown {
  position: absolute;
  background:rgb(31, 31, 26);
  width: 210px;
  top: 35px;
  left: -10px;
  right: 0;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -ms-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
  opacity: 0;
  z-index: 8;
}
.dropdown:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  bottom: 100%;
  right: 13px;
  border-width: 0 6px 6px 6px;
  border-style: solid;
  border-color:rgb(31, 31, 26) transparent;
}
.dropdown:before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  bottom: 100%;
  right: 13px;
  border-width: 0 8px 8px 8px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.1) transparent;
}
.dropdown li a {
  display: block;
  padding: 8px 10px 12px 10px;
  text-decoration: none;
  color: #868181;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.dropdown li:hover a {
  background:rgb(38, 38, 33);
}
.dropdown-block.active .dropdown {
  opacity: 1;
  pointer-events: auto;
}
.languagepicker {
    background: rgba(255, 255, 255, 0.10);
    /* display: inline-block; */
    padding: 0;
    height: 35px;
    overflow: hidden;
    transition: all .3s ease;
    margin: -425px 50px 10px -230px;
    /* vertical-align: top; */
    float: left;
    font-size: 14px;
    border-top: 1px solidrgb(27, 23, 3);
    box-shadow: 0px 0px 0px 1pxrgb(27, 23, 3);
}
}

.languagepicker:hover {
	/* don't forget the 1px border */
	#height: 26px;
}

.languagepicker a{
	color: #fff;
	text-decoration: none;
}

.languagepicker li {
	display: block;
	padding: 9px 10px;
	#line-height: 26px;
	#border-top: 1px solidrgb(42, 32, 0);
}

.languagepicker li:hover{
	background-color:#0b002a;
}

.languagepicker a:first-child li {
	border: none;
	background:rgb(89, 80, 0) !important;
}

.languagepicker li img {
	margin-right: 5px;
}

.roundborders {
	border-radius: 5px;
}

.large:hover {
	/* 
	don't forget the 1px border!
	The first language is 40px heigh, 
	the others are 41px
	*/
	height: 395px;
}

.slider {
  overflow: hidden;
  position: relative;
  width: 680px;
  height: 323px;
}
.slider .slides {
  position: relative;
  transition: 1s;
}
.slider .slides .active div {
  transition: all 2s ease;
  bottom: 0px !important;
}
.slider .slides .slide {
  float: left;
  display: block;
  position: relative;
}
.slider .slides .slide div {
  position: absolute;
  bottom: -80px;
  left: 0;
  background: rgba(5, 29, 42, 0.5);
  color: #fff;
  width: 680px;
  padding: 20px 200px 20px 50px;
  padding-right: 200px;
}
.slider .slides .slide img {
  width: 680px;
  height: 323px;
}
.slider .next {
  position: absolute;
  background: url(../images/slider/right-arrow.png) no-repeat;
  height: 33px;
  width: 33px;
  right: 0;
  top: 150px;
  z-index: 1;
  cursor: pointer;
  opacity: 0;
}
.slider .prev {
  position: absolute;
  background: url(../images/slider/left-arrow.png) no-repeat;
  height: 33px;
  width: 33px;
  left: 0;
  top: 150px;
  z-index: 1;
  cursor: pointer;
  opacity: 0;
}
.slider .navigation {
  position: absolute;
  width: 100%;
  bottom: 15px;
  right: 10px;
  text-align: right;
  z-index: 1;
  cursor: pointer;
}
.slider .navigation .dot {
  display: inline-block;
  width: 9px;
  height: 9px;
  background: #69777f;
  cursor: pointer;
  border-radius: 50%;
  margin: 0 5px;
}
.slider:hover .next,
.slider:hover .prev {
  opacity: 1;
  transition: all 0.7s ease;
}
.slider .navigation .active {
  background: #89dcff;
  box-shadow: 0px 0px 12px 2px #89dcff;
}