#map {
	position: relative;
	overflow: hidden;
}
#map-legend {
	position: absolute;
	z-index: 10;
	left: 120px;
	width: 270px;
	padding: 15px 20px 90px 20px;
	background: #ffc905;
}
#map-legend > .title {
	font-size: 35px;
	font-weight: bold;
}
#map-legend > .name {
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 10px;
}
#map-legend > .address {
	margin-top: 15px;
}
#map-legend > .tel, #map-legend > .email {
	overflow: hidden;
	margin-top: 10px;
}
#map-legend > .tel > strong, #map-legend > .email > strong {
	float: left;
	display: block;
	width: 20px;
}
#map-legend > .tel > a, #map-legend > .email > a {
	float: left;
	display: block;
	width: calc(100% - 20px);
	word-wrap: break-word;
}
#map-legend > .dropdown {
	margin-top: 10px;
	border: 1px solid #004477;
}
#map-legend > .dropdown > select {
	color: #004477;
}
#map-legend > .dropdown::after {
	top: calc(50% - 4px);
	width: 14px;
	height: 8px;
	background: url(/image/map_arrow_down.png);
}
#map-legend > .buttons {
	overflow: hidden;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	border-top: 1px solid #004477;
}
#map-legend > .buttons > a {
	float: left;
	width: 50%;
	height: 70px;
	padding-top: 40px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	background-position: center 10px;
	background-repeat: no-repeat;
}
#map-legend > .buttons > a:first-child {
	border-right: 1px solid #004477;
	background-image: url(/image/contact_icon_map.png);
}
#map-legend > .buttons > a:last-child {
	background-image: url(/image/contact_icon_photo.png);
}
#map-legend > .buttons > a.selected {
	background-color: #f2bf07;
}
#map-content {
	height: 495px;
}
#gallery {
	position: absolute;
	z-index: 1;
	top: 99999px;
	left: calc(50% - 960px);
	width: 1920px;
}
#gallery .owl-dots {
	position: absolute;
	z-index: 100;
	width: 100%;
	bottom: 4px;
	text-align: center;
}
#gallery .owl-dot {
	display: inline-block;
}
#gallery .owl-dot span {
	display: block;
	width: 8px;
	height: 8px;
	margin: 4px;
	background: #fff;
	border-radius: 50%;
}
#gallery .owl-dot.active span {
	background: #ffc905;
}
#bd-main {
	margin-top: 50px;
	text-align: center;
}
#bd-main h2 {
	font-size: 35px;
	font-weight: bold;
}
#bd-main h3 {
	font-size: 20px;
	font-weight: bold;
}
#bd-main p {
	margin-top: 20px;
}
#form {
	max-width: 490px;
	margin: auto;
	color: #777;
	text-align: left;
}
#form > div {
	margin-top: 20px;
}
#form > .dob > .dropdown {
	display: inline-block;
	width: 80px;
}
#form > .small {
	font-size: 12px;
}
#form > div > a {
	display: block;
	width: 100%;
	line-height: 40px;
	color: #fff;
	background: #005493;
	border-radius: 5px;
	text-align: center;
}
/* Media queries
-------------------------------------------------------------------------------*/
@media screen and (max-width: 600px) {
#map-legend {
	position: relative;
	left: 0;
	width: 100%;
	padding-bottom: 15px;
}
#map-legend > .buttons {
	display: none;
}
/*#map-content {
	display: none;
}*/
#gallery {
	display: none;
}
}
