.KBmap__mapContainer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.KBmap__mapHolder{display:inline-block;position:relative}.KBmap__mapHolder svg{max-width:100%}.KBmap__mapHolder img{max-width:100%;width:100%}@-webkit-keyframes mapMarkerAnimation{0%{-webkit-transform:translateY(0);transform:translateY(0)}50%{-webkit-transform:translateY(-6px);transform:translateY(-6px)}100%{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes mapMarkerAnimation{0%{-webkit-transform:translateY(0);transform:translateY(0)}50%{-webkit-transform:translateY(-6px);transform:translateY(-6px)}100%{-webkit-transform:translateY(0);transform:translateY(0)}}.KBmap__marker{position:absolute;-webkit-transform:translate(-50%,-100%);transform:translate(-50%,-100%);top:42%;left:69%;z-index:1}.KBmap__marker.current{z-index:2}.KBmap__marker img{cursor:pointer;position:relative;z-index:3}.KBmap__marker img:hover{-webkit-animation-name:mapMarkerAnimation;animation-name:mapMarkerAnimation;-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.KBmap__markerContent{width:320px;background-color:#9ea18e;display:inline-block;border-radius:15px;padding:25px;padding-bottom:35px;-webkit-box-shadow:0 0 15px 3px rgba(0,0,0,.15);box-shadow:0 0 15px 3px rgba(0,0,0,.15);position:absolute;bottom:49%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;z-index:1}.KBmap__markerContent .KBmap__markerTitle{margin-top:0;margin-bottom:.5em}.KBmap__markerContentItem p{margin-bottom:.5em;margin-top:0}.KBmap__markerClose{position:absolute;top:10px;right:10px;cursor:pointer;color:#231f20}.KBmap_cords{position:absolute;bottom:0;right:0;background-color:#e7b786;border:2px solid #56270c;padding:2px 5px;pointer-events:none}