<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
  margin: 0px;
  padding: 0px;
}

/*TOP BUTTON*/
header{
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
    position: fixed;
    left: 0px;
    right: 0px;
    top: 0px;
    width: 100%;
    display: flex;
    align-items: center;
    z-index: 2;
    padding: 5px;
}
.flex{
  display: flex;
}
.margin_auto{
  margin: auto;
}
.ser{
  padding: 0px;

}
.ser img{
  display: block;
  width: 100%;
  max-height: 350px;
}
.thevilla_gallery_image{
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 0px;
  margin-bottom: 0px;
}
.thevilla_accommodation_image{
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 0px;
  margin-bottom: 0px;
}
.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: rgb(0, 103, 148);
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 0px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
background: rgb(233, 195, 30);
}
#home{
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  position: relative;
}
#featured{
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 550px;
  position: relative;
}
.slogan{    position: absolute;
    left: 0px;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    max-width: 50%;
    margin: auto;
}
#myBtn {
  display: none;
  position: fixed;
  top: 5px;
  right: 5px;
  z-index: 2;
  color: white;
  cursor: pointer;
  padding: 20px;
  background-color: rgba(0, 103, 148,0.8);
  font-family: 'Comfortaa', cursive;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  border: none;
	transition:0.5s ease-in-out;
}

#myBtn:hover {
  background-color: rgb(233, 195, 30);
}

#myBtnlogo{
  display: none;
  position: fixed;
  top: 5px;
  left: 5px;
  border: none;
  z-index: 2;
  background-color: rgba(0, 103, 148,0.8);
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 20px;
  padding-right: 20px;
	transition:0.5s ease-in-out;
}

#myBtnlogo:hover {
  background-color: rgb(233, 195, 30);
}
#myBtnmenu{
  display: none;
  position: fixed;
  top: 5px;
  left: 70px;
  border: none;
  z-index: 2;
  color: rgb(0, 103, 148);
  background-color: white;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 15px;
  padding-right: 15px;
	transition:0.5s ease-in-out;
}

#myBtnmenu:hover {
  background-color: rgb(233, 195, 30);
}
/*Translations*/
.translatebutton{
  border: none;
  background-color: transparent;
  color:white;
  padding: 10px;
  font-family: 'Comfortaa', cursive;
  font-weight: 300;
}

/*Booking form*/

.number_spin span {
  font-size: 14px;
  font-weight: 900;
  display: inline-block;
  padding: 0 10px;
  color: white;
  vertical-align: middle;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
}

.number_spin i {
  font-size: 17px;
}

.number_spin i:hover {
  color: rgb(233, 195, 30);
}
/*Calendar*/
.datepicker-days{
  color: rgb(233, 195, 30);
}
.datepicker .datepicker-switch, .datepicker .next, .datepicker .prev, .datepicker tfoot tr th {
    cursor: pointer;
    color: rgb(0, 103, 148);
}
.datepicker table tr td.active.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled.disabled, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:hover.active, .datepicker table tr td.active.disabled:hover.disabled, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.disabled:hover:hover, .datepicker table tr td.active.disabled:hover[disabled], .datepicker table tr td.active.disabled[disabled], .datepicker table tr td.active:active, .datepicker table tr td.active:hover, .datepicker table tr td.active:hover.active, .datepicker table tr td.active:hover.disabled, .datepicker table tr td.active:hover:active, .datepicker table tr td.active:hover:hover, .datepicker table tr td.active:hover[disabled], .datepicker table tr td.active[disabled] {
    background-color: rgb(0, 103, 148);
}
td.active.day{
  color:white;
  background-color: rgb(0, 103, 148);
}
td.disabled .day{
  color:yellow;
  background-color: black;
}

.datepicker .day {
  font-size: 14px;
  font-weight: 900;
}

.datepicker .month {
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
}

.datepickerbutton {
  color: white;
  font-family: 'Comfortaa', cursive;
  font-size: 14px;
  font-weight: 700;
  /*border*/
  border-style: solid;
  border-width: 1px;
  text-align: center;
  background-color: rgba(0, 103, 148, 0.3);
  padding: 20px;
  cursor: pointer;
  width:100px;
}
.number_spin{
  color: white;
  font-family: 'Comfortaa', cursive;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  background-color:transparent;
  cursor: pointer;
  width:100px;
}

.form-group-numberspin{
	text-align: center;
    border: 1px solid white;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100px;
	background-color: rgba(0, 103, 148, 0.3);
}
.form-group-numberspin span{
	font-size:12px;
}
.booknowbutton {
  background-color: rgb(0, 103, 148);
  padding: 22px;
  color: white;
  font-family: 'Comfortaa', cursive;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  transition: 0.5s ease-in-out;
}

.btn_submit {
  color: white;
  background-color: transparent;
  border-style: none;
}

.booknowbutton:hover {
  background-color: rgb(233, 195, 30);
  color: rgb(0, 103, 148);
  border-style: none;
}

#booking_form label {
  color: white;
  margin-bottom: 0px;
}

#booking_form {
  margin-top: 0px;
}

.form-group {
  min-width: 90px;
  float: left;
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 0px;
}

span .date, span .month {
  font-family: 'Comfortaa', cursive;
  font-size: 20px;
  font-weight: 700;
  color: white;
}

span {
  color: white;
}

h1 {
  font-size: 72px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 30px;
}

p {
  font-size: 14px;
}

.text-center {
  text-align: center;
}
/*
.container {
  max-width: 920px;
}
*/

header .container {
  max-width: 1200px;
  height: 100%;
}

header.home {
  background-image: url('../images/slider_photo.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  min-height: 100vh;
}

header.contactbg {
  background-image: url('../images/slider_photo.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height:650px;
}

header.thevilla {
  background-image: url('../images/villa_bg.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

header.location {
  background-image: url('../images/location_page.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 20px;
}

.page-id-17 header.location, .page-id-239 header.location {
  background-image: url('../images/experience_page.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 20px;
}
header.gallery {
  background-image: url('../images/gallery.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
header.page {
  background-image: url('../images/gallery.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
/*header{ -----parallax image-------
  background: url(../Images/slider_photo.png) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}*/

.menulogo a.menu {
  padding-top: 21px; /*20*/
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 23px;
  background-color: white;
  width: 45px;
  transition: 0.5s ease-in-out;
}

.menulogo a.menu:hover {
  background-color: rgb(233, 195, 30);
}

.menubar {
  color: rgb(0, 103, 148);
}

/*Overlay menu*/
.bookmenubutton{
	width:50%;
	margin:auto;
	border:3px solid;
}
.overlay .closebtn:hover{
  text-decoration: none;
}

.overlay {
  height: 100%;
  position: fixed;
  z-index: 3;
  top: 0;
  left: 0;
  background-color: rgb(0, 0, 0);
  background-color: rgba(255, 255, 255, 0.94);
  transition: 0.5s;
  display: flex;
  width: 100%;
  transform: translateX(-100%);
  align-items: center;
}

.overlay-content {
  position: relative;
  margin: auto;
  text-align: center;
  overflow:hidden;
}
.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #818181;
  display: block;
  transition: 0.3s;
  font-family: 'Comfortaa', cursive;
  font-weight: 300;
}

.overlay a:hover, .overlay a:focus {
  color: rgb(233, 195, 30);
}

.overlay .closebtn {
  position: absolute;
  top: 10px;
  font-size: 55px;
  line-height: 1;
  left: 65px;

}

/*Sticky Buttons*/

/*Main menu*/

.gradient_base_header {
  position: absolute;
  left: -12px;/*0px*/
  top: 0px;
  width: 100%;
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
}

.menulogo {
    margin: auto;
    margin-left: 0px;
    margin-top: 0px;
}
.form-group {
    margin-bottom: 0px;
}

.menulogo img {
  background-color: rgb(0, 103, 148);
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 20px;
  padding-right: 20px;
  transition: 0.5s ease-in-out;
}

.menulogo img:hover {
  background-color: rgb(233, 195, 30);
}

.menubuttons {
  margin: auto;
      margin-right: 0px;
}

.book {
  padding: 19px;
  /*9px*/
  background-color: rgb(0, 103, 148);
  color: white;
  font-family: 'Comfortaa', cursive;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}

.book:hover {
  text-decoration: none;
  color: rgb(0, 0, 0);
  background-color: rgb(233, 195, 30);
  color: white;
}

.stay, .date {
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 15px;
  padding-bottom: 15px;
  color: white;
  font-family: 'Comfortaa', cursive;
  font-size: 14px;
  font-weight: 700;
  /*border*/
  border-style: solid;
  border-width: 1px;
  text-align: center;
  background-color: rgba(0, 103, 148, 0.3);
  -moz-transform: matrix( 0.78299997925759, 0, 0, 0.78300000429153, 0, 0);
  -webkit-transform: matrix( 0.78299997925759, 0, 0, 0.78300000429153, 0, 0);
}

.stay:hover, .date:hover {
  text-decoration: none;
  color: black;
  background-color: rgba(255, 255, 255, 0.8);
}

.logo {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.headertitle h2 {
  font-family: 'Comfortaa', cursive;
  color: white;
  font-weight: 300;
  font-size: 30px;
  letter-spacing:2px;
  text-align: center;
}

/*Menu*/

/*map*/

#map {
  height: 450px;
}

/*Welcome*/

#welcome {
  background-image: url('../images/villa_photo_welcome.jpg');
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  display:block;;/*new*/
}

#vector_welcome {
  background-image: url('../images/fylla.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: rgba(255, 255, 255, 0.85);
}

#vector_welcome .container {
  max-width: 920px;
}

.welcome_header {
  margin-top: 80px;
  margin-bottom: 65px;
}

.welcome_text p {
  font-family: 'Comfortaa', cursive;
  font-weight: 400;
  font-size: 16px;
  margin-top: 85px;
  text-align: justify;
}

.welcome_arrow {
  text-align: right;
  margin-bottom: 25px;
}

.welcome_arrow img, .villaalexia_arrow img, .location_arrow img, .buttonarrow img {
  text-align: right;
  margin-bottom: 25px;
  position: relative;
  transition: transform 0.3s ease-in-out;
}

.welcome_arrow img:hover, .villaalexia_arrow img:hover, .location_arrow img:hover, .buttonarrow img:hover {
  /*need to add movement*/
  left: 10px;
}

/*Villa Alexia*/

#villaalexia {
  background-image: url('../images/pattern.png');
  background-position: center;
  background-repeat: repeat;
  background-size: cover;
  background-color: rgba(255, 255, 255, 0.8);
}

#villaalexia .col-md-5 {
  padding-left: 75px;
  padding-right: 75px;
}

#villaalexia .container {
  max-width: 980px;
}

#villaalexia .row {
  background-image: url('../images/pool.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -30px;
  margin-bottom: -30px;
}

.villaalexia_text {
  background-color: rgba(255, 255, 255, 0.94);
  /*  margin-top: -30px;
  margin-bottom: -30px;*/
}

#villaalexia h3 {
  font-size: 15px;
  font-family: 'Comfortaa', cursive;
  font-weight: 700;
  line-height: 27px;
  margin-bottom: 55px;
  margin-top: 110px;
}

#villaalexia h2 {
  font-size: 25px;
  font-family: 'Comfortaa', cursive;
  font-weight: 300;
  line-height: 27px;
  margin-bottom: 60px;
}

#villaalexia p {
  font-size: 16px;
  font-weight: 400;
  font-family: 'Comfortaa', cursive;
  line-height: 24px;
  text-align: justify;
}

#villaalexia img {
  margin-bottom: 50px;
}

.villaalexia_arrow {
  text-align: right;
}

/*Book Direct*/

.bookdirect h2 {
  color: white;
  font-size: 35px;
  font-family: 'Comfortaa', cursive;
  font-weight: 400;
  margin-top: 90px;
}


.bookdirect h3 {
  color: white;
  font-size: 25px;
  font-family: 'Comfortaa', cursive;
  font-weight: 300;
  margin-bottom: 35px;
}
.bookbutton_bookdirect{
  margin-bottom: 90px;
}
.bookbutton_bookdirect a{
  color: rgb(0, 103, 148);
  text-align: center;
  padding: 20px;
  background-color: rgb(233, 195, 30);
  font-size: 16px;
  font-family: 'Comfortaa', cursive;
  font-weight: 400;
  margin:auto;
  transition:0.5s ease-in-out;
	line-height:0px;
}
.bookbutton_bookdirect a:hover{
  text-decoration: none;
  background-color: white;
  color:rgb(233, 195, 30);
}
#bookdirect {
  background-image: url('../images/book_direct.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
/*Image Parallax*/

.block{
  position: relative;
  overflow: hidden;
  font-size: 16px;
  border-style: solid;
  border-width: 2px;
  background-color: rgba(255, 255, 255, 0.3);
  border-color: rgb(233, 195, 30);
  margin-top: 50%;
}
.block h2{
  text-align: center;
  font-size: 45px;
  font-family: 'Comfortaa', cursive;
  font-weight: 300;
  color: white;
  padding: 50px;
}

/*Location
#location{ comment in order to put the image in a parallax effect
  background-image: url('../images/location_photo.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}*/

.parallax-window {
  min-height: 500px;
  background: transparent;
}

#vector {
  background-image: url('../images/fylla.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: rgba(255, 255, 255, 0.95);
  /*margin-bottom: 700px;*/
}

#vector .container {
  max-width: 920px;
}

.location_header {
  margin-top: 80px;
  margin-bottom: 65px;
}

.location_text p {
  margin-top: 85px;
  text-align: justify;
  font-size: 16px;
  font-family: 'Comfortaa', cursive;
  font-weight: 400;
}

.location_arrow {
  text-align: right;
  margin-bottom: 25px;
}
.location_header_text h2{
  font-family: 'Comfortaa', cursive;
    font-size: 45px;
    font-weight: 700;
    color: white;
    line-height: 51px;
}
.location_header_text h3{
font-family: 'Comfortaa', cursive;
font-size: 17px;
font-weight: 300;
line-height: 24px;
color: white;
}

/*footer*/

footer {
  background-color: rgb(242, 242, 242);
  color: rgb(0, 103, 148);
}

#footer .container {
  max-width: 1120px;
}

.footer_menu {
  margin-top: 130px;
  text-align: center;
}

.footer_menu a {
  padding-left: 5px;
  padding-right: 5px;
  font-family: 'Alegreya Sans', sans-serif;
  line-height: 20px;
  font-weight: 400;
  font-size: 14px;
	transition:0.5s ease-in-out;
}

.footer_menu ul {
  list-style: none;

}
.footer_menu ul li {
  display: inline-block;
}
.footer_menu a:hover {
  text-decoration: none;
  color: rgb(233, 195, 30);
  transition: 0.2s ease all;
}

.logo_footer {
  text-align: center;
  margin-top: 100px;
  margin-bottom: 55px;
}

.footer_social {
  margin-top: 130px;
  text-align: center;
}

.footer_social a {
  margin-left: 5px;
  margin-right: 5px;
}

.footer_social a:hover {
  color: rgb(233, 195, 30);
}

.footer_social p {
  color: rgb(0, 103, 148);
  font-size: 14px;
  font-family: 'Alegreya Sans', sans-serif;
}

#powered_by {
  margin: 0;
  color: rgb(0, 103, 148);
  text-align: center;
  font-family: 'Alegreya Sans', sans-serif;
  font-size: 14px;
  padding-bottom: 65px;
}

#powered_by a:hover {
  background-color: rgb(233, 195, 30);
}

/*Contact*/

.contact-pg-bg{
  background-image: url(../images/background_element.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

}
.contactheader {
   background-color: rgba(255, 255, 255, 0.5);
  padding-bottom: 80px;
  padding-top: 80px;
  padding-left: 20px;
  padding-right: 20px;
}

.contactheader h3 {
  font-family: 'Comfortaa', cursive;
  font-size: 25px;
  line-height: 27px;
  font-weight: 500;
}

.contactheader h2 {
  font-family: 'Comfortaa', cursive;
  font-size: 35px;
  line-height: 27px;
  font-weight: 900;
  margin-top: 20px;
  color:rgb(0, 103, 148);
}

.contactheader p {
  font-family: 'Comfortaa', cursive;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-top: 95px;
  text-align: justify;
}

label {
  color: black;
  font-size: 15px;
  font-family: 'Comfortaa', cursive;
  font-weight: 400!important;
  /*else too bold*/
  line-height: 27px;
  color: black;
  position: absolute;
  pointer-events: none;
  left: 25px;
  top: 10px;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}

/*Form*/

/* form starting stylings ------------------------------- */

.group {
  position: relative;
  margin-bottom: 15px;
}

input {
  font-size: 14px;
  font-family: 'Alegreya Sans', sans-serif;
  padding: 15px 10px 15px 5px;
  display: block;
  width: 100%;
  border: none;
  border-bottom: 1px solid black;
  background: transparent;
  color: #000;
  outline: none;
}
textarea {
  font-size: 14px;
  font-family: 'Alegreya Sans', sans-serif;
  padding: 15px 10px 15px 5px;
  display: block;
    color: #000;
  width: 100%;
  border: none;
  border-bottom: 1px solid black;
  background: transparent;
  height: 120px;
    outline: none;
}

.wpcf7 .btn_submit {
 width: 130px;
 float : right;
 background-image: url(../images/arrow.png);
 background-repeat: no-repeat;
 background-position: center;
 font-size: transparent;
 text-indent: -9999em;

}
/*
.name {
  border-top: 1px solid black;
}*/
.dropdown-menu&gt;li&gt;a:focus, .dropdown-menu&gt;li&gt;a:hover {
    color: rgb(233, 195, 30);
    text-decoration: none;
    background-color: #337ab7;
}
input:focus {
  outline: none;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 0px 0;
    margin: 2px 0 0;
    font-size: 16px;
    text-align: center;
    list-style: none;
    background-color: white;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 0;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: none;
	font-family:'Comfortaa', cursive;
}
/* LABEL ======================================= */

label {
  color: black;
  font-size: 15px;
  font-family: 'Alegreya Sans', sans-serif;
  font-weight: 400!important;
  /*else too bold*/
  line-height: 27px;
  color: black;
  position: absolute;
  pointer-events: none;
  left: 25px;
  top: -5px;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}

/* active state */

input:focus~label, input:valid~label, .wpcf7-form-control-wrap.focused~label {
  top: -7px;
  font-size: 14px;
  color: rgb(0, 103, 148);
}

/* BOTTOM BARS ================================= */

.bar {
  position: relative;
  display: block;
  width: 100%;
}

.bar:before, .bar:after {
  content: '';
  height: 2px;
  width: 0;
  bottom: 1px;
  position: absolute;
  background: #fff;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}

.bar:before {
  left: 50%;
}

.bar:after {
  right: 50%;
}

/* active state */

input:focus~.bar:before, input:focus~.bar:after {
  width: 50%;
  background-color: black;
}

/* HIGHLIGHTER ================================== */

.highlight {
  position: absolute;
  height: 60%;
  width: 100px;
  top: 25%;
  left: 0;
  pointer-events: none;
  opacity: 0.5;
}

/* active state */

input:focus~.highlight {
  -webkit-animation: inputHighlighter 0.3s ease;
  -moz-animation: inputHighlighter 0.3s ease;
  animation: inputHighlighter 0.3s ease;
}

/* ANIMATIONS ================ */

@-webkit-keyframes inputHighlighter {
  from {
    background: #fff;
  }
  to {
    width: 0;
    background: transparent;
  }
}

@-moz-keyframes inputHighlighter {
  from {
    background: #fff;
  }
  to {
    width: 0;
    background: transparent;
  }
}

@keyframes inputHighlighter {
  from {
    background: #fff;
  }
  to {
    width: 0;
    background: transparent;
  }
}

form {
  margin-top: 140px;
}

.buttonarrow {
  margin-top: 50px;
  text-align: right;
}

/*End Form*/

.thevillaheader h2 {
  font-family: 'Comfortaa', cursive;
  font-size: 45px;
  font-weight: 300;
  color: white;
  line-height: 51px;
}

.thevillaheader h3 {
  font-family: 'Comfortaa', cursive;
  font-size: 17px;
  font-weight: 300;
  line-height: 24px;
  color: white;
}

#accommodation {
  background-image: url('../images/thevilla_pattern.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: rgba(0, 0, 0, 0.03);
}

#accommodation .container {

}

/*overwrite bootstrap for this page only*/

#accommodation .col-sm-6 {
padding: 0px;
}

.margintop {
  margin-top: -50px;
  background-color: white;
}

.accommodationleft {
  background-color:rgba(255, 255, 255, 1);
  padding-bottom: 50px;
}

.accommodationleft img {
  margin-top: 75px;
  margin-bottom: 20px;
}

.accommodationleft_image {
  text-align: center;
}

.accommodationleft p {
  text-align: justify;
  font-family: 'Comfortaa', cursive;
  font-size: 15px;
  font-weight: 300;
  padding-left: 75px;
  padding-right: 75px;
  margin-top: 10px;
}

.accommodationright img {
  margin-bottom: -20px;/*used to be 0px*/
  max-width: 100%;
  background-color: white;
}

.accommodationright a {
  text-align: center;
  font-family: 'Comfortaa', cursive;
  font-size: 17px;
  font-weight: 300;
  color: white;
  background-color: rgb(0, 103, 148);
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  transition: 0.5s ease-in-out;
}

.accommodationright a:hover {
  color: white;
  background-color: rgb(233, 195, 30);
  text-decoration: none;
}

.booknow_accommodation {
  position: absolute;
  left: 0px;
  bottom: 50px;
}
.booknow_accommodation&gt;a{
  background-color: rgb(0, 103, 148);
  padding: 22px;
  color: white;
  font-family: 'Comfortaa', cursive;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  transition: 0.5s ease-in-out;
}
.booknow_accommodation&gt;a:hover{
  background-color: rgb(233, 195, 30);
  color: rgb(0, 103, 148);
  border-style: none;
  text-decoration: none;
}


.thevilla_gallery_image img {
	position:relative;
	z-index:1;
	transition: 0.5s linear;
	max-width:100%;
	height:100%;
	max-height:100%;
}
.thevilla_gallery_image img:hover {

}

.thevilla_gallerylink {
    text-align: center;
    /* margin-top: -70%; */
    /* margin-bottom: 50%; */
    position: absolute;
    z-index: 2;
    left: 0;
    /* width: 100px; */
    height: 300px;
    /* margin-left: auto; */
    /* margin-right: auto; */
    right: 0;
    top: 0;
    bottom: 0;
    margin: 0 auto;
    transform: translate3d(0%,100%,0);
}

/*old
.amenities_col{
  background-color:rgb(0, 103, 148);
  margin-left: 0px;
  padding-top: 60px;
  padding-bottom: 70px;
  padding-left: 120px;
}*/

/*new*/
.amenitiesleft{
font-family: 'Comfortaa', cursive;
font-size: 17px;
font-weight: 700;
color: white;
}
.amenities_col {
  background-color: rgb(0, 103, 148);
  margin-left: 0px;
  padding-top: 50px;
  padding-bottom: 60px;
  padding-left: 120px;
}

.amenities_col h3 {
  font-family: 'Comfortaa', cursive;
  font-size: 17px;
  font-weight: 700;
  color: white;
}

/*old
.amenities_el{
  font-family: 'Comfortaa', cursive;
  font-size: 12px;
  font-weight: 300;
  line-height: 19px;
  margin-top: 40px;
  color:white;
}*/

/*new*/

.amenities_el {
  font-family: 'Comfortaa', cursive;
  font-size: 16px;
  margin-top: 40px;
  line-height: 26px;
  color: white;
  margin-bottom: 74px;
}

/*Owl*/

#owl_services .item {
  padding: 0px 0px;
  margin: 5px;
  color: #FFF;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
  z-index: 1;
}

#owl_services_sec .item {
  padding: 0px 0px;
  margin: 5px;
  color: #FFF;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
}

.services {
  /*  -webkit-mask-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.1));
*/
}
#services{
	text-align:center;
}
#services .container {
  max-width: 920px;
}

.servicesheader {
  margin-top: 65px;
  margin-bottom: 80px;
}
.servicesheadersubmit{
  margin-top: 20px;
  margin-bottom: 20px;
}
.servicesheadersubmit h4{
  font-size: 13px;
  font-family: 'Comfortaa', cursive;
  font-weight: 700;
  text-align: center;
}

.servicesheader h3 {
  font-size: 17px;
  font-family: 'Comfortaa', cursive;
  font-weight: 700;
  line-height: 21.18px;
  text-align: center;
  color: rgb(0, 82, 125);
}

.taxiservice, .cookingservice, .carservice {
  text-align: center;
  margin-top: 0px;
  margin-bottom: 110px;
}

.taxiservice h3, .cookingservice h3, .carservice h3 {
  font-size: 15px;
  font-family: 'Comfortaa', cursive;
  font-weight: 700;
  line-height: 21.18px;
  text-align: center;
  color: rgb(0, 82, 125);
}
/*Sevices Section*/
.services{
  margin-top: 0px;
  margin-bottom: 20px;
}
.servicesheader {
  margin-top: 20px;
  margin-bottom: 20px;
}
.image{
  max-width: 100%;
}
.taxitransfer:hover .overlayimage {
  height: 100%;
}
.rentacar:hover .overlayimage {
  height: 100%;
}
.vacationpackage:hover .overlayimage {
  height: 100%;
}
.cookingclass:hover .overlayimage {
  height: 100%;
}
.overlayimage {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color:rgba(255, 255, 255, 0.8);
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: .5s ease;
}
.textser {
  /*white-space: nowrap;*/
	word-wrap: break-word;
  color: rgb(0, 82, 125);
  font-family: 'Comfortaa', cursive;
  font-weight: 700;
  font-size: 20px;
  position: absolute;
  overflow: hidden;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

/*Location Page*/

#locationbg .container {
  max-width: 920px;
}

#locationtext {
  margin-top: 450px;
}
.selection{
	 background-image: url(../images/background_element.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
/*
#selection .container {
  max-width: 920px;
}
*/
#selection .container {
    background-color: rgba(255,255,255,0.5);
    padding-left: 40px;
    padding-right: 40px;
}
.foodselection_image img, .placeselection_image img {
  max-width: 100%;
}

.foodselection_text p, .placeselection_text p, .cretanselection_text p {
  font-size: 14px;
  font-family: 'Comfortaa', cursive;
  font-weight: 400;
  line-height: 24px;
  text-align: justify;
}

.foodselection_text h2, .placeselection_text h2, .cretanselection_text h2 {
  font-size: 20px;
  font-family: 'Comfortaa', cursive;
  font-weight: 700;
  line-height: 21.18px;
  color: rgb(0, 82, 125);
  margin-bottom: 60px;
  margin-top:0px;
}

.cretanselection {
  margin-top: 100px;
}

.foodselection, .cretanselection, .placeselection {
  margin-bottom: 50px;

}

#gallerybg {
  margin-top: 500px;
}
.icon {
  display: inline-block;
}

.icon-arrow {
  background-image: url(../images/sprites.png);
  background-position: 0px 0px;
  width: 113px;
  height: 40px;
}
.icon-eye {
  background-image: url(../images/sprites.png);
  background-position: 0px -80px;
  width: 75px;
  height: 41px;
}
.icon-gallery_arrow_left {
  background-image: url(../images/sprites.png);
  background-position: 0px -40px;
  width: 113px;
  height: 40px;
}
.icon-gallery_arrow_right {
  background-image: url(../images/sprites.png);
  background-position: -113px 0px;
  width: 113px;
  height: 40px;
}
</pre></body></html>