.T2812 { position: relative; }

#ibe-container {
	/*
	background-image: url(//tramino.s3.amazonaws.com/s/oberstdorf/680704/gg-top.jpg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: top center;
	*/
}


#banner { display: none; }

/* ----- Layout ---- */

#ibe-container aside {
	width: 300px;
	position: absolute;
	top: 60px;
	left: 0px;
}


#ibe-container .col-right {
	padding-top: 35px;
	margin-left: 320px;
	margin-right: 20px;
}



/* ----- Sonstiges ---- */

#ibe-container .results-list .notify {
	padding: 100px 0px 100px 0px;
	border: 1px dashed rgba(0,0,0,0.2);
	margin: 20px 30px 20px 0px;
	text-align: center;
}

#ibe-container .results-list .notify h3 {
	margin: 5px 0px;
	font-weight: normal;
	font-family: 'Sorts Mill Goudy', serif;
	font-style: oblique;
	font-size: 40px;
	line-height: 1.1;
}

#ibe-container .results-list .notify a {
	text-decoration: underline;
}

#ibe-container .results-list .notify img { display: inline-block; margin: 20px 0px; }






#list {

}

#list:after {
	content: "";
	display: block;
	clear: both;
}

#error {
	font-size: 120%;
	color: red;
}


/* ----- Tabs ---- */


.tabs {
	display: flex;
	flex-wrap: wrap;
	margin: 0px 30px 20px 0px;
}

.tabs .group {
	box-shadow: 1px 1px 4px rgba(0,0,0,0.3);
	margin-bottom: 10px;
	display: flex;
	flex-wrap: wrap;
	margin-right: 20px;
}

.tabs .group.rightside { margin-left: auto; margin-right: 0; }

.tabs span {
	display: block;
	padding: 4px 20px;
	cursor: pointer;
	text-align: center;
	background: rgba( 255,255,255,0.5);
	font-size: 14px;
	font-weight: 700;
	color: #333;
	text-transform: uppercase;
	border-right: 1px solid rgba(0,0,0,0.2);
}
.tabs span.active {
	background: white;
}

.tab {
	display: none;
}
.tab.active {
	display: block;
}


.tabs .search span { padding: 0px;  }
#ibe-container .tabs .search span input {
	background: url(//tramino.s3.amazonaws.com/s/oberstdorf/683168/oberstdorf-icons-sprite2.png) 7px -589px no-repeat;
	font-family: 'Source Sans Pro', sans-serif;
	padding: 3px 10px 3px 30px; 
	border: none; 
	font-size: 14px; 
	color: #000;
	background-color: transparent;
}


.tabs .show-filter { display: none; }


#partner-map {
	margin-right: 30px;
	height: 800px;
}


/* search-filter-info */
.search-filter-info {
	width: 93%;
	margin-bottom: 20px;
	font-size: 15px;
	line-height: 18px;
	color: black;
}
.search-filter-info .tag {
	background-color: #FDB60A;
	color: #000;
	border-radius: 10px;
	padding: 2px 10px;
	font-size: 16px;
	margin-right: 2px;
	cursor: pointer;
	white-space: nowrap;
	display: inline-block;
	max-width: 300px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.search-filter-info .tag span {
	color: white;
	margin-left: 7px;
	font-size: 16px;
}#ibe-container aside.open { display: block !important; }


aside .tags  {
	padding: 0px 20px 0px 60px;
	font-size: 15px;
	line-height: 18px;
	color: #333;
}

aside .tags a { color: #333 !important; }
aside .tags a:hover { text-decoration: none !important; }

aside .tags label {
	cursor: pointer;
	overflow-wrap: break-word;
	hyphens: auto;
	-webikt-hyphens: auto;
	
}

aside .tags .group { margin-left: 25px; margin-bottom: 25px; }

aside .tag {
	display: block;
	margin-bottom: 5px;
	padding-right: 20px;
	position: relative;
}

aside .tag.long { padding-right: 0px; }

aside .tag .count {
	position: absolute;
	right: 0px;
	top: 0px;
	opacity: 0.4;
}

aside .tags .disabled {
	color: gray;
	cursor: default;
}

aside .tags .hidden {
	display: none;
}
aside .tags .more {
	cursor: pointer;
	color: #333;
}

aside .tags .group a { text-decoration: none;  }
aside .tags .group h4 {
	color: #333;
	text-transform: uppercase;
	font-size: 16px;
	margin: 0px 0px 10px 0px;
}

aside .tags .checkbox {
	opacity: 0;
	position: absolute;
}

aside .tags a:before, aside .tags .tag:before {
	content: '';
	background: #fff;
	display: inline-block;
	vertical-align: middle;
	width: 12px;
	height: 12px;
	margin-right: 10px;
	text-align: center;
	margin-left: -25px;
}

aside .tags a:before { border-radius: 6px; }
aside .tags a.link_aktiv:before { background: #C42730; }

aside .tags .tag:before { }
aside .tags .tag.checked:before { background: #C42730; }


aside .group .more {
	background-image: url(//tramino.s3.amazonaws.com/s/oberstdorf/683883/arrowdown.png);
	background-repeat: no-repeat;
	background-position: -1px -44px;
	margin-left: -25px;
	padding-left: 25px;
	opacity: 0.5;
}

aside .group .more:hover {
	opacity: 1;
}


@media all and (min-width: 100px) and (max-width: 1200px) {

	aside { padding-top: 0.5rem; padding-bottom: 0.5rem; }
	aside .close { display: none; }
	aside.open .close {
		position: absolute;
		top: calc( 1.5rem / 2 * -1 );
		right: calc( 1.5rem / 2 * -1 );
		display: flex;
		justify-content: center;
		align-items: center;
		background-color: #FFF;
		width: 1.5rem;
		height: 1.5rem;
		border-radius: 50%;
		cursor: pointer;
	}
	
	aside .tags  {
		padding: 0px 20px 0px 25px;
		font-size: 14px;
		line-height: 16px;
	}

	aside .tags .group h4 {
		text-transform: uppercase;
		font-size: 14px;
	}


}/* ----- Search ---- */

#ibe-container .search-container  {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 1.5rem;
}

#ibe-container .search-container .button {
	display: inline-block;
	background-color: #fff;
	margin-right: 5px;
	padding: 5px 25px 5px 25px;
	padding: 5px 20px;
	cursor: pointer;
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	color: #000;
	box-shadow: 1px 1px 4px rgba(0,0,0,0.3);
}

#ibe-container .search-container .button.pulldown {
	padding-right: 35px;
	background-image: url(//tramino.s3.amazonaws.com/s/oberstdorf/683883/arrowdown.png);
	background-repeat: no-repeat;
	background-position: right 8px top -40px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

#ibe-container .search-container .button.pulldown.on {
	background-position: right 8px top 6px;
	position: relative;
	z-index: 71;
	box-shadow: none;
}

#ibe-container .search-container .button.on {
	padding-bottom: 6px;
	margin-bottom: 0px;
}
#ibe-container .search-container .button.right {
	margin-right: 30px;
	background-color: #444;
	color: #fff;
}

#ibe-container .search-container input[type="submit"] {
	display: inline-block;
	background-color: #BD2631;
	border: 0px !important;
	margin: 0px;
	margin-right: 5px;
	padding: 7px 35px 6px 35px;
	cursor: pointer;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	box-shadow: 1px 1px 4px rgba(0,0,0,0.3);
}

.ui-datepicker-title { color: #333; }

.results-list {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
}

.results-list > div {
	width: 50%;
}

.results-list > div.banner-inner { width: 100%; }
.results-list > .results-divider { width: 100%; }
.results-list > div.notify { margin: 20px 0px; width: 100%; }

.results-list .result-box { width: 100%; float: none; }

/* Stichwortsuche */

.results-divider {
	font-size: 14px;
	line-height: 16px;
	color: rgba(0,0,0,0.5);
	text-transform: uppercase;
	font-weight: bold;
	margin: 0px 40px 25px 0px;
}
.results-divider:after {
	content: " ";
	display: block;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	margin: -8px 0px 0px 150px;
}

.results-404 {
	padding: 80px 0px 100px 0px;
	font-family: 'Sorts Mill Goudy', serif;
	font-style: italic;
	text-align: center;
	font-size: 40px;
}

/* Google Maps InfoWindow */

.gm-style-iw .result-box { float: none; width: 420px; overflow: hidden; }
.gm-style-iw .result-box > .inner { margin: 5px 0px 0px 0px; }
.gm-style-iw .result-box .logo > .inner { top: 15px; left: 0px; right: 15px; bottom: 0px; }
.gm-style-iw .result-box .item .info .price { font-size: 35px; }
.gm-style-iw .result-box .item .info .currency { font-size: 18px; }
.gm-style-iw .result-box .item .info .text { font-size: 13px; line-height: 125%;}
.gm-style-iw .result-box .text { font-size: 12px; padding-top: 20px; }
.gm-style-iw .result-box .text h2 { font-size: 16px; line-height: 1.2; margin: 14px 0 5px 0; }
.gm-style-iw .result-box .text h3 { font-size: 15px; line-height: 1.1; margin-right: 0px; }
.gm-style-iw .result-box .text .address { bottom: 0px; }
.gm-style-iw .result-box .text .phone { right: 0px; bottom: 0px; }
.gm-style-iw .result-box .info .favable { top: 10px; right: 0px; }



/* Google Maps Loading */

.results-list .loader-results {
	text-align: center;
	margin-top: 2em;
}
.results-list .loader-results img {
	display: inline-block;
	margin-bottom: -2px;
	margin-right: 5px;
}

.result-box .hidden { opacity: 0; }

.result-box > .inner {
	margin: 0px 30px 30px 0px;
	background: white;
	position: relative;
}


.result-box-overlay-right {
	position: absolute; top: 20px; right: -10px;
	/* height: 15px; */
	background: white;
	border: 1px solid #EAE6DC;
	padding: 2px 10px 4px 2px;
	text-align: center;
	font-size: 12px;
	line-height: 15px;
	z-index: 50;
}

.result-box-overlay-right:after {
	content: "";
	position: absolute; right: -1px; bottom: -6px;
	border-top: 5px solid #737474;
	border-right: 10px solid transparent;
}

.result-box-overlay-right .digit {
	display: inline-block;
	background-color: #238C00;
	color: #fff;
	padding: 1px 5px 1px 5px;
	margin-right: 5px;
	font-weight: bold;
}

/* --- Slider --- */

.result-box .slider {
	position: relative;
	background: #eee;
	cursor: pointer;
	aspect-ratio: 1 / 0.668;
}


.result-box .slider .item {
	position: absolute;
	top: 0; left: 0; right: 0; bottom: 0;
	background-size: cover;
}

/* --- (background) Image --- */

.result-box .slider .item .image {
	position: relative;
	background: gray;
	aspect-ratio: 1 / 0.668;
}


.result-box .slider .item .image > .inner {
	position: absolute;
	top: 0; left: 0; right: 0; bottom: 0;
	background-size: cover;
}


/* --- Sterne --- */

.result-box .stars {
	position: absolute;
	top: 20px; left: -10px;
	/* height: 30px; */
	background: #FDB60A;
	padding: 5px 15px 7px 15px;
	font-size: 12px;
	line-height: 15px;
	text-align: center;
	/*z-index: 50;*/
	color: #624701;
}

.result-box .stars:after {
	content: "";
	position: absolute;
	bottom: -7px; left: 0;
	border-top: 7px solid #D05607;
	border-left: 10px solid transparent;
}



/* --- Item Info --- */

.result-box .slider .item .info {
	position: absolute; bottom: 0; left: 0;
	width: 100%; height: 80px;
	background: rgba( 0, 0, 0, 0.45 );
	display: flex;
	justify-content: space-between;
}

.result-box .arrow  {
	box-sizing: border-box;
	width: 10%;
	height: 100%;
	color: #fff;
	font-size: 40px;
	line-height: 75px;
	text-align: center;
	cursor: pointer;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-decoration: none;
	opacity: 0.8;
	position: relative;
}

.result-box .arrow .arrow-inner {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 12px;
	height: 32px;
	background: url(//tramino.s3.amazonaws.com/s/oberstdorf/684803/ggarrows.png) 0px 0px no-repeat;
}

.result-box .arrow.next .arrow-inner {
	background-position: 0px -64px;
	left: auto;
	right: 10px;
}

.result-box .arrow:active  { opacity: 1; }
.result-box .arrow.prev:active  { }



.result-box .item .info .price {
	position: relative;
	width: 22%;
	font-family: 'Sorts Mill Goudy', serif;
	padding-top: 12px;
	line-height: 50px;
	font-size: 30px;
	font-size: 2.3vw;
	font-style: oblique;
	letter-spacing: 1px;
	text-align: center;
	color: white;
}

.result-box .item .info .price .currency {
	display: inline-block;
	font-size: 30px;
	font-size: 1.8vw;
	margin-left: 3px;
	margin-right: -14px;
}

.result-box .item .info .price .online-booking .v1 {
	position: absolute;
	font-family: 'Source Sans Pro', sans-serif;
	font-style: normal;
	letter-spacing: 0px;
	top: -12px;
	left: 15px;
	right: 15px;
	font-size:11px;
	line-height: 1.1;
	padding: 3px 0px;
	background-color: #238C00;
	color: #fff;
}

.result-box .item .info .price .online-booking {
	font-family: 'Source Sans Pro', sans-serif;
	font-style: normal;
	letter-spacing: 0px;
	height: 75px;
	font-weight: bold;
	text-align: left;
	text-transform: uppercase;
	margin-top: -80px;
	font-size: 10px;
	line-height: 1.1;
	padding: 7px 5px 0px 10px;
	background-color: #238C00;
	color: #fff;
}

.result-box .item .info .price .online-booking .OPTIONAL {
	background: -moz-linear-gradient(top, rgba(35,140,0,1) 0%, rgba(35,140,0,0) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(35,140,0,1)), color-stop(100%,rgba(35,140,0,0)));
	background: -webkit-linear-gradient(top, rgba(35,140,0,1) 0%,rgba(35,140,0,0) 100%);
	background: -o-linear-gradient(top, rgba(35,140,0,1) 0%,rgba(35,140,0,0) 100%);
	background: -ms-linear-gradient(top, rgba(35,140,0,1) 0%,rgba(35,140,0,0) 100%);
	background: linear-gradient(to bottom, rgba(35,140,0,1) 0%,rgba(35,140,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#238c00', endColorstr='#00238c00',GradientType=0 );
}

.result-box .item .info .text {
	/*width: 58%;*/
	font-size: 13px;
	line-height: 18px;
	padding-top: 12px;
	color: white;
}

.result-box .item .info .text .inner { margin-left: 6%; }
.result-box .item .info .text .inner b { 
	font-size: 1.2em;
	display: block;  
	word-wrap: break-word;
	overflow-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	
	display: -webkit-box;
  	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin-bottom: -1em;
}


/* --- one result only, no arrows needed --- */

.result-box .slider.single .info .arrow { visibility: hidden; }
.result-box .slider.singlex .info .price { width: 35%; }
.result-box .slider.singlex .info .text { width: 65%; }


.result-box .info {
	position: relative;
	display: flex;
}

.result-box .logo {
	width: 35%;
	position: relative;
}

.result-box .logo:before {
	display: block;
	content: "";
	width: 100%;
	padding-top: 75%;
}

.result-box .logo > .inner {
	position: absolute;
	top: 15px;
	left: 15px;
	right: 20px;
	bottom: 15px;
}
.result-box .logo img {
	width: 100%;
	height: auto;
	background-color: #CCC;
}

.result-box .text {
	width: 65%;
	padding-top: 15px;
	font-size: 14px;
	color: #999;
}

#ibe-container .result-box .text h2 {
	font-size: 16px;
	line-height: 1.2;
	color: #000;
	margin: 12px 40px 6px 0px;
	font-weight: bold;
}

#ibe-container .result-box .text h2 a {
	color: #000 !important;
	text-decoration: none;
}

#ibe-container .result-box .text h3 {
	min-height: 40px;
	font-size: 13px;
	line-height: 1.2;
	color: #666;
	font-weight: normal !important;
	margin: 0px 10px 0px 0px;
}

.result-box .info .text .foot {
	display: flex;
	justify-content: space-between;
	margin: 0.5rem 20px 0.1rem 0;
}
.result-box .info .text :not(.foot) .address {
	position: absolute;
	bottom: 10px;
}

.result-box .info .text :not(.foot)  .phone {
	position: absolute;
	bottom: 10px;
	right: 20px;
}


.result-box .info .favable  {
	position: absolute;
	top: 14px;
	right: 15px;
	width: 22px;
	height: 22px;
	cursor: pointer;
	background: url(//tramino.s3.amazonaws.com/s/oberstdorf/656633/icons.png) 0px -638px no-repeat;
}

.result-box .info .favable.on {
	background: url(//tramino.s3.amazonaws.com/s/oberstdorf/656633/icons.png) 0px -770px no-repeat;
}



.result-box.alpentraum .row1 .digits {
	font-size: 30px;
}



/* --- Skin: Alpentraum --- */

.result-box.alpentraum .inner { background-color: transparent; cursor: pointer;}

.result-box.alpentraum .row1 { position: relative;  }
.result-box.alpentraum .row1:before { display: block; content: " "; width: 100%; padding-top: 66.8%; }
.result-box.alpentraum .row1 > .image { position: absolute; top: 0; left: 0; right: 0; bottom: 0; background-size: cover; border-radius: 15px 15px 0px 0px; }

.result-box.alpentraum .row1 .price {
	z-index: 1000;
	position: absolute;
	bottom: 20px;
	right: 20px;
	border-radius: 100px;
	width: 100px;
	height: 100px;
	background-color: rgba(0,0,0,0.5);
	color: #fff;
}

.result-box.alpentraum .row1 .digits {
	display: block;
	text-align: center;
	font-family: 'Sorts Mill Goudy', serif;
	font-size: 35px;
	line-height: 115px;
	font-style: oblique;
}
.result-box.alpentraum .row1 .currency {
	position: absolute;
	top: 35px;
	right: 10px;
}

.result-box.alpentraum .row1 .booking {
	text-transform: uppercase;
	font-size: 11px;
	line-height: 13px;
	font-weight: 600;
	position: absolute;
	top: 11px;
	left: 20px;
	text-align: center;
	width: 60px;
}



.result-box.alpentraum .row2 { 
	background-color: #951711; color: #fff; border-radius: 0px 0px 15px 15px;
	font-size: 13px; padding: 15px; height: 120px; 
	position: relative;
}

.result-box.alpentraum .row2 .favable  {
	position: absolute;
	top: 14px;
	right: 15px;
	width: 22px;
	height: 22px;
	cursor: pointer;
	background: url(//tramino.s3.amazonaws.com/s/oberstdorf/684104/icons-white.png) 0px -638px no-repeat;
}

.result-box.alpentraum .row2 .favable.on { background-position:  0px -770px; }

.result-box.alpentraum .row2 .col1 { float: left; width: 55%; }
.result-box.alpentraum .row2 .col1 .haus { margin: 0px 0px 2px 0px; color: rgba(255,255,255,0.6); }
.result-box.alpentraum .row2 .col1 .name { font-size: 18px; line-height: 20px; font-weight: 600; margin: 0px 0px 5px 0px; }
.result-box.alpentraum .row2 .col1 .name a { color: inherit; text-decoration: none; }
.result-box.alpentraum .row2 .col1 .info { color: rgba(255,255,255,0.6); }

.result-box.alpentraum .row2 .col2 { float: left; width: 45%; font-size: 12px; }
.result-box.alpentraum .row2 .col2 .location { margin: 0px 0px 5px 27px; color: rgba(255,255,255,0.6) }
.result-box.alpentraum .row2 .col2 .fact { margin: 0px 0px 1px 15px; white-space: nowrap; color: rgba(255,255,255,0.8);  }
.result-box.alpentraum .row2 .col2 .fact::before { content: "\2713"; padding-right: 5px; }

@media all and (max-width: 1250px) {
	.result-box.alpentraum .row2 { font-size: 12px; }
	.result-box.alpentraum .row2 .col2 { font-size: 11px; }
}

@media all and (max-width: 900px) {
	.result-box.alpentraum .row2 .col2 .location { margin: 0px 0px 5px 10px;  }
	.result-box.alpentraum .row2 .col2 .fact { margin: 0px 0px 1px 10px; white-space: normal;   }
	.result-box.alpentraum .row2 .col2 .fact::before { content: ""; padding-right: 0px; }
}




/* --- Skin: Montana --- */

.result-box.montana a { color: #FFF; text-decoration: none; }
.result-box.montana .inner { background-color: transparent; cursor: pointer;}

.result-box.montana .row1 { position: relative;  }
.result-box.montana .row1:before { display: block; content: " "; width: 100%; padding-top: 66.8%; }
.result-box.montana .row1 > .image { position: absolute; top: 0; left: 0; right: 0; bottom: 0; background-size: cover;  }

.result-box.montana .row1 .price {
	z-index: 1000;
	position: absolute;
	bottom: 20px;
	right: 20px;
	border-radius: 100px;
	width: 100px;
	height: 100px;
	background-color: rgba(0,0,0,0.5);
	color: #fff;
}

.result-box.montana .row1 .digits {
	display: block;
	text-align: center;
	font-family: 'Sorts Mill Goudy';
	font-size: 35px;
	letter-spacing: -1px;
	line-height: 115px;
}
.result-box.montana .row1 .currency {
	position: absolute;
	top: 35px;
	right: 10px;
}

.result-box.montana .row1 .booking {
	text-transform: uppercase;
	font-size: 11px;
	line-height: 13px;
	font-weight: 600;
	position: absolute;
	top: 11px;
	left: 20px;
	text-align: center;
	width: 60px;
}



.result-box.montana .row2 { 
	background-color: #629d00; color: #fff; 
	font-size: 13px; padding: 15px; height: 120px; 
	position: relative;
}

.result-box.montana .row2 .favable  {
	position: absolute;
	top: 14px;
	right: 15px;
	width: 22px;
	height: 22px;
	cursor: pointer;
	background: url(//tramino.s3.amazonaws.com/s/oberstdorf/684104/icons-white.png) 0px -638px no-repeat;
}

.result-box.montana .row2 .favable.on { background-position:  0px -770px; }

.result-box.montana .row2 .col1 { float: left; width: 55%; }
.result-box.montana .row2 .col1 .haus { margin: 0px 0px 2px 0px; color: rgba(255,255,255,0.6); }
.result-box.montana .row2 .col1 .name { font-size: 18px; line-height: 20px; font-weight: 600; margin: 0px 0px 5px 0px; }
.result-box.montana .row2 .col1 .name a { color: inherit; text-decoration: none; }
.result-box.montana .row2 .col1 .info { color: rgba(255,255,255,0.6); }

.result-box.montana .row2 .col2 { float: left; width: 45%; font-size: 12px; }
.result-box.montana .row2 .col2 .location { margin: 0px 0px 5px 0; color: rgba(255,255,255,0.6) }
.result-box.montana .row2 .col1 .fact { margin: 0px 0px 1px 0; white-space: nowrap; color: rgba(255,255,255,0.8);  }
.result-box.montana .row2 .col1 .fact::before { content: "\2713"; padding-right: 5px; }

@media all and (max-width: 1250px) {
	.result-box.montana .row2 { font-size: 12px; }
	.result-box.montana .row2 .col2 { font-size: 11px; }
}

@media all and (max-width: 900px) {
	.result-box.montana .row2 .col2 .location { margin: 0px 0px 5px 0;  }
	.result-box.montana .row2 .col1 .fact { margin: 0px 0px 1px 0; white-space: normal;   }
	.result-box.montana .row2 .col1 .fact::before { content: ""; padding-right: 0px; }
}




/* People Select */

.reserva-people-select {
	z-index: 100;
	position: absolute;
	left: 0px;
	top: 28px;
	min-width: 610px;
	background: white;
	box-shadow: 1px 1px 1px gray;
	display: none;
}

.people-panel {
	padding: 20px;
}

.people-panel select {
	/* border: 1px solid gray;
	background: white none repeat scroll 0% 0%;
	padding: 3px 6px; */
	font-size: 12px;
	margin: 2px;
	width: 110px;
}

.people-panel select.rooms { width: 120px; }
.people-panel select.room-type { width: 120px; }
.people-panel select.room-adults { width: 120px; }
.people-panel select.room-childage { width: 100px; }

.people-group {
	margin-top: 5px;
	padding-left: 30px;
	padding-top: 5px;
	border-top: 1px solid rgba(0,0,0,0.1);
}

.people-panel .room-adults, .people-panel .room-type {
	font-weight: bold;
}


@media all and (min-width: 1000px) and (max-width: 1250px) {

}

@media all and (min-width: 768px) and (max-width: 999px) {

}

@media all and (min-width: 670px) and (max-width: 767px) {
	.reserva-people-select { top: 28px; }
}

@media all and (min-width: 600px) and (max-width: 669px) {
	.reserva-people-select { top: 28px; }
}

@media all and (max-width: 599px) {

	.reserva-people-select { top: 69px; width: 240px; min-width: initial; }
}@media all and (min-width: 1651px) {
	#ibe-container .col-right { margin: 0 0px 0 310px; }
}

@media all and (min-width: 1400px) and (max-width: 1650px) {
	#ibe-container .col-right { margin: 0 0px 0 310px; }

}

@media all and (min-width: 1251px) and (max-width: 1400px) {

	#ibe-container .col-right { margin: 0 0px 0 310px; }
	#ibe-container .tabs span { padding: 4px 19px; font-size: 13px; }
	#ibe-container .tabs .search span { padding: 0px; }
	#ibe-container .tabs .search span input { padding: 1px 10px 1px 30px; background-position: 7px -592px; }	
	#ibe-container .tabs .group.left { margin-right: 15px; }

}


@media all and (min-width: 1000px) and (max-width: 1250px) {

	#ibe-container .search-container { margin-left: -235px; }

	#ibe-container .col-right { padding-top: 30px; margin: 0 0px 0 260px; }

	#ibe-container .tabs { margin-left: -235px; }
	#ibe-container .tabs span { padding: 3px 18px; font-size: 13px; }
	#ibe-container .tabs .search span { padding: 0px; }
	#ibe-container .tabs .search span input { padding: 1px 10px 2px 30px; font-size: 12px; background-position: 7px -593px;}	
	#ibe-container .tabs .group.left { margin-right: 15px; }

	#reserva_people_display span input { font-size: 14px; }
}

@media all and (min-width: 768px) and (max-width: 999px) {

	#ibe-container .col-right { padding-top: 30px; margin: 0 0px 0 30px; }

	#ibe-container .tabs span { padding: 3px 18px; font-size: 13px; }
	#ibe-container .tabs .search span { padding: 0px; }
	#ibe-container .tabs .search span input { padding: 1px 10px 2px 30px; font-size: 12px; background-position: 7px -593px;}	
	#ibe-container .tabs .group.left { margin-right: 15px; }
	#ibe-container .tabs .show-filter { display: block; }

	#reserva_people_display span input { font-size: 14px; }

}

@media all and (max-width: 767px) {

	#ibe-container .col-right { width: 90vw; margin: 0 5vw; padding-top: 20px; }

	
	#ibe-container .tabs { margin: 0 0 20px 0; }
	#ibe-container .tabs span { padding: 2px 13px; font-size: 11px; }
	#ibe-container .tabs .search span { padding: 0px; }
	#ibe-container .tabs .search span input { padding: 0px 10px 0px 30px; font-size: 11px; background-position: 7px -594px;}	
	#ibe-container .tabs .group.left { margin-right: 10px; }
	#ibe-container .tabs .group.rightside {
		margin-left: 0;
	}
	#ibe-container .tabs .show-filter { display: block; }

	#reserva_people_display span input { padding-top: 2px; padding-bottom: 2px; }
	/*#ibe-container .search-container { height: 45px; }*/

	#ibe-container .results-list .notify { margin: 20px 0px; }

}

/* aside */

@media all and (min-width: 1000px) and (max-width: 1250px) {
	#ibe-container aside { width: 250px; top: 150px; }
}

@media all and (min-width: 768px) and (max-width: 999px) {
	#ibe-container aside {
		display: none;
		width: 250px;
		top: 150px;
		display: none;
		z-index: 51;
		background-color: #E8E8E8;
		box-shadow: 2px 15px 10px 0px rgba(50, 50, 50, 0.4);
	}
}

@media all and (max-width: 767px) {
	#ibe-container aside {
		display: none;
		width: 250px;
		top: 200px;
		display: none;
		z-index: 51;
		background-color: #E8E8E8;
		box-shadow: 2px 15px 10px 0px rgba(50, 50, 50, 0.4);

	}
}

/* Result */


@media all and (min-width: 1590px) {
	.results-list > div { width: 33.33%; }
	.results-list > div.banner-inner { width: 100%; }
	.results-list > div.notify { width: 100%; }

	#ibe-container .results-list .result-box .item .info .price { font-size: 1.4vw; }
	#ibe-container .results-list .result-box .item .info .currency { font-size: 1.3vw; }


	#ibe-container .results-list .result-box .info .text .address { font-size: 0.7vw; }
	#ibe-container .results-list .result-box .info .text .phone { font-size: 0.7vw; }

	#ibe-container .results-list .result-box .info.bottom .text h2 { line-height: 1.1; margin: 0vw 20px 0.3vw 0; }
	#ibe-container .results-list .result-box .info.bottom .text h3 { font-size: 14px; line-height: 1.1; min-height: 60px; }
}

@media all and (min-width: 1251px) and (max-width: 1589px) {
	#ibe-container .results-list .result-box .bottom .text { font-size: 1vw; line-height: 1.1;}
	#ibe-container .results-list .result-box .info.bottom .text h2 { font-size: 15px; line-height: 1.1; margin: 0vw 0 0.5vw 0; }
	#ibe-container .results-list .result-box .info.bottom .text h3 { font-size: 14px; line-height: 1.1; min-height: 60px; }
}

@media all and (min-width: 1000px) and (max-width: 1250px) {

	.results-list > div { width: 50%; }
	.results-list > div.banner-inner { width: 100%; }
	.results-list > div.notify { width: 100%; }

	#ibe-container .results-list .result-box .bottom .text { font-size: 1vw; line-height: 1.1;}
	#ibe-container .results-list .result-box .info.bottom .text h2 { font-size: 15px; line-height: 1.1; margin: 0vw 0 0.5vw 0; }
	#ibe-container .results-list .result-box .info.bottom .text h3 { font-size: 13px; line-height: 1.1; min-height: 40px;}

	#ibe-container .results-list .result-box .info .text .address .district { display: none !important; }
}

@media all and (min-width: 700px) and (max-width: 999px) {
	body .T2812 { padding-left: 0; padding-right: 0; }
	#ibe-container .col-right { width: auto; margin: auto 15px; }

	.results-list > div { width: 50%; }
	.results-list > div.banner-inner { width: 100%; }
	.results-list > div.notify { width: 100%; }

	#ibe-container .results-list .result-box .logo { width: 30%; }
	/**/
	#ibe-container .results-list .result-box .info.bottom .text { width: 70%; font-size: 11px; line-height: 1.1; }

	#ibe-container .results-list .result-box .info.bottom .text h2 { font-size: 13px; line-height: 1.1; margin-top: 10px; }
	#ibe-container .results-list .result-box .info.bottom .text h3 { font-size: 11px; line-height: 1.1; min-height: 40px; }

	#ibe-container .results-list .result-box .info .text .address .district { display: none !important; }

	#ibe-container .result-box .info .favable {
		top: 7px;
		right: 7px;
	}
	#ibe-container .result-box .info .text .address { font-size: 10px; bottom: 5px; }
	#ibe-container .result-box .info .text .phone { font-size: 10px; bottom: 5px; }

}

@media all and (min-width: 600px) and (max-width: 699px) {

	body .T2812 { padding-left: 0; padding-right: 0; }
	#ibe-container .col-right { width: auto; margin: auto 15px; }

	#ibe-container .result-box > .inner { margin: 0 15px 15px 0; }

	.results-list > div { width: 50%; }
	.results-list > div.banner-inner { width: 100%; }
	.results-list > div.notify { width: 100%; }

	#ibe-container .results-list .result-box .item .info .text { font-size: 13px; line-height: 17px; }
	#ibe-container .results-list .result-box .logo { width: 30%; }
	#ibe-container .results-list .result-box .info.bottom .text { width: 70%; font-size: 11px; line-height: 1.1; }

	#ibe-container .results-list .result-box .info.bottom .text h2 { font-size: 12px; line-height: 1.1; margin-top: 10px; }
	#ibe-container .results-list .result-box .info.bottom .text h3 { font-size: 10px; line-height: 1.1; min-height: 25px; }

	#ibe-container .results-list .result-box .info .text .address .district { display: none !important; }

	#ibe-container .result-box .info .favable {
		top: 5px;
		right: 5px;
	}
	#ibe-container .result-box .info .text .address { font-size: 9px; bottom: 1px; }
	#ibe-container .result-box .info .text .phone { font-size: 9px; bottom: 1px; }

}

@media all and (max-width: 599px) {

	body .T2812 { padding-left: 0; padding-right: 0; }
	#ibe-container .col-right { width: auto; margin: auto 15px; }

	/*#ibe-container .search-container { height: 125px; }*/
	#ibe-container .search-container .button { font-size: 11px;  }
	#ibe-container .search-container input[type="submit"] { font-size: 11px; }

	.results-list > div { width: 100%; }

	#ibe-container .results-list .result-box .item .info .text { font-size: 12px; line-height: 15px; }
	#ibe-container .results-list .result-box .item .info .price { font-size:  5.4vw; }
	#ibe-container .results-list .result-box .item .info .price .currency { font-size: 4.0vw; }

	#ibe-container .results-list .result-box .logo { width: 30%; }
	#ibe-container .results-list .result-box .info.bottom .text { width: 70%; font-size: 11px; line-height: 1.1; }
	#ibe-container .results-list .result-box .text h2 {
		margin-top: 0px;
		font-size: 3.5vw;
		line-height: 1.1;
	}

	#ibe-container .results-list .result-box .text h3 {
		font-size: 3.3vw;
		line-height: 1.2;
		min-height: 0;
	}

	#ibe-container .results-list .result-box .info .text .address .district { display: none !important; }

	.result-box > .inner {
		margin-right: 0px;
	}

	#ibe-container .result-box .info .favable {
		top: 5px;
		right: 5px;
	}

	#ibe-container .result-box .info .text .address { font-size: 10px; bottom: 5px; }
	#ibe-container .result-box .info .text .phone { font-size: 10px; bottom: 5px; }
}
