/** BLOCK - LISTA OFFERTE **/

.single .lista_offerte { width: auto; margin:50px 0 60px; }
.single .lista_offerte h2 {
	display: block; font-size: 30px; line-height: 37px; color: #343A40;
	padding: 0 0 6px; margin: 0 0 20px; font-weight: 700; background-repeat:no-repeat; background-size: 40px auto;
	background-position: left bottom; background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNCIgdmlld0JveD0iMCAwIDQwIDQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHJlY3Qgd2lkdGg9IjQwIiBoZWlnaHQ9IjQiIGZpbGw9IiNGRjVGMDAiLz48L3N2Zz4=");
}
.single .lista_offerte .introduzione { margin: 0 0 20px; padding: 0; text-align: left; }
@media screen and (max-width:767px) {
	.single .lista_offerte h2 {
		font-size: 24px; line-height: 28px; padding: 0 0 5px; background-size: 35px;
	}
}

.single .lista_offerte .offerte_container { margin:0 0 0 -5px; overflow: hidden; }
.single .lista_offerte .owl-carousel { width: 660px; margin: 0; }
.single .lista_offerte .owl-carousel.col4 { width: 660px; }
.single .lista_offerte .owl-carousel.col3 { width: 660px; }
.single .lista_offerte .owl-carousel.col2 { width: 440px; }
.single .lista_offerte .offerta {
	display: block; width: 200px; height:auto; box-sizing: border-box; border-radius: 3px; padding: 0 0 40px;
	transition: all 0.3s ease; margin: 0 0 0 7px; position: relative;
	border-left: 1px solid #E8E8E8; border-right: 1px solid #E8E8E8; cursor: pointer;
}
.single .lista_offerte .offerta .immagine {
	width: auto; height: 130px; position:relative; margin: 0 -1px 12px; border-radius: 3px 3px 0 0;
}
.single .lista_offerte .offerta .immagine > img {
	width: 100%; height: 100%; object-fit: cover; border-radius: 3px 3px 0 0;
}
.single .lista_offerte .offerta .hover {
	display: block; position: absolute; left: 0; right: 0; top: 0; bottom: 0; z-index: 1;
	transition: all 0.3s ease; background: #FF4000; opacity: 0; border-radius: 3px 3px 0 0;
}
.single .lista_offerte .offerta:hover .hover { opacity: 0.2; }
.single .lista_offerte .offerta .hotel {
	display: block; font-size: 12px; line-height: 15px; color: #343A40; margin: 0 10px 10px;
}
.single .lista_offerte .offerta .titolo {
	display: block; width: auto; box-sizing: border-box; padding: 0 10px; margin: 0;
	font-weight: 600; font-size: 15px; line-height: 20px; color: #343A40; text-decoration: none;
}
.single .lista_offerte .offerta .titolo:hover,
.single .lista_offerte .offerta .titolo:active,
.single .lista_offerte .offerta .titolo:focus { text-decoration: none; }
.single .lista_offerte .offerta .etichette { width: 1px; position: absolute; top: 5px; left: -5px; z-index: 2; }
.single .lista_offerte .offerta .etichette span {
	display: inline-block; background: #343A40; border-radius: 3px; margin: 0 0 5px; white-space: nowrap;
	font-weight: 700; font-size: 12px; line-height: 15px; color: #FFF; padding: 3px 7px 4px 5px;
}
.single .lista_offerte .offerta .etichette .periodo svg { margin: 0 6px -1px 1px; width: 9px; height: auto; }
.single .lista_offerte .offerta .etichette .target svg { margin: 0 5px -1px 0; width: 10px; height: auto; }
.single .lista_offerte .offerta .pulsante {
	display: block; padding: 7px 0 8px; background: #FF5F00; text-align: center; font-size: 14px;
	line-height: 17px; color: #FFF; font-weight: 600; border-radius: 0 0 3px 3px;
	position: absolute; left: -1px; right: -1px; bottom: 0; z-index: 1;
}
.single .lista_offerte .offerta:hover .pulsante { background: #FF4000; }
.single .lista_offerte .offerta .pulsante strong { color: #FFF; font-size: 18px; font-weight: 700; }
.single .lista_offerte .offerta .pulsante svg { margin: 0 0 -1px 6px; }
.single .lista_offerte .owl-controls { display: none; visibility: hidden; }
.single .lista_offerte .offerte_counter {
	display: flex; flex-direction: row; margin: 20px 0 0; justify-content: start; align-items: center;
	font-size: 35px; line-height: 35px; color: #858E96; font-weight: 300; box-sizing: border-box; padding: 0 0 0 5px;
}
.single .lista_offerte .offerte_counter i {
	font-size: 25px; font-weight: 700; font-style: normal; padding: 0 0 0 5px;
}
.single .lista_offerte .offerte_counter span { color: #343A40; font-weight: 700; padding: 0 5px 0 0; }
.single .lista_offerte .offerte_counter .offerte_counter_prev,
.single .lista_offerte .offerte_counter .offerte_counter_next { cursor: pointer; transition: all 0.3s ease; }
.single .lista_offerte .offerte_counter .offerte_counter_prev { margin: 0 20px 0 0; }
.single .lista_offerte .offerte_counter .offerte_counter_next { margin: 0 0 0 20px; }
.single .lista_offerte .offerte_counter .offerte_counter_prev:hover rect,
.single .lista_offerte .offerte_counter .offerte_counter_next:hover rect { fill: #FF4000; }
@media screen and (max-width:1100px) {
	.single .lista_offerte .owl-carousel { width: 1500px; }
}
@media screen and (max-width:960px) {
	.single .lista_offerte .owl-carousel { width: 440px; }
	.single .lista_offerte .owl-carousel.col4 { width: 440px; }
	.single .lista_offerte .owl-carousel.col3 { width: 440px; }
}
@media screen and (max-width:767px) {
	.single .lista_offerte .offerte_container { margin: 0 -20px 0 -5px; }
	.single .lista_offerte .owl-carousel { width: 1100px; }
	.single .lista_offerte .owl-carousel.col4 { width: 880px; }
	.single .lista_offerte .owl-carousel.col3 { width: 660px; }
}