﻿﻿.row {
  clear: both;
}
.des-title {
  font-size: 1.5em;
  padding: 7px 0;
}
.des-image {
  max-width: 225px;
  clear: both;
}
.des-image img {
  max-width: 100% !important;
}
.des-description {
  max-width: 225px;
  padding: 20px 0 5px 0;
  clear: both;
}
.footer-privacy {
  justify-content: flex-end;
  display: flex;
  align-items: center;
  gap: 8px;
}
.dev-text {
  font-size: 11px;
  padding: 1em;
}
.dev-text a {
  color: #3e433b;
}
img {
  border: none;
  max-width: 100%;
}
.gm-style img {
  max-width: none;
}
body {
  font-size: 14px;
  color: #595d56;
  font-family: "Open Sans", sans-serif;
}
input {
  font-family: "Open Sans", sans-serif;
}
.lowercase {
  text-transform: lowercase;
}
.uppercase {
  text-transform: uppercase;
}

.no-hor-margin {
  margin-left: 0;
  margin-right: 0;
}
.relative-z2 {
  position: relative;
  z-index: 3;
}
.absolute-z2 {
  position: absolute;
  z-index: 2;
}
.min-height-overflow {
  height: 1px;
  overflow: visible;
}
.hide {
  display: none;
}
a {
  color: #8dad0e;
  text-decoration: underline;
}

input[type="checkbox"],
input[type="radio"] {
  border: none !important;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  background: #fffffd;
  width: 15px;
  height: 15px;
  padding: 0;
  margin: 0 6px 0 0;
  position: relative;
  z-index: 1;
  top: 1px;
  float: left;
}
label[data-type="checkbox"] {
  display: block;
  position: relative;
  z-index: 0;
}
label[data-type="checkbox"] input[type="checkbox"],
label[data-type="checkbox"] input[type="radio"] {
  visibility: hidden;
}
label[data-type="checkbox"]:before {
  content: " ";
  display: block;
  position: absolute;
  z-index: 1;
  background: #fff;
  width: 15px;
  height: 15px;
  border: 1px solid #bebebe;
  left: 0;
  top: 50%;
  margin: -7px 0 0 0;
  cursor: pointer;
}
label[data-type="checkbox"].rounded:before,
.advanced-search-placeholder label[data-type="checkbox"].rounded:before {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
label[data-type="checkbox"] .mark {
  content: " ";
  display: block;
  position: absolute;
  z-index: 2;
  width: 11px;
  height: 11px;
  background: url(images/icons/check.png) no-repeat;
  cursor: pointer;
  left: 0;
  top: 50%;
  margin: -5px 0 0 2px;
  opacity: 0;
}
label[data-type="checkbox"] input:checked + .mark {
  opacity: 1;
}
#categoryFilter label[data-type="checkbox"]:before,
#categoryFilter label[data-type="checkbox"] .mark,
#categoryFilter label[data-type="radio"]:before,
#categoryFilter label[data-type="radio"] .mark {
  top: 25%;
}
hr {
  clear: both;
  border: none;
  border-bottom: 2px solid #f5f4f0;
  margin: 0 0 15px 0;
  padding: 30px 0 0 0;
}
.no-overflow {
  overflow: hidden;
}
.show-overflow {
  overflow: visible;
}
.no-bg {
  background: none !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Merriweather", serif;
  margin: 0;
  padding: 0;
  font-weight: normal;
  clear: left;
}
.heading,
.heading-caps,
thead {
  font-family: "Merriweather", serif;
  font-weight: bold;
}
.heading-caps,
thead {
  text-transform: uppercase;
}
.overlined-title {
  clear: both;
  border-top: 2px solid var(--color-green-dark);
  color: var(--color-green-dark);
  margin: 0 116px 0 0;
  line-height: 1.2em;
  font-size: 25px;
  padding: 15px 30px 20px 0;
  text-transform: uppercase;
}
.overlined-title.full {
  margin-right: 0;
}
.green-title {
  clear: both;
  color: var(--color-green-dark);
  margin: 0;
  line-height: 1.2em;
  font-size: 25px;
  padding: 26px 0 12px 0;
  text-transform: uppercase;
  font-weight: bold;
}
.green-title.overlined {
  border-top: 2px solid var(--color-green-dark);
  padding: 26px 0 20px 0;
}
.green-title.floated {
  float: left;
  padding-right: 96px;
}
.button {
  font-family: "Merriweather", serif;
  font-size: 16px;
  border: none;
  color: #fff;
  line-height: 16px;
  padding: 14px 29px 10px 29px;
  background: #9bbf11;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  display: inline-block;
  -ms-zoom: 1;
  zoom: 1;
  cursor: pointer;
  text-shadow: none;
  text-transform: uppercase;
  text-decoration: none;
}
.button:hover {
  background: #8dad0e;
  color: #fff;
  text-decoration: none;
}
.button.secondary {
  background: #8c8b8b;
}
.button.secondary:hover {
  background: #7c7c7c;
}
.button.medium {
  font-size: 16px;
  line-height: 17px;
  padding: 13px 16px 9px 16px;
}
.button.wide {
  width: 100%;
  text-align: center;
  padding: 14px 0 10px 0;
}
#searchResultsFilter .secondary {
  margin-top: 7px;
}
p {
  padding: 0;
  margin: 0 0 1em 0;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
.ui-autocomplete {
  z-index: 9999;
  max-height: 250px;
  overflow: auto;
  background: #fff;
  border-color: #3297fd;
  font-size: 14px;
  line-height: 20px;
  padding: 0;
}
html .ui-autocomplete li {
  font-size: 14px;
  line-height: 20px;
  border: none !important;
  padding: 0 7px !important;
  background: #fff !important;
  font-weight: normal !important;
}
html .ui-autocomplete li:hover {
  background: #3297fd !important;
  color: #fff !important;
  font-size: 14px !important;
  line-height: 20px !important;
  border: none !important;
}
.ui-widget {
  font-family: "Open Sans", sans-serif;
  font-size: 1em;
}
.favorites-menu {
  position: fixed;
  z-index: 9999;
  right: 0;
  top: 174px;
  text-align: right;
  font-weight: bold;
  font-family: "Merriweather", serif;
  font-size: 14px;
  text-transform: uppercase;
}
.favorites-menu .favorites-link {
  background: url(images/icons/wlist-small-empty.png) 11px 50% no-repeat #a2a2a2;
  height: 40px;
  line-height: 44px;
  white-space: nowrap;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  text-align: left;
  margin-bottom: 7px;
}
.favorites-menu .favorites-link.wlist-contains {
  background: url(images/icons/wlist-small.png) 11px 50% no-repeat #3e433b;
}
.favorites-menu .favorites-link a {
  color: #fff;
  text-decoration: none;
  display: block;
  text-indent: 41px;
  width: 41px;
  overflow: hidden;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.favorites-menu .favorites-link a:hover {
  width: 200px;
}
.logo-col {
  padding-top: 18px;
  padding-bottom: 18px;
}

.transition {
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.transition-slow {
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#colophon {
  position: relative;
  z-index: 2;
  clear: both;
  height: 0;
  overflow: visible;
}
.footer-newsletter-bg {
  background: #d7dcce;
  padding: 15px 26px;
}
.footer-contact,
.footer-newsletter {
  padding: 0 48px;
}
.footer-newsletter h4 {
  line-height: 34px;
  font-size: 20px;
  font-weight: bold;
  color: #3e433b;
}
.footer-newsletter input[type="email"] {
  width: 100%;
  line-height: 32px;
  height: 34px;
  font-size: 14px;
  padding: 0 10px;
}
.footer-newsletter input[type="submit"] {
  width: 100%;
  text-align: center;
  border: 0;
  background: #9bbe11;
  line-height: 34px;
  height: 34px;
  font-size: 16px;
  font-family: "Merriweather", serif;
  color: #fff;
  font-weight: bold;
}
.footer-newsletter input[type="submit"]:hover {
  background: #b1d914;
}
.footer-stripe {
  background: #d7dcce;
}
.footer-contact-inner {
  padding: 0 42px;
  font-size: 13px;
}
.footer-contact-border {
  padding: 68px 0 0 0;
  border-bottom: 1px solid #9ea989;
  font-weight: bold;
}

.footer-contact-left-col {
  text-align: right;
  border-right: 1px solid #9ea989;
  padding-right: 24px;
}
.footer-contact-right-col {
  padding-left: 24px;
}
.footer-contact h4 {
  padding-top: 14px;
  line-height: 24px;
  font-weight: bold;
}
.footer-contact-text {
  line-height: 50px;
  padding-bottom: 12px;
  color: #3e433b;
  font-family: "Merriweather", serif;
  font-size: 31px;
}
.footer-contact-text a {
  color: #3e433b;
  text-decoration: none;
}
.footer-working-hours {
  text-align: center;
  line-height: 20px;
  padding-top: 14px;
  color: #3e433b;
  padding-bottom: 58px;
}
.footer-copyright {
  font-family: "Merriweather", serif;
  font-size: 13px;
  color: #3e433b;
  padding: 14px 0;
  line-height: 33px;
}
.fb-row {
  position: relative;
  z-index: 0;
}
.fb-row:before {
  position: absolute;
  z-index: 0;
  left: -1000px;
  right: -1000px;
  top: 0;
  height: 112px;
  background: #d7dcce;
  content: " ";
  display: block;
}
.insta-col > .widget-content {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 1000px;
}
.insta-col,
.fb-col {
  position: relative;
  z-index: 0;
  height: 225px;
}
.fb-col {
  position: relative;
  z-index: 0;
  background: url(images/f-bg.png) repeat-x;
}
.fb-col a {
  display: block;
  position: absolute;
  z-index: 0;
  left: 0;
  right: 20px;
  top: 0;
  bottom: 0;
  overflow: hidden;
  cursor: pointer;
  background: url(images/fb-l.png) 28px 35px no-repeat #999e93;
  padding: 138px 0 0 28px;
  color: #fff;
  font-size: 24px;
  line-height: 28px;
}
.fb-col a:before {
  position: absolute;
  z-index: 1;
  display: block;
  content: " ";
  width: 31%;
  border-top: 2px solid #fff;
  left: 28px;
  top: 110px;
}
.fb-col a:hover {
  background: url(images/fb-l.png) 28px 35px no-repeat #858a80;
}
.fb-col .fb-col-content {
  height: 225px;
  width: 500px;
  background: #999e93;
  padding: 35px 28px 0 28px;
}
.fb-col h1 {
  color: #fff;
  border-color: #fff;
}
#colophon .facebook-album-container {
  height: 100%;
  overflow: hidden;
}
#colophon .facebook-album-wrapper {
  height: 50%;
  width: 12%;
  overflow: visible;
  float: right !important;
  margin: 0 !important;
}
#colophon .fbalbum .image {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#colophon .fbalbum .size-5 {
  width: 100%;
  height: 100%;
}
#colophon .facebook-album-wrapper:nth-child(1) .fbalbum .size-5,
#colophon .facebook-album-wrapper:nth-child(5) .fbalbum .size-5 {
  height: 200%;
  position: relative;
  z-index: 99;
  width: 200%;
  left: -100%;
}
.wide-banner {
  position: relative;
  z-index: 0;
}
.wide-banner > div {
  position: absolute;
  z-index: 1;
  width: 100%;
}
.wide-banner .carousel-caption {
  bottom: auto;
  left: 0;
  right: 0;
  top: 158px;
  text-align: center;
  font-family: "Merriweather", serif;
  font-size: 46px;
  font-weight: bold;
  color: #fff;
  padding: 0;
}
.wide-banner .carousel-caption p {
  margin: 0;
  padding: 0;
}
.main-baner-carousel-indicators {
  min-height: 0;
}
.main-baner-carousel-indicators .carousel-indicators {
  bottom: 52px;
  left: 8px;
  margin: 0;
  padding: 0;
  width: auto;
  text-align: left;
  height: 16px;
}
.main-baner-carousel-indicators .carousel-indicators li {
  width: 16px;
  height: 16px;
  -moz-border-radius: 16px;
  -webkit-border-radius: 16px;
  border-radius: 16px;
  border-width: 2px;
}
.search-box-row {
  pointer-events: none;
  background: url(images/transparent.png);
  z-index: 8;
}
.search-box-row .button {
  width: 100%;
  margin-bottom: 24px;
  padding-left: 0;
  padding-right: 0;
}
.search-box-row > .row * {
  pointer-events: all;
}
.wide-banner-crop {
  background: #fff;
  position: relative;
  z-index: 2;
}
.wide-banner .carousel-inner .item {
  background: #f5f4f0;
}
.wide-banner .carousel-inner .item img {
  margin: 0 auto;
  max-width: none;
}
.down-arrow {
  background: url(images/down-arrow.png) 50% 0 no-repeat;
  clear: both;
  height: 32px;
}
.static-picture-container {
  position: relative;
  z-index: 1;
  top: -42px;
  background: #fff;
  padding: 16px 0 16px 14px;
}
.static-picture-container .image-item {
  width: 34%;
  padding: 0 9px 10px 0;
  float: left;
}
.static-picture-container .image-item.first {
  width: 32%;
}
.static-picture-container .image-item.last {
  padding-right: 4px;
}
.static-picture-container .middle {
  float: left;
  width: 34%;
}
.static-picture-container .middle .image-item {
  width: 100%;
}
.static-picture-container .fancybox-media .overlay {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(images/media-link.png) 50% 50% no-repeat;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.static-picture-container .fancybox-media .overlay:hover {
  opacity: 0.7;
}
.fancybox-title-inside-wrap {
  color: #fff;
}
.static-picture-container a {
  position: relative;
  z-index: 1;
  display: block;
  cursor: pointer;
}
.static-picture-container a .button {
  position: absolute;
  z-index: 2;
  left: -14px;
  top: 50%;
  margin-top: -20px;
}
.front-page-post {
  font-size: 14px;
  padding: 25px 12px 0 12px;
}
.front-page-post h1 {
  font-family: "Merriweather", serif;
  color: var(--color-green-dark);
  font-size: 25px;
  font-weight: bold;
  line-height: 32px;
}
.front-page-post hr {
  color: var(--color-green-dark);
  border-top: 2px solid var(--color-green-dark);
  width: 224px;
  margin: 0;
  margin-bottom: 16px;
  clear: left;
}
.popular-accommodation-page-post {
  position: absolute;
  padding-right: 10px;
}
.popular-accommodation-text-col {
  padding-left: 0;
}
.popular-accommodation-page-post h1 {
  font-family: "Merriweather", serif;
  color: var(--color-green-dark);
  font-size: 25px;
  font-weight: bold;
  line-height: 32px;
}
.popular-accommodation-page-post p {
  margin-right: 15px;
}
.popular-accommodations-container {
  background: #f5f4f0;
  padding: 64px 0 54px 0;
}
.popular-accommodations-container .overlined-title,
.villa-types .overlined-title {
  margin-right: 93px;
}
.villa-types .omrader-description,
.villa-types .description {
  background: url(images/toscana-hor-line-bg.png) 100% 100% repeat-x #fff;
}
.villa-types .popular-villas-results li:nth-child(1) .omrader-description,
.villa-types .popular-villas-results li:nth-child(1) .description {
  background: url(images/toscana-hor-line-bg.png) 100% 100% repeat-x #fff;
}
.villa-types .popular-villas-results li:nth-child(2) .omrader-description,
.villa-types .popular-villas-results li:nth-child(2) .description {
  background: url(images/umbrien-hor-line-bg.png) 100% 100% repeat-x #fff;
}
.villa-types .popular-villas-results li:nth-child(3) .omrader-description,
.villa-types .popular-villas-results li:nth-child(3) .description {
  background: url(images/ligurien-hor-line-bg.png) 100% 100% repeat-x #fff;
}
.villa-types .popular-villas-results li:nth-child(4) .omrader-description,
.villa-types .popular-villas-results li:nth-child(4) .description {
  background: url(images/sicilien-hor-line-bg.png) 100% 100% repeat-x #fff;
}
.popular-villas-results {
  list-style: none;
  margin: 0;
  padding: 0 0 26px 0;
  border-bottom: 2px solid #fff;
  float: left;
  width: 100%;
  min-height: 370px;
}
.popular-villas-results > li {
  padding-left: 20px;
  padding-right: 0;
  padding-bottom: 20px;
}
.popular-villas-results > li:first-child {
  padding-left: 0;
}
.popular-villas-results img {
  height: 150px;
  width: 100%;
}
.popular-villas-results .description {
  background: #fff;
  padding: 18px;
  min-height: 180px;
}
.popular-villas-results .omrader-description {
  background: #fff;
  padding: 18px;
  min-height: 306px;
}
.popular-villas-results .description h2 {
  font-size: 15px;
  font-weight: bold;
  line-height: 18px;
}
.popular-villas-results .description p {
  font-size: 15px;
  line-height: 18px;
}
.popular-villas-results .description .features {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 13px;
}
.popular-villas-results .description .features strong {
  min-width: 52px;
  display: inline-block;
  -ms-zoom: 1;
  zoom: 1;
}
.popular-villas-results .button {
  width: 100%;
  padding: 0;
  font-size: 14px;
  line-height: 14px;
  padding-top: 9px;
  padding-bottom: 5px;
  text-align: center;
}
.popular-villas-results .stars {
  float: left;
  width: 100%;
  padding-bottom: 16px;
  line-height: 12px;
  clear: both;
  font-weight: bold;
}
.popular-villas-results .stars .star {
  float: left;
  padding-right: 4px;
  display: inline-block;
  -ms-zoom: 1;
  zoom: 1;
  width: 16px;
  height: 12px;
  background: url(images/sprite.png) -18px 0 no-repeat;
}
.popular-villas-results .omrader-description.popular-results-row-toscana,
.popular-villas-results .description.popular-results-row-toscana {
  background: url(images/toscana-hor-line-bg.png) 100% 100% repeat-x #fff;
}
.popular-villas-results .omrader-description.popular-results-row-umbrien,
.popular-villas-results .description.popular-results-row-umbrien {
  background: url(images/umbrien-hor-line-bg.png) 100% 100% repeat-x #fff;
}
.popular-villas-results .omrader-description.popular-results-row-ligurien,
.popular-villas-results .description.popular-results-row-ligurien {
  background: url(images/ligurien-hor-line-bg.png) 100% 100% repeat-x #fff;
}
.popular-villas-results .omrader-description.popular-results-row-sicilien,
.popular-villas-results .description.popular-results-row-sicilien {
  background: url(images/sicilien-hor-line-bg.png) 100% 100% repeat-x #fff;
}

.testimonial-title {
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  color: #3e433b;
  padding: 60px 0 18px 0;
}
#testimonials-carousel .item {
  padding: 0;
  text-align: center;
}
#testimonials-carousel blockquote {
  font-style: italic;
  font-size: 15px;
  padding: 0 170px;
}
#testimonials-carousel blockquote footer {
  padding: 1em 0 0 0;
  text-transform: uppercase;
  font-style: normal;
}
.carousel-indicators-testimonial {
  position: static;
  margin: 0;
  width: 100%;
  padding-bottom: 70px;
}
.carousel-indicators-testimonial li {
  color: #a7aaa5;
  border-color: #a7aaa5;
}
.carousel-indicators-testimonial li.active {
  background: #a7aaa5;
}
#testimonials-carousel .carousel-indicators-testimonial li {
  width: 16px;
  height: 16px;
  margin-right: 3px;
}
.villa-types {
  background: #f5f4f0;
  padding: 65px 0;
}
.villa-types .popular-villas-results .last-item a {
  font-family: "Merriweather", serif;
  display: block;
  height: 456px;
  background: var(--color-green-dark);
  padding: 350px 20px 0 20px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 25px;
  line-height: 30px;
  font-weight: bold;
}
td.highlight {
  border: none !important;
  padding: 1px 0 1px 1px !important;
  background: none !important;
  overflow: hidden;
}
td.highlight a {
  background: #99dd73 url(bg.png) 50% 50% repeat-x !important;
  border: 1px #88a276 solid !important;
}
.home-search-form {
  margin: 0;
  padding: 0;
}
.search-box-bg {
  background: url(images/w9.jpg);
  background: rgba(255, 255, 255, 0.5);
  padding: 20px 20px 0 20px;
  color: #a3a8a0;
}
.searchbox-title {
  font-size: 25px;
  font-weight: bold;
  color: #3e433b;
  line-height: 30px;
  padding: 0 0 15px 0;
  text-transform: uppercase;
}
.searchbox-title + .row.min-height-overflow {
  height: auto;
}
.theme-input {
  color: #a3a8a0;
}
input.theme-input,
select.theme-input {
  border: 1px solid #bebebe;
  height: 37px;
  line-height: 17px;
  overflow: hidden;
  padding: 10px 35px 10px 12px;
  color: #a3a8a0;
  width: 100%;
  margin: 0 0 7px 0;
  font-size: 14px;
}
.search-box-bg .dk-select,
.theme-input.dk-select {
  width: 100%;
  line-height: 37px;
  margin-bottom: 8px;
}
.search-box-bg .dk-select .dk-selected,
.theme-input .dk-selected {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.search-box-bg .dk-select .dk-selected:after,
.theme-input.dk-select .dk-selected:after {
  margin-right: 35px;
  border-left: none;
}
.search-box-bg .dk-selected:hover,
.search-box-bg .dk-selected:focus,
.theme-input.dk-select .dk-selected:hover,
.theme-input.dk-select .dk-selected:focus {
  border-color: #bebebe;
}
.theme-input ul.dk-select-options {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.input-persons .dk-selected:before {
  top: 1px;
  right: 0;
  bottom: 1px;
  border: 0;
  margin: 0;
  width: 38px;
  background: url(images/icons/person.png) 100% 50% no-repeat #fff;
}
.input-persons .dk-selected {
  padding-left: 12px;
}
.input-rooms .dk-selected:before {
  top: 1px;
  right: 0;
  bottom: 1px;
  border: 0;
  margin: 0;
  width: 38px;
  background: url(images/icons/rooms.png) 100% 50% no-repeat #fff;
}
.input-rooms .dk-selected {
  padding-left: 12px;
}
.input-region .dk-selected:before,
.input-destination .dk-selected:before {
  top: 1px;
  right: 0;
  bottom: 1px;
  border: 0;
  margin: 0;
  width: 38px;
  background: url(images/icons/dest.png) 100% 50% no-repeat #fff;
}
.custom-combobox {
  margin-bottom: 8px;
  line-height: 17px;
  height: 37px;
  position: relative;
  z-index: 1;
  display: block;
}
.custom-combobox input {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  background: #fff;
  border: 1px solid #bebebe;
  height: 37px;
  line-height: 17px;
  color: #a3a8a0;
  padding: 10px 35px 10px 12px;
  width: 100%;
  font-weight: normal;
}
.custom-combobox .ui-icon {
  display: none;
}
html .input-from,
html .input-to {
  background: url(images/icons/date.png) 100% 50% no-repeat #fff;
}
html .input-name {
  background: url(images/icons/house.png) 100% 50% no-repeat #fff;
}

#advSearchPanel,
#advSearchPanelMobile {
  padding: 0;
  position: relative;
  z-index: 5;
  padding-left: 10px;
  padding-right: 10px;
  clear: both;
}
#advSearchPanelMobile {
  clear: both;
  display: none !important;
}
.advanced-search-placeholder {
  color: #51554e;
  background: #f7f7f7;
  height: 0;
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  padding: 0 10px 0 20px;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.05);
}
.advanced-search-placeholder:after {
  content: " ";
  display: table;
  clear: both;
}
.button.transparent,
.button.transparent:active,
.button.transparent:focus,
.button.transparent:hover {
  background: none;
  color: #8c8b8b;
  outline: none;
}
.advanced-search-placeholder label[data-type="checkbox"]:before {
  border: 1px solid #595d56;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  border-radius: 1px;
}
.advanced-search-placeholder .button {
  margin-bottom: 0;
}
.search-advanced-group {
  font-size: 13px;
  letter-spacing: -0.5px;
  float: left;
  width: 20%;
  border-top: 2px solid #fffffd;
}
.search-advanced-group--wide {
  width: 100%;
}
.search-advanced-group.button-group {
  padding: 23px 0 10px 0;
}
.search-advanced-group.button-group .search-group-list {
  line-height: 40px;
}
.search-advanced-group.button-group input[type="checkbox"] {
  float: none;
}
.page-template-page-special-offers-search-results .search-advanced-group,
.page-template-page-online-booking .search-advanced-group {
  font-size: 14px;
}
@media screen and (max-width: 780px) {
  .search-advanced-group {
    width: 100%;
  }
  html #location.search-group-list li:not(.dk-option) {
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0;
  }
}
.search-group-title {
  font-size: 14px;
  font-weight: bold;
  line-height: 17px;
  padding: 15px 0 10px 0;
  text-transform: uppercase;
}
.search-group-list {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 17px;
}
.search-group-list > li {
  float: left;
  width: 100%;
  padding: 5px 0;
}
.search-group-list > li:nth-child(3n + 1) {
  clear: left;
}
.search-group-list.stars-list .stars {
  position: relative;
  z-index: 1;
  top: -7px;
  display: block;
}
.search-group-list.stars-list .stars span {
  float: left;
  width: 18px;
  text-align: center;
  line-height: 12px;
  font-weight: bold;
  font-size: 18px;
}
.search-group-list input[type="checkbox"] {
  border: none !important;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  background: #fffffd;
  width: 15px;
  height: 15px;
  padding: 0;
  margin: 0 6px 4px 0;
  position: relative;
  z-index: 1;
  top: 1px;
  float: left;
}
#location.search-group-list li:not(.dk-option) {
  width: 25% !important;
  padding-left: 0 !important;
  padding-right: 10px;
  float: left;
  clear: none;
}
.page-column-stripe {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 0;
  overflow: visible;
  padding-top: 55px;
  background: #f5f4f0;
}
.page-column-stripe.no-bg {
  padding: 0;
}
.page-column-stripe .stripe {
  position: absolute;
  z-index: 1;
  background: #f5f4f0;
  width: 100%;
}
.search-results-bg {
  background: #fff;
  padding: 10px 20px 25px 30px;
  margin: 0 0 0 -20px;
  min-height: 350px;
}
.page-template-page-search-results-favorites .search-results-bg {
  min-height: 610px;
}
@media (max-width: 991px) {
  .page-template-page-search-results-favorites .search-results-bg {
    min-height: 350px;
  }
}


.search-results-row h1 {
  font-size: 17px;
  font-weight: bold;
  line-height: 22px;
  text-transform: uppercase;
}
.search-results-row h1 a {
  color: #3e433b;
  text-decoration: none;
}
.search-results-row > .col-md-3,
.search-results-row > .col-md-4 {
  padding: 0 0 0 0;
}
.search-results-row > .col-md-8,
.search-results-row > .col-md-9 {
  padding: 18px 10px 18px 5px;
}
.page-template-page-category-search-results .search-results-row > .col-md-9,
.page-template-page-category-search-results .search-results-row > .col-md-8,
.page-template-page-custom-results-searchbar .search-results-row > .col-md-9,
.page-template-page-custom-results-searchbar .search-results-row > .col-md-8 {
  padding: 18px 10px 18px 18px;
}
.search-results-row h1 .text {
  padding-right: 20px;
  float: left;
}
.search-results-row .stars {
  display: inline-block;
  display: inline;
  -ms-zoom: 1;
  zoom: 1;
  white-space: nowrap;
  position: relative;
  top: 4px;
}
.search-results-row .star {
  width: 18px;
  height: 22px;
  float: left;
  margin-top: -2px;
}
.search-results-row .description {
  padding: 14px 26px 14px 0;
  line-height: 17px;
  clear: left;
}
.search-results-filter {
  color: #3e433b;
  line-height: 20px;
  padding-bottom: 50px;
}
.search-results-filter-tile {
  font-size: 25px;
  font-weight: bold;
  line-height: 30px;
  margin-top: 22px;
}
.search-results-filter-subtile {
  font-size: 17px;
  font-weight: bold;
  line-height: 22px;
  padding: 24px 0 6px 0;
  clear: both;
}
.search-results-filter input[type="checkbox"] {
  border: 1px solid #bebebe;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  background: #f8fafa;
  width: 16px;
  height: 16px;
  margin: 0 11px 0 0;
  float: left;
}
.search-results-filter .theme-input,
.search-results-filter .button.wide {
  width: 90%;
}
.search-results-filter .theme-input {
  margin-top: 16px;
}
.number-of-stars-chk {
  line-height: 23px;
  font-size: 18px;
  font-weight: bold;
  color: var(--color-green-dark);
  float: left;
  width: 100%;
  padding-bottom: 6px;
}
.number-of-stars-chk span {
  float: left;
  line-height: 15px;
}

.star {
  display: inline-block;
  -ms-zoom: 1;
  zoom: 1;
  width: 15px;
  height: 18px;
  background: url(images/cat-medium2.png) no-repeat;
  background-size: contain;
  margin-right: 1px;
}
.search-result-desc-col h4 {
  font-family: "Merriweather", serif;
  font-size: 17px;
  font-weight: bold;
  color: #3e433b;
}
.search-result-desc-col p {
  font-family: "Open Sans", serif;
  font-size: 14px;
  font-style: normal;
  color: #3e433b;
}

.no-hor-overlay {
  width: 100%;
  overflow: hidden;
}

.no-hor-overlay h3 {
  margin-bottom: 8px;
}


.add-to-wishlist {
  float: right;
  width: 31px;
  height: 29px;
  background: url(images/icons/wlist.png);
  display: block;
  cursor: pointer;
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  transition: none;
}
.add-to-wishlist.added {
  background: url(images/icons/wlist-added.png);
}
.add-to-wishlist.added:hover {
  background: url(images/icons/wlist.png);
}

.custom-add-to-wishlist {
  display: flex;
  align-items: center;
  gap: 8px; /* Space between icon and text */
  cursor: pointer;
  text-decoration: none;
  position: relative; /* Required for ::after positioning */
}

.custom-add-to-wishlist::after {
  content: "";
  display: inline-block;
  width: 31px;
  height: 29px;
  background: url(images/icons/wlist.png);
  background-size: contain;
  background-repeat: no-repeat;
}

/* Change icon when .added class is applied */
.custom-add-to-wishlist.added::after {
  background: url(images/icons/wlist-added.png);
  background-size: contain;
  background-repeat: no-repeat;
}

/* Optional styling for the text */
.add-to-wishlist-text {
  font-size: 14px; /* Adjust font size as needed */
  color: #333; /* Adjust color as needed */
}

@media (max-width: 1199px) {
  .add-to-wishlist-text {
    display: none;
  }
}

@media (max-width: 991px) {
  .add-to-wishlist-text {
    display: block;
  }
}

@media (max-width: 576px) {
  .add-to-wishlist-text {
    display: none;
  }
}

.fact-box-note p {
  display: list-item;
}

.gallery-link {
  background: url(images/icons/galleri.png) 100% 50% no-repeat #3e433b;
  color: #fff;
  padding: 13px 60px 7px 22px;
  display: inline-block;
  -ms-zoom: 1;
  zoom: 1;
  font-size: 16px;
  line-height: 19px;
  text-decoration: none;
}
.gallery-link:hover,
.gallery-link:active {
  color: #fff;
  text-decoration: none;
  opacity: 0.8;
}

#villaTestimonials {
  margin-right: 58px;
  padding: 40px 0;
  text-align: center;
  color: #595d56;
  font-size: 15px;
  font-style: italic;
}
#villaTestimonials .carousel-indicators {
  position: static;
  margin: 0;
  width: 100%;
}
#villaTestimonials .carousel-indicators li {
  border-color: #a7aaa5;
}
#villaTestimonials .carousel-indicators .active {
  background: #a7aaa5;
}
#villaTestimonials h1 {
  text-transform: uppercase;
  color: #3e433b;
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 12px;
  font-style: normal;
}
#villaTestimonials em {
  display: block;
  text-transform: uppercase;
  padding-top: 14px;
  font-style: normal;
}

.brown-stripe {
  position: relative;
  background: #f5f4f0;
  z-index: 3;
  clear: both;
}
.brown-stripe:before {
  content: " ";
  display: block;
  position: absolute;
  z-index: -1;
  left: -100%;
  right: -100%;
  top: 0;
  bottom: 0;
  background: #f5f4f0;
}
.brown-stripe.under-footer {
  z-index: 0;
}
.brown-stripe.under-footer:before {
  bottom: -100px;
  left: 0;
  right: 0;
}

.reservation-background-worker {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 500;
  background: url(images/ajax-loader.gif) 50% 50% no-repeat #fff;
  cursor: progress;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
  display: none;
}

.unit-old-price {
  text-decoration: line-through;
}
.special-offer-unit-old-price {
  text-decoration: line-through;
  line-height: 22px;
  padding-right: 30px;
}
.unit-price {
  color: var(--color-green-dark);
  font-size: 20px;
  line-height: 22px;
}
.object-price {
  color: var(--color-green-dark);
  font-size: 20px;
  line-height: 65px;
}
.special-offer-unit-price {
  color: var(--color-green-dark);
  font-size: 20px;
  line-height: 22px;
}
.villa-unit-image {
  padding-left: 0;
}
.villa-unit-price-row {
  padding-top: 10px;
}
.villa-unit-price-row .book-button-holder {
  padding-right: 45px;
}
.villa-object-price-row {
  padding-top: 10px;
  position: absolute;
  width: 100%;
  bottom: -4px;
  padding-right: 45px;
}
.villa-object-price-row-special-offer {
  padding-top: 10px;
  position: absolute;
  width: 100%;
  bottom: 16px;
  padding-right: 45px;
}
.villa-search-result-row {
  height: 220px;
}
.pricelist-warp {
  padding: 45px 0;
}
.pricing-table {
  background: #f5f4f0;
  width: 100%;
  border-spacing: 0;
  padding: 0;
  color: #3e433b;
  text-align: center;
}
.pricing-table thead th {
  background: #e4e8e1;
  padding: 40px 30px;
  line-height: 20px;
  font-size: 17px;
}
.pricing-table thead th.period {
  white-space: nowrap;
}
.pricing-table td {
  padding: 12px 20px;
}
.pricing-table tr.odd td {
  background: #e4e8e1;
}
.pricing-table tbody .unit-name {
  text-align: left;
  font-weight: normal;
  white-space: nowrap;
  text-transform: uppercase;
}
.pricing-table tbody .unit-name strong {
  font-weight: normal;
  display: block;
  overflow: hidden;
  width: 100%;
  max-width: 292px;
}
.pricing-table tbody .min-days,
.pricing-table thead .min-days {
  max-width: 80px;
}
.pricing-table .footable-row-detail-cell {
  text-align: left;
}
.pricing-table .footable-row-detail-inner {
  width: 100%;
}
.pricing-table .footable-row-detail-name,
.pricing-table .footable-row-detail-value {
  width: 50%;
  padding: 6px 0;
  border-bottom: 1px dashed #f5f4f0;
}

.price-list-note {
  margin: -1em 0 2em;
}
.price-list-note p {
  margin: 0;
}

.header-phone {
  padding: 35px 0 50px 0;
}
.header-phone h2 {
  font-size: 15px;
  margin-top: 10px;
}
.header-phone p {
  font-size: 30px;
  font-weight: bold;
  margin: 0;
}
.page-search-box {
  display: block;
  margin: 0;
  padding: 44px 0 44px 0;
}
.optional-search-placeholder {
  padding: 15px 0 5px 0;
  line-height: 22px;
}
.advanced-search-placeholder.expanded {
  overflow: visible;
}
.page-search-box .advanced-search-placeholder {
  margin-top: 20px;
  position: static;
}
.page-search-box .advanced-search-placeholder .button {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.page-search-box .main-submit {
  margin-right: 20px;
}
.general-page-left-col {
  position: relative;
  z-index: 0;
}
.default-post-header-row {
  position: absolute;
  z-index: -1;
  content: " ";
  display: block;
  height: 310px;
  width: 100%;
  background: #f5f4f0;
}
.left-column-stripe {
  position: relative;
  padding-bottom: 18px;
  overflow: visible;
}
.left-column-stripe a {
  cursor: pointer;
  color: #fff;
  text-decoration: none;
}
.left-column-stripe img {
  max-width: none;
  float: right;
}
.left-column-stripe .text {
  display: block;
  bottom: 38px;
  position: absolute;
  z-index: 1;
  color: #fff;
  font-family: "Merriweather", serif;
  font-size: 20px;
  font-weight: bold;
  line-height: normal;
  padding-top: 30px;
  text-transform: uppercase;
  width: 100%;
}
.left-column-stripe .text:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  height: 2px;
  background: #fff;
  z-index: 1;
  right: 84px;
}
.general-page-left-image {
  width: 1000px;
  float: right;
  padding-bottom: 18px;
  text-align: right;
  background: #fff;
}
.general-page-left-image img {
  float: right;
}
.general-page-no-hor-margin-row {
  background: #f5f4f0;
}
.green-line {
  background: url(images/green-line-bg.png) repeat-x 0 0 #3e433c;
  float: left;
  position: absolute;
  top: 49px;
  left: -999em;
  z-index: 99999;
  padding: 11px 20px;
  line-height: 16px;
}
.cities-container {
  background: #fff;
}
.city-container {
  background: #f5f4f0;
  margin-bottom: 18px;
  position: relative;
  z-index: 1;
}
.city-title {
  text-transform: uppercase;
  font-family: "Merriweather", serif;
  font-size: 17px;
  line-height: 20px;
  font-weight: bold;
}
.city-desc-col {
  padding-top: 18px;
}
.city-desc-col p {
  font-size: 14px;
  color: #3e433b;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
}
.general-page-right-col {
  margin-top: 46px;
  position: relative;
  z-index: 0;
  background: #fff;
  padding-left: 25px;
  padding-right: 18%;
}
.general-page-right-col:before {
  position: absolute;
  z-index: -2;
  content: " ";
  background: #fff;
  left: -10px;
  right: 0;
  top: 0;
  bottom: 0;
}
.general-page-right-col h1 {
  font-family: "Merriweather", serif;
  font-size: 25px;
  font-weight: bold;
  clear: both;
  border-top: 2px solid var(--color-green-dark);
  color: var(--color-green-dark);
  margin: 40px 116px 0 0;
  line-height: 1.2em;
  padding: 15px 30px 20px 0;
  text-transform: uppercase;
}
.left-stripe-image {
  position: absolute;
  z-index: 1;
  overflow: visible;
  top: 0;
  bottom: 0;
  right: 100%;
  padding-right: 10px;
  width: 1200px;
  text-align: right;
  float: right;
}
.left-stripe-image img {
  height: 100%;
  width: auto;
}
.checkAnotherWeekContainer {
  height: 20%;
  width: 100%;
}
.checkAnotherWeekTop {
  background: #d7dcce;
}
.checkAnotherWeekTop .imageCell {
  width: 20%;
}
.checkAnotherWeekTop .textCell {
  width: 80%;
}
.checkAnotherWeekTop .textCell h2 {
  font-weight: bold;
  color: var(--color-green-dark);
}
.checkAnotherWeekTop td {
  padding: 2%;
}
.checkAnotherWeekBottom {
  background: #f5f4f0;
  text-align: center;
}
.checkAnotherWeekBottom .previousLink a {
  background-image: url(images/left-arrow.png);
  background-repeat: no-repeat;
  background-position: 10% 50%;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.checkAnotherWeekBottom .nextLink a {
  background-image: url(images/right-arrow.png);
  background-repeat: no-repeat;
  background-position: 90% 50%;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.checkAnotherWeekBottom .previousLink a:hover,
.checkAnotherWeekBottom .nextLink a:hover {
  background-color: #ebe9e1;
}
.checkAnotherWeekBottom .previousLink a div {
  padding-left: 10%;
}
.checkAnotherWeekBottom .nextLink a div {
  padding-right: 10%;
}
.checkAnotherWeekBottom .previousLink:after {
  content: " ";
  position: absolute;
  top: 25%;
  right: 0;
  width: 1px;
  height: 50%;
  background-color: #000;
}
.checkAnotherWeekBottom td {
  position: relative;
  width: 50%;
}
.checkAnotherWeekBottom td a {
  padding: 30px 0;
  display: block;
}
.checkAnotherWeekBottom td a div {
  display: inline-block;
  line-height: 24px;
}
.checkAnotherWeekLink {
  float: left;
  width: 50%;
  height: 100%;
}
.map-and-sort-placeholder {
  padding: 0;
  line-height: 24px;
  font-size: 13px;
}
.map-title {
  float: left;
}
.sort-placeholder {
  float: right;
  padding: 0 0 0 4px;
}
.sort-placeholder a {
  float: left;
  border-bottom: 1px solid #d5d5d5;
  border-top: 1px solid #d5d5d5;
  line-height: 22px;
  display: block;
  color: #000;
  text-decoration: none;
}
.sort-placeholder .text {
  float: left;
  font-weight: bold;
  margin-left: 8px;
}
.sort-placeholder .icon {
  float: right;
  width: 10px;
  height: 10px;
  margin: 7px 12px 5px 5px;
}
.sort-placeholder-end-icon {
  float: left;
  width: 4px;
  height: 24px;
}

.map-expandable .button {
  margin: 0 0 10px 0;
}
.map-expandable .btn-close-map {
  display: none;
}
.expand-map {
  position: absolute;
  z-index: 11;
  width: 100%;
  transition: width 1s;
}
.expand-map .btn-close-map {
  display: inline-block;
}
.expand-map .btn-expand-map {
  display: none;
}
.static-page-image-title {
  position: absolute;
  top: 118px;
  right: 66px;
  color: #fff;
  font-size: 25px;
  font-family: Merriweather;
  display: block;
  width: 313px;
  text-transform: uppercase;
  text-align: left;
  z-index: 11;
}
.static-page-image-title hr {
  width: 70%;
  padding: 0;
  margin-bottom: 30px;
}
.contact-form-container {
  padding-bottom: 45px;
}
.contact-form-template {
  width: 458px;
}
.contact-form-container input {
  color: #a3a8a0;
  border: 1px solid #bebebe;
  height: 37px;
  line-height: 17px;
  overflow: hidden;
  font-size: 14px;
  width: 457px;
  padding: 10px 35px 10px 12px;
  max-width: 100%;
}
.contact-form-container textarea {
  width: 457px;
  height: 100px;
  resize: none;
  padding: 10px 35px 10px 12px;
  max-width: 100%;
}
.contact-form-container input[type="submit"] {
  width: 147px;
  text-align: center;
  border: 0;
  background: #9bbe11;
  line-height: 17px;
  height: 37px;
  font-size: 16px;
  font-family: "Merriweather", serif;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  float: right;
}
#villaTestimonials .carousel-inner {
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#testimonials-carousel .carousel-inner {
  height: 220px;
}
.city-img-col {
  float: left;
  padding-left: 0;
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
}
.city-img-col img {
  width: 239px;
  height: 100%;
}
.city-desc-col {
  padding-left: 270px;
  padding-right: 35px;
}
.city-desc-col h2 {
  clear: none;
}
#main-carousel .carousel-inner img {
  width: 100%;
  min-height: 492px;
  min-width: 1980px;
}
.villa-types .popular-villas-results .last-item .special-offers-button:hover {
  background: #8dad0e;
}
.clear-both {
  clear: both;
}
.first-omrader {
  padding-left: 20px !important;
}
.main-navigation .large-menu-item ul a {
  width: 240px;
}
.ob-title {
  font-weight: bold;
  margin-top: 35px;
}

.no-results-naslov {
  margin: 0;
  font:
    bold 18px/20px Arial,
    Helvetica,
    sans-serif;
  color: #808080;
  padding: 20px 0 0 0;
}
.show-loader {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.show-loader #preloaderWrap {
  display: block;
}
.show-loader iframe,
.show-loader #cisYZL,
.show-loader #scsYZL,
.show-loader #scroll {
  display: none !important;
}
.load-spinner {
  position: relative;
}
.load-spinner:before {
  content: " ";
  display: block;
  position: absolute;
  z-index: 99999;
  width: 100%;
  height: 100%;
  background: url(images/villa-loader.gif) 50% no-repeat #5e5e5e;
  opacity: 0.75;
  top: 0;
  left: 0;
}
[data-load-popular].loading,
#preloaderWrap {
  position: fixed;
  z-index: 99999;
  width: 100%;
  height: 100%;
  background: url(images/villa-loader.gif) 50% no-repeat #5e5e5e;
  opacity: 0.75;
  display: none;
  top: 0;
  left: 0;
}
[data-load-popular].loading {
  position: static;
  min-height: 300px;
  display: block;
}
.black,
.black a {
  color: #000;
}
.green,
.green a {
  color: #5e6b12;
}
.grey,
.grey a {
  color: #808080;
}
.fancybox-wrap .fancybox-nav span {
  visibility: visible;
}
​ .fancybox-skin {
  background: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.fancybox-close {
  top: 0 !important;
  right: 0 !important;
}
.fancybox-next span {
  right: -20px !important;
}
.fancybox-prev span {
  left: -20px !important;
}
.carousel-fade .carousel-inner .item {
  opacity: 0;
  -moz-transition: opacity 1s;
  -o-transition: opacity 1s;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  -webkit-transform: none !important;
  transform: none !important;
  width: 100%;
  height: 100%;
  margin: 0 !important;
}
.carousel-fade .carousel-inner > .item.next,
.carousel-fade .carousel-inner > .item.active.right,
.carousel-fade .carousel-inner > .item.prev,
.carousel-fade .carousel-inner > .item.active.prev,
.carousel-fade .item {
  left: 0 !important;
  right: 0 !important;
  text-align: right;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}
#page {
  position: relative;
  z-index: 1;
}
#page .preloader {
  visibility: hidden;
  position: absolute;
  z-index: 1000000;
  left: 0;
  right: 0;
  top: 0;
  bottom: 30000px;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
#page .preloader.visible {
  visibility: visible;
  bottom: 0;
}
#page .preloader .preload-bg {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #fff;
  opacity: 0.79;
}
#page .preloader .preload-content {
  z-index: 2;
  position: fixed;
  left: 50%;
  top: 50%;
  margin: -41px 0 0 -230px;
  width: 460px;
  max-width: 100%;
  height: 82px;
  text-align: center;
}
#page .preloader .preload-content .animate {
  content: " ";
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  overflow: hidden;
}
#page .preloader.visible .preload-content .animate {
  -moz-animation-name: animHeight;
  -o-animation-name: animHeight;
  -webkit-animation-name: animHeight;
  animation-name: animHeight;
  -moz-animation-duration: 3.5s;
  -o-animation-duration: 3.5s;
  -webkit-animation-duration: 3.5s;
  animation-duration: 3.5s;
  -moz-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
@media (max-width: 461px) {
  #page .preloader .preload-content {
    left: 0;
    margin-left: 0;
  }
}
@-moz-keyframes animHeight {
  from {
    height: 100%;
  }
  to {
    height: 0%;
  }
}
@-ms-keyframes animHeight {
  from {
    height: 100%;
  }
  to {
    height: 0%;
  }
}
@-webkit-keyframes animHeight {
  from {
    height: 100%;
  }
  to {
    height: 0%;
  }
}
@keyframes animHeight {
  from {
    height: 100%;
  }
  to {
    height: 0%;
  }
}
.underlined-title {
  font-size: 1.57em;
  color: var(--color-green-dark);
  line-height: 1.71em;
  padding: 9px 0 7px 0;
  border-bottom: 5px solid #f00;
  clear: both;
  margin-bottom: 0.63em;
  letter-spacing: -2px;
}
.category-search-result {
  height: 220px;
}
.category-search-result-detailed-view-button {
  padding-top: 10px;
  position: absolute;
  width: 100%;
  bottom: 16px;
  padding-right: 45px;
}
#dateSelection + form input {
  cursor: pointer;
}
.calculationErrorDescription {
  padding-right: 45px;
  font-size: 13px;
}
.pricelist-placeholder {
  clear: both;
  width: 100%;
  position: relative;
  margin-bottom: 24px;
}
.left-table {
  float: left;
  width: 500px;
}
.left-table table {
  width: 100%;
}
.right-table {
  position: absolute;
  left: 500px;
  right: 0;
  top: 0;
  bottom: -24px;
  overflow: hidden;
}
.right-table.scroll {
  border-left: 1px dashed #aab37d;
}
.right-table .scroll {
  position: absolute;
  right: -18px;
  left: 0;
  top: 0;
  bottom: 0;
  overflow: scroll;
}
.left-table .pricing-table thead th {
  padding: 40px 0;
}
.left-table thead .min-days,
.left-table thead .min-persons {
  letter-spacing: -1px;
  font-size: 0.85em;
}
.left-table thead .min-days {
  width: 120px;
}
.pagination-list {
  margin: 4px 0 12px;
  padding: 0;
  text-align: center;
}
.pagination-list li {
  display: inline-block;
  margin: 16px 4px;
}
.pagination-list li a {
  padding: 8px 14px;
  border: 2px solid #8dad0e;
  text-decoration: none;
}
.pagination-list li.selected a,
.pagination-list a:hover {
  background: #8dad0e;
  color: #fff;
}
@media (max-width: 992px) {
  .col-md-4.clear-on-mobile,
  .col-md-12.clear-on-mobile,
  .search-box-bg .custom-combobox {
    clear: both;
  }
}
@media screen and (min-width: 992px) {
  .watermark {
    background: url(images/ll-watermark.png) 100% 140px no-repeat;
  }
}
@media screen and (max-width: 992px) {
  .popular-accommodation-page-post {
    position: static;
    padding-right: 0;
  }
}
@media screen and (max-width: 780px) {
  .left-table {
    width: 400px;
  }
  .right-table {
    left: 400px;
  }
  .pricing-table .min-days,
  .pricing-table tbody .unit-name {
    white-space: normal;
  }
  .pricing-table thead th,
  .pricing-table td {
    padding: 15px 3px;
  }
  .pricing-table thead th,
  .left-table .pricing-table thead th,
  .left-table thead .min-days,
  .left-table thead .min-persons,
  .pricing-table thead th.period {
    font-size: 10px;
    line-height: 11px;
    letter-spacing: -1px;
  }
  .min-height-overflow {
    height: auto;
  }
  .search-box-row .col-md-12 {
    clear: both;
  }
  .search-box-row .col-xs-6 {
    clear: none;
  }

  #advSearchPanel,
  #advSearchPanelMobile {
    float: none;
    position: static;
    clear: both;
  }
  .advanced-search-placeholder {
    position: static;
  }
  .search-group-list > li,
  .search-group-list.stars-list > li {
    float: left;
    width: 100%;
    padding: 5px 0;
  }
  .search-group-list input[type="checkbox"] {
    margin-bottom: 10px;
  }
  .static-picture-container {
    position: static;
  }
  .popular-villas-results > li {
    padding-left: 0;
    padding-right: 0;
  }
  .popular-villas-results .description p {
    margin-bottom: 4px;
  }
  .popular-villas-results .stars {
    padding-bottom: 5px;
  }
  .popular-villas-results .description .features {
    padding-bottom: 10px;
  }
  .popular-villas-results img {
    width: 100%;
    height: auto;
  }
  .popular-accommodation-text-col {
    padding-left: 10px;
  }
  .overlined-title {
    margin-right: 50px;
  }
  
  .villa-types {
    padding: 40px 0;
  }
  .first-omrader {
    padding-left: 0 !important;
  }
  .popular-villas-results .omrader-description {
    min-height: 0;
  }
  .villa-types .popular-villas-results .last-item a {
    height: 210px;
    padding: 100px 20px 0 20px;
  }
  .footer-contact,
  .footer-newsletter {
    padding: 0 10px;
  }
  .footer-contact-inner {
    padding: 0;
  }
  .footer-contact-border {
    padding: 0;
    border: 0;
  }
  .footer-contact-left-col,
  .footer-contact-right-col {
    text-align: center;
    border: none;
    padding: 0;
  }
  .footer-contact-text {
    font-size: 22px;
    line-height: 35px;
  }
  .insta-col,
  .fb-col {
    height: auto;
  }
  .fb-col a {
    position: static;
    padding: 123px 0 26px 16px;
    font-size: 22px;
  }
  .page-search-box {
    padding: 16px 0 0 0;
  }
  .page-search-box button {
    width: 100%;
    margin: 5px 0;
  }
  .search-results-row > .col-md-3,
  .search-results-row > .col-md-4 {
    padding: 0 10px;
  }
  .villa-search-result-row {
    height: auto;
    padding: 10px !important;
  }
  .search-results-bg img {
    width: 100%;
  }
  .villa-object-price-row {
    position: static;
    text-align: center;
    padding: 0;
    width: auto;
  }
  .villa-object-price-row .object-price {
    float: none !important;
    text-align: center;
  }
  .search-results-row .button {
    clear: both;
    float: none !important;
    margin: 0 10px 20px 10px;
    display: block;
  }
  .search-results-row .description {
    padding: 1em 0;
    line-height: 17px;
    clear: left;
  }
  
  html .enlarge-map {
    margin: 18px 0 !important;
    text-align: center;
  }
  .villa-unit-image {
    padding: 0 10px;
  }
  .villa-unit-image img {
    width: 100%;
  }
  .villa-unit-price-row .book-button-holder {
    padding: 10px;
  }
  .book-button-holder .button {
    width: 100%;
    text-align: center;
  }
  .unit-price {
    text-align: center;
  }
  .alert-message-container {
    padding: 0 10px !important;
  }

  .villa-object-price-row-special-offer {
    position: static;
    padding: 10px 0;
    text-align: center;
    width: auto;
  }
  .villa-object-price-row-special-offer .heading-caps {
    text-align: center;
  }
  .villa-object-price-row-special-offer .heading-caps > .row {
    padding-top: 10px;
  }
  .villa-object-price-row-special-offer .heading-caps > .row + .row {
    padding-bottom: 20px;
    padding-top: 0;
  }
  .special-offer-unit-price {
    padding-right: 10px;
  }
  .special-offer-unit-old-price {
    float: left !important;
    padding: 0 0 0 10px;
  }
  .category-search-result {
    height: auto;
  }
  .search-results-row > .col-md-8,
  .search-results-row > .col-md-9 {
    padding: 18px 10px 18px 10px;
  }
  .category-search-result-detailed-view-button {
    position: static;
    padding-right: 0;
    text-align: center;
    width: auto;
  }
  .general-page-right-col {
    padding: 0 10px;
  }
  .general-page-right-col h1 {
    margin: 0;
    clear: left;
    border: none;
    padding-top: 20px;
    font-size: 21px;
  }
  .city-container {
    padding: 10px;
  }
  .city-img-col {
    position: static;
    float: none;
    text-align: center;
  }
  .city-desc-col {
    padding: 18px 0 0 0;
  }
  .city-title {
    text-align: center;
  }
  .left-column-stripe {
    overflow: hidden;
    padding-left: 10px;
  }
  .checkAnotherWeekBottom td {
    width: 100%;
    display: inline-block;
  }
  .checkAnotherWeekBottom .previousLink a div {
    padding-left: 0;
  }
  .checkAnotherWeekBottom .nextLink a div {
    padding-right: 0;
  }
  .checkAnotherWeekBottom .previousLink:after {
    content: " ";
    position: absolute;
    left: 25%;
    top: 100%;
    width: 50%;
    height: 1px;
    background-color: var(--color-green-dark);
  }
} 
@media (max-width: 767px) {
  .logo-col {
    text-align: center;
    padding: 4px 0;
  }
}
@media (max-width: 500px) {
  .pricing-table .min-days,
  .pricing-table .unit-name {
    max-width: 130px;
  }
  .left-table {
    width: 60%;
  }
  .right-table {
    left: 60%;
  }
  .pricing-table thead th,
  .left-table .pricing-table thead th,
  .left-table thead .min-days,
  .left-table thead .min-persons,
  .pricing-table thead th.period {
    font-size: 9px;
    line-height: 10px;
    letter-spacing: -1px;
  }
}
@media (max-width: 767px) {
  .pull-right-xs {
    float: right;
  }
  .pull-left-xs {
    float: left;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .pull-right-sm {
    float: right;
  }
  .pull-left-sm {
    float: left;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .pull-right-md {
    float: right;
  }
  .pull-left-md {
    float: left;
  }
}
@media (min-width: 1200px) {
  .pull-right-lg {
    float: right;
  }
  .pull-left-lg {
    float: left;
  }
}
html .cc_banner-wrapper {
  z-index: 999999;
}
[data-load-popular] {
  display: inline;
}
.results-count {
  padding: 10px;
  background-color: #f5f4f0;
  font-size: 15px;
  color: #708131;
  font-weight: bold;
  text-align: center;
  margin: 10px 0;
  font-family: "Merriweather", serif;
}
.results-count strong {
  font-size: 20px;
}
.wishlist-form {
  background-color: #d7dcce;
  margin: 15px -10px 2em -10px;
  padding: 1em;
}
.wishlist-form h4 {
  line-height: 34px;
  font-size: 20px;
  font-weight: bold;
  color: #3e433b;
}
.wishlist-form input[type="email"] {
  width: 100%;
  line-height: 32px;
  height: 34px;
  font-size: 14px;
  padding: 0 10px;
}
.wishlist-form input[type="submit"] {
  width: 100%;
  text-align: center;
  border: 0;
  background: #9bbe11;
  line-height: 34px;
  height: 34px;
  font-size: 16px;
  font-family: "Merriweather", serif;
  color: #fff;
  font-weight: bold;
}
.wishlist-form input[type="submit"]:hover {
  background: #b1d914;
}
.grecaptcha-badge {
  z-index: 999;
}

.custom-input-persons .dk-selected:before {
  top: 1px;
  left: 0;
  bottom: 1px;
  border: 0;
  margin: 0;
  width: 38px;
  background: url(images/icons/persons.png) 20px 50% no-repeat transparent;
}

html .custom-input-from,
html .custom-input-to {
  background: url(images/icons/calender.png) 20px 50% no-repeat transparent;
}

.popular-villas-results .omrader-description.popular-results-row-piemonte,
.popular-villas-results .description.popular-results-row-piemonte {
  background: url(images/ligurien-hor-line-bg.png) 100% 100% repeat-x #fff;
}