@media (max-width: 895px) {
	.responsive-portal-announcements dd.views { display: none !important; }
	dd.responsive-portal-announcements { display: none !important; }

	.responsive-portal-announcements dd.posts, .responsive-portal-announcements dd.views {
		display: none !important;
	}

	dt#a { width: 125% !important; }
	.responsive-portal-announcements dt { width: 130% !important; }
	dd.responsive-portal-news { display: none !important; }

	.responsive-portal-news dd.posts, .responsive-portal-news dd.views {
		display: none !important;
	}

	.responsive-portal-news dt { width: 130% !important; }
	dt#n { width: 125% !important; }
	.topiclist .topics, .topiclist .posts { display: none !important; }
	#portal-forumlist dl.icon dt { width: 125% !important; }

	div#portal-right {
		width: 49% !important;
		margin-left: 1% !important;
	}

	div#portal-left {
		width: 100% !important;
		margin-left: 0 !important;
	}

	.rtl div#portal-right {
		margin-left: 0 !important;
		margin-right: 1% !important;
	}

	.rtl div#portal-left {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}

	div#portal-center {
		margin-right: 0 !important;
		margin-left: 0 !important;
		padding-right: 0 !important;
		padding-left: 0 !important;
	}
	.responsive-portal-news dt { width: 100% !important; }
	.responsive-portal-announcements dt { width: 100% !important; }
}

@media (max-width: 700px) {
	.responsive-portal-news dd.lastpost, .responsive-portal-announcements dd.lastpost { display: none !important; }
	.responsive-portal-news dt .list-inner, .responsive-portal-announcements dt .list-inner { margin-right: 0 !important; }
	.responsive-portal-news dt, .responsive-portal-announcements dt { width: 100% !important; }
	dt#n, dt#a { width: 100% !important; }

	.portal-responsive-poll .resultbar {
		display: none !important;
	}

	.portal-responsive-poll dt { width: 45% !important; }
	.portal-responsive-poll dd {
		width: 45% !important;
		float: right !important;
	}

	.row .pagination .ellipsis + li {
		display: inline !important;
		vertical-align: bottom !important;
	}

	#portal-forumlist dl.icon dt { width: 100% !important; }
	#portal-left ul.topiclist dd, #portal-right ul.topiclist dd { display: block !important; }
	.portal-responsive-show { display: block !important; }
	.portal-responsive-hide { display: none !important; }
	#portal-body { padding-top: 0 !important; }
	#portal-right > .portal-clear, #portal-body > .portal-clear, #portal-left > .portal-clear,
	#portal-center > .portal-clear, #portal-login-box .portal-clear { display: none !important; }
	#portal-right { width: 100% !important; }
	#portal-left { width: 100% !important; }
	#portal-center {
		margin-left: 0 !important;
		margin-right: 0 !important;
		padding-left: 0 !important;
	}
}

@media (max-width: 500px) {
	.portal-news-pagination .pagination {
		display: none;
	}
}
	
	
@media (min-width: 1024px) /* от 1024 */ {
.radio-pc { display: block !important; }
.radio-mobile { display: none !important; }
.played_recently { float:left; width: 40%; }
.ordered_recently { float:left; width: 58%; }
}
@media (max-width: 1080px) and (min-width: 1024px) /* от 1080 до 1024 */ {
.opt { display: none !important; }
}
@media (max-width: 1023px) and (min-width: 896px) /* от 896 до 1023 */ {
.radio-pc { display: none !important; }
.radio-mobile { display: block !important; }
.played_recently { float:none; width: 100%; }
.ordered_recently { float:none; width: 100%; }
}
@media (max-width: 895px) and (min-width: 701px) /* от 701 до 895 */ {
.radio-pc { display: block !important; }
.radio-mobile { display: none !important; } 
.played_recently { float:left; width: 40%; }
.ordered_recently { float:left; width: 58%; }
}	
@media (max-width: 700px) /* до 700 */ {
.radio-pc { display: none !important; }
.radio-mobile { display: block !important; }
.played_recently { float:none; width: 100%; }
.ordered_recently { float:none; width: 100%; }
}

/* float-right */
/* Ниже 931 работает такое же правило .bbcode-float в content.css */
/* Выше 1209 не имеет смысла */
@media (max-width: 1209px) and (min-width: 931px) /* от 931 до 1209 */ {
  .bbcode-float {
    float: none !important;
    display: block;
	text-align: center;
  }
}	