@charset "UTF-8";
body.home .f-bottom-area {
  background-color: #2D292E;
}

.video-slider {
  position: relative;
}
.video-slider .overlay {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.1);
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-bottom: 200px;
}
@media (max-width: 1500px) {
  .video-slider .overlay {
    padding-bottom: 0;
  }
}
.video-slider .overlay .video-title {
  color: #FFFFFF;
  font-size: 52px;
  font-weight: 300;
  line-height: 60px;
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 1500px) {
  .video-slider .overlay .video-title {
    font-size: 42px;
    line-height: 50px;
    margin-bottom: 30px;
  }
}
.video-slider .overlay a {
  height: 50px;
  width: 347px;
  background-color: #705846;
  display: inline-flex;
  color: #FFFFFF;
  font-size: 16px;
  letter-spacing: 3px;
  font-weight: bold;
  line-height: 22px;
  align-items: center;
  justify-content: center;
  border-radius: 25px;
  text-decoration: none;
  box-shadow: -5px -15px 15px -8px #828282d9;
}

body {
  font-family: "Montserrat", sans-serif;
}

html {
  overflow-x: hidden;
}

.no-padding {
  padding: 0;
}

.full-height {
  height: 100%;
}

.mt-30 {
  margin-top: 25px;
}

.bg-brown {
  background-color: #383239;
}

.flex-direction {
  display: flex;
  align-items: center;
}

.reset-m {
  margin: 0 !important;
}

.fixed-menu {
  position: fixed;
  width: 100%;
  z-index: 99;
  top: unset;
}
.fixed-menu .default {
  width: 197px;
}
.fixed-menu .white-bg .default {
  display: none;
}
.fixed-menu .white-bg .sticky {
  display: block;
  width: 197px;
}
.fixed-menu .sticky {
  display: none;
}
.fixed-menu.white-bg .default {
  display: none;
}
.fixed-menu.white-bg .sticky {
  display: block;
  width: 197px;
}
.fixed-menu.white-bg {
  top: 0;
}

.fixed-menu.white-bg .top-area {
  box-shadow: -4px 5px 17px 0 rgba(0, 0, 0, 0.2);
}
.fixed-menu.white-bg .main-menu .menu-item.inquiry-item {
  height: 77px;
}
.fixed-menu.white-bg .main-menu .menu-item.inquiry-item a {
  color: #ffffff;
  /* color: #303030; */
}
.fixed-menu.white-bg .main-menu .menu-item.inquiry-item .icon-inquiry {
  font-size: 35px;
  height: 100%;
  display: flex;
  align-items: center;
}
.fixed-menu.white-bg .main-menu .menu-item a {
  color: #383239;
}
.fixed-menu .top-area {
  border-bottom: 2px solid rgba(255, 255, 255, 0.25);
  height: 75px;
  align-items: center;
}
.fixed-menu .top-area.white-bg {
  background-color: #ffffff;
  border-bottom: 0px solid rgba(255, 255, 255, 0.25);
}
.fixed-menu .top-area.white-bg .main-menu .menu-item.inquiry-item a {
  color: #ffffff;
  /* color: #303030; */
}
.fixed-menu .top-area.white-bg .main-menu .menu-item.inquiry-item .icon-inquiry {
  font-size: 35px;
  height: 100%;
  display: flex;
  align-items: center;
}
.fixed-menu .top-area.white-bg .main-menu .menu-item a {
  color: #383239;
}
.fixed-menu .main-menu {
  padding: 0;
  list-style: none;
  display: inline-flex;
  width: 100%;
  justify-content: flex-end;
  margin: 0;
  align-items: center;
  height: 100%;
}
.fixed-menu .main-menu .menu-item {
  margin-right: 40px;
}
.fixed-menu .main-menu .menu-item a {
  color: #FFFFFF;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 36px;
  text-transform: uppercase;
  text-decoration: none;
}
.fixed-menu .main-menu .favorite-item {
  position: relative;
}
.fixed-menu .main-menu .favorite-item span.pos {
  content: "1";
  background-color: #202020;
  border-radius: 25px;
  width: 15px;
  height: 15px;
  font-size: 10px;
  display: flex;
  align-items: center;
  top: -1px;
  right: -6px;
  justify-content: center;
  color: #ffffff;
  position: absolute;
}
.fixed-menu .main-menu .favorite-item a {
  font-size: 27px;
}
.fixed-menu .main-menu .inquiry-item {
  height: 100%;
  background-color: #202020;
  margin-right: 0;
  padding: 0px 34px;
}
.fixed-menu .main-menu .inquiry-item a {
  font-size: 16px;
  font-weight: bold;
  align-items: center;
  justify-content: center;
  display: inline-flex;
  height: 100%;
  color: #ffffff;
  letter-spacing: 3px;
}
.fixed-menu .main-menu .inquiry-item .icon-inquiry {
  font-size: 35px;
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  top: -3px;
}
.fixed-menu .favorites-box {
  height: 100vh;
  display: none;
  background-color: rgba(56, 50, 57, 0.35);
  position: absolute;
  width: 100%;
  z-index: 99;
  left: 0;
  top: 0;
  overflow: hidden;
}
.fixed-menu .favorites-box .items {
  background-color: #ffffff;
  width: 500px;
  position: absolute;
  right: 0;
  height: 100vh;
  overflow-y: scroll;
}
.fixed-menu .favorites-box .items .top-area {
  height: 75px;
  display: flex;
  padding-left: 20px;
  padding-right: 20px;
  border-bottom: 2px solid #EBEBEB;
}
.fixed-menu .favorites-box .items .top-area .favorites {
  color: #383239;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 36px;
  font-weight: 600;
  margin: 0;
  width: 100%;
  display: flex;
  align-items: center;
}
.fixed-menu .favorites-box .items .top-area .favorites .villas-counter {
  margin-left: 40px;
  font-weight: 600;
  font-size: 14px;
  color: #705846;
  letter-spacing: 1px;
  line-height: 36px;
}
.fixed-menu .favorites-box .items .top-area .close-favorites {
  font-size: 22px;
  display: inline-flex;
  justify-content: flex-end;
  width: 53%;
  cursor: pointer;
}
.fixed-menu .favorites-box .items .top-area .close-favorites i {
  cursor: pointer;
}

.page-template-homepage .searchform {
  top: -250px;
}

.searchform {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}
.searchform.sticky {
  max-width: 100%;
  width: 100%;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}
.searchform.sticky .absPos {
  box-shadow: -4px 12px 17px 0 rgba(0, 0, 0, 0.2);
  position: fixed;
  top: 76px;
  z-index: 99999;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}

.searchform {
  height: 80px;
  margin: 0 auto;
  position: relative;
}
.searchform .select2-container--default .select2-selection--single {
  background: transparent;
}
.searchform form {
  width: 100%;
}
.searchform .absPos {
  position: absolute;
  top: -40px;
  width: 100%;
  box-shadow: 0 11px 17px -9px grey;
}
.searchform .search-box {
  width: 22.546%;
  height: 80px;
  display: flex;
  float: left;
  cursor: pointer;
  border-right: 2px solid #F1F1F1;
  bottom: -40px;
  background: #ffffff;
  z-index: 9;
}
.searchform .search-box.guests {
  width: 23.246%;
}
.searchform .search-box.category {
  background-color: #F8F5F4;
  width: 24.364%;
}
.searchform .search-box.category .select2-container .select2-selection .select2-selection__rendered {
  color: #ffffff;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}
.searchform .search-box .icon {
  width: 20%;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
}
.searchform .search-box .icon i {
  color: #525252;
  font-size: 34px;
}
.searchform .search-box .select-area {
  width: 70%;
  float: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.searchform .search-box .select-area .search-title {
  color: #202020;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 3px;
  line-height: 22px;
  margin: 0;
  cursor: pointer;
}
.searchform .search-box .select-area .search-title.blue {
  /* color: #1EB7C1; */
  color: #0B5860;
}
.searchform .search-box .select-area .select2-container--default .select2-selection--single {
  border: 0;
  outline: 0;
}
.searchform .search-box .select-area .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #ffffff;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
  padding: 0;
}
.searchform .search-box .select-arrow {
  width: 10%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  padding-right: 15px;
}
.searchform .search-box .select-arrow .icon-arrow-down, .searchform .search-box .select-arrow .icon-arrow-up {
  font-size: 40px;
  height: 100%;
  display: flex;
  align-items: center;
  color: #ffffff;
  padding-bottom: 5px;
}
.searchform .search-box .area-text {
  color: #525252;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
  cursor: pointer;
}
.searchform .search-box .area-text.active {
  color: #383239;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
  cursor: pointer;
}
.searchform .search-box .box-opened {
  display: none;
  position: absolute;
  height: 55px;
  background-color: #ffffff;
  bottom: 80px;
  width: 263px;
}
.searchform .search-box .box-opened .inputs {
  height: 58px;
  padding-left: 23px;
  padding-right: 23px;
  align-items: center;
  display: flex;
  margin: 0;
}
.searchform .search-box .box-opened .inputs .title {
  color: #ffffff;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
  margin: 0;
  width: 50%;
}
.searchform .search-box .box-opened .inputs .numbers {
  width: 50%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.searchform .search-box .box-opened .inputs .numbers .value-items {
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  font-size: 18px;
}
.searchform .search-box .box-opened .inputs .numbers .small-btn {
  width: 32px;
  height: 32px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  color: #ffffff;
  text-align: center;
  float: left;
}
.searchform .search-box .box-opened .inputs .numbers .small-btn:hover, .searchform .search-box .box-opened .inputs .numbers .small-btn:focus, .searchform .search-box .box-opened .inputs .numbers .small-btn:active {
  border: 1px solid #202020;
  border-radius: 50%;
}
.searchform .search-box .box-opened .inputs .numbers .small-btn:hover i, .searchform .search-box .box-opened .inputs .numbers .small-btn:focus i, .searchform .search-box .box-opened .inputs .numbers .small-btn:active i {
  color: #202020;
}
.searchform .search-box .box-opened .inputs .numbers .small-btn i {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  cursor: pointer;
  font-size: 22px;
}
.searchform .search-box .default-val {
  color: #525252;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}
.searchform .search-box .default-val.active {
  color: #383239;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
  cursor: pointer;
}
.searchform .box-results {
  width: 22.446%;
  position: absolute;
  bottom: 80px;
  background: #ffffff;
  height: 280px;
  overflow-y: hidden;
  z-index: 9;
  display: none;
}
.searchform .box-results .search {
  width: 100%;
  position: relative;
  padding: 7px 7px;
}
.searchform .box-results .search input {
  width: 100%;
  border: 1px solid #D0D0D0;
  background-color: #F4F4F4;
  height: 45px;
  outline: 0;
  border-radius: 4px;
  color: #272727;
  font-size: 14px;
  font-weight: 400;
  line-height: 56px;
  padding: 0 15px;
}
.searchform .box-results .search input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #ACACAC;
  font-weight: 300;
}
.searchform .box-results .search input::-moz-placeholder {
  /* Firefox 19+ */
  color: #ACACAC;
  font-weight: 300;
}
.searchform .box-results .search input:-ms-input-placeholder {
  /* IE 10+ */
  color: #ACACAC;
  font-weight: 300;
}
.searchform .box-results .search input:-moz-placeholder {
  /* Firefox 18- */
  color: #ACACAC;
  font-weight: 300;
}
.searchform .box-results .search span {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  display: flex;
  align-items: center;
  padding-right: 20px;
  font-size: 20px;
}
.searchform .box-results .selectable-item {
  color: #383239;
  font-size: 16px;
  font-weight: 400;
  line-height: 56px;
  padding-left: 20px;
  margin: 0;
}
.searchform .box-results .selectable-item.active {
  background-color: #EAE6E3;
}
.searchform .box-results .selectable-item:hover {
  background-color: #EAE6E3;
}
.searchform .box-results .scroll-bar {
  height: 220px;
  overflow-y: scroll;
  width: 97%;
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.searchform .box-results .scroll-bar::-webkit-scrollbar {
  width: 10px;
}
.searchform .box-results .scroll-bar::-webkit-scrollbar-track {
  box-shadow: inset 0px 0px 2px 0px grey;
  border-radius: 10px;
}
.searchform .box-results .scroll-bar::-webkit-scrollbar-thumb {
  background: #968474;
  border-radius: 10px;
}
.searchform .box-results .scroll-bar::-webkit-scrollbar-thumb:hover {
  background: #968474;
}
.searchform .search-btn {
  width: 7.274%;
  float: left;
  background-color: #705846;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9;
  outline: 0;
}
.searchform .search-btn::selected {
  color: #705846;
}
.searchform .search-btn:after {
  position: absolute;
  content: "";
  color: #ffffff;
  font-size: 19px;
  font-family: IcoFont !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  line-height: 1;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}
.searchform .search-btn .submit-form {
  background: transparent;
  border: 0;
  color: transparent;
  height: 100%;
  padding: 0;
  width: 100%;
  z-index: 9;
  outline: 0;
  cursor: pointer;
}

.villas-load .searchform .box-results {
  width: 22.437%;
  top: 70px;
  bottom: initial;
}
.villas-load .searchform .box-results.category {
  width: 24.4%;
}

.select2-dropdown.select2-dropdown--above, .select2-dropdown.select2-dropdown--below {
  width: 256px !important;
  left: -51px !important;
  top: -36px !important;
  border: transparent;
}

body .select2-container--villas-select .select2-dropdown.select2-dropdown--above, body.select2-container--villas-select.select2-dropdown.select2-dropdown--below {
  width: 279px !important;
  left: -57px !important;
}

.select2-dropdown.select2-dropdown--below {
  top: 15px !important;
}

.page-template-villas-page .select2-dropdown.select2-dropdown--below {
  top: 10px !important;
  width: 315px !important;
  left: -63px !important;
}

body .select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #202020;
}

body .select2-results__options::-webkit-scrollbar {
  width: 4px;
}

body .select2-results__options::-webkit-scrollbar-track {
  -webkit-box-shadow: unset;
}

body .select2-results__options::-webkit-scrollbar-thumb {
  background-color: #202020;
  outline: 1px solid #202020;
}

body .select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #202020;
  outline: 0;
}

body .select2-selection__arrow {
  display: none;
}

.select2-container.select2-container--villas-select .select2-results__option--highlighted[aria-selected] {
  background-color: #1EB7C1;
  color: #ffffff;
}

body .select2-container--villas-select .select2-search--dropdown .select2-search__field {
  border: 1px solid #1EB7C1;
  outline: 0;
}

body .select2-container .select2-selection--single {
  outline: 0;
}

body .select2-container .select2-selection--single .select2-selection__rendered {
  padding: 0;
}

.inputs .title::selection, .inputs .value-items::selection {
  background: transparent;
}

.inputs .title::-moz-selection, .inputs .value-items::-moz-selection {
  background: transparent;
}

body .select2-container--villas-select .select2-dropdown.select2-dropdown--above {
  width: 280px !important;
  left: -57px !important;
}

.section-title {
  color: #202020;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 3px;
  line-height: 22px;
  margin-bottom: 16px;
  display: block;
}

.main-title {
  color: #383239;
  font-size: 47px;
  letter-spacing: 1px;
  line-height: 46px;
  margin-bottom: 81px;
  display: block;
}

.about-us-hm {
  padding: 90px 60px 0px 60px;
}
.about-us-hm .content-area {
  color: #272727;
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
  margin-top: 30px;
  width: 90%;
  float: left;
}
.about-us-hm .bottom-content {
  margin-top: 26px;
}
.about-us-hm .bottom-content p {
  color: #272727;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
  width: 90%;
  margin-bottom: 7px;
}
.about-us-hm .more-btn {
  margin-top: 50px;
}
.about-us-hm .more-btn .about-us-more {
  color: #383239;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 3px;
  line-height: 22px;
  text-decoration: none;
}
.about-us-hm .more-btn .about-us-more i {
  color: #383239;
  font-size: 30px;
  font-weight: bold;
  position: relative;
  top: 8px;
}
.about-us-hm .hor {
  -webkit-transform: rotate(270deg);
  position: absolute;
  left: -132px;
  bottom: 25.3%;
  color: #ffffff;
}

.pos-relative {
  position: relative;
}

.testimonail-section {
  padding: 80px 60px;
}
.testimonail-section .testimonial-title {
  color: #383239;
  font-size: 32px;
  line-height: 46px;
  margin-bottom: 41px;
}
.testimonail-section p.description {
  color: #705846;
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
  line-height: 26px;
  width: 92%;
  position: relative;
}
.testimonail-section p.description .pos-absolute {
  position: absolute;
  top: -20px;
  left: -10px;
  z-index: -1;
}
.testimonail-section .happy-travelers {
  display: block;
  color: #705846;
  font-size: 14px;
  font-weight: bold;
  line-height: 26px;
  font-style: normal;
}
.testimonail-section .center-action {
  background-color: #705846;
  width: 350px;
  height: 50px;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 3px;
  line-height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  border-radius: 25px;
  text-decoration: none;
  text-transform: uppercase;
  margin-top: 40px;
}

.inspiration-section.single {
  padding-top: 60px;
}
.inspiration-section.single .main-title {
  margin-bottom: 30px;
}
.inspiration-section .actions {
  padding-bottom: 45px;
  overflow: hidden;
  position: relative;
}
.inspiration-section .actions .tabs {
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  text-decoration: none;
  margin-right: 35px;
}
.inspiration-section .actions .tabs i {
  padding: 10px 0;
  margin: auto;
  font-size: 30px;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}
.inspiration-section .actions .tabs.active {
  border-bottom: 2px solid #202020;
}

.slider-actions {
  height: 53vh;
  background-color: #383239;
  align-items: center;
  width: 26.3%;
  display: flex;
  justify-content: center;
  padding-right: 105px;
  flex-direction: column;
}
.slider-actions.single {
  background-color: #EAE6E3;
}
.slider-actions.single .arrow a.inactive {
  border: 3px solid rgba(56, 50, 57, 0.25);
}
.slider-actions.single .arrow a.inactive i {
  color: rgba(56, 50, 57, 0.25);
  font-size: 42px;
  font-weight: bold;
}
.slider-actions.single .numbers .total {
  color: rgba(56, 50, 57, 0.25);
}
.slider-actions .arrow {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  text-align: right;
  align-items: flex-end;
  width: 100%;
  margin-bottom: 65px;
  margin-top: 65px;
}
.slider-actions .arrow a {
  width: 60px;
  height: 60px;
  border: 3px solid #202020;
  border-radius: 50%;
  display: block;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}
.slider-actions .arrow a.inactive {
  border: 3px solid rgba(255, 255, 255, 0.25);
  font-size: 48px;
  font-weight: 600;
}
.slider-actions .arrow a.inactive i {
  color: rgba(255, 255, 255, 0.25);
  font-size: 58px;
  font-weight: 600;
}
.slider-actions .arrow a.inactive:hover, .slider-actions .arrow a.inactive:active, .slider-actions .arrow a.inactive:focus {
  border: 3px solid #202020;
}
.slider-actions .arrow a.inactive:hover i, .slider-actions .arrow a.inactive:active i, .slider-actions .arrow a.inactive:focus i {
  color: #202020;
}
.slider-actions .arrow a i {
  color: #202020;
}
.slider-actions .numbers {
  display: flex;
  justify-content: flex-end;
  text-align: right;
  align-items: flex-end;
  width: 100%;
}
.slider-actions .numbers .current {
  /* color: #202020; */
  color: #ffffff;
  font-size: 47px;
  line-height: 100%;
  font-weight: 500;
}
.slider-actions .numbers .total {
  /* color: rgba(255, 255, 255, 0.25); */
  color: #ffffff;
  font-size: 20px;
  line-height: 100%;
  display: flex;
  align-items: flex-start;
  height: 86%;
  font-style: normal;
  font-weight: 500;
}

.c-slider {
  height: 53vh;
  width: 73.7%;
  align-items: center;
  display: flex;
}
.c-slider .c-slider-relative {
  position: relative;
  left: -5%;
  top: 2%;
  overflow: hidden;
}
.c-slider .c-slider-relative .box {
  border-top: 4px solid #705846;
  width: 280px;
  background-color: #ffffff;
  float: left;
  margin-right: 5%;
}
.c-slider .c-slider-relative .box.right-bottom {
  box-shadow: 5px 5px 15px -5px grey;
}
.c-slider .c-slider-relative .box .favorite.home-slider {
  position: absolute;
  top: 5px;
  right: 10px;
}
.c-slider .c-slider-relative .box .favorite.home-slider .icon-favorites, .c-slider .c-slider-relative .box .favorite.home-slider .icon-favorites-selected {
  font-size: 27px;
  color: #ffffff;
}
.c-slider .c-slider-relative .box i {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #383239;
  font-size: 27px;
}
.c-slider .c-slider-relative .box .bottom-area {
  padding: 20px 20px;
  float: left;
  width: 100%;
}
.c-slider .c-slider-relative .box .bottom-area .title {
  color: #272727;
  font-size: 20px;
  line-height: 22px;
  margin-bottom: 0;
}
.c-slider .c-slider-relative .box .bottom-area .sub-title {
  color: #202020;
  font-size: 14px;
  line-height: 22px;
}
.c-slider .c-slider-relative .box .bottom-area .details {
  padding: 10px 0px;
  color: #272727;
  font-size: 12px;
  line-height: 22px;
  float: left;
  width: 100%;
}
.c-slider .c-slider-relative .box .bottom-area .details .item {
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  width: auto;
  float: left;
  display: inline-flex;
  align-items: center;
  height: 100%;
}
.c-slider .c-slider-relative .box .bottom-area .details .item:first-child {
  padding-left: 0;
}
.c-slider .c-slider-relative .box .bottom-area .details .item:last-child {
  padding-right: 0;
}
.c-slider .c-slider-relative .box .bottom-area .details .item em {
  color: #272727;
  font-size: 12px;
  line-height: 22px;
  font-style: normal;
}
.c-slider .c-slider-relative .box .bottom-area .details .item sup {
  color: #272727;
  font-size: 9px;
  line-height: 22px;
}
.c-slider .c-slider-relative .box .bottom-area .details .item i {
  color: #272727;
  font-size: 12px;
  line-height: 22px;
}
.c-slider .c-slider-relative .box .bottom-area .details .item i.icon-plan, .c-slider .c-slider-relative .box .bottom-area .details .item i.icon-guests, .c-slider .c-slider-relative .box .bottom-area .details .item i.icon-bedrooms, .c-slider .c-slider-relative .box .bottom-area .details .item i.icon-bathrooms {
  position: static;
  font-size: 22px;
}
.c-slider .c-slider-relative .box .bottom-area .line {
  padding: 0px 0px 10px 0px;
  float: left;
  width: 100%;
}
.c-slider .c-slider-relative .box .bottom-area .line hr {
  border-top: 1px solid #EBEDEE;
  margin: 0;
}
.c-slider .c-slider-relative .box .bottom-area .price-box {
  float: left;
  width: 100%;
}
.c-slider .c-slider-relative .box .bottom-area .price-box .title {
  color: #272727;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
}
.c-slider .c-slider-relative .box .bottom-area .price-box .price {
  margin-top: 5px;
  float: left;
  width: 100%;
  color: #202020;
  font-size: 32px;
  font-weight: 600;
  line-height: 22px;
}
.c-slider .c-slider-relative .box .bottom-area .price-box .price sup {
  top: -1.2em;
  font-size: 12px;
  color: #383239;
  font-weight: 400;
}
.c-slider .c-slider-relative .box .bottom-area .price-box .price.uppon {
  min-height: 45px;
  display: flex;
  align-items: center;
  font-size: 25px;
}
.c-slider .c-slider-relative .item {
  position: relative;
  float: left;
}
.c-slider .c-slider-relative .item i {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #ffffff;
  font-size: 27px;
}
.c-slider .owl-carousel .owl-stage {
  height: 367px;
}
.c-slider .owl-carousel .owl-stage-outer {
  overflow: visible;
}
.c-slider .owl-carousel .owl-nav {
  display: none;
}
.c-slider .owl-carousel.owl-loaded {
  display: flex;
}

.loader-custom {
  position: absolute;
  width: 79%;
  height: 53vh;
  text-align: center;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 999999;
  font-size: 62px;
  background-color: #383239;
  color: #ffffff;
  flex-direction: column;
  right: 0;
  animation: 2s linear 0s normal none infinite spin;
}

.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}

.lds-ellipsis div {
  position: absolute;
  top: 27px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #fff;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
  left: 6px;
  animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
  left: 6px;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
  left: 26px;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
  left: 45px;
  animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
.slider-most-visited {
  display: none;
}

.tags-section {
  padding-top: 120px;
}

.villas-tags .villa-image {
  width: 100%;
}
.villas-tags .villa-link {
  position: relative;
  display: block;
  float: left;
  width: 100%;
}
.villas-tags .villa-tag-name {
  position: absolute;
  color: #FFFFFF;
  font-size: 36px;
  line-height: 38px;
  bottom: 20px;
  display: block;
  padding: 0px 30px;
}

.owl-destinations .previous {
  display: flex;
  height: 100%;
  position: absolute;
  width: 20%;
  justify-content: center;
  flex-direction: column;
  padding-left: 30px;
  background-color: #0000005e;
}
.owl-destinations .previous .title {
  opacity: 0.3;
  color: #FFFFFF;
  font-size: 52px;
  display: block;
  font-weight: 500;
}
.owl-destinations .previous .line {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  display: block;
  margin-top: 40px;
  width: 20%;
}
.owl-destinations .center {
  text-align: center;
  display: flex;
  position: absolute;
  width: 60%;
  height: 100%;
  justify-content: center;
  left: 20%;
  flex-direction: column;
  background-color: #0000005e;
}
.owl-destinations .center .main-title {
  color: #ffffff;
  margin-bottom: 70px;
}
.owl-destinations .next {
  display: flex;
  height: 100%;
  position: absolute;
  right: 0%;
  width: 20%;
  justify-content: center;
  align-items: flex-end;
  flex-direction: column;
  background-color: #0000005e;
  padding-right: 30px;
}
.owl-destinations .next .title {
  opacity: 0.3;
  color: #FFFFFF;
  font-size: 52px;
  display: block;
  font-weight: 500;
}
.owl-destinations .next .line {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  display: block;
  margin-top: 40px;
  width: 20%;
}
.owl-destinations .action {
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 3px;
  line-height: 22px;
  margin-top: 20px;
  text-decoration: none;
}
.owl-destinations .action:hover, .owl-destinations .action:focus, .owl-destinations .action:active {
  color: #ffffff;
}
.owl-destinations .owl-nav {
  display: none;
}
.owl-destinations .center-action {
  background-color: #705846;
  width: 270px;
  height: 50px;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 3px;
  line-height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  border-radius: 25px;
  text-decoration: none;
}

.hv {
  position: relative;
  overflow: hidden;
}

.services-section {
  padding: 90px 60px 0px 60px;
}
.services-section .main-title {
  display: inline-flex;
  margin-bottom: 60px;
}
.services-section .view-all {
  height: 46px;
  float: right;
  display: inline-flex;
  align-items: flex-end;
  justify-content: flex-end;
  color: #383239;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 3px;
  line-height: 22px;
  text-decoration: none;
}
.services-section .view-all i {
  color: #383239;
  font-size: 30px;
  font-weight: bold;
  position: relative;
  top: 4px;
}
.services-section .service-title {
  color: #FFFFFF;
  font-size: 36px;
  line-height: 38px;
  padding-left: 40px;
  position: absolute;
  bottom: 40px;
  z-index: 9;
  font-weight: 600;
}
.services-section .service-title .content {
  font-size: 14px;
  line-height: 100%;
  margin-top: 20px;
  display: none;
  width: 70%;
  line-height: 18px;
  font-weight: 400;
}
.services-section .images {
  width: 100%;
}
.services-section .overflow {
  overflow: hidden;
  position: relative;
  display: block;
}
.services-section .overlay {
  position: absolute;
  width: 100%;
  left: 0;
  height: 100%;
  top: 0;
  display: none;
  overflow: hidden;
  z-index: 1;
  background-color: rgba(223, 161, 115, 0.3);
}

.travel-section {
  padding: 90px 60px 0px 60px;
}
.travel-section.single {
  width: 100%;
  float: left;
  padding: 0;
}
.travel-section.single .travel-title {
  font-size: 28px;
  line-height: 32px;
}
.travel-section.single .background-brown {
  padding-top: 30px;
  padding-bottom: 30px;
}
.travel-section.single .call-action {
  font-size: 28px;
  line-height: 42px;
}
.travel-section.single .btn-action {
  margin-top: 30px;
  font-size: 14px;
  letter-spacing: 3px;
  line-height: 22px;
}
.travel-section .background-brown {
  padding-top: 60px;
  background-color: #383239;
  padding-bottom: 60px;
}
.travel-section .travel-title {
  font-size: 36px;
  line-height: 42px;
  text-align: center;
  color: #ffffff;
}
.travel-section .description {
  font-size: 14px;
  color: #ffffff;
  line-height: 18px;
  width: 55%;
  text-align: center;
  margin: 0 auto;
  margin-top: 40px;
}
.travel-section .call-action {
  display: block;
  margin-top: 30px;
  color: #ecb58d;
  font-size: 36px;
  line-height: 42px;
  text-align: center;
}
.travel-section .btn-action {
  width: 314px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ECB58D;
  /* color: #FFFFFF; */
  color: #303030;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 3px;
  line-height: 22px;
  height: 50px;
  text-decoration: none;
  border-radius: 25px;
  margin-top: 50px;
  box-shadow: 5px 5px 16px #1d191d;
}

.footer-icons {
  margin-top: 120px;
  background: #f8f5f4;
  padding: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer_icon {
  padding: 10px 20px;
}
.footer_icon.google-icon a img {
  max-width: 80%;
}
.footer_icon.tourism-icon img {
  max-width: 80%;
}
.footer_icon.cannes-icon {

}
.footer_icon.traveler-icon img{
  max-width: 90%;
}

.footer-section {
  /*margin-top: 120px;*/
  padding: 120px 15px;
}
.footer-section .footer-menu {
  text-align: center;
}
.footer-section .footer-menu ul {
  padding: 0;
  list-style: none;
  display: inline-block;
  margin: 0;
}
.footer-section .footer-menu .separator {
  padding-left: 10px;
  padding-right: 10px;
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  letter-spacing: 3px;
  line-height: 22px;
}
.footer-section .footer-menu .menu-item {
  display: inline-block;
}
.footer-section .footer-menu .menu-item a {
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  letter-spacing: 3px;
  line-height: 22px;
  text-transform: uppercase;
  text-decoration: none;
}
.footer-section .stay-close {
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
  letter-spacing: 3px;
  line-height: 22px;
  text-align: center;
  width: 100%;
  display: block;
  margin: 0 0 30px 0;
}
.footer-section .footer-logo a {
  display: block;
  margin-left: 0;
}
.footer-section .footer-logo a img {
  max-width: 228px;
}
.footer-section .footer-logo .address {
  color: #ffffff;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  text-align: center;
  margin-top: 27px;
}
.footer-section .footer-logo .address a {
  display: inline;
  color: #ffffff;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  text-align: center;
  text-decoration: none;
}
.footer-section .bottom-area {
  padding: 40px 60px 0px 60px;
}
.footer-section .bottom-area .icon {
  width: auto;
  float: left;
}
.footer-section .bottom-area .icon:first-child {
  margin-right: 19px;
}
.footer-section .bottom-area .eot-number {
  display: flex;
  float: left;
  width: 75%;
  text-align: center;
  height: 70%;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.footer-section .bottom-area .eot-number .title {
  color: #ffffff;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  margin: 0;
}
.footer-section .bottom-area .eot-number .number {
  color: #ffffff;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  width: 75%;
  text-indent: -7px;
}

.flex-container a {
  height: 56vh;
  background-repeat: no-repeat !important;
}

.social-menu {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0;
}
.social-menu .social-item {
  display: inline-block;
  margin-right: 25px;
}
.social-menu .social-item .social-link {
  text-decoration: none;
}
.social-menu .social-item .social-link i {
  color: #ffffff;
  font-size: 40px;
}

.f-bottom-area {
  background-color: #2D292E;
}
.f-bottom-area .c-bottom-area {
  padding: 0 60px 0px 60px;
  height: 70px;
}
.f-bottom-area .terms-section {
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 300;
  line-height: 30px;
  margin: 0;
  display: inline-block;
  margin-right: 5px;
}

.c-bottom-area .main-menu {
  padding: 0;
  list-style: none;
  margin: 0;
  display: flex;
  align-items: center;
}
.c-bottom-area .main-menu .separator {
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 300;
  line-height: 30px;
  padding-left: 10px;
  padding-right: 10px;
}
.c-bottom-area .main-menu .menu-item {
  display: inline-block;
}
.c-bottom-area .main-menu .menu-item a {
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 300;
  line-height: 30px;
  text-decoration: none;
}
.c-bottom-area .main-menu .menu-item p {
  display: none;
}
.c-bottom-area .dev-des {
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 300;
  line-height: 30px;
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: flex-end;
}
.c-bottom-area .dev-des a, .c-bottom-area .dev-des strong {
  color: #FFFFFF;
  font-size: 12px;
  line-height: 30px;
  text-decoration: none;
  font-weight: bold;
  margin-left: 2px;
}

.villa-top-area {
  border-bottom: 4px solid #383239;
  height: 100vh;
  overflow: hidden;
}
.villa-top-area .villa-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0%;
  background: rgba(0, 0, 0, 0.1);
}
.villa-top-area .villas-row {
  height: 83%;
  flex-direction: column;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
  position: relative;
  top: 17%;
}
.villa-top-area .villas-row .villa-district {
  color: #FFFFFF;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 3px;
  line-height: 22px;
  text-transform: uppercase;
}
.villa-top-area .villas-row .villa-title {
  color: #FFFFFF;
  font-size: 52px;
  font-weight: 400;
  line-height: 60px;
}
.villa-top-area .photos-video-section {
  position: absolute;
  width: 100%;
  bottom: 0;
}
.villa-top-area .photos-video-section .icon-photo {
  font-size: 32px;
}
.villa-top-area .photos-video-section .icon-arrow-up, .villa-top-area .photos-video-section .icon-arrow-down {
  font-size: 34px;
}
.villa-top-area .photos-video-section .box {
  height: 53px;
  display: flex;
  align-items: center;
  color: #ffffff;
  padding: 5px 5px;
  cursor: pointer;
}
.villa-top-area .photos-video-section .box.active {
  background-color: #383239;
}
.villa-top-area .photos-video-section .box.disabled {
  opacity: 0.4;
  pointer-events: none;
}
.villa-top-area .photos-video-section .box .camera {
  font-size: 32px;
  margin-right: 10px;
}
.villa-top-area .photos-video-section .box .video {
  font-size: 32px;
  margin-right: 10px;
}
.villa-top-area .photos-video-section .box .text {
  font-size: 12px;
  letter-spacing: 3px;
  line-height: 22px;
  font-weight: 600;
  width: 100%;
  margin-right: 0;
  text-align: center;
}
.villa-top-area .photos-video-section .box .arrow {
  position: absolute;
  right: 0;
  font-weight: bold;
  margin-right: 10px;
}
.villa-top-area .photos-video-section .videos {
  display: none;
  height: 159px;
  border-top: 4px solid #383239;
  overflow: hidden;
}
.villa-top-area .photos-video-section .photos {
  height: 159px;
  border-top: 4px solid #383239;
  overflow: hidden;
}
.villa-top-area .photos-video-section .photos .item img {
  width: 269px;
  filter: brightness(0.7);
}
.villa-top-area .photos-video-section .photos .item img:hover, .villa-top-area .photos-video-section .photos .item img:focus, .villa-top-area .photos-video-section .photos .item img:active {
  filter: brightness(1);
}
.villa-top-area .photos-video-section .photos .item em {
  font-style: normal;
}
.villa-top-area .actions {
  position: absolute;
  width: 100%;
  height: 159px;
}
.villa-top-area .actions .previous, .villa-top-area .actions .next {
  width: 7%;
  height: 100%;
  position: absolute;
  z-index: 9;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding-left: 35px;
}
.villa-top-area .actions .next {
  right: 0;
  align-items: flex-end;
  padding-left: 0;
  padding-right: 35px;
}
.villa-top-area .actions .line {
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  display: block;
  margin-top: 40px;
  width: 50%;
}
.villa-top-area .actions .action {
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 3px;
  line-height: 22px;
  margin-top: 20px;
  text-decoration: none;
}

.lb-dataContainer .lb-data .lb-number {
  display: none !important;
}

.tools-booking .align-end {
  display: flex;
  justify-content: flex-end;
}
.tools-booking .align-end .favorite, .tools-booking .align-end .share, .tools-booking .align-end .pdf {
  text-decoration: none;
}
.tools-booking .align-end .heart-icon, .tools-booking .align-end .social-icon, .tools-booking .align-end .pdf-icon {
  color: #ffffff;
  font-size: 40px;
  width: 90px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tools-booking .align-end .pdf-icon {
  font-size: 45px;
}
.tools-booking .booking-btn {
  height: 80px;
  width: 301px;
  background-color: #705846;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 3px;
  line-height: 36px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.breadCrumbs {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  padding: 0;
  margin-bottom: 33px;
  list-style: none;
}
.breadCrumbs .separator {
  display: inline-flex;
  color: #202020;
  font-size: 14px;
  line-height: 22px;
  padding-left: 10px;
  padding-right: 10px;
}
.breadCrumbs .breadcrumbs-item {
  display: inline-flex;
  color: #ffffff;
  font-size: 14px;
  line-height: 22px;
}
.breadCrumbs .breadcrumbs-item.active {
  color: #705846;
}
.breadCrumbs .breadcrumbs-item .breadcrumb-link {
  text-decoration: none;
  display: inline-flex;
  /* color: #ffffff; */
  color: #202020;
  font-size: 14px;
  line-height: 22px;
}
.breadCrumbs .breadcrumbs-item .breadcrumb-link:hover, .breadCrumbs .breadcrumbs-item .breadcrumb-link:focus, .breadCrumbs .breadcrumbs-item .breadcrumb-link:active {
  color: #202020;
}

.main-section .price-box {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 100%;
}
.main-section .villa-district {
  color: #202020;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 3px;
  line-height: 22px;
  text-transform: uppercase;
}
.main-section .villa-title {
  color: #383239;
  font-size: 47px;
  letter-spacing: 1px;
  line-height: 46px;
  font-weight: 600;
  margin-top: 13px;
}
.main-section .details {
  display: inline-flex;
}
.main-section .details .item {
  display: inline-flex;
  width: 100px;
  justify-content: center;
}
.main-section .details .item em, .main-section .details .item span {
  color: #383239;
  font-size: 22px;
  font-weight: 300;
  line-height: 41px;
}
.main-section .details .item i {
  font-size: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 5px;
}
.main-section .price-box .title {
  margin-top: 40px;
  color: #383239;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  display: flex;
  margin-bottom: 10px;
}
.main-section .price-box .price {
  color: #202020;
  font-size: 32px;
  font-weight: 600;
  line-height: 22px;
  margin-bottom: 25px;
  display: block;
}
.main-section .price-box .price sup {
  top: -1.2em;
  font-size: 12px;
  color: #383239;
  font-weight: 400;
}
.main-section .content p {
  color: #272727;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
}
.main-section .content .brochure {
  margin-top: 40px;
}
.main-section .more-content p {
  display: none;
}
.main-section .more-content .more-content-btn {
  display: flex;
  margin-top: 40px;
  color: #383239;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 3px;
  line-height: 22px;
  align-items: center;
  text-decoration: none;
}
.main-section .more-content .more-content-btn i {
  color: #383239;
  font-size: 20px;
  font-weight: bold;
}
.main-section .more-content hr {
  margin-top: 18px;
  margin-bottom: 18px;
}
.main-section .villa-layout p {
  color: #272727;
  font-size: 14px;
  line-height: 22px;
}
.main-section .villa-layout .layout-title {
  color: #383239;
  font-size: 28px;
  letter-spacing: 1px;
  line-height: 46px;
  margin-bottom: 30px;
  width: 50%;
  float: left;
}
.main-section .villa-layout .layout-btn {
  width: 100%;
  float: left;
  display: block;
}
.main-section .villa-layout .arrow {
  width: 50%;
  float: right;
  text-align: right;
  padding-right: 25px;
  line-height: 46px;
  font-size: 26px;
  font-weight: bold;
  color: #272727;
}
.main-section .villa-layout .show-layout {
  /*display: none;*/
}
.main-section .villa-layout .show-layout hr {
  margin-top: 40px;
}
.main-section .sidebar .image-box {
  position: relative;
  width: 100%;
  float: left;
  height: 456px;
}
.main-section .sidebar .image-box .background-color {
  background-color: #EAE6E3;
  height: 396px;
  position: absolute;
  width: 89%;
  right: 0;
}
.main-section .sidebar .image-box .featured-image {
  width: 100%;
  position: absolute;
  top: 60px;
}
.main-section #accordion {
  float: left;
  width: 100%;
  margin-top: 45px;
}
.main-section #accordion b, .main-section #accordion strong {
  font-weight: 600;
  margin-bottom: 10px;
  display: inline-block;
}
.main-section #accordion > div {
  width: 100%;
  float: left;
}
.main-section #accordion .accordion-item {
  padding-left: 30px;
  height: 90px;
  display: flex;
  align-items: center;
  background-color: #EAE6E3;
  color: #383239;
  font-size: 28px;
  letter-spacing: 1px;
  line-height: 46px;
  margin-bottom: 2px;
  outline: 0;
  cursor: pointer;
}
.main-section #accordion .accordion-item.ui-state-active {
  margin-bottom: 0;
}
.main-section #accordion .accordion-item i {
  float: right;
  display: block;
  width: 100%;
  text-align: right;
  padding-right: 20px;
}
.main-section #accordion .background-accordion {
  background-color: #EAE6E3;
  margin-bottom: 2px;
  padding-left: 30px;
}
.main-section #accordion ul {
  padding-left: 17px;
}
.main-section #accordion li, .main-section #accordion div, .main-section #accordion p {
  color: #272727;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
}
.main-section #accordion .item {
  width: 100%;
  float: left;
  margin-bottom: 15px;
}
.main-section #accordion .item .icon {
  width: 5%;
  float: left;
  margin-right: 2%;
}
.main-section #accordion .item .text {
  width: 93%;
  float: left;
}
.main-section #accordion .item .text .icons-label {
  color: #272727;
  font-size: 14px;
  font-weight: bold;
  line-height: 22px;
  margin: 0;
  display: inline-block;
}

.map-section {
  margin-top: 80px;
}

.pages {
  padding: 90px 60px 0px 60px;
}

.white-bg {
  background-color: #ffffff;
}

.tooltip-custom {
  position: relative;
}

.tooltip-custom .tooltiptext {
  visibility: visible;
  width: 164px;
  background-color: #383239;
  color: #fff;
  text-align: center;
  border-radius: 0;
  font-size: 12px;
  padding: 0px 0;
  position: absolute;
  z-index: 1;
  right: 100%;
  top: 0px;
  display: none;
  height: 80px;
  align-items: center;
  justify-content: center;
  /* Position the tooltip */
  position: absolute;
  z-index: 0;
}

.villas {
  float: left;
  width: 100%;
  padding: 20px 20px;
  position: relative;
  overflow: hidden;
  height: 84vh;
  overflow-y: scroll;
}
.villas .item {
  width: 100%;
  float: left;
  margin-top: 20px;
  position: relative;
}
.villas .item:first-child {
  margin: 0;
}
.villas .box {
  border-top: 4px solid #705846;
  width: 100%;
  background-color: #ffffff;
  float: left;
  box-shadow: 0 26px 14px -24px grey;
}
.villas .box img {
  width: 100%;
  height: 220px;
}
.villas .box .bottom-area {
  padding: 20px 20px;
  float: left;
  width: 100%;
}
.villas .box .bottom-area .title {
  color: #272727;
  font-size: 20px;
  line-height: 22px;
  margin-bottom: 0;
}
.villas .box .bottom-area .sub-title {
  color: #202020;
  font-size: 14px;
  line-height: 22px;
}
.villas .box .bottom-area .details {
  margin-top: 15px;
  color: #272727;
  font-size: 12px;
  line-height: 22px;
  float: left;
  width: 100%;
}
.villas .box .bottom-area .details .item {
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  width: auto;
  float: left;
}
.villas .box .bottom-area .details .item:first-child {
  padding-left: 0;
}
.villas .box .bottom-area .details .item:last-child {
  padding-right: 0;
}
.villas .box .bottom-area .details .item em {
  color: #272727;
  font-size: 12px;
  line-height: 22px;
  font-style: normal;
}
.villas .box .bottom-area .details .item sup {
  color: #272727;
  font-size: 9px;
  line-height: 22px;
}
.villas .box .bottom-area .details .item i {
  color: #272727;
  font-size: 12px;
  line-height: 22px;
}
.villas .box .bottom-area .line {
  padding: 10px 0;
  float: left;
  width: 100%;
}
.villas .box .bottom-area .line hr {
  border-top: 1px solid #EBEDEE;
  margin: 0;
}
.villas .box .bottom-area .price-box {
  float: left;
  width: 100%;
}
.villas .box .bottom-area .price-box .title {
  color: #272727;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
}
.villas .box .bottom-area .price-box .price {
  margin-top: 5px;
  float: left;
  width: 100%;
  color: #202020;
  font-size: 32px;
  font-weight: 600;
  line-height: 22px;
}
.villas .remove-item {
  position: absolute;
  top: -10px;
  right: -10px;
  z-index: 9999;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #383239;
  border-radius: 25px;
  cursor: pointer;
}
.villas .remove-item i {
  color: #ffffff;
}

.pos-bottom {
  position: absolute;
  bottom: 0;
  background: #ffffff;
  width: 100%;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pos-bottom .btn-favorite {
  background-color: #705846;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 3px;
  line-height: 19px;
  align-items: center;
  display: flex;
  text-decoration: none;
  width: 100%;
  justify-content: center;
}

.villa-box {
  border-top: 4px solid #705846;
  display: flex;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
  flex-direction: column;
}
.villa-box.shadow {
  box-shadow: 5px 5px 15px -5px grey;
}
.villa-box .villa-image {
  position: relative;
}
.villa-box .villa-image img {
  width: 100%;
}
.villa-box .villa-image .favorite {
  position: absolute;
  top: 13px;
  right: 13px;
  text-decoration: none;
}
.villa-box .villa-image .favorite i {
  color: #ffffff;
  font-size: 28px;
}
.villa-box .bottom-area {
  background-color: #ffffff;
  padding-top: 20px;
  padding-left: 20px;
  display: flex;
  flex-direction: column;
}
.villa-box .bottom-area .footer-area {
  float: left;
  width: 100%;
  margin-top: 25px;
}
.villa-box .bottom-area .footer-area .first-area {
  width: 50%;
  float: left;
  height: 68px;
  display: inline-flex;
  justify-content: flex-start;
  flex-direction: column;
}
.villa-box .bottom-area .footer-area .second-area {
  width: 50%;
  display: inline-flex;
  height: 68px;
  justify-content: flex-end;
}
.villa-box .bottom-area .footer-area .second-area .view {
  background-color: #705846;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 3px;
  line-height: 19px;
  align-items: center;
  display: flex;
  text-decoration: none;
  width: 100px;
  justify-content: center;
}
.villa-box .bottom-area .footer-area .second-area .inquiry-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 3px;
  line-height: 19px;
  text-decoration: none;
  display: inline-flex;
  height: 68px;
  align-items: center;
  padding-right: 10px;
  background-color: #202020;
  margin-right: 0;
  padding: 0px 6px;
  color: #ffffff;
}
.villa-box .bottom-area .footer-area .starting-at {
  color: #272727;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
}
.villa-box .bottom-area .footer-area .price {
  color: #202020;
  font-size: 32px;
  font-weight: 600;
  line-height: 22px;
  margin: 0;
}
.villa-box .bottom-area .footer-area .price.uppon {
  font-size: 17px;
}
.villa-box .bottom-area .footer-area .price sup {
  top: -1.2em;
  font-size: 12px;
  color: #383239;
  font-weight: 400;
}
.villa-box .villa-title {
  color: #272727;
  font-size: 28px;
  line-height: 22px;
  text-decoration: none;
  margin: 0;
  display: flex;
}
.villa-box .villa-district {
  color: #202020;
  font-size: 18px;
  line-height: 22px;
  display: flex;
  font-weight: 600;
  margin-top: 10px;
}
.villa-box .villa-description {
  margin-top: 15px;
  color: #272727;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
}
.villa-box .details {
  width: 100%;
  display: flex;
}
.villa-box .details .item {
  padding-right: 15px;
}
.villa-box .details .item i {
  font-size: 22px;
  position: relative;
  top: 3px;
}
.villa-box .details .item em {
  font-style: normal;
}

.page-template-villas-page {
  background-color: #EAE6E3;
}
.page-template-villas-page .right-area .searchform {
  margin-top: 0;
}
.page-template-villas-page .searchform {
  box-shadow: 0 9px 10px -9px grey;
}
.page-template-villas-page .searchform .search-box {
  height: 70px;
}
.page-template-villas-page .searchform .search-box .box-opened {
  width: 23.1%;
  z-index: 9999;
  top: 70px;
}
.page-template-villas-page .searchform .search-btn {
  width: 6%;
  height: 70px;
}
.page-template-villas-page .select2-results__options {
  font-size: 0.9rem;
}

.map-villa {
  padding-top: 75px;
}

.filters {
  padding-top: 40px;
}
.filters .total-villas {
  color: #272727;
  font-size: 20px;
  font-weight: 300;
  line-height: 22px;
}

body .select2.select2-container.select2-container--filtering {
  text-align: left;
  height: 4vh;
  border: 1px solid #CECBC8;
  padding-left: 15px;
}
body .select2.select2-container.select2-container--filtering .select2-selection__arrow {
  display: inline-block;
  position: absolute;
  right: 0;
  padding-right: 10px;
  top: 7px;
}
body .select2.select2-container.select2-container--filtering.select2-container--open .select2-selection__arrow i:before {
  content: "";
}

body .select2-container--filtering .select2-selection--single .select2-selection__rendered {
  display: inline-flex;
  align-items: center;
  height: 4vh;
  font-size: 14px;
  color: #272727;
  line-height: 22px;
}

body .select2-container--filtering.select2-container--open .select2-dropdown.select2-dropdown--below {
  border: 1px solid #CECBC8;
  top: 5px;
}
body .select2-container--filtering.select2-container--open .select2-dropdown {
  border: 0;
}
body .select2-container--filtering.select2-container--open .select2-results__option {
  padding-left: 15px;
}
body .select2-container--filtering.select2-container--open .select2-results__option.select2-results__option--highlighted {
  background-color: #EAE6E3;
}

.page-template-villas-page .load-more {
  height: 50px;
  width: 280px;
  border: 1px solid #968474;
  display: flex;
  margin: 0 auto;
  margin-top: 40px;
  align-items: center;
  justify-content: center;
  color: #968474;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 3px;
  line-height: 19px;
  text-decoration: none;
}

.fixed-area-non-transp {
  height: 100px;
}

.booking-inquiry {
  /* Hide the browser's default checkbox */
  /* Create a custom checkbox */
  /* On mouse-over, add a grey background color */
  /* When the checkbox is checked, add a blue background */
  /* Create the checkmark/indicator (hidden when not checked) */
  /* Show the checkmark when checked */
  /* Style the checkmark/indicator */
}
.booking-inquiry .guest-box label {
  margin-bottom: 10px;
}
.booking-inquiry .sub-title {
  color: #202020;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 3px;
  line-height: 22px;
}
.booking-inquiry .main-title {
  color: #383239;
  font-size: 47px;
  line-height: 52px;
  margin-bottom: 0;
}
.booking-inquiry .description {
  width: 100%;
  float: left;
  margin-top: 30px;
}
.booking-inquiry .description p {
  color: #272727;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
}
.booking-inquiry .description em {
  color: #272727;
  font-size: 14px;
  font-weight: 300;
  line-height: 28px;
  margin-top: 35px;
  display: flex;
}
.booking-inquiry .form-title {
  color: #272727;
  font-size: 28px;
  font-weight: 500;
  line-height: 28px;
}
.booking-inquiry .form-title.small {
  color: #272727;
  font-size: 18px;
  font-weight: 300;
  margin-top: 20px;
  line-height: 28px;
}
.booking-inquiry .form-title.m-40 {
  margin-top: 40px;
}
.booking-inquiry form {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.booking-inquiry .title-item {
  margin-top: 20px;
  color: #272727;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
  display: flex;
  width: 100%;
  margin-bottom: 0;
}
.booking-inquiry select.select, .booking-inquiry input.input {
  margin-top: 10px;
  height: 52px;
  border: 1px solid #CECBC8;
  background-color: #FFFFFF;
  width: 100%;
  color: #bdb9b5;
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
  padding-left: 15px;
  outline: 0;
  font-style: italic;
  position: relative;
}
.booking-inquiry select.select.c-width-160, .booking-inquiry input.input.c-width-160 {
  width: 160px;
}
.booking-inquiry select.select::-webkit-input-placeholder, .booking-inquiry input.input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #bdb9b5;
}
.booking-inquiry select.select::-moz-placeholder, .booking-inquiry input.input::-moz-placeholder {
  /* Firefox 19+ */
  color: #bdb9b5;
}
.booking-inquiry select.select:-ms-input-placeholder, .booking-inquiry input.input:-ms-input-placeholder {
  /* IE 10+ */
  color: #bdb9b5;
}
.booking-inquiry select.select:-moz-placeholder, .booking-inquiry input.input:-moz-placeholder {
  /* Firefox 18- */
  color: #bdb9b5;
}
.booking-inquiry textarea {
  height: 140px;
  width: 100%;
  resize: none;
  border: 1px solid #CECBC8;
  color: #bdb9b5;
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
  padding-left: 15px;
  padding-top: 15px;
  outline: 0;
  font-style: italic;
}
.booking-inquiry textarea::placeholder {
  color: #bdb9b5;
}
.booking-inquiry .half-box {
  display: inline-flex;
  width: 48%;
  flex-direction: column;
}
.booking-inquiry .half-box.m-r {
  margin-right: 3%;
}
.booking-inquiry .datepicker-icon {
  width: 100%;
  position: relative;
}
.booking-inquiry .datepicker-icon i {
  position: absolute;
  top: 40%;
  right: 2%;
  font-size: 24px;
  color: #202020;
  cursor: pointer;
}
.booking-inquiry .flexible-dates {
  display: flex;
  margin-top: 20px;
  color: #272727;
  font-size: 14px;
  font-weight: 300;
  line-height: 28px;
}
.booking-inquiry .container-check {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  font-weight: 300;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 50%;
  float: left;
}
.booking-inquiry .container-check.full-w {
  width: 100%;
}
.booking-inquiry .container-check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.booking-inquiry .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #ffffff;
  border: 1px solid #CECBC8;
}
.booking-inquiry .container-check:hover input ~ .checkmark {
  background-color: #ffffff;
}
.booking-inquiry .container-check input:checked ~ .checkmark {
  background-color: #383239;
}
.booking-inquiry .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.booking-inquiry .container-check input:checked ~ .checkmark:after {
  display: block;
}
.booking-inquiry .container-check .checkmark:after {
  left: 10px;
  top: 7px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.booking-inquiry .budget {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.booking-inquiry .budget .symbol {
  display: inline-flex;
  width: 17%;
}
.booking-inquiry .budget .symbol select {
  color: #272727;
  font-weight: 300;
}
.booking-inquiry .budget .c-width {
  width: 79%;
  display: inline-flex;
  margin-left: 4%;
}
.booking-inquiry .box-plus-minus {
  height: 52px;
  width: 48%;
  background: #ffffff;
  border: 1px solid #CECBC8;
  display: inline-flex;
  align-items: center;
}
.booking-inquiry .box-plus-minus label {
  color: #272727;
  padding-left: 15px;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
  margin: 0;
  height: 100%;
  align-items: center;
  display: flex;
  width: 40%;
}
.booking-inquiry .box-plus-minus .actions-box {
  display: flex;
  justify-content: flex-end;
  width: 52%;
  height: 100%;
  align-items: center;
  display: flex;
  align-items: center;
}
.booking-inquiry .box-plus-minus .actions-box a {
  width: 28px;
  height: 28px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  color: #ffffff;
  text-align: center;
  float: left;
  text-decoration: none;
}
.booking-inquiry .box-plus-minus .actions-box a i {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  cursor: pointer;
  font-size: 30px;
}
.booking-inquiry .box-plus-minus .actions-box .value {
  display: flex;
  width: 9%;
  margin-left: 30px;
  margin-right: 30px;
  justify-content: center;
}
.booking-inquiry .dual-check {
  display: flex;
  flex-wrap: wrap;
}
.booking-inquiry .dual-check label {
  margin-top: 20px;
}
.booking-inquiry .agree {
  margin-top: 20px;
  display: flex;
}
.booking-inquiry .agree .container-check .checkmark {
  background-color: #ffffff !important;
  border-radius: 25px;
}
.booking-inquiry .agree .container-check input:checked ~ .checkmark:after {
  background: #383239;
}
.booking-inquiry .agree .container-check .checkmark:after {
  left: 5px;
  top: 5px;
  width: 13px;
  height: 13px;
  border-radius: 25px;
  transform: rotate(0);
  border-width: 0;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
}
.booking-inquiry a {
  color: #272727;
  text-decoration: underline;
}
.booking-inquiry a:hover, .booking-inquiry a:focus, .booking-inquiry a:active {
  color: #000000;
}
.booking-inquiry button#submit-inquiry {
  width: 100%;
  display: flex;
  margin-top: 40px;
  background-color: #705846;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 3px;
  line-height: 36px;
  height: 52px;
  border: 0;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  outline: 0;
}
.booking-inquiry .align-items-end {
  display: flex;
  align-items: flex-end;
}

.ui-state-default, .ui-widget-content .highlight-day .ui-state-default {
  color: #ffffff;
}

.page-template-booking-form {
  background-color: #EAE6E3;
}
.page-template-booking-form .disable-day {
  color: gray;
}
.page-template-booking-form .highlight-day a:not(.disable-day) {
  background-color: #202020;
}
.page-template-booking-form .form-control[readonly] {
  background-color: #ffffff;
  padding: 0;
  padding-left: 15px;
}
.page-template-booking-form input[data-readonly] {
  pointer-events: none;
}

.page-title-fixed {
  color: #FFFFFF;
  font-size: 52px;
  font-weight: 300;
  line-height: 60px;
  text-align: center;
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}

.services-top-title {
  color: #202020;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 3px;
  line-height: 22px;
  text-transform: uppercase;
}

.service-title {
  color: #383239;
  font-size: 47px;
  line-height: 52px;
}

.services .footer-section {
  margin-top: 0;
}

.services-list {
  width: 100%;
  display: inline-flex;
  padding: 0;
  margin: 0;
  list-style: none;
  height: 80px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media (max-width: 1199px) {
  .services-list {
    flex-wrap: wrap;
    height: 100%;
  }
}
.services-list.scroll {
  position: fixed;
  top: 75px;
  background-color: #ffffff;
  z-index: 99;
  height: 60px;
}
.services-list .active {
  background-color: #948373;
}
.services-list .active a.services-link {
  color: #ffffff;
}
.services-list .services-item {
  border: 1px solid #c1bebe;
  border-right: 0;
  align-items: center;
  display: inline-flex;
  justify-content: center;
}
@media (max-width: 1199px) {
  .services-list .services-item {
    height: 80px;
  }
}
.services-list .services-item:last-child {
  border-right: 1px solid #c1bebe;
}
.services-list .services-item .services-link {
  color: #7b7b7b;
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 500;
}

.header-image {
  width: 100%;
}

.sidebar .image-box {
  position: relative;
  width: 100%;
  float: left;
  height: 456px;
}
.sidebar .image-box.right {
  text-align: right;
}
.sidebar .image-box.right .background-color {
  left: 0;
}
.sidebar .image-box .background-color {
  background-color: #EAE6E3;
  height: 396px;
  position: absolute;
  width: 89%;
  right: 0;
}
.sidebar .image-box .featured-image {
  width: 100%;
  position: absolute;
  top: 60px;
}
.sidebar .service-right-content {
  clear: both;
}
.sidebar .service-right-content ul {
  font-size: 14px;
  font-weight: 300;
  color: #272727;
  padding-left: 15px;
  padding-top: 40px;
  display: block;
  clear: both;
}

.list-services .content-spaces {
  padding-top: 80px;
}
.list-services .content-spaces p, .list-services .content-spaces ul, .list-services .content-spaces ul > li {
  font-size: 14px;
  font-weight: 300;
  color: #272727;
}
.list-services .content-spaces ul {
  padding-left: 15px;
}
.list-services .top-content p {
  font-size: 18px;
}
.list-services .sidebar {
  padding-top: 110px;
}

.orange-bg {
  background-color: #202020;
  height: 19vh;
  align-items: center;
  margin-top: 110px;
}
.orange-bg .contact-title {
  font-size: 36px;
  font-weight: 600;
  color: #383239;
}
.orange-bg p {
  margin: 0;
  font-size: 16px;
  font-weight: 300;
}
.orange-bg .btn-area {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.orange-bg .btn-area .contact-btn {
  color: #ffffff;
  font-weight: bold;
  font-size: 16px;
  height: 50px;
  width: 245px;
  background-color: #383239;
  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.fixed-villas {
  position: absolute;
  height: 88vh;
  overflow-y: scroll;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  /* Optional: show position indicator in red */
}
/*.fixed-villas::-webkit-scrollbar {*/
  /*width: 0px;*/
  /* Remove scrollbar space */
  /*background: transparent;*/
  /* Optional: just make scrollbar invisible */
/*}*/
/*.fixed-villas::-webkit-scrollbar-thumb {*/
  /*background: #FF0000;*/
/*}*/

.btn-abs {
  position: absolute;
  bottom: 0;
}

.pages .orange-title {
  color: #202020;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 3px;
  line-height: 22px;
  text-transform: uppercase;
  display: block;
}
.pages h1 {
  font-size: 47px;
  font-weight: 500;
  margin-bottom: 47px;
  color: #383239;
}
.pages p {
  font-size: 18px;
  line-height: 26px;
  font-weight: 300;
  margin-bottom: 35px;
  color: #272727;
}
.pages .bottom-area-content p {
  margin-bottom: 1rem;
  font-size: 16px;
  color: #272727;
  font-weight: 300;
  line-height: 24px;
}
.pages .bottom-area-content img {
  width: 100%;
  max-width: 445px;
}
.pages .bottom-area-content .button-sales {
  padding: 10px;
  background-color: #202020;
  color: #FFFFFF;
  font-size: 13px;
  width: 445px;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
  letter-spacing: 3px;
}

.sales-form-area {
  background: #EAE6E3;
  width: 95%;
  margin-left: auto;
  padding: 20px 10px;
}
.sales-form-area .form-title {
  font-size: 28px;
  color: #272727;
}
.sales-form-area label {
  margin-top: 10px;
  color: #272727;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
  display: flex;
  width: 100%;
  margin-bottom: 0;
}
.sales-form-area input {
  margin-top: 10px;
  height: 52px;
  border: 1px solid #CECBC8;
  background-color: #FFFFFF;
  width: 100%;
  color: #bdb9b5;
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
  padding-left: 15px;
  outline: 0;
  font-style: italic;
  position: relative;
}
.sales-form-area .wpcf7-submit {
  width: 100%;
  display: flex;
  margin-top: 20px;
  background-color: #202020;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 3px;
  line-height: 36px;
  height: 52px;
  border: 0;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  outline: 0;
  font-style: normal;
}
.sales-form-area .box-plus-minus {
  margin-top: 10px;
  height: 52px;
  width: 75%;
  background: #ffffff;
  display: inline-flex;
  align-items: center;
}
.sales-form-area .box-plus-minus label {
  color: #bdb9b5;
  padding-left: 15px;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  margin: 0;
  height: 100%;
  align-items: center;
  display: flex;
  width: 40%;
}
.sales-form-area .box-plus-minus .actions-box {
  display: flex;
  justify-content: flex-end;
  width: 58%;
  height: 100%;
  align-items: center;
  display: flex;
  height: 100%;
  align-items: center;
}
.sales-form-area .box-plus-minus .actions-box a {
  width: 28px;
  height: 28px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  color: #ffffff;
  text-align: center;
  float: left;
  text-decoration: none;
}
.sales-form-area .box-plus-minus .actions-box a i {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  cursor: pointer;
  font-size: 11px;
}
.sales-form-area .box-plus-minus .actions-box .value {
  display: flex;
  width: 9%;
  margin-left: 30px;
  margin-right: 30px;
  justify-content: center;
}
.sales-form-area .budget {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
  margin-top: 10px;
}
.sales-form-area .budget .symbol {
  display: inline-flex;
  width: 25%;
}
.sales-form-area .budget .symbol select {
  padding-left: 10px;
  color: #bdb9b5;
  font-weight: 400;
  width: 100%;
}
.sales-form-area .budget .c-width {
  width: 71%;
  display: inline-flex;
  margin-left: 4%;
  margin-top: 0;
}
.sales-form-area textarea {
  border: 1px solid #CECBC8;
  background-color: #FFFFFF;
  width: 100%;
  color: #bdb9b5;
  resize: vertical;
  outline: 0;
}
.sales-form-area .agree {
  margin-top: 20px;
  display: flex;
  /* Hide the browser's default checkbox */
  /* Create a custom checkbox */
  /* On mouse-over, add a grey background color */
  /* When the checkbox is checked, add a blue background */
  /* Create the checkmark/indicator (hidden when not checked) */
  /* Show the checkmark when checked */
  /* Style the checkmark/indicator */
}
.sales-form-area .agree .container-check {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  font-weight: 400;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 50%;
  float: left;
}
.sales-form-area .agree .container-check.full-w {
  width: 100%;
}
.sales-form-area .agree .container-check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.sales-form-area .agree .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #ffffff;
}
.sales-form-area .agree .container-check:hover input ~ .checkmark {
  background-color: #ffffff;
}
.sales-form-area .agree .container-check input:checked ~ .checkmark {
  background-color: #383239;
}
.sales-form-area .agree .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.sales-form-area .agree .container-check input:checked ~ .checkmark:after {
  display: block;
}
.sales-form-area .agree .container-check .checkmark:after {
  left: 10px;
  top: 7px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.sales-form-area .agree a {
  color: #272727;
  text-decoration: underline;
}
.sales-form-area .agree {
  margin-top: 20px;
  display: flex;
}
.sales-form-area .agree .container-check .checkmark {
  background-color: #ffffff !important;
  border-radius: 25px;
}
.sales-form-area .agree .container-check input:checked ~ .checkmark:after {
  background: #383239;
}
.sales-form-area .agree .container-check .checkmark:after {
  left: 6px;
  top: 6px;
  width: 13px;
  height: 13px;
  border-radius: 25px;
  transform: rotate(0);
  border-width: 0;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
}

.villa-booking-title {
  color: #202020;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 3px;
  line-height: 22px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.clear-top-header {
  height: 75px;
  width: 100%;
  clear: both;
}

.right-area .searchform {
  height: 70px;
  margin-top: 15px;
}
.right-area .searchform .search-btn {
  width: 7.29%;
}
.right-area .append-villas {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.right-area .button-area {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  display: none;
}
.right-area .ajax-load {
  height: 80%;
  position: fixed;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(234, 230, 227, 0.5);
  z-index: 999;
  display: none;
}
.right-area .ajax-load .icofont-spinner {
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  color: #383239;
  font-size: 40px;
  animation: 0.85s ajax-loader-rotate steps(8) infinite;
}
.right-area .search-counter {
  display: flex;
  align-items: center;
  padding: 10px 0;
}
.right-area .search-counter .title-orange {
  color: #272727;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 3px;
  line-height: 22px;
  /* text-transform: uppercase; */
  display: block;
  margin-bottom: 0;
  display: flex;
  width: 33.3333%;
  align-items: flex-start;
}
.right-area .search-counter .align-center {
  justify-content: center;
  width: 33.3333%;
  display: flex;
}
.right-area .search-counter .align-center .dyn-res {
  padding-left: 5px;
  padding-right: 5px;
  font-style: normal;
}
.right-area .search-counter .align-end-short {
  width: 33.3333%;
  display: flex;
  align-items: flex-end;
  text-align: right;
}
.right-area .search-counter .align-end-short form {
  width: 100%;
}
.right-area .villa-box:first-child {
  margin-top: 0;
}
.right-area .load-more {
  margin-top: 20px;
}

@-webkit-keyframes ajax-loader-rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media (max-width: 1200px) {
  .remove-map {
    display: none;
  }

  .right-area {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .fixed-menu .white-bg .sticky {
    width: 100%;
  }
  .fixed-menu .main-menu .menu-item {
    margin-right: 10px;
  }
}
.show-resp {
  display: none;
}

@media (max-width: 991px) {
  .fixed-menu .white-bg .sticky {
    width: auto;
  }
  .fixed-menu .favorite-mobile {
    color: #ffffff;
    text-decoration: none;
  }
  .fixed-menu .favorite-mobile i {
    color: #ffffff;
    font-size: 23px;
  }
  .fixed-menu .text-right {
    text-align: right;
  }

  .logo-responsive {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .hide-resp {
    display: none;
  }

  .show-resp {
    display: block;
  }

  .fixed-menu .mob-menu .toggle-menu {
    text-align: right;
    text-decoration: none;
  }
  .fixed-menu .mob-menu .toggle-menu i {
    color: #ffffff;
    font-size: 32px;
  }
  .fixed-menu.white-bg .toggle-menu i {
    color: #383239;
  }
  .fixed-menu.white-bg .favorite-mobile i {
    color: #383239;
  }

  .searchform .absPos {
    display: none;
  }
}
@media (max-width: 768px) {
  .right-area .search-counter {
    flex-direction: column;
  }
  .right-area .search-counter .title-orange, .right-area .search-counter .align-center, .right-area .search-counter .align-end-short {
    display: block;
    float: left;
    width: 100%;
    text-align: left;
    margin-bottom: 10px;
  }

  .page-template-villas-page .select2-dropdown.select2-dropdown--below {
    left: initial !important;
  }
}
.villa-title {
  color: #272727;
  font-size: 28px;
  line-height: 22px;
  text-decoration: none;
  margin: 0;
  display: flex;
  font-family: "Montserrat", sans-serif;
  text-decoration: none !important;
  font-weight: 500;
}
.villa-title:hover {
  color: #272727;
}

.villa-disctrict {
  color: #202020;
  font-size: 18px;
  line-height: 22px;
  display: flex;
  font-weight: 600;
  margin-top: 10px;
  font-family: "Montserrat", sans-serif;
  margin-top: 5px;
  margin-bottom: 0px;
}

.gm-style-iw-d {
  max-width: 260px !important;
}

body.about-us {
  background-color: #ffffff;
}
body.about-us .footer-section {
  margin-top: 0;
}

.mirror .image-box {
  position: relative;
  width: 100%;
  float: left;
  height: 456px;
  margin-bottom: 80px;
}
.mirror .image-box .background-color {
  background-color: #EAE6E3;
  height: 396px;
  position: absolute;
  width: 89%;
  left: 110px;
}
.mirror .image-box .featured-image {
  width: 100%;
  position: absolute;
  top: 60px;
}
.mirror .mirror-title {
  color: #383239;
  font-size: 36px;
  margin: 0;
}
.mirror span.sub-title {
  color: #202020;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 3px;
  line-height: 22px;
}
.mirror .description, .mirror .description > p {
  margin-top: 30px;
  color: #272727;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
}
.mirror.right .background-color {
  right: 120px;
  bottom: 10px;
  left: auto;
}
.mirror.right .featured-image {
  top: 10px;
}

.height-100 {
  height: 100px;
  display: flex;
  width: 100%;
}

.destination-box {
  padding-bottom: 30px;
  position: relative;
}
@media (min-width: 1140px) {
	.destination-box {
    	height: 305px;
    	overflow: hidden;
    	margin-bottom: 30px;
	}
}
.destination-box img {
  width: 100%;
}
.destination-box .overlay {
  position: absolute;
  padding-left: 0px;
  padding-right: 30px;
  padding-bottom: 30px;
  top: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.destination-box .title {
  font-size: 34px;
  font-weight: 500;
  color: #ffffff;
  margin: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.destination-box .title:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.destination-box .title:hover .explore-more {
  display: flex;
  opacity: 1;
}
.destination-box .explore-more {
  border: 1px solid #fff;
  padding: 16px 32px;
  text-transform: uppercase;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 3px;
  line-height: 20px;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  margin-top: 20px;
  border-radius: 32px;
  opacity: 0;
}

.luxury-villa-rentals-in-greece .footer-section, .luxury-villa-rentals-in-greece .f-bottom-area, .mykonos .footer-section, .mykonos .f-bottom-area, .paros .footer-section, .paros .f-bottom-area, .antiparos .footer-section, .antiparos .f-bottom-area, .patmos .footer-section, .patmos .f-bottom-area, .corfu .footer-section, .corfu .f-bottom-area, .santorini .footer-section, .santorini .f-bottom-area, .sifnos .footer-section, .sifnos .f-bottom-area, .porto-heli .footer-section, .porto-heli .f-bottom-area, .spetses .footer-section, .spetses .f-bottom-area, .syros .footer-section, .syros .f-bottom-area, .tinos .footer-section, .tinos .f-bottom-area, .luxury-villas-for-sale-in-greece .footer-section, .luxury-villas-for-sale-in-greece .f-bottom-area, .crete .footer-section, .crete .f-bottom-area {
  display: none;
}

.page.mykonos .footer-section, .page.mykonos .f-bottom-area,
.page.paros .footer-section,
.page.paros .f-bottom-area,
.page.antiparos .footer-section,
.page.antiparos .f-bottom-area,
.page.patmos .footer-section,
.page.patmos .f-bottom-area,
.page.corfu .footer-section,
.page.corfu .f-bottom-area,
.page.santorini .footer-section,
.page.santorini .f-bottom-area,
.page.sifnos .footer-section,
.page.sifnos .f-bottom-area,
.page.porto-cheli .footer-section,
.page.porto-cheli .f-bottom-area,
.page.spetses .footer-section,
.page.spetses .f-bottom-area,
.page.syros .footer-section,
.page.syros .f-bottom-area,
.page.tinos .footer-section,
.page.tinos .f-bottom-area,
.page.porto-heli .footer-section,
.page.porto-heli .f-bottom-area,
.page.crete .footer-section,
.page.crete .f-bottom-area {
  display: block;
}

.video-home-back {
  position: relative;
  width: 100%;
  float: left;
  height: 406px;
}
.video-home-back .background-color {
  background-color: #EAE6E3;
  height: 356px;
  position: absolute;
  width: 100%;
  right: -52px;
  top: 10px;
}
.video-home-back .video-home {
  width: 100%;
  position: absolute;
  top: 60px;
  height: 83% !important;
}
.video-home-back .video-home.vjs-playing .vjs-big-play-button {
  display: none;
}
.video-home-back .video-home .vjs-big-play-button {
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  outline: 0;
  background-color: transparent !important;
  font-family: IcoFont !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  line-height: 1;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}
.video-home-back .video-home .vjs-big-play-button:before {
  content: "";
  font-size: 60px;
}
.video-home-back .video-home .vjs-big-play-button span {
  display: none;
}

.ui-autocomplete {
  display: none !important;
}
.ui-autocomplete .ui-menu-item {
  display: none;
}

#accordion.ui-accordion .icon {
  font-size: 30px;
}

.gm-style .gm-style-iw-c {
  padding-top: 17px;
  padding-left: 17px;
}

.gm-style .gm-style-iw-c .gm-ui-hover-effect {
  top: -10px !important;
  right: 2px !important;
}

.details .item {
  font-family: "Montserrat", sans-serif;
}

.gm-style-iw-a .gm-ui-hover-effect img {
  width: 30px !important;
  height: 30px !important;
}

.floating-bar {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}
.floating-bar.sticky {
  position: fixed;
  bottom: 0;
  z-index: 99999;
  background: white;
  max-width: 100%;
  width: 100%;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}
.floating-bar.sticky .tools-booking {
  box-shadow: -4px -12px 17px 0 rgba(0, 0, 0, 0.2);
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}

body.single-villas_type .f-bottom-area {
  padding-bottom: 80px;
}

.pages.contact-page {
  padding-top: 25px;
}

.contact-page .over-title {
  color: #272727;
  font-size: 14px;
  font-weight: 300;
  line-height: 28px;
  margin-top: 35px;
  display: flex;
}

.explain-text {
  color: #272727;
  font-size: 14px;
  font-weight: 300;
  line-height: 28px;
}

.dual-check, .container-check {
  color: #272727;
  font-size: 14px;
  font-weight: 300;
  line-height: 28px;
}
.dual-check lable, .container-check lable {
  color: #272727;
  font-size: 14px;
  font-weight: 300;
  line-height: 28px;
}

.view-villas-for-sale-btn {
  width: 100%;
  display: flex;
  margin-top: 40px;
  background-color: #705846;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 3px;
  line-height: 36px;
  height: 52px;
  border: 0;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  outline: 0;
  font-style: normal;
  text-decoration: none;
}

.view-villas-for-sale-btn:hover {
  color: #FFFFFF;
  text-decoration: none;
}

@media (max-width: 1670px) {
  .page-template-homepage .searchform {
    top: -200px;
  }
}
@media (max-width: 1500px) {
  .page-template-homepage .searchform {
    top: -100px;
  }
}
@media (max-width: 1250px) {
  .page-template-homepage .searchform {
    top: 0px;
  }
}
.single-villas_type .fixed-area-non-transp {
  height: auto;
}
.single-villas_type .fixed-area-non-transp.inside-pages {
  height: 100px;
}

.favorites-box {
  position: fixed;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.4);
  height: 100%;
  width: 100%;
  top: 0;
  display: none;
}
.favorites-box .box-area {
  background-color: #ffffff;
  width: 500px;
  position: relative;
  margin-left: auto;
}
.favorites-box .box-area .top-area {
  height: 75px;
  display: flex;
  padding-left: 20px;
  padding-right: 20px;
  border-bottom: 2px solid #EBEBEB;
  align-items: center;
}
.favorites-box .box-area .top-area .favorites {
  color: #383239;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 36px;
  font-weight: 600;
  margin: 0;
  width: 100%;
  display: flex;
  align-items: center;
}
.favorites-box .box-area .top-area .favorites .villas-counter {
  margin-left: 40px;
  font-weight: 600;
  font-size: 14px;
  color: #705846;
  letter-spacing: 1px;
  line-height: 36px;
}
.favorites-box .box-area .top-area .close-favorites {
  font-size: 22px;
  display: inline-flex;
  justify-content: flex-end;
  width: 53%;
  cursor: pointer;
}
.favorites-box .box-area .bottom-area-button {
  width: 100%;
  float: left;
  align-items: center;
  justify-content: center;
  display: flex;
  position: absolute;
  bottom: 0;
  background-color: #705846;
}
.favorites-box .box-area .inq-favorites {
  color: #FFFFFF;
  font-size: 16px;
  letter-spacing: 3px;
  font-weight: bold;
  line-height: 22px;
  background-color: #705846;
  height: 80px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.chips-area .hidden-textarea {
  display: none;
}
.chips-area .inquiry-list {
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin-top: 15px;
}
.chips-area .inquiry-list .inquiry-item {
  margin-right: 15px;
  border-radius: 16px;
  background-color: #d4cec9;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.0178571429em;
  text-decoration: inherit;
  text-transform: inherit;
  height: 32px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 12px;
  padding-right: 15px;
  border-width: 0;
  outline: none;
  cursor: pointer;
  -webkit-appearance: none;
  overflow: hidden;
  margin-bottom: 15px;
}
.chips-area .inquiry-list .inquiry-item i {
  font-size: 17px;
  margin-right: 5px;
}
.chips-area .inquiry-list .inquiry-item:hover, .chips-area .inquiry-list .inquiry-item:focus, .chips-area .inquiry-list .inquiry-item:active {
  opacity: 0.8;
}

.fancybox-navigation .fancybox-button--arrow_left {
  padding: 15px 10px 15px 6px !important;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 15px 6px 15px 10px !important;
}

.sales-listing {
  margin-bottom: 1rem;
}
.sales-listing a:hover, .sales-listing a:focus, .sales-listing a:active {
  text-decoration: none;
  color: #FFFFFF;
}
.sales-listing p {
  display: none;
}
.booking-inquiry button.disabled {
  pointer-events: none;
  opacity: 0.5;  
}
/*# sourceMappingURL=css.css.map */


#cookie-notice .cn-button:not(.cn-button-custom) {
  background-color: #ECB58D!important;  
  color: #303030;
}
.main-menu li:last-child .separator {
  display: none;
}
