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

.line-bottom {
    border-bottom: 1px solid #cccccc;
    border-top: 1px solid #cccccc;
    font-family: "Archivo Black", sans-serif;
    font-size: 18px;
    line-height: 30px;
    margin: 15px 0;
    padding: 21px 0;
    text-align: center;
    text-transform: uppercase;
    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;
}
.bolle-container .col-md-4{
	margin-left:11%;
}
.bolla-prodotti{
    cursor: pointer;
}

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

.mini-title h3 {
    color: #fff;
}

.fotoprodotto p{
	border-bottom: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	padding-top: 15px;
	padding-bottom: 15px;
}
@media (max-width: 1199px) {
	.bolla-prodotti p {
		max-height: 150px;
		overflow: auto;
	}
}

@media (max-width: 767px){
	.bolle-container .col-md-4{
		margin-left:0px;
	}
}
