img.avia_image.lazyloaded[src=""],img.avia_image.lazyloaded[src="undefined"] {
    background-image: url('/images/no_image_cat.jpg');
          content:url("data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==");

    -moz-opacity: 1; /* Netscape */
    -khtml-opacity: 1; /* Safari 1.x */
    opacity: 1;/* Good browsers */
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: top center;
    height: 300px;
    width: 300px;
}





.all_cats {
	
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
	margin:50px;
	margin:0 auto;
}



.gotocat {
	
	border:2px solid #fff;
	padding:5px;
	margin-top:5px;
	background: rgba(0,0,0,0.2);
	transition:all 0.3s;
}




.single_cat {
		
		flex:0 14.66%;
		position:relative;
		border:  1px solid rgb(0,0,0,0.3);
		margin: 3px;

}


@media(max-width:767px) {
	
	.single_cat {
		
		flex:0 44%;

}
	
}

@media(max-width:320px) {
	
		
	.single_cat {
		
		flex:0 43%;

	}
	
}



.single_cat:hover .gotocat {
	
	background:#fff;
	color:#000;
	transform:scale(1.1);
	padding:5px 20px 5px 20px;
	
}



.overlay-bg {
	
	z-index:1;
	background:linear-gradient(transparent,rgba(20,20,20, 0.2));
	position:absolute;
	top:0;
	right:0;
	left:0;
	bottom:0;
}

.title_cats7 {
	
	margin-bottom:10px;
}

.single_cat .bottom_part {
	
	position:absolute;
	bottom:15px;
	right:0;
	left:0;
	z-index:2;
	font-size:1.2em;
	text-align:center;
	
}



.single_cat a {
	color:#fff;
}

/*div#collections > div:nth-child(4) {
    display: block;
} */