 /* FONT DECLARATIONS */
  @font-face {
      font-family: 'Maison Neue';
      src: url('../fonts/maisonneue-medium-webfont.woff2') format('woff2'),
           url('../fonts/maisonneue-medium-webfont.woff') format('woff');
      font-weight: normal;
      font-style: normal;
  } @font-face {
      font-family: 'Maison Neue';
      src: url('../fonts/maisonneuebold-webfont.woff2') format('woff2'),
           url('../fonts/maisonneuebold-webfont.woff') format('woff');
      font-weight: bold;
      font-style: normal;
  }


  * {
    transition: all 0.3s ease-in-out;
  }

  body,html {
    margin:0;
    padding:0;
    font-family: "Maison Neue";
  }

  header {
    display:block;
    text-align:center;
    width: 100vw;
    height: 100vh;
    vertical-align: center;
    margin: 0;
    text-transform: uppercase;
    position:fixed;
    top: 0;
    left: 0;
    z-index: 0;
  } header h1 {
    margin-top:45vh;
    letter-spacing: 20px;
    line-height: 24px;
  } header date {
    font-size: .7em;
    letter-spacing: 10px;
  } header h1 span {
    color: red;
  }

  #main {
    width: 100%;
    margin: 102vh auto 0;
    text-align:center;
    line-height: 0;
    letter-spacing: 0;
  } #main .clear {
    display:block;
    clear: both;
    height: 0;
    border: 0;
  }

  #main h2 {
    font-size: .7em;
    letter-spacing: 10px;
    font-weight: normal;
    margin: 150px 0 50px;
  }

  #main .grid {
    display:block;
    clear:both;
    margin: 10px 0;
    padding:0;
    overflow:hidden;
    line-height: 0;
  } .grid .thumb {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
    line-height: 0;
    float:left;
    width: 50%;
    position:relative;
    opacity:.9;
  } .grid .capt {
    text-align:left;
    display: block;
    font-size: .5em;
    color: #ddd;
    letter-spacing: 3px;
    padding: 10px 0;
    margin:0;
    position:absolute;
    bottom: 0px;
    right: 0;
    width: 100%;
  } .grid .geo {
    float:right;
    margin-right:5px;
  } .grid .geo:before {
    content: "\1F4CD  " ;
  } .grid img {
    width: 100%;
    margin: 0;
  } .grid .thumb:hover {
    cursor: pointer;
    opacity: 1;
  } .grid .thumb p {
    position:absolute;
    top: 2%;
    left: 2%;
    font-weight: bold;
    color: white;
    font-size:.8em;
  }
  #main .grid .wide {
    width: 100%;
  } .grid .wide p {
    left: 1%;
  }

  img.lazy {
    
  }


  footer {
    text-align:center;
    font-size: .4em;
    margin: 70px 0 100px;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #aaa;
    display:block;
    clear:both;
  }

  #display {
    display:none;
  }

  #statusWdw {
    position:absolute;
    left: 10px;
    top: 12px;
    font-size: .4em;
    color: #eee;
    letter-spacing: 2px;
  } #statusWdw #currentOrder {
    color: #aaa;
  }

  #display.active {
    display:block;
    background:white;
    width: 100%;
    height: 100%;
    position:fixed;
    top:0;
    left: 0;
    z-index:10;
    text-align:center;
  } #display.active img {
    margin-top: 60px;
    width: 100%;
  } #display.active .capt {
    font-size: .8em;
    color: #444;
    letter-spacing: 3px;
    margin: 20px 0;
  } #display.active .geo {
    font-size: .6em;
    display:block;
    margin: 10px 0;
    color: #aaa;
  } #display.active .geo:before {
    content: "\1F4CD  ";
  } #display.active .transl {
    color: #999;
  } #display.active .transl:before {
    content: " - ";
  } #display nav {
    position: absolute;
    width: 100%;
    top: 60px;
    left: 0;
    height:50%;
  } #display nav a {
    display:inline-block;
    opacity: .3;
    width: 40%;
    height: 100%;
    position: absolute;
    text-indent: -9999px;
    transition: none;
  } #display nav a:hover {
    opacity: .8;
  } #bckbtn {
    left: 0;
    background: url('../img/bckbtn.png') no-repeat left bottom;
    background-size:50px 50px;
  } #fwdbtn {
    right: 0;
    background: url('../img/fwdbtn.png') no-repeat right bottom;
    background-size:50px 50px;
  } #display nav a.disabledBtn {
    opacity: .1 !important;
    pointer-events: none;
  } #display.active p {
    display:none;
  }

  #close {
    display:block;
    width: 30px;
    height: 30px;
    background: url("../img/close.png") no-repeat center;
    background-size: 7px 7px;
    position: absolute;
    top: 0;
    right: 0;
    text-indent:-9999px;
    opacity: .5;
  } #close:hover {
    opacity: 1;
  } #case img {
    cursor: url("../img/close.png"), auto;
  } 

  .mouse {
    margin: 0 auto;
    background: url("../img/scroll.png") no-repeat;
    width: 30px;
    height: 30px;
    background-size: 30px 30px;
    position: absolute;
    bottom: 100px;
    left:50%;
    margin-left:-15px;
    opacity:.5;
  }

  /* MOBILE STYLES */
  
  @media only screen and (max-width: 652px) {

    .grid .thumb {
      width: 100%;
      opacity: 1;
    }
    header h1 {
      margin-left: 10px;
      font-size: .9em;
      letter-spacing: 12px;
      margin-bottom: 0;
      line-height: 1em;
    } header h1 span {

    } header date {
      margin:0;
      font-size: .3em;
      letter-spacing: 6px;
    }
    #main h2 {
      font-size: .25em;
      margin: 50px 0 20px; 
      letter-spacing: 6px;
    }
    .grid .thumb, .grid .thumb:hover {
      cursor: pointer;
      opacity: 1;
    }
    #display.active img {
      margin-top: 35vh;
      width: 100%;
    } #display.active .capt {
      font-size: .6em;
      position:relative;
      margin-bottom: 0;
    } #display.active .geo {
      font-size: .8em;
      letter-spacing: 3px;
    } #display nav {
      margin-top: 35vh;
      top:-9px;
    } #display nav a, #display nav a:hover {
      opacity: .1;
    }
    footer span {
      display:block;
      line-height: 2em;
    } .grid .wide p {
      left: 2%;
    }

  }

  @media (orientation: landscape) and (max-height: 652px) {

    header {
      font-size: .8em;
    } header .mouse {
      bottom: 40px;
    } #main h2 {
      font-size: .6em;
      margin: 80px 0 30px;
    }

    #display.active img {
      margin-top: 35px;
      width: 100%;
    } #display.active .capt {
      text-align:left;
      font-size: .6em;
      margin: 10px;
      position:relative;
    } #display.active .geo {
      font-size: .8em;
      position:absolute;
      top: -12px;
      right: 0;
    } #display nav {
      margin-top: 0;
    } .grid .thumb {
      opacity: 1;
    } #display nav a {
      height: 82%;
    }

  }

