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;
 font-family: 'PT Sans', sans-serif;
}

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

.title-wg {
line-height: 18px;
}

p { font-size: 10pt; font-style: normal; line-height: 22px;}

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;
line-height: 28px;
}

h1 {font-size: 28px;font-family: 'PT Sans', sans-serif;}
h2 {font-size: 22px;font-family: 'PT Sans', sans-serif;}
h3 {font-size: 18px;font-family: 'PT Sans', sans-serif;}
h4 {font-size: 16px;font-family: 'PT Sans', sans-serif;}
h5 {font-size: 14px;font-family: 'PT Sans', sans-serif;}


blockquote{padding:10px 20px;margin:10px;font-size:17.5px;border-left:5px solid #eee}blockquote ol:last-child,blockquote p:last-child,blockquote ul:last-child{margin-bottom:0}blockquote .small,blockquote footer,blockquote small{display:block;font-size:80%;line-height:1.42857143;color:#777}blockquote .small:before,blockquote footer:before,blockquote small:before{content:'\2014 \00A0'}.blockquote-reverse,blockquote.pull-right{padding-right:15px;padding-left:0;text-align:right;border-right:5px solid #eee;border-left:0}.blockquote-reverse .small:before,.blockquote-reverse footer:before,.blockquote-reverse small:before,blockquote.pull-right .small:before,blockquote.pull-right footer:before,blockquote.pull-right small:before{content:''}.blockquote-reverse .small:after,.blockquote-reverse footer:after,.blockquote-reverse small:after,blockquote.pull-right .small:after,blockquote.pull-right footer:after,blockquote.pull-right small:after{content:'\00A0 \2014'}

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

.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: #59931B;
	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: #59931B;
}

.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: #59AB38;}
.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;
	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;
}

.otp {
margin-top:25px;
}


.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;
background: #72982B;
}

.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);
}
.uadm uadm--animate,.uadm--mini,.uadm-l,.uadm-profile,.uadm-iparent,.uadm-toggle {
 position:absolute;
 top:-9999px;
 opacity:0;
 width: 0px;
 height: 0px;/* а аАбббаОбаНаИаЕ баНаИаЗб */
 }
#page_content {
	background: #fff !important;

} 
#page_title {
	background: #fff !important;
	padding: 10px;
	margin-top: 15px;
	margin-right :15px;
	margin-left : 15px;
	margin-buttom : 15px;
}    
.page_title_text {
font-weight: 600;	
}
.link-gray {   
  background : #727B84;   
  color: #fff;   
  padding: 8px;   
  text-decoration: none;   
  border: 0;   
  border-radius: 100px;   
  font-size: 14px;   
  padding-right: 20px;   
  padding-left: 20px;   
}   
.link-gray:hover {   
  background : #5f6770;   
}

.text-white {
color: #fff !important;  
}

.badge{text-transform:uppercase;font-size:11px;font-weight:400;padding:8px 12px;border-radius:30px;color:#fff}.badge-playstation-4,.badge-ps4,.badge-primary{background-color:#2575dc;-webkit-transition:.2s ease-in-out;transition:.2s ease-in-out}.badge-playstation-4[href]:active,.badge-playstation-4[href]:focus,.badge-playstation-4[href]:hover,.badge-ps4[href]:active,.badge-ps4[href]:focus,.badge-ps4[href]:hover,.badge-primary[href]:active,.badge-primary[href]:focus,.badge-primary[href]:hover{background-color:#327dde}.badge-xbox-one,.badge-xbox,.badge-success{background-color:#0E9A49}.badge-pc,.badge-warning{color:#fff;background-color:#FF8E2B}.badge-uplay,.badge-info{background-color:#52BAFF}.badge-steam,.badge-danger{background-color:#e74c3c}.badge-twitch{background-color:#6441a5}.badge-facebook{background-color:#3b5999}.badge-twitter{background-color:#55acee}.badge-skype{background-color:#00AFF0}.badge-vk{background-color:#4c75a3}.badge-vimeo{background-color:#1ab7ea}.badge-youtube{background-color:#cd201f}.badge-google-plus{background-color:#dd4b39}.badge-reddit{background-color:#ff5700}.badge-pinterest{background-color:#bd081c}.badge-instagram{background-color:#3F729B}.badge-outline-primary{font-weight:600;color:#2575dc;border:1px solid #5191e3;border-radius:3px}.badge-outline-success{font-weight:600;color:#6ab961;border:1px solid #8bc984;border-radius:3px}.badge-outline-danger{font-weight:600;color:#e9594a;border:1px solid #ef8377;border-radius:3px}.badge-outline-warning{font-weight:600;color:#FFA14F;border:1px solid #ffbc82;border-radius:3px}.badge-outline-info{font-weight:600;color:#52BAFF;border:1px solid #85ceff;border-radius:3px}.badge-outline-dark{font-weight:600;color:#3f464f;border:1px solid #565f6b;border-radius:3px}.carousel{background:#222}
 
a:hover {

text-decoration:none;
}
#forumContainer {
width:1024px;
padding:20px;
margin:0 auto;
background:#fff;
}
a.catLink:link,a.catLink:active,a.catLink:visited {
text-decoration:none;
font-size: 13px;

border: 1px solid #7FA832;
border-radius: 150px;
padding: 10px; 
font-weight: 500;
letter-spacing: 0.05em;
padding: .3em .6em .3em;

color: #fff;
background: #7FA832;


}
a.catLink:hover {
color:#e8e8e8;
text-decoration:none;
}
a.forum {
font-size: 100%;
color: #22313A; 
}
a.forum:hover {
font-size: 100%;
color: #85B22E; 
} 
.forumDescr,.threadDescr {
font-size: 85%;
}

.fa-inverse {
color:#0099ff
}
.legendTable {
padding:10px;
background-color: #fff;
border: 1px solid #fff;
border-radius: 4px;
}
.postSeparator {
height:1px;
background:#ccc
}
#subscribe {
padding-right:10px;
color:#fff
}
a.thread_subscribe:before,a.subscribe_forum:before {
font-family: fontawesome;
padding-right: 7px;
content: "\f00c";
color:green;
}
a.funcLink:before {
font-family: fontawesome;
padding-right: 7px;
content: "\f046";
}
.threadNametd>.threadFrmLink:before { 
font-family: fontawesome;
padding-right: 7px;
content: "\f00d";
}


.ThrForumBarCl12 {
padding-top:10px;
padding-bottom:10px;
}
.postTdTop {
background:#fff;
padding:5px;
padding-left:0px;
font-size: 85%;
line-height: 1.6;
}
.postBottom {
padding:10px 5px;
background:#fff
}
.postTdInfo,.posttdMessage {
background:#fff;
padding:10px;

line-height: 1.6;
}
.postTdInfo {
text-align:center;
font-size: 85%;
line-height: 1.6;
}
.userAvatar {
border-radius: 50%;
width:100px;
padding-bottom: 15px;
}
.forumIcoTd,.forumNameTd,.forumThreadTd,.forumPostTd,.forumLastPostTd,.threadIcoTd,.threadNametd,.threadPostTd,.threadViewTd,.threadAuthTd,.threadLastPostTd {
border-bottom: 1px solid #EFF3F6;
}
.forumIcoTd,.forumNameTd,.forumThreadTd,.forumPostTd,.threadIcoTd,.threadNametd,.threadPostTd,.threadViewTd,.threadAuthTd {

}
.forumNameTd,.forumLastPostTd,.threadLastPostTd {
padding-left:10px;
}
.forumNameTd,.threadNametd{
padding:10px;
line-height: 1.6;
}
.threadsDetails,.forumOnlineBar {
padding:10px;
line-height: 1.6;
}
.threadsDetails {
border-bottom: 1px solid #EFF3F6;
}
.gTableTop {
font-size: 14px;
background: #fff;
padding: 20px 0px;
border-bottom: 1px solid #EFF3F6;
color: #1C2B36;



text-align:center;
text-transform:uppercase;
}
.gTableSubTop {
font-size: 90%;
background: #fff;
padding: 10px 0px 10px 20px;
border-bottom: 1px solid #EFF3F6;
color: #666;

}
.gTableLeft,.gTableRight {
padding:10px;
}
.wysibb {
margin:10px;
}

.subforumDescr {padding-top:5px;margin-top:5px;border-top: 1px solid #EFF3F6;font-size: 85%;line-height: 1.6;}
.subforumDescr a:before{ font-family: fontawesome;
 padding-right: 7px;
content: "\f115";}
.subforumDescr a:first-child {margin-left:10px;}
.forumIcoTd {padding:10px 20px;}
.forumLastPostTd,.gTableBody1,.funcBlock,.threadLastPostTd {font-size: 80%;}
.funcBlock {margin-top:5px;}
.forumNamesBar {float:left;font-size: 85%;line-height: 1.6;margin-right:10px;}
.threadFrmLink {font-size: 85%;line-height: 1.6;}
.switches {margin:10px 10px 10px 10px;}

.switch,.pagesInfo {padding:4px 12px !important;font-weight:normal;font-size:11px;background:#f4f5f7;color:#80899b;}
.switchActive {padding:2px 12px;font-weight:normal;font-size:11px;}
a.switchDigit,a.switchBack,a.switchNext {text-decoration:none; color:#666;font-size:11px;}
a.switchDigit:hover,a.switchBack:hover,a.switchNext:hover {text-decoration:underline}

form #thread_search_button {
 margin-top: 0;
}
#thread_search_button {
 float: right;
 margin-top: 3px;
}
form #thread_search_field {
 width: 165px;
}
#thread_search_field {
float: right;
 
 margin-right: 5px;
 padding: 7px 0px 7px 3px;
 font-size: 13px;
border-radius: 4px;
 color: #555;
 background-color: #fff;
 background-image: none;
 border: 1px solid #EFF3F6;
}

.normalheader .hpanel {
 margin-bottom: 0px;
}
.hpanel {
 margin-bottom: 20px;
}
.normalheader {
 min-width: 320px;
 padding: 40px 40px 0px 40px;
}
.normalheader {
 padding: 15px 0px;
 }
.normalheader h2 {
 margin-top: 0px;
}
.hpanel .panel-body {
 background: #fff;
 border: 1px solid #EFF3F6;
 border-radius: 2px;
 padding: 20px;
 position: relative;
}
.hbreadcrumb {
 padding: 2px 0px;
 margin-top: 15px;
 margin-bottom: 0px;
 list-style: none;
 background-color: #fff;
 font-size: 11px;
}
.hbreadcrumb > li {
 display: inline-block;
}
.hbreadcrumb > li + li:before {
 padding: 0 5px;
 color: #34495e;
}
.hbreadcrumb > .active {
 color: #9d9fa2;
}
.hbreadcrumb a.active {
 color: #9d9fa2;
}
.pull-right {
 float: right !important;
}
.breadcrumb {
 padding: 8px 15px;
 
 list-style: none;
 background-color: #f5f5f5;
 border-radius: 4px;
}
.breadcrumb > li {
 display: inline-block;
}
.breadcrumb > li + li:before {
 padding: 0 5px;
 color: #ccc;
 content: "/\00a0";
}
.breadcrumb > .active {
 color: #777;
}
.font-light {line-height: 1.0;
 font-weight: 300;
 color:#fff;
}

.hpanel small {
 font-weight: 400;
 display: block;
 font-size: 12px;
 color: rgba(255, 255, 255, 0.6);
}

.rules {padding:15px;}
.fastNav,.fastSearch,.moderOptions {display: inline-block;
 height: 34px;
 padding: 6px 12px 6px 5px;
 font-size: 13px;
 line-height: 1.42857143;
 color: #555;
 background-color: #fff;
 background-image: none;
 border: 1px solid #EFF3F6;
 border-radius: 4px;
 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
 box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
 -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
 -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
 transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;height:auto;
}


.userSchFrm,.forumMemNum {padding:10px 0px;}

hr {
 margin: 20px 0;
 border: 0;
 border-top: 1px solid #EFF3F6;
 border-bottom: 1px solid #ffffff;
}

.uTable tr:nth-child(2n){background:#fff;}
td.uTopTd,.uTable td {padding:5px 0;border-bottom:1px solid #EFF3F6;}
td.uTd span.user_avatar img {border-radius:50%;}



.userSchFrm input[type="text"], input.searchQueryFl[type="text"]{display: inline-block;
 height: 34px;
 padding: 6px 12px;
 font-size: 13px;
 line-height: 1.42857143;
 color: #555;
 background-color: #fff;
 background-image: none;
 border: 1px solid #EFF3F6;
 border-radius: 4px;
 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
 box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
 -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
 -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
 transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;height:auto;}

input.postNameFl[type="text"],input.postDescrFl[type="text"] {
display: inline-block;
 height: 34px;
 padding: 6px 0px 6px 2px;
 font-size: 13px;
 line-height: 1.42857143;
 color: #555;
 background-color: #fff;
 background-image: none;
 border: 1px solid #EFF3F6;
 border-radius: 4px;
 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
 box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
 -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
 -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
 transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;height:auto;
 }

select {display: inline-block;
 height: 34px;
 padding: 6px 12px;
 font-size: 13px;
 line-height: 1.42857143;
 color: #555;
 background-color: #fff;
 background-image: none;
 border: 1px solid #EFF3F6;
 border-radius: 4px;
 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
 box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
 -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
 -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
 transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;height:auto;}



td.navigationRow1 {width:200px;}
select.fastNav {padding:0px;height:32px;width:177px;float:left;margin-right:3px;}

.FrmTopButtonsTbl {background-color: #fff;padding:0px 10px 10px 0px;}
#forum_filter_select {display: inline-block;
 height: 32px;
 padding: 6px 12px;
 font-size: 13px;
 line-height: 1.42857143;
 color: #555;
 background-color: #fff;
 background-image: none;
 border: 1px solid #EFF3F6;
 border-radius: 4px;
 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
 box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
 -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
 -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
 transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
#forum_filter {margin-bottom:10px;}
#filter_word {display: inline-block;
 height: 34px;
 padding: 6px 12px;
 font-size: 13px;
 line-height: 1.42857143;
 color: #555;
 background-color: #fff;
 background-image: none;
 border: 1px solid #EFF3F6;
 border-radius: 4px;
 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
 box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
 -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
 -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
 transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
height:auto;
}
 

 

.FrmForumBarRow1,.threadsType,.ThrTopButtonsCl11,.frmButns83,.ThrTopButtonsRow1,.forumNamesBar,.pagesInfo,.switchesCl11,.FrmBotRow2,.FrmBotCl12,.legendTable,.userRights,.fFastSearchTd,.navigationTbl,.forumModerFuncsCl11 {
 position: absolute;
 top: -9999px;
 left: -9999px;
 display: none;
 opacity: 0;
 visibility: hidden;
 clip-path: polygon(0px 0px,0px 0px,0px 0px,0px 0px);
 }
 #forum_filter {
 position: absolute;
 top: -9999px;
 left: -9999px;
 display: none;
 opacity: 0;
 visibility: hidden;
 clip-path: polygon(0px 0px,0px 0px,0px 0px,0px 0px);
 }
 .newMessage{ 
 position:relative; 
 margin-top:-7px; 
 left:10px; 
 }

 .gTable {
 border: 1;
 }
 
.swchItem,
.swchItem1,
.switchActive, .pgSwch {
 border-radius: 100px;
} 

.card-box3 {
 padding-left: 5px;
 padding-right: 5px;
 padding-top: 0px;
 border: 0px solid rgba(54, 64, 74, 0.02);
 border-radius: 5px;
 margin-bottom: 20px;
 background-clip: padding-box;
 background-color: #ffffff; }
}
.bbCodeName{display:none;} .codeMessage{background:url('/img/code.png') repeat-y right top #fff;-moz-border-radius:5px; -webkit-border-radius:5px;border-radius:5px;padding:10px;padding-right:26px; border:1px dashed #868686!important;margin-top:5px;color:#555;} .bbQuoteName{background:#c1c1c1;-moz-border-radius:5px 5px 0px 0px; -webkit-border-radius:5px 5px 0px 0px;border-radius:5px 5px 0px 0px;color:#555; padding:5px 7px;border:1px dashed #868686!important;border-bottom:none!important;} .quoteMessage{background:url('/img/quote.png') repeat-y right top #fff; -moz-border-radius:0px 0px 5px 5px;-webkit-border-radius:0px 0px 5px 5px; border-radius:0px 0px 5px 5px;padding:10px;padding-right:26px; border:1px dashed #868686!important;color:#555;}


/* АJAX */
.xw-hdr-text {  
  vertical-align: 3px!important;  
  cursor: default!important;  
  color: #ffffff !important;  
  margin-left: 10px; }     
 .xt-maxi { display: none !important; }     
.xt-mini { display: none !important; } 
.xw-bc, .xw-mr, .xw-bl, .xw-br, .xw-ml, .xw-mc {  
  background: #2C3942 !important;   /* ЦВЕТ ФОНА АJAX */ 
  border: 0 !important;  
  border-radius: 0px;  
  moz-border-radius: 0px;  
  webkit-border-radius: 3px; }     
.xw-body {  
  border: 0 !important;  
  padding-left: 7px !important;  
  padding-right: 1px !important; }     
.xw-tl { border-bottom: 1px solid #2C3942; } /* ЦВЕТ ЛИНИИ МЕЖДУ ШАПКОЙ И СОДЕРЖИМЫМ АJAX */      
.xw-tl, .xw-tr, .xw-tc {  
  background: #7FA832 !important; /* ЦВЕТ ФОНА ШАПКИ АJAX */  
  border-radius: 3px 3px 0 0 !important; }    
.xw-sps { display: none !important; }     
.myWinCont { width: 100% !important; }  
   
.xw-body {  
  border: 0 !important;  
  padding-left: 2px !important;  
  padding-right: 1px !important; }     
.xw-ml {  
  padding-left: 1px !important;  
  padding-bottom: 5px;  
  border-bottom-left-radius: 3px;  
  border-bottom-right-radius: 3px; }     
.xw-bl { display: none !important; }     
.myWinTD1 {  
  background: rgb(255, 255, 255) !important;  
  border-bottom: 1px solid rgb(250, 250, 250) !important; }         
   .myWinPollT {  
  background: rgb(243, 243, 243) !important;  
  float: left !important;  
  margin-right: 257px !important;  
  width: 100% !important; }     
.myWinPollG { display: none !important; }     
.myWinCont strong, b {     
  color: rgb(63, 63, 63) !important; }    
.myWinCont, .myWinCont td, .myWinCont dl, .myWinCont dt { 
color: #fff; /* ЦВЕТ ТЕКСТА СОДЕРЖИМОГО АJAX */
} 




button,
input[type="button"],
input[type="reset"] ,
input[type="submit"] {
  background-color: #7EAE22 ;
  border: 0px solid #7EAE22 ;
  color: #fff;
  border: 0px solid #ccc;
  border-radius: 0px;
  font-family: 'PT Sans', sans-serif;
  font-size: 13px;
}
#thread_search_button,
input.fastNav,
input.fastSearch,
input.postSubmit,
input.postPreview,
input.postReset,
.update-item input[type="submit"],
#save_button,
.manFlRst,
.manFlSbm,
.uSpoilerButton,
#fc-ok,
#fc-cancel,
#dodate,
#order-add-but,
#order-but-recalc,
input[value="Ok"],
input[value="Ok "],
.pay_button,
#invoice-form-export,
#invoice-form-print,
#invoice-form-send-el-goods,
.fastLogBt,
.searchSubmitFl,
#nwdf-request-send,
#set-purse-form-submit,
#set-nwdf-form-submit{
 padding: 5px 15px;
}

input[type="submit"] {
  border: 0px solid #ccc;
  border-radius: 0px;
  height: 32px;
  font-family: 'PT Sans', sans-serif;
  font-size: 13px;
}

.input {
padding-right: 5px;
}


form, fieldset{
 padding:0;
 margin:0;
 border:none;
}
::selection {
 background: #488BFA;
 color: #fff;
}
input[type="text"],input[type="email"],input[type="password"],textarea,select,checkbox,radio{
 border:1px solid #D8DCDE;
 padding:5px;
 color: #404246;
 border-radius: 2px;
 line-height: normal;
 -webkit-transition: border-color .25s ease-out;
 transition: border-color .25s ease-out;
}
input[type="text"]:focus,input[type="email"]:focus,input[type="password"]:focus,textarea:focus,select:focus{
 border-color: #9CBB7D;
 outline:none!important;
 -webkit-appearance: none;
}
input:active{ outline: none; }
input:focus:invalid,
textarea:focus:invalid,
select:focus:invalid {
 color: #E5392F;
 border-color: #E5392F;
}
input:focus:invalid:focus,
textarea:focus:invalid:focus,
select:focus:invalid:focus {
 border-color: #E5392F;
}
input {
 outline:none;
}
input[type="submit"]{
 cursor:pointer;
}
input::-moz-focus-inner{
 padding:0;
 border:0;
}
select{
 background:#fff;
 height: 33px;
}
hr {
 -webkit-box-sizing: content-box;
 box-sizing: content-box;
 height: 0;
 border: none;
 border-top: 1px solid #E2E8ED;
}



.swchItem,
.swchItem1,
.switchActive, .pgSwch {
 color: #fff !important;
 background-color: #7FA832;
}
.swchItem:hover,
.swchItem1:hover, .curPage:hover,
.numPages:hover, .pgSwch:hover{
 color: #fff !important;
background-color: #7FA832;display: inline-block;
}
.swchItem,
.swchItemA,
.swchItemDots,
.swchItem1,
.swchItemA1,
.curPage,
.numPages,
.switchActive,
.pgSwchA,
.pgSwch{
 display: inline-block;
 -webkit-box-sizing: border-box;
 box-sizing: border-box;

 border-radius: 0px;
 text-align: center;
 font-size: 13px;
 line-height: 28px;
}
.swchItemA,
.swchItemA1, .switchActive, .pgSwchA {
 border: 9px solid #72982B;
 background-color: #72982B;
width:50px;
display: inline-block;
 color: #fff !important;
}
::-webkit-scrollbar { width: 3px; height: 3px;}
::-webkit-scrollbar-track {  background-color: #2F343B;}
::-webkit-scrollbar-track-piece { background-color: #ffffff;}
::-webkit-scrollbar-thumb { height: 50px; background-color: #2F343B; border-radius: 3px;}
::-webkit-scrollbar-corner { background-color: #2F343B;}}
::-webkit-resizer { background-color: #2F343B;}