#object{
	background: none;
	padding-left: 0;
	padding-right: 0;
}

#content{
	padding-bottom: 22px;
}

#map {
	min-height: 480px;
	width: 100%;
	position: relative;
	height: 67vh;
}

#map-container {
	position: relative;
}

.map{
	position: relative;
	margin: 0 auto;
}

#object .up{
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

#map-nav {
	position: relative;
	z-index: 100;
	height: 35px;
	margin: 0 auto;
}

#map-nav a {
	color: #fff;
	display: block;
	text-align: center;
	position: absolute;
	line-height: 35px;
	width: 100%;
	top:0;
}

#object .map-wrapper{
	position: relative;
}

#map-nav a:hover{
	text-decoration: none;
}

#object .infoWindow p {
	margin: 0;
	padding: 0;
}

#object .infoWindow .strong {
	margin-top: 5px;
}

#object .infoWindow .altitude {
	margin-top: 5px;
}

.map img:first-of-type{
	position: relative;
}

.map-outer {
	display: block;
	width: 100%;
	overflow-x: auto;
	white-space: nowrap;
	overflow-y: auto;
	margin: 0 auto;
}

@media screen and (max-width: 740px){
	#object{
		padding-top: 20px;
	}
}

.map-button-cont {
	top: 48px;
	left: calc(50% - 85px);
	position: absolute;
	z-index: 500;
	border: 1px solid rgba(0,0,0,0.2);
	border-radius: 4px;
}

@media screen and (min-height: 759px){
	#map-nav{
		display: none;
	}

	#map{
		margin-top: 0;
	}

	.map-outer {
		padding-top: 0;
	}
	
	.map-button-cont {
		top: 13px;
	}
}


.map-button {
	display: none;
	padding: 5px 10px;
	margin: 0;
	background: #ffffff;
	text-decoration: none !important;
	cursor: pointer;
	border-radius: 4px;
	width: 170px;
	box-sizing: border-box;
	text-align:center;
}

.map-button-display {
	display: block;
	border-radius: 0;
}

.map-button-display img {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.map-button-display:first-of-type {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom: 1px solid rgba(0,0,0,0.2)
}

.map-button-display:last-of-type {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}

.map-button-active {
	margin-bottom: 0;
	background: #ffffff;
	display: block;
}

.map-button:first-of-type {
	margin-left: 0;
}

.map-button:hover {
	background: #eeeeee;
}

.map-button .button-text-mobile{
	display: none;
}

@media screen and (max-width: 500px) {
	.map-button span {
		display: none;
	}

	.map-button {
		width: 130px;
	}

	.map-button-cont {
		left: calc(50% - 65px);
	}

	.map-button .button-text-desktop{
		display: none;
	}

	.map-button .button-text-mobile{
		display: inline;
	}
}

#object {
	box-shadow: none;
}