.p-rent {
	background-color: LightGray;
}

.p-rent a {
	cursor: pointer;
}

.p-rent a:after {
	content: 'Rezervovat' !important;
	width: 80px !important;
}

#rentSlider {
	height: 62px;
	margin-bottom: 5px;
}

.rentSlider-ranges {
	height: 60px;
	position: absolute;
	top: 0;
}

.rentSlider-pricesRangesWrapper {
	position: relative;
	top: -26px;
}

.rentSlider-pricesRangesWrapper .rentSlider-ranges {
	box-sizing: content-box;
	/*background-color: rgba(158,40,64,0.2);*/
	height: 13px;
	font-size: 10px;
	line-height: 13px;
	text-align: left;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	padding: 5px;
}

.rentSlider-pricesRangesWrapper .rentSlider-ranges:before {
	content: attr(data-price-from);
	position: absolute;
	top: -10px;
	left: 0;
	padding-left: 5px;
	border-left: 1px dotted #aaaaaa;
	color: #aaaaaa;
	height: 100px;
	z-index: 2;
}


.rentSlider-pricesRangesWrapper .rentSlider-ranges:not(:first-child) {
	xborder-left: 1px solid lightgray;
}

.rentSlider-ranges.rent-minPrice {
	/*background-color: rgba(158,40,64,0.1);*/
}

.rentSlider-ranges.rent-maxPrice {
	/*background-color: rgba(158,40,64,0.3);*/
}

.rentSlider-instantRangesWrapper .rentSlider-ranges {
	background-color: rgba(50,200,50,0.1);
}

.rentSlider-occupiedRangesWrapper .rentSlider-ranges {
	background-color: #f4cccc;
}

#rentSlider .rentSlider-handle {
	top: 15px;
	height: 30px;
	border: 1px solid rgba(0,0,0,0.1);
	background-image: none !important;
	background-color: rgba(255,255,255,1.0);
	border-radius: 10px;
	cursor: e-resize;
	opacity: 1;
	font: var(--fa-font-solid);
	display: flex;
	align-content: center;
	align-items: center;
	padding-left: 2px;
	font-size: 0.8em;}

#rentSlider .rentSlider-handle:hover{
	background-color: rgba(128,128,128,1.0);
}

#rentSlider .rentSlider-handle:first-of-type:before,
#rentSlider .rentSlider-handle:last-of-type:before {
	display: inline-block;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
}

#rentSlider .rentSlider-handle:first-of-type:before{
	content: '\00f053';
}
#rentSlider .rentSlider-handle:last-of-type:before{
	content: '\00f054';
}
#rentSlider .rentSlider-range {
	background: rgba(50, 200, 50, 0.2) !important;
	border: 1px solid rgba(0,0,0,0.1);
	height: 60px;
	top: 0px;
	border-radius: 5px;
	opacity: 0.5;
	box-shadow: 1px 1px 10px rgba(0,0,0,0.5);
}
#rentSlider.ui-widget-content {
	background-color: rgba(200, 200, 200, 0.1);
}
