/* jAlbum 14.1.10 with Matrix 44, Wedding style, album creation date 11/09/17 23:24 */
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-buttonbox {
	background-color: #f3f0e9;
	border-radius: 7px;
	margin-top: 5px;
	padding: 5px 0px;
	text-align: center;
}
.mx-buttontext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	padding: 0px 5px 0px;
	cursor: pointer;
	vertical-align: middle;
	text-shadow: none;
}
.mx-mapdim {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #000000;
	opacity: 0.85;
	z-index: -1;
}

