* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-moz-user-select: text;
	-webkit-user-select: text;
	-ms-user-select: text;
	user-select: text;
	-ms-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-webkit-text-size-adjust: none;
	text-size-adjust: none;
	-webkit-user-drag: none;
	-webkit-touch-callout: none;
	-ms-content-zooming: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.center-text {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -41px;
	margin-left: -40px;
	font-size: 50px;
}

.mobile .instructions360 {
	margin-left: -70px;
}



.mobile .center-360icon{
	display: none;
}

.mobile .instructions360-text {
	margin-left: -66px;
	font-size: 20px;
}

.desktop .instructions360 {
	margin-left: -10px;
}

.desktop .instructions360-text {
	margin-left: -51px;
}

.center-360icon {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -65px;
	margin-left: -100px;
	font-size: 150px;
	transform: rotatex(75deg);
}

.center-360icon, .center-text, .instructions360-text {
	color: #fff;
}

.instructions360-text {
	position: fixed;
	bottom: 30px;
	left: 50%;
	font-size: 18px;
}

.instructions360 {
	position: fixed;
	bottom: 60px;
	left: 50%;
}

.fa {
	display: inline-block !important;
	width: 100% !important;
}

html, body {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	overflow: hidden;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #fff;
}

a:hover {
	text-decoration: none;
}

.control-inner h1 {

	text-align: center;
	color: rgb(255, 255, 255);
}

#whoami .control-inner .center {
	margin-left: auto;
	margin-right: auto;
}

#debugcenter {
	top: 50%;
	left: 50%;
	position: absolute;
	width: 10px;
	height: 10px;
	margin-left: -5px;
	 margin-top : -5px;
	background-color: #ffa71f;
	border-radius: 50%;
	margin-top: -5px;
}

#debug {
	position: absolute;
	top: 35px;
	width: 100%;
	text-align:center;
	color: white;
	font-size: 16px;
}

#debug-link {
	position: absolute;
	top: 15px;
	width: 100%;
	text-align:center;
	color: white;
	font-size: 16px;
	cursor:pointer;
}

#intro {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	font-family: 'Roboto', sans-serif !important;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	overflow: hidden;
	color: rgb(119, 109, 110);
	background-color: white;
	display: table;
}

#intro #wrapper {
	width: 800px;
	height: 400px;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	margin-bottom: auto;
	display: table-cell;
	vertical-align: middle;
}

#intro #music {
	position: absolute;
	bottom: 15px;
	width: 200px;
	right: 15px;
	color: #1C77A0;
	font-size: 26px;
}

#intro i {
	position: absolute;
	right: -5px;
	bottom: 5px;
	right: 125px;
}

#intro a#skip_intro {
	position: absolute;
	top: 0;
	right: 60px;
}

#intro #move {
	display: block;
	margin: 0 auto;
}

.control-inner img {
	max-width: 90%;
}

#logo img {
	max-width: 100%;
}

#intro img {
	max-width: 90%;
	display: block;
	margin: auto;
}

#whoami a {
	color: #15739F;
	text-decoration: underline !important;
}

#intro h1 {
	text-transform: uppercase;
	font-size: 42px;
	padding-top: 150px;
	text-align: center;
}

#intro p {
	font-size: 28px;
	padding-top: 150px;
	text-align: center;
}

.viewControlButton  .fa {
	text-align: center;
	display: inline-block;
	width: 100%;
	color: white;
}

.modal.modal-wide .modal-dialog {
	width: 90%;
	height: 90%;
}

#welcome .modal-content {
	background-size: cover !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
	background-color: white;
	transition: background 1s ease-in-out;
	opacity: 0.8;
}

.modal-content {
	height: auto;
	min-height: 100%;
}

#withoutmusic {
	float: left;
}

#withmusic {
	float: right;
	padding-right: 15px;
}

.modal-backdrop {
	background-color: white !important;
}



.fade {
	opacity: 0;
	-webkit-transition: opacity 2s linear !important;
	transition: opacity 2s linear !important;
}

.modal-content {
	padding-left: 20px;
}

#titleBar {
	visibility: hidden;
}

#logo {
	max-width: 35%;
	position: absolute;
	top: 15px;
	left: 20px;
	position: absolute;
}

.control-outer {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.9);
}

.control-inner img {
	display: table-caption;
	margin: 0 auto;
}

#whoami .control-inner {
	background-color: rgba(255, 255, 255, 0.7);
}

.control-inner {
	position: relative;
	top: 50%;
	transform: translateY(-50%);

	font-size: 14px;
}

.control-inner img {
	padding-top: 25px;
	padding-bottom: 25px;
}

.modal-dialog.fullscreen {
	width: 95%;
	height: 95%;
	margin: 0;
	padding: 0;
}

.fullscreen .modal-content {
	height: auto;
	min-height: 88%;
	border-radius: 0;
}

.fullscreen .modal-content img {
	height: auto;
	min-height: 88%;
	border-radius: 0;
	float: left;
}

#logo_story a{
	position: absolute;
	bottom: 10px;
	left: 44px;
	width: 20px;
	height: 35px;
	background-image: url("../img/storygraaf.png");
	padding: 0px;
}


#logo_story a:hover {
	z-index:99999999;
		width: 193px;
background-image:  url("../img/storygraafwtext.png");
-moz-transition: all 0.4s ease-in-out;
-webkit-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
-ms-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
}

#logo_story:hover i.fa {
	visibility: hidden;
}

#logo_story:hover {
	border-left: 0px solid red;
	background-image: url("../img/storygraaf.png");
}

#sceneListToggle {
	visibility: hidden;
}

.modal {
	text-align: center;
	padding: 0 !important;
}

.modal:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -4px; /* Adjusts for spacing */
}

.modal-dialog {
	display: inline-block;
	text-align: left;
	vertical-align: middle;
}

.modal-content img {
	padding-right: 16px;
}

.modal-dialog {
	margin: 30px auto;
}

a {
	text-decoration: none !important;
}

a:hover {
	text-decoration: none !important;
}

a, a:hover, a:active, a:visited {
	text-decoration: none;
	color: inherit;
}

#pano {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	cursor: -webkit-grab !important;
	cursor: -moz-grab !important;
	cursor: move;
}

.grabbing {
	cursor: -moz-grabbing;
	cursor: -webkit-grabbing;
}

/* If there is a fullscreen button the title bar must make space for it */
body.fullscreen-enabled #titleBar {
	right: 80px;
}

body.fullscreen-enabled.mobile #titleBar {
	right: 100px;
}

/* If there are multiple scenes the title bar must make space for the scene list toggle */
body.multiple-scenes #titleBar {
	left: 40px;
}

body.multiple-scenes.mobile #titleBar {
	left: 50px;
}

body.fullscreen-enabled #fullscreenToggle {
	display: block;
}

.icon {
	color: #1C77A0;
	text-align: center;
	vertical-align: bottom;

}

.mobile #fullscreenToggle .icon {
	top: 10px;
	right: 10px;
}

#fullscreenToggle .icon.on {
	display: none;
}

#fullscreenToggle .icon.off {
	display: block;
}

#fullscreenToggle.enabled .icon.on {
	display: block;
}

#fullscreenToggle.enabled .icon.off {
	display: none;
}

#autorotateToggle {
	display: block;
	position: absolute;
	top: 120px;
	right: 0;
}

.icon#play {
	display: block;
	position: absolute;
	top: 0;
	right: 80px;
	width: 40px;
	height: 40px;
	padding: 5px;
	color: white;
	background-color: #1C77A0;
}

.icon#stop {
	display: block;
	position: absolute;
	top: 0;
	right: 80px;
	width: 40px;
	height: 40px;
	padding: 5px;
	color: white;
	background-color: #1C77A0;
}

.mobile #autorotateToggle {
	width: 50px;
	height: 50px;
}

/* If there is a fullscreen button, autorotate must placed a bit to the left */
body.fullscreen-enabled #autorotateToggle {
	/* right: 40px;*/
	
}

body.fullscreen-enabled.mobile #autorotateToggle {
	right: 50px;
}

.mobile #autorotateToggle .icon {
	top: 10px;
	right: 10px;
}

#autorotateToggle .icon.on {
	display: none;
}

#autorotateToggle .icon.off {
	display: block;
}

#autorotateToggle.enabled .icon.on {
	display: block;
}

#autorotateToggle.enabled .icon.off {
	display: none;
}

/* Hide scene list when only a single scene exists */
body.single-scene #sceneList, body.single-scene #sceneListToggle {
	display: none;
}

/* Link hotspot */
.link-hotspot {
	width: 60px;
	height: 60px;
	margin-left: -30px;
	margin-top: -30px;
	opacity: 0.9;
	transition: opacity 0.2s;
	cursor: pointer;
}

.no-touch .link-hotspot:hover {
	opacity: 1;
}

.mobile .link-hotspot {
	width: 70px;
	height: 70px;
}

.link-hotspot-icon {
	width: 100%;
	height: 100%;
	cursor: pointer;
}

.link-hotspot-tooltip {
	position: absolute;
	left: 100%;
	top: 14px; /* ( 60 - (16 + 2*8) ) / 2 */
	margin-left: 3px;
	font-size: 16px;
	max-width: 300px;
	padding: 8px 10px;
	border-radius: 1px;
	background-color: rgb(58, 68, 84);
	font-family: 'Roboto', sans-serif;
	background-color: rgba(255, 255, 255, 0.7);
	color: #15739F;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	cursor: pointer;
	opacity: 0;
	-ms-transform: translateX(-8px);
	-webkit-transform: translateX(-8px);
	transform: translateX(-8px);
	transition: -ms-transform 0.3s, -webkit-transform 0.3s, transform 0.3s,
		opacity 0.3s;
}

.mobile .link-hotspot {
	/*top: 19px;  ( 70 - (16 + 2*8) ) / 2 */
}

.no-touch .link-hotspot:hover .link-hotspot-tooltip {
	opacity: 1;
	-ms-transform: translateX(0);
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

/* Prevent tooltip from triggering */
.link-hotspot-tooltip {
	pointer-events: none;
}

.no-touch .link-hotspot:hover .link-hotspot-tooltip {
	pointer-events: all;
}

/* Fallback mode without pointer-events (IE8-10) */
.tooltip-fallback .link-hotspot-tooltip {
	display: none;
}

.no-touch .tooltip-fallback .link-hotspot:hover .link-hotspot-tooltip {
	display: block;
}

/* Info hotspot */
.info-hotspot {
	line-height: 1.2em;
	opacity: 0.9;
	transition: opacity 0.2s 0.2s;
}

.no-touch .info-hotspot:hover {
	opacity: 1;
	transition: opacity 0.2s;
}

.info-hotspot.visible {
	opacity: 1;
}

.info-hotspot .info-hotspot-header {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: #ff0000;
	cursor: pointer;
	transition: width 0.3s ease-in-out 0.5s, border-radius 0.3s ease-in-out
		0.5s;
}


.info-hotspot-icon-wrapper .fa{
	
	font-size:30px;
	left:50%;
	top:10px;
	position:absolute;
	transform: translateX(-50%);

}


.mobile .info-hotspot .info-hotspot-header {
	width: 50px;
	height: 50px;
	border-radius: 25px;
}

.desktop.no-touch .info-hotspot .info-hotspot-header:hover {
	width: 260px;
	border-radius: 5px;
	transition: width 0.3s ease-in-out, border-radius 0.3s ease-in-out;
}

.desktop .info-hotspot.visible .info-hotspot-header, .desktop.no-touch .info-hotspot.visible .info-hotspot-header:hover
	{
	width: 260px;
	border-radius: 5px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	transition: width 0.3s ease-in-out, border-radius 0.3s ease-in-out;
}

.info-hotspot .info-hotspot-icon-wrapper {
	width: 40px;
	height: 40px;
}

.mobile .info-hotspot .info-hotspot-icon-wrapper {
	width: 50px;
	height: 50px;
}

.info-hotspot .info-hotspot-icon {
	width: 90%;
	height: 90%;
	margin: 5%;
}

.info-hotspot .info-hotspot-title-wrapper {
	position: absolute;
	left: 40px;
	text-align:center;
	color:yellow;
	font-size:32px;
	top: 0;
	width: 0;
	height: 40px;
	padding: 0;
	overflow: hidden;
	transition: width 0s 0.4s, padding 0s 0.4s;
}

.desktop .info-hotspot.visible .info-hotspot-title-wrapper, .desktop.no-touch .info-hotspot .info-hotspot-header:hover .info-hotspot-title-wrapper
	{
	width: 220px;
	padding: 0 5px;
	transition: width 0s 0.4s, padding 0s 0.4s;
}

.info-hotspot .info-hotspot-title-wrapper:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}

.info-hotspot .info-hotspot-title {
	display: inline-block;
	vertical-align: middle;
	-moz-user-select: text;
	-webkit-user-select: text;
	-ms-user-select: text;
	user-select: text;
}

.info-hotspot .info-hotspot-close-wrapper {
	position: absolute;
	left: 260px;
	top: 0;
	height: 40px;
	width: 40px;
	border-top-right-radius: 5px;
	background-color: #EEE;;
	visibility: hidden;
	-ms-transform: perspective(200px) rotateY(90deg);
	-webkit-transform: perspective(200px) rotateY(90deg);
	transform: perspective(200px) rotateY(90deg);
	-ms-transform-origin: 0 50% 0;
	-webkit-transform-origin: 0 50% 0;
	transform-origin: 0 50% 0;
	transition: -ms-transform 0.3s 0.3s, -webkit-transform 0.3s 0.3s,
		transform 0.3s 0.3s, visibility 0s 0.6s;
	-webkit-transition: -webkit-transform 0.3s 0.3s, visibility 0s 0.6s;
}

.desktop .info-hotspot.visible .info-hotspot-close-wrapper {
	visibility: visible;
	-ms-transform: perspective(200px) rotateY(0deg);
	-webkit-transform: perspective(200px) rotateY(0deg);
	transform: perspective(200px) rotateY(0deg);
	transition: -ms-transform 0.3s, -webkit-transform 0.3s, transform 0.3s,
		visibility 0s 0s;
	-webkit-transition: -webkit-transform 0.3s, visibility 0s 0s;
}

.info-hotspot .info-hotspot-close-icon {
	width: 70%;
	height: 70%;
	margin: 15%;
}

.info-hotspot .info-hotspot-text {
	position: absolute;
	width: 300px;
	height: auto;
	max-height: 200px;
	top: 40px;
	left: 0;
	padding: 10px;
	background-color: #EEE;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	overflow-y: auto;
	visibility: hidden;
	-ms-transform: perspective(200px) rotateX(-90deg);
	-webkit-transform: perspective(200px) rotateX(-90deg);
	transform: perspective(200px) rotateX(-90deg);
	-ms-transform-origin: 50% 0 0;
	-webkit-transform-origin: 50% 0 0;
	transform-origin: 50% 0 0;
	transition: -ms-transform 0.3s, -webkit-transform 0.3s, transform 0.3s,
		visibility 0s 0.3s;
	-webkit-transition: -webkit-transform 0.3s, visibility 0s 0.3s;
	-moz-user-select: text;
	-webkit-user-select: text;
	-ms-user-select: text;
	user-select: text;
}

.desktop .info-hotspot.visible .info-hotspot-text {
	visibility: visible;
	-ms-transform: perspective(200px) rotateX(0deg);
	-webkit-transform: perspective(200px) rotateX(0deg);
	transform: perspective(200px) rotateX(0deg);
	transition: -ms-transform 0.3s 0.3s, -webkit-transform 0.3s 0.3s,
		transform 0.3s 0.3s, visibility 0s 0s;
	-webkit-transition: -webkit-transform 0.3s 0.3s, visibility 0s 0s;
}

/* Info hotspot modal */
.desktop .info-hotspot-modal {
	display: none;
}

.info-hotspot-modal {
	top: 0;
	left: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 11000 !important;
	background-color: rgba(0, 0, 0, .5);
	line-height: 1.2em;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.2s ease-in-out 0.5s, visibility 0s 0.7s;
}

.info-hotspot-modal.visible {
	opacity: 1;
	visibility: visible;
	transition: opacity 0.2s ease-in-out, visibility 0s 0s;
}

.info-hotspot-modal .info-hotspot-header {
	position: absolute;
	top: 60px;
	left: 10px;
	right: 10px;
	width: auto;
	height: 50px;
	background-color: rgb(103, 115, 131);
	background-color: rgba(103, 115, 131, 0.8);
	opacity: 0;
	transition: opacity 0.3s ease-in-out 0.2s;
}

.info-hotspot-modal.visible .info-hotspot-header {
	opacity: 1;
	transition: opacity 0.3s ease-in-out 0.2s;
}

.info-hotspot-modal .info-hotspot-icon-wrapper {
	width: 50px;
	height: 50px;
}

.info-hotspot-modal .info-hotspot-icon {
	width: 90%;
	height: 90%;
	margin: 5%;
}

.info-hotspot-modal .info-hotspot-title-wrapper {
	position: absolute;
	top: 0;
	left: 50px;
	right: 50px;
	width: auto;
	height: 50px;
	padding: 0 10px;
}

.info-hotspot-modal .info-hotspot-title-wrapper:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}

.info-hotspot-modal .info-hotspot-title {
	display: inline-block;
	vertical-align: middle;
	-moz-user-select: text;
	-webkit-user-select: text;
	-ms-user-select: text;
	user-select: text;
}

.info-hotspot-modal .info-hotspot-close-wrapper {
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	height: 50px;
	background-color: rgb(78, 88, 104);
	background-color: rgba(78, 88, 104, 0.8);
	cursor: pointer;
}

.info-hotspot-modal .info-hotspot-close-icon {
	width: 70%;
	height: 70%;
	margin: 15%;
}

.info-hotspot-modal .info-hotspot-text {
	position: absolute;
	top: 110px;
	bottom: 10px;
	left: 10px;
	right: 10px;
	padding: 10px;
	background-color: rgb(58, 68, 84);
	background-color: rgba(58, 68, 84, 0.8);
	overflow-y: auto;
	opacity: 0;
	transition: opacity 0.3s ease-in-out;
	-moz-user-select: text;
	-webkit-user-select: text;
	-ms-user-select: text;
	user-select: text;
}

.info-hotspot-modal.visible .info-hotspot-text {
	opacity: 1;
	transition: opacity 0.3s ease-in-out 0.4s;
}

/* View control buttons */
.viewControlButton {
	display: none;
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 40px;
	height: 40px;
	padding: 5px;
	background-color: #1C77A0;;
	border: 1px solid #ddd;
}

body.view-control-buttons .viewControlButton {
	display: block;
}

/* Hide controls when width is too small */
@media ( max-width : 600px) {
	body.view-control-buttons .viewControlButton {
		display: none;
	}
}

.viewControlButton .icon {
	position: absolute;
	top: 5px;
	right: 5px;
	width: 30px;
	height: 30px;
}

/* Center is at margin-left: -20px */
.viewControlButton-0 {
	margin-left: -195px;
}

.viewControlButton-1 {
	margin-left: -145px;
}

.viewControlButton-2 {
	margin-left: -95px;
}

.viewControlButton-3 {
	margin-left: -45px;
}

.viewControlButton-4 {
	margin-left: 5px;
}

.viewControlButton-5 {
	margin-left: 55px;
}

.viewControlButton-6 {
	margin-left: 105px;
}

.viewControlButton-7 {
	margin-left: 200px;
}

.viewControlButton-8 {
	margin-left: 245px;
}