html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input {
	margin: 0;
	padding: 0;
}

header, menu, nav, section, article, aside, footer {
	display: block;
	margin: 0;
	padding: 0;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	background: #E9EAED;
	color: #1f282c;
	word-wrap: break-word;
}

input, textarea, select, button, body {
	font: 14px/18px "Helvetica Neue", Helvetica, Arial, sans-serif;
}

a, label, select, button, input[type="submit"], input[type="checkbox"], input[type="radio"], input[type="reset"] {
	cursor: pointer;
}

h1, h2, h3, h4, h5 {
	line-height: normal;
	font-weight: normal;
}

h1 {font-size: 28px;}
h2 {font-size: 22px;}
h3 {font-size: 18px;}
h4 {font-size: 16px;}
h5 {font-size: 14px;}

a,
button,
input {
	text-decoration: none;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	transition: all 0.1s linear;
}

a:hover {text-decoration: underline;}
a img {border: 0 none;}

textarea {resize: vertical; padding: 10px;}
input, textarea, select, button, a {outline: none;}
input::-webkit-input-placeholder {color: #999;}
input::-moz-placeholder {color: #999;}
input:-moz-placeholder {color: #999;}
input:-ms-input-placeholder {color: #999;}
input:focus::-webkit-input-placeholder {color: #555;}
input:focus::-moz-placeholder {color: #555;}
input:focus:-moz-placeholder {color: #555;}
input:focus:-ms-input-placeholder {color: #555;}
input[type="search"]::-webkit-search-cancel-button {-webkit-appearance: none; cursor: pointer;}

input[type="search"]::-webkit-search-cancel-button:before {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	content: "\f00d";
	color: #999;
	font-size: 11px;
	margin-left: 8px;
}

input[type="search"]:hover::-webkit-search-cancel-button:before {color: #000;}

table, td {border-spacing: 0;}

ul, ol {margin-left: 18px;}
ul li, ol li {margin: 5px 0;}

select {
	padding: 3px;
}

.wcont img,
.wcont iframe {
	max-width: 100%;
}
.wcont.pd30 .highslide {display: block;}
.clr {
	clear: both;
}

.reset,
.reset li {
	list-style: none;
	margin: 0;
}

label.checkbox,
label.radio {
	display: inline-block;
	position: relative;
	padding: 15px 0 15px 39px;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none;
	user-select: none;
}

label.radio {
	padding-left: 30px;
}

label.checkbox:before {
	content: "\f205";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 24px;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #C03C3C;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -12px;
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
	-webkit-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1);
}

label.checkbox.active:before {
	color: #002147;
	filter: none;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}

label.radio:before {
	content: "\f111";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 24px;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #C03C3C;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -12px;
}

label.radio.active:before {
	content: "\f058";
	color: #002147;
}

.fbutton {
	border-width: 1px;
	border-style: solid;
	color: #fff;
	padding: 6px 15px;
	border-radius: 2px;
	display: inline-block;
	font-weight: bold;
	font-size: 12px;
	-webkit-transition: background 0.1s linear;
	-moz-transition: background 0.1s linear;
	transition: background 0.1s linear;
}

.fbutton:hover {
	text-decoration: none;
	cursor: pointer;
}

.fbutton:active {
	box-shadow: 0 1px 3px rgba(0,0,0,.4) inset;
}

.fbutton.gray {
	background: #FBFBFB;
	background: -moz-linear-gradient(top,  #FBFBFB 0%, #EAEAEA 100%);
	background: -webkit-linear-gradient(top,  #FBFBFB 0%,#EAEAEA 100%);
	background: linear-gradient(to bottom, #FBFBFB 0%, #EAEAEA 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FBFBFB', endColorstr='#EAEAEA',GradientType=0 );
	color: #1f282c;
	border-color: #D7D7D7;
}

.fbutton.gray:hover {
	background: #FBFBFB;
	background: -moz-linear-gradient(top,  #FBFBFB 0%, #EAEAEA 100%);
	background: -webkit-linear-gradient(top,  #FBFBFB 0%,#EAEAEA 100%);
	background: linear-gradient(to bottom, #FBFBFB 0%, #EAEAEA 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FBFBFB', endColorstr='#EAEAEA',GradientType=0 );
}

.wrapper {
	max-width: 1024px;
	margin: 0 auto;
}

.header {
	background: #fff;
	height: 60px;
	color: #999;
}

.header .logo,
.header .fa-list,
.header #story,
.header .fa-search,
.header .logo img,
.header .logo span {
	float: left;
}

.header .logo {
	height: 60px;
	line-height: 60px;
	width: 70px;
	font-weight: bold;
	font-size: 21px;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.header .logo img {float: left;}
.header .logo span {text-indent:-9999px;}
.opened .header .logo {width: 200px; color: #fff;}
.opened .header .logo span {text-indent:0;}

.header .fa-list,
.header .fa-search {
	float: left;
	height: 60px;
	line-height: 60px;
	width: 60px;
	text-align: center;
	cursor: pointer;
	-webkit-transition: color 0.2s linear;
	-moz-transition: color 0.2s linear;
	transition: color 0.2s linear;
}

.header .fa-search {
	border: none;
	background: none;
	color: #999;
	width: 40px;
	line-height: normal;
}

.header #story {
	padding: 3px 0;
	margin-top: 18px;
	background: #fff;
	color: #000;
	font-size: 12px;
	width: 150px;
	border: none;
}

.header .fa-list:hover,
.header .fa-search:hover {
	color: #000;
}

.auth_section {
	width: 240px;
	position: relative;
	float: right;
	text-align: center;
}

.header .auth {
	width: 240px;
	color: #fff;
	height: 60px;
	line-height: 60px;
	border: none;
	font-weight: bold;
	text-transform: uppercase;
	position: relative;
}

.auth_section ul {
	padding-bottom: 0;
	text-align: left;
}

.auth_section li {
	margin-bottom: 15px;
}

.auth_section li a {
	font-size: 12px;
}

.auth_section ul input {
	width: 100%;
	padding: 3px 10px;
	border: none;
	background: #3C4952;
	color: #fff;
	text-align: center;
}

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
	-webkit-box-shadow: inset 0 0 0 50px #3C4952;
	-webkit-text-fill-color: #fff;
}

.auth_section ul a {
	display: inline-block;
	margin-top: 5px;
}

.auth_section .btns {
	width: 50%;
	float: left;
	padding: 10px;
	text-align: center;
	border: none;
	color: #fff;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	transition: all 0.1s linear;
}

.auth_section .btns.submit {background: #4E9C2F;}
.auth_section .btns.submit:hover {background: #002147;}
.auth_section .btns.reg {background: #2C3942;}
.auth_section .btns.reg:hover {background: #414F58; text-decoration: none;}

.auth_section .foot a {
	display: block;
	padding: 10px;
	color: #fff;
}

.auth_section .foot a.vk {background: #4C75A3}
.auth_section .foot a.vk:hover {background: #537EB0}
.auth_section .foot a.ok {background: #F58220}
.auth_section .foot a.ok:hover {background: #FF8A24}
.auth_section .foot a.fb {background: #3B5998}
.auth_section .foot a.fb:hover {background: #4666AB}
.auth_section .foot a.mail {background: #005E9B}
.auth_section .foot a.mail:hover {background: #0569AB}
.auth_section .foot a.ya {background: #DD0000}
.auth_section .foot a.ya:hover {background: #EB0C0C}
.auth_section .foot a.gp {background: #C3391D}
.auth_section .foot a.gp:hover {background: #D44124}

.body-wrap {
	position: relative;
	top: 0;
	left: 0;
	bottom: 0;
	width: 100%;
}

.body-content {
	position: relative;
	display: table;
	table-layout: fixed;
	border-spacing: 0;
	width: 100%;
	height: 100%;
}

.aside-nav,
.aside-right,
.content {
	display: table-cell;
	height: 100%;
	vertical-align: top;
	float: none;
	position: relative;
}

.aside-nav {
	width: 70px;
	overflow: hidden;
	background-color: #181f24;
	-webkit-transition: width 0.2s linear;
	-moz-transition: width 0.2s linear;
	transition: width 0.2s linear;
}

.aside-right {
	width: 240px;
	background-color: #181f24;
	color: #B9C3C9;
	padding-bottom: 30px;
}

.aside-nav .menu li {
	position: relative;
}

.aside-nav .menu li.profile {
	display: none;
}

.aside-nav .menu li a {
	display: block;
	text-align: center;
	height: 70px;
	line-height: 70px;
	color: #8ca1af;
}

.aside-nav .menu li .fa {
	font-size: 17px;
	height: 70px;
	line-height: 70px;
}

.aside-nav .menu li.active a {
	background-color: #232c32;
	color: #fff;
}

.aside-nav .menu li a:hover {
	color: #fff;
	text-decoration: none;
}

.aside-nav .menu li a span {
	position: relative;
	display: none;
	font-size: 13px;
	margin-left: 48px;
	white-space: nowrap;
	overflow: hidden;
	padding-right: 20px;
}

.aside-nav .menu li a span:before {
	position: absolute;
	width: 20px;
	height: 100%;
	border-right: 15px solid #181F24;
	content: '';
	right: 0;
	top: 0;
	background: -moz-linear-gradient(left, rgba(24,31,36,0) 0%, rgba(24,31,36,1) 100%);
	background: -webkit-linear-gradient(left, rgba(24,31,36,0) 0%,rgba(24,31,36,1) 100%);
	background: linear-gradient(to right, rgba(24,31,36,0) 0%,rgba(24,31,36,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00181f24', endColorstr='#181f24',GradientType=1 );
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;
}

.aside-nav .menu li.active a span:before {
	border-right: 15px solid #232c32;
	background: -moz-linear-gradient(left,  rgba(35,44,50,0) 0%, rgba(35,44,50,1) 100%);
	background: -webkit-linear-gradient(left,  rgba(35,44,50,0) 0%,rgba(35,44,50,1) 100%);
	background: linear-gradient(to right,  rgba(35,44,50,0) 0%,rgba(35,44,50,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00232c32', endColorstr='#232c32',GradientType=1 );
}

.opened .aside-nav {width: 200px;}
.opened .aside-nav li a {text-align: left;}
.opened .aside-nav li .fa {margin-left:20px; float: left;}
.opened .aside-nav li a span {display: block;}

.aside-nav li ul {
	display: none;
}

.opened .aside-nav li.active ul {
	display: block;
}

.aside-nav .menu li ul li {
	border-top: 1px solid #2C3942;
}

.aside-nav .menu li ul a {
	height: 45px;
	line-height: 45px;
	font-size: 13px;
	text-align: left;
	padding: 0 20px;
}

.aside-nav .menu li ul a:hover,
.aside-nav .menu li ul li.active a {
	background-color: #2C3942 !important;
}

.slider-top {
	padding: 0 0 0 30px;
}

.dark-bg {
	background: #2C3942;
	color: #fff;
}

.slider-top .item {
	color: #fff;
	position: relative;
	margin: 23px 0;
	float: left;
}

.slider-top .item img {
	width: 100%;
	display: block;
}

.slider-top .item .big-image-body:hover .big-image {
	-webkit-transform: scale(1.2) rotate(5deg);
	-moz-transform: scale(1.2) rotate(5deg);
	-ms-transform: scale(1.2) rotate(5deg);
	-o-transform: scale(1.2) rotate(5deg);
	transform: scale(1.2) rotate(5deg);
}

.slider-top .item p {
	padding: 10px 0 0;
	font-size: 13px;
	color: #B9C3C9;
}

.slider-top .item:active,
.slider-top .item img:active {
	cursor: -moz-grabbing !important;
	cursor: -webkit-grabbing !important;
	cursor: grabbing !important;
}

.slider-top .slider-right {
	margin: 0 0 0 415px;
	height: 345px;
	padding: 0 15px 0 25px;
	overflow: hidden;
}

.slider-top .slider-right .item {
	width: 156px;
	padding: 0 10px 10px;
	height: 270px;
	padding-top: 15px;
	border-top: 5px solid #2C3942;
	background-color: transparent;
	transition: background-color 0.2s linear, border-color 0.2s linear;
	cursor: pointer;
}

.slider-top .slider-right .item:hover {
	background-color: #33404A;
}

.slider-top .slider-right .item.slick-current,
.slider-top .slider-right .item.slick-current:hover {
	background-color: #232C32;
}

.slider-top .slider-right .item.slick-current p {
	color: #fff;
}

.slider-top .slider-right .item .image {
	height: 196px;
	overflow: hidden;
}

.slider-top .slider-right .item img {
	height: 196px;
	cursor: pointer;
}

.slider-top .slider-right .item p {
	height: 45px;
	overflow: hidden;
}

.slider-top .slider-left {
	float: left;
	width: 400px;
	height: 370px;
	overflow: hidden;
}

.slider-top .slider-left .item {
	position: relative;
}

.slider-top .slider-left .slick-slider {
	margin: 0;
}

.slider-top .slider-left .item .big-image-body {
	width: 400px;
	height: 270px;
	overflow: hidden;
}

.slider-top .slider-left .item .big-image {
	display: block;
	width: 400px;
	height: 270px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.slider-top .slider-left .item .about {
	position: absolute;
	top: 184px;
	right: 0;
	background: rgba(0,0,0,.6);
	padding: 0;
	max-width: 380px;
	padding-left: 65px;
	color: #fff;
}

.slider-top .slider-left .item .about .image {
	width: 50px;
	margin-left: -65px;
	height: 71px;
	float: left;
}

.slider-top .slider-left .item .about .image img {
	height: 71px;
}

.slider-top .slider-left .item .title {
	font-size: 21px;
	display: block;
	overflow: hidden;
	margin: 0 30px 0 0;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	white-space: nowrap;
	color: #fff;
	padding: 10px 0;
}

.slider-top .slider-left .item .download {
	float: right;
	background-color: #414F58;
	color: #fff;
	padding: 9px 30px;
}

.slider-top .slider-left .item .download:hover {
	text-decoration: none;
}

.slider-top .slider-left .item p a {
	color: #fff;
}

.slider-top .slider-left .item .developer {
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	white-space: nowrap;
}

.section_title {
	font-size: 24px;
	background: #E9EAED;
	position: relative;
	z-index: 1;
}

.slider-top .section_title {
	padding-top: 30px;
}

.dark-bg .section_title {
	background: #2C3942;
}

.pheading {
	background: #fff;
	border-top: 1px solid #F0F0F0;
	border-bottom: 1px solid #DBDCDF;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.04);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.04);
	box-shadow: 0 1px 2px rgba(0,0,0,.04);
}

.pheading .section_title {
	background: #fff;
}

.pheading h1,
.pheading h2 {
	font-weight: normal;
}

.pd15  {
	padding: 15px;
}

.pd15-30  {
	padding: 15px 30px;
}

.pd45-15  {
	padding: 45px 15px;
}

.pd30  {
	padding: 30px;
}

.pd30-0  {
	padding: 30px 0;
}

.pd15-0  {
	padding: 30px 0;
}

.mrg15  {
	margin: 15px;
}

.mrg15-30  {
	margin: 15px 30px;
}

.item.games {
	width: 25%;
	float: left;
	padding: 15px;
	position: relative;
}

.item.games .image-big {
	display: block;
	height: 215px;
	overflow: hidden;
	position: relative;
}

.item.games .image-big .overlay {
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 20;
	-webkit-transition: box-shadow 0.3s ease 0s;
	-moz-transition: box-shadow 0.3s ease 0s;
	-o-transition: box-shadow 0.3s ease 0s;
	transition: box-shadow 0.3s ease 0s;
}

.item.games .image-big .overlay:hover {
	box-shadow: 0 0 150px 15px #000 inset;
}

.item.games span.overlay-content {
    display: none;
    position: absolute;
    left: 20px;
    top: 50px;
    right: 20px;
    bottom: 40px;
    color: #fff;
    color: rgba(255,255,255,.9);
    overflow: hidden;
    text-shadow: 0 1px 1px #000;
}

.item.games .image-big .img-body {
	position: absolute;
	width: 300%;
	height: 100%;
	top: 0;
	left: -100%;
	text-align: center;
}

.item.games .image-big img {
	display: inline-block;
	min-width: 33.33%;
	height: 215px;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.item.games .about {
	display: block;
	margin-top: -27px;
	position: relative;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.item.games.entered .image-big img {
	-webkit-transform: scale(1.2) rotate(5deg);
	-moz-transform: scale(1.2) rotate(5deg);
	-ms-transform: scale(1.2) rotate(5deg);
	-o-transform: scale(1.2) rotate(5deg);
	transform: scale(1.2) rotate(5deg);
}

.item.games.entered .about {
	-webkit-transform: scale(2);
	-moz-transform: scale(2);
	-ms-transform: scale(2);
	-o-transform: scale(2);
	transform: scale(2);
	opacity: 0;
	-moz-opacity: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}

.item.games .about img {
	float: left;
	width: 50px;
	height: 67px;
	margin: -10px 15px 0;
}

.item.games .about .details {
	color: #fff;
	text-shadow: 0 0 3px #000;
	font-size: 12px;
	display: block;
	margin-bottom: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	white-space: nowrap;
}

.item.games .about .title {
	font-weight: bold;
	color: #414F58;
}

.item.games .about .more {
	display: block;
	margin-left: 80px;
	height: 70px;
	overflow: hidden;
}

.item.games a {
	display: block;
}

.item.games a:hover {
	text-decoration: none;
}

.item.games .title:hover {
	text-decoration: underline;
}

.item.games .rating {
	position: absolute;
	right: 30px;
	top: 30px;
}

.item.games .rating.likes  {
	width: auto;
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
}

.item.games .rating.likes span,
.item.games .rating.likes a {
	color: #fff !important;
	float: left;
}

.navigation {
	color: #fff;
	position: relative;
	z-index: 2;
	border-top: 30px solid #E9EAED
}

.games_custom .navigation {
	margin: 0 -15px;
}

.navigation a {
	color: #fff;
}

.navigation .pages {
	text-align: center;
	font-size: 0;
	margin: 0 175px;
}

.navigation .thide.left {
	float: left;
}

.navigation .fa-angle-up,
.navigation .thide.right {
	float: right;
}

.navigation a,
.navigation .pages span,
.navigation .thide span {
	padding: 0 20px;
	height: 48px;
	line-height: 48px;
	font-size: 14px;
	display: inline-block;
}

.navigation a:hover {
	text-decoration: none;
}

.navigation .thide a,
.navigation .thide span {
	padding: 0 30px;
}

.navigation .thide.left .fa {
	margin-right: 5px;
}

.navigation .thide.right .fa {
	margin-left: 5px;
}

.navigation a.fa-angle-up {
	background: #2C3942;
}

.navigation a.fa-angle-up:hover {
	background: #323E48;
}

.last_news {
	margin-bottom: 0;
}

.item.news {
	clear: both;
	width: 50%;
	padding: 0 45px 30px 30px;
	margin-top: -90px;
	float: left;
	border-right: 1px solid #33404A;
}

.item.news.first {
	margin-top: 0;
	padding-top: 30px;
}

.item.news .item_body {
	background: #33404A;
	padding: 30px;
}

.item.news .image {
	display: block;
	float: left;
	width: 170px;
	height: 170px;
	overflow: hidden;
}

.item.news .image span {
	display: block;
	width: 500px;
	margin-left: -165px;
	text-align: center;
}

.item.news .image img {
	height: 170px;
	display: block;
	margin: 0 auto;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.item.news .image:hover img {
	-webkit-transform: scale(1.2) rotate(5deg);
	-moz-transform: scale(1.2) rotate(5deg);
	-ms-transform: scale(1.2) rotate(5deg);
	-o-transform: scale(1.2) rotate(5deg);
	transform: scale(1.2) rotate(5deg);
}

.item.news .story {
	margin-left: 200px;
	color: #B9C3C9;
}

.item.news .title {
	font-size: 21px;
	line-height: 24px;
	display: block;
	padding-bottom: 15px;
	color: #fff;
}

.item.news .title:hover {
	text-decoration: none;
}

.item.news .info {
	margin: 0 -75px 15px 0;
	font-size: 13px;
	color: #768289;
	padding: 20px 75px 0 0;
	border-top: 1px dotted #33404A;
	position: relative;
	-webkit-transition: border-top-color 0.4s ease 0s;
	-moz-transition: border-top-color 0.4s ease 0s;
	-o-transition: border-top-color 0.4s ease 0s;
	transition: border-top-color 0.4s ease 0s;
}

.item.news .right {
	float: right;
}

.item.news .info .q {
	position: absolute;
	width: 11px;
	height: 11px;
	background: #33404A;
	top: -6px;
	right: -6px;
	display: block;
	border: 3px solid #E9EAED;
	z-index: 1;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.item.news:hover .info .q {
	z-index: 2;
	-webkit-box-shadow: 0 0 0 5px rgba(0,0,0,.15);
	-moz-box-shadow: 0 0 0 5px rgba(0,0,0,.15);
	box-shadow: 0 0 0 5px rgba(0,0,0,.15);
	border-color: #33404A;
}

.item.news .info .fa-comments {
	margin-left: 15px;
}

.item.news .info .rate {
	float: right;
	margin-left: 15px;
}

.item.news .info .rate .rating.likes {
	width: auto;
}

.item.news .info .rate .rating.likes a,
.item.news .info .rate .rating.likes span {
	color: #768188;
}

.item.news.right {
	float: right;
	padding: 0 30px 30px 45px;
	border-right: none;
	border-left: 1px solid #33404A;
	position: relative;
	left: -1px;
}

.item.news.right .image {
	float: right;
}

.item.news.right .story {
	margin: 0 200px 0 0;
}

.item.news.right .info {
	margin: 0 0 15px -75px;
	padding: 20px 0 0 75px;
}

.item.news.right .info .q {
	right: auto;
	left: -6px;
}

.footer {
	border-left: 70px solid #181F24;
	border-right: 240px solid #181F24;
}

.opened .footer {
	border-left-width: 200px;
}

.footer .menu {
	width: 20%;
	float: left;
}

.footer .menu .title {
	font-size: 24px;
	margin-bottom: 15px;
}

.footer .menu a {
	color: #5E6D77;
}

.footer .menu .more {
	margin-top: 10px;
}

.footer .menu .more a {
	color: #7B8892;
	font-size: 13px;
}

.footer .menu a:hover {
	color: #fff;
	text-decoration: none;
}

.footer .menu .more .fa {
	margin-left: 5px;
}

.footer .about {
	float: left;
	width: 60%;
	color: #7B8892;
}

.footer .right-menu {
	margin-bottom: 29px;
}

.footer .right-menu li {
	display: inline-block;
	margin-right: 15px;
}

.footer .social {
	margin-top: 29px;
	white-space: nowrap;
}

.footer .social a {
	color: #7B8892;
	display: inline-block;
	font-size: 18px;
	margin: 0 25px 0 0;
}

.footer .social a:hover {
	color: #fff;
	text-decoration: none;
}

.footer .logo {
	float: left;
	margin-top: 2px;
}

.footer .text {
	margin-left: 51px;
}

.info-section {
	background: #F6DC58;
	position: relative;
	min-height: 81px;
}

.info-section a {
	color: #796500;
	text-decoration: underline;
}

.info-section .fa-warning {
	font-size: 46px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	padding-top: 20px;
	color: #F6DC58;
	background: #8B7400;
}

.info-section .info {
	margin-left: 76px;
}

.info-section .title {
	display: block;
	margin-bottom: 15px;
}

.tableform {
	width: 100%;
}

.tableform td {
	padding: 15px 0;
}

.tableform .f_input,
.tableform .xfields input,
.tableform textarea,
.tableform select {
	width: 50%;
	padding: 3px 10px;
	border: 1px solid #D1D1D1;
}

.tableform select[multiple="multiple"] {
	width: 50% !important;
}

.bb-editor textarea {
	width: 100%;
}

#searchtable label.checkbox,
#searchtable label.radio,
.tableform label.checkbox,
.tableform label.radio {
	margin-right: 15px;
}

.fieldsubmit {
	background: #44515A;
	color: #fff;
	padding: 15px;
}

.fieldsubmit .fbutton {
	background: #4A5760;
	border: 1px solid #253900;
	border-radius: 2px;
	padding: 15px 30px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	color: #fff;
	box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.05) inset, 0 0 0 1px rgba(255, 255, 255, 0.06);
}

.fieldsubmit .fbutton:hover {
	background: #4D5B64;
}

.fieldsubmit .fbutton:active {
	background: #4A5760;
	box-shadow: 0 0 15px rgba(0,0,0,.25) inset, 0 0 0 1px rgba(255,255,255,0.05);
	text-shadow: 0 -1px rgba(0,0,0,.3);
}

#searchtable {
	display: none;
}

#searchtable div {
	text-align: left !important;
}

.subheading {
	background: #fff;
	margin-top: -1px;
	overflow: hidden;
	border-top: 1px solid #F0F0F0;
	padding: 15px 30px;
	box-shadow: 0 1px 3px rgba(0,0,0,.1);
	line-height: 34px;
	margin-bottom: 30px;
}

.subheading .bbcodes {
	float: right;
}

.article {
	position: relative;
	background: #fff;
	border-top: 1px solid #E4E4E4;
}

.article.short {
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.article h3,
.article h1{
	padding: 15px 65px 5px 30px;
	display: inline-block;
}

.article h3 a {
	color: #222;
	text-decoration: none;
}

.article.opened h3,
.article.opened h1 {
	display: block;
	padding: 15px 65px 15px 30px;
	color: #fff;
	margin-top: -1px;
}

.article.full h1 {
	padding: 30px 65px 30px 30px;
}

.article.opened h3 a,
.article.opened h3 a:hover {
	color: #fff;
}

.article .info {
	padding: 5px 30px 15px;
	color: #999;
	overflow: hidden;
}

.article .info a {
	color: #999;
	text-decoration: none;
}

.article.opened .info {
	padding: 10px 30px;
}

.article .info .left {
	float: left;
}

.article .info .right {
	float: right;
}

.article.opened .info a:hover {
	color: #fff;
}

.article .info .center {
	display: inline-block;
	margin-left: 15px;
	background: #fff;
	padding: 0 10px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.1);
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,.1);
	box-shadow: 0 1px 1px rgba(0,0,0,.1);
	opacity: 0;
	-moz-opacity: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	-webkit-transition: opacity 0.1s linear;
	-moz-transition: opacity 0.1s linear;
	transition: opacity 0.1s linear;
}

.article .info:hover .center {
	opacity: 1;
	-moz-opacity: 1;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}

.article .info .center a {
	color: #757879 !important;
	display: inline-block;
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	vertical-align: middle;
}

.article .info .center a:hover {
	color: #757879;
}

.article .info .center a img {
	position: relative;
	top: -2px;
}

.article .description {
	padding: 30px;
	font-size: 14px;
	display: none;
}

.article .description img,
.article .description iframe {
	max-width: 100%;
}

.article.opened .description {
	display: block;
}

.article .description h2 {
	margin-top: 10px;
}

.article.short .description img {
	float: left;
	margin-right: 20px;
	width: 200px;
}

.article .description .foot {
	color: #999;
	font-size: 12px;
	margin-top: 25px;
}

.article .description .foot div {
	font-weight: bold;
	font-size: 13px;
	margin-bottom: 7px;
	color: #777;
}

.article .description .foot a {
	color: #777;
	text-decoration: none;
}

.article .description .foot a:hover {
	color: #D42222;
}

.article .move {
	background: url('../images/show.gif') no-repeat center center;
	width: 40px;
	height: 40px;
	border-radius: 100px;
	position: absolute;
	bottom: 5px;
	left: 50%;
	margin: 0 0 0 -20px;
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
	display: none;
	transition: .2s linear;
	
}

.article .move:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-webkit-transform : rotate(360deg);
}

.article .edit {
	position: absolute;
	right: 0;
	top: 0;
	padding: 15px 25px;
}

.article .edit i {
	display: inline-block;
	width: 5px;
	height: 19px;
	background: url('../images/edit.png') no-repeat;
	opacity: 0.3;
	-moz-opacity: 0.3;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
}

.article .edit:hover i {
	opacity: 1;
	-moz-opacity: 1;
	filter: Alpha(opacity=100);
}

.article.opened .edit i {
	background-position: -5px 0;
	opacity: 1;
	-moz-opacity: 1;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}

.article.opened .message {
	position: absolute;
	left: 245px;
	bottom: 15px;
	font-size: 12px;
	color: #BBBBBB;
}

.searchtable {
	border-top: none;
	margin-top: 30px;
}

.textin {
	padding: 3px 10px;
	border: 1px solid #DFDFDF;
}

.linetitle {
	background: #768289;
	display: inline-block;
	font-weight: bold;
	padding: 2px 10px;
	margin: 0 15px;
	font-size: 13px;
	color: #181F24;
	border-radius: 100px;
}

.timeline .item {
	position: relative;
}

.timeline .item-body {
	margin: 0 15px 0 36px;
	border-left: 3px solid #768289;
}

.timeline .item .background {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 15px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	opacity: 0.4;
	-moz-opacity: 0.4;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40);
	display: none;
}

.timeline .item a {
	display: block;
	margin: 0 0 0 -24px;
	color: #768289;
	padding-top: 30px;
	position: relative;
	z-index: 1;
}

.timeline .image {
	float: left;
	width: 46px;
	height: 46px;
	overflow: hidden;
	background: #181F24;
	box-shadow: 0 2px 5px #000;
	background: #181F24;
	border-radius: 2px;
	-webkit-transition: border-radius 0.2s linear;
	-moz-transition: border-radius 0.2s linear;
	transition: border-radius 0.2s linear;
}

.timeline .item:hover a {
	color: #fff;
}

.timeline .item a:hover {
	text-decoration: none;
}

.timeline .item:hover a .image {
	border-radius: 100px;
}

.timeline .image img {
	display: block;
	width: 100%;
	min-height: 40px;
	border-radius: 2px;
}

.timeline .info {
	margin-left: 61px;
	display: block;
	height: 46px;
}

.timeline .title {
	font-size: 13px;
	line-height: 15px;
	max-height: 30px;
	display: block;
	overflow: hidden;
}

.timeline .item a:hover .title {
	text-shadow: 0 1px 1px #000;
}

.timeline .date {
	font-size: 11px;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	transition: all 0.1s linear;
}

.timeline .item a:hover .date {
	color: rgba(255, 255, 255, 0.55);
}

.aside-right .vote-panel {
	overflow: hidden;
}

.aside-right .vote-panel .vtitle {
	background: #232C32;
	color: #fff;
	padding: 15px;
	margin: 10px 0 0;
}

.aside-right .vote-panel #dle-vote {
	padding: 15px 10px;
}

.aside-right .vote-panel .vote {
	color: #B9C3C9;
	font-size: 13px;
	margin: 5px 0;
}

.aside-right .vote-panel .vote input {
	display: none;
}

.aside-right .vote-panel .vote label {
	display: block;
	padding: 5px 15px;
	background: #181F24;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.aside-right .vote-panel .vote label:before {
	content: "\f00c";
	position: static;
	left: auto;
	top: auto;
	color: #101418;
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	float: left;
	margin: -5px 10px 0 -10px;
	background: #232C32;
	padding: 7px 10px 8px;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.aside-right .vote-panel .buttons {
	margin: 0 15px 0 14px;
}

.aside-right .vote-panel .fbutton {
	background: #414F58;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border: none;
	color: #fff;
	padding: 8px 0;
	width: 50%;
	border-left: 1px solid #181F24;
	float: left;
}

.aside-right .vote-panel .fbutton.w50 {
	width: 25%;
}

.aside-right .vote-panel .buttons form {
	float: left;
}

.aside-right .vote-panel .buttons.result form {
	float: right;
	margin-top: -3px;
}

.aside-right .vote-panel .buttons.result .fbutton {
	float: none;
	width: auto;
	padding: 3px 15px;
}

.aside-right .vote-panel .btl {
	color: #fff;
	font-size: 12px;
	padding: 0 15px;
	padding-top: 10px;
	clear: both;
}

.aside-right .vote-panel .btl button {
	float: right;
	cursor: pointer;
	background: none;
	border: none;
	padding: 0;
	color: #fff;
}

.aside-right .vote-panel .btl button:hover {
	color: #7FA832;
}

.aside-right .vote-panel .voteresult {
	padding: 0 5px;
}

.aside-right .vote-panel .voteresult .vote {
	margin: 0 0 5px;
	font-size: 12px;
}

.aside-right .vote-panel .voteresult .voteprogress {
	margin: 0 0 15px;
	height: 10px;
	background: #2C3942;
}

.aside-right .vote-panel .voteresult #dle-vote {
	padding: 15px 10px 0;
}

.aside-right .vote-panel .voteresult .voteprogress span {
	height: 10px;
}

.aside-right .vote-panel .votes {
	text-align: center;
	color: #fff;
}

.aside-right .btitle {
	color: #fff;
	padding: 15px;
	background: #232C32;
	font-weight: bold;
	margin-bottom: 15px;
}

.aside-right .tagss {
	margin: 0 15px;
	font-size: 48px;
	color: #414F58;
}
.aside-right .tagss a {
	background-color: #232C32;
	color: #B9C3C9;
	padding: 2px 5px;
	display: inline-block;
	margin: 1px 0;
	font-size: 12px;
	position: relative;
}

.aside-right .tagss a:hover {
	color: #fff;
	text-decoration: none;
}

.aside-right .tagscloud a:hover {
	color: #fff;
	text-decoration: none;
}

.admintags {
	font-size: 0;
}

.admintags label {
	font-size: 14px;
	margin-right: 60px;
}

.mini-profile img {
	margin: 0 auto 30px;
	width: 100px;
	height: 100px;
	display: block;
}

.mini-profile .counts {
	text-align: center;
}

.mini-profile .counts a {
	width: 55px;
	height: 55px;
	display: inline-block;
	background: #414F58;
	color: #B9C3C9;
	margin: 0 5px;
	text-align: center;
	position: relative;
}

.mini-profile .counts a:hover {
	color: #fff;
}

.mini-profile .counts .fa {
	font-size: 28px;
	line-height: 55px;
}

.mini-profile .counts span {
	position: absolute;
	left: -4px;
	top: -4px;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
	color: #fff;
	font-size: 9px;
	font-weight: bold;
	line-height: 8px;
	border-radius: 100px;
	padding: 2px 4px;
}

.fullgame .right_col {
	position: relative;
	width: 66.66%;
	float: right;
}

.fullgame .right_col .highslide.image {
	display: none;
}

.fullgame .left_col {
	margin-right: 66.66%;
}

.fullgame .left_col .image img {
	width: 100%;
}

.fullgame .btitle {
	font-size: 18px;
}

.fullgame .btitle div {
	font-size: 14px;
	color: #9FA4A6;
	margin-top: 2px;
}

.fullgame .btitle div a {
	color: #9FA4A6;
}

.fullgame .btitle h1 {
	font-size: 24px;
	font-weight: normal;
}

.fullgame .maintitle {
	position: relative;
	padding: 15px 173px 15px 95px;
}

.fullgame .maintitle .poster {
	position: absolute;
	top: 15px;
	left: 30px;
	width: 50px;
	height: 50px;
	overflow: hidden;
}

.fullgame .maintitle .poster img {
	width: 100%;
}

.fullgame .maintitle .rating {
	position: absolute;
	right: 30px;
	top: 26px;
	margin-right: 30px;
}

.fullgame .maintitle .rating.likes {
	font-size: 21px;
	width: auto;
	margin: 0;
}

.fullgame .maintitle .rating.likes a {
	font-size: 16px;
}

.fullgame .maintitle .rating.likes a:hover {
	text-decoration: none;
	color: #2C3942;
}

.fullgame .maintitle .rating.likes span {
	color: #9FA4A6 !important;
}

.fullgame .maintitle .rating.likes .fa {
	margin: 0 5px;
	font-size: 21px;
}

.fullgame .maintitle .unit-rating {
	width: 113px;
	height: 21px;
	background: url("../images/rating-star-big.png") repeat-x;
}

.fullgame .maintitle .unit-rating li.current-rating {
	background: #E9EAED url("../images/rating-star-big.png") 0 -21px;
	height: 21px;
}

.fullgame .maintitle .unit-rating li a {
	width: 23px;
	height: 21px;
}

.fullgame .maintitle .unit-rating li a:hover {
	background: #E9EAED url("../images/rating-star-big.png") 0 -42px;
	left: 0;
}

.fullgame .maintitle .unit-rating a.r1-unit {
	left:0;
}

.fullgame .maintitle .unit-rating a.r1-unit:hover {
	width:23px;
}

.fullgame .maintitle .unit-rating a.r2-unit {
	left: 23px;
}

.fullgame .maintitle .unit-rating a.r2-unit:hover {
	width: 46px;
}

.fullgame .maintitle .unit-rating a.r3-unit {
	left: 46px;
}

.fullgame .maintitle .unit-rating a.r3-unit:hover {
	width: 69px;
}

.fullgame .maintitle .unit-rating a.r4-unit {
	left: 69px;
}

.fullgame .maintitle .unit-rating a.r4-unit:hover {
	width: 92px;
}

.fullgame .maintitle .unit-rating a.r5-unit {
	left: 92px;
}

.fullgame .maintitle .unit-rating a.r5-unit:hover {
	width: 115px;
}

.fullgame .wtitle {
	background: #fff;
	overflow: hidden;
}

.fullgame .counts {
	position: relative;
	z-index: 3;
}

.fullgame .counts .count {
	float: left;
	padding: 5px 15px;
	text-align: center;
	color: #757879;
	font-size: 13px;
	white-space: nowrap;
}

.fullgame .counts a {
	float: right;
}

.fullgame .counts img {
	padding: 5px 10px;
}

.fullgame .counts .fa {
	font-size: 14px;
	margin-right: 3px;
}

.wcont {
	background: #fff;
}

.fullgame .wcont {
	border-top: 1px solid #F0F0F0;
	box-shadow: 0 0 15px rgba(0,0,0,.2);
	position: relative;
	z-index: 2;
}

.wcont .heading,
.wcont .pollprogress {
	display: block;
	margin-bottom: 15px;
}

.wcont .infoblock {
	margin-bottom: 30px;
}

.wcont h1,
.wcont h2 {
	padding: 0 0 8px;
	border-bottom: 1px solid #F0F0F0;
}

.related .item a {
	display: block;
	background: #fff;
	border-bottom: 1px solid #F0F0F0;
	overflow: hidden;
}

.related .item a:hover {
	text-decoration: none;
}

.related .item .image {
	float: left;
	width: 70px;
	height: 70px;
	overflow: hidden;
}

.related .item .image img {
	width: 100%;
	display: block;
}

.related .item .info {
	display: block;
	padding: 5px 0 0 85px;
	color: #666;
}

.related .item .info .title {
	display: inline-block;
	color: #333;
	font-size: 16px;
	margin-bottom: 10px;
}

.related .item .info span:hover {
	text-decoration: underline;
}

#contents_text {
	background: #2C3942;
	color: #B9C3C9;
	padding: 30px;
	display: none;
}

#contents_text > ol,
#contents_text td > ol {
	margin-left: 31px;
	white-space: nowrap;
}

#contents_text ol ol {
	list-style-type: disc;
}

#contents_text ol ol ol {
	list-style-type: circle;
}

#contents_text li a {
	color: #B9C3C9;
}

#contents_text .table {
	width: 100%;
	display: table;
}

#contents_text .table .tr {
	display: table-row;
}

#contents_text .table .td {
	display: table-cell;
}

#contents_text .table .td.contents_text {
	padding-right: 60px;
	vertical-align: top;
	width: 30%;
}

#contents_text .table .td.content_images {
	vertical-align: bottom;
	text-align: right;
}

#contents_text .table .td.content_images a {
	display: inline-block;
	width: 25%;
	height: 80px;
	overflow: hidden;
	padding: 2px;
}

#contents_text .table .td.content_images img {
	display: inline-block;
	width: 100%;
}

.highslide {
	overflow: hidden;
	display: inline-block;
}

.highslide img {
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	display: block;
}

.highslide img:hover {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}

.attachment {
	background: #f5f5f5;
	border: 1px solid #CFCFCF;
	padding: 5px;
	overflow: hidden;
    text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    white-space: nowrap;
}

.attachment .file {
	background: url('../images/files.png') no-repeat -48px 0;
	width: 16px;
	height: 16px;
	display: inline-block;
	margin: 0 0 0 15px;
	vertical-align: middle;
}

.attachment .file.torrent {background-position: 0 0;}
.attachment .file.zip, .attachment .file.rar {background-position: -16px 0;}
.attachment .file.exe {background-position: -32px 0;}

.attachment .separator {
	height: 20px;
	width: 1px;
	background: #CFCFCF;
	margin: 0 15px;
	display: inline-block;
	vertical-align: middle;
}

.editorcomm br {
	display: none;
}

#addcform td {
	padding: 0 0 5px;
}

#addcform table {
	display: none;
}

.editorcomm .checkbox {
	float: right;
	margin-bottom: -43px;
	margin-right: 0 !important;
}

.comment {
	padding: 15px 0;
	margin: 1px 30px 0 15px;
	border-left: 1px dotted #8FA7B7;
	position: relative;
}

.comment.pm {
	margin: 0;
	border-left: none;
}

.fullgame .comment {
	margin-right: 0;
}

.comment-body {
	margin-left: 15px;
	background: #fff;
	position: relative;
	z-index: 1;
	border-left-width: 2px;
	border-left-style: solid;
}

.pm .comment-body {
	margin-left: 0;
	border-left: none;
}

.comment .avatar {
	float: left;
	width: 50px;
	height: 50px;
	overflow: hidden;
	margin-top: -30px;
	border-width: 3px;
	border-style: solid;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
}

.comment .avatar img {
	width: 44px;
	min-height: 44px;
}

.comment .q {
	position: absolute;
	right: 100%;
	white-space: nowrap;
	top: 25px;
	color: #A9AAAA;
	font-size: 7px;
	margin-right: -2px;
}

.comment .q .v {
	width: 10px;
	height: 10px;
	position: absolute;
	left: 15px;
	top: 4px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.comment .author {
	margin: 4px 0 10px 65px;
	color: #AAA;
}

.comment .author a {
	display: inline-block;
	white-space: nowrap;
	margin-right: 5px;
	font-size: 16px;
}

.comment .info {
	margin-top: 15px;
	border-top: 1px solid #F0F0F0;
	padding-top: 15px;
	font-size: 13px;
}

.comment .info .fa {
	font-size: 14px;
	margin-left: 3px;
}

.comment .rating,
.comment .rating a {
	color: #AAA;
}

.comment .rating a:hover {
	color: #33404A;
	text-decoration: none;
}

.comment .right {
	float: right;
	margin-left: 12px;
}

.comment.pm .right {
	float: none;
	margin: 0 12px 0 0;
}

.comment .right .checkbox {
	opacity: 0;
	-moz-opacity: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	padding: 0;
}

.comment .right .checkbox:before {
	position: static;
	left: auto;
	top: auto;
	margin: 0;
	font-size: 12px;
}

.comment .info .right a {
	color: #fff;
}

.comment.pm .info .right a {
	color: #DDD;
}

.comment:hover .info .right a {
	color: #DDD;
}

.comment.pm:hover .info .right a {
	color: #BBB;
}

.comment .info .right a:hover {
	color: #33404A;
}

.comment.pm .info .right a:hover {
	color: #33404A;
}

.comment .right .checkbox.active,
.comment:hover .right .checkbox {
	opacity: 1;
	-moz-opacity: 1;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}

.mass_comments_action {
	visibility: hidden;
	margin: 15px 30px;
	font-size: 0;
}

.fullgame .mass_comments_action {
	margin: 15px;
}

.mass_comments_action input {
	font-size: 14px;
	margin-left: 15px;
}

#dle-comments-list:hover .mass_comments_action {
	visibility: visible;
}

.userinfo .dark-bg {
	background: #394750;
}

.userinfo .right {
	float: right;
	width: 200px;
}

.userinfo .right a {
	padding: 8px 12px;
	width: 100%;
	text-align: center;
	display: block;
	color: #fff;
	background: #4E5C65;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	box-shadow: 0 0 0 1px rgba(255,255,255,.05), 0 0 1px 1px rgba(255,255,255,.06) inset;
	border: 1px solid #2C3942;
	margin-bottom: 5px;
}

.userinfo .right a:hover {
	background: #56626B;
	text-decoration: none;
}

.userinfo .uavatar {
	float: left;
	width: 100px;
}

.userinfo .avatar img {
	width: 100px;
}

.userinfo .cols {
	margin: 0 230px 0 130px;
}

.userinfo .cols span[style="color:red"] {
	color: #F27E7E !important;
}

.userinfo .cols .grey {
	color: #B9C3C9;
}

.userinfo .links .item {
	float: left;
	width: 25%;
	padding: 20px 0 20px 30px;
}

.userinfo .links .item .fa {
	margin-right: 5px;
}

.userinfo .links .item > span {
	position: relative;
	display: inline-block;
}

.userinfo .links .item > span:hover {
	text-decoration: underline;
	cursor: pointer;
}

.userinfo .links .item > span a {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	font-size: 0;
}

.userinfo .links .item > span span {
	font-size: 0;
}

.userinfo .links #edit {
	color: #fff;
	text-align: center;
	cursor: pointer;
	padding-right: 30px;
	border: none;
}

.userinfo .avatar {
	width: 100px;
	float: left;
}

.userinfo .info {
	margin-left: 120px;
}

.userinfo .counts {
	height: 55px;
	margin-bottom: 15px;
}

.userinfo .box {
	width: 55px;
	height: 55px;
	background: #414F58;
	float: left;
	margin-left: 10px;
	text-align: center;
	position: relative;
}

.userinfo .box .fa {
	font-size: 28px;
	line-height: 55px;
}

.userinfo .box .count {
	position: absolute;
	left: -4px;
	top: -4px;
	background-color: #7FA832;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
	color: #fff;
	font-size: 9px;
	font-weight: bold;
	line-height: 8px;
	border-radius: 100px;
	padding: 2px 4px;
}

.userinfo .box .link {
	font-size: 0;
}

.userinfo .box a {
	text-indent: -9999px;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.userinfo .box:hover {
	color: #fff;
	background-color: #7FA832;
}

.userinfo .rcol {
	margin-left: 10px;
}

.pheading .status {
	float: right;
	border-radius: 2px;
	font-size: 14px;
	color: #fff;
	padding: 2px 15px;
}

.pheading .status.online {
	background: #30B849;
}

.pheading .status.offline {
	background: #E9EAED;
	color: #888E92;
}

.speedbar {
	padding-top: 20px;
	margin: 0 270px 0 335px;
	color: #C7C7C7;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	white-space: nowrap;
}

.speedbar a {
	color: #C7C7C7;
}

.pmleft {
	float: left;
	width: 200px;
}

.pmright {
	margin-left: 245px;
}

.pmleft a {
	display: block;
	margin-bottom: 5px;
}

.pmleft a span {
	display: block;
	padding: 10px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.pmleft a:hover {
	text-decoration: none;
}

.pmleft span {
	color: #999;
}

.pmleft span.bbcodes {
	text-align: center;
	color: #fff;
}

.pmleft span:hover {
	color: #666;
	background-color: #DFDFE0;
}

.pmleft span.bbcodes {
	text-align: center;
	margin-bottom: 15px;
	color: #fff;
}

.pmleft span.bbcodes:hover {
	color: #fff;
}

.pm_status {
	background: #fff;
	padding: 10px;
	font-size: 11px;
}

#modal-overlay {
	background: #000 !important;
	-moz-opacity: 0.6 !important;
	opacity: 0.6 !important;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
}

.instagram-media, .twitter-tweet {display: inline-block !important;}

.comments-image-gallery {
  margin: 0;
  padding: 0;  
  list-style: none;
  clear: both;
}

.comments-image-gallery li{
	list-style: none;
	margin: 0;
	padding: 0;  
}

.comments-image-gallery li img{
  float: left;
  margin-right: 5px;
  border: 5px solid #fff;
  width: 100px;
  height: 100px;
  transition: box-shadow 0.5s ease;
}

.comments-image-gallery li img:hover {
  box-shadow: 0px 0px 7px rgba(0,0,0,0.4);
}

.mce-toc {
  border: 1px solid #dbdada;
  margin: 0 0 .7rem 0;
}

.mce-toc h2 {
  margin: 4px;
}

.mce-toc ul {
  padding-left: 20px;
  list-style: none;
  margin-top: 0;
  margin-bottom: 0;
  margin-block-start: 1em;
  margin-block-end: 1em;
}

.mce-toc ul ul {
  padding-left: 20px;
  margin-block-start: 0;
  margin-block-end: 0;
}

.mce-toc li {
  list-style-type: none;
}

.image-bordered {
	border: 1px solid #ddd;
}

.image-shadows {
	box-shadow: rgb(9 30 66 / 25%) 0px 4px 8px -2px, rgb(9 30 66 / 8%) 0px 0px 0px 1px;
}

.image-padded {
	padding: 0.5rem;
}

.comments-user-profile {
  font-weight: bold;
  cursor: pointer;
  color: #3394e6;
}

.title_spoiler svg{
	vertical-align: middle;
	margin-top: -4px;
	margin-right: 7px;
	height: 16px;
	width: 16px;
}
.mce-accordion summary {
	cursor: pointer;
}

.self_delete_link {
	border: 0 none;
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
	padding: 12px 27px;
	border-radius: 10px;
	outline: none;
	background-color: #f44336;
	color: #fff;
	text-shadow: 0 1px #333;
	text-decoration: none !important;
	box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2);
	box-sizing: border-box;
	transition: all ease .1s; transition: all ease .1s;
}
.DLEPush {
	z-index: 2001;
	position: fixed;
	right: 20px;
	top: 20px
}

@keyframes DLEPush-show {
	0% {
		transform: translateY(100%);
		opacity: 0;
	}
	