body {
  margin: 0;
  font-family: "Muli", "Roboto", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
  color: #7e7a78;
  text-align: left;
  background-color: #FFF;
}
b {font-weight:700;}

h1.maintit {font-family:'Muli', Roboto, serif;color:#7e7a78;letter-spacing: 10px;font-weight:700;line-height: 2.5rem;margin-top: 16px;}
h2.maintit {font-family:'Muli', Roboto, serif;color:#7e7a78;margin:24px 30px;margin: 0;font-size: 2rem;line-height: 2;letter-spacing: 10px;font-weight:700;}
h2.maintit span {font-size:20px;letter-spacing: 1px;font-weight:400;}

sub, sup {
    font-size: 70%;
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "Muli", "Roboto", sans-serif;
  font-style: normal;
  font-weight: 300;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.75rem;
  word-wrap: break-word;
  opacity: 0;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "Muli", "Roboto", sans-serif;
  font-style: normal;
  font-weight: 300;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.75rem;
  word-wrap: break-word;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid rgba(34, 42, 66, 0.05);
  border-radius: 0.4285rem;
  box-shadow: 0px 0.5rem 2rem 0px rgba(34, 42, 66, 0.2);
}

button,
input,
optgroup,
select,
textarea {
  font-family: "Muli", "Roboto", sans-serif;
}

ul li, ol li {
    color: #7e7a78;
}

h1, h2, h3, h4, h5, h6 {
    color: #7e7a78;
}
h1, .h1 {
    font-size: 2.4rem;
}
h5, .h5 {
    font-size: 1rem;
	color:#898151;
}
h1 {font-family:"Muli", Roboto, serif;margin-bottom:40px;margin: 0 0 20px;font-size: 2rem;line-height: 2;}
h3 {font-family:"Muli", Roboto, serif;margin: 0;font-size: 1.2rem;line-height: 1;}
h5 {font-family:"Muli", Roboto, serif;margin: 40px 0 20px;font-size: 1.2rem;line-height: 2;color:#7e7a78;}
p {
    color: #7e7a78;
}
p.intro {
    color: #898151;
	margin-top: 66px;
	margin-bottom:22px;
	font-size: 1.5rem;
	line-height: 2rem;
}

img {
	max-width:100%;
    border-radius: 0;
}

a {
    color: #898151;
    font-weight: 300;
}
a:hover, a:focus {
    color: #333333/*#847e7a*/;
}

.section {
    padding: 40px 0;
}
.landing-page .section:nth-of-type(3) {
    padding-top: 20px;
	padding-bottom: 80px;
}
.section-cert {
	border-bottom:3px solid #898151;
}

.page-header .content-center {
    max-width: none;
}
.page-header .content-bottom {

    position: absolute;
    bottom: 0;
    z-index: 2;
    padding: 0 30px 60px;
	width:100%;
}

.navbar {
    background: #898151;
	font-size: 1.2rem;
}
.navbar-nav li {
    padding: 0 30px;
}
.navbar .navbar-nav .nav-item .nav-link {
    padding-top: 26px;
	color: #FFF;
	text-transform: uppercase;
}
.navbar .navbar-nav .nav-item .nav-link:hover {
    color: #FFF;
}

.navbar .navbar-nav .nav-item .nav-link:before {
  content: "";
  position: absolute;
  width: calc(100% - 16px);
  height: 2px;
  bottom: 6px;
  left: 8px;
  background-color: #FFF;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.navbar .navbar-nav .nav-item .nav-link:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}



.footer {
	border-top:40px solid #424240;
    padding: 50px 20px;
	background-color:#333333;
	background-image:none;
    /*background: radial-gradient(ellipse at bottom, #292D61 30%, #171941 80%);*/
}
.footer .nav {
    padding-top: 20px;
}
.footer .nav-link {
    color: #ffffff;
    padding: 0 0 10px;
    font-size: 1rem;
    text-transform: none;
    text-decoration: none;
}
.footer .nav-link:hover {
    color: #898151;
}
.footer .nav-link-green {
    color: #898151;
}
.footer .nav-link-green:hover {
    color: #FFF;
}
.wrapper-address {
	padding-top:20px;
}

/* Aspect ratio 1:1 - http://www.mademyday.de/css-height-equals-width-with-pure-css.html */
.tile:before{
	content: "";
	display: block;
	padding-top: 100%; 	/* initial ratio of 1:1*/
}
.tile-content{
	position:  absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
/* */
.tile-content-product-01, .tile-content-product-02, .tile-content-product-03, .tile-content-product-04{
	-webkit-transition: all 300ms ease 0s;
	-moz-transition: all 300ms ease 0s;
	-o-transition: all 300ms ease 0s;
	-ms-transition: all 300ms ease 0s;
	transition: all 300ms ease 0s;
}
.tile-content-product-01:hover {
	/*background-color: rgba(111, 155, 200, 0.4);*/
	/*background-color: rgba(168, 182, 185, 0.5);*/
	background-color: rgba(255, 255, 255, 0.4);
}
.tile-content-product-02 {
	background-color: rgba(168, 182, 185, 0.5);
	/*background-color: rgba(255, 210, 0, 0.3);*/
	/*background-color: rgba(127, 28, 28, 0.3);*/
}
.tile-content-product-02:hover {
	background-color: rgba(127, 28, 28, 0);
}
.tile-content-product-03 {
	/*background-color: rgba(177, 31, 50, 0.2);*/
	background-color: rgba(168, 182, 185, 0.5);
}
.tile-content-product-03:hover {
	background-color: transparent;
}
.tile-content-product-04:hover {
	background-color: rgba(128, 188, 4, 0.5);
}

.tile-content-product-05 {
	/*background-color: rgba(241, 11, 38, 0.3);*/
	background-color: rgba(168, 182, 185, 0.5);
}
.tile-content-product-05:hover {
	background-color: transparent;
}

/*
.tile-content h3 {font-family: "Muli", "Roboto", sans-serif;color:#FFF;text-align:right;font-weight:300;margin:30px 40px;}
*/
.tile-content h3 {font-family: "Muli", "Roboto", sans-serif;color: #666;font-weight: 500;background-color: rgba(255,255,255,.9);display: inline-block;padding: 10px 15px;font-size: 1rem; }
.tile-content h3 span {color:#FFF;text-align:right;font-weight:300;font-size: 1.2rem;}
.tile-content h3.board-left {color:#898151;text-align:left;margin:30px 40px;font-weight:300;position: absolute;bottom: 0;}
.tile-content h3.board-right {color:#898151;text-align:right;margin:30px 40px;font-weight:300;position: absolute;bottom: 0;right:0;}

@media screen and (max-width: 991px) {
	.tile-content h3 {text-align:center;margin:30px 10px;}
}

#green-spirit {color:#fff;padding:40px 0;}
#green-spirit h3 {color:#eeec87;}
#green-spirit h3 span {color:#fff;}

.nav-pills .nav-link, .nav-pills .show > .nav-link {
    color: #7e7a78;
    background-color: transparent;
	padding-left:0;
	font-size: 1.5rem;
	line-height: 2rem;
}
.nav-pills .nav-link.active {
    color: #ff484d;
    background-color: transparent;
}
/*
.tab-content .tab-pane {
    padding-right: 40px;
	padding-top: 10px;
}
*/
.tab-content .tab-pane p {
    margin-bottom: 20px;
}
.tab-content .tab-pane p span {
    color:#898151;
}

.tile-img {
  transition: filter .5s ease-in-out;
  -webkit-filter: grayscale(100%); /* Ch 23+, Saf 6.0+, BB 10.0+ */
  filter: grayscale(100%); /* FF 35+ */
  cursor:pointer;
}
.tile-img:hover {
  -webkit-filter: grayscale(0%); /* Ch 23+, Saf 6.0+, BB 10.0+ */
  filter: grayscale(0%); /* FF 35+ */
}

#green-spirit a {color:#eeec87;transition: color .5s ease-in;}
#green-spirit a:hover, #green-spirit a:focus {color:#898151;}

#prodotti h2, .h2 {
    margin-bottom: 10px;
	margin-top: 10px;
    line-height: 1.2;
}
.card {
    background: #FFF;
    border: 0;
        border-bottom-color: currentcolor;
        border-bottom-style: none;
        border-bottom-width: 0px;
    position: relative;
    width: 100%;
    margin-bottom: 30px;
    /*box-shadow: 0 1px 20px 0px rgba(0, 0, 0, 0.1);*/
	 box-shadow: none;
   border-radius: 0;
}
.card01 {background-color:#e2e2e2;color:#7e7a78;}
.card02 {background-color:#cae7ff;color:#7e7a78;}
.card03 {background-color:#9896b4;color:#e2e2e2;}
.card04 {background-color:#1e1f22;color:#e2e2e2;}
h2.card-title {font-family:'Muli', Roboto, serif;margin: 0px 0px 20px;font-size: 1.4rem;}
.card01 h2, .card02 h2, .card01 p, .card02 p {color:#7e7a78;}
.card03 h2, .card04 h2, .card03 p.card-text, .card04 p.card-text {color:#e2e2e2;}
.card-dida {
  padding:2px 40px 6px;font-style: italic;font-size:0.8rem;
}


#summary p.collapse:not(.show) {
    height: 42px !important;
    overflow: hidden;
  
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;  
}

#summary p.collapsing {
    min-height: 42px !important;
}

#summary a.collapsed:after  {
    content: '+ Leggi';
}

#summary a:not(.collapsed):after {
    content: '- Chiudi';
}

.btn {
    font-size:1rem;
}

.btn-link {
    border: 0;
    box-shadow: none;
    padding: 0.5rem 0.7rem;
    background: transparent!important;
    color: #898151;
    font-weight: 400;
    width: 100%;
    text-align: left;
    transition: 500ms;
}
.btn-link:hover, .btn-link:focus, .btn-link:active, .btn-link.active, .btn-link:active:focus, 
.btn-link:active:hover, .btn-link.active:focus, .btn-link.active:hover {
    background: #898151!important;
    color: #FFF;
}
#accordionShop  b {font-weight: 700;}


.btn.btn-products, .navbar .navbar-nav > a.btn.btn-products {
    color: #898151;
	background: transparent;
	padding: 0px 0px;
	margin: 0px;
}

.btn-products:hover, 
.btn-products:focus,
.btn-products.focus, 
.btn-products:disabled,
.btn-products.disabled {
  color: #635e5b;
}
.btn-products:focus,
.btn-products.focus {
  color: #898151;
}

.btn.btn-products:hover,
.btn.btn-products:focus,
.btn.btn-products:active,
.navbar .navbar-nav>a.btn.btn-products:hover,
.navbar .navbar-nav>a.btn.btn-products:focus,
.navbar .navbar-nav>a.btn.btn-products:active {
  background-color: transparent !important;
  background-image: none !important;
  color: #635e5b !important;
  text-decoration: none;
  box-shadow: none;
  transform: none !important;
}
.btn.btn-products:focus,
.btn.btn-products:active,
.navbar .navbar-nav>a.btn.btn-products:focus,
.navbar .navbar-nav>a.btn.btn-products:active {
  background-color: transparent !important;
  background-image: none !important;
  color: #898151 !important;
  text-decoration: none;
  box-shadow: none;
  transform: none !important;
}
#prodotti.navbar {
    font-size: 1rem !important;
}
#prodotti .navbar-nav li {
    padding: 4px 0px;
}
#prodotti .navbar-nav li a {
    color: #635e5b;
}
#prodotti .navbar-nav li a:hover, #prodotti .navbar-nav li a:active {
    color: #93923a;
}
#prodotti .card {
    background: #FFF;
    border: 0;
        border-bottom-color: currentcolor;
        border-bottom-style: none;
        border-bottom-width: 0px;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: 0px;
    position: relative;
    width: 100%;
    margin-bottom: 10px;
    box-shadow: 0 1px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: none;
}
#prodotti .card .card-header {
    padding: 0px 15px 0;
}
#prodotti .card .show {
    border-bottom: 2px solid #635e5b;
}

#accordionShop .card {
    margin-bottom: 0px !important;
}

.quality-step {margin-bottom:30px;}
.quality-step img {margin-bottom:20px;}
.quality-step label {display:block;text-align:right;color:#ff484d;border-bottom:1px solid #ff484d;font-size: 2.4rem;}
.quality-step h3 {color:#ff484d;}
.quality-step .col-5 {padding-top:72px;}
.quality-step-01 label {width:14%;}
.quality-step-02 label {width:28%;}
.quality-step-03 label {width:42%;}
.quality-step-04 label {width:56%;}
.quality-step-05 label {width:70%;}
.quality-step-06 label {width:84%;}
.quality-step-07 label {width:98%;}

@media (min-width: 1680px) {
	body {background-color: #fff;/*rgba(128, 188, 4, 0.2); #898151*/}
    .container-fluid {
        width: 1680px;
		margin:0 auto;
    }
}

@media screen and (max-width: 991px) {
  .navbar .navbar-translate {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: space-between !important;
  }
  .navbar-collapse {
    position: absolute;
    width: 100%;
    height: auto !important;
    left: 0;
    top: 0;
    margin: 0;
    background: #898151;
    border-radius: 0;
    padding: 1.4rem;
  }
  
  .navbar .navbar-toggler-bar {
    display: block;
    position: relative;
    width: 22px;
    height: 1px;
    border-radius: 1px;
    background: #FFF;
  }
  .navbar .navbar-collapse .navbar-collapse-header .collapse-close .navbar-toggler {
    color: #FFF;
   }
}

/*
#carouselDots .owl-dot {width:20px;height:20px;border-radius:50%;position:relative;float:left;margin:6px;border:none;outline: none;background:#b0af48;}
#carouselDots .owl-dot.active, #carouselDots .owl-dot:hover {background:#898151;}
.owl-carousel .owl-nav button.owl-prev {display:none;}
*/
.owl-carousel .owl-nav button {
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	outline:none;
}

.owl-carousel .owl-nav button i.fa {
	font-size: 40px;
	
}
.owl-carousel .owl-nav button.owl-prev, .owl-prev {
    width: 50px;
    height: 60px;
    position: absolute;
    top: calc(50% - 30px);
    margin-left: 30px;
    display: block !important;
    border:0px solid black;
	
	color:rgba(255,255,255,0.5);
}

.owl-carousel .owl-nav button.owl-next, .owl-next {
    width: 60px;
    height: 60px;
    position: absolute;
    top: calc(50% - 30px);
    right: 30px;
    display: block !important;
    border:0px solid black;
	
	color:rgba(255,255,255,0.5);
}
/*.owl-prev i, .owl-next i {transform : scale(1,6); color: #ccc;}*/
.owl-theme .owl-nav [class*=owl-]:hover{background:none;color:#FFF;text-decoration:none}

.carousel-caption-text { transform: translateY(-50%);bottom: 0;top: 60%;max-width:1680px;left:auto;right:auto; }
.carousel-caption-loghi { width:100%;max-width:1680px;left:auto;right:auto; }
.caption-text { font-size: 1.8rem;font-weight:300;background-color: rgba(0,0,0,0.3);padding-top:30px;padding-bottom:30px; }
.caption-text02 { font-size: 2.4rem;font-weight: 300;transform: translateY(-50%);bottom: 0;top: 60%;left: 5%;right: 5%; }

@media screen and (max-width: 1399px) {
	.carousel-caption-text { transform: translateY(-50%);bottom: 0;top: 56%;max-width:1680px;left:auto;right:auto; }
	.carousel-caption-loghi { width:100%;max-width:1680px;left:auto;right:auto; }
	.caption-text { font-size: 1.8rem;font-weight:300; }
	.caption-text02 { font-size: 2.2rem;top: 60%; }
}
@media screen and (max-width: 1199px) {
	.carousel-caption-text { transform: translateY(-50%);bottom: 0;top: 56%;max-width:1680px;left:auto;right:auto; }
	.carousel-caption-loghi { width:100%;max-width:1680px;left:auto;right:auto; display:none !important;}
	.caption-text { font-size: 1.6rem;font-weight:300; }
	.caption-text02 { font-size: 2rem;top: 60%; }
}
@media screen and (max-width: 991px) {
	.carousel-caption-text { transform: translateY(-50%);bottom: 0;top: 56%;max-width:1680px;left:auto;right:auto; }
	.carousel-caption-loghi { width:100%;max-width:1680px;left:auto;right:auto; display:none !important;}
	.caption-text { font-size: 1.4rem;font-weight:300; }
	.caption-text02 { font-size: 1.4rem;top: 40%; }
	.customNextBtn01, .customNextBtn02 {display:none !important;}
}

.form-control {

    border-color: #2b3553;
    border-radius: 0;
    font-size: 1rem;
	
	border-left: none;
    border-top: none;
    border-right: none;

}
textarea.form-control {

    max-width: 100%;
    max-height: 200px;

}
.form-control:focus {

    border-color: #898151;
    background-color: transparent;
    box-shadow: none;

}
.form-control {
	color: #857f7b;
}
.form-control:focus {

    color: #857f7b;
}
.btn {background: #898151;border-radius: 0;transition: none;}

p.firstq {margin-top: 74px;}

.nav-tabs > .nav-item > .nav-link {
    color: #7e7a78;
    margin: 18px;
    background-color: transparent;
    border-radius: 0px;
    padding: 0px;
    line-height: 1;
	font-size:1.2rem;
	border: 0px solid transparent;
}
.nav-tabs > .nav-item > .nav-link.active {
    border: 0px solid transparent;
    border-radius: 0px;
}
.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  border-color: transparent;
  border: 0px solid transparent;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: transparent;
	border: 0px solid transparent;
}
.nav-tabs > .nav-item > .nav-link:hover {
    background-color: transparent;
    border: 0px solid transparent;
    color: #7e7a78;
}


/*
.nav-tabs > .nav-item > .nav-link:hover {
    color: #7e7a78;
}

.nav-tabs .nav-link label:before {
  content: "";
  position: absolute;
  width: calc(100% - 16px);
  height: 2px;
  bottom: 6px;
  left: 8px;
  background-color: #7e7a78;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.nav-tabs .nav-link label:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
*/


.card-columns .card {
  margin-bottom: 1.25rem;
}

@media (min-width: 576px) {
  .card-columns {
    column-count: 4;
    column-gap: 0;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.card-img {
  width: 100%;
  border-radius: 0;
}

.card-img-top {
  width: 100%;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.card-deck {
  display: flex;
  flex-direction: column;
}

.card-deck .card {
  margin-bottom: 15px;
}

@media (max-width: 576px) {
  .card-deck {
      display: block;
  }
}

@media (min-width: 576px) {
  .card-deck {
    flex-flow: row wrap;
    margin-right: 15px;
    margin-left: 15px;
  }
  .card-deck .card {
    display: flex;
    flex: 1 0 0%;
    flex-direction: column;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
  }
}

.card .card-body {
    padding: 50px 40px;
}

#azienda a {transition: 500ms;line-height:30px;}
#azienda a:hover {}

.accordion > .card .card-header {

    margin-bottom: 0px;

}

.cookieinfo {border-top:1px solid #000;}