@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');

	


#msg_div {	
	bottom:0%; left:0%; margin:0; width:100%; height:100%; 	

	background: url(1080_hor.jpg);
	background-position: center, center;
	background-size: auto 100%;
}

#loading_msg {	
	
}

#logo_name {	
	
	height:100%;
	text-align:center;
	
	
	margin:0;	
	
	
}

#loading_msg3 {
	
	color:#333333;
	position: inherit;
	right: 0; bottom: 18px;
	margin: 30px 40px 0px 0px;
	font-size: 10pt;
}

#loading_msg4 {
	
	color:#c2b6a4;
	position: inherit;
	right: 15px; bottom: 15px;
	margin: 0px 0px 0px 0px;
}

#footer2 {
	position: fixed;
	left: 0; bottom: 0;
	padding: 0px;
	margin: 0 0 0 -30px;	
	color: #fff;
	width: 100%;
	height:100px;
	z-index: 25;
	text-align: right;
	opacity: 1.0; 
	font-size: 12px; 
	text-align:right;
}	

 @media (max-width: 1200px) and (orientation:landscape){ 

	#msg_div {			
		bottom:0%; left:0%; margin:0; width:100%; height:100%; 		
	
		background: url(1080_hor.jpg);
		background-position: center, center;
		background-size: auto 100%;
	}
 
 } 
 @media all and (orientation:portrait) { 
 
 
	#msg_div {			
		bottom:0%; left:0%; margin:0; width:100%; height:100%; 		
	
		background: url(1080_vert.jpg);
		background-position: center, center;
		background-size: auto 100%;
	}



 } 
 
@media (max-height: 500px) and (orientation:landscape) { 


#msg_div {	

	bottom:0%; left:0%; margin:0; width:100%; height:100%; 
	

	background: url(1080_hor.jpg);
	background-position: center, center;
	background-size: auto 100%;
}

#loading_msg3 {	
	color:#333333;
	position: inherit;
	right: 0; bottom: 18px;
	margin: 30px 40px 0px 0px;
	font-size: 10pt;
}

#loading_msg4 {	
	color:#000000;
	position: inherit;
	right: 15px; bottom: 15px;
	margin: 0px 0px 0px 0px;
}

}


.fb_img {
	cursor: zoom-in;
	max-width: 100%;
 }