@font-face {
  font-family: 'DavisSans';
  src: url('../font/wnsymbol-wb.eot?17707571');
  src: url('../font/DavisSans-Regular.eot?17707571#iefix') format('embedded-opentype'),
       url('../font/DavisSans-Regular.woff2?17707571') format('woff2'),
       url('../font/DavisSans-Regular.woff?17707571') format('woff'),
       url('../font/DavisSans-Regular.ttf?17707571') format('truetype');
  font-weight: normal;
  font-style: normal;
}

/* normal */
@font-face {
  font-family:'DavisSans';
  font-style:  normal;
  font-weight: 400;
  src: url('../font/DavisSans-Regular.eot');
}
@font-face {
  font-family:'DavisSans';
  font-style:  normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'),
       url('../font/DavisSans-Regular.eot')  format('eot'),
       url('../font/DavisSans-Regular.ttf')  format('truetype'),  
       url('../font/DavisSans-Regular.woff') format('woff'),
       url('../font/DavisSans-Regular.woff2') format('woff2');
}
/* bold */
@font-face {
  font-family:'DavisSans';
  font-style:  normal;
  font-weight: 700;
  src: url('../font/DavisSans-Bold.eot')  format('eot');
}
@font-face {
  font-family:'DavisSans';
  font-style:  normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'),
       url('../font/DavisSans-Bold.eot')  format('eot'),
       url('../font/DavisSans-Bold.ttf')  format('truetype'),  
       url('../font/DavisSans-Bold.woff') format('woff'),
       url('../font/DavisSans-Bold.woff2') format('woff2');
}
/* normal italic */
@font-face {
  font-family: 'DavisSans';
  font-style: italic;
  font-weight: 400;
  src: url('../font/DavisSans-Italic.eot')  format('eot');
}
@font-face {
  font-family:'DavisSans';
  font-style:  italic;
  font-weight: 400;
  src: local('Open Sans Italic'), local('OpenSans-Italic'),
       url('../font/DavisSans-Italic.eot')  format('eot'),
       url('../font/DavisSans-Italic.ttf')  format('truetype'),  
       url('../font/DavisSans-Italic.woff') format('woff'),
       url('../font/DavisSans-Italic.woff2') format('woff2');
}
/* bold italic */
@font-face {
  font-family:'DavisSans';
  font-style:  italic;
  font-weight: 700;
  src: url('../font/DavisSans-BoldItalic.eot')  format('eot');
}
@font-face {
  font-family:'DavisSans';
  font-style:  italic;
  font-weight: 700;
  src: local('Open Sans Italic'), local('OpenSans-Italic'),
       url('../font/DavisSans-BoldItalic.eot')  format('eot'),
       url('../font/DavisSans-BoldItalic.ttf')  format('truetype'),  
       url('../font/DavisSans-BoldItalic.woff') format('woff'),
       url('../font/DavisSans-BoldItalic.woff2') format('woff2');
}

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

  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;
