.loadmask {
    z-index: 100;
    position: absolute;
    top:0;
    left:0;
    -moz-opacity: 0.5;
    opacity: .65;
    filter: alpha(opacity=50);
    background-color: #CCC;
    width: 100%;
    height: 100%;
    zoom: 1;
    cursor:wait;
}
.loadmask-msg {
    z-index: 20001;
    position: absolute;
    top: 0;
    left: 0;
    padding:50px 0;
    cursor:wait;
    font-size: 22px;
    font-family: 'Raleway', sans-serif;
    line-height: 55px;
    font-weight: 500;
    color: #C61c23;
}
/*.loadmask-msg div {
    padding:25px;
    background: url('../images/admin_ajax_loader2.gif') no-repeat 5px 5px;
	background-position: center; 
    line-height: 16px;
	width: 35px;
	height: 15px;
    color:#222;
    cursor:wait;
}*/
.masked {
    overflow: hidden !important;
}
.masked-relative {
    position: relative !important;
}
.masked-hidden {
    visibility: hidden !important;
}