.mapsection {
	position: absolute;
	right: 0px;
	left: 0px;
	margin: 0px auto;
	z-index: 3;
}
#upmap .container {
	position: relative;
}

.dList h2:before {
	height: 4px;
	width: 10%;
	content: '';
	position: absolute;
	background-color: #fabf4f;
	bottom: -2px;
}
.ullist-column li .btn {
    color: #fabf4f;
    text-decoration: none;
    float: right;
}
.ullist-column li .btn:hover{
    color: #ffffff;
}

.ullist-column li svg {
    width: 30px;
    margin-right: 10px;
}

.ullist-column li path {
    fill: #fabf4f;
    stroke: #9c639f;
}


.dList h2{
	border-bottom: 1px dashed  #fff;
	display: block;
	padding-bottom: 10px;
	color: #fabf4f !important;
	position: relative;
	margin-bottom: 15px;
	margin-top: 0;
	font-family: "Roboto Condensed", sans-serif;
	font-weight: 600;
	font-size: 1.8rem;
}


#upmap {
	position: relative;
	z-index: 0;
	margin-top: -60px;
	padding: 0 119px !important;
	background: linear-gradient(180deg, #741258 -40%, #531263 100%);
	padding: 0;
}
path {
	stroke-width: 0;
	position: relative;
	fill: #ffffff;
	stroke: #9c639f;
	cursor: pointer;
	box-shadow: -1px 4px 5px 0 rgb(255 255 255);
}
path:hover {
	fill: #9c639f;
	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-size: 5pt;
	color: #FFF
}
#matrix-group {
	margin-left: 500px;
}
.dList {
	float: right;
	/* padding-left: 100px; */
	/* padding-left: 100px; */
	width: 50%;
	text-align: justify;
	color: #fff;
	/* padding: 15px; */
	padding-top: 170px;
}
.dList div {
	display: none
}
.dList div div {
	display: block;
	text-align: right;
}
#map-svg {
	padding-top: 80px;
	width: 50%;
	filter: drop-shadow(-14px 4px 0px #340a36);
	
}
#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-carousel .owl-item img {
	width: 100%;
	height: 100%
}
.owl-theme .item h4 {
	display: none
}
.ullist-column {
	list-style: none;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	height: auto;
	overflow: hidden;
	display: block;
}
.ullist-column li {
	padding: 3px 6px;
	border-radius: 4px;
	background-color: rgb(255 255 255 / 10%);
	margin-bottom: 10px;
	float: left;
	box-sizing: border-box;
	width: 100%;
}
#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);
	}
}
