@font-face {
  font-family: 'NotoSerif';
  src: url('fonts/NotoSerif-Bold.ttf') format('truetype');
}

@font-face {
  font-family: 'Poppins';
  src: url('fonts/Poppins-Light.ttf') format('truetype');
}

body {
	background-color: #F4F1EF;
	line-height: 100%;
	color: #19192E;
	margin: 0;
	padding: 0;
	line-height: 120%;
}

body, select, input, button, textarea {
	font-family: Poppins;
}

.smcnt, .cmszone, .cmsmainmenu, .smmenuclose {

}

.cmszonecnt, .smboxpad, .zonesubtitle {
	width: 55em;
	margin: 0 auto;
}

.smfullwd {
	background-color: #19192E;
	width: 100%;
	box-sizing: border-box;
}

.smfullcnt .cmszonecnt {
	width: 100%;
}

.smfullimg {
	height: 100vh;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

a {
	color: #19192E;
}

header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	transition: background-color .5s;
	z-index: 50;
}

.smscroll {
	background-color: #FFF;
}

header .smcnt {
	position: relative;
	display: flex;
	justify-content: space-between;
}

header .smselector {
	margin-top: 1.5em;
}

.smlogo {
	background-image: url('images/logo.svg');
	background-position: top center;
	background-repeat: no-repeat;
	background-size: contain;
	height: 5em;
	width: 12em;
	display: inline-block;
	margin: 0.4em 0;
}

.smselector {

}


.smselector > * {
	cursor: pointer;
	display: inline-block;
	background-position: top left;
	background-repeat: no-repeat;
	background-size: contain;
	height: 2.7rem;
	width: 8.75rem;
	display: inline-block;
	font-size: 0.6rem;
	padding-top: 0.5rem;
	text-align: center;
	line-height: 120%;
	text-decoration: none;
}

.smselector > *:first-child {
	background-image: url('images/btleft.svg');
	margin-right: -13px;
	color: #FFF;
}

.smselector > *:last-child {
	background-image: url('images/btright.svg');
	margin-left: -13px;
	color: #19192E;
}

.smselector > * > SPAN {
	display: block;
}

.smselector > * > SPAN:first-child {
	text-transform: uppercase;
}

.smselector > * > SPAN:last-child {
	font-weight: bold;
	font-size: 0.8rem;
}

.smlangsel {
	cursor: pointer;
}

.smlangselcnt {
	position: relative;
}

.smlangselopt {
	position: absolute;
	top: 1.7em;
	right: 0;
	display: none;
}

.smlangselopt > A {
	display: block;
	margin-bottom: 0.2em;
}

.smlangsel {
	display: flex;
	align-items: center;
	margin-right: 1.44em;
}

.smlangselcap {
	position: relative;
	font-size: 0.85em;
	margin-right: 0.3rem;
}

.smlangselcap:after, .smunderline:after {
	bottom: 0;
	content: '';
	left: 0;
	background-color: #19192E;
	position: absolute;
	height: 0.15em;
	width: 0.6em;
}

.cmslang {
	background-repeat: no-repeat;
	display: inline-block;
	height: 1.5rem;
	width: 1.5rem;
	background-size: contain;
	text-transform: uppercase;
	font-size: 0.9em;
	text-decoration: none;
	color: #19192E;
	border: 1px solid #19192E;
	border-radius: 0.3rem;
	box-sizing: border-box;
	padding: 0.1rem 0 0 0;
	text-align: center;
}

nav {
	position: absolute;
	top: 0;
	left: 0;
	background-color: #FFF;
	width: 100%;
	z-index: 1000;
}

.cmssubmenu {
    position: static;
    background-color: transparent;
    border: 0;
    visibility: visible;
    z-index: 0;
}

.smmenu {
	text-decoration: none;
	text-transform: uppercase;
	font-size: 0.85em;
	background-image: url('images/menu.svg');
	background-repeat: no-repeat;
	display: inline-block;
	height: 2.4rem;
	background-position: 0 1.4em;
	background-size: 100% auto;
	color: #19192E;
	margin-right: 2em;
}

nav {
	position: fixed;
	left: 0;
	display: none;
	z-index: 60;
}

.smmenuclose {
	position: relative;
}

.smmenuclose > span {
	position: absolute;
	height: 2em;
	width: 2em;
	background-image: url('images/cruz.svg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	right: 1em;
	top: 3em;
	z-index: 101;
	cursor: pointer;
}

.smtopcontext {
	display: flex;
	align-items: center;
}

.cmsmainmenu {
	overflow: auto;
	padding: 3em 3em 3em 1em;
	box-sizing: border-box;
}

.cmsmainmenu > LI {
	float: left;
}

.cmsmainmenu > LI > A {
	padding: 0.3em 0.6em 0.2em 0.6em;
	display: inline-block;
	text-decoration: none;
	font-family: NotoSerif;
}

.cmssubmenu a:hover {
    background-color: transparent;
}
.cmssubmenu a {
    display: block;
    padding: 0.2rem 0.8rem;
    text-decoration: none;
    font-size: 0.75em;
}

main {

}

footer {
	background-color: #FFF;
	text-align: center;
}

.smftlogo {
	background-image: url('images/logo.svg');
	background-position: top left;
	background-repeat: no-repeat;
	background-size: contain;
	height: 4em;
	width: 7.2em;
	display: inline-block;
	margin: 2em 0 1em 0;
}

.cmsfootmenu  {
	border-top: 1px solid #19192E;
	padding: 1em 0 0.5em 0;
	font-size: 0.8em;
}

.cmsfootmenu a {
	text-decoration: none;
	display: inline-block;
	padding: 0.5em;
}

.smftaddr {
	display: flex;
	font-size: 0.7em;
	justify-content: center;
}

.smftaddr > * {
	padding: 1em;
}

.smftaddr > * > B {
	text-transform: uppercase;
}

.smftaddr > * > * {
	display: block;
	text-align: center;
}

.smteasertext {
	font-family: NotoSerif;
	font-size: 1.2em;
	padding: 2em 3em;
}

h2 {
	font-family: NotoSerif;
	margin-top: 0;
	line-height: 135%;
	font-size: 1.2rem;
	font-weight: normal;
}

h3 {
	font-family: NotoSerif;
	margin-top: 0;
	line-height: 135%;
	font-size: 1.4rem;
	font-weight: normal;
}

.smboximgleft > *:first-child {

}

.smboximgleft > *:last-child,
.smboximgright > *:first-child {
	padding: 2em;
	box-sizing: border-box;
}

.smbox4.smboximgright > *:first-child {
	padding: 5.25em 2em 2em 5.25em;
	box-sizing: border-box;
}

.smbox3, .smbox4 {
	display: flex;
	font-size: 0.95em;
}

.smbox3.smboximgleft > *:first-child IMG,
.smbox3.smboximgright > *:last-child IMG {
	width: 15.75em;
	height: auto;
	float: left;
}

.smbox4.smboximgleft > *:last-child IMG,
.smbox4.smboximgright > *:last-child IMG {
	width: 19em;
	height: auto;
	float: left;
}

.smbox4.smboximgright > *:last-child IMG {
	margin-right: 2em;
}

.smbox4.smboximgleft > *:last-child IMG {
	margin-right: 2em;
}

.smboxnotop > * {
	padding-top: 0!important;
}

.smboximg {
	height: 25em;
	overflow: hidden;
	position: relative;

	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.smboxinv {
	background-color: #19192E;
	color: #FFF;
}

.smboxinv a {
	color: #FFF;
	text-decoration: none;
}

.smunderline {
	position: relative;
	margin-bottom: 0.5em;
}

.smunderline:after {
	bottom: -0.2em;
	content: '';
	left: 0;
	background-color: #19192E;
	position: absolute;
	height: 0.15em;
	width: 1em;
}

.smboxinv .smunderline:after {
	background-color: #FFF;
}

.zwpage_zwsys main {
	width: 65em;
	padding: 7em 1em 1em 1em;
	margin: 0 auto;
}

.zwmanager maing {
	padding: 1em;
}

.smtestimonials .zonesubtitle {
	padding-top: 5.25em;
	text-align: center;
}

.smtestimonials .cmszonecnt {
	background-color: #19192E;
	color: #FFF;
	padding: 0 10rem 5.25rem 10em;
	box-sizing: border-box;
	text-align: center;
}

.smboxcen {
	background-color: #19192E;
	color: #FFF;
	padding: 5.25rem 10rem;
	box-sizing: border-box;
	text-align: center;
}

.smboxcen > p {
	font-size: 0.8em;
	text-align: justify;
}

.zwmanager main {
	padding: 1em;
	width: auto!important;
}

.zwmanager header {
	display: flex;
	position: absolute;
	left: inherit!important;
	width: auto;
}

.zwmanager .zwbreadcrumb, .zwmanager .zwcaption {
	padding-left: 10em;
}

.zwmanager .smlangsel {
	display: none;
}

.tblodd > TD {
	background-color: #FFF;
}

.smsubtitle {
	font-style: italic;
}

.smboxpad {
	padding: 5.25em;
	box-sizing: border-box;
}

.smboxpadtb {
	padding: 5.25em 0;
	box-sizing: border-box;
}

.smservices {
	font-style: italic;
}

.smservices > * {
	flex-basis: 50%;
}

.smservices > DIV:first-child {
	padding-right: 1em;
}

.smservices > DIV:last-child {
	padding-top: 5.25em;
	padding-left: 1em;
	background-image: url('images/escala.svg');
	background-repeat: no-repeat;
	background-size: 5em auto;
	background-position: 1em 0;
}

.smservices UL {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.smiconboxes {
	display: flex;
	flex-wrap: nowrap;
	margin-bottom: 4px;
	justify-content: center;
	
}

.smiconboxes > * {
	flex-basis: 25%;
	background-color: #FFF;
	margin-right: 4px;
	text-align: center;
	font-weight: bold;
	font-size: 0.87em;
	padding: 6em 2em 2em 2em;
	box-sizing: border-box;
	position: relative;
}

.smiconboxes > *:after {
	content: '';
	position: absolute;
	top: 2em;
	height: 4em;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	left: 0;
	width: 100%;
}

.smiconprice:after {
	background-image: url('images/precio.svg');
}

.smiconsecure:after {
	background-image: url('images/centrico.svg');
}

.smiconcenter:after {
	background-image: url('images/seguro.svg');
}

.smiconrest:after {
	background-image: url('images/restaurante.svg');
}

.smiconnone {
	padding: 0;
}

.smiconboxes > *:last-child {
	margin-right: 0;
}

.gmapcnt {
	height: 450px;
}

.smfullwnd {
	height: 100vh;
}

.smhomebox {
	height: 80vh;
	position: relative;
	color: #FFF;
}

.smlogohome {
	position: absolute;
	/*top: 6.875em;*/
	bottom: 17em;
	left: 0;
	height: 7.31em;
	width: 11.125em;
	background-image: url('images/logow.svg');
	background-position: top center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 100%;
}

.smhometext {
	position: absolute;
	/*top: 16rem;*/
	bottom: 9em;
	left: 15.750rem;
	margin-right: 2em;
	font-family: NotoSerif;
	font-size: 1.2em;
	line-height: 130%;
}

.smboxtitle {
	margin-left: 15.75rem;
	margin-right: 5.25rem;
	font-family: NotoSerif;
	font-size: 1.2em;
	line-height: 130%;
	padding-top: 2em;
	padding-bottom: 2em;
}

.smhome .smselector {
	visibility: hidden;
}

.smhome .smlogo {
	visibility: hidden;
}

.smhome .smtopcontext {
	color: #FFF;
}

.smhome .smlangselcap:after {
	background-color: #FFF;
}

.smhome .smmenu {
	color: #FFF;
}

.smhome .smscroll .smmenu {
	color: inherit;
}

.smhome .cmslang {
	color: #FFF;
	border-color: #FFF;
	background-color: #19192E;
}

.smhome .smscroll .cmslang {
	color:inherit;
	border-color: inherit;
	border-color: #19192E;
	background-color: #FFF;
}

.smhome .smscroll .smtopcontext {
	color: inherit;
}

.smhome .smscroll .smlangselcap:after {
	background-color: #19192E;
}

.smhome .smscroll .smlogo {
	visibility: visible;
}

.smhome .smscroll .smselector {
	visibility: visible;
}

.smhome .smmenu {
	background-image: url('images/menuw.svg');
}

.smhome .smscroll .smmenu {
	background-image: url('images/menu.svg');
}

.smhomebox .smselector {
	position: absolute;
	visibility: visible;
	bottom: 3em;
	left: 0;
	width: 100%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.smhome .smselector > *:first-child {
    background-image: url('images/btleftw.svg');
}

.smtextbox {
	padding: 2em 5.25em;
	box-sizing: border-box;
}

.smtextbox h2 {
	padding-right: 10.50rem;
	font-size: 1.2em;
}

.smtext3 {
	padding-left: 10.50rem;
	font-size: 0.95em;
	text-align: justify;
}

.smboxpic2 {
	margin-left: 10.5rem;
	margin-right: 5.25em;

}

.smboxpic2 > IMG {
	width: 100%;
	height: auto;
}

.smminiboxes {
	font-size: .95em;
	margin: 7rem 5.25rem 5.25rem 5.25rem;
	display: flex;
	flex-wrap: wrap;
}

.smminiboxes > * {
	flex-basis: 50%;
	background-color: #FFF;
	align-items: baseline;
	padding: 2rem;
	box-sizing: border-box;
	min-height: 16em;
}

.smmboxinv {
	background-color: #19192E;
	color: #FFF;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
}

.smmboxinfo {
	text-align: center;
}

.smmboxpicres, .smmboxpichot {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.smmboxpicres {
	background-image: url('images/picrest.jpg');
}

.smmboxpichot {
	background-image: url('images/pichotel.jpg');
}


.smcenterbox {
	margin: 5.25em 0;
	text-align: center;
}

.smsubhdr {
	font-weight: bold;
	font-size: 1.3em;
	margin-bottom: 2rem;
	text-transform: uppercase;
}

.smtopspace {
	margin-top: 10em;
}

.smbox3cols {
	display: flex;
	font-size: 0.80rem;
}

.smbox3cols > DIV {
	flex-basis: 33%;
	box-sizing: border-box;
}

.smboxtext > DIV {
	padding-left: 1rem;
	text-align: justify;
}

.smbox3cols > DIV:first-child {
	padding-left: 2rem;
	text-align: left;
}

.smopenbox {
	padding: 1rem 0 1rem 1rem;
	font-size: 0.85rem;
	border: 1px solid #19192E;
	box-sizing: border-box;
	margin-bottom: 1.5rem;
}

.smboxcolpic > IMG {
	max-width: 100%;
	height: auto;
	position: relative;
	left: 1em;
}

.smboxcolpic:last-child > IMG {
	left: 0;
}

.smboxcolpic:last-child {
	align-self: center;
}

.smpicboxes {
	justify-content: center;
	margin: 5.25em 0;
}

.smpicboxes > DIV {
	height: 435px;
	width: 585px;
	background-image: url('images/fotos.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	margin: 0 auto;
}

.smroomitem {
	display: flex;
	margin-bottom: 3.5em;
}

.smroomitem > DIV {
	flex-basis: 50%;
	width: 50%;
	box-sizing: border-box;
}

.smroomext {
	display: none;
	background-color: #FFF;
	position: relative;
	top: 0;
	width: 100%;
	box-sizing: border-box;
	height: 100%;
	font-size: 0.95em;
	padding: 3.5rem 1rem 1rem 1rem;
	z-index: 1;
}

.smroompics {
	z-index: 15;
	position: relative;
}

.smroompics img {
	width: 100%;
	height: auto;
}

.smroomdet {
	position: relative;
}

.smroomdet h3 {
	font-size: 1.4rem;
	margin: 1.4rem 0 0.3rem 0;
}

.smroomnum {
    font-size: 2.5em;
    font-family: NotoSerif;
    text-align: center;
    position: absolute;
    padding: 2rem 1rem 1rem 3rem;
    background-color: #FFF;
    top: -1rem;
    left: -2rem;
    z-index: 2;
}

.smroomdata {
	margin-left: 1em;
	padding-top: 2.5rem;
}

.smroomnfo {
	cursor: pointer;
	position: absolute;
	text-transform: uppercase;
	font-style: italic;
	font-family: NotoSerif;
	right: 0;
	top: 0;
	padding: 0.5rem 1.2rem;
	background-color: #FFF;
	z-index: 3;
}

.smroomnfo:before {
	content: '+ ';
}

.smroomnfoshown:before {
	content: '- '!important;
}

.smpicslider {
	margin: 0;
}

.smroomsub {
	font-size: 1em;
}

.smroomtxt  {
	margin-top: 1.5rem;
	font-size: 0.95em;

}

.bx-wrapper {
	border: none;
	box-shadow: none;
	background-color: transparent;
}

.smroomfeats {
	border-bottom: 1px solid #19192E;
	display: flex;
}


.smroomfeatinfo {
	position: absolute;
	border: 1px solid red;

}

.smroomfeats > * {
	display: inline-block;
	height: 2em;
	width: 3em;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}

.smfeathcp {
	background-image: url('images/hdc.svg');
}

.smfeatacc {
	background-image: url('images/ac.svg');
}

.smfeatcam {
	background-image: url('images/cama.svg');
}

.smfeatdch {
	background-image: url('images/ducha.svg');
}

.smfeatesp {
	background-image: url('images/espejo.svg');
}

.smfeatsec {
	background-image: url('images/secador.svg');
}

.smfeattet {
	background-image: url('images/tetera.svg');
}

.smfeattv {
	background-image: url('images/tv.svg');
}

.smfeatvis {
	background-image: url('images/finestra.svg');
}

.smfeatwfi {
	background-image: url('images/wifi.svg');
}

.smjustifiedhdr {
	text-transform: uppercase;
	text-align: center;
	margin:  2rem 0;
	font-weight: bold;
	font-size: 1.1em;
	letter-spacing: 0.35em;
}

.smroomppl {
	position: absolute;
	left: 3.75rem;
	z-index: 5;
	top: 0.75em;
}

.smroomppl > * {
	display: inline-block;
	height: 1.75rem;
	width: 1.3rem;
	background-image: url('./images/pax.svg');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: bottom left;
}

.htlpaxadd {
	background-size: 65%!important;
}

.smfeature {
	position: relative;
}

.smfeatnfo {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #FFF;
	font-size: 0.7em;
	text-align: center;
	padding: 0.4rem;
	line-height: 1em;
	display: none;
}

.smfeatnfo:before {
	content: '';
	height: 0.5rem;
	width: 0.5rem;
	background-color: #FFF;
	bottom: -0.3em;
	left: 45%;
	position: absolute;
	transform: rotate(45deg);
}

.smfeatnfo > DIV {
	white-space:  nowrap;
}

button {
	border: 1px solid #19192E;
	border-radius: 0.3em;
	padding: 0.3rem 1rem;
	background-color: #19192E;
	font-size: 1em;
	color: #F4F1EF;
	text-transform: uppercase;
}

.htlselector {
	margin-bottom: 1em;
}

.smbookver .htlselector {
	margin-bottom: 0;
}

.smbookver .htlselector button {
	padding: 0.5rem 2rem;
	border-radius: 0.4em;
}

.smbookver .htlselector > DIV {
	flex-direction: column;
	align-items: center;
}

.htlselector > DIV > DIV {
	background-color: #19192E;
	color: #FFF;
}

.htlselector BUTTON {
	border-radius: 0;
}

.smbookver .htlselector > DIV > DIV {
	margin-bottom: 3em;
	text-align: center;
	border-bottom: 1px solid #19192E;
	background-color: #F4F1EF;
	color: #19192E;
}

.htloption:hover, .htlseloptsel {
	background-color: #19192E;
}

.htlseldate {
	color: #19192E
}

.smbookver .htlselector > DIV > DIV:last-child {
	border-bottom: 0;
}

.htlreadybutton button {
	padding: 0.3em;
}

.hjtselectact BUTTON {
	background-color: #F4F1EF;
	color: #19192E;
}

.htlsearchok {
	background-color: #19192E!important;
	color: #F4F1EF!important;
}

.htlselector {
	width: 100%;
	top: 0;
	left: 0;
	margin-left: 0;
}

header .htlselector {
	width: 65%;
}

.htlbookamountdet {
	border-bottom: 1px solid #19192e;
}


/*
.htlbookprcnt {
	margin: 0;
	display: flex;
	flex-direction: column;
}

.htlbookprlat {
	width: auto;
	float: none;
	order: 2;
}

.htlbookprmain {
	padding: 0;
	order: 1;
}

/*.htlbookitem {
	flex-direction: column;
	justify-content: normal;
	position: static!important;
}

.htlbookitem > DIV {
	width: 100%;
	padding-right: 0;
	box-sizing: border-box;
}

.htlbookitem > :nth-child(1) { order: 2; margin-bottom: 1em; }
.htlbookitem > :nth-child(2) { order: 1; }
.htlbookitem > :nth-child(3) { order: 3; }
.htlbookitem > :nth-child(4) { order: 4; }
.htlbookitem > :nth-child(5) { order: 5; }

.htlbookitem :nth-child(2) > * {
    display: inline-block;
}

.htlbookitem :nth-child(2) > DIV {
	float: right;
}

.htlbookroomopts {
	height: auto!important;
	overflow: visible;
}

.htlbookzonewrp {
	width: auto;
	padding: 0 1em;
	display: flex;
	flex-direction: column;
}

.htlbookzonewrp > h3 {
	order: 1;
}

.htlbookzonewrp > h3 > SPAN {
	display: block;
	font-size: 0.9em;
}


.htlbookzonewrp .zwformstack {
	width: 100%;
	min-width: initial;
	box-sizing: border-box;
}

.htlbookamountsum, .htlbookamountdes {
	width: 100%;
	min-width: initial;
}

.htlbookamountsum SPAN, .htlbookamountdes SPAN {
    white-space: nowrap;
}

.htlbookitem {
	padding: 1em;
}

.htlbookitprice {
	font-size: 1.5em;
}

.hjtlbookprc {
	line-height: 150%;
}

.htlbookprfactinfo {
	margin-top: 0.5em;
}

.htlbookroomoptsmore {
	background-color: #19192E;
}

input, textarea, select {
	border: 1px solid #19192E;
	padding: 0.3em;
}

.htlbookprctot > span {
	padding: 1rem 0!important;
}


.htlbookfoot {
	margin-top: 1em;
}
*/

.htlbookprlat {
	width: 20em;
}

.zwdateseldaycnt > DIV:first-child > * {
	color: #FFF;
	background-color: #19192E!important;
}

.zwdaterange {
	color: #FFF;
	background-color: #19192E!important;
}

.cmspagefooter {
	text-align: center;
	font-size: 0.90em;
}

.cmspagegoup {
	text-decoration: none;
}


.smmlogo {
	height: 4em;
	width: 4em;
	background-image: url('./images/bib.png');
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
}

.smmichlogos {
	padding-bottom: 1em;
}

.smtestimonials .bx-wrapper .bx-prev, .smtestimonials .bx-wrapper .bx-next,
.smtestimonials .bx-wrapper .bx-prev:hover, .smtestimonials .bx-wrapper .bx-next:hover {
	background-position: 0 0;
	height: 5em;
	background-size: contain;
	width: 2.5em;
}

.smtestimonials .bx-wrapper .bx-prev {
	left: -3em;
	background-image: url('./images/fizq.svg');
}

.smtestimonials .bx-wrapper .bx-next {
	right: -3em;
	background-image: url('./images/fder.svg');
}

.smtestimonials .bx-wrapper .bx-pager.bx-default-pager a.active,
.smtestimonials .bx-wrapper .bx-pager.bx-default-pager a:hover {
	background-color: #FFF;
}

.zwckcadv {
	margin: 0 auto;
	left: 0;
	right: 0;
	width: 55em;
}

.htlbookitem > *:nth-child(3) {
	padding-left: 15em;
}

.htlbookitemimage {
	width: 15em!important;
	float: left;
}

.htlbookitem {
	display: block;
	position: relative;
}

.htlbookroomopts > DIV {

}

.htlbookfoot {
	position: absolute;
	top: 10em;
}

.cmstosinfo {
	font-size: 0.85em;
	color: #C0C0C0;
}

.htlhidden, .htlcantselect {
	display: none!important;
}

.smpicslider {
	list-style-type: none;
}


.smscrolldown {
	position: absolute;
	bottom: 5em;
	right: 0;
	left: 0;
	margin: 0 auto;
	height: 5em;
	width: 2em;
	background-image: url(images/scroll.svg);
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}


.smminurka {
	background-image: url(images/minurka.jpg);
	width: 20rem;
	height: 6rem;
	background-size: cover;
	background-position: top left;
	background-repeat: no-repeat;
	display: inline-block;
}

.smminurkacnt {
	text-align: center;
	margin-top: 2rem;
}

.htlbookitem > DIV {
	width: auto;
}

.smpop {
	text-align: center;
}

.smpop h1 {
	font-size: 2.5rem;
	line-height: 150%;
	margin: 4rem 0 2rem 0;
}

.htlbookitnoselect {
	width: 14rem;
}

@media screen and (max-width: 1090px) {
	.cmszonecnt, .smboxpad, .zonesubtitle, .zwckcadv, .zwpage_zwsys main {
		width: 100%;
		box-sizing: border-box;
	}

	.smbox3.smboximgleft > *:first-child IMG, .smbox3.smboximgright > *:last-child IMG {
		margin-left: 2em;
	}
}

@media screen and (max-width: 900px) {

	.smroomitem {
		flex-direction: column;
		margin-bottom: 8em;
	}

	.smroomitem > DIV {
		width: auto;
		flex-basis: auto;
	}

	.htlbookitem > DIV {
		padding-right: 0!important;
	}

	.htlbookitemimage {
		float: none!important;
		width: 100%!important;
		padding-right: 0!important;
	}

	.htlbookitem > *:nth-child(3) {
		padding-left: 0;
	}

	.htlbookfoot {
		position: static;
	}

}


@media screen and (max-width: 700px) {
	.htlselector {
		width: 100%;
		top: 0;
		left: 0;
		margin-left: 0;
	}


	.htlbookprcnt {
		margin: 0;
		display: flex;
		flex-direction: column;
	}

	.htlbookprlat {
		width: auto;
		float: none;
		order: 2;
	}

	.htlbookprmain {
		padding: 0;
		order: 1;
	}
}

@media screen and (max-width: 700px) {

	.smminiboxes {
		flex-direction: column;
		margin: 7rem 0 1rem 0;
	}

	.smminiboxes > * {
		min-height: auto;
	}

	.smmboxpicres, .smmboxpichot {
		min-height: 16em;
	}

	.smmboxinv {
		order: 1;
	}

	.smmboxpad {
		order: 2;
	}

	.smmboxpicres {
		order: 3;
	}

	.smmboxinfo {
		order: 4;
	}

	.smmboxpichot {
		order: 5;
	}

	.smmboxinfo:nth-child(5) {
		order: 6;
	}
}


@media screen and (max-width: 640px) {

	.smtopcontext {
		flex-direction: column;
		align-items: flex-end;

	}

	.smlangsel {
		order: 2;
		margin: 0.5rem 0.5rem 0 0;
	}

	.smlogo {
		width: 7em;
	}

.cmsfloatingmenu {
	display: none;
}

	.smmenu {
		order: 1;
		margin: 0.5rem 0.5rem 0 0;
	}

	.smbox3, .smbox4, .smbox3cols {
		flex-direction: column;
	}

	.smboxcolpic {
		text-align: center;
	}

	.smboxcolpic > img {
		position: static;
	}

	.smbox3cols > DIV:first-child {
		padding: 1em;
	}

	.smboxtext > DIV {
		padding: 1em;
	}

	.smboxcen {
		padding: 3.25rem 2rem;

	}

	.smtestimonials .cmszonecnt {
		padding: 0 2rem 2.25rem 2rem;
	}

	.smpicboxes > DIV {
		width: 100%;
	}

	.smbox3 img, .smbox4 img {
		margin: 0!important;
		float: none!important;
		width: 100%!important;
	}
}

.htlbookitnfoadd {
	margin-left: 15rem;
}