<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	background-color: #0e4853;
	text-align:center;
}

#All {
	background-color: #333333;
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	margin-top:20px;
	box-shadow : 0px 0px 10px #333;
	font-family: "Minion Pro", "Arial", "Courier New";
	color: #b4b4b4;
	font-size: 16px;
	display: inline-block;
}

/* Header */

#Content {
	float: left;
	width: 980px;
	height:550px;
	text-align:center;
}

#Cont_int {
	float: none;
	width: 940px;
	height:530px;
	margin-top: 20px;
	margin-bottom: 20px;
	box-shadow: 0px 0px 10px #0e4853;
	margin-left: auto;
	margin-right: auto;	
	display:inline-block;
}

#Cont_left {
	height: auto;
	width: 500px;
	float: left;
	margin: 50px 0px 0px 50px;
	color: #b4b4b4;
	text-align: Left;
	font-size:16px;
}

#Cont_left2 {
	height: 333px;
	width: 500px;
	float: left;
	margin: 30px 0px 0px 50px;
}

#Cont_left2 img{
	max-height:100%;
	max-width:100%;
}

#Cont_left2_LR {
	display:none;
}

#Cont_right {
	float: right;
	height: 400px;
	width: 300px;
	margin: 70px 35px 0px 0px;
	box-shadow: 0px 0px 15px #0e4853;
}

#Cont_right iframe{
	width:300px;
	height:400px;	
}

#Cont_right a {
		text-decoration:none;
		color: #b4b4b4;
		font-size:12px;
}

#Cont_right a:hover {
	text-decoration: underline;
	color: #F00;
}

#Cont_right p {
	margin:5px auto 0px auto;
}

/* Footprint */

/* Pulsanti_LR */

@media (max-width: 480px) {
	#All {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	box-shadow : 0px 0px 10px #333;
	font-family: "Minion Pro", "Arial", "Courier New";
	color: #b4b4b4;
	font-size: 14px;
	display: inline-block;
	}
	
	#Header {
	float: none;
	width: 100%;
	height:auto;
	}
	
	#Header_int {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	height: auto;
	background-image: url(../img/img_testata.png);
	background-size:100%;
	background-color: #0e4853;	
	box-shadow : 0px 0px 10px #0e4853;
	}
	
	#NomeStudio {
	float: none;
	width:79%;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	margin-bottom:0px;
	}
	
	#NomeStudio img{
	max-width: 100%;
	max-height:100%;
	}
	
	#wrap {
		display:none;
	}
	
	#BodyDrSoprani li .DrSoprani {
		text-decoration: underline;
		color: #0099cc;
	}
	
	#Content {
		float: none;
		width: 100%;
		height:auto;
		text-align:center;
	}
	
	#Cont_int {
		width: 100%;
		height: auto;
		margin-top: 10px;
		margin-bottom: 10px;
		margin-left: auto;
		margin-right: auto;
		/*box-shadow: 0px 0px 10px #0e4853;*/
		box-shadow:none;
	}
	
	#Cont_left {
		height: auto;
		width: 95%;
		float: none;
		margin: 10px auto 10px auto;
		color: #b4b4b4;
		text-align: Left;
		font-size:16px;
	}
	
	#Cont_left2_LR {
		display:block;
		height: auto;
		width: 95%;
		float: none;
		margin: 10px auto 10px auto;
	}
	
	#Cont_left2_LR img{
		max-height:100%;
		max-width:100%;
	}
	
	#Cont_left2 {
		display:none;
	}
	
	#Cont_right {
		display:block;
		height: auto;
		width: 95%;
		float: none;
		margin: 10px auto 10px auto;
		box-shadow:none;		
	}
	
	#Cont_right iframe{
		width:100%;
		height:300px;	
	}
	
	#Cont_right a {
		text-decoration:none;
		color: #b4b4b4;
	}

	#Cont_right a:hover {
		text-decoration: underline;
		color: #F00;
	}
	
	#Cont_right p {
		margin:5px auto 0px auto;
	}
	
	#Footprint {
		float: none;
		width: 100%;
	}
	
	#Footprint #fb {
		display:none;
	}
	
	#Footprint #tw {
		display:none;
	}
	
	/*NAVIGAZIONE BASSA RISOLUZIONE*/
#Pulsanti_LR {
	display: block;
	float: left;
	height: auto;
	width: 100%;
	}

#Pulsanti_LR #nav {
	float:left;
	list-style: none;
	width: 45%;
	height:auto;
	text-align: center;
	line-height: auto;
	margin: 20px 0px 0px 15px;
	}
	
#Pulsanti_LR #nav li {
	float:none;
	border: 0px;
	border-bottom: 2px solid #0e4853;
	color: #b4b4b4;
	padding: 5px;
	margin: 5px 0px 5px 0px;
	width:100%;
	}
 
#Pulsanti_LR #nav li a {
	text-decoration:none;
	color: #b4b4b4;
	}

#Pulsanti_LR #nav li a:hover {
	text-decoration: underline;
	color: #F00;
	}
	
#BodyDrSoprani #Pulsanti_LR #nav li .DrSoprani_LR {
		text-decoration: underline;
		color: #0099cc;
	}	
	
#Pulsanti_LR #Tiles {
	float: left;
	width: 40%;
	margin-left:20px;
	}
	
#Pulsanti_LR #voice , #sms , #email , #gp , #fb , #maps{
	float:left;
	width:40%;
	height:auto;
	margin: 5px 5px 5px 5px;
	}

#Pulsanti_LR #voice img , #sms img , #email img , #gp img , #fb img , #maps img {
	max-width:100%;
	max-height:100%;
	}	
	
}</pre></body></html>