@import url('https://fonts.googleapis.com/css?family=Oswald');

#filter_Nav{
	text-align:center;
	padding: 0;
  list-style-type: none;
}


#filter_Nav li {
	font-family: 'Oswald', sans-serif;
	font-size: 14px;
	cursor: pointer;
	list-style: none;
	display:inline-block;
	vertical-align:top;
	color:  #000;
	text-transform: uppercase;
	transition: all 0.3s ease-in;
	box-sizing:border-box;	
	outline:none;
	line-height:22px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}



#filter_Nav li:focus,
#filter_Nav li:hover {
	color:#000;
	text-decoration: underline;
}



#filter_Thumb {
	width:100%;
	display:block;

}



#filter_Thumb .mix {
  display: none;
		vertical-align:top;
}

/**** Box Box Size ****/
#filter_Thumb .thumb {
	margin: 10px;
	width: 255px;
	-webkit-stransition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
		box-sizing:border-box;
	border: 1px solid #F0F0F0;
	font-size:12px;
}
#filter_Thumb .thumb:hover {
	background-color:rgba(246,39,72,1);
}
#filter_Thumb .thumb img {
	width: 100%;
	padding: 10px;
}
#filter_Thumb .thumb:hover a{
	color:#FFF;
	}
#filter_Thumb .thumb p{
	margin-top:5px;
	}
	

	
	

@media only screen and (max-width: 420px) {

		
#filter_Nav{
}
#filter_Nav li {
	padding: 5px 10px;

}	
	#filter_Thumb .thumb {
	margin: 3px;
	width: 165px;
}
#filter_Thumb .thumb img {
	padding: 0px;
}
}

@media only screen and (max-width: 375px) {
	#filter_Thumb .thumb {
	width: 100%;
}
}