li.custom-user-details {
  background: url("../images/user-profile-bg.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  margin-bottom: 15px;
  padding: 15px 0 0 15px;
  height: 100px;
}


.Andy {
  background: url("../images/AAa.jpg") repeat center center;
  #height: 100px;
}


.custom-user-details .row {
  margin: 0;
}

.culoA
{
  background: url("../images/background.jpg") repeat center center;
  //background-color: #FF0000;
}

.home-vigneto
{
  margin-left: -10px;
  //background: url("../images/home.jpg") no-repeat center center;
  //background-size: 100% 450px;
  //height: 450px;
  background: url("../images/vigna_real.jpg") no-repeat center center;
  background-size: 90% 100%;
  height: 470px;
  width: 685;

}

.middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%)
}


.home-vigneto:hover .image {
  opacity: 0.3;
}

.home-vigneto:hover .middle {
  opacity: 1;
}

#box-custom1 {
    position: absolute;
    background-color:rgba(255, 255, 255, 0.5);
    margin-left: 20%;
    margin-top: 200px;
    /*width: 200px;*/
    height:210px;
    border: 1px solid;
    border-radius: 5px;
    border-color: #D0CDCD;
    text-align: center;
}

#box-custom2 {
    position: absolute;
    background-color:rgba(255, 255, 255, 0.5);
    margin-left: 40%;
    margin-top: 90px;
    width: 220px;
    height:60px;
    border: 1px solid;
    border-radius: 5px;
    border-color: #D0CDCD;
    text-align: center;
}

#box-custom3 {
    position: absolute;
    margin-left: 11%;
    margin-top: 240px;
    background-color:rgba(255, 255, 255, 0.5);
    width: 220px;
    height:60px;
    border: 1px solid;
    border-radius: 5px;
    border-color: #D0CDCD;
    text-align: center;
}

#box-custom4 {
    position: absolute;
    margin-left: 32%;
    margin-top: 280px;
    background-color:rgba(255, 255, 255, 0.5);
    width: 220px;
    height:60px;
    border: 1px solid;
    border-radius: 5px;
    border-color: #D0CDCD;
    text-align: center;
}