/*!
 * Start Bootstrap - Grayscale v3.3.7+1 (http://startbootstrap.com/template-overviews/grayscale)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */
body {
  width: 100%;
  height: 100%;
  font-family: 'Work Sans', sans-serif;
  color: white;
  background-color: #000000;
}
html {
  width: 100%;
  height: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 35px;
  text-transform: uppercase;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
}
p {
  margin: 0 0 25px;
  font-size: 17px;
  line-height: 1.5;
}
@media (min-width: 768px) {
  p {
    margin: 0 0 35px;
    font-size: 28px;
    line-height: 1.6;
  }
}
a {
  color: #b0976d;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a:hover,
a:focus {
  text-decoration: none;
  color: #9b8561;
}
@media (min-width: 768px) {
	.row {
		margin-right: -15px;
		margin-left: -15px;
	}
}
@media (max-width: 767px) {
	.row {
		margin-right: 0px;
		margin-left: 0px;
	}
}
.light {
  font-weight: 400;
}
.navbar-custom {
  margin-bottom: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  text-transform: uppercase;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #121212;
}
.navbar-custom .navbar-toggle {
  color: white;
  background-color: rgba(255, 255, 255, 0.2);
  font-size: 12px;
}
.navbar-custom .navbar-toggle:focus,
.navbar-custom .navbar-toggle:active {
  outline: none;
}
.navbar-custom .navbar-brand {
  font-weight: 700;
}
.navbar-custom .navbar-brand:focus {
  outline: none;
}
.navbar-custom a {
  color: white;
}
.navbar-custom .nav li a {
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
  font-family: 'Work Sans', sans-serif;
  font-weight:400;
  font-size:14px;
}
.navbar-custom .nav li a:hover {
  color: #9b8561;
  outline: none;
  background-color: transparent;
}
.navbar-custom .nav li a:focus,
.navbar-custom .nav li a:active {
  outline: none;
  background-color: transparent;
}
.navbar-custom .nav li.active {
  outline: none;
}
.navbar-custom .nav li.active a {
  color: #9b8561;
}
.navbar-custom .nav li.active a:hover {
  color: #9b8561;
}
/* @media (min-width: 768px) {  Modifica filippo 29/06/23*/
  @media (min-width: 1751px) {
  .navbar-custom {
    height: 80px;
    padding: 15px 0;
    border-bottom: none;
    letter-spacing: 1px;
    background: #121212;
    -webkit-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
    -moz-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
    transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
  .navbar-custom.top-nav-collapse {
    padding: 15px 0;
    background: #121212;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
}

.headerSlider {
  display: table;
  width: 100%;
  /*height: auto;*/
  height: 100%;
  padding: 0px 0; /*padding: 100px 0px; */
  text-align: center;
  color: white;
  background: url(../img/intro.jpg) no-repeat bottom center scroll;
  background-color: black;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

.intro {
  display: table;
  width: 100%;
  height: 100%;
  padding: 0px 0; /*padding: 100px 0px; */
  text-align: center;
  color: white;
  background: url(../img/intro-bg.jpg) no-repeat bottom center scroll;
  background-color: black;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

.intro-salumi-parma {
  display: table;
  width: 100%;
  /*height: auto;*/
  height: 100%;
  padding: 0px 0; /*padding: 100px 0px; */
  text-align: center;
  color: white;
  background: url(../img/salumi-parma-bg.jpg) no-repeat bottom center scroll;
  background-color: black;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

.intro-salumi-italiani {
  display: table;
  width: 100%;
  /*height: auto;*/
  height: 100%;
  padding: 0px 0; /*padding: 100px 0px; */
  text-align: center;
  color: white;
  background: url(../img/salumi-italiani-bg.jpg) no-repeat bottom center scroll;
  background-color: black;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

.intro-azienda {
  display: table;
  width: 100%;
  /*height: auto;*/
  height: 100%;
  padding: 0px 0; /*padding: 100px 0px; */
  text-align: center;
  color: white;
  background: url(../img/azienda-bg.jpg) no-repeat bottom center scroll;
  background-color: black;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
.intro-azienda2 {
  display: table;
  width: 100%;
  /*height: auto;*/
  height: 100%;
  padding: 0px 0; /*padding: 100px 0px; */
  text-align: center;
  color: white;
  background: url(../img/azienda2-panorama-bg.jpg) no-repeat bottom center scroll;
  background-color: black;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
@media (min-width: 768px) {
	.txtHeaderAzienda {
		margin:0px;
		padding:0px;
		position: absolute;
		left:0px;
		bottom: 15px;
		/*background-color: rgba(176,151,109,0.6);*/
		border-radius:40px;
	}
}
@media (max-width: 767px) {
	.txtHeaderAzienda {
		margin:0px;
		padding:0px;
		position: absolute;
		left:0px;
		bottom: 35px;
		/*background-color: rgba(176,151,109,0.6);*/
		border-radius:40px;
	}
}
.intro-contatti {
  display: table;
  width: 100%;
  /*height: auto;*/
  height: 100%;
  padding: 0px 0; /*padding: 100px 0px; */
  text-align: center;
  color: white;
  background: url(../img/contatti-bg.jpg) no-repeat bottom center scroll;
  background-color: black;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

.txtHeaderContatti {
    margin:0px;
	padding:0px;
	position: absolute;
	left:0px;
    bottom: 15px;
	/*background-color: rgba(176,151,109,0.6);*/
	border-radius:40px;

}

.intro-famiglia {
  display: table;
  width: 100%;
  height: 100%;
  padding: 0px 0; /*padding: 100px 0px; */
  text-align: center;
  color: white;
  background: url(../img/famiglia-bg.jpg) no-repeat bottom center scroll;
  background-color: black;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
@media (min-width: 768px) {
	.txtHeaderFamiglia {
		margin:0px;
		padding:0px;
		position: absolute;
		left:0px;
		bottom: 15px;
		border-radius:40px;
	}
}
@media (max-width: 767px) {
	.txtHeaderFamiglia {
		margin:0px;
		padding:0px;
		position: absolute;
		left:0px;
		bottom: 35px;
		border-radius:40px;
	}
}
.intro-lavorazione {
  display: table;
  width: 100%;
  height: 100%;
  padding: 0px 0; /*padding: 100px 0px; */
  text-align: center;
  color: white;

  /*background: url(../img/lavorazione-bg.jpg) no-repeat top center scroll;*/
  background: url(../img/lavorazione-img1-bg.jpg) no-repeat top center scroll;
  background-color: black;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
.intro-lavorazione1 {
  display: table;
  width: 100%;
  height: 100%;
  padding: 0px 0; /*padding: 100px 0px; */
  text-align: center;
  color: white;
  /*background: url(../img/header-sugnatura.jpg) no-repeat top center scroll;*/
  background: url(../img/lavorazione-img3-bg.jpg) no-repeat top center scroll;
  background-color: black;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
.intro-lavorazione2 {
  display: table;
  width: 100%;
  height: 100%;
  padding: 0px 0; /*padding: 100px 0px; */
  text-align: center;
  color: white;
  /*background: url(../img/header-sigillatura.jpg) no-repeat top center scroll;*/
  background: url(../img/lavorazione-img5-bg.jpg) no-repeat top center scroll;
  background-color: black;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
.intro-lavorazione3 {
  display: table;
  width: 100%;
  height: 100%;
  padding: 0px 0; /*padding: 100px 0px; */
  text-align: center;
  color: white;
  /*background: url(../img/header-marchiatura.jpg) no-repeat top center scroll;*/
  background: url(../img/lavorazione-img4-bg.jpg) no-repeat top center scroll;
  background-color: black;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
.intro-lavorazione4 {
  display: table;
  width: 100%;
  height: 100%;
  padding: 0px 0; /*padding: 100px 0px; */
  text-align: center;
  color: white;
  /*background: url(../img/header-stagionatura.jpg) no-repeat top center scroll;*/
  background: url(../img/lavorazione-img6-bg.jpg) no-repeat top center scroll;
  background-color: black;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
.txtHeaderLavorazione {
    margin:0px;
	padding:0px;
	margin-top:45%;
	background-color: rgba(176,151,109,0.6);
	border-radius:40px;
}

.intro-visite {
  display: table;
  width: 100%;
  height: 100%;
  padding: 0px 0; /*padding: 100px 0px; */
  text-align: center;
  color: white;

  /*background: url(../img/lavorazione-bg.jpg) no-repeat top center scroll;*/
  background: url(../img/azienda2-bg.jpg) no-repeat top center scroll;
  background-color: black;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
.intro-visite1 {
  display: table;
  width: 100%;
  height: 100%;
  padding: 0px 0; /*padding: 100px 0px; */
  text-align: center;
  color: white;
  /*background: url(../img/header-sugnatura.jpg) no-repeat top center scroll;*/
  background: url(../img/header-salumi.jpg) no-repeat top center scroll;
  background-color: black;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
.intro-visite2 {
  display: table;
  width: 100%;
  height: 100%;
  padding: 0px 0; /*padding: 100px 0px; */
  text-align: center;
  color: white;
  /*background: url(../img/header-sigillatura.jpg) no-repeat top center scroll;*/
  background: url(../img/header-prosciutto-di-parma.jpg) no-repeat top center scroll;
  background-color: black;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
.intro-visite3 {
  display: table;
  width: 100%;
  height: 100%;
  padding: 0px 0; /*padding: 100px 0px; */
  text-align: center;
  color: white;
  /*background: url(../img/header-marchiatura.jpg) no-repeat top center scroll;*/
  background: url(../img/scalera-stagionatura-bg.jpg) no-repeat top center scroll;
  background-color: black;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
.txtHeaderVisite {
    margin:0px;
	padding:0px;
	margin-top:45%;
	background-color: rgba(176,151,109,0.6);
	border-radius:40px;
}

.intro-excelso {
  display: table;
  width: 100%;
  height: 100%;
  padding: 0px 0; /*padding: 100px 0px; */
  text-align: center;
  color: white;

  /*background: url(../img/lavorazione-bg.jpg) no-repeat top center scroll;*/
  background: url(../img/header-excelso.jpg) no-repeat top center scroll;
  background-color: black;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

.intro-prosciutto {
  display: table;
  width: 100%;
  height: 100%;
  padding: 0px 0; /*padding: 100px 0px; */
  text-align: center;
  color: white;
  background: url(../img/header-prosciutto-di-parma.jpg) no-repeat top center scroll;
  background-color: black;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

.intro-prodotto-prosciutto {
  display: table;
  width: 100%;
  height: 100%;
  padding: 0px 0; /*padding: 100px 0px; */
  text-align: center;
  color: white;
  background: url(../img/header-prodotto.jpg) no-repeat top center scroll;
  background-color: black;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

.intro-prodotto-excelso {
  display: table;
  width: 100%;
  height: 100%;
  padding: 0px 0; /*padding: 100px 0px; */
  text-align: center;
  color: white;
  background: url(../img/header_prodotti_excelso.jpg) no-repeat bottom center scroll;
  background-color: black;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

.intro-altri-salumi {
  display: table;
  width: 100%;
  height: 100%;
  padding: 0px 0; /*padding: 100px 0px; */
  text-align: center;
  color: white;
  background: url(../img/header-salumi.jpg) no-repeat top center scroll;
  background-color: black;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

.intro-prodotto-altri-salumi {
  display: table;
  width: 100%;
  height: 100%;
  padding: 0px 0; /*padding: 100px 0px; */
  text-align: center;
  color: white;
  background: url(../img/header-prodotto.jpg) no-repeat top center scroll;
  background-color: black;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

.txtHeaderProsciutto {
    margin:0px;
	padding:0px;
	margin-top:45%;
	background-color: rgba(176,151,109,0.6);
	border-radius:40px;
}


.intro-news {
  display: table;
  width: 100%;
  height: 100%;
  padding: 0px 0; /*padding: 100px 0px; */
  text-align: center;
  color: white;
  background: url(../img/header-news.jpg) no-repeat top center scroll;
  background-color: black;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}


@media (min-width: 768px) {
	.txtHeaderNews {
		margin:0px;
		padding:0px;
		position: absolute;
		left:0px;
		bottom: 15px;
		border-radius:40px;
	}
}
@media (max-width: 767px) {
	.txtHeaderNews {
		margin:0px;
		padding:0px;
		position: absolute;
		left:0px;
		bottom: 35px;
		border-radius:40px;
	}
}

#boxHeaderContent {width:100%;background-color:rgba(18,18,18,0.6);}
.intro .intro-body {
  display: table-cell;
  vertical-align: middle;
}

.intro .intro-body .intro-text {
  font-size: 20px;
  /*text-shadow: 2px 2px 5px #000000;*/
}

.intro p {
	/*text-shadow: 1px 1px 0px #333333;*/
}
@media (min-width: 768px) {
  .intro {
    height: 100%;
    padding: 0;
  }
  .intro .intro-body .brand-heading {
    font-family: 'Noto Serif', serif;
	font-weight:700;
	font-size: 45px;
	color:#FFFFFF;
  }
  #txtHeaderHome .brand-heading {
    font-family: 'Noto Serif', serif;
	font-weight:700;
	font-size: 70px;
	color:#FFFFFF;
  }
  .intro .intro-body .intro-text {
     font-family: 'Noto Serif', serif;
	font-weight:400;
	font-size: 42px;
	color:#FFFFFF;
  }
  .brand-p {
    margin: 0 0 35px;
    font-size: 28px;
    line-height: 1.6;
  }
}
@media (max-width: 767px) {
  .intro {
    height: 100%;
    padding: 0;
  }
  .intro .intro-body .brand-heading {
    font-family: 'Noto Serif', serif;
	font-weight:700;
	font-size: 30px;
	color:#FFFFFF;
  }
  #txtHeaderHome .brand-heading {
    font-family: 'Noto Serif', serif;
	font-weight:700;
	font-size: 40px;
	color:#FFFFFF;
  }
  .intro .intro-body .intro-text {
     font-family: 'Noto Serif', serif;
	font-weight:400;
	font-size: 25px;
	color:#FFFFFF;
  }
  .brand-p {
    margin: 0 0 35px;
    font-size: 16px;
    line-height: 1.6;
  }
}
@media (min-width: 768px) {
	.btn-circle {
	  width: 70px;
	  height: 70px;
	  margin-top: 15px;
	  padding: 7px 16px;
	  border: 2px solid white;
	  border-radius: 100% !important;
	  font-size: 40px;
	  color: white;
	  background: transparent;
	  -webkit-transition: background 0.3s ease-in-out;
	  -moz-transition: background 0.3s ease-in-out;
	  transition: background 0.3s ease-in-out;
	}
}
@media (max-width: 767px) {
	.btn-circle {
	  width: 40px;
	  height: 40px;
	  margin-top: 15px;
	  padding: 0px 7px;
	  border: 2px solid white;
	  border-radius: 100% !important;
	  font-size: 30px;
	  color: white;
	  background: transparent;
	  -webkit-transition: background 0.3s ease-in-out;
	  -moz-transition: background 0.3s ease-in-out;
	  transition: background 0.3s ease-in-out;
	}
}
.btn-circle:hover,
.btn-circle:focus {
  outline: none;
  color: white;
  background: rgba(255, 255, 255, 0.1);
}
.btn-circle i.animated {
  -webkit-transition-property: -webkit-transform;
  -webkit-transition-duration: 1s;
  -moz-transition-property: -moz-transform;
  -moz-transition-duration: 1s;
}
.btn-circle:hover i.animated {
  -webkit-animation-name: pulse;
  -moz-animation-name: pulse;
  -webkit-animation-duration: 1.5s;
  -moz-animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
}


.btn-circle-indietro {
  width: 70px;
  height: 70px;
  margin-top: 15px;
  padding: 7px 16px;
  /*border: 2px solid white;*/
  border-radius: 100% !important;
  font-size: 40px;
  z-index: 1000000;
  color: #333333;
  background: transparent;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}
.btn-circle-indietro:hover,
.btn-circle-indietro:focus {
  outline: none;
  color: ##b0976e;
  /*background: rgba(255, 255, 255, 0.1);*/
}
.btn-circle-indietro i.animated {
  -webkit-transition-property: -webkit-transform;
  -webkit-transition-duration: 1s;
  -moz-transition-property: -moz-transform;
  -moz-transition-duration: 1s;
}
.btn-circle-indietro:hover i.animated {
  -webkit-animation-name: pulse;
  -moz-animation-name: pulse;
  -webkit-animation-duration: 1.5s;
  -moz-animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
}


@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes pulse {
  0% {
    -moz-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -moz-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
.content-section {
  padding-top: 100px;
}
.download-section {
  width: 100%;
  padding: 50px 0;
  color: white;
  background: url(../img/downloads-bg.jpg) no-repeat center center scroll;
  background-color: black;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
#map {
  width: 100%;
  height: 200px;
  margin-top: 100px;
}
@media (min-width: 767px) {
  .content-section {
    /*padding-top: 250px;*/
  }
  .download-section {
    padding: 100px 0;
  }
  #map {
    height: 400px;
    margin-top: 250px;
  }
}
.btn {
  text-transform: uppercase;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 0;
}
.btn-default {
  border: 1px solid #42DCA3;
  color: #42DCA3;
  background-color: transparent;
}
.btn-default:hover,
.btn-default:focus {
  border: 1px solid #42DCA3;
  outline: none;
  color: black;
  background-color: #42DCA3;
}
ul.banner-social-buttons {
  margin-top: 0;
}
@media (max-width: 1199px) {
  ul.banner-social-buttons {
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  ul.banner-social-buttons li {
    display: block;
    margin-bottom: 20px;
    padding: 0;
  }
  ul.banner-social-buttons li:last-child {
    margin-bottom: 0;
  }
}
footer {
  padding: 50px 0;
  background-color: #121212;
}
footer p {
  margin: 0;
}
::-moz-selection {
  text-shadow: none;
  background: #fcfcfc;
  background: rgba(255, 255, 255, 0.2);
}
::selection {
  text-shadow: none;
  background: #fcfcfc;
  background: rgba(255, 255, 255, 0.2);
}
img::selection {
  background: transparent;
}
img::-moz-selection {
  background: transparent;
}
body {
  webkit-tap-highlight-color: rgba(255, 255, 255, 0.2);
}

/*
TOP BAR MF LABS CSS CUSTOM */

.img-logo-top {margin-top:-26px;}
.img-logo-benedicto-top {margin-top:-26px;height:100px!important;}

/*
HEADER MF LABS CSS CUSTOM
*/
.frecciaGiu {position:absolute;bottom:25px;right:25px;}
.frecciaSinistra {position: absolute;top: -30px;left: 30px;}
.indietro {font-size:13px;}
/*
CONTENT HOME MF LABS CUSTOM
*/
#content-home {position:relative;}
@media (min-width: 1171px) {
	#contentHome h2 {
		 margin: 0 0 35px;
	  text-transform: uppercase;
	  font-family: 'Noto Serif', serif;
	  font-weight: 400;
	  font-size:40px;
	  letter-spacing: 1px;
	  color: #b0976d;
	}
	#contentHome p.introHomeText {
		/*font-family: 'Clicker Script', cursive;*/
		font-family: 'Courgette', cursive;
		font-weight:normal;
		font-size: 28px;
		text-align:left;
	}
}
@media (max-width: 1170px) {
	#contentHome h2 {
	  margin: 10px 0 35px;
	  text-transform: uppercase;
	  font-family: 'Noto Serif', serif;
	  font-weight: 400;
	  font-size:33px;
	  letter-spacing: 1px;
	  color: #b0976d;
	}
	#contentHome p.introHomeText {
		/*font-family: 'Clicker Script', cursive;*/
		font-family: 'Courgette', cursive;
		font-weight:normal;
		font-size: 20px;
		text-align:left;
	}
}
#contentHome p {
	  font-family: 'Work Sans', sans-serif;
	  font-weight: 400;
	  font-size:26px;
	  letter-spacing: 1px;
	  color: #FFFFFF;
	}
#img-content-home h5.top {
	 margin: 0 0 35px;
  text-transform: uppercase;
  font-family: 'Noto Serif', serif;
  font-weight: 400;
  font-size:23px;
  letter-spacing: 1px;
  color: #FFFFFF;
  position:absolute;
  top: 40px;
  left: 100px;
}
#img-content-home p.top {
  font-family: 'Work Sans', sans-serif;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 1px;
    color: #ffffff;
    position: absolute;
    top: 70px;
    left: 100px;
    width: 45%;
    text-align: justify;
}
#img-content-home h5.bottom {
	 margin: 0 0 35px;
  text-transform: uppercase;
  font-family: 'Noto Serif', serif;
  font-weight: 400;
  font-size:23px;
  letter-spacing: 1px;
  color: #FFFFFF;
  position:absolute;
  bottom: 5px;
  left: 100px;
}
#img-content-home p.bottom {
  font-family: 'Work Sans', sans-serif;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 1px;
    color: #ffffff;
    position: absolute;
    bottom: 30px;
    left: 100px;
    width: 45%;
    text-align: justify;
}


/* AZIENDA */
@media (min-width: 1171px) {
	#contentAzienda h2 {
		 margin: 0 0 35px;
	  text-transform: uppercase;
	  font-family: 'Noto Serif', serif;
	  font-weight: 400;
	  font-size:40px;
	  letter-spacing: 1px;
	  color: #b0976d;
	}
}
@media (max-width: 1170px) {
	#contentAzienda h2 {
	  margin: 20px 0 35px;
	  text-transform: uppercase;
	  font-family: 'Noto Serif', serif;
	  font-weight: 400;
	  font-size:27px;
	  letter-spacing: 1px;
	  color: #b0976d;
	}
}
#contentAzienda p {
  font-family: 'Work Sans', sans-serif;
  font-weight: 400;
  font-size:18px;
  letter-spacing: 1px;
  color: #FFFFFF;
  text-align:left;
}
/*
FOOTER MF LABS CSS CUSTOM*/
footer h2 {
	font-family: 'Noto Serif', serif;
	font-style:italic;
    font-weight: 400;
    font-size: 26px;
    letter-spacing: 1px;
    color: #b0976e;

}
footer h5 {
	font-family: 'Work Sans', sans-serif;
    font-weight: 400;
    font-size: 20px;
    letter-spacing: 1px;
    color: #ffffff;

}

footer p {
	margin-top: 20px;
	font-family: 'Noto Serif', serif;
    font-weight: 400;
    font-size: 10px;
    letter-spacing: 1px;
    color: #ffffff;
}

footer p.copyright {
	margin-top: 20px;
	font-family: 'Work Sans', sans-serif;
    font-weight: 400;
    font-size: 10px;
    letter-spacing: 1px;
    color: #ffffff;
}

/* MF LABS CUSTOM CSS */
/* Collapse navbar menu sotti ai 1063px e non come previsto di default da Bootstrap a 768px */
/*@media (max-width: 1170px) {*/
/* @media (max-width: 1550px) {  modifica Filippo 29/06/23*/
  @media (max-width: 1750px) {
  .navbar-header {
      float: none;
  }
  .navbar-left,.navbar-right {
      float: none !important;
  }
  .navbar-toggle {
      display: block;
  }
  .navbar-collapse {
      border-top: 1px solid transparent;
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }
  .navbar-fixed-top {
      top: 0;
      border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
      display: none!important;
  }
  .navbar-nav {
      float: none!important;
      margin-top: 28.5px;
  }
  .navbar-nav>li {
      float: none;
  }
  .navbar-nav>li>a {
      padding-top: 10px;
      padding-bottom: 10px;
  }
  .collapse.in{
      display:block !important;
  }
}

.btnMoreInfo,.btnMoreInfo:hover,.btnMoreInfo:focus {background-color:#b0976d;border-color:#b0976d;border:0px;margin-bottom:25px;margin-top:25px;}

/* GALLERY CSS IN PAGE CONTENT */
.multi-item-carousel{
  .carousel-inner{
    > .item{
      transition: 500ms ease-in-out left;
    }
    .active{
      &.left{
        left:-33%;
      }
      &.right{
        left:33%;
      }
    }
    .next{
      left: 33%;
    }
    .prev{
      left: -33%;
    }
    @media all and (transform-3d), (-webkit-transform-3d) {
      > .item{
        // use your favourite prefixer here
        transition: 500ms ease-in-out left;
        transition: 500ms ease-in-out all;
        backface-visibility: visible;
        transform: none!important;
      }
    }
  }
  .carouse-control{
    &.left, &.right{
      background-image: none;
    }
  }
}

/*
GALLERY
*/
.img-gallery {border-radius:15px;margin-bottom:20px;}
.img-gallery-news {max-width:250px;height:auto;border-radius:15px;margin-bottom:20px;}

.carousel-item {
    height: 100vh;
    min-height: 300px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

/* FORM */
.form-group label,span {
	margin: 0px;
    text-transform: uppercase;
    font-family: 'Noto Serif', serif;
    font-weight: 400;
    font-size: 20px;
    letter-spacing: 1px;
    color: #b0976d;
	text-align:left;
	width:100%;
}

/*MENU*/
.navbar-nav>li>.dropdown-menu {margin-top:14px;background-color:#000000;color:#FFFFFF;}
.dropdown-menu>.active>a {background-color:transparent;}
.dropdown-menu>li>a {color:#FFFFFF;}




@media (min-width: 1200px) {
	/* BOX PRODOTTO */
	#contentProdotto img {margin:4px;}
	#indietroNormal {display:block;}
	#indietroSmall {display:none;}
	#boxImmagineProdotto {position:absolute;top:65px;left:90px;height:auto;width:auto;border:2px solid #009246;}
	#boxProdotto {margin-top:-78%;position:relative;}
	#imgProdotto {/*position:absolute;top:65px;left:90px;*/max-width:100%;height:auto;border:2px solid #ce2b37;}
	#descProdotto {position:absolute;top:30px;left:627px;max-width:480px;margin:0px;padding:0px;height:auto;}
	#descProdotto h1 {color:#FFFFFF; font-size:23px;}
	#descProdotto h2 {color:#FFFFFF; font-size:21px;}
	#descProdotto p {color: #FFFFFF; font-size:18px;}
	#foglieSeparatore {margin-top:10px;margin-bottom:35px;}
	.containerProdottoH {height:56px;margin-top: -325px;background-color: rgba(168,144,104,0.8);width: 800px;border-radius: 10px;line-height: 150px;color: #FFFFFF;font-size: 35px;}
	.containerAltroProdottoH {height:105px;margin-top: -325px;background-color: rgba(168,144,104,0.8);width: 800px;border-radius: 10px;line-height: 150px;color: #FFFFFF;font-size: 35px;}
}
@media (min-width:992px) and (max-width: 1199px) {
	/* BOX PRODOTTO */
	#contentProdotto img {margin:4px;}
	#indietroNormal {display:block;}
	#indietroSmall {display:none;}
	#boxImmagineProdotto {position:absolute;top:65px;left:72px;height:auto;width:auto;border:2px solid #009246;}
	#boxProdotto {margin-top:-90%;position:relative;}
	#imgProdotto {/*max-width:84%;*/width: 370px;height:auto; border:2px solid #ce2b37;}
	#descProdotto {position:absolute;top:30px;left:508px;max-width:420px;margin:0px;padding:0px;height:auto;}
	#descProdotto h1 {color:#FFFFFF; font-size:20px;}
	#descProdotto h2 {color:#FFFFFF; font-size:19px;}
	#descProdotto p {color: #FFFFFF; font-size:15px;}
	#foglieSeparatore {margin-top:10px;margin-bottom:35px;}
	.containerProdottoH {height:56px;margin-top: -275px;background-color: rgba(168,144,104,0.8);width: 800px;border-radius: 10px;line-height: 150px;color: #FFFFFF;font-size: 35px;}
	.containerAltroProdottoH {height:105px;margin-top: -325px;background-color: rgba(168,144,104,0.8);width: 800px;border-radius: 10px;line-height: 150px;color: #FFFFFF;font-size: 35px;}
}
@media (min-width:920px) and (max-width: 991px) {
	/* BOX PRODOTTO */
	.containerProdotto {width: 930px;}
	#contentProdotto img {margin:4px;}
	#indietroNormal {display:block;}
	#indietroSmall {display:none;}
	#boxImmagineProdotto {position:absolute;top:65px;left:75px;height:auto;width:auto;border:2px solid #009246;}
	#boxProdotto {margin-top:-92%;position:relative;}
	#imgProdotto {/*max-width: 40%;*/ width:350px; height: auto;border:2px solid #ce2b37;}
	#descProdotto {position: absolute; top: 30px; left: 472px; width: 430px; margin: 0px; padding: 0px; height: auto;}
	#descProdotto h1 {color:#FFFFFF; font-size:15px;}
	#descProdotto h2 {color:#FFFFFF; font-size:14px;}
	#descProdotto p {color: #FFFFFF; font-size:13px;}
	#foglieSeparatore {margin-top:10px;margin-bottom:35px;}
	.containerProdottoH {height:56px;margin-top: -190px;background-color: rgba(168,144,104,0.8);width: 675px;border-radius: 10px;line-height: 150px;color: #FFFFFF;font-size: 35px;}
	.containerAltroProdottoH {height:105px;margin-top: -325px;background-color: rgba(168,144,104,0.8);width: 800px;border-radius: 10px;line-height: 150px;color: #FFFFFF;font-size: 35px;}
}

@media (max-width:919px) {
	/* BOX PRODOTTO */
	.myContainer {display:none;}
	.intro-prodotto-prosciutto, .intro-salumi-parma, .intro-salumi-simonini {display:none;}
	.containerProdotto {width: 95%;}
	#indietroNormal {display:none;}
	.indietro {font-size:18px;}
	#indietroSmall {    display: block;/* margin: -19px auto; */margin-top: -60px;text-align: center;width: 100%;}
	.frecciaSinistra {position: relative; top:0px;left:0px;}
	.btn-circle-indietro {width: auto; height: 70px;
    /* margin-top: 15px; */
    /* padding: 7px 16px; */
    /* border: 2px solid white; */
    border-radius: 100% !important;
    font-size: 40px;
    z-index: 1000000;
    color: #333333;
    background: transparent;
    -webkit-transition: background 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out;}
	#boxImmagineProdotto {height:auto;width:auto;}
	#boxImmagineProdotto img {width:80%;margin-top:20px;}
	#contentProdotto img {margin-top:20px;}
	#descProdotto h1 {margin-top:20px;}
	#boxProdotto a {margin:20px auto;color:#FFFFFF;}
	/*
	.containerProdotto {width: 630px;}
	#boxImmagineProdotto {position:absolute;top:65px;left:75px;height:auto;width:auto;border:2px solid #009246;}
	#boxProdotto {margin-top:-92%;position:relative;}
	#imgProdotto { width:350px; height: auto;border:2px solid #ce2b37;}
	#descProdotto {position: absolute; top: 30px; left: 472px; width: 430px; margin: 0px; padding: 0px; height: auto;}
	#descProdotto h1 {color:#FFFFFF; font-size:15px;}
	#descProdotto h2 {color:#FFFFFF; font-size:14px;}
	#descProdotto p {color: #FFFFFF; font-size:13px;}
	#foglieSeparatore {margin-top:10px;margin-bottom:35px;}
	.containerProdottoH {height:56px;margin-top: -190px;background-color: rgba(168,144,104,0.8);width: 675px;border-radius: 10px;line-height: 150px;color: #FFFFFF;font-size: 35px;}
	.containerAltroProdottoH {height:105px;margin-top: -325px;background-color: rgba(168,144,104,0.8);width: 800px;border-radius: 10px;line-height: 150px;color: #FFFFFF;font-size: 35px;}
	*/
}

/* EVENTI E NEWS */
.titleEvento {    font-family: 'Noto Serif', serif;
    font-weight: 400;
    font-size: 25px;
    letter-spacing: 1px;
    color: #FFFFFF;
    background-color: #b0976d;
    line-height: 35px;
    border-radius: 5px;}
	.textEvento {    font-family: 'Noto Serif', serif;
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 1px;
    color: #FFFFFF;
  }

  #contentAzienda img, #contentNews img{margin-left:auto;margin-right:auto;}

  #boxCertificazioni {text-align:center; margin: 5px auto;}
  #contentProdotto #glutine {font-size: 13px;margin:0px 0px 0px 10px;}
  #contentProdotto #normative {font-size: 10px;font-style:italic;}



.card h3 {
    margin: 0 0 15px;
    text-transform: uppercase;
    font-family: 'Noto Serif', serif;
    font-weight: 400;
    font-size: 28px;
    letter-spacing: 1px;
    color: #b0976d;
}

#textHeaderHome {
	/*background-color: rgba(176,151,109,0.6);*/
	border-radius:40px;
}

@media (min-width: 768px) {
	.navbar-brand {
		float: left;
		height: 50px;
		padding: 15px 15px;
		font-size: 18px;
		line-height: 20px;
	}
	.navbar-toggle {
		position: relative;
		float: right;
		padding: 9px 10px;
		margin-top: 8px;
		margin-right: 15px;
		margin-bottom: 8px;
		background-color: transparent;
		background-image: none;
		border: 1px solid transparent;
		border-radius: 4px;
	}
}
@media (max-width: 767px) {
	.navbar-toggle {
		position: relative;
		float: right;
		padding: 9px 10px;
		margin-top: 11px;
		margin-right: 10px;
		margin-bottom: 8px;
		background-color: transparent;
		background-image: none;
		border: 1px solid transparent;
		border-radius: 4px;
	}
	.navbar-brand {
		float: left;
		height: 50px;
		padding: 30px 15px;
		font-size: 18px;
		line-height: 20px;
	}
}

.btnBenedictoMenu,li>button.btnBenedictoMenu:hover {background-color: #9b8561; color:#FFFFFF!important;border:0px;height: 40px;margin: -10px auto;border-radius: 10px;}
.btnExcelsoMenu,li>button.btnExcelsoMenu:hover {background-color: #903d2c; color:#9b8561!important;border:0px;height: 40px;margin: -10px auto;padding-left:10px;padding-right:10px;border-radius: 10px;font-weight:bold;}
