/*

    Colors

    – – – – – – – – – – – – – – – – – – – – – – – – –

    bg light    f4f1e2      rgba(244, 241, 226, 1.0)
    brown       2f1f1e      rgba(47, 31, 30, 1.0)
    gold        c9995e      rgba(201, 153, 94, 1.0)
    gold dark   af7b3c      rgba(175, 123, 60, 1.0)
    orange      db7c3d      rgba(219, 114, 61, 1.0)
    purple      352d3e      rgba(53, 45, 62, 1.0)
    gray text   666         rgba(102, 102, 102, 1.0)

    – – – – – – – – – – – – – – – – – – – – – – – – –

*/

@font-face {font-family: "Arquitecta"; src: url('../fonts/Arquitecta.otf') format("opentype");}

body {
    padding: 0;
    margin: 0;
    font-family: "Arquitecta", sans-serif;
    background-color: #f4f1e2;
}

::selection {
  color: #f4f1e2; 
  background: #af7b3c;
}

sup {
    vertical-align: top; 
    font-size: 0.8em;
}

.disable-scrolling {
    overflow: hidden;
}

a {
    text-decoration: none;
}

.menu {
    display: none;
    box-sizing: border-box;
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100vh;
    left: 0;
    top: 0;
    background: #2f1f1e;
}

.fade-bg {
    opacity: .35;
    position: fixed;
    z-index: 995;
    width: 100%;
    height: 100vh;
    background: url('/img/menu/bg/foglalas.jpg') center center no-repeat #2f1f1e;
    background-size: cover;
}

.menu-wrap {
    position: relative;
    z-index: 996;
    padding: 60px;
}

.menu-wrap button.close-x {
    position: absolute;
    right: 15px;
    top: 15px;
    outline: none;
    background: transparent;
    color: rgba(255,255,255,.7);
    border: none;
    cursor: pointer;
    transition: all .3s ease-in-out;
}

.menu-wrap button.close-x:hover {
    color: rgba(255,255,255,1.0);
    transform: rotate(90deg);
}

.menu .logo-light {
    display: block;
    width: 482px;
    height: 34px;
    text-indent: -9999px;
    background-image: url('/img/menu/logo-light.png');
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 482px 34px;
    float: left;
    margin-left: 15px;
}

.menu .social {
    display: block;
    width: 176px;
    height: 38px;
    text-indent: -9999px;
    background-image: url('/img/menu/social-icons.png');
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 176px 38px;
    float: right;
}

.menu nav {
    width: 50%;
    float: right;
}

.menu nav ul {
    list-style: none;
    font-size: 42px;
    margin: 90px 0 0 0;
    padding:  0;
    line-height: 56px;
    pointer-events: none;
    text-align: right;
}

.menu nav ul li {
    padding: 5px 0;
    pointer-events: auto;
    display: block;
    float: right;
    clear: right;
}

.menu nav ul li a {
    color: rgba(255,255,255,1.0);
}

.menu nav ul:hover > li:not(:hover) {
    opacity: .5;
}

.menu .roomtypes {
    width: 38%;
    float: left;
    position: relative;
    margin-top: 35px;
}

@media only screen and (max-width: 767px){
    .menu .roomtypes {
        display: flex !important;
        flex-direction: column;
        width: 80%;
    }
    .menu .roomtypes .room {
        display: block !important;
        width: 100% !important;
    }
}

.menu .roomtypes h3 {
    color: #fff;
    text-transform: uppercase;
    font-size: 30px;
    padding: 0 0 0 15px;
    margin: 0 0 15px 0;
    font-weight: lighter;
}

.menu .roomtypes .room {
    display: block;
    width: 50%;
    float: left;
    box-sizing: border-box;
    padding: 0 15px;
    text-align: center;
    margin-bottom: 5px;
    transition: all .2s ease-in-out;
}

.menu .roomtypes .room:hover {
    transform: scale(1.03);
}

.menu .roomtypes .room img {
    display: block;
    width: 100%;
    margin: auto;
}

.menu .roomtypes .room span {
    display: inline-block;
    position: relative;
    margin: auto;
    bottom: 36px;
    color: #fff;
    background-color: #db7c3d;
    font-size: 19px;
    height: 16px;
    line-height: 19px;
    text-transform: uppercase;
    padding: 5px 9px;
}

.menu .roomtypes .room span.deluxe {
    background-color: #352d3e;
}

.menu button.close {
    color: #c9995e;
    background: transparent;
    outline: none;
    border: none;
    font-family: "Arquitecta", sans-serif;
    font-size: 30px;
    cursor: pointer;
    padding: 0;
    position: absolute;
    right: 60px;
    top: 146px;
}

.menu button.close:hover {
    color: #fff;
}

.menu p {
    text-align: right;
    color: #fff;
    font-size: 19px;
    margin: 0;
    padding: 15px 15px 0 0;
}

.menu p a {
    color: #fff;
}

.menu p a:hover {
    color: #c9995e;
}

.menu.show {
    display: block;
    overflow: auto;
    animation: fademenu .6s normal forwards;
    -webkit-animation: fademenu .6s normal forwards;
    -moz-animation: fademenu.6s normal forwards; 
}

@keyframes fademenu {
    0% {opacity: 0;} 
    100% {opacity: 100%;} 
}
@-moz-keyframes fademenu {
    0% {opacity: 0;} 
    100% {opacity: 100%;} 
}
@-webkit-keyframes fademenu {
    0% {opacity: 0;} 
    100% {opacity: 100%;} 
}

/*
    not to eat
*/
.tortilla-wrap {
    transition: all .3s ease-in;
    position: relative;
    right: 0;
}

.tortilla-wrap.blur {
    filter: blur(.6rem);
    right: 120px;
}

.info-panel {
    display: none;
    transition: all .2s ease-in;
    position: fixed;
    z-index: 99;
    right: -600px;
    top: 0;
    width: 400px;
    height: 100vh;
    padding: 50px;
    background: #f4f1e2;
    color: #2f1f1e;
    font-size: 17px;
    line-height: 32px;
    box-shadow: 0 10px 16px 0 rgba(0,0,0,0.2);
}

.hide-info-panel {
    display: none;
    position: fixed;
    z-index: 98;
    width: 100%;
    height: 100vh;
    left: 0;
    top: 0;
    cursor: pointer;
}

.hide-info-panel.show {
    display: block;
}

.info-panel h4 {
    font-size: 25px;
    color: #af7b3c;
    font-weight: lighter;
    margin-top: 0;
    margin-bottom: 20px;
    padding-top: 0;
}

.info-panel h4 .stars {
    font-size: 29px;
    display: inline-block;
    position: relative;
    bottom: -9px;
    letter-spacing: .75px;
}

.info-panel a {
    color: #2f1f1e;
}

.info-panel.show {
    display: block;
    overflow: auto;
    animation: slidefromright .2s normal forwards;
    -webkit-animation: slidefromright .2s normal forwards;
    -moz-animation: slidefromright .2s normal forwards;            
}

.info-panel.hide {
    display: block;
    animation: slideback .4s forwards;  
    -webkit-animation: slideback .4s forwards;
    -moz-animation: slideback .4s forwards; 
}

@keyframes slidefromright{
    0% {right: -600px;} 
    100% {right: 0;} 
}
@-moz-keyframes slidefromright{
    0% {right: -600px;} 
    100% {right: 0;} 
}
@-webkit-keyframes slidefromright{
    0% {right: -600px;} 
    100% {right: 0;} 
}

@keyframes slideback{
    0% {right: 0;} 
    100% {right: -600px;} 
}
@-moz-keyframes slideback{
    0% {right: 0;} 
    100% {right: -600px;} 
}
@-webkit-keyframes slideback{
    0% {right: 0;} 
    100% {right: -600px;} 
}

.sepa {
    width: 94px;
    height: 2px;
    background-color: #c9995e;
}

header {
    position: fixed;
    z-index: 3;
    top: 0;
    left: 0;
    width: 100%;
    height: 90px;
    line-height: 90px;
    vertical-align: middle;
    background-color: #f4f1e2;
    box-shadow: 0 4px 9px rgba(0, 0, 0, .07);
    transition: all .3s ease-in;
}

.move {
    left: -120px;
}

header .logo {
    display: block;
    /* width: 482px; */
    width: 25%;
    height: 34px;
    text-indent: -9999px;
    background-image: url('/img/logo.png');
    background-repeat: no-repeat;
    background-position: 0 0;
    /* background-size: 482px 34px; */
    background-size: contain;
    float: left;
    margin: 28px 0 0 56px;
}

header .topmenu {
    float: right;
    color: #2f1f1e;
    font-size: 21px;
}

header .topmenu a {
    transition: all .2s ease-in-out;
    color: #2f1f1e;
    /* margin-left: 40px; */
    margin-left: 16px;
}

header .topmenu a:hover {
    color: #2f1f1e;
    /* margin-left: 16px; */
}

header .topmenu a.phonenumber:hover {
     transform: scale(1.05);
}

header .topmenu a.phonenumber, header .topmenu a.menu-trigger {
    display: inline-block;
}

header .topmenu a.reservation, div a.b-reservation {
    height: 34px;
    line-height: 36px;
    display: inline-block;
    padding: 0 13px;
    border-radius: 2px;
    background-color: #db7c3d;
    color: #fff !important;
    /* margin-right: 40px; */
    transition: all .2s ease-in-out;
    position: relative;
    top: 0;
    left: 0;
    box-shadow: 0 0 0 #955930;
}

header .topmenu a.reservation:hover, div a.b-reservation:hover {
    top: -3px;
    left: 3px;
    box-shadow: -3px 3px 0 #955930;
}

div a.b-reservation {
    margin-top: 20px;
    text-transform: uppercase;
    text-decoration: none !important;
}

header .topmenu .menu-trigger {
    color: #2f1f1e;
    font-family: "Arquitecta", sans-serif;
    font-size: 21px;
    background-color: transparent;
    outline: none;
    border: none;
    margin-left: 40px;
    cursor: pointer;
    transition: all .2s ease-in-out;
}

header .topmenu .menu-trigger .feather {
    position: relative;
    top: 5px;
    transition: all .2s ease-in-out;
}

header .topmenu .menu-trigger:hover .feather {
    color: #c9995e
}

header .topmenu button.info {
    width: 22px;
    height: 27px;
    display: inline-block;
    position: relative;
    top: -3px;
    text-indent: -9999px;
    margin-right: 56px;
    background-image: url('/img/i.png');
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 22px 27px;
    background-color: transparent;
    outline: none;
    border: none;
    margin-left: 40px;
    cursor: pointer;
    transition: all .2s ease-in-out;
}

header .topmenu button.info:hover {
    transform: scale(1.09);
}

/* 
    custom select 
*/

/* 
    lang select
*/
.custom-select {
  position: relative;
  font-family: inherit;
  width: 65px;
  height: 34px;
  display: inline-block;
}

.custom-select select {
  display: none;
}

.select-selected {
  background-color: #f4f1e2;
}

.select-selected:after {
  position: absolute;
  content: "";
  top: 40px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #2f1f1e transparent transparent transparent;
  transition: all .2s ease-in-out;
}

.select-selected:hover:after {
  border-color: #c9995e transparent transparent transparent;
}

.select-selected.select-arrow-active:after {
  border-color: transparent transparent #2f1f1e transparent;
  top: 40px;
}

.select-items div,.select-selected {
  color: #2f1f1e;
  padding-left: 9px;
  cursor: pointer;
}

.select-items {
  position: absolute;
  background-color: #f4f1e2;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  line-height: 34px;
}

.select-items div {
    border-bottom: 1px solid rgba(47, 31, 30, .03);
    transition: all .2s ease-in-out;
}

.select-items:last-child {
    border-bottom: none;
}

.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
  background-color: rgba(255, 255, 255, .5);
}

.select-items div:hover {
  text-indent: 5px;
}

/* 
    admin select
*/
.admin-select {
    position: relative;
    font-family: 'Instrument Sans' ,  sans-serif;
    color: #2c2b29;
    font-size: 15px;
    width: 360px;
    box-sizing: border-box;
    display: inline-block;
    border-radius: 4px;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 9px #fff;
    background-image: linear-gradient(to bottom, #fff, transparent); 
    background-color: #f0f0f0;
    padding: 12px;
    margin: 8px 0;
}

.admin-select select {
  display: none;
}

.admin-select .select-selected {
    background: transparent;
    padding-left: 0;
}

.admin-select .select-selected:after {
    position: absolute;
    content: "";
    top: 19px;
    right: 10px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #999 transparent transparent transparent;
    transition: all .2s ease-in-out;
}

.admin-select .select-selected:hover:after {
  border-color: #999 transparent transparent transparent;
}

.admin-select .select-selected.select-arrow-active:after {
  border-color: transparent transparent #999 transparent;
  top: 12px;
}

.admin-select .select-items div,.select-selected {
  padding-left: 9px;
  cursor: pointer;
}

.admin-select .select-items {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    line-height: 42px;
}

.admin-select .select-items div {
    border: 1px solid rgba(0, 0, 0, .2);
    border-top-color: transparent;
    transition: all .2s ease-in-out;
    background: #fff;
}

.admin-select .select-items div:first-child {
    border-top-color: rgba(0, 0, 0, .2);
}

.admin-select .select-hide {
  display: none;
}

.admin-select .select-items div:hover, .same-as-selected {
  background-color: rgba(255, 255, 255, .5);
}

.admin-select .select-items div:hover {
  text-indent: 5px;
  background: #fff;
}

.breadcrumb {
    display: block;
    padding: 15px 0 5px 0;
    color: #666;
    font-size: 15px;
}

.breadcrumb a {
    color: #c9995e;
}

/*
    slider
*/
section.splide {
	position: relative;
    z-index: 1;
    left: 0;
    top: 0;
    height: 100vh;
}

.splide__container {
	box-sizing: border-box;
    position: relative
}

.splide__list {
	backface-visibility: hidden;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	margin: 0 !important;
	padding: 0 !important
}

.splide.is-initialized:not(.is-active) .splide__list {
	display: block
}

.splide__pagination {
	-ms-flex-align: center;
	align-items: center;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0;
	pointer-events: none
}

.splide__pagination li {
	display: inline-block;
	line-height: 1;
	list-style-type: none;
	margin: 0;
	pointer-events: auto
}

.splide:not(.is-overflow) .splide__pagination {
	display: none
}

.splide__progress__bar {
	width: 0
}

.splide {
	position: relative;
	visibility: hidden
}

.splide.is-initialized,
.splide.is-rendered {
	visibility: visible
}

.splide__slide {
	backface-visibility: hidden;
	box-sizing: border-box;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	list-style-type: none !important;
	margin: 0;
	position: relative;
    background-color: #2f1f1e;
}

.splide__slide img {
	vertical-align: bottom;
    display: block;
    width: 100%;
    height: 100vh;
    object-fit: cover;
    
}

.splide__slide.faded img {
    opacity: .6;
}

.splide__spinner {
	animation: splide-loading 1s linear infinite;
	border: 2px solid #999;
	border-left-color: transparent;
	border-radius: 50%;
	bottom: 0;
	contain: strict;
	display: inline-block;
	height: 20px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 20px
}

.splide__sr {
	clip: rect(0 0 0 0);
	border: 0;
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px
}

.splide__toggle.is-active .splide__toggle__play,
.splide__toggle__pause {
	display: none
}

.splide__toggle.is-active .splide__toggle__pause {
	display: inline
}

.splide__track {
	overflow: hidden;
	position: relative;
	z-index: 0
}

@keyframes splide-loading {
	0% {
		transform: rotate(0)
	}

	to {
		transform: rotate(1turn)
	}
}

.splide__track--draggable {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.splide__track--fade>.splide__list>.splide__slide {
	margin: 0 !important;
	opacity: 0;
	z-index: 0
}

.splide__track--fade>.splide__list>.splide__slide.is-active {
	opacity: 1;
	z-index: 1
}

.splide--rtl {
	direction: rtl
}

.splide__track--ttb>.splide__list {
	display: block
}

.splide__arrow {
	-ms-flex-align: center;
	align-items: center;
	border: 0;
	cursor: pointer;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	opacity: .8;
	padding: 0;
	position: absolute;
	top: 50%;
	z-index: 1;
    width: 52px;
    height: 75px;
    text-indent: -9999px;
    bottom: -90px;
}

.splide__arrow svg {
	display: none;
}

.splide__arrow:hover:not(:disabled) {
	opacity: 1.0
}

.splide__arrow:disabled {
	opacity: .8;
}

.splide__arrow--prev {
	left: 1em;
    background: url('/img/slider/arrow-left.png') no-repeat center center;
    background-size: 52px 75px;
}

.splide__arrow--prev svg {
	display: none;
}

.splide__arrow--next {
	right: 1em;
    background: url('/img/slider/arrow-right.png') no-repeat 0 0;
    background-size: 52px 75px;
}

.splide.is-focus-in .splide__arrow:focus {
	outline: none;
}

.splide__pagination {
	bottom: .5em;
	left: 0;
	padding: 0 1em;
	position: absolute;
	right: 0;
	z-index: 1
}

.splide__pagination__page {
	background: #ccc;
	border: 0;
	border-radius: 50%;
	display: inline-block;
	height: 8px;
	margin: 3px;
	opacity: .7;
	padding: 0;
	position: relative;
	transition: transform .2s linear;
	width: 8px
}

.splide__pagination__page.is-active {
	background: #fff;
	transform: scale(1.4);
	z-index: 1
}

.splide__pagination__page:hover {
	cursor: pointer;
	opacity: .9
}

.splide__pagination__page:focus-visible {
	outline: 3px solid #0bf;
	outline-offset: 3px
}

.splide.is-focus-in .splide__pagination__page:focus {
	outline: 3px solid #0bf;
	outline-offset: 3px
}

.splide__progress__bar {
	background: #ccc;
	height: 3px
}

.splide__slide {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.splide__slide:focus {
	outline: 0
}

@supports(outline-offset:-3px) {
	.splide__slide:focus-visible {
		outline: 3px solid #0bf;
		outline-offset: -3px
	}
}

@media screen and (-ms-high-contrast:none) {
	.splide__slide:focus-visible {
		border: 3px solid #0bf
	}
}

@supports(outline-offset:-3px) {
	.splide.is-focus-in .splide__slide:focus {
		outline: 3px solid #0bf;
		outline-offset: -3px
	}
}

@media screen and (-ms-high-contrast:none) {
	.splide.is-focus-in .splide__slide:focus {
		border: 3px solid #0bf
	}

	.splide.is-focus-in .splide__track>.splide__list>.splide__slide:focus {
		border-color: #0bf
	}
}

.splide__toggle {
	cursor: pointer
}

.splide__toggle:focus-visible {
	outline: 3px solid #0bf;
	outline-offset: 3px
}

.splide.is-focus-in .splide__toggle:focus {
	outline: 3px solid #0bf;
	outline-offset: 3px
}

.splide__track--nav>.splide__list>.splide__slide {
	border: 3px solid transparent;
	cursor: pointer
}

.splide__track--nav>.splide__list>.splide__slide.is-active {
	border: 3px solid #000
}

.splide__arrows--rtl .splide__arrow--prev {
	left: auto;
	right: 1em
}

.splide__arrows--rtl .splide__arrow--prev svg {
	transform: scaleX(1)
}

.splide__arrows--rtl .splide__arrow--next {
	left: 1em;
	right: auto
}

.splide__arrows--rtl .splide__arrow--next svg {
	transform: scaleX(-1)
}

.splide__arrows--ttb .splide__arrow {
	left: 50%;
	transform: translate(-50%)
}

.splide__arrows--ttb .splide__arrow--prev {
	top: 1em
}

.splide__arrows--ttb .splide__arrow--prev svg {
	transform: rotate(-90deg)
}

.splide__arrows--ttb .splide__arrow--next {
	bottom: 1em;
	top: auto
}

.splide__arrows--ttb .splide__arrow--next svg {
	transform: rotate(90deg)
}

.splide__pagination--ttb {
	bottom: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	left: auto;
	padding: 1em 0;
	right: .5em;
	top: 0
}

.splide ul li div.card {
    position: absolute;
    z-index: 1;
    height: auto;
    padding: 35px;
    background: #fff;
    text-align: right;
    line-height: 28px;
    display: inline-block;
    width: 472px;
    border-radius: 4px;
}

.splide ul li div.card h3 {
    color: #e16844;
    font-size: 30px;
    line-height: 34px;
    margin: 0 0 20px 0;
    padding: 0;
}

.splide ul li div.card h3 a {
    color: #e16844;
    text-decoration: none;
}

.splide ul li div.card span {
    font-family: 'Instrument Sans' ,  sans-serif;
    color: #2c2b29;
    font-size: 15px;
}

.splide ul li div.card a.action {
    display: inline-block;
    margin: 18px 0 0 0;
    color: #2f1f1e;
    font-size: 18px;
}

.splide ul li div.card a.action:hover {
    color: #db7c3d;
}

.splide ul li div.card.b-r {
    right: 15px;
    bottom: 15px;
    padding: 30px;
}


.splide ul li div.card.b-l {
    left: 15px;
    bottom: 15px;
    text-align: left;
    padding: 30px;
}

.splide ul li div.card.t-r {
    right: 15px;
    top: 105px;
    padding: 30px;
}

.splide ul li div.card.t-l {
    left: 15px;
    top: 105px;
    text-align: left;
    padding: 30px;
}

.splide ul li div.card.m-c {
    background: transparent;
    left: 50%;
    top: 50%;
    margin-left: -240px;
    margin-top: -100px;
    text-align: center;
    padding: 15px;
    color: #fff;
    font-size: 23px;
    line-height: 42px;
    text-shadow: 1px 1px 9px rgba(0, 0, 0, .3);
}

.splide ul li div.card.m-c span {
    color: #fff;
    font-size: 18px;
}

.splide ul li div.card.m-c h3 {
    font-size: 40px;
    color: #fff;
}

.splide ul li div.card.m-c a.action {
    margin-top: 25px;
    padding: 6px 26px;
    color: #fff;
    border: 0;
    border-radius: 2px;
    background: transparent;
    height: 40px;
    line-height: 43px;
    vertical-align: middle;
}

.splide ul li div.card.m-c a.action.btn-fx {
  outline: 2px solid #fff;
  border: 2px solid #fff;
  outline-offset: -2px;
  transition: outline-width 200ms ease, outline-offset 200ms ease;
}

.splide ul li div.card.m-c a.action.btn-fx:hover,
.splide ul li div.card.m-c a.action.btn-fx:focus {
  outline:  2px solid #fff;
  outline-width: 5px;
  outline-offset: -5px;
}

.boxes.rc4 {
    box-sizing: border-box;
    width: 80%;
    margin: 70px auto;
}

.boxes.boxes-fw.rc4 {
    box-sizing: border-box;
    width: 100%;
    margin: 70px auto;
}

.boxes.rc3 {
    box-sizing: border-box;
    width: 96%;
    margin: 70px auto;
}

.boxes.rc4 .box, .boxes.rc3 .box {
    box-sizing: border-box;
    display: block;
    width: 23%;
    float: left;
    padding: 15px;
    color: #2c2b29;
    transition: all .2s ease-in-out;
    font-size: 13px;
    line-height: 24px;
    background: #f4f1e2;
    margin: 0 1%;
    text-decoration: none;
}

.boxes.rc3 .box {
    width: 31.333%;
    margin: 0 1%;
}

.boxes.rc4 .box:hover, .boxes.rc3 .box:hover {
    transform: scale(1.03);
    background: #fff;
    box-shadow: 5px 5px 36px rgba(0, 0, 0, .1);
    border-radius: 2px;
}

.boxes.rc4 .box img, .boxes.rc3 .box img {
    display: block;
    width: 100%;
    margin-bottom: 15px;
}

.boxes.rc4 .box h3, .boxes.rc3 .box h3 {
    padding: 0;
    margin: 0 0 5px 0;
    font-size: 24px;
    font-weight: lighter;
}

.boxes.rc4 .box i, .boxes.rc3 i {
    display: inline-block;
    padding: 4px 9px;
    background-color: #db7c3d;
    color: #fff;
    border-radius: 2px;
    font-style: normal;
    font-size: 15px;
    height: 20px;
    line-height: 22px;
}

.boxes.rc4 .box span, .boxes.rc3 .box span {
    display: block;
    padding-top: 15px;
    font-family: 'Instrument Sans' ,  sans-serif;
}

.boxes.rc3.fullwidthrow:first-child {
    margin-left: 0;
}

.boxes.rc3.fullwidthrow:last-child {
    margin-right: 0;
}

.boxes.rc3.fullwidthrow {
    width: 100%;
}

.row .contact-box {
    width: 24%;
    float: left;
    text-align: center;
    padding: 0.5%;
}

/* 
    roomtypes on page
*/
.rooms.roomtypes {
    box-sizing: border-box;
    width: 80%;
    margin: 70px auto;
}

.rooms.roomtypes h3 {
    color: #2f1f1e;
    text-align: center;
    text-transform: uppercase;
    font-size: 30px;
    padding: 0 0 0 15px;
    margin: 0 0 35px 0;
    font-weight: lighter;
}

.rooms.roomtypes p.lead {
    width: 48%;
    text-align: center;
    font-size: 16px;
    line-height: 21px;
    color: #2c2b29;
    margin: auto;
    margin-bottom: 30px;
    font-family: 'Instrument Sans' ,  sans-serif;
}

.rooms.roomtypes .room {
    display: block;
    width: 16.666%;
    height: 173px;
    float: left;
    box-sizing: border-box;
    padding: 10px;
    text-align: center;
    transition: all .2s ease-in-out;
}

.rooms.roomtypes .room:hover {
    transform: scale(1.07);
    background: #fff;
    box-shadow: 5px 5px 36px rgba(0, 0, 0, .1);
    border-radius: 2px;
}

.rooms.roomtypes .room img {
    display: block;
    width: 100%;
    margin: auto;
}

.rooms.roomtypes .room span {
    display: inline-block;
    position: relative;
    margin: auto;
    bottom: 26px;
    color: #fff;
    background-color: #db7c3d;
    font-size: 15px;
    height: 16px;
    line-height: 19px;
    text-transform: uppercase;
    padding: 3px 6px;
}

.rooms.roomtypes .room span.deluxe {
    background-color: #352d3e;
}

.rooms.roomtypes .room[data-roomtype="Deluxe"] span, .menu .roomtypes .room[data-roomtype="Deluxe"] span {
    background-color: #352d3e;
}

.scroll-fx-wrapper {
    overflow: hidden;
}

.nyarfas {
    height: 648px;
    background: url('/img/nyarfas/nyarfas-hero.jpg') no-repeat center center;
    background-size: cover;
    text-align: center;
    margin-top: 70px;
    box-sizing: border-box;
    padding-top: 176px;
    overflow: hidden;
}

.nyarfas h1 {
    color: #af7b3c;
    text-transform: uppercase;
    font-size: 76px;
    letter-spacing: 1px;
    margin-bottom: 0;
}

.nyarfas h2 {
    color: #f4f1e2;
    text-transform: uppercase;
    font-size: 34px;
    font-weight: lighter;
    margin-top: 5px;
}

.nyarfas .btns a {
    display: inline-block;
    color: #fff;
    padding: 13px 19px 11px 19px;
    border: 0;
    border-radius: 2px;
    font-size: 19px;
    margin: 0 8px;
    text-transform: uppercase;
}

.nyarfas .btns a.btn-fx {
  outline: 2px solid #fff;
  border: 2px solid #fff;
  outline-offset: -2px;
  transition: outline-width 200ms ease, outline-offset 200ms ease;
}

.nyarfas .btns a.btn-fx:hover,
.nyarfas .btns a.btn-fx:focus {
  outline:  2px solid #fff;
  outline-width: 5px;
  outline-offset: -5px;
}

.nyarfas {
    transform: scale(1.2);
}

@media (prefers-reduced-motion: no-preference) {
  .nyarfas {
    transition: opacity 1.5s ease, transform 1.5s ease;
  }
}

.scroll-fx-transition {
    transform: none;
    overflow: hidden;
}

.autospace {
    clear: both; 
    height: 232px;
}

.separator {
    background: rgba(165,120,71,.25);
    height: 1px;
    margin: 25px 0;
    clear: both;
}

.separator.gray {
    background: rgba(0,0,0,.1);
}

.separator-120 {
    margin: 60px 0;
}

footer {
    background: #fff;
    min-height: 200px;
    position: relative;
    z-index: 2;
}

footer .wrap {
    width: 80%;
    margin: auto;
    position: relative;
    padding: 50px 0;
}

footer .wrap .logo {
    display: block;
    width: 324px;
    height: 23px;
    text-indent: -9999px;
    background-image: url('/img/logo.png');
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 324px 23px;
    margin-left: 15px;
}

footer .rc4 {
    box-sizing: border-box;
    width: 25%;
    padding: 15px;
    float: left;
    font-size: 17px;
    line-height: 32px;
}

footer .rc4.extra-padding {
    padding-left: 55px;
}

footer .rc4.read {
    font-size: 14px;
    line-height: 28px;
    font-family: 'Instrument Sans' ,  sans-serif;
    color: #2c2b29;
}

footer .rc4.read .stars {
    font-size: 21px;
    display: inline-block;
    position: relative;
    bottom: -8px;
    letter-spacing: .5px;
    margin: 0 2px 0 0;
}

footer .rc4 a {
    display: inline-block;
    color: #2f1f1e;
}

footer .rc4 a:hover {
    color: #af7b3c;
}

footer .rc4 .social {
    display: block;
    width: 176px;
    height: 38px;
    text-indent: -9999px;
    background-image: url('/img/footer/social-icons.png');
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 176px 38px;
    margin-top: 32px;
}

footer .rc4 p.footer-contact-text {
    font-family: 'Instrument Sans' ,  sans-serif;
    font-size: 15px;
}

footer .wrap .separator {
    margin: 40px 0 25px 0;
}

.social-icons a {
    display: block;
    width: 39px;
    height: 39px;
    background-image: url('/img/footer/social-icons.png');
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 176px 38px;
    text-indent: -9999px;
    margin-right: 15px;
}

.social-icons a.fb {
    background-position: 0 0;
}
.social-icons a.ig {
    background-position: -92px 0;
}
.social-icons a.yt {
    background-position: -138px 0;
}

.menu-wrap .social-icons a {
    float: right;
}

.bottom {
    padding: 25px 15px 0 15px;
    font-family: 'Instrument Sans' ,  sans-serif;
    font-size: 13px;
    color: #666;
}

#up {
    width: 44px;
    height: 44px;
    position: fixed;
    right: 16px;
    bottom: 16px;
    z-index: 21;
    cursor: pointer;
    padding: 0;
    border-radius: 50%;
    background: url('/img/arrow-up.svg') no-repeat 10px 10px #fff;
    background-size: 24px 24px;
    box-shadow: 1px 1px 11px rgba(0, 0, 0, .1);
    transition: all .3s ease-in-out;
}

#up svg {
    transform: rotate(-90deg);
}

.page-header {
    box-sizing: border-box;
    padding: 125px 15px;
    text-align: center;
    position: fixed;
    z-index: 1;
    top: 90px;
    left: 0;
    width: 100%;
}

.upper-layer {
    margin-top: 417px;
    position: relative;
    z-index: 2;
    background-color: #f4f1e2;
}

.page-header  h1 {
    color: #f4f1e2;
    text-transform: uppercase;
    font-size: 76px;
    letter-spacing: 1px;
    margin: 0;
    padding: 0;
}

.page-header.nyarfas-etterem {
    background: url('/img/headers/nyarfas-etterem.jpg') no-repeat center center;
    background-size: cover;
}

.post-text-content {
    width: 70%;
    margin: auto;
    box-sizing: border-box;
    padding: 70px;
    font-size: 16px;
    line-height: 25px;
}

.post-text-content a {
    color: #2f1f1e;
    text-decoration: underline;
}

.post-text-content a:hover {
    color: #af7b3c;
}

.post-text-content h2 {
    color: #af7b3c;
    text-transform: uppercase;
    font-size: 36px;
    letter-spacing: .5px;
    margin: 60px 0 45px 0;
    padding: 0;
    font-weight: lighter;
}

.post-text-content h4 {
    color: #af7b3c;
    text-transform: uppercase;
    font-size: 26px;
    letter-spacing: .2px;
    margin: 20px 0;
    padding: 0;
    font-weight: lighter;
}

.post-text-content .pictures img {
    width: 240px;
    margin: 0 15px;
    border-radius: 4px;
}

.post-text-content .pictures.strip {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.post-text-content .pictures.strip a.glightbox img {
    width: 120px;
    margin: 0;
}

.post-text-content p, .post-text-content ul {
    color: #2c2b29;
    font-family: 'Instrument Sans' ,  sans-serif;
    margin: 36px 0;
    padding: 0;
}

.post-text-content ul {
    margin: 36px 0 36px 20px;
    padding: 0;
    line-height: 38px;
}

.post-text-content ul:last-child {
    margin-bottom: 0;
}

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

.text-align-center .post-text-content p {
    padding: 0 25px;
}

.post-text-content p.lead {
    font-weight: normal;
    color: #2f1f1e;
    font-size: 21px;
    line-height: 34px;
}

.explain h2 {
    text-transform: none;
    color: #af7b3c;
    margin: 0;
    padding: 0;
    font-size: 30px;
    letter-spacing: .1px;
    font-weight: bolder;
    line-height: 35px;
}

.explain .left {
    box-sizing: border-box;
    width: 30%;
    float: left;
    text-align: left;
    padding-right: 30px;
}

.explain .right {
    width: 70%;
    float: left;
    text-align: left;
    box-sizing: border-box;
    padding-left: 30px;
    border-left: 1px dotted rgba(165,120,71,.25);
}

.explain .right p {
    margin: 0 0 20px 0;
    padding: 0 25px 0 0;
    line-height: 32px;
}

.explain .right p:last-child {
    margin-bottom: 0;
}

.mt-60 {
    margin-top: 50px;
}

.pt-0 {
    padding-top: 0;
}

.pt-10 {
    padding-top: 10px;
}

.pt-20 {
    padding-top: 20px;
}

.pt-30 {
    padding-top: 30px;
}

.asztalfoglalas h3 {
    font-family: "Arquitecta", sans-serif;
    text-transform: uppercase;
    margin: 30px 0;
    color: #af7b3c;
    font-size: 24px;
    font-weight: lighter;
}

.asztalfoglalas p {
    display: block;
    margin: 30px auto;
    width: 46%;
}

.img-folder {
    display: block;
    text-decoration: none;
    box-sizing: border-box;
    width: 31.333%;
    float: left;
    padding: 15px;
    transition: all .2s ease-in-out;
    background: rgba(255, 255, 255, .7);
    margin: 0 1% 25px;
}

.img-folder:hover {
    transform: scale(1.03);
    background: rgba(255, 255, 255, 1.0);
    box-shadow: 5px 5px 36px rgba(0, 0, 0, .1);
    border-radius: 2px;
}

.post-text-content .img-folder {
    text-decoration: none;
}

.img-folder h2 {
    margin: 0 0 15px 0;
    font-size: 20px;
}

.img-folder p {
    margin: 15px 0;
}

.img-folder p.small {
    font-size: 13px;
}

.img-folder img {
    width: 49%;
}

.images a {
    text-decoration: none;
}

.images a img {
    text-decoration: none;
    border: 6px solid #fff;
    margin: 6px;
    transition: all .2s ease-in-out;
}

.images a:hover img {
    transform: scale(1.03);
    box-shadow: 5px 5px 36px rgba(0, 0, 0, .1);
}

.page-header h1.gallery-h1 {
    font-size: 54px;
}

.page-header .gallery-back {
    color: #fff;
    font-size: 22px;
    text-decoration: none;
    text-transform: uppercase;
    padding: 6px 11px 3px 11px;
    background: rgba(255, 255, 255, 0);
    line-height: 24px;
    height: 24px;
    transition: all .2s ease-in-out;
}

.page-header .gallery-back:hover {
    color: #af7b3c;
    background: rgba(255, 255, 255, 1.0);
    border-radius: 6px;
}

a.gallery-back-btn {
    display: inline-block;
    border-radius: 6px;
    padding: 6px 11px 3px 11px;
    background: rgba(255, 255, 255, .5);
    text-decoration: none;
    font-size: 19px;
    text-transform: uppercase;
    margin-top: 30px;
    transition: all .2s ease-in-out;
}

a.gallery-back-btn:hover {
    background: rgba(255, 255, 255, 1.0);
}

/* 
    
– – – – – – – – –

error messages

success_message callout success radius flashSession

*/

.success_message, .error_message {
    text-align: center;
    padding-left: 0;
    position: absolute;
    z-index: 99;
    background: white;
    display: block;
    width: 42%;
    left: 24%;
    top: 20px;
    font-size: 21px;
    height: 36px;
    line-height: 34px;
    border-radius: 7px;
    border: solid 2px #9f9ba8;
}

.success_message i, .error_message i {
    display: none;
}

.success_message.success {
    border: solid 2px #85cf25;
}

.error_message.alert  {
    border: solid 2px #cf2525;
}

.warning_message.warning {
    border: solid 2px #cf8e25;
}

/* 
    
– – – – – – – – –

admin 

*/

input::file-selector-button {
    font-weight: bold;
    color: gray;
    padding: 0.5em;
    border: thin solid grey;
    border-radius: 3px;
    background-color: white;
    font-family: inherit;
    width: 124px;
    height: 34px;
    display: inline-block;
    margin-bottom: 10px;
    margin-top: 6px;
}

#fullscreen-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('/img/admin/signin-bg.jpg');
  background-size: cover;
  background-position: center;
}

#signin-form {
  position: absolute;
  top: 21%;
  left: 7%;
  width: 400px;
  padding: 30px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 75px 35px 50px rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
  font-size: 16px;
  color: #2f1f1e;
}

#signin-form h2 {
  margin-top: 0;
}

#signin-form label {
  display: block;
  margin-bottom: 10px;
}

#signin-form input[type="text"],
#signin-form input[type="password"] {
    width: 99%;
    padding: 6px 2px;
    margin: auto;
    margin-bottom: 15px;
    font-size: 16px;
    border: transparent;
    border-bottom: 1px solid #cecece;
    outline: none;
    font-family: "Arquitecta", sans-serif;
    color: #2f1f1e;
}

#signin-form input[type="text"] {
    margin-bottom: 25px;
}

#signin-form input[type="password"] {
    letter-spacing: 2px;
}

#signin-form button[type="submit"] {
    height: 34px;
    line-height: 36px;
    display: inline-block;
    padding: 0 13px;
    border-radius: 2px;
    background-color: #c9995e;
    color: #fff;
    margin-right: 40px;
    border: none;
    outline: none;
    font-size: 16px;
    font-family: "Arquitecta", sans-serif;
    cursor: pointer;
}

#signin-form button[type="submit"] svg.feather.feather-log-in {
    width: 16px;
    height: 16px;
    position: relative;
    bottom: -3px;
    margin-left: 5px;
}

#signin-form button[type="submit"]:hover {
  background-color: #db7c3d;
}

.bottom.admin {
    color: #fff;
    display: inline-block;
    position: absolute;
    left: 25px;
    bottom: 25px;
}

.bottom.admin a {
    color: #fff;
}

.hack {
    display: inline-block;
    position: absolute;
    color: #fff;
    right: 25px;
    bottom: 25px;
}

.hack svg.feather.feather-external-link {
    width: 16px;
    height: 16px;
}

.bottom svg.feather.feather-external-link {
    width: 16px;
    height: 16px;
    position: relative;
    bottom: -2px;
    margin-left: 5px;
}

.container {
  display: flex;
}

.admin-bg {
    background-color: #2f1f1e;
}

.sidebar {
    width: 270px;
    height: 100vh;
    box-sizing: border-box;
    padding: 50px 15px 15px 30px;
    overflow: auto;
}

.sidebar h2 {
    color: #c9995e;
    padding: 0;
    margin: 0 0 30px 0;
    font-size: 26px;
    font-weight: lighter;
    display: block;
    position: relative;
    text-align: center;
    margin-right: 15px;
}

.sidebar h2 .rounded {
    display: block;
    width: 36px;
    height: 36px;
    border-radius: 6px;
    background: #6b5542;
    position: absolute;
    left: 17px;
    top: -10px;
    z-index: -1;
}

.sidebar .user {
    display: block;
    margin-bottom: 25px;
    margin-right: 15px;
    padding-bottom: 25px;
    border-bottom: 1px solid rgba(255,255,255,.1);
    position: relative;
    transition: all .4s ease-in-out;
    text-align: center;
}

.sidebar span.avatar,
.card span.avatar {
    display: block;
    width: 112px;
    height: 112px;
    margin: 0 auto 10px auto;
    transition: all .4s ease-in-out;
}

.page-editor span.avatar {
    margin: 0;
}

.sidebar .user:hover span.avatar {
    transform: scale(1.03);
}

.sidebar span.crown {
    display: none;
    width: 30px;
    height: 30px;
    position: absolute;
    z-index: 1;
    right: 40px;
    top: 16px;
}

.sidebar span.crown img {
    display: block;
    width: 30px;
    height: 30px;
}

.sidebar span.avatar img,
.card span.avatar img {
    display: block;
    width: 112px;
    height: 112px;
    border-radius: 50%;
}

.sidebar span.name {
    font-size: 34px;
    color: #db7c3d;
    display: block;
}

.sidebar span.role {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: .2px;
    background: #fff;
    color: #999;
    border-radius: 2px;
    display: inline-block;
    padding: 3px 5px 1px 5px;
    margin: 0 auto;
    text-align: center;
}

.sidebar nav ul {
    padding: 0;
    margin: 0 0 30px 0;
    list-style: none;
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    text-transform: uppercase;
}

.sidebar nav ul li a {
    color: #fff;
    display: inline-block;
    min-width: 108px;
    padding: 5px 0;
    transition: all .2s ease-in-out;
}

.sidebar nav ul li a svg.feather {
    width: 16px;
    height: 16px;
    position: relative;
    bottom: -2px;
    margin-right: 5px;
}

.sidebar nav ul li a:hover {
    color: #c9995e;
    margin-left: 7px;
}

.content {
    box-sizing: border-box;
    flex: 1;
    position: relative;
    z-index: 1;
    height: 100vh;
    background-color: #f4f1e2;
    border-top-left-radius: 32px;
    border-bottom-left-radius: 32px;
    padding: 50px;
    box-shadow: -25px 25px 50px rgba(0, 0, 0, 0.3);
    overflow-y: scroll;
}

.clearfix {
    height: 1px;
    line-height: 1px;
    clear: both;
}

.content h1 {
    display: inline-block;
    float: left;
    margin: 0;
    font-size: 26px;
    text-transform: uppercase;
}

.content h1 svg.feather {
    width: 22px;
    height: 22px;
    position: relative;
    bottom: -4px;
    margin-right: 5px;
}

.log-out {
    color: #2f1f1e;
    display: inline-block;
    float: right;
    padding: 4px 7px;
    border-radius: 2px;
}

.log-out:hover {
    background-color: #e4e0d3;
}

.log-out svg.feather {
    width: 16px;
    height: 16px;
    position: relative;
    bottom: -2px;
    margin-left: 4px;
}

.tabmenu {
    text-align: center;
    text-transform: uppercase;
    margin-top: 30px;
}

.tabmenu.submenu-bar {
    margin-top: 0;
    padding: 25px 0;
    border-bottom: 1px solid rgba(0,0,0,.1);
    background-color: rgba(255,255,255,.75);
}

.b-tab {
    display: none;
}

.b-tab.active {
    display: block;
}

.b-nav-tab {
    display: inline-block;
    padding: 4px 9px 2px 9px;
    background-color: #c9995e;
    color: #f4f1e2;
    border-radius: 2px;
    font-style: normal;
    font-size: 15px;
    height: 20px;
    line-height: 23px;
    margin-right: 30px;
    position: relative;
    left: 0;
    top: 0;
    box-shadow: 0 0 0 #765a39;
    transition: all .2s linear;
}

.b-nav-tab:last-child {
    margin-right: 0;
}

.b-nav-tab.active, .b-nav-tab:hover {
    background-color: #af7b3c;
    left: 2px;
    top: -2px;
    box-shadow: -2px 2px 0 #765a39;
}

.dashboard-boxes {
    padding-top: 68px;
}

.dashboard-boxes a {
    display: block;
    width: 30%;
    padding: 1%;
    margin: 0 2% 4% 0;
    height: 165px;
    background: #fff;
    border-radius: 15px;
    float: left;
    transition: all .2s ease-in-out;
    box-shadow: 2px 5px 12px rgba(0, 0, 0, 0.05);
    color: #423c37;
    position: relative;
    font-size: 21px;
    text-align: center;
}

.dashboard-boxes a:nth-of-type(3n) {
    margin: 0 0 2% 0;
}

.dashboard-boxes a .iconbub {
    display: block;
    width: 46px;
    height: 46px;
    background: #fff;
    border-radius: 23px;
    position: absolute;
    left: 50%;
    margin-left: -23px;
    top: -23px;
    color: #ee7bbc;
    text-align: center;
}

.dashboard-boxes a .iconbub svg.feather {
    width: 22px;
    height: 22px;
    position: relative;
    bottom: -12px;
}

.dashboard-boxes a .iconbub svg.feather.feather-box {
    color: #68ccc4;
}
.dashboard-boxes a .iconbub svg.feather.feather-briefcase {
    color: #e7cd53;
}
.dashboard-boxes a .iconbub svg.feather.feather-file {
    color: #a07ee0;
}
.dashboard-boxes a .iconbub svg.feather.feather-image {
    color: #df9553;
}
.dashboard-boxes a .iconbub svg.feather.feather-user {
    color: #72d479;
}

.dashboard-boxes a .dash {
    display: block;
    width: 24px;
    height: 2px;
    position: absolute;
    left: 50%;
    margin-left: -12px;
    top: 22px;
    background-color: #ee7bbc;
}

.dashboard-boxes a .dash.clr-2 {
    background-color: #68ccc4;
}
.dashboard-boxes a .dash.clr-3 {
    background-color: #e7cd53;
}
.dashboard-boxes a .dash.clr-4 {
    background-color: #a07ee0;
}
.dashboard-boxes a .dash.clr-5 {
    background-color: #df9553;
}
.dashboard-boxes a .dash.clr-6 {
    background-color: #72d479;
}

.dashboard-boxes a .title {
    padding-top: 40px;
    display: block;
    color: #2f1f1e;
    font-size: 26px;
    margin-bottom: 16px;
    text-transform: uppercase;
}

.dashboard-boxes a .description {
    padding: 12px;
    font-family: 'Instrument Sans' ,  sans-serif;
    color: #666;
    font-size: 15px;
}

.dashboard-boxes a:hover {
    transform: scale(1.03);
    box-shadow: 15px 30px 30px rgba(0, 0, 0, 0.07);
}

.content .card {
    background-color: #fff;
    border-radius: 15px;
    min-height: 166px;
    box-shadow: 2px 5px 12px rgba(0, 0, 0, 0.05);
    box-sizing: border-box;
}

.content .card .left, .content .card .right {
    box-sizing: border-box;
    float: left;
    width: 50%;
}

.content .card .left.smaller {
    width: 40%;
}
.content .card .right.bigger {
    width: 60%;
}

.content .card .data-block {
    width: 20%;
    float: left;
    box-sizing: border-box;
    padding: 25px;
    padding-left: 35px;
    border-left: 1px solid rgba(206,206,206,.6);
}

.content .card .data-block:first-child {
    border-left: transparent none;
}

.content .card .data-block .num {
    font-size: 76px;
    color: #ee7bbc;
}

.content .card .data-block .num.num-2 {
    color: #68ccc4;
}
.content .card .data-block .num.num-3 {
    color: #e7cd53;
}
.content .card .data-block .num.num-4 {
    color: #a07ee0;
}
.content .card .data-block .num.num-5 {
    color: #72d479;
}

.content .card .data-block .txt {
    display: block;
    font-size: 17px;
    text-transform: uppercase;
    padding: 15px 0;
}

.content .card .data-block .txt a {
    color: #999;
}

.content .card .data-block .txt a:hover, .content .card .data-block .txt a:hover svg.feather {
    color: #2f1f1e;
}

.content .card .data-block .txt a svg.feather {
    width: 16px;
    height: 16px;
    position: relative;
    bottom: -2px;
    color: #999;
}

.content .card .data-block .extra {
    font-family: 'Instrument Sans' ,  sans-serif;
    display: block;
    font-size: 13px;
    color: #999;
}

.content .card-content {
    margin-top: 40px;
    padding: 25px;
    position: relative;
}

.card-content p, .card-content ul {
    font-family: 'Instrument Sans' ,  sans-serif;
    color: #666;
    font-size: 15px;
    line-height: 19px;
}

.card-content.b-tab {
    margin-top: 20px;
}

.card-content.faded-on-end {
    padding-right: 0;
    padding-bottom: 5px;
    overflow: hidden;
}

.default-avatars {
    display: flex;
    flex-wrap: nowrap;
    position: relative;
    padding-bottom: 16px;
}

.fade-to-white {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    width: 90px;
    border-bottom-right-radius: 15px;
    border-top-right-radius: 15px;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), #fff);
}

.avatar-rotation-btn {
    height: 22px;
    width: 22px;
    color: rgba(47, 31, 30, .6);
    border: none;
    padding: 0;
    background: transparent;
    outline: none;
    font-size: 19px;
    cursor: pointer;
    position: absolute;
    right: 5px;
    bottom: 74px;
    z-index: 2;
}

.actions-with-table {
    margin-bottom: 25px;
}

.act {
    font-family: 'Instrument Sans' ,  sans-serif;
    color: #2c2b29;
    font-size: 13px;
    border-radius: 2px;
    display: inline-block;
    padding: 5px 9px;
    background: #fff;
    border: 1px solid #ccc;
    margin-left: 12px;
    float: right;
}

.act:hover {
    background: #eee;
    border-color: #2c2b29;
}

.act svg {
    width: 13px;
    height: 13px;
    position: relative;
    bottom: -2px;
}

/* table admin */

table {
  font-family: 'Instrument Sans' ,  sans-serif;
  color: #2c2b29;
  font-size: 15px;
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid rgba(47, 31, 30, .1);
}

.table { 
  width: 100%;
  margin-bottom: 0;
}

.table th,
.table td {
  font-weight: normal;
  padding: 8px 15px;
  line-height: 20px;
  text-align: left;
  vertical-align: middle;
  border-top: 1px solid rgba(47, 31, 30, .1);
}
.table thead th {
  background: rgba(47, 31, 30, .1);
  vertical-align: bottom;
  color: #2f1f1e;
  font-family: "Arquitecta", sans-serif;
  font-size: 18px;
  text-transform: uppercase;
}   
.table tbody > tr:nth-child(odd) > td,
.table tbody > tr:nth-child(odd) > th {
  background-color: #fafafa;
}    
.table .t-small {
    width: 5%;
}
.table .t-medium {
    width: 17%;
}
.table .t-medium.t-name {
    width: 24%;
}
table.table .t-active span {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: .2px;
    background: #c9995e;
    color: #fff;
    border-radius: 2px;
    display: inline-block;
    padding: 3px 7px 1px 7px;
    text-align: center;
}
table.table .t-inactive span {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: .2px;
    background: #ccc;
    color: #fff;
    border-radius: 2px;
    display: inline-block;
    padding: 3px 7px 1px 7px;
    text-align: center;
}

.table td a {
    color: #c9995e;
}

.table td a:hover {
    color: #2f1f1e;
}

.table td a svg {
    width: 18px;
    height: 18px;
    position: relative;
    bottom: -2px;
}

/* Small Sizes */
@media (max-width: 480px) { 
  .table-action thead {
    display: none;
  }
  .table-action tr {
    border-bottom: 1px solid #dddddd;
  }
  .table-action td {
    border: 0;
  }
  .table-action td:not(:first-child) {
    display: block;
  }
}

table.table th.t-a-r, table.table td.t-a-r {
    text-align: right;
    padding-right: 20px;
}

.table tr {
    transition: all .5s ease-in-out;
}

.table tbody > tr:nth-child(odd):hover > td ,
.table tr:hover {
    background-color: #f4f1e3;
}

.table thead tr:hover {
  background: rgba(47, 31, 30, 0);
} 

.l-s, .r-s {
    box-sizing: border-box;
    float: left;
    width: 50%;
}

.l-s {
    padding-right: 15px;
}
.r-s {
    padding-left: 15px;
}

/* 
    FORM
*/
h6 {font-size: 21px; margin: 20px 0;}

.form input[type="text"], .page-editor input[type="text"],
.form input[type="password"], .page-editor input[type="password"] {
    width: 360px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 3px #ddd;
    border-radius: 4px;
    box-sizing: border-box;
    padding: 12px;
    outline: none;
    font-family: 'Instrument Sans' ,  sans-serif;
    color: #2c2b29;
    font-size: 15px;
}

.page-editor input[type="text"],
.page-editor input[type="password"] {
    width: 100%;
}

.form input[type="text"]:disabled,
.form input[type="password"]:disabled {
  opacity: 0.5;
}

.form input[type="text"]:focus, .page-editor input[type="text"]:focus,
.form input[type="password"]:focus, .page-editor input[type="password"]:focus {
    border: 1px solid #999;
}

.form .l-s, .form .r-s {
    float: left;
    margin-top: 15px;
}

.form .l-s {
    line-height: 26px;
    width: 290px;
    padding-right: 0;
}

.form .r-s {
    width: 70px;
    padding-right: 2px;
}

.form button.btn, .form input[type="submit"] {
    -webkit-appearance: none;
    border: none;
    display: inline-block;
    font-size: 15px;
    background: #c9995e;
    color: #ffffff;
    border-radius: 4px;
    padding: 12px 15px;
    line-height: 6px;
    margin-top: 30px;
    cursor: pointer;
    transition: all 0.2s ease-in;
}

.form button.btn:hover {
    background: #af7b3c;
}

.submitBtn {
    height: 39px;
    line-height: 41px;
    display: inline-block;
    padding: 0 13px;
    background-color: #db7c3d;
    color: #fff !important;
    margin-right: 40px;
    transition: all .2s ease-in-out;
    position: relative;
    top: 0;
    left: 0;
    box-shadow: 0 0 0 #955930;
    border: none;
    font-size: 16px;
}


.submitBtn:hover {
    top: -3px;
    left: 3px;
    box-shadow: -3px 3px 0 #955930;
}  

.post-text-content .rendezvenyAjanlatkero {
    font-size: 17px;
}

.rendezvenyAjanlatkero .formLeft {
    float:left; width:50%;
}

.rendezvenyAjanlatkero .formRight {
    float:right; width:50%;
}

.rendezvenyAjanlatkero input, textarea {
    -webkit-appearance:none;
}

.rendezvenyAjanlatkero input.myinput {
    -webkit-appearance: checkbox !important;
    -moz-appearance: checkbox !important;
    appearance: checkbox !important;
    margin-right: 12px;
}

.rendezvenyAjanlatkero input[type="text"], .rendezvenyAjanlatkero input[type="number"], .rendezvenyAjanlatkero input[type="password"] {
    border: 1px solid #d6c6ae;
    font-size: 14px;
    height: 28px;
    line-height: 28px;
    margin-bottom: 10px;
    padding: 1px 0 0 6px;
    width: 90%;
    outline: none;
    @include border-radius(2px);
}

.rendezvenyAjanlatkero input[type="text"]:focus, .rendezvenyAjanlatkero input[type="number"]:focus {
    @include box-shadow(0px 0px 5px #ccc);
    border: 1px solid #999;
}

.rendezvenyAjanlatkero textarea {
    border: 1px solid #d6c6ae;
    background: $white-color;
    width: 100%;
    height: 145px;
    margin-bottom: 10px;
    padding: 5px 0 0 5px;
    resize: none;
    outline: none;
    @include border-radius(2px);
    resize: vertical;
}

.rendezvenyAjanlatkero textarea:focus {
    @include box-shadow(0px 0px 5px #ccc);
    border:1px solid #999;
}

.rendezvenyAjanlatkero .egyebtextarea {
    width: 80%;
    height: 0;
    visibility: hidden;
    -webkit-transition: all 0.15s ease-in;
    -moz-transition: all 0.15s ease-in;
    -o-transition: all 0.15s ease-in;
    transition: all 0.15s ease-in;
    padding: 0;
}

.rendezvenyAjanlatkero .egyebtextarea.showme {
    padding: 5px 0 0 8px;
    height: 82px;
    visibility: visible;
}

.youtube-video {
    aspect-ratio: 16 / 9;
    width: 100%;
  }

.card-font-read {
    font-family: 'Instrument Sans' ,  sans-serif;
    color: #2c2b29;
    font-size: 15px;
}

#enableExternalLink {
    margin-right: 5px;
    position: relative;
    top: -1px;
}

.offers-page-content {
    padding: 5px 0 60px 0;
}

.post-text-content.offer-page-content {
    padding-top: 15px;
}

.offer-page-content h2.related-h2 {
    margin-bottom: 5px;
}

.offer-page-content .boxes.rc3 {
    width: 100%;
    margin-top: 25px;
}

.left-img {
    float: left;
    margin-right: 20px;
}

.post-text-content.offer-page-content p.datespan {
    display: inline-block;
    padding: 4px 9px;
    background-color: #db7c3d;
    color: #fff;
    border-radius: 2px;
    font-style: normal;
    font-size: 15px;
    height: 20px;
    line-height: 22px;
    margin-bottom: 0;
}

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 26px;
  float: right;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #c9995e;
}

input:focus + .slider {
  box-shadow: 0 0 1px #c9995e;
}

input:checked + .slider:before {
  -webkit-transform: translateX(24px);
  -ms-transform: translateX(24px);
  transform: translateX(24px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 26px;
}

.slider.round:before {
  border-radius: 50%;
}

/* (A) LIST STYLES */
.slist {
  list-style: none;
  padding: 0;
  margin: 0;
}
.slist li {
  margin: 10px 0;
  padding: 10px;
  border: 1px solid #dfdfdf;
  background: url('../img/admin/draggable-dots.png') no-repeat 98% 15px #f5f5f5;
  background-size: 16px 10px;
  border-radius: 2px;
}

.slist li:hover {
  background-color: #f9f9f9;
}

.slist li:active {
  border-color: #ccc;
}

@keyframes border-dance {
  0% {
    background-position: 0 0, 100% 100%, 0 100%, 100% 0;
  }
  100% {
    background-position: 100% 0, 0 100%, 0 0, 100% 100%;
  }
}

/* (B) DRAG-AND-DROP HINT */
.slist li.hint {
  border-color: transparent;
  background: #fff;
  background: linear-gradient(90deg, #dfdfdf 50%, transparent 50%), linear-gradient(90deg, #dfdfdf 50%, transparent 50%), linear-gradient(0deg, #dfdfdf 50%, transparent 50%), linear-gradient(0deg, #dfdfdf 50%, transparent 50%);
  background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
  background-size: 15px 1px, 15px 1px, 1px 15px, 1px 15px;
  padding: 10px;
  animation: border-dance 12s infinite linear;
}
.slist li.active {
  border: 1px solid #A6ECA8;
  background: #D2FDBB;
}
    
/* r a d i o    4   a v a t a r s */

/* Styling for the radio buttons */
input[type="radio"] {
    display: none;
}

.avatar-default {
    width: 120px;
    height: 120px;
    text-align: center;
    cursor: pointer;
    position: relative;
    border-radius: 50%;
    overflow: hidden;
    flex: 0 0 100%;
    margin-right: 8px;
    transition: all 0.25s ease;
}

.avatar-default:hover {
    transform: scale(1.03);
}

.avatar-default.avatar-1 {
  background: url('/img/admin/avatar/avatar_default_female_1.jpg') no-repeat center center;
  background-size: cover;
}
.avatar-default.avatar-2 {
  background: url('/img/admin/avatar/avatar_default_male_1.jpg') no-repeat center center;
  background-size: cover;
}
.avatar-default.avatar-3 {
  background: url('/img/admin/avatar/avatar_default_female_2.jpg') no-repeat center center;
  background-size: cover;
}
.avatar-default.avatar-4 {
  background: url('/img/admin/avatar/avatar_default_male_2.jpg') no-repeat center center;
  background-size: cover;
}
.avatar-default.avatar-5 {
  background: url('/img/admin/avatar/avatar_default_female_3.jpg') no-repeat center center;
  background-size: cover;
}
.avatar-default.avatar-6 {
  background: url('/img/admin/avatar/avatar_default_male_3.jpg') no-repeat center center;
  background-size: cover;
}
.avatar-default.avatar-7 {
  background: url('/img/admin/avatar/avatar_default_female_4.jpg') no-repeat center center;
  background-size: cover;
}
.avatar-default.avatar-8 {
  background: url('/img/admin/avatar/avatar_default_male_4.jpg') no-repeat center center;
  background-size: cover;
}
.avatar-default.avatar-9 {
  background: url('/img/admin/avatar/avatar_default_female_5.jpg') no-repeat center center;
  background-size: cover;
}
.avatar-default.avatar-10 {
  background: url('/img/admin/avatar/avatar_default_male_5.jpg') no-repeat center center;
  background-size: cover;
}
.avatar-default.avatar-11 {
  background: url('/img/admin/avatar/avatar_default_female_6.jpg') no-repeat center center;
  background-size: cover;
}
.avatar-default.avatar-12 {
  background: url('/img/admin/avatar/avatar_default_male_6.jpg') no-repeat center center;
  background-size: cover;
}
.avatar-default.avatar-13 {
  background: url('/img/admin/avatar/avatar_default_female_7.jpg') no-repeat center center;
  background-size: cover;
}
.avatar-default.avatar-14 {
  background: url('/img/admin/avatar/avatar_default_male_7.jpg') no-repeat center center;
  background-size: cover;
}
.avatar-default.avatar-15 {
  background: url('/img/admin/avatar/avatar_default.jpg') no-repeat center center;
  background-size: cover;
}

input[type="radio"]:checked + .avatar-default span {
  display: block;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-color: #85cf25;
  transform: translate(48px, 108px);
  opacity: 1;
}

input[type="radio"]:checked + .avatar-default {
  overflow: visible;
}

.avatar-default span {
  display: block;
  width: 22px;
  height: 22px;
  position: absolute;
  transform: translate(48px, -25px);
  opacity: 0;
  transition: all 300ms ease;
  user-select: none;
  color: #fff;
}

.radio-container {
    position: relative;
    width: 240px;
    height: 180px;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #dedede;
}

.radio-container input[type="radio"] {
  display: block;
  position: absolute;
}

.radio-container input[type="radio"]:first-child {
    left: 10px;
    top: 10px;
}

.radio-container input[type="radio"]:nth-child(2) {
    right: 10px;
    top: 10px;
}

.radio-container input[type="radio"]:nth-child(3) {
    left: 10px;
    bottom: 10px;
}

.radio-container input[type="radio"]:nth-child(4) {
    right: 10px;
    bottom: 10px;
}

.radio-container input[type="radio"]:nth-child(5) {
    left: 50%;
    top: 50%;
    margin-left: -6px;
    margin-top: -6px;
}

.ck-content {
    min-height: 580px;
}

.ck-focused {
    border-color: #999 !important;
}

.page-editor {
    width: 75%;
    float: left;
}

.page-editor h2 {
    font-weight: normal;
    color: #2f1f1e;
    margin-top: 25px;
}

.page-editor label {
    color: #2f1f1e;
}

.page-editor-sidebar {
    width: 25%;
    box-sizing: border-box;
    padding-left: 30px;
    padding-top: 60px;
    float: left;
}

.page-editor-sidebar label, .page-editor-sidebar strong {
   color: #2f1f1e;
}

.page-editor input[type="text"].page-title {
    border: 1px solid;
    border-left: none;
    border-top: none;
    border-right: none;
    border-image-slice: 1;
    border-width: 1px;
    border-image-source: linear-gradient(to left, #fff, #ccced1);
    padding: 0;
    padding-bottom: 10px;
    background: transparent;
    margin: 0 0 20px 0;
    box-shadow: none;
    font-size: 26px;
    color: #2f1f1e;
    outline: none;
    width: 100%;
}

.links {
    font-size: 13px;
    color: #999;
    display: block;
    margin-bottom: 20px;
    margin-top: 6px;
    line-height: 24px;
}

.header-image-upload {
    margin: 12px 0 6px 0;
}

label.img-upload-btn {
    background-color: #c9995e;
    color: white;
    padding: 0.5rem;
    font-family: sans-serif;
    border-radius: 0.3rem;
    cursor: pointer;
    margin-top: 1rem;
}

label.img-upload-btn:hover {
    background-color: #af7b3c;
}

#file-chosen {
    display: block;
    font-size: 12px;
    margin-top: 12px;
}

.recommendation {
    display: block;
    font-size: 12px;
    color: #999;
    margin-bottom: 22px;
}

.page-editor-sidebar .admin-select {
    width: 100%;
    margin-bottom: 0;
}

.page-editor-sidebar button.btn, .card-font-read button.btn {
    -webkit-appearance: none;
    border: none;
    display: inline-block;
    font-size: 16px;
    background: #af7b3c;
    color: #ffffff;
    border-radius: 4px;
    padding: 16px 21px;
    line-height: 6px;
    margin-top: 15px;
    cursor: pointer;
    transition: all 0.2s ease-in;
}

.page-editor-sidebar button.btn:hover, .card-font-read button.btn:hover {
    background: #2f1f1e;
}

.coder {
    width: 75%;
    height: auto;
    min-height: 360px;
    position: relative;
}

#code-container {
    position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
    border-radius: 4px;
}

#code-container .slider:before {
    background-color: transparent;
}

#code-container .margin {
    background-color: #222;
}

#list {
    display: none;
    margin-left: 0;
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
    line-height: 24px;
    height: 180px;
    overflow-y: auto;
}

#list.show {
    display: block;
}

/* 
    responsive 
*/

@media only screen and (max-width: 767px) {

    header {
        height: 125px;
    }

    header .logo {
        width: 316px;
        height: 22px;
        background-size: 316px 22px;
        float: none;
        margin: 59px auto 5px auto;
    }
    
    header .topmenu {
        float: none;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }
     
    header .topmenu a.phonenumber {
        display: none;
    }
    
    header .topmenu a.reservation {
        height: 27px;
        width: 40%;
        line-height: 29px;
        font-size: 17px;
        display: block;
        padding: 0 12px;
        margin-right: auto;
        margin-left: auto;
        text-align: center;
        top: -72px;
    }
    
    header .topmenu .menu-trigger {
        display: block;
        margin-left: 0;
        margin: auto;
        position: relative;
        top: -29px;
    }
    
    header .topmenu button.info {
        display: none;
    }

    .menu .roomtypes {
        display: none;
    }

    .menu-wrap {
        padding: 60px 30px;
    }

    .menu button.close {
        display: none;
    }

    .menu .logo-light {
        width: 288px;
        height: 20px;
        background-size: 288px 20px;
        margin: auto;
    }
    
    .menu .social {
        float: left;
        margin-top: 35px;
    }
    
    .menu nav {
        width: 100%;
        float: left;
    }
    
    .menu nav ul {
        font-size: 25px;
        margin: 30px 0 0 0;
        line-height: 37px;
        text-align: left;
    }

    .menu nav ul li {
        float: left;
        clear: left;
        text-align: left;
    }

    .menu p {
        text-align: center;
        margin-top: 35px;
    }

    section.splide {
        height: 54vh;
    }

    .splide__slide img {
        height: 54vh;
        object-fit: contain;       
    }

    .splide ul li div.card {
        box-sizing: border-box;
        padding: 0 2%;
        width: 100%;
        height: 44px;
        line-height: 44px;
        border-radius: 0;
    }

    .splide ul li div.card h3 {
        font-size: 22px;
        margin-bottom: 0;
        text-align: center;
        line-height: 44px;
    }

    .splide ul li div.card span {
        display: none;
    }
    
    .splide ul li div.card a.action {
       display: none;
    }

    .splide ul li div.card.b-r {
        right: auto;
        left: auto;
        bottom: 30px;
        box-sizing: border-box;
        padding: 0 2%;
        text-align: center;
    }
    
    
    .splide ul li div.card.b-l {
        right: auto;
        left: auto;
        bottom: 30px;
        box-sizing: border-box;
        padding: 0 2%;
        text-align: center;
    }
    
    .splide ul li div.card.t-r {
        right: auto;
        left: auto;
        top: auto;
        bottom: 30px;
        box-sizing: border-box;
        padding: 0 2%;
        text-align: center;
    }
    
    .splide ul li div.card.t-l {
        right: auto;
        left: auto;
        top: auto;
        bottom: 30px;
        box-sizing: border-box;
        padding: 0 2%;
        text-align: center;
    }
    
    .splide ul li div.card.m-c {
        width: 100%;
        height: 44px;
        line-height: 44px;
        border-radius: 0;
        top: auto;
        right: auto;
        left: auto;
        bottom: 30px;
        box-sizing: border-box;
        padding: 0 2%;
        text-align: center;
        margin-left: 0;
        margin-top: 0;
        background-color: #fff;
    }
    
    .splide ul li div.card.m-c h3 {
        font-size: 22px;
        margin-bottom: 0;
        text-align: center;
        line-height: 44px;
        color: #e16844;
        text-shadow: none;
    }
    
    .splide ul li div.card.m-c a.action {
        display: none;
    }

    .custom-select {
        display: none;
    }

    .boxes.rc4 {
        width: 96%;
        margin: 50px auto;
    }
    
    .boxes.rc4 .box, .boxes.rc3 .box {
        width: 100%;
        float: none;
        margin: 0 0 25px 0;
    }

    .boxes.rc4 .box:last-child {
        margin-bottom: 0;
    }

    .nyarfas {
        height: 378px;
        margin-top: 40px;
        padding: 76px 9px 0 9px;
    }
    
    .nyarfas h1 {
        font-size: 46px;
        letter-spacing: normal;
    }
    
    .nyarfas h2 {
        font-size: 28px;
    }
    
    .nyarfas .btns a {
        padding: 11px 17px 9px 17px;
        font-size: 17px;
        margin: 0 6px;
    }

    .rooms.roomtypes {
        width: 98%;
        margin: 50px auto 0 auto;
    }
    
    .rooms.roomtypes p.lead {
        width: 96%;
    }
    
    .rooms.roomtypes .room {
        width: 100%;
        height: 75%;
        float: none;
        margin-bottom: 25px;
    }

    .rooms.roomtypes .room:hover {
        transform: scale(1.01);
    }

    .rooms.roomtypes .room span {
        bottom: 36px;
        font-size: 16px;
        height: 24px;
        line-height: 29px;
        text-transform: uppercase;
        padding: 5px 9px;
    }

    footer .wrap {
        width: 100%;
    }
    
    footer .wrap .logo {
        width: 288px;
        height: 20px;
        background-size: 288px 20px;
        margin: auto;
    }
    
    footer .rc4 {
        width: 100%;
        float: none;
        text-align: center;
    }
    
    footer .rc4.extra-padding {
        padding-left: 0;
    }

    footer .rc4 .social {
        margin: auto;
    }

    .bottom {
        text-align: center;
    }

    .post-text-content {
        width: 99%;
        padding: 50px 15px;
    }

    .page-header  h1 {
        font-size: 56px;
        letter-spacing: 0;
        font-size: 8vw;
    }

    .b-nav-tab {
        margin-top: 8px;
        margin-bottom: 8px;
    }

}

.boxes.rc4 .box:nth-child(4n + 1) {
    clear: both;
}

/* POPUP */

.megeri-popup {
    background: rgb(253,246,227);
    background: radial-gradient(circle, rgba(253,246,227,1) 0%, rgba(245,232,179,1) 75%);
    width: 350px;
    bottom: 32px;
    right: 32px;
    padding: 14px 16px;
    display: flex;
    flex-direction: column;
    position: fixed;
    border-radius: 10px;
    box-sizing: border-box;
    z-index: 990;
}
.megeri-popup h2 {
    align-items: center;
    text-align: center;
    font-family: "Arquitecta", sans-serif;
}
.megeri-popup ul{
    padding-left: 24px;
}
.megeri-popup li {
    margin: 8px 4px;
    font-family: 'Instrument Sans', sans-serif;
    color: #4F210D;
}
.megeri-popup a {
    text-align: center;
    background-color: #B2792D;
    color: white;
    font-family: "Arquitecta", sans-serif;
    padding: 12px;
    border-radius: 10px;
    font-weight: 600;
    cursor: pointer;
    text-decoration: none;
}
.megeri-popup .closepopup {
    background-color: rgba(236, 92, 92, 0.679);
    text-align: center;
    border-radius: 5px;
    padding: 4px 8px;
    position: absolute;
    top: 8px;
    right: 8px;
    font-weight: 600;
}

.post-text-content:has(#resnweb-iframe-wrapper){
    width: 100% !important;
}

@media only screen and (max-width: 767px) {
    .megeri-popup {
        bottom: 8px;
        right: 8px;
        width: calc(100vw - 16px);
        padding: 8px;
        max-height: 60vh;
        overflow-y: auto;
    }

    .upper-layer {
        margin-top: 0px !important;
    }
    .page-header {
        position: static !important;
    }

    header.topmenu {
        position: relative !important;
    }
    .topmenu a.reservation:hover, div a.b-reservation:hover {
        top: -72px !important;
        left: 0px !important;
        box-shadow: -3px 3px 0 #955930 !important;
    }
}

/* tajekoztato_popup.css */
.tajekoztato_popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.tajekoztato_popup-box {
  background-color: white;
  padding: 2rem;
  max-width: 500px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
  text-align: center;
  font-size: 18px;
}

.tajekoztato_popup-box h2 {
  margin-top: 0;
}

.tajekoztato_popup-close-btn {
  margin-top: 1rem;
  padding: 0.5rem 1rem;
  border: none;
  background-color: #c9995e;
  color: white;
  border-radius: 4px;
  cursor: pointer;
}

.tajekoztato_popup-close-btn:hover {
  background-color: #db7c3d;
}
