@font-face {
  font-family: 'VDB';
  src:  url('../fonts/VDB.eot?a8rtvq');
  src:  url('../fonts/VDB.eot?a8rtvq#iefix') format('embedded-opentype'),
    url('../fonts/VDB.ttf?a8rtvq') format('truetype'),
    url('../fonts/VDB.woff?a8rtvq') format('woff'),
    url('../fonts/VDB.svg?a8rtvq#VDB') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}


.nav {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'VDB' !important;
  font-size: 28PX;
  float: left;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  padding-right: 20PX;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-user-icon:before {
  content: "\e909" !important;
}
.icon-home-icon:before {
  content: "\e900" !important;
}
.icon-arrow_down:before {
  content: "\e901" !important;
}
.icon-arrow_up:before {
  content: "\e902" !important;
}
.icon-sign-out-icon:before {
  content: "\e903" !important;
}
.icon-diamond-icon:before {
  content: "\e904" !important;
}
.icon-gemstone-icon:before {
  content: "\e905" !important;
}
.icon-jewelery-icon:before {
  content: "\e906" !important;
}
.icon-lab-icon:before {
  content: "\e907" !important;
}
.icon-Info-icon:before {
  content: "\e908" !important;
}


.icon-div{ float: left; margin-top: 4px; }
