/* START: Global tags */
html {
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	height:100%;
	scroll-behavior: smooth;
}

body {
	width: 100%;
	height: 100%;
	background: #EBEBEB;
	color: #2C2C2C;
	font-family: 'nb_international_proregular', sans-serif;
	font-size: 24px;
	height: 100%;
	overflow: hidden;
	scroll-behavior: smooth;
	opacity: 0;
}

body.loaded {
	opacity: 1;
}

body.loading-cursor * {
	pointer-events: none !important;
}

body.loading-cursor #loading-cursor {
	opacity: 1;
}

.noscrollbar::-webkit-scrollbar {
	display: none;
	width: 0 !important;
}

.noscrollbar::-moz-scrollbar {
	display: none;
	width: 0 !important;
}

.noscrollbar {
	-ms-overflow-style: none;
}


* {
	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-tap-highlight-color: transparent;
}

*:focus {
	outline: none;
}

.noselect {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

::selection {
	background: black;
	color: white;
}

::-moz-selection {
	background: black;
	color: white;
}

p {
	margin-bottom: 20px;
}

a, a:hover, a:link {
	color: #2C2C2C;
	text-decoration: none;
	transition: all .4s ease;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-o-transition: all .4s ease;
}

.container {
	width: 100%;
	padding: 20px;
	clear: both;
	position: relative;
	overflow: hidden;
}

.background {
	background-repeat: no-repeat;
	background-position: center center; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.transition {
	transition: all .4s ease;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-o-transition: all .4s ease;
}

.slowTransition,
header .archive a {
	transition: all .8s cubic-bezier(0.645, 0.045, 0.355, 1);
	-webkit-transition: all .8s cubic-bezier(0.645, 0.045, 0.355, 1);
	-moz-transition: all .8s cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: all .8s cubic-bezier(0.645, 0.045, 0.355, 1);
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
}

.uppercase {
	text-transform: uppercase;
}

.smallFontSize {
	font-size: 16px;
	line-height: 30px;
	
}

.mediumFontSize {
	font-size: 24px;
	line-height: 34px;
	letter-spacing: 0.82px;
}

.bigFontSize {
	font-size: 88px;
	line-height: 93px;
	letter-spacing: -4.4px;
}

/* HEADER */
header {
	position: fixed;
	top: 0;
	left: 0;
	width: 44px;
	height: 100%;
	z-index: 100;
	border-right: 0.5px solid #ACACAC;
	/*cursor: none;*/
}

header .logo,
header .info,
header .archive {
	left: 16px;
	line-height: 12px;
	display: block;
	position: absolute;
	cursor: pointer;
	text-align: center;
}

header .logo {
	width: 250px;
	top: 30px;
	text-align: right;
	transform-origin: 0% 0%;
	-webkit-transform: rotate(-90deg) translateX(-100%);
	-moz-transform: rotate(-90deg) translateX(-100%);
	transform: rotate(-90deg) translateX(-100%);
}

header .desktop,
.touchDevice header .mobile {
	display: block !important;
}

header .mobile,
.touchDevice header .desktop {
	display: none !important;
}

header .info {
	left: 22px;
	top: 50%;
	transform-origin: 50% 50%;
	-webkit-transform: rotate(-90deg) translateY(-50%);
	-moz-transform: rotate(-90deg) translateY(-50%);
	transform: translate(-50%, -50%) rotate(-90deg);
}

header .archive {
	left: 22px;
	bottom: 30px;
	width: 125px;
	text-align: left;
	transform-origin: 0% 50%;
	-webkit-transform: rotate(-90deg) translateX(-6px);
	-moz-transform: rotate(-90deg) translateX(-6px);
	transform: rotate(-90deg) translateX(-6px);
}

.info-opened header,
.archive-hover header {
	color: #f5f5f5; 
	border-color: #f5f5f5;
}

.info-opened header a,
.archive-hover header a {
	color: #f5f5f5;
}

.project-loading header {
	opacity: 0;
	pointer-events: none;
}

.loading-cursor.archive-opened header {
	transition: all .8s cubic-bezier(0.645, 0.045, 0.355, 1);
	-webkit-transition: all .8s cubic-bezier(0.645, 0.045, 0.355, 1);
	-moz-transition: all .8s cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: all .8s cubic-bezier(0.645, 0.045, 0.355, 1);
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
}

.archive-opened header {
	transition: none;
}


/* LOADING v.3*/
#loading {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 200;
	cursor: none;
	display: none;
	opacity: 1;
	background: #EBEBEB;
	color: #2C2C2C;
}

#loading #loadingName {
	font-size: 46px;
	letter-spacing: -0.3px;
	display: block;
	position: absolute;
	color: #2C2C2C;
	z-index: 2;
	top: 50%;
	left: 75px;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	transform: translate(0, -50%);
	opacity: 0;
	transition-property: opacity, transform;
}

#loading #loadingName.show {
	opacity: 1;
}

#loading #loadingName.hide {
	-webkit-transform: translate(0, -70%);
	-moz-transform: translate(0, -70%);
	transform: translate(0, -70%);
}

#loading.hide {
	opacity: 0;
	pointer-events: none;
}


/* HOME */
.section {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	overflow: hidden;
	transition-property: opacity;
	/*cursor: none;*/
}

.section.hidden {
	opacity: 0;
	pointer-events: none;
}

#home {
	padding-left: 44px;	
}

#home .logo {
	position: absolute;
	left: 75px;
	top: 30px;
	z-index: 20;
	font-size: 47px;
	letter-spacing: -1.46px;
	cursor: pointer;
}

#home .logo span {
	max-width: 0;
	float: left;
	overflow: hidden;
}

#home .logo span.fixed {
	max-width: 100%;
}

#home .logo:hover span.first,
#home .logo:hover span.second,
#home .logo:hover span.third {
	margin-right: 10px;
}

#home .logo:hover span {
	max-width: 150px;
}

/* SIGHT... */
#home .logo span.first,
#home .logo span.second,
#home .logo span.third {
	display: none !important;
}


#home .index {
	position: fixed;
	overflow: hidden;
	width: 50%;
	height: 100%;
	top: 0;
	left: 44px;
	padding-left: 50px;
	z-index: 10;
	
	pointer-events: none;
}

#home .index .inner {
	top: 50%;
	position: relative;
	overflow: hidden;
	backface-visibility: hidden;
	transform-style: preserve-3d;
}

.projectTitle {
	float: left;
	clear: both;
	display: flex;
	align-items: flex-end;
	position: relative;
	top: -3px;
}

.projectTitle .bigFontSize {
	line-height: 110px;
	height: 110px;
	overflow: hidden;
}

#home .index .inner h2 {
	float: left;
	clear: both;
	position: relative;
	pointer-events: initial;
	cursor: pointer;
	padding-right: 5px;
}

#home .index .inner .legend {
	float: left;
	margin-left: 10px;
	bottom: 20px;
	position: relative;
	overflow: hidden;
	cursor: pointer;
}

#home .index .inner .legend span {
	float: left;
	clear: both;
	line-height: 20px;
	position: relative;
	pointer-events: initial;
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	transform: translateX(-100%);
}

#home .index .inner .legend span:nth-child(2) {
	transition-delay: 0.2s;
}

#home .index .inner .legend span:nth-child(3) {
	transition-delay: 0.4s;
}

#home .index .inner .projectTitle.hovering .legend span {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	transform: translateX(0);	
}

.homeBackground {
	background: #EBEBEB;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 0;
	top: 0;
	left: 0;
	display: block;
}

.topMask {
	background: #EBEBEB;
	position: absolute;
	top: -67px;
	left: 0;
	width: 50%;
	height: 50%;
	display: block;
	z-index: 11;
}

.bottomMask {
	background: #EBEBEB;
	opacity: 0.94;
	position: absolute;
	bottom: -67px;
	left: 0;
	width: 50%;
	height: 50%;
	z-index: 11;
	display: block;
	pointer-events: none;
}

.transitioning #home .index {
	opacity: 0;
	pointer-events: none;
}

.transitioning #home .thumbnails {
	opacity: 0;
	pointer-events: none;
}  

#home .thumbnails {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 5;
	overflow-y: scroll;
}

#home .inner {
	position: relative;
	overflow: hidden;
	backface-visibility: hidden;
	transform-style: preserve-3d;
}

.projectThumbnail {
	width: 40%;
	height: auto;
	right: 75px;
	float: right;
	clear: both;
	margin-bottom: 30px;
	overflow: hidden;
	position: relative;
	display: block;
	cursor: pointer;
}

body.scrolling .projectThumbnail {
	pointer-events: none;
}

.projectThumbnail.hidden {
	opacity: 0;
	pointer-events: none;
}

.projectThumbnail:before {
	content: "";
	display: block;
	width: 100%;
	padding-bottom: 56.25%;
	position: relative;
}

.projectThumbnail picture {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 2;
}

.projectThumbnail picture img,
.videoCover picture img {
/*#archivePreview picture img {*/
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.projectThumbnail video {
/*#archivePreview video {*/
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	pointer-events: none;
	z-index: 1;
	display: none;
}

.projectThumbnail.video:hover picture,
.projectThumbnail.video.clicked picture {
	opacity: 0;
}

.projectThumbnail.video:hover video,
.projectThumbnail.video.clicked video {
	display: block;
}

.touchDevice .projectThumbnail.video:hover picture,
.touchDevice .projectThumbnail.video.clicked picture {
	opacity: 1 !important;
}

.projectThumbnail.transitioning picture,
.projectThumbnail.copy picture {
	opacity: 1 !important;
}

.projectThumbnail.transitioning.video picture,
.projectThumbnail.video.clicked picture {
	opacity: 0 !important;
}

.projectThumbnail.transitioning.video video,
.projectThumbnail.video.clicked video {
	display: block;
}

picture {
	opacity: 0;
	transition-property: opacity;
}

picture.show {
	opacity: 1;
}

/* PROJECT */
#project {
	padding: 50px 30px 0 75px;
	overflow-y: scroll;
}

.touchDevice #project.fullscreenVideo {
	padding: 0;
	z-index: 110;
	overflow: hidden;
}

.touchDevice #project.fullscreenVideo .intro.show {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 2;
	left: 0;
	right: 0;
}

.touchDevice #project .intro iframe {
	-webkit-width: calc(100% + 80px);
	-moz-width: calc(100% + 80px);
	width: calc(100% + 80px);
	-webkit-height: calc(100% + 120px);
	-moz-height: calc(100% + 120px);
	height: calc(100% + 120px);
	left: -40px;
	top: -60px;
}

#project .background {
	background: #EBEBEB;
	pointer-events: none;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	z-index: 0;
	opacity: 0;
}

#project.show .background {
	opacity: 1;
}

.projectDetail,
.projectDetail .intro {
	width: 100%;
	position: relative;
}

.projectDetail .intro {
	opacity: 0;
}

.projectDetail .intro.free {
	height: auto !important;
}

.projectDetail .intro.show {
	opacity: 1;
}

.projectDetail.grayBackground {
	background: #EBEBEB;
}

.projectDetail .intro {
	overflow: hidden;
	opacity: 0;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.projectDetail .intro .embedContainer {
	width: 100%;
}

.projectDetail .intro.freeze {
	pointer-events: none;
}

.projectDetail .intro.freeze .plyr__controls {
	opacity: 0;
}

.plyr__poster {
	background: transparent;
	background-size: cover;
}

.plyr--full-ui input[type=range]::-webkit-slider-thumb {
	box-shadow: none !important;
	border-radius: 0;
	width: 1px;
	margin-top: -6px;
}

.plyr--full-ui input[type=range]::-webkit-slider-thumb:focus {
	outline: none;
} 

.plyr--full-ui input[type=range]::-webkit-slider-runnable-track {
	border-radius: 0;
	box-shadow: none !important;
	height: 1px;
}

.plyr__progress__buffer {
	border-radius: 0;
	height: 2px;
	margin-top: -1px;
	display: none;
}

.plyr {
	font-family: 'nb_international_proregular', sans-serif;
}

.plyr__control.plyr__tab-focus {
	box-shadow: none !important;
}

.plyr__control[data-plyr="play"] svg.icon--not-pressed {
	background-image: url(../images/player-play.svg);
	background-repeat: no-repeat;
	background-size: auto 100%;
	height: 16px;
}

.plyr__control[data-plyr="play"] svg.icon--pressed {
	background-image: url(../images/player-pause.svg);
	background-repeat: no-repeat;
	background-size: auto 100%;
	height: 14px;
}


.plyr__control[data-plyr="fullscreen"] svg.icon--not-pressed,
.plyr__control[data-plyr="fullscreen"] svg.icon--pressed {
	background-image: url(../images/player-fullscreen.svg);
	background-repeat: no-repeat;
	background-size: auto 100%;
	height: 14px;
}

.plyr__control[data-plyr="play"] {
	top: -1px;
}

.plyr__control[data-plyr="play"] svg.icon--not-pressed use,
.plyr__control[data-plyr="play"] svg.icon--pressed use,
.plyr__control[data-plyr="fullscreen"] svg.icon--not-pressed use,
.plyr__control[data-plyr="fullscreen"] svg.icon--pressed use,
.plyr__control[data-plyr="mute"] svg.icon--not-pressed use,
.plyr__control[data-plyr="mute"] svg.icon--pressed use {
	opacity: 0;
}

.plyr__volume {
	max-width: 35px;
}


.plyr__control[data-plyr="mute"] svg.icon--not-pressed,
.plyr__control[data-plyr="mute"] svg.icon--pressed {
	background-image: url(../images/player-mute.svg);
	background-repeat: no-repeat;
	background-size: auto 100%;
	height: 16px;
}

.plyr__control[data-plyr="mute"] svg.icon--pressed {
	background-image: url(../images/player-unmute.svg);
}

.plyr__volume {
	min-width: initial;
}

.projectDetail .intro picture {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.projectDetail .intro img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.projectDetail h1 {
	opacity: 0;
	line-height: 100px;
	display: block;
}

#project.show .intro,
#project.transitioned h1,
#project.transitioned .content {
	opacity: 1;
}

#project .content {
	opacity: 0;
	margin-top: 20px;
	margin-bottom: 40px;
	overflow: hidden;
}

.projectDetail .row {
	float: left;
	width: 100%;
	position: relative;
	overflow: hidden;
	margin-bottom: 20px;
}

.projectDetail .row:last-child {
	margin-bottom: 0;
}


.projectDetail .row.full_width > *,
.projectDetail .row.two_columns .column {
	position: relative;
	opacity: 0;
	transition: all .8s cubic-bezier(0.645, 0.045, 0.355, 1);
	-webkit-transition: all .8s cubic-bezier(0.645, 0.045, 0.355, 1);
	-moz-transition: all .8s cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: all .8s cubic-bezier(0.645, 0.045, 0.355, 1);
	-webkit-transform: translate3d(0, 50px, 0);
	-moz-transform: translate3d(0, 50px, 0);
	-ms-transform: translate3d(0, 50px, 0);
	-o-transform: translate3d(0, 50px, 0);
	transform: translate3d(0, 50px, 0);
	transition-property: transform opacity;
}

.projectDetail .row.full_width.reveal > *,
.projectDetail .row.two_columns.reveal .column {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.projectDetail .row.two_columns.reveal .column:last-child {
	transition-delay: 0.2s;
}


.projectDetail .row picture,
.projectDetail .row picture img,
.projectDetail .row video {
	width: 100%;
	display: block;
}

.plyr--video .plyr__control.plyr__tab-focus, .plyr--video .plyr__control:hover, .plyr--video .plyr__control[aria-expanded=true] {
	background: transparent;
}

.plyr--full-ui input[type=range].plyr__tab-focus::-webkit-slider-runnable-track {
	box-shadow: none;
}

.plyr--full-ui input[type=range] {
	color: #ffffff;
}

.videoCover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	opacity: 1;
	cursor: pointer;
}

.videoCover.hide {
	opacity: 0;
	pointer-events: none;
}

.videoCover picture {
	width: 100%;
	height: 100%;
}

.videoCover .play {
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
	width: 22px;
	height: 28px;
	background-image: url(../images/play.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 22px 28px;
	z-index: 1;
	position: absolute;
}

.projectDetail .columns {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.projectDetail .column {
	position: relative;
	width: -webkit-calc(50% - 10px);
	width: -moz-calc(50% - 10px);
	width: calc(50% - 10px);
}

#closeProject,
#printExpanded .close {
	position: fixed;
	right: 30px;
	cursor: pointer;
	top: 10px;
	text-align: right;
	opacity: 0;
	pointer-events: none;
	z-index: 10;
	transition-property: opacity;
	text-decoration: underline;
	mix-blend-mode: difference;
	color: #fff;
}

#closeProject a,
#printExpanded .close a {
	color: white;
}

.project-opened #closeProject.show,
#printExpanded.loaded .close {
	opacity: 1;
	pointer-events: initial;
}

/* INFORMATION */
#information {
	background: #670000;
	color: #F5F5F5;
	overflow-y: scroll;
} 

#information *::selection {
	color: #670000;
	background: rgba(245, 245, 245, 0.99);
}

#information *::-moz-selection {
	color: #670000;
	background: rgba(245, 245, 245, 0.99);
}

#information .bigFontSize {
	font-size: 95px;
	line-height: 89px;
	letter-spacing: -2.85px;
}

#information a {
	color: #F5F5F5;
}

#information .rrss a {
	border-bottom: 2px solid #F5F5F5;
} 

#information .inner {
	padding: 30px 85px 30px 146px;
	overflow: hidden;
}

#information address {
	font-style: normal;
}

#information span,
#information address,
#information .rrss a {
	float: left;
	clear: both;
}

#information .block {
	left: 320px;
	position: relative;
	display: block;
	float: left;
	width: 100%;
	margin-bottom: 70px;
}

#information .animateBlock {
	margin-left: 50px;
	opacity: 0;
	pointer-events: none;
}

#information .animateBlock.show {
	margin-left: 0;
	opacity: 1;
	pointer-events: initial;
}

#information .title {
	left: 0;
}

#information .correspondence {
	left: 635px;
}

#information .rrss {
	margin-bottom: 0;
}

#information .credits {
	position: relative;
	right: 0;
	float: right;
	opacity: 0;
	pointer-events: none;
	top: 3px;
	line-height: 14px;
	transform: -webkit-translateY(-100%);
	transform: -moz-translateY(-100%);
	transform: translateY(-100%);
}

#information .credits.show {
	pointer-events: initial;
	opacity: 1;
}

#information .credits .collaborator {
	float: left;
	clear: both;
}

#information .credits .collaborator span {
	width: 160px;
	padding-right: 20px;
}

/* ARCHHIVE */
#archive {
	background: #EBEBEB;
	padding: 28px 30px 30px 75px;
	overflow-y: scroll;
	z-index: 2;
}

.archive-hover #archive {
	background: transparent;
}

#archive .menu {
	display: block;
	text-align: left;
	margin: 0 auto 28px;
	text-align: center;
	color: #A2A2A2;
}

#archive .menu a {
	color: #A2A2A2;
}

#archive .menu a.current {
	color: #2C2C2C;
}

#archive .inner {
	position: relative;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	z-index: 2;
	transition-property: transform;
}

#archive .archiveGrid {
	transition-property: opacity;
}

#archive .archiveGrid.hidden {
	opacity: 0;
	pointer-events: none;
}

#archive .inner.print {
	display: block;
}

#archive .grid-sizer,
#archive .grid-item {
	-webkit-width: calc(33.333% - 22px);
	width: calc(33.333% - 22px);
}

#archive .grid-item {
	overflow: hidden;
	margin-bottom: 30px;
	position: relative;
}

#archive .grid-item .space {
	position: relative;
	width: 100%;
	display: block;
	pointer-events: none;
}


#archive .grid-item picture {
	position: absolute;
	width: 100%;
	height: 100%;
	position: absolute;
	display: block;
	left: 0;
	top: 0;
}

#archive .grid-item picture img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#archive .grid-item .caption {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	pointer-events: none;
	text-align: center;
	justify-content: center;
	align-items: center;
	display: flex;
	flex-direction: column;
}

#archive .grid-item .caption span {
	display: block;
}

#archive .grid-item:hover picture {
	filter: blur(10px);
	opacity: 0.25;
}

#archive .grid-item:hover .caption {
	opacity: 1;
}

.projectsBlock {
	width: 20%;
	padding-right: 20px;
	margin-bottom: 50px;
	top: -25px;
	opacity: 0;
	pointer-events: none;
	position: relative;
}

.projectsBlock.show {
	top: 0;
	opacity: 1;
	pointer-events: initial;
}

.projectsBlock > span {
	color: #2C2C2C;
	width: 100%;
	margin-bottom: 20px;
	display: block;
}

.projectsBlock ul {
	list-style: none;
}

.projectsBlock ul li {
	/*line-height: 20px;*/
}

.projectsBlock ul li a {
	color: #CBCBCB;
	opacity: 1;
	transition: none;
	display: table;
}

.projectsBlock ul li a:hover {
	color: #2C2C2C;
}

.archive-hover .projectsBlock > span,
.archive-hover .projectsBlock ul li a {
	color: #f5f5f5;
	opacity: 0.6;
}

.archive-hover .projectsBlock ul li a:hover {
	opacity: 1;
}

#printExpanded {
	z-index: 10;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	opacity: 0;
	pointer-events: none;
	background: #EBEBEB;
	transition-property: opacity;
}

#printExpanded.show {
	opacity: 1;
	pointer-events: initial;
}

#printExpanded .image {
	position: absolute;
	width: 75%;
	height: 75%;
	top: 50%;
	left: 50%;
	transform: -webkit-translate(-50%, -50%);
	transform: -moz-translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0;
	transition-property: opacity;
}

#printExpanded.loaded .image,
#printExpanded.loaded .text {
	opacity: 1;
}

#printExpanded .image img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	pointer-events: none;
}

#printExpanded .text {
	position: absolute;
	left: 0;
	bottom: 24px;
	width: 100%;
	text-align: center;
	pointer-events: none;
	opacity: 0;
	transition-property: opacity;
}

/* PAGE TRANSITION */
#pageTransition {
	z-index: 200;
	background: #EBEBEB;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	pointer-events: none;
	transition-duration: .6s;
}

#pageTransition.opened {
	opacity: 1;
	pointer-events: initial;
}

#pageTransition.closed {
	pointer-events: none;
	opacity: 0 !important;
}

#pageTransition.show {
	opacity: 1 !important;
	pointer-events: initial;
}
