/* jAlbum 17 with Matrix 53, Wedding style, album creation date 2018-11-19 00:07 */
body {
	margin: 0px;
	font-family: Verdana, Geneva, sans-serif;
	background-color: rgba(202,194,175,1.0);
}
.mx-mapcontainer {
	position: relative;
	top: 15px;
	margin: 0px auto;
	padding: 0px 15px;
	max-width: 830px;
}
.mx-mapbox {
	overflow: auto;
	background-color: #f3f0e9;
	border-radius: 7px;
}
.mx-mapbox > div > div {
	margin: 15px;
	box-shadow: 7px 7px 7px rgba(0, 0, 0, 0.4);
}
.mx-mapbox > div > div > div {
	position: relative;
	max-width: 800px;
	padding-bottom: 75.0%;
	border-radius: 0px;
}
.mx-mapcaption {
	background-color: #f3f0e9;
	border-radius: 7px;
	margin-top: 5px;
	padding: 5px 0px;
	text-align: center;
	position: relative;
	min-height: 30px;
}
.mx-globeclose {
	position: absolute;
	left: 5px;
	width: 26px;
	height: 26px;
	border: 2px solid #ccc7b9;
	border-radius: 0px;
	background: rgba(243,240,233,1.0) url("globeclose.svg") center center / 22px 22px no-repeat;
}
.mx-globeclose:hover {
	background-image: url("globeclose_hover.svg");
	cursor: pointer;
}
.mx-mapdim {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #000000;
	opacity: 0.85;
	z-index: -1;
}

