.hvr-float:hover, .hvr-float:focus, .hvr-float:active {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
	cursor: pointer;
}

.hvr-grow {
	vertical-align:baseline;
}

.hvr-sweep-to-top:before {
	background: #EC971F;
	border-radius: 3px;
}

.hvr-shutter-out-vertical {
	background: #222;
}

.hvr-shutter-out-vertical:before {
	background: #EC971F;
}

.hvr-underline-from-center:before {
	background: #EC971F;
}