@import url('https://fonts.googleapis.com/css?family=Libre+Baskerville:400,700');
@import url('https://fonts.googleapis.com/css?family=Quicksand:300,400,700');

html, body {
	overflow-x: hidden;
}

h1 {
	font-family: 'Libre Baskerville', serif;
	font-size: 30px;
	color: #8c7e6f;
}

h2 {
	font-family: 'Quicksand', sans-serif;
	font-size: 14px;
	color: #8c7e6f;
	text-transform: uppercase;
	margin-bottom: 0; letter-spacing:1px;
}

h3 {
	font-family: 'Libre Baskerville', serif;
	font-size: 24px;
	color: #8c7e6f; line-height:1.6;
}

@media (max-width: 768px) {

	h1 {
		font-size: 25px;
	}

	h2 {
		font-size: 14px;
	}

	h3 {
		font-size: 22px;
	}
}

@media (max-width: 479px) {

	h1 {
		font-size: 22px;
	}

	.camera .header_image h1 {
    font-size: 22px;
    line-height: 1.6;
}
	
	h2 {
		font-size: 14px; line-height:1.6;
	}

	h3 {
		font-size: 20px; line-height:1.6;
	}
}

body {
	font-family: 'Quicksand', sans-serif;
	font-size: 15px;
	color: #777;
	letter-spacing: 0px;
	line-height:2.2;
}

a {
	color: #777;
}

a:hover {
	text-decoration: none;
	color: #777;
}

ul {
	margin-bottom: 0;
}

ul.style li {
	padding-left: 15px;
	position: relative;
	line-height: 22px;
}

ul.style li:before {
	content: "";
	position: absolute;
	left: 0;
	width: 8px;
	height: 1px;
	background-color: #8c7e6f;
	transform: rotate(45deg);
	top: 7px;
}

ul.style li:after {
	content: "";
	position: absolute;
	left: 0px;
	width: 8px;
	height: 1px;
	background-color: #8c7e6f;
	transform: rotate(-45deg);
	top: 12px;
}

.button {
	font-size: 12px;
	text-transform: uppercase;
	color: #8c7e6f;
	border: 1px solid #8c7e6f;
	display: inline-block;
	padding: 8px 30px;
	transition: all .2s ease-in-out; letter-spacing:2px;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
}

.button:hover {
	background-color: #8c7e6f;
	color: #fff;
}

.row.container {
	margin: auto;
}

div.text {
	text-align: justify;
}

.sottotitolo {
	font-size: 14px;
	color: #8c7e6f;
	text-transform: uppercase;
	letter-spacing:1px;
}

@media (max-width: 991px) {
	.button {
		padding: 10px 30px;
	}

	.sottotitolo { 
		font-size: 14px; text-align:center;
	}
	
	.ristorante .headerImage .sottotitolo { text-align:left;}
	
	.camera .header_image .sottotitolo {

    font-size: 14px;  text-align:left;
	}

	div.text {
	    width: 100%;
	}
	
	.camera .descrizione .text {
    width: 100%;
	}
	
	.ristorante .text {
    width: 100%;
	}
	
	.owlContentFixed .sottotitolo { text-align:left;}
	
	.camera .header_image h1 {
    font-size: 32px;
    line-height: 1.2;
	}

}

@media (max-width: 479px) {
	.sottotitolo {
		font-size: 12px;
	}
}

/* menu */

#wrapper-navbar {
	position: fixed;
	z-index: 8;
	left: 0;
	right: 0;
	background-color: #fff
}

.navbar-brand {
	max-width: 70px;
}

.navbar-brand img {
	height: 75px;
	width: auto;
}-weight: bold;
}

.rightMenu {
	color: #333;
}

.rightMenu .lang {
	display: inline;
}

.rightMenu .prenota {
	display: inline;
 	border: 1px solid #8c7e6f; letter-spacing:2px; font-size:14px;
	padding: 8px 25px;
	margin-left: 15px;
	cursor: pointer;
	-webkit-transition: all .25s ease-in-out;
	   -moz-transition: all .25s ease-in-out;
	    -ms-transition: all .25s ease-in-out;
	     -o-transition: all .25s ease-in-out;
	        transition: all .25s ease-in-out;
}

.rightMenu .prenota:hover {
	background-color: #8c7e6f;
	color: #fff;
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgb(140, 126, 111)' stroke-width='2' stroke-linecap='square' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar {
    padding-left: 60px;
    padding-right: 60px;
}

#content_menu {
	display: none;
}

#menu_desktop {
	margin: auto;
	display: none;
}

#menu_desktop ul {
	list-style: none;
	padding-left: 0;
}

#menu_desktop ul li {
	display: inline-block;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-right: 30px;
	padding: 28px 0;
}

#menu_desktop li a {
	color: #8c7e6f;
}

#menu_desktop ul.sub-menu li {
	display: block;
	padding: 0;
	margin-right: 0;
	padding: 3px 0;
}

#menu_desktop ul.sub-menu {
	position: absolute;
	margin-top: 28px;
	background-color: #fff;
	padding: 15px 25px;
	margin-left: -30px;
	display: none;
}

#menu_desktop li.menu-item-has-children:hover a + ul.sub-menu {
	display: block;
}

li.current-menu-item > a, li.current-menu-parent > a {
	font-weight: 600;
}

@media (min-width: 992px) and (max-width: 1045px){
	.navbar {
	    padding-left: 30px;
	    padding-right: 30px;
	}
	

	
}

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

	
	#menu_desktop ul li {
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-right: 15px;
    padding: 28px 0;
}
	
}


@media (min-width: 992px) {
	#menu_desktop {
		display: block;
	}
}

@media (max-width: 991px) {
	.navbar {
		padding-left: 30px;
		padding-right: 30px;
	}	

	.rightMenu {
		margin-left: auto;
	}

	button.navbar-toggler {
		margin-left: 20px;
		padding: 0;
	}

	#content_menu {
		position: fixed;
	    top: 0;
	    bottom: 0;
	    left: 0;
	    right: 0;
	    background-color: rgba(255,255,255,0.95);
	    z-index: 10;
	    overflow: hidden;
	}

	#content_menu .menu-menu-principale-container {
		position: absolute;
		left: 20%;
		transform: translate(-50%,-50%);
		top: 40%;
	}

	#content_menu ul {
		padding-left: 0;
		list-style: none;
		text-transform: uppercase;
		text-align: left;
		line-height: 52px;
		font-size: 20px;
	}

	#content_menu ul.sub-menu {
		margin-bottom: 15px;
		margin-top: 15px;
	}

	#content_menu ul li a {
		color: #8c7e6f;
	}

	#close_menu {
	    position: absolute;
	    right: 30px;
	    top: 30px;
	    height: 40px;
	    padding-top: 20px;
	    cursor: pointer;
	}

	#close_menu .x {
	    background-color: #8c7e6f;
	    width: 40px;
	    height: 2px;
	    transform: rotate(45deg);
	    position: relative;
	} 

	#close_menu .x:after {
	    content: "";
	    position: absolute;
	    background-color: #8c7e6f;
	    width: 40px;
	    height: 2px;
	    transform: rotate(-90deg);
	} 
}

@media (max-width: 479px) {
	.rightMenu .lang {
		display: none;
	}

	.rightMenu .prenota {
    	margin-left: 0;
    }

    #content_menu ul {
		font-size: 16px;
	}
}

/* slider full */

.owlSliderFull {
    z-index: 7 !important;
}

.owlSliderFull .item {
	height: 100vh;
	background-position: center;
	background-size: cover;
}

.owlContentFixed {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	margin-top: -45vh !important;
	z-index: 7;
}

.owlContentFixed .titolo {
	font-family: 'Libre Baskerville', serif;
	font-size: 46px;
	color: #fff;
}

.owlContentFixed .sottotitolo {
	font-size: 18px;
	color: #fff; letter-spacing:1px;
}

.owlSliderFull .owl-item .item:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0,0,0,0.2);
	z-index: 1;
}

.owlSliderFull .animated  {
  -webkit-animation-duration : 2000 ms  ;
  animation-duration : 2000 ms  ;
  -webkit-animation-fill-mode : both  ;
  animation-fill-mode : both  ;
}  

@media (max-width: 991px) {
	.owlSliderFull .item {
		height: 80vh;
	}

	.owlContentFixed .titolo {
	    font-size: 35px; line-height:1.4;
	}
}

@media (max-width: 479px) {
	.owlContentFixed .titolo {
	    font-size: 28px;
	}

	.owlContentFixed .sottotitolo {
	    font-size: 14px;
	}
}

/* arrows */

.arrow {
	display: inline-block;
}

.arrow .line {
	width: 35px;
	height: 1px;
	background: #8c7e6f;
	position: relative;
	-webkit-transition: all .25s ease-in-out;
	   -moz-transition: all .25s ease-in-out;
	    -ms-transition: all .25s ease-in-out;
	     -o-transition: all .25s ease-in-out;
	        transition: all .25s ease-in-out;
}

.owl-nav .owl-prev {
	margin-right: 25px !important;
}

.arrowPrev .line:before {
	content: "";
	position: absolute;
	left: 0;
	top: -3px;
	width: 8px;
	height: 1px;
	background-color: #8c7e6f;
	transform: rotate(-45deg);
}

.arrowPrev .line:after {
	content: "";
	position: absolute;
	left: 0;
	top: 3px;
	width: 8px;
	height: 1px;
	background-color: #8c7e6f;
	transform: rotate(45deg);
}

.arrowNext .line:before {
	content: "";
	position: absolute;
	right: 0;
	top: -3px;
	width: 8px;
	height: 1px;
	background-color: #8c7e6f;
	transform: rotate(45deg);
}

.arrowNext .line:after {
	content: "";
	position: absolute;
	right: 0;
	top: 3px;
	width: 8px;
	height: 1px;
	background-color: #8c7e6f;
	transform: rotate(-45deg);
}

.owl-theme .owl-nav [class*="owl-"]:hover {
    background: none !important;
}

button:hover .arrow .line {
	width: 75px;
}

.owl-nav button {
	margin: 0 !important;
}

/* home */

.home .row1 {
	background-color: #F4F3F1;
	padding-top: 65px;
	padding-bottom: 65px;
}

.home .row1 .col-lg-6 {
	text-align: center;
}

.home .row1 h1 {
	font-size: 46px;
	margin-top: 30px;
	margin-bottom: 45px;
}

.home .row1 .button {
	margin-top: 35px;
}

@media (max-width: 991px) {
	.home .row1 h1 {
		font-size: 32px;
		margin-top: 30px;
		margin-bottom: 30px;
	}

	.owlOfferte .countOfferte {
	    font-size: 14px;
	}
}

/* owlOfferte */

.owlOfferte .countOfferte {
font-size: 14px;
letter-spacing: 2px;
}

.owlOfferte h3 {
	margin-top: 25px;
	margin-bottom: 25px;
}

.owlOfferte .text {
	margin-bottom: 30px;
	width:90%;
}

.owlOfferte .img {
	padding-top: 65%;
	background-size: cover;
	background-position: center;
}

.owlOfferte .item .row {
	padding-top: 45px;
	padding-bottom: 45px;
}

.owlOfferte .owl-nav {
	position: absolute;
	top: 45px;
}

.owlOfferte .item .row .col-lg-6:first-child {
	padding-top: 50px;
	padding-bottom: 50px;
	padding-left: 0;
}

.owlOfferte .item .row .col-lg-6:last-child {
	padding-right: 0;
}

.owlOfferte .animated  {
  -webkit-animation-duration : 2000 ms  ;
  animation-duration : 2000 ms  ;
  -webkit-animation-fill-mode : both  ;
  animation-fill-mode : both  ;
} 

@media (max-width: 991px) {
	.owlOfferte .item .row {
		flex-direction: column-reverse;
	}

	.owlOfferte .item .row .col-lg-6:first-child {
	    padding-left: 0;
	    padding-right: 0;
	}

	.owlOfferte .item .row .col-lg-6:last-child {
	    padding-right: 0;
	    padding-left: 0;
	}

	.nav_mobile__offerte {
		right: 0;
		top: 33px !important;;
	}

	.owlOfferte .owl-nav:not(.nav_mobile__offerte) {
		display: none;
	}

	.owlOfferte .item a {
		display: flex;
	}

	.owlOfferte .item a .button {
		margin: auto;
	}

	.owlOfferte .text {
		width:100%;
	}
}

/* lastNews */

.lastNews .infoNews {
	font-size: 14px; letter-spacing:1px;
}

.lastNews h3 {
	margin-top: 35px;
	margin-bottom: 25px;
}

.lastNews .text {
	margin-bottom: 25px; width:90%;
}

.lastNews .img {
	padding-top: 65%;
	background-size: cover;
	background-position: center;
}

.lastNews {
	background-color: #F7f7f7;
	padding-top: 65px;
	padding-bottom: 65px;
}

@media (max-width: 991px) {
	
.owlContentFixed {

    margin-top: -40vh !important;

}
	.lastNews .infoNews {
	    font-size: 14px;
	    margin-top: 35px;
	    text-transform: uppercase;
	    color: #8c7e6f;
	}

	.lastNews .row.container {
		flex-direction: column-reverse;
	}

	.lastNews span.divider_news {
		display: none;
	}

	.lastNews span.categoria {
		display: inline-block;
		margin-top: 5px;
	}

	.lastNews a {
		display: flex;
	}

	.lastNews a .button {
		margin: auto;
	}

	.lastNews .text {
	    width: 100%;
	}
}

/* camereHome */

.camereHome .sottotitolo {
	font-size: 14px;
	text-align: center; letter-spacing:1px;
	color: #8c7e6f;
	text-transform: uppercase;
}

.camereHome h3 {
	text-align: center;
	margin-top: 5px;
	margin-bottom: 25px; font-size:28px;
}

.camereHome .imgBig {
	height: 75vh;
	background-size: cover;
	background-position: bottom;
	margin-bottom: 80px;
	position: relative;
}

.camereHome .imgBig:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 75px;
	background-color: #fff;
}

.camereHome .imgBig:after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 75px;
	background-color: #fff;
}

.camereHome .countImg {
	font-size: 14px;
	margin-bottom: 25px; letter-spacing: 1px;

}

.camereHome .text {
	margin-bottom: 25px; width:90%;
}

.owlSliderCamere .item {
	height: 300px;
	background-size: cover;
	background-position: center;
}

.owlSliderCamere .owl-nav {
	position: absolute;
	top: 0;
	left: calc(-100% - 30px );
}

.owlSliderCamere .owl-stage {
	padding-right: 50px !important;
	padding-left: 0 !important
}

.owlSliderCamere .animated  {
  -webkit-animation-duration : 2000 ms  ;
  animation-duration : 2000 ms  ;
  -webkit-animation-fill-mode : both  ;
  animation-fill-mode : both  ;
} 

.camereHome .right {
	position: absolute;
	left: 50%;
}

.camereHome .owl-nav {
	margin-bottom: 25px;
}

.camereHome .owl-nav button {
	background: transparent;
	border: 0;
	cursor: pointer;
	padding: 0;
}

.camereHome {
	padding-top: 65px;
	padding-bottom: 65px;
}

@media (max-width: 991px) {
	.camereHome .imgBig::before, .camereHome .imgBig::after {
	    content: none;
	}

	.camereHome .imgBig {
	    height: 0;
	    padding-top: 56%;
	}

	.camereHome .sottotitolo {
	    font-size: 14px;
	}

	.camereHome h3 {
	    margin-top: 5px;
	}

	.camereHome .right {
	    position: relative;
	    left: unset;
	    margin-top: 15px;
	    overflow: hidden;
	}

	.camereHome .left .owl-nav:not(.nav_slider_mobile) {
		display: none;
	}

	.camereHome .countImg {
		display: none;
	}

	.camereHome .left a {
		display: none;
	}

	.camereHome .owl-nav {
	    text-align: right;
	}

	.owlSliderCamere .item {
	    height: 0;
	    padding-top: 68%;
	}

	.camereHome .text {
	    width: 100%;
	}
}

@media (max-width: 479px) {
	.camereHome .sottotitolo {
	    font-size: 14px;
	}
}

/* ambienteHome*/

.ambienteHome {
	background-color: #F4F3F1;
	padding-top: 65px;
	padding-bottom: 65px;
}

.ambienteHome .sottotitolo {
	font-size: 14px; letter-spacing:1px;
	color: #8c7e6f;
	text-transform: uppercase;
}

.ambienteHome h3 {
	margin-top: 5px;
	margin-bottom: 0; font-size:28px;
}

.ambienteHome .imgBig {
	height: 75vh;
	background-size: cover;
	background-position: bottom;
	margin-bottom: 80px;
	position: relative;
}

.ambienteHome .imgBig:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 75px;
	background-color: #F4F3F1;
}

.ambienteHome .imgBig:after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 75px;
	background-color: #F4F3F1;
}

@media (max-width: 991px) {
	.ambienteHome .imgBig::before, .ambienteHome .imgBig::after {
	    content: none;
	}

	.ambienteHome .imgBig {
	    height: 0;
	    padding-top: 56%;
	}

	.ambienteHome {
	    padding-top: 0;
	}

	.ambienteHome .sottotitolo {
	    font-size: 14px;
	    text-align: center;
	}

	.ambienteHome h3 {
	    margin-top: 5px;
	    margin-bottom: 25px;
	    text-align: center;
	}
}

@media (max-width: 479px) {
	.ambienteHome .sottotitolo {
	    font-size: 14px;
	}
}

/* footer */

footer .textwidget h3 {
	font-size: 16px;
	margin-bottom: 20px;
	color: #fff;
}

footer {
	color: #fff;
	font-size: 14px;
	background-color: #8c7e6f;
	line-height: 25px;
	padding-top: 75px;
	padding-bottom: 75px;
	position: relative;
	z-index: 6;
}

footer a {
	color: #fff;
}

footer a:hover {
	color: rgba(255,255,255,0.6);
}

footer p { line-height:2; font-weight:300;
}


footer ul {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}

footer ul li {
	text-transform: uppercase; line-height:2;
}

.footer4 .social a {
	margin-right: 15px; font-size:20px;
} 

.footer4 .social a:last-child {
	margin-right: 0;
}

.footer4 .brochure_footer {
	margin-top: 15px;
}

.footer4 .brochure_footer i {
	margin-right: 11px;
}

#arrow_torna_su {
	transform: rotate(90deg);
	width: 15px;
	position: relative;
	bottom: 1px;
	left: 12px;
}

.footer1 img { height:95px;
}


@media (max-width: 991px) {
	footer {
		text-align: center;
	}

	footer::before {
		display: none;
	}

	.tornaSu {
		display: none;
	}

	.footer1 {
		margin-bottom: 20px;
	}

	.footer3 {
		display: none;
	}

	.footer4 {
		margin-top: 15px;
	}
}

/* leftMenu */

#leftMenu {
	position: fixed;
	top: 50%;
	left: 23px;
	width: 14px;
	z-index: 6;
	display: none !important;
}

#leftMenu .content {
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
}

#leftMenu .nomeSezione {
	display: none;
	position: relative;
	top: -5px;
	margin-left: 25px;
	text-transform: uppercase;
	font-size: 11px;
}

#leftMenu ul {
	display: inline-block;
	margin-bottom: 0;
	position: relative;
	margin-bottom: 0;
	height: 14px;
	position: relative;
	width: 14px;
}

#leftMenu ul li {
	background-color: #B9B8B7;
	border-radius: 50%;
	height: 12px;
	width: 12px;
	color: transparent;
	-webkit-transition: all .15s ease-in-out;
	-moz-transition: all .15s ease-in-out;
	-ms-transition: all .15s ease-in-out;
	-o-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out;
	margin-right: 0;
	cursor: pointer;
	position: relative;
}

#leftMenu ul li a {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    opacity: 0;
}

#leftMenu ul li:last-child {
	margin-right: 0;
}

#leftMenu ul li.active {
	background-color: #333;
}

@media (max-width: 767px) {
	#leftMenu {
		display: none !important;
	}
}

/* tornaSu */

.tornaSu {
	position: absolute;
	left: -4px;
	color: #fff;
	transform: rotate(-90deg);
	bottom: 75px;
	font-size: 11px;
	z-index: 1;
	cursor: pointer;
	text-transform: uppercase;
}

.tornaSu .arrow {
    position: relative;
    top: -3px;
}

.tornaSu .arrowNext .line::after {
    right: -1px;
    top: 3px;
    background-color: #fff;
}

.tornaSu .arrowNext .line::before {
    right: -1px;
    top: -4px;
    background-color: #fff;
}

.tornaSu .arrow .line {
	background-color: #fff;
}

/* template hotel */

.hotel .ambienteHome {
	padding-top: 0;
	margin-bottom: 65px;
}

.hotel .ambienteHome .imgBig:before, .hotel .ambienteHome .imgBig:after {
	content: none;
}

.hotel .ambienteHome .imgBig {
	z-index: 6;
}

.hotel .sliderCamere {
	position: relative;
	z-index: 6;
	background-color: #fff;
}

.hotel .row1 {
	background-color: #F3F2F0;
	padding-top: 65px;
	padding-bottom: 65px;
	text-align: center;
}

.hotel .row1 div.text {
	text-align:justify;
	margin-bottom: 45px;
}

.hotel .row1 h1 {
	margin-top: 25px;
	margin-bottom: 25px;
	font-size: 45px;
}

.download {
	color: #8c7e6f;
	display: inline-block;
	padding: 5px 10px;
	-webkit-transition: all .25s ease-in-out;
	   -moz-transition: all .25s ease-in-out;
	    -ms-transition: all .25s ease-in-out;
	     -o-transition: all .25s ease-in-out;
	        transition: all .25s ease-in-out;
}

.download:hover {	
	background: #8c7e6f;
	color: #fff;
}

.download i {
	margin-right: 15px;
}

.hotel .row2 h3 {
	margin-top: 5px;
	margin-bottom: 0; font-size:28px;
}

.hotel .row2 {
	padding-top: 65px;
	padding-bottom: 65px;
}

@media (max-width: 991px) {
	.hotel .row1 h1 {
	    margin-top: 20px;
	    font-size: 35px; line-height:1.6;
	}

	.hotel .row2 h3 {
	    margin-top: 5px; text-align:center;
	    margin-bottom: 25px;
	}

	.owlAltreCamere {
		margin-top: 25px;
	}

}

@media (max-width: 479px) {
	.hotel .row1 h1 {
	    font-size: 32px; line-height:1.6;
	}

	.hotel .row1 div.text {
	    text-align: justify;
	}
}

/* owlCamere */

.sliderCamere .owlCamere .item {
	background-size: cover;
	background-position: center;
	padding-top: 56%;
	position: relative;
}

.sliderCamere .owlCamere .item:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #000;
	opacity: 0;
	-webkit-transition: all .25s ease-in-out;
	   -moz-transition: all .25s ease-in-out;
	    -ms-transition: all .25s ease-in-out;
	     -o-transition: all .25s ease-in-out;
	        transition: all .25s ease-in-out;
}


.sliderCamere .owlCamere .item:hover:before {
	opacity: 0.4;
}

.sliderCamere .owlCamere {
	position: relative;
}

.sliderCamere .owlCamere:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 15px;
	width: 100px;
	background-image: -webkit-linear-gradient(left, rgba(255,255,255,1), rgba(255,255,255,0.8), rgba(255,255,255,0));
	background-image:    -moz-linear-gradient(left, rgba(255,255,255,1), rgba(255,255,255,0.8), rgba(255,255,255,0));
	background-image:     -ms-linear-gradient(left, rgba(255,255,255,1), rgba(255,255,255,0.8), rgba(255,255,255,0));
	background-image:      -o-linear-gradient(left, rgba(255,255,255,1), rgba(255,255,255,0.8), rgba(255,255,255,0));
	background-image:         linear-gradient(left, rgba(255,255,255,1), rgba(255,255,255,0.8), rgba(255,255,255,0));
	z-index: 1;
}

.sliderCamere .owlCamere:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 15px;
	width: 100px;
	background-image: -webkit-linear-gradient(right, rgba(255,255,255,1), rgba(255,255,255,0.8), rgba(255,255,255,0));
	background-image:    -moz-linear-gradient(right, rgba(255,255,255,1), rgba(255,255,255,0.8), rgba(255,255,255,0));
	background-image:     -ms-linear-gradient(right, rgba(255,255,255,1), rgba(255,255,255,0.8), rgba(255,255,255,0));
	background-image:      -o-linear-gradient(right, rgba(255,255,255,1), rgba(255,255,255,0.8), rgba(255,255,255,0));
	background-image:         linear-gradient(right, rgba(255,255,255,1), rgba(255,255,255,0.8), rgba(255,255,255,0));
	z-index: 1;
}

.sliderCamere {
	padding-top: 65px;
	padding-bottom: 65px;
}

.sliderCamere h3 {
	margin-bottom: 45px;
}

.sliderCamere .owlCamere .nomeCamera {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	text-align: center;
	transform: translateY(-50%);
	color: #fff;
	opacity: 0;
	-webkit-transition: all .25s ease-in-out;
	   -moz-transition: all .25s ease-in-out;
	    -ms-transition: all .25s ease-in-out;
	     -o-transition: all .25s ease-in-out;
	        transition: all .25s ease-in-out;
	font-family: 'Libre Baskerville', serif;
	font-size: 23px;
}

.sliderCamere .owlCamere .item:hover .nomeCamera {
	opacity: 1;
}

/* template standard */

.standard {
	padding-top: 65px;
}

.standard h1 {
	margin-top: 25px;
	margin-bottom: 65px;
}

.standard .row2 {
	background-color: #F4F3F1;
	padding-top: 65px;
	padding-bottom: 65px;
}

.standard .row2 h3 {
	margin-top: 25px;
	margin-bottom: 0;
}

/* camere template */

.camere .row1 {
	background-color: #F4F3F1;
	padding-top: 65px;
	padding-bottom: 65px;
}

.camere .row1 h1 {
	margin-top: 5px;
	margin-bottom: 0; line-height: 1.6;
}

.camere .listaCamere {
	padding-left: 60px;
	padding-right: 60px;
	padding-top: 65px;
	padding-bottom: 65px;
}

.camere .listaCamere .item .img1 {
	padding-top: 56%;
	background-size: cover;
	background-position: center;
	position: relative;
}

.camere .listaCamere .item .img2 {
	padding-top: 56%;
	background-size: cover;
	background-position: center;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	opacity: 0;
	-webkit-transition: all .25s ease-in-out;
	   -moz-transition: all .25s ease-in-out;
	    -ms-transition: all .25s ease-in-out;
	     -o-transition: all .25s ease-in-out;
	        transition: all .25s ease-in-out;
}

.camere .listaCamere .item .img2:hover {
	opacity: 1;
}

.listaCamere .nomeCamera {
	font-family: 'Libre Baskerville', serif;
	color: #8c7e6f;
	font-size: 22px;
	margin-top: 25px;
	margin-bottom: 25px;
	margin-left: -15px; line-height:32px;
}

.listaCamere .nomeCamera a, .listaCamere .nomeCamera a:hover {
	color: #8c7e6f;
}

.listaCamere .contentCamera {
	width: 500px;
	max-width: 100%;
	padding-left: 20px;
	padding-right: 30px;
	margin: auto;
}

.listaCamere .prezzo .left b {
	font-family: 'Libre Baskerville', serif;
	color: #8c7e6f;
	font-weight: 400;
	font-size: 28px;
}

.listaCamere .prezzo .left {
	font-size: 15px;
	padding: 10px 0;
	border-right: 1px solid #8c7e6f;
}

.listaCamere .prezzo .right {
	font-size: 12px;
	padding: 10px 0 10px 15px;
}

.listaCamere .prezzo .right p {
	margin-bottom: 0;
}

.listaCamere .prezzo {
	border-top: 1px solid #8c7e6f;
	border-bottom: 1px solid #8c7e6f;
}

.listaCamere .links .left {
	padding-left: 0;
}

.listaCamere .links {
	margin-top: 25px;
}

.listaCamere .links .right a {
	position: relative;
	text-transform: uppercase;
	color: #8c7e6f;
	font-size: 13px;
	padding-right: 15px;
	transition: all .25s ease-in-out; letter-spacing:1px;
}

.listaCamere .links .right a:hover {
	padding-right: 25px;
}

.listaCamere .links .right a:before {
	content: "";
	position: absolute;
	right: 0;
	width: 10px;
	height: 1px;
	background-color: #8c7e6f;
	transform: rotate(45deg);
	top: 5px;
}

.listaCamere .links .right a:after {
	content: "";
	position: absolute;
	right: 0px;
	width: 10px;
	height: 1px;
	background-color: #8c7e6f;
	transform: rotate(-45deg);
	top: 12px;
}

.listaCamere .item {
	margin-bottom: 45px;
}

.camere .row2 {
	background-color: #f4f3f1;
	padding-top: 65px;
	padding-bottom: 65px;
}

.camere .row2 h3 {
	margin-top: 5px; font-size:28px;
}

@media (max-width: 991px) {
	
	.listaCamere .prezzo .right {
    font-size: 14px;
	}
	
	.camere .row1 h1 {
	    margin-top: 5px;
	    margin-bottom: 30px; text-align:center; font-size:32px;
	}
	
	.camere .row2 h3 {
    margin-bottom: 30px; text-align:center;
}

	.listaCamere .nomeCamera {
		text-align: left;
		margin-left: 0;
		margin-bottom: 20px;
	}

	.listaCamere .contentCamera {
	    padding-left: 0;
	    padding-right: 0;
	    text-align: center; width:600px;
	}
}

/*responsive sm bootstrap*/
@media (max-width: 575px) {
	
	.listaCamere .prezzo .right p { font-size:14px; }
	
		.listaCamere .nomeCamera {
		text-align: center;
	}
	
	.listaCamere .prezzo .right {
    font-size: 14px;
}

	.listaCamere .prezzo .left {
	    border-right: none;
	    position: relative;
	}

	.listaCamere .prezzo .left:after {
		content: "";
		position: absolute;
		bottom: 0;
		height: 1px;
		width: 50px;
		background-color: #8c7e6f;
		left: 50%;
		transform: translateX(-50%);
	}

	.listaCamere .links {
	    flex-direction: column-reverse;
	    margin-top: 15px;
	}

	.listaCamere .prezzo .right {
		padding-right: 15px;
	}

	.camere .listaCamere {
	    padding-left: 30px;
	    padding-right: 30px;
	}

	.listaCamere .item {
	    margin-bottom: 80px;
	}

	.listaCamere .prezzo {
		border: 0;
	}

	.listaCamere .links .right {
		margin-bottom: 25px;
	}
}

/* ristorante */

.ristorante .headerImage {
	height: 80vh;
	background-size: cover;
	background-position: center;
	position: relative;
}

.ristorante .headerImage h1 {
	font-size: 46px;
	color: #fff;
}

.ristorante .headerImage .sottotitolo {
	text-transform: none;
	color: #fff; font-size:16px;
}

.ristorante .headerImage .col-lg-12 {
	align-self: center;
}

.ristorante .headerImage .row {
	height: 100%;
}

.ristorante .headerImage:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0,0,0,0.2);
	z-index: 1;
}

.ristorante .headerImage .content {
	position: relative;
	z-index: 2;
}

.ristorante .row1 {
	margin-bottom: 0px;
}

.ristorante .row1 h3 {
	margin-top: 5px;
	margin-bottom: 45px; font-size:28px;
}

.ristorante .row1 .left {
	padding-top: 65px;
	padding-bottom: 65px;
	padding-right: 30px;
}

.ristorante .text {
width:90%;
}

.ristorante .row1 .right{
	background-size: cover;
	background-position: center;
	position: absolute;
	left: 50%;
}

.ristorante .row2 .owl-next, .ristorante .row2 .owl-prev {
	background: transparent;
	border: 0;
	cursor: pointer;
	padding: 0;
}

.ristorante .row2 .countImg {
    font-size: 14px;
    margin-bottom: 25px;
    margin-top: 25px;
    color: #8c7e6f;
}

.ristorante .row2 h3 {
	margin-bottom: 25px;
}

.ristorante .row2 {
	background-color: #f4f3f1;
	padding-top: 65px;
	padding-bottom: 65px;
}

.ristorante .row2 .right {
	position: absolute;
	left: 50%;
	max-height: 300px;
}

.ristorante .row2 .left {
	min-height: 300px;
}

@media (max-width: 991px) {
	
	.ristorante .row1 {
    margin-bottom: 80px;
}

.congressi .row1 h1 {
    text-align: center;
    font-size: 32px;
}
	.ristorante .headerImage h1 {
	    font-size: 32px; line-height:1.4; margin-bottom:10px;
	}

	.ristorante .row1 h3 {
	    margin-top: 5px;
	    margin-bottom: 25px; text-align:center;
	}

	.ristorante .row1 .right {
	    position: static;
	    left: unset;
	    height: 0 !important;
	    padding-top: 60%;
	}

	.ristorante .row2 .row {
		flex-direction: column-reverse;
	}

	.ristorante .row2 .right { 
		max-height: unset;
		position: static;
		overflow: hidden;
	}

	.ristorante .row2 .owl-nav {
		float: right;
		margin-top: 22px;
	}

	.ristorante .headerImage {
		height: 75vh !important;
	}
}

/* congressi */

.congressi .ambienteHome {
	padding-top: 0;
}

.congressi .ambienteHome .imgBig:before, .congressi .ambienteHome .imgBig:after {
	content: none;
}

.congressi .ambienteHome .imgBig {
	position: relative;
	z-index: 6;
}

.congressi .row1 h1 {
	margin-top: 5px; line-height: 1.6;
}

.congressi .row1 {
	padding-top: 65px;
	padding-bottom: 65px;
}

.congressi .row1 .two {
	margin-top: 45px;
	position: relative;
}

.congressi .row1 .two:before {
	content: "";
	position: absolute;
	width: calc(100% - 59px);
	height: 1px;
	background-color: #8c7e6f;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}

.congressi .row1 .two:after {
	content: "";
	position: absolute;
	width: calc(100% - 59px);
	height: 1px;
	background-color: #8c7e6f;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

.congressi .row1 .two .right {
	border-left: 1px solid #8c7e6f;
	font-size: 14px;
	padding-top: 25px;
	padding-bottom: 25px;
}

.congressi .row1 .two .left {
	font-size: 18px;
	color: #8c7e6f;
}

.congressi .row1 .two .right ul {
	margin-left: 15px;
}

.congressi .row1 {
	background-color: #F3F2F0;
}

.congressi ul.style li{
	padding-bottom:10px;
}

@media (max-width: 991px) {
	
	.congressi .row1 .two .right ul {
    margin-left: 0px;
}
	.congressi .row1 h1 {
	    margin-top: 5px;
	    margin-bottom: 25px;
	}

	.congressi .row1 .two::before {
	    content: none;
	}

	.congressi .row1 .two .right {
	    border-left: 0;
	}

	.congressi .row1 .two::after {
	    content: none;
	}
}

/* blog */

.lista_blog .top {
	font-size: 14px;
	color: #8C7E6F;
}

.lista_blog .contenuto {
	margin-bottom: 40px;
	text-align: justify;
}

.lista_blog {
	margin-top: 80px;
	margin-bottom: 80px;
}

.lista_blog .item {
	margin-bottom: 80px;
}

.lista_blog .item:last-child {
	margin-bottom: 0;
}

.lista_blog .item .left {
	padding-right: 65px;
}

.lista_blog .item h3 {
	margin-top: 25px;
	margin-bottom: 25px;
}

.lista_blog .item .right {
	background-size: cover;
	background-position: center;
}

.lista_blog .item .right a {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.load_more.row {
	text-align: center;
	margin-bottom: 65px;
	text-transform: uppercase;
	color: #8c7e6f;
}

.load_more a {
	text-transform: uppercase;
	color: #8c7e6f;
	border: 1px solid #8c7e6f;
	padding: 10px 25px;
}

@media (max-width: 991px) {
	.lista_blog .item .left {
	    padding-right: 15px;
	}

	.lista_blog .item {
	    flex-direction: column-reverse;
	}

	.lista_blog .item .right {
	    padding-top: 60%;
	    margin-bottom: 45px;
	    margin-left: 15px;
	    margin-right: 15px;
	    width: auto;
	}

	.lista_blog .contenuto {
	    margin-bottom: 45px;
	}

	.lista_blog .top {
	    font-size: 14px;
	}

	.lista_blog .item h3 {
	    margin-top: 5px;
	    margin-bottom: 25px;
	}
}

@media (max-width: 479px) {	

	.lista_blog .item .button {
		width: 100%;
		text-align: center;
	}

	.lista_blog .top {
	    font-size: 12px;
	}	
}

/**/

/* single-post */

.single-post .header_image {
	background-size: cover;
	background-position: center;
	height: 75vh;
}

.single-post .container-content {
	margin-top: 65px;
	margin-bottom: 65px;
}

.single-post h1 {
    margin-top: 25px;
    margin-bottom: 25px;
    font-size: 28px;
    line-height: 1.6;
}
.single-post .contenuto_post {
	text-align: justify;
}

.social_share {
	color: #8c7e6f;
	text-transform: uppercase;
	text-align: right;
	margin-top: 35px;
}

.social_share span {
	display: inline-block;
}

.social_share ul {
	display: inline-block;
	margin-left: 25px;
}

.social_share li:not(:last-child) {
	margin-right: 18px;
}

.social_share a {
	color: #8c7e6f;
}

.single-post .top {
	font-size: 14px;
	color: #8C7E6F;
	text-transform: uppercase; letter-spacing:1px;
}

@media (max-width: 991px) {
	.single-post .header_image {
	    height: 65vh !important;
	}

	.single-post .top {
	    font-size: 14px;
	}

	.single-post .container-content {
	    margin-top: 45px;
	    margin-bottom: 45px;
	}

	.single-post h1 {
	    margin-top: 5px;
	    margin-bottom: 25px;
	}
}

@media (max-width: 479px) {
	.single-post .top {
	    font-size: 12px;
	}

	.single-post .header_image {
	    height: 0;
	    padding-top: 60%;
	}
}

/**/

/* contatti */

.contatti .row1 {
	background-color: #F4F3F1;
	padding-top: 65px;
	padding-bottom: 65px;
}

.contatti h1 {
	margin-top: 5px;
	margin-bottom: 0; line-height:1.6;
}

.contatti .row1 .right .text {
	text-align: justify;
}

.form_contatti {
	padding-top: 65px;
	padding-bottom: 65px;
}

.form_contatti h3 {
	margin-top: 25px;
	margin-bottom: 45px;
}

.form_contatti .text_form {
	text-align: justify; width:90%;
}

.wpcf7-form input[type="email"], .wpcf7-form input[type="text"], .wpcf7-form textarea {
	border: 0;
	border-radius: 0;
	cursor: pointer;
}

.wpcf7-form input[type="email"]:focus, .wpcf7-form input[type="text"]:focus, .wpcf7-form textarea:focus {
	box-shadow: none;
}

.wpcf7-form .col-lg-12 {
	border-bottom: 1px solid;
	margin-top: 25px;
	padding-bottom: 8px;
}

.wpcf7-form .wpcf7-list-item-label{ font-size: 12px;
margin-left: 10px;
}

.wpcf7-form .left {
	border-top: 1px solid;
	border-bottom: 1px solid;
	border-right: 1px solid;
	padding-top: 8px;
	padding-bottom: 8px;
}

.wpcf7-form .right {
	border-top: 1px solid;
	border-bottom: 1px solid;
	padding-top: 8px;
	padding-bottom: 8px;
}

.wpcf7-form textarea {
	height: 125px;
}

span.wpcf7-list-item {
    margin: 0;
}

.wpcf7-acceptance label {
	margin-top: 15px;
	margin-bottom: 10px;
}

.wpcf7 .wpcf7-form p {
    width: 100%;
}

.wpcf7 input[type="submit"].wpcf7-submit {
	font-size: 13px;
	text-transform: uppercase;
	color: #8c7e6f;
	border: 1px solid #8c7e6f;
	display: inline-block;
	padding: 8px 30px;
	transition: all .2s ease-in-out;
	border-radius: 0;
	width: 120px;
	float: right;
}

.wpcf7 input[type="submit"].wpcf7-submit:hover, .wpcf7 input[type="submit"].wpcf7-submit:active {
	color: #fff !important;
	background-color: #8c7e6f !important;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.wpcf7 .wpcf7-response-output {
	width: 100%;
	border: 0;
	background-color: #8C7E6F;
	color: #fff;
	height: auto;
	text-align: center;
	border-radius: 0;
	margin: 20px 0;
}

.wpcf7 .wpcf7-not-valid-tip {

    color: #fff;
    position: absolute;
    width: 240px;
    background-color: #8c7e6f;
    padding: 2px 10px;
    z-index: 1;

}

.wpcf7 .wpcf7-not-valid-tip:before {
	content: "";
	background-color: #8c7e6f;
	width: 10px;
	height: 10px;
	position: absolute;
	top: -4px;
	left: 10px;
	transform: rotate(45deg);
}

.wpcf7 {
    max-width: 100%;
}

#map {
	height: 55vh;
}

@media (min-width: 992px) {
	.form_contatti .left {
		padding-right: 45px;
	}

	.form_contatti h3 {
	    margin-top: 5px;
	    margin-bottom: 25px;
	}
}

@media (max-width: 991px) {
	.contatti h1 {
	    margin-top: 5px;
	    margin-bottom: 25px; text-align:center; font-size:35px;
	}
	
	.form_contatti h3 {
    margin-top: 5px;
    margin-bottom: 25px; text-align:center;
    }

	.contatti .wpcf7-form {
		margin-top: 45px;
	}

	.wpcf7-form .left {
	    border-top: 0;
	    border-right: none;
	    padding-top: 8px;
	    padding-bottom: 8px;
	    margin-bottom: 15px;
	}

	.wpcf7-form .right {
	    border-top: 0;
	}

	.contatti .wpcf7-form .row {
		margin-left: 0;
		margin-right: 0;
	}
}

@media (max-width: 479px) {
	.wpcf7 input[type="submit"].wpcf7-submit {
		width: 100%;
	}
}

/**/

/* camera */

.camera .header_image {
	height: 85vh;
	background-position: center center;
	background-size: cover;
	position: relative;
}

.camera .header_image .row.container {
	position: absolute;
	bottom: 30vh;
	left: 0;
	right: 0;
}

.camera .header_image h1, .camera .header_image .sottotitolo {
	color: #fff; font-size:16px;
}

.camera .header_image .sottotitolo { line-height:1.6;
}


.camera .header_image h1{
	font-size:36px; line-height:1.6;
}

.camera .info_camera {
	margin-top: 45px;
	margin-bottom: 45px;
}

.camera .info_camera .left {
	border-top: 1px solid #8C7E6F;
	border-bottom: 1px solid #8C7E6F;
	border-right: 1px solid #8C7E6F;
	display: flex;
	padding-top: 15px;
	padding-bottom: 15px;
}

.camera .info_camera .center {
	border-top: 1px solid #8C7E6F;
	border-bottom: 1px solid #8C7E6F;
}

.camera .info_camera .right {
	border-top: 1px solid #8C7E6F;
	border-bottom: 1px solid #8C7E6F;
	display: flex;
	color: #8C7E6F;
}

.camera .info_camera .booking {
	position: relative;
	text-transform: uppercase;
	padding-right: 22px;
	transition: all .25s ease-in-out;
}

.camera .info_camera .booking a {
    color: #8C7E6F;
    letter-spacing: 1px;
    font-size: 14px;
}

.camera .info_camera .booking:hover {
	padding-right: 35px;
}

.camera .info_camera .booking:before {
	content: "";
	background-color: #8C7E6F;
	right: 0;
	width: 10px;
	height: 1px;
	position: absolute;
	transform: rotate(45deg);
	top: 12px;	
}

.camera .info_camera .booking:after {
	content: "";
	background-color: #8C7E6F;
	right: 0;
	width: 10px;
	height: 1px;
	position: absolute;
	transform: rotate(-45deg);
	top: 19px;
}

.camera .info_camera .left p {
	margin-bottom: 0;
}

.camera .info_camera .center .prezzo {
	padding-left: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
}

.camera .info_camera .center .prezzo strong {
	color: #8C7E6F;
	font-size: 28px;
	font-family: 'Libre Baskerville', serif;
	font-weight: 400;
}

.camera .info_camera .center .servizi {
	padding-left: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	position: relative;
}

.camera .info_camera .center .servizi:before {
	content: "";
	position: absolute;
	width: 80%;
	height: 1px;
	border-top: 1px solid #8C7E6F;
	left: 0;
	top: 0;
}

.camera .info_camera .center .servizi img {
	width: 30px;
	height: auto;
}

.camera .info_camera .center .servizi img:not(:last-child) {
	margin-right: 15px;
}

.camera .owl-nav {
	margin-bottom: 25px;
}

.camera .owl-nav button {
	background: transparent;
	border: 0;
	cursor: pointer;
	padding: 0;
}

.camera .descrizione .owlSliderCamere .item {
    height: 300px;
    background-size: cover;
    background-position: center;
}

.camera .descrizione .right {
	position: absolute;
	left: 50%;
	max-height: 300px;
}

.camera .descrizione {
	min-height: 390px;
	margin-bottom: 65px;
	background-color: #F3F2F0;
	padding-top: 45px;
	padding-bottom: 45px;
}

.camera .descrizione .text{
width:90%;
}

.camera .descrizione .countImg {
    font-size: 14px;
    margin-bottom: 25px;
}

.camera .descrizione .title {
	font-size: 26px;
	color: #8c7e6f;
	line-height: 1.6;
	font-family: 'Libre Baskerville', serif;
	margin-bottom: 15px;
}

.altre_camere .owlAltreCamere .item {
	height: 0;
	padding-top: 56%;
	background-position: center;
	background-size: cover;
}

.altre_camere__titolo {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	color: #fff;
	font-family: 'Libre Baskerville', serif;
	font-size: 24px;
	right: 0;
	text-align: center;
	opacity: 0;
	transition: all .25s ease-in-out;
	z-index: 2;
}

.altre_camere .owlAltreCamere .item:before {
	content: "";
	position: absolute;
	background-color: rgba(0,0,0,0.4);
	opacity: 0;
	transition: all .25s ease-in-out;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.altre_camere .owlAltreCamere .item:hover:before, .item:hover .altre_camere__titolo {
	opacity: 1;
}

.altre_camere .owl-nav button {
    background: transparent;
    border: 0;
    cursor: pointer;
    padding: 0;
}

.altre_camere {
	margin-bottom: 75px;
}

.altre_camere h3 {
	display: inline-block; font-size:28px;
}

.altre_camere .owl-nav {
	float: right;
	margin-top: 10px;
	margin-bottom: 25px;
}

.altre_camere__link {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;

	z-index: 3;
}

@media (max-width: 991px) {
	.camera .header_image h1{
	font-size:32px; line-height:1.4; margin-bottom:10px;
    }
	
	.altre_camere .owl-nav {
	    margin-top: -3px;
	}

	.altre_camere__titolo {
		font-size: 24px;
		opacity: 1;
	}

	.altre_camere .owlAltreCamere .item::before {
		opacity: 1;
	}

	.camera .descrizione .right {
	    position: static;
	    left: unset;
	    max-height: unset;
	    overflow: hidden;
	    margin-bottom: 25px;
	}

	.camera .descrizione .row {
		flex-direction: column-reverse; padding:0;
	}

	.camera .owl-nav {
	    float: right;
	    margin-top: -3px;
	}

	.camera .descrizione .owlSliderCamere .item {
	    height: 0;
	    padding-top: 60%;
	}

	.camera .header_image {
    	height: 75vh !important;
    }
}

@media (max-width: 767px) {
	
		.camera .descrizione .row {
    padding-left: 15px;
    padding-right: 15px;
	}
	
	.camera .info_camera .left div {
		width: 100%;
		font-size: 14px;
	}

	.camera .info_camera .left {
	    border-top: 0;
	    border-bottom: 0;
	    border-right: 0;
	    text-align: center;
	}

	.camera .info_camera .center {
	    border-top: 0;
	    border-bottom: 0;
	}

	.camera .info_camera .center .prezzo {
	    padding-left: 0;
	    text-align: center;
	}

	.camera .info_camera .center .servizi {
		text-align: center;
		padding-top: 25px;
	}

	.camera .info_camera .right {
	    border-top: 0;
	    border-bottom: 0;
	    margin-top: 25px;
	}

	.camera .info_camera .center .servizi::before {
	    width: 50px;
	    left: 50%;
	    transform: translateX(-50%);
	}

	.camera .info_camera .booking {
	    margin: auto;
	}

	.camera .info_camera {
	    margin-top: 35px;
	    margin-bottom: 45px;
	}

	.camera .descrizione .title {
		font-size: 22px;
	}
}

@media (max-width: 479px) {
	
	.camera .descrizione .row {
    padding-left: 15px;
    padding-right: 15px;
	}
	
	.altre_camere .owl-nav {
	    float: none;
	    margin-top: -3px;
	    margin-bottom: 25px;
	    margin-top: 9px;
	}

	.altre_camere .col-lg-12 {
		text-align: center;
	}

	.altre_camere__titolo {
    font-size: 22px;
    line-height: 1.4;
	}

	.camera .descrizione .title {
		font-size: 18px;
	}
}

/**/

/* fotogallery */

.fotogallery .header_content {
	margin-top: 65px;
	margin-bottom: 65px;
}

.fotogallery .header_content__sottotitolo {
	font-size: 14px; letter-spacing:1px;
	text-transform: uppercase;
	color: #8C7E6F;
} 

.fotogallery .header_content__content {
	text-align: justify;
}

.fotogallery h1 {
	margin-top: 10px;
	margin-bottom: 35px;
}

/* clear fix */
.fotogallery_container .grid:after {
  content: '';
  display: block;
  clear: both;
}

/* ---- .grid-item ---- */

.fotogallery_container .grid-sizer,
.fotogallery_container .grid-item {
  width: calc(50% - 5px);
  padding-bottom: 10px;
}

.fotogallery_container .grid .grid-item:nth-child(2n+0) {
	padding-right: 5px;
}

.fotogallery_container .grid .grid-item:nth-child(2n+1) {
	padding-left: 5px;
}

.fotogallery_container .grid-item {
  float: left;
}

.fotogallery_container .grid-item img {
  display: block;
  max-width: 100%;
}

.fotogallery_container {
	margin-bottom: 65px;
}

.fotogallery_container h3 {
	margin-bottom: 45px;
}

.fotogallery_container .col-lg-12 {
	margin-bottom: 80px;
}

@media (max-width: 991px) {
	
	.fotogallery .header_content__sottotitolo { text-align:center;
	}
	
	.fotogallery h1 { text-align:center; font-size:35px;

	}
	
	.fotogallery_container .col-lg-12 {
		margin-bottom: 65px;
	}

	.fotogallery_container h3 {
		margin-bottom: 25px;
	}
}

@media (max-width: 479px) {
	.fotogallery_container .grid-sizer,
	.fotogallery_container .grid-item {
	  width: 100%;
	  padding-bottom: 10px;
	}

	.fotogallery_container .grid .grid-item:nth-child(2n+0) {
		padding-right: 0px;
	}

	.fotogallery_container .grid .grid-item:nth-child(2n+1) {
		padding-left: 0px;
	}
}

/**/

/* sidebar booking */

.sidebar_prenota {
	position: fixed;
	width: 40vw;
	top: 0;
	bottom: 0;
	background-color: rgba(255,255,255,0.95);
	z-index: 9;
	transition: all .6s ease-in-out;
	right: -100%;
	padding: 65px 45px;
	overflow-y: auto;
	scroll-behavior: smooth;
}

.sidebar_prenota.open {
	right: 0;
}

.sidebar_prenota__close__x {
	position: relative;
}

.sidebar_prenota__close__x:before {
	content: "";
	position: absolute;
	width: 30px;
	height: 2px;
	background-color: #8c7e6f;
	transform: rotate(45deg);
}

.sidebar_prenota__close__x:after {
	content: "";
	position: absolute;
	width: 30px;
	height: 2px;
	background-color: #8c7e6f;
	transform: rotate(-45deg);
}

.sidebar_prenota__titolo {
	font-family: 'Libre Baskerville', serif;
	font-size: 30px;
	color: #8c7e6f;
	margin-bottom: 25px;
	text-align: center;
	position: relative; text-transform: capitalize;
}

.sidebar_prenota__footer__titolo {
	font-family: 'Libre Baskerville', serif;
	font-size: 21px;
	margin-bottom: 10px;
	color: #8c7e6f;
}

.sidebar_prenota__close {
	width: 30px;
	height: 30px;
	padding-top: 15px;
	text-align: left;
	cursor: pointer;
	position: absolute;
	right: 10px;
	top: 6px;
}

.sidebar_prenota__bukly {
	margin-bottom: 55px;
}

@media (max-width: 992px) {
	.sidebar_prenota {
		width: 75vw;
		right: -80vw;
	}

	.sidebar_prenota__titolo {
	    font-size: 22px;
	}

	.sidebar_prenota__footer {
		margin-bottom: 65px;
	}
}

@media (max-width: 767px) {
	.sidebar_prenota {
		width: 100vw;
		right: -101vw;
	}

	.sidebar_prenota__close {
	    right: -15px;
	    top: -35px;
	}

	.sidebar_prenota {
		padding-left: 30px;
		padding-right: 30px;
	}
}

/**/

/* bukly widget sidebar */

.sidebar_prenota__bukly .bukly-widget label {
    font-size: 18px;
    font-weight: 400;
    color: #8c7e6f;
    font-family: 'Quicksand', sans-serif;
}

.sidebar_prenota__bukly .bukly-widget {
    height: auto;
    border: 0;
	background: transparent;
	padding: 0;
}

.sidebar_prenota__bukly .bukly-widget .input {
    float: none;
    margin-right: 0;
    margin-bottom: 45px;
}

.sidebar_prenota__bukly .bukly-widget #checkin, .sidebar_prenota__bukly .bukly-widget #checkout {
    height: 40px;
    width: 100%;
    border: 1px solid #8c7e6f;
    background: transparent;
    font-size: 15px;
    font-weight: 400;
}

.sidebar_prenota__bukly .bukly-widget .pure-button {
    margin-top: 14px;
    vertical-align: middle;
    background-color: #8c7e6f;
    border-radius: 0;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: Quicksand;
    font-size: 16px;
    letter-spacing: 1px;
}

@media (max-width: 767px) {
	.sidebar_prenota__bukly .bukly-widget .input {
	    margin-bottom: 25px;
	}
}

/**/

/* popup footer */

.popup_footer {
	width: 325px;
	position: fixed;
	bottom: -100%;
	right: 0;
	z-index: 9;
	background-color: rgba(255,255,255,0.9);
	padding: 25px;
	-webkit-transition: all 1s ease-in-out;
	   -moz-transition: all 1s ease-in-out;
	    -ms-transition: all 1s ease-in-out;
	     -o-transition: all 1s ease-in-out;
	        transition: all 1s ease-in-out;
}

.popup_footer.open {
	bottom: 0%;
}

.popup_footer__titolo {
	font-family: 'Libre Baskerville', serif;
	font-size: 19px;
	color: #8c7e6f;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.popup_footer .arrow {
	float: right;
	padding-bottom: 5px;
}

.popup_footer a {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: 1;
}

.popup_footer:hover .arrow .line {
	width: 65px;
}

.popup_footer__close_x:before {
	content: "";
	position: absolute;
	width: 15px;
	height: 1px;
	background-color: #8c7e6f;
	transform: rotate(45deg);
}

.popup_footer__close_x:after {
	content: "";
	position: absolute;
	width: 15px;
	height: 1px;
	background-color: #8c7e6f;
	transform: rotate(-45deg);
}

.popup_footer__close_x {
	position: relative;
}

.popup_footer__close {
	width: 30px;
	height: 30px;
	text-align: left;
	cursor: pointer;
	position: absolute;
	right: 10px;
	top: 10px;
	padding-top: 15px;
	z-index: 2;
	padding-left: 7px;
}

/**/

/* GO TO */

@-webkit-keyframes header-line {
    0% {
        -webkit-transform-origin: center top;
        transform-origin: center top;
        -webkit-transform: scaleY(0);
        transform: scaleY(0)
    }

    24% {
        -webkit-transform-origin: center top;
        transform-origin: center top
    }

    25% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom
    }

    50% {
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom
    }

    100% {
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom
    }
}

@keyframes header-line {
    0% {
        -webkit-transform-origin: center top;
        transform-origin: center top;
        -webkit-transform: scaleY(0);
        transform: scaleY(0)
    }

    24% {
        -webkit-transform-origin: center top;
        transform-origin: center top
    }

    25% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom
    }

    50% {
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom
    }

    100% {
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom
    }
}

.go-to {
	position: absolute;
	z-index: 7;
	margin-top: -100px;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
}

.go-to__title {
	color: white;
	display: block;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: normal;
	font-size: 13px;
	letter-spacing: 2px;
	margin-bottom: 10px;
}

.go-to__title:hover {
	color: #fff;
}

.go-to__link {
	padding: 0 4rem;
	display: inline-block;
	line-height: 1;
	font-size: 0;
}

.go-to__line {
	display: inline-block;
	width: 1px;
	background-color: white;
	animation: header-line 3.6s infinite;
	height: 4rem;
}

@media (max-width: 767px) {
	.go-to {
		margin-top: -84px;
	}

	.go-to__line {
	    height: 3rem;
	}
}

/**/

/* cookie */

#cookie-notice .cn-button {
	margin-left: 10px;
	background: #fff;
	border-radius: 0;
	text-shadow: none;
	box-shadow: none;
	color: #8c7e6f;
	font-family: 'Quicksand', sans-serif;
	font-size: 10px;
}

/**/

/* svg owl */

.owl-prev #prev_arrow, .owl-next #next_arrow {
	width: 30px;
	height: 30px;
	transition: all .4s ease-in-out;
	-webkit-transform: translateZ(0) scale(1.0, 1.0);
	transform: translateZ(0);
}

.owl-prev:hover #prev_arrow, .owl-next:hover #next_arrow {
	width: 80px;
	transition: all .4s ease-in-out;
}

.owl-prev #prev_arrow #line {
	transition: all .4s ease-in-out;
}

.owl-prev:hover #prev_arrow #line {
	transform: scaleX(3) translateX(-205px);
}

.owl-next #next_arrow #line {
	transition: all .4s ease-in-out;
}

.owl-next:hover #next_arrow #line {
	transform: scaleX(3) translateX(-200px);
}

.owl-next #next_arrow #arrow {
	transition: all .4s ease-in-out;
}

.owl-next:hover #next_arrow #arrow {
	transform: translateX(434px);
}

.owl-prev #prev_arrow #arrow {
	transition: all .4s ease-in-out;
}

.owl-prev:hover #prev_arrow #arrow {
	transform: translateX(-425px);
}

/**/

/* 404 */

.errore404 #main {
	margin-top: 65px;
	margin-bottom: 65px;
}

.errore404 .contenuto .button {
	margin-top: 45px;
}

/**/