.isotope{
	margin: 0 -15px;
}
.isotope .item {
	float: left;
	width: 25%;
	padding: 0 15px;
	margin-bottom: 30px;
}
.isotope .item-content{
	border-right: 3px solid;
	border-left: 3px solid;
	border-bottom: 3px solid;
	padding: 3.2rem;
	border-bottom-right-radius: 2px;
	border-bottom-left-radius: 2px;
	transition: all 200ms ease-in;
}
.isotope .item img{
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	transition: all 200ms ease-in;
	margin: 0;
	padding: 0;
	z-index: 0;
	width: 100%;
	height: auto;
}
.isotope .link-image{
	position: relative;
	display: block;
	overflow: hidden;
}
.isotope .link-image::after{
	content: '\f178';
	font-family: "FontAwesome";
	line-height: 100%;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-transform: uppercase;
	padding: .7rem 1.4rem;
	text-align: center;
	background-color: rgba(0, 0, 0, .6);
	color: #fff;
	border-top-left-radius: 2px;
	opacity: 0;
	transition: all 200ms ease-in;
}
.isotope.item a{
	text-decoration: none;
}
.isotope p{
	margin-top: 0;
}
.isotope .item:hover{
	opacity: 1;
}
.isotope .item:hover .link-image::after{
	opacity: 1;
}
.isotope-filter li{
	float: left;
}
.isotope-filter a{
	max-width: auto;
	display: inline-block;
	overflow: hidden;
}
.isotope-filter .selected a{
	border-bottom: 2px solid;
}
@media (max-width:991px) {
	.isotope .item{
		width: 50%;
		opacity: 1;
	}
	.isotope:hover .item{
		opacity: 1;
	}
}
@media (max-width:767px) {
	.isotope .item{
		width: 100%;
	}
}
