@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

button {
  background-color: transparent;
  color: inherit;
  border-width: 0;
  padding: 0;
  cursor: pointer;
}

figure {
  margin: 0;
}

input::-moz-focus-inner {
  border: 0;
  padding: 0;
  margin: 0;
}

ul, ol, dd {
  margin: 0;
  padding: 0;
  list-style: none;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}

p {
  margin: 0;
}

cite {
  font-style: normal;
}

fieldset {
  border-width: 0;
  padding: 0;
  margin: 0;
}

:root {
  --side_bg: white;
  --price_bg: white;
  --prices_bg: white;
}

.new_header {
  width: 100%;
  z-index: 999999;
}
.new_header .wrap {
  max-width: 1600px;
  margin: 0 auto;
  position: relative;
  background-color: var(--main-bg-color);
}
.new_header .wrap .logo img {
  width: 110px;
  height: 65px;
}
.new_header .wrap .top {
  min-height: 85px;
  padding: 5px;
  display: flex;
  align-items: center;
  /*
        form { width: 320px; margin: 0 15px;
          .form-control { padding: 12px 10px; }
          .btn { padding: 10px 10px 6px;
            i { font-size: 28px; }}}  */
}
.new_header .wrap .top .select2-container {
  width: 232px !important;
  margin: -3px 0 0 10px;
}
.new_header .wrap .top .property-box-share {
  margin: 0 auto 0 15px;
}
.new_header .wrap .top .whatsapp, .new_header .wrap .top a.new_search, .new_header .wrap .top a.new_sorting, .new_header .wrap .top a.new_gmap {
  position: absolute;
  display: block;
  width: 50px;
  height: 50px;
  color: white;
  line-height: 50px;
  text-align: center;
  font-size: 30px;
}
.new_header .wrap .top a.new_gmap {
  background-color: red;
  border-radius: 50%;
}
.new_header .wrap .top a.new_search {
  background-image: url(images/search.jpg);
  border-radius: 50%;
}
.new_header .wrap .top a.new_sorting {
  background-image: url(images/sorting.png);
}
@media (min-width: 768px) {
  .new_header .wrap .top .new_menu {
    display: inline-block;
  }
  .new_header .wrap .top .new_menu li {
    display: inline-block;
    margin: 0;
  }
  .new_header .wrap .top .new_menu li a {
    font-size: 18px;
    font-weight: bold;
    padding: 6px 20px;
  }
  .new_header .wrap .top .new_menu li.current-menu-item a {
    background-color: var(--main-bor-color);
    color: white;
    border-radius: 6px;
  }
  .new_header .wrap .top .mobile_menu_button {
    display: none;
  }
  .new_header .wrap .top .whatsapp, .new_header .wrap .top a.new_gmap {
    top: 15px;
    left: 15px;
  }
  .new_header .wrap .top .whatsapp span, .new_header .wrap .top a.new_gmap span {
    display: none;
  }
  .new_header .wrap .top a.new_search {
    top: 15px;
    left: 70px;
  }
  .new_header .wrap .top a.new_sorting {
    top: 15px;
    left: 125px;
  }
}
@media (max-width: 767px) {
  .new_header .wrap .top .new_menu:not(.active) {
    position: absolute;
    right: 0;
    top: 77px;
    width: 100%;
  }
  .new_header .wrap .top .new_menu:not(.active) ul {
    display: flex;
    text-align: center;
    width: 100%;
    align-items: center;
    justify-content: center;
    gap: 13px;
  }
  .new_header .wrap .top .new_menu:not(.active) .current-menu-item a {
    background-color: var(--main-bor-color);
    color: white;
    border-radius: 6px;
    padding: 4px 5px;
  }
  .new_header .wrap .top .new_menu:not(.active) a {
    font-weight: bold;
    color: black;
  }
  .new_header .wrap .top .new_menu.active {
    display: block;
    position: absolute;
    top: 0;
    left: 55px;
    z-index: 1111;
    background-color: var(--main-bg-color);
    width: 220px;
    border-radius: 5px;
    border: 1px var(--main-bor-color) solid;
    padding: 10px 0;
  }
  .new_header .wrap .top .new_menu.active li {
    display: block;
    width: 100%;
  }
  .new_header .wrap .top .new_menu.active li a {
    font-size: 18px;
    font-weight: bold;
    padding: 0 20px;
  }
  .new_header .wrap .top .mobile_menu_button {
    width: 55px;
    text-align: center;
    border-radius: 5px;
    border: 1px var(--main-bor-color) solid;
    display: block;
    margin-right: auto;
    cursor: pointer;
  }
  .new_header .wrap .top .mobile_menu_button span {
    width: 80%;
    height: 5px;
    background-color: var(--main-bor-color);
    margin: 6px 10%;
    display: block;
  }
  .new_header .wrap .top .whatsapp, .new_header .wrap .top a.new_gmap {
    bottom: 5px;
    left: 5px;
  }
  .new_header .wrap .top .whatsapp span, .new_header .wrap .top a.new_gmap span {
    position: absolute;
    left: 0;
    top: -30px;
    width: 50px;
    font-size: 13px;
    line-height: 13px;
    color: var(--main-bor-color);
  }
  .new_header .wrap .top a.new_search {
    bottom: 5px;
    right: 5px;
  }
  .new_header .wrap .top a.new_sorting {
    bottom: 60px;
    right: 5px;
  }
}
.new_header .wrap .bot {
  min-height: 45px;
  padding: 5px;
}
.new_header .wrap .bot .button, .new_header .wrap .bot select, .new_header .wrap .bot .new_blog a {
  font-size: 18px;
  font-weight: bold;
  padding: 0 20px;
  border-radius: 6px;
  border: 1px var(--main-bor-color) solid;
  margin: 0 5px;
  line-height: 32px;
  height: 32px;
  text-align: center;
  background: white;
}
.new_header .wrap .bot .button span:not(:empty), .new_header .wrap .bot select span:not(:empty), .new_header .wrap .bot .new_blog a span:not(:empty) {
  display: block;
  font-size: 11px;
  line-height: 4px;
  margin: 5px auto -4px;
}
.new_header .wrap .bot .button.active {
  background-color: var(--main-bor-color);
  color: white;
}
.new_header .wrap .bot select {
  background: var(--main-bor-color);
  color: white;
  width: 190px;
}
.new_header .wrap .bot select.null {
  background: white;
  color: #2c394c;
}
.new_header .wrap .bot .new_blog {
  display: flex;
}
.new_header .wrap .bot .new_blog ul {
  display: flex;
}
.new_header .wrap .bot .new_blog ul li {
  margin: 0;
}
.new_header .wrap .bot .new_blog ul li a {
  display: block;
}
@media (min-width: 768px) {
  .new_header .wrap .bot {
    display: flex;
    align-items: center;
  }
  .new_header .wrap .new_blog {
    margin-right: auto;
  }
  .new_header .wrap .new_blog .footer_only {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .new_header .wrap .bot {
    display: block;
    text-align: center;
    padding: 26px 50px 5px;
  }
  .new_header .wrap .bot .button, .new_header .wrap .bot select {
    display: inline-block;
    margin: 0 auto 8px;
  }
  .new_header .wrap .bot .new_blog {
    display: none;
  }
  .new_header .wrap .bot .new_blog.active {
    display: block;
    position: absolute;
    top: 166px;
    left: 55px;
    width: 220px;
    padding: 10px 20px;
    background-color: var(--main-bg-color);
    text-align: center;
    border-radius: 5px;
    border: 1px var(--main-bor-color) solid;
    z-index: 11;
  }
  .new_header .wrap .bot .new_blog.active ul {
    display: block;
    width: 100%;
  }
  .new_header .wrap .bot .new_blog.active ul li {
    display: block;
    margin: 10px auto;
  }
}

.new_footer.new_header .wrap .new_blog .footer_only {
  display: block !important;
}
.new_footer.new_header .wrap .new_blog .header_only {
  display: none;
}

body .select2-container--default .select2-selection--single .select2-selection__rendered {
  border: 1px var(--main-bor-color) solid;
  background-color: var(--main-bg-color);
  height: 32px;
  border-radius: 6px !important;
  color: black;
}

body .top .select2-container--default .select2-selection--single .select2-selection__rendered {
  background-color: white;
  font-weight: bold;
}

body .active .select2-container--default .select2-selection--single .select2-selection__rendered {
  background-color: var(--main-bor-color);
  color: white;
}

body .select2-container--default .select2-dropdown {
  z-index: 1111111;
  background: var(--main-bg-color);
}
body .select2-container--default .select2-dropdown .select2-results__option--selected, body .select2-container--default .select2-dropdown .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: var(--main-bor-color);
}

.select2-container--default .select2-selection--single {
  border-radius: 6px !important;
}

.copyright {
  width: 100%;
  text-align: center;
  margin-top: 30px;
  color: var(--main-bor-color);
  font-weight: bold;
}

.go_top {
  position: fixed;
  right: 25px;
  bottom: 135px;
  width: 40px;
  height: 40px;
  z-index: 9;
  background-color: var(--main-bg-color);
  line-height: 40px;
  text-align: center;
}

.select2-results .select2-results__option {
  padding: 3px 5px;
}

.new_footer .search_select, .new_footer .select2-container, .new_footer .new_blog.active, .new_footer .new_menu.active {
  display: none !important;
}

.under_header, .under_footer {
  max-width: 1600px;
  margin: 5px auto 0;
  position: relative;
}
.under_header ul, .under_footer ul {
  display: flex;
  gap: 15px;
  background-color: var(--main-bor-color);
  padding: 5px;
  margin-top: -5px;
  flex-wrap: wrap;
}
.under_header ul > li, .under_footer ul > li {
  font-weight: bold;
  color: white;
}
.under_header ul ul, .under_footer ul ul {
  display: block;
  width: 180px;
  padding: 0;
}
@media (max-width: 767px) {
  .under_header ul ul, .under_footer ul ul {
    display: none;
  }
}
.under_header ul a, .under_footer ul a {
  color: white;
  font-weight: normal;
}

@media (max-width: 767px) {
  .under_footer ul {
    padding-bottom: 50px;
  }
  li.open {
    width: 100%;
  }
  li.open ul {
    display: block;
  }
}
.scrolled .new_header:not(.new_footer) .wrap .top a.new_search {
  position: fixed;
  top: 75px;
  left: 5px;
  z-index: 99;
}

.single-property {
  margin: 0 auto;
}
.single-property .entry-content .property-content .top-detail.breadcrumb {
  margin: 0;
  position: relative;
}
.single-property .entry-content .property-content .tabs {
  margin-top: 10px;
}
.single-property .entry-content .property-content .tabs .tab {
  width: 100%;
}
.single-property .entry-content .property-content .tabs .tab.google {
  display: none;
}
.single-property .entry-content .property-content .tabs .tab iframe {
  width: 100%;
  height: 100%;
}
.single-property .entry-content .property-content .tabs .tab .gallery {
  height: 500px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.single-property .entry-content .property-content .tabs .tab .gallery img {
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 1s ease-in-out;
  width: 100%;
}
.single-property .entry-content .property-content .tabs .tab .gallery img.active {
  opacity: 1;
  z-index: 1;
}
.single-property .entry-content .property-content .tabs .tab .gallery p {
  position: absolute;
  right: 0;
  bottom: 0;
  color: red;
  font-size: 24px;
  z-index: 11;
  padding: 3px 10px;
  background-color: rgba(255, 255, 255, 0.2);
}
.single-property .entry-content .property-content .property-description .auto_content h2 {
  display: inline-block;
  font-size: 30px;
  background-color: var(--main-bor-color);
  color: white;
  padding: 0 20px;
  border-radius: 6px;
  line-height: 43px;
  height: 39px;
  margin-bottom: 10px;
  color: white;
}
.single-property .entry-content .property-content .property-description .auto_content h3 {
  margin-bottom: 8px;
}
.single-property .entry-content .property-content .property-description .auto_content p {
  margin-top: 7px;
}
.single-property .entry-content .property-content .property-description .auto_content p .break {
  display: block;
}
.single-property .entry-content .property-content .property-description .auto_content p .parent {
  font-weight: bold;
}
.single-property .entry-content .property-content .property-description .auto_content p:first-of-type {
  margin-top: 7px;
}
.single-property .entry-content .property-content .property-overview ul li span {
  font-weight: bold;
  color: var(--main-bor-color);
}
.single-property .entry-content .property-content .property-overview h6 {
  color: var(--main-bor-color);
  padding-top: 10px;
  font-weight: bold;
}
.single-property .entry-content .property-content .property-overview .days_open {
  text-align: center;
}
.single-property .entry-content .property-content .property-overview .days_open span {
  display: inline-block;
  padding: 0 8px;
}
.single-property .entry-content .property-content .property-overview .days_open span span {
  display: block;
}
.single-property .entry-content .property-content .property-overview .in_area h4 {
  font-size: 20px;
  margin: 10px 0 -10px;
}
.single-property .entry-content .property-content .property-overview .nearby {
  margin-bottom: 20px;
}
.single-property .entry-content .property-content .property-overview .nearby h5 {
  font-size: 15px;
  margin-top: 10px;
}
.single-property .entry-content .property-content .property-overview .nearby table {
  width: 100%;
  table-layout: fixed;
  border: 1px silver solid;
  font-size: 14px;
}
.single-property .entry-content .property-content .property-overview .nearby table th, .single-property .entry-content .property-content .property-overview .nearby table td {
  padding: 0 3px;
  text-align: right;
}
.single-property .entry-content .property-content .property-overview .nearby table .name, .single-property .entry-content .property-content .property-overview .nearby table .address {
  width: calc(50% - 75px);
}
.single-property .entry-content .property-content .property-overview .nearby table .distance {
  width: 40px;
}
.single-property .entry-content .property-content .property-overview .nearby table .time {
  width: 35px;
}
.single-property .entry-content .property-content iframe, .single-property .entry-content .property-content img {
  max-width: 100%;
}
.single-property .entry-content .sidebar {
  position: relative;
}
.single-property .entry-content .sidebar .new_pricing h4 {
  margin-top: 10px !important;
}
@media (min-width: 768px) {
  .single-property .entry-content {
    display: grid;
    grid-template-columns: 66% 32%;
    grid-gap: 2%;
  }
  .single-property .entry-content .tabs .tab {
    height: 500px;
  }
  .single-property .entry-content .tabs .tab .gallery img {
    height: 500px;
  }
  .single-property .entry-content .property-overview ul {
    display: grid;
    grid-template-columns: 33.3% 33.3% 33.3%;
    grid-gap: 0 15px;
  }
  .single-property .entry-content .property-overview ul li {
    padding: 8px 0 0;
  }
  .single-property .entry-content .property-overview ul li.double {
    grid-column: span 2;
  }
}
@media (max-width: 767px) {
  .single-property .entry-content .top-detail.breadcrumb {
    padding-bottom: 47px;
  }
  .single-property .entry-content .top-detail.breadcrumb .icons {
    top: 53px;
  }
  .single-property .entry-content .tabs .tab {
    height: 300px;
  }
  .single-property .entry-content .tabs .tab .gallery {
    max-height: 100%;
  }
  .single-property .entry-content .tabs .tab .gallery img {
    height: 300px;
  }
  .single-property .entry-content .sidebar {
    padding-top: 65px;
  }
}

.single-property .top-detail {
  position: relative;
}
.single-property .top-detail .icons {
  top: 0;
  left: 10px;
  width: auto;
}
.single-property .top-detail .icons ul {
  margin: 0;
  float: left;
}
.single-property .header-info .nav-tabs {
  margin: 15px 3px 10px;
}
.single-property .header-info .nav-tabs a {
  background-color: green;
}
.single-property .header-info .header-right .price {
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0;
  word-spacing: 0;
}
@media (min-width: 768px) {
  .single-property .header-info .header-left .new_pricing {
    display: none;
  }
}
@media (max-width: 767px) {
  .single-property .header-info .header-left {
    width: 100%; /* 56%; */
  }
  .single-property .header-info .header-left .new_top_widget {
    max-width: none;
  }
  .single-property .header-info .header-left .button.tel {
    font-size: 24px;
    padding: 11px 14px;
  }
  .single-property .header-info .header-right {
    width: 40%;
  }
  .single-property .header-info .header-right .price {
    font-size: 16px;
    line-height: 20px !important;
    color: navy !important;
  }
  .single-property .header-info .header-right .property-box-share {
    width: 100%;
    text-align: center;
    padding: 15px;
  }
  .single-property .header-info .header-right .favorite {
    width: 100%;
    text-align: center;
  }
}
.single-property .entry-content .sidebar .new_top_widget {
  /*        div.breadcrumb { padding: 0; margin-top: 10px;
            ol.breadcrumb { display: flex; }
            h4 { font-size: 20px; margin-top: 10px; }
          }  */
}
.single-property .entry-content .sidebar .new_top_widget h3 {
  font-family: Arial, Helvetica, sans-serif;
  line-height: 18px;
  color: #1e73be;
  font-size: 24px;
}
@media (max-width: 767px) {
  .single-property form.contact_zimmer h3 {
    width: 100%;
    text-align: center;
  }
  .single-property form.contact_zimmer h3 span.mobile2 {
    cursor: pointer;
    font-size: 28px;
  }
  .single-property form.contact_zimmer div.mobile2 {
    display: none;
  }
}

.zimmer_box .price, .sidebar .price {
  font-size: 22px;
  font-weight: bold;
  color: white !important;
  text-align: center;
  background-color: red;
  padding: 5px;
}

.p_err span {
  display: block;
  text-align: center;
  font-size: 14px;
}

form.contact_zimmer {
  padding: 0 10px 10px;
}
form.contact_zimmer h3 {
  font-size: 30px !important;
  background-color: var(--main-bor-color);
  color: white !important;
  padding: 0 20px;
  border-radius: 6px;
  line-height: 43px !important;
  height: 39px;
  margin: 30px 0 5px;
  font-family: "Dosis", serif !important;
  display: inline-block;
}
form.contact_zimmer .msq {
  color: var(--main-bor-color);
}
form.contact_zimmer .msq a {
  color: var(--main-bor-color);
  font-weight: bold;
}
form.contact_zimmer label {
  display: block;
  color: var(--main-bor-color);
  font-size: 16px;
  margin: 6px 0 0;
}
form.contact_zimmer input, form.contact_zimmer textarea {
  width: 100%;
  max-width: 300px;
  font-size: 16px border 1px black solid;
}
form.contact_zimmer input:focus, form.contact_zimmer textarea:focus {
  outline: none;
}
form.contact_zimmer textarea {
  height: 80px;
}
form.contact_zimmer input[type=submit] {
  width: auto;
  padding: 10px 20px;
  background-color: var(--main-bor-color);
  color: white;
  border: 0;
  border-radius: 6px;
  font-size: 20px;
  cursor: pointer;
}
form.contact_zimmer .fbox.err input {
  border-color: red;
}
form.contact_zimmer .send_ok {
  font-size: 24px;
  padding-top: 20px;
  color: green;
}
form.contact_zimmer .send_error {
  font-size: 24px;
  padding-top: 20px;
  color: red;
}
form.contact_zimmer .dates {
  display: grid;
  grid-template-columns: 50% 50%;
}
form.contact_zimmer .dates input {
  width: 90%;
}
form.contact_zimmer .numbers {
  display: grid;
  grid-template-columns: 25% 25% 35%;
  grid-gap: 10px;
  accent-color: var(--main-bor-color);
}
@media (max-width: 767px) {
  form.contact_zimmer {
    margin-bottom: -15px;
  }
  form.contact_zimmer h3 {
    margin-top: 10px;
  }
}
form.contact_zimmer.calc .date_picker, form.contact_zimmer.calc .numbers output {
  color: white !important;
  background-color: red;
  padding: 5px;
  font-weight: bold;
}

.new_zimmers {
  margin: 0 auto;
}
.new_zimmers .area select {
  font-size: 18px;
  font-weight: bold;
  padding: 0 20px;
  border-radius: 6px;
  background-color: var(--main-bor-color);
  border: 1px var(--main-bor-color) solid;
  margin: 0 5px;
  line-height: 32px;
  height: 32px;
  color: white;
}
.new_zimmers .zimmers h1 {
  margin: 0;
  line-height: 25px;
}
.new_zimmers .zimmers h1 span {
  margin: 0;
  font-size: 32px;
  font-weight: bold;
  padding: 0 10px;
  border-radius: 6px;
  background-color: var(--main-bor-color);
  line-height: 50px;
  height: 36px;
  color: white;
}
.new_zimmers .zimmers span.tp_breadcrumbs {
  display: block;
  padding: 4px 0;
}
.new_zimmers .zimmers span.tp_breadcrumbs a {
  display: inline-block;
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  height: 24px;
  padding: 0 5px;
  margin: 2px 0 2px 5px;
  background-color: var(--main-bor-color);
  color: white;
  border-radius: 4px;
}
.new_zimmers .zimmers .zimmer_box .gallery {
  height: 300px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.new_zimmers .zimmers .zimmer_box .gallery img {
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 1s ease-in-out;
}
.new_zimmers .zimmers .zimmer_box .gallery img.active {
  opacity: 1;
  z-index: 1;
}
.new_zimmers .zimmers .zimmer_box .gallery p {
  position: absolute;
  right: 0;
  bottom: 0;
  color: red;
  font-size: 16px;
  z-index: 11;
  padding: 3px 10px;
  background-color: rgba(255, 255, 255, 0.2);
}
.new_zimmers .zimmers .zimmer_box .meta {
  padding: 0px 15px 10px;
}
.new_zimmers .zimmers .zimmer_box .meta h2 {
  margin: 5px 0;
  line-height: 28px;
}
.new_zimmers .zimmers .zimmer_box .meta h2 a {
  font-size: 30px;
  color: var(--main-bor-color);
}
.new_zimmers .zimmers .zimmer_box .meta h3 {
  margin: 0 0 10px;
  line-height: 28px;
  font-size: 28px;
}
.new_zimmers .zimmers .zimmer_box .meta .button.tel {
  padding: 10px 20px;
  background-color: var(--main-bg-color);
  border-radius: 10px;
  display: block;
  text-align: center;
  font-size: 30px;
}
.new_zimmers .zimmers .zimmer_box .prices {
  width: 260px;
  position: relative;
  color: navy;
}
.new_zimmers .zimmers .zimmer_box .prices .price {
  font-size: 22px;
  font-weight: bold;
  color: white !important;
  text-align: right;
  background-color: red;
  padding: 5px;
  background-image: url(images/click.svg);
  background-repeat: no-repeat;
  cursor: pointer;
  background-position: -3px 0px;
  background-size: contain;
}
.new_zimmers .zimmers .zimmer_box .prices .p_err span {
  display: block;
  text-align: center;
  font-size: 14px;
}
.new_zimmers .zimmers .zimmer_box .prices div.sorting_tax span {
  padding: 0;
  font-size: 14px;
  font-weight: normal;
}
.new_zimmers .zimmers .pagination {
  text-align: center;
  min-height: 55px;
}
.new_zimmers .zimmers .pagination a.button {
  padding: 5px 10px;
  background-color: var(--main-bg-color);
  border-radius: 10px;
  display: block;
  text-align: center;
  font-size: 23px;
}
.new_zimmers .zimmers .pagination .back {
  float: left;
}
.new_zimmers .zimmers .pagination .next {
  float: right;
}
@media (min-width: 768px) {
  .new_zimmers {
    max-width: 1500px;
    display: grid;
    grid-template-columns: 1fr 4fr;
  }
  .new_zimmers .area {
    width: 250px;
    min-height: 520px;
  }
  .new_zimmers .area .area_box {
    margin-bottom: 20px;
  }
  .new_zimmers .area select {
    margin: 0;
    width: 85%;
  }
  .new_zimmers .zimmers {
    display: block;
    grid-template-columns: 100%;
  }
  .new_zimmers .zimmers .zimmer_box {
    display: grid;
    margin: 10px 0;
    grid-template-columns: 3fr 3fr auto;
    gap: 15px;
  }
  .new_zimmers .zimmers .zimmer_box .gallery img {
    width: 100%;
  }
  .new_zimmers .zimmers .zimmer_box .meta {
    padding: 0 15px 10px;
  }
  .new_zimmers .zimmers .zimmer_box .meta h2 {
    line-height: 28px;
  }
  .new_zimmers .zimmers .zimmer_box .meta .button.tel {
    padding: 10px 20px;
    background-color: var(--main-bg-color);
    border-radius: 10px;
    display: block;
    text-align: center;
    font-size: 30px;
  }
  .new_zimmers .zimmers .zimmer_box .prices {
    padding: 60px 5px 0;
    font-size: 16px;
    line-height: 22px;
    position: relative;
  }
}
@media (max-width: 767px) {
  .new_zimmers {
    display: block;
  }
  .new_zimmers .area {
    width: 100%;
    display: block;
    text-align: center;
    padding-bottom: 5px;
    margin-top: -15px;
  }
  .new_zimmers .area .area_box {
    margin-bottom: 10px;
    display: inline-block;
    width: 33%;
  }
  .new_zimmers .area .area_box.ar4 {
    width: 66%;
  }
  .new_zimmers .area h3 {
    font-size: 18px;
    margin: 10px auto 1px;
    display: none;
  }
  .new_zimmers .area select {
    max-width: 96%;
  }
  .new_zimmers .zimmers {
    width: 100%;
  }
  .new_zimmers .zimmers .zimmer_box {
    margin: 5px 0;
    position: relative;
    padding-top: 68px;
  }
  .new_zimmers .zimmers .zimmer_box .gallery {
    width: 100%;
    margin: 0;
  }
  .new_zimmers .zimmers .zimmer_box .gallery img {
    width: 100%;
  }
  .new_zimmers .zimmers .zimmer_box .meta {
    width: 100%;
    padding-top: 5px;
  }
  .new_zimmers .zimmers .zimmer_box .prices {
    width: 100%;
    padding: 10px 15px;
    font-size: 20px;
    position: unset;
  }
}

div.breadcrumb {
  padding: 8px 12px 7px;
  margin: 20px 0;
  background-color: #f5f5f5;
}
div.breadcrumb .breadcrumb {
  margin-bottom: 0;
  padding: 0;
  font-size: 16px;
  display: flex;
  flex-wrap: wrap;
}
div.breadcrumb .breadcrumb li {
  display: inline-flex;
  flex-shrink: 0;
}
div.breadcrumb .breadcrumb li a {
  color: var(--main-bor-color) !important;
}
div.breadcrumb .breadcrumb li:not(:first-of-type) {
  padding-right: 4px;
}
div.breadcrumb .breadcrumb li:not(:last-of-type, .break):after {
  content: ",";
  padding-right: 0;
}
div.breadcrumb .breadcrumb:first-of-type li:not(:last-of-type)::after {
  content: " >";
  padding-right: 2px;
}
div.breadcrumb .breadcrumb.accessories {
  display: block;
}
div.breadcrumb .breadcrumb.accessories li {
  float: right;
}
div.breadcrumb .breadcrumb.accessories li.break {
  clear: both;
  font-weight: bold;
  padding: 0 !important;
}
div.breadcrumb .breadcrumb.accessories li.break.last {
  float: none;
  display: block;
}
div.breadcrumb .breadcrumb.accessories li:not(.break):after {
  content: "^";
  padding: 0;
  transform: rotate(180deg);
  color: green;
}

.icons {
  width: 100%;
  text-align: center;
}
.icons ul {
  max-width: 360px;
  margin: 0 auto;
}
.icons ul li {
  float: none;
  display: inline-block;
  margin: 10px -1px 0;
}
.icons ul li a {
  width: 48px;
  height: 48px;
  line-height: 51px;
  text-align: center;
  color: #fff;
  display: inline-block;
  background-color: black;
  font-size: 24px;
  border-radius: 6px;
}
.icons ul li.blue a {
  background-color: #009cff;
}
.icons ul li.green a {
  background-color: green;
}

@media (min-width: 768px) {
  .icons {
    position: absolute;
    left: 0;
    top: -10px;
  }
  .icons ul {
    max-width: 360px;
    margin: 0 auto;
  }
  .icons ul span {
    display: none;
  }
}
@media (max-width: 767px) {
  .icons {
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }
  .icons ul {
    margin: 0 auto;
    width: 100%;
  }
  .home .icons ul li.phone, .archive .icons ul li.phone {
    width: 150px;
  }
  .home .icons ul li.phone a, .archive .icons ul li.phone a {
    width: 150px;
    font-size: 20px;
    color: black !important;
    background-color: var(--main-bg-color);
  }
  .home .icons ul li.phone a i, .archive .icons ul li.phone a i {
    font-size: 18px;
  }
  .single-property li.phone span {
    display: none;
  }
}
.new_top_widget a.button.tel {
  padding: 10px 20px;
  background-color: var(--main-bg-color);
  border-radius: 10px;
  display: block;
  text-align: center;
  font-size: 30px;
}
.new_top_widget h2 {
  margin: 10px 0 8px;
  line-height: 28px;
  font-size: 30px;
  color: var(--main-bor-color);
}
.new_top_widget h3 {
  margin: 0;
}
.new_top_widget div.breadcrumb {
  margin-top: 20px;
}

@media (min-width: 768px) {
  .single-property .sidebar-detail.sidebar {
    margin-top: -86px;
  }
}
.new_links .wrap {
  max-width: 1600px;
  margin: 0 auto;
  display: grid;
  gap: 1%;
  margin-bottom: 20px;
}
.new_links .wrap .new_links_box h3 {
  margin-top: -10px;
}
.new_links .wrap .new_links_box select {
  width: 85%;
  font-size: 18px;
  font-weight: bold;
  padding: 0 20px;
  border-radius: 6px;
  background-color: var(--main-bg-color);
  color: #2c394c;
  border: 1px var(--main-bor-color) solid;
  margin: 0 5px;
  line-height: 32px;
  height: 32px;
}
@media (min-width: 768px) {
  .new_links .wrap {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .new_links .wrap {
    grid-template-columns: 1fr 1fr;
  }
  .new_links .wrap .new_links_box {
    margin-bottom: 10px;
  }
  .new_links .wrap .new_links_box h3 {
    margin: 0 5px;
    font-size: 18px;
  }
}

.property_next_back {
  text-align: center;
}
.property_next_back.top {
  padding-bottom: 15px;
}
.property_next_back a.button {
  padding: 5px 10px;
  background-color: var(--main-bg-color);
  border-radius: 10px;
  display: block;
  text-align: center;
  font-size: 23px;
}
.property_next_back .back {
  float: left;
}
.property_next_back .next {
  float: right;
}

.new_pricing {
  max-width: 360px;
  padding: 5px;
  font-size: 16px;
  color: navy;
  background-color: var(--prices_bg);
}
.new_pricing h4 {
  text-align: center;
  margin: 0;
  color: var(--main-bor-color);
  font-size: 20px;
}
.new_pricing p {
  display: flex;
  text-align: right;
  gap: 5px;
  margin: 0;
}
.new_pricing p span {
  width: 65%;
}
.new_pricing p i {
  font-style: normal;
}
.new_pricing .cancel_remark {
  color: white;
  text-align: center;
  display: block;
}

ul.nav-tabs li {
  vertical-align: top;
}
ul.nav-tabs li.waze a {
  background-image: url(images/waze-150x150.png) !important;
  background-color: transparent !important;
  background-size: contain !important;
  position: relative;
}
ul.nav-tabs li.waze a.err:after {
  content: "פעיל רק במובייל";
  position: absolute;
  right: 0;
  top: -35px;
  color: red;
  z-index: 1111;
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
  width: 105px;
  text-align: right;
}
@media (max-width: 767px) {
  ul.nav-tabs li.gmap {
    display: none !important;
  }
}

.new-google-map {
  clear: both;
  display: none;
}
.new-google-map iframe {
  width: 100%;
  height: 400px;
}

h1.new_title {
  font-size: 32px;
  margin: 0 0 15px;
  background-color: var(--main-bor-color);
  padding: 3px 10px;
  display: inline-block;
  color: white;
}

.new_tel {
  width: 100%;
  text-align: center;
  margin: -10px 0 10px;
}
@media (min-width: 768px) {
  .new_tel {
    display: none !important;
  }
}
.new_tel .button.tel {
  padding: 5px 15px 3px;
  background-color: var(--main-bg-color);
  border-radius: 10px;
  display: inline-block;
  text-align: center;
  font-size: 30px;
}

.home .property-content h3, .archive .property-content h3 {
  font-size: 15px;
  font-weight: bold;
  color: var(--main-bor-color);
}
.home .property-content p, .archive .property-content p {
  font-size: 14px;
  line-height: 18px;
}
.home .property-content a, .archive .property-content a {
  color: var(--main-bor-color);
  text-decoration: underline;
}

.sbox {
  margin: 0 0 30px;
  background: #fff;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
}
@media (min-width: 768px) {
  .sbox {
    padding: 30px 40px;
  }
}
@media (max-width: 767px) {
  .sbox {
    padding: 10px 10px;
  }
}

form.new_sorting {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 13;
  background-color: white;
  padding: 35px;
}
form.new_sorting .close {
  position: absolute;
  top: 20px;
  left: 20px;
  font-size: 36px;
  font-weight: bold;
}
form.new_sorting .sort_box {
  display: flex;
  flex-wrap: wrap;
}
form.new_sorting .sort_box h3 {
  width: 100%;
  padding-top: 30px;
}
form.new_sorting .sort_box h3 span {
  background-color: var(--main-bor-color);
  color: white;
  padding: 8px 20px;
  display: inline-block;
}
form.new_sorting .sort_box label {
  width: 120px;
  height: 24px;
  display: inline-block;
  overflow: hidden;
  margin-left: 10px;
}
form.new_sorting .sort_box label.main_area {
  background-color: var(--main-bor-color);
  color: white;
}
form.new_sorting .sort_box label input {
  margin: 0 0 0 7px;
  cursor: pointer;
}
@media (max-width: 767px) {
  form.new_sorting .sort_box.areas label {
    display: none;
  }
}
form.new_sorting .sort_box.open label {
  display: inline-block;
}
form.new_sorting input[type=submit] {
  padding: 5px 25px;
  background-color: var(--main-bg-color);
  border-radius: 10px;
  display: block;
  text-align: center;
  font-size: 23px;
  border: 0;
  margin-top: 25px;
  cursor: pointer;
}
form.new_sorting p {
  margin: 20px 0 -15px;
  font-size: 20px;
  background-color: var(--main-bor-color);
  color: white;
  padding: 2px 15px;
  display: inline-block;
}
@media (max-width: 767px) {
  form.new_sorting p {
    display: none;
  }
}

a.button.new_sorting {
  padding: 5px 10px;
  background-color: var(--main-bg-color);
  border-radius: 10px;
  display: block;
  text-align: center;
  font-size: 23px;
  width: 212px;
  margin-bottom: 20px;
}

.sorting_tax {
  display: block;
  font-size: 20px;
  font-weight: bold;
}
.sorting_tax span {
  padding-right: 10px;
}

.prices .sorting_tax {
  background-color: var(--price_bg);
  padding: 0 5px;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: none;
  place-content: center;
  z-index: 13;
}
.overlay.active {
  display: grid;
}
.overlay .content {
  max-width: 360px;
  position: relative;
  background: white;
}
.overlay .content .close {
  position: absolute;
  top: -12px;
  right: 7px;
  font-size: 30px;
}

.ui-datepicker {
  z-index: 99999 !important;
}

.new_zimmers a.contact_zimmer, a.button.whatsapp {
  color: white !important;
  padding: 0 20px;
  border-radius: 6px;
  height: 39px;
  margin: 10px auto;
  font-family: "Dosis", serif !important;
  display: inline-block;
  width: 100%;
  text-align: center;
}

.new_zimmers a.contact_zimmer {
  font-size: 22px !important;
  line-height: 43px !important;
  background-color: var(--main-bor-color);
}

a.button.whatsapp {
  font-size: 22px;
  line-height: 41px;
  background-color: #2CB742;
}

.price_calculator {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 13;
  background-color: white;
}
.price_calculator .close {
  position: absolute;
  top: 35px;
  right: 20px;
  font-size: 36px;
  font-weight: bold;
  background-color: white;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 45px;
  border-radius: 50%;
}
.price_calculator > div {
  width: 330px;
  margin: 0 auto;
  padding: 1px 15px 15px;
  border-radius: 15px;
  background-color: white;
}
.price_calculator > div h3 {
  width: 100%;
  padding: 10px 0;
  background-color: var(--main-bor-color);
  color: white;
  margin-top: 20px;
  text-align: center;
}
.price_calculator > div div {
  margin-bottom: 5px;
  position: relative;
}
.price_calculator > div div label {
  display: block;
  margin: 0;
  color: var(--main-bor-color);
}
.price_calculator > div div input, .price_calculator > div div select {
  cursor: pointer;
  width: 100%;
  height: 30px;
  accent-color: var(--main-bor-color);
  outline: none;
}
.price_calculator > div div output {
  position: absolute;
  top: 10px;
  left: 0;
}
.price_calculator > div div input[type=radio] {
  width: 25px;
  vertical-align: -10px;
}
.price_calculator > div div.period span {
  display: inline-block;
  width: 32%;
  text-align: center;
}
.price_calculator > div div.period span input {
  width: 100%;
  vertical-align: top;
  margin: 0;
}
.price_calculator > div input[type=submit] {
  padding: 5px 25px;
  background-color: var(--main-bg-color);
  border-radius: 10px;
  display: block;
  text-align: center;
  font-size: 23px;
  border: 0;
  margin-top: 25px;
  cursor: pointer;
}

body > .price_calculator {
  background-color: rgba(0, 0, 0, 0.7);
  padding: 35px;
}

.side .price_calculator {
  display: block;
  position: relative;
  padding: 0;
}
@media (max-width: 767px) {
  .side .price_calculator {
    display: none !important;
  }
}
.side .price_calculator .close {
  display: none;
}
.side .price_calculator > div {
  max-width: 232px;
  margin: 0 0 30px;
  font-size: 12px;
  padding: 10px;
  background-color: var(--side_bg);
}
.side .price_calculator > div input[type=submit] {
  margin: 0 auto;
}
.side .price_calculator > div .period span {
  vertical-align: top;
}
.side .price_calculator h3 {
  padding: 8px 5px;
  font-size: 20px;
  margin: 0;
}

.page-template-add_zimmer .go_top {
  display: none;
}
.page-template-add_zimmer .my_zimmers td {
  padding-left: 20px;
}
.page-template-add_zimmer .my_zimmers td a {
  font-weight: bold;
}
.page-template-add_zimmer .site-main form {
  display: flex;
  gap: 2%;
  flex-wrap: wrap;
  margin: 0 15px 40px;
}
@media (min-width: 768px) {
  .page-template-add_zimmer .site-main form .form_box {
    width: 49%;
  }
  .page-template-add_zimmer .site-main form .form_box.select {
    width: 18.4%;
    margin: 10px 0 10px;
  }
  .page-template-add_zimmer .site-main form .form_box.image {
    width: 32%;
  }
  .page-template-add_zimmer .site-main form .form_box.prices {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  .page-template-add_zimmer .site-main form .form_box.prices .price {
    width: 16%;
    margin-left: 0.65%;
  }
  .page-template-add_zimmer .site-main form .form_box.checkboxs {
    width: 100%;
    margin: 10px 0;
  }
  .page-template-add_zimmer .site-main form .form_box.checkboxs .checkbox {
    width: auto;
    display: inline-block;
    margin-left: 20px;
    /*            &.cbox2 { width: 160px;
                  label { width: 135px; } }  */
  }
  .page-template-add_zimmer .site-main form .form_box.checkboxs .checkbox label {
    width: auto;
    display: inline-block;
    font-weight: bold;
    padding: 0;
    margin: 0;
  }
  .page-template-add_zimmer .site-main form .form_box.checkboxs .checkbox input {
    width: 20px;
    display: inline-block;
    margin: 0;
  }
  .page-template-add_zimmer .site-main form .form_box.checkbox.copy_rights label {
    width: auto;
    display: inline-block;
    padding: 0;
    margin: 0;
    font-weight: bold;
  }
  .page-template-add_zimmer .site-main form .form_box.checkbox.copy_rights input {
    width: 30px;
    display: inline-block;
  }
  .page-template-add_zimmer .site-main form .form_box.checkbox.copy_rights.err {
    border: 1px red solid;
    padding-right: 10px;
  }
  .page-template-add_zimmer .site-main form .form_box.small_box {
    width: 18.4%;
  }
  .page-template-add_zimmer .site-main form .form_box.free_text {
    width: 38.8%;
  }
}
@media (max-width: 767px) {
  .page-template-add_zimmer .site-main form .form_box {
    width: 100%;
  }
  .page-template-add_zimmer .site-main form .form_box.select {
    width: 49%;
  }
  .page-template-add_zimmer .site-main form .form_box.image {
    width: 100%;
  }
}
.page-template-add_zimmer .site-main form .form_box.description {
  width: 100%;
  margin-bottom: 15px;
}
.page-template-add_zimmer .site-main form .form_box.description textarea {
  height: 100px;
}
.page-template-add_zimmer .site-main form .form_box.button {
  width: 100%;
}
.page-template-add_zimmer .site-main form .form_box span {
  color: red;
}
.page-template-add_zimmer .site-main form .form_box input, .page-template-add_zimmer .site-main form .form_box select, .page-template-add_zimmer .site-main form .form_box textarea {
  display: block;
  width: 100%;
  background-color: #eee;
  border-radius: 6px;
  border: 1px silver solid;
  padding: 5px;
  font-size: 15px;
}
.page-template-add_zimmer .site-main form .form_box input[type=file] {
  border: none;
  background-color: transparent;
}
.page-template-add_zimmer .site-main form .form_box.err input, .page-template-add_zimmer .site-main form .form_box.err textarea, .page-template-add_zimmer .site-main form .form_box.err select {
  border: 1px red solid;
}
.page-template-add_zimmer .site-main form hr {
  display: block;
  width: 100%;
  margin: 0;
  border: 0;
}
.page-template-add_zimmer .site-main form label {
  display: block;
  width: 100%;
}
.page-template-add_zimmer .site-main form .images_box {
  width: 100%;
  display: flex;
  gap: 2%;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.page-template-add_zimmer .site-main form button, .page-template-add_zimmer .site-main form input[type=submit] {
  display: block;
  color: var(--main-bor-color);
  background-color: var(--main-bg-color);
  padding: 5px 45px;
  margin: 5px 0;
  border-radius: 6px;
  border: 1px var(--main-bor-color) solid;
  cursor: pointer;
}
.page-template-add_zimmer .site-main form button {
  height: 30px;
  line-height: 17px;
  padding: 5px 15px;
}
.page-template-add_zimmer .site-main form input[type=submit] {
  padding: 10px 20px;
  font-size: 24px;
}
.page-template-add_zimmer .site-main form .select2-container--default .select2-selection--single .select2-selection__rendered {
  background-color: white !important;
  color: #444 !important;
  border: 1px silver solid;
}
.page-template-add_zimmer .site-main form .err .select2-container--default .select2-selection--single .select2-selection__rendered {
  border: 1px red solid;
}
.page-template-add_zimmer .site-main form .err .select2-container--default .select2-selection--multiple {
  border: 1px red solid;
}
.page-template-add_zimmer .site-main form .select2 .select2-container {
  max-width: 100%;
  width: 100% !important;
}
.page-template-add_zimmer .site-main form .e_images_box {
  display: flex;
  width: 100%;
}
.page-template-add_zimmer .site-main form .e_images_box span {
  display: inline-block;
  margin: 0 0 20px 10px;
}
.page-template-add_zimmer .site-main form .e_images_box span img {
  width: 150px;
  height: auto;
}
.page-template-add_zimmer .site-main form .e_images_box span input {
  width: auto;
  display: inline-block;
}

.page-template-contact_report .delete, .page-template-contact_report .pdelete, .page-template-contact_report .tab_select, .page-template-contact_report .filter {
  padding: 0 5px;
  background-color: var(--main-bg-color);
  border-radius: 2px;
  display: block;
  text-align: center;
  font-size: 15px;
  border: 0;
  cursor: pointer;
}
.page-template-contact_report .tab_select, .page-template-contact_report .filter {
  margin: 0 3px;
  font-size: 18px;
  display: inline-block;
  padding: 2px 10px;
  border-radius: 5px;
}
.page-template-contact_report .tab_select.active, .page-template-contact_report .filter.active {
  background-color: var(--main-bor-color);
  color: white;
}
.page-template-contact_report .tab_content {
  display: none;
}
.page-template-contact_report .tab_content.active {
  display: block;
}
.page-template-contact_report .tab_content form {
  display: flex;
  margin: 0 auto;
  gap: 20px;
  align-items: center;
  justify-content: center;
}
.page-template-contact_report .tab_content form div {
  display: inline-block;
}
.page-template-contact_report .tab_content form div label {
  display: block;
  text-align: center;
}
.page-template-contact_report .tab_content form div.name {
  position: relative;
}
.page-template-contact_report .tab_content form div.name output {
  position: absolute;
  top: 50px;
  width: 100%;
  text-align: center;
}
.page-template-contact_report .tab_content form div input {
  outline: none;
}
.page-template-contact_report .contact_report {
  padding-top: 50px;
  text-align: center;
}
.page-template-contact_report .contact_report table {
  margin: auto;
  text-align: right;
}
.page-template-contact_report .contact_report table th {
  text-align: center;
  padding: 0 10px;
}
.page-template-contact_report .contact_report table th.min150 {
  min-width: 150px;
}
.page-template-contact_report .contact_report table td {
  padding: 5px 10px;
}
.page-template-contact_report .contact_report table td.total {
  text-align: left;
  padding-left: 10px;
}
.page-template-contact_report .contact_report table td.center {
  text-align: center;
}

.clear {
  clear: both;
}

.center {
  text-align: center;
}

body {
  font-family: "Karla", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  color: #797979;
  margin: 0;
}
body h1, body h2, body h3, body h4, body h5 {
  font-family: "Dosis", serif;
  font-weight: 700;
  color: var(--main-bor-color);
}
body h1, body h2.tax {
  display: inline-block;
  font-size: 36px;
  background-color: var(--main-bor-color);
  color: white;
  padding: 0 20px;
  border-radius: 6px;
  line-height: 54px;
  height: 50px;
  margin-bottom: 20px;
}
body h2.tax a {
  color: white !important;
  text-decoration: none !important;
}
body h3 {
  line-height: 18px;
  color: #1e73be;
  font-size: 24px;
}
body label {
  font-weight: bold;
  margin: 6px 0 2px;
}
body .site-main {
  max-width: 1600px;
  margin: 20px auto 0;
}
body a {
  cursor: pointer;
  color: #2c394c;
  text-decoration: none;
}
body a:hover {
  color: #009cff;
}

ul {
  list-style: none;
}

@media (min-width: 768px) {
  .mobile {
    display: none;
  }
}
@media (max-width: 767px) {
  .desktop {
    display: none;
  }
  #wpadminbar {
    display: none;
  }
}
.owl-stage-outer::after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 111;
}

.single-property .owl-stage .owl-item {
  margin: 0 !important;
}

.owl-stage img {
  width: 100%;
}/*# sourceMappingURL=new_version.css.map */