.our-portfolio .container { 
	position: relative; 
	max-width: 1200px; 
	margin: 0 auto; 
	-webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;	
}
 
#filters {
	list-style:none;
	font-size: 22px;
	text-transform: uppercase;
	padding: 0px 156px;
    margin-bottom: 25px;
}

	#filters li {
		float:left;
		padding: 0 20px;
	}
	#filters li span {
		display: block;
		padding:5px 0px;		
		text-decoration:none;
		color:#223139;
		cursor: pointer;
	}
#filters li span:hover {
		color:#ff8300;
	}
	
	#filters li span.active {
		color:#ff8300;
		border-bottom: 2px solid #ff8300;
	}
#portfoliolist .portfolio {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	width:48%;
	margin:1%;
	display:none;
	float:left;
	overflow:hidden;
	height: 432px;
}
	.portfolio-wrapper {
		overflow:hidden;
		position: relative !important;
		background: #fff;
		cursor:pointer;
	}
	.our-portfolio .portfolio img, .our-portfolio .logo img {
		width:100% !important;
		position: relative;
		top:0;
    	transition:all 0.7s ease;	
	}
	.portfolio .label {
		position: absolute;
		width: 100%;
		height:437px;
		bottom:0px;
		text-align: center;
		background: rgba(255,131, 0, .8) !important;
		display: none;
    	transition:all 0.7s ease;
	}
.portfolio:hover .label {
	display: block;
	transition:all 0.7s ease;	
}
		.portfolio .label-bg {
			width: 100%;
			height:100%;
			position: absolute;
			top:0;
			left:0;
		}
		.portfolio .label-text {
			color:#fff;
			position: relative;
			z-index:500;
			padding-top: 165px;
		}
			.portfolio .text-category {
				display:block;
				font-size:16px;
				margin: 15px 0;
			}
.portfolio:hover .label {
    bottom:0;
  }
	.portfolio:hover img {
    transform: scale(1.15);
  }  
.text-title {
	font-size: 40px;
}	
.label-text {
	text-transform: uppercase;
	font-family: "Univia Pro";
	font-size: 16px;
}
.label-text a {
	color: #fff;
}
.label-text a:hover {
	text-decoration: underline;
}

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


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

	#ads {
		display:none;
	}
	
}


/* #Mobile (Landscape) - Note: Design for a width of 480px */
@media only screen and (min-width: 480px) and (max-width: 736px) {
	.our-portfolio .container {
		/*width: 70%;*/
	}
	.portfolio-banner-header .col-1 {
    flex-basis: 52% !important;
	}
	
	#ads {
		display:none;
	}
	
}

/* #Clearing */

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

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

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