
.container_paese{
	width:100%;
	max-width:1084px;
}

.dati p{
	font-weight:bold;
	/*line-height:48px;*/
	height:auto;
	overflow:auto;
}


.didascalia{
font-size:small;font-weight:normal;
}


.titolodati{
line-height:48px;
}
.dati p img{
	height:48px;
	margin: 0 10px 0 0;
	float:left;
}
.dato{
	float:right;
	width:80px;
	background:#eee;
	border:1px solid #ddd;
	text-align:center;
	padding:0;
	box-sizing:border-box;
	font-weight:normal;
	line-height:48px;
}
.btn-back{
	background:#f2f5f3;
	color:#666;
	padding:5px 15px;
	margin:5px 0;
	font-weight:bold;
	border-radius:10px;
}
.btn-dettagli,
.btn-info{
	color:#333;
	padding:15px;
	margin:5px 0;
	border:1px solid #ddd;
	font-weight:bold;
	display:inline-block;
	line-height:48px;
}
.btn-dettagli{
	background:#e1ece4;
}
.btn-info{
	background:#eaf2ff;
}
.btn-back:hover,
.btn-dettagli:hover,
.btn-info:hover{
	background:#f2f5f3;
	border:1px solid #ddd;
	color:#333;
}
.btn-dettagli img,
.btn-info img{
	height:48px;
	margin: 0 0 0 10px;
	float:right;
}

/* accordion */
.ui-accordion-header{
	color:#06C;
	background-color:#fff;
	cursor:pointer;
	padding:10px;
	margin:0;
	border-top:1px solid #ddd;
	text-align:left;
	outline:none;
	font-weight:bold;
	box-sizing:border-box;
}
.ui-state-active,
.ui-accordion-header:hover{
	background:#f2f5f3;
}
.ui-state-active{
	border-bottom:2px solid #06C;
}
.ui-accordion-header:after{
	content:'\002B';
	color:#06C;
	font-weight:bold;
	float:left;
	margin-right:10px;
}
.ui-state-active:after{
	content:"\2212";
}
.accordion-content{
	margin:0 0 15px 0;
}

/* row col responsive */
/*.row{
	width:100%;
	margin:0;
	padding:0;
	height:auto;
	overflow:auto;
	clear:both;
}
.col-sx,
.col-dx{
	float:left;
	margin:0;
	padding:0;
	height:auto;
	overflow:auto;
	box-sizing:border-box;
}
.col-sx{
	width:50%;
}
.col-dx{
	width:50%;
}*/
@media only screen and (max-width: 720px){
	.col-sx{
		width:100%;
	}
	.col-dx{
		width:100%;
	}
}