@charset "utf-8";


/*  */


#map{
	display: block;
	width: 100% !important;
	height: 315px;
	margin: 0 auto;
}

.overlay{
	display:block;
	text-align:center;
	color : gold;
	font-size:14px;
	font-weight : bold;
	line-height:23px;
	width:130px;
	opacity:0.8;
	background:rgba(00, 00, 00, 0.2);
	border:solid 2px rgba(00, 00, 00, 0.3);
	border-radius:4px;
	box-shadow:2px 2px 10px #333;
	text-shadow:1px 1px 1px #666;
	padding:0 4px;
}

.overlay_arrow{
	left:50%;
	margin-left:-7px;
	width:0;
	height:0;
	position:absolute;
}
.overlay_arrow.above{
	bottom:-10px;
	border-left:12px solid transparent;
	border-right:12px solid transparent;
	border-top:12px solid rgba(00, 00, 00,0.3);
}
.overlay_arrow.below{
	top:-15px;
	border-left:16px solid transparent;
	border-right:16px solid transparent;
	border-bottom:16px solid rgba(00, 00, 00, 0.3);
}






@media screen and (max-width: 768px) {

}


@media screen and (max-width: 480px) {

}
