#content {
  padding-bottom: 0;
}

#primopiano-home {
  padding-left: 20px;
  overflow: hidden;
}

#primopiano-home ul {
  list-style: none;
  margin: 0 -20px 10px 0;
  width: 2000px;
}

.kssActive #primopiano-home ul {
  width: auto;
  margin-right: -50px;
}

.squares li {
  width: 220px;
  height: 220px;
  float: left;
  margin-right: 26px;
}

#masterclass-home {
  margin-right: -20px;
  margin-bottom: 50px;
}

#masterclass-home ul {
  margin-left: 0;
  margin-right: -20px;
}

#masterclass-home li {
  width: 225px;
  height: 320px;
  float: left;
  overflow: hidden;
  box-shadow: 0 0 3px #aaa;
  text-transform: uppercase;
    position: relative;
}

#masterclass-home li.text {
  background: url('/img/logo.gif') no-repeat center 260px;
  background-size: 200px;  
}

#masterclass-home li.text:hover {
  background-color: #EAF7EE;
}

#masterclass-home li a.edit {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background: #fff;
}

#masterclass-home li.text a.link {
  display: block;
  height: 100%;
  padding-top: 45px;
  box-sizing: border-box;
}

#masterclass-home li:first-child {
  margin-right: 20px;
}

#masterclass-home li a.link img {
  transition: transform .5s;
}

#masterclass-home li a.link img:hover {
  transform: scale(1.1);
}

#news li .picture {
  float: left;
  width: 160px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-right: 10px;
}

#news li .picture a {
  display: block;
  height: 100%;
}

#news .notizia-date {
  color: #808080;
  font-size: 13px;
}

#news .notizia-date:after {
  content: " – ";
}

#page #news h3 {
  clear: none;
}
#news.eventi {
  margin-right: -20px;
}
#news.eventi ul {
  padding: 10px;
  background: #EAF4F9;
}
#news.eventi li:last-child {
  border-bottom: none;
}

#news h2, #masterclass-home h2, #primopiano-home h2, #albo h2 {
  background: #efefef;
  background: linear-gradient(to bottom, #e2e2e2 0%, #fff 100%);
  padding: 10px;
  line-height: 1;
  font-size: 20px;
  margin-bottom: 10px;
}

#news.notizie h2 {
  margin-left: -20px;
  padding-left: 20px;
}

#page #news.notizie h3 {
  margin-right: 0;
}

#news.eventi h3 a {
  color: #0B196B;
}

#news.eventi .date {
  background: #0B196B;
}

#news .description {
  border-left: none;
  margin-left: 0;
  padding-left: 0;
}

#masterclass-home li .band {
  color: #fff; 
  background: #004212;
  padding: 10px;
  position: relative;
  margin-bottom: 30px;
}

#masterclass-home li .band:before, #masterclass-home li .band:after {
  content: "";
  border-style: solid;
  border-width: 10px 113px;
  width: 0;
  height: 0;
  display: block;
  position: absolute;
  left: 0;
}


#masterclass-home li .band:before {
  border-color: transparent #004212 #004212 transparent;
  top: -20px;
}

#masterclass-home li .band:after {
  border-color: #004212 transparent transparent #004212;
  bottom: -20px;
}

#masterclass-home li h3 {
  font-weight: bold;
  opacity: .8;
  font-size: 12px;
  margin: 0;
  border-bottom: none;
}

#masterclass-home li .author {
  font-size: 20px;
  margin-top: 10px;
}

#masterclass-home li .date {
  color: #004212;
  text-transform: uppercase;
  margin-left: 20px;
  background: none;
}

#masterclass-home li .date:before {
  content: ">> ";
}

#albo {
  margin-top: 30px;
}

#albo .elenco-atti {
  margin-left: 0;
  list-style: none;
  background: #EAF4F9;
  padding: 10px;
}

#albo .elenco-atti li:not(:last-child) {
  margin-bottom: 20px;
}

#albo .elenco-atti h3 {
  margin-top: 0;
}

#albo .elenco-atti h3 .annullato {
  text-decoration: line-through;
}

#albo .elenco-atti table {
  margin-bottom: 0;
}

#albo .description {
  margin-left: 0;
  padding-left: 0;
  border-left: 0;
  margin-bottom: 0;
}