.mapsection {
    position: absolute;
    right: 0px;
    left: 0px;
    margin: 0px auto;
    z-index: 3;
}
#upmap .container {
    position: relative;
}
#upmap {
    background-image: url(../img/mapbg.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    /* z-index: 99; */
    /* margin-top: -140px; */
    /* padding-top: 119px; */
}
path {
    stroke-width: 0;
    position: relative;
    fill: #193455;
    stroke: #605656;
    cursor: pointer;
    box-shadow: -1px 4px 5px 0 rgb(0 0 0);
}
path:hover {
    fill: #fabf4f;
    cursor: pointer;
}
.selected {
    fill: #fabf4f;
    cursor: pointer;
    position: relative;
    z-index: 5;
}
.compass {
    fill: #fff;
    stroke: #000;
    stroke-width: 1;
}
.plus-minus {
    fill: #fff;
    pointer-events: none;
}
#tooltip {
    dominant-baseline: hanging;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 5pt;
    color: #FFF
}
#matrix-group {
    margin-left: 500px
}
.dList {
    float: right;
    padding-top: 2em;
    width: 50%;
}
.dList div {
    display: none
}
#map-svg {
    margin-bottom: -140px;
    width: 50%;
    filter: drop-shadow(-14px 4px 0px #dfe0e0);
}
#map-svg-locations {
    filter: drop-shadow(-14px 4px 0px #1a4a6a);
}
.ctrl {
    position: absolute;
    width: 100px;
    height: 100px;
}
.map-nav {
    right: 50px;
    border: 0px;
    position: absolute;
    top: 30px;
    z-index: 999999;
}
.map-nav li {
    list-style: none
}
.map-nav a {
    display: inline-block;
    cursor: pointer;
    color: #FFF;
    background: #64b4ea !important;
    border: 0px solid #FFF;
    padding: 7px 15px !important;
    border-radius: 5px !important;
}
.map-nav a.active, .map-nav a:hover {
    background: #e7717d !important;
    color: white;
}
.owl-theme .item h4 {
    display: none
}
#experience {
    padding-left: 80px;
    padding-top: 40px;
}
.svg-mapcat {
    width: 50%
}
.mapCateg {
    float: right;
    width: 26%;
    margin-top: 50px;
    margin-right: 55px;
    background: white;
}
.mapCateg .CatSelected {
    background: url(../images/hovrBtn.png) no-repeat 0px 0px;
    height: 58px;
}
.mapCateg li {
    margin: 0px 0px;
    cursor: pointer;
    padding: 16px 0px 0px 0px;
    list-style: none;
    height: 58px;
}
#upmap .owl-nav button {
    display: inline-block;
    width: 40px;
    height: 40px;
    border: 1px solid #ccc;
    line-height: 30px;
}
#upmap .owl-nav button span {
    font-size: 48px;
}
/*jssor slider loading skin spin css*/
.jssorl-009-spin img {
    animation-name: jssorl-009-spin;
    animation-duration: 1.6s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
@keyframes jssorl-009-spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}