#loading-bar .bar {
	background: #bf3542;
	z-index: 72;
}

/* Fancy blur effect */
#loading-bar .peg {
	-moz-box-shadow: #bf3542 1px 0 6px 1px;
	-ms-box-shadow: #bf3542 1px 0 6px 1px;
	-webkit-box-shadow: #bf3542 1px 0 6px 1px;
	box-shadow: #bf3542 1px 0 6px 1px;
}

#loading-bar-spinner {
	z-index: 72;
}

#loading-bar-spinner .spinner-icon {
	border-top-color: #bf3542;
	border-left-color: #bf3542;
}