/*
---------------------------------------------------
LOADING
---------------------------------------------------
*/

.loading{
	display: none;
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
  background: rgba(0,0,0,0.6);
	z-index: 100000000;
}

.lds-loading {
	display: block;
	position: absolute;
	left:50%;
	top: 50%;
	width: 80px;
	height: 80px;
	padding: 10px;
	margin-top: -50px;
	margin-left: -50px;
	background: rgba(0,0,0,0.7);
	border-radius: 10px;
}

.lds-label{
  position: absolute;
  bottom: 6px;
  left: 4px;
  right: 4px;
  display: block;
  color: white;
  font-size: 10px;
  text-align: center;
}
