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

.int{
	background-image:url(../_grafiche/sfEEE.png), url(../_img/studio_vuoto.jpg);
}
.pagina_cont{
	margin-top:-50px;
}
@media (max-width: 1200px){
	.int > div{
		top:276px !important;
	}
}
@media (min-width: 1001px){
	.pagina_cont{
		margin-top:-150px !important;
	}
}
@media (max-width: 1000px) and (min-width: 401px){
	.pagina_cont{
		margin-top:-100px;
	}
}
@media (max-width: 400px){
	.pagina_cont{
		margin-top:-50px;
	}
}

#box{
	text-align:center;
	width:calc(100% + 20px);
	margin-left:-10px;
	margin-top:50px;
	margin-bottom:50px;
}
#box > div{
	display:inline-block;
	vertical-align:top;
	width:calc((100% / 3) - 22px);
	border-radius:8px;
	background-color:#333;
	padding:15px;
	padding-bottom:10px;
	margin:10px;
	min-height:354px;
	padding-top:160px;
	background-position:top center;
	background-repeat:no-repeat;
	background-size:contain;
	box-shadow:0px 0px 2px rgba(0,0,0,0.6);
}
#box_tecniche{
	background-image:url(../_grafiche/sfBox.png),url(../_img/reflexology.jpg);
}
#box_ambiti{
	background-image:url(../_grafiche/sfBox.png),url(../_img/psycological_desease.jpg);
}
#box_dove{
	background-image:url(../_grafiche/sfBox.png),url(../_img/location2.jpg);
}
	
#box > div a,
#box > div span{
	display:block;
	color:#FFF;
	font-size:13px;
	line-height:30px;
	text-align:left;
	border-top:1px solid rgba(255,255,255,0.1);
}
#box > div a{
	background-image:url(../_grafiche/frDxG.png);
	background-repeat:no-repeat;
	background-position:right center;
	background-size:auto 16px;
}
#box > div a:hover{
	color:#FFF !important;
	background-color:rgba(255,255,255,0.05) !important;
	background-image:url(../_grafiche/frDxW.png) !important;
}
#box > div p{
	color:#DDD;
	font-size:11px !important;
	padding:10px;
	margin:0px !important;
}
	
#box > div h2{
	color:#FFF;
	font-size:18px;
	margin-top:0px;
	margin-bottom: 15px;
	text-shadow:0px 0px 3px #000;
}
@media (max-width: 830px) and (min-width: 601px){
	#box_tecniche,
	#box_ambiti{
		width:calc(50% - 22px) !important;
	}
	#box_dove{
		width:calc(100% - 22px) !important;
		padding-top: 10px !important;
		min-height: 200px !important;
		background-position: left top !important;
	}
	#box_dove h2{
		text-align:left !important;
	}
}

@media (max-width: 830px) and (min-width: 751px){
	#box_dove{
		padding-left: calc(100% - 400px) !important;
		background-size: calc(100% - 420px)auto !important;
	}
}
@media (max-width: 750px) and (min-width: 601px){
	#box_dove{
		padding-left: calc(100% - 300px) !important;
		background-size: calc(100% - 320px)auto !important;
	}
}
@media (max-width: 600px){
	#box_tecniche,
	#box_ambiti,
	#box_dove{
		width:calc(100% - 22px) !important;
    	background-size: 100% 300px, 100% !important;
	}
	#box_tecniche,
	#box_ambiti{
		background-position: center -98px, center calc(100% - 194px) !important;
	}
	#box_dove{
		background-position: center -98px, center calc(100% - 160px) !important;
	}
}
