@charset "UTF-8";
/* FONT LIB */

@font-face {
  font-family: 'AvantGarde_bold';
  src: url('fonts/AvantGarde_bold.eot'); /* IE9 Compat Modes */
  src: url('fonts/AvantGarde_bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/AvantGarde_bold.woff') format('woff'), /* Modern Browsers */
       url('fonts/AvantGarde_bold.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('fonts/AvantGarde_bold#410bc7c0a96055f314865205a0a58b43') format('svg'); /* Legacy iOS */
  font-style:  normal;
  font-weight: 700;
}
@font-face {
  font-family: 'AvantGarde_regular';
  src: url('fonts/AvantGarde_regular.eot'); /* IE9 Compat Modes */
  src: url('fonts/AvantGarde_regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/AvantGarde_regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/AvantGarde_regular.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('fonts/AvantGarde_regular.svg#eb38d5b06bf3b7ce91bf1ab81bd95287') format('svg'); /* Legacy iOS */
  font-style:normal;
  font-weight:400;
}


