body{
  font-family:gotham, sans-serif;
  font-size:16px;
  font-weight:300;
}
.slimtitle .sppb-addon-title{
  color:#a2886b;
  font-size:70px;
  font-weight:100;
  line-height:1.2;
}
.slimtitle .sppb-addon-title span.rid{
  font-size:58%;
}
.slimtitle .sppb-addon-title b,.slimtitle .sppb-addon-title strong{
  font-weight:300;
}
#hero .sppb-addon-title,.boxtxt>.boxtitle,.boxtxt>h3,.normtitle .sppb-addon-title,.sppb-addon-text-block .sppb-addon-title{
  font-weight:400;
  font-size:34px;
}
#hero .sppb-addon-title{
  text-shadow:0px 0px 5px rgba(0,0,0,1);
}
.rowpress .sppb-addon-text-block .sppb-addon-title{
  font-size:18px;
}
.boxtxt>.boxtitle,.boxtxt>h3{
  text-transform:uppercase;
}
.boxtxt>h3{
  margin-bottom:30px;
}
.normtitle .sppb-addon-title b,.sppb-addon-text-block .sppb-addon-title b,.normtitle .sppb-addon-title strong,.sppb-addon-text-block .sppb-addon-title strong{
  font-weight:500;
}
.sppb-addon-text-block.bigtext .sppb-addon-content{
  font-size:20px;
}
.sp-page-builder .page-content #hero>.sppb-row-overlay{
  background-color:rgba(238,231,221,1);
  mix-blend-mode:multiply;
  z-index:0;
}
.readmore>a,.mybtn,.sppb-btn.sppb-btn-default,.sppb-addon-form-builder-form .sppb-btn{
  color:#a2886b!important;
  position:relative;
  padding:5px 10px!important;
  font-weight:400;
  background-color:unset;
  border:0;
  box-shadow:unset;
}
.readmore>a:hover,.mybtn:hover,.sppb-btn.sppb-btn-default:hover,.sppb-addon-form-builder-form .sppb-btn:hover{
  color:white!important;
}
.readmore>a:before,a.mybtn:before,.sppb-btn.sppb-btn-default:before,.sppb-addon-form-builder-form .sppb-btn:before{
  content:"";
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:1px;
  z-index:-1;
  transition:all 0.5s;
  background:#a2886b;
}
.readmore>a:hover:before,a.mybtn:hover:before,.sppb-btn.sppb-btn-default:hover:before,.sppb-addon-form-builder-form .sppb-btn:hover:before{
  height:100%;
}
.absbtn{
  position:absolute;
  bottom:0;
}
.mfp-auto-cursor .mfp-content{
  text-align:center;
}
.popup-image-block img{
  max-width:90vw;
  max-height:90vh;
}
.ancora{
  position:absolute;
  bottom:0;
  right:0;
  left:0;
}
html:not(.wow){
  overflow:hidden;
  height:100vh;
}
#sp-main:before{
  content:"";
  position:fixed;
  top:0;
  right:0;
  bottom:0;
  left:0;
  background:rgba(210, 198, 196, 1);
  z-index: 99;
  transition-delay:0s!important;
  transition:all 2s;
  transition-timing-function:ease-out;
}
html.wow #sp-main:before{
  opacity:0;
  visibility:hidden;
}
#sp-header{
  box-shadow:unset!important;
}
#sp-header,#sp-logo, #sp-header .logo,#sp-header #sp-logo>div,.logo-image,#sp-header #sp-menu,#sp-header #sp-user1{
  transition-delay:0s!important;
  transition:all 2s;
}
#sp-header #sp-menu>div,#sp-header #sp-user1>div {
  transition-delay:1.8s!important;
  transition:all 1s;
}
html:not(.wow) #sp-header{
  height:100vh;
  background:rgba(210, 198, 196, 0);
}
html:not(.wow) #sp-header #sp-menu, html:not(.wow) #sp-header #sp-user1{
  width:calc(50% - 300px / 2);
}
html:not(.wow) #sp-header #sp-menu>div,html:not(.wow) #sp-header #sp-user1>div{
  opacity:0;
}
html:not(.wow) #sp-logo{
  width:300px;
}
html:not(.wow) #sp-header #sp-logo>div{
  height:100vh;
}
html:not(.wow) #sp-header .logo,html:not(.wow) .logo-image{
  height:280px;
}
html:not(.ok) #sp-header .logo a{
  cursor:default;
}
#sp-header .logo:after{
  content:"";
  background-image:url(https://www.grandhotelampezzo.it/images/loghi/dhom-02-logo.png);
  background-size:contain;
  background-position:center;
  background-repeat:no-repeat;
  display:block;
  width:270px;
  height:100px;
  position:absolute;
  transition-delay:0s !important;
  transition:all 2s;
  bottom:0;
  transform:translateY(100%);
}
html.wow #sp-header .logo:after{
  width:138px;
  transform:translateY(150%);
}
#sp-header.header-sticky .logo:after{
  opacity:0;
  visibility:hidden;
  transform:translateY(100%)!important;
}
html.ok #sp-header .logo:after{
  transition-delay:0s !important;
  transition:all 0.8s!important;
}
html:not(.wow) #sp-header:before{
  opacity:0;
}
html:not(.wow) #sp-header .logo:after,html:not(.wow) .logo-image{
  animation-name:myfadein0;
  animation-duration:2s;
  animation-fill-mode:forwards;
  opacity:0;
}
html:not(.wow) #sp-header .logo:after{
  animation-duration:1.5s;
  animation-delay:0.5s !important;
}
@keyframes myfadein0{
  from {opacity:0;}
  to {opacity:1;}
}
#sp-header{
  background:rgba(210, 198, 196, 0)!important;
  animation:unset !important;
  position:fixed;
}
#sp-header:before{
  content:"";
  background:rgba(210, 198, 196, 0.7);
  position:absolute;
  top:0;
  right:0;
  left:0;
  height:140px;
  z-index:-1;
  transition-delay:1.8s !important;
  transition:opacity 1s;
}
#sp-header.header-sticky:before{
  background:rgba(210, 198, 196, 0.9);
}
#sp-header:not(.header-sticky){
  box-shadow:unset;
}
#sp-logo{
  width:168px;
}
#sp-header #sp-logo>div{
  height:140px;
}
#sp-header .logo{
  height:140px;
  position:relative;
}
#sp-header #sp-menu,#sp-header #sp-user1{
  width:calc(50% - 168px / 2);
}
#sp-header .sp-module{
  margin-left:0;
}
#sp-user1>.sp-column{
  height:100%;
}
#sp-user1 ul.menu{
  list-style:none;
  padding:0;
  margin:0 -15px;
  z-index:99;
  display:block;
  float:right;
}
#sp-user1 ul.menu,.mod-articles-link{
  position:relative;
}
#sp-user1 ul.menu>li{
  display:inline-block;
}
.mod-articles-link:before,#sp-user1 ul.menu>li>a:before,.sp-megamenu-parent>li>a:before{
  content:"";
  position:absolute;
  top:50%;
  transform-origin:center;
  width:100%;
  height:1px;
  border-top:1px solid;
  transform:translateY(-19px) scaleX(0);
  transition:all 0.5s;
}
.mod-articles-link:before{
  border-color:#a2886b;
}
.sp-megamenu-parent>li.active>a:before,#sp-user1 ul.menu>li.active>a:before,.active .mod-articles-link:before,.mod-articles-link:hover:before,#sp-user1 ul.menu>li>a:hover:before,.sp-megamenu-parent>li>a:hover:before{
  transform:translateY(-19px) scaleX(1);
}
.sp-megamenu-parent>li:last-child>a,#sp-user1 ul.menu>li>a,.sp-megamenu-parent>li>a,.sp-megamenu-parent>li>span{
  font-size:18px;
  line-height:140px;
  display:inline-block;
  padding:0px;
  color:inherit!important;
  position:relative;
  margin:0 18px;
  font-weight:400!important;
}
#sp-logo>div{
  justify-content: center;
}
.touch .swlang{
  display:none;
}
html:not(.touch) .touchlang{
  display:none;
}
#sp-header #sp-user1 .sp-module.touchlang,#sp-header #sp-user1 .sp-module.swlang{
  position:fixed;
  right:0;
  top:170px;
  transition:all 0.5s;
}
#sp-header.header-sticky #sp-user1 .sp-module.touchlang,#sp-header.header-sticky #sp-user1 .sp-module.swlang{
  visibility:hidden;
  opacity:0;
}
#sp-header #sp-user1 .mod-languages .lang-block li{
  margin:0;
  width:0;
  background-color:#DBD6D1!important;
  transition:all 0.5s;
  text-align:center;
  overflow:hidden;
  border:0;
  border-radius:0;
  padding:0;
}
#sp-header #sp-user1 .mod-languages .lang-block li a{
  line-height:42px;
  height:42px;
  transition:all 0.5s;
  padding:0px;
  display:block;
  color:#000000;
}
#sp-header #sp-user1 .mod-languages .lang-block li a:before{
  display:none;
}
#sp-header #sp-user1 .mod-languages .lang-block li.lang-active{
  width:42px;
  background-color:rgba(219, 214, 209, 0.7)!important;
} 
#sp-header #sp-user1 .mod-languages .lang-block{
  display:flex;
}
#sp-header #sp-user1 .mod-languages .lang-block:hover li.lang-active{
  width:0px;
}
#sp-header #sp-user1 .mod-languages .lang-block:hover li{
  width:42px;
  background-color:#DBD6D1!important;
}
#sp-header #sp-user1 .mod-languages .lang-block li.lang-active a{
  color:#000000!important;
}
#sp-header #sp-user1 .mod-languages .lang-block:hover li a{
  color:#000000;
}
.touchlang select:not(.form-select):not(.form-control),.touchlang select{
  background:#DBD6D1!important;
  color:#000000!important;
  padding:0!important;
  width:37px!important;
  height:37px!important;
  line-height:1!important;
  border-radius:0!important;
  -webkit-appearance:none;
  -moz-appearance:none;
  text-align:center;
}
.touchlang select option[selected="selected"]{
  display:none!important;
}
.offcanvas-menu .sp-module.oclang{
  padding:15px 0;
}
div.mod-languages ul.lang-inline li{
  background-color:#DBD6D1!important;
  border-radius:0;
  width:40px;
  height:40px;
  padding:0;
  margin:0!important;
}
.sp-module-content .mod-languages ul.lang-inline li a{
  width:100%;
  height:100%;
  display:flex;
  align-items:center;
  justify-content:center;
}
.sp-module-content .mod-languages ul.lang-inline li a:hover{
  color:#a2886b;
}
.sp-module-content .mod-languages ul.lang-inline li.lang-active{
  opacity:0.7;
}
.chosen-container .chosen-results{
  background:#DBD6D1;
}
.chosen-container .chosen-results li.highlighted{
  background:#a2886b!important;
}
.chosen-container .chosen-results li.result-selected{
  display:none;
}
.burger-icon{
  width:61px;
  margin-right:44px;
  transition:all 0.5s;
}
.offcanvas-active .burger-icon{
  margin-right:0px;
}
.burger-icon>span{
  background-color:#a2886b!important;
  margin:10px 0;
}
.offcanvas-active .burger-icon>span:nth-child(3),#modal-menu-toggler.active .burger-icon>span:nth-child(3){
  transform:translate(0, -16px) rotate(45deg);
}
.offcanvas-menu{
  background-color:#d2c6c4;
  color:#252525;
  width:600px;
  transition:all 0.7s;
}
body.ltr.offcanvs-position-right .offcanvas-menu{
  right:-600px;
  opacity:0;
}
body.ltr.offcanvs-position-right.offcanvas-active .offcanvas-menu{
  right:0;
  opacity:1;
}
.offcanvas-menu .offcanvas-inner ul.menu, .offcanvas-menu .offcanvas-inner ul.menu ul,.offcanvas-menu .offcanvas-inner .sp-module:not(:last-child){
  margin-bottom:0;
  margin-right:0;
  text-align:center;
}
.offcanvas-menu.border-menu .offcanvas-inner ul.menu>li{
  border-bottom:unset;
}
.offcanvas-menu .offcanvas-inner ul.menu>li a,.offcanvas-menu .offcanvas-inner ul.menu>li span{
  color:inherit!important;
}
.offcanvas-menu .offcanvas-inner ul.menu>li>a,.offcanvas-menu .offcanvas-inner ul.menu>li>span{
  font-size:22px;
  line-height:1;
  padding:12px 30px 12px 30px!important;
  color:inherit!important;
}
.offcanvas-menu .offcanvas-inner ul.menu li.active a{
  font-weight:500;
}
.offcanvas-menu>.p-3.pt-4{
  padding-bottom:40px!important;
}
.offcanvas-menu .offcanvas-inner:before{
  content:"";
  position:absolute;
  top:19px;
  left:0;
  right:0;
  background-image:url(/images/loghi/grand-hotel-ampezzo-logo-pittogramma.svg);
  background-repeat:no-repeat;
  background-position:center;
  display:block;
  width:100%;
  height:50px;
}
.offcanvas-inner .sp-module:nth-child(3){
  min-height:calc(100vh - 530px);
}
.chosen-container-single .chosen-single{
  border-radius:0px;
  height:37px;
  width:37px;
  display:flex;
  justify-content:center;
  align-items: center;
  padding:0;
  background:#DBD6D1 !important;
  color:#000000;
  font-size:17px;
}
.chosen-container-single .chosen-single span{
  margin-right:0px;
}
.chosen-container-single .chosen-single div{
  display:none;
}
.chosen-container .chosen-results{
  margin:0;
  padding:0;
}
.conlogo img{
  width:auto;
}
.conlogo img.cucina{
  height:39px;
}
.conlogo img.ampezzino{
  transform:translateY(28px);
  filter:brightness(0);
  height:48px;
}
.conlogo .image-title{
  display:none;
}
html.ok #sp-header,html.ok #sp-header.header,html.ok #sp-header.header-sticky .logo,html.ok #sp-header.header-sticky:before,html.ok #sp-header.header-sticky #sp-logo>div{
  height:100px;
}
html.ok #sp-header.header-sticky .sp-megamenu-parent>li:last-child>a,html.ok #sp-header.header-sticky #sp-user1 ul.menu>li>a,html.ok #sp-header.header-sticky .sp-megamenu-parent>li>a,html.ok #sp-header.header-sticky .sp-megamenu-parent>li>span{
  line-height:100px;
}
html.ok #sp-header .logo a{
  height:120px;
  overflow:hidden;
}
html.ok #sp-header.header-sticky .logo a{
  height:46px;
}
html.ok #sp-header #sp-logo>div,html.ok #sp-header .logo,html.ok #sp-header,html.ok #sp-header:before,html.ok #sp-header .logo a,html.ok .logo-image{
  transition-delay:0s!important;
  transition:all 0.5s!important;
}
#hero{
  max-height:100vh;
}
#hero.bgvideo{
  height:100vh;
}
.imghero{
  height:100vh;
}
#hero .addon-root-heading{
  position:absolute;
  bottom:0;
  right:0;
  left:0;
}
.bgrow{
  height:800px;
}
.h100,.h100 div,.h100 .sppb-carousel-inner>.sppb-item>img{
  height:100%;
  object-fit:cover;
  object-position:center;
}
.sppb-item.sppb-item-has-bg>img,.h100 .sppb-carousel-inner>.sppb-item>img{
  height:100%!important;
}
.absel{
  position:absolute;
}
.mezzofluid4>.sppb-row-container,.mezzofluid3>.sppb-row-container,.mezzofluid2>.sppb-row-container,.mezzofluid>.sppb-row-container{
  position:unset;
}
.mezzofluid2>.sppb-row-container>.sppb-row,.mezzofluid>.sppb-row-container>.sppb-row{
  justify-content:flex-end;
}
.mezzofluid3>.sppb-row-container>.sppb-row>.sppb-row-column:last-child,.mezzofluid>.sppb-row-container>.sppb-row>.sppb-row-column:first-child,.mezzofluid4>.sppb-row-container>.sppb-row>.sppb-row-column:last-child,.mezzofluid2>.sppb-row-container>.sppb-row>.sppb-row-column:first-child{
  position:absolute;
  top:0;
  left:0;
  bottom:0;
  display:flex;
  align-items:center;
}
.mezzofluid3>.sppb-row-container>.sppb-row>.sppb-row-column:last-child,.mezzofluid>.sppb-row-container>.sppb-row>.sppb-row-column:first-child{
  transition:max-width 2s;
  transition-delay:1s;
  max-width:100% !important;
  z-index:9;
}
.mezzofluid4>.sppb-row-container>.sppb-row>.sppb-row-column:last-child,.mezzofluid2>.sppb-row-container>.sppb-row>.sppb-row-column:first-child{
  transition:all 2s;
  max-width:60%!important;
  flex-basis:60%!important;
}
.mezzofluid3>.sppb-row-container>.sppb-row>.sppb-row-column:last-child,.mezzofluid4>.sppb-row-container>.sppb-row>.sppb-row-column:last-child{
  left:unset;
  right:0;
}
.mezzofluid4>.sppb-row-container>.sppb-row>.sppb-row-column:last-child .sppb-column-overlay,.mezzofluid2>.sppb-row-container>.sppb-row>.sppb-row-column:first-child .sppb-column-overlay{
  background:white;
  transition:all 2s;
  transition-delay:1s;
}
.mezzofluid4>.sppb-row-container>.sppb-row>.sppb-row-column,.mezzofluid2>.sppb-row-container>.sppb-row>.sppb-row-column{
  min-height:400px;
}
.animrow.goonce.mezzofluid2>.sppb-row-container>.sppb-row>.sppb-row-column:first-child .sppb-column-overlay{
  left:100%;
}
.animrow.goonce.mezzofluid4>.sppb-row-container>.sppb-row>.sppb-row-column:last-child .sppb-column-overlay{
  right:100%;
}
.animrow.goonce.mezzofluid3>.sppb-row-container>.sppb-row>.sppb-row-column:last-child,.animrow.goonce.mezzofluid>.sppb-row-container>.sppb-row>.sppb-row-column:first-child{
  max-width:50%!important;
}
.mezzofluid>.sppb-row-container>.sppb-row>.sppb-row-column:last-child{
  transform:translateX(100%);
  opacity:0;
  transition:all 2.2s;
  transition-delay:1.2s;
}
.animrow.goonce.mezzofluid>.sppb-row-container>.sppb-row>.sppb-row-column:last-child{
  transform:translateX(0%);
  opacity:1;
}
.mezzofluid .miniph img,.mezzofluid2 .miniph img{
  width:19vw;
  height:21vw;
  object-fit:cover;
}
.dimg>.sppb-column-addons{
  transform:translateY(20%);
}
.downcol>.sppb-column-addons{
  transform:translateY(50%);
}
.grid1>.sppb-column-addons{
  display:grid;
}
.animrow .dimg,.animrow .dimg2{
  transition:all 1s;
  transition-timing-function:ease-out;
}
.animrow.goonce .animt1 .sppb-addon-header .sppb-addon-title span{
  display:block;
}
.animrow .animt1 .sppb-addon-header .sppb-addon-title span,.animrow .animt1 .addon-root-text-block .sppb-addon-title{
  transform:translateX(-100px);
  opacity:0;
}
.animrow.goonce .animt1 .sppb-addon-header .sppb-addon-title span,.animrow.goonce .animt1 .addon-root-text-block .sppb-addon-title{
  animation-name:myfadeinright;
  animation-duration:2s;
  animation-fill-mode:forwards;
}
.animrow .animt2 .addon-root-text-block .sppb-addon-title,.animrow .animt2 .addon-root-text-block .sppb-addon-content,.animrow .animt1 .addon-root-text-block .sppb-addon-content,.animrow .animt1 .addon-root-button{
  transform:translateY(25px);
  opacity:0;
}
.animrow.goonce .animt2 .addon-root-text-block .sppb-addon-title,.animrow.goonce .animt2 .addon-root-text-block .sppb-addon-content,.animrow.goonce .animt1 .addon-root-text-block .sppb-addon-content,.animrow.goonce .animt1 .addon-root-button{
  animation-name:myfadeinup;
  animation-duration:2s;
  animation-delay:1.5s;
  animation-fill-mode:forwards;
}
.animrow.goonce .animt2 .addon-root-text-block .sppb-addon-title,.animrow.goonce .animt1 .sppb-addon-header .sppb-addon-title span:nth-child(2){
  animation-delay:0.5s;
}
.animrow.goonce .animt2 .addon-root-text-block .sppb-addon-content,.animrow.goonce .animt1 .addon-root-text-block .sppb-addon-title,.animrow.goonce .animt1 .sppb-addon-header .sppb-addon-title span:nth-child(3){
  animation-delay:1s;
}
@keyframes myfadeinright{
  from{opacity:0;transform:translateX(-100px);}
  to{opacity:1;transform:translateX(0);}
}
@keyframes myfadeinup{
  from{opacity:0;transform:translateY(25px);}
  to {opacity:1;transform:translateY(0);}
}
.sqbg{
  height:700px;
}
.miniprlx{
  background-size:1420px!important;
}
.miniprlx1{
  background-size:70%!important;
  background-position-x:left!important;
}
.miniprlx2{
  background-size:37%!important;
  background-position-x:79%!important;
}
.miniprlx3 {
  background-size:60%!important;
  background-position-x:left!important;
}
.animrow.sqbg{
  filter:blur(2px) grayscale(1);
}
.animrow.go.sqbg{
  animation-name:animfoto1;
  animation-duration:2s;
  animation-fill-mode:forwards;
}
@keyframes animfoto1{
  from{filter:blur(2px) grayscale(1);}
  to{filter:blur(0px) grayscale(0);}
}
.minigal{
  width:275px;
}
.maxigal{
  position:absolute;
  width:100%;
  height:100% !important;
}
.doppiagal.sppb-carousel-pro .sppb-carousel-control{
  display:none!important;
}
.galbtn{
  position:absolute;
  bottom:0;
  right:35px;
}
.dop-prev,.dop-next{
  display:inline-block;
}
.dop-prev span,.dop-next span{
  border-width:2px 2px 0 0;
  border-style:solid;
  border-color:#545456;
  display:block;
  width:30px;
  height:30px;
}
.dop-prev span{
  transform:rotate(-135deg);
}
.dop-next span{
  transform: rotate(45deg);
}
input[type="text"],input[type="email"],textarea,select{
  background-color: unset!important;
  box-shadow: unset!important;
  border-width: 0 0 1px!important;
  border-radius: 0!important;
  border-color: #000000!important;
}
textareal{
  height:90px!important;
}
.flx50.sppb-addon-text-block{
  display:flex;
  flex-wrap:wrap;
  margin-right:-15px;
  margin-left:-15px;
}
.flx50.sppb-addon-text-block>.sppb-addon-title,.flx50.sppb-addon-text-block>.sppb-addon-content{
  max-width:50%;
  flex-basis:50%;
  padding-right:15px;
  padding-left:15px;
}
.flx50.sppb-addon-text-block>.sppb-addon-content{
  padding-top:60px;
}
.sppb-addon-text-block ul{
  list-style-type: square;
}
.sppb-addon-text-block ul ::marker{
  color: #a2886b;
}
.brdr>.sppb-row-container{
  padding-top:40px;
}
.brdr>.sppb-row-container:before{
  content:"";
  background:#a2886b;
  position:absolute;
  right:0;
  left:0;
  top:0;
  height:1px;
}
.mod-articles-items.mod-list,.mainbox{
  max-height:741px;
  height:calc(203px + 28vw);
}
.mainbox{
  position:absolute;
  right:0;
  width:64%;
  top:0;
  background:white;
  overflow:hidden;
  max-width:1220px;
}
.mainbox .readmore,.mainbox .article-intro-image.float-mod-articles-image{
  margin-top:30px;
}
.mainbox .article-intro-image.float-mod-articles-image img{
  max-height:538px;
  object-fit:cover;
  height:28vw;
  object-position:center;
  width:100%;
}
.mod-articles-items.mod-list>div .mainbox:after{
  content:"";
  position:absolute;
  top:0;
  bottom:0;
  right:0;
  left:0;
  background:#ffffff;
  transition:all 1s;
  transition-timing-function:ease-in-out;
}
.mod-articles-items.mod-list>div .mainbox.z-active:after{
  left:100%;
}
.mod-articles-items.mod-list>div .mainbox.goodbye:after{
  left:0%;
}
.mod-articles-items.mod-list>div .mainbox{
  z-index:90;
}
.mod-articles-items.mod-list>div .mainbox.z-active{
  z-index:99;
}
.mod-articles-title{
  font-weight:300;
  font-size:24px;
  margin-bottom:50px;
  transform:translateY(6px);
}
.mod-articles-title a{
  color:inherit!important;
}
.mod-articles-title.active a{
  cursor:default;
  font-weight:500;
}
.boxtxt{
  max-width:950px;
  width:100%;
  padding-right:15px;
}
.rowpress>.sppb-container-inner>.sppb-row:after{
  content:"";
  position:absolute;
  bottom:0;
  right:0;
  width:83.333333%;
  border-bottom:1px solid #a2886b;
}
.rowpress>.sppb-container-inner>.sppb-row>.sppb-row-column:nth-child(2) .sppb-column-addons{
  display:flex;
  align-items:center;
  padding:30px 0;
}
.rowpress>.sppb-container-inner>.sppb-row>.sppb-row-column:nth-child(2) .sppb-column-addons >div{
  padding:0 15px;
}
.rowpress p{
  margin-bottom:0;
}
.rowpress .sppb-addon-single-image-container{
  width:100%;
  text-align:center;
}
.rowpress img{
  max-height:70px;
  object-fit:contain;
  width:auto;
}
.sppb-nav-lines{
  border-bottom:1px solid #a2886b;
}
.sppb-nav-lines>li>a{
  border-bottom:0px!important;
  padding:0px 10px 0px 26px;
  font-size:23px;
  font-weight:300;
}
.sppb-nav-lines>li.active>a,.sppb-nav-lines>li.active>a:focus, .sppb-nav-lines>li.active>a:hover{
  color:#a2886b!important;
}
.sppb-nav-lines>li>a:after{
  content:"";
  position:absolute;
  bottom:0;
  right:0;
  height:23px;
  border-right:1px solid #a2886b;
}
#sp-footer,#sp-bottom{
  background:#ffffff;
  color:inherit;
  padding:0;
  color:#545456!important;
  font-size:16px;
  line-height:1;
}
#sp-bottom h4{
  font-weight:400;
  font-size:20px;
}
#sp-bottom .sp-module{
  margin-bottom:0;
}
#sp-bottom .sp-module ul>li{
  margin-bottom:0;
}
#sp-footer a,#sp-bottom a{
  color:#545456!important;
}
#sp-footer a:hover,#sp-bottom a:hover{
  color:#a2886b!important;
}
#sp-bottom .sppb-btn{
  padding:0;
}
#rowft1 .sppb-row,#rowft2 .sppb-row{
  border-width:1px 0 1px;
  border-style:solid;
  border-color:#B2936F;
  padding:25px 50px;
}
#rowft2 .sppb-row{
  border-width:0 0 1px;
  padding:50px 0px 25px;
}
#rowft2 .sppb-btn-link{
  border:0px;
  line-height:1.5;
}
.contatti .sppb-addon-content{
  text-align:right;
  line-height:1.5;
}
#sp-footer .container-inner{
  padding:19px 65px;
  border-top:0px;
}
#sp-footer2 .logo a{
  color:#000000!important;
  display: inline-block;
}
#sp-footer{
  font-size:10px!important;
}
#sp-footer .logo a{
  margin-left:10px;
}
.footer1{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  margin:0 -5px;
}
.footer1>div{
  flex:0 0 auto;
  width:50%;
  padding:0 5px;
}
.footer1>div{
  flex:0 0 auto;
  padding:0 5px;
}
.footer1>div.copy{
  text-align:left;
  width:50%;
}
.footer1>div.logo{
  width:50%;
}
.footer1 svg{
  height:27px;
}
.vislogo svg{
  width:72px
}
.bmglogo svg{
  width:122px
}
.footer1 svg path{
  fill:black!important;
  transition:fill 400ms;
}
#sp-footer a:hover{
  color:#b8946c!important;
}
#sp-footer a:hover svg path{
  fill:#b8946c!important;
}
.sp-scroll-up{
  background:rgba(210, 198, 196, 0.5);
  right:20px;
  width:30px;
  height:30px;
  line-height:30px;
  border-radius:0;
}
.sp-scroll-up:hover, .sp-scroll-up:active, .sp-scroll-up:focus{
  background:rgba(210, 198, 196, 1);
}
#datiazienda{
  color:#545456;
  padding:5px 0;
}
#datiazienda .datitle,#datiazienda .datext{
  overflow:hidden;
  display:inline-flex;
  white-space:nowrap;
}
#datiazienda .datitle{
  max-width:100px;
  transition:max-width 1s, margin 1.5s;
  margin-right:5px;
}
#datiazienda .datext{
  max-width:0;
  transition:max-width 1.5s;
}
#datiazienda:hover .datitle{
  max-width:0px;
  margin-right:0px;
}
#datiazienda:hover .datext{
  max-width:1040px;
}
#cookiescript_badge{
  background:rgba(210, 198, 196, 0.9)!important;
  z-index:9!important;
}
#cookiescript_injected {
  background:rgba(210, 198, 196, 0.95)!important;
  z-index:9!important;
}
#cookiescript_accept{
  background-color:#a2886b!important;
}
#cookiescript_injected .mdc-checkbox__native-control:enabled:checked~.mdc-checkbox__background,#cookiescript_injected .mdc-checkbox__native-control:enabled:indeterminate~.mdc-checkbox__background,#cookiescript_injected_fsd .mdc-checkbox__native-control:enabled:checked~.mdc-checkbox__background,#cookiescript_injected_fsd .mdc-checkbox__native-control:enabled:indeterminate~.mdc-checkbox__background{
  border-color:#a2886b!important;
  background-color:#a2886b!important;
}
#cookiescript_manage:hover #cookiescript_manageicon .cookiescript_gear{
  fill:#a2886b!important;
}
.topbook a.mybtn span l{
  display:inline-block;
  animation-name:hey;
  animation-duration:3s;
  animation-iteration-count:infinite;
  animation-direction:alternate;
}
.topbook a.mybtn:hover span l{
  animation-play-state:paused;
}
.topbook a.mybtn span l:nth-child(1){
  animation-delay:0.1s;
}
.topbook a.mybtn span l:nth-child(2){
  animation-delay:0.3s;
}
.topbook a.mybtn span l:nth-child(3){
  animation-delay:0.4s;
}
.topbook a.mybtn span l:nth-child(4){
  animation-delay:0.5s;
}
.topbook a.mybtn span l:nth-child(5){
  animation-delay:0.6s;
}
.topbook a.mybtn span l:nth-child(6){
  animation-delay:0.7s;
}
.topbook a.mybtn span l:nth-child(7){
  animation-delay:0.7s;
}
@keyframes hey{
  0%{opacity:1;}
  94%{opacity:1;}
  97%{opacity:0.5;}
  100%{opacity:0.5;}
}
.topbook{
  position:fixed;
  right:0;
  top:298px;
  transform:translateX(100%);
  transition: transform 0.5s;
}
.topbook.viewbtn{
  transform:translateX(0%);
}
#my_bbar_do_book{
  background-color:unset;
  border:0;
  box-shadow:unset;
  position:relative;
}
#my_bbar_do_book,.topbook a.mybtn{
  font-size:19px;
  font-weight:300;
  padding:9px 15px!important;
  color:#ffffff!important;
  display:block;
  margin:10px 0;
  letter-spacing:1px;
}
#my_bbar_do_book:before{
  content:"";
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:1px;
  z-index:-1;
  transition:all 0.5s;
}
#my_bbar_do_book:before,.topbook a.mybtn:before{
  background:#d2c7c4;
}
#my_bbar_do_book:hover:before{
  height:100%;
}
#my_bbar_do_book:after,a.mybtn.crobtn:after,.topbook a.mybtn:after{
  content:"";
  display:block;
  background:#a2886b;
  position:absolute;
  top:0;
  bottom:0;
  right:0;
  left:0;
  z-index:-2;
  box-shadow:0px 0px 20px rgba(0, 0, 0, 0.1);
}
#my_bbar_do_book:after{
  box-shadow:unset;
}
.booking a.mybtn.crobtn{
  display:flex;
  max-width:180px;
  justify-content:center;
  align-items:center;
  text-align:center;
  font-size:18px;
  line-height:1.2;
  font-weight:300;
}
.topbook .mybtn:hover{
  color:#a2886b!important;
}
#my_bbar_do_book:hover,a.mybtn.crobtn{
  color:#545456!important;
}
.mybtn.crobtn:hover{
  color:#ffffff!important;
}
a.mybtn.crobtn:after{
  background: #d2c7c4
}
a.mybtn.crobtn:before{
  background: #a2886b;
}
#my_bbar_do_book{
  border-radius:0;
  height:100%;
  margin:0px;
  text-transform:uppercase;
  max-width:229px;
  font-size:18px;
  line-height:1.2;
}
#my_bbar input,#my_bbar select{
  max-width:150px;
  height:auto
}
.booking{
  display:flex;
  justify-content:center;
}
#my_bbar{
  background-color:rgba(219, 214, 209, 0.95);
}
.form-inline.bmg-widget-bbar{
  display:flex;
  padding:0;
}
.bmg-widget-bbar.form-inline * + *{
  margin-left:0!important;
}
.form-inline.bmg-widget-bbar>.form-group:nth-child(-n+3){
  padding:8px 15px;
}
.form-inline.bmg-widget-bbar>.form-group:last-child{
  z-index:0;
  padding-left: 15px;
}
.input-group-text{
  background-color:unset;
  border:0;
  font-size:20px;
  line-height:1;
  position:absolute;
  right:0;
}
#ui-datepicker-div{
  padding:0;
  border-radius:0;
}
.ui-datepicker table{
  font-size:14px!important;
}
.ui-widget-header{
  background:unset!important;
  border-radius:0!important;
  font-weight:400!important;
  border-width:0!important;
  border-bottom:1px solid #a2886b!important;
}
select:not(.form-select):not(.form-control),select.ui-datepicker-month{
  display:inline-block!important;
  padding:0!important;
  height:auto!important;
  border-radius:0!important;
}
.ui-datepicker th{
  padding:4px!important;
}
.ui-datepicker td,.ui-datepicker td span, .ui-datepicker td a{
  padding:0px!important;
  text-align:center!important;
  line-height:2!important;
}
.ui-datepicker-calendar .ui-dp-from a, .ui-datepicker-calendar .ui-dp-from a:hover,.ui-datepicker-calendar .ui-dp-to a,.ui-datepicker-calendar .ui-dp-to a:hover{
  background-color:#a2886b!important;
  box-shadow:inset 0 9px 9px -9px #a2886b,inset 0 -9px 9px -9px #a2886b!important;
}
.ui-datepicker-calendar .ui-dp-btw a, .ui-datepicker-calendar .ui-dp-btw a:hover{
  box-shadow:inset 0 9px 9px -9px #a2886b,inset 0 -9px 9px -9px #a2886b!important;
}
.ui-datepicker-calendar .ui-dp-btw a{
  color:#a2886b!important;
}
@media (min-width:2100px){
  .mezzofluid4>.sppb-row-container>.sppb-row>.sppb-row-column:last-child,.mezzofluid2>.sppb-row-container>.sppb-row>.sppb-row-column:first-child{
    max-width:55%!important;
    flex-basis:55%!important;
  }
}
@media (min-width:1600px){
  .container{
    max-width:1520px;
  }
  #sp-footer .container,.sppb-row-container{
    max-width: 1520px;
    padding:0 70px;
  }
  .semifluid .sppb-row-container{
    padding-left:0px; 
  }
}
@media (max-width:1799px){
  .sp-megamenu-parent>li:last-child>a,#sp-user1 ul.menu>li>a,.sp-megamenu-parent>li>a,.sp-megamenu-parent>li>span{
    font-size:17px;
    margin:0 11px;
  }
}
@media (max-width:1599px){
  body{
    font-size:16px;
  }
  .slimtitle .sppb-addon-title{
    font-size:62px;
  }
  #hero .sppb-addon-title,.boxtxt>.boxtitle,.boxtxt>h3,.normtitle .sppb-addon-title,.sppb-addon-text-block .sppb-addon-title{
    font-size:28px;
  }
  .mod-articles-title{
    font-size:20px;
    margin-bottom:44px;
    transform:translateY(4px);
  }
  .sppb-addon-text-block.bigtext .sppb-addon-content{
    font-size:18px;
  }
  .sp-megamenu-parent>li:last-child>a,#sp-user1 ul.menu>li> a,.sp-megamenu-parent>li>a,.sp-megamenu-parent>li>span{
    font-size:15px;
    margin:0 8px;
  }
  .miniprlx3{
    background-size:70%!important;
    background-position-x:-21%!important;
  }
  .bgrow{
    height:748px;
  }
  .galbtn{
    right:20px;
  }
  .boxtxt{
    max-width:877px;
  }
  .mod-articles-items.mod-list,.mainbox{
    height:calc(196px + 28vw);
  }
}
@media (max-width:1399px){
  .sp-megamenu-parent>li:last-child>a,#sp-user1 ul.menu>li>a,.sp-megamenu-parent>li>a,.sp-megamenu-parent>li>span{
    font-size:14px;
    margin:0 6px;
  }
  .galbtn{
    right:-10px;
  }
  .rowpress>.sppb-container-inner>.sppb-row:after{
	width:calc(100% - 225px);
  }
  .rowpress>.sppb-container-inner>.sppb-row>.sppb-row-column:nth-child(1){
	max-width:225px!important;
    flex-basis:225px!important;
  }
  .rowpress>.sppb-container-inner>.sppb-row>.sppb-row-column:nth-child(2){
	max-width:calc(100% - 225px)!important;
    flex-basis:calc(100% - 225px)!important;
  }
  .boxtxt{
    max-width:768px;
  }
  .mod-articles-items.mod-list,.mainbox{
    height:calc(220px + 28vw);
  }
}
@media (max-width:1299px){
  #offcanvas-toggler{
    display:flex!important;
    height:60px;
    line-height:60px;
  }
  .sp-megamenu-parent,
  #sp-user1 ul.menu{
    display:none!important;
  }
  #sp-header>.row{
    flex-direction:row-reverse;
  }
}
@media (max-width:1199px){
  body{
    font-size:15px;
  }
  .slimtitle .sppb-addon-title{
    font-size:56px;
  }
  #hero .sppb-addon-title,.boxtxt>.boxtitle,.boxtxt>h3,.normtitle .sppb-addon-title,.sppb-addon-text-block .sppb-addon-title{
    font-size:26px;
  }
  .sppb-addon-text-block.bigtext .sppb-addon-content{
    font-size:16px;
  }
  .sp-megamenu-parent>li:last-child>a,#sp-user1 ul.menu>li>a,.sp-megamenu-parent>li>a,.sp-megamenu-parent>li>span{
    font-size:12px;
    margin:0 12px;
  }
  .animrow .animt1 .sppb-addon-header.maintitle .sppb-addon-title spa{
    display:inline-block;
  }
  html.ok .animrow .animt1 .sppb-addon-header.maintitle .sppb-addon-title span{
	animation-name:myfadeinright;
    animation-duration:2s;
	animation-fill-mode:forwards;
  }
  html.ok .animrow .animt1 .sppb-addon-header .sppb-addon-title span:nth-child(2){
    animation-delay:1s;
  }
  .sqbg{
    background-size:100%!important;
    background-attachment:scroll!important;
  }
  .trit .sppb-row>.sppb-order-lg-3{
    position:absolute;
    right:0;
    z-index:9;
  }
  .imghero{
    background-attachment:scroll!important;
    background-position:center!important;
  }
  .bgrow{
    height:641px;
    background-attachment:scroll!important;
    background-position:center!important;
  }
  .bgrow.miniprlx3{
	background-size:cover!important;
  }
  .animrow.sqbg{
    filter:grayscale(1);
  }
  .animrow.go.sqbg{
    animation-name:animfoto1;
    animation-duration:2s;
    animation-fill-mode:forwards;
  }
  @keyframes animfoto1{
    from {filter:grayscale(1);}
    to {filter:grayscale(0);}
  }
  .downcol>.sppb-column-addons{
    transform:translateY(97%);
  }
  .logofooter img{
    height:122px;
  }
  .mod-articles-items.mod-list,.mainbox{
    height:calc(212px + 28vw);
  }
  .boxtxt{
    max-width:645px;
  }
}
@media (max-width:991px){
  #sp-header #sp-user1 .sp-module.swlang{
	display:none;
  }
  body{
    font-size:13px;
  }
  .slimtitle .sppb-addon-title{
    font-size:46px;
  }
  .slimtitle.herotitle .sppb-addon-title{
     font-size:40px;
  }
  #hero .sppb-addon-title,.boxtxt>.boxtitle,.boxtxt>h3,.normtitle .sppb-addon-title,.sppb-addon-text-block .sppb-addon-title{
    font-size:22px;
  }
  .mod-articles-title{
    font-size:18px;
    transform:translateY(3px);
  }
  .sppb-addon-text-block.bigtext .sppb-addon-content{
    font-size: 14px;
  }
  #sp-header>.row{
    flex-direction:row-reverse;
  }
  #sp-header:before{
	background:rgba(210, 198, 196, 0.8);
  }
  #sp-header.header-sticky:before{
    background:rgba(210, 198, 196, 0.9);
  }
  #hero{
    height:calc(56.25vw - 72px)!important;
    margin-top:139px!important;
  }
  #hero.bgvideo{
    height:56.25vw!important;
  }
  .sqbg{
    height:100%;
  }
  .bgrow{
    height:549px;
  }
  .miniprlx{
    background-size:911px!important;
  }
  .downcol>.sppb-column-addons{
    transform:translateY(100%);
  }
  .mezzofluid .miniph img,.mezzofluid2 .miniph img{
    width:30vw;
    height:26vw;
    max-height:200px;
  }
  .rwdpgl .sppb-row{
    justify-content:flex-end;
  }
  .maxigal{
    bottom:0;
    right:0;
    height:325px!important;
  }
  .minigal{
    width:230px;
  }
  .galbtn{
    right:50%;
  }
  .dop-prev,.dop-next{
    padding:0 11px;
  }
  .dop-prev span,.dop-next span{
    width:26px;
    height:26px;
  }
  .mod-articles-items.mod-list,.mainbox{
    height:calc(241px + 28vw);
  }
  .logofooter img{
    height:99px;
  }
  #sp-footer .container-inner,#rowft1 .sppb-row,#rowft2 .sppb-row{
    padding-right:0px;
    padding-left:0px;
  }
  #rowft2 .sppb-btn-link,#sp-footer,#sp-bottom {
    font-size:14px;
  }
  #datiazienda .datitle,#datiazienda .datext{
	display:block;
	transition:max-height 0.5s;
  }
  #datiazienda.datitle{
    max-width:unset;
    margin-right:0px;
    max-height:10px;
  }
  #datiazienda .datext{
    max-width:unset;
    max-height:0px;
    white-space:normal;
  }
  #datiazienda:hover .datitle{
    max-width:unset;
    max-height:0px;
  }
  #datiazienda:hover .datext{
    max-width:unset;
    max-height:25px;
  }
  .mainbox{
    width:60%;
  }
  .boxtxt{
    max-width:459px;
  }
  .form-inline.bmg-widget-bbar>.form-group:nth-child(-n+3){
    padding:8px 7px;
  }
  .form-inline.bmg-widget-bbar>.form-group:last-child{
    padding-left:7px;
  }
  #my_bbar_do_book,.booking a.mybtn.crobtn{
    max-width:166px;
    font-size:14px;
  }
}
@media (max-width:767px){
  .topbook{
    top:unset;
    bottom:0;
    left:1px;
  }
  .topbook a.mybtn{
    margin:0px;
    display:inline-block !important;
    width:calc(50% - 3px);
  }
  #sp-header #sp-user1 .sp-module.touchlang{
    display:none;
  }
  html.wow #sp-header .logo:after{
    height:65px;
  }
  body{
    font-size:14px;
  }
  .absbtn{
    position:relative;
    bottom:unset;
    margin-top:20px;
  }
  .slimtitle.herotitle .sppb-addon-title,.slimtitle .sppb-addon-title{
    font-size:32px;
  }
  .slimtitle .sppb-addon-title span.rid{
    font-size:70%;
  }
  #hero .sppb-addon-title,.boxtxt>.boxtitle,.boxtxt>h3,.normtitle .sppb-addon-title,.sppb-addon-text-block .sppb-addon-title{
    font-size:17px;
  }
  #hero{
    height:calc(80vw - 72px)!important;
  }
  .burger-icon{
    margin-right:9px;
  }
  .absel{
    position:relative;
  }
  .trit .sppb-row>.sppb-order-lg-3{
    position:relative;
    right:unset;
    z-index:0;
  }
  .downcol>.sppb-column-addons{
    transform:translateY(0%);
  }
  .sqbg{
    min-height:305px;
    background-size:cover!important;
  }
  .sqbg.miniprlx2{
    min-height:600px;
  }
  .bgrow{
    height:73vw;
  }
  .sppb-row-container .bgrow{
    height:353px;
  }
  .miniprlx{
    background-size:cover!important;
  }
  .mezzofluid3>.sppb-row-container,.mezzofluid>.sppb-row-container{
    padding-left:0px;
    padding-right:0px;
  }
  .animrow.go.mezzofluid3>.sppb-row-container>.sppb-row>.sppb-row-column:last-child,.animrow.go.mezzofluid>.sppb-row-container>.sppb-row>.sppb-row-column:first-child{
    max-width:100%!important;
  }
  .mezzofluid3>.sppb-row-container>.sppb-row>.sppb-row-column:last-child,.mezzofluid>.sppb-row-container>.sppb-row>.sppb-row-column:first-child{
    position:relative;
    top:unset;
    left:unset;
    bottom:unset;
    height:58vw;
  }
  .mezzofluid .miniph img,.mezzofluid2 .miniph img{
    width:100vw;
    height:54vw!important;
    max-height:200px;
  }
  .mezzofluid4>.sppb-row-container>.sppb-row>.sppb-row-column:last-child,.mezzofluid2>.sppb-row-container>.sppb-row>.sppb-row-column:first-child{
    position:relative;
    max-width:100%!important;
    flex-basis:100%!important;
  }
  .mezzofluid4>.sppb-row-container>.sppb-row>.sppb-row-column,.mezzofluid2>.sppb-row-container>.sppb-row>.sppb-row-column{
    min-height:400px;
  }
  .mezzofluid4>.sppb-row-container>.sppb-row>.sppb-row-column:nth-child(1),.mezzofluid2>.sppb-row-container>.sppb-row>.sppb-row-column:nth-child(2){
    min-height:unset!important;
  }
  .abc1 .sppb-row-container{
    max-width:100%;
  }
  .abc1 .sppb-row-container>.sppb-row>.sppb-row-column:nth-child(2){
    max-width:540px!important;
    margin-right:auto;
    margin-left:auto;
  }
  .animrow.go.sqbg{
    animation-delay:1s;
  }
  .maxigal{
    position:relative;
    bottom:unset;
    right:unset;
    height:84vw!important;
  }
  .minigal{
    width:62vw;
    max-width:248px;
  }
  .galbtn{
    right:0;
    bottom:25px;
  }
  .minigal.sppb-carousel-pro .sppb-item{
    height:60vw;
  }
  .rowpress>.sppb-container-inner{
    padding:25px 0;
  }
  .rowpress>.sppb-container-inner>.sppb-row:after{
	width:100%;
  }
  .rowpress>.sppb-container-inner>.sppb-row>.sppb-row-column:nth-child(1),.rowpress>.sppb-container-inner>.sppb-row>.sppb-row-column:nth-child(2){
	max-width:100%!important;
    flex-basis:100%!important;
  }
  .rowpress>.sppb-container-inner>.sppb-row>.sppb-row-column:nth-child(2) .sppb-column-addons{
    flex-direction:row-reverse;
    padding:20px 0 0;
  }
  .rowpress img{
    max-height:50px;
  }
  .active .mod-articles-link:before,.mod-articles-link:hover:before,#sp-user1 ul.menu > li > a:hover:before,.sp-megamenu-parent>li>a:hover:before{
    transform:translateY(-14px) scaleX(1);
  }
  .mod-articles-items.mod-list,.mainbox{
    max-height:unset;
    height:auto;
  }
  .mainbox{
    height:auto;
    position:relative;
    right:unset;
    width:100%;
    top:unset;
    background:white;
    overflow:hidden;
    max-width:540px;
    margin:0 auto;
    padding:0 15px;
  }
  .boxtxt{
    max-width:unset;
  }
  .mod-articles-title{
    margin-top:20px;
    margin-bottom:20px;
    transform:translateY(0px);
  }
  .mainbox .article-intro-image.float-mod-articles-image img{
    height:245px;
  }
  .mod-articles-items.mod-list>div .mainbox:after{
	display:none;
  }
  .mod-articles-items.mod-list>div .mainbox{
    max-height:0;
	transition:all 1s;
  }
  .mod-articles-items.mod-list>div .mainbox.is-active{
	max-height:500px!important;
    margin-bottom:20px;
  }
  #sp-footer{
    padding-bottom:40px;
  }
  #sp-footer1 #rowft1 .sppb-addon-raw-html .sppb-addon-content{
    justify-content:center;
    text-align:center;
  }
  .flx50.sppb-addon-text-block>.sppb-addon-title,.flx50.sppb-addon-text-block>.sppb-addon-content{
    max-width:100%;
    flex-basis:100%;
  }
  .flx50.sppb-addon-text-block>.sppb-addon-content{
    padding-top:0;
  }
  .logofooter{
    margin-bottom:25px;
  }
  #cookiescript_badge{
    left:0!important;
    bottom:152px!important;
    transform:rotate(90deg);
    transform-origin:left bottom;
  }
  .footer1>div.copy,.footer1>div.logo{
    text-align:center;
    width:100%!important;
  }
  .footer1>div.logo {
    margin-top:15px;
  }
  .booking{
    display:none;
  }
  .topbook{
    transform:translateX(0%);
  }
}
@media (max-width:600px){
  .offcanvas-menu{
    width:100%;
  }
  body.ltr.offcanvs-position-right .offcanvas-menu{
    right:-100%;
  }
}
@media (max-width:575px){
  .sppb-row-container .bgrow{
    height:73vw;
  }
  .sqbg{
    min-height:72vw;
  }
  .mezzofluid3>.sppb-row-container>.sppb-row>.sppb-row-column:last-child,.mezzofluid>.sppb-row-container>.sppb-row>.sppb-row-column:first-child{
    height:70vw;
  }
  .mezzofluid2>.sppb-row-container>.sppb-row>.sppb-row-column{
    min-height:60vw;
  }
  .rowpress>.sppb-container-inner>.sppb-row>.sppb-row-column:nth-child(2) .sppb-column-addons{
    flex-direction:column-reverse;
  }
  .contatti .sppb-addon-content{
    text-align: enter;
  }
  .mainbox{
    max-width:100%;
  }
  .mainbox .article-intro-image.float-mod-articles-image img{
    height:43vw;
  }
}
@media (max-width:411px){
  #sp-footer1 #rowft1 .sppb-addon-raw-html .sppb-addon-content{
    display:block;
  }
  #sp-footer1 #rowft1 .sppb-addon-raw-html .sppb-addon-content > div{
    padding-top:15px;
    padding-bottom:15px;
  }
}