.container {
    width: 100%;
}
.carousel {
    margin-top: 0;
}
.img-thumb {
    width: 16%;
    display: inline-block;
    margin: .25em;
}
.dynamic-content {
    display: none;
}
.carousel {
    max-height: 800px;
}
.carousel-control.right, .carousel-control.left {
    background-image: none;
}
span.glyphicon.glyphicon-chevron-right, span.glyphicon.glyphicon-chevron-left {
    color: #666;
}
div.item img {
    margin: auto;
    max-height: 700px;
}
.close {
    opacity: .9;
}
.modal-header {
    border-bottom: none;
    text-align: center;
}
.modal-dialog {
    width: 1400px;
    height: auto;
}
.modal-body {
    padding-bottom: 80px;
}
@media (min-width: 768px) {
    .modal-dialog {
        width: 1400px;
        height: auto;
        min-height: 800px;
    }
    .modal-content {
        min-height: 900px;
    }
}
.bold {
    font-weight: bold;
}
.center {
    text-align: center;
}
.photo-desc {
    width: 100%;
    padding-right: 1em;
    vertical-align: top;
}
.red {
    color: #cc0000;
}
ul.pagination {
    margin: 0 auto;
    width: 100%;
}
ul.pagination li {
    display: inline-block;
    list-style-type: none;
    text-align: center;
    width: auto;
    font-weight: bold;
}
.photo-tile {
	font-size: 2em;
	color: #cc0000;
}