.map-container
{
    overflow: hidden;
    position: relative;
}

.map-container > img
{
    vertical-align: top;
    max-width: 100%;
    height: auto;
    width: 100%;
}

.map-container > .holder
{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.map-container > .holder img[usemap]
{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
}

.map-container .map-hover
{
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding-left: 0;
}

.map-hover li
{
    list-style: outside none;
    position: relative;
    padding: 0 0 10px 30px;
    position: absolute;
    padding: 0;
}

#main ul a
{
    color: #000;
    background: transparent !important;
    border: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    float: none !important;
    line-height: 14px !important;
    font-size: 12px !important;
    display: inline !important;
}

.map-hover li#area1
{
    width: 17.287%;
    left: 0.9%;
    top: 46.2%;
}

#main .map-hover li img
{
    vertical-align: top;
    max-width: 100%;
    width: 100%;
}

#main .map-hover li img.hover
{
    display: none;
}

#main .map-hover li#area2
{
    width: 29.1%;
    left: 9.9%;
    top: 25.05%;
}

#main .map-hover li#area3
{
    width: 22.867%;
    left: 5.4%;
    bottom: 21%;
}

#main .map-hover li#area4
{
    width: 12.363%;
    left: 23.6%;
    top: 36%;
}

#main .map-hover li#area5
{
    width: 8.425%;
    left: 34.6%;
    top: 33.8%;
}

#main .map-hover li#area6
{
    width: 8.096%;
    left: 38.6%;
    top: 31.2%;
}

#main .map-hover li#area7
{
    width: 8.753%;
    left: 41.5%;
    top: 28%;
}

#main .map-hover li#area8
{
    width: 6.455%;
    left: 45.2%;
    top: 25.4%;
}

#main .map-hover li#area9
{
    width: 5.252%;
    left: 50.7%;
    top: 24.3%;
}

#main .map-hover li#area10
{
    width: 15.098%;
    left: 44.2%;
    top: 19.1%;
}

#main .map-hover li#area11
{
    width: 4.486%;
    left: 50.6%;
    bottom: 52%; /* background: blue; */
    display: flex;
}

#main .map-hover li#area12
{
    width: 4.376%;
    left: 54.82%;
    bottom: 49.6%; /* background: red; */
    display: flex;
}

#main .map-hover li#area13
{
    width: 22.538%;
    left: 50.44%;
    bottom: 49.4%;
}

#main .map-hover li#area14
{
    width: 11.816%;
    left: 71.8%;
    bottom: 38.2%;
}

#main .map-hover li#area15
{
    width: 12.035%;
    right: 1%;
    top: 15%;
}

#main .map-hover li#area16
{
    width: 15.755%;
    left: 38.6%;
    bottom: 19.3%;
}

#main .map-hover li#area17
{
    width: 25.602%;
    left: 42.7%;
    bottom: 1.1%;
}

#main .map-hover li#area18
{
    width: 15.86%;
    left: 28.22%;
    bottom: 34.87%;
}

#main .map-hover li#area19
{
    width: 2.36%;
    left: 40%;
    bottom: 71.87%;
}

.map-container .map-popup
{
    position: absolute;
    z-index: 4;
    display: none;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 18px 20px 6px;
    overflow: auto;
    background: #d1e3e1;
    background: rgba(255,255,255,0.8);
}

#main .map-hover li.activestate-alt img, #main .map-hover li.activestate img
{
    display: none;
}

#main .map-hover li.activestate-alt img.hover, #main .map-hover li.activestate img.hover
{
    display: inline;
}

@media (min-width: 1700px)
{
    #main .map-hover li#area11, #main .map-hover li#area12
    {
        display: flex;
    }
}

/* Tooltip */

.asry-tooltip
{
    position: fixed;
    background: white;
    /*top: 50%;
    left: 50%;*/
    z-index: 9999;
    padding: 8px 15px;
    width: 220px;
    box-shadow: 10px 10px 10px rgb(0 0 0 / 21%);
    border-radius: 2px;
    /* font-size: 16px; */
    transform: translate(-50%, -100%);
    margin-top: -30px;
    margin-left: -4px;
    visibility: hidden;
    opacity: 0;
    transition: opacity .3s, visibility .3s;
}

.asry-tooltip.show 
{
    visibility: visible;
    opacity: 1;
}

span#tooltip-title
{
    color: #2A7F8A;
    font-weight: bold;
    display: block;
}

span#tooltip-info
{
    display: block;
    color: #2d2d2d;
}

.asry-tooltip:before
{
    content: "";
    position: absolute;
    border: 10px solid transparent;
    border-top-color: white;
    bottom: -20px;
    left: 105px;
}

/* Content description */

.map-content {
    display: none;
}
@media (min-width: 992px) 
{
    .map-content 
    {
        display: none;
    }
}

.map-content-block {
    margin-top: 30px;
    background: rgba(0, 0, 0, 0.41);
    padding: 20px;
}

.map-content-title {
    color: #113c5b;
    font-size: 28px;
    font-weight: bold;
    /* text-shadow: 1px 1px black; */
    text-align: center;
    margin-bottom: 15px;
}

.map-content-title {}

.map-content-desc {
    font-size: 18px;
}

.map-content *, #asry-map-popup * {
    animation: none !important;
}

.map-content-desc .p-shadow {
    text-shadow: none;
}


div#asry-map-popup .modal-content {
    background: rgb(255 255 255 / 50%);
    color: black;
}

.map-content-desc h3 {
    font-size: 18px;
}

div#asry-map-popup .modal-header {
    border-bottom: 0;
    /* padding: 0; */
    position: relative;
    z-index: 999;
}

div#asry-map-popup button.close {
    color: white !important;
    opacity: 1 !important;
    /* margin: 0px; */
}

div#asry-map-popup .modal-footer {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.map-content-desc .mb-5 {
    margin-bottom: 15px !important;
}

div#asry-map-popup .modal-body {
    margin-top: -42px;
}

div#asry-map-popup .black-bg {
    margin: 0;
    padding: 0;
}