/* ----------------------------- Esprimo Typo3 ---------------------------- */

/* Data ultima modifica: 24 ottobre 2018 */


#main {
  width: 100%;
  padding: 0 0 60px;
  background: transparent;
}
#mainWrap {
  width: 100%;
}
#title, #top {
  display: none;
}

/************** box styles **************/
ul.box {
  margin: 0;
  padding: 0;
  overflow: hidden;
  list-style: none;
}
.box li {
  position: relative;
  float: left;
  width: 50%;
  min-height: 600px;
  margin: 0;
}
.box li.box01 {
  background: url("../images/background/box01.jpg") no-repeat center top / cover;
}
.box li.box02 {
  background: url("../images/background/box02.jpg") no-repeat center top / cover;
}
.box li.box03 {
  background: url("../images/background/box03.jpg") no-repeat center top / cover;
}
.box li.box04 {
  background: url("../images/background/box04.jpg") no-repeat center top / cover;
}
.box div {
  position: absolute;
  width: 100%;
  bottom: 0;
  box-sizing: border-box;
  padding: 40px 5%;
  background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, #000000 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,#000000 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,#000000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}
.box h2 {
  margin: 0 !important;
  font-size: 160% !important;
  color: #FFFFFF;
  text-align: center !important;
  font-weight:500;
}



@media only screen and (max-width: 768px) {

  #main {
    padding: 0;
  }

  ul.box {
    margin: 0 0 30px;
  }
  .box li {
    float: none;
    width: 100%;
    min-height: 300px;
  }

}

