body.debug{
	/* visibility:visible; */
}

@media screen and (max-width:479px) {



	/* =====
	 SEARCH RESULTS TEMPLATE - CHARTER
	 ====== */	
	.filterbox-inner:after{
		top:1rem;
	}
	
	.filter-hide .filterbox-inner:after{
		top:0;
		bottom:0;
	}

	/**/
	
	.tourlist-charter-transport-row{
		text-align:center
	}
	
	.tourlist-charter-transport-date,
	.tourlist-charter-transport-departure,
	.tourlist-charter-transport-return,
	.tourlist-charter-transport-comment{
		display:block;
		width:220px;
	}
	
	.tourlist-charter-transport-depcity,
	.tourlist-charter-transport-returncity {
		width:12.5em;
		max-width:calc( 100vw - (50px + 3em) );
		padding-right:0;
	}
	
	.tourlist-charter-transport-deptime,
	.tourlist-charter-transport-returntime {
		width:3em;
	}

}

@media screen and (max-width:600px) {
	/* =====
	 SEARCH ENGINE - CHARTER
	 ====== */

	 /**/

	/* =====
	 SEARCH RESULTS TEMPLATE - CHARTER
	 ====== */	
	.tourlist-charter-header {
		padding-top:1.5em;
	}

}

@media screen and (min-width:600px) and (max-width:1199px) {

	/* =====
	 SEARCH ENGINE - CHARTER
	 ====== */

	.search-box-charter-nav{
			/* padding-top:0!important; */
		padding-bottom:0!important;
	}
	
	.search-box-charter-nav-list{
		text-align:left;
	}

	.search-box-charter-nav-inner{
		padding-top:0;
		padding-bottom:0;
	}

}

@media screen and (min-width:480px) and (max-width:1199px) {
	/* =====
	 SEARCH RESULTS TEMPLATE - CHARTER
	 ====== */

	.tourlist-charter-hotel-text{
		margin-top:-0.187em;
	}
	
	.tourlist-charter-hotelinfo-1{
		float:left;
		width:43%;
		width:calc(44% - 1em);
		min-width:calc(1px + 199px);
		max-width:calc(1px + 299px);
	}
	
	.tourlist-charter-hotelinfo-2{
		float:left;
		width:55%;
		width:calc(56% - 1em);
		min-width:calc((100% - 300px) - 2em);
		max-width:calc((100% - 200px) - 2em);
	}
	
	.tourlist-charter-hotel-attribute-list{
		text-align:center;
	}

}

@media screen and (max-width:480px) and (min-width:1199px) {
	/* =====
	 SEARCH ENGINE - CHARTER
	 ====== */
	 
	.searchbox-popup-adults-key,
	.searchbox-popup-children-key,
	.searchbox label.searchbox-popup-adults-key,
	.searchbox label.searchbox-popup-children-key{
		display:none;
	}
	
	.searchbox-popup-box-adults,
	.searchbox-popup-box-children{
		display:inline-block;
		vertical-align:top;
		width:49%;
		width:calc(50% - 5px);
		
	}
	
	.searchbox-popup-box-adults{
		margin-right:2%;
		margin-right:calc(1px + 9px);
	}
	.searchbox-popup-box-childage{
		text-align:center;
	}
	
	.searchbox-popup-childage-key,
	.searchbox-horizontal label.searchbox-popup-childage-key{
		display:inline-block;
		vertical-align:top;
		margin-right:2%;
		margin-right:calc(1px + 9px);
		text-align:right;
	}
	
	.searchbox-popup-childage-value{
		display:inline-block;
		vertical-align:top;
		width:3.5em;
		
	}
}