body {
	background-image: url(../immagini/bg1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	background-attachment: fixed;
}

.container.white {
    overflow-y: hidden;
}

.line-bottom {
    border-bottom: 1px solid #cccccc;
    line-height: 30px;
    margin: 15px 0;
    padding: 21px 0;
    margin-top: 0px;
}

a#btnProdotti, a#btnProdotti:visited {
	color: #000
}
div#contCustomPage p.contLoghiAboutUs {
	width: 100%;
	height: 280px;
	margin: 15px 0;
	padding: 0;
	background: #eee;
}

a.loghiAboutUs {
	width: auto;
	height: 120px;
	margin: 10px;
	padding: 0;
	display: block;
	float: left;
}

.bolla-prodotti{
    cursor: pointer;
}

.row.division {
	margin: 40px 0 10px
}

.mini-title h3 {
    font-size: 15px;
    color: #fff;
}
.fotoprodotto p{
	border-bottom: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	padding-top: 15px;
	padding-bottom: 15px;
}

.panel-title a {
	text-decoration: none;
    font-size: 16px;
    color: #5a5a5a !important;
    font-family: 'Archivo Black', sans-serif;
    font-weight: normal;
    height: 40px;
    overflow: hidden;
}

.panel-default {
    border-color: transparent;
}

.panel-group .panel {
    border-radius: 0px;
}

.panel {
	box-shadow: 0 0px 0px rgba(0, 0, 0, .05);
	border: 0px solid transparent;
}

.panel-default > .panel-heading {
    background-image: none!important;
    background-repeat: none;
	background-color: #f1f1f1;
	border-top: 5px #16952C solid;
}

.panel-heading {
	border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.panel-body {
	padding: 15px 0px 15px 0px;
	text-align: justify;
}

.paper-category {
	margin-bottom: 2em;
}

.btn-paper {
	width: 100%;
	border-radius: 0px;
	text-decoration: none;
    font-size: 16px;
    color: #5a5a5a !important;
    font-family: 'Archivo Black', sans-serif;
    font-weight: normal;
    height: 40px;
	overflow: hidden;
	transition: all 0.2s linear 0s;
	background-color:rgb(221, 221, 221);
}

.btn-paper:hover {
	color: #16952C!important;
}

.btn-category {
	padding-left: 5px;
	padding-right: 5px;
}

.btn-category-first {
	padding-left: 0px;
	padding-right: 5px;
}

.btn-category-last {
	padding-left: 5px;
	padding-right: 0px;
}

.box-prodotto-title h3 {
	clear: both;
}

.box-prodotto-title .abstract-prodotto {
    height: 49px;
}

.bolla-categoria {
	margin-bottom: 10px;
	background-color:rgb(221, 221, 221);
}

.col-prodotto-title {
	padding-right: 0px;
	padding-left: 0px;
	background-color: #fff;
}

.col-prodotto-img {
    padding-left: 0px;
    padding-right: 0px;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 3px solid #ccc;
    margin: 1em 0 1.5em;
    padding: 0;
}

.panel-group .panel + .panel {
    margin-top: 8px;
}

.no-margin-right-prod {
	margin-right: 9px;
}

.no-margin-left-prod {
	margin-left: 0px;
	float: left!important;
}

/* ---- FILTER ---- */

.button {
  cursor: pointer;
}

.button:active,
.button.is-checked {
  background-color: #16952C;
  color: #fff!important;
}

.btn:hover, .btn:focus {
    color: none;
    text-decoration: none;
}

/* ---- button-group ---- */

.button-group:after {
  content: '';
  display: block;
  clear: both;
}

.grid:after {
	content: '';
	display: block;
	clear: both;
  }

 .grid {
	margin-top: 90px;
} 

.element-item {
	position: relative;
	float: left;
	width: 423px;
	height: auto;
	margin-bottom: 20px;
	/* margin: 5px;
	padding: 10px; */
	/* background: #888;
	color: #262524; */
  }
  
  .element-item > * {
	margin: 0;
	padding: 0;
  }

  .bolla-categoria {
    margin-bottom: 10px;
	cursor: initial;
	color: #16952C;
	padding: 2px 5px 0px 5px;
	font-family: 'Archivo Black', sans-serif;
    font-weight: normal;
}

.bolla-categoria-null {
    margin-bottom: 10px;
	padding: 12px 5px 12px 5px;
	content: '';
	display: block;
}

.bolla-categoria:hover {
	color: #16952C;
}

.bolla-categoria:focus {
	color: #16952C;
	outline: 0px auto -webkit-focus-ring-color;
}

.box-prodotto:hover .col-prodotto-img {
    border-left: 5px solid #3da434;
}
  

.mdi-minus {
	font-size: 24px;
}

.mdi-plus {
	font-size: 24px;
}

.plus::before {
	content: "+";
}

.minus::after {
	content: "-";
}

.plus-minus {
	font-size: 18px;
}

@media (max-width: 1199px) {
	.bolla-prodotti p {
		max-height: 150px;
		overflow: auto;
	}
	.element-item {
		width: 100%;
	}
}
@media (max-width:990px){
	.mini-title h3 {
	    line-height: 20px;
	}

	.no-padding-right-prod {
		padding-right: 15px;
	}

	.no-padding-left-prod {
		padding-left: 15px;
	}
}

@media (max-width:768px) {
	.btn-category-first {
		padding-left: 5px;
		padding-right: 5px;
	}
	.btn-category-last {
		padding-left: 5px;
		padding-right: 5px;
	}
	.box-prodotto:hover .col-prodotto-img {
		border-left: 0px solid #3da434;
	}

	.box-prodotto-title h3 {
		clear: left;
	}
	.box-prodotto {
    	padding-left: 15px!important;
	}
	.grid {
		margin-top: 35px;
	}
	.element-item {
		width: 100%;
		padding-left: 0px;
	}

	.panel-title a {
		font-size: 12px;
	}
}
