/*=============================================*\
 Some styles to show off masonry layout
\*=============================================*/
.picture-item {
  /*height: 220px;*/
  height: 150px;
  /*margin-top: 24px; */
  margin-top: 24px;
  margin-bottom:28px;
  }
.picture-item.shuffle-item {
  margin-left: 0
  /* shuffle items shouldn't have a left margin*/ }
.picture-item.picture-item--h2 {
  height: 464px
  /* 2x the height + 1 gutter */ }
.picture-item.span6:not(.picture-item--h2) .picture-item__details {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #333;
  background-color: rgba(0, 0, 0, 0.6);
  color: white;
  overflow: hidden; }
.picture-item.span6:not(.picture-item--h2) .picture-item__description {
  display: none; }
.picture-item .picture-item__inner {
  background: #ECF0F1;
  height: 100%;
  overflow: hidden; }
.picture-item img {
  display: block;
  width: 100%;
  height: auto; }
.picture-item .picture-item__blur {
  display: none; }
.picture-item .picture-item__details, .picture-item .picture-item__description {
  padding: 1em; }
.picture-item .picture-item__description {
  margin: 0;
  padding-top: 0;
  padding-right: 2em; }
.picture-item .picture-item__tags {
  margin: 0; }

/* autoprefixer: off */
@supports (filter: blur(1px)) or (-webkit-filter: blur(1px)) {
  .picture-item.span6:not(.picture-item--h2) .picture-item__blur {
    /* autoprefixer: on */
    position: absolute;
    z-index: 1;
    top: calc(50px - 220px);
    left: 0;
    display: block;
    -webkit-filter: blur(7px);
            filter: blur(7px); }
  .picture-item.span6:not(.picture-item--h2) .picture-item__details {
    background: none; }
  .picture-item.span6:not(.picture-item--h2) .picture-item__tags, .picture-item.span6:not(.picture-item--h2) .picture-item__title {
    position: relative;
    z-index: 2; } }
/*
  Shuffle needs either relative or absolute positioning on the container
  It will set it for you, but it'll cause another style recalculation and layout.
  AKA worse performance - so just set it here
 */
.shuffle--container {
  position: relative;
  overflow: hidden; }

.shuffle--fluid .shuffle__sizer {
  position: absolute;
  opacity: 0;
  visibility: hidden; }

/* Animate in styles */
.shuffle--animatein {
  overflow: visible; }

.shuffle--animatein .picture-item__inner {
  opacity: 0;
  transform: translate(0, 220px); }

.shuffle--animatein .picture-item__inner--transition {
  transition: all .6s ease; }

.shuffle--animatein .picture-item.in .picture-item__inner {
  opacity: 1;
  transform: translate(0, 0); }

@media (max-width: 47.9375em) {
  .picture-item {
    height: auto;
    margin-top: 20px; }
  .picture-item.picture-item--h2 {
    height: auto; }
  .picture-item .picture-item__details, .picture-item .picture-item__description {
    font-size: .875em;
    padding: .625em; }
  .picture-item .picture-item__description {
    padding-right: .875em;
    padding-bottom: 1.25em; }

  .filter > .row-fluid, .filter > .row-fluid > div {
    margin: 10px 0; }

  .m-nofloat {
    float: none; } }
    
/* ////////////////////////////////////////////////////////// */
/* /////////////////      MOBILE STYLES     ///////////////// */
/* ////////////////////////////////////////////////////////// */

/* Portrait tablet to landscape and desktop */
@media (min-width: 1024px) and (max-width: 1024px) {

}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 1023px) {

}

@media (min-width: 586px) and (max-width: 767px) {

}

@media (min-width: 481px) and (max-width: 585px) {

}

@media (min-width: 321px) and (max-width: 480px) {
	.picture-item {
		margin-top: 24px;
		margin-bottom: 0px;
	}
}	

@media (min-width: 100px) and (max-width: 320px) {

}	    