*, *:before, *:after { box-sizing: border-box; }

html { font-size: 18px; }

body {
  font-family: "Futura", serif;
  font-size: 1.2em;
  line-height: 1.6;
  background: #000;
  overflow-x: hidden;
  color:white;
}
/* body {
  font-family: "Futura", serif;
  font-size: 1.2em;
  line-height: 1.6;
  background: #FFF;
  overflow-x: hidden;
  color:#000;
} */
label .menu {
  position: absolute;
  right: -100px;
  top: -100px;
  z-index: 100;
  width: 200px;
  height: 200px;
  background: #000;
  color:#fff;
  border:1px solid #444;
  border-radius: 50% 50% 50% 50%;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  /* box-shadow: 0 0 0 0 #FFF, 0 0 0 0 #FFF; */
  box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.5);
  cursor: pointer;
}

label .hamburger {
  position: absolute;
  top: 135px;
  left: 50px;
  width: 30px;
  height: 2px;
  background: #fff;
  display: block;
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}

label .hamburger:after, label .hamburger:before {
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
}

label .hamburger:before { top: -10px; }

label .hamburger:after { bottom: -10px; }

label input { display: none; }

label input:checked + .menu {
  box-shadow: 0 0 0 100vw #000, 0 0 0 100vh #000;
  border-radius: 0;
}

label input:checked + .menu .hamburger {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

label input:checked + .menu .hamburger:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  bottom: 0;
}

label input:checked + .menu .hamburger:before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  top: 0;
}

label input:checked + .menu + ul { opacity: 1; }

h1 {
  position: absolute;
  top: 10%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 80%;
  text-align: center;
  z-index:100;
  font-size:4vw;
  text-shadow:2px 2px black;
  font-family:Futura;
}
.cento {
    /* Image Location */
    /* Background image is centered vertically and horizontally at all times */
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-color: #464646;
    /* Font Colour */
    color:white;
    height:100%;
}
@media only screen and (max-width: 1024px) {
  .fissatoBottom{
   /* position:absolute;  */
    border-radius:5px; 
    z-index:22222; 
    background:#000; 
    padding:5px; 
    bottom:20px; 
    right:120px;  
    font-size:12px;
    display:none;
    /* transform: translate3d(0,0,0); */
  }
  .fissatoBottom2{
   text-align:right;
     border-radius:5px; 
     z-index:22222; 
     background:#000; 
     padding:5px; 
     bottom:20px; 
     margin-right:20px;  
     margin-bottom:50px;
     font-size:12px;
     display:block;

   }
  body {
    font-family: "Futura", serif;
    font-size: 1.2em;
    line-height: 1.6;
    background: #000;
    overflow-y: auto;
    color:white;
    /* position:relative; */
  }
  .corpoSpoken{
    overflow-y:auto;
    background:#000;
  }
  .colonnaCaselle{
    background:black;
    display:block;
    /* width:calc(100% - 30px); */
    margin-top:10px;
    padding:10px;
    border-bottom:2px solid #333;
    overflow-y:auto;
  }
  .colonnaPoster{
    background:black;
    display:block;
    /* width:calc(100% - 30px); */
    margin-top:10px;
    padding:10px;
    border-bottom:2px solid #333;
    overflow-y:auto;
  }
  .colonnaSponsor{
    background:black;
    display:block;
    /* width:calc(100% - 30px); */
    margin-top:10px;
    padding:10px;
    border-bottom:2px solid #333;
    overflow-y:auto;
  }
  .boxCasella{
    display:block;
    font-size:20px;
    line-height:20px;
    padding:5px;
  }
    .iconaSocial{
      font-size:34px;
      margin-right:10px;
      display:inline-block;
    }
  .casellaH{
    padding: 7px;
    width: 100%;
    font-family: Futura;
    color:#000;
    background:#fff;
    font-size: 15px;
    border: 1px solid #111;
    border-bottom-width:2px ;
    border-bottom-color:orange ;
    border-bottom-style:solid ;
    }
  label ul {
    z-index: 200;
    position: absolute;
    top: 50%;
    left: 45%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    -webkit-transition: .25s 0s ease-in-out;
    transition: .25s 0s ease-in-out;
  list-style-type: none;
  }
  
  label a {
    margin-bottom: 0.2em;
    display: block;
    color: #fff;
    text-decoration: none;
    font-size:9vw;
    line-height:11vw;
  }
  label a:hover {
    color: orange;
    text-decoration: none;
  }
  .boxLogo{
    width:100%; 
    padding:10px;
    text-align:center;
    padding-bottom:0px;
    margin-bottom:0px;
  }
  .imageLogo{
    width:100px; 
  }
  .titoloBox{
    position:absolute; 
    float:left; 
    width:49px; 
    height:50px; 
    margin-left:20px; 
    margin-top:11px;
    display:none;
  }
  .titoloTop{
    font-size:20px; 
    text-align:left;
    display:block;
    padding-left:20px;
  }
  .boxPagina{
    margin-top:90px;
    position:absolute;
  }
  .bioimage{
  /* width:80%;  */
  min-height: 60vh;
 margin-left:10%;
 margin-right:10%;
}
.fotobio{
  min-height:60vh;
  overflow-y: hidden;
}
.biotesto{
  width:80%; 
 margin-left:10%;
 margin-right:10%;
}
.corpoH{
  position:absolute; 
  width:100%; 
  z-index:99; 
  font-size:1em; 
  font-weight:bolder;
  text-align:left; 
  font-family: Futura;
  background:rgba(0,0,0,0.5);
  color:#fff;
  top:0px;
  }
  .bloccoAccessoSN{
    background:#222; 
    width:100%; 
    text-align:left;
  }
  .bloccoAccessoDX{
    background:#222; 
    width:100%; 
    text-align:left;
  }
} 
@media only screen and (min-width: 1024px) {
  .bloccoAccessoSN{
    background:#222; 
    width:40%; 
    margin:5%; 
    float:left; 
    text-align:left;
  } 
  .bloccoAccessoDX{
    background:#222; 
    width:40%; 
    margin:5%; 
    float:left; 
    text-align:left;
  } 
  .fissatoBottom{
    position:absolute; 
    border-radius:5px; 
    z-index:22222; 
    background:#000; 
    padding:5px; 
    bottom:20px; 
    right:20px;  
    font-size:12px;
  }
  .fissatoBottom2{
      display:none;
 
    }
  .colonnaCaselle{
    width:30%;
    background:black;
    display:inline-block;
    margin:10px;
    padding-left:10px;
    vertical-align:top;
    border-left:1px solid #333;
    min-height:50vh;
  }
  .colonnaPoster{
    width:40%;
    background:black;
    display:inline-block;
    margin:10px;
    padding-left:10px;
    vertical-align:top;
    border-left:1px solid #333;
    min-height:50vh;
  }
  .colonnaSponsor{
    width:10%;
    background:black;
    display:inline-block;
    margin:10px;
    padding-left:10px;
    vertical-align:top;
    border-left:1px solid #333;
    min-height:50vh;
  }
  .boxCasella{
    display:block;
    font-size:20px;
    line-height:22px;
    padding:5px;
  }
    .iconaSocial{
      font-size:34px;
      margin-right:10px;
      display:inline-block;
    }
  .casellaH{
    padding: 7px;
    width: 100%;
    font-family: Futura;
    color:#000;
    background:#fff;
    font-size: 15px;
    border: 1px solid #111;
    border-bottom-width:2px ;
    border-bottom-color:orange ;
    border-bottom-style:solid ;
    }
  label ul {
     z-index: 100; 
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    -webkit-transition: .25s 0s ease-in-out;
    transition: .25s 0s ease-in-out;
  list-style-type: none;
  }
  
  label a {
    margin-bottom: 0.2em;
    display: block;
    color: #fff;
    text-decoration: none;
    font-size:3vw;
    line-height:3.5vw;
    z-index:100;
  }
  label a:hover {
    color: orange;
    text-decoration: none;
  }
  .boxLogo{
    width:100%; 
    padding:10px;
    text-align:center;
    padding-bottom:0px;
    margin-bottom:0px;
  }
  .imageLogo{
    width:100px; 
  }
  .titoloBox{
    position:absolute; 
    float:left; 
    width:49px; 
    height:50px; 
    margin-left:20px; 
    margin-top:11px;
  }
  .titoloTop{
    font-size:2em; 
    display:inline-block;
  }
  .boxPagina{
    margin-top:100px;
    position:absolute;
  }
  .bioimage{
    width:30%; 
  float:left;
  }
  .fotobio{
    height:65vh;
    overflow-y: hidden;
  }
  .biotesto{
    width:70%; 
    float: right;
    position:relative;
    display: block;
  }
  #mySlideshow{
    display: block;
    position:absolute;
  }
  .corpoH{
    position:absolute; 
    width:100%; 
    z-index:99; 
    font-weight:bolder;
    text-align:center; 
    font-family: Futura;
    background:rgba(0,0,0,0.5);
    color:#fff;
    } 
} 