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


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

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


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

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


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

.hidden {
  display: none !important;
}


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

.affix {
  position: fixed;
}

// // iconfont
// @font-face {
//   font-family: 'iconfont';
//   src: url('//at.alicdn.com/t/font_1458875830_3228507.eot'); /* IE9*/
//   src: url('//at.alicdn.com/t/font_1458875830_3228507.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
//   url('//at.alicdn.com/t/font_1458875830_3228507.woff') format('woff'), /* chrome、firefox */
//   url('//at.alicdn.com/t/font_1458875830_3228507.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
//   url('//at.alicdn.com/t/font_1458875830_3228507.svg#iconfont') format('svg'); /* iOS 4.1- */
// }

// .iconfont {
//   font-family: "iconfont" !important;
//   font-size: 14px;
//   font-style: normal;
//   -webkit-font-smoothing: antialiased;
//   -webkit-text-stroke-width: 0.2px;
//   -moz-osx-font-smoothing: grayscale;
// }
