.flex-control-nav,
.flex-control-paging {
  display: none;
}
.flexslider {
  margin: 0;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0;
  -moz-box-shadow: 0;
  -o-box-shadow: 0;
  box-shadow: 0;
  zoom: 1;
  overflow-x: hidden;
}
.flex-viewport {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.flex-direction-nav .flex-prev {
  background-image: url('../immagini/left.png');
  background-size: contain;
  height: 40px;
  width: 40px;
  content: '';
  left: 5px;
}
.flex-direction-nav .flex-next {
  background-image: url('../immagini/right.png');
  background-size: contain;
  height: 40px;
  width: 40px;
  content: '';
  right: 5px;
}
.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '';
}
.flex-direction-nav a.flex-next:before {
  content: '';
}
h1 {
  font-size: 30px;
  color: #3473b7;
}
h2 {
  font-size: 16px;
  font-weight: bold;
}
h3 {
  font-size: 16px;
  font-weight: bold;
  color: #3473b7;
}
.etichetta {
  display: table;
  width: 100%;
  text-align: center;
  background-color: #f8f8f8;
  font-weight: bold;
  height: 50px;
}
.etichetta > div {
  display: table-cell;
  vertical-align: middle;
}
.LineeAss {
  background-color: #f8f8f8;
  padding-bottom: 10px;
  margin-bottom: 20px;
  height: 165px;
  overflow-x: hidden;
  overflow-y: auto;
}
.LineeAss ul {
  display: block;
  padding-left: 0;
}
.LineeAss ul li {
  display: block;
  padding-bottom: 5px;
}
.LineeAss ul li a {
  color: #21416e;
  display: block;
  padding: 2px;
  padding-left: 20px;
  font-weight: bold;
}
.LineeAss ul li a:hover {
  color: white;
  background-color: #3473b7;
}
.proda2 .titolo {
  font-size: 30px;
  color: #3473b7;
  border-bottom: 1px solid #e3e3e3;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.dbreadcrumb {
  margin-left: 10px;
  display: inline-block;
  font-size: 13px;
  color: black;
}
.dbreadcrumb a {
  margin-left: 10px;
  display: inline-block;
  text-decoration: underline;
  color: #666;
}
.dbreadcrumb a:hover {
  margin-left: 10px;
  display: inline-block;
  text-decoration: underline;
  color: #3473b7;
}
.salutearticoli {
  background-color: #f8f8f8;
  background-image: url('../immagini/prod_ico.jpg');
  background-position: 18px 18px;
  background-size: auto;
  background-repeat: no-repeat;
  margin-top: 63px;
  padding: 18px 128px;
  min-height: 112px;
  margin-bottom: 63px;
}
@media (max-width: 769px) {
  .salutearticoli {
    background-image: none;
    padding: 18px;
  }
}
.leggibottone {
  text-transform: uppercase;
  display: block;
  position: absolute;
  right: 39px;
  top: 37px;
  padding: 0px 25px;
  line-height: 38px;
  background-color: #3473b7;
  color: white;
}
@media (max-width: 769px) {
  .leggibottone {
    position: relative;
    clear: both;
    padding: 0;
    right: auto;
    top: auto;
    text-align: center;
  }
}
a:hover .leggibottone {
  background-color: white;
  color: black;
}
body {
  overflow-x: hidden;
}
