@charset "utf-8";

/*  */

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

.overlay{
	display:block;
	text-align:center;
	color : white;
	font-size:14px;
	line-height:23px;
	width:130px;
	opacity:0.8;
	background:rgba(255, 69, 0, 0.5);
	border:solid 2px rgba(255, 69, 0,0.8);
	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(255, 0, 0,0.8);
}
.overlay_arrow.below{
	top:-15px;
	border-left:16px solid transparent;
	border-right:16px solid transparent;
	border-bottom:16px solid rgba(255, 176, 176,0.9);
}






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

}


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

}
