@charset "utf-8";

@keyframes bounce {from {margin-top:20px;}to {margin-top:0;}}
@-moz-keyframes bounce{from{bottom:40px;}to{bottom:55px;}}
@-webkit-keyframes bounce{from{bottom:40px;}to{bottom:55px;}}
@-o-keyframes bounce{from{bottom:40px;}to{bottom:55px;}}
@keyframes bounce{from{bottom:40px;}to{bottom:55px;}}


.section.active .trans-up { 
	opacity: 1;visibility: visible;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	filter: alpha(opacity=100);
	-moz-transform: translate3d(0px, 0px, 0px);-ms-transform: translate3d(0px, 0px, 0px);-o-transform: translate3d(0px, 0px, 0px);-webkit-transform: translate3d(0px, 0px, 0px);transform: translate3d(0px, 0px, 0px); 
}
.section .trans-up { 
	opacity: 0;visibility: hidden;
	-moz-transform: translate3d(0px, 100px, 0px);-ms-transform: translate3d(0px, 100px, 0px);-o-transform: translate3d(0px, 100px, 0px);-webkit-transform: translate3d(0px, 100px, 0px);transform: translate3d(0px, 100px, 0px);   
	/*-moz-transition: all 780ms ease 0s;-o-transition: all 780ms ease 0s;-webkit-transition: all 780ms ease 0s;transition: all 780ms ease 0s;
	 -webkit-transition-delay: 620ms;-moz-transition-delay: 620ms;-o-transition-delay: 620ms;transition-delay: 620ms; */
}
.delay06 {transition: all  1s ease-out 0s;transition-delay: 0.6s}
.delay09 {transition: all  1s ease-out 0s;transition-delay: 0.9s}
.delay12 {transition: all  1s ease-out 0s;transition-delay: 1.2s}
.delay15 {transition: all  1s ease-out 0s;transition-delay: 1.5s}
 
.section.active .trans-down { 
	opacity: 1;visibility: visible;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	filter: alpha(opacity=100);
	-moz-transform: translate3d(0px, 0px, 0px);-ms-transform: translate3d(0px, 0px, 0px);-o-transform: translate3d(0px, 0px, 0px);-webkit-transform: translate3d(0px, 0px, 0px);transform: translate3d(0px, 0px, 0px); 
}
.section .trans-down { 
	opacity: 0;visibility: hidden;
	-moz-transform: translate3d(0px, -100px, 0px);-ms-transform: translate3d(0px, -100px, 0px);-o-transform: translate3d(0px, -100px, 0px);-webkit-transform: translate3d(0px, -100px, 0px);transform: translate3d(0px, -100px, 0px);  
	-moz-transition: all 780ms ease 0s;-o-transition: all 780ms ease 0s;-webkit-transition: all 780ms ease 0s;transition: all 780ms ease 0s;
	-webkit-transition-delay: 620ms;-moz-transition-delay: 620ms;-o-transition-delay: 620ms;transition-delay: 620ms;
}	 
.section.active .trans-left{
	opacity: 1;visibility: visible;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	filter: alpha(opacity=100);
	-moz-transform: translate3d(0px, 0px, 0px);  -ms-transform: translate3d(0px, 0px, 0px);  -o-transform: translate3d(0px, 0px, 0px);  -webkit-transform: translate3d(0px, 0px, 0px);  transform: translate3d(0px, 0px, 0px); 
}
.section .trans-left{
	opacity: 0;visibility: hidden;
	-moz-transform: translate3d(-150px, 0px, 0px);-ms-transform: translate3d(-150px, 0px, 0px);-o-transform: translate3d(-150px, 0px, 0px);-webkit-transform: translate3d(-150px, 0px, 0px);transform: translate3d(-150px, 0px, 0px);  
	-moz-transition: all 780ms ease 0s;-o-transition: all 780ms ease 0s;-webkit-transition: all 780ms ease 0s;transition: all 780ms ease 0s;
	-webkit-transition-delay: 620ms;-moz-transition-delay: 620ms;-o-transition-delay: 620ms;transition-delay: 620ms;
}
.section.active .trans-right{
	opacity: 1;visibility: visible;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	filter: alpha(opacity=100);
	-moz-transform: translate3d(0px, 0px, 0px);  -ms-transform: translate3d(0px, 0px, 0px);  -o-transform: translate3d(0px, 0px, 0px);  -webkit-transform: translate3d(0px, 0px, 0px);  transform: translate3d(0px, 0px, 0px); 
}
.section .trans-right{
	opacity: 0;visibility: hidden;
	-moz-transform: translate3d(100px, 0px, 0px);-ms-transform: translate3d(100px, 0px, 0px);-o-transform: translate3d(100px, 0px, 0px);-webkit-transform: translate3d(100px, 0px, 0px);transform: translate3d(100px, 0px, 0px);   
	-moz-transition: all 780ms ease 0s;-o-transition: all 780ms ease 0s;-webkit-transition: all 780ms ease 0s;transition: all 780ms ease 0s;
	-webkit-transition-delay: 620ms;-moz-transition-delay: 620ms;-o-transition-delay: 620ms;transition-delay: 620ms;
}
