body {
  font-family: Muli;
  overflow-x: hidden;
}

input[type='range'] { -webkit-appearance: slider-horizontal; }

#the-title {
  color: black;
  margin-bottom: 15px;
  font-size: 1.2rem;
}

#the-footer {
  color: #666666;
  margin-top: 30px;
  font-size: 0.9rem;
}

.blocco {
  /*padding: 0px !important;
  padding-left: 5px !important;
  border-left: solid 5px #ffcc00;
  margin-top: 10px;*/
}

.row { margin-bottom: 10px; }

#seek-bar { min-height: 37px; width: 90%; }
#timer, #seek-bar { color: black; border-color: #DDD; cursor: default; }
#video { z-index: -999; }
#testo { display: none; }

#text-approf {
  background-color:rgba(51,122,183,0.7);
  color: #fff;
  padding: 2em;
  position: absolute;
  right: 0;
  top: 0;
  width:50%;
  /*height: 50%;*/
  display: none;
}
#text-approf p { font-size:1.2em; }
#text-approf li { font-size:1.2em; }

.video {
  position: relative;
}

.testo {
  font-size: 1.1rem;
  min-height: 37px;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 10px;
  background-color: rgba(51,122,183,0.8);
  color:#fff;
}

.slides {
  margin-top: 0;
}

/*
@media only screen and (max-width: 768px) {
}
*/
