*, html, body {
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	color: #4c4c4c;
}
html, body { height: 100%; }
form { height: 100%; display: block; position: relative; }
body { background-color: #f2f2f2; }
a, a:hover, a:visited, a:active, a:focus { color: #4c4c4c; }

:root {
	--main-color: #EA953D;
	--dark-color: #1b1f23;
	--main-blue: #2C6DB0;
}

/* common */

.app-hidden { visibility: hidden; }
.app-block { box-shadow: 0px 2px 3px 0 rgba(0, 0, 0, 0.04); background-color: #ffffff; border-radius: 5px; position: relative; margin-bottom: 20px; }
.app-block h1 { font-size: 22px; line-height: 30px; font-weight: bold; color: #4d4d4d; text-align: center; margin: 0; padding-bottom: 5px; }
.app-block h2 { font-size: 18px; line-height: 30px; font-weight: bold; color: #4d4d4d; margin: 0; }
.app-block-wrp { position: absolute; z-index: 10000; top: 0; left: 0; width: 100%; height: 100%; display: none; }
.app-block-1 { padding: 24px 30px 24px 30px; min-height: 340px; display: flex; flex-direction: column; align-items: stretch; }
.app-block-2 { padding: 20px 30px 33px 30px; min-height: 270px; display: flex; flex-direction: column; align-items: stretch; }
.app-block-3 { padding: 24px 30px 30px 30px; }
.app-block-4-slick { display: flex; align-items: flex-start; padding-top: 35px; padding-bottom: 35px; }
.app-block-5 { min-height: 270px; }
.app-block-7 { align-items: center; justify-content: center; }
.app-block-8 { padding: 13px 20px 26px 20px; }

.app-block.app-block-2 h2 { margin-bottom: 25px; }
.app-block.app-block-3 h1 { margin-bottom: 15px; }
.app-block.app-block-8 h2 { margin-bottom: 20px; }
.app-block.app-block-9 { padding: 27px 30px 30px 30px; }
.app-block.app-block-9 h2 { line-height: 24px; text-align: center; padding-bottom: 9px; color: #ff9a32; }
.app-block.app-block-10 { padding: 24px 30px 35px 30px; }
.app-block.app-block-10 h2 { font-size: 20px; line-height: 24px; text-align: center; padding-bottom: 22px; }

.app-blk1-1 { text-align: center; color: #4d4d4d; font-size: 16px; line-height: 25px; }
.app-blk1-2 { flex: 1; display: flex; flex-direction: column; justify-content: center; align-items: center; }
.app-blk1-4 > p { font-size: 16px; line-height: 25px; color: #13be00; margin: 10px 0 0 0; text-align: center; }
.app-blk1-4 > div { width: 456px; min-height: 80px; border-radius: 6px; border: solid 1px #13be00; background-color: #13be00; margin: 28px auto 15px auto; display: flex; align-items: center; padding: 5px 35px 5px 25px; }
.app-blk1-4 > div i { font-size: 36px; color: #ffffff; }
.app-blk1-4 > div > div { margin-left: 25px; }
.app-blk1-4 > div > div p { font-size: 15px; line-height: 23px; color: #ffffff; margin: 0; }
.app-blk1-4 > div > div p b { font-size: 15px; color: #ffffff; }
.app-blk1-4 > div > div span { display: block; font-size: 12px; line-height: 18px; color: #ffffff; }
.app-blk1-4 > span { display: block; font-size: 24px; line-height: 35px; font-weight: bold; color: #fc0404; text-align: center; }

.app-block-text-1 { font-size: 12px; line-height: 18px; color: #4c4c4c; text-align: center; }

/* bootstrap-ext */

.popover { background-color: #49505b; border-color: #49505b; box-shadow: none; border-radius: 5px; }
.popover-content { font-family: 'Lato', sans-serif; background-color: #49505b; padding: 10px; color: #ffffff; border-color: #49505b; }
.popover.bottom > .arrow::after  { border-bottom-color: #49505b; }
.popover.left > .arrow::after  { border-left-color: #49505b; }
.popover.right > .arrow::after  { border-right-color: #49505b; }

.open > ul.dropdown-menu {
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
	opacity: 1;
}
ul.dropdown-menu {
	-webkit-transform-origin: top;
	transform-origin: top;
	-webkit-animation-fill-mode: forwards;  
	animation-fill-mode: forwards; 
	transform: scale(1, 0);
	-webkit-transform: scale(1, 0);
	display: block;
	transition: all 0.1s linear;
	-webkit-transition: all 0.1s linear;
	opacity: .3;
	margin: 0;
	border-radius: 5px;
	border: none;
	background-color: #f2f2f2;
	box-shadow: 0px 5px 9px 1px rgba(0, 0, 0, 0.1);
	min-width: auto !important;
	width: 100%;
}
ul.dropdown-menu li a { font-weight: 300; font-size: 14px; color: #4c4c4c; }
ul.dropdown-menu li:hover a { background: #e8e8e8; }
ul.dropdown-menu li.selected a { font-weight: bold; color: var(--main-color); }
ul.dropdown-menu li.separator { height: 1px; background-color: #e8e8e8; margin: 5px 0 5px 0; }

.app-shadow { box-shadow: 0px 2px 2.97px 0.03px rgba(0, 0, 0, 0.04); }

.app-wait { position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; z-index: 9999; display: flex; align-items: center; justify-content: center; -webkit-perspective: 400px; perspective: 400px; background: transparent; }
.spinner {
	position: relative;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-animation: wobble 3.99s ease-in-out infinite;
	animation: wobble 3.99s ease-in-out infinite;
}
.spinner:before, .spinner:after {
	display: block;
	content: "";
	width: 10vmin;
	height: 10vmin;
	border: 2.5vmin solid;
	border-radius: 50%;
	animation: spin 1.5s ease-in-out infinite both reverse;
}
.spinner:before {
	position: absolute;
	border-color: #448aff;
}
.spinner:after {
	border-color: #ff9a30;
	-webkit-animation-delay: -0.75s;
	animation-delay: -0.75s;
}
@-webkit-keyframes wobble {
  	0%, 100% {
		-webkit-transform: rotateX(7.5deg) rotateY(30deg);
		transform: rotateX(7.5deg) rotateY(30deg);
	}
	50% {
		-webkit-transform: rotateX(30deg) rotateY(-30deg) rotate(180deg);
		transform: rotateX(30deg) rotateY(-30deg) rotate(180deg);
	}
}
@keyframes wobble {
	0%, 100% {
		-webkit-transform: rotateX(7.5deg) rotateY(30deg);
		transform: rotateX(7.5deg) rotateY(30deg);
	}
	50% {
		-webkit-transform: rotateX(30deg) rotateY(-30deg) rotate(180deg);
		transform: rotateX(30deg) rotateY(-30deg) rotate(180deg);
	}
}
@-webkit-keyframes spin {
	0%, 100% {
		-webkit-transform: translateZ(50px) rotateX(12deg);
		transform: translateZ(50px) rotateX(12deg);
	}
	33% {
		-webkit-transform: translateZ(-50px) scale(0.4);
		transform: translateZ(-50px) scale(0.4);
	}
	66% {
		-webkit-transform: translateZ(-50px);
		transform: translateZ(-50px);
	}
}
@keyframes spin {
	0%, 100% {
		-webkit-transform: translateZ(50px) rotateX(12deg);
		transform: translateZ(50px) rotateX(12deg);
	}
	33% {
		-webkit-transform: translateZ(-50px) scale(0.4);
		transform: translateZ(-50px) scale(0.4);
	}
	66% {
		-webkit-transform: translateZ(-50px);
		transform: translateZ(-50px);
	}
}

.app-top { background-color: #EA953D; position: relative; z-index: 3001; }
.app-foot-1 { background-color: #4d4d4d; height: 70px; display: flex; align-items: center; }
.app-foot-2 { background-color: #333333; height: 45px; display: flex; align-items: center; }
.app-foot-2 * { color: #ffffff; }
.app-foot-menu { margin: 0 0 0 auto; list-style-type: none; padding: 0; display: table; }
.app-foot-menu li { margin-left: 25px; display: inline-block; }
.app-foot-menu a { color: #ffffff; font-size: 13px; line-height: 30px; }

.app-foot-cookie-row { background-color: #989999; margin-bottom: 2px; }
.cookieContent { min-height: 56px; display: flex; align-items: center; justify-content: center; text-align: center; }
.cookieContent div { font-size: 13px; line-height: 15.6px; color: #ffffff; padding-right: 30px; }
.cookieContent i { font-size: 20px; color: #ffffff; cursor: pointer; }

.app-top-3 { display: flex; align-items: center; justify-content: flex-end; height: 42px; }
.app-head-currency { margin-right: 30px; }
.app-head-currency .dropdown-toggle { cursor: pointer; }
.app-head-currency .dropdown-toggle * { color: #ffffff; font-size: 13px; }
.app-head-currency .dropdown-menu { margin-top: 9px; box-shadow: none; background-color: #4d4d4d; border-radius: 2px; width: 60px; }
.app-head-currency .dropdown-menu a { padding: 3px 15px 3px 15px; color: #ffffff; }
.app-head-currency .dropdown-menu li.selected a { font-weight: bold; color: #ffffff; }
.app-head-currency .dropdown-menu li a { padding: 2px 10px 2px 15px; width: 60px; display: block; }
.app-head-currency .dropdown-menu li a:hover { background: none; font-weight: bold; color: #ffffff; }
.app-head-currency .dropdown-menu li.separator { height: 1px; background-color: rgba(255, 255, 255, 0.6); margin: 10px 0 10px 0; }

.app-dropdown-lang { margin-right: 35px; }
.app-dropdown-lang .dropdown-toggle { cursor: pointer; }
.app-dropdown-lang .dropdown-toggle * { color: #ffffff; font-size: 13px; }
.app-dropdown-lang .dropdown-toggle i { margin-left: 5px; }
.app-dropdown-lang ul.dropdown-menu { min-width: 140px !important; width: auto; padding: 0; margin-top: 9px; box-shadow: none; background-color: #4d4d4d; border-radius: 2px; }
.app-dropdown-lang .dropdown-menu li a { font-size: 14px; font-weight: 300; color: #ffffff; white-space: nowrap; }
.app-dropdown-lang .dropdown-menu li.selected a { font-weight: bold; }
.app-dropdown-lang .dropdown-menu li a:hover { background: none; font-weight: bold; }
.app-dropdown-lang .dropdown-menu li:first-of-type { margin-top: 5px; }
.app-dropdown-lang .dropdown-menu li:last-of-type { margin-bottom: 5px; }

.app-head-nav-ctl { padding: 0; }
.app-head-nav { display: flex; height: 70px; align-items: center; background-color: #ffffff; margin-bottom: -58px; position: relative; z-index: 10; padding-left: 30px; border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; }
.app-head-nav-1 { height: 40px; line-height: 40px; margin-left: 20px; padding-left: 20px; border-left: 1px solid #1760ab; font-size: 18px; color: #1760ab; }

.app-top-menu { list-style-type: none; margin: 0 0 0 auto; padding: 0; display: flex; align-items: center; }
.app-top-menu li { padding-right: 30px; }
.app-top-menu li > a { font-size: 14px; color: #4c4c4c; }
.app-top-menu li > a:hover, .app-top-menu li > a:active { color: #ff9131; text-decoration: none; }
.app-top-menu li.sep { border-left: 1px solid #cccccc; height: 40px; width: 1px; }
.app-top-menu li.app-menu-page-inv a { color: #ff9131; font-weight: bold; }
.app-top-menu li.app-menu-page-inv:hover a, .app-top-menu li.app-menu-page-inv:active a { color: #4c4c4c !important; }

.app-head-bread-ctl { background-color: #ffffff; }
.app-head-bread { height: 45px; display: flex; align-items: center; padding-left: 15px; }
.app-head-bread img { width: auto; height: 16px; margin-right: 15px; }
.app-head-bread > i { margin: 0 10px 0 10px; font-size: 14px; color: #4d4d4d; }
.app-head-bread p, .app-head-bread a { margin: 0; padding: 0; font-weight: 300; color: #4d4d4d; font-size: 12px; }

/* form */

.textbox { background-color: #f7f7f7; border: 1px solid #f7f7f7; border-radius: 2px; width: 100%; padding: 0 22px 0 22px; font-size: 14px; color: #4c4c4c; outline: none; }
input.textbox { height: 50px; }
textarea.textbox { height: 160px; padding: 22px; }
.inpErr, .ui-state-error { border: 1px solid #E50000 !important; }
.lblErr, .lblErr a { color: #E50000 !important; font-weight: bold !important; }
.ui-state-error .checkbox-label, .ui-state-error .checkbox-label a { color: #E50000 !important; font-weight: bold !important; }

/* btn */

.app-btn-1 { display: flex; height: 50px; min-height: 50px; align-items: center; justify-content: center; color: #ffffff; font-weight: bold; font-size: 15px; line-height: 18px; text-transform: uppercase; cursor: pointer; background-color: var(--main-color); border-radius: 5px; padding-left: 30px; padding-right: 30px; border: none; }
.app-btn-1:hover, .app-btn-1:focus, .app-btn-1:active, .app-btn-1:visited { color: #ffffff; text-decoration: none; }
.app-btn-anim { transition: all .25s; }
.app-btn-anim:hover { transform: scale(1.03); }

/* page */

.app-page { border-radius: 5px; background-color: #ffffff; }
.app-page-head { width: 100%; height: 100%; background-repeat: no-repeat; background-size: cover; background-position: top left; position: absolute; z-index: 1; }
.app-page-head-wrp { width: 100%; max-height: 300px; height: 300px; position: relative; overflow: hidden; }
.app-page-title { font-size: 25px; font-weight: bold; color: #4d4d4d; padding-left: 30px; display: flex; align-items: center; height: 60px; }
.app-page-content { background-color: #f2f2f2; padding: 25px 0 30px 0; }

.app-page-h1, .app-terms > h4, .app-terms > div { font-size: 18px; font-weight: bold; margin: 0; text-transform: uppercase; background: url(/images/imge09.png) bottom left no-repeat; padding-bottom: 5px; margin-bottom: 30px; margin-top: 40px; }
.app-page .app-page-txt1, .app-hotel-content .app-page-txt1 { font-size: 14px; line-height: 20px; text-align: justify; }
.app-page .app-page-txt1 a, .app-hotel-content .app-page-txt1 a { text-decoration: underline; }
.app-hotel-content .app-page-txt1 a.app-page-txt1-a1 { text-decoration: none; text-transform: uppercase; font-weight: bold; }
.app-hotel-content .app-page-txt1 a.app-page-txt1-a1:hover { text-decoration: underline; }
.app-page .app-page-h1:first-of-type, .app-terms > h4, .app-terms > div { margin-top: 0; }
.app-body-no-banner .app-selected-hotels { margin-top: 0; }

/* anim */

.zoomIn, .fadeInUp, .fadeInDown, .fadeInLeft, .fadeInRight, .slideInLeft, .slideInRight, .slideOutLeft, .slideOutRight, .fadeOut, .fadeIn, .fadeOutLeft, .fadeInLeft, .zoomOut {
	-webkit-animation-duration: 200ms;
	animation-duration: 200ms;
	-webkit-animation-delay: 0;
	animation-delay: 0;
}
.slideInDown, .slideOutUp {
	-webkit-animation-duration: 200ms;
	animation-duration: 200ms;
	-webkit-animation-delay: 0;
	animation-delay: 0;
}

/* search */

.app-hotel-search { position: relative; }
.app-hotel-search-inp { display: flex; align-items: center; }
.app-hotel-search .textbox { height: 40px; border-radius: 0; padding-right: 40px; padding-left: 20px; }
.app-hotel-search-ico1 { font-size: 20px; margin-left: -19px; cursor: pointer; z-index: 2; }
.app-hotel-search-ico2 { font-size: 17px;  margin-left: -20px; cursor: pointer; z-index: 2; width: 13px; min-width: 20px; max-width: 20px; }
.app-hotel-search-ico1:hover { color: #EA953D; }
.app-hotel-search-visible .textbox { position: absolute; width: 0; top: -10px; right: -10px; z-index: 1; }
.app-hotel-search-hidden .textbox { display: none; }
.app-hotel-search-hidden i { margin-left: 0; }
.app-hotel-search-results { 
	display: none;
	position: absolute; 
	top: 35px; 
	right: -10px; 
	border-radius: 2px;
	border: none;
	background-color: #f7f7f7;
	z-index: 101;
	padding: 20px;
}
.app-hotel-search-results ul { padding: 0; margin: 0; list-style-type: none; position: relative; max-height: 300px; }
.app-hotel-search-results ul li { padding: 2px 0 2px 0; }
.app-hotel-search-results ul a { color: #808080; font-size: 15px; font-weight: 300; display: block; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }
.app-hotel-search-results ul a span, .app-hotel-search-results ul li { color: #808080; font-size: 15px; font-weight: 300; }
.app-hotel-search-results ul a span i { color: #808080; font-size: 13px; padding-left: 8px; padding-right: 8px; }
.app-hotel-search-results ul a b { color: #808080; font-size: 15px; font-weight: bold; }
.app-hotel-search-results ul a:hover *, .app-hotel-search-results ul a span:hover * { color: #EA953D; }
.app-hotel-search[data-expandable='false'] { width: 100%; }
.app-hotel-search[data-expandable='false'] .app-hotel-search-inp { flex-direction: row-reverse; }
.app-hotel-search[data-expandable='false'] .app-hotel-search-inp > span { display: block; width: 100%; }
.app-hotel-search[data-expandable='false'] .app-hotel-search-inp .textbox { padding-right: 20px; margin-left: -30px; padding-left: 40px; text-overflow: ellipsis; overflow: hidden; width: calc(100% + 30px); }
.app-hotel-search[data-expandable='false'] .app-hotel-search-ico1 { margin-left: 10px; }
.app-hotel-search[data-expandable='false'] .app-hotel-search-results { top: 40px; right: 0; }
.app-hotel-search-loader { position: absolute; width: 100%; height: 2px; top: 0; left: 0; display: none; }
.load-bar {
	position: relative;
	width: 100%;
	height: 2px;
	background-color: #ff9a32;
}
.bar {
	content: "";
	display: inline;
	position: absolute;
	left: 50%;
	text-align: center;
}
.bar:nth-child(1) {
	background-color: #ff9a32;
	animation: loading 1s linear infinite;
}
.bar:nth-child(2) {
	background-color: #1661a5;
	animation: loading 1s linear 1s infinite;
}
@keyframes loading {
	from { left: 50%; width: 0; z-index:100; }
	33.3333% { left: 0; width: 100%; z-index: 10; }
	to { left: 0; width: 100%; }
}

/* xs menu */

.app-top-menu-xs { display: table; margin: 20px 0 0 auto; }
.app-top-menu-xs i { color: #ffffff; font-size: 15px; cursor: pointer; }
.app-menu-xs-bck { background-color: #000000; opacity: 0.34; position: fixed; left: 0; right: 0; width: 100vw; height: 100vh; z-index: 99; display: none; }
.app-menu-xs { width: 100%; position: fixed; left: 0; top: 60px; background-color: #ffffff; display: none; z-index: 3000; }
.app-menu-xs ul.dropdown-menu { right: auto; left: 0; }
.app-mxs-1 { height: 60px; display: flex; align-items: center; padding: 0 20px 0 0; cursor: pointer; background-color: #ececec; }
.app-mxs-1a { width: 50px; height: 60px; cursor: pointer; display: flex; align-items: center; justify-content: center; margin-left: auto; margin-right: -20px; }
.app-mxs-1 > span { margin: 0 0 0 20px; display: flex; align-items: center; }
.app-mxs-1 .dropdown-toggle * { color: #4d4d4d; }
.app-mxs-1 .app-head-currency { margin-right: 0; }
.app-mxs-2 { list-style-type: none; margin: 15px 0 20px 20px; padding: 0; }
.app-mxs-2:last-of-type { padding-left: 20px; }
.app-mxs-2 li { padding: 8px 0 8px 0; }
.app-mxs-2 li a { font-size: 14px; color: #4c4c4c; }
.app-mxs-2 li.app-menu-page-inv a { color: #ff9131; }
.app-mxs-links { display: flex; align-items: flex-start; }
.app-mxs-search { padding: 0 20px 0 20px; }
.app-mxs-search .app-hotel-search-visible .textbox { position: static; width: 100%; }
.app-mxs-search .app-hotel-search-hidden .textbox { display: inline; }
.app-mxs-search i, .app-mxs-search i { margin: 0; cursor: auto; position: absolute; right: 15px; }
.app-mxs-search .app-hotel-search-results { width: 100%; top: 45px; right: 0; }
.app-mxs-search .app-hotel-search-results ul a span { display: none; }
.app-mxs-search .app-hotel-search-inp > span { display: block; width: 100%; }
.app-mxs-fav { margin-left: auto; }
.app-mxs-fav .app-hotel-fav { position: static; }
.app-mxs-fav .app-hotel-fav-toggle { margin-right: 0; }
.app-mxs-fav .app-hotel-fav-list { width: 100vw; top: 60px; right: 0; left: 0; }
.app-mxs-fav .app-hotel-fav-item-1 { display: none; }
.app-mxs-fav .app-hotel-fav-item-3 h2 { font-size: 16px; }

/* hotel iten on list */

.app-hotel-item-l { 
	margin-bottom: 15px; 
	background-color: #ffffff; 
	border-radius: 5px; 
	padding: 20px 30px 25px 30px; 
}
.app-hotel-item-l1 { display: flex; margin-bottom: 20px; }
.app-hotel-item-l1 a { display: flex; align-items: flex-start; }
.app-hotel-item-l1 a:hover, .app-hotel-item-l1 a:active, .app-hotel-item-l1 a:focus, .app-hotel-item-l1 a:visited { text-decoration: none; }
.app-hotel-item-l1 a h2 { margin: 0 5px 0 0; font-size: 23px; font-weight: 600; color: #4d4d4d; }
.app-hotel-item-l1 a h2:hover { text-decoration: underline; }
.app-hotel-item-l1 a i, .app-hotel-item-l1 a i { margin-left: 2px; font-size: 13px; color: #EA953D; }
.app-hotel-item-l11 { margin: 0 0 0 auto; position: relative; white-space: nowrap; display: flex; align-items: flex-start; }
.app-hotel-item-l11 > i { font-size: 16px; color: #4d4d4d; cursor: pointer; margin-right: 20px; }
.app-hotel-comment-ico i { font-size: 17px; }
.app-hotel-comment-ico .fas { display: none; color: #ff9a32; }
.app-hotel-comment-ico .far { color: #4c4c4c; }
.app-hotel-comment-ico:hover .fas { display: inline-block; }
.app-hotel-comment-ico:hover .far { display: none; }
.app-hotel-fav-ico { margin-left: 25px; }
.app-hotel-fav-ico i { font-size: 18px; }
.app-hotel-fav-ico-off .fas, .app-hotel-fav-ico-on .far { display: none; }
.app-hotel-fav-ico .far { color: #4c4c4c; }
.app-hotel-fav-ico .fas { color: #ff9a32; }
.app-hotel-fav-ico:hover .fas { display: inline-block; }
.app-hotel-fav-ico:hover .far { display: none; }
.app-hotel-comment-ico, .app-hotel-fav-ico { cursor: pointer; }
.app-hotel-fav-ico-1 { font-size: 18px; }
.app-hotel-fav-ico-1:hover { color: #d50000; }
.app-hotel-item-l2 { display: flex; align-items: stretch; margin-right: 20px; }
.app-hotel-item-l21 { min-height: 170px; overflow: hidden; }
.app-hotel-item-l21 a { display: block; overflow: hidden; max-width: 200px; width: 200px; height: 170px; background-size: cover; background-position: center; background-repeat: no-repeat; border-radius: 3px; transition: all .4s; position: relative; }
.app-hotel-item-l21 a:hover { transform: scale(1.05); }
.app-hotel-item-l21 .app-hotel-item-img1 { height: 100%; width: 100%; } 

.app-hotel-item-l21 .app-hotel-item-img2 { position: absolute; top: 10px; left: 10px; }
.app-hotel-item-l22 { display: flex; flex-direction: column; justify-content: space-between; margin-left: 30px; }
.app-hotel-item-l24 { display: flex; align-items: center; }
.app-hotel-item-l24 div, .app-hotel-filter-info div { display: flex; align-items: center; height: 37px; border-width: 2px; border-style: solid; border-radius: 3px; padding: 0 10px 0 10px; font-size: 13px; font-weight: 600; margin-right: 8px; text-transform: uppercase; }
.app-hotel-item-l24 div img, .app-hotel-filter-info div img { margin-right: 10px; }
.app-htl-lake { border-color: #08c568; color: #08c568; }
.app-htl-mnt { border-color: var(--main-color); color: var(--main-color); }
.app-htl-sea { border-color: #44b7ed; color: #44b7ed; }
.app-hotel-item-l24 div img { margin-right: 10px; }
.app-hotel-item-l25, .app-hotel-item-l25 a { font-size: 13px; font-weight: 300; color: #4d4d4d; }
.app-hotel-item-l25 img { width: 25px; height: auto; margin-right: 10px; }
.app-hotel-item-l26 > div { display: flex; align-items: center; }
.app-hotel-item-l26 > div i { font-size: 18px; color: var(--main-color); margin-right: 5px; }
.app-hotel-item-l26 > div b { font-size: 15px; font-weight: bold; line-height: 25px; color: #4d4d4d; }
.app-hotel-item-l26 > div span { font-size: 14px; font-weight: 300; line-height: 19px; color: #4d4d4d; }
.app-hotel-item-l26 > div span span { font-size: 14px; font-weight: 500; color: #4d4d4d; }

.app-hotel-item-s { margin-bottom: 10px; background-color: #ffffff; border-radius: 5px; padding: 15px; }
.app-hotel-item-s1 { margin-bottom: 10px; }
.app-hotel-item-s1 a { display: flex; align-items: center; }
.app-hotel-item-s1 a h2 { margin: 0; font-size: 14px; font-weight: bold; color: #4d4d4d; line-height: 18px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: calc(100% - 20px); }
.app-hotel-item-s1 a:hover, .app-hotel-item-s22 a:active, .app-hotel-item-s22 a:focus, .app-hotel-item-s22 a:visited { text-decoration: none; }
.app-hotel-item-s1 a:hover { text-decoration: underline; }
.app-hotel-item-s1 span { white-space: nowrap; }
.app-hotel-item-s1 span:hover { text-decoration: none; }
.app-hotel-item-s1 a i { margin-left: 2px; font-size: 11px; color: #EA953D; }
.app-hotel-item-s1 a i:first-of-type { margin-left: 8px; }
div.app-hotel-item-f { font-size: 11px; color: #ffffff; display: flex; align-items: center; padding: 4px 8px 4px 8px; min-height: 23px; height: auto; border-radius: 3px; margin-right: 6px; line-height: 1em; }
.app-hotel-s11 { background-color: #43bbf7; }
.app-hotel-s12 { background-color: #a9d13b; }
.app-hotel-s13 { background-color: #fdca34; }
.app-hotel-s1 img { margin: 0 0 0 auto; width: 35px; height: auto; }
.app-hotel-item-s2 { display: flex; align-items: stretch; }
.app-hotel-item-s21 a { width: 150px; min-width: 150px; height: 150px; background-size: cover; background-position: center; background-repeat: no-repeat; border-radius: 3px; transition: all .4s; }
.app-hotel-item-s21 .app-hotel-item-img1 { height: 100%; width: 100%; } 
.app-hotel-item-s21 .app-hotel-item-img2 { position: absolute; top: 3px; left: 3px; width: 24px; height: auto; }
.app-hotel-item-s22 { display: flex; flex-direction: column; justify-content: flex-start; margin-left: 15px; }
.app-hotel-item-s22l { margin: 0; display: flex; flex-direction: column; }
.app-hotel-item-s22l div { font-size: 11px; font-weight: 300; color: #4d4d4d; margin: 0; }
.app-hotel-item-s22 .app-hotel-item-s22l:first-of-type div { margin-left: 0; }
.app-hotel-item-s22 img { width: 18px; height: auto; margin-bottom: 5px; }
.app-hotel-item-s23 { align-self: flex-start; margin-top: auto; display: flex; align-items: center; flex-wrap: wrap; }
.app-hotel-item-s23 .app-hotel-item-f { margin-bottom: 3px; }
 .app-hotel-item-s23 .app-hotel-item-f:last-of-type { margin-bottom: 0; }
.app-hotel-item-s3 { margin-top: 10px; }
.app-hotel-item-s31 i { font-size: 11px; color: var(--main-color); margin-right: 4px; margin-top: 2px; }
.app-hotel-item-s31 > div { display: flex; align-items: flex-start; padding-bottom: 3px; }
.app-hotel-item-s31 > div b { font-size: 12px; font-weight: 600; line-height: 14px; color: #4d4d4d; }
.app-hotel-item-s31 > span { font-size: 12px; font-weight: 300; line-height: 14px; color: #4d4d4d; display: block; }
.app-hotel-item-s31 > span span { font-size: 12px; font-weight: 500; color: #4d4d4d; }

/* about */

.app-abt-1 { margin-top: 50px; }
.app-abt-2 img { margin-bottom: 20px; }
.app-abt-3 { font-size: 16px; font-weight: bold; line-height: 22px; color: #4d4d4d; padding-bottom: 30px; }
.app-abt-4 { font-size: 14px; line-height: 22px; }
.app-abt-5 { display: flex; border-radius: 5px; background-color: var(--main-color); height: 50px; align-items: center; justify-content: center; }
.app-abt-5 a { font-size: 15px; font-weight: bold; color: #ffffff; text-transform: uppercase; }
.app-abt-5 a:hover, .app-abt-5 a:focus, .app-abt-5 a:active, .app-abt-5 a:visited { text-decoration: none; }

/* terms */

.app-terms ol {
	counter-reset: item;
	margin-left: 0;
	padding-left: 0;
}
.app-terms ol li {
	position: relative;
	margin: 20px 0 0 30px;
	padding: 0;
	list-style: none;
	color: #4d4d4d;
	font-size: 15px;
	line-height: 20px; 
	text-align: justify; 
}
.app-terms ol li:before {
	content: counter(item) ". ";
	counter-increment: item;
	position: absolute;
	top: -3px;
	left: -30px;
	box-sizing: border-box;
	margin-right: 8px;
	padding: 4px;
	font-weight: bold;
	text-align:center;
}
.app-terms ol li a { text-decoration: underline; }

/* privacy */

#privacy .app-page-txt1 { padding-bottom: 15px; }
.app-prv-1 { font-size: 15px; font-weight: bold; line-height: 20px; color: #4d4d4d; margin-bottom: 30px; text-align: justify; }

/* contact */

#ctcForm { padding-top: 20px; }
#ctcInfo { padding-top: 20px; display: none; font-size: 15px; line-height: 22px; }
#ctcForm .row { margin-bottom: 10px; }
#ctcForm .app-btn-1 { min-width: 220px; width: 220px; margin: 20px 0 0 auto; }
.app-ctc-hint { text-transform: uppercase; }
.app-ctc-1 { font-weight: bold; font-size: 16px; line-height: 22px; color: #4d4d4d; padding-bottom: 25px; }

/* lightbox */

.lcl_thumbs_toggle { display: none !important; }

/* info */

#info .app-page-txt1 { text-align: left; }
.app-info-1 { display: flex; height: 70px; align-items: center; justify-content: center; margin-bottom: 10px; }
.app-info-2 { font-size: 18px; line-height: 20px; font-weight: bold; text-align: center; text-transform: uppercase; }
.app-info-3 { height: 3px; width: 100px; background-color: #ff8f00; margin: 10px auto 25px auto; }

/* get */

#get .app-page-txt1 { text-align: left; }
.app-info-4 { color: #4d4d4d; font-size: 18px; line-height: 20px; text-align: center; margin: -10px 0 30px 0; }
.app-get-1 { display: flex; align-items: center; justify-content: center; border-radius: 5px; background-color: var(--main-color); height: 60px; min-width: 270px; width: 270px; margin: 35px auto 0 auto; color: #ffffff; font-size: 22px; font-weight: bold; }
.app-get-1:hover, .app-get-1:active, .app-get-1:visited, .app-get-1:focus { text-decoration: none; color: #ffffff; }

/* opinion */

.app-opn-item { margin-bottom: 15px; border-bottom: 1px solid #f2f2f2; padding-bottom: 10px; }
.app-opn-wrapper div:last-of-type { border-bottom: none; }
.app-opn-item-1 { display: flex; align-items: center; }
.app-opn-item-1 img { width: 38px; height: 38px; min-width: 38px; min-height: 38px; border-radius: 50%; }
.app-opn-item-1 div { margin-left: 12px; }
.app-opn-item-1 div p { font-weight: bold; font-size: 14px; color: #4c4c4c; line-height: 21px; margin: 0; }
.app-opn-item-1 div span { font-size: 13px; font-weight: 300; color: #4c4c4c; line-height: 18px; display: block; }
.app-opn-item-2 { padding: 15px 0 0 0; }
.app-opn-item-2 > p { margin: 5px 0 5px 0; }
.app-opn-item-2 > p, .app-opn-item-2 > p span, .app-opn-item-2 > p i { font-size: 14px; font-weight: 300; line-height: 21px; color: #4d4d4d; }
.app-opn-item-2 > p span { display: none; }
.app-opn-item-2 > p b { color: #ff9a32; font-size: 14px; font-weight: 300; cursor: pointer; }
.app-opn-item-2 > p b:hover { text-decoration: underline; }
.app-opn-item-3 { display: flex; align-items: center; margin-top: 4px; }
.app-opn-item-3 i { font-size: 16px; color: #14aaf5; display: none; margin-right: 6px; }
.app-opn-item-3 span { color: #14aaf5; font-size: 12px; cursor: pointer; }
.app-opn-more { display: table; margin: 10px auto 0 auto; color: #ff9a32; text-align: center; font-size: 12px; line-height: 18px; cursor: pointer; }
.app-opn-item-3 span:hover, .app-opn-more:hover { text-decoration: underline; }
.app-opn-item-translated, .app-opn-item-s2 { display: none; }
.app-opn-item-2.translated .app-opn-item-3 i { display: inline-block; }
.app-opn-item-2.translated .app-opn-item-translated { display: block; }
.app-opn-item-2.translated .app-opn-item-text { display: none; }
.app-opn-item-2.translated .app-opn-item-s2 { display: table; }
.app-opn-item-2.translated .app-opn-item-s1 { display: none; }
.app-opn-item-4 { font-size: 12px; line-height: 20px; color: #989898; font-style: italic; text-align: center; margin-top: 20px; }

/* block-loader */

.app-block-loader-1 { display: inline-block; position: relative; width: 40px; height: 40px; }
.app-block-loader-1 div { display: inline-block; position: absolute; left: 3px; width: 9px; background: #aaaaaa; animation: app-block-loader-1 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite; }
.app-block-loader-1 div:nth-child(1) { left: 3px; animation-delay: -0.24s; }
.app-block-loader-1 div:nth-child(2) { left: 16px; animation-delay: -0.12s; }
.app-block-loader-1 div:nth-child(3) { left: 29px; animation-delay: 0; }
@keyframes app-block-loader-1 {
	0% { top: 3px; height: 30px; }
  	50%, 100% { top: 10px; height: 15px; }
}

.app-block-loader-2 { display: inline-block; position: relative; width: 26px; height: 26px; }
.app-block-loader-2 div { display: inline-block; position: absolute; left: 3px; width: 6px; background: #aaaaaa; animation: app-block-loader-2 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite; }
.app-block-loader-2 div:nth-child(1) { left: 3px; animation-delay: -0.24s; }
.app-block-loader-2 div:nth-child(2) { left: 11px; animation-delay: -0.12s; }
.app-block-loader-2 div:nth-child(3) { left: 19px; animation-delay: 0; }
@keyframes app-block-loader-2 {
	0% { top: 3px; height: 20px; }
  	50%, 100% { top: 7px; height: 11px; }
}

.app-wait .app-block-loader-1 div { background: var(--main-color); }

/* voucher type selector */

.app-blk2-2 { width: 100%; }
.app-blk3-1 { border-radius: 5px; border: 1px solid #e3e3e3; padding: 20px 20px 20px 20px; margin-top: 8px; overflow: hidden; }
.app-blk3-2 { display: flex; align-items: center; cursor: pointer; min-height: 56px; }
.app-blk3-2a { font-size: 16px; color: var(--main-color); line-height: 20px; }
.app-blk3-2a > div { font-size: 25px; color: #4d4d4d; margin: 0; margin-bottom: 8px; display: flex; }
.app-blk3-2a > div > div { display: flex; margin-top: -25px; align-items: center; margin-left: 6px; }
.app-blk3-2a > div > div span { font-size: 10px; line-height: 16px; color: #13be00; font-weight: 500; padding-left: 4px; }
.app-blk3-2b { margin-left: auto; display: flex; align-items: center; }
.app-blk3-2b-1 { text-align: right; }
.app-blk3-2b-1 div { display: inline; font-size: 25px; color: #4d4d4d; line-height: 20px; position: relative; }
.app-blk3-2b-1 div svg { width: 100%; height: 100%; position: absolute; top: 0; left: 0; }
.app-blk3-2b-1 p { margin: 0; font-size: 12px; line-height: 16px; color: #fc0404; }
.app-blk3-2b-1 p b { font-size: 12px; color: #fc0404; }
.app-blk3-2b-2 { margin-left: 28px; font-size: 18px; line-height: 25px; color: #13be00; font-weight: 500; }
.app-blk3-2b-3 { height: 26px; }
.app-blk3-2b-4 { width: 71px; padding-right: 12px; }
.app-blk3-2b-4 svg { width: 21.4px; height: 12.1px; fill: #707070; margin-left: auto; }
.app-blk3-2b-4 svg:first-of-type { display: block; }
.app-blk3-2b-4 svg:last-of-type { display: none; }
.app-blk3-1.selected .app-blk3-2b-4 svg:first-of-type { display: none; }
.app-blk3-1.selected .app-blk3-2b-4 svg:last-of-type { display: block; }
.app-blk3-3 { display: none; }
.app-blk3-1.selected .app-blk3-3 { display: block; }
.app-blk3-3a { font-size: 12px; line-height: 18px; color: #787878; margin-top: 29px; }
.app-blk3-3b { display: flex; align-items: center; margin-top: 15px; }
.app-blk3-3b-1 { display: flex; align-items: center; flex-wrap: wrap; justify-content: flex-start; }
.app-blk3-3b-1 div { display: flex; align-items: center; margin-bottom: 5px; }
.app-blk3-3b-1 div i { color: var(--main-color); font-size: 19px; margin-bottom: 3px; }
.app-blk3-3b-1 div span { padding: 0 10px 0 8px; font-size: 13px; color: #4d4d4d; white-space: nowrap; }
.app-blk3-3b-2 { margin: 0 0 5px auto; display: table; }
.app-blk3-4 { display: flex; align-items: flex-start; justify-content: space-around; margin: 45px -15px 0 -15px; }
.app-blk3-4-item { min-width: 150px; width: 150px; margin-left: 15px; margin-right: 15px; text-align: center; }
.app-blk3-4 p { font-size: 13px; line-height: 18.5px; color: #4d4d4d; font-weight: bold; margin: 15px 0 0 0; }
.app-blk3-4 svg { fill: #EA953D; }
.app-blk3-4-item-1 svg { width: 64.86px; height: 61.487px; }
.app-blk3-4-item-2 svg { width: 60px; height: 58.233px; }
.app-blk3-4-item-3 svg { width: 75.031px; height: 60px; }
.app-blk3-4-item-4 svg { width: 60px; height: 60px; }
.app-blk4 { width: 33.3333%; }
.app-blk4-1 { height: 40px; display: flex; align-items: center; justify-content: center; position: relative; }
.app-blk4-1 div { width: 40px; height: 40px; border-radius: 20px; border: solid 3px #e3e3e3; font-size: 20px; font-weight: bold; color: #707070; display: flex; align-items: center; justify-content: center; }
.app-blk4-1 span { display: block; position: absolute; height: 3px; background-color: #e3e3e3; width: calc(50% - 20px); top: 50%; }
.app-blk4-1l { left: 0; }
.app-blk4-1r { left: calc(50% + 20px); }
.app-blk4-2 { padding: 16px 15px 0 15px; font-size: 13px; line-height: 20px; color: #707070; text-align: center; }

.app-blk6 { display: flex; justify-content: center; flex-wrap: wrap; }
.app-blk6-1 { width: 300px; min-height: 430px; border-radius: 6px; border: solid 1px #e3e3e3; margin: 12px; cursor: pointer; padding-bottom: 30px; }
.app-blk6-1a { height: 148px; border-top-left-radius: 5px; border-top-right-radius: 5px; overflow: hidden; }
.app-blk6-1a p { height: 100%; width: 100%; background-position: 0 0; background-repeat: no-repeat; border-top-left-radius: 5px; border-top-right-radius: 5px; background-size: 100%; transition: all .5s; }
.app-blk6-1a:hover p { transform: scale(1.1); }
.app-blk6-1a div { margin: 7px 0 0 7px; height: 26px; border-radius: 13px; background-color: #13be00; display: inline-flex; align-items: center; padding: 0 6px 0 6px; }
.app-blk6-1a div span { font-weight: 500; font-size: 10px; color: #ffffff; display: block; margin-left: 4px; }
.app-blk6-1b { display: flex; align-items: center; justify-content: center; height: 50px; font-size: 15px; font-weight: bold; background-color: #f2f2f2; line-height: 18px; text-align: center; }
.app-blk6-1c { font-size: 30px; font-weight: bold; color: #4d4d4d; text-align: center; padding: 10px; }
.app-blk6-2 { height: 86px; display: flex; align-items: center; justify-content: center; flex-direction: column; }
.app-blk6-2b { display: table; margin: 0 auto 0 auto; position: relative; font-size: 25px; line-height: 25px; color: #4d4d4d; }
.app-blk6-2b svg { width: 100%; height: 100%; position: absolute; top: 0; left: 0; }
.app-blk6-2c, .app-blk6-2c b { font-size: 12px; color: #fc0404; text-align: center; }
.app-blk6-2c br { display: none; }
.app-blk6-2d { margin-top: 12px; color: #13be00; font-weight: 500; line-height: 25px; text-align: center; font-size: 18px; }
.app-blk6-3 { display: table; margin: 10px auto 0 auto; }

.app-blk7-1 { margin: 30px 100px 0 100px; }
.app-blk7-2 { display: flex; align-items: center; margin-bottom: 20px; }
.app-blk7-2 > span:first-of-type { display: block; width: 350px; margin-right: 4px; }
.app-blk7-info { font-size: 16px; color: #4d4d4d; line-height: 25px; }
.app-blk7-3 { margin-bottom: 25px; }
.app-blk7-3 svg { width: 27px; height: 39px; fill: var(--main-color); }

.app-order .app-blk3-2b-4, .app-order .app-blk3-3b-2, .app-order .app-blk6-3 { display: none; }
.app-order .app-blk3-1 { margin-top: 0; margin-bottom: 50px; }
.app-order .app-blk3-3 { display: block; }
.app-order .app-blk3-2 { cursor: auto; } 

.app-vts-hp-off .app-blk6-2b svg { display: none; }
.app-vts-hp-off .app-blk6-2c { display: none; }
.app-vts-hp-off .app-blk6-2d { display: none; }

.fa-ticket { transform: rotate(-45deg); }

/* ************************************************************************************************************************ */

/* xs */
@media (max-width: 767px) {
	.cookieContent { padding: 15px; }
	.app-top { height: 60px; }
	.app-top-1 { padding-top: 20px; }
	.app-top-1 img { width: 108px; }
	.app-foot-2 * { font-size: 12px; text-align: center; }
	.app-page-head-wrp { min-height: 250px; height: 250px; display: none; }
	.app-page { padding: 15px; }
	.app-page-h1, .app-terms > h4, .app-terms > div { margin-left: -15px; padding-left: 15px; }
	.app-page-title { font-size: 18px; }
	.app-abt-1 { margin-top: 30px; }
	.app-abt-5 { min-width: 200px; width: 200px; margin: 30px auto 30px auto; }
	.app-ctc-2 { margin-bottom: 10px; }
	.app-info { margin-top: 15px; }
	.app-cookie { bottom: 0; left: 0; width: 100%; }
	
	.app-block { margin-bottom: 10px; }
	.app-blk6-1 { padding-bottom: 10px; }
	.app-blk1-4 > div { width: 100%; padding-left: 15px; padding-right: 15px; text-align: center; justify-content: center; }
	.app-blk1-4 > div i { display: none; }
	.app-blk1-4 > div > div { margin-left: 0; }
	.app-block-3 { padding-left: 25px; padding-right: 25px; }
	.app-blk3-2b { flex-direction: column; align-items: flex-end; }
	.app-blk3-2b-4 { display: none; }
	.app-blk3-2b-1 div { font-size: 20px; }
	.app-blk3-2b-1 p, .app-blk3-2b-1 p b { font-size: 9px; line-height: 11px; }
	.app-blk3-2b-2 { font-size: 16px; line-height: 21px; }
	.app-blk3-2a { font-size: 12px; line-height: 15px; }
	.app-blk3-2a > div { font-size: 20px; }
	.app-blk3-3b { flex-direction: column; }
	.app-blk3-3b-1 { margin: auto 5px auto 5px; justify-content: center; }
	.app-blk3-3b-1 span { padding-right: 10px; }
	.app-blk3-3b-1 div i { font-size: 13px; }
	.app-blk3-3b-1 div span { font-size: 10px; }
	.app-blk3-1 { padding-left: 15px; padding-right: 15px; }
	.app-blk3-3b-2 { margin-right: auto; margin-top: 15px; }
	.app-blk3-4 { flex-wrap: wrap; margin-top: 15px; justify-content: center; }
	.app-blk3-4-item { margin-top: 30px; }
	.app-blk3-4-item p { margin-left: auto; margin-right: auto; }
	.app-blk6 { margin-left: -5px; margin-right: -5px; }
	.app-blk6-1 { width: 180px; margin: 5px; min-height: 325px; }
	.app-blk6-1a { height: 100px; }
	.app-blk6-1b { font-size: 11px; line-height: 14px; height: 40px; order: 1; }
	.app-blk6-1c { font-size: 20px; line-height: 20px; order: 0; padding-bottom: 4px; }
	.app-blk6-1d { order: 2; }
	.app-blk6-1w { display: flex; align-items: stretch; flex-direction: column; flex: 1; }
	.app-vts-hp-off .app-blk6-2 { height: 30px; }
	.app-blk6-2b { font-size: 20px; }
	.app-blk6-2c { padding-left: 20px; padding-right: 20px; }
	.app-blk6-2c, .app-blk6-2c b { font-size: 9px; line-height: 11px; }	
	.app-blk6-2d { font-size: 14px; line-height: 21px; }
	.app-blk4 { width: 100vw; }
	.app-blk4-1 span { display: none; }
	.app-blk4-2 { padding-left: 30px; padding-right: 30px; }
	.app-blk7-1 { margin-left: 0; margin-right: 0; }
	.app-blk7-2 { flex-direction: column; }
	.app-blk7-2 > span:first-of-type { width: 100%; margin-right: 0; margin-bottom: 10px; }
	.app-order .app-blk6-1 { min-height: auto; padding-bottom: 10px; margin: 0 auto 35px auto; }
	.app-order .app-blk3-1 { margin-bottom: 35px; }
	
	.app-body-no-banner .app-block-3 { margin-bottom: 15px; }
}

@media (max-width: 480px) {
	.app-block-2, .app-block-3 { padding-left: 15px; padding-right: 15px; }
	.app-blk6-1 { width: 370px; display: flex; flex-direction: row-reverse; position: relative; min-height: 182px; height: 182px; justify-content: flex-start; margin-left: 0; margin-right: 0; }
	.app-blk6-1a { width: 180px; height: 180px; min-width: 180px; min-height: 180px; max-width: 180px; max-height: 180px; border-top-left-radius: 0; border-bottom-right-radius: 5px; }
	.app-blk6-1a p { background-size: auto 100%; border-top-left-radius: 0; }
	.app-blk6-1b { font-size: 12px; height: auto; color: #4d4d4d; background-color: inherit; font-weight: normal; }
	.app-blk6-1c { padding-top: 12px; }
	.app-blk6-2w { width: 190px; height: 180px; display: flex; flex-direction: column; justify-content: space-between; align-items: center; padding-bottom: 10px; }
	.app-blk6-3 { position: absolute; bottom: 0; right: 0; width: 180px; min-width: 180px; min-height: 65px; display: flex; align-items: center; justify-content: center; margin: 0; background-image: linear-gradient(359deg, #000000, rgba(0, 0, 0, 0)); border-bottom-right-radius: 5px; }	
	.app-blk6-3 .app-btn-1 { min-width: calc(100% - 30px); width: calc(100% - 30px); text-align: center; }
}

@media (max-width: 400px) {
	.app-blk6-1 { width: 100%; }
	.app-blk6-1a { width: 50%; min-width: 50%; max-width: 50%;}
	.app-blk6-1b { padding-bottom: 10px; }
	html[lang='nl'] .app-blk6-1c, html[lang='de'] .app-blk6-1c { font-size: 16px; }
	.app-blk6-2w { width: 50%; max-width: 50%; }
	.app-blk6-1w { max-width: 100%; }
	.app-blk6-3 { width: 50%; min-width: 50%; }
}

/* sm */
@media (min-width: 768px) {
	.app-top { height: 60px; }
	.app-top-1 { padding-top: 20px; }
	.app-top-1 img { width: 108px; }
	.app-foot-2 * { font-size: 12px; text-align: center; }
	.app-page { padding: 25px; }
	.app-page-h1, .app-terms > h4, .app-terms > div { margin-left: -25px; padding-left: 25px; }
	.app-abt-5 { min-width: 320px; width: 320px;  margin: 50px 30px 0 auto; }
	.app-ctc-2 { padding-right: 0; }
	.app-ctc-3 { padding-left: 10px; }
	.app-hotel-item-s1 > span { font-size: 13px; }
	.app-hotel-item-s22 a h2 { font-size: 20px; }
	.app-hotel-item-s22 p { font-size: 14px }
	.app-hotel-item-s31 i { font-size: 14px; }
	.app-hotel-item-s31 > b { font-size: 14px; }
	.app-hotel-item-s31 > span { font-size: 12px; line-height: 16px; }
	.app-hotel-item-s31 > span span { font-size: 12px; }
	.app-order .app-blk3-3b-1 { margin-left: auto; margin-top: 15px; }
	.app-order .app-blk6-1 { display: flex; width: auto; min-height: 150px; padding-right: 30px; max-height: 150px; margin: 0 0 50px 0; }
	.app-order .app-blk6-1a { width: 226px; border-radius: 6px; }
	.app-order .app-blk6-3 { display: none; }
	.app-order .app-blk6-1w { display: flex; height: 150px; align-items: flex-start; flex-direction: column; margin-left: 30px; justify-content: center; }
	.app-order .app-blk6-1b { background-color: #ffffff; color: #4d4d4d; height: auto; }
	.app-order .app-blk6-1c { padding: 0; }
	.app-order .app-blk6-2 { margin-left: auto; margin-top: 20px; max-width: 150px; height: auto; justify-content: center; align-items: flex-end; }
	.app-order .app-blk6-2b { margin-right: 0; }
	.app-order .app-blk6-2c { text-align: right; }
	.app-order .app-blk6-2d { text-align: right; margin-left: auto; }
	.app-order .app-blk6-2w { display: flex; align-items: flex-start; height: 150px; flex: 1; }
	.app-vts-hp-off.app-blk6-1 { min-height: 400px; }
	.app-vts-hp-off .app-blk6-2 { height: 50px; }
	.app-order .app-vts-hp-off.app-blk6-1 { min-height: auto; }
}

/* xs i sm */
@media (max-width: 991px) {
	.app-page { margin-top: 10px; }
	.app-page-content { padding-top: 15px; padding-bottom: 15px; }
	.app-terms-1 li { margin-left: 30px; }
	.app-terms-1 li:before { left: -30px; }
}

/* md */
@media (min-width: 992px) {
	.app-top { height: 67px; }
	.app-foot-2 * { font-size: 12px; text-align: left; }
	.app-page { padding: 30px 25px 30px 30px; }
	.app-page-h1, .app-terms > h4, .app-terms > div { margin-left: -30px; padding-left: 30px; }
	.app-page-content { padding: 25px 0 30px 0; }
	.app-body-no-banner .app-page-content { padding-top: 55px; }
	.app-body-no-banner .app-page-content > .container { padding: 0; }
	.app-page-content-ctl { display: flex; }
	.app-hotel-search { width: 19px; }
	.app-hotel-search-visible i { margin-left: 0; }
	.app-block-4 { padding-left: 30px; padding-right: 30px; }
	.app-head-currency { margin: 0 30px 0 0; }
	.app-head-currency .dropdown-toggle * { color: #4d4d4d; font-size: 12px; }
	#order .app-blk3-3b-1 { margin-bottom: 15px; margin-right: -120px; }
}

/* lg */
@media (min-width: 1200px) {
}
