@charset "UTF-8";
* {
  background-repeat: no-repeat !important;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
}
.form-group * {
  margin-bottom: 15px;
}
.bg-image {
  position: absolute;
  top: 0;
  -webkit-animation-delay: 0;
  -moz-animation-delay: 0;
  -o-animation-delay: 0;
  animation-delay: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 0;
}
.overlay {
  z-index: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  background: #00000033;
  top: 0;
  left: 0;
}
.bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover !important;
  object-fit: cover !important;
  -o-object-position: 39% 33%;
  object-position: 39% 33%;
}
.btn {
  margin: 0 auto;
  display: block;
}
.btn-primary {
  background: #eee !important;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #1f2024 !important;
  font-family: montserratregular, sans-serif;
}
.btn-white {
  background: #fff;
  color: #252525;
  text-transform: uppercase;
}
.btn-blue,
.btn-dark {
  background: #55926a;
  color: #fff;
  text-transform: uppercase;
  z-index: 1;
}
a {
  color: inherit;
}
.z-1 {
  z-index: 1 !important;
}
.p-relative {
  position: relative !important;
  z-index: 1;
}
.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  -webkit-flex-direction: column !important;
  -moz-box-orient: vertical !important;
  -moz-box-direction: normal !important;
  flex-direction: column !important;
}
/* .d-none {
  display: none !important;
} */
.width-fit {
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
}
.help-block {
  font-weight: 500;
}
.hero-banner {
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 100%;
  padding: 10px;
  background: #058c9e66;
  color: #fff;
}
button,
input,
optgroup,
select,
textarea {
  background: #eeeeee99 !important;
  color: #1f2024 !important;
}
.connect-links {
    max-width: 400px;
    margin: auto;
  min-width: 250px;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
  -moz-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}
@media (max-width: 992px) {
  .header .right-part {
    margin: 0 !important;
  }
  .connect-links {
    max-width: 300px;
    margin: 10px auto;
  }
}
.inner-hero {
  background: #ffffff90;
  padding: 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  color: #a8431e;
}
.inner-hero h1 {
  font-family: rock_saltregular, montserratregular, sans-serif;
  letter-spacing: 6px;
  line-height: 75px;
  margin-bottom: 20px !important;
  color: #a8431e;
}
.flex-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.d-block {
  display: block !important;
}
.font-italic {
  font-style: italic !important;
}
.font-headerfont {
  font-family: headerfont !important;
}
.font-basic {
  font-family: basic, Lato, sans-serif !important;
}
.font-300 {
  font-weight: 300 !important;
}
.justify-content-space-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  -webkit-justify-content: space-between !important;
  -moz-box-pack: justify !important;
  justify-content: space-between !important;
}
.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  -webkit-justify-content: center !important;
  -moz-box-pack: center !important;
  justify-content: center !important;
}
.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  -webkit-align-items: center !important;
  -moz-box-align: center !important;
  align-items: center !important;
}
.alert {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: flex !important;
  -webkit-box-orient: unset;
  -webkit-box-direction: unset;
  -ms-flex-direction: unset;
  -webkit-flex-direction: unset;
  -moz-box-orient: unset;
  -moz-box-direction: unset;
  flex-direction: unset;
}
.font-bold {
  font-weight: bolder !important;
}
.form-res {
  text-align: center;
}
.box-shadow {
  -webkit-box-shadow: 0 10px 8px rgba(0, 0, 0, 0.19),
    0 6px 6px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0 10px 8px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0 10px 8px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
.text-dark {
  color: #252525 !important;
}
.text-brown {
  color: #964b1f !important;
}
.text-light {
  color: #f9eacd !important;
}
.toggle-mobile-but {
  /* display: none !important; */
}
.scale-item {
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
.scale-item:hover {
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  -moz-transform: scale(1.02);
  -o-transform: scale(1.02);
  transform: scale(1.02);
}
.bg-dark {
  background: #252525;
  color: #f9eacd;
  border-top: #c5b084 2px solid;
  border-bottom: #c5b084 2px solid;
}
.bg-black {
  background: #1f2024;
}
.no-borders {
  border: none !important;
}
.bg-brown {
  background: #964b1f;
  border-top: #c5b084 1px solid;
  border-bottom: #c5b084 1px solid;
  color: #fff;
}
.bg-blue {
  background-color: #1151b1;
}
.bg-light,
.bg-tan {
  background-color: #f9eacd;
  color: #964b1f;
}
.bg-green {
  background-color: #55926a;
}
.bg-white {
  background: #fff;
  color: #964b1f;
}
.no-gutter {
  margin-right: 0;
  margin-left: 0;
}
.no-gutter > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.row.display-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  .d-flex,
  .row.display-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
  }
}
.row.display-flex > [class*="col-"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
}
.hz-event-card {
  margin-bottom: 4rem;
}
.event-vertical {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: -webkit-max-content;
  -ms-grid-rows: max-content;
  grid-template-rows: -webkit-max-content;
  grid-template-rows: max-content;
}
.embed-responsive {
  margin-bottom: 15px;
}
.event-h1 {
  font-size: 40px;
}
.event-header-section {
  background-image: -o-linear-gradient(#000000b3, #00000061),
    url(/view/images/rentals/sog-ext.jpg);
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#000000b3),
      to(#00000061)
    ),
    url(/view/images/rentals/sog-ext.jpg);
  background-image: -webkit-linear-gradient(#000000b3, #00000061),
    url(/view/images/rentals/sog-ext.jpg);
  background-image: -moz-linear-gradient(#000000b3, #00000061),
    url(/view/images/rentals/sog-ext.jpg);
  background-image: linear-gradient(#000000b3, #00000061),
    url(/view/images/rentals/sog-ext.jpg);
}
.hz-event-card > [class*="col-"] {
  margin-bottom: 0 !important;
}
.event-card > div {
  background: #55926a;
}
.event-image {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  -o-object-position: top;
  object-position: top;
  height: auto;
}
.event-content {
  padding: 2rem;
  background: #55926a;
  color: #f9eacd;
}
.event-info {
  background: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 15px;
  text-align: center;
  cursor: pointer;
  color: #252525;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-transform: uppercase;
}
.event-tickets {
  background: #fff;
  border-right: 1px solid gray;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 15px;
  text-align: center;
  cursor: pointer;
  color: #252525;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-transform: uppercase;
}
.event-btns-container {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  -ms-flex-item-align: end;
  -webkit-align-self: flex-end;
  align-self: flex-end;
}
.event-info:hover,
.event-tickets:hover {
  background: #1151b1;
  color: #fff;
}
.event-date {
  margin: 10px 0;
  font-size: 24px;
}
.event-sponsor {
  margin: 10px;
}
.event-time {
  margin-bottom: 20px;
}
.event-title {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
}
.ticket-btn {
  padding: 1rem 2rem;
  background: orange;
  text-transform: uppercase;
  color: #fff;
  font-size: 30px;
  margin: 0 auto;
}
.website-btn {
  margin-left: auto;
  margin-right: auto;
  padding: 2rem;
  background: #fff;
  text-transform: uppercase;
  color: #252525;
  font-size: 18px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.event-sponsors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  -webkit-justify-content: space-evenly;
  -moz-box-pack: space-evenly;
  justify-content: space-evenly;
}
.wine-container {
  padding: 2rem 0;
  border-top: 1px solid #c5b084;
  border-bottom: 1px solid #c5b084;
  text-align: center;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background: unset !important;
}
.yt-vid-meta-title {
  color: #fff;
  z-index: 5;
  position: absolute;
  padding: 10px;
  top: 0;
  white-space: nowrap !important;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  text-align: left;
  width: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #00000080;
}
.onq-youtube-player img {
  height: auto;
  width: 100%;
}
.onq-youtube-player {
  cursor: pointer;
}
.class-item {
  padding: 6rem 0;
}
.classItem {
  padding-bottom: 10px;
}
.category-item {
  padding: 2rem 0;
}
.courseHeader {
  margin-top: 10px;
  margin-bottom: 10px;
}
.rental-header {
  text-align: center;
  margin-bottom: 3rem;
  text-transform: uppercase;
  font-weight: 700;
}
#fixed-rental-btn {
  position: fixed;
  bottom: 0;
  text-align: center;
  background: #55926a;
  border-top: 1px gray solid;
  border-right: 1px gray solid;
  border-left: 0;
  color: #fff;
  font-weight: bolder;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  left: 0;
  padding: 15px;
  -webkit-transition: 150ms ease-in-out;
  -o-transition: 150ms ease-in-out;
  -moz-transition: 150ms ease-in-out;
  transition: 150ms ease-in-out;
  z-index: 10;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19),
    0 6px 6px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19),
    0 6px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
#fixed-rental-btn:hover {
  background-color: #1151b1;
  color: #fff;
}
h1.rental-header {
  font-size: 50px;
  font-family: headerfont, Voltaire, sans-serif;
  letter-spacing: 3px;
}
.rental-scroll-links {
  margin-top: 5rem;
}
.rental-scroll-links > a > .rental-header {
  min-height: 30px;
}
.rental-btn {
  text-align: center;
  text-transform: uppercase;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 2rem;
  color: #fff;
  background: #55926a;
}
.rental-extras-list {
  text-align: center;
}
.rental-extras-list > li {
  display: inline-block;
  margin: 1rem 2rem;
  text-transform: uppercase;
  font-weight: 700;
  font-weight: 18px !important;
  font-size: 20px;
  line-height: 1.5;
  color: #252525;
}
.rental-slider-link {
  text-align: center;
  padding: 10px;
  border-bottom: 0;
  color: #fff;
  background: #55926a;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.rental-slider-link:hover {
  color: #fff;
  background: #1151b1;
}
.rental-extras-img {
  margin-top: 4rem;
}
.rentals-list > ul > li {
  margin-bottom: 30px;
  font-size: 20px;
  line-height: 3rem;
}
.rentals-list > ul {
  margin-bottom: 7rem;
}
.rentals-list > ul:last-of-type {
  margin-bottom: 0;
}
.rentals-list > li {
  font-weight: 500;
  font-size: 22px;
  margin: 60px 0;
  line-height: 3rem;
  font-family: Lato;
  color: #464646;
  text-transform: uppercase;
}
.rental-extras-img > div > img {
  margin: 10px 0;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19),
    0 6px 6px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19),
    0 6px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
.stars {
  margin-bottom: 2rem;
}
#service_packages_extras {
  display: block !important;
}
#service_packages_extras > * {
  height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  font-family: 26px;
  text-transform: uppercase;
  text-align: center;
  font-size: 22px;
  color: #fff;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.jumbo-slider {
  margin: 20px 0;
}
#rental-hero {
  min-height: -webkit-calc(100vh - 90px);
  min-height: -moz-calc(100vh - 90px);
  min-height: calc(100vh - 90px);
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
}
.rental-hero-content-container {
  background: #ffffffbd;
  padding: 4rem 2rem;
}
.bg-wrapper {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  overflow: hidden;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border: 1px solid gold;
}
#rental-btn-text {
  background: #55926a;
  padding: 1rem;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  margin: 0 auto;
  -webkit-transition: 150ms ease-in-out;
  -o-transition: 150ms ease-in-out;
  -moz-transition: 150ms ease-in-out;
  transition: 150ms ease-in-out;
  text-transform: uppercase;
  color: #fff;
}
#rental-btn-text:hover {
  background: #1151b1;
}
#performance-app-btn {
  min-height: 200px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background: -o-linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(/view/images/rentals/mixer.jpg);
  background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.5)),
      to(rgba(0, 0, 0, 0.5))
    ),
    url(/view/images/rentals/mixer.jpg);
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(/view/images/rentals/mixer.jpg);
  background: -moz-linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(/view/images/rentals/mixer.jpg);
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(/view/images/rentals/mixer.jpg);
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  padding: 1rem;
  margin: 0;
}
#rental-app-btn {
  min-height: 200px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background: -o-linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(/view/images/rentals/courtyard1.jpg);
  background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.5)),
      to(rgba(0, 0, 0, 0.5))
    ),
    url(/view/images/rentals/courtyard1.jpg);
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(/view/images/rentals/courtyard1.jpg);
  background: -moz-linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(/view/images/rentals/courtyard1.jpg);
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(/view/images/rentals/courtyard1.jpg);
  background-position: center;
  margin: 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  padding: 1rem;
}
.rental-review {
  font-size: 28px;
  line-height: 1.5;
}
.location {
  font-size: 28px;
  line-height: 1.5;
  font-style: normal;
}
#percussion-hero {
  width: 100%;
  height: 102vh;
  min-height: -webkit-fit-content;
  min-height: -moz-fit-content;
  min-height: fit-content;
  background-image: -o-linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
    url(/view/images/rentals/percussion.jpg);
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.6)),
      to(rgba(0, 0, 0, 0.6))
    ),
    url(/view/images/rentals/percussion.jpg);
  background-image: -webkit-linear-gradient(
      rgba(0, 0, 0, 0.6),
      rgba(0, 0, 0, 0.6)
    ),
    url(/view/images/rentals/percussion.jpg);
  background-image: -moz-linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
    url(/view/images/rentals/percussion.jpg);
  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
    url(/view/images/rentals/percussion.jpg);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  border-bottom: #c5b084 2px solid;
  border-top: #c5b084 2px solid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  background-position: center;
  padding: 7rem 0;
}
.testimonial,
.testimonial > * {
  background: 0 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #f9eacd;
  font-family: Lato;
  text-transform: uppercase;
  font-weight: 100;
  letter-spacing: 4px;
  font-size: 30px;
  line-height: 2;
  background: 0 0;
  box-shadow: none;
  padding: 1rem;
}
blockquote {
  font-size: 30px;
  background: #f9f9f9;
  margin: 0.5em 10px;
  padding: 0 10px;
  quotes: "“" "”" "‘" "’";
  padding: 10px 20px;
  line-height: 1.4;
}
blockquote:before {
  content: open-quote;
  display: inline;
  height: 0;
  line-height: 0;
  left: -5px;
  position: relative;
  top: 30px;
  font-size: 3em;
}
blockquote:after {
  content: close-quote;
  display: inline;
  height: 0;
  line-height: 0;
  position: relative;
  top: 30px;
  font-size: 3em;
}
.testimonial > span {
  font-style: italic;
  font-size: 22px;
}
.g-recaptcha {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -o-transform: scale(0.7);
  transform: scale(0.7);
}
.gallery-row > div > img {
  margin: 10px;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19),
    0 6px 6px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19),
    0 6px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
.hidden-gallery-image {
  display: none;
}
#load-gallery-btn {
  position: relative;
  top: 15px;
}
.form-control {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.home-section {
  padding: 10rem 0;
  position: relative;
}
.home-section h2 {
  font-size: 40px;
}
.event-header-bg,
.home-sec-bg {
  background: #00000096;
  padding: 2rem 1rem;
  -webkit-box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, 0.35);
  box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, 0.35);
}
.radio-section-gallery {
  background-image: -o-linear-gradient(#00000099, #00000099),
    url(https://kvan.fm/view/images/artwork/KVAN_Hero_Artboard-NoTagNoLogo.png);
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#00000099),
      to(#00000099)
    ),
    url(https://kvan.fm/view/images/artwork/KVAN_Hero_Artboard-NoTagNoLogo.png);
  background-image: -webkit-linear-gradient(#00000099, #00000099),
    url(https://kvan.fm/view/images/artwork/KVAN_Hero_Artboard-NoTagNoLogo.png);
  background-image: -moz-linear-gradient(#00000099, #00000099),
    url(https://kvan.fm/view/images/artwork/KVAN_Hero_Artboard-NoTagNoLogo.png);
  background-image: linear-gradient(#00000099, #00000099),
    url(https://kvan.fm/view/images/artwork/KVAN_Hero_Artboard-NoTagNoLogo.png);
}
#nav-fb-text {
  display: none;
}
.bgp-top {
  background-position: top !important;
}
.bgp-bottom {
  background-position: bottom !important;
}
.gallery-header-section {
  padding: 14rem 0;
}
.navbar-brand > img {
  max-width: 280px;
}
.home-classes h4 {
  min-height: 50px;
  font-family: headerfont;
}
#footer-map-container {
  overflow: hidden;
  width: 100%;
  position: relative;
  margin-bottom: 90px;
}
#gmap_canvas img {
  max-width: none !important;
  background: 0 0 !important;
}
.mandala {
  position: absolute;
  width: 90%;
  max-width: 1350px;
  bottom: -28%;
  opacity: 0.1 !important;
  z-index: 0;
}
.right {
  left: 50%;
}
.left {
  right: 50%;
}
#topbar_phone {
  text-align: right;
}
.contact-info p {
  color: #f9eacd;
}
#topbar {
  background: #1151b1;
  color: #f9eacd;
  padding: 10px;
  text-transform: uppercase;
  position: fixed;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  width: 100%;
  z-index: 10;
  font-size: 18px;
}
#home-list {
  margin-bottom: 50px;
}
#home-list > li {
  list-style-type: disc;
  font-size: 25px;
}
.venue-home h1,
.venue-home h4 {
  margin-bottom: 30px;
}
.no-flex-column {
  -webkit-box-orient: inherit !important;
  -webkit-box-direction: inherit !important;
  -ms-flex-direction: inherit !important;
  -webkit-flex-direction: inherit !important;
  -moz-box-orient: inherit !important;
  -moz-box-direction: inherit !important;
  flex-direction: inherit !important;
}
#programs-subheader {
  font-size: 29px;
}
#also-subheader {
  font-size: 35px;
}
@media screen and (max-width: 980px) {
  h1,
  h1.rental-header {
    font-size: 28px;
    line-height: 38px;
  }
}
@media (max-width: 1200px) {
  #topbar_phone {
    text-align: inherit;
  }
  #topbar {
    text-align: center;
  }
  #programs-subheader {
    font-size: 34px;
  }
  #also-subheader {
    font-size: 34px;
  }
}
@media screen and (max-width: 1170px) {
  #programs-subheader {
    font-size: 38px;
  }
  #also-subheader {
    font-size: 30px;
  }
}
@media screen and (max-width: 1044px) {
  #programs-subheader {
    font-size: 38px;
  }
  #also-subheader {
    font-size: 38px;
  }
}
@media (max-width: 992px) {
  .venue-home h4 {
    font-size: 20px;
  }
  .navbar-brand img {
    width: 420px;
    max-width: 80%;
  }
}
@media (max-width: 768px) {
  .hero-content {
    top: 62%;
  }
}
