.single .banner-container {
	background: #fff;
}

.single .banner-container .caption {
	padding: 13px 28px;
	font-size: 12px;
	line-height: 19px;
	color: #97a0a7;
	font-style: italic;
	background: #505354;
}

#map_canvas {
	width: 100%;
	height: 400px;
}

.map-container {
	position: relative;
	overflow: hidden;
}

.map-container i {
	position: absolute;
	z-index: 2;
	display: block;
	left: -5px;
	right: -5px;
	height: 5px;
	-moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2) inset;
	-webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2) inset;
	box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2) inset;
}

.map-container .map-top {
	top: 0px;

}

.map-container .map-bottom {
	bottom: 0px;
	-moz-box-shadow: 0 -2px 3px 0 rgba(0, 0, 0, 0.2) inset;
	-webkit-box-shadow: 0 -2px 3px 0 rgba(0, 0, 0, 0.2) inset;
	box-shadow: 0 -2px 3px 0 rgba(0, 0, 0, 0.2) inset;

}


@media only screen and (max-width : 641px) {
	.map-container i {
		display: none;
	}

	#map_canvas {
		position: relative;
		width: auto;
		margin: 0 14px 15px 14px;
		-moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.4);
		-webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.4);
		box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.4);
		border: 1px solid rgba(0, 0, 0, 0.3);
	}

}

.infobox-wrapper {
	display: none;
}

.infoboxwrapper {
	border-radius: 3px;
	box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5);
	background: rgba(255, 255, 255, 0.7) !important;
	position: relative;
}

.infoboxwrapper:after {
	right: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-right-color: rgba(255, 255, 255, 0.7);
	border-width: 10px;
	top: 50%;
	margin-top: -10px;
}

.infobox-content {

	background: #fff;

	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 15px;
	box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.3);
	border-radius: 3px;
	margin: 6px;

}

.infobox-content p {
	margin: 0 0 1.2em 0;
	line-height: 1.4em;
	font-size: 12px;
}

.infobox-content p:last-child {
	margin-bottom: 0;
}

.maptitle-wrapper {
	-moz-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.5);
	background: #cb0000;
	border-bottom: 3px solid #9a0000;
	opacity: 0.9;
	position: relative;
	color: #fff;
	font-size: 22px;
	text-align: center;
	padding: 12px 6px;
	display: none;
}

.maptitle-wrapper h2 {
	font-size: 16px;
	line-height: 1.1em;
	margin: 3px 0;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 0.09em;
}