#theElement-0, 
#theElement-a, 
#theElement-b { 
position: relative; 
 } 

.w-100 { 
width: 100%; 
 } 


/**** map *****/

.map .d-none { 
display: none !important; 
 } 
.px-0 { 
padding-left: 0px !important; 
padding-right: 0px !important; 
 } 

.HotspotPlugin_Hotspot { 
width: 40px; 
height: 40px; 
background: transparent; 

 } 

.HotspotPlugin_Hotspot_Hidden { 
display: block !important; 
visibility: visible !important; 
 } 

.HotspotPlugin_Hotspot > div { 
width: 36px; 
height: 36px; 
margin: 0px; 
background: transparent; 
overflow: initial; 
transform: scale(1.1); 
 } 

.HotspotPlugin_Hotspot > div > .Hotspot_Title { 
color: #fff; 
background: transparent; 
width: inherit; 
height: inherit; 
text-align: center; 
font-size: 16px; 
border: 2px solid #fff; 
background: #2a70b8; 
border-radius: 50%; 
transform: scale(1.2); 
transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s; 
 -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s; 
 -moz-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s; 
-ms-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s; 
font-family: 'Source Sans Pro', sans-serif; 
padding: 0px; 
display: -webkit-box; 
 display: -ms-flexbox; 
 display: flex; 
 -ms-flex-wrap: wrap; 
 flex-wrap: wrap; 
 -webkit-box-pack: center; 
 -ms-flex-pack: center; 
 justify-content: center; 
 -webkit-box-align: center; 
 -ms-flex-align: center; 
 align-items: center; 
 } 




.HotspotPlugin_Hotspot .HotspotPlugin_Hotspot_Hidden > .Hotspot_Title { 
transform: scale(1.0); 
background: #6aa0b3; 
 } 

.HotspotPlugin_Hotspot .HotspotPlugin_Hotspot_Hidden > .Hotspot_Title:hover { 
transform: scale(1.2); 
background: #2a70b8; 
 } 

@media (max-width: 767px) { 
.HotspotPlugin_Hotspot { 
width: 26px;
height: 26px;
 } 
.HotspotPlugin_Hotspot > div { 
width: 26px;
height: 26px; 

 } 
.HotspotPlugin_Hotspot .HotspotPlugin_Hotspot_Hidden > .Hotspot_Title { 
border-width: 1px; 
 } 


.HotspotPlugin_Hotspot > div > .Hotspot_Title { 
font-size: 11px; 

 } 
	
 } 

/*
*info block
*/
.info-block { 
position: absolute; 
max-width: 480px; 
width: 100%; 
height: 100%; 
background: #fff; 
padding: 78px 93px 30px; 
top: 0; 
right: -480px; 
transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s; 
z-index: 300; 
 } 
 .info-block.open { 
 right: 0px; 
 transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s; 
 } 
.info-block .close-btn { 
position: absolute; 
top: 40px; 
right: 40px; 
z-index: 2; 
	display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
 } 

.info-block .inner { 
height: 100%; 
overflow-x: auto; 
-webkit-overflow-scrolling: touch; 
 } 

.info-block h3 { 
font-family: 'Source Sans Pro', sans-serif; 
font-size: 32px; 
font-weight: 700; 
line-height: 42px; 
color: #003b4c; 
text-transform: uppercase; 
margin-top: 0px; 
margin-bottom: 25px; 
 } 

.info-block h3 small {
	font-size: 15px;
	line-height: 24px;
	font-weight: 400;
	color: #0096a8;
	display: block;
	margin-bottom: 10px;
	text-transform: capitalize;
}

@media (max-width: 991px) { 
.info-block { 
	max-width: 320px; 
	padding: 50px 50px 20px; 
 } 
.info-block .close-btn { 
	top: 10px; 
	right: 10px; 
	width: 30px; 
	height: 30px; 
 } 
.info-block h3 { 
	font-size: 30px; 
	line-height: 34px; 
 } 
.info-block h3 small {
	font-size: 12px;
	line-height: 18px;
}
 } 


@media (max-width: 767px) { 
.info-block { 
max-width: 250px; 
padding: 40px 20px 20px; 
 } 
.info-block h3 { 
font-size: 26px; 
line-height: 29px; 
margin-bottom: 12px; 
 } 
	
.info-block h3 small {
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 4px;
}
.info-block .close-btn { 
width: 20px; 
height: 20px; 
 } 
.info-block .close-btn img { 
max-height: 8px; 
 } 
 } 

/*
*description list
*/
.description-list { 
padding: 0px; 
list-style-type: none; 
 } 

.description-list li { 
padding: 9px 0px; 
border-bottom: 1px solid #d3d3d3; 
 } 

.description-list li:last-child { 
border-bottom: 0px; 
 } 

.description-list li span { 
display: block; 
color: #0096a8; 
font-family: 'Source Sans Pro', sans-serif; 
font-size: 15px; 
font-weight: 400; 
line-height: 24px; 
margin-bottom: 6px; 
 } 

.description-list li .value { 
color: #003b4c; 
font-size: 24px; 
font-weight: 700; 
line-height: 32px; 
margin-bottom: 0px; 
 } 

@media (max-width: 991px) { 
.description-list li .value { 
font-size: 26px; 
 } 
 } 

@media (max-width: 767px) { 
.description-list li { 
padding: 7px 0px; 
 } 
.description-list li span { 
font-size: 12px; 
line-height: 16px; 
margin-bottom: 6px; 
 } 
.description-list li .value { 
font-size: 20px; 
line-height: 24px; 
 } 
 } 


.close-btn { 
display: inline-block; 
border: 2px solid #003b4c; 
width: 40px; 
height: 40px; 
line-height: 36px; 
border-radius: 50%; 
text-align: center; 
transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s; 
 } 

.close-btn:hover { 
opacity: 0.8; 
 } 
 .map { width: 100%; overflow: hidden; } 

/******** 07-07-2020 **********/
@media (max-width: 767px) {
	.map .info-block {
	position: fixed;
		z-index: 4000;
}
	.map .info-block-wrapper .overlay {
		position: fixed;
		background: #000000;
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
		opacity: 0;
		visibility: hidden;
		transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
		z-index: 3999;
	}
	.map .info-block-wrapper .info-block.open ~ .overlay {
		opacity: 0.6;
		visibility: visible;
	}
.mobile-overlay-block {
	overflow: hidden;
}
}

#mobile-nav {
	z-index: 299;
}

@media (max-width: 767px) {
	#theElement-0 {
		display: none;
	}
}

@media (min-width: 768px) {
	#theElement-a {
		display: none !important;
	}
}

.map {
	position: relative;
}

.map .header {
	position: absolute;
	padding-left: 85px;
	padding-right: 85px;
	text-align: right;
	top: 34px;
	max-width: 660px;
	width: 100%;
	right: 0px;
	z-index: 1;
}

.map .header p {
	color: #fff;
	font-size: 24px;
	line-height: 30px;
	font-weight: 700;
}

@media (max-width: 1800px) {
	.map .header {
		padding-left: 50px;
		padding-right: 50px;
	}
}

@media (max-width: 1599px) {
	.map .header {
		padding-left: 30px;
		padding-right: 30px;
	}
}

@media (max-width: 1199px) {
	.map .header {
		padding-left: 10px;
		padding-right: 10px;
	}
}

@media (max-width: 991px) {
	.map .header {
		padding-left: 0px;
		padding-right: 0px;
		top: 10px;
	}
	.map .header p {
		font-size: 18px;
		line-height: 24px;
	}
}


@media (max-width: 767px) {
	.map .header {
		text-align: center;
		max-width: 100%;
	}
	.map .header p {
		font-size: 14px;
		line-height: 20px;
	}
}