input, textarea, select {
	width: 100%;
	padding: 9px;
	margin-bottom: 20px;
	border-radius: 3px;
	border: none;
	font-weight: 400;
	color: #000;
	font-family: 'Lato', sans-serif;
	background: white;
}
.filter-item .button {
	width: 100% !important;
	cursor: pointer;
	color: #fff;
}
/*-----------------------------------*/
/*----- 39. HEADER GOOGLE MAPS ------*/
/*-----------------------------------*/
.header-map.google-maps {
	background: #e1e5f1;
	padding: 0;
	height: 755px;
	position: static; }

.header-map.google-maps .container {
	position: static; }

#map-canvas {
	width: 100%;
	height: 755px;
	position: absolute;
	z-index: 0; }

.info-box-img {
	width: 180px;
	margin-right: 20px;
	float: left; }

.info-box p {
	color: black; }

.header-map.google-maps.horizontal,
.header-map.google-maps.horizontal #map-canvas {
	height: 600px;
	position: static; }

.map-leaflet-wrapper,
.map-google-wrapper {
	position: absolute; }

#map-leaflet,
#map-google {
	width: 100%;
	height: 755px;
	position: absolute;
	z-index: 0; }

.map-pull-top #map-leaflet,
.map-pull-top #map-google {
	margin-top: -180px; }

#map-leaflet.full,
#map-google.full {
	display: table;
	height: 100%;
	width: 100%; }

.map-marker {
	height: 50px;
	width: 50px; }

.leaflet-div-icon,
.map-marker {
	background-color: #0098ef;
	border: 5px solid #0098ef;
	border-radius: 50%;
	cursor: pointer;
	position: relative;
	-webkit-transition: all .15s linear;
	transition: all .15s linear;
	z-index: 10; }

.leaflet-div-icon:before,
.map-marker:before {
	border: 4px solid transparent;
	border-width: 10px 8px;
	border-top-color: #0098ef;
	bottom: -24px;
	height: 0;
	content: '';
	display: block;
	left: 50%;
	position: absolute;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 0;
	z-index: 11; }

.leaflet-div-icon:after,
.map-marker:after {
	background-color: #fff;
	border-radius: 50%;
	bottom: 0;
	-webkit-box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.3);
	content: '';
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 12; }

.leaflet-div-icon .fa,
.map-marker .fa {
	color: #000;
	font-size: 23px;
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	z-index: 13; }

.leaflet-div-icon:hover,
.map-marker:hover {
	top: -2px; }

.map-popup-content-wrapper {
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
	display: none;
	left: -100px;
	top: -210px !important;
	position: absolute;
	z-index: 9999; }

.map-popup-content-wrapper:after {
	border: 7px solid transparent;
	border-top-color: #fff;
	bottom: -14px;
	content: '';
	display: block;
	height: 0;
	left: 50%;
	position: absolute;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 0; }

.map-popup-content-wrapper,
.leaflet-popup-content-wrapper {
	border-radius: 0;
	margin: 0;
	padding: 0;
	width: 240px; }

.map-popup-content,
.leaflet-popup-content {
	background-color: #fff;
	height: 243px;
	margin: 0 0 8px 0;
	padding: 0; }

.leaflet-popup-tip {
	width: 17px;
	height: 1px;
	padding: 1px;
	margin: -1px auto 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg); }

.map-popup-content a:hover,
.leaflet-popup-content a:hover {
	text-decoration: none; }

.map-popup-content-wrapper .close {
	color: #fff;
	display: block;
	font-size: 11px;
	opacity: 1;
	position: absolute;
	right: 15px;
	top: 15px;
	text-shadow: none;
	z-index: 99999; }

.listing-window-image {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	height: 180px;
	position: relative; }

.listing-window-image:after {
	background-color: rgba(0, 0, 0, 0.3);
	bottom: 0;
	content: '';
	display: block;
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: opacity .15s linear;
	transition: opacity .15s linear;
	visibility: hidden;
	z-index: 100; }

.listing-window-image:before {
	-webkit-font-smoothing: antialiased;
	background-color: #0098ef;
	border-radius: 50%;
	color: #fff;
	content: '\f002';
	display: block;
	font-family: 'FontAwesome';
	height: 32px;
	left: 50%;
	line-height: 30px;
	opacity: 0;
	position: absolute;
	text-align: center;
	top: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	-webkit-transition: opacity .15s linear;
	transition: opacity .15s linear;
	visibility: hidden;
	width: 32px;
	z-index: 101; }

.map-popup-content-wrapper:hover .listing-window-image:before,
.map-popup-content-wrapper:hover .listing-window-image:after,
.leaflet-popup-content-wrapper:hover .listing-window-image:before,
.leaflet-popup-content-wrapper:hover .listing-window-image:after {
	opacity: 1;
	visibility: visible; }

.listing-window-content h2,
.listing-window-content h3 {
	display: block;
	color: #323232; }
.listing-window-content p {
	text-align: center;
	text-decoration: none !important;
}
.leaflet-container a{
	text-decoration: none !important;
}
.listing-window-content h2 {
	text-decoration: none !important;
	text-align: center;
	display: block;
	font-size: 1.1em;
	font-weight: 700;
	line-height: 1.5;
	margin: 8px 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap; }

.listing-window-content p {
	display: block;
	font-size: 1.1em;
	font-weight: 500;
	color: #000;
	line-height: 1.5;
	margin: 4px 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap; }

.listing-window-content h3 {
	background-color: #0098ef;
	border-radius: 3px;
	color: #fff;
	display: inline-block;
	font-size: 1em;
	font-weight: 700;
	left: 15px;
	margin: 0;
	padding: 4px 8px;
	position: absolute;
	top: 15px; }

.marker-cluster-small {
	background-color: rgba(0, 152, 239, 0.6);
	color: #fff;
	font-weight: 700; }

.marker-cluster-small div {
	background-color: rgba(0, 152, 239, 0.6);
	color: #fff;
	font-weight: 700; }

.marker-cluster-medium {
	background-color: rgba(0, 152, 239, 0.6);
	color: #fff;
	font-weight: 700; }

.marker-cluster-medium div {
	background-color: rgba(0, 152, 239, 0.6);
	color: #fff;
	font-weight: 700; }

.marker-cluster-large {
	background-color: rgba(0, 152, 239, 0.6);
	color: #fff;
	font-weight: 700; }

.marker-cluster-large div {
	background-color: rgba(0, 152, 239, 0.6); }

/*-----------------------------------*/
/*----- 40. HEADER FILTER ------*/
/*-----------------------------------*/
.filter {
	min-height: 300px;
	background: #cbd8e3;
	padding-bottom: 40px; }

.filter-header {
	background: #48a0dc; }

.filter .ui-tabs .ui-tabs-panel {
	padding: 50px 0px 0px 0px;
	background: transparent; }

.filter .ui-tabs .ui-tabs-nav {
	-webkit-box-shadow: none;
	box-shadow: none; }

.filter .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	text-align: center;
	font-weight: 700;
	color: white;
	padding: 16px;
	min-width: 100px; }

.filter .ui-tabs .ui-tabs-nav li.ui-state-active a {
	background: #408dc1; }

.filter .ui-tabs .ui-tabs-nav li.ui-state-active a:after {
	content: "";
	position: absolute;
	bottom: -9px;
	left: 50%;
	margin-left: -9px;
	border-width: 9px 9px 0;
	border-style: solid;
	border-color: #408dc1 transparent;
	display: block;
	width: 0;
	z-index: 1; }

.filter .ui-tabs .ui-tabs-nav li {
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 0px;
	background: none; }

.filter label {
	display: block; }

.filter label.label-submit {
	visibility: hidden;
	display: inline-block; }

.filter-item {
	float: left;
	margin-right: 2.6%;
	width: 23%; }

.filter-item-7 {
	width: 31.6%; }

.filter-item-7:nth-child(3) {
	margin-right: 0; }

.filter-item-7:nth-last-child(4) {
	width: 23%; }

.filter-item-7:nth-last-child(3) {
	width: 23%; }

.filter-item-7:nth-last-child(2) {
	width: 23%; }

.filter-item-7:last-child {
	width: 23%;
	margin-right: 0; }

.noUi-horizontal {
	height: 8px;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	background: rgba(0, 0, 0, 0.09);
	margin-bottom: 53px;
	margin-top: 7px; }

.filter .noUi-horizontal {
	background: white; }

.noUi-connect {
	background: #48a0dc;
	-webkit-box-shadow: none;
	box-shadow: none; }

.noUi-horizontal .noUi-handle {
	cursor: pointer;
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
	background: white;
	width: 20px;
	height: 20px;
	border-radius: 100%; }

.noUi-horizontal .noUi-handle:before,
.noUi-horizontal .noUi-handle:after {
	content: '';
	display: none; }

.noUi-horizontal .noUi-tooltip {
	bottom: auto;
	top: 23px;
	font-size: 11px;
	background: rgba(0, 0, 0, 0.05);
	border: none;
	padding: 3px 4px; }

.filter-item .area-filter {
	width: 48.5%;
	float: left; }

.filter-item .area-filter.filter-1 {
	margin-right: 3% !important; }

.area-filter:nth-last-child(2) {
	margin-right: 0; }

.filter-item .button {
	width: 100% !important;
	cursor: pointer;
	color: #fff; }

.filter-with-slider {
	margin-top: -51px;
	color: white;
	min-height: auto;
	position: relative;
	z-index: 100;
	background: transparent; }

.filter-with-slider .tabs.ui-widget {
	background: #408dc1; }

.filter-with-slider .ui-tabs .ui-tabs-panel {
	padding: 20px 20px 0px 20px; }

.filter-with-slider .filter-item:nth-last-child(2) {
	margin-right: 0; }

.filter-with-slider label {
	color: white; }

.filter-with-slider .noUi-horizontal {
	background: rgba(0, 0, 0, 0.13); }

.filter-with-slider .noUi-connect {
	background: #323746; }

.filter-with-slider .noUi-horizontal .noUi-tooltip {
	color: white; }

.filter-with-slider .button {
	background: #323746; }

/** FILTER GOOGLE MAPS **/
.google-maps .filter {
	padding: 20px;
	margin-top: 40px;
	width: 30%;
	position: relative;
	z-index: 1;
	background: #0098ef;
	float: right;
	color: #fff; }

.google-maps .fa-search {
	margin-right: .5rem; }

@media screen and (max-width: 767px) {
	.google-maps .filter .filter-toggle {
		display: block; }

	.google-maps .filter h6 {
		margin-bottom: 0px; }

	.google-maps .filter {
		min-height: auto;
		width: 50%;
		text-align: center;
		padding: 0;
		margin-top: 16px;
		position: relative;
		z-index: 20; }

	.google-maps .filter form {
		display: none;
		padding: 15px;
		position: absolute;
		width: 100%;
		background: #0098ef; }

	.google-maps .filter .filter-item {
		width: 100% !important; }

	.google-maps .slider_amount {
		font-size: 14px !important; } }
@media screen and (max-width: 575px) {
	.google-maps .filter {
		width: 100%; } }
@media screen and (max-width: 991px) {
	.google-maps .slider_amount {
		font-size: 12px; }

	.info-box {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		width: 200px; }

	.info-box-img {
		width: 100%;
		margin-bottom: 1rem; }

	.info-box h4 {
		font-size: 1.2rem;
		text-align: center; }

	.info-box p {
		font-size: 13px;
		text-align: center; }

	.small {
		font-size: 15px !important;
		text-align: center; } }
.google-maps .filter .filter-toggle {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	cursor: pointer;
	padding: 20px;
	color: white !important;
	font-weight: 700; }
.google-maps .filter .filter-toggle  h6{
	color: white !important;
	font-size: 22px !important;
}
.google-maps .filter-item {
	width: 100%;
	float: none; }

.google-maps .filter-item:nth-last-child(2) input {
	margin-bottom: 0px; }

.google-maps .filter-item label {
	font-size: 15px;
	font-weight: 600;
	color: white; }

.google-maps .filter-half {
	width: 48.5%;
	margin-right: 3%;
	float: left; }

.google-maps .filter-half-last {
	margin-right: 0; }

.google-maps .noUi-connect {
	background: #323746; }

.google-maps .noUi-horizontal .noUi-tooltip {
	color: white; }

.google-maps .filter .button {
	background: #121B22;
	margin-bottom: 5px;
	-webkit-transition: all .5s ease;
	transition: all .5s ease; }

.google-maps .filter .button:hover {
	background: #fff;
	color: #000; }

/** FORM ELEMENTS **/
input,
textarea,
select {
	width: 100%;
	padding: 9px;
	margin-bottom: 20px;
	border-radius: 3px;
	border: none;
	font-weight: 400;
	color: #000;
	font-family: 'Lato', sans-serif;
	background: white; }

input[type="file"] {
	background: white;
	border: none;
	padding: 5px 0px 5px 0px;
	width: auto;
	display: inline-block; }

.chosen-container {
	margin-bottom: 20px;
	width: 100% !important; }

.chosen-container.chosen-with-drop .chosen-single {
	border: none;
	background: white; }

.chosen-container .chosen-single {
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 3px;
	background: white;
	height: 39px;
	line-height: 39px;
	font-size: 15px; }

.chosen-container .chosen-single div {
	top: 8px;
	right: 6px; }

.chosen-container .chosen-drop {
	border: none; }

.chosen-container .chosen-search {
	padding: 10px; }

.chosen-container .chosen-results {
	padding: 0px 10px 10px 10px; }

.chosen-container .chosen-results li.highlighted {
	background: #48a0dc;
	border-radius: 2px; }

input[type="checkbox"],
input[type="radio"] {
	width: auto;
	margin-right: 5px; }

textarea {
	height: 130px; }

input.border,
select.border,
textarea.border,
.form-block.border .chosen-container .chosen-single,
.form-block.border .chosen-container .chosen-drop {
	border: 1px solid rgba(0, 0, 0, 0.15); }

.form-block.border .chosen-container .chosen-results {
	padding-top: 10px; }

.form-block label {
	display: block; }

.form-block label .error {
	color: red;
	font-size: 12px;
	margin-left: 10px; }

.search-form {
	position: relative; }

.search-form button[type="submit"] {
	border: none;
	background: none;
	position: absolute;
	right: 13px;
	top: 10px;
	color: #97aab7; }

.button.small {
	padding: 6px 23px 6px 23px;
	font-size: 12px;
	color: #fff;
	background: #0098ef;
	display: inline-block;
	width: auto;
	border: none;
	cursor: pointer;
	text-decoration: none;
	-webkit-transition: all .5s ease;
	transition: all .5s ease; }

.button.small:hover {
	background: #121B22; }
.leaflet-container a.leaflet-popup-close-button{
	z-index: 99999;
}
@media (min-width: 768px) {
	.hidden-md-up {
		display: none !important;
	}
}
