
/* Image map styles */
.imageMap {
    width: 100%;
    position: relative;
    margin: 20px 0 100px 0;
}

.imageMap img {
    display: block;
    width: 100%;
    border-radius: 20px;
}

.imageMap .hotspots {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    visibility: hidden;
}

.imageMap a {
    display: block;
    position: absolute;
    background: #000;
    z-index: 100;
    opacity: 0;
    filter: alpha(opacity=20);
    border: 1px solid white;
    border-radius: 10px;
}

.imageMap a.p0 {
    left: 73%;
    top: 67%;
    width: 23.5%;
    height: 26.3%
}

.imageMap a.p1 {
    left: 73%;
    top: 40.5%;
    width: 24.4%;
    height: 26.3%
}

.imageMap a.p2 {
    left: 1.5%;
    top: 67%;
    width: 23.5%;
    height: 26.3%
}

.imageMap a.p3 {
    left: 1.5%;
    top: 40.5%;
    width: 23.5%;
    height: 26.3%
}

.imageMap a.legends {
    left: 86.8%;
    top: 10.8%;
    width: 7.2%;
    height: 3.5%;
    visibility: visible;
}

.imageMap a.legends:hover {
    background: white;
    opacity: 0.1;
}

.imageMap a.forums {
    left: 86.8%;
    top: 15.4%;
    width: 7.2%;
    height: 3.5%;
    visibility: visible;
}

.imageMap a.forums:hover {
    background: white;
    opacity: 0.1;
}

.imageMap a.rules {
    left: 86.8%;
    top: 20.3%;
    width: 7.2%;
    height: 3.5%;
    visibility: visible;
}

.imageMap a.rules:hover {
    background: white;
    opacity: 0.1;
}

.imageMap a.updates {
    left: 86.8%;
    top: 25.0%;
    width: 7.2%;
    height: 3.5%;
    visibility: visible;
}

.imageMap a.updates:hover {
    background: white;
    opacity: 0.1;
}

.imageMap a + p {
    position: absolute;
    left: 0;
    top: 102%;
    width: 100%;
    color: #000;
    display: none;
}

.imageMap:hover .hotspots {
    visibility: visible;
}

#info .imageMap p strong {
    display: block;
    padding: 0;
    margin: 0;
    font: bold 25px/30px 'latolight', sans-serif;
    color: #069;
}

#info .imageMap p {
    padding: 0;
    margin: 0;
    font: normal 18px/22px 'latomedium', sans-serif;
    color: #444;
}

.imageMap b {
    display: block;
    position: absolute;
    z-index: 200;
/*    opacity: 0.02;
    filter: alpha(opacity=20);*/
    padding: 1px;
    -webkit-transition: 0.75s;
    -moz-transition: 0.75s;
    -o-transition: 0.75s;
    transition: 0.75s;
}

.imageMap b.b0 {
    left: 73%;
    top: 67%;
    width: 23.5%;
    height: 26.3%
}

.imageMap b.b1 {
    left: 73%;
    top: 40.5%;
    width: 24.4%;
    height: 26.3%
}

.imageMap b.b2 {
    left: 1.5%;
    top: 67%;
    width: 23.5%;
    height: 26.3%
}

.imageMap b.b3 {
    left: 1.5%;
    top: 40.5%;
    width: 23.5%;
    height: 26.3%
}

.imageMap q.b999 {
    font-size: 5.2%;
    font-family: "Franklin Gothic Heavy";
    color: rgba(255, 0, 0, 0.902);
    line-height: 1;
    text-align: center;
    -moz-transform: matrix( 1,0,0,0.85470085470085,0,0);
    -webkit-transform: matrix( 1,0,0,0.85470085470085,0,0);
    -ms-transform: matrix( 1,0,0,0.85470085470085,0,0);
    position: absolute;
    left: 10.5%;
    top: 19.6%;
    width: 10%;
    height: 8.8%;
    z-index: 9999;
}

.imageMap .hotspots div:hover b {
    width: 0;
    padding: 0;
}

.imageMap .hotspots div:hover p {
    display: block;
}

.imageMap .hotspots div:hover a {
    background: #fff;
    z-index: 100;
    opacity: 0.05;
    filter: alpha(opacity=30);
    border: 1px solid #000;
}