
/**
 * Grid items
 */
.tiles-wrap li {
  display: block;
  opacity: 0;
  list-style-type: none;
  float: left;
  width: 210px;
  margin-left:16px;
 
   /*padding: 4px;
 border: 1px solid #dedede;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
     -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;*/
}
.tiles-wrap.wookmark-initialised.animated li {
  -webkit-transition: all 0.3s ease-out;
     -moz-transition: all 0.3s ease-out;
       -o-transition: all 0.3s ease-out;
          transition: all 0.3s ease-out;
}

.tiles-wrap.wookmark-initialised li {
  opacity: 1;
}

.tiles-wrap li.wookmark-inactive {
  visibility: hidden;
  opacity: 0;
}


.tiles-wrap img {
  display: block;
}


.home_main_gal{ margin-top:60px; position:relative;}
.title{ margin-bottom:20px !important;}

