/* =Contact Map
-------------------------------------------------------------- */

#map-wrapper {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
}
#map-overlay {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 2;
}
#map-canvas {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 1;
}
#map-controls {
	position: absolute;
	bottom: 20px;
	right: 20px;
	z-index: 2;
}
#zoom-out,
#zoom-in {
	display: block;
	height: 30px;
	width: 30px;
	float: right;
	line-height: 30px;
	text-align: center;
	cursor: pointer;
	border-radius: 30px;
	margin: 0 0 0 10px;
	background-color: #FFF;
	color: #2c2c2c;
	padding: 0;
	border: none;
	font-size: 24px;
}
#zoom-in {
    line-height: 31px;
    padding-left: 1px;
}
#zoom-out:hover,
#zoom-in:hover {
	background-color: #CCC;
	color: #000;
	text-decoration: none;
	margin: 0 0 0 10px;
	padding: 0;
	border: none;
}
