/*
 * Title:   Custom Style File
 * Author:  http://themeforest.net/user/soaptheme 
 */


#checkfront-list .hotel-list {
	margin-top: 0;
}

#checkfront-list .details {
	display: block;
}

#checkfront-list .details .header {
	display: block;
}

#checkfront-list .details .header > div {
	width: auto;
	display: block;
	margin-right: 15px;
	border-right: none;
}

#checkfront-list .details .header h4.box-title {
	float: none;
}

/** Hide raw angular models **/
[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
display: none !important;
}

/** Loading Bar **/
#loading-bar .bar {
	background: #fdb714;
}

.loading-spiner-holder {
	position: absolute;
	z-index: 99;
	background: rgba(255,255,255,.90);
	height: 100%;
	width: 100%;
	min-height: 600px;
}

.loading-spiner-holder img {
	position: absolute;
	top: 60px;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	width: 30px;
}

/** Media Queries **/
@media only screen and (max-width : 1028px) {
	.price-filter-container, .search-results-title {
		display: none;
	}

	#checkfront-list .ng-hide {
		display: block !important;
	}

}