@-webkit-keyframes Rotate{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes Rotate{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes Opacity{0%{opacity:1}50%{opacity:.5}100%{opacity:1}}@keyframes Opacity{0%{opacity:1}50%{opacity:.5}100%{opacity:1}}html{-webkit-text-size-adjust:100%}#bootstrapper{position:absolute;top:0;left:0;right:0;bottom:0;background:#fff;color:#333;font-family:"Segoe UI","Droid Sans",Roboto,"Helvetica Neue",sans-serif;z-index:9999}#bootstrapper .bootstrapper-title{font-size:1.5em;color:#f39200}#bootstrapper-loader{position:absolute;top:30%;left:50%;margin-left:-25%;width:50%;height:30%;overflow:visible}#bootstrapper-loader-spinner{position:relative;width:100%;height:100%;-webkit-animation:Opacity 3s linear infinite;animation:Opacity 3s linear infinite}#bootstrapper-loader-spinner img{position:absolute;top:0;bottom:0;left:0;right:0;height:100%;margin:auto}#bootstrapper-loader-spinner img.touchify-outer-circle{-webkit-transform-origin:50% 50%;transform-origin:50% 50%;-webkit-animation:Rotate 5s linear infinite;animation:Rotate 5s linear infinite}#bootstrapper-loader-spinner img.touchify-inner-circle{-webkit-transform-origin:51.9% 46.13%;transform-origin:51.9% 46.13%;animation:Rotate 5s linear reverse infinite}#bootstrapper-loader-spinner img.touchify-finger{z-index:9}#bootstrapper-loader-text{margin-top:.7em;margin-bottom:1.5em;text-align:center}#bootstrapper-loader-progress{position:relative;width:100%;height:2em;border:solid 1px #af6900;background:#fff;color:#683e00}#bootstrapper-loader-progress.bootstrapper-loader-indeterminate{display:none}#bootstrapper-loader-progress-value{width:0;height:100%;background:#f39200}@media screen and (max-width:480px){#bootstrapper-loader{width:70%;margin-left:-35%}}#bootstrapper-error{display:none;position:absolute;top:50%;left:50%;margin-left:-25%;margin-top:-20%;width:50%;height:40%;text-align:center}#bootstrapper-error .bootstrapper-title{font-size:2em;margin-bottom:.5em}#bootstrapper-error-logo{height:8em;background:url(assets/logo.svg) no-repeat center center;background-size:contain;margin-bottom:2em}#bootstrapper-error-text{font-size:1.2em}#bootstrapper-error-retry{margin-top:2em;font-size:1.2em;background:#f39200;color:#fff;padding:.5em 1em;border:0;cursor:pointer}@media screen and (max-width:480px){#bootstrapper-error{width:70%;margin-left:-35%}}@media screen and (max-height:768px){#bootstrapper-error{top:15%;height:80%;margin-top:0}}@media screen and (max-height:480px){#bootstrapper-error{top:5%;height:90%;margin-top:0}#bootstrapper-error-logo{height:6em;margin-bottom:1em}#bootstrapper-error .bootstrapper-title{font-size:1.5em}#bootstrapper-error-text{font-size:1em}}.bootstrapper-notification{position:fixed;top:-100px;left:15%;right:15%;background:#5e5e5e;-webkit-box-shadow:0 3px 10px #333;box-shadow:0 3px 10px #333;-webkit-transition:top ease-in-out .3s;transition:top ease-in-out .3s;z-index:999999}.bootstrapper-notification,.bootstrapper-notification__button,.bootstrapper-notification__text{height:50px;line-height:50px}.bootstrapper-notification_visible{top:20px}.bootstrapper-notification__text{float:left;margin:0 0 0 1em;padding:0;color:#fff}.bootstrapper-notification__button{float:right;margin:0;padding:0 1em;border:0;border-radius:0;background:#f39200;color:#fff}@media screen and (min-width:1500px){.bootstrapper-notification{left:20%;right:20%}}@media screen and (max-width:1366px){.bootstrapper-notification{left:10%;right:10%}}@media screen and (max-width:1280px){.bootstrapper-notification{left:5%;right:5%}}@media screen and (max-width:1024px){.bootstrapper-notification{left:2.5%;right:2.5%}}@media screen and (max-width:960px){.bootstrapper-notification{height:auto;left:10%;right:10%}.bootstrapper-notification__text{margin:.5em 1em;line-height:1.2em;height:auto}.bootstrapper-notification__button{float:right;padding:0 .5em;text-align:center;height:40px;line-height:40px;margin:5px 5px 5px 0}.bootstrapper-notification__dismiss{background:#fff;color:#333}}