@charset "UTF-8";

/*
@font-face {
	font-family: 'UniversLTStd-BlackEx';
	src: url('../fonts/MyFontsWebfontsKit/webfonts/35747F_0_0.woff');
}
*/

html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: 'UniversLTStd-BlackEx';
	background: rgb(211,220,222);
background: linear-gradient(90deg, rgba(211,220,222,1) 0%, rgba(196,208,210,1) 12%, rgba(201,217,221,1) 32%, rgba(200,207,215,1) 68%, rgba(201,212,219,1) 88%, rgba(194,204,209,1) 100%);
	-webkit-font-smoothing: antialiased;
}			

#loading_indicator {
	position: fixed;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0.75;
	display: none;
}


/* IMAGES/SLIDES */

#main_container {
	position: fixed;
	top: 100px;
	left: 100px;
    
	width: calc(100% - 150px);
	height: calc(100% - 150px);
	
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}

.collection_image,
.stack_image {
	width: 100%;
	height: 100%;
    
    
}

.collection_image {
	position: relative;
	opacity: 0;
	z-index: 999;
	pointer-events: none;
    display: none;
}

.collection_image.active {
	opacity: 1;
}

.stack_image {
	position: absolute;	
    
}

.stack_image.active {
	opacity: 0;
}

.slide_inner {
	position: absolute;
/*
	top: 100px;
	left: 100px;
	width: calc(100% - 100px);
	height: calc(100% - 100px);
*/
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

.collection_image img,
.collection_image video,
.stack_image img,
.stack_image video {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: scale-down;
   
}

.collection_image svg,
.stack_image svg {
	position: absolute;
}

#slideshow_container {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: none;
	z-index: 99999;
	
}

#slideshow_container.active {
	display: block;
}

#slideshow_container .slideshow_image {
	position: absolute;
	width: calc(100% - 100px);
	height: calc(100% - 100px);
	margin: 50px;
	opacity: 0;
}

#slideshow_container .slideshow_image.active {
	opacity: 1;
}

#slideshow_container .slideshow_image img {
	width: 100%;
	height: 100%;
	object-position: 50% 50% !important;
	object-fit: scale-down;
}

#slideshow_container .slideshow_image .slide_inner {
	position: absolute;
	top: auto;
	left: auto;
	width: 100%;
	height: 100%;
	margin: 0;
	max-width: none;
	max-height: none;
	-webkit-transform: none;
	transform: none;
}

#slideshow_backplate {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 0;
}

#prev_intercept,
#next_intercept {
	position: fixed;
	z-index: 9999;
	background-color: rgba(128, 128, 128, 0.25);
	
	opacity: 0;
	-webkit-transition: opacity 0.5s ease-in-out;
	transition: opacity 0.5s ease-in-out;
}

#prev_intercept {
	left: 0;
	cursor: url('assets/images/left_arrow_cursor-lo.cur'), w-resize;
	cursor: url('../images/left_arrow_cursor-lo.cur'), w-resize;
	cursor: url('../images/new_left_arrow_cursor.png') 0 14, w-resize;
}

#next_intercept {
	right: 0;
	cursor: url('assets/images/right_arrow_cursor-lo.cur'), e-resize;
	cursor: url('../images/right_arrow_cursor-lo.cur'), e-resize;
	cursor: url('../images/new_right_arrow_cursor.png') 18 14, e-resize;
}

#prev_intercept.highlight,
#next_intercept.highlight {
/* 	opacity: 1; */
}

body[data-mobiledetected="true"] .intercept,
body[data-tabletdetected="true"] .intercept {
	display: none;
}

#image_intercept {
	position: fixed;
	z-index: 9998;
}

#logo_container {
	position: fixed;
	top: 53px;
	left: 100px;
	height: 24px;
}

#logo_container img {
	height: 100%;
}

#title_container {
	position: fixed;
	top: 66px;
	right: 55px;
	font-size: 14px;
}

#copyright {
	position: fixed;
	bottom: 32px;
	right: 55px;
	font-size: 8px;
	letter-spacing: 0.125em;
	opacity: 0.4;
}

#credits,
#contact_info {
	position: fixed;
	bottom: 32px;
	left: 100px;
	font-size: 8px;
	letter-spacing: 0.125em;
	opacity: 0.4;
}


/* COLLECTION PAGE */

#main_container .collection {
	margin: 0 0 20px 0;
	padding: 25px;
	font-size: 36px;
	background-color: rgba(255, 255, 255, 0.2);
}

#main_container .collection:hover {
	background-color: rgba(255, 255, 255, 0.5);
}


/* VIDEO/LARGE IMAGE CONTAINER */

/*
#main_container .media_table {
	width: 100%;
	height: 100%;
}

#main_container .media_table video,
#main_container .media_table img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

#main_container tr.caption_row {
	height: 0;
}
*/

#main_container figure,
#main_container figure img,
#main_container figure video {
	width: 100%;
}

#main_container figcaption {
	margin-top: 15px;
}


/* TEXT PAGE */

#main_container .text_intro,
#main_container .text_outro {
	font-style: italic;
	font-size: 90%;
	margin-bottom: 25px;
	max-width: 700px;
}

#main_container .main_text {
	margin-bottom: 25px;
	max-width: 700px;
}

#main_container .text_intro p,
#main_container .text_outro p,
#main_container .main_text p {
	line-height: 120%;
	margin-bottom: 10px;
}



/* BUTTONS */


#nav {
    position: fixed;
    height: 10%;
    width: 100%;
    margin: 0 auto;
    left: 25px;
    top: 75px;
    
    transform-origin: left top;
	-webkit-transform-origin: left top;
    transform:rotate(-90deg) translateX(-100%);
    -webkit-transform:rotate(-90deg) translateX(-100%);
  
}
#nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}
#nav ul li {
    margin: 20px;
    padding: 0;
    display: block;
}
#nav ul li a {
    text-decoration: none;
    padding: 0px 0px;
position: relative;
    display: block;
    color: #000000;
    text-align: center;
}

/*
#button_container{
    
 height: 100%;
  padding-top: 100px;
  position: relative;
  overflow: hidden;
  width: 100%;
  float: right;
}

.rotate{
  white-space: nowrap;
  position: absolute;
  top: 250px;
  left: 100%;
  transform-origin: left bottom;
  transform: rotate(-90deg);
}
*/

.link_button {
	float: right;
	margin-left: 30px;
	font-size: 10px;
	letter-spacing: 0.1em;
	text-transform: uppercase;	
	cursor: pointer;
}

#nav ul li:last-child .link_button {
	margin-left: 0;
}


/* INFO LAYERS */

.info_layer {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	color: white;
	z-index: 99999;
}

.info_layer.active {
	display: block;
}

.info_layer_inner {
	font-size: 18px;
	line-height: 30px;
	padding: 110px 115px;
    color: black;
}

.info_layer_inner a {
	color: black;
}

.info_layer_close_button {
	position: absolute;
	top: 60px;
	left: 40px;
	font-size: 24px;
	cursor: pointer;
}


/* mobile */

@media screen and (max-width: 1000px) {
	
	#logo_container {
		position: fixed;
		top: 20px;
		left: 40px;
	}
	
	#title_container {
		right: 20px;
		top: 33px;
	}
	
/*
	#slideshow_container .slideshow_image {
		width: calc(100% - 40px);
		height: calc(100% - 40px);
		margin: 20px;
	}
*/

/*
	.slide_inner {
		width: calc(100% - 60px);
		height: calc(100% - 100px);
		max-width: none;
		max-height: none;
		margin: 60px 0 0 40px;
		top: 0;
		left: 0;
		-webkit-transform: none;
		transform: none;
	}
*/
	
	#main_container {
		top: 65px;
		left: 40px;
		width: calc(100% - 60px);
		height: calc(100% - 100px);
	}
	
	#main_container .collection {
		margin: 0 0 20px 0;
		padding: 25px;
		font-size: 36px;
	}

	/*
    #button_container {
		top: 49px;
		left: -75px;
	}
    */
    
	#nav { 
		left: -5px; 
		top: 45px;
    }
	
	#copyright {
		bottom: 16px;
		right: 20px;
	}
	
	#credits {
		left: 40px;
		bottom: 16px;
	}

	
	.info_layer_inner {
		padding: 70px 55px;
	}

}

@media screen and (max-width: 500px) {	
	#credits {
		display: none;
	}
    
    #nav { 
		left: 15px; 
		top: 65px;
		margin: 0 auto;
	}
    
    #nav ul {
	    margin: 0;
	    padding: 0;
	    list-style: none;
	    text-align: left;
	}
	#nav ul li {
	    margin: 0;
	    padding: 0;
	    display: block;
	}
	#nav ul li a {
	    text-decoration: none;
	  display: block;
	    color: #000000;
	    
	}
	
	#main_container .collection {
		font-size: 24px;
	}

	.directory_prefix {
		display: none;
	}
	
	#slideshow_container {
		top: 65px;
		left: 40px;
		width: calc(100% - 60px);
		height: calc(100% - 100px);
	}	
	
	#slideshow_container  .slideshow_image {
		width: 100%;
		height: 100%;
		margin: 0;
	}
 
}

@media screen and (max-width: 400px) {
	
	#logo_container {
		top: 26px;
		height: 18px;
	}
	
	#title_container {
		top: 34px;
		font-size: 11px;
	}	
}



/* ALL OVERRIDE */

a {
	color: black;
	text-decoration: none;
}

body.loading_block .collection_image, 
body.loading_block .stack_image {
	opacity: 0 !important;
}

body.loading_block #loading_indicator {
	display: block;
}

/* hide the scrolling images on desktop */
body[data-mobiledetected="false"][data-tabletdetected="false"] .collection_image {
	display: none;
}