@font-face {
  font-family: 'dkv';
  src:  url('../fonts/dkv.eot?ohmmw5');
  src:  url('../fonts/dkv.eot?ohmmw5#iefix') format('embedded-opentype'),
    url('../fonts/dkv.ttf?ohmmw5') format('truetype'),
    url('../fonts/dkv.woff?ohmmw5') format('woff'),
    url('../fonts/dkv.svg?ohmmw5#dkv') format('svg');
  font-weight: normal;
  font-style: normal;
}

/*[class^="icon"], [class*=" icon"] {
  font-family: 'dkv' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}*/

.fa-search:before {
  content: "\f002";
}
.fa-times:before {
  content: "\f00d";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-info:before {
  content: "\f129";
}
.fa-user:before {
  content: "\f007";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-download:before {
  content: "\f019";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-facebook:before {
  content: "\f09a";
}
.fa-check:before {
  content: "\e900";
}
.fa-circle:before {
  content: "\e901";
}
.fa-info-circle:before {
  content: "\e902";
}
