.items-container {
	width: 1080px;
	margin: auto;
}

#filters-container {
	max-width: 650px;
	min-width: 258px;
	margin: auto;
	text-align: center;
}

#filters {
	margin: 1%;
	padding: 0;
	list-style: none;
}

#filters li {
	float: left;
	background-color: #dee1e3;
	margin-left: -6px;
	border-radius: 5px;
}

#filters li span {
	display: block;
	padding: 5px 20px;
	text-decoration: none;
	color: #353738;
	cursor: pointer;
	font-family: 'Work Sans', sans-serif;
	font-weight: 300;
	border-radius: 5px;
	font-size: 1em;
}

#filters li span.active {
	position: relative;
	background-color: #353738;
	color: #f2f3f5;
	z-index: 10;
	transition-duration: 1s;
}

#filters li:hover {
	position: relative;
	background-color: #c5c8c9;
	z-index: 9;
}

#portfoliolist .portfolio {
	display: none;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
}

/* Responsiveness */
@media only screen and (max-width: 1120px) {
	.items-container {
		width: 810px;
	}
}
@media only screen and (min-width: 581px) and (max-width: 850px) {
	.items-container {
		width: 540px;
	}
}
@media only screen and (max-width: 580px) {
	.items-container {
		width: 270px;
	}
}


/* #Clearing */

/* Self Clearing Goodness */
.items-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;
}
