.loader{color:#fff;position:fixed;box-sizing:border-box;left:-9999px;top:-9999px;width:0;height:0;overflow:hidden;z-index:999999}.loader:after,.loader:before{box-sizing:border-box}.loader.is-active{/*background-color:rgba(0,0,0,0.85);*/width:100%;height:100%;left:0;top:0}@keyframes rotation{from{transform:rotate(0)}to{transform:rotate(359deg)}}@keyframes blink{from{opacity:.5}to{opacity:1}}.loader-double:after,.loader-double:before{content:'';}.loader-double:after{width:48px;height:48px;border-color:#fff;border-left-color:transparent;top:calc(50% - 24px);left:calc(50% - 24px)} .loader-double:before {	content: "";   display: block; background: rgba(255,255,255,0) url("../images/ajax-loader-dc38b75b3284bc87f0a786797b62761c.gif") no-repeat center center;  position: absolute; z-index: 400; width: 4rem; left: 50%; right: auto; margin-left: -2rem; top: 5%;bottom: auto; height: 4rem; position: fixed; top: 50%;  margin-top: -2rem;}
