/* codeDESIGN - mod_codedesign_responsive_google_maps.css */
@charset "utf-8";

/* INFO WINDOW / INFOBOX */
.google_maps_infowindow {
	background: #ffffff;
	width: 280px;
	font: normal 13px/16px 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
	font-weight: 300;
	color: #242424;
	margin: 0px 21px 0px 0px;
}
.google_maps_infowindow_content {
	margin: 0px 0px 0px 0px;
	padding: 15px 15px 15px 15px;
	text-align: left;
}
.google_maps_infowindow_title {
	font-weight: 600;
}
.google_maps_infowindow_href a,
.google_maps_infowindow_href a:link,
.google_maps_infowindow_href a:visited {
	color: #010101;
	text-decoration: underline;
	margin: 8px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: block;
}
.google_maps_map div.google_maps_infowindow_inner {
	background: #ffffff;
	border-radius: 2px;
	box-shadow: 0px 1px 4px -1px rgba(0, 0, 0, 0.3);
}
.google_maps_map div.google_maps_infowindow_img {
	background: transparent url(../images/map_250x110.png) no-repeat left top;
	width: 250px; 
	height: 110px;
	display: block;
}
.google_maps_map div.google_maps_infowindow_box img {
	border: 4px solid #ffffff;
	/* box-shadow: 0px 1px 4px -1px rgba(0, 0, 0, 0.3); */
}
.google_maps_map div.google_maps_infowindow_arrow 	{
	position: absolute;
	z-index: 999;
	left: 50%;
	margin: 0px 0px 0px -20px;
	padding: 0px 0px 0px 0px;
	border-style: solid;
	border-width: 15px 15px 0px 15px;
	border-color: #ffffff transparent transparent transparent;
}