.ftoggler {
	pointer-events: all;
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 5px;
	position: relative;
}
.ftoggler:before {
	content: "";
	position: absolute;
	background: #fff;
	z-index: 0;
	width: 100vw;
	height: calc(100% + 15px);
	transform: translateX(50%);
	bottom: 0;
	right: 50%;
	z-index: -1;
}
.ftoggler .fa {
	display: block;
	font-size: 2rem;
	transition: all .25s ease-in-out;
}
.ftoggler .counter {
	display: none;
}
.ftoggler[aria-expanded=true] .fa {
	transform: rotate(-180deg);
}
#newsfilter {
	padding: 12px 0 8px 0;
}

@media (max-width: 768px) {
	.filter {
		background: #fff;
		padding-bottom: 0 !important;
	}
	.ftoggler {
		padding: 0;
	}
	.ftoggler .counter {
		display: inline-block;
	}
	#filterwrap {
		background: #F6F6F6;
		margin: 0 -15px;
	}
	#newsfilter {
		padding: 12px 15px 8px 15px;
	}
	#filterwrap .item-wrapper {
		margin: 0;
	}
	#filterwrap .item-wrapper .item {
		padding: 0 0 12px 0;
		/*display: block !important;*/
	}
	#filterwrap .item-wrapper .item:last-child {
		/*padding-bottom: 0;*/
	}
}

@media (min-width: 768px) {
	#filterwrap {
		display: block;
		opacity: 1;
		height: auto !important;
	}
	.ftoggler {
		pointer-events: none;
	}
	.ftoggler .fa {
		display: none;
	}
}

.tx-cs2-news [onclick] {
	cursor: pointer;
}
.tx-cs2-news .label-add {
	cursor: pointer;
}
.tx-cs2-news .label {
	background: #F6F6F6;
	text-align: left;
	color: #000;
	font-size: .85rem;
	padding: 1px 4px;
	/*text-transform: uppercase;*/
	border-radius: 0;
	font-weight: normal;
	white-space: normal;
	margin-bottom: 5px;
	line-height: 1.5;
	border:1px solid #373A3C;
}
.tx-cs2-news .label {
	display: inline-block;
	padding: 8px 18px;
	/*font-size: 75%;*/
	/*font-weight: 700;*/
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	/*border-radius: .25rem;*/
}

.tx-cs2-news .label-close {
	cursor: pointer;
	position: relative;
	padding-right: 1.5rem;
}


.tx-cs2-news .label-close::after {

	content: "\e92a";
	position: absolute;
	font-family: icomoon;
	right: .35rem;

}

.tx-cs2-news .is-selected {
	background:#373A3C;
	color: white;

}
/* removed #151192 d-none is in bootstrap */
/*.d-none {*/
/*	display: none !important;*/
/*}*/


