#rettangolo{
	background-color: rgba(204, 182, 159, 0.8);
} 

.btn-dark{
	margin-bottom: 10px;
}

.bg-primary{
	background-color: #E0B07B;
	/* background-color: #CCB69F; */
}

.text-primary{
	color: #E0B07B;
}

.flex-caption {
  width: 96%;
  padding: 2%;
  left: 0;
  bottom: 0;
  background: rgba(0,0,0,.5);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,.3);
  font-size: 14px;
  line-height: 18px;
}

/* Per lo slideshow! */
  .carousel-inner > .item > img,
  .carousel-inner > .item > a > img {
      width: 70%;
      margin: auto;
  }

/****************************************************************/