/*-----------------------------------*/
/*----- 67. HEADER GOOGLE MAPS ------*/
/*-----------------------------------*/
.header-map.google-maps {
	background: #e1e5f1;
	padding: 0;
	height: 755px;
	position: static;
  }
  
  .header-map.google-maps .container {
	position: static;
  }
  .info { padding: 6px 8px; font: 14px/16px Arial, Helvetica, sans-serif; background: white; background: rgba(255,255,255,0.8); border:2px solid #8CB0CD;} .info h4 { margin: 0 0 5px; color: #777; }
  .legend { text-align: left; line-height: 18px; color: #555; } .legend i { width: 18px; height: 18px; float: left; margin-right: 8px; opacity: 0.7; }

  #MapArea {
	width: 100%;
	height: 520px;

  }
  
  .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: #bb2727;
	border: 5px solid #bb2727;
	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: #bb2727;
	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;
	
	
  }
  
  .map-popup-content,
  .leaflet-popup-content {
	background-color: #fff;	
	margin: 0;
	padding: 0 0 20px 0;
	
  }
  
  .leaflet-popup-tip {
	width: 20px;
	height: 20px;
	
	-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: 999999;
  }
  
  .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: #bb2727;
	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;
  }
  
 
  
  .listing-window-content h2,
  .listing-window-content h3 {
	display: block;
	color: #323232;
  }
  
  .listing-window-content h2 {
	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: #bb2727;
	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(187, 39, 39, 0.6);
	color: #fff;
	font-weight: 700;
  }
  
  .marker-cluster-small div {
	background-color: rgba(187, 39, 39, 0.6);
	color: #fff;
	font-weight: 700;
  }
  
  .marker-cluster-medium {
	background-color: rgba(187, 39, 39, 0.6);
	color: #fff;
	font-weight: 700;
  }
  
  .marker-cluster-medium div {
	background-color: rgba(187, 39, 39, 0.6);
	color: #fff;
	font-weight: 700;
  }
  
  .marker-cluster-large {
	background-color: rgba(187, 39, 39, 0.6);
	color: #fff;
	font-weight: 700;
  }
  
  .marker-cluster-large div {
	background-color: rgba(187, 39, 39, 0.6);
  }
  
  