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

/* Generale
------------------------------------------------------------------------------------------------- */
:root {
	--menu-background: #f7eee2;
	--text-color: #000;
	--menu-text: #000;
	--body-background: #f7eee2;
	--room-background: #D2B2AA;
}

body {
	 background-color: var(--body-background);
	 font-weight: 300;
	 font-family: "Albert Sans", sans-serif;
	 font-size: 18px;
	 line-height: 28px;
	 color: var(--text-color);
}

.white-header-page {
	margin-top: 220px;
}

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

.section-subtitle {
	font-size: 20px;
	margin-bottom: 30px;
	text-transform: uppercase;
	font-weight: 500;
	font-family: 'Josefin Sans', sans-serif;
}

.intro-section .section-title h1 {
	font-family: "Josefin Slab", sans-serif;
	text-transform: uppercase;
	font-style: italic;
	font-size: 57px;
	text-align: center;
	margin-bottom: 13px;
}

.section-title h1,
.section-title h2 {
	font-family: "Josefin Slab", sans-serif;
	text-transform: uppercase;
	font-size: 50px;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 25px;
	line-height: 49px;
	font-weight: 300;
}

h1,
h2,
.owl-carousel:not(.header-image-carousel){
    opacity: 0;
    transform: translateY(30px);
    transition: all .8s ease;
}

h1.visible,
h2.visible,
.owl-carousel:not(.header-image-carousel).visible{
    opacity: 1;
    transform: translateY(0);
    margin-top: 10px;
}

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

.more,
.btn.btn-primary {
	color: var(--text-color);
	z-index: 9;
	position: relative;
	font-size: 23px;
	font-family: "Josefin Sans", sans-serif;
	text-decoration:  underline;
	font-style: italic;
	font-weight: 600;
	background-color: transparent;
	border: 0px;
}

.more:hover,
.btn.btn-primary:hover {
	color: #333;
	background-color: transparent;
}

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

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

@media(max-width: 1450px){
	.intro-section .section-title h1 {
		font-size: 53px;
	}
}

@media(max-width: 1200px){

	body {
		font-size: 16px;
	}
	
	.intro-section .section-title h1 {
		font-size: 42px;
		margin-bottom: 5px;
	}

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

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

	.more, .btn.btn-primary {
		font-size: 16px;
	}

	.section-subtitle {
		margin-bottom: 20px;
	}

	.white-header-page {
	    margin-top: 180px;
	}
}

@media(max-width: 991px){
	.intro-section .section-title h1 {
		font-size: 32px;
	}

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

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

	.section-subtitle {
		font-size: 18px;
		line-height: 25px;
		margin-bottom: 10px;
	}

	.white-header-page {
	    margin-top: 150px;
	}
}

@media(max-width: 767px){
	body {
		font-size: 15px;
		line-height: 24px;
	}

	.intro-section .section-title h1 {
		font-size: 25px;
		padding: 0px 15px;
		line-height: 27px;
	}

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

	.home-room-carousel .room-carousel .item .name {
		font-size: 15px;
	}

	.section-subtitle {
		font-size: 15px;
		line-height: 21px;
	}
	
	.white-header-page {
	    margin-top: 100px;
	}
	
}

@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* ------------------------------------------------------------------------------------------------- */



/* Header e Menu
------------------------------------------------------------------------------------------------- */
header {
	position: fixed;
	left: 50%;
	top: 45px;
	width: 600px;
	margin-left: -300px;
	z-index: 99 !important;
	background-color: #ffffffb8;
	display: flex;
	flex-direction: row;
	align-items: center;
	border-radius: 15px;
	padding: 10px 20px;
	justify-content: center;
}

header.shrink {
	width: 500px;
	margin-left: -250px;
}

.open-navbar header {
	background-color: transparent;
}

header .navbar-brand {
	display: inline-block;
	float: none;
	height: auto;
	flex: 4;
	padding: 0px;
}

header .navbar-brand img {
	height: 90px;
	margin: 0 auto;
}

header.shrink .navbar-brand img {
	height: 60px;
}

.fixed-menu {
	border-radius: 50%;
	cursor: pointer;
	float: left;
	flex: 0.5;
}

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

header.shrink .fixed-menu a .image {
	width: 55PX;
	height: 27px;
	background-repeat: no-repeat;
}

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

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

header  .book-band {
	flex: 1.3;
	text-align: center;
}

header  .book-band .language-switcher a:first-child::after {
    content: " | ";
    color: inherit; /* oppure il colore che preferisci */
    margin: 0 1px;
}

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

header .book-band a {
	font-family: "Josefin Sans", sans-serif;
	text-transform: uppercase;
	font-size: 19px;
	color: var(--text-color);
	font-weight: 300;
}

header .book-band a.active {
	font-weight: 600;
	text-decoration: none;
}

header.shrink .book-band a {
	font-size: 14px;
}

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

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

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

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

/*Voci di menù*/
.navbar-nav > li > a {
  display: inline-block;
  font-size: 55px;
  line-height: 9px;
  color: var(--menu-text);
  text-transform: uppercase;
  padding: 10px 30px;
  line-height: 35px;
  font-weight: 300;
  margin-bottom: 30px;
  opacity: 0.5;
}

.navbar-nav > li.active > a,
.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus{
	color: var(--text-color);
}

.section.menu {
	margin-bottom: 0px;
	padding-top: 300px;
	color: var(--text-color);
	padding-bottom: 100px;
}

.section.menu .navbar-nav {
	float: none;
}

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

.navbar-nav .open .dropdown-menu {
	position: relative;
	min-width: auto;
	top: auto;
	left: auto;
	display: block;
	width: 100%;
	background-color: transparent;
	border: 0px;
	margin: 0px 0px 40px;
	box-shadow: none;
}

.navbar-nav .dropdown-menu li {
	background-color: transparent;
}

.navbar-nav .dropdown-menu li a {
	font-size: 26px;
	border: 0px;
	background-color: transparent;
	box-shadow: none;
	padding: 5px 10px;
	font-weight: 300;
	text-transform: uppercase;
	padding-left: 120px;
	color: var(--menu-text) !important;
}

.navbar-nav > li.active > a,
.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus,
.navbar-nav .dropdown-menu li.active a,
.navbar-nav .dropdown-menu li a:hover {
	color: var(--text-color) !important;
	background-color: transparent;
	opacity: 1;
}

.navbar-nav .dropdown.open > a {
	background-color: transparent;
}

.navbar-nav .caret {
	display: none;
}

@media(max-width: 1450px){

	header {
		width: 500px;
		margin-left: -250px;
	}
	
	header .navbar-brand img {
		height: 60px;
	}

	header .book-band a {
		font-size: 16px;
	}

	header .fixed-menu a .image {
		width: 55PX;
		height: 27px;
		background-repeat: no-repeat;
	}

	.section.menu {
		padding-top: 170px;
	}
}

@media(max-width: 1200px){
	.section-title h1, .section-title h2 {
		font-size: 42px;
		line-height: 40px;
	}

	.navbar-nav > li > a {
		font-size: 45px;
		margin-bottom: 10px;
	}
}

@media(max-width: 991px){

	header,
	header.shrink {
		width: 400px;
		margin-left: -200px;
	}

	header.shrink .navbar-brand img,
	header .navbar-brand img {
		height: 50px;
	}

	.section-title h1, .section-title h2 {
		font-size: 32px;
		margin-bottom: 10px;
	}

	.section.menu {
		padding-top: 200px;
	}
	
	.navbar-nav > li > a {
		font-size: 32px;
		margin-bottom: 0px;
		padding: 8px 0px;
	}
}

@media(max-width: 767px){
	header, header.shrink {
		top: 15px;
		width: 90%;
		margin: 0 auto;
		transform: translateX(-50%);
		padding: 10px 15px;
	}

	header.shrink .navbar-brand img,
	header .navbar-brand img {
		height: 40px;
	}

	header .book-band a {
		font-size: 16px;
	}

	.section-title h1, .section-title h2 {
		font-size: 25px;
		line-height: 28px;
		margin-bottom: 3px;
	}

	.section.menu {
		padding-top: 100px;
	}

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

	.navbar-nav .dropdown-menu li a {
		font-size: 18px;
	}

	.navbar-nav .open .dropdown-menu {
		margin-bottom: 0px;
	}

	.open-navbar .fixed-menu a .image {
		width: 55PX;
		height: 27px;
		background-repeat: no-repeat;
	}

	header .book-band {
		flex: 2.5;
		line-height: 21px;
	}

	header .book-band a {
		font-size: 14px;
	}
}
/* ------------------------------------------------------------------------------------------------- */



/* Home
------------------------------------------------------------------------------------------------- */
.slides-pagination {
      bottom: 25px !Important;
}

.slides-pagination a {
	background-color: #fff !Important;
	opacity: 0.5;
	width: 10px !Important;
	height: 10px !Important;
	border-radius: 50% !Important;
	margin-right: 6px !important;
	bottom: 20px !Important;
	color: #fff !important;
}

.slides-pagination a.current {
	opacity: 1;
}

.intro-section {
	font-size: 60px;
	line-height: 75px;
	font-family: 'Josefin Sans';
}

.intro-section .third-row-text {
	padding-left: 87px;
}

.intro-section strong {
	font-style: italic;
}

.history-band {
	position: relative;
	padding: 60px 0px;
}

.history-band {
	background-size: contain;
}

.history-band .history-container {
	background-color: #ffffffd9;
	padding: 70px;
	z-index: 1;
	position: relative;
	border-radius: 30px;
}

.history-band .history-container .text-column {
	padding-right: 100px;
}

.history-band .history-container .text-column .text {
	font-style: italic;
	margin-bottom: 20px;
}

.history-band .history-container .text-column .signature {
	font-size: 35px;
	font-family: "Oooh Baby", cursive;
	line-height: 43px;
	margin-top: 30px;
}

.history-band .history-container .image-column {
	width: 550px;
}

.home-room-carousel {
	background-color: var(--room-background);
	margin-bottom: 60px;
}

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

.home-room-carousel .row {
	padding: 60px 0px 40px;
	position: relative;
	display: inline-block;
}

.home-room-carousel .row:after {
	content: "";
	width: 0;
	height: 0;
	border-left: 70px solid transparent;
	border-right: 70px solid transparent;
	border-top: 35px solid var(--room-background); /* colore del triangolo */
	position: absolute;
	bottom: -41px;
	left: 15px;
	z-index: 9;
}

.home-room-carousel .section-subtitle {
    font-size: 22px;
}

.home-room-carousel .room-carousel .item {
	position: relative;
	height: 900px;
	display: block;
}


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

.home-room-carousel .room-carousel .item:before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
            circle at left center,
            rgba(120,90,45,.45) 0%,
            rgba(120,90,45,.20) 30%,
            transparent 90%
        ),
        linear-gradient(
            90deg,
            rgba(0,0,0,.35) 0%,
            transparent 80%
        );
}

.home-room-carousel .room-carousel .item img {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: -1;
}

.home-room-carousel .room-carousel .item .name {
	font-family: "Josefin Slab", sans-serif;
	text-transform: uppercase;
	font-size: 50px;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 25px;
	line-height: 49px;
	color: #fff;
	z-index: 9;
	position: relative;
	margin-top: 180px;
}

.home-room-carousel .room-carousel .item .section-subtitle {
	z-index: 9;
	color: #fff;
	position: relative;
}

.home-room-carousel .room-carousel .item .more {
	color: #fff;
}

.home-room-carousel .room-carousel .owl-nav {
	position: absolute;
	left: 0px;
	top: 50%;
	z-index: 9 !Important;
	width: 100%;
}

.home-room-carousel .room-carousel .owl-nav button {
	background-color: #ffffffd9 !important;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	padding: 0px !important;
}

.home-room-carousel .room-carousel .owl-nav .owl-prev {
	float: left;
	margin-left: 50px;
}

.home-room-carousel .room-carousel .owl-nav .owl-next {
   float: right;
   margin-right: 50px;
}

.home-room-carousel .room-carousel .owl-nav .owl-prev img,
.home-room-carousel .room-carousel .owl-nav .owl-next img {
	width: 22px;
}

.bar-section .more {
	margin-bottom: 70px;
	display: inline-block;
}

.bar-section .image-row {
	display: flex;
	gap: 15px;
	margin-bottom: 40px;
	padding-left: 15px;
}

.bar-section .image-row .image {
	flex: 0 0 calc(50% - 7.5px);
    position: relative;
    height: 700px;
}

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

.bar-section .text-row {
	display: inline-block;
	margin-bottom: 0px;
	column-count: 2;
	padding-left: 15px;
}

.bar-section .text-row .section-subtitle {
	margin-bottom: 15px;
}

.bar-section .text-row .text {
	padding-right: 100px;
}

.valmalenco-section {
	position: relative;
	height: 900px;
	color: #fff;
	display: block;
}

.valmalenco-section:hover {
	text-decoration: none;
}

.valmalenco-section img {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: -1;
}

.valmalenco-section:before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at left center, rgba(70, 71, 45, .45) 0%, rgba(70, 71, 45, .20) 30%, transparent 90%), linear-gradient(90deg, rgba(0, 0, 0, .35) 0%, transparent 80%);
}

.valmalenco-section .container {
	padding-top: 60px;
}

.valmalenco-section .container > div,
.valmalenco-section .container a {
	z-index: 9;
	position: relative;
	color: #fff;
}

.valmalenco-section .text {
	width: 40%;
	margin-bottom: 30px;
}

@media (min-width: 1450px) {

    .bar-section .image-row,
    .bar-section .text-row {
        margin-left: calc((100vw - 1400px) / 2);
        width: calc(100vw - ((100vw - 1400px) / 2));
    }
}

@media (min-width: 1200px) and (max-width: 1449px) {

    .bar-section .image-row,
    .bar-section .text-row {
        margin-left: calc((100vw - 1170px) / 2);
        width: calc(100vw - ((100vw - 1170px) / 2));
    }
}

@media (min-width: 992px) and (max-width: 1199px) {

    .bar-section .image-row,
    .bar-section .text-row {
        margin-left: calc((100vw - 970px) / 2);
        width: calc(100vw - ((100vw - 970px) / 2));
    }
}

@media (min-width: 768px) and (max-width: 991px) {

    .bar-section .image-row,
    .bar-section .text-row {
        margin-left: calc((100vw - 750px) / 2);
        width: calc(100vw - ((100vw - 750px) / 2));
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {

    .bar-section .image-row,
    .bar-section .text-row {
        width: calc(100% - 15px);
        margin-bottom: 15px;
    }

	.home-room-carousel .room-carousel .owl-nav {
		top: 70%;
		display: none;
	}
}

@media(max-width: 1450px){
	.slides-pagination {
		bottom: 15px !Important;
	}

	.intro-section {
		font-size: 53px;
		padding-left: 45px;
		line-height: 62px;
	}

	.intro-section .second-row-text {
		padding-left: 10px;
	}

	.history-band .history-container .text-column {
		padding-right: 0px;
	}

	.history-band .history-container .image-column {
		width: 520px;
	}

	.home-room-carousel .room-carousel .item {
		height: 700px;
	}

	.valmalenco-section {
		height: 700px;
	}

	.bar-section .image-row .image {
		height: 550px;
	}

	.bar-section .more {
		margin-bottom: 60px;
	}
}

@media(max-width: 1200px){
	.intro-section {
		padding-left: 0px;
		font-size: 36px;
		line-height: 53px;
	}

	.intro-section .second-row-text {
		padding-left: 58px;
	}

	.intro-section .third-row-text {
		padding-left: 90px;
	}

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

	.history-band .history-container {
		padding: 50px;
	}

	.history-band .history-container .image-column {
		width: 450px;
		margin-top: 30px;
	}

	.history-band .history-container .text-column .signature {
		margin-top: 10px;
		font-size: 30px;
		line-height: 35px;
	}

	.home-room-carousel {
		margin-bottom: 50px;
	}

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

	.home-room-carousel .section-subtitle {
		font-size: 20px;
		margin-bottom: 25px;
		margin-top: 7px;
	}

	.home-room-carousel .row {
		padding-bottom: 20px;
	}

	.home-room-carousel .room-carousel .item {
		height: 600px;
	}

	.home-room-carousel .room-carousel .item .name {
		font-size: 42px;
		line-height: 45px;
	}

	.home-room-carousel .room-carousel .owl-nav button {
		width: 50px;
		height: 50px;
	}

	.home-room-carousel .room-carousel .owl-nav .owl-prev img,
	.home-room-carousel .room-carousel .owl-nav .owl-next img {
		width: 18px;
	}

	.bar-section .more {
		margin-bottom: 50px;
	}

	.bar-section .image-row .image {
		height: 450px;
	}

	.valmalenco-section {
		height: 600px;
	}

	.home-room-carousel .room-carousel .item .name {
		margin-top: 75px;
	}

}

@media(max-width: 991px){

	.intro-section {
		font-size: 30px;
		line-height: 37px;
	}
	
	.intro-section .second-row-text {
		padding-left: 35px;
	}

	.history-band {
		padding: 30px 0px;
	}

	.history-band .history-container {
		padding: 30px;
	}

	.history-band .history-container .image-column {
		width: 100%;
	}

	.history-band .history-container .image-column img {
		margin: 0 auto;
		width: 80%;
	}

	.history-band .history-container .text-column .signature {
		font-size: 25px;
		margin-top: 0px;
	}

	.home-room-carousel .row {
		padding-top: 30px;
	}

	.home-room-carousel .section-subtitle {
		font-size: 18px;
		margin-bottom: 10px;
		margin-top: 0px;
	}

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

	.home-room-carousel .row:after {
		bottom: -23px;
	}

	.home-room-carousel .room-carousel .item {
		height: 430px;
	}

	.home-room-carousel .room-carousel .owl-nav .owl-prev {
		margin-left: 15px;
	}

	.home-room-carousel .room-carousel .owl-nav button {
		width: 40px;
		height: 40px;
	}

	.home-room-carousel .room-carousel .owl-nav .owl-prev img,
	.home-room-carousel .room-carousel .owl-nav .owl-next img {
		width: 15px;
	}

	.home-room-carousel .room-carousel .owl-nav .owl-next {
		margin-right: 25px;
	}

	.home-room-carousel .room-carousel .item .name {
		font-size: 32px;
		margin-bottom: 10px;
		margin-top: 70px;
		line-height: 35px;
	}

	.bar-section .more {
		margin-bottom: 30px;
	}

	.bar-section .image-row .image {
		height: 350px;
	}

	.bar-section .text-row {
		column-count: 1;
		margin-bottom: 0px;
	}

	.bar-section .text-row .text {
		padding-right: 30px;
	}

	.bar-section .text-row .section-subtitle {
		margin-bottom: 7px;
	}

	.valmalenco-section .text {
		width: 60%;
		margin-bottom: 15px;
	}

	.valmalenco-section .container {
		padding-top: 40px;
	}

	.history-container .row {
	    display: flex;
	    flex-direction: column;
	}
	
	.history-container .row .image-column {
	    order: 1;
	}
	
	.history-container .row .text-column {
	    order: 2;
	    padding: 0 15px;
	}

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

@media(max-width: 767px){

	.intro-section {
		font-size: 20px;
		line-height: 23px;
	}
	
	.intro-section .second-row-text {
		padding: 0px 15px;
		text-align: center;
	}

	.intro-section .third-row-text {
		padding: 0px 15px;
		text-align: center;
	}

	.history-band {
		padding: 22px 15px;
	}

	.history-band .history-container {
		padding: 20px;
	}

	.history-band .history-container .text-column br {
		display: none;:
	}

	.history-band .history-container .text-column .text {
		margin-bottom: 0px;
	}

	.history-band .history-container .text-column .signature {
		font-size: 18px;
		line-height: 20px;
	}

	.history-band .history-container .image-column {
		margin-top: 0px;
		margin-bottom: 30px;
	}

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

	.home-room-carousel .row {
		padding-top: 30px;
		padding-bottom: 7px;
	}

	.home-room-carousel .section-subtitle {
		font-size: 15px;
		line-height: 16px;
	}

	.home-room-carousel .container {
		padding: 0px 15px;
	}

	.home-room-carousel .row:after {
		bottom: -20px;
		left: 2px;
		border-left: 52px solid transparent;
		border-right: 60px solid transparent;
		border-top: 27px solid var(--room-background);
	}

	.home-room-carousel .room-carousel .item {
		height: 350px;
	}

	.home-room-carousel .room-carousel .item .name {
		font-size: 25px;
		line-height: 26px;
	}
	
	.history-band .history-container .text-column {
		padding: 0px 15px;
	}

	.home-room-carousel .room-carousel .owl-nav button {
		width: 30px;
		height: 30px;
	}

	.home-room-carousel .room-carousel .owl-nav .owl-prev img,
	.home-room-carousel .room-carousel .owl-nav .owl-next img {
		width: 12px;
	}

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

	.bar-section .more {
		margin-bottom: 15px;
	}

	.bar-section .image-row .image {
		height: 200px;
		margin-bottom: 12px;
	}

	.bar-section .text-row .section-subtitle {
		font-size: 16px;
		line-height: 19px;
	}

	.bar-section .text-row .text {
		padding-right: 0px;
	}

	.valmalenco-section {
		height: 400px;
	}

	.valmalenco-section .container {
		padding-top: 30px;
	}

	.valmalenco-section .text {
		width: 100%;
	}
}
/* ------------------------------------------------------------------------------------------------- */



/* Bar e Ristorante
------------------------------------------------------------------------------------------------- */

.bar-carousel-section .container {
	padding-left: 70px;
}

.bar-carousel-section .container {
	column-count: 2;
	Column-gap: 30px;
}

.apericena-carousel-section .carousel-row,
.bar-carousel-section .carousel-row {
	margin: 30px 0px 60px;
}

.apericena-carousel-section .carousel-row .owl-stage-outer,
.bar-carousel-section .carousel-row .owl-stage-outer {
	height: 600px;
}

.apericena-carousel-section .carousel-row .item,
.bar-carousel-section .carousel-row .item {
	height: 600px;
	position: relative;
}

.apericena-carousel-section .carousel-row .item img,
.bar-carousel-section .carousel-row .item img {
    height: 600px;
    width: auto;
    max-width: none;
    display: block;
}

.apericena-carousel-section .carousel-row .owl-nav,
.bar-carousel-section .carousel-row .owl-nav {
	position: absolute;
	left: 0px;
	top: 50%;
	z-index: 9 !Important;
	width: 100%;
	transform: translateY(-50%);
	display: block !important;
}

.apericena-carousel-section .carousel-row .owl-nav button,
.bar-carousel-section .carousel-row .owl-nav button {
	background-color: #ffffffd9 !important;
	border-radius: 50% !important;
	width: 60px;
	height: 60px;
	padding: 0px !important;
}

.apericena-carousel-section .carousel-row .owl-nav .owl-prev,
.bar-carousel-section .carousel-row .owl-nav .owl-prev {
	float: left;
	margin-left: 50px !Important;
}

.apericena-carousel-section .carousel-row .owl-nav .owl-next,
.bar-carousel-section .carousel-row .owl-nav .owl-next {
   float: right;
   margin-right: 50px !Important;
}

.apericena-carousel-section .carousel-row .owl-nav .owl-next img,
.bar-carousel-section .carousel-row .owl-nav .owl-next img,
.apericena-carousel-section .carousel-row .owl-nav .owl-prev img,
.bar-carousel-section .carousel-row .owl-nav .owl-prev img {
	width: 22px;
}

.apericena-carousel-section {
	position: relative;
}

.apericena-carousel-section .text {
	width: 50%;
}

.apericena-carousel-section .background {
	height: 200px;
	margin-bottom: 60px;
}

.apericena-carousel-section .container {
	padding: 0px 70px;
}

.apericena-carousel-section .owl-carousel {
	margin-bottom: 0px;
}

@media(max-width: 1200px){
	.apericena-carousel-section .carousel-row .owl-nav button,
	.bar-carousel-section .carousel-row .owl-nav button {
		width: 50px;
		height: 50px;
	}

	.apericena-carousel-section .carousel-row .owl-nav .owl-next img,
	.bar-carousel-section .carousel-row .owl-nav .owl-next img,
	.apericena-carousel-section .carousel-row .owl-nav .owl-prev img,
	.bar-carousel-section .carousel-row .owl-nav .owl-prev img {
		width: 18px;
	}

	.apericena-carousel-section .carousel-row, .bar-carousel-section .carousel-row {
		margin-bottom: 50px !Important;
	}

	.bar-carousel-section .container {
		padding-left: 50px;
		margin-bottom: 50px;
	}

	.apericena-carousel-section .background {
		height: 150px;
		margin-bottom: 50px;
	}

	.apericena-carousel-section .container {
		padding: 0px 50px;
	}
}

@media(max-width: 991px){
	.apericena-carousel-section .carousel-row .owl-stage-outer,
	.bar-carousel-section .carousel-row .owl-stage-outer,
	.apericena-carousel-section .carousel-row .item,
	.bar-carousel-section .carousel-row .item,
	.apericena-carousel-section .carousel-row .item img,
	.bar-carousel-section .carousel-row .item img{
		height: 430px;
	}

	.apericena-carousel-section .carousel-row .owl-nav button,
	.bar-carousel-section .carousel-row .owl-nav button {
		width: 40px;
		height: 40px;
	}

	.apericena-carousel-section .carousel-row .owl-nav .owl-next img,
	.bar-carousel-section .carousel-row .owl-nav .owl-next img,
	.apericena-carousel-section .carousel-row .owl-nav .owl-prev img,
	.bar-carousel-section .carousel-row .owl-nav .owl-prev img {
		width: 15px;
	}

	.apericena-carousel-section .carousel-row .owl-nav .owl-prev,
	.bar-carousel-section .carousel-row .owl-nav .owl-prev {
		margin-left: 25px !Important;
	}

	.apericena-carousel-section .carousel-row .owl-nav .owl-next,
	.bar-carousel-section .carousel-row .owl-nav .owl-next {
		margin-right: 25px !Important;
	}

	.apericena-carousel-section .carousel-row, .bar-carousel-section .carousel-row {
		margin-bottom: 30px !Important;
	}

	.bar-carousel-section .container {
		column-count: 1;
	}

	.bar-carousel-section .container {
		padding-left: 30px;
		margin-bottom: 30px;
	}

	.apericena-carousel-section .background {
		height: 100px;
		margin-bottom: 30px;
	}

	.apericena-carousel-section .container {
		padding: 0px 30px;
	}

	.apericena-carousel-section .text {
		width: 100%;
	}
}

@media(max-width: 767px){
	.apericena-carousel-section .carousel-row, .bar-carousel-section .carousel-row {
		margin-bottom: 22px !Important;
		margin-top: 15px;
	} 

	.apericena-carousel-section .carousel-row .owl-stage-outer,
	.bar-carousel-section .carousel-row .owl-stage-outer,
	.apericena-carousel-section .carousel-row .item,
	.bar-carousel-section .carousel-row .item,
	.apericena-carousel-section .carousel-row .item img,
	.bar-carousel-section .carousel-row .item img {
		height: 350px;
	}

		.apericena-carousel-section .carousel-row .owl-nav button,
	.bar-carousel-section .carousel-row .owl-nav button {
		width: 30px;
		height: 30px;
	}

	.apericena-carousel-section .carousel-row .owl-nav .owl-next img,
	.bar-carousel-section .carousel-row .owl-nav .owl-next img,
	.apericena-carousel-section .carousel-row .owl-nav .owl-prev img,
	.bar-carousel-section .carousel-row .owl-nav .owl-prev img {
		width: 12px;
	}

	.apericena-carousel-section .carousel-row .owl-nav .owl-prev,
	.bar-carousel-section .carousel-row .owl-nav .owl-prev {
		margin-left: 15px !Important;
	}

	.apericena-carousel-section .carousel-row .owl-nav .owl-next,
	.bar-carousel-section .carousel-row .owl-nav .owl-next {
		margin-right: 15px !Important;
	}

	.apericena-carousel-section .background {
		height: 70px;
		background-size: 95%;
	}

	.bar-carousel-section .container {
		padding-left: 15px;
		margin-bottom: 15px;
	}

	.apericena-carousel-section .container {
		padding: 0px 15px;
	}

	.apericena-carousel-section .carousel-row .owl-nav,
	.bar-carousel-section .carousel-row .owl-nav {
		display: none !important;
	}

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



/* Camera
------------------------------------------------------------------------------------------------- */
.header-image-carousel {
	margin-bottom: 60px;
}

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

.header-image-carousel .item {
	position: relative;
	height: 100vh;
}

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

.header-image-carousel .owl-dots {
	bottom: 25px !important;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}

.header-image-carousel .owl-dots .owl-dot span {
	background-color: #fff !Important;
	opacity: 0.5;
	width: 10px !Important;
	height: 10px !Important;
	border-radius: 50% !Important;
	margin-right: 6px !important;
	bottom: 20px !Important;
	color: #fff !important;
}

.header-image-carousel .owl-dots .owl-dot.active span {
	opacity: 1;
}

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

.room-detail .info-band .section-title h1 br {
	display: none;
}

.room-detail .info-band {
	padding: 0px 55px;
	margin-bottom: 60px;
}

.room-detail .info-band .text {
	margin-bottom: 15px;
}

.room-detail .service-column {
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 500;
}

.room-detail .service {
	margin-bottom: 15px;
	color: #8b807f;
	font-weight: 500;
}

.room-detail .service-note {
	font-weight: 300;
	color: #8b807f;
	margin-bottom: 15px;
	font-size: 16px;
	font-style: italic;
}

.room-detail .service i {
	margin-right: 5px;
}

/*Gallery*/

.room-detail-carousel {
	height: 600px;
}

.room-detail-carousel .item  {
	height: 600px;
}

.room-detail-carousel .item img {
    height: 600px;
    width: auto;
    max-width: none;
    display: block;
}

.room-detail-carousel .owl-nav {
	position: absolute;
	left: 0px;
	top: 50%;
	z-index: 9 !Important;
	width: 100%;
	transform: translateY(-50%);
}

.room-detail-carousel .owl-nav button {
	background-color: #ffffffd9 !important;
	border-radius: 50% !important;
	width: 60px;
	height: 60px;
	padding: 0px !important;
}

.room-detail-carousel .owl-nav .owl-prev {
	float: left;
	margin-left: 50px !Important;
}

.room-detail-carousel .owl-nav .owl-next {
   float: right;
   margin-right: 50px !Important;
}

.room-detail-carousel .owl-nav .owl-next img,
.room-detail-carousel .owl-nav .owl-prev img {
	width: 22px;
}

.valmalenco-page .other-room-section,
.hotel-page .other-room-section{
	margin: 0px;
	padding: 150px 150px 150px 150px;
} 

.other-room-section {
	background-color: #fff;
	position: relative;
	margin-top: -150px;
	padding: 300px 0px 200px;
}

.other-room-section .section-title h2 {
	font-family: "Josefin Sans", sans-serif;
}

.other-room-section .all-room:before,
.other-room-section .room-1:before,
.other-room-section .room-2:before,
.other-room-section .room-3:before {
	content: "";
	position: absolute;
	left: 0px;
	top: 0px;
	background-image:url("../Images/MatrimonialeBackground.jpg");
	width: 100%;
	height: 1000px;
	background-size: auto;
}

#section-51146.other-room-section .all-room:before {
	height: 830px;
}
#section-51145.other-room-section .all-room:before {
	height: 830px;
}

.other-room-section .room-2:before {
	background-image:url("../Images/MatrimonialeDivanoLettoBackground.jpg");
}

.other-room-section .room-3:before {
	background-image:url("../Images/MatrimonialeDivanoLettoCastelloBackground.jpg");
}

.other-room-section .all-room:before {
	background-image:url("../Images/CamereBackground.jpg");
}

.other-room-section .container {
	background-color: var(--body-background);
	position: relative;
	z-index: 9;
	text-align: center;
	padding: 60px 70px;
}

.hotel-page .other-room-section .container,
.valmalenco-page .other-room-section .container{
	width: auto;
}

.other-room-section .item {
	text-align: left;
	color: #000;
}

.other-room-section .item:hover {
	text-decoration: none;
}

.other-room-section .item .image {
	height: 600px;
	position: relative;
}

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

.other-room-section .item .name {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 30px 0px;
    font-weight: 500;
    font-family: 'Josefin Sans', sans-serif;
}

.other-room-section .item .description {
	margin-bottom: 30px;
}

.other-room-section .owl-nav {
	position: absolute;
	left: 0px;
	top: 30%;
	z-index: 9 !Important;
	width: 100%;
}

.other-room-section .owl-nav button {
	background-color: #fffffff2 !important;
	border-radius: 50% !Important;
	width: 60px;
	height: 60px;
	padding: 0px !important;
}

.other-room-section .owl-nav .owl-prev {
	float: left;
	margin-left: 30px !Important;
}

.other-room-section .owl-nav .owl-next {
   float: right;
   margin-right: 30px !Important;
}

.other-room-section .owl-nav .owl-next img,
.other-room-section .owl-nav .owl-prev img {
	width: 22px;
}

@media(max-width: 1450px){
	.other-room-section .item .image {
		height: 450px;
	}

	.other-room-section .item .name {
		padding: 25px 0px;
	}

	.other-room-section .item .description {
		margin-bottom: 25px;
	}

	.other-room-section {
		padding-bottom: 170px;
	}
}

@media(max-width: 1200px){
	.room-detail .header-image-carousel,
	.room-detail .info-band {
		margin-bottom: 50px !Important;
	}

	.room-detail .info-band {
		padding: 0px 35px;
	}

	.room-detail-carousel .owl-nav button {
		width: 50px;
		height: 50px;
	}
	
	.room-detail-carousel .owl-nav .owl-prev img, 
	.room-detail-carousel .owl-nav .owl-next img{
		width: 18px;
	}

	.other-room-section {
		padding-top: 250px;
		padding-bottom: 150px;
	}

	.other-room-section .container {
		padding: 50px;
	}

	.other-room-section .item .image {
		height: 390px;
	}

	.other-room-section .item .name {
		padding-bottom: 15px;
	}

	.other-room-section .item .description {
		margin-bottom: 15px;
	}

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

	.valmalenco-page .other-room-section, .hotel-page .other-room-section {
		padding: 140px 0px;
	}

	.other-room-section .all-room:before,
	.other-room-section .room-1:before,
	.other-room-section .room-2:before,
	.other-room-section .room-3:before {
		height: 65%;
	}

	#section-51145.other-room-section .all-room:before {
		height: 65%;
	}
}

@media(max-width: 991px){
	.room-detail .header-image-carousel,
	.room-detail .info-band {
		margin-bottom: 30px !Important;
	}

	.room-detail .service {
		margin-bottom: 0px;
	}

	.room-detail .service p {
		margin-bottom: 0px;
	}

	.room-detail .info-band {
		padding: 0px 15px;
	}

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

	.room-detail-carousel .owl-nav .owl-next {
		margin-right: 25px !important;
	}

	.room-detail-carousel .owl-nav .owl-prev {
		margin-left: 25px !Important;
	}

	.room-detail-carousel,
	.room-detail-carousel .item img,
	.room-detail-carousel .item {
		height: 430px;
	}

	.other-room-section {
		padding-top: 220px;
	}

	.other-room-section .container {
		padding: 30px;
	}

	.other-room-section {
		padding-top: 190px;
	}

	.other-room-section .item .image {
		height: 320px;
	}

	.other-room-section .item .name {
		font-size: 18px;
		line-height: 22px;
		padding: 15px 0px 10px;
	}

	.other-room-section .item .description {
		margin-bottom: 10px;
	}

	.other-room-section .all-room:before,
	.other-room-section .room-1:before,
	.other-room-section .room-2:before,
	.other-room-section .room-3:before {
		height: 89%;
	}
	
	.header-image-carousel .item {
		height: 500px;
	}

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

	.valmalenco-page .other-room-section, .hotel-page .other-room-section {
		padding: 80px 0px;
	}

	#section-51145.other-room-section .all-room:before {
		height: 62%;
	}

	.other-room-section .all-room:before,
	.other-room-section .room-1:before,
	.other-room-section .room-2:before,
	.other-room-section .room-3:before {
		height: 56%;
	}
}

@media(max-width: 767px){
	.room-detail .header-image-carousel,
	.room-detail .info-band{
		margin-bottom: 22px !Important;
	}

	.room-detail .service-note,
	.room-detail .info-band .text {
		margin-bottom: 3px;
	}

	.room-detail .service-note {
		margin-bottom: 11px;
		font-size: 13px;
	}

	.room-detail .info-band {
		padding: 0px;
	}

	.room-detail-carousel .owl-nav button {
		width: 30px;
		height: 30px;
	}
	
	.room-detail-carousel .owl-nav .owl-prev img, 
	.room-detail-carousel .owl-nav .owl-next img{
		width: 12px;
	}

	.room-detail-carousel .owl-nav {
		display: none;
	}

	.room-detail-carousel .owl-nav .owl-next {
		margin-right: 15px !important;
	}

	.room-detail-carousel .owl-nav .owl-prev {
		margin-left: 15px !Important;
	}

	.room-detail-carousel,
	.room-detail-carousel .item img,
	.room-detail-carousel .item {
		height: 350px;
	}

	.other-room-section {
		padding: 190px 15px 30px;
	}

	#section-51147.other-room-section {
		padding-top: 165px;
	}

	.other-room-section .container {
		padding: 15px;
	}

	.other-room-section .item .name {
		padding-bottom: 0px;
		font-size: 15px;
	}

	.other-room-section .item .name br {
		display: none;
	}

	.other-room-section .all-room:before, 
	.other-room-section .room-1:before,
	.other-room-section .room-2:before,
	.other-room-section .room-3:before {
		height: 63%;
		background-size: contain;
	}

	.other-room-section .owl-nav {
		display: none;
	}

	.other-room-section .owl-nav button {
		width: 30px;
		height: 30px;
	}

	.other-room-section .owl-nav .owl-prev img,
	.other-room-section .owl-nav .owl-next img {
		width: 12px;
	}

	.other-room-section  .owl-nav .owl-prev {
		margin-left: 15px !Important;
	}

	.other-room-section .owl-nav .owl-next {
		margin-right: 15px !Important;
	}

	.header-image-carousel .item {
		height: 350px;
	}

	.header-image-carousel {
		margin-bottom: 15px !Important;
	}

	.valmalenco-page .other-room-section, .hotel-page .other-room-section {
		padding: 41px 15px;
	}

	#section-51145.other-room-section .all-room:before {
		height: 53%;
		background-size: contain;
	}

	.header-image-carousel .owl-dots {
		bottom: 5px !important;
	}
}
/* ------------------------------------------------------------------------------------------------- */



/* Valmalenco
------------------------------------------------------------------------------------------------- */
.valmalenco-band {
	padding: 60px 0px;
	background-size: auto;
}

.valmalenco-band .valmalenco-container {
	background-color: #ffffffd9;
	padding: 70px;
	z-index: 1;
	position: relative;
	border-radius: 30px;
}

.valmalenco-band .valmalenco-container .text-column {
	padding-right: 100px;
}

.activity-intro-band {
	position: relative;
	padding-top: 100px;
}


.activity-intro-band .container {
	padding-left: 70px;
}

.activity-intro-band .tab-list {
	position: absolute;
	top: -30px;
}

.activity-intro-band .tab {
	background-color: var(--body-background);
	padding: 10px 25px;
	font-family: "Josefin Slab", sans-serif;
	font-style: italic;
	text-decoration: underline;
	font-size: 24px;
	margin-right: 10px;
}

.activity-intro-band .tab.active {
	color: #333;
}

.activity-carousel {
	margin-top: 30px;
}

.activity-carousel .item .image {
	height: 500px;
	position: relative;
}

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

.activity-carousel .item .activity {
	font-size: 20px;
	margin-bottom: 30px;
	text-transform: uppercase;
	margin-top: 20px;
	font-weight: 500;
	font-family: 'Josefin Sans', sans-serif;
}

.activity-carousel .owl-nav {
	position: absolute;
	left: 0px;
	top: 40%;
	z-index: 9 !Important;
	width: 100%;
	transform: translateY(-50%);
}

.activity-carousel .item .activity-label {
	font-style: italic;
}

.activity-carousel .item .more {
	color: #8b807f;
	text-decoration: none;
	margin-top: 5px;
	display: inline-block;
	font-weight: 300;
}

.activity-carousel .owl-nav button {
	background-color: #ffffffd9 !important;
	border-radius: 50% !important;
	width: 60px;
	height: 60px;
	padding: 0px !important;
}

.activity-carousel .owl-nav .owl-prev {
	float: left;
	margin-left: 50px !Important;
}

.activity-carousel .owl-nav .owl-next {
   float: right;
   margin-right: 50px !Important;
}

.activity-carousel .owl-nav .owl-next img,
.activity-carousel .owl-nav .owl-prev img {
	width: 22px;
}

.things-to-do-nearby {
	position: relative;
	background-color: #fff;
	padding: 60px 0px;
}

.things-to-do-nearby .things-to-do-carousel {
	width: 50%;
	position: absolute;
	left: 0px;
	height: 600px;
}

.things-to-do-nearby .things-to-do-carousel .item {
	height: 600px;
	position: relative;
}

.things-to-do-nearby .things-to-do-carousel .item img {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.things-to-do-nearby .things-to-do-carousel .owl-dots {
    position: absolute;
    bottom: 10px !Important;
	left: 50%;
	transform: translateX(-50%)
}

.things-to-do-nearby .owl-dots button {
	background-color: #fff !Important;
	opacity: 0.5;
	width: 10px !Important;
	height: 10px !Important;
	border-radius: 50% !Important;
	margin-right: 6px !important;
	bottom: 20px !Important;
	color: #fff !important;
}

.things-to-do-nearby .owl-dots button.active {
	opacity: 1;
}

.things-to-do-nearby .owl-dots span {
	display: none !Important;
}


.things-to-do-nearby .text-column {
	width: 50%;
	margin-left: 50%;
	padding: 0px 70px;
	height: 600px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

@media(max-width: 1450px){
	.valmalenco-band .valmalenco-container .text-column {
		padding-right: 0px;
	}

}

@media(max-width: 1200px){

	.valmalenco-band {
		padding: 50px 0px;
	}
	
	.valmalenco-band .valmalenco-container {
		padding: 50px;
		margin-bottom: 30px;
	}

	.activity-carousel .item .image {
		height: 450px;
	}

	.things-to-do-nearby {
		padding: 50px 0px;
	}

	.things-to-do-nearby .text-column {
		padding-left: 30px;
		padding-right: 30px;
	}

	.activity-carousel .owl-nav button {
		width: 50px;
		height: 50px;
	}

	.activity-carousel .owl-nav .owl-next img,
	.activity-carousel .owl-nav .owl-prev img {
		width: 18px;
	}
}

@media(max-width: 991px){

	.valmalenco-band {
		padding: 30px 0px;
	}

	.valmalenco-band .valmalenco-container {
		padding: 30px;
	}

	.valmalenco-band .valmalenco-container .row {
	    display: flex;
	    flex-direction: column;
	}
	
	.valmalenco-band .valmalenco-container .image-column {
	    order: 1;
	}
	
	.valmalenco-band .valmalenco-container .text-column {
	    order: 2;
	    padding: 0 15px;
	}

	.valmalenco-band .valmalenco-container img {
		margin: 0 auto;
		width: 80%;
	}

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

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

	.things-to-do-nearby {
		padding: 30px 0px;
	}

	.things-to-do-nearby .things-to-do-carousel {
		width: 100%;
		position: relative;
	}

	.things-to-do-nearby .things-to-do-carousel,
	.things-to-do-nearby .things-to-do-carousel .item {
		height: 450px;
	}

	.things-to-do-nearby .text-column {
		width: 100%;
		margin-left: 0px;
		height: auto;
		margin-top: 30px;
	}

	.activity-carousel .owl-nav button {
		width: 40px;
		height: 40px;
	}

	.activity-carousel .owl-nav .owl-next img,
	.activity-carousel .owl-nav .owl-prev img {
		width: 16px;
	}

	.activity-carousel .owl-nav .owl-next {
		margin-right: 25px !Important;
	}

	.activity-carousel .owl-nav .owl-prev {
		margin-left: 25px !Important;
	}
}

@media(max-width: 767px){

	.valmalenco-band {
		padding: 22px 15px;
		background-size: contain;
	}

	.valmalenco-band .valmalenco-container {
		padding: 15px;
		margin-bottom: 0px;
	}

    #section-51122 .valmalenco-band .valmalenco-container {
		margin-bottom: 32px;
	}

	.ow-ck-content ul {
		padding-left: 20px;
	}

	.things-to-do-nearby {
		padding: 15px 0px;
	}

	.things-to-do-nearby .things-to-do-carousel,
	.things-to-do-nearby .things-to-do-carousel .item {
		height: 350px;
	}

	.things-to-do-nearby .text-column {
		padding-left: 0px;
		padding-right: 0px;
		margin-top: 15px;
	}

	.activity-carousel .item .activity {
		font-size: 15px;
		margin: 14px 0px 10px;
	}

	.activity-carousel .owl-nav button {
		width: 30px;
		height: 30px;
	}

	.activity-carousel .owl-nav .owl-next img,
	.activity-carousel .owl-nav .owl-prev img {
		width: 11px;
	}

	.activity-carousel .owl-nav .owl-next {
		margin-right: 15px !Important;
	}

	.activity-carousel .owl-nav .owl-prev {
		margin-left: 15px !Important;
	}

	.activity-carousel .owl-nav {
		display: none;
	}

	.activity-carousel .item .image {
		height: 300px;
	}
}
/* ------------------------------------------------------------------------------------------------- */



/* Colazioni
------------------------------------------------------------------------------------------------- */
.breakfast-carousel-section .container {
	padding-left: 70px;
}

.breakfast-carousel-section .container .text {
	column-count: 2;
	column-gap: 30px;
	margin-bottom: 20px;
}

.breakfast-carousel-section .container .list {
	padding-top: 133px;
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 500;
}

.breakfast-carousel-section .container .list-point {
	margin-bottom: 5px;
    position: relative;
    padding-left: 39px;
}

.breakfast-carousel-section .container .list-point:before {
	content: "";
	background-image: url('../Images/Line.png');
	width: 25px;
	height: 5px;
	position: absolute;
	left: 0px;
	top: 12px;
	background-size: cover;
}

.breakfast-carousel-section .carousel-row {
	margin: 30px 0px 70px;
}

.breakfast-carousel-section .carousel-row  .owl-stage-outer {
	height: 600px;
}

.breakfast-carousel-section .carousel-row .item {
	height: 600px;
	position: relative;
}

.breakfast-carousel-section .carousel-row .item img {
	height: 600px;
    width: auto;
    max-width: none;
    display: block;
}

.breakfast-carousel-section .carousel-row .owl-nav {
	position: absolute;
	left: 0px;
	top: 50%;
	z-index: 9 !Important;
	width: 100%;
	transform: translateY(-50%);
	display: block !Important;
}

.breakfast-carousel-section .carousel-row .owl-nav button {
	background-color: #ffffffd9 !important;
	border-radius: 50% !important;
	width: 60px;
	height: 60px;
	padding: 0px !important;
}

.breakfast-carousel-section .carousel-row .owl-nav .owl-prev {
	float: left;
	margin-left: 50px !Important;
}

.breakfast-carousel-section .carousel-row .owl-nav .owl-next{
   float: right;
   margin-right: 50px !Important;
}

.breakfast-carousel-section .carousel-row .owl-nav .owl-next img,
.breakfast-carousel-section .carousel-row .owl-nav .owl-prev img {
	width: 22px;
}

.breakfast-carousel-section .background {
	margin-top: -170px;
	height: 320px;
}

.activity-intro-band {
	position: relative;
	padding-top: 60px;
}


.activity-intro-band .container {
	padding-left: 70px;
}

.activity-intro-band .tab-list {
	position: absolute;
	top: -30px;
}

.activity-intro-band .tab {
	background-color: var(--body-background);
	padding: 10px 25px;
	font-family: "Josefin Sans", sans-serif;
	font-style: italic;
	text-decoration: underline;
	font-size: 24px;
	margin-right: 10px;
	font-weight: 600;
}

.activity-intro-band .tab.active {
	color: #000;
}

.service-intro-band .container {
	margin-top: 60px;
	padding-left: 55px;
}

.service-intro-band .row {
	margin: 0px;
}

.service-carousel {
	margin-top: 30px;
	margin-bottom: 60px;
}

.service-carousel .item .image {
	height: 500px;
	position: relative;
}

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

.service-carousel .item .activity {
	font-size: 20px;
	margin-bottom: 30px;
	text-transform: uppercase;
	margin-top: 20px;
	font-weight: 500;
	font-family: 'Josefin Sans', sans-serif;
}

.service-carousel .owl-nav {
	position: absolute;
	left: 0px;
	top: 40%;
	z-index: 9 !Important;
	width: 100%;
	transform: translateY(-50%);
}

.service-carousel .owl-nav button {
	background-color: #ffffffd9 !important;
	border-radius: 50% !important;
	width: 60px;
	height: 60px;
	padding: 0px !important;
}

.service-carousel .owl-nav .owl-prev {
	float: left;
	margin-left: 50px !Important;
}

.service-carousel .owl-nav .owl-next {
   float: right;
   margin-right: 50px !Important;
}

.service-carousel .owl-nav .owl-next img,
.service-carousel .owl-nav .owl-prev img {
	width: 22px;
}

.googlemap {
	background-color: #fff;
	padding: 60px 0px;
}

.googlemap .section-title,
.googlemap .section-body {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .googlemap .section-title,
  .googlemap .section-body {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .googlemap .section-title,
   .googlemap .section-body {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .googlemap .section-title,
  .googlemap .section-body  {
    width: 1170px;
  }
}
@media (min-width: 1450px) {
  .googlemap .section-title,
  .googlemap .section-body {
    width: 1400px;
	padding: 0px 70px;
  }
}

.contact-band {
	background-color: #fff;
	padding: 0px 0px 60px;
}

.contact-band .container {
	padding: 0px 70px;
}

.contact-band a {
	display: block;
	color: var(--text-color);
	padding-top: 5px;
}

@media(max-width: 1450px){
	.service-carousel .item .activity {
		margin-bottom: 20px;
	}
}

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

	.breakfast-carousel-section .container .text {
		column-count: 1;
		margin-bottom: 0px;
	}

	.breakfast-carousel-section .carousel-row .owl-nav button {
		width: 50px;
		height: 50px;
	}

	.breakfast-carousel-section .carousel-row .owl-nav .owl-next img,
	.breakfast-carousel-section .carousel-row .owl-nav .owl-next img {
		width: 18px;
	}

	.breakfast-carousel-section .background {
		height: 250px;
		margin-bottom: 50px;
	}

	.service-carousel .item .image {
		height: 400px;
	}

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

	.service-intro-band .container {
		margin-top: 50px;
	}

	
	.service-intro-band .owl-nav button {
		width: 50px;
		height: 50px;
	}

	.service-intro-band .owl-next img,
	.service-intro-band .owl-prev img {
		width: 18px !IMPORTANT;
	}

	.googlemap {
		padding: 50px 0px;
	}

	.contact-band .container {
		padding: 0px 50px;
	}

	.activity-intro-band .tab {
		margin-top: 30px;
	}

	.activity-intro-band {
		padding-top: 50px;
	}

	.activity-intro-band .container {
		padding: 0px 50px;
	}
}

@media(max-width: 991px){
	.breakfast-carousel-section .container {
		padding: 0px 30px;
	}

	.breakfast-carousel-section .container .text {
		margin-bottom: 0px;
	}

	.breakfast-carousel-section .carousel-row .item img,
	.breakfast-carousel-section .carousel-row .owl-stage-outer,
	.breakfast-carousel-section .carousel-row .item {
		height: 430px;
	}

	.breakfast-carousel-section .carousel-row .owl-nav button {
		width: 40px;
		height: 40px;
	}

	.breakfast-carousel-section .carousel-row .owl-nav .owl-next img,
	.breakfast-carousel-section .carousel-row .owl-nav .owl-prev img {
		width: 13px;
	}

	.breakfast-carousel-section .carousel-row .owl-nav .owl-prev {
		margin-left: 25px !Important;
	}

	.breakfast-carousel-section .carousel-row .owl-nav .owl-next {
		margin-right: 25px !Important;
	}

	.breakfast-carousel-section .background {
		height: 190px;
		margin-bottom: 30px;
	}

	.service-intro-band .container {
		padding-left: 30px;
	}

	.service-carousel {
		margin-bottom: 30px;
	}

	.service-carousel .item .image {
		height: 320px;
	}

	.service-carousel {
		margin-top: 15px;
	}

	.service-carousel .item .activity {
		margin-bottom: 2px;
		margin-top: 13px;
		font-size: 18px;
	}

	.service-intro-band .container {
		margin-top: 30px;
	}

	.service-intro-band .owl-nav button {
		width: 40px;
		height: 40px;
	}

	.service-intro-band .owl-next img,
	.service-intro-band .owl-prev img {
		width: 15px !important;
	}

	.service-carousel .owl-nav .owl-prev {
		margin-left: 25px !Important;
	}

	.service-carousel .owl-nav .owl-next {
		margin-right: 25px !Important;
	}

	.googlemap {
		padding: 30px 0px;
	}

	.contact-band {
		padding-bottom: 50px !Important;
	}

	.contact-band .container {
		padding: 0px 30px;
	}

	.contact-band {
		padding-bottom: 30px !Important;
	}

	.activity-intro-band {
		padding-top: 30px;
	} 

	.activity-intro-band .container {
		padding: 0px 30px;
	}
}

@media(max-width: 767px){
	.breakfast-carousel-section .container {
		padding: 0px 15px;
	}

	.breakfast-carousel-section .carousel-row .item img,
	.breakfast-carousel-section .carousel-row .owl-stage-outer,
	.breakfast-carousel-section .carousel-row .item {
		height: 350px;
	}

	.breakfast-carousel-section .carousel-row {
		margin-top: 10px;
	}

	.breakfast-carousel-section .carousel-row .owl-nav button {
		width: 30px;
		height: 30px;
	}

	.breakfast-carousel-section .carousel-row .owl-nav .owl-next img,
	.breakfast-carousel-section .carousel-row .owl-nav .owl-prev img {
		width: 12px;
	}

	
	.breakfast-carousel-section .carousel-row .owl-nav .owl-prev {
		margin-left: 15px !Important;
	}

	.breakfast-carousel-section .carousel-row .owl-nav .owl-next {
		margin-right: 15px !Important;
	}

	.breakfast-carousel-section .background {
		height: 160px;
		margin-bottom: 22px;
		background-size: contain;
	}

	.service-carousel {
		margin-bottom: 15px;
	}

	.service-intro-band .container {
		padding: 0px;
	}

	.service-intro-band .container {
		margin-top: 15px;
	}

	.service-intro-band .owl-nav button {
		width: 30px;
		height: 30px;
		display: none;
	}

	.service-intro-band .owl-next img,
	.service-intro-band .owl-prev img {
		width: 12px !important;
	}

	.service-carousel .owl-nav .owl-prev {
		margin-left: 15px !Important;
		display: none !important;
	}

	.service-carousel .owl-nav .owl-next {
		margin-right: 15px !Important;
		display: none !important;
	}

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

	.googlemap {
		padding: 15px 0px;
	}

	.contact-band .container {
		padding: 0px 15px;
	}

	.contact-band {
		padding-bottom: 15px !Important;
	}

	.activity-intro-band {
		padding-top: 22px;
	} 

	.activity-intro-band .container {
		padding: 0px 15px;
	}

	.activity-intro-band .tab {
		font-size: 16px;
	}

	.service-carousel .item .activity {
		font-size: 15px;
		line-height: 18px;
	}

	.breakfast-carousel-section .carousel-row .owl-nav {
		display: none !important;
	}
}
/* ------------------------------------------------------------------------------------------------- *ù



/* Footer
------------------------------------------------------------------------------------------------- */
footer .section {
	margin-bottom: 60px !Important;
}

footer .row {
	margin: 0px;
}

footer .logo {
	padding-right: 20px;
}

footer a {
	color: var(--text-color);
	display: block;
}

footer a.room {
	position: relative;
	margin-bottom: 5px;
}
footer a:hover {
	color: #333;
}

footer .book-link {
    font-size: 20px;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-weight: 600;
}

#footer-copyright {
	margin-bottom: 30px;
	text-align: center;
}

#footer-copyright .section {
	margin-bottom: 0px !important;
}

#footer-copyright a {
	display: inline-block;
}

@media(max-width: 1200px){
	footer .section {
		margin-bottom: 40px !important;
	}

	footer .logo {
		padding-right: 0px;
	}

	#footer-copyright {
		font-size: 15px;
		line-height: 25px;
	}
}

@media(max-width: 991px){
	footer .logo {
		width: 200px;
	}

	footer .col-md-4:nth-child(3) .section-subtitle,
	footer .book-link{
		margin-top: 20px;
		margin-bottom: 7px;
	}

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

@media(max-width: 767px){
	footer .container {
		padding: 0px;
	}

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

	#footer-copyright {
		padding: 0px 15px;
		line-height: 21px;
		margin-bottom: 70px;
		font-size: 13px;
	}

	footer .book-link {
		font-size: 16px;
		margin-bottom: 6px;
	}

	footer .description {
		margin-bottom: 20px;
	}

	footer .logo {
		width: 170px;
	}

	.fixed-mobile-contact {
		position: fixed;
		bottom: 0px;
		left: 0px;
		width: 100%;
		background-color: var(--body-background);
		z-index: 9999999;
	}

	.fixed-mobile-contact .col-xs-4 {
		border-right: 1px solid #8b807f;
		padding: 5px 0px;
	}

	.fixed-mobile-contact .col-xs-4:last-child {
		border-right: 0px;
	}

	.fixed-mobile-contact img {
		height: 37px;
		margin: 0 auto;
	}
}
/* ------------------------------------------------------------------------------------------------- *ù



/* Prenotazione
------------------------------------------------------------------------------------------------- */
.no-header-image {
	margin-top: 300px !Important;
}

.table-view label {
	font-weight: 500;
}

.table-view .legend {
	display: none !Important;
}

.table-view {
	padding: 0px;
	text-align: left;
	margin-top: 50px;
}

.table-view .form-group {
	margin-bottom: 30px;
}

.table-view .form-group .option-label {
	font-weight: 300;
}

.table-view textarea,
.table-view input {
	background-color: transparent;
	max-width: 100% !Important;
	border: 0px;
	border-bottom: 0.2px solid rgba(51,51,51,0.4);
	box-shadow: none;
	border-radius: 0px !IMPORTANT;
}

.table-view .privacy-field {
	padding: 0px;
}

.table-view .privacy-field input {
    float: left;
    max-width: 14px !important;
    height: 14px !important;
}
.table-view .container  .privacy-field a {
	color: var(--main-color);
}

.table-view .validation-required {
	background: none !Important;
	padding-left: 0px !Important;
	font-weight: 500 !Important;
}

.table-view .inputbox.vertical .validation-required:after {
	content: "*";
}

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

.table-view .input-div {
    position: relative;
}

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

.modal-content {
	background-color: var(--body-background);
}

.modal-header .modal-title {
	font-family: "Josefin Slab", sans-serif;
	text-transform: uppercase;
	font-size: 21px;
}

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

.table-view:focus {
    border-bottom: 2px solid #000;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

@media(max-width: 1450px){
	.no-header-image {
		margin-top: 200px !Important;
	}
}

@media(max-width: 1200px){
	.no-header-image {
		margin-top: 150px !Important;
	}
}

@media(max-width: 991px){
	.no-header-image {
		margin-top: 110px !Important;
	}
}

@media(max-width: 767px){
	.no-header-image {
		margin-top: 50px !Important;
	}

	.table-view .form-group {
		margin-bottom: 15px;
	}
}
/* ------------------------------------------------------------------------------------------------- */



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

.cookie-consents {
	z-index: 99999999 !Important;
	line-height: 20px !Important;
}

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

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

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

.cookie-consents .cookie-buttons a.evidence {
	background-color: var(--room-background)!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(--room-background) !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(--room-background);
	word-break: break-word;
}


.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;
   }

	.view-cookie-policy,
	.view-privacy-policy {
		padding: 0px;
	}
}
/* ---------------------------------------------------------------------------------------------- */