* {
  box-sizing: border-box;
}
#aquabus-map {
  position: relative;
}
#map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60vh;
}
/* #aquabus_reset_button{
	position: absolute;
  	bottom: 10%;
  	right: 5%;
	padding: .5em 1em ;
	background-color: #000;
	color: #fff;
	display: block;
	width: auto;
	z-index: 10;
} */

#aquabus_reset_button {
  border-radius: 5px;
  font-size: 0.7em;
  position: absolute;
  bottom: 10%;
  right: 5%;
  padding: 5px 10px;
  /* background-color: #34b2e8; */
  background-color: #000;
  color: #fff;
  display: block;
  width: auto;
  z-index: 10;
  opacity: 0.9;
}

#aquabus_reset_button:hover {
  opacity: 0.95;
  background-color: #ee2027;
  -webkit-transition: background-color 0.5s linear;
  -moz-transition: background-color 0.5s linear;
  -o-transition: background-color 0.5s linear;
  -ms-transition: background-color 0.5s linear;
  transition: background-color 0.5s linear;
}

#aquabus_reset_button span {
  vertical-align: middle;
}

.e-marker {
  -webkit-transform-origin: bottom center;
  transform-origin: bottom center;
  cursor: pointer;
}
.e-marker__marker {
  fill: #ff0000;
}

.e-marker__marker_inactive {
  fill: #999;
}

.e-marker__icon {
  fill: #08c;
}
.e-marker_busstop_text {
  font-size: 36px;
  fill: #ff0000;
}

.e-marker_busstop_text_inactive {
  font-size: 36px;
  fill: #999;
}
.e-marker__image {
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.e-marker__circle {
  display: none;
}
.e-marker__text {
  font-size: 12px;
  font-family: brandon-grotesque, sans-serif;
  text-align: center;
  opacity: 0;
  color: #19aeff;
  fill: #19aeff;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  alignment-baseline: middle;
  text-anchor: middle;
}

/* GRC */
/* so the map position in not swimming around */
#map,
.mapboxgl-canvas {
  position: relative !important;
}

#tagline .container {
  max-width: 100%;
  padding: 0;
}
