::-webkit-scrollbar-track {
	background-color: #5d5d5d;
}
::-webkit-scrollbar {
	width: 8px;
}
::-webkit-scrollbar-thumb {
	background: #1c1c1c;
	border-radius: 1px
}
article, aside, details, figcaption, figure, footer, header, main, nav, section, summary {
	display: block;
}
audio, canvas, video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
[hidden] {
	display: none;
}
html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
body {
	margin: 0;
}
a {
	background: transparent;
}
a:focus {
	outline: thin dotted;
}
a:active, a:hover {
	outline: 0;
}
h1 {
	margin: 0.67em 0;
	font-size: 2em;
}
img {
	border: 0;
}
svg:not(:root) {
	overflow: hidden;
}
figure {
	margin: 0;
}
fieldset {
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
	border: 1px solid #c0c0c0;
}
legend {
	padding: 0;
	border: 0;
}
button, input, select, textarea {
	margin: 0;
	font-family: inherit;
}
button, input {
	line-height: normal;
}
button, select {
	text-transform: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: button;
}
button[disabled], html input[disabled] {
	cursor: default;
}
input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}
input[type="search"] {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
button::-moz-focus-inner, input::-moz-focus-inner {
	padding: 0;
	border: 0;
}
textarea {
	overflow: auto;
	vertical-align: top;
}
/*------ General style ------*/

html, button, input, select, textarea {
	color: #aeaeae;
}
body {
	background-color: #1c1c1c;
	font: 12px Arial, sans-serif;
	line-height: 1.5;
}
::-moz-selection {
	background: #b3d4fc;
	text-shadow: none;
}
::selection {
	background: #b3d4fc;
	text-shadow: none;
}
hr {
	display: block;
	margin: .4em 0;
	padding: 0;
	height: 0;
	border: 0;
	border-top: 1px solid #5d5d5d;
}
fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}
textarea {
	resize: vertical;
}
a {
	color: #73b52a;
	text-decoration: none;
	font-family: Arial, sans-serif;
}
.clr:after {
	display: table;
	clear: both;
	content: '';
}
.cont-wrap {
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto;
	width: 960px;
	height: 100%;
}
.nav-row .cont-wrap {
	overflow: visible;
}
.middle {
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #1c1c1c no-repeat 50% 0;
	white-space: nowrap;
}
.middle:before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	display: block;
	width: 100%;
	height: 100%;
	background: url(../images/hatch.jpg) repeat 0 0;
	content: '';
}
.middle .cont-wrap>section, .middle .cont-wrap>aside, .middle .cont-wrap>div {
	position: relative;
	white-space: normal;
}
.cap {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto;
	max-width: 960px;
	width: 100%;
	height: 0;
	border-right: 25px solid transparent;
	border-bottom: 28px solid #343434;
	border-left: 25px solid transparent;
}
.slider-row .cap:first-child {
	border-width: 0 20px 20px;
}
.content {
	display: inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 240px;
	width: 100%;
	vertical-align: top;
}
.content a:hover {
	text-decoration: underline;
}
.sidebar {
	display: inline-block;
	margin-left: -230px;
	width: 230px;
	vertical-align: top;
}
.cat-blocks .gTableTop {
	padding: 5px 0 !important;
	border-top: 1px solid #272727;
	background-color: transparent;
	text-transform: none;
	font-weight: normal;
	font-size: 12px !important;
	font-family: Arial, sans-serif;
}
.cat-blocks .gTableTop:first-child {
	border-top: none;
}
.sidebar .cat-blocks.gTable {
	background-image: none;
}
/*------ General style ------*/

/*------ Button style ------*/

input[type="submit"], input[type="reset"], input[type="button"], select, .entryReadAllLink {
	padding: 6px 12px;
	border: none;
	background: #7fc434;
	background: -moz-linear-gradient(top, #7fc434 0%, #4c890c 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, #7fc434), color-stop(100%, #4c890c));
	background: -webkit-linear-gradient(top, #7fc434 0%, #4c890c 100%);
	background: -o-linear-gradient(top, #7fc434 0%, #4c890c 100%);
	background: -ms-linear-gradient(top, #7fc434 0%, #4c890c 100%);
	background: linear-gradient(to bottom, #7fc434 0%, #4c890c 100%);
	color: #fff;
	text-transform: uppercase;
	font: bold 11px 'Roboto Condensed', sans-serif;
	cursor: pointer;
}
select {
	padding: 3px 5px;
	background-color: #fff !important;
	color: #000;
}
select option {
	color: #000;
}
input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover, select:hover, .entryReadAllLink:hover {
	background: #a5d644;
	background: -moz-linear-gradient(top, #a5d644 0%, #64ad10 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, #a5d644), color-stop(100%, #64ad10));
	background: -webkit-linear-gradient(top, #a5d644 0%, #64ad10 100%);
	background: -o-linear-gradient(top, #a5d644 0%, #64ad10 100%);
	background: -ms-linear-gradient(top, #a5d644 0%, #64ad10 100%);
	background: linear-gradient(to bottom, #a5d644 0%, #64ad10 100%);
}
.entryReadAllLink:hover {
	text-decoration: none !important;
}
.manTdText input[type="button"], .manTd2 input[type="button"], .commTd2 input[type="button"], .manTdBrief input[type="button"], select.codeButtons, input[type="button"].codeButtons, #iplus input[type="button"] {
	padding: 3px 5px;
	font-size: 9px;
}
input[type="button"]#bid-8-basket {
	margin-left: 3px;
	padding: 4px 7px;
}
.manTd2 input[type="text"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 2px 5px !important;
}
input[type="text"], input[type="search"], input[type="password"], textarea {
	padding: 4px 10px;
	background: #fff;
	color: #373737;
	font-size: 13px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
textarea {
	width: 100%;
}
input[type="button"]#newPhtBt {
	width: auto !important;
}
/*------ Button style ------*/

/*------ Header style ------*/

.header {
	position: relative;
	width: 100%;
	-webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.75);
}
.logo-row {
	position: relative;
	min-height: 85px;
	background: #202020;
	background: -moz-linear-gradient(top, #202020 0%, #0e0e0e 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, #202020), color-stop(100%, #131313));
	background: -webkit-linear-gradient(top, #202020 0%, #0e0e0e 100%);
	background: -o-linear-gradient(top, #202020 0%, #0e0e0e 100%);
	background: -ms-linear-gradient(top, #202020 0%, #0e0e0e 100%);
	background: linear-gradient(to bottom, #202020 0%, #0e0e0e 100%);
	border-radius: 4px 3px 0 0;
}
.logo-row:before {
	position: absolute;
	top: 0;
	display: block;
	width: 100%;
	height: 10px;
	border-bottom: 1px solid #2d2d2d;
	background: #030303;
	background: -moz-linear-gradient(top, #030303 0%, #131313 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, #030303), color-stop(100%, #131313));
	background: -webkit-linear-gradient(top, #030303 0%, #131313 100%);
	background: -o-linear-gradient(top, #030303 0%, #131313 100%);
	background: -ms-linear-gradient(top, #030303 0%, #131313 100%);
	background: linear-gradient(to bottom, #030303 0%, #131313 100%);
	border-radius: 4px 3px 0 0;
	content: '';
}
.logo-row .cont-wrap {
	position: relative;
}
.logo-row .cont-wrap:before {
	position: absolute;
	top: 50%;
	left: -10px;
	z-index: 10;
	margin-top: -35px;
	width: 140px;
	height: 70px;
	background: url(../images/logo.png) no-repeat 0 50%;
	content: '';
}
.logo-b {
	position: relative;
	display: inline-block;
	margin: 20px 0 0 150px;
	padding: 12px 0 0;
	height: 32px;
	text-align: center;
}
.logo-b:before, .logo-b:after {
	position: absolute;
	top: 0;
	width: 38px;
	height: 46px;
	background-repeat: no-repeat;
	content: '';
}
.logo-b:before {
	left: 0;
	background-image: url(../images/bracket.png);
	background-position: 0 0;
}
.logo-b:after {
	right: 0;
	background-image: url(../images/bracket.png);
	background-position: 100% 0;
}
.logo-name {
	display: inline-block;
	padding: 0 12px;
	text-transform: uppercase;
	font: bold 18px/1 'Roboto Condensed', sans-serif;
}
.logo-slogan {
	display: inline-block;
	padding: 0 42px;
	color: #fff;
	font: 11px/1 Arial, sans-serif;
}
.welcome-b {
	float: right;
	margin-top: 20px;
	color: #fff;
	text-align: right;
}
.welcome-inf {
	margin-bottom: 10px;
}
.welcome-inf a:hover {
	text-decoration: underline;
}
.welcome-buttons a {
	margin-left: 10px;
}
.btn-lnk {
	display: inline-block;
	padding: 6px 0;
	min-width: 87px;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	font: bold 11px 'Roboto Condensed', sans-serif;
}
.btn-lnk:hover {
	text-decoration: none;
}
.btn-lnk-home {
	display: none;
}
.dark-gr {
	background: #2a2a2a;
	background: -moz-linear-gradient(top, #2a2a2a 0%, #1f1f1f 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, #2a2a2a), color-stop(100%, #1f1f1f));
	background: -webkit-linear-gradient(top, #2a2a2a 0%, #1f1f1f 100%);
	background: -o-linear-gradient(top, #2a2a2a 0%, #1f1f1f 100%);
	background: -ms-linear-gradient(top, #2a2a2a 0%, #1f1f1f 100%);
	background: linear-gradient(to bottom, #2a2a2a 0%, #1f1f1f 100%);
}
.dark-gr:hover {
	background: #2e2e2e;
	background: -moz-linear-gradient(top, #2e2e2e 0%, #242424 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, #2e2e2e), color-stop(100%, #242424));
	background: -webkit-linear-gradient(top, #2e2e2e 0%, #242424 100%);
	background: -o-linear-gradient(top, #2e2e2e 0%, #242424 100%);
	background: -ms-linear-gradient(top, #2e2e2e 0%, #242424 100%);
	background: linear-gradient(to bottom, #2e2e2e 0%, #242424 100%);
}
.green-gr, .btn-lnk-home, .btn-lnk.enter {
	background: #7fc434;
	background: -moz-linear-gradient(top, #7fc434 0%, #4c890c 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, #7fc434), color-stop(100%, #4c890c));
	background: -webkit-linear-gradient(top, #7fc434 0%, #4c890c 100%);
	background: -o-linear-gradient(top, #7fc434 0%, #4c890c 100%);
	background: -ms-linear-gradient(top, #7fc434 0%, #4c890c 100%);
	background: linear-gradient(to bottom, #7fc434 0%, #4c890c 100%);
}
.green-gr:hover, .btn-lnk-home:hover, .btn-lnk.enter:hover {
	background: #a5d644;
	background: -moz-linear-gradient(top, #a5d644 0%, #64ad10 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, #a5d644), color-stop(100%, #64ad10));
	background: -webkit-linear-gradient(top, #a5d644 0%, #64ad10 100%);
	background: -o-linear-gradient(top, #a5d644 0%, #64ad10 100%);
	background: -ms-linear-gradient(top, #a5d644 0%, #64ad10 100%);
	background: linear-gradient(to bottom, #a5d644 0%, #64ad10 100%);
}
.nav-row {
	min-height: 40px;
	background: #7fc434;
	background: -moz-linear-gradient(top, #7fc434 0%, #4d8a0c 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, #7fc434), color-stop(100%, #4d8a0c));
	background: -webkit-linear-gradient(top, #7fc434 0%, #4d8a0c 100%);
	background: -o-linear-gradient(top, #7fc434 0%, #4d8a0c 100%);
	background: -ms-linear-gradient(top, #7fc434 0%, #4d8a0c 100%);
	background: linear-gradient(to bottom, #7fc434 0%, #4d8a0c 100%);
}
/*------ Header style ------*/

/*------ Menu style ------*/

.main-menu {}
.main-menu ul {
	margin: 0;
	padding: 0;
}
.main-menu li {
	position: relative;
	display: inline-block;
	margin-right: 10px;
}
.main-menu .uMenuRoot a:hover, .main-menu .uMenuItemA {
	background: #a5d644;
	background: -moz-linear-gradient(top, #a5d644 0%, #64ad10 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, #a5d644), color-stop(100%, #64ad10));
	background: -webkit-linear-gradient(top, #a5d644 0%, #64ad10 100%);
	background: -o-linear-gradient(top, #a5d644 0%, #64ad10 100%);
	background: -ms-linear-gradient(top, #a5d644 0%, #64ad10 100%);
	background: linear-gradient(to bottom, #a5d644 0%, #64ad10 100%);
}
.main-menu a {
	display: inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 10px;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	white-space: nowrap;
	font: normal 13px/40px 'Roboto Condensed', sans-serif;
}
.main-menu li ul {
	display: none;
}
.main-menu ul a:hover+ul {}
.main-menu .uMenuRoot li:hover>ul {
	position: absolute;
	top: 100%;
	z-index: 10;
	display: block !important;
}
.main-menu .uMenuRoot li li {
	display: block;
	margin: 0;
	padding: 0;
	min-width: 80px;
	width: 100%;
}
.main-menu .uMenuRoot li li a {
	display: block;
	width: 100%;
	border-top: 1px solid #fff;
	border-top: 1px solid rgba(255, 255, 255, .3);
	background-color: #7fc434;
}
.main-menu .uMenuRoot li li a:hover, .main-menu .uMenuRoot li ul li:hover a:hover {
	background-color: #a5d644;
}
.main-menu .uMenuRoot li ul>li {
	position: relative;
}
.main-menu .uMenuRoot li ul li:hover ul {
	position: absolute;
	top: 0;
	left: 100%;
	z-index: 10;
	display: block;
	padding-left: 5px;
	border-left: 5px solid transparent;
}
/*------ Menu style ------*/

/*------ Search style ------*/

.nav-row .searchForm {
	position: relative;
	display: inline-block;
	float: right;
	vertical-align: middle;
	line-height: 40px;
}
.queryField {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 6px 30px 7px 10px !important;
	width: 100%;
	height: 25px;
	border: none;
	color: #6B6B6B !important;
	font-size: 11px;
}
.content .queryField {
	width: auto !important;
}
.searchSbmFl[type="submit"] {
	overflow: hidden;
	margin: 0;
	padding: 0;
	width: 30px;
	height: 25px;
	border: none;
	background: url(../images/srch.png) no-repeat 50% 50%;
	text-indent: -10000px;
}
.searchSbmFl:hover {
	background: url(../images/srch.png) no-repeat 50% 50% !important;
}
.nav-row .searchSbmFl {
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -12px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
/*------ Search style ------*/

/*------ Paginator style ------*/

.navigation {
	text-align: center;
    padding: 10px;
}
.navigation a, .navigation span {
	display: inline-block;
	padding: 5px 8px;
	color: #fff;
	font-size: 11px;
}
.navigation span:not(.nav_ext) {
	border: none;
	background-color: #212121;
}
.navigation a:hover {
	background-color: #73b52a;
}
.catPages1 a:hover {
	text-decoration: none;
}
.catPages1 {
	padding-bottom: 10px;
}
/*------ Paginator style ------*/

/*------ Content style ------*/

.middle .cont-wrap {
	position: relative;
	padding: 11px 11px 11px 9px;
	background-color: #343434;
	-webkit-box-shadow: 0px 45px 20px -30px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 45px 20px -30px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 45px 20px -30px rgba(0, 0, 0, 0.75);
}
.middle .cont-wrap:before, .middle .cont-wrap:after {
	position: absolute;
	top: 0;
	display: block;
	width: 44px;
	height: 128px;
	content: '';
}
.middle .cont-wrap:before {
	left: -44px;
	background: url(../images/shadow-ml.png) no-repeat 0 0;
}
.middle .cont-wrap:after {
	right: -44px;
	background: url(../images/shadow-mr.png) no-repeat 0 0;
}
.soc-row {
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto;
	max-width: 960px;
	height: 65px;
	background-color: #303030;
	-webkit-box-shadow: 0px 40px 20px -28px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 40px 20px -28px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 40px 20px -28px rgba(0, 0, 0, 0.75);
}
.soc-row:before {
	position: absolute;
	top: -15px;
	left: 15px;
	display: block;
	width: 82px;
	height: 71px;
	background: url(../images/ticket.png) no-repeat 0 0;
	content: '';
}
.soc-list {
	display: inline-block;
	float: right;
	margin: 0;
	padding: 0 30px 0 0;
	list-style: none;
	line-height: 65px;
}
.soc-l-item {
	display: inline-block;
	margin: 0 0 0 6px;
	padding: 0;
	vertical-align: middle;
}
.soc-link {
	display: block;
	overflow: hidden;
	padding: 31px 0 0;
	width: 31px;
	height: 0;
	background-image: url(../images/soc-icon.png);
	background-repeat: no-repeat;
}
.soc-link.facebook {
	background-position: 0 0;
}
.soc-link.twitter {
	background-position: -35px 0;
}
.soc-link.linkedin {
	background-position: -70px 0;
}
.soc-link.rss {
	background-position: -106px 0;
}
.eTitle {
	padding: 0 14px;
	background-color: #1c1c1c;
	color: #fff;
	text-transform: uppercase;
	font: bold 16px/40px 'Roboto Condensed', sans-serif;
}
.eTitle a {
	color: #fff;
	text-transform: uppercase;
	font: bold 16px/40px 'Roboto Condensed', sans-serif;
}
.eTitle div[style^="float:right"] a {
	font-size: inherit;
}
.eMessage, .cMessage {
	padding: 6px !important;
	color: #aeaeae;
	/*line-height: 1.7; */;
}
.eMessage iframe {
	width: 100% !important;
	height: 400px;
}
.eMessage p, .cMessage p {
	padding-bottom: 15px;
}
.eMessage img:first-child {
	float: left;
	padding: 0 10px 10px 0 !important;
}
.eDetails {
	padding: 6px 6px 0;
	color: #fff;
}
.eDetails a {
	text-decoration: underline;
}
.eDetails a:hover {
	text-decoration: none;
}
.e-reads .ed-value {
	color: #73B52A;
}
.ed-sep {
	display: inline-block;
	padding: 0 .5em 0 .6em;
}
.eBlock {
	padding-top: 11px;
	border-top: 1px solid #5d5d5d;
}
.eBlockImage img {
	float:left; 
	width:200px;
	height:300px;
}
.content>.eBlock {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #5d5d5d;
}
#allEntries div:first-child .eBlock {
	padding-top: 0;
	border-top: none;
}
.entryReadAllLink {
	display: inline-block;
	float: right;
	margin-top: 15px;
}
#bid-9-basket {
	margin-left: 5px;
}
/*------ Content style ------*/

/*------ Post style ------*/

/*------ Post style ------*/

/*----- Comments style -----*/

.cTop {
	padding: 5px 14px;
	background-color: #1c1c1c;
	color: #fff;
	text-transform: uppercase;
}
.pagesBlock1 {
	display: block;
	padding-bottom: 10px;
}
.cMessage {
	border-bottom: 1px solid #ededed;
}
.content .cMessage {
	margin-bottom: 10px;
	padding: 15px 0 30px !important;
}
.cMessage .user_avatar {
	display: block;
	float: left;
	margin-top: 5px;
	margin-right: 2.7%;
}
.cMessage .user_avatar img {
	width: 50px;
	height: 50px;
}
.allSmiles a:hover {
	text-decoration: underline;
}
.wysibb {
	z-index: 10;
}
/*----- Comments style -----*/

/*----- Sidebar style -----*/

.sidebox {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 12px;
	background-color: #303030;
	color: #fff;
}
.sidebox-ttl {
	padding: 0 18px;
	background-color: #73b52a;
	text-transform: uppercase;
	font: bold 16px/40px 'Roboto Condensed', sans-serif;
}
.catLink {
	color: #fff;
}
.sidebox-bd {
	padding: 10px;
}
.sidebox-bd li {
	list-style-position: inside;
}
.sidebox-bd a {
	color: #fff;
}
.sidebox-bd a:hover {
	text-decoration: underline;
}
.ulb-mid {
	color: #8f8f8f;
}
#shop-basket, .archUl {
	padding: 15px 0;
}
.calTable {
	margin: 0;
	width: 170px;
}
.calMonthLink {
	text-shadow: 1px 1px 2px #000;
}
.calWday, .calWdaySe, .calWdaySu {
	color: #73b52a;
	text-transform: uppercase;
}
.calMdayIsA, .calMdayA {
	background-color: #73b52a;
	color: #fff;
}
.calMdayIsA {
	color: #fff;
	cursor: pointer;
}
.calMdayLink {
	font-weight: bold;
}
.calMdayIsA .calMdayLink {
	color: #fff;
	font-style: normal;
}
.calMdayIsA .calMdayLink:hover {
	text-decoration: none;
}
.archUl {
	margin: 0;
	padding: 0;
	list-style: none;
}
.cMessage {
	border-bottom: 1px solid #343434;
}
#MCaddFrm {
	position: relative;
	padding-bottom: 20px !important;
}
#mchatBtn {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 3px 5px;
	font-size: 9px;
}
#mchatNmF {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.pollBlock {
	font-family: Arial, sans-serif !important;
}
.pollQue {
	padding-bottom: 5px;
	color: #AEAEAE;
	font-size: 1.2308em !important;
}
.pollQue b {
	font-weight: normal;
}
.answer {
	font-size: 12px;
}
.pollButton {
	float: left;
	padding: 15px 0;
}
.pollLnk a {
	white-space: nowrap;
	font-style: italic;
	font-size: 1em !important;
}
.pollLnk {
	clear: both;
	text-align: left !important;
}
.pollTot {
	text-align: left !important;
	font-style: italic;
	font-size: 1em !important;
}
.pollTot b {
	color: #73b52a;
	font-weight: normal;
}
.cat-blocks.gTable {
	margin-top: 0;
	border-top: none;
}
.cat-blocks.gTable:before {
	border: none;
}
.cat-blocks.gTable div {
	font-size: 13px !important;
}
.cat-blocks.gTable .forumNameTd {
	border-top: none;
}
.cat-blocks.gTable a:hover {
	text-decoration: underline;
}
/*----- Sidebar style -----*/

/*------ Footer style ------*/

.footer {
	position: relative;
	overflow: hidden;
	min-height: 120px;
}
.footer:after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 15px;
	border-top: 1px solid #5d5d5d;
	background-color: #111111;
	box-shadow: 0 -5px 10px rgba(0, 0, 0, .7);
	content: '';
}
.footer .cont-wrap {
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px;
	min-height: 62px;
	background-color: #73b52a;
	-webkit-box-shadow: 0px 15px 15px -10px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 15px 15px -10px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 15px 15px -10px rgba(0, 0, 0, 0.5);
	color: #fff;
}
.footer .cont-wrap:before {
	position: absolute;
	top: -22px;
	left: -170px;
	z-index: -1;
	display: block;
	width: 225px;
	height: 114px;
	background: url(../images/glass.png) no-repeat 0 0;
	content: '';
}
.footer .cont-wrap:after {
	position: absolute;
	top: -42px;
	right: -116px;
	z-index: -1;
	display: block;
	width: 165px;
	height: 127px;
	background: url(../images/reel.png) no-repeat 0 0;
	content: '';
}
.footer .cont-wrap a {
	color: #fff;
	text-decoration: underline;
}
.footer .cont-wrap a:hover {
	text-decoration: none;
}
.foot-ttl {
	float: left;
}
.foot-ttl-name {
	display: block;
	text-transform: uppercase;
	font: bold 16px/1 'Roboto Condensed', sans-serif;
}
.foot-ttl-slogan {
	display: block;
	font-size: 11px;
	line-height: 1.1;
}
.copy {
	float: right;
	text-align: right;
	line-height: 1.1;
}
/*------ Footer style ------*/

/*----- Forum style -----*/

.forumContent {
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto -18px;
	padding: 11px 11px 40px 9px;
	max-width: 960px;
	background-color: #343434;
	-webkit-box-shadow: 0px 45px 20px -30px rgba(0, 0, 0, .75);
	-moz-box-shadow: 0px 45px 20px -30px rgba(0, 0, 0, .75);
	box-shadow: 0px 45px 20px -30px rgba(0, 0, 0, .75);
	white-space: normal;
}
.switches {
	padding-top: 10px;
}
.gTableSubTop:first-child {
	padding-left: 30px;
}
.fFastSearchTd {
	position: relative;
}
input[type="text"].fastSearch {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 30px !important;
	height: 25px;
	color: #6c6c6c;
	font-style: normal;
}
input[type="submit"].fastSearch {
	position: absolute;
	top: 50%;
	right: 1px;
	overflow: hidden;
	margin: -14px 0 0;
	padding: 0;
	width: 34px;
	height: 28px;
	border: none;
	background-color: transparent;
	background-image: url(../images/srch.png);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	text-indent: -10000px;
}
input[type="submit"].fastSearch:hover {
	background-color: transparent;
}
input[type="submit"].fastSearch:active {
	background-color: transparent;
}
input[type="button"].fastNav, input[type="submit"].fastNav, #forum_filter input[type="submit"], .userSchFrm input[type="submit"] {
	padding: 4px 7px;
}
#frM60 {
	padding-top: 10px;
}
.gTable {
	border-spacing: 0;
	border-collapse: collapse;
	background-color: #303030;
}
.middle .gTable {
	background-image: url(../images/shine-l.png), url(../images/shine-r.png);
	background-position: 0 40px, 100% 40px;
	background-repeat: no-repeat, no-repeat;
}
.gTableTop {
	padding: 0 14px;
	height: 40px;
	background-color: #73b52a;
	color: #fff;
	text-transform: uppercase;
	font: bold 16px 'Roboto Condensed', sans-serif;
}
.gTableTop a {
	color: #fff;
}
.catLink {
	color: #fff;
	text-transform: uppercase;
	font: bold 16px 'Roboto Condensed', sans-serif;
}
.forum, .threadLink {
	text-decoration: underline;
}
.forum:hover, .threadLink:hover {
	text-decoration: none;
}
.gTableSubTop {
	color: #fff;
	font-weight: bold;
}
.gTableSubTop, .forumIcoTd, .forumNameTd, .forumThreadTd, .forumPostTd, .forumLastPostTd, .threadIcoTd, .threadIcoTd, .threadNametd, .threadPostTd, .threadViewTd, .threadAuthTd, .threadLastPostTd {
	padding-right: 5px;
	height: 60px;
	border-top: 2px solid #333333;
}
.gTableBody1, .threadsDetails {
	border-top: 2px solid #333333;
}
.gTableSubTop, .forumThreadTd, .forumPostTd, .forumLastPostTd, .threadPostTd, .threadViewTd, .threadAuthTd, .threadLastPostTd {
	color: #fff;
	text-align: left;
}
.funcBlock {
	color: #fff;
}
.gTableBody1 a {
	text-decoration: underline;
}
.gTableBody1 a:hover {
	text-decoration: none;
}
.userRights b {
	color: #fff;
}
#forum_filter {
	padding-bottom: 5px;
}
#filter_by {
	margin-right: 5px;
}
.topSortLink {
	color: #fff;
}
.gTableSubTop {
	padding-right: 5px;
}
.fNavLink:hover, .funcLink:hover, .threadFrmLink:hover, .forumLastPostTd a:hover, .threadLastPostTd a:hover, .threadAuthorLink:hover, .forumOnlineBar a:hover {
	text-decoration: underline;
}
.threadsDetails, .forumOnlineBar {
	padding-left: 5px;
}
#allSmiles a {
	font-size: 13px !important;
}
#addform input[type="checkbox"] {
	margin-right: 3px;
}
.forumNamesBar a:hover {
	text-decoration: underline;
}
.switches {
	margin-bottom: 3px;
}
.postTable a:hover {
	text-decoration: underline;
}
.middle .postTable {
	border-bottom: 10px solid #343434;
}
.postTdTop {
	border-bottom: 2px solid #333333;
}
.postBottom {
	border-top: 2px solid #333333;
}
.posttdMessage {
	padding-left: 2px solid #333333;
}
.gTableLeft, .postTdInfo {
	padding-left: 5px;
}
#frM57, #frM58 {
	padding-top: 5px;
}
#frM60, .searchSubmitFl {
	padding-bottom: 5px;
}
#allSmiles a:hover {
	text-decoration: underline;
}
.searchQueryFl {
	margin-bottom: 5px;
}
#thread_search_field {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 150px !important;
}
#thread_search_button {
	margin-top: 0 !important;
}
/*----- Forum style -----*/

/*------ Popup style ------*/

.popup {
	background-color: #303030;
}
.popup-ttl {
	color: #fff;
	text-transform: uppercase;
	font: bold 16px/40px 'Roboto Condensed', sans-serif;
	padding: 0 18px;
	background-color: #73b52a;
}
.popup a {
	text-decoration: underline;
}
.popup a:hover {
	text-decoration: none;
}
.popup-bd {
	position: relative;
	padding-top: 25px;
	background-image: url(../images/shine-l.png), url(../images/shine-r.png);
	background-position: 0 0, 100% 0;
	background-repeat: no-repeat, no-repeat;
}
.popup-bd input[type="submit"], .popup-bd input[type="button"], .popup-bd input[type="reset"] {
	padding: 4px 5px;
}
.popup-bd div>div:first-child {
	right: 50px;
	padding-left: 50px;
}
.udtlb {
	padding: 0 10px 0 80px;
	color: #fff;
}
.allUsersBtn, .uSearchFlSbm {
	width: 160px !important;
}
#block22 {
	padding: 10px 0;
	color: #fff;
}
#block22 a {
	display: inline-block;
	padding: 0 10px;
}
.user_avatar {
	display: inline-block;
	padding-bottom: 10px;
}
.repHistory {
	font-weight: bold;
}
#usch {
	padding: 10px 0;
}
/*------ Popup style ------*/

/*------ slider style ------*/

.slider-row {
	background: url(../images/sldr-bg.jpg) no-repeat 50% 0;
}
.slider {
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 0 !important;
	padding: 20px;
	background: #373737;
	-webkit-box-shadow: 0px 40px 20px -28px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 40px 20px -28px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 40px 20px -28px rgba(0, 0, 0, 0.75);
	text-align: center;
}
.slider img, .slider ol, .slider ul, .slider li, .slider table, .slider tbody, .slider tfoot, .slider thead, .slider tr, .slider th, .slider td {
	margin: 0;
	padding: 0;
	border: 0;
	background: none;
	list-style: none;
	vertical-align: baseline;
	font: inherit;
	font-size: 100%;
}
.slider {
	position: relative;
	z-index: 0;
	display: none;
}
.slider img {
	max-width: none!important;
}
.camera_fakehover {
	position: relative;
	z-index: 1;
	min-height: 60px;
	width: 100%;
	height: 100%;
}
.slider {
	width: 100%;
}
.camera_src {
	display: none;
}
.cameraCont, .cameraContents {
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
}
.cameraSlide {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
}
.cameraContent {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: none;
	width: 100%;
}
.camera_target {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 0;
	overflow: hidden;
	width: 100%;
	height: 100%;
	text-align: left;
}
.camera_overlayer {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 0;
	overflow: hidden;
	width: 100%;
	height: 100%;
}
.camera_target_content {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
	overflow: hidden;
}
.camera_target_content .camera_link {
	display: block;
	height: 100%;
	background: url(../images/blank.gif);
	text-decoration: none;
}
.camera_nav_cont {
	position: absolute;
	top: 15px;
	right: 9px;
	z-index: 4;
	overflow: hidden;
	width: 120px;
	height: 65px;
}
.camerarelative {
	position: relative;
	overflow: hidden;
}
.imgFake {
	cursor: pointer;
}
.camera_command_wrap .hideNav {
	display: none;
}
.camera_command_wrap {
	position: relative;
	right: 0;
	left: 0;
	z-index: 4;
}
.camera_pag {
	position: absolute;
	bottom: 13px;
	z-index: 1000;
	width: 100%;
}
.slider .camera_pag .camera_pag_ul {
	position: relative;
	display: inline-block;
	margin: 0 auto;
	padding: 0;
	min-width: 240px;
	background: #373737 url(../images/slider-pag-m.png) repeat 0 0;
	list-style: none;
	vertical-align: bottom;
	text-align: center;
}
.slider .camera_pag .camera_pag_ul:before, .slider .camera_pag .camera_pag_ul:after {
	position: absolute;
	top: 0;
	display: block;
	width: 30px;
	height: 32px;
	content: '';
}
.slider .camera_pag .camera_pag_ul:before {
	left: -30px;
	background: url(../images/slider-pag-l.png) no-repeat 0 0;
}
.slider .camera_pag .camera_pag_ul:after {
	right: -30px;
	background: url(../images/slider-pag-r.png) no-repeat 0 0;
}
.slider .camera_pag .camera_pag_ul li {
	position: relative;
	display: inline-block;
	margin: 9px 2px 5px;
	width: 16px;
	height: 16px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	background-color: #4a4a4a;
	-webkit-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, .7);
	-moz-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, .7);
	box-shadow: inset 0px 1px 3px rgba(0, 0, 0, .7);
	text-align: left;
	text-indent: -9999px;
	cursor: pointer;
}
.slider .camera_pag .camera_pag_ul li:hover {
	background-color: #2e2e2e;
	-webkit-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, .7);
	-moz-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, .7);
	box-shadow: inset 0px 1px 3px rgba(0, 0, 0, .7);
}
.slider .camera_pag .camera_pag_ul li.cameracurrent {
	background-color: #73b52a;
	-webkit-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 1);
	-moz-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 1);
	box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 1);
}
.camera_pag_ul li img {
	position: absolute;
	display: none;
}
.camera_pag_ul .thumb_arrow {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -4px;
	border-top: 4px solid;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
}
.slider .camera_pag .camera_pag_ul li {
	position: relative;
	display: inline-block;
	margin: 9px 2px 5px;
	width: 16px;
	height: 16px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	text-indent: -9999px;
	cursor: pointer;
}
.camera_clear {
	display: block;
	clear: both;
}
.showIt {
	display: none;
}
.camera_clear {
	position: relative;
	display: block;
	clear: both;
	margin: -1px 0 25px;
	height: 1px;
}
.pattern .camera_overlayer {
	background: url(../images/slide-ol.png) repeat;
}
.camera_caption {
	position: absolute;
	top: 70px;
	left: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px 3px 20px 35px;
	width: 350px;
	background-color: #000;
	background-color: rgba(0, 0, 0, .5);
	color: #fff;
	text-align: left;
	font-family: 'Roboto Condensed', sans-serif;
}
.slide-ttl {
	margin: 0;
	padding: 0 0 10px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 30px;
}
.slide-descr {
	font-weight: normal;
	font-size: 12px;
	line-height: 1.6;
}
.camera_caption .btn-lnk {
	position: absolute;
	bottom: -50px;
	padding: 10px 24px;
}
/*------ slider style ------*/

/*------ UI fix ------*/

.x-unselectable {
	position: relative;
}
#uCatsMenu7, #sFltLst {
	top: 100% !important;
	left: 0 !important;
}
/*------ UI fix ------*/

/* ==========================================================================
 Media Queries
 ========================================================================== */

@media screen and (max-width: 960px) {
	.last-serial {
		display: none;
	}
	.logo-row .cont-wrap, .contact-row .cont-wrap, .nav-row .cont-wrap {
		margin: 0 30px;
	}
	.cont-wrap {
		width: auto;
	}
	.eBlock .img {
		width: 30%!important;
		height: auto!important;
	}
}
@media screen and (max-width: 900px) {
	.logo-row .cont-wrap {
		text-align: center;
	}
	.logo-row .cont-wrap:before {
		display: none;
	}
	.logo-b {
		margin: 16px 0 0;
	}
	.welcome-b {
		display: inline-block;
		float: none;
		margin-bottom: 25px;
		padding-left: 10px;
		text-align: center;
	}
	.welcome-b:before {
		display: block;
		content: '';
	}
}
@media screen and (max-width: 800px) {
	.content .queryField {
		width: 100px !important;
	}
	.contact-row .cont-wrap {
		text-align: center;
	}
	.contact-r-lnk-b {
		display: inline-block;
		float: none;
		text-align: center;
	}
	.contact-r-inf {
		display: inline-block;
		float: none;
		text-align: center;
	}
	.searchForm {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		width: 100%;
	}
	.nav-row {
		text-align: center;
	}
	.main-menu {
		display: inline-block;
		float: none;
		text-align: center;
	}
}
@media screen and (max-width: 640px) {
	.b-content {
		padding: 30px 10px 0!important;
	}
	.sidebox-ttl, .relatednews_title, ul.ul_related {
		text-align: center!important;
	}
	.catsTd {
		text-align: center;
	}
	.welcome-inf span {
		white-space: nowrap;
	}
	.eBlock td {
		padding: 5px !important;
	}
	.eBlock .eMessage, .eBlock .cMessage {
		padding: 15px !important;
	}
	.eMessage img:first-child {
		float: none;
		padding: 0 0 10px 0 !important;
		width: 100%;
	}
	.content .cMessage {
		margin-bottom: 10px;
		padding: 10px !important;
	}
	#allEntries div:first-child .eBlock {
		padding-top: 11px;
		border-top: none;
	}
    .eBlock .eDetails {
        /* padding-right: 35px !important; */
        /* padding-left: 35px !important; */
	}
	.contact-row {
		padding-top: 0;
	}
	.contact-row>div {
		display: none;
	}
	.btn-lnk-home {
		display: inline-block;
	}
	.btn-lnk.enter {
		background: #2a2a2a;
		background: -moz-linear-gradient(top, #2a2a2a 0%, #1f1f1f 100%);
		background: -webkit-gradient(left top, left bottom, color-stop(0%, #2a2a2a), color-stop(100%, #1f1f1f));
		background: -webkit-linear-gradient(top, #2a2a2a 0%, #1f1f1f 100%);
		background: -o-linear-gradient(top, #2a2a2a 0%, #1f1f1f 100%);
		background: -ms-linear-gradient(top, #2a2a2a 0%, #1f1f1f 100%);
		background: linear-gradient(to bottom, #2a2a2a 0%, #1f1f1f 100%);
	}
	.btn-lnk.enter:hover {
		background: #2e2e2e;
		background: -moz-linear-gradient(top, #2e2e2e 0%, #242424 100%);
		background: -webkit-gradient(left top, left bottom, color-stop(0%, #2e2e2e), color-stop(100%, #242424));
		background: -webkit-linear-gradient(top, #2e2e2e 0%, #242424 100%);
		background: -o-linear-gradient(top, #2e2e2e 0%, #242424 100%);
		background: -ms-linear-gradient(top, #2e2e2e 0%, #242424 100%);
		background: linear-gradient(to bottom, #2e2e2e 0%, #242424 100%);
	}
	.slider-row .cap {
		display: none;
	}
	.header {
		position: relative;
		width: 100%;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}
	.slider {
		-webkit-box-shadow: 0px 10px 30px 0px #000;
		-moz-box-shadow: 0px 10px 30px 0px #000;
		box-shadow: 0px 10px 30px 0px #000;
	}
	.slider-row .cont-wrap {
		padding: 20px 0;
		background: #373737 url(../images/hatch.jpg) repeat-x 0 0;
	}
	.middle .cont-wrap {
		background: none;
	}
	.content {
		padding: 5px 0 0;
		background-color: #343434;
	}
	.sidebar {
		display: block;
		margin: 0;
		width: auto;
		background: url(../images/hatch.jpg) repeat-x 0 0;
	}
	.middle .cap, .soc-row {
		display: none;
	}
	.middle .cont-wrap {
		padding-right: 0;
		padding-left: 0;
	}
	#uidLogForm .ulogin-btn, #shop-basket, #shop-basket .empty {
		text-align: left !important;
	}
	.cat-blocks .gTableTop {
		color: #999999;
		font-family: 'Roboto Condensed', sans-serif;
	}
	.cat-blocks .gTableTop:hover {
		color: #fff;
	}
	#table1 input[type="text"] {
		width: auto !important;
	}
	/*------------- mobile menu ----------------*/
	.nav-row .searchForm {
		float: none;
	}
	.show-menu {
		display: block;
		margin: 0 auto;
		padding: 40px 0 0;
		width: 40px;
		height: 0;
		background: url(../images/menu.png) no-repeat 50% 50%;
		cursor: pointer;
	}
	.show-menu:hover, .show-menu.opened {
		background: url(../images/menu-hov.png) no-repeat 50% 50%;
	}
	.main-menu {
		display: none;
	}
	.main-menu .uMenuRoot>li {
		margin: 0;
		padding: 0;
		width: 100%;
		vertical-align: center;
	}
	.main-menu .uMenuRoot li {
		display: block;
		min-height: 40px;
		width: 100%;
	}
	.main-menu .uMenuRoot li a {
		display: block;
		margin: 0;
		padding: 0;
		width: 100%;
		height: 40px;
		vertical-align: center;
		text-align: center;
		line-height: 40px;
	}
	.main-menu .uMenuRoot li ul {
		position: static !important;
		display: block !important;
		margin: 0;
		padding: 0;
		list-style: disc;
	}
	.main-menu .uMenuRoot li li a {
		padding: 0 0 0 30px;
	}
	.main-menu .uMenuRoot li li li a {
		padding-left: 60px;
	}
	.uWithSubmenu>a {
		position: relative;
	}
	.uWithSubmenu>a:after {
		display: inline-block;
		margin-left: 10px;
		width: 0;
		height: 0;
		border-top: 6px solid #fff;
		border-right: 4px solid transparent;
		border-left: 4px solid transparent;
		content: '';
	}
	.main-menu .uMenuRoot li a {
		border-top: 1px solid #FFF;
		border-top: 1px solid rgba(255, 255, 255, 0.3);
		background-color: #7FC434;
	}
	.main-menu .uMenuRoot li a:hover {
		border-top: 1px solid #FFF;
		border-top: 1px solid rgba(255, 255, 255, 0.3);
		background-color: #A5D644;
	}
	.main-menu .uMenuRoot li ul li:hover ul {
		padding-left: 0px;
		border-left: none;
	}
	/*------------- mobile menu ----------------*/
}
@media screen and (min-width: 641px) {
	.main-menu .uWithSubmenu:hover>a {
		background: #a5d644;
		background: -moz-linear-gradient(top, #a5d644 0%, #64ad10 100%);
		background: -webkit-gradient(left top, left bottom, color-stop(0%, #a5d644), color-stop(100%, #64ad10));
		background: -webkit-linear-gradient(top, #a5d644 0%, #64ad10 100%);
		background: -o-linear-gradient(top, #a5d644 0%, #64ad10 100%);
		background: -ms-linear-gradient(top, #a5d644 0%, #64ad10 100%);
		background: linear-gradient(to bottom, #a5d644 0%, #64ad10 100%);
	}
}
@media screen and (max-width: 250px) {
	.cMessage {
		padding: 6px !important;
	}
}
.bold {
	font-weight: bold;
}
h1 {
	margin: 0px;
	font-size: 12pt;
}
h2 {
	margin: 0px;
	font-size: 12pt;
}
.uRelatedEntry {
	list-style: none;
	float: left;
	width: 23%;
	height: 220px;
	margin-left: 1%;
	margin-bottom: 1%;
	text-align: center;
	font-size: 12px;
	background: #1C1C1C;
	padding: 1% 0;
	border: 2px solid #73b52a;
	border-radius: 4px;
}
.uRelatedEntry img {
	height: 85%;
}
.uRelatedEntry a {
	color: #fff;
	text-decoration: none;
}
.uRelatedEntry:hover {
	background: #303030;
}
.uRelatedEntry:hover a {
	color: #73b52a;
	text-decoration: none;
}
.uRelatedEntrySer {
	list-style: none;
	float: left;
	width: 23%;
	height: 220px;
	margin-left: 1%;
	margin-bottom: 2%;
	text-align: center;
	font-size: 12px;
	background: #1C1C1C;
	padding: 1% 0;
	border: 2px solid #73b52a;
	border-radius: 4px;
}
.uRelatedEntrySer img {
	height: 85%;
}
.uRelatedEntrySer a {
	color: #fff;
	text-decoration: none;
}
.uRelatedEntrySer:hover {
	background: #303030;
}
.uRelatedEntrySer:hover a {
	color: #73b52a;
	text-decoration: none;
}
.uRelatedEntriesTop {
	width: 100%;
	float: left;
	padding: 0;
}
.uRelatedEntryTop {
	list-style: none;
	float: left;
	width: 15%;
	height: 210px;
	margin-left: 1%;
	margin-bottom: 1%;
	text-align: center;
	font-size: 12px;
	background: #1C1C1C;
	padding: 1% 0;
	border: 2px solid #73b52a;
	border-radius: 4px;
}
.uRelatedEntryTop img {
	height: 85%;
}
.uRelatedEntryTop a {
	color: #fff;
	text-decoration: none;
}
.uRelatedEntryTop:hover {
	background: #303030;
}
.uRelatedEntryTop:hover a {
	color: #73b52a;
	text-decoration: none;
}
.uRelatedEntries {
	width: 100%;
	float: left;
	padding: 0;
}
.search-res {
	border-bottom: 1px solid #efefef;
	background: #f9f9f9;
	padding: 4px 8px;
	height: auto;
}
.search-res:hover {
	background: #efefef;
}
.search-res:last-child {
	border-bottom: 0px solid;
}
.search-res img {
	width: 45px;
	height: 60px;
	float: left;
}
.search-res a {
	float: left;
	width: 180px;
	font-size: 14px;
	white-space: normal;
	text-decoration: none;
	color: #222;
	padding-left: 10px;
	line-height: 20px;
}
#search2 {
	background: #fff;
	border: 1px solid #efefef;
	position: absolute;
	margin-left: 4px;
	margin-top: 12px;
	display: none;
	width: 254px;
	z-index: 100;
	top: 27px;
	left: 0;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
}
#search2::after {
	border-bottom: 8px solid transparent;
	border-left: 0px solid transparent;
	border-right: 8px solid #f9f9f9;
	border-top: 8px solid transparent;
	content: "";
	left: 20px;
	position: absolute;
	top: -12px;
	transform: rotate(90deg);
	writing-mode: tb-rl;
}
#search2 span {
	color: #444 !important;
	background: #EEE;
	display: block;
	padding: 8px;
}
#search2 input {
	background: #73b52a !important;
	color: #fff !important;
	border: 0px none;
	cursor: pointer;
	padding: 8px;
	height: 30px;
	width: 100%;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
#search2 input:hover {
	opacity: .9;
}
.clear {
	margin-top: -1px;
	height: 1px;
	clear: both;
	zoom: 1;
}
.last-serial {
	max-width: 960px;
	margin: 0 auto;
	padding: 20px 0;
}
.last-serial ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.last-serial li {
	float: left;
	width: 137px;
	margin-right: 10px;
	text-align: center;
	border: 2px solid #73b52a;
	padding: 10px 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.last-serial li img {
	width: 121px;
	height: 170px;
}
.last-serial li:last-child {
	margin-right: 0;
}
.last-serial li a {
	color: #fff;
	word-wrap: normal;
	white-space: normal;
}
.last-serial li span {
	display: block;
	height: 20px;
	overflow: hidden;
}
.last-serial li:hover {
	background: #2b2b2b;
}
.last-serial li span:hover {
	color: #73b52a;
}
.eBlock img {
	margin-right: 10px;
    margin-top: 5px;
}
ul.ul_related {
	display: block;
	list-style: none;
	text-align: justify;
	overflow: hidden;
	padding: 20px 20px 5px 20px;
	border-left: 0px solid #404040;
}
.ul_related li {
	display: -moz-inline-box;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	width: 127px;
	margin-right: 5px;
}
.ul_related li img {
	width: 127px!important;
}
.relatednews {
	background: #2b2b2b;
}
.ul_related li:hover {
	opacity: 0.75;
}
.relatednews {
	background: #2b2b2b;
}
.ul_related li:hover {
	opacity: 0.75;
}
.relatednews_title i {
	font-size: 15px;
	font-style: normal;
}
#wrapper1 {
	margin-top: 5px;
}
#wrapper1 div {
	display: none;
	text-align: center;
}
#wrapper1.tab1 div.tab1 {
	display: block;
	width: 100%;
}
#wrapper1.tab2 div.tab2 {
	display: block;
	width: 100%;
}
#wrapper1.tab3 div.tab3 {
	display: block;
	width: 100%;
}
#wrapper1 a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	margin: 0 !important;
	padding: 6px !important;
	font-size: 16px !important;
	line-height: 35px !important;
	text-transform: none !important;
	background-color: #73b52a !important;
	box-shadow: none !important;
	outline: none !important;
	cursor: pointer;
	-webkit-transition: background-color .3s .05s ease-out !important;
	transition: background-color .3s .05s ease-out !important;
	-moz-border-radius-topleft: 7px;
	-webkit-border-top-left-radius: 7px;
	border-top-left-radius: 7px;
	-moz-border-radius-topright: 7px;
	-webkit-border-top-right-radius: 7px;
	border-top-right-radius: 7px;
}
#wrapper1 a:first-child {
	margin-left: 19px!important;
}
#wrapper1 a:hover {
	opacity: .8;
	cursor: pointer !important;
	color: #fff !important;
}
#wrapper1.tab1 a.tab1 {
	font-weight: bold;
	text-decoration: none;
}
#wrapper1.tab2 a.tab2 {
	font-weight: bold;
	text-decoration: none;
}
#wrapper1.tab3 a.tab3 {
	font-weight: bold;
	text-decoration: none;
}
.bold {
	font-weight: bold;
}
.repost-title: {
	color: rgb(255, 144, 0);
	text-align: center;
	font-weight: bold;
	padding: 0px 0px 7px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 0px;
}
.content_subtitle {
	width: 100%;
	text-align: center;
	font: 20px/1 'Roboto Condensed', sans-serif;
	color: #fff;
	font-weight: bold;
	padding: 0;
	margin-bottom: 15px;
}
.kinonews-title {
	padding: 4px;
	margin-bottom: 5px;
	background: #303030;
	border: 1px solid #343434;
	border-radius: 3px;
	text-align: center;
}
.kinonews-title a:link, .kinonews-title a:visited {
	text-decoration: underline;
	color: #73b52a;
}
.kinonews-title a:hover, .kinonews-title a:active {
	text-decoration: none;
	color: #73b52a;
}
.b-content {
	padding: 20px 0 0px;
}
.mn-title {
	display: block;
	text-align: center;
	padding: 0 0 5px;
	position: relative;
}
.catsTd {
	padding: 4px 10px;
	display: block;
	margin-bottom: 1px;
}
a.catName {
	font-size: 13px;
}
iframe, object, embed {
	max-width: 100%;
}
.lastkomment {
    position: relative;
	color: rgb(166, 166, 167);
    background: #2b2b2b;
    border-radius: 2px;
    margin-top: 5px;
    padding: 2px 10px 0 12px;
    overflow: hidden;
}
.poloska {
	border-bottom: 1px solid #5d5d5d;
	height: 1px;
	width: 100%;
	margin-bottom: 10px;
	margin-top: 10px;
	float: left;
	clear: both;
}
.section {
	padding: 0 20px 20px 20px;
}
.Player {
	background: #1c1c1c;
	line-height: normal;
	padding: 10px;
}
.text-block .bodny {
	position: relative;
	overflow: hidden;
	/* padding: 7px 0 2px 1px; */
	margin: 0;
	/* min-height: 5px; */
}
.bodny {
	position: relative;
	padding-top: 5px;
	padding-bottom: 15px;
}
.text-block .bodny .title-ru {
	font-size: 13px;
	line-height: 16px;
	position: relative;
	overflow: hidden;
	/* text-transform: uppercase; */
}
.text-block .bodny .title-en {
	position: relative;
	overflow: hidden;
	color: #9d9da0;
	font-size: 11px;
	line-height: 14px;
}
.text-block .thumb, .text-block .thumb {
	position: absolute;
	left: 9px;
	top: 40%;
	margin-top: -20px;
	z-index: 1;
	width: 40px;
	height: 50px;
}
a.text-block {
	line-height: 14px;
	position: relative;
	display: block;
}
.bold_list {
	padding: 0 0 .5em;
	font-weight: 900;
}
.bold_list a, .bold_list span {
	font-weight: 400;
}
.left-soc {
	padding: 0 0 4px 3px;
	float: left;
}
.h-title {
	text-align: center;
}
.lf-ftr {
	float: left;
	margin-left: 20px;
}
.st-txt {
	text-align: justify;
	margin: 15px;
}
.status {
	background-color: #ce1025;
	color: white;
	padding: 2px;
}
.obl {
	padding: 5px;
}

.sidebox-alllist {
	width: 100%; 
	height: 690px; 
	margin-top: 0px; 
	margin-left: 0px; 
	text-align: left; 
	font-size: 14px; 
	overflow: auto;
}

/* --- Информация об ошибках --- */
.berrors {
	background: #ffe6dd;
	border: 1px solid #f0c4b5;
	color: #553c33;
	padding: 20px 25px;
	margin-bottom: 25px;
	height: 1%;
	border-radius: 2px;
	box-sizing: border-box;
	margin: 10px 0px;
}


/* --- Страница пользователя --- */
.userinfo_top { position: relative; padding-bottom: 50px; margin-bottom: 50px; }
.userinfo_top .avatar { position: absolute; }
.user_tab { list-style: none; padding: 0; margin: 0; }
	.user_tab > li { display: inline; margin-right: 1.2em; }
	.user_tab > li > a {
		text-decoration: none !important;
		font-size: .6em;
		-webkit-transition: all ease .3s; transition: all ease .3s;
	}
	.user_tab > li > a { color: #fff; opacity: .5; }
	.user_tab > li > a:hover { color: inherit; }
	.user_tab > li.active > a { cursor: default; font-size: 1em; opacity: 1; }

	.usinf { list-style: none; padding: 0; margin: 0 0 25px 0; } 
	.usinf li { padding: 12px 0; border-top: 1px solid #e6e6e6; }
	.usinf li:first-child { border-top-width: 0; }

	.ui-c1, .ui-c2 { display: inline-block; vertical-align: top; }
	.ui-c1 { width: 30%; margin-right: 5%; }
	.ui-c2 { width: 60%; }

	/* Окно пользователя */
	.userinfo { padding-left: 90px; }
	.userinfo .avatar { position: absolute; float: left; margin: 0 0 0 -90px; }
	.userinfo .avatar .cover { width: 60px; height: 60px; }
	.userinfo > ul { list-style: none; padding: 0; margin: 0; }

/* Формы на UL */
ul.ui-form { list-style: none; padding: 0; margin: 0; }
	ul.ui-form > li { margin-bottom: 20px; }
	ul.ui-form > li:last-child { margin-bottom: 0; }
	.form-group { margin-bottom: 20px; }
	.form-group > label { display: block; margin-bottom: .4em; }
	.imp:after { content: "*"; margin: 0 0 0 10px; color: #e85319; }

	@media only screen and (min-width: 601px) {
		.form-group.combo:after { clear: both; display: table; content: ""; }
		.form-group.combo > .combo_field { width: 50%; float: left;
			-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
		}
		.form-group.combo > .combo_field:last-child { padding-left: 10px; }
		.form-group.combo > .combo_field:first-child { padding-right: 10px; }
	}
	.form_submit { padding: 10px; }
	.form-sep { border-top: 1px solid #efefef; }

/* --- PM --- */
@media only screen and (min-width: 601px) {
#pm-menu:after { content: ""; clear: both; display: block; }
	#pm-menu { margin-bottom: 25px; margin-top: 10px; }
	#pm-menu a { color: inherit; padding: 10px 16px; border-radius: 2px; border: 2px solid transparent; float: left; text-decoration: none !important; }
	#pm-menu a:hover { border-color: #73b52a; color: #73b52a; }
}

	.pm-box { margin-bottom: 25px; }
		.pm_status { padding: 25px; background-color: #5d5d5d; border-radius: 2px; }
		.pm_progress_bar {background-color: #343434;margin-bottom: 10px;border-radius: 2px;}
		.pm_progress_bar span { background: #73b52a; font-size: 0; height: 20px; border-radius: 2px; display: block; overflow: hidden }


.login_form {
    list-style: none;
    padding: 0px;
	margin: 0px;
}

.login_form li {
	padding: 0px 0px 20px 0px;
}

.login_form label {
	padding: 0px 0px 5px 0px;
	display: block;
}

.login_form input {
	width: 100% !important;
}

.login_form input[type="submit"] {
	border-radius: 4px;
	height: 32px;
}


.login_form__foot .right {
	float: right;
}

#searchtable {

}


#searchtable input[type="text"] {
    width: 240px !important;
    height: 25px !important;
}

#searchtable br {
	display: none;
}

#searchtable .search > div {
	margin: 0px !important;
}

#searchtable #dofullsearch {
	display: none;
}

#searchtable #dosearch {
	overflow: hidden;
    width: 30px;
    height: 25px;
    border: none;
    background: url(../images/srch.png) no-repeat 50% 50%;
    text-indent: -10000px;
    box-shadow: none;
    margin: -10px 0px 0px 0px !important;
    padding: 0px !important;
}

.ya-share2.ya-share2_inited {
    padding: 5px;
}

.comments-tree-list {
    position: relative;
    right: 35px;
    list-style: none;
}

.highlight--green b {
    color: #82b244;
}

#dle-comments-form {
    padding: 10px;
}

.serial-desc {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.serial-lines {
    margin-top: 10px;
}

.e-date {
    position: relative;
    float: right;
    padding: 0 10px;
}


.comments-tree-list .comments-tree-list {
    padding-left: 30px;
}
.comments-tree-list .comments-tree-list {
    background-color: #f2f0f5;
    padding-top: 15px;
    margin-bottom: 10px;
}
.comments-tree-list {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
}


.comm-rate {
    position: relative;
    float: right;
    line-height: 28px;
}

.comm-rate a {
    display: block;
    width: 20px;
    height: 30px;
    position: absolute;
    top: 0;
    left: 5px;
    text-align: center;
    line-height: 30px;
    font-size: 18px;
    font-weight: 700;
    color: #61b804;
}

.comm-rate a:last-child {
    left: auto;
    right: 5px;
    line-height: 30px;
    color: #ec000b;
    top: 0px;
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

.neg-comm {
    background-color: #520f02;
}

.pos-comm {
    background-color: #1c1c1c;
}

.comm-rate > span > span.ratingplus {
    color: green;
}

.comm-rate > span > span.ratingminus {
    color: red;
}

.comm-rate span.ratingtypeplusminus {
    display: block;
    padding: 0 30px;
    color: #444;
    font-weight: 700;
    font-size: 12px;
}

.comm-rate > span > span.ratingzero {
    color: #d0d0d0;
}

.status_info_rates {
    background-color: #2f2f2f;
    color: #73b52a;
    padding: 3px;
    display: inline-block;
    margin-right: 10px;
    white-space: nowrap;
}