/*Game:World*/body { background: #f6edcb;}[data-role="map"] .cell { cursor: url("__MEDIA_URL__/img/ui/cursor-pointer.cur"), pointer; background-size: 100% 100%;}[data-role="map"] .cell > .items-holder > .statue,[data-role="map"] .cell > .items-holder > .slot { width: 64px; height: 64px; position: absolute; background-size: 100% !important; z-index: 3;}[data-role="map"].rotated .cell .statue,[data-role="map"].rotated .cell .label { -webkit-transform: rotate(-30deg) scale(2); -ms-transform: rotate(-30deg) scale(2); transform: rotate(-30deg) scale(2);}[data-role="map"] .cell .statue > i { display: inline-block; position: absolute; right: -50px; top: 15px; font-style: normal; font-size: 20px; font-weight: bold; min-width: 50px; text-align: center; z-index: 2; -webkit-transition: -webkit-transform 0.1s linear; transition: -webkit-transform 0.1s linear; -o-transition: transform 0.1s linear; transition: transform 0.1s linear; transition: transform 0.1s linear, -webkit-transform 0.1s linear;}[data-role="map"] .cell:hover .statue > i { -webkit-transform: scale(1.2); -ms-transform: scale(1.2); transform: scale(1.2);}.cell:hover, .cell[island-own="true"] { z-index: 10;}.cell .slot.vacant { background: url("__MEDIA_URL__/img/story/cities/common/512-vacant-above.png") no-repeat transparent;}.cell .label { width: 40%; position: absolute; -webkit-transform: translateX(-35%) scale(2); -ms-transform: translateX(-35%) scale(2); transform: translateX(-35%) scale(2); margin-top: 96px; z-index: 100;}[data-role="map"] .cell[island-own="true"] .label { -webkit-filter: hue-rotate(90deg); filter: hue-rotate(90deg);}[data-role="map"] .cell:hover { -webkit-filter: drop-shadow(0px 0px 10px #ff631e); filter: drop-shadow(0px 0px 10px #ff631e);}[data-role="map"] .cell[island-own="true"]:hover { -webkit-filter: drop-shadow(0px 0px 10px #ff631e); filter: drop-shadow(0px 0px 10px #ff631e);}/*End Of Game:World*/