@import 'https://cdn.jsdelivr.net/npm/@photo-sphere-viewer/core@5/index.css';
@import 'https://cdn.jsdelivr.net/npm/@photo-sphere-viewer/markers-plugin@5/index.css';

html, body, #viewer {
	width: 100%;
	height: 100%;
	margin: 0;
	font-family: sans-serif;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
#Cocos2dGameContainer{
	overflow: hidden;
}

@font-face {
  font-family: HelveticaRoundedLTStd;
  src: url("./res/loading/HelveticaRoundedLTStd-Bd.woff");
}
* {
	padding: 0;
	margin: 0;
}
html,
body {
	min-height: 100%;
}
html {
  -ms-touch-action: none;
}
body {
	border: 0;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Helvetica, Verdana, Arial, sans-serif;
}
body, canvas, div {
	outline: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	-khtml-user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
canvas {
	background-color: rgba(0, 0, 0, 0);
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	/* display: none; <- Crashes Chrome on hover */
	-webkit-appearance: none;
	margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}
#logo {
  position: relative;
  width: 200px;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
#logo img{
	width: 100%;
}
#splash {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: #fff;
}
.progress-bar {
	left: 9%;
	bottom: 3%;
	height: 2.5%;
	width: 82%;
	padding: 1px;
	background: #fff;
	position: absolute;
	border: 1px solid #a63492;
}
.progress-bar span {
	height: 100%;
	display: block;
	background-color: #a63492;
}
#splashText {
	top: 0;
	left: 0;
	color: #fff;
	width: 100%;
	height: 100%;
	text-align: center;
	position: absolute;
	font-size: large;/* 1.2vw;*/
    font-family: HelveticaRoundedLTStd;
}
#splashText:after {
	content: "";
	height: 100%;
	vertical-align: middle;
	display: inline-block;
}
.splashImg {
    width: 100%;
    bottom: 170%;
    position: absolute;
    text-align: center;
	transform: scale(1.2); 
}
.splashImg img {
	/* max-width: 11.5625vw; */
}
.cocosVideo{
	border-radius: 50% !important;
}
