
.category { margin:0 10px 0 0; }
.category-full-width { margin:0 10px; }


/** map **/
.category .map { display:none; width: 100%; height: 500px; border:1px solid #000; margin:20px 0 10px; }

/** sponsor **/
#middle .category .sponsor img { border:none; }

/** content **/
#middle .category div.category_list_bus div.category_content  { width:100%; }
#middle .category div.category_list_bus div.category_content .page_content_row,
#middle .category div.category_list_bus div.category_content .page_content_item 
{ width:100% !important; }
#middle .category div.category_list_bus div.category_content .page_content_row { margin: 10px 0 20px 0; }
#middle .category div.category_list_bus div.category_content .page_content_item { margin:0px !important; }

.category .category_list_bus .tools {
	display: -ms-flexbox; display: -webkit-flex; display: flex;
	-ms-flex-align: center; -webkit-align-items: center; -webkit-box-align: center; align-items: center; /** vertical align **/
	-webkit-justify-content: space-between; justify-content: space-between;
	margin: 0 0 10px; /*padding:0 10px;*/
}
.category .category_list_bus .tools .paging { padding:0px !important; }
.category .category_list_bus_item table table td { padding:0px !important; }
.category .category_list_bus_item .vote img, .category .category_list_bus_item .vote div { margin:0px !important; }


/** listings **/
.category .wrapper-loading { position:relative; min-height:150px; }
.category .listings { position:relative; margin: 20px 0; }
.category .listings h1 { display:none; }
.category .loading { 
	display:none; position:absolute; 
	left: 50%; top: 30px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index:2000;
}
#middle .category .loading img { border:0px; }
.category .paging { font-size:14px; font-weight:bold;padding:15px 0 10px 10px }

