
	#cm-overlay { padding: 25px; box-shadow: 0px 0px 10px #000; font-size: 14px; max-width: 90%; width: 630px; height: 652px; border: 1px solid #333; background: rgb(37,37,37); margin: auto; position: fixed; top: 0; left: 0; bottom: 0; right: 0; z-index: 1001; display: none; color: #fff; }
	#cm-overlay-content { max-height: 100%; overflow: hidden; }
	#cm-overlay-close { padding: 5px 10px 5px 5px; color: #555; font-family: 'Open Sans'; font-size: 24px; position: absolute; right: 0px; top: 0px; display: block; cursor: pointer; z-index: 1003; }
	#cm-overlay-bg { width: 100%; height: 100%; background: rgba(0,0,0,0); z-index: 1000; position: fixed; top: 0; left: 0; display: none; transition: background 300ms 0ms; }
	#cm-overlay-bg.show { background: rgba(0,0,0,.85); }
	#cm-overlay-content h2 { color: #fff; }
	#cm-overlay-content .map { margin: 20px 0px 0px 0px; max-width: 100%; display: block; }
	#cm-overlay-content .map.map-1 { padding-bottom: 20px; border-bottom: 1px solid #000;  }
	#cm-overlay-content .map img { max-width: 100%; }