/* line 13, ../../scss/plugins/lightbox.scss */
.fullscreen-wrap {
  position: fixed;
  top: 80px;
  left: 0;
  width: 100%;
  height: 100%;
  height: calc(100% - 80px);
  background-image: url(/app/resources/img/bg_overlay1.jpg);
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  z-index: 20;
}
/* line 27, ../../scss/plugins/lightbox.scss */
.fullscreen-wrap .fullscreen-content {
  font-size: 16px;
}
/* line 30, ../../scss/plugins/lightbox.scss */
.fullscreen-wrap .fullscreen-content.lightbox-content {
  left: 25%;
  width: 50%;
  height: auto;
  max-height: calc(100% - 80px);
  padding: 30px;
  top: 50px;
  background: rgba(255, 255, 255, 0.75);
}
/* line 39, ../../scss/plugins/lightbox.scss */
.fullscreen-wrap .fullscreen-content.lightbox-content h2 {
  margin: 0 0 30px 0;
  font: 2rem/1.25rem "ULCaps-SemiBold", Helvetica, "Helvetica Neue", Arial, sans-serif;
  text-decoration: none;
  text-transform: lowercase;
  letter-spacing: 1px;
  color: #a4071e;
}
/* line 48, ../../scss/plugins/lightbox.scss */
.fullscreen-wrap .fullscreen-content.lightbox-content h3 {
  margin: 0 0 20px 0;
  font: 1.5rem/1.5em "ULSans-Bold", Helvetica, "Helvetica Neue", Arial, sans-serif;
  color: #dc0012;
}
/* line 54, ../../scss/plugins/lightbox.scss */
.fullscreen-wrap .fullscreen-content.lightbox-content h4 {
  margin: 0 0 15px 0;
  font: 1.25rem/1.5em "ULSans", Helvetica, "Helvetica Neue", Arial, sans-serif;
  color: #dc0012;
}
/* line 60, ../../scss/plugins/lightbox.scss */
.fullscreen-wrap .fullscreen-content.lightbox-content table {
  margin: 0 0 30px 0;
}
/* line 63, ../../scss/plugins/lightbox.scss */
.fullscreen-wrap .fullscreen-content.lightbox-content table th {
  padding: 14px 10px;
  background: #d8dee0;
  font-size: 1.125rem;
  font-family: "ULSans-SemiBold", Helvetica, "Helvetica Neue", Arial, sans-serif;
}
/* line 70, ../../scss/plugins/lightbox.scss */
.fullscreen-wrap .fullscreen-content.lightbox-content table td {
  width: 25%;
  border: 1px solid #d8dee0;
  padding: 10px;
  vertical-align: top;
}
/* line 82, ../../scss/plugins/lightbox.scss */
.fullscreen-wrap.lightbox-wrap {
  display: none;
  z-index: 100;
}
/* line 86, ../../scss/plugins/lightbox.scss */
.fullscreen-wrap.lightbox-wrap .close-lightbox {
  display: block;
  position: absolute;
  top: 16px;
  right: 25%;
  font: 1rem/1em "ULCaps", Helvetica, "Helvetica Neue", Arial, sans-serif;
  text-decoration: none;
  text-transform: lowercase;
  letter-spacing: 1px;
  color: #333;
  z-index: 2;
}
/* line 98, ../../scss/plugins/lightbox.scss */
.fullscreen-wrap.lightbox-wrap .close-lightbox span {
  color: #a4071e;
  vertical-align: middle;
  display: inline-block;
  margin: -2px 8px 0 0;
}
/* line 106, ../../scss/plugins/lightbox.scss */
.fullscreen-wrap.lightbox-wrap.sidebar {
  z-index: 90;
}
/* line 109, ../../scss/plugins/lightbox.scss */
.fullscreen-wrap.lightbox-wrap.sidebar .lightbox-content {
  left: 35%;
}
/* line 113, ../../scss/plugins/lightbox.scss */
.fullscreen-wrap.lightbox-wrap.sidebar .close-lightbox {
  right: 15%;
}

@media screen and (max-width: 768px) {
  /* line 123, ../../scss/plugins/lightbox.scss */
  body.lightbox-open {
    overflow: hidden;
  }

  /* line 130, ../../scss/plugins/lightbox.scss */
  .fullscreen-wrap .fullscreen-content.lightbox-content {
    position: absolute;
    left: 10%;
    width: 80%;
  }
  /* line 137, ../../scss/plugins/lightbox.scss */
  .fullscreen-wrap.lightbox-wrap {
    z-index: 105;
  }
  /* line 140, ../../scss/plugins/lightbox.scss */
  .fullscreen-wrap.lightbox-wrap.sidebar {
    z-index: 105;
  }
  /* line 143, ../../scss/plugins/lightbox.scss */
  .fullscreen-wrap.lightbox-wrap.sidebar .lightbox-content {
    left: 10%;
    padding: 20px;
  }
}
@media screen and (max-width: 600px) {
  /* line 157, ../../scss/plugins/lightbox.scss */
  .fullscreen-wrap .fullscreen-content.lightbox-content {
    padding: 15px;
  }
}
