.map-rwd-wrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	
}

#map-canvas {
    position: relative;
	padding-bottom: 40px;
	height: 600px;
	overflow: hidden;
}

.cleaner {
	clear: both;
}