html,body{
  overflow-x: hidden;
}
.vc_section{
  margin-right: 0;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
}
.relatived{
  position: relative;
}

a:hover{
  text-decoration: none;
}

body{
  font-size: 1rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  line-height: 1.7;
}

.less-line-height{
   line-height: 1.3;
}
.more-line-height{
   line-height: 1.7;
}

.font-weight-light{font-weight: 300!important;}
.font-weight-regular{font-weight: 400!important;}
.font-weight-medium{font-weight: 400!important;}
.font-weight-boldest{font-weight: 500!important;}
.font-weight-bold{font-weight: 800!important;}

strong{
  font-weight: 800;
}
.text-underline{
  text-decoration: underline;
}

.h1,.h2,.h3,.h4,.h5,.h6,
h1,h2,h3,h4,h5,h6{
  font-weight: 400;
}

h1,h2,h3,h4,h5,h6{
  font-weight: 700;
}

.letter-spaced{
  letter-spacing: .1em;
}

h1,.h1{
  font-size:2.8em;
}
h2,.h2{
  font-size:2.40em;
}
h3,.h3{
  font-size:2.1em;
}
h4,.h4{
  font-size:1.7em;
}
h5,.h5{
  font-size:1.3em;
}
h6,.h6{
  font-size:1.10em;
}
.bigger{
  font-size:1.07em;
}
.big{
  font-size:1.05em;
}
.biggest{
  font-size:1.025em;
}
.normal{
  font-size:1.00em;
}
.smallest{
  font-size:.95em;
}
.small{
  font-size:.90em;
  font-weight: inherit;
  font-weight: inherit;
}
.smaller{
  font-size:.85em;
}

@media (min-width:768px){
  body{
    font-size: 1.15rem;
  }
  h1,.h1{
    font-size:4em;
  }

  h2,.h2{
    font-size:2.60em;
  }
}

.clean-list ul{
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.line-list ul li{
  display: inline-block;
}
.iconed-list ul li{
  padding-left: 2.6rem;
  position: relative;
  padding-bottom: 1rem;
}

.iconed-list ul li::before{
  display: block;
  position: absolute;
  top: -.2rem;
  left: 0;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f00c";
  color: #2c505f;
  font-size: 2em;
}

/* .numbered-list ul {
  counter-reset: numbered;
} */
.numbered-list ul li{
  padding-left: 3rem;
  position: relative;
  padding-bottom: 2rem;
}

.numbered-list ul li::before{
  display: block;
  position: absolute;
  top: -.2rem;
  left: 0;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f00c";
  color: #f58608;
  font-size: 2em;
}

.social-list ul li{

}
.contact-list i,
.social-list ul li a:hover,
.social-list ul li a{
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 50%;
  line-height: 1.8rem;
  text-align: center;
  display: block;
  font-size: .8em;
  border-width: 1px;
  border-radius: 50%;
  border-style: solid;
}
.contact-list i{
  display: inline-block;
  margin-right: .3rem;
}

.navbar-brand{
  margin: 0;
  width: 200px;
  height: auto;
  transition: all .3s ease-in-out;
  position: relative;
  display: block;
  max-width: 100%;
}


.group-menu-space{
  position: relative;
}

.group-menu-activer{
  user-select: none;
}

.group-menu-target{
  position: absolute;
  width: 270px;
  top: 100%;
  left: -.15rem;
  padding: .3rem 0;
  pointer-events: none;
  transform: translateY(-100px);
  transition: all .3s ease-in-out;
  opacity: 0;
}

.opened-group .group-menu-target{
  transform: translateY(0px);
  opacity: 1;
  pointer-events: all;
}

.group-menu-back{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .8;
}
.group-menu-container{
  position: relative;
}
.group-menu-target a{
  padding: 0.3rem 1rem;
  display: block;
  line-height: 1.2;
  transition: all .3s ease-in-out;

}

.group-menu-target a:hover,
.group-menu-target .current-group-one a{
  color: #e3981e!important;
}
.form-submit,
.clean-btn{
  border: 0;
  padding: 0;
  margin: 0;
  background: none;
  outline: 0!important;
  box-shadow: none!important;
  cursor: pointer;
}

.download-button svg{
  display: block;
  width: 2.6rem;
  height: auto;
}
.arrow-clean-button{
  background: none;
  padding: 0;
  background: none;
  border: 0;
  apperance:none;
}
.icon-button,
.normal-button,
.bordered-button{
  padding: 1.4rem 2.3rem;
  border-style: solid;
  border-width: 2px;
  text-transform: uppercase;
  line-height: 1.2;
}

.icon-button img{
  width: 80px;
  height: 80px;
  object-fit: contain;
  object-position: center;
}

.button-arrow{
  width: 36px;
  height: 36px;
  border-radius: 50%;
  text-align: center;
  padding: 9px;
}
.form-submit svg,
.clean-btn svg,
.button-arrow svg{
  width: 100%;
  height: auto;
  height: auto;
}
.arrow-button svg{
    width: 46px;
    height: auto;
}
.form-submit svg,
.clean-btn svg{
  width: 26px;
  height: auto;
}
.arrow-button svg,
.form-submit svg,
.normal-button svg,
.bordered-button svg{
  display: block;
}

.special-button-row{
    margin-top: -8rem;
    position: relative;
    z-index: 9;
}

.special-button-row .custom-button{
  min-height: 12rem;
  display: inline-flex!important;
  align-items: center;
    max-width: 250px;
}


.horizontal-less-spaced-list li{margin-left: .2rem;margin-right: .2rem;}
.vertical-less-spaced-list li{padding-top: .2rem;padding-bottom: .2rem;}
.left-less-spaced-list li{margin-left: .5rem;}
.right-less-spaced-list li{margin-right: .5rem;}
.horizontal-more-spaced-list li{margin-left: 1rem;margin-right: 1rem;}
.vertical-more-spaced-list li{padding-top: 1rem;padding-bottom: 1rem;}
.left-more-spaced-list li{margin-left: 1.8rem;}
.right-more-spaced-list li{margin-right: 1.8rem;}
.horizontal-spaced-list li{margin-left: .7rem;margin-right: .7rem;}
.vertical-spaced-list li{padding-top: .5rem;padding-bottom: .5rem;}
.left-spaced-list li{margin-left: 1rem;}
.right-spaced-list li{margin-right: 1rem;}


.no-space-row{
  margin-left: 0rem;
  margin-right: 0rem;
}

.no-space-row > div{
  padding-left: 0rem;
  padding-right: 0rem;
}

.less-space-row{
  margin-left: -.5rem;
  margin-right: -.5rem;
}

.less-space-row > div{
  padding-left: .5rem;
  padding-right: .5rem;
}
.vc_row-no-padding{
  margin: 0;
}
.no-space-row > .vc_column_container > .vc_column-inner,
.less-space-row > .vc_column_container > .vc_column-inner,
.morover-space-row > .vc_column_container > .vc_column-inner,
.more-space-row > .vc_column_container > .vc_column-inner{
  padding: 0;
}
.more-space-row{
  margin-left: -1.75rem;
  margin-right: -1.75rem;
}

.more-space-row > div{
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

.morover-space-row{
  margin-left: -3rem;
  margin-right: -3rem;
}

.morover-space-row > div{
  padding-left: 3rem;
  padding-right: 3rem;
}


.vc_section.vc_section-has-fill, .vc_section.vc_section-has-fill+.vc_row-full-width+.vc_section, .vc_section.vc_section-has-fill+.vc_section{
  padding-top:0;
}
.vc_section.vc_row-o-full-height {
    min-height: calc( 100vh -291px)!important;
}
.vc_section.vc_row-o-full-height.less-height-one{
  min-height: 100vw!important;
}

@media(min-width:768px){
  .vc_section.vc_row-o-full-height.less-height-one{
    min-height: 30vw!important;
  }
}

.z-indexed{
  z-index: 9999;
}

.custom-overlay{
  position: absolute!important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
}

button{
  outline: 0!important;
  box-shadow: none!important;
}

.border-button{
  padding: .6rem 2rem;
  border-style: solid;
  font-size: 1em;
  border-width: 1px;
  background: none;
  text-transform: uppercase;
}

.form-control:active,
.wpcf7 .wpcf7-validation-errors:active,
.wpcf7 input[type=color]:active,
.wpcf7 input[type=date]:active,
.wpcf7 input[type=datetime-local]:active,
.wpcf7 input[type=datetime]:active,
.wpcf7 input[type=email]:active,
.wpcf7 input[type=file]:active,
.wpcf7 input[type=month]:active,
.wpcf7 input[type=number]:active,
.wpcf7 input[type=range]:active,
.wpcf7 input[type=search]:active,
.wpcf7 input[type=submit]:active,
.wpcf7 input[type=tel]:active,
.wpcf7 input[type=text]:active,
.wpcf7 input[type=time]:active,
.wpcf7 input[type=url]:active,
.wpcf7 input[type=week]:active,
.wpcf7 select:active,
.wpcf7 textarea:active,
.form-control:hover,
.wpcf7 .wpcf7-validation-errors:hover,
.wpcf7 input[type=color]:hover,
.wpcf7 input[type=date]:hover,
.wpcf7 input[type=datetime-local]:hover,
.wpcf7 input[type=datetime]:hover,
.wpcf7 input[type=email]:hover,
.wpcf7 input[type=file]:hover,
.wpcf7 input[type=month]:hover,
.wpcf7 input[type=number]:hover,
.wpcf7 input[type=range]:hover,
.wpcf7 input[type=search]:hover,
.wpcf7 input[type=submit]:hover,
.wpcf7 input[type=tel]:hover,
.wpcf7 input[type=text]:hover,
.wpcf7 input[type=time]:hover,
.wpcf7 input[type=url]:hover,
.wpcf7 input[type=week]:hover,
.wpcf7 select:hover,
.wpcf7 textarea:hover,
.form-control:focus,
.wpcf7 .wpcf7-validation-errors:focus,
.wpcf7 input[type=color]:focus,
.wpcf7 input[type=date]:focus,
.wpcf7 input[type=datetime-local]:focus,
.wpcf7 input[type=datetime]:focus,
.wpcf7 input[type=email]:focus,
.wpcf7 input[type=file]:focus,
.wpcf7 input[type=month]:focus,
.wpcf7 input[type=number]:focus,
.wpcf7 input[type=range]:focus,
.wpcf7 input[type=search]:focus,
.wpcf7 input[type=submit]:focus,
.wpcf7 input[type=tel]:focus,
.wpcf7 input[type=text]:focus,
.wpcf7 input[type=time]:focus,
.wpcf7 input[type=url]:focus,
.wpcf7 input[type=week]:focus,
.wpcf7 select:focus,
.wpcf7 textarea:focus,
.form-control,
.wpcf7 .wpcf7-validation-errors,
.wpcf7 input[type=color],
.wpcf7 input[type=date],
.wpcf7 input[type=datetime-local],
.wpcf7 input[type=datetime],
.wpcf7 input[type=email],
.wpcf7 input[type=file],
.wpcf7 input[type=month],
.wpcf7 input[type=number],
.wpcf7 input[type=range],
.wpcf7 input[type=search],
.wpcf7 input[type=submit],
.wpcf7 input[type=tel],
.wpcf7 input[type=text],
.wpcf7 input[type=time],
.wpcf7 input[type=url],
.wpcf7 input[type=week],
.wpcf7 select,
.wpcf7 textarea{
  background: transparent;
  border: none;
  border: 0;
  border-style: solid;
  border-bottom-width: 1px;
  border-radius: 0;
  padding: 0.5rem 0;
  outline: 0!important;
  box-shadow: none!important;
  height: auto;
  font-size: .9em;
    color:inherit!important;
}

*::placeholder{
  color:#2C2C2F;
}
.white-form *::placeholder{
  color:inherit!important;
}

.white-form .form-control:active,
.white-form .wpcf7 .wpcf7-validation-errors:active,
.white-form .wpcf7 input[type=color]:active,
.white-form .wpcf7 input[type=date]:active,
.white-form .wpcf7 input[type=datetime-local]:active,
.white-form .wpcf7 input[type=datetime]:active,
.white-form .wpcf7 input[type=email]:active,
.white-form .wpcf7 input[type=file]:active,
.white-form .wpcf7 input[type=month]:active,
.white-form .wpcf7 input[type=number]:active,
.white-form .wpcf7 input[type=range]:active,
.white-form .wpcf7 input[type=search]:active,
.white-form .wpcf7 input[type=submit]:active,
.white-form .wpcf7 input[type=tel]:active,
.white-form .wpcf7 input[type=text]:active,
.white-form .wpcf7 input[type=time]:active,
.white-form .wpcf7 input[type=url]:active,
.white-form .wpcf7 input[type=week]:active,
.white-form .wpcf7 select:active,
.white-form .wpcf7 textarea:active,
.white-form .form-control:hover,
.white-form .wpcf7 .wpcf7-validation-errors:hover,
.white-form .wpcf7 input[type=color]:hover,
.white-form .wpcf7 input[type=date]:hover,
.white-form .wpcf7 input[type=datetime-local]:hover,
.white-form .wpcf7 input[type=datetime]:hover,
.white-form .wpcf7 input[type=email]:hover,
.white-form .wpcf7 input[type=file]:hover,
.white-form .wpcf7 input[type=month]:hover,
.white-form .wpcf7 input[type=number]:hover,
.white-form .wpcf7 input[type=range]:hover,
.white-form .wpcf7 input[type=search]:hover,
.white-form .wpcf7 input[type=submit]:hover,
.white-form .wpcf7 input[type=tel]:hover,
.white-form .wpcf7 input[type=text]:hover,
.white-form .wpcf7 input[type=time]:hover,
.white-form .wpcf7 input[type=url]:hover,
.white-form .wpcf7 input[type=week]:hover,
.white-form .wpcf7 select:hover,
.white-form .wpcf7 textarea:hover,
.white-form .form-control:focus,
.white-form .wpcf7 .wpcf7-validation-errors:focus,
.white-form .wpcf7 input[type=color]:focus,
.white-form .wpcf7 input[type=date]:focus,
.white-form .wpcf7 input[type=datetime-local]:focus,
.white-form .wpcf7 input[type=datetime]:focus,
.white-form .wpcf7 input[type=email]:focus,
.white-form .wpcf7 input[type=file]:focus,
.white-form .wpcf7 input[type=month]:focus,
.white-form .wpcf7 input[type=number]:focus,
.white-form .wpcf7 input[type=range]:focus,
.white-form .wpcf7 input[type=search]:focus,
.white-form .wpcf7 input[type=submit]:focus,
.white-form .wpcf7 input[type=tel]:focus,
.white-form .wpcf7 input[type=text]:focus,
.white-form .wpcf7 input[type=time]:focus,
.white-form .wpcf7 input[type=url]:focus,
.white-form .wpcf7 input[type=week]:focus,
.white-form .wpcf7 select:focus,
.white-form .wpcf7 textarea:focus,
.white-form .form-control,
.white-form .wpcf7 .wpcf7-validation-errors,
.white-form .wpcf7 input[type=color],
.white-form .wpcf7 input[type=date],
.white-form .wpcf7 input[type=datetime-local],
.white-form .wpcf7 input[type=datetime],
.white-form .wpcf7 input[type=email],
.white-form .wpcf7 input[type=file],
.white-form .wpcf7 input[type=month],
.white-form .wpcf7 input[type=number],
.white-form .wpcf7 input[type=range],
.white-form .wpcf7 input[type=search],
.white-form .wpcf7 input[type=submit],
.white-form .wpcf7 input[type=tel],
.white-form .wpcf7 input[type=text],
.white-form .wpcf7 input[type=time],
.white-form .wpcf7 input[type=url],
.white-form .wpcf7 input[type=week],
.white-form .wpcf7 select,
.white-form .wpcf7 textarea{
  /* color: #fff;
  border-color: #FFF; */
}

.checkbox-field,
span.wpcf7-list-item,
.wpcf7 .wpcf7-form label{
  margin:0;
  margin-bottom: .2rem;
  margin-right: .5rem;
}
.checkbox-field,
span.wpcf7-list-item{
  margin-bottom: 0;
}
.checkbox-field input,
.wpcf7 .wpcf7-form label input{
  display: none;
}
.checkbox-field span,
.wpcf7-list-item-label{
  position: relative;
  padding-left:27px;
  cursor: pointer;
  display: block;
}
.checkbox-field span::before,
.wpcf7-list-item-label::before {
      position: absolute;
      content: '';
      top: .5px;
      left: 0;
      width: 18px;
      height: 18px;
      border: 1px solid #0384a8;
      transition: all .3s ease-in-out;
      border-radius: 0%;
}
.checkbox-field span::after,
.wpcf7-list-item-label::after {
      position: absolute;
      content: '';
      top: 2.5px;
      left: 2px;
      width: 14px;
      height: 14px;
      background: #0384a8;
      opacity: 0;
      transform: scale(.8);
      transition: all .3s ease-in-out;
      border-radius: 0%;
  }

.white-form .checkbox-field span::before,
.white-form .wpcf7-list-item-label::before{
  border-color: #FFF;
}

.white-form .checkbox-field span::after,
.white-form .wpcf7-list-item-label::after{
  background-color: #FFF;
}

.checkbox-field input:checked + span::after,
input:checked + .wpcf7-list-item-label::after {
    opacity: 1;
    transform: scale(1);
}
.custom-form-error{
  color: #992424;
}
.white-form .custom-form-error{
  color: #FFF;
}
.codedropz-upload-wrapper span.has-error-msg,
.wpcf7 .wpcf7-not-valid-tip {
    color: #992424;
    font-size: .7em;
    margin-top: .3rem;
}

.white-form .wpcf7-response-output,
.white-form .wpcf7-not-valid-tip {
    color: #FFF;
}

div.wpcf7-mail-sent-ok,
.wpcf7 .wpcf7-validation-errors,
.wpcf7 .wpcf7-validation-errors:hover,
.wpcf7 .wpcf7-validation-errors:focus {
    margin: 2rem 0 0 0;
    font-size: .8em;
    padding: 0;
    border: 0;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form .wpcf7-response-output{
  margin: 1rem  0 0 0;
  padding: 0;
  border: 0;
}


.scroll-down-container{
  position: absolute;
  bottom: 1.5rem;
  display: inline-block;
  left: 50%;
  transform: translateX(-50%);
  width: 30px;
}
.scroll-down-container svg{
  height: auto;
  width: 100%;
}

.custom-svg svg{
  width: 100%;
  height: auto;
}
.w-10{width: 10%;}
.w-20{width: 20%;}
.w-30{width: 30%;}
.w-40{width: 40%;}
.w-50{width: 50%;}
.w-60{width: 60%;}
.w-70{width: 70%;}
.w-80{width: 80%;}
.w-90{width: 90%;}

.cover-image,
.overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.overlay{
  opacity: .4;
}
.vc_parallax-inner{
  background-position: center;
}

.right-parallax .vc_parallax-inner{
  width: 50%;
  left: auto;
  right: 0;
}

.left-parallax .vc_parallax-inner{
  width: 50%;
}


.custom-overlay.left-overlay{
  width: 50%;
}
.custom-overlay.right-overlay{
  width: 50%;
  left: auto;
  right: 0;
}

@media(max-width:767px){
    .right-parallax .vc_parallax-inner,
    .right-big-parallax .vc_parallax-inner,
    .left-parallax .vc_parallax-inner,
    .left-big-parallax .vc_parallax-inner{
      width: 100%!important;
      position: relative;
      top: auto!important;
      left: auto!important;
      right: auto!important;
      bottom: auto!important;
      padding-top: 100%;
      height: auto!important;
    }

    .right-parallax .image-credit
    .image-credit{
      position: absolute;
      bottom: 5px;
      left: 15px;
    }


      .custom-overlay.left-overlay{
      left:auto;
      width: 100%;
      }
      .custom-overlay.right-overlay{
      left:auto;
      width: 100%;
      }


}


.slick-dots{
  list-style-type: none;
  padding: 0;
  margin: 0;
  text-align: right;
  margin-top:1rem;
}

.slick-dots li{
  display: inline-block;
  padding: 2px 5px;
}

.pager__item{
  padding: 0 5px;
  transition: all .3s ease-in-out;
  color: #AAA374;
  position: relative;
  cursor: pointer;
  line-height: 1.2;
  margin: 0.5rem 1rem 0.5rem 0;
  font-weight: 400;
  padding-top: .4rem;
}

.pager__item::after{
  position: absolute;
  left: 5px;
  top: -.3rem;
  content: '';
  width: calc(100% - 10px);
  height: .1rem;
  background: #AAA374;
  transition: all .3s ease-in-out;

}
.slick-active .pager__item,
.pager__item:hover{
  font-weight: bold;
}



.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid>li{
  margin: 0;
}
.custom-panel-title{
  cursor: pointer;
}
.custom-panel-title-back{
  position: absolute;
  top: 0;
  left: 50%;
  width: 100vw;
  height: 100%;
  transform: translateX(-50%);
}
.custom-panel-content{
  display: none;
}

.active-panel .custom-panel-content{
  display: block;
}

.custom-header-back{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.custom-header-image{
  padding-top: 60%;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.preview-elemento-image{
  width: 100%;
  padding-top:100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.preview-elemento-contenuto{
  transform: translateY(-50%);
      width: 90%;
      margin: 0 auto -6rem auto;
}

@media(min-width:768px){
  .preview-elemento-contenuto{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateY(50%) translateX(-50%);
    width: 70%;
    margin: 0;
  }

  .custom-header-back{
    width: 50%;
  }
  .custom-header-image{
      position: absolute;
      top: 0;
      right: 0;
      width: 55%;
      height: 80%;
      padding: 0;
  }
}

.squared-image{
  width: 100%;
  padding-top: 75%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.square-image{
  width: 100%;
  padding-top: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 20px;
}



.target-effetto-entrata{
  transition: all .3s ease-in-out;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.contenitore-effetto-entrata{
    overflow: hidden;
}
@media (min-width:768px){
.target-effetto-entrata{
  transform: translate(-100%,-100%);
  -webkit-animation: slide 0.5s forwards;
  animation: slide 0.5s forwards;
}
.effetto-entrata.in-top .target-effetto-entrata{
  -webkit-animation: in-top 0.5s forwards;
  animation: in-top 0.5s forwards;
}
.effetto-entrata.in-bottom .target-effetto-entrata{
  -webkit-animation: in-bottom 0.5s forwards;
  animation: in-bottom 0.5s forwards;
}
.effetto-entrata.in-left .target-effetto-entrata{
  -webkit-animation: in-left 0.5s forwards;
  animation: in-left 0.5s forwards;
}
.effetto-entrata.in-right .target-effetto-entrata{
  -webkit-animation: in-right 0.5s forwards;
  animation: in-right 0.5s forwards;
}
.effetto-entrata.out-top .target-effetto-entrata{
  -webkit-animation: out-top 0.5s forwards;
  animation: out-top 0.5s forwards;
}
.effetto-entrata.out-bottom .target-effetto-entrata{
  -webkit-animation: out-bottom 0.5s forwards;
  animation: out-bottom 0.5s forwards;
}
.effetto-entrata.out-left .target-effetto-entrata{
  -webkit-animation: out-left 0.5s forwards;
  animation: out-left 0.5s forwards;
}
.effetto-entrata.out-right .target-effetto-entrata{
  -webkit-animation: out-right 0.5s forwards;
  animation: out-right 0.5s forwards;
}

@-webkit-keyframes in-top{
  0% {transform: translate(0,-100%);}
  100% {transform: translate(0,0);}
}
@-webkit-keyframes in-bottom{
  0% {transform: translate(0,100%);}
  100% {transform: translate(0,0);}
}
@-webkit-keyframes in-left{
  0% {transform: translate(-100%,0);}
  100% {transform: translate(0,0);}
}
@-webkit-keyframes in-right{
  0% {transform: translate(100%,0);}
  100% {transform: translate(0,0);}
}
@-webkit-keyframes out-top{
  0% {transform: translate(0,0);}
  100% {transform: translate(0,-100%);}
}
@-webkit-keyframes out-bottom{
  0% {transform: translate(0,0);}
  100% {transform: translate(0,100%);}
}
@-webkit-keyframes out-left{
  0% {transform: translate(0,0);}
  100% {transform: translate(-100%,0);}
}
@-webkit-keyframes out-right{
  0% {transform: translate(0,0);}
  100% {transform: translate(100%,0);}
}

@keyframes in-top{
  0% {transform: translate(0,-100%);}
  100% {transform: translate(0,0);}
}
@keyframes in-bottom{
  0% {transform: translate(0,100%);}
  100% {transform: translate(0,0);}
}
@keyframes in-left{
  0% {transform: translate(-100%,0);}
  100% {transform: translate(0,0);}
}
@keyframes in-right{
  0% {transform: translate(100%,0);}
  100% {transform: translate(0,0);}
}
@keyframes out-top{
  0% {transform: translate(0,0);}
  100% {transform: translate(0,-100%);}
}
@keyframes out-bottom{
  0% {transform: translate(0,0);}
  100% {transform: translate(0,100%);}
}
@keyframes out-left{
  0% {transform: translate(0,0);}
  100% {transform: translate(-100%,0);}
}
@keyframes out-right{
  0% {transform: translate(0,0);}
  100% {transform: translate(100%,0);}
}
}
.overlay-element{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .8;
}


.menu-with-image .overlay{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .3;
}
.menu-with-image span{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}


.main-menu .menu-item{
  position: relative;
}
.main-menu .menu-item > a{
  transition: all .3s ease-in-out;
}
.main-menu .current-menu-parent > a,
.main-menu .current-menu-item > a,
.main-menu .menu-item:hover > a,
.main-menu .menu-item > a:hover{
  color: #EA9A1B;
}


.main-menu .sub-menu {
    position: absolute;
    top: calc(100% + 30px);
    left: -1.22rem;
    font-size: .9em;
    padding: 0.6rem;
    transition: all .3s ease-in-out;
    pointer-events: none;
    opacity: 0;
    z-index: 999;
    min-width: calc(140px);
    background: #FFF;
    padding: 1.2rem;
    text-transform: uppercase;
}

.main-menu .menu-item.menu-item-has-children > a::after{
  content: "\f105";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1em;
  margin-left: .5rem;
}

.mobile-menu .sub-menu{
  padding: .3rem 0;
   padding-left: 1.5rem;
   font-size: .8em;
   line-height: 1;
}
.custom-header hr{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transform: translateY(-2px);
  pointer-events: none;
  transition: all .3s ease-in-out;
}
.opened-menu .custom-header hr{
  opacity: 1;
  transform: translateY(0);
}
.utilities-menu-container .button-style a:hover,
.utilities-menu-container .button-style a {
    padding: .55rem .75rem;
    background: #ffffffb0;
    border: 1px solid #ffffffb0;
    color: #1E9292;
    display: inline-block;
    transition:  all .3s ease-in-out;
}
.utilities-menu-container .current-menu-item.button-style a ,
.utilities-menu-container .button-style a:hover {
  background: transparent;
  color: #fff;
}
@media (min-width:768px){
  .with-line-column{
    position: relative;
  }
.with-line-column::before{
  content: '';
  position: absolute;
  top: 10%;
  height: 80%;
  width: 1px;
  margin-left: -0.5px;
  left: 0;
  background: #fff;
}
}




.menu-toggler {
  position: relative;
  height: 48px;
  width: 48px;
  outline: none;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.video-closer{
  position: absolute;
  top: 15px;
  right: 15px;
}

.menu-toggler span,
.menu-toggler span::before,
.menu-toggler span::after {
    position: absolute;
    content: '';
    width: 48px;
    height: 3px;
    background: #FFF;
    border-radius: 20px;
    transition: 500ms cubic-bezier(0.77, 0, 0.175, 1);
    left: 0;
  }


.menu-toggler   span::before {
    top: -15px;
}

.menu-toggler span::after {
  top: 15px;
}

.opened-menu .menu-toggler > span  {
  background: transparent;
}

.opened-menu .menu-toggler > span::before,
.opened-menu .menu-toggler > span::after {
  top: 0px;
}

.opened-menu .menu-toggler > span::before  {
  transform: rotate(-225deg);
}
.opened-menu .menu-toggler > span::after  {
  transform: rotate(225deg);
}

.main-menu .menu-item:hover .sub-menu{
  top: 100%;
  opacity: 1;
  pointer-events: all;
}
.main-menu .sub-menu li{
  display: block;
  text-align: left;
  margin: 0;
}
.main-menu .sub-menu li a{
  display: block;
}
.main-menu .menu-item a{
  transition: all .3s ease-in-out;
}
.menu-item a{
    position: relative;
}
.reserved-menu a{
  padding-right: 30px;
}
.a-icon{
  position: absolute;
  width: 24px;
  height: 24px;
  line-height: 22px;
  border: 1px solid #FFF;
  text-align: center;
  font-size: .8em;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  font-size: 0.8em;
}
.actions-menu a:hover,
.actions-menu a:focus,
.actions-menu a{
    background: #EA9A1B;
    color: #FFF;
    border-radius: 30px;
    display: block;
    padding: 0.6rem 1.6rem;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
}


.transparent-border{
  border-color: transparent;
}

.custom-mobile-menu {
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    top: 0;
    right: 100%;
    width: 100%;
    height: 100vh;
    overflow-y: auto;
    z-index: 999;
    transition: all .3s ease-in-out;
}

.opened-menu .custom-mobile-menu{
  right: 0;
  pointer-events: all;
}
.custom-topbar,
.custom-bottombar{
  z-index: 999;
  position: relative;
  transition: all .3s ease-in-out;
}

.custom-topbar{
  z-index: 9999;
}
.opened-menu .custom-topbar,
.opened-menu .custom-bottombar{
  background: transparent;
}

.d-block-svg svg{
  display: inline-block;
}
.inline-arrow svg{
  display: inline-block;
  margin-left: .3rem;
}
.with-arrow svg{
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}

.custom-header-arrow {
    position: relative;
    padding-left: 5.3rem;
    display: inline-block;
    transform: rotate(-90deg);
    transform-origin: top left;
    margin-top: 11rem;
}
.custom-header-arrow span{

}
.custom-header-arrow svg {
    position: absolute;
    top: 50%;
    left: 1.4rem;
    transform: translateY(-50%) rotate(90deg);
}

.special-split-section{
  position: relative;
}
@media (min-width:768px){
  .special-split-section::before{
    position: absolute;
    top: 0;
    left: 50%;
    width: 50%;
    height: 100%;
    background: #95b13d;
    content: '';
  }
}

@media (max-width:767px){
  .navigazione-elementi{
    font-size: .7em;
  }
}

.map-location-anchor{
  position: relative;
  padding-left: 2.5rem;
  padding-top: .6rem;
  padding-bottom: .6rem;
  cursor: pointer;
  user-select: none;
}
.map-location-pin .number,
.map-location-anchor .number{
  position: absolute;
  top: 50%;
  margin-top: -1rem;
  left: 0;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  line-height: 2rem;
  text-align: center;
}

.map-location-pin{
  position: relative;
  width: 2rem;
  height: 2rem;
  cursor: pointer;
  margin-left: -1rem;
  margin-top:-1rem;
}

.custom-map{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.custom-map-container{
  width: 50vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 20px 0 0 20px;
  overflow: hidden;
}

.custom-logo-row .wpb_single_image{

}

.custom-logo-row  .wpb_single_image img{
  padding: .3rem 1rem;
  height: 100px;
  width: auto;
  object-fit: contain;
  object-position: center;
}

.custom-icons-row .wpb_text_column{
  min-height: 180px;
}
.custom-icons-row img{
  height: 100px;
  width: 100px;
  object-fit: contain;
  object-position: center;
}

.custom-header-slide-back{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}

.custom-slide-content{
  min-height: calc(100vh - 100px);
}

.home .custom-slide-content{
  min-height: calc(100vh );
}

.custom-header-slideshow-container .slick-dots{
  margin: 0;
  padding: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
}
.custom-header-slideshow-container .slick-dots li{
  display: inline-block;
  padding: .4rem;
}

.custom-header-slideshow-container .slick-dots li button{
  width: 14px;
  height: 14px;
  border: 1px solid #FFF;
  border-radius: 50%;
  background: transparent;
  transition: all .3s ease-in-out;
}


.custom-header-slideshow-container .slick-dots li.slick-active button,
.custom-header-slideshow-container .slick-dots li button:hover{
  background: #FFF;
}

.team-element-image{
  display: block;
  margin: 0 auto;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}


.custom-team-content{
  max-height: 0;
  overflow: hidden;
  transition: all .3s ease-in-out;
}
.team-element-opener{
    display: inline-block;
}
.team-element-closer{
  display: none;
}

.opened-team .custom-team-content{
  max-height: 1000px;
}

.opened-team .team-element-closer{
  display: inline-block;
}
.opened-team .team-element-opener{
  display: none;
}

.custom-separator svg {
    width: 100%;
    height: auto;
}


.custom-form-error{
  transition: all .3s ease-in-out;
    overflow: hidden;
    max-height: 0;
}
.custom-form-error.alerted{
  max-height: 100px;
}
.custom-newsletter-form form,
.thankyou-panel{
  transition: all .3s ease-in-out;
  overflow: hidden;
  max-height: 0;
}

.thankyou-panel.active,
.custom-newsletter-form form.active{
  max-height: 1000px;
}
.custom-newsletter-form.working{
  filter: blur(1.5px);
  pointer-events: none;
}

.wpcf7{
  max-width: none;
}
.custom-separator{
  margin-bottom: -4vw;
}

.with-quote{
  padding-left: 15%;
}

.with-quote::before{
  content: '';
  background-image: url(https://www.engagedin.net/website/wp-content/uploads/2021/10/Tracciato-260.png);
  background-size: contain;
  position: absolute;
  top: 0;
  right: 78%;
  width: 20%;
  padding-top: 20%;
  background-repeat: no-repeat;
  background-position: center;
}
.with-quote{

}
.quote-sign{
  text-align: right;
}
.quote-sign .wpb_single_image{
  display: inline-block;
}
.quote-sign img{
  height: 70px;
  width: auto;
  padding: 10px;
}

.with-top-border{
  border-top-width: 1px;
  border-top-style: solid;
  display: inline-block;
}

 .blog-separator{
   width: 24px;
 }

.blog-preview-util{
    position: relative;
    width: 100%;
    padding-top:60%;
    background-size: cover;
    background-position: center;
}
.split-section-image-container{
  height: 100%;
  position: relative;
}
.split-section-image{
  position: absolute;
  top: 3rem;
  left: 0;
  width: calc(100% - 4rem);
  height: calc(100% - 6rem);
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.diagonal-image {
    left: auto;
    width: 50%;
    right: 0;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 20% 100%);
}
.diagonal-image.right-diagonal {
    left: 0;
    right: auto;
    clip-path: polygon(0% 0%, 100% 0%, 80% 100%, 0% 100%);
}

.custom-banner-info{

}

.split-back{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.split-section-image {
  z-index: 9;
}
.split-section-image-container .split-button{

}



.split-content p:last-of-type{
  margin-bottom: 0;
}

.split-finiture{
  position: absolute;
  top: -8%;
  left: 9%;
  width: 50%;
  height: 114%;
  border-radius: 300px;
}


@media(max-width:767px){
  .split-section-image-container{
    width: 100%;
    position: relative;
    top: auto;
    left: auto;
    padding-top: 120%;
  }
  .split-section-image{
    position: absolute;
    top: 1.3rem;
    left: 0;
    width: calc(100% - 2rem);
    height: calc(100% - 2.7rem);
    background-size: cover;
    background-position: center;
    overflow: hidden;
  }
  /* .custom-side-right .split-back,
  .split-back{
    left: 0;
    right: auto;
    height: calc(100% + 30px);
    width: 100%;
  }

  .custom-side-right .split-section-image, .split-section-image {
    width: 90%;
        left: 5%;
        right: auto;
        height: 100%;
        top: 0;
        bottom: auto;
  } */
}


.mappa-aree svg{
  display: block;
  width: 100%;
  height: auto;
  filter: drop-shadow(-12px 4px 0px #9A9A9A);
}
.mappa-aree svg > path{
  fill: #FFF;
  stroke:#a7a7a7;
  transition: all .3s ease-in-out;
}

.mappa-aree svg > path.active{
  fill:#767676;
  cursor: pointer;
}


.mappa-aree svg > path.hovered,
.mappa-aree svg > path.selected,
.mappa-aree svg > path.active:hover{
  fill:#ef212b;
}

.lista-specifica{
  display: none;
}
.attivatore-contatti{
  cursor: pointer;
}

.go-up-row{
  margin-top: -8rem;
  position: relative;
  z-index: 9;
}
.custom-banner-back,
.custom-banner-image{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.custom-banner-image{
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.custom-banner-back{
  opacity: 1;
}

.custom-banner-content{
  width: 90%;
  overflow: hidden;
}


.custom-banner{
  height: 44vh;
  overflow: hidden;
}


.custom-other-banner,
.custom-banner.no-image{
  height: 44vw;
  overflow: hidden;
}


@media (min-width:768px){

  .custom-banner{
    height: 24vw;
    overflow: hidden;
  }


  .custom-other-banner,
  .custom-banner.no-image{
    height: 12vw;
    overflow: hidden;
  }
}

.custom-map-container > .map-marker{
  display: none;
}
.map-marker{
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  box-shadow: 0 0 3px -3px #00000033;
}

.special-back-title{
  position: absolute;
  top: 0;
  left: 0;
  color:transparent;
}

.down-arrow svg{
    width: 4rem;
    height: auto;
}

.text-button-arrow{
  width: 30px;
  height: 30px;
  border-radius: 50%;
  position: relative;
}
.text-button-arrow svg{
  position: absolute;
  width: 14px;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.special-title-icon{
  width: 5rem;
  height: 5rem;
  object-fit: contain;
  object-position: center bottom;
}
.split-section-back{
  position: absolute;
  top: 0;
  left: 5rem;
  width: calc(100% - 5rem);
  height: 100%;
}
.darker-one,
.split-section-util-back{
  filter: brightness(.8)!important;
}
.split-section-util-back,
.split-section-util{
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
}
.split-section-util img{
  width: 80px;
}

.split-section-util{
  transition: all .3s ease-in-out;
  transform: scale(1.1);
  opacity: 0;
}

.split-section-image-container:hover .split-section-util{
  transform: scale(1);
  opacity: 1;
}

.custom-title-icon {
    position: absolute;
    left: -10%;
    height: 100%;
    width: auto;
}

#gmap_canvas{
  width: 100%;
  display: block;
}

.right-parallax-menu-element.vc_parallax .vc_parallax-inner{
  /* width: 50%; */
  /* left: 50%; */
  background-size: auto 90%;
  background-position: 89% 130%;
  background-repeat: no-repeat;
}




.section-slide{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.slide-image{
  width: 100%;
  height: 100%;
  position: relative;
}
.slide-surrogate{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
.section-slide .slick-slide > div{
  height: 100%;
}
.section-slide .slick-list,
.section-slide .slick-track {
  display: flex !important;
  height: 100%;
}

body{
  counter-reset: numerato;
}
.with-number::before{
  content: counter(numerato);
  color: #f5860a;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 2em;
  line-height: 1;
}
.with-number{
  counter-increment: numerato;
  padding-left: 2rem;
}

.special-z-index .vc_parallax-inner{
  z-index: 9;
}

.custom-row-back {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
}



.overlap-row{
  position: relative;
  z-index: 9;
  margin-top:-1rem;
}
