@media screen and (max-width:659px){
	.hotel-section #search-box.content-moduleSearch{
		min-height: 242px;
	}
	.module07b.meta-browser, #multiSearchboxButtons.content-moduleSearch.meta-browser{
		min-height: 345px;
	}
	#multiSearchboxButtons.content-moduleSearch.meta-browser #search-box.browser-content .circuits{
		min-height: 300px;
		background: rgba(0,0,0,0.9);
	}

	#multiSearchboxButtons.content-moduleSearch.meta-browser #search-box.browser-content .circuits .seachbox-tours{
		background: transparent;
	}

	#multiSearchboxButtons.content-moduleSearch.meta-browser #search-box.browser-content .circuits .seachbox-tours .btn01d{
		width: calc(100% - 30px) !important;
		position: absolute;
    	bottom: 15px;
    	left: 15px;
	}
}
@media screen and (max-width:479px){
	.hotel-section #search-box.content-moduleSearch{
		min-height: 362px;
	}
}


