html {
  width: 100%;
}

body {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  position: relative;
  background-color: #ffffff;
  font-family: "Roboto Flex", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  overflow-x: hidden;
}

@media screen and (max-width: 300px) {
  body {
    width: 300px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 30px 0 10px 0;
  color: #525252;
  font-family: "Playfair Display", sans-serif;
  font-weight: 400;
}

h1 {
  font-size: 2.8em;
}

h2 {
  font-size: 2.4em;
}

h3 {
  font-size: 2em;
}

h4 {
  font-size: 1.6em;
}

h5 {
  font-size: 1.2em;
}

h6 {
  font-size: 1em;
}

table {
  border-collapse: collapse;
  border-color: #cccccc;
}

table tr th {
  background-color: #525252;
  border-color: #adadad;
  color: #ffffff;
}

table tr td {
  border-color: #adadad;
}

img {
  border: 0;
}

hr {
  background-color: #adadad;
  border: 0;
  height: 1px;
}

iframe {
  border: 0;
}

.hide_meta {
  display: none;
}

.top_notice {
  width: 100%;
  height: auto;
  padding: 5px 0;
  margin: 0 auto;
  position: relative;
  display: none;
  clear: both;
}

.jump_anchor {
  display: block;
  position: relative;
  top: -100px;
  visibility: hidden;
}

.red_notice {
  width: calc(100% - 20px);
  height: auto;
  padding: 10px;
  margin: 10px auto;
  position: relative;
  display: table;
  clear: both;
  background-color: red;
  color: #ffffff;
  font-family: "Roboto Flex", sans-serif;
  text-align: center;
}

*:focus {
  outline: none;
}

.gen_btn {
  width: auto;
  height: auto;
  padding: 10px 35px;
  background-color: #aa7f2e;
  color: #ffffff;
  font-size: 1em;
  font-family: 'Roboto Flex', serif;
  text-transform: uppercase;
  border-radius: 4px;
  border: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.gen_btn:hover {
  background-color: #8a6725;
}

@media only screen and (max-width: 440px) {
  .gen_btn {
    width: 100%;
  }
}

.gen_btn_right {
  float: right;
}

.gen_btn.disabled {
  background-color: #ccc;
  /* Grey out the button */
  cursor: not-allowed;
  /* Show a not-allowed cursor */
}

/* HEADER TOP */
.header {
  width: calc(100% - 10%);
  height: auto;
  padding: 10px 5% 100px 5%;
  margin: 0 auto;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  clear: both;
  display: table;
  z-index: 1001;
  background-image: linear-gradient(rgba(0, 0, 0, 1.0), rgba(0, 0, 0, 0.0));
}

@media screen and (max-width: 1200px) {
  .header {
    width: calc(100% - 40px);
    padding: 10px 20px 100px 20px;
  }
}

@media screen and (max-width: 1080px) {
  .header {
    width: calc(100% - 40px);
    padding: 10px 20px 0 20px;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    background-image: none;
    background-color: #000000;
  }
}

.header.sticky {
  width: calc(100% - 10%);
  padding: 10px 5%;
  background-color: #000000;
}

@media screen and (max-width: 1200px) {
  .header.sticky {
    width: calc(100% - 40px);
    padding: 5px 20px;
  }
}

@media screen and (max-width: 1080px) {
  .header.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
  }
}

.header_boxed {
  width: calc(100% - 10%);
  padding: 10px 5%;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  background-image: none;
  background-color: #000000;
}

@media screen and (max-width: 1200px) {
  .header_boxed {
    width: calc(100% - 40px);
    padding: 10px 20px;
  }
}

.header_boxed.sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.header.sticky+.content,
.header_boxed.sticky+.content {
  padding-top: 70px;
}

.header_top {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0 auto 10px auto;
  position: relative;
  clear: both;
  display: table;
}

.header_top.sticky {
  display: none;
}

.header_contacts {
  width: 25%;
  height: auto;
  padding: 0 10px 0 0;
  display: table-cell;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .header_contacts {
    display: none;
  }
}

.header_contacts_holder {
  width: 100%;
  height: auto;
  padding: 5px 0;
  margin: 0;
  position: relative;
  clear: both;
  display: table;
  font-size: 1.0em;
  font-weight: 300;
  color: #ffffff;
}

@media screen and (max-width: 1080px) {
  .header_contacts_holder {
    font-size: 0.9em;
  }
}

.header_contacts_holder a,
.header_contacts_holder a:visited {
  color: #ffffff;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

.header_contacts_holder a:hover,
.header_contacts_holder a:visited:hover {
  color: #c4c4c4;
}

.logo {
  width: 50%;
  height: auto;
  padding: 0 10px 0 0;
  display: table-cell;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .logo {
    width: 100%;
    padding: 0;
    display: table;
    position: relative;
    clear: both;
  }
}

.logo_main {
  width: auto;
  height: 90px;
  display: table;
  margin: 0 auto;
  text-align: center;
}

@media screen and (max-width: 1080px) {
  .logo_main {
    height: 80px;
  }
}

@media screen and (max-width: 767px) {
  .logo_main {
    height: 80px;
    margin: 0;
    text-align: left;
  }
}

@media screen and (max-width: 560px) {
  .logo_main {
    height: 65px;
  }
}

.logo_sticky {
  width: auto;
  height: 52px;
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: none;
  z-index: 2;
}

.logo_sticky.sticky {
  display: table;
}

.header_button {
  width: 25%;
  height: auto;
  padding: 0 0 0 10px;
  display: table-cell;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .header_button {
    display: none;
  }
}

.header_button a,
.header_button a:visited {
  width: auto;
  height: auto;
  padding: 10px 25px;
  color: #ffffff;
  text-decoration: none;
  font-size: 1.0em;
  font-weight: 300;
  text-align: center;
  border: 1px solid #ffffff;
  float: right;
  transition: all 0.3s ease-in-out;
}

@media screen and (max-width: 1080px) {

  .header_button a,
  .header_button a:visited {
    padding: 10px 20px;
    font-size: 0.9em;
  }
}

.header_button a:hover,
.header_button a:visited:hover {
  background-color: #ffffff;
  color: #000000;
}

/* NAVIGATION BAR */
.navigation_bar {
  width: 100%;
  height: auto;
  padding: 10px 0 0 0;
  margin: 0 auto;
  position: relative;
  clear: both;
  display: table;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

@media screen and (max-width: 1080px) {
  .navigation_bar {
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  .navigation_bar {
    width: 100%;
    height: 80px;
    padding: 0;
    margin: -80px 0 0 0;
    position: relative;
    z-index: 1002;
    border-top: 0;
  }
}

@media screen and (max-width: 560px) {
  .navigation_bar {
    height: 72px;
    margin: -72px 0 0 0;
  }
}

@media screen and (max-width: 767px) {
  .navigation_bar.sticky {
    height: 80px;
  }
}

@media screen and (max-width: 560px) {
  .navigation_bar.sticky {
    height: 50px;
    margin: 0;
  }
}

.navigation_bar.sticky {
  padding: 0;
  border-top: 0;
}

.is-active {
  color: #c4c4c4 !important;
}

@media screen and (max-width: 1080px) {
  .is-active {
    color: #c4c4c4 !important;
  }
}

.link_no_click {
  pointer-events: none;
}

@media screen and (max-width: 1080px) {
  .link_no_click {
    pointer-events: all;
  }
}

/* SLIDER IMAGES */
.slider {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0 auto;
  display: table;
  position: relative;
  clear: both;
  z-index: 0;
  overflow: hidden;
}

.slider_video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 1;
}

.slider_video iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%) scale(1.2);
  object-fit: cover;
  border: none;
  z-index: 1;
}

@media screen and (max-width: 560px) {
  .slider_video iframe {
    transform: translate(-50%, -50%) scale(1.5);
  }
}

.slider_holder {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
}

.slider_video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.bxslider {
  width: 100%;
  padding: 0;
  margin: 0;
}

@media screen and (max-width: 767px) {
  .bxslider {
    padding-bottom: 70% !important;
  }
}

@media screen and (max-width: 560px) {
  .bxslider {
    padding-bottom: 80% !important;
  }
}

.slider_info_outer {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  position: absolute;
  bottom: 0;
  z-index: 2;
  background-image: linear-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 1.0));
}

.slider_info {
  width: calc(70% - 50px);
  height: auto;
  margin: 0;
  position: relative;
  clear: both;
  display: table;
}

.slider_info_left {
  padding: 40px 0 35px 50px;
  float: left;
}

.slider_info_right {
  padding: 40px 50px 35px 0;
  float: right;
}

@media screen and (max-width: 767px) {
  .slider_info_left {
    width: calc(80% - 30px);
    padding: 0 0 30px 30px;
  }

  .slider_info_right {
    width: calc(80% - 30px);
    padding: 0 30px 30px 0;
  }
}

@media screen and (max-width: 560px) {
  .slider_info_left {
    width: calc(90% - 20px);
    padding: 0 0 30px 20px;
  }

  .slider_info_right {
    width: calc(90% - 20px);
    padding: 0 20px 30px 0;
  }
}

@media screen and (max-width: 440px) {
  .slider_info {
    width: calc(100% - 40px);
    padding: 0 20px 30px 20px;
  }
}

.slider_title {
  width: 100%;
  height: auto;
  padding: 5px 0;
  margin: 0;
  position: relative;
  clear: both;
  display: table;
  color: #ffffff;
  font-size: 2.8em;
  line-height: 1.1em;
  font-weight: 700;
  font-family: 'Playfair Display', serif;
  opacity: 0.0;
}

@media screen and (max-width: 1200px) {
  .slider_title {
    font-size: 2.5em;
  }
}

@media screen and (max-width: 1080px) {
  .slider_title {
    font-size: 2.2em;
  }
}

@media screen and (max-width: 767px) {
  .slider_title {
    font-size: 1.8em;
  }
}

@media screen and (max-width: 560px) {
  .slider_title {
    font-size: 1.5em;
  }
}

.slider_info_left .slider_title {
  text-align: left;
  transform: translateX(-100%);
  animation: animateSliderTitleLeft 0.6s ease-in-out 0s 1 forwards;
}

@keyframes animateSliderTitleLeft {
  0% {
    opacity: 0.0;
    transform: translateX(-100%);
  }

  100% {
    opacity: 1.0;
    transform: translateX(0);
  }
}

.slider_info_right .slider_title {
  text-align: right;
  transform: translateX(100%);
  animation: animateSliderTitleRight 0.6s ease-in-out 0s 1 forwards;
}

@keyframes animateSliderTitleRight {
  0% {
    opacity: 0.0;
    transform: translateX(100%);
  }

  100% {
    opacity: 1.0;
    transform: translateX(0);
  }
}

.slider_description {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 5px 0;
  position: relative;
  clear: both;
  display: table;
  color: #ffffff;
  font-size: 1.1em;
  line-height: 1.3em;
  font-weight: 400;
  opacity: 0.0;
}

.slider_info_left .slider_description {
  text-align: left;
  transform: translateX(100%);
  animation: animateSliderDescriptionLeft 0.6s ease-in-out 0.6s 1 forwards;
}

@keyframes animateSliderDescriptionLeft {
  0% {
    opacity: 0.0;
    transform: translateX(100%);
  }

  100% {
    opacity: 1.0;
    transform: translateX(0);
  }
}

.slider_info_right .slider_description {
  text-align: right;
  transform: translateX(-100%);
  animation: animateSliderDescriptionRight 0.6s ease-in-out 0.6s 1 forwards;
}

@keyframes animateSliderDescriptionRight {
  0% {
    opacity: 0.0;
    transform: translateX(-100%);
  }

  100% {
    opacity: 1.0;
    transform: translateX(0);
  }
}

@media screen and (max-width: 1200px) {
  .slider_description {
    font-size: 1.0em;
  }
}

@media screen and (max-width: 1080px) {
  .slider_description {
    font-size: 0.9em;
  }
}

@media screen and (max-width: 560px) {
  .slider_description {
    font-size: 0.8em;
  }
}

.slider_filter {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  pointer-events: none;
}

/* BOOKING BAR */
.booking_bar {
  width: calc(100% - 10%);
  height: auto;
  padding: 20px 5%;
  margin: 0 auto;
  position: relative;
  clear: both;
  display: table;
  overflow: hidden;
  background-color: #000000;
}

@media screen and (max-width: 1200px) {
  .booking_bar {
    width: calc(100% - 40px);
    padding: 10px 20px;
  }
}

@media screen and (max-width: 767px) {
  .booking_bar {
    display: none;
  }
}

.booking_form_group {
  width: calc(20% - 10px);
  height: auto;
  padding: 0;
  margin: 0;
  position: relative;
  clear: none;
  float: left;
}

.booking_form_group input {
  width: calc(100% - 30px);
  height: 30px;
  padding: 10px;
  border: 0;
  background-color: #ffffff;
  font-family: 'Roboto Flex', sans-serif;
  font-size: 1.0em;
}

.booking_form_button {
  width: 40px;
}

.booking_form_group button {
  width: 50px;
  height: 50px;
  padding: 0;
  margin: 19px 0 0 0;
  border: 0;
  background-color: #aa7f22;
  text-align: center;
  font-size: 22px;
  color: #ffffff;
  display: table;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.booking_form_group button:hover {
  background-color: #926d1e;
}

.booking_form_group label {
  color: #ffffff;
  font-size: 0.9em;
  padding: 0 0 2px 0;
  display: table;
}

/* MAIN CONTENT */
.content {
  width: 1000px;
  height: auto;
  padding: 60px 0 40px 0;
  margin: 0 auto;
  position: relative;
  clear: both;
  display: table;
  overflow: hidden;
}

@media screen and (max-width: 1080px) {
  .content {
    width: calc(100% - 40px);
    padding: 60px 20px;
  }
}

.content_outer {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  position: relative;
  clear: both;
  display: table;
}

.content_info {
  width: 65%;
  height: auto;
  padding: 0 50px 0 0;
  display: table-cell;
  vertical-align: middle;
}

@media screen and (max-width: 1080px) {
  .content_info {
    width: 60%;
  }
}

@media screen and (max-width: 767px) {
  .content_info {
    width: 100%;
    padding: 0 0 20px 0;
    display: table;
    position: relative;
    clear: both;
  }
}

.content_info_full {
  width: 100%;
  padding: 0;
}

.content_h2_header {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  position: relative;
  clear: both;
  display: table;
  font-size: 2.2em;
  line-height: 1.0em;
  font-weight: 700;
  font-family: 'Playfair Display', serif;
  color: #323232;
}

@media screen and (max-width: 1080px) {
  .content_h2_header {
    font-size: 2.0em;
  }
}

@media screen and (max-width: 767px) {
  .content_h2_header {
    font-size: 1.7em;
  }
}

@media screen and (max-width: 560px) {
  .content_h2_header {
    font-size: 1.5em;
  }
}

.content_h2_header_left {
  text-align: left;
}

.content_h2_header_center {
  text-align: center;
}

@media screen and (max-width: 560px) {
  .content_h2_header_left {
    text-align: center;
  }

  .content_h2_header_center {
    text-align: center;
  }
}

.content_h2_sub_header {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  position: relative;
  clear: both;
  display: table;
  font-size: 3.2em;
  line-height: 1.0em;
  font-weight: 700;
  font-family: 'Playfair Display', serif;
  color: #aa7f22;
  text-transform: uppercase;
}

@media screen and (max-width: 1080px) {
  .content_h2_sub_header {
    font-size: 3.0em;
  }
}

@media screen and (max-width: 767px) {
  .content_h2_sub_header {
    font-size: 2.4em;
  }
}

@media screen and (max-width: 560px) {
  .content_h2_sub_header {
    font-size: 2.0em;
  }
}

@media screen and (max-width: 440px) {
  .content_h2_sub_header {
    font-size: 1.8em;
  }
}

.content_h2_sub_header_left {
  text-align: left;
}

.content_h2_sub_header_center {
  text-align: center;
}

@media screen and (max-width: 560px) {
  .content_h2_sub_header_left {
    text-align: center;
  }

  .content_h2_sub_header_center {
    text-align: center;
  }
}

.content_description {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 20px auto;
  position: relative;
  clear: both;
  display: table;
  text-align: left;
  font-size: 1.2em;
  line-height: 1.3em;
  color: #919191;
  font-style: italic;
}

@media screen and (max-width: 1080px) {
  .content_description {
    font-size: 1.1em;
  }
}

@media screen and (max-width: 560px) {
  .content_description {
    font-size: 1.0em;
    text-align: center;
  }
}

.content_description i {
  color: #d6d6d6;
}

.content p {
  text-align: justify;
  line-height: 1.4em;
}

@media screen and (max-width: 560px) {
  .content p {
    text-align: left;
  }
}

.content img {
  max-width: 100%;
  height: auto !important;
}

.content ul li,
.content ul ol {
  margin: 4px 0;
  line-height: 1.3em;
}

.content_rooms_table table {
  width: 100%;
  border-collapse: collapse;
}

@media screen and (max-width: 560px) {
  .content_rooms_table table {
    font-size: 0.9em;
  }
}

.content_rooms_table table tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.content_rooms_table table tr:last-child {
  border-bottom: 0;
}

.content_rooms_table table tr th {
  width: 50%;
  padding: 5px 10px;
  text-align: left;
  font-weight: 400;
  background-color: #323232;
}

.content_rooms_table table tr td {
  width: 50%;
  padding: 5px 10px;
  text-align: left;
  font-weight: 500;
  background-color: #eeeeee;
}

.content_cover_image {
  width: 35%;
  height: auto;
  padding: 0;
  display: table-cell;
  vertical-align: middle;
}

@media screen and (max-width: 1080px) {
  .content_cover_image {
    width: 40%;
  }
}

@media screen and (max-width: 767px) {
  .content_cover_image {
    width: 100%;
    display: table;
    position: relative;
    clear: both;
  }
}

.content_cover_image_float {
  width: 100%;
  height: auto;
  padding-bottom: 100%;
  margin: 0;
  position: relative;
  clear: both;
  display: table;
  background-color: #252525;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-size: cover;
}

.content_room_gallery {
  width: calc(100% - 20px);
  height: auto;
  padding: 10px;
  margin: 20px auto;
  position: relative;
  clear: both;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: minmax(100px, auto);
  gap: 5px;
  grid-auto-flow: dense;
}

@media screen and (max-width: 767px) {
  .content_room_gallery {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 560px) {
  .content_room_gallery {
    grid-template-columns: repeat(1, 1fr);
  }
}

.content_room_gallery_holder {
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.content_room_gallery_link {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
}

.content_room_gallery_holder_cover {
  width: 100%;
  height: auto;
  padding-bottom: 60%;
  margin: 0;
  position: relative;
  grid-column: span 2;
  grid-row: span 2;
}

@media screen and (max-width: 560px) {
  .content_room_gallery_holder_cover {
    grid-column: span 1;
    grid-row: span 1;
  }
}

.content_room_gallery_holder_inner {
  width: 100%;
  height: auto;
  padding-bottom: 60%;
  margin: 0;
  position: relative;
  grid-column: span 1;
  grid-row: span 1;
}

.content_room_photo_title {
  width: calc(100% - 40px);
  height: auto;
  padding: 0 20px;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  text-align: center;
  font-size: 1.0em;
  line-height: 1.0em;
  color: #ffffff;
  font-weight: 500;
  opacity: 1.0;
  transition: all 0.3s ease-in-out;
  z-index: 2;
}

@media screen and (max-width: 1080px) {
  .content_room_photo_title {
    font-size: 0.9em;
  }
}

.content_room_gallery_holder:hover .content_room_photo_title {
  opacity: 0.0;
}

.content_room_gallery_filter {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 1.0;
  transition: all 0.3s ease-in-out;
}

.content_room_gallery_holder:hover .content_room_gallery_filter {
  opacity: 0.0;
}

/* PAGE IMAGES */
.page_images {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 20px 0;
  position: relative;
  clear: both;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: minmax(100px, auto);
  gap: 5px;
  grid-auto-flow: dense;
}

@media screen and (max-width: 767px) {
  .page_images {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 440px) {
  .page_images {
    grid-template-columns: repeat(1, 1fr);
  }
}

.page_image_link {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-decoration: none;
  display: block;
  z-index: 2;
}

.page_images_container {
  width: 100%;
  height: auto;
  padding-bottom: 60%;
  margin: 0;
  position: relative;
  clear: both;
  display: table;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  overflow: hidden;
}

.page_images_container_1 {
  grid-column: span 1;
  grid-row: span 1;
}

.page_images_container_2 {
  grid-column: span 2;
  grid-row: span 2;
}

@media screen and (max-width: 440px) {
  .page_images_container_2 {
    grid-column: span 1;
    grid-row: span 1;
  }
}

.page_images_container_3 {
  grid-column: span 3;
  grid-row: span 3;
}

@media screen and (max-width: 767px) {
  .page_images_container_3 {
    grid-column: span 2;
    grid-row: span 2;
  }
}

@media screen and (max-width: 440px) {
  .page_images_container_3 {
    grid-column: span 1;
    grid-row: span 1;
  }
}

.page_image_title {
  width: calc(100% - 20px);
  height: auto;
  padding: 0 10px;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  text-align: center;
  display: table;
  transition: all 0.4s ease-in-out;
  font-weight: 500;
  color: #ffffff;
  z-index: 2;
}

.page_image_link:hover .page_image_title {
  display: none;
}

.page_image_filter {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  transition: all 0.4s ease-in-out;
  z-index: 1;
}

.page_image_link:hover .page_image_filter {
  background-color: rgba(0, 0, 0, 0);
}

/* PAGE BUTTONS */
.page_buttons {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 20px auto;
  position: relative;
  clear: both;
  display: table;
  text-align: center;
}

.pg_btn {
  min-width: 220px;
  height: auto;
  padding: 12px 10px;
  margin: 10px 5px;
  position: relative;
  display: inline-block;
  text-align: center;
  border: 1px solid #aa7f22;
  color: #aa7f22;
  text-decoration: none;
  font-size: 1.0em;
  transition: all 0.3s ease-in-out;
}

@media screen and (max-width: 767px) {
  .pg_btn {
    min-width: 180px;
    font-size: 0.9em;
  }
}

@media screen and (max-width: 560px) {
  .pg_btn {
    min-width: 0;
    font-size: 1.0em;
    display: table;
    width: calc(100% - 20px - 10px);
  }
}

.pg_btn:hover {
  background-color: #aa7f2e;
  color: #ffffff;
}

/* ROOMS */
.rooms_slider {
  width: 100%;
  height: auto;
  padding: 10px 0 40px 0;
  margin: 0 auto;
  position: relative;
  clear: both;
  display: block;
  overflow: hidden;
}

.rooms_slider_header_title {
  width: calc(100% - 10%);
  height: auto;
  padding: 0 5%;
  margin: 0 auto 20px auto;
  position: relative;
  clear: both;
  display: table;
  text-align: center;
  font-size: 2.2em;
  line-height: 1.0em;
  color: #000000;
  font-family: 'Playfair Display', serif;
}

@media screen and (max-width: 1200px) {
  .rooms_slider_header_title {
    width: calc(100% - 40px);
    padding: 0 20px;
    font-size: 2.0em;
  }
}

@media screen and (max-width: 1080px) {
  .rooms_slider_header_title {
    font-size: 1.8em;
  }
}

@media screen and (max-width: 767px) {
  .rooms_slider_header_title {
    font-size: 1.8em;
  }
}

@media screen and (max-width: 560px) {
  .rooms_slider_header_title {
    font-size: 1.6em;
  }
}

.rooms_slider_outer {
  padding: 0 40px;
}

@media screen and (max-width: 767px) {
  .rooms_slider_outer {
    padding: 0 30px;
  }
}

.room_holder {
  width: calc(100% - 20px);
  height: auto;
  padding: 0;
  margin: 0 10px;
}

.room_cover_image {
  width: 100%;
  height: auto;
  padding-bottom: 60%;
  margin: 0 auto;
  position: relative;
  clear: both;
  display: table;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: scroll;
}

.room_sleeps {
  width: 42px;
  height: 42px;
  padding: 8px;
  margin: 0 auto;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 2;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.6);
}

.room_sleeps_icon {
  font-size: 18px;
  margin: 0 auto;
  text-align: center;
}

.room_info {
  width: 100%;
  height: auto;
  padding: 20px 0 0 0;
  margin: 0 auto;
  position: relative;
  clear: both;
  display: table;
}

.rooms_sleeps_no {
  padding: 2px 0 0 0;
  font-size: 18px;
  text-align: center;
}

.room_name {
  width: 100%;
  height: auto;
  padding: 0 0 15px 0;
  margin: 0 auto;
  position: relative;
  clear: both;
  display: table;
  text-align: center;
  font-size: 1.6em;
  line-height: 1.0em;
  font-weight: 500;
  color: #000000;
  text-transform: uppercase;
  font-family: 'Playfair Display', serif;
}

.room_description {
  width: 100%;
  height: 90px;
  padding: 0;
  margin: 0 auto;
  position: relative;
  clear: both;
  display: table;
  text-align: center;
  font-size: 1.0em;
  line-height: 1.3em;
  font-weight: 300;
  color: #323232;
}

@media screen and (max-width: 440px) {
  .room_description {
    height: 110px;
  }
}

.room_button {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0 auto;
  position: relative;
  clear: both;
  display: table;
  text-align: center;
}

.room_button a,
.room_button a:visited {
  width: auto;
  height: auto;
  padding: 10px 25px;
  margin: 0 auto;
  border: 1px solid #aa7f2e;
  color: #aa7f2e;
  text-align: center;
  font-size: 1.0em;
  font-weight: 300;
  display: table;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

.room_button a:hover,
.room_button a:visited:hover {
  background-color: #aa7f2e;
  color: #ffffff;
}

/* FEATURED VIDEO */
.featured_video {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 10px auto 0 auto;
  position: relative;
  clear: both;
  display: table;
  overflow: hidden;
  background-color: #323232;
}

.featured_video_left {
  width: 50%;
  height: auto;
  padding: 50px 5%;
  display: table-cell;
  vertical-align: middle;
}

@media screen and (max-width: 1200px) {
  .featured_video_left {
    padding: 50px 20px;
  }
}

@media screen and (max-width: 560px) {
  .featured_video_left {
    width: calc(100% - 40px);
    padding: 20px 20px;
    display: table;
    position: relative;
    clear: both;
  }
}

.featured_video_logo {
  width: 100%;
  height: auto;
  padding: 10px 0;
  margin: 0 auto;
  position: relative;
  clear: both;
  display: table;
  text-align: center;
}

.featured_video_logo img {
  width: 50%;
  height: auto;
  display: table;
  text-align: center;
  margin: 0 auto;
}

@media screen and (max-width: 1080px) {
  .featured_video_logo img {
    width: 60%;
  }
}

@media screen and (max-width: 560px) {
  .featured_video_logo img {
    width: 70%;
  }
}

.featured_video_info {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0 auto;
  position: relative;
  clear: both;
  display: table;
}

.featured_video_header_title {
  width: 100%;
  height: auto;
  padding: 10px 0;
  margin: 0 auto;
  position: relative;
  clear: both;
  display: table;
  text-align: center;
  font-size: 2.0em;
  line-height: 1.2em;
  font-weight: 700;
  color: #aa7f22;
  font-family: 'Playfair Display', serif;
}

@media screen and (max-width: 1200px) {
  .featured_video_header_title {
    font-size: 1.8em;
  }
}

@media screen and (max-width: 1080px) {
  .featured_video_header_title {
    font-size: 1.6em;
  }
}

@media screen and (max-width: 767px) {
  .featured_video_header_title {
    font-size: 1.4em;
  }
}

@media screen and (max-width: 560px) {
  .featured_video_header_title {
    font-size: 1.2em;
  }
}

.featured_video_sub_header {
  width: 100%;
  height: auto;
  padding: 10px 0;
  margin: 0 auto;
  position: relative;
  clear: both;
  display: table;
  text-align: center;
  font-size: 1.8em;
  line-height: 1.3em;
  font-weight: 700;
  color: #919191;
  font-family: 'Playfair Display', serif;
}

@media screen and (max-width: 1200px) {
  .featured_video_sub_header {
    font-size: 1.6em;
  }
}

@media screen and (max-width: 1080px) {
  .featured_video_sub_header {
    font-size: 1.4em;
  }
}

@media screen and (max-width: 767px) {
  .featured_video_sub_header {
    font-size: 1.2em;
  }
}

@media screen and (max-width: 560px) {
  .featured_video_sub_header {
    font-size: 1.1em;
  }
}

.featured_video_right {
  width: 50%;
  height: auto;
  padding: 0;
  display: table-cell;
  vertical-align: middle;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 560px) {
  .featured_video_right {
    width: 100%;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 70%;
    padding-left: 0;
    display: table;
    position: relative;
    clear: both;
  }
}

.player_icon {
  width: 50%;
  height: auto;
  padding: 0;
  margin: 0 0 0 50%;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  z-index: 2;
  font-size: 50px;
  text-align: center;
  color: #ffffff !important;
  opacity: 0.6;
  transition: all 0.3s ease-in-out;
}

@media screen and (max-width: 560px) {
  .player_icon {
    width: 100%;
    margin: 0 auto;
    top: 50%;
    font-size: 40px;
  }
}

.player_icon:hover {
  opacity: 1.0;
}

/* REVIEWS */
.reviews {
  width: 100%;
  height: auto;
  padding: 40px 0;
  margin: 10px auto 0 auto;
  position: relative;
  clear: both;
  display: block;
  overflow: visible;
  background-color: #f1f1f1;
}

@media screen and (max-width: 767px) {
  .reviews {
    padding: 30px 0;
  }
}

.review_holder {
  width: calc(100% - 300px);
  height: auto;
  padding: 0 150px;
  margin: 0 auto;
  position: relative;
  display: table;
  overflow: visible;
}

@media screen and (max-width: 1080px) {
  .review_holder {
    width: calc(100% - 200px);
    padding: 0 100px;
  }
}

@media screen and (max-width: 767px) {
  .review_holder {
    width: calc(100% - 100px);
    padding: 0 50px;
  }
}

@media screen and (max-width: 560px) {
  .review_holder {
    width: calc(100% - 60px);
    padding: 0 30px;
  }
}

@media screen and (max-width: 440px) {
  .review_holder {
    width: calc(100% - 40px);
    padding: 0 20px;
  }
}

.review_text {
  width: calc(100% - 60px);
  min-height: 120px;
  padding: 20px 30px;
  margin: 0 auto 20px auto;
  position: relative;
  clear: both;
  display: table;
  text-align: center;
  font-size: 1.2em;
  line-height: 1.3em;
  font-style: italic;
  font-weight: 300;
  color: #323232;
}

@media screen and (max-width: 1080px) {
  .review_text {
    font-size: 1.1em;
  }
}

@media screen and (max-width: 767px) {
  .review_text {
    min-height: 0;
    font-size: 1.0em;
  }
}

@media screen and (max-width: 560px) {
  .review_text {
    font-size: 0.9em;
  }
}

.review_quote_left,
.review_quote_right {
  width: 100px;
  height: 80px;
  padding: 0;
  margin: 0;
  position: absolute;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}

.review_quote_left {
  left: 0;
  top: 0;
  background-image: url('../admin454/uploads/site_settings/review_quote_leftt.png');
}

.review_quote_right {
  right: 0;
  bottom: 0;
  background-image: url('../admin454/uploads/site_settings/review_quote_right.png');
}

.review_info {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0 auto;
  position: relative;
  clear: both;
  display: table;
  text-align: center;
  font-size: 1.4em;
  line-height: 1.1em;
  font-weight: 300;
  font-family: 'Playfair Display', serif;
  color: #aa7f2e;
}

.review_additional_text {
  width: 100%;
  padding: 4px 0 0 0;
  color: #919191;
  font-family: 'Roboto Flex', sans-serif;
  clear: both;
  display: table;
  font-size: 0.8em;
}

/* CONTACT DETAILS BLOCKS */
.contact_blocks {
  width: 100%;
  height: auto;
  padding: 10px 0;
  margin: 0 auto;
  position: relative;
  clear: both;
  display: table;
}

.contact_blocks_socials {
  padding: 5px 0 0 0 !important;
}

.contact_blocks_socials i {
  font-size: 1.2em;
  color: #252525;
  margin: 0 6px 0 0;
  transition: all 0.3s ease-in-out;
}

.contact_blocks_socials a,
.contact_blocks_socials a:visited {
  text-decoration: none !important;
}

.contact_blocks_socials i:hover {
  color: #000000;
  transform: scale(1.2, 1.2);
  z-index: 2;
}

.contact_blocks_left {
  width: calc(50% - 10px);
  height: auto;
  padding: 0 10px 0 0;
  margin: 0;
  position: relative;
  clear: none;
  float: left;
}

@media screen and (max-width: 560px) {
  .contact_blocks_left {
    width: 100%;
    clear: both;
    float: none;
    padding: 0;
  }
}

.contact_blocks_right {
  width: calc(50% - 10px);
  height: auto;
  padding: 0 0 0 10px;
  margin: 0;
  position: relative;
  clear: none;
  float: left;
}

@media screen and (max-width: 560px) {
  .contact_blocks_right {
    width: 100%;
    clear: both;
    float: none;
    padding: 0;
  }
}

.contact_block_holder {
  width: calc(100% - 10px);
  height: auto;
  padding: 0;
  margin: 10px 5px;
  position: relative;
  clear: none;
  float: left;
  display: table;
}

.contact_block_icon {
  width: 40px;
  height: auto;
  padding: 0;
  display: table-cell;
  vertical-align: middle;
  font-family: "Font Awesome 6 Pro", sans-serif;
}

.contact_block_icon i {
  font-size: 40px;
  color: #aa7f2e;
}

.contact_block_info {
  width: calc(100% - 40px);
  height: auto;
  padding: 0 0 0 10px;
  display: table-cell;
  vertical-align: middle;
}

.contact_block_title {
  width: 100%;
  height: auto;
  padding: 0 0 5px 0;
  margin: 0;
  clear: both;
  display: table;
  font-size: 1.3em;
  font-weight: 600;
  font-family: 'Playfair Display', serif;
  color: #252525;
  line-height: 1em;
}

.contact_block_description {
  width: 100%;
  height: auto;
  padding: 0 0 5px 0;
  margin: 0;
  clear: both;
  display: table;
  font-size: 1em;
  font-weight: 500;
  color: #525252;
  line-height: 1em;
}

.contact_block_content {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  position: relative;
  clear: both;
  display: table;
  font-size: 1em;
  font-weight: 400;
  color: #000000;
}

.contact_block_content a,
.contact_block_content a:visited {
  color: #000000;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.contact_block_content a:hover,
.contact_block_content a:visited:hover {
  color: #000000;
  text-decoration: underline;
}

/* CONTENT BOXES */
.content_boxes {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0 auto;
  position: relative;
  clear: both;
  display: table;
  overflow: hidden;
}

.content_box_holder {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .content_box_holder {
    flex-direction: column;
  }
}

.content_box_photo {
  width: 50%;
  height: auto;
  padding: 0;
  display: table-cell;
  vertical-align: middle;
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  .content_box_photo {
    width: 100%;
    padding: 0 !important;
    display: table;
    position: relative;
    clear: both;
    order: 2;
  }
}

.content_box_photo_holder {
  width: 100%;
  height: auto;
  padding-bottom: 60%;
  margin: 0;
  position: relative;
  clear: both;
  display: table;
  background-color: #131313;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-size: cover;
}

.content_box_info {
  width: calc(50% - 100px);
  height: auto;
  padding: 40px 50px;
  display: table-cell;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .content_box_info {
    width: calc(100% - 40px);
    padding: 40px 20px;
    display: table;
    position: relative;
    clear: both;
    order: 1;
  }
}

.content_box_info_photo_left {
  text-align: right;
}

.content_box_info_photo_right {
  text-align: left;
}

@media screen and (max-width: 767px) {
  .content_box_info_photo_left {
    text-align: center;
  }

  .content_box_info_photo_right {
    text-align: center;
  }
}

.content_box_main_title {
  width: 100%;
  height: auto;
  padding: 0 0 15px 0;
  margin: 0;
  position: relative;
  clear: both;
  display: table;
  font-size: 2.5em;
  line-height: 1.0em;
  font-family: 'Playfair Display', serif;
  color: #000000;
}

@media screen and (max-width: 1200px) {
  .content_box_main_title {
    font-size: 2.2em;
  }
}

@media screen and (max-width: 1080px) {
  .content_box_main_title {
    font-size: 2.0em;
  }
}

@media screen and (max-width: 767px) {
  .content_box_main_title {
    font-size: 2.2em;
  }
}

@media screen and (max-width: 560px) {
  .content_box_main_title {
    font-size: 2.0em;
  }
}

.content_box_content {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  position: relative;
  clear: both;
  display: table;
  font-size: 1.0em;
  line-height: 1.4em;
  color: #919191;
}

@media screen and (max-width: 1080px) {
  .content_box_content {
    font-size: 0.9em;
  }
}

.content_box_button {
  width: auto;
  height: auto;
  padding: 10px 25px;
  margin: 20px 0 0 0;
  color: #aa7f2e;
  border: 1px solid #aa7f2e;
  text-align: center;
  text-decoration: none;
  font-size: 1.0em;
  font-weight: 300;
  display: table;
  transition: all 0.3s ease-in-out;
}

@media screen and (max-width: 767px) {
  .content_box_button {
    margin: 20px auto 0 auto;
    text-align: center;
  }
}

.content_box_info_photo_left .content_box_button {
  float: right;
}

.content_box_info_photo_right .content_box_button {
  float: left;
}

@media screen and (max-width: 767px) {
  .content_box_info_photo_left .content_box_button {
    float: none;
  }

  .content_box_info_photo_right .content_box_button {
    float: none;
  }
}

.content_box_button:hover {
  color: #ffffff;
  border: 1px solid #aa7f2e;
  background-color: #aa7f2e;
}

/* PHOTO GALLERY */
.album_gallery,
.photo_gallery {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0 auto;
  position: relative;
  clear: both;
  display: grid;
  gap: 5px;
  grid-template-columns: repeat(3, 1fr);
}

@media screen and (max-width: 767px) {

  .album_gallery,
  .photo_gallery {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 440px) {

  .album_gallery,
  .photo_gallery {
    grid-template-columns: repeat(1, 1fr);
  }
}

.album_header_name {
  width: calc(100% - 20px - 2px);
  height: auto;
  padding: 10px 10px;
  margin: 0 auto 5px auto;
  position: relative;
  clear: both;
  background-color: #252525;
  color: #ffffff;
  text-align: center;
  font-size: 1.1em;
  text-transform: uppercase;
  font-family: "Font Awesome 6 Pro", "Noto Sans", sans-serif;
  line-height: 1em;
}

@media screen and (max-width: 767px) {
  .album_header_name {
    font-size: 1em;
  }
}

.album_header_name a,
.album_header_name a:visited {
  color: #ffffff;
  text-decoration: none;
}

.album_header_name a:hover,
.album_header_name a:visited:hover {
  color: #ffffff;
  text-decoration: underline;
}

.album_holder {
  width: 100%;
  height: auto;
  padding-bottom: 100%;
  position: relative;
  background-attachment: scroll;
  background-color: #eeeeee;
  background-repeat: no-repeat;
  background-size: cover !important;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

.album_title {
  background-color: rgba(0, 0, 0, 0.5);
  bottom: 0;
  color: #ffffff;
  font-family: "Noto Sans", sans-serif;
  height: 20px;
  left: 0;
  margin: 0 auto;
  padding: 5px 10px;
  font-size: 0.9em;
  position: absolute;
  right: 0;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  width: calc(100% - 20px);
}

.album_holder:hover .album_title {
  height: calc(100% - 10px);
}

.album_icon {
  color: #ffffff;
  display: none;
  font-size: 50px;
  height: auto;
  margin: 0 auto;
  padding: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  transition: opacity 0.6s ease-in-out;
  -moz-transition: opacity 0.6s ease-in-out;
  -o-transition: opacity 0.6s ease-in-out;
  -webkit-transition: opacity 0.6s ease-in-out;
  width: 100%;
  z-index: 3;
  font-family: "Font Awesome 6 Pro", sans-serif;
}

.album_holder:hover .album_icon {
  display: table;
  opacity: 1;
}

.album_button {
  clear: both;
  display: table;
  height: auto;
  margin: 0 auto;
  padding: 40px 0 20px 0;
  position: relative;
  text-align: center;
  width: auto;
}

.album_button a,
.album_button a:visited {
  border: 1px solid #afb374;
  color: #afb374;
  font-family: "Font Awesome 6 Pro", "Noto Sans", sans-serif;
  font-size: 1.2em;
  margin: 0 auto;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.album_button a:hover,
.album_button a:visited:hover {
  border: 1px solid #4e502e;
  color: #4e502e;
}

/* VIDEO GALLERY */
.video_gallery {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0 auto;
  position: relative;
  display: grid;
  gap: 5px;
  grid-template-columns: repeat(3, 1fr);
  background-color: #ffffff;
  clear: both;
}

@media screen and (max-width: 1080px) {
  .video_gallery {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 560px) {
  .video_gallery {
    grid-template-columns: repeat(1, 1fr);
  }
}

.video_gallery_holder {
  width: 100%;
  height: auto;
  padding-bottom: 56%;
  margin: 0;
  position: relative;
  display: table;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.video_icon {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  text-align: center;
}

.video_icon i {
  text-align: center;
  font-size: 5.0vw;
  color: #ffffff;
  transition: all 0.4s ease-in-out;
}

@media screen and (max-width: 1080px) {
  .video_icon i {
    font-size: 7.0vw;
  }
}

@media screen and (max-width: 560px) {
  .video_icon i {
    font-size: 14.0vw;
  }
}

.video_gallery_holder:hover i {
  color: #ff0000;
}

/* INSERTS */
.inserts {
  width: calc(100% - 40px);
  height: auto;
  padding: 60px 20px;
  margin: 10px auto 0 auto;
  position: relative;
  clear: both;
  display: table;
  overflow: hidden;
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover !important;
}

@media screen and (max-width: 767px) {
  .inserts {
    padding: 50px 20px;
  }
}

.insert_header {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 20px auto;
  position: relative;
  clear: both;
  display: table;
  color: #ffffff;
  font-family: "Playfair Display", sans-serif;
  font-size: 3.2em;
  font-weight: 300;
  text-align: center;
  line-height: 1em;
}

@media screen and (max-width: 1200px) {
  .insert_header {
    font-size: 3em;
  }
}

@media screen and (max-width: 1080px) {
  .insert_header {
    font-size: 2.8em;
  }
}

@media screen and (max-width: 767px) {
  .insert_header {
    font-size: 2.4em;
  }
}

@media screen and (max-width: 560px) {
  .insert_header {
    font-size: 2em;
  }
}

@media screen and (max-width: 440px) {
  .insert_header {
    font-size: 1.8em;
  }
}

.insert_description {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 20px auto;
  position: relative;
  display: table;
  clear: both;
  color: #ffffff;
  font-size: 1.1em;
  text-align: center;
  line-height: 1.4em;
}

@media screen and (max-width: 1080px) {
  .insert_description {
    font-size: 1em;
  }
}

@media screen and (max-width: 560px) {
  .insert_description {
    font-size: 0.9em;
  }
}

.insert_button {
  width: auto;
  height: auto;
  padding: 0;
  margin: 20px auto;
  position: relative;
  display: table;
  clear: both;
}

.insert_button a,
.insert_button a:visited {
  width: auto;
  height: auto;
  padding: 10px 25px;
  margin: 0 auto;
  position: relative;
  display: table;
  clear: both;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #ffffff;
  border-radius: 4px;
  color: #ffffff;
  font-weight: 300;
  font-size: 1em;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

@media screen and (max-width: 560px) {

  .insert_button a,
  .insert_button a:visited {
    padding: 10px 20px;
    font-size: 0.9em;
  }
}

.insert_button a:hover,
.insert_button a:visited:hover {
  background-color: rgba(0, 0, 0, 1);
  border: 2px solid #aa7f2e;
  color: #aa7f2e;
}

/* LOGO SLIDER */
.logo_slider {
  width: 100%;
  height: auto;
  padding: 10px 0;
  margin: 5px auto 0 auto;
  position: relative;
  background-color: #ffffff;
  display: table;
  clear: both;
  overflow: hidden;
}

/* MAP */
.mapouter {
  text-align: right;
  width: 100%;
  height: auto;
  padding: 0;
  margin: 10px auto 0 auto;
  position: relative;
  clear: both;
  overflow: hidden;
}

.gmap_canvas {
  background: none !important;
  overflow: hidden;
  width: 100%;
}

#gmap_canvas {
  padding: 0;
  margin: 0;
  display: table;
}

/* FOOTER */
.footer {
  clear: both;
  display: table;
  height: auto;
  margin: 10px auto 0 auto;
  padding-top: 50px;
  padding-right: 20px;
  padding-left: 20px;
  position: relative;
  width: calc(100% - 40px);
  overflow: hidden;
  background-color: #f1f1f1;
}

.footer_nowapp {
  padding: 10px 20px 20px 20px !important;
}

.footer_socials {
  display: table;
  height: auto;
  margin: 0 auto;
  padding: 0 0 30px 0;
  position: relative;
  text-align: center;
  white-space: nowrap;
  width: 100%;
  font-family: "Font Awesome 5 Pro", sans-serif;
}

.footer_socials i {
  width: 40px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  margin: 0 2px;
  border: 1px solid #aa7f2e;
  color: #aa7f2e;
  display: inline-block;
  font-size: 18px;
  text-align: center;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 767px) {
  .footer_socials i {
    width: 30px;
    height: 30px;
    margin: 0 1px;
    line-height: 30px;
    font-size: 14px;
  }
}

.footer_socials i:hover {
  background-color: #ffffff;
  color: #252525;
}

.footer_socials a {
  text-decoration: none;
}

.footer_addresses {
  width: 100%;
  height: auto;
  padding: 0 0 30px 0;
  margin: 0 auto;
  position: relative;
  clear: both;
  display: table;
}

@media only screen and (max-width: 767px) {
  .footer_addresses {
    padding: 0;
  }
}

.footer_address_holder {
  width: 50%;
  height: auto;
  padding: 0 50px 0 0;
  display: table-cell;
  vertical-align: middle;
  color: #323232;
  font-size: 1em;
  line-height: 1.2em;
}

@media only screen and (max-width: 767px) {
  .footer_address_holder {
    width: 100%;
    display: table;
    padding: 0 0 10px 0;
    position: relative;
    clear: both;
    font-size: 0.9em;
    text-align: center;
  }
}

.footer_address_header {
  font-size: 1.4em;
  font-weight: 600;
  padding: 0 0 6px 0;
  font-family: "Playfair Display", serif;
}

.footer_address_holder img {
  width: 60%;
  height: auto;
  display: table;
  text-align: right;
  float: right;
}

@media screen and (max-width: 1080px) {
  .footer_address_holder img {
    width: 80%;
  }
}

@media only screen and (max-width: 767px) {
  .footer_address_holder img {
    width: 60%;
    height: auto;
    padding: 0 0 20px 0;
    margin: 0 auto;
    display: table;
    text-align: center;
    float: none;
  }
}

@media only screen and (max-width: 560px) {
  .footer_address_holder img {
    width: 70%;
  }
}

@media only screen and (max-width: 440px) {
  .footer_address_holder img {
    width: 80%;
  }
}

.footer_address_info {
  width: 100%;
  height: auto;
  padding: 0 0 20px 0;
  margin: 0;
  position: relative;
  clear: both;
  display: table;
  font-weight: 400;
  font-size: 0.9em;
}

.privacy_policy {
  width: 100%;
  height: auto;
  padding: 0 0 30px 0;
  margin: 0 auto;
  position: relative;
  clear: both;
  text-align: center;
  display: table;
  color: #323232;
  font-size: 1.1em;
  font-weight: 500;
  line-height: 1em;
}

@media screen and (max-width: 560px) {
  .privacy_policy {
    font-size: 1em;
  }
}

.privacy_policy a,
.privacy_policy a:visited {
  color: #323232;
  text-decoration: none;
  padding: 0 15px;
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 560px) {

  .privacy_policy a,
  .privacy_policy a:visited {
    width: 100%;
    padding: 5px 0;
    clear: both;
    display: table;
  }
}

.privacy_policy a:hover,
.privacy_policy a:visited:hover {
  color: #000000;
}

.credentials {
  clear: both;
  color: #323232;
  display: table;
  font-size: 0.9em;
  font-weight: 500;
  height: auto;
  margin: 0 auto;
  padding: 0 0 5px 0;
  position: relative;
  text-align: center;
  width: 100%;
}

.credits {
  clear: both;
  color: #323232;
  display: table;
  font-size: 0.9em;
  font-weight: 500;
  height: auto;
  margin: 0 auto;
  padding: 0;
  position: relative;
  text-align: center;
  width: 100%;
}

.credits a,
.credits a:visited {
  color: #323232;
  text-decoration: none;
}

.credits a:hover,
.credits a:visited:hover {
  color: #000000;
  text-decoration: underline;
}

/* WHATSAPP BUTTON */
.whatsapp_button {
  width: auto;
  padding: 0;
  margin: 0;
  position: fixed;
  bottom: 15px;
  right: 15px;
  background-image: url("../images/wa_bg_filter.png");
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  z-index: 1005;
}

.whatsapp_button i {
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  transition: all 0.3s ease-in-out;
}

.whatsapp_popup {
  width: auto;
  white-space: nowrap;
  height: auto;
  padding: 5px 10px;
  margin: 0 0 5px 0;
  position: absolute;
  bottom: 100%;
  right: 0;
  z-index: 5;
  background-color: #ffffff;
  border: 2px solid #525252;
  border-radius: 6px 6px 0 6px;
  text-align: center;
  font-weight: 500;
  font-size: 0.9em;
  color: #525252;
  opacity: 0;
  animation: animateWhatsappPopup 1.5s ease-in-out 5s 1 forwards;
}

@keyframes animateWhatsappPopup {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.whatsapp_link:hover i {
  transform: scale(1.1, 1.1);
}

/* FORM STYLING */
.form_group {
  clear: both;
  display: table;
  height: auto;
  margin: 0 0 15px 0;
  padding: 0;
  position: relative;
  width: 100%;
}

.form_group_full {
  clear: both;
  display: table;
  height: auto;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
}

.form_group_left {
  clear: none;
  display: table;
  float: left;
  height: auto;
  margin: 0 2% 0 0;
  padding: 0;
  position: relative;
  width: 48%;
}

@media screen and (max-width: 560px) {
  .form_group_left {
    clear: both;
    float: none;
    margin: 0 0 15px;
    width: 100%;
  }
}

.form_group_right {
  clear: none;
  display: table;
  float: right;
  height: auto;
  margin: 0 0 0 2%;
  padding: 0;
  position: relative;
  width: 48%;
}

@media screen and (max-width: 560px) {
  .form_group_right {
    clear: both;
    float: none;
    margin: 0;
    width: 100%;
  }
}

.form_group_1_3 {
  clear: none;
  display: table;
  float: left;
  height: auto;
  margin: 0 2% 0 0;
  padding: 0;
  position: relative;
  width: calc(100% / 3 - 2%);
}

@media screen and (max-width: 560px) {
  .form_group_1_3 {
    margin: 0 0 25px 0;
    width: 100%;
  }
}

.form_group_2_3 {
  clear: none;
  display: table;
  float: left;
  height: auto;
  margin: 0 2% 0 2%;
  padding: 0;
  position: relative;
  width: calc(100% / 3 - 4%);
}

@media screen and (max-width: 560px) {
  .form_group_2_3 {
    margin: 0 0 25px 0;
    padding: 0;
    width: 100%;
  }
}

.form_group_3_3 {
  clear: none;
  display: table;
  float: right;
  height: auto;
  margin: 0 0 0 2%;
  padding: 0;
  position: relative;
  width: calc(100% / 3 - 2%);
}

@media screen and (max-width: 560px) {
  .form_group_3_3 {
    margin: 0 0 25px 0;
    width: 100%;
  }
}

.form_label {
  clear: both;
  display: table;
  height: auto;
  margin: 0;
  padding: 0 0 2px 0;
  position: relative;
  width: 100%;
}

.form_label label {
  color: #4d4d4d;
  font-family: "Roboto Flex", sans-serif;
  font-size: 1em;
  font-weight: 600;
}

label.error {
  color: #ff0000;
  font-size: 0.7em;
  font-weight: 500;
  position: relative;
  float: right;
  padding: 2px 0 0 0;
}

label.error:before {
  content: "\f06a";
  color: #ff0000;
  padding: 0 2px 0 0;
  font-family: "Font Awesome 6 Pro", sans-serif;
}

.form_field {
  clear: both;
  display: table;
  height: auto;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
}

.form_field input[type="text"],
.form_field input[type="number"] {
  background-color: #ffffff;
  border: 1px solid #c4c4c4;
  font-family: "Roboto Flex", sans-serif;
  height: 25px;
  margin: 0;
  outline: none;
  padding: 10px 20px;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  width: calc(100% - 40px - 2px);
}

.form_field input[type="text"]:hover,
.form_field input[type="text"]:focus {
  background-color: #f2f2f2;
  border: 1px solid #c4c4c4;
}

.form_field select {
  background-color: #ffffff;
  border: 1px solid #c4c4c4;
  font-family: "Roboto Flex", sans-serif;
  height: 47px;
  margin: 0;
  outline: none;
  padding: 10px 20px;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  width: 100%;
}

.form_field select:hover,
.form_field select:focus {
  background-color: #f2f2f2;
  border: 1px solid #c4c4c4;
}

.form_field textarea {
  background-color: #ffffff;
  border: 1px solid #c4c4c4;
  font-family: "Roboto Flex", sans-serif;
  height: 125px;
  margin: 0;
  outline: none;
  padding: 10px 20px;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  width: calc(100% - 40px - 2px);
}

.form_field textarea:hover,
.form_field textarea:focus {
  background-color: #f2f2f2;
  border: 1px solid #c4c4c4;
}

.form_group_full .enquire_btn {
  background-color: #ffffff;
  border: 1px solid #afb374;
  clear: none;
  color: #afb374;
  cursor: pointer;
  float: right;
  font-family: "Font Awesome 6 Pro", "Playfair Display", sans-serif;
  font-size: 1.5em;
  margin: 0;
  padding: 15px 30px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.form_group_full .enquire_btn:hover {
  border: 1px solid #4e502e;
  color: #4e502e;
}

.form_oneliner_label {
  display: table-cell;
  height: auto;
  padding: 0 2% 0 0;
  vertical-align: middle;
  width: 48%;
}

.form_oneliner_field {
  display: table-cell;
  height: auto;
  padding: 0 0 0 2%;
  vertical-align: middle;
  width: 48%;
}

.form_note {
  clear: both;
  color: #c4c4c4;
  display: table;
  font-size: 0.8em;
  height: auto;
  margin: 2px 0 0 0;
  padding: 0;
  position: relative;
  width: 100%;
}

.red_asterisk {
  color: red;
  font-size: 0.6em;
  vertical-align: super;
}

.red_asterisk:before {
  color: red;
  content: "\f069";
  font-family: "Font Awesome 6 Pro", sans-serif;
  font-size: 0.6em;
  vertical-align: super;
}

.hfield {
  display: none !important;
}

/* ADMIN DIV TOOLTIPS */
.admin-div:hover {
  filter: grayscale(100%);
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.4);
}

.admin-div:hover::before {
  position: absolute;
  background: #333;
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s;
  z-index: 50000;
}

.admin-div:hover::before {
  opacity: 1;
}

.admin-tooltip {
  width: calc(100% - 20px);
  height: auto;
  padding: 5px 10px;
  background-color: #00000050;
  color: #ffffff;
  text-align: center;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  font-family: "Noto Sans", sans-serif !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  text-transform: none !important;
  z-index: 50001;
}

.admin-div-bottom .admin-tooltip {
  top: auto;
  bottom: 0;
}

/* PRELOADER */
#preloader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}

#preloader img {
  width: 180px;
  height: auto;
  animation: pulse 1.2s infinite ease-in-out;
}

@media screen and (max-width: 1080px) {
  #preloader img {
    width: 160px;
  }
}

@media screen and (max-width: 767px) {
  #preloader img {
    width: 140px;
  }
}

@keyframes pulse {
  0% {
    transform: scale(0.8);
  }

  50% {
    transform: scale(1);
  }

  100% {
    transform: scale(0.8);
  }
}