@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Titillium+Web:200,200i,300,300i,400,400i,600,600i,700,700i,900');
 /* Maps fill the frame, makes percentage height maps a bit easier */
 html, body { height: 100%; overflow: hidden; margin: 0; }

/* Post date and tags/categories */
.meta { font-size:60%; }
.meta .blogdate { font-style: italic; }

/* Info window */
.locationinfo { overflow:auto; width:300px; height:200px; }
.user-location-info { overflow:auto; width:150px; height:80px; }
.comment-location-info { overflow:auto; width:200px; height:200px; }
.info-window-max {  overflow:auto; }


/* Excerpt */
.storycontent { font-family: 'Titillium Web', sans-serif; }

.gm-style {
	 font-family: 'Titillium Web', sans-serif;
	color: #676d71;
}
.locationinfo h2, .locationinfo h2 a{
color: #676d71;
text-transform: uppercase;
font-weight: 600;
font-size: 15px;
	font-family: 'Titillium Web', sans-serif;
}
.locationinfo {overflow:auto; width:300px; height:auto;  font-family: 'Titillium Web', sans-serif;}
.locationinfo span {
color:#6aadda;
text-transform: uppercase;
font-size: 15px;
margin-top: -8px;
display: inherit;
	 font-family: 'Titillium Web', sans-serif;
/*font-weight:600;*/
}
.locationinfo a{
color: #676d71;
font-weight: normal;
font-size: 14px;
text-decoration:none;
	 font-family: 'Titillium Web', sans-serif;
}
.locationinfo a:hover{
background-color: #676d71;
color:#fff;
text-decoration:none;
}

.gm-style .gm-style-iw strong {
	font-weight:bold; 
}
.gm-style .gm-style-iw italic, .gm-style .gm-style-iw i, .gm-style .gm-style-iw em{
	font-style:italic;
}
