/* Portfolio */

#filters {
	padding:0;
	list-style:none;
	font-weight: 700;
}

#filters li {
	float:left;
}

#filters li span {
	display: block;
	padding:5px 20px;		
	text-decoration:none;
	color:#666;
	cursor: pointer;
}

#filters li span.active {
	background: #c1ce00;
	color:#fff;
}


#portfoliolist .portfolio {
	display:none;
}

.portfolio-wrapper {
	overflow:hidden;
	position: relative !important;
	background: white;
	cursor:pointer;
	padding: 7px 7px 0;
	margin-top: 15px;
	margin-bottom: 15px;
	text-align: center;
}

.portfolio-wrapper p {
	color: #575656;
	margin: 7px 0;
}

.portfolio img {
	max-width:100%;
	position: relative;
}

//hide its label by default
.portfolio .label {
	position: absolute;
	width: 100%;
	height:40px;
	bottom:-40px;
}

.portfolio .label-bg {
	background: #e95a44;
	width: 100%;
	height:100%;
	position: absolute;
	top:0;
	left:0;
}

.portfolio .label-text {
	color:#fff;
	position: relative;
	z-index:500;
	padding:5px 8px;
}

.portfolio .text-category {
	display:block;
	font-size:9px;
}

/* #Tablet (Portrait) */
@media only screen and (min-width: 768px) and (max-width: 959px) {

}

/*  #Mobile (Portrait) - Note: Design for a width of 320px */
@media only screen and (max-width: 767px) {
		

#ads {
	display:none;
}

}

/* #Mobile (Landscape) - Note: Design for a width of 480px */
@media only screen and (min-width: 480px) and (max-width: 767px) {


#ads {
	display:none;
}

}