

/*font color */

figure.boxShadow,img.boxShadow
{
  box-shadow: 3px 3px 3px #0F0F0F;
}

.item:hover img {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
}


.gallery_wrapper .title 
{
  font-weight: 300; 
}
figure figcaption.caption
{
  font-weight: 300; 
}
figure > figcaption.caption
{
  font-weight: 300; 
}


