.category-icon {
  width: 40px;
  height: 40px;
  position: absolute;
  top: -20px;
  left:50%;
  margin-left:-20px;
}

.cat-img-holder {
  position: relative;
}

.pi-portfolio-description{
	overflow:inherit;
}

.pi-portfolio-item {
	margin-bottom: 6px;
}

.pi-portfolio-item .pi-img-w{
	position:relative;
	z-index:1;
}

.pi-portfolio-item .cat-img-holder{
	position:relative;
	z-index:2;
}

.topic-listp {
  padding-bottom: 4px;
}

.topic-list a {
  width: 100%;
  position: relative;
  margin-bottom: 6px;
}

.topic-list a img {
  position: absolute;
  width: 40px;
  right: 10px;
  top: 4px;
  
}

.padding-lr-3 {
	padding-left: 3px;
	padding-right: 3px;
}

#load-more{
  width:100%;
  position:absolute;
  bottom:-26px;
}