body {
	min-width: 1100px;
	font-family: 'Roboto', sans-serif;
}
body .container {width: 1100px;}
a:focus {outline:none;}
/******************************************************************/
/* HEADER */
#header {
	background-image: url("../images/header_bg.jpg");
	background-position: center bottom;
	background-repeat: no-repeat;
	min-height: 356px;
}
.header-wrapper {
	padding-top: 10px;
}
/******************************************************************/
/* MAIN MENU */
#main-menu {
	color: #fff;
	font-size: 16px;
	line-height: 1.5em;
}
#main-menu-wrapper {
	border-radius: 12px;
	background-image: none;
	background-position: center top;
	background-repeat: repeat;
	max-width:220px;
	display: block;
	position:relative;
}
#main-menu-wrapper.active {
	background-image: url('../images/menu_bg.jpg');
}

#main-menu-btn {
	background-image: url("../images/mobile_menu.png");
	background-position: left top 6px;
	background-repeat: no-repeat;
	margin-left: -76px;
	margin-top: 0;
	padding: 12px 12px 18px 88px;
}
#main-menu-btn a {
  display: block;
  height: 33px;
  width: 40px;
  position:relative;
}
#main-menu-btn a img {}
#main-menu-nav {display:none;}
#main-menu-wrapper.active #main-menu-nav {display:block;}
.main-nav {
	list-style: outside none none;
	padding: 0 12px 12px;
}
.main-nav li {}
.main-nav a {color: #fff; text-transform: uppercase;}
#wrapper {
	background-image: url('../images/site_bg.jpg');
	background-position: left top;
	background-repeat: repeat;
	margin:0;
	padding:0;
	position:relative;
}
.text-shadow {text-shadow: 0 1px 1px rgba(0, 0, 0, 1)}
#autorize-menu {
	display: block;
	padding: 8px 0;
	position: relative;
	text-align: center;
	width: 100%;
}
#autorize-menu a {color:#ffffff;}
#autorize-menu p {margin:0;padding:0}
#autorize-menu .separator-horiz {padding: 0 10px}
/* #autorize-menu */
.btn.btn-danger {
	/* box-shadow: 0 2px 0 #bc2222; */ /* 188,34,34 */
	line-height: 1;
	padding: 5px 36px;
	font-weight:500;
	background-color: #e33e3e;
	border-color: #e33e3e;
	color: #fff;
	/*
	-webkit-padding-before: 12px;
	-webkit-padding-end: 36px;
	-webkit-padding-after: 8px;
	-webkit-padding-start: 36px; */
}
.btn.btn-dangeres {
	box-shadow: 0 2px 0 #bc2222; /* 188,34,34 */
	line-height: 1;
	width: 100%;
	padding: 10px 36px 8px;
	font-weight:500;
	background-color: #e33e3e;
    border-color: #e33e3e;
    color: #fff;                   /*
	-webkit-padding-before: 12px;
	-webkit-padding-end: 36px;
	-webkit-padding-after: 8px;
	-webkit-padding-start: 36px; */
}
#autorize-menu .btn-danger {
	color:#fff;
}
/******************************************************************/
/* POPUP */
#shadow {
	background-color: rgba(0, 0, 0, 0.8);
	bottom: 0;
	height: 100%;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	display:none;
}
#pop_wrapper {
	display: table;
    height: 100vh;
    position: relative;
    vertical-align: middle;
    width: 100%;
}
#pop_window {
	display:table-cell;
	vertical-align:middle;
	display:none;
	margin:120px 0 0;
}
#login_window {
	background-image: url("../images/menu_bg.jpg");
	border-radius: 12px;
	display: block;
	height: 280px;
	margin: 0 auto;
	padding: 12px;
	position: relative;
	width: 320px;
}
.closebtn {
	
}
.closebtn a {
	color: #fff;
    font-size: 24px;
	border: 1px solid transparent;
	border-radius: 50%;
	height: 30px;
	line-height: 27px;
	position: absolute;
	right: 12px;
	text-align: center;
	text-indent: 0.2px;
	top: 12px;
	vertical-align: middle;
	width: 30px;
}
.closebtn a:hover {
	border: 1px solid #fff;
	transform: rotate(45deg);
}
#login_form {}
#login_form p {text-align:center;}
.login_header {
	color: #fff;
	font-size: 26px;
	line-height: 1.2em;
	margin-top: 26px;
	text-align: center;
}
.login_form_field {}
#login_form input[type="text"],
#login_form input[type="password"] {
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 15px;
	font-size: 14px;
	height: 30px;
	padding: 0 12px;
	width: 250px;
}
.user_submit {margin:16px 0;}
.login_links,
.login_links a {color:#fff;margin:0;}
.reg_link {border-bottom:1px dashed #fff;}
.login_links a {text-decoration:none;}
.login_links a:hover {text-decoration:none;}
a:hover .reg_link,
a:hover .remember_link {border-bottom:1px solid #fff;}
/******************************************************************/
/* MODULE */
.module {margin-bottom:32px;}
.module-wrapper {}
.module-header-wrapper {
	background-repeat: no-repeat;
	background-size: 100% auto;
	display: table;
	height: 43px;
	margin: 0;
	padding: 0;
	position: relative;
	width: 100%;
}
.module-header {
	color: #fff;
	display: table-cell;
	font-size: 1em;
	font-weight: bold;
	line-height: 1em;
	margin: 0;
	padding: 0 17px 0 18px;
	text-transform: uppercase;
	vertical-align: middle;
	text-shadow: 0 1px #000;
	position:relative;
}
.module-content {background-color:#FAEBD7;margin-top:-3px;padding-top:16px;border-radius:0 0 5px 5px;padding-bottom:18px;
    border: 1px solid #e1dbdb;}

/******************************************************************/
/* LEFT COLUMN */
.left-col-zindex {z-index:1}
#left-col-bg {
	background-image: url("../images/guitar.png");
	height: 844px;
	left: -131px;
	opacity: 0.98;
	position: absolute;
	top: 273px;
	width: 286px;
	z-index: -1;

}
#left-col {width: 265px;z-index:10;}
#left-col .module {margin-right: 5px;}
#left-col .module-wrapper {}
#left-col .module-header-wrapper {
	background-image: url('../images/module_left_bg.png');
	background-position: left top;
}
#left-col .module-header {}
#left-col .module-content {
	margin-right:15px;
	padding-left:15px;
}
#left-col .module .module-header::after {
	background-position: left top;
	background-repeat: no-repeat;
	content: " ";
	display: block;
	height: 64px;
	right: 12px;
	position: absolute;
	top: -12px;
	width: 64px;
}
#left-col .module.leftmenu .module-header::after {
	background-image: url('../images/baraban.png');
}
#left-col .module.categories .module-header::after {
	/* 71x56 */
	background-image: url("../images/category.png");
    height: 56px;
    right: 4px;
    top: -20px;
    width: 71px;
}
#left-col .module.topnovinok .module-header::after {
	background-image: url('../images/star.png');
	right: 14px;
    top: -21px;
}
/******************************************************************/
/* RIGHT COLUMN */
#right-col {width:242px;margin-left:-15px}
#right-col .module {}
#right-col .module-wrapper {}
#right-col .module-header-wrapper {
	background-image: url('../images/module_right_bg.png');
	background-position: right top;
}
#right-col .module .module-header {
	padding-left: 68px;
}
#right-col .module .module-header::after {
	background-position: left top;
	background-repeat: no-repeat;
	content: " ";
	display: block;
	height: 64px;
	left: 0;
	position: absolute;
	top: -12px;
	width: 64px;
}
#right-col .module.panel-upr .module-header::after {
	background-image: url('../images/icon_cp.png');
}
#right-col .module.poisk .module-header::after {
	background-image: url('../images/icon_sitesearch.png');
}
#right-col .module.pomosch .module-header::after {
	background-image: url('../images/icon_money.png');
}
#right-col .module.newsblock .module-header::after {
	background-image: url('../images/icon_news.png');
}
#right-col .module.releases .module-header::after {
	background-image: url('../images/icon_disc.png');
}
#right-col .module.top-comments .module-header::after {
	background-image: url('../images/icon_microphone.png');
}
#right-col .module.top-news .module-header::after {
	background-image: url('../images/icon_guitar.png');
}
#right-col .module.calendar .module-header::after {
	background-image: url('../images/calendar.png');
}
#right-col .module.minichat .module-header::after {
	background-image: url('../images/chat.png');
}
#right-col .module-content {
	margin-left:15px;
	padding-left:15px;
	padding-right:15px;
}
/******************************************************************/
/* CATEGORY GROUP - LEFT COLUMN */
.category-group {}
.category-group-header {
	color: #800000;
	font-size: 1.143em;
	font-weight: 600;
	margin: 0 0 8px;
	padding: 0 0 0 0px;
}
.category-list {
	margin: 0;
    padding: 0 0 1em;
	list-style: none;
}
.category-list li {
	padding-left: 0; 
    text-indent: -.5em;
	color: #333;
}
.category-list li::before {
  background-color: #800000;
  border-radius: 50%;
  box-shadow: 0 1px #800000;
  color: #e33e3e;
  content: " ";
  float: left;
  font-size: inherit;
  height: 7px;
  line-height: inherit;
  margin-right: 1em;
  margin-top: 0.5em;
  width: 7px;
}
.category-list a {color:#000000;}
/* LEFTMENU */
.leftmenu .category-list {
	font-size:16px;
	text-transform:uppercase;
}
.leftmenu .category-list li::before {
  background-color: #800000;
  box-shadow: 0 1px #800000;
  color: #3d83e1;
}
/******************************************************************/
/* MAIN COLUMN */
#content-wrapper {}
#reklamka {
	margin-bottom: 18px;
}
#main-content {margin-left: -5px;
margin-right: -5px;}

.blog-layout {}
.blog-layout h1 {

}
/******************************************************************/
/* FOOTER */
#peoples {
	display:block;
	width:100%;
	position:relative;
	height:90px;
	background-image: url('../images/footer_bg.png');
	background-position: top left;
	background-repeat: repeat-x;
	content:" ";
	
}
footer {
	background-color: #000000;
	color: #fff;
	font-size: 13px;
	padding-bottom:18px;
}
footer p {line-height:1.2em;padding:0; margin:0;}
footer a {color:#fff;}
.cprghts {}
.cprghts p {}
.counters {}
/******************************************************************/
/* ARTICLE - BLOG */
article {
	background-image: url("../images/article_shadow.png");
	background-position: center bottom 22px;
	background-repeat: no-repeat;
	background-size: 100% auto;
	padding-bottom: 30px;
	position: relative;
}
.article-wrapper {
  background-color: #FAEBD7;
  border: 1px solid #d4d4d4;
  padding:12px;
  border-radius: 7px 7px 0px 0px;
}
.article-content {}
.article-image {padding-bottom:12px;}
.article-image a {}
.article-image img {
	height: auto;
    width: 100%;
}

article h1 a,.article-sys-author a{
    color:#000000;
}
article h1 a:hover,.article-sys-author a:hover{
  text-decoration: none  ;
  color:#000000;
}

article h1 {
	font-size: 1.286em;
	text-transform: uppercase;
	color:#000000;
	font-weight: bold;
	padding: 0;
	margin: 12px 0 12px 56px;
}

article h2 a,.article-sys-author a{
    color:#000000;
}
article h2 a:hover,.article-sys-author a:hover{
  text-decoration: none  ;
  color:#000000;
}

article h2 {
	font-size: 1.286em;
	text-transform: uppercase;
	color:#000000;
	font-weight: bold;
	padding: 0;
	margin: 12px 0 12px 56px;
}
.article-sys-info {margin-left: 56px;position:relative;margin-bottom:12px;}
.article-sys-info [class^="article-sys-"]{display: inline-block;padding-right:0.857em;}
	.article-sys-info i {color:#000;}
	.article-sys-author {}
	.article-sys-views {}
	.article-sys-comments {}
.article-date {
	background-image: url("../images/date-stamp.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: auto auto;
	color: #fff;
	display: table;
	font-size: 14px;
	height: 67px;
	left: -76px;
	line-height: 1;
	position: absolute;
	text-align: center;
	text-shadow: 0 1px #000;
	top: -44px;
	vertical-align: middle;
	width: 67px;
}
.date {
	display: table-cell;
	margin: 0;
	vertical-align: middle;
}
.article-date-day {font-size:24px;}
.article-date-year {}
.article-text {margin-left: /*56px;*/}
.article-text.full {margin-left: 0px;/**/}

.article-text p {color:#800000;margin-bottom:0;}
.article-text span {color: #333;}
.article-links {
    background-color: #F5DEB3;
    border-color: #d4d4d4;
    border-image: none;
    border-style: none solid solid;
    border-width: medium 1px 1px;
	-moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
	display: table;
    width: 100%;
}
.article-links p {
	display: table-cell;
	padding: 12px 0 12px 45px;
}
.article-links p a {
    color: #0c0c0c;
    text-decoration: none;
    font-weight: 600;
    background: #f1cf88;
    padding: 5px 5px 5px 5px;
    border-radius: 5px;
    margin: 0px;
    font-size: 11px;
}
.article-readmore {
    display: table-cell;
    padding: 0px 12px;
    /* text-align: right; */
    vertical-align: middle;
    width: 20px;
}
.article-readmore a {
	background-image: url("../images/date-stamp.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: auto auto;
	border: 1px solid #6e6e6e;
	color: #a7a7a7;
	display: inline-block;
	height: 26px;
	line-height: 24px;
	text-align: center;
	width: 26px;
}
.article-readmore a i {line-height:23px;}
.article_fulltext {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background-color: #FAEBD7;
	border-color: #D4D4D4;
	border-image: none;
	border-style: none solid solid;
	border-width: medium 1px 1px;
	padding: 12px;
}
.thx_dontforget {display:table;position:relative;font-weight:bold;color:#868686;}
.thx_dontforget span {
  display: table-cell;
  padding-right: 12px;
}
.thx_dontforget a {display:table-cell}
#thx .title_spoiler a {color:#e33e3e}
#thanks a {color:#333}
/* RATING *********************************************************/
.article_fulltext .orating {
  background: #82ac34 none repeat scroll 0 0;
  border: 1px solid #6e912c;
  border-radius: 7px;
  box-shadow: 0 1px #f0f0f0 inset;
  color: #fff;
  display: inline-block;
  float: right;
  font-size: 16px;
  font-weight: bold;
  height: 28px;
  line-height: 28px;
  margin: 28px 0;
  min-width: 100px;
  padding: 3px 17px;
  position: relative;
  text-align: center;
  width: auto;
}
.article_fulltext a.orating_m {
	margin-right: 4px;
    margin-top: 5px;
}
.article_fulltext a.orating_p {
	margin-left: 4px;
    margin-top: 3px;
}
.article_fulltext .orating a {line-height:20px;}
.article_fulltext a.orating_res,
.article_fulltext span.orating_res {
  color: #fff;
  /* font: bold 12px/12px "Trebuchet MS"; */
  font-size:inherit;
  font-weight:inherit;
  font-style:inherit;
  font-family: inherit;
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.35);
}

.article-links .orating {
  background: #800000 none repeat scroll 0 0;
  border: 1px solid #800000;
  border-radius: 7px;
  box-shadow: 0 1px #800000 inset;
  color: #fff;
  display: table-cell;
  font-size: 16px;
  font-weight: bold;
  height: 28px;
  line-height: 28px;
  padding-top: 10px;
  min-width: 100px;
  padding: 3px 17px;
  position: relative;
  text-align: center;
  width: auto;
}
.article-links a.orating_m {
	margin-right: 4px;
    margin-top: 5px;
}
.article-links a.orating_p {
	margin-left: 4px;
    margin-top: 3px;
}
.article-links .orating a {line-height:20px;}
.article-links a.orating_res,
.article-links span.orating_res {
  color: #fff;
  /* font: bold 12px/12px "Trebuchet MS"; */
  font-size:inherit;
  font-weight:inherit;
  font-style:inherit;
  font-family: inherit;
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.35);
}

.bukia6 .orating {
  background: #82ac34 none repeat scroll 0 0;
  border: 1px solid #6e912c;
  border-radius: 7px;
  box-shadow: 0 1px #f0f0f0 inset;
  color: #fff;
  display: inline-block;
  float: left;
  font-size: 16px;
  font-weight: bold;
  height: 28px;
  line-height: 28px;
  min-width: 100px;
  padding: 3px 17px;
  text-align: center;
  width: auto;
}
.bukia6 a.orating_m {
	margin-right: 4px;
    margin-top: 5px;
}
.bukia6 a.orating_p {
	margin-left: 4px;
    margin-top: 3px;
}
.bukia6 .orating a {line-height:20px;}
.bukia6 a.orating_res,
.bukia6 span.orating_res {
  color: #fff;
  /* font: bold 12px/12px "Trebuchet MS"; */
  font-size:inherit;
  font-weight:inherit;
  font-style:inherit;
  font-family: inherit;
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.35);
}

.fullr3 .orating {
  background: #82ac34 none repeat scroll 0 0;
  border: 1px solid #6e912c;
  border-radius: 7px;
  box-shadow: 0 1px #f0f0f0 inset;
  color: #fff;
  display: inline-block;
  float: left;
  font-size: 16px;
  font-weight: bold;
  height: 28px;
  line-height: 28px;
  min-width: 100px;
  padding: 3px 17px;
  text-align: center;
  width: auto;
}
.fullr3 a.orating_m {
	margin-right: 4px;
    margin-top: 5px;
}
.fullr3 a.orating_p {
	margin-left: 4px;
    margin-top: 3px;
}
.fullr3 .orating a {line-height:20px;}
.fullr3 a.orating_res,
.fullr3 span.orating_res {
  color: #fff;
  /* font: bold 12px/12px "Trebuchet MS"; */
  font-size:inherit;
  font-weight:inherit;
  font-style:inherit;
  font-family: inherit;
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.35);
}


.podelites_v_odin_click {
	color: #ff9829;
	font-weight: bold;
	text-align:center;
}
.relatednews_block {margin: 24px 0;position:relative}
.relatednews_block_header {text-align:center}
.relatednews_block_header strong {font-weight:normal}
#fulltext_relatednews {list-style: none; display:table; margin:0;padding:0;font-size:10px;}
#fulltext_relatednews a {color:#333; font-weight:normal;display:block;}
#fulltext_relatednews span {display:block;padding-bottom:8px;}
#fulltext_relatednews strong {font-weight:normal}
#fulltext_relatednews li {display: table-cell;width:25%;padding:4px;text-align:center}
#fulltext_relatednews img {width:100%;height:auto;padding:4px;}
.article_addons {display:block;position:relative}
.article_addons div[id^="comment-id-"] {
  background-color: #FAEBD7;
  border: 1px solid #d4d4d4;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  margin-bottom: 20px;
  padding: 0;
}
.comment-userinfo,
.comment-content,
.comment-signature,
.comment-buttons {padding:0 12px}
.comment-buttons {padding-bottom:12px;}
.comment-header {display:table;width:100%;position:relative;border-bottom:1px solid #d4d4d4;padding:8px 12px;margin-bottom:8px;background-color:#F5DEB3;}
.comment-header-date {display:table-cell}
.comment-header-date span {text-transform:lowercase}
.comment-header-rating {display:table-cell}
.comment-userinfo {display:table;width:100%;position:relative}
.comment-userinfo-block {display:table-cell}
.commentator_group {
  display: table-cell;
  text-align: right;
  vertical-align: middle;
}
.comment-content {
  display: table;
  font-size: 13px;
  line-height: 1.25em;
  position: relative;
  width: 100%;
  text-align: justify;
}
.comment-content .title_spoiler a {color: #e33e3e}
.comment-content .title_quote {
  border-bottom: medium none;
  color: #FF0000;
  font-weight: normal;
  padding-bottom: 0;
  border-color: #800000; background-color: #F5DEB3;
}
.comment-content .quote {
  background: #F5DEB3 none repeat scroll 0 0;
  border-top: medium none;
  padding-top: 0;
  border-color: #800000;
}
.comment-content br + br {}
.comment-signature {
  border-bottom: 1px dotted #d4d4d4;
  border-top: 1px dotted #d4d4d4;
  display: table;
  margin: 8px 0;
  position: relative;
  width: 100%;
}
.comment-signature .signature-separator {
  display:none;
}
.comment-signature .slink {
  color: #6a7783;
  font-size: 10px;
  line-height: 14px;
  padding: 4px 0;
}
.comment-buttons {display:table;width:100%;text-align:center}
.comment-userinfo .commentator {display:table;position:relative;width:100%;margin-bottom:12px;}
.comment-userinfo .commentator_photo_wrapper {display:table-cell;padding:0 4px 0 0;width:80px;}
.comment-userinfo .commentator_photo {
	background-color: #FAEBD7;
    border-radius: 50%;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.8);
    padding: 2px;
    width: 62px;
	height:62px;
	vertical-align:top;
	display:table;
}
.comment-userinfo .commentator_photo span {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  display: block;
  height: 62px;
  position: relative;
  width: 62px;
}
.comment-userinfo .commentator_photo img {
	border-radius: 50%;
    height: auto;
    width: 100%;
}
.comment-userinfo .commentator_info {display:table-cell;color:#6a7783;vertical-align:top;}
.comment-userinfo .commentator_info p {margin-bottom:4px;line-height:1;}
.comment-userinfo .commentator_name {
	font-weight: bold;
    margin-top: 0;
}
.comment-userinfo .commentator_name a {color:#800000}
.comment-userinfo .commentator_registered {color:#800000; font-size:12px}
.comment-userinfo .commentator_news,
.comment-userinfo .commentator_comments {font-size:13px;}
.comment-header-rating {text-align:right;}
.comment-header-rating .ocomm {
  background: #800000 none repeat scroll 0 0;
  border: 1px solid #800000;
  border-radius: 7px;
  box-shadow: 0 1px #800000 inset;
  color: #fff;
  display: inline-block;
  float: none;
  font-size: 16px;
  font-weight: bold;
  height: 28px;
  line-height: 28px;
  margin: 0;
  min-width: 100px;
  padding: 3px 17px;
  position: relative;
  text-align: center;
  width: auto;
}
.comment-header-rating a.orating_m,
.comment-header-rating a.orating_p {
  height: 12px;
  width: 12px;
}
.comment-header-rating .orating {
  background: #82ac34 none repeat scroll 0 0;
  border: 1px solid #6e912c;
  border-radius: 7px;
  box-shadow: 0 1px #f0f0f0 inset;
  color: #fff;
  display: inline-block;
  float: right;
  font-size: 16px;
  font-weight: bold;
  height: 28px;
  line-height: 28px;
  margin: 28px 0;
  min-width: 100px;
  padding: 3px 17px;
  position: relative;
  text-align: center;
  width: auto;
}
.comment-header-rating a.orating_m {
	margin-right: 4px;
    margin-top: 5px;
}
.comment-header-rating a.orating_p {
	margin-left: 4px;
    margin-top: 3px;
}
.comment-header-rating .ocomm a {line-height:20px;}
.comment-header-rating a.ocomm_res,
.comment-header-rating span.ocomm_res {
  color: #fff;
  /* font: bold 12px/12px "Trebuchet MS"; */
  font-size:inherit;
  font-weight:inherit;
  font-style:inherit;
  font-family: inherit;
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.35);
}
.comment-buttons a {color:#e33e3e}
.addcomment-wrapper {display:table;position:relative;width:100%;}
#addcomment {}
#addcomment .ntitle {
  /*background-image: url("../images/addcomment_bg.png");*/
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #000000;
  font-weight: bold;
  line-height: 43px;
  margin: 0;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  text-shadow: 0 1px #000;
}
#addcomment .editor {width:467px;}
.addcomment_userpanel {background-color:#FAEBD7;width:100%}
#addcomment_button {}
.addcomment-wrapper {
  background: #FAEBD7 none repeat scroll 0 0;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  display: table;
  position: relative;
  width: 100%; margin-top: 20px;
  padding: 10px;
}
.addcomment_button_wrapper {text-align:center;padding-top:4px;}
/******************************************************************/
/* BOOK - RIGHT COLUMN */
#right-col .module.book {margin-left: 15px;
margin-block-end: 20px;}
#right-col .module.book .module-wrapper {}
#right-col .module.book .module-header-wrapper {display: none;}
#right-col .module.book .module-content {
	background-color: transparent;
	height: 84px;
	margin-left: 0;
	padding: 0;
	border: none;
}
#right-col .module.book .module-content p {}
#right-col .module.book .module-content a {
	background-color: transparent;
	background-image: url("../images/book_bg_txt.png");
	background-repeat: no-repeat;
	background-size: 100% auto;
	color: #fff;
	font-size: 18px;
	font-weight: 900;
	line-height: 1em;
	height:84px;
	/*
	padding-left: 92px;
	padding-top: 21px;
	*/
	display: block;
}
#right-col .module.book .module-content a:hover{
  text-decoration: none
}
#right-col a {color: #800000}
/******************************************************************/
/* USER MENU - RIGHT COLUMN */
.user_hello {
}
.user_messages {text-align:left; font-weight: 700;}
.umenu {
	display: block;
	list-style: outside none none;
	margin: 0;
	padding: 0;
	width: 100%;
}
.umenu li {
	display: inline-block;
	width: 49%;
}
.umenu a {}
/******************************************************************/
/* SITE SEARCH - RIGHT COLUMN */
.site_search_mod {}
.site_search_mod_frm {}
.site_search_main {
    text-align: center;
}
.search_text {}
.search_text input[type="text"] {
	border: 1px solid #800000;
	border-radius: 4px;
	width: 100%;
}
.search_extended_title {/* text-align:right; */}
.search_extended_title a {text-decoration:underline;}
.site_search_extended {padding: 0 0 12px;display:none;
	-webkit-transition: all 1s ease-out 1s;
	-moz-transition: all 1s ease-out 1s;
	-o-transition: all 1s ease-out 1s;
	transition: all 1s ease-out 1s;
}
.site_search_extended.active {display:block;
	-webkit-transition: all 1s ease-out 1s;
	-moz-transition: all 1s ease-out 1s;
	-o-transition: all 1s ease-out 1s;
	transition: all 1s ease-out 1s;
}
.search_button_wrapper {text-align: center;}
.search_button_wrapper input[type="submit"] {}
/******************************************************************/
/* POMOSCH - RIGHT COLUMN */
.pig {text-align: center;margin:0 0 16px 0; padding:0;}
.pig img {}
/******************************************************************/
/* NEWSBLOCK - RIGHT COLUMN */
.newsblock article {padding:0;background-image: none;}
.newsblock .article-wrapper {
	background: transparent none repeat scroll 0 0;
	border: medium none;
	padding: 0;
}
.newsblock .article-content {}
.newsblock .article-image {display:block;width:100%;position:relative}
.newsblock .article-image a {}
.newsblock .article-image img {
	width:100%;
	height: auto;
}
.newsblock article h1 {
	font-size: 1em;
	margin: 0 0 12px;
	text-transform: none;
}
.newsblock article h2 {
	font-size: 1em;
	margin: 0 0 12px;
	text-transform: none;
	text-align: center;
}
.newsblock .allnews_link {
	text-align: right;
}
.newsblock .allnews_link a {
	text-decoration: underline;
}
/******************************************************************/
/* RELEASES - RIGHT COLUMN */
.releases p {text-align:center;}
.releases a {}
.releases img {}
/******************************************************************/
/* TOP-COMMENTS - RIGHT COLUMN */
.top-commentators{margin-top:12px;}
.top-commentators .commentator {display:table;position:relative;width:100%;margin-bottom:12px;}
.top-commentators .commentator_photo_wrapper {display:table-cell;padding:0 4px 0 0;}
.top-commentators .commentator_photo {
	background-color: #FAEBD7;
    border-radius: 50%;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.8);
    padding: 2px;
    width: 62px;
	height:62px;
	vertical-align:top;
}
.top-commentators .commentator_photo a {}
.top-commentators .commentator_photo img {
	border-radius: 50%;
    height: auto;
    width: 100%;
}
.top-commentators .commentator_info {display:table-cell;color:#000000;vertical-align:top;}
.top-commentators .commentator_info p {margin-bottom:6px;line-height:1;}
.top-commentators .commentator_name {
	font-weight: bold;
    margin-top: 3px;
}
.top-commentators .commentator_news,
.top-commentators .commentator_comments {font-size:13px;}
/******************************************************************/
/* TOP-NEWS - RIGHT COLUMN */
.news-list-wrapper {}
.news-list {
	font-size: 13px;
    line-height: 1.2em;
    list-style: outside none none;
    padding: 12px 0 0 0; 
margin-right: 10px;
}
.news-list li {
	padding-bottom:6px;
}


.news-list li::before {
  background-color: #800000;
  border-radius: 50%;
  box-shadow: 0 1px #800000;
  color: #800000;
  content: " ";
  float: left;
  font-size: 13px;
  height: 7px;
  line-height: inherit;
  margin-right: 0.5em;
  margin-top: 0.3em;
  width: 7px;
}
.news-list a ,#right-col .news-list a{color: #333;}
.news-list a:hover {color: #800000;text-decoration:none;}
/******************************************************************/
/* CALENDAR - RIGHT COLUMN */
#calendar-layer,
#calendar  {font-weight:normal; position: relative}
.monthselect {
  font-size: 14px;
  font-weight:normal;
}
#right-col .calendar td, #right-col .calendar th {
  font-weight: normal;
}
.weekday-active-v, .day-active-v, .weekday-active, .day-active {
  font-weight: normal;
}
.calendar th {text-transform: uppercase;}
.calendar th.workday {color:#333;}
.calendar th.weekday {color:#f00;}
.calendar td {color: #666; position: relative;}
#right-col .calendar td a {color: #00bcfb;z-index:2; position:relative}
.calendar td.day {}
.calendar td.weekday {color: inherit;}
.day-current {background-color: transparent}
.day-current::before {
  background-color: transparent;
  border: 1px solid #800000;
  border-radius: 50%;
  content: " ";
  display: block;
  height: 30px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  top: 0;
  width: 30px;
  z-index: 1;
}
#right-col .calendar a.monthlink{}
#right-col .calendar a.monthlink:nth-child(1){}
#right-col .calendar a.monthlink:nth-child(2){}
/******************************************************************/
/* PAGINATION */
.pagination-wrapper {
    float:left;
	display: block;
    position: relative;
    width: 100%;
	text-align:center;
}
.pagination {width: 100%;}
.pages {list-style:none;padding:0;margin:0;}
.page ,.page_number a ,.page_number.nav_ext,.page_number span {
	background-image: url("../images/page_notactive_ie.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	float:left;
	font-size: 14px;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	margin:1px;
	text-align: center;
	width: 30px;
}
.page_number a{
 color:#333;text-decoration:none;
 font-size: 11px;
}
.page a {width:100%;height:100%;display:block;color:#333;text-decoration:none;}
.page a:hover,
.page.active a,
.page.active a:hover ,.page_number a:hover {color: #fff;text-decoration:none;}
.page.prev {line-height:28px;margin-right:12px;}
.page.next {line-height:28px;margin-left:12px;}
.page.digs-1 {font-size:14px;}
.page.digs-2 {}
.page.digs-3 {}
.page.digs-4 {font-size:11px;}
.page.digs-5 {}
.page.active,.page:hover,.page_number a:hover,.page_number span {background-image:url('../images/page_active_ie.png'); color:#fff;}
.page.notactive {}
#logform {}
#logform .fbutton {
  display: block;
  margin: 0 auto;
  text-transform: uppercase;
}
#logform label {font-weight:normal;}
#logform input[type="text"],
#logform input[type="password"] {
  border: 1px solid #ededed;
  border-radius: 4px;
  width: 100%;
}
.panel-upr form + a[href*="do=register"] {
  display: block;
  margin: 0 auto;
  text-align: center;
}
#logo img{
margin: 0 auto;
display: block;
}
/******************************************************************/
/* SHORT NEWS */
.article-text.short_news {min-height:110px;}
.article-text.short_news div[align="center"] {
  display: inline-block;
  float: left;
  height: 120px;
  overflow: hidden;
  text-align: left;
  width: 160px;
  margin-right:12px;
}
.article-text.short_news div img {
	width:160px;
	height:auto;
}
.article-text.short_news div br {display:none;}
.podat1 {float:left;width:100%;background:#ffffff;border:1px solid #D4D4D4;}

.scrollup {
    width: 40px;
    height: 40px;
    opacity: 1;
    position: fixed;
    bottom: 50px;
    right: 40px;
    display: none;
    text-indent: -9999px;
    background: url(../img/icon_top.png) no-repeat;
    z-index: 999;
}

.online_user_sit {
  background: #537b93;
  padding: 5px;
  border-radius: 5px;
  color: #fff;
}