#ViewStartLoadingPage{background:var(--Primary);position:fixed;z-index:10000000;width:100%;height:100%;overflow:hidden}#ViewStartLoadingPage .ViewStartLoadingPage_Text{position:relative;right:0;top:0;padding:20px;opacity:50;width:100%;height:100%;text-align:center}#ViewStartLoadingPage .ViewStartLoadingPage_Text h3,#ViewStartLoadingPage .ViewStartLoadingPage_Text h6{font-weight:300;line-height:1.4em;color:var(--Secoundary)}#ViewStartLoadingPage .loader{width:100%;overflow-x:hidden;overflow-y:hidden}#ViewStartLoadingPage .loader .bar{position:relative;height:2px;width:500px;margin:0 auto;background:var(--Secoundary);margin-top:150px}#ViewStartLoadingPage .loader .circle{position:absolute;top:-30px;margin-left:-30px;height:60px;width:60px;left:0;background:#fff;border-radius:30%;-webkit-animation:move 5s infinite}#ViewStartLoadingPage .loader p{position:absolute;top:-22px;text-transform:uppercase;color:var(--Primary);font-family:helvetica,sans-serif;font-weight:bold;font-size:16px}@-webkit-keyframes move{0%{left:0}50%{left:80%;-webkit-transform:rotate(450deg);width:150px;height:150px}75%{left:80%;-webkit-transform:rotate(450deg);width:150px;height:150px}}