#googlemap
{
	margin: 0 0 20px 0;
	color: #444;
}

.gmapcontent
{
	width: 100%;
	max-width: 300px;
	line-height: 17px;
	font-size: 1em;
	font-family: inherit;
	padding: 5px 10px 0 10px !important;
}

	.gmapcontent p
	{
		margin: 0 0 5px 0;
		font-weight: 400;
	}
	
	.gmapcontent p strong
	{
		font-weight: 700;
		font-size: 115%;
	}
	
	.gmapcontent p:last-child
	{
		margin: 0;
	}

#google-container
{
	position: relative;
	width: 100%;
	height: 400px;
}

#cd-zoom-in, #cd-zoom-out
{
	height: 32px;
	width: 32px;
	cursor: pointer;
	margin-left: 15px;
	background-color: #178463;
	background-repeat: no-repeat;
	background-size: 32px 64px;
	background-image: url("../images/googlemap/cd-icon-controller.svg");
}

	#cd-zoom-in:hover, #cd-zoom-out:hover
	{
		background-color: #178463;
	}
	
		#cd-zoom-in
		{
			background-position: 50% 0;
			margin-top: 15px;
			margin-bottom: 2px;
		}
	
			.no-touch #cd-zoom-in:hover, .no-touch #cd-zoom-out:hover
			{
				background-color: #178463;
			}

#cd-zoom-out
{
	background-position: 50% -32px;
}

