.ten-stars-container:before {
	content: "\e006\e006\e006\e006\e006\e006\e006\e006\e006\e006";
}
.filters-container #rating {
	font-size: 18px;
}
.ten-stars-container .five-stars:before, .ten-stars-container.editable-rating .ui-slider-range:before {
	content: "\e006\e006\e006\e006\e006\e006\e006\e006\e006\e006";
}
#header.style2 .header-search [class^="col-"] {
	padding-right: 15px;
	padding-left: 15px;
}
ul.check-square li:before {
	content: " ";
}
ul.check-square li.active:before {
	content: "\e8ba";
}

/*-------- 5.5 Map infobox + map listing --------*/
.infoBox {
	background-color: white;
	padding: 5px 25px 5px 5px!important;
	max-width:200px;
}

.map-right #map{
	height: 100%;
	width:100%;
}

a.btn_infobox_detail:before, .btn_infobox_get_directions:before,a.btn_infobox_phone:before{
	font-style: normal;
	font-weight: normal;
	font-family: "Fontello";
	font-size:20px;
	cursor:pointer;
}

.btn_infobox_get_directions, a.btn_infobox_phone{
	border:none;
	display:inline-block;
	color:#e04f67;
	background:none;
	cursor:pointer;
	margin: 0 5px;
	font-size:13px;
	position:relative;
	padding-left:18px;
	outline:none;
}

.btn_infobox_get_directions:hover, a.btn_infobox_phone:hover{color:#333;}

.btn_infobox_get_directions:before{
	font-size:14px;
	content: "\ecea";
	position:absolute;
	left:0;
	top:2px;
}

a.btn_infobox_phone:before{
	font-size:13px;
	content: "\eed5";
	position:absolute;
	left:0;
	top:0;
}

a.btn_infobox, .btn_infobox{
	border: none;
	font-family: inherit;
	color:#fff;
	background: #51bce6;
	cursor: pointer;
	padding: 5px 15px;
	display: inline-block;
	outline: none;
	font-size:11px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-transform:uppercase;
	font-weight:bold;
}

a.btn_infobox:hover, .btn_infobox:hover{
	background: #333;
}

.marker_tools{
	margin:10px 0 15px 0;
}
.price {
	letter-spacing: normal!important;
}

.bg-yellow {
	background-color:#cfe1f0!important;
	box-shadow: 0 0 5px rgba(0,0,0,0.5);
}