/* Place custom 360 styles here */
.list-container h4,
.list-container .tourlist {
	background-color: transparent;
}

.list-container h3,
#prev-next-container {
	display: none !important;
}

html,
body {
	font-family: 'Oxygen', sans-serif;
}

@media only screen and (min-width: 768px) {
	.list-container {
		max-width: 290px;
	}
}

.list-container-inner {
	background-color: rgba(255, 255, 255, 0.8);
	color: #000;
}

@media only screen and (min-width: 768px) {
	.list-container-inner {
		padding-bottom: 136px;
	}
	.list-container.single-access .list-container-inner {
		padding-bottom: 0;
	}
}

.list-container h4 {
	padding: 15px 20px 0;
	font-size: 22px;
	font-weight: 700;
	line-height: 24px;
}
.list-container.single-access h4 {
	background-color: rgba(255, 255, 255, 0.8);
	padding: 15px 20px;
}

.list-container .tourlist li a {
	position: relative;
	padding: 6px 20px;
	font-family: 'futura-pt', sans-serif;
	font-size: 18px;
	line-height: 20px;
	-webkit-transition: padding .2s;
	transition: padding .2s;
}

.list-container .tourlist li a:before {
	content: ' ';
	position: absolute;
	left: 20px;
	top: 15px;
	width: 5px;
	height: 5px;
	display: block;
	-webkit-transition: background-color .2s;
	transition: background-color .2s;
}

.list-container .tourlist li a.active {
	padding: 6px 10px 6px 30px;
	-webkit-transition: background-color .2s ease .2s;
	transition: background-color .2s ease .2s;
}

.list-container .tourlist li a.active:before {
	background: #000;
}

.desktop-st {
	border-radius: 0 0 15px 15px;
	background-color: rgba(0, 161, 156, 0.8);
	color: #fff;
	font-family: 'Oxygen', sans-serif;
	font-size: 22px;
	font-weight: 700;
	text-transform: uppercase;
}

.desktop-st:hover {
	background-color: rgba(0, 161, 156, 1);
	color: #fff;
}

.mobile-st {
	background-color: rgba(0, 161, 156, 0.8);
	color: #fff;
}

.mobile-st.is-open{
	background-color: rgba(0, 161, 156, 1);
	color: #fff;
}

#desktop-gui .button.button-auto {
	width: 96px;
	height: 96px;
	opacity: .8;
	background-color: rgba(0, 161, 156, 0.8);
	border-radius: 100%;
	font-size: 42px;
	line-height: 1;
}

#desktop-gui .button.button-auto:before {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	margin-left: 5px;
	margin-top: -1px;
}

#desktop-gui .button.button-auto.enabled {
	background-color: rgba(0, 161, 156, 1);
}


/* ============ HOTSPOTS ============== */
.krpanoHotspot .hotspot {
	background-color: rgba(0, 161, 156, 0.8);
}

@media only screen and (min-width: 1025px) {
	.krpanoHotspot .hotspot:hover {
		background-color: rgba(0, 161, 156, 1);
	}
}

#info-spot {
	background-color: rgba(0, 0, 0, .8);
}

#info-spot.info #info-hcenter {
	max-width: 768px;
}

#info-spot #info-topbar #info-title {
	left: 28px;
	right: 60px;
}

#info-spot #info-topbar #info-close {
	position: absolute;
	right: 0;
	top: 0;
	width: 50px;
	height: 50px;
	background-color: rgba(0, 161, 156, 0.8);
	color: #fff;
	font-size: 42px;
	line-height: 50px;
	-webkit-transition: background-color .2s;
	transition: background-color .2s;
}

#info-spot #info-topbar #info-close:hover {
	background-color: rgba(0, 161, 156, 1);
}

#info-spot.info #info-content {
}

#info-spot #info-content p {
	line-height: 1.5;
}