@charset "utf-8";#preloader{background-color:#000;bottom:0;left:0;position:fixed;right:0;top:0;z-index:9999999}#loading-animation{background-image:url("../images/gif/logo.png");background-position:center center;background-repeat:no-repeat;background-size:80%;height:400px;left:50%;margin:-192px 0 0 -174px;position:absolute;top:50%;width:350px;-webkit-animation:fadeinout 1.0s linear infinite;-moz-animation:fadeinout 1.0s linear infinite;animation:fadeinout 1.0s linear infinite}@-webkit-keyframes "fadeinout"{0%{opacity:0;}50%{opacity:0.8;}100%{opacity:0;}}@-moz-keyframes "fadeinout"{0%{opacity:0;}50%{opacity:0.8;}100%{opacity:0;}}@-o-keyframes fadeinout{0% { opacity:0}50%{opacity:0.8}100%{opacity:0}@keyframes "fadeinout"{0%{opacity:0;}50%{opacity:0.8;}100%{opacity:0;}}