.gallery-breadcrumb {
	padding: 8px 15px;
	margin-bottom: 20px;
	list-style: none;
	background-color: #fff;
	border-radius: 0px; 
}
.gallery-breadcrumb > li {
	display: inline-block; 
}
.gallery-breadcrumb > li + li:before {
	content: "/ ";
	padding: 0 5px;
	color: #ccc; 
}
.gallery-breadcrumb > .active {
	color: #999999; 
}
ol#gallery-breadcrumbs li.first {
	margin-top: 0px; 
    margin-bottom: 0px; 
}
.row.gallery-row {
    margin-left: -10px;
    margin-right: -10px;
	width:100%;
}
h4.image-heading, h4.image-heading a  {
	font-size:11px;
	line-height:1;
}
.caption {
    font-size: 11px;
	padding-bottom:10px;
}
span.glyphicon-zoom-in, span.glyphicon-zoom-out { font-size: 20px; }
@media screen and (min-width: 1200px)  {
	.ui-header h1, .ui-header .page-headline {
	   line-height: 70px;
	}
}