@charset "utf-8";
/* CSS Document */

.indexbox1{visibility:hidden;animation-name:none;}
.animate3 {
    visibility: visible;
    animation-name: fadeInUp;
    animation: showUp 1s .4s ease-out both;
    -webkit-animation: showUp 1s .4s ease-out both;
    -ms-animation: showUp 1s .4s ease-out both;
    -o-animation: showUp 1s .4s ease-out both;
    -moz-animation: showUp 1s .4s ease-out both;
}

.animate5{visibility:visible;animation-name:fadeInUp;animation:showDown 1s .4s ease-out both;-webkit-animation:showDown 1s .4s ease-out both;-ms-animation:showDown 1s .4s ease-out both;-o-animation:showDown 1s .4s ease-out both;-moz-animation:showDown 1s .4s ease-out both;}




.animate0,.animate14{visibility:visible;animation-name:fadeInUp;animation:showUp .8s ease-out both;-webkit-animation:showUp .8s ease-out both;-ms-animation:showUp .8s ease-out both;-o-animation:showUp .8s ease-out both;-moz-animation:showUp .8s ease-out both;}
.animate1,.animate15{visibility:visible;animation-name:fadeInUp;animation:showUp .8s .4s ease-out both;-webkit-animation:showUp .8s .4s ease-out both;-ms-animation:showUp .8s .4s ease-out both;-o-animation:showUp .8s .4s ease-out both;-moz-animation:showUp .8s .4s ease-out both;}
.animate3{visibility:visible;animation-name:fadeInUp;animation:showUp .8s .1s ease-out both;-webkit-animation:showUp .8s .1s ease-out both;-ms-animation:showUp .8s .1s ease-out both;-o-animation:showUp .8s .1s ease-out both;-moz-animation:showUp .8s .1s ease-out both;}
.animate2{visibility:visible;animation-name:fadeInUp;animation:showUp .8s .8s ease-out both;-webkit-animation:showUp .8s .8s ease-out both;-ms-animation:showUp .8s .8s ease-out both;-o-animation:showUp .8s .8s ease-out both;-moz-animation:showUp .8s .8s ease-out both;}
.animate4{visibility:visible;animation-name:fadeInUp;animation:showDown .8s ease-out both;-webkit-animation:showDown .8s ease-out both;-ms-animation:showDown .8s ease-out both;-o-animation:showDown .8s ease-out both;-moz-animation:showDown .8s ease-out both;}

.animate6{visibility:visible;animation-name:fadeInUp;animation:showDown .8s .8s ease-out both;-webkit-animation:showDown .8s .8s ease-out both;-ms-animation:showDown .8s .8s ease-out both;-o-animation:showDown .8s .8s ease-out both;-moz-animation:showDown .8s .8s ease-out both;}
.animate7{visibility:visible;animation-name:fadeInUp;animation:show 1.3s .4s ease-out both;-webkit-animation:show 1.3s .4s ease-out both;-ms-animation:show 1.3s .4s ease-out both;-o-animation:show 1.3s .4s ease-out both;-moz-animation:show 1.3s .4s ease-out both;}
.animate8{visibility:visible;animation-name:fadeInUp;animation:show 1.3s .4s ease-out both;-webkit-animation:show 1.3s .4s ease-out both;-ms-animation:show 1.3s .4s ease-out both;-o-animation:show 1.3s .4s ease-out both;-moz-animation:show 1.3s .4s ease-out both;}
.animate9{visibility:visible;animation-name:fadeInUp;animation:show 1.3s 1.2s ease-out both;-webkit-animation:show 1.3s 1.2s ease-out both;-ms-animation:show 1.3s 1.2s ease-out both;-o-animation:show 1.3s 1.2s ease-out both;-moz-animation:show 1.3s 1.2s ease-out both;}
.animate10{visibility:visible;animation-name:fadeInUp;animation:showUp .8s ease-out both;-webkit-animation:showUp .8s ease-out both;-ms-animation:showUp .8s ease-out both;-o-animation:showUp .8s ease-out both;-moz-animation:showUp .8s ease-out both;}
.animate11{visibility:visible;animation-name:fadeInUp;animation:show 1.3s .8s ease-out both;-webkit-animation:show 1.3s .8s ease-out both;-ms-animation:show 1.3s .8s ease-out both;-o-animation:show 1.3s .8s ease-out both;-moz-animation:show 1.3s .8s ease-out both;}
.animate12{visibility:visible;animation-name:fadeInUp;animation:show 1.3s .8s ease-out both;-webkit-animation:show 1.3s .8s ease-out both;-ms-animation:show 1.3s .8s ease-out both;-o-animation:show 1.3s .8s ease-out both;-moz-animation:show 1.3s .8s ease-out both;}
.animate13{visibility:visible;animation-name:fadeInUp;animation:show 1.3s 1.2s ease-out both;-webkit-animation:show 1.3s 1.2s ease-out both;-ms-animation:show 1.3s 1.2s ease-out both;-o-animation:show 1.3s 1.2s ease-out both;-moz-animation:show 1.3s 1.2s ease-out both;}
@keyframes showUp{
	0%{opacity:0;-webkit-transform:translateY(50px);}
	100%{opacity:1;-webkit-transform:translateY(0);}}
@-webkit-keyframes showUp{
	0%{opacity:0;-webkit-transform:translateY(50px);}
	100%{opacity:1;-webkit-transform:translateY(0);}}
@keyframes showDown{
	0%{opacity:0;-webkit-transform:translateY(-50px);}
	100%{opacity:1;-webkit-transform:translateY(0);}
}
@-webkit-keyframes showDown{
	0%{opacity:0;-webkit-transform:translateY(-50px);}100%{opacity:1;-webkit-transform:translateY(0);}}
@-ms-keyframes showUp{0%{opacity:0;-webkit-transform:translateY(50px);}100%{opacity:1;-webkit-transform:translateY(0);}}
@-ms-keyframes showUp{0%{opacity:0;-webkit-transform:translateY(50px);}100%{opacity:1;-webkit-transform:translateY(0);}}
@-moz-keyframes showUp{0%{opacity:0;-webkit-transform:translateY(50px);}100%{opacity:1;-webkit-transform:translateY(0);}}
@-ms-keyframes showDown{0%{opacity:0;-webkit-transform:translateY(-50px);}100%{opacity:1;-webkit-transform:translateY(0);}}
@-ms-keyframes showDown{0%{opacity:0;-webkit-transform:translateY(-50px);}100%{opacity:1;-webkit-transform:translateY(0);}}
@-moz-keyframes showDown{0%{opacity:0;-webkit-transform:translateY(-50px);}100%{opacity:1;-webkit-transform:translateY(0);}}
@keyframes show{0%{opacity:0}100%{opacity:1}}
@-webkit-keyframes show{0%{opacity:0}100%{opacity:1}}
@-ms-keyframes show{0%{opacity:0}100%{opacity:1}}
@-moz-keyframes show{0%{opacity:0}100%{opacity:1}}

