.portfolio-categories a{
  color: #666!important;
}
#foliowrap {
  position: relative
}
#foliowrap .item {
  box-shadow: inset 0 0 0 1px rgba(0,0,0,.075);
}
#foliowrap section {
  padding: .85em;
  position: relative;
}
#foliowrap section:before {
  background: none repeat scroll 0 0 #F4BF1E;
  content: "";
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  top: -1px;
  width: 11px;
  z-index: 2;
}
#foliowrap section:after {
  background: none repeat scroll 0 0 #F4BF1E;
  content: "";
  display: block;
  height: 10px;
  left: 0px;
  position: absolute;
  top: 0px;
  width: 2px;
}
#foliowrap section:hover:after,
#foliowrap section:hover:before {
  -webkit-transition: all .35s ease;
  -moz-transition: all .35s ease;
  -o-transition: all .35s ease;
  transition: all .35s ease;
}
#foliowrap section:hover:after {
  height: 80px;
}
#foliowrap section:hover:before {
  width: 80px;
}
#foliowrap h4 {
  font-family: 'Open Sans Condensed';
}
#folio-single .pitem {
  box-shadow: -4px -4px 0 0 rgba(0,0,0,0.1), 3px 3px 0 0 #F4BF1E;
  ;
}