@import url('https://fonts.googleapis.com/css2?family=Geologica:wght@100..900&display=swap');

@font-face {
    font-family: 'Georgia Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Georgia Regular'), url('georgia.woff') format('woff');
}

@font-face {
    font-family: 'Georgia Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Georgia Bold'), url('georgiab.woff') format('woff');
}

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:700;}
a{color:#3D3D3B;text-decoration:none;}
a:hover{color:#3e403d;text-decoration:none;}
.clear{clear:both;}

html, body {
	position: relative;
	height: 100%;
}
body {
	background: #FAF8F5;
	font-family: "Geologica", 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;
}

.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-100{
	margin-top: 100px;	
}
.mar-top_neg{
	margin-top:-20vh;
}
.padd{
    padding-top: 130px;
    padding-bottom: 130px;
    overflow: hidden;
    position: relative;
}

.no-padding {
	padding-left: 0px;
	padding-right: 0px;
}

.padd_contact {
	padding-top: 120px;
}

.top_big {
	padding-top: 160px;
}

.padd_small{
	padding-top: 60px;
	padding-bottom: 60px;	
}

.padd_top{
	padding-top: 100px;
	padding-bottom: 0px;	
}

.padd_top_small {
	padding-top: 50px;
}

.padd_top_big {
	padding-top: 120px;
}

.padd_big {
    padding-top: 185px;
    padding-bottom: 185px;
}

.padd_bottom{
    padding-bottom: 150px;	
}
.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;
}

.visible {
	overflow: visible;
}

.no_scroll {
	overflow: hidden;
}

.overflow {
	overflow: hidden;
}

.visible {
	overflow: visible!important;
}

#content {
	overflow: hidden;
}

.styled_btn{
	position: fixed;
    left: 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-right-radius: 5px;
}

p {
    font-size: 18px;
    line-height: 34px;
    font-weight: 200;
    color: #606060;
}

.flex_end {
	display: flex;
	align-items: flex-end;
}

.flex_section {
	display: flex;
}

.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;
}

.grey_bg{background:#f7f7f7;padding-bottom:120px;}
.white_bg{ background: #fff;}
.grey_upper{background:#f7f7f7;padding-bottom:110px;border-bottom:1px solid #eee}

.yellow_bg {
	background: #E5CA48;
}

.black_bg {
	background: #303030;
}

.flex_center {
	display: flex;
	align-items: center;
}

.beige_bg {
	background: #FFF8EA;
}

/* POPUP
================================================== */

.mypopup{
	background-color: #EBEAE6;
    width: 60%;
    max-width: 660px;
    max-height: 660px;
    padding: 22px 0px 0 0;
    position: absolute;
    transform: translate(-50%,-50%);
    left: 50%;
    top: 50%;
    border-radius: 8px;
    text-align: center;
    z-index: 99;
    font-weight: 400;
    animation: fadeIn 2s;
}

.mypopup .page_text h2 {
	font-size: 22px;
    position: relative;
    margin-bottom: 10px;
    color: #606060;
    font-weight: 400;
    margin-top: 10px;
    font-family: 'Manrope', sans-serif;
}

.mypopup_wrapper {
	position: absolute;
    display: none;
    height: 100%;
    width: 100%;
    z-index: 999;
}

.mypopup_overlay {
	background: #000;
    opacity: 0.5;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
}

.mypopup .py-15{
	padding-top: 5px;
    width: 93%;
    margin: 0 auto;
}

@keyframes fadeIn {
	0% {opacity:0;}
	100% {opacity:1;}
}

.mypopup button{
	position: absolute;
    font-size: 28px;
    color: #ffffff;
    background: #9a9f87;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    border: none;
    outline: none;
    cursor: pointer;
    top: -10px;
    right: -10px;
    padding: 19px 19px 21px 21px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}


@media(max-width: 991px) {
	.mypopup .page_text h2 {
		font-size: 21px;
		line-height: normal;
	}

	.mypopup .py-15 {
		padding-bottom: 10px;
		width: 77%;
	}
}

@media(max-width: 767px) {
	.mypopup {
		width: 85%;
	}

	.mypopup a {
		padding: 10px 14px;
	}

	.mypopup .page_text h2 {
		font-size: 21px;
	}
}

@media(max-width: 549px) {
	.mypopup .py-15 {
		width: 85%;
	}

	.mypopup .page_text h2 {    
		font-size: 20px;
		padding: 0 25px;
		margin-bottom: 25px;
	}
}

@media(max-width: 479px) {
	.mypopup .page_text h2 {
		font-size: 19px;
		line-height: 28px;
		padding: 0 20px;
		margin-bottom: 20px;
	}

	.mypopup {
		padding: 20px 0px;
	}

	.mypopup button {
		font-size: 26px;
		width: 20px;
		height: 20px;
		padding: 18px 18px 19px 18px;
	}
}

@media(max-width: 420px) {
	.mypopup .page_text h2 {
		font-size: 18px;
		line-height: 25px;
		padding: 0 5px;
		margin-bottom: 20px;
	}

	.mypopup button {
		font-size: 24px;
		width: 16px;
		height: 16px;
		padding: 18px 18px 18px 18px;
	}
}

.drive_me{
	margin-top:20px;
	display: block;
}

.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-family: 'Alegreya', serif;
	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;
}

.zoom {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 11;
    color: #fff;
    font-size: 18px;
    font-weight: 200;
    top: 50%;
    margin: 0 auto;
    text-align: center;
    width: fit-content;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    background-image: url(../img/layout/arrow_white.svg);
    background-repeat: no-repeat;
    background-size: 21px;
    background-position: 7% 50%;
    padding: 15px 30px 15px 60px;
	transition: all 0.35s ease-in-out;
}

.zoom:hover {
	color: #fff;
	box-shadow: inset 0 0 0 0.5em #C69D62;
    border-color: #C69D62;
}

.more{
	font-size: 15px;
    line-height: normal;
    color: #444;
    position: relative;
    text-transform: uppercase;
    padding: 15px 70px 15px 35px;
    font-weight: 300;
    border: 1px solid #D6BA91;
    display: block;
    width: fit-content;
    margin: 55px auto 0 auto;
    overflow: hidden;
    transition: 1s all ease;
    z-index: 0;
    background-image: url(../img/layout/arrow.svg);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: 85% 50%;
}

.more:hover {
    box-shadow: inset 0 0 0 0.5em #C69D62;
    border-color: #C69D62;
}

#header {
    display: flex;
    width: 100%;
    height: auto;
    top: 105px;
    padding: 0px 0px;
    margin: 0;
    position: relative;
    z-index: 999;
    transition: all 0.5s;
    align-items: center;
}

#top_info {
	position: absolute;
    left: 85px;
    z-index: 999;
    transition: all 1s;
    width: 65px;
    height: 65px;
    border: 1px solid #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#top_info:hover {
	background: #fff;
}
#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;
    display: flex;
    height: 100%;
    width: 100%;
    justify-content: center;
}
#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: 25px; }
#top_info span { display: inline-block; }
#lang_info {
    position: absolute;
    left: 80px;
    display: flex;
    z-index: 999;
    transition: all 1s;
}
#lang_info a{
    color: #fff;
    transition: all 1s;
    font-size: 20px;
    font-weight: 200;
    letter-spacing: 1px;
    font-family: Georgia, "Times New Roman", Times, serif;
}

#lang_info a:after {
    content: '';
    background-image: url(../img/layout/arrow_down.svg);
    background-repeat: no-repeat;
    background-size: 10px;
    width: 10px;
    height: 10px;
    background-position: center;
    position: absolute;
    right: -15px;
    margin-top: 5px;
}

#lang_info .languages_menu a:after {
	display: none;
}

#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 {
	transition: all 1s;
    position: relative;
    left: 30px;
    width: 55px;
    height: 55px;
	top: 4px;
}
#header.fixed #top_info a, #header.fixed #top_info_right a { color:#202020; }

.languages {
    display: flex;
    z-index: 9999;
    align-items: center;
    justify-content: center;
	background: #00000001; 
}

.languages .caret {
	display: none;
}

.languages.lang-active { 
	border: 1px solid #fff;
}
.languages .languages_menu{  display: none; }
.languages .languages_menu.active{
	display: block;
    padding: 5px 10px 6px 10px;
    background: #FFF8EA;
    text-align: center;
    z-index: 99999;
    position: absolute;
    left: -5px;
    top: 23px;
}
#lang_info .languages .languages_menu a {
    color: #606060;
    display: block;
    padding: 3px;
    transition: all 0.3s ease 0s;
    font-size: 18px;
}
.languages .languages_menu a:hover { color:#3D3D3B; transition: all 0.3s ease 0s;   }

#logo {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: block;
    width: 100%;
    background: url(../img/layout/logo_white.svg) no-repeat scroll center center;
    background-size: 190px;
    z-index: 1;
    transition: all 0.5s ease-in-out;
}

#logo_mob { position:absolute; display: block; width: 220px; height: 140px; background: url('../img/layout/logo.png') no-repeat scroll center center; background-size:100%;z-index:999; transition:all 1s; margin-left: 30px; }
#logo a, .logo_menu a {
    display: block;
    text-indent: -999999px !important;
    width: 150px;
    height: 150px;
    margin: 0 auto;
	background-color: #00000001;
}

.open_menu {
    position: absolute;
    left: 0px;
    display: flex;
    z-index: 999;
    color: #fff;
    text-decoration: none;
    transition: all 1s;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: 200;
    letter-spacing: 1px;
}
.open_menu:hover {
	color: #fff;
}

.open_menu img {
    width: 45px;
}

.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 #lang_info {
    left: 65px;
}

#header.fixed .responsive_menu #lang_info {
    left: 12%;
}

#header.fixed .open_menu img.dark_menu{display:inline-block;}
#header.fixed .open_menu img.white_menu{display:none;}

.close_menu {
    position: absolute;
    top: 60px;
    left: 8%;
    display: flex;
    width: 40px;
    height: 40px;
    z-index: 999;
    background: url(../img/layout/close.svg) no-repeat center;
    background-size: 37px;
   	text-indent: -9999999px;
}

.responsive_menu #top_info, #header.fixed .responsive_menu #top_info {
    top: 60px;
    left: 13%;
    width: 65px;
    height: 65px;
    position: absolute;
}

.close_menu:hover { }

.tab {
    z-index: 2;
    width: 100%;
    display: flex;
    transition: all 1s ease-in-out;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
}

.tab button {
    font-size: 40px;
    line-height: 70px;
    display: inline-block;
    position: relative;
    color: #fff8ea;
    cursor: pointer;
    font-family: 'Noto Serif', sans-serif;
    z-index: 2;
    border: none;
    background: transparent;
	transform-origin: left bottom;
    transition: all .6s cubic-bezier(.55,0,.1,1);
}

.tab button a {
    color: #555555;
    font-weight: 300;
    transition: all 0.3s ease-in-out;
    font-family: Georgia, "Times New Roman", Times, serif;
}

.tab button:hover {
	transform: skewX(-16deg);
}

.tab button.active a {
	color: #606060;
}

.tab button a:hover {
    color: #606060;
	font-weight: 400;
}

.tabcontent {
    width: 100%;
}

.tabcontent.active {
}

.tabcontent .banner_menu {
    z-index: 2;
    opacity: 0;
    transform: scaleX(1.1);
    transform-origin: right center;
    transition: all .9s cubic-bezier(.55,0,.1,1);
	position: absolute;
    right: 0;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
	height: 660px;
}

.tabcontent.active .banner_menu {
	opacity: 1;
	transform: scaleX(1);
}

.responsive_menu .top_images {
	flex-shrink: 0;
    width: 22.83vw;
    display: flex;
    position: relative;
    transition: all .6s cubic-bezier(.55,0,.1,1);
    transform-origin: right center;
    opacity: 0;
    overflow: hidden;
    transform: translateX(-32px) scaleX(1.1);
	height: 660px;
}

.responsive_menu.active .top_images {
	opacity: 1;
    transform: translateX(0) scaleX(1);
    transition-delay: .8s;
}

.responsive_menu .top_links {
	margin-left: 5%;
    transition: all .6s cubic-bezier(.55,0,.1,1);
    transform-origin: right center;
    opacity: 0;
    transform: translateX(0px) scaleX(1.1);
}

.responsive_menu.active .top_links {
	opacity: 1;
    transform: translateX(0) scaleX(1);
    transition-delay: .6s;
}

.home_intro_inner {
    height: calc(100vh + 65px);
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: -65px;
    background-size: cover;
    position: absolute;
}

#book_now {
    position: absolute;
    right: 0;
    display: block;
    font-size: 24px;
    font-weight: 100;
    z-index: 999;
    letter-spacing: 1px;
	color: #fff;
    text-decoration: none;
    overflow: hidden;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-family: Georgia Bold, "Times New Roman", Times, serif;
	background: #00000001;
}

.responsive_menu.active #book_now {
    color: #606060;
    border: 1px solid #606060;
    border-radius: 40px;
    padding: 17px 40px;
    font-size: 22px;
	transition: all .6s cubic-bezier(.55,0,.1,1);
}

.responsive_menu.active #book_now:hover {
	color: #fff;
}

.responsive_menu.active #book_now:before, .responsive_menu.active #book_now:after {
	content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: all .6s cubic-bezier(.55,0,.1,1);
}

.responsive_menu.active #book_now:after {
    background: #bf9f68;
    transform: scaleY(0);
    border-radius: 40px;
    transform-origin: center bottom;
    z-index: -1;
}

.responsive_menu.active #book_now:hover:after {
    transform: scaleY(1);
}

#header.fixed #book_now {
    font-size: 20px;
}

#header.fixed #lang_info a {
	font-size: 18px;
}

#book_now:hover::before {
    height: 480%;
}

.responsive_menu #book_now {
	top: 50px !important;
    right: 8%;
}

#book_now.book_mob {
	display: none;
}

#header.fixed {
    padding: 40px 0px;
    background: #303030;
}

#header.fixed .open_menu img {
    width: 40px;
}

@keyframes slide-down {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    } 
    100% {
        opacity: 0.9;
        transform: translateY(0);
    } 
}
/*
#header.fixed  #top_info{ color:#3D3D3B;}
#header.fixed  #top_info a{ color:#3D3D3B; }
#header.fixed  .languages  a.selected_lang{ color:#3D3D3B; border-color:#3D3D3B; }
#header.fixed  .languages  .languages_menu a{ color:#3D3D3B; }
#header.fixed  .open_menu  { color:#3D3D3B; border-color:#3D3D3B; }
#header.fixed  #book_now  { color:#3D3D3B; border-color:#3D3D3B; }*/
#header.fixed  #logo {
    background: url(../img/layout/logo_symbol.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

#header.fixed #logo a {
    height: 65px;
}

#header.fixed #logo:before, #header.fixed #logo:after {
	display: none;
}

.responsive_menu{   
    top: -105px;
    left: 0;
    margin: 0 auto;
    height: 105vh;
    width: 100%;
	background: #FFF8EA;
    display: flex;
    flex-direction: column;
    z-index: 999;
	position: absolute;
    transition: opacity .9s cubic-bezier(.55,0,.1,1);
    opacity: 0;
    pointer-events: none;
	overflow: scroll;
}
#header.fixed .responsive_menu {
	top: 0;
}
.responsive_menu .responsive_menu_container {   
    width: 92%;
    margin-left: 8%;
    position: relative;
    margin-top: 195px;
    display: flex;
    align-items: center;
}
.responsive_menu.active {   
    opacity: 1;
    pointer-events: all;
    transition: opacity .9s cubic-bezier(.55,0,.1,1), transform .9s cubic-bezier(.55,0,.1,1);
}

.responsive_menu img {
	width: 100%;
    transform-origin: right bottom;
    transform: scale(.6) rotate(5deg);
    opacity: 0;
    transition: transform 1.6s cubic-bezier(.55,0,.1,1), opacity 1.9s cubic-bezier(.55,0,.1,1);
}

.responsive_menu.active img {
	transform: scale(1) rotate(0deg);
    opacity: 1;
}

.responsive_menu .menu_bg {
	position: absolute;
    right: 0;
    bottom: -15px;
    opacity: 0;
    transition: all .3s cubic-bezier(.55,0,.1,1);
    width: 75%;
    max-width: 75%;
	z-index: -1;
}

.responsive_menu.active .menu_bg {
	opacity: 1;
}

.logo_menu {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: block;
    width: 100%;
    background: url(../img/layout/logo_symbol.svg) no-repeat scroll center center;
    background-size: contain;
    z-index: 1;
    transition: all 0.5s ease-in-out;
    top: 15px;
    width: 120px;
    height: 120px;
}

.responsive_menu .responsive_menu_inner {
    position: relative;
}

.room_box_menu {
	position: relative;
    overflow: hidden;
}

.room_box_menu img {
    transition: all 0.3s ease-out;
    transform: scale(1.05);
    height: 100%;
    object-fit: cover;
}

.room_box_menu:hover img {
	transform: scale(1);
}

.room_box_menu h4 {
    text-transform: uppercase;
    color: #fff;
    padding-top: 20px;
    text-align: right;
    font-weight: 100;
    font-size: 17px;
}

.responsive_menu .swiper-container {
    display: flex;
    align-items: stretch;
}

.responsive_menu .swiper-wrapper {
	height: auto;
}

.responsive_menu .suite-button-next {
	background-size: 55px;
    right: 15px;
    left: auto;
	width: 55px;
	height: 55px;
}

.responsive_menu .suite-button-prev {
	background-size: 55px;
    left: 15px;
	width: 55px;
	height: 55px;
}

.room_box_menu.empty {
	height: 100%;
    background: #EAE6DE;
    display: flex;
    justify-content: center;
    align-items: center;
}

.room_box_menu.empty h4 {
	padding: 0;
    font-size: 15px;
    letter-spacing: 4px;
    font-weight: 350;
    padding: 15px 25px 15px 25px;
    border-bottom: 1px solid #988158;
    display: block;
    width: fit-content;
    transition: all 0.35s ease-in-out;
    color: #988158;
}

.responsive_menu #lang_info {
    top: 70px;
    left: 12%;
}

.graphic_43.menu {
	display: none;
}

.menu_img {
	background-image: url('../img/layout/menu.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	height: 100vh;
	mix-blend-mode: difference;
    border-bottom-left-radius: 500px;
    border-top-left-radius: 500px;
}

.responsive_menu ul{ width: 100%;  float: left;  list-style: none; }
.responsive_menu ul li{ width: 100%;  display: block; }
.responsive_menu ul li a{
	display: flex;
	align-items: center;
    position: relative;
    z-index: 9999;
    font-size: 25px;
    color: #fff;
    padding: 15px 0px 15px 0px;
    font-weight: 300;
    transition: all 0.3s ease-in 0s;
    font-family: 'Source Serif 4', system-ui;
}

.responsive_menu ul li a:before {
	content: '';
	position: absolute;
	left: 0;
	height: 1px;
	width: 0px;
	border-top: 1px solid #fff;
	transition: all 0.3s ease;
	margin-right: 0px;
}

.responsive_menu ul li a:hover::before {
	width: 30px;
	margin-right: 20px;
}

.responsive_menu ul li:last-child a:after {
	display: none;
}

.responsive_menu ul li.hide_item {
	display: none;
}

.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 a:hover{ padding-left: 50px; }
.responsive_menu ul li a:hover:after{background: #fff;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{
    margin-top: 50px;
    margin-bottom: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(20px);
    opacity: 0;
    transition: all .6s cubic-bezier(.55,0,.1,1);
	margin-left: 8%;
    margin-right: 8%;
}

.responsive_menu.active .contact_menu {
	transform: translateY(0);
    opacity: 1;
    transition-delay: 1.2s;
}

.contact_menu_left {
	display: flex;
	align-items: center;
}

.responsive_menu .contact_menu p {
    font-size: 22px;
    color: #606060;
    line-height: normal;
    font-family: Georgia, "Times New Roman", Times, serif;
    padding-right: 40px;
}

.responsive_menu .contact_menu p a {
    color: #606060;
    transition: all 0.3s ease-in-out;
}

.responsive_menu .contact_menu p a:hover {
	color: #988158;
}

.tabcontent .page_heading_shadow {
	background: linear-gradient(180deg, #3b4553c7 0%, #3b4553c7 20%, #3b4553c7 70%);
}

.responsive_menu .contact_menu img{
    width: 37px;
    display: inline-block;
    margin: 0 15px;
    vertical-align: middle;
}

.menu_social {
    position: relative;
    display: flex;
    align-items: center;
}

.menu_social a {
    color: #fff;
    font-size: 16px;
    font-weight: 100;
}

.contact_menu_container{width:100%;max-width:1500px;margin:0 auto;display: flex;}

/* Newsletter */

.newsletter_wrap {
    padding-left: 70px;
}

.newsletter-input {
    width: calc(100% - 105px);
	position: relative;
    margin-right: 105px;
}

.newsletter_title {
    font-size: 22px;
    margin-bottom: 30px;
    font-weight: 100;
    color: #fff;
    font-family: 'Source Serif 4', system-ui;
}

.newsletter_subtitle {
	font-size: 23px;
    font-weight: 300;
    color: #000;
    padding-top: 10px;
	line-height: normal;
}

.newsletter-input label {
	color: #cfcdcd;
    font-weight: 100;
}

.newsletter-input .input.text {
	width: calc(49% - 50px);
	display: inline-block;
	margin-right: 50px;
}

.newsletter-input .input.text.last {
    width: calc(100% - 65px);
    margin-top: 30px;
}

.newsletter-input input {
	border: none;
    border-bottom: 1px solid #BDBDBD;
    width: 100%;
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    padding: 8px 0;
    text-align: left;
    background: none;
}

.newsletter-input input::placeholder {
	color: #fff;
}

.newsletter-input .submit input {
	background: none;
    color: #988158;
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 5px;
    padding: 0;
    transition: all 0.2s ease-in-out;
    width: fit-content;
    display: block;
    border: none;
    position: absolute;
    bottom: 30px;
    right: 60px;
    background-image: url(../img/layout/arrow_right_gold.svg);
    background-repeat: no-repeat;
    background-size: 7px;
    padding-left: 20px;
    background-position: 0 53%;
}

.newsletter-input .submit input:hover {
    color: #fff;
}

.ioannina_left {
	padding-right: 85px;
}

.ioannina_img_mob {
	display: none;
}

.page_text p.subtitle {
	font-size: 16px;
    letter-spacing: 4px;
    position: relative;
    text-align: center;
    width: fit-content;
    margin: 0 auto 30px auto;
    border-bottom: 1px solid #444;
    padding: 0 50px 5px 50px;
}

.page_text h4 {
	text-align: center;
    color: #988158;
    font-size: 22px;
    font-weight: 100;
    line-height: normal;
}

.diagram {
	position: relative;
}

.diagram.left {
	padding-right: 100px;
}

.diagram.left img, .diagram.right img {
	display: inline-block;
    float: left;
    margin-right: 30px;
}

.diagram.right {
    padding-left: 100px;
    padding-top: 90px;
}

.diagram.left:after {
    content: '';
    position: absolute;
    border: 1px solid #C7C0B8;
    border-radius: 100%;
    width: 33px;
    height: 33px;
    top: 93px;
    right: -30px;
}

/* Footer */
.padd_prefooter{
    padding-top: 60px;
    padding-bottom: 55px;
    background: #303030;
	z-index: 1;
    position: relative;
}
.footer_box.right {
	float: right;
    margin-right: 50px;
}
.footer_box h6{
    font-size: 26px;
    margin-bottom: 30px;
    line-height: normal;
    font-family: 'Noto Serif', sans-serif;
    font-weight: 300;
    color: #3B4553;
}

.footer_box {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.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_container.pd-130 { padding-left: 130px; }

.footer_box.first p{
    color: #0A1728;
    font-size: 18px;
    line-height: 30px;
    transition: all 0.3s ease-in-out;
    text-align: center;
    font-weight: 300;
    width: fit-content;
    margin: 0;
	padding: 0;
    border-bottom: 1px solid #595F67;
}

.footer_box.middle {
	padding-left: 80px;
}

.footer_box table tr {
	padding: 5px 0;
}

.footer_box table td {
	font-size: 19px;
    padding: 6px 0;
    font-weight: 300;
    line-height: 35px;
    color: #333;
}

.footer_box table td a {
	margin-left: 30px;
	transition: all 0.3s ease-in-out;
}

.footer_box table td a:hover {
	color: #c69d62;
}

.footer_box a.footer_link {
    padding: 15px 40px 15px 65px;
    font-size: 17px;
    letter-spacing: 2px;
    margin: 0;
    display: block;
    width: fit-content;
    color: #0A1728;
    font-weight: 400;
    position: relative;
    overflow: hidden;
    border-top: 1px solid #CAA46E;
    border-bottom: 1px solid #CAA46E;
    background-image: url(../img/layout/arrow.svg);
    background-repeat: no-repeat;
    background-size: 24px;
    background-position: 10% center;
    transition: all 0.35s ease-in-out;
}

.footer_box a.footer_link:hover {
	box-shadow: inset 0 0 0 0.5em #C69D62;
    border-color: #C69D62;
}

.footer_box p a {
    color: #fff8ea;
    transition: all 0.3s ease-in-out;
}

.footer_box.left {
    margin-left: 165px;
    margin-right: 0;
}

.footer_box p a:hover {
	color: #988158;
    border-bottom: 1px solid #988158;
	transition: all 0.3s 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; }

.footer_box p {
    font-size: 23px;
    font-weight: 100;
    color: #fff8ea;
    padding-right: 60px;
    font-family: Georgia, "Times New Roman", Times, serif;
}

.footer_right {
	height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
}

.footer_box p.last {
	padding-right: 0;
}

.footer_box a.find_us {
    font-size: 18px;
    font-weight: 100;
    color: #c7c6c6;
    padding: 0px 0 15px 0;
    margin-top: 25px;
    display: block;
    border-bottom: 1px solid #fff;
    width: fit-content;
	transition: all 0.3s ease-in-out;
}

.footer_box a.find_us:hover {
    color: #988158;
    border-bottom: 1px solid #988158;
}

.footer_box.last {
	padding-left: 60px;
}

.footer_box.last p {
	border-top: 1px solid #1D2937;
    width: fit-content;
    font-size: 21px;
    border-bottom: 1px solid #1D2937;
    padding: 15px 0;
    margin-bottom: 20px;
	color: #3b4553;
}

.footer_logo {
    position: relative;
}

.footer_logo img {
    max-width: 230px;
    width: 100%;
}
.footer_details_left{width:50%;float:left;}
.footer_details_right{width:50%;float:left;}

.footer_social {
    width: 100%;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: flex-end;
    padding-top: 30px;
}

.footer_box .footer_social p {
    border-bottom: none;
    font-family: 'Noto Serif', sans-serif;
    font-size: 21px;
    font-weight: 400;
    color: #46596D;
    margin-right: 15px;
}

.footer_social.mob {
	display: none;
}

.footer_social a {
	transition: all 0.3s ease-in-out;
}

.footer_social img {
    width: 40px;
    margin: 0 8px;
}

.footer_social a:hover {
	color: #000;
}

.footer_menu {
    border-bottom: 1px solid #8B7752;
    border-top: 1px solid #8B7752;
    padding: 0px 90px;
    margin: 55px 0;
}

.footer_menu ul {
	display: flex;
    justify-content: space-between;
}

.footer_menu ul li {
	display: inline-block;
}

.footer_menu ul li a {
    color: #fff;
    font-family: 'Source Serif 4', system-ui;
    font-size: 22px;
    font-weight: 200;
    padding: 27px 0;
    display: block;
	z-index: 0;
	position: relative;
	transition: all 200ms cubic-bezier(0.77, 0, 0.175, 1);
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.footer_menu ul li a:hover {
	color: #988158;
}

.footer_menu ul li a:after {
    content: '';
    position: absolute;
    transition: inherit;
    z-index: -1;
	bottom: 0;
    left: 0;
    height: 0;
    width: 100%;
    background: #FAF8F5;
}

.footer_menu ul li a:hover::after {
	background: #FAF8F5;
    transition-delay: .15s;
	top: 0;
    height: 100%;
}

/* ============= ESPA ================= */
.espa_wrap {
    position: absolute;
    z-index: 99;
    bottom: 0px;
    width: 100%;
    margin: 0 auto;
    left: 0;
    right: 0;
	text-align: center;
}
.espa_wrap img { max-width: 45%; margin-bottom: 10px; }

.espa_wrap p a {
    font-size: 16px;
}

.espa_wrap p.sec {
    line-height: 28px;
}

.espa_wrap p.first {
	color: #333;
    font-weight: 500;
    margin-bottom: 20px;
}

@media only screen and (max-width: 991px) {
}

@media only screen and (max-width: 767px) {
	.espa img, .espa.sec img { max-width: 100%; width: 250px; }
	.espa.third img, .espa.four img { width: 100%; }
	.espa.sec {
		bottom: 34px;
	}

	.espa.four {
		bottom: 125px;
	}

	.espa.third {
		bottom: 67px;
	}
}

@media only screen and (max-width: 549px) {
	.espa img, .espa.sec img {
		width: 200px;
	}

	.espa.third img {
		width: 130px;
	}

	.espa.sec {
		bottom: 27px;
	}

	.espa.third {
		bottom: 54px;
	}

	.espa.four img {
		width: 80px;
	}

	.espa.four {
		bottom: 104px;
	}
}

@media only screen and (max-width: 380px) {
	.espa img, .espa.sec img { max-width: 100%; width: 180px; }
	.espa.third img { width: 120px; }
	.espa.sec {
		bottom: 24px;
	}

	.espa.third {
		bottom: 48px;
	}

	.espa.four img {
		width: 70px;
	}

	.espa.four {
		bottom: 94px;
	}
}

/* ============== END ESPA ============== */



/* Copyright */
.padd_footer{
    background: #303030;
}
.copyright{
    font-size: 18px;
    color: #FFF8EA;
    display: inline-block;
    margin-right: 80px;
    font-family: Georgia, "Times New Roman", Times, serif;
}

.copyright_wrapper {
    padding: 50px 0;
    border-top: 1px solid #D7D1C6;
}

.copyright a{	color: #fff;}
#wapp{position:relative;float:right; background-color:#00000001;}
#wapp a{
	display: block;
    width: 90px;
    height: 25px;
    background: transparent url(../img/layout/wapp.svg) no-repeat center;
    text-indent: -999999px!important;
    background-size: 100%;
	background-color:#00000001;
}

.copyright_wrapper ul {
	display: inline-block;
}

.copyright_wrapper li {
    display: inline-block;
    padding: 0px 15px;
    position: relative;
}

.copyright_wrapper li:last-child {
	padding-right: 0;
}

.copyright_wrapper li:last-child::after {
	display: none;
}

.copyright_wrapper li a {
    font-size: 18px;
    transition: all 0.3s ease-in-out;
    color: #fff8ea;
    font-family: Georgia, "Times New Roman", Times, serif;
}

.copyright_wrapper li a:hover {
    color: #988158;
}


/* PAGE HEADINGS
================================================== */

.page_heading_image {
	position: relative;
    color: #fff;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 100vh;
    min-height: 400px;
    overflow: hidden;
}

.page_heading_image.small {
    height: 83vh;
}

.page_heading_shadow{
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.35) 20%, rgba(0, 0, 0, 0.5) 65%, rgba(0, 0, 0, 0.3) 70%);
    z-index: 1;
}

.home_header .page_heading_shadow {
	height: 80vh;
	min-height: 600px;
}

.page_heading_shadow.small {
	height: 83vh;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 20%, rgba(0, 0, 0, 0.3) 70%);
}

.image_shadow {
    height: 90vh;
	min-height: 880px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(90deg, rgb(0, 0, 0, 0.5) 10%, rgba(0, 0, 0, 0.5) 60%, rgba(0, 0, 0, 0.1) 80%);
    z-index: 1;
}

.slide_shadow {
    height: 90vh;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.1) 70%);
    z-index: 11;
}

.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 p {
	font-size: 20px;
    font-weight: 300;
    line-height: normal;
    display: block;
    color: #fff;
    text-align: center;
    font-family: 'Source Serif 4', sans-serif;
    width: 85%;
    margin: 20px auto 0 auto;
}

.page_heading_image .home_header_content h1 {
    font-weight: 300;
    color: #222;
}

.page_heading_image .dynamic_title h1 {
    font-size: 72px;
    line-height: 80px;
    margin-top: 100px;
}

.page_heading_image.white .home_header_content h1 {
    color: #fff;
    font-weight: 200;
    z-index: 1;
}

.no_banner {
	height: 100vh;
	position: relative;
	display: block;
	overflow: hidden;
	background: #282828;
}

/* PAGE TEXT
================================================== */
.page_text {
	position: relative;
}
.page_text h1 {
    font-size: 65px;
    font-family: Georgia, "Times New Roman", Times, serif;
    color: #BF9F68;
    line-height: 70px;
    margin-bottom: 50px;
	background: #00000001;
}

.page_text h1 span.gold {
	display: block;
    color: #C69D62;
	background: #00000001;
}
.page_text h2 {
    font-size: 60px;
    line-height: 75px;
    margin-bottom: 30px;
    color: #606060;
    font-family: Georgia, "Times New Roman", Times, serif;
}
.page_text h3 {
    font-size: 28px;
    line-height: normal;
    margin-top: 20px;
    margin-bottom: 15px;
    color: #606060;
    font-family: Georgia, "Times New Roman", Times, serif;
}

.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 ul {
	margin: 15px 0 15px 0px;
    position: relative;

}
.view_suites_description ul li {
    padding: 0 25px;
    font-size: 20px;
    line-height: normal;
    color: #fff8ea;
    transition: all 0.3s ease 0s;
    position: relative;
    display: inline-block;
    font-family: Georgia, "Times New Roman", Times, serif;
    border-right: 1px solid #fff8ea;
}

.view_suites_description ul li:first-child {
	padding-left: 0;
}

.view_suites_description ul li:last-child {
	border-right: none;
	padding-right: 0;
}

.view_suites_description{
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding-left: 30px;
    padding-right: 30%;
}

.view_suites_description p {
	color: #FFF8EA;
    font-weight: 100;
}
    
.page_text .view_suites_description h2{
    color: #FFF8EA;
}

.page_text.rooms_swiper h1 {
	position: absolute;
    font-size: 72px;
    line-height: 82px;
}

.rooms_swiper {
	background: #303030;
	overflow: visible !important;
}

.rooms_swiper_left {
	margin-right: 40px;
}

p.title {
	color: #606060;
	font-weight: 100;
    font-size: 18px;
    letter-spacing: 6px;
    margin-bottom: 15px;
}

.view_suites_description p.title {
	color: #FFF8EA;
	margin-bottom: 30px;
}

.page_text .view_suites_description ul {
    width: fit-content;
    margin: 55px 0 15px 0;
    display: flex;
    align-items: center;
}

.view_suites_description ul img {
    width: 35px;
    margin-right: 25px;
}

.view_suites_description ul img.persons {
	width: 45px;
}

.view_suites_description .button {
	color: #FFF8EA;
	border: 1px solid #FFF8EA;
}

.view_suites_description .button:hover {
	color: #303030;
}

.view_suites_description .button:after {
    background: #FFF8EA;
}

.room_swiper_img_rght {
	position: absolute;
    width: 300px;
    z-index: 1;
    right: 110px;
    margin-top: -55px;
}

.button {
	font-size: 19px;
    padding: 20px 47px;
    display: block;
    width: fit-content;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #606060;
    position: relative;
    z-index: 0;
    border: 1px solid #606060;
    border-radius: 40px;
    font-family: Georgia, "Times New Roman", Times, serif;
    margin-top: 60px;
	overflow: hidden;
}

.button.white {
	color: #fff8ea;
	border: 1px solid #fff8ea;
}

.button.white:hover {
	color: #303030;
}

.button.white:hover::after {
    background: #fff8ea;
}

.button:after, .button:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: all .6s cubic-bezier(.55,0,.1,1);
}

.button:after {
    background: #606060;
    transform: scaleY(0);
    border-radius: 40px;
    transform-origin: center bottom;
	z-index: -1;
}

.button:hover:after {
	transform: scaleY(1);
}

.button:hover {
    color: #fff8ea;
    transition: all .6s cubic-bezier(.55,0,.1,1);
}

.button.center {
	margin: 60px auto 0 auto;
}

.page_text p.zoom{font-size:12px; z-index: 3;  position: relative;}
.centered {text-align:center;}
.left_image {float:left;max-width:400px; margin:10px 30px 10px 0;}
.left_image.offset_top { margin-top:-30px;}
.right_image {float:right;max-width:400px; margin:10px 0px 10px 30px;}
.right_image.offset_top { margin-top:-70px;}

.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;
}

.spa_treats {
	margin: 70px 0 20px 0;
	background-color: #9f9e9e;
	padding: 30px 0;
}

.spa_treats h2 {
	text-align: center;
	color: #fff;
	margin-bottom: 30px!important;
	font-size: 30px!important;
}

.page_text.spa_treats ul {
	text-align: center;
	overflow: hidden;
}

.page_text.spa_treats .spa_list li {
	background-image: url(../img/layout/spa_white.svg);
	padding: 15px 25px 25px 25px;
    display: inline-block;
    margin: 3px 15px;
}

.page_text.spa_treats .spa_list li a {
	color: #fff;
	font-family: 'Manrope';
}

.page_text .spa_list li {
	background-image: url(../img/layout/spa.svg);
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: left 19px;
	padding: 15px 15px 25px 25px;
}

.spa_list a {
	padding-left: 10px;
    color: #9a9f87;
    font-weight: 400;
	transition: all 0.3s ease-in-out;
}

.spa_list a:hover {
	text-decoration: underline;
}

.location_text{
	padding: 9% 4% 3% 4%;
    width: 42%;
    background: #fff;
    float: right;
    margin-right: 5%;
}

.location_text p {
	margin-bottom: 10px;
	font-size: 28px;
    font-weight: 300;
    line-height: 55px;
    font-family: 'Open Sans';
    color: #000;
}

.location_link {
	padding: 5% 0% 30% 0%;
    width: 42%;
    background: #0000003b;
    float: right;
    margin-right: 5%;
    display: flex;
    clear: both;
    position: relative;
    justify-content: center;
    align-items: center;
}

.location_link a {
	color: #fff;
    font-family: 'Manrope', sans-serif;
	font-size: 65px;
    line-height: 75px;
}

/* .location_link a:hover {
	-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;
} */

.location_link a: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: 30px;
    right: 10px;
}

@-webkit-keyframes shine_letters {
	from {
	  -webkit-mask-position: 150%;
	}
	
	to {
	  -webkit-mask-position: -50%;
	}
  }

.location_text h3{font-size: 40px; letter-spacing: normal; color: #29365b; text-transform: none; margin-bottom: 20px;}

.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 { height:106vh!important; min-height: 900px; position:relative; overflow:hidden; background-color: #fff8ea; }
.home_header_shadow{
	height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(180deg, #2d221e7a 100%, #2d221e7a 100%, #2d221e7a 100%);
    z-index: 1;
}
.hero_bg{
	width: 100%;
    height: 80vh;
    min-height: 600px;
    position: absolute;
    top: 0;
    left: 0;
    background-position: bottom center;
    /* animation: pan-y 30s linear infinite; */
    transition: all 0.3s ease;
    background-repeat: no-repeat;
    background-size: cover;
}

@keyframes pan-y {
	0% {
		background-position: top;
		background-size: cover 110%;
	}
	50% {
		background-position: bottom;
		background-size: cover 100%;
	}
	100% {
		background-position: top;
		background-size: cover 110%;
	}
}

.home_header_content {
    z-index: 10;
    display: flex;
    position: absolute;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}
.home_header_content p { font-size:20px;font-weight:300; line-height: 30px; color:#fff;  text-shadow:1px 0 50px rgb(0 0 0 / 80%);  display: block; margin-bottom:20px; }
.home_header_content h1 {
    font-size: 70px;
    line-height: 85px;
    font-weight: 200;
    color: #fff;
    display: block;
    max-width: 100%;
    text-align: center;
    font-family: 'Piazzolla', serif;
}

.dynamic_title {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    z-index: 10;
    position: relative;
    flex-direction: column;
}

.home_header .dynamic_title {
    height: 90%;
}

.dynamic_title p.subtitle {
    font-size: 18px;
    font-weight: 100;
    color: #fff;
    letter-spacing: 0.5px;
    margin-bottom: 15px;
    position: relative;
    padding: 0 50px;
}

.dynamic_title p.subtitle:before {
	content: '';
    position: absolute;
    border-top: 1px solid #fff;
    left: 0;
    width: 30px;
    margin-top: 13px;
}

.dynamic_title p.subtitle:after {
	content: '';
    position: absolute;
    border-top: 1px solid #fff;
    right: 0;
    width: 30px;
    margin-top: 13px;
}

.dynamic_title h1 {
    font-size: 75px;
    line-height: 85px;
    color: #FFF8EA;
    display: block;
    max-width: 100%;
    text-align: center;
    font-family: Georgia, "Times New Roman", Times, serif;
	background: #00000001;
    /* margin-top: 100px; */
}

.dynamic_title h1 span.number {
	font-size: 130px;
    display: block;
    font-weight: 200;
    margin-bottom: 20px;
}

.dynamic_title span {
	font-size: 21px;
    margin-top: 25px;
    font-weight: 200;
}

.page_text.room_intro h2 {
    position: absolute;
    font-size: 100px;
    left: -20%;
    margin-top: -70px;
    z-index: -1;
    opacity: 0.2;
    line-height: 95px;
	width: 135%;
}

.room_description {
	padding-left: 120px;
}

.room_description a.book {
    padding: 17px 30px 17px 70px;
    font-size: 17px;
    letter-spacing: 2px;
    margin: 45px 0 0 0;
    display: block;
    width: fit-content;
    color: #0A1728;
    font-weight: 400;
    position: relative;
    overflow: hidden;
    border-top: 1px solid #CAA46E;
    border-bottom: 1px solid #CAA46E;
    background-image: url(../img/layout/arrow.svg);
    background-repeat: no-repeat;
    background-size: 27px;
    background-position: 13% center;
    transition: all 0.35s ease-in-out;
}

.home_header_content .circle {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 650px;
    height: 650px;
    top: 21%;
}

a.vrt_msg{
    line-height: normal;
    margin-bottom: 0;
    padding: 30px;
	color:#fff;
	font-weight:700;
	letter-spacing:2px;
}

  .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%;
	}
  }





.scrollButtonContainer {
    position: absolute;
    z-index: 10;
    color: white;
    display: block;
    width: 100%;
    left: 0;
    right: 0;
    top: 90%;
    margin: 0 auto;
    text-align: center;
    transition: all 1s;
}

.scrollButtonContainer img {
    width: 45px;
    height: 40px;
}

div.scroll-suggestion {
    margin: auto;
    color: #fff;
}

.scrollButtonContainer a {
    display: flex;
    margin: 0 auto;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    justify-content: center;
}

.scrollButtonContainer p {
    margin-bottom: 10px;
    font-size: 14px;
    letter-spacing: 0.5px;
    line-height: 18px;
    font-weight: normal;
	color:#fff;
}
.hvr-wobble-vertical {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-animation-name: hvr-wobble-vertical;
  animation-name: hvr-wobble-vertical;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

/* Wobble Vertical */
@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; font-family: 'Alegreya', serif;}
.home_center_title p.grey_parag{font-size:18px; color:#000;margin-top:20px;margin-bottom:30px;font-weight:100;}


.suites_title {
	position: absolute;
    top: -315px;
    z-index: 99;
    width: 100%;
}

.suites_title h2 {
	font-size: 85px;
    line-height: 85px;
    font-weight: 300;
    margin-top: 35px;
    margin-bottom: 20px;
    color: #B0ADA8;
    margin-left: 8%;
    font-family: 'Manrope', sans-serif;
}

.suites_title h2 span {
	color: #B0ADA8;
    font-weight: 400;
}

img.rooms_home {
	position: absolute;
    top: -280px;
	right: 3px;
    width: 80%;
    padding-bottom: 125vh;
    background-color: #D8D6CF;
}

.rooms_home {
	text-align: center;
}

.rooms_home_graphic {
	position: absolute;
    left: 0;
    bottom: -21%;
    width: 52%;
    height: 121%;
    z-index: 0;
    background-image: url(../img/layout/elata_bg.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: bottom;
    transform: scaleX(-1);
}

.page_text .rooms_home h2 {
	font-size: 55px;
    line-height: 65px;
    margin-bottom: 0;
}

.room_details p {
    font-weight: 100;
    color: #fff8ea;
}

.room_details  ul {
    width: fit-content;
    margin: 55px auto 15px auto;
    display: flex;
    align-items: center;
}

.room_details ul li {
    padding: 0 25px;
    font-size: 20px;
    line-height: normal;
    color: #fff8ea;
    transition: all 0.3s ease 0s;
    position: relative;
    display: inline-block;
    font-family: Georgia, "Times New Roman", Times, serif;
    border-right: 1px solid #fff8ea;
}

.room_details ul li:first-child {
    padding-left: 0;
}

.room_details ul li:last-child {
	border-right: none;
    padding-right: 0;
}

.room_details ul li img {
    width: 35px;
    margin-right: 25px;
}

.room_details ul li img.persons {
    width: 45px;
}

.room_buttons {
    position: absolute;
    right: 14%;
    top: 55px;
    display: flex;
    gap: 20px;
}

.rooms_photos:after {
    content: '';
    position: absolute;
    right: 0;
    top: 100px;
    background: #303030;
    width: 36%;
    height: 715px;
}

#home_rooms .swiper-slide, #other_rooms .swiper-slide {
    transition: all 0.35s ease-in-out;
    display: flex;
    align-items: center;
}

.view_all {
    position: absolute;
    right: 0;
    top: 20px;
}

.view_all a:hover::after {
	width: 100%;
}

.rooms_more.facilities {
    position: relative;
    bottom: 10px;
    float: right;
    color: #444;
    font-size: 24px;
    border-bottom: 1px solid #444;
    margin-right: 140px;
}

.rooms_more.facilities:after {
	background-image: url(../img/layout/asset_black.svg);
}

.rooms_more.facilities:hover {
	color: #444;
}

.rooms_more.mob {
	display: none;
}

.rooms_more:hover {
	color: #fff;
	transition-delay: .5s;
}

.rooms_more:before {
    content: '';
    position: absolute;
    transition: inherit;
    z-index: -1;
    top: 0;
    left: 50%;
    height: 100%;
    width: 0;
    border-top: 1px solid #222;
    border-left: 0;
    border-right: 0;
}

.rooms_more.right:before {
	border-top: 1px solid #988158;
}

.rooms_more:hover::before {
    left: 0;
    transition-delay: 0s;
    width: 100%;
}

.rooms_more:after {
    content: '';
    position: absolute;
    transition: inherit;
    z-index: -1;
    bottom: 0;
    left: 0;
    height: 0;
    width: 100%;
    background: #222;
}

.rooms_more.right:after {
	background: #988158;
}

.rooms_more:hover::after {
    top: 0;
    height: 100%;
    background: #222;
    transition-delay: .35s;
}

.rooms_more.right:hover::after {
	background: #988158;
}

.room_book {
    position: absolute;
    top: 0;
    left: 30px;
    color: #222;
    font-size: 17px;
    font-weight: 500;
    background: #EFDF91;
    padding: 25px 30px;
    transition: all 0.3s ease-in-out;
    font-family: 'Piazzolla', serif;
    width: 170px;
    text-align: center;
}

.room_question {
	position: absolute;
    top: 70px;
    left: 30px;
    color: #fff;
    font-size: 17px;
    font-weight: 400;
    background: #c1a4197a;
    padding: 25px 30px;
    transition: all 0.3s ease-in-out;
    font-family: 'Piazzolla', serif;
    width: 170px;
    text-align: center;
    z-index: 1;
}

.room_question:hover {
	background: #E5CA48;
	color: #000;
}

.room:nth-child(3n+2) {
    clear: both;
}

.room_category_title {
	margin-left: 35px;
}

.room_box {
    margin: 25px 20px;
    position: relative;
    border: 1px solid #D0C9C1;
    transition: all 0.35s ease-in-out;
}

.room_box:hover .rooms_more, .room_box:hover .rooms_more {
    background: #c69d62;
	color: #fff;
}

.room_box:hover .rooms_more:after, .room_box:hover .rooms_more:after {
	background-image: url(../img/layout/arrow_white.svg);
}

.room_box img {
    transition: all 0.3s ease-in-out;
    padding: 25px 25px 0 25px;
}

.view_suites_description img.sqm {
    padding: 0!important;
    width: 35px;
    display: block;
    margin: 0 auto 10px auto;
}

.view_suites_description img.people {
    padding: 0!important;
    width: 40px;
    display: block;
    margin: 0 auto 10px auto
}

.view_suites_description img.bed {
    padding: 0!important;
    width: 50px;
    display: block;
    margin: 0 auto 10px auto;
}

/* .room_box:hover {
    box-shadow: inset 0 0 1em 1em #C69D62;
    border-color: #C69D62;
} */

.swiper-slide.swiper-slide-active .room_question {
    background: #fff;
    color: #000;
    font-weight: 500;
	transition: all 0.3s ease-in-out;
}

.swiper-slide.swiper-slide-active .room_question:hover {
	background: #E5CA48;
}

.room_book.mob {
	display: none;
}

.room_book:hover {
	color: #fff;
}

.rooms_left_image {}
.rooms_left_image img {max-width:100%;}

.facilities_intro button {
	margin-top: 20px;
    float: right;
    border: none;
    background: none;
    color: #9a9f87;
    font-size: 15px;
}

.facilities_intro button img {
	width: 25px;
    margin-right: 8px;
}

.facilities_reverse .room_right_image img {
    width: 100%;
	float: right;
}

.rooms_home ol {
	list-style: inside;
	margin-top: 20px;
	margin-bottom: 20px;
}

.page_text h5 {
	color: #9a9f87;
    font-size: 28px;
    border-bottom: 1px solid #9a9f87;
    width: fit-content;
    margin-bottom: 20px;
    font-weight: 400;
}

.rooms_home ol li {
	color: #606060;
    font-size: 20px;
	font-weight: 100;
	line-height: 35px;
}

.rooms_home ul {
	list-style: revert;
}

.rooms_home ul li {
	font-size: 20px;
    width: 49%;
    display: inline-block;
    line-height: 40px;
    color: #000;
    margin-bottom: 10px;
}

.list_spa {
	display: inline-block;
    width: 49%;
}

.facilities p {
	font-size: 21px;
	font-weight: 300;
	line-height: 35px;
	margin-top: 15px;
    margin-bottom: 30px;
}

.rooms_home .home_half_text {
    padding: 5px 15px 5px 100px;
}

.rooms_description {
    text-align: center;
    padding: 0px 40px;
}

.rooms_description p {
	color: #fff8ea;
	font-weight: 100;
	background: #00000001;
}

.rooms_wrapper {
	margin: 0px 9% 100px 0;
    position: relative;
    overflow: hidden;
    background: #303030;
    display: flex;
    align-items: center;
}

.rooms_wrapper.right {
	margin: 0px 0 100px 9%;
}

.rooms_wrapper .room_image {
	padding-right: 50px;
}

.rooms_wrapper.right .room_image {
	padding-left: 50px;
	padding-right: 0;
}

.room_details {
    padding: 0 80px 0 25%;
    text-align: center;
}

.rooms_wrapper.right .room_details {
    padding: 0 25% 0 80px;
}

.room_details p.no {
	font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 23px;
    margin-bottom: 15px;
}

.page_text .room_details h2 {
    color: #fff8ea;
    margin-bottom: 40px;
    font-size: 55px;
    line-height: 60px;
}

.room_details .button {
	margin: 60px auto 0 auto;
    border: 1px solid #fff8ea;
    color: #fff8ea;
}

.room_details .button:hover {
	color: #303030;
}

.rooms_wrapper .room_extra_image {
	width: 300px;
}

.extra-image-container {
	position: absolute;
    top: 50%;
    z-index: 1;
    left: calc(58.33333% - 215px);
    transform: translateY(-50%);
}

.extra-image-container.mob {
	display: none;
}

.rooms_wrapper.right .extra-image-container {
	left: auto;
	right: calc(58.33333% - 215px);
}

.room_details .button:after {
	background: #fff8ea;
}

.rooms_wrapper.last .navigation_swiper_suites {
	display: none;
}

.rooms_wrapper.right .suite_category {
	right: 0;
}

.rooms_wrapper.right .swiper-pagination {
    padding: 0 10px 35px 35px;
	float: right;
}

.rooms_wrapper .swiper-slide:before {
	content: '';
    position: absolute;
    border: 1px solid #988158;
    top: 110px;
    left: 0px;
    width: calc(100% - 110px);
    height: calc(100% - 110px);
}

.rooms_wrapper.right .suite_category p {
    text-align: right;
}

.rooms_wrapper.right:before {
    left: auto;
    right: 15px;
}

.room_size {
	border-top: 1px solid #988158;
    border-bottom: 1px solid #988158;
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    margin: 0 auto;
}

.rooms_description .room_size {
	padding: 15px 0;
}

.room_size img {
    width: 50px;
    margin-right: 20px;
}

.rooms_description ul li img.bed {
    width: 38px;
}

.rooms_description ul li img.bath {
    width: 30px;
}

.reverse-rooms .rooms_description {
	float: right;
}

.page_text .rooms_description h2 {
    color: #3A3A3A;
    font-size: 35px;
    line-height: normal;
    padding: 0px 0 30px 0;
    font-family: 'Source Serif 4', system-ui;
    margin: 0;
}

.rooms_description .room_size p {
    font-size: 21px;
}

.rooms_description ul li {
    font-size: 19px;
    font-weight: 300;
    border-right: 1px solid #988158;
    padding: 0 15px;
}

.rooms_description ul li:last-child {
	border-right: none;
}

.page_text .rooms_description ul {
	margin: 25px 0 30px 0;
}

.rooms_description .room_buttons {
    justify-content: center;
}

.rooms_description ul li img {
	width: 27px;
    margin-right: 15px;
}

.room_title {
	position: absolute;
    bottom: 0;
    background: #00000059;
	padding: 50px 50px 50px 50px;
	width: 100%;
}

.room_title h1 {
	font-size: 45px;
    font-weight: 300;
    margin-bottom: 0;
    color: #fff;
    line-height: 65px;
    padding-left: 105px;
    position: relative;
    font-family: 'Open Sans';
	text-transform: uppercase;
	width: 75%;
}

.room_title h1:before {
	display: none;
}

.room_title .rooms_more {
	bottom: 0px;
    right: 50px;
    float: right;
    position: relative;
}

p.total_rooms {
	position: absolute;
    margin-top: 0px;
    right: 0;
    font-size: 22px;
    color: #000;
    font-weight: 100;
}

.beige_bg.rooms {
    height: 25px;
    width: 41.67%;
    position: absolute;
    bottom: -85px;
    right: 0;
    margin-bottom: 60px;
    background: #ebeae6;
}

.reverse-rooms .beige_bg.rooms {
    height: 25px;
    width: 41.67%;
    position: absolute;
    bottom: -85px;
    left: 0;
    margin-bottom: 60px;
    background: #ebeae6;
}

.rooms_view .room_right_image {
	width: 70%;
    float: right;
    background: #ebeae6e3;
    padding-bottom: 60%;
    position: relative;
}

.rooms_view .room_right_image img {
	width: 100%;
    float: right;
}

.rooms_view .room_book {
    color: #606060;
    border-bottom: 2px solid #606060;
	bottom: 27%;
}

.rooms_view {
	padding-bottom: 0;
}

.room_facilities_wrap {
    position: relative;
    padding: 140px 0 100px 0;
    background: #F0E8DF;
}

.page_text .room_facilities h1 span.gold {
	display: contents;
}

.page_text .swiper-suites-gallery h2, .page_text .swiper-gallery h2 {
	margin-bottom: 60px;
}

.room_features {
	position: relative;
	overflow: visible;
	padding-bottom: 100px;
	border-bottom: 1px solid #303030;
}

.room_features:after {
    content: '';
	position: absolute;
    left: -10%;
    bottom: -25%;
    background-image: url(../img/layout/kladia_bg_2.svg);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    width: 110%;
    height: 160%;
    z-index: 0;
}

.room_facilities {
	position: relative;
	overflow: hidden;
	padding: 60px;
	border-bottom: 1px solid #303030;
}

.room_facilities ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    list-style: none;
}

.room_facilities ul li {
    width: 20%; /* 100% / 5 columns = 20% per item */
    box-sizing: border-box;
    padding: 25px 5px;
    font-size: 20px;
    font-weight: 150;
    line-height: normal;
    color: #303030;
    border-bottom: 1px solid #303030;
}

.room_facilities ul li:nth-child(n+16) {
    border-bottom: none;
}

.features_list {
    border-bottom: 1px solid #606060;
    padding-bottom: 60px;
    margin-bottom: 65px;
    position: relative;
    z-index: 1;
}

.features_list.sec {
	border-bottom: none;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.features_list ul {
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.features_list ul li {
    margin: 0px 0 0px 0;
    padding: 0px 30px;
    font-size: 28px;
    color: #606060;
    font-weight: 300;
    line-height: normal;
    transition: all 0.3s ease 0s;
    display: block;
    position: relative;
    font-family: Georgia, "Times New Roman", Times, serif;
}

.features_list ul li img {
    height: 45px;
    display: block;
    margin: 0 auto 20px auto;
}

.features_list ul li img.small {
	height: auto;
    width: 40px;
}

.features_list ul li img.big {
	height: 50px;
}

.features_img {
	padding-right: 50px;
    margin-bottom: 50px;
}

.total_rooms.gallery {
	text-align: center;
    left: 0;
    right: 0;
    bottom: 0;
}

.total_rooms.gallery span {
	z-index: 2;
    color: #000;
    position: relative;
}

.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;
	font-family: 'Alegreya', serif;
}
.home_left_image{
    position: relative;
    padding-right: 40px;
}

.home_left_image img{
    width: 100%;
    padding-left: 45px;
	filter: grayscale(1);
	transition: all 0.3s ease-in-out;
}

.home_left_image img:hover {
	filter: none;
}

.home_right_text {
    padding-top: 80px;
    padding-left: 80px;
    padding-right: 45px;
}

.page_text .home_right_text h1 {
	font-size: 50px;
}

.page_text .home_right_text h1 span {
	display: block;
    margin-left: 40px;
    font-size: 70px;
    font-weight: 400;
	margin-bottom: 50px;
}

.page_text .home_right_text p {
	padding-right: 60px;
}

.page_text .dynamic_text ul li {
    font-size: 18px;
    line-height: 34px;
    color: #303030;
    font-weight: 100;
    padding: 10px 0 10px 28px;
}

.page_text .dynamic_text ul li:before {
    content: '';
    position: absolute;
    left: 0px;
    border: 2px solid #BF9F68;
    width: 11px;
    height: 11px;
    margin-top: 11px;
}

.page_small_img {
    position: absolute;
    width: 300px;
    z-index: 1;
    right: 16%;
    margin-top: -12%;
}

.dynamic_text .hotel_info {
	padding: 0;
	text-align: left;
}

.page_text .dynamic_text .hotel_info ul {
    margin: 0 0 40px 0;
}

.page_text .dynamic_text .hotel_info ul li:after {
    right: 0;
}

.page_text .dynamic_text .hotel_info ul li {
    padding: 0 80px 0 0;
}

.home_right_image{
	position: relative;
}

.home_right_image img{
    width: 100%;
    padding-left: 25px;
    position: relative;
    z-index: 1;
	filter: grayscale(1);
	transition: all 0.3s ease-in-out;
}

.home_right_image.active img {
	filter: none;
}

.home_right_image img:hover {
	filter: none;
}

.hotel_info {
    padding-top: 60px;
    text-align: center;
}

.page_text .hotel_info ul li {
    display: inline-flex;
    align-items: center;
    padding: 0 65px;
    color: #3B4553;
}

.page_text .hotel_info ul li span.number {
	font-size: 80px;
    color: #C69D62;
    font-weight: 400;
    margin-right: 15px;
    padding: 0;
    line-height: 80px;
    font-family: 'Noto Serif', sans-serif;
}

.page_text .hotel_info ul li span {
    display: block;
    font-size: 20px;
    font-weight: 300;
    padding: 0px;
    text-align: left;
    line-height: 25px;
    color: #3B4553;
}

.page_text .hotel_info ul {
    width: fit-content;
    margin: 0 auto 40px auto;
    border-bottom: 2px solid #c69d62;
    padding-bottom: 20px;
}

.page_text .hotel_info ul li span.first {
	display: block;
    font-size: 23px;
    font-weight: 400;
    padding: 10px 0 10px 0;
    font-family: 'Noto Serif', sans-serif;
    text-align: left;
    line-height: 30px;
    color: #3B4553;
}

.page_text .hotel_info ul li:after {
    content: '&';
    position: absolute;
    font-size: 60px;
    border: none;
    font-family: 'Noto Serif', sans-serif;
    right: -37px;
    top: 40%;
    width: 60px;
    height: 60px;
}

.page_text .hotel_info ul li:last-child::after {
	display: none;
}

.image-container-inner {
    overflow: hidden;
    position: relative;
    border-radius: 24rem 24rem 0 0;
    margin: 0 60px;
}

.image-container-inner.ioannina {
    margin: 100px 140px 0 40px;
}

.zoom-image {
    transition: transform 0.1s ease-in-out;
}

.about_img {

}

.about_text {
	margin-bottom: 35%;
}

.about_graphic {
    background-image: url(../img/layout/about_graphic.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 270%;
    position: absolute;
    top: -35px;
    left: -115%;
    z-index: -1;
    height: 400px;
}

.about_1893 {
    position: absolute;
    top: 50px;
    right: -185px;
    z-index: -1;
    height: 260px;
}

.page_text .about_1893 h1 {
    color: #ECE7DE;
    font-size: 270px;
    font-weight: 350;
}

.about_1893_mob {
	display: none;
}

.about_right .button.mob {
	display: none;
}

.about_graphic.dynamic {
	background-image: url(../img/layout/circle.svg);
}

.about_text p.title {
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
    letter-spacing: 5px;
    position: relative;
    padding-left: 70px;
    display: flex;
    align-items: center;
	margin-bottom: 20px;
}

.about_text p.title:before {
    content: '';
    position: absolute;
    border-top: 1px solid #fff;
    left: -45px;
    width: 90px;
}

.about_text p {
	color: #fff;
    font-family: 'Source Serif 4', system-ui;
    font-size: 24px;
    font-weight: 100;
    line-height: 35px;
}

.about_section .equal {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
}

.about_section {
	overflow: hidden;
	position: relative;
	padding-top: 160px;
    padding-bottom: 220px;
}

.about_section:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -40px;
    background-image: url(../img/layout/kladia_bg_1.svg);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 40%;
    height: 100%;
}

.about_section:after {
    content: '';
    position: absolute;
    right: -120px;
    bottom: -65px;
    background-image: url(../img/layout/elafi_bg.svg);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 440px;
    height: 100%;
    z-index: 0;
}

.image_container {
	position: relative;
	display: block;
	transform: translateY(50vh);
	transition: all .7s cubic-bezier(0.190, 1.000, 0.220, 1.000); 
	transition-timing-function: cubic-bezier(0.190, 1.000, 0.220, 1.000); 
}
  
.image_container img {
	transform: scale(1.5);
	transform-origin: center;
	transition: all 3s cubic-bezier(0.190, 1.000, 0.220, 1.000); 
	transition-timing-function: cubic-bezier(0.190, 1.000, 0.220, 1.000); 
}
  
.image_container.fadeIn img {
	transform: scale(1) !important;	
}
  
.image_container.fadeIn {
	transform: translateY(0px) !important;
}

.about_left .about_img_left {
    padding-left: 50px;
    padding-right: 80px;
	width: 100%;
	vertical-align: middle;
}

.about_left .about_img_right {
    position: absolute;
    bottom: -65px;
    width: 280px;
    right: 0;
}

.about_right {
    display: flex;
    flex-direction: column;
    text-align: center;
    padding-left: 20%;
    z-index: 1;
    position: relative;
}

.about_right .button {
	margin: 60px auto 0 auto;
}

.page_text .about_right h2 {
	font-size: 52px;
    line-height: 62px;
    font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: 0;
}

.about_right p {
	padding: 15px 0;
}

.about_right img {
	width: 85px;
    margin: 0 auto 40px auto;
}


@media (min-width: 768px) {
	.row.equal {
	  display: flex;
	  flex-wrap: wrap;
	}
}

.hours_info {
    padding-top: 70px;
    margin-top: -70px;
	position: relative;
}

.hours_info .yellow_bg {
    width: 100%;
    height: calc(100% - 80px);
    position: absolute;
    top: 0;
    left: 0;
}

.five_minutes {
	background: #282828;
    padding: 100px 100px 100px 180px;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.five_minutes h3 {
    color: #fff;
    display: flex;
    align-items: center;
    font-size: 190px;
    line-height: 130px;
    font-family: 'Piazzolla', serif;
    font-weight: 200;
}

.five_minutes h3:before {
    content: '';
    position: absolute;
    background-image: url(../img/layout/5_minutes.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 42px;
    width: 42px;
    height: 42px;
    left: -40px;
    margin-top: 15px;
}

.five_minutes h3 span {
	font-size: 65px;
    font-family: 'Piazzolla', serif;
    line-height: 65px;
    font-weight: 200;
	position: relative;
	top: 18px;
}

.five_minutes ul {
	margin-top: 70px;
}

.five_minutes ul li {
	font-family: 'Piazzolla', serif;
    padding: 30px 15px;
}

.five_minutes ul li a {
    color: #fff;
    font-size: 50px;
    font-weight: 200;
    padding-right: 50px;
}

.five_minutes .more {
	margin-left: 20px;
    color: #fff;
    font-weight: 400;
	margin-top: 50px;
}

.five_minutes .more:hover {
	color: #333;
}

.services_home {
	position: relative;
	text-align: center;
	overflow: hidden;
}

.services_home p {
	font-family: Georgia, "Times New Roman", Times, serif;
    margin: 70px auto 0 auto;
}

.services_home:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: -11%;
    width: 68%;
    height: 111%;
    z-index: 0;
    background-image: url(../img/layout/elata_bg.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: bottom;
}

.services_home ul {
    display: flex;
    align-items: flex-end;
    margin-top: 80px;
	position: relative;
	z-index: 1;
}

.services_home ul li {
    width: 25%;
    color: #606060;
    font-size: 26px;
    line-height: normal;
    font-family: Georgia, "Times New Roman", Times, serif;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.services_home ul li img {
    height: 90px;
    margin-bottom: 40px;
}

.page_text .services_title h1 span.gold {
	display: inline-block;
}

.page_text .services_title p.subtitle {
    font-size: 20px;
    color: #3b4553;
    padding-left: 45px;
    display: flex;
    margin-bottom: 15px;
    position: relative;
    align-items: center;
    margin: 0 auto 15px auto;
    justify-content: center;
    width: fit-content;
}

.services_list {
	margin-top: 120px;
	padding-bottom: 120px;
}

.service_box {
	display: flex;
	align-items: center;
	position: relative;
}

.service_box:before {
	content: '';
    position: absolute;
    border: 1px solid #C7C0B8;
    border-radius: 100%;
    width: 33px;
    height: 33px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.service_box.left img {
	padding-right: 170px;
}

.service_box.right img {
	padding-left: 170px;
}

.services_text {
	position: relative;
}

.service_box.left .services_text {
	padding-left: 170px;
}

.service_box.right .services_text {
	padding-right: 170px;
}

.services_wrap {
	position: relative;
	display: block;
	overflow: hidden;
}

.service_box.right {
    padding: 80px 0;
}

.restaurant_home {
	background-image: url('../img/layout/restaurant.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 95vh;
	overflow: visible!important;
	min-height: 850px;
}

.restaurant_top, .restaurant_bottom {
	display: none;
}

.restaurant_home .page_heading_shadow {
	height: 95vh;
	min-height: 850px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.25) 20%, rgba(0, 0, 0, 0.25) 65%, rgba(0, 0, 0, 0.25) 70%);
}

.restaurant_left {
    position: relative;
    z-index: 1;
    padding-top: 175px;
    height: 95vh;
    margin-left: 50px;
}

.restaurant_left p.title {
	color: #fff;
	background: #00000001;
}

.restaurant_left h2 {
	color: #fff;
    font-size: 73px;
    line-height: 85px;
	background: #00000001;
}

.restaurant_left h2 span {
	display: block;
    font-size: 92px;
    margin-top: 10px;
}

.restaurant_left img {
	position: absolute;
    bottom: -70px;
    width: 520px;
}

.restaurant_right {
    position: relative;
    z-index: 1;
    height: 95vh;
    margin-right: 50px;
}

.restaurant_right img {
	width: 340px;
    position: absolute;
    top: -80px;
	right: 0;
}

.restaurant_right_text {
    padding-top: 60%;
    padding-left: 28%;
}

.restaurant_right_text p {
    color: #FFF8EA;
    font-weight: 100;
	background: #00000001;
}

.restaurant_right_text .button {
    color: #FFF8EA;
    border: 1px solid #FFF8EA;
    float: right;
	margin-top: 40px;
	background-color: #00000001;
}

.restaurant_right_text .button:hover {
	color: #303030;
}

.restaurant_right_text .button:after {
    background: #FFF8EA;
}

.pines_buttons {
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    align-items: flex-end;
}

.pines_buttons .button.sec {
	margin-top: 20px;
}

.events_home {
	position: relative;
    overflow: hidden;
    padding-top: 230px;
}

.events_home:before {
    content: '';
    position: absolute;
    left: -9%;
    top: -100px;
    background-image: url(../img/layout/ekdiloseis_bg.svg);
    background-position: top;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 42%;
    height: 100%;
}

.events_home:after {
	content: '';
    position: absolute;
    right: -7%;
    bottom: -155px;
    background-image: url(../img/layout/drastiriotites_bg.svg);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 74%;
    height: 100%;
	z-index: 0;
}

.event_left {
	margin-left: 115px;
    padding-right: 120px;
	position: relative;
    z-index: 1;
}

.event_right {
	display: flex;
	align-items: center;
	position: relative;
	margin-right: 50px;
    z-index: 1;
}

.event_right.image_container.fadeIn .event_img_left {
    width: 58%;
    position: relative;
    z-index: 1;
    transform: scale(1) rotate(5deg)!important;
	transition: all 0.7s ease-in-out;
}

.event_right.image_container.fadeIn .event_img_right {
    width: 58%;
    position: absolute;
    right: 0;
    z-index: 0;
    opacity: 0.7;
	transform: scale(1) rotate(5deg)!important;
    margin-top: -75px;
	transition: all 0.7s ease-in-out;
}

.events_home .divider {
    height: 160px;
    clear: both;
    display: block;
    position: relative;
}

.event_right.activities {
    margin-right: 70px;
    margin-left: 60px;
}

.event_right.activities.image_container.fadeIn .event_img_right {
    z-index: 1;
    opacity: 1;
}

.event_right.activities.image_container.fadeIn .event_img_left {
    z-index: 0;
    opacity: 0.7;
}

.event_left.activities {
    margin-left: 30px;
    padding-right: 65px;
}

.facilities_home {
    display: flex;
    align-items: center;
    z-index: 1;
    position: relative;
}

.facilities_home p {
	color: #e5e5e5;
    margin-bottom: 25px;
    font-weight: 100;
    width: 50%;
}

.services_wrap:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 1px;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-left: 1px solid #C7C0B8;
    top: 0;
}

.services_list ul li {
    display: inline-flex;
    width: 49%;
    font-size: 19px;
    line-height: 30px;
    padding-bottom: 50px;
    align-items: flex-start;
}

.services_list ul li img {
    width: 70px;
    float: left;
    margin-right: 35px;
}

.services_list ul li span {
    font-family: 'Piazzolla', serif;
    font-size: 24px;
    font-weight: 500;
    display: block;
    margin-bottom: 20px;
}

.services{
	margin-top:100px;
	margin-bottom:100px;
	background-image: url('../img/layout/services_bg.jpg');
	background-size: cover;
	background-position: bottom;
	height: 126vh;
	position: relative;
    display: block;
    overflow: hidden;
}

.services_title h2 {
	font-size: 85px;
    line-height: 85px;
    font-weight: 300;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #fff;
    float: right;
    margin-right: 8%;
    font-family: 'Manrope', sans-serif;
}

.services_title h2 span {
	font-weight: 500;
}

.services_swiper {
	margin-top: 150px;
	position: relative;
	display: block;
	overflow: visible;
	margin-left: 8%;
}

.facilities_home img.nava_logo {
	width: 140px;
    margin: 0 60px 0 70px;
}

.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;
}

.services{
	margin-top:100px;
	margin-bottom:100px;
	background-image: url('../img/layout/services_bg.jpg');
	background-size: cover;
	background-position: bottom;
	height: 126vh;
	position: relative;
    display: block;
    overflow: hidden;
}


.location {
	margin-top: 150px;
	background-image: url('../img/layout/location.jpg');
	background-size: cover;
	background-position: bottom;
	height: 100vh;
	position: relative;
    display: block;
    overflow: hidden;
	opacity: 0.95;
}

.parallax_container{text-align:center; background: #F6F3EB;padding:20px 30px;margin-top:35vh;}
.rooms_grid_inner{  display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.grid_item{
	width:16.66667%;
	clear:both;
}
.grid_icon_rooms img{
	width:70px;
	margin-bottom:15px;
	transform: scale(0.95); transition: all 0.3s ease 0s;
}
.grid_item:hover .grid_icon_rooms img{
	transform: scale(1.00); transition: all 0.3s ease 0s;
}
.grid_icon_rooms_title{
	display: block;
	text-align:center;
	line-height:20px;
	letter-spacing:1px;
}

.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;}

.space_between_suites{
    overflow: visible;
}

.space_between_suites.mob {
	display: none;
}

.swiper-slide.swiper-slide-active .room_book {
	background: #252319;
	color: #fff;
	transition: all 0.3s ease-in-out;
}

.swiper-slide .room_book:hover {
	background: #E5CA48;
	color: #000;
}

.about_wrap {
    background: #282828;
    position: relative;
    display: flex;
    padding-top: 120px;
    padding-bottom: 100px;
}

.about_wrap img.about_img_left {
    position: absolute;
    left: -75px;
    width: 105%;
    margin-top: 90px;
}

.graphic_43 {
    width: 285px;
    position: absolute;
    bottom: -115px;
    margin-left: 40px;
}

.dynamic_right_image {
    width: 65%;
    float: left;
    position: relative;
    margin-bottom: 150px;
}

.dynamic_right_bottom {
	position: relative;
    right: -20%;
    width: calc(100% + 30%);
}

.dynamic_description {
	background: #BDB6A9;
	padding: 130px 0 80px 0;
	margin-top: -70px;
}

.page_description p {
    color: #fff8eadb;
	font-weight: 100;
}

.page_description h2 {
    color: #BF9F68;
}

.page_description ul li {
    font-size: 20px;
    line-height: 36px;
    color: #fff8eadb;
    font-weight: 100;
    padding: 10px 0 10px 28px;
}

.page_description ul li:before {
    content: '';
    position: absolute;
    left: 0px;
    border: 2px solid #BF9F68;
    width: 11px;
    height: 11px;
    margin-top: 12px;
}

h2.location_title {
	color: #84827E;
    font-size: 75px;
    font-weight: 100;
    font-family: 'Manrope', sans-serif;
    margin-bottom: 80px;
    line-height: 90px;
    margin-left: 100px;
}

.map {
	padding: 100px 0;
	background: #E3DFDA;
	position: relative;
	display: block;
	overflow: hidden;
}



@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;}
	.contact_menu_container {
		margin-left: 10.33%;
	}
}
@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;
	}
	.grid_icon_rooms img{
		width: 60px;
	}
	.grid_icon_rooms_title{
		font-size: 12px;
		line-height:16px;
	}
}
@media(max-width:767px){
	.footer_box_container.noshow{
		display: none;
	}
	.home_half_text.mar_top{
		padding:5px;
	}
	.grid_icon_rooms img{
		width: 50px;
	}
	.grid_icon_rooms_title{
		font-size: 10px;
		line-height:16px;
		letter-spacing: 0;
	}
	
}
@media(max-width:585px){
	.grid_icon_rooms img{
		width: 40px;
		margin-bottom:5px;
	}
	.grid_icon_rooms_title{
		font-size: 7px;
		line-height:10px;
		letter-spacing: 0;
	}
}
@media(max-width:420px){
	.grid_icon_rooms img{
		width: 35px;
		margin-bottom:5px;
	}
	.grid_icon_rooms_title{
		font-size: 7px;
		line-height:10px;
		letter-spacing: -0.5px;
	}
}

/* ==================== BOOKING FORM ==================== */

.booking_form {
	background: #212121;
    margin: 0 50px;
}
.book_info {
    padding: 25px;
    border-right: 1px solid #fff;
    display: flex;
    flex-direction: column;
    min-height: 155px;
    justify-content: center;
}

.book_info label{
    font-size: 15px;
    display: block;
    color: #ccc;
    font-weight: 100;
    margin-bottom: 10px;
}

.book_info input {
    padding: 10px 0px;
    font-size: 15px;
    width: 100%;
    display: block;
    color: #ccc;
    font-weight: 300;
    background: transparent;
    border: none;
    background-image: url(../img/layout/arrow_down_white.svg);
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: right 80%;
    text-transform: uppercase;
}

.book_info .month-input {
	font-size: 15px;
	text-transform: uppercase;
    display: block;
    color: #ccc;
}

.book_info p span {
	font-size: 70px;
    line-height: 70px;
    font-family: 'Source Serif 4', system-ui;
    color: #fff;
    margin-right: 15px;
    font-weight: 300;
}

.book_info.book_info_numbers input { width: 28px; }
.book_info select{
    font-size: 80px;
    line-height: 65px;
    width: 100%;
    margin-top: 10px;
    display: block;
    color: #fff;
    font-family: 'Source Serif 4', system-ui;
    font-weight: 300;
    background: transparent;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none !important;
    background-image: url(../img/layout/select.svg);
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: 100% 80%;
}

.date-container {
    display: flex;
    align-items: flex-end;
    background-image: url(../img/layout/arrow_down_white.svg);
    background-repeat: no-repeat;
    background-size: 14px;
    background-position: 100% 92%;
}

.day-input {
	font-size: 80px;
    line-height: 65px;
    color: #fff;
    font-family: 'Source Serif 4', system-ui;
    font-weight: 300;
    margin-right: 15px;
    margin-top: 10px;
}

.book_info select option {
	font-size: 18px;
	font-family: "Open Sans", sans-serif;
	color: #000;
}

.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 {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 155px;
    background: #988158;
}
.book_submit button {
    background: none;
    border: none;
    color: #fff;
    font-size: 15px;
    font-weight: 100;
    line-height: normal;
    letter-spacing: 6px;
    border-bottom: 1px solid #fff;
    padding: 10px 25px;
}

.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 {
    width: 100%;
    display: flex;
    position: relative;
    flex-direction: column;
}

.shadow_wrapper {
	position: absolute;
}

.booking_shadow {
	background: #00000021;
    height: 105px;
    position: absolute;
    z-index: 9;
    top: -105px;
    width: 100%;
}

.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;
	}

}
@media(max-width:1199px){}

@media(max-width:991px){
	.booking_date {
		display: none;
	}
}

@media(max-width:767px){}

@media(max-width:585px){}

@media(max-width:420px){}

/* ==================== END BOOKING FORM ==================== */



/* ==================== HOME VIDEO ==================== */
.video_container_general{  width: 100%;    position: relative;    top: 0;    left: 0;    margin: 0 auto;    padding: 55.921875% 0 0;    z-index: 1;}
.video_container_general video {width: 100%; height: auto; position: absolute; left: 0; top: 0; right: 0;  bottom: 0;}

.video_caption{position:absolute;top:40%;width:100%;z-index:1;text-align:center;}
.video_caption p{font-size:20px;color:#fff;text-shadow:0px 0px 8px #000;}
.video_caption p.header_video{font-size:60px;font-weight:300;}
.video_caption a{padding:15px 15px 10px 15px;border:1px solid #fff;color:#fff;display:inline-block;background:rgba(0,0,0,0.2);margin-top:20px;transition: all 0.2s ease-in; font-weight: 300; font-size:18px;letter-spacing:1px;}
.video_caption a:hover{border:1px solid #000;background:rgba(0,0,0,1);transition: all 0.2s ease-in;}

@media(max-width: 767px) {
  .video_caption{top:35%;}
  .video_caption p.header_video{font-size:40px;}
} 
@media(max-width: 530px) {
  .video_caption{top:20%;}
  .video_caption p.header_video{font-size:30px;}
  .video_caption p{font-size:18px;}
  .video_caption a{padding:15px 15px 10px 15px;margin-top:15px;}
} 

@media(max-width: 420px) {
  .video_caption{top:5%;}
  .video_caption p{display:none;}
  .video_caption p.header_video{display:block;}
  .video_caption a{padding:5px 5px 2px 5px;margin-top:25%;font-size:14px;}
}

/* END HOME VIDEO
================================================== */

/* ROOMS PAGE
================================================== */
.book_room_link {    position: absolute;    left: 0;    top: 30px; z-index:99;    }
.book_room_link a {    
	z-index:999;
	position:relative;
	display: block;
	font-weight: 400;
    letter-spacing: 0.5px;
	color: #fff;
	background: #4c586f;	 
	border: 2px solid #4c586f;  	
	padding: 10px 20px 10px 20px;
	transition: all 0.3s ease 0s;     
}
.book_room_link:hover a{
    color:#3D3D3B;
	background: none;
	transition: all 0.3s ease 0s;
}

.room_view_text {
    text-align: center;
	position: relative;
    z-index: 1;
}

.room_view_image {
	padding-left: 35px;
    padding-right: 40px;
}

.rooms_description .button {
	margin: 60px auto 0 auto;
    color: #fff8ea;
    border: 1px solid #fff8ea;
	background: #00000001;
}

.rooms_description .button:hover {
	color: #303030;
}

.rooms_description .button:after {
	background: #fff8ea;
}

.room_right_image {
    position: absolute;
    right: 0;
    width: 320px;
    bottom: 55px;
	z-index: 1;
}

.grey_bg_graphic {
	position: absolute;
	left: 0;
	width: 60%;
	background: #303030;
	top: 0;
	height: 100%;
}

.room_view_text p.title {
	font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 450;
    padding-left: 110px;
    margin-bottom: 40px;
    position: relative;
    display: flex;
    align-items: center;
}

.room_view_text p.title:before {
	content: '';
	position: absolute;
	left: 0;
	border-top: 1px solid #222;
	width: 85px;
}

.room_view_text .rooms_description ul li:first-child {
	padding-left: 0;
}

.room_view_text .room_size {
	margin: 0;
}

.room_view_text .rooms_description .room_view_intro p {
	font-family: 'Source Serif 4', system-ui;
    font-size: 25px;
    line-height: 37px;
    font-weight: 300;
    color: #555;
    padding-right: 175px;
}

.suite_category p {
	color: #988158;
    font-family: 'Source Serif 4', system-ui;
    font-size: 65px;
    font-weight: 350;
    line-height: normal;
}

.suite_category {
	position: absolute;
    top: -10px;
}

.more_rooms  { margin-bottom:20px; position: relative; margin-top: 50px; }
.more_rooms img  {width:100%;display:block;height: auto;}
.more_rooms a {	}

.more_rooms a span{
	font-size: 16px;
    line-height: normal;
    letter-spacing: 1.7px;
    color: #fffbeb;
    text-transform: uppercase;
    margin-top: 0px;
    margin-bottom: 10px;
    font-weight: 400;
    background: #000;
    display: block;
    padding: 7px 0px;
	text-align: center;
	width: 100%;
}

.room_links {
    display: flex;
    border: 1px solid #E5CA48;
    width: fit-content;
}

.room_links .book_link {
    padding: 25px 35px;
    background: #e5ca48;
    font-size: 20px;
    font-weight: 500;
    font-family: 'Piazzolla', serif;
    color: #000;
}

.room_links .enquire_link {
    padding: 25px 25px;
    font-size: 20px;
    font-weight: 300;
    font-family: 'Piazzolla', serif;
    color: #fff;
}

.no_banner h1 {
    color: #fff;
    font-family: 'Piazzolla', serif;
    font-size: 69px;
    font-weight: 200;
    line-height: 75px;
    margin-top: 150px;
    margin-bottom: 70px;
}

.page_text .features_list h1 {
    font-size: 50px;
    line-height: 55px;
    margin-bottom: 40px;
}

.other_rooms .rooms_description h2 {
    color: #606060;
	position: relative;
    top: -60px;
	line-height: 70px;
}

.room_middle_img {
	outline: 1px solid #D2CBC3;
    outline-offset: 25px;
    margin-left: 10px;
    width: 90%;
}

.other_rooms .room_title h1 a {
	color: #fff;
	height: 100%;
}

.other_rooms .rooms_description {
	display: flex;
    align-items: flex-end;
}

.page_text #other_rooms h4 {
	display: block;
    margin-top: 25px;
    color: #444;
    text-transform: uppercase;
    font-size: 23px;
    font-weight: 350;
}

#other_rooms .swiper-slide {
    flex-direction: column;
}

#other_rooms .swiper-slide {
	opacity: 0.5;
}

#other_rooms .swiper-slide.swiper-slide-active {
	opacity: 1;
}

.other_rooms_bg {
	position: absolute;
	width: 100%;
	background: #EAE6DE;
	height: 60%;
	top: 0;
	left: 0;
}

.room_banner {
    position: relative;
    display: flex;
    align-items: flex-end;
    height: 100vh;
    padding-left: 100px;
    z-index: 2;
}

.room_banner img {
	filter: grayscale(1);
}

.room_info{text-align:center;position:relative;margin-bottom:50px;padding-bottom:100px;}
.room_info p{}
.room_info::after {
    content: "";
    height: 80px;
    width: 1px;
    background: #29365b;
    display: block;
    position: absolute;
    bottom: 0px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.room_plan{
	text-align:center;
}

.room_plan a{
	border-top:1px solid #000;
	padding:10px;
	font-weight:700;
	color: #29365b;
	display: block;
}

.room_plan a.not_show{
	display: none;
}
.link_gallery{
	height:70vh;
	text-align:center;
}

.link_gallery a{
	margin-top:33vh;
	font-size: 18px;
	font-weight: 300;
	color: #000;
	padding: 10px 20px;
	border: 1px solid #fff;
	display: inline-block;
	position: relative;
	cursor: pointer;
	text-transform: uppercase;
	overflow: hidden;
	background-color: #F6F3EA;
	-webkit-transform: scaleX(1.01);  -ms-transform: scaleX(1.01);  transform: scaleX(1.01);  -webkit-transform-origin: left;  -ms-transform-origin: left;  transform-origin: left; -webkit-transition: .37s cubic-bezier(.25,.04,0,.93);  -o-transition: .37s cubic-bezier(.25,.04,0,.93);  transition: .37s cubic-bezier(.25,.04,0,.93);  -webkit-backface-visibility: hidden;  backface-visibility: hidden;
}

.link_gallery a:hover{
	-webkit-transform: scaleX(1.03);  -ms-transform: scaleX(1.03);  transform: scaleX(1.03)
}

.left_image_amenities{
	width:70%;
}
.amenities_container{
	position:relative;
	padding:50px;
}

.page_text .amenities_container h3{
    font-size: 40px;
    font-weight: 300;
    line-height: 50px;
    color: #674439;
    text-transform: uppercase;
    font-family: 'Alegreya', serif;
}

.page_text .amenities_container ul li{
	display: inline-block;
	width: 49%;
	margin:2px 0 2px 0;
}

.room_more_title{
	text-align:center;
	position:relative;
    padding-bottom: 70px;
    margin-bottom: 20px;
}

.room_more_title::after {
    content: "";
    height: 60px;
    width: 1px;
    background: #29365b;
    display: block;
    position: absolute;
    bottom: 0px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.room_more_title h4{
	font-size: 28px;
    font-weight: 300;
    line-height: 40px;
    color: #674439;
    text-transform: uppercase;
    font-family: 'Alegreya', serif;
}

/* FACILITIES PAGE
================================================== */

.facility_text { padding-top:80px;}

.facility_left_image {}
.facility_left_image img {max-width:100%;}

.facility_right_image {text-align:right;}
.facility_right_image img {max-width:100%;}

.benatura_logo { float:right; margin:0 0 20px 20px;}
.enjoy_logo { float:right; margin:0 0 20px 20px;}


/* SIGHTS PAGE
================================================== */
.sight_content {  float:left; margin-bottom:40px;}

.sight_description {
    padding: 5% 16% 0% 8%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.sight_description.left {
	float: right;
	height: calc(65vh + 80px);
}

.sight_wrapper {
	padding-bottom: 80px;
}

.sight_container { position:relative; min-height:350px;  }
.sight_container.inner_sight_container {  min-height:600px; overflow:hidden; margin-bottom:50px; }
.sight_box {
	padding: 50px 0 50px 0;
    position: relative;
    display: flex;
    margin-bottom: 50px;
}

.sight_box.last {
	margin-bottom: 0;
}

.sight_box:before {
	content: '';
    position: absolute;
    border: 1px solid #988158;
    top: 0px;
    left: -60px;
    width: calc(100% - 60px);
    height: calc(100% - 160px);
}

.sight_intro {
    padding: 40px 100px 40px 50px;
    background: #faf8f5;
    width: 110%;
}

.sight_box.right .sight_intro {
    padding: 40px 50px 40px 100px;
    left: -10%;
    position: relative;
    z-index: 0;
}

.sight_box img {
	z-index: 1;
	position: relative;
}

.sight_box .sight_image { position:relative;	overflow:hidden; }
.sight_box img {max-width:100%; transition: all 0.3s ease 0s;}
.sight_box .sight_subtitle { display:block; margin-top:10px; margin-bottom:10px; color:#4C5870; font-size:18px; text-align:right; transition: all 0.3s ease 0s;}

.sight_img {
	border-radius: 999em 40px 40px 999em;
}

.page_text .sight_box h2 {
    font-size: 45px;
    line-height: normal;
    color: #988158;
	margin-top: 0;
}

.page_text .sight_box.right h2 {
	text-align: right;
}

/* .ioannina_img {
    padding: 100px 140px 0 40px;
} */

.ioannina_graphic {
    background-image: url(../img/layout/circle_graphic.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    left: -24%;
    top: 23%;
    width: 124%;
    height: 600px;
    z-index: -1;
}

.ioannina:after {
    content: '';
    background-image: url(../img/layout/cloud1.png);
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    left: -8%;
    top: 6%;
    width: 900px;
    height: 500px;
    z-index: -1;
    opacity: 0.6;
}

.ioannina_right {
    background: #EAE6DE;
    height: 100%;
    padding: 120px 18% 0 120px;
}

.ioannina_right p {
	position: relative;
}

.ioannina_right .button {
	border-bottom: 1px solid #988158;
	color: #988158;
	margin-top: 45px;
}

.ioannina_right .button:hover {
	color: #fff;
}

.ioannina_right .button:before {
    border-top: 1px solid #988158;
}

.ioannina_right .button:hover::after, .ioannina_right .button:after {
    background: #988158;
}

.sight_box.right:before {
    left: auto;
    right: -60px;
}

.sight_box p {
	margin: 20px 0;
}

.sight_box.right .sight_img {
    border-radius: 40px 999em 999em 40px;
    padding-right: 50px;
}

.sight_description h2 {
	font-family: 'Piazzolla', serif;
    font-size: 50px;
    font-weight: 300;
    margin-bottom: 50px;
}

.sight_circle {
    background-image: url(../img/layout/circle_location.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 600px;
    height: 600px;
    position: absolute;
    left: -100px;
    right: 0;
    margin: 0 auto;
    transform: rotate(90deg);
}

.sight_box.right .sight_description {
    padding: 5% 23% 0% 8%;
}

.sight_box.right .sight_circle {
    left: 0;
    transform: rotate(-45deg);
    z-index: -1;
}

.sight_small_img {
    width: 230px;
    position: absolute;
    left: -150px;
    right: 0;
    margin: -70px auto 0 auto;
}

.sight_box.right .sight_small_img {
    width: 190px;
    left: 0;
    margin: -100px auto 0 auto;
}

h3.sight_title {
    font-size: 40px;
    line-height: 45px;
    font-weight: 400;
    letter-spacing: normal;
    margin-bottom: 40px;
    color: #333;
    font-family: 'Manrope', sans-serif;
}

.sight-image {
	height: calc(65vh + 80px);
}

.beige_bg.sights {
	height: 80px;
    width: 58.33%;
    position: absolute;
    top: 0;
    right: 0;
    background: #e3dfda;
    z-index: 998;
}

.beige_bg.sights.left {
	left: 0;
	bottom: -80px;
	top: auto;
}



/* OFFERS PAGE
================================================== */
.offer_box {
	margin-top: 40px;
    margin-bottom: 40px;
    border: 1px solid #D0C9C1;
    padding-top: 40px;
    position: relative;
    overflow: hidden;
	transition: all 0.35s ease-in-out;
}

/* .offer_box:hover {
    box-shadow: inset 0 0 1em 1em #C69D62;
    border-color: #C69D62;
} */

.page_text .offer_box h2 {
    padding-left: 40px;
    padding-right: 20px;
    min-height: 80px;
}

.offer:nth-child(3n+3) {
	clear: both;
}

.page_text .offer_box p {
	padding-left: 40px;
	padding-right: 40px;
}

.offer_box .rooms_more {
	width: 100%;
    margin-left: 0px;
    text-align: center;
    margin-top: 40px;
}

.offer_box:hover .rooms_more {
	background: #c69d62;
	color: #fff;
}

.offer_box:hover .rooms_more:after {
	background-image: url(../img/layout/arrow_white.svg);
}

.offer_box .offer_image {  margin-bottom:20px;}

/* BLOG PAGE
================================================== */
.blog_box {  margin-top:20px;margin-bottom:20px;}
.blog_box .blog_image {  margin-bottom:20px;}


/* GALLERY PAGE
================================================== */

.fancybox-video {
  display: none;
}
img.gallery_video{
	width:100%;
}

.gallery_intro p {
	font-family: 'Source Serif 4', system-ui;
    font-size: 30px;
    color: #988158;
    font-weight: 350;
	line-height: normal;
}

.gallery_page.page_text h1 {
	margin-left: 15px;
}

.gallery_page .grid {
	display: grid;
    grid-template-columns: repeat(10, 1fr);
    grid-gap: 25px;
}

.gallery_page .grid .grid-item:nth-child(4n+1) {
    grid-column-start: 1;
    grid-column-end: 5;
}

.gallery_page .grid .grid-item:nth-child(4n+2) {
    grid-column-start: 5;
    grid-column-end: 11;
}

.gallery_page .grid .grid-item:nth-child(4n+3) {
    grid-column-start: 1;
    grid-column-end: 7;
}

.gallery_page .grid .grid-item:nth-child(4n+4) {
    grid-column-start: 7;
    grid-column-end: 11;
}

.gallery_page .grid .grid-item {
    max-height: 550px;
    overflow: hidden;
}

.video_play{
	background: transparent url(../img/layout/video_play.png) no-repeat center center;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 999;
	opacity: 0.9;
}

.gallery_title {text-align:center;}
.gallery_page h3{font-size: 40px;    font-weight: 300;    line-height: 60px;    color: #674439;    text-transform: uppercase; font-family: 'Alegreya', serif;}

.gallery_box {
    position: relative;
}
.gallery_box .gallery_image {
	position: relative;
    overflow: hidden;
    padding-right: 15%;
}
.gallery_box img {width:100%; transition: all 0.3s ease 0s;}
.gallery_box .gallery_text {
    width: 100%;
    text-align: left;
    display: block;
    transition: all 0.3s ease 0s;
    background: #EAE6DE;
    padding: 60px;
    position: absolute;
    right: -104%;
    top: 0;
	z-index: 1;
}
.gallery_box .gallery_text span{
	font-size: 27px;
    line-height: normal;
    color: #444;
    letter-spacing: 1px;
    font-weight: 350;
    margin-bottom: 20px;
    display: block;
    font-family: 'Source Serif 4', system-ui;
    transition: all 0.3s ease 0s;
    position: relative;
    padding-left: 100px;
	text-transform: uppercase;
}

.gallery_box .gallery_text span:before {
    content: '';
    position: absolute;
    border-top: 1px solid #444;
    left: 0;
    width: 80px;
    top: 18px;
}

.gallery_box .gallery_text .button {
    margin-top: 20px;
    border-bottom: 1px solid #988158;
    color: #988158;
    float: right;
}

.gallery_box .gallery_text .button:hover {
	color: #fff;
	transition-delay: .5s;
}

.gallery_box .gallery_text .button:before {
    border-top: 1px solid #988158;
}

.gallery_box .gallery_text .button:hover::after {
    background: #988158;
}

.gallery_box .gallery_text .button:after {
    background: #988158;
}

.gallery_box.right .gallery_image {
	padding-right: 0;
    padding-left: 15%;
}

.gallery_box.last {
	margin-top: 15%;
}

.gallery_box.right {
	margin-top: 60%;
}

.gallery_box.right .gallery_text {
	left: -104%;
    right: auto;
    bottom: 0;
    top: auto;
}

.gallery_text span p {
	font-size: 20px;
    line-height: normal;
    margin-top: 15px;
	letter-spacing: 1px;
}

.graphic_album {
	position: absolute;
    bottom: 0;
    width: 70%;
    right: -10%;
    z-index: -1;
}

.nava_album {
	position: absolute;
    bottom: 0;
    right: 0;
    width: 150px;
}

.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; }

/* .gallery_box:hover img{  transform: scale(1.05); transition: all 0.3s ease 0s;} */
/* .gallery_box:hover span{ color:#f1f1f1; transition: all 0.3s ease 0s;} */

#gallery_content {
	width: 100%;
    position: relative;
    z-index: 1;
}
.gallery {
	margin-bottom: 30px;
    filter: brightness(0.85);
	transition: all 0.3s ease-in-out;
}

.gallery:hover {
	filter: brightness(1);
}
.gallery_view {
	display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: pointer;
}

.gallery_bg {
    position: absolute;
    left: 0;
    background: #EAE6DE;
    top: 0;
    width: 100%;
    height: 450px;
}

.gallery_page {
	position: relative;
}

/* .gallery_page:before {
	content: '';
	position: absolute;
	top: 0;
	width: 100%;
	height: 87%;
	background: #BDB6A9;
} */

.swiper-albums .swiper-slide img {
	filter: grayscale(1);
}

.swiper-albums .swiper-slide.swiper-slide-active img {
	filter: unset;
}

.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 0px;
    left: 0;
    width: 100%;
    top: auto;
}

.albums_graphic {
	position: absolute;
    background-image: url(../img/layout/kladia_bg_2.svg);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 100%;
    width: 100%;
    bottom: -115px;
    height: 100%;
	z-index: 0;
}

.menu_tabs {
	padding: 90px 7%;
    position: relative;
    background: #303030;
    margin: -100px 10% 100px 10%;
    z-index: 1;
    overflow: hidden;
}

.menu_tabs p {
    font-weight: 100;
    color: #fff8eade;
    text-align: center;
    padding: 0 10%;
}

.album_intro {
	margin-top: 60px;
}

#tabs {
	display: flex;
    justify-content: space-between;
    align-items: center;
}

#tabs li {
    position: relative;
    line-height: normal;
}

#tabs li a {
    transition: all 0.3s ease-in-out;
    background-repeat: no-repeat;
    cursor: pointer;
    font-size: 28px;
    font-family: Georgia Bold, "Times New Roman", Times, serif;
    color: #bd9f68;
}

#tabs li a.inactive {
	color: #fff8ea;
}


/* LOCATION PAGE
================================================== */

#map{
	width: 100%;
    height: 100%;
    min-height: 580px;
}

.container-fluid.no-padding.map_wrap {
	overflow: visible;
}

.page_text.map_wrap h1 {
    background: #FAF8F5;
    text-align: center;
    padding: 210px 0 70px 0;
    margin-top: -350px;
    z-index: 0;
    position: relative;
    margin-bottom: 0;
}

.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;}


/* CONTACT PAGE
================================================== */
.contact_bg {
	background-color: #E3DFDA;
	overflow: visible!important;
}

.contact_info {
	background: #303030;
    position: relative;
    display: block;
    overflow: hidden;
    margin-top: -240px;
    z-index: 11;
    padding: 90px 0;
	margin-left: 60px;
    margin-right: 60px;
}

.contact_details {
    text-align: center;
    padding: 30px 100px;
    font-family: Georgia, "Times New Roman", Times, serif;
}

.page_text .contact_details h3 {
	color: #BD9F68;
    font-size: 42px;
}

.contact_details p {
	font-size: 21px;
    color: #fff8ea;
    padding: 8px 0;
}

.page_text p.address {
	font-size: 24px;
    font-weight: 300;
    font-style: italic;
    padding-top: 30px;
}

.container-fluid.no-padding.contact_intro {
	overflow: visible!important;
}

.contact_title {
	padding: 35px 0;
	margin-left: 31%;
}

.contact_title p {
	font-size: 28px;
    color: #606060;
    line-height: 38px;
}

.contact_left {
	width: 75%;
	position: relative;
    top: -146px;
}

.container-fluid.no-padding.contact_info {
	padding-left: 40px;
    padding-right: 40px;
}

.contact_info a {
    color: #fff8ea;
    transition: all 0.3s ease-in-out;
}

.contact_info p.phone a {
	font-size: 26px;
}

.contact_info a:hover {
	letter-spacing: 1px;
}

.contact_social {
	display: flex;
	align-items: center;
	border-top: 1px solid #B8B3AA;
	width: fit-content;
	padding: 40px 80px 0 80px;
	margin: 35px auto 0 auto;
}

.contact_social img {
	width: 40px;
	margin: 0 7px;
}

.contact_details h2 {
	color: #fff;
    font-size: 57px;
    line-height: 67px;
    font-weight: 300;
    margin-bottom: 65px;
    position: relative;
    font-family: 'Piazzolla', serif;
}

.contact_details ul li span {
    font-size: 17px;
    line-height: normal;
    float: right;
    font-weight: 400;
    letter-spacing: 0;
    display: inline-block;
    padding: 0;
    margin-right: 35px;
    padding-bottom: 10px;
}

.contact_details ul li span.sec {
    padding: 0;
    width: 100%;
    text-align: right;
}

.contact_details ul li span a {
    margin-left: 15px;
    color: #222;
    padding-bottom: 7px;
    display: inline-block;
    text-align: right;
}

.contact_details ul li {
	margin: 0;
    font-size: 16px;
    color: #333;
    letter-spacing: 2px;
    font-weight: 300;
    transition: all 0.3s ease 0s;
    position: relative;
    display: inline-block;
    padding: 0;
    width: 60%;
}

.contact_details ul li.sec {
	padding-left: 40px;
    width: 40%;
}

.contact_details ul li.w-100 {
    display: block;
	margin-bottom: 50px;
}

.contact_details.full{
	width:100%
}

.contact_details.full p{
	margin-bottom: 10px;
}

.page_text .contact_details ul {
    display: flex;
    margin: 60px 0 0 0;
    overflow: hidden;
}

.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: #000;
    display: inline-block;
    padding: 5px 15px;
}

.page_text.newsletter_wrap h4 {
	margin-bottom: 50px;
}

.rooms_home p {
	font-family: 'Source Serif 4', system-ui;
    float: right;
    font-size: 26px;
    line-height: 45px;
    font-weight: 300;
    color: #666;
}

.box_numbers {
    border: 1px solid #988158;
    position: relative;
    overflow: hidden;
    margin: 65px 90px 0 90px;
}

.box_number {
    text-align: center;
    border-right: 1px solid #988158;
    min-height: 305px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.box_number.last {
	border-right: none;
}

.box_number p.num {
    color: #4F4F4F;
    font-size: 90px;
    font-weight: 350;
    font-family: 'Source Serif 4', system-ui;
    width: fit-content;
    margin: 0 auto 32px auto;
    border-bottom: 1px solid #988158;
    overflow: hidden;
    line-height: 90px;
    padding: 0 20px 20px 20px;
}

.box_number p.box_text {
    color: #988158;
    font-family: 'Source Serif 4', system-ui;
    font-size: 30px;
    font-weight: 350;
    line-height: 35px;
}

.form_contact {
	padding-bottom: 200px;
}

.form_contact p {
    width: 50%;
    float: right;
    margin-top: 50px;
    padding-right: 90px;
    margin-bottom: 80px;
    padding-left: 20px;
}

.form_contact .contact_form p {
    float: left;
    display: inline-block;
    margin: 0;
    color: #777;
    top: 15px;
    position: relative;
}

.contact_links {
	padding-top: 30px;
	margin-bottom: 40px;
}

.contact_links.complaints a {
	color: #606060;
    font-weight: 300;
    font-size: 17px;
    line-height: normal;
    letter-spacing: 0;
	padding: 20px;
	display: block;
	transition: all 0.3s ease-in-out;
    /* text-decoration: underline; */
}

.contact_links.complaints {
    background: #ebeae6;
    margin-top: 30px;
	padding: 0;
	margin-bottom: 0;
	transition: all 0.3s ease-in-out;
}

.contact_links.complaints.second {
	background: #e3dfda;
}

.contact_links.complaints:hover {
	background: #B0ADA8;
}

.contact_links.complaints:hover a {
	color: #fff;
}

.contact_form{
	padding: 10px 80px 10px 80px;
    border-left: 1px solid #ADA9A1;
    margin-left: -40px;
}
.contact_form h4{
    color: #000;
	font-size: 30px;
    line-height: 36px;
    margin-top: 10px;
    margin-bottom: 50px;
    font-weight: 400;
    font-family: 'Alegreya', serif;
}
.contactform{
	width:100%;	
}
.contactform div.input{
    float: left;
    margin: 0px 3% 35px 3%;
    padding: 0;
    width: 44%;
    position: relative;
    background: none;
}

.contactform .w-100 div.input {
	width: 94%;
}

.contactform div.input.last{
	margin-right:0px;
}
.contactform div.textarea {
    float: left;
    margin: 0px 3% 35px 3%;
    padding: 0;
    width: 94%;
}

.contact_form p.note {
    display: inline-block;
    float: left;
    color: #fff8ea;
    font-size: 16px;
    font-weight: 100;
    margin-left: 3%;
    border-top: 1px solid #fff8ea;
    padding-top: 5px;
    margin-top: 12px;
}

.contactform div.input label {
    color: #777;
    font-size: 17px;
    font-weight: 100;
}

.contactform input[type="text"] {
    width: 100%;
    padding: 15px 20px;
    margin: 0px;
    font-size: 16px;
    background: transparent;
    color: #fff8ea;
    transition: all 0.4s ease;
    text-align: left;
    float: left;
    font-weight: 300;
    border: 0px none;
    border: 1px solid #fff8ea;
    border-radius: 40px;
}

.contactform textarea {
	width: 100%;
    padding: 15px 20px;
    margin: 0px;
    font-size: 16px;
    background: transparent;
    color: #fff8ea;
    transition: all 0.4s ease;
    text-align: left;
    float: left;
    font-weight: 300;
    border: 0px none;
    border: 1px solid #fff8ea;
}

.contactform input[type="text"]::placeholder, .contactform textarea::placeholder {
	color: #fff8ea;
	font-weight: 100;
}

.contactform textarea {	
    width: 100%;
    height: 120px;
}

.contactform input[type="text"]:focus, .contactform input[type="text"]:hover {
    outline: none;
    background: none;
    border: 1px solid #bd9f68;
}

.contactform textarea:focus, .contactform textarea:hover {
	outline: none;
	background: none; 
	border: 1px solid #bd9f68;
}

.contactform div.submit input{
    background-color: transparent;
    border: 1px solid #fff8ea;
    font-weight: 400;
    color: #fff8ea;
    padding: 18px 60px;
    float: right;
    display: inline-block;
    margin-top: 0;
    margin-right: 3%;
}

.contactform div.submit input:hover{	
    color: #303030;
	background: #fff8ea;
    transition: all 0.3s ease 0s;
}

.contactform div.submit input:active{	
    color: #303030;
	background: #fff8ea;
    transition: all 0.3s ease 0s;
}

.contactform div.submit input:after {
	background: #fff8ea;
}

.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;
}

.gm-style-iw.gm-style-iw-c {
    background: #f5f2ee;
    padding: 12px!important;
}

.gm-style .gm-style-iw-d {
	overflow: hidden!important;
}

.gm-ui-hover-effect>span {
    background-color: #0a1728;
    margin: 0 !important;
}

.gm-ui-hover-effect {
    opacity: 1;
    position: absolute !important;
    top: -7px;
    right: 7px;
    width: 25px !important;
}

.gm-style .gm-style-iw-tc::after {
    background: #f5f2ee;
}

.info-window-content p.balloon-first{
	font-size: 24px;
    margin: 0 0 10px 0;
    color: #000000;
    font-weight: 400;
    border-bottom: 1px solid #bf9f68;
    font-family: Georgia, "Times New Roman", Times, serif;
}
.info-window-content p.balloon-second{
	font-size: 16px;
    text-decoration: none;
    margin: 0px 0 10px 0;
    font-weight: 300;
    color: #333;
    line-height: 22px;
}
.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: #bd9f68;
    font-size: 18px;
    text-align: center;
    background: #303030;
    width: 100%;
    z-index: 2000;
    zoom: 1;
    padding: 30px 0;
    font-weight: 400;
}

.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: #614A29 none repeat scroll 0 0;
    border-radius: 0;
    bottom: 20px;
    color: #fff;
    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: 1775px) {
	.page_text .hotel_info h1:before {
		width: 300px;
		height: 300px;
		top: -100px;
		left: -45px;
	}

	.no_banner h1 {
		font-size: 62px;
		line-height: 70px;
	}

	.hotel_info p {
		padding-right: 0px;
	}

	.footer_box p {
		padding-right: 34px;
	}
}

@media only screen and (max-width: 1650px) {
	.hours_info {
		margin-top: 30px;
	}

	.page_text .room_details h2 {
		margin-bottom: 25px;
		font-size: 50px;
		line-height: 55px;
	}

	.rooms_wrapper.right .room_details {
    	padding: 0 18% 0 50px;
	}

	.room_details .button {
	    margin: 40px auto 0 auto;
	}

	.rooms_wrapper .room_extra_image {
    	width: 270px;
	}

	.rooms_wrapper.right .extra-image-container {
    	right: calc(58.33333% - 200px);
	}

	.extra-image-container {
    	left: calc(58.33333% - 200px);
	}

	.room_details {
    	padding: 0 50px 0 18%;
	}

	.room_details ul {
	    margin: 40px auto 0px auto;
	}

	.contact_details {
    	padding: 30px 60px;
	}

	.contact_form {
    	padding: 10px 50px 10px 30px;
	}

	.rooms_photos:after {
		height: 615px;
	}

	.page_small_img {
		width: 280px;
		right: 8%;
	}

	.footer_box p {
        padding-right: 30px;
        font-size: 21px;
    }

	.event_left.activities {
		margin-left: 0px;
        padding-right: 60px;
	}

	.event_left {
		margin-left: 60px;
		padding-right: 60px;
	}

	.restaurant_right img {
		width: 300px;
	}

	.restaurant_right_text {
		padding-left: 7%;
	}

	.about_left .about_img_right {
		width: 240px;
	}

	.page_text .about_right h2 {
		font-size: 45px;
		line-height: 55px;
	}

	.about_right img {
		width: 80px;
		margin: 0 auto 35px auto;
	}

	.about_section {
		padding-bottom: 160px;
	}

	.responsive_menu ul li a {
		font-size: 23px;
		padding: 12px 0px 12px 0px;
	}

	.room_box_menu h4 {
		font-size: 16px;
	}

	.features_list ul li {
    	padding: 0px 25px;
    	font-size: 26px;
	}

	.responsive_menu .top_images {
    	width: 27.83vw;
	}

	.responsive_menu .menu_bg {
		width: 81%;
		max-width: 81%;
	}

	.room_view_text p.title {
		letter-spacing: 2px;
		margin-bottom: 30px;
	}

	.features_bg {
		height: 72%;
	}

	.page_text .room_view_text h1 {
		padding-left: 0;
	}

	.room_view_text .rooms_description .room_view_intro p {
		padding-right: 110px;
	}

	.rooms_description {
        padding: 0px;
	}

	.room_view_image {
    	padding-right: 0px;
	}

	.suite_category p {
		font-size: 60px;
	}
	
	.room_right_image {
	    width: 290px;
	}

	.rooms_wrapper .swiper-pagination {
		top: 15px;
	}

	.rooms_description ul li {
		font-size: 18px;
	}

	.sight_box:before {
		height: calc(80% - 160px);
	}

	.view_suites_description:before {
		width: 80px;
	}

	.view_suites_description {
		padding-left: 0px;
		padding-right: 18%;
	}
	.rooms_more {
		padding: 12px 22px;
	}

	.page_text h2 {
		font-size: 55px;
		line-height: 70px;
		margin-bottom: 20px;
	}

	.room_swiper_img_rght {
		right: 0;
	}

	.page_text .view_suites_description ul {
		margin: 30px 0 15px 0;
	}

	.view_suites_description .button {
		margin-top: 40px;
	}

	.rooms_more.right {
		margin-left: 35px;
	}

	.page_text.rooms_swiper h1 {
		font-size: 62px;
		line-height: 65px;
	}

	.ioannina_right {
		padding: 80px 18% 0 90px;
	}

	.page_text h1 {
		font-size: 55px;
		line-height: 60px;
		margin-bottom: 35px;
	}

	.ioannina_right .button {
		margin-top: 25px;
	}

	.footer_box.left {
		margin-left: 100px;
	}

	.page_text .hotel_info ul li {
		padding: 0 45px;
	}

	.page_text.room_intro h2 {
		font-size: 85px;
		line-height: 80px;
	}

	.room_facilities_wrap {
		padding: 90px 0 90px 0;
	}

	.room_facilities ul {
		margin-top: 40px;
	}

	.contact_details ul li {
		width: 85%;
	}

	.contact_details ul li.sec span a {
        margin-left: 0;
        float: left;
    }

	.contact_details ul li.sec span {
		float: left;
		margin-top: 10px;
	}

	.image-container-inner {
		margin: 0 50px;
	}

	.page_text .about_1893 h1 {
		font-size: 220px;
	}

	.about_1893 {
		right: -145px;
	}

	.no_banner h1 {
		font-size: 57px;
		line-height: 65px;
	}

	.sight_description {
		padding: 5% 15% 0% 0%;
	}

	.sight_box.right .sight_description {
		padding: 5% 15% 0% 4%;
	}

	.about_text {
		padding-left: 0px;
		padding-right: 0px;
	}

	.dynamic_right_image {
		width: 75%;
	}

	.graphic_43 {
		width: 260px;
		margin-left: 0px;
	}

	.home_right_text {
		padding: 0;
	}

	.hours_info .yellow_bg {
		height: 96%;
	}
}

@media only screen and (max-width: 1499px) {
	.room_right_image img {
		width: 100%;
	}

	.tab button {
    	font-size: 38px;
    	line-height: 62px;
	}

	.tabcontent .banner_menu {
    	height: 630px;
	}

	.room_details {
        padding: 0 20px 0 14%;
    }

	.responsive_menu .top_images {
        width: 30.83vw;
	    height: 630px;
    }

	.responsive_menu .menu_bg {
        width: 88%;
        max-width: 88%;
    }

	.page_text .room_details h2 {
        margin-bottom: 20px;
        font-size: 40px;
        line-height: 45px;
    }

	.page_text .rooms_home h2 {
    	font-size: 50px;
	}

	.rooms_wrapper .room_extra_image {
        width: 250px;
    }

	.extra-image-container {
        left: calc(58.33333% - 190px);
    }

	.rooms_wrapper.right .extra-image-container {
        right: calc(58.33333% - 190px);
    }

	.page_text .rooms_home h2 {
        font-size: 45px;
        line-height: 65px;
    }

	.room_facilities ul li:nth-child(n+16) {
		border-bottom: 1px solid #303030;
	}

	.room_facilities ul li:nth-child(n+17) {
    	border-bottom: none;
	}

	.page_text .contact_details h3 {
    	font-size: 35px;
	}

	.contact_details p {
	    font-size: 20px;
    	padding: 5px 0;
	}

	.contact_info {
		margin-top: -200px;
		padding: 70px 0;
		margin-left: 30px;
		margin-right: 30px;
	}

	.contact_social {
    	padding: 40px 50px 0 50px;
	}

	.contact_info p.phone a {
    	font-size: 25px;
	}

	.menu_tabs p {
		padding: 0 5%;
	}

	.room_buttons {
    	right: 9%;
    	top: 5px;
	}

	.rooms_photos:after {
        height: 540px;
    }

	.page_small_img {
        width: 260px;
        right: 8%;
        margin-top: -14%;
    }

	.copyright_wrapper li a {
		font-size: 17px;
	}

	.footer_logo img {
		max-width: 215px;
	}

	.footer_box p {
        padding-right: 25px;
        font-size: 19px;
    }

	.event_left {
        margin-left: 0px;
        padding-right: 50px;
    }

	.event_left.activities {
        padding-right: 0px;
    }

	.event_right {
		margin-right: 0px;
	}

	.event_right.activities {
		margin-left: 0px;
	}

	.events_home:before {
		left: -9%;
		width: 47%;
	}

	.restaurant_left h2 span {
		font-size: 85px;
	}

	.services_home ul li {
		font-size: 24px;
	}

	.restaurant_left {
		margin-left: 0px;
	}

	.restaurant_right {
		margin-right: 0px;
	}

	.services_home:after {
        bottom: -10%;
        height: 120%;
        background-size: 118%;
	}

	.page_text h2 {
        font-size: 50px;
        line-height: 60px;
        margin-bottom: 20px;
    }

	.view_suites_description .button {
        margin-top: 25px;
    }

	.view_suites_description p.title {
		margin-bottom: 15px;
	}

	.about_left .about_img_left {
		padding-left: 0px;
		padding-right: 50px;
	}

	.about_section:after {
		width: 375px;
	}

	.about_section {
        padding-bottom: 160px;
        padding-top: 120px;
    }

	.page_text .about_right h2 {
        font-size: 40px;
        line-height: 50px;
    }

	.about_right .button {
		margin: 50px auto 0 auto;
	}

	.about_right img {
        width: 70px;
        margin: 0 auto 25px auto;
    }

	.about_right {
		padding-left: 15%;
	}

	.about_1893 {
		top: 20px;
	}

	.page_text .about_1893 h1 {
		font-size: 200px;
	}

	.book_info .month-input {
		font-size: 14px;
	}

	.padd_top_small .padd {
		padding-bottom: 20px;
	}

	.padd_top_small {
		padding-top: 0px;
	}

	.day-input {
		font-size: 70px;
		line-height: 55px;
	}

	.book_info select {
		font-size: 70px;
		line-height: 55px;
	}

	.features_img {
		padding-right: 0px;
	}

	.page_text #other_rooms h4 {
		margin-top: 20px;
		font-size: 21px;
	}

	.room_view_text p.title {
        letter-spacing: 1px;
        margin-bottom: 20px;
        padding-left: 90px;
    }

	.room_view_text .rooms_description .room_view_intro p {
        padding-right: 70px;
    }

	.room_view_text p.title:before {
		width: 70px;
		top: 15px;
	}

	.rooms_description .room_size p {
		font-size: 20px;
	}

	.room_size img {
		width: 45px;
	}

	.box_numbers {
		margin: 65px 0px 0 0px;
	}

	.sight_box.right .sight_intro {
		padding: 30px 40px 30px 60px;
	}

	.sight_intro {
		padding: 30px 60px 30px 40px;
	}

	.rooms_home p {
		font-size: 24px;
		line-height: 40px;
	}

	.page_text.rooms_swiper h1 {
        font-size: 50px;
        line-height: 52px;
        position: relative;
        margin-bottom: 0;
    }

	.view_suites_description:before {
        width: 60px;
    }

	.about_text p {
		font-size: 22px;
		line-height: 32px;
	}

	.facilities_home p {
		width: 65%;
	}

	.facilities_home img.nava_logo {
		width: 130px;
		margin: 0 50px 0 50px;
	}

	.ioannina_right .button {
        margin-top: 15px;
    }

	.room_swiper_img_rght {
        width: 250px;
    }

	.image-container-inner.ioannina {
		margin: 80px 90px 0 10px;
	}

	.footer_menu ul li a {
		font-size: 20px;
	}

	.room_category_title {
		margin-left: 15px;
	}

	.page_text .hotel_info ul li {
        padding: 0 27px;
    }

	.page_text .hotel_info ul li:after {
		font-size: 50px;
		right: -33px;
		width: 55px;
		height: 55px;
	}

	.room_box_menu h4 {
        font-size: 15px;
    }

	.room_box {
		margin: 30px 0px;
	}

	.dynamic_title h1 {
        font-size: 70px;
        line-height: 80px;
	}

	.luxury_suites_graphic {
		top: 100px;
	}

	.about_img_center {
		padding: 0 0px;
	}

	.cens_graphic {
		bottom: 0px;
	}

	.rooms_more {
        padding: 12px 18px;
    }

	.page_text .view_suites_description ul li {
		font-size: 19px;
	}

	.service_box.left img {
		padding-right: 80px;
	}

	.service_box.right img {
		padding-left: 80px;
	}

	.service_box.right .services_text {
		padding-right: 80px;
	}

	.service_box.left .services_text {
		padding-left: 80px;
	}

	.ioannina_right {
        margin-right: 0px;
        padding-left: 50px;
	}

	.ioannina_left {
		padding-right: 0px;
	}

	.responsive_menu #top_info, #header.fixed .responsive_menu #top_info {
		left: 15%;
	}

	.room_facilities ul li {
    	width: 25%;
	}

	.room_links .book_link, .room_links .enquire_link {
		font-size: 19px;
	}

	.page_text .features_list h1 {
		font-size: 45px;
		line-height: 50px;
		margin-bottom: 30px;
	}

	.no_banner {
		height: 90vh;
	}

	.features_list ul li img {
    	height: 40px;
	}

	.features_list ul li {
        padding: 0px 20px;
        font-size: 24px;
    }

	.features_list {
    	padding-bottom: 40px;
    	margin-bottom: 55px;
	}

	.room_banner {
		height: 90vh;
	}

	.no_banner h1 {
		font-size: 50px;
		line-height: 60px;
	}

	.page_text .sight_description h2 {
		font-size: 45px;
		margin-bottom: 35px;
		margin-top: 0;
	}

	.sight_circle {
		width: 520px;
		height: 520px;
	}

	.sight_small_img {
		width: 180px;
	}

	.container-fluid.no-padding.contact_info {
		padding-left: 0px;
		padding-right: 0px;
	}

	.contact_details h2 {
		font-size: 50px;
		line-height: 60px;
		margin-bottom: 40px;
	}

	.about_wrap img.about_img_left {
		width: 115%;
	}

	.dynamic_right_bottom {
		right: -3%;
		width: calc(100% + 50%);
	}

	.services_list ul li span {
		margin-bottom: 15px;
	}

	.five_minutes {
		padding: 80px 70px 100px 110px;
	}

	.five_minutes ul li {
		padding: 25px 15px;
	}

	.five_minutes ul li a {
		font-size: 48px;
	}	

	.five_minutes h3 {
		font-size: 165px;
	}

	.five_minutes h3 span {
		font-size: 58px;
		line-height: 58px;
	}

	.five_minutes .more {
		margin-top: 35px;
	}

	.ioannina h2:before {
		width: 435px;
		height: 600px;
		top: -125px;
	}

	.ioannina h2 {
		margin-top: 12%;
		right: 0%;
		font-size: 52px;
		line-height: 60px;
	}

	.room_details ul li {
    	padding: 0 20px;
    	font-size: 19px;
	}

	.room_details p.no {
   		margin-bottom: 10px;
    	line-height: normal;
	}

	.room_details ul {
        margin: 25px auto 0px auto;
    }

	.rooms_wrapper.right .room_details {
        padding: 0 15% 0 5px;
    }

	.room_details .button {
        margin: 30px auto 0 auto;
        font-size: 17px;
        padding: 15px 45px;
    }

	.room_details ul li img {
    	width: 32px;
    	margin-right: 20px;
	}

	.room_details ul li img.persons {
    	width: 42px;
	}

	.page_text .home_right_text h1 span {
		font-size: 60px;
		margin-bottom: 40px;
	}

	.hours_info {
		padding-bottom: 70px;
	}

	.home_left_image img {
		padding-left: 0;
	}

	.page_text .home_right_text ul {
		margin-top: 40px;
	}

	.contact_details ul li span {
		float: none;
        display: block;
        margin-right: 0px;
        padding-bottom: 0px;
        margin-top: 10px;
	}

	.page_text ul li:after {
		top: 0;
	}

	.contact_details ul li span.sec {
		text-align: left;
	}

	.page_text .hotel_info h1:before {
		width: 280px;
		height: 280px;
		top: -90px;
		left: -45px;
	}

	.footer_box.middle {
		padding-left: 30px;
	}

	.copyright {
		font-size: 16px;
	}

	.footer_box.left {
		margin-left: 60px;
	}

	.footer_box table td a {
		margin-left: 15px;
	}

	.footer_box table td {
		font-size: 18px;
	}

	.footer_box.last p {
		font-size: 20px;
	}

	.newsletter-input {
		width: calc(100% - 60px);
	}	

	img.footer_logo {
		max-width: 220px;
	}

	.footer_box h6 {
        font-size: 25px;
	}

	.footer_box_container.pd-130 {
		padding-left: 100px;
	}

	.gallery_box .gallery_text {
		padding: 40px;
	}

	.nava_album {
		width: 120px;
	}

	.rooms_home .about_text {
		padding-top: 30px;
	}

	.contact_left {
		width: 90%;
	}

	.rooms_description ul li {
        font-size: 17px;
        padding: 0 10px;
    }

	.rooms_description ul li img.bed {
		width: 34px;
	}

	.page_text .rooms_description h2 {
		font-size: 30px;
		padding: 0px 0 25px 0;
	}

	.rooms_description ul li img {
		width: 25px;
		margin-right: 10px;
	}

	.rooms_description ul li img.bath {
		width: 26px;
	}

	.room_title h1 {
		font-size: 40px;
		line-height: 55px;
		padding-left: 60px;
	}

	.room_description {
		padding-left: 60px;
	}

	.hotel_info p {
		padding-right: 0px;
	}

	.hotel_info {
		padding-left: 0px;
		margin-right: 0px;
	}

	.page_text.room_intro h2 {
		font-size: 80px;
		left: -25%;
	}

	.page_text .hotel_info h1:before {
		width: 280px;
		height: 280px;
		top: -90px;
		left: -45px;
	}

	.page_text h1 {
		font-size: 45px;
        line-height: 55px;
	}	

	.location_text {
		width: 46%;
	}

	.location_link {
		padding: 10% 0% 30% 0%;
		width: 46%;
	}

	.slide_title h2 {
		font-size: 65px;
	}

	.services_title h2 {
		font-size: 80px;
		line-height: 80px;
	}

	.suites_title h2 {
		font-size: 75px;
		line-height: 75px;
		margin-top: 30px;
		margin-left: 5%;
	}

}

@media only screen and (max-width:1349px) {
	/*#header { background:red;  min-height:70px;}*/
	
	.facility_text { padding-top:30px; margin-bottom:50px;}
	.more_rooms a span { font-size: 16px; }

	.suites_title h2 {
		font-size: 70px;
		line-height: 70px;
		margin-top: 5px;
		margin-left: 5%;
	}

	.espa_wrap img {
    	max-width: 60%;
	}

	.responsive_menu .top_links {
	    margin-left: 4%;
	}

	.logo_menu {
		width: 115px;
		height: 115px;
	}

	.tabcontent .banner_menu {
        height: 600px;
    }

	.responsive_menu .top_images {
        width: 31.83vw;
        height: 600px;
    }

	.tab button {
        font-size: 35px;
        line-height: 57px;
    }

	.room_details p {
		font-size: 17px;
		line-height: 30px;
	}

	.page_text .room_details h2 {
        margin-bottom: 15px;
        font-size: 35px;
        line-height: 40px;
    }

	.extra-image-container {
        left: calc(58.33333% - 170px);
    }

	.rooms_wrapper.right .extra-image-container {
        right: calc(58.33333% - 170px);
    }

	.rooms_wrapper .room_extra_image {
        width: 210px;
    }

	.contact_details {
        padding: 30px 30px;
    }

	.room_right_image {
        width: 260px;
    }

	.album_intro {
    	margin-top: 50px;
	}

	#tabs li a {
        font-size: 25px;
    }

	.menu_tabs {
	    margin: -100px 8% 80px 8%;
	}

	.menu_tabs {
    	padding: 70px 4%;
	}

	.page_description ul li {
    	font-size: 19px;
    	line-height: 34px;
	}

	.event_left.activities {
        margin-left: -30px;
    }

	.restaurant_left h2 span {
        font-size: 75px;
    }

	.restaurant_left img {
		width: 470px;
	}

	.restaurant_right img {
        width: 265px;
    }

	.room_swiper_img_rght {
        width: 220px;
    }

	.view_suites_description p {
		font-size: 17px;
		line-height: 27px;
	}

	.about_section:after {
        width: 340px;
    }

	.about_section:before {
		width: 45%;
	}

	.about_right .button {
        margin: 40px auto 0 auto;
    }

	.about_right {
        padding-left: 12%;
    }

	.page_text .about_right h2 {
        font-size: 37px;
        line-height: 45px;
    }

	.about_left .about_img_right {
        width: 225px;
    }

	.booking_form {
		margin: 0 0px;
	}

	.room_view_text .rooms_description .room_view_intro p {
        padding-right: 15px;
    }

	.room_view_text p.title:before {
        width: 60px;
	}

	.rooms_description .room_size p {
        font-size: 19px;
    }

	.room_view_text p.title {
        letter-spacing: 0px;
        padding-left: 80px;
    }

	.box_number p.box_text {
		font-size: 27px;
		line-height: 30px;
	}

	.gallery_intro p {
		font-size: 27px;
	}

	.sight_box:before {
        height: calc(70% - 160px);
    }

	.rooms_home p {
        font-size: 22px;
        line-height: 34px;
    }

	.page_text h3 {
		font-size: 28px;
	}	

	.contactform div.submit input {
		padding: 15px 50px;
	}

	.page_heading_image .dynamic_title h1 {
		font-size: 65px;
		line-height: 75px;
	}

	.about_text p.title:before {
		width: 75px;
	}

	.image-container-inner {
        margin: 0 40px 0 20px;
    }

	.page_text .about_1893 h1 {
        font-size: 160px;
    }

	.about_1893 {
        right: -115px;
    }

	.about_text p.title {
		font-size: 16px;
		letter-spacing: 4px;
		padding-left: 50px;
		margin-bottom: 15px;
	}

	.about_text p {
        font-size: 19px;
        line-height: 29px;
    }

	.facilities_home img.nava_logo {
        width: 120px;
        margin: 0 50px 0 40px;
    }

	.facilities_home p {
        width: 85%;
    }

	.page_text .view_suites_description ul li {
        font-size: 18px;
    }

	.rooms_more {
        padding: 10px 15px;
        letter-spacing: 2px;
		margin-top: 10px;
	}

	.button {
		font-size: 18px;
		padding: 18px 40px;
	}

	.page_text .hotel_info ul li {
        padding: 0 30px;
    }

	.page_text .hotel_info ul li span {
		font-size: 19px;
	}

	.page_text .hotel_info ul li span.number {
		font-size: 70px;
	}

	.page_text .dynamic_text .hotel_info ul li:after {
		right: -25px;
		font-size: 50px;
	}

	.page_text .dynamic_text .hotel_info ul li {
		padding: 0 45px 0 0;
	}

	.page_text .hotel_info ul li {
		padding: 0 65px;
	}	

	.page_text .hotel_info ul li:after {
		right: -30px;
	}

	.room_description {
        padding-left: 0px;
    }

	.page_text.room_intro h2 {
        font-size: 70px;
        line-height: 65px;
        margin-top: -60px;
	}

	.diagram.right {
		padding-left: 70px;
		padding-top: 60px;
	}

	.diagram.left {
		padding-right: 70px;
	}

	.page_text h2 {
        font-size: 47px;
        line-height: 57px;
	}

	.service_box.right .services_text {
        padding-right: 70px;
    }

	.service_box.right img {
        padding-left: 70px;
    }

	.service_box.left img {
        padding-right: 70px;
    }

	.service_box.left .services_text {
        padding-left: 70px;
    }

	.services_title {
		margin-bottom: 80px;
	}

	.dynamic_title h1 {
        font-size: 65px;
        line-height: 75px;
	}

	.room_middle_img {
		padding: 0 0px;
	}

	.no_banner h1 {
		font-size: 45px;
		line-height: 55px;
		margin-bottom: 50px;
	}

	.room_links .book_link, .room_links .enquire_link {
		font-size: 18px;
	}

	.no_banner {
		height: 85vh;
	}

	.sight_intro {
        padding: 15px 50px 15px 30px;
    }

	.page_text .sight_box h2 {
		font-size: 40px;
		margin-bottom: 20px;
	}

	.room_banner {
		height: 85vh;
	}

	.sight_description {
		padding: 5% 0% 0% 0%;
	}

	.sight_description h2 {
		font-size: 42px;
	}

	.sight_circle {
		width: 430px;
		height: 430px;
	}

	.sight_small_img {
		width: 170px;
		margin-top: -90px;
	}

	.contact_details h2 {
		font-size: 45px;
		line-height: 55px;
		margin-bottom: 35px;
	}

	.contact_details ul li span {
		padding: 5px 0 5px 0;
	}

	.page_text h4 {
		font-size: 20px;
	}

	.info-window-content p.balloon-first {
		font-size: 22px;
	}

	.page_text .contact_details ul {
		margin: 40px 0 0 0;
	}

	.page_text p.address {
		font-size: 22px;
	}

	#map {
		min-height: 580px;
	}

	.home_header_content h1 {
		font-size: 60px;
		line-height: 75px;
	}

	.graphic_43 {
		width: 230px;
	}

	.contactform div.input {
    	margin: 0px 3% 25px 3%;
	}

	.contact_form {
        padding: 10px 35px 10px 20px;
    }

	.contact_info p.phone a {
        font-size: 24px;
    }

	.page_text .about_text h2 {
		font-size: 52px;
		line-height: 65px;
	}

	.page_text .contact_details h3 {
        font-size: 33px;
    }

	.services_list ul li span {
		margin-bottom: 10px;
		font-size: 23px;
	}

	.services_list {
		padding-bottom: 40px;
	}

	.services_title h1:before {
		width: 540px;
		height: 650px;
		margin: -440px auto 0 auto;
	}

	.services_list ul li img {
		width: 65px;
		margin-right: 25px;
	}

	.five_minutes {
		padding: 80px 60px 100px 100px;
	}

	.padd_big {
        padding-top: 170px;
        padding-bottom: 120px;
	}

	.services_home ul {
		margin-top: 60px;
	}

	.services_home ul li img {
		height: 85px;
		margin-bottom: 35px;
	}

	.services_home ul li {
        font-size: 22px;
    }

	.cens_graphic {
		background-size: 87%;
		height: 100px;
	}

	.about_img_left {
		padding-right: 30px;
	}

	.about_img_right {
		padding-left: 30px;
	}

	.luxury_suites_graphic {
        top: 50px;
    }

	.five_minutes ul li a {
		font-size: 42px;
	}

	.five_minutes ul li {
		padding: 20px 0px 20px 15px;
	}

	.ioannina h2 {
		margin-top: 16%;
		right: 0%;
		font-size: 47px;
		line-height: 55px;
	}

	.page_text .view_suites_description h2 {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 15px;
    }

	.rooms_swiper:before {
        height: 47%;
    }

	.page_text .home_right_text h1 {
		font-size: 47px;
	}

	.page_text .home_right_text ul {
		margin-top: 20px;
	}

	.page_text .home_right_text h1 span {
		font-size: 50px;
		margin-bottom: 30px;
	}

	.page_text .home_right_text p {
		padding-right: 0px;
	}

	.footer_box a.footer_link {
        font-size: 17px;
	}

	.copyright {
		font-size: 16px;
	}

	#wapp a {
		width: 85px;
	}

	#top_info {
		left: 80px;
		width: 60px;
		height: 60px;
	}

	.view_suites_description {
        margin-left: -30px;
    }

	#top_info img {
		width: 22px;
	}

	.responsive_menu #lang_info {
		left: 170px;
	}

	.services {
		margin-top: 20px;
	}

	.location {
		margin-top: 100px;
	}

	.slide_title h2 {
		font-size: 55px;
	}

	.padd_big.stay {
        padding-top: 120px;
        padding-bottom: 120px;
    }

	.services_title h2 {
		font-size: 70px;
		line-height: 75px;
	}

	.location_text p {
		font-size: 26px;
		line-height: 50px;
	}

	.location_text {
		width: 48%;
	}

	.location_link {
		width: 48%;
		padding: 13% 0% 30% 0%;
	}

	.location_link a {
		font-size: 60px;
		line-height: 70px;
	}

	.image-container-inner.ioannina {
        margin: 80px 40px 0 0px;
    }

	.room_facilities ul li {
		padding: 20px 5px;
    }
	
	.features {
		margin-bottom: 60px;
	}

	.room_facilities .room_right_image img {
		width: 90%;
	}

	.features_list ul li img.small {
    	width: 35px;
	}

	.features_list ul li {
        padding: 0px 15px;
        font-size: 22px;
    }

	.page_text .features_list h1 {
        font-size: 40px;
        line-height: 45px;
        margin-bottom: 20px;
    }

	.features_list {
        padding-bottom: 30px;
        margin-bottom: 45px;
    }

	.features_list img {
		width: 50px;
	}

	.features_list img.big {
		width: 70px;
	}

	.rooms_description h2 {
		font-size: 45px;
		line-height: 50px;
		padding: 20px 0 40px 0;
	}

	.page_text .room_title h1 {
		font-size: 36px;
	}

	.page_text .rooms_description h2 {
        font-size: 27px;
	}

	.rooms_description ul li {
        font-size: 16px;
        padding: 0 7px;
    }

	.rooms_description ul li img.bed {
        width: 31px;
    }

	.suite_category {
		top: 0px;
	}

	.suite_category p {
        font-size: 50px;
    }

	.rooms_description ul li img.bath {
        width: 24px;
    }

	.rooms_description ul li img {
        width: 23px;
	}

	.room_title h1 {
		font-size: 36px;
		line-height: 50px;
		padding-left: 50px;
	}

	.rooms_swiper h1 {
		font-size: 65px;
		line-height: 65px;
		margin-bottom: 40px;
	}

	.room_title {
		padding: 40px 40px 40px 40px;
	}

	h2.location_title {
		font-size: 60px;
		line-height: 60px;
		margin-left: 0;
		margin-top: 0;
	}

	.footer_box h6 {
        font-size: 23px;
	}

	.footer_box a.footer_link {
        font-size: 17px;
        padding: 15px 35px 15px 75px;
    }

	.footer_logo img {
        max-width: 200px;
    }

	.footer_box.last {
		padding-left: 35px;
	}

	.footer_box_container.pd-130 {
		padding-left: 70px;
	}

	.copyright_wrapper li a {
		font-size: 16px;
	}

	.footer_box.last p {
        font-size: 17px;
        padding: 12px 0;
        margin-bottom: 10px;
    }

	.footer_box table td {
        font-size: 17px;
        padding: 3px 0;
    }

	.footer_box p {
        font-size: 18px;
    }

	.footer_box.left {
        margin-left: 0px;
    }

	.newsletter-input {
        width: 100%;
    }

	.footer_box p {
        padding-right: 22px;
	}

	.footer_box_container.pd-100 {
		padding-left: 60px;
	}

	.footer_box {
		margin-left: -45px;
	}

	.footer_social img {
		width: 38px;
		margin: 0 7px;
	}

	.footer_logo img {
        max-width: 190px;
    }

	.copyright_wrapper {
        padding: 35px 0;
    }

	.responsive_menu ul li a {
        font-size: 22px;
        padding: 10px 0px 10px 0px;
    }

	.footer_box.first p {
		font-size: 16px;
	}

	.footer_box .footer_social p {
		font-size: 19px;
	}

	.copyright_wrapper {
		padding: 25px 0;
	}

	.menu_social a {
		font-size: 17px;
	}

	.responsive_menu #top_info, #header.fixed .responsive_menu #top_info {
		width: 60px;
		height: 60px;
	}

	.responsive_menu #top_info img {
		width: 20px;
	}

	.responsive_menu .contact_menu {
        padding-right: 0px;
	}

	#logo_mob {
		width: 200px;
	}

	.responsive_menu .menu_bg {
        width: 96%;
        max-width: 96%;
    }

	img.footer_logo {
		max-width: 200px;
	}

	.responsive_menu .contact_menu img {
	    margin: 0 12px;
	}

	.responsive_menu .contact_menu p {
		font-size: 20px;
		padding-right: 35px;
	}

	.gallery_box .gallery_text span {
		font-size: 24px;
		margin-bottom: 15px;
	}

	.page_text h1 {
        font-size: 40px;
        line-height: 50px;
	}

	.nava_album {
        width: 95px;
    }

	.gallery_box.right {
		margin-top: 85%;
	}

	.dynamic_right_image {
		width: 90%;
	}

	.gallery_box .gallery_text .button {
		margin-top: 5px;
	}

	.beige_bg.sights {
		height: 65px;
	}

	.beige_bg.sights.left {
		bottom: -64px;
	}

	
	.rooms_view .room_right_image {
		width: 100%;
	}

	.other_rooms .rooms_description h2 {
		line-height: 55px;
	}

}  

@media only screen and (min-width:992px) and (max-width:1199px) {
	/*#header { background:green;  min-height:70px;}*/
	
	.right_image.offset_top { margin-top:-30px;}
	
	.facility_text { padding-top:20px; margin-bottom:50px; }
	
	.sight_container {  min-height:320px;  }
	.sight_container.inner_sight_container {  min-height:500px;  }	
	.home_center_title {
		margin-bottom: 50px;
		margin-top: 100px;
	}

	.services_home p {
    	margin: 40px auto 30px auto;
	}

	.espa_wrap img {
        max-width: 70%;
    }

	.espa_wrap p.first {
    	margin-bottom: 15px;
	}

	.extra-image-container {
        left: calc(58.33333% - 160px);
    }

	.rooms_wrapper .room_extra_image {
        width: 190px;
    }

	.page_text .rooms_home h2 {
        font-size: 40px;
        line-height: 55px;
    }

	.room_facilities ul li:nth-child(n+16) {
		border-bottom: 1px solid #303030;
	}

	.room_facilities ul li:last-child {
		border-bottom: none;
	}

	.contact_info {
        margin-left: 15px;
        margin-right: 15px;
    }

	.room_features:after {
		left: 0%;
		bottom: -25%;
		width: 100%;
		height: 130%;
	}

	.menu_tabs {
        margin: -100px 6% 70px 6%;
    }

	.rooms_photos:after {
        height: 500px;
        top: 50px;
		width: 45%;
    }

    .swiper-suites-gallery, .swiper-gallery {
        margin-left: 15px;
	}

	.page_description {
		padding: 0 15px;
	}

	.padd_prefooter {
		padding: 50px 15px!important;
	}

	.events_home .divider {
		height: 110px;
	}

	.event_left.activities {
        margin-left: 0px;
    }

	.event_right.activities {
		margin-right: 20px;
	}

	.event_right {
        margin-right: 15px;
    }

	.event_left {
        padding-right: 20px;
    }

	.restaurant_left h2 span {
        font-size: 70px;
    }

	.restaurant_right_text {
        padding-left: 0%;
    }

	.services_home:after {
        bottom: -14%;
        height: 120%;
        background-size: 105%;
        width: 85%;
    }

	.services_home ul li img {
        height: 80px;
        margin-bottom: 30px;
    }

	.about_right {
        padding-left: 0;
    }

	#header.fixed .responsive_menu #lang_info {
		left: 80px;
	}

	.book_submit button {
		letter-spacing: 4px;
	}

	.day-input {
        font-size: 60px;
        line-height: 50px;
        margin-right: 10px;
        margin-top: 5px;
    }

	.book_info select {
        font-size: 60px;
        line-height: 50px;
		margin-top: 5px;
    }

	.booking_form {
		margin: 0 0px;
	}

	.other_rooms_bg {
		height: 53%;
	}

	.rooms_description .room_size p {
        font-size: 18px;
	}

	.room_view_text .rooms_description .room_view_intro p {
        padding-right: 0px;
        margin-top: 25px;
        font-size: 23px;
        line-height: 34px;
    }

	.room_view_text p.title {
        letter-spacing: 0px;
        margin-bottom: 15px;
        padding-left: 70px;
        font-size: 17px;
    }

	.room_view_text p.title:before {
        width: 50px;
	}

	.suite_category {
        top: 0px;
        margin-left: 40px;
	}

	.box_numbers {
        margin: 50px 15px 0 15px;
    }

	.box_number p.box_text {
		font-size: 25px;
		line-height: 30px;
	}

	.room_right_image {
        width: 230px;
        bottom: 75px;
    }

	.box_number p.num {
		font-size: 80px;
		margin: 0 auto 20px auto;
		line-height: 80px;
		padding: 0 20px 20px 20px;
	}

	.gallery_intro p {
		font-size: 25px;
	}

	.sight_intro {
        padding: 15px 50px 15px 25px;
    }

	.rooms_home p {
        font-size: 22px;
        line-height: 35px;
    }

	.page_heading_image .dynamic_title h1 {
		font-size: 60px;
		line-height: 70px;
	}

	.view_suites_description:before {
        width: 50px;
    }

	.facilities_home img.nava_logo {
        width: 120px;
        margin: 0 35px 0 50px;
    }

	.ioannina_right {
        padding: 70px 15px 0 30px;
    }

	.ioannina_graphic {
		left: -14%;
		width: 125%;
	}

	.image-container-inner.ioannina {
        margin: 70px 30px 0 45px;
    }

	.room_box {
        margin: 20px 0px;
    }

	.page_text .view_suites_description ul {
        margin: 25px 0px 5px 0;
	}

	.page_text .hotel_info ul li {
		padding: 0 55px;
	}

	.zoom {
		font-size: 17px;
	}

	.button {
        padding: 16px 35px;
        font-size: 17px;
    }

	.room_swiper_img_rght {
        width: 200px;
        right: 15px;
    }

	.offer:nth-child(3n+3) {
		clear: unset;
	}

	.page_text .contact_details ul {
		margin: 40px 0 0 0;
	}

	.contact_details ul li.sec span {
        float: none;
	}

	.contact_details ul li.sec {
		padding-left: 20px;
	}

	.contact_details ul li span.sec {
		text-align: left;
	}

	.contact_details ul li span a {
		padding-bottom: 0;
	}

	.page_text.room_intro h2 {
        font-size: 60px;
        line-height: 55px;
        left: -5%;
        margin-top: -55px;
    }

	.room_description a.book {
		padding: 15px 25px 15px 60px;
		font-size: 16px;
		margin-top: 35px;
		background-position: 10% center;
	}

	.room_description {
        padding-left: 0px;
    }

	.page_text p.address {
		font-size: 22px;
		padding-top: 20px;
	}

	.diagram.right {
		padding-left: 40px;
		padding-top: 50px;
	}

	.diagram.left {
		padding-right: 40px;
	}

	.image-container-inner {
        margin: 0 40px 0 10px;
    }

	.about_graphic {
        width: 280%;
        left: -155%;
        height: 200px;
	}

	.padd_top_big {
		padding-top: 105px;
	}

	.page_text .about_1893 h1 {
        font-size: 140px;
    }

	.about_1893 {
        top: 35px;
        right: -15px;
    }

	.about_text p.title {
		font-size: 16px;
		letter-spacing: 4px;
		padding-left: 50px;
		margin-bottom: 15px;
	}

	.about_text p.title:before {
		width: 65px;
	}

	.about_text p {
        font-size: 19px;
        line-height: 27px;
    }

	.page_text .view_suites_description h2 {
        font-size: 35px;
        line-height: normal;
    }

	.view_all {
		right: 30px;
		top: 2px;
	}

	.page_text p.subtitle {
        padding: 0 40px 5px 40px;
        margin: 0 auto 20px auto;
    }

	.page_text h4 {
		font-size: 20px;	
	}

	.contact_info a {
		font-size: 24px;
	}

	.page_text h1 {
        font-size: 37px;
        line-height: 45px;
        margin-bottom: 30px;
    }

	.ioannina_right img {
		outline-offset: 25px;
		width: 85%;
		margin-left: 25px;
		margin-bottom: 80px;
	}

	.footer_box.first p {
        font-size: 16px;
        line-height: 23px;
        padding-bottom: 10px;
    }

	#header {
		padding: 0px 30px;
	}

	.footer_box a.footer_link {
        padding: 15px 30px 15px 60px;
        font-size: 18px;
		margin: 0 auto 30px auto;
        background-size: 25px;
        background-position: 12% center;
    }

	.room_middle_img {
		padding: 0 0px;
	}

	.room_facilities ul li {
        width: 33%;
    }

	.visible.room_features {
		overflow: hidden!important;
	}

	.padd_bottom {
		padding-top: 0px;
		padding-bottom: 100px;
	}

	.no_banner h1 {
		font-size: 45px;
		line-height: 55px;
		margin-top: 210px;
		margin-bottom: 40px;
		text-align: center;
	}

	.page_text .features_list h1 {
        font-size: 35px;
        line-height: 40px;
        margin-bottom: 20px;
    }

	.room_links {
		margin: 0 auto 50px auto;
	}

	.room_links .book_link, .room_links .enquire_link {
		font-size: 18px;
	}

	.no_banner {
		height: 100vh;
	}

	.room_banner {
		height: auto;
		padding: 0;
	}

	.no_banner .flex_center {
		flex-direction: column;
	}

	.sight_wrapper {
		padding-bottom: 50px;
	}

	.sight_box.right .sight_small_img {
		width: 150px;
	}

	.sight_box.right .sight_description {
		padding: 5% 0% 0% 3%;
	}

	.page_text .sight_box h2 {
        font-size: 40px;
        margin-left: 20px;
	}

	.sight_box.right:before {
		right: 25px;
	}

	.page_text .sight_box.right h2 {
		margin-left: 0;
		margin-right: 20px;
	}

	.sight_box:before {
        left: 25px;
        width: calc(100% - 100px);
    }

	.sight_box p {
		margin: 15px 0;
	}

	.sight_box {
		padding: 40px 0 30px 0;
	}

	.page_text .sight_description h2 {
		font-size: 40px;
		margin-bottom: 30px;
		margin-top: 0;
	}

	.sight_small_img {
		width: 160px;
		left: -120px;
	}

	.padd {
		padding-top: 80px;
		padding-bottom: 80px;
	}

	.sight_circle {
		width: 410px;
		height: 410px;
		left: -50px;
	}

	.sight_small_img {
		width: 160px;
		left: -70px;
		margin-top: -80px;
	}

	.contact_details ul li.w-100 {
		margin-bottom: 30px;
	}

	.contact_info:before {
		height: 92%;
	}

	.contact_details ul li:before {
		width: 37px;
	}

	.dynamic_text {
        padding: 0px 15px 100px 15px;
	}

	.page_text h2 {
        font-size: 45px;
        line-height: 55px;
        margin-bottom: 20px;
    }

	.facilities_home p {
        width: 100%;
    }

	.dynamic_right_bottom {
		right: -3%;
		width: 100%;
		top: -50px;
	}

	.about_wrap {
		padding-top: 80px;
		padding-bottom: 80px;
	}

	.page_text .about_text h2 {
		font-size: 50px;
		line-height: 55px;
		margin-bottom: 30px;
	}

	.padd_big {
		padding-top: 140px;
		padding-bottom: 100px;
	}

	.luxury_suites_graphic {
        top: 40px;
    }

	.graphic_43 {
		width: 230px;
		bottom: -90px;
	}

	.dynamic_right_image {
		width: 45%;
	}

	.services_list {
		margin-top: 110px;
		padding-bottom: 20px;
		padding-left: 30px;
	}

	.services_title h1:before {
		width: 530px;
		height: 560px;
		margin: -410px auto 0 auto;
	}

	.services_title {
		margin-bottom: 70px;
	}

	.service_box.left img {
        padding-right: 40px;
    }

	.services_list ul li {
		font-size: 18px;
	}

	.services_list ul li span {
		margin-bottom: 10px;
		font-size: 23px;
	}

	.services_list ul li img {
		width: 65px;
		margin-right: 25px;
	}

	.five_minutes h3 span {
		font-size: 50px;
		line-height: 50px;
		top: 15px;
	}

	.five_minutes h3:before {
		background-size: 38px;
		width: 38px;
		height: 38px;
		left: -30px;
		margin-top: 20px;
	}

	.five_minutes {
		padding: 60px 50px 80px 80px;
	}

	.more {
		margin: 40px auto 0 auto;
	}

	.cens_graphic {
		background-size: 85%;
		height: 120px;
	}

	.five_minutes ul {
		margin-top: 38px;
	}

	#tabs li a {
		background-size: 27px;
	}

	.five_minutes ul li a {
		font-size: 40px;
	}

	.five_minutes h3 {
		font-size: 135px;
	}

	.ioannina h2 {
		margin-top: 18%;
		right: 8%;
		font-size: 47px;
		line-height: 52px;
	}

	.rooms_swiper:before {
		height: 48%;
	}

	.view_suites_description h2 {
		font-size: 30px;
		line-height: 40px;
	}

	.page_small_img {
        position: relative;
        right: auto;
        max-width: 280px;
        margin: 0 auto;
        margin-top: -14%;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
    }

	.page_text .home_right_text p {
		padding-right: 15px;
	}

	.rooms_swiper .swiper-pagination-fraction {
        top: 130px;
    }

	.page_text.rooms_swiper h1 {
        font-size: 45px;
        line-height: 47px;
	}

	.page_text .home_right_text ul {
		margin-top: 20px;
	}

	.page_text .home_right_text h1 {
		font-size: 45px;
	}

	.home_left_image {
		padding-right: 10px;
	}	
	
	.page_text .home_right_text h1 span {
		font-size: 52px;
		margin-bottom: 30px;
	}

	.home_left_image img {
		padding-left: 15px;
	}

	.service_box.left .services_text {
        padding-left: 40px;
    }

	.page_text .hotel_info h1:before {
		width: 260px;
		height: 260px;
		top: -70px;
		left: -40px;
	}

	.service_box.right img {
        padding-left: 40px;
    }

	.service_box.right .services_text {
        padding-right: 40px;
    }
/* 
	.page_text .hotel_info h1 {
		margin-bottom: 75px;
	} */

	.page_text .dynamic_text .hotel_info ul li span.number {
		font-size: 65px;
		line-height: 65px;
	}

	.hotel_info {
		padding-left: 15px;
		margin-right: 15px;
		padding-top: 30px;
	}

	.home_right_image img {
		padding-left: 0;
	}

	.dynamic_title h1 {
		font-size: 60px;
        line-height: 70px;
	}

	#header.fixed #top_info, #header.fixed #top_info_right {
		left: 45px;
	}

	#header.fixed {
        padding: 40px 20px;
	}

	.about_section {
        padding-bottom: 120px;
        padding-top: 120px;
    }

	.about_right img {
        width: 65px;
        margin: 0 auto 20px auto;
    }

	.page_text .about_right h2 {
        font-size: 35px;
        line-height: 40px;
    }

	.button {
        padding: 18px 42px;
        margin-top: 40px;
	}

	.about_section:before {
        width: 50%;
    }

	.about_section:after {
        width: 320px;
        bottom: -50px;
        right: -100px;
    }

	.rooms_home ul li {
		font-size: 18px;
		line-height: 37px;
		margin-bottom: 5px;
	}

	.facilities p {
		font-size: 19px;
		line-height: 35px;
	}

	.container-fluid.no-padding.contact_intro {
		overflow: hidden!important;
	}

	.room_details ul li img {
        width: 30px;
        margin-right: 15px;
    }

	.room_details .button {
        margin: 25px auto 0 auto;
        font-size: 16px;
        padding: 12px 40px;
    }

	.room_details ul {
        margin: 20px auto 0px auto;
    }

	.room_details p {
        font-size: 16px;
        line-height: 27px;
    }

	.room_details {
        padding: 0 20px 0 7%;
    }

	.room_details ul li img.persons {
        width: 40px;
    }

	.room_details ul li {
        padding: 0 15px;
        font-size: 18px;
    }

	.room_book {
		font-size: 17px;
		padding: 20px 25px;
		width: 150px;
	}

	.rooms_more {
        margin-top: 0px;
        padding: 10px 10px;
        letter-spacing: 3px;
    }

	.page_text .view_suites_description ul li {
        font-size: 18px;
	}

	.view_suites_description ul img {
		margin-right: 20px;
	}

	.view_suites_description ul li {
		padding: 0 20px;
	}

	.suites_title h2 {
		font-size: 65px;
		line-height: 65px;
		margin-top: 0;
		margin-left: 0;
	}

	.suites_title {
		top: -205px;
	}

	img.rooms_home {
		top: -210px;
		width: 100%;
	}

	.slide_title h2 {
		font-size: 55px;
		left: -15px;
	}

	.services_title h2 {
		font-size: 70px;
		line-height: 70px;
	}

	.other_rooms.page_text .room_title h1 {
		font-size: 35px;
		width: 100%;
		padding-left: 20px;
	}

	.page_text .room_details h2 {
        font-size: 32px;
        line-height: 36px;
    }

	.rooms_wrapper.right .room_details {
        padding: 0 7% 0 5px;
    }

	.rooms_wrapper.right .extra-image-container {
        right: calc(58.33333% - 160px);
    }

	.other_rooms .rooms_description h2 {
		line-height: 55px;
	}

	.rooms_wrapper {
        margin: 0px 0 80px 0;
    }

	.rooms_wrapper.right {
 	   margin: 0px 0 80px 0;
	}

	.suite_category p {
        font-size: 50px;
    }

	.rooms_view .room_right_image {
		width: 100%;
	}

	.rooms_view .room_right_image {
		width: 100%;
		padding-bottom: 90%;
	}

	.room_question {
		padding: 20px 25px;
		width: 150px;
		top: 60px;
	}

	.room_right_image img {
		width: 100%;
	}

	.rooms_description {
        padding: 35px 15px;
    }

	.rooms_wrapper.right .swiper-pagination {
		padding: 0 10px 5px 35px;
	}

	.rooms_wrapper.right .suite_category {
		margin-left: 0;
		margin-right: 40px;
	}

	.rooms_description p {
        margin-bottom: 15px;
    }

	.page_text .rooms_description ul {
		margin: 20px 0 15px 0;
	}

	.room_size img {
        width: 40px;
    }

	.rooms_wrapper .swiper-slide:before {
		left: 20px;
	}

	.rooms_description ul li img.bed {
        width: 30px;
    }

	.rooms_description ul li {
        font-size: 16px;
        padding: 0 8px;
    }

	.rooms_description ul li img.bath {
        width: 24px;
    }

	.rooms_description ul li img {
        width: 23px;
        margin-right: 8px;
    }

	.rooms_description .room_size {
		padding: 10px 0;
	}

	.rooms_description .room_size p {
        font-size: 19px;
        margin: 0;
    }

	.page_text .rooms_description h2 {
        font-size: 27px;
        padding: 0px 0 20px 0;
    }

	.room_title .rooms_more {
		bottom: -20px;
	}

	.rooms_description h2 {
		font-size: 40px;
		line-height: 50px;
		padding: 20px 0 30px 0;
	}

	p.total_rooms {
		font-size: 20px;
		line-height: 35px;
		padding: 8px 20px 10px 0;
	}

	.swiper-container.swiper-suites {
		margin: 100px 0 0 0;
	}
	
	.room_title h1 {
		font-size: 35px;
		line-height: 45px;
		padding-left: 20px;
	}

	.contact_left {
		width: 100%;
	}

	.contact_details h3:after {
		left: 30px;
	}

	.contact_details h2 {
		font-size: 45px;
		line-height: 55px;
		margin-bottom: 35px;
	}

	.contact_details h2:after {
		left: 30px;
	}

	.contact_details h3 {
		font-size: 18px;
		font-weight: 500;
	}

	.contact_title p {
		font-size: 24px;
		line-height: 32px;
	}

	.page_text.map_wrap h1 {
		margin-top: -230px;
	}

	.form_contact p {
		width: 100%;
		float: left;
		margin-top: 50px;
		padding-right: 0px;
		margin-bottom: 50px;
		padding-left: 0px;
	}

	.sight_description {
		padding: 5% 2% 0% 0%;
	}

	h2.location_title {
		font-size: 60px;
		line-height: 60px;
		margin-left: 0;
		margin-top: 0;
	}

	.gallery_text span p {
		font-size: 18px;
	}

	.home_header_content h1 {
		font-size: 55px;
		line-height: 75px;
	}
	.tex-er{font-size:20px !important;line-height:25px !important;}

	.newsletter_subtitle {
		font-size: 20px;
	}

	.footer_box.middle p {
		padding: 0 15px;
	}

	.newsletter-input {
        width: 100%;
    }

	.copyright_wrapper {
		padding: 20px 15px;
	}

	.footer_box a.find_us {
		font-size: 17px;
		padding: 0px 0 10px 0;
	}

	.footer_box.left {
        margin-left: 0px;
    }

	.copyright_wrapper li {
		padding: 0 10px;
	}
	
	.footer_logo img {
        max-width: 180px;
	}

	.footer_social {
		padding-top: 15px;
	}

	.footer_logo:before, .footer_logo:after {
		width: calc(50% - 75px);
	}

	.copyright_wrapper li a {
		font-size: 15px;
	}

	.footer_box.last {
		padding-left: 30px;
	}

	.footer_box_container.pd-130 {
		padding-left: 70px;
	}

	.footer_box_container.pd-100 {
		padding-left: 40px;
	}

	.footer_box h6 {
        font-size: 24px;
        margin-bottom: 20px;
    }

	.facilities .room_box {
		margin-bottom: 30px;
		padding: 0px 0 0 0;
	}
	.facilities .page_text ul li {
		line-height: 26px;
	}
	.more_rooms a span { font-size: 15px; width: 75%; padding: 10px; }

	.footer_box .footer_social p {
        font-size: 18px;
        padding: 0;
        line-height: normal;
	}

	.footer_social img {
		width: 40px;
		margin: 0 10px;
	}

	.footer_menu ul li a {
        font-size: 18px;
    }

	.footer_box table td {
        font-size: 17px;
        padding: 3px 0;
    }

	.responsive_menu .contact_menu {
        margin-top: 35px;
        margin-bottom: 35px;
    }

	.responsive_menu .menu_bg {
	    bottom: -30px;
	}

	.responsive_menu .contact_menu p {
        font-size: 19px;
        padding-right: 25px;
	}

	.responsive_menu.active #book_now {
        right: 15px;
        padding: 15px 40px;
        font-size: 21px;
    }

	.menu_social {
		margin-top: 10px;
	}

	.open_menu {
		font-size: 15px;
	}

	#top_info {
		left: 115px;
	}

	#header {
		top: 90px;
	}

	#book_now {
		font-size: 22px;
	}

	#logo {
		background-size: 175px;
	}

	#lang_info {
		left: 75px;
	}

	.responsive_menu .top_images {
        width: 35.83vw;
        height: 550px;
    }

	.tab button {
        font-size: 32px;
        line-height: 50px;
    }

	.responsive_menu .responsive_menu_container {
		width: calc(100% - 30px);
		margin-left: 15px;
		margin-top: 170px;
	}

	.responsive_menu .extra_links {
		position: relative;
		top: 220px;
	}

	.responsive_menu #lang_info {
        left: 85px;
	}

	.room_box_menu.empty h4 {
		font-size: 14px;
		letter-spacing: 3px;
		padding: 12px 20px 12px 20px;
	}

	.responsive_menu .contact_menu img {
		width: 35px;
		margin-right: 15px;
	}

	.close_menu {
        left: 15px;
	}

	.responsive_menu {
    	top: -89px;
	    height: 100vh;
	}

	.logo_menu {
        width: 110px;
        height: 110px;
    }

	.responsive_menu ul li a {
        font-size: 20px;
        padding: 8px 0px 8px 0px;
    }

	.responsive_menu #top_info, #header.fixed .responsive_menu #top_info {
		left: 105px;
		width: 55px;
		height: 55px;
	}

	.responsive_menu #top_info img {
		width: 20px;
	}

	#lang_mob {
		left: 100px;
	}

	.contact_menu_container {
		margin-left: 30px;
	}

	.nava_album {
        width: 110px;
    }

	.gallery_box .gallery_text .button {
		margin-top: 5px;
	}

	.gallery_box.right {
		margin-top: 70%;
	}

	.gallery_box .gallery_text {
        padding: 35px;
    }

	.gallery_box .gallery_text span {
		font-size: 22px;
		margin-bottom: 15px;
	}

	.rooms_home .home_half_text {
		padding: 5px 15px 5px 80px;
	}

	.m-t-100 {
		margin-top: 50px;
	}

	.dynamic_description {
		padding: 130px 0 50px 0;
	}

	.page_description .inline {
		margin-top: 10px;
	}

	.page_text h3 {
        font-size: 28px;
    }

	.beige_bg.sights.left {
		bottom: -59px;
	}

	.beige_bg.sights {
		height: 60px;
	}

	h3.sight_title {
		font-size: 35px;
		line-height: 35px;
		margin-bottom: 30px;
	}

	.features_list ul li {
		border-right: none;
	}

	.features {
		margin-bottom: 50px;
	}

	.location_link a {
		font-size: 55px;
		line-height: 60px;
	}

	.location_text p {
		font-size: 22px;
		line-height: 45px;
	}

	.location_link {
		width: 50%;
	}

	.location_text {
		width: 50%;
	}

	.location_link a:after {
		width: 30px;
		height: 30px;
		background-size: 30px;
		margin-top: 20px;
		right: 0px;
	}

	.location {
		height: 80vh;
	}

	.room_buttons {
        right: 35px;
	}

	.albums_graphic {
		background-size: 125%;
	}

    .room_facilities {
        padding: 60px 15px;
    }
}

@media (max-width:991px){
	.home_header_content h1 {
		font-size: 50px;
		line-height: 65px;
	}
	.tex-er{
		font-size:20px !important;
		line-height:25px !important;
	}
	.home_header_content p{font-size: 16px;line-height: 24px;}
	.home_header_content a.more.white{font-size:12px;}

	.contact_details p, .contact_details a{
		margin-bottom: 0px;
	}

	.services_home p {
    	margin: 30px auto 40px auto;
	}

	.espa_wrap p.first {
    	margin-bottom: 10px;
	}

	.espa_wrap img {
        max-width: 85%;
    }

	.rooms_home_graphic {
		width: 80%;
	}

	.padd_big.stay {
        padding-top: 90px;
        padding-bottom: 90px;
    }

	.page_text .rooms_home h2 {
        font-size: 37px;
        line-height: 50px;
        padding: 0 15PX;
    }
	
	.room_facilities ul li {
        width: 33%;
        padding: 15px 5px;
        font-size: 19px;
    }

	.rooms_description .button {
    	margin: 40px auto 0 auto;
	}

	.dynamic_text.dynamic {
		padding-left: 15px;
		padding-right: 15px;
	}

	.room_features:after {
		left: 0%;
		bottom: -25%;
		width: 100%;
		height: 130%;
	}

	.flex_center.wrap {
		flex-direction: column;
	}

	.room_right_image {
        width: 260px;
        left: 0;
        right: 0;
        margin: 0 auto;
        bottom: 25px;
	}

	.room_buttons {
        right: 35px;
	}

	#tabs li a {
        font-size: 23px;
    }

	.rooms_photos:after {
        height: 440px;
        top: 50px;
        width: 40%;
    }

	.rooms_photos:after {
        height: 435px;
	}

	.rooms_photos:after {
        height: 500px;
        top: 50px;
		width: 45%;
    }

	.albums_graphic {
	    background-size: 130%;
    	bottom: -75px;
	}

	.album_intro {
        margin-top: 40px;
    }

	.menu_tabs {
        padding: 50px 4%;
        margin: -60px 15px 60px 15px;
    }

	.menu_tabs p {
        padding: 0 0%;
    }

	.dynamic_content .about_right {
        padding-top: 70px;
    }

	.page_small_img {
        position: relative;
        right: auto;
        max-width: 280px;
        margin: 0 auto;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: -20%;
	}

	.page_description {
		padding: 30px 15px 0 15px;
	}

	.page_description ul li {
        font-size: 18px;
        line-height: 32px;
    }

	.restaurant_right img, .restaurant_left img {
		display: none;
	}

	.padd_prefooter .row.equal {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

	.events_home .divider {
		height: 80px;
	}

	.event_right.activities {
        margin: 0px 30px;
    }

	.event_left.activities {
        margin-left: 0px;
    }

	.event_right {
        margin: 0px 30px;
    }

	.event_left {
        margin-left: 0px;
        padding-right: 0px;
        margin-bottom: 100px;
    }

	.restaurant_top {
        display: block;
        position: absolute;
        top: -60px;
        right: 15px;
        width: 250px;
	}

	.restaurant_bottom {
        display: block;
        position: absolute;
        bottom: -60px;
        left: 15px;
        width: 500px;
        z-index: 2;
	}

	.restaurant_home .image_container {
		z-index: 2;
	}

	.services_home:after {
        bottom: -10%;
        width: 100%;
        height: 110%;
        background-size: cover;
        background-position: right;
    }

	.restaurant_right {
        margin-right: 0px;
        height: auto;
    }

	.restaurant_right_text {
        padding-left: 0%;
        padding-top: 50px;
    }

	.restaurant_left {
        margin-left: 0px;
        height: auto;
        padding-top: 90px;
    }

	.restaurant_left img {
        width: 470px;
        bottom: auto;
        margin-top: 100%;
    }

	.services_home ul li {
        width: 50%;
        margin: 15px 0;
    }

	.services_home ul {
        margin-top: 50px;
        flex-wrap: wrap;
    }

	.page_text .about_1893_mob h1 {
        font-size: 240px;
		color: #ECE7DE;
		font-weight: 350;
    }

	.about_left .about_img_left {
        padding-right: 12%;
	}

	.about_section {
        padding-bottom: 120px;
        padding-top: 100px;
    }

	.rooms.view .open_menu {
		background-image: url(../img/layout/menu.svg);
	}

	.book_info select {
        font-size: 60px;
        line-height: 50px;
    }

	.booking_form {
		margin: 0 0px;
	}

	.book_info label {
		font-size: 14px;
		margin-bottom: 5px;
	}

	.book_info {
		padding: 15px;
		min-height: 140px;
	}

	.date-container {
		background-size: 12px;
	}

	.day-input {
        font-size: 60px;
        line-height: 50px;
    }

	.book_submit {
		min-height: auto;
		padding: 25px 0 35px 0;
	}

	.features_img {
		margin-bottom: 0px;
	}

	.rooms.view #lang_info a {
		color: #fff;
		font-weight: 200;
	}

	.features_list ul li img.big {
    	height: 45px;
	}

	.room_view_text .rooms_description .room_view_intro p {
        padding-right: 70px;
        font-size: 23px;
        line-height: 34px;
    }

	.features_list ul li {
        font-size: 21px;
    }

	.rooms.view .page_heading_shadow {
		height: 70vh;
		min-height: 600px;
	}

	.room_view_image {
		padding-left: 0;
	}

	.rooms.view #lang_info .languages .languages_menu a {
		color: #282828;
        font-weight: 400;
	}

	.rooms.view .languages {
		border-bottom: 1px solid #fff;
	}

	.suite_category {
		top: 0px;
		margin-left: 30px;
	}

	.box_number {
		min-height: 270px;
	}

	.rooms_home p br {
		display: none;
	}

	.box_number p.num {
		font-size: 80px;
		margin: 0 auto 25px auto;
		line-height: 80px;
	}

	.box_numbers {
        margin: 50px 15px 0 15px;
    }

	.box_number p.box_text {
		font-size: 25px;
		line-height: 30px;
	}

	.box_number.sec {
		border-right: none;
		border-bottom: 1px solid #988158;
	}

	.box_number.first {
		border-bottom: 1px solid #988158;
	}

	.gallery_intro p {
		font-size: 23px;
	}

	.page_heading_image .dynamic_title h1 {
		font-size: 55px;
		line-height: 65px;
	}

	.rooms_home p {
        font-size: 21px;
        line-height: 31px;
    }

	.about_left .about_text p.title {
        color: #222;
        font-weight: 350;
	}

	.about_left .about_text {
        padding: 0 100px 0px 50px;
	}

	.about_left .about_text p.title:before {
		border-top: 1px solid #222;
	}

	.about_left .about_text p {
		color: #222;
		font-weight: 350;
	}

	.pages.view .about_img {
        margin-top: 60px;
    }

	.padd_top_big {
		padding-top: 70px;
	}

	.about_left {
        width: 100%;
    }

	.page_text .about_left h1 br {
		display: none;
	}

	.about_left .button {
		margin-bottom: 0;
		display: none;
	}

	.services_text {
		position: relative;
		text-align: center;
	}

	.facilities_home {
		flex-direction: column;
		justify-content: center;
	}

	.room:nth-child(3n+2) {
		clear: unset;
	}

	.zoom {
		font-size: 16px;
		background-position: 5% 50%;
		padding: 12px 25px 12px 50px;
	}

	.offer:nth-child(3n+3) {
		clear: unset;
	}

	.button.center {
		margin: 40px auto 0 auto;
	}

	.page_text .hotel_info ul li {
		padding: 0 50px;
	}

	.page_text .hotel_info ul li:after {
		font-size: 55px;
		right: -30px;
	}

	.page_text .hotel_info ul li span.number {
		font-size: 70px;
		line-height: 70px;
	}

	.room_facilities_wrap .flex_center {
		flex-direction: column-reverse;
	}

	.page_text.room_intro h2 {
        font-size: 55px;
        line-height: 55px;
        left: -3%;
        margin-top: -45px;
    }

	.room_description a.book {
		padding: 15px 25px 15px 65px;
		font-size: 16px;
		margin: 35px 0 0 0;
	}

	.room_description {
        padding-left: 0px;
        padding-top: 40px;
    }
	
	.room_box {
        margin: 20px 0px;
    }

	.diagram.left {
		padding-right: 0px;
		padding-left: 40px;
	}

	.diagram.right {
		padding-left: 40px;
		padding-top: 10px;
	}

	.diagram.left:after {
		right: auto;
		left: -15px;
		top: 5px;
	}

	.diagram.right:after {
		content: '';
		position: absolute;
		border: 1px solid #C7C0B8;
		border-radius: 100%;
		width: 33px;
		height: 33px;
		top: 15px;
		right: auto;
		left: -15px;
	}

	.about_img_right {
		padding-left: 0px;
	}	

	.about_img_left {
		padding-right: 0px;
	}

	.service_box {
		flex-direction: column;
	}

	.service_box.left .services_text {
        padding-left: 35px;
        padding-top: 30px;
    }

	.padd {
		padding-top: 80px;
		padding-bottom: 80px;
	}

	.service_box.right {
		padding: 50px 0;
		flex-direction: column-reverse;
	}

	.service_box.right .services_text {
        padding-right: 0px;
        padding-left: 35px;
        padding-top: 30px;
    }

	.service_box.right img {
        padding-left: 40px;
    }

	.service_box:before {
        right: auto;
        bottom: 30%;
        top: auto;
	}

	.services_wrap:before {
		left: 15px;
		right: auto;
	}

	.service_box.left img {
        padding-right: 0px;
        padding-left: 40px;
    }

	.services_title {
		margin-bottom: 75px;
	}

	.flex_end {
		flex-direction: column;
	}

	.ioannina_right img {
		display: none;
	}

	.copyright {
        text-align: center;
		margin-right: 0px;
    }

	.copyright_wrapper li a {
		font-size: 16px;
	}

	.footer_box.middle {
        padding-left: 0px;
    }

	.footer_box.last {
        padding-left: 20px;
	}

	.footer_box h6 {
        font-size: 22px;
        margin-bottom: 25px;
    }

	.footer_box.last p {
        font-size: 18px;
    }

	.dynamic_title h1 {
        font-size: 60px;
        line-height: 70px;
    }

	.dynamic_title p.subtitle {
		margin-bottom: 10px;
	}

	.graphic_43.menu {
		display: block;
		left: 0;
		right: 0;
		margin: 0 auto;
		opacity: 0.3;
	}

	.menu_social a:first-of-type::after {
		left: -12px;
	}

	.responsive_menu.active #book_now {
        top: 45px !important;
        right: 15px;
        font-size: 19px;
        padding: 15px 35px;
	}

	.responsive_menu .contact_menu {
		flex-direction: column;
	}

	.tab button {
        font-size: 30px;
        line-height: 48px;
    }

	.responsive_menu .top_images {
        width: 43.83vw;
        height: 550px;
    }

	.tabcontent .banner_menu {
        height: 550px;
    }

	.responsive_menu .responsive_menu_container {
		width: calc(100% + 30px);
		margin-left: 15px;
        margin-top: 170px;
	}

	.responsive_menu ul li a {
		justify-content: center;
	}

	.responsive_menu .contact_menu {
        margin-left: 25px;
	}

	.logo_menu {
        width: 105px;
        height: 105px;
    }

	.responsive_menu .contact_menu p {
        padding: 0 20px;
	}

	.menu_social {
        margin-top: 15px;
	}

	#book_now.book_desk {
		display: none;
	}

	#book_now.book_mob {
		display: block;
	}

	.responsive_menu #top_info, #header.fixed .responsive_menu #top_info {
		left: 100px;
		width: 55px;
		height: 55px;
		top: 40px;
	}

	.responsive_menu #top_info img {
		width: 19px;
	}

	.close_menu {
        left: 15px;
        top: 45px;
        background-size: 35px;
        width: 37px;
        height: 37px;
    }

	.responsive_menu #lang_info {
        left: 80px;
        top: 52px;
	}

	.tab {
        margin-left: 0;
        margin-top: 0px;
    }

	.responsive_menu .contact_menu {
        margin: 30px auto 15px auto;
        text-align: center;
    }

	.menu_social {
		justify-content: center;
	}

	.room_middle_img {
		padding: 0px;
	}	

	.room_facilities ul li:nth-child(n+17) {
        border-bottom: 1px solid #303030;
    }

	.room_facilities ul li:last-child {
        border-bottom: none;
    }

	.page_text .features_list h1 {
        font-size: 40px;
        line-height: 45px;
        margin-bottom: 20px;
    }

	.padd_bottom {
		padding-top: 0px;
		padding-bottom: 80px;
	}

	.rooms_home_padd {
		padding: 50px 0 0 0;
	}

	.visible.room_features {
		overflow: hidden!important;
	}

	.room_links .book_link, .room_links .enquire_link {
		font-size: 17px;
	}

	.no_banner h1 {
		font-size: 40px;
		line-height: 50px;
		margin-top: 210px;
		margin-bottom: 40px;
		text-align: center;
	}

	.room_links {
		margin: 0 auto 50px auto;
	}

	.room_links .book_link, .room_links .enquire_link {
		font-size: 18px;
	}

	.no_banner {
		height: 100vh;
	}

	.room_banner {
		height: auto;
		padding: 0;
	}

	.no_banner .flex_center {
		flex-direction: column;
	}

	.sight_small_img {
		display: none;
	}

	.sight_circle {
		display: none;
	}

	.page_text h4 {
		font-size: 19px;
	}

	.page_text p.address {
		font-size: 22px;
		padding-top: 5px;
		padding-bottom: 20px;
	}

	.contact_details ul li span {
        float: none;
        display: flex;
        margin-top: 15px;
    }

	.contact_details ul li.sec span {
        float: none;
	}

	.page_text ul li:after {
		top: 0;
	}

	.page_text .contact_details ul {
		margin: 40px 0 0 0;
	}

	.contact_details ul li.w-100 {
		margin-bottom: 30px;
	}

	.contact_info:before {
		height: 94%;
	}

	.contact_details ul li:before {
		width: 32px;
	}

	.form_contact .contact_form p {
		top: 5px;
		padding-left: 0;
	}

	.dynamic_description {
		padding: 45px 0 40px 0;
		margin-top: 0px;
	}

	.page_text .contact_details h3 {
        font-size: 32px;
        margin-top: 0;
    }

	.form_contact p {
		width: 100%;
		float: left;
		padding-right: 0px;
		margin-bottom: 0px;
	}

	.page_text h2 {
		font-size: 40px;
        line-height: 45px;
        margin-bottom: 15px;
	}

	.page_text .services_text h2 {
		min-height: 90px;
	}

	.facilities_home img.nava_logo {
        width: 115px;
        margin: 0 0px 20px 0px;
    }

	.facilities_home p {
        width: 100%;
        margin: 0 auto 15px auto;
    }

	.services_text .button {
		margin: 0 auto;
	}

	.page_text h3 {
		font-size: 26px;
    }

	.about_wrap {
		padding-top: 80px;
		padding-bottom: 80px;
		flex-wrap: wrap;
	}

	.page_text .about_text h2 {
		font-size: 50px;
		line-height: 55px;
		margin-bottom: 30px;
	}

	.services_title h1 {
		font-size: 55px;
	}

	.services_title h1:before {
		width: 510px;
		height: 570px;
		margin: -395px auto 0 auto;
	}

	.services_list ul li {
		width: 100%;
	}

	.services_list {
		margin-top: 100px;
		padding-bottom: 0;
		padding-left: 30px;
	}

	.five_minutes {
		flex-direction: column;
		margin: 0 45px;
		padding: 90px 80px 70px 80px;
	}

	.five_minutes h3 {
		justify-content: center;
	}

	.five_minutes ul {
		margin-top: 50px;
	}

	.five_minutes ul li a {
		font-size: 42px;
		padding-right: 0px;
	}

	.five_minutes ul li {
		text-align: center;
		padding: 20px 0;
	}

	.five_minutes h3 span {
		font-size: 52px;
		line-height: 55px;
		top: 15px;
	}

	.five_minutes .more {
		margin: 35px auto 0 auto;
	}

	.five_minutes h3:before {
		background-size: 40px;
		width: 40px;
		height: 40px;
		left: 0;
		right: 0;
		margin: 0 auto;
		top: -20px;
	}

	.five_minutes h3 {
		font-size: 150px;
	}

	.ioannina h2 {
		margin-top: 21%;
		right: 8%;
		font-size: 45px;
		line-height: 50px;
	}

	.ioannina h2:before {
		width: 385px;
		height: 520px;
	}

	.rooms_swiper {
        padding-left: 0;
        padding-right: 0;
	}

	.view_suites_description:before {
        width: 50px;
        left: 20px;
    }

	.page_text.rooms_swiper h1 {
        font-size: 45px;
        line-height: 45px;
        position: relative;
        margin-bottom: 0;
        margin-left: 30px;
    }

	.page_text .home_right_text p {
		padding-right: 0px;
	}

	.hours_info {
		padding-bottom: 0px;
	}

	.hours_info .yellow_bg {
		height: 100%;
	}

	.home_left_image img {
		margin-left: -40px;
	}

	.home_right_text {
		padding: 30px;
	}

	.contact_links.complaints a {
		font-size: 16px;
	}

	.padd_big {
		padding-top: 130px;
		padding-bottom: 90px;
	}

	.cens_graphic {
		background-size: 85%;
		height: 100px;
	}

	.luxury_suites_graphic {
        top: 35px;
    }

	.home_right_image {
		margin-top: -25%;
		margin-right: -65px;
	}	

	.home_header_content .circle {
		width: 600px;
		height: 600px;
		top: 23%;
	}

	.hours_info {
		margin-top: -170px;
		padding-top: 240px;
	}

	#lang_info {
        left: 65px;
    }

	#header.fixed #book_now {
		font-size: 19px;
	}

	#header.fixed {
        padding: 35px 20px;
	}

	#header.fixed #logo a {
		height: 60px;
	}

	#header.fixed .open_menu img {
		width: 40px;
	}

	#header.fixed #top_info, #header.fixed #top_info_right {
		left: 25px;
		width: 50px;
		height: 50px;
		top: 0px;
	}

	#header.fixed .languages a.selected_lang {
		font-size: 14px;
	}

	#header.fixed #lang_info {
		left: 55px;
	}

	.facilities_intro button {
		margin-right: 30px;
	}

	.rooms_home ul li {
		font-size: 17px;
		line-height: 30px;
		margin-bottom: 4px;
		background: transparent url(../img/layout/substract.svg) no-repeat 0 9px;
		background-size: 13px;
	}

	.container-fluid.no-padding.contact_intro {
		overflow: hidden!important;
	}

	.facilities p {
		font-size: 19px;
		line-height: 35px;
	}

	.rooms_more {
        font-size: 14px;
        margin-top: 0;
        padding: 12px 20px;
    }

	.page_text .view_suites_description ul li {
        font-size: 18px;
    }

    .page_text .view_suites_description h2 {
        font-size: 40px;
        line-height: 50px;
        margin-top: 30px;
    }

	.room_swiper_img_rght {
        right: 15px;
    }

	.view_suites_description {
        padding-left: 30px;
        padding-right: 30px;
        margin-top: 40px;
        margin-bottom: 40px;
        margin-left: 0;
    }

	.rooms_swiper_left {
		margin-right: 0px;
	}

	.rooms_swiper:before {
		height: calc(100% - 20px);
	}

	.padd.rooms_swiper {
		padding-top: 80px;
		padding-bottom: 20px;
	}

	.room_question {
		top: 60px;
		padding: 20px 25px;
		width: 150px;
		font-size: 16px;
	}

	.room_book {
		font-size: 16px;
		padding: 20px 25px;
		width: 150px;
	}

	.suites_title h2 {
		font-size: 65px;
		line-height: 65px;
		margin-top: 0px;
		margin-left: 0;
	}

	.suites_title {
		top: -180px;
	}

	.rooms_wrapper.right .room_details {
        padding: 40px;
    }

	.rooms_wrapper.right .room_image {
    	padding-left: 0px;
	}

	.rooms_wrapper.right {
    	margin: 0px 0 60px 0;
    	flex-direction: column;
	}

	.extra-image-container {
        left: 0;
        right: 0;
        margin: 0 auto;
        text-align: center;
	}

	.rooms_wrapper .room_extra_image {
        width: 250px;
	}

	.rooms_wrapper .room_image {
    	padding-right: 0px;
    	margin-top: 70px;
	}

	img.rooms_home {
		top: -210px;
		width: 100%;
		right: 0;
	}

	.location {
		margin-top: 100px;
	}

	.services {
		height: 100vh;
		margin-top: 60px;
    	margin-bottom: 60px;
	}

	.services_swiper {
		margin-top: 30px;
	}

	.slide_title h2 {
		font-size: 45px;
		left: -10px;
	}

	.services_title h2 {
		font-size: 60px;
		line-height: 65px;
	}

	.slide_title h2:after {	
		width: 30px;
		height: 30px;
		margin-left: 15px;
		background-size: 30px;
		margin-top: 7px;
	}

	.other_rooms .swiper-suites .swiper-slide {
		flex-direction: column-reverse;
	}

	.other_rooms.page_text .room_title h1 {
		font-size: 30px;
		line-height: normal;
	}

	.other_rooms .rooms_description h2 {
		line-height: 45px;
		font-size: 35px;
	}

	.other_rooms .rooms_description .navigation_swiper_suites {
		position: absolute;
	}

	.hotel_info {
        padding: 40px 15px 0 15px;
	}

	.page_text .hotel_info h1:before {
		left: -25px;
	}

	.hotel_info .home_right_image img {
		width: 50%;
		float: right;
		margin-bottom: 0px;
	}

	.location_text {
		width: 56%;
		float: none;
		margin: 0 auto;
	}

	.location_text p {
		font-size: 24px;
		line-height: 45px;
	}

	.more {
        margin-top: 30px;
        font-size: 14px;
        padding: 15px 60px 15px 30px;
	}

	.location_link {
		margin: 0 auto;
		width: 56%;
		float: none;
	}

	.location_link a {
		font-size: 55px;
		line-height: 65px;
	}

	.location_link a:after {
		margin-top: 22px;
	}

	.location {
		height: 80vh;
	}

	.room_facilities .room_right_image img {
		display: block;
		width: 100%;
	}

	.features_bg {
		width: 100%;
	}
	
    .room_facilities {
        padding: 60px 15px;
    }

	/* .features_list ul li:nth-last-child(2n) {
		border-right: 2px solid #BFBDBB;
	} */

	.room_middle_img {
		width: 90%;
		margin: 0 auto;
	}

	.rooms_view .room_right_image {
		width: auto;
		float: left;
		padding-bottom: 0;
		padding-right: 50%;
		position: relative;
		margin-left: 95px;
		margin-bottom: 100px;
		margin-top: 15px;
	}

	.rooms_view .room_right_image img {
		display: block;
	}

	.room_title {
		padding: 40px 50px 20px 40px;
	}

	.room_title h1 {
		font-size: 35px;
		line-height: 50px;
		padding-left: 30px;
	}

	.room_title .rooms_more {
		bottom: 30px;
		font-size: 22px;
	}

	.view_all {
		position: relative;
		right: 0;
		top: 0px;
	}

	.rooms_description p {
        margin-bottom: 20px;
    }

	.rooms_description {
        padding: 0px 0px 50px 0px;
    }

	.rooms_wrapper.last .rooms_description {
        padding: 60px 80px 60px 80px;
    }

	.grey_bg_graphic {
    	width: 100%;
	}

	.rooms_wrapper {
        margin: 0px 0 60px 0;
        flex-direction: column-reverse;
    }

	.rooms_wrapper.last {
        margin: 0px 0 80px 0;
    }

	.room_details {
        padding: 40px;
    }

	.suite_category p {
        font-size: 50px;
    }

	.rooms_wrapper.right .suite_category {
		margin-left: 0;
		margin-right: 30px;
	}

	.rooms_wrapper.right .swiper-slide {
		flex-direction: column-reverse;
		display: flex;
	}

	.rooms_wrapper .swiper-slide:before {
		width: calc(100% - 50px);
	}

	.rooms_description .room_size {
		padding: 10px 0;
	}

	.rooms_description .room_size p {
        font-size: 19px;
        margin: 0;
    }

	.room_size img {
        width: 40px;
    }

	.page_text .rooms_description h2 {
        font-size: 28px;
        padding: 0px 0 20px 0;
    }

	.rooms_description h2 {
		font-size: 40px;
		line-height: 45px;
		padding: 10px 0 25px 0;
	}

	.contact_left {
		width: 100%;
	}

	.contact_title p {
		font-size: 25px;
		line-height: 35px;
	}

	.contactform div.input label {
		font-size: 16px;
	}

	.contactform div.submit input {
		padding: 15px 50px;
	}

	.contact_title {
		padding: 30px 0;
		margin-left: 10%;
	}

	.contact_details h3:after {
		left: 30px;
		margin-top: 55px;
	}

	.contact_details h2 {
		font-size: 42px;
		line-height: 52px;
		margin-bottom: 35px;
	}

	.contact_details h2:after {
		left: 30px;
	}

    .contact_form {
        padding: 40px;
        margin-left: 15px;
        margin-right: 15px;
    }

	.contact_info p.phone a {
        font-size: 23px;
    }

	.contact_details {
        padding: 0px;
    }

	.page_text .contact_details p {
        font-size: 19px;
        padding: 3px 0;
    }

	.contact_left {
		top: 0;
	}

	.sight_description {
		padding: 0;
	}

	.page_text .sight_description h2 {
		font-size: 40px;
		margin-bottom: 30px;
	}

	.sight_wrapper {
		padding-bottom: 20px;
	}

	.sight_box {
        padding: 30px 0 30px 0;
        flex-direction: column-reverse;
	}

	.page_text .sight_box h2 {
		font-size: 37px;
		margin-top: 30px;
		margin-left: 30px;
	}

	.sight_intro {
        padding: 20px 30px;
        width: 100%;
    }

	.sight_box.right .sight_img {
		padding-right: 30px;
		margin-left: 0;
	}

	.page_text .sight_box.right h2 {
		margin-right: 30px;
	}

	.sight_box:before {
        height: calc(100% - 160px);
    }

	.sight_box.right .sight_intro {
        padding: 20px 30px;
        left: 0;
    }

	.sight_box.right .sight_description {
		padding: 0;
	}

	.sight_box.right {
		flex-direction: column;
	}

	.sight_box img {
        margin-top: 20px;
        margin-left: 0px;
	}

	.sight-image {
		height: 65vh;
	}

	.beige_bg.sights {
		display: none;
	}

	.dynamic_right_image {
		width: 30%;
		margin-top: 30px;
		margin-bottom: 0px;
		position: absolute;
	}

	.dynamic_right_bottom {
		right: -40%;
		width: 65%;
		margin-top: 30px;
	}

	.graphic_43 {
		width: 200px;
		margin-left: 0px;
		bottom: auto;
		top: -30px;
		left: -20px;
		opacity: 0.5;
	}

	h2.location_title {
		font-size: 55px;
		margin-bottom: 70px;
		line-height: 55px;
		margin-left: 30px;
	}

	.dynamic_right_image:after {
		display: none;
	}

	.dynamic_right_image {
		padding-bottom: 70px;
	}

	.gallery_text span p {
		font-size: 18px;
	}

	.newsletter_wrap {
		padding-left: 0px;
	}

	.newsletter-input {
        width: 100%;
        margin: 0;
    }

	.newsletter_subtitle {
		font-size: 18px;
	}

	.footer_box.left {
        margin-left: -15px;
        margin-top: 35px;
    }

	.footer_box.right {
		margin-right: 15px;
        margin-top: 35px;
	}

	.copyright_wrapper .flex_section {
		flex-direction: column-reverse;
	}

	.newsletter-input .input.text.last {
		width: calc(100% - 30px);
	}

	.newsletter-input .input.text {
		width: calc(49% - 15px);
		display: inline-block;
		margin-right: 15px;
	}

	.newsletter-input .submit input {
		right: 30px;
	}

	.newsletter-line-1 {
		left: -30px;
		width: 30px;
	}

	.newsletter-line-2 {
		right: -30px;
		width: 30px;
	}

	.footer_box table td {
        font-size: 17px;
    }

	.footer_logo img {
        max-width: 175px;
        margin: 0 auto;
        display: block;
	}

	.footer_logo:before, .footer_logo:after {
		width: calc(50% - 75px);
	}

	.footer_box a.footer_link {
		padding: 15px 35px 15px 75px;
		font-size: 17px;
		letter-spacing: 1px;
		margin: 0 auto 30px auto;
		background-size: 25px;
		background-position: 14% center;
	}	

	.copyright_wrapper ul {
        text-align: center;
	}

	.footer_social {
		justify-content: center;
		padding-top: 50px;
		margin-bottom: 30px;
	}

	.footer_box {
        margin-left: 0;
        flex-direction: column;
    }

	#wapp {
		float: none;
	}

	#wapp a {
        width: 85px;
        margin: 15px auto 0 auto;
	}

	.copyright {
        font-size: 16px;
        margin-top: 20px;
    }

	.copyright_wrapper li {
		padding: 0 10px;
	}

	.footer_logo {
		padding-left: 0px;
	}

	.copyright_wrapper {
        padding: 25px 0;
        margin: 0 35px;
	}

	.footer_box p {
        font-size: 21px;
        line-height: 40px;
    }

	.footer_box p.last {
		margin-top: 25px;
	}

	.newsletter:before {
		border-top: 15px solid #E5CA48;
		top: -15px;
		width: 70%;
	}

	.padd_prefooter {
        padding-top: 50px;
        padding-bottom: 50px;
    }

	.newsletter:after {
		border-top: 15px solid #E5CA48;
		bottom: -15px;
		width: 70%;
	}

	.about_graphic {
		display: none;
	}

	.about_text {
        padding: 0 100px 0px 145px;
        margin-bottom: 0;
    }

	.about_right {
        padding-left: 0;
        padding-top: 100px;
    }

	.rooms_home .about_text {
		padding-top: 20px;
	}

	.rooms_home .home_half_text {
		padding: 5px 15px 5px 95px;
	}

	.button {
        font-size: 18px;
        padding: 18px 42px;
        margin-top: 40px;
	}

	.about_section:before {
        width: 65%;
        left: -17%;
        bottom: -30px;
    }

	.restaurant_right_text .button {
		float: left;
	}

	.about_section:after {
        width: 300px;
        bottom: -50px;
        right: -100px;
    }

	.m-t-100 {
		margin-top: 50px;
	}

	.menu_img {
		display: none;
	}

	.padd_prefooter {
        padding-top: 60px;
        padding-bottom: 60px;
	}

	.footer_box_container.pd-130 {
		padding-left: 70px;
		padding-top: 25px;
	}

	.rooms_home .about_text.facilities_intro {
		padding-bottom: 20px;
	}

	.footer_box_container.pd-100 {
		padding-left: 40px;
		padding-top: 25px;
	}

	.footer_menu {
        padding: 0px 15px;
        margin: 35px 0;
	}

	.footer_menu ul li a {
        font-size: 18px;
        padding: 25px 0;
    }

	.footer_social {
		padding-right: 0px;
	}

	.footer_social img {
		width: 40px;
		margin: 0 10px;
	}

	#lang_mob {
		left: 100px;
	}

	.contact_menu_container {
		margin-left: 30px;
	}

	.open_menu {
        font-size: 15px;
	}

	#top_info {
		left: 105px;
		width: 60px;
		height: 60px;
	}

	#top_info img {
		width: 22px;
	}

	.open_menu img {
        width: 42px;
	}

	#lang_info a {
		font-size: 19px;
	}

	#logo {
        background-size: 170px;
	}

	.map {
		padding: 60px 0;
	}

	/*.languages  a.selected_lang{  padding:10px 10px;}*/
	#book_now {
		font-size: 21px;
	}

	#top_info span { display: none; }

	#header {
        top: 80px;
        padding: 0 20px;
	}

	.extra-image-container {
		display: none;
	}

	.extra-image-container.mob {
        display: block;
        top: 20px;
        transform: none;
    }

	.gallery_page.page_text h1 {
		margin-left: 0px;
		text-align: center;
		margin-bottom: 40px;
	}

	.rooms_wrapper.right .extra-image-container {
        right: 0;
        left: 0;
    }

	.reverse-991{
		flex-direction: column-reverse;
		display: flex;
	}

	.center-991{
		text-align: center;
		margin-bottom: 50px;
	}

	.pines_buttons {
	    align-items: flex-start;
	}

	.responsive_menu .responsive_menu_container {
        width: auto;
	}

	.contact_menu_left {
    	margin-bottom: 15px;
	}

	.contact_menu_container {
		width: 88%;
	}
	.responsive_menu .contact_menu span{font-size:16px;}
	
	.responsive_menu ul li a {
        font-size: 22px;
        padding: 8px 0px 8px 0px;
        width: fit-content;
        margin: 0 auto;
	}

	#menu_rooms {
		display: none;
	}

	.responsive_menu .extra_links p {
		font-size: 16px;
		margin-bottom: 7px;
	}

	.responsive_menu .extra_links {
		top: 200px;
	}

	.responsive_menu .menu_social img.instagram {
		width: 23px;
	}

	.responsive_menu .menu_social img {
		width: 34px;
        margin-top: 0;
	}
	
	.footer_box ul  li a{  margin-bottom:10px; }
	.footer_box.upliving  {margin-top:50px; }
	
	.decorate_image_left {  display: none;}	
	.decorate_image_right {  display: none;}	
	
	.left_image {max-width:300px; }
	.right_image {max-width:300px; }
	.right_image.offset_top { margin-top:-30px;}
	
	.facility_text { padding-top:10px; margin-bottom:50px; }
	
	ul.half_list { margin:30px 0 0px 0px; }
	ul.half_list.right { margin:0px 0 30px 0px;  }
	
	.sight_title { padding-top:0px;}
	.sight_text { padding:30px 30px 0 30px;}

	.room_box a {
		margin-top: 16px;
		float: left;
	}

	.room_box img {
		padding: 15px 15px 0 15px;
	}

	.gallery_box .gallery_text span {
		font-size: 25px;
	}

	.page_text .view_suites_description ul {
        margin: 15px 0px;
        padding: 7px 0;
	}

	.view_suites_description .button {
        margin-top: 20px;
    }

	.about_extraimage {
		height: 70vh;
	}

	.gallery_box.right .gallery_image {
		padding-right: 10%;
		padding-left: 10%;
	}

	.gallery_box .gallery_image {
		padding: 0 10%;
		margin: 0 auto;
		display: block;
	}

	.gallery_box.right {
        padding-right: 0px;
        margin-top: 90px;
        margin-left: 0px;
        display: flex;
        flex-direction: column-reverse;
    }

	.form_contact {
        padding-bottom: 190px !important;
	}

	.gallery_box .gallery_text .button {
		margin-top: 10px;
		float: left;
	}

	.offer_box {
        padding-top: 30px;
        margin-top: 30px;
        margin-bottom: 20px;
    }

	.nava_album {
        width: 100px;
        z-index: 1;
        bottom: -35px;
    }

	.graphic_album {
		display: none;
	}

	.gallery_box.right .gallery_text {
		left: 0;
	}

	.diagram.left img, .diagram.right img {
		margin-bottom: 20px;
	}

	.ioannina_left {
        padding-right: 0px;
        margin-left: -30px;
    }

	.dynamic_title span {
		font-size: 20px;
		margin-top: 20px;
	}

	.padd_small {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	#header.fixed .responsive_menu #lang_info {
		left: 80px;
	}

	.gallery_page .grid .grid-item {
		max-height: 600px;
	}

	.about_right .button.mob {
		display: block;
		margin: 25px auto 0 auto;
	}

	.room_facilities_wrap {
        padding: 60px 0 90px 0;
    }

	.left_image_amenities {
    	width: 100%;
	}
	.reverse-991{
		flex-direction: column-reverse;
		display: flex;
	}

	.responsive_menu {
	    top: -79px;
    	height: 100vh;
	}

	#home_rooms .swiper-slide {
        flex-direction: column-reverse;
    }

	.gallery_box .gallery_text {
        padding: 35px;
        position: relative;
        right: 0;
        overflow: hidden;
    }

	.about_1893_mob {
        display: block;
        position: absolute;
        right: -35px;
        top: 160px;
        z-index: 1;
    }

	.image-container-inner {
        margin-right: 95px;
        width: calc(100% - 190px);
        margin-left: 95px;
        margin-bottom: 40px;
        margin-top: 130px;
        border-radius: 27rem 27rem 0 0;
	}

	.page_text .about_left h1 {
		width: 50%;
	}

	.page_text .offer_box h2 {
		padding-left: 30px;
	}

	.offer_box .rooms_more {
		margin-top: 30px;
	}

	.page_text .offer_box p {
		padding-left: 30px;
		padding-right: 30px;
	}

	.ioannina_img_mob {
		display: block;
		outline: 1px solid #CDC7BF;
		outline-offset: 30px;
		width: 50%;
		margin-bottom: 100px;
		margin-right: 75px;
	}

	.page_text p.subtitle {
        margin: 0 auto 20px auto;
        padding: 0 35px 5px 35px;
	}

	.contact_info {
        margin-top: -200px;
        padding: 55px 15px;
        margin-left: 15px;
        margin-right: 15px;
    }

	.contact_form {
        padding: 50px 0 0 0;
        margin-left: 0;
        margin-right: 0;
        margin-top: 50px;
        border-top: 1px solid #ADA9A1;
        border-left: none;
    }

	.contact_social {
        padding: 30px 65px 0 65px;
        margin-top: 20px;
    }

	.page_text h1 {
        font-size: 35px;
        line-height: 42px;
        margin-bottom: 25px;
    }

	.ioannina_graphic {
		left: -12%;
		width: 112%;
	}

	.ioannina_right {
        height: auto;
        padding: 40px;
    }

	.image-container-inner.ioannina {
        margin: 80px 90px 0 90px;
    }

	.facilities h1 {
		margin-top: 60px;
		padding-left: 0;
	}

	.room_box_image {
		
		margin-bottom: 26px;
	}

	.facilities .page_text ul li {
		float: left;
		width: 50%;
	}
	.more_rooms a span { font-size: 14px; }

	.reverse-rooms .rooms_description {
		padding: 3% 1% 3% 6%;
	}

	p.total_rooms {
		right: 35px;
		padding-bottom: 0;
		margin-top: 15px;
		font-size: 21px;
		position: relative;
		float: right;
	}

	.room:nth-child(3n+4) {
		clear: unset;
	}

	.rooms.view #logo {
		background-size: 130px;
	}

	.reverse-rooms .beige_bg.rooms {
		width: 100%;
		bottom: -60px;
		z-index: 9;
	}

	.events_home:after {
		width: 100%;
		height: 55%;
		background-size: cover;
	}

	.events_home:before {
        left: -10%;
        width: 100%;
        height: 23%;
        top: 0;
        background-size: cover;
        background-position: right;
    }
}
  
@media only screen and (min-width:768px) and (max-width:991px) {
	/*#header { background:orange;  min-height:70px;}*/
	
	.sight_container {  min-height:370px; overflow:hidden; margin-bottom:30px;   }	
	.sight_container.inner_sight_container {  min-height:400px;  }
}

@media (max-width:767px){

	.facilities .page_text ul li {
		font-size: 13px;
	}

	.home_header {
    	height: 100vh !important;
    	min-height: 880px;
	}

	.espa_wrap p.first {
        font-size: 16px;
        line-height: 30px;
	}

	.espa_wrap p.sec {
 	   line-height: 23px;
    	padding: 0 10px;
	}

	.espa_wrap p a {
    	font-size: 14px;
	}

	.espa_wrap img {
        max-width: 100%;
    }

	.restaurant_home, .restaurant_home .page_heading_shadow {
		height: 120vh;
		min-height: 1035px;
	}

	.tab button {
        font-size: 27px;
        line-height: 42px;
    }

	.responsive_menu .top_images {
        height: 475px;
    }

	.tabcontent .banner_menu {
        height: 475px;
    }

	.page_text .room_details h2 {
        margin-bottom: 15px;
        font-size: 32px;
        line-height: 40px;
    }

	.room_details p.no {
		padding-top: 0;
        font-size: 22px;
	}

	.rooms_home_graphic {
        width: 88%;
    }

	.room_details {
        padding: 30px;
    }

	.rooms_description .button {
        margin: 30px auto 25px auto;
    }

	.room_right_image {
        width: 215px;
	}

	#tabs {
    	flex-direction: column;
	}

	.album_intro {
        margin-top: 25px;
    }

	#tabs li {
		padding: 7px 0;
	}

	.room_buttons {
        top: 0;
    }

	.rooms_photos:after {
        height: 350px;
	}

	.page_text .swiper-suites-gallery h2, .page_text .swiper-gallery h2 {
    	margin-bottom: 45px;
	}

	.page_small_img {
        max-width: 250px;
	}

	.event_left {
        margin-bottom: 80px;
    }
	
	.event_right {
        margin: 0px 15px;
    }

	.events_home .divider {
        height: 60px;
    }

	.event_right.activities {
        margin: 0px 15px;
    }

	.events_home .divider {
        height: 70px;
    }

	.restaurant_left h2 span {
        font-size: 62px;
    }

	.restaurant_right_text .button {
        float: none;
        margin: 30px auto 0 auto;
    }

	.restaurant_bottom {
        display: block;
        position: absolute;
        bottom: -125px;
        left: 30px;
        width: calc(100% - 60px);
    }

	.restaurant_right_text {
        padding: 0 8px;
        padding-top: 20px;
        text-align: center;
    }

	.restaurant_left {
        margin-left: 0px;
        height: auto;
        padding-top: 42%;
        text-align: center;
    }

	.restaurant_top {
        display: block;
        position: absolute;
        top: -50px;
        right: 0;
        left: 0;
        width: 220px;
        margin: 0 auto;
    }

	.services_home ul li {
        font-size: 21px;
    }

	.services_home ul {
        margin-top: 35px;
        margin-bottom: 0;
    }

	.services_home ul li img {
        height: 80px;
        margin-bottom: 25px;
    }

	#header.fixed .open_menu img {
		width: 35px;
	}

	.image-container-inner.ioannina {
        margin: 70px 70px 0 70px;
    }

	.pages.view .about_img {
        margin-top: 40px;
    }

	.page_text .about_1893_mob h1 {
        font-size: 170px;
    }

	#header.fixed .responsive_menu #lang_info {
        left: 70px;
    }

	.responsive_menu #lang_info {
        left: 67px;
        top: 54px;
    }

	.booking_form {
        margin: 0 60px;
    }

	.book_info {
        padding: 20px;
        min-height: auto;
        border-right: none;
        border-bottom: 1px solid #fff;
    }

	.page_text #other_rooms h4 {
        margin-top: 15px;
        font-size: 19px;
    }

	.rooms.view #logo {
        background-size: 120px;
    }

	.room_view_text p.title:before {
        width: 60px;
	}

	.room_view_text p.title {
        letter-spacing: 0px;
        margin-bottom: 15px;
        padding-left: 75px;
        font-size: 17px;
    }

	.room_view_text .rooms_description .room_view_intro p {
		padding-right: 15px;
        font-size: 22px;
        line-height: 32px;
        margin: 0;
    }

	.rooms_wrapper.last .rooms_description {
        padding: 50px 50px 50px 50px;
	}

	.page_text .suite_category p {
        font-size: 45px;
        line-height: normal;
    }

	.rooms_description {
        padding: 0px 0px 30px 0px;
    }

	.box_number {
        min-height: 250px;
    }

	.box_number p.num {
        font-size: 75px;
        margin: 0 auto 20px auto;
        line-height: 75px;
		padding: 0 20px 15px 20px;
    }

	.box_number p.box_text {
        font-size: 23px;
        line-height: 28px;
    }

	.pages.ioannina  #section0 .flex_center, .experiences.home  #section0 .flex_center, .rooms.home #section0 .flex_center {
		flex-direction: column;
	}

	.page_text .rooms_home p {
        font-size: 20px;
        line-height: 30px;
    }

	.page_heading_image .dynamic_title h1 {
        font-size: 45px;
        line-height: 55px;
    }

	.image-container-inner {
        margin-right: 65px;
        width: calc(100% - 130px);
        margin-left: 65px;
		margin-top: 100px;
	}

	.facilities_home img.nava_logo {
        width: 100px;	
	}

	.dynamic_title h1 {
        font-size: 55px;
        line-height: 60px;
    }

	.page_text .hotel_info ul li span {
		font-size: 18px;
	}
	
	.page_text .offer_box h2 {
        min-height: auto;
    }

	.offer_box {
        margin-bottom: 0px;
    }

	.page_text .hotel_info ul li span.number {
        font-size: 60px;
        line-height: 60px;
    }

	.page_text .hotel_info ul li:first-child {
		padding-bottom: 60px;
	}

	.page_text .hotel_info ul li {
		display: flex;
		justify-content: center;
	}

	.page_text .hotel_info ul li:after {
        font-size: 50px;
        right: 0;
        left: 0;
        margin: 0 auto;
        bottom: -20px;
        top: auto;
	}

	.page_text .hotel_info ul li span.first {
		font-size: 21px;
		padding: 6px 0 6px 0;
	}

	.diagram.left img, .diagram.right img {
		margin-bottom: 5px;
		margin-right: 20px;
		width: 170px;
	}

	.page_text.room_intro h2 {
		font-size: 50px;
        line-height: 45px;
        margin-top: -40px;
    }

	.about_extraimage {
        height: 60vh;
    }

	.about_1893_mob {
        right: -15px;
        top: 130px;
    }

	.about_text {
        padding: 0 65px 0px 110px;
	}

	.page_text .about_right h2 {
        font-size: 34px;
        line-height: 43px;
    }

	.about_right img {
        width: 65px;
        margin: 0 auto 20px auto;
    }

	.about_left .about_img_right {
        width: 205px;
    }

	.about_section:after {
        width: 230px;
        bottom: -35px;
        right: -70px;
    }

	.button {
        font-size: 17px;
        padding: 17px 38px;
    }

	.about_section:before {
        width: 70%;
        left: -17%;
        bottom: -15px;
    }

	.ioannina_img_mob {
        outline-offset: 20px;
        width: 55%;
        margin-bottom: 80px;
    }

	.padd {
		padding-top: 70px;
		padding-bottom: 70px;
	}

	.contact_menu_left {
        margin-bottom: 5px;
        flex-direction: column;
    }

	.responsive_menu .contact_menu p {
        padding: 5px 0px;
        font-size: 19px;
    }

	.menu_social a {
		font-size: 17px;
	}

	.logo_menu {
        width: 95px;
        height: 95px;
    }

	.room_facilities ul li small {
		font-size: 16px;
	}

	.responsive_menu .responsive_menu_inner {
    	height: 100%;
	}

	.room_left_img, .room_right_img {
		display: none;
	}

	.room_links .book_link, .room_links .enquire_link {
		font-size: 17px;
		padding: 20px 30px;
	}

	.room_facilities ul li {
        width: 50%;
    }

	.no_banner h1 {
		font-size: 35px;
		line-height: 45px;
		margin-top: 195px;
		margin-bottom: 40px;
	}

	.no_banner {
		height: auto;
	}

	.page_text .sight_description h2 {
		font-size: 34px;
	}

	.sight_wrapper {
		padding-bottom: 60px;
	}

	.sight_box {
        margin-bottom: 30px;
	}

	.sight_box.last {
		padding-bottom: 0;
	}

	.sight_box:before {
        width: 100%;
    }

	.page_text .sight_box h2 {
        font-size: 30px;
        margin-bottom: 15px;
    }

	.contact_details ul li:before {
		width: 25px;
	}

	.contact_details h2 {
		font-size: 38px;
		line-height: 48px;
		margin-bottom: 30px;
	}

	.form_contact {
        padding-bottom: 150px !important;
    }

	.contact_details ul li span {
        flex-wrap: wrap;
    }

	.contactform input[type="text"] {
		padding: 13px 17px;
		font-size: 15px;
	}

	.contact_details ul li {
        width: 60%;
    }

	.contact_details ul li span a {
		margin-left: 10px;
		padding-bottom: 5px;
	}

	.page_text.map_wrap h1 {
		padding: 50px 0 50px 0;
		margin-top: -160px;
	}

	.contactform div.submit {
		margin-right: 15px;
	}

	.page_text .dynamic_text ul li {
		font-size: 18px;
	}

	.page_text h2 {
        font-size: 35px;
        line-height: 40px;
	}

	.page_text .services_text h2 {
        min-height: 80px;
    }

	.swiper-albums {
		height: 70vh;
	}

	.dynamic_title h1 span.number {
		font-size: 105px;
	}

	.page_text .about_text h2 {
		font-size: 45px;
		line-height: 50px;
		margin-bottom: 30px;
	}

	.services_title h1:before {
		width: 440px;
		height: 550px;
		margin: -375px auto 0 auto;
	}

	.services_list ul li span {
		margin-bottom: 10px;
		font-size: 22px;
	}

	.services_list ul li {
		font-size: 18px;
		padding-bottom: 40px;
	}

	.services_title {
        margin-bottom: 50px;
    }

	.service_box.left img {
        padding-left: 30px;
    }

	.service_box.left .services_text {
        padding-left: 30px;
        padding-top: 20px;
    }

	.service_box.right {
        padding: 30px 0;
	}

	.service_box.right .services_text {
        padding-left: 30px;
        padding-top: 20px;
    }

	.service_box.right img {
        padding-left: 30px;
    }

	.service_box:before {
        bottom: 40%;
        width: 30px;
        height: 30px;
    }

	.services_list {
		margin-top: 90px;
		padding-left: 20px;
		padding-right: 20px;
	}

	.services_list ul li img {
		width: 65px;
		margin-right: 20px;
	}

	.five_minutes {
		margin: 0 40px;
		padding: 80px 20px 60px 20px;
	}

	.five_minutes ul li {
		padding: 15px 0;
	}

	.five_minutes ul li a {
		font-size: 37px;
	}

	.five_minutes .more {
		font-size: 16px;
	}

	.five_minutes h3:before {
		background-size: 35px;
		width: 35px;
		height: 35px;
	}

	.five_minutes ul {
		margin-top: 30px;
	}

	.five_minutes h3 span {
		font-size: 45px;
		line-height: 45px;
		top: 12px;
	}

	.five_minutes h3 {
		font-size: 130px;
	}

	#tabs li a {
		background-size: 25px;
	}

	.ioannina h2:before {
		width: 355px;
		height: 500px;
	}

	.ioannina h2 {
		font-size: 40px;
		line-height: 42px;
		right: 0;
		left: 0;
		margin: 31% auto 0 auto;
	}

	.rooms_swiper h1 {
		font-size: 50px;
		line-height: 50px;
		margin-bottom: 35px;
	}

	.page_text .home_right_text h1 span {
		font-size: 50px;
		margin-bottom: 30px;
	}

	.page_text .home_right_text h1 {
		font-size: 42px;
	}

	.home_right_text {
		padding: 30px 10px;
	}

	.footer_logo {
        margin-bottom: 30px;
		text-align: center;
    }

	.footer_box h6 {
        font-size: 23px;
	}

	.footer_box h6 {
        font-size: 23px;
        margin-bottom: 15px;
    }

	.footer_box table {
		margin: 0 auto;
	}

	.footer_box table td {
		padding: 1px 0;
	}

	.home_header_content .circle {
		width: 520px;
		height: 520px;
	}

	.footer_social.mob {
		display: block;
	}

	#header.fixed {
        padding: 35px 15px;
    }

	#header.fixed #top_info, #header.fixed #top_info_right {
		left: 15px;
		width: 45px;
		height: 45px;
		top: 0px;
	}
	
	#header.fixed #top_info img {
		width: 18px;
	}

	.open_menu {
        text-indent: -99999px;
    }

	#header.fixed #logo a {
		height: 60px;
	}

	.facilities_intro button {
		float: left;
		margin-left: 75px;
		margin-top: 10px;
	}

	#header.fixed #lang_info a {
		font-size: 17px;
	}

	.page_text .features_list.facility_list h2 {
		margin-top: 15px;
		font-size: 28px;
	}

	.features_list.facility_list ul.spa_list li {
		text-align: left;
	}

	.page_text.spa_treats ul.spa_list li {
		width: fit-content;
	}

	.mini_font {
		font-size: 15px!important;
	}

	.page_text .page_description ul li {
		text-align: left;
	}

	.page_description .inline {
		margin-top: 10px;
	}

	.page_text h3 {
        font-size: 25px;
	}

	.page_text.rooms_home ul li {
		text-align: left;
	}

	.features_list.facility_list ul li:nth-last-child(2n) {
		border-right: none;
	}

	.features_list.facility_list ul li {
		text-align: center;
		width: 100%;
	}

	.home_left_image {
		margin-top: 0;
	}

	.facilities p {
		font-size: 18px;
		line-height: 36px;
		margin-top: 10px;
		margin-bottom: 20px;
	}

	.page_text .suites_title h2 {
		font-size: 50px;
		line-height: 55px;
	}

	.dynamic_right_bottom {
		right: -37%;
	}

	.dynamic_right_image {
		width: 27%;
	}

	.graphic_43 {
		width: 180px;
		top: -50px;
	}

	.suites_title {
		top: -150px;
	}

	.page_text .room_details ul li {
		float: none;
		width: auto;
	}

	img.rooms_home {
		top: -160px;
		width: 100%;
		z-index: 99;
		padding-bottom: 0;
	}

	.services {
		height: 90vh;
	}

	.room_question {
		top: 50px;
		padding: 17px 20px;
		width: 130px;
		font-size: 15px;
	}

	.room_book {
		font-size: 15px;
		padding: 15px 20px;
		width: 130px;
	}

	.page_text .services_title h2 {
		font-size: 50px;
		line-height: 55px;
	}

	.services {
		height: 80vh;
		margin-top: 0;
	}

	.rooms_wrapper .room_extra_image {
        width: 230px;
    }
	
	.rooms_wrapper.right .room_details {
        padding: 30px;
    }

	.rooms_wrapper .room_extra_image {
        width: 210px;
    }

	.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;
	}

	.location_text {
		width: 70%;
	}

	.location_link a {
		font-size: 45px;
		line-height: 55px;
	}

	.location_link a:after {
		margin-top: 15px;
	}

	.location_link {
		width: 70%;
		padding: 20% 0% 100% 0%;
	}

	.pages.home .home_right_image {
		display: block;
	}

	.hotel_info .home_right_image img {
		width: 70%;
	}

	.pages.home .home_left_image img {
		width: 60%;
	}

	.pages.home .home_half_text {
		padding: 15px 40px;
	}

	.pages.home .page_text h1:before {
		background-size: 38px;
		width: 38px;
	}

	.other_rooms .room_title {
		padding: 25px 20px 20px 20px;
	}

	.other_rooms .rooms_description h2 {
		line-height: 40px;
		font-size: 30px;
		top: -30px;
	}


	.other_rooms.page_text .room_title h1 {
		font-size: 27px;
		line-height: normal;
		width: 100%;
		padding-left: 20px;
	}

	.facilities_reverse {
		display: flex;
		flex-direction: column-reverse;
	}

	.rooms_view .room_right_image {
		margin-left: 75px;
		padding-right: 45%;
	}

	.room_title h1 {
		font-size: 30px;
		line-height: 40px;
		padding-left: 20px;
	}

	.room_title .rooms_more {
		bottom: 15px;
		font-size: 20px;
	}

	.features_list img {
		width: 50px;
		margin: 0 auto 20px auto;
	}

	.rooms_description h2 {
		font-size: 35px;
		line-height: 40px;
		padding: 10px 0 20px 0;
	}

	.features_list ul {
	    flex-wrap: wrap;
	}


	.room_features {
		padding-bottom: 80px;
		padding-top: 60px;
	}

	.features_list {
        padding-bottom: 10px;
        margin-bottom: 20px;
    }

	.features_list ul li {
        font-size: 21px;
        padding: 15px;
    }

	.reverse-rooms .rooms_description {
		padding: 3% 1% 3% 5%;
	}

	.rooms_description ul li {
        font-size: 16px;
        padding: 0 6px;
    }

	.page_text .suite_category p {
        font-size: 40px;
	}

	.contact_intro {
		margin-top: 100px;
		margin-left: 0;
	}

	.rooms_description ul li img {
        width: 23px;
	}

	.room_size img {
        width: 37px;
    }

	.rooms_description .room_size p {
        font-size: 18px;
    }

	.page_text .rooms_description ul {
		margin: 25px 0 25px 0;
	}

	.rooms_description ul li img.bath {
        width: 24px;
    }

	.rooms_wrapper .swiper-slide:before {
        width: calc(100% - 30px);
        top: 90px;
    }

	.rooms_description ul li img.bed {
        width: 31px;
    }

	.contact_title p {
		font-size: 22px;
		line-height: 32px;
		text-align: center;
	}

	.contact_title {
		padding: 30px 0;
		margin-left: 0px;
	}

	.contact_left {
		background-color: #ebeae6;
	}

	.contact_left img {
		width: auto;
		margin: 0 auto;
		background-color: #ebeae6;
		padding-bottom: 30px;
	}

	.page_text .contact_details h3 {
        font-size: 30px;
	}

	.contact_details h2:after {
		left: 0;
		right: 0;
		margin: 50px auto 0 auto;
	}

	.contactform div.submit input {
        font-size: 17px;
	}

	.contactform div.submit {
		width: 100%;
	}

	.page_text .contact_details p {
        font-size: 18px;
	}

	.contact_form {
        padding: 40px 0 0 0;
        margin-top: 40px;
	}

	.contact_details h3:after {
		left: 0;
		right: 0;
		margin: 55px auto 0 auto;
	}

	.page_text .contact_details h2 {
		font-size: 25px;
		line-height: 30px;
	}

	.gallery_box .gallery_text span {
        font-size: 23px;
		padding-left: 70px;
	}

	.gallery_box.right .gallery_image {
		padding: 0;
	}

	.gallery_box.right {
        margin-top: 70px;
	}

	.nava_album {
        width: 90px;
	}

	.gallery_box .gallery_image {
        padding: 0%;
	}

	.gallery_box .gallery_text span:before {
		width: 50px;
	}

	.newsletter {
		flex-direction: column;
	}

	.newsletter_subtitle {
		font-size: 18px;
		text-align: center;
		margin-bottom: 40px;
	}

	.newsletter-input .submit input {
        font-size: 16px;
        padding: 15px 30px;
        position: relative;
        margin: 25px auto 0 auto;
        right: 0;
    }

	.footer_social a {
		font-size: 18px;
	}

	.footer_box.left {
        margin-left: 0;
        margin-top: 0px;
    }

	.footer_box a.footer_link {
		font-size: 19px;
	}

	#wapp a {
		width: 80px;
	}

	.padd_big {
        padding-top: 180px;
        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_box {
		text-align: center;
	}

	.footer_box a.footer_link {
		margin-bottom: 25px;
	}

	.footer_box.middle {
		margin: 5px 0 30px 0;
	}

	.footer_logo:before, .footer_logo:after {
        width: calc(50% - 60px);
    }

	.footer_menu ul li a {
        padding: 7px 0;
		font-size: 21px;
    }

	.footer_menu {
        padding: 15px 0px;
        margin: 30px 40px;
    }

	.newsletter-input .input.text {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }

	.newsletter-input .input.text.last {
        width: 100%;
        margin-top: 0;
    }

	.newsletter-input input {
		font-size: 15px;
		padding: 2px 0;
	}

	.footer_menu ul {
		justify-content: center;
		flex-direction: column;
		align-items: center;
	}

	.newsletter_title {
        font-size: 20px;
        text-align: center;
        margin-bottom: 20px;
	}

	.footer_social {
		justify-content: center;
    }

	.footer_box .button {
		font-size: 14px;
		margin: 15px auto 0 auto;
	}

	.footer_box.last {
        padding-left: 0px;
        margin-top: 25px;
    }

	.footer_box p {
        display: block;
	}

	#header {
        top: 70px;
    }
	
	#lang_info {
        left: 60px;
	}

	.padd_prefooter {
        padding-top: 50px;
        padding-bottom: 50px;
    }

	.footer_box a.find_us {
        font-size: 17px;
        margin: 5px auto 0 auto;
        padding: 0px 0 8px 0;
	}

	.footer_box.right {
        float: none;
        margin: 30px auto 0 auto;
    }

	#lang_info a {
        font-size: 18px;
	}

	#book_now {
        font-size: 19px;
        letter-spacing: 0.5px;
    }

	.open_menu img {
		width: 40px;
    }

	#logo {
        background-size: 155px;
	}

	#logo a, #logo_mob a {
		width: 130px;
		height: 105px;
	}

	.dynamic_title span {
        font-size: 19px;
	}

	.page_text .hotel_info ul {
		width: 100%;
	}

	.open_menu img.dark_menu, .open_menu img.white_menu {
		width: 39px;
	}

	.page_heading_image p {
		font-size: 17px;
		line-height: 26px;
	}

	.view_suites_description:before {
		display: none;
	}

	.view_suites_description {
        padding-left: 15px;
        padding-right: 15px;
        align-items: center;
        text-align: center;
    }

	.view_suites_description .button {
        margin-top: 15px;
    }

	.room_swiper_img_rght {
        right: 0;
        left: 0;
        margin: 105% auto 0 auto;
    }

	.page_text.rooms_swiper h1 {
        font-size: 40px;
	}

	.image_shadow {
        background: linear-gradient(180deg, rgb(0, 0, 0, 0.1) 10%, rgba(0, 0, 0, 0.5) 25%, rgba(0, 0, 0, 0.5) 100%);
	}

	.room_box .room_box_subtitle {
		margin: 10px 0 7px 0;
	}
	.room_box_image {
		margin-bottom: 16px;
		margin-top: 34px;
	}	
	.reverse-767{
		flex-direction: column-reverse;
		display: flex;
	}
	.center-767{
		text-align:center;
	}
	.fragment-banner {
		height: 51vh;
	}

	#top_info img {
		width: 20px;
	}

	#top_info {
		left: 85px;
		width: 50px;
		height: 50px;
	}

	.responsive_menu{   width: 100%; }	
	.responsive_menu ul li.book_now_menu_item{ display: block;}
	
	.copyright {
		font-size: 15px;
        margin-top: 15px;
        margin-bottom: 5px;
	}
	
	#wapp{float:none;}
	#wapp a{margin:0 auto;}
	
	.home_header_content p{font-size: 15px;line-height: 22px;}
	.home_header_content a.more.white{font-size:11px;padding-left:40px;}
	.home_header_content a.more:before{width: 20px;margin-right:-20px;}

	.page_heading_image h1 {
		font-size: 43px;
        line-height: 53px;
	}

    .page_text h1 {
        font-size: 32px;
        line-height: 42px;
    }

	.page_text .hotel_info h1:before {
		width: 250px;
		height: 250px;
		top: -75px;
	}

	.page_text .dynamic_text .hotel_info ul li:after {
		right: 0;
		left: auto;
		bottom: auto;
		top: 40%;
		margin: 0;
	}

	.page_text .dynamic_text .hotel_info ul li:first-child {
        padding-bottom: 0px;
    }

	.luxury_suites_graphic {
        top: 35px;
        background-image: url(../img/layout/luxury_suites_responsive.svg);
        width: 60%;
        height: 160px;
    }

	.page_text p.subtitle {
        margin: 25px auto 12px auto;
        padding: 0 35px 5px 35px;
    }

	.page_text p.subtitle.first {
		margin-top: 0;
	}

	.about_section:before {
        width: 85%;
        left: -32%;
    }
	
	.page_text p {
        font-size: 17px;
        line-height: 30px;
	}

	.page_description ul li {
        font-size: 17px;
        line-height: 30px;
    }

	.page_text h4 {
        font-size: 19px;
    }

	.page_description ul li:before {
		width: 10px;
		height: 10px;
		margin-top: 10px;
	}

	.page_text h1:before {
		left: 15px;
		background-size: 44px;
		width: 44px;
	}

	.rooms_home .home_half_text {
		padding: 5px 15px 5px 75px;
	}

	.m-t-100 {
		margin-top: 30px;
	}

	.contact_info p.phone a {
        font-size: 22px;
    }

	.contact_divider{ display: block; clear:both; height:20px;}
	.driveme a {font-size: 18px; }	
	
	.left_image {display: block;float:none;max-width:300px; margin:10px auto 20px;}
	.left_image.offset_top { margin-top:0px;}
	.right_image {display: block;float:none;max-width:300px; margin:10px auto 20px;}
	.right_image.offset_top { margin-top:0px;}
	
	.facility_left_image {margin-bottom:30px;}
	.facility_right_image {margin-bottom:30px;}
	
	.home_right_image {
		margin-top: -40%;
		margin-right: -130px;
	}

	.cens_graphic {
        background-size: 90%;
        height: 185px;
        bottom: 30px;
    }

	.responsive_menu ul li a {
        font-size: 20px;
        padding: 7px 0px 7px 0px;
	}

	.responsive_menu #book_now {
		top: 40px!important;
	}

	#logo_mob {
		width: 160px;
		height: 110px;
		margin-left: 10px;
	}

	.responsive_menu .extra_links {
		top: 180px;
		margin-left: 10px;
	}

	.close_menu {
        background-size: 33px;
        width: 35px;
        height: 35px;
	}

	.responsive_menu.active #book_now {
        font-size: 17px;
        padding: 12px 30px;
    }

	.responsive_menu #top_info, #header.fixed .responsive_menu #top_info {
		left: 90px;
		width: 50px;
		height: 50px;
	}

	.responsive_menu #top_info img {
		width: 18px;
	}

	#lang_mob {
		left: 60px;
	}

	.responsive_menu{
        top: -69px;
	}
	.responsive_menu .contact_menu span {
		font-size: 15px;
	}
	.padd{
		/* padding-top:0px; */
	}

	.contact_menu_container {
		width: 100%;
		margin-left: 0;
		max-width: 100%;
		align-items: center;
		flex-direction: column-reverse;
	}

	.menu_social {
		margin: 15px auto 0 auto;
		justify-content: center;
	}

	.page_text .view_suites_description ul {
        min-height: auto;
    }

	.scrollButtonContainer img {
		width: 40px;
		height: 35px;
	}

	.decoration_paros {
		width: 100%;
		height: 56vh;
		background-position: center;
		background-size: cover;
	}

	.nopadding-767{
		padding-top:0px;
		padding-bottom: 0px;
	}

	.scrollButtonContainer {
		top: 92%;
	}

	#wapp {
		margin-top: 5px;
	}

	.albums_graphic {
        background-size: cover;
        bottom: -75px;
        height: 11%;
		background-position: right;
    }

	.dynamic_text.dynamic {
        margin-top: -30px;
    }
}

@media only screen and (min-width:550px) and (max-width:767px){
	/*#header { background:brown;  min-height:70px;}*/
	
	.sight_container {  min-height:320px; overflow:hidden; margin-bottom:30px; }
	.sight_container.inner_sight_container {  min-height:320px;  }
}

@media (max-width:549px){
	
	.home_header_content p{font-size: 12px;line-height: 16px;}
	.home_header_content a.more.white{font-size:11px;padding-left:40px;padding-left:30px;}
	.home_header_content a.more:before{width: 20px;margin-right:-20px;}
	.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;}
	.facilities .page_text ul li {
		width:100%;
	}

	.espa_wrap p.first {
        font-size: 16px;
        line-height: 25px;
    }

	.home_header {
        height: 105vh !important;
        min-height: 900px;
    }

	.restaurant_home, .restaurant_home .page_heading_shadow {
        height: 105vh;
        min-height: 930px;
    }

	.tab {
   		align-items: center;
    	justify-content: center;
	}

	.responsive_menu {
        top: -60px;
    }

	.responsive_menu .responsive_menu_container {
        margin-left: 0;
        margin-top: 165px;
    }

	.responsive_menu .top_links {
        margin-left: 0;
    }

	.responsive_menu .responsive_menu_container {
        flex-direction: column;
    }

	.tab button a {
    	color: #606060;
	}

	.responsive_menu .top_images {
		display: none;
	}

	.contactform div.input {
        margin: 0px 0% 20px 0%;
        width: 100%;
    }

    .page_text .rooms_home h2 {
        font-size: 32px;
        line-height: 42px;
	}

	.contactform div.submit input {
        font-size: 16px;
        padding: 12px 40px;
        margin-right: 0;
    }

	.page_text h3 {
        font-size: 23px;
    }

	.page_text .contact_details p {
        font-size: 17px;
        padding: 2px 0;
    }

	.contact_info p.phone a {
        font-size: 21px;
    }

	.contact_social {
        padding: 25px 50px 0 50px;
        margin-top: 20px;
    }

	.contactform textarea {
    	font-size: 15px;
    	padding: 13px 15px;
	}

	.contact_form p.note {
		font-size: 15px;
		margin-left: 0;
	}

	.room_features {
    	padding-bottom: 80px;
	}

	.padd_top {
    	padding-top: 80px;
	}

	.page_small_img {
        max-width: 230px;
        margin-top: -28%;
    }

	.dynamic_content .about_right {
        padding-top: 55px;
    }

	.footer_social {
        padding-top: 30px;
	}

	p.title {
		margin-bottom: 10px;
	}

	.restaurant_bottom {
        bottom: -95px;
	}

	.restaurant_left h2 span {
        font-size: 55px;
    }

	.restaurant_left {
        padding-top: 48%;
	}

	.services_home ul li img {
        height: 70px;
        margin-bottom: 20px;
    }

	.services_home ul li {
        margin: 10px 0;
        font-size: 20px;
        line-height: 28px;
    }

	.page_text .view_suites_description h2 {
        font-size: 35px;
        line-height: 45px;
    }

	.about_left .about_text {
        padding: 0 0px 0px 50px;
    }

	.padd_top_small .padd {
        padding-bottom: 0px;
    }

	.booking_form {
        margin: 0 30px;
    }

	.page_text #other_rooms h4 {
        margin-top: 10px;
        font-size: 18px;
        text-align: right;
    }

	.room_view_text .rooms_description ul li {
		padding: 0 4px;
	}

	.page_text .room_view_text h1 {
        padding-right: 0px;
    }

	.room_view_text p.title {
        letter-spacing: 0px;
        margin-bottom: 10px;
        padding-left: 65px;
        font-size: 16px;
    }

	.room_view_text .rooms_description .room_view_intro p {
        padding-right: 0;
        font-size: 20px;
        line-height: 30px;
    }

	.room_view_text p.title:before {
        width: 50px;
    }

	.rooms_wrapper .swiper-slide:before {
        width: 100%;
        top: 80px;
    }

	.page_text .rooms_description ul {
        margin: 20px 0 20px 0;
    }

	.gallery_page .grid .grid-item {
        max-height: max-content;
        margin: 15px 0;
	}

	.gallery_page .grid {
		display: block;
	}

	.gallery_intro p {
        font-size: 21px;
    }

	.page_heading_image .dynamic_title h1 {
        font-size: 40px;
        line-height: 50px;
    }

	.page_text .about_left h1 {
        width: 60%;
    }

	.page_text .about_1893_mob h1 {
        font-size: 160px;
    }

	.image-container-inner.ioannina {
        margin: 60px 70px 0 70px;
        width: auto;
    }

	#header.fixed #lang_info {
        left: 50px;
    }

	#header.fixed .open_menu img {
        width: 35px;
    }

	.zoom {
        font-size: 15px;
        padding: 10px 25px 10px 40px;
    }

	.page_text .dynamic_text .hotel_info ul li {
		display: inline-flex;
		justify-content: flex-start;
	}

	.page_text .hotel_info ul li {
        padding: 0 20px;
    }

	.page_text .hotel_info ul {
		width: 100%;
	}

	.page_text .hotel_info ul li:after {
		display: block;
	}

	.page_text.room_intro h2 {
        font-size: 40px;
        line-height: 40px;
        margin-top: -40px;
    }

	.page_heading_image p {
        font-size: 16px;
        line-height: 24px;
    }

	.room_description {
        padding-top: 35px;
    }

	.diagram.right:after {
        width: 30px;
        height: 30px;
        top: 10px;
	}

	.diagram.left:after {
		width: 30px;
        height: 30px;
	}

	.cens_graphic {
        background-size: 85%;
        height: 115px;
	}

	.padd_prefooter {
        padding-top: 40px;
        padding-bottom: 40px;
	}

	.copyright_wrapper ul {
        margin-top: 8px;
        margin-bottom: 7px;
	}

	.footer_box.first p {
		font-size: 17px;
	}

	.footer_box .footer_social p {
		font-size: 19px;
	}

	.copyright_wrapper li {
        padding: 0 5px;
    }

	.copyright {
        font-size: 15px;
        margin-top: 8px;
        margin-bottom: 10px;
    }

	.copyright_wrapper li a {
        font-size: 15px;
    }

	.footer_box a.footer_link {
        font-size: 18px;
    }

	.room_middle_img {
        width: 93%;
        outline-offset: 20px;
    }

	.room_facilities ul li:last-child {
		border-bottom: none;
	}

	.no_banner h1 {
		font-size: 32px;
		line-height: 40px;
		margin-top: 175px;
		margin-bottom: 35px;
	}

	.room_links .book_link, .room_links .enquire_link {
		font-size: 16px;
		padding: 15px 25px;
	}

	.room_box {
        margin: 10px 0px;
	}

	.page_text .sight_description h2 {
		font-size: 32px;
		margin-bottom: 25px;
	}

	.sight_intro {
        padding: 15px 20px;
    }

	.page_text .sight_box h2 {
        font-size: 27px;
        margin-bottom: 10px;
        margin-top: 20px;
        margin-left: 20px;
    }

	.sight_box.right .sight_intro {
        padding: 15px 20px;
	}

	.page_text .sight_box.right h2 {
        margin-right: 20px;
    }

	.sight_box img {
        margin-top: 0px;
	}

	.sight_wrapper {
		padding-bottom: 50px;
	}

	.contact_details ul li {
		width: 100%;
	}

	.contact_details ul li {
		font-size: 15px;
		letter-spacing: 1px;
	}

	.page_text p.address {
        font-size: 21px;
	}

	.page_text .contact_details ul {
        margin: 30px 0 0 0;
    }

	.contact_details h2 {
		font-size: 35px;
		line-height: 45px;
	}

	.contact_details ul li span {
        margin-top: 5px;
        font-size: 15px;
    }

	.contact_details ul li span {
        margin-top: 10px;
        font-size: 16px;
    }

	.contact_details ul li.sec {
		padding-left: 0px;
		width: 100%;
		margin-top: 20px;
		border-top: 1px solid #c69d62;
		padding-top: 20px;
	}

	.info-window-content p.balloon-first {
		font-size: 23px;
	}

	.contact_details ul li.w-100 {
		margin-bottom: 0px;
	}

	.contactform div.submit {
		margin-right: 0;
	}

	.button {
        padding: 15px 35px;
	}

	.padd_big {
        padding-top: 155px;
        padding-bottom: 80px;
    }

	.contactform .w-100 div.input {
    	width: 100%;
	}

	.page_text .about_right h2 {
        font-size: 30px;
        line-height: 40px;
    }

	.about_right .button {
        margin: 30px auto 0 auto;
    }

	.page_text .services_text h2 {
        min-height: 70px;
    }

	.page_text .about_text h2 {
		font-size: 40px;
		line-height: 45px;
		margin-bottom: 30px;
	}

	.services_title h1:before {
		width: 380px;
		height: 525px;
		margin: -350px auto 0 auto;
	}

	.services_list ul li img {
		width: 60px;
	}

	.services_list {
		margin-top: 75px;
	}

	.services_title h1 {
		font-size: 45px;
	}

	#tabs li a {
		background-position: 130% 65%;
	}

	.page_text .services_title p.subtitle {
		font-size: 18px;
		padding-left: 35px;
		margin: 0 auto 10px auto;
	}

	.ioannina h2 {
		font-size: 37px;
		line-height: 40px;
		right: 0;
		left: 0;
		margin: 45% auto 0 auto;
	}

	.ioannina h2:before {
		width: 320px;
		height: 450px;
		top: -110px;
	}

	.page_text .home_right_text ul {
		margin-top: 30px;
	}

	.page_text .contact_details ul {
		flex-wrap: wrap;
	}

	.page_text .home_right_text h1 {
		font-size: 40px;
		padding: 0;
		margin-bottom: 30px;
	}

	.page_text .home_right_text h1 {
		font-size: 40px;
		padding: 0;
	}

	.page_text .home_right_text h1 span {
		font-size: 45px;
		margin-bottom: 20px;
	}

	.page_text .hotel_info h1:before {
		width: 215px;
		height: 215px;
		top: -60px;
	}

	.ioannina_img_mob {
        outline-offset: 15px;
        width: 60%;
        margin-bottom: 60px;
        margin-right: 60px;
    }

	.scrollButtonContainer a {
		font-size: 18px;
	}

	.dynamic_title h1 {
        font-size: 45px;
        line-height: 50px;
	}

	.home_header_content .circle {
		width: 450px;
		height: 450px;
		top: 25%;
	}

	#header.fixed #book_now {
        font-size: 16px;
    }

	#header.fixed #top_info, #header.fixed #top_info_right {
		left: 10px;
	}

	.page_text .features_list ul.spa_list li {
		background-position: left 15px;
		padding: 15px 0px 15px 25px;
	}

	.features_list.facility_list {
		text-align: left;
	}

	.page_text .features_list.facility_list h2 {
		margin-top: 15px;
		font-size: 25px;
		margin-bottom: 15px;
	}

	.suites_title h2 {
		font-size: 50px;
		line-height: 50px;
	}

	.padd.rooms_swiper {
        padding-top: 60px;
        padding-bottom: 0;
	}

	.rooms_swiper:before {
        height: calc(100% - 30px);
    }

	.rooms_more {
        padding: 10px 15px;
    }

	.facilities p {
		font-size: 18px;
		line-height: 28px;
	}

	#home_rooms_mob .rooms_more.mob {
		display: block;
		margin-right: 0;
		margin-left: 40px;
		font-size: 16px;
		left: 0;
		right: unset;
		border-bottom: 0;
		z-index: 9;
		position: relative;
		bottom: -25px;
	}

	#home_rooms_mob .room_book.mob {
		display: inline-block;
		position: relative;
		bottom: 7px;
		float: right;
		margin-right: 40px;
		font-size: 16px;
		padding-bottom: 7px;
		z-index: 9;
	}

	.page_text .suites_title h2 {
		font-size: 45px;
		line-height: 50px;
	}

	.suites_title {
		top: -145px;
	}

	img.rooms_home {
		top: -90px;
	}

	.services_swiper {
		margin-top: 30px;
	}

	.page_text .slide_title h2 {
		font-size: 32px;
		line-height: 32px;
		margin-bottom: 20px;
	}

	.page_text .services_title h2 {
		font-size: 45px;
		line-height: 50px;
	}

	.location_link a {
		font-size: 40px;
		line-height: 50px;
	}

	.location_link a:after {
		width: 30px;
		height: 30px;
		background-size: 30px;
	}

	.other_rooms .rooms_description h2 {
		margin-bottom: 15px;
	}

	.room_facilities ul li {
        width: 100%;
        margin-right: 0px;
		padding: 12px 0px;
        font-size: 18px;
	}

	.room_facilities ul {
        margin-top: 30px;
    }

	.features_list ul li {
        font-size: 20px;
        padding: 15px 10px;
    }

	.rooms_view .room_right_image {
		margin-left: 65px;
	}

	.room_title h1 {
		font-size: 25px;
		line-height: 33px;
	}

	.rooms_wrapper.last .rooms_description {
        padding: 45px 15px 45px 15px;
    }

	.room_right_image {
        width: 190px;
    }

	.page_text .features_list h1 {
        font-size: 35px;
        line-height: 40px;
	}

	.room_features {
        padding-bottom: 60px;
        padding-top: 50px !important;
    }

	.features_list ul li img {
        height: 35px;
    }

	.rooms_description h2 {
		font-size: 30px;
		line-height: 35px;
	}
	
	.features_list ul li img.big {
        height: 40px;
    }

	.features_list ul li img.small {
        width: 31px;
    }

	p.total_rooms {
		right: 20px;
		font-size: 18px;
		margin-bottom: 0;
		margin-top: 5px;
	}

	.swiper-container.swiper-suites {
		margin: 50px 0 0 0;
	}

	.rooms_wrapper.last {
        margin: 0px 0 70px 0;
    }

	.room_title {
		padding: 30px 50px 0px 40px;
	}

	.room_title .rooms_more {
		bottom: 12px;
		font-size: 18px;
		right: 25px;
	}

	.contact_title {
		padding: 30px 15px;
	}

	.contact_title p {
		font-size: 20px;
		line-height: 28px;
	}

	.page_text .contact_details h3 {
        font-size: 28px;
	}

	.page_text .contact_details h2 {
		font-size: 23px;
		line-height: 23px;
		margin-bottom: 45px;
	}

	.sight-image {
		height: 50vh;
	}

	.page_text h1 {
        font-size: 32px;
        line-height: 37px;
	}

	.page_text h1:before {
		background-size: 38px;
		width: 38px;
	}

	.ioannina_right {
        padding: 35px 30px 50px 30px;
    }

	.page_text p.subtitle:before {
		width: 25px;
	}	

	.page_text p.subtitle {
        letter-spacing: 3px;
	}

	.rooms_home .home_half_text {
		padding: 5px 15px 5px 60px;
	}

	.home_half_text p {
		font-size: 18px;
		line-height: 28px;
	}

	.m-t-100 {
		margin-top: 10px;
	}

	.home_center_title {
		margin-top: 110px;
	}

	.amenities_container {
		position: relative;
		left: 0px;	
	}

	.left_image_amenities {
		width: 100%;
	}
	.home_center_title {
		margin-bottom: 50px;
	}

	.tab button {
        font-size: 27px;
        line-height: 42px;
    }

	.responsive_menu #lang_info {
        left: 65px;
        top: 50px;
    }

	#logo a, .logo_menu a {
        width: 90px;
        height: 90px;
    }

	.responsive_menu.active #book_now {
        font-size: 16px;
        padding: 10px 26px;
	    top: 35px !important;
    }

	.responsive_menu ul li a {
        font-size: 19px;
        padding: 6px 0px 6px 0px;
    }
	
	.footer_box ul  li a{  font-size:16px;margin-right:15px; }
	
	.contactform div.submit {
		padding: 0px 0 5px;
	}
	
	.driveme a { position:relative;width:100%; top:0px; left:0;margin-left:0px; }
	.home_half_text {
		padding: 5px 18px;
	}

	.open_menu img {
        width: 37px;
    }

	#lang_info a {
        font-size: 17px;
	}

	#book_now {
		font-size: 18px;
    }

	#logo:before, #logo:after {
		width: calc(50% - 55px);
	}

	#lang_info {
        left: 55px;
    }

	.page_text.rooms_swiper h1 {
        font-size: 37px;
        line-height: 40px;
    }

	.home_header .page_heading_shadow {
		background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 15%, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.3) 70%);
	}

	#logo {
        background-size: 140px;
    }

	#header {
        top: 60px;
	}
	
	.more_rooms a span {
		padding: 10px 15px;
		font-size: 16px;
	}
	.nopadding-549{
		padding-top:0px;
	}

	.no-padding549 {
		padding-left: 0;
		padding-right: 0;
	}

	.about_1893_mob {
        top: 120px;
    }

	.about_text {
        padding: 0 15px 0px 50px;
    }

	.page_text .about_1893_mob h1 {
        font-size: 140px;
    }

	.image-container-inner {
        margin-right: 0;
        width: 100%;
        margin-left: 0;
        margin-top: 80px;
    }

	.features_list ul li:nth-child(2)::after, .features_list ul li:nth-child(4)::after {
		display: none;
	}

	.page_text .dynamic_text .hotel_info ul {
		margin: 0 0 20px 0;
	}

	.page_text .dynamic_text .hotel_info ul li:after {
        top: 35%;
	}

	.features_list ul li:nth-child(3)::after {
		display: block;
	}

	.services {
		margin-top: 0;
	}

	.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;
	}

	.about_left .about_img_right {
        width: 180px;
    }

}

@media only screen and (min-width:480px) and (max-width:549px){
	/*#header { background:purple;  min-height:70px;}*/
	
	.room_box .room_box_title {   font-size:16px; }
	
	.sight_container {  min-height:230px; overflow:hidden; margin-bottom:30px; }
	.sight_container.inner_sight_container {  min-height:230px;  }
}

@media only screen and (max-width:479px) {	
	.services_swiper {
		margin-left: 0;
	}

	.room_details {
        padding: 20px;
    }
	
	.page_text .room_details h2 {
        margin-bottom: 15px;
        font-size: 28px;
        line-height: 33px;
    }

	.padd_big.stay {
        padding-top: 80px;
        padding-bottom: 80px;
    }

	.rooms_home_graphic {
        width: 95%;
    }

	.page_text .rooms_home h2 {
        font-size: 28px;
        line-height: 38px;
    }

	.padd_bottom {
        padding-bottom: 65px;
    }

	.room_right_image {
        width: 160px;
    }

	#tabs li {
        padding: 5px 0;
    }

	.room_features {
    	padding-bottom: 65px;
	}

	#tabs li a {
        font-size: 20px;
    }

	.rooms_photos:after {
        height: 230px;
        top: 20px;
    }

	.album_intro {
        margin-top: 20px;
    }

	.menu_tabs {
        padding: 25px 4% 35px 4%;
        margin: -50px 15px 50px 15px;
    }

	.page_small_img {
        max-width: 220px;
        margin-top: -30%;
    }

	.footer_logo img {
        max-width: 165px;
	}

	.footer_social {
        padding-top: 15px;
    }

	.events_home .divider {
        height: 55px;
    }

	.event_right {
        margin: 0px 5px;
    }

	.restaurant_top {
        top: -40px;
        width: 185px;
    }

	.event_right.activities {
        margin: 0px 5px;
    }

	.events_home:before {
        left: -10%;
        width: 100%;
        height: 28%;
	}

	.restaurant_right_text {
        padding: 0 5px;
        padding-top: 10px;
	}

	.restaurant_left {
        padding-top: 60%;
    }

	.restaurant_left h2 span {
        font-size: 50px;
    }

	.padd_big {
        padding-top: 140px;
        padding-bottom: 60px;
    }

	.services_home ul li {
        font-size: 19px;
        line-height: 24px;
    }

	.services_home ul li img {
        height: 60px;
        margin-bottom: 15px;
    }

	.room_swiper_img_rght {
        margin: 110% auto 0 auto;
        width: 190px;
    }

	.view_suites_description ul img.persons {
		width: 43px;
	}

	.page_text .view_suites_description ul img {
        width: 33px;
    }

	.about_left .about_img_left {
        padding-right: 7%;
    }

	.page_text .about_right h2 {
        font-size: 25px;
        line-height: 30px;
    }

	.about_left .about_img_right {
        width: 160px;
    }

	.about_right img {
        width: 60px;
        margin: 0 auto 15px auto;
    }

	.about_right {
        padding-top: 90px;
    }

	.page_text .about_right h2 {
        font-size: 27px;
        line-height: 33px;
    }

	.about_section:after {
        width: 190px;
        bottom: -30px;
        right: -65px;
    }

	.about_section:before {
        width: 90%;
        left: -40%;
    }

	.scrollButtonContainer img {
        width: 37px;
        height: 33px;
    }

	.rooms_wrapper.last .rooms_description {
        padding: 35px 15px;
    }

	.gallery_page.page_text h1 {
        margin-bottom: 30px;
    }

	.gallery {
		margin-bottom: 20px;
	}

	.pages.view .about_img {
        margin-top: 25px;
    }

	.about_1893_mob {
        top: 110px;
    }

	.page_text .about_1893_mob h1 {
        font-size: 125px;
    }

	#header.fixed .responsive_menu #lang_info {
        left: 65px;
    }

	.booking_form {
        margin: 0 15px;
    }

	.other_rooms_bg {
		height: 50%;
	}

	.page_text .features_list h1 {
        font-size: 32px;
        line-height: 35px;
    }

	.features_list {
        padding-bottom: 0px;
        margin-bottom: 10px;
    }

	.features_list ul li {
        font-size: 19px;
        padding: 10px;
    }

	.room_view_text .rooms_description .room_view_intro p {
        font-size: 19px;
        line-height: 28px;
    }

	.room_view_text .rooms_description ul li {
        padding: 0px;
        font-size: 15px;
        display: block;
        border: none;
        margin: 10px 0;
    }

	.room_view_text p.title {
        padding-left: 55px;
        font-size: 15px;
    }

	.room_view_text p.title:before {
        width: 40px;
        top: 14px;
    }

	.rooms_description .room_size p {
        font-size: 17px;
    }

	.rooms_wrapper .swiper-slide:before {
        top: 70px;
    }

	.rooms_wrapper {
        margin: 0px 0 40px 0;
    }

	.page_text .rooms_description h2 {
        font-size: 26px;
        padding: 0px 0 15px 0;
    }

	.gallery_intro p {
        font-size: 20px;
    }

	.page_text .suite_category p {
        font-size: 35px;
    }

	.rooms_description ul li {
        font-size: 16px;
        padding: 0px 10px;
        margin: 5px 0px;
    }

	.page_text .sight_box h2 {
        font-size: 25px;
	}

	.page_text h3 {
        font-size: 22px;
        margin-bottom: 10px;
    }

	#map {
		width: 100%;
		min-height: 550px;
	}

	.form_contact {
        padding-bottom: 130px !important;
    }

	.page_text.map_wrap h1 {
        margin-top: -135px;
    }

	.contactform div.submit input {
        padding: 12px 35px;
    }

	.page_heading_image .dynamic_title h1 {
        font-size: 35px;
        line-height: 45px;
        margin-top: 50px;
    }

	.page_text .rooms_home p {
        font-size: 18px;
        line-height: 27px;
    }

	.padd.rooms_swiper {
        padding-top: 45px;
	}

	.page_text.rooms_swiper h1 {
        font-size: 32px;
        line-height: 37px;
    }

	.view_suites_description {
        margin-top: 30px;
    }

	.page_text .view_suites_description ul img {
        margin-right: 15px;
    }

	p.title {
		letter-spacing: 5px;
		margin-bottom: 10px;
	}

	.view_suites_description ul img.persons {
		width: 43px;
	}

	.rooms_more {
        padding: 8px 12px;
    }

	.page_text .view_suites_description h2 {
        font-size: 30px;
        line-height: 40px;
    }

	.padd_top_big {
        padding-top: 50px;
    }

	.about_text p.title {
		font-size: 16px;
		letter-spacing: 3px;
		padding-left: 50px;
		margin-bottom: 15px;
	}

	.about_text p.title:before {
		left: -30px;
		width: 60px;
	}

	.about_text {
        padding: 0 10px 0px 40px;
	}

	.about_right .button.mob {
        margin: 15px auto 0 auto;
    }

	.image-container-inner {
        margin-top: 70px;
    }

	.image-container-inner.ioannina {
        margin: 50px 50px 0 50px;
    }

	.about_section {
        padding-bottom: 110px;
        padding-top: 80px;
    }

	.about_section:before {
        width: 95%;
        left: -45%;
    }

	.about_section:after {
        width: 155px;
        right: -45px;
    }

	.button {
        padding: 14px 30px;
		margin-top: 30px;
    }

	.ioannina_right .button {
        margin-top: 5px;
    }

	.ioannina_right {
        padding: 30px 15px 40px 15px;
    }

	.dynamic_title h1 {
        font-size: 42px;
        line-height: 47px;
    }

	.zoom {
        font-size: 13px;
	}

	.page_text .hotel_info ul li span.number {
        font-size: 55px;
        line-height: 55px;
    }

	.page_text .hotel_info ul li:after {
        font-size: 40px;
        bottom: -25px;
	}

	.page_text .hotel_info ul li span {
		font-size: 16px;
		line-height: 20px;
	}

	.page_text .hotel_info ul li span.first {
        font-size: 19px;
        padding: 3px 0 3px 0;
    }

	.diagram.left img, .diagram.right img {
        margin-right: 15px;
        width: 140px;
    }

	.room_facilities_wrap {
        padding: 60px 0 80px 0;
    }

	.features_list img {
        width: 42px;
        margin: 0 auto 15px auto;
    }

	.features_list img.big {
		width: 65px;
	}

	.room_description a.book {
        padding: 13px 25px 13px 65px;
        font-size: 15px;
        letter-spacing: 1px;
        margin: 30px 0 0 0;
    }

	.page_text.room_intro h2 {
        font-size: 40px;
        line-height: 35px;
        margin-top: -35px;
    }

	.room_description {
        padding-top: 30px;
    }

	.dynamic_title span {
        font-size: 18px;
    }

	.responsive_menu #lang_info {
		display: flex;
	}

	.offer_box {
        margin-top: 20px;
        margin-bottom: 10px;
	}

	.about_extraimage {
        height: 55vh;
    }

	.luxury_suites_graphic {
        width: 70%;
	}

	.cens_graphic {
        bottom: 15px;
    }

	.responsive_menu ul li a {
        font-size: 18px;
        padding: 5px 0px 5px 0px;
	}

	#header.fixed .languages a.selected_lang {
		font-size: 15px;
	}

	.room_facilities ul li small {
		font-size: 14px;
	}

	.page_text .sight_description h2 {
		font-size: 29px;
		margin-bottom: 20px;
	}

	.rooms_home_padd {
		padding: 40px 0 30px 0;
	}

	.sight_wrapper {
		padding-bottom: 40px;
	}

	.contact_form p.note {
        float: none;
        margin-bottom: 35px;
    }

	.page_text .dynamic_text ul li {
		font-size: 17px;
		line-height: 30px;
		padding: 5px 0 5px 28px;
	}

	.contactform div.submit input {
        padding: 13px 45px;
        width: fit-content;
        float: none;
        display: flex;
        margin: 0 auto;
    }

	.contact_info p.phone a {
        font-size: 20px;
    }

	.page_text h2 {
        font-size: 30px;
        line-height: 37px;
    }

	.facilities_home img.nava_logo {
        width: 95px;
    }

	.dynamic_description {
		padding: 45px 0 35px 0;
	}

	.dynamic_title h1 span.number {
		font-size: 90px;
	}

	.gallery_page:before {
		height: 78%;
	}

	.graphic_43 {
		width: 160px;
		top: -45px;
		left: -10px;
	}

	.about_wrap {
		padding-top: 70px;
		padding-bottom: 60px;
	}

	.services_list ul li {
		font-size: 17px;
		padding-bottom: 30px;
		line-height: 27px;
	}

	.services_title h1 {
		font-size: 40px;
	}

	.services_title h1:before {
		width: 350px;
		height: 500px;
		margin: -340px auto 0 auto;
	}

	.services_list ul li img {
		width: 55px;
		margin-right: 15px;
	}

	.services_list ul li span {
		font-size: 20px;
	}

	.five_minutes .more {
		font-size: 15px;
		padding: 15px 20px;
		margin-top: 25px;
	}

	.five_minutes ul li a {
		font-size: 32px;
	}

	.five_minutes h3:before {
		background-size: 32px;
		width: 32px;
		height: 32px;
		top: -12px;
	}

	.five_minutes {
		padding: 60px 20px 50px 20px;
	}

	.five_minutes ul li {
		padding: 12px 0;
	}

	.five_minutes ul {
		margin-top: 20px;
	}

	.five_minutes h3 span {
		font-size: 40px;
		line-height: 40px;
	}

	.five_minutes h3 {
		font-size: 110px;
	}

	.five_minutes {
		margin: 0 25px;
	}

	#tabs li a {
		background-size: 22px;
	}

	.view_all {
        top: -15px;
	}

	.view_all a:after {
		left: 0;
		right: 0;
		margin: 0 auto;
	}

	.home_right_text {
		padding: 30px 10px 0 10px;
	}

	.page_text .home_right_text h1 {
		font-size: 35px;
	}

	.hours_info {
		padding-top: 225px;
	}

	.contact_details ul li.sec {
        margin-top: 10px;
        padding-top: 15px;
    }

	.page_text p.address {
        font-size: 20px;
        padding-bottom: 15px;
    }

	.contact_details ul li span a {
        padding-bottom: 0px;
    }

	.page_text .home_right_text h1 span {
		font-size: 42px;
		margin-left: 30px;
	}

	.hotel_info {
		padding-top: 30px;
	}

	.home_right_image {
		margin-top: -40%;
		margin-right: -105px;
	}

	.hotel_info .home_right_image img {
		width: 65%;
	}

	.page_text .hotel_info h1:before {
		width: 200px;
		height: 200px;
		top: -40px;
	}

	.scrollButtonContainer a:after {
		height: 90px;
		bottom: -90px;
	}

	.footer_box a.footer_link {
		font-size: 18px;
	}

	.newsletter-input .submit input {
		font-size: 16px;
		padding: 12px 25px;
		margin-top: 25px;
	}

	#header.fixed {
        padding: 30px 10px;
    }

	#header.fixed .open_menu img {
		width: 30px;
	}

	#header.fixed #top_info, #header.fixed #top_info_right {
		width: 42px;
		height: 42px;
	}

	#header.fixed #top_info img {
		width: 16px;
	}

	#header.fixed #logo a {
        height: 55px;
    }

	#header.fixed #lang_info {
        left: 45px;
    }

	#header.fixed #lang_info a {
        font-size: 16px;
    }

	#top_info {
		left: 75px;
		width: 45px;
		height: 45px;
	}

	#top_info img {
		width: 18px;
	}

	#logo {
        background-size: 135px;
	}

	#logo a, #logo_mob a {
        height: 95px;
    }

	#book_now {
        font-size: 17px;
        letter-spacing: 0;
	}

	#logo:before, #logo:after {
        width: calc(50% - 50px);
    }

	#header {
        top: 55px;
        padding: 0 15px;
    }

	.facilities_intro button {
		margin-left: 50px;
	}

	.services {
		height: 90vh;
	}

	.page_text.spa_treats ul.spa_list li {
		width: 100%;
		text-align: left;
	}

	.spa_treats h2 {
		margin-bottom: 20px!important;
		font-size: 25px!important;
	}

	.home_header_content .circle {
		width: 400px;
		height: 400px;
		top: 27%;
	}

	.dynamic_title p.subtitle {
        font-size: 16px;
        padding: 0 45px;
    }

	.page_text .page_description ul li {
    	padding: 8px 0 8px 22px;
	}

	.scrollButtonContainer a {
		font-size: 17px;
	}

	.page_text .page_description strong {
		font-size: 17px;
	}

	.suites_title h2 {
		font-size: 45px;
		line-height: 45px;
	}

	.facilities p {
		font-size: 17px;
		line-height: 26px;
	}

	.rooms_home .about_text.facilities_intro {
		padding-bottom: 20px;
	}

	.services {
		margin-top: 0px;
		margin-bottom: 30px;
	}

	#home_rooms_mob .rooms_more.mob {
		bottom: -10px;
	}

	#home_rooms_mob .room_book.mob {
		bottom: 22px;
	}

	.page_text .suites_title h2 {
		font-size: 40px;
		line-height: 45px;
	}

	.suites_title {
		top: -140px;
	}

	.room_details p.no {
        font-size: 21px;
	}

	.page_text .slide_title h2 {
		left: 10px;
		bottom: -15px;
	}

	.location_text {
		width: 80%;
		text-align: center;
	}

	.page_text .location_text p {
		font-size: 19px;
		line-height: 34px;
	}

	.location_link {
		width: 80%;
		padding: 40% 0% 100% 0%;
	}

	.location_link a {
		text-align: center;
	}

	.location_link a:after {
		right: 0;
		left: 0;
		margin: 80px auto 0 auto;
	}

	.hotel_info .home_right_image img {
		margin-bottom: 10px;
	}

	.other_rooms .swiper-suites .swiper-slide {
		background-color: #fff;
	}

	.other_rooms .rooms_description {
		margin-top: 40px;
		margin-bottom: 20px;
	}

	.rooms_view .room_right_image {
		margin-left: 50px;
		padding-right: 40%;
	}

	.room_title h1 {
		font-size: 22px;
		line-height: 30px;
		padding-left: 10px;
	}

	.room_title .rooms_more {
		font-size: 16px;
		padding-bottom: 5px;
	}

	.rooms_description h2 {
		font-size: 27px;
		line-height: 30px;
	}

	.contact_intro {
		margin-top: 0;
	}

	.contact_title {
		padding: 40px 15px 30px 15px;
	}

	.contact_title p {
		font-size: 18px;
		line-height: 26px;
	}

	.page_text .contact_details h3 {
        margin-bottom: 25px;
	}

	.page_text .contact_details h2 {
		font-size: 20px;
		line-height: 20px;
		margin-bottom: 40px;
	}

	.sight-image {
		height: 45vh;
	}

	.ioannina h2 {
		font-size: 34px;
		line-height: 38px;
		margin: 52% auto 0 auto;
	}

    .page_text h1 {
        font-size: 28px;
        line-height: 35px;
        margin-bottom: 20px;
    }

	.padd {
        padding-top: 60px;
        padding-bottom: 60px;
    }

	.ioannina h2:before {
		width: 300px;
		height: 410px;
		top: -80px;
	}

	.padd_top {
		padding-top: 65px;
	}

	.dynamic_right_image {
		padding-bottom: 40px;
	}

	.gallery_text span p {
		font-size: 16px;
	}

	.rooms_home .home_half_text {
		padding: 5px 15px 5px 45px;
	}

	.home_half_text p {
		font-size: 17px;
		line-height: 26px;
	}

	.rooms_home .about_text {
		padding-top: 0px;
	}

	.m-t-100 {
		margin-top: 0px;
	}

	.gallery_box .gallery_text span:before {
        width: 40px;
		top: 15px;
    }

	.gallery_box .gallery_text span {
        font-size: 21px;
        padding-left: 55px;
    }

	.gallery_box.right {
        margin-top: 50px;
    }

	.gallery_box .gallery_text {
        padding: 25px;
	}

	.padd_footer {
		padding-right: 0;
		padding-left: 0;
	}

	img.footer_logo {
		max-width: 180px;
	}

	.footer_box_container.pd-130 {
		padding-left: 0;
		padding-top: 5px;
	}

	.footer_box_container.pd-100 {
		padding-left: 0;
		padding-top: 5px;
	}

	.footer_box h6 {
        font-size: 22px;
    }

	.footer_logo:before, .footer_logo:after {
        width: calc(50% - 50px);
    }

	.copyright_wrapper {
        padding: 15px 0 15px 0;
        margin: 0 20px;
    }

	.copyright_wrapper ul {
        margin-top: 2px;
        margin-bottom: 5px;
	}

	.footer_box p {
        font-size: 19px;
        line-height: 30px;
    }

	.footer_social img.instagram {
		width: 23px;
	}

	.footer_box.right {
        margin: 20px auto 0 auto;
    }

	.footer_box a.find_us {
        font-size: 16px;
	}

	.footer_box.last p {
        font-size: 17px;
    }

	.footer_social img {
        width: 38px;
	}

	.footer_menu ul li a {
        padding: 5px 0;
        font-size: 19px;
    }

	.footer_menu {
        padding: 12px 0px;
        margin: 25px 30px;
    }

	.box_number p.box_text {
        font-size: 21px;
        line-height: 26px;
    }

	.box_number p.num {
        font-size: 65px;
        margin: 0 auto 15px auto;
        line-height: 65px;
        padding: 0 25px 15px 25px;
    }

	.box_number {
        min-height: 220px;
    }

	.box_numbers {
        margin: 40px 15px 0 15px;
    }

	.footer_social img.twitter {
		width: 26px;
	}

	.copyright {
		font-size: 15px;
	}	

	/*#header { background:cyan;  min-height:70px;}*/
	.more_rooms{
		width:100%;
	}

	.page_text .hotel_info ul {
		margin: 0 auto 25px auto;
	}

	.page_text .hotel_info ul li:first-child {
        padding-bottom: 50px;
    }
	
	/*.languages { left:10px;  }*/
	
	.driveme a {font-size: 16px; }
	
	.left_image {max-width:100%; }	
	.right_image {max-width:100%; }
		
	.sight_container { width:100%;  min-height:250px; overflow:hidden; margin-bottom:30px;  }
	.sight_container.inner_sight_container { width:100%;  min-height:250px;  }
	.sight_box { left:0; }
	.sight_text { padding:20px 15px 0 15px;}
	
	.home_header {
	    height: 104vh !important;
        min-height: 785px;
	}
	.page_heading_image { min-height:400px;}
	
	.gallery_box { width:100%; }
	
	.home_room_image { width:90%; margin-left:5%; }
	
	.benatura_logo { float:none; display:block;max-width:100%; margin:0 auto 20px auto;}
	.enjoy_logo { float:none; display:block;max-width:100%; margin:0 auto 20px auto;}

	.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;
	}

	.page_heading_image h1 {
        font-size: 37px;
        line-height: 47px;
	}

	.home_header_content p{font-size: 12px;font-weight: 400;text-shadow: 0px 1px 0px rgba(0,0,0,0.3); padding-right: 10px;}
	.home_header_content a.more.white{font-size:10px;padding-left:30px;}
	.home_header_content a.more:before{width: 20px;margin-right:-20px;}

	.book_menu {
		text-align: center;
		margin-top: 0px;
	}
	
	.responsive_menu {
        top: -55px;
    }

	.responsive_menu .responsive_menu_inner {
        height: calc(100% - 15px);
    }

	.menu_logo {
		margin: 0 auto 3vh auto;
		width: 61px;	
	}

	.responsive_menu .contact_menu {
        padding: 20px;
	}
	.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 {
        font-size: 15px;
	}

	.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: 45px;
	}

	#lang_info a {
        font-size: 16px;
	}

	#lang_info a:after {
		background-size: 9px;
		width: 9px;
		height: 9px;
		right: -12px;
		margin-top: 6px;
	}

	.open_menu img {
        width: 32px;
	}
	.languages .languages_menu a, .languages a.selected_lang { font-size: 14px; background: #00000001; }
	.close_menu {
        width: 32px;
        height: 32px;
        background-size: 30px;
	}

	.responsive_menu.active #book_now {
        font-size: 18px;
        padding: 10px 26px;
        top: 45px !important;
        padding: 0;
        border: none;
    }

	#lang_info .languages .languages_menu a {
		padding: 0px;
		font-size: 14px;
	}

	.tab button {
        font-size: 24px;
        line-height: 36px;
    }

	.responsive_menu .contact_menu {
        margin: 20px auto 0 auto;
	}

	.responsive_menu #book_now {
        font-size: 13px;
    }

	.responsive_menu #lang_info {
        left: 65px;
    }

	.responsive_menu #top_info, #header.fixed .responsive_menu #top_info {
		left: 80px;
		width: 45px;
		height: 45px;
	}

	.about_left .about_text {
        padding: 0 5px 0px 30px;
    }

	.responsive_menu #top_info img {
		width: 16px;
	}

	.rooms_wrapper .room_extra_image {
        width: 180px;
    }
}

@media only screen and (max-width: 420px) {	
	#book_now {
        font-size: 16px;
        line-height: normal;
        width: 60px;
        text-align: center;
    }

	.espa_wrap p.first {
        font-size: 15px;
        line-height: 23px;
    }

	.espa_wrap p.sec {
        line-height: 19px;
	}

	.espa_wrap p a {
        font-size: 13px;
    }

	.responsive_menu {
        top: -47px;
    }

	.responsive_menu.active #book_now {
        font-size: 17px;
        line-height: 17px;
        top: 38px !important;
        padding: 0;
        border: none;
        right: 10px;
    }

	.rooms_home_graphic {
        width: 100%;
        background-size: cover;
        bottom: 0;
    }

	.rooms_wrapper .room_extra_image {
        width: 160px;
    }

	.padd_big.stay {
        padding-top: 60px;
        padding-bottom: 60px;
    }

	.page_text .rooms_home h2 {
        font-size: 25px;
        line-height: 32px;
    }

	.room_facilities ul {
        margin-top: 20px;
    }

	.room_facilities ul li {
        padding: 10px 0px;
        font-size: 17px;
    }

	.page_text .contact_details p {
        font-size: 16px;
	}

	.contact_info {
        margin-top: -170px;
        padding: 50px 0px;
	}

	.page_text .contact_details h3 {
        font-size: 26px;
    }

	.page_text .dynamic_text ul li {
        font-size: 16px;
        line-height: 25px;
        padding: 5px 0 5px 25px;
    }

	.contact_form p.note {
        margin-bottom: 30px;
    }

	.page_text .dynamic_text ul li:before {
		width: 10px;
		height: 10px;
		margin-top: 8px;
	}

	#tabs li a {
        font-size: 18px;
    }

	#tabs li {
        padding: 4px 0;
    }

	.page_text .swiper-suites-gallery h2, .page_text .swiper-gallery h2 {
		margin-bottom: 30px;
        top: 7px;
        position: relative;
    }

	.room_buttons {
		gap: 10px;
	}

	.event_right {
        margin: 0px 0px;
    }

	.restaurant_left h2 span {
        font-size: 45px;
    }

	.event_right.activities {
        margin: 0px 0px;
    }

	.restaurant_left {
        padding-top: 80%;
    }

	.restaurant_bottom {
        bottom: -55px;
        left: 15px;
        width: calc(100% - 30px);
    }

	.restaurant_home .page_heading_shadow {
		height: 90vh;
	}

	.about_section {
        padding-bottom: 100px;
        padding-top: 65px;
    }

	.about_left .about_img_right {
        width: 120px;
    }

	.page_text .about_right h2 {
        font-size: 24px;
        line-height: 30px;
    }

	.about_right img {
        width: 50px;
	}

	#header.fixed #lang_info a {
        font-size: 15px;
    }

	#header.fixed #lang_info a {
        font-size: 15px;
    }

	.rooms_wrapper.last .rooms_description {
        padding: 35px 10px;
    }

	.about_left .about_text {
        padding: 0 0px 0px 0px;
    }

	.page_text .about_1893_mob h1 {
        font-size: 100px;
    }

	.image-container-inner {
        margin-top: 45px;
        margin-bottom: 15px;
    }

	.booking_form {
        margin: 0 0px;
    }

	.day-input {
        font-size: 55px;
        line-height: 45px;
        margin-right: 10px;
        margin-top: 5px;
    }

	.book_info select {
        font-size: 55px;
        line-height: 45px;
        margin-top: 5px;
    }

	.book_submit button {
		font-size: 14px;
		letter-spacing: 4px;
		padding: 7px 20px;
	}

	.book_submit {
        padding: 20px 0 27px 0;
    }

	.padd {
        padding-top: 50px;
        padding-bottom: 50px;
    }

	.page_text #other_rooms h4 {
		font-size: 16px;
	}

	.features_list ul li {
        font-size: 18px;
        padding: 8px;
    }

	.page_text .features_list h1 {
        font-size: 27px;
        line-height: 30px;
    }

	.room_view_text p.title:before {
        width: 28px;
        top: 10px;
    }

	.features_list ul li img.big {
        height: 35px;
    }

	.features_list ul li img {
        height: 32px;
        margin-bottom: 12px;
    }

	.features_list ul li img.small {
        width: 29px;
    }

	.room_view_text .rooms_description .room_view_intro p {
        font-size: 17px;
        line-height: 24px;
    }

	.room_view_text p.title {
        padding-left: 40px;
        font-size: 14px;
        line-height: 22px;
    }

	.box_number {
        min-height: 180px;
    }

	.box_number p.box_text {
        font-size: 18px;
        line-height: 21px;
    }

	.box_number p.num {
        font-size: 55px;
        margin: 0 auto 10px auto;
        line-height: 55px;
        padding: 0 20px 10px 20px;
    }

	.gallery_intro p {
        font-size: 18px;
    }

	.page_heading_image .dynamic_title h1 {
        font-size: 30px;
        line-height: 40px;
		margin-top: 40px;
    }

	.page_text .rooms_home p {
        font-size: 17px;
        line-height: 25px;
    }

	.page_text.rooms_swiper h1 {
        font-size: 28px;
        line-height: 32px;
    }

	.page_text .about_left h1 {
        width: 80%;
    }

	.facilities_home img.nava_logo {
        width: 85px;
    }

	.zoom {
        font-size: 13px;
        padding: 7px 15px 7px 35px;
        background-size: 19px;
        background-position: 3% 50%;
    }

	.diagram.left img, .diagram.right img {
        margin-right: 10px;
        width: 110px;
    }

	.page_text p.first {
        font-size: 16px;
        line-height: 23px;
    }

	.page_text.room_intro h2 {
        font-size: 35px;
        line-height: 35px;
        margin-top: -28px;
        width: 100%;
    }

	.room_description a.book {
        padding: 10px 20px 10px 50px;
        font-size: 14px;
        letter-spacing: 1px;
        margin: 25px 0 0 0;
        background-size: 22px;
        background-position: 11% center;
    }

	.dynamic_title span {
        margin-top: 15px;
    }
	
	.contact_details ul li span {
        margin-top: 10px;
        font-size: 15px;
    }

	.page_text p.address {
        font-size: 18px;
	}

	.offer_box {
        padding-top: 20px;
		margin-bottom: 0px;
    }

	.page_text .offer_box p {
        padding-left: 20px;
        padding-right: 20px;
    }

	.page_text .offer_box h2 {
        padding-left: 20px;
    }

	.offer_box .rooms_more {
        margin-top: 20px;
    }

	.diagram.left {
        padding-left: 30px;
    }

	.diagram.right {
        padding-left: 30px;
        padding-top: 15px;
    }

	.about_extraimage {
        height: 50vh;
    }

	.about_text p.title:before {
        width: 40px;
    }

	.about_text {
        padding: 0 0px 0px 0px;
    }

	.about_text p.title {
        font-size: 15px;
        letter-spacing: 2px;
        margin-bottom: 10px;
        margin-left: 30px;
        padding-left: 30px;
    }

	.about_1893_mob {
		top: 90px;
    }

	.about_right .button.mob {
        margin: 10px auto 0 auto;
    }

	.button {
        padding: 14px 30px;
        font-size: 16px;
    }

	.padd_small {
        padding-top: 15px;
        padding-bottom: 15px;
    }

	.about_section:before {
        width: 105%;
        left: -55%;
    }

	.about_section:after {
        width: 130px;
        right: -35px;
    }

	.page_text p.subtitle {
        letter-spacing: 2px;
        padding: 0 30px 5px 30px;
        margin: 20px auto 10px auto;
    }

	.page_text p.subtitle:before {
        width: 20px;
    }

	.ioannina_img_mob {
        outline-offset: 10px;
        width: 65%;
        margin-bottom: 40px;
        margin-right: 60px;
    }

	.dynamic_title p.subtitle {
        font-size: 15px;
        padding: 0 40px;
    }

	#logo:before, #logo:after {
        width: calc(50% - 40px);
    }

	#header.fixed .responsive_menu #lang_info {
        left: 55px;
	}

	#header.fixed .languages a.selected_lang {
		font-size: 14px;
	}

	.close_menu {
        width: 30px;
        height: 30px;
        background-size: 27px;
        left: 10px;
        top: 40px;
    }

	.responsive_menu #top_info, #header.fixed .responsive_menu #top_info {
		left: 70px;
		width: 42px;
		height: 42px;
		top: 32px;
	}

	.responsive_menu #top_info img {
		width: 15px;
	}

	.responsive_menu #book_now {
        top: 25px !important;
        right: 15px;
        font-size: 12px;
        padding: 5px 12px;
	}

	#lang_info .languages .languages_menu a {
		padding: 1px;
		font-size: 15px;
	}

	.responsive_menu #lang_info {
        left: 55px;
        top: 40px;
    }

	#lang_info a {
        font-size: 14px;
	}

	.tab button {
        font-size: 22px;
        line-height: 33px;
	}

	#lang_info {
        left: 40px;
    }

	#lang_info a:after {
        background-size: 8px;
        width: 8px;
        height: 8px;
        right: -12px;
	}

	#logo a, .logo_menu a {
        width: 85px;
        height: 85px;
    }

	.languages {
		padding-bottom: 0;
	}

    .responsive_menu .contact_menu img {
        margin: 0 8px;
    }

	.room_facilities ul li small {
		font-size: 12px;
	}

	.room_facilities_wrap {
        padding: 50px 0 65px 0;
    }
	
	.features_list img {
        width: 40px;
	}

	.features_list img.big {
        width: 60px;
    }

	.padd_bottom {
		padding-bottom: 50px;
	}

	.no_banner h1 {
		font-size: 28px;
		line-height: 38px;
		margin-top: 160px;
		margin-bottom: 30px;
	}

	.room_links .book_link, .room_links .enquire_link {
		font-size: 15px;
		padding: 15px 25px;
	}

	.room_links {
		flex-direction: column;
		text-align: center;
	}

	.contact_social img {
 	   width: 37px;
    	margin: 0 5px;
	}

	.contact_social {
        padding: 15px 25px 0 25px;
        margin-top: 15px;
    }

	.contact_info p.phone a {
        font-size: 19px;
    }

	.page_text h4 {
        font-size: 17px;
    }

	.sight_box.right .sight_img {
		padding-right: 15px;
		margin-left: 0;
		margin-top: 15px;
	}

	.form_contact p {
		margin-top: 40px;
	}

	.contact_details h2 {
		font-size: 30px;
		line-height: 40px;
		margin-bottom: 20px;
	}

	.info-window-content p.balloon-first {
		font-size: 21px;
	}

	.contact_details ul li {
		font-size: 15px;
	}

	.image_shadow {
		min-height: 800px;
	}

	.page_text h2 {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 10px;
	}

	.service_box.right img {
        padding-left: 20px;
    }

	.service_box.right .services_text {
        padding-left: 20px;
    }

    .service_box:before {
        bottom: 60%;
        width: 24px;
        height: 24px;
	}

	.page_text h3 {
		font-size: 21px;
	}

	.page_description .inline {
		padding: 0 30px;
	}

	.page_description .inline:first-of-type::after {
		width: 40px;
		right: -25px;
	}

	.dynamic_text.dynamic {
        margin-top: -20px;
    }

	.dynamic_title h1 span.number {
		font-size: 80px;
	}

	.page_text .about_text h2 {
		font-size: 35px;
		line-height: 40px;
		margin-bottom: 25px;
	}

	.about_text h2 span.inside {
		padding-left: 80px;
	}

	.graphic_43 {
		width: 130px;
		top: -50px;
	}

	.services_title h1:before {
		width: 245px;
		height: 400px;
		margin: -260px auto 0 auto;
	}

	.services_list {
		margin-top: 40px;
		padding-left: 15px;
		padding-right: 10px;
	}

	.services_list ul li {
		font-size: 16px;
		padding-bottom: 25px;
		line-height: 25px;
	}

	.services_list ul li span {
		font-size: 19px;
	}
	
	.services_list ul li img {
		width: 50px;
	}

	.five_minutes .more {
		font-size: 14px;
		text-align: center;
		margin-top: 25px;
	}

	.services_wrap:before {
        left: 12px;
    }

	.service_box.left .services_text {
        padding-left: 20px;
    }

	.diagram.left:after {
        width: 24px;
        height: 24px;
    }

	.diagram.right:after {
        width: 24px;
        height: 24px;
        top: 15px;
    }

	.service_box.right {
        padding: 20px 0;
    }

	.service_box.left img {
        padding-left: 20px;
    }

	.services_title h1 {
		font-size: 32px;
	}

	.five_minutes h3 {
		font-size: 95px;
	}

	.five_minutes ul {
		margin-top: 5px;
	}

	.five_minutes h3:before {
		background-size: 30px;
		width: 30px;
		height: 30px;
		top: -7px;
	}

	.five_minutes h3 span {
		font-size: 35px;
		line-height: 35px;
		top: 8px;
	}

	#tabs li a {
		background-size: 20px;
	}

	.five_minutes {
		padding: 50px 0px 40px 0px;
	}

	.five_minutes ul li a {
		font-size: 26px;
	}

	.ioannina h2:before {
		width: 265px;
		height: 330px;
		top: -100px;	
	}

	.ioannina h2 {
		font-size: 30px;
		line-height: 35px;
		margin: 79% auto 0 auto;
	}

	.room_details ul li {
		font-size: 18px;
	}

	.room_details ul li:after {
		width: 5px;
		height: 5px;
	}

	.rooms_more {
        font-size: 13px;
        padding: 8px 12px;
        letter-spacing: 1px;
	}

    .room_swiper_img_rght {
        margin: 110% auto 0 auto;
        width: 180px;
    }

	.rooms_more.right {
        margin-left: 20px;
    }

	.page_text .view_suites_description ul li {
        font-size: 17px;
    }
	
	.rooms_swiper h1 {
		font-size: 35px;
		line-height: 35px;
		margin-bottom: 20px;
	}

	.page_text .view_suites_description h2 {
        font-size: 25px;
        line-height: 35px;
        margin-top: 25px;
    }

	.page_text .view_suites_description ul img {
        width: 30px;
    }

	.page_text .view_suites_description ul {
        margin: 10px 0px;
	}

	.view_all {
        top: -10px;
	}

	.view_suites_description ul li {
		padding: 0 15px;
	}

	.view_suites_description ul img.persons {
        width: 38px !important;
    }

	.swiper-pagination {
		font-size: 15px;
	}

	.room_question {
		top: 50px;
		padding: 15px 20px;
		width: 115px;
		font-size: 14px;
		left: 20px;
	}

	.room_book {
		font-size: 14px;
		padding: 15px 20px;
		width: 115px;
		left: 20px;
	}

	.page_text .home_right_text h1 span {
		font-size: 38px;
		margin-left: 20px;
	}

	.page_text .home_right_text ul {
		margin-top: 20px;
	}

	.home_left_image img {
		margin-left: -25px;
	}

	.home_right_text {
		padding: 20px 0px 0 0px;
	}

	.hours_info {
		margin-top: -35px;
		padding-top: 85px;
	}

	.more {
        font-size: 13px;
        padding: 12px 50px 12px 25px;
        margin-top: 25px;
	}

	.home_right_image {
		margin-top: -50%;
		margin-right: -60px;
	}

	.hotel_info .home_right_image img {
		width: 58%;
	}

	.page_text .hotel_info h1:before {
		width: 150px;
		height: 150px;
		top: -20px;
	}

	.page_text p {
        font-size: 16px;
        line-height: 27px;
	}

	.page_description ul li {
        font-size: 16px;
        line-height: 28px;
    }

	.home_header_content .circle {
		width: 290px;
		height: 290px;
		top: 33%;
	}

	.image-container-inner.ioannina {
        margin: 40px 35px 0 35px;
    }

	.dynamic_title h1 {
        font-size: 33px;
        line-height: 37px;
        padding: 0 10px;
    }

	.page_heading_image h1 {
		font-size: 34px;
        line-height: 44px;
        padding: 0 10px;
	}

	.dynamic_title p.subtitle:before, .dynamic_title p.subtitle:after {
		width: 25px;
	}

	.footer_logo img {
        max-width: 140px;
    }

	.footer_logo {
        margin-bottom: 25px;
    }

	.footer_box.first p {
        font-size: 16px;
    }

	.footer_social img {
        margin: 0 7px;
    }

	.footer_logo:before, .footer_logo:after {
        width: calc(50% - 40px);
    }

	.footer_box a.footer_link {
        font-size: 16px;
        padding: 12px 25px 12px 50px;
        background-size: 20px;
        background-position: 10% center;
    }

	.footer_menu {
        margin: 25px 0px;
    }

	.newsletter-input label {
		font-size: 13px;
	}

	.newsletter-input input {
        font-size: 14px;
        padding: 0px 0;
    }

	.footer_menu ul li a {
        padding: 3px 0;
        font-size: 18px;
    }

	.footer_box .footer_social p {
        font-size: 19px;
    }

	.copyright_wrapper li a {
        font-size: 14px;
	}

	.footer_social:after {
		height: 20px;
		top: 0px;
	}

	.footer_box.left {
        margin-top: -10px;
    }

	#wapp {
        margin-top: 0px;
    }

	.copyright_wrapper {
        margin: 0 15px;
	}

	.newsletter:before {
		border-top: 10px solid #E5CA48;
		top: -10px;
		width: 65%;
	}

	.newsletter:after {
		border-top: 10px solid #E5CA48;
		bottom: -10px;
		width: 65%;
	}

	#header.fixed #top_info, #header.fixed #top_info_right {
		width: 40px;
		height: 40px;
		left: 0;
	}

    #header.fixed #logo a {
        height: 50px;
    }

	#header.fixed #book_now {
        font-size: 14px;
	}

	#header.fixed #top_info img {
		width: 15px;
	}

	.facilities_intro button {
		margin-left: 35px;
	}

	#top_info {
		left: 57px;
		width: 40px;
		height: 40px;
	}

	#top_info img {
		width: 15px;
	}

	.open_menu img {
        width: 30px;
	}

	.services {
		height: 83vh;
	}

	.mini_font {
		margin-bottom: 25px!important;
	}

	.reverse-rooms .rooms_description {
		padding: 3% 5% 3% 5%;
		float: none;
		overflow: hidden;
		position: relative;
		width: 100%;
	}

	.reverse-rooms .no-padding {
		padding-left: 15px;
		padding-right: 15px;
	}

	.page_text .features_list.facility_list h2 {
		font-size: 23px;
		margin-bottom: 10px;
		text-align: left;
	}

	.spa_treats h2 {
		margin-bottom: 10px!important;
		font-size: 21px!important;
	}

	.page_text.spa_treats ul.spa_list li {
		text-align: left;
		padding: 15px 0px 15px 25px;
	}

	.page_text .spa_list li {
		background-size: 28px;
	}

	.mini_font {
		font-size: 13px!important;
		line-height: normal!important;
	}

	.suites_title h2 {
		font-size: 35px;
		line-height: 35px;
		margin-left: -20px;
	}

	.facilities p {
		font-size: 16px;
		line-height: 23px;
	}

	.rooms_description ul li:before {
		left: 0;
		right: 0;
		width: 100%;
		margin: 42px auto 0 auto;
	}

	.page_text .suites_title h2 {
		font-size: 32px;
		line-height: 35px;
		text-align: left;
		margin-left: -15px;
	}

	.page_text .room_details ul li {
        font-size: 17px;
    }
	 
	.room_details ul li img {
        width: 28px;
        margin-right: 15px;
    }

	.room_details p.no {
        font-size: 19px;
	}

	.room_details ul li {
        padding: 0 15px;
	}

	.room_details {
        padding: 20px 15px;
    }

	#home_rooms_mob .rooms_more.mob {
		bottom: -10px;
		width: 100%;
		margin: 0 auto;
		text-align: center;
		margin-left: 0;
		padding-right: 40px;
	}

	.room_details ul li img.persons {
        width: 37px;
    }

	#home_rooms_mob .room_book.mob {
		bottom: -20px;
		display: block;
		float: none;
		width: fit-content;
		margin: 0 auto;
	}

	.page_text .room_details h2 {
        margin-bottom: 15px;
        font-size: 26px;
        line-height: 32px;
    }

	.room_details .button {
        margin: 30px auto 0 auto;
        font-size: 16px;
        padding: 12px 40px;
    }

	.page_text .room_details ul {
        margin: 20px 0 0px 0px;
        width: 100%;
        justify-content: center;
    }

	.suites_title {
		top: -95px;
	}

	img.rooms_home {
		top: -62px;
		right: -15px;
		width: 120%;
	}

	.page_text .services_title h2 {
		font-size: 35px;
		line-height: 40px;
		text-align: center;
		float: none;
		margin-right: 0;
	}

	.services_swiper {
		margin-top: 50px;
	}

	.swiper-container-services {
		height: 35vh;
	}

	.page_text .slide_title h2 {
		font-size: 28px;
		line-height: 28px;
		margin-bottom: 26px;
		left: -20px;
	}

	.location_text {
		width: 85%;
	}

	.page_text .location_text p {
		font-size: 17px;
		line-height: 30px;
	}

	.location_link {
		width: 85%;
	}

	.location_link a {
		font-size: 35px;
		line-height: 40px;
	}

	.location_link a:after {
		margin: 65px auto 0 auto;
	}

	.hotel_info .home_right_image img {
		margin-bottom: 0;
	}

	.pages.home .about_text {
		padding-top: 10px;
	}

	.other_rooms .rooms_description {
		justify-content: center;
	}

	.other_rooms .rooms_description h2 {
		font-size: 28px;
		line-height: 30px;
		top: -10px;
		text-align: center;
	}

	.other_rooms.page_text .room_title h1 {
		font-size: 23px;
		padding-left: 0px;
	}

	p.total_rooms {
		font-size: 17px;
	}

	.rooms_view .room_right_image {
		margin: 0px 40px 10px 40px;
		padding-right: 0;
		padding-bottom: 45%;
	}

	.rooms_view .room_book {
		bottom: 20%;
	}

	.room_middle_img {
        outline-offset: 15px;
    }

	.room_title {
		padding: 15px 50px 15px 40px;
	}

	.room_title h1 {
		font-size: 20px;
		line-height: 26px;
		padding-left: 0;
		width: 100%;
		text-align: center;
	}

	.room_title .rooms_more {
		font-size: 15px;
		padding-bottom: 3px;
		bottom: 0;
		padding-top: 5px;
		left: 0;
		right: 0;
		margin: 0 auto;
		text-align: center;
		float: none;
		display: block;
		width: fit-content;
	}

	p.total_rooms {
		right: 0;
		left: 0;
		font-size: 17px;
		margin: 0 auto;
		display: block;
		float: none;
		padding-right: 0;
		padding-top: 10px;
	}

	.page_text .rooms_description h2 {
        font-size: 23px;
	}

	.form_contact {
        padding-bottom: 90px !important;
    }

	.rooms_description {
        padding: 0px 0px 20px 0px;
    }

	.rooms_description p {
        margin-bottom: 10px;
    }

	.page_text .rooms_description ul {
        margin: 15px 0 15px 0;
    }

	.room_right_image {
        width: 130px;
        bottom: 15px;
    }

	.room_size img {
        width: 35px;
    }

	.rooms_description .room_size p {
        font-size: 17px;
    }

	.rooms_description ul li {
        font-size: 15px;
        padding: 0px 0px;
        margin: 5px 0px;
        border: none;
        display: block;
    }

	.rooms_wrapper.last {
        margin: 0px 0 60px 0;
    }

	.page_text .suite_category p {
        font-size: 30px;
    }

	.rooms_wrapper .swiper-slide:before {
        top: 65px;
    }

	.page_text.map_wrap h1 {
        margin-top: -90px;
        padding: 30px 0 30px 0;
    }

	#map {
        min-height: 480px;
    }

	.contactform div.input {
        margin: 0px 0 15px 0;
	}

	.form_contact p {
		padding-right: 15px;
	}

	.contact_form {
        padding: 30px 0 0 0;
        margin-top: 30px;
	}

	.sight-image {
		height: 30vh;
	}
	
	.padd_top {
        padding-top: 60px;
	}

	.room_features {
        padding-bottom: 35px;
        padding-top: 40px !important;
    }
	.dynamic_right_image {
		padding-bottom: 0;
	}

	.sight_wrapper {
		padding-bottom: 20px;
	}

	.gallery_text span p {
		font-size: 15px;
	}

	.page_text .sight_description h2 {
		font-size: 27px;
	}

	.sight_box {
        margin-bottom: 15px;
	}

	.page_text .sight_box h2 {
        font-size: 22px;
        margin-top: 15px;
        margin-left: 15px;
    }

	.sight_box.right:before {
		right: -40px;
	}

	.sight_box:before {
        left: -40px;
    }

	.sight_intro {
        padding: 10px 15px;
    }

	.sight_box p {
		margin: 10px 0;
	}

	.page_text h1 {
        font-size: 25px;
        line-height: 30px;
    }

	.rooms_home .home_half_text {
		padding: 5px 15px 5px 40px;
	}

	.home_half_text p {
		font-size: 16px;
		line-height: 23px;
	}

	.dynamic_description {
		padding: 35px 0 30px 0;
	}

	.m-t-100 {
		margin-top: 20px;
	}

	.page_text h1:before {
		background-size: 27px;
		width: 27px;
	}

	.home_header_content h1 {
		font-size: 35px;
		line-height: 45px;
	}

	.scrollButtonContainer {
        top: 94%;
    }

	.scrollButtonContainer img {
        width: 32px;
        height: 30px;
    }

	.gallery_box.right {
        margin-top: 40px;
    }

	.gallery_box .gallery_text span:before {
        width: 28px;
    }

	.nava_album {
        width: 70px;
    }

	.gallery_box .gallery_text span {
        font-size: 19px;
        padding-left: 40px;
        margin-bottom: 12px;
    }

	.gallery_box .gallery_text {
        padding: 20px;
    }

	.luxury_suites_graphic {
        width: 60%;
        top: 5px;
    }

	.cens_graphic {
        background-size: 70%;
        height: 70px;
    }

	.services_home ul li {
        font-size: 18px;
        line-height: 22px;
    }

	.services_home ul li img {
        height: 55px;
	}

	.page_text .hotel_info ul li span.number {
        font-size: 50px;
        line-height: 50px;
    }

	.page_text .hotel_info ul li:first-child {
        padding-bottom: 40px;
    }

	.page_text .hotel_info ul li:after {
        font-size: 35px;
        bottom: -40px;
    }

	.page_text .hotel_info ul li:first-child {
        padding-bottom: 30px;
	}

	.page_text .hotel_info ul li span.first {
        font-size: 18px;
	}

	.newsletter_title {
        font-size: 18px;
    }

	.newsletter-input .submit input {
        font-size: 14px;
        background-size: 6px;
        padding: 10px 20px;
        margin-top: 25px;
	}

	.newsletter-line-1 {
		left: -23px;
		width: 23px;
	}

	.newsletter-line-2 {
		right: -23px;
		width: 23px;
	}

	.newsletter_subtitle {
		margin-bottom: 40px;
		font-size: 17px;
	}

	.menu_social a:first-of-type::after {
		height: 20px;
		top: -1px;
	}

	.menu_social a {
		font-size: 15px;
	}

	.responsive_menu .contact_menu {
        margin: 15px auto 0 auto;
        padding: 12px;
	}

	.responsive_menu .contact_menu p {
        font-size: 18px;
    }

	#logo {
        background-size: 115px;
    }

	#header {
        top: 47px;
        padding: 0 10px;
    }

	.open_menu img.dark_menu, .open_menu img.white_menu {
		width: 35px;
	}

	.center-991 {
		margin-bottom: 35px;
	}

	.footer_box h6 {
        font-size: 20px;
	}

	.footer_box p {
        font-size: 17px;
        line-height: 27px;
    }

	.footer_box a.find_us {
        font-size: 15px;
    }

	.padd_prefooter {
        padding-top: 40px;
        padding-bottom: 35px;
    }

	.footer_box .button {
		margin: 0px auto 0 auto;
		padding: 10px 50px 10px 20px;
	}

	.footer_box p.last {
        margin-top: 20px;
    }

	.footer_box table td {
        padding: 0px 0;
        font-size: 16px;
    }

	.footer_social img {
        width: 35px;
    }

	.copyright {
        font-size: 13px;
        line-height: normal;
	}

	.copyright_wrapper ul {
		margin-top: 5px;
		margin-bottom: 5px;
	}

	#wapp a {
		width: 75px;
	}

}


/* ===========================>
		ERROR PAGE
   <========================== */
   .tit-er{color:#fff !important;}
   .tex-er{
		color:#fff;
		border-left: 1px solid #fff;
		font-size:25px;
		line-height: 30px;
		padding-left:25px;
		text-align: center;
   }
   .btn-er{
		margin-top: 20px;
		display: flex;
		justify-content: center;
   }

   .btn-er a{
   		color: #fff;
    	background-image: url(../img/layout/arrow_white.svg);
	}

.btn-er a:hover{	
	color: #fff;		
	transition: all 0.3s ease 0s;	
}
  @media(min-width:768px){
	.con-er{display: flex;
		align-items: center;
	}
	
  }
  @media(max-width:767px){
	.tex-er{
		border-left:unset;
		border-top:1px solid #fff;
		padding-left:unset;
		padding-top:25px;
		margin-top:50px;
	}
  }

  @media(max-width:549px) {
	.btn-er {
		margin-top: 0px;
	}
  }
   

   @media(max-width:479px){
	.page_heading_image p {
        font-size: 15px;
        line-height: 23px;
    }
   }