/* Define Color */
/* Basic */
/* Hadiprana Art Centre */
/* Hadiprana Gallery */
/* Hadiprana Mitra */
/* Define Fonts */
/* Basier Circle */
@font-face {
  font-family: BasierCircle-Bold;
  src: url("../fonts/BasierCircle/BasierCircle-Bold.otf");
}

@font-face {
  font-family: BasierCircle-Medium;
  src: url("../fonts/BasierCircle/BasierCircle-Medium.otf");
}

@font-face {
  font-family: BasierCircle-Regular;
  src: url("../fonts/BasierCircle/BasierCircle-Regular.otf");
}

@font-face {
  font-family: BasierCircle-SemiBold;
  src: url("../fonts/BasierCircle/BasierCircle-SemiBold.otf");
}

/* Calendas Plus */
@font-face {
  font-family: CalendasPlus;
  src: url("../fonts/CalendasPlus/Calendas_Plus.otf");
}

@font-face {
  font-family: CalendasPlus-Bold;
  src: url("../fonts/CalendasPlus/Calendas_Plus_Bold.otf");
}

/* Montserrat */
@font-face {
  font-family: Montserrat-Bold;
  src: url("../fonts/Montserrat/Montserrat-Bold.ttf");
}

@font-face {
  font-family: Montserrat-SemiBold;
  src: url("../fonts/Montserrat/Montserrat-SemiBold.ttf");
}

@font-face {
  font-family: Montserrat-Medium;
  src: url("../fonts/Montserrat/Montserrat-Medium.ttf");
}

@font-face {
  font-family: Montserrat-Regular;
  src: url("../fonts/Montserrat/Montserrat-Regular.ttf");
}

@font-face {
  font-family: Montserrat-Light;
  src: url("../fonts/Montserrat/Montserrat-Light.ttf");
}

/* Styles */
/* Global style */
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body.no-scroll {
  overflow: hidden;
}
a[href^=tel] {
   text-decoration:inherit;
   color: inherit;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
  font-family: CalendasPlus, Helvetica, Arial, sans-serif;
}

h1.primary, h2.primary, h3.primary, h4.primary, h5.primary, h6.primary {
  color: #D03635;
}

p {
  font-family: BasierCircle-Regular, Helvetica, Arial, sans-serif;
}

label, span, ul, li, input {
  font-family: BasierCircle-Regular, Helvetica, Arial, sans-serif;
}

a {
  text-decoration: none;
  outline: none;
}

a:hover {
  text-decoration: none;
}

a.read-more {
  width: 125px;
  font-family: BasierCircle-Semibold;
  font-size: 17px;
  text-transform: uppercase;
  color: #64666B;
  padding-right: 20px;
  background: url("../img/ac/chevron-right-brown.svg") no-repeat 93% 4px/6px 13px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a.read-more:hover {
  background: url("../img/ac/chevron-right-brown.svg") no-repeat 95% 4px/6px 13px;
}

a.read-more.reversed {
  padding-right: 0;
  padding-left: 20px;
  background: url("../img/ac/chevron-left-red.svg") no-repeat 0% 4px/6px 13px;
}

.modal-schedule .modal-body a.read-more {
    color: #ffffff;
  background: url("../img/ac/chevron-right-white.svg") no-repeat 93% 3px/6px 13px;
  padding-right: 30px;
}
.modal-schedule .modal-body a.read-more:hover {
  background: url("../img/ac/chevron-right-white.svg") no-repeat 95% 3px/6px 13px;
}
a.stack-bottom {
  position: absolute;
  bottom: 0;
  width: auto;
}

button.read-more {
  width: 125px;
  font-family: BasierCircle-Semibold;
  font-size: 17px;
  text-transform: uppercase;
  color: #64666B;
  padding-right: 20px;
  background: url("../img/ac/chevron-right-red.svg") no-repeat 93% 4px/6px 13px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: none;
  text-align: left;
  width: auto;
}

button.read-more:hover {
  background: url("../img/ac/chevron-right-red.svg") no-repeat 95% 4px/6px 13px;
}

button.read-more.reversed {
  padding-right: 0;
  padding-left: 20px;
  background: url("../img/ac/chevron-left-red.svg") no-repeat 0% 4px/6px 13px;
}

input {
  outline: none;
}

/* Hadiprana Art Centre */
.a-navbar {
  width: 100%;
  height: 200px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  background-color: transparent;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.a-navbar.activated {
  position: fixed;
  height: 95px;
  background-color: #D03635;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.a-navbar.activated .a-nav-logo {
  /*width: 73px;
  height: 60px;*/
  transform: scale(0.5);
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.a-navbar.activated .a-nav-right {
  margin-left: 50px;
  margin-right: 15px;
}

.a-navbar.activated .a-nav-right li {
  margin-right: 45px;
}

.a-navbar.activated .a-nav-left {
  margin-right: 50px;
}

.a-navbar.activated .a-nav-left li {
  margin-left: 45px;
}

.a-navbar.activated li a {
  color: #FFFFFF;
}

.a-navbar.activated li a.active {
  color: #FFFFFF;
  font-family: BasierCircle-Bold;
}

.a-navbar.activated li a:hover {
  color: #FFFFFF;
  font-weight: bold;
}

.a-navbar.activated .colored li a {
  color: #FFFFFF;
}

.a-navbar.activated .colored li a.active {
  color: #FFFFFF;
  font-family: BasierCircle-Bold;
}

.a-navbar.activated .colored li a:hover {
  color: #FFFFFF;
  font-weight: bold;
}

.a-navbar.activated .colored .a-nav-logo {
  /*background: url("../img/ac/logo.svg") center no-repeat;*/
}

.a-nav {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.a-nav.colored li a {
  color: #64666B;
}

.a-nav.colored li a.active {
  color: #D03635;
  font-family: BasierCircle-Bold;
}

.a-nav.colored li a:hover {
  color: #D03635;
  font-weight: bold;
}

.a-nav.colored .a-nav-logo {
  /*background: url("../img/ac/logo-colored.svg") center no-repeat;
  -o-object-position: -1000px -1000px;
  object-position: -1000px -1000px;*/
}

/* rev-1 */
.a-nav.colored .a-lang {
  color: #64666B;
  border-left: 1px #64666B solid;
  background: url("../img/ac/chevron-down-grey.svg") no-repeat 95% 6px/9px 10px;
}

.a-nav-logo {
  width: 142.5px;
  height: 125px;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.a-nav-left, .a-nav-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.a-nav-left {
  margin-right: 80px;
}

.a-nav-left li {
  margin-left: 60px;
}

.a-nav-left li:first-child {
  margin-left: 0;
}

.a-nav-right {
  margin-left: 80px;
}

.a-nav-right li {
  margin-right: 60px;
}

.a-nav-right li:last-child {
  margin-right: 0;
}

.a-nav li a {
  text-transform: uppercase;
  font-size: 15px;
  color: #FFFFFF;
  letter-spacing: 0.07em;
}

.a-nav li a:hover {
  color: #FFFFFF;
  font-weight: bold;
}

/* rev-1 */
.a-lang {
  border: 0;
  background-color: transparent;
  text-transform: uppercase;
  font-size: 15px;
  color: #FFF;
  letter-spacing: 0.07em;
  outline: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  padding-top: 3px;
  border-left: 1px #FFF solid;
  padding-left: 7px;
  width: 55px;
  border-radius: 0;
  cursor: pointer;
  background: url("../img/ac/chevron-down-head.svg") no-repeat 95% 6px/9px 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.a-navbar.activated .a-lang{
  color: #ffffff;
  border-left: 1px #ffffff solid;
  background: url("../img/ac/chevron-down-head.svg") no-repeat 95% 6px/9px 10px;
}
.a-lang:hover {
  font-family: BasierCircle-SemiBold;
}

.a-banner {
  width: 100%;
  height: 100vh;
}

.a-banner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.a-section.with-padding {
  padding-top: 250px;
}

.a-section.with-padding--2 {
  padding-top: 179px;
}

.a-section.with-padding--3 {
  padding-top: 260px;
}

.a-section-wrapper {
  width: 1400px;
  margin: 0 auto;
}

.a-section-wrapper.wrapper--1 {
  width: 1450px;
}

.a-section-wrapper.wrapper--2 {
  width: 1480px;
}

.a-section-wrapper.wrapper--2.masonry-wrapper {
  min-height: 700px;
}

.a-section-wrapper.big {
  width: 1720px;
}

.a-about {
  text-align: center;
  background: url("../img/ac/red-zoo-bg.svg") center no-repeat;
  height: 500px;
  padding-top: 15px;
  margin: 156px 0;
}

.a-about h5 {
  font-size: 19px;
  font-family: CalendasPlus;
  color: #D03635;
  margin-bottom: 85px;
  text-transform: uppercase;
}

.a-about h1 {
  font-size: 53px;
  color: #D03635;
  margin-bottom: 75px;
  position: relative;
}

.a-about h1:before {
  content: '';
  width: 100px;
  height: 2px;
  position: absolute;
  background-color: #D03635;
  bottom: -40px;
  left: calc(50% - 50px);
}

.a-about p {
  font-size: 17px;
  color: #64666B;
  width: 795px;
  display: block;
  margin: 0 auto;
  line-height: 1.5em;
}

.a-about a {
  margin: 85px auto 0;
  display: block;
}

.a-past-events {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #D03635), color-stop(0%, white));
  background: -webkit-linear-gradient(top, #D03635 50%, white 0%);
  background: -o-linear-gradient(top, #D03635 50%, white 0%);
  background: linear-gradient(to bottom, #D03635 50%, white 0%);
  padding-top: 100px;
  padding-bottom: 179px;
}

.a-past-events .swiper-slide-duplicate-prev .a-past-events-card h6, .a-past-events .swiper-slide-duplicate-prev .a-past-events-card h5, .a-past-events .swiper-slide-duplicate-prev .a-past-events-card a, .a-past-events .swiper-slide-duplicate-next .a-past-events-card h6, .a-past-events .swiper-slide-duplicate-next .a-past-events-card h5, .a-past-events .swiper-slide-duplicate-next .a-past-events-card a {
  display: none;
}

.a-past-events .swiper-button-prev, .a-past-events .swiper-button-next {
  color: transparent;
  top: 32%;
}

.a-past-events .swiper-button-prev {
  background: url("../img/ac/big-chevron-left-white.svg") center no-repeat;
  left: 40px;
}

.a-past-events .swiper-button-next {
  background: url("../img/ac/big-chevron-right-white.svg") center no-repeat;
  right: 40px;
}

.a-past-events h1 {
  text-align: center;
  font-size: 53px;
  margin-bottom: 110px;
  color: #FFFFFF;
}
.a-past-events-card {
    float: left;
    width: 48%;
    margin: 0 1%;
}
.a-past-events-card img {
  width: 100%;
  border-top-right-radius: 40px;
  border-bottom-left-radius: 40px;
  -o-object-fit: cover;
  object-fit: cover;
  margin-bottom: 40px;
  /* height: 350px; */
}

.a-past-events-card h6 {
  margin-bottom: 30px;
  font-size: 19px;
}

.a-past-events-card h5 {
  margin-bottom: 25px;
  font-size: 24px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.a-event {
  padding-bottom: 20px;
  margin-bottom: 156px;
}

.a-events-wrapper h1 {
  font-size: 53px;
  margin-bottom: 120px;
}

.a-events-card {
  padding: 70px 0;
  border-bottom: 1px #D03635 solid;
}

.a-events-card.art-supplies {
  border-bottom: none;
}

.a-events-card.art-supplies h2 {
  margin-bottom: 30px;
}

.a-events-card.art-supplies h2:before {
  display: none;
}

.a-events-card.art-supplies .a-arts-price {
  border-bottom: 1px #D03635 solid;
  display: block;
  width: 105px;
  padding-bottom: 20px;
}

.a-events-card:first-child {
  padding-top: 0;
}

.a-events-card:last-child {
  border-bottom: none;
  margin-bottom: 50px;
}

.a-events-card-left, .a-events-card-right {
  float: left;
  width: 50%;
}

.a-events-card-left img {
  width: 614px;
  height: 520px;
  border-bottom-left-radius: 40px;
  border-top-right-radius: 40px;
  -o-object-fit: cover;
  object-fit: cover;
}

.a-events-card-right {
  padding-left: 100px;
}

.a-events-card-right h6 {
  font-size: 19px;
  margin-bottom: 34px;
  font-family: CalendasPlus;
  letter-spacing: 0.04em;
}

.a-events-card-right h2 {
  font-size: 34px;
  line-height: normal;
  letter-spacing: 0.04em;
  position: relative;
  margin-bottom: 65px;
}

.a-events-card-right h2:before {
  content: '';
  width: 100px;
  height: 2px;
  position: absolute;
  background-color: #D03635;
  bottom: -30px;
  left: 0;
}

.a-events-card-right p {
  font-size: 17px;
  color: #64666B;
  line-height: 1.5em;
  margin-bottom: 55px;
}

.a-event-card {
  width: calc(50% - 20px);
  height: 700px;
  border-top-right-radius: 40px;
  border-bottom-left-radius: 40px;
  float: left;
  background-color: #000000;
  position: relative;
  overflow: hidden;
}

.a-event-card img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  opacity: .7;
}

.a-event-card h1 {
  font-size: 53px;
  color: #FFFFFF;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
}

.a-event-card:first-child {
  margin-right: 40px;
}

.a-showcase {
  width: 100%;
  height: 700px;
  padding-bottom: 20px;
  margin-bottom: 156px;
}

.a-showcase-text {
  width: calc(100% - 800px);
  height: 100%;
  float: left;
  padding-right: 150px;
  position: relative;
}

.a-showcase-text h5 {
  font-size: 19px;
  text-transform: uppercase;
  color: #D03635;
  margin-bottom: 80px;
}

.a-showcase-text h2 {
  font-size: 40px;
  color: #D03635;
  position: relative;
  margin-bottom: 85px;
}

.a-showcase-text h2:before {
  content: '';
  width: 100px;
  height: 2px;
  position: absolute;
  background-color: #D03635;
  bottom: -45px;
  left: 0;
}

.a-showcase-text p {
  font-size: 17px;
  color: #64666B;
  line-height: 1.5em;
}

.a-showcase-text a {
  position: absolute;
  bottom: 50px;
  left: 0;
}

.a-showcase-swiper {
  width: 800px;
  height: 100%;
  float: left;
  position: relative;
}

.a-showcase-swiper-container {
  width: 100%;
  height: 100%;
}

.a-showcase-swiper-container .swiper-slide {
  border-top-right-radius: 40px;
  border-bottom-left-radius: 40px;
  overflow: hidden;
}

.a-showcase-swiper-container .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.a-showcase-swiper-container .swiper-button-prev, .a-showcase-swiper-container .swiper-button-next {
  color: transparent;
}

.a-showcase-swiper-container .swiper-button-prev {
  background: url("../img/ac/big-chevron-left-white.svg") center no-repeat;
  left: 40px;
}

.a-showcase-swiper-container .swiper-button-next {
  background: url("../img/ac/big-chevron-right-white.svg") center no-repeat;
  right: 40px;
}

.a-showcase-text {
  width: 43%;
  right: 57%;
}

.a-showcase-swiper {
  width: 57%;
  left: 43%;
}

.a-charity {
  width: 100%;
  height: 700px;
  background-color: #000000;
  position: relative;
  border-top-right-radius: 40px;
  border-bottom-left-radius: 40px;
  overflow: hidden;
  margin-bottom: 156px;
}

.a-charity img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  opacity: .7;
}

.a-charity-detail {
  padding: 100px 0;
  width: 840px;
  margin: 0 auto;
}

.a-charity-detail h1 {
  font-size: 40px;
  font-family: CalendasPlus;
  margin-bottom: 80px;
  position: relative;
  text-align: center;
  color: #D03635;
}

.a-charity-detail h1:before {
  content: '';
  width: 72px;
  height: 2px;
  position: absolute;
  background-color: #D03635;
  bottom: -40px;
  left: calc(50% - 36px);
}

.a-charity-detail p {
  font-size: 17px;
  line-height: 1.5em;
  color: #64666B;
}

.a-charity-detail .read-more {
  margin-top: 120px;
  display: block;
  width: 190px;
}

.a-charity-text {
  position: absolute;
  text-align: center;
  width: 780px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
  color: #FFFFFF;
}

.a-charity-text h1 {
  font-size: 53px;
  font-family: CalendasPlus;
  margin-bottom: 80px;
  position: relative;
}

.a-charity-text h1:before {
  content: '';
  width: 72px;
  height: 2px;
  position: absolute;
  background-color: #FFFFFF;
  bottom: -40px;
  left: calc(50% - 36px);
}

.a-charity-text p {
  font-size: 17px;
  line-height: 1.5em;
}

.a-charity-text a {
  display: block;
  margin: 80px auto 0;
  width: 100px;
  font-family: BasierCircle-Semibold;
  font-size: 17px;
  text-transform: uppercase;
  color: #FFFFFF;
  padding-right: 20px;
  background: url("../img/ac/chevron-right-white.svg") no-repeat 93% 4px/6px 13px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.a-charity-text a:hover {
  background: url("../img/ac/chevron-right-white.svg") no-repeat 95% 4px/6px 13px;
}

.a-supp {
  margin-bottom: 156px;
}

.a-supp h1 {
  font-size: 53px;
  color: #D03635;
  text-align: center;
  margin-bottom: 75px;
}

.a-supp h4 {
  font-size: 24px;
  color: #D03635;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 20px;
}

.a-supp img {
  width: 340px;
  height: 392px;
  -o-object-fit: cover;
  object-fit: cover;
  border-top-right-radius: 40px;
  border-bottom-left-radius: 40px;
  margin-bottom: 40px;
}

.a-supp a.read-more {
  position: relative;
  left: calc(50% - 49px);
}

.a-supp-wrapper {
  width: 1162px;
  margin: 0 auto;
}

.a-supps {
  width: 340px;
  height: 550px;
  float: left;
}

.a-supps:first-child {
  margin-right: 71px;
}

.a-supps:nth-last-child(2) {
  margin-left: 71px;
}

.a-media {
  margin-bottom: 156px;
  padding-bottom: 20px;
}

.a-media-card {
  width: calc(50% - 20px);
  height: 499px;
  float: left;
  border-top-right-radius: 40px;
  border-bottom-left-radius: 40px;
  background-color: #000000;
  position: relative;
  overflow: hidden;
}

.a-media-card:first-child {
  margin-right: 40px;
}

.a-media-card img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  opacity: .7;
}

.a-media-card h1 {
  font-size: 53px;
  color: #FFFFFF;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
}

.a-map {
  padding-bottom: 166px;
  margin-bottom: 166px;
  border-bottom: 2px #D03635 solid;
}

.a-map-wrapper {
  width: 1080px;
  height: 700px;
  float: left;
  border-top-right-radius: 40px;
  border-bottom-left-radius: 40px;
  overflow: hidden;
}

.a-map-wrapper iframe {
    height: 100%;

}
.a-map-wrapper button.gm-control-active.gm-fullscreen-control {
  display: none;
}

.a-map-detail {
  width: calc(100% - 1080px);
  float: left;
  padding: 95px 0 0 200px;
}

.a-map-detail h1 {
  font-size: 53px;
  color: #D03635;
  margin-bottom: 87px;
  position: relative;
}

.a-map-detail h1:before {
  content: '';
  width: 72px;
  height: 2px;
  position: absolute;
  background-color: #D03635;
  bottom: -50px;
  left: 0;
}

.a-map-detail p {
  font-size: 17px;
  color: #64666B;
  line-height: 1.6em;
  margin-bottom: 50px;
}

.a-contact {
  height: 572px;
  margin-bottom: 176px;
  position: relative;
}

.a-contact-left {
  width: 870px;
  height: 100%;
  float: left;
  border-right: 2px #D03635 solid;
  padding-right: 110px;
}

.a-contact-left h3 {
  margin-bottom: 80px;
}

.a-contact-right {
  width: calc(100% - 870px);
  height: 100%;
  float: left;
  padding-left: 88px;
}

.a-contact-right h3 {
  margin-bottom: 113px;
}

.a-contact h3 {
  font-size: 30px;
  color: #D03635;
  line-height: 1.4em;
  width: 210px;
}

.a-form {
  margin-bottom: 18px;
}

.a-form textarea.a-input {
  height: 150px;
  margin-top: 12px;
}

.a-form .a-input {
  width: 100%;
  height: 45px;
  display: block;
  border: 0;
  border-bottom: 2px #D03635 solid;
  outline: none;
  resize: none;
  padding-left: 0;
  font-size: 17px;
  font-family: BasierCircle-Regular;
  color: #64666B;
  /* First line */
  /* Second line */
  /* Third line */
}

.a-form .a-input-1 {
  width: 120px;
  margin-right: 40px;
  float: left;
}

.a-form .a-input-2 {
  width: calc(100% - (120px + 40px));
  float: left;
}

.a-form .a-input-3 {
  width: 440px;
  margin-right: 40px;
  float: left;
}

.a-form .a-input-4 {
  width: calc(100% - (440px + 40px));
  float: left;
}

.a-form .a-input-5 {
  width: 235px;
}

.a-custom-select {
  position: relative;
  font-size: 17px;
  font-family: BasierCircle-Regular;
}

.a-custom-select select {
  display: none;
}

.a-select-selected {
  background-color: transparent;
  color: #64666B;
  padding: 12px 0;
  border: none;
  border-bottom: 2px #D03635 solid;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  height: 45px;
  display: block;
}

.a-select-items {
  position: absolute;
  background-color: #D03635;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  border-bottom-left-radius: 40px;
}

.a-select-items div {
  color: #FFFFFF;
  padding: 12px 16px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.a-select-items div:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

.a-same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}

.a-select-hide {
  display: none;
}

.a-about-founder {
  height: 675px;
  margin-bottom: 100px;
}

.a-about-founder-img {
  width: 50%;
  height: 100%;
  float: left;
  padding-right: 100px;
  position: relative;
  right: 50%;
}

.a-about-founder-img img {
  width: 100%;
  height: 100%;
  border-top-right-radius: 40px;
  border-bottom-left-radius: 40px;
  -o-object-fit: cover;
  object-fit: cover;
}

.a-about-founder-detail {
  width: 50%;
  height: 100%;
  float: left;
  position: relative;
  left: 50%;
}

.a-about-founder-detail h5 {
  font-size: 19px;
  text-transform: uppercase;
  color: #D03635;
  margin-bottom: 70px;
}

.a-about-founder-detail h1 {
  font-size: 53px;
  color: #D03635;
  margin-bottom: 75px;
  position: relative;
}

.a-about-founder-detail h1:before {
  content: '';
  width: 100px;
  height: 2px;
  position: absolute;
  background-color: #D03635;
  bottom: -40px;
  left: 0;
}

.a-about-founder-detail p {
  font-size: 17px;
  color: #64666B;
  line-height: 1.5em;
}

.a-about-quote {
  margin-bottom: 156px;
}

.a-about-quote-h {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 115px;
}

.a-about-quote-h h2 {
  font-size: 40px;
  color: #D03635;
  text-align: center;
  width: 770px;
  line-height: 1.4em;
}

.a-about-quote-h .a-open-q {
  width: 72px;
  height: 168px;
  position: relative;
}

.a-about-quote-h .a-open-q img {
  position: absolute;
  top: 0;
}

.a-about-quote-h .a-close-q {
  width: 72px;
  height: 168px;
  position: relative;
}

.a-about-quote-h .a-close-q img {
  position: absolute;
  bottom: 0;
}

.a-about-quote p, .a-about-quote ul, .a-about-quote h6, .a-about-quote h1 {
  font-size: 17px;
  color: #64666B;
  line-height: 1.5em;
  width: 850px;
  display: block;
  margin: 0 auto;
}

.a-about-quote ul {
  margin-top: 20px;
  margin-bottom: 20px;
}

.a-about-quote ul li {
  list-style: disc;
}

.a-about-quote .a-our-history p {
  margin-bottom: 20px;
}

.a-about-quote .a-our-history h6 {
  font-family: BasierCircle-SemiBold;
  margin-bottom: 30px;
}

.a-about-staff {
  margin-bottom: 156px;
}

.a-about-staff h5 {
  text-align: center;
  font-size: 19px;
  text-transform: uppercase;
  color: #D03635;
  margin-bottom: 70px;
}

.a-about-staff h1 {
  font-size: 53px;
  color: #D03635;
  margin-bottom: 75px;
  position: relative;
  text-align: center;
}

.a-about-staff h1:before {
  content: '';
  width: 100px;
  height: 2px;
  position: absolute;
  background-color: #D03635;
  bottom: -40px;
  left: calc(50% - 50px);
}

.a-staff-card {
  width: 310px;
  height: 500px;
  margin-bottom: 45px;
  float: left;
  margin-right: 53px;
}

.a-staff-card:nth-child(4n+0) {
  margin-right: 0;
}

.a-staff-card:last-child.last-one {
  margin-left: calc(50% - (310px / 2));
}

.a-staff-card-img {
  width: 310px;
  height: 400px;
  overflow: hidden;
  border-top-right-radius: 40px;
  border-bottom-left-radius: 40px;
}

.a-staff-card-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.a-staff-card h4 {
  font-size: 24px;
  color: #D03635;
  font-family: CalendasPlus;
  line-height: 1.3em;
  margin-top: 30px;
}

.a-sch {
  margin-bottom: 156px;
}

.a-sch-about {
  margin-bottom: 95px;
  height: 255px;
  background: url("../img/ac/red-zoo-bg-3.svg") center no-repeat;
/*    padding-top: 75px;*/
}

.a-sch-about.v-2 {
  background: url("../img/ac/red-zoo-bg-4.svg") center no-repeat;
}

.a-sch-about h1 {
  font-size: 53px;
  color: #D03635;
  margin-bottom: 75px;
  position: relative;
  text-align: center;
}

.a-sch-about h1:before {
  content: '';
  width: 100px;
  height: 2px;
  position: absolute;
  background-color: #D03635;
  bottom: -40px;
  left: calc(50% - 50px);
}

.a-sch-about p {
  width: 354px;
  text-align: center;
  margin: 0 auto;
  display: block;
  font-size: 17px;
  color: #64666B;
  line-height: 1.5em;
}

.a-sch-search {
  margin-bottom: 70px;
}

.a-sch-selection {
  text-align: center;
}

.a-sch-selection a {
  font-size: 17px;
  font-family: BasierCircle-Regular;
  color: #64666B;
  margin: 0 15px;
}

.a-sch-selection a.active {
  font-family: BasierCircle-SemiBold;
  color: #D03635;
  letter-spacing: 0.1em;
}

.a-sch-selection a:first-child {
  margin-left: 0;
}

.a-sch-selection a:last-child {
  margin-right: 0;
}
.a-sch-search input[type=text] {
  border: 0;
  background: url("../img/ac/search-main.svg") 100% 0px no-repeat;
  font-size: 17px;
  color: #64666B;
  width: 175px;
  padding-right: 30px;
}

.a-sch-masonry {
  -webkit-column-width: 440px;
  column-width: 440px;
  -webkit-column-gap: 40px;
  column-gap: 40px;
  padding: 0;
  margin-bottom: 100px;
}

.a-sch-masonry.tenants img {
  height: 300px;
}

.a-sch-masonry img {
  width: 100%;
  margin-bottom: 35px;
  border-bottom-left-radius: 40px;
  border-top-right-radius: 40px;
}

.a-sch-card {
  width: calc(50% - 20px);
  height: 400px;
  border-top-right-radius: 40px;
  border-bottom-left-radius: 40px;
  float: left;
  background-color: #000000;
  position: relative;
  overflow: hidden;
  margin-bottom: 42px;
  will-change: transform; 
}

.a-sch-card img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  opacity: .7;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border-top-right-radius: 40px;
  border-bottom-left-radius: 40px;
}

.a-sch-card h1 {
  font-size: 45px;
  width: 100%;
  color: #FFFFFF;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 999;
  text-align: center;
}

.a-sch-card:nth-child(2n-1) {
  margin-right: 40px;
}

.a-sch-card:nth-last-child(1), .a-sch-card:nth-last-child(2) {
  margin-bottom: 0;
}

.a-sch-card:hover {
  cursor: pointer;
}

.a-sch-card:hover img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0.3;
}

.a-sch-left {
  float: left;
  width: 50%;
}

.a-sch-left img {
  width: 600px;
  height: 700px;
  border-top-right-radius: 40px;
  border-bottom-left-radius: 40px;
  -o-object-fit: cover;
  object-fit: cover;
}

.a-sch-right {
  float: left;
  width: 50%;
}

.a-sch-right h2 {
  font-size: 40px;
  line-height: 1.4em;
  letter-spacing: 0.04em;
  color: #D03635;
  position: relative;
  margin-bottom: 65px;
}

.a-sch-right h2:before {
  content: '';
  width: 100px;
  height: 2px;
  position: absolute;
  background-color: #D03635;
  bottom: -30px;
  left: 0;
}

.a-sch-right p {
  font-size: 17px;
  line-height: 1.5em;
  color: #64666B;
}

.a-sch-tag {
  text-transform: uppercase;
}

.a-sch-list {
  width: 860px;
  margin: 120px auto;
}

.a-sch-list .show-1366 {
  color: #64666B;
}

.a-sch-list .show-1366 span {
  display: block;
}

.a-sch-list .show-1366 .a-sch-achiev-name {
  text-transform: uppercase;
}

.a-sch-list .show-1366 .a-sch-achiev-detail {
  margin-bottom: 20px;
}

.a-sch-list ul li {
  list-style: disc;
  padding-left: 20px;
  color: #64666B;
  font-size: 17px;
  line-height: 1.5em;
}

.a-art-supp-cards {
    width: 340px;
    height: auto;
    float: left;
    margin-right: 40px;
    margin-bottom: 30px;
}
.a-art-supp-cards:nth-child(4n+0) {
  margin-right: 0;
}

.a-art-supp-cards img {
    margin-bottom: 35px;
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 0 40px;
}
.a-art-supp-cards h5 {
  font-size: 24px;
  color: #D03635;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 20px;
}

.a-art-supp-cards span {
  font-size: 17px;
  color: #64666B;
  line-height: 1.5em;
}

.a-art-supp .row {
  margin-bottom: 120px;
}

.a-art-supp-pagination {
  margin-bottom: 179px;
}

.a-art-supp-pagination ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.a-art-supp-pagination ul li {
  margin: 0 calc(25px / 2);
}

.a-art-supp-pagination ul li:first-child {
  margin: 0 40px 0 0;
}

.a-art-supp-pagination ul li:last-child {
  margin: 0 0 0 40px;
}

.a-art-supp-pagination ul li a {
  color: #64666B;
}

.a-art-supp-pagination ul li a.active {
  color: #D03635;
  font-family: BasierCircle-SemiBold;
}

.a-charity-s {
  padding: 0;
  width: 460px;
}

.a-charity-s img {
  width: 100%;
  height: 100%;
  margin-bottom: 25px;
  border-bottom-left-radius: 40px;
  border-top-right-radius: 40px;
  object-fit: cover;
}

.a-charity-s-c {
  width: 100%;
  height: 100px;
}

.a-charity-s-c h5 {
  font-size: 24px;
  color: #D03635;
  line-height: 1.2em;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 20px;
}

.grid-sizer, .grid-item {
  width: calc((100% / 3) - (100px / 3));
}

.gutter-sizer {
  width: 50px;
}

.grid-item {
  float: left;
  height: 415px;
  /* image height + bottom height + margin bottom */
  margin-bottom: 50px;
}

.grid-item--long {
  height: 883px;
  /* image height + bottom height + margin bottom */
}

.a-swiper-banner {
  width: 100%;
  height: 1060px;
  /* Swiper Define Style */
}

.a-swiper-banner.swiper-art-supp h1 {
  font-size: 53px;
  color: #D03635;
  margin-bottom: 75px;
  position: relative;
}

.a-swiper-banner.swiper-art-supp h1:before {
  content: '';
  width: 72px;
  height: 2px;
  position: absolute;
  background-color: #FFFFFF;
  bottom: -40px;
  left: calc(50% - 36px);
}

.a-swiper-banner .swiper-container {
  width: 100%;
  height: 100%;
}

.a-swiper-banner .swiper-button-next, .a-swiper-banner .swiper-button-prev {
  display: none;
}

.a-swiper-banner .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  border-radius: unset;
  opacity: 1;
  background: url("../img/ac/pagination-white-inactive.svg") center no-repeat;
}

.a-swiper-banner .swiper-pagination-bullet-active {
  background: url("../img/ac/pagination-white-active.svg") center no-repeat;
}

.a-swiper-banner .ban-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #000000;
}

.a-swiper-banner .ban-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  opacity: .9;
}

.a-swiper-banner .ban-wrapper h1 {
  font-size: 53px;
  width: 100%;
  color: #FFFFFF;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
  text-align: center;
}

.a-swiper-banner .ban-wrapper p {
  font-size: 17px;
  color: #FFFFFF;
  line-height: 1.5em;
  position: absolute;
  top: calc(50% + 125px);
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
  text-align: center;
}

.a-media-c h1 {
  font-size: 53px;
  color: #D03635;
  margin-bottom: 75px;
  position: relative;
  text-align: center;
}

.a-media-c h1:before {
  content: '';
  width: 100px;
  height: 2px;
  position: absolute;
  background-color: #D03635;
  bottom: -40px;
  left: calc(50% - 50px);
}

.a-media-c p {
  font-size: 17px;
  color: #64666B;
  width: 795px;
  display: block;
  margin: 0 auto;
  line-height: 1.5em;
  text-align: center;
  margin-bottom: 123px;
}

.a-media-c p.no {
  width: unset;
  text-align: unset;
  color: #FFFFFF;
}

.a-media-dates {
  padding-bottom: 85px;
}

.a-media-dates-card {
  float: left;
  width: 340px;
  height: 540px;
  margin-right: 40px;
  margin-bottom: 35px;
}

.a-media-dates-card:nth-child(4n+0) {
  margin-right: 0;
}

.a-media-dates-card img {
  width: 100%;
  height: 390px;
  margin-bottom: 35px;
  border-top-right-radius: 40px;
  border-bottom-left-radius: 40px;
}

.a-media-dates-card h5 {
  margin-bottom: 20px;
  font-size: 24px;
  color: #D03635;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.a-media-dates-card span {
  font-size: 17px;
  color: #64666B;
}

.a-contact-s {
  padding-bottom: 179px;
}

.a-contact-s-left {
  width: 595px;
  float: left;
}

.a-contact-s-left h1 {
  font-size: 53px;
  margin-bottom: 75px;
  position: relative;
  line-height: 1.2em;
}

.a-contact-s-left h1:before {
  content: '';
  width: 100px;
  height: 2px;
  position: absolute;
  background-color: #D03635;
  bottom: -40px;
  left: 0;
}

.a-contact-s-left span {
  font-size: 17px;
  color: #64666B;
  line-height: 1.5em;
  display: block;
  margin-bottom: 40px;
}

.a-contact-s-right {
  width: calc(100% - 595px);
  float: left;
}

.a-contact-s-right .a-form:nth-last-child(2) {
  margin-bottom: 50px;
}

.modal__close {
  position: absolute;
  top: 50px;
  right: 50px;
  width: auto;
  padding: 0;
  z-index: 1;
}

.modal__close .close {
  cursor: pointer;
  background: transparent;
  border: 0;
}

.modal__close .close img {
  -o-object-fit: contain;
  object-fit: contain;
}

.modal-schedule .a-close {
  width: 32px;
  height: 35px;
  position: absolute;
  top: 50px;
  right: 50px;
  background: url("../img/ac/close-white.svg") center no-repeat;
  cursor: pointer;
}
.modal-schedule .a-close:hover{
  background: url("../img/ac/close-brown.svg") center no-repeat;
}
.modal-schedule .modal-right {
  float: left;
  width: 50%;
  height: 100%;
  overflow-y: scroll;
}

.modal-schedule .modal-right p {
  font-size: 17px;
  color: #FFFFFF;
  line-height: 1.5em;
}

.modal-schedule .modal-left {
  float: left;
  width: 50%;
}

.modal-schedule .modal-left h5 {
  font-size: 19px;
  color: #FFFFFF;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.modal-schedule .modal-left h1 {
    font-size: 40px;
    color: #ffffff;
    margin-bottom: 40px;
    width: 340px;
}

.modal-schedule .modal-content {
  height: 640px;
  border-radius: 0;
  border-top-right-radius: 40px;
  border-bottom-left-radius: 40px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: none;
}

.modal-schedule .modal-dialog {
  width: 1160px;
  margin: 5% auto;
}

.modal-schedule .modal-body {
  padding: 95px 155px;
  height: 100%;
}

.modal-fsc .modal-dialog {
  width: 100%;
  margin: 0;
}

.modal-fsc .modal-content {
  height: 100%;
}

.modal-fsc .a-media-slide {
  margin-bottom: 0;
}

.modal-fsc .a-gallery-top {
  height: calc(100vh - 100px);
  border-top-right-radius: 0;
}

.modal-fsc .a-gallery-body {
  border-radius: 0;
}

.modal.fade .modal-dialog {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.modal.in .modal-dialog {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  opacity: 1;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

/* Kek styles */
.w-25 {
  width: 25%;
}

.w-75 {
  width: 75%;
}

.w-50 {
  width: 50%;
}

.w-50 p {
  color: #FFFFFF;
}

.w-100 {
  width: 100%;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.m-0 {
  margin: 0 !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.text-uppercase {
  text-transform: uppercase;
}

/* / Kek styles */
/* Kek swiper */
.a-gallery-top {
  height: 530px;
  width: 100%;
  border-top-right-radius: 40px;
}

@media (max-width: 576px) {
  .a-gallery-top {
    height: 280px;
  }
}

.a-gallery-top .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  background-blend-mode: saturation;
}

.a-gallery-top .swiper-slide:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-filter: brightness(0.5);
  filter: brightness(0.5);
  background-color: rgb(0 0 0 / 0.7);
}

.a-gallery-top .swiper-slide img {
  /*width: 70%;*/
  width: auto;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  /* rev-1 */
  position: relative;
}

.a-gallery-body {
  padding: 10px 0px 10px 35px;
  background: #D03635;
  border-radius: 0 0 0 40px;
}

.a-gallery-body .mb-20 {
  margin-bottom: 20px;
}

.a-gallery-body .mb-20 img {
    margin-right: 15px;
    margin-bottom: 0;
    position: relative;
    top: 5px;
}

@media (max-width: 576px) {
  .a-gallery-body {
    display: block !important;
  }
  .a-gallery-body .w-50 {
    width: 100%;
  }
}

.a-gallery-thumbs {
  height: 80px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media (max-width: 576px) {
  .a-gallery-thumbs {
    height: 60px;
  }
}

.a-gallery-thumbs .swiper-slide {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  background-size: cover;
  opacity: 0.4;
  width: 115px;
  border-radius: 0px 15px;
}

.a-gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}

/* / Kek swiper */
.a-media-slide {
  margin-bottom: 179px;
}

.a-media-video {
  width: 1160px;
  height: 550px;
  margin: 0 auto;
  background-color: #D03635;
  overflow: hidden;
  border-top-right-radius: 40px;
  border-bottom-left-radius: 40px;
  margin-bottom: 179px;
}

.a-media-video-left {
  float: left;
  width: 320px;
  padding: 70px 0 0 78px;
}

.a-media-video-left h1 {
  color: #FFFFFF !important;
  position: unset;
  text-align: left;
  margin-bottom: 30px;
  font-size: 30px;
}

.a-media-video-left h1:before {
  content: none;
  width: unset;
  height: unset;
  position: unset;
  background-color: unset;
  bottom: unset;
  left: unset;
}

.a-media-video-left .read-more {
  background: url("../img/ac/chevron-right-white.svg") no-repeat 97% 4px/6px 13px!important;
  color: #FFFFFF;
}

.a-media-video-left .read-more:hover {
  background: url("../img/ac/chevron-right-white.svg") no-repeat 95% 4px/6px 13px!important;
}

.a-media-video-right {
  float: left;
}

.a-media-video-right img, .a-media-video-right .a-v-embed {
  width: 840px;
  height: 550px;
  border: 0;
}

.a-media-video.big-video {
  width: 100%;
  height: 630px;
  margin-bottom: 125px;
}

.a-media-video.big-video .a-media-video-left {
  width: 100%;
  padding: 20px 0 0 45px;
}

.a-media-video.big-video .a-media-video-left span {
  margin-top: 20px;
  color: white;
  display: block;
}

.a-media-video.big-video .a-media-video-right {
  width: 100%;
}

.a-media-video.big-video .a-media-video-right .a-v-embed {
  width: 100%;
  height: 530px;
}

.a-media-dates-card.videos {
  width: 100%;
  margin-right: 0;
  margin-left: 0;
  padding-left: 270px;
  padding-right: 270px;
  height: 300px;
  margin-bottom: 50px;
}

.a-media-dates-card.videos .v-embed {
  width: 500px;
  height: 300px;
  float: left;
  border: 0;
  border-top-right-radius: 40px;
  border-bottom-left-radius: 40px;
}

.a-media-dates-card.videos .v-embed-detail {
  float: left;
  padding-left: 80px;
  padding-top: 50px;
}

.a-media-dates-card.videos .v-embed-detail h5 {
  width: 240px;
}

.a-tab {
  overflow: hidden;
  margin-bottom: 30px;
}

.a-tab button {
  background-color: inherit;
  margin-bottom: 10px;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  margin-right: 30px;
  color: #64666B;
  font-size: 17px;
}

.a-tab button:last-child {
  margin-right: 0;
}

.a-tab button:hover, .a-tab button.active {
  color: #D03635;
}

.a-tabcontent {
  display: none;
  padding: 0;
  border-top: none;
  -webkit-animation: fadeEffect 1s;
  animation: fadeEffect 1s;
}

@-webkit-keyframes fadeEffect {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeEffect {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.a-footer {
  width: 100%;
  height: 290px;
  background-color: #D03635;
  position: relative;
  z-index: 2;
  margin-top: -25px;
  padding: 37px 70px 0;
}

.a-footer-zoo {
  width: 100%;
  height: 235px;
  background-color: transparent;
}

.a-footer-zoo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.a-footer-upper {
  height: 170px;
  border-bottom: 1px #FFFFFF solid;
}

.a-footer-bottom {
  padding: 20px 0 0 0;
}

.a-footer-bottom-left {
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 40px;
}

.a-footer-bottom-left a {
  font-size: 12px;
  color: #FFFFFF;
  font-family: BasierCircle-Regular;
  margin-right: 30px;
}

.a-footer-bottom-left img {
  width: 112px;
  height: 35px;
}

.a-footer-bottom-right {
  float: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 40px;
  margin-right: 17px;
}

.a-footer-bottom-right a {
  font-size: 12px;
  color: #FFFFFF;
  font-family: BasierCircle-Regular;
  margin-left: 30px;
}
.a-footer-bottom-right a:last-child {
    width: 160px;
    margin-left: 49px;
}
.a-footer-logo {
    width: 178px;
    height: 82px;
    float: left;
}

.a-footer-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.a-footer-detail {
  float: left;
}

.a-footer-detail span {
  font-size: 12px;
  color: #FFFFFF;
  line-height: 1.6em;
}

.a-footer-detail:first-child {
    margin-right: 76px;
    width: 150px;
}

.a-footer-detail .a-socmed {
  width: 30px;
  height: 30px;
  float: left;
  margin-right: 20px;
}

.a-footer-detail .a-socmed-wrapper {
  margin-top: 25px;
}

.a-footer-detail-wrapper {
  float: right;
}

/* RESPONSIVE */
@media screen and (min-width: 1600px) {
  .a-section.with-padding.ex-2 {
    padding-top: 200px;
  }
  .show-1366 {
    display: none;
  }
}

@media screen and (max-width: 1600px) {
  /* Modal FSC */
  .modal-fsc .a-media-slide {
    padding: 0;
  }

  .a-select-selected:after {
      top: 10px!important;
      right: 10px!important;
  }
  .a-select-selected.a-select-arrow-active:after {
      top: 16px!important;
      right: 16px!important;
  }
  /* NAVBAR */
  .a-navbar {
    height: 150px;
  }
  .a-navbar.activated .a-nav-left {
    margin-right: 35px;
  }
  .a-navbar.activated .a-nav-left li {
    margin-left: 25px;
  }
  .a-navbar.activated .a-nav-right {
    margin-left: 35px;
    margin-right: 60px;
  }
  .a-navbar.activated .a-nav-right li {
    margin-right: 25px;
  }
  .a-nav-logo {
    width: 85px;
    height: 125px;
  }
  .a-nav-left {
    margin-right: 52px;
  }
  .a-nav-right {
    margin-left: 52px;
    margin-right: 50px;
  }
  .a-nav-left li {
    margin-left: 30px;
  }
  .a-nav-right li {
    margin-right: 30px;
  }
  .a-nav li a {
    font-size: 14px;
  }
  /* GLOBAL THINGY */
  .hide-1366 {
    display: none;
  }
  .show-1366 {
    display: block;
  }
  a.read-more {
    font-size: 14px;
    padding-right: 15px;
    background: url("../img/ac/chevron-right-brown.svg") no-repeat 98% 4px/9px 10px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  a.read-more:hover {
    background: url("../img/ac/chevron-right-brown.svg") no-repeat 100% 4px/9px 10px;
  }
  a.read-more.reversed {
    padding-right: 0;
    padding-left: 20px;
    background: url("../img/ac/chevron-left-brown.svg") no-repeat 0% 4px/9px 10px;
  }
  button.read-more {
    font-size: 14px;
    padding-right: 15px;
    background: url("../img/ac/chevron-right-brown.svg") no-repeat 98% 4px/9px 10px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  button.read-more:hover {
    background: url("../img/ac/chevron-right-brown.svg") no-repeat 100% 4px/9px 10px;
  }
  button.read-more.reversed {
    padding-right: 0;
    padding-left: 20px;
    background: url("../img/ac/chevron-left-brown.svg") no-repeat 0% 4px/9px 10px;
  }
  .a-section.with-padding {
    padding-top: 260px;
  }
  .a-section.with-padding.ex-2 {
    padding-top: 165px;
  }
  .a-section.with-padding--2 {
    padding-top: 125px;
  }
  .a-section.with-padding--3 {
    padding-top: 255px;
  }
  .a-section.with-padding.smaller--1 {
    padding-top: 180px;
  }
  /* SECTION WRAPPER */
  .a-section-wrapper, .a-section-wrapper.big, .a-section-wrapper.wrapper--2, .a-section-wrapper.wrapper--1 {
    width: 100%;
  }
  /* HOMEPAGE */
  .a-about {
    height: 464px;
    margin: 52px 56px 82px;
  }
  .a-about h1 {
    font-size: 45px;
    margin-bottom: 60px;
  }
  .a-about h1:before {
    bottom: -30px;
    width: 72px;
    left: calc(50% - (72px/2));
  }
  .a-about h5 {
    margin-bottom: 50px;
  }
  .a-about p {
    font-size: 15px;
    width: 616px;
  }
  .a-about a {
    margin-top: 45px;
  }
  .a-event {
    padding-left: 142px;
    padding-right: 142px;
  }
  .a-event-card {
    height: 550px;
    width: calc(50% - 15px);
  }
  .a-event-card:first-child {
    margin-right: 30px;
  }
  .a-event-card h1 {
    font-size: 45px;
  }
  .a-event {
    margin-bottom: 105px;
  }
  .a-showcase {
    height: 550px;
    margin-bottom: 105px;
    padding: 0 141px 20px;
  }
  .a-showcase-text {
    padding: 50px 124px 0 0;
    width: calc(100% - 615px);
  }
  .a-showcase-text {
    width: 54.48%;
    right: 45.52%;
  }
  .a-showcase-text h5 {
    font-size: 16px;
    margin-bottom: 50px;
  }
  .a-showcase-text h2 {
    font-size: 34px;
    width: 322px;
    line-height: 1.2em;
    margin-bottom: 72px;
  }
  .a-showcase-text h2:before {
    width: 72px;
    bottom: -37px;
  }
  .a-showcase-text a {
    left: 0;
    bottom: 10px;
    width: 105px;
  }
  .a-showcase-swiper-container .swiper-slide img {
    width: 615px;
  }
  .a-showcase-text p {
    font-size: 15px;
  }
  .a-showcase-swiper {
    width: 615px;
  }
  .a-showcase-swiper {
    width: 45.52%;
    left: 54.48%;
  }
  .a-section-wrapper.big {
    padding-right: 55px;
    padding-left: 55px;
  }
  .a-charity {
    height: 500px;
    margin-bottom: 125px;
  }
  .a-charity h1 {
    font-size: 45px;
    margin-bottom: 60px;
  }
  .a-charity h1:before {
    bottom: -30px;
    width: 72px;
    left: calc(50% - (72px/2));
  }
  .a-charity-text p {
    font-size: 15px;
  }
  .a-charity-text a {
    margin-top: 50px;
    font-size: 14px;
    background: url("../img/ac/chevron-right-white.svg") no-repeat 93% 4px/9px 10px;
  }
  .a-charity-text a:hover {
    background: url("../img/ac/chevron-right-white.svg") no-repeat 95% 4px/9px 10px;
  }
  .a-supp {
    margin-bottom: 125px;
  }
  .a-supp-wrapper {
    width: 1084px;
    margin-bottom: 20px;
  }
  .a-supp h1 {
    font-size: 45px;
    margin-bottom: 50px;
  }
  .a-supp h4 {
    font-size: 22px;
  }
  .a-supp span {
    font-size: 15px;
    color: #64666B;
  }
  .a-supps {
    width: 320px;
    height: 485px;
  }
  .a-supps:first-child {
    margin-right: 60px;
  }
  .a-supps:nth-last-child(2) {
    margin-left: 60px;
  }
  .a-supp img {
    width: 100%;
    height: 350px;
    margin-bottom: 30px;
  }
  .a-media-card:first-child {
    margin-right: 30px;
  }
  .a-media-card {
    height: 350px;
  }
  .a-media-card h1 {
    font-size: 45px;
  }
  .a-map {
    margin-bottom: 125px;
    padding-bottom: 125px;
  }
  .a-map-wrapper {
    width: 786px;
    height: 357px;
  }
  .a-map-detail {
    width: calc(100% - 786px);
    padding: 45px 0 0 117px;
  }
  .a-map-detail h1 {
    font-size: 45px;
    margin-bottom: 60px;
  }
  .a-map-detail h1:before {
    bottom: -30px;
    width: 72px;
    left: 0;
  }
  .a-map-detail p {
    font-size: 15px;
  }
  .a-contact {
    padding: 0 142px;
    height: 435px;
    margin-bottom: 125px;
  }
  .a-contact-left {
    padding-right: 75px;
    width: 585px;
  }
  .a-contact-left h3 {
    margin-bottom: 65px;
  }
  .a-form .a-input-1 {
    width: 87px;
    margin-right: 30px;
  }
  .a-form .a-input-2 {
    width: calc(100% - (87px + 30px));
  }
  .a-form .a-input-3 {
    width: 320px;
    margin-right: 30px;
  }
  .a-form .a-input-4 {
    width: calc(100% - (320px + 30px));
  }
  .a-form .a-input-5 {
    width: 204px;
  }
  .a-form textarea.a-input {
    height: 112px;
  }
  .a-select-items div {
    padding: 12px 16px;
  }
  .a-form .a-input {
    height: 30px;
  }
  .a-select-selected {
    height: 30px;
    padding-top: 4px;
  }
  .a-contact h3 {
    font-size: 28px;
  }
  .a-contact-right h3 {
    margin-bottom: 80px;
  }
  .a-contact-right {
    width: calc(100% - 585px);
  }
  /* ABOUT */
  .a-about-founder {
    height: 600px;
    margin-bottom: 90px;
    padding: 0 170px;
  }
  .a-about-founder-img {
    padding-right: 36px;
  }
  .a-about-founder-detail h5 {
    font-size: 16px;
    margin-bottom: 52px;
  }
  .a-about-founder-detail h1 {
    font-size: 45px;
    margin-bottom: 60px;
  }
  .a-about-founder-detail h1:before {
    bottom: -30px;
    width: 72px;
    left: 0;
  }
  .a-about-founder-detail p {
    font-size: 15px;
  }
  .a-about-quote-h {
    margin-bottom: 85px;
  }
  .a-about-quote-h .a-open-q, .a-about-quote-h .a-close-q {
    width: 55px;
  }
  .a-about-quote p, .a-about-quote ul {
    font-size: 15px;
    width: 790px;
  }
  .a-about-staff {
    margin-bottom: 125px;
  }
  .a-about-staff-wrapper {
    width: 1080px;
    margin: 0 auto;
  }
  .a-about-staff h5 {
    font-size: 16px;
    margin-bottom: 50px;
  }
  .a-about-staff h1 {
    font-size: 45px;
    margin-bottom: 75px;
  }
  .a-about-staff h1:before {
    bottom: -30px;
    width: 72px;
    left: calc(50% - 36px);
  }
  .a-staff-card {
    width: 240px;
    height: 390px;
    margin-right: 40px;
    margin-bottom: 40px;
  }
  .a-staff-card h4 {
    font-size: 22px;
  }
  .a-staff-card-img {
    width: 100%;
    height: 303px;
  }
  .a-about-quote {
    margin-bottom: 125px;
  }
  /* SHOWCASE */
  .a-sch-about h1 {
    font-size: 45px;
    margin-bottom: 60px;
  }
  .a-sch-about h1.v-2 {
    width: 250px;
    margin: 0 auto 60px;
  }
  .a-sch-about h1:before {
    bottom: -30px;
    width: 72px;
    left: calc(50% - 36px);
  }
  .a-sch-about {
    margin: 0 50px 75px;
    height: 265px;
    padding-top: 115px;
  }
  .a-sch-about p {
    font-size: 15px;
  }
  .a-sch {
    margin-bottom: 125px;
    padding: 0 172px;
  }
  .a-sch-card {
    margin-bottom: 25px;
    width: calc(50% - (25px / 2));
    height: 290px;
  }
  .a-sch-card h1 {
    font-size: 34px;
  }
  .a-sch-card:nth-child(2n-1) {
    margin-right: 25px;
  }
  .a-sch-search {
    padding: 0 171px;
    margin-bottom: 50px;
  }
  .a-sch-search input[type=text] {
    font-size: 15px;
  }
  .a-sch-masonry {
    padding: 0 171px;
    -webkit-column-width: 230px;
    column-width: 230px;
    -webkit-column-gap: 30px;
    column-gap: 30px;
  }
  .a-sch-selection a {
    font-size: 15px;
    margin: 0 12px;
  }
  /* SHOWCASE DETAIL */
  .a-sch-detail-wrap.clearfix {
    padding: 0 171px;
  }
  .a-sch-left {
    width: calc(50% - 44px);
    /* 44px kelebihan */
  }
  .a-sch-left img {
    width: 351px;
    height: 450px;
  }
  .a-sch-right {
    width: calc(50% + 44px);
    /* 44px kelebihan */
  }
  .a-sch-right h2 {
    font-size: 34px;
    margin-bottom: 60px;
  }
  .a-sch-right h2:before {
    bottom: -30px;
    width: 72px;
    left: 0;
  }
  .a-sch-right p {
    font-size: 15px;
  }
  .a-sch-list {
    margin: 100px auto;
  }
  /* ART SUPPLIES */
  .a-swiper-banner {
    height: 100vh;
  }
  .a-swiper-banner .ban-wrapper h1 {
    font-size: 45px;
    margin-bottom: 60px;
  }
  .a-swiper-banner.swiper-art-supp h1:before {
    bottom: -30px;
    width: 72px;
    left: calc(50% - 36px);
  }
  .a-swiper-banner .ban-wrapper p {
    font-size: 15px;
    top: calc(50% + 100px);
  }
  .a-art-supp .row {
    margin-bottom: 100px;
  }
  .a-art-supp-cards {
    height: 480px;
    margin-right: 47px;
    margin-bottom: 30px;
    width: 310px;
  }
  .a-art-supp-cards img {
    width: 100%;
    height: 350px;
  }
  .a-art-supp {
    width: 1024px;
    margin: 0 auto;
  }
  .a-art-supp-cards:nth-child(3n+0) {
    margin-right: 0;
  }
  .a-art-supp-cards:nth-child(4n+0) {
    margin-right: 47px;
  }
  .a-art-supp-cards:last-child {
    margin-right: 0;
  }
  .a-art-supp-pagination {
    margin-bottom: 125px;
  }
  /* CHARITY */
  .a-charity-masonry.grid {
    width: 930px;
    margin: 0 auto;
  }
  .grid-sizer, .grid-item {
    width: calc((100% / 2) - 25px);
  }
  .gutter-sizer {
    width: 50px;
  }
  .grid-item {
    float: left;
    height: 405px;
    /* image height + bottom height + margin bottom */
    margin-bottom: 40px;
  }
  .grid-item img {
    height: 280px;
  }
  .grid-item--long {
    height: 857px;
    /* image height + bottom height + margin bottom */
  }
  .grid-item--long img {
    height: 732px;
  }
  .a-charity-s-c h5 {
    font-size: 22px;
    margin-bottom: 15px;
  }
  /* EVENTS */
  .a-events-wrapper {
    padding: 0 142px;
  }
  .a-events-wrapper h1 {
    margin-bottom: 50px;
    font-size: 45px;
  }
  .a-events-card-left img {
    width: 466px;
    height: 450px;
  }
  .a-events-card-right h6 {
    font-size: 16px;
    margin-bottom: 30px;
  }
  .a-events-card-right h2 {
    font-size: 34px;
    margin-bottom: 30px;
  }
  .a-events-card-right h2:before {
    bottom: -30px;
    width: 72px;
    left: 0;
  }
  .a-events-card-right p {
    font-size: 15px;
    margin-bottom: 50px;
  }
  .a-events-card {
    padding: 50px 0;
  }
  .a-past-events {
    padding-top: 50px;
    padding-bottom: 125px;
  }
  .a-past-events h1 {
    margin-bottom: 50px;
  }
  /* MEDIA */
  .a-media-c h1 {
    font-size: 30px;
    margin-bottom: 60px;
    /* rev-1 */
  }
  .a-media-c h1:before {
    bottom: -30px;
    width: 72px;
    left: calc(50% - 36px);
  }
  .a-media-c p {
    font-size: 15px;
    margin-bottom: 100px;
  }
  .a-media-slide {
    margin-bottom: 125px;
    padding: 0 54px;
  }
  .a-gallery-body .mb-20 {
    margin-bottom: 10px;
    margin-top: 10px;
  }
  .a-media-dates {
    padding: 0 165px 85px;
  }
  .a-media-dates-card {
    width: calc((100% / 3) - 30px);
    height: 490px;
    margin-bottom: 20px;
    margin-right: 45px;
  }
  .a-media-dates-card img {
    height: 350px;
    margin-bottom: 30px;
  }
  .a-media-dates-card h5 {
    font-size: 22px;
    margin-bottom: 15px;
  }
  .a-media-dates-card span {
    font-size: 15px;
  }
  .a-media-dates-card:nth-child(4n+0) {
    margin-right: 45px;
  }
  .a-media-dates-card:nth-child(3n+0) {
    margin-right: 0;
  }
  .a-media-video-left .read-more {
    background: url("../img/ac/chevron-right-white.svg") no-repeat 97% 4px/6px 10px;
  }
  .a-media-video-left .read-more:hover {
    background: url("../img/ac/chevron-right-white.svg") no-repeat 100% 4px/6px 10px;
  }
  .a-media-video {
    width: 850px;
    height: 400px;
  }
  .a-media-video-left {
    width: 232px;
    padding: 50px;
  }
  .a-media-video-right {
    width: calc(100% - 232px);
    height: 100%;
  }
  .a-media-video-right img, .a-v-embed {
    height: 100% !important;
    width: 100% !important;
  }
  /* CONTACT */
  .a-contact-s {
    padding: 0 171px 125px;
  }
  .a-contact-s-left h1 {
    font-size: 45px;
    margin-bottom: 60px;
  }
  .a-contact-s-left h1:before {
    bottom: -30px;
    width: 72px;
    left: 0;
  }
  .a-contact-s-left span {
    font-size: 15px;
    margin-bottom: 30px;
  }
  .a-contact-s-left {
    width: 48.55%;
  }
  .a-contact-s-right {
    width: 51.45%;
  }
  .a-footer-zoo {
    height: 180px;
    padding: 0 49px;
  }
  .a-footer-detail {
    min-width: 170px;
    max-width: 215px;
  }
  .a-footer-detail span {
    font-size: 12px;
  }
  .a-footer-detail .a-socmed {
    width: 20px;
    height: 20px;
    margin-right: 15px;
  }
  .a-footer-bottom-left a {
    font-size: 12px;
    margin-right: 25px;
  }
  .a-footer-bottom-right a {
    font-size: 12px;
    margin-left: 25px;
  }
}

@media screen and (max-width: 1250px) {
  /* HOMEPAGE */
  .a-showcase-text {
    padding: 50px 80px 0 0;
  }
  .a-map-wrapper {
    width: 50%;
  }
  .a-map-detail {
    width: 50%;
  }
}

@media screen and (max-width: 1200px) {
  /* Modal FSC */
  .modal-schedule.modal-fsc .modal-dialog {
    padding: 0;
  }
  /* HOMEPAGE */
  .a-event, .a-showcase {
    padding-right: 55px;
    padding-left: 55px;
  }
  .a-supp-wrapper {
    width: 100%;
  }
  .a-supps {
    width: calc(33.33% - 40px);
    /* 1/3 of 100% - margin */
  }
  /* CONTACT */
  .a-contact-s {
    padding: 0 85px 125px;
  }
  /* SCHEDULE MODAL */
  .modal-schedule .modal-dialog {
    width: 100%;
    padding: 112px 70px;
    margin: 0;
  }
  .modal-schedule .modal-content {
    height: auto;
    /* rev-2 */
    /*min-height: 800px;*/
  }
  .modal-schedule .modal-left {
    width: 100%;
    margin-bottom: 60px;
  }
  .modal-schedule .modal-left h1 {
    margin-bottom: 20px;
  }
  .modal-schedule .modal-left h5 {
    margin-bottom: 40px;
  }
  .modal-schedule .modal-right {
    width: 100%;
  }
  .modal-schedule .modal-right p {
    font-size: 15px;
  }
  .modal-schedule .modal-left h1 {
    font-size: 45px;
  }
  .modal-schedule .modal-left h5 {
    font-size: 16px;
  }
  .modal-schedule .modal-body {
    padding: 95px 130px;
  }

  

  .a-footer-bottom-right a:first-child {
    margin-left: 0;
  }

  

  

  .a-footer-bottom-left a:last-child {
    margin-right: 0;
  }

  .a-footer {
    padding: 37px 50px 0;
  }
}

@media screen and (max-width: 1120px) {
  /* GLOBAL THINGY */
  /* NAVBAR */
  .a-nav-left {
    margin-right: 20px;
  }
  .a-nav-left li {
    margin-left: 15px;
  }
  .a-nav-right {
    margin-left: 20px;
    margin-right: 70px;
  }
  .a-nav-right li {
    margin-right: 15px;
  }
  /* HOMEPAGE */
  .a-contact {
    padding: 0 55px;
  }
  /* moved to 1024 */
  /* ABOUT */
  .a-about-founder {
    padding: 0 31px;
    height: auto;
  }
  .a-about-founder-img {
    padding-right: 25px;
    height: 412px;
  }
  .a-about-founder-detail h5 {
    margin-bottom: 45px;
  }
  .a-about-founder-detail h1 {
    margin-bottom: 50px;
    font-size: 40px;
  }
  .a-about-founder-detail h1:before {
    bottom: -25px;
  }
  .a-about-quote-h h2 {
    font-size: 25px;
  }
  .a-about-quote-h .a-open-q, .a-about-quote-h .a-close-q {
    width: 41px;
  }
  .a-about-founder-detail p {
    font-size: 14px;
  }
  .a-about-quote p, .a-about-quote ul {
    font-size: 14px;
    width: 100%;
    padding: 0 140px;
  }
  .a-about-staff-wrapper {
    width: 100%;
    padding: 0 31px;
  }
  .a-staff-card h4 {
    margin-top: 25px;
    font-size: 20px;
  }
  .a-staff-card {
    width: calc((100% - 60px) / 4);
    margin-right: 20px;
    height: 315px;
    /* Dikurangi height yang sebelumnya dari card-img, males ngitung, lgsg aja */
  }
  .a-staff-card:last-child.last-one {
    margin-left: calc(50% - (((100% - 60px) / 4) / 2));
  }
  .a-staff-card-img {
    height: 240px;
  }
  .a-about-quote-h {
    padding: 0 21px;
  }
  /* SHOWCASE */
  .a-sch-masonry {
    -webkit-column-gap: 20px;
    column-gap: 20px;
    padding: 0 31px;
    -webkit-column-width: 250px;
    column-width: 250px;
  }
  .a-sch-search {
    padding: 0 31px;
  }
  /* MEDIA */
  .a-media-dates-card {
    width: calc(50% - (45px / 2));
    height: 430px;
  }
  .a-media-dates-card:nth-child(3n+0) {
    margin-right: 45px;
  }
  .a-media-dates-card:nth-child(2n+0) {
    margin-right: 0;
  }
  .a-media-dates {
    padding: 0 77px 85px;
  }
  .a-media-video {
    width: calc(100% - (77px * 2));
  }
  .a-media-dates-card img {
    height: 300px;
  }
  .a-media-slide {
    padding: 0 30px;
  }
  .a-gallery-top {
    height: 600px;
  }
  .a-media-c h1, .a-media-c h1 {
    font-size: 40px;
  }
  .a-media-c p {
    font-size: 14px;
  }
  .a-media-dates-card h5 {
    font-size: 16px;
  }
  .a-media-dates-card span {
    font-size: 14px;
  }
  /* SHOWCASE DETAIL */
  .a-sch-detail-wrap.clearfix {
    padding: 0 31px;
  }

  /*.a-footer-bottom-right a {
    margin-left: 15px;
  }
  .a-footer-bottom-right a:last-child {
    margin-left: 15px;
  }*/
  .a-footer-bottom-left a {
    margin-right: 10px;
  }
}



@media screen and (max-width: 1080px) {
  /* NAVBAR */
  .a-navbar.activated .a-nav-left {
    margin-right: 20px;
  }
  .a-navbar.activated .a-nav-left li {
    margin-left: 15px;
  }
  .a-navbar.activated .a-nav-right {
    margin-left: 20px;
    margin-right: 70px;
  }
  .a-navbar.activated .a-nav-right li {
    margin-right: 15px;
  }
  /* ART SUPPLIES */
  .a-art-supp {
    padding: 0 77px;
    width: 100%;
    margin: unset;
  }
  .a-art-supp-cards {
    width: calc(50% - 30px);
    height: 430px;
  }
  .a-art-supp-cards:nth-child(3n+0) {
    margin-right: unset;
  }
  .a-art-supp-cards:nth-child(2n+0) {
    margin-right: 0;
  }
  .a-art-supp-cards:nth-child(2n-1) {
    margin-right: 60px;
  }
  .a-art-supp-cards img {
    height: 300px;
  }
  /* EVENTS */
  .a-events-wrapper {
    padding: 0 77px;
  }
  .a-events-card-left img {
    width: 100%;
    height: 100%;
  }
  .a-events-card-right h2 {
    font-size: 30px;
  }
  .a-events-card-right p {
    font-size: 14px;
  }
  .a-events-wrapper h1 {
    font-size: 40px;
  }
  .a-events-card-right {
    padding-left: 66px;
  }
  .a-past-events h1 {
    font-size: 40px;
  }
  .a-past-events-card img {
    height: 300px;
    margin-bottom: 25px;
  }
  .a-past-events-card h6 {
    margin-bottom: 15px;
    font-size: 16px;
  }
  .a-past-events-card h5 {
    margin-bottom: 20px;
    font-size: 20px;
  }
  /* CHARITY DETAIL */
  .a-charity-detail {
    padding: 100px 141px 0;
    width: 100%;
    margin: 0;
  }
  .a-charity-detail p {
    font-size: 16px;
  }
  .a-charity-detail h1 {
    font-size: 30px;
  }
}

@media screen and (max-width: 1055px) {
  .a-footer-detail:first-child {
    margin-right: 30px!important;
  }

  .a-footer-bottom-right a:last-child {
    margin-left: 26px;
  }
}

@media screen and (max-width: 1025px) {
  .a-footer-zoo {
    height: 150px;
  }
  .a-footer {
    height: auto;
    padding-bottom: 25px;
  }
  .a-footer-bottom-left {
    display: block;
    -webkit-box-align: unset;
    -ms-flex-align: unset;
    align-items: unset;
    height: auto;
    width: 390px;
  }
  .a-footer-bottom-left a {
    display: block;
    float: left;
    margin: 10px 25px 0px 0;
  }
  .a-footer-bottom-right {
    display: block;
    position: relative;
    -webkit-box-align: unset;
    -ms-flex-align: unset;
    align-items: unset;
    height: 48px;
    width: calc(100% - 390px);
    /* minus bottom left width */
    margin-right: 0;
  }
  .a-footer-bottom-right a {
    display: block;
    margin-left: 0;
    margin-top: 10px;
  }
  .a-footer-bottom-right a:last-child {
    position: absolute;
    display: block;
    top: 0;
    right: 0;
  }
}

@media screen and (max-width: 1025px) and (min-width: 991px) {
  .a-footer-bottom-right {
    min-width: 415px;
    width: auto;
  }

  .a-footer-bottom-left a.f-menus {
    min-width: 101px;
  }

  .a-footer-detail:first-child {
    margin-right: 69px!important;
  }
}

@media screen and (min-width: 990px) {
  .show-990 {
    display: none;
  }
}

@media screen and (max-width: 990px) {
  /* GLOBAL THINGY */
  .show-990 {
    display: block;
  }
  .hide-990 {
    display: none;
  }
  /* NAVBAR */
  .a-navbar {
    height: 120px;
  }
  .a-nav-logo {
    height: 90px;
  }
  .a-navbar.activated {
    height: 90px;
  }
  .a-navbar.activated .a-nav-logo {
    width: 65px;
    height: 65px;
  }
  .a-menu-overlay {
    /* rev-4 */
    /*width: 100%;*/
    /*height: 0;*/
    height: 100%;
    width: 0;
    position: fixed;
    background-color: #EDEDED;
    z-index: 20;
    padding-top: 0;
    text-align: center;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
  .a-menu-overlay.activated .a-nav-logo {
    width: 65px;
    height: 65px;
    left: calc(50% - (65px / 2));
  }
  .a-menu-overlay.open {
    /* rev-4 */
    /*height: 100%;*/
    width: 100%;
    padding-top: 140px;
    opacity: 1;
  }
  .a-menu-overlay .a-nav-logo {
    position: absolute;
    top: 20px;
    left: calc(50% - (85px / 2));
  }
  .a-menu-overlay ul {
    padding-left: 20px;
    padding-right: 20px;
    overflow: scroll;
    height: 100%;
  }
  .a-menu-overlay li {
    display: block;
    padding: 30px 0;
    border-bottom: 1px #D03635 solid;
  }
  .a-menu-overlay li:first-child {
    border-top: 1px #D03635 solid;
  }
  .a-menu-overlay li a {
    color: #D03635;
  }
  .nav-burger-text {
    position: fixed;
    left: 60px;
    text-transform: uppercase;
    color: #FFFFFF;
    font-family: BasierCircle-Regular;
    font-size: 10px;
    z-index: 21;
    top: 55px;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .nav-burger-text.colored {
    color: #D03635;
  }
  .nav-burger-text.colored.activated {
    color: #FFFFFF;
  }
  .nav-burger-text.colored.activated.open {
    color: #D03635;
  }
  .nav-burger-text.open {
    color: #D03635;
  }
  .nav-burger-text.activated {
    top: 40px;
  }
  #nav-burger {
    width: 25px;
    height: 20px;
    position: fixed;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    cursor: pointer;
    left: 20px;
    z-index: 21;
    top: 50px;
  }
  #nav-burger.colored span {
    background: #D03635;
  }
  #nav-burger.colored.activated span {
    background: #FFFFFF;
  }
  #nav-burger.colored.activated.open span {
    background: #D03635;
  }
  #nav-burger.activated {
    top: 35px;
  }
  #nav-burger span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #FFFFFF;
    border-bottom-left-radius: 3px;
    border-top-right-radius: 3px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    z-index: 21;
  }
  #nav-burger.open span {
    background: #D03635;
  }
  #nav-burger span:nth-child(1) {
    top: 0px;
  }
  #nav-burger span:nth-child(2), #nav-burger span:nth-child(3) {
    top: 10px;
  }
  #nav-burger span:nth-child(4) {
    top: 20px;
  }
  #nav-burger.open span:nth-child(1) {
    top: 10px;
    width: 0%;
    left: 50%;
  }
  #nav-burger.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #nav-burger.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);

    border-bottom-left-radius: 0;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 0;
    border-top-left-radius: 3px;
  }
  #nav-burger.open span:nth-child(4) {
    top: 10px;
    width: 0%;
    left: 50%;
  }
  /* HOMEPAGE */
  .a-about {
    margin: 52px 31px 82px;
    background: url("../img/ac/red-zoo-bg.svg") bottom no-repeat;
    height: 400px;
  }
  .a-about h5 {
    font-size: 16px;
  }
  .a-about h1 {
    font-size: 40px;
  }
  .a-about p {
    font-size: 14px;
    width: 445px;
  }
  .a-event-card:first-child {
    margin-right: 20px;
  }
  .a-event-card {
    width: calc(50% - 10px);
    height: 410px;
  }
  .a-event-card h1 {
    font-size: 40px;
  }
  .a-showcase-text h2 {
    width: 100%;
    font-size: 30px;
    margin-bottom: 60px;
  }
  .a-showcase-text h2:before {
    bottom: -30px;
  }
  .a-showcase-text p {
    font-size: 14px;
  }
  .a-event, .a-showcase {
    padding-left: 31px;
    padding-right: 31px;
  }
  .a-showcase {
    height: 510px;
  }
  .a-showcase-text {
    padding: 45px 50px 0 0;
    width: 35%;
  }
  .a-showcase-text {
    width: 35%;
    right: 65%;
  }
  .a-showcase-text a {
    bottom: 30px;
  }
  .a-showcase-swiper {
    width: 65%;
  }
  .a-showcase-swiper {
    width: 65%;
    left: 35%;
  }
  .a-charity {
    height: 410px;
  }
  .a-charity h1 {
    font-size: 40px;
  }
  .a-charity-text {
    width: 100%;
    padding: 0 69px;
  }
  .a-charity-text p {
    font-size: 14px;
  }
  .a-section-wrapper.big {
    padding-left: 31px;
    padding-right: 31px;
  }
  .a-supp h1 {
    font-size: 40px;
  }
  .a-supp h4 {
    font-size: 20px;
  }
  .a-supp-wrapper {
    padding-left: 66px;
    padding-right: 66px;
  }
  .a-supps {
    width: calc(50% - 10px);
  }
  .a-supps:first-child {
    margin-right: 10px;
  }
  .a-supps:nth-last-child(2) {
    margin-left: 10px;
  }
  .a-media-card {
    width: calc(50% - 10px);
  }
  .a-media-card:first-child {
    margin-right: 20px;
  }
  .a-map-wrapper {
    height: 500px;
  }
  .a-map-detail h1 {
    font-size: 40px;
  }
  .a-map-detail p {
    font-size: 14px;
  }
  .a-contact {
    padding: 0 31px;
  }
  .a-contact-left {
    padding-right: 43px;
    width: 60%;
  }
  .a-contact-right {
    padding-left: 41px;
    width: 40%;
  }
  .a-select-selected, .a-form .a-input {
    font-size: 15px;
  }
  .a-footer-bottom-left a.f-menus {
    width: 101px;
  }
  .a-footer-bottom-left a.f-menus:last-child {
    width: auto;
    /*margin-left: 105px;*/
  }
  .a-footer-zoo {
    overflow: hidden;
    width: calc(100% - 62px);
    height: 160px;
    padding: unset;
    margin-right: 31px;
    margin-left: 31px;
  }
  .a-footer-zoo img {
    width: 118%;
    float: right;
  }
  .a-footer-logo {
    width: 178px;
    height: 60px;
  }
  .a-footer-detail:first-child {
    margin-right: 25px;
    width: auto;
  }
  .a-footer-bottom-left {
    width: 360px;
  }
  .a-footer-bottom-left img {
    width: 80px;
    height: 25px;
  }
  .a-footer-bottom-right {
    width: calc(100% - 360px);
  }
  /* SCHEDULE */
  .a-sch-about h1 {
    font-size: 40px;
  }
  .a-sch-about p {
    font-size: 14px;
  }
  .a-sch {
    padding: 0 31px 85px;
    margin-bottom: 0;
  }
  .a-sch-card h1 {
    font-size: 30px;
  }
  /* SHOWCASE */
  .a-sch-masonry {
    -webkit-column-width: 180px;
    column-width: 180px;
  }
  /* CHARITY */
  .a-charity-masonry.grid {
    width: 100%;
  }
  .masonry-wrapper {
    padding: 0 31px;
  }
  /* CONTACT */
  .a-contact-s {
    padding: 0 31px 85px;
  }
  .a-contact-s .a-form .a-input-2, .a-form .a-input-4 {
    width: 100%;
    margin-top: 18px;
  }
  .a-contact-s .a-form .a-input-3 {
    width: 100%;
    margin-right: 0;
  }
}

@media screen and (max-width: 960px) {
  /* SHOWCASE DETAIL */
  .a-sch-list {
    width: 100%;
    padding: 0 100px;
  }
  .a-sch-left {
    width: 222px;
  }
  .a-sch-left img {
    width: 100%;
    height: 320px;
  }
  .a-sch-right {
    width: calc(100% - 222px);
    padding-left: 42px;
  }
  .a-sch-list ul li {
    font-size: 15px;
  }
}

@media screen and (max-width: 860px) {
  /* EVENTS */
  .a-events-card-right h6 {
    margin-bottom: 25px;
  }
  .a-events-card-right h2 {
    font-size: 29px;
  }
  .a-events-card-right h2 {
    margin-bottom: 30px;
  }
  .a-events-card-right h2:before {
    bottom: calc(-45px / 2);
  }
  .a-events-card-right p {
    margin-bottom: 35px;
  }
  .a-events-card-right {
    padding-left: 33px;
  }
  .a-events-card-left {
    padding-right: 33px;
  }
  .a-events-card-left img {
    height: 320px;
  }
  /* MEDIA */
  .a-media-c p {
    width: 100%;
    padding: 0 50px;
  }
}

@media screen and (max-width: 766px) {
  /* HOMEPAGE */
  .a-showcase-text {
    padding: 45px 25px 0 0;
  }
  .a-showcase-text a {
    bottom: 0;
  }
  /* CHARITY */
  .grid-item--long {
    height: calc(857px - (732px - 584px));
  }
  .grid-item--long img {
    height: 584px;
  }
}

@media screen and (min-width: 725px) {
  /* GLOBAL THINGY */
  .show-725 {
    display: none;
  }
}

@media screen and (max-width: 725px) {
  /* GLOBAL THINGY */
  .show-725 {
    display: block;
  }
  .hide-725 {
    display: none;
  }
  /* HOMEPAGE */
  .a-footer-bottom-left, .a-footer-bottom-right {
    width: 100%;
  }
  .a-footer-bottom-left {
    padding-bottom: 25px;
    border-bottom: 1px #FFFFFF solid;
  }
  .a-footer-bottom-left a {
    width: 33.33% !important;
    margin-right: 0;
  }
  .a-footer-bottom-left a.f-menus {
    margin-right: 0;
    margin-left: 0;
    float: right;
  }
  .a-footer-bottom-left a.f-menus:last-child {
    margin-left: 0;
    /*margin-right: 33.33333%;*/
  }
  .a-footer-bottom-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .a-footer-bottom-right a:first-child {
    margin-right: 45px;
  }
  .a-footer-bottom-right a:last-child {
    top: 10px;
    right: 0;
    text-align: right;
  }
  .a-footer-logo {
    height: 90px;
    margin-bottom: 30px;
  }
  .a-footer-logo, .a-footer-detail {
    width: 100%;
  }
  .a-footer-upper {
    height: auto;
    padding-bottom: 25px;
  }
  .a-footer-detail {
    text-align: center;
  }
  .a-footer-detail:first-child {
    margin-right: 0;
    margin-bottom: 25px;
    padding: 0 60px;
  }
  .a-footer-detail .a-socmed-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .a-footer-detail .a-socmed {
    margin: 0 10px;
    width: 25px;
    height: 25px;
  }
  /* EVENTS */
  .a-events-wrapper {
    padding: 0 20px;
  }
  .a-events-card-left, .a-events-card-right {
    padding: 0;
    width: 100%;
    float: unset;
  }
  .a-events-card-left {
    margin-bottom: 25px;
  }
  .a-events-wrapper h1 {
    margin-bottom: 0;
    font-size: 30px;
  }
  .a-art-supp.detail-3 h1.primary {
    margin-bottom: 30px;
  }
  .a-events-card-right h6 {
    font-size: 14px;
  }
  .a-events-card-right h2 {
    font-size: 25px;
  }
  .a-events-card-right p {
    font-size: 13px;
  }

  /* rev-2 */
  .a-footer-detail-wrapper {
    margin-top: 40px;
    float: unset;
  }

  .a-footer-detail:first-child {
    margin-right: unset!important;
    width: 100%;
  }

  .a-footer-detail {
    min-width: unset;
    max-width: unset;
  }

  .a-footer-upper {
    height: auto!important;
  }
}

@media screen and (min-width: 666px) {
  .show-666 {
    display: none;
  }
}

@media screen and (max-width: 666px) {
  /* Modal FSC */
  .modal-fsc .a-gallery-top .swiper-slide {
    background-image: none !important;
  }
  .modal-fsc .a-gallery-top .swiper-slide img {
    width: 100%;
  }
  .show-666 {
    display: block;
  }
  .hide-666 {
    display: none !important;
  }
  /* GLOBAL THINGY */
  .a-section.with-padding {
    padding-top: 180px;
  }
  /* HOMEPAGE */
  .a-about {
    background: url("../img/ac/about-mobile-bg.svg") bottom no-repeat;
    height: 640px;
    padding-top: 80px;
    margin: 52px 20px 82px;
  }
  .a-about h5 {
    font-size: 14px;
    margin-bottom: 45px;
  }
  .a-about h1 {
    font-size: 30px;
  }
  .a-about p {
    font-size: 13px;
    width: 100%;
  }
  .a-event, .a-showcase {
    padding-right: 20px;
    padding-left: 20px;
  }
  .a-event {
    padding-bottom: 0;
    margin-bottom: 85px;
  }
  .a-event-card {
    width: 100%;
    height: 180px;
  }
  .a-event-card h1 {
    font-size: 30px;
  }
  .a-event-card:first-child {
    margin-right: 0;
    margin-bottom: 17px;
  }
  .a-showcase {
    height: auto;
    padding-bottom: 0;
    margin-bottom: 85px;
  }
  .a-showcase-text {
    width: 100%;
    right: unset;
    height: 370px;
    padding: 35px 25px 0 0;
  }
  .a-showcase-text h5 {
    font-size: 14px;
    margin-bottom: 40px;
  }
  .a-showcase-text p {
    font-size: 13px;
  }
  .a-showcase-swiper {
    width: 100%;
    left: unset;
    height: 300px;
  }
  .a-section-wrapper.big {
    padding-left: 20px;
    padding-right: 20px;
  }
  .a-charity {
    height: 400px;
    margin-bottom: 85px;
  }
  .a-charity h1 {
    font-size: 30px;
  }
  .a-charity-text p {
    font-size: 13px;
  }
  .a-supp-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
  .a-supp {
    margin-bottom: 85px;
  }
  .a-supp h1 {
    font-size: 30px;
    margin-bottom: 30px;
  }
  .a-supp span {
    font-size: 13px;
  }
  .a-supps-swiper {
    position: relative;
    overflow: hidden;
    padding-left: 46px;
    padding-right: 46px;
  }
  .a-supps-swiper .swiper-container {
    overflow: visible;
  }
  .a-supps-swiper .a-supps:last-child, .a-supps-swiper .a-supps:last-child {
    margin-right: 0;
    margin-left: 0;
  }
  .a-supps-swiper .swiper-button-prev, .a-supps-swiper .swiper-button-next {
    color: transparent;
    top: 32%;
  }
  .a-supps-swiper .swiper-button-prev {
    background: url("../img/ac/chevron-left-red.svg") center no-repeat;
    left: -46px;
  }
  .a-supps-swiper .swiper-button-next {
    background: url("../img/ac/chevron-right-red.svg") center no-repeat;
    right: -46px;
  }
  .a-supps {
    width: 100%;
    height: 370px;
  }
  .a-supp img {
    height: 250px;
    margin-bottom: 22px;
  }
  .a-media {
    margin-bottom: 85px;
    padding-bottom: 0;
  }
  .a-media-card:first-child {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .a-media-card {
    width: 100%;
    height: 180px;
  }
  .a-media-card h1 {
    font-size: 30px;
  }
  .a-map-wrapper {
    height: 400px;
    width: 100%;
  }
  .a-map {
    padding-bottom: 85px;
    margin-bottom: 85px;
  }
  .a-map-detail {
    width: 100%;
    padding-left: 0;
  }
  .a-map-detail h1 {
    font-size: 40px;
  }
  .a-map-detail p {
    font-size: 13px;
    margin-bottom: 40px;
  }
  .a-contact {
    height: auto;
    margin-bottom: 85px;
  }
  .a-contact-left {
    width: 100%;
    padding-right: 0;
    border-right: 0;
    position: relative;
    padding-bottom: 50px;
    margin-bottom: 85px;
  }
  .a-form .a-input-2, .a-form .a-input-4 {
    width: 100%;
    margin-top: 18px;
  }
  .a-form .a-input-3 {
    width: 100%;
    margin-right: 0;
  }
  .a-contact-right {
    width: 100%;
    padding-left: 0;
    position: relative;
    padding-bottom: 50px;
  }
  .a-contact-right h3 {
    width: 70%;
  }
  .a-footer-zoo {
    margin-right: 20px;
    margin-left: 20px;
    width: calc(100% - 40px);
    height: 175px;
  }
  .a-footer-zoo img {
    width: 200%;
  }
  .a-footer {
    padding-left: 20px;
    padding-right: 20px;
  }
  /* ABOUT */
  .a-about-founder {
    padding: 0 20px;
    position: relative;
    margin-bottom: 60px;
  }
  .a-about-founder-detail {
    padding-left: 0;
    width: 100%;
    left: unset;
  }
  .a-about-founder-img {
    padding-right: 0;
    width: calc(100% - 40px);
    right: unset;
    height: 400px;
    position: absolute;
    top: 136px;
    /* Height of title + section */
  }
  .a-about-founder-detail p {
    margin-top: 480px;
    /* img height + margin */
    font-size: 13px;
  }
  .a-about-founder-detail h5 {
    margin-bottom: 40px;
    font-size: 14px;
  }
  .a-about-founder-detail h1 {
    font-size: 30px;
  }
  .a-about-quote-h h2 {
    width: 62.8%;
  }
  .a-about-quote-h .a-open-q, .a-about-quote-h .a-close-q {
    width: 26px;
  }
  .a-about-quote-h h2 {
    font-size: 20px;
  }
  .a-about-quote-h {
    margin-bottom: 60px;
  }
  .a-about-quote p, .a-about-quote ul {
    font-size: 13px;
    padding: 0 20px;
  }
  .a-about-quote {
    margin-bottom: 75px;
  }
  .a-about-staff-wrapper {
    padding: 0 20px;
  }
  .a-about-staff h5 {
    font-size: 14px;
    margin-bottom: 40px;
  }
  .a-about-staff h1 {
    font-size: 30px;
  }
  .a-staff-card {
    width: calc(50% - (34px / 2));
    margin-right: 34px;
    height: 300px;
    margin-bottom: 35px;
  }
  .a-staff-card:nth-child(2n+0) {
    margin-right: 0;
  }
  .a-staff-card:last-child.last-one {
    margin-left: calc(50% - ((50% - (34px / 2)) / 2));
  }
  .a-about-staff {
    margin-bottom: 85px;
  }
  .a-staff-card h4 {
    font-size: 14px;
    margin-top: 22px;
  }
  /* SCHEDULE */
  .a-sch {
    padding: 0 20px 85px;
  }
  .a-sch-card {
    width: 100%;
    height: 200px;
    margin-bottom: 15px;
  }
  .a-sch-card:nth-last-child(1), .a-sch-card:nth-last-child(2) {
    margin-bottom: 15px;
  }
  .a-sch-card:nth-child(2n-1) {
    margin-right: unset;
  }
  .a-sch-card h1 {
    font-size: 25px;
  }
  .a-sch-about h1 {
    font-size: 35px;
  }
  .a-sch-about {
    width: calc(100% - 40px);
    margin-right: 20px;
    margin-left: 20px;
    margin-bottom: 75px;
    background: url("../img/ac/sch-zoo.svg") center no-repeat;
    background-size: 100% 100%;
    padding-top: 60px;
  }
  /* SHOWCASE */
  .a-sch-masonry {
    -webkit-column-width: 200px;
    column-width: 200px;
    padding: 0 20px;
  }
  /* rev-4 */
  .a-sch-about.v-2 {
    background: url("../img/ac/zoo-showcase.svg") center no-repeat;
    height: auto;
  }
  .a-sch-selection a {
    margin: 0 15px;
    line-height: 30px;
  }
  .a-sch-selection a:first-child {
    margin-left: 15px;
  }
  .a-sch-selection a:last-child {
    margin-right: 15px;
  }
  /* ART SUPPLIES */
  .a-swiper-banner .ban-wrapper h1 {
    font-size: 35px;
  }
  .a-art-supp {
    padding: 0 20px;
  }
  .a-art-supp-cards {
    width: 100%;
    height: 350px;
  }
  .a-art-supp-cards:nth-child(2n-1) {
    margin-right: unset;
  }
  .a-art-supp-cards:nth-child(2n+0) {
    margin-right: unset;
  }
  .a-art-supp-cards img {
    height: 250px;
    margin-bottom: 20px;
  }
  .a-art-supp-cards h5 {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .a-art-supp-cards span {
    font-size: 13px;
  }
  /* CHARITY */
  .masonry-wrapper {
    padding: 0 20px;
  }
  .grid-sizer, .grid-item {
    width: 100%;
  }
  .grid-item--long {
    height: calc(857px - (732px - 430px));
  }
  .grid-item--long img {
    height: 430px;
  }
  /* EVENTS */
  .a-past-events {
    padding-left: 20px;
    padding-right: 20px;
  }
  /* MEDIA */
  .a-section.with-padding--3 {
    padding-top: 185px;
  }
  .a-gallery-top {
    height: 310px;
  }
  .a-gallery-thumbs {
    height: 50px;
  }
  .a-gallery-body {
    display: block !important;
    padding: 10px 0px 20px 35px;
  }
  .a-gallery-body .w-50 {
    width: 100%;
  }
  .a-media-c p.no {
    width: 100%;
  }
  .a-media-c p.m-0.no {
    margin-bottom: 20px !important;
  }
  .a-media-slide .a-supps-swiper .swiper-button-prev, .a-media-slide .a-supps-swiper .swiper-button-next {
    top: 50%;
    color: #FFFFFF;
  }
  .a-gallery-thumbs .swiper-slide {
    width: 65px !important;
  }
  .a-media-dates-card img {
    height: 250px;
  }
  .a-media-dates-card {
    height: 350px;
    width: 100%;
    margin-right: 0;
  }
  .a-media-dates {
    padding: 0 20px 85px;
  }
  .a-media-video {
    width: calc(100% - 40px);
    margin-bottom: 85px;
    position: relative;
  }
  .a-media-video-left, .a-media-video-right {
    width: 100%;
  }
  .a-media-video-right {
    position: absolute;
    top: 0;
    height: calc(100% - 72px);
  }
  .a-media-video-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px;
    padding-bottom: 0;
    padding-top: 340px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .a-media-video-left h1 {
    margin-bottom: 0;
  }
  .a-media-video-left .read-more {
    width: 85px;
  }
  .a-media-c h1, .a-media-c h1 {
    font-size: 30px;
  }
  /* CHARITY DETAIL */
  .a-charity-detail {
    padding: 72px 16px;
  }
  .a-charity-detail h1 {
    font-size: 24px;
  }
  .a-charity-detail p {
    font-size: 13px;
  }
  .a-charity-detail a.read-more.reversed {
    margin-top: 60px;
  }
  /* SHOWCASE DETAIL */
  .a-sch-list {
    width: 100%;
    padding: 0 35px;
    margin-top: 50px;
  }
  .a-sch-left {
    width: 100%;
  }
  .a-sch-right {
    width: 100%;
    padding-left: 0;
    padding-top: 35px;
  }
  .a-sch-right p, .a-sch-list ul li {
    font-size: 13px;
  }
  .a-sch-list .show-1366 .a-sch-achiev-name, .a-sch-list .show-1366 .a-sch-achiev-detail {
    font-size: 15px;
  }
  /* SCHEDULE MODAL */
  .modal-schedule .modal-dialog {
    padding: 33px 20px;
  }
  .modal-schedule .modal-content {
    min-height: 670px;
  }
  .modal-schedule .modal-body {
    padding: 45px 49px;
  }
  .modal-schedule .modal-left h5 {
    margin-bottom: 30px;
    font-size: 13px;
  }
  .modal-schedule .modal-left h1 {
    font-size: 34px;
    width: auto;
  }
  .modal-schedule .modal-right p {
    font-size: 13px;
  }
}

@media screen and (max-width: 560px) {
  .a-contact-s-left, .a-contact-s-right {
    width: 100%;
  }
}

@media screen and (max-width: 500px) {
  .a-sch-left img {
    width: 200px;
    height: 270px;
    margin: 0 auto;
    display: block;
  }
}

@media screen and (max-width: 475px) {
  /* HOMEPAGE */
  .a-footer-zoo {
    height: 123px;
  }
  /* SHOWCASE */
  .a-sch-masonry {
    -webkit-column-width: 150px;
    column-width: 150px;
  }
}

/* Hadiprana Gallery */
/* Outside wrapper */
.modal-gl a.read-more {
  background: url("../img/gl/chevron-right-brown.svg") no-repeat 93% 4px/6px 13px;
}

.modal-gl a.read-more:hover {
  background: url("../img/gl/chevron-right-brown.svg") no-repeat 95% 4px/6px 13px;
}

.modal-gl a.read-more.reversed {
  background: url("../img/gl/chevron-left-brown.svg") no-repeat 0% 4px/6px 13px;
}

.modal-gl .modal-left h5, .modal-gl .modal-left h1 {
  color: #5E3A00;
}

/* Class should be on hdp-wrapper */
.hdp-gl {
  /* GLOBAL */
  /* HOMEPAGE */
  /* Background Color */
  /* Color */
  /* None */
  /* Border Color */
  /* HISTORY */
  /* Background Color */
  /* Color */
  /* SERVICES */
  /* Background Color */
  /* Color */
  /* None */
  /* COLLECTIONS */
  /* Color */
  /* Background */
  /* BAZ-ART */
  /* Color */
  /* JOURNAL */
  /* Color */
  /* EVENTS */
  /* Background Color */
  /* Border Color */
  /* MEDIA */
  /* Background Color */
  /* Color */
  /* CONTACT */
  /* Background Color */
  /* COLLECTIONS DETAIL */
  /* Background Color */
  /* Color */
  /* BAZ-ART DETAIL */
  /* Color */
  /* Border Color */
  /* JOURNAL DETAIL */
  /* Background Color */
  /* Color */
}

.hdp-gl h1.primary, .hdp-gl h2.primary, .hdp-gl h3.primary, .hdp-gl h4.primary, .hdp-gl h5.primary, .hdp-gl h6.primary {
  color: #5E3A00;
}

.hdp-gl .a-nav.colored li a.active {
  color: #5E3A00;
}

.hdp-gl .a-nav.colored li a:hover {
  color: #5E3A00;
}

.hdp-gl .a-navbar.activated .colored li a:hover {
  color: #FFFFFF;
}

.hdp-gl .a-navbar.activated .colored li a.active {
  color: #FFFFFF;
}

.hdp-gl .a-nav.colored .a-nav-logo {
  /*background: url("../img/gl/logo-colored.svg") center no-repeat;*/
}

.hdp-gl .a-nav-left {
  margin-left: 48px;
}

.hdp-gl .a-navbar.activated .colored .a-nav-logo {
  /*background: url("../img/gl/logo.svg") center no-repeat;*/
}

.hdp-gl a.read-more {
  background: url("../img/gl/chevron-right-brown.svg") no-repeat 93% 4px/6px 13px;
}

.hdp-gl a.read-more:hover {
  background: url("../img/gl/chevron-right-brown.svg") no-repeat 95% 4px/6px 13px;
}

.hdp-gl a.read-more.reversed {
  background: url("../img/gl/chevron-left-brown.svg") no-repeat 0% 4px/6px 13px;
}

.hdp-gl button.read-more {
  width: 125px;
  font-family: BasierCircle-Semibold;
  font-size: 17px;
  text-transform: uppercase;
  color: #64666B;
  padding-right: 20px;
  background: url("../img/ac/chevron-right-brown.svg") no-repeat 93% 4px/6px 13px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: none;
  text-align: left;
  width: auto;
  padding-left: 0;
  cursor: pointer;
}

.hdp-gl button.read-more:hover {
  background: url("../img/ac/chevron-right-brown.svg") no-repeat 95% 4px/6px 13px;
}

.hdp-gl button.read-more.reversed {
  padding-right: 0;
  padding-left: 20px;
  background: url("../img/ac/chevron-left-brown.svg") no-repeat 0% 4px/6px 13px;
}

/* rev-1 */
.hdp-gl a.read-more.reversed.events {
  position: absolute;
  width: auto;
  left: 50%;
  margin-top: 90px;
  transform: translate(-50%, 0);
}
.a-events-card.clearfix.no-border {
    border: 0;
}
.a-media-slide.events {
  margin-bottom: calc(179px * 1.5);
}

.hdp-gl .a-select-items {
  background-color: #5E3A00;
}

.hdp-gl .a-navbar.activated, .hdp-gl .a-about h1:before, .hdp-gl .a-showcase-text h2:before, .hdp-gl .a-map-detail h1:before, .hdp-gl .a-footer {
  background-color: #5E3A00;
}

.hdp-gl .a-about h5, .hdp-gl .a-about h1, .hdp-gl .a-showcase-text h5, .hdp-gl .a-showcase-text h2, .hdp-gl .a-supp h1, .hdp-gl .a-supp h4, .hdp-gl .a-map-detail h1, .hdp-gl .a-contact h3 {
  color: #5E3A00;
}

.hdp-gl .a-about {
  background: none;
  margin: 110px 60px;
}

.hdp-gl .a-map, .hdp-gl .a-form .a-input, .hdp-gl .a-contact-left, .hdp-gl .a-select-selected {
  border-color: #5E3A00;
}

.hdp-gl .a-our-history {
  margin-top: 100px;
}

.hdp-gl .a-our-history h1 {
  font-size: 53px;
  margin-bottom: 75px;
  position: relative;
  color: #5E3A00;
}

.hdp-gl .a-our-history h1:before {
  content: '';
  width: 100px;
  height: 2px;
  position: absolute;
  background-color: #5E3A00;
  bottom: -40px;
  left: 0;
}

.hdp-gl .a-about-founder-detail h1:before, .hdp-gl .a-about-staff h1:before {
  background-color: #5E3A00;
}

.hdp-gl .a-about-founder-detail h5, .hdp-gl .a-about-founder-detail h1, .hdp-gl .a-about-quote-h h2, .hdp-gl .a-about-staff h5, .hdp-gl .a-about-staff h1, .hdp-gl .a-staff-card h4 {
  color: #5E3A00;
}

.hdp-gl .a-sch-about h1:before {
  background-color: #5E3A00;
}

.hdp-gl .a-sch-about h1 {
  color: #5E3A00;
}

.hdp-gl .a-sch-about {
  background: none;
}

.hdp-gl .a-sch-selection a.active {
  color: #5E3A00;
}

.hdp-gl .a-sch-search input[type=text] {
    background: url(../img/gl/search-main.svg) 100% 0px no-repeat;
    background-size: 12px;
    background-position: 100% 6px;
}

.hdp-gl .a-art-supp-cards h5, .hdp-gl .a-art-supp-pagination ul li a.active {
  color: #5E3A00;
}

.hdp-gl .a-section-wrapper.wrapper--2 {
  padding-bottom: 85px;
}

.hdp-gl .a-charity-s-c h5 {
  color: #5E3A00;
}

.hdp-gl .a-events-card-right h2:before {
  background-color: #5E3A00;
}

.hdp-gl .a-past-events {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #5E3A00), color-stop(0%, white));
  background: -webkit-linear-gradient(top, #5E3A00 50%, white 0%);
  background: -o-linear-gradient(top, #5E3A00 50%, white 0%);
  background: linear-gradient(to bottom, #5E3A00 50%, white 0%);
}

.hdp-gl .a-events-card {
  border-color: #5E3A00;
}

.hdp-gl .a-media-c h1:before, .hdp-gl .a-gallery-body, .hdp-gl .a-media-video {
  background-color: #5E3A00;
}

.hdp-gl .a-media-c h1, .hdp-gl .a-media-dates-card h5 {
  color: #5E3A00;
}

.hdp-gl .a-contact-s-left h1:before {
  background-color: #5E3A00;
}

.hdp-gl .a-sch-selection a {
  margin-bottom: 30px;
  display: inline-block;
}

.hdp-gl .a-sch-right h2:before {
  background-color: #5E3A00;
}

.hdp-gl .a-sch-right h2 {
  color: #5E3A00;
}

.hdp-gl .a-tab button:hover, .hdp-gl .a-tab button.active {
  color: #5E3A00;
}

.hdp-gl .a-events-card.art-supplies .a-arts-price {
  border-color: #5E3A00;
}

.hdp-gl .a-charity-detail h1:before {
  background-color: #5E3A00;
}

.hdp-gl .a-charity-detail h1 {
  color: #5E3A00;
}

@media screen and (max-width: 1600px) {
  .hdp-gl {
    /* GLOBAL */
    /* HISTORY */
  }
  .hdp-gl a.read-more {
    background: url("../img/gl/chevron-right-brown.svg") no-repeat 98% 4px/9px 10px;
  }
  .hdp-gl a.read-more:hover {
    background: url("../img/gl/chevron-right-brown.svg") no-repeat 100% 4px/9px 10px;
  }
  .hdp-gl a.read-more.reversed {
    padding-right: 0;
    padding-left: 20px;
    background: url("../img/gl/chevron-left-brown.svg") no-repeat 0% 4px/9px 10px;
  }
  .hdp-gl .a-about {
    height: auto;
  }
  .hdp-gl .a-media {
    margin-bottom: 105px;
  }
  .hdp-gl .a-about-quote .a-our-history h6, .hdp-gl .a-our-history h1 {
    width: 790px;
  }
}

@media screen and (max-width: 1120px) {
  .hdp-gl {
    /* HISTORY */
  }
  .hdp-gl .a-about-quote .a-our-history h6 {
    width: 100%;
    padding: 0 140px;
  }
  .hdp-gl .a-our-history h1 {
    width: calc(100% - 280px);
    margin-left: 140px;
    margin-right: 140px;
  }
}

@media screen and (max-width: 990px) {
  .hdp-gl {
    /* HOMEPAGE */
  }
  /* rev-1 */
  .hdp-gl .nav-burger-text, .hdp-gl .nav-burger-text.open, .hdp-gl .a-menu-overlay li a, .hdp-gl .nav-burger-text.colored {
    color: #5E3A00;
  }
  .hdp-gl #nav-burger span, .hdp-gl #nav-burger.open span, .hdp-gl #nav-burger.colored span {
    background-color: #5E3A00;
  }

  /* rev-4 */
  .hdp-gl .nav-burger-text.white {
    color: #FFFFFF;
  }
  .hdp-gl #nav-burger.white span {
    background-color: #FFFFFF;
  }

  .hdp-gl .a-menu-overlay li:first-child, .hdp-gl .a-menu-overlay li {
    border-color: #5E3A00;
  }

  .hdp-gl .nav-burger-text.activated {
    color: #FFFFFF;
  }

  .hdp-gl #nav-burger.activated span {
    background-color: #FFFFFF;
  }
}

@media screen and (max-width: 666px) {
  .hdp-gl {
    /* HOMEPAGE */
    /* HISTORY */
  }
  .hdp-gl .a-supps-swiper .swiper-button-prev {
    background: url("../img/gl/chevron-left-brown.svg") center no-repeat;
  }
  .hdp-gl .a-supps-swiper .swiper-button-next {
    background: url("../img/gl/chevron-right-brown.svg") center no-repeat;
  }
  .hdp-gl .a-about {
    height: 450px;
  }
  .hdp-gl .a-about-quote .a-our-history h6 {
    padding: 0 20px;
  }
  .hdp-gl .a-our-history h1 {
    width: calc(100% - 40px);
    margin-left: 20px;
    margin-right: 20px;
  }
}

/* Hadiprana Mitra */
/* Outside wrapper */
.modal-mt a.read-more {
  background: url("../img/mt/chevron-right-brown.svg") no-repeat 93% 4px/6px 13px;
}

.modal-mt a.read-more:hover {
  background: url("../img/mt/chevron-right-brown.svg") no-repeat 95% 4px/6px 13px;
}

.modal-mt a.read-more.reversed {
  background: url("../img/mt/chevron-left-brown.svg") no-repeat 0% 4px/6px 13px;
}

.modal-mt .modal-left h5, .modal-mt .modal-left h1 {
  color: #8E7A54;
}

/* Class should be on hdp-wrapper */
.hdp-mt {
  /* GLOBAL */
  /* HOMEPAGE */
  /* Background Color */
  /* Color */
  /* None */
  /* Border Color */
  /* Background Color */
  /* Color */
  /* SERVICES */
  /* Background Color */
  /* Color */
  /* None */
  /* COLLECTIONS */
  /* Color */
  /* Background */
  /* BAZ-ART */
  /* Color */
  /* JOURNAL */
  /* Color */
  /* EVENTS */
  /* Background Color */
  /* Border Color */
  /* MEDIA */
  /* Background Color */
  /* Color */
  /* CONTACT */
  /* Background Color */
  /* COLLECTIONS DETAIL */
  /* Background Color */
  /* Color */
  /* BAZ-ART DETAIL */
  /* Color */
  /* Border Color */
  /* JOURNAL DETAIL */
  /* Background Color */
  /* Color */
}

.hdp-mt h1.primary, .hdp-mt h2.primary, .hdp-mt h3.primary, .hdp-mt h4.primary, .hdp-mt h5.primary, .hdp-mt h6.primary {
  color: #8E7A54;
}

.hdp-mt .a-nav.colored li a.active {
  color: #8E7A54;
}

.hdp-mt .a-nav.colored li a:hover {
  color: #8E7A54;
}

.hdp-mt .a-navbar.activated .colored li a:hover {
  color: #FFFFFF;
}

.hdp-mt .a-navbar.activated .colored li a.active {
  color: #FFFFFF;
}

.hdp-mt .a-nav.colored .a-nav-logo {
  background: url("../img/mt/logo-colored.svg") center no-repeat;
}

.hdp-mt .a-navbar.activated .colored .a-nav-logo {
  background: url("../img/mt/logo.svg") center no-repeat;
}

.hdp-mt .a-nav-right {
  margin-right: 0;
}

.hdp-mt .a-nav-left {
  margin-left: 16px;
}

.hdp-mt .a-navbar.activated .a-nav-right {
  margin-right: 0;
}

.hdp-mt .a-navbar.activated .a-nav-left {
  margin-left: 0;
}

.hdp-mt .a-navbar.activated .a-nav-logo {
  width: 85px;
}

.hdp-mt a.read-more {
  background: url("../img/mt/chevron-right-tan.svg") no-repeat 93% 4px/6px 13px;
  font-family: BasierCircle-SemiBold;
}

.hdp-mt a.read-more:hover {
  background: url("../img/mt/chevron-right-tan.svg") no-repeat 95% 4px/6px 13px;
  color: #8E7A54;
}

.hdp-mt a.read-more.reversed {
  background: url("../img/mt/chevron-left-tan.svg") no-repeat 0% 4px/6px 13px;
}

.hdp-mt button.read-more {
  width: 125px;
  font-family: BasierCircle-Semibold;
  font-size: 17px;
  text-transform: uppercase;
  color: #64666B;
  padding-right: 20px;
  background: url("../img/ac/chevron-right-tan.svg") no-repeat 93% 4px/6px 13px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: none;
  text-align: left;
  width: auto;
}

.hdp-mt button.read-more:hover {
  background: url("../img/ac/chevron-right-tan.svg") no-repeat 95% 4px/6px 13px;
}

.hdp-mt button.read-more.reversed {
  padding-right: 0;
  padding-left: 20px;
  background: url("../img/ac/chevron-left-tan.svg") no-repeat 0% 4px/6px 13px;
}

.hdp-mt .a-select-items {
  background-color: #8E7A54;
}

.hdp-mt .a-navbar.activated, .hdp-mt .a-about h1:before, .hdp-mt .a-showcase-text h2:before, .hdp-mt .a-map-detail h1:before, .hdp-mt .a-footer {
  background-color: #8E7A54;
}

.hdp-mt .a-about h5, .hdp-mt .a-about h1, .hdp-mt .a-showcase-text h5, .hdp-mt .a-showcase-text h2, .hdp-mt .a-supp h1, .hdp-mt .a-supp h4, .hdp-mt .a-map-detail h1, .hdp-mt .a-contact h3 {
  color: #8E7A54;
}

.hdp-mt .a-about {
  background: none;
}

.hdp-mt .a-map, .hdp-mt .a-form .a-input, .hdp-mt .a-contact-left, .hdp-mt .a-select-selected {
  border-color: #8E7A54;
}

.hdp-mt .a-about-founder-detail h1:before, .hdp-mt .a-about-staff h1:before {
  background-color: #8E7A54;
}

.hdp-mt .a-about-founder-detail h5, .hdp-mt .a-about-founder-detail h1, .hdp-mt .a-about-quote-h h2, .hdp-mt .a-about-staff h5, .hdp-mt .a-about-staff h1, .hdp-mt .a-staff-card h4 {
  color: #8E7A54;
}

.hdp-mt .a-sch-about h1:before {
  background-color: #8E7A54;
}

.hdp-mt .a-sch-about h1 {
  color: #8E7A54;
}

.hdp-mt .a-sch-about {
  background: none;
}

.hdp-mt .a-sch-selection a.active {
  color: #8E7A54;
}

.hdp-mt .a-sch-search input[type=text] {
  background: url("../img/mt/search-main.svg") 100% 0px no-repeat;
  background-size: 12px 12px;
  background-position: 98% 4px;
}

.hdp-mt .a-art-supp-cards h5, .hdp-mt .a-art-supp-pagination ul li a.active {
  color: #8E7A54;
}

.hdp-mt .a-section-wrapper.wrapper--2 {
  padding-bottom: 85px;
}

.hdp-mt .a-charity-s-c h5 {
  color: #8E7A54;
}

.hdp-mt .a-events-card-right h2:before {
  background-color: #8E7A54;
}

.hdp-mt .a-past-events {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #8E7A54), color-stop(0%, white));
  background: -webkit-linear-gradient(top, #8E7A54 50%, white 0%);
  background: -o-linear-gradient(top, #8E7A54 50%, white 0%);
  background: linear-gradient(to bottom, #8E7A54 50%, white 0%);
}

.hdp-mt .a-events-card {
  border-color: #8E7A54;
}

.hdp-mt .a-media-c h1:before, .hdp-mt .a-gallery-body, .hdp-mt .a-media-video {
  background-color: #8E7A54;
}

.hdp-mt .a-media-c h1, .hdp-mt .a-media-dates-card h5 {
  color: #8E7A54;
}

.hdp-mt .a-contact-s-left h1:before {
  background-color: #8E7A54;
}

.hdp-mt .a-sch-selection a {
  margin-bottom: 30px;
  display: inline-block;
}

.hdp-mt .a-sch-right h2:before {
  background-color: #8E7A54;
}

.hdp-mt .a-sch-right h2 {
  color: #8E7A54;
}

.hdp-mt .a-tab button:hover, .hdp-mt .a-tab button.active {
  color: #8E7A54;
}

.hdp-mt .a-events-card.art-supplies .a-arts-price {
  border-color: #8E7A54;
}

.hdp-mt .a-charity-detail h1:before {
  background-color: #8E7A54;
}

.hdp-mt .a-charity-detail h1 {
  color: #8E7A54;
}

@media screen and (max-width: 1600px) {
  .hdp-mt {
    /* GLOBAL */
  }
  .hdp-mt a.read-more {
    background: url("../img/mt/chevron-right-tan.svg") no-repeat 98% 4px/9px 10px;
  }
  .hdp-mt a.read-more:hover {
    background: url("../img/mt/chevron-right-tan.svg") no-repeat 100% 4px/9px 10px;
  }
  .hdp-mt a.read-more.reversed {
    padding-right: 0;
    padding-left: 20px;
    background: url("../img/mt/chevron-left-tan.svg") no-repeat 0% 4px/9px 10px;
  }
}

@media screen and (max-width: 1366px) {
  .a-nav-right {
    margin-right: 22px;
  }
  .a-navbar.activated .a-nav-right {
    margin-right: 26px;
  }
  .hdp-gl .a-nav-left {
    margin-left: 45px;
  }
  .hdp-gl .a-navbar.activated .a-nav-left {
    margin-left: 40px;
  }
  .hdp-mt .a-navbar {
    height: 172px;
  }
  .hdp-mt .a-navbar.activated {
    height: 110px;
  }
  .hdp-mt .a-nav-logo {
    width: 178px;
    height: 120px;
  }
  .hdp-mt .a-nav-left {
    margin-left: 24px;
  }
  .hdp-mt .a-navbar.activated .a-nav-left {
    margin-left: 18px;
  }
  .hdp-mt .a-footer-logo {
    width: 302px;
    height: 78px;
  }
  .hdp-mt .colored .a-nav-left {
    margin-left: 0;
  }
  .hdp-mt .colored .a-nav-right {
    margin-right: 56px;
  }
  .hdp-mt .a-navbar.activated .colored .a-nav-left {
    margin-left: 0;
  }
  .hdp-mt .a-navbar.activated .colored .a-nav-right {
    margin-right: 56px;
  }
  /* Things that I move */
  .a-about-founder-detail {
    padding-left: 50px;
  }
  .a-about-founder-img {
    padding-right: 50px;
  }
  .a-sch-about {
    padding-top: 95px;
  }
  /* End things */
  .a-lang {
    font-size: 14px;
  }
  .a-footer {
    height: 250px;
  }
  .a-footer-upper {
    height: 140px;
  }
  .modal-mt-colored .modal-content {
    background-color: #8E7A54;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: none;
  }
  .modal-mt-colored .modal-left h5, .modal-mt-colored .modal-left h1 {
    color: #FFFFFF;
  }
  .modal-mt-colored a.read-more {
    color: #FFFFFF;
    background: url("../img/ac/chevron-right-white.svg") no-repeat 93% 3px/6px 10px;
    -webkit-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    padding-right: 25px;
  }
  .modal-mt-colored a.read-more:hover {
    background: url("../img/ac/chevron-right-white.svg") no-repeat 100% 3px/6px 10px;
    color: #FFFFFF;
  }
  .modal-mt-colored .modal-right p {
    color: #FFFFFF;
  }
  .modal-mt-colored .a-close {
    background: url("../img/ac/close-white.svg") center no-repeat;
  }
  .a-swiper-banner .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
  }
  .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 6px!important;
  }

  /* SCHEDULE MODAL 1366 rev-1 */
  .modal-schedule .modal-dialog {
    /*width: 1082px;*/
    /* rev-2 */
    width: 700px;
    margin: 9% auto;
  }

  .modal-schedule .modal-left {
    width: 100%;
  }

  .modal-schedule .modal-right {
    width: 100%;
    height: auto;
    margin-top: 30px;
  }

  .a-footer {
    height: auto;
    padding-bottom: 20px;
  }

  .modal-schedule .modal-body {
    padding: 70px 55px;
  }

  .modal-schedule .modal-content {
    /*height: 500px;*/
    height: unset;
    min-height: 500px;
  }
  .a-footer-detail:first-child {
    margin-right: 54px;
  }
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
  bottom: 50px!important;
}
@media screen and (max-width: 990px) {
  .hdp-mt {
    /* HOMEPAGE */
  }
  .hdp-mt .nav-burger-text.open, .hdp-mt .a-menu-overlay li a, .hdp-mt .nav-burger-text.colored {
    color: #8E7A54;
  }
  .hdp-mt #nav-burger.open span, .hdp-mt #nav-burger.colored span {
    background-color: #8E7A54;
  }
  .hdp-mt .a-menu-overlay li:first-child, .hdp-mt .a-menu-overlay li {
    border-color: #8E7A54;
  }
}

@media screen and (max-width: 666px) {
  .hdp-mt {
    /* HOMEPAGE */
  }
  .hdp-mt .a-supps-swiper .swiper-button-prev {
    background: url("../img/mt/chevron-left-tan.svg") center no-repeat;
  }
  .hdp-mt .a-supps-swiper .swiper-button-next {
    background: url("../img/mt/chevron-right-tan.svg") center no-repeat;
  }
  .hdp-mt .a-about {
    height: 450px;
  }

  /* rev-4 */
  .a-about-founder-detail {
    padding-left: 0;
  }

  .a-footer-detail:first-child {
    width: 100%;
  }
}
.modal-content {
    position: relative;
    background-color: #5E3A00;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 6px;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 50px;
}
.swiper-button-next.swiper-button-white:hover, .swiper-button-prev.swiper-button-white:hover{
    --swiper-navigation-color: #5e3a00;
}
.a-select-selected.a-select-arrow-active {
    background-color: #5E3A00;
    border-top-right-radius: 40px;
    color: #fff;
    padding-left: 16px;
    padding-top: 12px;
}
button.read-more:hover,
a.read-more:hover {
    color: #5E3A00;
/*=======
.a-past-events-card {
  float: left;
  width: 48%;
  margin: 0 1%;
>>>>>>> 7498a3876852ee1d1b2f9e2a7251e6144b9b5ee9*/
}

@media screen and (max-width: 1600px) {
  .a-media-video.big-video .a-media-video-right {
    height: 530px;
  }

  .a-media-video.big-video {
    width: calc(100% - (54px * 2));
  }

  .a-media-dates-card.videos {
    padding: 0 95px;
  }
}

@media screen and (max-width: 1366px) {
  .a-media-dates-card.videos .v-embed {
    width: 60%;
  }

  .a-media-dates-card.videos .v-embed-detail h5 {
    width: 100%;
  }

  .a-media-dates-card.videos .v-embed-detail {
    width: 40%;
  }
}

@media screen and (max-width: 1024px) and (min-width: 725px) {
  .a-footer-bottom-right a:last-child {
    margin-left: 0;
    right: 15px;
  }
}

@media screen and (max-width: 990px) {
  .a-media-dates-card.videos {
    height: 340px;
    padding: 0;
  }

  .a-media-dates-card.videos .v-embed-detail {
    width: 100%;
    padding-left: 0;
    padding-top: 20px;
  }

  .a-media-dates-card.videos .v-embed {
    width: 100%;
    height: 250px;
  }
}

@media screen and (max-width: 666px) {
  .a-media-video.big-video {
    width: calc(100% - (20px * 2));
    height: 390px;
  }

  .a-media-video.big-video .a-media-video-right {
    height: 310px;
    position: relative;
  }

  .a-media-video.big-video .a-media-video-left {
    display: block;
    padding: 15px 0 0 45px;
  }

  .a-media-video.big-video .a-media-video-left span {
    margin-top: 10px;
  }
  /* rev-2 */
  .a-footer-detail-wrapper {
    width: 100%;
  }

  .a-footer-detail {
    width: 100%;
    min-width: unset;
    max-width: unset;
  }

  .a-footer-bottom-right {
    margin-right: 0;
  }

  .modal-schedule .modal-content {
    min-height: unset;
    height: auto;
  }

  .modal-schedule .modal-dialog {
    width: 100%;
    margin: 25% auto;
  }

  .modal-schedule .modal-left {
    margin-bottom: 0;
  }

  /* rev-4 */
  .hdp-gl .a-past-events .swiper-slide .a-past-events-card {
    width: 100%;
    margin: 0;
  }

  .hdp-gl .a-past-events .swiper-slide .a-past-events-card:last-child {
    display: none;
  }

  /*.hdp-gl .a-past-events {
    padding-right: 0;
    padding-left: 0;
  }*/

  .a-contact-s-left h1 {
    font-size: 35px;
  }
}

/* rev-2 */
@media screen and (max-width: 425px) {
  .a-footer-bottom-right a:first-child {
    margin-right: 10px;
  }

  .a-footer-bottom-right a:last-child {
    top: 12px;
  }

  .a-footer-bottom-left a.f-menus {
    text-align: left;
  }

  .a-footer-bottom-right a {
    font-size: 11px;
  }

  .a-footer-bottom-left a {
    font-size: 11px;
  }

  .a-footer-bottom-left a {
    width: 35%!important;
  }

  .a-footer-bottom-left a:first-child {
    width: 30%!important;
  }

  .a-footer-bottom-left a.f-menus:nth-last-child(2), .a-footer-bottom-left a.f-menus:nth-last-child(4) {
    padding-left: 10px;
  }
}

@media screen and (max-width: 370px) {
  .a-footer-bottom-right a:last-child {
    text-align: right;
  }
}

/* rev-2 */
@media screen and (min-width: 1366px) {
  .modal-schedule .modal-body {
    padding: 70px 55px;
  }

  .modal-schedule .modal-content {
    /*height: 500px;*/
    height: unset;
    min-height: 500px;
  }

  .modal-schedule .modal-dialog {
    width: 700px;
    margin: 9% auto;
  }

  .modal-schedule .modal-right {
    width: 100%;
    height: auto;
    margin-top: 30px;
  }

  .modal-schedule .modal-left {
    width: 100%;
  }
}

.a-select-selected {
    position: relative;
}

.a-select-selected:after {
    content: "";
    width: 12px;
    height: 21px;
    position: absolute;
    top: 20px;
    right: 10px;
    background: url(../img/ac/arrow-down-brown.svg);
    background-repeat: no-repeat;
}
.a-select-selected.a-select-arrow-active:after {
    content: "";
    width: 12px;
    height: 21px;
    position: absolute;
    top: 20px;
    right: 16px;
    background: url(../img/ac/arrow-down-white.svg);
    background-repeat: no-repeat;
}

@media screen and (max-width: 1600px) {
  /*.hdp-gl .a-nav-left {
      margin-left: 74px;
  }*/
}

.n-logo {
  opacity: 0;
}

.n-logo.n-logo-toggle {
  position: fixed;
  top: 35px;
  left: calc(50% - (142.5px / 2));
  opacity: 1;
}

.a-navbar.activated .n-logo {
  opacity: 1;
}

.a-navbar.activated .n-logo.n-logo-toggle {
  top: -17px;
  opacity: 0;
}

@media screen and (max-width: 1600px) {
  .n-logo.n-logo-toggle {
    left: calc(50% - (85px / 2));
    top: 11px;
  }
}

@media screen and (max-width: 990px) {
  .a-navbar.activated .a-nav-logo {
    transform: unset;
  }

  .a-navbar.activated .a-nav-logo.n-logo-toggle {
    display: none;
  }

  /* rev-4 */
  .hdp-gl #nav-burger.activated.open span {
    background-color: #5E3A00;
  }

  .hdp-gl .nav-burger-text.activated.open {
    color: #5E3A00;
  }

  .hdp-gl #nav-burger.white.open span {
    background-color: #5E3A00;
  }

  .hdp-gl .nav-burger-text.white.open {
    color: #5E3A00;
  }
}
/*New Style*/
.content-slider-home {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 900px;
    left: 50%;
    color: #ffff;
}
.content-slider-home h1 {
    font-size: 60px;
    position: relative;
    margin-bottom: 65px;
}
.content-slider-home p {
    font-family: "Basier Circle";
    font-weight: normal;
    font-size: 15px;
    letter-spacing: 0.01em;
    line-height: 23px;
    margin: 0 auto;
    margin-bottom: 33px;
    width: 600px;
}
#homeSlide img {
    width: 100%;
    object-fit: cover;
    height: 100vh;
}
.content-slider-home h1:before {
    content: "";
    border-bottom: 1px solid #5E3A00;
    position: absolute;
    left: calc(50% - 73px);
    width: 70px;
    transform: translate(50%, 0);
    bottom: -30px;
}
span.btn.more {
    background: transparent;
    color: #ffffff;
    border-radius: 0;
    outline: none;
    border: none;
    padding: 0;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    transition: 0.5s all ease;
    font-family: BasierCircle-Regular, Helvetica, Arial, sans-serif;
}
span.btn.more a {
    color: #ffffff;
}
#homeSlide .swiper-slide:before {
    content: '';
    background-color: rgb(0 0 0 / 0.11);
    position: absolute;
    width: 100%;
    height: 100%;
}
#homePagination {
    bottom: 40px;
    width: auto;
    left: 50%;
    transform: translate(-60%, 0);
}
#homePagination span.swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    border-radius: 0px 5px;
    background: transparent;
    border: 2px solid #5E3A00;
    opacity: 1;
    margin-right: 10px;
}
#homePagination span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #5E3A00;
}
@media (max-width: 770px) {
    .content-slider-home p {
        width: 90%;
    }

    .content-slider-home h1 {
        font-size: 30px;
        line-height: normal;
    }

    .content-slider-home h1:before {
        left: 28%;
    }
}
@media (max-width: 950px) {
    .content-slider-home {
        width: 90%;
    }
}
.bazzart-newgrid{
    -moz-column-count: 4;
    -moz-column-gap: 40px;
    -webkit-column-count: 4;
    -webkit-column-gap: 40px;
    column-count: 4;
    column-gap: 40px;
}
.a-art-supp-cards {
    width: 100%!important;
    height: auto;
    float: left;
    margin-right: 0px!important;
    margin-bottom: 40px!important;
}
.a-art-supp-cards img {
    margin-bottom: 15px!important;
    width: 100%!important;
    height: 100%!important;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 0 40px;
}
@media (max-width: 1080px) {
  .bazzart-newgrid{
      -moz-column-count: 2;
      -moz-column-gap: 40px;
      -webkit-column-count: 2;
      -webkit-column-gap: 40px;
      column-count: 2;
      column-gap: 40px;
  }
}
@media (max-width: 680px) {
  .bazzart-newgrid{
      -moz-column-count: 1;
      -moz-column-gap: 40px;
      -webkit-column-count: 1;
      -webkit-column-gap: 40px;
      column-count: 1;
      column-gap: 40px;
  }
}