
#preloaderGlass {
	position: fixed;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 9999;
	background-color: rgba(0, 0, 0, 0.8);
	width: 100%;
	height: 100%;
	transition: all 250ms ease-out; 
}

.hiddenPreloader {
	opacity: 0; 
}

#preloaderContents {
	width: auto;
	height: auto;
	position: absolute;
	text-align: center;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	font-size: 26px !important;
    font-family: 'Mulish', sans-serif;
    font-weight: 300;
	color: rgba(0, 0, 0, 0.8); 
}
  
#preloaderContents #preloaderText {
	color: #fff; 
}

#preloaderContents img {
    width: 80px;
    margin-bottom: 10px; 
 }
 
#preloaderContents #preloaderDotsHolder {
    position: absolute; 
}

@media (max-width: 576px){
	#preloaderText {
	    font-size: 20px !important;
	    line-height: 24px !important;
	}
}
