/*** Search ***/
.mapsearch-container {
	margin: 0 25px 20px;
	text-align: center;
}
.mapsearch-block {
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}
.mapsearch-block:last-child {
	margin-right: 0;
}
.mapsearch-block input, .mapsearch-block select {
	width: 100%;
	margin: 0;
}
.mapsearch-block input[type="text"] {
	padding: 6px;
	height: 34px;
}
.mapsearch-block .button {
	width: auto;
}
.mapsearch-block select {
	height: 34px;
	width: 200px;
	padding: 0;
}
.mapsearch-block select option {
	font-size: 14px;
}
/*** Map ***/
#map .marker-title {
	font-weight:bold;
	display:block;
}
#map .marker-address {
	display: block;
	font-style: italic;
}
#map .marker-price {
	display: block;
}
#map .marker-price-title {
	margin-right: 5px;
}
#map .marker-price-price {
	color: #74b084;
	font-weight: normal;
}
#map .marker-price-notavailable {
	color: #ff0000;
}
#map .marker-desc {
	display: block;
	max-width: 270px;
}
#map .marker-select {
	text-align: center;
	margin-top: 10px;
}
#map .marker-select button {
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: 2px solid #74b084;
	background-color: #fff;
	color: #74b084;
}
#map .marker-select button:hover,
#map .marker-select button:focus {
	background-color: #74b084;
	color: #fff;
}
.results_notfound {
	margin-top: 20px;
	text-align: center;
}
.results_notfound .notfound-container {
	display: inline-block;
}
.results_notfound .notfound-text-before {
	margin-right: 2px;
}
.results_notfound .notfound-title,
.results_notfound .notfound-text {
	margin-bottom: 10px;
}
.results_notfound .notfound-title span {
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
}
.results_notfound .notfound-text span {
	font-size: 18px;
	line-height: 34px;
}
.results_notfound .notfound-notice span {
	color: #999;
}
.results_notfound .notfound-container.message {
	padding: 7px 10px;
	border-radius: 5px;
	box-shadow: 0 0 3px 1px #f00;
}
/*** Legend ***/
.maplegend-container {
	margin: 10px 30px 20px;
	padding: 10px;
	background: #fff;
	border: 1px solid #ccc;
}
.maplegend-container .maplegend-title {
	margin: 0 0 10px;
	text-align: center;
}
.maplegend-container .maplegend-title span {
	font-weight: bold;
}
.maplegend-container .maplegend-block table,
.maplegend-container .maplegend-block img {
	margin: 0;
}
.maplegend-container .maplegend-block .price {
	font-size: 14px;
	font-style: italic;
}
.maplegend-container .maplegend-block .price span {
	color: #74b084;
	font-size: 16px;
}
.maplegend-container .maplegend-block .price .exp-star {
	color: #666;
}
.maplegend-container tr {
	display: flex;
	align-items: center;
	margin-bottom: 4px;
	float: left;
	width: 50%;
}
.maplegend-container tr:nth-child(2n+1) {
	clear: left;
}
.maplegend-container tr td {
	display: inline-block;
	padding: 0;
	border: none;
}
.maplegend-container tr.row-full {
	width: 100%;
}
.maplegend-container tr .tdcol_1 {
	min-width: 42px;
	text-align: center;
}
.maplegend-container tr .tdcol_2 {
	margin-left: 5px;
	padding-left: 15px;
	flex-grow: 1;
}
.maplegend-container tr .tdcol_2:before {
	content: "-";
	margin-left: -10px;
	font-size: 20px;
}
.maplegend-container .ml-circle.color .tdcol_1 {
	border: 1px solid #666;
}
.maplegend-container .ml-circle.color .tdcol_1 > div {
	padding: 20px;
}
.maplegend-container .ml-info.explanations {
	padding-top: 5px;
	margin-top: 10px;
	border-top: 1px solid #ccc;
}
.maplegend-container .ml-info.explanations td {
	width: 100%;
}