<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
@media only screen and (min-width: 481px) {
	#mobile_menu { display:none; }
	iframe { opacity:1; }	
	#page .social-menu {
		clear:both;
		float:none;
		text-align:inherit;
	}
	#page .social-menu ul{
		text-align:inherit;	
	}
}
@media only screen and (max-width: 480px) {
	#mobile_menu {
		display:block;
		position:fixed;
		z-index:9999;
		bottom:0;
		left:0;
		width:100%;
		text-align:center;
		background:#ed1c24;
		list-style: none;
		padding: 0;
		margin: 0;
	}
	#mobile_menu li {
		float:left;
		line-height:41px;
		white-space:nowrap;
		width:50%;
	}
	#mobile_menu li a{		
		color:#fff;
	}
	iframe { opacity:0; }	
}
</pre></body></html>