html.touchscreen .sppb-section{
  background-attachment: scroll!important;
}
.article-details .article-can-edit{
  display: none !important;
}
.sppb-carousel-extended-item img{
  object-fit: cover;
}
/**/
.bgrow {
  height: 800px;
  max-height: calc(100vh - 90px);
  min-height: 300px;
}
/*tipografia*/
.big-title .sppb-addon-title{
  font-size: 42px;
}
.medium-title .sppb-addon-title{
  font-size: 33px;
}
.small-title .sppb-addon-title{
  font-size: 29px;
}
.mybtn.mybtnstyle1{
  border: 1px solid #b28b88;
}
.border-title .sppb-addon-title{
  border-left: 2px solid #b28b88;
  padding-left:15px!important;
}
/*barra menu*/
#sp-header.header-sticky{
  height:90px!important;
}
#sp-header .sp-megamenu-parent>li>a{
  font-size:18px;
}
#sp-header .sp-megamenu-parent>li>a:hover,a:active,a:focus,
#sp-header .sp-megamenu-parent>li:hover>a,
#sp-header .sp-megamenu-parent .sp-dropdown li.sp-menu-item>a:hover,a:active,a:focus{
  color:#b28b88!important;
}
#sp-header .sp-megamenu-parent .sp-dropdown li.sp-menu-item>a{
  font-size:15px;
}
.offcanvas-menu {
  max-width: 100%;
}
.offcanvas-overlay{
  -webkit-backdrop-filter: blur(0px);
  backdrop-filter: blur(0px);
}
/*logo*/
#sp-header .logo a{
  height:80px;
  overflow: hidden;
  display:flex;
  align-items:center;
}
#sp-header .logo svg{
  height:80px;
  width:auto;
}
#sp-header.header-sticky #sp-menu{
  height:90px;
  align-items: center;
}
.header-sticky .logo,
.header-sticky #sp-logo{
  height:80px!important;
}
.header-sticky .logo a{
  height:38px!important;
  align-items:end!important;
}
/*hero*/
#hero .sppb-column-addons{
  height: calc(100vh - 120px);
}
#hero .sppb-column-addons .sppb-addon-single-image-container{
  width:100%;
}
.fotoframe {
  display:none;
}
.fotoframe img{
  object-position: center;
  height: calc(100vh - 120px);
  object-fit: cover;
  width:100%;
}
/*scrolldown*/
.addon-godown{
  opacity: 1;
  position: absolute;
  bottom: 0px;
  width:100%;
}
.scrolldown{
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  height: 46px;
  width: 196px;
  background-image: url(/images/designs/scrolldown-background-triangle.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
  transition: all 0.5s;
}
.scrolldown span{
  display: block;
  width: 8px;
  height: 8px;
  background: #000000;
  border-radius: 50%;
  animation-name: godown;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}
@keyframes godown{
  0%{transform:translateY(-5px);}
  20%{transform:translateY(5px);}
  100%{transform:translateY(-5px);}
}
/*map*/
.sppb-addon-openstreetmap-wrapper .leaflet-popup-content .logoleaflet{
  max-width:70%;
}
.sppb-addon-openstreetmap{
  height: 50vw !important;
  max-height: 77vh;
  min-height: 400px;
}
.leaflet-container .leaflet-marker-pane img{
  object-fit:contain;
  object-position: bottom;
}
.minimap{
  position: absolute;
  bottom: 0;
  z-index: 999;
  overflow: hidden;
  right: 0;
}
.minimap img{
  max-width: 33vw;
  object-fit: cover;
  border: 2px solid #36525b;
  border-width: 2px 0px 0px 2px;
}
/*footer*/
#sp-footer .container-inner{
  border-top:unset!important;
  padding: 0px;
}
#sp-footer a, #sp-bottom a,
#sp-footer a:hover,
#sp-footer a:active,
#sp-footer a:focus,
#sp-bottom a:hover,
#sp-bottom a:active,
#sp-bottom a:focus{
  color: #fff!important;
}
#sp-footer1>.sp-column>.sp-module{
  padding: 30px 0px;
}
#sp-footer1>.sp-column>.sp-module:first-child{
  border-bottom:1px solid #ffffff;
}
.logo-footer img{
  height:150px;
  width:auto;
}
.legalmenu > div.sppb-column-addons {
  display: flex;
  margin: 25px -10px 0px;
  justify-content: center;
}
.legalmenu > div.sppb-column-addons > div{
  margin: 0 10px;
}
.legalmenu a.sppb-btn.sppb-btn-link{
  padding: 0;
  font-size: inherit;
  line-height: 1;
}
.legalpopup{
  font-size:10px;
}
.legalpopup h2{
  font-size:14px;
}
.legalpopup h3{
  font-size:12px;
}
/**/
#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;
}
/*footer visioni*/
.footer1{
  font-size: 0.7em;
  display: flex;
  align-items: center;
  padding: 0px;
  position: relative;
}
.footer1 .logo{
  display: flex;
  position: absolute;
  right: 40px;
}
.logo-cont,
.logo-cont .logos span{
  display: flex;
  align-items: center;
}
.logo-cont + .logo-cont{
  margin-left: 15px;
}
.logos a{
  display: flex;
}
.footer1 svg,
.footer1 svg #bmgText,
.footer1 svg #bmgSym{
  fill: #ffffff!important;
  height: 30px;
  width: auto;
  padding: 0 5px;
  transition:fill 0.5s;
}
.footer1 .logo-cont .logos span:first-child{
  width: auto;
  max-width:0;
  overflow: hidden;
  white-space: nowrap;
  transition:max-width 1.5s;
}
.footer1 .logo-cont:hover .logos span:first-child{
  width: auto;
  max-width:500px;
}
.footer1 .logo-cont a{
  transition:color 0.5s;
}
/*media query*/
@media (max-width:1366px){
  .mybtn{
    font-size:13px;
  }
  /**/
  .big-title .sppb-addon-title{
    font-size:33px !important;
  }
  .medium-title .sppb-addon-title{
    font-size:24px!important;
  }
  body{
    font-size:15px!important;
  }
  #sp-header .sp-megamenu-parent>li>a{
    font-size:15px;
  }
}
@media (min-width:1200px) and (max-width:1366px){
  #sp-header.full-header {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width:1199px){
  #sp-header .sp-megamenu-parent>li>a{
    font-size:13px;
  }
  #modal-menu ul.sp-megamenu-parent{
    margin: 0 -10px;
  }
  #titlehero .sppb-addon-title{
    transform:translateY(0)!important;
    filter: grayscale(0) brightness(1)!important;
  }
  .footerlogo img{
    height: 70px;
  }
}
@media (max-width:1024px){
  .sppb-addon-openstreetmap-wrapper .leaflet-popup-content .logoleaflet{
	max-width:60%;
  }
}
/*@media (min-width:992px) and (max-width:1366px){
  .big-title .sppb-addon-title{
    font-size:33px !important;
  }
  .medium-title .sppb-addon-title{
    font-size:24px!important;
  }
  body{
    font-size:15px!important;
  }
  #sp-header .sp-megamenu-parent>li>a{
    font-size:15px;
  }
}
@media (min-width:768px) and (max-width:991px){
  .big-title .sppb-addon-title{
    font-size:33px !important;
  }
  .medium-title .sppb-addon-title{
    font-size:24px!important;
  }
  .small-title .sppb-addon-title{
    font-size: 20px;
  }
}*/
@media (max-width:991px){
  #sp-logo {
    width: 100%;
    text-align: center;
  }
  #offcanvas-toggler {
    position: absolute;
  }
  .big-title .sppb-addon-title{
    font-size:33px !important;
  }
  .medium-title .sppb-addon-title{
    font-size:24px!important;
  }
  .small-title .sppb-addon-title{
    font-size: 20px;
  }
  /**/
  #sp-header .container{
    max-width: 100%;
  }
  .addon-godown .scrolldown{
    display:none;
  }
  .giftbtn .sppb-form-label-visually-hidden{
    display:none;
  }
  .fotoframe img,#hero{
    height: 70vw;
    max-height: calc(90vh - 100px);
  }
  .videovert .sppb-addon-video-local-video-wrap{
    padding: 0;
  }
  .videovert video.sppb-addon-video-local-source{
    position: relative;
    width: 100%;
	height: auto;
	left: unset;
	right: unset;
	padding: 0;
  }
  .footerlogo > .sppb-column-addons{
    display: block;
  }
  .footerlogo img{
    height: auto;
    width: 90px;
	max-width: 100%;
  }
  #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;
  }
  .footer1{
    padding: 0 15px 55px;
    justify-content: flex-end;
  }
  .footer1 .copy{
    margin-bottom: 20px;
	position: absolute;
	left: 17px;
  }
  .footer1 .logo{
	display: block;
	position: relative;
	right: unset;
  }
  .logo-cont, .logo-cont .logos span{
    display: inline;
  }
  .logo-cont{
	display: block;
	width: 100%;
  }
  .logos a{
    display: inline-block;
  }
  .logo-cont + .logo-cont{
    margin-left: 0;
  }
}
@media (max-width:767px){
  .sppb-addon-openstreetmap-wrapper .leaflet-popup-content .logoleaflet{
    max-width:56%;
  }
  .big-title .sppb-addon-title{
    font-size: 26px;
  }
  .medium-title .sppb-addon-title{
    font-size: 21px;
  }
  .small-title .sppb-addon-title{
    font-size: 18px;
  }
  #top-book .sppb-column-addons > .sppb-addon-wrapper{
	padding: 0px;
  }
  /*#sp-logo{
    flex: 0 0 100%;
	width: 100%;
  }
  #sp-logo.has-border>.sp-column,#sp-header .logo a{
    width: 100%;
  }
  #sp-logo > .sp-column > .sp-module{
	order:3;
	width: 70px;
  }
  #sp-logo > .sp-column > .offcanvas-toggler-left{
	order:1;
	width: 70px;
  }
  #sp-logo > .sp-column > .logo{
	order:2;
	width: calc(100% - 140px);
  }
  .logo-image{
	margin: 0 auto;
	object-fit: contain;
  }*/
  .fotoframe img,#hero{
	height: 100vw;
	max-height: 325px;
  }
  .sp-scroll-up{
	right:10px;
    bottom:10px;
  }
  .minimap{
    display:none;
  }
  #sp-footer .container-inner{
    padding: 0;
  }
  #footer_row,
  #footer_row .sppb-icons-group-list{
	/*text-align:center;*/
  }
  .footerlogo > .sppb-column-addons{
    display:flex;
	justify-content: center;
	margin: 0;
  }
  .footerlogo img{
	height: 72px;
	width: auto;
  }
  .footer1{
	display: block;
	padding:15px 15px 50px;
	text-align: center;
  }
  .footer1 .copy{
	position: relative;
	left: unset;
  }
}