.max-height {
    height: 100%;
}

#map {
    height: 100%;
    min-height: 400px;
}

.inline-block { 
  display: inline-block;
}

.width-370 {
  width: 370px !important;
}

.flex-space-between {
  display: flex;
  flex-wrap: wrap;
}

.carpark-map-marker {
    display: table;
    width: 120px;
    height: 80px;
    background-color: #fd5900;
    color: #fff !important;
    padding: 10px;
    position: relative;
    top: -94px;
    left: -62px;
    float: left;
    border-radius: 10px;
    box-shadow:  1px 1px 4px 1px rgba(48,48,48, 0.5);
    padding-bottom: 5px;
}

.carpark-map-marker:hover {
    z-index: 99;
    color: #fff !important;
}

.carpark-map-carparks-available {
  text-align: center;
  margin-top: 5px;
  font-weight: 600;
}

  .carpark-map-marker:after {
    content: " ";
    position: absolute;
    right: 50px;
    bottom: -14px;
    border-top: 14px solid #fd5900;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    border-bottom: none;
  }

  .carpark-map-marker-title {
    font-size: 18px;
    font-weight: 700;
    font-family: 'Barlow Condensed', 'Barlow Condensed';
    text-transform: uppercase;
    text-align: center;
    max-height: 40px;
    margin-top: -2px;
    overflow:hidden;
  }

  .carpark-map-from-price {
    text-align: center;
    font-weight: 600;
    font-size: 12px;
    padding-top: 5px;
  }

  .carpark-map-align {
    display: table-cell;
    vertical-align: middle;
  }