
#filter_Nav{
	text-align:center;
}


#filter_Nav li {
	font-family: 'Acme', sans-serif;
	font-size: 18px; 
	cursor: pointer;
	list-style: none;
	display: inline-block;
	color: #69C;
	padding: 10px 10px;
	text-transform: uppercase;
	transition: all 0.3s ease-in;
	
}
#filter_Nav li:focus,
#filter_Nav li:hover {
	color:#FFF;
	outline-color:#9CF;
	background-color: #9CF;
}

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

}

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

/**** Box Box Size ****/
#filter_Thumb .thumb {
	display:block;
	margin: 10px 10px;
	width: 255px;
	height:200px;
	overflow:hidden;
	position:relative;
	border: 10px solid #FFF;
	box-shadow:0px 0px 2px #ccc;
	background-color: #333;
}


#filter_Thumb .thumb img {
	width: 100%;
	position:absolute;
	left:0px;
	right:0px;
	bottom:0px;
	-webkit-transition: 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;
}

#filter_Thumb .thumb img:hover {
	 -ms-transform: scale(2,2); /* IE 9 */
  -webkit-transform: scale(2,2); /* Safari */
  transform: scale(2,2);
	bottom:20%;
}


#filter_Thumb .thumb info {
	font-size:12px;
	position:absolute;
	left:0px;
	right:0px;
	top:0px;
	display:block;
	width:100%;
	text-align:center;
	background:rgba(0,0,0,0.5);
	padding:12px;
	color:#FFF;
}

/**** Box Box Size for Partner Farm ****/
.flexa {
    display: -ms-flexbox; /* IE10 */
    display: flex;
    -ms-flex-wrap: wrap; /* IE10 */
    flex-wrap: wrap;
    padding: 0 4px;
		width:100%;
		margin:auto;
}
.flexi {
    -ms-flex: 25%; /* IE10 */
    flex: 25%;
    max-width: 25%;
    padding: 0 4px;
}
.flexi img {
    margin-top: 8px;
    vertical-align: middle;
		width:100%;
}
@media screen and (max-width: 600px) {
.flexi {
		-ms-flex: 50%;
		flex: 50%;
		max-width: 50%;
}
}
/**** END ****/





@media only screen and (max-width: 420px) {
#filter_Nav{
}
#filter_Nav li {
	padding: 5px 10px;
	font-size: 12px;
}	
#filter_Thumb .thumb {
	margin: 10px 0px;
	width: 100%;
	height:auto;
}
#filter_Thumb .thumb img {
	width: 100%;
	position:static;
}
}