.filters h2 {
	background: #dbd3ed;
	font-size: 16px;
	font-weight: normal;
	cursor: pointer;
	margin: 0;
	padding: 5px 10px;
	border-top: 1px solid #f3f3f3;
}

.filters h2:hover, .filters h2.active {
	background: #e3e3e3;
}

.filters .panel {
	border: 1px solid #e3e3e3;
	border-top: 0;
	padding: 10px;
	background: #ffffff;
}

.filters .panel.close {
	display: none;
}

.filters .panel.expanded {
	display: block;
}

.filters .panel label {
	display: block;
	cursor: pointer;
	margin-bottom: 5px;
	font-size: 14px;
	padding: 0;
	clear: both;
}

.filters .panel label input[type="checkbox"] {
	cursor: pointer;
	margin-right: 5px;
	vertical-align: top;
}

.filters .panel label span.count {
	float: right;
}

.arrow.down {
	width: 0; 
	height: 0; 
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #000000;
	float: right;
	margin-top: 7px;
}

.arrow.up {
	width: 0; 
	height: 0; 
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #000000;
	float: right;
	margin-top: 7px;
}

@media (max-width:460px) {
	.filters {width: 100%;}
	#filters-container.min div:nth-of-type(n+5) {display: none;}
}

@media (min-width:461px) and (max-width:767px) {
	.filters {width: 48%; float: left; margin: 0 2% 1% 0;}
	#filters-container.min div:nth-of-type(n+5) {display: none;}
}

@media (min-width: 768px) {
	.filters {width: 100%; float: left; margin: 0 2% 1% 0;}
	#filters-container.min div:nth-of-type(n+5) {display: none;}
}

@media (min-width: 992px) {
	#filters-container {margin-top: 20px;}
	.filters h2, .filters h2:hover, .filters h2.active { background: #dbd3ed;}
	.filters h2 span.arrow {display: none;}
	.filters .panel {display: block !important;}
}
#show-more {
	margin: 15px 0 10px 10px;
	font-size: 22px;
	text-align: center;
}

#show-more span{
	color: #733393;
	text-decoration: none;
	cursor: pointer;
}

#applied-filters-container {
	text-align: center;
	margin: 0;
}

#applied-filters-container h2 {
	font-size: 18px;
	margin: 5px 0;
}

#applied-filters-container button {
	background: #ffffff;
	color: #444;
	border: 2px solid #e3e3e3;
	margin: 2px;
	cursor: pointer;
	padding: 5px;
	border-radius: 3px;
}

#applied-filters-container button:hover {
	background: #e3e3e3;
}

#applied-filters-container button span.remove {
	margin-right: 10px;
}