@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Noto+Serif+Display:ital,wght@0,100..900;1,100..900&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: inherit;}
:focus { outline: 0px none; }
ol, ul { list-style: none outside none; }
strong{font-weight: 600;}
a{color:#000;text-decoration:none;}
a:hover{color:#000;text-decoration:none;}
.clear{clear:both;}

html, body {
	position: relative;
	height: 100%;
}
body {
	background: #fff;
	font-family: "Manrope", sans-serif;
	font-size: 14px;
	line-height:20px;
	color:#3D3D3B;
	margin:0;
	padding:0;
	transition: all 0.5s ease-in 0s;  
	overflow-x:hidden;
}
html {
	scroll-behavior: smooth;
  }
body.change-bg-white-complete { background: #fff; transition: all 0.5s ease-in 0s;   }
body.change-bg-beige-complete { background: #ebeced; transition: all 0.5s ease-in 0s;   }
body.change-bg-grey-complete { background: #d5deda; transition: all 0.5s ease-in 0s;   }

.m-t-10{
	margin-top: 10px;	
}
.m-t-20{
	margin-top: 20px;	
}
.m-t-40{
	margin-top: 40px;	
}
.m-t-60{
	margin-top: 60px;	
}
.m-t-150{
	margin-top: 150px;	
}
.m-t-100 {
	margin-top: 100px;
}

.mar-top_neg{
	margin-top:-20vh;
}
.m-l-32 {
	margin-left: 32px;
	margin-bottom: 15px;
}

.fancybox-lock body {
    overflow: visible !important;
}

.padd{
	padding-top: 80px;
	padding-bottom: 80px;
	overflow:hidden;
	position:relative;
}

.padd_first_bottom {
	padding-top: 0px;
    padding-bottom: 65px;
}

.center {
	text-align: center;
}

.no_scroll {
    overflow: hidden;
}

.flex_center {
	display: flex;
	align-items: center;
	justify-content: space-around;
}

.flex-section {
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

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

.padd_contact {
	padding-top: 120px;
}

.padd_small{
	padding-top: 40px;
	padding-bottom: 40px;	
}
.padd_top{
	padding-top: 80px;
	padding-bottom: 0px;	
}
.padd_big {
	padding-top: 100px;
	padding-bottom: 100px;
}

.padd_bottom{
	padding-top: 0px;
    padding-bottom: 100px;	
}
.container-fluid.no-padd{
	padding-top: 0px;
	padding-bottom: 0px;
}
.img-responsive{
	width: 100%;
}
.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;
}

.overflow {
	overflow: hidden;
}

.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;
	overflow: hidden;
	position: relative;
}


label[for="NewsletterSignupEmail"] {
    display: none;
}

.grey_bg{background:#f4f4f4;}
.white_bg, #white_bg{ background: #fff;}
.black_bg { background: #000; }
.grey_upper{background:#f7f7f7;padding-bottom:110px;border-bottom:1px solid #eee}

.drive_me{
	margin-top:20px;
	display: block;
}

.scrollButtonContainer a span {
	position: absolute;
    bottom: 0;
    left: 0px;
    right: 0;
    margin: 0px auto;
    width: 2px;
    height: 40px;
    border-left: 2px solid #7d7d7d;
    text-align: center;
    box-sizing: border-box;
}

.scrollButtonContainer a span::before {
	position: absolute;
    top: 0px;
    left: 50%;
    content: '';
    width: 2px;
    height: 40px;
    margin-left: -2px;
    background-color: #fff;
    -webkit-animation: sdb10 2s infinite;
    animation: sdb10 2s infinite;
    box-sizing: border-box;
}
.scrollButtonContainer a span::after {
	content: '';
  	position: absolute;
    background-image: url(../img/layout/scroll_down_arrow.svg);
    width: 40px;
    height: 40px;
    background-size: 40px;
    background-repeat: no-repeat;
    background-position: bottom;
	left: -21px;
	bottom: -3px;
}
.scrollButtonContainer {
	position: absolute;
    z-index: 10;
    color: white;
    display: block;
    height: 40px;
    width: 200px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    text-align: center;
    transition: all 1s;
}

.scrollButtonContainer p {
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 18px;
    font-weight: normal;
    color: #000;
    position: absolute;
    bottom: 7vh;
    text-align: center;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.styled_btn{
	position: fixed;
	right: 0px;
	bottom: 0px;
	/* width: 100px; */
	/* height: 100px; */
	z-index: 999;
	border-radius: 0px;
	background: #101010;
	color: white;
	border: none;
	border: 1px solid #101010;
	padding: 6px;
	font-weight: 200;
	padding: 5px 19px;
	border-top-left-radius: 5px;
  }

@-webkit-keyframes sdb10 {
	0% {
	  -webkit-transform: translate(0, 0);
	  opacity: 0;
	}
	40% {
	  opacity: 1;
	}
	80% {
	  -webkit-transform: translate(0, 40px);
	  opacity: 0;
	}
	100% {
	  opacity: 0;
	}
}

@keyframes sdb10 {
	0% {
	  transform: translate(0, 0);
	  opacity: 0;
	}
	40% {
	  opacity: 1;
	}
	80% {
	  transform: translate(0, 40px);
	  opacity: 0;
	}
	100% {
	  opacity: 0;
	}
}

.hotel_history{padding-bottom:30vh;}

.name_moto{
	background:#000000;
	padding:5%;
}
.name_moto hr{
	border:1px solid #674439;
}
.home_half_text .name_moto p{
	font-style: italic;
	font-size:20px;
	letter-spacing: 0.1px;
	color: #fffbeb;
}

.home_half_text .name_moto p:before{
	display:inline;
	font-size: 6em;
	padding: 0;
	color:#fff;
	position: relative;
	top: .25em;
	quotes: "“" "“" "“" "“";
	content: open-quote;
}

.more{
	font-size: 20px;
    letter-spacing: 1px;
    line-height: normal;
    color: #000;
    position: relative;
    text-decoration: none;
    padding: 20px 50px 20px 50px;
    font-weight: 400;
    transition: all .3s;
    border: 1px solid #000;
}

.covid_info {
    background: #000;
    padding: 13px 0;
	text-align: center;
}

.covid_info p.mob {
	display: none;
}

.covid_info a {
	color: #f1f1f1;
    font-weight: 100;
    font-size: 18px;
    letter-spacing: 0.5px;
}

.covid_info a:after {
    content: '';
    position: absolute;
    background-image: url(../img/layout/arrow_right_white.svg);
    width: 18px;
    height: 18px;
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: bottom;
    margin-left: 15px;
}

#header {
	display: flex;
    width: 100%;
    height: 90px;
    top: 0px;
    padding: 0px 0px;
    margin: 0;
    position: fixed;
    z-index: 999;
    transition: all 0.5s;
    align-items: center;
	background-color: #1e1e1e;

	left: 0;
    transition: all 0.3s ease-in-out;

/* transition: background-color 0.3s ease, box-shadow 0.3s ease; */
}

/* #header.fixed {
  position: fixed;
  background: #1e1e1e;
  background-color: #1e1e1e;
} */

#top_info {
	position: absolute;
    top: 10px;
    left: 200px;
    display: block;
    z-index: 999;
    font-weight: 100;
    font-size: 19px;
    color: #f1f1f1;
    transition: all 1s;
    letter-spacing: 0.5px;
}
#top_info_mob { position:absolute; top: 50px; right: 360px; display: block;z-index:9999;  font-weight:400; font-size:15px; color:#fff; transition:all 1s;}
#top_info_right { position:absolute; top: 50px; right: 300px; display: block;z-index:999;  font-weight:400; font-size:15px; color:#fff; transition:all 1s;}
#top_info a, #top_info_right a { color:#fff; transition:all 0.3s ease-in-out; background: #00000001; }
#top_info a:hover, #top_info_right a:hover { letter-spacing: 0.5px; }
#top_info img, #top_info_right img, #top_info_mob img { width: 43px; height: 43px; margin-right: 12px; }
#top_info span { display: inline-block; }
#lang_info {
	position: absolute;
    display: block;
    z-index: 999;
    font-weight: 100;
    color: #fff;
    transition: all 1s;
    left: 200px; 
    font-size: 19px;
    color: #f1f1f1;
    transition: all 1s;
    letter-spacing: 0.5px;
}
#lang_info a{ color:#fff; transition:all 1s; background: #00000001; line-height: initial;}

#lang_info_mob {
	position: absolute;
    top: 52px;
    right: 145px;
	display: none;
}

#lang_info_mob .languages .languages_menu a {
	color: #fff;
	transition:all 1s;
}

#lang_info_mob a {
    color: #1e1e1e;
}
#lang_info_mobile {display: none;}
.languages .languages_menu a:after {
	display: none;
}

#lang_info a span.caret, #lang_info_mob a span.caret {
	display: none!important;
}

#lang_mob { position:absolute; top: 50px; left: 215px; display: block;z-index:9999;  font-weight:400; font-size:15px; color:#fff; transition:all 1s; }
#lang_mob a{ color:#362211; transition:all 1s;}

/* #header.fixed #top_info, #header.fixed #top_info_right { top: 45px; transition:all 1s;}
#header.fixed #top_info a, #header.fixed #top_info_right a { color:#fff; background-color: #1e1e1e; }
#header.fixed #lang_info a{ color:#fff; transition:all 1s;}
#header.fixed .languages_menu.active { box-shadow: 0 2px 6px rgb(0 0 0 / 20%); } */

.languages { display: block; padding: 0px 20px; z-index:9999;}
.languages a{font-family: 'Manrope', sans-serif;font-size: 17px;}
.language-separator {display: inline-block; font-size: 24px; line-height: 1; vertical-align: middle; padding: 0 8px; color: white;}
.languages  a.selected_lang{  display: block; padding:0 10px; background:none; text-align:center; font-weight: 500; font-size:19px; z-index:9999; color:#fff; text-decoration:none; transition:all 1s;}
.languages .languages_menu{  display: none; }
.languages .languages_menu.active{  display: block; margin-top:10px; padding: 5px 10px; background:#1e1e1e; text-align:center; z-index:99999; position:relative;}
.languages .languages_menu a { color:#fff; font-weight: 500; display: block; padding: 2px; transition: all 0.3s ease 0s; }
.languages .languages_menu a:hover { color:#1e1e1e; transition: all 0.3s ease 0s;   }

#logo { position:absolute; margin-left: calc((100% - 270px) * 0.5);display: block; width: 225px; height:100px; background: url('../img/layout/logo.svg') no-repeat scroll center center; background-size:100%;z-index:999; transition: all 0.5s ease-in-out;}
#logo_mob { position:absolute; display: block; width: 220px; height: 140px; background: url('../img/layout/logo.svg') no-repeat scroll center center; background-size:100%;z-index:999; transition:all 1s; margin-left: 30px; }
#logo a, #logo_mob a { display: block; width: 100%; height: 100%;text-indent: -999999px!important; color: #1e1e1e; }
/* #header.fixed #logo a { color: #fff; } */

.pages.contact #logo a { color: #fff; }

.open_menu {  font-family: 'Noto Serif Display', serif; position: absolute; left: 100px; display: block; padding: 20px 12px 20px 0px; font-weight: 400; font-size: 18px; z-index:999; color:#fff; text-decoration:none; transition:all 1s; border-radius: 50%; }
.open_menu:hover { color:#fff; }
.open_menu img.dark_menu, .open_menu img.white_menu{width: 55px; margin-left: 0px;margin-top: 0px;display:inline-block}
.open_menu img.dark_menu{display: none;}

.open_menu.active img { display: none; }

img.dark_call, img.dark_email { display: none; }
/* #header.fixed img.white_call, #header.fixed img.white_email { display: none; }
#header.fixed img.dark_call, #header.fixed img.dark_email { display: inline-block; }
#header.fixed .open_menu img.dark_menu{display:inline-block;}
#header.fixed .open_menu img.white_menu{display:none;} */

.close_menu {
	position: absolute;
    top: 40px;
    left: 70px;
    display: block;
    width: 55px;
    height: 55px;
    background: url(../img/layout/close_menu.svg) no-repeat center;
    background-size: 35px;
    z-index: 9999;
    font-size: 18px;
    padding-left: 55px;
    font-weight: 400;
    padding-top: 14px;
	color: #fff;
	font-family: 'Noto Serif Display', serif;
}

.close_menu:hover { color: #FFF;}

.book_fixed {
	display: none;
}

#book_now {
    position: absolute;
    right: 100px;
    display: block;
    font-weight: 400;
    font-size: 17px;
    z-index: 999;
    color: #fff;
    text-decoration: none;
    transition: all 1s;
    padding: 10px 35px 10px 35px;
    border: 1px solid rgba(255,255,255,0.3);
    background: #00000001;
    font-family: 'Noto Serif Display', serif;
	border-radius: 30px;
}

#book_now:hover {
	z-index: 2;
    color: #1e1e1e;
    background: #fff;
	border: 1px solid transparent;
    transition: all 0.5s ease-in-out;
}

#book_now::before {
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: transparent;
    transition: all 0.5s ease-in-out;
}

#book_now:hover::before {
	opacity: 0 ;
	transform: scale(0.5,0.5);
}

#book_now::after {
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
    transition: all 0.5s ease-in-out;
    background-color: #fff;
    border: 1px solid #fff;
    transform: scale(1.2,1.2);
	border-radius: 30px;

}

#book_now:hover::after {
	opacity: 1;
	transform: scale(1,1);
}

.responsive_menu #book_now {
	top: 43px;
	display: block;
    color: #fff;
	background-color: transparent;
    font-size: 18px;
    padding: 10px 35px 10px 35px;
    right: auto;
    left: 230px;
	font-weight: 400;
    font-family: 'Noto Serif Display', serif;
	border: 1px solid rgba(255, 255, 255, 0.3);
	border-radius: 30px;
	transition: all 1s;
}
      
.responsive_menu #book_now:hover {
	color: #1e1e1e;
}

.responsive_menu #book_now::after {
	border: 1px solid #fff;
}
/* 
#header.fixed #book_now {
	color: #fff;
    top: 35px;
	background: #00000001;
    transition: all 1s;
}

#header.fixed #book_now:hover {
	background: #000000;
} */
/* 
#header.fixed .responsive_menu #book_now {
	color: #000;
    background: #fff;
    top: 43px;
    display: block;
    font-size: 18px;
    padding: 10px 30px;
    right: auto;
    left: 230px;
} */

/* #header.fixed { height: 115px; padding: 10px 0px;  background:#000000; box-shadow: 0 1px 6px #555; } */
@keyframes slide-down {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    } 
    100% {
        opacity: 0.9;
        transform: translateY(0);
    } 
}

/* #header.fixed  #logo {
	margin-left: calc((100% - 150px) * 0.5);
    top: 0;
	width: 150px;
    height: 90px;
    background: url(../img/layout/logo_fixed.svg) no-repeat scroll center center; 
    background-size: 100%;
} */

.responsive_overlay {
    opacity: 0;
    background: rgba(0,0,0,0.7);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 800;
    visibility: hidden;
    -webkit-transition: opacity 300ms;
    -o-transition: opacity 300ms;
    transition: opacity 300ms;
    -webkit-transition-delay: 0;
    transition-delay: 0;
}

.responsive_menu{   
	position: fixed;
    top: 0px;
    left: 0;
    margin: 0 auto;
    height: 100vh;
    width: 100%;
    background: rgba(0,0,0,0.7) url(../img/layout/logo.svg) no-repeat scroll 20% center;
    background-size: 150px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #3D3D3B;
    z-index: 999;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    transition-duration: 0.4s;
}
.responsive_menu .responsive_menu_container {   
	width: 100%;
    height: 100%;
	background-color: #000;
    position: relative;
	display: block;
	/* overflow-y: scroll; */
    overflow-x: hidden;
	font-family: 'Noto Serif Display';
}
.responsive_menu.active {   
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
}

.responsive_menu.active .hero_bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    animation: unset;
	animation: grow 40s linear 10ms infinite;
    transition: all 0.2s ease-in-out;
}

.responsive_menu ul{
	margin:125px 0px 0 73px;
    padding: 0px 0 0 0;
    list-style: none;
}
.responsive_menu ul li{
	width: 49%;
    display: inline-block;
}
.responsive_menu ul li a{
	display: block;
    position: relative;
    z-index: 9999;
    font-size: 50px;
	line-height: 30px;
    color: #fff;
    padding: 20px 0;
	width: fit-content;
    font-weight: 500;
    transition: all 0.3s ease-in 0s;
}

.responsive_menu ul li a span{  font-size: 16px; font-weight:300;  color:#333; padding:0px 10px 0px 0px; font-weight:300;transition: all 0.3s ease-in 0s;}
.responsive_menu ul li.book_now_menu_item{ display: none;}

.book_menu{position: absolute; top:20px;left:20px;}
.book_menu a{  display: block;   font-weight: 400;    font-size: 14px;    z-index: 999;    color: #fff;    text-decoration: none;    transition: all 1s;    border: 1px solid #fff;
    padding: 10px;    background: rgba(0,0,0,.2); }

.book_menu a:hover {color: #fff!important;		transition: all 0.3s ease 0s;}
.book_menu a:hover:before {    transform: scaleX(1);    transform-origin: left 50%;    width: 100%;    height: 100%;    display: block;}

.responsive_menu .extra_links {
    position: relative;
    top: 300px;
    display: block;
    width: fit-content;
    padding-left: 20px;
    margin-left: 10px;
    border-left: 1px solid #fff;
}

.responsive_menu .extra_links p {
	font-size: 16px;
    font-family: 'Manrope', sans-serif;
    font-weight: 300;
    color: #fff;
    margin-bottom: 10px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.responsive_menu .extra_links p a {
	color: #362211;
	transition: all 0.3s ease-in-out;
}

.responsive_menu .extra_links p a:hover {
	letter-spacing: 0.5px;
}

.responsive_menu .contact_menu{
	display: block;
    margin: 60px 0px 0 73px;
}
.responsive_menu .contact_menu span{
	display: inline-block;
	font-size: 18px;
    margin: 10px 0px 10px 0px;
    color: #362211;
    text-align: center;
    font-family: 'Manrope', sans-serif;
    font-weight: 500;
}

.responsive_menu .contact_menu a {
	color: #d1d1d1;
	position: relative;
}

.responsive_menu .contact_menu a:before {
	content: '';
    display: block;
    position: absolute;
    bottom: 2px;
    left: 0;
    height: 1px;
    width: 100%;
    background-color: #000;
    transform-origin: right top;
    transform: scale(0,1);
    transition: color .2s,transform .5s ease-out;
}

.responsive_menu .contact_menu a:hover::before{
    transform-origin: left top;
    transform: scale(1,1);
}


.responsive_menu .contact_menu img{ width: 22px;  display: inline-block; margin-right:5px; vertical-align:middle;  }

.menu_social {
	display: flex;
    align-items: center;
    bottom: 30px;
    position: fixed;
}
.menu_info{
	bottom: 30px;
    position: fixed;
}
.responsive_menu .menu_social img {
	width: 14px;
	margin-right: 20px;
}

.responsive_menu .menu_social img.youtube {
	width: 27px;
}

.responsive_menu .menu_social img.instagram {
	width: 23px;
}

.responsive_menu .menu_social img.linkedin_menu {
	width: 21px;
	padding-bottom: 2px;
}

.responsive_menu .menu_social img.spotify_menu {
	width: 80px;
	margin-top: 10px;
}


/************** MENU SLIDE EFFECT ************/
.responsive_menu ul li {
  width: 49%;
  display: inline-block;
}

.responsive_menu ul li a {
  display: inline-block;
  position: relative;
  font-size: 50px;
  line-height: 40px;
  color: #d1d1d1;
  padding: 20px 0;
  font-weight: 500;
  overflow: hidden;
  z-index: 1;
}

.responsive_menu ul li a::before {
  content: attr(data-text);
  position: absolute;
  top: 20px;
  left: 0;
  width: 0;
  height: 100%;
  color: #fff;
  white-space: nowrap;
  transition: width 0.7s ease;
  z-index: 2;
  overflow: hidden;
}

.responsive_menu ul li a:hover::before {
  width: 100%;
}
/************** END OF MENU SLIDE EFFECT ************/


/************** SCROLL NAVIGATION ************/
#preloader {
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0,0,0,0.3);
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}

.spinner {
  border: 6px solid #f3f3f3;
  border-top: 6px solid #3498db;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 1s linear infinite;
}


@keyframes spin {
  0% { transform: rotate(0deg);}
  100% { transform: rotate(360deg);}
}


html, body {
  height: 100%;
  /* overflow: hidden; */
  margin: 0;
  padding: 0;
}
[data-scroll-container] {
  min-height: 100%;
}

.section {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pin {
  position: relative;
  background: #fff;
  color: #fff;
  will-change: transform;
  backface-visibility: hidden;
  transform-style: preserve-3d;
}

.normal {
  background: #fff;
  color: #000;
}

.home_right_image.first_description {
  background-image: url('../img/layout/chef1.jpg');
  background-size: cover;
  background-position: center;
  height: 100vh;
  position: relative;
    overflow: hidden;
}

/* Η νέα εικόνα που θα εμφανιστεί καθώς scrollάρεις */
.background_fade_in {
  background-image: url('../img/layout/chef1.jpg');
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  transform: translateY(100px); /* initial offset */
  z-index: 999;
}

.image_wrapper {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100vh; 
	overflow: hidden;
	position: relative;
}

.image_wrapper .image_top,
.image_wrapper .image_bottom {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	transition: transform 0.5s ease-out;
}

.image_wrapper .image_top {
	z-index: 2;
	background-image: url('../img/layout/wine1.jpg');
}

.image_wrapper .image_bottom {
	z-index: 1;
	background-image: url('../img/layout/wine3.jpg');
}
.container-fluid.no-padding.page_text.last_section {
  height: 100vh;
  overflow: hidden;
  position: relative; 
}


/************** END OF SCROLL NAVIGATION ************/
.mobile{display: none;}
.contact_menu_container{
	width: 100%;
}

.contact_menu p {
	font-size: 25px;
    font-weight: 400;
    padding: 10px;
    color: #d1d1d1;
}
.menu_social p{
	font-size: 18px;
    font-weight: 300;
	margin-right: 30px;
}

/* Footer */
.padd_prefooter{
    padding-top: 40px;
    padding-bottom: 100px;
    background: #1e1e1e;
    padding-left: 60px;
    padding-right: 60px;
	position: relative;
	z-index: 10;
	min-height: 500px;
}

.footer_box h6{
	font-size: 24px;
    font-weight: 200;
    font-family: "Noto Serif Display", serif;
    margin-bottom: 30px;
    line-height: normal;
    color: #fff;
}

.footer_box_container ul { margin-top:18px; padding-top:25px; border-top:2px solid #674439; display: flex; list-style: none;  justify-content: space-between;}
.footer_box_container ul li{ overflow:hidden;height:20px; position:relative;}
.footer_box_container ul li a{ display:block; text-transform:uppercase; color: #333; font-size:16px;font-weight:400; margin-right:18px; transition: all 0.3s ease 0s;}
.footer_box_container ul li a:hover{  color: #674439;  transition: all 0.3s ease 0s;}
.footer_box_container.pd-100 { padding-left: 100px; }

.footer_box p{
	color: #ccc;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 5px;
    transition: all 1s ease-in-out;
    font-weight: 300;
}

.footer_box p a { color: #ccc; font-weight: 300; position: relative; transition: all 1s ease-in-out; }

.footer_box p a:before {
	content: '';
    display: block;
    position: absolute;
    bottom: 2px;
    left: 0;
    height: 1px;
    width: 100%;
    background-color: #f4f4f4;
    transform-origin: right top;
    transform: scale(0,1);
    transition: color .2s,transform .5s ease-out;
}

.footer_box p a:hover::before{
    transform-origin: left top;
    transform: scale(1,1);
}

.footer_box p a:hover {
	transition: all 1s ease-in-out;
}


.footer_box.social_media { }
.footer_box.social_media img{ width: 32px;  display: inline-block; margin-right:7px; transition: all 0.3s ease 0s; }
.footer_box.social_media img:hover{ opacity: 0.5; }



img.footer_logo{ max-width: 400px; width:100%; margin-left: 10px; }
.footer_details_left{width:50%;float:left;}
.footer_details_right{width:50%;float:left;}
.footer_social{
	display: flex;
    flex-direction: column;
}
.footer_social a{
	color: #ccc;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 5px;
    transition: all 1s ease-in-out;
    font-weight: 300;
}
.footer_social img {
	width: 15px;
    display: inline-block;
	margin-right: 24px;
    margin-top: 20px;
}

.footer_social img.youtube {
	width: 30px;
}

.footer_social img.instagram {
	width: 26px;
}

.footer_social img.linkedin {
	width: 24px;
	padding-bottom: 4px;
}
.footer_social img.spotify {
	width: 100px;
	margin-top: 30px;
	display: block;
}
@media(max-width:1199px){
	.footer_social img.spotify {
		margin: 30px auto;
		display: block;
	}
}

.footer_mobile {
	display: none;
}

.links-triggerOne, .links-triggerTwo, .links-triggerThree {
	color: #fff!important;
	background-color: #000!important;
}

/* Copyright */
.padd_footer{	padding-top: 10px;	padding-bottom: 10px; padding-left: 0px; padding-right: 0px;background:#1e1e1e; }
.copyright{
	font-size: 16px;
    color: #ccc;
    font-weight: 100;
	text-align: left;
}
.copyright a{	color: #fff;}
#wapp{position:relative;float:right;margin-top: 15px;}
#wapp a{	display: block; width: 100px; height: 29px; color: #fff; background:transparent url(../img/layout/wapp.svg) no-repeat center;text-indent: -999999px!important;background-size:100%;}

.copyright_wrapper {
	padding: 15px 0;
}

.tuv {
	width: 70px;
    padding-top: 8px;
}

.flex_center_copyright {
	display: flex;
	align-items: center;
	margin-top: 100px;
}
.flex_center_copyright a{
    font-size: 16px;
    color: #ccc;
    font-weight: 100;
    text-align: center;
	padding: 0 10px;
}
.terms_links{
	display: flex;
	justify-content: center;
}
/* PAGE HEADINGS
================================================== */

.page_heading_image {
	position: relative;
    color: #fff;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    overflow: hidden;
}
.page_heading_shadow{
	height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(180deg, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.2) 20%, rgba(0,0,0,0.2) 70%);
    z-index: 1;
}
.page_heading_image.full { height: 100vh;}
.page_heading_image .page_heading_text { z-index:10;  display: block; position:absolute; width: 100%;bottom:50px; text-align:center;}
.page_heading_image h1 {font-family:'Noto Serif Display'; font-size: 50px; font-weight: 400;  color:#fff;  display: block;  padding-top:90px }

.page_heading_image .image_header {
	background-position: center center;
	position: relative;
	display: flex;
	align-items: center;
	height:100vh!important;
	background-size: cover;
    background-repeat: no-repeat;
	background-position: center;
	will-change: transform;
}

.home_header_content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fff; 
	text-align: center;
}
/* PAGE TEXT
================================================== */
.page_text { }
.page_text h1 {	font-size: 61px; font-weight: 100; margin-bottom: 15px; color: #fff; position: relative; }
.page_text h2 {
	font-size: 26px;
    color: #000000;
    font-family: "Noto Serif Display", serif;
    line-height: 40px;
    font-weight: 400;
    margin-top: 50px;
    margin-bottom: 12px;
}
.page_text h3 {
	font-size: 45px;
    font-family: "Noto Serif Display", serif;
    line-height: 50px;
    font-weight: 300;
    letter-spacing: normal;
    margin-bottom: 55px;
    color: #fff;
	background-color: #00000001;
}

.page_text p.before_title{
	font-size: 16px;
    line-height: normal;
    letter-spacing: 1.7px;
    color: #fffbeb;
    text-transform: uppercase;
    margin-top: 25px;
    margin-bottom: 10px;
    font-weight: 400;
    background: #000;
    display: inline-block;
    padding: 5px 15px;
}

.page_text p {
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 300;
    line-height: 28px;
    color: #000;
}

.page_text .hotel_info p.sign {
    text-transform: uppercase;
    color: #000000;
    background-color: #00000001;
    font-size: 16px;
    line-height: 30px;
    margin-left: 68px;
    font-weight: 350;
}

.page_text .hotel_info p.sign:before {
    content: '';
    position: absolute;
    border-top: 1px solid #000000;
    left: 0;
    margin-left: 70px;
    width: 8px;
    margin-top: 14px;
}

.box_page strong {
	font-weight: 600;
	border-bottom: 1px solid #000;
}

.box_page {
	border: 1px solid #000000;
	padding: 15px 25px;
	margin-top: 60px;
    width: 112%;
}

.box_page.left {
	padding: 15px 200px 15px 25px;
}

.box_page.left strong {
	border-bottom: 1px solid #fff;
}

.page_text .box_page p {
	margin-bottom: 0;
}

.page_text .hotel_info .box_page p {
    padding-right: 0;
}

.page_text .hotel_info .home_right_text p {
    padding-right: 0px;
}

.hotel_info.first.no-padd {
	margin-bottom: 70px;
    display: flex;
}

.page_text ul {margin: 0px; overflow: hidden;}
.page_text ul li {
    margin: 0px 0 15px 0;
    padding: 0;
    display: inline-block;
    width: 100%;
    transition: all 0.3s ease 0s;
    font-size: 18px;
    font-weight: 300;
    line-height: 28px;
    color: #000;
}

.page_text ul.half_list_page {
    font-family: 'Manrope', sans-serif;
    font-size: 17px;
    margin-top: 35px;
    margin-left: 20%;
    padding-right: 50px;
    padding-left: 50px;
}

.page_text ul.half_list_page li {
    width: 49%;
	display: inline-block;
}

.page_text .hotel_info ul li {
	padding-right: 80px;
}

.page_text ul li:hover {transition: all 0.3s ease 0s;}

.page_text p.zoom{font-size:12px; z-index: 3;  position: relative;}
.centered {text-align:center;}

.decorate_image_left {    position: absolute;    right: calc(100% - 125px);    top: 150px;    width: 100%;    max-width: 250px; }
.decorate_image_left img {   width: 100%;   }

.decorate_image_right {    position: absolute;    left: calc(100% - 125px);    top: 450px;    width: 100%;    max-width: 250px; }
.decorate_image_right.rooms {     top: 50px;     }
.decorate_image_right img {   width: 100%;   }

.mini_font a {
	text-decoration: underline;
}

@-webkit-keyframes shine_letters {
	from {
	  -webkit-mask-position: 150%;
	}
	
	to {
	  -webkit-mask-position: -50%;
	}
  }


.img_map{width: 100%;display: block;height: auto;}

.btn_more {   	
    border-bottom: 1px solid #3D3D3B;    
    display: block;    
    margin-bottom: 15px;
    margin-top: 40px;
    overflow: hidden;    
    position: relative;   	
}
.btn_more span {
	cursor: pointer;
    display: inline-block;
	font-weight: 400;
    letter-spacing: 0.5px;
	color:#3D3D3B;
	background: none; 
	border: 2px solid #3D3D3B;  
	border-bottom: 1px solid #3D3D3B;
	padding: 10px 20px 10px 20px;
	transition: all 0.3s ease 0s;
}
.btn_more:hover span, .btn_more:active span{
    color: #fff;
	background: #3D3D3B;
	transition: all 0.3s ease 0s;
}

.book_now{font-size:16px; letter-spacing:1.7; font-weight:300;color:#000;padding:10px 20px;border:1px solid #000;margin-top:25px;display: inline-block;  position:relative; cursor: pointer;    text-transform: uppercase;    overflow: hidden; background: #F6F3EA;}
.book_now:hover span{color:#fff;}
.book_now:before {  content: '';    z-index: 1;    transform: scaleX(0);    transform-origin: right 50%;    transition-property: transform;    transition-duration: 380ms;    background-color: #000;    color: #fff!important;    padding-bottom: 2px;
    top: 0;    left: 0;    position: absolute;    z-index: 1;    width: 100%;    height: 100%;    display: block; }
.book_now:hover span{color: #fffbeb; position:relative; z-index:1;transition: all 0.3s ease 0s;}
.book_now:hover:before {    transform: scaleX(1);    transform-origin: left 50%;    width: 100%;    height: 100%;    display: block;}

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

a.overlay_link {display:block;width:100%;height:100%;position:absolute;top:0px;left:0px;text-indent: -999999px; z-index:10; }

.covid_notice { margin:20px 20px 40px 20px; padding:20px; border:1px solid #3D3D3B; text-align:center;}

.home_header {position:relative; overflow:hidden; }
.home_header_shadow {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(0,0,0,0.2) 100%, rgba(0,0,0,0.2) 100%, rgba(0,0,0,0.2) 100%);
	z-index: 1;
	transition: all 0.5s ease-in-out;
}
/* 
.hero_bg{ 
	width:100%;
	height:calc(100vh - 90px)!important; 
	min-height:600px;
	position:absolute;
	top:0;
	left:0; 
	background-color:#fff; 
	background-position: center; 
	background-size: cover!important; 
	transition:all 0.2s ease-in-out; 
	transition: none; 
	will-change: transform; 
	backface-visibility: hidden;
	transform: translateZ(0); 
} */
.hero_bg {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  /* height: calc(100vh - 90px); */
  height: 100vh;
  min-height: 600px;
  background-image: url(../img/layout/hero_bg_1.jpg);
  background-position: center;
  background-size: cover;
  background-color: #fff;
  /* transition: all 0.2s ease-in-out; */  /* απενεργοποιημένο για δοκιμή */
  /* will-change: transform; */
  /* backface-visibility: hidden; */
  /* transform: translateZ(0); */
}

.banner_hero{
	height: 100vh;
	z-index: unset;
	position: relative;
}
.hero_text {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	color: white;
	z-index: 2;
	width: 100%;
/*

 text-align: center;
  color: white;
  z-index: 2;*/
}


.hero_text h1 {
    font-size: 50px;
    line-height: 60px;
	margin: 0;
 	font-family: "Noto Serif Display", serif;
	padding-top: 90px;
}

.banner_info {
	position: absolute;
    bottom: 50px;
    right: 0;
    margin-right: 100px;
}

.banner_info li {
	background-color: rgba(45,45,45,.94);
    border: 1px solid hsla(0,0%,85%,.1);
    display: inline-flex;
    width: 95px;
    margin: 0 5px;
    height: 95px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
	transition: all 0.3s ease-in-out;
}

.banner_info li:hover {
	background-color: rgb(80 79 79 / 94%);
	box-shadow: 0 0 13px 0 rgb(0 0 0 / 20%);
}

.banner_info li.active {
	background-color: rgb(80 79 79 / 94%);
	box-shadow: 0 0 13px 0 rgb(0 0 0 / 20%);
}

.banner_info li a {
	color: #fff;
    text-align: center;
    font-size: 9px;
    text-transform: uppercase;
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 27px;
}

.banner_info li i {
	color: #fff;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -20px;
}

.banner_social {
	position: absolute;
    z-index: 1;
    right: 100px;
	display: flex;
    flex-direction: column;
    align-items: center;
}

.banner_social img {
	width: 18px;
    display: block;
    margin: 22px 0;
}

.banner_social img.youtube {
	width: 33px;
}

.banner_social img.instagram {
	width: 28px;
}
.intro_text{
	padding: 30px 25% 50px 100px;
}
.intro_text p{
	font-family: "Noto Serif Display", serif;
	font-size: 45px;
    line-height: 55px;
    font-weight: 300;
	color: #000;
}
.intro_text.centered{
	padding: 30px 0 50px 0px;
}
.intro_text.centered h2{
	font-family: "Noto Serif Display", serif;
	font-size: 45px;
    line-height: 55px;
    font-weight: 300;
	color: #000;
	margin-bottom: 30px;
}
.intro_text.centered h3{
	font-family: "Noto Serif Display", serif;
	font-size: 35px;
    line-height: 55px;
    font-weight: 300;
	color: #000;
	margin-top: 20px;
	margin-bottom: 10px;
}
.intro_text.centered p{
    font-size: 17px;
    line-height: 28px;
    font-weight: 200;
    color: #000;
    padding: 10px 0;
    font-family: 'Manrope', sans-serif;
}
.left_msg {
	position: absolute;
    bottom: 13%;
    z-index: 1;
    left: 100px;
}

.right_msg {
	position: absolute;
    bottom: 13%;
    z-index: 1;
    right: 100px;
}

.left_msg a, .right_msg a {
	color: #f1f1f1;
    font-size: 22px;
    font-weight: 100;
    letter-spacing: 0.5px;
}

.left_msg a:before, .right_msg a:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 2px;
    left: 0;
    height: 1px;
    width: 100%;
    background-color: #f1f1f1;
    transform-origin: right top;
    transform: scale(0,1);
    transition: color .2s,transform .5s ease-out;
}

.left_msg a:hover::before, .right_msg a:hover::before {
    transform-origin: left top;
    transform: scale(1,1);
}

.left_msg a:after, .right_msg a:after {
	content: '';
    position: absolute;
    background-image: url(../img/layout/arrow_right_white.svg);
    width: 18px;
    height: 18px;
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: bottom;
    margin-left: 15px;
}

.page_text a.more_link {
    font-size: 18px;
    line-height: normal;
    font-weight: 550;
    margin-top: 50px;
    width: fit-content;
    position: relative;
    transition: all 0.5s ease-in-out;
    font-family: "Noto Serif Display", serif;
    padding-left: 50px;
    display: flex;
    align-items: center;
}

.page_text a.more_link.white {
	color: #fff;
}

.page_text a.more_link:before {
    content: '';
    position: absolute;
    left: 0;
    border-top: 1px solid #000;
    width: 30px;
}

.page_text a.more_link.white:before {
	border-top: 1px solid #fff;
}

a.more_link.white {
	margin: 50px auto 0 auto;
	color: #fff;
	background: #00000001;
}

a.more_link.white:before {
	border-top: 1px solid #fff;
}

.page_text a.more_link.white:hover::before {
	border-top: 1px solid #fff;
}

.page_text a.more_link:hover {
    transition: all 0.5s ease-in-out;
    padding-left: 0;
    padding-right: 50px;
}

.page_text a.more_link:hover::before {
	border-top: 1px solid #000000;
	right: 0;
	left: auto;
}

.albums.home .page_text a.more_link {
	margin-top: 40px;
}

.page_text .left_text a.more_link:after {
	display: none;
}

.page_text .hotel_info.last a.more_link {
	color: #fff;
    font-weight: 400;
}

.page_text .hotel_info.last a.more_link:before {
	border-top: 1px solid #fff;
}

.page_text .hotel_info.last a.more_link:hover {

}

.about_visible {
	overflow: visible!important;
}

.hotel_info.last {
	background: #000;
    position: relative;
    display: block;
	margin-right: -80px;
}

.page_text .hotel_info.last ul li {
    margin: 3px 0 3px 0;
    padding: 0;
    font-size: 23px;
    font-weight: 200;
    line-height: 32px;
    display: inline-block;
    color: #fff;
    width: 40%;
    font-family: "Noto Serif Display", serif;
    transition: all 0.3s ease 0s;
}

.hotel_info.black {
	position: relative;
    display: block;
    overflow: hidden;
    /* background: #000; */
    margin-top: 100px;
}

.pages.view .hotel_info.black {
	background: #000;
	margin-top: 0;
}

.equal-height-wrapper {
	display: flex;
	flex-wrap: wrap;
}

.equal-height-wrapper > .col-md-6 {
	display: flex;
	flex-direction: column;
}

.home_right_image {flex: 1;}

.hotel_info.black.mobile {
	display: none;
}

.hotel_info.black .home_right_text {
    padding: 20px 15% 130px 170px;
	padding: 100px 15% 130px 170px;
    position: relative;
    display: block;
    overflow: hidden;
    background: #fff;
}

.pages.home .hotel_info.black .home_right_text {
    padding: 20px 15% 130px 170px;
}

.home_right_image.dynamic_background {
    height: 100vh;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.home_small_image.dynamic_background {
    height: 45vh;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
}


.fullscreen_dynamic_banner{
	height: 90vh;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
	will-change: transform;
}

.page_text ul.half_list li {
    width: 45%;
    margin: 0px 50px 15px 0px;
    line-height: 38px;
	padding-right: 0px!important;
    display: inline-block;
}

.page_text .hotel_info.last #black_left_bg ul li,
.page_text .hotel_info.last #black_left_bg_dynamic ul li {
    margin: 0px 0 10px 0;
    font-size: 20px;
    width: 100%;
}

a.vrt_msg{
    line-height: normal;
    margin-bottom: 0;
    padding: 30px;
	color:#fff;
	font-weight:700;
	letter-spacing:2px;
}

.page_text .hotel_info h2 {
    font-size: 70px;
    line-height: 80px;
    font-weight: 500;
    margin-top: 20px;
    margin-bottom: 50px;
    color: #000000;
    font-family: "Noto Serif Display", serif;
    letter-spacing: 1px;
}

.page_text .hotel_info.last h2 {
    color: #fff;
}

.page_text .hotel_info h1 {
    font-size: 19px;
    font-weight: 350;
    margin-bottom: 15px;
	margin-top: 25px;
    position: relative;
    color: #000000;
	background: #00000001;
}

.page_text .hotel_info p {
	padding-right: 30px;
}

.page_text .hotel_info.no-padd p {
	padding-right: 0;
}

.page_text .hotel_info.last p {
	color: #f1f1f1;
	font-weight: 100;
}

.home_right_text {
	padding: 90px 100px;
	position: relative;
    display: block;
    overflow: hidden;
}

.right_text small {
	font-size: 14px;
    font-style: italic;
}

  .link__arrow {
	display: inline-flex;
  }
  .link__arrow span {
	position: relative;
	width: 14px;
	height: 2px;
	border-radius: 2px;
	overflow: hidden;
	background: #ccc;
	z-index: 2;
  }
  .link__arrow span:nth-child(1) {
	transform-origin: left bottom;
	transform: rotate(45deg) translate3d(8px, -10px, 0);
  }
  .link__arrow span:nth-child(2) {
	transform-origin: left bottom;
	transform: rotate(-45deg);
  }
  .link__arrow span:after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	width: 0;
	height: 2px;
	background: #fff;
  }
  .link__line {
	position: relative;
	margin-left: -14px;
	margin-right: 0px;
	width: 90px;
	height: 2px;
	background: #ccc;
	overflow: hidden;
	z-index: 1;
  }
  .link__line:after {
	content: "";
	display: block;
	position: absolute;
	left: 80px;
	width: 70px;
	height: 2px;
	background: #fff;
  }
  .link__text {
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	font-weight:700;
	text-shadow: 1px 0 50px rgb(0 0 0 / 20%);
  }
  .link:hover .link__line:after {
	animation: animation-line 1.5s forwards;
  }
  .link:hover .link__arrow span:after {
	animation: animation-arrow 1.5s forwards;
	animation-delay: 1s;
  }
  
  @keyframes animation-line {
	0% {
	  left: 80px;
	}
	100% {
	  left: 0;
	}
  }
  @keyframes animation-arrow {
	0% {
	  width: 0;
	}
	100% {
	  width: 100%;
	}
  }

div.scroll-suggestion {
    margin: auto;
    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 */
@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_left_title {display:block; width:100%; margin-bottom:50px; margin-top:130px;}


.home_center_title{display:block; width:100%; margin-bottom:50px; margin-top:130px;text-align:center;}
.home_center_title p.smaller{font-size:16px; font-weight:400; letter-spacing:2px; padding-bottom: 100px;  position: relative;}
.home_center_title p.smaller:after {content: "";height: 80px; width: 1px;  background: #29365b; display: block; position: absolute;    top: 40px;    left: 50%;    -webkit-transform: translateX(-50%);    -ms-transform: translateX(-50%);    transform: translateX(-50%);
}
.home_center_title h2{font-size: 48px;    font-weight: 300;    line-height: 60px;    color: #674439;    text-transform: uppercase;}
.home_center_title p.grey_parag{font-size:18px; color:#000;margin-top:20px;margin-bottom:30px;font-weight:100;}

.beige_bg_slider {
	background-color: #F4F4F4;
	padding: 150px 0 320px 0;
    position: relative;
    display: block;
    overflow: hidden;
}

a.contact_link {
	border: 1px solid #000000;
	font-size: 19px;
    font-weight: 400;
    padding: 16px 45px;
    margin-left: 40px;
    margin-top: 25px;
    position: relative;
    display: inline;
    font-family: 'Noto Serif Display', serif;
}

a.contact_link:hover {
	border: 1px solid #000;
	z-index: 2;
	color: #fff;
	transition: all 0.5s ease-in-out;
}

a.contact_link::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-color: none;
	transition: all 0.5s ease-in-out;
}

a.contact_link:hover::before {
	opacity: 0 ;
	transform: scale(0.5,0.5);
}

a.contact_link::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	opacity: 0;
	transition: all 0.5s ease-in-out;
	background-color: #000;
	/* border: 1px solid #000000; */
	transform: scale(1.2,1.2);
}

a.contact_link:hover::after {
	opacity: 1;
	transform: scale(1,1);
}

.category_info {
	position: relative;
    background: #000;
	padding: 60px 22% 50px 22%;
    text-align: center;
}

.page_text .category_info h1 {
    font-size: 62px;
    font-family: "Noto Serif Display", serif;
    font-weight: 400;
    margin-bottom: 30px;
    color: #fff;
    position: relative;
}

.page_text .category_info p {
	color: #fff;
	font-weight: 100;
}

.page_text.white_section h2:after {
    content: '';
    position: absolute;
    color: #000000;
    width: 150px;
    margin: 0 auto;
    left: 0;
    right: 0;
    border-top: 1px solid #000000;
    bottom: 0px;
}

.page_text h5 {
	color: #000;
    font-family: "Noto Serif Display", serif;
    font-size: 28px;
    width: fit-content;
    margin-bottom: 5px;
    font-weight: 500;
}

.features {
	position: relative;
	margin-bottom: 100px;
}

.features_bg {
	position: absolute;
	width: 85%;
    height: calc(100% + 40px);
    background-color: #E3DFDA;
    top: -40px;
    z-index: -1;
    right: 0;
}

.features_list {
	width: 100%;
    padding: 50px 20px;
}

.features_list ul li {
	margin: 0px 0 0px 0;
	padding: 15px 15px 25px 15px;
    font-size: 22px;
	color: #121212;
    font-weight: 300;
    line-height: normal;
    background: none;
    background-size: 12px;
    transition: all 0.3s ease 0s;
    width: 33%;
    display: inline-block;
    border-right: 2px solid #BFBDBB;
}

.features_list ul li:last-child, .features_list ul li:nth-last-child(4) {
	border-right: none;
}

.mar_neg{margin-top: -5%;border:5px solid #fff;}
.image_subtitle { display:block; margin-top:10px; margin-bottom:30px; font-size:18px; color:#4C5870;}

.fragment-banner{height:40vh;overflow:hidden;position: relative;background-size:100%;border:1px solid #f1f1f1;background-color: #000;overflow:hidden;transition: all 0.3s ease 0s;background-size: cover; background-position: center;}
.fragment-banner:hover{transition: all 0.3s ease 0s;    -webkit-transform: translateX(4px) translateZ(0) scale(1.05);
    transform: translateX(4px) translateZ(0) scale(1.05); }


.home_half_text{padding:5px 100px;}
.home_half_text.mar_top{margin-top:100px;}
.home_half_text p{
    margin-top: 25px;
    margin-bottom: 40px;
}

.home_half_text a {
	color: #9a9f87;
}

.home_half_text p.first_line, .suites_description p.first_line, .home_center_title p.first_line{
    font-size: 16px;
    line-height: normal;
    letter-spacing: 1.7px;
    color: #fffbeb;
    text-transform: uppercase;
    margin-top: 25px;
    margin-bottom: 10px;
    font-weight: 400;
    background: #000;
    display: inline-block;
    padding: 5px 15px;

}
.home_half_text h4{
    font-size: 40px;
    line-height: 54px;
    color: #674439;
    margin-top: 10px;
    margin-bottom: 50px;
	font-weight: 400;
}
.home_left_image{
	position: relative;
    margin-left: 15%;
    z-index: 2;
	overflow: hidden;
}

.pages.home .home_left_image {
	margin-bottom: 150px;
}

.home_left_image img{
	width: 100%;
	transition: all 0.5s ease-in-out;
}

.home_left_image img:hover {
    transform: scale(1.05);
	filter: brightness(0.6);
}

.about_text {
    position: relative;
    overflow: hidden;
    display: block;
    padding-top: 90px;
}

.home_right_image{
	position: relative;
    overflow: hidden;
}

.equal-height-wrapper .home_right_image:before {
	content: '';
    background: #fff;
    top: 0px;
    width: calc(100% - 45px);
    position: absolute;
    height: 30px;
    z-index: 2;
    right: 0;
}

#hide_991 {
	overflow: hidden;
}

/* .home_right_image.first_description {
	height: 100vh;
	overflow: hidden;
	transition: all 0.5s ease-in-out;
	background-position: center center;
	background-repeat: no-repeat;
    background-size: cover;
	background-image: url('../img/layout/chef1.jpg');
}

.home_right_image.first_description:before {
	display: none;
} */
.home_small_image.first_description {
	/* height: 45vh; */
	height: 40vh;
	overflow: hidden;
	transition: all 0.5s ease-in-out;
	background-position: center bottom;
	background-repeat: no-repeat;
    background-size: cover;
	background-image: url('../img/layout/about2.jpg');
	
}
.home_right_image.second_description {
	height: 100vh;
	overflow: hidden;
	transition: all 0.5s ease-in-out;
	background-position: center center;
	background-repeat: no-repeat;
    background-size: cover;
	background-image: url('../img/layout/wine1.jpg');
}
.home_small_image.second_description {
	height: 45vh;
	overflow: hidden;
	transition: all 0.5s ease-in-out;
	background-position: center bottom;
	background-repeat: no-repeat;
    background-size: cover;
	background-image: url('../img/layout/wine2.jpg');
	
}
.fullscreen_banner {
	height: 90vh;
	overflow: hidden;
	transition: all 0.5s ease-in-out;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url('../img/layout/menu.jpg');
	position: relative;
}

.fullscreen_banner_text {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: white;
	color: black;
	border-radius: 50%;
	width: 350px;
	height: 350px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 1.5rem;
	font-weight: bold;
	flex-direction: column;
}
.fullscreen_banner_text h3{
	color: #000000;
    font-family: "Noto Serif Display", serif;
	font-size: 35px;
    font-weight: 500;
	text-align: center;
}
.fullscreen_banner_text h3.small_title{
	font-family: 'Manrope', sans-serif;
	font-size: 17px;
    letter-spacing: 5px;
    font-weight: 300;
	position: relative;
}
.fullscreen_banner_text h3.small_title::after {
	content: "";
	display: block;         
	width: 1px;             
	height: 30px;          
	background-color: black;
	margin: 15px auto 15px auto;     
}

/* .home_right_image.first_description:hover {
    transform: scale(1.05);
	filter: brightness(0.6);
} */

.restaurant_info h2{
	padding-left: 50px;
    font-size: 40px;
    font-weight: 500;
    padding-bottom: 15px;
	padding-right: 10px;
	line-height: 45px;
}
.restaurant_info p{
	padding-left: 50px;
	padding-right: 30%;
	font-family: 'Manrope', sans-serif;
	font-size: 17px;
}
.restaurant_info a.more_link{margin-left: 50px;margin-top: 30px;}
.restaurant_info.second h2{
	margin-left: 20%;
}
.restaurant_info.second p{
	margin-left: 20%;
	padding-right: 50px;
}
.restaurant_info.second a.more_link{margin-left: calc(20% + 50px);}

.home_right_image img{
	width:100%;
	z-index: 1;
    position: relative;
	transition: all 0.5s ease-in-out;
}

.home_right_image img.gray {
	filter: grayscale(1);
}

.home_right_image img:hover {
	transform: scale(1.05);
}

#black_right_bg {
	padding-right: 9%;
    background: #fff;
}

.slide_title {
	transition: all 1s ease-in-out;
}

.slide_title h2 {
	font-size: 70px;
    letter-spacing: 1px;
    color: #fffc;
    font-weight: 100;
    font-family: 'Manrope', sans-serif;
    position: absolute;
    bottom: -30px;
    width: 100%;
    left: -33px;
}

.slide_title h2 a {
    color: #fffc;
}

.slide_title:hover h2 a {
	-webkit-mask-image: linear-gradient(75deg, rgba(0,0,0,.6) 30%, #000 50%, rgba(0,0,0,.6) 70%);
    -webkit-mask-size: 200%;
    animation: shine_letters 2s infinite;
}

.slide_title h2:after {
	content: '';
    position: absolute;
    width: 33px;
    height: 33px;
    margin-left: 22px;
    background-image: url(../img/layout/asset_white.svg);
    background-size: 33px;
    background-repeat: no-repeat;
    background-position: center;
	margin-top: 10px;
	transition: all 0.3s ease-in-out;
}

.slide_title:hover h2:after {
	margin-left: 30px;
}

.page_text ul.other_links {
    margin: 0;
    overflow: auto;
    border: 2px solid #000000;
    text-align: center;
}

.page_text ul.other_links li {
    margin: 0;
    border-right: 2px solid #000000;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    display: inline-block;
    position: relative;
    width: 33%;
    transition: all 0.5s ease 0s;
}

.page_text ul.other_links li:last-child {
	border-right: none;
}

.page_text ul.other_links li a {
    margin-bottom: 0;
    color: #000000;
    font-family: "Noto Serif Display", serif;
    font-size: 28px;
	padding: 55px 0;
    display: block;
	transition: all 0.5s ease 0s;
	background-color: #00000001;
}

.page_text ul.other_links li:hover a {
	letter-spacing: 1px;
	color: #000;
}

.parallax_container{text-align:center; background: #F6F3EB;padding:20px 30px;margin-top:35vh;}

.grid_item{
	width:16.66667%;
	clear:both;
}

.sec_line{display:block;}

.page_home_bg:before {
    content: "";
	height: 180px;
    width: 2px;
    background: #a37f72;
    display: block;
    position: absolute;
    top: -90px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.page_home_bg {
	width: 100%;
	height: 70vh;
	margin-top: 0;
	/* margin-bottom: 15vh; */
	margin-bottom: 0;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
}
.page_home_bg .more{color:#fff;}
.page_home_bg_text { text-align: center;   background: rgba(51 51 51 / 70%);    padding: 20px; }
.page_home_bg.hotel_home_page .page_home_bg_text {
	position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.page_home_bg_text h2{ color: #fff;letter-spacing: 0px;font-size: 40px;font-weight: 300;line-height: 1.1;letter-spacing: 6px;text-transform: uppercase;margin-top:50px;}
.page_home_bg_text p{     font-size: 18px;    font-weight: 300;    line-height: 30px;    color: #fff;    text-shadow: 1px 0 50px rgb(0 0 0 / 80%);    display: block;    margin-bottom: 20px;}

.hotel_info.center {
	margin-bottom: 90px;
}

.dynamic_right_image {
	width: 75%;
    float: right;
    position: relative;
    margin: 0;
}

.dynamic_right_image:after {
	content: '';
    background: #fff;
    height: 100%;
    position: absolute;
    width: 100%;
    padding-bottom: 100vh;
}

.dynamic_right_text {
	padding: 40px 100px 40px 70px;
}

.dynamic_right_text h2, .dynamic_left_text h2 {
	font-size: 45px;
	font-weight: 300;
	margin-top: 0px;
	margin-bottom: 40px;
	color: #000000;
	font-family: "Noto Serif Display", serif;
	letter-spacing: 1px;
	line-height: normal;
}

.dynamic_left_text {
	padding: 0px 40px 0px 0px;
}

.right_text {
	margin: 0 30px 0 40px;
}

.page_text .hotel_info .right_text p {
	padding-right: 0;
}

.left_text a {
    color: #000;
    font-size: 22px;
    font-weight: 400;
    letter-spacing: 0.5px;
	width: fit-content;
    position: relative;
	margin-bottom: 30px;
}

.page_text .nails_menu h3 {
    font-size: 35px;
    line-height: 40px;
    margin-bottom: 20px;
	position: relative;
	background: #00000001;
}

.page_text .nails_menu h3:after {
    content: '';
    position: absolute;
    border-top: 1px solid #000000;
    bottom: 10px;
    width: 110%;
    margin-left: 50px;
}

.page_text .nails_menu p {
    margin-bottom: 12px;
    font-size: 22px;
    border-bottom: 1px solid #000000;
    width: 55%;
	position: relative;
	background: #00000001;
}

.page_text .nails_menu p strong {
	position: absolute;
	right: 0;
    color: #000000;
    font-weight: 600;
}

.page_description {
	background: #E3DFDA;
    margin-left: 9%;
    padding: 80px 10% 80px 100px;
}

.page_description.white {
	background-color: #fff;
	padding: 80px 0;
}

.page_text .page_description h2 {
	font-weight: 700;
    font-family: 'Manrope';
    color: #9a9f87;
    margin-bottom: 25px;
	font-size: 27px;
}

.page_text .page_description strong {
	font-weight: 400;
}

.page_description hr {
	border-top: 1px solid #c1c1c1;
	margin-top: 30px;
	margin-bottom: 30px;
}

.page_text .page_description  ul {
    list-style: inside;
}

.page_text .page_description ul li {
	background: none;
    font-size: 20px;
    margin: 7px 0;
}

@media(max-width:1499px){
	.home_half_text h4{font-size:36px;margin-bottom:30px;}
	.home_half_text{
		padding: 0px 40px;
	}
	.home_half_text p {
		margin-top: 10px;
		margin-bottom: 20px;
	}
	.home_half_text.mar_top{margin-top:30px;}
	.mar_neg{margin-top: 10px;}
}
@media(max-width:1199px){
	.home_half_text{
		padding: 0px 20px;
	}
	.home_half_text h4 {
		font-size: 26px;
		line-height: 30px;
		margin-bottom: 10px;
	}
	.home_half_text p {
		font-size: 19px;
		line-height: 35px;
	}
	.footer_box_container ul li a{
		font-size:15px;
	}
}
@media(max-width:991px){
	.footer_box_container ul li a{
		font-size:10px;
	}

}
@media(max-width:767px){
	.footer_box_container.noshow{
		display: none;
	}
	.home_half_text.mar_top{
		padding:5px;
	}
	
}

/* ==================== BOOKING FORM ==================== */

.book_info {
	padding: 30px 15px 30px 15px;
}

.booking_form {
	margin-left: 60px;
}

.book_info_numbers {
	flex-direction: row;
}

.book_info label{
    font-size: 22px;
    display: block;
    color: #000;
    font-weight: 300;
    font-family: "Noto Serif Display", serif;
    text-align: left;
    margin-top: 15px;
    margin-bottom: 10px;
}
.book_info input {
	padding: 10px 0px;
    border: none;
    border-bottom: 1px solid #000;
    font-size: 20px;
    width: 100%;
    display: block;
    color: #333;
    font-weight: 300;
    text-align: left;
    background: transparent;
}

.book_info_date input {
	background-image: url(../img/layout/calendar.svg);
    background-size: 23px;
    background-repeat: no-repeat;
    background-position: 98% center;
}

.book_info.book_info_numbers input { width: 28px; }
.book_info select{
	font-size: 20px;
    width: 100%;
    padding: 10px 0;
    display: block;
    color: #000;
    font-weight: 300;
    text-align: left;
    background: transparent;
    border: none;
    border-bottom: 1px solid #000;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(../img/layout/arrow_down_black.svg);
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: 98% center;
}

.book_info .minus, .book_info .plus {
	display: block;
	position:absolute;
	top:50px;
	right:40px;
  font-weight: 700;
  font-size: 24px;
  color: #000;
}

.book_info_bottom input {
  text-align: unset;
}

.book_info .minus { top:80px;  }
.book_info .minus img, .book_info .plus img{ width:24px;}
.book_submit {
	display: inline-block;
    margin-top: 40px;
    margin-bottom: 20px;
}
.book_submit button {
    background: #000000;
    border: none;
    color: #fff;
    font-size: 19px;
    font-weight: 400;
    padding: 20px 45px;
    position: relative;
    display: inline-block;
    transition: all 0.5s ease-in-out;
    font-family: 'Noto Serif Display', serif;
}

.book_submit button:hover {
    background: #000;
	color: #fff;
}

.book_submit button img {
	width: 35px;
	height: 35px;
	display: inline-block;
	margin-left: 10px;
}

.book_info_date img, .book_info_numbers img {
	width: 23px;
}

.book_info_bottom {
	position: relative;
    text-align: left;
}


.book_arrows {
  display: block;
  width: 100%;
  margin-top:3px;
}

.book_info .minus, .book_info .plus {
  display: block;
  position: relative;
}

.book_info .minus img, .book_info .plus img {
  width: 16px;
}

.book_info .minus {
    top: unset;
}

.book_info .minus, .book_info .plus {
    position: relative;
    top: unset;
    right: unset;
	}

.booking_date {
  display: block;
  width: 100%;
  overflow: hidden;
}

.booking_phone{
	text-align:center;
	margin-top:20px;
}
.booking_phone p{
    font-size: 16px;
    line-height: 26px;
	padding:5px;
    margin-bottom: 40px;
    color: #000;
    font-weight: 300;
	font-style: italic;
	border-bottom:1px solid #000;
	display: inline-block;
	transition: all 0.3s ease 0s;   
}

.booking_phone p i{
	font-weight: 300;
}
.booking_phone p span{
	font-weight: 700;
	color: #674439;
}
.booking_phone:hover p{
	letter-spacing:0.1px;
	transition: all 0.3s ease 0s;     
}

@media(min-width:1500px){}

@media(max-width:1499px){
	.book_info .minus img, .book_info .plus img {
    width: 16px;
	}

}
/* ==================== END BOOKING FORM ==================== */

/* GALLERY PAGE
================================================== */

.fancybox-video {
  display: none;
}
img.gallery_video{
	width:100%;
}

.gallery_title {text-align:center;}
.gallery_page h3{font-size: 40px;    font-weight: 300;    line-height: 60px;    color: #674439;    text-transform: uppercase; }

.gallery_box {
    position: relative;
	padding: 40px;
}

.gallery_box a {
	color: #fff;
}

.gallery_box.right {
    position: relative;
}
.gallery_box .gallery_image {
	position: relative;
    overflow: hidden;
    border-radius: 2px;
    border-top: none;
    margin-top: -2px;
}
.gallery_box img {width:100%; transition: all 0.3s ease 0s;}
.gallery_box .gallery_text {
	z-index: 9;
    width: 100%;
    text-align: center;
    display: block;
    transition: all 0.3s ease 0s;
    border-radius: 2px;
	padding: 30px 40px;
    border-bottom: none;
}

.gallery_text.more_albums {
    margin-top: 40px;
    text-align: center;
}

.more_albums .more_link {
    margin: 50px auto 0 auto;
    color: #fff;
}

.page_text .more_albums a.more_link:before {
	border-top: 1px solid #fff;
}

.gallery_box .gallery_text span{
	font-size: 25px;
    line-height: 35px;
    font-weight: 300;
    margin-top: 0px;
    margin-bottom: 30px;
    color: #fff;
    font-family: "Noto Serif Display", serif;
    text-transform: uppercase;
	transition: all 0.3s ease-in-out;
}

.gallery_text span p {
	font-size: 20px;
    line-height: normal;
    margin-top: 15px;
	letter-spacing: 1px;
}

.gallery_text.general {
	text-align: center;
	margin: 20px 0;
}

.gallery_text span {
	font-size: 25px;
    line-height: 35px;
    font-weight: 300;
    margin-top: 0px;
    margin-bottom: 30px;
    color: #fff;
    font-family: "Noto Serif Display", serif;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
}

.gallery_text p {
	margin-top: 20px;
	color: #fff;
	font-weight: 100;
	font-size: 18px;
	margin-top: 2px;
}

.gallery_text a.general_more {
	color: #fff;
    padding: 10px 25px;
    display: block;
    width: fit-content;
    margin: 0 auto;
    font-weight: 400;
    font-size: 17px;
    border-bottom: 1px solid #000000;
	transition: all 0.3s ease-in-out;
}

.gallery_text a.general_more:hover {
	background: #000000;
	letter-spacing: 0.5px;
}

.page_text p.gallery_number {
	margin: 0;
    z-index: 1;
    color: #fff;
    background: #000;
    width: fit-content;
    line-height: normal;
    font-size: 16px;
    font-weight: 500;
    padding: 3px 13px 10px 5px;
    position: absolute;
    border-bottom-right-radius: 100%;
}

.gallery_box:hover .gallery_text span { letter-spacing: 1.5px; transition: all 0.3s ease 0s; }
.gallery_box:hover .gallery_text span p { letter-spacing: 1px; }

/* Shine */
.gallery_box .gallery_image::before {
	position: absolute;
	top: 0;
	left: -95%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}
.gallery_box:hover .gallery_image::before {
	-webkit-animation: shine 1s;
	animation: shine 1s;
}
@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}

#gallery_content {width:100%; }
.gallery img {
	width: 100%;
    /* box-shadow: 0px 0px 10px #ccc; */
    transition: all 1s ease;
}

.gallery:hover img {
	filter: brightness(0.6);
}

.gallery {
    margin-bottom: 30px;
    transition: all 1s ease;
}

.albums_swiper {
    position: relative;
    display: block;
    overflow: hidden;
    margin-left: 8.33%;
}

.swiper-albums .swiper-slide a {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}


/* LOCATION PAGE
================================================== */

#map{  width:100%;height:100%; min-height:600px; margin:0 auto; position: relative;}

.driveme { position:relative;}
.driveme a { display:block;position:absolute;top:-30px;left:50%;margin-left:-230px;padding:20px 30px 20px 60px;background:#d5deda url(../img/layout/driveme.svg) no-repeat 15px center;color:#3D3D3B;z-index:998;font-size: 20px; font-weight:300; transition: all 0.3s ease 0s;}
.driveme a:hover { color: #fff; background:#3D3D3B url(../img/layout/driveme_hover.svg) no-repeat 15px center;}


/* RESERVATION PAGE
================================================== */
.text_center h2{
	font-family: "Noto Serif Display", serif;
    font-size: 35px;
    line-height: 55px;
    font-weight: 300;
    color: #000;
    margin-top: 20px;
    margin-bottom: 10px;
	text-align: center;
}

.reservation_form p{
	text-align: right;
    font-weight: 300;
    font-size: 15px;
    margin-bottom: 0;
    padding: 20px 0px;
}

.contactform .first_column label{
	margin-right: 10px;
}
.contactform .first_column select{
    padding: 8px 2px;
	width: 100%;
}
.contactform .first_column div.input.text{
	width: 98%
}
.contactform .first_column div.input.select{
	width: 48%;
	margin-right:2%
}

/* CONTACT PAGE
================================================== */
.whatsapp {
	width: 32px;
    position: relative;
    top: 1px;
    margin-right: 5px;
}

.contact_title {
	padding: 35px 0;
	margin-left: 31%;
}

.contactform .width-100 div.input {
	width: 100%;
}

.contact_title p {
	font-size: 28px;
    color: #1e1e1e;
    line-height: 38px;
}

.contact-img-first {
	width: 96.5%;
    float: right;
}

.contact_img {
	position: absolute;
    bottom: -130px;
    width: 55%;
    left: -40px;
}

.contact_info {
	position: relative;
	padding: 70px 15% 70px 15%
}
.contact_info p, .contact_info a{
	margin-bottom: 5px;
    font-size: 18px;
    font-weight: 300;
    line-height: 28px;
    color: #1e1e1e;
}
.contact_info p.google_maps{
	padding-top: 12px;
	padding-bottom: 5px;
    text-decoration: underline;
}
.beige_bg_contact {
	background-color: #f4f4f4;
	position: absolute;
	top: 0;
	right: 0;
    width: 49%;
    height: 90px;
}

.page_text .contact_info h1 {
    font-family: "Noto Serif Display", serif;
    font-size: 43px;
    font-weight: 300;
	line-height: 52px;
    margin-bottom: 15px;
    color: #1e1e1e;
    position: relative;
}

.contact_details{
	padding: 100px 50px 110px 50px;
	background-color: #fff;
}

.contact_details h3 {
	font-size: 20px;
    font-weight: 100;
    line-height: 28px;
    margin-bottom: 35px;
	letter-spacing: 1px;
    color: #1e1e1e;
    font-family: 'Manrope', sans-serif;
}

.contact_details h3:after {
	content: '';
    position: absolute;
    border-top: 1px solid #1e1e1e;
    width: 90px;
    height: 1px;
    left: 50px;
    margin-top: 70px;
}

.contact_details.full{
	width:100%
}

.contact_details.full p{
	margin-bottom: 10px;
}

.contact_details h6{
	font-size: 16px;
    line-height: normal;
    letter-spacing: 1.7px;
    color: #fffbeb;
    text-transform: uppercase;
    margin-top: 25px;
    margin-bottom: 10px;
    font-weight: 400;
    background: #1e1e1e;
    display: inline-block;
    padding: 5px 15px;
}

.contact_links {
	padding-top: 30px;
}

.contact_details h2 {
	font-size: 20px;
    line-height: 32px;
    letter-spacing: 1px;
	margin-bottom: 35px;
    color: #1e1e1e;
    font-weight: 100;
    font-family: 'Manrope', sans-serif;
}

.contact_details h2:after {
	content: '';
    position: absolute;
    border-top: 1px solid #1e1e1e;
    width: 90px;
    height: 1px;
    left: 50px;
    margin-top: 50px;
}

.contact_details p, .contact_details a{
	font-size: 20px;
    line-height: 32px;
    letter-spacing: 1px;
    margin-bottom: 2px;
    color: #1e1e1e;
    font-weight: 100;
}

.contact_form h4{
    color: #1e1e1e;
	font-size: 30px;
    line-height: 36px;
    margin-top: 10px;
    margin-bottom: 50px;
    font-weight: 400;
}
.contact_form p{
	text-align: right;
	font-weight: 300;
	font-size: 15px;
	margin-bottom: 0;
	padding: 20px 0px;
}
.contactform{
	width:100%;	
}
.contactform div.input{
	float:left;
	margin-bottom: 15px;
    padding: 0;
    width: 100%;
	position: relative;
	background:none;
}
.contactform div.input.last{
	margin-right:0px;
}
.contactform div.textarea {
	float: left;
    margin: 0px 0 20px 0;
    padding: 0;
    width: 100%;
}

.contactform div.submit{
	float:left;
	width: 50%;
	padding: 0px 0 5px 0;;
	text-align:center;	
}

.contactform input[type="text"], .contactform textarea {
	width: 100%;
    padding: 8px 2px;
    margin: 0px;
    font-size: 18px;
    background: transparent;
    color: #1e1e1e;
    transition: all 0.4s ease;
    text-align: left;
    float: left;
    font-weight: 100;
    border: 0px none;
    border: 1px solid #1e1e1e;
}
.contactform label{
	font-size: 17px;
    padding-bottom: 10px;
	font-weight: 300;
}
.contactform input[type="text"]::placeholder, .contactform textarea::placeholder {
	color: #1e1e1e;
	font-weight: 400;
}

.contactform textarea {	
	width: 100%;
    height: 105px;
    border: 1px solid #1e1e1e;
}

.contactform input[type="text"]:focus, .contactform input[type="text"]:hover {
	outline: none;
	background:none; 
	border: 1px solid #1e1e1e;
}

.contactform textarea:focus, .contactform textarea:hover {
	outline: none;
	background: none; 
	border: 1px solid #1e1e1e;
}

.contactform div.submit input{
    border: none;
    color: #1e1e1e;
    cursor: pointer;
    text-align: center;
    background: transparent;
    display: block;
    padding: 20px 0px;
    font-size: 27px;
    outline: medium none;
    font-weight: 400;
    transition: all 0.3s ease 0s;
    font-family: 'Noto Serif Display', serif;
	position: relative;
    transition: all 1s ease-in-out;
	 overflow: visible;
}


.contactform div.submit input:hover{	
	color: #7d7d7d;
	transition: all 0.3s ease 0s;	
}
.contactform div.submit input:active{	
	color: #7d7d7d;
    transition: all 0.3s ease 0s;
}

.contactform .required label:after {
	color:#e32;
	content:'*';
	display:inline;
}
.contactform div label.error{
	color:#e32;
	font-size:14px;
	width:100%;
	margin-top:5px;
	text-align:left;
	float: left;
}

.info-window-content{padding:10px;}
.info-window-content p.balloon-first{font-size:24px;margin:10px 0;color:#674439;font-weight:400;border-bottom:2px solid #674439;}
.info-window-content p.balloon-second{font-size:14px;text-decoration:none;margin:0px 0 10px 0;font-weight:300;color:#333;line-height:18px;}
.info-window-content p span{float: right;font-size: 22px;margin-top: -20px;margin-left: 40px;}
.info-window-content p span.balloon-envelope{margin-top: -5px;}

/* FLASH MESSAGES
================================================== */
.hello-bar {
	position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    font-size: 22px;
    text-align: center;
    background: #000000;
    width: 100%;
    height: 80px;
    z-index: 2000;
    zoom: 1;
    padding: 25px 0 0 0;
}

.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: 35px;
    color: #3D3D3B;
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    opacity: 0.9;
    padding: 10px 20px;
    right: 20px;
    text-decoration: none;
    transition: background 200ms linear 0s;
}

/* MEDIA QUERIES
================================================== */
@media only screen and (max-width: 1880px) {
	/******* MENU ******/
	.responsive_menu ul li a {font-size: 42px;}

}
@media only screen and (max-width: 1630px) {
    .responsive_menu ul li a {font-size: 40px;}
}

@media only screen and (max-width: 1499px) {
	/******* HEADER ********/
	#lang_info {left: 120px;}
	.responsive_menu .contact_menu { margin: 60px 0px 0 25px;}
	.responsive_menu ul { margin: 125px 0px 0 45px;}
	.close_menu {left: 50px;}
	.responsive_menu ul li a {font-size: 35px;}

	/******* FOOTER ********/
	.copyright, .flex_center_copyright a {font-size: 14px;}

	.open_menu {
		left: 50px;
	}

	.padd_contact {
		padding-bottom: 40px;
	}

	.dynamic_left_text {
		padding: 0px;
	}

	.dynamic_right_text {
		padding: 0px 15px;
	}

	.page_text ul.half_list li {
		width: 45%;
	}

	.hotel_info.black .home_right_text, .hotel_info .home_right_text {
		padding: 60px 100px;
	}

	.page_text .hotel_info ul li {
		padding-right: 30px;
	}

	.booking_form {
		margin-left: 30px;
	}

	.book_submit {
		margin-top: 25px;
		margin-bottom: 0;
	}

	.book_info {
		padding: 15px 15px 15px 15px;
	}

	a.contact_link {
		font-size: 19px;
	}

	.book_submit button {
		font-size: 19px;
	}

	.features {
		margin-bottom: 50px;
	}

	.page_text .hotel_info p {
		padding-right: 40px;
	}

	.page_text .room_box .room_box_title {
		font-size: 30px;
	}

	.page_text .room_box p {
		margin-bottom: 30px;
		font-size: 19px;
		line-height: 35px;
	}

	.page_text .category_info h1 {
		font-size: 55px;
	}

	.category_info {
		padding: 50px 9% 20px 9%;
	}

	
	a.contact_link {
		margin-left: 30px;
	}

	.right_text {
		margin: 0 50px 0 50px;
	}

	.page_text .hotel_info .right_text p {
		font-size: 19px;
		line-height: 38px;
	}

	.page_text .hotel_info .left_text p {
		padding-right: 30px;
	}

	.m-t-150 {
		margin-top: 120px;
	}

	.hotel_info.center {
		margin-bottom: 70px;
	}

	#book_now {
		right: 50px;
	}

	.footer_social img {
		margin-top: 10px;
	}

	.banner_info li {
		width: 90px;
		height: 90px;
	}

	.banner_info {
		margin-right: 50px;
	}

	.banner_social {
		right: 50px;
	}

	.left_msg {
		left: 50px;
	}

	#top_info {
		left: 165px;
	}

	.footer_box h6 {
		font-size: 23px;
	}

	.footer_box_container.pd-130 {
		padding-left: 100px;
	}

	.page_text h1:before {
		background-size: 57px;
		width: 57px;
	}

	.slide_title h2 {
		font-size: 65px;
	}

	.page_text .hotel_info .left_text p {
		font-size: 19px;
	}

}


@media only screen and (max-width: 1349px) {
	/******* MENU ********/
    .responsive_menu ul {margin: 125px 0px 0 20px;}
	.close_menu {left: 25px;}
	.responsive_menu ul li.last{width: 100%;}
	.responsive_menu .contact_menu {margin: 60px 0px 0 10px;}

	/******* FOOTER ********/
	img.footer_logo { max-width: 330px;}
}
@media only screen and (min-width:1200px) and (max-width:1349px) {
	
	.open_menu {
		left: 35px;
	}

	.banner_info li {
		width: 78px;
		height: 78px;
	}

	.page_text h5 {
		font-size: 24px;
	}

	.page_text ul.half_list li {
		width: 100%;
	}

	.page_text ul.half_list li {
		font-size: 19px;
	}

	.page_text .hotel_info ul li {
		line-height: 40px;
	}

	.book_submit button {
		padding: 18px 35px;
	}

	.page_text .category_info h1 {
		font-size: 50px;
		margin-bottom: 20px;
	}

	.page_text .category_info p {
		line-height: 38px;
	}

	a.contact_link {
		padding: 14px 30px;
		font-size: 19px;
		margin-left: 22px;
	}

	.book_info {
		padding: 0px 15px 15px 15px;
	}

	.book_info label {
		font-size: 21px;
	}

	.page_text ul.other_links li a {
		font-size: 27px;
	}
	
	.contact-img-first {
		width: 100%;
	}

	.contact_img {
		bottom: -190px;
		width: 65%;
		left: -30px;
	}

	.page_text .hotel_info.last ul li {
		width: 49%;
	}

	.hotel_info.black .home_right_text, .hotel_info .home_right_text {
		padding: 50px 70px;
	}

	.left_msg {
		left: 30px;
	}

	.banner_social {
		right: 30px;
	}

	.pages.home .page_text h1 {
		font-size: 18px;
		margin-top: 15px;
	}

	.page_text .hotel_info p {
		padding-right: 30px;
		margin-bottom: 20px;
		line-height: 40px;
	}

	.page_text h1:before {
		background-size: 50px;
		width: 50px;
	}

	#lang_info {
		right: 230px;
	}

	#lang_info a:after {
		background-size: 13px;
		width: 13px;
		height: 13px;
	}

	.languages a.selected_lang {
		font-size: 18px;
	}

	#book_now {
		right: 35px;
		font-size: 19px;
	}

	#top_info {
		left: 140px;
		font-size: 18px;
	}

	.footer_box h6 {
		font-size: 22px;
	}

	.footer_box_container.pd-130 {
		padding-left: 70px;
	}

	.footer_box_container.pd-100 {
		padding-left: 60px;
	}

	.footer_box p {
		font-size: 17px;
		line-height: 30px;
	}

	.page_text h1 {
		font-size: 60px;
	}

	.dynamic_right_image {
		width: 90%;
	}

}  

@media only screen and (min-width:992px) and (max-width:1199px) {	
	.right_image.offset_top { margin-top:-30px;}
	
	.home_center_title {
		margin-bottom: 50px;
		margin-top: 100px;
	}

	.m-t-60 {
		margin-top: 0px;
	}

	.padd_prefooter .flex_center {
		align-items: flex-start;
	}

	.banner_info li {
		width: 90px;
		height: 60px;
		margin: 0 15px;
		margin-bottom: 8px;
	}

	.banner_info {
		margin-right: 30px;
		display: flex;
		justify-content: flex-end;
		flex-wrap: wrap;
	}

	.left_text a {
		font-size: 20px;
	}

	.dynamic_right_text {
		padding: 30px;
	}

	.dynamic_left_text {
		padding: 30px;
	}

	.page_text h5 {
		font-size: 24px;
	}

	.page_text ul.half_list li {
		width: 100%;
	}

	.booking_form {
		margin-left: 0px;
		margin-top: 25px;
	}

	.book_submit a.contact_link {
		display: inline;
		margin-left: 30px;
	}

	.book_submit {
		margin-top: 35px;
	}

	.page_text .category_info h1 {
		font-size: 48px;
		margin-bottom: 20px;
	}

	.page_text .category_info p {
		line-height: 38px;
	}

	a.contact_link {
		display: block;
		margin-left: 0;
		width: fit-content;
	}

	.left_text {
		margin: 0 50px 40px 50px;
	}

	.right_text {
		margin: 0 50px 40px 50px;
	}

	.page_text ul.other_links li a {
		font-size: 22px;
		padding: 45px 0;
	}

	.page_text .hotel_info.last ul li {
		font-size: 19px;
		width: 49%;
	}

	.hotel_info.black .home_right_text, .hotel_info .home_right_text {
		padding: 35px 70px;
	}

	.padd_prefooter .flex_center {
		flex-wrap: wrap;
	}

	.footer_box.first {
		padding-left: 0px;
	}

	.footer_box_container.half {
		margin-bottom: 100px;
	}

	.footer_box.first {
		border-left: none;
	}

	.slide_title h2 {
		font-size: 55px;
		left: -15px;
	}

	.pages.home .about_text {
		padding-top: 60px;
	}

	.pages.home .page_text h1:before {
		background-size: 40px;
		width: 40px;
	}

	.contact_info {
		width: 100%;
	}

	.contact_details {
		padding: 60px 30px 60px 30px;
	}

	.contact_details p, .contact_details a {
		font-size: 18px;
		line-height: 30px;
	}

	.contact_details h3:after {
		left: 30px;
	}

	.contact_details h2 {
		font-size: 20px;
	}

	.contact_details h2:after {
		left: 30px;
	}

	.contact_details h3 {
		font-size: 18px;
		font-weight: 500;
	}

	.contact_title p {
		font-size: 24px;
		line-height: 32px;
	}

	.contactform input[type="text"], .contactform textarea {
		font-size: 18px;
	}

	.page_text .contact_info h1 {
		font-size: 38px;
		line-height: 45px;
		margin-bottom: 0;
	}

	.contactform div.submit input {
		font-size: 20px;
	}

	.contact-img-first {
		width: 100%;
	}

	.contact_img {
		bottom: -180px;
		width: 65%;
		left: -30px;
	}

	.banner_social {
		right: 30px;
	}

	.banner_social img {
		width: 17px;
		display: block;
		margin: 18px 0;
	}

	.banner_social img.instagram {
		width: 26px;
	}

	.banner_social img.youtube {
		width: 30px;
	}

	.footer_box p{
		font-size: 18px;
    	line-height: 28px;
	}

	.footer_box_container.pd-130 {
		padding-left: 70px;
	}

	.footer_box_container.pd-100 {
		padding-left: 40px;
	}

	.footer_box h6 {
		font-size: 23px;
    	margin-bottom: 25px;
	}

	#logo {
		margin-left: calc((100% - 230px) * 0.5);
		width: 230px;
	}

	.left_msg {
		left: 30px;
	}

	.left_msg a, .right_msg a {
		font-size: 20px;
	}

	.open_menu {
		left: 30px;
	}

	#top_info {
		left: 130px;
		font-size: 17px;
	}

	#top_info img, #top_info_right img, #top_info_mob img {
		width: 40px;
		height: 40px;
		margin-right: 10px;
	}

	#book_now {
		right: 30px;
		font-size: 17px;
		padding: 12px 25px;
	}

	#lang_info {
		right: 205px;
	}

	.languages a.selected_lang {
		font-size: 18px;
	}

	#lang_info a:after {
		background-size: 14px;
		width: 14px;
		height: 14px
	}

	#logo_mob {
		width: 200px;
	}

	.responsive_menu .extra_links {
		position: relative;
		top: 220px;
	}

	#lang_mob {
		left: 100px;
	}

	.responsive_menu #book_now {
		left: 180px;
	}

	/* #header.fixed .responsive_menu #book_now {
		left: 180px;
	} */

	.page_text .hotel_info p {
		padding-right: 20px;
		font-size: 19px;
		line-height: 37px;
		margin-bottom: 15px;
	}

	.page_text .hotel_info ul li {
		line-height: 35px;
	}

	.page_text .hotel_info ul li {
		padding-right: 20px;
		font-size: 19px;
		line-height: 37px;
	}

	.page_text a.more_link {
		padding: 15px 45px;
		font-size: 19px;
		margin-top: 40px;
	}

	.m-t-150 {
		margin-top: 100px;
	}

	.page_text h1:before {
		background-size: 60px;
		width: 60px;
	}

	.m-t-100 {
		margin-top: 50px;
	}

}

@media (max-width:1199px){
	/******** FOOTER ********/
	.padd_prefooter { min-height: 520px;}

	/******** PAGES ********/
	.intro_text {padding: 40px 60px 50px 60px;}
	.intro_text p { font-size: 40px;}
	.restaurant_info.second h2 {margin-left: 10%;padding-right: 10px;}
	.restaurant_info.second p, .page_text ul.half_list_page {margin-left: 10%; padding-right: 30px;}
	.restaurant_info h2 {font-size: 35px; line-height: 45px; padding-left: 40px; margin-top: 40px;}
	.restaurant_info p {padding-left: 40px;padding-right: 15%;}
	.home_small_image.dynamic_background { height: 40vh;}
	.restaurant_info .home_small_image.first_description { height: 35vh;}
   
	/******** CONTACT ********/
	.contact_info {padding: 70px 5% 70px 5%;}

	.page_text ul.half_list_page {
		padding-left: 40px;
	}
}

@media (max-width:991px){
	/******** HEADER ********/
    #logo {margin-left: calc((100% - 180px) * 0.5); width: 180px;  height: 90px;}
    #book_now {right: 20px;font-size: 17px; padding: 10px 27px; }
	#lang_info {left: 80px;}
	.menu_social p {margin-right: 10px;}
	.contact_menu p {font-size: 22px;}

	/******** FOOTER ********/
	.first_column_mobile{clear: both;}
	.flex_center_copyright {flex-direction: column;}
    .copyright {text-align: center;padding-bottom: 10px;}
	#wapp {float: unset; display: flex;justify-content: center;}
	.flex_center_copyright {margin-top: 20px;}
    .padd_prefooter {min-height: 500px;}
	.footer_logo_wrapper{margin-bottom: 40px;}
    img.footer_logo {max-width: 280px;}
    
	/******** HOME ********/
	.hero_bg, .banner_hero {height: 70vh !important;}
	.hero_text h1 { font-size: 40px;}
	.home_small_image.first_description {height: 30vh;}
	.fullscreen_banner_text h3 { font-size: 30px;}

	/******** PAGES ********/
	.intro_text {padding: 40px 50px 50px 50px;}
	.intro_text p {font-size: 35px;line-height: 50px;}
	.restaurant_info p {padding-left: 40px; padding-right: 30px;}
	.page_text h2 {margin-top: 35px;}
	.restaurant_info.second h2 {margin-left: 0;}
	.restaurant_info.second p, .page_text ul.half_list_page { margin-left: 0;}
	.restaurant_info h2{line-height: 35px;}
	.home_header_content {width: 100%;}
	.home_small_image.dynamic_background {height: 40vh;}

	/******** CONTACT ********/
	.page_heading_image .image_header { height: 70vh !important;}
	.page_heading_image h1 {font-size: 40px;}

	.page_text ul.half_list_page li {
        line-height: normal;
        width: 100%;
        font-size: 18px;
        margin-bottom: 12px;
	}

	.page_text ul.half_list_page {
    	margin-top: 0px;
	}

	.contact_details p, .contact_details a{
		margin-bottom: 0px;
	}
	.m-t-60 {
		margin-top: 0px;
	}

	.padd_prefooter .flex_center {
		align-items: flex-start;
	}

	.hotel_info.first.no-padd {
		margin-bottom: 10px;
	}

	/* #header.fixed .responsive_menu #book_now {
		left: 170px;
	} */

	#scrollUp {
		bottom: 55px;
	}

	.banner_info {
		left: 0;
		margin: 0 auto;
		display: flex;
		justify-content: center;
	}
/*
	#book_now {
		display: none;
	}

	 .book_fixed {
		background: #fff;
		border-top: 1px solid #000;
		bottom: 0;
		height: 72px;
		left: 0;
		padding: 12px 15px;
		position: fixed;
		right: 0;
		z-index: 998;
		display: block;
		box-shadow: 0px 0px 50px 15px rgb(0 0 0 / 20%);
	} 

	.book_fixed .book {
		background-color: #fff;
		border: 1px solid #000;
		display: flex;
		color: #000;
		font-size: 18px;
		font-weight: 700;
		height: 43px;
		letter-spacing: 1.5px;
		line-height: 19px;
		position: static;
		-webkit-transform: none;
		transform: none;
		width: 100%;
		justify-content: center;
		align-items: center;
	}*/

	.padd_contact {
		padding-bottom: 0px;
	}

	.responsive_menu #book_now {
		left: 180px;
	}

	.left_text a {
		font-size: 20px;
	}

	.dynamic_right_text {
		padding: 30px;
	}

	.dynamic_left_text {
		padding: 30px;
	}

	.dynamic_right_text {
		padding: 30px 25px;
	}

	.dynamic_left_text {
		padding: 30px 25px;
	}

	.hotel_info .map {
		margin-top: 30px;
		padding: 0 15px;
	}

	.page_text h5 {
		font-size: 24px;
	}

	.padd_top {
		padding-top: 60px;
	}

	.booking_form {
		margin: 20px;
	}

	.book_info label {
		font-size: 20px;
	}

	.page_text .category_info h1 {
		font-size: 43px;
	}

	a.contact_link {
		font-size: 19px;
	}

	.left_text {
		margin: 0 40px 40px 40px;
	}

	.right_text {
		margin: 0 40px 40px 40px;
	}

	.center .hotel_info {
		padding: 0px;
	}

	.page_text ul.other_links li a {
		font-size: 21px;
		padding: 45px 0;
	}

	.box_page {
		margin-top: 45px;
	}

	.page_text .hotel_info h1 {
		margin-top: 0;
	}

	.page_text ul li {
		font-size: 19px;
		line-height: 40px;
	}

	.page_text .hotel_info ul li {
		padding-right: 0px;
		line-height: 40px;
	}

    .page_text h2 {
        font-size: 25px;
        margin-bottom: 5px;
	}

	.hotel_info.black {
		display: none;
	}

	#dynamic_hide_991 {
		display: none;
	}

	.page_text .contact_info h1 {
		font-size: 34px;
		line-height: 42px;
		margin-bottom: 0;
	}

	.hotel_info.black.mobile {
		display: block;
		background: #fff;
		padding: 0;
		margin-top: 20px;
	}

	.hotel_info.black .home_right_text, .hotel_info .home_right_text {
		padding: 50px 65px 35px 65px;;
	}

	.m-t-150 {
		margin-top: 100px;
	}

	.page_text .hotel_info p {
		padding-right: 0px;
	}

	.pages.home .home_left_image img {
		width: 100%;
	}

	.home_left_image {
		margin-left: 8%;
	}

	.home_right_image {
		position: relative;
		display: block;
		overflow: hidden;
	}	

	.beige_bg_slider {
		padding: 110px 0 250px 0;
	}

	.padd_prefooter .flex_center {
		flex-wrap: wrap;
	}

	.hotel_info.center {
		margin-bottom: 20px;
		padding: 0;
	}
	
	#hide_991 {
		display: none;
	}

	.copyright {
		font-size: 15px;
	}

	.pages.home .banner_social {
		bottom: 10%;
	}

	.page_description {
		margin-left: 4%;
		padding: 50px 5% 50px 50px;
	}

	.slide_title h2 {
		font-size: 45px;
		left: -10px;
	}

	.slide_title h2:after {	
		width: 30px;
		height: 30px;
		margin-left: 15px;
		background-size: 30px;
		margin-top: 7px;
	}

	.hotel_info.first {
		position: relative;
		display: block;
		overflow: hidden;
		padding: 0 50px 0px 50px;
	}

	.pages.home .page_text h1 {
		margin-top: 0px;
	}

	.pages.home .about_text {
		padding-top: 50px;
	}

	.pages.home .home_left_image {
		margin-top: 0;
	}

	.pages.home .home_half_text {
		padding: 30px 40px;
	}

	.pages.home .page_text h1:before {
		left: 15px;
		background-size: 44px;
		width: 44px;
	}

	.contact_info {
		width: 100%;
	}

	.contactform input[type="text"], .contactform textarea {
		font-size: 18px;
	}

	.contactform div.textarea {
		margin: 0px 0 0px 0;
		width: 100%;
	}

	.contact-img-first {
		width: 100%;
	}

	.contact_img {
		bottom: -165px;
		width: 65%;
		left: -10px;
	}

	.contact_details {
		padding: 75px 30px 75px 30px;
	}

	.contact_title p {
		font-size: 25px;
		line-height: 35px;
	}

	.contact_title {
		padding: 30px 0;
		margin-left: 10%;
	}

	.contact_details p, .contact_details a {
		font-size: 20px;
		line-height: 30px;
	}

	.contact_details h3:after {
		left: 30px;
		margin-top: 55px;
	}

	.contact_details h2 {
		font-size: 20px;
	}

	.contact_details h2:after {
		left: 30px;
	}

	.contact_details h3 {
		font-size: 17px;
		font-weight: 500;
		line-height: 28px;
		margin-bottom: 25px;
	}

	.contact_info {
		padding: 60px 15px 50px 15px;
	}

	.contact_info {
		top: 0;
	}

	.dynamic_right_image img {
		display: none;
	}

	.dynamic_right_image:after {
		display: none;
	}

	.dynamic_right_image {
		padding-bottom: 70px;
	}

	.gallery_text span p {
		font-size: 18px;
	}

	.gallery_view {
		height: 45vh;
	}

	.page_text h1:before {
		left: 15px;
		background-size: 55px;
		width: 55px;
	}

	.m-t-100 {
		margin-top: 50px;
	}

	.footer_box h6 {
		font-size: 22px;
	}

	.footer_box p {
		font-size: 18px;
		line-height: 26px;
	}

	.footer_social img {
		margin: 10px 15px 0 15px;
	}

	.footer_box_container.pd-130 {
		padding-left: 70px;
		padding-top: 25px;
	}

	.footer_box_container.pd-100 {
		padding-left: 40px;
		padding-top: 25px;
	}

	#lang_mob {
		left: 100px;
	}

	.open_menu {
		left: 20px;
	}

	.open_menu img.dark_menu, .open_menu img.white_menu {
		width: 50px;
	}

	#top_info {
		right: 45px;
		left: auto;
		font-size: 17px;
	}

	.left_msg {
		left: 30px;
	}

	.left_msg a, .right_msg a {
		font-size: 20px;
	}

	.banner_social {
		right: 30px;
	}

	.banner_social img {
		width: 16px;
		margin: 18px 0;
	}

	.banner_social img.instagram {
		width: 26px;
	}

	.banner_social img.youtube {
		width: 30px;
	}

	.languages a.selected_lang {
		font-size: 17px;
	}

	#lang_info a:after {
		background-size: 14px;
		width: 14px;
		height: 14px;
	}

	.reverse-991{
		flex-direction: column-reverse;
		display: flex;
	}

	.center-991{
		text-align: center;
		margin-bottom: 50px;
	}

	.padd_prefooter {
		padding-top: 50px;
		padding-bottom: 60px;
	}

	.responsive_menu .responsive_menu_container {
		width: 100%;
	}

	.responsive_menu .contact_menu span{font-size:16px;}

	#logo_mob {
		width: 170px;
		height: 120px;
	}

	.responsive_menu .extra_links p {
		font-size: 16px;
		margin-bottom: 7px;
	}

	.responsive_menu .extra_links {
		top: 200px;
	}
	
	.footer_box ul  li a{  margin-bottom:10px; }			
	ul.half_list.right { margin:0px 0 30px 0px;  }

	.page_text ul.half_list li {
		width: 100%;
	}
	
	.gallery_box {
		padding: 15px;
	}

	.gallery_box .gallery_text span {
		font-size: 21px;
	}

	.gallery_text span {
		font-size: 21px;
	}

	.page_text .gallery_text p {
		font-size: 16px;
		margin-bottom: 5px;
	}

	.gallery_text a.general_more {
		padding: 8px 25px;
		font-size: 15px;
	}

	.gallery_box .gallery_text {
		padding: 17px 0px;
	}

	.gallery_box.right {
		padding-right: 50px;
		margin-top: 110px;
		margin-left: 40px;
	}	

	.reverse-991{
		flex-direction: column-reverse;
		display: flex;
	}
	
}

@media (max-width:767px){
	/************** HEADER **************/
	#book_now {font-size: 16px; padding: 9px 25px;}
	.open_menu {font-size: 17px;}
	#book_now span{display: none;}
	#lang_info a {font-size: 16px;}
	#lang_info{display: none;}
	#lang_info_mobile {display: block; position: absolute; width: fit-content; top: 50px; left: 150px;font-weight: 100; color: #fff;  transition: all 1s; font-size: 19px; transition: all 1s; letter-spacing: 0.5px;}
	#lang_info_mobile a {color: #fff;transition: all 1s; background: #00000001; line-height: initial;}
	.languages a {color: #fff;}
	.responsive_menu ul li a {font-size: 29px; }
	.responsive_menu ul {margin: 125px 0px 0 15px;}
	.menu_info{padding-left: 20px;}
	.language-separator {height: 30px;}
	
	/************** FOOTER **************/
	.footer_box{text-align: left;}
	.footer_social a {font-size: 15px;}
	.footer_social { align-items: flex-start;}
	.padd_prefooter { padding-left: 30px; padding-right: 30px; padding-top: 35px; min-height: max-content;}
	.copyright {margin-bottom: 0;padding-bottom: 0;}
	.copyright, .flex_center_copyright a { font-size: 15px;}
	.terms_links { padding: 10px 0;}

	/************** HOME **************/
	.home_right_image.first_description{display: none;}
	.restaurant_info.second a.more_link { margin-left: 50px; margin-top: 0px; margin-bottom: 25px;}
	.restaurant_info.second p{margin-bottom: 0;}

	/************** PAGES **************/
	.intro_text.centered h2 {font-size: 30px;margin-bottom: 20px;}
    .intro_text p {font-size: 30px;line-height: 45px;}
	.home_right_image.dynamic_background{display: none;}
	.restaurant_info.first{height: 90vh;}
	.mobile{display: block;}
	.restaurant_info.second p {padding-bottom: 30px;padding-right: 50px;}
	.restaurant_info.second h2{padding-right: 50px;}
	.fullscreen_dynamic_banner {height: 45vh;}
	.has-scroll-smooth body {overflow: visible !important;}

	.page_text ul.half_list_page {
    	margin-bottom: 20px;
	}
	

	/************** CONTACT **************/
	.contact_form p {text-align: center; font-size: 17px;}
	.contactform div.submit input {padding: 20px 0px 0px 0px;}

	.flex_center_copyright {
		flex-direction: column;
	}

	.hotel_info.first.no-padd {
		margin-bottom: 0px;
	}

	.banner_info li {
		width: 80px;
		height: 80px;
	}

	.banner_info li a {
		font-size: 8px;
	}

	.banner_info li i {
		font-size: 16px;
		margin-top: -15px;
	}

	.map iframe {
		height: 600px!important;
	}

	.page_text h5 {
		font-size: 22px;
	}

	.book_info select {
		font-size: 18px;
	}

	.book_submit button {
		font-size: 18px;
		padding: 15px 40px;
	}

	.book_info label {
		font-size: 19px;
	}

	.book_info input {
		font-size: 18px;
	}

	.page_text .category_info h1 {
		font-size: 40px;
		margin-bottom: 20px;
	}

	a.contact_link {
		font-size: 18px;
		padding: 12px 30px;
		margin-left: 22px;
	}

	.page_text .hotel_info .left_text p, .page_text .hotel_info .right_text p {
		font-size: 18px;
		line-height: 38px;
	}

	.left_text {
		margin: 0 30px 30px 30px;
	}

	.right_text {
		margin: 0 30px 30px 30px;
	}
	.page_text ul.other_links li {
		border-right: none;
		width: 49%;
	}

	.page_text ul.other_links li a {
		font-size: 22px;
		padding: 35px 0;
	}

	.page_text ul.other_links li:first-child {
		border-right: 2px solid #000000;
	}

	.page_text ul.other_links li:last-child {
		border-top: 2px solid #000000;
		width: 100%;
	}

	.hotel_info.first {
		padding: 0 50px 0px 50px;
	}

	.hotel_info.black .home_right_text, .hotel_info .home_right_text {
		padding: 50px 65px 30px 65px;
	}

	.pages.home .hotel_info.black .home_right_text {
		padding: 70px 65px;
	}

	.box_page {
		margin-top: 30px;
	}

	.page_text ul li {
		font-size: 18px;
		line-height: 36px;
	}

	.page_text .hotel_info ul li {
		padding-right: 0px;
		line-height: 36px;
	}

	.m-t-150 {
		margin-top: 80px;
	}

	.page_text .hotel_info p {
		padding-right: 0px;
	}

	.footer_box p {
		font-size: 15px;
		line-height: 23px;
	}

	.footer_box h6 {
		font-size: 19px;
		margin-bottom: 22px;
	}

	.footer_box.first {
		margin: 0 auto 40px auto;
	}

	img.footer_logo {
		max-width: 210px;
	}

	.footer_logo_wrapper {
		margin-bottom: 40px;
	}

	.copyright {
		font-size: 15px;
	}

	.footer_social img.instagram {
		width: 24px;
	}

	.footer_social img {
		width: 14px;
	}

	.footer_social img.youtube {
		width: 28px;
	}

	.padd_prefooter {
		padding-bottom: 70px;
	}

	.covid_info a {
		font-size: 16px;
	}

	.mini_font {
		font-size: 15px!important;
	}

	.page_text .page_description ul li {
		text-align: left;
	}

	.page_text .page_description h2 {
		margin-bottom: 15px;
		font-size: 24px;
	}

	.page_text .page_description strong {
		font-size: 18px;
	}

	.page_description {
		margin-left: 0;
		padding: 30px;
	}

	.home_left_image {
		margin-top: 0;
	}

	.about_text {
		padding-top: 50px;
	}

	.beige_bg_slider {
		padding: 100px 0 230px 0;
	}

	.page_text .slide_title h2 {
		font-size: 35px;
		line-height: 35px;
	}

	.slide_title h2:after {
		width: 30px;
		height: 30px;
		margin-left: 15px;
		background-size: 30px;
		margin-top: 3px;
	}

	.page_text .hotel_info.last ul li {
		font-size: 19px;
		width: 49%;
	}

	.page_text a.more_link {
		padding: 15px 40px;
		font-size: 19px;
		margin-top: 40px;
	}

	.pages.home .home_half_text {
		padding: 15px 40px;
	}

	.pages.home .page_text h1:before {
		background-size: 38px;
		width: 38px;
	}

	.contact_title p {
		font-size: 22px;
		line-height: 32px;
		text-align: center;
	}

	.contact_title {
		padding: 30px 0;
		margin-left: 0px;
	}

	.contact_img {
		display: none;
	}

	.contact_info {
		padding: 60px 0px 20px 15px;
	}

	.contact_info img {
		width: auto;
		margin: 0 auto;
		background-color: #ebeae6;
		padding-bottom: 30px;
	}

	.page_text .contact_details h3 {
		font-size: 22px;
	}

	.contact_details {
		padding: 50px 20px 50px 20px;
		text-align: center;
	}

	.contact_details h2:after {
		left: 0;
		right: 0;
		margin: 50px auto 0 auto;
	}

	.contactform div.submit input {
		margin: 10px auto;
	}

	.contactform div.submit {
		width: 100%;
	}

	.contact_details h3:after {
		left: 0;
		right: 0;
		margin: 55px auto 0 auto;
	}

	.page_text .contact_details h2 {
		font-size: 25px;
		line-height: 30px;
	}

	.page_text h2 {
		font-size: 28px;
    	line-height: 38px;
    	margin-top: 20px;
		margin-bottom: 10px;
	}

	.gallery_view {
		height: 40vh;
	}

	.gallery_box {
		padding: 15px;
	}

	.gallery_box.right {
		padding-right: 110px;
		margin-top: 60px;
		margin-bottom: 60px;
		margin-left: 0px;
	}

	.padd_big {
		padding-top: 80px;
		padding-bottom: 80px;
	}

	.center-767 {
		text-align: center;
		margin-bottom: 20px;
	}

	.footer_box_container.pd-130 {
		padding-left: 40px;
		padding-top: 15px;
	}

	.footer_box_container.pd-100 {
		padding-left: 30px;
		padding-top: 15px;
	}

	.footer_social img {
		margin-right: 10px;
		margin-left: 10px;
	}

	.footer_social {
		margin: 0 auto;
		display: flex;
		text-align: center;
	
		justify-content: center;
	}

	#header {
		top: 0;
	}

	.open_menu img.dark_menu, .open_menu img.white_menu {
		width: 39px;
	}

	#logo {
		margin-left: calc((100% - 190px) * 0.5);
		width: 190px;
		height: 130px;
		margin-top: 0;
	}

	.reverse-767{
		flex-direction: column-reverse;
		display: flex;
	}
	.center-767{
		text-align:center;
	}
	.fragment-banner {
		height: 51vh;
	}

	#top_info img, #top_info_right img, #top_info_mob img {
		width: 35px;
		height: 35px;
		margin-right: 0;
	}

	#top_info {
		right: 15px;
		font-size: 15px;
		top: 0;
	}

	.page_text .hotel_info .left_text p {
		padding-right: 0px;
	}

	.responsive_menu{   width: 100%; }	
	.responsive_menu ul li.book_now_menu_item{ display: block;}
	
	#wapp{float:none;margin-bottom:10px;}
	#wapp a{margin:0 auto;}
	
	.scrollButtonContainer img {
		width: 70px;
		height: 70px;
	}	
		
	.page_text h4 { font-size:20px;}

	.page_text h1:before {
		left: 15px;
		background-size: 44px;
		width: 44px;
	}

	.contact_divider{ display: block; clear:both; height:20px;}
	.driveme a {font-size: 18px; }	

	.responsive_menu #book_now {
		top: 40px;
	}

	#logo_mob {
		width: 160px;
		height: 110px;
		margin-left: 10px;
	}

	.responsive_menu .extra_links {
		top: 180px;
		margin-left: 10px;
	}

	.close_menu {
		left: 15px;
	}

	#lang_mob {
		left: 60px;
	}

	.contact_menu p {
		font-size: 17px;
		padding: 7px 7px 7px 0;
	}

	.responsive_menu .contact_menu {
		padding: 20px 0px;
		margin: 30px 0px 10px 0px;
		width: 100%;
	}

	.responsive_menu #book_now {
		left: auto;
		right: 35px;
		font-size: 17px;
	}

	/* #header.fixed .responsive_menu #book_now {
		font-size: 17px;
		left: auto;
   		right: 35px;
	} */

	.responsive_menu{
		background-size: 100px;
	}
	.responsive_menu .contact_menu span {
		font-size: 15px;
	}
	
	.contact_menu_container {
		width: 100%;
		margin-left: 0;
		max-width: 100%;
		align-items: center;
		flex-direction: column-reverse;
	}

	.menu_social {
		display: flex;
		align-items: center;
		margin-right: 0;
		margin-top: 10px;
	}

	.responsive_menu .menu_social img {
		width: 12px;
		margin-right: 16px;
	}

	.responsive_menu .menu_social img.instagram {
		width: 21px;
	}

	.responsive_menu .menu_social img.twitter {
		width: 23px;
	}

	.decoration_paros {
		width: 100%;
		height: 56vh;
		background-position: center;
		background-size: cover;
	}

	.pages.home .room_details ul li {
		display: block;
		width: 100%;
		border-right: none;
		margin-bottom: 8px;
	}

	.nopadding-767{
		padding-top:0px;
		padding-bottom: 0px;
	}

	.copyright_wrapper {
		padding: 0;
	}

	#wapp {
		margin-top: 5px;
	}
}

@media (max-width:549px){
	/******* HEADER ******/
	#book_now {right: 15px; padding: 5px 10px; font-size: 14px;}
	.open_menu {left: 15px;}
	#lang_info_mobile { left: 130px;}
	.responsive_menu ul li a {font-size: 25px;}
	.responsive_menu ul {margin: 125px 0px 0 10px;}
	.close_menu {left: 10px;}
	.contact_menu p {font-size: 15px;}

	/******** HOME ********/
	.hero_bg, .banner_hero {height: 70vh!important;}
	.restaurant_info.second a.more_link { margin-left: 45px;}

	/******* PAGES ******/
	.intro_text.centered h2 {line-height: 40px;}
	.intro_text p {font-size: 25px;line-height: 40px;}


	/******* CONTACT ******/
	.page_heading_image .image_header {height: 50vh!important; }
	.page_heading_image h1 {font-size: 35px;}

	.page_text .amenities_container ul li{width: 100%;font-size: 13px;line-height: 20px;background: transparent url(../img/layout/substract.svg) no-repeat 0 5px; background-size: 12px;}

	.page_text h5 {
		font-size: 20px;
	}

	.book_submit a.contact_link {
		margin-left: 20px;
		display: inline;
	}

	.book_submit button {
		padding: 15px 35px;
	}

	.page_text .category_info h1 {
		font-size: 37px;
	}

	a.contact_link {
		margin-left: 0;
		display: block;
		width: fit-content;
		margin-bottom: 25px;
	}

	.page_text .hotel_info .left_text p, .page_text .hotel_info .right_text p {
		font-size: 17px;
		line-height: 35px;
	}

	.w-100 {
		width: 100%;
	}

	.hotel_info.first {
		padding: 0 40px 0px 40px;
	}

	.hotel_info.black .home_right_text, .hotel_info .home_right_text {
		padding: 35px 65px 20px 65px;
	}

	.page_text p {
		font-size: 17px;
		line-height: 35px;
	}

	.banner_social {
		display: none;
	}

	.page_text h2 {
		font-size: 25px;
		line-height: normal;
		margin-top: 20px;
		margin-bottom: 10px;
	}

	.m-t-150 {
		margin-top: 70px;
	}

	.page_text .hotel_info ul li, .page_text ul li {
		padding-right: 0px;
		line-height: 33px;
		margin-bottom: 12px;
	}

	.pages.home .hotel_info.black .home_right_text {
		padding: 50px 65px;
	}

	.page_text .contact_info h1 {
		font-size: 32px;
		line-height: 38px;
	}

	.contact_form {
		padding: 10px 0 30px 0;
	}

	.home_left_image {
		margin-left: 12%;
	}

	.page_text .hotel_info.last ul li {
		font-size: 18px;
		line-height: 28px;
	}

	.page_text .hotel_info p {
		line-height: 35px;
	}

	.page_text a.more_link {
		padding: 15px 40px;
		font-size: 18px;
		margin-top: 40px;
	}

	.padd {
		padding-top: 70px;
		padding-bottom: 70px;
	}

	#hide_549 {
		display: none;
	}

	.dropdown_links, .dropdown_info {
		width: 100%;
		color: #fff;
		transition: all ease-in-out .3s;
		-webkit-transition: all ease-in-out .3s;
		-moz-transition: all ease-in-out .3s;
		display: none;
	}
	
	.dropdown_links.active, .dropdown_info.active { display: block; }
	 
	.dropdown_links p a, .dropdown_info p a {
		display: block;
		transition: all ease-in-out .3s; 
		text-transform: none;
		color: #ccc;
		font-size: 17px;
		line-height: 26px;
		width: fit-content;
		margin: 0 auto;
	}

	.links-triggerOne, .links-triggerTwo, .links-triggerThree {
		margin-bottom: 15px;
		position: relative;
		display: block;
		color: #fff!important;
		background-color: #000!important;
	}
	 
	.links-triggerOne:after, .links-triggerTwo:after, .links-triggerThree:after{
		content: " ";
		background: url(../img/layout/arrow_down_white.svg) no-repeat 0 0;
		width: 15px;
		height: 15px;
		position: absolute;
		margin-top: 10px;
		margin-left: 10px;
	}

	.footer_box.first {
		margin: 0 auto 20px auto;
	}

	.footer_mobile {
		display: block;
	}

	.page_text .page_description h2 {
		margin-bottom: 15px;
		font-size: 22px;
	}

	.page_text .slide_title h2 {
		font-size: 32px;
		line-height: 32px;
		margin-bottom: 20px;
	}

	.pages.home .about_text {
		padding-top: 30px;
	}

	.contact_title {
		padding: 30px 15px;
	}

	.contact_title p {
		font-size: 20px;
		line-height: 28px;
	}

	.page_text .contact_details h3 {
		font-size: 20px;
		line-height: 30px;
	}

	.page_text .contact_details h2 {
		font-size: 23px;
		line-height: 23px;
		margin-bottom: 45px;
	}

	.page_text h1:before {
		background-size: 38px;
		width: 38px;
	}

	.home_half_text p {
		font-size: 18px;
		line-height: 28px;
	}

	.home_center_title {
		margin-top: 110px;
	}

	#lang_info a {
		font-size: 14px;
	}

	#lang_info{top: 30px;}

	#lang_info_mob { display: block; }

	.home_center_title {
		margin-bottom: 50px;
	}

	.responsive_menu{
		background-size: 80px;
	}
	
	.footer_box ul  li a{  font-size:16px;margin-right:15px; }
	
	.contactform div.submit {
		padding: 0;
    	margin: 0;
	}

	.contact_info {
		padding: 50px 0px 20px 0px;
	}
	
	.driveme a { position:relative;width:100%; top:0px; left:0;margin-left:0px; }
	.home_half_text {
		padding: 5px 18px;
	}
    #logo {
        margin-left: calc((100% - 170px) * 0.5);
        width: 170px;
        height: 90px;
    }

	#top_info {
		right: 16px;
		top: 30px;
		font-size: 14px;
		letter-spacing: 0;
	}

	#top_info img, #top_info_right img, #top_info_mob img {
		width: 40px;
		height: 40px;
	}

	.book_menu {
		text-align: center;
		margin-top: 29px;
	}
	
	.responsive_menu #book_now:hover {
		background-color: #000000;
	}

	#book_now:hover {
		background: none;
		border: none;
	}

	.left_msg {
		display: none;
	}

	.pages.home .banner_social {
		display: none;
	}
	
	.nopadding-549{
		padding-top:0px;
	}

	.no-padding549 {
		padding-left: 0;
		padding-right: 0;
	}

	.responsive_menu #book_now {
		top: 43px;
		left: auto;
		right: 20px;
	}

	.responsive_menu .w-100 {
		width: 100%;
	}

	#logo_mob {
		position: relative;
		margin: 0 auto 15px auto;
	}

	.responsive_menu .extra_links {
		display: none;
	}

	.responsive_menu ul li.hide_item {
		display: block;
	}

	img.footer_logo {
		max-width: 200px;
	}

	.copyright {
		font-size: 14px;
	}

	.room_box {
		padding: 30px 25px 35px 25px;
	}

	.room_box a {
		padding: 12px 40px;
		font-size: 18px;
	}

	.padd_prefooter {
		padding-bottom: 25px;
	}

	.room_box.left {
		padding: 30px 25px 35px 25px;
	}

	.page_text .room_box p {
		margin-bottom: 25px;
		font-size: 17px;
		line-height: 33px;
	}
	
}

@media only screen and (max-width:479px) {	
	/****** HEADER ******/
	#header {height: 80px;}
	#logo {margin-left: calc((100% - 110px) * 0.5);  width: 110px;height: 80px;}
	/* #header.fixed #logo { height: 80px;} */
	.open_menu {font-size: 16px;}
	.responsive_menu ul {margin: 110px 0px 0 0px;}
	.responsive_menu ul li {width: 100%;}
	.responsive_menu ul li a {font-size: 16px;line-height: 20px; padding: 5px 0;}
	.close_menu { left: 4px;  top: 25px;}
    #lang_info_mobile {left: unset;right: 5px;top: 35px;}
	.contact_menu_container {display: flex}
	.contact_menu_container .col-lg-6{width: 100%;padding-left: 0; padding-right: 0;}
	.menu_info {padding-left: 0; bottom: unset; position: relative;}
   .menu_social {bottom: unset; position: relative;justify-content: center;}
   .responsive_menu .contact_menu {border-top: 1px solid rgba(255, 255, 255, 0.4); padding-top: 25px;}
   .responsive_menu ul li a::before { top: 5px;}
    .responsive_menu .contact_menu { width: 100%; margin: 30px auto; text-align: center;}
	.hero_text h1, .page_heading_image h1{padding-top:80px}


	/****** FOOTER ******/
	.footer_box_container {width: 100%; padding: 12px 5px 12px 20px;}
	img.footer_logo { margin-left: 0;}
    .footer_logo_wrapper {margin-bottom: 5px;}
	.footer_box.first {margin: 0;}
	.footer_box.footer_social {flex-direction:row;align-items: flex-start;}
	.footer_box.footer_social p{margin-bottom: 0;line-height: 10px;margin-right: 15px;}
    .padd_prefooter {padding-left: 17px;padding-right: 17px;}
	.flex_center_copyright {border-top: 1px solid rgba(255, 255, 255, 0.4); padding-top: 45px;}
	.footer_social { justify-content: flex-start; }

	/****** HOME ******/
	.hero_bg, .banner_hero { height: 50vh !important; }
	.hero_text h1{font-size: 30px;line-height: 40px;}
	.home_small_image.first_description { height: 25vh;}
	.fullscreen_banner_text {width: 200px; height: 200px;}
	.fullscreen_banner_text h3 {font-size: 18px; line-height: 25px;}
	.fullscreen_banner_text h3.small_title { font-size: 15px;letter-spacing: 4px;}
	.fullscreen_banner_text h3.small_title::after {height: 25px; margin: 5px auto 5px auto;}
	.fullscreen_banner {height: 45vh;}
	.restaurant_info.second a.more_link { margin-left: 30px;}
	
	/****** PAGES ******/
	.intro_text.centered {padding: 0px 0 20px 0px;}
	.intro_text.centered h3 {font-size: 25px; line-height: 35px; }
	.padd_small {padding-top: 30px; padding-bottom: 30px;}
	.home_header_content { width: 100%;}
	.intro_text.centered h2 {font-size: 25px; line-height: 35px;margin-bottom: 10px;}
    .intro_text {padding: 40px 20px 50px 20px;}
    .intro_text p {font-size: 20px; line-height: 32px;}
	.restaurant_info p {padding-left: 30px;}
	.restaurant_info h2 {padding-left: 30px;padding-bottom: 5px;}
	.home_small_image.dynamic_background { height: 30vh;}
    .restaurant_info.second p { padding-bottom: 30px;  padding-right: 20px; line-height: 30px;}
    .restaurant_info.second h2 { padding-right: 30px; }
	.restaurant_info .home_small_image.first_description {height: 25vh;}

	.page_text ul.half_list_page {
        padding-left: 30px;
    }

	.page_text ul.half_list_page li {
        font-size: 17px;
        margin-bottom: 9px;
    }


	/****** CONTACT ******/
	.page_heading_image .image_header { height: 50vh!important;}
	.page_heading_image h1 {font-size: 25px; }
	.full_width_mobile{width: 100%;}
	.contact_info {padding: 30px 0px 0px 0px;}  
	.contact_form {padding: 0px 0 30px 0;}
	.contactform div.input {margin: 0;}
	.contact_info p.google_maps { padding-top: 5px;}
	.contactform div.submit input {margin: 10px auto 0px auto;}
	.contact_info p, .contact_info p a{font-size: 17px;}

	.open_menu {
		left: 10px;
	}

	#top_info {
		font-size: 13px;
	}

	.page_text .hotel_info p.sign {
		font-size: 16px;
		margin-left: 50px;
	}

	.page_text .hotel_info p.sign:before {
		margin-left: 37px;
	}

	.banner_info {
		bottom: 60px;
	}

	.banner_info li a {
		text-indent: -9999999px;
	}

	.banner_info li i {
		font-size: 15px;
		margin-top: 0;
	}

	.banner_info li {
		width: 47px;
		height: 47px;
	}

	.responsive_menu #book_now {
        top: 80px;
        left: unset;
        right: unset;
        font-size: 17px;
        padding: 8px 25px;
        margin: 0 auto;
        width: 60%;
        text-align: center;
        position: relative;
	}
	.page_text .nails_menu h3 {
		font-size: 26px;
	}

	.dynamic_right_text {
		padding: 30px 20px;
	}

	.dynamic_left_text {
		padding: 30px 20px;
	}
	
	.left_text a {
		font-size: 18px;
	}

	.book_info select {
		font-size: 17px;
	}

	.book_submit button {
		padding: 12px 0px;
		width: 100%;
		display: block;
		margin-bottom: 25px;
	}

	.book_info_date input {
		background-size: 20px;
	}

	.book_info label {
		font-size: 18px;
	}

	.book_info input {
		font-size: 17px;
	}

	.book_submit a.contact_link {
		margin-left: 0px;
		display: block;
		width: 100%;
		text-align: center;
	}

	.room_box a {
		padding: 10px 40px;
		font-size: 17px;
	}

	.page_text .room_box .room_box_title {
		font-size: 24px;
		margin-bottom: 15px;
	}

	.page_text .category_info h1 {
		font-size: 34px;
	}

	.page_text ul.other_links li a {
		font-size: 21px;
		padding: 30px 0;
	}

	.page_text .hotel_info p {
		line-height: 31px;
	}

	.hotel_info.first {
		padding: 0 40px 30px 40px;
	}

	.hotel_info.black .home_right_text, .hotel_info .home_right_text {
		padding: 40px 50px 20px 50px;
	}

	.box_page {
		margin-top: 25px;
	}

	.box_page {
		padding: 15px 15px;
	}

	.gallery_box .gallery_text {
		padding: 12px 0px;
	}

	.gallery_box .gallery_text span {
		font-size: 20px;
	}

	.gallery_box {
		padding: 15px 0;
	}

	.page_text .hotel_info ul li, .page_text ul li {
		line-height: 30px;
		font-size: 17px;
		margin-bottom: 10px;
	}

	.contactform input[type="text"], .contactform textarea {
		font-size: 17px;
	}

	.contactform div.submit input {
		padding: 12px 45px 0px 45px;
		font-size: 19px;
	}

	.page_text .hotel_info.last ul li {
		font-size: 17px;
		line-height: 25px;
		width: 100%;
	}

	.page_text .contact_info h1 {
		font-size: 28px;
		line-height: 35px;
	}

	.contactform .width-100 div.input {
		width: 100%;
	}

	.page_text a.more_link {
		padding: 12px 35px;
		font-size: 17px;
		margin-top: 35px;
	}

	.page_text .hotel_info h1 {
		font-size: 18px;
	}

	.m-t-150 {
		margin-top: 80px;
	}

	.hotel_info.first {
		padding: 0px 40px 0px 40px;
	}

	.page_text ul {
		margin: 0;
	}

	.pages.home .hotel_info.black .home_right_text {
		padding: 50px 60px;
	}

	.padd {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.page_text .page_description ul li {
		padding-left: 0;
	}

	.page_text .page_description strong {
		font-size: 17px;
	}

	.page_text .slide_title h2 {
		left: 10px;
		bottom: -15px;
	}

	.pages.home .page_text h1:before {
		background-size: 29px;
		width: 29px;
	}

	.pages.home .home_half_text {
		padding: 15px 30px;
	}

	.contact_title {
		padding: 40px 15px 30px 15px;
	}

	.contact_title p {
		font-size: 18px;
		line-height: 26px;
	}

	.page_text .contact_details h3 {
		font-size: 18px;
		line-height: 27px;
	}

	.contact_details p, .contact_details a {
		font-size: 16px;
		line-height: 29px;
	}

	.page_text .contact_details h2 {
		font-size: 20px;
		line-height: 20px;
		margin-bottom: 40px;
	}

	.page_text p {
		font-size: 17px;
		line-height: 32px;
	}

	.page_text h2 {
		font-size: 23px;
	}

	.padd_top {
		padding-top: 50px;
	}

	.dynamic_right_image {
		padding-bottom: 40px;
	}

	.gallery_text span p {
		font-size: 16px;
	}

	.gallery_view {
		height: 35vh;
	}

	.home_half_text p {
		font-size: 17px;
		line-height: 26px;
	}

	.gallery_box .gallery_text span {
		font-size: 19px;
	}

	.gallery_text span {
		font-size: 19px;
	}

	.page_text .gallery_text p {
		font-size: 15px;
		margin-bottom: 10px;
		line-height: normal!important;
	}

	.gallery_box.right {
		padding-right: 60px;
	}

	.padd_footer {
		padding-right: 0;
		padding-left: 0;
	}

	img.footer_logo {
		max-width: 200px;
	}

	.footer_box_container.pd-130 {
		padding-left: 0;
		padding-top: 5px;
	}

	.footer_box_container.pd-100 {
		padding-left: 0;
		padding-top: 5px;
	}

	.padd_prefooter {
		padding-top: 50px;
		padding-bottom: 30px;
	}

	.footer_box h6 {
		font-size: 20px;
	}

	.footer_box p {
		font-size: 17px;
		line-height: 25px;
	}

	.copyright {
		font-size: 15px;
	}	

	.page_text ul {
		overflow: hidden;
	}
		
	.padd_prefooter {
		padding-top: 50px;
		padding-bottom: 20px;
	}
	.footer_box.social_media  {margin-bottom:50px; }
	
	.driveme a {font-size: 16px; }
	
	.left_image {max-width:100%; }	
	.right_image {max-width:100%; }
	.left_msg {
		-webkit-transform: rotate(-90deg) translateX(-70px);
		-ms-transform: rotate(-90deg) translateX(-70px);
		transform: rotate(-90deg) translateX(-70px);
		-webkit-transform-origin: 0 0;
		-ms-transform-origin: 0 0;
	}

	.book_menu {
		text-align: center;
		margin-top: 0px;
	}
	.responsive_menu{
		background-position-x: center;
		background-position-y: 10vh;
		background-size: 80px;
	}
	

	.menu_logo {
		margin: 0 auto 3vh auto;
		width: 61px;	
	}

	.home_half_text {
		padding: 5px 19px;
	}

	.home_center_title {		
		margin-top: 80px;
	}

	.home_center_title p.smaller::after {
		height: 56px;
	}

	.home_center_title p.smaller {
		padding-bottom: 75px;}
	
	.home_center_title h2 {
		line-height: 45px;
	}

	.responsive_menu .contact_menu span {
		display: block;
		font-size: 14px;
		width:100%;
	}

	.contact_details h3:after {
		margin: 48px auto 0 auto;
	}

	.contact_details h2:after {
		margin: 40px auto 0 auto;
	}

	.contactform div.input label {
		margin: 20px 0 5px 0;
	}

	.gallery_page .gallery{
		width:100%;

	}

	.gallery_box .gallery_text a {
		padding: 7px 16px;
		font-size: 14px;
	}
	.book_menu a{padding:5px 7px;}
	#lang_info { left: 50px; }
	.languages .languages_menu a, .languages a.selected_lang { font-size: 15px; }

	#lang_info_mob a:after {
		background-size: 14px;
		width: 14px;
		height: 14px;
	}

	#lang_info_mob {
		top: 50px;
		right: 140px;
	}

}

@media only screen and (max-width: 420px) {	
	.banner_info li i {
		font-size: 14px;
	}

	.banner_info li {
		width: 40px;
		height: 40px;
	}

	#lang_info {
		left: auto;
		right: 10px;
		top: 25px;
	}

	#top_info {
		display: none;
	}

	.book_fixed .book {
		font-size: 16px;
	}

	#lang_info_mob {
		right: 125px;
	}

	.languages .languages_menu a, .languages a.selected_lang {
		font-size: 14px;
	}

	#lang_info_mob a:after {
		background-size: 12px;
		width: 12px;
		height: 12px;
		margin-left: 4px;
	}

	.responsive_menu .contact_menu {
		width: 100%;
		margin: 30px auto;
		text-align: center;
	}

	.menu_social {
		justify-content: center;
	}

	.contact_menu p {
		font-size: 16px;
		padding: 5px;
	}

	.page_text .nails_menu h3 {
		font-size: 24px;
	}

	.page_text .nails_menu h3:after {
		bottom: 15px;
		margin-left: 20px;
	}

	.page_text .nails_menu p {
		width: 100%;
	}

	.page_text h5 {
		font-size: 19px;
	}

	.book_info {
		padding: 5px 15px 5px 15px;
		width: 100%;
	}

	.book_submit button {
		font-size: 17px;
	}

	a.contact_link {
		margin-top: 20px;
	}

	.page_text .category_info h1 {
		font-size: 32px;
	}

	.category_info {
		padding: 35px 9% 10px 9%;
	}

	a.contact_link {
		width: 100%;
		font-size: 17px;
		padding: 12px;
		text-align: center;
	}

	.hotel_info.first {
		padding: 0px 30px 0px 30px;
	}

	.left_text, .right_text {
		margin: 0 20px 25px 20px;
	}

	.page_text .hotel_info ul li, .page_text ul li {
		line-height: 28px;
		font-size: 16px;
		margin-bottom: 10px;
	}

	.page_text .contact_info h1 {
		font-size: 25px;
		line-height: 32px;
	}

	.m-t-150 {
		margin-top: 60px;
	}

	.mini_font {
		margin-bottom: 25px!important;
	}

	.mini_font {
		font-size: 13px!important;
		line-height: normal!important;
	}

	.page_text .page_description h2 {
		font-size: 20px;
		text-align: left;
	}

	.page_text .slide_title h2 {
		font-size: 28px;
		line-height: 28px;
		margin-bottom: 26px;
		left: -20px;
	}

	.pages.home .home_half_text {
		padding: 10px 30px;
	}

	.pages.home .page_text h1:before {
		background-size: 24px;
		width: 24px;
	}

	.hotel_info .home_right_image img {
		width: 100%;
	}

	.page_text .hotel_info.last ul li {
		font-size: 16px;
		line-height: 23px;
	}

	.page_text a.more_link {
		padding: 10px 35px;
		font-size: 16px;
		margin-top: 30px;
	}

	.home_left_image {
		margin-left: 15%;
	}

	.hotel_info.black .home_right_text, .hotel_info .home_right_text {
		padding: 40px 45px 20px 45px;
	}

	.pages.home .about_text {
		padding-top: 10px;
	}

	.contactform input[type="text"], .contactform textarea {
		font-size: 17px;
	}

	.contactform div.submit input {
		font-size: 18px;
	}

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

	.contactform input[type="text"], .contactform textarea {
		font-size: 16px;
	}

	.page_text h2 {
		font-size: 21px;
	}

	.padd_top {
		padding-top: 40px;
	}

	.dynamic_right_image {
		padding-bottom: 0;
	}

	.gallery_text span p {
		font-size: 15px;
	}

	.home_half_text p {
		font-size: 16px;
		line-height: 23px;
	}

	.gallery_page {
		margin-top: 25px;
		padding-top: 0!important;
	}

	.page_text h1:before {
		background-size: 27px;
		width: 27px;
	}

	.padd {
		padding-top: 50px;
    	padding-bottom: 50px;
	}

	.page_text .hotel_info h1 {
		font-size: 16px;
	}
	
	.gallery_box .gallery_text {
		padding: 8px 0px;
	}

	.gallery_box.right {
		padding-right: 40px;
		margin-top: 20px;
		margin-bottom: 20px;
	}

	.gallery_box .gallery_text span {
		font-size: 18px;
		padding: 15px;
	}

	.gallery_text a.general_more {
		padding: 6px 20px;
		font-size: 14px;
	}

	.page_text .gallery_text p {
		font-size: 14px;
	}

	.scrollButtonContainer img {
		width: 65px;
		height: 65px;
	}

	.padd_big {
		padding-left: 0;
		padding-right: 0;
		padding-top: 70px;
    	padding-bottom: 70px;
	}

	.open_menu img.dark_menu, .open_menu img.white_menu {
		width: 35px;
	}

	#top_info img, #top_info_right img, #top_info_mob img {
		width: 36px;
		height: 36px;
	}

	#top_info {
		right: 20px;
		top: 12px;
	}

	.center-991 {
		margin-bottom: 35px;
	}

	.footer_box h6 {
		font-size: 19px;
	}

	.footer_box p {
		font-size: 16px;
		line-height: 20px;
	}

	.footer_social img {
		width: 13px;
	}

	.dropdown_links p a, .dropdown_info p a {
		font-size: 16px;
		line-height: 22px;
	}

	.footer_social img.instagram {
		width: 21px;
	}

	.footer_social img.twitter {
		width: 24px;
	}

	#wapp {
		margin-bottom: 5px;
	}

}

/*========ERROR==========*/

.con-er{display: flex;flex-direction: column;align-items: center;}
.btn-er{
	position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-er a{
	border: none;
    border: 1px solid #fff;
    color: #fff;
    cursor: pointer;
    text-align: center;
    background: transparent;
    display: block;
    padding: 15px 40px;
    font-size: 18px;
    outline: medium none;
    font-weight: 400;
    transition: all 0.3s ease 0s;
	width: fit-content;
}

.btn-er a:hover{	
	color: #fff;
    border: 1px solid #000000;
    background: #000000;
	transition: all 0.3s ease 0s;	
}

@media (max-width:991px){
	.btn-er a{font-size:18px;padding:15px 35px;}
}
@media (max-width:549px){
	.btn-er a{font-size:16px;padding:15px 30px;}
}

@media (max-width: 479px) {
	.btn-er {
		bottom: 20px;
	}

	.btn-er a {
		font-size: 15px;
		padding: 10px 25px;
	}
}