.full_box.boxed { position:relative; z-index: 9999; cursor:default; margin-bottom:0;}

.nivo-controlNav{display:none;}
.nivo-directionNav{display:none;}
.nivo-slice { display:none; }
.slide_primo_piano h2 { color:#fff; }
.slide_primo_piano:hover h2 { color:#0eb2b8; }

body.custom-background {
  background-color: #ffffff;
  background-position: center top;
  background-size: auto;
  background-repeat: no-repeat;
  background-attachment: fixed;
}


@media only screen and (max-width: 1366px) {
    body.custom-background {
      background-color: #ffffff;
      /*background-image: url('https://www.vistanet.it/wp-content/uploads/2017/06/skinsky_ipad.png');*/
      background-position: center top;
      background-size: auto;
      background-repeat: no-repeat;
      background-attachment: fixed;
    }
}

@media only screen and (max-width: 500px) {
    body.custom-background {
        background-color: #ffffff;
        background-image: none !important;
        padding-top:0px !important;
        margin-top: -54px;
    }
}

#box-adblock{
  width:75%;
  height:auto;
  background-color:#ffffff;
  z-index: 99999;
  position:absolute;
  left:13%;
  top:30%;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.button-adblock {
  border-radius: 8px;
  background-color: #0EB2B8;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
