.map:before {
  content: "";
  display: block;
  padding-top: 50%;
}
.map2 {
  height: 100vw;
}
#map a {
  color: inherit;
  text-decoration: none;
}
.map-wrapper,
#map {
  position: relative;
  background-color: #fff;
  text-align: left;
}
#map .marker,
#map .marker-logo {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  font-weight: bold;
  text-align: center;
}
#map .marker {
  width: 20px;
  height: 20px;
  border-radius: 50%;
}

#map .marker-logo {
  display: block;
  width: 100px;
  height: 100px;
  background-repeat: no-repeat;
  background-image: url("../img/location/map-marker.png");
  background-size: cover;
}

#map .marker .marker-content {
  display: none;
  position: absolute;
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);
  padding: 0px 30px;
  text-align: center;
  text-transform: uppercase;
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
  font-style: normal;
}
#map .marker.map1 .marker-content {
  background: #fe8d65;
  color: #fff;
}
#map .marker.map2 .marker-content {
  background: #a9d993;
  color: #fff;
}
#map .marker.map3 .marker-content {
  background: #858fe0;
  color: #fff;
}

#map .marker .marker-content p {
  color: #fff;
}

#map .marker .marker-content:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -5px;
  margin: 0 0 -5px 0px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}
#map .marker.map1 .marker-content:after {
  border-top: 10px solid #fe8d65;
}
#map .marker.map2 .marker-content:after {
  border-top: 10px solid #a9d993;
}
#map .marker.map3 .marker-content:after {
  border-top: 10px solid #858fe0;
}

#map .marker .marker-content h3 {
  margin: 10px 0 10px;
  line-height: inherit;
  font-size: 20px;
  font-size: 14px;
  letter-spacing: 0;
}

#map .marker .marker-content a:hover {
  text-decoration: underline;
}

.hotspots {
  padding: 40px 0;
  overflow: hidden;
}

.hotspots li {
  display: inline-block;
  float: left;
  margin: 0 0 0 30px;
}

.hotspots li:first-child {
  margin: 0;
}

.hotspots li a:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 12px;
  width: 12px;
  height: 12px;
  border-style: solid;
  border-width: 2px;
  border-radius: 50%;
}

.hotspots li a {
  white-space: nowrap;
}

.hotspots li a[href="#map1"]:before {
  border-color: #fdafbb;
}

.marker.map1,
.hotspots li a[href="#map1"]:hover:before,
.hotspots li a[href="#map1"].active:before,
.list.map1a:before {
  background-repeat: no-repeat;
  border: 4px solid #fe8d65;
  background-size: cover;
}

.hotspots li a[href="#map2"]:before {
  border-color: #73dad4;
}

.marker.map2,
.hotspots li a[href="#map2"]:hover:before,
.hotspots li a[href="#map2"].active:before,
.list.map2a:before {
  background-repeat: no-repeat;
  border: 4px solid #a9d993;
  background-size: cover;
}

.hotspots li a[href="#map3"]:before {
  border-color: #bc95da;
}

.marker.map3,
.hotspots li a[href="#map3"]:hover:before,
.hotspots li a[href="#map3"].active:before,
.list.map3a:before {
  background-repeat: no-repeat;
  border: 4px solid #858fe0;
  background-size: cover;
}

.hotspots li a[href="#map4"]:before {
  border-color: #bc95da;
}

.marker.map4,
.hotspots li a[href="#map4"]:hover:before,
.hotspots li a[href="#map4"].active:before,
.list.map4a:before {
  background-repeat: no-repeat;
  background-image: url("../img/fitness.svg");
  background-size: cover;
}
