/* Cached vesion created on 21/09/25 20:43:10*/
/* elapsed time: 0.0011250972747803 secs */

.separatoreVistaLoghi{
	background:url(https://www.itronik.it/flex/TemplatesUSR/assets/img/separatoreVistaProdotti.png) no-repeat center center;
	height:220px;
	background-size:contain;
	display:none;
}
.separatoreVistaLoghi:nth-child(4n){
	display:none;
}

.itemVistaLoghi{
	margin-bottom:40px;
	min-height:220px;
}

.itemVistaLoghi .image{
	display:block;
	min-height:150px;
	vertical-align:middle;
	text-align:center;
	height: 150px;
}

.itemVistaLoghi .image img{
	width:auto;
	max-width:100%;
	vertical-align:middle;
	max-height: 100%;
	height:auto;
}

.itemVistaLoghi .image:before{
	content:"";
	width:0;
	display:inline-block;
	vertical-align:middle;
	min-height: 120px;
}

.itemVistaLoghi a h3 {
	font-family: 'texgyreadventorbold', sans-serif;
	font-size:18px;
	line-height:28px;
	vertical-align:top;
	text-align:center;
	-webkit-transition: color .2s linear;
    -moz-transition: color .2s linear;
    -o-transition: color .2s linear;
    transition: color .2s linear;
}

.itemVistaLoghi a:hover h3 {
	color:#4f9c33;
}

.itemVistaLoghi a h3:before{
	content:"";
	display:inline-block;
	width:28px;
	height:28px;
	vertical-align:top;
	margin-right:8px;
	background:#77777b url(https://www.itronik.it/flex/TemplatesUSR/assets/img/sprites.png) no-repeat -36px -88px;
	-webkit-transition: background-color .2s linear;
    -moz-transition: background-color .2s linear;
    -o-transition: background-color .2s linear;
    transition: background-color .2s linear;
}

.itemVistaLoghi a:hover h3:before{
	background-color:#4f9c33;
}

.itemVistaLoghi a .testoVistaLoghi{
	line-height:18px;
}

.itemVistaLoghi a:hover .testoVistaLoghi{
	color:#000000;
}

 @media (min-width: 768px) {
	.separatoreVistaLoghi{
		display:block;
	}
}