//
// Utility classes
// --------------------------------------------------


// Floats
// -------------------------

.ai1ec-clearfix {
  .ai1ec-clearfix();
}
.ai1ec-center-block {
  .ai1ec-center-block();
}
.ai1ec-pull-right {
  float: right !important;
}
.ai1ec-pull-left {
  float: left !important;
}


// Toggling content
// -------------------------

// Note: Deprecated .ai1ec-hide in favor of .ai1ec-hidden or .ai1ec-sr-only (as appropriate) in v3.0.1
.ai1ec-hide {
  display: none !important;
}
.ai1ec-show {
  display: block !important;
}
.ai1ec-invisible {
  visibility: hidden;
}
.ai1ec-text-hide {
  .ai1ec-text-hide();
}


// Hide from screenreaders and browsers
//
// Credit: HTML5 Boilerplate

.ai1ec-hidden {
  display: none !important;
  visibility: hidden !important;
}


// For Affix plugin
// -------------------------

.ai1ec-affix {
  position: fixed;
}
