// Cubic bezier functions

// source: http://www.brianlovin.com/
$cubic-1: cubic-bezier(.77, 0, .175, 1);
