@-webkit-keyframes aStart{0%{opacity: 0; right: -150%; }100%{opacity: 1; right: 0px; }}@keyframes aStart{0%{opacity: 0; right: -150%; }100%{opacity: 1; right: 0px; }}
@-webkit-keyframes aFnish{0%{opacity: 1; right: 0px; }100%{opacity: 0; right: 300px; }}@keyframes aFnish{0%{opacity: 1; right: 0px; }100%{opacity: 0; right: 300px; }}
@-webkit-keyframes LineBottom{100%{opacity: 1; width: 100%;}}@keyframes LineBottom{100%{opacity: 1; width: 100%;}}
@-webkit-keyframes LineRight{100%{opacity: 1; height: 100%;}}@keyframes LineRight{100%{opacity: 1; height: 100%;}}
@-webkit-keyframes Plus{0%{opacity: 1;}50%{margin-top: -15px;}100%{opacity:0;margin-top: -5px;}}@keyframes Plus{0%{opacity: 1;}50%{margin-top: -15px;}100%{opacity: 0;margin-top:-5px;}}
@-webkit-keyframes BoxLeft{0%{opacity: 0;margin-left: -50%;}100%{opacity:1;margin-left:0px;}}@keyframes BoxLeft{0%{opacity: 0;margin-left: -50%;}100%{opacity:1;margin-left:0px;}}
@-webkit-keyframes Logo{0%{opacity: 0;margin-left: -100%;}100%{opacity:1;margin-left:0px;}}@keyframes Logo{0%{opacity: 0;margin-left: -100%;}100%{opacity:1;margin-left:0px;}}
@-webkit-keyframes Fade{0%{opacity: 0;visibility:hidden;}100%{opacity:1;visibility: visible;}}@keyframes Fade{0%{opacity: 0;visibility:hidden;}100%{opacity:1;visibility: visible;}}

@-webkit-keyframes zoomInDown{0%{opacity: 0;-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); }
60% {opacity: 1;-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);}}
@keyframes zoomInDown {0% {  opacity: 0;  -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);  
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);}
60% {  opacity: 1;  -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0); 
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);}}

@-webkit-keyframes Shake{10%,90%{transform:translate3d(-1px, 0, 0);-webkit-transform: translate3d(-1px, 0, 0);}20%, 80% {transform: translate3d(2px, 0, 0);-webkit-transform: translate3d(2px, 0, 0);}
30%, 50%, 70% {transform: translate3d(-4px, 0, 0);-webkit-transform: translate3d(2px, 0, 0);}
40%, 60% {transform: translate3d(4px, 0, 0);-webkit-transform: translate3d(2px, 0, 0);}}
@keyframes Shake{10%,90%{transform:translate3d(-1px, 0, 0);-webkit-transform:translate3d(-1px, 0, 0);}20%,80%{transform:translate3d(2px, 0, 0);-webkit-transform: translate3d(2px, 0, 0);}
30%, 50%, 70% {transform: translate3d(-4px, 0, 0);-webkit-transform: translate3d(2px, 0, 0);}
40%, 60% {transform: translate3d(4px, 0, 0);-webkit-transform: translate3d(2px, 0, 0);}}

.Animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}
.Animated.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}
.aLogo{ animation:Logo 1.5s cubic-bezier(0.4, 0, 0.2, 1) 1 both;-webkit-animation:Logo 1.5s cubic-bezier(0.4, 0, 0.2, 1) 1 both;-webkit-animation-delay: 250ms;animation-delay: 250ms; }
.sFade{ animation:Fade 1s cubic-bezier(0.4, 0, 0.2, 1) 1 both;-webkit-animation:Fade 1s cubic-bezier(0.4, 0, 0.2, 1) 1 both;}
.zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown; -webkit-animation-delay: 500ms; animation-delay: 500ms;}
.Shake{ -webkit-animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both; animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;transform: translate3d(0, 0, 0);
backface-visibility: hidden;perspective: 1000px; }