.sfi-subforum {
    display: inline-block !important;
	width: 150px !important;
	margin: 5px 15px 15px 15px !important;
	text-align: center !important;
}


.sfi-subforum-image {
    width: 90px !important;
	border-radius: 50px !important;
    margin-bottom: 10px;
	transition: 0.5s;
	border: 2px solid #fff;
	box-shadow: 2px 2px 11px 0px rgba(128,128,128,1);
}

.sfi-subforum-image:hover {
	transform: scale(1.1);
	box-shadow: 3px 3px 22px 0px rgba(128,128,128,1);
}

/*
.sfi-subforum-block {
    clear: none !important;
    display: inline-flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
}
*/

.clearfix_catalog {
	clear: both;
}


ul.topiclist li.row dd {
	display:none !important;
}



li.header dd {
	display:none !important;
}

ul.topiclist dt .list-inner {
	margin-right: 0 !important;
}

/* var 1 */
/*
ul.forums li {
    float: left;
    width: 50%;
}
*/
ul.forums {
    list-style-type: disc;
}

.forabg, .forumbg {
    background-color: #f1f1f1 !important;
	background-image: none !important;
	clear: none !important;
}

li.header dl.row-item dt {
	display:none !important;	
}

.responsive-show {
	color: #f1f1f1;
}

li.row {
	border-bottom-color: #f1f1f1 !important;
	background-color: #f1f1f1 !important;
}

li.row:hover {
	background-color: #f1f1f1 !important; /* Цвет фона при наведении теперь такой же как и без наведения */
}

.row-item .forumtitle {
	font-size: 1.7em;
}

/*
@media (max-width: 600px) {
	.sfi-subforum {
		margin-left:0 !important;
	}
}
*/

/* end var 1 */



/* var 2 */
/*
ul.topiclist {
   columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}
*/


.forumlist-right-section {
    width: auto;
    overflow: hidden;
}

@media (min-width: 600px) {
.forumlist-left-section {
	display: block !important;
    float: left;
    margin-right: 10px;
    min-width: 130px;
	width: 15%;
	text-align: center;
}
}



.forumlist-left-section ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	padding: 3px 8px;
}

.forumlist-left-section li{
	filter: alpha(Opacity=88);
	opacity: 0.88;
	padding: 5px 0;
}

.forumlist-left-section li a{
	font-size: 13px;
}

.forumlist-left-section li:hover{
	filter: alpha(Opacity=100);
	opacity: 1.00;
}

.forumlist-left-section img {
	border-radius: 8px;
	width: 100px;
}


.panel, .stat-block, .action-bar {
	display:none;
}

.rh_tag {
	margin: 3px 2px 2px 2px;
	padding: 2px 8px;
	list-style-type: none;
	display: inline-block;
	text-align: center;
	background: none;
	border-radius: 10px;
	background-color: #cadceb;
}
.rh_tag:hover { background-color: #105289; }
.rh_tag:hover a { color: #cadceb; background-color: #105289; }


/* Скрыть кнопку фидов */
.feed-icon-forum {
	display: none !important;
}
