/* Stom Plugins - Google Maps Multipins Style */
.infowindow {
	width: 260px;
	overflow: auto;
	text-align:left;
	color: #2C3F46;
	margin: 15px;
	font-size: 1.1em;
}

.infowindow a {
	text-decoration: none;
	font-weight:600;
	color: #2C3F46;
	font-family: "open sans", "open sans", sans-serif;
}

.infowindow p {
	font-size: 13px !important;
	color: #797979;
}

.infowindow .fa {
	position:relative;
	padding-left: 40px;
	line-height: 1.8;
}

.infowindow .fa:before {
	font-size:1.5em;
	position:absolute;
	left:0;
	top:0;
	line-height:1;
	color: #2C3F46;
}

#map-canvas{
	min-height:500px !important;
}