<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Site Presets */
:root {
	--first:#fff;
	--second:#f7f7f7;
	--third:#5a7271;
	--hover-color:#f2f4f6;
}
img {
	max-width: 100%;
	display: block;
	height: 100%;
	object-fit: cover;
}
p {
	font-size:16px;
	line-height:1.6;
	padding-bottom: 10px;
}
p {
	text-align: justify;
}
ul {
	list-style:inside;
}
html, body {
	scroll-behavior:smooth;
  font-family: "Ubuntu Condensed", sans-serif;
}

html[lang="el"],
html[lang="el"] body {
  font-family: "Ubuntu Condensed", sans-serif;
}
a {
	text-decoration:none;
	color: var(--first);
}
a:hover {
	color:inherit;
}
h1,h2,h3,h4,h5,h6,p {
	margin:0;
}
h1,h2,h3,h4,h5,h6 {
	text-transform: uppercase;
}
h1 {
	font-size:50px;
}
h2 {
	font-size:45px;
}
h3 {
	font-size:25px;
}
h4 {
	font-size:20px;
}
.mobile-menu-visible {
	overflow-y:hidden;
}
.net22-image {
	width:45px;
	margin-top:-5px;
	display: inline;
}
.owl-next, .owl-prev {
	transition:all ease-in-out 200ms;
}
.owl-next:hover {
	transition:all ease-in-out 200ms;
	margin-right:-5px;
}
.owl-prev:hover {
	transition:all ease-in-out 200ms;
	margin-left:-5px;
}
/* Telos Site Presets */

/* Burger */
.menu {
	background-color: transparent;
	border: none;
	cursor: pointer;
	display: flex;
	padding: 0;
}
.line {
	fill: none;
	stroke: var(--first);
	stroke-width: 2;
	transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
		stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}
.line1 {
	stroke-dasharray: 60 207;
	stroke-width: 5;
}
.line2 {
	stroke-dasharray: 60 60;
	stroke-width: 5;
}
.line3 {
	stroke-dasharray: 60 207;
	stroke-width: 5;
}
.opened .line1 {
	stroke-dasharray: 90 207;
	stroke-dashoffset: -134;
	stroke-width: 5;
}
.opened .line2 {
	stroke-dasharray: 1 60;
	stroke-dashoffset: -30;
	stroke-width: 5;
}
.opened .line3 {
	stroke-dasharray: 90 207;
	stroke-dashoffset: -134;
	stroke-width: 5;
}
/* TELOS BURGER */

/* Navigation */
.lang-wrapper {
	min-width: 80px;
	display: flex;
	flex-flow: wrap;
	margin: 0px 0px 0px;
	top: 5px;
	right: 15px;
	z-index: 100;
	justify-content: center;
	align-items: center;
	color: var(--first);
	transition: all ease-in-out 400ms;
	cursor: pointer;
	position: relative;
}
.header-scrolled .lang-wrapper {
	min-width: 80px;
	display: flex;
	flex-flow: wrap;
	margin: 0px 0px 0px;
	top: 5px;
	right: 15px;
	z-index: 100;
	justify-content: center;
	align-items: center;
	color: var(--first);
	transition: all ease-in-out 400ms;
	cursor: pointer;
	position: relative;
}
.lang-wrapper * {
	text-transform:uppercase;
}
.next-lang-wrapper {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -30px;
	padding: 20px;
	font-size: 20px;
	display: none;
	text-align: center;
	color: var(--first);
	left: -10px;
    
}
.lang-wrapper:hover .next-lang-wrapper {
	display:block;
}
.drop {
	display: flex;
}
.drop p{
	font-size: 20px;
}
.drop span {
	transition: 400ms;
	transform: rotate(-90deg);
	margin: auto;
	position: relative;
	top: -5px;
	left: 5px;
}
.lang-wrapper:hover .drop span {
	transform:rotate(0deg);
}
.mobile-menu-wrapper * {
	text-transform:uppercase;
}
.mobile-menu-wrapper {
	transform: translateX(110%);
	transition:all ease-in-out 600ms;
	overflow-y: scroll;
	overflow-x: hidden;
	position: fixed;
	top: 15px;
	right: 0px;
	bottom: 0;
	right: 15px;
	background-color: var(--third);
	display: flex;
	justify-content: center;
	z-index: 10;
	width: 200px;
}
.mobile-menu-wrapper.active {
	transform: translateX(0);
}
.mobile-nav-bar-menu {
	list-style: none;
	padding-top: 120px;
	padding-bottom: 20px;
}
.mobile-nav-bar-menu li {
	padding-bottom: 20px;
}
.mobile-menu-wrapper .mobile-nav-bar-menu a {
	font-size: 25px;
	color: var(--first);
}
.mobile-lang-wrapper {
	padding-top: 145px;
	padding-bottom: 10px;
	border-bottom: 1px solid var(--third);
	display:none;
}
.mobile-lang-select {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
}
.mobile-menu-wrapper .next-lang-mobile, .mobile-menu-wrapper .current-lang-mobile {
	color: var(--third);
	font-size: 20px;
	text-transform: uppercase;
}
.lang-devider {
	height: 1px;
	width: 15px;
	background: var(--third);
}
.next-lang-mobile:hover {
	color:var(--third);
}
ul#menu-main-menu-en {
	display: flex;
	text-decoration: none;
	color: var(--first);
	width: 100%;
	column-gap: 30px;
	justify-content: center;
	align-items: center;
	padding-right: 30px;
}
ul#menu-main-el {
  display: flex;
  text-decoration: none;
  color: var(--first);
  width: 100%;
  column-gap: 30px;
  justify-content: center;
  align-items: center;
  padding-right: 30px;
}
.menu-item a{
	position: relative;
}
.menu-item a::before {
	bottom: -5px;
}
.menu-item a:hover::before{
	width: 100%;
	transition: all ease-in-out 250ms;
}
.menu-item a::before{
	content: '';
	position: absolute;
	left: 50%;
	right: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 1px;
	background: #fff;
	transition: all ease-in-out 250ms;
}
.nav-bar-main-menu li{
	list-style: none;
	color: var(--first);
	font-size: 20px;
}
.header-inner {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 100;
	display: flex;
	margin: 45px 80px 0px;
	border-bottom: 1px solid var(--first);
	padding-bottom: 24px;
	transition: all ease-in-out 400ms;
	text-transform: uppercase;
}
.header-wrapper {
	background-color: var(--second);
	display: flex;
	flex-flow: wrap;
	margin: 0px 15px 15px;
	position: relative;
}
.navigation {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	position: relative;
	margin-left: auto;
}
.header-scrolled .header-inner {
	background-color: rgb(90 114 113 / 95%);
	margin: 0px 15px;
	border-bottom: 0px solid var(--first);
	padding: 20px;
}
img.header-logo {
	width: 140px;
	position: relative;
}
.book_availability-button{
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px;
	font-size: 20px;
	border: 1px solid #fff;
	transition:all ease-in-out 250ms;
	/* 	border: 1px solid transparent; */
}
.book_availability-button:hover,
.book_availability-button:focus {
	box-shadow: inset 7.5em 0 0 0 var(--first);
	color: var(--third);
}
/* Telos Navigation */

/* 404 */
.error__page-wrapper {
	min-height: 70vh;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	gap:40px;
	padding:20px;
}
.error__page-wrapper .section-title {
	text-align:center;
}
.error__page-cta {
	color: var(--first);
	font-size: 22px;
	position: relative;
	padding-bottom:10px;
}
.error__page-cta::after {
	content:'';
	background-color:var(--first);
	position:absolute;
	bottom:0;
	left:0;
	width:0;
	height:1px;
	transition:all ease-in-out 250ms;
}
.error__page-cta:hover::after {
	width:100%;
}
.error__page-cta:hover {
	color: var(--first);
}
/* End 404 */

/* Containers */
.content-container{
	margin: 15px;
}
.section-container{
	max-width: 1800px;
}
.title-container{
	max-width: 100%; 
}
/* End Containers */

/* Section Top */
.section-top-background {
	height:100vh;
	background-position:center;
	background-size:cover;
	background-repeat:no-repeat;
	/* 	box-shadow: inset 0 0 0 2000px rgba(5, 5, 5, 0.1); */
	position:relative;
}
.section-top-info {
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.section-title {
	color: var(--first);
	display: block;
	position: relative;
	text-align: center;
	font-size: 50px;
	text-transform: capitalize;
	background: color(srgb 0.35 0.45 0.44 / 0.83);
    padding: 14px;
}
/* End Section Top */

/* The Villa */
.the-villa-content {
	color: var(--first);
}
.villa-top-content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 1000px;
	margin: auto;
	text-align: center;
	padding: 150px 0 130px;
	color: var(--third);
}
.villa-title {
	padding-bottom: 75px;
}
.amenities-image{
	width: 1100px;
	height: 880px;
}
.villa-info-content {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0px 15px;
}
.villa-amenities {
	background-color: var(--third);
	width: 900px;
	/* 	height: 600px; */
	position: relative;
	transform: translateX(-75px);
	display: flex;
	flex-direction: column;
	align-items: center;
}
.indoor-amenities .villa-amenities {
	background-color: var(--third);
	width: 900px;
	/* 	height: 600px; */
	position: relative;
	transform: translateX(75px);
	display: flex;
	flex-direction: column;
	align-items: center;
}
.villa-amenities-title {
	padding: 70px 0 60px;
}
.villa-amenities-text {
	width: 750px;
	padding-bottom: 65px;
	text-align: center;
}
.outdoor-amenities {
	padding-bottom: 100px;
}
.indoor-amenities {
	padding-bottom: 135px;
}
.villa-amenities-content-parent{
	display:none;
}
ul.villa-amenities-content {
	margin-bottom: 50px;	
	list-style: none;
	flex-flow: wrap;
	row-gap: 20px;
	column-gap: 40px;
	max-width: 600px;
	font-size: 16px;
	display: grid;
	grid-template-columns: repeat(3,1fr);
	overflow: hidden;
	width: 100%;
	text-align: left;
}
.villa-amenities-content-indoor-parent{
	display:none;
}
.villa-amenities-content-outdoor-parent{
	display:none;
}
.load-more-button-indoor{
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px;
	margin-bottom: 50px;
	font-size: 20px;
	width: 200px;
	cursor: pointer;
	border: 1px solid #fff;
	background-color: var(--third);
	color: var(--first);
	transition:all ease-in-out 250ms;
}
.load-more-button-indoor:hover,
.load-more-button-indoor:focus {
	box-shadow: inset 10em 0 0 0 var(--first);
	color: var(--third);
}
.load-more-button-outdoor{
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px;
	margin-bottom: 50px;
	font-size: 20px;
	width: 200px;
	cursor: pointer;
	border: 1px solid #fff;
	background-color: var(--third);
	color: var(--first);
	transition:all ease-in-out 250ms;
}
.load-more-button-outdoor:hover,
.load-more-button-outdoor:focus {
	box-shadow: inset 10em 0 0 0 var(--first);
	color: var(--third);
}
/* End The Villa */

/* Gallery */
.gallery-content {
	margin: 0px 15px 50px;
}
.gallery-section-title {
	height: 400px;
	width: 100%;
	color: var(--third);
	background-color: var(--second);
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom:50px;
}
.gallery-section-images {
	margin: 0 45px;
}
#full-screen-gallery,
#full-screen-gallery-2 {
	display: grid;
	grid-template-columns: repeat(3,1fr);
	overflow: hidden;
	row-gap: 50px;
	column-gap: 40px;
}
.page__gallery-item {
	width: 570px;
	height: 650px;	
	position:relative;
	cursor:pointer;
}
img.page__gallery-image {
	width: 570px;
	height: 650px;
	object-fit: cover;	
}
.page__gallery-item.hidden {
	display: none;
}
.page__gallery-item::after {
	content:'';
	border-radius: 25px;
	position:absolute;
	/* 	top: 25px;
	left: 25px; */
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width:100%;
	height:100%;
	background-color: var(--hover-color);
	opacity:0;
	visibility:hidden;
	transition:all ease-in-out 350ms;
	background-image: url("https://seasiliavilla.gr/wp-content/uploads/2023/02/open-gallery.svg");
	object-fit: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.page__gallery-item:hover::after {
	opacity:0.5;
	visibility:visible;
	width: 520px;
	height: 600px;
}

/* End Gallery */

/* Location */
.location-content {
	margin: 0px 15px 25px;
}
.location-section-title {
	height: 400px;
	width: 100%;
	color: var(--third);
	background-color: var(--second);
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom:50px;

}
.location-single-content ul li {
    list-style: none;
    font-size: 20px;
    text-align: center;
    line-height: 1.6;
}
.location-single-content {
	width: 600px;
	height: 750px;
	margin-right: 40px;
	display: flex;
	flex-direction: column;
	background-color: var(--second);
	color: var(--third);
	justify-content: center;
	align-items: center;
}
.location-single-image img{
	width: 600px;
	height: 750px;
	object-fit: cover;
}
.location-single-title h3{
	padding-bottom: 80px;
	font-size: 50px;
}
.location-single-text {
	width: 420px;
	padding-bottom: 70px;
}
.location-single-text a {
	color: var(--third);
	display: flex;
    justify-content: center;
	transition: color ease-in 250ms;
	align-items: center;
	gap: 6px;
}
.location-single-text a svg path {
	fill: var(--third);
	transition: fill ease-in 250ms;
}
.location-single-text a:hover {
	color: #6badf0;
}
.location-single-text a:hover svg path {
	fill:  #6badf0;
}
ul.location-single-links {
	width: 420px;
}
.location-single-links h5{
	text-transform: none;
}
.amenity-single-item{
	padding-bottom: 10px;
}
.amenity-single-item h5{
	text-transform: uppercase;
	font-size: 18px;
}
.amenity-single-item a{
	text-decoration: none;
	color: var(--third);
	transition: all ease-in-out 250ms;
}
.amenity-single-item a:hover {
	text-decoration: none;
	color: #405C77;
}
.location-section-content{
	display: grid;
	grid-template-columns: repeat(3,1fr);
	overflow: hidden;
	width: 100%;
}
/* .location-section-content .location-grid.location-grid-item-2 {
	display: flex;
	flex-direction: column-reverse;
}
 */
/* End Location */

/* Footer */
.footer-wrapper {
	background-color: var(--second);
	color: var(--third);
	margin: 0px 15px 0px;
}
.footer-wrapper a{
	color: var(--third);
}
.footer-inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
img.footer-logo{    
	width: 335px;
	padding: 135px 0px 0;
}
.footer__content-inner {
	display: grid;
	grid-template-columns: repeat(3,1fr);
	overflow: hidden;
	padding-bottom: 125px;
	text-align: center;
	gap: 5px;
}
.footer-title{
	font-size: 20px;
	padding-bottom: 25px;
}
.footer-link {
	font-size: 18px;
}
.mobile-social {

	padding-bottom: 100px;
	flex-direction: column;
	gap: 50px;
	padding-top:30px;
}
.mobile-social &gt; .social-links {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 70px;
	text-transform: uppercase;
		font-size: 20px;
	font-weight: 700;
	transition: all ease-in-out 250ms;
	
}

.mobile-social &gt; .rbnb {
	display: flex;
	gap: 80px;
	justify-content: center;
	margin-top: 40px;
}

.mobile-social &gt; .rbnb img {
	width: 130px;
	object-fit: contain;
}

.sub-footer-item {
	display: flex;
	justify-content: center;
	align-items: center;
	padding-bottom: 30px;
}
.footer__content-inner a{
	position: relative;
}
.footer__content-inner a::before {
	bottom: -5px;
}
.footer__content-inner a:hover::before{
	width: 100%;
	transition: all ease-in-out 250ms;
}
.footer__content-inner a::before{
	content: '';
	position: absolute;
	left: 50%;
	right: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 1px;
	background: var(--third);
	transition: all ease-in-out 250ms;
}
.mobile-social a:hover {
	text-decoration: none;
	color: #405C77;
}
.gm_nr {
	margin: 30px 0 80px;
	text-align: center;
	font-size: 16px;
}
/* End Footer */

@media screen and (max-width: 767px) {
	.mobile-social &gt; .rbnb {
		display: flex;
		gap: 30px;
		        padding: 0 15px;
        flex-wrap: wrap;
        justify-content: space-around;
	}
	
	    .mobile-social {
        gap: 50px;
        display: flex;
			flex-direction: column !important;
    }

}</pre></body></html>