#filters {
	margin:20px auto 20px auto;
	padding:0;
	border-bottom:1px solid #999999; 
	list-style:none;
	display:inline-block
}
#filters li {display:inline-block; }
#filters li span {
	display: block;
	text-transform:uppercase; font-weight:700;
	position:relative;
	padding:8px 20px;
	text-decoration:none;
	color:#fff; font-size:14px;
	cursor: pointer;margin:0 0 4px;
}
#filters li span.active {
	color:#e85615;
}
#filters li span.active::before{content:''; height:3px; background:#e85615; width:100%; left:0; border-bottom:3px solid #e85615; position:absolute; bottom:-6px}
#portfoliolist{min-height:315px}
#portfoliolist .portfolio {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	width: 25%;
	margin:0;
	display:none;
	float:left;
}
#portfoliolist .portfolio {
	position:relative;
	height:auto;
}
#portfoliolist2 .portfolio {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	width: 31%;
	margin:1% 1% 5% 1%;
	float:left;
}
#portfoliolist2 .portfolio {
	position:relative;
	height:auto;
}





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

#banner h1 {
font-size:40px;
font-weight: 300;
line-height:normal; margin:0; padding:0;
}


#banner h5 {
font-size:15px;
font-weight: 300;
line-height:normal; margin:0; padding:0;
}

.navbar-brand > img { width:160px;}
.navbar-brand {
    margin: 10px 0 0;
}

}
 @media only screen and (max-width: 480px) {

.page_top_wrap .page_title {
font-size:25px;
margin-bottom:20px
}

#banner h1 {
font-size:25px;
font-weight: 300;
line-height:normal; margin:0; padding:0;
}


#banner h5 {
font-size:15px;
font-weight: 300;
line-height:normal; margin:0; padding:0;
}


}
