@charset "UTF-8";
/* CSS Document */

/* futura light */
@font-face {
  font-family: 'futura';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/futura-light-bt.eot'); /* IE9 Compat Modes */
  src: local(''),
    url('../fonts/futura-light-bt.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/futura-light-bt.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/futura-light-bt.woff') format('woff'), /* Modern Browsers */
    url('../fonts/futura-light-bt.ttf') format('truetype'), /* Safari, Android, iOS */
}
/* futura nomal */
@font-face {
  font-family: 'futura';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/futura-medium-bt.eot'); /* IE9 Compat Modes */
  src: local(''),
    url('../fonts/futura-medium-bt.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/futura-medium-bt.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/futura-medium-bt.woff') format('woff'), /* Modern Browsers */
    url('../fonts/futura-medium-bt.ttf') format('truetype'), /* Safari, Android, iOS */
}
/* futura bold */
@font-face {
  font-family: 'futura';
  font-style: bold;
  font-weight: 400;
  src: url('../fonts/futura-bold.eot'); /* IE9 Compat Modes */
  src: local(''),
    url('../fonts/futura-bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/futura-bold.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/futura-bold.woff') format('woff'), /* Modern Browsers */
    url('../fonts/futura-bold.ttf') format('truetype'), /* Safari, Android, iOS */
}
/* kefa nomal */
@font-face {
  font-family: 'kefa';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/kefa-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
    url('../fonts/kefa-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/kefa-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/kefa-regular.woff') format('woff'), /* Modern Browsers */
    url('../fonts/kefa-regular.ttf') format('truetype'), /* Safari, Android, iOS */
}
/* kefa bold */
@font-face {
  font-family: 'kefa';
  font-style: bold;
  font-weight: 600;
  src: url('../fonts/kefa-bold.eot'); /* IE9 Compat Modes */
  src: local(''),
    url('../fonts/kefa-bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/kefa-bold.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/kefa-bold.woff') format('woff'), /* Modern Browsers */
    url('../fonts/kefa-bold.ttf') format('truetype'), /* Safari, Android, iOS */
}