a, b, body, canvas, div, em, footer, form, h1, h2, h3, h4, h5, h6, header,
html, i, img, label, li, menu, nav, ol, p, section, small, span, strong, table, tbody,
td, tfoot, th, thead, tr, u, ul, video {
  border: 0;
  list-style: none;
  margin: 0;
  padding: 0; }

a {
  outline: 0; }

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

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

@keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.fadein {
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: fadein;
          animation-name: fadein; }

@-webkit-keyframes slidein-left {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); }
  to {
    -webkit-transform: translateX(0%);
            transform: translateX(0%); } }

@keyframes slidein-left {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); }
  to {
    -webkit-transform: translateX(0%);
            transform: translateX(0%); } }

.slidein-left {
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: slidein-left;
          animation-name: slidein-left; }

@-webkit-keyframes slidein-right {
  from {
    -webkit-transform: translateX(100%);
            transform: translateX(100%); }
  to {
    -webkit-transform: translateX(0%);
            transform: translateX(0%); } }

@keyframes slidein-right {
  from {
    -webkit-transform: translateX(100%);
            transform: translateX(100%); }
  to {
    -webkit-transform: translateX(0%);
            transform: translateX(0%); } }

.slidein-right {
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: slidein-right;
          animation-name: slidein-right; }

nav {
  box-sizing: border-box;
  float: left;
  height: 100%;
  padding: 5em 2em 0;
  position: relative;
  text-align: right;
  width: 320px;
  z-index: 4; }

nav a {
  border-bottom: 1px solid #222;
  box-sizing: border-box;
  color: #ccc;
  display: block;
  font-family: 'chau philomene one', sans-serif;
  font-size: 2.6em;
  line-height: 2;
  padding: 0 1em;
  position: relative;
  text-decoration: none; }
  nav a:after {
    background: -webkit-radial-gradient(closest-side, #b9b517, #b9b517 50%, transparent) no-repeat center;
    background: radial-gradient(closest-side, #b9b517, #b9b517 50%, transparent) no-repeat center;
    background-size: 1em 1em;
    content: '';
    height: 100%;
    left: 1em;
    position: absolute;
    top: 0;
    width: 1em; }
  nav a:hover {
    color: white;
    background: -webkit-linear-gradient(bottom, rgba(136, 136, 136, 0.5), transparent);
    background: linear-gradient(to top, rgba(136, 136, 136, 0.5), transparent); }

nav.stuck {
  position: fixed;
  left: 0;
  top: 0; }
  nav.stuck ~ #logo-small {
    opacity: 1; }
  nav.stuck + .wrapper {
    padding-left: 320px; }

@media (max-width: 992px) {
  nav {
    background: url(/img/icon-menu.png) no-repeat right 2em center black;
    background-size: 4em auto;
    box-sizing: border-box;
    border-bottom: 1px solid #222;
    border-top: 1px solid #222;
    cursor: pointer;
    float: none;
    font-size: 8px;
    height: auto;
    padding: 6em 0 0;
    position: absolute;
    width: 100%; }
    nav:hover {
      background-color: #111; }
  nav ul {
    background: black;
    height: 0;
    margin-top: 1px;
    overflow: hidden;
    position: absolute;
    width: 100%; }
  nav.stuck {
    top: 0; }
    nav.stuck ~ #logo-small {
      display: none; }
    nav.stuck + .wrapper {
      padding-left: 0; }
  nav ~ .wrapper section:first-child {
    padding-top: 80px; }
  nav ~ .wrapper h1 {
    margin-bottom: -80px;
    padding-top: 80px;
    top: -80px; } }

nav.show ul, .noscript nav:hover ul {
  height: auto; }

body {
  -webkit-animation-delay: .6s;
          animation-delay: .6s;
  -webkit-animation-duration: .6s;
          animation-duration: .6s;
  min-height: 100%;
  min-width: 320px;
  opacity: 0;
  position: relative; }

html {
  background: #000;
  height: 100%;
  font-size: 10px; }

footer {
  border-top: 1px solid #222;
  position: relative;
  z-index: 3; }

h1 {
  -webkit-animation-delay: .4s;
          animation-delay: .4s;
  -webkit-animation-duration: .6s;
          animation-duration: .6s;
  box-sizing: border-box;
  font-family: 'passion one', sans-serif;
  font-size: 12em;
  font-weight: normal;
  line-height: 1;
  padding: 0 120px .5em;
  position: relative;
  width: 100%; }
  h1.center {
    text-align: center;
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%); }
  h1.left {
    text-align: left;
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%); }
  h1.right {
    text-align: right;
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%); }
  h1.small {
    font-size: 6em;
    line-height: 1; }
  h1:after {
    content: '';
    display: block;
    position: relative;
    background: -webkit-linear-gradient(left, #3d0634, #6c0a5c);
    background: linear-gradient(to right, #3d0634, #6c0a5c);
    height: 20px;
    padding: 0 20px;
    margin-top: 10px;
    box-sizing: border-box;
    width: 100%;
    -webkit-transform: skew(-45deg, 0deg);
        -ms-transform: skew(-45deg, 0deg);
            transform: skew(-45deg, 0deg); }
  @media (max-width: 540px) {
    h1 {
      font-size: 6em; }
      h1.small {
        font-size: 4em; } }
  @media (max-width: 768px) {
    h1 {
      padding: 0 20px .5em; } }

header {
  background: url(/img/border-top-layer-2.png) repeat-x center top, url(/img/border-bottom-layer-2.png) repeat-x center bottom, -webkit-radial-gradient(closest-corner, #ddd, #444) #aaa;
  background: url(/img/border-top-layer-2.png) repeat-x center top, url(/img/border-bottom-layer-2.png) repeat-x center bottom, radial-gradient(closest-corner, #ddd, #444) #aaa;
  background-size: auto 8em, auto 8em, auto;
  box-sizing: border-box;
  margin-top: 5.2em;
  overflow: hidden;
  padding: 10em 2em 12em;
  text-align: center; }
  header img {
    display: inline-block;
    height: auto;
    max-height: 100%;
    max-width: 100%;
    width: auto;
    vertical-align: middle; }
  header span {
    box-sizing: border-box;
    color: #111;
    display: inline-block;
    display: none;
    font-family: 'passion one', sans-serif;
    font-size: 6em;
    font-weight: normal;
    max-width: 992px;
    padding: 0 2em;
    text-shadow: 0 0 .1em #eee;
    vertical-align: middle; }

section {
  border-left: 1px solid #222;
  background: black;
  overflow: hidden;
  padding: 4em 0 8em; }
  section:last-of-type {
    border-bottom: 8em solid black; }
  section:nth-of-type(even) {
    background: url(/img/border-top-layer-2.png) repeat-x center top, url(/img/border-bottom-layer-2.png) repeat-x center bottom, -webkit-linear-gradient(top, #888, #ddd) fixed #bbb;
    background: url(/img/border-top-layer-2.png) repeat-x center top, url(/img/border-bottom-layer-2.png) repeat-x center bottom, linear-gradient(to bottom, #888, #ddd) fixed #bbb;
    background-size: auto 4em, auto 4em, auto, auto, auto;
    box-shadow: 0 0 8em 1em black inset;
    padding: 10em 0 8em; }
    section:nth-of-type(even) h1 {
      text-shadow: 2px 2px 2px #444; }
      section:nth-of-type(even) h1:after {
        background: -webkit-linear-gradient(left, #8c8911, #b9b517) #b9b517;
        background: linear-gradient(to right, #8c8911, #b9b517) #b9b517;
        box-shadow: 2px 2px 2px #444; }
    section:nth-of-type(even) .grid-item h2 {
      background: #515fce;
      background: -webkit-linear-gradient(top, #293490, #515fce) #515fce;
      background: linear-gradient(to bottom, #293490, #515fce) #515fce;
      box-shadow: 2px 2px 2px #444; }
  section:nth-of-type(odd) {
    color: #ddd; }
  section img {
    margin: 2em; }
  section p {
    font-size: 2em;
    font-family: 'oxygen', sans-serif;
    line-height: 1.6;
    padding: 1em 0;
    max-width: 40em;
    position: relative;
    margin: auto;
    text-align: left; }
  section .grid-item h2 {
    background: #870719;
    background: -webkit-linear-gradient(top, #260207, #870719) #870719;
    background: linear-gradient(to bottom, #260207, #870719) #870719; }

#logo-small {
  background: url(/img/ld-logo-original.png) no-repeat center bottom;
  background-size: contain;
  bottom: 4em;
  height: 100%;
  left: 4em;
  opacity: 0;
  position: fixed;
  -webkit-transition: opacity .6s;
          transition: opacity .6s;
  width: 240px; }

.column {
  box-sizing: border-box;
  display: inline-block;
  padding: 4em;
  position: relative;
  width: 50%; }
  .column.left {
    clear: left;
    float: left; }
  .column.right {
    clear: right;
    float: right; }

.contact {
  background: black;
  box-sizing: border-box;
  position: relative;
  text-align: right; }
  .contact.fixed {
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2; }
  .contact a {
    color: #ccc;
    display: inline-block;
    font-family: 'chau philomene one', sans-serif;
    font-size: 2.6em;
    line-height: 2;
    padding: 0 1.5em;
    text-decoration: none;
    white-space: nowrap; }
    .contact a:hover {
      color: white; }
  .contact .email {
    background: url(/img/icon-email.svg) no-repeat left center;
    background-size: 1.2em 1.2em; }
  .contact .phone {
    background: url(/img/icon-phone.svg) no-repeat left center;
    background-size: 1.2em 1.2em; }

.grid-container {
  box-sizing: border-box;
  display: block;
  position: relative;
  margin: 1em 10em 0; }
  @media (max-width: 768px) {
    .grid-container {
      margin: 0; } }

.grid-item {
  -webkit-animation-delay: .4s;
          animation-delay: .4s;
  -webkit-animation-duration: .6s;
          animation-duration: .6s;
  box-sizing: border-box;
  display: inline-block;
  opacity: 0;
  padding: 2em;
  position: relative;
  text-align: center;
  vertical-align: top;
  width: 100%; }
  .grid-item h2 {
    border-radius: .1em;
    color: #ddd;
    border: 1px solid #111;
    display: block;
    font-family: 'chau philomene one', sans-serif;
    font-size: 2.4em;
    font-weight: normal;
    line-height: 2;
    position: relative;
    text-shadow: 0 0 2px black;
    text-shadow: 1px 1px 3px #666; }
  .grid-item p {
    text-align: justify;
    padding: 1em 1em 1em 1em;
    font-size: 1.6em; }
  @media (min-width: 1201px) {
    .grid-item {
      width: 50%; } }
  @media (min-width: 1601px) {
    .grid-item {
      width: 33%; } }

.singleton {
  -webkit-animation-delay: .4s;
          animation-delay: .4s;
  -webkit-animation-duration: .6s;
          animation-duration: .6s;
  opacity: 0;
  padding: 0 4em 2em; }

.wrapper {
  box-sizing: border-box;
  overflow: hidden;
  position: relative; }

@media (max-width: 768px) {
  section {
    padding: 2em 0 4em; }
    section p {
      font-size: 1.6em; }
  .contact {
    font-size: 7.3px; }
    .contact.fixed {
      position: relative;
      margin-bottom: -6em; } }

.photo-slider {
  box-sizing: border-box;
  -webkit-animation-delay: .4s;
          animation-delay: .4s;
  -webkit-animation-duration: .6s;
          animation-duration: .6s;
  border-bottom: 1px solid #222;
  border-top: 1px solid #222;
  font-family: 'passion one', sans-serif;
  margin: 4em 0 8em;
  min-width: 320px;
  opacity: 0;
  padding: 0 10em;
  position: relative;
  white-space: nowrap;
  width: 100%; }
  .photo-slider div {
    box-sizing: border-box;
    overflow: hidden;
    padding: 0 .5em;
    position: relative;
    width: 100%; }
  .photo-slider .next, .photo-slider .prev {
    background-color: #000;
    background-origin: content-box;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    box-sizing: border-box;
    color: #ddd;
    display: block;
    height: 100%;
    padding: 0 3em;
    position: absolute;
    text-decoration: none;
    width: 10em; }
    .photo-slider .next:hover, .photo-slider .prev:hover {
      background-color: #222; }
    .photo-slider .next:active, .photo-slider .prev:active {
      background-color: #444; }
  .photo-slider .next {
    background-image: url(/img/photo-slider-next.png);
    border-left: 2px solid #222;
    right: 0; }
  .photo-slider .prev {
    background-image: url(/img/photo-slider-prev.png);
    border-right: 2px solid #222;
    left: 0; }
  @media (max-width: 768px) {
    .photo-slider {
      font-size: 9px; } }
  @media (max-width: 540px) {
    .photo-slider {
      font-size: 7px; } }
  @media (max-width: 320px) {
    .photo-slider {
      font-size: 5px; } }

.slider {
  -webkit-transition: -webkit-transform .6s;
          transition: transform .6s; }

.slide {
  box-sizing: border-box;
  display: inline-block;
  padding: 1em .5em;
  width: 100%; }
  .slide a {
    display: block;
    position: relative; }
  .slide img {
    background: #ddd;
    box-sizing: border-box;
    height: auto;
    margin: 0;
    padding: 4px;
    width: 100%; }
  @media (min-width: 541px) {
    .slide {
      width: 50%; } }
  @media (min-width: 769px) {
    .slide {
      width: 33.33%; } }
  @media (min-width: 993px) {
    .slide {
      width: 50%; } }
  @media (min-width: 1201px) {
    .slide {
      width: 33.33%; } }
  @media (min-width: 1601px) {
    .slide {
      width: 25%; } }
  @media (min-width: 1801px) {
    .slide {
      width: 20%; } }

.shadow-box-overlay {
  background: black;
  background: rgba(0, 0, 0, 0.8);
  bottom: 0;
  cursor: pointer;
  display: none;
  left: 0;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: opacity 0.6s;
          transition: opacity 0.6s;
  z-index: 10; }
  .shadow-box-overlay div {
    bottom: 0;
    box-sizing: border-box;
    left: 0;
    overflow: hidden;
    padding: 2em;
    position: fixed;
    right: 0;
    top: 0; }
  .shadow-box-overlay img {
    background: white;
    box-sizing: border-box;
    display: block;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
    min-height: 20em;
    min-width: 20em;
    opacity: 0;
    outline: none;
    padding: 2em;
    position: relative;
    -webkit-transition: opacity 0.6s;
            transition: opacity 0.6s; }
  .shadow-box-overlay.show, .shadow-box-overlay .show {
    opacity: 1; }

