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

body {
  font-family: Helvetica, Arial, sans-serif; }

.cmh-pages {
  overflow: hidden;
  position: relative;
  height: 100vh; }

.cmh-page {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%; }
  .cmh-page__half {
    position: absolute;
    top: 0;
    width: 50vw;
    height: 100vh;
    transition: transform 1s; }
    .cmh-page__half .cmh-page__content,
    .cmh-page__half .cmh-page__content-curve {
      background-color: #f4f3ef;
      color: #5F5F5F; }
    .cmh-page__half--left {
      left: 0;
      -webkit-transform: translate(-32.4vh, 100%);
      -moz-transform: translate(-32.4vh, 100%);
      transform: translate(-32.4vh, 100%);
      -ms-transform: translate(-32.4vh, 100%);
      -o-transform: translate(-32.4vh, 100%); }
      .cmh-page__half--left--curve {
        width: 100%;
        left: 0;
        -webkit-transform: translate(-100vw, 0);
        -moz-transform: translate(-100vw, 0);
        transform: translate(-100vw, 0);
        -ms-transform: translate(-100vw, 0);
        -o-transform: translate(-100vw, 0); }
        .cmh-page__half--left--curve .cmh-page__content-curve {
          background-color: #ffffff;
          padding: 0 13%; }
        .cmh-page__half--left--curve .text {
          border-top-right-radius: 50vh;
          border-bottom-right-radius: 50vh; }
          .cmh-page__half--left--curve .text .cmh-page__heading, .cmh-page__half--left--curve .text .cmh-page__description {
            width: 26vw; }
        .cmh-page__half--left--curve .side {
          overflow: inherit;
          width: 50%; }
          .cmh-page__half--left--curve .side .cmh-page__content-curve {
            width: 100%;
            height: 100%;
            border-top-right-radius: 50vh;
            border-bottom-right-radius: 50vh;
            background-repeat: no-repeat; }
    .cmh-page__half--right {
      left: 50%;
      -webkit-transform: translate(32.4vh, -100%);
      -moz-transform: translate(32.4vh, -100%);
      transform: translate(32.4vh, -100%);
      -ms-transform: translate(32.4vh, -100%);
      -o-transform: translate(32.4vh, -100%); }
      .cmh-page__half--right--curve {
        -webkit-transform: translate(100vw, 0);
        -moz-transform: translate(100vw, 0);
        transform: translate(100vw, 0);
        -ms-transform: translate(100vw, 0);
        -o-transform: translate(100vw, 0);
        width: 100%; }
        .cmh-page__half--right--curve .text {
          border-top-left-radius: 50vh;
          border-bottom-left-radius: 50vh; }
          .cmh-page__half--right--curve .text .cmh-page__content-curve {
            background-color: #f4f3ef;
            padding: 0 60%; }
          .cmh-page__half--right--curve .text .cmh-page__heading, .cmh-page__half--right--curve .text .cmh-page__description {
            width: 29vw; }
        .cmh-page__half--right--curve .side {
          right: -2%;
          width: 50%;
          overflow: inherit; }
          .cmh-page__half--right--curve .side .cmh-page__content-curve {
            width: 100%;
            height: 100%;
            border-top-left-radius: 50vh;
            border-bottom-left-radius: 50vh;
            background-repeat: no-repeat; }
    .cmh-page.active .cmh-page__half {
      -webkit-transform: translate3d(0, 0, 0);
      -moz-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
      -o-transform: translate3d(0, 0, 0); }
  .cmh-page__shape {
    -webkit-transform: skewX(-18deg);
    -moz-transform: skewX(-18deg);
    transform: skewX(-18deg);
    -ms-transform: skewX(-18deg);
    -o-transform: skewX(-18deg);
    background: #292929;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 140%;
    height: 100%; }
    .cmh-page__half--left .cmh-page__shape {
      left: -40%; }
    .cmh-page__half--right .cmh-page__shape {
      right: -40%; }
    .cmh-page__shape-curve {
      background: none; }
    .cmh-page__shape__curved {
      overflow: hidden;
      position: absolute;
      top: 0;
      width: 100%;
      height: 100%; }
      .cmh-page.inactive .cmh-page__shape__curved.text {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0; }
    .visitor .cmh-page__shape.text {
      background-color: #9d9f9f; }
    .visitor .cmh-page__shape .cmh-page__content {
      background-color: #9d9f9f; }
    .visitor .cmh-page__shape.side {
      background-color: #fff; }
      .visitor .cmh-page__shape.side .cmh-page__content {
        background-color: #fff;
        transform-origin: 0;
        padding-left: 20%; }
        .visitor .cmh-page__shape.side .cmh-page__content table {
          margin: 2em 0;
          min-width: 75%; }
          .visitor .cmh-page__shape.side .cmh-page__content table th {
            float: left;
            text-align: left;
            margin-bottom: 0.5em;
            font-size: 1.5em; }
          .visitor .cmh-page__shape.side .cmh-page__content table td {
            padding: 15px 0;
            font-size: 1.2em;
            font-weight: normal;
            letter-spacing: 1px; }
  .cmh-page__content {
    display: flex;
    justify-content: center;
    flex-flow: column wrap;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 0 30%;
    transition: transform 1s, opacity 1s;
    background-size: cover; }
    .cwm .text .cmh-page__content {
      background-color: #292929;
      color: #ececec; }
    .both .text .cmh-page__content {
      background-color: #9d9f9f; }
    .side .cmh-page__content {
      display: none; }
      .cmh-page__half--left .side .cmh-page__content {
        transform-origin: 0 0; }
      .both .cmh-page__half--right--curve .side .cmh-page__content:after {
        left: 20vw; }
      .both .cmh-page__half--left--curve .side .cmh-page__content:after {
        left: -20vw;
        transform: skewX(18deg); }
      .cmh-page__half--right .side .cmh-page__content {
        transform-origin: 0 100%; }
      .travelling .side .cmh-page__content {
        background: #fff;
        overflow: hidden;
        padding: 0; }
      .both .side .cmh-page__content {
        overflow: hidden; }
        .both .side .cmh-page__content:after {
          content: "";
          width: 100%;
          height: 100%;
          position: absolute;
          background-color: #9d9f9f;
          opacity: 0.5;
          transform: skewX(-18deg);
          transition: 1s; }
    .cmh-page__half--left .cmh-page__content {
      -webkit-transform: skewX(18deg);
      -moz-transform: skewX(18deg);
      transform: skewX(18deg);
      -ms-transform: skewX(18deg);
      -o-transform: skewX(18deg);
      padding-left: 40%;
      padding-right: 15%; }
    .cmh-page__half--right .cmh-page__content {
      -webkit-transform: skewX(18deg);
      -moz-transform: skewX(18deg);
      transform: skewX(18deg);
      -ms-transform: skewX(18deg);
      -o-transform: skewX(18deg);
      padding-left: 15%;
      padding-right: 40%; }
    .cmh-page.active .cmh-page__content .cmh-page__shape__curved {
      -webkit-transform: skewX(18deg 0s) scale(1.05);
      -moz-transform: skewX(18deg 0s) scale(1.05);
      transform: skewX(18deg 0s) scale(1.05);
      -ms-transform: skewX(18deg 0s) scale(1.05);
      -o-transform: skewX(18deg 0s) scale(1.05); }
    .cmh-page.inactive .cmh-page__content {
      opacity: 0.5;
      -webkit-transform: skewX(18deg) scale(0.95);
      -moz-transform: skewX(18deg) scale(0.95);
      transform: skewX(18deg) scale(0.95);
      -ms-transform: skewX(18deg) scale(0.95);
      -o-transform: skewX(18deg) scale(0.95); }
    .cmh-page__content-curve {
      transform: skewX(0);
      transition: transform 1s, opacity 1s;
      background-size: cover; }
      .cmh-page.active .cmh-page__content-curve {
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        transform: scale(1.05);
        -ms-transform: scale(1.05);
        -o-transform: scale(1.05); }
      .cmh-page.inactive .cmh-page__half--left--curve .cmh-page__content-curve {
        opacity: 0.5;
        -webkit-transform: scale(0.95) translateX(-2.5%);
        -moz-transform: scale(0.95) translateX(-2.5%);
        transform: scale(0.95) translateX(-2.5%);
        -ms-transform: scale(0.95) translateX(-2.5%);
        -o-transform: scale(0.95) translateX(-2.5%); }
      .cmh-page.inactive .cmh-page__half--right--curve .cmh-page__content-curve {
        opacity: 0.5;
        -webkit-transform: scale(0.95) translateX(2.5%);
        -moz-transform: scale(0.95) translateX(2.5%);
        transform: scale(0.95) translateX(2.5%);
        -ms-transform: scale(0.95) translateX(2.5%);
        -o-transform: scale(0.95) translateX(2.5%); }
  .cmh-page__heading {
    color: #da4646;
    font-size: 3.4vw;
    letter-spacing: 3px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1em;
    margin-bottom: 0.2em;
    font-family: "futura-pt", Arial; }
    .cwm .cmh-page__heading {
      color: #369646; }
    .exhibit .cmh-page__heading {
      color: #ffffff; }
    .both .cmh-page__heading {
      color: #ffffff; }
    .visitor .cmh-page__heading {
      color: #ffffff; }
  .cmh-page__description {
    font-size: 1.2em;
    line-height: 1.5;
    font-weight: normal;
    letter-spacing: 1px;
    padding: 6px 0; }
    .both .cmh-page__description {
      color: #ffffff; }
    .exhibit .cmh-page__description {
      color: #ffffff; }
    .visitor .cmh-page__description {
      color: #ffffff; }
    .cmh-page__description .list {
      display: list-item;
      list-style-type: circle;
      list-style-position: outside;
      padding-left: 20px;
      text-align: left; }

a {
  color: inherit;
  text-decoration: inherit;
  color: #da4646; }
  .nav a {
    display: inline-block;
    margin: 1em;
    color: #fff; }
  .cwm a {
    color: #369646; }

b {
  color: #da4646; }
  .cwm b {
    color: #369646; }
  .exhibit b {
    font-size: 1.3em;
    color: #ffffff;
    display: block;
    margin-bottom: 0.4em; }

.underline {
  border-bottom: 2px solid #fff; }

h4 {
  margin-bottom: 1.2em;
  font-size: 1.2em;
  line-height: 1.2; }

.curtain {
  transition: transform 1s, opacity 1s;
  -webkit-transform: translate3d(0, -100%, 0);
  -moz-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  -ms-transform: translate3d(0, -100%, 0);
  -o-transform: translate3d(0, -100%, 0); }

.page-num {
  position: absolute;
  z-index: 1;
  margin: 15px;
  padding: 4px 6px;
  bottom: 0;
  background-color: #f4f3ef;
  -webkit-transform: skewX(-18deg);
  -moz-transform: skewX(-18deg);
  transform: skewX(-18deg);
  -ms-transform: skewX(-18deg);
  -o-transform: skewX(-18deg); }
  .page-num .skew {
    -webkit-transform: skewX(18deg);
    -moz-transform: skewX(18deg);
    transform: skewX(18deg);
    -ms-transform: skewX(18deg);
    -o-transform: skewX(18deg); }

.top-bar {
  position: fixed;
  z-index: 1;
  background-color: #464646;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.8em;
  width: 100%;
  font-weight: bold;
  color: #ffffff;
  font-family: "futura-pt", Arial; }
  .top-bar .nav {
    display: inline; }
  .top-bar .title {
    display: inline-block;
    color: #ffffff;
    font-size: 1.3em;
    margin-right: 0.5em;
    background: #292929;
    padding: 0.7em 2em; }
  .top-bar .lang {
    float: right;
    font-weight: bold;
    font-size: 1em;
    z-index: 100;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    bottom: 0;
    right: 0;
    position: absolute;
    margin: 1em 2em; }

.close .button {
  padding: 0.9em;
  margin-top: 2em;
  display: inline-block;
  width: auto !important;
  background: #da4646;
  color: #fff; }

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

.arrow {
  border: solid #989898;
  border-width: 0 1px 1px 0;
  display: initial;
  padding: 0.6em;
  vertical-align: middle;
  z-index: 200;
  position: absolute;
  bottom: 2em;
  margin-left: -0.7em; }

.arrow-down {
  margin: 0 auto;
  display: table;
  opacity: 0; }

.scroll-more {
  font-size: 0.2em;
  text-transform: uppercase;
  position: absolute;
  bottom: 5em;
  z-index: 2;
  color: #989898;
  text-align: center;
  width: 100%;
  font-size: 0.7em;
  opacity: 0; }

.number {
  font-weight: 700;
  display: block;
  position: relative;
  overflow: hidden; }
  .number-red {
    font-size: 2em;
    color: #da4646; }

.opacity-FadeIn {
  opacity: 1 !important; }

.size-2 {
  font-size: 2em;
  display: inline-block;
  margin-left: 0.2em;
  font-weight: bold; }

.odo-wrapper {
  margin-top: 0.4em; }

.attendance-h {
  width: 80px;
  margin: 0em 0.6em 0 0;
  height: 60px;
  float: left;
  background-image: url(../images/attendance.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain; }

.credits-container img {
  max-height: 5em; }

.credits-container img {
  margin: 3% 2%; }

.mobile {
  display: none; }

.cmh-square {
  width: 0.7em;
  height: 0.7em;
  display: inline-block;
  margin: 0 1em;
  background: red;
  border-radius: 50%; }

.cwm-circle {
  width: 0.7em;
  height: 0.7em;
  display: inline-block;
  margin: 0 1em;
  background: green; }

.legend {
  margin-top: 1em; }

i {
  font-style: italic; }

.notransition {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important; }

/*# sourceMappingURL=style.css.map */

.both .side .cmh-page__content:after {
  background-color: #038834;
  opacity:1;
}