.filter-container .form-check input {
	display: none;
}
.filter-container .form-check {
    margin-right: 5px;
}
.filter-container .form-check label,
.filter-container .form-check a {
    font-size: 14px;
    padding: 2px 10px;
    margin-bottom: 5px;
    background-color: #ececec;
    border-radius: 3px;
	color: #222222;
}
.filter-container .form-check a:hover {
    text-decoration: none;
}
.filter-container .form-check label.active {
    background-color: #6699ff;
	color: #fff;
}
.filter-collapse-button {
    color: #6699ff;
    text-decoration: underline;
	display: none;
	cursor: pointer;
}
.filter-collapse-button.show {
    display: block;
}
.filter-collapse-container {
    height: 57px;
    overflow: hidden;
	transition: all 1s ease 0s;
}
.filter-floor {
    margin-top: 25px;
}
.filter-container .btn {
    /*margin-top: 39px;*/
	font-size: 0.9rem;
}
.filter-container .btn-primary {
	background-color: #f8bb2f;
	background-image: -webkit-gradient(linear, left bottom, left top, from(#f8bb2f), to(#ffeca6));
	background-image: linear-gradient(to top, #f8bb2f 0%, #ffeca6 100%);
	color: #212529;
	border: 0;
}
@media(max-width: 767px) {
	.filter-container {
		margin-bottom: 30px;
	}
	.filter-block {
		margin-bottom: 30px;
	}
	.filter-block .form-group {
		margin-bottom: 0;
	}
	.filter-container .btn {
		margin-top: 0;
	}
}


.irs-with-grid {
    height: 50px;
}
.irs-bar {
    height: 6px;
    background: #6699ff;
    border-color: #6699ff;
}
.irs-line {
    height: 6px;
}
.irs-slider {
    border: solid 3px #6699ff;
    background: #fff;
    width: 15px;
    height: 15px;
    top: 29px;
}
.irs-with-grid .irs-grid {
    display: none;
}
.irs-from, .irs-to, .irs-single {
    background: #6699ff;
}
.filter-slider-container {
    padding: 0 15px;
}