.portfolioContainer{
	padding: 2px;
	margin: 0 auto;
	margin-top: 70px;
}

.portfolioFilter{
	margin: 20px 0 95px 0;
}

.filteritem{
	margin-top: 15px;
	margin-right: 15px;
	display: inline;
	float: left;
}

.portfolioFilter a { 
	font-family: "Source Sans Pro", sans-serif;
	color:#000;
	background: #e9e9e9;
	font-size: 17px;
	padding: 10px 20px;
	text-decoration: none;
}

.portfolioFilter a.currentPortfolio { 
    background: #28676f;
    color: #fff;
}

.portfolioFilter a:hover { 
    background: #6e6e6e;
    color: #fff;
}

.gridpostimageproject{
	position: relative;
	width: 255px;
	height: 170px;
	opacity: 1; 
	-moz-transition: opacity 1s ease 0s;
	-webkit-transition: opacity 1s ease 0s;
	-o-transition: opacity 1s ease 0s;
	transition: opacity 1s ease 0s;

}

.gridpostimageproject:hover{
	opacity: 0.4;
}

.gridpostimageproject img{
	width: 100%;
	height: 100%;
}


#griditem{
	list-style-type: none;
}

#textcontainer{
	margin-top: 10px;
}

#textcontainer p{
	text-align: center;
	font-size: 19px;
	line-height: normal;
}

#textcontainer h1{
	font-size: 17px;
	text-align: center;
}

.isotope-item {
    z-index: 2;
    margin-bottom: 30px;
    margin-right: 27px;
}

.isotope-item img{
    border: 1px solid black;
}

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