@import url('https://fonts.googleapis.com/css?family=Khula&display=swap');
@import url('https://fonts.googleapis.com/css?family=Didact+Gothic&display=swap');
@media print{
	body{
		background-color:white;
		color:black;
		font-size:11px
	}
	#contenitore{
		width:100%
	}
	#colonna3{
		text-align:justify
	}
	#colonna2,#colonna1,#testa,#tebe,#ground,#zcontent,#supersizedCont,#menugea,.flag{
		display:none
	}
	div.intestazione{
		font-size:10px;
		text-align:center
	}
	a:link,a:visited,a:hover,a:active{
		text-decoration:none;
		color:black
	}
	#piedipagina{
		position:relative;
		font-size:10px
	}
	a[href]:after{
		content:""
	}
}

/* Stili Int */

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

body {
	position: relative;
	font-family: 'Khula', sans-serif;
	background-color: #F1EDE3;
	color: #555;
	text-align: left;
	line-height: 20px;
	overflow-x: hidden;
}
body  #footerBoxMessage {
	 background-color: #4a4c3d;
 }
body #PrivacyBox {
	z-index: 0;
}
body .prices-nota{
	display: none;
}
body .prices-title{
	display: none;
}
body .prices-img{
	display: none;
}
body .prices-item{
	text-align: center;
}
body .prices-date{
	border-bottom: 0px;
}
body .prices-rates{
	border-bottom: 1px solid #dcd8d8;
}
body .prices-periods{
	display: inline-block;
	max-width: 500px;
}
body .prices-period{
	float: none;
	width: 100% !important;
}

body .hotel-datepicker {
	top: 0 !important;
}

.clear {
	clear: both;
}
.btn {
	border: 0;
}

img {
	vertical-align: middle;
	border: 0px;
	max-width: 100%;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
 h2, h3, h4, h5, h6 {
	font-weight: normal;
	padding: 0px;
	margin: 0px;
}
:focus {
	outline:none;
}
#tebe {
	padding-right:20px;
	text-align: right;
	font-size: 12px;
}
#tebe a:link, #tebe a:visited {
	color: #adb483;
}
button, input, select, textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}
.container {
	position: relative;
	margin: 0 auto;
}
a:link, a:visited {
	text-decoration: none;
	color: #DB5353;
}
a:hover, a:active, a:focus {
	color: black;
}
a i:before {
	cursor: pointer !important;
}
#container {
}
 #header {
	 position: absolute;
	 bottom: 0;
	 left: 0;
	 width: 100%;
	 z-index: 1;
     background-color: #3b3c32;
	 color: #ffffff;
 }
 #header li.active {
	 cursor: default;
	 opacity: 0.5;
 }
 #header a:link, a:visited {
	 color: #fff;
 }

 .headerfixed {
	 position: fixed !important;
	 top: 0;
	 bottom: auto !important;
 }
.img-wrapper {
	position: relative;
}
.img-wrapper #menu-anchor {
	position: absolute;
	bottom: 120px;
}
.sticky-container {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
}
.sticky {
	 -webkit-transform: none;
	 transform: none;
}
.sticky.is-stuck {
	position: fixed !important;
	z-index: 5;
	width: 100%;
}
#box {
	position: relative;
	min-height: 200px;
	height: auto !important;
}

#colonna1 {
	position: relative;
}
#colonna2 {
	position: relative;
	padding: 20px;
	width: 100%;
}
#footer {
 	position: relative;
 	text-align: center;
 	padding: 10px;
	background-color: #767B5C;
	color: #d1d1d1;
}
 .footer a:link, .footer a:visited {
	 text-decoration: none;
	 color: #d1d1d1;
 }
 .footer a:hover, .footer a:active, .footer a:focus {
	 color: #c2c2c2;
 }
#footer div.intestazione {

}

h4 {
	font-family: 'Khula', sans-serif;
	font-weight: lighter;
}
 #footer .colint1 {
	 border-right: 1px solid #9b9e87;
    border-left: 1px solid #9b9e87;
 }

 div.logo {
	 padding: 20px;
 }

div.logo img {
	max-height: 80px;
}
.suimglog {
	position: absolute;
	top: 25px;
	left: 50%;
	transform: translate(-50%);
}
.suimglog .logo img {
	max-height: 200px;
	width: 350px;
}
/* Link richiesta informazioni */

div.informazioni {
	position: relative;
	text-align: center;
}
div.informazioni ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	float: right;
}
div.informazioni ul li {
	 padding: 10px 0;
	 width: 203px;
	 position: relative;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
 }
div.informazioni ul li a:link,div.informazioni ul li  a:visited {
	text-decoration: none;
}
div.informazioni ul li a:hover, div.informazioni ul li a:active, div.informazioni ul li a:focus {
}
div.informazioni li.infobook {
	background-color: #9fdb05;
	border-radius: 0px;
	height: 60px;
	font-size: 25px;
	text-transform: uppercase;
	font-weight: lighter;
	z-index: 0;
}
div.informazioni li:before, .booknow:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 0;
	background-color: rgba(0, 0, 0, 0.15);
	-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;
	z-index: -1;
}
div.informazioni li:hover:before, .booknow:hover:before {
	width: 100%;
}
div.informazioni li.prebook, .booknow {
	background-color: #688816;
	border-radius: 0px;
	margin-top: 2px;
	height: 60px;
	font-size: 25px;
	text-transform: uppercase;
	font-weight: lighter;
	z-index: 0;
}
.booknow {
	position: relative;
	display: block;
	margin: 0 auto;
	max-width: 200px;
	width: 100%;
	text-align: center;
	line-height: 2.3;
	color: #fff !important;
}
.booknow:hover {
	color: #fff;
}
#header.sticky.is-stuck .informazioni li {
	height: 47px;
	padding: 3px 0;
}
#infogbmodal.reveal {
	max-width: 600px;
    max-width: 75rem;
    background-color: rgba(36, 38, 32, 0.98);
    color: rgb(255, 255, 255);
    border: 1px solid #b0b0b7;
}
#infogbmodal.reveal.vedinota {
	width: 100%;
}
.close-button {
	position: absolute;
	color: #939393;
	cursor: pointer;
	top: 20px !important;
	right: 22px !important;
	font-weight: bold;
}
#infogbmodal .readmore {
	color: #fff;
	margin-top: 20px;
	text-transform: uppercase;
	font-family: "Oswald";
	font-weight: lighter;
	letter-spacing: 4px;
	font-size: 21px;
	background-color: #729c18;
	line-height: 1.5;
	padding: 1px 30px;
	cursor: pointer;
	-webkit-transition: background-color 0.3s ease;
	-moz-transition: background-color 0.3s ease;
	-ms-transition: background-color 0.3s ease;
	-o-transition: background-color 0.3s ease;
	transition: background-color 0.3s ease;
 }
#infogbmodal .readmore:hover {
	background-color: rgb(59, 75, 32);
}
#infogbmodal .button.hollow {
	border: 1px solid rgb(251, 255, 240);
    color: rgb(166, 179, 134);
}
#infogbmodal .button.hollow:hover,#infogbmodal .button.hollow:focus {
	border-color: rgb(159, 219, 5);
	color: rgb(159, 219, 5);
}
#infogbmodal [type="text"], #infogbmodal textarea {
	background-color: rgba(254, 254, 254, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.24);
	color: #fff;
}
#infogbmodal a:hover,#infogbmodal a:active,#infogbmodal a:focus,#infogbmodal a {
	    color: rgb(186, 228, 98);
}
#infogbmodal .close-btn button {
	right: 0.7rem;
	top: 0rem;
	font-size: 2em;
	line-height: 1;
	color: #fff;
}
/* Datepicker */

.t-check-in, .t-check-out {
	border-color: rgba(255, 255, 255, 0.3);
	border-radius: 0;
}
.t-check-in {
	border-right-color: rgba(255, 255, 255, 0.32);
}
.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: rgb(178, 162, 142); }
.t-highlighted.t-disabled {
	background: #fafafa; }

.t-start,
.t-end,
.t-end-limit {
	color: #fff;
	background: rgb(178, 162, 142); }

.t-range, .t-range-limit {
	color: rgb(178, 162, 142); }

.t-range {
	background: rgba(227, 211, 183, 0.67); }

.t-range-limit {
	background: rgba(227, 211, 183, 0.67); }
.t-range-limit.t-start, .t-range-limit.t-end {
	color: #fff;
	background: rgb(178, 162, 142); }

.t-check-in .t-end,
.t-check-out .t-start,
.t-check-out tr ~ .t-end {
	color: #fff;
	background: rgb(178, 162, 142); }

.t-hover-day, .t-hover-day-content, .t-hover-day:hover {
	color: #fff;
	background: rgb(178, 162, 142); }
.t-hover-day-content {
	top: -30px;
	width: 55px;
	right: calc(50% - 35px);
	position: absolute;
	font-size: 12px;
	font-weight: 700;
	padding: 1px 0px;
	border-radius: 4px;
	z-index: 9999;
}
.t-hover-day::after {
	border-color: transparent;
	border-top-color: rgb(178, 162, 142);
	position: absolute;
	top: -8px;
	right: calc(50% - 14px);
	border-width: 7px;
}
.t-today, .t-today .t-hover-day-content {
	background: rgb(178, 162, 142); }

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

.t-today:hover, .t-today:hover .t-hover-day-content {
	background: rgb(178, 162, 142); }

.t-today:hover::after {
	border-top-color: rgb(178, 162, 142); }

.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: rgb(178, 162, 142); }
.t-start.t-today::after,
.t-end.t-today::after {
	border-top-color: rgb(178, 162, 142); }
.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: 5px;
	left: 35px;
	display: block;
	font-weight: 400;
	opacity: .5;
	font-size: 1rem;
	cursor: pointer;
	color: #ffffff;
}
.t-dates {
	box-sizing: border-box;
	width: 100%;
	height: 2.4375rem;
	padding: .5rem;
	border-radius: 0;
	background-color: rgba(254, 254, 254, 0.1);
	font-family: inherit;
	font-size: 1.2rem;
	font-weight: normal;
	color: rgb(255, 255, 255);
	transition: box-shadow 0.5s,border-color 0.25s ease-in-out;
	box-shadow: inset 0 1px 2px rgba(10,10,10,0.1);
}
.t-dates svg {
	color: rgb(104, 136, 22);

}
.t-dates:focus {
	outline: none;
	border: 1px solid rgb(240, 211, 158);
	background-color: rgb(254, 254, 254);
	box-shadow: 0 0 5px rgb(202, 202, 202);
	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;
}
.t-datepicker-days {
	width: 540px;
}
.t-next, .t-prev, .t-table-condensed td, .t-table-condensed th {
	text-align: center;
	padding: 6px;
	color: rgb(140, 129, 109);
}
.t-today, .t-start {
	color: rgb(255, 255, 255) !important;
}


/* Menu pagine */

.nereo_menu {
	position: relative;
	font-size: 17px;
	margin-top: 0px;
	text-align: center;
	
}
img.micons {
	width: 34px;
	padding-bottom: 10px;
}
.hamburger {
	display: none;
	position: relative;
	float: right;
	background-color: #00000078;
	cursor: pointer;
}
 .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
	 height: 2px;
	 background-color: #fff;
 }
.nereo_menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.nereo_menu ul ul {
	display: none;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.nereo_menu ul:first-child > li {
	display: inline-block;
    padding: 0 10px;
    cursor: pointer;
    font-size: 20px;
    font-weight: lighter;
    padding-bottom: 5px;
    position: relative;
    text-transform: uppercase;
}
.desklogo img {
	max-width: 250px;
	margin-left: 30px;
}
.nereo_menu ul:first-child > li:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 1px;
	background-color: #fbfbfb;
	-webkit-transition: width 0.3s ease;
	-moz-transition: width 0.3s ease;
	-ms-transition: width 0.3s ease;
	-o-transition: width 0.3s ease;
	transition: width 0.3s ease;
}
.nereo_menu ul:first-child > li:hover:after {
	width: 100%;
}
.nereo_menu ul:first-child > li:hover > ul {
	display: block;
	position: absolute;
	padding: 15px;
	background-color: rgb(240, 243, 245);
}
.nereo_menu li.menulogo {
	display: none !important;
}
.nereo_menu_sub {
	background-color: rgba(59, 60, 50, 0.85);
	text-align: center;
	padding-bottom: 50px;
	border: rgb(59, 60, 50) solid;
}
.nereo_menu_sub .close-button {
	position: absolute;
	color: #fbfbfb;
	cursor: pointer;
}
.nereo_menu_sub h4 {
	padding: 0;
	color: #fcfff0;
	border-bottom: 1px solid rgba(251, 251, 251, 0.59);
	font-size: 37px;
	line-height: 2.8;
	max-width: 450px;
	margin: 0px auto 30px auto;
	letter-spacing: 2px;
	font-family: 'Khula', sans-serif;
}
.nereo_menu_sub a:link, .nereo_menu_sub a:visited {
	 text-decoration: none;
	 color: #fbfbfb;
	 font-size: 30px;
	 font-weight: lighter;
	 letter-spacing: 4px;
	 display: inline-block;
	 line-height: 1.5;
	 position: relative;
 }
.nereo_menu_sub a:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 1px;
	background-color: #fbfbfb;
	-webkit-transition: width 0.3s ease;
	-moz-transition: width 0.3s ease;
	-ms-transition: width 0.3s ease;
	-o-transition: width 0.3s ease;
	transition: width 0.3s ease;
}
.nereo_menu_sub a:hover:after {
	width: 100%;
}
 .nereo_menu_sub a:hover, .nereo_menu_sub a:active, .nereo_menu_sub a:focus {
	 color: #fffaf6;
 }
.nereo_menu_sub .active {
	text-decoration: none;
	color: #7ba50f;
	font-size: 30px;
	font-family: 'Khula', sans-serif;
	font-weight: lighter;
	letter-spacing: 4px;
	display: inline-block;
	line-height: 1.5;
	position: relative;
}

/* Lingue */



element.style {
}
div.flag {
    position: fixed;
    top: 0px;
    right: 0px;
    z-index: 9;
    background-color: rgb(159, 220, 6);
    color: rgb(255, 255, 255);
    width: 191px;
	height: 50px;
    text-align: center;
}
div.flag li {
	padding: 10px;
	display: inline-block;
}
div.flag img {
	border: none;
}
div.flag a:link,div.flag  a:visited {
	text-decoration: none;
	color: rgb(255, 255, 255);
}
div.flag a:hover, div.flag a:active, div.flag a:focus {
	color: #2c2c2c;
}

h1 {
font-size: 38px;
	font-family: 'Khula', sans-serif;
}

h1.tsez {
	position: relative;
	text-align: center;
	margin: 0;
	padding: 0;
	padding-bottom: 78px;
	font-size: 38px;
	font-family: 'Khula', sans-serif;
}

 h1.tsez em {
	 display: block;
	 font-size: 25px;
 }

 h1.tsez::after {
	 position: absolute;
	 content: '';
	 bottom: 10px;
	 left: 0;
	 width: 100%;
	 height: 39px;
	 background-image: url(../..//image/Nereodecoro.svg);
	 background-repeat: no-repeat;
	 background-position: center;
 }

 h2.tsez {
	 position: relative;
	 text-align: center;
	 margin: 0;
	 padding: 0;
	 padding-top: 55px;
	 font-size: 38px;
	 font-family: 'Khula', sans-serif;
	 text-transform: uppercase;
 }

 h2.tsez em {
	 display: block;
	 font-size: 25px;
 }

 h2.tsez::after {
	 position: absolute;
	 content: '';
	 top: 10px;
	 left: 0;
	 width: 100%;
	 height: 35px;
	 background-image: url(../..//image/Nereodecoro.svg);
	 background-repeat: no-repeat;
	 background-position: center;
 }

/* Immagine della pagina */

#imgpag {
	position:relative;
}
 .video-background-demo {
	 /**
      * Flexbox isn't a requirement, but it makes alignment super easy for modern
      * browsers. The video will stretch to fill the available space, which will
      * cause some of the video to be cut off in many cases. You can control this
      * with media queries or making the container a fixed size.
      */
	 align-items: center;
	 display: flex;
	 height: 100vh;
	 justify-content: center;
	 overflow: hidden;
	 position: relative;
 }
 .background-video-container {
	 /* The background property is used for the fading poster image */
	 background: 50% 50% / cover no-repeat;
	 height: 100%;
	 left: 0;
	 position: absolute;
	 top: 0;
	 width: 100%;
 }
 .background-video-container::after {
	 background-color: rgba(61, 56, 65, 0);
	 content: '';
	 height: 100%;
	 left: 0;
	 mix-blend-mode: multiply;
	 position: absolute;
	 top: 0;
	 width: 100%;
 }
 .background-video-container .jwplayer {
	 transition: opacity 1s ease-in-out;
 }
 .background-video-container.is-fading .jwplayer {
	 opacity: 0;
 }

 .background-video-container .jwplayer.jw-flag-aspect-mode {
	 height: 100% !important;
 }
 .background-video-container .jw-state-playing {
	 opacity: 1;
 }
 .jwplayer.jw-stretch-uniform video {
	 object-fit: cover;
 }
 .jw-nextup-container {
	 display: none;
 }
 .jw-wrapper {
	 background-color: transparent !important;
	 position: absolute;
	 top: 0;
	 left: 0;
	 right: 0;
	 bottom: 0;
 }
 .video-background-demo .content {
	 color: #FFF;
	 position: relative;
	 width: 80%;
	 z-index: 1;
 }
 .video-background-demo .content h2 {
	 font-size: 2rem;
	 margin: 0 auto 2rem;
	 width: 80%;
 }
#imgpag img, #imgpag object, #imgpag embed {
	width: 100%;
	height: 400px;
}
.tnota {
	text-align: justify;
}

/* Banner Default */

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

/* Link richiesta informazioni */

ul.infolink {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
ul.infolink li {
	padding-left: 10px;
}
ul.infolink li a:link,ul.infolink li  a:visited {
	text-decoration: none;
}
ul.infolink li a:hover,ul.infolink li a:active, a:focus {
}

/* Commenti */

div.commenti {
	width: 100%;
	border-top: 1px solid lightgray;
	margin: 5px 0;
	padding: 5px 0;
}
div.commenti.commenti-post {
	text-align: left;
}
div.commenti div.titolo-commento {
	padding: 6px 10px;
	background: #272727;
	color: white;
	font-size: 16px;
	margin: 10px 0 15px 0;
}
div.commenti div.riga {
	margin: 10px 0;
}
div.commenti textarea.commento {
	width: 400px;
	height: 100px;
}
div.commenti div.item {
	margin: 20px 0;
	min-height: 50px;
	color: #555;
}
div.commenti div.item img.img {
	border-radius: 1px;
	padding: 2px;
	box-shadow: 0 0px 3px 0 #555;
	background: white;
	opacity: 0.8;
	float: left;
}
div.commenti div.item img.img:hover {
	opacity: 1;
}
div.commenti div.item div.titolo {
	margin-left: 70px;
}
div.commenti div.item div.commnota {
	margin: 5px 0 0 70px
}
div.commenti div.item div.titolo span.nome {
	font-weight: bold;
	color: #444;
}

/* 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%;
}

/* GALLERY SLIDER */
.right-single-arrow {
	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 {
	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: 250px;
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 30px !important;
	line-height: 35px;
	font-family: 'Oswald', sans-serif;
	letter-spacing: 3px;
	font-weight: lighter;
}
#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;
}
#ground {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}
#ground img, #ground object, #ground embed {
	width: 100%;
	height: 100%;
}
.testono, #zcontent, .hidden {
	display: none;
}
#form_box .block {
	margin-top: 25px;
}
#form_box .block h3 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #525252;
}
#form_box .block .iblock {
	display: inline-block;
	margin-right: 10px;
}
#form_box input[type="submit"] {
	margin-top: 20px;
}
#form_box .alert.alert-error {
	color: #F75F61;
	font-size: 14px;
}
#form_box .alert.alert-info {
	color: #579DCC;
	font-size: 14px;
}
#form_box .alert {
	margin-top: 25px;
}
.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;
}
.infobox div.mscheda {
	padding: 15px 0;
}
.infobox .legend {
	padding: 40px 0 20px 0;
	color: #daf78e;
	font-size: 17px;
}
.infobox label {
	display: block;
	margin: 0;
	font-size: .875rem;
	font-weight: normal;
	line-height: 1.8;
	color: rgba(255, 255, 255, 0.75);
}
.infobox input[type=checkbox] {
	vertical-align: -2px;
	margin-right: 5px;
}
.map {
	max-width: 100%;
	width: auto;
	height: 300px;
}
#map_canvas {
	max-width: 100%;
	width: auto;
	height: 300px;
}
#map_canvas img {
	max-width: none;
}

/* SHAPE */

.galleryshape {
	position: relative;
	border: 3px solid #ffffff;
	/* padding: 10px; */
}
.galleryshape .lightgallery .thumb, .galleryshape .lightgallery .thumb .thumb-inner {
	position: relative;
	height: 520px;
	background-size: cover;
	background-position: center;
}
.modshape.galp .galleryshape .brick-gallery .lightgallery .thumb,.modshape.galp .galleryshape .lightgallery .thumb .thumb-inner {
	height: auto;
}
.galleryshape .lightgallery .thumb .gallery-poster {
	display: none;
	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.png') 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;
}

.lightgallery {
	position: relative;
}

.lightgallery img {
	width: 100%;
}

.galleryCount {
	position: absolute;
	bottom: 37px;
	right: 16px;
	color: #fff;
	font-size: 41px;
}

/* INDICE modello 1*/

.shapeindice {
	width: 100%;
	position: relative;
}
.shapeindice .item {
	position: relative;
min-height: 470px;
	margin: 7px 7px;
	text-align: center;
	overflow: hidden;
}

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

.shapeindice .item .titoloindice {
	margin: 19px 14px;
    font-size: 20px;
    color: #3b3c32;
    text-align: center;
    text-transform: uppercase;
}
	

.shapeindice .item .testoindice {
     margin: 4px 15px;
    color: #a0a0a0;
    text-align: justify;
    font-size: 16px;
    padding-bottom: 20px;
}
.shapeindice .item .indicedettagli {
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 250px;
	padding: 0;
  
    color: #FFF;
}

 /* 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;
 }
/* 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*/

.scheda_icona {
    position: relative;
    width: 100%;
    height: 230px;
}

/* INDICE modello 2*/

.shapeindice1 {
	width: 100%;
	position: relative;
}
.shapeindice1 .item {
	position: relative;
	margin: 0px 7px;
	text-align: center;
	overflow: hidden;
	background-color: #e1e1de;
	min-height: 420px;
}
.shapeindice1 .item img:hover{
	background-color: rgba(31,32,35,0.7);
}

.shapeindice1 .imgindice {
		
}
.shapeindice1 .item img {
	width: 200px;
}
.shapeindice1 .item .titoloindice {
	margin: 6px 14px;
	font-size: 26px;
	color: #a1a19e;
	text-align: center;
	text-transform: capitalize;
	border-bottom: 1px solid #999996;
}
.shapeindice1 .item .testoindice {
	margin: 4px 15px;
	color: #ababa8;
	text-align: center;
	font-size: 16px;
	padding-bottom: 40px;
}
.shapeindice1 .item .indicedettagli {
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 250px;
	padding: 0;
    color: #FFF;
}

/* GLOBALI */

.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%);
	text-transform: uppercase;
}
.dzsparallaxer:not(.mode-oneelement) {
	background-color: transparent;
}

.textshape.textcol2 {
	padding: 8px 10px;
}

 .textshape.imagetext {
	 padding: 50px;
	 color: #fff;
	 font-size: 21px;
 }

 .textshape.testoimg {
	min-height: 520px;
    background-position: center;
    border: 2px solid #ffffff;
 }
.textshape a.discover {
	display: block;
	margin: 0 auto;
	max-width: 80px;
	text-align: center;
	color: #3b3c32;
	font-family: 'Khula', sans-serif;
	font-size: 20px;
	position: relative;
	padding-bottom: 18px;
	-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;
}
.textshape a.discover::before {
	content: "---------------";
	position: absolute;
	color: #3b3c32;
	font-family: "Oswald", sans-serif;
	font-size: 20px;
	bottom: 0;
	letter-spacing: -2px;
	left: 0;
	-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;
}
.textshape a.discover::after {
	content: ">";
	position: absolute;
	color: #3b3c32;
	font-family: "Oswald", sans-serif;
	font-size: 20px;
	bottom: 0;
	right: 0;
	-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;
}
.textshape a.discover:hover::before,
.textshape a.discover:hover {
	color: #688816;
}
.textshape a.discover:hover::after {
	right: 5px;
	color: #688816;
}
.shapemodulo {
	
}
.modshape.texturegrigia {
	background-image: url(images/texturegrigia1.png);
}
.modshape.texturegialla {
	background-image: url(images/texturegrigia.png);
}
.modshape.neri {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 20px;
    color: #D2CECA;
    padding: 50px 0;
	background-color: #1f151c;
}
.modshape.schedaneri {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 16px;
    color: #D2CECA;
    padding: 50px 0;
	background-color: #3E2C37;
}
.modshape.schedaneri h3 {
	font-size: 40px;
    border-bottom: 5px solid #D2CECA;
   	display: inline-block;
}
.modshape.schedaneri table {
    width: 100%;
    background: rgba(226, 225, 223, 0.24);
    border: 2px solid #ECEBEA;
    text-align: left;
}
.modshape.schedaneri table td {
    padding: 10px;
	border-bottom: 1px dashed rgba(255, 255, 255, 0.1);
}
.modshape.schedagialli {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 20px;
    color: #3e3b29;
    padding: 50px 0;
    text-align: center;
	background-color: #9e976f;
}
.modshape.schedagialli h3 {
	font-size: 40px;
    border-bottom: 3px solid #ece2a7;
   	display: inline-block;
}
.modshape.schedagialli table {
    width: 100%;
    background: rgba(204,195,144,0.42);
    border: 2px solid #e1da9a;
    text-align: justify;
}
.modshape.schedagialli table td {
    padding: 10px;
	border-bottom: 1px dashed rgba(255, 255, 255, 0.1);
}
.modshape.schedagialli  {
	background-color: #bbb483;
}
.modshape.schedaneri table tr:hover {
    background: rgba(226, 225, 223, 0.1);
}
.modshape.opaco .imgshape {
	min-height: 400px;
	background-repeat: no-repeat;
}
.modshape.opaco .overground:hover{
	background-color: #f4f2f2;
	-webkit-transition : background-color 800ms linear ; 
    -moz-transition : background-color 800ms linear ; 
    -o-transition : background-color 800ms linear ; 
    -ms-transition : background-color 800ms linear ; 
    transition : background-color 800ms linear ;
	min-height: 400px;
}
.modshape.opaco h2 {
	font-weight: bold;
	font-size: 30px;
}
.modshape.opaco .overground{
	min-height: 400px;
	padding: 5px;
}
.brick-gallery {
	width: 100%;
	height: 700px;
	position: relative;
}
.brick-gallery div.element {
	border: 1px solid #fff;
}
@media only screen and (max-width: 900px) {
.element {
	height: 300px;
	width: 100% !important; 
}
}

/* 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;
}

/* MODAL */

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

.reveal {
	overflow-y: visible;
}

.reveal.book h1 {
	text-align: center;
	margin: 0;
	padding: 0;
	font-size: 26px;
	padding-top: 50px;
}

 .reveal.book .textbook {
	 text-align: center;
	 padding: 0px 0 25px 0;
 }

.reveal.book {
	background-color: #3b3c31;
	color: #fff;
}

body .form-tebaide {
	background-color: #7f8170;
}

.inftit {
	margin-top: 30px;
}

.infobox [type='file'], [type='checkbox'], [type='radio'] {
	margin: 0 0 0;
}

/* RESPONSIVE ADJUSTMENTS */

@media only screen { } /* Define mobile styles */

 @media only screen and (max-width: 40em) {
	 .left-single-arrow, .right-single-arrow {
		display: none;
	 }
	 div.flag {
		 right: auto;
		 left: 0px;
		 width: 90px;
		 height: 35px;
	 }
	 .hamburger {
		 display: none;
		 position: relative;
		 float: right;
		 background-color: rgba(159, 219, 5, 0.84);
		 cursor: pointer;
	 }
	 div.flag ul {
		 margin-left: 0;
		 list-style-type: disc;
	 }
	 div.flag ul, div.flag ol,div.flag dl {
		 margin-bottom: 1rem;
		 list-style-position: outside;
		 line-height: 1;
	 .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;
	 }

 } /* max-width 640px, mobile-only styles, use when QAing mobile issues */

@media only screen and (max-width: 64em) {

	body #PrivacyBox {
		padding-bottom: 53px;
	}

	.nereo_menu.collapsed ul li {
		float: none;
		margin: 16px 0;
	}
	.nereo_menu.collapsed {
		display: block;
	}
	.nereo_menu {
		display: none;
		top: 0px;
		left: 0px;
		position: fixed;
		text-align: center;
		padding: 20px;
		background: rgba(59, 60, 50, 0.9);
		height: 100%;
		width: 100%;
		z-index: 5;
	}
	.nereo_menu ul:first-child > li:hover > ul {
		position: relative;
		padding: 15px;
	}
	.nereo_menu ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
		max-width: 200px;
		margin: 0 auto;
	}
	.hamburger {
		display: block;
		z-index: 6;
		position: fixed;
		top: 15px;
		right: 18px;
	}
	.nereo_menu li.menulogo {
		display: block;
	}
	h1.tsez {
		font-size: 20px;
		font-family: 'Playfair Display', serif;
	}
	h1.tsez em {
		font-size: 18px;
		font-family: 'Playfair Display', serif;
		
	}
	.suimglog .logo img {
		max-height: 121px;
	}
	#imgpag_frase {
		bottom: 210px;
		font-size: 29px;
		font-family: 'Oswald', sans-serif;
		font-style: 15px !important;
	}
	.sticky-container {
		height: 62px !important;
	}

	div.informazioni {
		position: fixed;
		bottom: 0;
		left: 50%;
		width: 100%;
		transform: translate(-50%, 0px);
	}

	div.informazioni ul li {
		padding: 10px 0;
		position: relative;
		float: left;
		width: 50%;
		margin-top: 0px !important;
		font-size: 20px !important;
		height: auto !important;
	}
	div.informazioni li.prebook {
		margin-bottom: 0px;
	}
	div.informazioni ul {
		float: none;
		display: block;
	}
	#header {
		background-color: transparent;
	}
} /* min-width 641px, medium screens */

 @media only screen and (max-height: 40.063em) {
	 #imgpag_frase {
		 bottom: 140px;
		 font-size: 19px;
	 }

 }

@media only screen and (max-width: 40.063em) and (max-width: 64em)
{

} /* min-width 641px and max-width 1024px, use when QAing tablet-only issues */

@media only screen and (min-width: 64.063em) { } /* min-width 1025px, large screens */

@media only screen and (min-width: 64em) and (max-width: 80em) { }

@media only screen and (min-width: 80em) and (max-width: 90em) { } /* min-width 1025px and max-width 1440px, use when QAing large screen-only issues */

@media only screen and (min-width: 90.063em) {  } /* min-width 1441px, xlarge screens */

@media only screen and (min-width: 90.063em) and (max-width: 120em) { } /* min-width 1441px and max-width 1920px, use when QAing xlarge screen-only issues */

@media only screen and (min-width: 120.063em) { } /* min-width 1921px, xxlarge screens */

