.coll-gallery-item {
  position: relative;
  display: none; }
  .coll-gallery-item .wrapper {
    position: absolute;
    width: 100%;
    height: 100%; }
    .coll-gallery-item .wrapper .image {
      position: relative;
      width: 100%;
      height: 100%;
      background-position: center center;
      background-size: cover;
      background-repeat: no-repeat;
      background-attachment: scroll;
      overflow: hidden;
      -webkit-transition: opacity 0.25s ease-out;
      -o-transition: opacity 0.25s ease-out;
      transition: opacity 0.25s ease-out; }
      .coll-gallery-item .wrapper .image a {
        display: block;
        position: relative;
        width: 100%;
        height: 100%; }
        .coll-gallery-item .wrapper .image a svg {
          position: absolute;
          top: 50%;
          left: 50%;
          opacity: 0;
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          -webkit-transition: opacity 0.25s ease-in-out;
          -o-transition: opacity 0.25s ease-in-out;
          transition: opacity 0.25s ease-in-out; }
      .coll-gallery-item .wrapper .image:hover {
        opacity: .85; }
        .coll-gallery-item .wrapper .image:hover a svg {
          opacity: 1; }
  @media (min-width: 992px) {
    .coll-gallery-item.coll-width-1 {
      width: 16.6666%; }
    .coll-gallery-item.coll-width-2 {
      width: 33.3333%; }
    .coll-gallery-item.coll-width-3 {
      width: 50%; }
    .coll-gallery-item.coll-width-4 {
      width: 66.6666%; }
    .coll-gallery-item.coll-width-6 {
      width: 100%; }
    .coll-gallery-item.coll-height-1 {
      padding-bottom: 16.6666%; }
    .coll-gallery-item.coll-height-2 {
      padding-bottom: 33.3333%; }
    .coll-gallery-item.coll-height-3 {
      padding-bottom: 50%; }
    .coll-gallery-item.coll-height-4 {
      padding-bottom: 66.6666%; }
    .coll-gallery-item.coll-height-6 {
      padding-bottom: 100%; } }
  @media (max-width: 992px) {
    .coll-gallery-item.coll-width-1 {
      width: 50%; }
    .coll-gallery-item.coll-width-2 {
      width: 50%; }
    .coll-gallery-item.coll-width-3 {
      width: 50%; }
    .coll-gallery-item.coll-width-4 {
      width: 100%; }
    .coll-gallery-item.coll-width-6 {
      width: 100%; }
    .coll-gallery-item.coll-height-1 {
      padding-bottom: 50%; }
    .coll-gallery-item.coll-height-2 {
      padding-bottom: 50%; }
    .coll-gallery-item.coll-height-3 {
      padding-bottom: 50%; }
    .coll-gallery-item.coll-height-4 {
      padding-bottom: 100%; }
    .coll-gallery-item.coll-height-6 {
      padding-bottom: 100%; } }

/* load more */
.coll-gallery-wrapper .coll-load-more {
  position: relative;
  padding: 50px 0;
  text-align: center; }
  .coll-gallery-wrapper .coll-load-more .coll-button {
    cursor: pointer; }
    .coll-gallery-wrapper .coll-load-more .coll-button.loading {
      pointer-events: none; }

/*# sourceMappingURL=style.css.map */
