/* 
    Created on : 07.07.2016, 12:56:59
    Author     : Chameleon
*/
.masonry {
  font-size: 0; }
.masonry .grid-item {
  width: 260px;
  /*width: 25%;*/
  display: inline-block;
  max-width: 100%;
  /*            opacity: 1;
  
              transition-property: opacity, transform;
              transition-duration: 0.4s;*/ }
.masonry .grid-item.invisible {
  display: none;
  opacity: 0; }
.masonry .grid-item.grid-width-6 {
  width: 520px; }
.masonry a {
  position: relative; }
.masonry a .info {
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  font-size: 16px;
  padding: 10px;
  box-sizing: border-box;
  color: #ffffff;
  z-index: 10; }
.masonry a .caption {
  font-size: 16px;
  color: #000000;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  overflow: hidden; }
.masonry a .caption span {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%; }
.masonry a:hover .info {
  color: #000000; }

.shadow > div, .shadow > a {
  position: relative; }
.shadow > div:after, .shadow > a:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3); }
.shadow > div .info, .shadow > a .info {
  z-index: 3; }

.masonry-filter-area {
  text-align: center;
  margin-bottom: 20px; }
.masonry-filter-area .filter-tabs {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-table; }
.masonry-filter-area .filter-tabs li {
  display: inline-table;
  padding: 0 10px; }
.masonry-filter-area .filter-tabs li a {
  font-size: 14px;
  font-weight: 300;
  color: #75777c;
  cursor: pointer; }
.masonry-filter-area .filter-tabs li.active a, .masonry-filter-area .filter-tabs li:hover a {
  font-weight: bold;
  color: #2e3136; }

/*# sourceMappingURL=masonry.css.map */
