	    .bounce-in-top {
            -webkit-animation: bounce-in-top 1.1s both;
                    animation: bounce-in-top 1.1s both;
        }

        /**
         * ----------------------------------------
         * animation bounce-in-top
         * ----------------------------------------
         */
        @-webkit-keyframes bounce-in-top {
          0% {
            -webkit-transform: translateY(-500px);
                    transform: translateY(-500px);
            -webkit-animation-timing-function: ease-in;
                    animation-timing-function: ease-in;
            opacity: 0;
          }
          38% {
            -webkit-transform: translateY(0);
                    transform: translateY(0);
            -webkit-animation-timing-function: ease-out;
                    animation-timing-function: ease-out;
            opacity: 1;
          }
          55% {
            -webkit-transform: translateY(-65px);
                    transform: translateY(-65px);
            -webkit-animation-timing-function: ease-in;
                    animation-timing-function: ease-in;
          }
          72% {
            -webkit-transform: translateY(0);
                    transform: translateY(0);
            -webkit-animation-timing-function: ease-out;
                    animation-timing-function: ease-out;
          }
          81% {
            -webkit-transform: translateY(-28px);
                    transform: translateY(-28px);
            -webkit-animation-timing-function: ease-in;
                    animation-timing-function: ease-in;
          }
          90% {
            -webkit-transform: translateY(0);
                    transform: translateY(0);
            -webkit-animation-timing-function: ease-out;
                    animation-timing-function: ease-out;
          }
          95% {
            -webkit-transform: translateY(-8px);
                    transform: translateY(-8px);
            -webkit-animation-timing-function: ease-in;
                    animation-timing-function: ease-in;
          }
          100% {
            -webkit-transform: translateY(0);
                    transform: translateY(0);
            -webkit-animation-timing-function: ease-out;
                    animation-timing-function: ease-out;
          }
        }
        @keyframes bounce-in-top {
          0% {
            -webkit-transform: translateY(-500px);
                    transform: translateY(-500px);
            -webkit-animation-timing-function: ease-in;
                    animation-timing-function: ease-in;
            opacity: 0;
          }
          38% {
            -webkit-transform: translateY(0);
                    transform: translateY(0);
            -webkit-animation-timing-function: ease-out;
                    animation-timing-function: ease-out;
            opacity: 1;
          }
          55% {
            -webkit-transform: translateY(-65px);
                    transform: translateY(-65px);
            -webkit-animation-timing-function: ease-in;
                    animation-timing-function: ease-in;
          }
          72% {
            -webkit-transform: translateY(0);
                    transform: translateY(0);
            -webkit-animation-timing-function: ease-out;
                    animation-timing-function: ease-out;
          }
          81% {
            -webkit-transform: translateY(-28px);
                    transform: translateY(-28px);
            -webkit-animation-timing-function: ease-in;
                    animation-timing-function: ease-in;
          }
          90% {
            -webkit-transform: translateY(0);
                    transform: translateY(0);
            -webkit-animation-timing-function: ease-out;
                    animation-timing-function: ease-out;
          }
          95% {
            -webkit-transform: translateY(-8px);
                    transform: translateY(-8px);
            -webkit-animation-timing-function: ease-in;
                    animation-timing-function: ease-in;
          }
          100% {
            -webkit-transform: translateY(0);
                    transform: translateY(0);
            -webkit-animation-timing-function: ease-out;
                    animation-timing-function: ease-out;
          }
        }


        .text-pop-up-top {
            -webkit-animation: text-pop-up-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
                    animation: text-pop-up-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
        }

        /* ----------------------------------------------
         * Generated by Animista on 2019-2-24 5:52:26
         * w: http://animista.net, t: @cssanimista
         * ---------------------------------------------- */

        /**
         * ----------------------------------------
         * animation text-pop-up-top
         * ----------------------------------------
         */
        @-webkit-keyframes text-pop-up-top {
          0% {
            -webkit-transform: translateY(0);
                    transform: translateY(0);
            -webkit-transform-origin: 50% 50%;
                    transform-origin: 50% 50%;
            text-shadow: none;
          }
          100% {
            -webkit-transform: translateY(-50px);
                    transform: translateY(-50px);
            -webkit-transform-origin: 50% 50%;
                    transform-origin: 50% 50%;
            text-shadow: 0 1px 0 #cccccc, 0 2px 0 #cccccc, 0 3px 0 #cccccc, 0 4px 0 #cccccc, 0 5px 0 #cccccc, 0 6px 0 #cccccc, 0 7px 0 #cccccc, 0 8px 0 #cccccc, 0 9px 0 #cccccc, 0 10px 5px rgba(0, 0, 0, 0.3);
          }
        }
        @keyframes text-pop-up-top {
          0% {
            -webkit-transform: translateY(0);
                    transform: translateY(0);
            -webkit-transform-origin: 50% 50%;
                    transform-origin: 50% 50%;
            text-shadow: none;
          }
          100% {
            -webkit-transform: translateY(-50px);
                    transform: translateY(-50px);
            -webkit-transform-origin: 50% 50%;
                    transform-origin: 50% 50%;
            text-shadow: 0 1px 0 #cccccc, 0 2px 0 #cccccc, 0 3px 0 #cccccc, 0 4px 0 #cccccc, 0 5px 0 #cccccc, 0 6px 0 #cccccc, 0 7px 0 #cccccc, 0 8px 0 #cccccc, 0 9px 0 #cccccc, 0 10px 5px rgba(0, 0, 0, 0.3);
          }
        }


        .flip-in-ver-left {
            -webkit-animation: flip-in-ver-left 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
                    animation: flip-in-ver-left 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
        }

        /* ----------------------------------------------
         * Generated by Animista on 2019-2-24 6:36:7
         * w: http://animista.net, t: @cssanimista
         * ---------------------------------------------- */

        /**
         * ----------------------------------------
         * animation flip-in-ver-left
         * ----------------------------------------
         */
        @-webkit-keyframes flip-in-ver-left {
          0% {
            -webkit-transform: rotateY(80deg);
                    transform: rotateY(80deg);
            opacity: 0;
          }
          100% {
            -webkit-transform: rotateY(0);
                    transform: rotateY(0);
            opacity: 1;
          }
        }
        @keyframes flip-in-ver-left {
          0% {
            -webkit-transform: rotateY(80deg);
                    transform: rotateY(80deg);
            opacity: 0;
          }
          100% {
            -webkit-transform: rotateY(0);
                    transform: rotateY(0);
            opacity: 1;
          }
        }


		html {
			width:100%;
			height:100%;

		}


		#splash {
			padding:0;
			margin:0;
		}

		#splash>img {
			display:block;
			max-width: 600px;
			height:auto;
			margin:auto auto;
		}

		#content {
			position: fixed;
			bottom: 0;
			left: 0;
			right: 0;
			padding: 1em;
			background: linear-gradient(transparent, black);

		}

		#label1, #label2 {
			font-family: Helvetica,Arial,Sans-serif;
			color: white;
			text-align: center;
			padding: 0.5em;
		}

		#label1 {
			font-size: 18px;
			text-shadow: 2px 2px black;
		}

		#label2 {
			font-size: 11px;

		}

		#progressbar {
			border: 1px solid white;
			background-color: transparent;
			border-radius: 6.5px;
			/* (height of inner div) / 2 + padding */
			padding: 2px;
		}

		#progressbar>div {
			background-color: white;
			width: 40%;
			/* Adjust with JavaScript */
			height: 10px;
			border-radius: 5px;
		}

		h1#app-title {
			font-size: 72px;
			color: white;
			position: absolute;
			top: 100px;
			left: 20px;
			right: 20px;
			text-align: center;
			height: 300px;
			font-family: Helvetica, Arial, Sans-serif;
		}

		#icon-wrapper {
		    position: absolute;
		    top: 225px;
		    left: 20px;
		    right: 20px;
		    text-align: center;
		}

		#icon-wrapper img {
		    max-width: 128px;
		    max-height: 128px;
		    width: auto;
		    height: auto;
		}
