@charset "UTF-8";

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

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

body {
  width: 100%;
  background: url(../images/bg-top.jpg) center top no-repeat, url(../images/bg-bottom.jpg) center bottom no-repeat, url(../images/bg-middle.jpg) center top repeat-y;
  background-color: white;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 13px;
  color: #230707;
  line-height: 1;
  min-height: 100vh;
  overflow-x: hidden;
}

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

p {
  margin-bottom: 15px;
}

h1,
h2,
h3 {
  color: #230707;
  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;
}

.top-menu {
  width: 100%;
  position: absolute;
  top: 0px;
  background: url(../images/top-menu.png) repeat-x;
  border-bottom: 1px solid #542a0c;
  z-index: 10;
}

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

.flex-s {
  display: flex;
  justify-content: space-between;
}

.menu li a:before {
  content: "";
  position: absolute;
  background: url(../images/menu-sep.png) no-repeat;
  height: 23px;
  width: 4px;
  left:-10px;
  top: 22px;
}

.menu li:first-child a:before{
  display: none;
}

.menu {
  height: 66px;
}

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

.menu a {
  color: #e9dd46;
  font-size: 14px;
  text-transform: uppercase;
  padding: 0px 26px;
  font-weight: 600;
  display: block;
  height: 66px;
  line-height: 66px;
  position: relative;
}

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

.menu a:hover {
  color: #fbf6b6;
}

.menu a:hover:after {
  content: "";
  height: 1px;
  width: 100%;
  bottom: -1px;
  left: 0px;
  position: absolute;
  background: #f0d85f;
}

.menu .active a {
  color: #fbf6b6;
  border-bottom: 1px solid #f0d85f;
  bottom: 0px;
}

.wrapper {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}

.header {
  height: 480px;
  position: relative;
}

.content-cont {
  min-height: 1300px;
  display: flex;
  position: relative;
}

.sidebar {
  width: 285px;
  padding-top: 90px;
}

.side-left {
  width: 285px;
  padding-top: 90px;
}

.down-btn a {
  background: url(../images/down-btn.png) center;
  height: 90px;
  font-size: 20px;
  color: #fff;
}

.down-btn a:hover {
  -webkit-filter: brightness(120%);
  filter: brightness(120%);
}

.down-btn a span {
  padding-left: 50px;
}

.webs-btn a {
  background: url(../images/webs-btn.png) center;
  height: 90px;
  font-size: 20px;
  color: #fff;
}

.webs-btn a:hover {
  -webkit-filter: brightness(120%);
  filter: brightness(120%);
}

.webs-btn a span {
  margin-left: -50px;
}

.market-btn a {
  background: url(../images/market-btn.png) center;
  height: 90px;
  font-size: 20px;
  color: #fff;
}

.market-btn a:hover {
  -webkit-filter: brightness(120%);
  filter: brightness(120%);
}

.market-btn a span {
  padding-left: 80px;
}

.forum-btn a {
  background: url(../images/forum-btn.png) center;
  height: 90px;
  font-size: 20px;
  color: #fff;
}

.forum-btn a:hover {
  -webkit-filter: brightness(120%);
  filter: brightness(120%);
}

.forum-btn a span {
  padding-left: 80px;
}

.contr {
  padding: 5px;
  padding-bottom: 40px;
  padding-top: 31px;
  min-height: 205px;
  color: #aba852;
}

.contr-title {
  text-transform: uppercase;
  font-weight: 600;
  color: #ffde00;
  font-size: 14px;
  margin-bottom: 28px;
  position: relative;
  text-shadow: 1px 3px 3px rgba(25, 23, 23, 0.85);
  padding-left:15px;
  padding-right:15px;
}

.contr-title a:hover {
  text-decoration: underline;
}

.contr-title span {
  display: block;
  margin-top: 9px;
}

.contr-img1:after {
  content: "";
  background: url(../images/c-title-img1.png) center right no-repeat;
  width: 117px;
  height: 69px;
  position: absolute;
  right: -2px;
  top: -26px;
}

.contr-img2:after {
  content: "";
  background: url(../images/c-title-img2.png) center right no-repeat;
  width: 117px;
  height: 69px;
  position: absolute;
  right: -2px;
  top: -26px;
}

.contr-img3:after {
  content: "";
  background: url(../images/c-title-img3.png) center right no-repeat;
  width: 117px;
  height: 69px;
  position: absolute;
  right: -2px;
  top: -26px;
}

.contr-img4:after {
  content: "";
  background: url(../images/c-title-img4.png) center right no-repeat;
  width: 117px;
  height: 69px;
  position: absolute;
  right: -2px;
  top: -26px;
}

.contr-img5:after {
  content: "";
  background: url(../images/c-title-img5.png) center right no-repeat;
  width: 117px;
  height: 69px;
  position: absolute;
  right: -2px;
  top: -26px;
}

.contr-img6:after {
  content: "";
  background: url(../images/c-title-img6.png) center right no-repeat;
  width: 117px;
  height: 69px;
  position: absolute;
  right: -2px;
  top: -26px;
}

.contr-img7:after {
  content: "";
  background: url(../images/c-title-img7.png) center right no-repeat;
  width: 117px;
  height: 69px;
  position: absolute;
  right: -2px;
  top: -26px;
}

.contr-img8:after {
  content: "";
  background: url(../images/c-title-img8.png) center right no-repeat;
  width: 117px;
  height: 69px;
  position: absolute;
  right: -2px;
  top: -26px;
}

.contr-title:after {
  content: "";
  width: 117px;
  height: 69px;
  position: absolute;
  right: -2px;
  top: -26px;
}

.contr-title span,
.contr-title a {
  text-transform: none;
  font-size: 12px;
  color: #b4a814;
  font-weight: 400;
}

.login-bg {
  background: url(../images/login-top.png) center top no-repeat, url(../images/login-bottom.png) center bottom no-repeat, url(../images/login-middle.png) center repeat-y;
}

.include-bg {
  background: url(../images/include-top.png) center top no-repeat, url(../images/include-bottom.png) center bottom no-repeat, url(../images/include-middle.png) center repeat-y;
}

.content { 
  width: 630px;
  line-height: 1.3;
  background: url(../images/content-bg.png) repeat-y;
  position: relative;
}

.content a {
  text-decoration: underline;
}

.content-page {
  min-height: 50px;
  padding: 20px;
}

.content-title{
  background: url(../images/content-title-bg.png) no-repeat;
  height: 74px;
  position: relative;
  z-index: 2;
  padding: 19px 39px 0px 39px;
}

.content-title a{
  color: #fff;
  font-size: 12px;
}

.content-title h1,
.content-title h2,
.content-title h3 {
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0px;
  font-weight: 400;
}

.content-bottom {
  background: url(../images/content-bottom.png)center bottom no-repeat;
  display: flex;
  justify-content: center;
  height: 65px;
  padding-top: 25px;
  position: absolute;
  bottom: -55px;
  width: 630px;
}

.footer {
  height: 310px;
  position: relative;
}

.footer:after {
  content: "";
  position: absolute;
  width: 1200px;
  left: 0;
  top: 73px;
}

#l-over {
  position: fixed;
  z-index: 9998;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background: #000;
  display: none;
}

.login-inp {
  background: url(../images/login-inp-bg.png) no-repeat;
}

.pass-inp {
  background: url(../images/password-inp-bg.png) no-repeat;
}

.switch-inp {
  background: url(../images/switch-inp-bg.png) no-repeat;
}

.log-input {
  width: 235px;
  height: 44px;
  border: none;
  padding: 7px 60px 15px 50px;
  position: relative;
}

.log-input input {
  background: none;
  border: none;
  padding: 5px 15px;
  width: 150px;
  color:white;
}

.buttons {
  margin-top: -10px;
}

.login-b p {

  margin-bottom: -10px;

}

.login-b a:hover {
  text-decoration: underline;
}

.login-b .lost a {
  color: #fff;
  font-size: 12px;
  line-height: 18px;
}

.button {
  transition: all 0.3s ease;
  cursor: pointer;
  background: url(../images/login-button.png);
  border-radius: 5px;
  border: none;
  color: #fff;
  font-size: 11px;
  position: relative;
  z-index: 1;
  padding: 12px 28px;
  text-transform: uppercase;
  text-decoration: none !important;
  box-shadow: 0em 0.5em 10px rgba(31, 29, 29, 0.7);
}

.button:hover {
  box-shadow: 0em 0.1em 10px rgba(131, 129, 129, 0.7);
}

.nav-menu {
  padding-left:20px;
  padding-right:20px;
  width: 230px;
}

.main-m, .submenu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.main-m a {
  display: block;
  text-decoration: none;
  -webkit-transition: all 0.7s ease-in;
  color: #a5b23d;
  font-size: 13px;
  padding: 0px 26px;
  display: block;
  height: 25px;
  line-height: 25px;
  position: relative;
}

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

.main-m a:hover {
  color: #fbf6b6;
  text-decoration: none;
}

.main-m a:hover:after {
  content: "";
  height: 1px;
  width: 100%;
  bottom: -1px;
  left: 0px;
  position: absolute;
  background: #f0d85f;
}

.icon-img {
  position:absolute;
  margin-top:5px;
  width:15px;
  height:15px;
}

.status-block {
    position: relative;
    background: url(../images/status-bge.png) no-repeat;
    height: 76px;
    padding-left: 70px;
    color: #230707;
}
.status-block::after {
	content: "";
	position: absolute;
	background: url(../images/e1.png) no-repeat;
	width: 83px;
	height: 97px;
	left: 10px;
	top: 4px;
}

.status-block2 {
    position: relative;
    background: url(../images/status-bge.png) no-repeat;
    height: 76px;
    padding-left: 70px;
    color: #230707;
}
.status-block2::after {
	content: "";
	position: absolute;
	background: url(../images/e2.png) no-repeat;
	width: 83px;
	height: 97px;
	left: 10px;
	top: 4px;
}

.status-block3 {
    position: relative;
    background: url(../images/status-bge.png) no-repeat;
    height: 76px;
    padding-left: 70px;
    color: #230707;
}
.status-block3::after {
	content: "";
	position: absolute;
	background: url(../images/e3.png) no-repeat;
	width: 83px;
	height: 97px;
	left: 10px;
	top: 4px;
}

.status-block4 {
    position: relative;
    background: url(../images/status-bge.png) no-repeat;
    height: 76px;
    padding-left: 70px;
    color: #230707;
}
.status-block4::after {
	content: "";
	position: absolute;
	background: url(../images/e4.png) no-repeat;
	width: 83px;
	height: 97px;
	left: 10px;
	top: 4px;
}
.flex-c-c {
	display: flex;
	justify-content: center;
	align-items: center;
}
.server {
	width: 160px;
	font-size: 12px;
}
.server-name {
	color: #d6bd1f;
}
.status-Offline {
	color: brown;
	float: right;
}
.status-Online {
	color: green;
	float: right;
}
.progbarC {
	background-color:#29c669;
}