/* map with listings */
#map-3 {
	position: relative;
	width: 100%;
	min-height: 760px;
	height: 100%;
	margin: 0px 0px;
}

#showLoading {
	z-index: 1999;
	background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.95) !important;
	display: none;
}
	
#map-canvas {
	position: absolute;
	left: 0px;
	top: 0px;
	/*width: 75%;*/
	width:100%;
	height: 100%;
}


/*
--ATTACHED LINK TO THE BOTTOM FOR MOBILE USERS TO BE ABLE TO SCROLL UP TO THE FILTERS
*/
.total-count-overlay-attached {
	position: fixed;
	z-index: 150;	
	width: 100%;
	height: 30px;
	bottom: 0px;
	text-align: center;
	display: none;
}

.total-count-overlay-attached .showGoToTopButton{
	background: rgba(0, 0, 0, 0.5);
	width: 50%;
	height: 30px;
	color: #FFF;
	line-height: 30px;
	padding: 0px;
	float: right;
}

.total-count-overlay-attached .showGoToTopButton a{	
	color: #FFF;
	line-height: 30px;
	padding: 0px;
	margin: 0px;
	text-decoration: none;
}

@media only screen and (max-width: 40.063em) {
	
	.total-count-overlay-attached {		
		display: block;
	}

}


/*
--MAP LOADING & COUNT MESSAGE
*/
.total-count-overlay {
	position: absolute;
	z-index: 50;	
	width: 100%;
	height: 30px;
	top: 0;
	bottom: 0;
	text-align: center;
}

.total-count-overlay .showCounts{
	background: rgba(0, 0, 0, 0.5);
	width: 100%;
	margin: auto;
	color: #FFF;
	padding: 5px 0px 5px 0px;
	float: none;
}


.loading-overlay {
	position: absolute;
	z-index: 999;	
	width: 100%;
	height: 30px;
	top: 0px;
	bottom: 0;
	text-align: center;
	background: rgba(0, 0, 0, 0.5);
	color: #FFF;
	padding: 5px 0px 5px 0px;
	line-height: 30px;
	float: none;
}

/*
--MAP REFINE SEARCH ELEMENTS
*/

.main-par {
    width: 100%;
    background: none repeat scroll 0% 0% #F4F4F4;
}

.refine-par-group {
    float: left;
    width: 98%;
    padding: 1%;
}

.form label.medium {
    margin-right: 2px;
}

label.medium input, input.medium {
    font-size: 14px !important;
    padding: 11px 1.5% !important;
    min-height: 38px;
}

label.location{
	width: 18%;
}

label.typeofhome{
	width: 14%;
}

label.bedsbaths{
	width: 14%;
}

label.pricerange{
	width: 14%;
}

label.sale_lease{
	width: 10%;
}

/*--RESPONSIVE RULES FOR INPUTS IN THE TOP */

@media (max-width: 1300px) {
  
  label.location{
		width: 23%;
	}
	
	label.typeofhome{
		width: 14%;
	}
	
	label.bedsbaths{
		width: 14%;
	}
	
	label.pricerange{
		width: 12%;
	}
	
	label.sale_lease{
		width: 8%;
	}

}

@media (max-width: 1000px) {
  
  label.location{
		width: 36.2%;
	}
	
	label.typeofhome{
		width: 19%;
	}
	
	label.bedsbaths{
		width: 19%;
	}
	
	label.pricerange{
		width: 18%;
	}

  label.totalcount{
		width: 49%;
	}
	
	label.sale_lease{
		width: 19%;
	}
	
	
}

@media (max-width: 800px) {
  
  label.location{
		width: 49%;
	}
	
	label.typeofhome{
		width: 49%;
	}
	
	label.bedsbaths{
		width: 49%;
	}
	
	label.pricerange{
		width: 49%;
	}

  label.totalcount{
		width: 49%;
	}
	
	label.sale_lease{
		width: 49%;
	}
	
	
}

@media (max-width: 500px) {
  
  label.location{
		width: 100%;
	}
	
	label.typeofhome{
		width: 100%;
	}
	
	label.bedsbaths{
		width: 49%;
	}
	
	label.pricerange{
		width: 49%;
	}

  label.totalcount{
		width: 100%;
	}
	
	label.sale_lease{
		width: 49%;
	}
	
	
}

@media (max-width: 340px) {
  
  label.location{
		width: 100%;
	}
	
	label.typeofhome{
		width: 100%;
	}
	
	label.bedsbaths{
		width: 100%;
	}
	
	label.pricerange{
		width: 100%;
	}

  label.totalcount{
		width: 100%;
	}
	
	label.sale_lease{
		width: 100%;
	}
	
	
}

/*
//-----------------------------------
// INFOBOX POPUP
//-----------------------------------
*/

/* marker info window style */
.infobox-wrapper {
	display:none;
}
#infobox {
	border:2px solid black;
	margin-top: 8px;
	background:#333;
	color:#FFF;
	font-size:12px;
	padding: .5em 1em;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	text-shadow:0 -1px #000000;
	-webkit-box-shadow: 0 0  8px #000;
	box-shadow: 0 0 8px #000;
}

#infobox img.infoboxthumb{
	border: 1px solid #fff;
	padding: 2px;
	margin: 5px 5px 5px 5px;
	background: #000;
	background-color: #000;
}

#infobox .infoboxprice{
	display: block;
	margin: 0px;
	padding: 4px 0px 3px 5px;
	font-size:15px;
	line-height: 1.3em;
	font-weight: bold;
	clear: both;
}

#infobox .infoboxbedsbaths{
	display: block;
	margin: 0px;
	padding: 3px 0px 3px 5px;
	font-size:13px;
	line-height: 1.3em;
	clear: both;
}

#infobox .infoboxsqft {
	display: block;
	margin: 0px;
	padding: 3px 0px 3px 5px;
	font-size:13px;
	line-height: 1.3em;
	clear: both;
}

.collapseMeMap{
	cursor: hand;
	cursor: pointer;
}

 .mapLBLMulti{
	color: #fff;
	background-color: #6aacb8;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	padding: 5px 4px 5px 4px;
	cursor: hand;
	cursor: pointer;
	border-radius: 50%;
	behavior: url(PIE.htc); /* remove if you don't care about IE8 */
	min-width:20px;
	}

 .mapLBL {
	color: #fff;
	background-color: #6aacb8;
	font-size: 11px;
	font-weight: 400;
	text-align: center;
	padding: 5px 4px 5px 4px;
	cursor: hand;
	cursor: pointer;
	line-height:20px;
	}
 .mapLBL:after {
 	position: absolute;
 	background: none;
 	color: #6aacb8;
	top: 22px!important;
  left: 44%!important;
  font-family: FontAwesome!important;
  content: '\f0d7'!important;
	font-size:12px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
	
.mapLBLViewed{
	color: #000;
	background-color: #91c9ff;
	font-size: 10px;
	font-weight: normal;
	text-align: center;
	padding: 5px 4px 5px 4px;
	cursor: hand;
	cursor: pointer;
}
 .mapLBLViewed:after {
 	position: absolute;
 	background: none;
 	color: #91c9ff;
	top: 16px!important;
  left: 45%!important;
  font-family: FontAwesome!important;
  content: '\f0d7'!important;
	font-size:12px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
	
.mapLBLLiked{
	color: #fff;
	background-color: #d71219;
	font-size: 10px;
	font-weight: normal;
	text-align: center;
	padding: 5px 4px 5px 4px;
	cursor: hand;
	cursor: pointer;
}

 .mapLBLLiked:after {
 	position: absolute;
 	background: none;
 	color: #d71219;
	top: 16px!important;
  left: 45%!important;
  font-family: FontAwesome!important;
  content: '\f0d7'!important;
	font-size:12px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}

/* Map Search Widget CSS */
.search-form-homepage {
    width: 30%;
    float: left;
}

.map-con-homepage {
    width: 65%;
    float: right;
    height: 400px;
}

.search-form-homepage .form .form-group {
    width: 46%;
    padding: 2%;
    float: left;
}

.search-form-homepage .form .form-group.f-100 {
    width: 96%;
    padding: 2%;
    float: left;
}

.search-form-homepage input, .search-form-homepage select, .search-form-homepage textarea {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 100%;
}

.search-form-homepage .submit-btn {
    width: 96%;
    padding: 2%;
    float: left;
    margin: 20px 2% 0;
    text-align: center;
}

@media only screen and (max-width: 64.063em) {
    .search-form-homepage {
        width: 48%;
    }

    .map-con-homepage {
        width: 48%;
    }

}

@media only screen and (max-width: 40.063em) {
    .search-form-homepage {
        width: 100%;
        margin: 0 0 40px
    }

    .map-con-homepage {
        width: 100%;
    }

}

.map-con-homepage #map-3 {min-height: 400px;}

.total-count-overlay2 {
	position: absolute;
	z-index: 1;	
	width: 40%;
	height: 30px;
	top: 0;
	bottom: 0;
	left: 0px;
	text-align: center;
}

.total-count-overlay2 .showCounts2{
	background: rgba(0, 0, 0, 0.5);
	width: 100%;
	margin: auto;
	color: #FFF;
	padding: 5px 0px 5px 0px;
	float: none;
}

@media only screen and (max-width: 64.063em) {
   .total-count-overlay2 {
		width: 100%;
	}
	
}

/* END Map Search Widget CSS */