
.animate-from-top 
{
  top: -50px;
  padding-right: 0px;
  opacity: 0;
  position: relative;
}

.animate-from-bottom 
{
  bottom: -50px;
  padding-left: 0px;
  opacity: 0;
  position: relative;
}

.animate-from-left 
{
  left: -80px;
  padding-right: 0px;
  opacity: 0;
  position: relative;
}

.animate-from-right 
{
  right: -80px;
  padding-left: 0px;
  opacity: 0;
  position: relative;
}

.animate-fade-in 
{
  opacity: 0;
  position: relative;
  padding-left: 0px;
  right: 0px;
}

.animate-fade-delay
{
  opacity: 0;
  position: relative;
  padding-left: 0px;
  right: 0px;
}