 
#filters {
	padding:0;
      margin-bottom: 20px;
	list-style:none;
}

	#filters li {
		float:left;
	}
	
	#filters li span {
		display: block;
		padding:5px 10px;		
		text-decoration:none;
		color:#666;
		cursor: pointer;
	}
	
	#filters li span.active {
		background: #f9b233;
		color:#fff;
	}
 

 
#portfoliolist .portfolio {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	width:auto;
	margin:1%; 
	display:none;
	float:left;
	overflow:hidden;
}

	.portfolio-wrapper {
		overflow:hidden;
		position: relative !important;
		background: #fff;
		cursor:pointer;
		width: 165px;
		/*height: 80px;*/
		height: 78px;
		vertical-align: middle;
		display: table-cell;
		border: 1px solid #ccc;
	}
.special-wrapper {
		overflow:hidden;
		position: relative !important;
		background: url(/contentMAF/images/brands/story_brand.png) no-repeat;
		cursor:pointer;
		width: 165px;
		height: 80px;
		vertical-align: middle;
		display: table-cell;
			}



	.portfolio img {
    display: block;
    margin-left: auto;
    margin-right: auto;
	}

    .parent {
      position: relative;
    }
    .child {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
    }


/* #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; }
.row:after,
.clearfix:after {
  clear: both; }
.row,
.clearfix {
  zoom: 1; }

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
