@font-face {
    font-family: "NCEL Odudo Slab Bold";
    src: url('../media/NCELOdudoSlab-Bold.eot');
    src: url('../media/NCELOdudoSlab-Bold.woff') format('woff');
}
@font-face {
    font-family: "NCEL Odudo Slab Semi Bold";
    src: url('../media/NCELOdudoSlab-SemiBold.eot');
    src: url('../media/NCELOdudoSlab-SemiBold.woff') format('woff');
}

.entry_preload_font {
	font-size:18px;
	line-height:25px;
	opacity:0.001;
	position:absolute;
	top:100%;
	width:50px;
}
#entry_preload_font {
	font-family:"NCEL Odudo Slab Semi Bold";
	color: rgba(206,180,66,1.00);
}
#entry_preload_font2 {
	font-family:"NCEL Odudo Slab Bold";
	color: rgba(206,180,66,1.00);
}

@-viewport {
	width: device-width;
}

html, body {
    position: absolute;
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
    background-color: black;/*#0b111d;*/
    overflow: hidden;
    -ms-user-select: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-user-drag: none; 
    -webkit-user-callout: none;
    -ms-touch-action: manipulation !important;
   font-family: "NCEL Odudo Slab Bold";
    background-repeat:repeat-x;
    background-size:contain;
    background-position: center middle;
    /*background-image: url('../media/background.jpg');*/
}

#preloader {
	position:absolute;
	left:45px;
	top:423px;
	width:450px;
	height:126px;
	z-index:128;
}
#preloader2 {
	position:absolute;
	left:45px;
	top:423px;
	width:450px;
	height:224px;
	overflow: hidden;
	z-index:120;
}
#loadbar {
	background-image:url('../media/loadbar.png');
	position:absolute;
	left:160px;
	top:601px;
	width:240px;
	height:16px;
	z-index:129;
}
.loader_dummy{
    position: absolute;
    display: block;
    width: 0px;
    height: 0px;
    top: 0px;
    left: 0px;
    overflow: hidden;
    visibility: hidden;
}

a, a:visited, a:hover, a:active, a:focus {
    color: inherit;
    outline: 0;
}
input::placeholder {
	color:#444444;
	opacity:0.7;
}
input:autofill, input:-webkit-autofill-strong-password, input:-webkit-autofill-strong-password-viewable, input:-webkit-autofill-and-obscured {
	background-color:white !important;
	color:#451C05 !important;
}
#entry_container {
	position:absolute;
	width:540px;
	height:960px;
	margin:auto;
	pointer-events:none;
	visibility:hidden;
	display:none;
}

.entry_input {
	position:absolute;
	width:210px;
	height:27px;
	font-family:"NCEL Odudo Slab Bold";
	font-size:18px;
	line-height:25px;
	text-align:center;
	left:161px;
	color:#451C05 !important;
	-webkit-text-fill-color:#451C05 !important;
	border-radius:0px;
	border-style: none;
	pointer-events:all;
}
@media (max-width:480px) {
	.entry_input {
		height:24px;
		width:200px;
	}
}

#entry_fname {	
	top:333px;
}
#entry_lname {	
	top:400px;
}
#entry_email {
	top:470px;
}
#entry_phone {
	top:540px;
}
#video_container {
	position:absolute;
	width:540px;
	height:960px;
	margin:auto;
	pointer-events:none;
	visibility:hidden;
	display:none;
}
#player {
	position:absolute;
	left:32px;
	top:281px;
	width:476px;
	height:294px;
	pointer-events:all;
}

img {
    display: inline-block;
   	background: transparent;
    backface-visibility: hidden;
}

canvas{
    backface-visibility: hidden;
}
#animation_container {
	position:absolute;
}
#yt_inline_container {
	position: absolute;
	left: 106px;
	top: 315px;
	width: 324px;
	height: 214px;
	display: none;
	visibility: hidden;
	pointer-events: all;
}
#yt_inline_container iframe {
	width: 100%;
	height: 100%;
	border: none;
}
#yt_inline_tap {
	display: none;
	position: absolute;
	inset: 0;
	background: rgba(0,0,0,0.5);
	color: #fff;
	font-size: 18px;
	font-family: sans-serif;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	pointer-events: none;
}