@font-face {
    font-family: 'Antro Vectra';
    src: url('/fonts/AntroVectra.eot');
    src: url('/fonts/AntroVectra.eot?#iefix') format('embedded-opentype'),
    url('/fonts/AntroVectra.woff2') format('woff2'),
    url('/fonts/AntroVectra.woff') format('woff'),
    url('/fonts/AntroVectra.ttf') format('truetype'),
    url('/fonts/AntroVectra.svg#AntroVectra') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Anudaw';
    src: url('/fonts/anudaw.eot');
    src: url('/fonts/anudaw.eot?#iefix') format('embedded-opentype'),
    url('/fonts/anudaw.woff') format('woff'),
    url('/fonts/anudaw.ttf') format('truetype'),
    url('/fonts/anudaw.svg#anudaw') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GhostStory';
    src: url('/fonts/GhostStory.eot');
    src: url('/fonts/GhostStory.eot?#iefix') format('embedded-opentype'),
    url('/fonts/GhostStory.woff') format('woff'),
    url('/fonts/GhostStory.ttf') format('truetype'),
    url('/fonts/GhostStory.svg#GhostStory') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

strong {font-weight: bold;}

.simple-quote {font-family:'Anudaw','GhostStory'; font-size:16px; line-height:30px; text-align: left;}

.moto48 {font-family: 'Antro Vectra', 'Anonymous Pro'; font-weight: normal; font-style: normal; font-size: 28px; line-height: 30px;}
.moto48gr {font-family: 'Anonymous Pro'; font-weight: normal; font-style: normal; font-size: 28px; line-height: 30px; color: #bca78a; }
.moto36 {font-family: 'Antro Vectra', 'Anonymous Pro'; font-weight: normal; font-style: normal; font-size: 28px; line-height: 30px;}
.moto36gr {font-family: 'Anonymous Pro'; font-weight: normal; font-style: normal; font-size: 28px; line-height: 30px; color: #bca78a; }

.destination-box {display: none}
.gald { display:inline-block; padding: 10px 10px; cursor: pointer; }
.gald.active {color:#434343;}

.bottom-pos {position:absolute; bottom:40px; left: 40px;}

:root {
    --color-brown: #863;
    --border-width: 4px;
}

.skisimo-desktop {
    background: url(/img/skisimo-desktop.jpg) center center no-repeat;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100px;
    text-align: center;
}

.skisimo-desktop-brown {
    background: url(/img/explore_skisimo.jpg) center center no-repeat;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100px;
    text-align: center;
}

.inverted {
    transform: rotate(180deg);
}

.inverted > * {
    transform: rotate(180deg);
}


.xtra-big {
    font-size: 56px;
}

/* helpers */
@media all and (max-width: 759px) {
    .desktop-only, .hide-small {
        display: none !important;
    }
}

.marg-v {
    margin: 10px 0;
}

.pad-h {
    padding-left: 20px;
    padding-right: 20px;
}

.spacer-10 {
    font-size: 0;
    height: 10px;
}

.spacer-20 {
    font-size: 0;
    height: 20px;
}

.spacer-30 {
    font-size: 0;
    height: 30px;
}

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

.text-right {
    text-align: right;
}

h1 {
    letter-spacing: 4px;
    font-size: 26px;
}
h1.title { 
    position: absolute; 
    bottom: 40px; 
    left: 40px;
} 

h2 {
    letter-spacing: 4px;
    font-size: 26px;
}

h3 {
    padding: 5px 0;
    font-size: 22px;    
}

p {
    margin: 20px 0;
    line-height: 1.3;
    text-align: justify;
}

.watermark-altera-round {
    background-image: url('/img/logos/logo.png');
    background-position: left 80% bottom 20%;
    background-size: auto 80%;
    background-repeat: no-repeat;
}

.watermark-altera-round.to-right {
    background-position: right center;
}

.outline-button {
    outline: none;
    padding: 10px 30px;
    white-space: nowrap;
}

.outline-button.brown {
    border: 1px solid #886633;
    color: #000;
}

.outline-button.white {
    border: 1px solid #fff;
    color: #fff;
}

h2.brown {
    color: #bca78a;
}

.small-letters {
    font-size: 14px;
}

.brown-letters {
    color: #bca78a;
}

.white-letters {
    color: #ffffff;
}

.brown-bg {
    background: #bca78a
}

.italics {
    font-style: italic;
}

.intro {
    /*width: 100vw;*/
    height: 100vh;
    background-color: #fff;
    padding: 20px;
}


.intro .inner {
    display: flex;
    position: relative;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
    /*background-color: #d3ccbc;*/
    background-image: url('/img/bg-home.jpg');
}

.intro .inner .logo {
    display: inline-block;
    width: 15vh;
    height: 15vh;
    padding: 10px;
    margin-top: 0;
    background: #fff;
}

.intro .inner .logo .round {
    display: none;
}

.intro .inner .menu {
    display: flex;
    flex-direction: column;
    padding: 4vh 0 4vh 0;
}

.intro .inner .menu a {
    display: block;
    margin: 1vh 0;
}

.intro .inner .menu a img.villa-txt {
    height: 4.5vh;
}

img.villa-txt {
    width: auto;
    height: auto!important;    
}

.intro .inner .menu a img {
    display: block;
    height: 7vh;
    width: auto;
    margin: 0 auto;
    padding: 1vh;
}

.intro .inner .logo a {
    display: block;
    background: url('/img/logos/logo.png') center center no-repeat;
    background-size: contain;
    height: 100%;
    margin: 0;
}

.main-logo {
    background: url('/img/logos/logo-text.png') center center no-repeat;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 184px;
    height: 64px;
    z-index: 1;
    background-color: #fff;
    padding:20px;
}

/* section 2 */
.villas-and-promos {
    padding: 20px;
}

.villas-and-promos h2 {
    /*font-size: 30px;*/
}

.villa-item {
    position: relative;
    /*margin-bottom: 10px;*/
}

.villa-item img {
    width: 100%;
    transition: .5s
}

.villa-item:hover img {
    opacity: .5;    
}    

.villa-item a {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
}


.south-crete {
    background: #B9A78D;
}

.south-crete > div {
    padding: 20px;
}

.south-crete h2 {
    color: #ffffff;
}

.south-crete .kazantzakis {
    max-width: 80%;
    margin: 0 auto;
    display: block;
}

.south-crete .the-wild-land {
    /*background: url() center center no-repeat;*/
    background-size: cover;
}

.south-crete .btn {
    padding: 0;
    text-align: center;
    transform: translateY(50%);
}

.south-crete a.meet {
    color: #000;
    border: 1px solid #fff;
}

.south-crete .the-wild-land > img {
    width: 50%;
    margin: 0 0 0 auto;
    display: block;
}


.location {
    margin: 30px 0 0 0;
    background: linear-gradient(0deg, #f5f3f1 54%, #fff 54%);
}

.location div {
    padding: 20px 0;
}

.location #map {
    padding: 0;
    height: 400px;
}

.skisimo img {
    display: block;
    padding: 0;
    width: 100%;
}


/* villa page */
.a-villa-head {
    height: 100vh;
    position: relative;
    overflow: hidden;
}

.a-villa-head .head-bg {
    position: absolute;
    left: 20px;
    right: 20px;
    top: 20px;
    bottom: 20px;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}

.a-villa-head .watermark {
    position: absolute;
    right: 20px;
    left: 0;
    top: 160px;
    height: 60vw;
    background-size: contain;
    background-position: top right;
    background-repeat: no-repeat;
    z-index: 1;
    opacity: .5;
}

.a-villa-head .label {
    position: absolute;
    bottom: 20px;
    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat;
    z-index: 1;
    opacity: .8;
    right: unset;
    left: 50%;
    width: 80%;
    height: 90px;
    transform: translateX(-50%);

}

.a-villa-whole {
    display: grid;
    grid-template-areas:
    "chars"
    "description"
    "gallery"
    "quote"
    "amenities";
    width: 100vw;
}

.a-villa-chars {
    grid-area: chars;
    padding: 60px 20px 20px 20px;
    display: grid;
    align-items: center;
    grid-template-columns: 1fr 1fr 2px 1fr 1fr;
    grid-gap: 10px;
    font-size: 22px;
    background: #f5f3f1;
    transform: translateY(-40px);
    z-index: -1;
}

.a-villa-desc {
    grid-area: description;
    padding: 0 20px;
}

.a-villa-gallery-container {
    /*background-color: #f5f3f1;*/
    position: relative;
    grid-area: gallery;
    overflow: hidden;
}

.a-villa-gallery {
    width: calc(100vw - 40px);
    overflow: hidden;
    white-space: nowrap;
    /*overflow-x: auto;*/
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    margin: 0 auto;
}

.a-villa-gallery-container span.arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 4;
}
.a-villa-gallery-container.explore span.arrow {
    position: absolute;
    top: 55%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 4;
}
.a-villa-gallery-container span.arrow.left {
    left: 0;
    background-image: url(/img/icons/arrow-left.png);
}

.a-villa-gallery-container span.arrow.right {
    right: 0;
    background-image: url(/img/icons/arrow-right.png);
}

.a-villa-gallery-container.explore span.arrow.left {
    background-image: url(/img/icons/arrow-left-explore.png);
}

.a-villa-gallery-container.explore span.arrow.right {
    right: 0;
    background-image: url(/img/icons/arrow-right-explore.png);
}

.a-villa-quote {
    grid-area: quote;
    background-position: right -20px;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #f5f3f1;
    /*padding-top: 10px;*/
    margin-top: -5px;    
    margin-bottom: 30px;
}

.a-villa-quote h3 {
    padding: 80px 20px 40px 20px;
    text-align:center;
    font-family:'Anudaw', 'GhostStory';;
    font-size: 16px;
    line-height: 30px;
}

.a-villa-amenities {
    background: #f5f3f1;
    grid-area: amenities;
    width: 100%;
}

.a-villa-amenities > div {
    padding: 40px 20px;
}

.a-villa-amenities > div > div {
    padding: 5px 0 5px 28px;
    background: url(/img/icons/bullet.png) top 4px left no-repeat;
    background-size: 18px;
}

.a-villa-amenities > div > div.bullet-2 {
    background: url(/img/icons/bullet2.png) top 4px left no-repeat;
    background-size: 18px;
}

.a-villa-chars .sep {
    background: #bca78a;
    height: 100%;
}

.a-villa-chars img {
    width: 36px;
}

.a-villa-chars .sq {
    text-align: right;
}

.a-villa-chars .persons {
    text-align: right;
}

.a-villa-chars .beds {
    text-align: right;
}

.a-villa-chars .baths {
    text-align: right;
}


.a-villa-gallery .item {
    width: 100%;
    height: 100%;
    display: inline-block;
    scroll-snap-align: start;
}

.a-villa-gallery .item img {
    width: 100%;
    display: block;
}


/* faq */
.afaq {
    position: relative;
    padding: 20px;
    margin-bottom: 30px;
}

.afaq > span {
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    width: 36px;
    height: 36px;
    border: 1px solid #bca889;
    background: #fff;
}

.afaq > span:before {
    content: "+";
    font-size: 22px;
    line-height: 32px;
    display: block;
    text-align: center;
    color: #bca889;
}

.afaq.open > span:before {
    content: "X";
}

.afaq > .content {
    display: none;
    padding: 20px;
}

.afaq.open > .content {
    display: block;
    background: #f7f3f0;
}

.afaq > h2 {
    font-size: 20px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: 60px;
}
/* end faq */


/* footer */
.brown-underline {
    padding-top: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #bca78a;
}

.mobile .brown-underline {
    display: block;
    max-width: 60%;
    margin: 0 auto;
}

.mobile .contact {
    padding-top: 40px;
}

.mobile .lang-switcher {
    /*display: flex;*/
}

.mobile {
    text-align: center;
}

.mobile h2 {
    flex: 1;
    text-align: end;
}

.mobile a.lang {
    /*display: block;*/
    font-size: 20px;
}

.mobile a.lang.active {
    color: #bca78a
}

.mobile .social {
    padding-top: 20px;
}

.mobile .social svg {
    width: 44px;
    height: 44px;
    fill: #bca78a;
}

.mobile .nl {
    display: flex;
    padding: 0 20px 40px 20px;
}

.mobile .nl input {
    flex: 4;
    border: 1px solid #bca78a;
    padding: 20px;
    text-align: left;
}

.mobile .nl button {
    flex: 2;
    white-space: nowrap;
    display: block;
    background: #bca78a;
    padding: 10px;
    color: #fff;
}

.mobile .final {
    padding: 10px 0;
    text-align: center;
    background: #bca78a;
    color: #fff;
}


/* mobile menu */
#mob-menu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    transform: translateY(-100%);
    transition: .3s;
    background: #fff;
    /*border-bottom: 1px solid #eee;*/
    z-index: 2;
}

#mob-menu.visible {
    transform: translateY(0);
}

#mob-menu > .main-line {
    padding: 12px 10px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

#mob-menu > .main-line .burger-open {
    width: 24px;
    padding-top: 0px;
}

#mob-menu > .main-line .burger-closed {
    width: 24px;
    display: none;
}

#mob-menu > .main-line .img {
    flex-grow: 1;
    text-align: center;
    position: relative;
}

#mob-menu > .main-line img {
    width: 100%;
    max-width: 144px;
    padding: 10px 0;
}

#mob-menu > .main-line .phone-contact {
    width: 30px;
}

#mob-menu.open {
    background: #fff;
}

#mob-menu.open > div .burger-open {
    display: none;
}

#mob-menu.open > div .burger-closed {
    display: block;
}


#mob-menu-items {
    display: none;
    position: fixed;
    top: 70px;
    left: 0;
    right: 0;
    bottom: 0;
    background: #bca889;
}

#mob-menu-items.open {
    display: block;
    background: #bca889;
    z-index: 4;
}

#mob-menu-items .alink, #mob-menu-items p a {
    display: block;
    font-size: 24px;
    color: #fff;
    padding: 12px 0;
    text-align: center;
}

#mob-menu-items p a:not(.lang) {
    color: #fff;
}

#mob-menu-items p {
    display: none;
}

#mob-menu-items p.active {
    display: block;
    background: #fff3;
    margin: 0;
}

#mob-menu-items .alink.active {
    /*background: #fff3;*/
}

#mob-menu-items .lang-switcher {
    max-width: 40%;
    margin: 0 auto;
}

#mob-menu-items .lang-switcher a {
    font-size: 28px;
}

#mob-menu-items .lang-switcher a.lang.active {
    color: #fff;
}

.burger {
    padding-top: 10px;
}

#book-selector {
    /*border: var(--border-width) solid #fff;*/
    display: flex;
    margin: 0 auto;
    position: relative;
}

#book-selector > * {
    padding: 20px;
    white-space: nowrap;
    cursor: pointer;
    color: #fff;
}

#book-selector button {
    display: block;
    background: #fff;
    color: var(--color-brown);
}

#book-selector.no-villa button {
    display: none;
}

#book-selector .submenu {
    position: absolute;
    top: 0;
    left: calc(-1 * var(--border-width));
    right: calc(-1 * var(--border-width));
    transform: translateY(-100%);
    display: none;
    z-index: 1;
    border: var(--border-width) solid #fff;
    background: #fff8;
}

#book-selector.show-selector .submenu {
    display: block;
}

#book-selector .submenu span {
    display: block;
    padding: 10px 0;
    border-bottom: 1px solid #fff;
    text-align: center;
}

#book-selector .submenu span:last-child {
    border-bottom: none;
}

.slidermoto {
    text-align: center;
}

#lightbox {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    background: #000a;
	background:radial-gradient(circle, rgba(0,0,0,1) 0%, rgba(0,0,0,.7) 60%);
}

#lightbox.visible {
    display: block;
}

#lightbox > *.button {
    cursor: pointer;
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    background: #fff7;
}

#lightbox > .left {
    left: 0;
}

#lightbox > .right {
    right: 0;
}

#lightbox > .close {
    top: 20px;
    right: 20px;
    transform: none;
}

#lightbox > *.button:hover {
    background: #fff;
}

#lightbox > img {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 90vw;
    max-height: 90vh;
    z-index: 1;
}

figure > img {
    padding-bottom: 20px;
}

figure.hidden {
    display: none;
}

.adultsonly {padding:10px; background:#f7f3f0;font-size:14px;}