.google-map-locations {
	
}
.google-map-locations ul {
	list-style: none;
	margin: 0 0 0.625em;
	padding: 0.625em;
	background-color: #f1f1f1;
}

.google-map-locations ul > li {
	position: relative;
	margin: 0 0 0.75em;
}

.google-map-locations a {
	color: #4c4c4c;
}

.google-map-locations a img {
	display:block;
}

.google-map-locations a strong {
	display: block;
	margin: 0.5em 0;
}

.google-map-locations .google-map-description {
}

.google-map-locations .google-map-image {
	display: inline-block;
	margin: 0.5em 0 0.75em;
}

.google-map-locations .more-link {
}
	
.google-map-canvas {
	width: 100%;
	height: 500px;	
}

.google-map-canvas .gmnoprint {
	cursor:pointer;
}

.google-map-styling {
	display:none;
}

/* Google Map Info Boxes */
.gm-style-iw {
	max-width:400px; 
	min-height:150px;
}

.gm-style-iw h3 {
	margin-top:5px;
	font-size:18px;
}

.google-map-canvas .custom-controls {
	z-index:11 !important;
	margin-top:20px;
	margin-right:20px;
	box-shadow:0 0 3px rgba(0,0,0,0.3)
}

.google-map-canvas .custom-controls .custom-map-zoom-out,
.google-map-canvas .custom-controls .custom-map-zoom-in {
	position:relative;
	display:block;
	width:1.875rem;
	height:1.875rem;
	vertical-align:middle;
	white-space:nowrap;
	border:none;
	cursor:pointer;
	outline:none;
	overflow:hidden;
	text-indent:-1000em;
	white-space:nowrap;
	background-image:url("/application/modules/googlemap/icons/icon-contract-light-2x.png");
	background-position:50% 50%;
	background-repeat:no-repeat;
	background-color:#f1f1f1;
	background-size:.625rem .125rem;
	-moz-transition:background-color .15s ease-in-out;
	-o-transition:background-color .15s ease-in-out;
	-webkit-transition:background-color .15s ease-in-out;
	-ms-transition:background-color .15s ease-in-out;
	transition:background-color .15s ease-in-out
}

.google-map-canvas .custom-controls .custom-map-zoom-out:hover,
.google-map-canvas .custom-controls .custom-map-zoom-in:hover {
	background-color:white;
}

.google-map-canvas .custom-controls .custom-map-zoom-in {
	background-image:url("/application/modules/googlemap/icons/icon-expand-light-2x.png");
	background-size:.625rem .625rem
}