.marker-cluster-small {
    background-color: rgba(1, 2, 94, 0.6);
}
.marker-cluster-small div {
    background-color: rgba(1, 2, 36, 0.6);
}
.marker-cluster-medium {
    background-color: rgba(1, 2, 87, 0.6);
}
.marker-cluster-medium div {
    background-color: rgba(1, 2, 12, 0.6);
}
.marker-cluster-large {
    background-color: rgba(1, 156, 115, 0.6);
}
.marker-cluster-large div {
    background-color: rgba(1, 128, 23, 0.6);
}
.marker-cluster-paragliding {
    background-color: #f0ad4e;
    color: #000000;
}
.marker-cluster-paragliding div {
    background-color: #ff6633;
}
.marker-cluster-airport {
    background-color: #14D1E0;
    color: #ffffff;
}
.marker-cluster-airport div {
    background-color: #289bdd;
}
.marker-cluster-wairport {
    background-color: #14D1E0;
    color: #ffffff;
}
.marker-cluster-wairport div {
    background-color: #032bff;
}
.marker-cluster-heliport {
    background-color: #f5c6cb;
    color: #ffffff;
}
.marker-cluster-heliport div {
    background-color: #AB1672;
}
.marker-cluster-water {
    background-color: #60F509;
    color: #ffffff;
}
.marker-cluster-water div {
    background-color: #009933;
}
.marker-cluster-strip {
    background-color: #575757;
    color: #ffffff;
}
.marker-cluster-strip div {
    background-color: #543507;
}
.marker-cluster-education {
    background-color: #000000;
    color: #000000;
}
.marker-cluster-education div {
    background-color: #fffa00;
}
.marker-cluster-balloon {
    background-color: #FFBE46;
    color: #ffffff;
}
.marker-cluster-balloon div {
    background-color: #FF364E;
}
.marker-cluster-iha {
    background-color: #CAFF83;
    color: #000000;
}
.marker-cluster-iha div {
    background-color: #92FF00;
}
.marker-cluster-accident {
    background-color: #289bdd;
    color: #ffffff;
}
.marker-cluster-accident div {
    background-color: #000000;
}
.marker-cluster-notam {
    background-color: #f9827a;
    color: #ffffff;
}
.marker-cluster-notam div {
    background-color: #ff0000;
}
.marker-cluster-bird {
    background-color: #F98282;
    color: #000000;
}
.marker-cluster-bird div {
    background-color: #FFB0B0;
}
.marker-cluster-trash {
    background-color: #2F4054;
    color: #ffffff;
}
.marker-cluster-trash div {
    background-color: #AE7D4D;
}

.marker-cluster {
    background-clip: padding-box;
    border-radius: 20px;
    
}
.marker-cluster div {
    width: 30px;
    height: 30px;
    margin-left: 5px;
    margin-top: 5px;

    text-align: center;
    border-radius: 15px;
    font-weight: bold;
    font: 12px "Helvetica Neue", Arial, Helvetica, sans-serif;
}
.marker-cluster span {
    line-height: 30px;
}