html  body {
overflow: hidden;
padding: 0px;
margin: 0px;
background-color: #022A45;
font-family:'MyriadPro-Light,MyriadPro-Regular';

}
*
{
padding:0;
margin:0;
font-family:'source_sans_proregular',source_sans_probold;

}
body
{
	overflow:hidden;
}
#imgPopupBg
{
	pointer-events:none;
	display:table-cell;
}
#infopopupclosebtn
{
	position: absolute;
    right: 3%;
    width: 7%;
    top: 3%;
    cursor: pointer;
    opacity: 0;
	 
	
	
}
#phaser-container
{
position:absolute;
width:100%;



}
.hideCursor
{
cursor: none;
 
}
.showCursor
{
cursor:default;
}
#MainContainer
{
	position:relative;
	height:768px;
	width:1024px;
	display:block;
	pointer-events:none;
	
}
#logo
{
	position:fixed;
	color:white;
	font-size:15px;
	margin-left: 2%;
	bottom: 3%;
}


#info
{
	position:fixed;
	color:white;
	font-size:15px;
	right: 2%;
	bottom: 3%;
	width: 25px;
	height: 25px;
	cursor:pointer;
}
#info>img
{
width:100%;
height:100%;
}
#infopopup
{
	position:fixed;
	color:white;
	font-size:15px;
	right: 3%;
	bottom: 6%;
	display:none;
	height: 70%;
}
 
#loader
{
position: absolute;
width: 100px;
height: 100px;
top: 338px;
left: 425px;
background: url(../assets/images/loader.gif) no-repeat;
background-size: contain;

}
.infoClicked
{
	opacity:0.4;
}/* 
@media only screen and (max-height: 1300px) {
	
	#infopopup
	{
		 width:360px; 
	}
}

@media only screen and (max-height: 680px) {
	
	#infopopup
	{
		width:250px;
	}
}
@media only screen and (max-height: 500px) {
	
	#infopopup
	{
		width:200px;
	}
}
@media only screen and (max-height: 400px) {
	
	#infopopup
	{
		width:180px;
	}
}
@media only screen and (max-height: 400px) {
	
	#infopopup
	{
		width:160px;
		bottom:40px;
	}
}
@media only screen and (max-height: 300px) {
	
	#infopopup
	{
		width:120px;
		bottom:40px;
	}
} */