div.fascia{ 
	/*display:table;*/
	font-family: Arial; font-size:14px;border:1px solid #d4d4d4

}
.row {display: table-row;}
.column {display: table-cell; text-align:left; vertical-align: top; padding-right:5px; }

.fascia h3{
	font-size: 14px;
	font-weight: bold;
	vertical-align: baseline;
	border: 0px none;
	margin: 0px;
	padding: 0px;
	color:#666;
}
.fascia ul {margin:0; padding:0; list-style:none;	font-size: 10px;}


.fascia div.foto {
    margin-right:5px;
    width:300px;
}

.fascia div.centrale {width:390px;}

.fascia div.destro {
	position: relative;
	width:20%; 
}

div.c1 {text-align:right;min-height:40px;}

div.c2 {}

div.c3 {
    position: absolute; 
    bottom: 0; 
    width:100%;
}
.senzaprezzo{width:100px;position: relative;}
.buttone-prenota{
    width:100%; 
    height:30px; 
    text-align:center;
    background:#006CB7;
    color:#fff; 
    font-size: 16px; 
    font-weight: bold;
    line-height:30px;
    margin-right:5px;
}
.buttone-prenota a{color:#fff}
.strike {text-decoration: line-through;font-size: 16px;color: #006CB7;}
.prezzo{color:#5C9900;font-size: 16px;font-weight: bold;}
.fascia .info{font-size: 11px;margin:5px;}
.fascia .tx-prenota-prima{margin:5px;font-size: 12px;color: #006CB7; font-weight: bold;} //font-weight: bold;
.fascia .prenota-prima{margin:5px;font-size: 12px;color: #006CB7; font-weight: bold;}
.fascia span.euro-prenota-prima{margin:5px;font-size: 12px;color:#5C9900; font-weight: bold;}
.sconto {display: block;font-weight: bold;}

.ordina_select{
	padding: 10px; 
	margin: 0px 0.25em 0.5em; 
	font-size: 1em; 
	font-family: Arial; 
	border: 1px solid rgb(211, 211, 211); 
	border-radius: 3px; 
	color: rgb(102, 102, 102); 
	min-width: 97%; 
	height: 40px;
}



@media (max-width: 767px) {
	.fascia div.foto {float:left;width:100%; height:100%; margin-top:0px; !important }
	.fascia div.foto img {width:100%; }
	.fascia div.centrale {float:left;width:100% !important}
	.fascia div.destro {float:left;min-height:100%; margin-top:5px; width:100%;!important}
	.fascia div.c3 {position: static;} 
	.fascia div.c1 {text-align:left;!important}
	.buttone-prenota {height:60px;line-height:60px;font-size:22px;width:100%}
	.fascia div.senzaprezzo {float:left;min-height:100%; margin-top:5px; width:100%;!important}
}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) { 
	.fasciax div.centrale {background:green !important}

}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
	.fascia div.foto {float:left;width:100%; height:100%; margin-top:0px; !important }
	//.fascia, .column{display:block;} 

	.fascia div.destro {width:100%}
	.fascia div.foto img {width:100%; }
	.foto{float:none;}
	div.c1 {text-align: left;}
	div.c2 {height: 100%;}
	div.c3 {position: relative;}
	.sconto, .row {display: inline;} 
}