.vcardbox {
	border: 1px solid #d2d2d2;
	background: #f2f2f2 url(../img/pattern-noise.png) repeat;
	margin-top: 20px;
	margin-bottom: 10px;
	padding: 15px;
}

.vcardbox + p, .mapbox + p {
	margin-bottom: 60px;
}

.vcardbox h3 {
	color: black;
	margin-top: 0;
	margin-bottom: 25px;
}

.vcardbox ul {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	padding: 0;
}

.vcardbox ul li {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}

.vcardbox ul li span {
	visibility: hidden;
}

.vcardbox ul li:hover span {
	visibility: visible;
}

.zoom {
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	background-color: rgba(0,0,0,0.6);
	z-index: 1000;
    cursor: pointer;
	text-align: center;
    display: none;
}

.zoom span {
	position: relative;
	top: 42.5%;
	margin-left: auto;
	margin-right: auto;
	background-color: rgba(0,0,0,0.6);
	border-radius: 10px;
	padding: 0.25em;
	color: white;
	font-size: 7em;
	font-weight: bold;
}

.directions h4 {
	margin-top: 20px;
}

.mapbox {
	border: 1px solid #d2d2d2;
	background: #f2f2f2 url('../img/pattern-noise.png') repeat;
	margin-top: 20px;
	margin-bottom: 10px;
}

.map {
	background-image: url('../img/map-national-extended.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position-x: center;
	height: 300px;
}
