
#filter_Nav{
	text-align: center;
	padding: 20px 20px;
  list-style-type: none;
	position: sticky;
	background: #FFFFFF;
	z-index: 98;
	top:68px;
	margin-top:-40px;
}

#filter_Nav li {
	cursor: pointer;
	list-style: none;
	display: inline-block;
	padding: 10px 5px;
	margin:0px 15px;
	text-transform: uppercase;
	position:relative;
}

@media screen and (max-width: 520px) {
#filter_Nav{ 
	padding: 20px 20px;
	margin-top:0px;	
	}
	#filter_Nav li {
		padding: 5px 10px;
		margin:0px 0px;
		font-size:60%;
	}
}


#filter_Nav li:hover,
#filter_Nav li.current{
	opacity: 1;
	border-top: 1px solid #666;
}

sub-cat{ 
	display:none;
	position:absolute;
	left:-30px; 
	top:40px;
	white-space: nowrap;
	background: #FFF;
	z-index: 99;
	padding:0px 30px 20px 30px;
}
sub-cat div{
	display:block;
	margin:15px 0px;
	opacity:0.6;
}
sub-cat div:hover{
	opacity: 1;
}

#filter_Thumb {
	text-align: center;
	display:block;
	max-width: 1160px;
	margin:auto;
	padding-bottom:60px;
	/*column-count: 3;*/
}

#filter_Thumb .mix {
  display: none;
}
#filter_Thumb div{
	display:inline-block;
  width: 100%;
	max-width:32%;
	margin:6px;
	position:relative;
}

@media screen and (max-width: 1000px) {
	#filter_Thumb div{
	max-width:45%;
}
}

#filter_Thumb div:first-child img {
  width: 100%;
  aspect-ratio: 1 / 1;   /* makes it a perfect square */
  overflow: hidden;
	object-fit: cover;
	object-position: top;
}
/*Description section effect*/
#filter_Thumb div desc{
	display:block;
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	padding:30px;
	padding-bottom:0px;
	text-align: center;
	color:transparent;
	background: rgba(255,255,255,0);
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

#filter_Thumb div desc:hover {
	background: rgba(255,255,255,0.8);
	color:#000;
	cursor:pointer;
	padding-bottom:30px;
}
#filter_Thumb div desc h3,
#filter_Thumb div desc h3 small{
	display:block;
	width:100%;
	line-height: 1.5em;
}
#filter_Thumb div desc h3 small{
	font-size: 14px;
	opacity:0.8;
	text-transform: none;
}

/*micalenious*/
/*Do not show all photo, only show first photo*/
.hidden{ 
	visibility: hidden !important;
	position:fixed !important;
}



