@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0px; padding: 0px; border: 0px none; outline: 0px none; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit;}
:focus { outline: 0px none; }
ol, ul { list-style: none outside none; }
strong{font-weight:500;}
a{color:#3D3D3B;text-decoration:none;}
a:hover{color:#3e403d;text-decoration:none;}
.clear{clear:both;}

html, body {
	position: relative;
	height: 100%;
}
body {
	background: #fff;
	font-family: "Manrope", sans-serif;
	font-size: 14px;
	line-height:20px;
	color:#3D3D3B;
	margin:0;
	padding:0;
	transition: all 0.5s ease-in 0s;  
	overflow-x:hidden;
}
html {
	scroll-behavior: smooth;
}

.fancybox-lock body {
    overflow: visible !important;
}

.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;
}
.m-b-150 {
    margin-bottom: 150px!important;
}
.padd{
    padding-top: 100px;
    padding-bottom: 100px;
    overflow: hidden;
    position: relative;
}

.no-padding {
	padding-left: 0px;
	padding-right: 0px;
}

.padd_small{
	padding-top: 60px;
	padding-bottom: 60px;	
}

.padd_top{
	padding-top: 100px;
	padding-bottom: 0px;	
}

.padd_big {
    padding-top: 120px;
    padding-bottom: 120px;
}

.padd_bottom{
	padding-top: 0px;
    padding-bottom: 120px;	
}
.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;
}

.flex_center.row-eq-height {
  display: flex;
  align-items: stretch;
}

.row-eq-height > .col-lg-6, .row-eq-height > .col-lg-5, .row-eq-height > .col-lg-7 {
  display: flex;
  flex-direction: column;
}

#content {
	overflow: hidden;
}

.no_scroll {
	overflow: hidden;
}

.relative {
	position: relative;
}

.overflow {
	overflow: hidden;
}

.visible {
	overflow: visible!important;
}

p {
	font-size: 18px;
    font-weight: 250;
    line-height: 34px;
    color: #000;
}

.flex_end {
	display: flex;
	align-items: flex-end;
}

.flex_center {
	display: flex;
	align-items: center;
}

.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;
}

/***** COOKIE *****/
#cmp-booking-button{z-index:999997!important}
#cookie {position: fixed; z-index:999; }
#cookie-icon {
	position: fixed;
    bottom: 0;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 999999 !important;
    background: #212121;
    padding: 0.5em;
    z-index: 11;
	border-top: 1px solid #444444;
    border-right: 1px solid #444444;
}
#cookie-icon img{max-width: 100%; vertical-align: middle; border-style: none;}

#cookie-modal {
	width:80%;
	max-width:335px;
	background:#fff;
	position:fixed;
	height:100vh;
	top:0px;
	left:-80%;
	z-index:999998;
	transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out, all 0.2s ease-in-out;
	background-color:#212121;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
#cookie-modal.active {
	left:0%;
	transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out, all 0.2s ease-in-out;
}
#cookie-title {
    font-size: 1.4em;
    line-height: 1.5em;
    margin: 0 0 15px 0;
    text-align: left;
    font-family: 'CenturyGothicBold';
    color: #fff;
}
#cookie-main{padding:125px 30px 30px 30px;}
#cookie-intro{
	font-size: 15px;
    line-height: 28px;
    color: #fff;
}
#cookie-statement a{
	font-size: 15px;
    color: #fff;
    margin-top: 15px;
    display: block;
}
#accept-cookie-button{
	border-radius: 0px;
    padding: 10px 16px;
    font-size: 14px;
    margin: 40px 0px 0px 0;
    line-height: 1.5em;
    outline: 0;
    background: 0 0;
    cursor: pointer;
    background-color: transparent;
    color: #fff;
    border: 1px solid #fff;
	transition: all 0.3s ease-in-out;
}

#accept-cookie-button:hover {
	background: #fff;
	color: #000;
}

#cookie-statement img{width: 16px;
    height: 16px;
    display: inline-block;
    position: relative;
    margin-left: 8px;
	vertical-align: middle;
	margin-bottom: 4px;}

#cookie-box-close img{
    position: absolute;
    right: 16px;
    top: 0;
    width: 25px;
    cursor: pointer;
    margin-top: 20px;
}
.cookie-logo{
	opacity: 0.2;
    -webkit-filter: contrast(0.5);
            filter: contrast(0.5);
	margin-top: 5%;
    margin-left: 11%;	}




.beige_bg {
	background: #F2EFED;
}

.drive_me{
	margin-top:20px;
	display: block;
}

.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: 0px;
    padding: 40px 0px;
    margin: 0;
    position: absolute;
    z-index: 999;
    transition: all 0.5s;
    align-items: center;
}

#header:after {
    content: '';
    background-image: url(../img/layout/menu_line.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    position: absolute;
    width: 100%;
    height: 50px;
    bottom: -50px;
}

@media only screen and (min-width:1900px) {
	#header:after {
		height: 70px;
		opacity: 0.5;
	}

}

.header_left {
	display: flex;
	align-items: center;
}

.header_right {
	display: flex;
	justify-content: flex-end;
	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: relative;
    margin-left: 45px;
    display: flex;
    transition: all 1s;
}
#lang_info a{
    color: #fff;
    transition: all 1s;
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 1px;
}

#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: 2;
    align-items: center;
    justify-content: center;
}

.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: #fff;
    text-align: center;
    z-index: 99999;
    position: absolute;
    left: 0;
    top: 23px;
}
#lang_info .languages .languages_menu a {
    color: #282828;
    display: block;
    padding: 2px;
    transition: all 0.3s ease 0s;
    font-size: 18px;
}
.languages .languages_menu a:hover { color:#3D3D3B; transition: all 0.3s ease 0s;   }

#logo {
    position: relative;
    margin: 0 auto;
    display: block;
    width: 100%;
    background: url(../img/layout/logo.svg) no-repeat scroll center center;
    background-size: 255px;
    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_mob a {
    display: block;
    text-indent: -999999px !important;
    width: 255px;
    height: 70px;
    margin: 0 auto;
}

.open_menu {
    display: flex;
    color: #fff;
    text-decoration: none;
    transition: all 1s;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: 200;
    letter-spacing: 1px;
    position: relative;
}

.open_menu:hover {
	color: #fff;
}

.open_menu img {
    width: 60px;
}

.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 .responsive_menu #lang_info {

}

#header.fixed .open_menu img.dark_menu{display:inline-block;}
#header.fixed .open_menu img.white_menu{display:none;}

.close_menu {
    position: absolute;
    top: 50px;
    left: 8.33333333%;
    display: block;
    width: 45px;
    height: 45px;
    z-index: 999;
    background: url(../img/layout/close.svg) no-repeat center;
    background-size: 45px;
    text-indent: -999999px !important;
}

.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: 35px;
    line-height: 45px;
    display: block;
    position: relative;
    color: #fff;
    cursor: pointer;
    transition: all 1s ease-in-out;
    z-index: 2;
    border: none;
    background: transparent;
    margin-bottom: 30px;
}

.tab button a {
	color: #fff;
	transition: all 0.3s ease-in-out;
}

.tab button a:hover {
	color: #fff;
	font-weight: 400;
}

.responsive_info {
    width: 100%;
    position: relative;
    height: calc(100vh - 90px);
    margin-top: 90px;
    min-height: 770px;
    overflow: hidden;
    overflow-y: scroll;
}

.tabcontent {
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease-in-out;
}

.tabcontent.active {
    opacity: 1;
    visibility: visible;
}

.banner_menu {
    width: 100%;
    padding-right: 70px;
	position: absolute;
}

/* .banner_menu:after {
    content: '';
    background-image: url(../img/layout/favicon.svg);
    background-repeat: no-repeat;
    background-size: 300px;
    width: 300px;
    height: 140px;
    position: absolute;
    right: 25px;
    bottom: 0;
} */

.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: relative;
    display: block;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 2px;
    padding-bottom: 3px;
    z-index: 999;
    color: #fff;
    text-decoration: none;
    overflow: hidden;
    text-align: center;
    border-bottom: 1px solid #fff;
    box-sizing: border-box;
    transition: all 500ms 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;
}

.header_right #book_now {
    z-index: 9999;
}

#book_now:hover {
 
}

#phone {
    position: relative;
    margin-right: 30px;
}

#phone img {
	width: 24px;
}

#header.fixed #book_now {
	font-size: 16px;
}

#header.fixed #lang_info a {
}

#book_now:hover::before {
    height: 480%;
}

.responsive_menu #book_now {
    top: 55px !important;
    right: 8%;
    font-weight: 400;
}

.responsive_menu #book_now:hover {
	box-shadow: inset 0 0 0 0.5em #C69D62;
    border-color: #C69D62;
}

#book_now.book_mob {
	display: none;
}

#header.fixed {
    padding: 10px 0px;
    background: #000;
}

#header.fixed:after {
	display: none;
}

#header.fixed .open_menu img {
    width: 50px;
}

@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.svg);
    background-repeat: no-repeat;
    background-size: 155px;
    background-position: center;
}

#header.fixed #logo a {
    height: 55px;
}

#header.fixed #logo:before, #header.fixed #logo:after {
	display: none;
}

.responsive_menu{   
    position: fixed;
    right: 0;
    top: 0px;
    left: 0;
    margin: 0 auto;
    width: 100%;
    background: #000000;
    display: flex;
    flex-direction: column;
    z-index: 999;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    transition-duration: 0.4s;
    transition: all 0.3s ease-in-out;
    opacity: 0;
    visibility: hidden;
    justify-content: center;
}
.responsive_menu .responsive_menu_container {   
    width: 100%;
    height: 100%;
    margin: 0 auto;
    position: relative;
    margin-top: 0;
    display: flex;
    align-items: center;
}
.responsive_menu.active {   
    opacity: 1;
    visibility: visible;
}

.responsive_menu:before {
    content: '';
    position: absolute;
    top: 50%;
    width: calc(100% - 16.5%);
    border-top: 1px solid #fff;
    z-index: 11;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.responsive_menu:after {
    content: '';
    position: absolute;
    left: 50%;
    width: 1px;
    border-left: 1px solid #fff;
    height: calc(100% - 180px);
    z-index: 11;
    top: 105px;
}

.collection_box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    min-height: 340px;
    height: calc(50vh - 90px);
}

.collection_box p, .collection_box a {
    color: #ddd;
}

.collection_box p.address {
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
}

.collection_box .urbanist {
    width: 200px;
    margin-bottom: 25px;
}

.collection_box .opal {
    width: 90px;
    margin-bottom: 20px;
}

.collection_box .city_life {
    width: 140px;
    margin-bottom: 20px;
}

.collection_first, .collection_sec {
    display: inline-block;
    width: 49%;
    text-align: center;
}

.collection_box a.button {
    color: #fff;
    background-image: url('../img/layout/arrow_button_white.svg');
    width: fit-content;
    margin: 20px auto 0 auto;
}

.collection_box hr {
    width: 50px;
    border-top: 1px solid #888;
}

.collection_box h2 {
    color: #fff;
    font-size: 22px;
    font-weight: 300;
    margin-bottom: 25px;
}

.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: 60px;
    left: calc(8.33333333% + 40px);
    position: absolute;
}

.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{
    display: block;
    position: relative;
    z-index: 2;
    width: fit-content;
}

.responsive_menu .contact_menu p {
    font-size: 17px;
    color: #ffffffbf;
    line-height: 30px;
}

.responsive_menu .contact_menu p a {
	color: #ffffffbf;
	transition: all 0.3s ease-in-out;
}

.responsive_menu .contact_menu h6 {
	font-family: 'CenturyGothicBold';
    color: #fff;
    font-size: 21px;
    padding-bottom: 15px;
}

.tabcontent .page_heading_shadow {
	background: linear-gradient(180deg, #3b4553c7 0%, #3b4553c7 20%, #3b4553c7 70%);
}

.responsive_menu .contact_menu .menu_social {

}

.responsive_menu .contact_menu img{
    width: 28px;
    display: inline-block;
    margin-right: 25px;
    vertical-align: middle;
}

.responsive_menu .contact_menu img.facebook {
	width: 13px;
}

.menu_social {
    margin-top: 25px;
    position: relative;
    width: 100%;
    display: flex;
}

.menu_social a {
    color: #fff;
    font-size: 16px;
    font-weight: 100;
}

.contact_menu_container{width:100%;max-width:1500px;margin:0 auto;display: flex;}
#tabs {
    margin-bottom: 20px;
    margin-top: 0;
}

.page_text #tabs li {
    font-size: 19px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: normal;
    background: none;
    display: inline-block;
    border-right: 1px solid #000;
    width: auto;
    padding: 0 28px;
}

.page_text #tabs li:first-child {
	padding-left: 0;
}

.page_text #tabs li:last-child {
	padding-right: 0;
	border-right: none;
}

#tabs li span {
    color: #000;
	cursor: pointer;
}

#tabs li span.inactive {
    color: #cfcfcf;
}

/* 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 {
    color: #000;
    font-size: 21px;
    font-weight: 250;
    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: 90px;
    background: #000;
    background-repeat: no-repeat;
}

.padd_prefooter h3 {
    color: #d7d7d7;
    position: relative;
    font-size: 16px;
    line-height: 22px;
    font-weight: 100;
}

.footer_left {
	display: flex;
	align-items: center;
	gap: 70px;
}

.footer_logos {
    display: inline-flex;
    align-items: center;
    gap: 60px;
}

.footer_logos .urbanist {
	width: 150px;
}

.footer_logos .opal {
	width: 65px;
}

.footer_logos .city_life {
    width: 115px;
}

.footer_box.right {
	float: right;
    margin-right: 50px;
}
.footer_box h6{
    font-family: 'CenturyGothicBold';
    color: #fff;
    font-size: 18px;
    letter-spacing: 2px;
    margin-bottom: 30px;
}

.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.address {
	margin-bottom: 20px;
}

.footer_box p.phone a {
    font-size: 21px;
    color: #eee;
    transition: all 0.3s ease-in-out;
}

.footer_box.left {
    margin-left: 165px;
    margin-right: 0;
}

.footer_box p a:hover {
    border-bottom: 1px solid #fff;
    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: 16px;
    color: #ddd;
    line-height: normal;
    padding: 2px 0;
    font-weight: 100;
}

.footer_box ul li a {
	font-size: 16px;
	font-weight: 100;
    color: #ddd;
    line-height: normal;
    padding: 2px 0;
	display: block;
	width: fit-content;
	border-bottom: 1px solid transparent;
}

.footer_box ul li a:hover {
	border-bottom: 1px solid #fff;
	transition: all 0.3s ease-in-out;
}

.footer_box p a {
    font-size: 16px;
    color: #ddd;
    font-weight: 100;
}

.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;
    padding-left: 70px;
}

.footer_logo img {
    max-width: 150px;
    width: 100%;
}
.footer_details_left{width:50%;float:left;}
.footer_details_right{width:50%;float:left;}

.footer_social {
    position: relative;
    float: right;
    display: block;
}

.footer_social.mob {
	display: none;
}

.footer_social p {
	font-family: 'CenturyGothicBold';
    color: #fff;
    font-size: 18px;
    letter-spacing: 2px;
    margin-bottom: 15px;
}

.footer_left, .footer_menu {
	margin-bottom: 100px;
}

.footer_graphic {
    background-image: url(../img/layout/footer_graphic.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 240px;
    position: relative;
    background-position: bottom;
    margin-top: 0px;
}

.footer_social .socials {
	display: flex;
	justify-content: center;
	align-items: center;
}

.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: 30px;
    margin: 0px 15px;
}

.footer_social img.facebook {
	width: 13px;
}

.footer_social a:hover {
	color: #000;
}

.footer_menu {
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: flex-end;
    gap: 70px;
}

/* ============= ESPA ================= */
.espa {
	position: absolute;
    right: 0;
    z-index: 99;
    bottom: 0px;
}
.espa img { max-width: 100%; }

.espa.sec {
	bottom: 40px;
}

.espa.third {
	bottom: 80px;
}

.espa.four {
	bottom: 138px;
}


@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: #212121;
    border-top: 1px solid #8b7752;
}
.copyright{
    font-size: 17px;
    color: #ddd;
    font-weight: 100;
    display: inline-block;
}

.copyright_wrapper {
	padding: 50px 0 30px 0;
    position: relative;
    overflow: hidden;
}

.copyright_wrapper ul.mob {
	display: none;
}

.copyright a{	color: #fff;}
#wapp{position:relative;float:right;}
#wapp a{
	display: block;
    width: 85px;
    height: 25px;
    background: transparent url(../img/layout/wapp.svg) no-repeat center;
    text-indent: -999999px!important;
    background-size: 100%;
}

.copyright_wrapper ul {
	display: inline-block;
}

.copyright_wrapper li {
	display: inline-block;
    padding: 0px 25px;
    position: relative;
}

.copyright_wrapper li:last-child {
	padding-right: 0;
	border-right: none;
}

.copyright_wrapper li:last-child::after {
	display: none;
}

.copyright_wrapper li a {
    font-size: 16px;
    transition: all 0.3s ease-in-out;
    color: #999;
	border-bottom: 1px solid transparent;
}

.copyright_wrapper li a:hover {
	border-bottom: 1px solid #999;
}


/* 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.1) 8%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.2) 70%);
    z-index: 1;
}

.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%);
}

.dynamic_title {
	height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    flex-direction: column;
}

.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: 70px;
    line-height: 80px;
}

.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_title {
	margin-top: 250px;
    margin-bottom: 100px;
}

.page_text .page_title h1 {
    font-size: 90px;
    color: #fff;
}

/* PAGE TEXT
================================================== */
.page_text {
	position: relative;
}
.page_text h1 {
    font-size: 100px;
    color: #000;
    line-height: 110px;
    font-weight: 100;
    margin-bottom: 55px;
}

.page_text h1 span.gold {
	display: block;
    color: #C69D62;
}
.page_text h2 {
    font-size: 75px;
    font-weight: 100;
    line-height: 90px;
    margin-bottom: 40px;
    color: #000;
}
.page_text h3 {
    font-size: 25px;
    margin-top: 30px;
    margin-bottom: 15px;
    color: #000;
    font-weight: 300;
}

.page_text h2.info {
    font-size: 85px;
}


.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;}
.page_text ul li {
    font-size: 18px;
    font-weight: 250;
    line-height: normal;
    color: #000;
    position: relative;
    padding: 10px 0;
}

.page_text .dynamic_intro ul li {
    border-bottom: 1px solid #000;
}

.page_text .dynamic_intro ul li:last-child {
    border-bottom: none;
}

.page_text ul li:last-child::after {
	border-right: none;
}

.page_text .home_right_text ul {
	margin-top: 50px;
}

.page_text ul li.last {
	display: inline-block;
	width: 49%;
}

.view_suites_description{
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding-left: 110px;
}
  
  /* .view_suites_description:hover{ -webkit-transform: scaleX(1.03);  -ms-transform: scaleX(1.03);  transform: scaleX(1.03);} */
  
.page_text .view_suites_description h2{
    color: #222;
    font-size: 23px;
    font-weight: 350;
    margin: 0;
    text-transform: uppercase;
	position: relative;
	line-height: normal;
}

.view_suites_description:before {
	content: '';
    position: absolute;
    left: -20px;
    border-top: 1px solid #222;
    width: 110px;
    top: 15px;
}

.page_text.rooms_swiper h1 {
	position: absolute;
    font-size: 72px;
    line-height: 82px;
}

.rooms_swiper {
    padding-top: 150px;
    padding-bottom: 40px;
}

.rooms_swiper:before {
	content: '';
	position: absolute;
	left: 0;
	background: #EAE6DE;
	top: 0;
	width: 100%;
	height: 54%;
}

.page_text .view_suites_description ul {
    border-top: 1px solid #C5B8A1;
    border-bottom: 1px solid #C5B8A1;
    width: fit-content;
    padding: 12px 0;
    margin: 25px 0;
    display: flex;
    align-items: center;
}

.page_text .view_suites_description ul img {
	width: 50px;
    margin-right: 10px;
    margin-left: 50px;
}

.button {
    font-size: 19px;
    padding: 5px 35px 5px 0px;
    display: block;
    width: fit-content;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    color: #000;
    position: relative;
    background-image: url(../img/layout/arrow_button.svg);
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: center right;
    margin-top: 30px;
    font-weight: 450;
}

.button:hover {
	padding: 5px 50px 5px 0px;
}

.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_img {
	padding-left: 90px;
    position: relative;
    z-index: 1;
}

.location_section .grey_bg {
    background: #f2efed;
    position: absolute;
    top: 100px;
    left: 0;
    width: 100%;
    height: 100%;
}

.location_left {
	padding-top: 85px;
}

.location_left p {
    padding-top: 35%;
}

.location_left.mob {
	display: none;
}

.location_section .location_btn {
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    padding-left: 8%;
    width: calc(33.333333% + 8.33333333% + 55px);
}

.location_section .button {
	margin-top: 0;
	padding: 50px 35px 50px 0;
}

.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: 100vh !important;
    min-height: 950px; */
    position: relative;
}

.home_header_mob {
    display: none;
}

.page_header{
    height: 100vh !important;
    min-height: 850px;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.page_header .home_header_content img {
    filter: brightness(0) invert(1);
    width: 380px;
}

.page_header .home_header_content.small img {
    width: 280px;
}

.page_header .home_header_content.city-life-apartments img {
    width: 280px;
}

.page_header .home_header_content.small.city-life-apartments img {
    width: 230px;
}

.page_header .home_header_content.opal-lake-suites img {
	width: 150px;
}

.page_header .home_header_content.small.opal-lake-suites img {
    width: 130px;
}

.home_header:before {
    content: '';
    position: absolute;
    top: 50%;
    width: calc(100% - 16.5%);
    border-top: 1px solid #fff;
    z-index: 11;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.home_header:after {
    content: '';
    position: absolute;
    left: 50%;
    width: 1px;
    border-left: 1px solid #fff;
    height: calc(100% - 190px);
    z-index: 11;
    top: 150px;
}

.hero_bg_left .home_header_shadow, .hero_bg_right .home_header_shadow {
    height: 50vh;
    min-height: 430px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
	background: linear-gradient(180deg, rgb(9 12 15 / 100%) 8%, rgba(9 12 15 / 100%) 40%, rgba(9 12 15 / 100%) 70%);
    z-index: 1;
    opacity: 0.9;
	transition: all 0.8s ease-in-out;
}
.hero_bg_left {
    width: 100%;
    height: 50vh;
    min-height: 430px;
    position: absolute;
    top: 0;
    left: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all 1s ease-in-out;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    flex-direction: column;
    padding-left: 16.5%;
}

.hero_bg_right {
    width: 100%;
    height: 50vh;
    min-height: 430px;
    position: absolute;
    top: 0;
    left: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	transition: all 1s ease-in-out;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    flex-direction: column;
}

.hero_bg_left.first {
	justify-content: center;
    background: #000000;
    padding-top: 150px;
}

.hero_bg_right p {
    color: #fff;
    font-weight: 600;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    font-size: 22px;
    transition: all 0.5s ease-in-out;
    position: absolute;
    margin-top: 420px;
}

.hero_bg_right:hover p {
	opacity: 1;
	visibility: visible;
}

.hero_bg_left:hover .home_header_shadow, .hero_bg_right:hover .home_header_shadow {
	opacity: 0;
    cursor: pointer;
}

.hero_bg_right::before {
	content: '';
	height: 50vh;
    min-height: 430px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
	background: linear-gradient(90deg, rgba(0, 0, 0, 0.9) 1%, rgba(0, 0, 0, 0.6) 5%, rgba(0, 0, 0, 0.1) 12%);
	z-index: 1;
	opacity: 1;
	transition: all 0.8s ease-in-out;
}

.hero_bg_right::after {
	content: '';
	height: 50vh;
    min-height: 430px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(360deg, rgba(0, 0, 0, 0.8) 1%, rgba(0, 0, 0, 0.5) 4%, rgba(0, 0, 0, 0.1) 9%);
    z-index: 1;
	opacity: 1;
	transition: all 0.8s ease-in-out;
}

.hero_bg_left::before {
	content: '';
	height: 50vh;
    min-height: 430px;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    background: linear-gradient(270deg, rgba(0, 0, 0, 0.8) 1%, rgba(0, 0, 0, 0.4) 3%, rgba(0, 0, 0, 0.1) 6%);
	z-index: 1;
	opacity: 1;
	transition: all 0.8s ease-in-out;
}

.hero_bg_left::after {
	content: '';
	height: 50vh;
    min-height: 430px;
    position: absolute;
    top: 0;
    left: 0;
	width: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 1%, rgba(0, 0, 0, 0.5) 4%, rgba(0, 0, 0, 0.1) 9%);
    z-index: 1;
	opacity: 1;
	transition: all 0.8s ease-in-out;
}

.bottom_row .hero_bg_right::after {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 1%, rgba(0, 0, 0, 0.5) 4%, rgba(0, 0, 0, 0.1) 9%);
}

.hero_bg_right img {
    width: 210px;
    position: absolute;
    bottom: 40px;
    left: 40px;
    z-index: 1;
    filter: brightness(0.5);
	transition: all 0.8s ease-in-out;
}

.hero_bg_right img.arrow, .hero_bg_left img.arrow {
    width: 40px;
	bottom: 40px;
    filter: none;
    position: absolute;
    right: 16.5%;
    left: auto;
    opacity: 0;
    visibility: hidden;
	transition: all 1s ease-in-out;
}

.hero_bg_left img.arrow {
	right: 40px;
}

.hero_bg_right:hover img.arrow, .hero_bg_left:hover img.arrow {
	opacity: 1;
	visibility: visible;
}

.hero_bg_right:hover img, .hero_bg_left:hover img {
	filter: brightness(1);
}

.hero_bg_right img.city_life {
	width: 180px;
}

.hero_bg_left img.opal {
	width: 100px;
	z-index: 1;
    filter: brightness(0.5);
	margin-bottom: 40px;
	transition: all 0.8s ease-in-out;
}

.hero_bg_left:hover img.opal {
	filter: brightness(1);
}

.top_row {
	height: 50vh;
    min-height: 430px;
}

.bottom_row {
	height: 50vh;
    min-height: 430px;
}

.hero_bg_left h2, .hero_bg_right h2 {
    font-size: 50px;
    line-height: 60px;
    font-weight: 100;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
    transition: all 0.5s ease-in-out;
}

@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: 60%;
    height: 100%;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 0 auto;
    left: 0;
    right: 0;
    text-align: center;
    margin-top: 50px;
}

.home_header_content.urban {
    text-align: left;
    align-items: flex-start;
}

.home_header_content p.title {
	font-size: 25px;
    line-height: normal;
    color: #111;
    display: block;
    letter-spacing: 3px;
    margin-bottom: 30px;
    text-transform: uppercase;
	width: 100%!important;
	margin-top: 0!important;
	margin-left: 0!important;
}

.home_header_content h1 {
    font-size: 75px;
    line-height: 85px;
    color: #fff;
    display: block;
    text-align: center;
    margin-top: 40px;
    font-weight: 100;
}

.home_header_content h2 {
    color: #fff;
    font-size: 45px;
    font-weight: 100;
}

.home_header_content.urban h1 {
	font-family: 'CenturyGothicBold';
    font-size: 90px;
    letter-spacing: 5px;
    text-align: left;
    line-height: 105px;
    margin-bottom: 0;
}

.page_left_img:before {
    content: '';
    position: absolute;
    left: -22%;
    width: calc(100% + 22% - 15px);
    height: 120%;
    background: #ededed;
    z-index: -1;
    top: 0;
}

.rooms.view .page_left_img:before {
    height: calc(100% + 40px);
}

.page_right_img {
    margin-left: 150px;
    position: relative;
    float: right;
    width: 245px;
    margin-bottom: 140px;
}

.page_right_img:before {
    content: '';
    position: absolute;
    left: -30px;
    width: calc(100% + 30px);
    height: calc(100% + 70px);
    background: #ededed;
    z-index: -1;
    top: 0;
}

.dynamic_text {
    padding-left: 15px;
}

.dynamic_inner_text {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.dynamic_inner_text a {
    font-weight: 350;
    color: #000;
}

.page_text .dynamic_text ul {
    display: flex;
    gap: 7px 35px;
    flex-wrap: wrap;
    margin-bottom: 0;
}

.dynamic_text h3 {
    font-size: 55px;
    font-weight: 100;
    line-height: 65px;
    margin-bottom: 30px;
    color: #000;
}

.page_text .dynamic_text ul li {
    font-size: 20px;
    font-weight: 250;
    line-height: normal;
    padding-left: 0;
    letter-spacing: 1px;
}

.page_text .dynamic_text ul li:last-child {
    border-bottom: none;
}

.page_text .dynamic_text ul.first {
    border-bottom: 1px solid #000;
    padding-bottom: 15px;
    margin: 15px 0 10px 0px;
    gap: 0;
    flex-direction: row;
}

.page_text .dynamic_text ul.first li {
    line-height: normal;
    font-weight: 250;
    color: #000;
    display: inline-flex;
    padding: 0;
    padding-right: 45px;
    align-items: center;
    font-size: 25px;
    letter-spacing: 0;
}

.page_text .dynamic_text ul.first li:after {
    content: '';
    position: absolute;
    border-top: 1px solid #000;
    width: 27px;
    right: 10px;
    display: block;
}

.page_text .dynamic_text ul.first li:last-child::after {
    display: none;
}

.dynamic_inner_text #book_now {
    color: #000;
    border-bottom: 1px solid #000;
    width: fit-content;
    margin-top: 70px;
}

.home_header_content.urban p {
	width: 55%;
    margin-left: auto;
    margin-top: -70px;
}

.home_header_title {
	display: flex;
    justify-content: center;
    align-items: center;
    height: 93vh;
    z-index: 1;
    position: relative;
    flex-direction: column;
    width: 100%;
}

.home_header_title h1 {
    font-size: 45px;
    line-height: normal;
    letter-spacing: 3px;
    color: #fff;
    display: block;
    max-width: 100%;
    text-align: center;
}


.home_header_title p {
    color: #fff;
    font-size: 35px;
    padding: 0 50px;
}

.choose_stay {
	position: relative;
    display: flex;
    align-items: center;
	margin-top: 120px;
}

.choose_stay:before {
    content: '';
    position: absolute;
    top: 17px;
	opacity: 0;
	visibility: hidden;
    width: 0%;
    left: 1%;
	transition: all 0.5s ease-in-out;
    border-top: 1px solid #fff;
}

.choose_stay:after {
    content: '';
    position: absolute;
    top: 17px;
	opacity: 0;
	visibility: hidden;
    width: 0%;
    right: 1%;
	transition: all 0.5s ease-in-out;
    border-top: 1px solid #fff;
}

.choose_stay.left:before {
	width: 40%;
	left: -39%;
	opacity: 1;
	visibility: visible;
}

.choose_stay.right:after {
	right: -39%;
	width: 40%;
	opacity: 1;
	visibility: visible;
}

.choose_stay img  {
    width: 20px;
    height: 20px;
}

.choose_stay img.left {
    transform: rotate(-180deg);
}

.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%;
}

.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: 82%;
    margin: 0 auto;
    text-align: center;
    transition: all 1s;
}

.scrollButtonContainer img {
    width: 70px;
}

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;
    align-items: 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;
}

.room_buttons {
	display: flex;
}

.rooms_more {
    position: relative;
    color: #222;
    font-size: 15px;
    font-weight: 450;
    margin-top: 15px;
    transition: all 0.3s ease-in-out;
    padding: 12px 25px;
    letter-spacing: 5px;
    border-bottom: 1px solid #222;
    display: inline-block;
    width: fit-content;
}

.rooms_more.right {
	color: #988158;
	border-bottom: 1px solid #988158;
	margin-left: 50px;
}

#home_rooms .swiper-slide, #other_rooms .swiper-slide {
    transition: all 0.35s ease-in-out;
    display: flex;
    align-items: flex-end;
}

.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_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%;}

.rooms_right_image {max-width:100%;position: relative;z-index: 2;}

.room_right_image img { width: 70%; float: right; }

.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: 50px 40px;
    margin-top: 100px;
}

.rooms_wrapper {
    margin: 50px 0 100px 0;
    position: relative;
}

.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;
}

.room_facilities {
    margin: 0px 0px 0px 100px;
}

.room_facilities ul {
    margin-top: 60px;
}

.room_facilities ul li {
	font-weight: 300;
    margin: 0;
    display: inline-block;
    width: calc(49% - 80px);
    color: #444;
    text-align: left;
    border-bottom: 1px solid #D4CDC5;
    padding: 13px 0;
    line-height: normal;
    font-size: 17px;
    margin-right: 80px;
}

.room_facilities ul li:nth-last-child(-n + 2) {
	border-bottom: none;
}

.page_text .room_facilities ul li:after {
	display: none;
}

.room_facilities ul li small {
	font-size: 19px;
}

.features {
	position: relative;
	margin-bottom: 100px;
}

.features_list ul li {
    margin: 0px 0 0px 0;
    padding: 10px 0px;
    font-size: 17px;
    color: #222;
    font-weight: 300;
    line-height: normal;
    transition: all 0.3s ease 0s;
    display: block;
    position: relative;
    border-bottom: 1px solid #988158;
}

.features_list ul li:last-child {
	border-bottom: none;
}

.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;
}

.dynamic_text p {
	padding-bottom: 15px;
}

.page_text .dynamic_text ul li:after {
	display: none;
}

.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_left img {
	padding-right: 15px;
}

.about_1893 {
    position: absolute;
    top: 50px;
    right: -185px;
    z-index: -1;
    height: 260px;
}

.about_section {
	overflow: hidden;
}

.swiper-container.swiper-rooms {
    margin-top: -30px;
    height: calc(100% + 30px);
}

.swiper-container.swiper-rooms img {
    height: 100%;
    object-fit: cover;
}

.home_rooms {
    position: relative;
	margin-top: 35px;
    margin-bottom: 80px;
}

.home_rooms.room_categ_page {
    margin-bottom: 100px;
}

.home_rooms.room_categ_page.last {
    margin-bottom: 50px;
}

.home_rooms .number {
	position: relative;
    display: flex;
	align-items: center;
    font-size: 180px;
    line-height: 150px;
    font-weight: 100;
    z-index: 2;
	overflow: hidden;
	color: #000;
}

.categ_num {
    margin-bottom: 100px;
}

.home_rooms.right .number {
    justify-content: flex-end;
}

.home_rooms.right .number:after {
    width: calc(100% - 220px);
    margin-left: 0px;
    left: 0;
}

.home_rooms.left .category_bg {
	width: 300px;
    height: calc(100% + 35px);
    position: absolute;
    margin-left: -40px;
    margin-top: -35px;
}

.home_rooms.right .category_bg {
	width: 300px;
    height: calc(100% + 35px);
    position: absolute;
    right: -40px;
    margin-top: -35px;
}

.room_category {
	display: flex;
	justify-content: space-between;
	margin-top: -30px;
	align-items: flex-start;
}

.room_category #book_now {
	color: #000;
    letter-spacing: 0;
    font-weight: 450;
    border-bottom: 1px solid #000;
	margin-left: 20px;
}

.room_categ_page .room_category #book_now {
    position: absolute;
}

.home_rooms.right .room_category #book_now {
    margin-left: 0px;
    margin-right: 20px;
}

.rooms.posts .home_rooms.right .room_category #book_now {
    position: absolute;
    right: 15px;
}

.category_logo {
    position: relative;
    padding-left: 45px;
    padding-bottom: 35px;
}

.category_logo:before {
    content: '';
    border-left: 1px solid #000;
    top: -45px;
    left: 0;
    position: absolute;
    height: calc(100% + 45px);
}

.category_logo img {
    width: 220px;
}

.category_logo img.city-life-apartments {
    width: 185px;
}

.home_rooms.right .category_logo img {
    width: 100px;
}

.home_rooms.right .category_logo {
    padding-right: 45px;
	padding-left: 0;
}

.home_rooms.right .category_logo:before {
    left: auto;
    right: 0;
}

.home_rooms.right .home_rooms_text .button {
    left: 15px;
    right: auto;
}

.home_rooms .number:after {
	content: '';
	position: absolute;
	border-top: 1px solid #000;
	width: 100%;
	margin-left: 180px;
}

.home_rooms.right .swiper-container.swiper-rooms {
	margin-left: 0;
	margin-right: 60px;
}

.home_rooms_text {
    padding: 27% 0px 0px 20px;
}

.home_rooms_text .button {
	position: absolute;
    bottom: 0;
    right: 0;
}

.home_rooms_text.inside {
    padding: 65px 65px 65px 100px;
}

.home_rooms.right .home_rooms_text {
    padding: 27% 20px 0px 0;
}

.home_rooms.right .home_rooms_text.inside {
    padding: 50px 75px 50px 75px;
}

.home_rooms.right .home_rooms_text:before {
	right: -25%;
	left: auto;
	background: #D6DCE9;
}

.page_text .home_rooms_text ul li {
    display: inline-block;
    width: 32.8%;
    padding: 10px 0;
}

.home_rooms_text p {
	padding: 5px 0;
}

.page_text .home_rooms_text ul.list {
	margin: 0;
}

.page_text .home_rooms_text ul.list li {
	width: 100%;
	display: block;
}

.page_text .home_rooms_text ul li:before {
	display: none;
}

.home_rooms.right .home_rooms_text.inside:before {
    background: #E9E7DF;
}

.about_left {

}

.about_right {
    padding: 150px 0px 0 130px;
}

@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_title {
	margin-bottom: 100px;
}

.services_title h1 {
	text-align: center;
}

.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;
}

.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:hidden;
}

.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 {
	text-align: center;
}

.page_description .inline {
    display: inline-block;
    padding: 0 45px;
    position: relative;
	margin-top: 20px;
}

.page_description .inline:first-of-type::after {
    content: '';
    position: absolute;
    border-top: 1px solid #222;
    width: 55px;
    height: 1px;
    top: 0;
    margin-top: 43px;
    right: -30px;
}

.page_description p {
    font-size: 21px;
    margin-bottom: 0;
}

.page_text .page_description h2 {
	font-weight: 700;
    font-family: 'Manrope';
    color: #9a9f87;
    margin-bottom: 25px;
	font-size: 27px;
}

.page_text .page_description strong {
	font-weight: 400;
}

.page_description hr {
	border-top: 1px solid #c1c1c1;
	margin-top: 30px;
	margin-bottom: 30px;
}

.page_text .page_description  ul {
    list-style: inside;
}

.page_text .page_description ul li {
	background: none;
    font-size: 20px;
    margin: 7px 0;
}

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 {
    border-bottom: 1px solid #000;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
}

.book_inner .booking_form {
    padding: 0 12%;
}

.booking_room .booking_left {
	background: #E9E7DF;
}

.booking_room.urban .booking_left {
	background: #D6DCE9;
}

.booking_room .book_submit button:hover {
	color: #000;
	background: #fff;
}

.book_info {
    padding: 30px 40px;
    display: inline-flex;
    justify-content: center;
    width: 25%;
    align-items: center;
    position: relative;
    text-align: center;
    border-right: 1px solid #000;
}

.book_info.first {
	width: 24%;
}

.book_info.book_info_date {
    width: 31%;
}

.book_inner .book_info.book_info_date {
    width: 40%;
}

.book_inner .book_info, .book_inner .book_submit {
    width: 30%;
}

.book_info.book_info_numbers:after {
	display: none;
}

.book_info label{
    font-size: 15px;
    display: block;
    color: #ccc;
    font-weight: 100;
    margin-bottom: 10px;
}

.book_info input {
    font-size: 18px;
    width: 100%;
    display: block;
    color: #000;
    background: transparent;
    border: none;
    font-weight: 300;
    letter-spacing: 1px;
}

.book_info input::placeholder {
	color: #000;
}

.book_info.book_info_numbers input { width: 28px; }
.book_info select{
    font-size: 19px;
    font-weight: 300;
	letter-spacing: 1px;
    line-height: normal;
    width: 100%;
    display: block;
    color: #000;
    background: transparent;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none !important;
    background-image: url(../img/layout/arrow_down.svg);
    background-size: 19px;
    background-repeat: no-repeat;
    background-position: right;
    text-align: center;
}

.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_info .plus img {
	margin-right: 0;
}
.book_submit {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20%;
}
.book_submit button {
    background: none;
    border: none;
    color: #000;
    width: fit-content;
    font-size: 17px;
    font-weight: 300;
    line-height: normal;
    border-bottom: 1px solid #000;
    padding: 0;
    padding-bottom: 3px;
    transition: all .5s cubic-bezier(.24,.5,.22,.89);
}

.book_submit a {
    background: none;
    border: none;
    color: #000;
    width: fit-content;
    font-size: 17px;
    font-weight: 300;
    line-height: normal;
    border-bottom: 1px solid #000;
    padding: 0;
    padding-bottom: 3px;
    transition: all .5s cubic-bezier(.24, .5, .22, .89);
}

.book_submit button img {
	width: 35px;
	height: 35px;
	display: inline-block;
	margin-left: 10px;
}

.book_info.first img {
	width: 16px;
}

.book_info img {
    width: 20px;
    margin-right: 15px;
}

.book_info .divider {
    position: relative;
    width: 1px;
    height: 35px;
    border-right: 1px solid #000;
    margin: 0 25px;
}

.book_info.book_info_numbers img {
    width: 25px;
}

.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_info span {
    font-size: 18px;
    color: #000;
    font-weight: 300;
    letter-spacing: 1px;
}

.book_arrows {
    display: flex;
    margin-left: 45px;
	gap: 10px;
}

.booking_left {
	background: #fff;
}

.book_info .minus, .book_info .plus {
  display: block;
  position: relative;
}

.book_info .minus img, .book_info .plus img {
    width: 17px;
}

.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
================================================== */
.category_facilities {
	position: relative;
    padding-right: 250px;
	padding-top: 60px;
	padding-bottom: 90px;
}

.category_facilities.urban {
	margin-bottom: 60px;
}

.category_facilities ul li img {
	width: 50px;
	margin-bottom: 30px;
}

.category_facilities_bg {
    width: 20%;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
}

.page_text .facilities_title h1 {
	writing-mode: sideways-lr;
    margin-bottom: 10px;
    margin-top: 10px;
    margin-left: -50px;
    font-size: 110px;
	position: relative;
}

.page_text .facilities_title h1:before {
    content: '';
    position: absolute;
    border-left: 3px solid #000;
    height: 72%;
    left: 65px;
    bottom: 0;
}

.rooms.view .page_text .facilities_title h1:before {
    display: none;
}

.page_text .facilities_title h2 {
	position: absolute;
    margin-top: -320px;
    width: 293%;
    margin-left: -225%;
    font-size: 83px;
}

.rooms.view .page_text .facilities_title h2 {
    width: 230%;
    margin-left: -105%;
    position: relative;
    margin-top: -300px;
}

.page_text .facilities_title h2 span {
	color: #ca9e64;
    font-weight: 600;
    font-size: 150px;
}

.page_text .facilities_title h1:after {
    content: '';
    position: absolute;
    border-left: 3px solid #000;
    height: 100%;
    right: 42px;
    top: 0;
}

.facilities_title img {
	width: 170%;
    position: absolute;
    right: 120px;
    margin-top: -80%;
}

.category_facilities ul li {
    display: flex;
	gap: 40px;
    font-size: 23px;
    font-weight: 250;
    color: #000;
    line-height: normal;
    padding: 20px 30% 20px 0px;
    border-bottom: 1px solid #000;
    letter-spacing: 1px;
}

.category_facilities ul li:last-child {
	border-bottom: none;
}

.your_info_list {
	padding-right: 30%;
}

.page_text .your_info_list ul li {
    display: flex;
    gap: 70px;
    border-bottom: 1px solid #000;
    padding: 20px 0;
    justify-content: flex-end;
	font-weight: 250;
}

.page_text .your_info_list ul li:last-child {
	border-bottom: none;
}

.category_intro {
	display: flex;
	align-items: center;
	padding: 0 15%;
}

.category_intro.opal-lake-suites {
    padding: 75px 10%;
    gap: 50px;
}

.category_intro.opal-lake-suites h2 {
	font-size: 75px;
    color: #000;
    width: 40%;
    line-height: normal;
    position: relative;
    display: flex;
    align-items: center;
}

.category_intro.opal-lake-suites h2:after {
    content: '';
    position: absolute;
    right: 0;
    background-image: url(../img/layout/by_the_lake.svg);
    background-repeat: no-repeat;
    background-position: center right;
    background-size: contain;
    width: 350px;
    height: 265px;
}

.category_intro.opal-lake-suites p {
    width: 60%;
}

.category_intro_left {
    font-size: 270px;
    font-weight: 100;
    color: #000;
    margin-right: 15px;
}

.city-life-apartments .category_intro_left {
    color: #ca9e64;
    font-weight: 500;
    width: 15%;
}

.category_intro h3 {
    font-size: 37px;
    font-weight: 250;
    color: #000;
    width: 25%;
}

.category_intro.city-life-apartments {
	gap: 20px;
}

.category_intro.city-life-apartments p {
	width: 60%;
}

.room_text {
	padding-left: 25px;
}

.home_rooms.right .room_text {
    padding-left: 0px;
    padding-right: 40px;
}

.room_text .button {
	position: absolute;
    bottom: 0;
    right: 0;
}

.page_text .home_rooms.right .room_text h2 {
    text-align: left;
    float: left;
    margin-bottom: 10%;
}

.home_rooms.right .room_text .button {
    left: 0;
}

.swiper-container.swiper-rooms-inner, .swiper-container.swiper-other-rooms {
    margin-top: -30px;
}

.swiper-rooms-inner img, .swiper-other-rooms img {
    height: 100%;
    object-fit: cover;
}

.swiper-rooms-inner .col-lg-7, .swiper-other-rooms .col-lg-7 {
    display: flex;
    height: 100%;
}

.swiper-rooms-inner .col-lg-5, .swiper-other-rooms .col-lg-5 {
	height: 100%;
    background: #fff;
}

.swiper-other-rooms .col-lg-5 {
	height: 100%;
}

.home_rooms.left.inner .category_bg {
    width: 45%;
    height: 330px;
}

.home_rooms.inner .number:after {
    width: 63%;
    right: 0;
}

.swiper-rooms-inner .navigation_swiper_suites {
    top: 65px;
	bottom: auto;
}

.slides_counter {
    font-size: 19px;
    position: absolute;
    left: 35px;
}

.slides_counter span {
	font-size: 35px;
}

.page_text .room_text h2 {
    width: 80%;
    text-align: right;
    float: right;
    margin-bottom: 16%;
}

.room_text #book_now {
	color: #000;
    letter-spacing: 0;
    font-weight: 450;
    border-bottom: 1px solid #000;
    width: fit-content;
    position: absolute;
    bottom: 3px;
}

.other_rooms .home_rooms {
    margin: 0;
}

.other_rooms .home_rooms .number {
    justify-content: flex-end;
    font-size: 155px;
    line-height: 125px;
}

.other_rooms .home_rooms .number:after {
    width: 55%;
    margin-left: 0;
    left: 0;
}

.other_rooms .room_text #book_now {
    right: 25px;
}

.other_rooms .room_text .button {
    right: auto;
    left: 0;
}

.other_rooms .room_text {
    padding-left: 0px;
    padding-right: 25px;
}

.other_rooms .navigation_swiper_suites {
    top: 0;
    bottom: auto;
    left: 0;
    z-index: 3;
    margin-top: 100px;
    width: 41.66666667%;
    justify-content: flex-end;
    padding-right: 20px;
}

.other_rooms .navigation_swiper_suites.mob {
    display: none;
}

.page_text.other_rooms .room_text h2 {
    text-align: left;
    float: left;
}

.rooms.view .page_text .facilities_title h1 {
    margin-left: 0;
}

.page_text .room_text ul.first {
	border-bottom: 1px solid #000;
    padding-bottom: 15px;
    margin: 15px 0 10px 0px;
}

.room_text p {
	margin-top: 35px;
}

.page_text .room_text ul li {
    line-height: normal;
    font-weight: 250;
    color: #000;
    display: inline-flex;
    padding: 0;
    padding-right: 45px;
    align-items: center;
    font-size: 22px;
    letter-spacing: 1px;
}

.page_text .room_text ul.first li {
    font-size: 25px;
    letter-spacing: 0;
    padding-right: 45px;
}

.page_text .room_text ul.first li:after {
    content: '';
    position: absolute;
    border-top: 1px solid #000;
    width: 27px;
    right: 10px;
}

.page_text .room_text ul.first li:last-child::after {
	border-top: none;
}

.category_intro_right h3 {
    font-size: 70px;
    font-weight: 100;
    color: #000;
    line-height: normal;
    margin-bottom: 5px;
    position: relative;
    width: fit-content;
}

.category_intro_right h3:before {
    content: '';
    position: absolute;
    border-top: 2px solid #000;
    top: 55%;
    width: 100%;
}

.urban_graphic {
    position: absolute;
    width: 110px;
    left: 0;
    bottom: -220px;
}

.stay_graphic {
    position: absolute;
    width: 110px;
    top: 100px;
    right: 0;
}

.room.urban .swiper-posts-rooms {
	margin-top: -170px;
    padding-left: 60px;
}

.room.urban.right .swiper-posts-rooms {
    padding-left: 0;
    margin-left: 30px;
}

.room {
	margin: 0 30px;
	padding: 20px 0 100px 0;
	position: relative;
}

.room.urban {
    margin-right: 0;
    display: flex;
    flex-wrap: wrap;
}

.room.last {
	padding-bottom: 20px;
}

.page_text .room h2 {
	margin-bottom: 10px;
}

.page_text .room.urban h2 {
    font-family: 'CenturyGothicBold';
    font-size: 48px;
    letter-spacing: 2px;
}

.room .button {
	margin-top: 0;
	background-image: url('../img/layout/arrow_button.svg');
}

.room.urban .button {
    margin-top: 10px;
    display: flex;
    width: 100%;
    justify-content: flex-end;
    align-items: center;
}

.room.urban .room_info p {
    margin-left: 0px;
    width: 50%;
    margin-top: 110px;
}

.room.urban.right .room_info p {
    width: 70%;
    float: right;
}

.room_info_left {
	padding-left: 160px;
}

.room.urban .room_info_left {
    padding-left: 0px;
}

.room.left .room_info_left {
    padding-left: 0px;
    margin-left: -15px;
}

.page_text .room ul {
	margin-top: 110px;
	margin-left: -30px;
}

.page_text .room.urban ul {
    margin-left: 0px;
}

.page_text .room.urban.right ul {
    margin-left: 0px;
}

.page_text .room ul li {
	display: inline-block;
	padding: 0 30px;
	border-right: 1px solid #222;
	font-size: 28px;
	line-height: normal;
}

.page_text .room ul li:before {
	display: none;
}

.page_text .room.urban ul li {
	font-family: 'CenturyGothicBold';
}

.page_text .room ul li:first-child {
	padding-left: 0;
}

.page_text .room ul li:last-child {
	border-right: none;
}

.room_view_image {
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
	min-height: 850px;
}

.room_view_text {
	margin-top: 110px;
}

.room:before {
    content: '';
    position: absolute;
    background: #E9E7DF;
    left: 0;
    width: 135%;
    height: 630px;
    top: 23%;
}

.room.urban:before {
	display: none;
}

.room.left:before {
    right: 0;
	left: auto;
}

.room .navigation_swiper_suites {
	left: auto;
	right: 50px;
}

.room.urban .navigation_swiper_suites {
    left: 110px;
    right: auto;
}

.room.urban.right .navigation_swiper_suites {
	left: auto;
    right: 80px;
}

.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;
}

.page_text .room_view_text h1 {
	padding-left: 45px;
}

.room_view_text .rooms_description {
    text-align: left;
    padding: 0px;
    padding-left: 50px;
    margin-top: 0px;
}

.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;
}

p.title {
	font-size: 25px;
    line-height: normal;
    color: #111;
    display: block;
    letter-spacing: 3px;
    margin-bottom: 30px;
    width: 100%;
	text-align: center;
}

.room_details {
    width: 100%;
    height: auto;
	position: relative;
	z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
	margin-top: 250px;
    text-align: center;
}

.page_text .room_details h1 {
	text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 62px;
    line-height: 75px;
    color: #000;
    display: block;
    text-align: center;
    margin-bottom: 30px;
}

.room_description {
	margin: 0 65px 30px 65px;
}

.page_text.urban .room_details h1 {
    font-family: 'CenturyGothicBold';
}

.room_list ul {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    border: 1px solid #000;
    padding: 60px 140px 180px 140px;
    margin: 0 65px;
	position: relative;
}

.room_list ul li {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 0;
}

.room_list ul li:before {
	display: none;
}

.room_list ul li img {
	width: 52px;
	margin-bottom: 20px;
}

.room_list ul li img.guests {
    width: 44px;
}

.room_list ul li img.bath {
    width: 48px;
}

.room_list ul li img.bed {
    width: 60px;
}

.room_list ul li img.balcony {
    width: 65px;
}

.room_list ul li img.living_room {
    width: 72px;
}

.room_list .room_image {
	position: relative;
}

.room_list .room_image img {
	padding: 0 185px;
    margin-top: -130px;
	position: relative;
	z-index: 1;
}

.room_list .room_image:after {
    content: '';
    position: absolute;
    right: -20%;
    background: #E9E7DF;
    width: 50%;
    height: 100%;
    bottom: 0;
    z-index: -1;
}

.room_list .booking_room .booking_form {
    margin: 0px;
    background: transparent;
    padding: 0;
    margin-left: -30px;
    width: calc(100% + 60px);
}

.room_list .booking_wrap.booking_room {
    margin-top: 100px;
}

.room_list .booking_room .book_submit {
	width: calc(100% - 30px);
    margin-left: 30px;
}

.room_list .booking_room .book_submit button {
    color: #000;
    font-size: 18px;
    border: 1px solid #000;
    padding: 26px 19px;
}

.room_list .booking_room .booking_left {
    background: #fff;
}

.room_bg {
	background: #E9E7DF;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 43%;
    left: 0;
    z-index: -1;
}

.room_image_right {
	margin-left: 70px;
}

.page_text.urban .home_rooms h2 {
	font-family: 'CenturyGothicBold';
}

.page_text.other_rooms.urban h2 {
    font-family: 'CenturyGothicBold';
}

.urban .home_rooms_text:before, .urban .home_rooms.right .home_rooms_text.inside:before {
	background: #D6DCE9;
}

.urban .room_bg {
	background: #D6DCE9;
}

.urban .room_list .room_image:after {
	background: #D6DCE9;
}

.room_shadow {
    height: 500px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(180deg, rgb(105 105 105 / 80%) 5%, rgb(233 233 233 / 80%) 55%, rgb(255 255 255 / 85%) 80%);
    z-index: -1;
    opacity: 1;
    transition: all 1s ease-in-out;
}

/* .other_rooms ul li:last-child {
	border-left: 1px solid #000;
} */

.other_rooms .sep {
	border-right: 1px solid #000;
    top: 10px;
    position: relative;
}

.other_rooms ul li img {
	width: 43px;
}

.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;
}

.features_list {
    z-index: 1;
    position: absolute;
    overflow: hidden;
    background: #FAF8F5;
    padding: 55px 50px 5px 50px;
    left: -200px;
    margin-top: 150px;
}

.features_bg {
    background: #EAE6DE;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 82%;
    left: 0;
}

.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{
    position: relative;
    display: flex;
    padding-bottom: 50px;
    padding-top: 50px;
}

.room.urban .room_info {
    padding: 50px;
    border: 1px solid #000;
    margin: 0 130px 0 80px;
}

.room.urban.right .room_info {
    margin: 0 0px 0 100px;
}

.room.left .room_info p {
    margin-left: -155px;
}

.room.left .room_info ul {
	margin-left: -155px;
}

.room_info:before {
    content: '';
    position: absolute;
    border: 1px solid #000;
    left: 100px;
    width: 100%;
    height: 135%;
    top: 0;
}

.room.urban .room_info:before {
    border: none;
    background: #D6DCE9;
    left: -30%;
    z-index: -1;
    top: 33%;
    width: 138%;
    height: 630px;
}

.room.urban.right .room_info:before {
    left: auto;
    right: -30%;
}

.room.left .room_info:before {
    left: auto;
    right: 100px;
}

.room_info p{
    margin-left: -30px;
    width: calc(100% - 15px);
}

.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_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: 15px;
    margin-bottom: 40px;
    border: 1px solid #000;
    padding: 40px;
    position: relative;
    overflow: hidden;
    transition: transform 1s ease;
}

.offer_box:hover {
    transform: scale(1.025);
}

.page_text .offer_box h2 {
	font-size: 32px;
    font-family: 'CenturyGothicBold';
    margin-bottom: 25px;
}

.offer:nth-child(3n+3) {
	clear: both;
}

.page_text .offer_box p.price {
    margin-top: 20px;
    font-weight: 600;
}

.offer_box .button {
    margin-top: 12px;
	background-image: url('../img/layout/arrow_button_beige.svg');
}

.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%; }
.gallery { margin-bottom:30px;}
.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;
}


/* LOCATION PAGE
================================================== */

#map, #map2, #map3 {
    width: 100%;
    height: 100%;
    min-height: 750px;
}

.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_page {
	background: #000;
}

.contact_intro {
	margin-top: 120px;
	background-color: #EBEAE6;
	margin-left: 8.33%;
}

.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 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.page_text .contact_left h2 {
	font-size: 47px;
    line-height: 60px;
    font-weight: 250;
}

.container-fluid.no-padding.contact_info {
	padding-left: 40px;
    padding-right: 40px;
}

.contact_luxury {
	position: relative;
	margin-right: 50px;
	/* background: #E9E7DF; */
}

.contact_urban {
	/* background: #D6DCE9; */
	position: relative;
	margin-left: 50px;
}

.contact_urban .soon {
	font-size: 19px;
    width: 120px;
    display: flex;
    position: absolute;
    height: 100px;
    justify-content: center;
    align-items: center;
    background: #000;
    text-align: center;
    top: 0;
    margin-left: 10%;
    line-height: normal;
    color: #fff;
    font-weight: 600;
}

.contact_luxury:before {
	content: '';
	left: -10%;
	height: 60%;
	width: 100%;
	position: absolute;
	border: 1px solid #000;
}

.contact_urban:before {
	content: '';
	right: -10%;
	height: 60%;
	width: 100%;
	position: absolute;
	border: 1px solid #000;
}

.contact_info {
    position: relative;
    z-index: 1;
}

.contact_urban .contact_info {
	float: right;
    text-align: right;
}

.contact_info p a {
    font-size: 38px;
	display: block;
    line-height: 40px;
    font-weight: 250;
	margin-bottom: 10px;
    color: #000;
	width: fit-content;
	border-bottom: 1px solid #000;
	padding-bottom: 0px;
    transition: all 0.3s ease-in-out;
}

.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;
}

.contact_info_bottom {
	flex: 1;
    display: flex;
    flex-direction: column;
}

.page_text .contact_info_bottom h4 {
	padding-bottom: 10px;
	border-bottom: 1px solid #fff;
	color: #fff;
	margin-bottom: 15px;
}

.contact_info_bottom #tabs {
	margin-bottom: 0;
	display: flex;
  	flex-direction: column;
  	flex: 1;
}

.contact_info_bottom .subtab {
    padding: 45px 140px 45px 19.5%;
	flex: 1;
}

.contact_info_bottom .subtab {
	background-color: #000;
}

.contact_info_bottom .subtab.inactive {
	background-color: #F2EFED;
}

.page_text .contact_info_bottom .subtab.inactive h4 {
    border-bottom: 1px solid #000;
	color: #000;
}

.page_text .contact_info_bottom ul.half {
	display: inline-block;
	width: 49%;
}

.page_text .contact_info_bottom #tabs li {
	display: block;
    padding: 5px 0;
    font-size: 18px;
    border: none;
    letter-spacing: 0;
    font-weight: 100;
	color: #fff;
}

.page_text .contact_info_bottom #tabs li.first {
	display: flex;
	gap: 20px;
}

.page_text .contact_info_bottom #tabs li a, .page_text .contact_info_bottom #tabs li span {
	color: #fff;
}

.page_text .contact_info_bottom #tabs .subtab.inactive li {
	color: #000;
	font-weight: 250;
}

.page_text .contact_info_bottom #tabs .subtab.inactive li a, .page_text .contact_info_bottom #tabs .subtab.inactive li span {
	color: #000;
}

.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 .grey_bg {
    background: #f2efed;
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
}

.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{
    background: #fff;
    margin-left: 70px;
    position: relative;
    z-index: 1;
}
.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% 45px 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% 45px 3%;
    padding: 0;
    width: 94%;
}

.contactform div.submit{
    width: 100%;
}

.contactform div.input label {
    color: #666;
    font-size: 15px;
    margin-bottom: 12px;
}

.page_text.form_contact h1 {
	text-align: center;
    width: fit-content;
    margin: 0 auto 110px auto;
    padding: 35px 50px 0 50px;
    position: relative;
}

.contactform input[type="text"], .contactform textarea {
    width: 100%;
    padding: 12px 0px;
    margin: 0px;
    font-size: 15px;
    background: transparent;
    color: #000;
    transition: all 0.4s ease;
    text-align: left;
    float: left;
    font-weight: 300;
    border: 0px none;
    border-bottom: 1px solid #222;
}

.contactform input[type="text"]::placeholder, .contactform textarea::placeholder {
	color: #666;
	font-weight: 400;
}

.contactform textarea {	
    width: 100%;
    height: 120px;
    padding: 15px;
    border: 1px solid #222;
}

.contactform input[type="text"]:focus, .contactform input[type="text"]:hover {
    outline: none;
    background: none;
    border-bottom: 1px solid #000;
}

.contactform textarea:focus, .contactform textarea:hover {
	outline: none;
	background: none; 
	border-bottom:1px solid #000;
}

.contactform div.submit input{
    background-color: transparent;
    border: none;
    float: right;
    margin-top: 0;
	margin-right: 3%;
}

.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 {
    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;
}

.info-window-content p.balloon-first{
    font-size: 21px;
    margin: 0 0 10px 0;
    color: #000;
    font-weight: 400;
    border-bottom: 1px solid #000;
}
.info-window-content p.balloon-second{
    font-size: 15px;
    text-decoration: none;
    margin: 0px 0 5px 0;
    font-weight: 300;
    color: #000;
    line-height: 23px;
}
.info-window-content p span{font-size: 16px;}
.info-window-content p span.balloon-envelope{margin-top: -5px;}

/* FLASH MESSAGES
================================================== */
.hello-bar {
    position: absolute;
    top: 0;
    left: 0;
    color: #000;
    font-size: 18px;
    text-align: center;
    background: #f2efed;
    width: 100%;
    z-index: 2000;
    zoom: 1;
    padding: 30px 0;
    font-weight: 500;
}

.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: #000 none repeat scroll 0 0;
    border-radius: 5px;
    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;
    border: 1px solid #fff;
}




/* MEDIA QUERIES
================================================== */

@media only screen and (min-width: 2200px) {
	.home_header_content.urban h1 {
		max-width: 80%;
	}
}

@media only screen and (max-width: 1775px) {
	.page_text .hotel_info h1:before {
		width: 300px;
		height: 300px;
		top: -100px;
		left: -45px;
	}

    .other_rooms .home_rooms .number:after {
        width: 52%;
    }

    .page_text .facilities_title h2 {
        font-size: 75px;
    }

    .category_intro h3 {
        width: 31%;
    }

    .category_intro.opal-lake-suites h2 {
        font-size: 70px;
    }

    .page_text .room_text h2 {
        margin-bottom: 40px;
    }

    .page_text .room_text ul.first {
        margin: 0px 0 10px 0px;
    }

    .home_rooms.inner .number:after {
        width: 59%;
    }

    .home_rooms.inner .number:after {
        width: 60%;
    }

    .room_text p {
        margin-top: 25px;
    }

    .page_text .room_text h2 {
        width: 82%;
    }

    .page_text .room_text ul li {
        padding-right: 28px;
        font-size: 20px;
    }

    .contact_info_bottom .subtab {
        padding: 45px 70px 45px 19.5%;
    }

	.no_banner h1 {
		font-size: 62px;
		line-height: 70px;
	}

	.choose_stay.right:after {
		right: -29%;
		width: 30%;
		top: 18px;
	}

	.choose_stay.left:after {
		left: -29%;
		width: 30%;
		top: 18px;
	}

	.hotel_info p {
		padding-right: 0px;
	}

    .location_left p {
        padding-top: 40px;
	}
}

@media only screen and (max-width: 1650px) {
	.hours_info {
		margin-top: 30px;
	}

    .other_rooms .home_rooms .number:after {
        width: 47%;
    }

    .book_inner .book_info.book_info_date {
        width: 42%;
    }   

    .book_inner .book_info {
        width: 30%;
    }

    .book_inner .book_submit {
        width: 28%;
    }

    .page_text .facilities_title h2 {
        font-size: 68px;
    }

    .category_intro.opal-lake-suites {
        padding: 75px 5%;
    }

    .page_text .facilities_title h2 span {
        font-size: 135px;
    }

    .page_text h2.info {
        font-size: 75px;
        line-height: 75px;
    }

    .category_facilities ul li {
        padding: 20px 20% 20px 0px;
    }

    .room_text p {
        margin-top: 25px;
        margin-bottom: 30px;
    }

    .page_text .room_text h2 {
        font-size: 64px;
        line-height: 70px;
    }

    .home_rooms .number {
        font-size: 150px;
        line-height: 130px;
    }

    .page_text .contact_info_bottom #tabs li.first {
        gap: 10px;
    }

    .page_right_img {
        margin-left: 100px;
    }

    .page_left_img:before {
        height: 125%;
    }

    .category_logo img.city-life-apartments {
        width: 190px;
    }

    .home_rooms.right .home_rooms_text {
        padding: 13% 20px 0px 0;
    }

    .home_rooms_text {
        padding: 13% 0px 0px 20px;
    }

    .page_text h1 {
        font-size: 90px;
        line-height: 100px;
        margin-bottom: 50px;
    }

    .page_text h2 {
        font-size: 70px;
        line-height: 80px;
        margin-bottom: 30px;
    }

    .footer_logos {
        gap: 40px;
    }

	.home_header_content {
		width: 65%;
	}

	.page_text .room.urban ul li {
        padding: 0 19px;
	}

	.room.urban .room_info {
		padding: 40px;
	}

	.room:before {
		height: 550px;
		top: 30%;
	}

	.room.left .room_info ul {
		margin-left: -120px;
	}

	.room.left .room_info p {
		margin-left: -120px;
		width: 100%;
	}

	.room_info_left {
		padding-left: 130px;
	}

	.room_info p {
		width: 105%;
	}

	.category_facilities {
		margin: 0px;
	}

	.book_info span {
		font-size: 18px;
	}

	.home_header_content.urban h1 {
		font-size: 80px;
		letter-spacing: 4px;
		line-height: 95px;
	}

	.hero_bg_left h2, .hero_bg_right h2 {
        font-size: 42px;
        line-height: 52px;
	}

	.hero_bg_right p {
		font-size: 20px;
		margin-top: 390px;
	}

	.choose_stay.left:before {
		width: 22%;
		left: -21%;
		top: 18px;
	}

	.choose_stay.right:after {
		right: -21%;
		width: 22%;
		top: 18px;
	}

	.book_info .plus img {
		margin-right: 0;
	}

	.book_info input {
        font-size: 17px;
	}

	.book_info select {
        font-size: 17px;
        background-size: 18px;
        padding-right: 15px;
	}

    .book_info {
        padding: 30px 25px;
    }

	.location_left .button {
		margin-left: 60px;
	}

    .location_left p {
        padding-top: 20px;
    }

	.responsive_menu ul li a {
		font-size: 23px;
		padding: 12px 0px 12px 0px;
	}

	.room_box_menu h4 {
		font-size: 16px;
	}

	.features_list {
		margin-top: 90px;
	}

	.room_view_text p.title {
		letter-spacing: 2px;
		margin-bottom: 30px;
	}

	.features_bg {
		height: 72%;
	}

	.room_view_text .rooms_description {
		padding-left: 5px;
	}

	.page_text .room_view_text h1 {
		padding-left: 0;
	}

	.room_view_text .rooms_description .room_view_intro p {
		padding-right: 110px;
	}

	.rooms_description {
		padding: 50px 15px;
	}

	.suite_category p {
		font-size: 60px;
	}	

	.rooms_wrapper .swiper-pagination {
		top: 15px;
	}

	.rooms_description ul li {
		font-size: 18px;
	}

	.sight_box:before {
		height: calc(80% - 160px);
	}

    .city-life-apartments .category_intro_left {
        width: 20%;
    }

	.view_suites_description:before {
		width: 80px;
	}
     
    .category_intro h3 {
        width: 40%;
        font-size: 36px;
    }

    .category_intro {
        padding: 0 10%;
    }

	.view_suites_description {
		padding-left: 80px;
	}

	.rooms_more {
		padding: 12px 22px;
	}

	.rooms_more.right {
		margin-left: 35px;
	}

	.page_text.rooms_swiper h1 {
		font-size: 62px;
		line-height: 65px;
	}

	.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 {
		margin: 0px 0px 0px 60px;
	}

	.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%;
	}

    .page_text #tabs li {
        padding: 0 15px;
    }

    .hero_bg_right img {
        width: 200px;
    }

    .hero_bg_right img.city_life {
        width: 170px;
    }

    .hero_bg_left img.opal {
        width: 90px;
    }

    .hero_bg_left h2, .hero_bg_right h2 {
        font-size: 37px;
        line-height: 47px;
    }

    .rooms.view .page_text .facilities_title h2 {
        margin-top: -260px;
    }

    .page_header .home_header_content.small.city-life-apartments img {
        width: 210px;
    }

    .page_header .home_header_content.small.opal-lake-suites img {
       width: 110px;
    }

    .other_rooms .home_rooms .number {
        font-size: 140px;
        line-height: 115px;
    }

    .dynamic_inner_text #book_now {
        margin-top: 25px;
    }

    .book_inner .booking_form {
        padding: 0 6%;
    }

    .booking_room.book_inner .book_info.book_info_date {
        width: 49%;
    }

    .booking_room.book_inner .book_info {
        width: 49%;
    }

    .page_header .home_header_content.small img {
        width: 260px;
    }

    .page_text .facilities_title h2 {
        font-size: 60px;
        margin-top: -285px;
    }

    .page_text .facilities_title h2 span {
        font-size: 125px;
    }

    .room_category #book_now {
        margin-left: 0px;
    }

    .city-life-apartments .category_intro_left {
        width: 18%;
        font-size: 250px;
    }

    .page_header .home_header_content.city-life-apartments img {
        width: 240px;
    }

    .facilities_title img {
        width: 150%;
        margin-top: -100%;
    }

    .category_intro.opal-lake-suites h2 {
        font-size: 65px;
    }

    .category_intro.opal-lake-suites {
        padding: 75px 2%;
    }

    .page_header .home_header_content.opal-lake-suites img {
        width: 120px;
    }

    .page_text h2.info {
        font-size: 70px;
        line-height: 70px;
    }

    .home_rooms .number {
        font-size: 135px;
        line-height: 115px;
    }

    .category_intro {
        padding: 0 10%;
    }

    .page_header .home_header_content img {
        width: 330px;
    }

    .contact_info_bottom .subtab {
        padding: 45px 20px 45px 19.5%;
    }

    .page_text .contact_info_bottom ul.half {
        margin-top: 5px;
    }   

    .page_text .contact_left h2 {
        font-size: 40px;
        line-height: 55px;
    }

    .page_text .dynamic_text ul li {
        font-size: 19px;
        padding: 5px 0;
    }

    .page_right_img {
        margin-left: 70px;
        width: 225px;
    }

    .dynamic_text h3 {
        font-size: 43px;
        line-height: 50px;
        margin-bottom: 10px;
    }

    .category_logo img.city-life-apartments {
        width: 160px;
    }

    .home_rooms_text {
        padding: 10% 0px 15px 20px;
    }

    .home_rooms .number:after {
        margin-left: 205px;
    }

    #tabs {
        margin-bottom: 10px;
    }

    .home_rooms.right .category_logo img {
        width: 85px;
    }

    .home_rooms.right .home_rooms_text {
        padding: 5% 20px 0px 0;
    }

    .location_left {
        padding-top: 50px;
    }

	.home_rooms_text.inside {
		padding: 40px 60px 40px 80px;
	}

	.home_rooms.right .home_rooms_text.inside {
		padding: 40px 60px 40px 70px;
	}	

	.room.urban .room_info {
		margin: 0 100px 0 0px;
	}

	.urban_graphic {
		width: 100px;
	}

	.room.urban.right .room_info {
		margin: 0 -100px 0 100px;
	}

	.room.urban .navigation_swiper_suites {
		left: 90px;
	}

	.room.urban.right .navigation_swiper_suites {
		right: 50px;
	}

	.room.urban.right .room_info p {
		width: 90%;
	}

	.stay_graphic {
		width: 100px;
	}

	.room.urban .room_info:before {
		top: 37%;
		height: 500px;
	}

	.room.urban .room_info p {
		width: 62%;
		margin-top: 80px;
	}

	.room {
		margin: 0px;
		padding: 20px 0 80px 0;
	}

    .category_facilities ul li {
        padding: 20px 12% 20px 0px;
        font-size: 22px;
    }

    .booking_room .book_submit {
        width: 100%;
        margin: 25px 0;
    }

    .booking_room .booking_form {
        flex-wrap: wrap;
    }

    .page_text .facilities_title h1 {
        font-size: 95px;
    }

    .page_text .facilities_title h1:before {
        left: 55px;
    }

    .page_text .facilities_title h1:after {
        right: 35px;
    }

    .category_facilities {
        padding-right: 200px;
        padding-top: 30px;
        padding-bottom: 35px;
    }

    .booking_room .book_info.first {
        width: 30%;
    }

    .booking_room .book_info {
        width: 35%;
    }

    .booking_room .book_info.book_info_numbers {
        border-right: none;
    }

    .booking_room .book_info.book_info_date {
        width: 35%;
    }

	.category_facilities:before {
		height: 175%;
	}

	.contact_urban .soon {
		font-size: 18px;
		width: 110px;
		height: 95px;
	}

	.contact_luxury {
		margin-right: 20px;
	}

    .contact_info p a {
        font-size: 35px;
    }

	.contact_urban {
		margin-left: 20px;
	}

	.page_text .page_title h1 {
        font-size: 75px;
	}

	.home_header_content.urban h1 {
        font-size: 75px;
        letter-spacing: 3px;
        line-height: 90px;
        padding-right: 60px;
    }

	.home_header_content.urban p {
		width: 60%;
		margin-top: -60px;
	}

	.home_header_content h1 {
        font-size: 70px;
        line-height: 80px;
	}

	.home_header_content {
		width: 70%;
	}

	.home_header_title p {
		padding: 0 35px;
	}

	.choose_stay.right:after {
        right: -21%;
        width: 22%;
        top: 17.5px;
    }

	.choose_stay.left:after {
        left: -21%;
        width: 22%;
        top: 17.5px;
    }

	.home_header_title h1 {
		font-size: 40px;
	}

	.home_header_title p {
		font-size: 32px;
	}

	.location_img {
        padding-left: 70px;
	}

	.location_left .button {
        margin-left: 40px;
    }

	.location_left p {
        padding-top: 0px;
    }

	#header.fixed #lang_info {
		margin-left: 30px;
	}

	#header.fixed #lang_info a {
		font-size: 16px;
	}

    .location_section .button {
        padding: 40px 35px 40px 0;
    }

	.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;
	}

	.booking_form .col-lg-9 {
		width: 100%;
	}

	.booking_form .col-lg-3 {
		width: 100%;
	}

	.features_img {
		padding-right: 0px;
	}

	.page_text #other_rooms h4 {
		margin-top: 20px;
		font-size: 21px;
	}

	.room_view_text {
		padding-right: 15px;
	}

	.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;
    }

    .book_info.book_info_date {
        width: 34%;
    }

    .book_submit {
        width: 18%;
    }

    .book_info .divider {
        margin: 0 20px;
    }

	.room_view_text p.title:before {
		width: 70px;
		top: 15px;
	}

	.rooms_description .room_size p {
		font-size: 20px;
	}

	.rooms_wrapper {
		margin: 30px 0 80px 0;
	}

	.room_size img {
		width: 45px;
	}

	.rooms_description p {
		font-size: 16px;
		line-height: 27px;
	}

	.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;
	}

	.view_suites_description {
        padding-left: 60px;
    }

	.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;
	}

	.page_text h2 {
        font-size: 62px;
        line-height: 72px;
	}

    .swiper-rooms-inner .navigation_swiper_suites {
        top: 60px;
        left: 15px;
    }

    .page_text .room_text ul.first li {
        font-size: 24px;
    }

    .room_text {
        padding-left: 0px;
    }

    .slides_counter {
        left: 15px;
    }

	.footer_menu {
        gap: 50px;
	}

    .footer_left {
        gap: 30px;
    }

    .footer_left, .footer_menu {
        margin-bottom: 70px;
    }

    .footer_graphic {
        height: 210px;
    }

	.facilities_home p {
		width: 65%;
	}

	.facilities_home img.nava_logo {
		width: 130px;
		margin: 0 50px 0 50px;
	}

	.ioannina_right .button {
        margin-top: 15px;
    }

	.image-container-inner.ioannina {
		margin: 80px 90px 0 10px;
	}

	.room_category_title {
		margin-left: 15px;
	}

	.copyright_wrapper li {
		padding: 0px 15px;
	}

	.footer_box p {
		font-size: 17px;
	}

	.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;
    }

	.responsive_menu .contact_menu p {
		font-size: 16px;
		line-height: 27px;
	}

	.tab button {
		font-size: 32px;
		line-height: 42px;
		margin-bottom: 25px;
	}

	.banner_menu {
		padding-right: 50px;
	}

	.room_box {
		margin: 30px 0px;
	}

	.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 {
		padding: 0 5px;
		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: calc(49% - 50px);
		margin-right: 50px;
	}

	.room_facilities {
        margin: 0px 0px 0px 30px;
    }

	.room_links .book_link, .room_links .enquire_link {
		font-size: 19px;
	}

	.room_facilities ul li {
		width: calc(49% - 50px);
		margin-right: 50px;
	}

	.page_text .features_list h1 {
		font-size: 45px;
		line-height: 50px;
		margin-bottom: 30px;
	}

	.features_list {
        margin-top: 65px;
        padding: 50px 60px 10px 60px;
    }

	.no_banner {
		height: 90vh;
	}

	.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;
	}

	.page_text .room_details h1 {
		font-size: 57px;
		line-height: 70px;
	}

	.ioannina h2 {
		margin-top: 12%;
		right: 0%;
		font-size: 52px;
		line-height: 60px;
	}

	.page_text .home_right_text h1 span {
		font-size: 60px;
		margin-bottom: 40px;
	}

	.room_list .booking_room .booking_form {
		margin-left: -60px;
		width: calc(100% + 120px);
	}

	.room_list .booking_wrap.booking_room {
		margin-top: 70px;
	}

	.room_list .room_image img {
		padding: 0 135px;
	}

	.room_list ul li img {
		width: 48px;
	}

	.room_list ul li img.bath {
		width: 45px;
	}

	.room_list ul {
		padding: 60px 70px 180px 70px;
	}

	.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;
	}

	.contact_details ul li span.sec {
		text-align: left;
	}

    .page_text .room_text h2 {
        font-size: 60px;
        line-height: 65px;
        width: 100%;
        text-align: left;
    }

    .rooms.posts .home_rooms.right .room_category #book_now {
        right: auto;
        position: relative;
    }

    .room_categ_page .room_category #book_now {
        position: relative;
        margin-bottom: 15px;
    }

	.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_logos {
        gap: 30px;
    }

	.footer_box.left {
		margin-left: 60px;
	}

	.footer_box table td a {
		margin-left: 15px;
	}

	.copyright_wrapper li a {
		font-size: 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 p.phone a {
		font-size: 19px;
	}

	.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;
	}

	.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: 80px;
        line-height: 90px;
	}
	
	.about_right {
		padding: 70px 0px 0px 75px;
	}

	.page_text.about_section h1:before {
		height: 500px;
	}

	.about_section .grey_bg {
		height: 67%;
	}

	.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%;
	}

    .page_left_img:before {
        height: 130%;
    }
    
    .home_rooms.right .room_category #book_now {
        margin-right: 15px;
    }

}

@media only screen and (min-width:1200px) 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%;
	}

    .page_header .home_header_content.small.city-life-apartments img {
        width: 200px;
    }

    .other_rooms .home_rooms .number {
        font-size: 120px;
        line-height: 105px;
    }

    .rooms.view .dynamic_inner_text {
        position: relative;
    }

    .page_text .dynamic_text ul.first li {
        font-size: 23px;
    }

    .dynamic_inner_text #book_now {
        margin-top: 15px;
    }

    .page_text .dynamic_text ul.first {
        padding-bottom: 10px;
        margin: 10px 0 6px 0px;
    }

    .page_text .facilities_title h2 {
        margin-top: -285px;
        width: 310%;
        margin-left: -255%;
    }

    .page_text .facilities_title h2 span {
        font-size: 110px;
    }

    .category_intro.city-life-apartments {
        padding: 0 0%;
    }

    .page_header .home_header_content.city-life-apartments img {
        width: 220px;
    }

    .facilities_title img {
        right: 70px;
    }

    .category_intro.opal-lake-suites h2 {
        width: 45%;
    }

    .category_intro.opal-lake-suites {
        padding: 60px 0%;
    }

    .page_text .room_text ul li {
        padding-right: 15px;
        font-size: 19px;
        letter-spacing: 0;
    }

    .page_text .room_text h2 {
        font-size: 50px;
        line-height: 60px;
    }

    .rooms.posts .home_rooms .number {
        font-size: 125px;
        line-height: 115px;
    }

    .booking_room .book_info.first {
        width: 32%;
    }

    .booking_room .book_info.book_info_date {
        width: 38%;
    }

    .booking_room .book_info {
        width: 30%;
    }

    .page_header .home_header_content img {
        width: 290px;
    }

    .page_text .dynamic_text ul {
        gap: 3px 15px;
    }

    .page_right_img:before {
        left: -20px;
        width: calc(100% + 20px);
        height: calc(100% + 60px);
    }

    .dynamic_text {
        padding-left: 0;
    }

    .page_right_img {
        margin-left: 40px;
        width: 185px;
        margin-bottom: 100px;
    }

    #logo {
        background-size: 245px;
    }

    #logo a, #logo_mob a {
        width: 240px;
        height: 70px;
    }

    .home_rooms.right .category_logo img {
        width: 75px;
    }

    .home_rooms.right .home_rooms_text {
        padding: 30px 0px 35px 0;
    }

    .home_rooms.right .room_category #book_now {
        margin-right: 0px;
    }

    .home_rooms.right .category_logo {
        padding-right: 40px;
    }

    .book_submit {
        width: 100%;
        margin: 30px 0 35px 0;
    }

    .book_info {
        width: 31%;
        padding: 20px 25px;
    }

    .book_info.book_info_date {
        width: 38%;
    }

    .book_info.book_info_numbers {
        border-right: none;
    }

    .book_info.first {
        width: 31%;
    }

    .booking_form {
        flex-wrap: wrap;
    }

	.room_description {
		margin: 0 0px 30px 0px;
	}

	.page_text .home_rooms_text ul li {
		padding: 5px 0;
	}

	.page_text .room.urban h2 {
		font-size: 42px;
		letter-spacing: 1px;
	}

	.room.urban .room_info:before {
        height: 420px;
    }

	.room.urban.right .swiper-posts-rooms {
		margin-top: -80px;
	}

	.room.urban.right .room_info p {
        width: 100%;
    }

	.page_text .room.urban ul li {
        padding: 0 16px;
    }

	.room.urban .room_info p {
        width: 67%;
        margin-top: 50px;
    }

	.room.urban .room_info {
        padding: 30px;
    }

	.urban_graphic {
        width: 90px;
    }

	.stay_graphic {
		top: 40px;
	}

	.room .navigation_swiper_suites {
		right: 35px;
	}

	.room.left .room_info p {
        margin-left: -90px;
	}

	.room.left .room_info ul {
        margin-left: -90px;
    }

	.page_text .room ul li {
		padding: 0 25px;
		font-size: 25px;
	}

	.room_info_left {
        padding-left: 115px;
    }

	.room:before {
        height: 440px;
        top: 31%;
    }

	.page_text .room ul {
		margin-top: 70px;
		margin-left: 0px;
	}

	.room_info p {
		margin-left: 0;
	}

	.room_info {
		padding-bottom: 40px;
		padding-top: 40px;
	}

	.page_text.form_contact h1 {
		margin: 0 auto 80px auto;
		padding: 0px 50px 0 50px;
	}

	.offer_box {
		padding: 30px 25px
	}

	.offer_box .button {
		font-size: 18px;
		letter-spacing: 2px;
		padding: 15px 35px 15px 0px;
	}

	.page_text .offer_box h2 {
		font-size: 30px;
	}

	.page_text .page_title h1 {
        font-size: 60px;
	}

	.home_header_content.urban h1 {
        font-size: 72px;
        line-height: 88px;
    }

	.home_header_content {
        width: 75%;
    }

    .page_text h2.info {
        font-size: 65px;
        line-height: 65px;
    }

    .category_facilities {
        padding-right: 150px;
    }

    .page_text .your_info_list ul li {
        gap: 70px;
    }

	.home_header_title p {
        font-size: 29px;
        padding: 0 25px;
    }

    .page_text .facilities_title h1:after {
        right: 30px;
    }

    .page_text .facilities_title h1:before {
        left: 48px;
    }

    .page_text .facilities_title h1 {
        font-size: 85px;
    }

	.choose_stay.right:after {
        right: -21%;
        width: 23%;
        top: 16px;
    }

    .hero_bg_left img.opal {
        width: 80px;
    }

    .hero_bg_right img.city_life {
        width: 150px;
    }

	.choose_stay.left:after {
        left: -21%;
        width: 23%;
        top: 16px;
    }

    .hero_bg_right img {
        width: 180px;
    }

	.hero_bg_right p {
        font-size: 19px;
        margin-top: 380px;
    }

	.location_left .button {
        margin-left: 20px;
        font-size: 18px;
        margin-top: 25px;
    }

    .home_rooms .number {
        font-size: 160px;
        line-height: 135px;
    }

    .room_category #book_now {
        margin-left: 0px;
    }

    .footer_left {
        align-items: flex-start;
        gap: 30px;
        flex-direction: column;
    }

    .padd_prefooter h3 br {
        display: none;
    }

    .location_img {
        padding-left: 15px;
    }

    .location_left {
        padding-top: 30px;
        padding-bottom: 120px;
    }

    .category_logo {
        padding-left: 35px;
        padding-bottom: 25px;
    }

    .category_logo img {
        width: 200px;
    }

    .category_logo:before {
        top: -38px;
        height: calc(100% + 38px);
    }

	.open_menu img {
		width: 55px;
	}

	#lang_info {
		margin-left: 30px;
	}

	#lang_info a {
		font-size: 19px;
	}

	.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;
    }

    .dynamic_text h3 {
        font-size: 35px;
        line-height: 45px;
        margin-bottom: 0px;
    }	

    .page_text .dynamic_text ul {
        margin-top: 5px;
    }

    .page_text .contact_left h2 {
        font-size: 35px;
        line-height: 50px;
    }

    .contact_info p a {
        font-size: 32px;
    }

    .contact_form {
        margin-left: 40px;
    }

	.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;
	}

	.page_text .view_suites_description ul {
        margin: 15px 0px;
	}

	.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;
	}

	.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: 55px;
        line-height: 68px;
	}

	.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;
	}

	.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;
	}

	.contact_urban .soon {
        margin-left: 0%;
    }

	.contact_luxury:before {
		left: -8%;
	}

	.contact_urban:before {
		right: -8%;
	}

	.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;
	}

	.home_header_content h1 {
        font-size: 65px;
        line-height: 75px;
	}

    #map, #map2, #map3 {
        min-height: 740px;
    }

    .contact_info_bottom .subtab {
        padding: 30px 20px 30px 19.5%;
    }

    .page_text .contact_info_bottom ul.half {
        display: block;
        width: 100%;
    }

	.home_header_content p.title, p.title {
		margin-bottom: 15px;
	}

    .page_header {
        min-height: 850px;
    }

	.graphic_43 {
		width: 230px;
	}

	.page_text .about_text h2 {
		font-size: 52px;
		line-height: 65px;
	}

	.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: 100px;
        padding-bottom: 100px;
    }

	.page_text .location_left h2:before {
		top: -60px;
	}

	.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;
	}

	#tabs li a:hover {
		padding-left: 30px;
	}

	.ioannina h2 {
		margin-top: 16%;
		right: 0%;
		font-size: 47px;
		line-height: 55px;
	}

	.rooms_swiper {
        padding-top: 80px;
    }

	.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;
	}

	#wapp a {
		width: 85px;
	}

	.page_text .view_suites_description h2 {
        font-size: 21px;
        line-height: 28px;
    }

	#top_info {
		left: 80px;
		width: 60px;
		height: 60px;
	}

	#top_info img {
		width: 22px;
	}

	.room_list ul {
        padding: 50px 60px 150px 60px;
        margin: 0px;
    }

	.room_list .booking_room .booking_form {
        margin-left: -115px;
        width: calc(100% + 230px);
    }

	.page_text .room_details h1 {
        font-size: 52px;
        line-height: 62px;
    }

	.room_list .room_image img {
        padding: 0 60px;
        margin-top: -100px;
    }

	.services {
		margin-top: 20px;
	}

	.location {
		margin-top: 100px;
	}

	.slide_title h2 {
		font-size: 55px;
	}

	.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 {
        width: calc(49% - 30px);
        margin-right: 30px;
    }
	
	.features {
		margin-bottom: 60px;
	}

	.room_facilities .room_right_image img {
		width: 90%;
	}

	.features_list ul li {
        font-size: 16px;
        padding: 8px 0px;
	}

	.page_text .features_list h1 {
        font-size: 40px;
        line-height: 45px;
        margin-bottom: 20px;
    }

	.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;
	}

	.rooms_description p {
        font-size: 15px;
        line-height: 25px;
    }

	.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 a.footer_link {
        font-size: 17px;
        padding: 15px 35px 15px 75px;
    }

	.footer_logo img {
		max-width: 140px;
	}

	.footer_box.last {
		padding-left: 35px;
	}

    .footer_left, .footer_menu {
        margin-bottom: 40px;
    }

    .footer_menu {
        gap: 25px;
    }

	.footer_box_container.pd-130 {
		padding-left: 70px;
	}

	.copyright_wrapper li {
        padding: 0px 10px;
    }

	.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: 17px;
    }

	.footer_box.left {
        margin-left: 0px;
    }

	.newsletter-input {
        width: 100%;
    }

	.footer_box_container.pd-100 {
		padding-left: 60px;
	}

	.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;
	}

	img.footer_logo {
		max-width: 200px;
	}

	.gallery_box .gallery_text span {
		font-size: 24px;
		margin-bottom: 15px;
	}

	.page_text h1 {
        font-size: 70px;
        line-height: 80px;
        margin-bottom: 45px;
    }

    .about_right {
        padding: 30px 0px 0px 30px;
    }

	.tab button {
        margin-bottom: 20px;
    }

    .page_text #tabs li {
        font-size: 17px;
        padding: 0 15px;
    }

    .home_rooms_text {
        padding: 40px 0px 35px 0px;
    }

	.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;
	}

    .m-b-150 {
        margin-bottom: 110px !important;
    }

    .rooms.view .page_text .facilities_title h2 {
        margin-top: -200px;
    }

    .page_header .home_header_content.small.city-life-apartments img {
        width: 190px;
    }

    .page_header .home_header_content.small.opal-lake-suites img {
        width: 100px;
    }

    .other_rooms .navigation_swiper_suites {
        margin-top: 80px;
        padding-right: 0px;
    }

    .other_rooms .home_rooms .number {
        font-size: 115px;
        line-height: 100px;
    }

    .swiper-container.swiper-other-rooms {
        padding-left: 15px;
    }

    .page_text .dynamic_text ul.first li {
        font-size: 23px;
    }

    .page_header .home_header_content.small img {
        width: 240px;
    }

    .page_text .facilities_title h2 {
        font-size: 50px;
        margin-top: -230px;
    }

    .page_text .facilities_title h2 span {
        font-size: 100px;
    }

    .home_rooms.right .swiper-container.swiper-rooms {
        margin-right: 0px;
        width: 100%;
    }

    .city-life-apartments .category_intro_left {
        width: 15%;
        font-size: 220px;
    }

    .category_intro h3 {
        width: 32%;
        font-size: 32px;
    }

    .category_intro.city-life-apartments {
        padding: 0 0%;
    }

    .page_header .home_header_content.city-life-apartments img {
        width: 210px;
    }

    .facilities_title img {
        right: 30px;
    }

    .category_intro.opal-lake-suites h2 {
        font-size: 60px;
    }

    .page_header .home_header_content.opal-lake-suites img {
        width: 105px;
    }

    .page_text h2.info {
        font-size: 54px;
        line-height: 50px;
        padding-left: 15px;
    }

    .your_info_list {
        padding-right: 15px;
    }

    .page_text .facilities_title h1:after {
        right: 30px;
    }

    .page_text .facilities_title h1:before {
        left: 45px;
    }

    .page_text .facilities_title h1 {
        font-size: 80px;
        left: -15px;
    }

    .category_facilities ul li {
        padding: 15px 7% 15px 0px;
        gap: 30px;
    }

    .category_facilities {
        padding-right: 130px;
        padding-top: 0px;
        padding-bottom: 0px;
        padding-left: 15px;
    }

    .category_intro_left {
        font-size: 245px;
        margin-right: 10px;
    }

    .category_intro_right h3 {
        font-size: 65px;
        width: fit-content;
    }

    .booking_room .book_info.first {
        width: 32%;
    }

    .booking_room .book_info.book_info_date {
        width: 40%;
    }

    .booking_room .book_info {
        width: 28%;
    }

    .booking_room .book_info select {
        text-align: left;
    }

    .page_header .home_header_content img {
        width: 280px;
    }

    .page_text .contact_info_bottom ul.half {
        display: block;
        width: 100%;
    }

    .contact_info_bottom .subtab {
        padding: 30px 25px 30px 30px;
    }

    .dynamic_intro {
        padding-left: 30px;
        padding-right: 30px;
    }

    .page_title {
        margin-top: 220px;
        margin-bottom: 70px;
        padding-left: 15px;
    }

    #header.fixed {
        padding: 10px 15px;
    }

    #header {
        padding: 40px 15px;
    }

    .page_text #tabs li {
        font-size: 17px;
        padding: 0 13px;
    }

    .home_rooms_text {
        padding: 40px 0px 35px 0px;
    }

    .category_logo img.city-life-apartments {
        width: 155px;
    }

    .home_rooms.right {
        margin-left: 15px;
        margin-right: 15px;
    }

    .home_rooms .number {
        font-size: 160px;
        line-height: 140px;
        margin-left: 20px;
    }

    .category_logo {
        padding-left: 30px;
        padding-bottom: 25px;
    }

    .category_logo img {
        width: 175px;
    }

    .book_submit {
        width: 100%;
        margin: 30px 0 35px 0;
    }

    .book_info {
        width: 30%;
        padding: 20px 25px;
    }

    .book_info.book_info_date {
        width: 39%;
    }

    .book_info.book_info_numbers {
        border-right: none;
    }

    .book_info.first {
        width: 31%;
    }

    .booking_form {
        flex-wrap: wrap;
    }

    #scrollUp {
        bottom: 55px;
        right: 15px;
    }

    .padd_prefooter {
        padding-top: 70px;
        padding-left: 30px !important;
        padding-right: 30px !important;
    }

	.room_description {
		margin: 0 15px 30px 15px;
	}

	.home_header_content.urban p {
        margin-top: 0;
    }

	.page_text .home_rooms_text ul li {
		padding: 5px 0;
	}

	.room_list ul {
        padding: 50px 40px 140px 40px;
        margin: 0px 15px;
    }

	.page_text .room_details h1 {
        font-size: 48px;
        line-height: 58px;
    }

	.home_rooms.right .home_rooms_text.inside {
        padding: 30px 30px 30px 50px;
    }

	.home_rooms_text.inside {
        padding: 30px 30px 30px 35px;
    }

	.page_text .room.urban ul li {
        padding: 0 15px;
    }

	.page_text .room.urban h2 {
		font-size: 42px;
		letter-spacing: 1px;
	}

	.room.urban .room_info p {
        width: 100%;
        margin-top: 30px;
    }

	.room.urban.right .swiper-posts-rooms {
		margin-left: 0px;
	}

	.room.urban.right .room_info p {
        width: 100%;
    }

	.room.urban.right .room_info {
        margin: 0 0px 0 0px;
    }

	.page_text .room.urban.right ul {
		margin-left: 0px;
		float: left;
	}

	.page_text .room.urban.right ul li:first-child {
		padding-left: 0;
	}

	.category_facilities.urban {
		margin-bottom: 0px;
	}

	.room.urban .room_info {
        margin: 0px;
        padding-bottom: 100px;
    }

	.page_text .room.urban ul {
		float: right;
	}

	.page_text .room.urban ul li:last-child {
		padding-right: 0;
	}

	.room.urban .swiper-posts-rooms {
		margin-top: -70px;
	}

	.stay_graphic, .urban_graphic {
		display: none;
	}

	.category_facilities:before {
		left: -28%;
	}

	.room.left .room_info:before {
		right: 50px;
	}

	.room.left .room_info ul {
        margin-left: -80px;
    }

	.room.left .room_info p {
        margin-left: -80px;
	}

	.room .navigation_swiper_suites {
		right: 35px;
	}

	.room_info {
		padding-bottom: 40px;
		padding-top: 40px;
	}
	

	.room:before {
        height: 430px;
	}

	.page_text .room ul li {
		padding: 0 25px;
		font-size: 25px;
	}

	.page_text .room ul {
		margin-top: 70px;
	}

	.room_info_left {
        padding-left: 70px;
    }

	.room_info:before {
		left: 50px;
	}

	.contact_luxury {
        margin-right: 10px;
    }

	.contact_urban {
        margin-left: 10px;
    }

	.contact_urban .soon {
        margin-left: 4%;
        font-size: 17px;
        width: 100px;
        height: 85px;
    }

	.contact_urban:before {
		right: -4%;
	}

	.contact_luxury:before {
		left: -4%;
	}

	.offer_box .button {
        font-size: 18px;
        letter-spacing: 2px;
        margin-top: 5px;
	}

	.offer_box {
		margin-bottom: 30px;
		padding: 30px;
	}

	.page_text .offer_box h2 {
		font-size: 28px;
	}

	.page_text .page_title h1 {
        font-size: 45px;
    }
	
	.home_header_content.urban h1 {
        font-size: 65px;
        letter-spacing: 2px;
        line-height: 85px;
    }

	.home_header_content.urban {
		width: 80%;
	}

	.home_header_content p.title, p.title {
		font-size: 24px;
		margin-bottom: 20px;
	}

	.home_header_content {
		width: 95%;
    }

	.hero_bg_right p {
        font-size: 18px;
        margin-top: 370px;
    }

    .hero_bg_left {
        padding-left: 15px;
    }

    .hero_bg_left img.opal {
        width: 75px;
    }

    .hero_bg_left h2, .hero_bg_right h2 {
        font-size: 34px;
        line-height: 44px;
    }

    .hero_bg_left img.arrow {
        right: 15px;
    }

    .hero_bg_right img.arrow, .hero_bg_left img.arrow {
        width: 37px;
        bottom: 37px;
        right: 15px;
    }

    .hero_bg_right img {
        left: 20px;
    }

    .home_header:before {
        width: calc(100% - 30px);
    }

    .hero_bg_right img.city_life {
        width: 150px;
    }

	.home_header_title p {
        font-size: 25px;
        padding: 0 15px;
    }

	.choose_stay.left:after {
        left: -21%;
        width: 22%;
        top: 16px;
    }

	.choose_stay.right:after {
        right: -21%;
        width: 22%;
        top: 16px;
    }

	.choose_stay img {
		width: 17px;
		height: 17px;
	}

	.home_header_title h1 {
        font-size: 37px;
        letter-spacing: 2px;
    }

	.page_text .location_left h2:before {
		top: -65px;
	}

    .home_rooms.left.inner .category_bg {
        width: 50%;
    }

    .page_text .room_text h2 {
        font-size: 50px;
        line-height: 60px;
    }

    .page_text .room_text ul.first li {
        font-size: 23px;
    }

    .home_rooms.inner .number:after {
        width: 58%;
    }

    .home_rooms .number {
        font-size: 120px;
        line-height: 110px;
        margin-left: 15px;
    }

	.location_left .button {
        margin-left: 20px;
    }

	#header:after {
		bottom: -40px;
	}

    .location_left {
        padding-top: 30px;
        padding-bottom: 95px;
        padding-left: 30px;
    }

    .location_img {
        padding-left: 15px;
    }

	.day-input {
        font-size: 60px;
        line-height: 50px;
        margin-right: 10px;
        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;
	}

	.room_view_text {
        padding-right: 15px;
        padding-left: 30px;
    }

	.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;
	}

	.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 {
        padding-left: 50px;
    }

	.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: 15px 0px;
        padding: 7px 0;
	}

	.page_text .hotel_info ul li {
		padding: 0 55px;
	}

	.zoom {
		font-size: 17px;
	}

	.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;
    }

	.page_text p.address {
		font-size: 22px;
		padding-top: 20px;
	}

	.diagram.right {
		padding-left: 40px;
		padding-top: 50px;
	}

	.banner_menu {
        padding-right: 40px;
    }

	.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: 20px;
        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;	
	}

	.page_text ul li {
		font-size: 19px;
		line-height: 28px;
	}

	.about_right {
        padding: 0px 15px 0px 25px;
    }

    .about_left {
        padding-left: 15px;
    }

	.page_text h1 {
        font-size: 68px;
        line-height: 78px;
        margin-bottom: 40px;
    }

	.about_section .grey_bg {
        height: 69%;
    }

	.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;
    }

	#lang_info {
		margin-left: 30px;
	}

	#lang_info a {
		font-size: 18px;
	}

	.room_facilities {
        margin: 0px 0px 0px 10px;
    }

	.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: calc(49% - 20px);
        margin-right: 20px;
        padding: 10px 0;
    }

	.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;
	}

	.features_list {
        margin-top: 65px;
        padding: 40px 45px 10px 45px;
	}

	.page_text .features_list h1 {
        font-size: 35px;
        line-height: 40px;
        margin-bottom: 20px;
    }

	.features_list ul li {
		padding: 8px 0px;
		font-size: 16px;
	}

	.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;
	}

	.home_rooms.right .home_rooms_text {
        padding: 40px 0px 40px 0;
    }

    .home_rooms.right .category_logo img {
        width: 75px;
    }

	.contact_details ul li.w-100 {
		margin-bottom: 30px;
	}

	.contact_info:before {
		height: 92%;
	}

	.contact_details ul li:before {
		width: 37px;
	}

	.dynamic_text {
        padding-left: 0;
	}

    .page_right_img {
        margin-left: 35px;
        width: 165px;
    }

    .page_text .dynamic_text ul {
        gap: 5px 15px;
    }

    .page_text .dynamic_text ul li {
        font-size: 18px;
    }

    .page_right_img:before {
        left: -20px;
        width: calc(100% + 20px);
        height: calc(100% + 50px);
    }

	.page_text .home_rooms.right h2 {
        padding-right: 60px;
	}

	.page_text h2 {
        font-size: 50px;
        line-height: 60px;
        margin-bottom: 25px;
    }

    .home_rooms.left {
        margin-right: 15px;
    }

    .swiper-container.swiper-rooms {
        margin-left: 30px;
        width: calc(100% - 30px);
    }

    .category_logo:before {
        top: -39px;
        height: calc(100% + 39px);
    }

    .room_category #book_now {
        margin-left: 0px;
    }

    .location_section .button {
        padding: 25px 35px 25px 0;
        font-size: 18px;
    }

    p {
        font-size: 17px;
        line-height: 30px;
    }

    .location_section .location_btn {
        padding-left: 15px;
        width: calc(37.333333% - 8.33333333% + 55px);
    }

    .home_rooms_text .button {
        font-size: 18px;
    }

    .home_rooms.last {
        margin-bottom: 0;
    }

	.home_rooms_text p {
		padding: 0px 0;
	}

	.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: 100px;
        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 {
		padding-left: 30px;
		padding-top: 80px;
    	padding-bottom: 20px;
	}

	.rooms_swiper:before {
		height: 48%;
	}

	.view_suites_description h2 {
		font-size: 30px;
		line-height: 40px;
	}

	.page_text .home_right_text p {
		padding-right: 15px;
	}

	.page_text ul li:before {
		width: 35px;
	}

	.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;
	}

	#header.fixed #top_info, #header.fixed #top_info_right {
		left: 45px;
	}

	.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_book {
		font-size: 17px;
		padding: 20px 25px;
		width: 150px;
	}

	.room_list .booking_room .book_submit button {
		font-size: 18px;
		padding: 24px 30px;
	}

	.room_list .booking_room .booking_form {
        margin-left: 30px;
        width: calc(100% - 60px);
    }

	.room_list .booking_wrap.booking_room {
        margin-top: 50px;
    }

	.room_list .room_image img {
        padding: 0 50px;
        margin-top: -90px;
    }

	.rooms_more {
        margin-top: 0px;
        padding: 10px 10px;
        letter-spacing: 3px;
    }

	.page_text .view_suites_description ul li {
        font-size: 18px;
	}

	.page_text .view_suites_description ul img {
		width: 45px;
	}

	.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;
	}

	.other_rooms .rooms_description h2 {
		line-height: 55px;
	}

	.rooms_wrapper {
        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 .contact_left h2 {
        font-size: 35px;
        line-height: 50px;
    }

    .contact_form {
        margin-left: 20px;
    }

	.page_text.form_contact h1 {
		margin: 0 auto 85px auto;
		padding: 0px 50px 0 50px;
	}

	.page_text.map_wrap h1 {
		margin-top: -230px;
	}

    .contact_info p a {
        font-size: 32px;
    }

	.contactform div.submit {
		float: right;
		width: 100%;
	}

	.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: 60px;
        line-height: 70px;
        margin-top: 30px;
	}
	.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%;
    }

	.footer_box p {
        font-size: 16px;
        line-height: 25px;
    }

    .copyright_wrapper {
        padding: 40px 0 25px 0;
    }

    .footer_left {
        align-items: flex-start;
        gap: 30px;
        flex-direction: column;
    }

	.footer_box a.find_us {
		font-size: 17px;
		padding: 0px 0 10px 0;
	}

	.padd_prefooter h3 br {
		display: none;
	}

	.footer_box.left {
        margin-left: 0px;
    }

	.footer_box p {
		padding: 2px 0;
	}

	.footer_box ul li a {
		padding: 2px 0;
	}

	.copyright_wrapper li {
		padding: 0 10px;
	}

	.footer_box p.address {
		margin-bottom: 15px;
	}
	
	.footer_logo img {
        max-width: 120px;
    }

	.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_left, .footer_menu {
        margin-bottom: 30px;
    }

	.footer_menu {
        flex-wrap: wrap;
        gap: 15px;
    }

    .footer_box {
        width: 48%;
    }

	.copyright_wrapper li {
        padding: 0 8px;
    }

	.footer_box p.phone a {
        font-size: 18px;
    }

	.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: 28px;
	}

	.footer_menu ul li a {
        font-size: 17px;
    }

	.footer_box table td {
        font-size: 17px;
        padding: 3px 0;
    }

	.tab button {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 20px;
    }

	.responsive_menu #book_now {
		right: 30px;
	}

	.menu_social {
		margin-top: 10px;
	}

	.open_menu {
		font-size: 15px;
	}

	#top_info {
		left: 115px;
	}

	#book_now {
		font-size: 18px;
	}

	#phone img {
		width: 23px;
	}

	.open_menu img {
		width: 55px;
	}

	.responsive_menu .extra_links {
		position: relative;
		top: 220px;
	}

	.responsive_menu #lang_info {
        left: 45px;
        top: 57px;
	}

    .collection_box .urbanist {
        width: 175px;
    }

    .collection_box h2 {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .responsive_menu:after {
        height: calc(100% - 140px);
    }

    .collection_box .opal {
        width: 75px;
    }

    .collection_box .city_life {
        width: 130px;
    }

	.room_box_menu.empty h4 {
		font-size: 14px;
		letter-spacing: 3px;
		padding: 12px 20px 12px 20px;
	}

	.close_menu {
        width: 40px;
        height: 40px;
        background-size: 40px;
        left: 15px;
	}

    .responsive_menu:before {
        width: calc(100% - 60px);
        left: -15px;
    }

	.responsive_menu .contact_menu p {
        font-size: 15px;
        line-height: 24px;
    }

	.responsive_menu .contact_menu h6 {
		font-size: 20px;
		padding-bottom: 12px;
	}

	.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;
	}

	.dynamic_text h3 {
        font-size: 35px;
        line-height: 40px;
        margin-bottom: 0;
    }

	.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;
	}

    .home_rooms.room_categ_page.last {
        margin-bottom: 0px;
    }

    .home_rooms {
        margin-bottom: 20px;
    }
}

@media (max-width:991px){
    .home_header_content h1 {
        font-size: 55px;
        line-height: 65px;
        margin-top: 30px;
    }

    .category_facilities_wrap.padd {
        padding-top: 0;
    }

    .home_header {
        display: none;
    }

    .home_header_mob {
        display: block;
    }

    .home_header:before, .home_header:after {
        display: none;
    }

    .hero_bg_left.first {
        align-items: center;
        justify-content: flex-end;
        height: 40vh;
        min-height: 345px;
        position: relative;
        text-align: center;
        padding: 0;
        width: 100%;
    }

    .banner_category_logo {
        background: #000;
        padding: 50px 0px;
        text-align: center;
        position: relative;
        overflow: hidden;
        width: 500px;
        margin: 0 auto;
    }

    .banner_category_logo:before {
        content: '';
        position: absolute;
        border-top: 1px solid #fff;
        top: 0;
        width: 500px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    .banner_category_logo img {
        width: 200px;
    }

    .banner_category_logo.city_life img {
        width: 140px;
    }

    .banner_category_logo.opal img {
        width: 70px;
    }

    .swiper-banner .swiper-slide {
        height: auto;
    }

    .banner_category_image {
        position: relative;
        height: 45vh;
    }

    .banner_category_image img {
        height: 100%;
        object-fit: cover;
    }

    .swiper-banner {
        background: #000;
    }

    .swiper-banner .suite-button-next {
        background-image: url(../img/layout/arrow_right_white.svg) !important;
        background-size: contain;
        background-repeat: no-repeat;
        width: 19px;
        height: 19px;
        cursor: pointer;
        position: absolute;
        right: -5px;
        top: 42%;
        z-index: 11;
    }

    .swiper-banner .suite-button-prev {
        background-image: url(../img/layout/arrow_left_white.svg) !important;
        background-size: contain;
        background-repeat: no-repeat;
        width: 19px;
        height: 19px;
        cursor: pointer;
        position: absolute;
        left: 0px;
        top: 42%;
        z-index: 11;
    }

    .hero_bg_left.first h2 {
        border-bottom: 1px solid #fff;
        padding-bottom: 50px;
        padding-left: 100px;
        padding-right: 100px;
    }

    .banner_category_image::before {
        content: '';
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.9) 1%, rgba(0, 0, 0, 0.4) 4%, rgba(0, 0, 0, 0.1) 8%);
        z-index: 2;
        opacity: 1;
        transition: all 0.8s ease-in-out;
    }

    .banner_category_image::after {
        content: '';
        height: 100%;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 1%, rgba(0, 0, 0, 0.4) 4%, rgba(0, 0, 0, 0.1) 8%);
        z-index: 2;
        opacity: 1;
        transition: all 0.8s ease-in-out;
    }

    .rooms.view .page_text .facilities_title h2 {
        margin-top: 0;
        width: 100%;
        margin-left: 0;
    }

    .page_header .home_header_content.small.city-life-apartments img {
        width: 180px;
    }

    .page_header .home_header_content.small.opal-lake-suites img {
        width: 90px;
    }

    .other_rooms .room_text {
        padding-right: 0px;
    }

    .other_rooms .home_rooms .number {
        font-size: 100px;
        line-height: 100px;
    }

    .other_rooms {
        padding-left: 15px !important;
        padding-right: 15px !important;
        padding-top: 30px !important;
    }

    .other_rooms .navigation_swiper_suites {
        display: none;
    }

    .other_rooms .navigation_swiper_suites.mob {
        display: flex;
        right: 0;
        left: auto;
        margin-top: 75px;
        padding-right: 0;
    }

    .other_rooms .room_text #book_now {
        right: 0px;
    }

    .other_rooms .home_rooms .number:after {
        width: 42%;
    }

    .page_text.other_rooms .room_text h2 {
        margin-bottom: 30px;
    }

    .other_rooms .swiper-slide {
        display: flex;
        flex-direction: column-reverse;
    }

    .rooms.view .flex_section {
        flex-direction: column;
    }

    .page_text .dynamic_text ul.first li {
        font-size: 22px;
    }

    .booking_room.book_inner .book_info.book_info_date {
        width: 100%;
    }

    .booking_room.book_inner .book_info {
        width: 100%;
    }

    .book_inner .booking_form {
        padding: 0%;
    }

    .page_header .home_header_content.small img {
        width: 230px;
    }

    .page_text .facilities_title h2 {
        font-size: 45px;
        margin-top: 20px;
        width: 100%;
        margin-left: 0;
        text-align: right;
        position: relative;
        margin-bottom: 0;
    }

    .page_text .facilities_title h2 span {
        font-size: 100px;
    }

    .home_rooms.left.room_categ_page {
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 30px;
    }

    .home_rooms.left .category_bg {
        height: 53%;
        width: 260px;
        margin-left: -15px;
    }

    .category_intro h3 {
        width: 27%;
        font-size: 30px;
    }

    .city-life-apartments .category_intro_left {
        width: 15%;
        font-size: 220px;
    }

    .page_header .home_header_content.city-life-apartments img {
        width: 200px;
    }

    .facilities_title img {
        width: 300px;
        margin-top: 0;
        right: 30px;
        bottom: 0;
    }

    .category_intro.opal-lake-suites h2 {
        font-size: 55px;
    }

    .category_intro.opal-lake-suites h2:after {
        width: 320px;
        height: 240px;
    }

    .page_header .home_header_content.opal-lake-suites img {
        width: 105px;
    }

    .your_info_wrap .flex_center {
        flex-direction: column;
    }

    .page_text h2.info {
        font-size: 60px;
        line-height: 60px;
        padding-left: 15px;
    }

    .your_info_list {
        padding-right: 15px;
        padding-left: 15px;
    }

    .category_facilities_wrap .flex_center {
        flex-direction: column;
    }

    .category_facilities {
        padding: 0 15px 150px 15px;
    }

    .slides_counter {
        left: 0px;
        margin-top: 60px;
    }

    .page_text .facilities_title h1:before {
        left: auto;
        right: 0;
        width: 72%;
        height: 3px;
        border-top: 3px solid #000;
        border-left: none;
        top: 42px;
    }

    .category_facilities_bg {
        width: 70%;
        position: absolute;
        top: auto;
        height: 190px;
        bottom: 0;
    }

    .facilities_title {
        position: absolute;
        height: 170px;
        right: 0;
        bottom: -80px;
        width: 70%;
        padding-right: 55px;
    }

    .page_text .facilities_title h1 {
        font-size: 65px;
        writing-mode: horizontal-tb;
        margin: 0;
        width: fit-content;
        float: right;
        text-align: right;
    }

    .page_text .facilities_title h1:after {
        right: 0;
        width: 100%;
        height: 3px;
        border-top: 3px solid #000;
        border-left: none;
        bottom: 30px;
        top: auto;
    }

    .rooms.posts .home_rooms .number {
        font-size: 110px;
        line-height: 100px;
    }

    .swiper-rooms-inner .navigation_swiper_suites {
        top: 120px;
        left: 0px;
    }

    .home_rooms.left.inner .category_bg {
        width: 60%;
    }

    .category_intro {
        padding: 0;
    }

    .room_text p {
        margin-bottom: 30px;
    }

    .room_text .button {
        position: relative;
        bottom: auto;
        right: auto;
        margin-top: 0;
    }

    .room_text {
        padding-top: 50px;
    }

    .m-b-150 {
        margin-bottom: 40px !important;
    }

    .categ_num {
        margin-bottom: 30px;
    }

    .page_text .home_rooms.right .room_text h2 {
        width: 90%;
        float: left;
    }

    .page_text .room_text h2 {
        font-size: 60px;
        line-height: 65px;
        width: 90%;
        float: left;
    }

    .room_categ_page .room_category #book_now {
        margin-top: 30px;
    }

    .home_rooms.inner .number:after {
        width: 50%;
    }

    .category_intro_left {
        font-size: 220px;
        margin-right: 10px;
    }

    .room_categ_page .swiper-container.swiper-rooms {
        margin-top: 0px;
    }

    .category_intro_right h3 {
        font-size: 60px;
        width: fit-content;
    }

    .booking_room .book_info.first {
        width: 100%;
    }

    .page_header .home_header_content img {
        width: 260px;
    }

    .book_info select {
        padding-right: 30px;
    }

    .booking_room .book_info.book_info_date {
        width: 100%;
    }

    .contact_info_bottom .subtab {
        padding: 30px 30px 20px 30px;
    }

    .pages.contact .row-eq-height {
        flex-direction: column;
    }

    .form_contact .flex_center.row-eq-height {
        flex-direction: column;
    }

    .dynamic_intro {
        padding-left: 30px;
        padding-right: 30px;
    }

    .dynamic_info .flex_section {
        flex-direction: column;
    }

    .page_left_img {
        margin-bottom: 50px;
    }

    .page_left_img:before {
        display: none;
    }

    #header.fixed {
        padding: 10px 15px;
    }

    .home_rooms.left.last {
        margin-bottom: 0px!important;
    }

    .home_rooms.right .flex_section {
        flex-direction: column-reverse;
    }

    .home_rooms.left {
        margin-left: 30px;
        margin-right: 30px;
        margin-bottom: 0px;
    }

    #scrollUp {
        bottom: 55px;
        right: 15px;
    }

	.room_description {
		margin: 0 0px 30px 0px;
	}

	#hide_991 {
		display: none;
	}

	.tex-er{
		font-size:20px !important;
		line-height:25px !important;
	}
	.home_header_content a.more.white{font-size:12px;}

	.contact_details p, .contact_details a{
		margin-bottom: 0px;
	}

	.page_text .home_rooms_text ul li {
        width: 32%;
    }

	.room_list .room_image img {
        padding: 0 30px;
        margin-top: -60px;
    }

	.room_list ul {
        padding: 25px 30px 80px 30px;
        margin: 0px;
    }

	.room_list ul li img {
        width: 45px;
    }

	.room_list ul li img.guests {
		width: 42px;
	}

	.room_list ul li img.balcony {
		width: 60px;
	}

	.room_list .booking_wrap.booking_room {
        margin-top: 60px;
    }

	.room_list .booking_room .book_submit button {
		font-size: 18px;
		padding: 22px 30px;
	}

	.room_list .booking_room .booking_form {
        margin-left: 15px;
        width: calc(100% - 30px);
    }

	.room_list ul li img.bed {
		width: 50px;
	}

	.room_list ul li img.living_room {
		width: 67px;
	}

	.room_list ul li img.bath {
        width: 40px;
    }

	.room_list ul li img.bed {
		width: 55px;
	}

	.page_text .room_details h1 {
        font-size: 45px;
        line-height: 55px;
    }

	.room_details {
		margin-top: 215px;
	}

	.home_rooms_text.inside {
        padding: 20px 30px 40px 30px;
    }

	.room_image_right {
		margin-left: 0px;
		margin-top: -40px;
	}

	.room_image_left {
		margin-top: -40px;
	}

	.home_rooms.right .home_rooms_text.inside {
        padding: 20px 30px 40px 30px;
        text-align: left;
    }

	.page_text .room.urban h2 {
		font-size: 35px;
		letter-spacing: 1px;
	}

	.page_text .room.urban ul {
		margin-top: 30px;
	}

	.room.urban .button {
		margin-top: 0px;
		width: fit-content;
		justify-content: flex-start;
	}

	.room.urban.right .room_info p {
        width: 100%;
		margin-bottom: 10px;
        margin-top: 10px;
    }

	.page_text .room.urban ul li:first-child {
		padding-left: 0;
	}

	.room.urban .room_info:before {
        top: 53%;
        height: 410px;
    }

	.room.urban.right .room_info {
        margin: 0px;
    }

	.room.urban.right .swiper-posts-rooms {
		margin-left: 0px;
	}

	.category_facilities.urban {
		margin-bottom: 0px;
	}

	.room.urban .room_info {
        margin: 0px;
        flex-direction: column;
        padding-bottom: 65px;
    }

	.room.urban .room_info p {
        width: 100%;
        margin-top: 35px;
    }

	.room.urban .swiper-posts-rooms {
		margin-top: -45px;
		padding-left: 0px;
	}

	.stay_graphic, .urban_graphic {
		display: none;
	}

	.room_info:before {
		left: 30px;
		width: calc(100% - 60px);
	}

	.room.left .room_info:before {
		right: 30px;
	}

	.room.left:before {
		right: -15px;
	}

	.room.left .room_info ul {
        margin-left: 0px;
    }

	.room.left .room_info p {
        margin-left: 0;
	}

	.room:before {
        height: 400px;
        left: -15px;
    }

	.room .navigation_swiper_suites {
		right: 35px;
		bottom: 30px;
	}

	.page_text .room ul li {
		padding: 0 25px;
		font-size: 24px;
	}

	.page_text .room ul {
		margin-top: 70px;
		margin-left: 0;
	}

	.room_info p {
        width: 100%;
        margin: 0;
    }

	.room_info_left {
        padding-left: 0px;
    }

	.room_info {
		padding: 40px 50px;
	}

	.category_facilities:before {
        height: 221%;
        width: 135%;
    }
	
	.category_facilities ul li img {
		width: 45px;
		margin-bottom: 25px;
	}

	.page_text .category_facilities ul li {
        font-size: 18px;
    }

	.booking_room .book_info {
		width: 100%;
	}

	.form_contact .grey_bg {
		width: 100%;
		height: 90%;
	}

	.page_text.form_contact h1 {
		margin: 0 auto 80px auto;
		padding: 0px 50px 0 50px;
	}

	.contact_luxury {
        margin-right: 0px;
    }

	.dynamic_title {
		padding: 0 15px;
	}

	.page_title {
		margin-top: 220px;
		margin-bottom: 90px;
	}

	.page_text .page_title h1 {
        font-size: 50px;
    }

    .page_title {
        margin-top: 210px;
        margin-bottom: 70px;
        padding-left: 15px;
    }

	.home_header_content.urban p {
        width: 100%;
        margin-top: 40px;
        text-align: center;
    }

	.home_header_content p.title, p.title {
		font-size: 24px;
		margin-bottom: 20px;
	}

	.home_header_content.urban h1 {
        font-size: 60px;
        letter-spacing: 2px;
        line-height: 75px;
        text-align: center;
        padding-right: 0;
    }

	.home_header_content {
        width: 90%;
    }

	.hero_bg_left .home_header_shadow, .hero_bg_right .home_header_shadow {
		height: 100vh;
	}

	.home_header_title p {
        font-size: 28px;
    }

    .location_section .location_btn {
        position: relative;
        padding-left: 15px;
        width: 100%;
        margin-top: 35px;
    }

    .location_section .button {
        padding: 30px 35px 30px 0;
    }

	.page_text ul li {
		font-size: 19px;
		line-height: 28px;
	}

	.home_header_title h1 {
        font-size: 35px;
        letter-spacing: 2px;
    }

	.home_rooms_text, .home_rooms.right .home_rooms_text {
        padding: 50px 0px 45px 0px;
    }

    .room_category #book_now {
        margin-left: 0px;
        bottom: 0;
        position: absolute;
        left: 0;
    }

    .about_right {
        padding: 50px 15px 0px 15px;
    }

    .about_left {
        padding-left: 15px;
        padding-right: 15px;
    }

    .category_logo:before {
        top: 0;
        height: 100%;
    }

	.about_section .grey_bg {
        width: calc(100% - 50px);
    }

	#header:after {
		height: 25px;
		bottom: -25px;
		left: 0;
	}

	.page_text .about_1893_mob h1 {
        font-size: 240px;
		color: #ECE7DE;
		font-weight: 350;
    }

	.rooms.view .open_menu {
		background-image: url(../img/layout/menu.svg);
	}

	.booking_form {
        margin: 0 30px;
	}

	.book_info label {
		font-size: 14px;
		margin-bottom: 5px;
	}

	.book_info {
        width: 100%;
        padding: 25px 0px;
        border-bottom: 1px solid #000;
        border-right: none;
	}

    .book_info.first {
        width: 100%;
    }

    .book_info.book_info_date {
        width: 100%;
    }

    .book_info select {
        width: fit-content;
    }

	.booking_left {
		padding: 5px 30px;
	}

    .book_info input {
        width: 110px;
    }

	.book_info:after {
		border-right: none;
	}

	.date-container {
		background-size: 12px;
	}

    .book_submit {
        width: 100%;
        margin: 25px 0;
    }

	.day-input {
        font-size: 60px;
        line-height: 50px;
    }

	.features_img {
		margin-bottom: 0px;
	}

	.book_info .minus img, .book_info .plus img {
        width: 16px!important;
    }

	.book_info img {
        width: 20px;
	}

	.features_list {
        margin-top: 0;
        padding: 50px;
        position: relative;
        left: 0;
	}

	.rooms.view #lang_info a {
		color: #fff;
		font-weight: 200;
	}

	.room_view_text .rooms_description .room_view_intro p {
        padding-right: 70px;
        font-size: 23px;
        line-height: 34px;
    }

	.page_text .room_view_text h1 {
		padding-right: 100px;
	}

	.room_view_text {
        margin: 0;
        padding: 40px 30px;
    }

	.room_view_image {
		height: 70vh;
		min-height: 600px;
	}

	.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;
    }

	.services_text {
		position: relative;
		text-align: center;
	}

	.facilities_home {
		flex-direction: column;
		justify-content: center;
	}

	.room:nth-child(3n+2) {
		clear: unset;
	}

	.padd_top {
		padding-top: 50px;
	}

	.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_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_wrapper li a {
		font-size: 16px;
	}

	.footer_box.middle {
        padding-left: 0px;
    }

	.footer_box.last {
        padding-left: 20px;
	}

	.footer_box h6 {
        margin-bottom: 25px;
    }

	.footer_box.last p {
        font-size: 18px;
    }

	.footer_box p.address {
		margin-bottom: 10px;
    }

	.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 #book_now {
        top: 28px !important;
        right: 25px;
        font-size: 14px;
	}

	.responsive_menu_inner {
		padding-bottom: 30px;
	}

	.menu_social {
        margin-top: 5px;
	}

	#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;
    }

    .collection_box h2 {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .collection_box p {
        font-size: 17px;
        line-height: 30px;
    }

    .collection_box .opal {
        width: 70px;
    }

    .collection_box .city_life {
        width: 120px;
    }

    .collection_box p.address {
        gap: 10px;
    }

    .collection_box hr {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .collection_box a.button {
        font-size: 18px;
        margin: 15px auto 0 auto;
    }

    .collection_box .urbanist {
        width: 160px;
    }

	.close_menu {
        width: 37px;
        height: 37px;
        background-size: 37px;
        left: 15px;
	}

    .header_right #book_now {
        font-size: 17px;
        letter-spacing: 1px;
        top: -10px;
    }

    .responsive_menu #lang_info {
        top: 55px;
        left: 45px;
    }

	.tab button {
		font-size: 34px;
		line-height: 54px;
	}

	.tab {
        margin-left: 0;
        margin-top: 0px;
    }

	.banner_menu {
		padding-right: 0;
	}

	.banner_menu .img-responsive {
		width: auto;
		height: 460px;
		max-width: 95%;
		object-fit: cover;
	}

	.tab button {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 22px;
    }

    .responsive_menu:after {
        height: calc(100% - 160px);
    }

	.responsive_menu:before {
        width: calc(100% - 30px);
    }

	.room_middle_img {
		padding: 0px;
	}

	.room_facilities ul li {
        padding: 10px 0;
	}	

	.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 .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;
	}

	.form_contact p {
		width: 100%;
		float: left;
		padding-right: 0px;
		margin-bottom: 0px;
	}

	.home_rooms {
		position: relative;
		display: flex;
		flex-direction: column;
	}

    .home_rooms.right {
        margin-left: 30px;
        margin-right: 30px;
    }

    .location_section.padd_top {
        padding-top: 100px;
    }

    .home_rooms.right.room_categ_page {
        margin-left: 0;
        margin-right: 0;
    }

    .right .room_category {
        justify-content: flex-start;
    }

    .pages.home .home_rooms.left .category_bg {
        width: 260px;
        margin-left: -15px;
        height: 68%;
    }

    .pages.home .home_rooms.right .category_bg {
        width: 260px;
        right: -15px;
        height: 61%;
    }

    .home_rooms.right.last {
        margin-bottom: 0;
    }

    .home_rooms.right .category_bg {
        width: 260px;
        right: -15px;
        height: 53%;
    }

	.home_rooms_text:before {
		display: none;
	}

    .home_rooms .number {
        font-size: 150px;
        line-height: 120px;
    }

    .home_rooms.right .room_text {
        padding-right: 0px;
    }

    .room_category {
        margin-top: 30px;
        border-top: 1px solid #000;
        justify-content: flex-end;
    }

    .room_categ_page .room_category {
        margin-top: 0;
        border: none;
        justify-content: unset;
    }

    .category_logo {
        padding-top: 30px;
        padding-left: 35px;
        padding-bottom: 0px;
    }

    .category_logo img {
        width: 200px;
    }

    .home_rooms .col-lg-5 {
        padding-left: 0;
        padding-right: 0;
    }

    .home_rooms .flex_section {
        flex-direction: column;
    }

	.page_text h2 {
        font-size: 50px;
        line-height: 60px;
        margin-bottom: 25px;
	}

    .location_left {
        padding-top: 40px;
        padding-left: 30px;
        padding-right: 30px;
    }

	.page_text .services_text h2 {
		min-height: 90px;
	}

    .page_right_img {
        margin-bottom: 30px;
    }

    .dynamic_inner_text {
        position: relative;
    }

	.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;
	}

	.dynamic_text h3 {
        font-size: 38px;
        line-height: 48px;
        margin-bottom: 15px;
    }

	.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;
    }

    .home_rooms.left.last .category_bg {
        height: 60%;
    }

	.five_minutes h3 {
		justify-content: center;
	}

    .category_logo img.city-life-apartments {
        width: 150px;
    }

	.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;
	}

	#tabs li a:hover {
		padding-left: 0px;
		padding-right: 40px;
	}

	.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: 90px;
        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 {
		margin-left: 25px;
    }

	#lang_info a {
		font-size: 18px;
	}

	#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 #lang_info {
		margin-left: 20px;
	}

	#header.fixed #phone img {
        width: 20px;
    }

	.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: 22px;
    }

	.view_suites_description {
        padding-left: 90px;
        margin-top: 70px;
        margin-bottom: 90px;
    }

	.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;
	}

	.room_list ul {
		flex-wrap: wrap;
	}

	.room_list ul li {
        width: 25%;
        padding: 15px 0;
	}

	.suites_title {
		top: -180px;
	}


	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%;
	}

	/* .features_list ul li:nth-last-child(2n) {
		border-right: 2px solid #BFBDBB;
	} */

	.room_facilities {
        margin: 0px 0px 70px 20px;
	}

	.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;
	}

	.room_right_image img {
		display: none;
	}

	.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: 60px 80px 75px 80px;
    }

	.rooms_wrapper.last .rooms_description {
        padding: 60px 80px 60px 80px;
    }

	.rooms_wrapper {
        margin: 0px 0 50px 0;
    }

	.rooms_wrapper.last {
        margin: 0px 0 80px 0;
    }

	.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;
	}

	.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_details h3 {
		font-size: 17px;
		font-weight: 500;
		line-height: 28px;
		margin-bottom: 25px;
	}

    .contact_form {
        padding: 40px 0px 0 0;
        margin-top: 30px;
        margin-left: -15px;
        width: calc(100% + 30px);
    }

    .contact_info p a {
        font-size: 30px;
    }

    .page_text .contact_left h2 {
        font-size: 35px;
        line-height: 50px;
    }

	.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: 130px;
	}

	.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;
	}

	.copyright_wrapper li {
		padding: 0 10px;
	}

	.footer_logo {
		padding-left: 0px;
	}

	.copyright_wrapper {
        padding: 35px 0 20px 0;
	}

	.footer_box p {
		font-size: 17px;
		line-height: 24px;
	}

	.newsletter:before {
		border-top: 15px solid #E5CA48;
		top: -15px;
		width: 70%;
	}

    .footer_graphic {
        height: 200px;
        background-image: url(../img/layout/footer_graphic_mob.svg);
        background-position: left;
    }

	.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;
    }

	.rooms_home .about_text {
		padding-top: 20px;
	}

	.rooms_home .home_half_text {
		padding: 5px 15px 5px 95px;
	}

	.m-t-100 {
		margin-top: 50px;
	}

	.menu_img {
		display: none;
	}

	.padd_prefooter {
        padding-top: 70px;
        padding-left: 30px !important;
        padding-right: 30px !important;
	}

    .footer_left {
        justify-content: space-between;
    }

    .footer_logos {
        gap: 55px;
    }

    .padd_prefooter h3 br {
        display: none;
    }

	.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_social {
		padding-right: 0px;
	}

	#lang_mob {
		left: 100px;
	}

	.contact_menu_container {
		margin-left: 30px;
	}

	.open_menu {
        font-size: 15px;
	}

	.copyright_wrapper ul {
		display: none;
	}

	.copyright_wrapper ul.mob {
		display: block;
	}

	#top_info {
		left: 105px;
		width: 60px;
		height: 60px;
	}

	.footer_social img {
		width: 28px;
		margin: 0px 30px 0 0;
	}

	.footer_social .socials {
		justify-content: flex-start;
	}

	#top_info img {
		width: 22px;
	}

	.footer_menu ul li a {
        font-size: 17px;
        padding: 2px 0;
    }

	.open_menu img {
        width: 55px;
	}

	#logo {
        background-size: 230px;
	}

    #header {
        padding: 40px 15px;
    }

	.map {
		padding: 60px 0;
	}

    .footer_menu {
        justify-content: space-between;
    }

    .footer_left, .footer_menu {
        margin-bottom: 55px;
    }

	#phone img {
		width: 22px;
	}

	#phone {
		margin-right: 20px;
	}

    .rooms.view .facilities_title img {
        width: 225px;
    }

	#top_info span { display: none; }

	.gallery_page.page_text h1 {
		margin-left: 0px;
		text-align: center;
		margin-bottom: 40px;
	}

	.reverse-991{
		flex-direction: column-reverse;
		display: flex;
	}

	.center-991{
		text-align: center;
		margin-bottom: 50px;
	}

	.responsive_menu .responsive_menu_container {
		width: 100%;
	}

	.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 .responsive_menu_container {
		flex-direction: column;
	}

	#logo_mob {
		width: 170px;
		height: 120px;
	}

	.responsive_menu .extra_links p {
		font-size: 16px;
		margin-bottom: 7px;
	}

	.responsive_menu .extra_links {
		top: 200px;
	}
	
	.footer_box.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;
	}

	.page_text .view_suites_description ul img {
		width: 45px;
	}

	.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;
    }

	.gallery_box .gallery_text .button {
		margin-top: 10px;
		float: left;
	}

    .offer_box {
        margin-top: 10px;
        margin-bottom: 25px;
        padding: 30px 25px;
    }

	.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;
	}

	#home_rooms .swiper-slide {
		flex-direction: column;
	}

	.footer_social {
		display: none;
	}

	.gallery_page .grid .grid-item {
		max-height: 600px;
	}

	.about_right .button.mob {
		display: block;
		margin: 25px auto 0 auto;
	}

	.page_text .location_left h2:before {
		top: -60px;
		width: 65%;
	}

	.location_img {
        padding-left: 0px;
    }

	.location_left.mob {
        display: block;
        position: relative;
        margin-top: 40px;
	}

	.location_left.mob p {
		display: block;
	}

	.location_left.mob .button {
		display: block;
	}

	.copyright_wrapper li {
        padding: 0 15px;
    }

    .pages.about .about_right {
        padding: 10px 15px 0px 15px;
    }

	.room_facilities_wrap {
        padding: 60px 0 90px 0;
    }

    .home_rooms.right .home_rooms_text .button {
        left: auto;
        right: 0;
    }

	.left_image_amenities {
    	width: 100%;
	}
	.reverse-991{
		flex-direction: column-reverse;
		display: flex;
	}

	.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;
	}

	.offer_box .rooms_more {
		margin-top: 30px;
	}

	.page_text .offer_box h2 {
		font-size: 27px;
		margin-bottom: 20px;
	}

	.ioannina_img_mob {
		display: block;
		outline: 1px solid #CDC7BF;
		outline-offset: 30px;
		width: 50%;
		margin-bottom: 100px;
		margin-right: 75px;
	}

	.offer_box .button {
		margin-top: 5px;
		letter-spacing: 2px;
	}

	.page_text .offer_box p.price {
		margin-top: 15px;
	}

	.page_text p.subtitle {
        margin: 0 auto 20px auto;
        padding: 0 35px 5px 35px;
	}

	.contact_info p.phone a {
		font-size: 20px;
	}

	.contact_urban:before {
		right: -4%;
	}

	.contact_urban .soon {
		margin-left: 4%;
	}

	#map, #map2, #map3 {
		min-height: 550px;
	}

	.contact_urban {
        margin-left: 0px;
    }

	.contact_info p.phone {
		margin-top: 10px;
	}

	.contact_luxury:before {
		left: -3%;
	}

	.contact_info {
        padding: 15px 0 35px 0;
    }

	.page_text h1 {
        font-size: 65px;
        line-height: 75px;
        margin-bottom: 30px;
	}

	.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;
	}

    .booking_form {
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }

	.home_header_title {
		justify-content: flex-start;
		padding-top: 240px;
	}

	.home_header_title p {
        font-size: 25px;
        padding: 0 25px;
    }

	.choose_stay:before {
		top: 18px;
		opacity: 1;
		visibility: visible;
		width: 27%;
		left: -25%;
	}

	.hero_bg_left h2:after, .hero_bg_right:after {
		background-size: 42px;
		width: 42px;
		height: 42px;
		bottom: -60px;
	}

	.hero_bg_right p {
        font-size: 18px;
        margin-top: 340px;
        opacity: 1;
        visibility: visible;
    }

	.hero_bg_left h2, .hero_bg_right h2 {
        font-size: 38px;
        line-height: 48px;
        margin-top: 170px;
    }

	.choose_stay:after {
		top: 18px;
		opacity: 1;
		visibility: visible;
		width: 27%;
		right: -25%;
	}

	.hero_bg_left h2, .hero_bg_right h2 {
		opacity: 1;
		visibility: visible;
	}

	.hero_bg_left .home_header_shadow {
        opacity: 0.5;
	}

	.hero_bg_right .home_header_shadow {
		opacity: 0.9;
	}

	.padd_big.location_section {
		padding-top: 60px;
	}

	.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%;
	}

	.choose_stay {
		margin-top: 60px;
	}	

	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;
	}

	.reverse-rooms .beige_bg.rooms {
		width: 100%;
		bottom: -60px;
		z-index: 9;
	}
}
  
@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;
	}

    .categ_num {
        margin-bottom: 30px;
    }

    .banner_category_image {
        height: 55vh;
    }

    .banner_category_logo:before {
        width: 460px;
    }

    .banner_category_logo {
        width: 460px;
    }

    .hero_bg_left h2, .hero_bg_right h2 {
        font-size: 33px;
        line-height: 43px;
        margin-top: 170px;
    }

    .hero_bg_left.first {
        height: 30vh;
        min-height: 305px;
    }

    .page_header .home_header_content.small.city-life-apartments img {
        width: 170px;
    }

    .rooms.view .facilities_title img {
        width: 205px;
    }

    .other_rooms .navigation_swiper_suites.mob {
        margin-top: 50px;
    }

    .other_rooms .home_rooms .number:after {
        width: 33%;
    }

    .other_rooms .home_rooms .number {
        font-size: 80px;
        line-height: 90px;
    }

    .page_text .facilities_title h2 span {
        font-size: 75px;
    }

    .page_text .facilities_title h2 {
        font-size: 42px;
        margin-top: 0px;
        width: 320px;
        float: right;
    }

    .home_rooms.left.room_categ_page {
        margin-top: 0px !important;
    }

    .category_intro.city-life-apartments p {
        width: 100%;
        text-align: center;
    }

    .category_intro h3 {
        font-size: 30px;
        text-align: center;
    }

    .category_intro h3 br {
        display: none;
    }

    .city-life-apartments .category_intro_left {
        width: 100%;
        font-size: 150px;
        text-align: center;
    }

    .facilities_title img {
        width: 260px;
    }

    .category_intro.opal-lake-suites h2:after {
        width: 300px;
        height: 215px;
    }

    .category_intro.opal-lake-suites h2 {
        font-size: 50px;
        width: 250px;
    }

    .category_intro.opal-lake-suites p {
        width: 100%;
        margin-top: 45px;
        text-align: center;
    }

    .page_header .home_header_content.opal-lake-suites img {
        width: 100px;
    }

    .page_text h2.info {
        font-size: 55px;
        line-height: 55px;
    }

    .page_text .your_info_list ul li {
        gap: 50px;
        padding: 15px 0;
    }

    .page_text .room_text h2 {
        font-size: 45px;
        line-height: 50px;
    }

    .room_text {
        padding-top: 35px;
    }

    .page_text .room_text h2 {
        font-size: 50px;
        line-height: 55px;
    }

    .room_text {
        padding-top: 35px;
    }

    .swiper-rooms-inner .navigation_swiper_suites {
        top: 0;
        left: 0px;
        position: relative;
        margin-top: 20px;
    }

    .page_text .room_text h2 {
        width: 100%;
        text-align: left;
        float: left;
        margin-bottom: 7%;
    }

    .rooms.posts .home_rooms {
        margin-right: 15px;
    }

    .home_rooms.inner .number:after {
        width: 39%;
    }

    .home_rooms.left.inner .category_bg {
        width: 70%;
        height: 250px;
    }

    .home_rooms.room_categ_page {
        margin-bottom: 60px;
    }

    .rooms.posts .home_rooms .number {
        font-size: 95px;
        line-height: 100px;
    }

    .slides_counter {
        margin-top: 40px;
        position: relative;
    }

    .category_intro_right h3 {
        font-size: 50px;
        margin: 5px auto;
    }

    .category_intro_left {
        font-size: 160px;
        margin-right: 0px;
        line-height: 130px;
    }

    .category_intro_right {
        text-align: center;
    }

    .category_intro {
        align-items: center;
        flex-direction: column;
        justify-content: center;
    }

    .page_header .home_header_content img {
        width: 230px;
    }

    .page_text .contact_info_bottom #tabs li {
        padding: 3px 0;
        font-size: 17px;
    }

    .page_text h3 {
        font-size: 24px;
        margin-top: 25px;
    }

    .page_right_img:before {
        left: -20px;
        width: calc(100% + 20px);
        height: calc(100% + 50px);
    }

    .page_right_img {
        margin-bottom: 50px;
        margin-left: 50px;
        width: 200px;
    }

    .home_rooms.left.last .category_bg {
        height: 52%;
    }

    .home_rooms.right .number:after {
        width: calc(100% - 175px);
    }

    .home_rooms .number:after {
        margin-left: 135px;
    }

    .pages.home .home_rooms.left .category_bg, .pages.home .home_rooms.right .category_bg {
        width: 210px;
        height: 50%;
    }

    .pages.home .home_rooms.left .category_bg, .pages.home .home_rooms.right .category_bg {
        width: 210px;
        height: 45%;
    }

    .home_rooms.left .category_bg, .home_rooms.right .category_bg {
        width: 210px;
        height: 41%;
        margin-top: -20px;
    }

    .home_rooms .number {
        font-size: 130px;
        line-height: 110px;
    }

    .footer_logos {
        gap: 30px;
        justify-content: space-between;
        width: 100%;
    }

    .footer_left {
        flex-direction: column;
        align-items: flex-start;
        gap: 0px;
    }

	.page_text .home_rooms_text ul li {
        width: 49%;
        padding: 5px 0;
    }

	.room.urban.right .navigation_swiper_suites {
        right: 0px;
        left: 0;
    }

	.room.urban .navigation_swiper_suites {
        left: 0px;
        right: 0;
    }

	.room .navigation_swiper_suites {
        right: 0;
        left: 0;
        bottom: 25px;
    }

	.page_text .room ul {
        margin-top: 35px;
    }

	.room.left .room_info_left {
		margin-left: 0;
	}

	.room {
        padding: 20px 0 60px 0;
    }

	.room:before {
        height: 300px;
        top: 38%;
    }

	.page_text .room.urban.right ul {
		margin-left: 0px;
		margin-bottom: 0;
		margin-top: 25px;
	}

	.room.urban .room_info p {
        margin-top: 5px;
    }

	.page_text .room.urban ul {
        margin-top: 0px;
    }

	.room.urban.right .room_info p {
        margin-top: 0px;
    }

	.page_text .room ul li {
        padding: 0 20px;
        font-size: 22px;
    }

	.room_info_left {
		padding-bottom: 30px;
	}

	.room_info {
        padding: 35px 50px;
        flex-direction: column;
    }

	.category_facilities:before {
        height: 260%;
	}

	.category_facilities ul li img {
        width: 40px;
        margin-bottom: 20px;
    }

	.room_shadow {
		background: linear-gradient(180deg, rgb(105 105 105 / 80%) 5%, rgb(233 233 233 / 80%) 40%, rgb(255 255 255 / 85%) 55%);
	}
    
    .page_text .category_facilities ul li {
        font-size: 18px;
        gap: 10px 30px;
        padding: 15px 0 15px 0px;
        flex-wrap: wrap;
    }

    .category_facilities_bg {
        width: 75%;
        height: 160px;
    }

    .page_text .facilities_title h1:before {
        top: 36px;
    }

    .page_text .facilities_title h1:after {
        bottom: 26px;
    }

    .page_text .facilities_title h1 {
        font-size: 55px;
    }

    .facilities_title {
        height: 140px;
        bottom: -70px;
        width: 75%;
        padding-right: 30px;
    }

	.page_title {
        margin-top: 190px;
        margin-bottom: 60px;
	}

	.page_text .page_title h1 {
        font-size: 45px;
    }

	.home_header_content.urban h1 {
        font-size: 52px;
        letter-spacing: 1px;
        line-height: 60px;
    }

	.page_text ul li {
        font-size: 18px;
        line-height: 28px;
    }

	.hero_bg_right p {
        font-size: 17px;
        margin-top: 360px;
	}

	.hero_bg_left h2:after, .hero_bg_right:after {
        background-size: 40px;
        width: 40px;
        height: 40px;
        bottom: -55px;
    }

	.hero_bg_left h2, .hero_bg_right h2 {
        padding: 0 30px;
    }

	.choose_stay {
        margin-top: 35px;
    }

	.home_header_title p {
        font-size: 26px;
        padding: 0 40px;
    }

	.home_header_title p {
        font-size: 23px;
        padding: 0 30px;
    }

	.choose_stay img {
		width: 18px;
		height: 18px;
	}

	.home_header_title h1 {
        font-size: 33px;
        line-height: 45px;
        letter-spacing: 1px;
        padding: 0 30px;
    }

	.home_header_title p {
        font-size: 22px;
        line-height: normal;
        padding: 0 30px;
        width: 180px;
        text-align: center;
    }

	.choose_stay:before {
        top: 26px;
        width: 32%;
        left: -30%;
    }

	.choose_stay:after {
        top: 26px;
        width: 32%;
        right: -30%;
    }

	.about_section .grey_bg {
        width: calc(100% - 40px);
    }

	.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;
    }

	.responsive_menu #lang_info {
        left: 40px;
        top: 35px;
        display: block;
    }

    .responsive_menu:before, .responsive_menu:after {
        display: none;
    }

    .collection_box {
        min-height: auto;
        height: auto;
        margin: 20px auto;
        width: calc(100% - 90px);
        border-bottom: 1px solid #fff;
        padding-bottom: 20px;
    }

    .collection_box.last {
        border-bottom: none;
        padding-bottom: 0;
        margin-bottom: 0;
    }

    .header_right #book_now {
        font-size: 16px;
        letter-spacing: 0px;
        top: -8px;
    }

	.page_text #other_rooms h4 {
        margin-top: 15px;
        font-size: 19px;
    }

    .book_info select {
        padding-right: 30px;
    }

	.page_text .room_view_text h1 {
        padding-right: 50px;
    }

	.room_view_text p.title:before {
        width: 60px;
	}
     
    .booking_form {
        margin: 0 20px;
    }

	.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_description {
        padding: 50px 50px 75px 50px;
        margin-top: 70px;
    }

	.rooms_wrapper.last .rooms_description {
        padding: 50px 50px 50px 50px;
	}

	.page_text .suite_category p {
        font-size: 45px;
        line-height: normal;
    }

	.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;	
	}

	.page_text .hotel_info ul li span {
		font-size: 18px;
	}
	
	.page_text .offer_box h2 {
        min-height: auto;
    }

	.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;
	}

	.about_img_left, .about_img_right {
		display: none;
	}

	.ioannina_img_mob {
        outline-offset: 20px;
        width: 55%;
        margin-bottom: 80px;
    }

	.padd {
		padding-top: 70px;
		padding-bottom: 70px;
	}

	.tab button {
        font-size: 26px;
        line-height: 36px;
        text-align: left;
        margin-bottom: 15px;
    }

    .responsive_info {
        padding-bottom: 50px;
        min-height: auto;
    }

	.menu_social a {
		font-size: 17px;
	}

	.responsive_menu .contact_menu {
        margin-top: 30px;
        width: 100%;
    }

	.responsive_menu .contact_menu p {
        font-size: 15px;
        line-height: 25px;
    }

	.responsive_menu .contact_menu h6 {
		font-size: 19px;
		padding-bottom: 12px;
	}	

	.room_facilities ul li small {
		font-size: 16px;
	}

	.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: calc(49% - 20px);
        margin-right: 20px;
        font-size: 16px;
        padding: 7px 0;
    }

	.room_facilities {
        margin: 0px 0px 65px 0px;
    }

	.room_facilities ul {
        margin-top: 25px;
    }

	.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;
	}

	.contact_details ul li span {
        flex-wrap: wrap;
    }

	.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;
	}

	.page_text .dynamic_text ul li {
		font-size: 18px;
	}

	.page_text h2 {
        font-size: 45px;
        line-height: 55px;
	}

	.page_text .services_text h2 {
        min-height: 80px;
    }

	.swiper-albums {
		height: 70vh;
	}

	.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 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 #top_info, #header.fixed #top_info_right {
		left: 15px;
		width: 45px;
		height: 45px;
		top: 0px;
	}

	#header.fixed #book_now {
        font-size: 15px;
    }

	#header.fixed #top_info img {
		width: 18px;
	}

	.open_menu {
        text-indent: -99999px;
    }

	#header.fixed #logo a {
        height: 45px;
	}

	#header.fixed #logo {
        background-size: 145px;
    }

	.facilities_intro button {
		float: left;
		margin-left: 75px;
		margin-top: 10px;
	}

	.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_text .page_description h2 {
		margin-bottom: 15px;
		font-size: 24px;
	}

	.page_text .page_description strong {
		font-size: 18px;
	}

	.page_description .inline {
		margin-top: 10px;
	}

	.dynamic_text h3 {
        font-size: 35px;
        line-height: 45px;
    }

	.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;
	}

	.room_list ul li {
		width: 33%;
	}

	.room_list .booking_wrap.booking_room {
        margin-top: 50px;
    }

	.room_list ul {
		justify-content: center;
	}

	.page_text .room_details h1 {
        font-size: 40px;
        line-height: 50px;
    }

	img.rooms_home {
		top: -160px;
		width: 100%;
		z-index: 99;
		padding-bottom: 0;
	}

	.room_details {
        margin-top: 180px;
    }

	.room_list .booking_room .book_submit button {
        font-size: 17px;
        padding: 20px 28px;
    }

	.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;
	}

	.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;
	}

	.other_rooms .room_title {
		padding: 25px 20px 20px 20px;
	}

	.other_rooms .rooms_description h2 {
		line-height: 40px;
		font-size: 30px;
		top: -30px;
	}

	.page_text.about_section h1:before {
        height: 370px;
    }

	.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;
	}

	.padd_bottom {
        padding-bottom: 60px;
    }

	.features_list {
        padding: 40px;
	}

	.rooms_description h2 {
		font-size: 35px;
		line-height: 40px;
		padding: 10px 0 20px 0;
	}

	.features_list ul li {
		padding: 8px 0px;
		font-size: 16px;
	}

	.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;
	}

	.page_text .contact_details h3 {
		font-size: 22px;
	}

    .contact_info p a {
        font-size: 27px;
    }

	.contact_details h2:after {
		left: 0;
		right: 0;
		margin: 50px auto 0 auto;
	}

    .page_text .contact_left h2 {
        font-size: 30px;
        line-height: 42px;
    }

	.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: 80px;
        padding-bottom: 80px;
	}

	.center-767 {
		text-align: center;
		margin-bottom: 20px;
	}

	.footer_box_container.pd-130 {
		padding-left: 40px;
		padding-top: 15px;
	}

	.footer_box_container.pd-100 {
		padding-left: 30px;
		padding-top: 15px;
	}

	.footer_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_logo img {
        max-width: 130px;
        margin: 0 auto;
    }

    .footer_left, .footer_menu {
        margin-bottom: 45px;
    }

	.footer_menu {
        flex-wrap: wrap;
        gap: 20px;
        margin-bottom: 100px;
    }

    .footer_box {
        width: 45%;
    }

	.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 {
        padding: 15px 0;
    }
	
	#lang_info {
       display: none;
	}

	.padd_prefooter {
        padding-top: 70px;
    }

	.footer_box a.find_us {
        font-size: 17px;
        margin: 5px auto 0 auto;
        padding: 0px 0 8px 0;
	}

	.footer_box p {
		padding: 2px 0;
	}

	.footer_box.right {
        float: none;
        margin: 30px auto 0 auto;
    }

	.footer_box h6 {
        margin-bottom: 20px;
    }

	#lang_info a {
        font-size: 15px;
	}

	.open_menu img {
        width: 50px;
    }

	#logo {
        background-size: 210px;
    }

    #book_now {
        font-size: 17px;
        letter-spacing: 1px;
    }

    #header {
        padding: 20px 15px;
    }

	#phone {
		display: none;
	}

	.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;
        margin-bottom: 80px;
        margin-top: 60px;
    }

	.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;
	}

    .other_rooms .navigation_swiper_suites {
        margin-top: 100px;
    }

	#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;
	}

	.copyright_wrapper li {
        padding: 0 10px;
    }

	.copyright_wrapper li a {
        font-size: 15px;
    }

	.page_heading_image h1 {
		font-size: 43px;
        line-height: 53px;
	}

	.home_header_content p.title, p.title {
        font-size: 23px;
        margin-bottom: 15px;
    }

	.home_header_content h1 {
        font-size: 50px;
        line-height: 60px;
    }

	.home_header_content {
        width: 100%;
        padding: 0 20px;
    }

    .page_header .home_header_content.small img {
        width: 210px;
    }

    .page_text h1 {
        font-size: 55px;
        line-height: 65px;
        margin-bottom: 30px;
    }

	.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;
	}

	.page_text h4 {
        font-size: 19px;
    }

	.page_text h1:before {
		left: 15px;
		background-size: 44px;
		width: 44px;
	}

	.contact_info p {
		font-size: 18px;
		line-height: 30px;
	}

	.contact_info p.phone a {
        font-size: 19px;
    }

	#map, #map2, #map3 {
        min-height: 500px;
    }

	.rooms_home .home_half_text {
		padding: 5px 15px 5px 75px;
	}

	.m-t-100 {
		margin-top: 30px;
	}

	.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 {
        width: 35px;
        height: 35px;
        background-size: 35px;
        top: 30px;
        left: 12px;
	}

	.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{
		background-size: 100px;
	}
	.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;
	}

	.other_rooms ul {
		flex-direction: column;
		align-items: center;
	}

	.page_text .view_suites_description ul {
        min-height: auto;
    }

	.contactform .w-100 div.input {
		width: 97%;
	}

	.decoration_paros {
		width: 100%;
		height: 56vh;
		background-position: center;
		background-size: cover;
	}

	.nopadding-767{
		padding-top:0px;
		padding-bottom: 0px;
	}

	.page_text.other_rooms ul li:last-child {
		padding-bottom: 0;
	}

	.other_rooms .sep {
		border-right: none;
		top: 7px;
		width: 100%;
		height: 1px;
		border-top: 1px solid #000;
	}

    .category_intro.opal-lake-suites {
        padding: 75px 0% 30px 0%;
    }
}

@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: 17px;
        line-height: 30px;
	}
	.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%;
	}

    .home_rooms.left.last {
        margin-bottom: 0px;
    }

    .banner_category_logo.city_life img {
        width: 130px;
    }

    .banner_category_logo img {
        width: 180px;
    }

    .banner_category_logo.opal img {
        width: 65px;
    }
     
    .banner_category_logo {
        width: 357px;
    }

    .banner_category_logo:before {
        width: 357px;
    }

    .hero_bg_left.first h2 {
        padding-bottom: 40px;
        padding-left: 60px;
        padding-right: 60px;
        font-size: 30px;
        line-height: 40px;
        margin-top: 150px;
    }

    .page_header .home_header_content.small.city-life-apartments img {
        width: 160px;
    }

    .other_rooms .home_rooms .number {
        font-size: 70px;
        line-height: 80px;
    }

    .other_rooms .navigation_swiper_suites {
        margin-top: 0;
    }

    .dynamic_inner_text #book_now {
        margin-top: 35px;
        font-size: 17px;
    }

    .category_intro h3 {
        font-size: 28px;
        line-height: normal;
    }

    .city-life-apartments .category_intro_left {
        font-size: 130px;
    }

    .page_header .home_header_content.city-life-apartments img {
        width: 185px;
    }

    .facilities_title img {
        width: 240px;
    }

    .category_intro.opal-lake-suites h2:after {
        width: 280px;
        height: 190px;
    }

    .category_intro.opal-lake-suites h2 {
        font-size: 45px;
        width: 230px;
    }

    .page_header .home_header_content.opal-lake-suites img {
        width: 80px;
    }

    .page_header .home_header_content.opal-lake-suites img {
        width: 90px;
    }

    .page_text .your_info_list ul li:last-child {
        padding-bottom: 0;
    }

    .page_text .your_info_list ul li {
        gap: 10px;
        padding: 15px 0;
        flex-direction: column;
    }

    .page_text h2.info{
        font-size: 50px;
        line-height: 47px;
    }

    .rooms.posts .home_rooms .number {
        font-size: 80px;
        line-height: 90px;
    }

    .category_intro_right h3 {
        font-size: 45px;
    }

    .category_intro_left {
        font-size: 130px;
        line-height: 100px;
    }

    .page_text .contact_info_bottom ul.half {
        display: block;
        width: 100%;
    }

    .page_header .home_header_content img {
        width: 220px;
    }

    .contact_info p a {
        font-size: 24px;
    }

    .page_text .contact_left h2 {
        font-size: 27px;
        line-height: 40px;
    }

    .page_left_img {
        margin-bottom: 40px;
    }

    .page_right_img {
        margin-bottom: 60px;
        margin-left: 20px;
        width: 100%;
        margin-top: 40px;
    }

    .page_text .dynamic_text ul li {
        font-size: 18px;
        padding: 6px 0;
    }

    .dynamic_text h3 {
        margin-top: 10px;
    }

    .page_text .dynamic_text ul {
        flex-direction: column;
        gap: 0;
    }

    .dynamic_text {
        padding-left: 15px;
        padding-right: 15px;
    }

    .dynamic_info .col-lg-7 {
        display: flex;
        flex-direction: column-reverse;
    }

    .page_text #tabs li {
        font-size: 18px;
        padding: 0 25px;
    }

    .padd_big {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .home_rooms.left.last .category_bg {
        height: 45%;
    }

    .category_logo img.city-life-apartments {
        width: 140px;
    }

    .home_rooms.right .category_logo {
        padding-right: 30px;
    }

    .home_rooms.right .category_logo img {
        width: 70px;
    }

    .pages.home .home_rooms.right .category_bg {
        height: 46%;
    }

    .home_rooms.right .category_bg {
        height: 41%;
    }

    .category_logo {
        padding-top: 26px;
        padding-left: 30px;
    }

    .category_logo img {
        width: 180px;
    }

    .home_rooms .number {
        font-size: 115px;
        line-height: 100px;
    }

    .padd_prefooter {
        padding-top: 50px;
    }

	.room_list .room_image img {
        padding: 0 20px;
        margin-top: -65px;
    }

	.room_list .booking_room .booking_form {
        margin-left: 5px;
        width: calc(100% - 10px);
    }

	.room_list .room_image:after {
		height: 44%;
	}

	.room_bg {
		height: 33%;
	}

	.page_text .room_details h1 {
        font-size: 38px;
        line-height: 48px;
        letter-spacing: 2px;
    }

	.room_description {
        margin: 0 0px 20px 0px;
    }

	.page_text .room_list ul li {
        padding: 12px 0;
    }

	.room_list ul {
        padding: 25px 20px 80px 20px;
	}

	.home_rooms.right:before {
        height: 75%;
	}

	.home_rooms_text p {
		padding: 2px 0;
	}

	.home_rooms.left:before {
        height: 69%;
	}

	.room.urban .room_info p {
        margin-top: 15px;
    }

	.page_text .room.urban h2 {
        font-size: 30px;
	}

	.room.urban .room_info {
        padding: 25px 15px 65px 15px;
    }

	.room:before {
        height: 265px;
        top: 50%;
    }

	.form_contact .grey_bg {
        height: 92%;
    }

	.dynamic_text p {
		padding: 5px 0;
	}

	.page_text ul {
		margin: 10px 0 10px 0px;
	}

	.page_text .offer_box h2 {
        font-size: 24px;
	}

	.room_shadow {
        background: linear-gradient(180deg, rgb(105 105 105 / 80%) 5%, rgb(233 233 233 / 80%) 32%, rgb(255 255 255 / 85%) 60%);
    }

	.home_header_content.urban h1 {
        font-size: 47px;
        letter-spacing: 0px;
        line-height: 55px;
    }

	.scrollButtonContainer img {
		width: 65px;
	}

	.home_header_content p.title, p.title {
        font-size: 22px;
	}

	.home_header_content h1 {
        font-size: 45px;
        line-height: 55px;
    }

    .page_header .home_header_content.small img {
        width: 190px;
    }

    .home_rooms.left.inner .category_bg {
        height: 200px;
    }

	#header.fixed {
		padding: 10px 15px;
	}

	.about_left .about_text {
        padding: 0 0px 0px 50px;
    }

    .page_text .room_text h2 {
        font-size: 45px;
        line-height: 50px;
    }

	.padd_top_small .padd {
        padding-bottom: 0px;
    }

	.book_info select {
        font-size: 17px;
        background-size: 15px;
    }

	.book_info input {
        font-size: 17px;
    }

	.book_info.book_info_numbers img {
        width: 26px;
    }

	.book_info .minus img, .book_info .plus img {
        width: 14px !important;
    }

	.book_info span {
		font-size: 17px;
	}

    .booking_form {
        margin: 0 10px;
    }

	.page_text #other_rooms h4 {
        margin-top: 10px;
        font-size: 18px;
        text-align: right;
    }

	.room_view_text {
        margin: 0;
        padding: 30px 20px;
    }

	.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_1893_mob h1 {
        font-size: 160px;
    }

	.image-container-inner.ioannina {
        margin: 60px 70px 0 70px;
        width: auto;
    }

	#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;
    }

	.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-bottom: 0px;
    }

	.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;
    }

	.footer_box a.footer_link {
        font-size: 18px;
    }

	.room_middle_img {
        width: 93%;
        outline-offset: 20px;
    }

	.room_facilities {
        margin: 0px 0px 55px 0px;
    }

    .footer_logos .urbanist {
        width: 140px;
    }

    .footer_logos .city_life {
        width: 110px;
    }

    .footer_logos .opal {
        width: 60px;
    }

	.room_facilities ul li:nth-last-child(-n + 2) {
		border-bottom: 1px solid #D4CDC5;
	}

	.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;
	}

	.contact_urban .soon {
        font-size: 16px;
        width: 90px;
        height: 80px;
    }

	.contactform textarea {
        height: 110px;
	}

	.page_text h2 {
        font-size: 40px;
        line-height: 50px;
    }

	.contact_info a {
		font-size: 18px;
	}

	.contact_info p.phone a {
        font-size: 18px;
    }

	.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;
	}

	.home_header_content .circle {
		width: 450px;
		height: 450px;
		top: 25%;
	}

	#header.fixed #book_now {
        font-size: 13px;
    }

	#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;
	}

	.page_text .page_description h2 {
		margin-bottom: 15px;
		font-size: 22px;
	}

	.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;
    }

	.page_text .view_suites_description ul li {
        font-size: 17px;
    }

	.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;
	}

	.page_text .features_list ul li {
        padding: 6px 0px;
	}

	.rooms_view .room_right_image {
		margin-left: 65px;
	}

	.room_title h1 {
		font-size: 25px;
		line-height: 33px;
	}

	.rooms_description {
        padding: 45px 15px 70px 15px;
	}

	.rooms_wrapper.last .rooms_description {
        padding: 45px 15px 45px 15px;
    }

	.page_text .features_list h1 {
        font-size: 35px;
        line-height: 40px;
	}

	.features_list {
        padding: 40px 40px 20px 40px;
    }

	.rooms_description h2 {
		font-size: 30px;
		line-height: 35px;
	}

	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: 20px;
		line-height: 30px;
	}

	.page_text .contact_details h2 {
		font-size: 23px;
		line-height: 23px;
		margin-bottom: 45px;
	}

	.sight-image {
		height: 50vh;
	}

	.page_text h1 {
        font-size: 50px;
        line-height: 60px;
	}

	.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;
	}
	/*.languages { left:30px;  }*/
	.close_menu {
        width: 32px;
        height: 32px;
        background-size: 32px;
    }

    .responsive_menu #lang_info {
        left: 35px;
        top: 34px;
    }

    .collection_box p {
        font-size: 16px;
        line-height: 26px;
    }

    .collection_box h2 {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .header_right #book_now {
        top: 0;
    }

	.tab {
		align-items: center;
		justify-content: center;
	}

	.tab button {
        font-size: 25px;
        line-height: 35px;
        margin-bottom: 10px;
    }

	.responsive_menu .contact_menu {
        margin-top: 30px;
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

	.responsive_menu:before {
		background-position: center;
	}

	.menu_social {
		justify-content: center;
	}

	.responsive_menu .contact_menu {
        margin-top: 40px;
	}

	.responsive_menu .contact_menu img.facebook {
		width: 12px;
	}

    .collection_box a.button {
        font-size: 17px;
    }

	.responsive_menu .contact_menu img {
		width: 25px;
		margin: 0 12px;
	}

	.responsive_menu .contact_menu .col-xs-6 {
		width: 100%;
	}

	.responsive_menu ul li a {
        font-size: 19px;
        padding: 6px 0px 6px 0px;
    }
	
	.footer_box ul  li a{  font-size:16px;margin-right:15px; }
	
	.driveme a { position:relative;width:100%; top:0px; left:0;margin-left:0px; }
	.home_half_text {
		padding: 5px 18px;
	}

	.open_menu img {
        width: 45px;
    }

	#book_now {
        font-size: 15px;
    }

	#logo:before, #logo:after {
		width: calc(50% - 55px);
	}

	#lang_info {
        left: 55px;
    }

	.hero_bg {
		background-image: url(../img/layout/hero_responsive.jpg) !important;
		background-repeat: no-repeat;
		background-size: cover;
	}

	#header {
        padding: 10px 15px;
    }

	.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%);
	}

	.page_title {
        margin-top: 160px;
        margin-bottom: 45px;
    }

	.page_text .page_title h1 {
        font-size: 37px;
    }

	#logo {
        background-size: 195px;
    }
	
	.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;
	}

	.padd_bottom {
        padding-bottom: 60px;
    }

	.services {
		margin-top: 0;
	}

	.room.urban .room_info:before {
        height: 300px;
    }

	.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;
	}

}

@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;
	}

    .location_section.padd_top {
        padding-top: 70px;
    }

    .page_text #tabs li {
        font-size: 17px;
        padding: 0 15px;
    }

    .collection_box .city_life {
        width: 110px;
    }

    .collection_box .opal {
        width: 60px;
    }

    .collection_box {
        width: calc(100% - 30px);
    }

    .collection_box a.button {
        margin: 10px auto 0 auto;
    }

    .collection_box .urbanist {
        width: 150px;
        margin-bottom: 20px;
    }

    .collection_box.last p.address {
        flex-direction: column;
        gap: 0;
    }

    .hero_bg_left.first {
        height: 25vh;
        min-height: 265px;
    }

    .banner_category_logo {
        width: 330px;
    }

    .banner_category_logo:before {
        width: 330px;
    }

    .banner_category_image {
        height: 50vh;
    }

    .banner_category_logo img {
        width: 170px;
    }

    .banner_category_logo.city_life img {
        width: 120px;
    }

    .banner_category_logo.opal img {
        width: 55px;
    }

    .hero_bg_left.first h2 {
        padding-bottom: 30px;
        font-size: 27px;
        line-height: 35px;
    }

    .rooms.view .facilities_title img {
        width: 180px;
    }

    .page_text .category_facilities ul li {
        gap: 7px 15px;
    }

    .other_rooms .navigation_swiper_suites.mob {
        margin-top: 45px;
    }

    .other_rooms .home_rooms .number {
        font-size: 60px;
        line-height: 80px;
    }

    .page_text .dynamic_text ul.first {
        padding-bottom: 10px;
        margin: 10px 0 7px 0px;
    }

    .page_text .dynamic_text ul.first li {
        font-size: 21px;
    }

    .page_text .facilities_title h2 {
        font-size: 38px;
    }

    .category_intro h3 {
        font-size: 26px;
    }

    .page_text .facilities_title h2 span {
        font-size: 70px;
    }

    .page_header .home_header_content.city-life-apartments img {
        width: 175px;
    }

    .facilities_title img {
        width: 210px;
    }

    .category_intro.opal-lake-suites h2 {
        font-size: 40px;
        width: 205px;
    }

    .page_text h2.info {
        font-size: 45px;
        line-height: 42px;
        margin-bottom: 15px;
    }

    .page_text .your_info_list ul li {
        gap: 5px;
    }

    .page_text .facilities_title h1 {
        font-size: 47px;
    }

    .category_facilities {
        padding: 0 15px 125px 15px;
    }

    .category_facilities_bg {
        height: 135px;
    }

    .facilities_title {
        height: 120px;
        bottom: -60px;
    }

    .rooms.posts .home_rooms .number {
        font-size: 70px;
        line-height: 85px;
    }

    .category_intro_right h3 {
        font-size: 40px;
    }

    .category_intro_left {
        font-size: 115px;
        line-height: 85px;
    }

    .page_header .home_header_content img {
        width: 200px;
    }

    .page_text h3 {
        font-size: 23px;
    }

    #logo {
        background-size: 165px;
    }

    .pages.home .home_rooms.left .category_bg {
        width: 180px;
        height: 43%;
    }

    .home_rooms.left .category_bg {
        width: 180px;
        height: 40%;
    }

    .home_rooms.right .category_bg {
        width: 180px;
        height: 39%;
    }

    .home_rooms.right .category_bg {
        width: 180px;
        height: 39%;
    }

    .pages.home .home_rooms.right .category_bg {
        width: 180px;
        height: 46%;
    }

    .home_rooms.right .number:after {
        width: calc(100% - 140px);
    }

    .home_rooms .number:after {
        margin-left: 125px;
    }

    .home_rooms .number {
        font-size: 100px;
        line-height: 95px;
        font-weight: 300;
    }

	#cookie-main {
		padding: 125px 20px 20px 20px;
	}

	#cookie-modal {
		max-width: 320px;
	}

	#cookie-statement a {
		font-size: 14px;
	}

	#accept-cookie-button {
		padding: 10px 14px;
		font-size: 13px;
		margin: 30px 0px 0px 0;
	}

	#cookie-intro {
		font-size: 14px;
		line-height: 22px;
	}

	#cookie-title {
		font-size: 1.2em;
		line-height: 1.2em;
		margin: 0 0 10px 0;
	}

	.room_list ul {
        padding: 20px 5px 65px 5px;
    }

	.page_text .home_rooms_text ul li {
        padding: 3px 0;
    }

	.room_list ul li img.bed {
        width: 50px;
    }

	.room_list ul li img.bath {
        width: 35px;
    }

	.room_list ul li img.guests {
        width: 38px;
    }

	.room_list .booking_room .book_submit button {
        font-size: 16px;
        padding: 18px 28px;
    }

	.room_list ul li img {
        width: 40px;
		margin-bottom: 15px;
    }

	.room_list ul li img.balcony {
        width: 55px;
    }

	.room_list ul li img.bed {
        width: 47px;
    }

	.room_list ul li img.living_room {
        width: 63px;
    }

	.page_text .room_details h1 {
        font-size: 35px;
        line-height: 45px;
        margin-bottom: 25px;
    }

	.room_list .room_image img {
        padding: 0 10px;
        margin-top: -55px;
    }

	.page_text .room.urban h2 {
        font-size: 27px;
        letter-spacing: 0;
    }

	.home_rooms.right .home_rooms_text.inside {
        padding: 15px 20px 30px 20px;
	}

	.home_rooms_text.inside {
        padding: 15px 20px 30px 25px;
    }

	.room.urban .room_info:before {
        top: 58%;
	}

	.room.urban .room_info {
        padding: 25px 10px 65px 10px;
    }

	.room_info:before {
        left: 15px;
        width: calc(100% - 30px);
    }

	.room.left .room_info:before {
        right: 15px;
    }

	.booking_room .book_submit button {
        font-size: 16px;
	}

	.room:before {
        height: 200px;
        top: 48%;
    }

	.room .navigation_swiper_suites {
        bottom: 20px;
    }

	.room {
        padding: 20px 0 50px 0;
    }

	.room_info {
        padding: 30px 25px;
	}

	.page_text .room ul {
        margin-top: 30px;
    }

	.page_text .room ul li {
        padding: 0 15px;
        font-size: 20px;
    }

	.room_info_left {
        padding-bottom: 20px;
    }

	.category_facilities ul li img {
        width: 35px;
	}

	.page_text.form_contact h1 {
        letter-spacing: 1px;
    }

	.category_facilities ul li {
        font-size: 15px;
	}

	.category_facilities ul li img {
        width: 38px;
        margin-bottom: 15px;
    }

	.contact_info p {
        font-size: 17px;
        line-height: 25px;
    }

	.contact_luxury:before {
        left: -5%;
    }

	.contact_info a {
        font-size: 17px;
    }

	.contact_info p.phone a {
        font-size: 17px;
    }

    .page_text .contact_left h2 {
        font-size: 25px;
        line-height: 37px;
    }

	.page_text .page_title h1 {
        font-size: 32px;
    }

	.home_header_content.urban h1 {
        font-size: 42px;
        line-height: 52px;
    }

	.page_text ul li {
        font-size: 17px;
        line-height: 27px;
        padding: 7px 0;
    }

	.hero_bg_left h2, .hero_bg_right h2 {
        /* font-size: 35px;
        line-height: 44px; */
		margin-top: 150px;
		font-size: 24px;
        line-height: 30px;
    }

	.page_text .offer_box h2 {
        font-size: 22px;
        margin-bottom: 17px;
    }

	.hero_bg_right p {
        margin-top: 340px;
		font-size: 16px;
    }

	.home_header_title {
        padding-top: 200px;
    }

	.choose_stay img {
        width: 17px;
        height: 17px;
    }

	.choose_stay:before {
        left: -29%;
    }

	.home_header_title h1 {
        font-size: 30px;
        line-height: 40px;
	}

	.choose_stay:after {
        right: -29%;
    }

	.home_header_title p {
        font-size: 21px;
        padding: 0 20px;
        width: 150px;
	}

	.choose_stay {
        margin-top: 25px;
    }

	.about_right {
        padding: 40px 15px 0px 15px;
    }

	.home_rooms_text, .home_rooms.right .home_rooms_text {
        padding: 40px 0px 45px 0px;
    }

    .category_logo img {
        width: 160px;
    }

	.page_text .home_rooms h2 {
        font-size: 40px;
        line-height: 45px;
	}

    .room_text {
        padding-top: 30px;
    }

    .slides_counter {
        margin-top: 30px;
    }

    .page_text .room_text ul.first li {
        font-size: 22px;
    }

    .room_text p {
        margin-bottom: 25px;
        margin-top: 20px;
    }

    .page_text .room_text ul li {
        padding-right: 20px;
        font-size: 18px;
    }

    .page_text .room_text ul.first {
        padding-bottom: 10px;
    }

    .category_logo {
        padding-top: 20px;
        padding-left: 25px;
    }

	.button:hover {
		padding: 10px 40px 10px 0px;
	}

	.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;
    }

	.other_rooms_bg {
		height: 50%;
	}

	.booking_left {
        padding: 5px 20px;
    }

	.book_submit button, .book_submit a {
        font-size: 16px;
	}

	.page_text .features_list h1 {
        font-size: 32px;
        line-height: 35px;
    }

	.features_list {
        padding: 35px 30px 5px 30px;
    }

	.page_text .features_list ul li {
        font-size: 15px;
    }

	.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;
    }

	.rooms_description {
        padding: 35px 15px 70px 15px;
    }

	.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;
	}

    .dynamic_text h3 {
        margin-top: 0px;
    }

    .dynamic_text h3 {
        font-size: 32px;
        line-height: 42px;
    }

	.contact_urban .soon {
        font-size: 14px;
        width: 80px;
        height: 65px;
        margin-left: 5%;
    }

	.contact_urban:before {
        right: -5%;
    }

	.page_text.map_wrap h1 {
        margin-top: -135px;
    }

	.page_heading_image .dynamic_title h1 {
        font-size: 35px;
        line-height: 45px;
    }

	.page_text .rooms_home p {
        font-size: 18px;
        line-height: 27px;
    }

	.padd.rooms_swiper {
        padding-top: 45px;
	}

	.page_text .view_suites_description ul li {
        font-size: 16px;
    }

	.page_text.rooms_swiper h1 {
        font-size: 32px;
        line-height: 37px;
    }

	.view_suites_description {
        margin-bottom: 70px;
        margin-top: 50px;
    }

	.page_text .view_suites_description ul img {
        width: 40px;
    }

	.rooms_more {
        padding: 8px 12px;
    }

	.page_text .view_suites_description h2 {
        font-size: 21px;
    }

	.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;
    }

	p {
        font-size: 17px;
        line-height: 30px;
    }

	.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 ul li {
		font-size: 15px;
        padding: 5px 0;
	}

	.room_facilities_wrap {
        padding: 60px 0 80px 0;
    }

	.features_list img {
        width: 42px;
        margin: 0 auto 15px auto;
    }

	.features_list img.big {
		width: 65px;
	}

	.page_text.room_intro h2 {
        font-size: 40px;
        line-height: 35px;
        margin-top: -35px;
    }

	.dynamic_title span {
        font-size: 18px;
    }

	.responsive_menu #lang_info {
		display: flex;
	}

	.offer_box {
        margin-bottom: 20px;
        padding: 25px 20px;
	}

	.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;
	}

	.contactform div.input {
        margin: 0px 3% 20px 3%;
	}

	.page_text .sight_description h2 {
		font-size: 29px;
		margin-bottom: 20px;
	}

	.rooms_home_padd {
		padding: 40px 0 30px 0;
	}

	.sight_wrapper {
		padding-bottom: 40px;
	}

	.page_text .dynamic_text ul li {
		font-size: 17px;
	}

	.page_text h2 {
        font-size: 38px;
        line-height: 50px;
	}

	.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;
	}

	.page_text ul li:before {
		width: 30px;
	}

	.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 #top_info, #header.fixed #top_info_right {
		width: 42px;
		height: 42px;
	}

	#header.fixed #top_info img {
		width: 16px;
	}

	#header.fixed #logo {
        background-size: 100%;
    }

    #header.fixed #logo a {
        height: 40px;
    }

	#top_info {
		left: 75px;
		width: 45px;
		height: 45px;
	}

	#top_info img {
		width: 18px;
	}

	.facilities_intro button {
		margin-left: 50px;
	}

    .open_menu img {
        width: 40px;
    }

    #header #book_now {
        font-size: 14px;
        padding-bottom: 2px;
    }

	.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-left: 0;
	}

	.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;
	}

	.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 {
		font-size: 18px;
		line-height: 27px;
	}

	.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: 45px;
        line-height: 55px;
    }

    .padd_big {
        padding-top: 70px;
        padding-bottom: 70px;
    }

	.padd {
        padding-top: 60px;
        padding-bottom: 60px;
    }

	.ioannina h2:before {
		width: 300px;
		height: 410px;
		top: -80px;
	}

	.padd_top {
		padding-top: 50px;
	}

	.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 {
        margin-bottom: 15px;
    }

	.footer_logo:before, .footer_logo:after {
        width: calc(50% - 50px);
    }

	.footer_box p {
	    font-size: 16px;
        line-height: 22px;
	}

	.footer_social img.instagram {
		width: 23px;
	}

	.footer_box p a {
        font-size: 18px;
	}

    .footer_logos .city_life {
        width: 100px;
    }

    .footer_menu {
        margin-bottom: 85px;
        gap: 15px;
    }

    .footer_logos .opal {
        width: 55px;
    }

    .footer_logos .urbanist {
        width: 130px;
    }

    .footer_graphic {
        height: 185px;
    }

	.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.facebook {
		width: 12px;
	}

	.box_number p.box_text {
        font-size: 21px;
        line-height: 26px;
    }

	.footer_social img {
        width: 26px;
        margin: 0px 20px 0 0;
    }

	.copyright_wrapper li {
        padding: 0 8px;
    }

	.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;
    }

	.footer_box p.phone a {
        font-size: 18px;
    }

	.footer_box p a {
        font-size: 17px;
    }

	.box_numbers {
        margin: 40px 15px 0 15px;
    }

	.footer_social img.twitter {
		width: 26px;
	}

	.copyright {
        font-size: 14px;
        padding-right: 25px;
	}	

	/*#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;}
	
	.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;
	}

	.book_menu {
		text-align: center;
		margin-top: 0px;
	}
	.responsive_menu{
		background-position-x: center;
		background-position-y: 10vh;
		background-size: 80px;
	}

	.home_header_content h1 {
        font-size: 40px;
        line-height: 50px;
    }
	
	.scrollButtonContainer {
		top: 85%;
	}

	.scrollButtonContainer img {
        width: 60px;
    }

	.home_header_content p.title, p.title {
        font-size: 20px;
        margin-bottom: 10px;
    }

	.menu_logo {
		margin: 0 auto 3vh auto;
		width: 61px;	
	}

	.responsive_menu .contact_menu h6 {
        font-size: 18px;
        padding-bottom: 10px;
    }

	.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 { display: none }
	.languages .languages_menu a, .languages a.selected_lang { font-size: 14px; }
	.close_menu {
        width: 30px;
        height: 30px;
        background-size: 30px;
	}

	#lang_info .languages .languages_menu a {
		padding: 0px;
		font-size: 14px;
	}

	.tab button {
        font-size: 22px;
        line-height: 30px;
    }

	.tab button {
        font-size: 25px;
        line-height: 36px;
    }

	.responsive_menu #book_now {
        font-size: 13px;
    }

	.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;
	}
}

@media only screen and (max-width: 420px) {	
    .footer_logos .urbanist {
        width: 120px;
    }

    .collection_box h2 {
        font-size: 17px;
        margin-bottom: 10px;
    }

    .hero_bg_left.first h2 {
        padding-bottom: 25px;
        font-size: 25px;
        line-height: 30px;
        padding-left: 30px;
        padding-right: 30px;
    }

    .banner_category_logo img {
        width: 155px;
    }

    .banner_category_logo:before {
        width: 260px;
    }

    .swiper-banner .suite-button-next {
        top: 37%;
    }

    .swiper-banner .suite-button-prev {
        top: 37%;
    }

    .hero_bg_left.first {
        min-height: 230px;
    }

    .banner_category_image {
        height: 60vh;
    }

    .banner_category_logo.city_life img {
        width: 110px;
    }

    .banner_category_logo {
        width: 260px;
        padding: 35px 0px;
    }

    .page_header .home_header_content.small.city-life-apartments img {
        width: 145px;
    }

    .rooms.view .facilities_title img {
        width: 150px;
    }

    .page_text .category_facilities ul li {
        gap: 5px 15px;
        padding: 7px 0 7px 0px;
        font-size: 17px;
    }

    .page_header .home_header_content.small.opal-lake-suites img {
        width: 75px;
    }

    .other_rooms .home_rooms .number {
        font-size: 50px;
        line-height: 75px;
    }

    .other_rooms .room_text {
        padding-top: 65px;
    }

    .other_rooms .home_rooms .number:after {
        width: 24%;
    }

    .other_rooms .navigation_swiper_suites.mob {
        margin-top: 20px;
    }

    .page_text .dynamic_text ul.first li {
        font-size: 20px;
    }

    .page_text .facilities_title h2 {
        font-size: 34px;
    }

    .page_text .facilities_title h2 span {
        font-size: 60px;
    }

    .city-life-apartments .category_intro_left {
        font-size: 105px;
    }

    .category_intro h3 {
        font-size: 23px;
    }

    .page_header .home_header_content.city-life-apartments img {
        width: 165px;
    }

    .facilities_title img {
        width: 165px;
    }

    .category_intro.opal-lake-suites h2:after {
        width: 250px;
        height: 170px;
    }

    .category_intro.opal-lake-suites h2 {
        font-size: 35px;
        width: 180px;
    }

    .category_intro.opal-lake-suites p {
        width: 100%;
        margin-top: 30px;
        text-align: center;
    }

    .page_text h2.info {
        font-size: 40px;
        line-height: 40px;
    }

    .page_text .your_info_list ul li {
        padding: 10px 0;
    }

    .page_text .category_facilities ul li {
        gap: 7px 20px;
        padding: 10px 0 10px 0px;
    }

    .page_text .facilities_title h1 {
        font-size: 40px;
    }

    .page_text .facilities_title h1:after {
        bottom: 18px;
        border-top: 2px solid #000;
    }

    .page_text .facilities_title h1:before {
        top: 27px;
        border-top: 2px solid #000;
    }

    .facilities_title {
        height: 110px;
        bottom: -50px;
    }

    .category_facilities_bg {
        height: 120px;
        width: 80%;
    }

    .category_facilities {
        padding: 0 15px 105px 15px;
    }

    .category_intro_right h3 {
        font-size: 35px;
    }

    .category_intro_left {
        font-size: 95px;
        line-height: 70px;
    }

    .page_text .contact_info_bottom h4 {
        padding-bottom: 5px;
        margin-bottom: 10px;
    }

    #map, #map2, #map3 {
        min-height: 450px;
    }

    .contact_info_bottom .subtab {
        padding: 20px 30px 10px 30px;
    }

    .page_text .contact_info_bottom #tabs li {
        font-size: 16px;
    }

    .page_text .contact_left h2 {
        font-size: 23px;
        line-height: 34px;
    }

    .page_text h3 {
        font-size: 21px;
    }

    .page_left_img {
        margin-bottom: 30px;
    }

    #header #book_now {
        font-size: 13px;
        padding-bottom: 2px;
        width: 50px;
        line-height: 17px;
    }

    .home_rooms.right .number:after {
        width: calc(100% - 120px);
    }

    .page_text #tabs li {
        font-size: 16px;
        padding: 0px 10px;
    }

    .home_rooms.right .category_logo img {
        width: 65px;
    }

    .category_logo img.city-life-apartments {
        width: 120px;
    }

    .home_rooms.left.last .category_bg {
        height: 35%;
        margin-top: -25px;
    }

    .footer_box {
        width: 100%;
    }

    .footer_left, .footer_menu {
        margin-bottom: 45px;
    }

    #book_now {
        font-size: 16px;
    }

    .footer_logos {
        gap: 20px;
    }

    .padd_prefooter h3 {
        margin-bottom: 25px;
    }

    .footer_logos .opal {
        width: 45px;
    }

    .footer_logos .city_life {
        width: 85px;
    }

    .footer_graphic {
        height: 150px;
    }

	.page_text .home_rooms_text ul li {
        width: 100%;
        padding: 2px 0;
    }

	.page_text .room_list ul li {
        padding: 10px 0;
        font-size: 16px;
    }

	.room_list .booking_room .book_submit button {
        font-size: 15px;
        padding: 15px 28px;
    }

	.room_list .booking_wrap.booking_room {
        margin-top: 35px;
    }

	.room_list .booking_room .booking_form {
        margin-left: 0px;
        width: 100%;
    }

	.room_list ul {
        padding: 20px 5px 50px 5px;
    }

	.room_list ul li img.balcony {
        width: 50px;
    }

	.room_list ul li img.bath {
        width: 32px;
    }

	.room_list ul li img.living_room {
        width: 58px;
    }

	.room_list ul li img.bed {
        width: 44px;
    }

	.room_list ul li img.guests {
        width: 35px;
    }

	.room_list ul li img {
        width: 38px;
        margin-bottom: 10px;
    }

	.page_text .room_details h1 {
		font-size: 30px;
        line-height: 40px;
        letter-spacing: 1px;
        margin-bottom: 20px;
    }

	.page_text .room_list ul li {
        padding: 10px 0;
    }

	.room_list ul li {
        width: 50%;
    }

	.room_details {
        margin-top: 140px;
    }

	.other_rooms ul li img {
		width: 37px;
	}

	.home_rooms_text.inside {
        padding: 15px 10px 25px 20px;
    }

	.home_rooms.right .home_rooms_text.inside {
        padding: 15px 20px 25px 10px;
    }

	.room.urban .room_info {
        padding: 20px 0px 60px 0px;
    }

	.page_text .room.urban h2 {
        font-size: 24px;
	}

	.page_text .room.urban ul li {
        padding: 0 12px;
    }

	.room .navigation_swiper_suites {
        bottom: 15px;
    }

	.page_text .room ul {
        margin-top: 20px;
    }

	.room {
        padding: 15px 0 40px 0;
    }

	.room_info:before {
        height: 110%;
    }

	.room:before {
        height: 240px;
        top: 48%;
    }

	.page_text .room ul li {
        padding: 0 12px;
        font-size: 19px;
    }

	.room_info {
        padding: 25px 20px;
    }

	.category_facilities ul li img {
        width: 35px;
    }

	.page_text.form_contact h1 {
        margin: 0 auto 60px auto;
	}

	.dynamic_text p {
        padding: 3px 0;
    }

	.page_title {
        margin-top: 150px;
    }

	.room_shadow {
        background: linear-gradient(180deg, rgb(105 105 105 / 60%) 5%, rgb(233 233 233 / 55%) 30%, rgb(255 255 255 / 85%) 45%);
    }

	.page_text .page_title h1 {
        font-size: 30px;
    }

	.home_header_content.urban h1 {
        font-size: 35px;
        line-height: 42px;
    }

	.home_header_content.urban p {
        margin-top: 30px;
    }

	.home_header_content p.title, p.title {
        font-size: 18px;
	}

	.hero_bg_right p {
        margin-top: 290px;
        font-size: 15px;
    }

	.home_header_title h1 {
        font-size: 25px;
        line-height: 35px;
        padding: 0 45px;
    }

	.choose_stay:after {
        right: -25%;
        top: 23px;
        width: 28%;
    }

	.choose_stay:before {
        left: -25%;
        top: 23px;
        width: 28%;
    }

	.choose_stay img {
        width: 15px;
        height: 15px;
    }

	.home_header_title p {
        font-size: 19px;
        padding: 0 10px;
        width: 130px;
    }

	.choose_stay {
        margin-top: 18px;
    }

    .page_text h1 {
        font-size: 38px;
        line-height: 48px;
        margin-bottom: 25px;
    }

	.page_text .home_rooms h2 {
        font-size: 35px;
        line-height: 40px;
    }
	
	.footer_box p.phone a {
        font-size: 17px;
    }

    .home_rooms.left.inner .category_bg {
        width: 75%;
    }

    .slides_counter span {
        font-size: 32px;
    }

    .page_text .room_text ul.first li {
        font-size: 21px;
    }

    .slides_counter {
        font-size: 18px;
    }

    .rooms.posts .home_rooms .number {
        font-size: 55px;
        line-height: 80px;
    }

    .home_rooms.inner .number:after {
        width: 35%;
    }

	#header:after {
        height: 15px;
        bottom: -15px;
	}

	#logo a {
        width: 95px;
        height: 60px;
	}

    .location_section .button {
        padding: 30px 30px 30px 0;
    }

	.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: 0px;
    }

	.day-input {
        font-size: 55px;
        line-height: 45px;
        margin-right: 10px;
        margin-top: 5px;
    }

	.book_info.first img {
		width: 14px;
	}

	.book_info input {
        font-size: 16px;
    }

    .book_info .divider {
        margin: 0 15px;
    }

    .book_info input {
        width: 100px;
    }

	.book_info.book_info_numbers input {
        width: 20px;
    }

	.book_info .minus img, .book_info .plus img {
        width: 12px !important;
    }

	.booking_left {
        padding: 5px 15px;
    }

	.book_info {
        padding: 15px 0px;
    }

	.book_info.book_info_numbers img {
        width: 23px;
    }

	.book_info span {
        font-size: 16px;
    }

	.book_info img {
        width: 16px;
        margin-right: 10px;
    }

	.book_info select {
        font-size: 16px;
    }

	.book_submit {
        margin: 15px 0;
    }

	.padd {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .book_info input {
        letter-spacing: 0px;
    }

    .book_info select {
        letter-spacing: 0px;
    }

    .book_arrows {
        margin-left: 25px;
    }

    .book_submit button, .book_submit a {
        font-size: 15px;
    }

	.page_text #other_rooms h4 {
		font-size: 16px;
	}

	.features_list {
        padding: 30px 15px 5px 15px;
    }

	.page_text .features_list ul li {
        font-size: 14px;
    }

	.page_text .features_list h1 {
        font-size: 27px;
        line-height: 30px;
    }

	.room_view_text {
        padding: 25px 15px;
    }

	.room_view_text p.title:before {
        width: 28px;
        top: 10px;
    }

	.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;
    }

	.page_text .rooms_home p {
        font-size: 17px;
        line-height: 25px;
    }

	.page_text.rooms_swiper h1 {
        font-size: 28px;
        line-height: 32px;
    }

	.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%;
    }

	.dynamic_title span {
        margin-top: 15px;
    }
	
	.contact_details ul li span {
        margin-top: 10px;
        font-size: 15px;
    }

	.page_text p.address {
        font-size: 18px;
	}

	.page_text .offer_box h2 {
        font-size: 21px;
        margin-bottom: 15px;
    }

	.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;
    }

	.padd_small {
        padding-top: 15px;
        padding-bottom: 15px;
    }

	.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 .languages a.selected_lang {
		font-size: 14px;
	}

    .close_menu {
        top: 25px;
    }

    .collection_box .urbanist {
        width: 140px;
    }

	.responsive_menu #top_info, #header.fixed .responsive_menu #top_info {
		left: 70px;
		width: 42px;
		height: 42px;
		top: 32px;
	}

    .collection_box .city_life {
        width: 100px;
    }

    .collection_box hr {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .collection_box {
        margin: 15px auto;
        padding-bottom: 15px;
    }

    .responsive_info {
        padding-bottom: 40px;
    }

	.responsive_menu #top_info img {
		width: 15px;
	}

    .collection_box .opal {
        width: 50px;
    }

	.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: 30px;
        top: 28px;
    }

	#lang_info a {
        font-size: 14px;
    }

	.responsive_menu .contact_menu h6 {
        font-size: 17px;
	}

	.tab button {
        font-size: 20px;
        line-height: 25px;
    }

	.languages {
		padding-bottom: 0;
	}

	.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;
	}

	.page_text h4 {
        font-size: 17px;
    }

	.sight_box.right .sight_img {
		padding-right: 15px;
		margin-left: 0;
		margin-top: 15px;
	}

	.contact_luxury:before {
        left: 0;
    }

	.contact_info {
        padding: 10px 0 20px 0;
    }

	.contact_info p.phone {
        margin-top: 7px;
    }

	.contact_details h2 {
		font-size: 30px;
		line-height: 40px;
		margin-bottom: 20px;
	}

	.info-window-content p.balloon-first {
		font-size: 21px;
	}

	.page_text .home_rooms.right h2 {
        padding-right: 35px;
    }

	.contact_details ul li {
		font-size: 15px;
	}

	.image_shadow {
		min-height: 800px;
	}

    .room_category {
        margin-top: 20px;
    }

    .home_rooms .number {
        font-size: 90px;
        line-height: 90px;
    }

    .home_rooms .number:after {
        margin-left: 100px;
    }

    .pages.home .home_rooms.left .category_bg {
        width: 160px;
        height: 42%;
    }

    .home_rooms.left.room_categ_page {
        margin-bottom: 20px;
    }

    .room_text p {
        margin-bottom: 20px;
    }

    .home_rooms.room_categ_page {
        margin-bottom: 50px;
        margin-top: 20px;
    }

    .home_rooms.left .category_bg {
        width: 160px;
        height: 30%;
    }

    .pages.home .home_rooms.right .category_bg {
        width: 160px;
        height: 35%;
        margin-top: -20px;
    }

    .home_rooms.right .category_bg {
        width: 160px;
        height: 30%;
        margin-top: -20px;
    }

	.page_text h2 {
        font-size: 35px;
        line-height: 47px;
        margin-bottom: 20px;
	}

	.service_box.right img {
        padding-left: 20px;
    }

	.service_box.right .services_text {
        padding-left: 20px;
    }

    .service_box:before {
        bottom: 60%;
        width: 24px;
        height: 24px;
	}

    .dynamic_text h3 {
        font-size: 27px;
        line-height: 37px;
        margin-bottom: 10px;
    }

	.page_description .inline {
		padding: 0 30px;
	}

	.page_description .inline:first-of-type::after {
		width: 40px;
		right: -25px;
	}

	.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;
	}

	#tabs li a:hover {
		padding-right: 30px;
	}

	.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;
	}

	.rooms_more {
        font-size: 13px;
        padding: 8px 12px;
        letter-spacing: 1px;
	}

	.view_suites_description {
        margin-bottom: 50px;
        margin-top: 40px;
        padding-right: 15px;
	}

	.rooms_more.right {
        margin-left: 20px;
    }

	.page_text .view_suites_description ul li {
		font-size: 15px;
    }
	
	.rooms_swiper h1 {
		font-size: 35px;
		line-height: 35px;
		margin-bottom: 20px;
	}

	.page_text .view_suites_description h2 {
        font-size: 19px;
    }

	.page_text .view_suites_description ul img {
        width: 35px;
        margin-left: 20px;
    }

	.page_text .view_suites_description ul {
        margin: 10px 0px;
	}

	.view_all {
        top: -10px;
	}

	.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 ul li:before {
		width: 25px;
	}

	.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;
	}

	.home_header_content .circle {
		width: 290px;
		height: 290px;
		top: 33%;
	}

	.image-container-inner.ioannina {
        margin: 40px 35px 0 35px;
    }

	.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: 110px;
    }

    .button {
        font-size: 17px;
        background-size: 16px;
        margin-top: 20px;
        padding: 5px 30px 5px 0px;
    }

    .home_rooms.left {
        margin-top: 25px;
    }

	.footer_logo {
        margin-bottom: 25px;
    }

	.footer_box.first p {
        font-size: 16px;
    }

	.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-bottom: 70px;
    }

	.newsletter-input label {
		font-size: 13px;
	}

	.footer_social img {
        width: 24px;
	}

	.footer_social img.facebook {
        width: 11px;
    }

	.newsletter-input input {
        font-size: 14px;
        padding: 0px 0;
    }

	.padd_prefooter {
        padding-top: 45px;
    }

	.footer_menu ul li a {
		font-size: 15px;
    }

	.footer_box .footer_social p {
        font-size: 19px;
    }

	.copyright_wrapper li a {
        font-size: 14px;
	}

	.footer_social:after {
		height: 20px;
		top: 0px;
	}

	#wapp {
        margin-top: 0px;
    }

	.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 #book_now {
        font-size: 12px;
        padding: 3px 5px;
	}

	#header.fixed {
        padding: 7px 15px;
	}

	#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: 35px;
	}

	.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;
	}

	.page_text .page_description h2 {
		font-size: 20px;
		text-align: left;
	}

	.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;
	}

	#home_rooms_mob .rooms_more.mob {
		bottom: -10px;
		width: 100%;
		margin: 0 auto;
		text-align: center;
		margin-left: 0;
		padding-right: 40px;
	}

	#home_rooms_mob .room_book.mob {
		bottom: -20px;
		display: block;
		float: none;
		width: fit-content;
		margin: 0 auto;
	}

	.page_text .room_details ul {
		margin: 0px 0 17px 0px;
		padding-top: 10px;
	}

	.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_facilities {
        margin: 0px 0px 45px 0px;
    }

	.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;
	}

	.rooms_description {
        padding: 35px 10px 60px 10px;
    }

	.rooms_description p {
        margin-bottom: 10px;
    }

	.page_text .rooms_description ul {
        margin: 15px 0 15px 0;
    }

	.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;
    }

	.contact_urban:before {
        right: 0;
    }

	.contact_urban .soon {
        font-size: 12px;
        width: 60px;
        height: 55px;
        margin-left: -15px;
        margin-top: -15px;
    }

	.contactform div.input {
        width: 94%;
        margin: 0px 3% 15px 3%;
    }

	.sight-image {
		height: 30vh;
	}

    .contact_info p a {
        font-size: 21px;
    }
	
	.padd_top {
		padding-top: 40px;
	}

	.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;
	}

	.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;
        margin-top: 20px;   
    }

	.scrollButtonContainer img {
        width: 50px;
	}

    .page_header .home_header_content.small img {
        width: 165px;
    }

	.home_header_content {
        padding: 0 15px;
    }

	.home_header_content p {
        font-size: 16px;
        line-height: 27px;
    }

	.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;
    }

	.padd_big {
        padding-top: 60px;
        padding-bottom: 60px;
    }

	.luxury_suites_graphic {
        width: 60%;
        top: 5px;
    }

	.cens_graphic {
        background-size: 70%;
        height: 70px;
    }

	.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 p {
        line-height: 23px;
	}

	.responsive_menu ul li a {
		padding: 4px 0px 4px 0px;
		font-size: 17px;
	}

	#logo {
        background-size: 100%;
    }

	.open_menu img.dark_menu, .open_menu img.white_menu {
		width: 35px;
	}

	.center-991 {
		margin-bottom: 35px;
	}

	.footer_box h6 {
        font-size: 17px;
        letter-spacing: 1px;
        margin-bottom: 10px;
    }

	.footer_box p {
        font-size: 14px;
        line-height: 17px;
    }

	.footer_box a.find_us {
        font-size: 15px;
    }

	.footer_box p a {
        font-size: 16px;
    }

	.footer_box .button {
		margin: 0px auto 0 auto;
		padding: 10px 50px 10px 20px;
	}

	.footer_box table td {
        padding: 0px 0;
        font-size: 16px;
    }

	.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: #000;
		background-image: none;
		border: 1px solid #000;
		padding: 17px 40px;
		margin-top: 30px;
	}

	.p-er {
		text-align: center;
	}

.btn-er a:hover{	
	color: #fff;	
	background: #000;
	padding: 17px 40px;	
}
  @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;
    }
   }