.mapsfull {
	position: relative;
	width: 100%;
	height: 350px;
}.mapsfull2 {
	position: relative;
	width: 100%;
	height: 240px;
}
.groupMap {
	position: relative;
	width: 100%;
	height: 350px;
}
.js-map.mapboxgl-map {
	width: 100%;
	height: 100%;
}
.mapboxgl-marker.mapboxgl-marker-anchor-center {
    background-image: url(../img/marker.png);
    background-size: cover;
    height: 50px;
    border-radius: 0%;
    cursor: pointer;
    width: 50px;
    background-position: center;
    background-size: auto 100%;
    background-repeat: no-repeat;
    z-index: 10;
}
.mapboxgl-marker.mapboxgl-marker-anchor-center svg {
	display: none;
}
.mapboxgl-ctrl-bottom-left {
	display: none !important;
}
.mapboxgl-ctrl-top-right {
    position: relative;
    transform-origin: top right;
    transform: scale(0.5);
}

.mapboxgl-ctrl-top-right {
    top: 0;
    right: auto !important;
    left: 0 !important;
}
.js-map * {
    outline: none !important;
}
.mapboxframe {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 8px;
    border: 2px solid #e1e1e1;
}
.mapboxframe .mapboxgl-map {
    position: relative;
    width: 100%;
    min-height: 600px;
}

