@import url('https://fonts.googleapis.com/css?family=Play');

/* 
=============================================================
This Skin for STRESS WEB Developed by S.T.R.E.S.S.
=============================================================
*/
/* 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%;
	vertical-align: baseline;
}
/* 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 CSS Reset */
html {
	height: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
body {
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;
	color: #605756;
	font-family: 'Play', sans-serif;
	background: #000;
	min-width: 1000px;
}
a {
	color: #ad9781;
	outline: none;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
.clear {clear: both;}


.bg-header {
	background: url(../images/bg_01.jpg) 50% 0 no-repeat;
}
.bg-main {
	background: url(../images/bg_02.jpg) 50% 0 no-repeat;
}
.bg-footer {
	background: url(../images/bg_03.jpg) 50% 0 no-repeat;
}

.wrapper {
	width: 1100px;
	margin: 0 auto;
}
/* Header
-----------------------------------------------------------------------------*/
header#header {
	height: 339px;
	width: 100%;
	position: relative;
}


/* Middle
-----------------------------------------------------------------------------*/
.middle {
	width: 100%;
	padding: 0;
	height: 995px;
	position: relative;
}
.middle:after {
	display: table;
	clear: both;
	content: '';
}
.container {
	width: 100%;
	float: left;
	overflow: hidden;
}
.content {
	padding: 0 326px 0 326px;
}


/* Left Sidebar
-----------------------------------------------------------------------------*/
.left-sidebar {
	float: left;
	width: 306px;
	margin-left: -100%;
	position: relative;
}


/* Right Sidebar
-----------------------------------------------------------------------------*/
.right-sidebar {
	float: left;
	width: 306px;
	margin-left: -306px;
	position: relative;
}


/* Footer
-----------------------------------------------------------------------------*/
#footer {
	width: 100%;
	height: 200px;
	position: relative;
}


.l2top {
	padding: 25px 0 0 85px;
}
.l2top a img {
	transition: all 0.3s ease-in-out;
}
.l2top a:hover img {
	transform: scale(1.1) rotateX(360deg);
}

.language {
	width: 174px;
	height: 52px;
	padding-top: 4px;
	background: url(../images/lang-bg.png) 50% 0 no-repeat;
	text-align: center;
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: -87px;
}
.language a img {
	transition: all 0.3s ease-in-out;
}
.language a:hover img {
	transform: translateY(3px);
}

a.logo {
	background: url(../images/logo.png) 50% 0 no-repeat;
	width: 500px;
	height: 120px;
	display: block;
	position: absolute;
	left: 40%;
	bottom: 25px;
	margin-left: -141px;
	transition: all 0.3s ease-in-out;
}
a.logo:hover {
	transform: scale(1.1);
	-webkit-filter:brightness(1.1);
	-moz-filter:brightness(1.1);
	-o-filter:brightness(1.1);
	filter:brightness(1.1);
}

.btn-cp {
	text-align: center;
	padding-top: 9px;
	height: 131px;
}
.btn-cp a {
	background: url(../images/btn-cp.png) 50% 0 no-repeat;
	display: inline-block;
	margin-left: 3px;
	width: 169px;
	height: 58px;
	font-size: 20px;
	line-height: 57px;
	text-align: center;
	text-transform: uppercase;
	color: #ffffff;
	text-decoration: none;
	font-family: 'Play', sans-serif;
	text-shadow: 1px 1px 0px rgba(154, 160, 32, 0.70);
	transition: all 0.3s ease-in-out;
}
.btn-cp a:hover {
	-webkit-filter:brightness(1.2);
	-moz-filter:brightness(1.2);
	-o-filter:brightness(1.2);
	filter:brightness(1.2);
}

.page-title {
	margin-bottom: 30px;
	height: 25px;
	color: #8b706a;
	font-size: 20px;
	line-height: 24px;
	font-family: 'Play', sans-serif;
	text-align: center;
	background: url(../images/ornament-bg.png) 50% 50% no-repeat;
}

.content-box {
	height: 730px;
}

.counters {
	text-align: center;
}
.counters a img {
	opacity: 0.5;
	margin: 0 5px;
	transition: all 0.3s ease-in-out;
}
.counters a:hover img {
	opacity: 1;
}

.news {
	width: 412px;
	margin: 0 auto 25px;
	position: relative;
	background: url(../images/news-r.png) 50% bottom no-repeat;
	padding-bottom: 30px;
}
.news .ntitle {
	font-size: 20px;
	text-align: left;
	color: #6a4d47;
	font-family: 'Play', sans-serif;
	margin-bottom: 5px;
}
.news .ntitle a {
	font-size: 20px;
	text-align: left;
	color: #6a4d47;
	font-family: 'Play', sans-serif;
}
.news .ndate {
	font-size: 12px;
	color: #ad9b97;
	height: 35px;
}
.news .ndate .nday {
	color: #6a4d47;
	font-size: 15px;
}
.news .nauthor {
	border-left: 1px solid #ad9b97;
	margin-left: 10px;
	padding-left: 10px;
}
.news .ncontent {}
.news .nimg {
	width: 115px;
	float: left;
}
.news .nimg img {
	width: 84px;
	height: 84px;
	border-radius: 100%;
	padding: 2px;
	border: 1px solid rgba(106, 77, 71, 0.60);
	transition: all 0.3s ;
}
.news:hover .nimg img {
	-webkit-filter:brightness(1.3);
	-o-filter:brightness(1.3);
	-moz-filter:brightness(1.3);
	filter:brightness(1.3);
	/*transform: rotate(360deg);*/
}
.news .nimg img:hover {
	
}
.news .vklike {padding: 0; margin: 0; height: 18px; position: absolute; left: 0; top: 10px;}
.news .like {padding: 0; margin: 0; clear: none;}

.nav {
	padding: 91px 0 0 0;
	height: 297px;
}
.nav .b-title {
	height: 30px;
	padding-left: 66px;
}
.nav li {
	height: 28px;
	padding-left: 80px;
	position: relative;
}
.nav li .arrow {
	position: absolute;
	width: 44px;
	height: 44px;
	background: url(../images/menu-arrow.png) 0 0 no-repeat;
	display: block;
	left: 23px;
	top: -6px;
	opacity: 0;
}
.nav li a {
	color: #e9dcd9;
	font-size: 15px;
	text-shadow: 1px 1px 0px rgba(92, 48, 36, 0.35);
	text-decoration: none;
	line-height: 27px;
	transition: all 0.3s ease-in-out;
}
.nav li a:hover {
	color: #999;
}

.btn-play {
	padding-left: 75px;
	height: 163px;
	padding-top: 7px;
}
.btn-play a img {
	transition: all 0.3s ease-in-out;
}
.btn-play a:hover img {
	transform: scale(1.1);
	-webkit-filter:brightness(1.1);
	-moz-filter:brightness(1.1);
	-o-filter:brightness(1.1);
	filter:brightness(1.1);
}


.forum {}
.forum .b-title {
	text-align: right;
	height: 70px;
}
.forum .topics {
	float: right;
	padding-right: 40px;
}
.forum .item {
	height: 40px;
	padding: 5px 0 5px 5px;
	position: relative;
	z-index:1;
}
.forum .item:after {
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.2);
	-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 .ico-topic {
	background: url(../images/ico-topic.png) 0 0 no-repeat;
	width: 38px;
	height: 40px;
	display: inline-block;
	float: right;
	transition: all 0.3s ease 0s;
}
.forum .item:hover .ico-topic {
	/*transform: rotateY(360deg);*/
}
.forum .link {
	padding-right: 40px;
	text-align: right;
}
.forum .link a {
	color: #ac9892;
	font-size: 14px;
}
.forum .date {
	padding-right: 40px;
	color: #6a4d47;
	text-align: right;
	font-size: 12px;
}
.forum .date a {
	color: #c96240;
	font-size: 12px;
}

.status {
	padding: 88px 0 0;
	height: 461px;
}
.status .b-title {
	/*padding-left: 146px;*/
	padding-right: 50px;
	height: 91px;
	text-align: right;
}
.status .item {
	background: url(../images/progress-bar.png) -16px 0 no-repeat;
	width: 175px;
	height: 60px;
	float: right;
	padding-left: 23px;
	padding-right: 30px;
	position: relative;
	margin-bottom: 2px;
	text-align: center;
}
.status .item:after {
	clear: both;
	content: '';
	display: table;
}

.status .item span {
		font-size: 14px;
	    text-align: center;
	    color: #fbe5c1;
	    line-height: 5px;
	}

.status .progress {
	background: url(../images/progress.png) 0 -5px no-repeat;
	height: 49px;
	/*width: 160px;*/
	width: 0;
	padding: 0 0 0 15px;
}
.status .name {
	color: #e5d6d2;
	font-size: 14px;
	font-weight: bold;
	height: 20px;
	line-height: 19px;
}
.status .name a {
	color: #e5d6d2;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
.status .rate {
	padding-left: 10px;
}
.status .tooltip {
	background: rgba(0,0,0,0.90);
	width: 190px;
	height: 22px;
	border-radius: 15px;
	text-align: center;
	color: #958480;
	font-weight: bold;
	line-height: 20px;
	padding-top: 3px;
	position: absolute;
	top: -2px;
	left: 15px;
	/*display: none;*/
	opacity: 0;
	visibility: hidden;
	transform: translateY(-25px);
	transition: all 0.3s ease-in-out;
}
.status .item:hover .tooltip {
	/*display: block;*/
	visibility: visible;
	opacity: 1;
	transform: translateY(0px);
}
.status .tooltip:after {
	opacity: 0.9;
	content: '';
	position: absolute;
	left: 27px;
	bottom: -4px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 4px 0 4px;
	border-color: #000000 transparent transparent transparent;
}
.ico-arrow-up {
	width: 9px;
	height: 13px;
	margin-bottom: -2px;
	background: url(../images/arrow-up.png) 0 0 no-repeat;
	display: inline-block;
	margin-right: 10px;
}


.tops {
	padding-left: 40px;
	width: 215px;
}
.tops .b-title {
	padding-left: 24px;
	height: 68px;
}
.tops .tops-type-nav {
	padding-left: 40px;
	overflow: hidden;
	margin-bottom: 10px;
}
.tops .tops-type-nav li {
	float: left;
	margin-right: 12px;
}
.tops .tops-type-nav a {
	color: #9c7d6e;
	font-size: 13px;
	text-decoration: none;
}
.tops .tops-type-nav a.active {
	color: #78b132;
}
.top-table {
	width: 100%;
	font-size: 14px;
	line-height: 22px;
	display: none;
}
.top-table.active {
	display: table;
}
.top-table td {
	height: 23px;
}
.top-table .pos {
	color: #e7cc15;
	width: 27px;
	text-align: left;
	padding-right: 20px;
}
.top-table .top {
	color: #e9dbd7;
	font-size: 15px;
	font-weight: bold;
	width: 60px;
	text-align: center;
	padding-right: 30px;
}
.top-table .name {
	color: #ac9892;
	text-align: left;
}



/***************************
* static pages
***************************/
#static {width: 100%;}
#static .stitle {font-size: 18px; text-align: center; margin-bottom: 15px;}
#static .scontent {}



.copy {
	padding-top: 110px;
	text-align: center;
	color: #bfc18c;
	font-size: 13px;
}
.vk {
	text-align: center;
}
.vk a img {
	display: inline-block;
	margin: 0 auto;
	transition: all 0.5s ease 0s;
}
.vk a:hover img {
	transform: rotateY(360deg);
}

.madys {
	position: absolute;
	bottom: 10px;
	right: 90px;
}

@media (max-width: 1199px) {
	.wrapper {
		width: 1000px;
	}
	.content {
		padding: 0 276px;
	}
	.madys {
		right: 40px;
	}
	.left-sidebar {
		width: 256px;
	}
	.right-sidebar {
	  margin-left: -256px;
	  width: 256px;
	}
	.nav .b-title {
		padding-left: 16px;
	}
	.nav li {
		padding-left: 30px;
	}
	.nav li .arrow {
		left: -27px;
	}
	.btn-play {
		padding-left: 25px;
	}
	.status .b-title {
		padding-right: 0;
	}
}