.container { 
	margin: 0 auto; 
}
#portfoliolist{padding:0 15px;}
#filters {
	margin-bottom:0px;
	margin-top:0px;
	padding:0;
	list-style:none;
	display: inline-block;
}
#filters li {
	float:left;
	position:relative;
}	

#filters li span {
	display: block;
	padding:5px 20px;	
	text-decoration:none;
	color:#787878;
	cursor: pointer;
	text-transform:capitalize;
	font-size:16px;
	font-weight:600;
	border-radius:15px;
}

#filters li span.active {
	color:#fff;
	background:#8e755f;
}
#portfoliolist .portfolio {
	display:none;
	float:left;
	overflow:hidden;
}
.portfolio-wrapper {
	overflow:hidden;
	position: relative !important;
	background: #fff;
	cursor:pointer;
	margin-right:20px;
	margin-bottom:20px;
	height:auto;
}
.portfolio img {
	max-width:100%;
	position: relative;
}
.portfolio .label {
	position: absolute;
	width: 100%;
	height:40px;
	bottom:-40px;
}
.portfolio .label-bg {
	background: #e95a44;
	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;
}

/* #Tablet (Portrait) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
	
}


/* #Clearing */

/* Self Clearing Goodness */
.container:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }

.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
  padding-top: 10px; }
.row:after,
.clearfix:after {
  clear: both; }
.row,
.clearfix {
  zoom: 1; }

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
