:root {
  --darkblue: #021c31;
  --text-blue: #053053;
  --yellow: #EFD277;
}

@font-face {
  font-family: "Samsung Sharp Sans Bold";
  src: url(/assets/fonts/samsungsharpsans-bold.otf) format("opentype");
}
@font-face {
  font-family: "Baskerville";
  src: url(/assets/fonts/baskerville/Baskerville-Bold-font.woff) format("woff");
}
@font-face {
  font-family: "Metropolis";
  src: url(/assets/fonts/metropolis/Metropolis-Regular.otf) format("opentype");
  font-weight: normal;
}
@font-face {
  font-family: "Metropolis";
  src: url(/assets/fonts/metropolis/Metropolis-SemiBold.otf) format("opentype");
  font-weight: bold;
}
.font-sssb {
  font-family: "Samsung Sharp Sans Bold", sans-serif;
}

/* scrollbar  */
/* width */
* {
  font-family: "Metropolis", sans-serif;
  font-weight: normal;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Baskerville", "Courier New", Courier, monospace;
}

.scroll-style, .__search-results, .modal#showFullDescription #featuringFullDescription {
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.scroll-style::-webkit-scrollbar, .__search-results::-webkit-scrollbar, .modal#showFullDescription #featuringFullDescription::-webkit-scrollbar {
  width: 8px;
}
.scroll-style::-webkit-scrollbar-track, .__search-results::-webkit-scrollbar-track, .modal#showFullDescription #featuringFullDescription::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.scroll-style::-webkit-scrollbar-thumb, .__search-results::-webkit-scrollbar-thumb, .modal#showFullDescription #featuringFullDescription::-webkit-scrollbar-thumb {
  background: #87674B;
  border-radius: 1rem;
}
.scroll-style::-webkit-scrollbar-thumb:hover, .__search-results::-webkit-scrollbar-thumb:hover, .modal#showFullDescription #featuringFullDescription::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.sides-border:before, .__footer .__footer-inner:before, .sides-border:after, .__footer .__footer-inner:after {
  content: "";
  position: absolute;
  height: 100%;
  height: 35%;
  width: 2px;
  background-color: #b89136;
  top: 50%;
  transform: translateY(-50%);
  filter: brightness(0.8);
  border-radius: 1px;
}
.sides-border:before, .__footer .__footer-inner:before {
  left: 3px;
}
.sides-border:after, .__footer .__footer-inner:after {
  right: 3px;
}

button.disabled {
  cursor: not-allowed;
}

.swal2-title {
  color: #b89136 !important;
}

.swal2-icon.swal2-info {
  color: #b89136 !important;
  border-color: #b89136 !important;
}

#menu span.italic {
  font-family: sans-serif;
}

img {
  user-select: none;
  -webkit-user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

.__primary-menu {
  display: flex;
}
.__primary-menu li {
  margin: 0 1rem;
}
.__primary-menu li a {
  font-size: 1rem;
  color: #b89136;
  font-family: "Baskerville", "Courier New", Courier, monospace;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: all 500ms ease-in;
  letter-spacing: 1px;
}
.__primary-menu li a:before, .__primary-menu li a:after {
  content: "";
  transition: all 200ms ease-in 200ms;
  background: url(../images/header-ornament-inline.png) center/contain no-repeat;
  width: 20%;
  height: 2rem;
  position: absolute;
  opacity: 0;
}
.__primary-menu li a:hover {
  filter: drop-shadow(2px 4px 6px #b89136);
}
.__primary-menu li a:hover:before, .__primary-menu li a:hover:after {
  opacity: 1;
}
.__primary-menu li a:hover:before {
  left: -40%;
  transform: scaleX(1);
}
.__primary-menu li a:hover:after {
  right: -40%;
  transform: scaleX(-1);
}
.__header-ornament {
  content: "";
  position: relative;
  left: 50%;
  background: url(../images/header-ornament-block.png) center top/contain no-repeat;
}
.__header-ornament.top {
  top: 0;
  transform: translateX(-50%);
}
.__header-ornament.bottom {
  bottom: 0;
  transform: translateX(-50%) scaleY(-1);
}

@media (min-width: 992px) {
  .__primary-menu li {
    margin: 0 3rem;
  }
  .__primary-menu li a {
    font-size: 1.5rem;
  }
}
@media (max-width: 575px) {
  .__primary-menu li {
    margin: 0 0.5rem;
  }
  .__primary-menu li a {
    font-size: 14px;
  }
}
@-webkit-keyframes fadeTop {
  0% {
    transform: translateY(-20%);
  }
  100% {
    transform: translateY(0%);
  }
}
@keyframes fadeTop {
  0% {
    transform: translateY(-20%);
  }
  100% {
    transform: translateY(0%);
  }
}
.fade-zoom {
  -webkit-animation: zoomIn 0.25s ease-in-out;
          animation: zoomIn 0.25s ease-in-out;
}

@-webkit-keyframes zoomIn {
  0% {
    transform: scale(0%);
  }
  100% {
    transform: scale(100%);
  }
}

@keyframes zoomIn {
  0% {
    transform: scale(0%);
  }
  100% {
    transform: scale(100%);
  }
}
.fade-top {
  -webkit-animation: fadeTop 0.25s ease-in-out;
          animation: fadeTop 0.25s ease-in-out;
}

.fade-zoom {
  -webkit-animation: zoomIn 0.25s ease-in-out;
          animation: zoomIn 0.25s ease-in-out;
}

@-webkit-keyframes fadeBlur {
  0% {
    filter: blur(10px);
  }
  100% {
    filter: blur(0);
  }
}

@keyframes fadeBlur {
  0% {
    filter: blur(10px);
  }
  100% {
    filter: blur(0);
  }
}
@-webkit-keyframes dot-keyframes {
  0% {
    opacity: 0.4;
    transform: scale(1, 1);
  }
  50% {
    opacity: 1;
    transform: scale(1.2, 1.2);
  }
  100% {
    opacity: 0.4;
    transform: scale(1, 1);
  }
}
@keyframes dot-keyframes {
  0% {
    opacity: 0.4;
    transform: scale(1, 1);
  }
  50% {
    opacity: 1;
    transform: scale(1.2, 1.2);
  }
  100% {
    opacity: 0.4;
    transform: scale(1, 1);
  }
}
.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}
.fade.show {
  opacity: 1;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}
.modal.show.modal-dialog {
  transform: translate(0, 0);
}

.modal {
  z-index: 1072;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-backdrop {
  z-index: 1071;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.show {
  opacity: 0.9;
}

.modal .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 35px;
  height: 35px;
  background: url(../img/close_icon.svg) center/contain no-repeat;
  z-index: 1;
  transition: all 0.25s ease-in-out;
  cursor: pointer;
  border-radius: 50%;
}
.modal .close:hover {
  transform: scale(1.05);
}

.modal#showImageFull .close, .modal#showTeaserVideoModal .close, .modal#showFullDescription .close, .modal#filterModal .close, .modal#filterModalNotification .close {
  top: -1rem;
  right: -1rem;
  border: 1px solid gray;
  background-color: #FFD000;
}
.modal #image2x {
  transition: all 0.2s linear;
  filter: blur(50px);
  opacity: 0;
  border: none;
}
.modal #image2x.loaded {
  opacity: 1;
  filter: blur(0px);
  border: 1px solid white;
}

.gallery-carousel .carousel-navigation .prev {
  position: absolute;
  left: 0;
}
.gallery-carousel .carousel-navigation .prev:before {
  transform: scaleX(-1);
}
.gallery-carousel .carousel-navigation .next {
  right: 0;
}
.gallery-carousel .carousel-navigation .next, .gallery-carousel .carousel-navigation .prev {
  position: absolute;
  width: 35px;
  height: 35px;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(184, 149, 43, 0.5098039216);
  transition: all 0.25s ease;
  cursor: pointer;
}
.gallery-carousel .carousel-navigation .next:before, .gallery-carousel .carousel-navigation .prev:before {
  content: "";
  background: url(../img/navigate.svg) center/contain no-repeat;
  width: 100%;
  height: 100%;
  left: 0;
  position: absolute;
}
.gallery-carousel .carousel-navigation .next:hover, .gallery-carousel .carousel-navigation .prev:hover {
  background-color: #b89136;
}

@media (min-width: 576px) {
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .gallery-carousel .carousel-navigation {
    display: none;
    transition: all 0.2s ease-in-out;
  }
  .gallery-carousel:hover .carousel-navigation {
    display: initial;
  }
}
@media (min-width: 576px) {
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
}
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px;
  }
}
@media (max-width: 575px) {
  .modal#showImageFull .close, .modal#showTeaserVideoModal .close {
    top: 1rem;
    right: 1rem;
    width: 30px;
    height: 30px;
  }
  .modal#showFullDescription .modal-content {
    margin-inline: 15px;
  }
  .modal#showFullDescription .close {
    top: -0.5rem;
    right: -0.5rem;
  }
  .modal#filterModal .close, .modal#filterModalNotification .close {
    top: 0.75rem;
    right: 0.75rem;
  }
}
[data-tooltip] {
  cursor: pointer;
  display: inline-block;
  line-height: 1;
  position: relative;
  z-index: 2;
}
[data-tooltip]::-moz-selection {
  background-color: green;
}
[data-tooltip]::selection {
  background-color: green;
}
[data-tooltip]::after {
  background-color: red;
  border-radius: 0.4rem;
  color: #fff;
  content: attr(data-tooltip) "\a" attr(data-tooltip-desig);
  font-size: 1rem;
  font-size: 85%;
  font-weight: normal;
  line-height: 1.15rem;
  opacity: 0;
  padding: 0.25rem 0.25rem;
  position: absolute;
  text-align: center;
  text-transform: none;
  transition: opacity 0.2s;
  visibility: hidden;
  width: 150px;
  font-family: "Metropolis", sans-serif;
  font-size: 14px;
  z-index: 1;
}
[data-tooltip].tooltip-top::before {
  border-style: solid;
  border-color: red;
  border-width: 0.4rem;
  content: "";
  opacity: 0;
  position: absolute;
  transition: opacity 0.2s;
  visibility: hidden;
  white-space: pre;
  border-color: red transparent transparent transparent;
  top: 0;
  left: 50%;
  margin-left: -0.4rem;
}
[data-tooltip].tooltip-top::after {
  bottom: 100%;
  left: 50%;
  transform: translate(-50%);
}
[data-tooltip].tooltip-bottom::before {
  border-style: solid;
  border-color: red;
  border-width: 0.4rem;
  content: "";
  opacity: 0;
  position: absolute;
  transition: opacity 0.2s;
  visibility: hidden;
  white-space: pre;
  border-color: transparent transparent red transparent;
  bottom: 0;
  left: 50%;
  margin-left: -0.4rem;
}
[data-tooltip].tooltip-bottom::after {
  top: 100%;
  left: 50%;
  transform: translate(-50%);
}
[data-tooltip].tooltip-left::before {
  border-style: solid;
  border-color: red;
  border-width: 0.4rem;
  content: "";
  opacity: 0;
  position: absolute;
  transition: opacity 0.2s;
  visibility: hidden;
  white-space: pre;
  border-color: transparent transparent transparent red;
  top: 0.4rem;
  right: calc(110% - 0.4rem);
  margin-top: -0.4rem;
}
[data-tooltip].tooltip-left::after {
  top: -0.4rem;
  right: calc(110% + 0.4rem);
}
[data-tooltip].tooltip-right::before {
  border-style: solid;
  border-color: red;
  border-width: 0.4rem;
  content: "";
  opacity: 0;
  position: absolute;
  transition: opacity 0.2s;
  visibility: hidden;
  white-space: pre;
  border-color: transparent red transparent transparent;
  top: 0.4rem;
  left: calc(110% - 0.4rem);
  margin-top: -0.4rem;
}
[data-tooltip].tooltip-right::after {
  top: -0.4rem;
  left: calc(110% + 0.4rem);
}
@media (max-width: 767px) {
  [data-tooltip].tooltip-mobile::before {
    display: none;
  }
  [data-tooltip].tooltip-mobile:after {
    font-size: 1rem;
    max-width: 20rem;
    position: fixed;
    bottom: auto;
    top: 50%;
    left: 50%;
    text-align: left;
    transform: translate(-50%);
    white-space: normal;
  }
}
[data-tooltip]:hover::after, [data-tooltip][class*=tooltip-]:hover::before {
  visibility: visible;
  opacity: 1;
}

#dinner .ornament {
  content: "";
  position: relative;
  left: 50%;
  background: url(../images/button-top-ornament.png) center top/contain no-repeat;
}
#dinner .ornament.top {
  top: 0;
  transform: translateX(-50%);
}
#dinner .ornament.bottom {
  bottom: 0;
  transform: translateX(-50%) scaleY(-1);
}

.headline .ornament {
  content: "";
  position: relative;
  left: 50%;
  background: url(../images/top-ornament-dark.png) center top/contain no-repeat;
}
.headline .ornament.top {
  top: 0;
  transform: translateX(-50%);
}
.headline .ornament.bottom {
  bottom: 0;
  transform: translateX(-50%) scaleY(-1);
}

/*
* Seats and tables
*/
.__event-seatplan [data-tooltip=""]::before, .__event-seatplan [data-tooltip=""]::after {
  display: none;
}

.seat {
  position: absolute;
  width: 8%;
  height: 12%;
  border-radius: 50%;
  transition: all 0.25s ease;
}
.seat.rectangular-type {
  height: 58.5%;
  border-radius: 0;
}
.seat:hover:not(.bg-white) {
  background-color: rgba(255, 255, 255, 0.2);
}
.seat.bg-white {
  background-color: white;
  width: 9%;
  height: 14%;
}
.seat.bg-white [data-tooltip] {
  cursor: default;
}

.__event-seatplan-pricing .price-item {
  width: 120px;
  height: 120px;
}
.__event-seatplan-pricing .price-label {
  font-size: 12px;
}
.__event-seatplan-pricing .price {
  font-size: 1.75rem;
  line-height: 1;
}

.__auctions .card-body {
  padding: 0.5rem;
}

@media (max-width: 575px) {
  .__event-seatplan-pricing .price-item {
    width: 80px;
    height: 80px;
  }
  .__event-seatplan-pricing .price-label {
    font-size: 8px;
  }
  .__event-seatplan-pricing .price {
    font-size: 1rem;
    line-height: 1;
  }
}
button {
  position: relative;
  font-size: 24px;
  color: #FFFFFF;
  padding: 0.25rem 1.75rem;
  text-align: center;
  transition-duration: 1s;
  text-decoration: none;
  overflow: hidden;
  cursor: pointer;
}
button:hover {
  opacity: 0.75;
}
button::before {
  border-radius: inherit;
  bottom: 0;
  color: inherit;
  content: "";
  left: 0;
  opacity: 0.05;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  background-color: rgba(255, 255, 255, 0.5);
  transition: opacity 0.5s cubic-bezier(0.4, 0, 0.6, 1);
  width: 100%;
  height: 100%;
}
button:active::before {
  opacity: 0;
  padding: 0;
  margin: 0;
  opacity: 1;
  transition: 0s;
  width: 0%;
  height: 0%;
}

.__form .form-group label {
  margin-bottom: 0.25rem;
}
.__form .form-group .__input {
  display: block;
  width: 100%;
  padding: 0.4rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 2px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.__form .form-group .__input:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

table, td, th {
  border: 1px solid white;
}

th, td {
  padding: 0.5rem 0.75rem;
  text-align: center;
}

th {
  background-color: #b89136;
  color: #021c31;
  font-weight: bold;
}

td {
  background-color: #021c31;
  color: white;
  font-size: 1rem;
}

table {
  border-collapse: collapse;
}

.__search-wrapper:before, .__search-wrapper:after {
  height: 65%;
  background-color: #D8BD74;
  filter: initial;
}

.__searches li {
  padding: 0.5rem;
}
.__searches li:not(:last-child) {
  border-bottom: 1px solid rgba(206, 212, 218, 0.1450980392);
}

.__search-results {
  position: absolute;
  top: 40px;
  z-index: 20;
  background-color: white;
}

@media (max-width: 575px) {
  .__search-wrapper:before, .__search-wrapper:after {
    height: 78%;
    background-color: #D8BD74;
    filter: initial;
    width: 1px;
  }
  .__search-wrapper:before {
    left: 0;
  }
  .__search-wrapper:after {
    right: 0;
  }
}
#gallery .card .card-img-top {
  opacity: 0;
  -webkit-animation: fadeBlur 0.5s ease-in-out;
          animation: fadeBlur 0.5s ease-in-out;
}
#gallery .card .card-img-top.show {
  opacity: 1;
}

.fade-img {
  transition: opacity 0.15s ease-out;
}

@media (max-width: 767px) {
  .__footer .__footer-inner:before, .__footer .__footer-inner:after {
    width: 1px;
    height: 60%;
  }
  .__footer .__footer-inner:before {
    left: 0;
  }
  .__footer .__footer-inner:after {
    right: 0;
  }
}
@media (max-width: 575px) {
  .__footer .__footer-inner:before, .__footer .__footer-inner:after {
    width: 1px;
    height: 75%;
  }
}
.pattern-reverse-upright {
  background-image: url(/assets/img/pattern-reverse-upright-min.png);
  background-size: auto 100%;
  background-position: center;
  height: 40px;
  z-index: 2;
}

.pattern-upright {
  background-image: url(/assets/img/pattern-upright-min.png);
  background-size: auto 100%;
  background-position: center;
  height: 40px;
  z-index: 2;
}

.afix-bottom {
  position: absolute;
  bottom: 0;
}

.site-banner {
  background: url(/assets/img/about/banner-bakground.jpg) center/cover no-repeat;
  background-color: #fff;
}

.site-banner-logo {
  margin-bottom: 40px;
}

svg#hiraya-logo-main {
  height: 30vw;
}

.nav-container {
  z-index: -1;
}

.nav-item {
  background-color: var(--darkblue);
  color: #b89136;
  font-family: font-regular;
  z-index: 1;
  padding: 5px 30px;
}

.nav-item.active {
  background-color: #b89136;
  color: var(--text-blue);
}

.darkblue-gradient {
  background: rgb(4, 44, 76);
  background: linear-gradient(25deg, rgb(4, 44, 76) 0%, rgb(8, 22, 36) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#042c4c",endColorstr="#081624",GradientType=1);
}

.content-right {
  background-image: url(/assets/img/img-bg1-min.png);
  background-repeat: repeat-y;
  background-size: 100% auto;
  background-position: center;
  height: 500px;
}

.content-right2 {
  height: 500px;
}

.body-content-holder {
  position: relative;
}

.events-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
}

.event-links {
  z-index: 9;
}

.events-overlay-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--darkblue);
  opacity: 0.7;
  z-index: -1;
}

.right-chev-item {
  position: absolute;
  top: 0;
  height: 100%;
  right: 20px;
}

/* bod  */
.bod-thumb {
  width: 100;
}

.disabled {
  cursor: not-allowed;
}

.bod-bg {
  position: fixed;
  right: 0;
  left: 0;
  bottom: 0;
  top: 0;
  z-index: -1;
}

@media only screen and (max-width: 885px) {
  .nav-item p {
    font-size: x-small;
  }
}
@media only screen and (max-width: 767px) {
  .nav-item p {
    font-size: initial;
  }
  #bod p.text-justify {
    text-align: left !important;
  }
}
/* sidebar navigation bar  */
.sidebar-nav {
  position: fixed;
  z-index: 9;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/* DONATIO  TIMELINES 
==============================*/
/* Donate timeline  */
img#timeline-sun {
  position: absolute;
  width: 180px;
  height: 180px;
  z-index: 1;
  right: -90px;
  top: calc(45px - 43%);
}

img#timeline-sun-2 {
  position: absolute;
  width: 120px;
  height: 120px;
  z-index: 1;
  right: -60px;
  top: calc(45px - 30%);
}

.timeline-container {
  min-height: 200px;
  position: relative;
}

.timeline-lines {
  position: absolute;
  width: 100px;
  height: 100%;
  bottom: -25%;
  z-index: 1;
}

.timeline-line-main {
  position: absolute;
  width: 6px;
  height: 100%;
  background: #FFD000;
}

.timeline-point {
  width: 14px;
  height: 14px;
  position: absolute;
  background: #FFD000;
  top: -7px;
  border-radius: 50%;
}

.timeline-pointer {
  position: absolute;
  width: 100%;
  top: -1px;
  height: 2px;
  background: #FFD000;
}

.timeline-lines.timeline-right {
  right: 0;
}

.timeline-lines.timeline-right .timeline-line-main {
  right: -3px;
}

.timeline-lines.timeline-right .timeline-point {
  right: -7px;
}

.timeline-lines.timeline-left {
  left: 0;
}

.timeline-lines.timeline-left .timeline-line-main {
  left: -3px;
}

.timeline-lines.timeline-left .timeline-point {
  left: -7px;
}

.donation-box .copy.copy-right {
  color: #8c887e;
  width: 100%;
  max-width: 60%;
  float: right;
}

.donation-box {
  position: absolute;
  top: 10%;
}

.donation-box.donation-right {
  right: 120px;
}

.donation-box.donation-left {
  left: 120px;
}

.donation-box h1 {
  font-size: 44px;
  line-height: 44px;
  padding: 0;
  margin: 0;
  padding-top: 4px;
}

.donation-box h1.m {
  font-size: 30px;
}

.thumbnail-container img {
  border: 3px solid #EFD277;
  border-radius: 18px;
}

.thumbnail-container {
  cursor: pointer;
}

/* custom modal  */
.custom-modal {
  position: fixed;
  z-index: 1054;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.modal-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.8;
  z-index: -1;
}

.modal-body-flex {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal-close {
  width: 30px;
  height: 30px;
  margin: 0;
  position: absolute;
  right: 10px;
  top: 10px;
  line-height: 30px;
}

.modal-close {
  cursor: pointer;
}

/* donation pop-up */
.donation-popup {
  position: absolute;
  background: #FFD000;
  width: 75%;
  min-width: 500px;
  left: 90%;
  z-index: 9999999999;
  box-shadow: 0px 0px 5px 0px black;
  padding-top: 20px;
}
.donation-popup.left-popup {
  left: -90%;
}
.donation-popup.left-popup.mobile-popup {
  left: 9%;
  width: 100%;
  min-width: unset;
  font-size: smaller;
}
.donation-popup .donation-popup-pointerout-right {
  display: none;
}
.donation-popup .donation-popup-pointerout-right {
  border: 20px solid #FFD000;
  border-top-color: transparent;
  border-left: none;
  border-bottom-color: transparent;
  position: absolute;
  left: -20px;
  top: 30px;
}

iframe.large {
  width: 500px;
}

.left-popup .donation-popup-pointerout-right {
  border-left: 20px solid #FFD000;
  border-right: none;
  right: -20px;
  left: unset;
}

span.donation-popup-close {
  width: 30px;
  height: 30px;
  margin: 0;
  position: absolute;
  right: 6px;
  top: 3px;
  line-height: 30px;
  cursor: pointer;
}

.donation-popup-script {
  padding-left: calc(50% - 212px);
  padding-right: calc(50% - 212px);
  padding-top: 20px;
  padding-top: 20px;
  overflow: hidden;
  overflow-x: auto;
}

.glow-text {
  text-shadow: 0px 0px 8px #ffd000;
}

.timeline-point.glow {
  box-shadow: 0px 0px 5px 5px #ffd000;
}

/* EVENTS STYLES 
==============================*/
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.card-body {
  flex: 1 1 auto;
  padding: 1.25rem;
}

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-group {
  display: flex;
  flex-wrap: wrap;
}
.custom-scroll::-webkit-scrollbar-track {
  background-color: transparent;
}
.custom-scroll::-webkit-scrollbar-thumb {
  background: transparent;
  border-radius: 0;
}

.donation-box h1 {
  transition: text-shadow all 0.3s ease-in;
}
.donation-box h1:hover {
  text-shadow: 0px 0px 8px #ffd000;
}

@media (min-width: 576px) {
  .card-group {
    flex-flow: row wrap;
  }
  .card-group .card {
    flex: 0 0 32.25%;
    margin-bottom: 0;
  }
  .card-group .card:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group .card:first-child .card-img-top {
    border-top-right-radius: 0;
  }
}
.__gallery {
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.__gallery::-webkit-scrollbar {
  width: 2px;
  height: 5px;
}
.__gallery::-webkit-scrollbar-track {
  background: transparent;
}
.__gallery::-webkit-scrollbar-thumb {
  background: transparent;
}
.__gallery::-webkit-scrollbar-thumb:hover {
  background: transparent;
}

.__footer-menu li {
  position: relative;
  margin: 0 20px;
}

/*
* TABLES
*/
.table ::-moz-selection {
  background-color: transparent;
}
.table ::selection {
  background-color: transparent;
}

.__colonial_table .__seats [data-tooltip] {
  width: 2.25rem;
  height: 2.25em;
  background-color: #EFD277;
  margin: 10px auto;
  border-radius: 50%;
}
.__colonial_table .__seats [data-tooltip]:hover {
  background-color: #b89136;
}

[data-tooltip] {
  cursor: pointer;
}

.__featuring .__img-wrapper:before, .__featuring .__img-wrapper:after {
  content: "";
  position: absolute;
  height: 35px;
  width: 30%;
  left: 50%;
  background: url(../images/image-top-ornament.png) center top/contain no-repeat;
}
.__featuring .__img-wrapper:before {
  top: -35px;
  transform: translateX(-50%);
}
.__featuring .__img-wrapper:after {
  bottom: -35px;
  transform: translateX(-50%) scaleY(-1);
}
.__featuring .__img-wrapper.sm:before, .__featuring .__img-wrapper.sm:after {
  width: 10%;
}

.loading-dots {
  text-align: center;
  width: 100%;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
  z-index: 99999;
}
.loading-dots.show {
  display: block;
}
.loading-dots--dot {
  -webkit-animation: dot-keyframes 1.5s infinite ease-in-out;
          animation: dot-keyframes 1.5s infinite ease-in-out;
  background-color: #fff;
  border-radius: 10px;
  display: inline-block;
  height: 12px;
  width: 12px;
  margin-inline: 2px;
}
.loading-dots--dot:nth-child(2) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.loading-dots--dot:nth-child(3) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}/*# sourceMappingURL=style.css.map */