.footer-cta.animate {
  -moz-animation: 350ms ease 300ms normal forwards 1 slideUp;
  -webkit-animation: 350ms ease 300ms normal forwards 1 slideUp;
    animation: 350ms ease 300ms normal forwards 1 slideUp;
}
 .footer-cta {
    bottom: 0;
    position: absolute;
    width: 100%;
}

/*Jump down arrow*/

.footer-cta .halfCircle {
  background: none repeat scroll 0 0 rgba(250, 250, 250, 0.5);
  border-radius: 90px 90px 0 0;
  -moz-border-radius: 90px 90px 0 0; 
  -webkit-border-radius: 90px 90px 0 0; 
  display: block;
  height: 45px;
  width: 90px;
  margin: 0 auto;
  box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.1);
}

.halfCircle.scroll:hover {
  background-color: #FFFFFF;
} 
.halfCircle.scroll:hover .fa-angle-down {
  color: #CCCCCC;
}

.halfCircle .fa-angle-down {
  color: #fff;
  font-size: 49px;
  font-weight: bold;
  left: 29px;
  position: relative;
  text-decoration: none;
  top: 6px;
}













