*,
*:after,
*:before {
	margin:0;
	padding:0;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	-moz-font-smoothing:antialiased;
	-o-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
@font-face {
    font-family: 'letter_gothicregular';
    src: url('../fonts/letter_gothic-webfont.eot');
    src: url('../fonts/letter_gothic-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/letter_gothic-webfont.woff') format('woff'),
    url('../fonts/letter_gothic-webfont.ttf') format('truetype'),
    url('../fonts/letter_gothic-webfont.svg#letter_gothicregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
p, h1, h2, h3, h4, h5, h6 {
	font-size: 1em;
	font-weight: 300;
}
a {
	color: black;
	text-decoration: none;
}
a:hover {
	color: rgba(50,50,50,1);
}
.unselectable {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
body {
	background-color: rgb(237,237,237);
	font-family: 'letter_gothicregular', 'sans-serif';
	font-size: 16px;
	color: #222;
	letter-spacing: 1px;
	margin: 0;
	padding: 0;
}

.photos {
	float: left;
	width: auto;
	padding: 0;
	margin: 50px 10px 0 10px;
}
.photos img {
	
}
.photos img.loader {
	background:#ccc;
}

.photos a {
	width: 100%;
}

.topbar {
	z-index: 9999;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	width: 100%;
	background: rgb(237,237,237);
	position: fixed;
	height: 50px;
	padding-top: 20px;
	padding-bottom: 20px;		
}
.topbar .dadabase,
.topbar .artist,
.topbar .exhibition {
	width: auto;
	line-height: 1;
	font-size: 1.2em;
	margin-top: 0;
	margin-bottom: 0;
	display: inline;
	text-transform: uppercase;
}
.topbar .dadabase:after,
.topbar .artist:after {
	content: ' | ';
}
.topbar a {
	color: black;
	text-decoration: none;
}

.content {

}
.copyright {
	position: fixed;
	bottom: 0;
	left: 0;
	font-size: .6em;
	background-color: rgb(237,237,237);
	z-index: 8989;
	padding: 5px;
	width: 100%;
}
.loading {
	z-index: 99999;
	width: 100%;
	background: rgba(255, 255, 255, .8);
	text-align: center;
	font-size: 1.8em;
	padding: 30% 0 0 0;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
}
.up {
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
	position: absolute;
	right: 0px;
	top: 10px;
	right: 10px;
	width: 40px;
	height: 40px;
	opacity: .3;
	display: inline-block;
	background: url('../img/up.png') center center no-repeat transparent;
	background-size: contain;
}
.up:hover {
	opacity: 1;
}
.up img {
	width: 100%;
	height: auto;
}
.superbox-list {
    display:inline-block;
    vertical-align:middle;
    margin: 0 5px 5px 0;
    /* opacity:0; */
    *display:inline;
    zoom:1;
    /* width:12.5%; */
}
@media screen and (max-width: 600px){
  .photos {
    margin-top: 70px;
  }
  .topbar {
	  height: 70px;
  }
}
/* Begin SuperBox */
.superbox-img {
	max-width:100%;
	width:100%;
	cursor:pointer;
}
.superbox-show {
	text-align:center;
	position:relative;
	background:rgb(26,26,26);;
	box-shadow:inset 0 1px 5px #111;
	-webkit-box-shadow:inset 0 1px 5px #111;
	-moz-box-shadow:inset 0 1px 5px #111;
	width:100%;
	max-height: 500px;
    float:left;
	padding:25px;
	display:none;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	margin: 10px 10px 10px 0;

}
.superbox-current-img {
	max-width:100%;
	height:400px;
	width:auto;
	width: auto;
	/*
box-shadow:0 1px 4px #222;
	border:1px solid #222;
*/
}
.superbox-img:hover {
	opacity:0.8;
}
.superbox-float {
	float:left;
}
.border-box {
	
}
.superbox-close {
	opacity:0.7;
	cursor:pointer;
	position:absolute;
	top:25px;
	right:25px;
	background:url(../img/close.gif) no-repeat center center;
	width:35px;
	height:35px;
}
.superbox-close:hover {
	opacity:1;
}
.superbox-nav {
	width: 32px;
	height: 76px;
	background-color: rgb(50,50,50);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	position: absolute;
	top: 50%;
	display: block;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}
.superbox-prev {
	left: 0;
	background-image: url('../img/prev.png');
	border-right: 1px solid black;	
}
.superbox-next {
	right: 0;
	background-image: url('../img/next.png');
	border-left: 1px solid black;
}
@media only screen and (min-width: 320px) {
	.superbox-list {
		
	}
}
@media only screen and (min-width: 486px) {
	.superbox-list {
		
	}
}
@media only screen and (min-width: 768px) {
	.superbox-list {
		/* opacity:0; */
		height:100px;
		
	}
}
@media only screen and (min-width: 1025px) {
	.superbox-list {
		width: /* width:12.5%; */
	}
}