#demobar{
  	position: fixed;
    bottom: 0;
    background: rgba(0,0,0,0.8);
    right: 0;
	left: 0;
  	transition:all 0.5s;
	transform: translateY(100%);
}
.closedemobar .sppb-icon-inner{
    position: absolute;
    top: 0;
    right: 0;
    transform: translateY(0);
    width: 33px;
    height: 28px;
    background-color: #253439;
    display: flex;
    justify-content: center;
    align-items: center;
	transition:all 0.5s;
}
#demobar.ok{
  transform: translateY(0%);
}
#demobar.ok .closedemobar .sppb-icon-inner{
   transform: translateY(-43px);
}
@media (max-width:767px)  {
  #demobar {
    bottom: 56px;
  }
  .closedemobar .sppb-icon-inner {
    right: 24px;
  }
}
/**/
.sp-pre-loader {
  background: #253439;
}
.offcanvas-menu .logo-image {
    object-fit: contain;
    margin-top: 33px;
}
/*barra menu*/
.sp-megamenu-parent > li:first-child{
  display:none;
}
body.ltr #offcanvas-toggler.offcanvas-toggler-left{
	margin-right: 50px;
}
.burger-icon {
	width: 45px;
}
.burger-icon>span{
	height: 3px;
    background-color: #ffffff!important;
    width: 100%;
	margin: 7px 0;
}
.offcanvas-active .burger-icon>span:nth-child(1),
#modal-menu-toggler.active .burger-icon>span:nth-child(1) {
    transform: translate(0, 10px) rotate(-45deg);
}
.offcanvas-active .burger-icon>span:nth-child(3),
#modal-menu-toggler.active .burger-icon>span:nth-child(3) {
    transform: translate(0, -9px) rotate(45deg);
}
.langswitch{
  position:absolute;
  right:0;
}
.offcanvas-menu .langswitch{
      position: relative;
    right: unset;
}
.offcanvas-menu .langswitch .lang-block{
     /* justify-content: center;*/
}
/**/
.offcanvas-menu .offcanvas-inner ul.menu>li ul.menu-child {
    display: block!important;
}
.offcanvas-menu .offcanvas-inner ul.menu>li.menu-parent>a>.menu-toggler{
  display:none!important;
}
.offcanvas-menu .offcanvas-inner ul.menu>li a, .offcanvas-menu .offcanvas-inner ul.menu>li span {
    padding: 15px 30px 15px 10px;
}
/**/
.sp-megamenu-parent .sp-dropdown{
      /*width: auto!important;*/
}
/*.chosen-container{
      width: 70px!important;
}
.chosen-container-single .chosen-single,
.langswitch select{
	border-color: #c4b399!important;
    background: #ffffff;
    padding: 0.5rem 0.5rem !important;
    height: calc(2.25rem + 2px);
    line-height: 1.25;
    font-size: 1rem;
}
.chosen-container-single .chosen-single div{
      display: flex;
    align-items: center;
}
.chosen-container-single .chosen-single div b{
      height: 21px;
}
.chosen-container .chosen-results li.highlighted {
  background-color: #c4b399!important;
  background-image: unset;
  color: #fff;
}*/
.lang-block {
  display:flex;
}
div.mod-languages ul li.lang-active a {
    background-color: #c4b399!important;
}
div.mod-languages ul.lang-block li a {
    border-width: 1px;
    border-style: solid;
    border-color: #c4b399;
    color:#c4b399;
    height: 100%;
    display: block;
    line-height: 1;
      width: 46px;
    text-align: center;
}
div.mod-languages ul.lang-block li:first-child a{
    border-radius: 18px 0px 0px 18px;
    padding-left: 10px;
}
div.mod-languages ul.lang-block li:last-child a{
    border-radius: 0px 18px 18px 0px;
    padding-right: 10px;
}
div.mod-languages ul.lang-block li a:hover,
div.mod-languages ul li.lang-active a{
  color: white;
}
div.mod-languages ul.lang-block li a:hover {
    background: linear-gradient(40.48deg, rgba(255, 255, 255, 0.2) 4.07%, rgba(255, 255, 255, 0) 103.07%), #c4b399;
}
div.mod-languages ul.lang-block li{
  margin:0 0 0 0;
  padding: 0!important;
      background-color: unset!important;
}
/**/
.bmg-widget-bbar button.btn,
div.mod-languages ul.lang-block li,
.sppb-btn{
	font-family: 'Roboto', sans-serif!important;
      text-transform: uppercase;
}
/**/
html.its_safari .sppb-section{
      background-attachment: scroll!important;
      background-position: 50% 50%!important;
}
/**/
.sp-megamenu-parent{
      text-transform: uppercase;
}
.sp-megamenu-parent > li > a,
.sp-megamenu-parent > li > span{
    color: #ffffff;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner{
	padding: 10px;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a{
	font-size: 15px!important;
}
/**/
#godownrow .sppb-column-addons > .sppb-addon-wrapper:last-child{
      position: absolute;
    top: calc(100vh - 200px);
    right: 50%;
}
/*#godownrow.innerrow .sppb-column-addons > .sppb-addon-wrapper:last-child {
  top: calc(100vh - 329px);
}*/
.bussolotto:after{
  content:"";
  display:block;
  position:relative;
  height: 55px;
  width: 30px;
  border: 2px solid #ffffff;
  border-radius: 14px;
  right: 0;
  left: 0;
  margin: 0 auto;
	/*background-color:rgba(255,255,255,.8);*/
  transition: background-color 0.3s;
}
/*.bussolotto:hover:after{
  background-color:rgba(255,255,255,1);
}*/
.bussolotto:before{
   content:"";
	z-index:9;
   display:block;
   position:absolute;
   width: 7px;
   height: 7px;
   border-radius: 50%;
   right: 0;
   left: 0;
   margin: 0 auto;
   background: #ffffff;
   animation-name: seedown;
   animation-duration: 2s;
   animation-iteration-count: infinite;
}
@keyframes seedown {
  0%   {bottom: 35px;}
  100% {bottom: 10px;}
}
/*FOOTER*/
#menuprivacy a{
  padding: 8px 0;
}
/*POPUP PRIVACY*/
.privacytext{
      font-size: 14px;
  color:#323620;
}
.privacytext h3{
      font-size: 16px;
}
.flexrow > .sppb-column-addons{
  display:flex;
  margin-left:-5px;
  margin-right:-5px;
  justify-content: center;
}
.flexrow > .sppb-column-addons .sppb-addon-wrapper{
  padding:0 5px;
}
/* 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;
}
/**/
.sp-scroll-up{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    right: 0;
    bottom: 100px;
}
/**/
#osm-map.leaflet-container,
.sppb-addon-openstreetmap{
	height: 30vw!important;
    max-height: 77vh;
}
.leaflet-container .leaflet-marker-pane img{
}
.minimap{
      position: absolute;
    bottom: 0;
    z-index: 999;
    overflow: hidden;
    right: 0;
}
.minimap img{
      height: 15vw;
    width: 20vw;
    object-fit: cover;
    border: 2px solid;
}
/*media query*/
@media (max-width: 1499px) {
	.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span, .sp-megamenu-parent .sp-dropdown li.sp-menu-item > a{
		font-size: 13px!important;
	}
}
@media (max-width: 1299px) {
  #sp-menu.menu-center .sp-megamenu-wrapper{
       display:none!important;
  }
	.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span, .sp-megamenu-parent .sp-dropdown li.sp-menu-item > a{
		font-size: 13px!important;
	}
}
@media (max-width: 1099px) {
	.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span, .sp-megamenu-parent .sp-dropdown li.sp-menu-item > a{
		font-size: 11px!important;
	}
}
@media (max-width: 991px) and (min-width: 768px){
  .overlaytablet .addon-root-image:before{
    content:"";
    display:block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(255,255,255,0.5);
    z-index: 4;
    margin-top: -15%;
    margin-right: -25%;
    margin-bottom: -12%;
    margin-left: -160%;
  }
}
@media (max-width: 991px) {
	.logo-image {
		height: 70px;
	}
     .copyfooter {
    position: relative!important;
    bottom: unset;
  }
    #osm-map.leaflet-container,
  .sppb-addon-openstreetmap {
    height: 60vw!important;
  }
  .minimap img {
    height: 28vw;
    width: 39vw;
  }
  .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){
  #sp-menu .langswitch{
    display:none;
  }
  .flexrow > .sppb-column-addons{
    justify-content: center;
  }
  #osm-map.leaflet-container, .sppb-addon-openstreetmap {
    height: 110vw!important;
   }
  /**/
  #bottomfooter .logosfooter > .sppb-column-addons .sppb-addon-wrapper {
      padding: 0px 15px 15px 15px;
  }
  	.footer1 {
    display: block;
		padding:0px 0px 50px;
  }
    .footer1 .copy {
        position: relative;
        left: unset;
  }
  	/**/
	#sp-bottom .sppb-addon-content{
		 text-align:center!important;
	 }
  /**/
  #cookiescript_badge{
      left: 14px!important;
    bottom: 107px!important;
    transform: rotate(90deg);
    transform-origin: left;
  }
}
/*popup*/
.sp-module.bookzone{
    position: fixed;
    z-index: 99;
	top: 178px;
    right: 0;
    margin-bottom: 0!important;
}
#bookbtn a{
      width: 100%;
      margin: 6px 0;
    font-weight: 500;
    font-size: 22px;
    line-height: 30px;
      border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
#bookbtn a:hover{
        border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
}
.mfp-close-btn-in .mfp-content .white-popup-block .mfp-close{
	font-size:0px;
	margin: 10px;
	width: 30px;
	height: 30px;
	transform: rotate(45deg);
      right: 14px;
    top: 14px;
}
.mfp-close-btn-in .mfp-content .white-popup-block .mfp-close:before{
	content:"";
	width:100%;
	height: 3px;
	background-color:#253439;
	position:absolute;
	top:50%;
	left:0;
}
.mfp-close-btn-in .mfp-content .white-popup-block .mfp-close:after{
		content:"";
		height:100%;
		width: 3px;
		background-color:#253439;
		position:absolute;
		top:0%;
		left: 50%;
}
/* - BeMyGuest - */
/* BOOKING BAR */
.white-popup-block {
    padding: 35px;
    border-radius: 54px
}
.titlebbar{
      animation-name: myfadeinup;
    animation-duration: 2s;
    animation-delay: 0s;
    animation-fill-mode: forwards;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 50px;
    line-height: 1;
}
/* codice necessario per annullare alcune regole dei file css predefiniti: */
/* correzioni bmg_book.css */
.form-inline.bmg-widget-bbar * + * {
  margin-left: 0px!important;
}
.guests-select-detail:before{
  display:none;
}
.form-inline .guests-select-detail{
    box-shadow: none!important;
    top: unset !important;
    /*bottom: -55px;*/
    left: 0!important;
    width: 100%;
    text-align: center!important;
    transform: unset!important;
  position: relative!important;
    bottom: 0;
}
/* correzioni custom.css */
.bmg-widget-bbar .input-group, .guests-select .form-group {
  border: 0px!important;
  /*border-bottom: 1px solid #B9B9B9!important;*/
  margin-right: 20px;
	position:relative;

}
.bmg-widget-bbar .input-group:after, .guests-select .form-group:after {
	content:"";
	position:absolute;
	bottom:0;
	left:0;
	border-bottom: 1px solid #323620!important;
	/* animation-name: myfadeinbmgline; */
	/* animation-duration: 2s; */
	/* animation-delay: 0s; */
	/* animation-fill-mode: forwards; */
	opacity:1;
  width: 100%;
}

/*@keyframes myfadeinbmgline{
  from {opacity:0;width:0%;}
  to {opacity:1;width: 100%;}
}*/
.bmg-widget-bbar{
  max-width: none!important;
}
.bmg-widget-bbar.form-inline .guests-select > div {
  /* position: unset!important; */
}
/* style personalizzato */
#booking-div{
}
.bmg-widget-bbar {
    /*padding: 22px 0px!important;*/
    margin-right: -20px;
}
.form-inline.bmg-widget-bbar{
  text-align: center!important;
      display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.form-inline.bmg-widget-bbar >  .form-group{
  width:100%;
    margin-bottom: 25px;
}
.form-inline.bmg-widget-bbar >  .form-group:last-child{
  margin-bottom: 0px;
}
#my_bbar .form-inline .form-group{
  vertical-align: bottom;
  text-align: left;
      border-radius: 0;
overflow: hidden;
}
.form-inline.bmg-widget-bbar >  .form-group:nth-child(-n+2){
  -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
#my_bbar input, #my_bbar select{
  text-align: left!important;
  background: transparent;
    border: 0px;
      outline: none!important;
    box-shadow: none!important;
}
#my_bbar select{
  width: 100%;
}
#my_bbar .form-control{
  padding: 6px 0px!important;
  /*border-bottom: 1px solid black!important;*/
  border-radius: 0!important;
  /*color: white;*/
}
#my_bbar .form-control option{
	color:black;
}
#my_bbar .input-group-addon{
  border-radius: 0px!important;
  /*border-bottom: 1px solid black!important;*/
  background: transparent;
    border: 0;
  
  color:white;
}
.bmg-widget-bbar .input-group-text{
  background-color: transparent;
  color: #253439;
  border: 0;
  font-size: 26px;
}
#my_bbar .input-group{
  /*border-bottom: 1px solid black!important;*/
      width: calc(100% - 20px);
/* transform: translateY(100%); */}
#my_bbar_guests-select{
      display: flex;
    width: 100%;
}
#my_bbar_guests-select > .form-group{
    width: 50%;
}
.form-group.guests-select-detail{
  
}
.form-group.guests-select-detail .form-group{
  
}
.bmg-widget-bbar .glyphicon-calendar:before {
  /*font-family: "FontAwesome";*/
  content: "\f073";
}
.glyphicon-warning-sign:before{
  /*font-family: "FontAwesome";*/
  content: "\f071"!important;
}
.bmg-widget-bbar label{
  position: static;
  width: auto;
  height: auto;
  display: block;
  margin: 0;
      font-weight: inherit;
      text-transform: uppercase;


}
.form-inline .guests-select-detail{
  border:0px!important;
  background-color: transparent!important;
	
}
.bmg-widget-bbar label,
#my_bbar .form-control,
#my_bbar .input-group-addon{
	/* animation-name: myfadeinbmg; */
	/* animation-duration: 2s; */
	/* animation-delay: 0s; */
	/* animation-fill-mode: forwards; */
      font-family: Montserrat;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    text-transform: capitalize;
}
.bmg-widget-bbar button.btn{
  animation-name: myfadeinup;
  animation-duration: 2s; 
	animation-delay: 0s;
	animation-fill-mode: forwards;
}
/*@keyframes myfadeinbmg{
  from {opacity:1;transform: translateY(100%);}
  to {opacity:1;transform: translateY(0);}
}*/
.guests-select-detail label,.guests-select-al{
  display:none!important;
}

.guests-select-al .text-warning{
  margin-top: 0px!important;
  color: yellow;
}
.bmg-widget-bbar button.btn{
    /*background: #253439!important;
    border-radius: 0px;
    outline: none!important;
    text-transform: uppercase;
  border:1px solid #253439;
      height: 100%;
  width: calc(100% - 20px);
      line-height: 52px;
    padding: 0 5px;*/
  background-color: #253439;
    color: #FFFFFF;
    padding-top: 19px;
    padding-right: 46px;
    padding-bottom: 19px;
    padding-left: 46px;
    border-radius: 100px;
    font-family: Cinzel;
    font-weight: 500;
    font-size: 22px;
    line-height: 30px;

}
.bmg-widget-bbar button.btn:hover{
  background: #c4b399!important;
  /*color:#253439;*/
}
#my_bbar_guests-select > .form-group:first-child {
    height: 68px;
}
/*.cro-row{  animation-name: myloadfadein;
  animation-duration: 2s; 
	animation-delay: 0s;
	animation-fill-mode: forwards;
  
}*/
.crobtn{
    /*border: 0;
    border-radius: 0;
      width: 100%;
      line-height: 52px;
    z-index: 2;
    text-transform: uppercase;*/
    width: 50%;
    padding-top: 19px;
    padding-right: 46px;
    padding-bottom: 19px;
    padding-left: 46px;
    border-radius: 100px;
    background: #c4b399!important;
    color: #ffffff;
    position: absolute;
    bottom: 85px;
    right: 0;
}
@media (max-width:991px)  {
  #bookbtn a{    
    font-size: 18px;
    line-height: 28px;
  }
}
@media (max-width:767px)  {
  /*#booking-div {
    background-color: rgba(219, 132, 95,1);
    position:relative
  }*/
  .white-popup-block{
    padding: 15px;
        border-radius: 27px;
  }
  .booking-layout .sppb-icon.openbbar {
    top: 11px;
    right: 25px;
    z-index: 99;
  }
  .booking-layout .sppb-addon-single-image-container img {
    max-width: 70%;
  }
  .form-inline.bmg-widget-bbar{
    /*padding: 11px 33px 1px 33px!important;*/
        display: block;
        margin-right: 0;
  }
  .form-inline.bmg-widget-bbar > .form-group {
    width: 100%;
    -ms-flex: 0 0 100%!important;
    flex: 0 0 100%!important;
    max-width: 100%!important;
  }
  #my_bbar .input-group {
    width: 100%;
  }
  #my_bbar_guests-select{
    /*display: none;*/
  }
  .form-inline .guests-select-detail{
        display: block;
    position: unset!important;
  }
  #my_bbar_guests-select > .form-group:first-child{
    height: 75px;
  }
  .bmg-widget-bbar .input-group, .guests-select .form-group {
    margin-right: 0px;
  }
  .bmg-widget-bbar .input-group, .guests-select .form-group:first-child {
    margin-right: 10px;
  }
  .bmg-widget-bbar button.btn{
        height: 52px;
    width: 100%;
        margin-left: 0px;
        padding: 0px;
  }
  #my_crobtn{
        margin-top: 12px;
  }
  /**/
  #bookbtn{
    padding:0!important;
  }
  .sp-module.bookzone{
    top: unset;
    bottom: 0;
    right: 0;
    left: 0;
  }
  #bookbtn a{
        margin: 0;
        border-radius:0!important;
        padding: 0!important;
        justify-content: center;
        height: 56px;
        font-size: 17px!important;
        display: flex;
        align-items: center;
  }
  #bookbtn .sppb-column-addons{
        display: flex;
    flex-wrap: wrap;
  }
  #bookbtn .sppb-column-addons > div{
        max-width: 42.5%;
    flex-basis: 42.5%;
  }
	  #bookbtn .sppb-column-addons > div:last-child{
        max-width: 15%;
        flex-basis: 15%;
  }
}
/* stile del calendario */
#ui-datepicker-div{
  z-index:99999999!important;
    padding: 0;
    border-radius: 0;
    box-shadow: 0px 0px 5px rgb(0 0 0 / 20%);
    border-color: #253439!important;
}
.ui-widget-header .ui-icon {     	/* nascondo frecce di default */
                background-image: none!important;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next{
      border-radius: 0;
      display: flex;
    align-items: center;
    justify-content: center;
}
.ui-datepicker .ui-datepicker-prev:before,		/* < */
.ui-datepicker .ui-datepicker-next:before{     /* > */
     	content: "";
    display: block;
    border-width: 0px 0px 2px 2px;
    border-style: solid;
    width: 15px;
    height: 15px;
    transform: rotate(45deg);
}
.ui-datepicker .ui-datepicker-next:before {     /* > */
    border-width: 2px 2px 0px 0px;
}
.ui-datepicker table {
  font-size: 14px!important;
}
.ui-widget-header {
  color: #253439!important;
    background: unset!important;
    border-radius: 0!important;
    font-weight: 400!important;
    border-width: 0!important;
    border-bottom: 1px solid #253439!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 {
    padding: 0!important;
}
.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: #253439!important;
    box-shadow: inset 0 9px 9px -9px #253439, inset 0 -9px 9px -9px #253439!important;
}
.ui-datepicker-calendar .ui-dp-btw a, .ui-datepicker-calendar .ui-dp-btw a:hover {
    box-shadow: inset 0 9px 9px -9px #253439, inset 0 -9px 9px -9px #253439!important;
}
.ui-datepicker-calendar .ui-dp-btw a {
    background: #e3e3e3!important;
    color: #253439!important;
}
/* comportamento responsive a risoluzioni minori di 481px (telefoni) */
@media (max-width:480px) {
	.ui-datepicker.ui-datepicker-multi{
                   	left:0!important;
                    	width: 100%!important;
                    	box-sizing: border-box;
                }
                .ui-datepicker-multi .ui-datepicker-group {
                    	float: none!important;
                    	width: 100%!important;
                }
}