#portfoliolist .portfolio {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	width: 22.72%;
	display: none;
	float: left;
	overflow: hidden;
	margin: 1.1%;
}
div#portfoliolist {
	padding: 0px 0px;
}	
.portfolio-wrapper {
	overflow:hidden;
	position: relative !important;
	cursor:pointer;
	background: #ffffff;
	border-radius: 5px;
	text-align:center;
    padding-top:10px;
	font-size:14px;
}
.portfolio-wrapper p{
	color:#000;
	font-size:1.1em;
	padding:1em 0;
}
.portfolio-wrapper span.arrow{
	width: 49px;
	height: 26px;
	display: inline-block;
	position: absolute;
	bottom: 50px;
left: 114px;
}
.portfolio img {
	max-width:100%;
	transition: all 300ms!important;
	-webkit-transition: all 300ms!important;
	-moz-transition: all 300ms!important;
	text-align:center;
}
.portfolio .label {
	position: absolute;
	width: 100%;
	height:40px;
	bottom:-40px;
}
.portfolio .label-bg {
	background: #22B4B8;
	width: 100%;
	height:100%;
	position: absolute;
	top:0;
	left:0;
}
.portfolio .label-text {
	color:#fff;
	position: relative;
	z-index:500;
	padding:5px 8px;
}		
.portfolio .text-category {
	display:block;
	font-size:9px;
	font-size: 12px;
	text-transform:uppercase;
}
.simple {
	text-align: center;
	padding: 4em 0;
	display: none;
	position: absolute;
	top: 0;
	width:100%;
	height:77%;
	background:rgba(67, 73, 61, 0.24);
}

.simple label{
	background: url(../images/plus.png) 0px 0px;
	width: 68px;
	height: 60px;
	display: inline-block;
	cursor:pointer;
}
.portfolio-wrapper:hover .simple{
	display:block;
}
