@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');
body{
  font-family: 'Montserrat', sans-serif;
  font-family: 'Lato', sans-serif;
  color:#fff;
  background-color:#0c170d;
  background-color: #07363c;
}
a{
  color:#fff;
}
a:focus{
  outline:none;
}
a:hover{
  text-decoration:none;
  color:#fff;
  opacity:0.6;
}
#hamburger-menu a:hover, .header-sticky a:hover, .left-fixed-menu a:hover, .logo-home a, .slide-section__copy a, a.slider-nav-item-anchor{
  opacity:1;
}
html[lang="it-IT"] {
  margin-top:0!important;
}
.noScroll{
  overflow:hidden;
}
.padding1{
  padding: 0 2%;
}
h1, h2, h3, h4, h5{
  font-family: 'Playfair Display', serif;
  font-family: 'Cormorant', serif;
}
/*.font1{
  font-family: 'Playfair Display', serif;
}*/
.titolo1{
  /*font-size:62px;*/
  font-size: calc(35px + (62 - 35) * ((100vw - 300px) / (1920 - 300)));
  font-family: 'Playfair Display', serif;
  font-family: 'Cormorant', serif;
}
.titolo2{
  font-size: calc(20px + (40 - 20) * ((100vw - 300px) / (1920 - 300)));
  font-family: 'Playfair Display', serif;
  font-family: 'Cormorant', serif;
}
@media (min-width:1921px){
  .titolo2{
    font-size:40px;
  }
}

.titolo3, .small-title .titolo1 {
  font-size: calc(20px + (29 - 20) * ((100vw - 300px) / (1920 - 300)));
  font-family: 'Playfair Display', serif;
  font-family: 'Cormorant', serif;
}
@media (min-width:1921px){
  .titolo3, .small-title .titolo1 {
    font-size:29px;
  }
}

.titolo4{
  font-size:20px;
  font-family: 'Playfair Display', serif;
  font-family: 'Cormorant', serif;
}

.titolo5 {
  font-size: calc(15px + (18 - 15) * ((100vw - 300px) / (1920 - 300)));
  font-family: 'Playfair Display', serif;
  font-family: 'Cormorant', serif;
}
@media (min-width:1921px){
  .titolo5 {
    font-size:18px;
  }
}

.testo1{
  font-size: calc(16px + (28 - 16) * ((100vw - 300px) / (1920 - 300)));
  font-family: 'Playfair Display', serif;
  font-family: 'Cormorant', serif;
}
@media (min-width:1921px){
  .testo1{
    font-size:28px;
  }
}
@media (max-width:500px){
  .testo1{
    line-height:20px;
  }
}
.testo2{
    font-size:16px;
    font-weight:300;
    line-height:28px;
    line-height:30px;
  }

/*@media (min-width:1080px){
  .testo2{
    font-size:17px;
    line-height:37px;
  }
}*/
@media (min-width:1921px){
  .testo2{
    font-size:17px;
    line-height:37px;
  }
}

.testo3{
    font-size: calc(18px + (33 - 18) * ((100vw - 300px) / (1920 - 300)));
    font-family: 'Playfair Display', serif;
    line-height: calc(23px + (38 - 23) * ((100vw - 300px) / (1920 - 300)));
    font-family: 'Cormorant', serif;
  }
@media (min-width:1921px){
  .testo3{
    font-size:33px;
  }
}
.testo4{
    font-size: calc(16px + (22 - 16) * ((100vw - 300px) / (1920 - 300)));
    font-family: 'Playfair Display', serif;
    line-height: calc(22px + (28 - 22) * ((100vw - 300px) / (1920 - 300)));
    font-family: 'Cormorant', serif;
  }
@media (min-width:1921px){
  .testo4{
    font-size:22px;
  }
}
.testo-footer{
  font-size:12px;
}


.mb-12 {
  margin-bottom:12%;
}
/*header*/
header{
  padding:3% 3%;
  padding:2% 2%;
  position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    z-index: 20;
}
.header-wrapper{
  position:relative;
}
.header-sticky{
  position:fixed;
  top:0;
  left:0;
  width:100%;
  padding: 10px 3% 10px;
  background-color:#0c170d;
  background-color: #07363c;
  z-index: 50;
  top:-105px;
  -webkit-transition: all 300ms ease-in-out;
-moz-transition: all 300ms ease-in-out;
-ms-transition: all 300ms ease-in-out;
-o-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
-webkit-box-shadow:0 0 20px -5px rgba(255,255,255,0.3);
box-shadow:0 0 20px -5px rgba(255,255,255,0.3);
/*overflow: hidden;*/
}
@media (min-width:768px){
  .header-sticky{
    padding: 15px 3% 15px;
  }
}
.header-sticky.visible{
  top:0;
  overflow:visible;
}
.sticky-logo-container{
  padding:0 6%;
}

.header-sticky .page-title{
  display: inline-block;
  padding-left: 25px;
  margin-left: 25px;
  border-left: 1px solid #fff;
  vertical-align: middle;
}
@media (max-width:767px){
  .header-sticky .page-title{
    display:none;
  }
}



.hamburger-icon{
  width: 80px;
    height: 50px;
    display:inline-block;
    padding:10px;
    position: absolute;
    top: 0;
    left: 0;
}
.header-sticky .hamburger-icon{
  height:65px;
  padding-top:25px;
}
@media (max-width:767px){
  .hamburger-icon{
    width:70px;
  }
  .header-sticky .hamburger-icon{
    height:55px;
    padding-top:15px;
  }
}
.hamburger-icon .button{
  width: 100%;
    height: 100%;
    position: relative;
}
.hamburger-icon .line, #close-icon .line{
    display: block;
    background: #fff;
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    /*border-radius: 4px;*/
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
}
.hamburger-icon .line.line-1 {
    top: 5px;
    top:15%;
}
.hamburger-icon .line.line-2 {
    top: 14px;
}
.hamburger-icon .line.line-3 {
    bottom: 5px;
    bottom:15%;
}
.hamburger-icon:hover .line.line-1, .hamburger-icon:focus .line.line-1 {
    top: 0px;
}
.hamburger-icon:hover .line.line-3, .hamburger-icon:focus .line.line-3 {
    bottom: 0px;
}

/*close icon*/
#close-icon{
  width: 80px;
    height: 50px;
    display:inline-block;
    padding:10px 25px;
    position: absolute;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
}
#close-icon:hover{
  padding:10px 20px;
}
#close-icon .button{
  width: 100%;
    height: 100%;
    position: relative;
}
#close-icon .line.line-1 {
    top: 0;
    transform: translateY(14px) rotate(-45deg);
      -webkit-transform: translateY(14px) rotate(-45deg);
      -moz-transform: translateY(14px) rotate(-45deg);
}
#close-icon .line.line-2 {
    bottom: 0;
    transform: translateY(-14px) rotate(45deg);
      -webkit-transform:  translateY(-14px) rotate(45deg);
      -moz-transform:  translateY(-14px) rotate(45deg);
}
/*close icon end*/
header .logo{
  text-align:center;
}
.header-sticky .logo{
  display:inline-block;
}
header .logo img, .logo-home img{
  max-width:120px;
}
@media (min-width:768px){
  header .logo img{
    max-width:200px;
  }
}
@media (min-width:1080px){
  header .logo img{
    max-width:210px;
  }
}
@media (max-width:500px){
  header .logo img{
    margin-top:50px;
  }
}
.header-sticky .logo img{
  max-width:120px;
  max-width:none;
  max-height:65px;
}
@media(max-width:767px){
  .header-sticky .logo img{
    max-width:100px;
  }
}
.logo-home{
  text-align:center;
  padding-top:4vw;
  padding-top:3.3vw;
}
.logo-home img{
    max-width:150px;
    /*max-width:100%;*/
    width:150px;
    width:200px;
  }
@media (min-width:340px){
  .logo-home img{
    max-width:180px;
    /*max-width:100%;*/
    /*width:400px;*/
    max-width:none;
    width:180px;
    width:250px;
  }
}
@media (min-width:992px){
  .logo-home img{
    max-width:230px;
    max-width:none;
    /*width:470px;*/
    width:263px;
    width:400px;
  }
}
@media (min-width:1280px){
  .logo-home img{
    max-width:none;
    /*width: 650px;*/
    width:263px;
    width:400px;
    width:350px;
  }
}
@media (max-width:500px){
  .logo-home img{
    margin-top:50px;
  }
}
.language-switcher{
  position:absolute;
  top:0;
  right:0;
  color:#fff;
  min-width:56px;
  text-align: center;
  background:transparent;
  text-transform: uppercase;
}
.language-switcher div[type="button"]{
  -webkit-appearance: none;
}
.header-sticky .language-switcher{
  margin-top:25px;
}
@media(max-width:767px){
  .header-sticky .language-switcher{
    margin-top:15px;
  }
}
.language-switcher .dropdown-toggle{
  padding:5px 15px;
}
.language-switcher .dropdown-toggle:after{
  content:none;
}
.language-switcher .dropdown-menu{
  min-width:100%;
  background-color: rgba(12,23,12,0.20);
  border:none;
  border-radius:0;
  left: auto!important;
  right:0;
  text-align: center;
}
.language-switcher .dropdown-menu a{
  color:#fff;
  padding:.25rem 15px;
}
.language-switcher .dropdown-item:focus, .language-switcher .dropdown-item:hover{
  background-color: rgba(12,23,12,0.7);
}

.language-switcher > .dropdown-menu {
  /*animation-name: langAnimationClose;
  animation-duration:.5s;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;

  -webkit-animation-name: langAnimationClose;
  -webkit-animation-duration:.5s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;

  -moz-animation-name: langAnimationClose;
  -moz-animation-duration:.5s;
  -moz-animation-iteration-count: 1;
  -moz-animation-timing-function: ease;
  -moz-animation-fill-mode: forwards;*/
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  opacity:0;
  display:inline-block;
  top:10px;
}
.language-switcher.show > .dropdown-menu, .language-switcher:hover > .dropdown-menu{
  /*animation-name: langAnimationOpen;
  animation-duration:.5s;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;

  -webkit-animation-name: langAnimationOpen;
  -webkit-animation-duration:.5s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;

  -moz-animation-name: langAnimationOpen;
  -moz-animation-duration:.5s;
  -moz-animation-iteration-count: 1;
  -moz-animation-timing-function: ease;
  -moz-animation-fill-mode: forwards;*/
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  opacity:1;
  top:30px;
}
@keyframes langAnimationOpen {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes langAnimationOpen {
  from {
    opacity: 0;
  } 
  to {
    opacity: 1;
  }
}
@keyframes langAnimationClose {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes langAnimationClose {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
#dropdownMenuButton{
  background:transparent;
}


#hamburger-menu .logo{
  text-align:center;
}
#hamburger-menu .logo a{
  display:inline-block;
  width:210x;
  height:110px;
}
#hamburger-menu .logo img{
  width:100%;
  height:100%;
}
#hamburger-menu .logo img{
  max-width:150px;
}
@media (min-width:768px){
  #hamburger-menu .logo img{
    max-width:200px;
  }
}
@media (min-width:1080px){
  #hamburger-menu .logo img{
    max-width:210px;
  }
}
@media (max-width:500px){
  #hamburger-menu .logo img{
    margin-top:50px;
  }
}


#hamburger-menu{
  width:100%;
  opacity: 0;
  position: fixed;
  /*position:absolute;*/
  top: 0;
  left: 0;
  right: 0;
  height: 100vh;
  /*height: 100%;*/
  z-index: -1;
  background: #0c170d;
  background-color: #07363c;
  /*background-image:url(../img/bg-hamburger.jpg);*/
  background-size:cover;
  background-position:center center;
  background-repeat:no-repeat;
  overflow: hidden;
  padding:2% 2% 0;
}
#hamburger-menu.animated, #hamburger-menu.animation-ended {
    opacity: 1;
    z-index: 100;
}
.main-menu{
    padding:8% 4% 4%;
    color:#fff;
    font-family: 'Playfair Display', serif;
    font-family: 'Cormorant', serif;
    /*height:100%;*/
    font-weight:400;
    margin-top:20px;
}
@media(min-width:992px){
  .main-menu{
    padding:4% 4% 0;
    padding:7vh 4% 0;
    margin-top:0;
  }
}
@media(min-width:1100px){
  .main-menu{
    padding:4% 8% 0;
    padding:7vh 8% 0;
  }
}
@media (max-width: 767px){
  .main-menu{
    overflow-y:scroll;
  }
}
.main-menu a{
    color:#fff;
    text-decoration:none;
    position:relative;
}
.main-menu a:after{
  content:'';
  width:0;
  height:1px;
  background-color:#fff;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  bottom:-4px;
  position: absolute;
  left:0;
}
.main-menu a:hover:after{
  width:100%;
}
.main-menu .second-level{
  position: relative;
}
.main-menu .second-level ul{
    list-style:none;
    padding:0;
    margin:0;
    /*position:relative;*/
    width:100%;
}
@media (max-width: 767px){
  .main-menu .second-level ul{
    padding-bottom:20px;
  }
}
.main-menu .second-level .divider{
  height:0;
  width:1px;
  background-color:#fff;
  position:absolute;
  left:0;
  top:0;
  opacity:0;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.main-menu .second-level.divider-in .divider{
  opacity:0.3;
}
.main-menu .first-col .second-level.divider-in .divider{
  opacity: 0;
}
.main-menu .first-level{
  opacity:0;
  font-size:22px;
  margin:25% 0;
  margin:6vh 0;
}
@media (max-width:991px){
  .main-menu .first-level{
    margin:15px 0;
    margin:0;
    font-size:20px;
    padding:20px 0;
    padding:2.5vh 0;
    border-top:1px solid rgba(255,255,255,0.2);
    position:relative;
  }
  .main-menu .first-level:last-child{
    border-bottom:1px solid rgba(255,255,255,0.2);
  }
}
.main-menu .first-level.animation-ended{
  opacity:1;
}
.main-menu .second-level li{
  opacity:0;
  font-size:20px;
  margin:15% 0;
  margin:5vh 0;
}
@media (max-width:991px){
  .main-menu .second-level li{
    opacity:1;
    margin:2px 0;
    padding:10px 0;
    font-size:15px;
    font-family: 'Montserrat', sans-serif;
    font-family: 'Lato', sans-serif;
  }
}
.main-menu .second-level li.animation-ended{
  opacity:1;
}
.submenu-toggle{
  display:none;
}
@media (max-width:991px){
  .icon-freccia-menu{
    opacity:0.8;
  }
  
  .submenu-toggle{
    display:inline-block;
    position:absolute;
    right:0;
    top:50%;
    margin-top:-10px;
    height: 20px;
    padding:0 5px 0 15px;
    font-size:14px;
    border-left:1px solid rgba(255,255,255,0.2);
  }
  .main-menu a{
    opacity:0.8;
  }
}
#hamburger-menu .legal{
  color:#fff;
  color:#ccc;
  text-align: center;
  padding:40px;
  /*font-size:11px;*/
  font-weight: 300;
  opacity: 0
}
#hamburger-menu .legal .text1{
    font-size:11px;
  }
@media (max-width:991px){
  #hamburger-menu .legal{
    /*font-size:10px;*/
    padding:15px;
  }
  #hamburger-menu .legal .text1{
    font-size:10px;
  }
}
@media (max-width:767px){
  #hamburger-menu .legal{
    /*font-size:9px;*/
    padding:15px;
  }
  #hamburger-menu .legal .text1{
    font-size:9px;
  }
}

.home-legal{
  position: absolute;
  top: 0;
  right: 0;
  font-size: 11px;
  height: 100%;
  vertical-align: middle;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-legal p{
  margin:0;
}
@media (max-width:767px){
  .home-legal{
    display:none;
  }
}
#hamburger-menu .social-links{
  margin-bottom:15px;
}
@media (min-width:992px){
  #hamburger-menu .social-links{
    position: absolute;
    bottom: 35px;
    right: 2%;
    margin:0;
  }
}

#hamburger-menu .legal.animation-ended{
  opacity:1;
}

.left-fixed-menu{
  position:fixed;
  z-index: 5;
  top:0;
}
@media (max-width:767px){
  .left-fixed-menu{
    display:none;
  }
}
.left-menu-wrapper{
  position: relative;
  width:100vh;
   -webkit-transform-origin: left top;
  -webkit-transform:rotate(-90deg) translateX(-100%);
  text-align: center;
}
.left-fixed-menu ul{
  background-color: rgba(0,0,0,0.41);
  width:auto;
  display:inline-block;
  padding:40px;
  padding: 25px 40px 30px;
  margin:0;
}
.left-fixed-menu.full-height ul{
  width:100%;
}
@media (max-width:767px){
  .left-fixed-menu ul{
    padding: 5px 40px 7px;
  }
}

.left-fixed-menu li{
  display:inline-block;
  padding:0 8px;
  position: relative;
  line-height:28px;
}
@media (max-width:1920px){
  .left-fixed-menu li.testo4{
    font-size:19px;
  }
}
.left-fixed-menu li:last-child{
  overflow: hidden;
  vertical-align: top;
}
.left-fixed-menu li:after{
  content:'';
  width:1px;
  height:25px;
  position:absolute;
  right:-4px;
  top:15px;
  background-color:#fff;
}
@media (max-width:767px){
  .left-fixed-menu li:after{
    top:14px;
  }
}
.left-fixed-menu a{
  color:#fff;
  padding:10px;
  text-decoration: none;
  /*-webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;*/
  display:inline-block;
  position: relative;
}
.left-fixed-menu a .line{
  width:0;
  height:1px;
  background-color:#fff;
  position: absolute;
  bottom:0;
  left:0;
   -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}
.left-fixed-menu a:hover{
  /*padding-left:15px;
  padding-right:15px;
  font-size:1.2em;*/
}
.left-fixed-menu a:hover .line{
  width:100%;
}
@media screen and (min-width:1600px) and (max-width:1658px), screen and (min-width:1200px) and (max-width:1345px), screen and (min-width:992px) and (max-width:1165px), screen and (min-width:768px) and (max-width:926px) {
.left-fixed-menu~.page-content>.section>.container, .left-fixed-menu~.footer-bottom>.container{ margin-left:103px;}
}
/*slider home*/
.home_fullpage .slide{
  background-size:cover;
  background-position:center center;
  position:relative;
  overflow: hidden;
  font-family: 'Playfair Display', serif;
  font-family: 'Cormorant', serif;
}
.home_fullpage .slide .slide-section__bg{
  position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position:center center;
    -webkit-transition: all 35s ease-out;
  -moz-transition: all 35s ease-out;
  -ms-transition: all 35s ease-out;
  -o-transition: all 35s ease-out;
  transition: all 35s ease-out;
  transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
}
/*.home_fullpage .slide.active .slide-section__bg{
          transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -webkit-animation: zoom_in 35s ease-out;
          animation: zoom_in 35s ease-out, zoom_out ;
          animation-direction: alternate;
}*/

.home_fullpage  .slide-section__copy{
  position: absolute;
    bottom: 27%;
    color: #fff;
    text-align: center;
    width: 100%;
    padding: 0 15%;
    /*opacity:0;*/
}
@media (max-width:767px){
  .home_fullpage  .slide-section__copy{
    /*padding-bottom:70px;*/
    bottom:20%;
    padding: 0 10% 70px;
  }
}
.home_fullpage  .slide-section__copy.animation-ended{
  /*opacity:1;*/
}

.home_fullpage .slide .slide-section__bg{
  /*width: 100%;*/
  /*transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);*/
  /*transform: scale(1.1) /*translateX(20%)*/;
  /*-webkit-animation: zoom_out 35s ease-out;
          animation: zoom_out 35s ease-out ;*/
}
.slick-active .slide .slide-section__bg{
  /*transform: scale(1) /*translateX(0)*/;*/
}
.home_fullpage .slide-section__bg.active{
   /*-webkit-animation: zoom_in_out 60s ease-in-out infinite both;
          animation: zoom_in_out 60s ease-in-out infinite both;*/
  /*transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);*/
  -webkit-animation: zoom_in 35s ease-out infinite alternate;
          animation: zoom_in 35s ease-out infinite alternate;
          /*animation-direction: alternate;
          animation-iteration-count: infinite;*/
}
.slide .icon{
  position:relative;
  z-index:50;
  color:#fff;
  text-align: center;
  margin:25px 0;
  opacity:0;
}
.slide .icon.animation-ended{
  opacity:1;
}
.slide .icon a{
  text-decoration:none;
  color:#fff;
  display:inline-block;
  width:70px;
  height:70px;
  line-height:70px;
  font-size:16px;
  border:1px solid #fff;
  border-radius:100%;
  -webkit-animation: pulsate-fwd 4s ease-in-out infinite both;
          animation: pulsate-fwd 4s ease-in-out infinite both;
}
.slide .icon a span{
    line-height:70px;
  }
.slide .icon a:hover{
  -webkit-animation:none;
  animation:none;
  transform:scale(1.15);
}
@media (max-width:767px){
  .slide .icon a{
    width:40px;
    height:40px;
    line-height:40px;
    font-size:12px;
  }
  .slide .icon a span{
    line-height:40px;
  }
  .slide .icon{
    position: absolute;
    bottom:0;
    left:50%;
    margin-left:-20px;
    margin-bottom:0;
  }
}


.slide-title{
  font-size: calc(30px + (40 - 30) * ((100vw - 300px) / (1920 - 300)));
  line-height: calc(38px + (48 - 38) * ((100vw - 300px) / (1920 - 300)));
  opacity:0;
}
.slide-subtitle{
  font-size: calc(18px + (28 - 18) * ((100vw - 300px) / (1920 - 300)));
  line-height: calc(25px + (35 - 25) * ((100vw - 300px) / (1920 - 300)));
  opacity:0;
}
.slide-subtitle.animation-ended, .slide-title.animation-ended{
  opacity:1;
}

.slide-title a:hover, .slide-subtitle a:hover{
  text-decoration: none;
  color:#fff;
}
.slider-nav {
    /*position: fixed;*/
    z-index: 2;
    bottom: 0;
    width:100%;
    font-family: 'Playfair Display', serif;
    font-family: 'Cormorant', serif;
    padding:20px 0 10px;
    display:none;
}
@media (min-width: 768px){
  .slider-nav {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
  }
}

.slider-nav-list {
    margin: 0;
    /*padding: 0 8% 6% 8%;*/
    height: 100%;
    width: 100%;
}
@media (min-width: 768px){
    .slider-nav-list {
        text-align: center;
        /*padding: 0 4% 0 4%;*/
    }
}

.slider-nav-list-item {
    list-style-type: none;
    -webkit-transition: color .5s ease;
    transition: color .5s ease;
    padding:0 20px;
    font-size: 15px;
    vertical-align: middle;
        word-break: keep-all;
    word-wrap: normal;
    position:relative;
}
.slider-nav-list-item:after{
  content:'';
  width:1px;
  height:20px;
  background-color:#fff;
  position:absolute;
  right:0;
  bottom:50%;
  margin-bottom:-10px;
}
.slider-nav-list-item:last-child:after{
  content: none;
}
.slider-nav-list-item a:before{
  content:'';
  width: 50px;
  height: 2px;
  background-color:#fff;
  top:4px;
  left:50%;
  margin-left:-25px;
  position: absolute;
  opacity:0;
   transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
}
.slider-nav-list-item a.active:before{
  opacity:1;
}
@media (min-width:768px){
    .slider-nav-list-item {
        display:inline-block;
    }
}
@media (min-width:1280px){
    .slider-nav-list-item{
        padding:0 25px;
        font-size: 20px;
    }
}
.slider-nav-list-item a{
  color:#fff;
  display:block;
  line-height:25px;
   white-space: nowrap;
    text-decoration:none;
}
@media (min-width:768px){
    .slider-nav-list-item a{
        line-height:66px;
        color:#fff;
    }
}
.slider-nav-list-item a.active, .slider-nav-list-item a:hover{
  /*color:#b02123;*/
}
.fp-controlArrow{
  background-color:rgba(12,23,13,0.34);
  border: none;
    width: 80px!important;
    height: 80px;
    font-family: 'icomoon';
    font-size:25px;
    color:#fff;
    text-align: center;
    border-radius:50%;
    top:auto;
  bottom: 27%;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}
.fp-controlArrow.fp-prev{
  left:3%;
}
.fp-controlArrow.fp-next{
  right:3%;
}

.fp-controlArrow:hover{
  transform: scale(1.1);
  background-color:rgba(12,23,13,0.5);
}
.fp-controlArrow.fp-prev:before{
  content:'\e901';
  display:inline-block;
  line-height:80px;
  width:100%;
  height:100%;
}
.fp-controlArrow.fp-next:before{
  content:'\e900';
  display:inline-block;
  line-height:80px;
  width:100%;
  height:100%;
}

/*.hero{
  height:100vh;
  width:100%;
}*/
.hero .hero-wrapper{
  width:100%;
  height:100vh;
  background-size: cover;
  background-repeat:no-repeat;
  background-position:center center;
  position: relative;
}

.hero-text{
  height: 100%;
  padding-top: 25vh;
  padding-bottom:100px;
  padding-left:2%;
  padding-right:2%;
  text-align: center;
  color:#fff;
}
.post-consorziato .hero-text{
  padding-top:2vh;
}
@media (min-height:600px){
  .hero-text{
    padding-top: 20vh;
  }
  .post-consorziato .hero-text{
    padding-top:3vh;
  }
}
@media (max-width:500px){
  .hero-text{
    padding-top: 25vh;
  }
  .post-consorziato .hero-text{
    padding-top:5vh;
  }
}
@media (max-width:350px){
  .hero-text{
    padding-top: 30vh;
  }
  .post-consorziato .hero-text{
    padding-top:8vh;
  }
}
.hero-text .sottotitolo{
  margin-top:auto;
  margin-bottom:4vh;
}

.page-title .consorziato-logo{
  max-width:400px;
  max-width: 20vw;
  margin:0 auto;
}
@media (max-width:1600px){
  .page-title .consorziato-logo{
    max-width:300px;
  }
}
@media (max-width:500px){
  .page-title .consorziato-logo{
    max-width:250px;
  }
}

.scroll-down{
  display: inline-block;
  font-size:30px;
  -moz-animation: scrollDownBounce 3s infinite;
  -webkit-animation: scrollDownBounce 3s infinite;
  animation: scrollDownBounce 3s infinite;
  cursor:pointer;
  position:relative;
  z-index:20;

  position:absolute;
  bottom: 18px;
  left: 50%;
  margin-left: -20px;
}
@media (max-width:500px){
  .scroll-down{
    display: none;
  }
}

.home-fixed-footer{
  position:fixed;
  /*padding: 0 2%;*/
  bottom:0;
  left:0;
  width:100%;
  /*padding-top:36px;
  padding-bottom:36px;*/
  z-index:1;
  background-color:rgba(12,23,12,0.41);
}
.footer-wrapper{
  position:relative;
  text-align: center;
}
.footer .social-links{
  font-size:16px;
  position:absolute;
  top:42%;
  left:0;
}
@media (max-width:767px){
  .footer .social-links{
    position:relative;
    font-size:20px;
  }
  .home-fixed-footer{
    padding-top:36px;
    padding-bottom:20px;
    background-color:transparent;
    height:auto;
  }
}
/*.footer */.social-links ul{
  list-style:none;
  padding:0;
  margin:0;
  cursor:default;
}
/*.footer */.social-links .social-item{
  display:inline-block;
  margin-right:15px;
}
.social-links .social-item:last-child{
  margin-right:0;
}
/*.footer */.social-links a{
  color:#fff;
  opacity:0.5;
  display:inline-block;
  text-decoration:none;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
/*.footer */.social-links a:hover{
  opacity:1;
}
.hero-footer, .fixed-footer{
  position:absolute;
  bottom:0;
  /*width:100%;*/
  padding-top:28px;
  padding-bottom:28px;
  color:#fff;
  text-align:center;
}
/*.fixed-footer.footer{
  width:auto;
}*/
.fixed-footer{
  position:fixed;
  text-align:left;
  z-index: 10;
}
.fixed-footer .footer-wrapper{
  text-align:left;
}
.hero-footer .hero-footer-wrapper, .fixed-footer .hero-footer-wrapper{
  position:relative;
  text-align:center;
}
.hero-footer .social-links{
  position:absolute;
  left:0;
  top:0;
}
.fixed-footer .social-links{
  position:static;
  display:inline-block;
}
@media (max-width:500px){
  .hero-footer .social-links, .fixed-footer .social-links{
    position:relative;
    font-size:15px;
  }
  .hero-footer, .fixed-footer{
    /*padding-bottom:20px;*/
    padding:10px 0 10px;
    background-color: #0c170d;
    background-color: #07363c;
  }
  .fixed-footer .footer-wrapper{
    text-align:center;
  }
}

.footer-bottom{
  padding:50px 0;
  position: relative;
  z-index: 50;
}
.footer-bottom .footer-menu ul{
  list-style:none;
  margin:0;
  padding:0;
}
.footer-logo{
  margin-bottom:40px;
  width:150px;
  /*logo nuovo*/
  margin-bottom:15px;
  width:200px;
}
@media (min-width:768px){
  .footer-bottom .col-right{
    text-align:right;
  }
}
.footer-bottom .widget-right{
  margin-top:30px;
  padding-top:30px;
  font-size:12px;
  /*border-top:1px solid #fff;*/
  position: relative;
}
.footer-bottom .widget-right:before{
  content:'';
  width:200px;
  height:1px;
  background-color:#fff;
  position:absolute;
  top:0;
  right: auto;
  left:0;
}
@media (min-width:768px){
  .footer-bottom .widget-right:before{
    right:0;
    left:auto;
  }
}
.footer-bottom .widget-right .textwidget{
  margin-top:15px;
}
.footer-bottom .social-links{
  margin:10px 0 20px;
  margin:0px 0 20px;
}



.home_fullpage{
  background-color:#0c1b0d;
}
.home_fullpage, .home_fullpage .slick-track, .home_fullpage .slick-slide > div{
  height: 100vh;
}
.home-section{
  height:100%;
}


.slick-arrow{
  background-color:rgba(12,23,13,0.34);
  border: none;
    width: 80px!important;
    height: 80px;
    font-family: 'icomoon';
    font-size:25px;
    color:#fff;
    text-align: center;
    border-radius:50%;
    top:auto;
  bottom: 27%;
  position:absolute;
  z-index: 2;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
  cursor:pointer;
}
@media (max-width:767px){
  .slick-arrow{
    width: 40px!important;
    height: 40px;
    font-size:16px;
    bottom:20%;
  }
}
.slick-prev{
  left:3%;
}
.slick-next{
  right:3%;
}

.slick-arrow:hover{
  transform: scale(1.1);
  background-color:rgba(12,23,13,0.5);
}
.slick-prev:before{
  content:'\e901';
  display:inline-block;
  line-height:80px;
  width:100%;
  height:100%;
}
.slick-next:before{
  content:'\e900';
  display:inline-block;
  line-height:80px;
  width:100%;
  height:100%;
}
@media (max-width:767px){
  .slick-prev:before, .slick-next:before{
    line-height:40px;
  }
}

.page-content{
  /*padding:8% 0;*/
}
.page-wrapper{
  padding:0 8%;
}
.section-wrapper {
  padding: 0 8%;
  margin-top: 60px;
  margin-bottom:80px;
}
@media (min-width: 1500px){}
  .section-wrapper {
    padding: 0 11%;
  }
}
@media (max-width: 767px){
  .section-wrapper {
      padding: 0;
  }
}

.image-text-section-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

@media(min-width:768px){
  .image-wrapper{
    padding-right:5%;
  }
  .image-text-section-reverse .image-wrapper{
    padding-left: 5%;
    padding-right:0;
    padding-right:15px;
  }
}
.gallery-wrapper{
  margin:0 -15px;
}
@media(min-width:768px){
  .gallery-wrapper{
    padding-right: 50px;
    position: relative;
    margin: 0;
  }
  .image-text-section-reverse .gallery-wrapper{
    padding-right:0;
    padding-left:50px;
  }
}
.open-gallery{
  position: absolute;
  top: 50%;
  right: 0;
  /*padding: 10px;*/
  /*border: 1px solid #fff;
  border-radius: 50%;*/
  line-height: 12px;
  cursor:pointer;
  
}
.circle{
  border: 1px solid #fff;
  border-radius: 50%;
  padding: 10px;
   width: 42px;
  height: 42px;
  display:inline-block;
  /*-webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;*/
}
@media (max-width:767px){
  .circle{
    /*background-color: rgba(0,0,0,0.5);*/
    width: 55px;
    height: 55px;
    text-align: center;
    line-height: 35px;
  }
}
.open-gallery:hover .circle{
  transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
}
.open-gallery .circle{
  border: 1px solid #fff;
  border-radius: 50%;
  padding: 10px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  width:auto;
  height: auto;
}
@media (max-width:767px){
  .open-gallery .circle{
    background-color: rgba(0,0,0,0.5);
    width: 55px;
    height: 55px;
    text-align: center;
    line-height: 35px;
  }
}
.image-text-section-reverse .open-gallery{
  right:auto;
  left:0;
}
.open-gallery .icon-piu{
  font-size:12px;
  line-height:12px;
}
@media (max-width:767px){
  .image-text-section .text-section{
    /*padding-left:4%;*/
    margin-top: 50px;
    padding: 0 10%;
  }
  .open-gallery, .image-text-section-reverse .open-gallery{
    top:auto;
    bottom:10%;
    left:10%;
    right:auto;
  }
}
.image-text-section-reverse .text-section{
  /*padding-right:4%;*/
  /*padding-left: 15px;*/
}
@media (min-width:992px){
  .image-text-section .text-section{
    padding-left:4%;
    padding-right:15px;
  }
  .image-text-section-reverse .text-section{
    padding-right:4%;
    padding-left: 15px;
  }
}

.wp-block-columns{
  margin:0 auto;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  padding-top: 6%;
}
@media (min-width:601px){
  .wp-block-columns .wp-block-image{
    padding-left: 5%;
  }
}
@media (min-width: 576px){
  .wp-block-columns{
      max-width: 540px;
  }
}
@media (min-width: 768px){
  .wp-block-columns{
      max-width: 720px;
  }
}
@media (min-width: 992px){
  .wp-block-columns{
      max-width: 960px;
  }
}
@media (min-width: 1200px){
  .wp-block-columns{
        max-width: 1140px;
  }
}
@media (min-width:1600px){
  .container{
    max-width:1450px;
  }
  .wp-block-columns{
    max-width:1450px;
  }
}

.wp-block-image img{
  height:auto;
}

.section{
  padding-top:10%;
  /*margin-bottom:10%;*/
  padding-top:6%;
  /*margin-bottom:6%;*/
}
.section + .section{
  padding-top:0;
  /*margin-top:10%;*/
  /*margin-top:6%;*/
  padding-top:6%;
}
@media (min-width: 992px){
  .col-lg-7 {
      -ms-flex: 0 0 60.333333%;
      flex: 0 0 60.333333%;
      max-width: 60.333333%;
  }
  .col-lg-5 {
      -ms-flex: 0 0 39.666667%;
      flex: 0 0 39.666667%;
      max-width: 39.666667%;
  }
}

.gallery-popup{
  position: fixed;
  width:100vw;
  height: 100vh;
  background: rgba(0,0,0,0.5);
  z-index:-1;
  top:0;
  left: 0;
  opacity:0;
}
.gallery-popup .modal-dialog{
  /*max-width:80vw;*/
  /*height:80vh;*/
}
.gallery-popup .modal-dialog .modal-content{
  /*height:80vh;*/
  /*padding: 15px;
  position: relative;*/
}
.slick-popup{
  /*width:100%;
  height:100%;*/
  /*position:relative;*/
  /*height: 100%;
  height:80vh;*/
  /*max-height:80vh;
  width:auto;*/
}
.slick-list, .slick-track{
  /*height:100%;*/
}
.gallery-popup .modal-dialog{
  width: 100vw;
    height: 100vh;
    max-width: none;
}
.modal-content{
  width:100%;
  height:100%;
}

.section-gallery{
  position: relative;
}
.gallery-fullwidth{
  width:100%;
  height:65vw;
}
@media (min-width:500px){
  .gallery-fullwidth{
    height:55vw;
  }
}
@media (min-width:992px){
  .gallery-fullwidth{
    height:45vw;
  }
}
.gallery-fullwidth .slick-list, .gallery-fullwidth .slick-list div{
  height:100%;
}
.gallery-fullwidth .item{
  background-size:cover;
  background-repeat: no-repeat;
  background-position:center center;
}
.gallery-fullwidth .item .img-small-slider{
  display:none;
}
.gallery-fullwidth + .pagingInfo, .gallery-fullwidth .pagingInfo{
  width: 80px;
  height: 80px;
  position: absolute;
  bottom: 10%;
  text-align: center;
  background-color: rgba(0,0,0,0.5);
  vertical-align: middle;
  border-radius: 50%;
  line-height: 80px;
  font-size: 20px;
  right: 125px;
}
.gallery-fullwidth .slick-arrow{
  background:none;
  bottom: 10%;
  top: auto;
  width:60px!important;
}
.gallery-fullwidth .slick-prev{
  right:205px;
  left:auto;
}
.gallery-fullwidth .slick-next{
  right:65px;
  left:auto;
}
@media (max-width: 767px){
  .gallery-fullwidth + .pagingInfo{
    height:50px;
    width:50px;
    line-height:50px;
    font-size:18px;
    bottom: 9%;
    right:80px;
  }
  .gallery-fullwidth .slick-prev{
    right:130px;
    left:auto;
  }
  .gallery-fullwidth .slick-next{
    right:20px;
    left:auto;
  }
}
.gallery-fullwidth .testo{
  height:auto!important;
  width:100%;
  bottom:12%;
  text-align: center;
  padding:0 280px;
  position: absolute;
}
@media (max-width:1024px){
  .gallery-fullwidth .testo{
    padding:0 280px 0 80px;
  }
}
@media (max-width:767px){
  .gallery-fullwidth .testo{
    padding:0 40px;
    bottom:32%;
  }
}
.gallery-fullwidth .sottotitolo{
  display:none;
}
.slider-organigramma .gallery-nav .slick-arrow{
    height: 35px;
    width: 35px!important;
    font-size: 18px;
    top:50%;
    margin-top:-17px;
}
.slider-organigramma .gallery-nav .slick-prev:before, .slider-organigramma .gallery-nav .slick-next:before{
  line-height:35px;
}
.slider-organigramma .gallery-nav .slick-prev{
  left:5px
}
.slider-organigramma .gallery-nav .slick-next{
  right:5px
}
.slider-organigramma .gallery-nav .item{
  margin-right:5px;
}
.slider-organigramma .text-shadow{
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 40%!important;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.7+100 */
  background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#b3000000',GradientType=0 ); /* IE6-9 */

  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+20,000000+100&0+0,0.1+20,0.1+20,0.7+100 */
  background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.1) 20%, rgba(0,0,0,0.7) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.1) 20%,rgba(0,0,0,0.7) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.1) 20%,rgba(0,0,0,0.7) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#b3000000',GradientType=0 ); /* IE6-9 */

}
.slider-organigramma .testo, .slider-organigramma .sottotitolo{
  z-index:2;
}
@media (max-width: 767px){
  .wp-block-columns .slider-organigramma .gallery-fullwidth .testo {
      bottom: 17%;
  }
  .wp-block-columns .slider-organigramma .gallery-fullwidth .sottotitolo {
    bottom: 12%;
  }
}

.wp-block-columns .gallery-fullwidth .item .img-small-slider{
  display:inline-block;
  max-width:100%;
}
.wp-block-columns .gallery-fullwidth{
  height:auto;
}
.wp-block-columns .gallery-fullwidth .testo{
  padding:0 15px;
  text-shadow: 0 0 5px #000000;
}
.wp-block-columns .gallery-fullwidth .sottotitolo{
    height: auto!important;
    width: 100%;
    bottom: 8%;
    text-align: center;
    position: absolute;
    display:block;
    text-shadow: 0 0 5px #000000;
    padding:0 15px;
}
@media (max-width: 767px){
  .wp-block-columns .gallery-fullwidth .testo{
    bottom: 27%;
  }
  .wp-block-columns .gallery-fullwidth .sottotitolo{
    bottom: 17%;
  }
  .wp-block-columns .slick-arrow{
    height:50px;
  }
}
.wp-block-columns .gallery-fullwidth + .pagingInfo {
    width: 50px;
    height: 50px;
    bottom: 2%;
    line-height: 50px;
    font-size: 17px;
    right: 70px;
}
.wp-block-columns .gallery-fullwidth .slick-next{
  right:15px;
  bottom:0;
}
.wp-block-columns .gallery-fullwidth .slick-prev{
  right:115px;
  bottom:0;
}


/*Consorziato*/
/*.single-consorziato header, .post-type-archive-consorziato header,*/
.header2 header, .post-type-archive-consorziato .footer-bottom{
  display:none;
}
/*.single-consorziato .header-sticky, .post-type-archive-consorziato .header-sticky{*/
.header2 .header-sticky{
  top:0;
}
/*.single-consorziato  .fixed-footer{
  background-color: #0c170d;
}*/
.single-consorziato .hero{
  padding-bottom:80px;
  padding-top:79px;
  height:100vh;
}
@media (min-width:768px){
  .single-consorziato .hero{
    padding-bottom:80px;
    padding-top:100px;
  }
  .single-consorziato  .fixed-footer, .post-type-archive-consorziato .fixed-footer{
    background-color: #0c170d;
    background-color: #07363c;
    width:100%;
  }
}
.single-consorziato .hero .hero-wrapper{
  height:100%
}

.titolo-semplice .titolo-wrapper{
  padding:10vw 5rem 5vw;
}

.single-consorziato .left-fixed-menu ul, .single-consorziato .left-fixed-menu ul{
  width:100%;
}
.left-fixed-menu .elenco{
  position: absolute;
  top: 170px;
  left: 28px;
}
.left-fixed-menu .elenco a{
  color: #fff;
  padding: 10px;
  text-decoration: none;
  display: inline-block;
  position: relative;
  font-family: 'Playfair Display', serif;
  font-family: 'Cormorant', serif;
}

#consorziati{
  width:100vw;
  height:100vh;
  overflow: hidden;
  position: relative;
}
#consorziati .slider-dots{
  z-index:-1
}
#consorziati .slider-dots.visible{
  z-index:5;
}
#consorziati .titolo-consorzio{
  text-transform: uppercase;
  color:#fff;
  opacity:0.5;
  font-weight:300;
  margin-bottom:4px;
}
.titolo-sassicaia:before{
  content:'';
  display: block;
  width:60%;
  height:1px;
  position:relative;
  left:20%;
  margin-top:16px;
  margin-bottom:16px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+50,ffffff+100&0+0,1+25,1+50,1+75,0+100 */
background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 25%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 75%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 25%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 75%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 25%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 75%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */

}


.bg-consorziati{
  background-image:url(../img/bg-consorziati.jpg);
  position: absolute;
  z-index:0;
  width:102vw;
  height:102vh;
  background-size: cover;
  background-position:center center;
  top:-1vh;
  left:-1vw;
}
.slider-consorziati{
  padding-top: 100px;
  padding-bottom: 80px;
  height: 100vh;
  /*background-image:url(../img/bg-consorziati.jpg);*/
  /*background-size: cover;
  background-position:center center;*/
}

.slider-consorziati .slick-list, .slider-consorziati .slick-track, .slider-consorziati .slick-slide > div, .slider-consorziati .slide{
  height: 100%;
}
.slider-consorziati .slide{
  position: relative;
}
.slider-consorziati .slide-section__bg{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position:center center;
}
.slider-consorziati .slide-section__copy{
  /*position: absolute;*/
    /*bottom: 27%;*/
    color: #fff;
    text-align: center;
    width: 100%;
    padding: 0 15%;
    /*opacity:0;*/
    height:100%;
    line-height:15px;
    line-height:20px;
    padding-bottom:70px;
    padding-top:40px;
}
@media (max-width:767px){
  .slider-consorziati .slide-section__copy{
    /*padding-bottom:70px;*/
    bottom:20%;
    padding: 0 10% 70px;
    font-size:13px;
  }
  .slider-consorziati .slide-section__copy p{
    margin-bottom:7px;
  }
}
.slider-consorziati .slide-section__copy .container{
  height:100%;
  display: -ms-flexbox;
    display: flex;
    /*-ms-flex-wrap: wrap;
    flex-wrap: wrap;*/
  -ms-flex-direction: column!important;
    flex-direction: column!important;
    
}
.slider-consorziati .slide-section__copy .container .section-text{
  /*margin-top:auto;*/
  flex-grow:1;
    display: -ms-flexbox;
    display: flex;
    /*-ms-flex-wrap: wrap;
    flex-wrap: wrap;*/
  -ms-flex-direction: column!important;
    flex-direction: column!important;
}
.slider-consorziati .slide-section__copy .proprieta{
  margin: 5px auto;
  /*font-family: 'Playfair Display', serif;*/
  /*font-size: 18px;*/
}
.slider-dots{
  display: block;
  position: absolute;
  bottom: 25px;
  width: 100%;
  padding: 0 16%;
  margin-bottom: 65px;
  z-index: 5;
  opacity:0;
}
@media (min-height:800px){
  .slider-dots{
    margin-bottom: 96px;
  }
}
@media (max-width:767px){
  .slider-dots{
    display:none;
  }
}
.slider-dots.animation-ended{
  opacity:1;
}
.slider-dots ul{
  padding:0;
  list-style:none;
  height:1px ;
  /*background-color:rgba(255,255,255,0.6);*/
  position: relative;

      display: -ms-flexbox!important;
    display: flex!important;
}
.slider-dots li{
  display:inline-block;
  /*position: absolute;*/

  -ms-flex: 1 1 auto!important;
    flex: 1 1 auto!important;
    text-align:center;
    position:relative;
    padding:0 2px;
}
.slider-dots li button{
  position: relative;
  /*top: -4px;*/
  height: 13px;
  width: 100%;
  margin:0 2px;
  padding: 0;
  text-indent: -9999px;
  border: none;
  /*border-radius: 50%;*/
  outline:none;
  opacity:0.6;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  position:absolute;

  width:100%;
  margin:0;
  position: relative;
  top:0;
  background-color: transparent;
}
.slider-dots li button:after{
  width:100%;
  height:1px;
  content:'';
  background-color:#fff;
  position: absolute;
  left:0;
  top:12px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.slider-dots li.slick-active button:after{
  height:5px;
  top:10px;
}

.slider-dots li:hover button{
  /*opacity:1;
  width:14px;
  height:14px;
  top: -7px;
  margin-left:-4px;*/
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.slider-dots li:hover button:after{
  height:5px;
  top:10px;
}
/*.slider-dots li button:after{
  content:'';
  position:absolute;
  width:8px;
  height:8px;
  top:-4px;
  color:#fff;

  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  left:0px;
  border: 1px solid #fff;
  border-radius: 50%;
}*/
/*.slider-dots li:hover button:after{
  width:18px;
  height:18px;
  top:-6px;
  left:-4px;
  opacity:1;
  position:absolute;
}*/
.slider-dots li:hover button{

}
.slider-dots li.slick-active button{
  opacity:1;
  /*top: -7px;
  margin-left:-4px;*/
  /*height: 14px;*/
  /*width: 14px;*/

  width:100%;
  margin:0;
  position: relative;
  top:0;
}
.slider-dots li button:focus{
  outline:none;
}
.slider-dots li:first-child{
  display:none;
}

.slider-dots ul:before{
  /*content:'';
  width:150px;
  height: 100%;
  position: absolute;
  left:0;
  top:0;*/

  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0c170d+0,0c170d+100&1+0,0+100 */

  /*background: -moz-linear-gradient(left,  rgba(12,23,13,1) 0%, rgba(12,23,13,0) 100%);*/ /* FF3.6-15 */
  /*background: -webkit-linear-gradient(left,  rgba(12,23,13,1) 0%,rgba(12,23,13,0) 100%);*/ /* Chrome10-25,Safari5.1-6 */
  /*background: linear-gradient(to right,  rgba(12,23,13,1) 0%,rgba(12,23,13,0) 100%);*/ /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c170d', endColorstr='#000c170d',GradientType=1 );*/ /* IE6-9 */
}
.slider-dots ul:after{
 /* content:'';
  width:150px;
  height: 100%;
  position: absolute;
  right:0;
  top:0;*/

  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0c170d+0,0c170d+100&0+0,1+100 */

  /*background: -moz-linear-gradient(left,  rgba(12,23,13,0) 0%, rgba(12,23,13,1) 100%);*/ /* FF3.6-15 */
  /*background: -webkit-linear-gradient(left,  rgba(12,23,13,0) 0%,rgba(12,23,13,1) 100%);*/ /* Chrome10-25,Safari5.1-6 */
  /*background: linear-gradient(to right,  rgba(12,23,13,0) 0%,rgba(12,23,13,1) 100%);*/ /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000c170d', endColorstr='#0c170d',GradientType=1 );*/ /* IE6-9 */
}
.pagingInfo-consorziati {
  display: inline-block;
  font-size: 25px;
  position: absolute;
  bottom: 50%;
  z-index: 5;
  display: block;
  position: absolute;
  bottom: 25px;
  left:8%;
  /*padding: 0 0 0 15%;*/
  margin-bottom: 96px;
  z-index: 5;
  font-family: 'Playfair Display', serif;
  font-family: 'Cormorant', serif;
  width:80px;
  text-align:center;
  opacity:0;
}
@media (max-width:767px){
  .pagingInfo-consorziati {
    margin-bottom:0;
    left:auto;
    right:8%;
  }
}
@media (max-width:500px){
  .pagingInfo-consorziati {
    margin-bottom:25px;
    left:auto;
    right:8%;
  }
}
.pagingInfo-consorziati.animation-ended{
  opacity:1;
}
.pagingInfo-consorziati span{
  font-size:40px;
}
.slider-consorziati .slick-arrow{
  background-color: rgba(0,0,0,0.41);
}

.slider-consorziati .slick-slide .image-container{
  text-align:center;
  max-width:50%;
  max-height:50%;
  height:   50%;
  margin:0 auto;
}
@media (max-width:370px){
  .slider-consorziati .slick-slide .image-container{
    max-width:60%;
    max-height:40%;
  }
}
@media (max-width:767px){
  .slider-consorziati .slick-slide .image-container{
    max-width:80%;
    max-height:50%;
  }
}
.slider-consorziati .slick-slide img{
  /*max-width:600px;
  max-height:600px;*/
  max-height:25vh;
  max-width:100%;
  
  display:inline-block;
}

.button{
  display:inline-block;
  color:#fff;
  padding:5px;
  font-size:14px;
}
.button:focus, .button:hover{
  text-decoration:none;
  outline:none;
}
.button span{
  font-size:22px;
  font-family: 'Playfair Display', serif;
  font-family: 'Cormorant', serif;
  margin-right:10px;
  vertical-align: middle;
}
.button .circle{
  /*padding: 7px;
  width: 34px;
  height: 34px;
  font-size:12px;*/
  /*padding: 12px;*/
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.button .circle span{
  font-size:14px;
  margin:0;
}
.button:hover .circle{
  transform:scale(1.1);
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
@media (max-width:500px){
  .button .circle{
    width:35px;
    height:35px;
    line-height:12px;

  }
  .button .circle span{
    font-size:11px;
  }
}
.slider-consorziati .button{
  margin:0 auto;
}
.slider-consorziati .titolo h2, .slider-consorziati .titolo a{
  margin: 0 auto;
}
.slider-consorziati .slide-section__copy a{
  color:#fff;
}
.slider-consorziati .slide-section__copy .button-container{
    padding:4vh 0;
    padding:3vh 0;
  }
@media (min-width:992px){
  .slider-consorziati .slide-section__copy .button-container{
    padding:5vh 0;
    padding:3vh 0;
  }
}
.slider-consorziati .slide-section__copy .button-container{
  margin-top:auto;
}
.slider-consorziati .slide-section__copy .desc-container{
  /*margin:0 0 5% 0;*/
  /*margin-top:auto;*/
  font-weight:500;
  padding-bottom:20px;
}
.slider-consorziati .slide-section__copy .desc-container .nome{
    font-size: 29px;
  }
@media (min-width:1024px){
  .slider-consorziati .slide-section__copy .desc-container{

    font-size:18px;
    line-height:27px;
  }
  .slider-consorziati .slide-section__copy .desc-container .nome{
    font-size: 33px;
  }
}
@media (min-width:992px){
  .slider-consorziati .desc-container .col-sm-6 .desc-padding{
    padding-left:5vw;
  }
}
@media (min-width:1200px){
  .slider-consorziati .desc-container .col-sm-6 .desc-padding{
    padding-left:10vw;
  }
}
@media (min-width:1350px){
  .slider-consorziati .desc-container .col-sm-6 .desc-padding{
    padding-left:12vw;
  }
}
.slider-consorziati .desc-container a:hover{
  text-decoration:none;
}
.slider-consorziati .bottone-mappa{
  padding:5px 0;
  padding-right:22px;
  background-image: url(../img/pin.png);
  background-position: right center;
  background-repeat: no-repeat;
  background-size:contain;
  display:inline-block;
  background-size: 13px auto;
}
@media (max-width:767px){
  .slider-consorziati .bottone-mappa{
    font-size:16px;
  }
  .slider-consorziati .slide-section__copy .desc-container{
    font-weight:normal;
  }
}

.slider-consorziati .slick-arrow{
  bottom:45%;
}
.slider-consorziati .slick-prev{
  left:8%;
}
.slider-consorziati .slick-next{
  right:8%;
}
@media (max-width:1499px){
  .slider-consorziati .slick-prev{
    left: 2%;
  }
  .slider-consorziati .slick-next{
    right:2%;
  }
  .slider-consorziati .slick-prev, .slider-consorziati .slick-next{
    bottom:18%;
    z-index:50;
  }
}

.lista-consorziati {
  font-family: 'Playfair Display', serif;
  font-family: 'Cormorant', serif;
  font-size:20px;
  display: -ms-flexbox!important;
  display: flex!important;
  font-size: 17px;
  padding-top:15px;
  padding-bottom:15px;
}
@media (min-width:1921px){
  .lista-consorziati{
    font-size:20px;
    font-size: calc(17px + (20 - 17) * ((100vw - 1921px) / (2500 - 1921)));
  }
}
.lista-consorziati .container{
  /*padding:10vh 0;*/
  overflow:auto;
  max-height: 100%;
}
.lista-consorziati .container:after{
  content'';
  display:table;
  clear:both;
}
.lista-consorziati .elemento{
  color:#fff;
  width:33.333%;
  width:33%;
  display:inline-block;
  float: left;
  padding:4px 0;
  text-align: center;
}
.lista-consorziati .elemento span{
  position:relative;
  display:inline-block;
}
.lista-consorziati .elemento span:after{
  content:'';
  width:0;
  height:1px;
  background-color:#fff;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  bottom:-1px;
  position: absolute;
  left:0;
}
.lista-consorziati a:hover span:after{
  width:100%;
}
@media(max-width:2000px){
  .lista-consorziati .container{
    max-width:1250px;
  }
}
@media(max-width:1700px){
  .lista-consorziati .container{
    max-width:1050px;
  }
}
@media(max-width:1290px){
  .lista-consorziati .container{
    max-width:768px;
  }
  .lista-consorziati .elemento{
    width:49%;
  }
}
@media(max-width:1080px){
  .lista-consorziati .container{
    max-width:560px;
  }
}
@media(max-width:767px){
  .lista-consorziati .elemento{
    width:100%;
    float: none;
  }
  .lista-consorziati {
    text-align: center;
    max-height: 100%;
    /*overflow-y: auto;*/
    display:block;
    padding:0 40px;
  }
  .lista-consorziati .container{
    /*padding:0 40px;*/
  }
}
.lista-consorziati .divider{
  content:'';
  position: absolute;
  /*left:34%;*/
  top: 0;
  height:100%;
  width:1px;
  background:#676767;
  /*opacity: 0.3;*/
}
.divider1{
  left:34%;
}
.divider2{
  left:66%;
}
@media (max-width:1290px){
  .divider1{
    left:50%;
  }
  .divider2{
    display: none;;
  }
}
@media (max-width:767px){
  .divider1, .divider2{
    display: none;;
  }
}
/*.lista-consorziati .container:after{
  content:'';
  position: absolute;
  top:0;
  left:66%;
  height:100%;
  width:1px;
  background:#fff;
  opacity: 0.3;
}*/

.lista-consorziati .container .os-scrollbar-track, .slider-consorziati .slide .container .os-scrollbar-track{
  width:1px;
  background-color: rgba(255,255,255,0.5);
}
.lista-consorziati .container .os-scrollbar-handle, .slider-consorziati .slide .container .os-scrollbar-handle{
  width: 3px;
  left: -1px;
  background:rgba(255,255,255,0.8)!important;
}


/*magic line*/
#magic-line {
  position: absolute;
  top: -2px;
  left: 0;
  width: 125px;
  height: 2px;
  background: #fff;
  transition: all 0.3s;
}
.slider-nav-list{
  position: relative;
  width:auto;
  padding: 0;
}
.slider-nav-list li{
  list-style:none;
}
.slider-nav-list-item{
  padding:0;
}
.slider-nav-list-item a{
  padding:0 10px;
}
@media (min-width: 992px){
  .slider-nav-list-item a{
      padding:0 20px;
  }
}
@media (min-width: 1280px){
  .slider-nav-list-item a{
      padding:0 25px;
  }
}
@media (min-width: 768px){
  .slider-nav-list-item {
      float: left;
  }
}
.slider-nav-list-item a:before{
  content:none;
}

/*body { 
   opacity: 0;
   transition: opacity .5s;
}*/

.animsition-loading{
  /*transform:none;
  
  animation:none;
  width:100%;
  height:100%;
  background-image:url('../img/logo.svg');
  background-repeat: no-repeat;
  background-position:center center;
  border-radius:0;
  opacity: 1;
  display:block;
  top:0;
  left:0;*/
  margin-top:70px;
  background-color: transparent;
}
.loading{
  /*background-image:url('../img/logo.svg');
  background-repeat: no-repeat;
  background-position:center center;*/
  position: fixed;
  width:100vw;
  height:100vh;
  z-index:0;
}
.loading:before{
  content:'';
  -webkit-animation-iteration-count:infinite;
          animation-iteration-count:infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-name: pulsate_color;
          animation-name: pulsate_color;
  /*background-image:url('../img/logo.svg');*/
  background-image:url('../img/bolgheri-tondo.svg');
  background-repeat: no-repeat;
  background-position:center center;
  background-size:contain;
  width: 200px;
  position:absolute;
  left:49.5%;
  margin-left:-100px;
      height: 200px;
    top: 50%;
    margin-top: -150px;
}
.animsition{
  background-color:#0c170d;
  background-color: #07363c;
}

/*.transition-fade {
  transition: 0.4s;
  opacity: 1;
}

html.is-animating .transition-fade {
  opacity: 0;
}*/




/*MAPPA*/
.page-template-page-mappa .section-mappa{
  padding-top:0;
}
.page-template-page-mappa .section-mappa #map{
  height:100vh;
  height: 80vh;
}
.section-mappa + .section-mappa-elenco{
  padding-top:4%;
}
#map .gm-style .gm-style-iw-c{
  padding: 0;
  color:#000;
}
#map .gm-style .gm-style-iw-d{
      overflow: visible!important;
}
#map .consorziato-footer{
  background-color: #0d170e;
  padding:12px;
  text-align:right;
}
#map .consorziato-footer a{
  float: left;
  font-family: 'Playfair Display', serif;
  font-family: 'Cormorant', serif;
  color:#fff;
  font-size:20px;
  display:inline-block;
  vertical-align: middle;
  padding:8px 0;
}
#map .consorziato-footer a .icon{
  border: 1px solid #fff;
  border-radius: 100%;
  font-size:8px;
  width:24px;
  height:24px;
  line-height:24px;
  text-align: center;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
}
#map .consorziato-body{
  padding:15px;
  min-width:400px;
  text-align:  center;
}
#map .consorziato-body h4 a, #map .consorziato-body a{
  color:#000;
}
#map .consorziato-body .logo img{
  max-width:150px;
}
#map .calcola-percorso{
  font-family: 'Playfair Display', serif;
  font-family: 'Cormorant', serif;
  color:#fff;
  font-size:20px;
  padding-left:30px;
  background-image:url(../img/pin.png);
  background-position:left center;
  background-repeat: no-repeat;
}
#map .logo-bianco{
  display:none;
}

.section-mappa .gmaps{
  height:70vh;
}

.wrap-elenco-consorziati{
  margin-top:100px;
}

#elenco-consorziati{
  list-style:none;
  padding:0;
  margin:0;
}
#elenco-consorziati .consorziato{
  position: relative;
}
#elenco-consorziati .consorziato:after{
  content:'';
  width:300px;
  height: 1px;
  background-color:#fff;
  position: absolute;
  bottom:-40px;
  left:50%;
  margin-left:-150px;
}
#elenco-consorziati .logo-mappa{
  display:none;
}
#elenco-consorziati .logo-bianco{
  margin:10px 0;
}
#elenco-consorziati li{
  text-align: center;
  margin-bottom:50px;
  padding-top:40px;
}
#elenco-consorziati li h4, #elenco-consorziati li .titolo4{
  font-size:30px;
  margin-bottom:30px;
}
#elenco-consorziati li .consorziato-footer{
  margin-top:30px;
}
#elenco-consorziati li .consorziato-footer a{
  display:inline-block;
  width:100%;
  font-family: 'Playfair Display', serif;
  font-family: 'Cormorant', serif;
  color:#fff;
  font-size:20px;
  margin-bottom:15px;
}
#elenco-consorziati li .consorziato-footer a .icon{
  border: 1px solid #fff;
  border-radius: 100%;
  font-size:8px;
  width:24px;
  height:24px;
  line-height:24px;
  text-align: center;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
}
#elenco-consorziati li .consorziato-footer .calcola-percorso{
  font-family: 'Playfair Display', serif;
  font-family: 'Cormorant', serif;
  color:#fff;
  font-size:20px;
  padding-left:30px;
  background-image:url(../img/pin.png);
  background-position:left center;
  background-repeat: no-repeat;
}
.modal{
  color:#111111;
}
@media (min-width: 768px){
  .wrap-elenco-consorziati{
    padding:0 3vw;
  }
}
#sal-list{
  position:relative;
}
#sal-list .divider1{
  position: absolute;
  top: 0;
  height: 100%;
  width: 1px;
  background: #676767;
}
#sal-list .divider2{
  position: absolute;
  top: 0;
  height: 100%;
  width: 1px;
  background: #676767;
}
@media (min-width:1200px){
  .divider1 {
    /*left: 34%;*/
  }
  .divider2 {
    /*left: 66%;*/
    /*display:block;*/
  }
}
@media (max-width: 1199px){
  .divider2 {
      display: none;
  }
  .divider1 {
    left: 50%;
  }
}

/*annate*/
.annata{
  padding:10px;
  border-bottom:1px solid #fff;
}
.annata .icon-piu{
  float: right;
  font-size: 13px;
  display: inline-block;
  width: 14px;
  height: 38px;
  line-height: 38px;
  padding-top:5px;
}
.annata-contenuto{
  padding-top:10px;
  padding-bottom:10px;
}

.elenco-vini{
    padding: 30px 40px;
    /*padding-left: 60px;*/
    border: 1px solid #fff;
    background-image: url(../img/bg-denominazione.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.wp-block-columns p{
    font-size:16px;
    font-weight:300;
    line-height:28px;
    line-height:30px;
  }

/*@media (min-width:1080px){
  .testo2{
    font-size:17px;
    line-height:37px;
  }
}*/
@media (min-width:1921px){
  .wp-block-columns p{
    font-size:17px;
    line-height:37px;
  }
}




/*404*/
.section-404{
  padding:18% 0px 12%;
}
@media (min-width:1200px){
  .section-404{
    padding:12% 0px;
  }
}


button, .bottone-bolgheri{
  background: #fff;
  border: none;
  padding: 5px 20px;
  font-size: 22px;
  -webkit-transition: all 300ms ease-in-out;
-moz-transition: all 300ms ease-in-out;
-ms-transition: all 300ms ease-in-out;
-o-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
color:#07363c;
}
button:hover, .bottone-bolgheri:hover{
  opacity:0.8;
  color:#07363c;
}
input, .form-control{
  border-radius: 0;
  border: 1px solid #fff;
  background: transparent;
  padding: 20px;
  display: block;
  height: 60px;
}
input:focus, .form-control:focus{
  border-radius: 0;
  border: 1px solid #fff;
  background: transparent;
  padding: 20px;
  display: block;
  height: 60px;
}
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #fff;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #fff;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #fff;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #fff;
}
::-ms-input-placeholder { /* Microsoft Edge */
  color:    #fff;
}

::placeholder { /* Most modern browsers support this now. */
  color:    #fff;
}

.link-elenco-consorziati{
  position: absolute;
  top: 115px;
  left: 20px;
  text-align: center;
}
.link-elenco-consorziati a{
  padding:0;
  width:60px;
}
@media (max-width:767px){
  .link-elenco-consorziati{
    display:none;
  }
}
.slider-organigramma .gallery-nav{
  height:140px;
  margin-top:10px;
}
.slider-organigramma .gallery-nav div{
  height:100%;
}
.slider-organigramma .gallery-nav div img{
  max-height:100%;
  margin:0 auto;
}
.section#organigramma{
  /*padding:0;*/
}

@media (max-width:768px){
  .wp-block-columns{
    display: block;
  }
  .wp-block-column:nth-child(2n){
    margin:0;
  }
}


#modal-calcola-percorso input[type="radio"]{
  height:auto;
}
#modal-calcola-percorso input[type="text"]{
  border:1px solid #212529;
}
.btn-default{
  background-color: #07363c;
  color: #fff;
  border-radius: 0;
}
.btn-default:hover{
  background-color: #111111;
  color: #fff;
  border-radius: 0;
}
.input-group-btn .btn-default{
  height:100%;
}

.titolo-custom{
  margin-top:10vh;
  margin-bottom:3vh;
  font-size: calc(20px + (40 - 20) * ((100vw - 300px) / (1920 - 300)));
  font-family: 'Playfair Display', serif;
  font-family: 'Cormorant', serif;
}
.single-consorziato .titolo-custom + .section-mappa{
  padding-top:0;
  margin-top:5vh;
}
@media (min-width:768px){
  .single-consorziato .section-mappa{
    padding-left:103px;
  }
}

.bottone-home-404{
  text-transform:uppercase;
  padding: 10px 25px;
  font-size: 20px;
}
#cookie-notice .button.bootstrap#cn-accept-cookie{
  background-color:#07363c;
  background-image:none;
  box-shadow: none;
  border-radius: 0;
}



/*Form prenotazioni*/
#prenotazioni{
  text-align: center;
  background:url('../img/bg-form-bolgheri.jpg');
  background-position:center center;
  background-size:cover;
}
#prenotazioni .sec-title{
  margin-bottom:90px;
  margin-bottom:45px;
}
#prenotazioni .form-group input, #prenotazioni .form-group .ui-selectmenu-button.ui-button, #prenotazioni textarea {
  width: 100%;
  font-size: 14px;
  font-style: normal;
  height: 50px;
  padding: 10px 20px;
  line-height: 30px;
  color: #fff;
  border-radius: 0px;
  border: 1px solid #68464c;
  border-color: rgba(255,255,255,0.2);
  background-color: transparent;
}
.sec-title .title{
  font-size:13px;
  text-transform:uppercase;
  letter-spacing:2px;
  color:#fff;
  font-weight:300;
}
.reserve-form{
  text-align:center;
  position: relative;
    max-width: 750px;
    margin: 0 auto;
}
.reserve-form .form-group {
    position: relative;
    margin-bottom: 30px;
    padding-left: 40px;
}
.reserve-form .form-group label{
  color:#fff;
  position: absolute;
  left: 0px;
  top: 12px;
  top: 0;
  /*color: #232323;*/
  font-size: 25px;
  line-height: 50px;
}
.reserve-form .form-group label.ion-ios-wineglass{
  font-size:33px;
  left: 5px;
}
.reserve-form .form-group select {
    display: block;
    width: 100%;
    height: 44px;
    font-size: 14px;
    color: #848484;
    color:#fff;
    line-height: 22px;
    padding: 10px 15px;
    font-weight: 400;
    background-color: #ffffff;
    border: 1px solid #e2e2e2;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.reserve-form .form-group select, .reserve-form .form-group input{
  background-color:transparent;
  border-color:rgba(255,255,255,0.2);
  color:#d1c6c8;
  color:#fff;
  height:48px;
}
.reserve-form .form-group select option{
  color:#000;
}
.reserve-form input[type=checkbox], .reserve-form input[type=radio]{
  display: inline-block;
  height: auto;
}
.reserve-form input[type="date"]::-webkit-inner-spin-button,
.reserve-form input[type="date"]::-webkit-calendar-picker-indicator {
    /*display: none;
    -webkit-appearance: none;*/
    filter: invert(1);
}

.btn-style-one{
  color:#fff;
  border-radius:0;
  margin:0 auto;
}
.btn-style-one:hover{
  background:#fff;
  color:#000;
}
.wp-block-button__link{
  position: relative;
    padding: 12px 51px;
    line-height: 24px;
    color: #ffffff;
    text-align: center;
    font-size: 15px;
    font-weight: 800;
    background: rgba(0,0,0,0.4);
    letter-spacing: 1px;
    border-radius: 5px;
    border: 2px solid #8b755a;
    text-transform: uppercase;
    border:none;
    margin-top:60px;
    margin-bottom:20px;
}
.wp-block-button__link:hover{
  background-color:rgba(0,0,0,1);
  color:#fff;
}
.bordeaux .wp-block-button__link, .verde .wp-block-button__link{
  color:#fff;
}
.reserve-form .column button, button, .wp-block-button__link{
  font-family: 'Lato', sans-serif;
    font-weight: bold;
    font-size: 14px;
    color:#fff;
    letter-spacing:2px;
}
.reserve-form textarea{
  height:250px;
}
div.wpcf7 .ajax-loader{
  display: block;
  margin:5px auto;
}
.reservation-section{
  padding-bottom:60px;
}

.spacer{
  margin-bottom:50px;
}

/*input[type="date"]:before {
  content: attr(placeholder) !important;
  color: #aaa;
  margin-right: 0.5em;
}
input[type="date"]:focus:before,
input[type="date"]:valid:before {
  content: none!important;
  content:'';
}*/

input[type="date"] {
  position: relative;
}

.date-item{
  position:relative;
  display:block;
  height: 50px;
}
.date-item:before
/*input[type="date"]:before,
input[type="date"]::before,
input.date:before */{
  content:'';
  content: attr(placeholder);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #08272a;
  pointer-events: none;
  line-height: 1.5;
  padding: 0 0.5rem;
  font-size: 14px;
  color: #fff;
  padding: 10px 20px;
  line-height: 30px;
  font-weight: 400;
  z-index: 5;
  border: 1px solid rgba(255, 255, 255, 0.2);
  text-align:left;
}

.date-item:focus:before,
.date-item.focus:before
/*input[type="date"]:focus:before,
input[type="date"]:not([value=""]):before,
input[type="date"].val:before*/
{
  display: none;
}
.wpcf7 textarea{
  min-height:170px;
}

input[type="date"].val{
  display: block;
}
@media (max-width:767px){
  .desktop{
    display:none;
  }
  .mobile .wp-block-image.size-full.is-resized{
    text-align: center;
    display:block;
  }
  .mobile .wp-block-image.size-full.is-resized img{
    height: 100px;
    width: auto;
  }
.mobile .wp-block-group__inner-container{
  grid-template-columns: 140px 140px;
  display: grid;
  place-content: center;
}
}
@media (min-width:500px){
  .mobile .wp-block-image.size-full.is-resized img{
    height: 175px;
    width: auto;
  }
.mobile .wp-block-group__inner-container{
  grid-template-columns: 230px 230px;
  display: grid;
  place-content: center;
}
}
@media (min-width:768px){
.mobile{
  display:none;
}
}


.os-content:after{
  clear:both;
}
@media(min-width:1291px){
  #consorziati .elemento-62, #consorziati .elemento-64{
    clear: left;
  }
}
@media(min-width:768px) and (max-width:1290px){
  #consorziati .elemento-64, #consorziati .elemento-65{
    clear: left;
  }
}
#consorziati .elemento-66{
  float:none;
  float: revert;
}


/*.video-home-apertura{
    height: 100vh;
    overflow: hidden;
    position: relative;
}*/
.blocco-video{
    height: 90vh;
    overflow: hidden;
    position: relative;
}
.hero-wrapper .wrapper-video, .blocco-video .wrapper-video{
    width: 100%;
    height: 100%;
    position: absolute;
}
.wrapper-video + .hero-text{
  position: relative;
  z-index: 1;
/*  pointer-events: none;*/
}
.video{
    width: 100%;
    height: 100%;
    position: relative;
    font-family: var(--secondary-font-family);
    background-color: #000;
}
.video-full{
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-fit:contain;
    position: absolute;
}
.video .copertina{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    -webkit-transition: all 600ms ease-in-out;
    -moz-transition: all 600ms ease-in-out;
    -ms-transition: all 600ms ease-in-out;
    -o-transition: all 600ms ease-in-out;
    transition: all 600ms ease-in-out;
}
.video .copertina.hiding{
  opacity: 0;
}
.video .copertina.hidden{
    display: none;
}
.video-full.hidden{
    display: none;
}
.video .copertina img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.play-video{
    position:absolute;
    bottom:50px;
    bottom:40px;
    right: 50px;
    z-index: 500;
    cursor:pointer;
/*    background: #f00;*/
    width: 60px;
    height: 60px;
    border:1px solid #fff;
    border-radius: 30px;
    background: rgba(26, 55, 62, 0.75);
}
.play-video svg.play{
    fill:#fff;
    height: 23px;
    position: absolute;
    top: 17px;
    left: 22px;
}
.play-video svg.pausa{
    fill:#fff;
    height: 23px;
    position: absolute;
    top: 17px;
    left: 20px;
}
.play-video svg.pausa{
    display: none;
}
.play-video.playing svg.pausa{
    display: inline-block;
}
.blocco-video .play-video{
    position: absolute;
    top:0;
    left: 0;
    right: auto;
    bottom: auto;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
}
.blocco-video .play-circle{
    width: 70px;
    height: 70px;
    border: 2px solid #fff;
    border-radius: 50%;
    position: relative;
}

.play-video.playing svg.play{
    display: none;
}
.central-play.playing, .no-autoplay .central-play.playing{
    display: none;
}
.blocco-video .play-video.playing{
    opacity: 0;
}
.blocco-video .titolo-video{
    font-size: 26px;
    text-transform: uppercase;
    font-family: var(--secondary-font-family);
    letter-spacing: 3px;
    margin-bottom:30px;
}
.audio{
    position:absolute;
    bottom: 57px;
    right: 125px;
    z-index: 500;
    cursor:pointer;
/*    background: #0f0;*/
    width: 70px;
    height: 27px;
    color:#fff;
    line-height: 27px;
    font-size: 14px;
    letter-spacing: 2px;
    display: none;
}
.audio.hidden{
    display: none;
}
.autoplay .audio,
.audio.visible{
  display: inline-block;
}
.audio svg.audio-on, .audio svg.audio-off{
    fill:#fff;
    height: 23px;
    width: 23px;
    margin-top: -3px;
    /*position: absolute;
    top: 22px;
    left: 27px;*/
}
.audio .off{
    display: none;
}
.audio .on{
    float: left;
}
.audio.muted .on{
    display: none;
}
.audio.muted .off{
    display: inline-block;
    float: left;
}
.barre-volume {
    position: relative;
    width: 30px !important;
    height: 20px !important;
    float: left;
    margin-left: 10px;
}
.barre-volume .bar {
    display: inline-block;
    width: 1px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    animation: sound 0ms -800ms linear infinite alternate;
}
.barre-volume .bar:nth-child(1) {
    left: 0px;
    animation-duration: 574ms;
}
.barre-volume .bar:nth-child(2) {
    left: 7px;
    animation-duration: 533ms;
    animation-delay: 200ms;
}
.barre-volume .bar:nth-child(3) {
    left: 14px;
    animation-duration: 507ms;
    animation-delay: 500ms;
}
@keyframes sound {
    0% {
       /*opacity: .35;*/
        height: 1px; 
    }
    100% {
        /*opacity: 1;       */
        height: 20px;        
    }
}
.muted .barre-volume {
    display: none;
}
.wrapper-video .logo-overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    flex-direction: column;
}
.central-play{
  position:absolute;
  z-index: 500;
  cursor:pointer;
/*    background: #f00;*/
  border:1px solid #fff;
  border-radius: 30px;
  background: rgba(26, 55, 62, 0.75);
  width: 70px;
  height: 70px;
  bottom: 50%;
  right: 50%;
  margin-bottom:-35px;
  margin-right: -35px;
  border-radius: 35px;
  -webkit-animation: pulsate-fwd 4s ease-in-out infinite both;
  animation: pulsate-fwd 4s ease-in-out infinite both;
}
.central-play svg.play {
    fill:#fff;
    height: 23px;
    position: absolute;
    top: 22px;
    left: 27px;
}
/*.no-autoplay .play-video*/
.video-controls .play-video
{
  display: none;
}
.no-autoplay .central-play{
  display: inline-block;
}
.no-controls .central-play.played{
  display: none;
}
.no-controls .side-play{
  display: none;
}
.no-controls .side-play.played{
  display: inline-block;
}
.video .hero-text{
  position: relative;
  z-index: 1;
}
.video .hero-text.hiding, .video .scroll-down.hiding{
  opacity: 0;
}
.video .hero-text.hidden, .video .scroll-down.hidden, .video.autoplay .hero-text{
    display: none!important;
}
.video.video-controls{
  z-index: 16;
}
.btn-bolgheri{
  color: #fff!important;
  background-color: #07363c!important;
  border-color: #fff!important;
  transition: all 300ms ease-in-out;
}
.btn-bolgheri:hover, .btn-bolgheri:focus{
  background-color: #a2aeb1!important;
  color: #07363c !important;
  border-color: #a2aeb1!important;
  opacity: 1;
}