.photo-feed {
  padding: 0;
  margin: 0;
}
.photo-feed .no-items {
  list-style-type: none;
  padding: 0 .75em;
  margin: 0;
}
/** GENERAL **/
/** http://inspectelement.com/tutorials/create-a-css3-image-gallery-with-a-3d-lightbox-animation/ **/
.photo-feed-item {
  float: left;
  list-style: none;
  margin: 0 14px 14px 0;
  position: relative;
  overflow: hidden;
  border-top: 1px solid #fff;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.15s ease-in;
  -moz-transition: all 0.15s ease-in;
  -o-transition: all 0.15s ease-in;
  -ms-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
  width: 180px;
  height: 180px;
  min-width: 75px;
  /*PHONE WIDE*/
  /*TINY*/
}
@media only screen and (max-width: 767px) and (min-width: 480px) {
  .photo-feed-item {
    width: 104px;
    height: 104px;
    margin-right: 8px;
  }
}
@media only screen and (max-width: 479px) {
  .photo-feed-item {
    width: 88px;
    height: 88px;
    margin-right: 8px;
  }
}
#content .photo-feed-item a {
  display: block;
}
.photo-feed-item img {
  min-width: 187px;
  min-height: 187px;
  position: relative;
  left: -2px;
  top: -2px;
  margin-bottom: -6px;
}
.photo-feed-item:hover {
  z-index: 2;
  -webkit-transform: scale(1.05) translateY(0px);
  -moz-transform: scale(1.05) translateY(0px);
  -o-transform: scale(1.05) translateY(0px);
  -ms-transform: scale(1.05) translateY(0px);
  transform: scale(1.05) translateY(0px);
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
  -mox-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
}
.show-more-photos {
  width: auto;
  height: auto;
}
div.pp_default .pp_description {
  margin-left: 120px;
}
.photo-feed-item.media-video a:after {
  content: "\f04b";
  font-family: FontAwesome;
  position: absolute;
  top: calc(50% - 33px);
  left: calc(50% - 33px);
  display: block;
  width: 66px;
  height: 66px;
  line-height: 66px;
  text-align: center;
  z-index: 2000;
  font-size: 2.3em;
  color: #67b7e1;
  opacity: .9;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 300px;
  padding-left: 5%;
  box-sizing: border-box;
}
.photo-feed-item.media-video a:hover:after {
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.8);
}
/**
 *
 *   HOME
 *
**/
#tab-photo-tab {
  padding: 0;
}
#photo-box {
  overflow: visible;
  padding-bottom: 10px;
}
#photo-box .photo-feed-item {
  width: 222.8px;
  height: 222.8px;
  /*TABLET*/
  /*PHONE WIDE*/
  /*TINY*/
}
#photo-box .photo-feed-item:nth-child(5n) {
  margin-right: 0;
}
#photo-box .photo-feed-item img {
  min-width: 230.8px;
  min-height: 230.8px;
  max-height: 242.8px;
  max-width: 242.8px;
}
#photo-box .photo-feed-item.show-more-photos {
  height: auto;
  float: none;
  clear: both;
  border-radius: 0;
  width: auto;
  margin-right: 14px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
  transition: none;
  border-color: #e4e4e4;
  border-style: solid;
  border-width: 1px 0;
  overflow: hidden;
  background: #ededed;
  text-align: center;
  font-weight: bold;
  font-size: .9em;
  display: block;
  padding: 8px 0;
}
#photo-box .photo-feed-item.show-more-photos a {
  text-decoration: none;
  color: #666 !important;
}
#photo-box .photo-feed-item.show-more-photos:hover {
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
@media only screen and (max-width: 989px) {
  #photo-box .photo-feed-item:nth-child(5n) {
    margin-right: 8px;
  }
}
@media only screen and (max-width: 479px) {
  #photo-box .photo-feed-item {
    width: 90px;
    height: 90px;
  }
  #photo-box .photo-feed-item img {
    min-width: 100px;
    min-height: 100px;
    max-height: 122px;
    max-width: 122px;
  }
}
/*******************************************
 * PHOTO PAGE
 */
#photo-page-list {
  margin-bottom: 30px;
}
#ulti-photos.fusion-tabs .nav {
  display: block;
}
.photo-page .tab-content iframe {
  margin: 0 auto;
  display: block;
}
.photo-page #tabs li {
  font-size: .8em;
}
.photo-page .media-slideshow h2 {
  text-align: center;
}
.photo-page .media-slideshow h2 img {
  height: 30px;
  vertical-align: baseline;
}