/* CSS Reset */
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;
  font-size: 100%;
}
/* 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;
}
/* End of CSS Reset */

html {
  height: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}
html, body {
  font-size: 13px;
  line-height: 1.42;
  font-family: 'Roboto', Tahoma, sans-serif;
  width: 100%;
  height: 100%;
  min-height: 100%;
  background: #010101;
  color: #ffd199;
  min-width: 1240px;
}

a {
  outline: none;
  color: #e6ff99;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}

input {
  outline: none;
}

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

.wrapper {
  width: 100%;
  margin: 0 auto;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  background: url(../images/footer.jpg) 50% bottom no-repeat;
}

.container {
  width: 1240px;
  /*padding-left: 15px;
  padding-right: 15px;*/
	margin: 0 auto;
    position: relative;
}
@media (min-width: 1260px) {
  .container {
    /*width: 1230px;*/
  }
}

/* Header
-----------------------------------------------------------------------------*/
.header {
  width: 100%;
  height: 599px;
  background: url(../images/header.jpg) 50% 0 no-repeat;
}


.navbar {
	/*float: right;*/
  text-align: right;
  height: 80px;
  padding-top: 80px;
}
.nav {
	font-size: 0px;
}
.nav li {
	display: inline-block;
  margin-left: 70px;
}
.nav li a {
	color: #fff5ea;
	font-size: 20px;
  font-family: 'AlbertusMedium', sans-serif;
	font-weight: normal;
	text-decoration: none;
	line-height: 1;
	display: block;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.nav li a.active, .nav li a:hover {
	color: #e6ff99;
}
.nav li.home {
  float: left;
  margin-left: 0;
}
.nav li.home a {
  color: #e6ff99;
}
.nav li span {
  display: block;
  width: 100%;
  height: 40px;
  background-position: 50% 0;
  background-repeat: no-repeat;
}
.ico-home { background-image: url(../images/menu-ico-01.png); }
.ico-about { background-image: url(../images/menu-ico-02.png); }
.ico-stat { background-image: url(../images/menu-ico-03.png); }
.ico-donate { background-image: url(../images/menu-ico-04.png); }
.ico-forum { background-image: url(../images/menu-ico-05.png); }

.nav li.lang a {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 35px;
  opacity: 0.5;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background-size: 100% 100%;
}
.nav li.lang a.ru { background: url(../images/ru.png) 0 0 no-repeat; background-size: 31px 31px;}
.nav li.lang a.en { background: url(../images/en.png) 0 0 no-repeat; }

.nav li.lang a:hover, .nav li.lang a.active {
  opacity: 1;
}
.nav li.lang a:before { visibility:visible; content:''; -webkit-border-radius:100%; -moz-border-radius:100%; border-radius:100%; position:absolute;  border:3px solid #ffae4c; -webkit-transition:all 0.3s ease-in-out; -o-transition:all 0.3s ease-in-out; -moz-transition:all 0.3s ease-in-out; transition:all 0.3s ease-in-out; z-index:0; opacity:1; width:100%; height:100%; left:-3px; top:-3px; }
.nav li.lang a.active:before, .nav li.lang a:hover:before { visibility:hidden;top:50%; left:50%; width:0%; height:0%; opacity:0;  }



.logo {
  text-align: right;
  padding-top: 70px;
  padding-right: 205px;
}
.logo a img {
  -webkit-transition:all 0.5s ease;
  -moz-transition:all 0.5s ease;
  -o-transition:all 0.5s ease;
  transition:all 0.5s ease;
}
.logo a:hover img {
  -webkit-filter:brightness(1.3);
  -o-filter:brightness(1.3);
  -moz-filter:brightness(1.3);
  filter:brightness(1.3);
}


.servers {
    text-align: center;
    padding-right: 190px;
    font-size: 0px;
    padding-top: 35px;
    width: 400px;
    margin-left: 660px;
}
.servers .server {
  color: #ffae4c;
  display: inline-block;
  position: relative;
  margin-left: 30px;
  border-radius: 100%;
  width: 110px;
}
.servers .server canvas {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.servers .server .progress-radial {
  position:absolute;
  top: 0;
  left: 0;
  font-size:18px;
  font-family: 'AlbertusExtraBold', sans-serif;
  font-weight: normal;
  color:#fff5ea;
  width:100%;
  height:100%;
  text-align:center;
  line-height: 1;
}
/* .servers .server .progress-radial span {
  position:absolute;
  z-index:1;
  width:100%;
  text-align: center;
  left:0;
  top:40px;
  text-shadow: 0px 0px 5px rgba(0,0,0,0.75);
} */
.servers .server .tiptip {
  position: absolute;
  top: -25px;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 20px;
  transform: rotate(-360deg) translateX(80px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.servers .server:hover .tiptip {
  opacity: 1;
  visibility: visible;
  transform: rotate(0deg) translateY(0px);
}

/* Middle
-----------------------------------------------------------------------------*/
.middle {
  width: 100%;
  margin: 0 auto;
  padding: 0 0 200px;
  position: relative;
  min-height: 300px;
  background: url(../images/content.jpg) 50% 0 no-repeat;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.middle:after {
  display: table;
  clear: both;
  content: '';
}

.main {
	width: 503px;
	float: right;
}

.main .btns {
  display: block;
  margin: 0 auto;
  height: 53px;
  width: 460px;
  background: url(../images/btns.png) 0 0 no-repeat;
}
.btn-reg {
  width: 261px;
  height: 53px;
  background: url(../images/btn-active.png) 0 0 no-repeat;
  display: inline-block;
  text-align: center;
  color: #fff5ea;
  font-weight: bold;
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
  text-decoration: none;
  line-height: 52px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  text-transform: uppercase;
}
.btn-reg:hover {
  color: #e6ff99;
}
.btn-cp {
  width: 196px;
  height: 53px;
  display: inline-block;
  text-align: center;
  color: #fff5ea;
  font-weight: normal;
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
  text-decoration: none;
  line-height: 52px;
  float: right;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  text-transform: uppercase;
}
.btn-cp:hover {
  color: #e6ff99;
}

.start {
  height: 90px;
  text-align: right;
	margin: 0 -92px 0 0px;
  padding-top: 45px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.start a {
  color: #fff5ea;
  text-decoration: none;
  font-size: 30px;
  font-family: 'AlbertusExtraBold', sans-serif;
  text-transform: uppercase;
  text-shadow: 0px 0px 5px rgba(0,0,0,0.75);
}
.start a:hover {
  color: #e6ff99;
}

.scrollTo {
  height: 80px;
  padding-left: 240px;
}
.socials {
  height: 60px;
  text-align: right;
}

.newsbox { font-size: 0px; }
.newsbox > * { vertical-align: top; }
.news { margin-bottom: 10px; display: inline-block; width: 440px; font-size: 13px; }
.news-header { background: url(../images/news-header.png) 0 0 no-repeat; width: 440px; /*! height: 166px; */ padding-top: 15px; }
.news .img { width: 410px; /*! height: 166px; */ overflow: hidden; margin: 0 auto; border-radius: 5px; position: relative;  }
.news .img img { border-radius: 5px; width: 100%; height: 196px; -webkit-transition:0.5s ease-in-out; o-transition:all 0.5s ease-in-out; -moz-transition:all 0.5s ease-in-out; }
.news:hover .img img { -webkit-filter:brightness(1.3); -o-filter:brightness(1.3); -moz-filter:brightness(1.3); filter:brightness(1.3); }
.news .title { color: #fff5ea; font-size: 32px; font-family: 'AlbertusExtraBold', sans-serif; position: absolute; bottom: 15px; left: 15px; right: 15px; line-height: 1; }
.news .title a { font-size: 32px; color: #fff5ea; text-decoration: none; }
.news .date { padding: 15px 0 0 15px; color: #ffd199; font-size: 14px; font-weight: bold; }
.news-content { background: url(../images/news-content.png) 0 0 repeat-y; width: 440px; }
.news .content { padding: 15px 30px; }
.news-footer { background: url(../images/news-footer.png) 0 0 no-repeat; width: 440px; height: 57px; padding-top: 30px; }
.news .info { text-align: left; padding: 0 20px 20px; }
.news .more { }
.news .more a { display: inline-block; background-color: #ffae4c; height: 30px; padding: 0 15px; color: #000000; font-size: 12px; font-weight: bold;  line-height: 30px; text-decoration: none; border-radius: 3px; text-transform: uppercase; -webkit-transition:0.5s ease-in-out; o-transition:all 0.5s ease-in-out; -moz-transition:all 0.5s ease-in-out; border: 1px solid transparent; }
.news .more a:hover { background-color: transparent; border: 1px solid #ffae4c; color: #fff; }
.news .info ul { float: right; font-size: 0px; padding-top: 5px; }
.news .info ul > * { vertical-align: top; }
.news .info ul li { display: inline-block; font-size: 12px; color: #917c65; margin: 0 1px; height: 19px; font-weight: 100; }
.news.half { width: 404px; }
.news.half .img, .news.half .img img { height: 98px; }
.news.half:nth-child(even) { margin-right: 10px; }

.news .ico {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.news .ico:hover {
  transform: rotate(360deg);
}
.vk { display: inline-block; width: 19px; height: 19px; background: url(../images/vk.png) 0 0 no-repeat; }
.fb { display: inline-block; width: 19px; height: 19px; background: url(../images/fb.png) 0 0 no-repeat; }
.tw { display: inline-block; width: 19px; height: 19px; background: url(../images/tw.png) 0 0 no-repeat; }


.page-title {
  background: url(../images/content-header.png) 0 0 no-repeat;
  width: 880px;
  height: 93px;
  text-align: left;
  color: #fff5ea;
  font-size: 32px;
  font-family: 'AlbertusExtraBold', sans-serif;
  padding: 30px 30px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.page-title .date {
  font-size: 14px;
  color: #ffd199;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  float: right;
  padding-top: 15px;
}
.page-content {
  background: url(../images/content-content.png) 0 0 repeat-y;
  width: 880px;
  padding: 30px 30px 10px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.page-content:after {
  content: '';
  background: url(../images/content-footer.png) 0 bottom no-repeat;
  position: absolute;
  height: 30px;
  left: 0;
  right: 0;
  bottom: -30px;
}
.page-content p {
  margin-bottom: 10px;
}
.page-content h3, label {
  color: #fff5ea;
  font-size: 18px;
  font-weight: bold;
}


.input, input[type=text], input[type=password] {
  /*width: 100%;*/
  height: 30px;
  border: 2px solid #ffae4c;
  color: #FFFFFF;
  font-size: 14px;
}
select {
  background: #fff url(../images/arrow.png) right 50% no-repeat;
  border: 2px solid #ffae4c;
  color: #141312;
  font-size: 14px;
  -webkit-appearance:none;
  -moz-appearance:none;
  appearance:none;
  cursor:pointer;
  height: 34px;
  padding-right: 30px;
  /*width: 100%;*/
}
textarea {
  border: 2px solid #ffae4c;
  color: #141312;
  font-size: 14px;
  padding: 5px;
}

.btn {
  background-color: #ffae4c;
  padding: 10px 20px;
  line-height: 1;
  font-size: 16px;
  font-weight: normal;
  color: #000000;
  border: 1px solid transparent;
  border-radius: 3px;
  cursor: pointer;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn:hover {
  border-color: #ffae4c;
  background-color: transparent;
  color: #fff;
}

.table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0px 5px;
}
.table th {
  background: #ffae4c;
  color: #141312;
  font-size: 14px;
  font-weight: bold;
  height: 34px;
  vertical-align: middle;
  text-align: left;
  padding-left: 8px;
}
.table td {
  padding-left: 8px;
  color: #fff5ea;
  font-size: 14px;
  background-color: #43321e;
  height: 34px;
  vertical-align: middle;
}

.sidebar {
	width: 338px;
	float: left;
  padding-top: 180px;
}


.block-title {
  padding-top: 25px;
  font-size: 20px;
  color: #ffae4c;
  line-height: 1;
  font-family: 'AlbertusExtraBold', sans-serif;
  font-weight: normal;
  text-align: center;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.75);
  height: 70px;
  position: relative;
  background: url(../images/block-header.png) 0 0 no-repeat;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.block {
  background: url(../images/block-content.png) 0 0 repeat-y;
  padding: 1px 0;
}
.block-bottom {
  background: url(../images/block-footer.png) 0 0 no-repeat;
  height: 38px;
}

.forum .item { padding: 20px; position: relative; z-index: 1; border-bottom: 1px solid rgba(255,255,255,0.05); font-family: 'Roboto', sans-serif;  }
.forum .avatar { float: left; height: 43px; }
.forum .avatar img { width: 37px; height: 37px; border: 3px solid #ffae4c; border-radius: 100%; }
.forum .link { margin-left: 55px; }
.forum .link a { text-transform: uppercase; font-size: 14px; color: #ffffff; font-weight: bold; text-decoration: none; line-height: 1; }
.forum .date { line-height: 1.42; margin-left: 55px; color: #ffd199; font-size: 12px; }
.forum .item:last-child { border-bottom: 0; }

.forum .item:after { content:''; position:absolute; top:0; left:0; width:100%; height:100%; background: rgba(255, 255, 255, 0.1); -webkit-transform:rotateX(90deg) perspective(400px); -moz-transform:rotateX(90deg) perspective(400px); -o-transform:rotateX(90deg) perspective(400px); transform:rotateX(90deg) perspective(400px); z-index:-1; -webkit-transition:all 0.3s ease; -o-transition:all 0.3s ease; -moz-transition:all 0.3s ease; transition:all 0.3s ease; }
.forum .item:hover:after { height:100%;  -webkit-transform:rotateX(0deg); -moz-transform:rotateX(0deg); -o-transform:rotateX(0deg); transform:rotateX(0deg); }
.forum .item:hover .date { border-color: transparent; }


.tops-nav {
  padding: 0px 20px 30px;
  border-bottom: 1px solid #0d0d0d;
  margin-bottom: 15px;
}
.tops-nav-serv {
  float: left;
  text-align: left;
  color: #ffffff;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  line-height: 1.2;
}
.tops-nav-type {
  float: right;
}
.tops-nav a {
  font-family: 'AlbertusMedium', sans-serif;
  color: #ffd199;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  font-weight: normal;
  line-height: 23px;
  padding: 0 5px;
  margin: 0 3px;
}
.tops-nav a:hover, .tops-nav a.active {
  background-color: #ffae4c;
  border-radius: 4px;
  color: #ffffff;
  font-family: 'AlbertusExtraBold', sans-serif;
}
.top-table { padding: 0 20px 20px; border-bottom: 1px solid #1a1a1a; color: #ffffff; font-size: 17px; font-weight: bold; }
.top-table table { width: 100%; font-family: 'Roboto', sans-serif; }
.top-table table .num { width: 30px; color: #ffd199; font-weight: bold; font-size: 12px; }
.top-table table .name { font-size: 14px; color: #fff5ea; }
.top-table table .count { text-align: right; font-size: 16px; color: #ffae4c; font-family: 'AlbertusExtraBold', sans-serif; }



/* Footer
-----------------------------------------------------------------------------*/
.footer {
  width: 100%;
  margin: -180px auto 0;
  min-height: 180px;
  position: relative;
  overflow: hidden;
}

.copy {
	text-align: left;
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
  float: left;
  /*width: 350px;*/
  padding-top: 50px;
}
.copy p {
	color: #cfc9b5;
	font-weight: normal;
	font-size: 12px;
}
.u {
  padding-top: 10px;
}

.counters {
  float: right;
  margin-right: 10px;
  padding-top: 90px;
}
.counters a img {
  opacity: 0.4;
  margin: 0 5px;
}
.counters a:hover img {
  opacity: 1;
}

.pay {
	float: right;
	margin-right: 170px;
  padding-top: 90px;
}

.inner .header {
  background-image: url(../images/header-inner.jpg);
  height: 396px;
}
.inner .logo {
  padding-top: 0;
}
.inner .servers {
  padding-top: 0;
}
.inner .middle {
  background-image: url(../images/content-inner.jpg);
}
.inner .start {
  height: 75px;
  padding-top: 28px;
}
.inner .scrollTo {
  display: none;
}


.login_buttn{
    padding: 5px 10px;
    margin: 5px 5px 5px 5px;
    background-color: #ffae4c;
    border-radius: 4px;
    color: #ffffff;
    font-family: 'AlbertusExtraBold', sans-serif;

}

.ico-home, .ico-about, .ico-stat, .ico-donate, .ico-forum{
    cursor:pointer;
}

.counters .counter1 {
	opacity: 0.4;
	display: inline-block;
}
.counters .counter1:hover {
	opacity: 1;
}

.container.head{
    position: relative;
}

.startinfo {
    position: absolute;
    bottom: -128px;
    right: 139px;
    width: 531px;
    height: 122px;
    text-align: center;
    opacity: 0;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}

.startinfo.show{
        opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.startinfo .h1{
    font-family: 'AlbertusMedium', sans-serif;
    font-size: 35px;
    color: #ffffff;
    font-weight: bold;
}

.startinfo .h1-info{
    margin-top: -10px;
    font-family: 'AlbertusMedium', sans-serif;
    font-size: 22px;
    color: #FFAF42;
    font-weight: bold;
    text-shadow: -7px -2px 6px #942D09,  5px 1px 6px #942D09;
}

.startinfo .h1-info a{
    color: #FFC87D;
    text-decoration: underline;
}
.top_players {
	width: 385px;
    float: right;
    padding-top: 265px;
	
}
.top_players table {
	background: black;
}
.top_players h2 {
	font-size: 16px;
}
.l2top{
    position:absolute;
    top:250px;
    left:0px;
    z-index: 999999;
    
    opacity: 0;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}

.l2top.show{
     opacity: 0.5;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.l2top.show:hover{
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}