.pf_gallery_item
{
	width: 100%;
	height: 241px;
	display: block;
	overflow: hidden;
	position: relative;
	margin-bottom: 13px;
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
    background-color: rgba(255, 255, 255, 0.85);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.pf_gallery_item a {
  text-decoration: none;
  float: left;
  display: block;
  width: 100%;
}
.pf_gallery_item a .postPhoto {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 81%;
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 2px 2px 0 0;
}
.galleria
{
	min-height: 100px;
}
.pf_gallery_item a h2 {
  padding: 2px 13px;
  font-size: 13px;
  color: #7c7c7c;
  font-weight: 400;
  text-decoration: none;
  margin: 0;
  text-align: left;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: calc(100% -20px);
  overflow: hidden;
  padding-bottom: 7px;
  border: 0;
  display: block;
}
.pf_gallery_image
{
	height: 100%;
	display: block;
	overflow: hidden;
	position: relative;
}
.pf_gallery_images:before
{
	background-color: rgba(0,0,0,.15);
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transition: background-color .15s ease-out;
    -moz-transition: background-color .15s ease-out;
    transition: background-color .15s ease-out;
    width: 100%;
    z-index: 2;
	
}
.pf_gallery_image img
{
	min-width: 100%;
	min-height: 100%;
}
.pf_gallery_title
{
	    color: #fff;
    text-shadow: 0 1px 1px #000;
    position: absolute;
    display: block;
    bottom: 0;
    z-index: 8;
    text-align: left;
    width: 100%;
    min-height: 50px;
    background-color: rgba(0, 0, 0, 0.64);
    padding: 8px 0px;
}
.pf_gallery_title a
{
	    color: #fff;
    text-shadow: 0 1px 1px #000;
    font-size: 15px;
    font-weight: 600;
    padding: 0px 7px;
    float: left;
}
.pf_gallery_title a:hover
{
	text-decoration: none;
}
.images-container
{
	display: none;
}
.pf_gallery_image figure
{
	overflow: hidden;
	margin: 0;
}
.pf_gallery_image .overlay {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    padding: 15px 20px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.pf_gallery_image .overlay.black {
    background: rgba(0, 0, 0, 0.55);
}
.pf_gallery_image .overlay h4 {
    color: #fff;
    text-align: center;
    min-height: 70px;
}
.pf_gallery_image .overlay .icon-picture {
    text-align: center;
    color: #fff;
    font-size: 38px;
    font-weight: bold;
    margin: -40px auto 0;
    display: table;
    padding: 50px;
}
.pf_gallery_image .overlay:hover
{
	opacity: 0.00;
	filter: alpha(opacity =0);
}