.leaflet-cluster-anim .leaflet-marker-icon, .leaflet-cluster-anim .leaflet-marker-shadow {
	-webkit-transition: -webkit-transform 0.3s ease-out, opacity 0.3s ease-in;
	-moz-transition: -moz-transform 0.3s ease-out, opacity 0.3s ease-in;
	-o-transition: -o-transform 0.3s ease-out, opacity 0.3s ease-in;
	transition: transform 0.3s ease-out, opacity 0.3s ease-in;
}

.leaflet-cluster-spider-leg {
	/* stroke-dashoffset (duration and function) should match with leaflet-marker-icon transform in order to track it exactly */
	-webkit-transition: -webkit-stroke-dashoffset 0.3s ease-out, -webkit-stroke-opacity 0.3s ease-in;
	-moz-transition: -moz-stroke-dashoffset 0.3s ease-out, -moz-stroke-opacity 0.3s ease-in;
	-o-transition: -o-stroke-dashoffset 0.3s ease-out, -o-stroke-opacity 0.3s ease-in;
	transition: stroke-dashoffset 0.3s ease-out, stroke-opacity 0.3s ease-in;
}
.marker-cluster-small {background-color: rgba(181, 226, 140, 0.6);}
.marker-cluster-small div {background-color: rgba(110, 204, 57, 0.6);}
.marker-cluster-medium {background-color: rgba(241, 211, 87, 0.6);}
.marker-cluster-medium div {background-color: rgba(240, 194, 12, 0.6);}
.marker-cluster-large {background-color: rgba(253, 156, 115, 0.6);}
.marker-cluster-large div {background-color: rgba(241, 128, 23, 0.6);}
	/* IE 6-8 fallback colors */
.leaflet-oldie .marker-cluster-small {background-color: rgb(181, 226, 140);}
.leaflet-oldie .marker-cluster-small div {background-color: rgb(110, 204, 57);}
.leaflet-oldie .marker-cluster-medium {background-color: rgb(241, 211, 87);}
.leaflet-oldie .marker-cluster-medium div {background-color: rgb(240, 194, 12);}
.leaflet-oldie .marker-cluster-large {background-color: rgb(253, 156, 115);}
.leaflet-oldie .marker-cluster-large div {background-color: rgb(241, 128, 23);}
.marker-cluster {background-clip: padding-box;border-radius: 20px;}
.marker-cluster div {width: 30px;height: 30px;margin-left: 5px;margin-top: 5px;text-align: center;border-radius: 15px;font: 12px "Helvetica Neue", Arial, Helvetica, sans-serif;}
.marker-cluster span {line-height: 30px;}
/* Custom CSS */
.marker-cluster-medium{	background-image: url("images/m2.png"); background-position: 0px 0px; height: 56px !important; line-height: 56px; width: 56px !important;background-color: transparent;}
.marker-cluster-medium div{ width: auto; height: auto; margin-left: 0; margin-top: 0; text-align: center; border-radius: 15px; font: inherit;background-color: transparent;}
.marker-cluster-medium div span{font-size: 11px; font-family: Arial, sans-serif; font-weight: bold; color: black; line-height: 31px; }
.marker-cluster-small{	background-image: url("images/m1.png"); background-position: 0px 0px; height: 53px !important; line-height: 53px; width: 53px !important;background-color: transparent;}
.marker-cluster-small div{ width: auto; height: auto; margin-left: 0; margin-top: 0; text-align: center; border-radius: 15px; font: inherit;background-color: transparent;}
.marker-cluster-small div span{font-size: 11px; font-family: Arial, sans-serif; font-weight: bold; color: black; line-height: 31px; }
.marker-cluster-large{	background-image: url("images/m3.png"); background-position: 0px 0px; height: 66px !important; line-height: 66px; width: 66px !important;background-color: transparent;}
.marker-cluster-large div{ width: auto; height: auto; margin-left: 0; margin-top: 0; text-align: center; border-radius: 15px; font: inherit;background-color: transparent;}
.marker-cluster-large div span{font-size: 11px; font-family: Arial, sans-serif; font-weight: bold; color: black; line-height: 31px; }
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{margin-left: 17px;}

#shortcode_listings_leaflet_map .leaflet-control-container .leaflet-right .leaflet-control .map-controls{top:62px!important;}
#shortcode_listings_leaflet_map .leaflet-draw-tooltip span{color:#ffff!important;}
#shortcode_listings_leaflet_map .leaflet-pane .leaflet-popup{border-radius:12px;}
#shortcode_listings_leaflet_map .leaflet-pane .leaflet-popup:before{background:linear-gradient(45deg,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 51%,rgba(255,255,255,0) 100%);box-shadow:-2px 2px 2px 0 rgba(178,178,178,.4);content:"";height:15px;left:50%;position:absolute;bottom:-6px;transform:translateX(-50%) rotate(-45deg);width:15px;}
#shortcode_listings_leaflet_map .leaflet-pane .leaflet-popup .leaflet-popup-content-wrapper{box-shadow:0 2px 7px 1px rgba(0,0,0,0.3)!important;}
#shortcode_listings_leaflet_map .leaflet-pane .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content{margin:0!important;padding:12px;width:418px!important;max-width:calc(100vw - 40px)!important;}
#shortcode_listings_leaflet_map .leaflet-pane .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content .map_prop_address a{color:#626262!important;}
@media screen and (max-width:991px){
	#shortcode_listings_leaflet_map .leaflet-control-container .leaflet-right .leaflet-control .map-controls{top:122px!important;}
}