::-webkit-input-placeholder {
  color: #231f20;
  opacity: 1;
}
:-moz-placeholder {
  color: #231f20;
  opacity: 1;
}
::-moz-placeholder {
  color: #231f20;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #231f20;
  opacity: 1;
}
.text_pole ::-webkit-input-placeholder {
  color: #737373;
  opacity: 1;
}
.text_pole :-moz-placeholder {
  color: #737373;
  opacity: 1;
}
.text_pole ::-moz-placeholder {
  color: #737373;
  opacity: 1;
}
.text_pole :-ms-input-placeholder {
  color: #737373;
  opacity: 1;
}
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
  text-align: center;
  padding: clamp(15px, 1.5vw, 25px) 0;
  background: rgba(221, 199, 160, 0.5);
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header .row {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}
header .logo-header {
  margin: 0 auto;
  display: block;
  width: clamp(160px, 50vw, 300px);
  height: auto;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header .logo-header svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
header .logo-header svg path {
  fill: #ffffff;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
body.admin-bar {
  position: relative;
}
body.home header .logo-header svg path {
  fill: #fff;
}
body.home .burger .burger-icon, body.home .burger .burger-icon::before, body.home .burger .burger-icon::after {
  background-color: #fff;
}
body.mobile_menu_active header .logo-header svg path {
  fill: #fff;
}
body.stick header {
  padding: 15px 0 15px;
  background: rgba(221, 199, 160, 0.6);
}
body.stick header .logo-header {
  width: clamp(140px, 44vw, 260px);
  height: auto;
}
body.stick header .logo-header svg path {
  fill: #fff;
}
body.stick .burger .burger-icon, body.stick .burger .burger-icon::before, body.stick .burger .burger-icon::after {
  background-color: #fff;
}
body.stick .burger {
  top: 10px;
}
.mapsvg-header {
  display: none !important;
}
.mapsvg-details-container .mapsvg-controller-view-content {
  padding: 0;
}
.mapsvg-details-container .mapsvg-controller-view-content .flex {
  align-items: stretch;
}
.mapsvg-details-container .mapsvg-controller-view-content .map_loc_image {
  flex-basis: 50%;
}
@media (max-width: 1024px) {
  .mapsvg-details-container .mapsvg-controller-view-content .map_loc_image {
    flex-basis: 100%;
  }
}
.mapsvg-details-container .mapsvg-controller-view-content .map_loc_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.mapsvg-details-container .mapsvg-controller-view-content .map_loc_text {
  flex-basis: 50%;
  background: #be8c67;
  padding: 50px 100px 50px;
}
@media (max-width: 1024px) {
  .mapsvg-details-container .mapsvg-controller-view-content .map_loc_text {
    flex-basis: 100%;
  }
}
.mapsvg-details-container .mapsvg-controller-view-content .map_loc_text * {
  color: #fff;
}
.mapsvg-details-container .mapsvg-controller-view-toolbar {
  position: relative;
  top: 50px;
  z-index: 2;
}
.mapsvg-details-container .mapsvg-controller-view-toolbar .mapsvg-popover-close {
  width: 100px;
  height: 100px;
  right: 20px;
  cursor: pointer;
}
.mapsvg-details-container .mapsvg-controller-view-toolbar .mapsvg-popover-close::before, .mapsvg-details-container .mapsvg-controller-view-toolbar .mapsvg-popover-close::after {
  background: #fff;
  height: 10px;
}
.top-block-p .news-items-top-text-date {
  color: #757575;
  text-transform: uppercase;
  display: block;
  margin-bottom: 35px;
  font-family: "SourceSans3";
  font-weight: 400;
}
.single-post-content {
  padding: 85px 0;
}
.single-post-content .flex {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.single-post-content .content-text {
  flex-basis: 70%;
  max-width: 70%;
}
@media (max-width: 1024px) {
  .single-post-content .content-text {
    flex-basis: 100%;
    max-width: 100%;
  }
}
.single-post-content .content-text .post-bottom {
  border-top: 1px solid #dddddd;
  padding: 25px 0;
}
.single-post-content .content-text .post-bottom .post-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 30px;
  display: grid;
  grid-template-columns: repeat(3, auto);
  grid-gap: 25px;
}
.single-post-content .content-text .post-bottom .post-info img {
  margin-right: 10px;
}
.single-post-content .content-text .post-bottom .post-info span, .single-post-content .content-text .post-bottom .post-info a {
  color: #000;
  font-size: 14px;
  text-transform: capitalize;
}
.single-post-content .content-text .post-bottom .post-info .post_tags {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.single-post-content .content-text .post-bottom .post-info .post_category span {
  margin-right: 5px;
}
.single-post-content .content-text .post-bottom .post-info .clipboard {
  cursor: pointer;
}
.single-post-content .content-text .post-bottom .navigate-btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.single-post-content .content-text .post-bottom .navigate-btns > div {
  -webkit-flex-basis: 49%;
  -moz-flex-basis: 49%;
  -ms-flex-preferred-size: 49%;
  flex-basis: 49%;
  max-width: 49%;
}
.single-post-content .content-text .post-bottom .navigate-btns > div a {
  color: #000;
  font-weight: 700;
}
.single-post-content .content-text .post-bottom .navigate-btns > div.prev-btn {
  text-align: left;
}
.single-post-content .content-text .post-bottom .navigate-btns > div.next-btn {
  text-align: right;
}
.single-post-content .sidebar {
  flex-basis: 25%;
  max-width: 25%;
}
@media (max-width: 1024px) {
  .single-post-content .sidebar {
    flex-basis: 100%;
    max-width: 100%;
  }
}
.single-post-content .sidebar aside .top-aside {
  margin-bottom: 40px;
}
.single-post-content .sidebar aside .top-aside .subscribe-block {
  margin-bottom: 10px;
}
.single-post-content .sidebar aside .top-aside .subscribe-block > .btn {
  cursor: pointer;
  width: 100%;
}
@media (max-width: 1024px) {
  .single-post-content .sidebar aside .top-aside .subscribe-block > .btn {
    width: auto;
  }
}
.single-post-content .sidebar aside .top-aside .subscribe-block > .btn:hover {
  border: 1px solid #fcbf00;
  color: #fcbf00;
}
.single-post-content .sidebar aside .top-aside .subscribe-block .subscribe-form form input[type="email"] {
  color: #000;
  height: 40px;
  border: 1px solid #e2e2e2;
  padding: 10px 0 10px 10px;
}
.single-post-content .sidebar aside .top-aside .subscribe-block .subscribe-form form input[type="submit"] {
  margin: 5px 0;
  padding: 15px 30px;
  background: #fcbf00;
}
.single-post-content .sidebar aside .top-aside .subscribe-block .subscribe-form form input[type="submit"]:hover {
  color: #fcbf00;
  background: #fff;
  border-color: #fcbf00;
}
.single-post-content .sidebar aside .top-aside .searchform input[type="text"] {
  background: #e4e4e4;
  color: #000;
  height: 40px;
}
.single-post-content .sidebar aside .top-aside .searchform .searchsubmit {
  background: #3370de;
  height: 40px;
}
.single-post-content .sidebar aside .top-aside .searchform .searchsubmit:before {
  color: #fff;
}
.single-post-content .sidebar aside .aside-box > h4 {
  text-transform: uppercase;
}
.single-post-content .sidebar aside .aside-box .posts li, .single-post-content .sidebar aside .aside-box .cats li {
  border-bottom: 1px solid #f0f0f0;
  padding: 10px 20px;
  margin-bottom: 0;
}
.single-post-content .sidebar aside .aside-box .posts li:before, .single-post-content .sidebar aside .aside-box .cats li:before {
  top: 15px;
}
.single-post-content .sidebar aside .aside-box .posts li a, .single-post-content .sidebar aside .aside-box .cats li a {
  color: #be8c67;
}
.single-post-content .sidebar aside .aside-box .tags {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.single-post-content .sidebar aside .aside-box .tags li {
  border: 1px solid #7e8286;
  padding: 7px;
  margin-right: 10px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.single-post-content .sidebar aside .aside-box .tags li a {
  display: inline-block;
  color: #7e8286;
  text-transform: uppercase;
  font-size: 11px;
}
.single-post-content .recent-posts-wrapper {
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
  padding: 60px 0;
}
.single-post-content .recent-posts-wrapper > h4 {
  margin-bottom: 30px;
}
.single-post-content .recent-posts-wrapper .posts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
}
@media (max-width: 768px) {
  .single-post-content .recent-posts-wrapper .posts {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .single-post-content .recent-posts-wrapper .posts {
    grid-template-columns: repeat(1, 1fr);
  }
}
.single-post-content .recent-posts-wrapper .posts .post .thumbnail {
  height: 285px;
  margin-bottom: 25px;
}
.single-post-content .recent-posts-wrapper .posts .post .thumbnail img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.single-post-content .recent-posts-wrapper .posts .post .date {
  margin-bottom: 25px;
}
.single-post-content .recent-posts-wrapper .posts .post .date span {
  font-size: 16px;
  color: #757575;
}
.single-post-content .recent-posts-wrapper .posts .post .title {
  color: #000;
  font-weight: 700;
  font-size: 20px;
}
footer {
  background: #ead3be82;
}
footer .row {
  padding: 0 10px;
}
footer .footer-info {
  margin-bottom: 80px;
  max-width: 600px;
  color: #5d5f5f;
}
@media (max-width: 1024px) {
  footer .footer-info {
    margin-bottom: 50px;
  }
}
@media (max-width: 768px) {
  footer .footer-info {
    margin-bottom: 40px;
  }
}
@media (max-width: 480px) {
  footer .footer-info {
    margin-bottom: 30px;
  }
}
footer .footer-info h1, footer .footer-info h2, footer .footer-info h3, footer .footer-info h4, footer .footer-info h5, footer .footer-info h6, footer .footer-info p {
  color: #5d5f5f;
}
footer .footer-info *:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
footer .logo-footer-box {
  margin-bottom: 70px;
}
@media (max-width: 1024px) {
  footer .logo-footer-box {
    margin-bottom: 50px;
  }
}
@media (max-width: 768px) {
  footer .logo-footer-box {
    margin-bottom: 30px;
    text-align: center;
  }
}
@media (max-width: 480px) {
  footer .logo-footer-box {
    margin-bottom: 20px;
  }
}
footer .logo-footer {
  width: 222px;
  height: 133px;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: inline-block;
}
footer .logo-footer img {
  width: 100%;
}
footer .logo-footer:hover {
  opacity: 0.7;
}
@media (max-width: 768px) {
  footer .footer-menu-box {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  footer .footer-menu {
    margin-bottom: 25px;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    text-align: center;
  }
}
footer .footer-menu nav {
  padding-right: 50px;
  margin-right: 50px;
  border-right: 1px solid #070606;
}
@media (max-width: 1240px) {
  footer .footer-menu nav {
    padding-right: 40px;
    margin-right: 40px;
  }
}
@media (max-width: 1024px) {
  footer .footer-menu nav {
    padding-right: 30px;
    margin-right: 30px;
  }
}
@media (max-width: 768px) {
  footer .footer-menu nav {
    margin: 0 auto 15px;
    padding: 0;
    border: none;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
footer .footer-menu nav ul li {
  margin-bottom: 0px;
  line-height: 1.25;
}
footer .footer-menu nav ul li:last-child {
  margin-bottom: 0;
}
footer .footer-menu nav ul > li > a {
  display: inline-block;
  color: #070606;
  letter-spacing: 1.2px;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 400;
  text-transform: uppercase;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
footer .footer-menu nav ul > li > a:before {
  bottom: 0;
  left: 0;
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  background: #070606;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
footer .footer-menu nav ul > li > a:hover:before {
  width: 100%;
}
footer .copyright-box {
  text-align: center;
  font-weight: 300;
  font-size: 13px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
footer .footer-bottom-box {
  margin-bottom: 100px;
}
@media (max-width: 1024px) {
  footer .footer-bottom-box {
    margin-bottom: 50px;
  }
}
@media (max-width: 768px) {
  footer .footer-bottom-box {
    margin-bottom: 40px;
  }
}
@media (max-width: 480px) {
  footer .footer-bottom-box {
    margin-bottom: 30px;
  }
}
footer .footer-contact {
  padding-right: 50px;
  margin-right: 50px;
  border-right: 1px solid #070606;
}
@media (max-width: 1240px) {
  footer .footer-contact {
    padding-right: 40px;
    margin-right: 40px;
  }
}
@media (max-width: 1024px) {
  footer .footer-contact {
    padding-right: 30px;
    margin-right: 30px;
  }
}
@media (max-width: 768px) {
  footer .footer-contact {
    padding: 0;
    margin: 0 auto 20px;
    border: 0;
    text-align: center;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
footer .footer-contact p {
  padding-bottom: 0;
  margin-bottom: 15px;
  line-height: 1.4;
  font-size: 15px;
  letter-spacing: 0.6px;
}
footer .footer-contact a {
  position: relative;
  color: #070606;
  letter-spacing: 1.2px;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 400;
  padding-bottom: 2px;
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
footer .footer-contact a:before {
  bottom: 0;
  left: 0;
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  background: #070606;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
footer .footer-contact a:hover:before {
  width: 100%;
}
footer .footer-contact *:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
@media (max-width: 768px) {
  footer .soc-items {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
footer .soc-items a {
  font-size: 28px;
  color: #514a4e;
  margin-left: 18px;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  footer .soc-items a {
    margin: 0 15px;
  }
}
footer .soc-items a:hover {
  color: #000;
}
@media (max-width: 768px) {
  footer .footer-contact-box {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}

/* AquaTerra brand .btn override */
.btn {
  font-family: "SourceSans3";
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 0.4px;
  color: #fff;
  background: #be8c67;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 12px 30px;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease;
}
.btn:hover,
.btn:focus {
  opacity: 0.92;
  color: #fff;
  text-decoration: none;
}

footer .btn {
  font-family: "SourceSans3";
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 0.4px;
  border: 1px solid #070606;
  color: #070606;
  line-height: 1;
  background: transparent;
  border-radius: 0;
  padding: 12px 22px;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  footer .btn {
    margin: 0 auto;
  }
}
footer .btn:hover {
  border: 1px solid #fff;
  color: #fff;
}
.gallery-block .row {
  width: 1920px;
  max-width: 100%;
}
.gallery-block .gallery-item {
  height: 513px;
  display: block;
  -webkit-flex-basis: 33.2%;
  -moz-flex-basis: 33.2%;
  -ms-flex-preferred-size: 33.2%;
  flex-basis: 33.2%;
  margin-bottom: 4px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 1440px) {
  .gallery-block .gallery-item {
    height: 500px;
  }
}
@media (max-width: 1240px) {
  .gallery-block .gallery-item {
    height: 330px;
  }
}
@media (max-width: 1024px) {
  .gallery-block .gallery-item {
    -webkit-flex-basis: 49.8%;
    -moz-flex-basis: 49.8%;
    -ms-flex-preferred-size: 49.8%;
    flex-basis: 49.8%;
  }
}
@media (max-width: 600px) {
  .gallery-block .gallery-item {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    height: 300px;
  }
}
.gallery-block .gallery-item:before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: transparent;
}
.gallery-block .gallery-item:hover:before {
  background: rgba(34, 34, 34, 0.7);
}
.gallery-block .gallery-item:hover .gallery-item-info {
  opacity: 1;
}
.gallery-block .gallery-item .gallery-item-image {
  line-height: 0;
  margin: 0;
  height: 100%;
  width: 100%;
  display: block;
}
.gallery-block .gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gallery-block .gallery-item .gallery-item-info {
  position: absolute;
  z-index: 1;
  bottom: 0;
  padding: 40px 38px;
  max-width: 280px;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 1024px) {
  .gallery-block .gallery-item .gallery-item-info {
    opacity: 1;
  }
}
.gallery-block .gallery-item .gallery-item-info span {
  display: block;
}
.gallery-block .gallery-item .gallery-item-info .gallery-item-title {
  font-size: 24px;
  letter-spacing: 1px;
  color: #be8c67;
  font-weight: 300;
  line-height: 1.2;
  text-transform: capitalize;
  margin-bottom: 10px;
}
.gallery-block .gallery-item .gallery-item-info .gallery-item-sub {
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
}
.pop-up {
  display: none;
  background: transparent;
  text-align: center;
}
.pop-up .gallery-item-image {
  text-align: center;
  margin: 0 auto 30px;
  max-width: 50%;
  position: relative;
}
@media (max-width: 768px) {
  .pop-up .gallery-item-image {
    max-width: 80%;
    margin: 0 auto 0;
  }
}
.pop-up .gallery-item-image .t-title {
  display: none;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  bottom: 20px;
}
.pop-up .gallery-item-image .t-title span {
  display: block;
  text-align: center;
}
@media (max-width: 767px) {
  .pop-up .gallery-item-image .t-title {
    display: block;
  }
}
.pop-up .gallery-item-image img {
  object-fit: cover;
  height: 100%;
}
.pop-up .tu-title {
  margin: 15px 0 0;
}
@media (max-width: 767px) {
  .pop-up .tu-title {
    display: none;
  }
}
.pop-up .tu-title span {
  display: block;
}
.pop-up .gallery-item-title {
  font-size: 20px;
  letter-spacing: 1px;
  color: #fff;
  font-weight: 300;
  line-height: 1.2;
  text-transform: capitalize;
}
.pop-up .gallery-item-sub {
  font-size: 14px;
  color: #fff;
  margin-bottom: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
}
.fancybox__slide {
  background: rgba(183, 133, 44, 0.5);
}
.f-thumbs__viewport {
  display: none;
}
.gallery-top {
  margin-top: 200px;
  margin-bottom: 60px;
}
@media (max-width: 1240px) {
  .gallery-top {
    margin-top: 160px;
    margin-bottom: 50px;
  }
}
@media (max-width: 1024px) {
  .gallery-top {
    margin-top: 100px;
    margin-bottom: 35px;
  }
}
@media (max-width: 768px) {
  .gallery-top {
    margin-top: 50px;
    margin-bottom: 20px;
  }
}
.gallery-top .row {
  width: 1800px;
}
.gallery-top h1 {
  font-size: 85px;
  padding-bottom: 0;
  font-weight: 300;
  font-style: italic;
  margin-bottom: 0;
}
.index-block .row {
  width: 1920px;
  max-width: 100%;
}
.index-block .index-block-item {
  height: 513px;
  display: block;
  -webkit-flex-basis: 33.2%;
  -moz-flex-basis: 33.2%;
  -ms-flex-preferred-size: 33.2%;
  flex-basis: 33.2%;
  margin-bottom: 4px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 1440px) {
  .index-block .index-block-item {
    height: 500px;
  }
}
@media (max-width: 1240px) {
  .index-block .index-block-item {
    height: 330px;
  }
}
@media (max-width: 1024px) {
  .index-block .index-block-item {
    -webkit-flex-basis: 49.8%;
    -moz-flex-basis: 49.8%;
    -ms-flex-preferred-size: 49.8%;
    flex-basis: 49.8%;
  }
}
@media (max-width: 600px) {
  .index-block .index-block-item {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    height: 300px;
  }
}
.index-block .index-block-item:before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: transparent;
}
.index-block .index-block-item:hover:before {
  background: rgba(34, 34, 34, 0.7);
}
.index-block .index-block-item:hover .index-block-item-info {
  opacity: 1;
}
.index-block .index-block-item .index-block-item-image {
  line-height: 0;
  margin: 0;
  height: 100%;
  width: 100%;
  display: block;
}
.index-block .index-block-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-block .index-block-item .index-block-item-info {
  position: absolute;
  z-index: 1;
  bottom: 0;
  padding: 40px 38px;
  max-width: 280px;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 1024px) {
  .index-block .index-block-item .index-block-item-info {
    opacity: 1;
  }
}
.index-block .index-block-item .index-block-item-info span {
  display: block;
}
.index-block .index-block-item .index-block-item-info .index-block-title {
  font-size: 24px;
  letter-spacing: 1px;
  color: #be8c67;
  font-weight: 300;
  line-height: 1.2;
  text-transform: capitalize;
  margin-bottom: 10px;
}
.index-block .index-block-item .index-block-item-info .gallery-item-sub {
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
}
.nav-links {
  margin: 30px auto 0;
  text-align: center;
}
.nav-links .page-numbers {
  padding: 5px 14px;
  font-size: 16px;
  vertical-align: top;
  background: #efe4c9;
  color: #000;
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.nav-links .page-numbers.current, .nav-links .page-numbers:hover {
  color: #fff;
}
.single-block-box {
  padding: 90px 60px 60px;
}
@media (max-width: 1240px) {
  .single-block-box {
    padding: 90px 60px 60px;
  }
}
@media (max-width: 1024px) {
  .single-block-box {
    padding: 70px 40px 40px;
  }
}
@media (max-width: 768px) {
  .single-block-box {
    padding: 50px 30px 30px;
  }
}
.single-block-box h1 {
  padding-bottom: 35px;
}
@media (max-width: 1024px) {
  .single-block-box h1 {
    padding-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .single-block-box h1 {
    padding-bottom: 25px;
  }
}
.single-block-box .row {
  width: 1800px;
}
.single-block-box .wp-caption {
  margin-bottom: 20px;
  max-width: 100%;
}
.single-thumbnail {
  height: 700px;
  display: block;
  position: relative;
  overflow: hidden;
  line-height: 0;
}
@media (max-width: 1440px) {
  .single-thumbnail {
    height: 500px;
  }
}
@media (max-width: 1240px) {
  .single-thumbnail {
    height: 330px;
  }
}
@media (max-width: 600px) {
  .single-thumbnail {
    height: 300px;
  }
}
.single-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
