.photos {
	font-family: Roboto, sans-serif;
	font-size: 14px;
}

.photos > div > div.row {
	margin-bottom: 10px;
}

.photos > div > div.row > .photos-picture > a > img {
	background: url(../../../../images/loader.gif) no-repeat center;
}

.photos > div > div.row > .photos-picture > a > img.lazy-loaded {
	background: none;
}

.photos > div > div.row > .photos-content {
}

.photos > div > div.row > .photos-content > .photos-text {
	margin-bottom: 2px;
}
/*
.photos > div > div.row > .photos-content > .photos-count {
	color: #888;
	font-size: smaller;
}
*/

.photos .photos-content a { 
	display: block;
	display: -webkit-box;
	text-decoration: none;
	color: #333;
	font-weight: 600;
	margin-top: 8px;
}

.photos .photos-content a:hover {
	text-decoration: none;
}

.photos .publishing-info {
	display: block;
	margin-bottom: 15px;
  padding-top: 4px;
  color: #999;
  font: .9em Roboto, Arial, serif;
  text-align: left;
  word-spacing: -4px;
}

.photos .publishing-info > span {
  word-spacing: normal;
}

.photos .publishing-info > span:not(:last-of-type)::after {
  content: "•";
  margin: 0 10px;
}