#slides {
  position: absolute;
  top: 0px;
  z-index:10;
  padding-bottom:10px;
}

#page_slides {
  position: absolute;
  top: 0px;
  z-index: 25;
  height: 200px
  
}
#page_slides_short {
  position: absolute;
  top: 0px;
  z-index: 25;
  height: 150px
  
}
.overslides {
    height: 100vh;
    width: 100%;
    background: rgba(74,24,26,.3);
    position: absolute;
    top:0;
    z-index: 1000
  
}
.content-slide {
    width: 100%;
    position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1001;
}
.content-slide p {
    width: 95%;
    padding-right: 5%;
    text-align: right;
    float: left;
    font-size: 5em;
    color: #fff;
    font-family: 'Unna', sans-serif;
    font-style: italic;
}
.content-slide p span {
    font-family: 'Raleway';
    width: 100%;
    font-size: .4em;
    font-style: normal;
    float: left;
    color: #fff;
}

@media only screen and (max-width: 959px) {
   .content-slide p {
    width: 100%;
    text-align: center;
    float: left;
    font-size: 2.4em;
    color: #fff;
}
  }
  
  .foto-scroller-down{
   position: absolute;
   bottom: 0px;
   z-index: 1002;
   right: 0;
   width: 60%;
}
@media only screen and (max-width: 959px) {
     .foto-scroller-down{
   left: 0;
   width: 30%;
}
  }
.foto-scroller-down img{
   width: 160px !important;
   height: auto !important;
   bottom: 0 !important;
   position: inherit !important;
}
@media only screen and (max-width: 959px) {
     .foto-scroller-down img{
   width: 100%;
}
  }

.striscia-foto{
   position: absolute; 
   bottom: 0; 
   z-index: 9; 
   left: 0; 
   width: calc(60% - 60px); 
   height: 60px; 
   background: #fff;
   z-index: 1001;
   border-top-right-radius: 20px;
}
@media only screen and (max-width: 959px) {
   .striscia-foto{
   width: 100%;
   padding-bottom: 10px;
}
  }
.striscia-foto p{
   font-family: 'Unna';
   margin-left: 120px;
   padding-top: 10px;
   font-size: 1.6em;
   color: #b00e14;
}

@media only screen and (max-width: 959px) {
  .striscia-foto p{
   margin-left: 0px;
text-align: right;
width: 50%;
float: right;
font-size: 1.1em;
margin-right: 10px;
}
  }

#slides .slides-container {
  display: none;
   
}
#slides .scrollable {
  *zoom: 1;
  position: relative;
  top: 0;
  left: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  height: 100%;
 

  
}
#slides .scrollable:after {
  content: "";
  display: table;
  clear: both;
}

.slides-navigation {
  margin: 0 auto;
  position: absolute;
  z-index: 3;
  top: 46%;
  width: 100%;
}
.slides-navigation a {
  position: absolute;
  display: block;
}
.slides-navigation a.prev {
  right: 50px;
}
.slides-navigation a.next {
  right: 10px;
}

.slides-pagination {
  position: absolute;
  z-index: 10;
  text-align: center;
  right: 0%;
  width: 30%;
  bottom:80px;
  background: none;
}
.slides-pagination a {
  width: 20px;
  height: 20px;
  background: #fff;
    border: 1px solid #fff;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  margin: 12px;
  overflow: hidden;
  text-indent: -100%;
color: transparent;
  
}
.slides-pagination a.current {
  background: none;
    content: "";
}

.testo-scroller-top {
  position: absolute;
  z-index: 3;
  width: 70%;
  top:120px;
  left: 30%;
  
}

.testo-scroller-top p {
  color:#666;
  font-size: 28px;
  font-family: 'Lora';
  text-align: right;
  text-transform: uppercase;
  font-weight: bold;
  padding-right: 5%;
  
}

.testo-scroller {
  position: absolute;
  z-index: 3;
  text-align: center;
  width: 100%;
  right: 0;
  bottom:130px;
  width: 100%
  
}
.testo-scroller p.testo {
 font-size: 36px;
 font-weight: bold;
 font-family: 'Lora';
 color: #3c5c8c;
 margin: 0 auto;
 padding-top: 10px;
 padding-bottom: 10px;
 text-shadow: 2px 2px #fff;
 padding-left: 30px;
 padding-right: 30px;
 float: none;
 width: 60%;
 background: rgba(253, 252,228,0.6);
 border: 4px solid #fff;
 
}
p.scopri {
    background: rgba(255, 255,255,0.9);
    padding: 15px;
    float: left;
    font-size: 12px;
    float: right;
    color: #000;
    width:100px;
    height: 50px;
    line-height: 25px;
    font-family: "Raleway";
    font-weight: bold;
    clear: both;
    float: right;
    position: absolute;
    right:0;
    bottom: 0;
    text-transform: uppercase;
}
