body {
    background:#000 no-repeat center top;
    margin:0;
    padding:0;
    color:#fff;
    line-height:1.2em;
    font-size:16px;
}
#bg-effect {
	position:fixed;
	top:0;
	left:0;
	bottom:0;
	right:0;
	background: url(../images/bg.png) no-repeat center center;
	background-size: cover;
	z-index:1;
}
body > .wrap {
	position:relative;
	z-index:2;
}
.svg-icon {
    display: inline-block;
    height: 1em;
    margin-right: 0.6667em;
    vertical-align: middle;
    margin-bottom: 0.2em;
}
header {
    border-bottom: 1px solid #111;
    background: rgba(0,0,0,0.5);
    box-shadow: 0 5px 5px rgba(0,0,0,0.4);
    height: 58px;
    position: relative;
    z-index: 1;
    font-family: 'Sorts Mill Goudy', serif;
    font-size: 14px;
    color:#ffa900;
    letter-spacing: -0.01em;
}
#NavMenu {
    display: inline-block;
    padding:20px 25px 18px;
    transition: all 0.5s;
}
#NavMenu:hover,
#NavMenu.hover {
    background-color:rgba(255,255,255,0.08);
    text-decoration: none;
}
#NavFoldout {
    position:absolute;
    top: 0;
    left: 0;
    padding: 67px 0 0 28px;
    width: 228px;
    font-family: "Quattrocento Sans", sans-serif;
    font-size: 14px;
    color: #fff;
    visibility: hidden;
    opacity: 0;
    transition: opacity 1s;
}
#NavFoldout.show {
    visibility: visible;
    opacity: 1;
}
#NavFoldout ul {
    position: relative;
    list-style-type: none;
    padding: 0;
    margin: 0;
    border-radius: 5px;
    background: #121110;
    box-shadow: 0 6px 24px rgba(0,0,0,0.75);
}
#NavFoldout ul::before {
    content: "";
    display: block;
    position: absolute;
    top: -12px;
    left: 12px;
    border: 6px solid transparent;
    border-bottom-color: #121118;
}
#NavFoldout a {
    display: block;
    color:#fff;
    margin: 0;
    padding: 8px 10px;
    transition: background 1s;
    position: relative;
}
#NavFoldout a::after {
    content: "";
    display: block;
    background: #23221f;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 10px;
    right: 10px;
}
#NavFoldout a:last-child::after {
    visibility: hidden;
}
#NavFoldout a:hover {
    text-decoration: none;
    background: #23221f;
}
#NavFoldout li:first-child a {
    border-radius: 5px 5px 0 0;
}
#NavFoldout li:last-child a {
    border-radius: 0 0 5px 5px;
}
header > .nav-left {
	position:absolute;
	left:0;
	top:0;
}
header > .nav-right {
	position:absolute;
	right:0;
	top:0;
}
header .icon-label {
	display: none;
}
#NavLogo {
    display: block;
    height: 57px;
}
#NavLogo > img {
    display: block;
    height: 100%;
    width: auto;
    margin: 0 auto;
}
#NavSignup {
    display: inline-block;
    padding:20px 25px 18px;
    transition: all 0.5s;
}
#NavSignup:hover {
    background-color:rgba(255,255,255,0.08);
    text-decoration: none;
}
p {
	margin-bottom:20px;
}
ul.breadcrumb {
    display: block;
    border: 1px solid #111;
    margin: 30px 0 40px;
    border-radius: 4px;
    background: rgba(0,0,0,0.5);
    box-shadow: 0 5px 5px rgba(0,0,0,0.4);
    font-family: "Quattrocento Sans", sans-serif;
    font-size: 12px;
    color: #474540;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    padding: 2px 8px 1px;
}
.breadcrumb > li {
    display: inline;
}
.breadcrumb > li > a {
    color: #474540;
}
.breadcrumb > li + li::before {
	padding: 0 2px 0 0;
	color: #474540;
	content: ">";
	font-size: 16px;
	line-height: 14px;
}
.breadcrumb > .active {
	color: #d99100;
}
.caq h1 {
	font-size: 48px;
	color: #ffa900;
	letter-spacing: 0.01em;
	margin-bottom: 48px;
}
.caq h2 {
	font-size: 32px;
	letter-spacing: 0.01em;
	font-style: italic;
	margin-bottom: 33px;
}
.caq h2:first-child {
	margin-top:-3px;
}
.row.spaced {
	margin-right: -30px;
	margin-left: -30px;
}
.spaced .col-lg-1, .spaced .col-lg-10, .spaced .col-lg-11, .spaced .col-lg-12, .spaced .col-lg-2, .spaced .col-lg-3, .spaced .col-lg-4, .spaced .col-lg-5, .spaced .col-lg-6, .spaced .col-lg-7, .spaced .col-lg-8, .spaced .col-lg-9, .spaced .col-md-1, .spaced .col-md-10, .spaced .col-md-11, .spaced .col-md-12, .spaced .col-md-2, .spaced .col-md-3, .spaced .col-md-4, .spaced .col-md-5, .spaced .col-md-6, .spaced .col-md-7, .spaced .col-md-8, .spaced .col-md-9, .spaced .col-sm-1, .spaced .col-sm-10, .spaced .col-sm-11, .spaced .col-sm-12, .spaced .col-sm-2, .spaced .col-sm-3, .spaced .col-sm-4, .spaced .col-sm-5, .spaced .col-sm-6, .spaced .col-sm-7, .spaced .col-sm-8, .spaced .col-sm-9, .spaced .col-xs-1, .spaced .col-xs-10, .spaced .col-xs-11, .spaced .col-xs-12, .spaced .col-xs-2, .spaced .col-xs-3, .spaced .col-xs-4, .spaced .col-xs-5, .spaced .col-xs-6, .spaced .col-xs-7, .spaced .col-xs-8, .spaced .col-xs-9 {
    padding-right: 30px;
    padding-left: 30px;

}
img.artist {
	width: 100%;
	height: auto;
	box-shadow: 0 6px 24px rgba(0,0,0,0.75);
	margin-bottom:15px;
}
.artist-name span {
	font-size: 21px;
}
.caq .btn {
	text-transform: uppercase;
	font-size: 12px;
	padding:2px 7px 1px;
	font-weight:bold;
	margin-right:14px;
}
.caq .btn-primary {
	color:#23221f;
}
.artist-block {
	margin-bottom:115px;
}
.artist-block::after {
	content:"";
	display:block;
	height:1px;
	margin:30px;
	background: -moz-linear-gradient(left, rgba(34,34,32,0) 0%, rgba(34,34,32,1) 50%, rgba(34,34,32,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(34,34,32,0) 0%,rgba(34,34,32,1) 50%,rgba(34,34,32,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(34,34,32,0) 0%,rgba(34,34,32,1) 50%,rgba(34,34,32,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00222220', endColorstr='#00222220',GradientType=1 ); /* IE6-9 */
	position:relative;
	top:46px;
}
.event-pagination {
	text-align:center;
	font-size:12px;
	text-transform:uppercase;
	font-weight:bold;
}
.event-pagination .pagination {
	
	margin:35px 0;
}
.event-pagination .pagination > li > a {
	padding:2px 8px;
	color:#fff;
	box-shadow: 0 5px 5px rgba(0,0,0,0.4);
	margin-bottom:6px;
	margin-right:6px;
	border-radius:4px;
}
.event-pagination .pagination > li.active > a {
	font-weight:normal;
	color:#000;
}
.exhibit {
	margin-bottom:60px;
}
.exhibit a:hover {
	text-decoration:none;
}
.exhibit-left > .row,
.exhibit-right > .row {
	background-color: #121110;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	box-shadow: 0 6px 24px rgba(0,0,0,0.75);
}
.exhibit-left,
.exhibit-right {
	margin:0 15px 60px;
}
.exhibit-left > .row > .col-md-4,
.exhibit-right > .row > .col-md-4 {
	background: rgba(0,0,0,0.85);
	padding: 30px;
}
.exhibit-side .img-responsive {
	margin-bottom: 15px;
} 
.exhibit h2 {
	font-style:normal;
	color:#ffa900;
	margin-bottom: 8px;
}
.exhibit h3 {
	margin-top: 8px;
	margin-bottom: 8px;
	font-style: italic;
	color: #ffa900;
	font-size: 21px;
	line-height: 30px;
	letter-spacing: 0.01em;
}
.exhibit h3 sup {
    font-size: 50%;
    top: -0.65em;
    padding-right: 0.2857em;
    padding-left: 0.0952em;
}
.exhibit h3.location {
	color: #fff;
}
.exhibit-img {
	display:block;
	max-width:100%;
	height:auto;
	max-height:400px;
	margin:40px 0;
	box-shadow: 0 6px 24px rgba(0,0,0,0.75);
}
.caq .has-error .help-block-error {
	border: 1px solid #590000;
	background: #470000;
	color:#fff;
	margin-top:10px;
	padding:7px;
	border-radius:4px;
	position:relative;
}
.caq .has-error .help-block-error::after {
	content:"";
	display:block;
	position:absolute;
	transform:rotate(45deg);
	width:10px;
	height:10px;
	border: 1px solid #590000;
	border-width:1px 0 0 1px;
	background: #470000;
	top: -6px;
	left: 7px;
	box-shadow: 0 6px 24px rgba(0,0,0,0.75);
}
.artwork-grid {
	display:flex;
	flex-flow: row wrap;
	margin:3px -15px;
	width:auto;
}
.artwork-tile {
	width:100%;
	padding:30px;
}
.artwork-thumb {
	display:block;
	box-shadow:0 0 0 rgba(0,0,0,0.75);
	border-top:1px solid rgba(255,255,255,0);
	transition:all 1s;
	text-decoration: none;
	position:relative;
	overflow:hidden;
}
.artwork-thumb.loaded {
	box-shadow:0 6px 24px rgba(0,0,0,0.75);
	border-top:1px solid rgba(255,255,255,0.5);
}
.artwork-thumb svg {
	display:block;
	background:#060605;
	width:100%;
	height:auto;
}
.artwork-thumb img {
	display:block;
	width:100%;
	height:auto;
	position:absolute;
	top:0;
	left:0;
	opacity: 0;
	transition:opacity 0.5s;
}
.artwork-thumb.loaded .artwork-image {
	opacity:1;
}
.artwork-hover {
	opacity: 0;
	background:#060605;
	box-shadow:0 0 0 10px #060605; 
	filter: blur(3px);
	-webkit-filter: blur(3px);
}
.artwork-thumb.loaded:hover .artwork-hover {
	opacity: 1;
}
.artwork-title {
	padding:20px;
	position:absolute;
	top:0;
	left:0;
	opacity:0;
	transition:opacity 0.5s;
}
.artwork-thumb.loaded:hover .artwork-title {
	opacity: 1;
}
.artwork-thumb h1 {
	font-size: 24px;
	margin:5px 0 0 0;
}
.artwork-thumb h2 {
	font-size: 16px;
	color: #fff;
	letter-spacing: 0;
	margin:6px 0 0 0;
}
#thumbnailPager {
	margin: 30px 0 60px 0;	
}
.gallery-carousel {
	position: fixed;
	top: 58px;
	right: 0;
	bottom: 0;
	left: 0;
}
.gallery-image {
	position: absolute;
	width: 100%;
	height: 100%;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
    transition: transform 2s;
}
.gallery-image.right {
	transform: translate(100%,0);
	-webkit-transform: translate(100%,0);
}
.gallery-image.left {
    transform: translate(-100%,0);
	-webkit-transform: translate(-100%,0);
}
.gallery-loading {
	width: 100%;
	height: 100%;
	background: url(../images/icons/icon-loading.svg) no-repeat center / 100px;
}
#gallery-next,
#gallery-prev {
    position:fixed;
	top: 58px;
	bottom: 0;
    width: 20%;
    border: none;
    opacity: 0;
    transition: opacity 1s;
}
#gallery-next:disabled,
#gallery-prev:disabled {
    visibility: hidden;
}
#gallery-next:hover,
#gallery-prev:hover {
    opacity: 0.5;
}
#gallery-next {
    right: 0;
    background: url(../images/icons/icon-next.svg) no-repeat center / 180px 180px;
}
#gallery-prev {
    left: 0;
    background: url(../images/icons/icon-prev.svg) no-repeat center / 180px 180px;
}
.gallery-byline {
	position:fixed;
	bottom:0;
	left:0;
	text-align:center;
	width:100%;
	font-family: 'Sorts Mill Goudy', serif;
	font-style: italic;
	padding: 8px;
	text-shadow: 0 0 4px #000;
	cursor: pointer;
}
.icon-info {
	display: inline-block;
	background: url(../images/icons/icon-info.svg) no-repeat center center / 100%;
	width: 20px;
	height: 20px;
	margin: 0 0 -4px 2px;
}
.icon-arrow-down {
	display: inline-block;
	background: url(../images/icons/icon-arrow-down.svg) no-repeat center center / 100%;
	width: 14px;
	height: 14px;
	margin: 0 5px 5px 0;
	vertical-align: middle;
}
.gallery-info {
	position:fixed;
	bottom: 0;
	left:0;
	right: 0;
	box-shadow: 0 6px 24px rgba(0,0,0,0.75);
	background: #121110;
	background-position: center;
	background-size: cover;
	padding-bottom: 45px;
	transform: translate(0,100%);
	-webkit-transform: translate(0,100%);
	transition: all 0.7s;
}
.gallery-info.on {
	transform: translate(0,0);
	-webkit-transform: translate(0,0);
	transition: all 1.5s;
}
.gallery-info-control {
	text-align:right;
}
.gallery-info h1 {
	margin-top:0;
	margin-bottom:-2px;
}
.gallery-info h2 {
	margin-top:0;
	margin-bottom:34px;
}
.gallery-info h3 {
	font-size: 24px;
	color: #ffa900;
	letter-spacing: 0.01em;
	margin-top: 1px;
	margin-bottom: 23px;
}
.gallery-details p {
	margin-bottom: 5px;
}
.gallery-details .btn {
	margin-top: 3px;
	margin-bottom: 3px;
}
.btn-hide {
	background:none;
	border:none;
	font-family: 'Sorts Mill Goudy', serif;
	font-size: 14px;
	color: #ffa900;
	letter-spacing: 0.01em;
	padding: 12px 13px 8px 13px;
	margin: 10px 10px 6px;
	transition: background 0.5s;
}
.btn-hide:hover {
	background:rgba(255,255,255,0.05);
}
@media (min-width: 400px) {
	.artwork-tile {
		width:50%;
	}
}
@media (min-width: 600px) {
	header .icon-label {
		display: initial;
	}
	.artwork-tile {
		width:33.33333%;
	}
}
@media (min-width: 768px) {
	.event-pagination .pagination > li > a {
		margin-right:0;
		border-radius:0;
	}
	.event-pagination .pagination > li:first-child > a {
		border-radius: 4px 0 0 4px;
	}
	.event-pagination .pagination > li:last-child > a {
		border-radius: 0 4px 4px 0;
	}
	.caq .has-error .help-block-error {
		margin:0 0 0 12px;
	}
	.caq .has-error .help-block-error::after {
		top:50%;
		left:-6px;
		margin-top:-4px;
		border-width:0 0 1px 1px;
	}
	
}
@media (min-width: 992px) {
	.artwork-tile {
		width:20%;
	}
}
@media (min-width: 1200px) {
	.container {
		width: 1158px;
	}
}