

/* Font loader ------------------*/

@font-face {
    font-family: 'Suisse';
    src: url('../fonts/SuisseIntl-Book-WebXL.eot');
    src: url('../fonts/SuisseIntl-Book-WebXL.eot?#iefix') format('embedded-opentype'),
         url('../fonts/SuisseIntl-Book-WebXL.woff') format('woff'),
         url('../fonts/SuisseIntl-Book-WebXL.ttf') format('truetype'),
         url('../fonts/SuisseIntl-Book-WebXL.svg#FONTNAME') format('svg');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Suisse';
    src: url('../fonts/SuisseIntl-Regular-WebXL.eot');
    src: url('../fonts/SuisseIntl-Regular-WebXL.eot?#iefix') format('embedded-opentype'),
         url('../fonts/SuisseIntl-Regular-WebXL.woff') format('woff'),
         url('../fonts/SuisseIntl-Regular-WebXL.ttf') format('truetype'),
         url('../fonts/SuisseIntl-Regular-WebXL.svg#FONTNAME') format('svg');
    font-weight: 400;
    font-style: normal;
}

/* Content ------------------*/

::-webkit-scrollbar { 
    display: none; 
}

html {
  font-size: 10px;
}

body.zero-0 header {
  pointer-events: none;
  cursor: default;
}

body {
  font-family: Suisse, Times;
  height: 100vh;
  color: #000000;
  font-weight: 500;
  letter-spacing: 0px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-y: scroll; /* has to be scroll, not auto */
  -webkit-overflow-scrolling: touch;
  cursor: default;
}

body::-webkit-scrollbar { 
  display: none; 
}

body, body.abouted {
  overflow: auto;
  height: auto;
}

body.home {
  height: 100vh;
  overflow: hidden;
  cursor: s-resize;
  cursor: url(../img/down-arrow.svg), auto;
}

body.abouted {
  cursor: s-resize;
  cursor: url(../img/down-arrow.svg), auto;
}

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

a:hover {
  color: #dddddd;
  cursor: pointer !important;
}

.copyright a:hover {
  color: #dddddd  !important;
}

p {
  pointer-events: all;
}

h1 {
  font-weight: 500;
}

.loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #fff;
  z-index: 9998;
  pointer-events: none;
}

header {
  position: fixed;
  z-index: 9998;
  pointer-events: all;
  width: 100vw;
  left: 0;
  top: 0;
  margin-left: 50vw;
  padding-bottom: 14px;
  margin-top: 0;
  transition: margin-top 0.2s linear; 
  background-color: #fff;
  transition: margin-top 0.2s linear;
}

.home header {
  background-color: transparent;
}

.home .archive, .home .about {
  display: none;
}

.no-scroll header *, .no-scroll header *, .no-scroll .step.near, .no-scroll .step.current * {
  pointer-events: none;
  cursor: default;
  color: #dddddd;
}

.button, .archive-button, .info-button {
  font-size: 2.7rem;
  pointer-events: all;
  padding-bottom: 0;
  width: 100%;
}

.abouted .info-button {
  pointer-events: none;
  cursor: default;
}

.main {
  width: 100%;
  height: 100%;
  float: left;
  margin: auto;
}

.container {
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  margin: auto;
  width: 100%;
  height: 100%;
  padding: 0;
  margin-bottom: 0;
  z-index: 9997;
}

/* .home header:hover * {
  pointer-events: none;
  cursor: default;
} */

.abouted header, .abouted.zero-4.green header {
  background-color: #fff;
  padding-left: 50vw;
  margin-left: 0; 
}

.abouted.zero-4 header {
  background-color: transparent;
}


.abouted header:hover * {
  pointer-events: all;
  cursor: pointer;
}

.abouted .container {
  z-index: 9997;
}

.about {
  position: absolute;
  opacity: 1;
  background-color: transparent;
  font-size: 2.7rem;
  line-height: 1.42em;
  left: 0;
  top: 0;
  width: 100vw;
  min-height: 100vh;
  transition: opacity 0.2s linear;
  pointer-events: none;
}

.home .about {
  opacity: 0
}

.about-inner {
  padding: 20vh 0vw 22vh 50vw;
}

.abouted .about-height {
  height: auto;
}

.abouted .about {
  opacity: 1;
  pointer-events: all;
  transition: opacity 0s linear;
/*-webkit-transition-delay: 0.1s;  Safari 
  transition-delay: 0.1s; */
  z-index: 9997;
}

.about-section-title {
  font-size: 2.7rem;
}

.editorial, .awards, .news {
  display: none;
}

.about-section {
  margin-bottom: 1.8em;
}

.about p {
  margin-bottom: 0.6em;
}

.about .news .article {
  width: 100%;
  margin-bottom: 2.5em;
  margin-bottom: 1.8em;
  float: left;
}

.article-date {
  display: none;
  margin-top: -11px;
  margin-top: 18px;
  margin-top: 0;
}

.about .article-text {
  width: calc(100% - 100px);
  width: 100%;
  float: left;
  padding: 0 20px;
  padding: 0;
  margin-top: -8px;
  margin-top: 0;
}

.about .news .article figure {
  width: 100px;
  float: left;
  height: auto;
  padding: 0;
  margin: 10px 0;
}

.about .news .article figure img {
  width: 100%;
  height: auto;
  /* -webkit-filter: grayscale(100%); Safari 6.0 - 9.0
  filter: grayscale(100%);  */
}

.step {
  pointer-events: all;
  cursor: default;
}

.step.near {
  pointer-events: all;
}

.step:hover span {
  color: #dddddd;
  cursor: default;
}

.step.near:hover span {
  color: #000;
  cursor: pointer;
}

.step span, .button span {
  display: inline-block;
  width: 1.8em;
}

/* STEP 00 */

.zero-0 .step-0 {
  z-index: 9999;
}

.zero-0 header {
  margin-top: 0em;
}

.zero-1 header {
  margin-top: -3.5em;
}

/*
.zero-1 .img1:hover {
  cursor: s-resize;
  cursor: url(../img/down-arrow.svg), auto;
}

.zero-2 .img1:hover {
  cursor: n-resize;
  cursor: url(../img/up-arrow.svg), auto;
}

.zero-2 .img2:hover {
  cursor: s-resize;
  cursor: url(../img/down-arrow.svg), auto;
}

.zero-3 .img3:hover {
  cursor: s-resize;
  cursor: url(../img/down-arrow.svg), auto;
} */

.zero-2 header {
  margin-top: -3.5em;
}

.zero-3 header {
  margin-top: -7em;
}

.zero-4 header {
  margin-top: -10.5em;
} 

.zero-5 header {
  margin-top: -14em;
} 

.img {
  position: absolute;
  width: 50%;
  height: 100vh;
  top: 105vh;
  overflow-x: hidden;
  overflow-y: scroll;
  visibility: visible;
  opacity: 1;
  transition: visibility 0s, opacity 0s;
  transform: scale(1) translate(0, 0);
  z-index: 9999;
}

.container.fadeout {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.1s ease-in;
}

 /*.img.shrink {
 transform: scale(0.72) translate(0%, 15%); 
} */

.img img {
  position: absolute;
  width: 100%;
  height: auto;
  bottom:0;
}

.img:nth-child(odd) {
  left: 0;
}

.img:nth-child(even) {
  left: 50%;
}

.zero-1.shrink {
  transform: scale(0.76) translate(0%, 25%);
  margin-left: 0;
}
/*
.zero-1.shrink img {
  margin-left: 64%; 
} */

.zero-2.shrink {
  margin-left: 0;
  transform: scale(0.76) translate(15%, 30%);
} 

 /*
.zero-2.shrink img {
 margin-left: 0;  
} */

.zero-3.shrink  {
  transform: scale(0.76) translate(15%, 5%);
} 

.img.ante_ante_prev {
  top: -92vh;
  transition: all .3s;
  -webkit-transition: all .3s;
} 

.img.ante_prev {
  top: -84vh;
  margin-left: 0%;
  transition: all .3s;
  -webkit-transition: all .3s;
}

.img.prev {
  top: -55vh;
  margin-left: 0%;
  transition: all .3s;
  -webkit-transition: all .3s;
}

.img.prev:nth-child(odd) {
  top: -55vh;
  margin-left: -2%;
  transition: all .3s;
  -webkit-transition: all .3s;
}

.img.current {
  top: 0;
  transition: all .3s;
  -webkit-transition: all .3s;
}

.img.next {
  top: 101vh;
  margin-left: 20%;
  transition: all .3s;
  -webkit-transition: all .3s;
}

.img:nth-child(odd).next {
  margin-left: -10%;
}

.img:nth-child(even).next {
  margin-left: 10%;
}

.ante_prev img {
  width: 36%;
  margin-left: 55%;
  top: auto;
  transform: translateY(0%);
  bottom:0;
  transition: all .3s;
  -webkit-transition: all .3s;
  opacity: 1;
}

.prev img {
  width: 74%;
  margin-left: 15%;
  top: auto;
  transform: translateY(0%);
  bottom:0;
  transition: all .3s;
  -webkit-transition: all .3s;
  opacity: 1;
}

.current img {
  width: 100%;
  margin-left: 0%;
  bottom:0;
  transform: translateY(0);
  transition: all .3s;
  -webkit-transition: all .3s;
  opacity: 1;
}

.next img {
  width: 100%;
  top: 0;
  transform: translateY(0%);
  transition: all .3s;
  -webkit-transition: all .3s;
  opacity: 1;
}

/* STEP 01 */

.step span {
  color: #dddddd;
}

.step.current, .step.current span {
  color: #f44336;
  color: #43a047;
  color: #ff563b;
  color: #000;
}

.archived .about, .abouted .archive, .archived .archive {
  color: #dddddd;
  transition: color 0.2s;
  -webkit-transition: color 0.2s;
}

.abouted .about, .archive.loaded {
  color: #000;
}

.archive-row:hover {
 /*color: #f44336;
  color: #43a047; */
  color: #ff563b;
  color: #dddddd;
  cursor: pointer !important;
  padding-top: 0;
}

.archive-row .first {
  visibility: hidden;
  left: 0;
}
  
.archive-row:hover .first {
  visibility: visible;
}

.archive-row.active .first {
  visibility: hidden;
}

.archive-row.non-active:hover .first {
  visibility: hidden;
}

.abouted .archive-row:hover {
  color: #dddddd;
}

.step-4 span.display::after {
  content: 'Info';
  margin-left: 0.75em;
}

.step-5 span.display::after {
  content: 'Archive';
  margin-left: 0.75em;
}

.feature {
  position: fixed;
  width: 50vw;
  height: 100vh;
  left: 0vw;
  top: 0vh;
  float: left;
  clear: both;
  margin: 0;
}

.abouted.green .container .zero-1 img {
 /* -ms-transform: translateX(110%); 
  -webkit-transform: translateX(110%);  
  transform: translateX(110%); 
  transition: transform .25s linear; */
  pointer-events: none;
  margin-left: 115%;
  transition: margin-left 0.3s linear;
  -webkit-transition: margin-left 0.3s linear;
} 

.abouted.green .container .zero-2 img {
 /* -ms-transform: translateX(-110%); 
  -webkit-transform: translateX(-110%);  
  transform: translateX(-110%);
  transition: transform .25s linear; */
  pointer-events: none;
  margin-left: -115%;
  transition: margin-left 0.3s linear;
  -webkit-transition: margin-left 0.3s linear;
} 

.abouted.green .container .zero-3 img {
 /* -ms-transform: translateX(110%); 
  -webkit-transform: translateX(110%);  
  transform: translateX(110%);
  transition:  transform .25s linear; */
  pointer-events: none;
  margin-left: 115%;
  transition: margin-left 0.3s linear;
  -webkit-transition: margin-left 0.3s linear;
} 

/* Archive ------------------*/

.archive {
  width: 100%;
  float: left;
  margin: auto;
  height: auto;
  min-height: 100vh;
  padding-bottom: 4vh;
  padding-top: 0;
  margin-top: 0;
}

.archive, .archive .archive-row  {
  pointer-events: none;
}

.archive.loaded, .archive.loaded .archive-row  {
  pointer-events: all;
}

.archive header {
  z-index: 9998;
  position: fixed;
  background-color: #fff;
}

.archive-container {
  height: 100%;
  width: 100%;
  margin: auto;
  margin-top: 20vh;
  max-width: 1300px;
}

.active .up, .active .down {
  position: fixed;
  left: 0;
  width: 50vw;
  height: 50vh;
  z-index: 9999;
}

.active .up {
 top: 0;
  cursor: n-resize;
  cursor: url(../img/up-arrow.svg), auto;
}

.active .down {
  top: 50vh;
  cursor: s-resize;
  cursor: url(../img/down-arrow.svg), auto;
}

.archive-row {
  width: 100%;
  min-height: 3.8em;
  float: left;
  pointer-events: auto;
  transition: min-height 0.1s ease-out;
  -webkit-transition: min-height 0.1s ease-out;
  z-index: 9998;
}

.archive-row .slider-container { 
  display: none;
  position: fixed;
  width: 50vw;
  height: 100vh;
  margin: 0 auto;
  overflow: hidden;
  left: 0;
  top: 0;
  z-index: 9997;
  transition: height 0.1s ease-out;
}

.archive-row.active .slider-container { 
  display: block;
}

.archive-row .slider-inner { 
  list-style: none; 
  margin: 0; 
  padding: 0; 
  position: relative; 
  border: none;
  margin-top: 0;
  top: -82vh;
}

.archive-row .slider-container > .slider-inner img {
  position: relative; 
  width: auto;
  height: 62vh; 
  margin: auto;
  margin-top: 18vh;
}

.archive-row.active {
  min-height: 3.8em;
  height: auto;
  transition: height 0.1s ease-out;
  -webkit-transition: height 0.1s ease-out;
}

.archive-row.active * {
  color: #000;
}

.archive .first {
  position: fixed;
  visibility: hidden; 
  width: 50vw;
  top: 18vh;
  left: 0;
  height: auto;
  z-index: 9997;
  pointer-events: none;
}

.archive .first img {
  width: auto;
  height: 62vh;
  margin: auto;
}

.archive-field {
  float: left;
  padding: 0;
  height: 100%
}

.archive-field * {
  font-size: 2.7rem;
}

.archive-field span {
  line-height: 1.2em;
}

.active .archive-field.title {
  display: none;
}

.archive-field.description {
  display: none;
  margin-top: 0.5em;
}

.archive-field.description * {
  font-size: 1.25rem;
  line-height: 1.25em;
  padding-bottom: 0.2em;
}

.archive-field.description a {
  border-bottom: 1px solid #000;
  display: inline-block;
}

.archive-field.description a:hover, .copyright a:hover {
  border-bottom: 1px solid transparent;
  color: #000;
}

.active .archive-field.description, .archive-field.description *, .archive .active .close {
  display: block;
  cursor: default;
}

.archive .active .close {
  cursor: pointer;
  pointer-events: all;
}

.archive img {
  width: auto;
  z-index: 9996;
}

.archive .time, .archive .close {
  width: 15%;
}

.archive .active .time {
  display: none;
}

.archive .close {
  display: none;
}

.archive .close:hover *{
  color: #dadada;
}

.archive .title {
  width: 35%;
  margin-left: 50%;
  z-index: 9998;
}

.archive-button:hover,  .archive-button:hover a {
  color: #000;
  cursor: pointer;
} 

.archive-button.active {
  pointer-events: none;
}


/* NEW Archive in homepage  ------------------*/


.archived .container {
  display: none;
}

.archive-title, .copyright {
  left: 50vw;
  width: 50vw;
  height: 1.4em;
  position: relative;
  font-size: 2.7rem;
  color: #dddddd;
  pointer-events: none;
}

.archive-title:after {
  content: ' - Loading';
  color: #ff563b;
  color: #000;
}

.archived .archive-title:after, .archived .archive-title {
  color: #000;
  transition: color 4s 3.5s;
}

.loaded .archive-title:after {
  opacity: 0;
  color: #000;
  transition: opacity 0.2s;
}

.about, .abouted .about {
  position: relative;
  height: auto;
  overflow: auto;
  z-index: 9996;
}

.about-inner {
  position: relative;
  height: auto;
  overflow: auto;
  margin-top: 0;
  padding: 17vh 0vw 2vh 50vw;
}

.no-scroll .about-inner {
  pointer-events: none;
}

.copyright {
  position: relative;
  float: left;
  font-size: 1.25rem;
  line-height: 1.1em;
  padding: 6em 0 1em 0;
  color: #000;
}

.abouted .first {
  visibility: hidden;
}

.abouted .archive-row:hover .first {
  visibility: hidden;
}

.img-wrapper {
  height: 82vh;
}

.archive .first {
  height: 82vh;
  top: 0;
  left: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.archive .first img {
  position: relative;
  top: 50%;
  transform: translateY(-45%);
  margin-top: 0;
  margin-bottom: 0;
}

.img-wrapper img {
  top: 50%;
  transform: translateY(-45%);
  margin-top: 0;
  margin-bottom: 0;
}

.archive-row .slider-container {
  display: block;
  opacity: 0;
  pointer-events: none;
  height: auto;
  overflow: visible;
}

.archive-row .slider-container .up, .archive-row .slider-container .down{
  pointer-events: all;
}

.archive-row.active .slider-container {
  opacity: 1;
  transition: opacity 0s;
}

.archive-row .slider-container > .slider-inner img {
  margin-top: 0;
}

.img_l, .img_m, .img_s {
  display: none;
}

/* Media Queries ------------------*/

@media screen and (min-width: 1601px) {

  body, html { 
    font-size: 11px;
  }
  
}

@media screen and (min-width: 1500px) {

  .img_l {
    display: block;
  }
  
}

@media screen and (max-width: 1499px) and (min-width: 1101px) {

  .img_m {
    display: block;
  }
  
}

@media screen and (max-width: 1400px) {

  body, html { 
    font-size: 8px;
  }

  .container, .archive-container  {
    max-width: 1250px;
  }
}

@media screen and (max-width: 1300px) {
 
  .container, .archive-container  {
    max-width: 1150px;
  }

}

@media (max-width: 1200px), (max-height: 750px) {

  body, html { 
    font-size: 7px;
  }

  .container, .archive-container {
    max-width: 100%;
  }

  .abouted header {
    background-color: transparent;
  }

  .archived header {
    padding-left: 50vw;
    margin-left: 0; 
    background-color: #fff;
  }
}

 @media screen and (max-aspect-ratio: 1/1) { 

  .archived .about, .abouted .archive, .archived .archive {
    color: #000;
  }

  .abouted header {
    background-color: transparent;
  }

  .archived header {
    padding-left: 50vw;
    margin-left: 0; 
    background-color: #fff;
  }
}

@media screen and (max-width: 1100px), (pointer: coarse) {

  body, html { 
    font-size: 9px;
  }

  header {
    top: 0.6em;
    padding-bottom: 1em;
  }

  .no-scroll header {
    z-index: 9998;
  }

  .abouted.green .container .zero-1 img {
    pointer-events: none;
    margin-left: 55%;
    opacity: 0;
    transition: opacity 0.2s linear;
    -webkit-transition: opacity 0.15s linear;
  } 

  .abouted.green .container .zero-2 img {
    pointer-events: none;
    margin-left: 15%;
    opacity: 0;
    transition: opacity 0.2s linear;
    -webkit-transition: opacity 0.15s linear;
  } 

  .abouted.green .container .zero-3 img {
    pointer-events: none;
    margin-left: 0%;
    opacity: 0;
    transition: opacity 0.2s linear;
    -webkit-transition: opacity 0.15s linear;
  } 

  .container {
    max-width: 100%;
  }

  .about {
    width: 100vw;
  }

  .about-inner {
    padding: 8em 6% 2em 6%;
  }

  .archive {
    position: relative;
    transition: margin-top .3s;
  }

  .archive-inner {
    float: left;
    padding: 3em 6% 2em 6%;
  }

  .archive-row {
    width: 100%;
  }

  .archive-row.non-active, .slide-down .archive-title  {
    display: none;
    pointer-events: none;
  }

  .archive-row:hover .first {
    visibility: hidden;
  }

  .archive-row.active .slider-container {
    width: 100%;
    height: 100vh;
    overflow: scroll;
    pointer-events: all;
  }

  .archive-row .slider-inner {
    top: 0;
  }

  .img-wrapper {
    height: 78vh;
  }

  .active .up, .active .down {
    width: 100vw;
  }

  .archive .title {
    width: 80%;
    margin-left: 0;
  }

  .archive-title, .copyright {
    left: 0;
    margin-left: 0;
    overflow: hidden;
    font-size: 1.5rem;
    height: 2.2em;
    width: 100%;
  }

  .archive-title {
    font-size: 2.7rem;
  }

  .copyright {
    overflow: visible;
  }

  .archive .time {
    width: 20%;
  }

  .archive-field.description {
    position: fixed;
    width: 100%;
    bottom: 0;
    height: auto;
    padding: 5em 10em 5em 0;
    pointer-events: none;
  }

  .archive-field.description * {
    font-size: 2rem;
    line-height: 1.35em;
  }

  .active .archive-field.description, .active .archive-field.description span, .active .archive-field.description p {
    pointer-events: all;
  }

  .archive .active .close {
    position: fixed;
    top: 0;
    right: 0;
    width: 15%;
    height: 50px;
    margin: 0;
    padding-top: 2.5em;
    padding-right: 1.5em;
    line-height: 2em;
    text-align: center;
    z-index: 9999;
  }

  .archive .active .close span { 
    font-size: 4.5rem;
  }

  .no-scroll header, .no-scroll .about, .no-scroll .archive-title, .no-scroll .copyright {
    opacity: 0;
    pointer-events: none;
  }

  .img_s {
    display: block;
  }
}

/* @media screen and (max-width: 760px) and (max-aspect-ratio: 3/2)  { */

@media screen and (max-width: 760px), screen and (max-height: 500px)  {

  body, html { 
    font-size: 6px;
    height: auto;
    overflow: scroll;
  }

  body.no-scroll, html.no-scroll {
    height: 100vh;
    overflow: hidden;
  }

  header {
    pointer-events: none;
  }

  .zero-0 header, .zero-1 header {
    transition: margin-top 0s;
  }

  .archive-row {
    height: 4.2em;
  }

  .archive .title {
    width: 100%;
    overflow: hidden;
    margin-left: 0;
  }

  .archive .description {
    width: 80%;
  }

  .time {
    display: none;
  }

  .archive-row:hover {
    color: #dadada;
    cursor: default !important;
  }

  .archive-row.active .slider-container {
    height: 100vh;
    overflow: scroll;
    pointer-events: all;
  }

  .archive-row .slider-inner {
    top: 0;
  }

  .archive-field.description * {
    font-size: 1.5rem;
  }

  .archive-field.time * {
    font-size: 1.5rem;
  }

  .up, .down {
    display: none;
    pointer-events: none;
  }

}

@media screen and (max-width: 760px) and (max-aspect-ratio: 3/2), screen and (max-height: 500px) and (max-aspect-ratio: 3/2) {

  .about {
    min-height: 90vh;
  }

  .container .img {
    width: 100vw;
    height: 100vh;
    transition: all 0.3s linear !important;
  }

  .container .img:nth-child(even) {
    left: 0;
  }

  .img.prev:nth-child(odd) {
    top: -80vh;
    margin-left: -20%;
  }

  .img.prev {
    left: 0;
    top: -80vh;
    margin-left: 0;
  }

  .img:nth-child(even).prev {
    left: 20%;
  }

  .img.prev img {
    margin-left: 0;
    width: 85%;
  }

  .img.ante_prev {
    margin-left: 0;
    top: -120vh;
  }

  .img.ante_prev img {
    right: 0;
    width: 85%;
  }
}

@media screen and (max-width: 400px) {

  .about, .about-section-title, .archive-title {
    font-size: 2.1rem;
    line-height: 1.5em;
  }

  .archive-row {
    height: 5.2em;
  }

  .archive-field * {
    font-size: 3.2rem;
  }

  .about, .abouted .about {
    float: left;
  }

}
