/* Title */


.single .title .capienza {
	color: #fff;
	text-align: right;
	position: relative;
	display: block;
}

.single .title .capienza.l-1:before{ right:1em; }
.single .title .capienza.l-2:before{ right:2em; }
.single .title .capienza.l-3:before{ right:3em; }
.single .title .capienza.l-4:before{ right:4em; }
.single .title .capienza.l-5:before{ right:5em; }

.single .title .capienza:before {
	position: absolute;
	content: ' ';
	top:50%;
	left:0;
	
	transform:translateY(-50%);
	height:2px;
	background: white;
}
.capienza i{
	display: inline-block;
	width: 0.8em;
	padding-right: 1px;
}
/* Grid */

.single .grid. item {
	color: #000;
}

.single .grid. item h3 {
	font-size: 18px;
	font-weight: bold;
}

.single .grid. item h4 {
	font-weight: bold;
}

/* Table */

.single table  {
	width: 100% ;
}
.single table td{
	vertical-align: top;
	text-align: center;
	padding: 4px;
	border: 1px solid #1b1b1b;
	font-size: 12px;
	
}
.single table td strong {
	color: #7ab1ea; 
}


.single table .preis strong{
	font-size: 24px;
	font-weight: bold;
	line-height: 32px;
	
}

.single .testo_promo {
	font-weight: bold;
	font-size: 18px;
	line-height: 1.4em;
}


.image {
	width: 100%;
	height: 33vw;
	background-size:cover;
	background-position: center center;
	z-index: 1;
}

.prenota-cam .btn {
	width: 100%;
	padding: 8px 0px !important;
}
