// Animation
@mixin border-radius($value) {
  -webkit-border-radius: $value;
  -moz-border-radius:    $value;
  border-radius:         $value;
}