

/*
	SpecificSections.css
	TemplateName: Business Management
	Copyright (c) 2015, ObjectWeb Srl. All rights reserved.
	Version: 1.0.0
*/

/* General
------------------------------------------------------------------------------------------------- */
:root {
   --purple-color: #867d7b;
   --pink-color: #ede9e8;
}


body {
	font-family: Roboto;
	background-color: var(--pink-color);
	color: #000;
	font-size: 15px;
	font-weight: 300;
	line-height: 24px;
}

.small-container {
	max-width: 1000px;
    margin: 0 auto;
}

.section {
	margin-bottom: 100px !Important;
}

.no-margin {
	margin-bottom: 0px !Important;
}

.section-title h1,
.section-title h2 {
	font-size: 50px;
	line-height: 55px;
	margin-bottom: 30px;
	font-family: "Libre Baskerville";
}

h3 {
	font-weight: 300;
	margin-bottom: 50px;
	display: inline-block;
	position: relative;
	margin-top: 0px;
	clear: both;
}

h3::before {
  content: "";
  width: 100px;
  height: 1px;
  background-color: #867d7b;
  position: absolute;
  left: -115px;
  top: 15px;
}

h3::after {
  content: "";
  width: 100px;
  height: 1px;
  background-color: var(--purple-color);
  position: absolute;
  right: -115px;
  top: 15px;
}

.btn.btn-primary {
	background-color: var(--purple-color);
	border: 1px solid var(--purple-color);
	border-radius: 0px;
	padding: 10px 80px;
	font-size: 16px;
	font-weight: 400;
}

.btn.btn-primary:hover {
	background-color: #333;
	border: 1px solid #333;
}

.btn.btn-white {
	color: #fff;
	border: 1px solid #fff;
	border-radius: 0px;
	padding: 15px 150px;
	font-size: 16px;
	font-weight: 300;
}

.btn.btn-white:hover {
	background-color: #fff;
	color: #000;
}


/* Container */

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
	
  .small-container {
    width: 750px;
    margin: 0 auto;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }

   .small-container {
    width: 970px;
    margin: 0 auto;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }

  .small-container {
    width: 1000px;
    margin: 0 auto;
  }
}
@media (min-width: 1450px) {
  .container {
    width: 1450px;
  }
}


@media(max-width: 1450px){
	h3 {
		margin-bottom: 30px;
	}

	.section-title h1,
	.section-title h2 {
		font-size: 45px;
	}

	.section {
		margin-bottom: 70px !Important;
	}

	.no-margin {
		margin-bottom: 0px !Important;
	}
}

@media(max-width: 1200px){
	.section {
		margin-bottom: 50px !Important;
	}

	.no-margin {
		margin-bottom: 0px !Important;
	}
}

@media(max-width: 767px){
	h3::after {
	  display: none;
	}

	h3::before {
	  display: none;
	}

	.buttons {
		margin-bottom: 0px !important;
	}

	.btn.btn-primary {
		padding: 5px 15px;
	}

}

/* Modali */

.modal-open .modal {
	z-index: 999999;
}

.modal-content {
	border-radius: 0px;
	text-align: center;
}

.modal-header {
	background-color: var(--purple-color);
}

.modal-header .close {
	color: #fff;
	opacity: 1;
	z-index: 14;
	position: relative;
	display: inline-block;
}

.modal-header h4 {
	color: #fff;
	font-size: 20px;
	font-family: "Libre Baskerville";
}

.modal-header h4 i {
	display: none;
}

.modal-body {
	padding: 30px 0px;
}

.modal-footer {
	border-top: 0px;
	text-align: center;
	padding-top: 0px;
}

@media(max-width: 991px){
	.section-title h1, .section-title h2 {
		font-size: 35px;
		line-height: 50px;
		margin-bottom: 12px;
		margin-top: 0px;
	}

	.section-title h1 br,
	.section-title h2 br {
		display: none;
	}

	.section {
		margin-bottom: 50px !Important;
	}

	.white-band {
		padding: 50px 0px !Important;
	}

	.no-margin {
		margin-bottom: 0px !Important;
	}
}

@media(max-width: 767px){

	
	.section-title h1, .section-title h2 {
		font-size: 21px;
		line-height: 24px;
		margin-bottom: 10px;
		margin-top: 0px;
	}

	h3 {
		margin-top: 5px;
		margin-bottom: 15px;
		font-size: 16px;
		width: auto;
		display: inline-block;
	}

	.section {
		margin-bottom: 30px !Important;
	}


	.white-band {
		padding: 30px 0px !Important;
	}

	.no-margin {
		margin-bottom: 0px !Important;
	}

}

/* ---------------------------------------------------------------------------------------------- */


/* Header
------------------------------------------------------------------------------------------------- */
header {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 1020;
	transition: all 0.3s ease-in-out 0s;
	border-bottom: 1px solid rgba(255,255,255,0.1);
}

.open-navbar header,
.open-navbar header.shrink{
	background-color: var(--pink-color);
}

header.shrink {
	background-color: rgba(0,0,0,.5);
	box-shadow: 0 3px 10px rgba(0,0,0,.1);
	transition: all 0.3s ease-in-out 0s;
}

header .container {
	position: relative;
}

header .navbar-default {
	border: 0px;
	background-color: transparent;
	margin-bottom: 0px;
}

header .navbar-brand {float: left;height: 50px;padding: 15px;font-size: 18px;line-height: 20px;position: absolute;left: 0px;top: 0px;width: 100%;z-index: -1;}

header .navbar-brand > img {
	max-width: 120px;
	margin: 0 auto;
}

.open-navbar header .navbar-brand > img {
	display: none;
}

@media(max-width: 991px){
	header .navbar-brand > img {
		height: auto;
		margin-top: 5px;
		max-width: 100px;
	}

}

@media(max-width: 767px){
	header .navbar-brand > img {
		margin-top: 0px;
		max-width: 70px;
	}

}

/*Tasto menù*/
.fixed-menu {
	background-color: rgba(195,215,224,.2);
	width: 100px;
	height: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
}

header.shrink .fixed-menu {
	background-color: #eeddd;
}

.fixed-menu .name {
  font-family: var(--title-font-family);
  color: #fff;
  font-size: 45px;
  font-weight: 600;
  float: left;
  margin-right: 15px;
  line-height: 35px;
}

.fixed-menu a .image {
	background-image: url('../Images/OpenNav.png') !important;
	width: 40px;
	height: 40px;
	background-size: contain !important;
	display: block;
	float: right;
}

.open-navbar .fixed-menu a .image {
	background-image: url('../Images/CloseNav.png') !important;
}

.open-navbar .fixed-menu a .name {
	display: none;
}

@media(max-width: 991px){
	.fixed-menu a .image {
		height: 50px;
		width: 50px;
	}

	.fixed-menu .name {
		font-size: 18px;
	}
}

@media(max-width: 767px) {
	.fixed-menu .name {
		font-size: 23px;
	}
}

.header-button {
	position: absolute;
	top: 0px;
	right: 0px;
	height: 100px;
	width: 150px;
	background-color: var(--purple-color);
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	flex-direction: row;
	color: #000;
}

.header-button .section {
	margin-bottom: 0px !Important;
}

.header-button a {
	color: #fff;
	font-size: 16px;
	display: block;
	width: 150px;
	height: 100PX;
	text-align: center;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	font-weight: 400;
}

.header-button a:hover {
	text-decoration: none;
	background-color:#333;
}

/*Menù*/
.overlay-menu {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 11;
	top: 100px;
	left: 0;
	overflow-x: hidden;
	transition: 0.5s;
	width: 0;
	background-color: var(--pink-color);
}

.open-navbar .overlay-menu {
	width: 100%;
}

.overlay-content {
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 0 15px;
	max-width: 1400px;
}

.overlay-content:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

/*Voci di menù*/
.navbar-nav > li > a {
  display: inline-block;
  font-size: 32px;
  font-family: var(--title-font-family);
  line-height: 9px;
  color: #000;
}

.section.menu {
	text-align: center;
	display: flex;
	width: 100%;
	justify-content: space-around;
	height: 77vh;
}

.section.menu .navbar-nav {
	float: none;
	display: inline-flex;
	flex-direction: column;
	justify-content: center;
}

.navbar-nav > li {
  float: none;
  margin-bottom: 10px;
}

.navbar-nav > li.active > a,
.navbar-nav > li > a:hover, 
.navbar-nav > li > a:focus {
	background-color: transparent;
	positione: relative;
}

.navbar-nav > li > a:after {
	transition: all 0.4s ease 0s;
}

.navbar-nav > li.active > a:after,
.navbar-nav > li > a:hover:after, 
.navbar-nav > li > a:focus:after {
	content: "";
	width: 30px;
	height: 3px;
	background-color: var(--purple-color);
	position: absolute;
	right: -31px;
	top: 50%;
	margin-top: -1.5px;
	transition: all 0.4s ease 0s;
}

@media(max-width: 991px){
	header .slogan {
		margin-left: 0px;
		margin-top: 2px;
	}

	.navbar-brand > img {
		height: 80px;
	}

	.navbar-brand {
		float: none;
	}

	header .slogan span {
		font-size: 15px;
		line-height: 23px;
	}
}

@media(max-width: 767px){
	header {
		padding: 0px;
	}

	.navbar-brand > img {
		height: 36px;
		margin-top: 12px;
	}

	header .slogan {
		line-height: 9px;
	}

	header .slogan span {
		font-size: 12px;
		line-height: 20px;
	}

	.fixed-menu {
		width: 70px;
		height: 70px;
	}

	.navbar-nav > li > a {
		font-size: 20px;
		margin: 0px;
		padding: 0px 15px;
	}

	.fixed-menu a .image {
		width: 35px;
		height: 34px;
		right: 15px;
	}

	.navbar-brand {
		line-height: 20px;
		display: inline-block;
		padding: 0px;
	}

	.navbar-brand {
		height: auto;
	}

	.overlay-menu {
		top: 68px;
	}

	.header-button {
		width: 100px;
		height: 70px;
	}

}
/* ---------------------------------------------------------------------------------------------- */



/* Footer
------------------------------------------------------------------------------------------------- */
footer {
	background-color: #333;
	color: #fff;
	padding: 0px 0px 0px;
}

footer #section-49825 {
	display: none;
}

footer .section {
	margin-bottom: 0px !Important;
}

footer .hotel-column {
	padding-right: 70px;
	padding: 80px 0px 50px;
}

footer .hotel-column .logo img {
	width: 180px;
	margin-bottom: 30px;
}

footer .hotel-column .title {
	font-size: 18px;
	text-transform: uppercase;
	font-family: "Libre Baskerville", serif;
	margin-bottom: 10px;
}

footer .hotel-column .description {
	margin-bottom: 15px;
}

footer .hotel-column .copyright {
	margin-top: 25px;
	font-size: 14px;
	font-weight: 400
}

footer .contact-column {
	padding: 80px 50px 50px 0px;
	text-align: center;
}

footer .contact-column .icon {
	display: inline-block;
	padding: 10px 20px;
	margin-bottom: 30px;
	line-height: 30px;
}

footer .contact-column .icon img {
    margin: 0 auto 0px;
    width: 80px;
}

footer .contact-column .title {
	font-size: 18px;
	text-transform: uppercase;
	font-family: "Libre Baskerville", serif;
	margin-bottom: 10px;
}

footer .contact-column a {
	margin-bottom: 10px;
	display: block;
	color: #fff;
}

footer .contact-column a.mail {
	margin-bottom: 20px;
}

footer #footer-copyright {
	text-align: center;
	margin-top: 10px;
	padding-bottom: 20px;
}

footer #footer-copyright a {
	color: #fff;
}

footer #footer-copyright a:hover {
	text-decoration: underline;
}

@media(max-width: 1400px){
	footer .hotel-column { 
		padding-top: 50px;
	}

	footer .contact-column {
		padding-top: 50px;
	}

	footer .hotel-column .logo img {
		margin-bottom: 20px;
	}
}

@media(max-width: 1200px){
	footer .hotel-column .logo img {
		max-width: 120px;
	}

	footer .hotel-column .description br {
		display: none;
	}

	footer .contact-column .icon {
		margin-bottom: 20px;
	}

	footer .contact-column a {
		margin-bottom: 0px;
	}

	footer #footer-copyright {
		margin-top: 0px;
	}

	footer .hotel-column {
		padding-bottom: 40px;
	}
}

@media(max-width: 991px){
	footer {
		padding: 50px 0px;
	}

	footer .contact-section .col-md-4 {
		margin-bottom: 20px;
		padding: 0px;
	}

	footer .contact-section .icon {
		position: absolute;
		left: 0px;
		top: 10px;
	}

	footer .contact-section .label {
		text-align: left;
		padding-left: 60px;
		margin-bottom: 0px;
	}

	footer .contact-section .address,
	footer .contact-section .mail,
	footer .contact-section .phone {
		text-align: left;
		padding-left: 60px;
	}

	footer .section {
		margin-bottom: 0px !Important;
	}

	footer .hotel-column {
		padding: 0px;
	}

	footer .hotel-column .title br {
		display: none;
	}

	footer .contact-column {
		padding: 0px;
		text-align: left;
	}

	footer .contact-column .title {
		margin-bottom: 0px;
	}

	footer .contact-column a {
		margin-bottom: 0px;
	}

	footer .contact-column .col-md-6 {
		padding-left: 100px;
	}

	footer .contact-column .icon {
		position: absolute;
		left: 0px;
		top: 0px;
	    width: 100px;
	}

	footer #footer-copyright {
		margin-top: 25px;
		padding-bottom: 0px;
	}
}

@media(max-width: 767px){

	footer {
		padding: 30px 0px;
	}

	footer > .container {
		padding: 0px;
	}

	footer .row {
		margin: 0px;
	}
	
	footer .contact-section .icon {
		position: absolute;
		left: 7px;
		top: 10px;
	}
	
	footer .contact-section .icon i {
		font-size: 30px;
	}

	footer .contact-section .label {
		font-size: 20px;
		padding-left: 50px;
	}

	footer .contact-section .address,
	footer .contact-section .mail,
	footer .contact-section .phone {
		padding-left: 50px;
	}

	footer .hotel-column .logo img {
		width: 100px;
		margin-bottom: 15px;
	}

	footer .contact-column .icon {
		width: 50px;
		padding: 0px;
	}

	footer .contact-column .col-md-6 {
		padding-left: 60px;
	}

	footer #footer-copyright {
		margin-top: 20px;
	}

	footer #footer-copyright p {
		margin-bottom: 0px;
	}

	footer .contact-column a.mail {
		margin-bottom: 10px;
	}
}
/* ---------------------------------------------------------------------------------------------- */



/* Landing page
------------------------------------------------------------------------------------------------- */
.white-band .room-section {
	position: relative;
	border-left: 4px solid #fff;
	padding-left: 50px;
	color: #fff;
}

.slider-section .text-box {
	position: absolute;
	z-index: 9;
	border-radius: 15px;
	color: #fff;
	bottom: 150px;
	text-align: center;
	left: 50%;
	margin-left: -400px;
	width: 800px;
}

.slider-section .image-carousel .item {
	height: 100vh;
	background-size: cover;
	background-position: center;
	position: relative;
}

.slider-section .image-carousel .item:after {
	content: "";
	width: 100%;
	height: 100%;
	background-color: rgb(0,0,0,0.4);
	position: absolute;
	top: 0px;
	left: 0px;
}

@media(max-width:991px){

	.slider-section {
		position: relative;	
	}
	
	.slider-section .text-box {
		bottom: 50px;
	}

	.slider-section .image-carousel .item {
		height: 700px;
	}
}

@media(max-width:767px){

	.slider-section .image-carousel .item {
		height: 500px;
	}
	
	.slider-section .text-box {
		width: 90%;
		bottom: 100px;
		margin-left: -45%;
	}
	
}

.intro-section {
	position: relative;
}


.intro-section h3:before {
	display: none;
}

.intro-section .image {
	position: absolute;
	right: 0px;
	top: 0px;
	height: 500px;
	width: 35%;
}

.intro-section .image img {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	object-fit:cover;
	object-position: center;
}

.home-room-section {
	padding: 100px 0px;
	background-color: #fff;
}

.home-room-section h3 {
	margin-bottom: 30px;
}

.home-room-section .button {
	margin-bottom: 40px;
}

.room-section {
	display: flex;
	position: relative;
	height: 700px;
}

.room-section .text-column {
	position: relative;
	padding: 100px 0px;
}

.room-section:before {
	content: "";
	background-color: #beb1ae;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: -1;
}

.room-section .text-column-container {
	width: 1450px;
	margin: 0 auto;
	color: #fff;
}

.room-section .image {
	width: 40%;
	height: 700px;
	position: absolute;
	right: 0px;
	top: 0px;
}

.room-section .image:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgb(0,0,0,0.4);
	top: 0px;
	left: 0px;
	z-index: 2;
	opacity: 0.5;
}

.room-section .image img {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.room-section .image .btn.btn-primary {
	z-index: 10;
	position: absolute;
	bottom: 100px;
	left: 100px;
	width: 70%;
	padding: 15px;
	text-transform: uppercase;
	font-family: "EB Garamond", serif;
	font-weight: 600;
	font-size: 19px;
}


.room-section {
	padding: 0px 50px;
}

.room-carousel .item {
  display: flex;
  flex-direction: column;
  background: #fff8f2;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
  text-decoration: none;
  color: inherit;
  position: relative;
  margin-bottom: 50px;
}

.room-carousel .owl-item {
  transition: all 0.3s ease;
  opacity: 0.5;
  transform: scale(0.95);
  pointer-events: none;
}

.room-carousel .owl-item.active.center {
  opacity: 1;
  transform: scale(1);
  pointer-events: auto;
  z-index: 2;
}

.room-carousel .active .item {
	margin-top: 30px;
}

.room-carousel .item:hover {
  transform: scale(1.02);
}

.room-carousel .image {
  height: 600px;
  background-size: cover;
  background-position: center;
  position: relative;
}

.room-carousel .text-box {
	background-color: rgba(255,255,255,.7);
	position: absolute;
	bottom: 15px;
	width: 90%;
	margin-left: -45%;
	left: 50%;
	padding: 20px 70px;
	text-align: left;
	text-align: center;
}

.room-carousel .text-box .people-number {
	font-weight: 200;
}

.room-carousel .text-box .people-number i {
	margin-right: 5px;
	font-size: 14px;
	color: var(--purple-color) !IMPORTANT;
}

.room-carousel .text-box .nome {
	font-family: 'Libre Baskerville';
	font-size: 20px;
	margin-top: 4px;
	text-transform: uppercase;
}

.room-carousel .text-box .nome span {
	text-transform: uppercase;
	font-weight: 500;
	margin-bottom: 1px;
	font-size: 25px;
}


.room-carousel .text-box .more {
	position: absolute;
	right: 30px;
	bottom: 30px;
	width: 30px;
	height: 30px;
	text-align: center;
	background-color: var(--purple-color) !IMPORTANT;
	color: #fff;
	line-height: 30px;
}

.book-band {
	background-color:  var(--purple-color);
	color: #fff;
	text-align: center;
	padding: 100px 0px;
}

.book-band h3:after,
.book-band h3:before{
  background-color: #fff;
}

.book-band .btn.btn-white {
	padding: 10px 80px;
	margin-top: 15px;
	background-color: #fffbfa;
	color: var(--purple-color);
	font-weight: 600;
	clear: both;
	font-size: 16px;
	font-weight: 400;
}

.book-band .btn.btn-white:hover {
	background-color: #333;
	border: 1px solid #333;
	color: #ffff;
}

.home-link.row {
	margin: 0px;
}

.home-link .item {
	position: relative;
	height: 600px;
}

.home-link .item:before {
	content: "";
	width: 100%;
	height: 100%;
	background-color: rgb(0, 0, 0, 0.2);
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}

.home-link .item:hover:before {
	background-color: rgb(0, 0, 0, 0.4);
}

.home-link .item .text-box {
	position: absolute;
	bottom: 25px;
	left: 25px;
	width: calc(100% - 50px);
	z-index: 4;
	color: #fff;
	text-align: center;
	color: #000;
	padding: 20px 70px;
	transition: all 0.3s ease-in-out 0s;
	background-color: rgba(255,255,255,.7);
}

.home-link .item:hover .text-box {
	background-color:  var(--purple-color);
	color: #fff;
	bottom: 35px;
	transition: all 0.3s ease-in-out 0s;
}

.home-link .item .more {
	right: 15px !important;
}

.home-link .item .title {
	font-size: 20px;
	font-family: "Libre Baskerville", serif;
	margin-bottom: 3px;
	text-transform: uppercase;
}

.home-link .item .more {
	position: absolute;
	right: 30px;
	bottom: 34px;
	width: 30px;
	height: 30px;
	text-align: center;
	background-color: var(--purple-color);
	color: #fff;
	line-height: 29px;
}

.home-link .item img {
	position: absolute;
	top: 0px;
	left: 0px;
	width:100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.home-activity-carousel {
	background-color: #fff;
	padding: 100px 0px;
}

.home-activity-carousel .description {
	margin-bottom: 30px;
}

.experience-carousel {
	margin-top: 100px;
	margin-bottom: 50px;
}

.experience-carousel .owl-item {
	padding: 0px 15px;
}

.experience-carousel .owl-item:nth-child(2n) .item {
	margin-top: 50px;
}

.experience-carousel .item {
	height: 550px;
	background-size: cover;
	background-position: center;
	display: block;
	position: relative;
}

.experience-carousel .item:after {
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgb(0, 0, 0, 0.3);
}

.experience-carousel .item .overlay {
	opacity: 0.5;
}

.experience-carousel .item .name {
	font-family: 'Libre Baskerville', serif;
	color: #fff;
	padding-top: 50px;
	font-size: 20px;
	z-index: 3;
	position: relative;
	margin-bottom: 10px;
	font-weight: 500;
	text-transform: uppercase;
}

.experience-carousel .item .more {
	padding-right: 20px;
	color: #fff;
	position: relative;
	display: inline-block;
	z-index: 9;
	font-weight: 400;
}

.experience-carousel .item .more:after {
	content: "\f054";
	position: absolute;
	font-family: "Font Awesome 5 Free";
	right: 0px;
	top: 2px;
	font-weight: 600;
	font-size: 12px;
}

.experience-carousel .item:hover {
	text-decoration: none;
}

.experience-carousel .item:hover .overlay {
	opacity: 0.9;
}

.owl-nav {
	position: absolute;
	right: 50px;
	bottom: -28px;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
	background-color: var(--purple-color) !IMPORTANT;
	color: #ffff !Important;
	width: 50px;
	height: 50px;
	border-radius: 0px;
}

.owl-carousel .owl-nav button.owl-next:hover,
.owl-carousel .owl-nav button.owl-prev:hover {
	background-color: #333 !Important;
}

@media(max-width: 1650px){
	.home-link .item {
		height: 550px;
	}
}

@media(max-width: 1450px){
	.home-activity-carousel {
		padding: 70px 0px;
	}

	.experience-carousel {
		margin-top: 40px;
	}

	.home-room-section {
		padding: 70px 0px;
	}

	.experience-carousel .item {
		height: 450px;
	}

	.home-link .item {
		height: 450px;
	}
}

@media(max-width: 1200px){

	.intro-section .image {
		height: 550px;
		width: 34%;
	}

	#section-50048 .intro-section .image {
		height: 500px;
	}

	.home-activity-carousel {
		padding: 50px 0px;
	}

	.experience-carousel .item {
		height: 400px;
	}

	.home-link .item {
		height: 350px;
		display: block;
	}

	.home-link .item .text-box {
		padding: 15px 50px 15px 15px;
		text-align: left;
	}

	.home-room-section {
		padding: 50px 0px;
	}
}

@media(max-width: 991px){
	.intro-section .image {
		position: relative;
		width: 100%;
		margin-top: 15px;
	}

	.room-carousel .item {
		height: 450px;
	}
}

@media(max-width: 767px){
	.book-band .btn.btn-white {
		margin-top: 0px;
		padding: 5px 15px;
	}

	.intro-section .image {
		height: 350px;
		margin-top: 20px;
	}

	#section-50048 .intro-section .image {
		height: 350px;
	}

	.room-carousel .item,
	.room-carousel .image {
		height: 300px;
	}

	.room-carousel .text-box {
		padding: 10px 30px 10px 15px;
		text-align: left;
	}

	.room-carousel .text-box .more {
		right: 15px;
	}

	.home-activity-carousel {
		padding: 30px 0px;
	}

	.experience-carousel .item {
		height: 300px;
	}

	.experience-carousel .owl-item:nth-child(2n) .item {
		margin-top: 0px;
	}

	.experience-carousel {
		margin-bottom: 20px;
		margin-top: 30px;
	}

	.home-room-section {
		padding: 30px 0px;
	}

	.home-room-section .button {
		margin-bottom: 10px;
	}

	.room-carousel .text-box .nome {
		font-size: 15px;
		padding-right: 30px;
		line-height: 17px;
	}

	.room-carousel .text-box .people-number {
		font-size: 13px;
	}

	.home-link .item .title {
		font-size: 15px;
		line-height: 14px;
	}

	.home-link .item .text-box {
		width:	calc(100% - 30px);
		left: 15px;
		bottom: 15px;
	}

	.home-activity-carousel .description {
		margin-bottom: 15px;
	}

}
/* ---------------------------------------------------------------------------------------------- */



/* Albergo
------------------------------------------------------------------------------------------------- */
.header-image {
	height: 700px;
	position: relative;
	z-index: 1;
}

.header-image:after {
	content: "";
    width: 100%;
    height: 100%;
    background-color: rgb(0, 0, 0, 0.4);
    position: absolute;
    top: 0px;
    left: 0px;
}

.header-image .text-container {
	color: #fff;
	position: absolute;
	bottom: 50px;
	left: 0px;
	width: 100%;
	text-align: center;
	z-index: 2;
}

.header-image img {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.header-image .section-subtitle:after,
.header-image .section-subtitle:before {
	background-color: #fff;
}

@media(max-width: 1450px){
	.header-image {
		height: 550px;
	}
}

@media(max-width: 991px){
	.header-image {
		height: 450px;
	} 

	.header-image .text-container {
		bottom: 30px;
	}
}

.garden-section {
	background-color: #fff;
	padding: 100px 0px;
}

.garden-section .garden-presentation .item {
	padding: 0px 30px;
	text-align: left;
}

.garden-section .garden-presentation .item .image {
	margin-bottom: 50px;
	height: 500px;
	position: relative;
}

.garden-section .garden-presentation .item .image img {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.garden-section .garden-presentation .item:last-child .image {
	margin-top: 50px;
}

.review-section {
	background-color: #fff;
	padding: 100px 0px;
}

.review-section .review-carousel .item {
	display: flex;
	background-color: var(--pink-color);
	padding: 50px 30px;
	min-height: 350px;
	flex-direction: column;
	justify-content: center;
}

.review-section .review-carousel .item .title {
	font-size: 18px;
    text-transform: uppercase;
    font-family: "Libre Baskerville", serif;
    margin-bottom: 10px;
}

.review-section .review-carousel .item .name {
	font-family: "Libre Baskerville", serif;
	margin-top: 15px;
}

.review-section .review-carousel .item .data {
	font-size: 15px;
}

@media(max-width: 1450px){
	.garden-section {
		padding: 70px 0px;
	}

	.review-section .review-carousel .item {
		min-height: 400px;
		padding: 30px;
	}

	.review-section {
		padding: 70px 0px;
	}

}

@media(max-width: 1200px){
	.garden-section {
		padding: 50px 0px;
	} 

	.book-band {
		padding: 50px 0px;
	}

	.garden-section .garden-presentation .item {
		padding: 0px 15px;
	}

	.review-section {
		padding: 50px 0px;
	}

}

@media(max-widh: 991px) {
	.garden-section .garden-presentation .item .image {
		margin-bottom: 30px;
	}

	.garden-section .garden-presentation .item:last-child .image {
		margin-top: 30px;
	}

	.garden-section .garden-presentation .item .image {
		margin-bottom: 30px;
	}

	.garden-section .garden-presentation .item:last-child .image {
		margin-bottom: 0px;
	}
}

@media(max-width: 767px){
	.book-band {
		padding: 30px 15px;
	}

	.book-band .buttons {
		margin-bottom: 0px;
	}

	.garden-section {
		padding: 30px 0px;
	} 

	.garden-section .garden-presentation .item .image {
		height: 350px;
		margin-bottom: 20px;
	}

	.garden-section .garden-presentation .item:last-child .image {
		margin-top: 20px;
		margin-bottom: 0px;
	}

	.review-section {
		padding: 30px 0px;
	}

	.review-section .review-carousel .item {
		min-height: auto;
		padding: 15px;		
	}

	.review-section .review-carousel .item .name {
		margin-top: 5px;
	}

	.review-section .review-carousel .item .title {
		font-size: 15px;
		margin-bottom: 5px;
	}
	
}
/* ---------------------------------------------------------------------------------------------- */



/* Camere
------------------------------------------------------------------------------------------------- */
.room-intro-section {
	padding: 100px 0px;
	background-color: #fff;
}

.room-intro-section .row {
	display: flex;
	align-items: center;
}

.room-intro-section .text {
	padding-right: 70px;
}

.room-intro-section .title {
	font-family: "Libre Baskerville", serif;
	font-size: 30px;
	margin-bottom: 30px;
	line-height: 35px;
}

.room-intro-section .info-box {
	background-color: var(--pink-color);
	padding: 50px;
}

.room-intro-section .info-box .title-info {
    font-size: 18px;
    text-transform: uppercase;
    font-family: "Libre Baskerville", serif;
    margin-bottom: 10px;
}

.room-list .image {
	height: 400px;
	position: relative;
}

.room-list .image img {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.room-list .image .people-number {
	position: absolute;
	bottom: 20px;
	left: 20px;
	text-align: left;
	padding: 5px 15px;
	background-color: rgba(255, 255, 255, .7);
	display: inline-block;
}

.room-list .image .people-number i {
	color: var(--purple-color);
	margin-right: 10px;
}

.room-list .item .text {
	padding: 40px 30px;
	min-height: 180px;
	background-color: #fff;
	margin-bottom: 30px;
}

.room-list .item .title {
	display: inline-block;
	font-size: large;
	margin-bottom: 10px;
	font-family: 'Libre Baskerville';
	font-size: 20px;
	margin-top: 4px;
	text-transform: uppercase;
}
		
.room-list .item .description {
	text-align: justify;
	margin-bottom: 20px;
}

.room-detail .header-image {
	margin-bottom: 100px;
}

.room-detail .service-box .service-title {
	font-size: 30px;
	line-height: 55px;
	font-family: "Libre Baskerville";
	margin: 25px 0px 10px;
}

.room-detail .list {
	background-color: #fff;
	padding: 30px;
	margin: 0px;
}

.room-detail .service-item {
	position: relative;
	padding-left: 15px;
	margin-bottom: 5px;
}

.room-detail .service-item:before {
	content:"";
	width: 5px;
	height:5px;
	background-color: var(--purple-color);
	position: absolute;
	left: 0px;
	top: 10px;
}

.justified-gallery.owl-carousel {
	height: 400px !Important;
}

.gallery-carousel {
	margin-bottom: 100px;
	margin-top: 70px;
}

.restaurant-gallery .gallery-carousel {
	margin-top: 0px;
}

.gallery-carousel .owl-carousel a {
  height: 400px !IMPORTANT;
  display: block;
  background-size: cover;
  background-position: center;
  position: relative;
  width: 100% !IMPORTANT;
}

.gallery-carousel .owl-carousel a .overlay {
  background-color: rgba(134,125,123,0.6);
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
}

.gallery-carousel .owl-carousel a:hover .overlay {
  opacity: 1;
}

.owl-nav {
	display: inline-block !important;
	position: absolute;
	right: 50px;
	bottom: -28px;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
	background-color: var(--purple-color);
	color: #ffff !Important;
	width: 50px;
	height: 50px;
	display: inline-block;
}

.owl-carousel .owl-nav button.owl-next span,
.owl-carousel .owl-nav button.owl-prev span {
	font-size: 30px;
}

.owl-carousel .owl-nav button.owl-next:hover,
.owl-carousel .owl-nav button.owl-prev:hover {
	background-color: #333 !Important;
}

@media(max-width: 1450px){
	.gallery-carousel {
		margin-bottom: 70px;
	}

	.room-intro-section {
		padding: 70px 0px;
	}

	.room-detail .header-image {
		margin-bottom: 70px !Important;
	}
}

@media(max-width: 1200px){
	.room-intro-section {
		padding: 50px 0px;
	} 

	.room-detail .header-image {
		margin-bottom: 50px !Important;
	}
}

@media(max-width: 991px){

	.room-intro-section .text-column {
		margin-bottom: 40px;
	}
	
	.room-intro-section .info-box {
		padding: 30px;
	}

	.room-intro-section .row {
		flex-direction: column;
	}

	.room-list .item .text {
		margin-bottom: 50px;
		padding: 30px;
	}

	.room-list .col-md-6:last-child .item .text {
		margin-bottom: 0px;
	}
}

@media(max-width: 767px){
	.gallery-carousel .owl-carousel a {
		height: 250px !IMPORTANT;
	}

	.gallery-carousel {
		margin-bottom: 50px;
	}

	.room-detail .gallery-carousel {
		margin-top: 30px;
	}

	.room-intro-section {
		padding: 30px 0px;
	}

	.room-intro-section .title {
		margin-bottom: 10px;
		font-size: 25px;
	}

	.room-intro-section .text-column {
		margin-bottom: 20px;
	}

	.room-intro-section .info-box {
		padding: 15px;
	}

	.room-list.row {
		margin: 0px;
	}

	.room-list .item .text {
		padding: 15px;
		margin-bottom: 0px;
	}

	.room-list .item {
		padding: 0px 0px 30px;
	}

	.room-list .col-md-6:last-child .item {
		padding-bottom: 0px;
	}

	.room-list .image {
		height: 300px;
	}

	.room-list .item .title {
		font-size: 15px;
	}
	
	 .room-list .item .description {
		 margin-bottom: 15px;
	 }

	.room-detail .header-image {
		margin-bottom: 30px !Important;
	}

	.room-detail .service-box .service-title {
		margin-top: 10px;
		font-size: 25px;
		line-height: 42px;
	}

	.room-detail .list {
		padding: 15px;
	}

	.owl-nav {
		bottom:-20px;
		right: 10px;
	}

	.owl-carousel .owl-nav button.owl-next,
	.owl-carousel .owl-nav button.owl-prev {
		width: 40px;
		height: 40px;
	}

	.room-intro-section .text {
		padding-right: 0px;
	}
}

/* ---------------------------------------------------------------------------------------------- */



/* Ristorante
------------------------------------------------------------------------------------------------- */
.food-section {
	padding: 100px 0px;
	background-color: #fff;
}

.food-section .col-md-4:last-child .item {
	margin: 0px;
}

.food-section .item {
 	background-color: var(--purple-color);
 	color: #fff;
 	padding: 15px;
 	margin-bottom: 15px;
 	position: relative;
 	text-align: left;
 	padding-left: 50px;
}

.food-section .item i {
	background-color: #fff;
	width: 30px;
	color: #c1aea9;
	height: 30px;
	padding: 7px;
	position: absolute;
	left: 10px;
	top: 10px;
	text-align: center;
}

@media(max-width: 1450px){
	.food-section {
		padding: 70px 0px;
	}
}

@media(max-width: 1200px){
	.food-section {
		padding: 50px 0px;
	}
}

@media(max-width: 991px){
	.food-section {
		padding: 30px 0px;
	}
}
/* ---------------------------------------------------------------------------------------------- */


/* Congressi
------------------------------------------------------------------------------------------------- */
.conference-room-grid-section {
	padding: 100px 0px;
	background-color: #fff;
}

.conference-room-grid  .image {
	height: 400px;
	position: relative;
}

.conference-room-grid  .image img {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.conference-room-grid  .image .number-people {
	position: absolute;
	bottom: 20px;
	left: 20px;
	text-align: left;
	padding: 5px 15px;
	background-color: #fff;
	display: inline-block;
	font-weight: 400;
}

.conference-room-grid .image .number-people i {
	color: var(--purple-color);
	margin-right: 10px;
}

.conference-room-grid .item .text {
	padding: 40px 30px;
	min-height: 190px;
	background-color: var(--pink-color);
	margin-bottom: 30px;
}

.conference-room-grid .item .name {
	display: inline-block;
	font-size: large;
	margin-bottom: 10px;
	font-family: 'Libre Baskerville';
	font-size: 20px;
	margin-top: 4px;
	text-transform: uppercase;
}
		
.conference-room-grid .item  .description {
	text-align: justify;
}

.conference-room-section .item {
    background-color: var(--purple-color);
    color: #fff;
    padding: 15px;
    margin-bottom: 15px;
    position: relative;
    text-align: left;
    padding-left: 50px;
}

.conference-room-section .col-md-4:last-child .item {
	margin: 0px;
}

.conference-room-section .item i {
	background-color: #fff;
	width: 30px;
	color: #c1aea9;
	height: 30px;
	padding: 7px 0px;
	position: absolute;
	left: 10px;
	top: 10px;
	text-align: center;
	line-height: 18px;
}

.event-program-section {
	background-color: #fff;
	padding: 100px 0px;
}

.event-program-section .event-program .item {
	position: relative;
	padding-left: 80px;
	text-align: left;
	margin-bottom: 20px;
	border-bottom: 1px solid var(--purple-color);
	padding-bottom:  20px;
}

.event-program-section .event-program .item:last-child {
	border-bottom: 0px;
	margin-bottom: 0px;
}

.event-program-section .event-program .item .icon {
	background-color: var(--purple-color);
	color: #fff;
	width: 60px;
	height: 60px;
	line-height: 50px;
	font-size: 30px;
	position: absolute;
	top: 30px;
	margin-top: -25px;
	left: 0px;
	text-align: center;
	line-height: 57px;
}

.event-program-section .event-program .item .title {
	font-family: "Libre Baskerville";
}

@media(max-width: 1450px){
	.event-program-section {
		padding: 70px 0px;
	}

	.conference-room-grid-section {
		padding: 70px 0px;
	}
}

@media(max-width: 1200px){
	.event-program-section {
		padding: 50px 0px;
	}

	.conference-room-grid-section {
		padding: 50px 0px;
	}
}

@media(max-width: 991px){
	.event-program-section .event-program .item:last-child {
		padding-bottom: 0px;
	}

	.conference-room-grid .item .text {
		padding: 30px;
		min-height: auto;
	}
}

@media(max-width: 767px){
	.event-program-section {
		padding: 30px 15px;
	}

	.event-program-section .event-program .item {
		margin-bottom: 15px;
		padding-bottom: 15px;
	}

	.conference-room-grid-section {
		padding: 30px 15px;
	}

	.conference-room-grid .item .text {
		padding: 15px;
	}

	.conference-room-grid .col-md-6:last-child .item .text {
		margin-bottom: 0px;
	}

	.conference-room-grid .image {
		height: 300px;
		margin-bottom: 15px;
	}
}
/* ---------------------------------------------------------------------------------------------- */


/* Landing page 2
------------------------------------------------------------------------------------------------- */
.inputbox .legend {
	display: none;
}

.input-div .input-type-textarea,
.input-div input.input-type-text,
.input-div .input-type-dropdownlist,
.input-div input.input-type-email {
	max-width: 100% !Important;
	border: 0px;
	box-shadow: none;
	border-radius: 0px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 30px;
	background-color: transparent;
}

.inputbox.vertical .validation-required {
	background: none !Important;
	padding-left: 0px !Important;
	font-family: var(--title-font-family);
	letter-spacing: 1px;
	text-align: left;
	width: 100%;
}

.inputbox .validation-highlight {
    background: #fff0f0 none repeat scroll 0 0 !important;
    border-color: #a90329;
}

.input-div {
    position: relative;
    text-align: left;
}

.inputbox label.validation-error-label {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    bottom: -15px;
    background-color: #a90329 !important;
    font-size: 11px !Important;
    font-weight: lighter;
    padding: 2px 10px !important;
    position: absolute;
    color: #FFF !important;
    right: -5px;
}

.privacy-field a {
	color: var(--main-color);
}
/* ---------------------------------------------------------------------------------------------- */


/* Attività
------------------------------------------------------------------------------------------------- */
.activity-grid-section {
    background-color: #fff;
    padding: 100px 0px;
    text-align: left;
}

.activity-grid-section .item {
	margin: 50px 0px;
}

.activity-grid-section .item .icon {
	width: 80px;
	background-color: var(--pink-color);
	padding: 10px;
	margin-bottom: 10px;
}

.activity-grid-section .item .activity {
	font-size: 25px;
	line-height: 55px;
	margin-bottom: 10px;
	font-family: "Libre Baskerville";
}

.activity-grid-section .item .text {
	margin-bottom: 30px;
}

.activity-grid-section .item .image {
	position: relative;
	height: 400px;
}

.activity-grid-section .item .image img {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

@media(max-width: 1450px){
	.activity-grid-section {
		padding: 70px 0px;
	}

	.activity-grid-section .item .image {
		height: 350px;
	}

	.activity-grid-section .item {
		margin-bottom: 0px;
		margin-top: 30px;
	}
}

@media(max-width: 1200px){
	.activity-grid-section {
		padding: 50px 0px;
	}
}

@media(max-width: 991px){
	.activity-grid-section .item .activity {
		line-height: 37px;
	}

	.activity-grid-section .item .image {
		height: 250px;
	}
}

@media(max-width: 767px){
	.activity-grid-section {
		padding: 30px 0px;
	}

	.activity-grid-section .item {
		margin-top: 15px;
	}

	.activity-grid-section .item .image {
		height: 200px;
	}

	.activity-grid-section .item .icon {
		width: 50px;
		margin-bottom: 10px;
		padding: 5px;
	}
}
/* ---------------------------------------------------------------------------------------------- */



/* Contatti
------------------------------------------------------------------------------------------------- */
.contact-section .item {
	background-color: #fff;
	padding: 20px 20px 20px 120px;
	position: relative;
	margin-top: 100px;
}

.contact-section .item .icon {
	background-color: var(--purple-color);
	color: #fff;
	width: 60px;
	height: 60px;
	line-height: 50px;
	font-size: 30px;
	position: absolute;
	top: 55px;
	margin-top: -25px;
	left: 30px;
	text-align: center;
	line-height: 57px;
	padding: 10px;
}

.contact-section .item .text {
	font-size: 18px;
	font-family: "Libre Baskerville", serif;
	margin-bottom: 5px;
}

.contact-section .item .address {
	line-height: 25px;
}

.contact-section .item a {
	display: block;
	color: #000;
}

.contact-section .item a:hover {
	font-weight: 600;
	text-decoration: none;
}

@media(max-width: 1450px){
	.contact-section .item .text {
		margin-bottom: 0px;
	}
}

@media(max-width: 1200px){
	.contact-section .item {
		margin-top: 50px;
	}
}

@media(max-width: 991px){
	.contact-section .col-md-6:last-child .item {
		margin-top: 20px;
	}
}

@media(max-width: 767px){

	.contact-section .item {
		padding-top: 15px;
		padding-right: 15px;
		padding-bottom: 15px;
		padding-left: 90px;
		margin-top: 30px;
	}
	
	.contact-section .col-md-6:last-child .item {
		margin-top: 15px
	}

	.contact-section .item .icon {
		left: 15px;
		top: 50%;
		margin-top: -30px;
	}
}
/* ---------------------------------------------------------------------------------------------- */


/* Banner Cookie
------------------------------------------------------------------------------------------------- */

.cookie-consents {
	z-index: 99999 !Important;
}

.cookie-consents a {
	color: var(--pink-color);
}

.cookie-consents a:hover {
	color: #fff;
}

.cookie-consents .table {
	background-color: transparent;
	color: #fff;
}

.cookie-consents .cookie-buttons a.evidence {
	background-color: var(--purple-color) !Important;
}

.cookie-consents .cookie-buttons a.evidence:hover {
	background-color: #fff !Important;
}

input#tct1InputCheckbox {
  height: 13px !important;
}

.cookie-consents .cookie-options .tab-cookie-type-options label {
  color: #FFF;
  font-size: 12px;
}

.change-cookie-consents {
	background-color: var(--purple-color) !important;
	color: #FFF !important;
	padding: 5px 10px;
	font-size: 16px;
	line-height: 18px;
	display: inline-block;
	margin-top: 15px;
}

.view-privacy-policy a,
.view-cookie-policy a {
	color: var(--purple-color);
}

.view-privacy-policy strong {
	font-weight: 300;
}

.tab-cookie-type-name,
.table > thead > tr > th{
	font-weight: 300 !Important;
}

@media(max-width: 767px){
	.cookie-consents .banner-intro .banner-description {
		font-size: 10px;
		line-height: 14px;
	}

	.cookie-consents .cookie-buttons a {
		font-size: 10px;
		padding: 5px !Important;
		line-height: 13px;
	}

	.cookie-consents .cookies-details .tab a {
		font-size: 10px;
	}
  
   .cookie-consents .main-change-cookie-consents a {
       line-height: 20px;
   }

	.cookie-consents .cookies-details .cookie-declaration-tab .cookies-table .tab-cookie-type-description {
		font-size: 10px;
		line-height: 12px;
	}
  
    .cookie-consents .cookie-options .tab-cookie-type-options {
       display: inline-block;
       width: 80%;
    }
  
    .cookie-consents .cookie-options {
        padding-right: 80px !important;
    }

	.cookie-consents .cookies-details .cookie-declaration-tab .cookie-type a {
		font-size: 10px;
	}
  
     .cookie-consents .cookie-options .tab-cookie-type-options label {
         padding: 0px;
     }

	.cookie-consents .cookies-details .cookie-declaration-tab .cookies-table .table th, .cookie-consents .cookies-details .cookie-declaration-tab .cookies-table .table td {
		font-size: 10px;
	}
  
    .cookie-consents .cookies-details .last-updated-message {
        line-height: 13px;
   }
}
/* ---------------------------------------------------------------------------------------------- */

