.custom-loading {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.55);
	z-index: 99999999;
	display: none;
}

.custom-loading > div {
	text-align: center;
	position: absolute;
	top: 43%;
	left: 0;
	width: 100%;
}

.mapplic-container {
	background-color: #fff;
}

.mapplic-container .mapplic-tooltip {
	background-color: #d2b887;
}
.mapplic-container .mapplic-tooltip-triangle{
	border-color: #d2b887 transparent transparent transparent !important;
}
.mapplic-container .mapplic-bottom .mapplic-tooltip-triangle{
	border-color: transparent transparent #d2b887 transparent !important;
}
.mapplic-tooltip .mapplic-tooltip-title {
	min-height: 23px;
	color: #fff;
}

.mapplic-tooltip .mapplic-popup-link {
	float: none;
	margin: 0;
	padding: 0;
	color: #555759 !important;
	background-color: transparent;
	font-size: 17px;
}

.mapplic-tooltip .mapplic-popup-link:hover,
.mapplic-tooltip .mapplic-popup-link:focus {
	text-decoration: underline;
	background-color: transparent;
}

.mapplic-tooltip .mapplic-tooltip-thumbnail {
	border-radius: 0 !important;
}
.mapplic-pin .tooltip-holder{display: none;}
.mapplic-pin.mapplic-active .tooltip-holder{display: block;}
.mapplic-pin:hover .tooltip-holder,
.mapplic-pin:hover .tooltip-holder .tooltip-popup{display: block !important;}

form.mapplic-search-form-custom {
	position: relative;
	border: none;
	background-color: transparent;
	margin-bottom: 20px;
	padding-left: 0;
	padding-right: 0;
}

form.mapplic-search-form-custom select {
	width: 100%;
	background-color: #ffffff;
	border: 1px solid #fff;
	font-family: inherit;
	color: #555759;
	font-size: 16px;
	padding: 6px 15px;
	line-height: 17px;
	margin-top: 20px;
}

form.mapplic-search-form-custom .input-group {
	text-align: center;
}

form.mapplic-search-form-custom .mapplic-search-input {
	background-position: right 10px center;
	font-size: 16px !important;
	height: 42px;
	margin-bottom: 10px;
}

@media(max-width:767px) {
	form.mapplic-search-form-custom .input-group {
		font-size: 0;
	}
	form.mapplic-search-form-custom .input-group button {
		-moz-box-sizing: border-box !important;
		-webkit-box-sizing: border-box !important;
		box-sizing: border-box !important;
		width: 50%;
		text-align: center;
	}
}

@media(min-width:768px) {
	form.mapplic-search-form-custom .mapplic-search-input {
		width: auto;
		width: 400px;
		max-width: 60%;
	}
}