@font-face {
  font-family: CeraBold;
  src: url(../d04a02d7a7154f19baca5838674deea3.otf);
}

body {
	margin: 0;
	padding: 0;
	font-family: CeraBold;
	background-color: #000;
	overflow: hidden;
}

canvas {
	position: absolute;
	top: 0;
}

.label {
	box-shadow: 0px 0px 6px 8px #FFF;
	border-radius: 50%;
	width: 1px;
	height: 1px;
	background-color: #FFF;
}

#fm-desktopExperience {
	display: none;
	z-index: 30;
	position: absolute;
	top: 0;
	left: 0;
	background: transparent;
	color: #fff;
	min-height: 800px;
	min-width: 1115px;
	height: 100%;
	width: 100%;
}

.fm-content {
	text-align: right;
	max-width: 70%;
	margin-left: auto;
	position: absolute;
	right: 70px;
	bottom: 0;
	max-height: 75%;
}

.fm-firstManImage {
	max-width: 300px;
}

.fm-desktopHeader {
	font-size: 75px;
}

.fm-pAndHand {
	display: flex;
	justify-content: center;
}

.fm-pAndHand .fm-desktopP p {
	max-width: 55%;
	margin-left: auto;
	line-height: 25px;
}

.fm-pAndHand .fm-desktopP, .fm-pAndHand .fm-handWrap {
	padding: 0px 10px;
}

.fm-hand {
	max-width: 190px;
}

.fm-backChevron {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 48px;
	visibility: hidden;
	opacity: 0;
	transition: opacity 300ms, visibility 300ms;
	background: url(../0ba6951e34626cdd450010d89a4993b3.png);
	background-position: center;
	background-size: 14px auto;
	background-repeat: no-repeat;
}

.SEARCHING .fm-backChevron,
.FOUND .fm-backChevron,
.MOON_LANDING.ENTER_PANORAMA .fm-backChevron,
.MISSION_CONTROL.ENTER_PANORAMA .fm-backChevron {
	visibility: visible;
	opacity: 1;
}

#fm-desktopExperience .fm-plus-top {
	position: absolute;
	top: 30px;
	left: 30px;
}

#fm-desktopExperience .fm-top-horizontal-line {
	position: absolute;
	top: 40px;
	left: 0;
	width: 100vw;
	height: 2px;
	background: rgba(255, 255, 255, 0.4);
}

#fm-desktopExperience .fm-plus-bottom {
	position: absolute;
	bottom: 30px;
	right: 30px;
}

#fm-desktopExperience .fm-right-vertical-line {
	position: absolute;
	top: 0;
	right: 40px;
	width: 2px;
	height: 100vh;
	background: rgba(255, 255, 255, 0.4);
}

#fm-smallCanvasContainer canvas {
	opacity: 0;
}

.fm-captureButton {
	display: none;
	position: absolute;
	bottom: 30px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 10;
	opacity: 0;
	width: 60px;
	height: 60px;
	visibility: hidden;
}

.SEARCHING .fm-captureButton {
	visibility: visible;
}

#fm-start-wrapper-cta {
	align-items: flex-start;
	border-radius: 2px;
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
	left: 20px;
	position: absolute;
	bottom: 40px;
	width: 85%;
	transition: all .5s ease-in-out;
	text-transform: uppercase;
	visibility: hidden;
	opacity: 0;
}

.START #fm-start-wrapper-cta {
	visibility: visible;
	opacity: 1;
}

#fm-start-wrapper-cta div {
	text-align: left;
	font-size: 35px;
	width: 100%;
	max-width: 292px;
	line-height: 50px;
}

#fm-start-wrapper-cta #fm-startButtonWrap {
	width: 94%;
	margin-top: 10px;
	background: none;
}


.fm-startBtn {
	border: 0px;
	background: url(../98fb2b825b4b5bfa31690f51ec3c8e3a.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	color: #fff;
	font-family: CeraBold;
	font-size: 17px;
	height: 62px;
	letter-spacing: 3px;
	outline: none;
	padding: 10px 60px;
	text-transform: uppercase;
	width: 100%;
}

.fm-btn--small-bottom {
	position: absolute;
	right: 52px;
	bottom: 34px;
	z-index: 10;

	text-transform: uppercase;
	border: 1px solid #CD8416;
	background: none;
	font-family: CeraBold;
	color: #fff;
	padding: 5px 15px;
	outline: none;


	transition: opacity 300ms, visibility 300ms;
	visibility: hidden;
	opacity: 0;
}

#fm-helpBtn {
	display: none;
}

.SEARCHING #fm-helpBtn {
	visibility: visible;
	opacity: 1;
}

#fm-cantSeeMoon {
	bottom: 40px;
	background: url(../bbaaca05bddef6b5b8b3797987b133d1.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	color: #fff;
	left: 50%;
	position: absolute;
	padding: 15px;
	text-align: center;
	transform: translateX(-50%);
	transition: opacity 300ms, visibility 300ms;
	text-transform: uppercase;
	width: 250px;

	opacity: 0;
	visibility: hidden;
}

.SEARCHING #fm-cantSeeMoon {
	opacity: 1;
	visibility: visible;
}

.SEARCHING.SKY_FALLBACK #fm-cantSeeMoon {
	opacity: 0;
	visibility: hidden;
}

.MOON_LANDING.INTRO_PANORAMA #fm-skipBtn,
.MISSION_CONTROL.INTRO_PANORAMA #fm-skipBtn {
	visibility: visible;
	opacity: 1;
}

#fm-helpView {
	z-index: 20;
	position: absolute;
	background: #0C070D;
	bottom: 0;
	left: 0;
	opacity: 0;
	color: #fff;
	transform: translateY(100%);
	transition: transform .5s ease-in-out;
	overflow: hidden;
}

.fm-helpText {
	width: 55%;
	margin: 30px auto 0;
	text-align: center;
	font-size: 14px;
	line-height: 25px;
	text-transform: uppercase;
}

.fm-helpCTA {
	text-align: center;
	margin-bottom: 20px;
}

#fm-helpCtaBtn,
.fm-btn-orange {
	color: #fff;
	border: 0px;
	padding: 25px;
	text-transform: uppercase;
	background: url(../bbaaca05bddef6b5b8b3797987b133d1.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	font-size: 15px;
	font-family: CeraBold;
	outline: none;
}

#fm-exitHelp {
/*	position: absolute;
	top: 10px;
	right: 10px;*/
	width: 30px;
	height: 30px;
}
#fm-exitHelp:before, #fm-exitHelp:after {
	content: '';
	position: absolute;
	width: 200vw;
	height: 1px;
	background: #fff;
	opacity: .2;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
}

#fm-exitHelp:after {
	width: 1px;
	height: 100vh;
	top: 0;
	left: 50%;
	transform: translateX(0%) translateY(-50%);
}

#fm-exitHelp img {
	width: 100%;
}

/*#fm-findMoonPrompt, #fm-moonLocated {
	position: absolute;
	color: #fff;
	top: 70px;
	left: 50%;
	transform: translateX(-50%);
	text-transform: uppercase;
	margin: 0 auto;
	z-index: 10;
	text-align: center;
	width: 235px;
	visibility: hidden;
	opacity: 0;
}

.SEARCHING #fm-findMoonPrompt, .FOUND #fm-moonLocated {
	visibility: visible;
	opacity: 1;
}

#fm-moonLocated {
	font-size: 30px;
	max-width: 200px;
}*/

#fm-trailerCta {
	position: absolute;
	bottom: 40px;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	text-align: center;
	opacity: 0;
	visibility: hidden;
	transition: opacity 300ms, visibility 300ms;
}

.ENTER_PANORAMA #fm-trailerCta {
	opacity: 1;
	visibility: visible;
}

#fm-trailerButton {

}

