html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  background: #fff;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  color: #666b68;
  font-size: 14px;
  line-height: 22px;
}

a {
  color: #666b68;
  text-decoration: none;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

@import url(//db.onlinewebfonts.com/c/68d7ff963a65763581b048ca3cc3d178?family=MTTMilano-Medium);

@import url(//db.onlinewebfonts.com/c/dc085b992551ffb9efd9a0adb99a7918?family=MTTMilano-UltraBold);

@font-face {
  font-family: "MTTMilano-Medium";
  src: url("//db.onlinewebfonts.com/t/68d7ff963a65763581b048ca3cc3d178.eot");
  src: url("//db.onlinewebfonts.com/t/68d7ff963a65763581b048ca3cc3d178.eot?#iefix")
      format("embedded-opentype"),
    url("//db.onlinewebfonts.com/t/68d7ff963a65763581b048ca3cc3d178.woff2")
      format("woff2"),
    url("//db.onlinewebfonts.com/t/68d7ff963a65763581b048ca3cc3d178.woff")
      format("woff"),
    url("//db.onlinewebfonts.com/t/68d7ff963a65763581b048ca3cc3d178.ttf")
      format("truetype"),
    url("//db.onlinewebfonts.com/t/68d7ff963a65763581b048ca3cc3d178.svg#MTTMilano-Medium")
      format("svg");
}

@font-face {
  font-family: "MTTMilano-UltraBold";
  src: url("//db.onlinewebfonts.com/t/dc085b992551ffb9efd9a0adb99a7918.eot");
  src: url("//db.onlinewebfonts.com/t/dc085b992551ffb9efd9a0adb99a7918.eot?#iefix")
      format("embedded-opentype"),
    url("//db.onlinewebfonts.com/t/dc085b992551ffb9efd9a0adb99a7918.woff2")
      format("woff2"),
    url("//db.onlinewebfonts.com/t/dc085b992551ffb9efd9a0adb99a7918.woff")
      format("woff"),
    url("//db.onlinewebfonts.com/t/dc085b992551ffb9efd9a0adb99a7918.ttf")
      format("truetype"),
    url("//db.onlinewebfonts.com/t/dc085b992551ffb9efd9a0adb99a7918.svg#MTTMilano-UltraBold")
      format("svg");
}

@font-face {
  font-family: "fontello";
  src: url("../../node_modules/fontello/font/fontello.eot?88003693");
  src: url("../../node_modules/fontello/font/fontello.eot?88003693#iefix")
      format("embedded-opentype"),
    url("../../node_modules/fontello/font/fontello.woff2?88003693")
      format("woff2"),
    url("../../node_modules/fontello/font/fontello.woff?88003693")
      format("woff"),
    url("../../node_modules/fontello/font/fontello.ttf?88003693")
      format("truetype"),
    url("../../node_modules/fontello/font/fontello.svg?88003693#fontello")
      format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
@font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?88003693#fontello') format('svg');
}
}
*/
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: never;

  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */

  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;

  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;

  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;

  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */

  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.container {
  margin: 0 auto;
  max-width: 1170px;
  position: relative;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "MTTMilano-Medium", sans-serif;
  margin: 0;
  padding: 0;
  font-weight: 400;
}

b,
strong {
  font-weight: 700;
  font-family: "MTTMilano-UltraBold", sans-serif;
}

.bkGrey {
  background-color: #f6f6f6;
}

.secondary-title {
  font-size: 32px;
  line-height: 36px;
  margin-bottom: 25px;
}

@media (max-width: 767px) {
  .secondary-title {
    font-size: 28px;
    line-height: 36px;
  }
}

h1 {
  font-size: 46px;
  line-height: 48px;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  h1 {
    font-size: 38px;
    line-height: 38px;
  }
}

.title-section {
  font-size: 32px;
  line-height: 36px;
  display: inline-block;
}

.title-section:after {
  content: "";
  height: 6px;
  width: 80%;
  background-color: #666b68;
  display: block;
  margin-top: 8px;
}

h4 {
  font-size: 18px;
  line-height: 24px;
}

h5 {
  font-size: 15px;
  line-height: 18px;
}

.btn-more {
  color: #fff;
  letter-spacing: 2px;
  background-color: #666b68;
  padding: 10px 30px;
  display: inline-block;
  margin-top: 20px;
  font-size: 13px;
  border: 1px solid #666b68;
  text-align: center;
}

.btn-more:hover {
  background-color: #949795;
  border: 1px solid #949795;
}

.btn-more1 {
  letter-spacing: 2px;
  border: 2px solid #666b68;
  padding: 10px 30px;
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
}

.btn-more1:hover {
  border: 2px solid #949795;
}

.header {
  border-bottom: 1px solid #abadac;
}

.header .row {
  justify-content: space-between;
  padding: 30px 15px;
}

@media (max-width: 990px) {
  .header .row {
    padding: 15px;
    flex-direction: column;
  }
}

@media (max-width: 550px) {
  .navbar-brand img {
    width: 230px;
    height: auto;
  }
}

.line-breadcrumb {
  border-bottom: 1px solid #e5e5e5;
  padding: 10px 0;
}

.breadcrumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  font-size: 12px;
  text-transform: uppercase;
  padding: 0 15px;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 5px;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 5px;
  color: #666b68;
  content: ">";
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #666b68;
}

.breadcrumb-item a {
  color: #666b68;
  text-decoration: underline;
}

/**** line-image-home ***/
.line-image-home {
  text-align: center;
}

@media (min-width: 1200px) {
  .line-image-home .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.line-image-home img {
  max-width: 100%;
  height: auto;
}

@media (min-width: 768px) {
  .line-image-home h1 {
    width: 50%;
    padding: 20px 70px 20px 20px;
    position: absolute;
    bottom: 0px;
    left: 20px;
    text-align: left;
  }
}

@media (max-width: 767px) {
  .line-image-home h1 {
    width: 100%;
    padding: 20px;
    text-align: center;
  }
}

/**** slideshow home***/
.line-slide-home-ins {
  position: relative;
}

.swiper-home {
  width: 100%;
}

.line-slide-home .swiper-slide img {
  display: block;
  width: 100%;
  object-fit: cover;
}

@media (min-width: 768px) {
  .line-slide-home h1 {
    width: 220px;
    position: absolute;
    bottom: 20px;
    left: 40px;
    z-index: 2;
    font-size: 40px;
    line-height: 42px;
    font-weight: 500;
  }
}

@media (max-width: 767px) {
  .line-slide-home-ins {
    display: flex;
    flex-direction: column;
  }

  .line-slide-home h1 {
    width: 100%;
    padding: 20px;
    text-align: center;
    order: 2;
  }
}

/**** line-countdown ***/
.line-countdown {
  text-align: center;
  padding: 50px 15px;
}

.line-countdown .container {
  max-width: 580px;
}

#clockdiv {
  font-size: 50px;
  font-family: "MTTMilano-Medium", sans-serif;
  padding: 40px 0;
}

@media (max-width: 550px) {
  #clockdiv {
    font-size: 30px;
  }
}

#clockdiv .row {
  justify-content: center;
}

#clockdiv .hours:before,
#clockdiv .minutes:before {
  content: ":";
  padding-left: 10px;
  margin-right: 10px;
}

/**** line-txtImg ***/
.section-tag {
  text-decoration: underline;
  margin-bottom: 15px;
}

.line-txtImg .row {
  align-items: center;
  padding: 60px 0;
}

.blockGrey {
  background-color: #f6f6f6;
}

.blockProd:nth-child(2n + 2) .row {
  border-bottom: 1px solid #666b68;
  border-top: 1px solid #666b68;
}

.colImg {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.colImg img {
  max-width: 100%;
  height: auto;
}

@media (min-width: 768px) {
  .blockProd:nth-child(2n + 1) .colImg {
    order: 2;
  }

  .blockProd:nth-child(2n + 1) .colTxt {
    padding: 0 30px;
    order: 1;
    text-align: right;
  }

  .blockProd:nth-child(2n + 2) .colTxt {
    padding: 0 30px;
    text-align: left;
  }
}

@media (min-width: 990px) {
  .blockProd:nth-child(2n + 1) .colTxt {
    padding: 0 30px 0 130px;
  }

  .blockProd:nth-child(2n + 2) .colTxt {
    padding: 0 130px 0 30px;
  }
}

@media (max-width: 767px) {
  .colTxt {
    padding: 30px;
    text-align: center;
  }
}

/**** line-3item****/
.line-3item {
  padding: 50px 0;
}

.line-3item-header {
  padding: 0 10px;
}

@media (min-width: 550px) {
  .line-3item-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

@media (max-width: 549px) {
  .line-3item-header .btn-more1 {
    display: block;
    margin-top: 20px;
  }
}

.list-items {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}

@media (min-width: 741px) {
  .box-item {
    width: 33.33%;
  }
}

@media (max-width: 740px) {
  .box-item {
    width: 100%;
  }
}

.box-item {
  margin: 20px 0;
  display: flex;
  align-items: stretch;
  padding: 0 10px;
}

.box-item a {
  width: 100%;
  height: 100%;
  position: relative;
}

.box-item-img {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 260px;
}

.box-item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 0;
  transform: scale(1);
  transition: all 0.5s ease;
}

picture img {
  max-width: 100%;
}

.box-item-txt {
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.7);
  display: flex;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: auto;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  padding: 20px;
  color: #565a58;
}

.box-item h5 {
  letter-spacing: 2px;
  font-size: 10px;
  font-weight: 500;
  display: none;
  text-transform: uppercase;
}

.box-item h3 {
  font-size: 30px;
  line-height: 32px;
  margin-bottom: 10px;
}

.box-item-desc {
  display: none;
}

.box-item a:hover .box-item-txt {
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  overflow: hidden;
}

.box-item a:hover h5,
.box-item a:hover .box-item-desc {
  display: block;
}

/***line-box-contact footer***/
.line-box-contact {
  padding: 50px 0 0 0;
}

.box-contact {
  margin: 10px 0;
  display: flex;
  align-items: stretch;
}

.line-box-contact .col-md-4,
.line-box-contact .col-md-8,
.line-box-contact .col-md-12 {
  padding: 0 10px;
}

@media (max-width: 767px) {
  .line-box-contact .col-md-4,
  .line-box-contact .col-md-8,
  .line-box-contact .col-md-12 {
    padding: 0;
  }
}

.box-contact .bkGrey {
  padding: 40px;
  width: 100%;
}

@media (max-width: 990px) {
  .box-contact .bkGrey {
    padding: 30px 20px;
  }
}

.box-contact-ins {
  width: 100%;
}

.box-contact img {
  max-width: 100%;
}

.line-box-contact .title-section {
  margin-bottom: 20px;
}

.numVerde {
  font-size: 30px;
  font-weight: 700;
  display: block;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .contact-pin img {
    width: 60px;
  }
}

.help-block {
  display: none;
}

.has-error .help-block {
  display: block;
  text-align: left;
  color: #b21b1b;
  font-size: 13px;
  line-height: 15px;
  display: block;
}

.has-error .help-block:before {
  content: "! ";
  width: 10px;
  display: inline-block;
  color: #b21b1b;
}

@media (max-width: 990px) {
  .line-box-contact form .col-md-4,
  .line-box-contact form .col-md-8 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .line-box-contact form {
    margin-top: 20px;
  }
}

.line-box-contact form .btn-more {
  margin-top: 0;
}

.box-contact .col-md-8 {
  position: relative;
}

.form-overlay.show {
  display: block;
}

.form-overlay {
  border: 1px solid #ccc;
  padding: 20px;
  top: 0;
  left: 20px;
  bottom: 0;
  right: 20px;
  position: absolute;
  z-index: 3;
  background-color: #f6f6f6;
  display: none;
}

.form-overlay-ins {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}

.form-overlay h3 {
  font-size: 20px;
}

.form-overlay .icon-cancel {
  top: 20;
  right: 20px;
  position: absolute;
  display: block;
}

.icon-cancel:before {
  content: "\e802";
}

.form-contatti {
  display: block;
}

.form-contatti.hide {
  display: none;
}

/***box-info footer***/
.line-box-info {
  padding: 40px 0;
}

.box-info {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}

.box-info h6 {
  font-size: 16px;
  font-weight: 900;
  margin-bottom: 10px;
}

.box-info .btn-more1 {
  margin-top: 20px;
}

/**footer**/
footer {
  background-color: #666b68;
  color: #fff;
  padding: 40px 0;
  font-size: 12px;
  line-height: 18px;
}

@media (min-width: 768px) {
  footer .row {
    align-items: flex-end;
  }
}

footer a {
  color: #fff;
  text-decoration: underline;
}

footer a:hover {
  color: #949795;
}

footer .footer-adr img {
  margin-bottom: 18px;
}

@media (min-width: 768px) {
  footer .footer-nav {
    text-align: right;
  }

  footer .footer-link ul {
    display: flex;
    display: -ms-flexbox;
    justify-content: flex-end;
  }
}

@media (min-width: 768px) {
  footer .footer-link li {
    margin-left: 20px;
  }

  footer .social li {
    margin-left: 13px;
  }
}

@media (max-width: 767px) {
  footer .footer-link li {
    margin-right: 20px;
  }

  footer .social {
    margin-top: 20px;
  }

  footer .social li {
    margin-right: 13px;
  }
}

footer .social li {
  display: inline-block;
  margin-bottom: 20px;
}

footer .social a {
  background-color: #fff;
  color: #666b68;
  height: 40px;
  width: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  font-size: 18px;
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  justify-content: center;
}

footer .social a:hover {
  background-color: #949795;
}

.icon-twitter:before {
  content: "\f099";
}

.icon-facebook:before {
  content: "\f09a";
}

.icon-instagram:before {
  content: "\f16d";
}

.headPage {
  padding: 50px 0;
}

.section-sidebar {
  padding: 50px 0;
}

.section-sidebar-col1,
.section-sidebar-col2 {
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
}

.line-more {
  text-align: center;
}

/**scheda storia**/
@media (min-width: 768px) {
  .section-sidebarR .section-sidebar-col2 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .section-sidebarR .section-sidebar-col1 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
}

@media (max-width: 767px) {
  .section-sidebarR .section-sidebar-col2 {
    margin-top: 30px;
  }
}

.storia-scheda {
  font-family: "MTTMilano-Medium", sans-serif;
}

.storia-scheda img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 10px 0;
}

.storia-scheda h5 {
  letter-spacing: 2px;
  font-size: 10px;
  font-weight: 500;
  margin-bottom: 25px;
  text-transform: uppercase;
}

.storia-scheda h2 {
  font-size: 22px;
  line-height: 26px;
  margin: 20px 0;
}

.storia-scheda h3 {
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  margin: 20px 0 10px 0;
}

.storia-scheda h4 {
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
}

.storia-scheda ul {
  list-style: disc;
  list-style-position: inside;
}

.storia-scheda a {
  text-decoration: underline;
}

.section-sidebar-col2 img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 10px 0;
  text-align: center;
  margin: 0 auto;
}

.box-ingr {
  background-color: #f6f6f6;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin-bottom: 20px;
}

.item-ingr {
  height: 100%;
  border-right: 1px solid #fff;
  text-align: center;
  padding: 20px 10px;
  width: 20%;
}

@media (max-width: 600px) {
  .item-ingr {
    width: 33.33%;
  }
}

.item-ingr h5 {
  letter-spacing: 0;
  margin-bottom: 8px;
}

.item-ingr h3 {
  font-size: 15px;
  line-height: 16px;
  font-weight: 600;
  margin: 0;
}

.items-correlati {
  padding-top: 40px;
}

.list-corr {
  margin-top: 20px;
}

.box-corr {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #666b68;
}

.box-corr h3 {
  font-size: 22px;
  line-height: 24px;
  margin: 10px 0;
}

/**prodotti**/
.list-prod {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

.box-prod {
  margin: 20px 0;
  padding: 0 10px;
  text-align: center;
}

@media (min-width: 990px) {
  .box-prod {
    width: 25%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 989px) {
  .box-prod {
    width: 33.333%;
  }
}

@media only screen and (min-width: 550px) and (max-width: 767px) {
  .box-prod {
    width: 50%;
  }
}

@media (max-width: 549px) {
  .box-prod {
    width: 100%;
    padding: 0;
  }
}

.box-prod-img {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
}

.box-prod-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 0;
  transform: scale(1);
  transition: all 0.5s ease;
}

.box-prod h3 {
  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
  padding: 25px 0;
}

.box-prod:hover img {
  opacity: 0.7;
}

.box-prod:hover h3 {
  color: #c10b1f;
}

/**categoria**/
@media (min-width: 768px) {
  .section-sidebarL .section-sidebar-col1 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .section-sidebarL .section-sidebar-col2 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
}

@media (min-width: 992px) {
  .section-sidebarL .section-sidebar-col1 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .section-sidebarL .section-sidebar-col2 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
}

@media (max-width: 767px) {
  .section-sidebarL .section-sidebar-col2 {
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .section-sidebarL .section-sidebar-col1 {
    order: 2;
  }

  .section-sidebarL .section-sidebar-col2 {
    order: 1;
  }
}

.menu-prod {
  padding: 15px 0;
  background-color: #f6f6f6;
}

.menu-prod .nav-link {
  font-family: "MTTMilano-Medium", sans-serif;
  font-size: 15px;
  padding: 5px 20px;
  color: #666b68;
  font-weight: 700;
}

.menu-prod .nav-link:hover,
.menu-prod .nav-link:focus,
.menu-prod .nav-link:hover,
.menu-prod .nav-link.active {
  color: #c10c1f;
}

@media (min-width: 990px) {
  .section-sidebar .box-prod {
    width: 33.33%;
  }
}

@media only screen and (min-width: 550px) and (max-width: 989px) {
  .section-sidebar .box-prod {
    width: 50%;
  }
}

@media (max-width: 549px) {
  .section-sidebar .box-prod {
    width: 100%;
  }
}

/**scheda prodotto**/
.prod-scheda .row {
  align-items: stretch;
}

@media (min-width: 750px) {
  .prod-img {
    width: 50%;
    padding-right: 20px;
  }

  .prod-txt {
    width: 50%;
    justify-content: space-between;
    display: flex;
    flex-direction: column;
  }
}

.prod-img img {
  max-width: 100%;
  height: auto;
  margin-bottom: 20px;
}

.prod-dati h1 {
  font-size: 32px;
  line-height: 32px;
}

.prod-desc {
  margin: 50px 0;
}

.nav-tabs .nav-link {
  font-size: 13px;
  font-weight: 600;
  padding-right: 20px;
  color: #666b68;
  text-transform: uppercase;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #c10b1f;
}

.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}

.fade.show {
  opacity: 1;
}

.tab-content {
  margin-top: 5px;
}

.tab-content .tab-pane {
  border: 1px solid #bcbcbc;
  padding: 20px;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

@media (max-width: 990px) {
  .table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

table {
  width: 100%;
  color: #212529;
  border: 1px solid #212529;
  border-spacing: 2px;
  border-collapse: collapse;
}

table th,
table td {
  padding: 10px;
}

@media (max-width: 600px) {
  table th,
  table td {
    padding: 5px;
  }
}

table th {
  font-weight: 700;
  border: 1px solid #666b68;
  border-right: 1px solid #dee2e6;
}

table th:last-child {
  border-right: 1px solid #666b68;
}

table td {
  text-align: left;
  border: 1px solid #666b68;
  background-color: #fff;
}

table thead th {
  background-color: #f6f6f6;
}

table small {
  font-size: 11px;
  line-height: 13px;
  display: block;
}

/*mappa**/
.map-line {
  position: relative;
}

#map {
  z-index: 1;
}

#map-search {
  width: 300px;
  overflow: hidden;
  color: #fff;
  height: 560px;
  z-index: 2 !important;
  left: 10px !important;
  top: 10px !important;
  position: absolute;
}

#map-search-top {
  padding: 20px;
  background: rgba(0, 0, 0, 0.7);
}

.map-search-input {
  position: relative;
  padding-right: 40px;
}

#map-search-top input {
  position: relative;
  border: 1px solid #fff;
}

.icon-map-o {
  width: 32px;
  height: 32px;
  background-color: #c10b1f;
  color: #fff;
  border: 1px solid #c10b1f;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}

.icon-map-o:before {
  content: "\f278";
}

.nav-list-neg {
  width: 100%;
  margin-top: 1px;
}

.btn-list-neg {
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  padding: 10px 20px;
  font-size: 16px;
}

.btn-list-neg .bar {
  width: 30px;
  height: 30px;
  position: relative;
}

.btn-list-neg .bar:after,
.btn-list-neg .bar:before {
  content: "";
  position: absolute;
  display: block;
  width: 14px;
  height: 2px;
  border-radius: 1px;
  background: #fff;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.btn-list-neg .bar:before {
  top: 17px;
  left: 11px;
}

.btn-list-neg:hover .bar:after {
  -ms-transform: rotate(-0deg);
  -webkit-transform: rotate(-0deg);
  transform: rotate(-0deg);
}

.nav-list-neg .list-neg-container {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  overflow: hidden;
  padding: 0 0 0 20px;
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: auto;
  background: rgba(0, 0, 0, 0.7);
}

@media (min-width: 651px) {
  .nav-list-neg.show-menu .list-neg-container {
    opacity: 0;
    max-height: 0;
  }

  .nav-list-neg .list-neg-container {
    opacity: 1;
    max-height: 437px;
  }

  .btn-list-neg .bar:after {
    top: 17px;
    left: 11px;
    -ms-transform: rotate(-0deg);
    -webkit-transform: rotate(-0deg);
    transform: rotate(-0deg);
  }

  .show-menu .btn-list-neg .bar:after {
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}

@media (max-width: 650px) {
  .nav-list-neg.show-menu .list-neg-container {
    opacity: 1;
    max-height: 437px;
  }

  .nav-list-neg .list-neg-container {
    opacity: 0;
    max-height: 0;
  }

  .btn-list-neg .bar:after {
    top: 17px;
    left: 11px;
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .show-menu .btn-list-neg .bar:after {
    -ms-transform: rotate(-0deg);
    -webkit-transform: rotate(-0deg);
    transform: rotate(-0deg);
  }
}

.map-reg {
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 14px;
  font-family: "Raleway", sans-serif;
  padding-right: 10px;
}

.map-neg {
  padding-bottom: 10px;
  display: flex;
  padding-right: 10px;
}

.map-neg img {
  width: 30px;
  height: 30px;
  margin-right: 10px;
  display: block;
}

.map-neg a {
  display: block;
  font-size: 14px;
  color: #fff;
}

.map-neg a span {
  display: block;
}

.map-neg .map-search-result-citta {
  font-weight: 700;
}
