@font-face {
	font-family: firaSansRegular;
	src: url(../fonts/FiraSans-Regular.otf);
}

@font-face {
	font-family: firaSansMedium;
	src: url(../fonts/FiraSans-Medium.otf);
}

@font-face {
	font-family: firaSansBold;
	src: url(../fonts/FiraSans-Bold.otf);
}

* {
	margin: 0;
	padding: 0;
	border: none;
	text-decoration: none;
	box-sizing: border-box;
	outline:none;
	text-decoration: none;
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
	user-select: none;
	cursor:none;
	cursor:default;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	overflow:hidden;
	background-color:#000;
}

.preload{
	position: absolute;
	left:-200px;
	top:-200px;
	width:100px;
	height: 100px;
	display: none;
}

.mainContainer{
	position:absolute;
	width:1920px;
	height: 1080px;
	overflow: hidden;
}

.loading{
	position:absolute;
	left:50%;
	top:50%;
	width:200px;
	height:50px;
	margin-left:-100px;
	margin-top:-25px;
	font-size: 36px;
	font-family: firaSansBold;
	text-align: center;
	color:white;
}


html { 
    zoom:2; 
}


.htmlSmall{
	zoom:1;
}

#zoomVideo{
	position: absolute;
	left:0;
	top:0;
	width:1920px;
	height: 1080px;
	z-index:100;
}

@keyframes pulse {
	0% {
		transform: scale(0.9);
	}

	50% {
		transform: scale(1);
	}

	100% {
		transform: scale(0.9);
	}
}


.blockAll{
	position: absolute;
	width:1920px;
	height: 1080px;
	background-color: black;
	display: none;
	z-index:500;
	opacity:0;
}






