<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Rochester&amp;display=swap');
.center{
	text-align: center;
	align-content: center;
}

.left{
	text-align: left;
}

.right{
	text-align: right;
}

.colorfff{
	color: #FFFFFF;
}

.spanBold{
	font: 16px "Open Sans", Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.h300{
	height: 300px;
}

.p25{
	padding-top: 25px;
}

/* modifiche per mappa del sito */
.paddleft{
	padding-left:15px;
}

.mtop10{
	margin-top: 10px;
}

.mtop30{
	margin-top: 30px !important;
}

.mbottom30{
	margin-bottom: 30px !important;
}

.ptop20{
	padding-top: 20px !important;
}

.pbottom20{
	padding-bottom: 20px !important;
}

#main-menu .list-inline a.drop-menu:before {
    position: absolute;
    content: "";
    right: -2px;
    top: 51%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    vertical-align: middle;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #FFFFFF;
}

#main-menu .list-inline a.drop-menu:hover::before, #main-menu .list-inline .active a.drop-menu:before{
	border-top: 4px solid #d2b48c;
}

.footer-up{
	padding: 20px 0;
}

.footer-down{
	background-color: #d2b48c;
}

.footer-bottom{
	margin-bottom: 0px;
}

#main-footer .footer-up .widget-box &gt; ul &gt; li &gt; a {
    line-height: 60px;
}

#main-footer .footer-up .widget-box ul li.active &gt; a {
    color: #FFFFFF;
}

#main-footer .footer-up .widget-box ul li &gt; a {
    color: #FFFFFF;
    font: 0.9em/120px "Playfair Display", Arial, Helvetica, sans-serif;
    padding: 0 3px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#main-footer .footer-up .widget-box ul li &gt; a:hover {
    color: #d2b48c;
}

#rooms-section .inner-container &gt; .width100 {
	max-width: 100%;
}

#welcome-section .inner-container &gt; .width100 {
	max-width: 100%;
}

.copy-right{
	color: #FFFFFF;
}

.copy-right a{
	color: #FFFFFF;
}

.copy-right a:hover{
	color: #313131;
}

.box-vantaggi{
	text-align: center;
	margin-bottom: 30px;
}

.box-vantaggi:before{
    display: block;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 20px;
	top: -20px;
    border-top: 2px solid #d2b48c;
	border-left: 2px solid #d2b48c;
	border-right: 2px solid #d2b48c;
}

.box-vantaggi:after{
    display: block;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 20px;
    border-bottom: 2px solid #d2b48c;
	border-left: 2px solid #d2b48c;
	border-right: 2px solid #d2b48c;
}

.title-vantaggi{
    color: #FFFFFF;
    font: 14px/30px "Playfair Display", Arial, Helvetica, sans-serif;
}

.subtitle-vantaggi{
    color: #d2b48c;
    font: 10px/20px "Playfair Display", Arial, Helvetica, sans-serif;
}

.margin-lateral10-left{
	width: 48%;
	margin-left: 2%;
}

.margin-lateral10-right{
	width: 48%;
	margin-right: 2%;
}

.title-vantaggi .fas{
	margin-right: 6px;
}

.offerts-description{
	padding-left: 15px;
	padding-right: 15px;
	text-align: justify;
	font: 14px/30px "Playfair Display", Arial, Helvetica, sans-serif;
}

.privacy{
	display: none;
}

.social-section{
	z-index: 50;
	position: fixed;
    top: 50%;
    right: 0;
}

.social-box{
	width: 60px;
	height: 60px;
	background-color: transparent;
	margin-bottom: 15px;
	text-align: center;
	padding-top: 5px;
}
@media (min-width: 768px){
    .social-box{
    display: none;
    }
}
.list-inline-social-fixed{
	padding-left: 0;
    list-style: none;
	background-color: transparent;
	border-radius: 15px;
	width: 30px;
	height: 30px;
    vertical-align: middle;
	text-align: center;
	margin-left: 5px;
}

.list-inline-social-fixed li{
    vertical-align: middle;
	text-align: center;
} 

.list-inline-social-fixed .fa{
	font: normal normal normal 20px/30px FontAwesome;
	color: #FFFFFF;
}



.box-information{
	width: 25%;
	float: left;
	text-align: center;
	border-left: 1px solid rgba(114,103,69,.7);
	border-right: 1px solid rgba(114,103,69,.7);
}

.emoticon-box-information{
	width: 100%;
	text-align: center;
}

.text-box-information{
	width: 100%;
	text-align: center;
	padding-bottom: 6px;
	font-weight: 600;
}

.text-box-information a{
	color: #000000;
}

.ravis-title-t-1 .title-1 {
  color: #FFFFFF;
  /*font: 30px/80px "Playfair Display", Arial, Helvetica, sans-serif; */
  font: 36px/50px "EBGaramond-Regular", serif;	
	text-transform: uppercase;
}

.play-btn .fa{
	line-height: 2px;
	margin-left: 2px;
}


.no-padding-tb{
	padding-top: 0px;
	padding-bottom: 0px;
}

.on-mobile{
		display: none;
	}

.ravis-title-testimonial:before, .ravis-title-testimonial:after {
    display: block;
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -50px;
    width: 100px;
    height: 20px;
    /*border: 2px solid #d2b48c;*/
}

.ravis-title-testimonial .inner-box .sub-title {
    color: #d2b48c;
    font: 30px "Great Vibes", Arial, Helvetica, sans-serif;
	margin-top: 10px;
}

.ravis-title-testimonial .inner-box:before, .ravis-title .inner-box:after {
    display: block;
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -45px;
    width: 90px;
    /*height: 25px;*/
    /*border: 1px solid #d2b48c;*/
}

.ravis-title-testimonial .inner-box .title {
    color: #FFFFFF;
    font: 30px/30px "Playfair Display", Arial, Helvetica, sans-serif;
}

#testimonials-section .item .text-testimonial {
    margin-top: 30px;
    color: #FFFFFF;
    position: relative;
	font: 18px/20px "Quicksand-Regular", "Calibri", Arial, Helvetica, sans-serif;
    font-style: italic;
}

#testimonials-section .item .text-testimonial:before {
    content: "\f10d";
    top: -40px;
    left: -40px;
}

#testimonials-section .item .text-testimonial:after {
    content: "\f10e";
    bottom: -40px;
    right: -40px;
}

#testimonials-section .item .text-testimonial:before, #testimonials-section .item .text-testimonial:after {
    font: 2.5em/1em "FontAwesome";
    color: #d2b48c;
    position: absolute;
    opacity: 0.6;
    filter: alpha(opacity=60);
}

#welcome-section .inner-container .more-info, #our-services .inner-container .more-info,
#rooms-section .inner-container .more-info{
    color: #222222;
    padding: 15px 40px;
	display: inline-block;
    background: #d2b48c;
    border: 1px solid #d2b48c;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
	text-align: center;
	font: 18px/20px "Open Sans", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

#welcome-section .inner-container .more-info:hover, #our-services .inner-container .more-info:hover,
#rooms-section .inner-container .more-info:hover{
    color: #d2b48c;
    background: #222222;
}

.mbottom30{
	margin-bottom: 30px;	
}

.mtop30{
	margin-top: 30px;
}

#contact-section .b-sec .contact-form form button[type="submit"]:hover {
    background: #222222;
    color: #d2b48c;
}

#contact-section .b-sec .contact-form form button[type="submit"] {
    background: #d2b48c;
    border: 1px solid #d2b48c;
    color: #222222;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-family: "Playfair Display", Arial, Helvetica, sans-serif;
    padding: 10px 20px;
    font-size: 1.2em;
}

#contact-section .b-sec .contact-form form button {
    width: 100%;
}

.box-error2{
	color: #FF0000;
}

#blog-section .post-box:hover{
	background-color: inherit;
}

.left{
	margin-left: 0;
	text-align: left;
}

#contact-section .b-sec .contact-form form input[type="checkbox"] {
    width: 10%;
	margin-left: 0;
}

.gold-background{
	/*border: 1px solid #d2b48c;*/
}

.box-interno-booking{
	padding: 10px 10px;
	z-index: 50;
	width: 90%;
	margin-left: 5%;
}

.box-interno-booking:before{
	display: block;
    content: '';
    position: absolute;
    left: 0;
    width: 90%;
	margin-left: 5%;
    height: 80px;
    border-top: 3px solid #d2b48c;
	border-left: 3px solid #d2b48c;
	border-right: 3px solid #d2b48c;
}

.box-interno-booking:after{
	display: block;
    content: '';
    position: absolute;
    left: 0;
    width: 90%;
	margin-left: 5%;
    height: 80px;
    border-left: 3px solid #d2b48c;
	border-right: 3px solid #d2b48c;
	border-bottom: 3px solid #d2b48c;
	bottom: 40px;
}

.title-prenota-ora{
	width: 100%;
	text-align: center;
}

.box-error22 {
    height: 10px !important;
    line-height: 16px !important;
    width: 100%;
    padding: 10px 0;
    float: left;
    text-align: center;
    color: #ff0000;
    font-size: 12px;
    border: none;
}

#booking-section {
    margin-bottom: 30px;
}

#booking-section .box-interno-booking form .field-row &gt; i {
    color: #d2b48c;
    position: absolute;
    top: 17px;
    right: 20px;
}

#room-information-form input[type="text"]{
	border: 1px solid #d2b48c;
}

#blog-section .inner-container .more-info {
    color: #222222;
    padding: 15px 40px;
    display: inline-block;
    background: #d2b48c;
    border: 1px solid #d2b48c;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-align: center;
    font: 18px/20px "Open Sans", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
}

#blog-section .inner-container .more-info:hover{
	color: #d2b48c;
    background: #222222;
}

#blog-section .post-box .post-b-sec {
    padding-bottom: 80px;
}

#special-offers .width100 {
    max-width: 100%;
}


body.room-detials .room-title-box .price h2{
    color: #d2b48c;
    margin-top: 20px;
    font: 1.1em/30px "Great Vibes", Arial, Helvetica, sans-serif;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}



.room-desc .r-sec .user-img-box {
    width: 100%;
    height: 100%;
    text-align: center;
    position: relative;
}

.room-desc .r-sec .user-img-box:before, .room-desc .r-sec .user-img-box:after {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 80px;
    border: 3px solid #d2b48c;
}

.room-desc .r-sec .user-img-box .inner-box {
    position: relative;
}

.room-desc .r-sec .user-img-box .inner-box:before {
    top: 5px;
    border-bottom: 0;
}
.room-desc .r-sec .user-img-box .inner-box:before, .room-desc .r-sec .user-img-box .inner-box:after {
    display: block;
    content: '';
    position: absolute;
    left: 5px;
    width: calc(100% - 10px);
    height: 75px;
    border: 1px solid #d2b48c;
}

.room-desc .r-sec .user-img-box .inner-box img {
    margin: 40px 0;
    position: relative;
    z-index: 1;
    max-width: 100%;
}

.room-desc .r-sec .user-img-box .inner-box:after {
    bottom: 5px;
    border-top: 0;
}

.room-desc .r-sec .user-img-box .inner-box:before, .room-desc .r-sec .user-img-box .inner-box:after {
    display: block;
    content: '';
    position: absolute;
    left: 5px;
    width: calc(100% - 10px);
    height: 75px;
    border: 1px solid #d2b48c;
}

.room-desc .r-sec .user-img-box:after {
    bottom: 0;
    border-top: 0;
}
.room-desc .r-sec .user-img-box:before, .room-desc .r-sec .user-img-box:after {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 80px;
	border: 3px solid #d2b48c;
}

.room-desc .r-sec .user-img-box:before {
    top: 0;
    border-bottom: 0;
}

.room-desc .r-sec .user-img-box:after{
	bottom: 0;
    border-top: 0;
}

.room-desc .r-sec .user-img-box .inner-box:after {
    bottom: 5px;
    border-top: 0;
}

.room-desc .r-sec .user-img-box .inner-box:before {
    top: 5px;
    border-bottom: 0;
}

.room-main-image-div{
	display: table-cell; 
}

.main-img-camere{
	display: block;
    margin-left: auto;
    margin-right: auto;
}

.slider-camere-basso{
	/*background-color: #d2b48c;*/
}

.img-room-slider{
	height: auto;
	padding: 6px 3px;
	background-position: center;
}

@media only screen and (min-width: 992px) and (max-width: 1439px){
	.main-img-camere{
		max-height: 760px;
	}
}

@media only screen and (max-width: 991px){
	.only-pc-img{
		display: none;
	}
	
	.main-img-camere{
		max-height: 500px;
	}
}

@media only screen and (max-width: 768px){
	.main-img-camere{
		max-height: 400px;
		/*position: relative;
    	left: -15% !important;*/
	}
}

/* ------ BANNER OFFERTE ------*/

.banner-offerte {
    margin-top: 10px;
    /*background: url(/assets/img/banner-offerte.jpg) no-repeat top;*/
    padding-top: 30px;
}

.banner-offerte h2 {
    color: #000000;
    font: 30px/80px "Playfair Display", Arial, Helvetica, sans-serif;
    margin: 0 0 30px 0;
}

.pregali {
	color: #000000;
	line-height: 30px;
	/*font: 14px/32px "Open Sans", Arial, Helvetica, sans-serif;*/
	font: 17px/26px "Quicksand-Regular", "Open Sans", Arial, Helvetica, sans-serif
}

.list-check .fa{
	color: #d2b48c;
}

/*.list-check li {
    background: url(../images/list-check.png) no-repeat left center;
    padding-left: 28px;
}*/

.btnregali-cont {
    margin-top: 40px;
    text-align: center;
    min-height: 50px;
    line-height: 50px;
	margin-bottom: 20px;
}

.btnregali {
    border-radius: 0px;
    padding: 14px 34px;
    text-align: center;
    color: #d2b48c;
    background: #222222;
	font: 16px/20px "Open Sans", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
	border: 1px solid #d2b48c;
}

.btnregali:hover {
    color: #222222;
    background: #d2b48c;
	border: 1px solid #d2b48c;
}

.box-regali {
    /*font: 14px/20px "Open Sans", Arial, Helvetica, sans-serif;*/
	font: 16px/24px "Quicksand-Regular", "Open Sans", Arial, Helvetica, sans-serif;
    padding: 30px;
    background: #FFF;
    text-align: left;
    border: 1px solid #d2b48c;
}

.regalo-offerta {
    color: #d2b48c;
}

.box-regali h3 {
	/* font: 28px/20px "Playfair Display", Arial, Helvetica, sans-serif;
    margin-top: 20px; */
	color: #000000;
}

.box-regali ul.lista-regali .regalo {
    text-align: left;
    list-style-position: outside;
    margin-left: 20px;
    margin-bottom: 20px;
    line-height: 24px;
	color: #222222;
}

.lista-regali ul{
}

.box-regali ul.lista-regali .regalo .big {
    font-size: 18px;
    font-weight: bold;
	color: #000000;
}

.banner-offerte-box .title span {
    display: inline-block;
    position: relative;
}

.banner-offerte-box .title {
    color: #000000;
    font: 30px/80px "Playfair Display", Arial, Helvetica, sans-serif;
}

.banner-offerte-box .title span:before {
    width: 100%;
    height: 2px;
}

.banner-offerte-box .title span:after {
    width: 80%;
    height: 1px;
    bottom: -3px;
}

#special-offers .packages-container {
    margin-top: 30px;
}
/*.banner-offerte-box .title span:before, .banner-offerte .title span:after {
    display: block;
    content: '';
    position: absolute;
    bottom: 0;
    background: #d2b48c;
    left: 0;
}*/

.mfp-iframe-scaler iframe{
	height: 800px;
}

#mostra_email_b a, #mostra_email_b a:hover{
	color: #222222;
}


.only-mobile{
	display: none;
}



@media only screen and (max-width: 1199px){
	.menu-mobile{
		height: 36px;
		line-height: 2.2;
	}
	
	.box-interno-booking:after {
    	bottom: 5px;
	}
}


@media only screen and (min-width: 769px){
	.information-section-below{
		visibility: hidden;
	}
}


@media (max-width: 440px) {
    .ravis-title-t-1 .title-1 {
      font-size: 24px; } 
	
	#rooms-section.row-view .room-container .room-box .m-sec .more-info {
		width: 100% !important;
    	padding: 10px 10px;
	}
	
	#security_code_ins{
		font-size: 9px;
	}
}

.ravis-title-t-1 .title-1 span {
    display: inline-block;
    position: relative; 
}
/*.ravis-title-t-1 .title-1 span:before {
      display: block;
      content: '';
      position: absolute;
      bottom: 0;
      background: #d2b48c;
      left: 0; 
}*/
.ravis-title-t-1 .title-1 span:before {
      width: 100%;
      height: 2px; 
}
.ravis-title-t-1 .title-1 span:after {
      width: 80%;
      height: 1px;
      bottom: -3px; 
}

.ravis-title-t-1 .title-1 span:after, .ravis-title-t-1 .title span:after, .ravis-title-t-2 .title span:after{
	display: none;
}












/* ---- CSS MAX WIDTH 992px ----- */
@media only screen and (max-width: 992px){
	.left{
		text-align: center;
	}

	.right{
		text-align: center;
	}
	
	.box-vantaggi{
		text-align: center;
		margin-bottom: 50px;
	}
	
	.margin-lateral10-left{
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}

	.margin-lateral10-right{
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
		
	.no-mobile{
		display: none;
	}
	
	.on-mobile{
		display: inline;
	}
}


@media only screen and (max-width: 768px){
	#main-footer .b2-sec{
		margin-bottom: 0px;
	}
	
	#mobile-menu-container #main-menu &gt; ul {
    	padding-bottom: 60px;
	}
	
	.ravis-title-t-1 .hometitle, h1.title-1{
		font-size: 24px !important;
	}
	
	h2.sub-title{
		/*font: 22px/24px "Great Vibes", Arial, Helvetica, sans-serif !important;*/
		/*font: 20px/28px "EBGaramond-Regular", serif;*/
	}
	
	h2.sub-title{
		margin-top: 0px;
	}
	
	#services-box.owl-theme .owl-controls .owl-page{
		margin: 0px 10px 10px 10px !important;
	}
	
	#room-slider .owl-wrapper{
		height: 590px !important;
	}
	
	.only-mobile{
		display: inline !important;
	}
	.only-pc{
		display: none !important;
	}
	
	#modal-custom .iziModal-content .icon-close{
		right: 0px !important;
		top: 0px !important;
	}
	
	.ravis-title-t-1 .title {
		font: 30px/34px "EBGaramond-Medium", serif;
	}
	
	#breadcrumb-section {
		height: 340px;
		padding-top: 90px;
	}
}


@media only screen and (max-width: 440px){
	.ravis-title-t-1 .title{
		/*line-height: 28px !important;*/
	}
		
	h1.title-1{
		/*font-size: 22px !important;*/
		font: 22px/26px "Playfair Display", Arial, Helvetica, sans-serif !important;
		padding-bottom: 10px;
	}
	
	.ravis-title-t-1 .title-1 span{
		padding-bottom: 10px !important;
	}
	
	h2.sub-title{
		/*font: 20px/18px "Great Vibes", Arial, Helvetica, sans-serif !important;*/
	}
		
	.owl-theme .owl-controls{
		position: relative;
		left: 50%;
	}
	
	#luxury-rooms-box.owl-theme .owl-controls{
		position: absolute;
		/*left: 50%;*/
	}
	
	#our-services .owl-theme .owl-controls{
		position: absolute;
		left: 50%;
	}
	
	#services-box.owl-theme .owl-controls {
   		/*top: 20px;*/
	}
	
	#services-box.owl-theme .owl-controls .owl-page{
		margin: 0px 10px 10px 10px !important;
	}
	
	#room-slider .owl-wrapper{
		height: 550px !important;
	}
	
	#header-book-bow{
		display: none;
	}
	
	#main-menu-handle{
		right: 0px;
	}
}

@media only screen and (max-width: 390px){
	.footer-up .list-inline &gt; li{
    	padding-left: 5px;
    	padding-right: 5px;
	}
	
	.p25{
		padding-top: 6px;
	}
	
	.privacy{
		width: 100%;
		display: inline-block;
	}
	
	.right{
		display: none;
	}
	
	.left{
		display: none;
	}
	
	.social-section{
		/*display: none*/
	}
	
	h1.title-1{
		/*font-size: 22px !important;*/
		/*font: 22px/26px "Playfair Display", Arial, Helvetica, sans-serif !important;*/
		padding-bottom: 0px;
	}
	
	.ravis-title-t-1 .title-1 span {
		padding-bottom: 10px;
	}
	
	h2.sub-title{
		font: 20px/18px "Great Vibes", Arial, Helvetica, sans-serif !important;
	}
}


/*----- NEW SLIDER HOME SIZE -------*/
@media only screen and (max-width: 991px){
	#main-slider .owl-wrapper, #main-slider-fullscreen .owl-wrapper{
		height: 500px !important;
	}
	
	#main-slider .slide-caption, #main-slider-fullscreen .slide-caption {
    	top: 70%;
	}
}

@media only screen and (max-width: 767px){
	#main-slider .owl-wrapper, #main-slider-fullscreen .owl-wrapper{
		height: 400px !important;
	}
	
	#main-slider .slide-caption, #main-slider-fullscreen .slide-caption {
    	top: 70%;
	}
}

@media only screen and (max-width: 440px){
	#main-slider .slide-caption, #main-slider-fullscreen .slide-caption {
    	top: 75%;
	}
}


/*---- FINE NEW SLIDER HOME -----*/



/*---- NUOVA PAGINA HOTEL -----*/

.container-all-width{
	max-width: 1600px;
	width: 90%;
	margin: 0 auto;
}

.container-all-width-2, .container-all-width-3{
	width: 100%;
	margin: 0 auto;
	background-color: #111111;
	padding-right: 0;
	padding-left: 0;
}

.container-all-width-2 .l-sec{
	padding-left: 5%;
	padding-top: 70px;
	text-align: center;
}

.container-all-width-3 .r-sec{
	padding-right: 5%;
	padding-top: 70px;
	text-align: center;
}

.container-all-width-2 .r-sec{
	padding-right: 0;
}

.container-all-width-3 .l-sec{
	padding-left: 0;
}

.three-img-block{
	height: 620px;
	margin-bottom: 20px;
}

.three-img-block .block-01 {
    width: 50%;
    height: 100%;
    padding-right: 15px;
}

.three-img-block&gt;div {
    float: left;
}

.three-img-block&gt;div .background-cover {
    height: 100%;
}

.background-cover {
    position: relative;
	border: 2px solid #d2b48c;
}

.background-cover .image-cover {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
}

.three-img-block .block-02 {
    width: 50%;
    height: 50%;
    padding-bottom: 15px;
}

.three-img-block .block-03 {
    width: 50%;
    height: 50%;
}

.l-sec #slide-show-section, .r-sec #slide-show-section{
	margin: 0 auto 0
}

#welcome-section.no-padding-bottom{
	padding-bottom: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1399px){
	.container-all-width-2 .l-sec, .container-all-width-3 .r-sec {
		padding-left: 5%;
		padding-top: 10px;
		text-align: center;
	}
}

@media only screen and (max-width: 991px){
	.container-all-width-2, .container-all-width-3 {
		width: 100%;
		margin: 0 auto;
		background-color: #111111;
		padding-right: 0;
		padding-left: 0;
	}
	
	.container-all-width-2 .l-sec, .container-all-width-3 .r-sec {
		padding-left: 5%;
		padding-right: 5%;
		padding-top: 30px;
	}
	
	.container-all-width-2 .r-sec, .container-all-width-3 .l-sec {
		padding-right: 0;
		padding-left: 0;
		padding-bottom: 25px;
	}
}

/*---- FINE NUOVA PAGINA HOTEL ----*/







/*---- NUOVO MENU MOBILE -----*/
.mm-menu_offcanvas {display: none;}

.mm-listview .mm-listitem{
	font-family: "Playfair Display", Arial, Helvetica, sans-serif;
}

#main-menu-handle.active .fa-bars {
    display: inline;
}

@media only screen and (max-width: 1199px){
	#navbar-menu{
		display: none;
	}
}



/*---- FINE NUOVO MENU MOBILE -----*/








/*------ MODIFICHE GRAFICHE DICEMBRE 2020 ------*/
body{
	background: #FAFAFA;
	color: #222222;
}

b{
	font-family: "Quicksand-Medium", sans-serif;
}

#welcome-section .l-sec .content {
    line-height: 24px;
}

#main-header.sticky #t-logo img, #main-header.sticky #f-logo img{
	max-width: 133px;
	height: auto;
}

.ravis-title-testimonial .inner-box .title {
    color: #FFFFFF;
    font: 30px/40px "EBGaramond-Regular", serif;
    text-transform: uppercase;
}

.ravis-title-testimonial .inner-box .sub-title {
    color: #d2b48c;
    font: 24px/28px "EBGaramond-Regular", serif;
}

.ravis-title-t-1 .title, .ravis-title .inner-box .title{
	color: #222222;
}

.mm-listview .mm-listitem {
    font: 16px/20px "Quicksand-Regular", "Open Sans", Arial, Helvetica, sans-serif;
}

#main-slider .slide-caption .up-sec, #main-slider-fullscreen .slide-caption .up-sec {
    color: #d2b48c;
    font: 0.9em/1em "EBGaramond-Light", serif;
}

#main-slider .slide-caption .down-sec, #main-slider-fullscreen .slide-caption .down-sec {
    font: 1.4em/1em "EBGaramond-Regular", serif;
}

#main-footer .footer-up .widget-box ul li{
	padding-top: 20px;
	padding-bottom: 20px;
}

#main-footer .footer-up .widget-box ul li &gt; a {
    color: #FFFFFF;
    font: 14px "Quicksand-Regular", sans-serif;
}

#main-footer .footer-up .center p{
	margin-bottom: 0;
}

.ravis-title .inner-box .title {
    color: #FFFFFF;
    font: 30px/40px "EBGaramond-Regular", serif;
	text-transform: uppercase;
}

.ravis-title .inner-box .sub-title {
    color: #d2b48c;
    font: 24px/28px "EBGaramond-Regular", serif;
}

.title-vantaggi {
    font: 14px/30px "Quicksand-Regular", "Open Sans", Arial, Helvetica, sans-serif;
}

.ravis-btn.btn-type-1 {
    font-family: "Quicksand-Regular", "Open Sans", Arial, Helvetica, sans-serif;
}

#main-slider .owl-controls .owl-prev, #main-slider .owl-controls .owl-next, #main-slider-fullscreen .owl-controls .owl-prev, #main-slider-fullscreen .owl-controls .owl-next, #testimonials-section .owl-theme .owl-controls .owl-prev, #testimonials-section .owl-theme .owl-controls .owl-next, #slide-show-section #main-image-slider .owl-controls .owl-prev, #slide-show-section #main-image-slider .owl-controls .owl-next,
#luxury-rooms-box .owl-controls .owl-prev, #luxury-rooms-box .owl-controls .owl-next{
	/*border: 1px solid #FFF;*/
	background: rgba(210,180,140,0.3);
	border-radius: 50%;
}

#slide-show-section #main-image-slider .owl-controls .owl-prev{
	left: 20px;
}

#slide-show-section #main-image-slider .owl-controls .owl-next{
	right: 20px;
}

#main-slider .owl-controls .owl-prev:before, #main-slider .owl-controls .owl-next:before, #main-slider-fullscreen .owl-controls .owl-prev:before, #main-slider-fullscreen .owl-controls .owl-next:before, #testimonials-section .owl-theme .owl-controls .owl-prev:before, #testimonials-section .owl-theme .owl-controls .owl-next:before, #slide-show-section #main-image-slider .owl-controls .owl-prev:before, #slide-show-section #main-image-slider .owl-controls .owl-next:before {
    display: none;
}

#main-slider .owl-controls .owl-prev:after, #main-slider .owl-controls .owl-next:after, #main-slider-fullscreen .owl-controls .owl-prev:after, #main-slider-fullscreen .owl-controls .owl-next:after, #testimonials-section .owl-theme .owl-controls .owl-prev:after, #testimonials-section .owl-theme .owl-controls .owl-next:after, #slide-show-section #main-image-slider .owl-controls .owl-prev:after, #slide-show-section #main-image-slider .owl-controls .owl-next:after {
	border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 14px solid #FFF;
	left: 15px;
	top: 17px;
}

#main-slider .owl-controls .owl-next:after, #main-slider-fullscreen .owl-controls .owl-next:after, #testimonials-section .owl-theme .owl-controls .owl-next:after, #slide-show-section #main-image-slider .owl-controls .owl-next:after {
    left: auto;
    right: 15px;
}

#main-slider .owl-controls .owl-prev:hover, #main-slider .owl-controls .owl-next:hover, #main-slider-fullscreen .owl-controls .owl-prev:hover, #main-slider-fullscreen .owl-controls .owl-next:hover, #testimonials-section .owl-theme .owl-controls .owl-prev:hover, #testimonials-section .owl-theme .owl-controls .owl-next:hover, #slide-show-section #main-image-slider .owl-controls .owl-prev:hover, #slide-show-section #main-image-slider .owl-controls .owl-next:hover{
    width: 50px;
	background: rgba(210,180,140,0.6);
}

#luxury-rooms .ravis-title .inner-box .title, #testimonials-section .ravis-title .inner-box .title, #video-tour .ravis-title .inner-box .title{
	color: #FFF;
}

#hotel-sections .section-row .desc, .container-all-width-2, .container-all-width-3 {
    background: #FAFAFA !important;
}

#main-availability-form .ravis-title .title{
	color: #FFFFFF;
}

#welcome-section .ravis-btn.btn-type-2 {
    color: #222222;
}

#welcome-section .ravis-btn.btn-type-2:hover {
    color: #FFFFFF;
	background-color: #222222;
}

section{
	font-size: 17px;
}

section strong{
	font-family: "Quicksand-Medium", sans-serif;
}

#main-header .inner-container .r-sec #main-menu ul li &gt; a {
    font: 16px/120px "Quicksand-Regular", sans-serif;
}

#main-header .inner-container .r-sec #main-menu ul li &gt; ul &gt; li &gt; a {
    font: 13px/35px "Quicksand-Regular", sans-serif, sans-serif;
}

.ravis-title-t-1{
	border-left: 3px solid #d2b48c;
	padding-left: 20px;
	margin-bottom: 20px;
}

.banner-offerte .ravis-title-t-1{
	margin-left: 20px;
}

.ravis-title-t-1 .title-new{
	font: 24px/34px "EBGaramond-Medium", serif;
}
.h1home{
    flex-wrap: nowrap;
    display: ruby-text;
}
.ravis-title-t-1 .hometitle, .ravis-title-t-1 h1.title-1, .ravis-title-t-1 h1.title, .banner-offerte-box .title{
	color: #222222;
	font: 48px/50px "EBGaramond-Medium", serif;
	margin-top: 10px;
	margin-bottom: 0;
	text-transform: uppercase;
}

.ravis-title-t-1 h2.sub-title{
	margin-top: 0;
}


.titolo-alto{
	margin-top: 25px;
	margin-bottom: 15px;
}

#luxury-rooms .room-boxes {
    height: 480px;
}

#services-box, #luxury-rooms-box{
	background-color: #F0F0F0;
}

#services-box .owl-controls{
    bottom: 46% !important;
    width: 100%;
}

#services-box .owl-controls .owl-prev, #services-box .owl-controls .owl-next{
    width: 34px;
    height: 34px;
	padding: 2px;
	font-size: 30px;
    color: #000;
    font-family: "Playfair Display", Arial, Helvetica, sans-serif;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

#services-box .owl-controls .owl-prev{
	left: -2px;
}

#services-box .owl-controls .owl-next{
	right: -2px;
}

#video-tour .btn-box{
	margin: 0;
}

#new-restaurant-sec{
	padding: 30px 0 26px;
}

.r-sec .box-rest-text{
	padding: 80px 0 40px 40px;
}

.l-sec .box-rest-text{
	padding: 80px 40px 0 0;
}

.new-restaurant-img-block {
    height: 500px;
    margin-bottom: 0px;
}

.new-restaurant-img-block .block-new-rest{
	width: 100%;
    height: 100%;
    padding-right: 0px;
}

.new-restaurant-img-block&gt;div .background-cover {
    height: 100%;
}

#main-footer img{
	width: 133px;
	height: auto;
}

#info-section {
    position: relative;
    z-index: 1;
    padding: 90px 0;
    background: url(../img/fascia_recensioni.jpg) center no-repeat;
    background-size: cover;
}

#info-section.bar {
    position: relative;
    z-index: 1;
    padding: 90px 0;
    background: url(../img/info-section-bar.jpg) center no-repeat;
    background-size: cover;
}

.box-info{
	background-color: #fff;
	padding: 50px;
	width: 50%;
	float: right;
}

#info-section .box-info .content{
	font-size: 16px;
	line-height: 24px;
	font-style: oblique;
	max-width: 760px;
}

#new-testimonials-section{
    padding: 70px 0;
}

#new-testimonials-section .box-new-testimonials{
	text-align: center;
}

#new-testimonials-section .ravis-title-t-1 {
    border-left: none;
    padding-left: 0;
}

#new-testimonials-section .ravis-title-t-1 .title {
    font: 44px/48px "EBGaramond-Medium", serif;
}
#new-testimonials-section .guest {
    padding-top: 20px;
	font-size: 14px;
}

#new-testimonials-section .img-provenienza{
	text-align: center;
	margin: 10px auto;
}

#new-testimonials-section .img-provenienza img{
	width: 140px;
}

#new-testimonials-section .box-new-testimonials .testimonial-box-rel{
	position: relative;
}

#new-testimonials-section .box-new-testimonials .text-testimonial:before, #new-testimonials-section .box-new-testimonials .text-testimonial:after {
    font: 36px/40px "FontAwesome";
    color: #d2b48c;
    position: absolute;
    opacity: 0.6;
    filter: alpha(opacity=60);
}

#new-testimonials-section .box-new-testimonials .text-testimonial:before {
    content: "\f10d";
    top: -40px;
    left: -40px;
}

#new-testimonials-section .box-new-testimonials .text-testimonial:after {
    content: "\f10e";
    bottom: -40px;
    right: -40px;
}


#chef-section {
    position: relative;
    z-index: 1;
    padding: 250px 0;
    background: url(../img/breadcrumb-piscina-2x.jpg) center no-repeat;
    background-size: cover;
}

#chef-section.bar {
    position: relative;
    z-index: 1;
    padding: 250px 0;
    background: url(../img/bar-section.jpg) center no-repeat;
    background-size: cover;
}

#services-section {
    position: relative;
    z-index: 1;
    padding: 250px 0;
    background: url(../img/services-section.jpg) center no-repeat;
    background-size: cover;
}

#new-calltoaction-section{
	
}

#new-calltoaction-section .calltoaction{
	text-align: center;
    padding: 0;
    position: relative;
}

#new-calltoaction-section .calltoaction:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 100%;
    height: 3px;
    background-color: #d2b48c;
    z-index: -1;
}

/* Applica margine solo se non Ã¨ l'ultimo &lt;p&gt; */
#new-calltoaction-section .calltoaction p:first-child:not(:last-of-type) {
    margin-right: 75px;
}

#new-calltoaction-section .calltoaction p {
    margin: 30px -2px;
    display: inline-block;
    width: 25%;
	border: 3px solid #d2b48c;
}

#new-calltoaction-section .calltoaction p a {
    position: relative;
    overflow: hidden;
    transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    width: 100%;
    margin: 0;
    display: block;
    height: 60px!important;
    line-height: 44px!important;
    font: 18px/40px "EBGaramond-Medium", serif;
    background-color: #fff !important;
	text-transform: uppercase;
	color: #000;
}

#new-calltoaction-section .calltoaction p:last-child a {
    transition: all .3s linear;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    position: relative;
    right: 0;
}

#new-calltoaction-section .calltoaction p:last-child:hover a {
    background-color: #d2b48c !important;
}

#new-calltoaction-section .btn:hover, #new-calltoaction-section .btn:focus {
    color: #fff;
    background-color: #d2b48c !important;
}

body.room-detials .room-desc .l-sec .icons-container ul li {
    color: #d2b48c;
    background: #FAFAFA;
}

.pagination-box ul li:hover a, .pagination-box ul li.active a {
    /*background: rgba(49, 49, 49, 0.5);*/
	background-color: #313131;
}

#contact-section .t-sec .contact-info .contact-inf-box {
    font: 14px/24px "Quicksand-Regular", "Open Sans", Arial, Helvetica, sans-serif;
    color: #222222;
}

#contact-section .t-sec .contact-info .contact-inf-box .icon-box {
    background: #FFFFFF;
}

#welcome-section #booking-section .box-interno-booking .title{
	color: #222222;
}

#welcome-section #booking-section #room-information-form input{
	background-color: #FFF;
	color: #000;
}

#welcome-section #booking-section #room-information-form input::placeholder
{
	color: #222222;
}

#welcome-section #booking-section #room-information-form .field-row.check-in {
    border-bottom: 2px solid #d2b48c;
}

#welcome-section #booking-section #room-information-form input[type="submit"] {
    background: #d2b48c;
    color: #222222;
    border: 0;
}

.datepicker.dropdown-menu {
    background: #FFFFFF;
}

#rooms-section.row-view .room-container .room-box{
	border: 2px solid #d2b48c;
}

#rooms-section.row-view .room-container .room-box .r-sec{
	background-color: #FFF;
}

#rooms-section.row-view .room-container .room-box:hover .r-sec {
    background: #F0F0F0;
}

#rooms-section.row-view .room-container .room-box .m-sec .title-box &gt; .title {
    margin: 0;
    color: #000;
    font: 28px/32px "EBGaramond-Medium", serif;
}

#rooms-section.row-view .room-container .room-box .m-sec .title-box .price {
    font: 18px/26px "EBGaramond-Medium", serif;
}

#rooms-section.row-view .room-container .room-box .m-sec .title-box .price .value{
	color: #222222;
}

#breadcrumb-section .breadcrumb ul li:before {
    top: 10px;
}

#new-services{
	padding: 40px 0;
}

#new-services .grid-item {
  float: left;
  width: 33.333%;
  padding: .333vw;	
}

#new-services .grid-item .services-single-box{
	position: relative;
    padding: 40px;
    border: 1px solid #d2b48c;
    transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    overflow: hidden;
}

#new-services .grid .services-single-box:after, .grid .services-single-box:before {
    content: "";
    position: absolute;
}

#new-services .grid .services-single-box:before {
    border: 1px solid #d2b48c;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    left: 47px;
    top: 0;
    height: 50px;
    width: 1px;
}

#new-services .grid .grid-item .text-box .title {
    color: #222222;
    font: 32px/34px "EBGaramond-Medium", serif;
    margin-top: 0;
    position: relative;
    text-align: right;
    transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
	padding-bottom: 5px;
	text-transform: uppercase;
}

#new-services .grid .grid-item .text-box .sub-title {
	text-align: right;
    color: #d2b48c;
    font: 20px/28px "EBGaramond-Medium", serif;
    margin-top: 0;
    position: relative;
    transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
	padding-bottom: 10px;
	text-transform: uppercase;
}

#new-services .grid .grid-item .text-box p{
	padding: 20px 0 10px 0;
	border-top: 1px solid #d2b48c;
}

#new-services .grid .grid-item .background-images-services {
    height: 250px!important;
    background-size: cover;
	background-position: center;
    clear: both;
}

#new-services .grid .services-single-box:after {
    border: 1px solid #d2b48c;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    left: 47px;
    top: 50px;
    margin-bottom: -14px;
    height: 14px;
    width: 14px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

#new-services .grid:after {
  content: '';
  display: block;
  clear: both;
}

#welcome-section.faq .content{
	padding-bottom: 5px;
	border-bottom: 2px solid #d2b48c;
}

#welcome-section.faq .fa{
	color: #d2b48c;
	font-size: 24px;
	padding-right: 6px;
}

#rooms-section {
    padding: 50px 0 0;
}

body.room-detials .room-title-box .title {
    font: 30px/40px "EBGaramond-Regular", serif;
    text-transform: uppercase;
    white-space: nowrap;
	margin: 0;
    color: #FFFFFF;
}

body.room-detials .room-title-box .sub-title {
    font: 20px/28px "EBGaramond-Regular", serif;
	color: #d2bd7f;
    margin-top: 20px;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.room-desc{
	padding-top: 40px;
}

body.room-detials .room-desc .r-sec form {
    margin: -50% 0 10px;
}

.amenities-wrapper{
    padding-top: 40px;
    padding-bottom: 40px;
    border-color: #d2bd7f;
    border-style: solid;
	border-width: 20px;
}

.amenities-wrapper .necessary-specs {
    width: 210px;
}

.amenities-wrapper .column {
    padding-right: 60px;
    padding-left: 60px;
	float: left;
}

.amenities-wrapper .other-specs {
    width: calc(100% - 210px);
    border-left: 1px solid #e4e4e4;
	font: 16px/24px "Quicksand-Regular", "Open Sans", Arial, Helvetica, sans-serif;
}

.amenities-wrapper .column&gt;ul&gt;li {
    position: relative;
}

.amenities-wrapper .necessary-specs&gt;ul&gt;li {
    color: #515151;
    font-size: 22px;
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.amenities-wrapper .column&gt;ul&gt;li&gt;span {
    display: block;
}

.amenities-wrapper .necessary-specs&gt;ul&gt;li&gt;span {
    margin-bottom: 10px;
    color: #8e8e8e;
    font-size: 12px;
}

.amenities-wrapper .column&gt;ul&gt;li:after {
    content: '';
    background: #e4e4e4;
    bottom: 0;
    position: absolute;
    height: 1px;
    left: 0;
    right: 0;
}

.amenities-wrapper .other-specs.column&gt;ul li:after {
    right: 60px;
}

.amenities-wrapper .other-specs.column&gt;ul {
    float: left;
    width: 50%;
}

.amenities-wrapper .other-specs&gt;ul&gt;li {
    color: #222;
    font-size: 16px;
    line-height: 22px;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.amenities-wrapper .other-specs.column&gt;ul li {
    padding-right: 60px;
}

.amenities-wrapper .other-specs&gt;ul&gt;li&gt;span {
    margin-bottom: 5px;
    color: #000;
    font-size: 14px;
    line-height: 1;
    text-transform: capitalize;
	font-weight: 600;
}

.amenities-wrapper .other-specs&gt;ul:last-of-type li:last-child:after {
    background: none;
}

.amenities-wrapper:after {
    content: "";
    display: block;
    clear: both;
}

#services-box .item:hover:before{
	display: none;
}

#video-tour {
    background-size: cover;
    background-position: center;
}

#contact-form-box .consenso{
	color: #fff;
}

#rooms-section.row-view .room-container .room-box .room-img {
	background-position: center;
	background-size: cover;
}

.room-container {
    margin: 50px 0 0;
}

#rooms-section.row-view .room-container .room-box {
    width: auto;
}

body.room-detials .room-desc .r-sec form input[type="submit"], #room-information-form input[type="submit"], #contact-section .b-sec .contact-form form button[type="submit"] {
    font: 17px/24px "Quicksand-Medium", "Open Sans", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

#special-offers .package-box .title-box .title {
	/*color: #FFFFFF;*/
	font: 24px/28px "EBGaramond-Regular", serif;
	text-transform: uppercase;
	padding-left: 15px;
    padding-right: 15px;
}

#special-offers .package-box .title-box .sub-title {
    font: 18px/24px "EBGaramond-Regular", serif;
	text-transform: uppercase;
}

#special-offers .package-box .price-box .price {
    font: 20px/22px "Quicksand-Medium", "Open Sans", Arial, Helvetica, sans-serif;
}

#special-offers .package-box .price-box {
    padding: 9px 0;
}

.offerts-description {
    font: 17px/22px "Quicksand-Regular", "Open Sans", Arial, Helvetica, sans-serif;
}

#special-offers .package-box .main-inner-box {
	width: 100%;
	height: 100%;
    background-position: center;
    background-size: cover;
}

#blog-section {
    padding: 10px 0 40px;
}

#blog-section .post-box {
    background: #FFF;
    border: 2px solid #FFF;
}

#blog-section .post-box .post-b-sec .post-meta {
    text-align: center;
    margin: 5px 0;
}

#blog-section .post-box .post-b-sec .post-meta &gt; div {
    display: inline-block;
    color: #d2b48c;
    margin: 0;
    font: 24px/24px "Quicksand-Medium", "Open Sans", Arial, Helvetica, sans-serif;
}

#blog-section .post-box .post-img-box {
    text-align: center;
	margin: 20px 0 0;
}

#blog-section .post-box .post-img-box:before{
	display: none;
}

#blog-section .post-box .post-b-sec {
    padding-top: 10px;
}

.content strong a, .desc strong a{
	color: #222222;
}

.to-thefork{
	padding: 20px 0;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

#prenota-tavolo-thefork{
	display: none;
}

.ravis-btn.btn-type-3{
	color: #222222;
}

.ravis-btn.btn-type-3:hover {
    color: #FFFFFF;
    background-color: #222222;
}

#prenota-tavolo-thefork .icon-close{
	float: right;
    border: none;
    right: -10px;
    top: -10px;
    font-size: 18px;
    position: fixed;
    width: 36px;
    height: 36px;
    border-radius: 18px;
	z-index: 999;
	text-transform: uppercase;
    font-weight: 800;
}

.thefork{
	width: 100%;
	border:none;
	overflow: scroll;
	height: 552px;
}

/*#prenota-tavolo-thefork iframe footer .body .body-footer {
    padding: 4px 0;
    bottom: 0;
    width: 100%;
    position: fixed !important;
}*/



/* SLIDER CAMERE HOME */

#luxury-rooms {
    /* margin: 130px 0; */
    padding: 0px 0px;
	background-color: #F0F0F0;
}

#luxury-rooms-box .room-boxes {
    height: inherit;
}

#luxury-rooms-box .room-boxes .inner-container {
    position: initial;
}

#luxury-rooms-box .room-boxes {
    padding: 0 5px;
}


.owl-carousel .owl-item .room-boxes, .owl-carousel .owl-item .room-boxes {
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#luxury-rooms-box .room-boxes img {
    max-width: 100%;
	height: auto;
}

#luxury-rooms-box .owl-controls .owl-prev, #luxury-rooms-box .owl-controls .owl-next{
    width: 50px;
    height: 50px;
	padding: 10px;
	font-size: 30px;
    color: #FFF;
    font-family: "Playfair Display", Arial, Helvetica, sans-serif;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

#luxury-rooms-box .owl-controls .owl-prev{
	left: 10px;
}

#luxury-rooms-box .owl-controls .owl-next{
	right: 10px;
}

#luxury-rooms-box .owl-controls{
    bottom: 43% !important;
    width: 100%;
}

/* FINE SLIDER CAMERE HOME */





@media only screen and (min-width: 992px){
	/*#main-footer img {
		padding-top: 0;
	}*/
}


@media only screen and (min-width: 768px){
	.no-padd-lati-pc{
		padding-left: 0;
		padding-right: 0;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1399px){
	#new-calltoaction-section .calltoaction p {
		width: 34%;
	}
}

@media only screen and (max-width: 1399px){
	.amenities-wrapper .other-specs.column&gt;ul {
		float: none;
		width: 100%;
	}
}

@media only screen and (max-width: 1199px){
	#new-services .grid-item {
		float: left;
		width: 49.4%;
		padding: 0.6%;
	}
}


@media only screen and (max-width: 991px){
	#main-availability-form {
		background: rgba(0, 0, 0, 0.9);
	}
	
	.l-sec .box-rest-text, .r-sec .box-rest-text{
		padding: 40px 0;
	}
	
	#new-calltoaction-section .calltoaction p {
		margin: 30px -2px;
		display: inline-block;
		width: 42%;
		border: 3px solid #d2b48c;
	}
	
	body.room-detials .room-desc .r-sec form {
		margin: 20px 0 50px;
	}
	
	#rooms-section.row-view .room-container .room-box {
		border: none;
	}
	
	#rooms-section.row-view .room-container .room-box .m-sec {
    	padding: 40px 40px 0 40px;
	}
	
	#rooms-section.row-view .room-container .room-box .m-sec .amenities ul li {
		display: grid;
	}
	
	#main-footer .footer-up .widget-box ul li{
		padding-top: 20px;
		padding-bottom: 20px;
	}
	
	#rooms-section {
		padding: 50px 0 20px;
	}
	
	#rooms-section.row-view .room-container .room-box {
    	padding: 0;
	}
}

@media only screen and (max-width: 991px) and (orientation:landscape){
	.social-section {
    	top: 22%;
	}
}


@media only screen and (max-width: 767px){
	#main-slider .slide-caption .down-sec, #main-slider-fullscreen .slide-caption .down-sec {
    	font: 1.0em/1em "EBGaramond-Regular", serif;
	}
	
	#main-slider .slide-caption .up-sec, #main-slider-fullscreen .slide-caption .up-sec {
   		font: 0.7em/1em "EBGaramond-Light", serif;
	}
	
	#info-section {
		padding: 50px 0;
	}
	
	.ravis-title-t-1 .sub-title {
    	margin: 5px 0;
	}
	
	.box-info {
		background-color: #fff;
		padding: 50px;
		width: 100%;
		float: none;
	}
	
	#new-calltoaction-section .calltoaction:before{
		display: none;
	}
	
	#new-calltoaction-section .calltoaction p {
		margin: 30px -2px;
		display: flex;
		width: 80%;
		margin-left: 10%;
		border: 3px solid #d2b48c;
	}
	
	#new-calltoaction-section .calltoaction p:before {
		content: "";
		position: absolute;
		left: 0;
		top: 20%;
		transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		width: 100%;
		height: 3px;
		background-color: #d2b48c;
		z-index: -1;
	}
	
	#new-calltoaction-section .calltoaction.single p:before {
		top: 50%;
	}
	
	#new-calltoaction-section .calltoaction p:after {
		content: "";
		position: absolute;
		left: 0;
		top: 80%;
		transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		width: 100%;
		height: 3px;
		background-color: #d2b48c;
		z-index: -1;
	}
	
	#new-calltoaction-section .calltoaction.single p:after {
		display: none;
	}
	
	#new-services .grid-item {
		width: 100%;
		padding: 10px 0;
	}
	
	#new-services .grid .grid-item .text-box .title {
    	font: 26px/28px "EBGaramond-Medium", serif;
	}
	
	#new-services .grid .grid-item .text-box .sub-title {
    	font: 18px/24px "EBGaramond-Medium", serif;
	}
	
	#new-services .grid .grid-item .background-images-services {
		height: 180px!important;
	}
	
	#chef-section, #services-section, #chef-section.bar {
    	padding: 150px 0;
	}
	
	.amenities-wrapper .necessary-specs, .amenities-wrapper .other-specs {
    	width: 100%;
	}
	
	.amenities-wrapper .other-specs.column&gt;ul li {
    	padding-right: 0px;
		text-align: center;
	}
	
	.amenities-wrapper .column {
		padding-right: 20px;
		padding-left: 20px;
		float: none;
	}
	
	.amenities-wrapper .other-specs.column&gt;ul li:after {
    	right: 0;
	}
	
	#new-testimonials-section .box-new-testimonials .testimonial-box-rel {
		margin-top: 30px;
	}
	
	#new-testimonials-section .box-new-testimonials .text-testimonial:before, #new-testimonials-section .box-new-testimonials .text-testimonial:after {
		font: 30px/32px "FontAwesome";
	}

	#new-testimonials-section .box-new-testimonials .text-testimonial:before {
		content: "\f10d";
		top: -25px;
		left: -25px;
	}

	#new-testimonials-section .box-new-testimonials .text-testimonial:after {
		content: "\f10e";
		bottom: -25px;
		right: -25px;
	}
	
	#main-footer .b2-sec .social-icons {
    	margin-top: 10px;
	}
	
	#rooms-section.row-view .room-container .room-box .m-sec .more-info {
    	width: 100%;
	}
	
	.pagination-box ul li {
    	margin: 0 5px;
	}
	
	#prenota-tavolo-thefork .icon-close{
		right: 0;
		top: 0;
		border-radius: 18px 0 18px 18px;
	}
	
	.thefork{
		height: 600px;
	}
	
	#luxury-rooms-box .ravis-title .inner-box .title {
    	font: 24px/36px "EBGaramond-Regular", serif;
	}
}

@media only screen and (max-width: 600px){
	#main-slider .slide-caption .down-sec, #main-slider-fullscreen .slide-caption .down-sec {
    	font: 0.8em/1em "EBGaramond-Regular", serif !important;
	}
	
	#main-slider .slide-caption .up-sec, #main-slider-fullscreen .slide-caption .up-sec {
   		font: 0.6em/1em "EBGaramond-Light", serif !important;
	}
	
	#main-slider .owl-controls .owl-prev, #main-slider .owl-controls .owl-next, #main-slider-fullscreen .owl-controls .owl-prev, #main-slider-fullscreen .owl-controls .owl-next, #testimonials-section .owl-theme .owl-controls .owl-prev, #testimonials-section .owl-theme .owl-controls .owl-next, #slide-show-section #main-image-slider .owl-controls .owl-prev, #slide-show-section #main-image-slider .owl-controls .owl-next{
		border: none;
	}
	
	#slide-show-section #main-image-slider .owl-controls .owl-prev{
		left: 10px;
	}
	
	#slide-show-section #main-image-slider .owl-controls .owl-next{
		right: 10px;
	}
	body.room-detials .room-title-box{
		bottom: 10px;
		padding: 10px;
		margin: 0;
		max-width: calc(100% - 30px);
	}
	
	.main-img-camere{
		max-height: 300px;
	}
	
	body.room-detials .room-title-box .title {
    	font: 20px/24px "EBGaramond-Regular", serif;
	}
	
	body.room-detials .room-title-box .sub-title {
		font: 16px/22px "EBGaramond-Regular", serif;
		color: #d2bd7f;
		margin-top: 5px;
	}
	
	#rooms-section.row-view .room-container .room-box .room-img {
		height: 300px;
	}
}

@media only screen and (max-width: 479px){
	#main-slider .slide-caption .down-sec, #main-slider-fullscreen .slide-caption .down-sec {
    	font: 0.7em/1em "EBGaramond-Regular", serif !important;
	}
	
	#main-slider .slide-caption .up-sec, #main-slider-fullscreen .slide-caption .up-sec {
   		font: 0.4em/1em "EBGaramond-Light", serif !important;
	}
	
	.ravis-title-t-1 {
		padding-left: 10px;
	}
	
	.ravis-title-t-1 .hometitle, .ravis-title-t-1 h1.title-1, .ravis-title-t-1 h1.title{
		font: 30px/34px "EBGaramond-Medium", serif !important;
	}
	
	.ravis-title-t-1 .title-new {
		font: 20px/28px "EBGaramond-Medium", serif !important;
	}
	
	#main-footer .footer-up .widget-box ul li {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	
	#new-testimonials-section .ravis-title-t-1 .title {
    	font: 26px/30px "EBGaramond-Medium", serif !important;
	}
	
	h2.sub-title, .ravis-title-t-1 .sub-title{
		/*font: 20px/18px "Great Vibes", Arial, Helvetica, sans-serif !important;*/
		font: 18px/24px "EBGaramond-Regular", serif !important;
	}

	#new-calltoaction-section .calltoaction p a {
		line-height: 46px!important;
		font: 16px/44px "EBGaramond-Medium", serif !important;
	}
}







/*---- POP UP IZIMODAL-----*/
#modal-custom .more-info {
    /*color: rgb(34, 34, 34);*/
	color: #FFF;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    padding: 5px 35px;
	margin: 5px 30px;
    background: rgb(210, 189, 127);
    border-width: 1px;
    border-style: solid;
    border-color: rgb(210, 189, 127);
    border-image: initial;
    transition: all 0.3s ease 0s;
    font: 20px/24px "Quicksand-Regular", "Open Sans", Arial, Helvetica, sans-serif;
}

.img-popup{
	/*background-image: url("/assets/img/popup.jpg");*/
	/*background-image: url("/assets/img/popup-spiaggia.jpg");*/
	background-image: url("/assets/img/popup-hotel.jpg");
	background-size: cover;
	background-position: center;
	height: 400px;
}

@media only screen and (max-width: 992px){
	.img-popup{
		max-height: 400px;
	}
}

@media only screen and (max-width: 768px){	
	.img-popup{
		max-height: 300px;
	}
}

@media only screen and (max-width: 500px){
	.img-popup{
		max-height: 200px;
	}
	
	#modal-custom .more-info{
		margin-top: 10px !important;
	}
}


/*------- SLIDE FOR MOBILE -------*/
/*@media only screen and (max-width: 768px){
	#main-slider .slide-caption, #main-slider-fullscreen .slide-caption{
		top: 46%;
	}
	
	.owl-carousel .owl-item .item, .owl-carousel .owl-item .items{
		height: 100% !important;
	}
	
	#main-slider .img-container:before, #main-slider-fullscreen .img-container:before{
		width: 50%;
	}
	
	#main-slider, #main-slider-fullscreen {
		width: 100%;
		height: 50%;
		margin: 0;
	}
	
	#main-slider .owl-wrapper, #main-slider-fullscreen .owl-wrapper{
		height: 560px !important;
	}
	
	#main-slider .img-container, #main-slider-fullscreen .img-container{
		height: 100%;
	}
	
	#main-slider .slide-caption .inner-container:before, #main-slider-fullscreen .slide-caption .inner-container:before,
	#main-slider .slide-caption .inner-container:after, #main-slider-fullscreen .slide-caption .inner-container:after
	{
		display: none;
	}
	
	#main-slider .owl-item.active .slide-caption:before, #main-slider-fullscreen .owl-item.active .slide-caption:before,
	#main-slider .owl-item.active .slide-caption:after, #main-slider-fullscreen .owl-item.active .slide-caption:after
	{
		display: none;
	}
}*/

.to-download{
    width: 100%;
    margin: 0 auto;
	margin-top: 30px;
    text-align: center;
}

.to-download a{
	margin-bottom: 10px;
	margin-right: 10px;
}

/*.to-download a:not(:last-child){
	margin-right: 20px; 
}*/

#prenotasubito-container-mobile {
    font-size: 15px;
    position: relative;
}
#prenota-bottom-mobile {
    position: fixed;
    z-index: 100;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 50px;
    background-color: #0000008a;
    padding-bottom: 0;
    box-shadow: 5px 1px 20px 0px rgb(162 162 162 / 62%);
    max-width: 100%;
}
#prenota-bottom-mobile .row {
    margin-top: 10px;
}

.btn-prenotasubito-scrivici {
    background-color: #c70518;
        border-radius: 7px;
}
.btn-prenotasubito {
    padding: 3px;
}
.btn-blue {
    color: #fff;
    background: #d2b48c;
        border-radius: 7px;
}
.chiama{
    color: white;
}
.chiama:hover{
    color: white;
}
@media (min-width: 768px){
    #prenotasubito-container-mobile{
        display: none;
    }

}
@media (max-width: 768px){

    .footer-down {
    padding-bottom: 80px;
}
}
.popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: #ffffff;
    box-sizing: border-box;
    padding: 10px;
    z-index: 999999;
    display: none;
    overflow-y: auto;    
}
          
.close-btn {
    position: absolute;
    right: 20px;
    top: 15px;
    background-color: black;
    color: white;
    border-radius: 100%;
    padding: 4px;
    height: 30px;
    width: 30px;
    font-size: 25px;
    line-height: 15px;
}
.popupColsHolder input{
    color: black !important;
}
.popupColsHolder textarea{
    color: black !important;
}
.bandierine{
        position: absolute;
    right: 5px;
    top: 10px;
}
@media (max-width: 1200px){
    .bandierine{
        display: none;
    }
}
.whats {
    animation: pulses 1s infinite;
    border-radius: 50%;
    -moz-outline-radius: 7px; /* ONLY WORKS WITH MOZILLA */
    -webkit-animation: pulse 1.0s cubic-bezier(0.66, 0.67, 0.83, 0.99) infinite;
       -moz-animation: pulse 1.0s cubic-bezier(0.66, 0.67, 0.83, 0.99) infinite;
         -o-animation: pulse 1.0s cubic-bezier(0.66, 0.67, 0.83, 0.99) infinite;
    animation: pulses 1s infinite;
}
 @keyframes pulses{
      from{
        box-shadow: 0 0 0 0 rgb(101 240 205 / 74%);
      }

      to{
        box-shadow: 0 0 0 30px rgba(201, 48, 48, 0);
      }
  }
.mm-listitem:after {
    border-bottom-style: none !important;
}
.gold{
    text-transform: uppercase;
}
.gold:after {
    content: '';
    border-bottom: 1px solid tan !important;
    display: block;
    position: absolute;
    left: 0;
    right: 20px !important;
    bottom: 0;
}
.mm-navbar {
    border-bottom: none !important;
}
.mm-navbar__title{
    display: none !important;
}
.mm-navbar__btn{
    display: block !important;
}
.rochester-regular {
  font-family: "Rochester", cursive !important;
  font-weight: 400 !important;
  font-style: normal !important;
}
.btn-menu-mobile{
    width: 250px;
    margin: auto;
    text-align: center;
}
.btn-menu-mobile div{
    font-weight: bold; 
    box-shadow: 5px 5px 7px 0px #bbbaba; 
    height: 30px;
    color: black;
}
.text-comment{
    margin: 30px 15px !important;
    text-align: center;
}
.m-5{
    margin-right: -5px;
}
.marauto{
    margin: auto !important;
}
.zi999{
    z-index: 999;
}



.box-regali {
	margin: 15px;
	margin-top: 50px;
	margin-bottom: 30px;
}

.special-offers-title {
    background: #d2b48c;
    margin-left: 20px;
    margin-right: 20px;
    font: 17px/30px "Playfair Display", Arial, Helvetica, sans-serif !important;
}

#special-offers .package-box .price-box {
	background: none;

}

#special-offers .package-box .price-box .price {
	color: #ececec;
}

.banner-offerte-box .sub-title {
	font-family: Arial !important; 
	font-size: 22px !important;
}


.d-flex {
  display: flex;
}

.flex-row {
  flex-direction: row;
}

.align-items-center {
  align-items: center;
}



#special-offers {
	padding: 0px;
}

#special-offers .package-box {
	margin-bottom: 20px;
	/* padding-right: 0px; */
}

.mx-3 {
  margin-left: 20px;
  margin-right: 20px;
}


#special-offers .package-box .price-box .type:before {
	display: none;
}

.pl-0 {
  padding-left: 0px;
}

.mb-120, .mbX {
  margin-bottom: 120px;
}

@media (max-width: 520px){
  .mbX {
    margin-bottom: 40px;
  }
  
  #special-offers .package-box .mboxX {
    margin: 10px 0;
  }
  
  #special-offers .package-box .pboxX {
    padding: 5px 0;
  }
  
}





#special-offers .package-box:before, #special-offers .package-box:after {
	display: none;
}

.home-page-2 #special-offers {
	padding-top: 40px;
	padding-bottom: 40px;
}

.post-main-container {
	margin-left: 0px;
}

.pl-0 {
	padding-left: 0px;
}

#blog-section .post-box .post-img-box img {
    max-width: 90%;
}


#special-offers .package-box {
	aspect-ratio: 3/2;
}




/* classe da aggiungere ai titoli il cui bordo sinistro appare disallineato rispetto agli altri elementi della apgina */
.sposta-titolo-a-dx {
    padding-left: 20px;
    margin-left: 20px;
}


input[type="number"]:not([class*="select2"]) {
    background: none;
    padding: 10px;
    color: #FFFFFF;
    font-size: 14px;
    border: 2px solid #d2b48c;
    border-bottom-color: #d2b48c;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

</pre></body></html>