.city-menu-l-link {   
    display: block;   
    text-decoration: none;    
    width: 88px;    
    position: relative;    
    margin-top: 1px;    
    text-align: center;
    
}
.city-menu-icon {   
    display: inline-block;    
    position: relative;    
    z-index: 90;   
    width: 86px;   
    height: 70px;   
    background: url('http://img2.vten.ru/images/tutorial/selection.png') 50% 0 no-repeat;
    
}
.city-menu-text {    
    position: relative;    
    margin-top: -6px;   
    width: 100%;    
    z-index: 100;   
    color: #fff; 
    font-weight: bold; 
    text-shadow: #000 1px 0 0, #000 0 1px 0, #000 -1px 0 0, #000 0 -1px 0;
    
}
.city-menu-l-link.highlight .city-menu-icon {    
    position: relative;    
    
}
.city-menu-l-link.highlight:after {    
    content: '';    
    position: absolute;    
    top: 0;    
    left: 0;   
    width: 86px;    
    height: 86px;   
    border-radius: 50%;    
    background: radial-gradient(circle , rgba(0,48,255,1) 10%, rgba(0,48,255,0.1) 60%, rgba(0,48,255,0) 70% );    
    animation: glowPulsehighlight 2s infinite linear;   
    -webkit-animation: glowPulsehighlight 2s infinite linear;
    
}
@-webkit-keyframes glowPulsehighlight {   
    from {       
        opacity: 0;   
        }    
        50% {        
            opacity: 1;            
            
        }          
        to {       
            opacity: 0;    
            
        }
    
}
.city-menu-icon._savegame {    
    background: url(/images/menu-icon_savegame.png) 50% 0 no-repeat; 
    
}
