@import url("https://fast.fonts.net/t/1.css?apiType=css&projectid=2159d63a-0d7c-49a5-8f34-cb851ec02839");

@font-face {
  font-family: "Bauer Bodoni Pro_1 W01 Bold";
  src: url("Fonts/bc32e3e8-56b5-4ff4-b1db-af04a9f26acb.eot?#iefix");
  src: url("Fonts/bc32e3e8-56b5-4ff4-b1db-af04a9f26acb.eot?#iefix") format("eot"), url("Fonts/bb8422a9-7303-4111-8be4-7de2f583aaf3.woff2") format("woff2"), url("Fonts/6ab1eb08-75f2-4c1a-9911-2752e3fd6ec9.woff") format("woff"), url("Fonts/14f9135a-8687-4aef-81e4-1a669f3b9152.ttf") format("truetype");
}

@font-face {
  font-family: "Bauer Bodoni Pro_1 W01 Bold It";
  src: url("Fonts/c9fa0fce-5615-4509-af40-370a4032df9a.woff2") format("woff2"), url("Fonts/9e2a0c3f-4726-43ae-ab94-5f56228d5f80.woff") format("woff");
}

.fancybox-bg {
  background: #223A3C !important;
}

.fancybox-button {
  background: #957D0F !important;
}

.fancybox-caption::before {
  display: none !important;
}

.fancybox-is-open .fancybox-bg {
  opacity: .95 !important;
}

.tooltip {
  opacity: 1 !important;
  font-size: 10px; }

.tooltip-inner {
  opacity: 1 !important;
  border-radius: 0 !important;
  background-color: #886900 !important;
}
.tooltip.bs-tooltip-bottom .arrow:before {
  border-bottom-color: #886900 !important;
}
.tooltip.bs-tooltip-left .arrow:before {
  border-left-color: #886900 !important;
}

#dropdownBasket {
  background: none;
  border: 0;
  color: inherit;
  box-shadow: none;
  border-radius: 0;
  font-size: inherit;
  padding: .5rem .4rem;
}

#dropdownBasket.dropdown-toggle::after { display: none; }

.dropdownBasket.dropdown:hover > .dropdown-menu {
  display: block;
  transform: none !important;
  padding: 1rem 0;
  background: none;
  border: 0;
}

.dropdownBasket a:hover,
.dropdownBasket .dropdown-item:hover,
.dropdownBasket .dropdown-item:focus {
  color: #fff;
  background-color: #886900;
}

.dropdownBasket .dropdown-item {
  color: white;
  padding: .8rem 1rem;
  background: #886900;
  line-height: 1.3;
}

.dropdownBasket .dropdown-menu::before {
  content: '';
  width: 14px;
  height: 18px;
  border-bottom: solid 10px #886900;
  border-left: solid 8px transparent;
  border-right: solid 8px transparent;
  display: block;
  position: absolute;
  bottom: 100%;
  left: 7px;
  transform: translateY(17px);
}


/* =========================================================================
Fonts
========================================================================== */

body.alternative :not(i) {
  font-family: Arial, sans-serif !important;
  font-weight: normal; }

.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
  color: inherit; }


/* ==========================================================================
   Third Party plugins
   ========================================================================== */

#st_gdpr_iframe {
  display: none;
}

#tweets {
  max-height: 495px;
  overflow: scroll;
  margin: 0 0 30px;
  position: relative;
}

#st-1 .st-btn[data-network='sharethis'] {
  background-color: transparent !important;
  line-height: 26px !important;
}

#st-1 .st-btn>svg {
  height: 22px !important;
  width: 22px !important;
}

#st-1 .st-btn[data-network='sharethis']::after {
  content: 'SHARE';
  position: relative;
  top: 3px;
}

.sp-layer {
  color: #957D0F;
  position: relative;
  z-index: 20;
  min-width: 80vw;
}

#ultimateSlider .sp-layer,
#slider .sp-layer {
  min-width: inherit;
}

.sp-layer em {
  color: white;
  font-family: "Bauer Bodoni Pro_1 W01 Bold It";
  text-transform: lowercase;
  font-size: 90%;
}

.sp-layer * {
  margin: 0;
  white-space: normal;
}

.slider_heading {
  color: white;
  white-space: normal;
  font-size: 480%;
  line-height: 1;
}

.slider-gradient {
  background: rgb(0, 0, 0);
  background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
  background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 80%;
  opacity: .9;
  z-index: 1;
}

.sp-button {
  width: 8px !important;
  height: 8px !important;
  border: 0 !important;
  background: #fff;
  opacity: .8;
}

.sp-selected-button {
  background-color: #fff !important;
  transform: scale(1.8);
  opacity: 1;
}

.sp-buttons {
  position: absolute !important;
  padding-top: 0;
  bottom: 2rem !important;
  z-index: 50;
}

/* Swiper */
.swiper-slide {
  opacity: 0;
  transition: opacity .3s;
}

.swiper-slide-visible {
  opacity: 1;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  font-size: 1.8rem;
}

.swiper-button-next {
  color: #162527;
  right: -30px;
}

.swiper-button-prev {
  color: #162527;
  left: -30px;
}


/* ==========================================================================
   Preloader
   ========================================================================== */

.preloader-svg {
  margin: 20px auto 50px;
  height: 50px;
  width: 50px;
  stroke: #3C4858;
  text-align: center;
  display: table;
}


/* ==========================================================================
   Add-ons
   ========================================================================== */

/* Full-screen background */
.background {
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center top;
  background-size: cover;
}

/* fullscreen setup */
body.full {
  height: 100%;
}

.fullscreen {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}

.not-fullscreen,
.fullscreen.not-overflow {
  height: 100%;
  overflow: hidden;
}

/* Hide stToopPop sharing button. */
#stToolPop {
  display: none;
}

/* Isotope */
#no-results {
  display: none;
}

/* Mailer */
#mailer {
  text-align: center;
  position: relative;
  display: table;
  margin: 0 auto 15px;
}

#mailer #error,
#mailer #success {
  display: none;
  line-height: 1;
  margin: 0;
  text-align: center;
  position: relative;
}

#mailer #error p,
#mailer #success p {
  color: #ffffff;
}

/* SliderPro */
.sp-horizontal .sp-arrows {
  z-index: 999;
}

.sp-slides {
  position: relative;
}

.sp-slides .sp-slide {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
}

.sp-slides .sp-slide:first-child {
  position: relative;
}

.sp-layer {
  position: absolute;
  opacity: 0;
}

.sp-bg {
  background: #000;
  color: #fff;
}

.sp-horizontal .sp-next-arrow {
  background: url(/img/icons/arrow-left-white-2.svg) no-repeat center / contain;
  height: 100px;
  width: 35px;
}

.sp-horizontal .sp-previous-arrow {
  background: url(/img/icons/arrow-left-white-2.svg) no-repeat center / contain;
  height: 100px;
  width: 35px;
}

.sp-horizontal .sp-arrows {
  margin-top: -40px !important;
}

.sp-previous-arrow:before,
.sp-previous-arrow:after,
.sp-next-arrow:before,
.sp-next-arrow:after {
  display: none !important;
}

/* Fancybox */
.video-thumb {
  position: static;
}

.video-icon {
  background: url('/img/icons/media/player.svg') no-repeat center / 70px;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  position: absolute;
}

/* Calendar */
/*.btn-calendar.dropdown-toggle {
  background: none;
  border: 0;
  padding: 0 5px;
  font-weight: 100;
  box-shadow: none; }*/

#calendarDropdown {
  background-color: #1a2d2f;
  min-width: 160px;
  padding: 0;
  margin: 1rem .3rem;
  font-size: 13px;
  border: 0;
  border-radius: 6px;
  box-shadow: none;
  position: absolute;
  top: 100%;
  right: 0;
}

.well.wellDatepicker {
  min-height: 20px;
  padding: 15px;
  margin-bottom: 0;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.bootstrap-datetimepicker-widget table td.day {
  border-right: 0 !important;
  height: 10px !important;
  line-height: 15px !important;
  padding: 4px 10px 4px !important;
  width: 15px !important;
  color: #fff !important;
}

.bootstrap-datetimepicker-widget table th {
  line-height: 22px !important;
  padding-top: 3px !important;
  color: #fff !important;
}

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #886900 !important;
  border-radius: 0 !important;
  color: #fff !important;
}

.bootstrap-datetimepicker-widget table td.day:hover,
.bootstrap-datetimepicker-widget table td.hour:hover,
.bootstrap-datetimepicker-widget table td.minute:hover,
.bootstrap-datetimepicker-widget table td.second:hover,
.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
  background-color: #886900 !important;
  border-radius: 0 !important;
  color: #fff !important;
}

.bootstrap-datetimepicker-widget table th {
  padding: 2px 0 2px !important;
}

.bootstrap-datetimepicker-widget table td.old,
.bootstrap-datetimepicker-widget table td.new {
  color: #777777 !important;
}


/* ==========================================================================
  Toggle
========================================================================== */

#navbar-toggle {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  height: 70px;
  margin: 0;
  padding: 0px 30px;
  position: fixed;
  left: 0;
  top: -10px;
  width: 80px;
  z-index: 1001;
  right: auto;
  border: 0;
  outline: none;
}

.nav-toggle span,
.nav-toggle span:before,
.nav-toggle span:after {
  border-radius: 0;
  height: 3px;
  width: 25px;
  background: #ffffff;
  position: absolute;
  display: block;
  content: "";
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.nav-toggle:hover span,
.nav-toggle:hover span:before,
.nav-toggle:hover span:after {
  background-color: #ffffff;
}

.nav-toggle span:before {
  top: -8px;
}

.nav-toggle span:after {
  bottom: -8px;
}

.nav-toggle.active span {
  background-color: transparent !important;
}

.nav-toggle.active span:before {
  top: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #886900;
}

.nav-toggle.active span:after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background-color: #886900;
}

.navbar-sub-toggle {
  border: 0;
}

.navbar-sub-toggle:not(.collapsed) .nav-toggle span {
  background-color: transparent;
}

.navbar-sub-toggle:not(.collapsed) .nav-toggle span:before {
  top: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #fff;
}

.navbar-sub-toggle:not(.collapsed) .nav-toggle span:after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background-color: #fff;
}

body:not(.overlay-open) header.sticky~#navbar-toggle .nav-toggle span,
body:not(.overlay-open) header.sticky~#navbar-toggle .nav-toggle span:before,
body:not(.overlay-open) header.sticky~#navbar-toggle .nav-toggle span:after {
  background: #fff;
}

body:not(.overlay-open) header.sticky~#navbar-toggle .nav-toggle:hover span,
body:not(.overlay-open) header.sticky~#navbar-toggle .nav-toggle:hover span:before,
body:not(.overlay-open) header.sticky~#navbar-toggle .nav-toggle:hover span:after {
  background-color: #fff;
}


/* ==========================================================================
   Bootstrap Overwrites
   ========================================================================== */

/* Placeholder */
::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder {
  color: #000;
}

:-ms-input-placeholder,
.form-control:-ms-input-placeholder {
  color: #000;
}

::-moz-placeholder,
.form-control::-moz-placeholder {
  color: #000;
  opacity: 1
}

.content-area .form-control::-webkit-input-placeholder {
  color: #444;
}

.content-area .form-control:-ms-input-placeholder {
  color: #444;
}

.content-area .form-control::-moz-placeholder {
  color: #444;
  opacity: 1
}

/* Placeholder */
.donate-control::-webkit-input-placeholder {
  color: #000;
}

.donate-control:-ms-input-placeholder {
  color: #000;
}

.donate-control::-moz-placeholder {
  color: #000;
  opacity: 1
}

.search-control,
.search-control::-webkit-input-placeholder {
  color: #fff !important;
}

.search-control:-ms-input-placeholder {
  color: #fff !important;
}

.search-control::-moz-placeholder {
  color: #fff;
  opacity: 1
}

/* Selector */
::selection {
  background: #ccc;
  color: #000;
}

::-moz-selection {
  background: #ccc;
  color: #000;
}

/* Navigation */
.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  color: #fff;
  background-color: #ff4757;
}

.nav-link {
  padding: .5rem .8rem;
}

.navbar {
  background-color: #f1f2f6;
}

/* Button */
.btn {
  font-family: museo-sans, sans-serif;
  font-weight: normal;
  font-size: 80%;
  border-radius: 0;
  padding: 7px 12px 7px;
  text-transform: uppercase;
  line-height: 1.3;
}

.btn:hover,
.btn:focus {
  color: #fff !important;
  background-color: #886900 !important;
  border-color: #fff !important;
  box-shadow: none !important;
}

.btn-book-alt:hover,
.btn-book-alt:focus {
  color: #fff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}

.btn-primary {
  color: #000;
  background-color: #fff;
  border-color: #fff;
}

.btn-secondary {
  background-color: transparent;
  border-color: #957D0F;
  color: white;
}

.btn-default {
  color: #fff;
  background-color: #957d10;
  border-color: #957d10;
  font-style: normal;
  letter-spacing: 1px;
}

.btn-book {
  color: #fff;
  background-color: #223a3d;
  border-color: #fff;
}

.btn-info {
  color: #223A3C;
  background-color: transparent;
  border-color: #223A3C;
}

.btn-white {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
}

.btn-donate {
  color: #fff;
  border-color: #fff;
}

.btn-icon {
  color: white;
  padding: .5rem .4rem;
  font-size: 110%;
  text-decoration: none !important;
  outline: none;
}

.btn-icon:hover,
.btn-icon:focus {
  opacity: .6;
}

.btn-icon i {
  position: relative;
  top: 1px;
}

.btn-sm {
  min-width: 120px;
}

.btn-sm i {
  font-size: 160%;
  line-height: .3;
  position: relative;
  top: 2px;
  left: -4px;
}

/* Dropdown menu */
ul.dropdown-menu {
  background: #f8f8f8;
  border: 0;
  box-shadow: none;
  font-size: .9rem;
  padding: 0;
  display: block;
  position: absolute;
  top: 100%;
  margin: 0;
  opacity: 0;
  height: 0;
  overflow: hidden;
  transition: all 0.4s !important;
}

/* Dropdown & Sidebar */
ul.dropdown-menu>li {
  width: 100%;
  padding: 0;
}

.drop-down li {
  position: relative;
}

/* Better positioning on last-item dropdown */
.drop-down>li:last-child ul.dropdown-menu {
  right: 0;
  text-align: right;
}

.drop-down>li:hover>ul.dropdown-menu {
  height: auto;
  opacity: 1;
  overflow: auto;
  transition: none;
}

.drop-down>li:hover>ul.dropdown-menu>li {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
}

.dropdown-menu>li>a {
  display: block;
  padding: 8px 10px;
}

#dropdownDates {
  border: 0;
  -webkit-appearance: none;
  display: inline-block;
}

#overlay {
  position: fixed;
  height: 100vh;
  background: #fff;
  width: 100vw;
  padding: 90px 0 0;
  opacity: 0;
  overflow: scroll;
  pointer-events: none;
  transition: all .5s;
  z-index: 1000;
}

body.overlay-open {
  overflow: hidden;
}

body.overlay-open #overlay {
  opacity: 1;
  pointer-events: visible;
}

/* Forms */
.modal-content {
  border-radius: 0;
}
.form-control {
  border: 1px solid #957d10;
  background: none;
  color: #957d10;
  border-radius: 0;
  font-weight: 300;
  padding: 6px 15px;
  line-height: 1.4;
  font-size: .8rem;
  text-transform: none;
}

.form-control:focus {
  color: #957d10;
  background-color: transparent;
  border-color: black;
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .1);
}

.search_wrapper .form-control:focus {
  border-color: transparent;
}

.content-area .form-control:focus {
  color: #000;
}

footer .form-control {
  border: 1px solid #fff;
  color: #fff;
}

/* Sub navigation */
.list-group-item {
  background-color: #223a3d;
  border-radius: 0 !important;
  border: 1px solid rgba(255, 255, 255, .425);
}

.list-group-item a {
  color: #fff;
  letter-spacing: 1px;
  font-weight: 500;
}

.nav.list-group {
  position: relative;
  z-index: 50;
}

.nav.list-group~span {
  background: #886900;
  position: absolute;
  right: -10px;
  top: 10px;
  height: 100%;
  width: 80%;
  z-index: 0;
}

/* Dropdown */
.dropdown {
  display: inline;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #957D0F;
  text-decoration: none;
  background-color: #fff;
}

.dropdown-toggle {
  color: #212529;
  background: white;
  border: 1px solid #ccc;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
  border-radius: 4px;
  font-size: .75rem;
  padding: .4rem 1.2rem;
  position: relative;
  min-width: 175px;
  text-align: left;
}

.dropdown-toggle:hover,
.dropdown-toggle:focus,
.show .dropdown-toggle {
  background-color: #1a2d2f;
  color: white;
}

.dropdown-toggle::after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  content: '\f107';
  display: inline-block;
  width: 15px;
  height: 22px;
  margin-left: 0;
  border: 0;
  top: 50%;
  position: absolute;
  right: 1.1rem;
  transform: translateY(-50%);
  text-align: right;
  font-size: .9rem;
  opacity: .8;
}

.dropdown-menu {
  min-width: 10.9rem;
  font-size: .8rem;
  padding: 0;
  margin: 0;
  transform: translateY(28px) !important;
  background-color: #fff;
  text-align: left;
}

.dropdown-item {
  padding: .35rem 1rem;
}

.dropdown-item:hover,
.dropdown-item:focus {
  color: #957D0F;
}

.dropdown-search {
  color: #223A3C;
  border: 0;
  background: none;
  outline: none;
  padding: 0;
  font-size: 180%;
  line-height: 1.1;
}

.dropdown-search~.dropdown-menu {
  right: 0;
  left: auto;
}

.calendar-wrapper {
  display: inline;
  position: relative;
}

.nav_filters>.nav-item {
  min-width: 100px;
}

.search_wrapper {
  background: #957D0F;
}

.btn-clear {
  background: none;
  border: none;
  color: white;
  font-size: 150%;
}

#collapseSearch form {
  border-bottom: 1px solid #fff;
}


/* ==========================================================================
   Base
   ========================================================================== */

body {
  background: #fff;
  color: #162527;
  font-family: museo-sans, sans-serif;
  font-weight: 300;
  font-style: normal;
}

a {
  color: #223a3d;
}

a:hover,
a:focus {
  color: #886900;
}

a,
input,
button {
  -webkit-transition: .3s all;
  transition: .3s all;
}

p {
  margin-bottom: 20px;
}

img {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  box-shadow: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Bauer Bodoni Pro_1 W01 Bold";
  font-weight: normal;
  letter-spacing: 0;
  font-style: normal;
  margin-top: 0 !important;
  margin-bottom: 30px;
}

h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong {
  font-weight: normal;
}

h1 b,
h2 b,
h3 b,
h4 b,
h5 b,
h6 b {
  font-weight: normal;
}

.heading-font {
  font-family: "Bauer Bodoni Pro_1 W01 Bold";
  font-weight: normal;
  letter-spacing: 1px;
}

.text-gold {
  color: #957D0F;
}

strong {
  font-weight: 700;
}

label {
  font-weight: 700;
}

.box_office_header {
  font-size: 140%;
  line-height: 1.1;
  transition: .3s all;
}

.box_office_header a {
  outline: none;
}

.open .box_office_header a {
  outline: none;
}

.link-back {
  outline: none;
  min-height: 15px;
  font-size: 80%;
}

body:not(.home) .header-gradient {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);
  /* IE6-9 */
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  opacity: .2;
  height: 30vh;
  z-index: 1;
}

#page h1,
#page h2,
#page h3,
#page h4,
#page h5,
#page h6 {
  margin-bottom: 20px;
}

.breadcrumb {
  padding: 0;
  margin-bottom: 2rem;
  list-style: none;
  font-size: .6rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: transparent;
  font-weight: 500;
  border-radius: 0;
}

.breadcrumb span {
  position: relative;
  top: -.1rem;
  left: -.1rem;
}

.breadcrumb li:last-child span {
  display: none;
}

.breadcrumb li {
  opacity: 1;
}

.breadcrumb li:last-child {
  opacity: .6;
}


/* ==========================================================================
   Header
   ========================================================================== */

header {
  color: #fff;
  font-size: 95%;
  padding: 15px 15px 0 70px;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 999;
}

.header::after {
  background-color: #223a3d;
  content: '';
  height: 60px;
  width: 100%;
  position: absolute;
  left: 0;
  opacity: 0;
  transition: ease .3s;
  top: 0;
  pointer-events: none;
  z-index: -1;
}

.header.sticky::after {
  opacity: 1;
}

body.overlay-open .header::after {
  opacity: 0;
}

body.heritage .header::after {
  background-color: #718287;
}

.cta_2020 .btn-donate {
  background-color: transparent;
  border: 0;
  height: 100%;
  font-family: museo-sans, sans-serif;
  padding: 9px 14px 9px;
  letter-spacing: 0;
  font-size: .7rem;
}

.cta_2020 .btn-donate:hover,
.cta_2020 .btn-donate:focus {
  color: #223A3C !important;
  background-color: transparent !important;
}

.cta_2020 .btn {
  padding: .5rem 1.75rem;
  margin: 0 .5em;
  letter-spacing: 1px;
}

.header.sticky .btn-primary {
  background-color: #fff;
  border-color: #fff;
  color: #223A3C;
}

.brand {
  background: url("/img/brand_2020.png") no-repeat top left / contain;
  height: 9.5vw;
  display: block;
  text-indent: -999rem;
  z-index: 999;
  outline: none;
  position: relative;
  min-width: 110px;
  max-width: 190px;
  width: 14vw;
  transition: .2s all; }

body.home header .brand {
  pointer-events: none; }

.header.sticky .brand {
  opacity: 0;
  pointer-events: none;
  display: none !important;
}

.main-nav {
  font-family: "Bauer Bodoni Pro_1 W01 Bold";
  font-size: 1.6vw;
  letter-spacing: 2px;
  margin-bottom: 80px;
}

.nav.main-nav li {
  width: 100%;
  text-align: center;
}

.nav.main-nav li a {
  outline: none;
  display: inline-block;
  text-transform: uppercase;
}
.nav.main-nav li a:hover,
.nav.main-nav li a:focus {
  opacity: .6;} 

.nav.main-nav li a::after {
  background: #967d10;
  content: '';
  width: 35px;
  height: 3px;
  display: block;
  margin: 5px auto 8px;
}

.nav.main-nav li:last-child a::after {
  display: none;
}

#overlay header {
  color: #22393c;
}

#overlay .btn-donate {
  border-color: #22393c;
  color: #22393c;
}

#overlay .btn-primary {
  background-color: #22393c;
  border-color: #22393c;
  color: #fff;
}

#overlay .brand {
  background-image: url("/img/brand_2020_colour.png");
  opacity: 1;
  position: absolute;
}

#overlay .btn-icon,
#overlay .btn-secondary {
  color: #22393c;
}

#overlay .btn-icon:hover {
  color: #957D0F;
}

.overlay-inner {
  position: relative;
  z-index: 998;
}

/* Social */
.main-social {
    margin: 0 auto;
    padding: 0;
    display: table;
}

.main-social li {
  background-color: transparent;
  margin: 0 3px;
  float: left;
}

.main-social li a {
  height: 45px;
  outline: none;
  width: 45px;
  text-indent: -999em;
  padding: 0;
  opacity: 1;
  display: table;
  background-size: contain;
  background-position: center center;
}

.main-social li a:hover,
.main-social li a:focus {
  opacity: .7;
}

/* Social */
a.nav-facebook {
  background: url("../img/icons/social-white/facebook.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0)
}

a.nav-twitter {
  background: url("../img/icons/social-white/twitter.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0)
}

a.nav-googleplus {
  background: url("../img/icons/social-white/google-plus.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0)
}

a.nav-youtube {
  background: url("../img/icons/social-white/youtube.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0)
}

a.nav-instagram {
  background: url("../img/icons/social-white/instagram.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0)
}

a.nav-pinterest {
  background: url("../img/icons/social-white/pinterest.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0)
}

a.nav-flickr {
  background: url("../img/icons/social-white/flickr.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0)
}

a.nav-linkedin {
  background: url("../img/icons/social-white/linkedin.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0)
}

a.nav-vimeo {
  background: url("../img/icons/social-white/vimeo.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0)
}

a.nav-tumblr {
  background: url("../img/icons/social-white/tumblr.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0)
}

a.nav-rss {
  background: url("../img/icons/social-white/rss.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0)
}

/* Icons */
.icon-user {
  display: block;
  height: 32px;
  width: 32px;
  background: url(/img/icons/user-white.svg) no-repeat center / contain;
}

.icon-user:hover {
  background-image: url(/img/icons/user-gold.svg);
}

.icon-arrow {
  display: block;
  height: 20px;
  width: 100%;
  background: url(/img/icons/arrow-down.svg) no-repeat center / contain;
  float: none;
  margin-left: 0;
}

.icon-arrow-right {
  display: block;
  height: 14px;
  width: 11px;
  background: url("/img/icons/arrow-right.svg") no-repeat center / contain;
  float: right;
  margin-left: 6px;
}

.icon-calendar {
  background: url(/img/icons/calendar.svg) no-repeat center / contain;
  display: inline-block;
  height: 20px;
  width: 20px;
  vertical-align: top;
  margin: 0 5px 0 15px;
}

.perf-list__attribute-discount .perf-list__start-date::before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  font-size: 80%;
  content: "\f02c";
  margin-right: .5rem;
  margin-bottom: .5rem;
}

.perf-list__row small {
  line-height: 1.3;
  display: block; }

#overlay .icon-user {
  background-image: url(/img/icons/user.svg);
}

a.scrollLink {
  color: #fff;
  position: absolute;
  bottom: 0;
  z-index: 99;
  left: 50%;
  font-style: italic;
  font-weight: 700;
  font-size: 60%;
  letter-spacing: 1px;
  transform: translate(-50%, -10px);
}

a.scrollLink:hover {
  text-decoration: none;
  opacity: .7;
}

.eventList.table.members-discount::before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Pro", museo-sans, sans-serif;
  font-weight: 900;
  font-size: 90%;
  content: "\f02c   Members Discount Available";
  margin-right: 0;
  margin-bottom: 1rem; }

.table-striped tbody tr {
  border-left: 1px solid #dee2e6;
  border-right: 1px solid #dee2e6; }


/* ==========================================================================
   Footer
   ========================================================================== */

footer {
  background: #223a3d;
  color: #fff;
  font-size: 95%;
  position: relative;
  padding: 35px 20px 15px;
}

footer a {
  color: #fff; }
footer a:hover {
  text-decoration: underline !important; }

.list-sponsors {
  display: table;
  margin: 15px auto 0;
}

.list-sponsors li {
  height: 70px;
  float: left;
}

.list-sponsors img {
  max-height: 50px;
  margin-right: 25px;
}

.mailer_wrapper {
  background: #957D0F;
  color: white;
}

@media only screen and (min-width : 768px) {

  /* Sticky footer */
  html {
    position: relative;
    min-height: 100%;
  }

  body {
    margin-bottom: 0;
  }

  footer {
    position: relative;
    bottom: 0;
    width: 100%;
    height: auto;
  }

}


/* ==========================================================================
   Main Styles
   ========================================================================== */

#page {
  background: #ffffff;
  padding-bottom: 100px;
  font-size: 105%;
}

.highlights {
  background: #162527;
  position: relative;
  min-height: 550px;
}

.well {
  background: #886900;
  margin: 10px auto 0;
  padding: 1.2rem 1.5rem;
  letter-spacing: 2px;
  color: #fff;
}

.well p {
  color: white;
  letter-spacing: 0;
}

.well * {
  margin: 0;
}

#hero {
  min-height: 250px;
  height: 32vw;
  overflow: hidden;
  position: relative;
}

.hero-title {
  position: relative;
  z-index: 50;
}

.hero-title .well {
  position: relative;
  transform: none;
  margin: -2rem 0 1rem;
}

.hero_title_2020 {
  color: #957D0F;
  font-size: 420%;
  max-width: 90vw;
  margin: 0 auto;
  line-height: 1;
}

body.home #hero,
body.project-list #hero {
  min-height: 200px;
  height: auto;
  position: absolute;
  z-index: 50;
  width: 100%;
}

.hero_projects {
  background: #162527;
}

#sidebar {
  font-size: 90%;
}


/* ==========================================================================
   Homepage
   ========================================================================== */

#home {
  padding-bottom: 50px;
}

.news-link {
  color: #162527;
  margin-top: 0;
  display: block;
  margin-bottom: 20px;
  font-size: 80%;
  text-align: center;
  letter-spacing: 1px;
}

.card {
  background: none;
  border: 0;
  margin-bottom: 30px !important;
}

.brick {
  background: #223A3C;
  color: #fff;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.card-full {
  margin-top: 5px !important;
  margin-bottom: 40px !important;
}

.brick-citation {
  font-size: 80%;
  line-height: 1.5;
}

.brick-caption {
  transition: ease .4s;
}

.brick-heading {
  font-family: "Bauer Bodoni Pro_1 W01 Bold It";
}

.brick-inner {
  padding: 1rem;
}

.brick-default .brick-caption {
  margin: 12rem 0 0;
}

.brick-full-width .brick-caption {
  width: 60%;
  padding: 0 40px;
}

.brick-full-width .brick-heading {
  color: #fff;
}

.brick-image {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
  transition: ease .4s;
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
}

.brick:hover .brick-image {
  opacity: .3;
  transform: scale(1.04);
}

.brick-default .brick-image::after {
  content: '';
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
  /* IE6-9 */
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 1;
  transition: all .4s;
  z-index: 0;
}

.brick:hover .brick-image::after {
  opacity: 0;
}

.brick-caption {
  position: relative;
  z-index: 20;
}

.brick-default:hover .brick-caption {
  transform: translate(0, -20%);
}

/* News */
.brick-news .brick-caption {
  margin: 100px 0 0;
  transform: translate(0, 120px);
  transition: ease .4s;
}

.brick-news:hover .brick-caption {
  transform: translate(0, 0);
}

.brick-news-info {
  height: 100px;
  opacity: 0;
  transition: ease .4s;
  position: relative;
}

.brick-news:hover .brick-news-info {
  opacity: 1;
}

.brick-date {
  color: #957d10;
  text-transform: uppercase;
  font-size: 80%;
  font-weight: 700;
}

.brick-news .brick-image::after {
  content: '';
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
  /* IE6-9 */
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 1;
  transition: all .4s;
  z-index: 0;
}

.brick-news:hover .brick-image::after {
  opacity: 0;
}

/* Donate */
.brick.brick_donateMain {
  background: #223a3d;
  padding: 25px;
  height: auto;
}

.brick.brick_donateMain .btn-default {
  font-weight: 500;
}

.form-control.donate-control {
  background: #fff;
  color: #000;
  font-family: museo-sans, sans-serif;
  font-weight: 400;
  font-size: .7rem;
  padding: 6px 10px
}

/* Card New */
.card_inner_2020 {
  background: #886900;
  color: white;
  transition: ease .4s;
  padding: 1rem;
  position: relative;
}

.card_2020 {
  position: relative;
  overflow: hidden;
}

.card_2020:hover .card_inner_2020 {
  background: #162527;
}

.card_2020_involved {
  position: relative;
  overflow: hidden;
  margin-right: 10px;
  margin-bottom: 15px;
  z-index: 10;
  border-left: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

.card_2020_involved .card_inner_2020 {
  background: white !important;
  color: inherit;
}

.card_2020_involved .card_inner_2020::before {
  content: '';
  background: rgb(255, 255, 255);
  background: -moz-linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
  background: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
  height: 60%;
  z-index: 1;
}

.card_2020_involved~span {
  background: #91380B;
  position: absolute;
  right: -10px;
  top: 15px;
  height: 100%;
  width: 80%;
  transition: ease .4s;
  z-index: 0;
}

.card_2020:hover .card_2020_involved~span {
  opacity: .9;
}

.home_get_involved .row .col-12:nth-child(1) .card_2020_title {
  color: #91380B;
}

.home_get_involved .row .col-12:nth-child(2) .card_2020_title {
  color: #A76C4F;
}

.home_get_involved .row .col-12:nth-child(3) .card_2020_title {
  color: #456F5C;
}

.home_get_involved .row .col-12:nth-child(1) .btn-default {
  background-color: #91380B;
  border-color: #91380B;
  color: #fff;
}
  .home_get_involved .row .col-12:nth-child(1) .btn-default:hover {
    background-color: #fff !important;
    border-color: #91380B !important;
    color: #91380B !important;
  }

.home_get_involved .row .col-12:nth-child(2) .btn-default {
  background-color: #A76C4F;
  border-color: #A76C4F;
  color: #fff;
}
  .home_get_involved .row .col-12:nth-child(2) .btn-default:hover {
    background-color: #fff !important;
    border-color: #A76C4F !important;
    color: #A76C4F !important;
  }

.home_get_involved .row .col-12:nth-child(3) .btn-default {
  background-color: #456F5C;
  border-color: #456F5C;
  color: #fff;
}
  .home_get_involved .row .col-12:nth-child(3) .btn-default:hover {
    background-color: #fff !important;
    border-color: #456F5C !important;
    color: #456F5C !important;
  }

.home_get_involved .row .col-12:nth-child(1) .card_2020_involved~span {
  background-color: #91380B;
}

.home_get_involved .row .col-12:nth-child(2) .card_2020_involved~span {
  background-color: #A76C4F;
}

.home_get_involved .row .col-12:nth-child(3) .card_2020_involved~span {
  background-color: #456F5C;
}

.swiper-wrapper .swiper-slide:nth-child(1) .card_2020_title,
.swiper-wrapper .swiper-slide:nth-child(4) .card_2020_title,
.swiper-wrapper .swiper-slide:nth-child(7) .card_2020_title,
.swiper-wrapper .swiper-slide:nth-child(10) .card_2020_title {
  color: #91380B;
}

.swiper-wrapper .swiper-slide:nth-child(2) .card_2020_title,
.swiper-wrapper .swiper-slide:nth-child(5) .card_2020_title,
.swiper-wrapper .swiper-slide:nth-child(8) .card_2020_title,
.swiper-wrapper .swiper-slide:nth-child(11) .card_2020_title {
  color: #A76C4F;
}

.swiper-wrapper .swiper-slide:nth-child(3) .card_2020_title,
.swiper-wrapper .swiper-slide:nth-child(6) .card_2020_title,
.swiper-wrapper .swiper-slide:nth-child(9) .card_2020_title,
.swiper-wrapper .swiper-slide:nth-child(12) .card_2020_title {
  color: #456F5C;
}

.swiper-wrapper .swiper-slide:nth-child(1) .card_2020_involved~span,
.swiper-wrapper .swiper-slide:nth-child(4) .card_2020_involved~span,
.swiper-wrapper .swiper-slide:nth-child(7) .card_2020_involved~span,
.swiper-wrapper .swiper-slide:nth-child(10) .card_2020_involved~span {
  background-color: #91380B;
}

.swiper-wrapper .swiper-slide:nth-child(2) .card_2020_involved~span,
.swiper-wrapper .swiper-slide:nth-child(5) .card_2020_involved~span,
.swiper-wrapper .swiper-slide:nth-child(8) .card_2020_involved~span,
.swiper-wrapper .swiper-slide:nth-child(11) .card_2020_involved~span {
  background-color: #A76C4F;
}

.swiper-wrapper .swiper-slide:nth-child(3) .card_2020_involved~span,
.swiper-wrapper .swiper-slide:nth-child(6) .card_2020_involved~span,
.swiper-wrapper .swiper-slide:nth-child(9) .card_2020_involved~span,
.swiper-wrapper .swiper-slide:nth-child(12) .card_2020_involved~span {
  background-color: #456F5C;
}


/* ==========================================================================
   Project
   ========================================================================== */

#items {
  min-height: 300px;
}

.list-filters {
  text-align: center;
  margin: 10px 0 50px;
}

.option-set {
  margin: 0 auto;
  text-align: center;
  display: table;
  flex-wrap: unset;
}

.option-set li {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
}

.filter li a {
  color: #000;
  padding: 4px 8px;
}

.filter li a:hover,
.filter li a:focus {
  background: #886900;
  color: #fff;
}

.filter li a.selected {
  background: #886900;
  color: #fff;
}

.filter li.active a {
  background: #886900;
  color: #fff;
}

.rel {
  position: relative;
  z-index: 25;
}

.white {
  color: #fff !important;
}

.project-card {
  position: relative;
}
.project-card .project-title {
  min-height: 60px;
}

.card-img-top {
  background: #000;
  position: relative;
  transition: ease .6s;
  z-index: 20;
}
.card-img, .card-img-top {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.project-card:hover .card-img-top {
  opacity: .7;
  transform: scale(1.05);
}

.project-image {
  background: #000;
  position: relative;
  overflow: hidden;
  max-height: 190px;
  z-index: 5;
}
.team-image {
  max-height: 240px;
}

.project-image~span {
  background: #223A3C;
  position: absolute;
  right: -10px;
  top: 10px;
  height: 100%;
  width: 80%;
  z-index: 0;
}

.project-image-alt~span {
  background: #718287;
}

.project-copy {
  padding: 30px 0 20px;
}

.ticket-list {
  position: relative;
  overflow: scroll;
  max-height: 38vw;
  background: #223a3d;
  color: #fff;
  padding: 20px;
}

.ticket-list hr:last-child {
  display: none;
}

body.project-list .hero-title {
  display: none;
}

.event-item .project-image {
  background-color: white;
}

.event-item .project-image~span {
  background: #223A3C;
}

.event-item.cat-classes-workshops {
  color: #A76C4F;
}
.event-item.cat-classes-workshops .project-image ~ span {
  background: #A76C4F;
}

.event-item.cat-classes-workshops .btn-book {
  background-color: #A76C4F;
  border-color: #A76C4F;
}
.event-item.cat-classes-workshops .btn-info {
    color: #A76C4F;
    background-color: transparent;
    border-color: #A76C4F;
}


.event-item.cat-143 {
  color: #A76C4F;
}
.event-item.cat-143 .project-image ~ span {
  background: #A76C4F;
}

.event-item.cat-143 .btn-book {
  background-color: #A76C4F;
  border-color: #A76C4F;
}
.event-item.cat-143 .btn-info {
  color: #A76C4F;
  background-color: transparent;
  border-color: #A76C4F;
}


.event-item.cat-144 {
  color: #1c5a3b;
}
.event-item.cat-144 .project-image ~ span {
  background: #1c5a3b;
}

.event-item.cat-144 .btn-book {
  background-color: #1c5a3b;
  border-color: #1c5a3b;
}
.event-item.cat-144 .btn-info {
  color: #1c5a3b;
  background-color: transparent;
  border-color: #1c5a3b;
}

.event-item.cat-145 {
  color: #91380B;
}
.event-item.cat-145 .project-image ~ span {
  background: #91380B;
}

.event-item.cat-145 .btn-book {
  background-color: #91380B;
  border-color: #91380B;
}
.event-item.cat-145 .btn-info {
  color: #91380B;
  background-color: transparent;
  border-color: #91380B;
}

.eventList.table.table-striped {
  font-size: 95%; }

.bookingLink span {
  color: var(--hero-heading);
  padding: 0;
  text-align: center;
  display: inline-block;
  width: 100%;
  font-weight: 600;
  font-size: 90%; }

.pt-1.m-0.perf-list__start-date {
  padding: 0 !important; }

.perf-list__row .bookingLink {
  max-width: 200px; }

.bookingTime {
  padding: 0 !important; }

.bookingSigned {
  max-width: 150px;
  text-align: right; }

.col-md-8.btn_list_booking {
  width: 100% !important;
  max-width: inherit !important; }

.vuespek-seat-select-component .list-unstyled li {
  float: left;
  padding-right: 1.5rem;
  padding-bottom: 1rem;
  margin: 0; }

.vuespek-seat-select-component .list-unstyled {
    padding-left: 0;
    list-style: none;
    margin: 0 auto;
    display: table; }

.vuespek-seat-select-component .list-unstyled button {
  display: block;
  clear: both; }


/* ==========================================================================
   Memberships
   ========================================================================== */

#accordion button:not(.btn) {
  color: white;
  background: none;
  border: 0;
  border-bottom: 1px solid white;
  font-size: 2rem;
  padding: .5rem 2rem;
  text-align: left;
  width: 100%; }

#accordion .card {
  margin-bottom: 1.5rem !important; }

.card-header {
  border: 0;
  border-radius: 0 !important;
  background: #957D0F;
  padding: 0; }
  .card-header:hover {
    background: #223A3C; }
  .card-header:hover button:not(.btn),
  .card-header button:not(.collapsed) {
    background: #223A3C !important; }

.card-header span {
  font-family: museo-sans, sans-serif;
  font-size: .8rem; }

.card-body {
  background: #223A3C;
  color: white;
  font-size: 110%;
  padding: 2rem 3rem; }

.card-body .btn-lg {
  padding: 1rem;
  margin-bottom: 1rem;
  font-size: 120%;
  width: 100%; }


/* ==========================================================================
   Name a Seat
   ========================================================================== */

.pick_seat { font-size: 78%; }
.pick_seat .btn-default { font-size: .6rem; }
.pick_seat hr { width: 113%; }

.seating_plan { position: relative; }
.pick_seat_plan { font-size: 90%; }

.plan_balcony {
	background: url("/img/demo/balcony_gold.png") no-repeat center / contain;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 1rem;
	opacity: .8;
	transition: all .3s;
	z-index: 20; }

.plan_circle {
  background: url("/img/demo/circle_gold2.png") no-repeat center / contain;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 1rem;
  opacity: .8;
  transition: all .3s;
  z-index: 20; }

.plan_stalls {
  background: url("/img/demo/seat_gold2.png") no-repeat center / contain;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 1rem;
  transition: all .3s;
  opacity: .8;
  z-index: 20; }

.pick_seat_plan .btn-default {
  font-size: .7rem;
  margin-top: 1.15rem;
  padding: 6px 16px;
}

.select-dropdown {
  position: relative;
  background-color: #fff;
  width: auto;
  float: left;
  max-width: 100%;
  border-radius: 0;
  min-width: 170px;
  border: 1px solid #000;
}

.select-dropdown select {
  font-size: .65rem;
  font-weight: 400;
  max-width: 100%;
  padding: 5px 25px 4px 5px;
  border: none;
  line-height: 1.4;
  background-color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
}

.select-dropdown select:active,
.select-dropdown select:focus {
  outline: none;
  box-shadow: none;
}

.select-dropdown::after {
  background: url("/img/demo/dropdown.png") no-repeat center / 40%;
  content: " ";
  position: absolute;
  top: 0;
  margin-top: 0;
  right: 0;
  width: 30px;
  height: 100%;
  border-left: 1px solid #000;
  pointer-events: none; }

.balcony_click {
  color: transparent !important;
  position: absolute;
  cursor: pointer;
  width: 55%;
  height: 85px;
  top: 24%;
  left: 26%;
  z-index: 50; }

.balcony_click:hover ~ .plan_balcony {
	opacity: 1; }

.circle_click {
  position: absolute;
  width: 50%;
  cursor: pointer;
  color: transparent !important;
  height: 60px;
  top: 40%;
  left: 30%;
  z-index: 50; }

.circle_click:hover~.plan_circle {
  opacity: 1; }

.stalls_click {
  color: transparent !important;
  position: absolute;
  cursor: pointer;
  width: 55%;
  height: 60px;
  top: 65%;
  left: 26%;
  z-index: 50; }

.stalls_click:hover~.plan_stalls {
  opacity: 1; }

.seats-img-overlay-wrap {
  position: relative;
  transition: transform 150ms ease-in-out;
}

.seats-img-overlay-wrap img {
  /* <= optional, for responsiveness */
  display: block;
  max-width: 100%;
  height: auto;
}

.seats-img-overlay-wrap svg {
  position: absolute;
  top: 0;
  left: 0;
}

.js-svg-btns {
  overflow: hidden;
  margin-top: 30px;
}

.seat-refresh-btn {
  border: 1px solid #293a3d;
  font-size: 0.8rem;
}

body.dark .seat-refresh-btn {
  border: 1px solid #957d10;
  color: #957d10;
}

.seat-continue-btn {
  background-color: #293a3d;
  color: white;
}

.js-payment .btn {
  background-color: #293a3d;
  color: white;
}

#myModalForSeats .modal-content .modal-footer {
  justify-content: center !important;
}

.myModalForSeats-btn {
  border: 2px solid #293a3d;
  background-color: #293a3d;
  color: white;
}

.js-name-your-seat__back-btn {
  border: 2px solid #293a3d;
  font-size: 0.8rem;
}

.js-name-your-seat__forward-btn {
  background-color: #293a3d;
  color: white;
}

.dedication-back-btn {
  border: 2px solid #293a3d;
  font-size: 0.8rem;
}

.dedication-continue-btn {
  background-color: #293a3d;
  color: white;
}

.seats-bk-img {
  width: 100%;
  height: 100%;
}

.venue-loading-gif {
  margin-left: 50%;
  margin-right: 50%;
}

/*MEMBERSHIP*/

.js-seat-container .seat_band_201AGBHDRLQHNHPHKKMPKLGPMDRDTDMVL {
  fill: green;
}

.js-seat-container .seat_band_1801APGQPRKNVLCHGSKJBCTJKDRMGPLNL {
  fill: green;
}

.js-seat-container .seat_band_401ANPJQJQPQMRSBDNMVNLSPGTRBVQVRH {
  fill: red;
}

.js-seat-container .seat_band_1002AHCBPDSTCNNKTDJHQGSBVHKNHQLMG {
  fill: red;
}

.js-seat-container .seat_band_402AJKCLLRDNMBKMHTCGLBDHJTBPJBDNV {
  fill: rgb(43, 34, 36);
}

.js-seat-container .seat_band_1401AHPQBSMRKMCGHQKGHVQVKCQNVNBKN {
  fill: rgb(43, 34, 36);
}

.js-seat-container .seat_band_601APNNMRMBJQQPBSCNQGQHGKKCRPSSGN {
  fill: rgb(179, 12, 179);
}

.js-seat-container .seat_band_2001AHRPHKQVSMKGSDJKJQJCLGRKHBSVV {
  fill: rgb(179, 12, 179);
}

.js-seat-container .seat_band_801ARDQDDMGGJKKRTNTJBMCCMMBCPQKCR {
  fill: rgb(232, 151, 0);
}

.js-seat-container .seat_band_1201AQKTLDJVPVNVGVNTLHSSDPLSGRGBT {
  fill: rgb(232, 151, 0);
}

.js-seat-container  .seat_band_206AJLMLPRMBCGNKNTGJKJLQRTMRTBBRL {
  fill: green;
}

.js-seat-container  .seat_band_205ADTHSNNCVVSQVHKBHQHBDBGMCCLRNB {
  fill: red;
}

.js-seat-container .seat_band_203ARKCJMKPCDVCCLKDVTQMDDGJSKJVNS {
  fill: rgb(43, 34, 36);
}

.js-seat-container .seat_band_204AMVQJPJQPLKPMLKLBQGRHMGCBDJBQQ {
  fill: rgb(179, 12, 179);
}

.js-seat-container .seat_band_202AVGMPQTQBQRCSGKLRJQMMVGMLJNDVV {
  fill: rgb(232, 151, 0);
}

.status_unavailabile {
  fill: rgb(169, 169, 169) !important;
}

.js-bands svg {
  margin-right: 5px;
  margin-top: -2px;
}

table.js-bands__table th {
  line-height: 1;
  padding-bottom: 1rem;
}

table.js-bands__table th,
table.js-bands__table td {
  vertical-align: top;
}

.js-bands__select select {
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  background-color: #293a3d;
  background-image: url("/img/white_arrow.png");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 13px;
  padding: 5px 80px 5px 5px;
  color: #fff;
  cursor: pointer;
  border-radius: 0;
  margin: 0 0 1rem;
  font-family: 'Lato', sans-serif;
  font-size: 13px;
  line-height: 1.4;
}

.seat {
  cursor: pointer;
}

.seat_selected {
  stroke-width: 2%;
  fill: rgb(59, 230, 12);
  stroke: black;
}

.status_availabile {
  cursor: pointer;
}

.js-seat-confirm__title {
  border-bottom: 2px solid #debe3d;
}

.js-name-your-seat__seats input::-webkit-input-placeholder {
  color: #293a3d;
}

.js-name-your-seat__seats input:-ms-input-placeholder {
  color: #293a3d;
}

.js-name-your-seat__seats input::-moz-placeholder {
  color: #293a3d;
  opacity: 1
}

.js-name-your-seat__seats input {
  border: 1px solid #293a3d;
  color: #957d10 !important;
  outline: none;
}

.name-your-seat-error,
.name-your-seat-warn {
  padding: 5px;
}

.js-name-your-seat__input {
  text-transform: none;
}

/* ==========================================================================
   Mobile First
   ========================================================================== */

@media only screen and (min-width : 768px) {

  body {
    font-size: 14px;
    line-height: 1.3;
  }

  .btn-sm {
    font-size: .5rem;
  }

}

@media only screen and (min-width : 992px) {

  body {
    font-size: 14px;
    line-height: 1.4;
  }

  .btn-sm {
    font-size: .5rem;
  }

}

@media only screen and (min-width : 1200px) {

  .main-nav {
    font-size: 1.5rem;
  }

  .btn-sm {
    font-size: .7rem;
  }

}


@media only screen and (min-width : 1750px) {

  #ultimateSliderFull .sp-layer {
    top: 100vh;
    bottom: auto !important;
    transform: translateY(-100%) !important;
  }

  #ultimateSliderFull .sp-buttons {
    position: absolute !important;
    padding-top: 0;
    bottom: auto !important;
    z-index: 50;
    top: 100vh !important;
    transform: translateY(-175%);
  }

}




/* ==========================================================================
   Media Query
   ========================================================================== */


@media only screen and (max-width : 1199px) {

  .h1,
  h1 {
    font-size: 185%;
  }

  .h2,
  h2 {
    font-size: 155%;
  }

  .h3,
  h3 {
    font-size: 135%;
  }

  .h4,
  h4 {
    font-size: 115%;
  }

  .hero_title_2020 {
    font-size: 3rem;
  }

  .sp-layer {
    font-size: 95%;
  }

  .slider_heading {
    font-size: 420%;
  }

  .brick {
    font-size: 80%;
  }

  .brick-citation {
    font-size: 90%;
  }

  .brick-default .brick-caption {
    margin: 10rem 0 0;
  }

  .brick-news .brick-caption {
    margin: 60px 0 0;
  }

  .brick-news .brick-caption {
    transform: translate(0, 110px);
  }

  .project-copy {
    font-size: 90%;
  }

  .datepicker table {
    border: 0 !important;
    font-size: 0.9em !important;
  }

  .form-inline .form-group {
    max-width: 160px;
  }

  .form-inline .form-control {
    font-size: .7rem;
    width: 100%;
  }

  .nav.main-nav li a::after {
    margin: 5px auto;
  }

  #page {
    font-size: .9rem;
  }

  .well {
    font-size: 120%;
  }

  .well h1 {
    margin: 0 0 5px;
  }

  .brick.brick_donateMain {
    padding: 20px;
  }

  .form-control.donate-control {
    font-size: .6rem;
    padding: 6px 10px;
  }

  .nav_filters>.nav-item {
    min-width: 80px;
  }

  .dropdown-toggle {
    font-size: .7rem;
    min-width: 160px;
  }

  .dropdown-search {
    font-size: 160%;
    line-height: 1.2;
  }

  #accordion button {
    font-size: 1.3rem;
    padding: .6rem 2rem;
  }
  
  .project-image {
    max-height: 160px;
  }
  .team-image {
    max-height: 200px;
  }
  
  .eventList.table.table-striped {
    font-size: 90%; }

}

@media only screen and (max-width : 991px) {

  .highlights {
    min-height: 530px; }
  
  .box_office_header {
    font-size: 95%;
    line-height: 1.6; }
  
  .hero_title_2020 {
    font-size: 2.6rem;
  }

  .sp-layer {
    font-size: 85%;
  }

  .slider_heading {
    font-size: 380%;
    line-height: 1;
  }

  .sp-buttons {
    bottom: 1.4rem !important;
  }

  header {
    font-size: 1rem;
  }

  .main-nav {
    font-size: 1.8vw;
  }

  footer {
    font-size: .6rem;
    padding: 25px 0 15px;
  }

  .list-sponsors li {
    height: 55px;
  }

  .list-sponsors img {
    max-height: 40px;
    margin-right: 20px;
  }

  .main-social li a {
    height: 20px;
    width: 20px;
  }

  .form-control {
    padding: 5px 12px;
    line-height: 1.3;
    font-size: .7rem;
  }

  /* Header */
  .cta_2020 .btn {
    padding: .4rem 1.2rem;
    margin: 0 .5em;
    font-size: 60%;
  }

  .btn-icon {
    padding: .5rem .4rem;
    font-size: 75%;
  }

  #dropdownBasket {
    font-size: 82%; }
  
  /* Brick */
  .brick {
    font-size: 70%;
  }

  .brick-inner {
    padding: .9rem;
  }

  .brick-citation {
    font-size: 100%;
    line-height: 1.3;
  }

  .brick-default .brick-caption {
    margin: 6rem 0 0;
  }

  .col-md-8 .brick-default .brick-caption {
    margin: 10rem 0 0
  }

  .brick-news .brick-caption {
    margin: 40px 0 0;
  }

  .brick-news .brick-caption {
    transform: translate(0, 110px);
  }

  .card-full {
    margin-top: 0 !important;
    margin-bottom: 30px !important;
  }

  .well {
    font-size: 100%;
  }

  /* Icons */
  .icon-user {
    height: 30px;
    width: 30px;
  }

  .btn-icon img {
    max-width: 18px
  }

  .btn-account img {
    max-width: 14px
  }

  #page {
    font-size: .8rem;
  }

  .well {
    font-size: 110%;
  }

  .well h1 {
    margin: 0 0 5px;
  }

  .pick_seat .btn-default {
    font-size: .5rem;
    padding: 6px 10px 6px;
  }

  .select-dropdown {
    min-width: 145px;
  }

  .select-dropdown select {
    font-size: .55rem;
    padding: 6px 25px 4px 3px;
  }

  .pick_seat_plan .btn-default {
    font-size: .6rem;
    margin-top: .9rem;
    padding: 7px 10px;
    margin-left: 20px;
  }

  /* Dropdown */
  .dropdown-toggle {
    padding: .3rem .9rem;
    font-size: .65rem;
    min-width: 140px;
  }

  .dropdown-toggle::after {
    height: 19px;
    right: .7rem;
  }

  .nav_filters>.nav-item {
    min-width: 65px;
  }

  .card-header span {
    display: block;
    width: 92%;
  }

  .card-header i {
    position: absolute;
    top: .6rem;
    right: 1rem;
  }

  .card-body {
    padding: 1.5rem 2rem;
  }
  
  .project-image {
    max-height: 110px; }
  
  .team-image {
    max-height: 170px; }
  
  .project-copy {
    padding: 20px 0 20px; }
  .project-card .project-title {
    min-height: 40px; }
  
  .eventList.table.table-striped {
    font-size: 85%; }
  
}


@media only screen and (max-width : 767px) {

  #overlay .brand {
    display: none;
    height: 80px;
    margin: 3rem 0 0 -2.5rem; }
  
  .dropdownBasket .dropdown-menu::before {
    right: 16px;
    left: auto; }
  
  .dropdownBasket.dropdown:hover > .dropdown-menu {
    font-size: 70%;
    float: right;
    right: 0;
    left: auto; }
  
  #container {
    width: 90vw; }
    #container svg {
      height: 30vh;
      margin-top: -5rem; }
  
  .highlights {
    padding-top: 170px; }
  
  body:not(.home) #wrapper {
    padding-top: 60px; }

  #page {
    font-size: .95rem; }
  
  #sidebar {
    font-size: 95%;
    padding-top: 6rem; }
  
  .sp-layer {
    width: 100% !important; }

  .swiper-button-next {
    color: #fff;
    right: 5px;
    margin-top: -20%; }

  .swiper-button-prev {
    color: #fff;
    left: 5px;
    margin-top: -20%; }

  p { margin-bottom: 15px; }
  .h1, h1 { font-size: 175%; }
  h2 { font-size: 150%; }
  .h3, h3 { font-size: 135%; }
  .h4, h4 { font-size: 120%; }
  .h5, h5 { font-size: 110%; }
  .h2 { font-size: 180%; }
  
  .btn { font-size: 85%; }

  #dropdownDates,
  .events_count {
    font-size: 105% !important; }
  
  .small, small {
    font-size: 75%; }
  
  .project-date.small {
    font-size: 90%; }
  
  .hero_title_2020 {
    font-size: 2.4rem;
    line-height: 1; }

  .cta_2020 {
    width: 115%;
    position: relative;
    left: .75rem; }
  
  .dropdown.dropdownBasket {
    margin-right: 2.5rem; }
  
  .cta_2020 > li { width: 100%; }
  .box_office_header { font-size: 105%; }
  
  .header::after {
    transition: ease .5s;
    height: 60px;
    opacity: 1; }
  
  body.home .header::after {
    height: 180px; }
  
  .header.sticky::after {
    opacity: 1;
    height: 60px !important; }
  
  /* Home */
  .slider_heading {
    font-size: 400%; }

  .card_2020 { overflow: visible; }
  .card_2020_title { font-size: 135%; }
  
  .card_2020_involved~span {
    right: -30px;
    top: auto;
    height: 25%;
    width: auto;
    left: -30px;
    bottom: -1.5rem; }

  body:not(.home) .header-gradient {
    display: none; }

  /* Hero */
  #hero {
    min-height: auto;
    height: auto; }

  .form-inline .form-group {
    max-width: 100%; }

  .background {
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center top;
    background-size: cover; }

  header {
    font-size: 110%;
    padding: .85rem 0rem 0 3.5rem; }

  header .btn-primary {
    margin: 0 0 5px; }

  header .btn {
    min-width: 110px;
    font-size: 10px;
    margin-top: 10px; }

  header .btn-icon {
    margin-left: 0;
    font-size: 105%;
    margin-right: .2rem; }
  
  #dropdownBasket {
    font-size: 110%; }

  .dropdownBasket .btn {
    font-size: 90%; }
  
  #overlay .btn-donate {
    width: 100%;
    margin: 0 0 10px; }
  
  .brand {
    background-position: center;
    height: 120px;
    margin: 0rem auto;
    width: 100%;
    max-width: 100%;
    min-width: 150px;
    display: none;
    left: -5px; }
  
  body.home .brand {
    display: table; }

  .cta_2020 .btn {
    font-size: 70%;
    top: -2px;
    position: relative;  }
  
  .main-nav {
    font-size: 1.3rem;
    line-height: 1.1;
    padding: 0 1rem;
    margin-bottom: 3rem;
    margin-top: 4rem; }

  .nav-width {
    width: 100%; }

  .nav-telephone {
    min-width: auto;
    font-size: 16px;
    margin-left: -23%;
    text-align: right;
    width: 125%;
    margin-top: 36px; }

  .account-link {
    display: inline-block;
    vertical-align: top; }

  .icon-user {
    height: 28px;
    width: 28px;
    left: 3px;
    top: 3px;
    position: relative; }

  #navbar-toggle {
    height: 72px;
    padding: 0px 15px;
    width: 65px; }

  .card-group {
    display: block;
    -ms-flex-flow: column !important;
    flex-flow: column !important;
  }

  .well {
    font-size: 95%;
    margin: 0 auto 0;
    padding: 15px 15px 12px;
  }

  .hero-title .well {
    transform: none;
    margin-bottom: 20px !important;
  }

  .brick-inner {
    padding: 1rem;
  }

  .brick-full-width .brick-caption {
    width: 100%;
    padding: 0;
    text-align: left !important;
    margin-top: 120px;
  }

  .col-md-8 .brick-default .brick-caption { margin: 12rem 0 0; }

  .brick-default .brick-caption { margin: 14rem 0 0; }
  .brick-full-width .brick-image { background-position: 60% top; }

  .brick-caption {
    max-width: 100% !important;
    font-size: 120%; }
    
  .brick-heading { font-size: 200%; }
  .brick-date { font-size: 110%; }
  
  .project-image {
    max-height: inherit; }
  
  .project-image~span {
    right: -7px;
    top: 6px;
  }

  .project-copy {
    font-size: 120%;
    padding: 1rem 0 1rem;
  }

  .option-set {
    text-align: left;
  }

  #page {
    padding-bottom: 30px;
  }

  .news-date {
    font-size: .8rem;
  }

  .btn-book-alt {
    font-size: .7rem;
    margin-bottom: 10px;
  }

  /* Footer */
  footer {
    font-size: 1rem;
  }

  footer .form-group {
    width: 100%;
    display: block;
  }

  footer .btn-primary {
    margin: 0 auto;
  }

  footer .nav-link {
    padding: 0;
  }

  #form {
    max-width: 320px;
  }

  .form-control {
    box-shadow: none !important;
    padding: 10px 15px;
    line-height: 1.3;
    font-size: .9rem;
  }

  .main-social {
    margin: 0px auto 20px;
    padding: 0;
    display: table;
    text-align: center;
  }

  .main-social li {
    margin: 0 10px;
    display: inline-block;
    text-align: center;
  }

  .main-social li a {
    height: 30px;
    width: 30px;
  }

  .sub-footer .nav li {
    width: 100%;
    text-align: center;
    padding: 0 0 10px;
  }

  .highlights {
    min-height: inherit;
  }

  .home-content .h1 {
    font-size: 160%;
  }

  body:not(.home) #wrapper {
    margin: 0;
  }

  #overlay {
    padding: 20px 0 0;
  }

  .pick_seat {
    font-size: 100%;
  }

  .pick_seat hr {
    width: 100%;
  }

  .pick_seat .btn-default {
    font-size: .7rem;
    padding: 7px 12px 7px;
  }

  .select-dropdown {
    min-width: 180px;
  }

  .select-dropdown select {
    font-size: .7rem;
    padding: 7px 25px 5px 3px;
  }

  .pick_seat_plan .btn-default {
    font-size: .8rem;
    margin-top: 1.1rem;
    padding: 7px 14px;
    margin-left: 0;
  }

  /* Dropdown */
  .dropdown-toggle {
    padding: .3rem .9rem;
    font-size: .8rem;
    min-width: 45%;
    margin-bottom: .75rem;
  }

  .nav_filters .dropdown {
    width: 50%;
    float: left;
    padding-right: 1rem;
    margin: 0 !important; }
  
    .nav_filters .dropdown .dropdown-toggle {
    width: 100%; }
  
  .nav_filters>.nav-item {
    min-width: 25px;
  }

  #accordion button,
  .card-body {
    padding: .6rem 1.2rem;
  }
  
  .eventList.table.table-striped {
    font-size: 80%; }

}


/* ======== Spinner ======= */

.spinner {
  pointer-events: none;
  position: absolute;
  top: 2rem;
  width: 100%;
  right: 0;
  left: 0;
}

.spinner_center {
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
}

.sk-fading-circle {
  width: 3em;
  height: 3em;
  position: relative;
  margin: auto;
}

.sk-fading-circle .sk-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sk-fading-circle .sk-circle:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 10%;
  height: 10%;
  background-color: #957D0F;
  border-radius: 100%;
  -webkit-animation: sk-fading-circle-delay 1.2s infinite ease-in-out both;
  animation: sk-fading-circle-delay 1.2s infinite ease-in-out both;
}

.sk-fading-circle .sk-circle-2 {
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}

.sk-fading-circle .sk-circle-3 {
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
}

.sk-fading-circle .sk-circle-4 {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.sk-fading-circle .sk-circle-5 {
  -webkit-transform: rotate(120deg);
  transform: rotate(120deg);
}

.sk-fading-circle .sk-circle-6 {
  -webkit-transform: rotate(150deg);
  transform: rotate(150deg);
}

.sk-fading-circle .sk-circle-7 {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.sk-fading-circle .sk-circle-8 {
  -webkit-transform: rotate(210deg);
  transform: rotate(210deg);
}

.sk-fading-circle .sk-circle-9 {
  -webkit-transform: rotate(240deg);
  transform: rotate(240deg);
}

.sk-fading-circle .sk-circle-10 {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.sk-fading-circle .sk-circle-11 {
  -webkit-transform: rotate(300deg);
  transform: rotate(300deg);
}

.sk-fading-circle .sk-circle-12 {
  -webkit-transform: rotate(330deg);
  transform: rotate(330deg);
}

.sk-fading-circle .sk-circle-2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.sk-fading-circle .sk-circle-3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.sk-fading-circle .sk-circle-4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.sk-fading-circle .sk-circle-5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.sk-fading-circle .sk-circle-6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

.sk-fading-circle .sk-circle-7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.sk-fading-circle .sk-circle-8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.sk-fading-circle .sk-circle-9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.sk-fading-circle .sk-circle-10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

.sk-fading-circle .sk-circle-11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

.sk-fading-circle .sk-circle-12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}

@-webkit-keyframes sk-fading-circle-delay {

  0%,
  39%,
  100% {
    opacity: 0;
  }

  40% {
    opacity: 1;
  }
}

@keyframes sk-fading-circle-delay {

  0%,
  39%,
  100% {
    opacity: 0;
  }

  40% {
    opacity: 1;
  }
}