/*-------------map ,  infobox and markers ---------------------------------------*/
.block-box {
	background: #fff;
	border: 1px solid #eee;
	border-radius: 6px;
}
.search-sb .listsearch-input-item {
	float: left;
	width: 100%;
	position: relative;
	margin-bottom: 10px;
}
.search-sb .listsearch-input-item:last-child {
	margin-bottom: 0;
}
.search-sb {
	padding: 25px 30px;
}
.back-tofilters {
    color: #fff;
    margin-top: 20px;
    padding: 15px 0;
    border-radius: 4px;
    box-shadow: 0 9px 26px rgba(58, 87, 135, 0.15);
}
.back-tofilters i {
	margin-left: 10px;
}
.map-modal-wrap {
	position:fixed;
	top:0;
	left:0;
	bottom:0;
	right:0;
	z-index:1000;
	display: none;
	overflow:auto;
	-webkit-transform: translate3d(0,0,0);
}
.map-modal-wrap-overlay {
	position:fixed;
	top:0;
	left:0;
	bottom:0;
	right:0;
	z-index:1;
	background: rgba(0,0,0,0.41);
	-webkit-transform: translate3d(0,0,0);
}
.map-modal-item {
	position:relative;
	max-width:650px;
	margin:0 auto;
	top:25%;
	z-index:2;
}
.map-modal-container{
	padding:0;
	background:#fff;
	border-radius:2px;
	overflow:hidden;
}
.map-modal-container h3 {
	float:left;
	text-align:left;
	font-size:15px;
	font-weight:600;
	margin:15px 0;
	color: #566985;
	padding-left:20px;
}
.map-modal #singleMap {
	margin-bottom:0;
}
.map-modal-close {
	position:absolute;
	right:0;
	top:0;
	width:48px;
	height:48px;
	line-height:48px;
	z-index:10;
	cursor:pointer;
}
.map-container {
	float:left;
	width:100%;
	position:relative;
	overflow:hidden;
	transform: translate3d(0,0,0);
	z-index: 1;
}
.fw-map   {
	height:500px;
}
.fw-map.big_map {
	/*height: calc( 98vh - 135px);*/

	height:650px;
}
.fw-map2 #singleMap , .fw-map2{
	height:500px;
}
.hidden-map-container {
	display:none;
	background:#fff;
	overflow:hidden;
}
#singleMap   , .fw-map-small-map {
	height:420px;
}
#singleMap {
	height:500px;
}


.contacts-map {
	margin-top: 20px;
}
.contacts-map #singleMap {
	height: 275px;
}
.map-container #map-main{
    position: absolute;
	top:0;
	left:0;
    height: 100%;
	width:100%;
    z-index: 990;
}
.map-container.column-map {
	width:calc(100% - 930px);
	position: fixed;
 	overflow:hidden;
	left:80px;
	top: 150px;
}
.map-container.column-map.right-position-map {
	left: inherit;
	right: 80px;
}
.map-container.column-map.no-top_search {
	top: 70px;
}
.map-close {
	position:absolute;
	left:20px;
	top:10px;
	z-index: 1100;
    cursor: pointer;
    width: 43px;
    height: 43px;
    line-height: 43px;
	border-radius:4px;
    -webkit-transform: translate3d(0,0,0);
	display:none;
    background: #fff;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.1);
}
.cluster img { display:none }

/*.cluster-visible {
	text-align: center;
	font-size: 10px !important;
	color: #fff!important;
	font-weight: 400!important;
	border-radius: 50%;
	width: 30px !important;
	height: 30px !important;
	line-height: 30px !important;
	background: #fff;
    box-shadow: 0 12px 5px rgba(0,0,0,0.23);
}
.cluster-visible:before {
	border: 1px  solid;
	opacity: 1;
	content: '';
	position:absolute;
	border-radius: 50%;
	background: rgba(127, 0, 0, 0.6);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index:-1;
	box-sizing:border-box;
	animation: cluster-animation 1.5s infinite;
}*/


.custom-clustericon {
	/*background: var(--cluster-color);
	color: #fff;
	border-radius: 100%;
	font-weight: bold;
	font-size: 15px;
	display: flex;
	align-items: center;*/

	text-align: center;
	font-size: 10px !important;
	color: #fff!important;
	font-weight: 400!important;
	border-radius: 50%;
	width: 30px !important;
	height: 30px !important;
	line-height: 30px !important;
	background: var(--cluster-color);
	box-shadow: 0 12px 5px rgba(0,0,0,0.23);
}

.custom-clustericon::before,
.custom-clustericon::after {
	/*content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
	background: var(--cluster-color);
	opacity: 0.2;
	border-radius: 100%;*/

	border: 1px  solid;
	opacity: 1;
	content: '';
	position:absolute;
	border-radius: 50%;
	background: var(--cluster-color);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index:-1;
	box-sizing:border-box;
	animation: cluster-animation 1.5s infinite;
}

/*.custom-clustericon::before {
  padding: 7px;
}

.custom-clustericon::after {
  padding: 14px;
}*/

.custom-clustericon-1 {
  --cluster-color: #00a2d3;
}

.custom-clustericon-2 {
  --cluster-color: #ff9b00;
}

.custom-clustericon-3 {
  --cluster-color: #ff6969;
}


@keyframes cluster-animation {
	100% {
		transform:scale(1.8) ;
		opacity:0;
	}
}
.mapzoom-in  , .mapzoom-out{
	position: absolute;
	z-index:100;
	top:50%;
	cursor:pointer;
	width:38px;
	height:38px;
	line-height:38px;
	right:10px;
	margin-top:-84px;
	color:#666;
	background: #fff;
	border-radius: 2px;
	box-shadow: 0 0 2px rgba(58, 87, 135, 0.25);
	text-align: center;
}
.mapzoom-out {
	margin-top:-43px;
}
.mapzoom-in:before, .mapzoom-out:before {
    font-family: Font Awesome\ 5 Pro;
    content: "\f068";
    font-size: 10px;
    font-weight: 600;
}
.mapzoom-in:before {
    content: "\f067";
}
.mapnavigation {
	position:absolute;
	bottom:70px;
	right:10px;
	z-index:1030;
	overflow:hidden;
}
.mapnavigation li {
	float:left;
	position:relative;
	margin-left:4px;
}
.mapnavbtn  {
	width:38px;
	height:38px;
	float:left;
	font-size:11px;
	color: #666;
	border-radius: 2px;
	background: #fff;
 	box-shadow: 0 0 2px rgba(58, 87, 135, 0.25);
	cursor:pointer;
	text-align: center;
}
.mapnavbtn span  {
	line-height:40px;
}
.scrollContorl {
	position:absolute;
	bottom:115px;
	right:10px;
	cursor:pointer;
	width:38px;
	height:38px;
	line-height:38px;
	z-index:1030;
	background: #fff;
	color: #666;
	box-shadow: 0 0 2px rgba(58, 87, 135, 0.25);
	text-align: center;
}
.list-single-main-item  .scrollContorl{
	bottom:95px;
}
.scrollContorl:before{
    font-family: Font Awesome\ 5 Pro;
    content: "\f068";
    font-size: 10px;
    font-weight: 600;
}
.scrollContorl:before {
    content: "\f09c";
}
.scrollContorl.enabledsroll:before {
	content:'\f3c1';
}
.contacts-map .scrollContorl {
	bottom: 68px;
} 
.map-popup-wrap {
	display:block;
	width:220px !important;
	position:relative;
	z-index:1 !important; 
}
.map-popup-wrap:before {
	content: '';
	position: absolute;
  	width: 0; 
  	height: 0; 
	bottom: -10px;
	left: 50%;
	margin-left: -20px;
  	border-left: 20px solid transparent;
  	border-right: 20px solid transparent;
  	border-top: 20px solid #fff;
	z-index: 100;
}
.map-popup {
	display:block;
	width:100%;
	position:relative;
	overflow:hidden;
	background: #fff;
    box-shadow: 0 12px 35px rgba(0,0,0,0.13);
	border-radius: 6px;
}
.listing-img-content {
	overflow: hidden;
	left: 0;
	top: 0;
	height: 140px;
	right: 0;
	background-size: cover;
	background-position: center;
	position: absolute;
}
.mp-cat {
	color: #fff;
	position: absolute;
	left: 10px;
	top: 20px;
	font-size: 10px;
	font-weight: 500;
	padding: 4px 16px;
	border-radius: 2px;
	z-index: 10;
}
.map-popup-category {
	top:44px;
}
.listing-img-content:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #333;
	opacity: 0.3;
}
.listing-content {
	z-index:21;
	float: left;
	width: 100%;
	padding:155px 15px 20px;
}
.map-popup-price {
	float:left;
	margin-top: 6px;
	font-size: 12px;
    font-weight: 600;
	text-align: left;
	text-transform: uppercase;
} 
.infoBox-close  {
	position:absolute;
	font-size:12px;
	top:20px;
	right:20px;
	color:#fff;
	z-index:20;
	cursor:pointer;
}
.listing-title h4{
	float:left;
	width:100%;
	text-align:left;
	font-size:14px;
	font-weight:600;
	color: #566985;
}
.listing-title h4 a {
	color: #566985;
}
.map-popup-location-info {
	float: left;
	width: 100%;
    text-align: left;
    color: #999;
    font-weight: 500;
    font-size:10px;
	padding-top:3px;
}
.scrollContorl.enabledsroll i:before {
	content:'\f3c1';
}
.controls-mapwn {
    position: absolute;
    background: #fff url(../images/search-icon.png) right no-repeat;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.1);
    width: 300px;
    z-index: 1000;
    border: none;
    padding:0 20px;
	height: 40px;
	line-height: 40px;
    left:10px !important ;
    top:10px !important;
}
.info-window-content {
	text-align:center;
}
.info-window-content p {
	text-align: center;
	font-size: 10px;
    color: #566985;
}
.info-window-content h1{
	font-size: 14px;
	font-family: 'Jost', sans-serif;
	font-weight: 600;
	display: block;
} 
.gm-style .gm-style-iw {
	box-shadow: 0 2px 4px 0 rgba(0,0,0,.1)!important;
    padding-top: 20px;
    display: block !important;
} 

.single-slider-wrapper .slider-nav{
	max-height: 120px;
}

.single-slider-wrapper img  {
	width:100%;
	height:auto;
}
.single-slider-wrapper .slider-nav .slick-slide-item  {
	cursor:pointer;
	opacity:0.7;
	-webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}
.single-slider-wrapper .slider-nav  .slick-current .slick-slide-item , .single-slider-wrapper .slider-nav  .slick-slide-item:hover {
	opacity:1; 
} 