:root {
  --bs-primary: $primary;
  --bs-dark: $dark;
  --bs-dark-rgb: 42,57,64;
  --bs-secondary: $secondary;
}

@font-face {
  font-family: "Arial";
  font-display: auto;
}
a {
  text-decoration: none;
}

body {
  color: #140F11;
  height: 100%;
  line-height: normal;
  min-width: 300px;
  font-family: "Raleway", Helvetica, Arial, sans-serif;
}
body.noScroll {
  overflow: hidden;
}

.text-alt {
  color: #2D2C28 !important;
}

.invision-form-container input, .invision-form-container textarea {
  font-size: 16px;
}

a:not(.btn):not(.card a):not(.cc-btn) {
  color: #741126;
}
a:not(.btn):not(.card a):not(.cc-btn):hover, a:not(.btn):not(.card a):not(.cc-btn):focus {
  color: unset !important;
}

.red-text {
  color: #741126 !important;
}

.content {
  line-height: 24px;
}
.content h1, .content h4, .content h3, .content h5, .content h6 {
  font-weight: bold;
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  margin-bottom: 1.5rem;
}
.content h2 {
  margin-bottom: 1.5rem;
  font-family: "Raleway", Helvetica, Arial, sans-serif;
}
.content h1, .content h6 {
  text-transform: uppercase;
}
.content h1 {
  font-size: 2.4rem;
  color: #741126;
}
.content ul li:not(.pagination) {
  margin-bottom: 1rem;
}
.content ul li:not(.pagination)::marker {
  color: #741126;
}
.content ul {
  margin-bottom: 1.5rem;
}
.content blockquote {
  background: #F3F3F3;
  position: relative;
  padding: 30px;
  margin: 1.5rem 0;
  border-left: 2px solid #741126;
}
.content blockquote:before {
  font-family: FontAwesome;
  content: "\f10d";
  position: absolute;
  top: 25px;
  left: 10px;
  color: #741126;
}
.content p.lead {
  font-size: 1.2rem;
}
.content table {
  background: #fff;
  margin-bottom: 1.5rem;
}
.content table thead th, .content table thead td, .content table th {
  background: #E6B734;
  font-weight: bold;
  border-bottom: none;
}
.content table th, .content table td {
  padding: 1rem 0.5rem;
}
.content table tr:nth-child(odd) {
  background: #F3F3F3;
}
.content table td {
  border: none;
  vertical-align: middle;
}
.content table tr {
  border: none;
}
.content a:not(.btn):not(.card a):not(.calendar-event) {
  text-decoration: underline;
}

.bg-primary .content {
  color: #fff !important;
}
.bg-primary .content a:not(.btn):not(.card a) {
  color: #F5EACF;
}
.bg-primary .content h1 {
  color: #741126;
}
.bg-primary .content blockquote {
  border-left: 2px solid #F5EACF;
  color: #140F11;
}
.bg-primary .content ul li:not(.pagination)::marker {
  color: #E6B734;
}
.bg-primary .location img {
  filter: brightness(0) invert(1);
}

.event-category {
  margin-right: 5px;
}

.rel-up-2 {
  top: -1rem;
  position: relative;
}

#page {
  min-height: 100vh;
  position: relative;
}

.bg-primary {
  background-color: #741126 !important;
}

.bg-secondary {
  background-color: #F5EACF !important;
}

.bg-accent {
  background-color: #2D2C28 !important;
}

.bg-lighten-2 {
  background-color: rgba(255, 255, 255, 0.2) !important;
}

.bg-darken-2 {
  background-color: rgba(0, 0, 0, 0.2) !important;
}

.bg-darken-6 {
  background-color: rgba(0, 0, 0, 0.6) !important;
}

.title {
  font-weight: 700;
}

.no-border {
  border: none;
}

.vwh-100 {
  width: 100vw !important;
  height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.opacity-100 {
  opacity: 1 !important;
}

div.sticky { /* Safari */
  position: sticky;
  top: 3rem;
}

.no-display {
  display: none;
}

.sm-padd {
  padding-right: 5px;
  padding-left: 5px;
}

.even-space-2 .col:nth-child(1) {
  padding-right: 7px;
}
.even-space-2 .col:nth-child(2) {
  padding-left: 7px;
}

.crispy {
  /* ------------ make shrunken images look crisp again! -------------- */
  image-rendering: -moz-crisp-edges; /* Firefox */
  image-rendering: -o-crisp-edges; /* Opera */
  image-rendering: -webkit-optimize-contrast; /* Webkit (non-standard naming) */
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor; /* IE (non-standard property) */
}

.img-responsive {
  width: 100%;
  max-width: 100%;
}

#cms-bar, #cms-bar-spacer {
  display: none;
  height: 45px !important;
}

ol.breadcrumb {
  list-style: none;
}
ol.breadcrumb li {
  display: inline-block;
}

.invision-form-container input, .invision-form-container textarea, .invision-form-container select, .invision-form-container .btn {
  border-radius: 8px;
}
.invision-form-container .flatpickr.input-group input {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.invision-form-container .flatpickr.input-group .btn {
  position: relative;
  padding: 2px 20px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

@media (min-width: 768px) {
  #cms-bar, #cms-bar-spacer {
    display: block;
  }
}
.pagination .btn.active {
  pointer-events: none;
}

.sitemap-wrap h5 {
  width: 100%;
  background: #ffc107;
  font-size: 1.1rem;
  text-transform: uppercase;
  padding: 10px;
  color: #140F11;
  margin: 0px;
}
.sitemap-wrap ul.sitemap-block {
  list-style: none;
  padding: 25px 0 15px 0;
  display: flex;
  flex-direction: row;
  margin: 0px;
}
.sitemap-wrap ul.sitemap-block li {
  margin-bottom: 15px;
}

.socials {
  color: #fff;
}
.socials a {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease-in-out;
}
.socials a:hover {
  background: #fff;
}
.socials a:hover i {
  color: #741126;
}
.socials i {
  color: #fff;
  font-size: 20px;
}
.socials.red-socials {
  margin-bottom: 1.5rem !important;
}
.socials.red-socials a {
  background: #741126;
  color: #fff;
}
.socials.red-socials a:hover {
  background: #F5EACF;
}
.socials.red-socials a:hover i {
  color: #741126;
}
.socials.red-socials h5 {
  color: #140F11;
}

.event-date {
  position: sticky;
  z-index: 2;
  top: 145px;
  background: #F3F3F3;
}
.event-date .ev-price-summary .row {
  border-bottom: 1px solid #140F11;
  font-size: 16px;
  font-family: "Raleway", Helvetica, Arial, sans-serif;
}

.event-date-time {
  background: #F3F3F3;
  margin-bottom: 1rem;
  overflow: hidden;
  position: relative;
}
.event-date-time.padding-r {
  padding-right: 80px;
}
.event-date-time img {
  width: 15px;
}
.event-date-time .sold-out-bold {
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  position: absolute;
  background: #b92e2a;
  right: -84px;
  top: -25px;
  padding: 43px 15px 5px 15px;
  text-align: center;
  transform: rotate(45deg);
  width: 200px;
  line-height: normal;
}
.event-date-time .dt-avail {
  padding-left: 10px;
  position: relative;
}
.event-date-time .dt-avail:before {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  left: -4px;
  content: "";
  display: inline-block;
  position: relative;
}
.event-date-time .dt-avail.spaces:before {
  background: #48731d;
}
.event-date-time .dt-avail.sold-out:before {
  background: #b92e2a;
}
.event-date-time .dt-avail.low-spaces:before {
  background: #ffd800;
}
.event-date-time i {
  color: #535353;
}
.event-date-time a.btn {
  width: 100%;
}
.event-date-time .e-date-wrap {
  line-height: normal;
}
.event-date-time .e-date-day {
  background: #741126;
  color: #fff;
}
.event-date-time .e-date-date {
  font-size: 22px;
}
@media (min-width: 576px) {
  .event-date-time {
    width: auto;
  }
}

.digitickets-av {
  background: #F3F3F3;
  padding: 0.5rem;
  text-align: left !important;
}
.digitickets-av img {
  width: 200px;
}

.cancelled {
  position: absolute;
  top: 15px;
  left: 15px;
  transition: all ease-in-out 0.5s;
  z-index: 4;
  max-height: 200px;
}

.event-summary {
  background: #F3F3F3;
  padding: 15px 10px;
}
.event-summary .col-1 {
  width: 30px;
}
.event-summary span {
  width: 30px;
  text-align: center;
  display: inline-block;
}

.dates-times {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 5;
  padding: 10px;
  background: #fff;
  box-shadow: 0 -5px 20px rgba(0, 0, 0, 0.1);
}
.dates-times .btn {
  display: block;
}

.contact:not(.location) img {
  filter: brightness(0) invert(1);
}

.event-block .container {
  padding: 0px;
}

@media (max-width: 991.98px) {
  input.form-control {
    font-size: 16px;
  }
  input.form-control#site-search-input {
    padding: 0.5rem 0.75rem;
  }
}
/*---------------------------------------------------------------------------------------------*/
.ofi-wrap {
  width: 50px;
  height: 50px;
  display: inline-block;
}
.ofi-wrap.ie-fix {
  background-size: cover;
  background-position: top left;
}
.ofi-wrap.ie-fix .ofi-img {
  opacity: 0;
}
.ofi-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 0 0;
     object-position: 0 0;
}

html, body {
  font-size: 14px;
}

@media (min-width: 768px) {
  html, body {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  html, body {
    font-size: 16px;
  }
  .content {
    line-height: 1.6;
  }
  .content p, .content ul li:not(.pagination) {
    font-size: 1rem;
  }
}
.no-scroll {
  overflow: hidden;
}

.header-nav {
  font-size: 20px;
  color: #741126;
  font-weight: bold;
  text-transform: uppercase;
  font-family: "Raleway", Helvetica, Arial, sans-serif;
}
.header-nav a {
  transition: 0.5s ease-in-out all;
  position: relative;
}
.header-nav a:after {
  display: block;
  opacity: 0;
  left: 0;
  bottom: -5px;
  height: 2px;
  background: #000;
  content: "";
  transition: 0.5s ease-in-out all;
  width: 100%;
}
.header-nav a:hover {
  color: #000;
}
.header-nav a:hover:after {
  opacity: 1;
}

#main-nav {
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  position: fixed;
  top: 55px;
  width: 100%;
  z-index: 98;
  height: 100vh;
  transition: all ease-in-out 0.5s;
  transform: translateX(200%);
  padding: 0;
}
#main-nav ::-webkit-scrollbar {
  height: 12px;
  width: 6px;
  background: #741126;
}
#main-nav ::-webkit-scrollbar-thumb {
  background: #fff;
  -webkit-border-radius: 1ex;
}
#main-nav ::-webkit-scrollbar-corner {
  background: #741126;
}
#main-nav.open {
  transform: translateX(0);
}
#main-nav ul.navbar-nav {
  height: 65%;
  overflow: scroll;
  width: 98%;
  padding-bottom: 120px !important;
}
#main-nav ul.navbar-nav a:focus, #main-nav ul.navbar-nav a:visited, #main-nav ul.navbar-nav a:active, #main-nav ul.navbar-nav a:hover {
  color: #fff !important;
  outline: none !important;
}
#main-nav ul.navbar-nav li a {
  position: relative;
}
#main-nav ul.navbar-nav li > a:hover {
  color: #fff !important;
}
#main-nav ul.navbar-nav li > a:hover:before {
  opacity: 1;
}
#main-nav ul.navbar-nav li.dropdown > a:after {
  content: "\f107";
  font-family: FontAwesome;
  font-weight: normal;
  transition: all ease-in-out 0.5s;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 15px;
  height: 15px;
}
#main-nav ul.navbar-nav li > a:before {
  position: absolute;
  display: block;
  opacity: 0;
  left: 15px;
  bottom: 0px;
  height: 2px;
  background: #fff;
  content: "";
  transition: all 0.5s ease-in-out;
  width: calc(100% - 15px);
}
#main-nav ul.navbar-nav li.dropdown > a.show:after {
  transform: rotate(180deg);
  transform-origin: 11.5px 12px;
}
#main-nav ul.navbar-nav li > a {
  color: #fff;
  font-size: 25px;
  padding-right: 50px !important;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 12px;
}
#main-nav ul.navbar-nav .dropdown-menu {
  border: none;
  padding: 12px 5px;
  background: none;
}
#main-nav ul.navbar-nav .dropdown-menu .dropdown-item {
  padding: 5px 15px;
  font-size: 18px;
  color: #fff;
}
#main-nav ul.navbar-nav .dropdown-menu .dropdown-item:hover, #main-nav ul.navbar-nav .dropdown-menu .dropdown-item:focus, #main-nav ul.navbar-nav .dropdown-menu .dropdown-item:active {
  background-color: transparent;
}
#main-nav ul.navbar-nav .dropdown-menu ul.child-menu {
  list-style: none;
  padding: 0;
}
#main-nav ul.navbar-nav .dropdown-menu ul.child-menu .dropdown-toggle {
  padding: 5px 0;
  color: #fff;
  font-size: 18px;
  font-weight: normal;
  text-transform: capitalize;
}
#main-nav ul.navbar-nav .dropdown-menu ul.child-menu .dropdown-toggle:after {
  right: 5px;
  top: 6px;
}
#main-nav ul.navbar-nav .dropdown-menu ul.child-menu .dropdown-toggle.show:after {
  transform-origin: 8px 10px;
}
#main-nav ul.navbar-nav .dropdown-menu ul.child-menu .dropdown-menu {
  padding: 0 0 0 10px;
  margin-bottom: 10px;
}
#main-nav ul.navbar-nav .dropdown-menu ul.child-menu .dropdown-menu .dropdown-item {
  font-size: 16px;
}
#main-nav .nav-icons {
  position: absolute;
  right: 20px;
  top: 10px;
}
#main-nav .nav-icons .search-nav {
  margin-right: 10px;
  cursor: pointer;
}
#main-nav .nav-link span img {
  max-width: 20px;
  margin-right: 5px;
}
#main-nav .nav-bits {
  position: absolute;
  bottom: 55px;
  width: 100%;
  left: 0;
}
#main-nav .nav-bits .btn {
  border: 1px solid #fff;
}

.block-nav .navbar {
  padding: 0px;
}
.block-nav ul.navbar-nav {
  width: 100%;
  flex-wrap: wrap;
}
.block-nav ul.navbar-nav li > a {
  background: #343A40;
  color: #fff;
}
.block-nav ul.navbar-nav li.dropdown > a:after {
  background: url("/images/svg/add.svg") no-repeat;
  background-size: contain;
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  right: 30px;
  transition: all ease-in-out 0.5s;
  top: 50%;
  transform: translateY(-50%);
}
.block-nav ul.navbar-nav li.dropdown.show > a:after {
  transform-origin: center center;
  transform: rotate(45deg);
  top: 15px;
}
.block-nav ul.navbar-nav .dropdown-menu {
  position: absolute;
  margin: 0;
  left: 15px;
  width: calc(100% - 30px);
}
.block-nav ul.navbar-nav .dropdown-menu a.dropdown-item {
  padding: 5px 10px;
}
.block-nav ul.navbar-nav .dropdown-menu a:before {
  content: "";
  display: inline-block;
  background: url("/images/svg/arrow_1.svg") no-repeat;
  background-size: contain;
  content: "";
  width: 15px;
  height: 15px;
  margin-right: 15px;
}

#mainNavButton {
  cursor: pointer;
  display: block;
  position: relative;
  text-align: center;
  color: #741126;
  height: 100%;
  padding: 10px 15px;
  font-family: "Raleway", Helvetica, Arial, sans-serif;
}
#mainNavButton #nav-icon {
  width: 30px;
  height: 20px;
  position: relative;
  margin: 0 auto;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
#mainNavButton #nav-icon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #741126;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
@media (min-width: 992px) {
  #mainNavButton {
    background: #741126;
    color: #fff;
  }
  #mainNavButton #nav-icon span {
    background: #fff;
  }
}
#mainNavButton #nav-icon span:nth-child(1) {
  top: 0px;
}
#mainNavButton #nav-icon span:nth-child(2), #mainNavButton #nav-icon span:nth-child(3) {
  top: 8px;
}
#mainNavButton #nav-icon span:nth-child(4) {
  top: 16px;
}
#mainNavButton #nav-icon.open span:nth-child(1) {
  top: 3px;
  width: 0%;
  left: 50%;
}
#mainNavButton #nav-icon.open span:nth-child(2) {
  transform: rotate(45deg);
}
#mainNavButton #nav-icon.open span:nth-child(3) {
  transform: rotate(-45deg);
}
#mainNavButton #nav-icon.open span:nth-child(4) {
  top: 3px;
  width: 0%;
  left: 50%;
}
#mainNavButton .intro-text {
  padding: 20px 0 10px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 30px;
}
#mainNavButton .menu-text {
  font-size: 10px;
  display: block;
  font-weight: bold;
  position: relative;
  top: 4px;
  text-transform: uppercase;
}

/* --------------- Subnavs --------------- */
.card.subnav {
  margin-bottom: 20px;
}
.accordion .card.subnav {
  margin-bottom: 5px;
}

.card.subnav.month-nav .list-group,
.card.subnav.year-month-nav .list-group {
  display: block;
}

.card.subnav.month-nav .list-group-item,
.card.subnav.year-month-nav .list-group-item {
  width: 33.3333333333%;
  float: left;
  padding: 0.5rem 0.25rem;
  text-align: center;
  display: block;
}

.card.subnav.month-nav .list-group-item:nth-of-type(3n+2),
.card.subnav.year-month-nav .list-group-item:nth-of-type(3n+2) {
  border-left: 1px solid rgba(0, 0, 0, 0.125);
  border-right: 1px solid rgba(0, 0, 0, 0.125);
}

.card.subnav.month-nav .list-group-item.current {
  border-bottom: none;
  border-top: 1px solid #ddd;
}

.card.subnav.ymonth-nav .custom-select,
.card.subnav.year-month-nav .custom-select {
  width: 100%;
  font-size: 0.9rem;
  border: 1px solid #ddd;
}

.card.subnav.year-month-nav .custom-select.select-month {
  border-right: none;
}

.card.subnav.sub-nav li.list-group-item {
  width: 100%;
  border: none;
  border-top: 1px solid #ddd;
}
.card.subnav.sub-nav li.list-group-item.open-children > a:after {
  content: "\f107";
  font-family: FontAwesome;
  position: absolute;
  right: 10px;
  top: 8px;
}
.card.subnav.sub-nav li.list-group-item.open-children ul {
  padding: 0px;
  display: none;
  background: #741126;
  width: 100%;
}
.card.subnav.sub-nav li.list-group-item.open-children ul li.list-group-item {
  background: #F5EACF;
}
.card.subnav.sub-nav li.list-group-item.open-children ul li.list-group-item.open-children ul li.list-group-item {
  background: #741126;
}
.card.subnav.sub-nav li.list-group-item.open-children ul li.list-group-item.open-children ul li.list-group-item a {
  color: #fff;
}

.mobile-filters {
  background: #F5EACF;
  margin-bottom: 10px;
  display: flex;
}
.mobile-filters .sub-nav-button {
  padding: 10px;
  cursor: pointer;
  background: #741126;
  display: inline-block;
  color: #fff;
}
.mobile-filters .filter-but {
  padding: 10px;
  cursor: pointer;
  background: #741126;
  display: inline-block;
  color: #fff;
  margin-right: 2px;
}

.sub-navigation {
  display: none;
}

.breadcrumb-back {
  float: left;
  padding: 8px 15px 8px 12px;
  background: #ddd;
  margin-right: 15px;
}

.breadcrumb-back:hover {
  background: #8b898a;
  color: #fff;
}

@media (min-width: 992px) {
  #main-nav {
    width: 50%;
    top: 120px;
  }
  #main-nav.open {
    transform: translateX(100%);
  }
  #main-nav .nav-bits {
    bottom: 120px;
  }
  #main-nav ul.navbar-nav {
    width: auto;
  }
  .sub-navigation {
    display: block !important;
  }
  .mobile-filters {
    display: none;
  }
}
#footer-wrap {
  width: 100%;
  overflow-x: hidden;
}

#footer .website-text {
  border-top: 2px solid #2D2C28;
}
#footer a {
  text-decoration: none;
}
#footer a:not(.socials a) {
  color: #fff;
}
#footer a:not(.socials a):hover {
  text-decoration: underline;
}
#footer .awards img {
  height: 40px;
  width: auto;
  max-width: 100%;
}
@media (min-width: 992px) {
  #footer .awards img {
    height: 80px;
  }
}

#page-encapsulation {
  min-height: 100vh;
  flex-direction: column;
  display: flex;
}

#header-wrap {
  flex: 0 1 auto;
  z-index: 99;
  position: fixed;
  width: 100%;
  top: 0;
  background: #fff;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1019607843);
}

#page-wrap {
  flex: 1 0 auto;
  margin-top: 50px;
}

#footer-wrap {
  flex: 0 1 auto;
}

@media (min-width: 992px) {
  #page-wrap {
    margin-top: 120px;
  }
}
.video-wrap {
  position: relative;
  height: 500px;
  background: none;
}

.video-wrap-full {
  height: auto;
}

.youtube-wrapper {
  position: relative;
  padding-bottom: 56.25%;
}
.youtube-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.vimeo-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
  overflow: hidden;
}

.vimeo-wrapper iframe {
  width: 100vw;
  height: 56.25vw; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
  min-height: 100%;
  /*min-height: 100vh;*/
  min-width: 177.77vh; /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.banner-wrap {
  position: relative;
}
.banner-wrap .s-arrow {
  font-size: 2.5rem;
  color: #fff;
  position: absolute;
  top: 50%;
  cursor: pointer;
}
.banner-wrap .prev {
  left: 10px;
  transform: translateY(-50%);
}
.banner-wrap .next {
  right: 10px;
  transform: translateY(-50%);
}

.banner-gallery .slick-dots {
  bottom: -10px;
}
.banner-gallery .slick-dots li button::before {
  font-size: 15px;
  opacity: 1;
  color: #F5EACF;
}
.banner-gallery .slick-dots li.slick-active button::before {
  color: #741126;
  opacity: 1;
  font-size: 18px;
}
.banner-gallery .lazyload-placeholder {
  background-color: rgb(0, 0, 0) !important;
}
.banner-gallery .lazyload-placeholder img {
  opacity: 0.7 !important;
}

.banner-caption {
  color: #741126;
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  padding: 30px;
  text-align: center;
  font-weight: bold;
  position: relative;
  opacity: 1;
  width: 100%;
  display: block;
}
.banner-caption .banner-title {
  font-size: 2.2rem;
  margin-bottom: 5px;
  display: block;
  text-transform: uppercase;
  line-height: normal;
}

@media (min-width: 768px) {
  .banner-overlay-panel {
    position: absolute;
    right: 15px;
    border: 3px solid #fff;
    top: 35px;
    z-index: 9;
    width: 30%;
  }
  .banner-caption {
    color: #fff;
    padding: 30px;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    position: absolute;
    width: 80%;
    opacity: 1;
  }
  .banner-caption span {
    font-size: 1.8rem;
  }
  .banner-gallery .slick-dots {
    bottom: 30px;
  }
}
@media (min-width: 992px) {
  .banner-caption .banner-title {
    font-size: 2.5rem;
  }
  .no-banner {
    margin-top: 3rem;
  }
}
@media (min-width: 1200px) {
  .banner-wrap .s-arrow.prev {
    left: calc((100vw - 1200px) / 2);
  }
  .banner-wrap .s-arrow.next {
    right: calc((100vw - 1200px) / 2);
  }
}
@media (min-width: 1600px) {
  .banner-wrap .s-arrow.prev {
    left: calc((100vw - 1400px) / 2);
  }
  .banner-wrap .s-arrow.next {
    right: calc((100vw - 1400px) / 2);
  }
}
.btn {
  color: #fff;
  border-radius: 0;
  padding: 15px 40px;
  border: none;
  transition: all ease-in-out 0.5s;
  font-weight: bold;
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}
.btn.btn-default {
  background: #741126;
}
.btn.btn-default:hover {
  background: #F5EACF;
  color: #741126 !important;
}
.btn.btn-secondary {
  background: #F5EACF;
  color: #741126 !important;
}
.btn.btn-secondary:hover {
  background: #F5EACF;
  color: #741126 !important;
}
.btn.btn-primary {
  background: #fff;
  color: #741126;
  border: 1px solid #741126;
}
.btn.btn-primary:hover {
  background: #741126;
  color: #fff !important;
}
.btn.btn-sm {
  padding: 5px 20px;
}

.pagination .btn {
  font-weight: normal;
  padding: 10px 20px;
  background: #F3F3F3 !important;
  color: #140F11 !important;
}
.pagination .btn.active {
  background: #E6B734 !important;
}

.bg-primary .btn.btn-default {
  border: 1px solid #fff;
}

.modal-alert button {
  background: none !important;
  border: none !important;
}
.modal-alert button i {
  background: none !important;
}

.btn-edit-block {
  position: absolute;
  right: 20px;
  z-index: 1;
}

.badge {
  color: #140F11 !important;
  border-radius: 0;
  padding: 6px 15px;
  font-size: 70%;
  font-weight: normal;
}
.badge.badge-primary {
  background: #E6B734;
}
.badge.badge-white {
  background: #F3F3F3;
  color: #140F11;
}

.card-featured {
  background-color: #615f60;
  border-color: #474647;
}
.card-featured .card-header,
.card-featured .card-footer {
  background-color: transparent;
}

.card-hover-featured {
  background-color: #615f60;
  border-color: #474647;
  transition: background-color 0.5s ease-out;
}
.card-hover-featured .card-header,
.card-hover-featured .card-footer {
  background-color: transparent;
}
.card-hover-featured:hover {
  background-color: #7b787a;
}

.card-hover-primary {
  background-color: #741126;
  border-color: #480a17;
  transition: background-color 0.5s ease-out;
}
.card-hover-primary .card-header,
.card-hover-primary .card-footer {
  background-color: transparent;
}
.card-hover-primary:hover {
  background-color: #a01835;
}

.card .list-date {
  position: absolute;
  top: 0;
  right: 0;
}
.card .focuspoint {
  min-height: 140px;
}
.card .focuspoint img {
  transition: transform 0.5s ease-out;
  transform: scale(1);
}
.card:hover .focuspoint img {
  transform: scale(1.1);
}
.card.widget-testimonial {
  border: none;
}
.card a:hover h5, .card a:hover {
  color: unset !important;
}

.card.event-panel {
  background: #fff;
  border: none;
  margin-bottom: 10px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.0784313725);
}
.card.event-panel .event-image {
  background: #000;
  position: relative;
}
.card.event-panel .cancelled {
  width: 180px;
}
.card.event-panel .focuspoint, .card.event-panel .lazyload-placeholder {
  min-height: 140px;
  background-color: #fff !important;
}
.card.event-panel .focuspoint img, .card.event-panel .lazyload-placeholder img {
  transition: all 0.5s ease-in-out !important;
  transform: scale(1);
  opacity: 1;
}
.card.event-panel:hover .focuspoint img, .card.event-panel:hover .lazyload-placeholder img {
  transform: scale(1.1);
  opacity: 0.7;
}
.card.event-panel:hover .btn {
  opacity: 1;
}
.card.event-panel .e-hours {
  position: absolute;
  bottom: 10px;
  left: 10px;
  background: #741126;
  color: #fff;
  padding: 4px;
}
.card.event-panel .ev-details span {
  height: -moz-fit-content;
  height: fit-content;
  display: block;
}
.card.event-panel .ev-details .ev-date {
  color: #fff;
  font-size: 0.8rem;
  line-height: 1.4;
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  text-align: center;
  padding: 4px 12px;
  text-transform: uppercase;
}
.card.event-panel .ev-details .ev-date .from {
  font-size: 0.6rem;
}
.card.event-panel .ev-details .ev-date .eday {
  color: #000;
  font-size: 1.4rem;
}
.card.event-panel .card-title {
  text-transform: uppercase;
  color: #140F11 !important;
  font-weight: bold;
  font-family: "Raleway", Helvetica, Arial, sans-serif;
}

.panels .card {
  border: none;
}
.panels .card .card-title {
  padding: 10px 10px 14px 10px;
  background: #741126;
  opacity: 0.8;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  font-weight: bold;
  font-size: 1.4rem;
  transition: all ease-in-out 0.5s;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 0;
  color: #fff !important;
  font-family: "Raleway", Helvetica, Arial, sans-serif;
}
.panels .card:hover .card-title {
  min-height: 100%;
}

.job-panel {
  background: #F3F3F3;
  font-size: 14px;
  position: sticky;
  top: 150px;
}

.jobs-panel a {
  text-decoration: none !important;
  transition: ease-in-out 0.5s;
  border: 1px solid #ffc107;
  color: #140F11 !important;
}
.jobs-panel a:hover {
  background: #F5EACF;
  border-color: #F5EACF;
}

/* --------------------- News Cards -------------------- */
.card.news-default {
  border: none;
}
.card.news-default .card-body {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0); /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  color: #fff !important;
}
.card.news-default .card-body i {
  position: absolute;
  bottom: 16px;
  right: 10px;
}
.card.news-default .card-title {
  font-weight: bold;
}
.card.news-default .focuspoint img, .card.news-default .lazyload-placeholder img {
  transition: all 0.5s ease-in-out !important;
  transform: scale(1);
  opacity: 1;
}
.card.news-default:hover .focuspoint img, .card.news-default:hover .lazyload-placeholder img {
  transform: scale(1.1);
  opacity: 0.7;
}
.card.news-default:hover .card-body i {
  display: block !important;
}

@media (min-width: 992px) {
  .card.card-horizontal .focuspoint {
    min-height: 280px;
  }
}
.share-popover i {
  font-size: 1.5rem;
}
.share-popover .fa-envelope {
  color: #767676;
}
.share-popover .fa-facebook-square {
  color: #2B65A4;
}
.share-popover .fa-twitter-square {
  color: #00B3F2;
}
.share-popover .fa-linkedin-square {
  color: #0171A3;
}
.share-popover .fa-google-plus-square {
  color: #E35338;
}

.modal:not(.lightbox) .modal-dialog {
  background: #F5EACF;
  position: relative;
  transform: translate(0, -50%) !important;
  top: 50% !important;
  margin: 0 auto !important;
  box-shadow: 5px 5px 20px 0px rgba(0, 0, 0, 0.6);
}
.modal:not(.lightbox) .modal-dialog .modal-header {
  padding: 0;
  border-bottom: none;
}
.modal:not(.lightbox) .modal-dialog .modal-content {
  border: none;
}
.modal:not(.lightbox) .modal-dialog .modal-body {
  padding: 1.5rem;
  background: #fff;
}
.modal:not(.lightbox) .modal-dialog .close {
  position: absolute;
  top: 0.8rem;
  right: 0.8rem;
  z-index: 20;
  font-size: 2rem;
  text-shadow: 1px 1px 0 #000 !important;
}
.modal:not(.lightbox) .modal-dialog .modal-image {
  background: #aaa;
}
.modal:not(.lightbox) .modal-dialog .modal-image .close {
  color: #fff;
}
.modal:not(.lightbox) .modal-dialog h4.modal-title {
  color: #646464 !important;
  margin-bottom: 1rem;
}
.modal:not(.lightbox) .modal-dialog .modal-footer {
  border-top: none;
  background: #e9e9e9;
}
.modal:not(.lightbox) .modal-dialog button:hover {
  cursor: pointer;
}

.modal.times-modal .modal-dialog {
  margin: 5% 0;
  top: 0 !important;
  transform: none !important;
  max-width: 1200px;
  background: none;
}
.modal.times-modal .modal-dialog .modal-body {
  padding: 1.2em;
}
.modal.times-modal .modal-dialog .modal-content {
  position: relative;
  border-radius: 8px;
}
.modal.times-modal .modal-dialog .modal-content .modal-header {
  background: #741126;
  padding: 1rem;
  position: relative;
}
.modal.times-modal .modal-dialog .modal-content .modal-header h4 {
  margin: 0px;
  color: #fff !important;
  text-transform: capitalize;
}
.modal.times-modal .modal-dialog .modal-content .modal-header .close {
  font-size: 40px;
  color: #fff;
  text-shadow: none !important;
  right: 1rem;
  top: 50%;
  cursor: pointer;
  transform: translateY(-50%);
}
.modal.times-modal .modal-dialog .modal-content .modal-header .close span {
  font-size: 2rem;
  position: relative;
  top: 3px;
}
.modal.times-modal .modal-dialog .modal-content .stop-name {
  font-size: 0.8rem;
}
.modal.times-modal .modal-dialog .modal-footer {
  background: none;
}
.modal.times-modal .modal-dialog .modal-footer .btn {
  min-width: 200px;
}
.modal.times-modal .modal-dialog .move-right {
  background: #741126;
  color: #fff;
  position: absolute;
  right: 0px;
  top: 0px;
  height: 100%;
  display: flex;
  align-items: center;
  text-align: center;
  padding: 10px;
}
.modal.times-modal .modal-dialog div.times-table {
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch; /* momentum scrolling, iOS Safari only*/
  margin-left: 144px;
  overflow-y: visible;
  padding: 0;
}
.modal.times-modal .modal-dialog div.times-table table {
  border-collapse: separate;
  border-spacing: 0;
  min-width: 600px;
}
.modal.times-modal .modal-dialog div.times-table table tr:nth-child(even) {
  background: #F3F3F3;
}
.modal.times-modal .modal-dialog div.times-table table tr:nth-child(even) th {
  background: #F3F3F3;
}
.modal.times-modal .modal-dialog div.times-table table tr:nth-child(odd) {
  background: #fff;
}
.modal.times-modal .modal-dialog div.times-table table tr:nth-child(odd) th {
  background: #fff;
}
.modal.times-modal .modal-dialog div.times-table td, .modal.times-modal .modal-dialog div.times-table th {
  margin: 0;
  font-size: 1rem;
  white-space: nowrap;
  padding: 6px;
  text-align: left;
}
.modal.times-modal .modal-dialog div.times-table .headcol {
  position: absolute;
  width: 162px;
  left: 0;
  top: auto;
}
@supports (-webkit-touch-callout: none) {
  .modal.times-modal .modal-dialog div.times-table {
    /* CSS specific to iOS devices */
    margin-left: 0px;
  }
  .modal.times-modal .modal-dialog div.times-table .headcol {
    position: relative;
  }
}
@media (min-width: 768px) {
  .modal.times-modal .modal-dialog div.times-table {
    margin-left: 225px;
  }
  .modal.times-modal .modal-dialog div.times-table td, .modal.times-modal .modal-dialog div.times-table th {
    font-size: 1rem;
  }
  @supports (-webkit-touch-callout: none) {
    .modal.times-modal .modal-dialog div.times-table {
      /* CSS specific to iOS devices */
      margin-left: 0px;
    }
  }
  .modal.times-modal .modal-dialog div.times-table .headcol {
    width: 240px;
  }
  .modal.times-modal .modal-dialog div.times-table table {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .modal.times-modal .modal-dialog .modal-content {
    padding: 1.5rem;
  }
  .modal.times-modal .modal-dialog div.times-table {
    margin-right: 30px;
  }
  .modal.times-modal .modal-dialog div.times-table td, .modal.times-modal .modal-dialog div.times-table th {
    font-size: 0.8rem;
  }
  .modal.times-modal .modal-dialog div.times-table .headcol {
    width: 18em;
  }
  .modal.times-modal .modal-dialog div.times-table.tablefits {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
  }
  .modal.times-modal .modal-dialog div.times-table.tablefits .headcol {
    position: relative;
    width: 11em;
  }
  .modal.times-modal .modal-dialog div.times-table.tablefits table {
    width: 100%;
  }
}

.lightbox-caption em {
  text-transform: none;
  font-style: normal;
}

.ajax-testimonial {
  display: none;
  opacity: 0;
  transition: opacity 2s;
  transition-delay: 3s;
}

.slick-active .ajax-testimonial {
  opacity: 1;
}

/* ---------------------- noui slider ------------------ */
/*! nouislider - 10.0.0 - 2017-05-28 14:52:48 */
.noUi-target, .noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  touch-action: none;
  -moz-user-select: none;
  user-select: none;
  box-sizing: border-box;
}

.noUi-target {
  position: relative;
  direction: ltr;
}

.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

.noUi-connect {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
}

.noUi-origin {
  position: absolute;
  height: 0;
  width: 0;
}

.noUi-handle {
  position: relative;
  z-index: 1;
}

.noUi-state-tap .noUi-connect, .noUi-state-tap .noUi-origin {
  transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

.noUi-base, .noUi-handle {
  transform: translate3d(0, 0, 0);
}

.noUi-horizontal {
  height: 18px;
}

.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  left: -17px;
  top: -6px;
}

.noUi-vertical {
  width: 18px;
}

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  left: -6px;
  top: -17px;
}

.noUi-target {
  background: #FAFAFA;
  border-radius: 4px;
  border: 1px solid #D3D3D3;
  box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
}

.noUi-connect {
  background: #3FB8AF;
  border-radius: 4px;
  box-shadow: inset 0 0 3px rgba(51, 51, 51, 0.45);
  transition: background 450ms;
}

.noUi-draggable {
  cursor: ew-resize;
}

.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}

.noUi-handle {
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #FFF;
  cursor: default;
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;
}

.noUi-active {
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
}

.noUi-handle:after, .noUi-handle:before {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #E8E7E6;
  left: 14px;
  top: 6px;
}

.noUi-handle:after {
  left: 17px;
}

.noUi-vertical .noUi-handle:after, .noUi-vertical .noUi-handle:before {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}

.noUi-vertical .noUi-handle:after {
  top: 17px;
}

[disabled] .noUi-connect {
  background: #B8B8B8;
}

[disabled] .noUi-handle, [disabled].noUi-handle, [disabled].noUi-target {
  cursor: not-allowed;
}

.noUi-pips, .noUi-pips * {
  box-sizing: border-box;
}

.noUi-pips {
  position: absolute;
  color: #999;
}

.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}

.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}

.noUi-marker {
  position: absolute;
  background: #CCC;
}

.noUi-marker-large, .noUi-marker-sub {
  background: #AAA;
}

.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}

.noUi-value-horizontal {
  transform: translate3d(-50%, 50%, 0);
}

.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}

.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}

.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}

.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}

.noUi-value-vertical {
  transform: translate3d(0, 50%, 0);
  padding-left: 25px;
}

.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}

.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}

.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}

.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap;
}

.noUi-horizontal .noUi-tooltip {
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%;
}

.noUi-vertical .noUi-tooltip {
  transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}

/*-------------------------Ride filters---------------------------------*/
.status-table td {
  border-top: 1px solid #ddd;
}

.ride-status {
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  color: #fff;
  display: inline-block;
  font-size: 1.1rem;
  line-height: 1.3rem;
  padding: 0.3rem 0.6rem 0.1rem 0.5rem;
}
@media (min-width: 576px) {
  .ride-status {
    font-size: 1.2rem;
    padding: 0.3rem 0.6rem 0.2rem 0.5rem;
  }
}
@media (min-width: 768px) {
  .ride-status {
    font-size: 1.3rem;
    padding: 0.3rem 0.6rem 0.2rem 0.5rem;
  }
}

.ride-times {
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  color: #2D2C28;
  font-size: 1rem;
  line-height: 0.9rem;
}
@media (min-width: 576px) {
  .ride-times {
    font-size: 1rem;
  }
}
@media (min-width: 768px) {
  .ride-times {
    font-size: 1.1rem;
  }
}
.ride-times span {
  display: block;
  font-size: 85%;
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  color: #666;
  font-weight: bold;
}
@media screen and (min-width: 1200px) {
  .ride-times span {
    display: inline;
  }
}

a.ride-title-link h4 {
  color: #741126 !important;
  transition: color 0.5s;
  font-size: 1.3rem;
}
@media (min-width: 576px) {
  a.ride-title-link h4 {
    font-size: 1.4rem;
  }
}
@media (min-width: 768px) {
  a.ride-title-link h4 {
    font-size: 1.5rem;
  }
}
a.ride-title-link:hover h4 {
  color: #F5EACF !important;
}

.item {
  display: none;
}

.visible {
  display: inline-block !important;
}

.cb-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.no-results {
  display: none;
}

label.filter-cb {
  margin-bottom: 8px;
  padding: 5px;
  display: block;
  width: 100%;
  font-size: 0.9rem;
  font-weight: bold;
  color: #741126;
  border: 1px solid #ddd;
  transition: color 0.5s, border 0.5s, background 0.5s, border 0.5s;
}
label.filter-cb:hover {
  background: white;
  cursor: pointer;
}

input:checked + label {
  background: #F5EACF;
  color: #741126;
  border: 1px solid transparent;
}
input:checked + label:hover {
  background: #F5EACF;
  cursor: default;
}

.height-filter {
  text-align: center;
  padding-left: 40px;
  padding-top: 5px;
}

span.filter-btn {
  background: #ddd;
  padding: 5px 10px;
  transition: color 0.5s, background 0.5s;
}
span.filter-btn:hover {
  background: #7e7b70;
  color: #fff;
  cursor: pointer;
}

h4.card-title {
  font-size: 1.1em;
}

.ride-panels .card-footer small {
  line-height: 0.7rem;
}

.ride-filters {
  border: 1px solid #ddd;
  display: none;
}
.ride-filters .row.filter-row {
  margin-top: 15px;
}

#ride-height-slider {
  margin-top: 10px;
  margin-left: 13px;
}
#ride-height-slider.swap-sides .noUi-tooltip {
  right: initial;
  left: 120%;
}
#ride-height-slider.swap-sides .noUi-handle {
  border: 1px solid #2D2C28;
  background: #2D2C28;
}
#ride-height-slider.swap-sides .noUi-handle:after, #ride-height-slider.swap-sides .noUi-handle:before {
  background: #121210;
}
#ride-height-slider.swap-sides .noUi-pips div:nth-child(12n+2) {
  font-size: 67%;
}
#ride-height-slider.swap-sides .noUi-pips div:nth-child(12n+1) {
  width: 10px !important;
}
#ride-height-slider.swap-sides .noUi-marker, #ride-height-slider.swap-sides .noUi-marker {
  right: 0;
}
#ride-height-slider.swap-sides .noUi-pips {
  right: 200%;
  left: initial;
}
#ride-height-slider.swap-sides .noUi-value {
  right: 20px;
  margin-bottom: 2px;
}

.ride-height-filter .card-body {
  display: none;
}
.ride-height-filter .card-footer {
  border: none;
}

.ride-cats ul li {
  border: 1px solid rgba(0, 0, 0, 0.125) !important;
  background: #fff;
  transition: background 0.5s, color 0.5s;
}
.ride-cats ul li a {
  color: #741126;
  font-weight: bold;
}
.ride-cats ul li:hover {
  background: white;
}
.ride-cats .fa {
  font-size: 20px;
  padding-top: 3px;
}

/*------------------------------------------------------------------------------ */
#minimap-wrap {
  position: relative;
}

#minimap-marker {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/*------------------------------------------------------------------------------ */
.video-banner {
  width: 100%;
  height: 400px;
}

.tv {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: url("http://rs279.pbsrc.com/albums/kk143/faeini1/nosignaltvstaticavatar.gif?w=280&h=210&fit=crop") #888;
  background: #888;
}

.tv .screen {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  margin: auto;
  opacity: 0;
  filter: grayscale(100%);
  transition: opacity 0.5s;
}

#vid-banner.fullscreen .tv .screen {
  filter: none;
}

.tv .screen.active {
  opacity: 0.9;
}

.tv:after {
  content: " ";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 10;
  top: 0;
  left: 0;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAG0lEQVQYV2NkYGD4z8DAwMgABXAGNgGwSgwVAFbmAgXQdISfAAAAAElFTkSuQmCC);
  /*background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAG0lEQVQYV2NkYGD4z8DAwMgABXAGNgGwSgwVAFbmAgXQdISfAAAAAElFTkSuQmCC);*/
  /*background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAIElEQVQYV2NkQAL/////zwjjgzkgABKAcUBsRmQOSAAAIAYQASyLe4sAAAAASUVORK5CYII=);*/
}

.centered-banner-overlay {
  z-index: 11;
}

.centered-banner-overlay {
  display: inline;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 9;
  text-align: center;
}

.strapline {
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
  font-weight: 400;
}

.yt-btn {
  width: 35px;
  height: 35px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  position: relative;
  /*text-align: center;*/
}

.yt-btn i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  color: #fff;
}

.yt-controls {
  z-index: 9999;
  bottom: 0;
  left: 0;
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
}

.yt-controls ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

#hsmap {
  width: 100%;
  height: 560px;
  z-index: 1;
  opacity: 0.01;
  transition: opacity 1s;
}

#map-wrap {
  display: none;
  position: relative;
}
.on-desktop #map-wrap {
  top: -12px;
}
@media screen and (min-width: 1200px) {
  .on-desktop #map-wrap {
    display: block;
    top: 0;
  }
}
#map-wrap #close-map {
  position: absolute;
  top: 0;
  right: 0;
  background: #2D2C28;
  padding: 1px;
  z-index: 2;
  color: #fff;
  width: 50px;
  height: 50px;
  border: none;
  font-size: 2rem;
}

.leaflet-touch .leaflet-control-layers, .leaflet-touch .leaflet-bar {
  border: none !important;
}

.leaflet-control {
  margin-top: 0 !important;
  margin-left: 8px !important;
}

@media screen and (min-width: 768px) {
  .leaflet-control {
    margin-left: 0 !important;
  }
}
.leaflet-touch .leaflet-bar a {
  width: 50px !important;
  height: 50px !important;
  line-height: 50px !important;
  color: #fff !important;
  background: #2D2C28 !important;
  border: none !important;
  border-radius: 0 !important;
  margin-bottom: 3px !important;
}

.leaflet-container a {
  color: #741126 !important;
}
.leaflet-container a:hover {
  color: #fff !important;
}

html.device-ios #map-wrap {
  margin-top: 70px;
}

.hsmarker.style-1 {
  background: url("/images/map-marker-1.png") no-repeat;
}

.hsmarker.style-2 {
  background: url("/images/map-marker-2.png") no-repeat;
}

.hsmarker.style-3 {
  background: url("/images/map-marker-3.png") no-repeat;
}

.hsmarker.style-4 {
  background: url("/images/map-marker-4.png") no-repeat;
}

.hsmarker.style-5 {
  background: url("/images/map-marker-5.png") no-repeat;
}

.hsmarker {
  width: 33px;
  height: 55px !important;
  background-size: 100% !important;
  padding-top: 8px;
  color: #000;
  text-align: center;
  z-index: 700;
  display: inline-block;
}

.marker-list .hsmarker {
  width: 33px;
  height: 55px;
  font-size: 60%;
  font-weight: bold;
  padding-top: 5px;
  padding-left: 1px;
  margin-right: 5px;
}

.marker-list .list-marker:hover {
  color: #000;
  cursor: pointer;
}

#prev-marker, #next-marker {
  width: 50px;
  height: 50px;
  background: #741126;
  border: none;
  color: #fff;
  overflow: hidden;
  font-size: 1.5rem;
}

#hsmap-infopane {
  position: absolute;
  bottom: 0;
  left: 0;
  padding-left: 7px;
  padding-right: 7px;
  width: 100%;
  height: 200px;
  border-top: 3px solid #fff;
  z-index: 800;
  opacity: 0;
  transform: translateY(100%);
  transition: transform 0.5s, opacity 0.5s;
}
@media screen and (min-width: 400px) {
  #hsmap-infopane {
    padding-left: 0px;
    padding-right: 0px;
  }
}
#hsmap-infopane div {
  z-index: 1;
}
#hsmap-infopane .tooltip {
  opacity: 0;
  height: 100%;
}
#hsmap-infopane:after {
  content: " ";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #741126;
  opacity: 1;
  top: 0;
  left: 0;
  z-index: 0;
}
#hsmap-infopane.open {
  transform: translateY(0);
  opacity: 1;
}
#hsmap-infopane .tooltip-img, #hsmap-infopane .tooltip-details {
  opacity: 0;
  color: #fff;
}
#hsmap-infopane .tooltip-img {
  height: 45%;
}
#hsmap-infopane .tooltip-details {
  height: 55%;
}
#hsmap-infopane .tooltip-details h2 {
  font-size: 1.35rem !important;
  color: #fff;
  margin-bottom: 0.5rem;
}
#hsmap-infopane .tooltip-details p {
  padding-right: 60px;
  color: #fff;
  line-height: 1.5rem;
  font-size: 1.1rem;
}
#hsmap-infopane .tooltip-details .btn {
  outline: none;
  position: absolute;
  width: 50px;
  height: auto;
  right: 8px;
  bottom: 8px;
  padding: 4px 6px;
  font-size: 0.75rem;
  white-space: initial;
  line-height: 0.9rem;
}
#hsmap-infopane .tooltip-details .btn span {
  display: none;
}
#hsmap-infopane #tooltip-link {
  display: none;
}
#hsmap-infopane .close-btn {
  display: inline-block;
  position: absolute;
  top: -43px;
  right: 0;
  color: #fff;
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 1.7rem;
  padding-top: 6px;
  transition: color 0.5s, background 0.5s;
}
@media screen and (min-width: 400px) {
  #hsmap-infopane .close-btn {
    padding-top: 4px;
  }
}
@media screen and (min-width: 576px) {
  #hsmap-infopane .close-btn {
    padding-top: 2px;
  }
}
@media screen and (min-width: 768px) {
  #hsmap-infopane .close-btn {
    padding-top: 0px;
  }
}
#hsmap-infopane .close-btn:hover {
  background: #fff !important;
  color: #2D2C28 !important;
  cursor: pointer !important;
}

@media screen and (min-width: 400px) {
  #hsmap-infopane .tooltip-img, #hsmap-infopane .tooltip-details {
    height: 100%;
  }
  #hsmap-infopane .tooltip-details .btn {
    outline: none;
    position: absolute;
    width: calc(100% - 32px);
    left: 15px;
    bottom: 15px;
    padding: 8px 6px;
    font-size: 1rem;
  }
  #hsmap-infopane .tooltip-details p {
    padding-right: 0px;
  }
  #hsmap-infopane .tooltip-details .btn span {
    display: inline;
  }
}
@media screen and (min-width: 1200px) {
  #hsmap-infopane {
    bottom: 0;
    left: initial;
    right: 0;
    width: 300px;
    height: 100%;
    transform: translateX(100%);
    border-top: none;
  }
  #hsmap-infopane .tooltip-img, #hsmap-infopane .tooltip-details {
    height: 50%;
  }
  #hsmap-infopane.open {
    transform: translateX(0);
  }
  #hsmap-infopane .close-btn {
    top: 0;
    left: -40px;
    right: initial;
    width: 40px;
    height: 40px;
  }
}
#ride-select {
  opacity: 0;
  transition: opacity 0.5s;
}
#ride-select.active {
  opacity: 1;
}

.dropup .dropdown-toggle {
  display: block;
  width: 100%;
  text-align: left;
  height: 50px;
}
.dropup .dropdown-toggle::after {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-10%);
}
.dropup .dropdown-menu {
  width: 100%;
  background: #F5EACF;
  color: #741126;
}
.dropup .dropdown-item {
  padding: 3px 1rem;
}
.dropup .mob-marker-list-group {
  display: none;
}

#cat-select {
  width: 100px;
}

#cat-select .dropdown-toggle, #ride-select .dropdown-toggle {
  padding-left: 8px;
  font-size: 0.9rem;
  padding-top: 11px;
  color: #741126;
}
#cat-select .dropdown-toggle small, #ride-select .dropdown-toggle small {
  display: block;
  font-size: 70%;
  font: "Raleway", Helvetica, Arial, sans-serif;
}

#map-wrap {
  display: none;
  position: relative;
}

.on-desktop #map-wrap {
  top: -12px;
}

@media screen and (min-width: 1200px) {
  .on-desktop #map-wrap {
    display: block;
    top: 0;
  }
}
#ride-type-accordion .card-header {
  background: #741126;
}
#ride-type-accordion .card-header a {
  color: #fff;
}
#ride-type-accordion .card-header a:hover {
  color: #F5EACF;
}
#ride-type-accordion .cat-group {
  margin-bottom: 10px;
}

.faq-qa-group {
  background: none;
}
.faq-qa-group .card {
  margin-bottom: 6px;
}
.faq-qa-group .card-header {
  background: none;
  padding: 0;
  border: none;
}
.faq-qa-group .card-header.open a {
  background: #E6B734;
}
.faq-qa-group .card-header.open a i {
  transform: translateY(-50%) rotate(45deg);
  color: #fff;
}
.faq-qa-group .card-header.open a:hover {
  background: #fff;
}
.faq-qa-group .card-header h5 {
  border: none;
}
.faq-qa-group .card-header a {
  display: block;
  font-size: 1rem;
  color: #140F11;
  font-weight: bold;
  position: relative;
  padding: 20px 60px 20px 15px;
  border: 1px #E6B734 solid;
  transition: all ease-in-out 0.5s;
}
.faq-qa-group .card-header a:hover {
  background: #F5EACF;
  border-color: #F5EACF;
}
.faq-qa-group .card-header a:hover i {
  color: #E6B734;
}
.faq-qa-group .card-header a i {
  position: absolute;
  right: 15px;
  font-size: 2.3rem;
  top: 50%;
  color: #E6B734;
  transform: translateY(-50%);
}
.faq-qa-group .card-body.content a:not(.btn) {
  color: #741126;
  text-decoration: underline;
}
.faq-qa-group .collapse.show {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}

.faq-accordion .card {
  border: none;
}

.faq-qa-group .card-header {
  transition: background 0.5s;
}

.faq-qa-group .card-header.open {
  background: #F5EACF;
}

.faq-accordion .collapse {
  display: none;
}

.list-row .featured-listing {
  background: #ccc !important;
}
.list-row .list-img {
  min-height: 150px;
}
.list-row .list-date {
  position: absolute;
  bottom: 0px;
  left: 0px;
  display: block;
  color: #ffffff;
  text-align: center;
}
.list-row .list-date span {
  display: block;
}
.list-row .list-description span {
  display: flex;
}
.list-row .list-description span.btn {
  display: inline-block;
  border: 1px solid #741126;
}

.filter-wrap {
  position: relative;
  overflow: hidden;
}
.filter-wrap .listing-filters {
  position: fixed;
  right: -100%;
  top: 0px;
  height: 100%;
  width: 90%;
  background: #fff;
  border-left: 5px solid #ccc;
  transition: all 0.5s ease-in-out;
  z-index: 999;
  padding: 15px;
}
.filter-wrap .listing-filters.filter-open {
  right: 0px;
}
.filter-wrap .listing-filters .apply-filter {
  cursor: pointer;
}

.over-scroll {
  overflow-x: scroll;
  padding-bottom: 10px;
}

.features div:nth-child(odd) {
  background-color: #741126;
}

.pricing .annual {
  display: none;
}

@media (min-width: 992px) {
  .flipped .list-col:nth-of-type(1) {
    order: 2;
  }
  .flipped .list-col:nth-of-type(2) {
    order: 1;
  }
  .filter-wrap {
    position: relative;
  }
  .filter-wrap .listing-filters {
    position: relative;
    right: auto;
    height: auto;
    width: 100%;
    background: none;
    z-index: 1;
    padding: 0px;
    border: none;
  }
  .over-scroll {
    overflow-x: unset;
    padding-bottom: 0px;
  }
}
.schedule {
  position: relative;
  width: 100%;
}
.schedule .s-wrap {
  position: relative;
  padding: 10px;
  color: theme-color("primary");
}
.schedule h4 {
  text-align: center;
  font-weight: 600;
}
.schedule .btn {
  display: block;
  width: 100%;
}
.schedule .time {
  background: #741126;
  padding: 6px;
  color: theme-color("light");
  width: 120px;
  display: inline-block;
  margin-right: 10px;
  text-align: center;
}

.s-times {
  padding: 10px;
  display: block;
  color: #fff;
  background: #741126;
  width: 100%;
  text-align: center;
}

@media (min-width: 992px) {
  .schedule {
    position: absolute;
    right: 15px;
    border: 3px solid #fff;
    top: 35px;
    z-index: 9;
    width: 30%;
  }
}
.main-img .focuspoint {
  min-height: 250px;
}
.main-img .media-wrap .media-credit {
  right: 0px;
}

.media-credit {
  position: absolute;
  bottom: 0px;
  right: 0px;
  background-color: rgba(0, 0, 0, 0.7);
  font-size: 0.7rem;
  padding: 4px 7px;
  color: #FFF;
}

.galleries img.img-fluid {
  width: 100%;
}
.galleries a {
  display: block;
  position: relative;
}
.galleries a.last-item span.more-overlay {
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.galleries a.last-item span.more-overlay span {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0px;
  margin-top: -15px;
  color: #fff;
  font-size: 2em;
  text-align: center;
  display: flex;
  align-items: baseline;
  justify-content: center;
}
.galleries a.last-item span.more-overlay span i {
  margin-right: 5px;
  font-size: 22px;
}

.news-gallery .galleries {
  margin-top: 0;
}

.lightbox {
  background: rgba(0, 0, 0, 0.8);
}
.lightbox .btn-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  padding: 0 !important;
  height: 30px;
  float: none;
  z-index: 3;
  position: absolute;
  top: 40px !important;
  right: 15px !important;
  background: rgba(0, 0, 0, 0.5) !important;
  font-size: 24px;
  color: #fff;
  opacity: 1;
  text-shadow: none;
  font-weight: 300;
  border-radius: 50%;
}
.lightbox .btn-close svg {
  position: relative;
  display: block;
  width: 12px;
  top: 0px !important;
}

.page-banners .banner-wrap {
  width: 100%;
  background: theme-color("light") no-repeat center center;
  background-size: cover;
}
.page-banners .banner-wrap.init {
  min-height: 500px;
  filter: blur(10px);
  -webkit-filter: blur(10px);
  -moz-filter: blur(10px);
  -o-filter: blur(10px);
  -ms-filter: blur(10px);
}
.page-banners .media-wrap {
  position: relative;
}
.page-banners .media-credit {
  width: auto;
}
.page-banners .slick-slide {
  position: relative;
}
.page-banners .banner-link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}
.page-banners .slick-prev {
  left: 25px;
  z-index: 1;
}
.page-banners .slick-next {
  right: 25px;
}

@media (min-width: 992px) {
  .main-img .focuspoint {
    min-height: 400px;
  }
}
.block-media {
  position: relative;
}
.block-media .play-icon {
  color: #ffffff;
  font-size: 90px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.accordian-images div.accordian-image {
  position: relative;
  display: none;
}

.accordian-images div.accordian-image:first-child {
  display: block;
}

.cms-block {
  margin-bottom: 5rem !important;
}
.cms-block .content h3 {
  font-weight: normal;
  font-size: 2rem;
}
.cms-block ul.downloads a {
  width: 100%;
  color: #140F11;
  font-weight: bold;
  background: #fff;
  padding: 15px 60px 15px 15px;
  border: 1px solid #E6B734;
  position: relative;
  transition: all 0.5s ease-in-out;
}
.cms-block ul.downloads a:hover {
  background: #F5EACF;
  border-color: #F5EACF;
}
.cms-block ul.downloads a:hover i {
  color: #fff;
}
.cms-block ul.downloads a img {
  position: absolute;
  right: 8px;
  top: 0px;
  width: 50px;
}
@media (min-width: 992px) {
  .cms-block ul.downloads a {
    padding: 20px 30px;
  }
  .cms-block ul.downloads a img {
    right: 25px;
    top: 5px;
  }
}

.navigation {
  height: 55px;
  z-index: 9;
  position: relative;
}
.navigation .fa-search {
  font-size: 2rem;
  cursor: pointer;
  color: #741126;
}
.navigation .fa-search.search-hover {
  padding: 10px;
}
.navigation .fa-search.search-hover:hover {
  background: #F5EACF;
}

a.logo {
  display: block;
  width: 120px;
}
a.logo img {
  width: 120px;
}

#cms-bar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 30px;
  margin-bottom: 30px;
  z-index: 99;
  background: #333;
  border-bottom: 1px solid #ddd;
  padding: 3px 15px;
  font-size: 12px;
  color: #fff;
}
#cms-bar a {
  float: right;
  margin-left: 10px;
  display: inline-block;
  padding: 10px;
}
#cms-bar a.cms-dash {
  float: left;
}
#cms-bar .user {
  display: inline-block;
  padding: 10px;
}
#cms-bar .user {
  font-weight: bold;
  margin-left: 10px;
}
#cms-bar #cms-bar-close {
  cursor: pointer;
}
#cms-bar #cms-bar-close i {
  font-size: 1.6em;
}

#cms-bar-spacer {
  width: 100%;
  height: 30px;
}

#site-search-bar {
  position: fixed;
  width: 100vw;
  top: 55px;
  display: none;
  right: 0;
}
#site-search-bar .fa-search {
  color: #fff;
  width: 100%;
  font-size: 1rem;
}
#site-search-bar .search-but {
  border-radius: 0;
}
#site-search-bar .search-but:hover {
  background: #000;
}
#site-search-bar #site-search-input {
  border-color: #741126;
}
#site-search-bar .site-search-ajax-results-wrap {
  background: #fff;
}
#site-search-bar .site-search-ajax-results-wrap #site-search-ajax-results {
  text-align: center;
  background: #fff;
}
#site-search-bar .site-search-ajax-results-wrap #site-search-ajax-results .results, #site-search-bar .site-search-ajax-results-wrap #site-search-ajax-results .search-result {
  padding: 20px;
  text-align: left !important;
}

@media (min-width: 992px) {
  .navigation {
    height: 120px;
  }
  a.logo {
    width: 190px;
  }
  a.logo img {
    width: 190px;
    position: absolute;
    top: -6px;
    left: 0;
  }
  #site-search-bar {
    top: 0;
    right: 20px;
    position: absolute;
    height: 100%;
    width: 100%;
  }
  #site-search-bar #site-search-input, #site-search-bar .search-but {
    height: 52px;
  }
}
.page-banners .container {
  position: relative;
}

[data-slick] {
  display: none;
}

[data-slick].slick-initialized {
  display: block;
}

.centered-banner-overlay {
  display: inline;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 9;
  text-align: center;
}
.centered-banner-overlay img {
  margin: 15px;
}

.strapline {
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
  font-weight: normal;
  margin: 15px;
}

.collapse {
  visibility: hidden;
}

.collapse.show {
  visibility: visible;
  display: block;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-property: height, visibility;
  transition-duration: 0.35s;
  transition-timing-function: ease;
}

.cal-date {
  font-size: 20px;
  color: #fff;
}

.cal-date-single {
  font-size: 24px;
  color: #fff;
}

.vision-calendar {
  width: 100%;
}
.vision-calendar .slick-arrow {
  top: 26px;
  width: 40px;
  height: 40px;
}
.vision-calendar .slick-arrow:before {
  color: #F5EACF;
  font-size: 35px;
  opacity: 1;
  font-family: FontAwesome;
}
.vision-calendar .slick-arrow.slick-prev {
  left: 15px;
  z-index: 1;
}
.vision-calendar .slick-arrow.slick-prev:before {
  content: "\f104";
}
.vision-calendar .slick-arrow.slick-next {
  right: 15px;
}
.vision-calendar .slick-arrow.slick-next:before {
  content: "\f105";
}
.vision-calendar .slick-arrow.slick-disabled {
  display: none !important;
}
.vision-calendar table {
  position: relative;
}
.vision-calendar table .we {
  background: #741126;
  color: #fff;
}
.vision-calendar table td {
  text-align: center;
  max-width: 35px;
  border: none;
}
.vision-calendar table thead {
  background: #741126;
  border-top: 1px solid #fff;
  position: relative;
}
.vision-calendar table thead td {
  font-weight: bold;
  color: #741126;
}
.vision-calendar table td.day {
  position: relative;
  padding: 4% 10px 0 10px;
}
.vision-calendar table td.day .bg {
  width: 98%;
  height: 98%;
  position: absolute;
  left: 1%;
  right: 1%;
  bottom: 1%;
  top: 1%;
  z-index: 0;
  cursor: pointer;
  background: #F3F3F3;
}
.vision-calendar table td.day .closed {
  display: none;
  background: #000;
  font-size: 0.7rem;
  padding: 3px 8px;
  color: #fff;
  transition: opacity ease-in-out 0.5s;
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 4px;
  z-index: 1;
}
.vision-calendar table td.day .closed:after {
  content: "";
  position: absolute;
  pointer-events: none;
  bottom: -15px;
  left: calc(50% - 10px);
  border: 10px solid transparent;
  border-bottom-color: transparent;
  border-bottom-color: transparent;
  border-bottom-color: #000;
  transform: rotate(180deg);
  z-index: -1;
}
.vision-calendar table td.day:hover .closed {
  display: block;
  opacity: 1;
}
.vision-calendar table td.day .num {
  z-index: 2;
  position: relative;
}
.vision-calendar table td.day.has-attachments {
  cursor: pointer;
  color: #666;
}
.vision-calendar table td.day.has-attachments .bg {
  background: #ccc;
}
.vision-calendar table td.day.day.out-of-bounds {
  opacity: 0.5;
}
.vision-calendar table td.day.is-past, .vision-calendar table td.day.is-past .bg {
  opacity: 0.3;
  cursor: default !important;
}
.vision-calendar .slick-list {
  overflow-y: scroll;
  margin: 0 -10px;
}
.vision-calendar .slick-slide {
  margin: 0 10px;
}
.vision-calendar .tooltip > .tooltip-inner {
  background: #fff;
  color: #333;
  padding: 15px;
  border: 1px solid #ddd;
  border-radius: 0;
}
.vision-calendar .tooltip > .tooltip-inner:after, .vision-calendar .tooltip > .tooltip-inner:before {
  border-left-color: transparent !important;
  border-right-color: transparent !important;
}
.vision-calendar .tooltip.bs-tether-element-attached-bottom .tooltip-inner::before, .vision-calendar .tooltip.tooltip-top .tooltip-inner::before {
  border-top-color: #fff;
}
.vision-calendar .tooltip .date-stripe {
  width: 100%;
  height: 2px;
}
.vision-calendar .tooltip.show {
  opacity: 1;
}

.cal-title h5 {
  color: #fff;
  margin: 5px 0px !important;
}

.bg-white {
  background: #fff;
}

.cal-event-list {
  font-size: 1em;
}

.calendar-key .cal-key {
  width: 35px;
  height: 35px;
  min-width: 35px;
  text-align: center;
  display: inline-block;
  padding-top: 12px;
  font-weight: bold;
  margin-right: 20px;
}
.calendar-key .cal-key.k-event {
  background: #ccc;
  padding-top: 9px;
}

.modal.calendar-details {
  overflow: hidden;
  background: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, 0.2));
}
.modal.calendar-details .modal-dialog {
  --bs-modal-width: 100%;
  position: absolute;
  box-shadow: none;
  bottom: 0;
  top: 10% !important;
  width: 100%;
  background: #fff;
  border-top-right-radius: 24px;
  border-top-left-radius: 24px;
  transform: none !important;
  height: calc(100vh - 10%) !important;
}
.modal.calendar-details .modal-dialog .cal-data, .modal.calendar-details .modal-dialog .modal-content, .modal.calendar-details .modal-dialog .cal-title {
  background: #fff;
  border-top-right-radius: 24px;
  border-top-left-radius: 24px;
}
.modal.calendar-details .modal-dialog .cal-deets-wrap {
  position: relative;
  max-height: 80vh;
  min-height: 300px;
  overflow-y: auto;
}
.modal.calendar-details .modal-dialog .cal-deets-wrap .d-shadow {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;
  background: rgba(0, 0, 0, 0); /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.modal.calendar-details .cal-title {
  font-weight: bold;
  position: relative;
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal.calendar-details .cal-title i {
  position: absolute;
  cursor: pointer;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.modal.calendar-details .digitickets-av {
  background: #F3F3F3;
  padding: 0.5rem;
  text-align: left !important;
}
.modal.calendar-details .digitickets-av img {
  width: 200px;
}

.modal.times-modal .modal-dialog {
  position: absolute;
  box-shadow: none;
  bottom: 0;
  width: 100%;
}

.animate-bottom {
  animation: animatebottom 0.4s;
}

@keyframes animatebottom {
  from {
    bottom: -300px;
    opacity: 0;
  }
  to {
    bottom: 0;
    opacity: 1;
  }
}
.cal-title {
  color: #fff;
  text-transform: uppercase;
  background: #F5EACF;
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  padding-bottom: 0.5rem;
  margin: 0;
  font-size: 1.3rem;
}

.day-header {
  background: #F5EACF;
  color: #ffc107;
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}

.bg-white {
  background: #fff;
}

.cal-event-list {
  font-size: 1em;
  padding-top: 5px;
  color: #140F11 !important;
}
.cal-event-list a:not(.btn) {
  position: relative;
  color: #140F11 !important;
  border-bottom: 1px solid #e5e5e5;
}
.cal-event-list a:not(.btn) .c-circle {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #e5e5e5;
}
.cal-event-list a:not(.btn) .e-time img {
  width: 15px;
}
.cal-event-list a:not(.btn) h6 {
  text-transform: capitalize;
}
.cal-event-list i.fa-hourglass-half {
  color: #535353;
  width: 18px;
  padding-left: 2px;
}
.cal-event-list .btn.btn-default {
  border: 1px solid #741126;
}
.cal-event-list .sold-out-button .btn {
  width: 100%;
}
@media (min-width: 992px) {
  .cal-event-list .sold-out-button .btn {
    width: auto;
  }
}
.cal-event-list .dt-avail {
  padding-left: 10px;
  position: relative;
}
.cal-event-list .dt-avail:before {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  left: -4px;
  content: "";
  display: inline-block;
  position: relative;
}
.cal-event-list .dt-avail.spaces:before {
  background: #48731d;
}
.cal-event-list .dt-avail.sold-out:before {
  background: #b92e2a;
}
.cal-event-list .dt-avail.low-spaces:before {
  background: #ffd800;
}
.cal-event-list .tab-wrapper {
  overflow: hidden;
}
.cal-event-list .tab-wrapper .dt-status:not(.sold-out) {
  display: none;
}
.cal-event-list .tab-wrapper .sold-out {
  background: #b92e2a;
  width: 100px;
  height: 50px;
  color: #fff;
  position: absolute;
  top: -8px;
  left: -33px;
  text-align: center;
  transform: rotate(-45deg);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 25px 6px 12px 6px;
  line-height: normal;
  font-size: 12px;
}

@media (min-width: 992px) {
  .calendar-key .cal-key {
    width: 40px;
    height: 40px;
    min-width: 40px;
  }
  .cal-date-single {
    font-size: 30px;
  }
  .single .vision-calendar table td.day .num {
    font-size: 22px;
  }
  .modal.calendar-details {
    height: 100% !important;
  }
  .modal.calendar-details .modal-dialog {
    width: 950px;
    transform: translateY(-45%) !important;
    height: auto !important;
    top: 50% !important;
    max-width: 100%;
    position: relative;
    border-radius: 0;
    max-height: 100%;
  }
  .modal.calendar-details .modal-dialog .modal-content, .modal.calendar-details .modal-dialog .cal-data, .modal.calendar-details .modal-dialog .cal-title {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
  }
  .modal.times-modal {
    top: 0;
  }
  .modal.times-modal .modal-dialog {
    position: relative;
    top: 15%;
  }
}
@media (min-width: 1200px) {
  .vision-calendar { /* Safari */
    display: inline-flex; /* Safari */
    flex-direction: row; /* Safari */
    flex-wrap: wrap;
    margin: 0 -10px;
  }
  .vision-calendar.no-slick {
    margin: 0;
  }
  .month {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    padding: 0 10px;
  }
  .cal-data .fa-close {
    font-size: 1.5em;
  }
  .vision-calendar td {
    max-width: 40px;
  }
}
.times-table {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.times-table table {
  width: 100%;
}
.times-table table tr {
  font-size: 13px;
}
.times-table table tr td.headcol {
  font-weight: bold;
}

.timetable-inline h4 {
  color: #ffffff;
}

.cal-event-list .btn-primary {
  padding: 15px 30px;
}

img.img-lazy-load-responsive {
  display: block;
  border: 0;
  opacity: 0;
}

.banner-gallery img.img-lazy-load-responsive, .page-banners img.img-lazy-load-responsive {
  opacity: 1;
}

img:not(.initial).img-lazy-load-responsive {
  transition: opacity 1s;
}

.banner-gallery img.img-lazy-load-responsive {
  transition: opacity 1s;
}

img.initial.img-lazy-load-responsive,
img.loaded.img-lazy-load-responsive,
img.error.img-lazy-load-responsive {
  opacity: 1;
}

.media-wrap {
  position: relative;
}

.lazyload-placeholder {
  position: relative;
  width: 100%;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.objectfit-image {
  position: absolute;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.price-table-card {
  background: #fff;
  border: 2px solid #ccc;
}
.price-table-card h3 {
  background: #2D2C28;
  color: #fff;
  padding-bottom: 1rem;
}
.price-table-card .entry-section {
  min-height: 80px;
}
.price-table-card h4 {
  font-size: 1.3rem;
  margin-bottom: 0;
  position: relative;
}
.price-table-card .row {
  background: transparent !important;
}
.price-table-card .price-text {
  font-size: 2rem;
  font-weight: bold;
  display: block;
}
.price-table-card .price-text.strike-out {
  text-decoration: line-through;
  opacity: 0.5;
}

/*# sourceMappingURL=site.css.map*/