/* Filters */
#filters {
	background: #fff;
	position: relative;
	padding: 1rem;
	border-bottom: .25rem solid #c5050c;
	margin-bottom: 2rem;
}
#filters h3 {
	font-size: 1.125rem;
	line-height: 1.4;
	font-weight: bold;
}
#filters h4 {
	font-size: 1rem;
	font-weight: bold;
	color: #494949;
    vertical-align: top;
    display: block;
    margin: 0 0 5px;
}

#filters p {
	padding: 10px;
	font-size:.9em;
}
#filter-head {
	position: relative;
}
a.filters-reset {
	text-decoration: none !important;
	color: #0479a8;
}
a.filters-reset:before {
	margin: 0 6px 0 0;
	font-family: FontAwesome;
	content: "\f0e2";
}
#filter-head a.filters-reset {
	position: absolute;
	right: 0;
	top: 0;
}

#filters .filter-group {
	margin-top: 1rem;
	padding: 0.25rem 0;
}
#filters .filter-group li {
	position: relative;
}
#filters .filter-group li label {
	font-size: 0.9em;
	margin-left: 8px;
	cursor: pointer;
}



#noresults p {
	padding: 1rem;
	border: 1px solid #e4e4e4;
}
