/*! loader.scss Concatenated on 07-12-2016 at 9:53:16 AM by PARILLO */

.loader{background:url(../../../pres/global/images/spinner.png) no-repeat center center;margin:auto;width:32px;height:32px;position:absolute;top:0;left:0;bottom:0;right:0;opacity:0;z-index:-1;visibility:hidden;-moz-transition:visibility 0s linear 0.5s, opacity 0.5s linear;-o-transition:visibility 0s linear 0.5s, opacity 0.5s linear;-webkit-transition:visibility 0s linear 0.5s, opacity 0.5s linear;transition:visibility 0s linear 0.5s, opacity 0.5s linear}.loader.spin{-webkit-animation:rotate 0.75s infinite linear;-moz-animation:rotate 0.75s infinite linear;animation:rotate 0.75s infinite linear}.loader.show{visibility:visible;opacity:1;transition-delay:0s}@-webkit-keyframes rotate{from{-webkit-transform:rotate(360deg)}to{-webkit-transform:rotate(0deg)}}@-moz-keyframes rotate{from{-moz-transform:rotate(360deg)}to{-moz-transform:rotate(0deg)}}@keyframes rotate{from{transform:rotate(360deg)}to{transform:rotate(0deg)}}
