.prodotto{
	position: relative;
	display: inline-block;
	width: 25%;
	text-align: center;
	padding-top: 25px;
	vertical-align: top;
}

.prodotto_img_cont{
	position: relative;
	display: inline-block;
	width: 90%;
	width: calc(100% - 50px);
	margin-bottom: 25px;
}

.prodotto_img{
	position: absolute;
	display: inline-block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	
	-o-transition: width .4s ease-out, height .4s ease-out, top .4s ease-out, left .4s ease-out;
	-ms-transition: width .4s ease-out, height .4s ease-out, top .4s ease-out, left .4s ease-out;
	-moz-transition: width .4s ease-out, height .4s ease-out, top .4s ease-out, left .4s ease-out;
	-webkit-transition: width .4s ease-out, height .4s ease-out, top .4s ease-out, left .4s ease-out;
	transition: width .4s ease-out, height .4s ease-out, top .4s ease-out, left .4s ease-out;
}

.prodotto_scale{
	width: 75%;
}

.prodotto_det{
	position: relative;
	display: inline-block;
	width: 100%;
}

.prodotto_det .back{
	position: absolute;
	display: block;
	width: 20%;
	height: 75%;
	top: 25%;
	left: 40%;
	
	-o-transition: width .4s ease-out, height .4s ease-out, top .4s ease-out, left .4s ease-out;
	-ms-transition: width .4s ease-out, height .4s ease-out, top .4s ease-out, left .4s ease-out;
	-moz-transition: width .4s ease-out, height .4s ease-out, top .4s ease-out, left .4s ease-out;
	-webkit-transition: width .4s ease-out, height .4s ease-out, top .4s ease-out, left .4s ease-out;
	transition: width .4s ease-out, height .4s ease-out, top .4s ease-out, left .4s ease-out;
}

.prodotto.initial .prodotto_img{
	width: 0;
	height: 0;
	top: 50%;
	left: 50%;
}

.prodotto.initial .back{
	height: 0;
	top: 100%;
}


.prodotto:hover .prodotto_img_cont .prodotto_img{
	width: 110%;
	height: 110%;
	top: -5%;
	left: -5%;
}

.prodotto:hover .prodotto_det .back{
	height: 110%;
	top: -10%;
}

.categoria_prodotti{
	position: relative;
	display: inline-block;
	width: 100%;
	height:auto;
	margin-top: 25px;
	overflow: hidden;
}

.categoria_prodotti.hide{
	display: none;
}

.tit_cat.active{
	color: #171717;
}

.cat_click{
	vertical-align: bottom;
}

.cont_titolo_cat{
	position: relative;
	display: inline-block;
}

.gall_prodotto{
	position: relative;
	display: inline-block;
	width: 46%;
	margin-left: 4%;
	margin-bottom: 4%;
	width: calc( ( ( 100% - 25px ) / 2 ) - 25px);
	margin-left: 25px;
	margin-bottom: 25px;
	top:0;
	left:0;
	
	
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.cont_label_prod{
	width: 25%;
	vertical-align: top;
}

.cont_cont_prod{
	width: 75%;
	text-align: left;
	vertical-align: top;
	margin-bottom: 25px;
}

@media screen and (max-width: 1024px){
	.cont_label_prod{
		width: 100%;
	}
	
	.cont_cont_prod{
		width: 100%;
	}
}

@media screen and (max-width: 800px){
	.prodotto{
		width: 33.33%;
	}
	/*.gall_prodotto{
		width: 46%;
		width: calc( ( ( 100% - 25px ) / 2 ) - 25px);
	}*/
}

@media screen and (max-width: 700px){
	/*.gall_prodotto{
		width: 33.33%;
		width: calc( ( ( 100% - 25px ) / 3 ) - 25px);
	}*/
	.cont_label_prod{
		width: 25%;
	}
	
	.cont_cont_prod{
		width: 75%;
	}
	.cont_cont_prod.meta_riga_sec{
		margin-top: 0;
	}
}

@media screen and (max-width: 600px){
	.prodotto{
		width: 50%;
	}
	.tit_cat{
		font-size: 0.9em;
	}
	.cont_label_prod{
		width: 30%;
	}
	
	.cont_cont_prod{
		width: 70%;
	}
}

@media screen and (max-width: 400px){
	.prodotto{
		width: 100%;
	}
	.tit_cat{
		padding-left: 12.5px;
		padding-right: 12.5px;
		font-size: 0.8em;
	}
	.gall_prodotto{
		width: 46%;
		width: calc( ( ( 100% - 25px ) / 2 ) - 25px);
	}
	.cont_label_prod{
		width: 100%;
	}
	
	.cont_cont_prod{
		width: 100%;
	}
	.cont_cont_prod.meta_riga_sec{
		margin-top: 25px;
	}
}