.pin-offline {
    position: absolute;
    display: block;
    box-sizing: border-box;
    background-color: #fff;
    width: 20px;
    height: 20px;
    content: '';
    transform: rotateZ(-45deg);
    border: 5px solid #ffe400;
    border-radius: 50%
}

.pin-offline::before {
    position: absolute;
    display: block;
    box-sizing: border-box;
    width: 20px;
    height: 20px;
    top: -6.5px;
    left: -6.5px;
    content: '';
    transform: rotateZ(-45deg);
    border: 5px solid #ffe400;
    border-radius: 80% 70% 80% 0
}

.pin-over {
    position: absolute;
    display: block;
    box-sizing: border-box;
    background-color: #fff;
    width: 20px;
    height: 20px;
    content: '';
    -webkit-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg);
    border: 6px solid #f93c11;
    border-radius: 50%
}

.pin-over::before {
    position: absolute;
    display: block;
    box-sizing: border-box;
    width: 20px;
    height: 20px;
    top: -6.5px;
    left: -6.5px;
    content: '';
    -webkit-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg);
    border-radius: 50% 50% 50% 0;
    border: 4px solid #f93c11
}

.pulse {
    position: absolute;
    margin-top: -10px;
    margin-left: -10px;
    -webkit-transform: rotateX(55deg);
    transform: rotateX(55deg)
}

.pulse::after {
    display: block;
    width: 20px;
    height: 20px;
    content: '';
    -webkit-animation: pulsate 1s ease-out;
    animation: pulsate 1s ease-out;
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    opacity: 0;
    border-radius: 50%;
    box-shadow: 0 0 1px 2px rgba(0,0,0,.5);
    box-shadow: 0 0 6px 4px #f93c11
}

@-webkit-keyframes pulsate {
    0% {
        -webkit-transform: scale(.1,.1);
        transform: scale(.1,.1);
        opacity: 0
    }

    50% {
        opacity: 1
    }

    100% {
        -webkit-transform: scale(1.2,1.2);
        transform: scale(1.2,1.2);
        opacity: 0
    }
}

@keyframes pulsate {
    0% {
        -webkit-transform: scale(.1,.1);
        transform: scale(.1,.1);
        opacity: 0
    }

    50% {
        opacity: 1
    }

    100% {
        -webkit-transform: scale(1.2,1.2);
        transform: scale(1.2,1.2);
        opacity: 0
    }
}

.shadow {
    position: absolute;
    z-index: -99
}

.shadow::after {
    position: absolute;
    left: -.2px;
    display: block;
    width: 15px;
    height: 15px;
    margin-top: -7px;
    opacity: .3;
    content: '';
    background-color: #666;
    -webkit-transform: rotateX(70deg);
    transform: rotateX(70deg);
    border-radius: 80% 70% 80% 0;
    box-shadow: #666 5px 0 8px
}

.pin-wrap {
    position: absolute;
    width: 25px;
    height: 25px;
    border-radius: 50% 50% 50% 50%;
    margin-top: -26.5px;
    margin-left: -11px;
    -webkit-transform-origin: 50% 125% 0;
    transform-origin: 50% 125% 0
}

.pin-text {
    position: absolute;
    color: #5984ff;
    top: -5px;
    left: 5px;
    margin-top: -11px;
    font-size: 15px;
    text-align: center;
    text-shadow: 2px 2px #ccc
}

.pin-title {
    position: absolute;
    color: #5984ff;
    top: -26px;
    left: 2px;
    margin-top: -11px;
    font-size: 15px;
    text-align: center;
    text-shadow: 2px 2px #ccc
}

.pin-warning {
    position: absolute;
    display: block;
    box-sizing: border-box;
    background-color: #ff4500;
    width: 20px;
    height: 20px;
    content: '';
    -webkit-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg);
    border: 6px solid #5984ff;
    border-radius: 50%
}

.pin-warning::before {
    position: absolute;
    display: block;
    box-sizing: border-box;
    width: 20px;
    height: 20px;
    top: -6.5px;
    left: -6.5px;
    content: '';
    -webkit-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg);
    border-radius: 50% 50% 50% 0;
    border: 4px solid #5984ff
}

.pin-working {
    position: absolute;
    display: block;
    box-sizing: border-box;
    background-color: #fff;
    width: 20px;
    height: 20px;
    content: '';
    -webkit-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg);
    border: 6px solid #5984ff;
    border-radius: 50%
}

.pin-working::before {
    position: absolute;
    display: block;
    box-sizing: border-box;
    width: 20px;
    height: 20px;
    top: -6.5px;
    left: -6.5px;
    content: '';
    -webkit-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg);
    border: 6px solid #5984ff;
    border-radius: 50% 50% 50% 0
}

.pin-working-sl {
    position: absolute;
    display: block;
    box-sizing: border-box;
    background-color: #fff;
    width: 10px !important;
    height: 10px !important;
    content: '';
    -webkit-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg);
    border: 6px solid #5984ff;
    border-radius: 50%
}

.pin-working-sl::before {
    position: absolute;
    display: block;
    box-sizing: border-box;
    width: 10px !important;
    height: 10px !important;
    top: -6.5px;
    left: -6.5px;
    content: '';
    -webkit-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg);
    border: 6px solid #5984ff;
    border-radius: 50% 50% 50% 0
}

.pin-offline-sl {
    position: absolute;
    display: block;
    box-sizing: border-box;
    background-color: #fff;
    width: 10px !important;
    height: 10px !important;
    content: '';
    transform: rotateZ(-45deg);
    border: 5px solid #ffe400;
    border-radius: 50%
}

.pin-offline-sl::before {
    position: absolute;
    display: block;
    box-sizing: border-box;
    width: 10px !important;
    height: 10px !important;
    top: -6.5px;
    left: -6.5px;
    content: '';
    transform: rotateZ(-45deg);
    border: 5px solid #ffe400;
    border-radius: 80% 70% 80% 0
}

.pin-rain {
  position: absolute;
  width: 20px;
  height: 20px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 20px solid #ff2d00;
}

.pin-rain-offline {
  position: absolute;
  width: 20px;
  height: 20px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 20px solid #ffe400;
}

.pin-water {
  position: absolute;
  width: 0;
  height: 15px !important;
  border-left: 15px solid #6c3483;
}

.pin-water-offline {
  position: absolute;
  width: 0;
  height: 15px !important;
  border-left: 15px solid #ffe400;
}