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; }

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

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

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

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:before {
    background: -webkit-radial-gradient(closest-side, #b9b517, #b9b517 50%, transparent) no-repeat 10px center;
    background: radial-gradient(closest-side, #b9b517, #b9b517 50%, transparent) no-repeat 10px center;
    background-size: 1em 1em;
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transition: .2s;
    transition: .2s;
    width: 100%; }
  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 a:hover:before {
      background: -webkit-radial-gradient(closest-side, #efec7a, #efec7a 60%, transparent) no-repeat 7px center;
      background: radial-gradient(closest-side, #efec7a, #efec7a 60%, transparent) no-repeat 7px center;
      background-size: 1.3em 1.3em; }
  nav a.active {
    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 li {
  background: black; }

nav.stuck {
  position: fixed;
  left: 0;
  top: 0; }
  @media (min-height: 620px) {
    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 {
    height: 0;
    overflow: hidden;
    border-top: 1px solid #222;
    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; }

@-webkit-keyframes phase {
  0% {
    opacity: 1; }
  20% {
    opacity: .4; }
  40% {
    opacity: .8; }
  60% {
    opacity: .3; }
  80% {
    opacity: .7; }
  100% {
    opacity: 1; } }

@keyframes phase {
  0% {
    opacity: 1; }
  20% {
    opacity: .4; }
  40% {
    opacity: .8; }
  60% {
    opacity: .3; }
  80% {
    opacity: .7; }
  100% {
    opacity: 1; } }

@-webkit-keyframes rotate-left {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg); } }

@keyframes rotate-left {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg); } }

@-webkit-keyframes rotate-right {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes rotate-right {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

body {
  min-height: 100%;
  min-width: 320px;
  opacity: 1;
  position: relative;
  -webkit-transition: opacity .4s;
  transition: opacity .4s; }

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 .25em;
  position: relative;
  width: 100%; }
  h1.center {
    text-align: center;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); }
  h1.left {
    text-align: left;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); }
  h1.right {
    text-align: right;
    -webkit-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);
            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; } }

section {
  border-left: 1px solid #222;
  background: black;
  overflow: hidden;
  padding: 6em 0; }
  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; }
    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 a {
      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(even) .grid-item h2 a[href]:hover {
        background: #6571d4;
        background: -webkit-linear-gradient(top, #2e3ba4, #6571d4) #6571d4;
        background: linear-gradient(to bottom, #2e3ba4, #6571d4) #6571d4; }
    section:nth-of-type(even) .grid-item h3 {
      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 .image {
    -webkit-animation-delay: .8s;
            animation-delay: .8s;
    -webkit-animation-duration: 2s;
            animation-duration: 2s;
    box-sizing: border-box;
    float: left;
    max-width: 32em;
    opacity: 0;
    padding-left: 10em;
    margin-right: -8em; }
    @media (max-width: 1200px) {
      section .image {
        display: none; } }
  section:nth-of-type(odd) {
    color: #ddd; }
    section:nth-of-type(odd) .list li:before {
      background: -webkit-radial-gradient(closest-side, #6c0a5c, transparent) no-repeat left center;
      background: radial-gradient(closest-side, #6c0a5c, transparent) no-repeat left center;
      background-size: 1em 1em;
      content: '';
      display: inline-block;
      height: 1em;
      left: -2em;
      position: absolute;
      width: 1em; }
  section img {
    margin: 2em; }
  section .list {
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
    padding: 0 2em 1em;
    margin: 1em 0;
    font-size: 1.6em;
    line-height: 1.2;
    text-align: left; }
    section .list.smaller {
      padding: 0 3em;
      border-bottom: 1px solid #888; }
      section .list.smaller:last-of-type {
        border: none; }
      section .list.smaller li {
        margin: 0; }
      section .list.smaller li:last-child {
        margin-bottom: 1em; }
  section .list li {
    position: relative;
    margin-bottom: 1em; }
    section .list li:before {
      background: -webkit-radial-gradient(closest-side, #515fce, transparent) no-repeat left center;
      background: radial-gradient(closest-side, #515fce, transparent) no-repeat left center;
      background-size: 1em 1em;
      content: '';
      display: inline-block;
      height: 1em;
      left: -2em;
      position: absolute;
      width: 1em; }
  section .list {
    font-family: 'oxygen', sans-serif;
    margin: 1em auto 0;
    max-width: 40em; }
  section p {
    font-family: 'oxygen', sans-serif;
    font-size: 2em;
    line-height: 1.6;
    margin: auto;
    max-width: 40em;
    padding: 1em 0;
    position: relative;
    text-align: left; }
  section .grid-item h2 a {
    background: #870719;
    background: -webkit-linear-gradient(top, #260207, #870719) #870719;
    background: linear-gradient(to bottom, #260207, #870719) #870719; }
    section .grid-item h2 a[href]:hover {
      background: #b70a22;
      background: -webkit-linear-gradient(top, #570410, #b70a22) #b70a22;
      background: linear-gradient(to bottom, #570410, #b70a22) #b70a22; }
  section .grid-item h3 {
    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: white;
    display: inline-block;
    font-family: 'chau philomene one', sans-serif;
    font-size: 2.6em;
    line-height: 2;
    opacity: .8;
    padding: 0 1.5em;
    text-decoration: none;
    -webkit-transition: opacity .4s;
    transition: opacity .4s;
    white-space: nowrap; }
    .contact a:hover {
      opacity: 1; }
  .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;
  text-align: center; }
  @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 a {
    border: 1px solid #111;
    border-radius: .1em;
    color: #ccc;
    display: block;
    position: relative;
    text-decoration: none; }
    .grid-item a[href]:hover {
      color: white; }
      .grid-item a[href]:hover span {
        opacity: 1; }
  .grid-item span {
    background: rgba(0, 0, 0, 0.7);
    box-sizing: border-box;
    color: #ddd;
    display: block;
    font-family: 'chau philomene one', sans-serif;
    font-size: 24px;
    height: 100%;
    left: 0;
    line-height: 1.6;
    opacity: 0;
    padding: 2em;
    position: absolute;
    top: 0;
    -webkit-transition: opacity .4s;
    transition: opacity .4s;
    width: 100%; }
  .grid-item img {
    margin: 0;
    width: 100%; }
  .grid-item h2 {
    border-radius: .1em;
    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 h3 {
    border-radius: .1em;
    box-sizing: border-box;
    display: block;
    font-family: 'chau philomene one', sans-serif;
    font-size: 2.4em;
    font-weight: normal;
    line-height: 1.2;
    margin-bottom: 1em;
    padding: .4em;
    position: relative;
    text-shadow: 0 0 2px black;
    text-shadow: 1px 1px 3px #666; }
    .grid-item h3 div {
      font-size: .8em; }
  .grid-item p {
    text-align: left;
    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%; } }

p.note {
  box-sizing: border-box;
  font-size: 1.2em;
  font-style: italic;
  line-height: 1.4;
  max-width: none;
  margin: 2em 0 0;
  padding: 0 10%; }

.center p {
  text-align: center; }

.singleton {
  -webkit-animation-delay: .4s;
          animation-delay: .4s;
  -webkit-animation-duration: .6s;
          animation-duration: .6s;
  opacity: 0;
  overflow: hidden;
  padding: 0 12em 2em; }
  @media (max-width: 768px) {
    .singleton {
      padding: 0 4em 2em; } }

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

@media (max-width: 992px) {
  .contact.fixed {
    position: relative;
    margin-bottom: -6em; } }

@media (max-width: 768px) {
  section p {
    font-size: 1.6em; }
  .contact {
    font-size: 7.3px; } }

.grid-item[id] {
  margin: -6em auto 0; }
  .grid-item[id]:before {
    content: '';
    position: relative;
    display: block;
    height: 6em; }

header {
  height: 48em;
  background: -webkit-radial-gradient(closest-corner, #ddd, #444);
  background: radial-gradient(closest-corner, #ddd, #444);
  box-sizing: border-box;
  margin-top: 52px;
  overflow: hidden;
  position: relative;
  text-align: center; }
  header li {
    height: 52em; }
  header h1 {
    color: white;
    margin-top: 1em; }
  header li {
    display: block;
    margin-left: -10%;
    margin-top: -2em;
    position: relative;
    width: 120%; }
  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; }
  header .background {
    background: url(/img/bg.jpg) no-repeat center;
    background-size: cover;
    opacity: .5; }
  header ul {
    position: relative; }
  header .border-shadow {
    background: url(/img/header-top-shadow.png) repeat-x center top, url(/img/header-bottom-shadow.png) repeat-x center bottom;
    background-size: auto 100px;
    box-sizing: border-box;
    opacity: .6;
    padding: 2em 0 0em;
    background-origin: content-box; }
  header .border {
    background: url(/img/header-top.png) repeat-x center top, url(/img/header-bottom.png) repeat-x center bottom;
    background-size: auto 100px;
    border-top: 1em solid black;
    border-bottom: 1em solid black; }
  header .dots:after {
    background: url(/img/dots.png) no-repeat right center transparent;
    background-size: auto 100%;
    bottom: 0;
    content: '';
    display: block;
    opacity: .2;
    position: absolute;
    right: 60%;
    top: 0;
    width: 40%; }
  header .header {
    box-sizing: border-box;
    padding-right: 50%; }
  header .logo {
    background: url(/img/ld-logo.png) no-repeat center;
    background-size: auto 70%; }
  header .logo-shadow {
    background: url(/img/ld-logo-shadow.png) no-repeat center;
    background-size: auto 70%; }
  header .glow {
    -webkit-animation: 20s linear infinite both phase;
            animation: 20s linear infinite both phase;
    padding-bottom: 20em;
    background: -webkit-radial-gradient(closest-side, #f8b0ec, rgba(108, 10, 92, 0.8), transparent) no-repeat left bottom, -webkit-radial-gradient(closest-side, #fcc4cc, rgba(135, 7, 25, 0.6), transparent) no-repeat center bottom, -webkit-radial-gradient(closest-side, #f8b0ec, rgba(108, 10, 92, 0.6), transparent) no-repeat right bottom;
    background: radial-gradient(closest-side, #f8b0ec, rgba(108, 10, 92, 0.8), transparent) no-repeat left bottom, radial-gradient(closest-side, #fcc4cc, rgba(135, 7, 25, 0.6), transparent) no-repeat center bottom, radial-gradient(closest-side, #f8b0ec, rgba(108, 10, 92, 0.6), transparent) no-repeat right bottom;
    background-size: 33% 40em; }
  header .spike {
    opacity: .4; }
    header .spike:after {
      background: url(/img/spike-circle.png) no-repeat center;
      background-size: cover;
      content: '';
      display: block;
      height: 57.6em;
      right: 0;
      position: absolute;
      width: 57.6em; }
  @media (max-width: 768px) {
    header {
      font-size: 8px; }
      header .border, header .border-shadow {
        background-size: auto 80px; }
      header .logo, header .logo-shadow {
        background-size: auto 70%; } }
  @media (max-width: 540px) {
    header {
      font-size: 6px; }
      header .border, header .border-shadow {
        background-size: auto 60px; }
      header .dots {
        visibility: hidden; }
      header .logo, header .logo-shadow {
        background-size: auto 60%; } }
  @media (max-width: 320px) {
    header .logo, header .logo-shadow {
      background-size: auto 55%; } }

.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: 1em .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: -webkit-transform .6s;
  transition: transform .6s;
  transition: transform .6s, -webkit-transform .6s; }

.slide {
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  width: 100%; }
  .slide a {
    box-shadow: 1px 3px 4px black;
    display: block;
    font-size: 0px;
    position: relative;
    margin: 10px;
    -webkit-transition: box-shadow .4s, margin .4s;
    transition: box-shadow .4s, margin .4s; }
    .slide a:hover {
      box-shadow: 1px 3px 16px black;
      margin: 0; }
  .slide img {
    background: #ddd;
    box-sizing: border-box;
    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-color: black;
  background-color: rgba(0, 0, 0, 0.8);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  display: none;
  height: 100%;
  left: 0;
  opacity: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
  width: 100%;
  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.loading, .shadow-box-overlay.show, .shadow-box-overlay .show {
    opacity: 1; }

