
@font-face {
    font-family:'kievitregular';
    src: url('fonts/KievitOT-Regular.eot');
	src: url('fonts/KievitOT-Regular.eot?#iefix') format('embedded-opentype'),
		url('fonts/KievitOT-Regular.woff') format('woff'),
		url('fonts/KievitOT-Regular.svg#KievitOT-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
}

@font-face {
    font-family:'kievitmedium';
    src: url('fonts/KievitOT-Medium.eot');
	src: url('fonts/KievitOT-Medium.eot?#iefix') format('embedded-opentype'),
		url('fonts/KievitOT-Medium.woff') format('woff'),
		url('fonts/KievitOT-Medium.svg#KievitOT-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
}

@font-face {
    font-family:'kievitbold';
    src: url('fonts/KievitOT-Bold.eot');
	src: url('fonts/KievitOT-Bold.eot?#iefix') format('embedded-opentype'),
		url('fonts/KievitOT-Bold.woff') format('woff'),
		url('fonts/KievitOT-Bold.svg#KievitOT-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
}

@font-face {
    font-family:'kievititalic';
    src: url('fonts/KievitOT-Italic.eot');
	src: url('fonts/KievitOT-Italic.eot?#iefix') format('embedded-opentype'),
		url('fonts/KievitOT-Italic.woff') format('woff'),
		url('fonts/KievitOT-Italic.svg#KievitOT-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
}

@font-face {
    font-family:'trebuchet';
    src: url('fonts/TrebuchetMS.eot');
	src: url('fonts/TrebuchetMS.eot?#iefix') format('embedded-opentype'),
		url('fonts/TrebuchetMS.woff') format('woff'),
		url('fonts/TrebuchetMS.svg#KievitOT-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
}

@font-face {
    font-family:'trebuchetbold';
    src: url('fonts/TrebuchetMS-Bold.eot');
	src: url('fonts/TrebuchetMS-Bold.eot?#iefix') format('embedded-opentype'),
		url('fonts/TrebuchetMS-Bold.woff') format('woff'),
		url('fonts/TrebuchetMS-Bold.svg#KievitOT-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
}

@font-face {
    font-family:'trebuchetbolditalic';
    src: url('fonts/TrebuchetMS-BoldItalic.eot');
	src: url('fonts/TrebuchetMS-BoldItalic.eot?#iefix') format('embedded-opentype'),
		url('fonts/TrebuchetMS-BoldItalic.woff') format('woff'),
		url('fonts/TrebuchetMS-BoldItalic.svg#KievitOT-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
}

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

[class^="icon-"], [class*="icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'mbf' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-arrow:before {
	font-size: 20px;
    background-color: #f3b900;
    padding: 15px;
    border-radius: 50%;
	transition: all 0.3s ease;
}
.icon-menu:before {
  content: "\e90b";
}
.icon-close:before {
  content: "\e904";
}
.icon-next:before {
  content: "\e902";
}
.icon-prev:before {
  content: "\e901";
}
.icon-up:before {
  content: "\e903";
}
.icon-down:before {
  content: "\e900";
}
.icon-view:before {
  content: "\e913";
}
.icon-play:before {
  content: "\e90c";
}
.icon-search:before {
  content: "\e90d";
}
.icon-time:before {
  content: "\e90e";
}
.icon-email:before {
  content: "\e906";
}
.icon-facebook:before {
  content: "\e907";
}
.icon-twitter:before {
  content: "\e912";
}
.icon-google:before {
  content: "\e908";
}
.icon-youtube:before {
  content: "\e915";
}
.icon-love:before {
  content: "\e90a";
}
.icon-comment:before {
  content: "\e905";
}
.icon-whatsapp:before {
  content: "\e914";
}
