.gm_wrapper {
	width: 100%;
	margin: 0 auto;
	position: relative;
}
.gm_canvas {
	opacity: 0;
	overflow: hidden;
	position: relative;
	transition: 0.3s opacity ease-in-out;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 100%;
	background-attachment: scroll;
	background-color: rgba(0, 0, 0, 0);
	box-sizing: initial;
}
.gm_vis {
	position: absolute;
}
.gm_vis .google-visualization-tooltip {
	box-shadow: none;
	font-family: 'Arial';
	margin: 0;
	word-wrap: normal;
	box-sizing: initial;
	margin-left: 10px;
	margin-top: 10px;
	pointer-events: none;
}
.gm_vis .google-visualization-tooltip ul {
	padding: 8px;
	list-style: none;
	margin: 0;
}
.gm_vis .google-visualization-tooltip li {
	border: 0;
	font-size: 1em;
	line-height: 1.5em;
	list-style: none;
	margin: 0 !important;
	outline: 0;
	padding: 0;
	text-decoration: none;
	vertical-align: baseline;
	white-space: normal;
	word-wrap: break-word;
	max-width: 185px;
}
.gm_vis .google-visualization-tooltip-item * {
	list-style: none;
	margin: 0;
	padding: 0;
}
.gm_vis .google-visualization-tooltip img {
	border: 0;
	outline: 0;
	vertical-align: baseline;
	box-shadow: none;
	max-width: 100%;
}
.gm_vis svg>g:last-child>g:last-child {
	pointer-events: none;
}
.gm_vis text {
	cursor: default;
}
.gm_mwrapper {
	position: relative;
	display: none;
	margin: 10px 0;
}
.gm_mwrapper .gm_mclose {
    margin: 0;
    text-transform: none;
    transition: opacity .25s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    position: absolute;
    right: 1px;
    top: 1px;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
    cursor: pointer;
    background: #ffffff;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation;
	color: #333;
    width: 16px;
    height: 16px;
	line-height: 16px;
}
.gm_mwrapper .gm_mclose:hover,
.gm_mwrapper .gm_mclose:focus {
    opacity: 1;
}
.gm_mess {
	background: white;
	border: 1px solid #DFDFDF;
	padding: 10px;
	font-size: 14px;
	max-height: 402px;
    overflow-y: auto;
}
.gm_mess.iframe {
	padding: 0;
}
.gm_mess iframe {
	border: none;
	display: block;
	margin: 0!important;
}
.gm_mess table {
	margin: 0;
}
.gm_mess table,
.gm_mess table td,
.gm_mess table tr {
	border: none;
}
.gm_over .gm_canvas~.gm_canvas {
	position: absolute;
	top: 0;
	left: 0;
	pointer-events: none;
}
.gm_over .gm_canvas~.gm_canvas .gm_vis {
	pointer-events: none;
}
.gm_over .gm_canvas~.gm_canvas .gm_vis path:not([fill="#ffffff"]) {
	display: none;
}
.gm_over .gm_canvas~.gm_canvas .gm_vis g[clip-path]>* {
	display: block;
	pointer-events: visible;
}
.gm_over .gm_canvas~.gm_canvas .gm_vis path[fill="#ffffff"] {
	pointer-events: visible;
}
.gm_over .gm_canvas~.gm_canvas .gm_vis text,
.gm_over .gm_canvas~.gm_canvas .gm_vis circle {
	pointer-events: visible;
}
.c_icons .gm_vis text {
	font-family: "gm_fontello";
}
.gm_zoom {
	position: absolute;
	width: 29px;
	top: 20px;
	z-index: 4;
	left: 20px;
	height: 66px;
}
.gm_zoom div {
	background: transparent;
	border: 0;
	font: inherit;
	list-style: none;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
	background-color: rgba(255, 255, 255, 0.8);
	border-radius: 2px;
	display: block;
	height: 29px;
	left: 0px;
	overflow: hidden;
	position: absolute;
	cursor: pointer;
	width: 29px;
	z-index: 2;
	box-sizing: border-box;
	transition: background-color 0.16s ease-out;
	box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.5);
}
.gm_zoom div:after {
	background: transparent url(../img/icon-sprite.png) 0 0 no-repeat;
	background-size: 30px 30px;
	display: block;
	height: 15px;
	left: 7px;
	position: absolute;
	top: 7px;
	width: 15px;
	content: "";
}
.gm_zoom div:hover {
	background-color: rgba(255, 255, 255, 1);
}
.gm_zoom .zoom-out {
	bottom: 0px;
}
.gm_zoom .zoom-in:after {
	background-position: 0 0;
}
.gm_zoom .zoom-in:hover::after {
	background-position: -15px 0;
}
.gm_zoom .zoom-out:after {
	background-position: 0 -15px;
}
.gm_zoom .zoom-out:hover::after {
	background-position: -15px -15px;
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
	.gm_zoom {
		top: 8px;
		left: 8px;
	}
}	