/*!
 *  Font Awesome 4.2.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('https://www.snehasingh.com/fonts/fontawesome-webfont.eot?v=4.2.0');
  src: url('https://www.snehasingh.com/fonts/fontawesome-webfont.eot?#iefix&v=4.2.0') format('embedded-opentype'), url('https://www.snehasingh.com/fonts/fontawesome-webfont.woff?v=4.2.0') format('woff'), url('https://www.snehasingh.com/fonts/fontawesome-webfont.ttf?v=4.2.0') format('truetype'), url('https://www.snehasingh.com/fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
 -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-search-plus:before {
  content: "\f00e";
}
.fa-arrow-up:before {
 content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-caret-down:before {
  content: "\f0d7";
}
