body {
	background-image: url(../immagini/bg1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	background-attachment: fixed;
}
div#contCustomPage {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 30px 0;
}

div#contCustomPage p {
	height: auto;
	line-height: 18px;
	margin: 0;
	padding: 0 0 15px 0;
	color: #5a5a5a;
	font-size: 12px;
	text-align: justify;
}

.col-md-4, .row.chemicals{margin:10px 0}

.sub-prodotto-bolla {
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -ms-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
}

.sub-prodotto-bolla-opacity {
    filter: alpha(opacity=50);
    opacity: 0.5;
}


div#contCustomPage p strong {
	color: #000;
}

div#contCustomPage ul {
	width: auto;
	height: auto;
	margin: 0 0 0 15px;
	padding: 10px 0 0 0;
	color: #ed592e;
	font-size: 12px;
}

div#contCustomPage ul li {
	height: auto;
	line-height: 20px;
	padding: 0 0 10px 0;
	text-align: justify;
}

div#contCustomPage ul li strong {
	color: #000;
	font-weight: bold;
}

div#contCustomPage ul li a, div#contCustomPage ul li a:visited, div#contCustomPage ul li a:hover {
	color: #ed592e;
	text-decoration: none;
}

div#contCustomPage ul.listaSenzaStile {
	height: auto;
	margin: 0 0 20px 20px;
	padding: 0;
	color: #4e4d4d;
	font-size: 12px;
	font-weight: normal;
	float: left;
	display: inline;
}

div#contCustomPage ul.listaSenzaStile li {
	padding: 0 0 5px 0;
}

div#contCustomPage ul.listaSenzaStile li strong {
	color: #000;
	font-weight: bold;
}

div#contCustomPage ul.listaSenzaStile li a, div#contCustomPage ul.listaSenzaStile li a:visited, div#contCustomPage ul.listaSenzaStile li a:hover {
	color: #ed592e;
	text-decoration: none;
}

div#contCustomPage .orange {
	color: #ed592e;
}

div#contCustomPage .grey {
	color: #5a5a5a;
}

div.boxRightContacts {
	margin: 30px auto 20px auto;
}


@media (max-width: 991px) {
	.col-md-4.catalogo.dunapox {
	    clear: both;
	    float: none;
	    margin: 20px auto;
	    width: 250px;
	}
}

@media (max-width: 400px) {
	.col-md-4.catalogo.dunapox {
		width: 200px;
	}
}


.box-prodotto {
	margin-bottom: 20px;
}

.box-prodotto a:hover p, .box-prodotto a:visited, .box-prodotto a {
	text-decoration: none;
}

.box-prodotto .row-eq-height {
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

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

.box-prodotto-title {
	border: 1px solid #CCCCCC;
	border-right: none;
	padding: 15px 15px 15px 15px;
	height: 100%;
	position: relative;
	vertical-align: middle;
}

.box-prodotto-title .line {
    display: block;
    position: relative;
    height: 20px;
    margin: 10px 0px;
}

.box-prodotto-title .line:after {
	display: inline-block;
	height: 1px;
	background: #CCCCCC;
	width: 30px;
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
}

.box-prodotto-title h3 {
	text-align: right;
	font-size: 16px;
    color: #5a5a5a !important;
	font-family: 'Archivo Black', sans-serif;
	font-weight: normal;
	height: 40px; 
	overflow: hidden;
}

.box-prodotto-title .link-prodotto {
	text-decoration: underline !important;
    color: #3da434;
	transition: all 0.2s linear 0s;
	position: absolute;
	bottom: 15px;
	margin: 0px;
	right: 15px;
	opacity: 0;
}

.box-prodotto-title .abstract-prodotto {
	height: 88px;
	overflow: hidden;
    margin-bottom: 20px;
}

.box-prodotto-title .abstract-prodotto:after {
	content: '[...]';
	color: #ddd;
}

.box-prodotto-title p {
	text-align: right;
	font-size: 13px;
	color: #5a5a5a;
}

.col-prodotto-img {
	padding-left: 0px;
	border-left: 5px solid #ddd;
	transition: all 0.2s linear 0s;
}

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

.col-prodotto-img .box-prodotto-img {
	border: 1px solid #CCCCCC;
	border-left: none;
	width: 100%;
	height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.box-prodotto a:hover .link-prodotto {
	opacity: 1;
}

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

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

.box-prodotto-title .abstract-prodotto:after {
	content: '[...]';
	color: #3da434;
}

@media (max-width: 1200px) {
	.box-prodotto-title .abstract-prodotto:after {
		display: none;
	}

	.box-prodotto-title h3 {
		font-size: 14px;
		height: 33px;
		line-height: 18px;
	}
}

@media (max-width: 767px) {
	.box-prodotto .row-eq-height {
		display: block;
	}

	.col-prodotto-title {
		padding-right: 15px;
	}

	.col-prodotto-img {
		padding-left: 15px;
		border-left: none;
		transition: all 0.2s linear 0s;
	}

	.box-prodotto-title {
		border-left: none;
		border-right: 1px solid #CCCCCC;
		border-bottom: none;
		height: 100px;
	}

	.box-prodotto {
		border-left: 5px solid #ddd;
	}

	.box-prodotto-title .link-prodotto {
		display: none;
	}	

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

	.box-prodotto a:hover .col-prodotto-img {
		border-left: none;
	}

	.box-prodotto-title h3 {
		text-align: left;
	}

	.box-prodotto-title .abstract-prodotto {
		max-height: 72px;
		height: auto;
	}

	.box-prodotto-title .abstract-prodotto:after {
		display: inline;
	}

	.col-prodotto-img .box-prodotto-img {
		border-top: 0px;
		height: 100px;
	}

	.box-prodotto-title p {
		text-align: left;
	}

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

	.box-prodotto-title .line:after {
		left: 0;
	}

	/* .box-responsive {
		width: 50%;
		float: left;
	} */
	.box-prodotto-title .line {
		display: none;
	}
}
