html, body {
	position: relative;
	margin: 0;
	height: 100%;
	overflow: hidden;
	background-color: #000;
	-webkit-text-size-adjust: 100%;
}

body {
	font-family: Lato;
	font-size: 14px;
	font-weight: normal;
	font-smoothing:antialiased;
	-webkit-font-smoothing: antialiased;
	text-rendering:optimizeLegibility;
}

a {
	font-size: inherit;
	color: #3dc1ce;
	transition: all 200ms;
	text-decoration: none !important;
	cursor: pointer !important;
	outline: 0 !important;
}

a:hover {
	color: #00a0b0;
	text-decoration: none;
}

a:focus {
	color: #00a0b0;
	text-decoration: none;
}

#panoTitle {
	visibility: visible;
	opacity: 1;
	position: absolute;
	top: 10px;
	left: 50%;
	margin: 0;
	transform: translateX(-50%);
	font-size: 14px;
	font-family: Montserrat;
	font-weight: 500;
	text-shadow: 0 0 5px rgba(0,0,0,0.85);
	color: #fff;
	letter-spacing: 0.5px;
}

#bgMask {
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100vh;
	width: 100vw;
	background-color: rgba(0,0,0,0.5);
	z-index: 4;
}

#iosSensorNotice {
	display: none;
	position: absolute;
	visibility: visible;
	opacity: 1;
	top: 0px;
	left: 0px;
	height: 100vh;
	width: 100vw;
	background-color: rgba(0,0,0,0.85);
	z-index: 7;
	text-align: center;
	text-shadow: 0 0 5px rgba(0,0,0,0.85);
}

#iosSensorNotice > div {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 350px;
	transform: translate(-50%,-50%);
}

#iosSensorNotice img {
	display: block;
	margin: 0 auto 15px;
}

#iosSensorNotice i {
	margin: 0 6px;
}

#iosSensorNotice p {
	margin: 0 0 5px;
	font-size: 18px;
	font-weight: 500;
	font-family: Montserrat;
	color: #fff;
}

#iosSensorNotice b {
	font-size: 24px;
	font-weight: 500;
	color: #3dc1ce;
}

#iosSensorNotice a {
	display: inline-block;
	margin-top: 10px;
	padding: 6px 22px;
	background-color: #3dc1ce;
	font-size: 20px;
	box-shadow: 0 0 5px 0 rgba(0,0,0,0.5);
	color: #fff;
	transition: all 200ms;
}

#iosSensorNotice a:hover {
	color: #fff;
	background-color: #37abb7;
}

#iosSensorNotice a:focus {
	color: #fff;
	background-color: #308e98;
}

#loader {
	/*display: none;*/
	visibility: hidden;
	opacity: 0;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100vh;
	width: 100vw;
	background-color: rgba(0,0,0,0.85);
	z-index: 3;
	transition: all 200ms;
}

#loader > div {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

#loader p {
	font-size: 20px;
	margin: 0 0 0 -8px;
	font-family: Montserrat;
	font-weight: 500;
	color: #fff;
	text-shadow: 0 0 5px rgba(0,0,0,0.85);
}

#loader span {
	display: block;
	position: absolute;
	top: 28px;
	left: 21px;
	width: 26px;
	border: none;
	background-color: transparent;
	font-size: 10px;
	font-family: Montserrat;
	color: #fff;
	text-align: center;
	text-shadow: 0 0 5px rgba(0,0,0,0.85);
}

#sceneMenu {
	display: none;
	visibility: visible;
	opacity: 1;
	position: absolute;
	bottom: 0px;
	left: 0px;
	color: #fff;
	z-index: 3;
}

#sceneMenu i {
	display: block;
	position: absolute;
	bottom: 0px;
	height: 40px;
	width: 40px;
	background-color: rgba(0,0,0,0.5);
	box-shadow: 0 0 5px 0 rgba(0,0,0,0.5);
	font-size: 20px;
	color: #3dc1ce;
	text-align: center;
	text-shadow: 0 0 5px rgba(0,0,0,0.25);
	line-height: 40px;
	cursor: pointer;
	transition: all 200ms;
}

#sceneMenu i:hover {
	background-color: rgba(0,0,0,0.75);
}

#sceneMenu ul {
	position: absolute;
	bottom: 40px;
	max-height: calc(100vh - 200px);
	overflow: auto;
	visibility: hidden;
	opacity: 0;
	list-style-type: none;
	margin: 0;
	padding: 4px;
	background-color: rgba(0,0,0,0.5);
	transition: all 200ms;
}

#sceneMenu ul.sceneMenuHide {
	visibility: hidden;
	opacity: 0;
}

#sceneMenu ul.sceneMenuShow {
	visibility: visible;
	opacity: 1;
}

#sceneMenu ul li {
	width: auto;
	padding: 6px 14px 6px 10px;
	font-size: 14px;
	font-family: Montserrat;
	border-left: 4px solid transparent;
	transition: all 200ms;
	white-space: nowrap;
	cursor: pointer;
}

#sceneMenu ul li.currentMenuItem {
	color: #3dc1ce;
	cursor: default;
}

#sceneMenu ul li.currentMenuItem:hover {
	border-color: transparent;
}

#sceneMenu ul li.currentMenuItem::after {
	content: " ";
	position: absolute;
	right: 4px;
	height: 0;
	width: 0;
	margin-top: 2px;
	border: 6px solid transparent;
	border-right-color: #f5f6fb !important;
	pointer-events: none;
}

#sceneMenu ul li::after {
	transition: all 200ms;
}

#sceneMenu ul li:hover {
	border-color: #3dc1ce;
}

#sceneMenu ul li:hover::after {
	content: " ";
	position: absolute;
	right: 4px;
	height: 0;
	width: 0;
	margin-top: 2px;
	border: 6px solid transparent;
	border-right-color: #f5f6fb !important;
	pointer-events: none;
}

#socialMenu {
	display: none;
	position: absolute;
	bottom: 0px;
	left: 40px;
	z-index: 3;
}

#socialMenu > i {
	display: block;
	height: 40px;
	width: 40px;
	float: left;
	background-color: rgba(0,0,0,0.5);
	box-shadow: 0 0 5px 0 rgba(0,0,0,0.5);
	font-size: 20px;
	line-height: 40px;
	color: #3dc1ce;
	text-align: center;
	cursor: pointer;
}

#socialMenu > i:hover {
	background-color: rgba(0,0,0,0.75);
}

#socialMenu ul {
	visibility: hidden;
	opacity: 0;
	float: right;
	margin: 0;
	padding: 0;
	background-color: rgba(0,0,0,0.5);
	box-shadow: 0 0 5px 0 rgba(0,0,0,0.5);
	list-style-type: none;
	transition: all 200ms;
}

#socialMenu ul.socialMenuShow {
	visibility: visible;
	opacity: 1;
}

#socialMenu ul.socialMenuHide {
	visibility: hidden;
	opacity: 0;
}

#socialMenu ul li {
	display: block;
	height: 40px;
	width: 40px;
	float: left;
	box-shadow: 0 0 5px 0 rgba(0,0,0,0.1) inset;
	font-size: 20px;
	color: #fff;
	line-height: 40px;
	text-align: center;
	text-shadow: 0 0 5px rgba(0,0,0,0.5);
	transition: all 200ms;
	cursor: pointer;
}

#socialMenu ul li.whatsappIcon {
	background-color: rgba(37,211,102,0.75);
}

#socialMenu ul li.whatsappIcon:hover {
	background-color: rgba(37,211,102,1);
}

#socialMenu ul li.weixinIcon {
	background-color: rgba(0,204,51,0.75);
}

#socialMenu ul li.weixinIcon:hover {
	background-color: rgba(0,204,51,1);
}

#socialMenu ul li.facebookIcon {
	background-color: rgba(59,89,152,0.75);
}

#socialMenu ul li.facebookIcon:hover {
	background-color: rgba(59,89,152,1);
}

#socialMenu ul li.twtterIcon {
	background-color: rgba(56,161,243,0.75);
}

#socialMenu ul li.twtterIcon:hover {
	background-color: rgba(56,161,243,1);
}

#socialMenu ul li.linkedinIcon {
	background-color: rgba(0,119,181,0.75);
}

#socialMenu ul li.linkedinIcon:hover {
	background-color: rgba(0,119,181,1);
}

#weixinWindow {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100vh;
	width: 100vw;
	background-color: rgba(0,0,0,0.85);
	z-index: 3;
	transition: all 200ms;
}

#weixinWindow div {
	position: absolute;
	top: 50%;
	left: 50%;
	height: auto;
	width: 300px;
	transform: translate(-50%,-50%);	
	text-align: center;
}

#weixinWindow input {
	display: block;
	width: 100%;
	background-color: transparent;
	box-shadow: none;
	border: none;
	font-size: 16px;
	font-family: Montserrat;
	font-weight: 500;
	color: #fff;
	text-shadow: 0 0 5px rgba(0,0,0,0.85);
}

#weixinWindow i {
	margin-bottom: 8px;
	font-size: 50px;
	color: rgb(0,204,51);
	text-shadow: 0 0 5px rgba(0,0,0,0.85);
}

#weixinWindow p {
	margin: 8px 0;
	font-size: 16px;
	font-family: Montserrat;
	font-weight: 500;
	color: #fff;
	text-shadow: 0 0 5px rgba(0,0,0,0.85);
}

#weixinWindow p:last-child {
	margin: 0px;
}

#weixinWindow a {
	display: inline-block;
	margin: 14px 0 0;
	padding: 6px 12px;
	background-color: rgba(0,204,51,0.85);
	font-size: 14px;
	font-family: Montserrat;
	font-weight: 700;
	color: #fff;
	letter-spacing: 1px;
}

#watermark {
	display: none;
	visibility: visible;
	opacity: 1;
	position: absolute;
	top: 10px;
	left: 10px;
	height: auto;
	max-height: 100%;
	max-width: 150px;
}

#watermark.panopediaLogo {
	top: 8px;
	width: 150px;
}

#author {
	display: none;
	visibility: visible;
	opacity: 1;
	position: absolute;
	top: 80px;
	left: 10px;
}

#author.withPanopediaLogo {
	top: 45px;
}

#author.noWatermark {
	top: 10px;
	min-width: unset;
}

#author p {
	margin: 0;
	font-size: 16px;
	font-weight: 500;
	font-family: Montserrat;
	color: white;
	text-align: left;
	text-shadow: 0 0 5px rgba(0,0,0,0.85);
}

#author p:first-child {
	margin-bottom: 2px;
	color: #fff;
}

#author p:last-child {
	
}

#author p:last-child a {
	color: #fff;
	transition: all 200ms;
}

#author p:last-child a:hover {
	color: #3dc1ce;
}

#cta {
	position: absolute;
	visibility: visible;
	opacity: 1;
	top: 50%;
	max-width: 450px;
	transform: translateY(-50%);
	transition: all 200ms;
}

#cta > div {
	background-color: rgba(0,0,0,0.5);
	padding: 35px 50px;
	box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.25);
}

#cta span {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	top: 10px;
	right: 10px;
	transition: all 200ms;
	cursor: pointer;
}

#cta span i {
	font-size: 18px;
	color: #3dc1ce;
	transition: all 200ms;
}

#cta span:hover i {
	text-shadow: 0 0 5px rgba(255,255,255,0.5)
}

#cta:hover span {
	visibility: visible;
	opacity: 1;
}

#cta h2,
#cta p,
#cta a {
	color: #fff;
	text-shadow: 0 1px 5px rgba(0,0,0,0.5);
}

#cta h2 {
	margin: 0px 0px 0px;
	font-size: 32px;
	font-weight: 600;
	font-family: Montserrat;
	line-height: 1.1;
}

#cta p {
	margin: 10px 0 24px;
	font-size: 20px;
	font-weight: 500;
}

#cta .ctaButton {
	display: inline-block;
	position: relative;
	padding: 12px 40px;
	text-align: center;
	color: #fff;
	font-family: Montserrat;
	font-size: 24px;
	font-weight: 500;
	background: -webkit-linear-gradient(left, #d0302a 0%, #f37043 100%);
	background: -moz-linear-gradient(left, #d0302a 0%, #f37043 100%);
	background: -ms-linear-gradient(left, #d0302a 0%, #f37043 100%);
	background: -o-linear-gradient(left, #d0302a 0%, #f37043 100%);
	background: linear-gradient(left, #d0302a 0%, #f37043 100%);
}

#cta .ctaButton::before,
#cta .ctaButton::after {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: all 200ms;
	line-height: 54px;
}

#cta .ctaButton::before {
	background: -webkit-linear-gradient(left, #d0302a 0%, #dd633c 100%);
	background: -moz-linear-gradient(left, #d0302a 0%, #dd633c 100%);
	background: -ms-linear-gradient(left, #d0302a 0%, #dd633c 100%);
	background: -o-linear-gradient(left, #d0302a 0%, #dd633c 100%);
	background: linear-gradient(left, #d0302a 0%, #dd633c 100%);
}

#cta .ctaButton::after {
	background: -webkit-linear-gradient(left, #d0302a 0%, #c95d33 100%);
	background: -moz-linear-gradient(left, #d0302a 0%, #c95d33 100%);
	background: -ms-linear-gradient(left, #d0302a 0%, #c95d33 100%);
	background: -o-linear-gradient(left, #d0302a 0%, #c95d33 100%);
	background: linear-gradient(left, #d0302a 0%, #c95d33 100%);
}

#cta .ctaButton:hover::before,
#cta .ctaButton:focus::after {
	opacity: 1;
}

#ctaHandle {
	display: none;
	position: absolute;
	top: 50%;
	right: 24px;
	height: 50px;
	width: 20px;
	transform: translateY(-50%);
	background-color: rgba(0,0,0,0.5);
	cursor: pointer;
}

#ctaHandle span {
	position: relative;
	top: 12px;
	left: 5px;
	font-size: 20px;
	font-weight: 600;
	font-family: Montserrat;
	color: #fff;
	text-align: center;
	text-shadow: 0 0 5px rgba(0,0,0,0.85);
}

.controlBar {
	position: absolute;
	top: 0px;
	width: 100%;
	height: 40px;
	float: left;
	background: rgba(0,0,0,0) -webkit-linear-gradient(center top, rgba(0,0,0,0.2), rgba(0,0,0,0)) repeat scroll 0% 0%;
	background: rgba(0,0,0,0) -moz-linear-gradient(center top, rgba(0,0,0,0.2), rgba(0,0,0,0)) repeat scroll 0% 0%;
	background: rgba(0,0,0,0) -o-linear-gradient(center top, rgba(0,0,0,0.2), rgba(0,0,0,0)) repeat scroll 0% 0%;
	background: rgba(0,0,0,0) -ms-linear-gradient(center top, rgba(0,0,0,0.2), rgba(0,0,0,0)) repeat scroll 0% 0%;
	pointer-events: none;
}

.controlBar .controlIcon {
	cursor: pointer;
	float: right;
	width: 36px;
	height: 100%;
	margin-right: 18px;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	position: relative;
	pointer-events: auto;
	transition: all 200ms;
}

.controlBar #fullscreenButton {
	margin-left: -6px;
	margin-right: 2px;
}
.controlBar .settingsMenu {
	display: none;
	padding: 5px 0px;
	position: fixed;
	bottom: 100%;
	right: 14px;
	background-color: #333;
	font-family: Montserrat;
	font-size: 14px;
	visibility: hidden;
	opacity: 1;
	box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 12pt;
	border-radius: 2px;
	overflow: hidden;
	will-change: width, height, opacity;
	pointer-events: auto;
}

.hotspotBox {
	
}

.shortTextHotspot {
	position: absolute;
	top: 85px;
	left: 0px;
	width: auto;
	max-width: 200px;
	max-height: 50%;
	padding: 10px;
	text-align: left;
}

.shortTextHotspot span {
	display: inline-block;
	position: relative;
	width: auto;
	padding: 8px 14px;
	margin: 0;
	border-radius: 4px;
	font-family: Lato;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	letter-spacing: 0.5px;
	text-shadow: 0px 0px 3px rgb(0,0,0);
	background-color: rgba(0,0,0,0.75);
	box-shadow: 0 3px 10px 0px rgba(0,0,0,0.5);
	transition: all 200ms ease-in-out;
}

.shortTextHotspotLock {

}

.closeHotspotElement {
	position: absolute;
	top: 10px;
	right: 8px;
	height: 24px;
	width: 24px;
	border-radius: 50%;
	opacity: 0;
	visibility: hidden;
	line-height: 24px;
	text-align: center;
	color: #fff;
	box-shadow: 0 0 5px 0 rgba(0,0,0,0.5);
	text-shadow: none;
	background-color: rgba(0,0,0,0.9);
	transition: all 200ms;
	cursor: pointer;
}

.closeHotspotElement:hover {
	color: #3dc1ce;
}

.hotspotBox:hover .closeHotspotElement {
	opacity: 1;
	visibility: visible;
}

.bigTextHotspotBox > div,
.imageHotspotBox > div,
.imageTextHotspotBox > div {
	display: inline-block;
}

.bigTextHotspotBox > div:first-child,
.imageHotspotBox > div:first-child,
.imageTextHotspotBox > div:first-child {
	height: 100%;
	width: 10px;
	vertical-align: middle;
}

.bigTextHotspotBox > div:last-child,
.imageHotspotBox > div:last-child,
.imageTextHotspotBox > div:last-child {
	position: relative;
	width: 350px;
	vertical-align: middle;
}

.bigTextHotspotBox {
	display: none;
	height: 350px;
	width: 370px;
	color: #fff;
	text-shadow: 0px 0px 3px rgba(0,0,0,0.85);
	padding: 0;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
}

.bigTextHotspotBox > div:last-child {
	height: auto;
	margin-bottom: 4px;
	border-radius: 4px;
	background-color: rgba(0,0,0,0.85);
	box-shadow: 0 3px 10px 0px rgba(0,0,0,0.5);
}

.bigTextHotspotBox h3 {
	margin: 0 0 12px;
	padding: 15px 15px 8px;
	font-family: Montserrat;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.1;
	text-align: center;
	background-color: rgba(255,255,255,0.1);
}

.hotspotText {
	max-height: 135px;
	overflow: auto;
	padding: 0 15px;
	margin: 0 0 15px;
	font-size: 16px;
	font-family: Lato;
	text-align: left;
}

.imageHotspotBox {
	display: none;
	height: 350px;
	width: 370px;
	color: #fff;
	text-shadow: 0px 0px 3px rgba(0,0,0,0.5);
	padding: 0;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
}

.imageHotspotBox > div:last-child {
	height: auto;
	background-color: transparent;
	text-align: center;
}

.imageHotspotBox img {
	display: inline;
	max-width: 100%;
	height: auto;
}

.imageTextHotspotBox {
	display: none;
	height: 420px;
	width: 370px;
	color: #fff;
	text-shadow: 0px 0px 3px rgba(0,0,0,0.85);
	padding: 0;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
}

.imageTextHotspotBox > div:last-child {
	max-height: 100%;
	margin-bottom: 4px;
	border-radius: 4px;
	text-align: center;
	background-color: rgba(0,0,0,0.85);
	box-shadow: 0 3px 10px 0px rgba(0,0,0,0.5);
}

.imageTextHotspotBox h3 {
	margin: 0;
	padding: 15px 15px 8px;
	font-family: Montserrat;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.1;
	text-align: center;
	background-color: rgba(255,255,255,0.1);
}

.imageTextHotspotBox img {
	max-width: 100%;
	max-height: 155px;
	height: auto;
	margin: 20px 0 0;
}

.imageTextHotspotBox .hotspotText {
	padding: 0 15px;
	margin: 10px 0 15px;
}

#credits {
	display: none;
	visibility: visible;
	opacity: 1;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
}

#credits > div {
	position: relative;
	height: 30px;
	padding-right: 20px;
	background: rgba(0,0,0,0) -webkit-linear-gradient(center bottom, rgba(0,0,0,0.2), rgba(0,0,0,0)) repeat scroll 0% 0%;
	background: rgba(0,0,0,0) -moz-linear-gradient(center bottom, rgba(0,0,0,0.2), rgba(0,0,0,0)) repeat scroll 0% 0%;
	background: rgba(0,0,0,0) -o-linear-gradient(center bottom, rgba(0,0,0,0.2), rgba(0,0,0,0)) repeat scroll 0% 0%;
	background: rgba(0,0,0,0) -ms-linear-gradient(center bottom, rgba(0,0,0,0.2), rgba(0,0,0,0)) repeat scroll 0% 0%;
	text-align: right;
	text-shadow: 0 0 5px rgba(0,0,0,0.85);
	z-index: 2;
}

#credits p {
	margin: 0;
	font-size: 12px;
	color: #fff;
	letter-spacing: 1.5px;
	line-height: 24px;
	text-transform: lowercase;
}

#credits a {
	font-weight: 500;
	font-family: Montserrat;
	letter-spacing: 1px;
}

@media only screen and (max-width:768px) {
	.panoListing #panoTitle { top: 10px; text-align: center; right: 0; transform: translateX(-50%); max-width: unset; }
	#panoTitle { top: 40px; text-align: right; right: 10px; transform: unset; max-width: calc(100% - 135px); }
	#watermark.panopediaLogo { display: block; width: 120px; padding: 0; }
	#watermark { max-height: 24px; }
	#author { top: 40px !important; max-width: 110px; padding: 0; background-color: transparent; box-shadow: none; }
	#author.noWatermark { top: 10px !important; }
	#author p { font-family: Montserrat; font-weight: 500; }
	#author p:first-child { font-size: 14px; }
	#author p:last-child { font-size: 14px; }
	.controlBar .controlIcon { margin-right: 12px; }
	#sceneMenu i,
	#socialMenu > i { background-color: rgba(0,0,0,0.85); }
	#socialMenu { left: unset; right: 0px; }
	#socialMenu > i,
	#socialMenu ul,
	#socialMenu ul li { float: unset; }
	#cta { right: unset !important; left: 50% !important; width: calc(100vw - 90px); text-align: center !important; top: 100%; transform: translate(-50%, calc(-100% + -50px)); }
	#cta > div { padding: 20px 15px; }
	#cta h2 { font-size: 20px; }
	#cta p { margin: 6px 0 14px; font-size: 14px; }
	#cta .ctaButton { font-size: 16px; padding: 8px 20px; }
	#cta .ctaButton::before,
	#cta .ctaButton::after { line-height: 34px; }
	#ctaHandle { top: unset; bottom: 4px; right: unset !important; left: 50% !important; transform: translateX(-50%) rotate(90deg); }
	#credits > div { height: 22px; padding-right: 0px; text-align: center; }
	#credits p { font-size: 10px; }
	.bigTextHotspotBox > div:last-child,
	.imageTextHotspotBox > div:last-child { background-color: rgba(0,0,0,0.65); }
}

@media only screen and (max-height:420px) {
	#iosSensorNotice > div { width: 450px; }
	#iosSensorNotice img { max-height: 100px; }
	#iosSensorNotice p { font-size: 16px; }
	#iosSensorNotice b { font-size: 20px; }
	#iosSensorNotice a { padding: 4px 20px; }
}

@media only screen and (max-height:350px) {
	.controlBar,
	#watermark,
	#author,
	#sceneMenu,
	#socialMenu { display: none !important; }
	#panoTitle { top: 5px; text-align: center; right: unset; left: unset; max-width: unset; width: 100%; font-size: 12px; }
}