.mapify-holder {
    position: relative;
    display: inline-block;
    font-size: 0;
    max-width: 100%;
    z-index: 1;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none
}

.mapify-imgHolder {
    position: relative;
    z-index: 1
}
.mapify-GPU,
.mapify-holder * {
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.mapify-imgHolder .mapify {
    max-width: 100%;
    width:9999px;
    height: auto;
}

.mapify-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2
}

.mapify-svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2
}

.mapify-polygon {
    transition: all .5s;
    fill: transparent;
    stroke: transparent;
    stroke-width: 0
}
.mapify-hover {
    fill: rgba(24,50,68,0.65)!important;
}

.mapify-popOver {
    color: #000;
    position: absolute;
    top: 0;
    left: 0;
    padding: 20px 30px;
    width: 260px;
    background: #fff;
    box-shadow: rgba(0, 0, 0, .15) 0 0 0 2px;
    z-index: 999;
    -ms-transform: translateY(-45px);
    transform: translateY(-45px);
    text-align: center;
    height: auto;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-size: 14px;
    z-index: -1;
    opacity: 0;
    -webkit-transform: translateY(-45px);
    -moz-transform: translateY(-45px);
    -o-transform: translateY(-45px);
}

.mapify-popOver .mapify-popOver-arrow {
    content: "";
    width: 15px;
    height: 15px;
    z-index: -2;
    margin-top: -3px;
    box-shadow: inset #fff 0 0 0 100px;
    border-top: solid transparent 2px;
    border-left: solid transparent 2px;
    border-right: solid rgba(0, 0, 0, .15) 2px;
    border-bottom: solid rgba(0, 0, 0, .15) 2px;
    position: absolute;
    top: 100%;
    left: 50%;
    -ms-transform: translateX(-15px) rotate(45deg) translateY(-50%);
    transform: translateX(-15px) rotate(45deg) translateY(-50%)
}

.mapify-popOver.mapify-bottom .mapify-popOver-arrow {
    top: auto;
    bottom: 100%;
    margin-top: auto;
    margin-bottom: -3px;
    border-bottom: solid transparent 2px;
    border-right: solid transparent 2px;
    border-top: solid rgba(0, 0, 0, .15) 2px;
    border-left: solid rgba(0, 0, 0, .15) 2px;
    -ms-transform: rotate(45deg) translateY(50%);
    transform: rotate(45deg) translateY(50%)
}
.mapify-popOver h5 {
    font-size:22px;
    font-weight: 800;
    margin-bottom:15px;
    color:#183244;
    text-transform: uppercase;
    text-align: left;
}
.mapify-popOver h5:after {
    content: "";
    display: block;
    width:60px;
    height:2px;
    background: #183244;
}
.mapify-popOver p {
    display: block;
    font-size:14px;
    font-weight: 500;
    text-align: left;
    color: #183244;
}
.mapify-popOver strong{
    font-weight: 800;
    color:#183244;
}
.mapify-popOver{
    color: #999;
    font-size: 16px;
    height: 140px;
}
.mapify-popOver-content{
    position: relative;
    top:50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.mapify-popOver.customPopOver{
    background: rgba(24,50,68,.9);
}
.mapify-visible {
    opacity: 1;
    -ms-transform: translateY(0);
    transform: translateY(0)
}
.hidden {
    opacity: 0;
    transition: 0.5s;
}
.reserved {
    fill:#000;
    opacity: 0.8;
}
/* sold */
.mapify-polygon[data-highlight-success]{
    fill: rgba(0,32,50,0.85);
}
.mapify-polygon[data-highlight-complete]{
    fill: rgba(45,82,102,0.60);
}
