/* style.css */

.home:hover span,.feature:hover span,.demo:hover span,.download:hover span,.contact:hover span {

	-webkit-animation-duration: .5s;
	-webkit-animation-delay: .0s;
	-webkit-animation-timing-function: ease;
	-webkit-animation-fill-mode: swing;
	-webkit-animation-name: swing;
	-moz-animation-duration: .5s;
	-moz-animation-delay: .5s;
	-moz-animation-timing-function: ease;
	-moz-animation-fill-mode: swing;
	-moz-animation-name: swing;
	animation-duration: .5s;
	animation-delay: .5s;
	animation-timing-function: ease;
	animation-fill-mode: swing;
	animation-name: swing;
}


.home:focus {

	-webkit-animation-duration: .5s;
	-webkit-animation-delay: .0s;
	-webkit-animation-timing-function: ease;
	-webkit-animation-fill-mode: swing;
	-webkit-animation-name: swing;
	-moz-animation-duration: .5s;
	-moz-animation-delay: .5s;
	-moz-animation-timing-function: ease;
	-moz-animation-fill-mode: swing;
	-moz-animation-name: swing;
	animation-duration: .5s;
	animation-delay: .5s;
	animation-timing-function: ease;
	animation-fill-mode: swing;
	animation-name: swing;
}
#content_portion, .footerbg,#content, .inner_banner {

	-webkit-animation-duration: .75s;
	-webkit-animation-delay: .1s;
	-webkit-animation-timing-function: ease;
	-webkit-animation-fill-mode: fadeInUp;
	-webkit-animation-name: fadeInUp;
	-moz-animation-duration: .75s;
	-moz-animation-delay: .1s;
	-moz-animation-timing-function: ease;
	-moz-animation-fill-mode: fadeInUp;
	-moz-animation-name: fadeInUp;
	animation-duration: .75s;
	animation-delay: .1s;
	animation-timing-function: ease;
	animation-fill-mode: fadeInUp;
	animation-name: fadeInUp;
}

.pageheading, .homewelcomeheading, .welcomeheading, .welcomecontent  {

	-webkit-animation-duration: .75s;
	-webkit-animation-delay: .1s;
	-webkit-animation-timing-function: ease;
	-webkit-animation-fill-mode: fadeInRight;
	-webkit-animation-name: fadeInRight;
	-moz-animation-duration: .75s;
	-moz-animation-delay: .1s;
	-moz-animation-timing-function: ease;
	-moz-animation-fill-mode: fadeInRight;
	-moz-animation-name: fadeInRight;
	animation-duration: .75s;
	animation-delay: .1s;
	animation-timing-function: ease;
	animation-fill-mode: fadeInRight;
	animation-name: fadeInRight;
}
#header  {

	-webkit-animation-duration: .75s;
	-webkit-animation-delay: .1s;
	-webkit-animation-timing-function: ease;
	-webkit-animation-fill-mode: fadeInDown;
	-webkit-animation-name: fadeInDown;
	-moz-animation-duration: .75s;
	-moz-animation-delay: .1s;
	-moz-animation-timing-function: ease;
	-moz-animation-fill-mode: fadeInDown;
	-moz-animation-name: fadeInDown;
	animation-duration: .75s;
	animation-delay: .1s;
	animation-timing-function: ease;
	animation-fill-mode: fadeInDown;
	animation-name: fadeInDown;
}

#Featureicon div  {

	-webkit-animation-duration: .75s;
	-webkit-animation-delay: .1s;
	-webkit-animation-timing-function: ease;
	-webkit-animation-fill-mode: rollIn;
	-webkit-animation-name: rollIn;
	-moz-animation-duration: .75s;
	-moz-animation-delay: .1s;
	-moz-animation-timing-function: ease;
	-moz-animation-fill-mode: rollIn;
	-moz-animation-name: rollIn;
	animation-duration: .75s;
	animation-delay: .1s;
	animation-timing-function: ease;
	animation-fill-mode: rollIn;
	animation-name: rollIn;
}

