* {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: ArialRegular;
	font-size: 11px;
	color: #c6c4ba;
	background: #171614;
}

a {
	-webkit-transition:all 0.3s ease; 
	-o-transition:all 0.3s ease; 
	-moz-transition:all 0.3s ease; 
	transition:all 0.3s ease;
	text-decoration: none;
	cursor: pointer;
	font-family: ArialRegular;
	color: #ffd780;
}

@font-face {
    font-family: calibri;
    src: url("../fonts/calibri.eot");
    src: url("../fonts/calibri.eot?#iefix") format("embedded-opentype"),
    url("../fonts/calibri.woff2") format("woff2"),
    url("../fonts/calibri.woff") format("woff"),
    url("../fonts/calibri.ttf") format("truetype"),
    url("../fonts/calibri.svg#calibri") format("svg");
}

@font-face {
    font-family: calibrib;
    src: url("../fonts/calibrib.eot");
    src: url("../fonts/calibrib.eot?#iefix") format("embedded-opentype"),
    url("../fonts/calibrib.woff2") format("woff2"),
    url("../fonts/calibrib.woff") format("woff"),
    url("../fonts/calibrib.ttf") format("truetype"),
    url("../fonts/calibrib.svg#calibrib") format("svg");
}

@font-face {
    font-family: calibril; /* Гарнитура шрифта */
    src: url(../fonts/calibril.ttf); /* Путь к файлу со шрифтом */
}

@font-face {
	font-family: ArialRegular;
	src:url('../fonts/ArialRegular.eot');
	src:url('../fonts/ArialRegular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/ArialRegular.woff') format('woff'),
		url('../fonts/ArialRegular.ttf') format('truetype'),
		url('../fonts/ArialRegular.svg?#iconFont') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: ArialBold;
	src:url('../fonts/ArialBold.eot');
	src:url('../fonts/ArialBold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/ArialBold.woff') format('woff'),
		url('../fonts/ArialBold.ttf') format('truetype'),
		url('../fonts/ArialBold.svg?#iconFont') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: TimesNewRomanRegular;
	src:url('../fonts/TimesNewRomanRegular.eot');
	src:url('../fonts/TimesNewRomanRegular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/TimesNewRomanRegular.woff') format('woff'),
		url('../fonts/TimesNewRomanRegular.ttf') format('truetype'),
		url('../fonts/TimesNewRomanRegular.svg?#iconFont') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
    font-family: georgia; /* Гарнитура шрифта */
    src: url(../fonts/georgia.ttf); /* Путь к файлу со шрифтом */
}

b, th, strong {
	font-family: ArialBold;
}

.hover:hover {
	-webkit-filter:brightness(1.2); 
	-moz-filter:brightness(1.2); 
	-o-filter:brightness(1.2); 
	filter:brightness(1.2);
}

#general {
	position: relative;
	display: block;
	width: 100%;
	max-width: 1920px;
	min-width: 1000px;
	min-height: 1000px;
	margin: 0 auto;
	background: url(../images/bg-top.jpg) no-repeat center top,
				url(../images/bg-bottom.jpg) no-repeat center bottom,
				url(../images/bg-center.jpg) repeat-y center top;
}

#wrapper {
	position: relative;
	display: table;
	width: 1000px;
	margin: 0 auto;
	padding-bottom: 25px;
}

#header {
	position: relative;
	display: block;
	width: 1000px;
	height: 475px;
	margin: 0 auto;
}

#header:before {
	content: '';
	position: absolute;
	display: block;
	width: 711px;
	height: 474px;
	background: url(../images/img-1.png) no-repeat;
	top: -46px;
    left: 141px;
    z-index: 1;
}

#header .dracon {
	position: absolute;
	display: block;
	width: 547px;
	height: 402px;
	background: url(../images/img-2.png) no-repeat;
	top: -11px;
    left: 650px;
    -webkit-transition:all 0.1s ease; 
	-o-transition:all 0.1s ease; 
	-moz-transition:all 0.1s ease; 
	transition:all 0.1s ease;
}

.gif-1 {
	position: absolute;
	display: block;
	width: 70px;
	height: 45px;
	background: url(../images/gif-1.png) no-repeat, url(../images/gif-1.gif) no-repeat;
	top: 425px;
    left: 469px;
	z-index: 2;
}

.logo {
	position: absolute;
	display: block;
	width: 310px;
	height: 110px;
	bottom: 10px;
    left: 5px;
	right: 0;
	margin: auto;
	background: url(../images/logo.png) no-repeat;
	z-index: 2;
}

.sideBar {
	position: relative;
	display: inline-table;
	float: left;
	min-height: 100px;
}

.sideBar.left,
.sideBar.right {
	width: 270px;
}

.sideBar.center {
	width: 460px;
}

.side_title {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto 20px;
}

.sideBar.left .side_title img {
	position: relative;
	display: table;
	left: 42px;
}

.sideBar.right .side_title img {
	position: relative;
	display: table;
	left: 47px;
}
/*============News============*/
.content {
	position: relative;
	display: block;
	width: 424px;
	margin: 0 auto;
	padding-top: 20px;
}

.news {
	position: relative;
	display: block;
	width: 424px;
	margin: 0 auto 35px;
}

.news:last-child {
	margin: 0 auto 0;
}

.news .title {
	position: relative;
	display: block;
	width: 100%;
	margin: 0 auto 10px;
	text-align: left;
	color: #ffcf2a;
	font-size: 13px;
	font-family: georgia;
}

.news .title a {
	color: #ffcf2a;
	font-size: 13px;
	font-family: georgia;
}

.news .frame {
	position: relative;
	display: block;
	width: 424px;
	height: 56px;
	margin: 0 auto 15px;
	background: url(../images/news-frame.png) no-repeat;
}

.news .frame span {
	position: absolute;
	display: block;
	width: 422px;
	height: 54px;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	overflow: hidden;
}

.news .frame span img {
	position: absolute;
	display: block;
	width: 100%;
	height: auto;
	min-height: 100%;
	top: 0;
	left: 0;
}

.news .text {
	position: relative;
	display: block;
	width: 100%;
	margin: 0 auto 15px;
	color: #c6c4ba;
	font-size: 11px;
	font-family: ArialRegular;
	line-height: 13px;
}

.news .text a {
	text-decoration: underline;
}

.news .text a:hover {
	text-decoration: none;
}

.news .date {
	position: relative;
	display: block;
	width: 100%;
	color: #464541;
	font-size: 10px;
}

.news .date span {
	color: #cabd8f;
}

.news .date a {
	position: relative;
	display: inline-table;
	float: right;
	color: #779876;
	font-size: 10px;
	text-decoration: underline;
}

.news .date a:hover {
	text-decoration: none;
}
/*============Navigation============*/
ul.navi {
	position: relative;
	display: inline-block;
	min-height: 200px;
	left: 49px;
	margin: 0 0 25px;
	background: url(../images/nav-line.png) no-repeat center left;
	padding-left: 40px;
}

ul.navi li {
	position: relative;
	display: block;
	margin: 0 auto;
	top: 17px;
}

ul.navi li a {
	position: relative;
	display: block;
	color: #e7dfd9;
	font-size: 11px;
	font-family: georgia;
	padding: 6px 0;
}

ul.navi li a:hover {
	color: #ffd780;
}

ul.navi .arrow {
	position: absolute;
	display: block;
	width: 44px;
	height: 32px;
	top: 13px;
    left: -3px;
	background: url(../images/nav-arrow.png) no-repeat;
	-webkit-transition:all 0.3s ease; 
	-o-transition:all 0.3s ease; 
	-moz-transition:all 0.3s ease; 
	transition:all 0.3s ease;
}
/*============top_player============*/
table.top_player {
	position: relative;
	display: block;
	width: 185px;
    left: 40px;
    margin-bottom: 25px;
}

table.top_player thead,
table.top_player tbody {
	position: relative;
	display: block;
}

table.top_player tr {
	position: relative;
	display: table;
	width: 100%;
	margin-bottom: 1px;
}

table.top_player tr th {
    position: relative;
    display: inline-block;
    float: left;
    color: #ab7d48;
    margin-bottom: 7px;
}

table.top_player tr td {
	position: relative;
	display: inline-block;
	float: left;
	font-size: 12px;
	font-family: TimesNewRomanRegular;
}

table.top_player tr td:nth-child(1) {
	margin-right: 3%;
	color: #685545;
}
table.top_player tr td:nth-child(2) {
	color: #ab9b87;
}
table.top_player tr td:nth-child(3) {
	color: #64625a;
}
/*============vk============*/
.vk_block {
	position: relative;
	display: block;
	width: 220px;
	margin: 0 auto;
	text-align: center;
}
/*============status============*/
#status {
	position: relative;
	display: block;
	width: 230px;
	margin: 0 auto 25px;
}

#status .item {
	position: relative;
	display: block;
	width: 167px;
	height: 70px;
	padding-left: 63px;
	background: url(../images/status-line.png) no-repeat center bottom;
}

#status .item:before {
	content: '';
	position: absolute;
	display: block;
	width: 75px;
	height: 76px;
	top: -4px;
	left: -10px;
	background: url(../images/status-ico.png) no-repeat center;
}

#status .item .title {
	position: relative;
	display: block;
	padding-top: 18px;
    margin-bottom: 2px;
}

#status .item .title span {
	position: relative;
	display: inline-block;
	width: 150px;
	color: #ffcb67;
	font-size: 14px;
	font-family: calibrib;
}

#status .item .title span a {
	color: #ffcb67;
	font-size: 14px;
	font-family: calibrib;
}

#status .item .title span a:hover {
	text-decoration: underline;
}

#status .item .title .ico {
	position: relative;
	display: inline-block;
	float: right;
	top: 4px;
}

#status .item .online {
	position: relative;
	display: block;
	color: #a49f96;
	font-size: 12px;
	font-family: calibri;
}

#status .item .online span {
	color: #fff1d6;
}
/*============forum============*/
#forum {
	position: relative;
	display: block;
	width: 239px;
	margin: 0 auto 25px;
}

#forum .item {
	position: relative;
	display: block;
	width: 199px;
	padding-left: 40px;
	height: 48px;
	margin: 0 auto;
	background: url(../images/forum-bg.png) no-repeat center;
	-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:before {
	content: '';
	position: absolute;
	display: block;
	width: 29px;
	height: 32px;
	top: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	background: url(../images/forum-ico.png) no-repeat center;
}

#forum .item.disable {
	opacity: 0.5;
}

#forum .item .title {
	position: relative;
	display: block;
	color: #ffd780;
	font-size: 12px;
	font-family: calibri;
	margin-bottom: 2px;
	padding-top: 10px;
}

#forum .item .title a {
	color: #ffd780;
	font-size: 12px;
	font-family: calibri;
}

#forum .item .date {
	position: relative;
	display: block;
	color: #9f9f9f;
	font-size: 11px;
	font-family: calibri;
}

#forum .item .date a {
	color: #ffab27;
	font-size: 11px;
	font-family: calibri;
}

#forum .item .title a:hover,
#forum .item .date a:hover {
	text-decoration: underline;
}

#forum .item:hover:before {
	
}

#forum .item:hover:before {
	-webkit-animation-name: radius;
	-webkit-animation-duration: 1s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-direction: normal;
	-webkit-animation-timing-function: linear;

	-moz-animation-name: radius;
	-moz-animation-duration: 1s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-direction:normal;
	-moz-animation-timing-function: linear;

	-o-animation-name: radius;
	-o-animation-duration: 1s;
	-o-animation-iteration-count: infinite;
	-o-animation-direction:normal;
	-o-animation-timing-function: linear;

	animation-name: radius;
	animation-duration: 1s;
	animation-iteration-count: infinite;
	animation-direction:normal;
	animation-timing-function: linear;
}

@-webkit-keyframes radius {
	0% {
		-webkit-transform: scaleX(1.0);
		-moz-transform: scaleX(1.0);
		-o-transform: scaleX(1.0);
		-ms-transform: scaleX(1.0);
		transform: scaleX(1.0);
	}
	50% {
		-webkit-transform: scaleX(0.0);
		-moz-transform: scaleX(0.0);
		-o-transform: scaleX(0.0);
		-ms-transform: scaleX(0.0);
		transform: scaleX(0.0);
	}
	100% {
		-webkit-transform: scaleX(1.0);
		-moz-transform: scaleX(1.0);
		-o-transform: scaleX(1.0);
		-ms-transform: scaleX(1.0);
		transform: scaleX(1.0);
	}
}
@-moz-keyframes radius {
	0% {
		-webkit-transform: scaleX(1.0);
		-moz-transform: scaleX(1.0);
		-o-transform: scaleX(1.0);
		-ms-transform: scaleX(1.0);
		transform: scaleX(1.0);
	}
	50% {
		-webkit-transform: scaleX(0.0);
		-moz-transform: scaleX(0.0);
		-o-transform: scaleX(0.0);
		-ms-transform: scaleX(0.0);
		transform: scaleX(0.0);
	}
	100% {
		-webkit-transform: scaleX(1.0);
		-moz-transform: scaleX(1.0);
		-o-transform: scaleX(1.0);
		-ms-transform: scaleX(1.0);
		transform: scaleX(1.0);
	}
}
@-o-keyframes radius {
	0% {
		-webkit-transform: scaleX(1.0);
		-moz-transform: scaleX(1.0);
		-o-transform: scaleX(1.0);
		-ms-transform: scaleX(1.0);
		transform: scaleX(1.0);
	}
	50% {
		-webkit-transform: scaleX(0.0);
		-moz-transform: scaleX(0.0);
		-o-transform: scaleX(0.0);
		-ms-transform: scaleX(0.0);
		transform: scaleX(0.0);
	}
	100% {
		-webkit-transform: scaleX(1.0);
		-moz-transform: scaleX(1.0);
		-o-transform: scaleX(1.0);
		-ms-transform: scaleX(1.0);
		transform: scaleX(1.0);
	}
}
@keyframes radius {
	0% {
		-webkit-transform: scaleX(1.0);
		-moz-transform: scaleX(1.0);
		-o-transform: scaleX(1.0);
		-ms-transform: scaleX(1.0);
		transform: scaleX(1.0);
	}
	50% {
		-webkit-transform: scaleX(0.0);
		-moz-transform: scaleX(0.0);
		-o-transform: scaleX(0.0);
		-ms-transform: scaleX(0.0);
		transform: scaleX(0.0);
	}
	100% {
		-webkit-transform: scaleX(1.0);
		-moz-transform: scaleX(1.0);
		-o-transform: scaleX(1.0);
		-ms-transform: scaleX(1.0);
		transform: scaleX(1.0);
	}
}
/*============banner============*/
ul#banner {
	position: relative;
	display: block;
	width: 220px;
	margin: 0 auto;
	text-align: center;
}

ul#banner li {
	position: relative;
	display: inline-table;
	margin: 0 2px 2px;
}
/*============footer============*/
#footer {
	position: relative;
	display: block;
	width: 1000px;
	height: 57px;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.copyright {
	position: absolute;
	display: block;
	width: 100%;
	text-align: center;
	top: 10px;
	color: #5f5450;
	font-size: 12px;
	font-family: calibri;
}
/*============footer============*/
ul.files {
	position: relative;
	display: block;
	width: 385px;
	margin: 0 auto;
}

ul.files li {
	position: relative;
	display: block;
	margin: 0 auto 5px;
}

ul.files li a {
	position: relative;
	display: block;
	margin: 0 auto;
	background: rgba(43,39,37,0.5) url(../images/load.png) no-repeat center left 15px;
	width: 325px;
	min-height: 21px;
	padding: 9px 0 9px 60px;
}

ul.files li a span {
	position: relative;
	display: block;
	color: #ffc74f;
	font-size: 12px;
	font-family: calibri;
}

ul.files li a p {
	position: relative;
	display: block;
	color: #b2a995;
	font-size: 12px;
	font-family: calibri;
}

ul.files li a:hover {
	background: rgba(43,39,37,1) url(../images/load.png) no-repeat center left 20px;
}