main > div, .Default {
	background: #ffffff;
}
.environmentNotice {
	display: none !important;
}
.no-scroll {
    overflow: hidden;
    height: 100%;
}
.overlay-content .btn { width: 150px; }
.overlay-content .close {
	display: none;
}
#threejs-container {
	position: fixed;
	top: 80px;
	left:0;
	width: 100vW;
	background-color: #f0f0f0;
}
:target {
    scroll-margin-top: 80px !important; 
}
#icon-container {
	position: absolute;
	bottom: 0px;
	left: 0px;
}
#icon-container .icon_down {
	position: absolute;
	bottom: 20px;
	left: calc(50vW - 20px);
	z-index:9999;
	background: #001238;
	border-radius: 20px;
	width: 41px;
	height: 40px;
	pointer-events: all;
}
#icon-container .icon_down i {
	background: 0 0;
	width: 41px;
	text-align: center;
	margin: 6px 0 0 1px;
	font-size: 30px;
	color: #fff;
}
#icon-container .icon_down i:hover {
	cursor: pointer;
	margin: 6px 0 0;
	font-size: 32px;
}
#icon-container .icon {
	position: absolute;
	bottom: 60px;
	left: calc(100vW - 100px);
	width: 60px;
	height: 60px;
	pointer-events: none;
}
#icon-container .icon img {
	width: 100%;
	height: 100%;
}
#icon-container .icon_load {
	position: absolute;
	top: calc(-50vH - 37px);
	left: calc(50vW - 37px);
}
#icon-container .icon_load i {
	font-size: 74px;
}
#threejs-container2, #threejsLayer {
	position: fixed;
	top: 80px;
	left: 0;
	z-index: 1020;
	pointer-events: none;
}
.threejsOverlay {
	position: relative;
	z-index: 1021;
	left: -15px;
	width: 100vW;
	margin-top: 100vH;
	pointer-events: none;
	overflow: hidden;
}
#threejsLayer {
	height: 100vH;
	width: 100vW;
	z-index: 1020 !important;
	pointer-events: none;
}
#threejsLayer.layerbg {
	background: rgba(30, 30, 32, 0.5);
	transition: background 0.5s ease;
}
.threejsOverlay .overlay-content {
	visibility: hidden;

}
.threejsOverlay-container {
	margin: 0 0 0 20px;
}
.threejsOverlay-container .overlay-content {
	display: flex;
	flex-direction: column;
	height: 100vH;
	padding-top: 2.5vh;
}
#threejsModal {
	position: fixed;
	width: 100vW;
	height: 100vH;
	top: 0px;
	left: 0;
	margin-left: 12px;
	padding-top: 45vH;
	z-index: 1022;
	pointer-events: none;
	hyphens: auto;
}
#threejsModal a {
	pointer-events: all;
}
.headline-container {
	position: absolute;
	top: 0;
	left: 0;
}
.headline-container a {
	text-decoration: none;
	color: #fff;
	display: block;
	position: relative;
	overflow: hidden;
	padding: 5px 10px;
	text-decoration: none;
	color: #FFA500;
	transition: 0.5s;
	border-radius: 4px;
	width: 500px;
}
/*
.headline-container a:hover {
	background: #FFA500;
        color: #050801;
        box-shadow: 0 0 5px #FFA500, 0 0 25px #FFA500, 0 0 50px #FFA500, 0 0 200px #FFA500;
}
.headline-container a span{
    display: block;
    position: absolute;
}
.headline-container a span:nth-child(1) {
        top: 0%;
        left: 0%;
        width: 100%;
        height: 2px;
        background: linear-gradient(90deg, transparent,#FFA500);
        animation: span_1 1s linear infinite;
    }
@keyframes span_1 {
    0%{
        left: -100%;
    }
    50%, 100%{
        left: 100%;
    }
}
.headline-container a span:nth-child(2) {
    top: 0%;
    right: 0%;
    width: 2px;
    height: 100%;
    background: linear-gradient(180deg, transparent, #FFA500);
    animation: span_2 1s linear 0.25s infinite;
}
@keyframes span_2 {
    0%{
        top: -100%;
    }
    50%, 100%{
        top: 100%;
    }
}
.headline-container a span:nth-child(3) {
    bottom: 0%;
    right: 0%;
    width: 100%;
    height: 2px;
    background: linear-gradient(270deg, transparent, #FFA500);
    animation: span_3 1s linear 0.50s infinite;
}
@keyframes span_3 {
    0%{
        right: -100%;
    }
    50%, 100%{
        right: 100%;
    }
}
.headline-container a span:nth-child(4) {
    bottom: 0%;
    left: 0%;
    width: 2px;
    height: 100%;
    background: linear-gradient(360deg, transparent, #FFA500);
    animation: span_4 1s linear 0.75s infinite;
}
@keyframes span_4 {
    0%{
        bottom: -100%;
    }
    50%, 100%{
        bottom: 100%;
    }
}
*/
/*
#button-container .nav3d-opener::after {
	top: 16px;
}
#button-container .nav3d-opener::before {
	top: 0px;
}
#button-container .nav3d-opener span {
	top: 8px;
}
#button-container .nav3d-opener {
	width: 1.75rem;
	height: 1.0625rem;
	font-size: 0;
	z-index: 11;
	border-radius: 50%;
	position: absolute;
	transition: opacity .3s linear,top .3s linear;
}
#button-container .nav3d-opener span, #button-container .nav3d-opener:after, #button-container .nav3d-opener:before {
	content: "";
	background: #000;
	position: absolute;
	left: 0;
 	right: 0;
	height: 2px;
	transition: all .2s linear;
}
#button-container .buttons {
	top: 100px;
	position: relative;
	left: -36px;
	background: rgba(30, 30, 32, 0.5);
	width: 100vW;
	padding: 20px;
	opacity: 0.8;
}
#button-container .buttons button {
	color: #ffffff;
}
*/
.threejsOverlay-container .overlay-content a:hover {
	text-decoration: none;
	color: #001238;
}
@media screen and (min-width: 600px) {
	#threejs-container {
		left: 0px;
	}
	#threejsOverlay {
		left: -36px;
		width: 100vW;
	}
}
@media screen and (min-width: 900px) {
	.overlay-content .close {
		display: block;
		position: absolute;
		top: 8px;
		left: calc(100vW - 45px);
		color: #ffffff;
		text-shadow: 0 1px 0 #000000;
		opacity: 1 !important;
	}
	.overlay-content .close:hover {
		color: #000000;
	}
	#icon-container .icon_down {
		display: none !important;
	}
	#threejsModal {
		display: none;
	}
	.threejsOverlay .overlay-content {
		visibility: visible;
	}
	:target {
	    scroll-margin-top: 100px !important; 
	}
	h1 { width: 50% !important; }
	#threejs-container {
		position: relative;
		top: -148px;
		left: -36px;
		width: 100vW;
	}
	#threejsLayer {
		top: 100px;
	}
	#threejs-container2 {
		position: absolute;
		top: -56px;
		left: 0px; 
		width: 100vW;
		z-index: 1020;
	}
	.threejsOverlay-container .overlay-content h3{ 
                margin-bottom: 12px;
                font-weight: 900;
		display: block;
	}
	#canvas-container, #canvas-container2 {
		//margin-left: calc(100vw - 760px);
		//width: 760px !important;
		width:140vw;
		position: relative;
		z-index: 3;
	}
	#button-container {
		position: absolute;
		left: 12px;
		top: 190px;
		z-index: 1018;
		width: 33px;
		min-width: 350px;
	}
	#button-container .buttons {
		position: relative;
		width: 0;
		padding: 20px;
		opacity: 0.8;
	}
	#button-container button {
		display: block;
		margin: 5px 0;
		background: transparent;
		border: none;
		border-bottom: 1px solid #ffffff;
		cursor: pointer;
		text-align: left;
		width: 350px;
		padding:5px 0px 12px 0px;
	}
	#button-container button:hover {
		border-bottom: 1px solid #001238;
		color: #001238;
		font-weight: bold;
		text-decoration: none;
	}
	#threejsOverlay {
		position: fixed;
		z-index: 1016;
		top: 100px;
		margin-top: 0;
		left: 0;
		background: rgba(30, 30, 32, 0.5);
		opacity: 0;
		display: none;
		flex-direction: column;
		justify-content: center;
		display: flex;
		width: 100%;
		height: 100%;
		cursor: pointer;
		pointer-events: all;
	}
	.threejsOverlay-container {
		width: 100%;
		height: 100%;
		position: absolute;
		top:0;
	}
	.threejsOverlay-container .overlay-content {
		position: static;
		width: 100%;
		height: 100%;
		justify-content: center;
		display: none;
		padding-top:0;
	}
}
@media screen and (min-width: 1024px) {
	.overlay-content .close {
		left: calc(100vW - 58px);
	}
	#threejs-container {
		top: -210px;
	}	
	#threejs-container2 {
		top: -102px;
	}	
	:target {
	    scroll-margin-top: 112px !important; 
	}
	#canvas-container, #canvas-container2 {
//		margin-left: calc(100vw - 815px);
//		width: 815px !important;
		width: 135vw;		
	}
	#threejsLayer {
		top: 112px;
	}
	#threejsOverlay {
		position: fixed;
		top: 114px;
	}
	.threejsOverlay-container {
		margin: 0 36px 0 32px;
	}
	.threejsOverlay-container .overlay-content {
	}
	#button-container {
		position: absolute;
		left: 12px;
		top: 210px;
	}

}
@media screen and (min-width: 1140px) {
	.overlay-content .close {
		left: calc(50vW + 512px);
	}
	#threejs-container {
		top: -210px;
		left: calc((100vw - 1066px) / -2);
	}
	#threejs-container2 {
		margin-left: 0;
	}	
	#threejs-container canvas {
		margin-left: 0px;
	}
	#canvas-container {
		width: 135vw;
	}
	#threejsOverlay {
		position: fixed;
		top: 115px;
		left: 0;
		right: 0;
		width: 100vw;
	}
	.threejsOverlay-container {
		margin-left: calc((100vw - 1072px) / 2);
	}
	.threejsOverlay-container .overlay-content {
	}
	.overlay-content {
		display: none;
		position: absolute;
		top: 50%;
		left: 0;
	}
	#button-container  {
		left:0;
	}
	#button-container .buttons {
		left: calc((100vw - 1066px) / 2);
		padding: 20px 0;
	}
}
@media screen and (min-width: 1240px) {
	.overlay-content .close {
		left: calc(50vw + 512px);
	}
	#threejs-container2 {
		margin-left: calc((100vw - 1240px) / -2);
}
@media screen and (min-width: 1330px) {
	.overlay-content .close {
		left: 1145px;
	}
	#threejs-container {
		top: -227px;
		left: calc((100vw - 1110px) / -2);
	}
 	#threejs-container2 {
		
	}
	#canvas-container, #canvas-container2 {
		width: 135vw;
	}
	.threejsOverlay-container {
		margin-left: calc((100vw - 1110px) / 2);
	}
	#button-container {
		left: 0;	
	}
	#button-container .buttons {
		left: calc((100vw - 1110px) / 2);
	}
/*  	#header .container {
		margin: 0 calc((100vw - 1110px) / 2) !important;
  	}
*/
}
}
@media screen and (min-width: 1420px) {
	.overlay-content .close {
		left: 1235px;
	}
}
.bg-opacity-20 {
	opacity: .2;
}
#threejsModal h3 {
	width: 80%;
	font-weight: 900;
}
.threejsOverlay h2, .threejsOverlay h3, #threejsModal h3, #threejsModal h3 a, #threejsModal a.btn-tertiary {
	color: white !important;
	border-bottom-color: white !important;
}
#threejsOverlay a.btn-tertiary {
	border-bottom: 1px solid white;
}
.threejsOverlay p {
	color: white;
}
.threejsOverlay a {
	color: white !important;
}
.overlay-icon {
	position: absolute;
}
.fade-transition {
  transition: opacity .25s ease-in-out;
}
.wrapper-transition {
    transition: background-color 1.5s;
}
.unseen {
	visibility: hidden;
}
@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
.rotating {
    animation: rotate 2s linear infinite; 
}
