
#filter_Nav{
	font-family: 'Oswald', sans-serif;
	padding-left: 0px;
	width:220px;
}


#filter_Nav li {
	cursor: pointer;
	list-style: none;
	display:block;
	color: #666;
	text-transform: uppercase;
	margin-bottom:5px;
	font-size:14px;
	padding: 5px 20px 5px 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
#filter_Nav li:focus,
#filter_Nav li:hover {
	transition: all 0s ease-in;
	outline:none;
	color:rgba(1,13,136, 1);
	background-image: url(../images/arrowright.png);
	background-repeat: no-repeat;
	background-position: right 5px center;
	background-size: auto 20px;
	background-color:rgba(255,204,51,1);
}


#filter_Thumb {
	width:100%;
}

#filter_Thumb .mix {
  display: none;
	
}

/**** Box Box Size ****/
#filter_Thumb .thumb {
	margin: 10px 10px;
	width: 165px;
	display:inline-block;
	vertical-align:top;

}


#filter_Thumb .thumb img {
	width: 100%;
	box-sizing:border-box;
	background-color:rgba(204,204,204,0.3);
	border: 1px solid #CCC;
}
#filter_Thumb  p{
	font-size:12px;
	text-align:center;
	margin-bottom:-20px;
	}

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

#filter_Nav{
	width:100%;
}

#filter_Nav li {
	margin-bottom:0px;
	font-size:12px;
	padding-bottom: 0px;
	padding-top: 0px;
}
#filter_Thumb .thumb {
width: 35vw
}
}