.marker-pin {
  width: 38px;
  height: 38px;
  border-radius: 50% 50% 50% 0;
  background: #fff;
  position: absolute;
  transform: rotate(-45deg);
  left: 50%;
  top: 50%;
  margin: -15px 0 0 -15px;
  box-shadow: 0 0 5px rgba(0,0,0,.47);
}

.marker-pin>div {
    content: '';
    width: 30px;
    height: 30px;
    margin: 4px 0 0 4px;
    background: #fff;
    position: absolute;
    border-radius: 50%;
 }

.hp-maps-marker>div i {
	position: absolute;
    transform: rotate(45deg);
    color: #fff;
    width: 30px;
    font-size: 16px;
    left: 0;
    right: 0;
    margin: 7px auto;
    text-align: center;
}

.hp-maps-marker i.awesome {
   margin: 12px auto;
   font-size: 17px;
}