

.container-work {
	position: relative;
	width: 960px;
	margin: 0 auto;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

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

#filters li {
	float:left;
}

#filters li span {
	display: block;
	padding:5px 12px;
	text-decoration:none;
	cursor: pointer;
	color: #222222;
	  font-family: 'Raleway', sans-serif;

}

#filters li span.active {
	background: #009999;
	color:#fff;
	border-radius: 3px;
}


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

.portfolio-wrapper {
	overflow:hidden;
	position: relative !important;
	padding: 19px;

}


@media only screen and (min-width: 768px) and (max-width: 959px) {
	.container-work {
		width: 768px;
	}
}


@media only screen and (max-width: 767px) {
	.container-work {
		width: 95%;
	}

	#portfoliolist .portfolio {
		margin:10%;
	}

}


@media only screen and (min-width: 480px) and (max-width: 767px) {
	.container-work {
		width: 70%;
	}


}


/* Self Clearing */
.container-work:after {display: block; height: 0; clear: both; visibility: hidden; }

.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
	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;
			}
