
@charset "UTF-8";


/* -----  FONTS  --------------------------------------------- */

@font-face {
    font-family: 'Calibri';
    src: url('../fonts/Calibri.woff2') format('woff2'),
         url('../fonts/Calibri.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}





   





*,
*:after,
*:before{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font: normal 300 1.2rem/1.4rem 'Calibri', Arial, sans-serif;
  color: #000;
  min-height: 100%;	
  overflow-x: hidden;
  scroll-behavior: smooth;
   -webkit-text-size-adjust: 100%;
         background-color: #fff
}



body {
width: 100%;
 height: 100%;
   overflow-x: hidden;


margin: 0 auto;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
}


.clearfix::before,
.clearfix::after {
  content: " ";
  display: table;
} 

.clearfix::after {
  clear: both;
}



li {
  list-style: none;
}

a {
  color: #000;	
  text-decoration: none;
  cursor: pointer
}



html.white, html.white a {
  color: #fff;
}

h1, h2, h3, h4 {
  font-weight: 300;	
}

h1 {
  font-size: 8rem;
  margin-bottom: 1.5rem;
  line-height: 8rem;
}

h2 {
  font-size: .95rem;
  margin-top: 2rem;
  margin-bottom: 1.3rem;
  }

h3 {
  font-size: 1rem;
}

strong, b {
  font-weight: 600;
}

img {
  width: 100%;
}

.arrow {
	display: inline-block;
	width: 1.5rem;
}

.page {
  padding: 5vh 5vw 10vh;
}

.page > * {
  max-width: var(--content-width);
  margin: 0 auto;
}

hr {
	border: 0;
    height: 1px;
    background: #333;
    background-image: linear-gradient(to right, #ccc, #333, #ccc);
}

/* -----  NEW MEDIA  ------------------------------------------------- */


.frame {
	position: fixed;
	z-index: 0;
	display: flex;
	align-items: center;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
	width: 100vw;
	height: 100vh;
}

.bluebox {
	position: fixed;
	z-index: 0;
	display: flex;
	align-items: center;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
	width: 100vw;
	height: 100vh;
	background-color: #1e3c64;
	overflow-x: hidden;

}

.textbox {
	position: fixed;
	z-index: 200;
	display: flex;
	align-items: center;
	justify-content: center;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding-bottom: 2rem;
	width: 100vw;
	height: 100vh;
	background-color:rgba(255, 255, 255, 0);
	overflow-x: hidden;
}

.text {
	display: block;
	width: 45%;
}

.nm {
	text-transform: uppercase;
	text-align: left;
	color: #a8a8a8;
	animation:fadein 3s;-moz-animation:fadein 23s;-webkit-animation:fadein 3s;


}

.dot {
	display: block;
	margin-left: 10px;
	width: 70px;
    height: 70px;
    border-radius: 35px;
	background-color: #1e3c64;
}

.dig {
	display: block;
	text-align: left;
	color: #1e3c64;
	text-transform: lowercase !important;
}

.whitebox {
	position: absolute;
	z-index: 100;
    top: 100vh;
	width: 100vw;
	height: 80vh;
	padding-left: 30%;
	padding-top: 3rem;
	background-color: #fff;
	overflow-x: hidden;

}

.addressbox {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding-bottom: 2rem;
	z-index: 300;
    top: 180vh;
	width: 100vw;
	height: 100vh;
	margin: 0 auto;
	background-color: #fff;
	overflow-x: hidden;

}

.adr {
	font-size: 4vw;
	line-height: 4vw;
	color: #a8a8a8;
	width: 45%;
}

.arrow {	
  border: solid #a8a8a8;
  border-width: 0 4px 4px 0;
  display: block;
  position: absolute;
  bottom: 50px;
  padding: 30px;
  animation:fadein 3s;-moz-animation:fadein 23s;-webkit-animation:fadein 3s;
}

.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

@keyframes fadein{from{opacity:0;}to{opacity:1;}}@-moz-keyframes fadein{from{opacity:0;}to{opacity:1;}}@-webkit-keyframes fadein{from{opacity:0;}to{opacity:1;}}@-o-keyframes fadein{from{opacity:0;}to{opacity:1;}}



@media screen and (max-width: 1200px) {
	
	h1 {
		font-size: 3.7rem;
		line-height:3.7rem;
		margin-bottom: .7rem;
	}
	
	.text {

	}
	
	.dot {
	display: block;
	margin-left: 5px;
	width: 34px;
    height: 34px;
    border-radius: 17px;
    margin-bottom: .7rem;
    }
	
	.arrow {
	padding: 12px;
	bottom: 20px;

	}
	
	
	.adr {
	font-size: 1.2rem;
	line-height: 1.4rem;
	}
}


@media screen and (max-width: 850px) and (orientation: portrait) {

	.text {
	width: 72%;
	}
	
	.adr {
	width: 72%;
	}
}




/* -----  HEADER/MENU  ------------------------------------------------- */



.wrap {
  margin-left: auto;
  margin-right: auto;
  width: 95%;
  max-width: 1600px;
}



.header {
  display: flex;
  justify-content: space-between;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 800;
  padding: 1.4rem 0 1rem;
  background-color: rgba(255, 255, 255, 0.95);
  align-items: flex-end
}

header.home {
	display: none;
}

.header.home {
  background-color: rgba(255, 255, 255, 0);
  bottom: 2rem;
  justify-content: center;
}

.logo {
  font-size: 1.8rem;
  font-weight: 400;
  padding: 0;
  padding-bottom: 0.4rem;
  }

.homelogo {
  color: #fff;
  font-size: 5rem;
  font-weight: 400;
  align-self: center;
  } 

.homelogo.black {
	color: #000
}  
  

.fixed {
	position: fixed
}

.menu {
  font-size: .83rem;
  font-weight: 400;
  text-transform:uppercase;
  letter-spacing: .03em;
  position: relative
}

.menu ul.desktop, .menu ul.mobile {
	display: none
}

.menu ul.mobile {
	position: absolute;
	right: 0;
	top: 0;
	text-align: right;
	width: 100vw;
	height: 100vh;
	background-color: rgba(255, 255, 255, 0.97);
	padding-top: 1rem;
}

.menu ul.mobile li {
	display: block;
	padding: 0.3rem 0;
	width: auto;
}
	
.menu a.icon {
	padding: 2rem 0;
	position: absolute;
	right: 0;
	top: -3rem;
	text-align: right;
	z-index: 500;
}

.header.home .menu {
	display: none
}

.menu-item, .menu-item2 {
  display: inline-block;
  position: relative;
  margin: 0.8rem 0 0rem 2rem;
  vertical-align: top;

}

li.menu-item:hover, li.submenu-item a:hover  {
  border-bottom: 1px solid;
}

.mobile li.menu-item:hover {
  border-bottom: 0px solid;	
}

.menu-item.active, .submenu-item.active a {
  border-bottom: 1px solid;
  padding-bottom: 0.05rem;
}

.mobile .menu-item.active {
  border-bottom: 0px solid;	
}

.submenu {
  position: relative;
  font-size: .83rem;
  letter-spacing: .03em;
  left: 0;
  top: 6rem;	
}

.submenu-item {
	position: relative;
	display: inline-block;
	text-align: left;
	margin: 0rem 1rem 0rem 0rem;
}


@media screen and (min-width: 960px) {
	
.menu ul.desktop {
	display: block
}	

.gg-menu {
	display: none !important;

}
	
}




.gg-menu {
    transform: scale(var(--ggs,1))
}

.gg-menu,
.gg-menu::after,
.gg-menu::before {
    box-sizing: border-box;
    position: relative;
    display: block;
    width: 25px;
    height: 2px;
    border-radius: 3px;
    background: currentColor;

}

.gg-menu::after,
.gg-menu::before {
    content: "";
    position: absolute;
    top: -8px
}

.gg-menu::after {
    top: 8px
}






.grid {
  font-size: 0;
}

.grid-item img {
	width: 100% ;
}

.grid:after {
  	content: "";
  	display: block;
  	clear: both;
}

a.animated-arrow, a.back-to-top  {
	border-bottom: 0;
}

a.back-to-top {
	display: none;
	position: fixed;
	z-index: 999;
	right: 2rem;
	bottom: 2rem;
}


/* -----  BUTTONS  ------------------------------------------------------- */

.btn {
  display: inline-block;
  border: 0px solid;
  margin: .6em 2em 0em 0;
  padding-bottom: .2em;
  white-space: nowrap;
  font-size: .85rem;
  line-height: 1;
  cursor: pointer;
  background-color: #fff;
  text-transform: uppercase;
}

.btn.is-active  {
  border-bottom: 1px solid;
  padding-bottom: 0rem;
}

.btn.mixitup-control-active {
	border-bottom: 1px solid #000;	
}

li .btn {
	float: left;
}


/* -----  MAIN  ------------------------------------------------- */



main {
   margin-top: 6rem;
   position: relative;
   padding-bottom: 6rem;
}


.text p,
.text ul,
.text ol {
  margin-bottom: 1.3em;
}

.text > *:first-child {
  margin-top: 0;
}
.text a, a.text {
  position: relative;
  white-space: nowrap;
}
.text figure {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.text img {
  width: 100%;
}

.text.press p{
 margin-bottom: 1.5rem;	
}

strong {
 font-weight: 400
}


/* -----  HOME  ------------------------------------------------- */


#slides {
	position: absolute;
	top: 50%;
	bottom: 0;
    left: 50%; 
    right: 0;
	width: auto;
  	display: block;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
	min-height: 100vh;
	min-width: 100vw;
	
}






/* -----  WORKS  ------------------------------------------------- */


.works.grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	margin: 0 -2% 2rem;
}

.works.grid-item { 
	position: relative; 
	width: 21%;
	margin: 3% 2% 3%;
	height: 22vw;
	overflow: hidden;
	cursor: pointer
}

.works.grid-item.paperworks {
	width: 20%;
	}

.works.grid-item img {
	position: absolute;
	top: 0;
    right: 0; 
   	bottom: 0;
	left: 0;
	height: 100%;
	width: 100%;
	object-fit: contain;
	
}

.works.grid-item.paperworks img {
	max-height: 15vw;

}

.worktags {
	width: 100%;
	text-align: left;
	padding-top: 0rem;
	margin-bottom: .3rem;
}

.works.grid-item.blind {
	display: none;
}

.works.grid-item.cover {
	display: block;
}

/*.works.grid-item img {
	position: absolute;
	top: 0;
    right: 0; 
   	bottom: 0;
	left: 0;
	height: 100%;
	width: 100%;
	object-fit: contain;
   }*/
   
   
.exhibtext, .workstext {
	font-size: 1rem;
	line-height: 130%;
	margin-top: .75em;
	font-weight: 400;
	text-align: center;
}





.video {
	position:relative;
}

.blind {
	display: none;
}


.video:before,
.video:after {
	position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    padding: 0;
    margin: -29px 0 0 -29px;
    border: 3px solid #fff;
    border-radius: 100%;
    background-size: 175px;
    background-position: 12px -428px;
	box-sizing: content-box;
	background-image: url(../icons/modulobox.svg);
	background-repeat: no-repeat;
	background-color: transparent;
}


.video:after {
	opacity: 0;
	visibility: hidden;
	background-image: none;
	background-color: transparent;
	border-color: transparent;
	border-left-color: #fff;
}

video {
	margin-top: 2rem;
	width: 100%;
	height: auto;
}




/* -----  EXHIBITIONS  ------------------------------------------------- */


.exhibtitle {
	font-style: italic;
}

.exhib-grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
    margin: 0 -2% 2rem;
	
}

.exhib-item {
	position: relative;
	width: 50%;
	padding: 0 2% 2rem;	
}

.exhib-item.current {
	position: relative;
	width: 100%;
	padding: 0 0 2rem;	
}		

.exhib-img {
	position: relative;
     --w: 3;
     --h: 2;
    padding-bottom: calc(100% / var(--w) * var(--h));
}

.exhib-img img {
	position: absolute;
	top: 0;
    right: 0; 
   	bottom: 0;
	left: 0;
	height: 100%;
	width: 100%;
	object-fit: cover;
}	

.exhib-text {
	font-size: .95rem;
	padding: .5rem 0;
}

.exhib-title {
	margin-top: 2rem;
	font-size: .95rem;
	text-align: center;
}

.exhibview {
	width: 100%;
}


/* -----  PUBLICATIONS  ------------------------------------------------------- */

.publ.grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
    margin: 0 -2% 4rem;
}

.publ.grid-item { 
	position: relative;
	width: 20%;
	padding: 2rem 2% 0;	
	margin: 1rem 0;
}


.publbox {
	position: relative;
	padding: 0em;
}

.publbox p {
	margin-top: 0px;
	margin-bottom: .5em;
	line-height: 1.2em;
}

.publimg {
	position: relative;
}

.publimg:before {
	content: "";
	display:block;
	padding-top: 140%;
}

.publimg img{
	position: absolute;
	bottom: 0;
    left: 0;
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
	object-position: 0 0
}

.publtext {
	width: 100%;
	font-size: .85rem;
	padding-top: 1.2em;
	line-height: 1.3em;
}

.publtitle {
	font-size: .95rem;
	font-weight: bolder;
	margin-bottom: .2em;
	line-height: 1.1em;
	width: 90%
}

.publhead {
	font-size: 1.2rem;
	margin-bottom: .3em;
}

.publlink a {
	  border-bottom: 0px
}

.texts {
	padding-top: 3rem;
	font-size: .95rem;
	width: 60%
}

.texts p {
	margin-bottom: 2rem;
}

article {
	padding-top: 3rem;
	font-size: .95rem;
	width: 100%;
	margin-bottom: 4rem;
}

.article {
	padding-top: 1rem;
	font-size: .95rem;
    columns: 2;
    column-gap: 6rem;
    width: 80%;
}



.article p {
	margin-bottom: 1rem;
}

article h1 {
	width: 80%;
	display: inline-block;
}

.text-pdf {
	font-weight: 400;
	padding-top: 1rem;
}

.jump {
	display: inline-block;
	float: right;
	font-size: .8rem;
}



/* -----  CONTACT  ------------------------------------------------- */


.contact-grid {
  display: grid;
  grid-gap: 3rem;
  grid-template-columns: repeat(6, 1fr);
	
}

.contact-grid > .contact-item  {
  grid-column: span 2;
  margin-bottom: 3rem;
}




.contact-img {
  position: relative;
  margin-bottom: 1rem;	
}



.contact-img:before {
	content: "";
	display:block;
	padding-top: 75%;
}

.contact-img img{
	position: absolute;
	top: 0;
    right: 0; 
   	bottom: 0;
	left: 0;
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.contact-text {
	font-size: .95rem;
	line-height: 1.2rem
	
}



/* -----  NEWS  ------------------------------------------------------- */

.newsgrid {
	width: 100%;
	margin: 0 auto;
}

.news.grid-sizer, .newsitem {
	width: 30.66% ;
	float: left;
}


.news.gutter-sizer { 
	width: 4%; 
}

.newsitem {
	margin-bottom: 4%;
	text-align: left;
	font-size: .95rem;
}

.newsitem p, .newsitem h2 {
		width: 85%;
}

.newsitem img {
    -webkit-animation:fadein 1s;
    -moz-animation:fadein 1s;
    animation:fadein 1s;
    margin-bottom: .6rem;
}



/* -----  CV/PRESS  ------------------------------------------------------- */



.text.cv {
	width: 70%;
	padding-top: 2rem ;
	line-height: 1.3rem;
}

.text a {
	border-bottom: 1px solid;
  padding-bottom: 0.05rem;
}

.text.cv .bio {
	line-height: 1.2rem;
	}

.text.cv h1 {
	padding: 2rem 0 0;
}



.text.cv p {
  margin-bottom: .75em;	
  
}

.text.cv .bio p {
  margin-bottom: 0em;
}

.cv.sidebar {
	width: 30%;
	float: left;
}

.press p {
	margin-bottom: .2rem;
}

.cv {
	margin-bottom: 2rem;
}

.cv td {
	padding-right: 1rem;
	vertical-align: top; 
	font-size: 0.95rem

}

.cv td.year {
	width: 6rem;
}


/* -----  Footer  ------------------------------------------------------- */



.footerwrap {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(255, 255, 255, 0.95);
}



.footer {
  position: relative;
  text-align: center;
  line-height: 1.5em;
  font-size: .65rem;
  font-weight: 400;
  opacity: 1;
    -webkit-transition: all .2s ease-in-out;
 		transition: all .2s ease-in-out;
}

.footer.home {
	opacity: 0;
}

.footer-copyright {
	margin: .5rem 0;
	padding: 0;
}

.footer-copyright li {
	display: inline-block;
	margin: 0 .5rem 0 .5rem;
	  text-transform: uppercase;
}

.footer a {
  display: inline-block;
}


.footer.smaller {
	opacity: 0;
	    -webkit-transition: all .2s ease-in-out;
 		transition: all .2s ease-in-out;
}

.footer > a {
  margin-bottom: 1.5rem;
  border-top: 2px solid #000;
  width: 16.5rem;
  padding-top: .5rem;
}

.sociallinks  li {
	display: inline-block;
}

.social a {
  padding: .5rem 0;
  width: 1rem;
  text-align: center;
}

.social a:hover {
  text-decoration: line-through;
}

