@font-face {
  font-family: 'icomoon';
  src:  url("fonts/icomoon.fa6f43428007.eot");
  src:  url("fonts/icomoon.fa6f43428007.eot") format('embedded-opentype'),
    url("fonts/icomoon.b96b2ba3923a.ttf") format('truetype'),
    url("fonts/icomoon.bc7c71ba5274.woff") format('woff'),
    url("fonts/icomoon.d6419994f5ac.svg") 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-close:before {
  content: "\e901";
  color: #fff;
}
.icon-eye-gray:before {
  content: "\e900";
  color: #aab1c1;
}
