/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

@font-face {
  font-family: "roboto";
  src: url("/fonts/roboto-regular-webfont.eot");
  src: url("/fonts/roboto-regular-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/roboto-regular-webfont.woff") format("woff"), url("/fonts/roboto-regular-webfont.ttf") format("truetype"), url("/fonts/roboto-regular-webfont.svg#robotoregular") format("svg");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: "roboto";
  src: url("/fonts/roboto-bold-webfont.eot");
  src: url("/fonts/roboto-bold-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/roboto-bold-webfont.woff") format("woff"), url("/fonts/roboto-bold-webfont.ttf") format("truetype"), url("/fonts/roboto-bold-webfont.svg#robotobold") format("svg");
  font-weight: 700;
  font-style: normal; }
@font-face {
  font-family: 'Hermes';
  src: url("/fonts/hermes-bold-webfont.eot");
  src: url("/fonts/hermes-bold-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/hermes-bold-webfont.woff") format("woff"), url("/fonts/hermes-bold-webfont.woff") format("woff"), url("/fonts/hermes-bold-webfont.ttf") format("truetype");
  font-weight: 700;
  font-style: normal; }
@font-face {
  font-family: 'Hermes';
  src: url("/fonts/hermes-regular-webfont.eot");
  src: url("/fonts/hermes-regular-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/hermes-regular-webfont.woff") format("woff"), url("/fonts/hermes-regular-webfont.woff") format("woff"), url("/fonts/hermes-regular-webfont.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: 'Hermes';
  src: url("/fonts/hermes-black-webfont.eot");
  src: url("/fonts/hermes-black-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/hermes-black-webfont.woff") format("woff"), url("/fonts/hermes-black-webfont.woff") format("woff"), url("/fonts/hermes-black-webfont.ttf") format("truetype");
  font-weight: 900;
  font-style: normal; }
body {
  background: #f8db0f; }
em {
  font-style: italic;
}

#wrapper {
  overflow-x: hidden;
  overflow-y: hidden;
  position: relative;
  width: 100%;
  max-height: 1000px;
  top: 0;
  left: 0;
  -webkit-overflow-scrolling: touch; }
  #wrapper.gallery-mode {
    overflow-y: scroll !important;
    height: auto !important; }

.loaded #wrapper {
  overflow-y: hidden;
  height: 1000px; }

p, a {
  font-family: Hermes, Arial, sans-serif;
  -webkit-font-smoothing: antialiased; }

strong {
  font-weight: 700; }

header {
  margin-top: -100px;
  text-align: center;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 10;
  transition: margin-top 1s;
  pointer-events: none; }
  header #logo {
    display: block;
    background: url(../img/logo.png) center center no-repeat;
    background-size: contain;
    width: 101px;
    height: 49px;
    margin-top: 16px;
    margin-left: 20px; }
    header #logo span {
      display: none; }
    header #logo a {
      width: 100%;
      height: 49px;
      display: block;
      pointer-events: auto !important; }
  header #top-menu {
    display: none;
    position: absolute;
    width: 690px;
    left: 50%;
    margin-left: -345px;
    z-index: 1;
    margin-top: 28px; }
    header #top-menu li {
      display: inline-block;
      margin-left: 32px;
      float: right; }
      header #top-menu li:nth-child(1), header #top-menu li:nth-child(2), header #top-menu li:nth-child(3) {
        float: left;
        margin-right: 32px;
        margin-left: 0; }
    header #top-menu a {
      color: #fff;
      text-decoration: none;
      font-weight: bold;
      text-transform: uppercase;
      font-size: 13px;
      float: right;
      pointer-events: auto !important; }
      header #top-menu a:hover {
        color: #ee3123; }
  header.animate-in {
    margin-top: 0; }

/* mobile menu */
#mobile-menu {
  display: none;
  background-color: #c22032;
  text-align: center;
  padding: 18px 0; }
  #mobile-menu li {
    display: block;
    padding: 10px; }
  #mobile-menu a {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    pointer-events: auto !important; }

#burger {
  width: 18px;
  height: 18px;
  position: absolute;
  top: 18px;
  right: 10px;
  padding: 10px;
  cursor: pointer;
  pointer-events: auto !important; }
  #burger .line {
    background-color: #fff;
    position: relative;
    width: 18px;
    height: 2px; }
  #burger #line-1 {
    left: 0;
    top: 0;
    transition: transform 0.5s, top 0.5s, left 0.5s; }
  #burger #line-2 {
    top: 4px;
    opacity: 1;
    transition: opacity 0.5s; }
  #burger #line-3 {
    left: 0;
    top: 8px;
    transition: transform 0.5s, top 0.5s, left 0.5s; }
  #burger.open #line-1 {
    left: 0;
    top: 6px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg); }
  #burger.open #line-2 {
    opacity: 0; }
  #burger.open #line-3 {
    left: 0;
    top: 2px;
    transform: rotate(45deg);
    -webkit-transform: rotate(-45deg); }

/* end mobile menu */
#paper-1 {
  background: url(../img/paper-1.jpg) center center no-repeat;
  position: relative;
  z-index: 40;
  top: 0;
  left: 50%;
  width: 382px;
  height: 12px;
  margin-left: -191px; }

footer {
  position: absolute;
  width: 400px;
  height: 50px;
  left: 50%;
  bottom: 0;
  text-align: center;
  z-index: 50;
  margin-left: -200px; }
  footer p {
    color: #fff;
    text-transform: uppercase;
    font-size: 8px;
    letter-spacing: 2px; }
  footer.animate-in {
    height: auto;
    top: 940px; }
  footer.video-mode {
    top: calc(100vh - 40px); }

#wrapper.gallery-mode footer {
  position: fixed; }

.menu-open footer.animate-in {
  top: 1100px; }
.menu-open #gallery.animate-in {
  top: 550px; }

#content {
  background: url(../img/bg-gradient-mobile.png) top center repeat-x;
  position: relative;
  top: 0;
  width: 100%;
  height: 100%;
  margin-top: -12px; }
  #content.video-mode {
    background: transparent;
    left: 0; }
    #content.video-mode #title-image {
      top: 70px;
      width: 113px;
      height: 55px;
      margin-left: -56px; }
    #content.video-mode #bread.animate-in {
      top: 300px;
      opacity: 0; }
    #content.video-mode #copy {
      z-index: 20;
      opacity: 0; }
    #content.video-mode #watch-button {
      opacity: 0;
      top: 300px;
      pointer-events: none; }
    #content.video-mode #gallery-button {
      opacity: 0;
      bottom: -100px;
      pointer-events: none; }
    #content.video-mode #video-close {
      opacity: 1; }
    #content.video-mode #video {
      width: 300px;
      height: 200px;
      left: 50%;
      margin-left: -150px;
      top: 160px; }
    #content.video-mode #paper-2 {
      left: 0;
      width: 100%;
      height: calc(100vh - 200px);
      top: 200px;
      margin-left: 0; }
  #content.gallery-mode #bread {
    opacity: 0; }
    #content.gallery-mode #bread.animate-in {
      opacity: 0; }
  #content.gallery-mode #title-image {
    opacity: 0;
    top: -200px; }
  #content.gallery-mode #watch-button {
    opacity: 0;
    pointer-events: none;
    top: 400px; }
  #content.gallery-mode #gallery-button {
    opacity: 0;
    pointer-events: none;
    bottom: -400px; }
  #content.gallery-mode #copy {
    opacity: 0;
    top: 900px; }
  #content.gallery-mode #video {
    top: 700px;
    opacity: 0; }
  #content.gallery-mode #gallery-text {
    opacity: 1; }
  #content.gallery-mode #back-button {
    pointer-events: auto; }

#bread {
  background: url(../img/bread-2x-2021.png) top center no-repeat;
  background-size: contain;
  position: absolute;
  z-index: 28;
  left: 50%;
  transition: top 1s, left 1s, width 1s, height 1s, margin-left 1s, opacity 1s;
  width: 450px;
  height: 254px;
  margin-left: -230px;
  top: 37%; }
  #bread.animate-in {
    top: 670px;
    width: 414px;
    height: 177px;
    margin-left: -214px; }

#title-image {
  background: url(../img/title.png) top center no-repeat;
  background-size: contain;
  position: absolute;
  z-index: 24;
  opacity: 0;
  transition: opacity 1s 0.5s, top 1s, width 1s, left 1s, height 1s, margin-left 1s;
  left: 50%;
  width: 296px;
  height: 144px;
  margin-left: -148px;
  top: 65px; }
  #title-image.animate-in {
    opacity: 1; }

#copy {
  position: absolute;
  z-index: 25;
  opacity: 0;
  transition: opacity 1s 0.5s, top 1s;
  left: 50%;
  width: 300px;
  margin-left: -160px;
  top: 250px; }
  #copy p {
    color: #3c3c3c;
    line-height: 1.25;
    font-size: 12px; }
  #copy.animate-in {
    opacity: 1; }

#watch-button {
  position: absolute;
  z-index: 26;
  background-color: #c22032;
  border: 5px solid rgba(0, 0, 0, 0.2);
  border-radius: 50px;
  text-align: center;
  cursor: pointer;
  transition: top 1s, opacity 1s;
  left: 50%;
  pointer-events: none;
  width: 216px;
  height: 20px;
  padding: 24px;
  top: 120%;
  margin-left: -135px; }
  #watch-button span {
    font-family: Hermes, Arial, sans-serif;
    font-weight: bold;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    position: relative;}
  #watch-button:hover {
    background-color: #ee3123; }
  #watch-button.animate-in {
    top: 540px;
    pointer-events: auto; }

#gallery-button {
  display: none !important;
  position: absolute;
  z-index: 28;
  border: 3px solid #fff;
  border-radius: 50px;
  cursor: pointer;
  transition: top 1s, right 1s, opacity 1s;
  width: 160px;
  height: 35px;
  padding: 10px 30px 15px 30px;
  pointer-events: none;
  top: 200%;
  left: 50%;
  margin-left: -113px; }
  #gallery-button span {
    display: block;
    font-family: Hermes, Arial, sans-serif;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    position: relative;
    margin-left: 42px;
    line-height: 1.1; }
    #gallery-button span:before {
      content: '';
      position: absolute;
      width: 32px;
      height: 40px;
      background: url(../img/icon-gallery.png) center center no-repeat;
      background-size: contain;
      left: -45px;
      top: 0px; }
  #gallery-button:hover {
    background-color: rgba(255, 255, 255, 0.3); }
  #gallery-button.animate-in {
    top: 830px;
    pointer-events: auto; }

#video-close {
  position: absolute;
  top: -21px;
  right: -21px;
  border: 3px solid #fff;
  background: #f1b11e url(../img/icon-close.png) center center no-repeat;
  background-size: 15px 15px;
  display: block;
  border-radius: 37px 37px;
  width: 37px;
  height: 37px;
  cursor: pointer;
  z-index: 100;
  opacity: 0;
  transition: opacity 1s; }
  #video-close:hover {
    background-color: #ee3123; }

#video {
  background: url(../img/video-still.jpg) top center no-repeat;
  background-size: contain;
  position: absolute;
  z-index: 21;
  transition: opacity 1s, top 1s, left 1s, width 1s, height 1s, margin-left 1s;
  left: 50%;
  margin-left: -161px;
  width: 382px;
  height: 215px;
  top: 120%; }
  #video.animate-in {
    top: 365px; }

#video-inner {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  background-color: #000;
  opacity: 0;
  transition: opacity 1s; }
  #video-inner iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  #video-inner.animate-in {
    opacity: 1; }

#paper-2 {
  background: url(../img/paper-2.jpg) top center no-repeat;
  background-size: cover;
  position: absolute;
  width: 95%;
  height: 50%;
  left: 5%;
  top: 50%;
  transition: top 1s, left 1s, width 1s, height 1s, margin-left 1s; }
  #paper-2.animate-in {
    top: 472px;
    height: 500px; }

#gallery-text {
  position: absolute;
  opacity: 0;
  transition: opacity 1s, top 1s;
  left: 50%;
  margin-left: -40%;
  width: 80%;
  top: 150px; }
  #gallery-text p {
    font-size: 14px;
    line-height: 1.4; }
    #gallery-text p.small {
      font-size: 12px;
      text-transform: uppercase;
      margin-bottom: 20px;
      line-height: 1.2; }
    #gallery-text p.large {
      font-size: 20px;
      text-transform: uppercase;
      margin-bottom: 20px;
      line-height: 1.2; }

#gallery {
  display: none !important;
  position: absolute;
  left: 50%;
  top: 1600px;
  z-index: 40;
  transition: top 1s, height 1s, opacity 1s;
  width: 254px;
  margin-left: -127px; }
  #gallery.animate-in {
    top: 360px; }

#gallery-images {
  zoom: 0.5; }

.grid-item {
  margin-bottom: 32px; }

#back-button {
  position: absolute;
  border: 3px solid #fff;
  background-color: #f1b11e;
  display: block;
  border-radius: 37px 37px;
  cursor: pointer;
  z-index: 100;
  transition: opacity 1s;
  width: 100px;
  height: 26px;
  text-align: center;
  padding-top: 10px;
  pointer-events: none;
  cursor: pointer;
  left: 0;
  top: -60px; }
  #back-button:hover {
    background-color: #ee3123; }
  #back-button span {
    font-family: Hermes, Arial, sans-serif;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase; }

@media screen and (min-width: 320px) and (min-height: 500px) {
  #content.video-mode #bread.animate-in {
    top: 340px;
    opacity: 1; } }
@media screen and (min-width: 320px) and (min-height: 550px) {
  #content.video-mode #bread.animate-in {
    top: 430px;
    opacity: 1; } }
@media screen and (min-width: 400px) {
  #bread {
    width: 573px;
    height: 254px;
    margin-left: -300px; }

  #copy {
    width: 320px; }
    #copy p {
      font-size: 13px; }

  #video {
    width: 600px;
    height: 480px; }

  #watch-button.animate-in {
    top: 570px; } }
@media screen and (min-width: 500px) {
  #gallery {
    width: 410px;
    margin-left: -194px; } }
@media screen and (min-width: 640px) {
  #content.video-mode #video {
    width: 600px;
    height: 400px;
    margin-left: -300px; }

  #content.video-mode #bread.animate-in {
    top: 540px; }

  #gallery {
    top: 1600px;
    width: 508px;
    margin-left: -254px; }

  #gallery.animate-in {
    top: 320px; }

  #gallery-images {
    zoom: 1; } }
@media screen and (min-width: 769px) {
  body {
    background: #f8db0f url(../img/bg-gradient.png) top center repeat-x;
    background-attachment: fixed; }

  #wrapper {
    overflow-y: hidden !important;
    max-height: 100vh;
    height: 100%;
    min-height: 600px; }

  #wrapper.gallery-mode {
    overflow-y: scroll !important;
    height: 100% !important; }

  .loaded #wrapper {
    height: 100%; }

  header {
    display: block; }

  header #logo {
    width: 148px;
    height: 72px;
    position: absolute;
    left: 50%;
    margin-top: 0;
    margin-left: -74px;
    z-index: 2; }

  header #logo a {
    height: 72px; }

  header #top-menu {
    display: block; }

  header.animate-in {
    margin-top: 32px; }

  /* navigation */
  #mobile-menu {
    display: none !important; }

  #burger {
    display: none; }

  /* end navigation */
  #paper-1 {
    position: absolute;
    width: 508px;
    height: 17px;
    margin-left: -70px; }

  #content {
    background: transparent;
    position: absolute;
    top: 60%;
    left: 0;
    width: 100%;
    height: 50%;
    z-index: 4;
    margin-top: 0;
    transition: top 1s, left 1s, height 1s; }

  #content.video-mode {
    top: 0;
    left: 0;
    height: 100%; }

  #content.video-mode #title-image {
    margin-left: -70px; }

  #content.video-mode #bread.animate-in {
    margin-left: -680px;
    top: 1200px; }

  #content.video-mode #copy {
    top: 1000px; }

  #content.video-mode #video-close {
    top: -21px;
    right: 34px; }

  #content.video-mode #watch-button {
    top: 1200px; }

  #content.video-mode #paper-2 {
    left: 0;
    width: 100%;
    height: 75%;
    top: 25%;
    margin-left: 0; }

  #content.gallery-mode {
    top: 0;
    left: 0;
    height: 100%; }

  #content.gallery-mode #bread {
    top: 200px;
    opacity: 1; }

  #content.gallery-mode #bread.animate-in {
    opacity: 1;
    margin-left: -720px; }

  #content.gallery-mode #paper-2 {
    left: 10%;
    width: 90%;
    height: 50%;
    top: 50%;
    margin-left: 0; }

  #content.gallery-mode #video {
    top: 1000px;
    opacity: 0; }

  #gallery-text {
    left: 50%;
    margin-left: -70px;
    width: 500px;
    top: 160px; }

  #gallery-text.large {
    font-size: 30px; }

  #gallery {
    top: 1600px; }

  #gallery.animate-in {
    top: 390px; }

  #gallery-images {
    zoom: 1; }

  #back-button {
    right: 0;
    top: -15px;
    left: auto; }

  #bread {
    z-index: 22;
    width: 756px;
    height: 333px;
    left: 50%;
    top: -40px;
    margin-left: -400px; }

  #bread.animate-in {
    margin-left: -680px;
    top: -40px;
    width: 756px;
    height: 333px; }

  #title-image {
    width: 335px;
    height: 163px;
    margin-left: -70px;
    top: -260px; }

  #copy {
    left: 50%;
    width: 500px;
    margin-left: -30px;
    top: 0; }

  #copy p {
    color: #fff;
    line-height: 1.25;
    font-size: 16px; }

  #watch-button {
    top: 120%;
    margin-left: -30px; }

  #watch-button.animate-in {
    top: 100px; }

  #gallery-button {
    left: 50%;
    margin-left: -30px;
    top: 120%; }

  #gallery-button.animate-in {
    top: 200px; }

  #video {
    width: 1151px;
    height: 648px;
    margin-left: -200px;
    top: 120%; }

  #video.animate-in {
    top: -80px; }

  #paper-2 {
    position: absolute;
    z-index: 20;
    width: 846px;
    height: 564px;
    top: 40px;
    left: 5%; }

  #paper-2.animate-in {
    top: 40px;
    height: 564px; }

  footer {
    height: 25px;
    bottom: 0; }

  footer p {
    font-size: 10px;
    letter-spacing: 3px; }

  footer.animate-in {
    height: 25px;
    top: auto;
    bottom: 0; } }
@media screen and (min-width: 960px) {
  #paper-2 {
    left: 50%;
    margin-left: -423px; }

  #paper-2.animate-in {
    margin-left: -453px; }

  #gallery-button {
    bottom: -100px;
    right: 70px; }

  #gallery-button.animate-in {
    top: calc(100% - 105px);
    left: auto;
    margin-left: 0;
    bottom: 40px;
    right: 70px; }

  #gallery {
    width: 780px;
    margin-left: -390px; } }
@media screen and (min-width: 960px) and (min-height: 750px) {
  #content.video-mode #video {
    width: 800px;
    height: 600px;
    margin-left: -400px; }

  #title-image {
    width: 508px;
    height: 247px;
    margin-left: -70px;
    top: -340px; } }
@media screen and (min-width: 960px) and (min-height: 800px) {
  #content {
    top: 50%; }

  footer {
    height: 75px; }

  footer.animate-in {
    height: 75px; }

  #gallery-button {
    right: 150px; }

  #gallery-button.animate-in {
    right: 150px; } }
@media screen and (min-width: 1440px) and (min-height: 900px) {
  #content.video-mode #video {
    width: 1200px;
    height: 800px;
    margin-left: -600px; } }
