<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
@import url('https://fonts.googleapis.com/css2?family=Tajawal&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@500&amp;family=Open+Sans+Condensed:wght@300&amp;display=swap');

:root{
	--background-color: #fff;
	--color-base: #555;
	--font-base: 20px 'Tajawal', sans-serif;
	--line-height-base: 18px;
	--color-link: #0007db;
	--color-link-hover: black;
}

body,html {
	height: auto;
	margin: 0;
	padding: 0;
}

body {
	position: relative;
	font-family: var(---font-base);
	background-color: var(--background-color, #fff);
	color: var(--color-base, #555);
	text-align: left;
	line-height: var(--line-height-base);
	font-size: 20px;
}

a:link, a:visited {
	text-decoration: none;
	color: var(--color-link);
}
a:hover, a:active, a:focus {
	color: var(--color-link-hover);
}

/* Privacy &amp; Cookie */
body #PrivacyBox {
	z-index: 0;
}

body #footerBoxMessage {
	background-color: #4c4c4c;
}

body #footerBoxitem {
	margin: 0 10px;
	text-transform: uppercase;
	font-size: 12px;
}

/* GLOBAL */
img {
	vertical-align: middle;
	border: 0px;
	max-width: 100%;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
tbody tr:nth-child(even) {
    border-bottom: 0;
    background-color: rgb(241 241 241 / 0%);
}
thead, tbody, tfoot {
    border: none;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	padding: 0px;
	margin: 0px;
}
:focus {
	outline:none;
}
h6{
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 15px;
}
h1, h2, h3, h4, h5 {

}
button, input, select, textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

.clear {
	clear: both;
}

/* HEADER */

#header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
	height: 52px;
    z-index: 2;
    text-align: center;
}
.hero_slogan {
	z-index: 2;
	position: absolute;
	bottom: 0;
	/* margin: 0 auto; */
	width: 100%;
	text-align: center;
	color: #fff;
}
div.logo {
    position: absolute;
    left: 50%;
    top: 50px;
    transform: translateX(-50%);
}

div.logo img {
	height: 300px;
}

div.informazioni {
    position: fixed;
    right: 0px;
    font-size: 17px;
}

div.informazioni ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

div.informazioni ul li {
	display: inline-block;
	text-transform: uppercase;
}

div.informazioni ul li.callme {
	padding-right: 8px;
}

div.informazioni ul li.callme span {
	padding-left: 8px;
}

div.informazioni ul li a{
	color: #ad7e24;
}
.booking a {
    background-color: #ad7e24;
    color: white !important;
    padding: 16px;
}
li.booking{
	color: white;
    cursor: pointer;
    background-color: #ad7e25;
    padding: 13px;
}
div#prenota h2 {
    text-align: center;
    color: #ad7e24;
}
div#prenota .booknota {
    color: #ad7e24;
    text-align: center;
    padding: 20px;
}
div#prenota .opencontact {
    text-align: center;
    padding: 30px;
}
div#prenota .opencontact a {
    color: white;
	background-color: #ad7e24;
    padding: 10px;
}
.bookwidget {
    width: 80%;
    margin: auto;
}
.bookwidget form {
    height: 70px;
}
.octobook-date {
    width: 30%;
}
.octobooksubmit {
    padding: 10px;
}
body .octobook1041{
	border-right: 2px solid #ad7e24;
    border-left: 2px solid #ad7e24;
    border-top: 2px solid #ad7e24;
	border-bottom: 2px solid #ad7e24;
}
body .octobook table td.day {
    color: #ad7e24;
}
body .octobook1041 .octobooksubmit &gt; div &gt; input{
	background: #ad7e24;
    border: 1px solid #79581a;
}

div.informazioni ul li a:link,div.informazioni ul li  a:visited {

}

div.informazioni ul li a:hover, div.informazioni ul li a:active, div.informazioni ul li a:focus {
}

div.flag {
	position: fixed;
	top: 10px;
	left: 120px;
	font-size: 16px;
}

div.flag ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

div.flag li {
    padding: 4px;
    color: #ad7e25;
    display: inline-block;
}

li.iconflag {
	vertical-align: -2px;
}

div.flag img {
	border: none;
}

div.flag a:link,div.flag  a:visited {
	color: #ad7e25;
}

div.flag a:hover, div.flag a:active, div.flag a:focus {
	color: #83621e;
}

.header_shadow{
	position: fixed;
    background-color: #e0e0e0;
    width: 100%;
    left: 0px;
    top: 0px;
    height: 52px;
	background-image: url(/image/Texturetexture.png);
	background-size: cover;
}

.headerShape{
	min-height: 240px;
}

/* MENU PAGINE GEA */

.nereo_menu {
	position: relative;
	font-size: 20px;
}
.nereo_menu ul{
	list-style-type: decimal;
	text-transform: uppercase;
	color: #926c22;
}
.nereo_menu ul a {
    color: #926c22;
}
.nereo_menu ul a:hover {
    color: #7b5b1c;
}
.nereo_menu ul li.active {
    color: #5f4619;
}

.hamburger {
	position: absolute;
	left: 6px;
	top: 0px;
	display: none;
}


.nereo_menu_global {
	position: relative;
	font-size: 15px;
}

.nereo_menu_global ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

/* MENU ONE-PAGE */

.nereo_menu_onpage {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background-color: rgba(255, 255, 255, 0.64);
	font-size: 15px;
}

.nereo_menu_onpage.collapsed {
	display: block !important;
}

.nereo_menu_onpage ul {
	position: relative;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.nereo_menu_onpage ul li {
	display: inline-block;
	padding: 10px 8px;
}

.nereo_menu_onpage ul li a:link,.nereo_menu_onpage ul li a:visited {
	color: #000000;
}
.nereo_menu_onpage ul li a:hover,.nereo_menu_onpage ul li a:active,.nereo_menu_onpage ul li a:focus {
	color: #272727;
}

.hamburgershow {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 44px;
	background: #81c0ec8c;
}

.hamburgershow .hamburger {
	display: block;
}

.hamburgershow .nereo_menu_onpage {
	display: none;
}

div.menuShape {
    width: 100%;
	left: 0px !important;
	background-color: #d6ccb8;
}
div.menuShape .close-button {
	padding-bottom: 20px;
	padding-top: 20px;
	padding-left: 10px;
	padding-right: 10px;
	color: #ad7e26;
}
.modshape.menu{
	margin-top: 20%;
}

.modshape.menuShape {
	
}	
.menuShape .textshape{
    position: relative;
    padding: 80px 20px 20px 20px;
    text-align: justify;
}

.leform-popup-close{
	top: 26px !important;
	right: 19px !important;
	z-index: 10;
}
.leform-if-times:before{
	padding: 10px;
}

nav.nereo_menu_shape{
    display: block;
    top: 0px;
    left: 0px;
    background-color: #ad7e25;
    position: fixed;
    color: white;
    height: 52px;
    cursor: pointer;
    padding: 0px 10px;
}
nav.nereo_menu_shape ul{
	list-style-type: none;
	margin-left: 0;
}
nav.nereo_menu_shape ul li{
	padding: 10px;
}

/* IMMAGINE HEADER */

.imgpag {
	position:relative;
}

.img-wrapper {
	position: relative;
}

.img-wrapper.vspace {
	height: 400px;
}

.img-wrapper.vfull {
	height: 100vh;
}

div.logo.noimg img {
    height: 150px;
}

/* GALLERY SLIDER */

.right-single-arrow {
	display: inline;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 70px;
	width: 25px;
	height: 25px;
	opacity: .7;
	font-size: 24px;
	cursor: pointer;
	-webkit-user-select: none;
	user-select: none;
	z-index: 1;
	color: #fff;
}

.left-single-arrow {
	display: inline;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	left: 70px;
	width: 25px;
	height: 25px;
	opacity: .7;
	font-size: 24px;
	cursor: pointer;
	-webkit-user-select: none;
	user-select: none;
	z-index: 1;
	color: #fff;
}

.imgpag_frase {
	position: absolute;
	bottom: 30%;
	left: 0px;
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 50px;
	font-family: 'Open Sans Condensed', sans-serif;
}

.imgpag_frase h1 {
    padding-bottom: 10px;
}

.imgpag .rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
}

.imgpag .rslides li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
}

.imgpag .rslides li:first-child {
	position: relative;
	display: block;
	float: left;
}

.imgpag .rslides img, .imgpag img {
	display: block;
	height: auto;
	width: 100%;
	border: 0;
}

.imgpag .rslides img {
	float: left;
}

.imgpag .rslides_nav {
	display: none;
}

.imgpag a.rslides_nav {
	z-index: 9999;
	font-size: 78px;
	color: #FFF;
	position: absolute;
	top: 50%;
	margin: -40px 0 0 0;
}

.imgpag a.rslides_nav.prev {
	left: 20px;
}

.imgpag a.rslides_nav.next {
	right: 20px;
}

.imgpag div.text_overlay {
	display: none;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 180px;
	line-height: 15px;
	text-align: center;
	color: #FFF;
	background: #000;
	z-index: 9999;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjkyJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjgiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjgiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 92%, rgba(0,0,0,0.8) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(92%,rgba(0,0,0,0.8)), color-stop(100%,rgba(0,0,0,0.8)));
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 92%,rgba(0,0,0,0.8) 100%);
	background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 92%,rgba(0,0,0,0.8) 100%);
	background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 92%,rgba(0,0,0,0.8) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 92%,rgba(0,0,0,0.8) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000',GradientType=0 );
}

.imgpag div.text_overlay div.inner {
	margin-top: 80px;
}

.imgpag div.text_overlay div.inner p {
	color: #CCC;
}

.video-js {
	background-color: transparent !important;
}
.videojs-background-wrap {
	overflow:hidden;
	position:absolute;
	height:100%;
	width:100%;
	top:0;
	left:0;
	z-index: 1;
}
.poster_bg {
	height: 100%;
	position: absolute;
	width: 100%;
	z-index: -1;
}
#poster_bg {
	animation: fade-in 3s ease-in forwards;
}

@keyframes fade-in {
	from {
		opacity:0;
	}
	to {
		opacity:1;
	}
}
.volume-slider-container input[type="range"] {
	-webkit-appearance: none;
	width: 100%;
	height: 3px;
	outline: none !important;
	appearance: none;
	border: none;
	border-radius: 20px;
}
.volume-slider-container input[type="range"]::-moz-focus-outer {
	border: 0;
}
.volume-slider-container input[type="range"]:hover {
	outline:none;
}
/* Chrome */
.volume-slider-container input[type="range"]::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	width: 9px;
	height: 9px;
	background: #f1f9f4;
	cursor: pointer;
	border-radius:30px;
	outline:none;
}
/* Moz */
.volume-slider-container input[type="range"]::-moz-range-thumb {
	width: 9px;
	height: 9px;
	background: #f1f9f4;
	cursor: pointer;
	border-radius:50%;
	border:none;
	outline:none;
}
.volume-slider-container input[type="range"]::-moz-range-progress {
	background-color: #fff;
	height: 100%;
	border-radius:30px;
	border:none;
}
.volume-slider-container input[type="range"]::-moz-range-track {
	background-color: #ccc;
	border-radius:30px;
	border:none;
	height: 100%;
}
/* IE*/
.volume-slider-container input[type="range"]::-ms-fill-lower {
	background-color: #fff;
	height: 100%;
	border-radius:30px;
	border:none;
}
.volume-slider-container input[type="range"]::-ms-fill-upper {
	background-color: #ccc;
	border-radius:30px;
	border:none;
	height: 100%;
}
.volume-slider-container .volume-tooltip {
	position: relative;
	padding: 0px 0 6px;
	float: left;
	width: 90px;
}
.volume-slider-container .volume-tooltip .tooltiptext {
	visibility: hidden;
	width: 50px;
	background-color: rgba(0, 0, 0, 0.4);
	color: rgba(176, 176, 176, 0.85);
	text-align: center;
	padding: 5px 0;
	border-radius: 6px;
	position: absolute;
	z-index: 1;
	top: -30px;
	transition: opacity 0.3s ease;
	opacity: 0;
}
.volume-slider-container .volume-tooltip:hover .tooltiptext {
	visibility: visible;
	opacity: 1;
	transition: opacity 0.3s ease;
}
.volume-slider-container .volume-tooltip .tooltiptext::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: rgba(0, 0, 0, 0.4) transparent transparent transparent;
}
.volume-slider-container {
	width: 130px;
	text-align: center;
	position: absolute;
	bottom: 0;
	z-index: 5;
	right: 0;
	padding-top: 30px;
	overflow: hidden;
}
.volume-slider-container .volume-bar {
	background-color: rgba(68, 64, 66, 0.5);
	width: 130px;
	padding: 0 7px;
	position: relative;
	height: 26px;
}
.volume-slider-container .volume-icon {
	display: inline-block;
	float: left;
	margin-top: 3px;
	color: #fff;
	margin-right: 5px;
	width: 20px;
}
/* BODY */

.modshape {
	background-size: cover;
	background-position: center;
}
.modshape .row.hide-overflow {
	overflow: hidden;
}
.notaparallax {
	position: absolute !important;
	top: 50%;
	left: 0;
	width: 100%;
	transform: translateY(-50%);
}
.dzsparallaxer:not(.mode-oneelement) {
	background-color: transparent;
}

.textshape {
	position: relative;
	padding: 20px;
	text-align: justify;
}
.textshape h2.texttit {
    font-size: 20px;
    margin-bottom: 40px;
    padding-bottom: 10px;
    text-align: center;
    border-bottom: 1px solid #aaa;
	font-family: var(---font-base);
}
.textshape .button {
	background-color: #aa3630;
    color: #fff !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 auto;
    display: block;
    width: 100%;
    max-width: 230px;
    border-radius: 20px;
}
.textshape .button:hover {
	    background-color: rgb(120 130 82);
}
.imgshape {
	position: relative;
}
.imgshapenota {
	position: absolute;
	bottom: 50px;
	left: 20px;
	color: #fff;
	font-size: 20px;
}

.modshape .imgshape .imgsfondo {
	
	
    background-size: cover;
    background-position: center center;
    /* height: 400px; */
    width: 100%;
    padding-bottom: 100%;
}
}

.galleryshape {
 position: relative;
 padding: 10px;
}
.galleryshape .img-responsive {
 width: 100%;
 height: 240px;
 background-size: cover;
 background-position: center;
}
.galleryshape .lightgallery .thumb,.galleryshape .lightgallery .thumb .thumb-inner{
 position: relative;
}
.galleryshape .lightgallery .thumb .gallery-poster{
 position: absolute;
 top: 0;
 bottom: 0;
 right: 0;
 left: 0;
 -webkit-transition: all 0.2s ease-in-out;
 -moz-transition: all 0.2s ease-in-out;
 -ms-transition: all 0.2s ease-in-out;
 -o-transition: all 0.2s ease-in-out;
 transition: all 0.2s ease-in-out;
}
.galleryshape .lightgallery .thumb:hover .gallery-poster{
 background-color: rgba(0,0,0,0.4);
}
.galleryshape .lightgallery .thumb .zoom {
 background: url('images/zoom.svg') no-repeat center center;
 position: absolute;
 height: 50px;
 width: 100%;
 top: 50%;
 transform: translatey(-50%);
 opacity: 0;
 -webkit-transition: opacity 0.2s ease-in-out;
 -moz-transition: opacity 0.2s ease-in-out;
 -ms-transition: opacity 0.2s ease-in-out;
 -o-transition: opacity 0.2s ease-in-out;
 transition: opacity 0.2s ease-in-out;
}
.galleryshape .lightgallery .thumb:hover .zoom {
 opacity: 1;
}
.galleryshape .owl-carousel.gallery .img-block {
	height: 450px;
	background-size: contain !important;
}
.galleryshape .owl-carousel.gallery .owl-item {
	transition: all 0.6s ease;
}
.galleryshape .owl-carousel.gallery .owl-item.active.center {
	transform: scale(1.5);
	z-index: 4;
}
.galleryshape .owl-carousel.gallery .owl-item.active.center .owlitem .cell {
	width: 77.77778%;
}
.lightgallery {
	position: relative;
}

.lightgallery img {
	width: 100%;
}

 .thumb-inner.lazy {
	 height: 610px;
	 background-size: cover;
	 background-position: center;
 }
 .thumb-inner.lazyloaded {
    padding-top: 80%;
}
 a.thumb.hidden .thumb-inner.lazyloaded {
    display: none;
}
.galleryCount {
	position: absolute;
	bottom: 27px;
	right: 6px;
	color: #fff;
	font-size: 41px;
}
a.hidden.large-auto.medium-auto.small-auto.large-order-.medium-order-.small-order-.cell.thumb {
    display: none;
}
.moreimage {
    color: #ad7e23;
}
/* Shape Gallery Template 1*/

.square1_1, .square1_2, .square1_3{
	position: relative;
	height: 400px;
	width: 33.333%;
	float: left;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center;
}
.square1_4, .square1_5, .square1_6, .square1_7, .square1_8, .square1_9 {
	position: relative;
	height: 300px;
	width: 16.666%;
	float: left;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center;
}
/* Shape Gallery Template 2*/

.square2_1, .square2_4, .square2_7{
	position: relative;
	height: 350px;
	width: 33.333%;
	float: left;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center;
}
.square2_2, .square2_3, .square2_5, .square2_6, .square2_8, .square2_9{
	position: relative;
	height: 350px;
	width: 16.666%;
	float: left;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center;
}

/* Shape Gallery Template 3*/

.square3_1{
	position: relative;
	height: 700px;
	width: 33.333%;
	float: left;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center;
}
.square3_2, .square3_3, .square3_4, .square3_5, .square3_6, .square3_7, .square3_8, .square3_9{
	position: relative;
	height: 350px;
	width: 16.666%;
	float: left;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center;
}
/* Shape Gallery Template 4*/

.square4_1, .square4_2, .square4_4, .square4_5, .square4_6, .square4_7, .square4_8, .square4_9{
	position: relative;
	height: 350px;
	width: 16.666%;
	float: left;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center;
}
.square4_3{
	position: relative;
	height: 700px;
	width: 33.333%;
	float: left;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center;
}

/* Shape Shop */

.shapeshop h2, .shapeshop span {
	text-align: center;
}

.shop_item {
	position: relative;
	max-width: 350px;
	margin: 8px auto;
	border: 1px solid #bfbfbf;
	padding: 10px 0;
	padding-bottom: 80px;
	overflow: hidden;
}

.shop_image {
	width: 100%;
	height: 300px;
	background-size: cover;
	background-position: center;
}

h3.shop_title {
	text-align: center;
	margin: 8px 0;
	font-size: 18px;
	font-weight: 500;
}

.shop_description {
	position: relative;
	text-align: center;
}

a.button.shop_pul {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 0);
	color: #fff;
}

.shapeshop .imageshop.carousel {
	display: none;
}

/* INDICE modello 1*/

.shapeindice {
	width: 100%;
	position: relative;
}
.shapeindice .item {
	position: relative;
	margin: 7px 7px;
	text-align: center;
	overflow: hidden;
	margin-bottom: 30px;
	border: 0px solid #bebebe;
}

.shapeindice .imgindice {
	position: relative;
	height: 350px;
	background-size: cover;
	background-position: center;
}

.shapeindice .item .titoloindice {
	margin: 10px 0px;
	font-size: 18px;
	text-align: left;
	background: url(/image/Freccearrow_left.png) center right no-repeat
}
.shapeindice .item .testoindice {
 	padding: 10px 10px 40px 10px;
	text-align: justify;
	font-size: 16px;
}
.shapeindice .item .indicedettagli {
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 250px;
	padding: 0;
    color: #FFF;
}

.shapeindice .img-block {
	height: 500px;
	width: 100%;
	background-size: cover !important;
}
.shapeindice .img-block .imgshame {
	width: 100%;
	height: 500px;
	background-size: cover;
	background-position: center;
}
.shapeindice .owlitem.inside {
	padding: 10px;
}
.shapeindice .owlitem.inside .img-block {
	height: 300px;
	width: 100%;
	background-size: cover !important;
}
.shapeindice .owl-theme .owl-nav {
	margin-top: 10px;
	position: absolute;
	top: 50%;
	width: 100%;
	transform: translatey(-50%) !important;
}
.shapeindice .owl-carousel .owl-nav button {
	color: #fff !important;
	background-color: rgba(0, 0, 0, 0.37) !important;
	padding-top: 10px !important;
	padding-left: 10px !important;
	padding-right: 10px !important;
	padding-bottom: 9px !important;
	border-radius: 0 !important;
	transition: all 0.3s ease;
}
.shapeindice .owl-carousel .owl-nav button:hover {
	background-color: rgba(0, 0, 0, 0.54) !important;
}
.shapeindice .owl-carousel .owl-nav button span {
	font-size: 55px;
}
.shapeindice .owl-carousel .owl-nav button.owl-prev {
	position: absolute;
	left: 10px;
}
.shapeindice .owl-carousel .owl-nav button.owl-next {
	position: absolute;
	right: 10px;
}

.shapeindice .item.indice_dx {
    padding-top: 100px;
}
.shapeindice .item.indice_sx{
	bottom: 30px;
}
.item.indice_sx a{
	color: #000;
}
.item.indice_dx a{
	color: #000;
}

.titoloindice.animated {
    animation-duration: 1.1s;
    animation-name: arrow_leftloop;
	animation-fill-mode: forwards;
}

.modshape.pages.home_indici .shapeindice .item{
	border: 0px;
}


/* Piani shape  */

 .shapeplans {
	 position: relative;
	 padding: 20px 0;
 }

 ul.pricing-table {
	 position: relative;
	 margin: 0 0 20px 0;
	 padding: 0;
	 list-style-type: none;
	 text-align: center;
	 border: 1px solid #0d466b;
 }

 li.plans_title {
	 background-color: #0d466b;
	 color: #fff;
	 padding: 8px 0;
	 font-size: 16px;
 }

 li.plans_icon {
	 padding: 20px 0;
 }

 li.plans_icon i {
	 font-size: 65px;
 }

 li.plans_price {
	 font-size: 20px;
 }

 li.plans_price i {
	 vertical-align: -4px;
	 padding-right: 8px;
 }

 li.plans_note {
	 padding: 20px 0;
	 font-size: 12px;
	 font-weight: normal;
 }

 ul.pricing-table.favorite li.plans_title {
	 background-color: #f6a117;
 }

 ul.pricing-table.favorite li.plans_icon i {
	 color: #f6a117;
 }

 li.plans_buy {
	 display: inline-block;
	 background-color: #00963f;
	 padding: 5px 10px;
	 margin-bottom: 20px;
	 font-size: 14px;
	 font-weight: normal;
 }

 li.plans_buy:hover {
	 background-color: #006d2b;
 }

 li.plans_buy a {
	 color: #fff !important;
 }

 /* POST modello 1*/

 .shapepost {
	width: 100%;
	position: relative;
 }
 .shapepost .item {
	position: relative;

	margin: 7px 7px;
	text-align: center;
	overflow: hidden;
 }

 .shapepost .imgpost {
	position: relative;
	height: 250px;
	background-size: cover;
	background-position: center;
 }

 .shapepost .datapost {
	text-align: left;
	font-size: 0.8em;
 }

 .shapepost .item .testopost {
	text-align: left;
	font-size: 18px;
	position: absolute;
	bottom: 0;
	color: rgb(255, 255, 255);
	background-color: rgba(0, 0, 0, 0.45);
	width: 100%;
	padding: 10px;
	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	-ms-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
	opacity: 0;
 }
 .shapepost .item:hover .testopost {
 opacity: 1;
 }
 .shapepost .item .dettaglipost {
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 250px;
	padding: 0;
	color: #FFF;
 }
 .shapepost .item-wrapper.new {
	opacity: 0;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-ms-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: all 0.6s ease;
 }
 .shapepost .item-wrapper.new.show-post {
	opacity: 1;
 }
 .shapepost .load-more-wrapper {
	text-align: center;
	margin: 15px 0;
 }
 .shapepost .load-more-wrapper button {
	border: 1px solid;
	padding: 10px;
	max-width: 200px;
	width: 100%;
	cursor: pointer;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
 }
 .shapepost .load-more-wrapper button:hover {
 background-color: rgb(87, 87, 87);
 color: #fff;
 }
 .shapepost .item {
	cursor: pointer;
 }
.shapepost .item .datapost {
 position: absolute;
 top: 0;
 background-color: rgba(0, 0, 0, 0.45);
 width: 100%;
 color: rgba(255, 255, 255, 0.69);
 padding: 3px 7px;
 opacity: 0;
 -webkit-transition: opacity 0.3s ease;
 -moz-transition: opacity 0.3s ease;
 -ms-transition: opacity 0.3s ease;
 -o-transition: opacity 0.3s ease;
 transition: opacity 0.3s ease;
}
 .shapepost .item:hover .datapost {
	opacity: 1;
 }
 .shapepost .item .videooverlay {
	color: rgba(255, 255, 255, 0.7);
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 80px;
	transform: translate(-50%,-50%);
	text-shadow: 1px 1px 10px rgb(150, 150, 150);
	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	-ms-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
	opacity: 0;
 }
 .shapepost .item:hover .videooverlay {
	opacity: 1;
 }

 .shapemodulo {

 }

 /* BOLLETTINI */

 .shapefoder {
     text-align: center;
 }
 .shapefoder h4 {
     text-align: left;
     margin-bottom: 10px;
 }
 .shapefoder .notafolder {
     text-align: left;
     margin-bottom: 20px;
 }
 .shapefoder img {
 	margin-bottom: 5px;
 }

 /* SCHEDE */
 .modshape .scheda_icona {
     position: relative;
     width: 100%;
     height: 230px;
 }
 .modshape .scheda_titolo{
 }
 .modshape .scheda_prezzo{
 }
 .modshape .scheda_nota{
 }
 .modshape .scheda_pdf{
 }
 .modshape .scheda_go{
 }
/*ShapeCanvas Defines */

.shapecanvas .offset-100 .position-bottom {
	height: 100%;
	transform: translateY(100%);
}
.shapecanvas .offset-100 .off-canvas-content.is-open-bottom.has-transition-push {
	transform: translateY(-100%);
}
.shapecanvas .offset-100 .position-top {
	height: 100%;
	transform: translateY(-100%);
}
.shapecanvas .offset-100 .off-canvas-content.is-open-top.has-transition-push {
	transform: translateY(100%);
}
.shapecanvas .offset-75 .position-bottom {
	height: 75%;
	transform: translateY(100%);
}
.shapecanvas .offset-75 .off-canvas-content.is-open-bottom.has-transition-push {
	transform: translateY(-75%);
}
.shapecanvas .offset-75 .position-top {
	height: 75%;
	transform: translateY(-100%);
}
.shapecanvas .offset-75 .off-canvas-content.is-open-top.has-transition-push {
	transform: translateY(75%);
}
.shapecanvas .offset-50 .position-bottom {
	height: 50%;
	transform: translateY(100%);
}
.shapecanvas .offset-50 .off-canvas-content.is-open-bottom.has-transition-push {
	transform: translateY(-50%);
}
.shapecanvas .offset-50 .position-top {
	height: 50%;
	transform: translateY(-100%);
}
.shapecanvas .offset-50 .off-canvas-content.is-open-top.has-transition-push {
	transform: translateY(50%);
}
.shapecanvas .offset-25 .position-bottom {
	height: 25%;
	transform: translateY(100%);
}
.shapecanvas .offset-25 .off-canvas-content.is-open-bottom.has-transition-push {
	transform: translateY(-25%);
}
.shapecanvas .offset-25 .position-top {
	height: 25%;
	transform: translateY(-100%);
}
.shapecanvas .offset-25 .off-canvas-content.is-open-top.has-transition-push {
	transform: translateY(25%);
}
.shapecanvas .offset-100 .position-right {
	width: 100%;
	transform: translateX(100%);
}
.shapecanvas .offset-100 .off-canvas-content.is-open-right.has-transition-push {
	transform: translateX(-100%);
}
.shapecanvas .offset-100 .position-left {
	width: 100%;
	transform: translateX(-100%);
}
.shapecanvas .offset-100 .off-canvas-content.is-open-left.has-transition-push {
	transform: translateX(100%);
}
.shapecanvas .offset-75 .position-right {
	width: 75%;
	transform: translateX(100%);
}
.shapecanvas .offset-75 .off-canvas-content.is-open-right.has-transition-push {
	transform: translateX(-75%);
}
.shapecanvas .offset-75 .position-left {
	width: 75%;
	transform: translateX(-100%);
}
.shapecanvas .offset-75 .off-canvas-content.is-open-left.has-transition-push {
	transform: translateX(75%);
}
.shapecanvas .offset-50 .position-right {
	width: 50%;
	transform: translateX(100%);
}
.shapecanvas .offset-50 .off-canvas-content.is-open-right.has-transition-push {
	transform: translateX(-50%);
}
.shapecanvas .offset-50 .position-left {
	width: 50%;
	transform: translateX(-100%);
}
.shapecanvas .offset-50 .off-canvas-content.is-open-left.has-transition-push {
	transform: translateX(50%);
}
.shapecanvas .offset-25 .position-right {
	width: 25%;
	transform: translateX(100%);
}
.shapecanvas .offset-25 .off-canvas-content.is-open-right.has-transition-push {
	transform: translateX(-25%);
}
.shapecanvas .offset-25 .position-left {
	width: 25%;
	transform: translateX(-100%);
}
.shapecanvas .offset-25 .off-canvas-content.is-open-left.has-transition-push {
	transform: translateX(25%);
}
.off-canvas-absolute.is-open {
	transform: translate(0%, 0%) !important;
}

.relatedshape {
	text-align: center;
}

.relatedshape .related_img {
	background-size: cover;
	width: 100%;
	height: 250px;
}

.relatedshape .related_url {
	display: block;
	margin: 5px;
}

.relatedshape .related_title {
	font-size: 18px;
	padding: 10px 0;
}

/* BANNER DEFAULT */

.banner1 {
	position: relative;
	font-size: 11px;
	text-align: center;
}

.banner1 div.corpob {

}



/* FOOTER */

#footer {
	position: relative;
	text-align: center;
	color: #a8a8a8;
	background-image: url(https://www.albergocastello.it/image/Texturetexture.png);
	background-size: cover;
}

#footer a:link, #footer  a:visited {
	color: #797979;
}
#footer a:hover, #footer a:active, #footer a:focus {
	color: #a8a8a8;
}

#footer .textdescr {
	color: #797979;
    padding-left: 40px;
}
#footer .textdescr p {
    margin-bottom: 1px;
    font-size: 17px;
}
#footer .textdescr span{
	padding-left: 10px;
}
#footer .textshape.loghi .textdescr span {
    vertical-align: super;
}

img.nopadding {
	max-width: 220px;
}

#tebe {
	font-size: 12px;
    padding: 2px 0;
    text-align: right;
}

#tebe a:link, #tebe a:visited {
}

/* BLOG */

.blogonsite {
	padding: 10px;
}

.blogsite_titolo {
	text-align: center;
}

.blog_post {
	padding: 10px;
}

.blog_post ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	color: #919191;
}

.blogsite_titolopost {
	padding: 10px 0 5px 0;
	font-size: 20px;
}

.blogsite_image {
	height: 250px;
	background-size: cover;
	background-position: center center;
}

.blogsite_image img {
	width: 100%;
}



/* WIDGET */

div[id^="map_canvas"]{
	max-width: 100%;
	width: auto;
	height: 300px;
}
div[id^="map_canvas"] img {
	max-width: none;
}

/* MODAL */

.reveal.full {
	top: 0 !important;
	padding-bottom: 8rem !important;
}

div#infogbmodal {
	overflow: visible;
}

/* FORM NEWSLETTER*/

.has-error {
	border-bottom: 1px solid red;
}

.accetta {
	font-size: 13px;
}

.accetta.error, .accetta.error a:link, .accetta.error a:visited {
	color: #FF6767;
}

.accetta input[type=checkbox] {
	vertical-align: -2px;
}

.newsnegativo {
	display: none;
}

/* FORM INFO */
.infobox .legend {
	padding: 40px 0 20px 0;
	color: #AFAFAF;
	font-size: 17px;
}

.infobox input[type=checkbox] {
	vertical-align: -2px;
	margin-right: 5px;
}

/**/

/* Datepicker */

 .panel-body {
	 padding: 8px;
	 background-color: #65893a;
	 color: #fff;
 }
 .panel-body .button{
	 margin: 0;
	 padding: 8px 0 10px 0;
	 background-color: #ff8d00;
	 font-size: 20px;
 }
 .panel-body .button:hover,.panel-body .button:focus {
	 background-color: #bc6f18;
	 color: #fefefe;
 }

 .t-check-in,
 .t-check-out {
	 border-color: #ededed;
	 margin: 0px;
	 width: 50%;
 }

 .t-check-in {
	 border-right-color: #e8e8e8; }

 .t-date-title {
	 color: #e91e63; }

 .t-special-day:before {
	 border-color: transparent;
	 border-top-color: #e91e63;
	 border-right-color: #e91e63; }

 .t-datepicker-day {
	 border-color: #ededed;
	 background: #fff; }

 .t-day, .t-range, .t-start, .t-end, .t-disabled {
	 background: #fafafa;
	 border-color: #fff; }

 .t-disabled {
	 background: transparent; }

 .t-highlighted {
	 color: #20c997; }
 .t-highlighted.t-disabled {
	 background: #fafafa; }

 .t-start,
 .t-end,
 .t-end-limit {
	 color: #fff;
	 background: #20c997; }

 .t-range, .t-range-limit {
	 color: #20c997; }

 .t-range {
	 background: #c9f6e9; }

 .t-range-limit {
	 background: #a1f0d9; }
 .t-range-limit.t-start, .t-range-limit.t-end {
	 color: #fff;
	 background: #3ce0af; }

 .t-check-in .t-end,
 .t-check-out .t-start,
 .t-check-out tr ~ .t-end {
	 color: #fff;
	 background: #20c997; }

 .t-hover-day, .t-hover-day-content, .t-hover-day:hover {
	 color: #fff;
	 background: #3ce0af; }

 .t-hover-day::after {
	 border-color: transparent;
	 border-top-color: #3ce0af; }

 .t-today, .t-today .t-hover-day-content {
	 background: #aeaeae; }

 .t-today::after {
	 border-top-color: #aeaeae; }

 .t-today:hover, .t-today:hover .t-hover-day-content {
	 background: #20c997; }

 .t-today:hover::after {
	 border-top-color: #20c997; }

 .t-start.t-today,
 .t-end.t-today {
	 color: #fff; }
 .t-start.t-today, .t-start.t-today .t-hover-day-content,
 .t-end.t-today,
 .t-end.t-today .t-hover-day-content {
	 background: #20c997; }
 .t-start.t-today::after,
 .t-end.t-today::after {
	 border-top-color: #20c997; }
.t-table-condensed th {
	 text-align: center;
	 padding: 10px;
	 text-transform: capitalize;
 }
 .t-check-in .t-date-info-title, .t-check-out .t-date-info-title {
	 position: absolute;
	 top: 8px;
	 left: 37px;
	 display: block;
	 font-weight: 400;
	 opacity: .5;
	 font-size: 13px;
	 cursor: pointer;
 }
 .t-dates {
	 box-sizing: border-box;
	 width: 100%;
	 height: 2.4375rem;
	 padding: .5rem;
	 border: 1px solid rgb(202, 202, 202);
	 border-radius: 0;
	 background-color: rgb(254, 254, 254);
	 font-family: inherit;
	 font-size: 0.8rem;
	 font-weight: normal;
	 color: rgb(10, 10, 10);
	 transition: box-shadow 0.5s,border-color 0.25s ease-in-out;
 }
 .t-datepicker.has-error-both .t-dates {
	border-bottom: 1px solid rgb(255, 0, 0);
 }
 .t-datepicker {
	 clear: both;
	 width: 100%;
	 font-size: 14px;
	 line-height: 1.4em;
	 max-width: 650px;
	 margin: 0 0 1rem;
 }
.plus-minus-input {
	 -webkit-align-items: center;
	 -ms-flex-align: center;
	 align-items: center;
 }
 .plus-minus-input .input-group-field {
	 text-align: center;
	 margin-left: 0.5rem;
	 margin-right: 0.5rem;
 }
 .plus-minus-input .input-group-field::-webkit-inner-spin-button,
 .plus-minus-input .input-group-field ::-webkit-outer-spin-button {
	 -webkit-appearance: none;
	 appearance: none;
 }
 .plus-minus-input .input-group-button .circle {
	 border-radius: 50%;
	 padding: 0.35em 0.5em;
 }
.mediabox {
	position: relative;
	display: block;
	height: 0;
	width: 100%;
	padding-bottom: 66.6667%;
}
.mediabox-img.ls-blur-up-is-loading,
.mediabox-img.lazyload:not([src]) {
	visibility: hidden;
}
.ls-blur-up-img,
.mediabox-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	font-family: "blur-up: auto", "object-fit: cover";
	object-fit: cover;
}
.ls-blur-up-img {
	filter: blur(10px);
	opacity: 1;
	transition: opacity 1000ms, filter 1500ms;
}

.ls-blur-up-img.ls-inview.ls-original-loaded {
	opacity: 0;
	filter: blur(5px);
}
.fade-box .lazyload,
.fade-box .lazyloading {
	opacity: 0;
	transition: opacity 400ms;
}
.fade-box img.lazyloaded {
	opacity: 1;
}
@media print {
	body{
		background-color:white;
		color:black;
		font-size:11px
	}
	div.intestazione{
		font-size:10px;
		text-align:center
	}
	a:link,a:visited,a:hover,a:active{
		text-decoration:none;
		color:black
	}
	#PrivacyBox, #tebe, .nereo_menu_onpage, .menu_nereo, .flag, .informazioni{
		display: none;
	}
	div.logo{

	}
	div.logo img{
		height: 150px;
	}
}

.arrow {
    height: 120px;
    width: 100%;
    background: url(/image/Freccearrow.png) center center no-repeat;
    background-size: 20px auto;
    animation-duration: 1.5s;
    animation-name: arrowloop;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

img#arrow_left {
    transform: rotate(270deg);
	margin-left: 20%;
}



@keyframes arrowloop {
	from {
		background-position: 50% 100%;
	}

	to {
		background-position: 50% 0%;
	}
}
@keyframes arrow_leftloop {
	0% {
		background-position: 100% 100%;
	}

	50% {
		background-position: 80% 100%;
	}

	100% {
		background-position: 100% 100%;
	}
}
/* RESPONSIVE ADJUSTMENTS */

 @media only screen and (max-width: 40em) { /* 640px */
	div.informazioni ul li.callme span {
		display: none;
	}
	div.flag {
		left: 115px;
	}
	div.flag li {
		padding: 4px 2px;
	}
	.imgpag_frase div {
		font-size: 32px;
	}
	#footer .textdescr {
		padding-left: 0px;
	}
	.grid-container {
		padding-right: 0;
		padding-left: 0;
	}
	.textshape {
		padding: 20px;
	}
	.modshape.a700.dzsparallaxer:not(.mode-oneelement) {
		height: 700px !important;
	}
	.modshape.a1000.dzsparallaxer:not(.mode-oneelement) {
		height: 1000px !important;
	}
	.modshape.a1200.dzsparallaxer:not(.mode-oneelement) {
		height: 1200px !important;
	}

	.hamburgershow .nereo_menu_onpage ul li {
		display: block !important;
	}

	.hamburgershowmobile .nereo_menu_onpage {
		display: none;
	}

	.hamburgershowmobile .nereo_menu_onpage ul li {
		display: block !important;
	}
	.hamburgershowmobile .hamburger {
		display: block;
	}
	.video-js .vjs-tech {
		width: 100vh !important;
	}
	.callme2 {
		display: none !important;
	}
	.callme3 {
		display: none !important;
	}
	.bookwidget form {
		height: auto;
	}
	.octobook-date {
		width: 100%;
	}
	.octobooklayoutINLINE &gt; form {
		padding-bottom: 0;
		margin-left: 50%;
		transform: translateX(-50%);
	}
	.octobooksubmit &gt; div &gt; input{
		width: 90px;
	}
	div#prenota h2{
		margin-top: 50px;
		font-size: 40px;
	}
	.octobooklayoutINLINE &gt; form {
		width: fit-content;
	}
	.octobooksubmit {
		text-align: center;
	}
}

@media only screen and (max-width: 64em) { /* 1024px */
	div#infogbmodal {
		overflow: auto;
	}
	body .hotel-datepicker {
		top: 50px !important;
	}

	body div#animatedModal10 {
		overflow: auto;
	}
	.video-js .vjs-tech {
		width: 100vh !important;
	}
	.shapeindice .item.indice_dx{
		padding-top: 0px;
	}
	.shapeindice .item.indice_sx{
		bottom: 0px;
	}
}
</pre></body></html>