
#mapWrapper {
	position: fixed;
	top: 0;
	bottom: 0;
	overflow: hidden;
	left: 0;
	width: 100%;
	opacity: 0;
	z-index: 1;
}

#mapContainer {
	position: absolute;
	display: block;
	top: 0;
	width: 100%;
	margin-top: 75px;
	margin-bottom: 48px;
 	height: calc(100% - 75px - 48px );
	background-color: #e8e8e8;
	overflow: hidden;
}

#mapFrame {
	display: block;
	position: relative;
	top: 0; left: 0;
  	box-sizing: content-box;
	width: calc(100% + var(--scrollbarWidth) );
	height: calc(100% + var(--scrollbarWidth) );
	-webkit-overflow-scrolling: touch; /* to ensure momentum scrolling in IOs */
 	overflow: scroll;
	z-index: 0;
}

.tourMiniBox {
	position: absolute;
 	top: 0;
	left: -100%;
	opacity: 0;
	border: 1px solid var(--containerBorder);
 	border-radius: 2px;
	width: 14rem;
	height: auto;
	color: var(--textLightGray);
	background-color: white;
	z-index: 100;
}

.toursMiniImg {
	position: relative;
	width: inherit;
	height: auto;
	display: block;
	border-radius: 3px 3px 0px 0px;
}


.toursMiniCaption {
	box-sizing: border-box;
	position: relative;
	display: block;
	padding: 14px 18px 12px 18px;
	width: 100%;
	height: auto;
}

.toursMiniCaptionHd {
	display: inline-block;
	padding-bottom: 5px;
	float: left;
	color: black;
	width: 100%;
	margin-bottom: 5px;
	border-bottom: 1px solid #5e5e5e;
}

.toursMiniCaptionTitle {
	float: left;
	font-size: 1.1em;
	font-weight: 800;
	width: calc(100% - 2.3rem);
	font-family: 'oldStandard';
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.tourMiniBoxToPanoramaIcon {
	box-sizing: border-box;
	float: right;
	height: 1.2rem;
}

.tourMiniBoxToPanoramaIcon img {
	display: block;
	height: 100%;
}

.miniBoxContainer {
 	position: relative;
	width: 100%;
	overflow: hidden;
	margin-top: 3px;
	height: 7rem;
}

.miniBoxFrame {
	display: block;
	box-sizing: border-box;
 	position: relative;
	font-family: 'sourceSerifPro';
	height: 6.5rem;
 	overflow-y: scroll;
	width: calc(100% + var(--scrollbarWidth) );
	padding-right: 14px;
	text-align: justify;
	color: #6f6f6f;
	font-size: 0.95em;
	line-height: 1.35em;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}

.miniTourBoxToOverview {
	display: block;
	font-family: 'acuminPro';
	font-size: 0.95rem;
	font-weight: 800;
	letter-spacing: 0.1px;
	color: black;
}

.miniTourBoxToOverview img{
	height: auto;
	width: 0.95rem;
	margin-bottom: -0.3125rem;
}

.overviewMap {
	font-size: 0.9em;
	color: black;
}

.closeMiniBox {
	position: absolute;
	display: block;
	top: -0.8em;
	right: -0.8em;
	font-family: 'robotoCondensed';
	color: white;
	font-weight: 800;
	font-size: 19px;
	line-height: 21px;
	text-align: center;
	background-color: #3d3d3d;
	width: 24px;
	height: 24px;
	border: 2px solid white;
	border-radius: 1em;
	z-index: 300;
}

#zoom {
	position: absolute;
	width: 2.5rem;
	height: auto;
	bottom: 60px;
	right: 40px;
	z-index: 50;
}

#zoomIn, #zoomOut {
 	position: relative;
	width: 2.5rem;
	height: 2.5rem;
}

#zoomIn img, #zoomOut Img {
	display: block;
	width: inherit;
	height: inherit;
}


/************** Control Panel **************/

#mapCpContainer{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 48px;
	z-index: 300;
}

#showListing {
	width: 10.5rem;
padding-right: 22px;
padding-left: 12px;
}

#showListing span {
	font-family: "oldStandard";
	float: left;
	line-height: 52px;
	font-size: 1.2rem;
}

#showListing img {
	float: left
}

#showMapChrome, #hideMapChrome {
	position: fixed;
}
