@font-face {
  font-family: 'fontello';
  src: url('../font/fontello.eot?23483379');
  src: url('../font/fontello.eot?23483379#iefix') format('embedded-opentype'),
       url('../font/fontello.woff?23483379') format('woff'),
       url('../font/fontello.ttf?23483379') format('truetype'),
       url('../font/fontello.svg?23483379#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?23483379#fontello') format('svg');
  }
}
*/

 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;

  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */

  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;

  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;

  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;

  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */

  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-bookmark:before { content: '\e800'; } /* '' */
.icon-emo-unhappy:before { content: '\e801'; } /* '' */
.icon-layers:before { content: '\e802'; } /* '' */
.icon-star:before { content: '\e803'; } /* '' */
.icon-menu-1:before { content: '\e804'; } /* '' */
.icon-check-1:before { content: '\e805'; } /* '' */
.icon-cancel-1:before { content: '\e806'; } /* '' */
.icon-plus:before { content: '\e807'; } /* '' */
.icon-minus:before { content: '\e808'; } /* '' */
.icon-info-circled-1:before { content: '\e809'; } /* '' */
.icon-home-1:before { content: '\e80a'; } /* '' */
.icon-link:before { content: '\e80b'; } /* '' */
.icon-reply:before { content: '\e80c'; } /* '' */
.icon-attention-1:before { content: '\e80d'; } /* '' */
.icon-search-1:before { content: '\e80e'; } /* '' */
.icon-cog:before { content: '\e80f'; } /* '' */
.icon-popup:before { content: '\e810'; } /* '' */
.icon-left-open-big:before { content: '\e811'; } /* '' */
.icon-right-open-big:before { content: '\e812'; } /* '' */
.icon-down-dir:before { content: '\e813'; } /* '' */
.icon-left-dir:before { content: '\e814'; } /* '' */
.icon-right-dir-1:before { content: '\e815'; } /* '' */
.icon-up-dir:before { content: '\e816'; } /* '' */
.icon-target-1:before { content: '\e817'; } /* '' */
.icon-list:before { content: '\e818'; } /* '' */
.icon-location:before { content: '\e819'; } /* '' */
.icon-zoom-in:before { content: '\e81a'; } /* '' */
.icon-wrench:before { content: '\e81b'; } /* '' */
.icon-twitter-1:before { content: '\e81c'; } /* '' */
.icon-facebook-squared-1:before { content: '\e81d'; } /* '' */
.icon-gplus:before { content: '\e81e'; } /* '' */
.icon-bookmark-empty:before { content: '\e81f'; } /* '' */
.icon-help:before { content: '\e820'; } /* '' */
.icon-help-circled:before { content: '\e821'; } /* '' */
.icon-info:before { content: '\e822'; } /* '' */
.icon-info-circled:before { content: '\e823'; } /* '' */
.icon-print:before { content: '\e824'; } /* '' */
.icon-download:before { content: '\e825'; } /* '' */

/* custom. don't remove */
.left-arrow:before,.right-arrow:before,.dijitDialogCloseIcon:before,.esriGeocoderSearch:before,.esriGeocoderReset:before, .esriGeocoderSelectedCheck:before, .esriGeocoderMenuArrow:before, .note-expand:before, .esriGeocoderMenuClose:before {
    margin-left: 0;
    margin-right: 0;
}
.left-arrow:before { content: '\e80d'; }
.right-arrow:before { content: '\e80b'; }
.esriRTL .left-arrow:before { content: '\e80b'; }
.esriRTL .right-arrow:before { content: '\e80d'; }
.map .calcite .titleButton.next:before {content: '\e807';}
.map .calcite .titleButton.prev:before {content: '\e80a';}
.esriRTL .map .calcite .titleButton.next:before {content: '\e80a';}
.esriRTL .map .calcite .titleButton.prev:before {content: '\e807';}
.dijitDialogCloseIcon:before { content: '\e80c'; }
.esriGeocoderSearch:before { content: '\e80e'; }
.esriGeocoderReset:before { content: '\e806'; }
.esriGeocoderMenuArrow:before { content: '\e80e'; }
.esriGeocoderMenuActive .esriGeocoderMenuArrow:before { content: '\e814'; }
.HomeButtonCalcite .home:before { content: '\e80a';}
.LocateButtonCalcite .zoomLocateButton:before {content: '\e817';}
.map .calcite .titleButton.close:before {content: '\e80c';}
.twitter-popup .action-reply:before {content:'\e813';}
.twitter-popup .action-retweet:before {content:'\e80f';}
.twitter-popup .action-favorite:before {content:'\e811';}
.map .calcite .titleButton.maximize:before {content: '\e817';}
.map .calcite .titleButton.restore:before {content: '\e817';}
.note-expand:before { content: '\e81a'; } /* '' */
.note-selected .note-expand:before { content: '\e81b'; } /* '' */
.esriGeocoderSelected .esriGeocoderSelectedCheck:before { content: '\e804'; } /* '' */
.esriGeocoderMenuClose:before { content: '\e80c'; }


