.ovalItem.ovalItemFilter {
	font: 16px 'Gotham Pro';
	border: 1px solid #eeeeee;
	padding: 15px 10px;
	cursor: pointer;
}

.ovalItem.ovalItemFilter .ovalItemInn {
	margin: 0;
}

.ovalItem.ovalItemFilter .ovalItemInn .title {
	margin: 0;
	position: relative;
	padding-left: 20px;
	color: #658dbe;
}

.ovalItem.ovalItemFilter .ovalItemInn .title:before {
	content:'\f0b0';
	font-family: 'FontAwesome';
	left: 0;
	position: absolute;
}
div.filterItems div.filterItem {
	margin-top: 10px;
	margin-bottom: 20px;
	border: 1px solid #eeeeee;
	border-radius: 0px;
	overflow: auto;
	max-height: 500px;
	scrollbar-width: thin;
}
div.filterItems div.filterItem::-webkit-scrollbar {
    height: 6px;
    width: 6px;
    background: #fff;
}

div.filterItems div.filterItem::-webkit-scrollbar-thumb {
    background: #cdcdcd;
    -webkit-box-background: #cdcdcd;
}
div.filterItems div.filterItem::-webkit-scrollbar-track {
  background: #f0f0f0;
}
div.filterItems div.filterItem:hover {
	border: 1px solid #d2d2d2
}
div.filterItems div.filterItemInn {
	padding: 10px 10px;	
}
div.filterItems div.filterItemInn div.title {
	color: #333333;
	margin-top: 10px
}
div.filterItems div.filterItemInn div.title a {
	font-weight: bold !important;
	color: black;
	text-decoration: none
}
div.filterItems div.filterItemInn div.title:first-child {
	margin-top: 0px
}
div.filterItems div.filterItemInn div.text {
	padding: 2px 0
}
div.filterItems div.filterItemInn div.text:hover a {
	color: #aeaeae
}
div.filterItems div.filterItemInn div.textSel {
	font-weight: bold
}
div.filterItems div.filterItemInn label.filterLb {
	color: #333333;
	position: relative;
}
div.filterItems div.filterItemInn label.filterLb>[type="checkbox"] {
	display: none;
}
div.filterItems div.filterItemInn label.filterLb>[type="checkbox"]+span {
	display: inline-block;
	padding: 8px 5px 0px 30px;
}
div.filterItems div.filterItemInn label.filterLb>[type="checkbox"]+span:before {
	content: "\f096";
	color: #9a9a9a;
	font-size: 22px;
	height: 100%;
	line-height: 100%;
	font-family: 'FontAwesome';
	position:absolute;
	top: 0px;
	left: 5px;
}

div.filterItems div.filterItemInn label.filterLb>[type="checkbox"]:checked+span:before {
	content: "\f046";
}
div.filterItems div.filterItemInn label.filterLb>[type="checkbox"][disabled]+span {
	color: silver;
	cursor: default;
}
div.filterItems div.filterItemInn label.filterLb>[type="checkbox"][disabled]+span:before {
	color: silver;
}
div.filterItems div.filterItemInn label.filterLb:hover span {
	color: #dd0066
}














#slider {
	background: gray;
	height: 2px;
	width: auto;
	position: relative;
	background: #C9C9C9;
	margin: 10px 0;
	border-radius: 3px;
}

#slider .knob {
	position: absolute;
	background: #000;
	width: 16px;
	height: 16px;
	background: #666666;
	cursor: pointer;
	border-radius: 8px;
	margin-top: -7px
}

#slider .knoblast {
	right: 0;
	background: #2091d9
}


@media screen and (max-width: 480px) {
	.ovalItem.ovalItemFilter {
		margin-bottom: 0px;
	}	
}