@-moz-keyframes pulsate {
    from {
        -moz-transform: scale(0.25);
        opacity: 1.0;
    }
    95% {
        -moz-transform: scale(1.3);
        opacity: 0;
    }
    to {
        -moz-transform: scale(0.3);
        opacity: 0;
    }
}
@-webkit-keyframes pulsate {
    from {
        -webkit-transform: scale(0.25);
        opacity: 1.0;
    }
    95% {
        -webkit-transform: scale(1.3);
        opacity: 0;
    }
    to {
        -webkit-transform: scale(0.3);
        opacity: 0;
    }
}

#map_orasi div[title="Orah Lateral"] {
    -moz-animation: pulsate 1.5s ease-in-out infinite;
    -webkit-animation: pulsate 1.5s ease-in-out infinite;
    border:1pt solid #fff;
    -moz-border-radius:51px;
    -webkit-border-radius:51px;
    border-radius:51px;
    -moz-box-shadow:inset 0 0 5px #BF972B, inset 0 0 5px #BF972B, inset 0 0 5px #BF972B, 0 0 5px #BF972B, 0 0 5px #BF972B, 0 0 5px #BF972B;
    -webkit-box-shadow:inset 0 0 5px #BF972B, inset 0 0 5px #BF972B, inset 0 0 5px #BF972B, 0 0 5px #BF972B, 0 0 5px #BF972B, 0 0 5px #BF972B;
    box-shadow:inset 0 0 5px #BF972B, inset 0 0 5px #BF972B, inset 0 0 5px #BF972B, 0 0 5px #BF972B, 0 0 5px #BF972B, 0 0 5px #BF972B;
    height:71px!important;
    margin:-18px 0 0 -18px;
    width:71px!important;
}

#map_orasi div[title="Orah Lateral"] img {
    display:none;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (device-width: 768px) {
    #map_orasi div.gmnoprint[title="Orah Lateral"] {
        margin:-10px 0 0 -10px;
    }
}