.blocks-container,
.info-container,
.social-container {
	padding: 45px 0;
}
.social-container {
	padding-bottom: 0;
}

.info-container {
	background: #ede9dc;
}

.caption {
	font-weight: bold;
}

.home-adv img {
	margin-bottom: 10px;
}

.home-adv .caption,
.home-info .caption {
	font-size: 20px;
	color: #4f320d;
}


@media (min-width: 768px) {
	.home-adv {
		height: 350px;
	}
	.only-text {
		height: 150px;
	}
}
@media (min-width: 992px) {
	.only-text {
		height: 200px;
	}
}
@media (min-width: 1200px) {
	.home-adv {
		height: 300px;
	}
	.only-text {
		height: 150px;
	}
}


.copertina .carousel-inner>.item>img,
.copertina .carousel-inner>.item>a>img {
	height: 250px;
	width: auto;
	max-width: none;
}

@media (min-width: 768px) {
	.copertina .carousel-inner>.item>img,
	.copertina .carousel-inner>.item>a>img {
		height: 500px;
	}
}

@media (min-width: 768px) {
	.copertina {
		position: relative;
		height: 500px;
	}

	.booking-home {
		position: absolute;
		top: 40px;
		left: 0;
		width: 100%;
		/* stay over .carousel .caption */
		z-index: 11;
	}

	.booking-home .booking {
		background: #000;
		background: rgba(0, 0, 0, 0.2);

		-mox-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
	}
}


.carousel-caption {
	left: 0px;
	top: 0;
	bottom: auto;
	text-align: left;
	width: 100%;
	font-size: 1em;
}
.carousel-caption h1,
.carousel-caption h2 {
	font-family: inherit;
	font-weight: inherit;
	font-size: 1.5em;
}
@media (min-width: 768px) {
	.carousel-caption {
		font-size: 1.5em;
	}
}
@media (min-width: 992px) {
	.carousel-caption {
		font-size: 2em;
	}
}



.offerta .inner {
	top: 231px;
}
