@charset "utf-8";
* {
  box-sizing: border-box
}
/* Slideshow container */
.slideshow {
  position: relative;
  float: left;
  z-index: 0;
  margin-top: 0px;
  background-color: #f1f1f1;
  background-position: center;
}
/* Hide the images by default */
.slideshow, .slide {
  height: 100%;
  width: 100%;
  background-size: auto;
}
.slideshow {
  z-index: 0;
  top: -60px;
}
.slide {
  display: none;
  background-repeat: no-repeat;
  background-position: left top;
}
@media screen and (max-width:480px) {
  .slideshow, .slide {
    top: -60px;
  }
  #slideshow {
    background-size: cover;
  }
  .slide {
    background-size: cover;
   background-position: calc(50% - 80px) 50%;
  }
}
/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 40%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 30px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
}
/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}
.prev {
  left: 0;
}
@media screen and (max-width:480px) {
  #pager /*, .next, .prev */ {
    display: none;
  }
}
/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}
/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}
/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 20px;
  width: 20px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
  margin-top: 0;
  margin-right: 2px;
  margin-bottom: 0;
  margin-left: 2px;
}
#pager {
  position: absolute;
  bottom: 10px;
  z-index: 500;
  height: auto;
  width: 100%;
  text-align: center;
}
.active, .dot:hover {
  background-color: #f3f3f3;
}
/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 2.5s;
  animation-name: fade;
  animation-duration: 2.5s;
}
@-webkit-keyframes fade {
  from {
    opacity: .4
  }
  to {
    opacity: 1
  }
}
@keyframes fade {
  from {
    opacity: .4
  }
  to {
    opacity: 1
  }
}
@keyframes anim-1 {
  0%, 8.3% {
    margin-top: 100px;
    opacity: 0;
  }
  8.3%, 25% {
    margin-top: 0px;
    opacity: 1;
  }
}
.slide .testo {
  width: 800px;
  left: 0px;
  display: inline-block;
  position: relative;
  padding: 20px;
  text-align: center;
  animation-duration: 15s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-name: anim-1;
  background-repeat: no-repeat;
}
.slide .testo {
  top: 140px;
  color: #FCFCFC;
  text-align: left;
  float: right;
  font-size: 24px;
}
.slide .testo h3 {
  font-size: 75px;
}
.slide .photo {
  top: 20px;
  width: 750px;
  height: 450px;
  background-size: cover;
  border-top-width: 15px;
  border-right-width: 15px;
  border-bottom-width: 15px;
  border-left-width: 15px;
  border-top-color: #F3F3F3;
  border-right-color: #F3F3F3;
  border-bottom-color: #F3F3F3;
  border-left-color: #F3F3F3;
  box-shadow: 1px 1px 5px grey;
}
.slide .testo a {
  color: white;
}
@media screen and (max-width:480px) {
  .slide .testo {
    width: 70%;
    top: 100px;
    font-size: 20px;
    margin-left: 10%;
    line-height: normal;
  }
  .slide .testo h3 {
    font-size: 40px;
  }
}
.slidetitolo, .slidetitolo a {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left;
  width: 100%;
  height: auto;
  display: block;
  color: #FFFFFF;
  margin-bottom: 20px;
  font-weight: bold;
  line-height: auto;
}
.size1 {
  font-size: 14px;
}
.size2 {
  font-size: 24px;
}
.size3 {
  font-size: 30px;
}
.size4 {
  font-size: 50px;
}
.size5 {
  font-size: 60px;
}
.size6 {
  font-size: 70px;
}
@media screen and (max-width:480px) {
  .slide #testo #titolo, .slide #testo #titolo a {
    height: auto;
  }
  .slide #testo #titolo {
    font-size: 50px;
    line-height: normal;
  }
}
.slide #testo #data {
  width: 100%;
  height: auto;
  display: block;
  color: #FFFFFF;
  font-size: 80px;
  line-height: 80px;
  font-weight: 400;
}
@media screen and (max-width:480px) {
  .slide #testo #data {
    font-size: 40px;
    line-height: 40px;
  }
}
.slide #testo #info {
  width: 100%;
  height: auto;
  display: block;
  color: #FFFFFF;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: bold;
  font-size: 30px;
}
@media screen and (max-width:480px) {
  .slide #testo #info {
    font-size: 24px;
  }
}
.slide #testo h2 {
  padding-bottom: 10px;
  font-style: normal;
}
.slide #prenota {
  float: left;
}
#pager {
  position: absolute;
  bottom: 10px;
  z-index: 500;
  height: auto;
  width: 100%;
  text-align: center;
}