.exhibit-item-caption {
    font-size: 0.9em;
    margin-bottom: 1.2em !important;
    line-height: 1.2;
}

#exhibit-pages ul {
    margin-left: 1em;
}

#exhibit-page-navigation {
    clear: both;
    width: 100%;
    margin: 1em 0;
    line-height: 1.2;
}

#exhibit-page-navigation div {
    width: 33%;
}

#exhibit-nav-prev {
    float: left;
    text-align: left;
}

#exhibit-nav-next {
    float: right;
    text-align: right;
}

#exhibit-nav-up {
    margin: 0 auto;
    text-align: center;
}

.exhibit-block {
    clear: both;
    margin-bottom: 1.5em;
}

.exhibit-block:last-child {
    margin-bottom: 0;
}

.exhibit-items img {
    vertical-align: top;
    max-width: 100%;
    height: auto;
}

.exhibit-item-link {
    display: block;
}

.exhibit-item-link,
.download-file {
    vertical-align: top;
    display: block;
}

.exhibit-item-link *,
.download-file * {
    vertical-align: top;
}

/*by Ivan for grids of images*/
/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.col:first-child { margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }

/*  GRID OF FOUR  */
.span_4_of_4 {
	width: 100%;
}
.span_3_of_4 {
	width: 74.6%;
}
.span_2_of_4 {
	width: 49.2%;
}
.span_1_of_4 {
	width: 23.8%;
}
@font-face {
    font-family: 'Luminari';
    font-style: normal;
    font-weight: normal;
    src: local('Luminari'), url('Luminari-Regular.woff') format('woff');
}
/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 480px) {
	.col {  margin: 1% 0 1% 0%; }
	.span_1_of_4, .span_2_of_4, .span_3_of_4, .span_4_of_4 { width: 100%; }
}