:root {
  --black: #231f20;
  --base: #b0a680;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.s--p {
  color: var(--black);
  text-align: center;
  width: 80%;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 28px;
}

.s-block--p {
  color: var(--base);
  text-align: center;
  letter-spacing: 1px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.block {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1300px;
  padding-top: 60px;
  padding-bottom: 33px;
  display: flex;
}

.navbar-no-shadow-container {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.container-regular {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 17px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #1a1b1fbf;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-list.shadow-three.mobile-shadow-hide.w--open {
  padding-top: 0;
  padding-bottom: 0;
}

.nav-dropdown-link {
  padding-top: 13px;
  padding-bottom: 13px;
  font-size: 16px;
}

.nav-dropdown-link:hover {
  background-color: var(--base);
  color: #fff;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link.w--current {
  color: #000;
}

.nav-dropdown-link.w--current:hover {
  color: #fff;
}

.nav-button-wrapper {
  margin-left: 29px;
}

.button-primary {
  background-color: var(--black);
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 12px 20px;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  background-color: var(--base);
  color: #fff;
}

.button-primary:active {
  background-color: #43464d;
}

.hero-placeholder {
  background-image: url('../images/vacation-in-crete-promo-hero.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 600px;
  padding-left: 200px;
  padding-right: 200px;
  display: flex;
}

.header-block {
  background-color: #00000036;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 21px;
  display: flex;
}

.hero--p {
  color: #fff;
  text-align: center;
  width: 80%;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 16px;
  line-height: 28px;
}

.s--h2 {
  color: var(--black);
  text-align: center;
  margin-bottom: 24px;
  font-family: Open Sans, sans-serif;
  font-size: 38px;
  font-weight: 600;
}

.s--h1 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 45px;
  line-height: 50px;
}

.heading-placeholder {
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
}

.property {
  background-color: #fff;
}

.catalog-placeholder-btn {
  justify-content: center;
  align-items: center;
  padding-top: 30px;
  display: flex;
}

.properties {
  margin-top: 20px;
  margin-bottom: 60px;
}

.promo--p {
  color: #000;
  text-align: center;
  margin-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 28px;
}

.catalog {
  background-color: #fff;
  padding-bottom: 37px;
  box-shadow: 1px 1px 16px silver;
}

.s--h3 {
  color: var(--black);
  text-align: center;
  flex: 1;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
}

.catalog--btn {
  background-color: var(--black);
  color: #fff;
  text-align: center;
  border-radius: 20px;
  width: 180px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 17px;
  font-weight: 700;
  box-shadow: 3px 3px 9px -3px #969696;
}

.catalog--btn:hover, .catalog--btn.w--current:hover {
  color: #000;
  background-color: #fff;
}

.intro {
  color: #fff;
  background-color: #fff;
  max-width: 1400px;
  padding-bottom: 20px;
  padding-left: 30px;
  padding-right: 30px;
}

.specs-intro {
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  display: flex;
}

.property-specs {
  background-color: #e4e4e4;
  margin-right: 5px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 15px;
  line-height: 28px;
}

.main-hero-placeholder--p {
  margin-top: 30px;
}

.s--h4 {
  color: #fff;
  text-align: center;
  padding-top: 20px;
  font-size: 38px;
  line-height: 33px;
}

.main-hero-placeholder {
  height: 480px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.main-hero-placeholder-btn {
  text-align: center;
  margin-top: 30px;
}

.opacity {
  background-color: #00000036;
  padding-top: 10px;
  padding-bottom: 40px;
}

.main-hero-btn {
  color: #000;
  background-color: #fff;
  border-radius: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 17px;
  font-weight: 700;
}

.main-hero-btn:hover {
  background-color: var(--black);
  color: #fff;
}

.main-hero--p {
  color: #fff;
  text-align: center;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 17px;
  line-height: 28px;
}

.main-hero {
  background-image: url('../images/vacation-in-crete-the-house-in-front-of-the-sea-cat03.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 680px;
  margin-top: 40px;
  margin-bottom: 102px;
  display: flex;
}

.brand--a {
  color: var(--base);
  letter-spacing: 1px;
  font-family: Open Sans, sans-serif;
  font-size: 17px;
  font-weight: 700;
  text-decoration: none;
}

.brand--a:hover {
  color: var(--base);
  text-decoration: underline;
}

.footer-placeholder--a {
  text-align: center;
  margin-bottom: 30px;
}

.nav-footer {
  color: var(--base);
}

.footer-columns {
  margin-top: 51px;
  margin-bottom: 40px;
}

.brand {
  color: #fff;
  text-transform: uppercase;
  margin-right: -10px;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 700;
}

.footer {
  background-color: var(--black);
  padding-top: 100px;
  padding-bottom: 29px;
}

.designed {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.legal {
  margin-top: 78px;
  padding-top: 15px;
  padding-bottom: 0;
}

.footer-block {
  max-width: 1300px;
  padding: 0 30px 8px;
}

.footer--p {
  color: #fff;
  text-align: center;
  margin-bottom: 27px;
  font-size: 15px;
}

.footer--a {
  color: #fff;
  font-size: 18px;
  text-decoration: none;
}

.footer--a:hover {
  color: var(--base);
}

.footer--a.w--current {
  color: #fff;
  font-size: 18px;
}

.footer--a.w--current:hover {
  color: #fff;
}

.footer-placeholder {
  flex-direction: column;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.footer--h6 {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Open Sans, sans-serif;
  font-size: 24px;
  font-weight: 600;
}

.footer-column-center {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}

.information {
  color: #fff;
  text-align: center;
  margin-top: 45px;
  font-size: 16px;
}

.blog {
  color: #fff;
  background-color: #fff;
  max-width: 1400px;
  margin-top: 51px;
  padding-bottom: 100px;
  padding-left: 30px;
  padding-right: 30px;
}

.blog--p {
  color: #000;
  text-align: center;
  margin-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 28px;
}

.post {
  background-color: #fff;
  box-shadow: 1px 1px 16px silver;
}

.post-placeholder {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 70px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 40px;
  padding-bottom: 60px;
  display: flex;
}

.blog-date {
  color: #555;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
}

.s-black--h4 {
  color: var(--black);
  text-align: center;
  flex: 1;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 21px;
  font-weight: 600;
  line-height: 30px;
}

.large-cta {
  background-color: var(--black);
  color: #fff;
  text-align: center;
  border-radius: 20px;
  width: 200px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 17px;
  font-weight: 700;
  box-shadow: 3px 3px 9px -3px #969696;
}

.large-cta:hover {
  background-color: var(--base);
  color: #fff;
}

.s-large--h3 {
  color: var(--black);
  text-align: left;
  margin-bottom: 24px;
  font-family: Open Sans, sans-serif;
  font-size: 38px;
  font-weight: 600;
}

.s-left-block--p {
  color: var(--base);
  text-align: left;
  letter-spacing: 1px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.s-left--p {
  color: var(--black);
  text-align: left;
  width: 90%;
  margin-bottom: 42px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 28px;
}

.strong--p {
  color: var(--base);
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.about-columns {
  margin-bottom: 24px;
}

.about {
  max-width: 1400px;
  margin-bottom: 150px;
  padding-left: 30px;
  padding-right: 0;
}

.about-sections {
  margin-bottom: 9px;
}

.intro--p {
  color: var(--black);
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.accommodation-sider-wbg {
  margin-bottom: 20px;
  padding: 10px;
}

.room--p {
  text-align: left;
  margin-top: 10px;
  padding-right: 20px;
  font-size: 16px;
  line-height: 28px;
}

.placeholder {
  max-width: 1400px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.sider-columns {
  margin-bottom: 20px;
}

.room-column {
  padding-left: 30px;
  padding-right: 20px;
}

.sider-column {
  text-align: left;
}

.lightbox-thub {
  margin-top: 20px;
  margin-right: 10px;
}

.amenities--p {
  color: var(--black);
  margin-top: 7px;
  padding-left: 5px;
  font-family: Open Sans, sans-serif;
  font-weight: 700;
}

.gallery-composition {
  margin-top: 30px;
  margin-bottom: 40px;
}

.room-columns {
  margin-bottom: 60px;
}

.romantic-house-for-two {
  background-image: url('../images/vacation-in-crete-a-romantic-house-for-two-hero.jpg');
  background-position: 50% 60%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 600px;
  padding-left: 200px;
  padding-right: 200px;
  display: flex;
}

.pro--h2 {
  color: var(--base);
  letter-spacing: 1px;
  text-transform: none;
  margin-top: 33px;
  margin-bottom: 13px;
  font-size: 20px;
  font-weight: 700;
  line-height: 37px;
}

.pro--h1 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 27px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 29px;
  line-height: 60px;
}

.pro--h3 {
  color: var(--base);
  letter-spacing: 1px;
  text-transform: none;
  margin-top: 33px;
  margin-bottom: 13px;
  font-size: 20px;
  font-weight: 700;
  line-height: 37px;
}

.pro--h4 {
  color: var(--base);
  letter-spacing: 1px;
  text-transform: none;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 700;
  line-height: 37px;
}

.icon-placeholder {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav--p {
  font-size: 17px;
}

.newsroom-sidebar--p {
  color: #575757;
  justify-content: flex-start;
  align-items: baseline;
  text-decoration: none;
  display: flex;
}

.newsroom-sidebar--p:hover {
  color: #000;
}

.newsroom-sidebar--p.w--current {
  color: #575757;
}

.newsroom-sidebar--p.w--current:hover {
  color: #000;
}

.newsroom-sidebar-column--img {
  align-items: center;
  padding-bottom: 20px;
  display: flex;
}

.newsroom-sidebar-placeholder--p {
  text-align: left;
  margin-bottom: 10px;
  padding-left: 10px;
}

.sidebar-block-c {
  background-color: var(--base);
  border: 2.8px solid #bb9a73;
  margin-top: 78px;
  margin-bottom: 60px;
  padding: 5px 20px 40px;
}

.sidebar-w--p {
  color: #fff;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
}

.sidebar--btn {
  background-color: var(--black);
  color: #fff;
  text-align: center;
  border-radius: 20px;
  width: 180px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 17px;
  font-weight: 700;
  box-shadow: 3px 3px 9px -3px #969696;
}

.sidebar--btn:hover, .sidebar--btn.w--current:hover {
  color: #000;
  background-color: #fff;
}

.destination {
  padding: 0 20px 80px;
}

.destination-placeholder {
  max-width: 1400px;
}

.destination--h2 {
  color: var(--base);
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 26px;
}

.destination--p {
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.location-columns {
  margin-top: 57px;
}

.contact-phone {
  color: #000;
  letter-spacing: 1px;
  margin-bottom: 6px;
  font-size: 18px;
  display: block;
}

.contact-p {
  margin-bottom: 10px;
  padding-right: 20px;
  font-size: 15px;
  line-height: 28px;
}

.contact-columns {
  margin-bottom: 60px;
}

.box-cont {
  max-width: 1400px;
  padding: 79px 20px 68px;
}

.contact-h2 {
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
}

.contact-strong {
  margin-top: 24px;
  margin-bottom: 10px;
  padding-right: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
}

.block-strong--p {
  color: #bb9a73;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.the-house-in-front-of-the-sea {
  background-image: url('../images/hero-images-vacation-in-crete-the-house-in-front-of-the-sea-hero.jpg');
  background-position: 50% 60%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 600px;
  padding-left: 200px;
  padding-right: 200px;
  display: flex;
}

.traditional-cretan-villa {
  background-image: url('../images/vacation-in-crete-traditional-cretan-villa-hero.jpg');
  background-position: 50% 43%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 600px;
  padding-left: 200px;
  padding-right: 200px;
  display: flex;
}

.contact-hero {
  background-image: url('../images/vacation-in-crete-hero-contact.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 600px;
  padding-left: 200px;
  padding-right: 200px;
  display: flex;
}

.location {
  background-image: url('../images/vacation-in-crete-the-house-in-front-of-the-sea-cat03.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 600px;
  padding-left: 200px;
  padding-right: 200px;
  display: flex;
}

.rest {
  margin-top: 0;
  padding-bottom: 60px;
  position: static;
}

.legal-2 {
  max-width: 1300px;
  padding-left: 40px;
  padding-right: 40px;
}

.blog--h2 {
  color: #000;
  text-align: left;
  margin-top: 44px;
  margin-bottom: 25px;
  font-family: Open Sans, sans-serif;
  font-size: 30px;
  font-weight: 300;
}

.main--p {
  text-align: left;
  margin-top: 25px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 33px;
}

.blog--h3 {
  margin-bottom: 25px;
  font-family: Open Sans, sans-serif;
  font-size: 22px;
  font-weight: 300;
}

.strong--p-2 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 19px;
  font-weight: 300;
}

.line {
  background-color: var(--black);
  padding-top: 10px;
  padding-bottom: 10px;
}

.line-warper {
  max-width: 1250px;
  padding-left: 20px;
  padding-right: 20px;
}

.product-tpl--h1 {
  color: #fff;
  margin-top: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 23px;
  font-weight: 600;
}

.rest-placeholder {
  max-width: 1300px;
  padding-left: 40px;
  padding-right: 40px;
}

.strong--p-3 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 19px;
  font-weight: 300;
}

.legal-placeholder {
  max-width: 1300px;
  padding-left: 40px;
  padding-right: 40px;
}

.qr-place--h1 {
  text-align: center;
}

.intro--h1 {
  color: var(--black);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 60px;
  font-size: 24px;
  font-weight: 700;
}

.intro-placeholder-strong--p {
  padding-left: 20px;
  padding-right: 20px;
}

.intro-strong--p {
  color: var(--base);
  text-align: center;
  letter-spacing: -1px;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-family: Open Sans, sans-serif;
  font-size: 19px;
  font-weight: 600;
  line-height: 30px;
}

.contact-placeholder {
  text-align: center;
  margin-bottom: 20px;
  padding-bottom: 100px;
  padding-left: 60px;
  padding-right: 60px;
}

.fast-booking {
  display: block;
}

.booking {
  color: #fff;
  text-align: center;
  margin-top: 27px;
  margin-bottom: 30px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.booking:hover {
  color: var(--base);
}

.booking-tpl--h1 {
  color: #fff;
  text-align: center;
  margin-top: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 23px;
  font-weight: 600;
}

.matala {
  background-image: url('../images/vacation-in-crete-hero-matala.jpg');
  background-position: 50% 43%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 600px;
  padding-left: 200px;
  padding-right: 200px;
  display: flex;
}

.newsroom--h4 {
  color: var(--base);
  text-align: left;
  text-transform: uppercase;
  background-color: #0000;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 42px;
  display: flex;
}

.main-w--h5 {
  color: #fff;
  text-transform: uppercase;
  padding-right: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 30px;
}

.sub-heading {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.blog--ul {
  padding-left: 20px;
}

.blog--li {
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 30px;
}

.komos-beach {
  background-image: url('../images/vacation-in-crete-hero-komos.jpg');
  background-position: 50% 43%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 600px;
  padding-left: 200px;
  padding-right: 200px;
  display: flex;
}

.phaistos {
  background-image: url('../images/vacation-in-crete-hero-phaistos.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 600px;
  padding-left: 200px;
  padding-right: 200px;
  display: flex;
}

.catalog-placeholder {
  margin-top: 0;
  padding-bottom: 129px;
}

.main-black--h1 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 81px;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
}

.grid--h2 {
  color: #333;
  text-align: left;
  text-transform: none;
  margin-top: 0;
  font-family: Open Sans, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 40px;
}

.content-margins {
  justify-content: center;
  width: 100%;
  padding-left: 5%;
  padding-right: 5%;
  position: relative;
}

.blocks {
  padding-top: 67px;
}

.grid-fa--h2 {
  color: #333;
  text-align: left;
  text-transform: none;
  margin-top: 0;
  font-family: Open Sans, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 40px;
}

.min-right-middleman {
  float: right;
  align-items: center;
  width: 60%;
  height: 600px;
  margin-bottom: 100px;
  padding-right: 20px;
  display: flex;
}

.min-right {
  float: right;
  align-items: center;
  width: 40%;
  height: 600px;
  margin-bottom: 100px;
  display: flex;
}

.min-left {
  float: left;
  align-items: center;
  width: 60%;
  height: 600px;
  margin-bottom: 100px;
  padding-left: 20px;
  display: flex;
  position: static;
}

.grid-f--h2 {
  color: #333;
  text-align: left;
  text-transform: none;
  margin-top: 0;
  font-family: Open Sans, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 40px;
}

.greys {
  padding: 44px 71px 51px 51px;
}

.min-left-middleman {
  float: left;
  align-items: center;
  width: 40%;
  height: 600px;
  margin-bottom: 100px;
  padding-left: 20px;
  display: flex;
}

.grid-placeholder-btn {
  text-align: left;
}

.main-center--p {
  text-align: left;
  margin-top: 25px;
  margin-bottom: 40px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 33px;
}

.container {
  max-width: 1400px;
}

.blog-01 {
  background-image: url('../images/vacation-in-crete-komos-matala-cat.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 600px;
}

.blog-02 {
  background-image: url('../images/vacation-in-crete-komos-beach-cat.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 600px;
}

.blog-03 {
  background-image: url('../images/vacation-in-crete-phaistos-crete-cat.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 600px;
}

.code-embed, .code-embed-2, .code-embed-3 {
  text-align: center;
}

.social {
  text-align: center;
  margin-top: 25px;
  padding-bottom: 8px;
}

.social--a {
  margin-left: 10px;
  margin-right: 10px;
}

.none {
  position: absolute;
  overflow: hidden;
}

.none:hover {
  opacity: 0;
}

.mhte {
  margin-top: 81px;
}

.footer-sub--p, .footer-subc--p {
  text-align: center;
}

.footer-subc-placeholder {
  margin-top: 10px;
}

.main--btn {
  background-color: var(--black);
  color: #fff;
  text-align: center;
  border-radius: 20px;
  width: 180px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 17px;
  font-weight: 700;
  box-shadow: 3px 3px 9px -3px #969696;
}

.main--btn:hover {
  background-color: var(--base);
  color: #fff;
}

.main--btn.w--current:hover {
  color: #000;
  background-color: #fff;
}

.cw-cookie_script {
  display: none;
}

.cw-cookie_options {
  grid-column-gap: 1.75rem;
  grid-row-gap: 1.75rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 2rem;
  display: flex;
}

.cw-cookie_banner {
  z-index: 3;
  background-color: #dfdfdf;
  border-radius: 1rem;
  max-width: 600px;
  padding: 2rem;
  display: none;
  position: fixed;
  inset: auto 0% 20px 20px;
}

.cw-button_secondary {
  color: #1e1a35;
  text-align: center;
  background-color: #0000;
  border: 1px solid #1e1a35;
  border-radius: 80px;
  justify-content: center;
  padding: 1rem 1.5rem;
  line-height: 1;
  transition: transform .3s, color .3s, background-color .3s;
}

.cw-button_secondary:hover {
  background-color: var(--base);
  color: #fff;
  border-color: #a78aff;
  transform: translate(0, -2px);
}

.cw-cookie_selection {
  overflow: hidden;
}

.cw-cookie_checkbox-check {
  border-radius: 4px;
  width: 20px;
  height: 20px;
  margin-top: 0;
}

.cw-cookie_checkbox-check.w--redirected-checked {
  background-color: #000;
  background-size: 14px 14px;
}

.cw-button_primary {
  background-color: var(--black);
  color: #fff;
  text-align: center;
  border-radius: 80px;
  padding: 1rem 1.5rem;
  font-weight: 400;
  line-height: 1;
  transition: transform .3s, background-color .3s;
}

.cw-button_primary:hover {
  background-color: var(--base);
  color: #fff;
  transform: translate(0, -2px);
}

.cw-cookie_checkbox {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  align-items: center;
  display: flex;
}

.cw-cookie_icon {
  z-index: 2;
  cursor: pointer;
  width: 40px;
  height: 40px;
  padding: 5px;
  display: flex;
  position: fixed;
  inset: auto auto 20px 20px;
}

.tbc {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

.cw-cookie_buttons {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  margin-top: 2rem;
  display: flex;
}

@media screen and (min-width: 1920px) {
  .cw-cookie_banner {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    background-color: #fff;
    flex-flow: column wrap-reverse;
    justify-content: center;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0;
    display: flex;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
    position: static;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide.w--open {
    margin-top: 13px;
    position: relative;
  }

  .nav-dropdown-link {
    text-align: center;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    background-color: var(--base);
    color: #fff;
  }

  .hero-placeholder {
    height: 380px;
    padding-left: 80px;
    padding-right: 80px;
  }

  .header-block {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .hero--p {
    text-align: center;
  }

  .s--h2 {
    font-size: 33px;
  }

  .s--h1 {
    text-align: center;
    margin-top: 0;
    font-size: 29px;
  }

  .heading-placeholder {
    flex-direction: column;
    margin-bottom: 10px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .property {
    padding-left: 5px;
    padding-right: 5px;
  }

  .catalog-placeholder-btn {
    flex-direction: column;
    padding-top: 10px;
    padding-left: 0;
    display: flex;
  }

  .promo--p {
    text-align: center;
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 25px;
  }

  .s--h3 {
    text-align: center;
    margin-bottom: 0;
    padding-right: 0;
    font-size: 14.5px;
    line-height: 23px;
  }

  .catalog--btn {
    width: 150px;
  }

  .intro {
    max-width: 991px;
    padding-top: 20px;
    padding-bottom: 10px;
  }

  .property-specs {
    padding-left: 5px;
    padding-right: 5px;
  }

  .s--h4 {
    margin-top: 40px;
    font-size: 28px;
  }

  .main-hero-placeholder {
    padding-top: 60px;
    padding-bottom: 73px;
  }

  .main-hero--p {
    padding-left: 40px;
    padding-right: 40px;
    font-size: 16px;
  }

  .main-hero {
    height: 480px;
  }

  .footer-placeholder--a {
    text-align: center;
  }

  .nav-footer {
    padding-left: 10px;
    padding-right: 10px;
  }

  .footer-columns {
    text-align: center;
  }

  .designed {
    text-align: center;
    justify-content: center;
    margin-right: 0;
  }

  .legal {
    margin-top: -3px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .footer--p {
    text-align: center;
    margin-right: 0;
  }

  .footer-column {
    margin-bottom: 20px;
  }

  .footer-placeholder {
    align-items: center;
  }

  .footer--h6 {
    text-align: center;
  }

  .footer-column-center {
    border-left-width: 0;
    border-right-width: 0;
    margin-bottom: 20px;
  }

  .blog {
    max-width: 991px;
    padding-top: 20px;
    padding-bottom: 10px;
  }

  .blog--p {
    text-align: center;
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 21px;
  }

  .post {
    margin-bottom: 90px;
    padding-bottom: 30px;
  }

  .post-placeholder {
    flex-direction: column;
    padding-top: 10px;
    padding-bottom: 0;
    padding-left: 0;
    display: flex;
  }

  .s-black--h4 {
    text-align: center;
    margin-bottom: 0;
    padding-right: 0;
    font-size: 22px;
    line-height: 23px;
  }

  .large-cta {
    width: 180px;
  }

  .s-large--h3 {
    text-align: center;
    font-size: 33px;
  }

  .s-left-block--p {
    text-align: center;
  }

  .s-left--p {
    text-align: center;
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .strong--p {
    text-align: center;
  }

  .about {
    margin-bottom: 36px;
    padding-left: 0;
  }

  .about-sections {
    padding-bottom: 23px;
  }

  .intro--p {
    font-size: 13.5px;
  }

  .accommodation-sider-wbg {
    margin-top: 0;
    padding-left: 0;
    padding-right: 60px;
  }

  .lightbox {
    display: block;
  }

  .room--p {
    text-align: left;
    margin-top: 13px;
    margin-bottom: 20px;
  }

  .placeholder {
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .sider-columns {
    margin-bottom: 0;
  }

  .room-column {
    padding-right: 30px;
  }

  .gallery-composition {
    margin-top: 50px;
    margin-bottom: 40px;
  }

  .room-columns {
    margin-bottom: 0;
  }

  .romantic-house-for-two {
    height: 380px;
    padding-left: 80px;
    padding-right: 80px;
  }

  .pro--h2 {
    text-align: left;
    margin-bottom: 16px;
    font-size: 19px;
    line-height: 36px;
  }

  .pro--h1 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 23px;
    line-height: 40px;
  }

  .pro--h3 {
    text-align: left;
    margin-bottom: 16px;
    font-size: 19px;
    line-height: 36px;
  }

  .pro--h4 {
    text-align: left;
    margin-top: 0;
    margin-bottom: 18px;
  }

  .newsroom-sidebar--p {
    margin-top: 20px;
    padding-right: 120px;
    font-size: 15px;
    line-height: 30px;
  }

  .newsroom-sidebar-img-placeholder--a {
    margin-bottom: 20px;
  }

  .newsroom-sidebar-column--img {
    justify-content: flex-start;
    display: inline;
  }

  .sidebar-block-c {
    margin-bottom: 60px;
    padding-left: 15px;
  }

  .sidebar-w--p {
    margin-bottom: 20px;
    font-size: 15px;
  }

  .sidebar--btn {
    width: 150px;
  }

  .destination {
    padding-top: 30px;
  }

  .destination--h2 {
    font-size: 24px;
    line-height: 29px;
  }

  .contact-phone {
    text-align: left;
    margin-bottom: 33px;
  }

  .box-cont {
    flex-direction: column;
    max-width: 991px;
    padding: 20px;
    display: flex;
  }

  .contact-h2 {
    text-align: center;
    font-size: 20px;
    line-height: 32px;
  }

  .contact-strong {
    text-align: left;
  }

  .block-strong--p {
    text-align: center;
    margin-top: 0;
    margin-bottom: 27px;
  }

  .the-house-in-front-of-the-sea, .traditional-cretan-villa, .contact-hero, .location {
    height: 380px;
    padding-left: 80px;
    padding-right: 80px;
  }

  .blog--h2 {
    font-size: 30px;
  }

  .product-tpl--h1 {
    font-size: 19px;
  }

  .intro--h1 {
    letter-spacing: 2px;
    margin-top: 40px;
    font-size: 20px;
  }

  .intro-placeholder-strong--p {
    padding-left: 40px;
    padding-right: 40px;
    line-height: 22px;
  }

  .intro-strong--p {
    padding-left: 40px;
    padding-right: 40px;
    font-size: 18px;
    line-height: 28px;
  }

  .contact-placeholder {
    margin-bottom: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .booking-tpl--h1 {
    font-size: 19px;
  }

  .matala {
    height: 380px;
    padding-left: 80px;
    padding-right: 80px;
  }

  .newsroom--h4 {
    margin-right: 100px;
    display: flex;
  }

  .main-w--h5 {
    padding-right: 0;
    font-size: 16px;
    line-height: 23px;
  }

  .komos-beach, .phaistos {
    height: 380px;
    padding-left: 80px;
    padding-right: 80px;
  }

  .catalog-placeholder {
    padding-bottom: 0;
  }

  .main-black--h1 {
    margin-bottom: 41px;
    font-size: 26px;
  }

  .grid--h2 {
    text-align: center;
    margin-top: 0;
    padding-top: 0;
    font-size: 20px;
  }

  .content-margins {
    width: 100%;
    margin-bottom: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    top: 0%;
  }

  .blocks {
    padding-top: 44px;
  }

  .grid-fa--h2 {
    text-align: center;
    margin-top: 0;
    padding-top: 0;
    font-size: 20px;
  }

  .min-right-middleman {
    width: 100%;
    height: auto;
    margin-bottom: 16px;
    padding-right: 0;
  }

  .min-right {
    width: 100%;
    height: 200px;
    padding-right: 0;
  }

  .min-left {
    width: 100%;
    height: auto;
    margin-top: 0;
    padding-left: 0;
    position: relative;
  }

  .grid-f--h2 {
    text-align: center;
    margin-top: 0;
    padding-top: 0;
    font-size: 20px;
  }

  .greys {
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .min-left-middleman {
    width: 100%;
    height: 400px;
    margin-bottom: 22px;
    padding-left: 0;
    position: static;
  }

  .grid-placeholder-btn {
    text-align: center;
    margin-top: 20px;
  }

  .main-center--p {
    text-align: center;
  }

  .blog-01, .blog-02, .blog-03 {
    height: 400px;
  }

  .social {
    text-align: center;
    padding-left: 0;
  }

  .mhte01, .mhte02, .mhte03 {
    margin-bottom: 33px;
  }

  .main--btn {
    width: 150px;
  }

  .cw-cookie_banner {
    max-width: 80%;
  }
}

@media screen and (max-width: 767px) {
  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .hero-placeholder {
    height: 360px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .header-block {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .hero--p {
    line-height: 24px;
  }

  .s--h2 {
    font-size: 30px;
  }

  .s--h1 {
    margin-bottom: 10px;
  }

  .heading-placeholder {
    padding-top: 10px;
  }

  .property {
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .catalog-placeholder-btn {
    text-align: center;
    justify-content: center;
    padding-top: 20px;
    padding-left: 0;
  }

  .properties {
    flex-flow: wrap;
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
  }

  .s--h3 {
    text-align: center;
    font-size: 17px;
  }

  .catalog--btn {
    width: 180px;
  }

  .intro {
    max-width: 767px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .property-specs {
    padding-left: 10px;
    padding-right: 10px;
  }

  .main-hero-placeholder--p {
    margin-top: 18px;
  }

  .s--h4 {
    margin-top: 20px;
  }

  .main-hero-placeholder {
    justify-content: center;
    align-items: center;
    height: 380px;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
  }

  .main-hero-placeholder-btn {
    margin-top: 20px;
  }

  .main-hero--p {
    font-size: 15px;
    line-height: 24px;
  }

  .main-hero {
    height: 380px;
    margin-bottom: 63px;
  }

  .footer-placeholder--a {
    text-align: center;
  }

  .nav-footer, .legal {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-placeholder {
    text-align: center;
    align-items: center;
  }

  .footer--h6 {
    text-align: left;
  }

  .blog {
    max-width: 767px;
    margin-top: 30px;
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .blog--p {
    margin-top: 15px;
  }

  .post {
    margin-bottom: 27px;
  }

  .post-placeholder {
    text-align: center;
    justify-content: center;
    padding-top: 40px;
    padding-left: 0;
  }

  .s-black--h4 {
    text-align: center;
    font-size: 20px;
  }

  .large-cta {
    width: 180px;
  }

  .s-large--h3 {
    font-size: 30px;
  }

  .s-left--p {
    margin-bottom: 21px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .strong--p {
    margin-bottom: 20px;
    font-size: 14px;
  }

  .about-columns {
    margin-bottom: 0;
  }

  .about-sections {
    margin-top: 0;
    margin-bottom: 24px;
  }

  .accommodation-sider-wbg {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .textholder {
    margin-bottom: 40px;
  }

  .room--p {
    text-align: left;
  }

  .placeholder {
    margin-top: 20px;
    padding: 0 20px;
  }

  .room-column {
    padding-left: 10px;
    padding-right: 10px;
  }

  .gallery-composition {
    text-align: center;
    margin-bottom: 20px;
  }

  .room-columns {
    padding-left: 10px;
    padding-right: 10px;
  }

  .romantic-house-for-two {
    height: 360px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .pro--h2 {
    text-align: left;
    margin-top: 40px;
    margin-bottom: 10px;
    padding-left: 0;
    padding-right: 20px;
    font-size: 17px;
    line-height: 32px;
  }

  .pro--h1 {
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 19px;
    line-height: 40px;
  }

  .pro--h3 {
    text-align: left;
    margin-top: 40px;
    margin-bottom: 10px;
    padding-left: 0;
    padding-right: 20px;
    font-size: 17px;
    line-height: 32px;
  }

  .pro--h4, .lightbox-placeholder {
    text-align: left;
  }

  .newsroom-sidebar--p {
    margin-top: 0;
    margin-bottom: 44px;
    padding-right: 40px;
    font-size: 14px;
    line-height: 26px;
  }

  .newsroom-sidebar-column--img {
    display: flex;
  }

  .sidebar-block-c {
    text-align: center;
    margin-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .sidebar-w--p {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .sidebar--btn {
    width: 180px;
  }

  .destination-placeholder {
    padding-left: 10px;
    padding-right: 10px;
  }

  .location-map-placeholder {
    margin-bottom: 40px;
  }

  .contact-form-column {
    text-align: left;
    padding-left: 0;
  }

  .contact-column, .contact-p {
    text-align: left;
  }

  .contact-columns {
    text-align: center;
  }

  .box-cont {
    max-width: 787px;
    padding: 10px 20px;
  }

  .contact-h2, .contact-strong, .block-strong--p {
    text-align: left;
  }

  .the-house-in-front-of-the-sea, .traditional-cretan-villa, .contact-hero, .location {
    height: 360px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .legal-2 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .main--p {
    text-align: left;
  }

  .line {
    padding-left: 20px;
  }

  .product-tpl--h1 {
    font-size: 17px;
    line-height: 30px;
  }

  .rest-placeholder, .legal-placeholder {
    padding-left: 30px;
    padding-right: 30px;
  }

  .intro--h1 {
    letter-spacing: 1px;
    margin-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 18px;
    line-height: 36px;
  }

  .intro-placeholder-strong--p {
    padding-left: 20px;
    padding-right: 20px;
  }

  .intro-strong--p {
    font-size: 16px;
    line-height: 26px;
  }

  .contact-placeholder {
    padding-left: 30px;
    padding-right: 30px;
  }

  .booking-tpl--h1 {
    font-size: 17px;
    line-height: 30px;
  }

  .matala {
    height: 360px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .newsroom--h4 {
    margin-right: 30px;
  }

  .main-w--h5 {
    text-align: center;
    font-size: 16px;
    line-height: 26px;
  }

  .komos-beach, .phaistos {
    height: 360px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .main-black--h1 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 23px;
    line-height: 36px;
  }

  .grid--h2 {
    margin-top: 20px;
    padding-top: 0;
  }

  .content-margins {
    margin-top: 13px;
    padding-top: 20px;
  }

  .blocks {
    padding-top: 43px;
  }

  .grid-fa--h2 {
    margin-top: 20px;
    padding-top: 0;
  }

  .min-right-middleman {
    position: static;
  }

  .min-right {
    height: 300px;
  }

  .min-left {
    margin-top: 0;
    margin-bottom: 38px;
  }

  .grid-f--h2 {
    margin-top: 40px;
    padding-top: 0;
  }

  .greys {
    padding-top: 10px;
    padding-bottom: 40px;
  }

  .min-left-middleman {
    height: 300px;
    margin-top: 22px;
    margin-bottom: 70px;
  }

  .blog-01, .blog-02, .blog-03 {
    height: 300px;
  }

  .social {
    text-align: left;
    justify-content: center;
    display: flex;
  }

  .main--btn {
    width: 180px;
  }

  .cw-cookie_options {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .cw-cookie_banner {
    max-width: 100%;
    padding: 1rem;
    right: 20px;
  }

  .cw-button_secondary, .cw-button_primary {
    padding-left: 40px;
    padding-right: 40px;
  }

  .cw-cookie_buttons {
    flex-direction: column;
  }
}

@media screen and (max-width: 479px) {
  .s-block--p {
    letter-spacing: 0;
    font-size: 16px;
  }

  .navbar-brand {
    width: 200px;
  }

  .nav-menu {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .hero-placeholder {
    background-position: 50%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .header-block {
    padding-top: 10px;
  }

  .hero--p {
    padding-left: 0;
    padding-right: 0;
    font-size: 12px;
    line-height: 20px;
  }

  .s--h2 {
    margin-bottom: 20px;
    font-size: 23px;
  }

  .s--h1 {
    margin-top: 0;
    font-size: 22px;
    line-height: 22px;
  }

  .heading-placeholder {
    padding-left: 5px;
    padding-right: 5px;
  }

  .property {
    margin-bottom: 0;
  }

  .catalog-placeholder-btn {
    padding-top: 10px;
  }

  .s--h3 {
    font-size: 17px;
  }

  .catalog--btn {
    width: 180px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 13px;
    display: block;
  }

  .intro {
    padding: 20px 15px 30px;
  }

  .main-hero-placeholder--p {
    margin-top: 10px;
  }

  .s--h4 {
    margin-top: 10px;
    font-size: 17px;
    line-height: 24px;
  }

  .main-hero-placeholder {
    height: 380px;
    padding: 33px 20px 52px;
  }

  .main-hero-placeholder-btn {
    margin-top: 10px;
  }

  .main-hero--p {
    font-size: 14px;
    line-height: 23px;
  }

  .main-hero {
    background-size: cover;
    margin-bottom: 63px;
  }

  .footer-placeholder--a {
    text-align: center;
    font-size: 11px;
  }

  .nav-footer {
    padding-top: 23px;
  }

  .footer {
    padding-top: 50px;
    padding-bottom: 59px;
  }

  .footer-block {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer--a {
    font-size: 16px;
  }

  .footer--h6 {
    text-align: center;
  }

  .blog {
    padding: 20px 15px 30px;
  }

  .post-placeholder {
    padding-top: 40px;
  }

  .blog-date {
    padding-left: 10px;
  }

  .s-black--h4 {
    padding-left: 10px;
    font-size: 18px;
  }

  .large-cta {
    width: 180px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 13px;
    display: block;
  }

  .s-large--h3 {
    margin-bottom: 20px;
    font-size: 26px;
  }

  .s-left-block--p {
    letter-spacing: 0;
    font-size: 16px;
  }

  .s-left--p {
    padding-left: 20px;
    padding-right: 20px;
  }

  .about {
    margin-bottom: 33px;
  }

  .about-sections {
    padding-bottom: 0;
  }

  .accommodation-sider-wbg {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .textholder {
    margin-bottom: 20px;
  }

  .room--p {
    text-align: left;
    margin-top: 0;
    margin-bottom: 10px;
    padding-right: 0;
    font-size: 16px;
  }

  .lightbox-thub {
    width: 55px;
  }

  .gallery-composition {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 10px;
  }

  .room-columns {
    padding-left: 0;
    padding-right: 0;
  }

  .romantic-house-for-two {
    background-position: 50%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .pro--h2 {
    text-align: left;
    letter-spacing: 0;
    margin-top: 30px;
    margin-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
    font-size: 17px;
    line-height: 26px;
  }

  .pro--h1 {
    margin-top: 0;
    font-size: 22px;
    line-height: 33px;
  }

  .pro--h3 {
    text-align: left;
    letter-spacing: 0;
    margin-top: 30px;
    margin-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
    font-size: 17px;
    line-height: 26px;
  }

  .pro--h4 {
    text-align: left;
    font-size: 17px;
    line-height: 30px;
  }

  .newsroom-sidebar--p {
    margin-top: 0;
    padding-right: 0;
    font-size: 12px;
    line-height: 20px;
  }

  .sidebar-block-c {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-right: 0;
    display: flex;
  }

  .sidebar-w--p {
    text-align: center;
  }

  .sidebar--btn {
    width: 180px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 13px;
    display: block;
  }

  .destination {
    padding-left: 0;
    padding-right: 0;
  }

  .destination--h2 {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 24px;
  }

  .box-cont {
    padding: 20px;
  }

  .contact-strong {
    margin-top: 15px;
    margin-bottom: 12px;
  }

  .block-strong--p {
    text-align: left;
    line-height: 25px;
  }

  .the-house-in-front-of-the-sea, .traditional-cretan-villa, .contact-hero, .location {
    background-position: 50%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .legal-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .blog--h2 {
    font-size: 23px;
  }

  .main--p {
    line-height: 30px;
  }

  .blog--h3 {
    font-size: 17px;
  }

  .line {
    padding-left: 10px;
    padding-right: 10px;
  }

  .product-tpl--h1 {
    padding-left: 20px;
    font-size: 16px;
    line-height: 25px;
  }

  .rest-placeholder, .legal-placeholder {
    padding-left: 20px;
    padding-right: 20px;
  }

  .intro--h1 {
    letter-spacing: 0;
    padding-left: 35px;
    padding-right: 35px;
    font-size: 17px;
    line-height: 28px;
  }

  .intro-placeholder-strong--p {
    padding-left: 0;
    padding-right: 0;
  }

  .intro-strong--p {
    letter-spacing: 0;
    margin-bottom: 10px;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 15px;
    line-height: 22px;
  }

  .contact-placeholder {
    padding-left: 20px;
    padding-right: 20px;
  }

  .booking-tpl--h1 {
    font-size: 14px;
    line-height: 25px;
  }

  .matala {
    background-position: 50%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .newsroom--h4 {
    margin-right: 0;
  }

  .main-w--h5 {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
  }

  .komos-beach, .phaistos {
    background-position: 50%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .catalog-placeholder {
    margin-bottom: 0;
    padding-bottom: 20px;
  }

  .main-black--h1 {
    margin-bottom: 38px;
    font-size: 20px;
    line-height: 30px;
  }

  .grid--h2 {
    margin-top: 0;
    padding-top: 0;
    font-size: 17px;
    line-height: 28px;
  }

  .content-margins {
    padding-top: 20px;
  }

  .blocks {
    padding-top: 44px;
  }

  .grid-fa--h2 {
    margin-top: 60px;
    padding-top: 0;
    font-size: 17px;
    line-height: 28px;
  }

  .min-right {
    height: 450px;
  }

  .min-left {
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
  }

  .grid-f--h2 {
    margin-top: 100px;
    padding-top: 0;
    font-size: 17px;
    line-height: 28px;
  }

  .min-left-middleman {
    height: 450px;
    margin-top: 10px;
  }

  .grid-placeholder-btn {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .main-center--p {
    text-align: center;
    line-height: 30px;
  }

  .blog-01, .blog-02, .blog-03 {
    height: 200px;
  }

  .social {
    flex-direction: row;
    justify-content: center;
    display: flex;
  }

  .social--a {
    margin-bottom: 20px;
  }

  .main--btn {
    width: 180px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 13px;
    display: block;
  }

  .cw-cookie_options {
    flex-wrap: wrap;
  }

  .cw-cookie_banner {
    bottom: 10px;
    left: 10px;
    right: 10px;
  }

  .cw-button_secondary, .cw-button_primary {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 19px;
  }
}


