/*Game:Island*/[data-role="map"] .cell[cell-type="cities"] .cell-item.vacant { z-index: 0 !important; background: url("__MEDIA_URL__/img/story/cities/common/512-vacant.png") no-repeat transparent; -webkit-transform: scale(0.5) !important; -ms-transform: scale(0.5) !important; transform: scale(0.5) !important; -webkit-transform-origin: 50% !important; -ms-transform-origin: 50% !important; transform-origin: 50% !important;}[data-role="map"] .cell .cell-item > b { display: block; width: 200px; height: 200px; position: absolute; left: -125px; bottom: -50px; background: url("__MEDIA_URL__/img/ui/512-robot.png") no-repeat 50% rgba(0,0,0,0.6); background-size: 110% auto; border-radius: 50%;}[data-role="map"] .cell .cell-item > b.robot { border-radius: 0; background-color: transparent;}[data-role="map"] .cell .cell-item.vacant > i,[data-role="map"] .cell .cell-item.vacant > b { display: none;}[data-role="map"] .cell[cell-type="cities"],[data-role="map"] .cell[cell-type="islandStatues"] { cursor: url("__MEDIA_URL__/img/ui/cursor-pointer.cur"), pointer;}[data-role="map"] .cell[cell-type="cities"] .cell-item { -webkit-transform: scale(0.8) !important; -ms-transform: scale(0.8) !important; transform: scale(0.8) !important; -webkit-transform-origin: 50% 30% !important; -ms-transform-origin: 50% 30% !important; transform-origin: 50% 30% !important;}[data-role="map"] .cell[cell-type="islandStatues"] .cell-item { margin-top: -20%;}.cell .label { width: 50%; position: absolute; bottom: 50px; left: 50%; -webkit-transform: translate(-46%, -100%) scale(2); -ms-transform: translate(-46%, -100%) scale(2); transform: translate(-46%, -100%) scale(2);}[data-role="map"] .cell[cell-type="cities"][city-own="true"] .label { -webkit-filter: hue-rotate(90deg); filter: hue-rotate(90deg);}[data-role="map"] .cell[cell-type="cities"]:hover .cell-item { -webkit-filter: drop-shadow(0px 0px 10px #ff631e); filter: drop-shadow(0px 0px 10px #ff631e);}[data-role="map"] .cell[cell-type="cities"][city-own="true"]:hover .cell-item { -webkit-filter: drop-shadow(0px 0px 10px #ff631e); filter: drop-shadow(0px 0px 10px #ff631e);}/*End of Game:Island*/