.container { 
	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: .5%;
	padding:0;
	list-style:none;
	background: #282828;
}

	#filters li {
		float:left;
		margin-bottom:0px;
	}
	
	#filters li span {
		display: block;
		padding:2px 15px;		
		text-decoration:none;
		color:#fff;
		cursor: pointer;
		font: 400 12px/32px 'Roboto Condensed', sans-serif;
		text-transform: uppercase;
		text-align: center;
	}
	
	#filters li span.active {
		background: #ffb400;
		color:#fff;
	} 
#portfoliolist .portfolio {
	width: 32%;
	margin: .5%;
	display:none;
	overflow:hidden;
	position: relative;
	background: #fff;
	padding: 8px;
}

	.portfolio-wrapper {
		overflow:hidden;
		position: relative !important;
		background: #fff;
		cursor:pointer;
	}

	.portfolio img {
		max-width:100%;
		position: relative;
	}
.portfolio-wrapper:hover .item_info {
	opacity: 1;
	background: url("../images/blk-overlay.png") repeat;
	color: #fff;
	text-align: center;
}
.portfolio-wrapper .video-title{
	font: 400 15px/28px 'Roboto Condensed', sans-serif;
}

/*  #Mobile (Portrait) - Note: Design for a width of 320px */
@media only screen and (max-width: 767px) {
	.container { 
		width: 95%; 
	}
	
	#portfoliolist .portfolio {
		width: auto;
		margin:1%;
	}	
	
}


/* #Mobile (Landscape) - Note: Design for a width of 480px */
@media only screen and (min-width: 480px) and (max-width: 767px) {
	.container {
		width: 70%;
	}
	
}

/* #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;
}
