@charset "UTF-8";
/***!  /templates/fanes/css/rifugiofanes.css  !***/

*, input, textarea {
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	outline: none;
}

::-webkit-scrollbar {
	width: 8px;
	height: 8px;
	background-color: #FFFFFF;
	-webkit-border-radius: 0;
}

::-webkit-scrollbar-thumb:vertical {
	background: #C1354E;
	-webkit-border-radius: 0;
}

::-webkit-scrollbar-thumb:vertical:hover {
	background: #C1354E;
	-webkit-border-radius: 0;
}

::-webkit-scrollbar-thumb:vertical:active {
	background: #C1354E;
	-webkit-border-radius: 0;
}

::-webkit-scrollbar-thumb:horizontal {
	background: #C1354E;
	-webkit-border-radius: 0;
}

::-webkit-scrollbar-thumb:horizontal:hover {
	background: #C1354E;
	-webkit-border-radius: 0;
}

::-webkit-scrollbar-thumb:horizontal:active {
	background: #C1354E;
	-webkit-border-radius: 0;
}

.animated {
	visibility: visible !important;
}


body {
	font-family: 'Poppins', sans-serif;
	font-family: 'Lora', serif;
}

body.menuOpen {
	overflow: hidden;
}

#ui-datepicker-div {
	z-index: 500 !important;
	box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.6);
}


.logo-color .st0 {
	fill: #808084;
}

.logo-color .st1 {
	fill: #231F20;
}

.logo-color .st2 {
	fill: #C1354E;
}

.logo-white * {
	fill: #FFF;
}

.menubutton {
	position: relative;
	margin: 0 auto;
	cursor: pointer;
	font-family: 'Playfair Display', serif;
	letter-spacing: 2px;
	display: inline-block;
}

.menubutton * {
	transition: all 0.5s ease-in-out;
}

.menubutton i {
	font-style: normal;
	text-transform: uppercase;
	line-height: 100%;
	font-size: 14px;
	margin-bottom: 10px;
	display: none;
	font-weight: bolder;
	letter-spacing: 3px;
}

.menubutton > span {
	height: 26px;
	width: 58px;
	display: block;
	position: relative;
	margin: 0 auto;
}

.menubutton .l1 {
	width: 100%;
	height: 2px;
	background-color: #FFF;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	transform: rotate(0deg);
}

.menubutton .l2 {
	width: 100%;
	height: 2px;
	background-color: #FFF;
	display: block;
	position: absolute;
	bottom: 50%;
	left: 0;
	margin-bottom: -1px;
}

.menubutton .l3 {
	width: 100%;
	height: 2px;
	background-color: #FFF;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	transform: rotate(-0deg);
}

.menuOpen .menubutton > span {
	left: 0;
}

.menuOpen .menubutton .l1 {
	transform: rotate(22deg);
	width: 100%;
	bottom: 12px;
	transform-origin: 50% 50%;
	top: auto;
	left: 0;
}

.menuOpen .menubutton .l2 {
	width: 0;
	left: 50%;
}

.menuOpen .menubutton .l3 {
	transform: rotate(-22deg);
	width: 100%;
	top: 12px;
	transform-origin: 50% 50%;
	bottom: auto;
	left: 0;
}

.btn-outline, .invia {
	font-size: 12px;
	display: inline-block;
	text-transform: uppercase;
	text-decoration: none;
	padding: 14px 50px;
	letter-spacing: 2px;
	border: 2px solid #FFF;
	border-radius: 60px;
	color: #FFF;
	font-family: 'Poppins', sans-serif;
	font-weight: bolder;
}

.btn-outline, .invia {
	transition: all 0.4s ease-in-out;
	white-space: nowrap;
}

.btn-outline.positive, .invia {
	border-color: #c42d45;
	color: #c42d45;
	background-color: #FFF;
}

.btn-outline:hover, .invia {
	border-color: #c42d45;
	background-color: #c42d45;
	color: #FFF;
}

header.header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 50;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 40px 5vw;
	box-sizing: border-box;
	font-family: 'Lora', serif;
}

header.header:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 150px;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0) 100%);
	z-index: -1;
}

body.menuOpen header.header:before {
	background: linear-gradient(180deg, rgba(162, 37, 57, 0.8) 0%, rgba(162, 37, 57, 0.5) 50%, rgba(162, 37, 57, 0) 100%);
}

header.header .col {
	width: 33.333%;
	text-align: center;
}

header.header .col:first-child {
	text-align: left;
}

header.header .col:last-child {
	text-align: right;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

header.header .header-voucher-btn {
	margin-right: 3.4vw;
}

header.header .header-item.header-map-btn a {
	color: white;
	text-decoration: none;
	display: flex;
	align-items: center;
	gap: 1rem;
	margin: 0 1.5rem 0 0;
}

header.header .header-item.header-map-btn a span {
	font-size: 18px;
}

div.cta-buttons {
	margin-top: 80px;
}

nav.nav {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 5;
	background-color: #a22539;
	display: none;
	text-align: center;
	overflow: auto;
}

body.menuOpen nav.nav {
}

nav.nav .nav-inner {
	padding: 130px 0;
}

@media screen and (max-height: 400px) {
	.header-logo {
		text-align: left;
	}

	header.header {
		padding: 20px;
	}
}

nav.nav ul {
	display: block;
	margin: 0;
	padding: 0;
}

nav.nav li {
	display: block;
	margin: 20px 0;
	padding: 0;
}

nav.nav a {
	font-size: 25px;
	font-weight: 500;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	width: 70%;
	margin: 0 auto;
}

nav.nav li.firing:after {
	content: "";
	color: #FFF;
	margin-top: 10px;
	display: none;
	border-top: 1px solid #FFF;
	width: 60px;
	text-align: center;
	padding-top: 5px;
}

nav.nav li .fa-angle-down {
	display: inline-block;
	color: #FFF;
	height: 12px;
	vertical-align: middle;
	margin-left: 10px;
}

nav.nav li .fa-angle-down * {
	fill: #FFF;
}

nav.nav li li {
	margin: 10px 0;
}

nav.nav li li a {
	font-size: 17px;
	color: #FFFFFF;
	font-weight: 400;
}

nav.nav li ul {
	background-color: #a22539;
	padding: 10px 0;
	margin: 10px 0 30px;
	display: none;
}

nav.nav li.opensubnav ul {
	display: block;
}

@media screen and (max-width: 700px) {
	nav.nav a {
		font-size: 20px;
		width: 80%;
	}

	nav.nav li li a {
		font-size: 16px;
	}
}

.header-logo svg {
	max-width: 240px;
	max-height: 62px;
	width: 100%;
}

.header-contacts p {
	margin: 0 0 10px 0;
}

.header-contacts a {
	color: #FFF;
	text-decoration: none;
}

.header-contacts svg {
	display: none;
}

.mod-languages {
	font-family: 'Poppins', sans-serif;
	letter-spacing: 2px;
}

.mod-languages * {
	display: inline-block;
	margin: 0;
	padding: 0;
	text-decoration: none;
	color: #c42d45;
	font-weight: 500;
}

body.menuOpen .mod-languages * {
	color: #FFF;
}

.mod-languages li {
	margin-right: 5px;
}

.mod-languages li.lang-active a {
	color: #FFF;
}

body.noSlider div.sliderbox {
	display: none !important;
}

div.sliderbox {
	background-color: #003f89;
	position: relative;
	max-height: 90vh;
	min-height: 70vw;
	height: 80vh;
}

div.sliderbox-slider {
	height: 100%;
	width: 100%;
	position: absolute;
}

div.slider-images > img {
	width: 100%;
	height: auto;
	display: block;
	opacity: 0;
}

div.newsbox {
	background-color: #c42d45;
	color: #FFF;
	position: absolute;
	top: 34vh;
	margin-top: 1rem;
	left: 0;
	padding: 25px;
	font-size: 18px;
	line-height: 150%;
}

div.newsbox .title {
	font-size: 26px;
	line-height: 130%;
	text-transform: uppercase;
	margin-bottom: 10px;
	letter-spacing: 1px;
}

div.newsbox .text {
	margin-bottom: 10px;
	max-width: 220px;
}

div.newsbox .cta {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
}

section.section-item {
}

section.section-default {
	height: auto !important;
	max-height: none !important;
	min-height: 0px !important;
}

section.section-footer {
	max-height: 70vh;
	min-height: 70vw;
	height: 80vh;
	position: relative;
	overflow: hidden;
	z-index: -1;
}

div.sliderbox-quickrequest {
	position: absolute;
	bottom: 160px;
	left: 0;
	width: 100%;
}

div.sliderbox-quickrequest .slogan {
	font-family: 'Lora', serif;
	font-size: 33px;
	text-align: center;
	color: #FFF;
	max-width: 90%;
	margin: 0 auto 20px;
	line-height: 140%;
}

div.sliderbox-quickrequest form {
	text-align: center;
}

div.sliderbox-quickrequest form > * {
	border-radius: 40px;
	box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.6);
}

div.sliderbox-quickrequest .input-container {
	height: 50px;
	line-height: 50px;
	background-color: #FFF;
	width: 720px;
	display: inline-block;
	vertical-align: top;
	margin-right: 20px;
	font-family: 'Poppins', sans-serif;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-size: 14px;
}

div.sliderbox-quickrequest .input-container > * {
	display: inline-block;
	width: 24%;
	text-align: center;
	vertical-align: middle;
	height: 100%;
}

div.sliderbox-quickrequest .input-container .input-item > * {
	display: inline-block;
	background-color: #FFF;
	width: 120px;
	padding: 6px 10px;
	margin: 0;
	box-sizing: border-box;
	-webkit-appearance: none;
	text-align: center;
	outline: none;
	border: none;
	text-transform: uppercase;
	vertical-align: middle;
}

div.sliderbox-quickrequest .submit-container, div.submit-container-small {
	height: 50px;
	background-color: #c42d45;
	width: 300px;
	display: inline-block;
	vertical-align: top;
}

div.sliderbox-quickrequest .input-container * {
	font-family: 'Poppins', sans-serif;
	text-transform: uppercase;
}

div.sliderbox-quickrequest .submit-container button, div.submit-container-small a, input#express-booking {
	font-family: 'Lora', serif;
	font-size: 18px;
	color: #FFF;
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	-webkit-appearance: none;
	text-align: center;
	outline: none;
	width: 100%;
	height: 100%;
	line-height: 50px;
	border: none;
	display: block;
	background: none;
	cursor: pointer;
}

button#express_booking {
	font-family: 'Lora', serif;
	font-size: 18px;
	color: #FFF;
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	-webkit-appearance: none;
	text-align: center;
	outline: none;
	width: 100%;
	height: 100%;
	line-height: 50px;
	border: none;
	display: block;
	background: none;
	cursor: pointer;
}
button#express_booking:hover{
	cursor: pointer;
}

div.submit-container-small {
	display: none;
}

div.sliderbox-scrolldown {
	position: absolute;
	bottom: 10px;
	left: 0;
	width: 100%;
	font-family: 'Lora', serif;
	font-size: 24px;
	text-align: center;
	color: #FFF;
	display: none;
}

body.homepage div.sliderbox-scrolldown {
	display: block;
}

div.sliderbox-scrolldown:after {
	content: "";
	display: block;
	width: 1px;
	height: 30px;
	background-color: #FFF;
	position: relative;
	margin: 0 auto;
}

div.submit-container-small {
	width: 70px;
}

@media screen and (max-width: 1300px) {
	div.sliderbox-quickrequest .input-container .fourth {
		display: none;
	}

	div.sliderbox-quickrequest .input-container {
		width: 550px;
	}

	div.sliderbox-quickrequest .submit-container {
		width: 200px;
	}

	div.sliderbox-quickrequest .input-container > * {
		width: 31%;
	}

	div.sliderbox-quickrequest .slogan {
		font-size: 25px;
	}

	div.sliderbox-scrolldown {
		font-size: 20px;
	}
}

@media screen and (max-width: 1000px) {
	body.mobileShowNewsbox header.header {
		transition: top 0.7s ease;
	}

	body.mobileShowNewsbox div.newsbox {
		transition: margin 0.7s ease;
	}

	div.newsbox {
		position: fixed;
		z-index: 100;
		top: 0;
		left: auto;
		margin: 0;
		padding: 10px;
		width: 100%;
		text-align: center;
		font-size: 16px !important;
		line-height: 16px !important;
		overflow: auto;
		white-space: nowrap;
		margin-top: -40px;
		box-sizing: border-box;
		transform: none !important;
		opacity: 1 !important;
	}

	div.newsbox * {
		font-size: 16px !important;
		display: inline-block !important;
		max-width: none !important;
		margin-right: 10px;
		margin-bottom: 0 !important;
	}

	body.mobileShowNewsbox:not(.menuOpen):not(.scrolling) header.header {
		top: 40px;
	}

	body.mobileShowNewsbox:not(.menuOpen):not(.scrolling) div.newsbox {
		margin-top: 0;
	}


}

@media screen and (max-width: 850px) {
	div.sliderbox-quickrequest .input-container .third {
		display: none;
	}

	div.sliderbox-quickrequest .input-container {
		width: 400px;
	}

	div.sliderbox-quickrequest .input-container > * {
		width: 48%;
	}

	div.sliderbox-quickrequest .slogan {
		font-size: 22px;
	}

	div.sliderbox-scrolldown {
		font-size: 18px;
	}

	div.sliderbox-quickrequest {
		bottom: 110px;
	}

}

@media screen and (max-width: 700px) {
	div.sliderbox-quickrequest .input-container {
		display: none;
	}

	.header-contacts {
		display: none;
	}

	div.sliderbox-quickrequest .submit-container {
		width: 140px;
	}

	div.submit-container-small {
		display: inline-block;
		margin-left: 20px;
	}

	div.sliderbox-quickrequest .slogan {
		display: none;
	}
}

main.main {
	position: relative;
	z-index: 2;
}

.noSlider main.main {
	padding-top: 100px;
}

.article {
	font-size: 16px;
	color: #5a5a5a;
	line-height: 190%;
	max-width: 1200px;
	margin: 0 auto;
	width: 90%;
	letter-spacing: 0.5px;
}

.article h1, .room-slider-item h2 {
	font-family: 'Lora', serif;
	text-align: center;
	color: #c42d45;
	font-size: 45px;
	line-height: 130%;
	font-weight: normal;
}

.article h2 {
	font-family: 'Lora', serif;
	text-align: center;
	color: #c42d45;
	font-size: 35px;
	line-height: 130%;
	font-weight: normal;
	text-align: left;
	margin-top: 2em;
}

.article h3 {
	font-family: 'Lora', serif;
	text-align: center;
	color: #c42d45;
	font-size: 24px;
	line-height: 130%;
	font-weight: normal;
	text-align: left;
}

.article hr {
	background: none;
	border: none;
	border-bottom: 1px solid #EEE;
	margin: 2em 0;
}

.article a:not(.btn-outline) {
	color: #c42d45;
}

.article table {
	border-collapse: collapse;
	margin: 2em 0 1em;
	width: 100%;
}

.article td, .article th {
	border: 1px solid #EEE;
	padding: 5px 15px;
	text-align: left;
}

.article td strong, .article th strong {
	white-space: nowrap;
}

.article td.lbreaker {
	display: none;
}

.article tr:nth-child(odd) td {
	background-color: #EEE;
}

.article th {
	background-color: #c42d45;
	color: #FFF;
	border-color: #c42d45;
}

@media screen and (max-width: 900px) {
	.article h1, .room-slider-item h2 {
		font-size: 28px;
	}

	.article h2 {
		font-size: 20px;
	}

	.article h3 {
		font-size: 18px;
	}
}

.section-content {
	background-color: #FFF;
	position: relative;
	padding: 50px 0;
}

.section-content .article {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
}

.section-content .article .item-title {
	flex: 0 0 100%;
}

.section-content .article .item-page {
	flex: 2;
}

.section-content .article .item-sidebar > * {
	margin-left: 5vw;
}

.section-content .article .item-sidebar .cta-how-to-get-there {
	width: 200px;
}

.section-content .article .item-sidebar img {
	width: 100%;
	height: auto;
	display: block;
}

.section-content .article:before, .section-content .article:after {
	content: "";
	display: block;
	height: 1px;
	position: relative;
}

@media screen and (max-width: 700px) {
	.section-content .article .item-sidebar {
		display: none;
	}

	.section-item svg:not(.svg-inline--fa) {
		display: none !important;
	}
}

.cta-how-to-get-there {
	font-size: 16px;
}

.cta-how-to-get-there a span {
	transition: all 0.4s linear;
}

.cta-how-to-get-there a {
	position: relative;
	display: block;
	border-radius: 50%;
	overflow: hidden;
}

.cta-how-to-get-there a img {
	background-color: #222;
}

.cta-how-to-get-there a span {
	position: absolute;
	color: #333;
	bottom: 0;
	left: 0;
	width: 100%;
	box-sizing: border-box;
	background-color: rgba(255, 255, 255, 0.5);
	padding: 10px 20px 15px;
	text-align: center;
	font-family: 'Poppins', sans-serif;
	text-transform: uppercase;
	line-height: 140%;
	font-weight: bolder;
}

.cta-how-to-get-there a:hover {
}

.cta-how-to-get-there a:hover span {
	padding: 150px 20px 70px;
	background-color: #c42d45;
	color: #FFF;
}

.cta-how-to-get-there a:hover img {
	opacity: 0;
}


#wall-instagram ul {
	list-style: none;
	margin: 25px 0 45px 0;
	padding: 0;
	font-size: 0;
	height: 330px;
	overflow: hidden;
}

#wall-instagram ul li {
	margin: 0 25px;
	display: inline-block;
}

#wall-instagram ul li img {
	display: block;
	height: 100%;
	width: auto;
	max-width: none;
	margin: 0 auto;
}

#wall-instagram ul li a {
	display: block;
	height: 330px;
}


.footer {
	padding: 50px 0;
	position: relative;
	z-index: 4;
}

.footer-logo {
	margin-bottom: 40px;
}

.footer-logo svg {
	width: 230px;
}

.footer .inner {
	padding: 40px 5vw;
}

.footer ul {
	display: block;
	margin: 0;
	padding: 0;
}

.footer li {
	display: block;
	margin: 0;
	padding: 0;
}

.footer a {
	color: #cc4c60;
	font-family: 'Poppins', sans-serif;
	text-decoration: none;
	text-transform: uppercase;
}

.footer a:hover {
	text-decoration: underline;
}

.footer p {
	margin-bottom: 0;
}

.footer .inner {
	display: flex;
}

.footer .inner .col-left {
	text-align: left;
	width: 20%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
	order: 1;
}

.footer .inner .col-center {
	text-align: center;
	width: 60%;
	order: 2;
	align-self: flex-end;
}

.footer .inner .col-right {
	text-align: right;
	width: 20%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-end;
	order: 3;
}
.footer .footer-suedtirol-logo{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.footer .footer-suedtirol-logo img {
	width: 100px;
	height: 78px;
}
.footer .footer-suedtirol-logo img:last-of-type{
	width: 250px;
	height: 38px;
	margin: 3rem 0 0;
}

.footer-socialmedia li, .footer-address li {
	display: inline-block;
}

.footer-socialmedia li {
	margin-right: 20px;
	font-size: 30px;
}

.footer-address {
	line-height: 150%;
}

.footer-address li {
	margin: 10px 5px;
}

.footer-address li svg {
	height: 12px;
	vertical-align: middle;
}

.footer-address li svg * {
	fill: #5a5a5a;
}

.footer .footer-address a {
	color: #000;
	font-family: 'Lora', serif;
}

.footer-copyright li {
	margin-bottom: 8px;
}

.footer-servicenav li {
	margin-top: 8px;
}

.footer-address a.email {
	color: #cc4c60;
	font-family: 'Poppins', sans-serif;
	text-transform: none;
	font-size: 18px;
}
.footer-socialmedia-icons{
	margin: 2rem 0;
}
.footer-socialmedia-icons li {
	display: inline-block;
	font-size: 20px;
	margin-right: 10px;
}

.fixed-social-media {
	display: none;
}

body.menuOpen .fixed-social-media {
	display: block;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 50;
	opacity: 1 !important;
	transform: none !important;
	width: 100%;
	text-align: center;
	padding: 30px 0;
}

body.menuOpen .fixed-social-media li {
	font-size: 40px;
	margin: 0 10px;
	display: inline-block;
}

body.menuOpen .fixed-social-media a {
	color: #FFF !important;
}

body.menuOpen .fixed-social-media ul {
	display: block;
	margin: 0;
	padding: 0;
}

body.menuOpen .fixed-social-media:before {
	background: linear-gradient(0deg, rgba(162, 37, 57, 0.8) 0%, rgba(162, 37, 57, 0.5) 50%, rgba(162, 37, 57, 0) 100%);
	height: 110px;
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: -1;
}


.fixed-item.fixed-btn-booking {
	position: fixed;
	right: 0;
	top: 36vh;
	z-index: 999;
	background-color: #c42d45;
	padding: 25px;
	font-size: 18px;
	line-height: 150%;

}

.fixed-item.fixed-btn-booking a {
	text-decoration: none;
	text-transform: uppercase;
	color: #FFF;
	display: block;
	width: auto;
}


@media screen and (max-width: 1200px) {
	.footer .inner {
		display: block;
	}

	.footer .inner > * {
		width: auto !important;
		text-align: center !important;
		display: block !important;
		margin-top: 50px;
	}

	.footer-socialmedia li {
		margin: 0 10px 30px;
	}

	.footer-byaltea {
		margin-top: 30px;
	}

	.footer-servicenav li, .footer-copyright li {
		display: inline-block;
		margin: 10px;
	}

	.footer .inner .col-right {
		margin-top: 0;
	}

	.footer, .section-content {
		padding: 0;
	}

	.footer-suedtirol-logo {
		margin: 40px 0;
	}
	.footer .footer-suedtirol-logo {
		flex-direction: column;
		align-items: center;
	}
	.footer .inner {
		padding: 40px 5vw 9rem;
	}
}

@media screen and (max-width: 600px) {
	.header-language {
		display: none;
		bottom: 0;
		right: 0;
		width: 100%;
		position: fixed;
		text-align: center;
		padding: 36px 0;
		text-align: center;
	}

	.header-language:before {
		background: linear-gradient(0deg, rgba(162, 37, 57, 0.8) 0%, rgba(162, 37, 57, 0.5) 50%, rgba(162, 37, 57, 0) 100%);
		height: 90px;
		content: "";
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		z-index: -1;
	}

	.menuOpen .header-language {
		display: block !important;
	}

	.mod-languages li {
		margin: 0 10px;
	}

	header.header:before {
		height: 90px;
	}

	header.header {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	header.header .col:first-child {
		position: absolute;
	}

	header.header .col {
		width: 50%;
	}

	header.header .header-voucher-btn {
		display: none;
	}

	.footer .inner > * {
		margin-top: 20px;
	}

	.footer-socialmedia-icons li {
		margin: 0 10px;
	}

	body.menuOpen .fixed-social-media {
		display: none;
	}

	.footer-socialmedia-icons li {
		font-size: 30px;
		margin: 15px 10px;
	}

}

body.widescreen .section-slide {
	height: auto !important;
}

body.widescreen .row.hideonmobile * {
	height: auto !important;
	min-height: 0 !important;
}

body .section-camere {
	padding-bottom: 250px;
}


.article-section h2 {
	text-align: left;
	font-size: 45px;
	letter-spacing: 2px;
	margin-bottom: 0;
	margin-top: 0;
}

.article-section p {
	margin-top: 50px;
	margin-left: 30px;
	font-size: 16px;
	line-height: 180%;
	margin-right: 15px;
}

.article-section .list-number {
	display: block;
	color: rgba(0, 0, 0, 0.4);
	font-size: 100px;
	line-height: 100px;
}

.section-slide, .section-emotion-box {
	height: 100vh;
	position: relative;
}

.section-emotion-box {
	height: 80vh;
}

.section-emotion-box .backstretch-item img {
	top: 0 !important;
}

.article-slider[data-layout="cover"] {
	width: 100%;
	height: 100%;
}

.article-slider[data-layout="cover"] > img {
	opacity: 0;
}

.section-content:before, .footer:before {
	content: "";
	display: block;
	position: absolute;
	top: -99px;
	left: 0;
	width: 100%;
	height: 100px;
	background: url('https://www.rifugiofanes.com/templates/fanes/img/border-top-content.png') repeat-x bottom center;
}

.section-content:after {
	content: "";
	display: block;
	position: absolute;
	bottom: -99px;
	left: 0;
	width: 100%;
	height: 100px;
	background: url('https://www.rifugiofanes.com/templates/fanes/img/border-bottom-content.png') repeat-x top center;
}

.section-content {
	z-index: 4;
}

.section-escursione {
	z-index: 3;
	background-color: #00365f;
	position: relative;
	min-height: calc(100vh - 250px);
}

.section-escursione:after {
	content: "";
	display: block;
	position: absolute;
	bottom: -249px;
	left: 0;
	width: 100%;
	height: 250px;
	background: url('https://www.rifugiofanes.com/templates/fanes/img/border-bottom-escursione.png') top center;
	background-size: cover;
}

.section-escursione .article-section {
	color: #FFF;
}

.section-escursione .article-section .list-number {
	color: rgba(218, 218, 218, 0.15);
}

.section-escursione .flex-grid {
	padding-top: 120px;
}

.section-pranzo {
	z-index: 2;
	background-color: #FFFFFF;
	position: relative;
}

.section-pranzo:after {
	content: "";
	display: block;
	position: absolute;
	bottom: -99px;
	left: 0;
	width: 100%;
	height: 100px;
	background: url('https://www.rifugiofanes.com/templates/fanes/img/border-bottom-content.png') repeat-x top center;
}

.section-pranzo .article-section {
	color: #858585;
}

.section-pranzo .article-section .list-number {
	color: rgba(199, 199, 199, 0.45);
}

.section-pranzo .flex-grid {
	padding-top: 315px;
}

.section-pranzo .article-slider[data-layout="triple"] {
	font-size: 0;
	margin-top: -100px;
	text-align: right;
	margin-right: 50px;
}

.section-pranzo .adaptHeight .article-slider[data-layout="triple"] img {
	height: 20vw !important;
	width: auto !important;
}

.section-pranzo .adaptHeight .article-slider {
	text-align: center;
	max-width: 50vw;
	margin: 0 auto;
}

.section-pranzo .article-slider[data-layout="triple"] img {
	width: 40%;
	height: auto;
	display: inline-block;
	vertical-align: top;
	margin-right: 1%;
	margin-bottom: 1%;
}

.section-pranzo .article-slider[data-layout="triple"] img:nth-of-type(1) {
	width: 100%;
	margin-right: 0;
}

.section-pranzo .article-slider[data-layout="triple"] img:nth-of-type(2) {
	width: 49.5%;
	margin-right: 0.5%;
}

.section-pranzo .article-slider[data-layout="triple"] img:nth-of-type(3) {
	width: 49.5%;
	margin-left: 0.5%;
	margin-right: 0;
}

.section-pomeriggio {
	z-index: 4;
	position: relative;
	background-color: #001f42;
	min-height: calc(100vh - 350px);
}

.section-pomeriggio:before {
	content: "";
	display: block;
	position: absolute;
	top: -99px;
	left: 0;
	width: 100%;
	height: 100px;
	background: url('https://www.rifugiofanes.com/templates/fanes/img/border-top-pomeriggio.png') repeat-x bottom center;
}

.section-pomeriggio:after {
	content: "";
	display: block;
	position: absolute;
	bottom: -249px;
	left: 0;
	width: 100%;
	height: 250px;
	background: url('https://www.rifugiofanes.com/templates/fanes/img/border-bottom-pomeriggio.png') top center;
	background-size: cover;
}

.section-pomeriggio .article-section {
	color: #FFF;
}

.section-pomeriggio .article-section .list-number {
	color: rgba(218, 218, 218, 0.15);
}

.section-pomeriggio .flex-grid {
	padding-top: 50px;
}

.section-merenda {
	z-index: 3;
	position: relative;
	background-color: #FFFFFF;
}

.section-merenda:after {
	content: "";
	display: block;
	position: absolute;
	bottom: -99px;
	left: 0;
	width: 100%;
	height: 100px;
	background: url('https://www.rifugiofanes.com/templates/fanes/img/border-bottom-content.png') repeat-x top center;
}

.section-merenda .article-section {
	color: #858585;
}

.section-merenda .article-section .list-number {
	color: rgba(199, 199, 199, 0.45);
}

.section-merenda .flex-grid {
	padding-top: 360px;
}

.section-merenda .article-slider[data-layout="squares"] {
	font-size: 0;
	margin-top: -100px;
	text-align: right;
	margin-right: 50px;
}

.section-merenda .article-slider[data-layout="squares"] img {
	width: 40%;
	height: auto;
	display: inline-block;
	vertical-align: top;
	margin-right: 1%;
	margin-bottom: 1%;
}

.section-merenda .article-slider[data-layout="squares"] img:nth-of-type(1) {
	margin-left: 50%;
}

.section-merenda .article-slider[data-layout="squares"] img:nth-of-type(2) {
	margin-top: -50px;
}

.section-merenda .article-slider[data-layout="squares"] img:nth-of-type(3) {
}

.section-merenda .adaptHeight .article-slider[data-layout="squares"] img {
	height: 20vw !important;
	width: auto !important;
}

.section-merenda .adaptHeight .article-slider {
	text-align: center;
	max-width: 50vw;
	margin: 0 auto;
}

.section-merenda .adaptHeight .article-slider[data-layout="squares"] img:nth-of-type(1) {
}

.section-cena {
	z-index: 2;
	position: relative;
	background-color: #5f401a;
	height: calc(100vh - 250px);
	padding-bottom: 100px;
}

.section-cena:before {
	content: "";
	display: block;
	position: absolute;
	top: -99px;
	left: 0;
	width: 100%;
	height: 100px;
	background: url('https://www.rifugiofanes.com/templates/fanes/img/border-top-cena.png') repeat-x bottom center;
}

.section-cena:after {
	content: "";
	display: block;
	position: absolute;
	bottom: -249px;
	left: 0;
	width: 100%;
	height: 250px;
	background: url('https://www.rifugiofanes.com/templates/fanes/img/border-bottom-cena.png') top center;
	background-size: cover;
}

.section-cena .article-section {
	color: #FFF;
}

.section-cena .article-section .list-number {
	color: rgba(218, 218, 218, 0.15);
}

.section-cena .flex-grid {
	padding-top: 50px;
}

.section-camere {
	background-color: #361d07;
	padding: 125px 0;
}

.section-camere .article-section {
	color: #FFF;
}

.section-camere .article-section .list-number {
	color: rgba(218, 218, 218, 0.15);
}

.section-camere .flex-grid {
	padding-top: 150px;
}

.section-colazione {
	z-index: 3;
	position: relative;
	background-color: #460000;
	height: calc(100vh - 250px);
}

.section-colazione:before {
	content: "";
	display: block;
	position: absolute;
	top: -249px;
	left: 0;
	width: 100%;
	height: 250px;
	background: url('https://www.rifugiofanes.com/templates/fanes/img/border-top-colazione.png') bottom center;
	background-size: cover;
}

.section-colazione:after {
	content: "";
	display: block;
	position: absolute;
	bottom: -99px;
	left: 0;
	width: 100%;
	height: 100px;
	background: url('https://www.rifugiofanes.com/templates/fanes/img/border-bottom-colazione.png') repeat-x top center;
}

.section-colazione .article-section {
	color: #FFF;
}

.section-colazione .article-section .list-number {
	color: rgba(218, 218, 218, 0.15);
}

.section-colazione .article-slider[data-layout="squares"] {
	font-size: 0;
	margin-top: -100px;
}

.section-colazione .article-slider[data-layout="squares"] img {
	width: 49%;
	height: auto;
	display: inline-block;
	vertical-align: top;
	margin-right: 1%;
	margin-bottom: 1%;
}

.section-colazione .article-slider[data-layout="squares"] img:nth-of-type(2) {
	margin-top: 40px;
}

.section-colazione .article-slider[data-layout="squares"] img:nth-of-type(3) {
	margin-top: -40px;
}

.section-colazione .adaptHeight .article-slider[data-layout="squares"] img {
	height: 20vw !important;
	width: auto !important;
}

.section-colazione .adaptHeight .article-slider {
	text-align: center;
	max-width: 50vw;
	margin: 0 auto;
}

.flex-grid {
	position: relative;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	z-index: 2;
}

.flex-grid .row {
	display: flex;
	width: 100%;
	justify-content: space-between;
}

.flex-grid .row .col-wide {
	width: 60%;
	min-height: calc(100vh - 250px);
	max-height: calc(100vh - 250px);
	position: relative;
}

.flex-grid .row .col-narrow {
	width: 40%;
	position: relative;
	z-index: 2;
}

.flex-grid .article {
	width: 100%;
	max-width: none;
	padding: 0 5vw;
	box-sizing: border-box;
}

@media screen and (max-width: 1200px) and (min-width: 1101px) {
	.flex-grid .row .col-wide {
		width: 55%;
	}

	.flex-grid .row .col-narrow {
		width: 45%;
	}
}

@media screen and (max-width: 1100px) {
	.scroll-slider-legend {
		display: none !important;
	}

	.flex-grid .row .col-narrow, .flex-grid .row .col-wide {
		width: auto;
		height: auto;
		min-height: 0;
		max-height: none;
	}

	.flex-grid .row {
		flex-direction: column;
	}

	.flex-grid .row.hideonmobile {
		display: none;
	}

	.section-slide {
		height: auto !important;
	}

	.section-slide .adaptHeight .article-slider {
		max-width: none;
		margin-top: 30px;
	}

	.section-slide .adaptHeight .article-slider[data-layout="triple"] img, .section-slide .article-slider[data-layout="triple"] img,
	.section-slide .adaptHeight .article-slider[data-layout="squares"] img, .section-slide .article-slider[data-layout="squares"] img {
		margin: 1% !important;
		width: auto !important;
		height: 20vh !important;
	}

	.section-colazione:before {
		top: -99px;
	}

	.section-cena:after {
		bottom: -99px;
	}

	.section-camere .flex-grid {
		padding-top: 50px;
	}

	.article-slider[data-layout="cover"] {
		height: 60vw;
		width: 90vw;
		margin: 0 5vw 5vw;
	}

	.section-emotion-box {
		height: 70vw;
	}

	.section-camere .flex-grid .row {
		flex-direction: column-reverse;
	}

	.article-section p {
		margin-left: 0;
		line-height: 200%;
	}

	.flex-grid .article {
		padding: 0 5vw;
	}

	section.section-item {
		height: auto !important;
	}

	section.section-item.section-emotion-box {
		height: 80vw !important;
	}
}

@media screen and (max-width: 600px) {
	.article-section h2 {
		font-size: 30px;
	}

	.article-section .list-number {
		font-size: 70px;
		line-height: 70px;
	}

	.article-section p {
		margin-top: 20px;
	}

	.btn-outline {
		padding: 14px 30px;
	}

	.section-escursione:after {
		height: 80px;
		bottom: -79px;
	}

	.section-pomeriggio:after {
		height: 80px;
		bottom: -79px;
	}

	.section-cena:after {
		height: 150px;
		bottom: -69px;
	}

	.section-colazione:before {
		height: 50px;
		top: -49px;
	}

	.section-pranzo .flex-grid {
		padding-top: 105px;
	}

	.section-merenda .flex-grid {
		padding-top: 105px;
	}

	.section-emotion-box {
		height: 90vw;
	}

	.section-camere {
		padding: 65px 0;
	}

	.section-cena {
		padding-bottom: 30px;
	}

	body .section-camere {
		padding: 65px 0;
	}
}

.scroll-slider-legend {
	position: fixed;
	top: 50%;
	right: 30px;
	z-index: 40;
	margin-top: -70px;
	text-align: center;
	opacity: 1;
	transition: opacity 0.4s ease-in-out;
}

.scroll-slider-legend a {
	transition: background 0.1s linear, border 0.1s linear;
}

.scroll-slider-legend.hide {
	opacity: 0;
}

.scroll-slider-legend ul, .scroll-slider-legend li {
	display: block;
	margin: 0;
	padding: 0;
}

.scroll-slider-legend a {
	display: inline-block;
	width: 2px;
	height: 2px;
	padding: 2px;
	border-radius: 50%;
	background-color: #FFF;
	text-decoration: none;
	margin: 0 auto;
	vertical-align: middle;
}

.scroll-slider-legend li.active a {
	border: 2px solid #FFF;
	background-color: transparent;
	margin: 0 auto;
	padding: 3px;
}

.scroll-slider-legend li {
	margin-bottom: 15px;
	margin-top: 15px;
	width: 20px;
	height: 12px;
	line-height: 12px;
}

.scroll-slider-legend[data-color="bright"] a {
	background-color: #c42d45;
}

.scroll-slider-legend[data-color="bright"] li.active a {
	border: 2px solid #c42d45;
}

@media screen and (min-width: 1920px) {
	.article {
		font-size: 1.2vw;
	}

	.article h1, .room-slider-item h2 {
		font-size: 3vw;
	}

	.article h2 {
		font-size: 2.7vw;
	}

	.article h3 {
		font-size: 2.3vw;
	}

	.article-section p {
		font-size: 1.2vw;
	}

	.article-section h2 {
		font-size: 3vw;
	}

	.article-section .list-number {
		font-size: 8vw;
		line-height: 8vw;
	}

	.btn-outline {
		font-size: 1vw;
		padding: 0.6vw 3vw;
		border-radius: 3vw;
	}

	header.header {
		font-size: 1.15vw;
		padding: 3vw 5vw;
	}

	.header-logo svg {
		max-width: 16vw;
		max-height: none;
	}

	header.header:before {
		height: 10vw;
	}

	nav.nav .nav-inner {
		padding: 12vw 0;
	}

	nav.nav a {
		font-size: 2vw;
	}

	nav.nav li li a {
		font-size: 1.3vw;
	}

	div.sliderbox {
		min-height: 0;
		height: 100vh;
		max-height: none;
	}

	.section-content {
		padding: 8vw 0;
	}

	.article {
		max-width: 70vw;
	}

	.flex-grid .article {
		padding: 0 5vw;
	}

	.article-section p {
		margin-top: 2vw;
		margin-left: 2vw;
	}


	.scroll-slider-legend {
		top: 50%;
		right: 30px;
		margin-top: -4vw;
	}

	.scroll-slider-legend a {
		width: 0.2vw;
		height: 0.2vw;
		padding: 0.2vw;
	}

	.scroll-slider-legend li.active a {
		border: 4px solid #FFF;
		margin: 0;
		padding: 0.3vw;
	}

	.scroll-slider-legend li {
		margin-bottom: 1vw;
		margin-top: 1vw;
		width: auto;
		height: auto;
	}

	.scroll-slider-legend[data-color="bright"] a {
		background-color: #c42d45;
	}

	.scroll-slider-legend[data-color="bright"] li.active a {
		border: 4px solid #c42d45;
	}
}


.section-escursione svg.astUntenLinksNachObenRechts * {
	fill: #FFF;
}

.section-escursione svg.astUntenLinksNachObenRechts {
	position: absolute;
	top: 5vw;
	right: -5vw;
	width: 16vw;
	z-index: 10;
	margin: 0 0 0 0;
	opacity: 0.3;
	transform: rotate(250deg);
}

.section-escursione svg.astUntenLinksNachObenRechts.two {
	top: 12vw;
	right: -2vw;
	width: 13vw;
	transform: rotate(230deg);
	opacity: 0.15;
}

.section-emotion-box svg.nadelnObenRechtsNachUntenLinks * {
	fill: #FFF;
}

.section-emotion-box svg.nadelnObenRechtsNachUntenLinks {
	position: absolute;
	top: 0;
	left: 0;
	transform: rotate(180deg);
	width: 16vw;
	z-index: 10;
	margin: -2vw 0 0 -5vw;
	opacity: 0.4;
}

.section-pomeriggio svg.astMitZapfen * {
	fill: #FFF;
}

.section-pomeriggio svg.astMitZapfen {
	position: absolute;
	top: 0;
	right: -3vw;
	width: 20vw;
	z-index: 10;
	margin: -3vw 0 0 0;
	opacity: 0.3;
}


.section-merenda svg.zweiGetrennteAeste * {
	fill: rgba(199, 199, 199, 0.45);
}

.section-merenda svg.zweiGetrennteAeste {
	position: absolute;
	top: 4vw;
	width: 20vw;
	z-index: 10;
	margin: -10vw 0 0 0;
}

.section-cena svg.astUntenLinksNachObenRechts * {
	fill: #FFF;
}

.section-cena svg.astUntenLinksNachObenRechts {
	position: absolute;
	top: 2vw;
	right: -5vw;
	width: 16vw;
	z-index: 10;
	margin: 0 0 0 0;
	opacity: 0.3;
	transform: rotate(250deg);
}

.section-cena svg.astUntenLinksNachObenRechts.two {
	top: 7vw;
	right: -2vw;
	width: 13vw;
	transform: rotate(230deg);
	opacity: 0.15;
}

.section-camere svg.astMitZapfen * {
	fill: #FFF;
}

.section-camere svg.astMitZapfen {
	position: absolute;
	top: 0;
	left: -6vw;
	width: 20vw;
	z-index: 10;
	margin: -10vw 0 0 0;
	opacity: 0.3;
}

.section-colazione svg.nadelnObenRechtsNachUntenLinks * {
	fill: #FFF;
}

.section-colazione svg.nadelnObenRechtsNachUntenLinks {
	position: absolute;
	top: 0;
	left: -5vw;
	width: 20vw;
	z-index: 10;
	margin: -8vw 0 0 0;
	opacity: 0.15;
}

.section-footer svg.nadelnObenRechtsNachUntenLinks * {
	fill: #FFF;
}

.section-footer svg.nadelnObenRechtsNachUntenLinks {
	position: absolute;
	top: 0;
	left: 0;
	transform: rotate(180deg);
	width: 16vw;
	z-index: 10;
	margin: -2vw 0 0 -5vw;
	opacity: 0.4;
}


.forecastdays {
	margin: 0;
	text-align: center;
	padding: 0;
	margin: 2em 0 1em;
	text-align: center
}

.forecastdays li {
	display: inline-block;
	margin: 0;
	padding: 5px;
	list-style-type: none;
	text-align: center;
	width: 70px;
	margin: 5px;
	color: #86746a;
	vertical-align: top;
	background-color: #FFF;
	padding: 10px;
	overflow: hidden
}

.forecastdays li .wi {
	margin: 0;
	width: auto
}

.forecastdays .date {
	font-size: 15px;
	text-align: center;
	color: #c42d45;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 10px
}

.forecastdays .icon {
	width: 48px;
	height: 48px;
	line-height: 48px;
	font-size: 30px;
	text-align: center;
	color: #c42d45;
	margin: 5px auto;
	color: #333
}

.forecastdays .temp {
	position: relative;
	overflow: hidden;
	text-align: center;
	font-size: 12px
}

.forecastdays .temp .max {
	color: #878787;
	width: 50%;
	float: left
}

.forecastdays .temp .min {
	color: #bababa;
	width: 50%;
	float: left
}

.floater {
	text-align: center
}

.floater img {
	background: none
}

iframe {
	border: none;
}

br.clear {
	clear: both;
}

.webcamIframe {
	text-align: center;
	margin: 0;
	width: 50%;
	height: 24vw;
	display: block;
	float: left;
	background-color: #000;
	margin-top: 40px;
}

img.webcamIframe {
	height: auto !important;
	width: 100% !important;
}

.webcam-ct {
	display:inline-grid;
	grid-template-columns: auto auto;
	gap: 2rem;
	width: 100%;
	justify-content: center;
	align-items: center;
	padding: 3rem 0 0 0;
}
.webcam-ct>a>img {
	display: inline-block;
	width: 27.5vw;
}

.mapIframe {
	width: 100%;
	height: 60vh;
	margin-bottom: 1em;
}

.sentres-map, #sentres-map-2026 {
	width: 100% !important;
	min-height: 60vh;
}

/* gallery */
.gallery {
	text-align: center;
}

.jmgal_categorie {
	font-size: 0;
	margin: 40px 0;
	line-height: 0;
}

.jmgal_categorie .jg_row {
	display: inline-block;
	vertical-align: top;
	text-align: center;
	width: 33%;
	margin: 0px;
}

.jmgal_categorie .jg_row * {
	display: inline-block;
	vertical-align: top;
}

.jmgal_categorie .jg_imgalign_catimgs {
	margin: 10px !important;
}

.jmgal_categorie a, .jmgal_categorie img {
	display: inline-block;
	width: 100%;
	height: auto;
	vertical-align: top;
}

.jmgal_albums {
	font-size: 0;
}

.jmgal_albums .jg_element_gal {
	display: inline-block;
	vertical-align: top;
	text-align: center;
	width: 33%;
	margin-bottom: 30px;
}

.jmgal_albums .jg_element_gal img {
	display: block;
	width: 100%;
	height: auto;
}

.jmgal_albums .jg_photo_container {
	margin: 10px !important;
}

.jmgal_albums .jg_element_gal * {
	display: inline-block;
	vertical-align: top;
	margin: 0;
	padding: 0;
}

.jmgal_albums .jg_element_gal .jg_imgalign_gal {
	display: block;
}

.jmgal_albums .jg_element_gal .jg_element_txt {
	display: block;
	margin-top: 0px;
}

.jg_back {
	text-align: center;
}

.jg_clearboth {
	display: none !important;
}

.section-content-rooms {
	text-align: center;
	margin-top: 2em;
}

.section-content-rooms .slick-arrow .slick-arrow {
	width: 60px;
	height: 60px;
	-webkit-appearance: none;
	margin: 0;
	padding: 0;
	line-height: 60px;
	text-align: center;
	position: absolute;
	top: 50%;
	display: block;
	border: none;
	background-color: #c42d45;
	border-radius: 50%;
	color: #FFF;
}

.section-content-rooms .slick-arrow.slick-prev {
	right: -30px;
}

.section-content-rooms .slick-arrow.slick-next {
	left: -30px;
}

.content-room-slider ul, .content-room-slider li {
	margin: 0;
	padding: 0;
	display: block;
	vertical-align: top;
}

.content-room-slider .slick-slide {
	opacity: 0.3;
}

.content-room-slider .slick-slide.slick-current {
	opacity: 1;
}

.room-slider-item {
	max-width: 1200px;
	width: 80vw;
	padding: 0 2vw;
	text-align: center;
}

.room-slider-item img {
	width: 100%;
	height: auto;
	display: block;
}

.room-slider-item h2 {
}

.section-content-rooms .next-box, .section-content-rooms .prev-box {
	cursor: pointer;
}

.section-content-rooms .next-box {
	position: absolute;
	z-index: 100;
	right: 0;
	top: 0;
	height: 100%;
	width: calc(10vw);
}

.section-content-rooms .prev-box {
	position: absolute;
	z-index: 100;
	left: 0;
	top: 0;
	height: 100%;
	width: calc(10vw);
}

.cta-buttons p {
	margin-bottom: 0;
}

.room-slider-images-bgc {
	position: relative;
}

.room-slider-texts a {
	color: #c42d45;
}

.room-slider-images {
	position: relative;
}

.bullsline {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 20;
	box-sizing: border-box;
	padding: 20px;
}

.bullsline ul {
	margin: 0;
	padding: 0;
	display: block;
}

.bullsline ul li {
	margin: 0;
	padding: 0;
	display: inline-block;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background-color: #FFF;
	margin: 0 6px;
	text-align: center;
	line-height: 16px;
	cursor: pointer;
}

.bullsline ul li.bull-disabled {
	opacity: 0.5;
}

.bullsline ul li:hover {
	opacity: 1
}

.bullsline ul li.bull-active {
	opacity: 0.9;
}

.room-slider-images-bgc:before {
	content: "";
	display: block;
	padding-top: 56%;
	box-sizing: border-box;
}

@media screen and (min-width: 1680px) {
	.section-content-rooms .next-box, .section-content-rooms .prev-box {
		width: calc((100vw - 1400px) / 2);
	}

	.section-content-rooms .slick-arrow.slick-prev {
		right: 30px;
	}

	.section-content-rooms .slick-arrow.slick-next {
		left: 30px;
	}
}

@media screen and (max-width: 600px) {
	.section-content-rooms .next-box, .section-content-rooms .prev-box {
		display: none !important;
	}
}


/* form */
form * {
	outline: none;
}

#alteaForm {
	margin-top: 40px;
	margin-bottom: 50px;
}

#alteaForm.narrow {
	max-width: 800px;
	margin: 0 auto;
}

#alteaForm .item-cols {
	position: relative;
	overflow: hidden;
}

#alteaForm .item-col-2 {
	position: relative;
	float: left;
	width: 48%;
	text-align: left;
	margin: 0 1% 30px;
}

#alteaForm fieldset {
	border: none;
	padding: 0;
	margin: 0;
}

#alteaForm fieldset .inline-block {
	display: inline-block;
	margin-right: 10px;
}

#alteaForm fieldset p {
	margin-top: 30px;
}

#alteaForm .item-col-last {
	text-align: center;
}

#alteaForm .item-col-last .special {
	font-size: 13px;
	line-height: 130%;
	border-bottom: 1px solid #EEE;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

#alteaForm fieldset legend, #alteaForm .item-col-last legend {
	color: #282828;
	display: block;
	width: 100%;
	text-align: center;
	padding: 5px 0;
	margin-bottom: 20px;
	text-transform: uppercase;
}

#alteaForm fieldset label, #alteaForm .item-col-last label {
	display: block;
	font-size: 13px;
	margin-bottom: 10px;
}

#alteaForm fieldset label.inliner {
	display: inline-block;
	margin-right: 15px;
	margin-bottom: 0 !important;
}

#alteaForm fieldset label input[type="text"], #alteaForm fieldset label input[type="email"], #alteaForm fieldset label input[type="number"] {
	margin: 0;
	padding: 0;
	border: 1px solid #c7c7c7;
	background: #FFF;
	padding: 8px 12px;
	font-size: 13px;
	width: 55%;
	display: inline-block;
}

#alteaForm fieldset label .dataSelector {
	max-width: 200px !important;
}

#alteaForm fieldset label select {
	margin: 0;
	padding: 0;
	border: 1px solid #c7c7c7;
	background: #FFF;
	padding: 8px 12px;
	font-size: 13px;
	display: inline-block;
}

#alteaForm fieldset label input.nr {
	width: 25px;
}

#alteaForm fieldset label span {
	display: inline-block;
	width: 33%;
	font-size: 14px;
}

#alteaForm .item-col-last fieldset label span {
	display: inline;
	width: auto;
}

#alteaForm fieldset label span.req {
	font-weight: bolder;
}

#alteaForm fieldset label span.req:after {
	content: " (*)";
}

#alteaForm fieldset textarea {
	width: 95%;
	box-sizing: border-box;
	height: 100px;
	border: 1px solid #c7c7c7;
	background: #FFF;
}

#alteaForm form button.ui-datepicker-trigger {
	color: #527281;
	padding: 0 2px;
	margin: 0 3px;
	width: auto;
	height: auto;
	line-height: 100%;
}

#alteaForm .item-cols hr {
	border: none;
	background: none;
	border-bottom: 1px solid #c7c7c7;
	margin: 10px 0;
	width: 99%;
}

#alteaForm .item-privacy, .privacytext {
	font-size: 12px;
	line-height: 130%;
	text-align: left;
	height: 55px;
	overflow: auto;
	margin-bottom: 20px;
	padding: 10px;
	background-color: #f0f0f0;
}

#alteaForm .item-col-2-intern {
	position: relative;
	overflow: hidden;
	margin-top: 30px;
	font-size: 12px;
}

#alteaForm .item-col-2-intern label {
	width: 50%;
	float: left;
}

#alteaForm .item-col-2-intern select {
	margin-right: 5px;
}

#alteaForm .item-col-2-intern label span {
	display: none;
}

#alteaForm .errorMessages, .alteaForms .errorMessages, .errorMessages {
	display: none;
	font-size: 13px;
	text-align: left;
	border: 2px solid #b40000;
	padding: 10px;
	background-color: #FFFFFF;
	margin-bottom: 20px;
	color: #527281;
}

#alteaForm .errorMessages label, .alteaForms .errorMessages label, .errorMessages label {
	display: list-item;
	list-style-type: disc;
	margin-left: 20px;
	margin-bottom: 0px;
	font-size: 13px;
	width: auto;
	float: none;
	border: none;
	background: none;
	padding: 0;
	text-align: left;
}

#alteaForm .errorMessages p, .alteaForms .errorMessages p, .errorMessages p {
	color: #b40000;
	font-weight: bold;
	margin-top: 0;
}

#alteaForm .errorMessages label.error.valid, .alteaForms .errorMessages label.error.valid, .errorMessages label.error.valid {
	display: none !Important;
}

#alteaForm fieldset label input.error, #alteaForm fieldset label select.error, .alteaForms fieldset label input.error, .alteaForms fieldset label select.error {
	background-color: rgba(180, 0, 0, 0.2);
	border-color: #b40000;
}

#alteaForm select {
	margin-right: 4px;
}

#alteaForm .room-form-box {
	border-top: 1px solid #eaeaea;
	padding-top: 20px;
	margin-top: 20px;
}

#alteaForm button.ui-datepicker-trigger {
	background: none;
	border: none;
	margin: 0;
	width: auto;
}

#alteaForm button[type="submit"] {
	margin-top: 30px;
}

#alteaForm .spacedesktop {
	height: 28px;
}

#alteaForm fieldset label.aDK input {
	width: 70px;
}

#alteaForm fieldset label span.specific-age-fields {
	width: 50%;
}

#alteaForm .specific-age-fields input {
	display: inline-block;
}

#alteaForm fieldset label.aDK input[type="text"], #alteaForm fieldset label.aDK input[type="number"] {
}

#alteaForm fieldset label.aDK input[type="text"], #alteaForm fieldset label.aDK input[type="number"] {
	width: 46px;
}

#alteaForm fieldset label.aDK input[type="number"] {
	margin-right: 2px;
	width: 35px;
}

#alteaForm form button.ui-datepicker-trigger {
	color: #FFF;
}

#alteaForm .btn-outline, .invia {
	cursor: pointer;
}

#alteaForm.slideToggleForm {
	display: none;
}

.show-only-on-italy {
	display: none;
}

#alteaForm .type-of-request {
	border: 1px solid #c42d45;
	text-align: center;
	padding: 5px 25px;
	margin-bottom: 30px;
	display: inline-block;
}

#alteaForm .type-of-request label {
	font-size: 16px !important;
}

#alteaForm .type-of-request label:last-child {
	margin-right: 0 !important;
}

@media screen and (max-width: 1100px) {
	#alteaForm .item-col-2 {
		float: none;
		margin: 0 auto 20px;
		width: auto;
	}
}

@media screen and (max-width: 600px) {
	#alteaForm .item-col-2-intern label {
		width: auto;
		float: none;
	}

	#alteaForm fieldset label span {
		display: block;
		margin: 0 auto 3px;
	}

	#alteaForm fieldset {
		text-align: center;
	}
}

.quickinfo, form[name="vposform"] {
	margin: 0 auto;
	max-width: 800px;
	display: block;
}

.quickinfo label, form[name="vposform"] label {
	display: block;
	text-align: right;
	padding-right: 10px;
	box-sizing: border-box;
	display: inline-block;
	width: 145px;
}

.quickinfo label + *, form[name="vposform"] label + *, .smaller-inputs input {
	display: block;
	display: inline-block;
	width: 350px;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 10px;
	background: #FFF;
	border: 1px solid #EEE;
	font-size: 14px;
}

.smaller-inputs input {
	width: 20%;
	margin-left: 8px;
}

.quickinfo button[type="button"] {
	display: none;
}

.quickinfo .row, form[name="vposform"] .form_row {
	position: relative;
	overflow: hidden;
	margin-bottom: 10px;
}

.quickinfo textarea {
	height: 80px;
}

form[name="vposform"] .required.error {
	background-color: rgba(180, 0, 0, 0.2);
	border-color: #b40000;
}

.quickinfo .btn-submit, form[name="vposform"] .invia {
	display: inline-block;
	margin: 0;
	padding: 0 30px;
	-webkit-appereance: none;
	height: 50px;
	line-height: 50px;
	border: none;
	cursor: pointer;
	color: #FFF;
	font-size: 16px;
	font-style: italic;
	text-decoration: none;
	background-color: #B8955C;
	text-transform: uppercase;
	font-style: normal;
	letter-spacing: 2px;
}

.quickinfo .row-ck {
	line-height: 130%;
	font-size: 12px;
	margin: 20px 0;
}

.quickinfo .row-ck * {
	display: inline;
	float: none;
	width: auto;
	text-align: left;
}

.form_row:before {
	content: "";
	display: block;
	clear: bottom;
}

form[name="vposform"] p label {
	width: auto;
	display: inline;
}

label.error[for="ctp_name"], label.error[for="ctp_email"] {
	display: block;
	width: 100%;
}


.item-page .textwrapper, .item-page .wrap_end, .item-page .wrap_start, .wrap_start_box, .wrap_end_box {
	display: none;
}

.item-page .oc_item {
	cursor: pointer;
}

.item-page .oc_item:hover span {
	text-decoration: underline;
}

.item-page .oc_item:after {
	display: block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-decoration: none !important;
}

.item-page .oc_item.open:after {
}

.item-page .oc_item:hover:after, .item-page .oc_item:after:hover {
	text-decoration: none !important;
}


.stacktable {
	width: 100%;
}

.st-head-row {
	padding-top: 1em;
}

.st-head-row.st-head-row-main {
	font-size: 1.5em;
	padding-top: 0;
}

.st-key {
	width: 49%;
	text-align: right;
	padding-right: 1%;
}

.st-val {
	width: 49%;
	padding-left: 1%;
}


/* RESPONSIVE EXAMPLE */

.stacktable.large-only {
	display: table;
	white-space: nowrap;
}

.stacktable.large-only td, .stacktable.large-only th {
	padding: 5px;
}

.stacktable.small-only {
	display: none;
}

.rate-div {
	overflow: auto;
	max-width: 90vw;
	position: relative;
}

td small {
	min-width: 100px;
	display: inline-block;
}

@media (max-width: 800px) {
	.stacktable.large-only {
		display: none;
	}

	.stacktable.small-only {
		display: table;
		font-size: 13px;
	}

	.st-head-row.st-head-row-main {
		text-align: center;
	}

	.fixed-item.fixed-btn-booking {
		position: fixed;
		right: auto;
		left: -7%;
		bottom: 0;
		top: auto;
		z-index: 999;
		background-color: #c42d45;
		padding: 31px;
		font-size: 18px;
		line-height: 150%;
		width: 100%;
		text-align: center;
	}

}

@media (min-width: 1730px) {
	.stacktable.large-only {
		font-size: 16px;
		line-height: 150%;
	}
}

.scroll-to-top {
	background-color: #c42d45;
	bottom: 20px;
	right: 20px;
	cursor: pointer;
	display: none;
	width: 40px;
	height: 40px;
	position: fixed;
	z-index: 1001;
	text-align: center;
	line-height: 42px;
	color: #FFFFFF;
	font-size: 14px;
}

@media print {
	.sliderbox, .header, .section-slide, .footer-copyright, .footer-servicenav {
		display: none !important;
	}

	.footer .inner {
		display: block;
	}

	.footer .inner > * {
		width: 100% !important;
		margin-bottom: 30px;
	}
}

.svg-mask-one {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	overflow: hidden;
	height: 100%;
}


.images-slider-arrows {
	position: absolute;
	z-index: 100;
	width: 100%;
	top: 0;
	left: 0;
}

.images-slider-arrows > * {
	opacity: 0.6;
	transition: 0.1s ease-in;
	cursor: pointer;
}

.images-slider-arrows > *:hover {
	opacity: 1;
}

.goToNextImage {
	position: absolute;
	top: 0;
	margin-top: calc(50vh - 30px);
	right: 50px;
	width: 60px;
	height: 60px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	box-sizing: border-box;
}

.goToPrevImage {
	position: absolute;
	top: 0;
	margin-top: calc(50vh - 30px);
	left: 50px;
	width: 60px;
	height: 60px;
	border-left: 2px solid #fff;
	border-top: 2px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	box-sizing: border-box;
}

.section-item .goToNextImage {
	margin-top: 0%;
}

.section-item .goToPrevImage {
	margin-top: 0%;
}

.section-item .images-slider-arrows {
	top: 50%;
	margin-top: -30px;
}


.touritems {
	position: relative;
	margin: 0 -15px;
	font-size: 0;
	text-align: center;
}

.touritem {
	width: 43%;
	position: relative;
	margin: 15px;
	font-size: 16px;
	display: inline-block;
	vertical-align: top;
	box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2);
	text-align: left;
}

.touritemimage {
	display: none;
	margin-bottom: 0px;
}

.touritemimage img {
	display: block;
	width: 100%;
}

.touritemcontent {
	position: relative;
	padding: 20px 20px 0 20px;
	background-color: #FFF;
	min-height: 45px;
	font-size: 16px;
	line-height: 140%;
}

.touritemtitel {
	font-size: 18px;
	line-height: 130%;
	font-weight: bolder;
	margin-bottom: 20px;
	margin-top: 20px;
}

.touritemtitel.smallertext {
	font-size: 16px;
}

.touritem a.fullbtn {
	background-color: #353b44;
	color: #FFF;
}

.touritem a.fullbtn:hover {
	background-color: #c6a33e;
	color: #FFF;
}

.touritemdetailbutton {
	background-color: #FFF;
	padding: 20px;
	text-align: left;
}

.touritemdetailbutton .btn-outline.invia {
	padding: 5px 20px;
}

.touritembasicdetails ul {
	margin: 0;
	padding: 0;
}

.touritembasicdetails li {
	display: block;
	margin: 0;
}

.touritembasicdetails li > span {
	margin-right: 10px;
}

.touritembasicdetails i {
	margin-right: 4px;
}

.touritemlabel {
	position: absolute;
	top: 10px;
	right: 0;
	z-index: 10;
	text-align: right;
	font-size: 18px;
	line-height: 18px;
	background-color: #FFF;
	display: none;
}

.touritemlabel i {
	margin: 0 1px;
	color: #FFF;
}

.touritemlabel span {
	display: block;
	padding: 5px 10px 2px;
	color: #FFF;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: bold;
}

.touritemlabel .hardness-1 {
	background-color: #71b137;
}

.touritemlabel .hardness-2 {
	background-color: #c6a33e;
}

.touritemlabel .hardness-3 {
	background-color: #b0375e;
}

.touritemlabel .hardness-3 i:before {
	content: "\f005";
}

.hiddeninfoboxinner {
	position: relative;
	max-width: 800px;
}

.touritembasicmap {
	width: 100%;
	height: 200px;
	position: relative;
	margin-bottom: 20px;
}

.touritembasicmap iframe {
	margin: 0;
	padding: 0;
	border: none;
	width: 100%;
	height: 100%;
}

@media screen and (max-width: 800px) {
	.touritem {
		width: auto;
		display: block;
		box-sizing: border-box;
	}
}

@media screen and (max-width: 400px) {
	.touritems {
		margin: 15px 0;
	}

	.touritem {
		width: 100%;
		margin: 15px 0;
		box-sizing: border-box;
	}

	.touritemcontent {
		min-height: 0;
	}
}

@media screen and (max-width: 600px) {
	.hiddeninfoboxinner {
		position: relative;
		width: auto;
	}

	#wall-instagram ul {
		height: 160px;
		margin: 25px 0 35px 0;
	}

	#wall-instagram ul li a {
		height: 160px;
	}


}

.hiddeninfobox {
	display: none;
}


#jmap_sitemap {
	width: 64%;
	margin: 0 auto;
}
#jmap_sitemap * {
	color: #c42d45 !important;
}
#jmap_sitemap .folder {
	display: none;
}

