body .map .lt-cluster{display:-webkit-inline-flex;display:inline-flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center;font-size:.9rem;font-weight:700;opacity:.95;position:absolute;line-height:1;background:#F36E3C;color:#FFF;width:45px;height:45px;padding:10px;-webkit-box-shadow:0 8px 17px 0 rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19);-moz-box-shadow:0 8px 17px 0 rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19);box-shadow:0 8px 17px 0 rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19);cursor:default;border-radius:100%;background-clip:padding-box;transition:opacity .15s cubic-bezier(.35,0,.25,1);z-index:15}body .map .lt-cluster:hover{opacity:1}body .map .marker{display:-webkit-inline-flex;display:inline-flex;-webkit-align-items:center;align-items:center;font-size:.8rem;line-height:1;position:absolute;background:#FFF;padding:6px;-webkit-box-shadow:0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);-moz-box-shadow:0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);box-shadow:0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);border-radius:100%;background-clip:padding-box;cursor:pointer;transition-property:transform,background-color,color;transition-duration:150ms;transition-timing-function:cubic-bezier(.35,0,.25,1);z-index:10}body .map .marker .m-i{font-size:inherit}body .map .marker.user-1{background:#9BFF33}body .map .marker.user-2{background:#66DFFF}body .map .marker.user-3{background:#5456A1}body .map .marker.event{background:#F66}body .map .marker.request{background:#FFB923}body .map .marker:hover{-webkit-transform:scale(1.5);transform:scale(1.5);z-index:11}body .map .marker.active{-webkit-transform:scale(2);transform:scale(2);background:#FFF;color:#121212;z-index:1000}body .map.hide-bands .marker.user-1,body .map.hide-events .marker.event,body .map.hide-promoters .marker.user-2,body .map.hide-requests .marker.request,body .map.hide-venues .marker.user-3{display:none}body .map.show-results .marker:not(.search-result){display:none}