body.home #header {
	height: 130px;
}
body.home #header #barra_top:not(.sticky):not(.menu_open) {
	height: 130px;
}
body.home #header #barra_top:not(.sticky):not(.menu_open) #barra_top_container {
	position: relative;
}
body.home #header #barra_top:not(.sticky):not(.menu_open) #barra_top_container #main_logo {
	width: 138px;
	height: 100px;
	background-size: 138px auto;
	margin: 0 auto;
}
body.home #header #barra_top:not(.sticky):not(.menu_open) #barra_top_container #btn_menu, body.home #header #barra_top:not(.sticky):not(.menu_open) #barra_top_container #close_menu {
	position: absolute;
	right: 0;
}
body.home #header #barra_top:not(.sticky):not(.menu_open) #barra_top_container .prenota, body.home #header #barra_top:not(.sticky):not(.menu_open) #barra_top_container .preventivo {
	display: none;
}
@media screen and (max-width: 767px) {
	body.home #header {
		height: 110px;
	}
	body.home #header #barra_top:not(.sticky):not(.menu_open) {
		height: 110px;
	}
	body.home #header #barra_top:not(.sticky):not(.menu_open) #barra_top_container #main_logo {
		width: 110px;
		height: 80px;
		background-size: 110px auto;
	}
}

#header_video_wrapper {
	line-height: 0;
	position: relative;
}
#header_video_wrapper #header_video {
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
}
#header_video_wrapper #header_video video {
	z-index: 0;
	width: 100%;
	height: auto;
}
#header_video_wrapper .toggleaudio {
	cursor: pointer;
	width: 60px;
	height: 60px;
	position: absolute;
	right: 30px;
	bottom: 30px;
	z-index: 2;
	border-radius: 30px;
	background: rgba(203, 3, 87, 0.3);
	box-sizing: border-box;
	transition: all 0.2s linear;
}
#header_video_wrapper .toggleaudio:hover, #header_video_wrapper .toggleaudio:active, #header_video_wrapper .toggleaudio:focus {
	width: 80px;
	height: 80px;
	right: 20px;
	bottom: 20px;
	border-radius: 40px;
}
#header_video_wrapper .toggleaudio span {
	display: block;
	width: 44px;
	height: 44px;
	position: absolute;
	text-align: center;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	z-index: 1;
	box-sizing: border-box;
	padding: 13px 0 0;
	border-radius: 22px;
	background-color: #CB0357;
	background-repeat: no-repeat;
	background-size: 24px auto;
	background-position: center;
}
#header_video_wrapper .toggleaudio #ico_audio_on {
	background-image: url("../img/ico_audio_on.svg");
}
#header_video_wrapper .toggleaudio #ico_audio_off {
	background-image: url("../img/ico_audio_off.svg");
	display: none;
}
@media screen and (max-width: 767px) {
	#header_video_wrapper .toggleaudio {
		width: 50px;
		height: 50px;
		right: 10px;
		bottom: -25px;
	}
	#header_video_wrapper .toggleaudio:hover, #header_video_wrapper .toggleaudio:active, #header_video_wrapper .toggleaudio:focus {
		width: 60px;
		height: 60px;
		right: 5px;
		bottom: -30px;
		border-radius: 30px;
	}
	#header_video_wrapper .toggleaudio span {
		width: 38px;
		height: 38px;
		margin-top: -19px;
		margin-left: -19px;
		padding: 11px 0 0;
		background-size: 20px auto;
	}
}
@media screen and (max-width: 600px) {
	#header_video_wrapper #header_video {
		height: 235px;
		padding-bottom: 0;
	}
	#header_video_wrapper #header_video video {
		width: auto;
		height: 100%;
	}
}

#collage {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	margin-bottom: 70px;
	overflow: hidden;
}
#collage div {
	display: flex;
	flex-direction: column;
}
#collage img {
	margin: 15px;
}
#collage img.img_0, #collage img.img_6 {
	margin-top: 77px;
}
#collage img.img_3 {
	margin-top: 51px;
}
@media screen and (max-width: 1060px) {
	#collage img.img_6 {
		display: none;
	}
}
@media screen and (max-width: 767px) {
	#collage div.div_1 {
		margin-right: 5px;
	}
	#collage div.div_3 {
		margin-left: 5px;
	}
	#collage div.div_4 {
		display: none;
	}
	#collage img {
		max-width: 100%;
		margin: 0;
	}
	#collage img.img_0 {
		display: none;
	}
	#collage img.img_1 {
		margin-bottom: 10px;
	}
	#collage img.img_2 {
		margin-left: 20px;
	}
	#collage img.img_3 {
		margin-top: 30px;
	}
}

#copertina {
	display: block;
	margin: 0 auto 80px;
	max-width: 100%;
}
@media screen and (max-width: 767px) {
	#copertina {
		margin-bottom: 70px;
		height: 260px;
		width: auto;
		max-width: 100%;
		object-fit: cover;
	}
}

#giornata-tipo {
	margin-bottom: 80px;
}
#giornata-tipo .gioranata-tipo-container {
	overflow: hidden;
	position: relative;
}
#giornata-tipo .gioranata-tipo-container .introduzione {
	max-width: 815px;
	margin-bottom: 50px;
}
#giornata-tipo .gioranata-tipo-container .carousel-container {
	width: 1200px;
	margin: -68px auto 0;
	position: relative;
}
#giornata-tipo .gioranata-tipo-container .carousel-container .owl-carousel {
	position: static;
	width: 2160px;
	margin: 0 0 50px;
}
#giornata-tipo .gioranata-tipo-container .carousel-container .owl-carousel .attivita {
	width: 940px;
	margin: 0 130px 0 0;
	box-sizing: border-box;
	padding: 0 0 68px;
	transition: all 0.5s linear;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
#giornata-tipo .gioranata-tipo-container .carousel-container .owl-carousel .attivita img {
	width: 600px;
	height: 410px;
	object-fit: cover;
	border-radius: 5px;
}
#giornata-tipo .gioranata-tipo-container .carousel-container .owl-carousel .attivita .testo {
	width: 320px;
	box-sizing: border-box;
	padding-left: 40px;
}
#giornata-tipo .gioranata-tipo-container .carousel-container .owl-carousel .attivita .testo h3 {
	display: inline-block;
	font-size: 30px;
	line-height: 32px;
	color: #3F53A0;
	padding: 10px;
	background-color: #ECEEF6;
	border-radius: 5px;
	margin-bottom: 30px;
}
#giornata-tipo .gioranata-tipo-container .carousel-container .owl-carousel .attivita .testo .descrizione {
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 90px;
}
#giornata-tipo .gioranata-tipo-container .carousel-container .owl-carousel .basso .attivita {
	padding: 68px 0 0;
}
#giornata-tipo .gioranata-tipo-container .carousel-container .owl-nav {
	width: 178px;
	position: absolute;
	left: 640px;
	bottom: 26.5px;
	z-index: 1;
}
#giornata-tipo .gioranata-tipo-container .carousel-container .owl-nav .owl-prev, #giornata-tipo .gioranata-tipo-container .carousel-container .owl-nav .owl-next {
	display: block;
	width: 35px;
	height: 35px;
}
#giornata-tipo .gioranata-tipo-container .carousel-container .owl-nav .owl-prev:hover path, #giornata-tipo .gioranata-tipo-container .carousel-container .owl-nav .owl-prev:active path, #giornata-tipo .gioranata-tipo-container .carousel-container .owl-nav .owl-prev:focus path, #giornata-tipo .gioranata-tipo-container .carousel-container .owl-nav .owl-next:hover path, #giornata-tipo .gioranata-tipo-container .carousel-container .owl-nav .owl-next:active path, #giornata-tipo .gioranata-tipo-container .carousel-container .owl-nav .owl-next:focus path {
	stroke: #3F53A0;
}
#giornata-tipo .gioranata-tipo-container .carousel-container .owl-nav .owl-prev:hover path.background, #giornata-tipo .gioranata-tipo-container .carousel-container .owl-nav .owl-prev:active path.background, #giornata-tipo .gioranata-tipo-container .carousel-container .owl-nav .owl-prev:focus path.background, #giornata-tipo .gioranata-tipo-container .carousel-container .owl-nav .owl-next:hover path.background, #giornata-tipo .gioranata-tipo-container .carousel-container .owl-nav .owl-next:active path.background, #giornata-tipo .gioranata-tipo-container .carousel-container .owl-nav .owl-next:focus path.background {
	fill: #3F53A0;
}
#giornata-tipo .gioranata-tipo-container .carousel-container .owl-nav .owl-prev {
	float: left;
}
#giornata-tipo .gioranata-tipo-container .carousel-container .owl-nav .owl-next {
	float: right;
}
#giornata-tipo .gioranata-tipo-container .carousel-container .counter {
	width: 28px;
	position: absolute;
	left: 715px;
	bottom: 20px;
	z-index: 1;
	font-weight: 700;
	font-size: 24px;
	line-height: 24px;
	color: #DCDCDC;
}
#giornata-tipo .gioranata-tipo-container .carousel-container .counter span {
	color: #000;
}
@media screen and (max-width: 1240px) {
	#giornata-tipo .carousel-container {
		width: auto;
		margin: -68px 20px 0;
	}
}
@media screen and (max-width: 1060px) {
	#giornata-tipo .gioranata-tipo-container .introduzione {
		padding-right: 200px;
	}
	#giornata-tipo .gioranata-tipo-container .carousel-container .owl-carousel {
		width: 1680px;
		margin-bottom: 70px;
	}
	#giornata-tipo .gioranata-tipo-container .carousel-container .owl-carousel .attivita {
		width: 740px;
		margin: 0 100px 0 0;
	}
	#giornata-tipo .gioranata-tipo-container .carousel-container .owl-carousel .attivita img {
		width: 400px;
		height: 273px;
	}
	#giornata-tipo .gioranata-tipo-container .carousel-container .owl-carousel .attivita .testo .descrizione {
		margin-bottom: 0;
	}
	#giornata-tipo .gioranata-tipo-container .carousel-container .owl-controls {
		position: relative;
		left: 0;
		bottom: -54px;
		width: 100vw;
		text-align: center;
	}
	#giornata-tipo .gioranata-tipo-container .carousel-container .owl-controls .owl-nav {
		position: inherit;
		left: 50%;
		transform: translateX(-50%);
	}
	#giornata-tipo .gioranata-tipo-container .carousel-container .counter {
		z-index: 0;
		left: 0;
		bottom: -70px;
		width: 100vw;
		text-align: center;
	}
}
@media screen and (max-width: 960px) {
	#giornata-tipo .gioranata-tipo-container .introduzione {
		padding-right: 80px;
	}
	#giornata-tipo .gioranata-tipo-container .carousel-container .owl-carousel {
		width: 1400px;
	}
	#giornata-tipo .gioranata-tipo-container .carousel-container .owl-carousel .attivita {
		width: 640px;
		margin: 0 60px 0 0;
	}
	#giornata-tipo .gioranata-tipo-container .carousel-container .owl-carousel .attivita img {
		width: 300px;
		height: 205px;
	}
	#giornata-tipo .gioranata-tipo-container .carousel-container .owl-carousel .attivita h3 {
		margin: 0 0 20px;
	}
}
@media screen and (max-width: 767px) {
	#giornata-tipo {
		margin: 0 0 60px;
	}
	#giornata-tipo .gioranata-tipo-container .introduzione {
		margin-bottom: 60px;
		padding: 0;
	}
	#giornata-tipo .gioranata-tipo-container .carousel-container {
		margin: -37px 20px 0;
	}
	#giornata-tipo .gioranata-tipo-container .carousel-container .owl-carousel {
		width: 640px;
	}
	#giornata-tipo .gioranata-tipo-container .carousel-container .owl-carousel .attivita {
		width: 280px;
		margin: 0 30px 0 0;
		padding: 0 0 37px;
		display: block;
	}
	#giornata-tipo .gioranata-tipo-container .carousel-container .owl-carousel .attivita img {
		width: 280px;
		height: auto;
	}
	#giornata-tipo .gioranata-tipo-container .carousel-container .owl-carousel .attivita .testo {
		width: 280px;
		padding: 30px 0 0;
	}
	#giornata-tipo .gioranata-tipo-container .carousel-container .owl-carousel .attivita .testo h3 {
		font-size: 21px;
		line-height: 20px;
	}
	#giornata-tipo .gioranata-tipo-container .carousel-container .owl-carousel .attivita .testo .descrizione {
		font-size: 16px;
		line-height: 22px;
	}
	#giornata-tipo .gioranata-tipo-container .carousel-container .owl-carousel .basso .attivita {
		padding: 37px 0 0;
	}
	#giornata-tipo .gioranata-tipo-container .carousel-container .owl-controls, #giornata-tipo .gioranata-tipo-container .carousel-container .counter {
		left: -20px;
	}
}
@media screen and (max-width: 370px) {
	#giornata-tipo .gioranata-tipo-container .carousel-container .owl-carousel {
		width: 620px;
	}
	#giornata-tipo .gioranata-tipo-container .carousel-container .owl-carousel .attivita {
		width: 280px;
	}
	#giornata-tipo .gioranata-tipo-container .carousel-container .owl-carousel .attivita img, #giornata-tipo .gioranata-tipo-container .carousel-container .owl-carousel .attivita .testo {
		width: 280px;
	}
}

#camere {
	display: flex;
	margin-bottom: 70px;
}
#camere .testo {
	margin-right: 60px;
	padding-top: 108px;
}
#camere .testo .introduzione {
	margin-bottom: 55px;
}
#camere .carousel-container .owl-carousel {
	width: 740px;
}
#camere .carousel-container .owl-carousel .camera {
	position: relative;
	padding-bottom: 30px;
}
#camere .carousel-container .owl-carousel .camera img {
	width: 740px;
	height: 500px;
	object-fit: cover;
	border-radius: 10px 0 0 10px;
}
#camere .carousel-container .owl-carousel .camera h4 {
	font-weight: 700;
	font-size: 22px;
	line-height: 28px;
	color: #3F53A0;
	padding: 8px 10px;
	background-color: #ECEEF6;
	border-radius: 5px;
	position: absolute;
	bottom: 0;
	left: 60px;
	max-width: 205px;
	text-align: center;
}
#camere .carousel-container .owl-dots {
	position: absolute;
	top: 60px;
	left: calc(-50vw - 480px + 740px + 11px);
}
#camere .carousel-container .owl-dots .owl-dot {
	display: inline-block;
	margin-right: 13px;
}
#camere .carousel-container .owl-dots .owl-dot span {
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 4px;
	background-color: rgba(203, 3, 87, 0.2);
}
#camere .carousel-container .owl-dots .owl-dot.active span {
	background-color: #CB0357;
}
#camere .cta.mobile {
	display: none;
}
@media screen and (max-width: 1150px) {
	#camere .carousel-container .owl-carousel {
		width: 500px;
	}
	#camere .carousel-container .owl-carousel .camera img {
		width: 500px;
		height: 338px;
	}
	#camere .carousel-container .owl-dots {
		left: calc(-50vw - 480px + 500px + 11px);
	}
}
@media screen and (max-width: 1060px) {
	#camere .carousel-container .owl-dots {
		left: calc(-100vw + 50px + 500px + 11px);
	}
}
@media screen and (max-width: 867px) {
	#camere {
		display: block;
		margin-right: 50px;
		margin-bottom: 50px;
	}
	#camere .testo {
		margin-right: 0;
		padding-top: 0;
	}
	#camere .testo .introduzione {
		margin-bottom: 60px;
	}
	#camere .testo .cta.desktop {
		display: none;
	}
	#camere .carousel-container .owl-carousel {
		width: 100%;
	}
	#camere .carousel-container .owl-carousel .camera img {
		width: 100%;
		height: auto;
		min-height: 270px;
		border-radius: 10px;
	}
	#camere .carousel-container .owl-carousel .camera h4 {
		font-size: 16px;
		line-height: 20px;
		bottom: 0;
		left: unset;
		right: 20px;
		max-width: 155px;
	}
	#camere .carousel-container .owl-dots {
		top: -40px;
		left: unset;
		right: -13px;
	}
	#camere .cta.mobile {
		display: block;
	}
}
@media screen and (max-width: 767px) {
	#camere {
		margin-right: 20px;
	}
}

#pet {
	margin-bottom: 150px;
	position: relative;
	z-index: 0;
}
#pet .background {
	position: absolute;
	z-index: -1;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-repeat: no-repeat;
	background-size: auto;
	background-position: center;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUwMyIgaGVpZ2h0PSI1MDkiIHZpZXdCb3g9IjAgMCAxNTAzIDUwOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggb3BhY2l0eT0iMC4wNSIgZD0iTTU4LjgyMDMgMTI3Ljg5MkM0NC4wNjgxIDk1LjAyNjggODQuMTU1OSA2Ny4yNDk0IDEwOC41MjYgNTEuNjQ4NUMxMTcuMTE1IDQ2LjIyMjcgMTQ4LjU5NiAyNC4zOTYxIDE3My45NzQgMTMuNTY5M0MxOTMuMzQzIDUuMzA1NDIgMjE1LjIyOCAxNS4xOTc4IDIxOC40OTIgMzUuNTcyN0MyMjEuODQ3IDU2LjUxMTUgMjIzLjIzMyA4NC4xODIgMjI1LjA0IDEwNS45NzFDMjI2Ljc3MyAxMjYuNDM0IDIzNS41MDYgMjAxLjMwNyAyMjQuMiAyMTUuNjU3QzIwNi42NzIgMjM3LjkzMiAxNDYuNjE1IDE5Ni4zNTIgMTI5Ljk0NCAxODUuNTgzQzExMS40NDYgMTczLjczNyA2OS40NzA1IDE0Ni4zMTggNTguODA5MyAxMjcuODc0TDU4LjgyMDMgMTI3Ljg5MloiIGZpbGw9IiNGRkU2MDMiLz4KPHBhdGggb3BhY2l0eT0iMC4wOCIgZD0iTTM4Ny41MzcgNDgwLjE3NkM0MDMuNTQyIDQ5Ny44MjEgNDMwLjk5NCA0ODAuODkxIDQ0Ni45MDMgNDcwLjI1OEM0NTIuNDY2IDQ2Ni40OTEgNDc0LjAzMSA0NTMuMTk5IDQ4Ny4zMTQgNDQwLjY5MUM0OTcuNDUzIDQzMS4xNDQgNDk3LjI1NyA0MTUuMjYzIDQ4NS43NzYgNDA3Ljg4OEM0NzMuOTc4IDQwMC4zMDcgNDU3LjU4IDM5Mi4xMzcgNDQ0Ljg1NiAzODUuMjdDNDMyLjkxNyAzNzguNzk4IDM4OS44NjQgMzUzLjY3MSAzNzguMTc0IDM1Ni43MkMzNjAuMDM0IDM2MS40MzggMzY5LjMxNyA0MDguODQzIDM3MS40MjUgNDIxLjc5OEMzNzMuNzAyIDQzNi4xNDQgMzc5LjE5NSA0NjguODQxIDM4Ny41NDUgNDgwLjE4N0wzODcuNTM3IDQ4MC4xNzZaIiBmaWxsPSIjRkZFNjAzIi8+CjxwYXRoIG9wYWNpdHk9IjAuMDgiIGQ9Ik0xMTgxLjMxIDQwNi41NjdDMTE4NC40NiAzOTIuNDE0IDExNjYuNDEgMzg0LjcwOSAxMTU1LjU0IDM4MC41MzJDMTE1MS43MSAzNzkuMDg4IDExMzcuNTMgMzczLjAzMiAxMTI2LjY1IDM3MC44MTlDMTExOC4zNCAzNjkuMTMgMTExMC41MSAzNzQuODAzIDExMTAuODggMzgzLjFDMTExMS4yNSAzOTEuNjI4IDExMTIuOTUgNDAyLjY0OSAxMTE0IDQxMS4zODdDMTExNC45NyA0MTkuNTk1IDExMTcuNTkgNDQ5LjgyMyAxMTIzLjIxIDQ1NC41NjVDMTEzMS45MyA0NjEuOTI4IDExNTIuMjQgNDQwLjY2OSAxMTU3Ljk0IDQzNS4wNzNDMTE2NC4yNyA0MjguOTA0IDExNzguNiA0MTQuNjk0IDExODEuMzEgNDA2LjU1OEwxMTgxLjMxIDQwNi41NjdaIiBmaWxsPSIjRkZFNjAzIi8+CjxwYXRoIG9wYWNpdHk9IjAuMDgiIGQ9Ik0xMi4wMDkyIDM1NS4zNTNDMTQuODUwNiAzNDIuMDQxIDMzLjI3MiAzNDIuNTI0IDQ0LjE4MzggMzQzLjIxQzQ4LjAxMzEgMzQzLjQ3NCA2Mi40ODI0IDM0My44NSA3Mi42MzUzIDM0Ni4yMTZDODAuMzg0NiAzNDguMDIyIDg0Ljg0NjggMzU1LjkyMyA4MS4yOTIzIDM2Mi44NjNDNzcuNjQwMSAzNjkuOTk0IDcxLjg4NDQgMzc4LjczOCA2Ny41NzAxIDM4NS43ODNDNjMuNTI5OCAzOTIuNDA4IDQ5LjQ3NDYgNDE3LjE4IDQyLjgyNDIgNDE5LjAzQzMyLjUwODEgNDIxLjkwNiAyMy40ODU1IDM5NS44MjMgMjAuODA4MiAzODguODE4QzE3LjgxNDUgMzgxLjA3NyAxMS4xNDE2IDM2My4zNDcgMTIuMDEgMzU1LjM0NUwxMi4wMDkyIDM1NS4zNTNaIiBmaWxsPSIjRkZFNjAzIi8+CjxwYXRoIG9wYWNpdHk9IjAuMDUiIGQ9Ik0xNDczLjA1IDEyNy45OUMxNDY2LjA5IDg2LjIzNjEgMTQwOC43OSA4NS4xNjIgMTM3NC43OSA4NS43NjY5QzEzNjIuODYgODYuMDUwNCAxMzE3Ljg1IDg1LjE5NDUgMTI4NS45OCA5MS4xMjQ5QzEyNjEuNjUgOTUuNjUxNCAxMjQ2LjY4IDExOS41NzYgMTI1Ni43NiAxNDEuNjMyQzEyNjcuMTEgMTY0LjMgMTI4My43NiAxOTIuMjcgMTI5Ni4xOCAyMTQuNzZDMTMwNy44MSAyMzUuOTA2IDEzNDguMDEgMzE0LjgzNCAxMzY4LjQxIDMyMS41MTFDMTQwMC4wNiAzMzEuODkxIDE0MzEuNzQgMjUyLjExNiAxNDQxLjA0IDIzMC43MjhDMTQ1MS40MiAyMDcuMDk3IDE0NzQuNjMgMTUyLjk0OCAxNDczLjA1IDEyNy45NjVMMTQ3My4wNSAxMjcuOTlaIiBmaWxsPSIjRkZFNjAzIi8+Cjwvc3ZnPg==");
}
@media screen and (max-width: 767px) {
	#pet .background {
		background-position: center right;
		background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iODMiIGhlaWdodD0iMTAxIiB2aWV3Qm94PSIwIDAgODMgMTAxIiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBvcGFjaXR5PSIwLjEiIGQ9Ik04MS41ODEyIDQyLjY2MDhDODUuMjUzMiAyNi4xNzk2IDY0LjU5MTggMTcuMjg2NyA1Mi4xNDg0IDEyLjQ2OTlDNDcuNzY5OCAxMC44MDU0IDMxLjU0MyAzLjgxNTkxIDE5LjA4IDEuMjg0MjhDOS41NjcyNCAtMC42NDgwMzkgMC41NzM4NjEgNS45ODQ0OCAwLjk1NzIzNCAxNS42MzgyQzEuMzUwMjUgMjUuNTU5MyAzLjI0ODMzIDM4LjM3NzcgNC40MTk1MyA0OC41NDAzQzUuNTAyNTIgNTguMDg3NiA4LjM4NTA0IDkzLjI1MDQgMTQuODA2OSA5OC43NDU4QzI0Ljc2NDggMTA3LjI3OCA0OC4xMjc4IDgyLjQ2IDU0LjY4MzkgNzUuOTI1MUM2MS45Njc2IDY4LjcyMTcgNzguNDQ2NCA1Mi4xMjg4IDgxLjU4NDQgNDIuNjUxM0w4MS41ODEyIDQyLjY2MDhaIiBmaWxsPSIjRkZFNjAzIi8+Cjwvc3ZnPg==");
	}
}
#pet .container960 {
	display: flex;
	justify-content: space-between;
}
#pet .container960 .testo {
	padding-top: 37px;
	margin-right: 80px;
}
#pet .container960 .testo .introduzione {
	margin-bottom: 55px;
}
#pet .container960 img {
	max-width: 53%;
	height: auto;
	object-fit: contain;
}
@media screen and (max-width: 1060px) {
	#pet .container960 .testo {
		padding-top: 0;
		margin-right: 40px;
	}
}
@media screen and (max-width: 767px) {
	#pet {
		margin-bottom: 128px;
	}
	#pet .container960 {
		flex-direction: column;
	}
	#pet .container960 .testo {
		order: 2;
		margin-right: 0;
		text-align: center;
	}
	#pet .container960 .testo .introduzione {
		margin-bottom: 20px;
	}
	#pet .container960 img {
		order: 1;
		margin-bottom: 20px;
		margin-left: auto;
		margin-right: auto;
		max-width: calc(100% - 40px);
	}
}

#citazione {
	margin-bottom: 60px;
	background-repeat: no-repeat;
	background-size: 1073px auto;
	background-position: center;
	background-image: url("../img/homepage/triangoli_citazione.svg");
}
#citazione .container960 {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 202px;
	background-repeat: no-repeat;
	background-size: 173px auto;
	background-position: center;
	background-image: url("../img/homepage/triangolo_citazione.svg");
}
#citazione .container960 h2 {
	font-size: 35px;
	line-height: 47px;
	margin-bottom: 18px;
}
#citazione .container960 .fonte {
	font-style: italic;
	font-size: 16px;
	line-height: 22px;
	color: #000;
}
@media screen and (max-width: 767px) {
	#citazione {
		margin-bottom: 50px;
	}
	#citazione .container960 {
		min-height: 215px;
	}
}

#faq {
	margin-bottom: 80px;
}
#faq .domanda {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #C4C4C4;
}
#faq .domanda:last-child {
	margin-bottom: 0;
}
#faq .risposta {
	display: none;
}
#faq h3 {
	display: block;
	font-size: 26px;
	line-height: 24px;
	margin: 0;
	padding: 0;
	cursor: pointer;
}
#faq h3 svg {
	margin-left: 5px;
	vertical-align: middle;
}
#faq h3 svg.chiudi {
	display: none;
}
#faq h3:hover {
	color: #CB0357;
}
#faq h3:hover svg path {
	fill: #CB0357;
}
#faq p {
	font-size: 16px;
	line-height: 18px;
	margin: 10px 0 0;
	padding: 0;
}
@media screen and (max-width: 767px) {
	#faq {
		margin-bottom: 60px;
	}
	#faq h3 {
		font-size: 23px;
		line-height: 22px;
	}
	#faq p {
		font-size: 15px;
		line-height: 18px;
	}
}

.form_preventivo_container {
	margin: 0 0 70px;
}
.form_preventivo_container .container960 {
	background-repeat: no-repeat;
	background-size: 262px auto;
	background-position: bottom right;
	background-image: url(../img/triangoli_header.svg);
}
@media screen and (max-width: 767px) {
	.form_preventivo_container {
		margin: 0 0 50px;
	}
	.form_preventivo_container .container960 {
		background-image: none;
	}
}

.landing #fascia_camere h2 {
	max-width: 960px;
}
.landing #fascia_camere p {
	margin: 0 0 40px;
	max-width: 960px;
}
.landing #fascia_camere .camere_container .owl-nav {
	left: 0;
	transform: none;
}
.landing #fascia_camere .camere_container .counter {
	left: 89px;
}
@media screen and (max-width: 1060px) {
	.landing #fascia_camere h2,
	.landing #fascia_camere p {
		padding-right: 50px;
	}
}
@media screen and (max-width: 767px) {
	.landing #fascia_camere h2,
	.landing #fascia_camere p {
		padding-right: 20px;
	}
}

.landing #dovesiamo {
	width: 960px;
	margin: 0 auto;
}
.landing #dovesiamo h2 {
	margin: 0;
}
.landing #dovesiamo img {
	width: 100%;
	height: auto;
}
@media screen and (max-width: 1060px) {
	.landing #dovesiamo {
		width: auto;
		margin: 0 50px;
	}
}
@media screen and (max-width: 767px) {
	.landing #dovesiamo {
		margin: 0 20px;
	}
	.landing #presentazione {
		margin-top: 40px;
		margin-bottom: 20px;
	}
}
.landing .btnBlue {
	font-size: 16px;
	line-height: 14px;
	font-weight: 700;
	padding: 12px 18px;
}
.landing .btnWhite {
	padding: 12px 32px 11px;
	font-weight: 700;
	font-size: 16px;
	line-height: 14px;
	border: 2px solid #FFF;
}
.landing .btnBlue svg {
	margin: 0 8px 2px 0;
}
.landing .btnWhite svg {
	margin: 0 8px 2px 0;
}
.landing .btnWhite:hover {
	border: none;
	padding: 14px 34px 13px;
}
.landing .btnWhite:hover svg path {
	stroke: #FFF;
}
.landing #site-footer .footer_content .links_info_container .info .lingue_container {
	display: none;
}

.landing #esperienze .esperienze-container .esperienza-container .esperienza .descrizione {
	max-height: 150px;
}
.landing #esperienze .esperienze-container .esperienza-container .esperienza h3 {
	margin-bottom: 10px;
}
.landing #esperienze .esperienze-container .esperienza-container .esperienza .ombra {
	opacity: 0.9;
	height: 280px;
}
.landing #read_more_btn {
	margin-top: 10px;
}
.landing #read_more_btn:after {
	transform: rotate(90deg);
}
.landing #read_more_btn.active {
	margin-top: 30px;
}
.landing #read_more_btn.active:after {
	transform: rotate(-90deg);
}
@media screen and (max-width: 767px) {
	.landing #read_more_btn {
		margin-top: 0;
	}
	.landing #read_more_btn.active {
		margin-top: 20px;
	}
}