body {
    font-family: Arial;
}

.portfolioFilter a { 
    margin-right: 10px; 
	color:#FFF;
	text-decoration:none;
	width:220px;
	height:14px;
	float:left;
	background:url(../img/menu_produtos.png) top;
	margin-top:6px;
	font-size:14px;
	padding:10px;
	font-family:'Mpr';
	transition: all 0.2s ease 0s;
	text-transform:uppercase;
}

.portfolioFilter a:hover{background-position:bottom; transition: all 0.2s ease 0s;}

.portfolioFilter a.current { 
    font-weight:bold;
}


.portfolioContainer img {
    margin:5px;
}

.current{background:url(../img/menu_produtos.png) bottom!important}

.isotope-item {
    z-index: 2;
}
.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}
.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */

    -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;
}