body {
  background-color: #fff;
  padding-top: 0px;
  background-repeat: repeat-x;
  background-position: top;
}
a
{
  text-decoration:none;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
}
img {
  border:0px;
}
.overflow_riga_singola {
  overflow: hidden;
  white-space:nowrap;
  text-overflow: ellipsis;
}
.overflow_multiriga {
  overflow: hidden;
}
div.contenitore {
  width: 100%;
  height: 100%;
}
.contenitore img {
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.breadcrumb{
  color:#262626;
  font-family:Arial, Helvetica, sans-serif;
  font-size: 10px;
  margin-top:8px;
  background-color: transparent;
  margin-bottom: 5px;
}
.breadcrumb a{
  color:#666;
  text-decoration:underline;
}
.breadcrumb a:hover{
  color: #A1A1A1;
}
.bg-capodanno{
background: #faf3e6;
background: linear-gradient(180deg,rgba(250, 243, 230, 1) 0%, rgba(161, 138, 94, 1) 100%);
}



@media screen and (min-width: 768px) {
.equal, .equal > div[class='col-'] {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex:1 0 auto;
}
.nav-item.active{
  background-color:transparent!important;
}


}
