
#gallery-content-center img {
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	width:100%;
}
.portfolioFilter{
}
.portfolioFilter a{
	display: block;
	background: url(../../img/arrow_2.png) 3px 5px no-repeat;
	padding-left:20px;
	margin-top:10px;
	color:#555;
	font-weight:bold;
}
.portfolioFilter a.current,
.portfolioFilter a:hover{
	border-radius: 0px;
	color:#158fb8;
}

.isotope-item {
    z-index: 2;
}
.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}
.isotope,
.isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
}
.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width;
}
.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    transition-property: transform, opacity;
}
