body.debug{
	/* visibility: visible; */
}

/*****
																	MY BOOKING TEMPLATE (Page) - itype 20
*****/



/** START ********************* box & category items style for when MASTER.CSS is missing *********************************************/

.resetfloat:after,
.clearfix:after,
.box-section:after,
.box-nav:after,
.main-figure .box-inner:after{
	content:"";
	display:table;
	clear:both;
}

.box,
.box-inner,
.box-title,
.box-desc,
.box-image,
.box-nav{
	margin-left:auto;
	margin-right:auto;
}

.box-section.banner-columns,
.banner-columns .box,
/*.banner-columns .box-inner,*/
.banner-columns .box-title,
.banner-columns .box-desc,
.banner-columns .box-image{
	/* margin-left:0; */
	/* margin-right:0; */
}

.box-title{
	display:block;
	/*font-size:20px;*/
	font-size:1.5em;
	line-height:1.334;
	/* letter-spacing:0; */
	/* text-align:center; */
	margin:0 auto;
	padding:0;
	/*margin-bottom: 0.75em;*/
	margin-bottom: 0;
	/*padding-bottom: 0.75em;*/
	padding-bottom: 0.65em;
}

.box-title,
.box-title:hover{
	text-decoration:none;
}

.box-title-inner{
	display: block;
}

.box-title-inner,
.box-title-inner:hover{
	text-decoration:none;
}

.box-desc{
	text-align:left;
}

.box-image,
.main-figure{
	text-align:center;
}

.main-figure{
	margin-bottom:1.5em;
}

.main-figure p{
	max-width:none;
}

.lte8 .box-image img,
.lte8 .main-figure img{
	width:100%;
}

.id-main-figure-banner{
	text-align:left;
}

.box-section-title{
	margin-top:0;
	margin-bottom:0.33em;
}

.banner-section .box-image,
.hotellist-section .box-image{
	/*margin-bottom:5px;*/
	/*margin-bottom:0.5rem;*/
}

.banner-section .box-desc p,
.hotellist-section .box-desc p{
	padding:0 0 0.33em 0;
	margin:0;
}

.box-image + .box-title,
.box-image + .box-desc,
.hoverbox .box-title{
	/*margin-top:0.75em;*/
	margin-top:0;
	padding-top:0.75em;

}

.hoverbox-over .box-title{
	margin-bottom: 0;
}

h1.box-title,
h2.box-title,
h3.box-title,
h4.box-title,
h5.box-title,
h6.box-title{
	/*margin:0 auto;*/
	/*padding:0;*/
}

.box-title,
h1.box-title,
h2.box-title,
h3.box-title,
h4.box-title,
h5.box-title,
h6.box-title{
	/*margin-bottom:0.375em;*/
}

.box-rating,
.category-item-horizontal-box .box-title,
.category-item-horizontal-box .box-preamble{
	margin-bottom:4.5px;
	margin-bottom:0.45rem;
}

.box-title + .box-rating,
.category-item-horizontal-box .box-title + .box-preamble{
	margin-top:-4.5px;
	margin-top:-0.45rem;
}

.box-image{
	overflow:hidden;
	text-align:center;
	/*margin-bottom:0.75em;*/
}

[class^="box-skin-"] .box-image,
[class*=" box-skin-"] .box-image{
	margin-bottom:0;
}

.box-image a{
	display:block;
}

.box-image img,
inlay-image img{
	vertical-align:bottom;
}

.box-image,
.box-image img,
/*.main-figure img,*/
.main-figure{
	/*border-radius:2px;*/
	border-radius:5px;
}

.grid-col-xs-collapse .box-image,
.grid-col-xs-collapse .box-image img,
.grid-col-xs-collapse .main-figure img,
.grid-col-xs-collapse .main-figure{
	border-radius:0;
}



.main-figure{
	overflow:hidden;
}

.main-figure img{
	border-radius:0;
}


.no-image .box-image img{
	display:none;
}

.no-image .box-image:before{
	content:"";
	display:block;
	width:100%;
	height:0;
	padding-top:56.25%;
}

[class^="box-skin-"] .box-inner,
[class*=" box-skin-"] .box-inner,
.sidebar .box-desc,
.sidebar .box-nav,
.banner-columns .box-inner{
	max-width:400px;
}

.box-wide{
	width:100%;
}


.box-wide,
.box-wide .box-inner,
.box-wide .box-title,
.box-wide .box-image,
.box-wide .box-desc,
.box-wide .box-nav{
	max-width:100%;
}

.box.grid-row,
.box .grid-row{
	width:auto;
	max-width:none;
}

/**/


.box-image:before,
.main-figure-image .box-inner:before{
	content:"";
	float:left;
	display:block;
	width:0;
	height:0;
	padding-top:56.25%;
}

.box-image,
.main-figure-image .box-inner{
	background-position:50% 50%;
	background-repeat:no-repeat;
	background-size:contain;
	box-shadow:inset 0 0 2px 0 var(--color-lightgray-dark);
	background-color:var(--color-lightgray);
}

.no-js .box-image,
.loading-page .box-image,
.no-content .box-image,
.no-image .box-image{
	background-image:url("../images/placeholder-small.png");
}

.no-js .main-figure-image .box-inner
.loading-page .main-figure-image .box-inner{
	background-image:url("../images/placeholder-large.png");
}

/**/

.box-desc p:first-child{
	padding-top:0;
	margin-top:0;
}

.box-desc p:last-child{
	padding-bottom:0;
	margin-bottom:0;
}

.box-desc a.readmore{
	display:inline-block;
	vertical-align:top;
	max-width:100%;
	margin-left:0.42em;
}

.box-nav{
	padding-top:0.75em;
}

ul.box-nav,
ul.box-nav li{
	/* list-style:none; */
	/* padding:0; */
	/* margin:0; */
	/* display:block; */
}

.box-nav .stereo-left{
	text-align:left;
}

.box-nav .stereo-right{
	text-align:right;
}

	
.box-nav .days,
.box-nav .fromprice{
	display:inline-block;
	vertical-align:top;
}

.box-nav .box-durprice{
	float:left;
}

.box-nav .readmore{
	float:right;
}

.box-nav .days,
.box-nav .fromprice,
.box-durprice .days,
.box-durprice .fromprice{
	padding-right:0.4em;
}

.category-item-horizontal-box .box-nav{
	text-align:right;
	display:block;
}

.category-item-horizontal-box .box-desc .box-nav{
	display:inline;
	display:inline-block;
	vertical-align:top;
	width:100%;
}

h1 + .box:first-child,
h1 + .box-section:first-child,
h1 + .box-section:first-child .box:first-child,
h2 + .box:first-child,
h2 + .box-section:first-child,
h2 + .box-section:first-child .box:first-child,
h3 + .box:first-child,
h3 + .box-section:first-child,
h3 + .box-section:first-child .box:first-child,
h1 + .main-figure,
h2 + .main-figure,
h3 + .main-figure{
	padding-top:0!important;
	margin-top:0!important;
}

/**/

[class^="box-skin-"],
[class*=" box-skin-"],
[class^="box-skin-"] .box-inner,
[class*=" box-skin-"] .box-inner,
[class^="box-skin-"] .box-title,
[class*=" box-skin-"] .box-title,
[class^="box-skin-"] .box-inner > .box-image:first-child,
[class*=" box-skin-"] .box-inner > .box-image:first-child{
	border-radius:4px;
}

[class^="box-skin-"] .box-title,
[class*=" box-skin-"] .box-title,
[class^="box-skin-"] .box-inner > .box-image:first-child,
[class*=" box-skin-"] .box-inner > .box-image:first-child{
	border-bottom-right-radius:0;
	border-bottom-left-radius:0;
}

[class^="box-skin-"] .box-inner,
[class*=" box-skin-"] .box-inner{
	padding:13px 0;
	padding:1.3rem 0;
}

[class^="box-skin-"] .box-title,
[class*=" box-skin-"] .box-title,
[class^="box-skin-"] .box-inner > .box-image:first-child,
[class*=" box-skin-"] .box-inner > .box-image:first-child{
	margin-top:-13px;
	margin-top:-1.3rem;
}

[class^="box-skin-"] .box-title,
[class*=" box-skin-"] .box-title{
	text-align:left;
	margin-bottom:0;
	padding-top:13px;
	padding-top:1.3rem;
	padding-bottom:13px;
	padding-bottom:1.3rem;
}

/** Scenario: box-skin set on box with box-title under box-image. compensate for padding (negative margin-top) */
[class^="box-skin-"] .box-inner > .box-image:first-child ~ .box-title,
[class*=" box-skin-"] .box-inner > .box-image:first-child ~ .box-title{
	margin-top:0;
}


.sidebar .box-title,
.sidebar .box-desc,
.sidebar .box-nav,
[class^="box-skin-"] .box-title,
[class*=" box-skin-"] .box-title,
[class^="box-skin-"] .box-desc,
[class*=" box-skin-"] .box-desc,
[class^="box-skin-"] .box-nav,
[class*=" box-skin-"] .box-nav{
	padding-left:9px;
	padding-right:9px;
	padding-left:0.9rem;
	padding-right:0.9rem;
}

[class^="box-skin-"] .box-image,
[class*=" box-skin-"] .box-image,
[class^="box-skin-"] .box-image img,
[class*=" box-skin-"] .box-image img{
	border-radius:0;
}

[class^="box-skin-"] .box-desc,
[class*=" box-skin-"] .box-desc{
	padding-top:0.375em;
	padding-bottom:0.375em;
}

[class^="box-skin-"] .box-title + .box-desc,
[class*=" box-skin-"] .box-title + .box-desc{
	padding-top:1em;
	padding-bottom:0.375em;
}

[class^="box-skin-"] .box-desc .box-nav,
[class*=" box-skin-"] .box-desc .box-nav{
	padding-left:0;
	padding-right:0;
}

/**/

.box-skin-a,
.box-skin-a .box-inner,
.box-skin-a .slides-inlay{
	background:#fff;
}

.box-skin-a .gdpr-main-text-inner{
	background:#fff!important; /** GDPR popup background */
}

.box-skin-a .box-title,
.box-skin-a .box-title a,
.box-skin-a .slides-inlay .slide-title,
.box-skin-a .slides-inlay .slide-title a{
	color:var(--color-text-heading);
	background-color:#fff;
}

.box-skin-a .box-inner,
.box-skin-a .slides-inlay{
	box-shadow:0px 0px 0px 1px var(--color-lightgray-dark);
}

.box-skin-a .box-title,
.box-skin-a .box-title + .box-image,
.box-skin-a .slides-inlay .slide-title{
	border-bottom:1px solid var(--color-lightgray-dark);
}

/**/

.box-desc .widget{
	background: none transparent;
	box-shadow: none;
}
/**/
.category-items,
.category-items:nth-child(1n),
.category-item-wrapper .wrapper-inner{
	background-color:var(--color-lightgray);
	border-color:var(--color-lightgray-dark);
}

.no-text1 .category-items,
.no-text1 .category-items:nth-child(1n),
.no-text1 .category-item-wrapper .wrapper-inner{
	background-color:#fff;
	border-color:#fff;
}

.category-items.box-section,
.category-item-wrapper .wrapper-inner{
	border-top-style:solid;
	border-top-width:1px;
}

.category-items.box-section{
	padding-top: 1.5em;
}

.category-items.box-section{
	margin:3em auto;
}

.category-item-horizontal-box{
	padding:1.3em 1.5em;
}

.category-item,
.category-item-wrapper .wrapper-inner{
	/* box-shadow:inset 1px 0 0 0 var(--color-lightgray-dark),inset -1px 0 0 0 var(--color-lightgray-dark),inset 0 -1px 0 0 var(--color-lightgray-dark); */
}

.category-item-wrapper .category-item-horizontal-box{
	box-shadow:none;
}

.box-section .category-item.even,
.category-item-wrapper.even .wrapper-inner{
	background-color:rgba(255,255,255,0.5);
}

.category-item-wrapper .category-item.even{
	background-color:transparent;
}


/** END ********************* box & category items style for when MASTER.CSS is missing *********************************************/