body {
  font-size: 100%;
}
body.font-size-1-25x {
  zoom: 125%;
}
body.font-size-1-50x {
  zoom: 150%;
}

.btn-primary, .btn-success {
  border-radius: 20px;
  background: #B48D31;
  border-color: #B48D31;
  font-weight: normal;
  font-size: 16px;
  line-height: 16px;
  text-align: left;
  color: #fff;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  padding: 12px 50px 12px 50px;
}
.btn-primary:hover, .btn-success:hover {
  background: #005c32;
  border-color: #005c32;
  color: #FFF;
}

.btn-secondary {
  background: transparent;
  border: 1px solid #B48D31;
  color: #B48D31;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  font-weight: 500;
  font-size: 18px;
  line-height: 18px;
  padding: 12px 30px 8px;
}
.btn-secondary:hover {
  background: #B48D31;
  color: #FFF;
  border-color: #B48D31;
}

.btn-success {
  background: #4caf50;
  border-color: #4caf50;
  color: #FFF;
}

.btn-default {
  border-radius: 20px;
  background: #FFF;
  border-color: #FFF;
  font-weight: normal;
  font-size: 16px;
  line-height: 16px;
  text-align: left;
  color: #B48D31;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  padding: 12px 30px 12px 30px;
}
.btn-default:hover {
  background: #005c32;
  border-color: #005c32;
  color: #FFF;
}

.btn-outline {
  background: #FFF;
  border: 1px solid #B48D31;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  font-weight: 500;
  font-size: 18px;
  line-height: 18px;
  text-align: center;
  color: #b48d31;
  padding: 10px 30px 8px;
}
.btn-outline:hover {
  background: #B48D31;
  border-color: #B48D31;
  color: #FFF;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "League Spartan", sans-serif;
}

header {
  display: block;
  position: relative;
  width: 100%;
}
header .top-bar {
  display: block;
  position: relative;
  width: 100%;
  background: #FCFAF7;
}
header .top-bar:before {
  content: " ";
  display: block;
  width: 462px;
  height: 44px;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  background-color: #FFF;
  mask-image: url("/site/assets/images/top-bar.svg");
  -webkit-mask-image: url("/site/assets/images/top-bar.svg");
  -moz-mask-image: url("/site/assets/images/top-bar.svg");
  mask-size: "462px";
  -webkit-mask-size: "462px";
  -moz-mask-size: "462px";
  mask-position: "center";
  -webkit-mask-position: "center";
  -moz-mask-position: "center";
  mask-repeat: "no-repeat";
  -webkit-mask-repeat: "no-repeat";
  -moz-mask-repeat: "no-repeat";
}
header .top-bar .left a.top-links {
  display: inline-block;
  font-weight: normal;
  font-size: 16px;
  text-align: left;
  color: #333;
  margin: 0 45px 0 0;
  padding: 10px 0;
}
header .top-bar .left a.top-links i {
  color: #B48D31;
  margin-right: 10px;
}
header .top-bar .left a.top-links:hover {
  color: #B48D31;
  text-decoration: underline;
}
header .top-bar .right {
  text-align: right;
}
header .top-bar .right ul.soc-icon-link {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0;
}
header .top-bar .right ul.soc-icon-link li {
  display: inline-block;
}
header .top-bar .right ul.soc-icon-link li a {
  display: block;
  font-size: 18px;
  color: #333;
  padding: 7px 0;
  margin-left: 15px;
}
header .top-bar .right ul.soc-icon-link li a:hover {
  color: #B48D31;
}
header .main-header {
  display: block;
  position: relative;
  width: 100%;
}
header .main-header .center {
  text-align: center;
}
header .main-header .center a.site-logo {
  display: inline-block;
  max-width: 256.75px;
  position: relative;
  top: -15px;
}
header .main-header .center a.site-logo img {
  display: block;
  position: relative;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
}
header .main-header .right {
  text-align: right;
}
header .header-popup {
  z-index: 9999 !important;
  max-width: 320px;
}
header .header-popup .card-body {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
header .header-popup .card-body .btn-default {
  border-color: #B48D31;
}
header .header-popup .card-body .btn:hover {
  border-color: #005c32;
}
header a.h-link {
  font-size: 21px;
  color: #333;
  display: inline-block;
  position: relative;
  padding: 47px 20px;
}
header a.h-link.search {
  padding-left: 0;
}
header a.h-link.search:after {
  content: " ";
  display: block;
  width: 1px;
  height: 22.13px;
  background: #005c32;
  opacity: 0.25;
  position: absolute;
  right: 0;
  top: 52px;
}
header a.h-link.settings {
  padding-right: 0;
}
header a.h-link:hover {
  color: #B48D31;
}
header ul.siteLang {
  display: inline-block;
  list-style: none;
  padding: 47px 0;
  margin: 0;
}
header ul.siteLang li {
  display: inline-block;
  position: relative;
  padding: 0 12px;
}
header ul.siteLang li:after {
  content: " ";
  display: block;
  width: 1px;
  height: 17px;
  background: #333;
  position: absolute;
  right: 0;
  top: 4px;
}
header ul.siteLang li:last-child {
  padding-right: 0;
}
header ul.siteLang li:last-child:after {
  content: "";
  display: none;
}
header ul.siteLang li a {
  display: block;
  position: relative;
  width: 100%;
  font-weight: 100;
  font-size: 18px;
  text-align: left;
  color: #333;
  text-transform: uppercase;
}
header ul.siteLang li a:hover {
  color: #B48D31;
}
header ul.siteLang li.active a {
  font-weight: 600;
}
header .main-navigation-wrapper {
  display: block;
  position: relative;
  width: 100%;
  background: #fcfaf7;
}
header .main-navigation-wrapper nav.main-site-navigation {
  padding: 0;
  margin: 0;
}
header .main-navigation-wrapper nav.main-site-navigation .container-fluid {
  padding: 0;
}
header .main-navigation-wrapper nav.main-site-navigation .container-fluid .collapse ul.navbar-nav li.nav-item {
  position: relative;
}
header .main-navigation-wrapper nav.main-site-navigation .container-fluid .collapse ul.navbar-nav li.nav-item:after {
  content: " ";
  display: block;
  width: 1px;
  height: 18.13px;
  background: transparent;
  border: 1px solid #005c32;
  opacity: 0.25;
  position: absolute;
  right: 0;
  top: 33px;
}
header .main-navigation-wrapper nav.main-site-navigation .container-fluid .collapse ul.navbar-nav li.nav-item a.nav-link {
  position: relative;
  font-weight: 600;
  font-size: 21px;
  line-height: 21px;
  text-align: left;
  color: #333;
  padding: 31px 26px 29px;
}
header .main-navigation-wrapper nav.main-site-navigation .container-fluid .collapse ul.navbar-nav li.nav-item a.nav-link:hover:after {
  content: " ";
  display: block;
  position: absolute;
  bottom: 21px;
  width: calc(100% - 52px);
  left: 24px;
  height: 1px;
  background: #B48D31;
}
header .main-navigation-wrapper nav.main-site-navigation .container-fluid .collapse ul.navbar-nav li.nav-item.active a:after {
  content: " ";
  display: block;
  position: absolute;
  bottom: 21px;
  width: calc(100% - 52px);
  left: 24px;
  height: 1px;
  background: #B48D31;
}
header .main-navigation-wrapper nav.main-site-navigation .container-fluid .collapse ul.navbar-nav li.nav-item.active:first-child a:after, header .main-navigation-wrapper nav.main-site-navigation .container-fluid .collapse ul.navbar-nav li.nav-item.active:last-child a:after {
  width: calc(100% - 26px);
}
header .main-navigation-wrapper nav.main-site-navigation .container-fluid .collapse ul.navbar-nav li.nav-item:first-child a.nav-link {
  padding-left: 0;
}
header .main-navigation-wrapper nav.main-site-navigation .container-fluid .collapse ul.navbar-nav li.nav-item:first-child a.nav-link:after {
  left: 0;
}
header .main-navigation-wrapper nav.main-site-navigation .container-fluid .collapse ul.navbar-nav li.nav-item:first-child a.nav-link:hover:after {
  width: calc(100% - 26px);
  left: 0;
}
header .main-navigation-wrapper nav.main-site-navigation .container-fluid .collapse ul.navbar-nav li.nav-item:last-child a.nav-link {
  padding-right: 0;
}
header .main-navigation-wrapper nav.main-site-navigation .container-fluid .collapse ul.navbar-nav li.nav-item:last-child:after {
  content: "";
  display: none;
}
header .main-navigation-wrapper nav.main-site-navigation .container-fluid .collapse ul.navbar-nav li.nav-item:last-child a.nav-link:hover:after {
  width: calc(100% - 26px);
  right: 0;
}

main {
  display: block;
  position: relative;
  width: 100%;
  z-index: 10;
}
main section.main-card-links {
  display: block;
  position: relative;
  width: 100%;
}
main section.main-card-links .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
main section.main-card-links .container-fluid .row {
  margin-left: 0;
  margin-right: 0;
}
main section.main-card-links .container-fluid .row .col-landing-card-links {
  padding-left: 0;
  padding-right: 0;
  height: 100%;
}
main section.main-card-links .container-fluid .row .col-landing-card-links a.main-card-img-link {
  display: block;
  position: relative;
  width: 100%;
  width: 100%;
  height: 100%;
  aspect-ratio: 10/15;
  overflow: hidden;
}
main section.main-card-links .container-fluid .row .col-landing-card-links a.main-card-img-link img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
main section.main-card-links .container-fluid .row .col-landing-card-links a.main-card-img-link .overlay {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
}
main section.main-card-links .container-fluid .row .col-landing-card-links a.main-card-img-link .overlay:before, main section.main-card-links .container-fluid .row .col-landing-card-links a.main-card-img-link .overlay:after {
  content: " ";
  display: block;
  width: 116px;
  height: 59.69px;
  position: absolute;
  left: -58px;
  bottom: 10px;
  background: transparent url(/site/assets/images/link-patern-landing.svg) no-repeat center;
  background-size: 116px;
  z-index: 1;
}
main section.main-card-links .container-fluid .row .col-landing-card-links a.main-card-img-link .overlay:after {
  left: initial;
  right: -58px;
}
main section.main-card-links .container-fluid .row .col-landing-card-links a.main-card-img-link .overlay h4 {
  display: inline-block;
  width: calc(100% - 42px);
  background: #B48D31;
  color: #FFF;
  font-weight: 600;
  font-size: 30px;
  line-height: 30px;
  letter-spacing: 0.1em;
  text-align: center;
  padding: 45px 24px 40px;
  text-transform: uppercase;
  margin: 0;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
main section.main-card-links .container-fluid .row .col-landing-card-links a.main-card-img-link:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
}
main section.main-card-links .container-fluid .row .col-landing-card-links a.main-card-img-link:hover .overlay h4 {
  background: #005c32;
  color: #FFF;
}
main section.landing-block {
  display: block;
  position: relative;
  width: 100%;
  padding-bottom: 100px;
}
main section.landing-block .title-full-width {
  background: #333333;
  color: #FFF;
  padding: 50px 0;
}
main section.landing-block .title-full-width ul.soc-icons-content {
  display: block;
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
}
main section.landing-block .title-full-width ul.soc-icons-content li {
  position: relative;
  text-align: left;
  display: block;
  position: relative;
  width: 100%;
}
main section.landing-block .title-full-width ul.soc-icons-content li:before {
  content: " ";
  display: block;
  width: 100%;
  height: 1px;
  background: #FFF;
  opacity: 0.5;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
main section.landing-block .title-full-width ul.soc-icons-content li a {
  display: inline-block;
  position: relative;
  font-weight: 500;
  font-size: 18px;
  line-height: 18px;
  text-align: center;
  color: #fff;
  background: #333333;
  padding: 0 21px 0 0;
}
main section.landing-block .title-full-width ul.soc-icons-content li a span {
  display: block;
  position: relative;
  width: 100%;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  padding: 12px 15px 10px 15px;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
main section.landing-block .title-full-width ul.soc-icons-content li a:hover span {
  background: #B48D31;
  color: #FFF;
  border-color: #B48D31;
}
main section.landing-block .title-full-width ul.soc-icons-content li:first-child, main section.landing-block .title-full-width ul.soc-icons-content li:last-child {
  text-align: right;
}
main section.landing-block .title-full-width ul.soc-icons-content li:first-child a, main section.landing-block .title-full-width ul.soc-icons-content li:last-child a {
  padding: 0 0 0 21px;
}
main section.landing-block .title-full-width h3.light-title {
  display: block;
  position: relative;
  width: 100%;
  font-weight: 500;
  font-size: 52px;
  line-height: 52px;
  text-align: left;
  color: #fff;
  padding: 40px 0;
  margin: 0;
}
main section.landing-block .title-full-width h3.light-title:after {
  content: " ";
  display: block;
  position: absolute;
  right: -12px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 1px;
  height: 41px;
  background: #FFF;
  opacity: 0.5;
}
main .landing-blog-items {
  display: block;
  position: relative;
  width: 100%;
  top: -32px;
}
main .landing-blog-items a.blog-post-home-link {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
main .landing-blog-items a.blog-post-home-link img {
  min-width: 100%;
}
main .landing-blog-items a.blog-post-home-link .card-blog {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  background: transparent;
  border-color: transparent;
  height: 100%;
}
main .landing-blog-items a.blog-post-home-link .card-blog .card-body {
  background: #FCFAF7;
  padding: 15px 10px 70px;
  text-align: center;
  height: 100%;
}
main .landing-blog-items a.blog-post-home-link .card-blog .card-body h3 {
  display: block;
  position: relative;
  width: 100%;
  font-weight: 600;
  font-size: 30px;
  line-height: 34px;
  text-align: center;
  color: #333;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
main .landing-blog-items a.blog-post-home-link .card-blog .card-body .read-more {
  position: absolute;
  left: 10px;
  bottom: 10px;
  display: block;
  width: calc(100% - 20px);
  background: #B48D31;
  color: #FFF;
  font-weight: 500;
  font-size: 18px;
  line-height: 18px;
  text-align: center;
  padding: 15px 0;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
main .landing-blog-items a.blog-post-home-link:hover .card-blog .card-body h4 {
  color: #005c32;
}
main .landing-blog-items a.blog-post-home-link:hover .card-blog .card-body .read-more {
  background: #005c32;
  color: #FFF;
}
main section.landing-events {
  display: block;
  position: relative;
  width: 100%;
  background: #FCFAF7;
  padding: 50px 0;
}
main section.landing-events .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
main section.landing-events .container-fluid .row {
  margin-left: 0;
  margin-right: 0;
}
main section.landing-events .container-fluid .row .col-12 {
  padding-left: 0;
  padding-right: 0;
}
main section.landing-events .container-fluid .row-no-space .col-event {
  margin-bottom: 100px;
}
main section.landing-events article.event {
  display: block;
  position: relative;
  width: 100%;
  padding: 0 0 100px 0;
}
main section.landing-events article.event .event-cover a.event-cover-link {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  aspect-ratio: 0.78/1;
  overflow: hidden;
}
main section.landing-events article.event .event-cover a.event-cover-link img {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
main section.landing-events article.event a.event-title-link {
  display: block;
  max-width: 770px;
  position: relative;
}
main section.landing-events article.event a.event-title-link h4.event-title {
  display: block;
  position: relative;
  width: 100%;
  font-weight: 600;
  font-size: 56px;
  line-height: 62px;
  text-align: left;
  color: #333;
  padding-left: 72px;
  padding-bottom: 30px;
}
main section.landing-events article.event .main-html-content {
  padding-left: 72px;
  display: block;
  max-width: 355px;
  position: relative;
}
main section.landing-events article.event .event-content {
  position: relative;
}
main section.landing-events article.event .event-content .overlay {
  position: absolute;
  left: 72px;
  bottom: 0;
  width: calc(100% - 144px);
  padding: 24px 0 0 0;
}
main section.landing-events article.event .event-content .overlay a.reade-more {
  display: inline-block;
  background: #FFF;
  border: 1px solid #B48D31;
  font-weight: 500;
  font-size: 18px;
  line-height: 18px;
  text-align: center;
  color: #B48D31;
  padding: 11px 18px 9px 30px;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
main section.landing-events article.event .event-content .overlay a.reade-more span.arrow {
  position: relative;
  top: 1px;
  display: inline-block;
  width: 74.5px;
  height: 15.33px;
  margin-left: 13px;
  background-color: #B48D31;
  mask-image: url("/site/assets/images/btn-arrow.svg");
  -webkit-mask-image: url("/site/assets/images/btn-arrow.svg");
  -moz-mask-image: url("/site/assets/images/btn-arrow.svg");
  mask-size: "74.5px";
  -webkit-mask-size: "74.5px";
  -moz-mask-size: "74.5px";
  mask-position: "center";
  -webkit-mask-position: "center";
  -moz-mask-position: "center";
  mask-repeat: "no-repeat";
  -webkit-mask-repeat: "no-repeat";
  -moz-mask-repeat: "no-repeat";
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
main section.landing-events article.event .event-content .overlay a.reade-more:hover {
  background: #B48D31;
  color: #FFF;
}
main section.landing-events article.event .event-content .overlay a.reade-more:hover span.arrow {
  background-color: #FFF;
}
main section.landing-events article.event:last-child {
  padding-bottom: 0;
}
main section.landing-events .event-2 article.event .event-content {
  text-align: right;
}
main section.landing-events .event-2 article.event .event-content .overlay a.reade-more span.arrow {
  float: left;
  margin-left: 0;
  margin-right: 13px;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
}
main section.landing-events .event-2 article.event a.event-title-link {
  display: inline-block;
}
main section.landing-events .event-2 article.event a.event-title-link h4.event-title {
  text-align: right;
  padding-left: 0;
  padding-right: 72px;
}
main section.landing-events .event-2 article.event .main-html-content {
  display: inline-block;
  text-align: right;
  padding-left: 0;
  padding-right: 72px;
}

main section.landing-events .event-a-3 article.event .event-content .overlay a.reade-more {
  margin-right: 20px;
}

section.landing-gallery {
  display: block;
  position: relative;
  width: 100%;
}
section.landing-gallery .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
section.landing-gallery .container-fluid .row-gallery-albums-homepage {
  margin-left: 0;
  margin-right: 0;
}
section.landing-gallery .container-fluid .row-gallery-albums-homepage .col-gallery-album-item, section.landing-gallery .container-fluid .row-gallery-albums-homepage .col-gallery-album-read-more {
  padding-left: 0;
  padding-right: 0;
  width: 22.2222222233%;
}
section.landing-gallery .container-fluid .row-gallery-albums-homepage .col-gallery-album-read-more {
  width: 33.33333333%;
  position: relative;
}
section.landing-gallery .container-fluid .row-gallery-albums-homepage .col-gallery-album-read-more .overlay {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  max-height: 434px;
  background: #333;
}
section.landing-gallery .container-fluid .row-gallery-albums-homepage .col-gallery-album-read-more .overlay:after {
  content: " ";
  display: block;
  width: 1px;
  height: calc(100% - 249px);
  position: absolute;
  left: 86px;
  top: 128px;
  background: #FFF;
  opacity: 0.24;
}
section.landing-gallery .container-fluid .row-gallery-albums-homepage .col-gallery-album-read-more .overlay h3.gallery-title {
  position: relative;
  display: block;
  width: 100%;
  padding: 50px 0 30px 86px;
  font-weight: 600;
  font-size: 56px;
  text-align: left;
  color: #fff;
  margin: 0;
  background: #333;
}
section.landing-gallery .container-fluid .row-gallery-albums-homepage .col-gallery-album-read-more .overlay a.read-more-btn {
  display: inline-block;
  position: absolute;
  left: 86px;
  bottom: 40px;
  background: #333;
  border: 1px solid #FFF;
  font-weight: 500;
  font-size: 18px;
  line-height: 18px;
  text-align: center;
  color: #FFF;
  padding: 11px 18px 9px 30px;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
section.landing-gallery .container-fluid .row-gallery-albums-homepage .col-gallery-album-read-more .overlay a.read-more-btn span.arrow {
  position: relative;
  top: 1px;
  display: inline-block;
  width: 74.5px;
  height: 15.33px;
  margin-left: 13px;
  background-color: #FFF;
  mask-image: url("/site/assets/images/btn-arrow.svg");
  -webkit-mask-image: url("/site/assets/images/btn-arrow.svg");
  -moz-mask-image: url("/site/assets/images/btn-arrow.svg");
  mask-size: "74.5px";
  -webkit-mask-size: "74.5px";
  -moz-mask-size: "74.5px";
  mask-position: "center";
  -webkit-mask-position: "center";
  -moz-mask-position: "center";
  mask-repeat: "no-repeat";
  -webkit-mask-repeat: "no-repeat";
  -moz-mask-repeat: "no-repeat";
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
section.landing-gallery .container-fluid .row-gallery-albums-homepage .col-gallery-album-read-more .overlay a.read-more-btn:hover {
  background: #B48D31;
  color: #FFF;
  border-color: #B48D31;
}
section.landing-gallery .container-fluid .row-gallery-albums-homepage .col-gallery-album-read-more .overlay a.read-more-btn:hover span.arrow {
  background-color: #FFF;
}
section.landing-gallery .container-fluid .row-gallery-albums-homepage a.gallery-album-container {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
section.landing-gallery .container-fluid .row-gallery-albums-homepage a.gallery-album-container .img-wrapper {
  display: block;
  width: 100%;
  height: 434px;
  max-height: 434px;
  overflow: hidden;
}
section.landing-gallery .container-fluid .row-gallery-albums-homepage a.gallery-album-container .img-wrapper img {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  overflow: hidden;
}
section.landing-gallery .container-fluid .row-gallery-albums-homepage a.gallery-album-container .card-gallery {
  background: #FFF;
  border: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
section.landing-gallery .container-fluid .row-gallery-albums-homepage a.gallery-album-container .card-gallery .card-body {
  padding: 24px 24px 12px 24px;
  text-align: center;
}
section.landing-gallery .container-fluid .row-gallery-albums-homepage a.gallery-album-container .card-gallery .card-body h4 {
  display: inline-block;
  width: auto;
  padding: 0 0 12px 0;
  margin: 0 0 12px 0;
  font-weight: 600;
  font-size: 30px;
  text-align: center;
  color: #333;
  border-bottom: 2px solid #B48D31;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
section.landing-gallery .container-fluid .row-gallery-albums-homepage a.gallery-album-container:hover .card-gallery {
  background: #B48D31;
}
section.landing-gallery .container-fluid .row-gallery-albums-homepage a.gallery-album-container:hover .card-gallery .card-body h4 {
  color: #FFF;
}

article.object-item a.gallery-album-container, article.object-item a.object-list-item, article.object-list-item a.gallery-album-container, article.object-list-item a.object-list-item {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
article.object-item a.gallery-album-container .card, article.object-item a.object-list-item .card, article.object-list-item a.gallery-album-container .card, article.object-list-item a.object-list-item .card {
  overflow: hidden;
  position: relative;
  z-index: 1;
  background: #FFF;
  border: none;
  height: 100%;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
article.object-item a.gallery-album-container .card img, article.object-item a.object-list-item .card img, article.object-list-item a.gallery-album-container .card img, article.object-list-item a.object-list-item .card img {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  z-index: 2;
}
article.object-item a.gallery-album-container .card .card-body, article.object-item a.object-list-item .card .card-body, article.object-list-item a.gallery-album-container .card .card-body, article.object-list-item a.object-list-item .card .card-body {
  position: relative;
  z-index: 3;
  padding: 24px 24px 12px 24px;
  text-align: center;
  background: #FFF;
}
article.object-item a.gallery-album-container .card .card-body h5, article.object-item a.object-list-item .card .card-body h5, article.object-list-item a.gallery-album-container .card .card-body h5, article.object-list-item a.object-list-item .card .card-body h5 {
  display: block;
  position: relative;
  width: 100%;
  text-align: center;
  font-weight: 400;
  font-size: 14px;
  color: #666;
  margin: 0;
}
article.object-item a.gallery-album-container .card .card-body h4, article.object-item a.object-list-item .card .card-body h4, article.object-list-item a.gallery-album-container .card .card-body h4, article.object-list-item a.object-list-item .card .card-body h4 {
  display: inline-block;
  width: auto;
  padding: 0 0 12px 0;
  margin: 0 0 12px 0;
  font-weight: 600;
  font-size: 30px;
  text-align: center;
  color: #333;
  border-bottom: 2px solid #B48D31;
  transition: all 0 ease-in-out;
  -moz-transition: all 0 ease-in-out;
  -webkit-transition: all 0 ease-in-out;
}
article.object-item a.gallery-album-container:hover .card img, article.object-item a.object-list-item:hover .card img, article.object-list-item a.gallery-album-container:hover .card img, article.object-list-item a.object-list-item:hover .card img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
}
article.object-item a.gallery-album-container:hover .card .card-body, article.object-item a.object-list-item:hover .card .card-body, article.object-list-item a.gallery-album-container:hover .card .card-body, article.object-list-item a.object-list-item:hover .card .card-body {
  background: #B48D31;
}
article.object-item a.gallery-album-container:hover .card .card-body h4, article.object-item a.gallery-album-container:hover .card .card-body h5, article.object-item a.object-list-item:hover .card .card-body h4, article.object-item a.object-list-item:hover .card .card-body h5, article.object-list-item a.gallery-album-container:hover .card .card-body h4, article.object-list-item a.gallery-album-container:hover .card .card-body h5, article.object-list-item a.object-list-item:hover .card .card-body h4, article.object-list-item a.object-list-item:hover .card .card-body h5 {
  color: #FFF;
  text-decoration: none !important;
}

footer {
  display: block;
  position: relative;
  width: 100%;
  background: #FCFAF7;
  padding: 113px 0 0 0;
}
footer:before {
  content: " ";
  display: block;
  width: 462px;
  height: 44px;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%) rotate(180deg);
  -webkit-transform: translateX(-50%) rotate(180deg);
  -moz-transform: translateX(-50%) rotate(180deg);
  -o-transform: translateX(-50%) rotate(180deg);
  -ms-transform: translateX(-50%) rotate(180deg);
  background-color: #FFF;
  mask-image: url("/site/assets/images/top-bar.svg");
  -webkit-mask-image: url("/site/assets/images/top-bar.svg");
  -moz-mask-image: url("/site/assets/images/top-bar.svg");
  mask-size: "462px";
  -webkit-mask-size: "462px";
  -moz-mask-size: "462px";
  mask-position: "center";
  -webkit-mask-position: "center";
  -moz-mask-position: "center";
  mask-repeat: "no-repeat";
  -webkit-mask-repeat: "no-repeat";
  -moz-mask-repeat: "no-repeat";
}
footer h4.widget-title {
  display: block;
  position: relative;
  width: 100%;
  font-weight: 600;
  font-size: 24px;
  text-align: left;
  color: #333;
  padding: 0;
  margin: 0 0 29px;
}
footer .widget-content {
  margin-bottom: 24px;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  color: #333;
}
footer .widget-content p {
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  color: #333;
}
footer .footer-logo {
  display: block;
  position: relative;
  width: 100%;
  text-align: center;
  margin-bottom: 29px;
}
footer .footer-logo a.f-logo {
  display: inline-block;
  max-height: 256.75px;
}
footer ul.soc-icon-link {
  display: inline-block;
  list-style: none;
  margin: 0 0 50px;
  padding: 0;
}
footer ul.soc-icon-link li {
  display: inline-block;
  padding: 0 5px;
}
footer ul.soc-icon-link li a {
  position: relative;
  display: block;
  width: 41.04px;
  height: 41.04px;
  background: transparent;
  border: 1px solid #B48D31;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  text-align: center;
  font-size: 21px;
  line-height: 44px;
  color: #B48D31;
}
footer ul.soc-icon-link li a:hover {
  background-color: #B48D31;
  color: #FFF;
  border-color: #B48D31;
}
footer nav {
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 24px;
}
footer nav ul.simple-menu {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  max-width: 290px;
}
footer nav ul.simple-menu li.simple-li {
  display: inline-block;
  margin: 0 5px 10px;
}
footer nav ul.simple-menu li.simple-li a.simple-menu-link {
  display: inline-block;
  background: transparent;
  border: 1px solid #B48D31;
  color: #B48D31;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  font-weight: 500;
  font-size: 18px;
  line-height: 18px;
  padding: 12px 19px 8px;
}
footer nav ul.simple-menu li.simple-li a.simple-menu-link:hover {
  background: #B48D31;
  color: #FFF;
  border-color: #B48D31;
}
footer .center {
  text-align: center;
}
footer .right {
  text-align: right;
}
footer .right h4.widget-title {
  text-align: right;
}
footer .right nav ul.simple-menu {
  text-align: right;
  display: inline-block;
}
footer .right nav ul.simple-menu li.simple-li {
  margin: 0 0 10px 10px;
}
footer .col-copyrights {
  text-align: center;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  color: #333;
  padding-bottom: 12px;
}
footer .col-copyrights a {
  color: #B48D31;
}
footer .col-copyrights a:hover {
  text-decoration: underline;
}
footer .col-copyrights a img.developers {
  max-width: 80px;
}

span.line {
  display: block;
  position: relative;
  width: 100%;
  width: 100%;
  height: 1px;
  background: #B48D31;
  opacity: 0.5;
  margin: 20px 0;
}

section.page-head {
  display: block;
  position: relative;
  width: 100%;
  margin: 0 0 20px;
}
section.page-head nav[aria-label=breadcrumb] ol.breadcrumb {
  padding: 50px 0 20px 0;
  margin: 0;
}
section.page-head nav[aria-label=breadcrumb] ol.breadcrumb li a {
  font-weight: 400;
  font-size: 16px;
  color: #757575;
}
section.page-head nav[aria-label=breadcrumb] ol.breadcrumb li a:hover {
  color: #B48D31;
  text-decoration: underline;
}
section.page-head nav[aria-label=breadcrumb] ol.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: " ";
  width: 33px;
  height: 6.7px;
  background: transparent url(/site/assets/images/breadcrumb.svg) no-repeat center;
  background-size: contain;
  position: relative;
  top: 8px;
  margin-right: 10px;
}
section.page-head h1.main-title {
  display: block;
  position: relative;
  width: 100%;
  font-weight: 600;
  font-size: 42px;
  line-height: 46px;
  text-align: left;
  color: #333;
  margin: 0;
  padding: 0;
}
section.page-head h1.main-title:after {
  content: " ";
  display: block;
  width: 1px;
  height: 41px;
  background-color: #B48D31;
  position: absolute;
  right: -24px;
  top: 3px;
}
section.page-head h2.sub-title {
  display: block;
  position: relative;
  width: 100%;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  text-align: left;
  color: #666;
  margin: 15px 0 0 0;
  padding: 0;
}
section.page-head .col-page-title-share {
  text-align: right;
  padding-top: 101px;
}

.page-attachments-section h4.widget-title {
  display: block;
  position: relative;
  width: 100%;
  font-weight: 500;
  font-size: 52px;
  line-height: 64px;
  text-align: left;
  color: #333;
  margin: 0 0 30px;
  padding: 0;
}
.page-attachments-section h4.widget-title:after {
  content: " ";
  display: block;
  width: 1px;
  height: 41px;
  background-color: #B48D31;
  position: absolute;
  right: 50%;
  top: 10px;
}
.page-attachments-section h4.widget-title.filter-title {
  display: inline-block;
  font-weight: 600;
  font-size: 30px;
  line-height: 30px;
  text-align: left;
  color: #333;
  width: auto;
  border-bottom: 2px solid #B48D31;
  padding: 0 0 5px 0;
  margin: 0 0 30px 0;
}
.page-attachments-section h4.widget-title.filter-title:after {
  content: "";
  display: none;
}

.attachment-outer-body {
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 50px;
}
.attachment-outer-body .attachment-body {
  display: block;
  position: relative;
  width: 100%;
}
.attachment-outer-body .attachment-body a.attachment-link {
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}
.attachment-outer-body .attachment-body a.attachment-link .icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  font-size: 32px;
  height: 40px;
  color: #B48D31;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.attachment-outer-body .attachment-body a.attachment-link .additional-data {
  display: block;
  width: 100%;
  position: relative;
  padding: 10px 125px 5px 56px;
  font-weight: normal;
  font-size: 21px;
  line-height: 24px;
  text-align: left;
  color: #231465;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.attachment-outer-body .attachment-body a.attachment-link .additional-data .line {
  display: block;
  position: relative;
  width: 100%;
  margin-top: 7px;
}
.attachment-outer-body .attachment-body a.attachment-link .additional-data .line:after {
  content: " ";
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  background: #B48D31;
}
.attachment-outer-body .attachment-body a.attachment-link .download-btn {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 6px;
  font-weight: normal;
  font-size: 16px;
  line-height: 16px;
  text-align: left;
  color: #fff;
  padding: 12px 18px;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  background: transparent;
  border: 1px solid #B48D31;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.attachment-outer-body .attachment-body a.attachment-link .download-btn:after {
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  content: " ";
  display: block;
  width: 74.5px;
  height: 15.33px;
  background-color: #B48D31;
  position: relative;
  top: 8px;
  mask-image: url("/site/assets/images/dwn.svg");
  -webkit-mask-image: url("/site/assets/images/dwn.svg");
  -moz-mask-image: url("/site/assets/images/dwn.svg");
  mask-size: 74.5px;
  -webkit-mask-size: 74.5px;
  -moz-mask-size: 74.5px;
  mask-position: center;
  -webkit-mask-position: center;
  -moz-mask-position: center;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  -moz-mask-repeat: no-repeat;
}
.attachment-outer-body .attachment-body a.attachment-link:hover .icon, .attachment-outer-body .attachment-body a.attachment-link:hover .additional-data {
  color: #B48D31;
}
.attachment-outer-body .attachment-body a.attachment-link:hover .download-btn {
  background: #B48D31;
  border-color: #B48D31;
}
.attachment-outer-body .attachment-body a.attachment-link:hover .download-btn:after {
  background-color: #FFF;
}

.main-html-content {
  margin-bottom: 48px;
}

.page-gallery-album {
  display: block;
  position: relative;
  width: 100%;
}
.page-gallery-album .row-page-gallery {
  margin-left: -2.5px;
  margin-right: -2.5px;
  margin-bottom: 50px;
}
.page-gallery-album .row-page-gallery .col-page-gallery-item {
  padding-left: 2.5px;
  padding-right: 2.5px;
  padding-bottom: 5px;
}
.page-gallery-album .row-page-gallery .col-page-gallery-item a {
  display: block;
  position: relative;
  width: 100%;
}
.page-gallery-album .row-page-gallery .col-page-gallery-item a .gallery-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(180, 141, 49, 0.8);
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.page-gallery-album .row-page-gallery .col-page-gallery-item a .gallery-overlay span {
  display: block;
  position: absolute;
  left: 0;
  top: 40%;
  width: 100%;
  text-align: center;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  font-weight: 500;
  font-size: 21px;
  line-height: 24px;
  color: #fff;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.page-gallery-album .row-page-gallery .col-page-gallery-item a .gallery-overlay:after {
  content: " ";
  display: block;
  width: 23.22px;
  height: 18.37px;
  position: absolute;
  left: 50%;
  bottom: 32%;
  background-color: #FFF;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  mask-image: url("/site/assets/images/gal-arrow.svg");
  -webkit-mask-image: url("/site/assets/images/gal-arrow.svg");
  -moz-mask-image: url("/site/assets/images/gal-arrow.svg");
  mask-size: 23.22px;
  -webkit-mask-size: 23.22px;
  -moz-mask-size: 23.22px;
  mask-position: center;
  -webkit-mask-position: center;
  -moz-mask-position: center;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  -moz-mask-repeat: no-repeat;
}
.page-gallery-album .row-page-gallery .col-page-gallery-item a:hover .gallery-overlay {
  background: rgba(0, 92, 50, 0.8);
}
.page-gallery-album .row-page-gallery .col-page-gallery-item a:hover .gallery-overlay span {
  text-decoration: underline;
}
.page-gallery-album .row-page-gallery .col-page-gallery-item a:nth-child(1) {
  padding-bottom: 5px;
}
.page-gallery-album .row-page-gallery .col-page-gallery-item.col-pic-1 a {
  display: block;
  position: relative;
  width: 100%;
  max-height: 452px;
  overflow: hidden;
}
.page-gallery-album .row-page-gallery .col-page-gallery-item.col-pic-1 a img {
  max-width: initial;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.container img {
  margin: 0;
}

.hidden {
  display: none !important;
  visibility: hidden !important;
}

.col-subpage-item {
  margin-bottom: 24px;
}
.col-subpage-item .card-subpages {
  background: #FCFAF7;
  border: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
.col-subpage-item .card-subpages a.subpages-item-img {
  display: block;
  position: relative;
  width: 100%;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.col-subpage-item .card-subpages a.subpages-item-img img {
  overflow: hidden;
  aspect-ratio: 153/103;
  display: block;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.col-subpage-item .card-subpages a.subpages-item-img .card-body {
  text-align: center;
}
.col-subpage-item .card-subpages a.subpages-item-img .card-body h4 {
  display: inline-block;
  font-weight: 600;
  font-size: 21px;
  text-align: center;
  color: #333;
  border-bottom: 2px solid #B48D31;
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.col-subpage-item .card-subpages a.subpages-item-img:hover {
  background: #B48D31;
}
.col-subpage-item .card-subpages a.subpages-item-img:hover .card-body h4 {
  color: #FFF;
}

.page-bottom-toolbar {
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 48px;
}

.page-subpages-section {
  margin-bottom: 48px;
}

.page-body-content {
  display: block;
  position: relative;
  width: 100%;
}
.page-body-content .blog-page {
  top: 0;
}
.page-body-content .blog-page .col-landing-blog-item {
  margin-bottom: 48px;
}

.row-pagination .col-blog-page-pagination nav {
  margin-bottom: 48px;
}
.row-pagination .col-blog-page-pagination nav ul.pagination li.page-item {
  padding: 0 5px;
}
.row-pagination .col-blog-page-pagination nav ul.pagination li.page-item a.page-link {
  width: 41.04px;
  height: 41.04px;
  background: transparent;
  border: 1px solid #B48D31;
  text-align: center;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  font-weight: 500;
  font-size: 18px;
  line-height: 42px;
  padding: 0;
  color: #b48d31;
}
.row-pagination .col-blog-page-pagination nav ul.pagination li.page-item a.page-link.current, .row-pagination .col-blog-page-pagination nav ul.pagination li.page-item a.page-link:hover {
  background: #B48D31;
  color: #FFF;
}
.row-pagination .col-blog-page-pagination nav ul.pagination li.page-item.last-arrow a.page-link, .row-pagination .col-blog-page-pagination nav ul.pagination li.page-item.first-arrow a.page-link {
  width: 111px;
  height: 41px;
  font-size: 0;
}
.row-pagination .col-blog-page-pagination nav ul.pagination li.page-item.last-arrow a.page-link:after, .row-pagination .col-blog-page-pagination nav ul.pagination li.page-item.first-arrow a.page-link:after {
  content: " ";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 74.5px;
  height: 15.33px;
  background-color: #B48D31;
  mask-image: url("/site/assets/images/pagination-arrow.svg");
  -webkit-mask-image: url("/site/assets/images/pagination-arrow.svg");
  -moz-mask-image: url("/site/assets/images/pagination-arrow.svg");
  mask-size: "74.5px";
  -webkit-mask-size: "74.5px";
  -moz-mask-size: "74.5px";
  mask-position: "center";
  -webkit-mask-position: "center";
  -moz-mask-position: "center";
  mask-repeat: "no-repeat";
  -webkit-mask-repeat: "no-repeat";
  -moz-mask-repeat: "no-repeat";
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.row-pagination .col-blog-page-pagination nav ul.pagination li.page-item.last-arrow a.page-link:hover:after, .row-pagination .col-blog-page-pagination nav ul.pagination li.page-item.first-arrow a.page-link:hover:after {
  background-color: #FFF;
}
.row-pagination .col-blog-page-pagination nav ul.pagination li.page-item.last-arrow a.page-link:after {
  transform: translate(-50%, -50%) rotate(180deg);
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
  -moz-transform: translate(-50%, -50%) rotate(180deg);
  -o-transform: translate(-50%, -50%) rotate(180deg);
  -ms-transform: translate(-50%, -50%) rotate(180deg);
}

.col-share span {
  display: inline-block;
  font-weight: normal;
  font-size: 18px;
  line-height: 52px;
  text-align: left;
  color: #333;
  padding-right: 20px;
}
.col-share ul.soc-share {
  display: inline-block;
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}
.col-share ul.soc-share li {
  display: inline-block;
  margin: 0 5px;
}
.col-share ul.soc-share li:last-child {
  margin-right: 0;
}
.col-share ul.soc-share li:first-child {
  margin-left: 0;
}
.col-share ul.soc-share li button {
  display: block;
  border: 1px solid #B48D31;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  background: #FFF;
  width: 41.04px;
  height: 41.04px;
  text-align: center;
  font-size: 21px;
  color: #B48D31;
  line-height: 46px;
  padding: 0;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.col-share ul.soc-share li button:hover {
  background: #B48D31;
  color: #FFF;
}

a.blog-cover {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  margin-bottom: 48px;
}

.col-objects-item {
  margin-bottom: 24px;
}

.card-vp {
  background: #FFF;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border: none;
}
.card-vp img {
  border: 1px solid #f1f1f1;
}
.card-vp .card-body {
  text-align: center;
}
.card-vp .card-body h4 {
  display: inline-block;
  font-weight: 600;
  font-size: 30px;
  text-align: center;
  color: #333;
  border-bottom: 2px solid #B48D31;
}

h4.filter-title {
  display: inline-block;
  font-weight: 600;
  font-size: 30px;
  line-height: 30px;
  text-align: left;
  color: #333;
  padding: 0 0 5.5px;
  margin: 0 0 21.5px;
  border-bottom: 2px solid #B48D31;
}
h4.filter-title i {
  top: -2px;
}
h4.filter-title {
  margin-bottom: 36px;
}

.objects-toolbar .objects-col-toolbar .btn-outline i.vp-map {
  display: inline-block;
  width: 18px;
  height: 16px;
  position: relative;
  background-color: #B48D31;
  margin-right: 9px;
  top: 1px;
  mask-image: url("/site/assets/images/mapicon.svg");
  -webkit-mask-image: url("/site/assets/images/mapicon.svg");
  -moz-mask-image: url("/site/assets/images/mapicon.svg");
  mask-size: 18px;
  -webkit-mask-size: 18px;
  -moz-mask-size: 18px;
  mask-position: top center;
  -webkit-mask-position: top center;
  -moz-mask-position: top center;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  -moz-mask-repeat: no-repeat;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.objects-toolbar .objects-col-toolbar .btn-outline:hover i.vp-map {
  background-color: #FFF;
}
.objects-toolbar .objects-col-toolbar .btn-outline:hover#object-map-link:after {
  background-color: #FFF;
}

.col-object-list-item {
  margin-bottom: 24px;
}
.col-object-list-item article.object-list-item {
  height: 100%;
  position: relative;
}
.col-object-list-item article.object-list-item a.object-list-item {
  height: 100%;
  position: relative;
  z-index: 10;
}

.loading {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.91) url(/site/assets/images/loading.svg) no-repeat center;
  background-size: 48px;
  z-index: 99;
}

#objects-list {
  display: block;
  position: relative;
  width: 100%;
  min-height: 500px;
}

.objects-filters {
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 10px;
}
.objects-filters .form-check {
  margin-bottom: 20px;
}
.objects-filters .form-check input.form-check-input {
  position: relative;
  margin-right: 0;
  cursor: pointer;
  -webkit-appearance: none;
  outline: none;
  box-shadow: none;
  border: none;
  filter: none;
  background: transparent;
}
.objects-filters .form-check input.form-check-input:active, .objects-filters .form-check input.form-check-input:visited, .objects-filters .form-check input.form-check-input:hover {
  outline: none;
  box-shadow: none;
  border: none;
  filter: none;
}
.objects-filters .form-check input.form-check-input:before {
  content: " ";
  display: block;
  width: 20px;
  height: 20px;
  background: #fff;
  border: 1px solid #B48D31;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  position: absolute;
  left: -1px;
  top: -1px;
}
.objects-filters .form-check input.form-check-input:checked:before {
  background: #B48D31;
  border-color: #B48D31;
}
.objects-filters .form-check input.form-check-input:checked:after {
  content: "\f26e";
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: 400 !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -0.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  color: #fff;
  position: absolute;
  top: -1px;
  left: -1px;
}
.objects-filters .form-check label {
  cursor: pointer;
  padding-top: 4px;
  font-weight: normal;
  font-size: 16px;
  text-align: left;
  color: #757575;
  padding-right: 24px;
  padding-left: 14px;
}

#map {
  display: block;
  position: relative;
  width: 100%;
  height: 660px;
}
#map.map-small {
  height: 415px;
}
#map .marker {
  background-image: url(/site/assets/images/pin.png);
  background-size: 29px;
  background-repeat: no-repeat;
  background-position: center;
  width: 29px;
  height: 43.67px;
  cursor: pointer;
}
#map .mapboxgl-popup-content {
  padding: 0 12px 0 0;
  background: #FFF;
  width: 330px;
  min-height: 72px;
}
#map .mapboxgl-popup-content img {
  position: absolute;
  left: 1px;
  top: 1px;
  width: 70px;
  height: 100%;
  object-fit: cover;
}
#map .mapboxgl-popup-content h4.map-pin-title {
  font-size: 18px;
  line-height: 26px;
  display: block;
  position: relative;
  padding: 6px 0 6px 82px;
  margin: 0;
}
#map .mapboxgl-popup-content p.map-pin-desc {
  font-size: 14px;
  line-height: 21px;
  margin: 0;
  display: block;
  position: relative;
  padding: 0 0 6px 82px;
}
#map .mapboxgl-popup-content a.map-object-link {
  display: block;
  background: #FFF;
  border: 1px solid #B48D31;
  text-align: center;
  color: #B48D31;
  padding: 5px 12px;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  margin: 0 0 6px 82px;
}
#map .mapboxgl-popup-content a.map-object-link:hover {
  background: #B48D31;
  color: #FFF;
}

ul.map-object-list {
  display: block;
  position: relative;
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0 0 48px 0;
}
ul.map-object-list li {
  display: block;
  position: relative;
  width: 100%;
}
ul.map-object-list li a {
  display: block;
  position: relative;
  width: 100%;
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  text-align: left;
  color: #333;
  padding: 5px 0;
  margin-bottom: 5px;
}
ul.map-object-list li a:before {
  content: "\f287";
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: 400 !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -0.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 5px;
  color: #B48D31;
  font-size: 10px;
}
ul.map-object-list li a:hover {
  color: #B48D31;
}
ul.map-object-list li:first-child a {
  padding-top: 0;
}

.map-object-desc .content {
  display: block;
  position: relative;
  width: 100%;
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
  text-align: left;
  color: #1f1f1f;
}

.btn-map-links {
  font-weight: 600;
  font-size: 14px;
  line-height: 14px;
  text-align: left;
  color: #072f54;
  padding: 10px 20px;
}
.btn-map-links:hover {
  background: #B48D31 !important;
  border-color: #B48D31 !important;
  color: #FFF !important;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

a.fav-object-map {
  position: relative;
  left: initial;
  right: initial;
  top: 5px;
  bottom: initial;
  float: right;
  width: 30px;
  height: 25.71px;
  font-size: 30px;
  display: inline-block;
  margin-right: 20px;
}
a.fav-object-map:hover {
  background: transparent;
  color: #B48D31;
}
a.fav-object-map:hover:after {
  background-color: red;
}
a.fav-object-map.active {
  background: transparent;
  color: #B48D31;
}
a.fav-object-map.active:after {
  background-color: #B48D31;
}

section.object-item-page {
  display: block;
  position: relative;
  width: 100%;
  padding: 0 0 80px 0;
}
section.object-item-page .col-object-left {
  padding-right: 0;
}
section.object-item-page .col-object-right {
  padding-left: 0;
}
section.object-item-page .object-gallery-carousel {
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 30px;
}
section.object-item-page .object-gallery-carousel .swiper {
  width: 100%;
  height: 100%;
}
section.object-item-page .object-gallery-carousel .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #F4F3EA;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
section.object-item-page .object-gallery-carousel .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.object-item-page .object-gallery-carousel .swiper {
  width: 100%;
  height: 400px;
  margin-left: auto;
  margin-right: auto;
}
section.object-item-page .object-gallery-carousel .swiper-slide {
  background-size: cover;
  background-position: center;
}
section.object-item-page .object-gallery-carousel .objectGalleryThumbs {
  height: 440px;
  width: 100%;
}
section.object-item-page .object-gallery-carousel .objectGallery {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
}
section.object-item-page .object-gallery-carousel .objectGallery .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 1;
  filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
section.object-item-page .object-gallery-carousel .objectGallery .swiper-slide-thumb-active {
  opacity: 1;
  filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
}
section.object-item-page .object-gallery-carousel .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
section.object-item-page .object-gallery-carousel a.object-gallery-thumb {
  display: block;
  position: absolute;
  right: 20px;
  bottom: 20px;
}
section.object-item-page .object-gallery-carousel a.object-gallery-thumb span.expend-icon {
  font-size: 36px;
  color: #FFF;
}
section.object-item-page .object-gallery-carousel .objectGallery-button-next, section.object-item-page .object-gallery-carousel .objectGallery-button-prev {
  color: #FFF;
  font-size: 24px;
}
section.object-item-page .object-gallery-carousel .objectGallery-button-next:after, section.object-item-page .object-gallery-carousel .objectGallery-button-prev:after {
  content: "";
  display: none;
}
section.object-item-page .object-gallery-carousel .objectGalleryThumbs-button-next,
section.object-item-page .object-gallery-carousel .objectGallery-button-next,
section.object-item-page .object-gallery-carousel .objectGallery-button-prev,
section.object-item-page .object-gallery-carousel .objectGalleryThumbs-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  font-size: 24px;
}
section.object-item-page .object-gallery-carousel .objectGalleryThumbs-button-prev, section.object-item-page .object-gallery-carousel .objectGallery-button-prev {
  left: 10px;
  right: auto;
}
section.object-item-page .object-gallery-carousel .objectGalleryThumbs-button-next, section.object-item-page .object-gallery-carousel .objectGallery-button-next {
  right: 10px;
  left: auto;
}
section.object-item-page .object-gallery-carousel img.img-thumb {
  cursor: pointer;
}
section.object-item-page .object-description-left {
  display: block;
  position: relative;
  width: 100%;
}
section.object-item-page .object-description-left h4.simple-title {
  font-weight: bold;
  font-size: 24px;
  text-align: left;
  color: #384041;
  margin: 0 0 30px 0;
  padding: 0;
  text-transform: none;
}
section.object-item-page .object-description-left ul.contact-list {
  display: block;
  position: relative;
  width: 100%;
  list-style: none;
  margin: 0 0 49px 0;
  padding: 0;
}
section.object-item-page .object-description-left ul.contact-list li {
  display: block;
  width: 100%;
  text-align: left;
  color: #333;
  padding: 0 0 5px 0;
}
section.object-item-page .object-description-left ul.contact-list li a {
  font-weight: normal;
  font-size: 18px;
  text-align: left;
  color: #333;
}
section.object-item-page .object-description-left ul.contact-list li a:hover {
  color: #B48D31;
  text-decoration: underline;
}
section.object-item-page .object-description-left ul.contact-list li i {
  font-size: 20px;
  color: #B48D31;
  margin-right: 15px;
}
section.object-item-page .object-description-left ul.contact-list li span.left {
  display: inline-block;
  min-width: 100px;
}
section.object-item-page .object-item-map {
  display: block;
  position: relative;
  width: 100%;
  height: 300px;
  margin-bottom: 24px;
}
section.object-item-page .object-item-map iframe {
  width: 100% !important;
  height: 300px !important;
}
section.object-item-page .object-cover-image {
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 24px;
}
section.object-item-page .object-cover-image img {
  min-width: 100%;
}
section.object-item-page .attachment-outer-body .col-attachment-item .attachment-body a.attachment-link h5 span {
  padding-right: 47px;
}

.col-object-right {
  padding-left: 0;
}

.col-object-left {
  padding-right: 0;
}

section.object-item-page .object-description-left ul.time-list li {
  font-weight: 300;
  font-size: 16px;
  line-height: 28px;
  text-align: left;
  color: #072f54;
}
section.object-item-page .object-description-left ul.time-list li span {
  font-weight: 300;
  font-size: 16px;
  line-height: 28px;
  text-align: left;
  color: #072f54;
}

.object-description-left .col-object-contacts.right {
  padding-right: 24px;
}
.object-description-left .col-objects-map {
  padding-left: 0;
}

.btn-google-map-link i {
  margin-left: 10px;
}
.btn-google-map-link:hover {
  background-color: #005c32 !important;
  border-color: #005c32 !important;
  color: #FFF !important;
}

.object-prices {
  display: block;
  position: relative;
  width: 100%;
  margin: 48px 0 48px 0;
}

.price-table {
  display: block;
  position: relative;
  width: 100%;
  margin: 0;
}
.price-table table.table {
  border: none !important;
}
.price-table table.table tbody tr {
  background: #FFF url(/site/assets/images/lines.png) repeat-x bottom 12px left;
}
.price-table table.table tbody tr th {
  padding: 0;
  font-weight: 300;
  font-size: 16px;
  line-height: 28px;
  text-align: left;
  color: #1f1f1f;
  border: none !important;
}
.price-table table.table tbody tr th span.tb-title {
  padding: 0 10px 5px 0;
  background: #FFF;
}
.price-table table.table tbody tr th span.tb-price {
  display: inline-block;
  padding: 0 0 5px 10px;
  background: #FFF;
}
.price-table table.table tbody tr th span.tb-price:after {
  content: " ";
  display: inline-block;
  margin-left: 5px;
  width: 9.37px;
  height: 14.06px;
  background: transparent url(/site/assets/images/eiro.svg) no-repeat center;
}
.price-table table.table tbody tr th:last-child {
  text-align: right;
}

ul.object-icons {
  display: inline-block;
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0 0 30px 0;
  width: calc(100% - 165px);
}
ul.object-icons li {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
}
ul.object-icons li img {
  width: 40px;
}

.object-icons-bar {
  display: block;
  position: relative;
  width: 100%;
  min-height: 50px;
}

a.fav-with-text {
  width: auto;
  height: auto;
  max-width: 155px;
  display: inline-block;
  float: right;
  position: relative;
  left: initial;
  top: initial;
  right: initial;
  bottom: initial;
  padding-left: 50px;
}
a.fav-with-text:after {
  left: 0;
  top: 10px;
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  right: initial;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
a.fav-with-text span {
  font-weight: normal;
  font-size: 14px;
  text-align: left;
  color: #949494;
}
a.fav-with-text:hover, a.fav-with-text.active {
  background: transparent;
}
a.fav-with-text:hover span, a.fav-with-text.active span {
  color: #B48D31;
}
a.fav-with-text:hover:after, a.fav-with-text.active:after {
  background-color: #B48D31;
}

.col-collapseTopBar {
  position: relative;
  text-align: right !important;
}
.col-collapseTopBar button.btn-info-collapse {
  position: absolute;
  right: 73px;
  top: 37px;
  background: #fff;
  border: 1px solid #14375a;
  color: #14375a;
  font-size: 21px;
  padding: 1.5px 8px;
}
.col-collapseTopBar button.btn-info-collapse[aria-expanded=true] {
  background: #B48D31;
  color: #FFF;
  border-color: #B48D31;
}
.col-collapseTopBar button.btn-info-collapse[aria-expanded=true] .bi:before {
  content: "\f659";
}

section.objects-toolbar-map {
  margin-bottom: 24px;
}

.map-page-body {
  min-height: 400px;
}

.cke_editable p, .html-content p, .main-html-content p {
  margin: 0 0 20px;
}

.object-map-left {
  max-height: 600px;
  overflow-y: scroll;
  overflow-x: visible;
}

.row-object-gallery-thumbnails {
  margin-left: -1.5px;
  margin-right: -1.5px;
}
.row-object-gallery-thumbnails .col-object-gallery-thumbnail {
  padding-left: 3px;
  padding-right: 3px;
  padding-top: 3px;
}

a.object-gallery-thumbnail {
  display: block;
  position: relative;
  width: 100%;
}
a.object-gallery-thumbnail img {
  display: block;
  max-width: 100%;
  min-width: 100%;
}
a.object-gallery-thumbnail .counter {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
a.object-gallery-thumbnail .counter span {
  display: block;
  position: relative;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  text-align: center;
  font-size: 44px;
  color: #FFF;
  font-weight: 500;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
a.object-gallery-thumbnail .counter.counter-0 {
  display: none;
  visibility: hidden;
}

.row-page-gallery {
  margin-left: -1.5px;
  margin-right: -1.5px;
}
.row-page-gallery .page-gallery {
  padding-left: 3px;
  padding-right: 3px;
  padding-top: 6px;
}
.row-page-gallery .page-gallery a {
  display: block;
  position: relative;
  width: 100%;
}
.row-page-gallery .page-gallery a img {
  max-width: 100%;
  min-width: 100%;
}

.chat_button_body {
  z-index: 99999 !important;
}

.objects-toolbar-bg {
  display: block;
  position: relative;
  width: 100%;
  background: #FCFAF7;
  padding: 50px 24px 161px;
}
.objects-toolbar-bg.map-open-filter {
  padding-bottom: 50px;
  margin-bottom: 50px;
}

.objects-toolbar-items-overlay {
  display: block;
  position: relative;
  width: 100%;
  top: -78px;
}

.dropdown-place {
  position: relative;
  z-index: 99;
  display: inline-block;
  margin-right: 10px;
}
.dropdown-place .dropdown-toggle::after {
  content: "\f282";
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: 400 !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -0.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  border: none;
}
.dropdown-place ul.placeDropdown {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  padding: 0;
}
.dropdown-place ul.placeDropdown li a.dropdown-item.active, .dropdown-place ul.placeDropdown li a.dropdown-item:hover {
  background: #B48D31;
  color: #FFF;
}

.row-object-item-gal-thumbs {
  margin-left: -2.5px;
  margin-right: -2.5px;
  margin-top: 5px;
  margin-bottom: 5px;
}
.row-object-item-gal-thumbs .col-object-item-gal-thumbs {
  padding-left: 2.5px;
  padding-right: 2.5px;
  padding-bottom: 5px;
}
.row-object-item-gal-thumbs .col-object-item-gal-thumbs a.object-gallery-thumb-2 {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.row-object-item-gal-thumbs .col-object-item-gal-thumbs a.object-gallery-thumb-2 .gallery-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(180, 141, 49, 0.8);
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.row-object-item-gal-thumbs .col-object-item-gal-thumbs a.object-gallery-thumb-2 .gallery-overlay span {
  display: block;
  position: absolute;
  left: 0;
  top: 40%;
  width: 100%;
  text-align: center;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  font-weight: 500;
  font-size: 21px;
  line-height: 24px;
  color: #fff;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.row-object-item-gal-thumbs .col-object-item-gal-thumbs a.object-gallery-thumb-2 .gallery-overlay:after {
  content: " ";
  display: block;
  width: 23.22px;
  height: 18.37px;
  position: absolute;
  left: 50%;
  bottom: 32%;
  background-color: #FFF;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  mask-image: url("/site/assets/images/gal-arrow.svg");
  -webkit-mask-image: url("/site/assets/images/gal-arrow.svg");
  -moz-mask-image: url("/site/assets/images/gal-arrow.svg");
  mask-size: 23.22px;
  -webkit-mask-size: 23.22px;
  -moz-mask-size: 23.22px;
  mask-position: center;
  -webkit-mask-position: center;
  -moz-mask-position: center;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  -moz-mask-repeat: no-repeat;
}
.row-object-item-gal-thumbs .col-object-item-gal-thumbs a.object-gallery-thumb-2:hover .gallery-overlay {
  background: #B48D31;
}

i.vp-arrow-right {
  display: inline-block;
  width: 74.5px;
  height: 15.33px;
  background-color: #B48D31;
  position: relative;
  top: 1px;
  mask-image: url("/site/assets/images/btn-arrow.svg");
  -webkit-mask-image: url("/site/assets/images/btn-arrow.svg");
  -moz-mask-image: url("/site/assets/images/btn-arrow.svg");
  mask-size: "74px";
  -webkit-mask-size: "74px";
  -moz-mask-size: "74px";
  mask-position: "center";
  -webkit-mask-position: "center";
  -moz-mask-position: "center";
  mask-repeat: "no-repeat";
  -webkit-mask-repeat: "no-repeat";
  -moz-mask-repeat: "no-repeat";
}

a.btn-google-map-link {
  margin-bottom: 10px;
}
a.btn-google-map-link i {
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
a.btn-google-map-link:hover {
  background-color: #B48D31 !important;
  color: #FFF !important;
  border-color: #B48D31 !important;
}
a.btn-google-map-link:hover i {
  background-color: #FFF;
}

ul.soc-list-objects {
  display: block;
  position: relative;
  width: 100%;
  list-style: none;
  margin: 0 0 50px 0;
  padding: 15px 0;
}
ul.soc-list-objects li {
  display: inline-block;
  margin-right: 10px;
}
ul.soc-list-objects li a {
  display: block;
  width: 41.04px;
  height: 41.04px;
  background: #FFF;
  border: 1px solid #B48D31;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  font-size: 18px;
  line-height: 43px;
  text-align: center;
  padding: 0;
  color: #B48D31;
}
ul.soc-list-objects li a:hover {
  background: #B48D31;
  color: #FFF;
}
ul.soc-list-objects:before {
  content: " ";
  display: block;
  position: absolute;
  left: -110px;
  top: 0;
  height: 100%;
  width: calc(100% + 110px);
  background: #FCFAF7;
  z-index: -1;
}

main.contacts {
  display: block;
  position: relative;
  width: 100%;
}
main.contacts .page-head {
  margin-bottom: 50px;
}
main.contacts section.contacts {
  display: block;
  position: relative;
  width: 100%;
  margin: 0 0 100px 0;
}
main.contacts section.contacts.c1 .top h2, main.contacts section.contacts.c2 .top h2 {
  display: block;
  position: relative;
  width: 100%;
  font-weight: 600;
  font-size: 42px;
  line-height: 52px;
  text-align: left;
  color: #333;
  margin: 0 0 30px 0;
  padding: 0;
}
main.contacts section.contacts.c1 .left .contacts-widget, main.contacts section.contacts.c1 .right .contacts-widget, main.contacts section.contacts.c2 .left .contacts-widget, main.contacts section.contacts.c2 .right .contacts-widget {
  display: block;
  position: relative;
  width: 100%;
  padding: 50px 86px 50px 50px;
}
main.contacts section.contacts.c1 .left h4, main.contacts section.contacts.c1 .right h4, main.contacts section.contacts.c2 .left h4, main.contacts section.contacts.c2 .right h4 {
  display: inline-block;
  font-weight: 600;
  font-size: 30px;
  line-height: 36px;
  color: #fff;
  padding: 0 0 0 0;
  margin: 0 0 20px 0;
  border-bottom: 2px solid #FFF;
}
main.contacts section.contacts.c1 .left ul.contact-page-list, main.contacts section.contacts.c1 .right ul.contact-page-list, main.contacts section.contacts.c2 .left ul.contact-page-list, main.contacts section.contacts.c2 .right ul.contact-page-list {
  display: block;
  position: relative;
  width: 100%;
  list-style: none;
  margin: 10px 0 0 0;
  padding: 0;
}
main.contacts section.contacts.c1 .left ul.contact-page-list li, main.contacts section.contacts.c1 .right ul.contact-page-list li, main.contacts section.contacts.c2 .left ul.contact-page-list li, main.contacts section.contacts.c2 .right ul.contact-page-list li {
  display: block;
  position: relative;
  width: 100%;
  padding: 0 0 15px 0;
}
main.contacts section.contacts.c1 .left ul.contact-page-list li a, main.contacts section.contacts.c1 .right ul.contact-page-list li a, main.contacts section.contacts.c2 .left ul.contact-page-list li a, main.contacts section.contacts.c2 .right ul.contact-page-list li a {
  display: inline-block;
  width: 200px;
  position: relative;
  font-weight: normal;
  font-size: 18px;
  padding-left: 30px;
}
main.contacts section.contacts.c1 .left ul.contact-page-list li a i, main.contacts section.contacts.c1 .right ul.contact-page-list li a i, main.contacts section.contacts.c2 .left ul.contact-page-list li a i, main.contacts section.contacts.c2 .right ul.contact-page-list li a i {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 21px;
  margin-right: 32px;
}
main.contacts section.contacts.c1 .left ul.contact-page-list li a:hover, main.contacts section.contacts.c1 .right ul.contact-page-list li a:hover, main.contacts section.contacts.c2 .left ul.contact-page-list li a:hover, main.contacts section.contacts.c2 .right ul.contact-page-list li a:hover {
  text-decoration: underline;
}
main.contacts section.contacts.c1 .left table.table, main.contacts section.contacts.c1 .right table.table, main.contacts section.contacts.c2 .left table.table, main.contacts section.contacts.c2 .right table.table {
  border-color: transparent;
  --bs-table-bg: transparent;
}
main.contacts section.contacts.c1 .left table.table > :not(caption) > * > *, main.contacts section.contacts.c1 .right table.table > :not(caption) > * > *, main.contacts section.contacts.c2 .left table.table > :not(caption) > * > *, main.contacts section.contacts.c2 .right table.table > :not(caption) > * > * {
  padding: 0.3rem;
}
main.contacts section.contacts.c1 .left, main.contacts section.contacts.c2 .left {
  position: relative;
  text-align: right;
}
main.contacts section.contacts.c1 .left:before, main.contacts section.contacts.c2 .left:before {
  content: " ";
  display: block;
  width: calc(100% - 12px);
  height: 100%;
  background: #B48D31;
  color: #FFF;
  position: absolute;
  left: 12px;
  top: 0;
  z-index: -1;
}
main.contacts section.contacts.c1 .left ul.contact-page-list, main.contacts section.contacts.c2 .left ul.contact-page-list {
  text-align: right;
}
main.contacts section.contacts.c1 .left ul.contact-page-list li, main.contacts section.contacts.c2 .left ul.contact-page-list li {
  text-align: right;
}
main.contacts section.contacts.c1 .left ul.contact-page-list li a, main.contacts section.contacts.c2 .left ul.contact-page-list li a {
  text-align: right;
  color: #FFF;
}
main.contacts section.contacts.c1 .right, main.contacts section.contacts.c2 .right {
  position: relative;
}
main.contacts section.contacts.c1 .right:before, main.contacts section.contacts.c2 .right:before {
  content: " ";
  display: block;
  width: calc(100% - 12px);
  height: 100%;
  background: #FCFAF7;
  color: #333333;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
main.contacts section.contacts.c1 .right h4, main.contacts section.contacts.c2 .right h4 {
  color: #333333;
  border-bottom: 2px solid #B48D31;
}
main.contacts section.contacts.c1 .bottom, main.contacts section.contacts.c2 .bottom {
  text-align: center;
}
main.contacts section.contacts.c1 .bottom iframe, main.contacts section.contacts.c2 .bottom iframe {
  display: block;
  position: relative;
  width: 100%;
  width: 100% !important;
  height: 500px !important;
  margin-bottom: 20px;
}

section.gallery-albums.gallery .card-gallery {
  background: #FFF;
}

section.gallery-albums.gallery .card-gallery .card-body h4 {
  font-weight: 600;
  font-size: 30px;
  text-align: center;
  color: #333;
}

section.gallery-album-open {
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 100px;
}
section.gallery-album-open .row-page-gallery {
  margin-left: -2.5px;
  margin-right: -2.5px;
}
section.gallery-album-open .row-page-gallery .col-page-gallery-item {
  padding-left: 2.5px;
  padding-right: 2.5px;
  padding-bottom: 2.5px;
}
section.gallery-album-open .row-page-gallery .col-page-gallery-item a.gallery-item-img {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}
section.gallery-album-open .row-page-gallery .col-page-gallery-item a.gallery-item-img img {
  min-width: 100%;
  margin: 0;
  padding: 0;
}

main.page-section-events {
  display: block;
  position: relative;
  width: 100%;
}
main.page-section-events section.page-body-content {
  display: block;
  position: relative;
  width: 100%;
  background: #FCFAF7;
  padding: 50px 0;
  margin-bottom: 50px;
}
main.page-section-events section.page-body-content section.landing-events {
  padding: 0;
  margin: 0;
}

main.page-section-events_item {
  display: block;
  position: relative;
  width: 100%;
}
main.page-section-events_item section.page-body-content {
  display: block;
  position: relative;
  width: 100%;
  padding: 50px 0;
  background: #FCFAF7;
  margin-bottom: 100px;
}
main.page-section-events_item section.event-open {
  display: block;
  position: relative;
  width: 100%;
}
main.page-section-events_item section.event-open .col-open-event.left a.event-cover-link {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  margin-bottom: 48px;
}
main.page-section-events_item section.event-open .col-open-event.left a.event-cover-link img {
  min-width: 100%;
}
main.page-section-events_item section.event-open .col-open-event.right .event-wrapper {
  display: block;
  position: relative;
  width: 100%;
  padding-left: 72px;
  margin-bottom: 48px;
}
main.page-section-events_item section.event-open .col-open-event.right .event-wrapper h1 {
  display: block;
  position: relative;
  width: 100%;
  font-weight: 600;
  font-size: 56px;
  line-height: 62px;
  text-align: left;
  color: #333;
  padding: 0;
  margin-bottom: 30px;
}
main.page-section-events_item section.event-open .col-open-event.right .event-wrapper .main-html-content {
  display: block;
  position: relative;
  width: 100%;
  font-weight: normal;
  font-size: 21px;
  line-height: 26px;
  text-align: left;
  color: #333;
}
main.page-section-events_item section.event-open .row-bottom {
  margin-top: 24px;
}
main.page-section-events_item section.event-open .row-bottom .col-share {
  text-align: right;
}

span.vp-arrow-right, span.vp-arrow-left {
  position: relative;
  top: 2px;
  display: inline-block;
  width: 74.5px;
  height: 15.33px;
  margin-left: 13px;
  background-color: #B48D31;
  mask-image: url("/site/assets/images/btn-arrow.svg");
  -webkit-mask-image: url("/site/assets/images/btn-arrow.svg");
  -moz-mask-image: url("/site/assets/images/btn-arrow.svg");
  mask-size: "74.5px";
  -webkit-mask-size: "74.5px";
  -moz-mask-size: "74.5px";
  mask-position: "center";
  -webkit-mask-position: "center";
  -moz-mask-position: "center";
  mask-repeat: "no-repeat";
  -webkit-mask-repeat: "no-repeat";
  -moz-mask-repeat: "no-repeat";
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

span.vp-arrow-left {
  margin-left: 0;
  margin-right: 13px;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
}

a.btn-outline:hover span.vp-arrow-left, a.btn-outline:hover span.vp-arrow-right {
  background-color: #FFF;
}

section.section-error {
  padding: 100px 0;
}
section.section-error .col-404-desc {
  text-align: center;
}
section.section-error .col-404-desc .wrapper {
  display: inline-block;
  max-width: 420px;
}

ul.site-settings {
  list-style: none;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
}
ul.site-settings li {
  text-align: left;
  display: block;
  position: relative;
  width: 100%;
  padding: 0 0 24px 0;
}
ul.site-settings li span {
  display: block;
  position: relative;
  width: 100%;
  font-size: 16px;
  color: #000;
  font-weight: 700;
  padding: 0 0 12px 0;
}
ul.site-settings li .btn-default {
  padding: 10px 22px;
}
ul.site-settings li .btn-default.active {
  background: #B48D31;
  color: #FFF;
}
ul.site-settings li .btn-default.btn-contrast.contrast-1 {
  border-color: #CDCDCD;
  color: #CDCDCD;
}
ul.site-settings li .btn-default.btn-contrast.contrast-2 {
  border-color: #000;
  background: #000;
  color: #FFF;
}
ul.site-settings li .btn-default.btn-contrast.contrast-3 {
  border-color: #f9d600;
  background: #f9d600;
  color: #000;
}
ul.site-settings li .btn-default.btn-contrast.contrast-4 {
  border-color: #000;
  background: #000;
  color: #f9d600;
}
ul.site-settings li:last-child {
  padding-bottom: 0;
}

.col-head-toolbox {
  position: relative;
  z-index: 100;
}

.header-popup {
  position: absolute;
  left: 12px;
  offset-position: bottom;
  width: 100%;
  z-index: 101;
}

.container-popup {
  position: relative;
}
.container-popup .header-popup {
  left: 12px;
  right: initial;
  width: calc(100% - 24px);
}

.main-header .left {
  position: relative;
}

.bg-none {
  background-color: transparent !important;
  background-image: none !important;
}

header .main-header .center a.site-logo img.original, footer a.f-logo img.original {
  display: block;
  visibility: visible;
}
header .main-header .center a.site-logo img.white, footer a.f-logo img.white {
  display: none;
  visibility: hidden;
}

body.black-and-white {
  background-color: #000;
  color: #FFF;
  --bs-table-color: $color_text_1;
}
body.black-and-white .table > :not(caption) > * > * {
  color: #FFF;
}
body.black-and-white .top-bar, body.black-and-white header .main-navigation-wrapper,
body.black-and-white main section.landing-block .title-full-width,
body.black-and-white main section.landing-block .title-full-width ul.soc-icons-content li a,
body.black-and-white main .landing-blog-items a.blog-post-home-link .card-blog .card-body,
body.black-and-white main section.landing-events,
body.black-and-white section.landing-gallery .container-fluid .row-gallery-albums-homepage .col-gallery-album-read-more .overlay a.read-more-btn,
body.black-and-white footer,
body.black-and-white ul.site-settings li .btn-default.active,
body.black-and-white header .header-popup .card-body .btn-default,
body.black-and-white .card-vp,
body.black-and-white .objects-toolbar-bg,
body.black-and-white .btn-outline,
body.black-and-white ul.soc-list-objects:before,
body.black-and-white .row-object-item-gal-thumbs .col-object-item-gal-thumbs a.object-gallery-thumb-2 .gallery-overlay,
body.black-and-white .col-share ul.soc-share li button,
body.black-and-white main.contacts section.contacts.c1 .left:before, body.black-and-white main.contacts section.contacts.c2 .left:before {
  background-color: #222;
}
body.black-and-white a, body.black-and-white a i,
body.black-and-white main .landing-blog-items a.blog-post-home-link .card-blog .card-body .read-more, body.black-and-white main section.main-card-links .container-fluid .row .col-landing-card-links a.main-card-img-link .overlay h4,
body.black-and-white main .landing-blog-items a.blog-post-home-link .card-blog .card-body h4,
body.black-and-white main section.landing-events article.event a.event-title-link h4.event-title,
body.black-and-white main section.landing-events article.event .main-html-content,
body.black-and-white .cke_editable, body.black-and-white .cke_editable p, body.black-and-white .html-content, body.black-and-white .html-content p, body.black-and-white .main-html-content, body.black-and-white .main-html-content p,
body.black-and-white main section.landing-events article.event .event-content .overlay a.reade-more,
body.black-and-white section.landing-gallery .container-fluid .row-gallery-albums-homepage .col-gallery-album-read-more .overlay a.read-more-btn,
body.black-and-white section.landing-gallery .container-fluid .row-gallery-albums-homepage a.gallery-album-container .card-gallery .card-body h4,
body.black-and-white .page-attachments-section h4.widget-title, body.black-and-white footer h4.widget-title, body.black-and-white section.page-head h1.main-title,
body.black-and-white footer .widget-content, body.black-and-white footer .widget-content p,
body.black-and-white span[style="color:#b48d31;"],
body.black-and-white footer .col-copyrights,
body.black-and-white header .header-popup .card-body,
body.black-and-white ul.site-settings li span,
body.black-and-white header .header-popup .card-body .btn-default,
body.black-and-white .card-vp h4,
body.black-and-white .objects-toolbar-bg,
body.black-and-white h4.filter-title,
body.black-and-white .objects-filters .form-check label,
body.black-and-white .btn-outline,
body.black-and-white .col-share span,
body.black-and-white section.object-item-page .object-description-left ul.contact-list li i,
body.black-and-white ul.soc-list-objects li a,
body.black-and-white .price-table table.table tbody tr th, body.black-and-white section.object-item-page .object-description-left ul.time-list li, body.black-and-white section.object-item-page .object-description-left ul.time-list li span,
body.black-and-white .attachment-outer-body .attachment-body a.attachment-link .additional-data,
body.black-and-white .col-share ul.soc-share li button,
body.black-and-white main.contacts section.contacts.c1 .right:before, body.black-and-white main.contacts section.contacts.c2 .right:before,
body.black-and-white main.contacts section.contacts.c1 .right h4, body.black-and-white main.contacts section.contacts.c2 .right h4,
body.black-and-white main.contacts section.contacts.c1 .top h2, body.black-and-white main.contacts section.contacts.c2 .top h2 {
  color: #FFF !important;
}
body.black-and-white header .top-bar:before,
body.black-and-white main .landing-blog-items a.blog-post-home-link .card-blog .card-body .read-more, body.black-and-white main section.main-card-links .container-fluid .row .col-landing-card-links a.main-card-img-link .overlay h4,
body.black-and-white main section.landing-events article.event .event-content .overlay a.reade-more,
body.black-and-white section.landing-gallery .container-fluid .row-gallery-albums-homepage .col-gallery-album-read-more .overlay,
body.black-and-white section.landing-gallery .container-fluid .row-gallery-albums-homepage .col-gallery-album-read-more .overlay h3.gallery-title,
body.black-and-white section.landing-gallery .container-fluid .row-gallery-albums-homepage a.gallery-album-container .card-gallery,
body.black-and-white footer:before,
body.black-and-white header .header-popup .card-body,
body.black-and-white .dropdown-place ul.placeDropdown,
body.black-and-white ul.soc-list-objects li a,
body.black-and-white .attachment-outer-body .attachment-body a.attachment-link .download-btn,
body.black-and-white main.contacts section.contacts.c1 .right:before, body.black-and-white main.contacts section.contacts.c2 .right:before {
  background-color: #000 !important;
}
body.black-and-white header .main-navigation-wrapper nav.main-site-navigation .container-fluid .collapse ul.navbar-nav li.nav-item.active a:after,
body.black-and-white main section.landing-events article.event .event-content .overlay a.reade-more span.arrow,
body.black-and-white span.line,
body.black-and-white .objects-toolbar .objects-col-toolbar .btn-outline i.vp-map {
  background-color: #FFF;
}
body.black-and-white main section.landing-events article.event .event-content .overlay a.reade-more,
body.black-and-white section.landing-gallery .container-fluid .row-gallery-albums-homepage .col-gallery-album-read-more .overlay a.read-more-btn {
  border-color: #222;
}
body.black-and-white .btn-secondary,
body.black-and-white footer ul.soc-icon-link li a,
body.black-and-white section.landing-gallery .container-fluid .row-gallery-albums-homepage a.gallery-album-container .card-gallery .card-body h4,
body.black-and-white header .header-popup .card-body .btn-default,
body.black-and-white footer nav ul.simple-menu li.simple-li a.simple-menu-link,
body.black-and-white .card-vp .card-body h4, body.black-and-white h4.filter-title,
body.black-and-white .btn-outline,
body.black-and-white ul.soc-list-objects li a,
body.black-and-white .page-attachments-section h4.widget-title.filter-title,
body.black-and-white .attachment-outer-body .attachment-body a.attachment-link .download-btn,
body.black-and-white .col-share ul.soc-share li button,
body.black-and-white main.contacts section.contacts.c1 .right h4, body.black-and-white main.contacts section.contacts.c2 .right h4 {
  border-color: #FFF;
}
body.black-and-white .page-attachments-section h4.widget-title:after, body.black-and-white section.page-head h1.main-title:after,
body.black-and-white i.vp-arrow-right,
body.black-and-white .attachment-outer-body .attachment-body a.attachment-link .additional-data .line:after,
body.black-and-white .attachment-outer-body .attachment-body a.attachment-link .download-btn:after,
body.black-and-white span.vp-arrow-left, body.black-and-white span.vp-arrow-right {
  background-color: #FFF !important;
}
body.black-and-white header .main-header .center a.site-logo img.original, body.black-and-white footer a.f-logo img.original {
  display: none;
  visibility: hidden;
}
body.black-and-white header .main-header .center a.site-logo img.white, body.black-and-white footer a.f-logo img.white {
  display: block;
  visibility: visible;
}

body.yellow-and-black {
  background-color: #fff86e;
  color: #000;
  --bs-table-color: $color_text_2;
}
body.yellow-and-black .table > :not(caption) > * > * {
  color: #000;
}
body.yellow-and-black .top-bar, body.yellow-and-black header .main-navigation-wrapper,
body.yellow-and-black main section.landing-block .title-full-width,
body.yellow-and-black main section.landing-block .title-full-width ul.soc-icons-content li a,
body.yellow-and-black main .landing-blog-items a.blog-post-home-link .card-blog .card-body,
body.yellow-and-black main section.landing-events,
body.yellow-and-black section.landing-gallery .container-fluid .row-gallery-albums-homepage .col-gallery-album-read-more .overlay a.read-more-btn,
body.yellow-and-black footer,
body.yellow-and-black ul.site-settings li .btn-default.active,
body.yellow-and-black header .header-popup .card-body .btn-default,
body.yellow-and-black .card-vp,
body.yellow-and-black .objects-toolbar-bg,
body.yellow-and-black .btn-outline,
body.yellow-and-black ul.soc-list-objects:before,
body.yellow-and-black .row-object-item-gal-thumbs .col-object-item-gal-thumbs a.object-gallery-thumb-2 .gallery-overlay,
body.yellow-and-black .col-share ul.soc-share li button,
body.yellow-and-black main.contacts section.contacts.c1 .left:before, body.yellow-and-black main.contacts section.contacts.c2 .left:before {
  background-color: #f9f150;
}
body.yellow-and-black a, body.yellow-and-black a i,
body.yellow-and-black main .landing-blog-items a.blog-post-home-link .card-blog .card-body .read-more, body.yellow-and-black main section.main-card-links .container-fluid .row .col-landing-card-links a.main-card-img-link .overlay h4,
body.yellow-and-black main .landing-blog-items a.blog-post-home-link .card-blog .card-body h4,
body.yellow-and-black main section.landing-events article.event a.event-title-link h4.event-title,
body.yellow-and-black main section.landing-events article.event .main-html-content,
body.yellow-and-black .cke_editable, body.yellow-and-black .cke_editable p, body.yellow-and-black .html-content, body.yellow-and-black .html-content p, body.yellow-and-black .main-html-content, body.yellow-and-black .main-html-content p,
body.yellow-and-black main section.landing-events article.event .event-content .overlay a.reade-more,
body.yellow-and-black section.landing-gallery .container-fluid .row-gallery-albums-homepage .col-gallery-album-read-more .overlay a.read-more-btn,
body.yellow-and-black section.landing-gallery .container-fluid .row-gallery-albums-homepage a.gallery-album-container .card-gallery .card-body h4,
body.yellow-and-black .page-attachments-section h4.widget-title, body.yellow-and-black footer h4.widget-title, body.yellow-and-black section.page-head h1.main-title,
body.yellow-and-black footer .widget-content, body.yellow-and-black footer .widget-content p,
body.yellow-and-black span[style="color:#b48d31;"],
body.yellow-and-black footer .col-copyrights,
body.yellow-and-black header .header-popup .card-body,
body.yellow-and-black ul.site-settings li span,
body.yellow-and-black header .header-popup .card-body .btn-default,
body.yellow-and-black .card-vp h4,
body.yellow-and-black .objects-toolbar-bg,
body.yellow-and-black h4.filter-title,
body.yellow-and-black .objects-filters .form-check label,
body.yellow-and-black .btn-outline,
body.yellow-and-black .col-share span,
body.yellow-and-black section.object-item-page .object-description-left ul.contact-list li i,
body.yellow-and-black ul.soc-list-objects li a,
body.yellow-and-black .price-table table.table tbody tr th, body.yellow-and-black section.object-item-page .object-description-left ul.time-list li, body.yellow-and-black section.object-item-page .object-description-left ul.time-list li span,
body.yellow-and-black .attachment-outer-body .attachment-body a.attachment-link .additional-data,
body.yellow-and-black .col-share ul.soc-share li button,
body.yellow-and-black main.contacts section.contacts.c1 .right:before, body.yellow-and-black main.contacts section.contacts.c2 .right:before,
body.yellow-and-black main.contacts section.contacts.c1 .right h4, body.yellow-and-black main.contacts section.contacts.c2 .right h4,
body.yellow-and-black main.contacts section.contacts.c1 .top h2, body.yellow-and-black main.contacts section.contacts.c2 .top h2,
body.yellow-and-black main section.landing-block .title-full-width h3.light-title,
body.yellow-and-black section.landing-gallery .container-fluid .row-gallery-albums-homepage .col-gallery-album-read-more .overlay h3.gallery-title,
body.yellow-and-black main.contacts section.contacts.c1 .left h4, body.yellow-and-black main.contacts section.contacts.c1 .right h4,
body.yellow-and-black main.contacts section.contacts.c2 .left h4,
body.yellow-and-black .page-gallery-album .row-page-gallery .col-page-gallery-item a .gallery-overlay span, body.yellow-and-black .row-object-item-gal-thumbs .col-object-item-gal-thumbs a.object-gallery-thumb-2 .gallery-overlay span {
  color: #000 !important;
}
body.yellow-and-black header .top-bar:before,
body.yellow-and-black main .landing-blog-items a.blog-post-home-link .card-blog .card-body .read-more, body.yellow-and-black main section.main-card-links .container-fluid .row .col-landing-card-links a.main-card-img-link .overlay h4,
body.yellow-and-black main section.landing-events article.event .event-content .overlay a.reade-more,
body.yellow-and-black section.landing-gallery .container-fluid .row-gallery-albums-homepage .col-gallery-album-read-more .overlay,
body.yellow-and-black section.landing-gallery .container-fluid .row-gallery-albums-homepage .col-gallery-album-read-more .overlay h3.gallery-title,
body.yellow-and-black section.landing-gallery .container-fluid .row-gallery-albums-homepage a.gallery-album-container .card-gallery,
body.yellow-and-black footer:before,
body.yellow-and-black header .header-popup .card-body,
body.yellow-and-black .dropdown-place ul.placeDropdown,
body.yellow-and-black ul.soc-list-objects li a,
body.yellow-and-black .attachment-outer-body .attachment-body a.attachment-link .download-btn,
body.yellow-and-black main.contacts section.contacts.c1 .right:before, body.yellow-and-black main.contacts section.contacts.c2 .right:before {
  background-color: #fff86e !important;
}
body.yellow-and-black header .main-navigation-wrapper nav.main-site-navigation .container-fluid .collapse ul.navbar-nav li.nav-item.active a:after,
body.yellow-and-black main section.landing-events article.event .event-content .overlay a.reade-more span.arrow,
body.yellow-and-black span.line,
body.yellow-and-black .objects-toolbar .objects-col-toolbar .btn-outline i.vp-map {
  background-color: #000;
}
body.yellow-and-black main section.landing-events article.event .event-content .overlay a.reade-more,
body.yellow-and-black section.landing-gallery .container-fluid .row-gallery-albums-homepage .col-gallery-album-read-more .overlay a.read-more-btn {
  border-color: #f9f150;
}
body.yellow-and-black .btn-secondary,
body.yellow-and-black footer ul.soc-icon-link li a,
body.yellow-and-black section.landing-gallery .container-fluid .row-gallery-albums-homepage a.gallery-album-container .card-gallery .card-body h4,
body.yellow-and-black header .header-popup .card-body .btn-default,
body.yellow-and-black footer nav ul.simple-menu li.simple-li a.simple-menu-link,
body.yellow-and-black .card-vp .card-body h4, body.yellow-and-black h4.filter-title,
body.yellow-and-black .btn-outline,
body.yellow-and-black ul.soc-list-objects li a,
body.yellow-and-black .page-attachments-section h4.widget-title.filter-title,
body.yellow-and-black .attachment-outer-body .attachment-body a.attachment-link .download-btn,
body.yellow-and-black .col-share ul.soc-share li button,
body.yellow-and-black main.contacts section.contacts.c1 .right h4, body.yellow-and-black main.contacts section.contacts.c2 .right h4,
body.yellow-and-black main.contacts section.contacts.c1 .left h4, body.yellow-and-black main.contacts section.contacts.c1 .right h4,
body.yellow-and-black main.contacts section.contacts.c2 .left h4 {
  border-color: #000;
}
body.yellow-and-black .page-attachments-section h4.widget-title:after, body.yellow-and-black section.page-head h1.main-title:after,
body.yellow-and-black i.vp-arrow-right,
body.yellow-and-black .attachment-outer-body .attachment-body a.attachment-link .additional-data .line:after,
body.yellow-and-black .attachment-outer-body .attachment-body a.attachment-link .download-btn:after,
body.yellow-and-black span.vp-arrow-left, body.yellow-and-black span.vp-arrow-right,
body.yellow-and-black section.landing-gallery .container-fluid .row-gallery-albums-homepage .col-gallery-album-read-more .overlay a.read-more-btn span.arrow,
body.yellow-and-black .row-object-item-gal-thumbs .col-object-item-gal-thumbs a.object-gallery-thumb-2 .gallery-overlay:after {
  background-color: #000 !important;
}

body.black-and-yellow {
  background-color: #000;
  color: #000;
  background-color: #000;
  color: #fff86e;
  --bs-table-color: $color_text_3;
}
body.black-and-yellow .table > :not(caption) > * > * {
  color: #fff86e;
}
body.black-and-yellow .top-bar, body.black-and-yellow header .main-navigation-wrapper,
body.black-and-yellow main section.landing-block .title-full-width,
body.black-and-yellow main section.landing-block .title-full-width ul.soc-icons-content li a,
body.black-and-yellow main .landing-blog-items a.blog-post-home-link .card-blog .card-body,
body.black-and-yellow main section.landing-events,
body.black-and-yellow section.landing-gallery .container-fluid .row-gallery-albums-homepage .col-gallery-album-read-more .overlay a.read-more-btn,
body.black-and-yellow footer,
body.black-and-yellow ul.site-settings li .btn-default.active,
body.black-and-yellow header .header-popup .card-body .btn-default,
body.black-and-yellow .card-vp,
body.black-and-yellow .objects-toolbar-bg,
body.black-and-yellow .btn-outline,
body.black-and-yellow ul.soc-list-objects:before,
body.black-and-yellow .row-object-item-gal-thumbs .col-object-item-gal-thumbs a.object-gallery-thumb-2 .gallery-overlay,
body.black-and-yellow .col-share ul.soc-share li button,
body.black-and-yellow main.contacts section.contacts.c1 .left:before, body.black-and-yellow main.contacts section.contacts.c2 .left:before {
  background-color: #222;
}
body.black-and-yellow a, body.black-and-yellow a i,
body.black-and-yellow main .landing-blog-items a.blog-post-home-link .card-blog .card-body .read-more, body.black-and-yellow main section.main-card-links .container-fluid .row .col-landing-card-links a.main-card-img-link .overlay h4,
body.black-and-yellow main .landing-blog-items a.blog-post-home-link .card-blog .card-body h4,
body.black-and-yellow main section.landing-events article.event a.event-title-link h4.event-title,
body.black-and-yellow main section.landing-events article.event .main-html-content,
body.black-and-yellow .cke_editable, body.black-and-yellow .cke_editable p, body.black-and-yellow .html-content, body.black-and-yellow .html-content p, body.black-and-yellow .main-html-content, body.black-and-yellow .main-html-content p,
body.black-and-yellow main section.landing-events article.event .event-content .overlay a.reade-more,
body.black-and-yellow section.landing-gallery .container-fluid .row-gallery-albums-homepage .col-gallery-album-read-more .overlay a.read-more-btn,
body.black-and-yellow section.landing-gallery .container-fluid .row-gallery-albums-homepage a.gallery-album-container .card-gallery .card-body h4,
body.black-and-yellow .page-attachments-section h4.widget-title, body.black-and-yellow footer h4.widget-title, body.black-and-yellow section.page-head h1.main-title,
body.black-and-yellow footer .widget-content, body.black-and-yellow footer .widget-content p,
body.black-and-yellow span[style="color:#b48d31;"],
body.black-and-yellow footer .col-copyrights,
body.black-and-yellow header .header-popup .card-body,
body.black-and-yellow ul.site-settings li span,
body.black-and-yellow header .header-popup .card-body .btn-default,
body.black-and-yellow .card-vp h4,
body.black-and-yellow .objects-toolbar-bg,
body.black-and-yellow h4.filter-title,
body.black-and-yellow .objects-filters .form-check label,
body.black-and-yellow .btn-outline,
body.black-and-yellow .col-share span,
body.black-and-yellow section.object-item-page .object-description-left ul.contact-list li i,
body.black-and-yellow ul.soc-list-objects li a,
body.black-and-yellow .price-table table.table tbody tr th, body.black-and-yellow section.object-item-page .object-description-left ul.time-list li, body.black-and-yellow section.object-item-page .object-description-left ul.time-list li span,
body.black-and-yellow .attachment-outer-body .attachment-body a.attachment-link .additional-data,
body.black-and-yellow .col-share ul.soc-share li button,
body.black-and-yellow main.contacts section.contacts.c1 .right:before, body.black-and-yellow main.contacts section.contacts.c2 .right:before,
body.black-and-yellow main.contacts section.contacts.c1 .right h4, body.black-and-yellow main.contacts section.contacts.c2 .right h4,
body.black-and-yellow main.contacts section.contacts.c1 .top h2, body.black-and-yellow main.contacts section.contacts.c2 .top h2,
body.black-and-yellow main section.landing-block .title-full-width h3.light-title,
body.black-and-yellow section.landing-gallery .container-fluid .row-gallery-albums-homepage .col-gallery-album-read-more .overlay h3.gallery-title,
body.black-and-yellow main.contacts section.contacts.c1 .left h4, body.black-and-yellow main.contacts section.contacts.c1 .right h4,
body.black-and-yellow main.contacts section.contacts.c2 .left h4,
body.black-and-yellow .page-gallery-album .row-page-gallery .col-page-gallery-item a .gallery-overlay span, body.black-and-yellow .row-object-item-gal-thumbs .col-object-item-gal-thumbs a.object-gallery-thumb-2 .gallery-overlay span {
  color: #fff86e !important;
}
body.black-and-yellow header .top-bar:before,
body.black-and-yellow main .landing-blog-items a.blog-post-home-link .card-blog .card-body .read-more, body.black-and-yellow main section.main-card-links .container-fluid .row .col-landing-card-links a.main-card-img-link .overlay h4,
body.black-and-yellow main section.landing-events article.event .event-content .overlay a.reade-more,
body.black-and-yellow section.landing-gallery .container-fluid .row-gallery-albums-homepage .col-gallery-album-read-more .overlay,
body.black-and-yellow section.landing-gallery .container-fluid .row-gallery-albums-homepage .col-gallery-album-read-more .overlay h3.gallery-title,
body.black-and-yellow section.landing-gallery .container-fluid .row-gallery-albums-homepage a.gallery-album-container .card-gallery,
body.black-and-yellow footer:before,
body.black-and-yellow header .header-popup .card-body,
body.black-and-yellow .dropdown-place ul.placeDropdown,
body.black-and-yellow ul.soc-list-objects li a,
body.black-and-yellow .attachment-outer-body .attachment-body a.attachment-link .download-btn,
body.black-and-yellow main.contacts section.contacts.c1 .right:before, body.black-and-yellow main.contacts section.contacts.c2 .right:before {
  background-color: #000 !important;
}
body.black-and-yellow header .main-navigation-wrapper nav.main-site-navigation .container-fluid .collapse ul.navbar-nav li.nav-item.active a:after,
body.black-and-yellow main section.landing-events article.event .event-content .overlay a.reade-more span.arrow,
body.black-and-yellow span.line,
body.black-and-yellow .objects-toolbar .objects-col-toolbar .btn-outline i.vp-map {
  background-color: #fff86e;
}
body.black-and-yellow main section.landing-events article.event .event-content .overlay a.reade-more,
body.black-and-yellow section.landing-gallery .container-fluid .row-gallery-albums-homepage .col-gallery-album-read-more .overlay a.read-more-btn {
  border-color: #222;
}
body.black-and-yellow .btn-secondary,
body.black-and-yellow footer ul.soc-icon-link li a,
body.black-and-yellow section.landing-gallery .container-fluid .row-gallery-albums-homepage a.gallery-album-container .card-gallery .card-body h4,
body.black-and-yellow header .header-popup .card-body .btn-default,
body.black-and-yellow footer nav ul.simple-menu li.simple-li a.simple-menu-link,
body.black-and-yellow .card-vp .card-body h4, body.black-and-yellow h4.filter-title,
body.black-and-yellow .btn-outline,
body.black-and-yellow ul.soc-list-objects li a,
body.black-and-yellow .page-attachments-section h4.widget-title.filter-title,
body.black-and-yellow .attachment-outer-body .attachment-body a.attachment-link .download-btn,
body.black-and-yellow .col-share ul.soc-share li button,
body.black-and-yellow main.contacts section.contacts.c1 .right h4, body.black-and-yellow main.contacts section.contacts.c2 .right h4,
body.black-and-yellow main.contacts section.contacts.c1 .left h4, body.black-and-yellow main.contacts section.contacts.c1 .right h4,
body.black-and-yellow main.contacts section.contacts.c2 .left h4 {
  border-color: #fff86e;
}
body.black-and-yellow .page-attachments-section h4.widget-title:after, body.black-and-yellow section.page-head h1.main-title:after,
body.black-and-yellow i.vp-arrow-right,
body.black-and-yellow .attachment-outer-body .attachment-body a.attachment-link .additional-data .line:after,
body.black-and-yellow .attachment-outer-body .attachment-body a.attachment-link .download-btn:after,
body.black-and-yellow span.vp-arrow-left, body.black-and-yellow span.vp-arrow-right,
body.black-and-yellow section.landing-gallery .container-fluid .row-gallery-albums-homepage .col-gallery-album-read-more .overlay a.read-more-btn span.arrow,
body.black-and-yellow .row-object-item-gal-thumbs .col-object-item-gal-thumbs a.object-gallery-thumb-2 .gallery-overlay:after {
  background-color: #fff86e !important;
}
body.black-and-yellow header .main-header .center a.site-logo img.original, body.black-and-yellow footer a.f-logo img.original {
  display: none;
  visibility: hidden;
}
body.black-and-yellow header .main-header .center a.site-logo img.white, body.black-and-yellow footer a.f-logo img.white {
  display: block;
  visibility: visible;
}
