@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?vibghs');
  src:  url('../fonts/icomoon.eot?vibghs#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?vibghs') format('truetype'),
    url('../fonts/icomoon.woff?vibghs') format('woff'),
    url('../fonts/icomoon.svg?vibghs#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-auto-rickshaw:before {
  content: "\1f300";
}
.shadow {
  -webkit-box-shadow: 0 7px 6px #ccc;  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow:    0 7px 6px #ccc;  /* Firefox 3.5 - 3.6 */
  box-shadow:         0 7px 6px #ccc;  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
}
