/* Start: Recommended Isotope styles */

/**** Isotope Filtering ****/

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:      -o-transform, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}

/* End: Recommended Isotope styles */



/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
  -webkit-transition: none;
     -moz-transition: none;
      -ms-transition: none;
       -o-transition: none;
          transition: none;
}



#infscr-loading {
  position: absolute;
  bottom: 5px;
  left: 0;
  z-index: 100;
  display: block;
  background: white;
  background: hsla( 0, 0%, 100%, 0.9 );
  margin: 0 auto;
  margin-left: 10px;
  padding: 0;
  width: 100%;
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
  background: transparent;
  color: #adadad;
  text-align: center;
  font-weight: normal;
  font-size: 12px;
  -webkit-transition: all ease;
     -moz-transition: all ease;
      -ms-transition: all ease;
       -o-transition: all ease;
          transition: all ease;
}
.portfolio-fullwidth #infscr-loading {
  margin-left: 0;
}
#infscr-loading div {
  display: inline-block;
  text-align: center;
  -webkit-transition: all ease;
     -moz-transition: all ease;
      -ms-transition: all ease;
       -o-transition: all ease;
          transition: all ease;
}
#infscr-loading img {
  display: inline-block;
  margin-right: 10px;
  width: 24px;
  height: 24px;
}