/* Pills
---------------------------------- */
.nav-pills > li.active > a {
	border-radius:0;
	background-color: #a19795;
	border: none;
	color: #ffffff;
}
.nav-pills > li > a:hover{
	border-radius:0;
	background-color: #f79440;
	border: none;
	color: #ffffff;}
	
.nav-pills > li.active > a:focus{
	border-radius:0;
	background-color: #a19795;
	border: none;
	color: #ffffff;}
	
.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover{	background-color: #a19795;
}
	
.nav-pills > li > a {
	padding: 4px 10px;
	color: #666666;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 300;}

.isotope-container {}

.hover_image{ width:250px; height:260px; padding-bottom: 70px; margin:0 auto;}
/* .hover_image a img{ width:100%; height:100%; object-fit: cover;
	filter: grayscale(50%);
	-webkit-filter: grayscale(50%);
	-moz-filter: grayscale(50%);
	-ms-filter: grayscale(50%);
	-o-filter: grayscale(50%);
	filter: gray; 
	-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 .5s ease;
	border: 1px solid #ddd;
} */

.hover_image img:hover {
	filter: grayscale(0%);
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	filter: grayscale(0); /* Firefox 4+ */
	filter: none; /* IE 6-9 */
	-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 .5s ease;}
	
.nav-pills > li>a{font-family:Rufina, serif; text-align:center; text-transform:uppercase; font-size:16px; color:#474241; text-decoration:none;}

.filters {
margin: 50px 0 50px 0px;
}
.filters .nav-pills > li {
	margin-right: 2px;
	margin-bottom: 2px;
}
.filters .nav-pills > li + li {
	margin-left: 0px;
}
.text-center.filters .nav-pills > li {
	margin-right: 2px;
	margin-left: 2px;
	margin-bottom: 2px;
	display: inline-block;
	float: none;
}
@media (max-width:600px) {
	.filters .nav-pills > li {
		width: 100%;
		display: block;
	}
}
