/*@import url('https://fonts.googleapis.com/css?family=Comfortaa:300,400,700&subset=greek'); */
/* @import url('https://fonts.googleapis.com/css2?family=Play:wght@400;700&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Anonymous+Pro:wght@400;700&display=swap');

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, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0px; padding: 0px; border: 0px none; outline: 0px none; font-weight: inherit; font-style: inherit; font-size: 100%;font-family: 'Anonymous Pro', monospace;}
:focus, a:focus { outline: 0px none; }
ol, ul { list-style: none outside none; }
strong{font-weight:700;}
a{color:#3D3D3B;text-decoration:none;}
a:hover{color:#3e403d;text-decoration:none;}
.clear{clear:both;}
img.img-responsive{width:100%;}

html { position: relative; height: 100%; }
body {
	background: #fff;
	/* font-family: 'Comfortaa', sans-serif; */
  font-family: 'Anonymous Pro', monospace;
  /* font-family: 'Playfair Display', serif; */
	font-size: 17px;
	line-height:20px;
	color:#3D3D3B;
	margin:0;
	padding:0;
	transition: all 0.5s ease-in 0s;
	overflow-x:hidden;
}

#main_container { 
  overflow:hidden;
 }

.fix_container { max-width: 100%; }

.m-t-10{
	margin-top: 10px;
}
.m-t-20{
	margin-top: 20px;
}
.m-t-40{
	margin-top: 40px;
}
.m-t-60{
	margin-top: 60px;
}
.padd{
	padding-top: 70px;
	padding-bottom: 70px;
  overflow:hidden;
	position:relative;	
}
.padd2 {
  padding-top: 70px;
  padding-bottom: 50px;
  overflow: hidden;
  position: relative;
}
.padd_small{
	padding-top: 50px;
	padding-bottom: 40px;
}
.padd_top{
	padding-top: 70px;
	padding-bottom: 10px;
}
.padd_bottom{
	padding-top: 10px;
	padding-bottom: 70px;
}

.padd-20 {
  padding: 20px;
}

.padd-25 {
  padding: 25px;
}

.padd-30 {
  padding: 30px;
}

.padd_section {
  padding: 65px 10px;
}

.mr-20 { margin: 20px 0; }
.mr-15 { margin: 0 15px; }
.pt-30 { padding-top: 30px; }
.mr-30 { margin-bottom: 30px; }
.mr_gallery { margin: 10px 10px 20px 10px; }
.ml-12 { margin-left: 12px; }
.eq_height { height: 70vh; display: flex; align-items: center; }

.p-0 {
  margin-left: -15px;
  margin-right: -15px;
}

.container-fluid.no-padd{
	padding-top: 0px;
	padding-bottom: 0px;
}

.row_half{margin-left:0px;margin-right:0px;}
.no-gutter > [class*='col-'],  .no-gutter .row > [class*='col-'] {
    padding-right:0;
    padding-left:0;
}
.no-margin.row {
    margin-right:0;
    margin-left:0;
}

.no-margin.row  [class^="col-"],
.no-margin.row  [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
  position: relative;
}

.container-fluid.no-padding { padding-left:0px; padding-right:0px; }

.row-eq{ display: flex;}
.col-eq{  flex: 1; }
@media (max-width: 767px) { .row-eq{ display: block;  } .col-eq{ flex: unset;  } }

.grey_bg{background:#F2F2F2;}
.green_bg{background:#65876f;}
.purple_bg{background:#5d4150; }
.white_bg{ background: #fff;}

#header {  display: inline-table; width: 100%; height:auto; top:0px;  position:fixed; z-index:999;  transition:all 0.5s;  }
#header .covid19 { background: #FFA500; padding: 1px 0; font-size: 13.5px; font-weight:inherit; /*line-height: 17px;*/ letter-spacing: 0.15px; text-align: center; position: absolute; width: 100%; top: 0; z-index: 99999; }
#header .covid19 a { transition: all .4s ease-out; }
#header .covid19 a:hover { color: #151515; transition: all .4s ease-out; }

#logo { position:relative; display:block; left: 0px; top: 5px; width: 190px; height: 100px; background: transparent url('../img/layout/logo.png') no-repeat scroll center center; background-size:100%;  z-index:99999; }
#logo a { display: block; width: 100%; height: 100%;text-indent: -999999px!important; }

.open_menu {  display: block; padding: 10px; font-weight:400; z-index:999; text-decoration:none; transition:all 1s; position: absolute;  top: -17px; left: 0; right: 0; margin-left: auto; margin-right: auto; width: 60px; background-color: #FFA500; border: 1px solid #f2f2f2; }
.open_menu img { width:33px; vertical-align:middle; }
.open_menu span { margin-left:10px;   }
.open_menu:hover {  }

.close_menu {  display: none; padding: 10px; font-weight:400; z-index:9999; text-decoration:none; transition:all 1s; position: absolute;  top: -17px; left: 0; right: 0; margin-left: auto; margin-right: auto; width: 60px; background-color: #FFA500; border: 1px solid #f2f2f2; }
.menu_toggle.active .close_menu { display: block; transition:all 1s; }
.close_menu img { width:33px; vertical-align:middle; }
.close_menu:hover { background-color:#65876f;  transition:all 1s;}

#book_now { position:absolute; right:0px; display: block;  padding:20px 30px; font-weight:400; font-size:21px; z-index:99999; background:#5d4150; color:#d6c493; text-decoration:none; transition:all 1s;}
.menu ul li.reserve { background-color: #FFA500; padding: 0 10px; margin-left: 15px; border-radius: 4px; }
.menu ul li.reserve a { color: #fff; }
.menu ul li.reserve a:after { height: 0; }
#book_now:hover{ background:#65876f; color:#fff;  transition:all 1s; }

.header.fixed {
  position: fixed;
  top: 0;
  z-index: 1000;
}

.header{
  position: relative;
  background-color: rgba(48 45 45 / 90%);
  width: 100%;
  transition: all ease-in-out .3s;
}
.mobile_menu { display: none; }
.menu {
  float: right;
  margin-top: 43px;
}

.menu ul{ margin-bottom: 0px; text-align: right; display: block;  list-style: none; }
.menu ul li{ padding: 0 4px 0; position: inherit; display: inline-block;}
.menu ul li a{ display: block; position: relative; color: #fff; padding: 8px 0 45px 0; font-size: 16px; font-weight: 300; text-transform: uppercase; letter-spacing: 1px; }
.menu ul li.reserve a { padding: 8px 0 6px 0; }
.menu ul li a:after {
  display: block;
  width: 0;
  height: 1px;
  background-color: #fff;
  content: "";
  position: absolute;
  left: 0;
  bottom: 45px;
  transition: all ease-in-out .3s;
}

.menu ul li:hover a::after { width: 100%; }

.menu ul li .dropdown {
	position: absolute;
	top: 100%;
	left: 0px;
	z-index: 99999!important;
	width: 100%;
	height:auto;
	background:#fff;
	padding:4px 0px 6px 0px;
  transition: all ease-in-out .3s;
  -webkit-transition: all ease-in-out .3s;
  -moz-transition: all ease-in-out .3s;
  box-shadow: 0px 0px 1px #333;
  min-width: 150px;
  visibility: hidden;
  opacity: 0;
}
.menu ul li:hover .dropdown{ opacity: 1; visibility: visible; }
.menu ul li .dropdown ul  { margin-top: 0px;margin-right:0px; text-align: center; }
.menu ul li .dropdown ul li {
  position: relative;
  display: inline-block;
  background-color: #fff;
  margin-right: 0;
  text-align: left;
  transition: all ease-in-out .3s;
}

.menu ul li .dropdown ul li a{
  display: block;
  padding: 8px 10px;
  color: #333!important;
  font-size: 15px;
  line-height: 1.5;
  text-transform: none;
  transition: all ease-in-out .3s;
}

.menu ul li .dropdown ul li a:after {
  height: 0;
}

.responsive_menu{
	position: fixed;
	left: 0px;
	top: 100px;
	display: block;
	width: 100%;	  
  background-color: rgba(48 45 45 / 90%);
  background-size: cover;
	z-index: 9999;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: auto;
	/* this fixes the buggy scrolling on webkit browsers - mobile devices only - when overflow property is applied */
	-webkit-overflow-scrolling: touch;
	-webkit-transform: translateY(-150%);
	transform: translateY(-150%);
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	transition-duration: 1s;
}
.responsive_menu_top{
	position: relative;
	left: 0px;
	top: 100px;
	/* display: block; */
	width: 100%;	  
  background-color: rgba(48 45 45 / 90%);
  background-size: cover;
	z-index: 9999;
	display: none;
	overflow: auto;
  transition: all ease-in-out .3s;
	/* this fixes the buggy scrolling on webkit browsers - mobile devices only - when overflow property is applied */
}

.responsive_menu .responsive_menu_overlay, .responsive_menu_top .responsive_menu_overlay {  width:100%; height:100%; position:absolute; top:0px; left:0px; z-index:998; background:rgba(101, 135, 111, 0.5); }
.responsive_menu .responsive_menu_container, .responsive_menu_top .responsive_menu_container {
	text-align:center;
  position: relative;
  z-index:999;
}

.responsive_menu_top.active { display: block; transition: all ease-in-out .3s; }

.responsive_menu.active {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	transition-duration: 1s;
}


.responsive_menu ul li .dropdown_rooms,
.responsive_menu ul li .dropdown_gallery,
.responsive_menu ul li .dropdown_location,
.responsive_menu_top ul li .dropdown_rooms,
.responsive_menu_top ul li .dropdown_gallery,
.responsive_menu_top ul li .dropdown_location {
  width: 100%;
  background: #FFA500;
  color: #fff;
  transition: all ease-in-out .3s;
  -webkit-transition: all ease-in-out .3s;
  -moz-transition: all ease-in-out .3s;
  display: none;
}

.responsive_menu ul li .dropdown_rooms.active,
.responsive_menu ul li .dropdown_gallery.active,
.responsive_menu ul li .dropdown_location.active,
.responsive_menu_top ul li .dropdown_rooms.active,
.responsive_menu_top ul li .dropdown_gallery.active,
.responsive_menu_top ul li .dropdown_location.active
{ display: block; }

.responsive_menu ul li .dropdown_rooms ul,
.responsive_menu ul li .dropdown_gallery ul,
.responsive_menu ul li .dropdown_location ul,
.responsive_menu_top ul li .dropdown_rooms ul,
.responsive_menu_top ul li .dropdown_gallery ul,
.responsive_menu_top ul li .dropdown_location ul
{ display: inline-block; padding: 0;}

.responsive_menu ul li .dropdown_rooms ul li,
.responsive_menu ul li .dropdown_gallery ul li,
.responsive_menu ul li .dropdown_location ul li,
.responsive_menu_top ul li .dropdown_rooms ul li,
.responsive_menu_top ul li .dropdown_gallery ul li,
.responsive_menu_top ul li .dropdown_location ul li {
  position: relative;
  display: inline-block;
  margin-right: 0;
  text-align: left;
  transition: all ease-in-out .3s;
}

.responsive_menu ul li .dropdown_rooms ul li a,
.responsive_menu ul li .dropdown_gallery ul li a,
.responsive_menu ul li .dropdown_location ul li a,
.responsive_menu_top ul li .dropdown_rooms ul li a,
.responsive_menu_top ul li .dropdown_gallery ul li a,
.responsive_menu_top ul li .dropdown_location ul li a{
  display: block;
  padding: 8px 10px;
  line-height: 1.5;
  transition: all ease-in-out .3s;
  text-align: center;
}
.responsive_menu ul li .dropdown_rooms ul li a:hover,
.responsive_menu ul li .dropdown_gallery ul li a:hover,
.responsive_menu ul li .dropdown_location ul li a:hover,
.responsive_menu_top ul li .dropdown_rooms ul li a:hover,
.responsive_menu_top ul li .dropdown_gallery ul li a:hover,
.responsive_menu_top ul li .dropdown_location ul li a:hover { color: #FFA500; background: #fff; }

.languages { display: block; }
.languages  a.selected_lang{  display: block; font-size:17px; z-index:999; color:#fff; text-decoration:none; transition:all 1s;}
/* .languages .languages_menu{  display: none; } */
/* .languages:hover .languages_menu.active{  display: block; margin-top:10px; padding: 5px 10px; background:rgba(255, 255, 255, 0.3); text-align:center; z-index:99999; position:relative;} */
/* .languages .languages_menu a { color:#fff;  display: block; padding: 2px; transition: all 0.3s ease 0s; } */
/* .languages .languages_menu a:hover { color:#3D3D3B; transition: all 0.3s ease 0s;   } */
.languages .languages_menu a:after { height: 0; }

li.languages_wrapper .languages .languages_menu {
  position: absolute;
  top: 100%;
  z-index: 99999!important;
  width: 40px;
  height: auto;
  background: #fff;
  margin-left: -8px;
  transition: all ease-in-out .3s;
  -webkit-transition: all ease-in-out .3s;
  -moz-transition: all ease-in-out .3s;
  box-shadow: 0px 0px 1px #333;
  visibility: hidden;
  opacity: 0;
}

li.languages_wrapper:hover .languages .languages_menu { opacity: 1; visibility: visible; }

li.languages_wrapper .languages .languages_menu a{
  display: block;
  padding: 15px 10px;
  color: #333!important;
  font-size: 17px;
  line-height: 1.5;
  text-transform: none;
  transition: all ease-in-out .3s;
}

li.languages_wrapper .languages .languages_menu a:hover{
  color: #333!important;
  background-color: #f2f2f2;
}

.languages_mob { border-top: 1px solid #fff; }

.responsive_menu ul, .responsive_menu_top ul{ padding: 0px 0 0 0; width: 100%;  display: block;  list-style: none; }
.responsive_menu ul li, .responsive_menu_top ul li{ width: 100%;  display: block; border-top: 1px solid #fff; }
.responsive_menu ul li a, .responsive_menu_top ul li a{ display: block;  font-size: 18px;  color:#fff; padding:16px 0px 16px 0px; text-transform:uppercase; transition: all 0.3s ease-in 0s;}
.responsive_menu ul li a:hover, .responsive_menu_top ul li a:hover{ color:#FFA500; transition: all 0.3s ease-in 0s;}
.responsive_menu ul li a:active, .responsive_menu_top ul li a:active { background: #fff; color: #333; }
.mobile_menu .reserve, .responsive_menu_top .reserve { border-top: 1px solid #fff; border-bottom: 1px solid #fff; background: #FFA500; display: grid; position: relative;}
.mobile_menu .reserve a, .responsive_menu_top .reserve a { color: #fff; padding: 10px 0; font-size: 16px; } 
.mobile_menu .reserve:hover, .responsive_menu_top .reserve:hover { background: #fff; }
.mobile_menu .reserve a:hover, .responsive_menu_top .reserve a:hover { color: #FFA500; }

/* Footer */
.padd_prefooter{ padding-top: 50px;	padding-bottom: 50px; background:#f2f2f2; }
.footer_box { text-align: center; }
.footer_box a{color: #333; transition: all 0.5s ease 0s;}
.footer_box a:hover{color: #FFA500; transition: all 0.5s ease 0s;}
.footer_box p{margin-bottom:10px; font-weight:400;color: #333; }
.footer_box p.footer_heading {font-size:21px; line-height:30px;font-weight:600; color: #333; margin-bottom:15px;}
.footer_box ul { display: block; }
.footer_box ul li { display: inline-block; position: inherit; }
#logo_footer { display:block; width: 120px; height: 86px; background: transparent url('../img/layout/logo_black.png') no-repeat scroll center center; background-size:100%;  z-index:998; }
#logo_footer a { display: block; width: 100%; height: 100%;text-indent: -999999px!important; }

a.social_link img { margin-right:0px;  margin-top:-12px; display:inline; width: 32px; }
a.social_link_s img { margin:0px 7px;  margin-top:-4px; display:inline; width: 23px; }
a.social_link img:hover, a.social_link_s img:hover { filter: grayscale(100%) }

/* Copyright */
.padd_footer {	padding-top: 10px;	padding-bottom: 10px;	background:#fff; }
.copyright{	font-size: 17px;	padding-bottom: 15px;	color: #333;	margin-top:10px;font-weight:300;}
.copyright a{	color: #d6c493;}
#wapp{position:relative;float:right;margin-top:10px;}
#wapp a{	display: block;	width: 75px;height: 20px;background:transparent url(../img/layout/wapp.png) no-repeat center;text-indent: -999999px!important;background-size:100%;}

/* PAGE STYLES
================================================== */
.page_text {  }
.page_text h1 { font-size: 31px;   font-family: 'Anonymous Pro', monospace;  color: #333; padding-bottom: 15px; text-transform: uppercase; }
.page_text h2 { font-size:31px;font-weight:400; margin-bottom: 5px; font-family: 'Playfair Display', serif; }
.page_text h3 { font-size:29px;font-weight:400;  }
.page_text h4 { font-size:25px;font-weight:400; margin-bottom:15px;  }
.page_text p { margin-bottom:10px 0;font-size:21px;font-weight:400;line-height:34px; color: #333;}
.page_text ul {margin:20px 0 20px 0px;overflow:auto; }
.page_text ul li {margin:0px 0 10px 0;padding:0px;font-size:18px; font-weight:400; color: #333; }
.green_bg.page_text ul li {background:transparent url(../img/layout/check_white.svg) no-repeat 0 3px; background-size:18px;  }
.page_text ul.half_list li { display:inline-block; width:45%;  }
.star { font-size: 37px; color: #302D2D; }
.booking_form ul { text-align: center; }

.page_intro_text { color:#fff; margin: 0 160px; text-align: center; }
/* .page_intro_text h1 { font-size:38px; border-bottom: 5px solid #d6c493; color:#d6c493 !important; padding-bottom:40px; margin-bottom:40px;} */
.page_intro_text p { font-size:21px; line-height:30px; }
.terms { text-align: left; margin: 0; }
.terms p { font-size: 19px; padding-bottom: 10px; }
.terms p.font { font-size: 22px; padding-top: 20px; }
.list_terms { margin-top: 0!important; }
.list_terms p:before { content: " "; background:url(../img/layout/line.svg) no-repeat 0 0; width: 20px; height: 20px; position: absolute; left: -10px; margin-top: 6px; }

.centered {text-align:center;}
.left_image {float:left;max-width:500px; margin:0px 30px 10px 0;}
.right_image {float:right;max-width:500px; margin:0px 0px 10px 30px;}
.btn_more { background: #65876f; color: #fff; display: inline-block; font-size: 19px; padding:10px 15px; margin-top: 30px; transition: all 1s ease 0s; }
.btn_more:hover, .btn_more:active { background:#9cb2a5;  color: #fff; transition: all 1s ease 0s; }
.btn_more.reverse { background:#d6c493; color: #5d4150; }
.btn_more.reverse:hover, .btn_more.reverse:active { background: #65876f; color: #fff; }

.eco_friendly li:before { content: " "; background:url(../img/layout/line.svg) no-repeat 0 0; width: 20px; height: 20px; position: absolute; left: 150px;}
.eco_friendly li { margin: 0px 0 15px 0!important; text-align: left; }

/* HOME PAGE
================================================== */

a.overlay_link {display:block;width:100%;height:100%;position:absolute;top:0px;left:0px;text-indent: -999999px; z-index:100; }
.overlay { position: absolute; width: 100%; height: 100%; opacity: 0; transition: all 0.2s ease-in 0s; z-index: 1; }

.home_header { height:80vh!important; /*min-height:600px;*/ position:relative; overflow:hidden; }
.hero_bg { width:100%; /* height:100vh!important; */ min-height:80vh; position:absolute;top:0;left:0; background-color:#fff; background-position: center; background-size: cover; transform: translateZ(0); -webkit-animation: grow 30s linear 5ms infinite; animation: grow 30s linear 5ms infinite; transition: all 0.2s ease-in-out; }

@-webkit-keyframes grow {
  0%{transform:scale(1)}
  50%{transform:scale(1.2)}
}

@keyframes grow{
  0%{transform:scale(1)}
  50%{transform:scale(1.2)}
}
.pages .about .hero_bg { background-position: center top; }
/* .home_header.inner_header { height:calc(70vh - 30px)!important;} */
.home_header.inner_header .hero_bg { height:calc(70vh - 30px)!important;}

.home_header_content, .home_header_text { z-index:10;  display: block; position:absolute; width: 100%;bottom: 5px;  }
.home_header_content h2, .home_header_text h2 { font-size:40px; letter-spacing: 1px; margin-bottom: 10px; font-weight:400; text-transform: uppercase; color:#fff; text-shadow: 1px 1px 1px #000; display: block; text-align: center; }
/* .home_header_content h2 { margin:20px 0 0 300px; padding-left: 60px; font-size:18px; font-weight:300;  color:#fff;  text-transform:uppercase; text-shadow: 1px 0 50px rgba(0,0,0,0.4);  display: block; position:relative; } */
/* .home_header_content h2:before {  display:block; position:absolute;  width: 40px;  height: 1px; left:0px; top:8px;  content: "";  background: #fff; } */

.page_text ul.booking_wh_list{
  margin: 20px 0!important;
}

.booking_wrapper ul li {
  list-style: none;
  position: relative;
  display: inline-block;
  text-align: left;
  margin-right: 1%;
  font-size: 29px;
  width: 18%;
}
.booking_wrapper ul li.book_submit{
  margin-right: 0px;
  width:18.6%;
}

.booking_wrapper {
  font-family: 'Anonymous Pro', monospace;
}

.booking_wrapper ul p{
  font-size: 25px;
  font-family: 'Anonymous Pro', monospace;
}

.booking_wrapper ul li input {
  display: block;
  width: 100%;
  padding: 5px 0;
  font-size: 21px;
  color: #333;
  border: none;
  border-bottom: 1px solid #333;
  line-height: 1.5;
  font-family: 'Anonymous Pro', monospace;
  background: url(../img/layout/calendar.svg) no-repeat 0;
  background-size: 18px;
  background-position-x: 97%;
  cursor: pointer;
}

.booking_wrapper ul li select {
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  padding: 5px 0;
  font-size: 21px;
  color: #333;
  border: none;
  border-bottom: 1px solid #333;
  line-height: 1.5;
  font-family: 'Anonymous Pro', monospace;
  background: url(../img/layout/arrow.svg) no-repeat 0;
  background-size: 18px;
  background-position-x: 97%;
  cursor: pointer;
}

.booking_wrapper ul li.book_submit a { color: #fff; position: relative; display: block; padding: 10px; }

.booking_wrapper ul li.book_submit button, .booking_wrapper ul li.book_submit input[type="button"], .booking_wrapper ul li.book_submit input[type="reset"], .booking_wrapper ul li.book_submit input[type="submit"]{
  min-width: 170px;
  text-transform: uppercase;
  border: 1px solid #FFA500;
  background-color: #FFA500;
  border-radius: 3px;
  padding: 10px;
  font-size: 21px;
  text-align: center;
  margin: 0px;
  color: #fff;
  width: 100%;;
}

.booking_wrapper ul li.book_submit:hover { background-color: #fff; }
.booking_wrapper ul li.book_submit:hover a { color: #FFA500; }

.flex_desc {
  display: flex;
  align-items: center;
}

.description h2 {
  font-size: 31px;
  font-family: 'Anonymous Pro', monospace;
  color: #333;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.description p {
  font-size: 19px;
  color: #333;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 40px;
}

.description.story {
  width: fit-content;
  text-align: center;
  margin: 20px auto;
  display: block;
  background: #f2f2f2;
  padding: 40px;
}

.description.story h2 {
  font-style: italic;
}

.description.story p {
  margin-bottom: 14px;
  font-style: italic;
}

.page_text .description ul li { padding: 0; }

hr {
  margin: 0 0 20px;
  border: 0;
  background-color: transparent;
  border-top: 1.5px solid #9A9A9A;
  border-bottom: 1.5px solid #eee;
  border-radius: 10px;
  box-shadow: inset 0 0 5px #eee;
}

a.home_button {
  fill: #fff;
  color: #fff;
  background-color: #FFA500;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #FFA500;
  font-size: 18px;
  padding: 15px 30px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
}

a.home_button:hover {
  background-color: #fff;
  color: #FFA500;
}
.description { padding: 0 40px 0 20px; }

#greek_breakfast {
  background-color: rgba(48 45 45 / 90%);
  padding: 20px 0;
}

.breakfast-logo { text-align: center; padding: 10px 0; }
.breakfast-logo img { width: 150px; }
.breakfast-text { text-align: center; }
.breakfast-text p { color: #fff; padding: 10px 220px; font-size: 19px; }

.scrollButtonContainer { bottom:20px; position: absolute; z-index: 10; text-align: center; color: white; left:50%; width:150px; margin-left:-75px; }
div.scroll-suggestion { width: 100px; margin: auto; cursor: pointer; color: #fff; }
.scrollButtonContainer p { margin-bottom: 10px; font-size: 17px; letter-spacing: 0.5px; line-height: 18px; font-weight: normal; color:#fff; }
.hvr-wobble-vertical {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-animation-name: hvr-wobble-vertical;
  animation-name: hvr-wobble-vertical;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

/* Wobble Vertical */
@-webkit-keyframes hvr-wobble-vertical {
  8.33% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }

  16.65% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }

  24.98% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }

  33.3% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }

  41.63% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }

  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes hvr-wobble-vertical {
  8.33% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }

  16.65% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }

  24.98% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }

  33.3% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }

  41.63% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }

  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.home_intro_text { color:#333; text-align:center;}
.home_intro_text img.school { margin-bottom:30px;}
.home_intro_text img.decor { margin-top:20px;}
.home_intro_text h2 { font-size:30px; color: #333;}
.home_intro_text p { font-size:19px; line-height:34px; margin-bottom:10px 0; color: #333; }
.home_intro_text.rooms p { padding: 0px 30px; }
.flex_section { display: flex; align-items: center; height: 100%; }

.home_banner { background:#5d4150;position:relative; overflow:hidden;}
.home_banner img {width:100%;display:block; opacity:1; scale:1.03;  transition:all 0.5s; cursor:pointer;}
.home_banner:hover img { opacity:0.6; scale:1; transition:all 0.5s;}
.home_banner_text { z-index:10;  display: block; position:absolute; width: 100%;bottom:70px; text-align:center; color:#fff; }
.home_banner_text h3 { position:relative;   text-shadow: 1px 0 50px rgba(0,0,0,0.4); }
.home_banner_text p {  position:relative;  text-shadow: 1px 0 50px rgba(0,0,0,0.4); }

.home_gallery_container {  position:relative;    }
.home_gallery_text { z-index:10;  display: block; position:absolute; top:25%; left:-200px; background:#65876f; padding:20px;  }
.home_gallery_text h3 { color:#fff; text-align:right;  }
.home_gallery_text p { padding-left: 60px;  color:#fff; position:relative; }
.home_gallery_text p:before {  display:block; position:absolute;  width: 40px;  height: 1px; left:0px; top:10px;  content: "";  background: #fff; }
.home_gallery_box {margin:1px;}

.home_rooms_container {position:relative; background:#65876f url(../img/layout/flowers.png) no-repeat right bottom; background-size:350px; }
.home_rooms_intro { margin-left:500px; color:#fff; }
.home_rooms_intro h2 { font-size:52px; line-height:60px;   }
.home_rooms_intro p { margin-left:100px; width:400px; font-size:23px; line-height:34px; position:relative; }
.home_rooms_intro p:before {  display:block; position:absolute;  width: 40px;  height: 1px; left:-60px; top:14px;  content: "";  background: #fff; }
.home_room_text { display:block; position:relative; z-index:10; padding:70px; background:#5d4150; color:#fff; width:850px; margin-left:-50px; margin-top:250px;}
.home_room_text .home_room_text_inner { margin-left:100px; margin-top:50px; }
.home_room_text h2 { color: #d6c493;}
.home_room_text p {  position:relative;}
.home_room_text p:before {  display:block; position:absolute; width: 40px;  height: 1px; left:-60px; top:10px;  content: "";  background: #fff; }
.home_room_text .room_right_link .btn_more { float:right;}

.room_description { margin-top: 35px; margin-bottom: 20px; }
.room_description ul { float: left; }
.page_text .room_description ul li { padding-left: 0px; }
.room_gallery { padding: 20px 10px; }
.room_details { float: left; margin-left: 120px; }
.facilities { float: right; margin-right: 120px; }

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

a.arrow { display:inline-block; margin-top:20px; margin-left:20px; width: 40px;height: 40px; border:1px solid #d6c493; border-radius:100%;  text-indent: -999999px!important; transition:all 1s; }
a.arrow.left {  background:transparent url(../img/layout/direction_left.svg) no-repeat center; background-size:22px;  }
a.arrow.right {  background:transparent url(../img/layout/direction_right.svg) no-repeat center; background-size:22px;  }
a.arrow:hover {  background-color:#d6c493; transition:all 1s;  }


/* LOCATION & GALLERY PAGE
================================================== */
.gallery_box, .location_box { position: relative; overflow: hidden; }
.gallery_pd { padding: 0 20px 40px 20px; }
.gallery_box .box_title, .location_box .box_title { position: absolute; width: 100%; bottom: 15px; left: 0; top: unset; display: flex; justify-content: center; z-index: 2; }
.gallery_box .box_title h4, .location_box .box_title h4 { font-size: 23px; color: #fff; text-transform: uppercase; font-weight: 400; margin-bottom: 0px; background-color: rgba(48 45 45 / 50%); padding: 15px 125px;}
.gallery_box .box_title h4 span, .location_box .box_title h4 span { color:#fff; }
.gallery_box img { transition: all ease-in-out 1s; }
.gallery_box:hover img { transform: scale(1.15); transition: all ease-in-out 1s; }

/* .location_box .box_title h4 { background-color: rgba(242 242 242 / 50%); } */
.location_box img { transition: all ease-in-out 1s; }
.location_box:hover img { transform: scale(1.15); transition: all ease-in-out 1s; }
.location_pd_left { padding: 10px 20px 40px 40px; }
.location_pd_right { padding: 10px 40px 40px 20px; }
.img-container { height: 70vh; position: relative; margin: 0 auto; overflow: hidden; list-style: none; padding: 0; z-index: 1; }

#map{ width:100%;height:70vh; position: unset!important; }
.maps_link {margin-top:60px;width:100%;display:block;background:#2d7f83 url(../img/layout/maps_link.png) no-repeat 10px center;color:#fff;padding:10px 10px 10px 60px;font-size:17px;}
.maps_link:hover {background-color: #17171d;color:#fff;}
.maps_frame {margin-top:10px;width:100%;min-height:500px;}

.sight_box { margin-top:15px; margin-bottom:15px;  padding-bottom:10px;}
.sight_box h2 { font-size:31px; color: #0f2453;  border-left: 5px solid #0f2453;  padding: 10px 0px 10px 20px;  }

/* FACILITIES PAGE
================================================== */
.facilities_icons { text-align:center; }
.facility { display:inline-block; width:auto; margin: 0 30px; }
.facility img { display:block; width:60px; margin:0 auto; }
.facility span { display:block;  color:#fff; font-size: 23px; font-weight:bold; margin-top:20px; }

/* ROOMS PAGE
================================================== */
#rooms_preview .room { display: flex; justify-content: center; margin-bottom: 30px; }
.room_box { background:#fff; margin: 0px 0px 20px 0; position:relative; }
.room_box:hover .btn_more { background: #0f2453;	color: #fff;   	transition: all 1s ease 0s;}
.room_box_text { padding: 15px 55px; position: absolute; bottom: 15px; background-color: rgba(48 45 45 / 50%); z-index: 2; }
.room_box_text h3 { font-size: 23px; color:#fff; text-transform: uppercase; }
.room_box_img{ width: 100%; height: 100%;  background-position: center;  background-size: cover; overflow: hidden; display: inline-block; position: relative; }
.room_box_img img { transition: all ease-in-out 1s; width: 100%; }
.room_box_img:hover img { transform: scale(1.15); transition: all ease-in-out 1s; }

.rooms_slider { display:block;width: 100%;	height:auto; padding-top:30px;   }
.rooms_slider .swiper-slide{ height:auto;   }

.all_rooms {}
.all_rooms h3{ color:#fff; padding: 10px 20px; border-left: 5px solid #fff;}
.all_rooms .all_rooms_link{  }
.all_rooms .all_rooms_link .btn_more{ display:block; text-align:center; }
.all_rooms_link .room_box_text { bottom: 45px; }
.book_room_link { text-align:center; }
.book_room_link a.btn_more { font-size: 19px; }


/* GALLERY PAGE
================================================== */
.page_intro_text.gallery_intro_text { padding-top:100px; }
/* .gallery { border:1px solid #fff; margin:2px; } */
.gallery img.img-responsive { padding: 10px; }


/* OFFERS PAGE
================================================== */
#offers_preview{ width:100%;max-width:2000px;margin:0 auto;}
.page_text.offer_box .offer_text{padding:20px;}
.page_text.offer_box h3 { font-weight:700;}
.page_text.offer_box_image {text-align:center;height:170px; padding:20px 0;background:#fff}
.page_text.offer_box img {border-bottom:1px solid #fff;height:170px;max-width:100%}
.page_text.offer_box .offer_text a {  display:block;margin:20px auto; text-align:center; background: #000;   border: 2px solid #fff;    color: #fff; padding: 10px 0px;font-size:17px;width: 100%; max-width:300px;}
.page_text.offer_box .offer_text a:hover {  background: #333; }
.page_text.offer_box .offer_text p small { font-size:17px; }

.offer_item{clear: both;}


/* CONTACT PAGE
================================================== */

.box_shadow { box-shadow: 0 2px 9px 2px hsl(0deg 0% 60% / 20%); padding: 60px 40px; }
.contact_info { text-align: left; color: #333; }
.contact_box { margin-bottom:10px;}
.contact_box a { color:#333; transition: all 0.5s ease 0s;	}
.contact_box a:hover { color:#FFA500; transition: all 0.5s ease 0s;	}
h4.contact_title { margin-bottom:20px; color:#FFA500;}
.contact_divider { clear:both;height:40px; }
.contact_box hr { margin: 10px 0; }

.contactform { width:100%; }
.contactform div.input { float:left; margin:0px 2% 15px 0; padding:0; width:100%; position: relative; background:none; }
.contactform div.input.last { margin-right:0px; }
.contactform div.textarea { float:left; margin:0px 0 15px 0; padding:0; width:100%; }
.contactform div.submit{ float:left; width:100%; margin-top: 15px; text-align:center; }
.contactform div.input label { float:left; width:100%; margin:0 0 10px 0; padding:0px; display:block; text-align:left; font-size:20px; color: #333;  font-family: 'Anonymous Pro', monospace;
  font-weight:400; }
.contactform input[type="text"], .contactform textarea { width:100%; padding:10px; margin:0px; font-size:18px;   font-family: 'Anonymous Pro', monospace;
  background: #f1f1f1; color: #333; transition: all 0.4s ease; text-align:left; float:left; font-weight:400; border:0px none; }
.contactform textarea { width:100%; height:130px; }
.contactform input[type="text"]:focus, .contactform input[type="text"]:hover { outline: none; background: #F2F2F2; }
.contactform textarea:focus, .contactform textarea:hover { outline: none; background: #F2F2F2; }
.contactform div.submit input{ width:220px;border: 1px solid #FFA500; background-color: #FFA500; color: #fff; border-radius: 4px; cursor: pointer; text-align: center;  margin: 10px auto; display: block; padding: 15px 20px; font-size: 23px; outline: medium none;  font-family: 'Anonymous Pro', monospace;
  font-weight: 400;text-transform: uppercase;	transition: all 0.5s ease 0s; }
.contactform div.submit input:hover{ color: #FFA500; background: #fff; transition: all 0.5s ease 0s; }
.contactform div.submit input:active{color: #fff; background: #FFA500; transition: all 0.5s ease 0s; }
.contactform .required label:after { color:#e32; content:'*'; display:inline; }
.contactform div label.error{ color:#e32; font-size:17px; width:100%; margin-top:5px; text-align:left; float: left; }

/* FLASH MESSAGES
================================================== */
.hello-bar { position: absolute; top: 0; left: 0; color: #fff; font-size: 26px; text-align: center; background: #FFA500; width: 100%; height: 116px; z-index: 2000; zoom: 1; padding: 45px 0 0 0;   font-family: 'Anonymous Pro', monospace;
}
.hello-bar:after, .hello-bar:before { content: ""; display: table; }
.hello-bar:after { clear: both; }
.hello-bar .close { text-indent: -9999em; background: url(../img/layout/hello-bar-close.png) no-repeat top left; width: 21px; height: 21px; position: absolute; top: 25px; right: 15px; }
.hello-bar .close:hover { background-position: bottom left; }
#scrollUp { background: #F5F5F5 none repeat scroll 0 0; border-radius: 5px; bottom: 45px; color: #3D3D3B;   font-family: 'Anonymous Pro', monospace;
  font-size: 15px; opacity: 0.9; padding: 10px 20px; right: 15px; text-decoration: none; z-index: 998 !important; transition: background 200ms linear 0s; }

/***** COOKIE *****/
#cmp-booking-button{z-index:999997!important}
#cookie {position: fixed; z-index:9999999; }
#cookie-icon {
    position: fixed;
    bottom: 0;
    width: 37px;
    height: 37px;
    cursor: pointer;
    z-index: 999999!important;
    background: #FFA500;
    padding: .35em;
	z-index:11;
}
#cookie-icon img{max-width: 100%; vertical-align: middle; border-style: none;}

#cookie-modal {
	width:80%;
	max-width:320px;
	background:#fff;
	position:fixed;
	height:100vh;
	top:0px;
	left:-80%;
	z-index:999998;
	transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out, all 0.2s ease-in-out;
	background-color:#F2F2F2;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
#cookie-modal.active {
	left:0%;
	transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out, all 0.2s ease-in-out;
}
#cookie-title {
    font-size: 1em;
    line-height: 1.5em;
    font-weight: 700;
    padding-right: 32px;
    margin: 15px 0 10px 0;
    text-align: left;
}
#cookie-main{padding:125px 30px 30px 30px;}
#cookie-intro{font-size:15px}
#cookie-statement { margin: 10px 0 0 0; }
#cookie-statement a{font-size:14.5px;color:#000}
#accept-cookie-button{
	border: 2px solid;
    border-radius: 4px;
    padding: 10px 16px;
    font-size: 15px;
    margin: 15px 8px 4px 0;
    font-weight: 700;
    line-height: 1.5em;
    outline: 0;
    background: 0 0;
    cursor: pointer;
	background-color:#FFA500;
	color:#fff;
}
#cookie-statement img{width: 14px;
    height: 14px;
    display: inline-block;
    position: relative;
    margin-left: 8px;
	vertical-align: middle;
	margin-bottom: 4px;}

#cookie-box-close img{
    position: absolute;
    top: 0px;
    right: 16px;
    width: 34px;
    cursor: pointer;
    margin-top: 95px;
    border: 1px solid #fff;
    padding: 8px;
    background: #FFA500;
}
.cookie-logo{
	opacity: 0.7;
    -webkit-filter: contrast(0.5);
            filter: contrast(0.5);
	margin-top: 14%;
  margin-left: 15%;	}


/* MEDIA QUERIES
================================================== */
/* ======= COOKIE ========= */
@media (min-width: 300px) {
	#cookie-title {font-size: 0.87em;}
	#cookie-box-close img {margin-top:55px}
	#cookie-main {padding: 100px 18px 30px 18px;}
	#cookie-intro {font-size: 12px;}
	#cookie-statement a {font-size: 12px;}
	#accept-cookie-button {font-size: 11.4px;}
}
@media (min-width: 400px) {
  #cookie-main {padding: 100px 30px 30px 30px;}
	#cookie-box-close img { margin-top: 63px;}
}
@media (min-width: 550px) {
  #cookie-box-close img {margin-top: 74px;}
}
@media (min-width: 750px) {
  #cookie-main {padding: 135px 30px 30px 30px;}
	#cookie-box-close img { margin-top: 95px;}
}
@media (min-width: 1000px) {
	#cookie-title {font-size: 1em;}
}


@media (min-width:1200px) {
  .all_rooms_link .room_box_text { bottom: 30px; margin: 0 15px; }
  .all_rooms_link .room_box_text h3 { font-size: 20px; }
  .all_rooms_link .room_box_text { padding: 15px 40px; }
}

@media only screen and (min-width:1200px) and (max-width:1349px) {
  .room_box_text { padding: 15px 35px; }
  .description h2 { font-size: 28px; }
  .description p { font-size: 18px; }
  .gallery_box .box_title h4, .location_box .box_title h4 { padding: 15px 110px;}
}

@media (max-width:1200px) {
  .menu ul li a, li.languages_wrapper .languages .languages_menu a, .languages a.selected_lang { font-size: 15px; letter-spacing: 0;}
  .menu ul li { padding: 0 2px 0; }
  .menu ul li.reserve { margin-left: 5px; }
  .booking_wrapper ul li {width:22.6%;margin-left:0.5%;margin-right:0.5%;}
  .booking_wrapper ul li.book_submit { margin: 15px auto;width:100%; text-align: center;}
  .booking_wrapper ul li.book_submit button, .booking_wrapper ul li.book_submit input[type="button"], .booking_wrapper ul li.book_submit input[type="reset"], .booking_wrapper ul li.book_submit input[type="submit"] {max-width:250px;}
  .description { padding: 5px; }

  /* .img-container { height: 45vh; } */

  .home_side_text { padding: 30px 15px; border-left: 3px solid #0f2453; }
  .home_rooms_slider .room_title { top: unset; width: 100%; margin: unset; display: flex; padding: 0 55px; align-items: center; height: 100%; justify-content: center; }
  .btn_more { font-size: 21px; padding: 15px 15px; }
  .home_rooms_slider .room_title p { padding: 20px 20px; }
  /* .page_text p { line-height: 27px; } */
  .home_rooms_slider .room_title p span { padding: 10px 15px; background: #fff; font-size: 25px; font-weight: 500; }
  .map_box { height: 586px; }
  .room_box_text h2 { font-size: 28px; }
  .facility { margin: 0 25px; }
  .sivota_box .box_title h4 { padding: 40px 20px; }
  .page_intro_text { margin: 0px; }
  .room_box_text h3 { font-size: 19px; }
  .room_box_text { padding: 15px 35px; }
  .gallery_box .box_title h4, .location_box .box_title h4 { font-size: 21px; }
  .description p { margin-bottom: 20px; }
  a.home_button { line-height: 50px; }
  .description h2 { font-size: 29px; }
  .eco_friendly li:before { left: -5px } 
  .page_text h1 { font-size: 28px; }
  .home_intro_text p { line-height: 28px; }
  .facilities { margin-right: 80px; }
  .room_details { margin-left: 80px; }
  .description p { font-size: 18px; }
  .page_intro_text p { font-size: 19px; }
  .gallery_box .box_title h4, .location_box .box_title h4 { padding: 15px 80px;}
  #logo { width: 170px; height: 95px; }
  .copyright span { display: block; }
}

@media (max-width:991px) {
  .img-container { height: 45vh; }
  .menu { display: none; }
  .mobile_menu { display: block; width: 100%; min-height: 40px; bottom: 0px; position: fixed; z-index: 9999999; text-align: center; transition: all 0.5s; background-color: #FFA500; border-top: 1px solid #f2f2f2; }
  .mobile_menu a.menu_icons img { margin-right:0px; display:inline; width: 28px; padding-top: 5px; }
  .mobile_menu a.menu_icons.phone img { width: 25px; padding-top: 7px; }
  .home_header_content h2, .home_header_text h2 { font-size: 35px; }
  .home_header_text { bottom: 5px; }
  .booking_wrapper ul li { width: 47.4%; }
  .booking_wrapper ul li input, .booking_wrapper ul li select { width: 100%; font-size: 19px; background-size: 17px; }
  .booking_wrapper ul p { font-size: 23px; }
  .flex_desc { flex-direction: column; }
  .reverse991 { flex-direction: column-reverse; }
  .description { padding: 5%; }
  .breakfast-logo { padding: 0 0 10px 0; }
  .breakfast-text p { padding: 5px 0 0 0; }
  .breakfast-logo img { width: 130px; }
  .hero_bg { min-height: 60vh; }
  .home_header { height: 60vh!important; }

	.sight_box .right_image { width: unset; float: right; max-width: 500px; margin: 0px 0px 10px 30px; }
	.swiper-container-horizontal > .swiper-pagination { left: 0 !important; }
  /*	#logo { margin-left: calc((100% - 150px) * 0.5); width: 150px; height: 75px; } */
  /* .languages  a.selected_lang{  padding:10px 10px;} */
  #top_info { left:110px; }
  .footer_box ul  li a{  margin-bottom:10px; }
  /*#header { background:green;  min-height:70px;}*/
  .page_text h2 { line-height: 32px; }
  .home_large_text h3 { color: #d6c493; line-height: 30px; }
  .home_intro_text p.intro { line-height: 27px; }
  .row-eq{ display: block;  }
  .col-eq{ flex: unset; }
  .room_box_img img { width: 100%; height: auto; }
  #book_now {padding: 20px 30px; font-size: 21px; }
 
  #call_now { padding: 20px 20px; font-size: 21px; }
  
  .responsive_menu ul li a, .responsive_menu_top ul li a { padding: 10px 0px; }
  .responsive_menu .contact_menu, .responsive_menu_top .contact_menu { margin: 50px auto 0px auto; }
  .responsive_menu .social_menu, .responsive_menu_top .social_menu { margin: 30px auto 30px auto; }
  .responsive_menu .contact_menu a, .responsive_menu_top .contact_menu a { font-size: 33px }
  .responsive_menu ul li a, .responsive_menu_top ul li a { font-size: 18px; }
  .responsive_menu ul li ul, .responsive_menu_top ul li ul { padding: 10px 30px; }
  .home_side_text { width: 100%; margin: 25px; padding: 30px; border-left: unset; text-align: center; }
  #holidays_swiper .home_side_text { background: #0f2453; }
  .page_text h1 { font-size: 31px }
  .btn_more { padding: 10px 15px; margin-top: 10px; }
  .swiper-container-horizontal > .swiper-pagination { display: flex; justify-content: center; }
  .btn_more { font-size: 18px; }
  #holidays_swiper .home_side_text_wrapper { height: unset; }

  .home_half_text h4 { font-size: 35px; }
  .home_large_text { padding: 30px 5px; border-left: unset; }
  .home_beaches_photo .box_title h4 { padding: 40px 15px; }
  .home_villas_photo { border-right: unset; }
  .page_text h3 { font-size: 25px; }
  .home_half_text h4 { font-size: 29px; }
  .home_half_text:hover h4 { font-size: 33px; }
  .home_beaches_photo { height: 285px; }
  .right_image { width: 100%; max-width: unset;margin:20px 0; }
  #logo { width: 160px; height: 100px; background-size: 100%; top: 0; left: 0; right: 0; margin-left: auto; margin-right: auto; }
  .facility { margin: 15px 25px; }
  .facility img { width: 50px; }
  .sivota_box.middle { border-left: unset; border-right: unset; }
  .page_text h4 {font-size: 24px; }
  .page_intro_text p {font-size: 19px;}
  .contactform div.input label { font-size: 21px; }
  .contact_style p:last-child { border-bottom: unset; }
  .contactform div.input label { font-size: 20px; float: unset; }
  .contactform div.submit { float: left; width: 100%; margin: 0; padding: 0; }
  .home_half_text { padding: 20px 15px; }
  .home_half_text_container { max-width: unset; }  
  .footer_box { margin-bottom: 30px; border-left: unset; padding-left: unset; }
  .facilities { margin-right: 40px; }
  .room_details { margin-left: 40px; }
  .contact_info { margin-bottom: 60px; }
  .gallery_box .box_title h4, .location_box .box_title h4 { font-size: 23px; }
  .location_pd_left, .location_pd_right { padding: 10px 40px 40px 40px; }
  .eq_height { justify-content: center; }
  .breakfast-text p { font-size: 18px; }
  .mb-30 { margin-bottom: 30px; }
  .a-height { height: auto!important; }
  .page_text h3 { font-size: 23px; }
  .languages_mob .languages .languages_menu a, .languages a.selected_lang { font-size: 18px; color: #fff; }
  .languages a.selected_lang { display: none; }
  .languages_mob .languages .languages_menu a:hover { color: #FFA500; }
  .languages_mob .languages .languages_menu { padding: 10px 0; display: flex; justify-content: space-around; }
  .copyright { padding-bottom: 45px; }
  .page_text ul { margin: 20px 0px 20px 9px!important; }
  .header, .responsive_menu, .responsive_menu_top { background-color: rgb(48, 45, 45); }
  .hero_bg { top: 30px; }
  #cookie-icon { bottom: 39px; background-color: #444242;}
  .facilities, .room_details { margin: 0; margin-left: 50px; float: left; }
  .copyright span { display: unset; }
}
@media (max-width:767px){
	.sight_box .right_image { float: unset; margin: unset; max-width: unset; padding: 20px 0; width: 100%; }
  #top_info {  display: none;}
  .responsive_menu, .responsive_menu_top{ width: 100%; }
  .responsive_menu ul li.book_now_menu_item, .responsive_menu_top ul li.book_now_menu_item{ display: block;}
  .home_header_content h2, .home_header_text h2 { font-size: 30px; }
  .footer_box { text-align: center; }
  a.home_button { font-size: 17px; padding: 15px 20px; }

  .copyright {	text-align:center;}
  #wapp{float:none;margin-bottom: 65px; margin-top: 0;}
  #wapp a{margin:0 auto;}

  .page_text h1 { font-size:27px; }
  .page_text h2 { font-size:29px; }
  .page_text h3 { font-size:21px;}
  .page_text h4 { font-size:23px;}

  .room_title p { line-height: 47px; }
  .home_header_content h1, .home_header_text h1 { padding: 0 20px; }
  .home_intro_text p.intro { font-size: 20px; }
  .padd { padding-top: 50px; padding-bottom: 50px; }
  .home_half_text_container { max-width: unset; }
  .home_half_text h4 { font-size: 31px; }
  .home_half_text:hover h4 { font-size: 33px; }
  .home_beaches_photo { border-left: unset; }
  .map_box { height: 586px; background-position: unset; text-align: center; display: flex; justify-content: center;   }
  .map_links { left: unset; padding: 20px; }
  .map_links a { padding: 20px 15px; }
  .padd_prefooter { text-align: justify; display: flex; padding: 35px 15px; }
/*  #CDSWIDSSP { text-align: center !important; }
  #CDSWIDSSP .widSSPData .widSSPAll {  display: flex; justify-content: center; }
  .widSSPBranding { display: flex !important; width: 100% !important; justify-content: center !important; }
  */
  .left_image {float: unset; margin: unset; max-width: unset; padding: 20px 0; width: 100%; }
  .sight_box { text-align: justify; }
  .sight_box h2 { display: block; margin-bottom: unset; border-left: unset; border-bottom: 5px solid #0f2453; padding: 10px; }
  .contact_box { text-align: justify; }
  #call_now { font-size: 18px; }
	.espa img{width:100%;}
  .gallery_box .box_title h4, .location_box .box_title h4 { font-size: 21px; }
  .description h2 { font-size: 28px; }
  .book_wh{padding:0px 20px;}
  .description p, .page_text ul li, .page_text p { font-size: 18px; }
  .contactform div.input label { font-size: 18px; }
  .page_text h3 { font-size: 21px; }
  .room_box_text { bottom: 0px; }
  .all_rooms_link .room_box_text { bottom: 30px; }
  .ml-12 { margin-left: 0; }
  .languages_mob .languages .languages_menu a, .languages a.selected_lang { font-size: 17px; }
  .room_description ul li { font-size: 17px; }
  .contactform div.submit input { font-size: 21px; padding: 12px 15px; }
  .copyright { padding-bottom: 15px; }
  .copyright span { display: block; }
}


@media (max-width:575px) {
	.home_header.inner_header { height:calc(45vh - 30px)!important;}
	.home_header.inner_header .hero_bg { height:calc(45vh - 30px)!important;}
	/* .home_header { height: calc(100vh - 30px)!important; min-height: 500px; } */
  /*#header { background:brown;  min-height:70px;}*/
  #call_now { display: none; }
  .padd.padfix { display: block !important; }
  #header.fixed #book_now { right: 20px; }
  #book_now { padding: 20px 30px; }
  #book_now { right: 35px; }
  a.home_button { font-size: 14px; padding: 12px 18px; }
  .description p { margin-bottom: 20px; }
  
  .responsive_menu ul li ul li a, .responsive_menu_top ul li ul li a { font-size: 17px; color: #fff; }
  .responsive_menu ul li ul li, .responsive_menu_top ul li ul li { display: block; }
  .responsive_menu ul li a, .responsive_menu_top ul li a { padding: 8px 0px; font-size: 17px; }
  .languages_mob .languages .languages_menu { padding: 8px 0px; }
  .responsive_menu .contact_menu, .responsive_menu_top .contact_menu { margin: 35px auto 0px auto; }
  .responsive_menu .contact_menu a, .responsive_menu_top .contact_menu a { font-size: 27px; }
  .social_menu img { width: 35px; }
  .open_menu span { display: none; }
  .languages a { font-size: 17px; }
  .responsive_menu .responsive_menu_container, .responsive_menu_top .responsive_menu_container { padding: 10px 0 0px 0; }
  .responsive_menu ul, .responsive_menu_top ul { display: inline-block; }
  .responsive_menu ul li ul, .responsive_menu_top ul li ul { padding: 10px 0px; max-width: unset; }
  .home_rooms_slider .room_title p { background: rgb(255, 255, 255); }
  .home_rooms_slider .room_title p span { font-size: 26px; }
  .home_rooms_slider .room_title { padding: 0 10px; }
  .swiper-button-prev, .swiper-button-next { top: unset !important; bottom: 0px !important; }
  .home_half_text h4 { font-size: 25px; }
  .home_half_text:hover h4 { font-size: 27px; }
  .home_beaches_photo .box_title h4 span { font-size: 23px; }
  .home_large_text { padding: 5px 5px; }
  .page_text h3 { font-size: 19px; }
  .sight_box h2 { font-size: 24px !important; }
  .page_text ul.half_list li { width: 49%; font-size: 16px; }
  .home_header_content h1, .home_header_text h1 { font-size: 40px; }
  .home_header_content h2, .home_header_text h2 { font-size: 25px; }
  .contactform div.submit input { width: 100%; }
  .btn_more { display: block; text-align: center; }
  .room_box_text h2 { margin-top: unset; }
  .mobile_menu a.menu_icons img { width: 25px; padding-top: 7px; }
  .mobile_menu a.menu_icons.phone img { width: 22px; padding-top: 8px; }
  .page_text h1 { font-size: 24px; }
  .page_intro_text p { font-size: 18px; }
  .room_description ul { float: none; text-align: center; }
  .facilities, .room_details { margin: 0; text-align: center; float: none; }
  .contact_box { text-align: center; }
  .contactform div.input label { text-align: center; }
  .gallery_box .box_title h4, .location_box .box_title h4 { font-size: 19px; padding: 15px 80px; }
  .img-container { height: 35vh; }
  .hero_bg { min-height: 45vh; }
  .home_header { height: 45vh!important; }
  .room_box_text {margin: 0 15px;}
  .page_text .room_box_text h3 { font-size: 18px; }
  .room_description ul li { font-size: 18px; }
  .eq_height.location { height: auto; }
}

@media (max-width:549px){
	.footer_box ul  li a{ margin-right:7px; }
	.contactform div.input{	margin:0px 0 15px 0; width:100%;}
	.contactform textarea {	width:100%; }
  .location_pd_left, .location_pd_right {
    padding: 0px 20px 20px 20px;
  }
}

@media only screen and (max-width:479px) {
	/*#header { background:cyan;  min-height:70px;}*/
	.footer_box_container {   width: 100%; }
	.footer_box.social_media  {margin-bottom:50px; }
  .booking_wrapper ul p { font-size: 21px; }
  .booking_wrapper ul li input, .booking_wrapper ul li select { font-size: 18px; background-size: 14px; }
  /* .img-container { height: 30vh; } */
  #logo { width: 140px; height: 90px; }
  .home_header_content h2, .home_header_text h2 { font-size: 23px; padding: 0 10px; line-height: normal; }
  .breakfast-logo img { width: 115px; }
  .breakfast-text p { font-size: 17px; }
  .hero_bg { min-height: 40vh; }
  .home_header { height: 40vh!important; }
  .responsive_menu { top: 90px; }
  .responsive_menu_top { top: 70px; }
  .home_header.inner_header { height:calc(40vh - 30px)!important;}
  .home_header.inner_header .hero_bg { height: calc(40vh - 30px)!important; }
  .gallery_box .box_title h4, .location_box .box_title h4 { font-size: 18px; padding: 12px 60px; }
  .page_text h3 { font-size: 17px; }
  .page_text .room_box_text h3 { font-size: 17px; }
  .terms p.font { font-size: 19px; }
  .box_shadow {
    padding: 30px 20px;
  }
  .contactform div.submit input {
    font-size: 19px;
    padding: 10px 12px;
  }

  .gallery_pd {
    padding: 0 10px 20px 10px;
  }
}

@media only screen and (max-width:420px) { 
  #book_now span { display: none; }
  #book_now  { background-image: url(../img/layout/icons/book_icon_2.svg);   background-size: 30px; background-repeat: no-repeat; background-position: center center; width: 70px; height: 60px; }
  .responsive_menu .responsive_menu_container, .responsive_menu_top .responsive_menu_container { padding: 20px 0 0px 0px; }
  .home_rooms_slider .room_title p span { font-size: 18px; }
  .home_rooms_slider { height: 350px; }
  .page_text h2 { font-size: 25px; margin-top: 10px; }
  .home_intro_text p.intro { font-size: 17px; }
  .page_text p, .page_text ul li { font-size: 17px;  }
  .breakfast-text p { font-size: 16px; }
  .home_beaches_photo img { height: 300px; }
  .page_text h3 { font-size: 21px; }
  .page_text .room_box_text h3 { font-size: 17px; text-align: center; line-height: 18px; }
  .room_box_text { padding: 10px; }
  .page_text ul.half_list li { width: 100%; font-size: 16px; /*border-bottom: 1px solid #385d88; margin: 10px 0; padding-bottom: 10px;*/ }
  .contact_box h4 { font-size: 20px; }
  /* .img-container { height: 25vh; } */
  a.home_button { font-size: 15px; padding: 10px 15px; line-height: 35px; }
  .gallery_box .box_title, .location_box .box_title { bottom: 0px; }
  .gallery_box .box_title h4, .location_box .box_title h4 { font-size: 17px; padding: 10px 30px; }
  .responsive_menu ul li ul li a, .responsive_menu_top ul li ul li a { font-size: 16px; }
  .page_text.offer_box .offer_text a { font-size: 18px; }
  .page_text ul {
    margin: 20px 0px 20px 0px!important;
  }

  .booking_wrapper ul li.book_submit button, .booking_wrapper ul li.book_submit input[type="button"], .booking_wrapper ul li.book_submit input[type="reset"], .booking_wrapper ul li.book_submit input[type="submit"] {
    padding: 8px;
    font-size: 21px;
  }

  .home_intro_text.rooms p {
    padding: 0px 10px;
  }

  .description.story {
    padding: 20px;
  }

  .description.story p {
    margin-bottom: 5px;
  }
}


@media (max-width:365px) {
  .booking_wrapper ul li{
    width:47.2%;
  }
}


/*==========================>
      ERROR PAGE
  <========================== */

  .container-fluid.no-padding.home_header.inner_header.in-er{height:100vh !important;}
  .error-bg { width:100%; /* height:100vh!important; */ height:100vh; position:relative;top:0;left:0; background-color:#fff; background-position: center; background-size: cover; transform: translateZ(0); -webkit-animation: grow 30s linear 5ms infinite; animation: grow 30s linear 5ms infinite; transition: all 0.2s ease-in-out; }
  .home_header_content.in-er{top:50%;}
  .home_header_content.in-er h2{padding:15px 5px;border-bottom:2px solid #fff;width:100%;text-align: start;width: fit-content;}



  .btn-er{width: 100%;margin-top:25px;}
  .btn-er a{ width:fit-content;border: 1px solid #FFA500; background-color: #FFA500; color: #fff; border-radius: 4px; cursor: pointer; text-align: center;  margin: 5px; display: block; padding: 15px 20px; font-size: 23px; outline: medium none;  font-family: 'Anonymous Pro', monospace;
    font-weight: 400;text-transform: uppercase;	transition: all 0.5s ease 0s; }
  .btn-er a:hover{ color: #FFA500; background: #fff; transition: all 0.5s ease 0s; }

  @media (max-width:767px){
    .btn-er a{font-size:18px;padding:10px 15px;}
  }
  @media (max-width:500px){
    .home_header_content.in-er h2{text-align: center;width: 100%;}
    .btn-er{text-align: center;margin-top:20px;}
    .btn-er a{font-size:16px;margin:0 auto;}
  }