/* uikit V2 spacer extension by YoreM */

  /* The requirement */
  *[class*='uk-spacer-'] { position: relative; }

  /* Default */
  .uk-spacer-top { margin-top: 50px; }
  .uk-spacer-bottom { margin-bottom: 50px; }
  .uk-spacer-left { margin-left: 50px; }
  .uk-spacer-right { margin-right: 50px; }
  .uk-spacer-remove { margin: 0!important; }

  /* REMOVE SPACING */
  .uk-spacer-top-remove { margin-top: 0!important; }
  .uk-spacer-bottom-remove { margin-bottom: 0!important; }
  .uk-spacer-left-remove { margin-left: 0!important; }
  .uk-spacer-right-remove { margin-right: 0!important; }

  /* XSMALL */
  .uk-spacer-top-xsmall { margin-top: 5px; }
  .uk-spacer-bottom-xsmall { margin-bottom: 5px; }
  .uk-spacer-left-xsmall { margin-left: 5px; }
  .uk-spacer-right-xsmall { margin-right: 5px; }

  /* SMALL */
  .uk-spacer-top-small { margin-top: 10px; }
  .uk-spacer-bottom-small { margin-bottom: 10px; }
  .uk-spacer-left-small { margin-left: 10px; }
  .uk-spacer-right-small { margin-right: 10px; }

  /* MEDIUM */
  .uk-spacer-top-medium { margin-top: 15px; }
  .uk-spacer-bottom-medium { margin-bottom: 15px; }
  .uk-spacer-left-medium { margin-left: 15px; }
  .uk-spacer-right-medium { margin-right: 15px; }

  /* LARGE */
  .uk-spacer-top-large { margin-top: 20px; }
  .uk-spacer-bottom-large { margin-bottom: 20px; }
  .uk-spacer-left-large { margin-left: 20px; }
  .uk-spacer-right-large { margin-right: 20px; }

  /* XLARGE */
  .uk-spacer-top-xlarge { margin-top: 25px; }
  .uk-spacer-bottom-xlarge { margin-bottom: 25px; }
  .uk-spacer-left-xlarge { margin-left: 25px; }
  .uk-spacer-right-xlarge { margin-right: 25px; }

  /* XXLARGE */
  .uk-spacer-top-xxlarge { margin-top: 30px; }
  .uk-spacer-bottom-xxlarge { margin-bottom: 30px; }
  .uk-spacer-left-xxlarge { margin-left: 30px; }
  .uk-spacer-right-xxlarge { margin-right: 30px; }

  /* XXXLARGE */
  .uk-spacer-top-xxxlarge { margin-top: 40px; }
  .uk-spacer-bottom-xxxlarge { margin-bottom: 40px; }
  .uk-spacer-left-xxxlarge { margin-left: 40px; }
  .uk-spacer-right-xxxlarge { margin-right: 40px; }

  /* FLARGE */
  .uk-spacer-top-flarge { margin-top: 50px; }
  .uk-spacer-bottom-flarge { margin-bottom: 50px; }
  .uk-spacer-left-flarge { margin-left: 50px; }
  .uk-spacer-right-flarge { margin-right: 50px; }

  /* FXLARGE */
  .uk-spacer-top-xflarge { margin-top: 60px; }
  .uk-spacer-bottom-xflarge { margin-bottom: 60px; }
  .uk-spacer-left-xflarge { margin-left: 60px; }
  .uk-spacer-right-xflarge { margin-right: 60px; }
