@font-face {
  font-family: 'OranienbaumRegular';
  src: url("../fonts/OranienbaumRegular.eot");
  src: url("../fonts/OranienbaumRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/OranienbaumRegular.woff") format("woff"), url("../fonts/OranienbaumRegular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Baskerville';
  src: url("../fonts/Baskerville.eot");
  src: url("../fonts/Baskerville.eot?#iefix") format("embedded-opentype"), url("../fonts/Baskerville.woff") format("woff"), url("../fonts/Baskerville.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: "OranienbaumRegular";
}

h1 {
  font-size: 2.2em;
}

h2 {
  font-size: 1.95em;
}

h3 {
  font-size: 1.5em;
}

h4 {
  font-size: 1.05em;
}

h5 {
  font-size: 0.8em;
}

h6 {
  font-size: 0.65em;
  letter-spacing: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

li, span {
  font-size: 1em;
}

p {
  font-size: 1.05em;
}

a, a:link, a:hover, a:active, a:visited {
  color: currentColor;
  text-decoration: none;
}

body {
  font-size: 16px;
}

@media all and (max-width: 992px) {
  body {
    font-size: 14px;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeOut {
  1% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes fadeOut {
  1% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  1% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes fadeInTop {
  0% {
    opacity: 0;
    -moz-transform: translateY(-40px);
    transform: translateY(-40px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeInTop {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInTop {
  0% {
    opacity: 0;
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-moz-keyframes fadeInBottom {
  0% {
    opacity: 0;
    -moz-transform: translateY(40px);
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeInBottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInBottom {
  0% {
    opacity: 0;
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.anim-fadeIn {
  -moz-animation: fadeIn;
  -webkit-animation: fadeIn;
  animation: fadeIn;
  animation-duration: 400ms;
  animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  animation-fill-mode: forwards;
}

.anim-fadeOut {
  -moz-animation: fadeOut;
  -webkit-animation: fadeOut;
  animation: fadeOut;
  animation-duration: 400ms;
  animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  animation-fill-mode: forwards;
}

@media all and (min-width: 768px) {
  header {
    width: 100%;
    padding-top: 10px;
  }
  header .hd-container {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  header .hd-logo img {
    max-width: 110px;
  }
  header .mobile-header {
    display: none;
  }
  header .hd-links {
    position: relative;
    width: 35%;
    padding-top: 25px;
    border-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #cca76e 20%, #cca76e 78%, rgba(204, 167, 110, 0.91) 80%, rgba(255, 255, 255, 0) 100%);
    border-image-slice: 10;
    border-image-width: 2px 0 0 0;
    border-style: solid;
  }
  header .hd-links ul {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: space-around;
  }
  header .hd-links ul li {
    display: inline;
  }
  header .hd-links:nth-child(1) ul {
    padding-right: 30px;
    text-align: right;
  }
  header .hd-links:nth-child(3) ul {
    padding-left: 30px;
  }
  header .fb {
    position: absolute;
    top: -15px;
    right: -50px;
    width: 25px;
    height: 25px;
    opacity: 0.7;
    cursor: pointer;
    -moz-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
    -webkit-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
  }
  header .fb img {
    width: 100%;
    height: 100%;
  }
  header .fb:hover {
    opacity: 1;
  }

  header li {
    position: relative;
    color: #ababab;
    -moz-transition: all 200ms cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: all 200ms cubic-bezier(0.77, 0, 0.175, 1);
    -webkit-transition: all 200ms cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 200ms cubic-bezier(0.77, 0, 0.175, 1);
  }
  header li:before, header li:after {
    content: "";
    position: absolute;
    top: 50%;
    width: 12px;
    height: 1px;
    background: #d8b889;
    opacity: 0;
    -moz-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
    -webkit-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
  }
  header li:before {
    left: -17px;
    -moz-transform: translateX(17px);
    -ms-transform: translateX(17px);
    -webkit-transform: translateX(17px);
    transform: translateX(17px);
  }
  header li:after {
    right: -17px;
    -moz-transform: translateX(-17px);
    -ms-transform: translateX(-17px);
    -webkit-transform: translateX(-17px);
    transform: translateX(-17px);
  }
  header li:hover {
    color: #d8b889;
  }
  header li:hover:before, header li:hover:after {
    opacity: 1;
    -moz-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
  }
}
@media all and (max-width: 768px) {
  .hd-container {
    display: none;
  }

  header .mobile-header {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    overflow-x: hidden;
  }
  header .hd-logo img {
    width: 100%;
    max-width: 80px;
  }
  header .nav-icon {
    position: absolute;
    z-index: 10000;
    top: 40px;
    right: 20px;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    cursor: pointer;
  }
  header .nav-icon > span {
    padding: 0 5px;
  }
  header .nav-icon.is-active {
    position: fixed;
  }
  header .hamburger {
    line-height: 1em;
  }
  header .mob-links {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    overflow: auto;
    display: flex;
    flex-flow: column;
    width: 100%;
    height: 120vh;
    margin-right: -17px;
    padding: 25px;
    padding-bottom: 100px;
    background: white;
    -moz-transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
    -webkit-transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    pointer-events: none;
    opacity: 0;
  }
  header .mob-links:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.5;
    background-color: white;
    background-image: url("../img/bg-loader.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  header .mob-links.is-active {
    opacity: 1;
    pointer-events: all;
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  header .mob-links ul {
    position: relative;
    margin: auto;
    padding: 20px 0;
    list-style: none;
    text-align: center;
    font-size: 1.5em;
  }
  header .mob-links ul li {
    padding: 3px 0;
  }
  header .mob-links ul:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 1px;
    width: 200%;
    border-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #cca76e 20%, #cca76e 78%, rgba(204, 167, 110, 0.91) 80%, rgba(255, 255, 255, 0) 100%);
    border-image-slice: 10;
    border-image-width: 2px 0 0 0;
    border-style: solid;
    opacity: 0.5;
  }
  header .mob-links .hd-logo {
    margin: auto;
    margin-bottom: 20px;
    z-index: 10;
  }
  header .mob-links .hd-logo img {
    max-width: 120px;
  }

  header .mob-links.is-active ul li {
    opacity: 0;
    -moz-transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
    -webkit-transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
    -moz-animation: fadeInTop;
    -webkit-animation: fadeInTop;
    animation: fadeInTop;
    animation-duration: 400ms;
    animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
    animation-fill-mode: forwards;
  }
  header .mob-links.is-active ul li:nth-child(1) {
    animation-delay: 50ms;
  }
  header .mob-links.is-active ul li:nth-child(2) {
    animation-delay: 100ms;
  }
  header .mob-links.is-active ul li:nth-child(3) {
    animation-delay: 150ms;
  }
  header .mob-links.is-active ul li:nth-child(4) {
    animation-delay: 200ms;
  }
  header .mob-links.is-active ul li:nth-child(5) {
    animation-delay: 250ms;
  }
  header .mob-links.is-active ul li:nth-child(6) {
    animation-delay: 300ms;
  }
  header .mob-links.is-active ul li:nth-child(7) {
    animation-delay: 350ms;
  }
  header .mob-links.is-active ul li:nth-child(8) {
    animation-delay: 400ms;
  }
}
footer {
  position: absolute;
  bottom: 2%;
  width: 100%;
}
footer .ft-container {
  display: flex;
}
footer .ft-logo img {
  max-width: 158px;
}
footer .ft-content {
  position: relative;
  padding-top: 5px;
}
footer .ft-content p {
  margin: 0;
  padding: 0;
}
footer .ft-content p, footer .ft-content li {
  font-size: 12px;
  line-height: 11px;
}
footer .ft-content ul {
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: flex-end;
  margin: 0;
}
footer .ft-content ul li {
  margin: 0;
  padding: 0 5px;
  cursor: pointer;
  -moz-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
}
footer .ft-content ul li:hover {
  color: #d8b889;
}
footer .ft-content ul li:not(:first-child) {
  border-left: 1px solid currentColor;
}

@media all and (min-width: 768px) {
  footer .ft-container {
    justify-content: center;
    align-items: flex-end;
  }
  footer .ft-content {
    width: 40%;
  }
  footer .ft-content:nth-child(1) {
    border-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #cca76e 0%, #cca76e 68%, rgba(204, 167, 110, 0.91) 70%, rgba(255, 255, 255, 0) 90%);
    border-image-slice: 10;
    border-image-width: 2px 0 0 0;
    border-style: solid;
  }
  footer .ft-content:nth-child(3) {
    border-image: linear-gradient(to right, rgba(255, 255, 255, 0) 10%, #cca76e 30%, #cca76e 88%, rgba(204, 167, 110, 0.91) 100%, rgba(255, 255, 255, 0) 100%);
    border-image-slice: 10;
    border-image-width: 2px 0 0 0;
    border-style: solid;
  }
  footer .ft-content ul {
    justify-content: flex-end;
  }
}
@media all and (max-width: 992px) {
  footer .ft-logo img {
    max-width: 120px;
  }
}
@media all and (max-width: 768px) {
  footer {
    bottom: 5px;
  }
  footer .ft-container {
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  footer .ft-logo,
  footer .ft-content {
    width: 100%;
    text-align: center;
    padding: 3px;
  }
  footer .ft-logo img {
    max-width: 100px;
  }
  footer .ft-content ul {
    justify-content: center;
  }
}
.bordered-box {
  margin: 25px 0;
  border: 20px solid;
  border-width: 1px;
  border-image: url("../img/border-pattern.png") stretch;
  border-image-width: 60px;
  border-image-slice: 100;
  border-image-outset: 22px;
}

@media all and (max-width: 768px) {
  .bordered-box {
    margin: 20px 0;
    border-image-width: 40px;
    border-image-outset: 15px;
  }
}
.zoom {
  position: absolute;
  top: 0;
  right: 5%;
  width: 25px;
  height: 25px;
  cursor: pointer;
  -moz-transition: all 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: all 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-transition: all 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.zoom:hover {
  -moz-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  -webkit-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}
.zoom:active {
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  transition: none;
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.start-hidden {
  opacity: 0;
}

.page-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.loader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
  background: white;
  z-index: 99;
  display: flex;
  -moz-transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
}
.loader:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("../img/bg-loader.jpg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  -moz-transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: fadeIn;
  -webkit-animation: fadeIn;
  animation: fadeIn;
  animation-duration: 450ms;
  animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.loader img {
  margin: auto;
  opacity: 1;
  -moz-transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
  z-index: 10;
  -moz-animation: fadeInBottom;
  -webkit-animation: fadeInBottom;
  animation: fadeInBottom;
  animation-duration: 450ms;
  animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.is-entering.loader {
  opacity: 0;
  pointer-events: none;
}
.is-entering.loader img {
  opacity: 0;
}

.is-exiting.page-wrapper {
  opacity: 0;
  -moz-transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transform: translateY(10%);
  -ms-transform: translateY(10%);
  -webkit-transform: translateY(10%);
  transform: translateY(10%);
}
.is-exiting.loader {
  opacity: 1;
}
.is-exiting.loader img {
  -moz-animation: fadeInBottom;
  -webkit-animation: fadeInBottom;
  animation: fadeInBottom;
  animation-duration: 600ms;
  animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  animation-fill-mode: forwards;
}

.slick-next,
.slick-prev {
  width: 22px;
  height: 69px;
  z-index: 2;
}
.slick-next:before,
.slick-prev:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("../img/slider-arrow.png");
  background-size: cover;
}

.slick-next {
  right: -45px;
}

.slick-prev {
  left: -45px;
  -moz-transform: scale(-1, 1) translateY(-50%);
  -ms-transform: scale(-1, 1) translateY(-50%);
  -webkit-transform: scale(-1, 1) translateY(-50%);
  transform: scale(-1, 1) translateY(-50%);
}

.slick-dots {
  bottom: -40px;
}
.slick-dots li button:before {
  content: "";
  width: 14px;
  height: 14px;
  padding: 2px;
  background: rgba(216, 184, 137, 0);
  background-clip: content-box;
  border: 1px #d8b889 solid;
  border-radius: 7px;
  opacity: 1;
  -moz-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
}
.slick-dots li.slick-active button:before {
  background: #d8b889;
  background-clip: content-box;
}

@media all and (max-width: 768px) {
  .slick-next,
  .slick-prev {
    width: 14px;
    height: 44px;
  }

  .slick-next {
    right: -30px;
  }

  .slick-prev {
    left: -30px;
    -moz-transform: scale(-1, 1) translateY(-50%);
    -ms-transform: scale(-1, 1) translateY(-50%);
    -webkit-transform: scale(-1, 1) translateY(-50%);
    transform: scale(-1, 1) translateY(-50%);
  }
}
.content-ov:not(.featherlight-inner) {
  display: none;
}

.featherlight-reset {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.9);
  bottom: 0;
  right: 0;
  padding: 40px;
  text-align: center;
  z-index: 10000;
}
.featherlight-reset .featherlight-close {
  position: absolute;
  top: 40px;
  right: -100px;
  font-family: "Baskerville";
  color: #d8b889;
  cursor: pointer;
}
.featherlight-reset .featherlight-reset-content {
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.featherlight-reset .featherlight-inner {
  display: inline-block;
  height: 80vh;
  margin: 30px 0;
}
.featherlight-reset .featherlight-inner img {
  height: 100%;
  width: auto;
}

.ftl .featherlight-inner {
  width: 60vw;
  height: 80vh;
}

.featherlight-reset.popupslider .featherlight-inner {
  height: initial;
  max-width: 542px;
}
.featherlight-reset.popupslider img {
  width: 100%;
  max-width: 542px;
  height: auto;
}

@media all and (max-width: 992px) {
  .featherlight-reset .featherlight-reset-content {
    width: 100%;
    max-height: 95%;
    overflow: auto;
    padding-bottom: 30px;
  }
  .featherlight-reset .featherlight-close {
    top: 0;
    right: initial;
    left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .featherlight-reset .featherlight-inner {
    width: 80vw;
    height: initial;
  }
  .featherlight-reset .featherlight-inner img {
    width: 100%;
    height: auto;
  }

  .ftl .featherlight-reset-content {
    position: relative;
    overflow: visible;
  }
  .ftl .featherlight-inner {
    width: 90%;
    height: 80vh;
  }

  .featherlight-reset.popupslider .featherlight-reset-content {
    overflow: visible;
  }
  .featherlight-reset.popupslider .featherlight-inner {
    height: initial;
    max-width: 250px;
    width: 80%;
  }
  .featherlight-reset.popupslider img {
    width: 100%;
    max-width: 542px;
    height: auto;
  }
}
body {
  padding: 0;
  margin: 0;
  position: relative;
  min-height: 100vh;
}

a:link, a:active a:visited {
  color: currentColor;
  text-decoration: none;
}

.page-wrapper {
  min-height: 100vh;
}

.cp {
  color: #d8b889;
}

.content-wrapper {
  padding-top: 3%;
  padding-bottom: 5%;
}
.content-wrapper h1 {
  margin: 0;
  text-align: center;
}

.col-centered {
  float: none;
  margin-left: auto;
  margin-right: auto;
}

.load-hidden {
  opacity: 0;
}

.iframe-container {
  display: none;
}

iframe {
  width: 100%;
  height: 100%;
}

.home {
  background-image: url("../img/bg-home.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.home .bordered-box {
  position: relative;
  height: 0;
  padding: 0;
  padding-bottom: 55%;
}
.home .bordered-box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.home h1, .home h4 {
  margin: 0;
  text-align: center;
}

.concept {
  background-image: url("../img/bg-concept.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.concept .col-md-8.col-xs-12 {
  padding: 0 40px;
}
.concept .bordered-box {
  padding: 0;
}
.concept .slider-text {
  margin-top: 25px;
}
.concept .slider-text .slick-slide:focus {
  outline: none;
}
.concept .slider-cont {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100%;
  padding: 0 30px;
}
.concept .slider-cont * {
  text-align: center;
}

.master-plan {
  background-image: url("../img/bg-masterplan.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.master-plan h1._f {
  margin-bottom: 15px;
}
.master-plan .bordered-box {
  padding: 30px 40px;
  background: white;
}
.master-plan .legend {
  margin-bottom: 30px;
}
.master-plan .legend h2 {
  text-align: left;
}
.master-plan .legend p {
  display: inline-block;
  margin: 0;
  color: black;
}
.master-plan .legend > .row > div {
  display: flex;
  align-items: center;
  margin: 5px 0;
}
.master-plan .legend > .row > div:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: currentColor;
  margin-right: 10px;
}
.master-plan .legend.north > .row > div:nth-child(1) {
  color: #b05130;
}
.master-plan .legend.north > .row > div:nth-child(2) {
  color: #ab766b;
}
.master-plan .legend.north > .row > div:nth-child(3) {
  color: #c3b7c5;
}
.master-plan .legend.north > .row > div:nth-child(4) {
  color: #897385;
}
.master-plan .legend.south > .row > div:nth-child(1) {
  color: #a78b7b;
}
.master-plan .legend.south > .row > div:nth-child(2) {
  color: #ca8e85;
}
.master-plan .legend.south > .row > div:nth-child(3) {
  color: #dfce98;
}
.master-plan .legend.south > .row > div:nth-child(4) {
  color: #dfb562;
}
.master-plan .legend.park > .row > div:nth-child(1) {
  color: #8fcad8;
}
.master-plan .legend.park > .row > div:nth-child(2) {
  color: #fbba87;
}
.master-plan .legend.park > .row > div:nth-child(3) {
  color: #b8d59b;
}
.master-plan .map-content {
  position: relative;
  padding: 0 70px;
  padding-top: 15px;
}
.master-plan .map-content img {
  width: 100%;
}
.master-plan .map-content .zoom {
  right: 10%;
}

.collection {
  min-height: 930px;
  background-image: url("../img/bg-collection.jpg");
  background-repeat: no-repeat;
  background-position: center;
}
.collection p {
  text-align: center;
  color: #ababab;
  margin-top: 10px;
}
.collection p span {
  padding: 0 15px;
  cursor: pointer;
  -moz-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
.collection p span:not(:last-child) {
  border-right: 1px solid #ababab;
}
.collection p span:hover, .collection p span.active {
  color: #d8b889;
}
.collection .bordered-box {
  padding: 30px 20px;
  background: white;
}
.collection .slick-slide:focus {
  outline: none;
}
.collection .col-content {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  min-height: 350px;
}
.collection .col-content h4 {
  width: 100%;
  text-align: center;
  margin: 30px auto;
  color: #d8b889;
}
.collection .col-content h4:before {
  content: "";
  display: block;
  width: 100%;
  height: 11px;
  margin-bottom: 10px;
  background-image: url("../img/collection-decor.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.collection .col-content.st {
  justify-content: flex-start;
}
.collection .col-content.st p {
  width: 100%;
}
.collection .col-content.st .col-tab {
  width: 33%;
  padding: 5px;
}
.collection .col-content.st img {
  width: 100%;
  height: auto;
}
.collection .col-tab {
  position: relative;
  cursor: pointer;
}
.collection .col-tab:before, .collection .col-tab:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 18px;
  left: 0;
  background-image: url("../img/collection-decor-box-up.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  -moz-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
}
.collection .col-tab:before {
  top: 0;
  -moz-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
}
.collection .col-tab:after {
  bottom: 0;
  -moz-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px);
  background-image: url("../img/collection-decor-box-down.png");
}
.collection .col-tab img {
  margin: 20px auto;
  -moz-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
}
.collection .col-tab:hover:before {
  opacity: 1;
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.collection .col-tab:hover:after {
  opacity: 1;
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.collection .col-tab:hover img {
  -moz-transform: scale(0.95, 0.95);
  -ms-transform: scale(0.95, 0.95);
  -webkit-transform: scale(0.95, 0.95);
  transform: scale(0.95, 0.95);
}
.collection #st-popup {
  display: none;
}

.location {
  background-image: url("../img/bg-location.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.location .text-content {
  font-family: "Baskerville";
  padding-top: 5%;
}
.location .text-content ul {
  padding: 0;
  list-style: none;
}
.location .map-content p {
  text-align: right;
}
.location .map-content p span {
  padding: 0 20px;
  cursor: pointer;
  color: #ababab;
  -moz-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
.location .map-content p span:first-child {
  border-right: 1px solid #ababab;
}
.location .map-content p span:hover, .location .map-content p span.active {
  color: #d8b889;
}
.location .bordered-box._m {
  position: relative;
}
.location .bordered-box._m .zoom {
  top: 2%;
  right: 2%;
}
.location .bordered-box._m img {
  width: 100%;
  height: auto;
}

.gallery {
  background-image: url("../img/bg-gallery.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.gallery .col-md-9 {
  position: relative;
  left: 12.5%;
}
.gallery .mc .bordered-box {
  position: relative;
  display: inline-block;
  padding: 0;
  margin: 20px 0;
  border-image-width: 40px;
  border-image-outset: 15px;
}
.gallery .bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.9);
  width: 100%;
  height: 100%;
  z-index: 10;
  opacity: 0;
  pointer-events: none;
  -moz-transition: all 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: all 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-transition: all 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.gallery .bg-overlay.is-active {
  opacity: 1;
}
.gallery .tile-cont {
  height: 550px;
}
.gallery .gal-tiles {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
  -moz-transition: all 400ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 400ms cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition: all 400ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 400ms cubic-bezier(0.77, 0, 0.175, 1);
}
.gallery .gal-tiles:nth-child(2) {
  left: 50%;
}
.gallery .gal-tiles:nth-child(3) {
  top: 50%;
  left: 0%;
}
.gallery .gal-tiles:nth-child(4) {
  top: 50%;
  left: 50%;
}
.gallery .gal-tiles:before {
  content: attr(data-name);
  position: absolute;
  top: -40px;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 2.4em;
  opacity: 0;
  pointer-events: none;
  -moz-transition: all 400ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 400ms cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition: all 400ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 400ms cubic-bezier(0.77, 0, 0.175, 1);
}
.gallery .gal-tiles.is-active {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
.gallery .gal-tiles.is-active .bordered-box {
  width: 100%;
}
.gallery .gal-tiles.is-active .img-ov {
  opacity: 0;
}
.gallery .gal-tiles.is-active:before {
  opacity: 1;
  pointer-events: all;
}
.gallery .gal-tiles .close-btn {
  position: absolute;
  top: 0;
  right: -90px;
  cursor: pointer;
  color: #d8b889;
  font-family: "Baskerville";
}
.gallery .gal-tiles.is-hidden {
  opacity: 0;
}
.gallery .img-ov {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  -moz-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
}
.gallery .img-ov h3 {
  color: white;
  padding-right: 15px;
  z-index: 2;
}
.gallery .img-ov:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuMCIgeDI9IjEuMCIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 0%, 100% 100%, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, #000000));
  background-image: -moz-linear-gradient(left top, rgba(0, 0, 0, 0) 0%, #000000 100%);
  background-image: -webkit-linear-gradient(left top, rgba(0, 0, 0, 0) 0%, #000000 100%);
  background-image: linear-gradient(to right bottom, rgba(0, 0, 0, 0) 0%, #000000 100%);
  z-index: 1;
  opacity: 0.5;
}
.gallery .slider {
  cursor: pointer;
}
.gallery .slider img {
  width: 100%;
  height: auto;
}
.gallery .slider.tile-mode {
  overflow: hidden;
  transform-origin: center;
}
.gallery .slider.tile-mode img:not(:first-child) {
  display: none;
}
.gallery .slider.hvreffect img {
  -moz-transition: all 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: all 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-transition: all 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.gallery .slider.hvreffect:hover img {
  -moz-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  -webkit-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}

.tags {
  display: none;
  opacity: 0;
  pointer-events: none;
}
.tags p {
  text-align: center;
  font-size: 1.2em;
}
.tags.is-active {
  display: block;
  opacity: 1;
  pointer-events: all;
  -moz-transition: all 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: all 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-transition: all 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.tags .slick-slide:focus {
  outline: none;
}

.slick-arrow,
.close-btn {
  -moz-animation: fadeIn;
  -webkit-animation: fadeIn;
  animation: fadeIn;
  animation-duration: 400ms;
  animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  animation-fill-mode: forwards;
}

.contact {
  background-image: url("../img/bg-contact.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.contact .bordered-box {
  position: relative;
  padding: 60px 0;
  font-family: "Baskerville";
  background: white;
}
.contact .decor {
  position: absolute;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -5px;
  left: 50%;
}
.contact address {
  margin-bottom: 40px;
  text-align: center;
}
.contact p {
  margin: 0;
  text-align: center;
}

@media all and (max-width: 992px) {
  .gallery .tile-cont {
    height: 370px;
  }
}
@media all and (max-width: 768px) {
  .content-wrapper {
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 25px;
    padding-bottom: 100px;
  }

  .concept .container {
    height: 100%;
  }
  .concept .col-md-8.col-xs-12 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .concept .slider-cont {
    padding: 0;
  }
  .concept .slider-text {
    margin-top: 0;
  }

  .master-plan .bordered-box {
    padding: 0 15px;
  }
  .master-plan .legend > .row > div {
    padding: 0;
  }
  .master-plan .legend > .row > div:before {
    width: 15px;
    height: 15px;
    margin-right: 5px;
  }
  .master-plan .map-content {
    padding: 0 15px;
  }

  .collection p {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
  .collection p span {
    padding: 5px 0;
  }
  .collection p span:not(:last-child) {
    border: none;
    border-bottom: 1px solid #ababab;
  }
  .collection .col-content {
    flex-direction: column;
  }
  .collection .col-content.st .col-tab {
    width: 100%;
  }

  .gallery .col-md-9 {
    left: 0;
  }
  .gallery .tile-cont {
    height: auto;
  }
  .gallery .gal-tiles {
    width: 100%;
    position: relative;
    top: initial !important;
    left: initial !important;
  }
  .gallery .gal-tiles .close-btn {
    top: initial;
    bottom: -80px;
    right: initial;
    left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
