@charset "utf-8";
/* CSS Document */
*,*:before,*:after{
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
#googlemap {
	box-sizing: border-box;
	position: absolute;
	top: 170px;
	left: 0px;
	width: 1080px;
	font-weight: 100;
	z-index: 30;
	font-size: 38px;
	color: #000;
	height: 1269px;
	text-align: center;
	border: solid white 1px;
}
#googlemap-traffic {
	box-sizing: border-box;
position: absolute;
top: 0px;
left: 0px;
width: 1080px;
height: 1920px;
font-weight: 100;
z-index: 30;
font-size: 38px;
color: #000;
text-align: center;
border: solid white 1px;
}
.view-link {
display:none !important;
}
.gm-style > div.gm-style-cc a{
  display: none !important;
}
.gm-style > div.gmnoprint.gm-style-cc{
  /*display: none !important;*/
}
.gm-style > div:nth-child(2) > a{
display: none !important;
}
[title="Click to recenter the map"], .gmnoprint, .gmnoprint, .gm-style-cc {
	display: none;
}
#no-link {
	position: absolute;
	width: 200px;
	height: 100px;
	background-color: transparent;
	z-index: 40;
  top: 1840px;
  left: 0px;
}
[title="Close"] {
	display: none !important;
}
[role="dialog"] {
	font-size: 1.5em !important;
	background-color: rgba(255, 255, 255, .4) !important;
	padding: .2em .5em !important;
}
.gm-style-iw-d {
	overflow: hidden !important;
}