@charset "UTF-8";
/* CSS Document */



@media (max-width: 700px) {

	.gioco_content_sx { display: none; }

	.d-mobile { display: block !important }
	.d-nomobile { display: none !important }
	.p-20 { font-size: 15px !important }

	.titolo.logo {
		font-size: 50px;
		margin-top: 0px;
	}
	.sottotitolo {
		font-size: 14px;
	}
	.titolo.nav.logo {
		text-align: center;
		font-size: 24px;
		margin: 10px 0 0 0;
	}
	.sottotitolo.nav {
		text-align: center;
	}
	.gioco_header {
		/* position: fixed; */
		z-index: 2;
		display: block;
		width: 100%;
		margin: 0 0 20px 0;
		box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.25);
	}
	.gioco_stats { margin: 10px auto !important; }
	.gioco_stat_icon { height: 40px; }

}




/* @media only screen and (orientation:landscape){
	body {
		width: 100%;
	  height: 100%;
	  transform: rotate(-90deg);
	}
  } */

/* @media only screen and (orientation:portrait){
	body {
		width: 100%;
	  	height: 110%;
	}
  } */