<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css?family=Tinos:400,700&amp;subset=greek');
@import '../fontello/css/fontello.css';

/*--reset default styles--*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    outline: none;
}



/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
    display: block;
    margin: 0 auto;
}

* {
    box-sizing: border-box;
}

*:focus {
    outline: none;
}

a {
    text-decoration: none;
    transition: all 0.2s ease-in;
}

.browsehappy {
    background-color: #ffffff;
    bottom: 0;
    font-size: 24px;
    left: 0;
    padding: 20px;
    position: fixed;
    right: 0;
    text-align: center;
    top: 0;
    z-index: 10002;
}

body {
    font-size: 20px;
    font-family: 'Tinos', serif;
    font-weight: 400;
    line-height: 1.6;
    color: #333;
}

@media (max-width: 1200px) {
    body {
        padding-top: 90px;
    }
}

@media (max-width: 1023px) {
    body {
        font-size: 20px;
    }
}


h1 {
    font-size: 14px;
    color: #c8c9cc;
    font-weight:300;
}

h2, h3, h4, h6 {
    font-weight: 400;
    line-height: 1.2;
}

h2 {
    font-size: 48px;
}

h3 {
    font-size: 40px;
    color:#626870;
}

h3 small {
    font-size: 75%;
}

h4 {
    font-size: 30px;
}

sup {
    font-size: 50%;
    vertical-align: super;
}

p:not(:last-child) {
    margin-bottom: 35px;
}

.nowrap {
    white-space: nowrap;
}

.list {
    list-style: disc;
    padding-left: 20px;
    margin-bottom:20px;
}

.text-red {
    color: #f90101;
}

.btn-default,
.btn-pink {
    min-width: 150px;
    /* height: 50px; */
    padding: 20px;
    text-align: center;
    line-height: 1.2;
    border: none;
    display: inline-block;
}

.btn-default {
    color: #444444;
    background: #ffffff;
}

.btn-default:hover,
.btn-default:active {
    color: #444444;
       background-color: #e7c2dc;
}

.btn-pink {
    background-color: #d27cb8;
    color: #ffffff;
}

.btn-pink:hover,
.btn-pink:active {
    color: #ffffff;
    background: #ce78b4;
    
}

.btn-gray {
    background-color: #626870;
    color: #ffffff;
    min-width: 240px;
    /* height: 50px; */
    padding: 20px;
    text-align: center;
    line-height: 1.2;
    letter-spacing:0.1em;
    border: none;
    display: inline-block;
    
}

.btn-gray:hover,
.btn-gray:active {
    color: #ffffff;
    background: #8c9196;
}

[class^="btn-"] + [class^="btn-"] {
    margin-left: 20px;
  
}

.mobile {
    display: none;
}

@media (max-width: 1023px) {
    h3 {
        font-size: 32px;
    }
    .mobile {
        display: block;
    }
}

@media (max-width: 767px) {
    [class^="btn-"] {
        width: 100%;
        font-size: 24px;
    }

    [class^="btn-"] + [class^="btn-"] {
        margin-left: 0;
        margin-top: 20px;
    }
}


/*------------
    Site Header
----------------*/

.logo {
    display: inline-block;
}

.logo img {
    display: block;
    height: 100%;
}

.book-online {
    font-size: 20px;
    background-color: #cf86b9;
    color: #ffffff;
    width: 210px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all 0.2s ease-in;
}

.book-online span {
   margin-left: 5px;
}

.book-online i {
   margin-left: 5px;
}

.book-online:hover {
    color: #ffffff;
    background: #ce78b4;
}


.languages {
    position: absolute;
    right: 30px;
    top: 20px;
    font-size: 16px;
    color: #ffffff;
}

.languages a,
.languages span {
    display: inline-block;
    color: #ffffff;
    margin: 0 5px;
    line-height: 20px;
}

.languages span {
    color: #cf86b9;
}

.site-header {
    position: absolute;
    top: 90px;
    left: 0;
    right: 0;
    z-index: 101;
    margin-top: -90px;

}

.menu-toggle {
    display: block;
    border: none;
    background: transparent;
    font-size: 36px;
    padding: 0;
    color: #ffffff;
    margin-left: 30px;
    cursor: pointer;
}

.header-container {
    display: flex;
    justify-content: space-between;
    height: 90px;
    padding: 5px 0;
    align-items: center;
    padding: 0 15px;
}


.site-header .nav-logo {
    background-image: url(../img/mobile-logo.png);
    width: 164px;
    height: 61px;
    margin: 0;
    display: block;
}

.site-header nav {
    margin: 70px auto 0;
}

.site-header nav &gt; ul {
    list-style: none;
    font-size: 20px;
    display: flex;
}

.site-header nav &gt; ul &gt; li &gt; a,
.site-header nav &gt; ul &gt; li &gt; span {
    display: block;
    color: #ffffff;
    cursor: pointer;
    position: relative;
    z-index: 1;
    border-bottom: 5px solid transparent;
    margin: 15px 20px;
      transition: all 0.2s ease-in;
}

.site-header nav &gt; ul &gt; li.active &gt; span,
.site-header nav &gt; ul &gt; li &gt; span:hover,
.site-header nav &gt; ul &gt; li.active &gt; a,
.site-header nav &gt; ul &gt; li &gt; a:hover {
    border-bottom: 5px solid #cf86b9;
}

.site-header nav &gt; ul &gt; li.active &gt; a {
    cursor: default;
    pointer-events: none;
    display: block;
}

.menu-dropdown {
    position: relative;
}

.menu-dropdown ul {
    display: none;
    position: absolute;
    width: 235px;
    background: #ffffff;
    list-style: none;
    font-size: 18px;
    top: 100%;
    box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.3);
}

.menu-dropdown ul a {
    padding: 25px 20px;
    color: #434343;
    display: block;
}

.menu-dropdown ul li + li a {
    border-top: 1px solid #434343;
}

.menu-dropdown ul a:hover,
.menu-dropdown ul li.active &gt; a {
    color: #a94089;
}

.site-banner-area {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    height: 100vh;
    min-height: 767px;
}

@media (min-width: 1201px) {
    .fixed .site-header  {
        position: fixed;
        background-color: #61686f;
        box-shadow: 0 2px 5px rgba(0,0,0,0.3);
        transition: margin 0.2s ease-in 0s;
        z-index: 103;
        margin-top: 0;
        top: 0;
    }

    .site-header .nav-logo,
    .site-header .book-online  {
        transition: background 0.2s ease-in;
        visibility: hidden;
    }

    .fixed .site-header .nav-logo,
    .fixed .site-header .book-online  {
        visibility: visible;
    }

    .menu-toggle {
        display: none;
    }

    .fixed .languages {
        display: none;
    }

    .fixed .site-header nav {
        margin-top: 0
    }

    .site-header .nav-logo {
        margin: 0 190px;
        width: 41px;
        height: 68px;
        background-image: url(../img/ianthe-santorini-apartments-villa-logo-sticky-menu.png);
    }
    .site-header nav {
        display: block!important;
    }
    .site-header nav &gt; ul &gt; li:last-child {
        display: none;
    }
    .site-header nav &gt; ul &gt; li &gt; a,
    .site-header nav &gt; ul &gt; li &gt; span {
        text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    }
}


@media (min-width: 1201px) and (max-width: 1399px) {
    .site-header nav &gt; ul &gt; li &gt; a,
    .site-header nav &gt; ul &gt; li &gt; span {
        margin-right: 10px;
        margin-left: 10px;
    }

    .menu-dropdown ul a {
        padding: 10px;
    }

    .site-header .book-online {
        flex-direction: column;
        width: 90px;
        height: 60px;
        line-height: 1;
    }

    .site-header .book-online i {
        display: none;
    }
}


@media (max-width: 1200px) {
    .site-header  {
        background-color: #61686f;
        box-shadow: 0 2px 5px rgba(0,0,0,0.3);
        position: fixed;
        z-index: 104;
    }
    
    .header-container {
        padding: 0;
    }

    .site-header .nav-logo,
    .site-header .book-online  {
        visibility: visible;
    }

    .site-header .book-online {
        width: 90px;
        height: 90px;
        text-transform: uppercase;
        line-height: 1;
        flex-direction: column;
    }
    .site-header .book-online span {
        font-size: 16px;
    }

    .site-header .book-online i {
        display: none;
    }

    .languages {
        position: static;
        text-align: left;
        margin: 30px 20px;
    }

    .site-header nav {
        display: none;
        background: #61686f;
        max-height: calc(100% - 89px);
        position: fixed;
        top: 89px;
        left: 0;
        right: 0;
        overflow: auto;
        text-align: center;
        margin-top: 0; 
    }

    .site-header nav &gt; ul {
        display: block;
    }

    .site-header nav &gt; ul &gt; li &gt; a,
    .site-header nav &gt; ul &gt; li &gt; span {
        text-align: left;
        padding: 0;
        margin: 20px 30px;
    }

    .site-header nav &gt; ul &gt; li:last-child {
        display: block;
    }

    .site-header nav &gt; ul &gt; li:last-child a {
        margin: 0 0 20px;
        background-color: #cf86b9;
        padding: 20px 30px;
    }

    .menu-dropdown ul {
        position: static;
        width: 100%;
        background: transparent;
        box-shadow: none;
    }

    .menu-dropdown ul a {
        text-align: left;
        margin: 20px 30px;
        padding: 0;
        color: #ffffff;
        font-size: 20px;
        border-bottom: 5px solid transparent;
    }
    .menu-dropdown ul li + li a {
        border-top: none;
    }

    .menu-dropdown ul a:hover,
    .menu-dropdown ul li.active &gt; a {
        color: #ffffff;
        border-bottom: 5px solid #cf86b9;
    }

    .site-banner-area {
        height: calc(100vh - 90px)
    }

}

@media (max-width: 767px) {
    .site-banner-area {
        height: 450px;
        min-height: auto;
    }
}

/*-------------
    Social Icons
    -----------------*/

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

.social-icons a {
    color: #464c52;
    margin: 0 5px;
    font-size: 40px;
    
}

.social-icons a:hover {
    color: #cf86b9;
}


/*-------------
    Online reservation form
    -----------------*/

.online-reservation-sidebar {
    position: absolute;
    top: 0;
    left: 0;
    width: 450px;
    z-index: 100;
    background-color: rgba(98, 104, 112, 0.9);
    padding: 70px;
    display: flex;
    flex-direction: column;
    left: -410px;
    transition: left 0.3s linear;
    height: 100vh;
    min-height: 767px;
    z-index: 102;
}

.online-reservation-sidebar.open {
    left: 0;
}

.online-reservation-sidebar form {
    margin: auto 0;
}

.online-reservation-sidebar .logo {
    margin: 0 auto;
    width: 300px;
}

.online-reservation-sidebar h3 {
    color: #ffffff;
    margin-bottom: 16px;
}

.online-reservation-sidebar .calendar {
    display: inline-block;
    position: relative;
}

.online-reservation-sidebar input {
    border: none;
    width: 100%;
    font-size: 16px;
    color: #000000;
    padding: 10px 15px;
    height: 50px;
    display: block;
    vertical-align: middle;
    background-color: #ffffff;
    border-radius: 0;
    margin-bottom: 15px;
}

.online-reservation-sidebar .calendar {
    display: block;
    margin-bottom: 15px;
}

.online-reservation-sidebar .calendar label {
    position: absolute;
    right: 25px;
    top: 50%;
    margin-top: -15px;
    color: #cf86b9;
    cursor: pointer;
}

.online-reservation-sidebar .calendar input {
    padding-right: 65px;
}

.online-reservation-sidebar form button {
    font-size: 24px;
    font-family: 'Tinos';
    letter-spacing:0.1em;
    width: 100%;
    background-color: #cf86b9;
    color: #ffffff;
    height: 50px;
    display: block;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    cursor: pointer;
    transition: all 0.2s ease-in;
}

.online-reservation-sidebar form button i {
    color: #ffffff;
}

.online-reservation-sidebar form button:hover {
   background-color:#ce78b4;
}


.online-reservation-sidebar ::-webkit-input-placeholder {
    color: #666666;
}

.online-reservation-sidebar :-moz-placeholder {
    color: #666666;
}

.online-reservation-sidebar ::-moz-placeholder {
    color: #666666;
    opacity: 1; /* Since FF19 lowers the opacity of the placeholder by default */
}

.online-reservation-sidebar :-ms-input-placeholder {
    color: #666666;
}

.online-reservation-sidebar .sidebar-toggle {
    border: none;
    background: transparent;
    position: absolute;
    top: 20px;
    right: 0;
    z-index: 1;
    color: #ffffff;
    font-size: 28px;
    padding: 0;
    cursor: pointer;
}

.online-reservation-sidebar.open .sidebar-toggle .icon-left-open {
    display: block;
}
.online-reservation-sidebar .sidebar-toggle .icon-left-open {
    display: none;
}

.online-reservation-sidebar .sidebar-toggle .icon-right-open {
    display: block;
}
.online-reservation-sidebar.open .sidebar-toggle .icon-right-open {
    display: none;
}

@media (max-height: 800px) {
    .online-reservation-sidebar {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}


@media (max-width: 1200px) {
    .online-reservation-sidebar {
        top: 90px;
        height: calc(100vh - 90px);
    }
}

@media (max-width: 1023px) {
    .online-reservation-sidebar {
        background: #71777e;
        position: static;
        width: 100%;
        padding: 30px;
        margin-left: 0!important;
        height: auto;
        min-height: auto;
    }

    .online-reservation-sidebar .logo {
        display: none;
    }

    .online-reservation-sidebar .social-icons {
        display: none;
    }
    .online-reservation-sidebar .sidebar-toggle {
        display: none;
    }
}


/*------------
    Slider Styles
----------------*/
.slick-slider {
    min-height: 100%;
}

.slick-slide {
    overflow: hidden;
}

.slick-slide img {
    width: 100%;
}

.slick-prev,
.slick-next {
    position: absolute;
    top: 50%;
    display: block;
    cursor: pointer;
    font-size: 40px;
    color: rgba(255, 255, 255, 0.7);
    z-index: 10;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: #ffffff;
}

.slick-prev {
    left: 5%;
}

.slick-next {
    right: 5%;
}

@media (max-width: 768px) {
    .slick-prev {
        left: 10px;
    }

    .slick-next {
        right: 10px;
    }
}

.slide-text {
    position: absolute;
    font-size: 30px;
    font-style: italic;
    left: 450px;
    right: 0;
    bottom: 200px;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.4);
    color: #ffffff;
    padding: 30px 70px;
    line-height:1;

    
}

.slide-text small{
    font-size: 18px;
   
    
    
}

@media (max-width: 1023px) {
    .slide-text {
        left: 0;
        bottom: 20px;
        padding: 30px;

    }
}

/*------------
    Site Content
----------------*/
.bg-pink {
    background-color: #cf86b9;
    color: #ffffff;
}

.bg-gray {
    background-color: #81868d;
    color: #ffffff;
}

.bg-light-gray {
    background-color: #eff0f0;
    color: #434343;
}

.bg-pink .link,
.bg-gray .link {
    color: #ffffff;
    text-decoration: underline;
}

.bg-light-gray .link {
    color: #434343;
    text-decoration: underline;
}

[class^="column-"] {
    min-width: 0;
}

.column-40 {
    width: 40%;
}

.column-30 {
    width: 30%;
}

.column-50 {
    width: calc(50% - 20px);
}

.column-60 {
    width: 60%;
}

.column-70 {
    width: 70%;
}

.flex-row {
    display: flex;
}

.flex-reverse {
    flex-direction: row-reverse;
}


.flex-row.w-space {
    justify-content: space-between;
}

.w-space [class^="column-"] {
    display: flex;
    flex-direction: column;
}

.text-block {
    padding: 70px;
    flex: 0 1 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;

}

.w-space .text-block {
    justify-content: flex-start;
    height: 100%;
    padding: 70px 150px;
}

.w-space img {
    display: block;
    width: 100%;
}

.text-block h2,
.text-block h4 {
    margin-bottom: 25px;
}

.image-block {
    background-size: cover;
    background-position: 50%;
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    overflow: hidden;
    min-height: 500px;
}

.image-block img { 
    max-width: 100%;
    display: block;
    flex: 0 0 auto;
}

.logo-block {
    flex: 0 1 auto;
    min-width: 450px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.site-content .flex-row {
   margin-bottom: 40px;
}

.content-section {
    display: flex;
}

.content-section .text-block {
   max-width: 850px;
   margin:70px;
   padding:0;
}

.content-section  .logo-block {
    padding: 70px;
}

.content-section h3 {
    padding-bottom: 40px;
    margin-bottom: 20px;
    border-bottom: 1px solid #b0b3b7;
}

.content-section h1 {
    margin-bottom: 30px;
}

.content-section p img {
    padding: 10px 25px 10px 0;
    float: left;
}

.content-section .link {
    color: #434343;
    text-decoration: underline;
}

@media (max-width: 1399px) {
    .content-section .text-block,
    .w-space .text-block,
    .text-block {
        padding: 70px;
        margin:0;
        max-width:100%;
    }
}

@media (max-width: 1150px) {
    .content-section  .logo-block {
        display: none;
    }
}

@media (max-width: 1023px) {
    .content-section,
    .flex-row {
        display: block;
    }

    .content-section .text-block,
    .w-space .text-block,
    .text-block {
        padding: 50px 30px;
    }

    .image-block {
        min-height: 400px;
        height: 400px;
    }

    .image-block img {
        width: 100%;
    }

    [class*="column-"] {
        width: 100%;
        display: block;
    }
    .site-content .flex-row {
       margin-bottom: 0;
    }
}


/*-------------
    Accomodation
    -----------------*/

.accommodation-banner-area {
    position: relative;
}

.accommodation-banner-slider.slick-slider {
    min-height: auto;
    flex: 0 0 auto;
    position: relative;
}

.accommodation-banner-slider .slick-slide{
    height: 500px;
    background-position: 50%;
    background-size: cover;
}

.accommodation-banner-area .overlay-text {
    background-color: rgba(98, 104, 112, 0.7);
    color: #ffffff;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    font-size: 30px;
    line-height: 1;
    padding: 10px 70px;
}

.accommodation-banner-area .overlay-text small {
    font-size: 18px;
}

@media (max-width: 1399px) {
    .accommodation-banner-area .overlay-text {
        font-size: 22px;
        padding: 15px 30px;
    }
}

@media (max-width: 1024px) {
    .accommodation-banner-area .overlay-text {
        font-size: 18px;
    }
    .accommodation-banner-area .slick-prev,
    .accommodation-banner-area .slick-next {
        font-size: 20px;
    }
}

/*-------------
    Baners
    -----------------*/
.location-baner {
    padding-right: 650px;
    background-image: url(../img/home/ianthe-santorini-apartments-villa-location.jpg);
    background-size: cover;
    background-position: 50%;
   /* min-height: calc(100vw / 1.8);*/
    color: #ffffff;
    background-repeat: no-repeat;
    margin-top: 70px;
    background-color: #213a7e;
    display: flex;
}

.information {
    background-image: url(../img/flower-part3.png);
    background-repeat: no-repeat;
    background-position: right bottom;
}

.information .text-block {
    padding: 70px 150px;
}

.flower-bg-1 {
    background-image: url(../img/flower-part1.png);
    background-repeat: no-repeat;
    background-position: left bottom;
}

.flower-bg-2 {
    background-image: url(../img/flower-part3.png);
    background-repeat: no-repeat;
    background-position: right bottom;
}

@media (max-width: 1399px) {
    .location-baner {
        padding-right: 400px;
    }
    .information .text-block {
        padding: 70px;
    }
}

@media (max-width: 1200px) {
    .location-baner {
        background-image: none;
        padding: 0;
        margin-top: 0;
        min-height: auto;
    }
}

@media (max-width: 1023px) {
    .information .text-block {
        padding: 50px 30px;
    }
}

/*-------------
    Footer 
    -----------------*/
.site-footer {
    color: #434343;
    font-size: 16px;
    display: flex;
    height: 450px;
    background-color: #e0e1e2;
    justify-content: flex-start;
    align-items: center;
}

.site-footer address a,
.site-footer .bottom-links a,
.copyright a {
    color: #626870;
}

.site-footer .book-online {
    margin-bottom: 50px;
    width: 250px;
}

.site-footer .logo-block {
    background-color: #61686f;
}

.hotel-info {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #434343;
    padding-bottom: 10px; 
    margin-bottom: 20px; 
}

.site-footer section {
    max-width: 850px;
    margin: 0 70px;
    flex: 1 1 auto;
    min-width: 0;
}

.site-footer address {
    font-style: normal;
}

.site-footer .bottom-links {
    display: flex;
    margin-bottom: 40px;
    font-size: 14px;
}

.site-footer .bottom-links a {
    margin: 0 10px;
}


.site-footer .bottom-links a:hover {
    text-decoration: underline;
    color: #000000;
}

.site-footer .bottom-links a.active {
    font-weight: 700;
    color: #000000;
    text-decoration: none;
}

.site-footer .social-icons {
    margin: 20px 0;
    text-align: left;
}

.site-footer .social-icons a {
    color: #93969a;
    margin-left: 0;
}

.site-footer .social-icons a:hover {
    color: #cf86b9;
}


@media (max-width: 1150px) {
    .site-footer {
        display: block;
        height: auto;
    }
    .site-footer .logo-block {
        display: none;
    }
    .site-footer section {
        max-width: 100%;
        margin: 0;
        padding: 70px;
    }
}

@media (max-width: 959px) {
    .site-footer section {
        padding: 30px;
    }

    .hotel-info {
        display: block;
    }

    .site-footer .bottom-links {
        flex-direction: column;
    }
    .site-footer .bottom-links a {
        margin-right: auto;
    }
}

/*-------------
    Cookies 
    -----------------*/

.cookies-banner {
    background-color: rgba(97, 104, 111, 0.9);
    display: flex;
    min-height: 60px;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    position: fixed;
    text-align: center;
    bottom: 0;
    right: 0;
    left: 0;
    color: #ffffff;
    padding: 15px 10px 5px;
    z-index: 1000;
   
}

.cookies-banner a { 
    width: 130px;
    cursor: pointer;
    display: block;
    height: 26px;
    font-size: 14px;
    align-items: center;
    justify-content: center;
    border: 1px solid #ffffff;
    color: #ffffff;
    background: transparent;
    margin: 0 10px;
}

#map {
    padding: 0;
    margin: 0;
    height: 500px;
    flex: 0 0 auto;
    width: 100%;
}

@media (max-width: 767px) {
    .cookies-banner {
        flex-direction: column;
    }
    .cookies-banner a { 
        margin: 10px auto;
        
    }
    .accommodation-banner-slider .slick-slide{
        min-height: 400px;
        height: 400px;
    
    }
    .accommodation-banner-area .overlay-text {
        position: relative;
    }
}

/*-----------------
    Forms 
  -----------------*/

.form {
    width: 100%;
    max-width: 800px;
}


.form input::-moz-placeholder,
.form textarea::-moz-placeholder {
    color: #cccccc;
}

.form input::-webkit-input-placeholder,
.form textarea::-webkit-input-placeholder {
    color: #cccccc;
}

.form input:-moz-placeholder,
.form textarea:-moz-placeholder {
    color: #cccccc;
}

.form input:-ms-input-placeholder,
.form textarea:-ms-input-placeholder {
    color: #cccccc;
}

.form input,
.form textarea {
    color: black;
    font-family: 'Tinos';
}

.form .form-group {
    margin: 0 0 25px;
}

.form label {
    display: block;
    font-size: 22px;
}

.form label small {
    font-size: 14px;
}

.form select {
    border: 1px solid #b0b3b7;
    background: #fff;
    height: 50px;
    margin: 5px 1% 0 0;
    max-width: 100%;
    font-size: 18px;
    color: #444;
    padding-left:10px;
    width:31%;
}

.form input {
    border: 1px solid #b0b3b7;
    line-height: 30px;
    margin: 5px 0 0;
    padding: 10px 15px;
    display: block;
    width: 100%;
    background-color: #ffffff;
    font-size: 18px;
    font-family: 'Tinos';
}

.form input:focus,
.form textarea:focus {
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.15) inset;
}

.form textarea {
    border: 1px solid #b0b3b7;
    margin: 5px 0 0;
    width: 100%;
    background-color: #ffffff;
    font-size: 14px;
    padding: 10px;
    font-family: 'Tinos';
    overflow: auto;
}

.form .has-error input,
.form .has-error textarea,
.form input.has-error,
.form textarea.has-error {
    border: 1px solid #ff0000;
}

.form .dates .error {
    margin-bottom: 25px;
}

.form button {
    font-size: 20px;
    background-color: #cf86b9;
    color: #ffffff;
    height: 50px;
    padding: 0 25px;
    width: 300px;
    display: block;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: none;
    cursor: pointer;
    transition: all 0.2s ease-in;
}

@media (max-width: 767px) {
    .form button {
        width: 100%;
    }
}


/*-------------
    Online reservation form
    -----------------*/
    

.form-online-reservation select {
     border: none;
    width: 100%;
    font-size: 16px;
    color: #666;
    padding: 10px 15px;
    height: 50px;
    display: block;
    vertical-align: middle;
    background-color: #ffffff;
    border-radius: 0;
    margin-bottom: 15px;
}

/*-------------
    Table
    -----------------*/

.table {
    color: #000000;
    margin-bottom: 10px;
    width: 100%;
    background-color: #a0a2a5;
}

.table thead {
    color: #000000;
    text-align: center;
    font-weight: 900;
}

.table th,
.table td {
    font-family: serif, tahoma;
    font-size: 14px;
    padding: 7px 10px;
    text-align: center;
    border-bottom:  1px solid #3e464d;
    border-right:  1px solid #3e464d;
    
}

.table th:first-child,
.table td:first-child {
    font-family: 'Tinos', Arial, serif;
    text-align: left;
}

.table td:first-child {
    color: #000000;
}

@media (max-width: 1299px) {
    .table th,
    .table td {
        padding: 3px 5px;
    }
}

@media (max-width: 767px) {
    .table th,
    .table td {
        font-size: 14px;
        padding: 7px 10px;
    }
}

@media (max-width: 479px) {
    .table th,
    .table td {
        font-size: 9px;
        padding: 7px 4px;
    }
}
</pre></body></html>