.path-topics .view-topic-listing .view-content .views-row{
    background: none;	
}
.path-topics .view-topic-listing .view-content img{
	border: 1px solid #dbdbdb;
    object-fit: cover;
    object-position: center;	
}
.page-node-type-topic .with-filter-by .block-inner .filter-icon{
	display: none;
}
@media only screen and (max-width: 767px) {
	.page-node-type-topic .custom-pager-mosaic .view-content .views-row,
	.path-topics .view-topic-listing .view-content .views-row{
		margin-bottom: 6px;
	}
	.page-node-type-topic .with-filter-by .block-inner{
		position: relative;
	}
	/*.page-node-type-topic .with-filter-by .block-inner > .form-group ul.nav,*/
	.page-node-type-topic .with-filter-by .block-inner .block-title{
		display: none;
	}
	.page-node-type-topic .with-filter-by .block-inner .filter-icon{
		background: url('images/Icon_Filter.png') center no-repeat;
		width: 30px;
		height: 30px;
		display: inline-block;		
		margin-bottom: 20px;
	}
	.page-node-type-topic .with-filter-by .block-inner.filter-open .filter-icon{
		background: url('images/Icon_Close.png') center no-repeat;
	}	
	.page-node-type-topic .with-filter-by .block-inner > .form-group ul.nav{
		background-color: #013c5c;
		box-shadow: 0 2px 8px #003d5d;
		width: 200px;
		padding: 0;
		position: absolute;
		top: 30px;
		z-index: 2;
		left: 0;
		max-height: 0;
	}
	.page-node-type-topic .with-filter-by .block-inner.filter-open > .form-group ul.nav{
		max-height: 1000px;
	}
	.page-node-type-topic .with-filter-by .block-inner > .form-group ul.nav li{
		display: inline-block;
		width: 100%;
		padding: 0 15px;
	}	
	.page-node-type-topic .with-filter-by .block-inner > .form-group ul.nav li:first-child{
		padding-top: 15px;
	}	
	.page-node-type-topic .with-filter-by .block-inner > .form-group ul.nav li:last-child{
		padding-bottom: 15px;
	}		
	.page-node-type-topic .with-filter-by .block-inner > .form-group ul.nav li a{
		display: inline-block;
		width: 100%;
		background: transparent;
		font-size: 13px;
		font-weight: 600;
		line-height: 23px;
		border-bottom: 1px solid #4778ab;
		color: #fff;
		text-decoration: none;
		padding: 10px 0;
	}	
	.page-node-type-topic .with-filter-by .block-inner > .form-group ul.nav li.active a{
		color: #38b1ef;
	}	
	.page-node-type-topic .with-filter-by .block-inner > .form-group ul.nav li:last-child a:first-child{
		display: none;
	}
	.page-node-type-topic .with-filter-by .block-inner > .form-group ul.nav li:first-child a{
		padding-top: 0;
	}	
	.page-node-type-topic .with-filter-by .block-inner > .form-group ul.nav li:last-child a{
		padding-bottom: 0;
		border-bottom: 0;
	}		
}
@media only screen and (max-width: 991px) {

}