/*Zilla Slab*/
@font-face {
      font-family: 'Zilla Slab';
      src: url('../fonts/zilla/ZillaSlab-Regular.eot');
      src: url('../fonts/zilla/ZillaSlab-Regular.eot?#iefix') format('embedded-opentype'),
            url('../fonts/zilla/ZillaSlab-Regular.woff2') format('woff2'),
            url('../fonts/zilla/ZillaSlab-Regular.woff') format('woff'),
            url('../fonts/zilla/ZillaSlab-Regular.ttf') format('truetype'),
            url('../fonts/zilla/ZillaSlab-Regular.svg#ZillaSlab-Regular') format('svg');
      font-weight: normal;
      font-style: normal;
}

@font-face {
    font-family: 'Zilla Slab SemiBold';
    src: url('../fonts/zilla/ZillaSlab-SemiBold.eot');
    src: url('../fonts/zilla/ZillaSlab-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/zilla/ZillaSlab-SemiBold.woff2') format('woff2'),
        url('../fonts/zilla/ZillaSlab-SemiBold.woff') format('woff'),
        url('../fonts/zilla/ZillaSlab-SemiBold.ttf') format('truetype'),
        url('../fonts/zilla/ZillaSlab-SemiBold.svg#ZillaSlab-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Zilla Slab Bold';
    src: url('../fonts/zilla/ZillaSlab-Bold.eot');
    src: url('../fonts/zilla/ZillaSlab-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/zilla/ZillaSlab-Bold.woff2') format('woff2'),
        url('../fonts/zilla/ZillaSlab-Bold.woff') format('woff'),
        url('../fonts/zilla/ZillaSlab-Bold.ttf') format('truetype'),
        url('../fonts/zilla/ZillaSlab-Bold.svg#ZillaSlab-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

/*Open Sans*/
@font-face {
      font-family: 'Open Sans';
      src: url('../fonts/opensans/OpenSans-Regular.eot');
      src: url('../fonts/opensans/OpenSans-Regular.eot?#iefix') format('embedded-opentype'),
            url('../fonts/opensans/OpenSans-Regular.woff2') format('woff2'),
            url('../fonts/opensans/OpenSans-Regular.woff') format('woff'),
            url('../fonts/opensans/OpenSans-Regular.ttf') format('truetype'),
            url('../fonts/opensans/OpenSans-Regular.svg#OpenSans-Regular') format('svg');
      font-weight: normal;
      font-style: normal;
}

@font-face {
    font-family: 'Open Sans SemiBold';
    src: url('../fonts/opensans/OpenSans-SemiBold.eot');
    src: url('../fonts/opensans/OpenSans-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/opensans/OpenSans-SemiBold.woff2') format('woff2'),
        url('../fonts/opensans/OpenSans-SemiBold.woff') format('woff'),
        url('../fonts/opensans/OpenSans-SemiBold.ttf') format('truetype'),
        url('../fonts/opensans/OpenSans-SemiBold.svg#OpenSans-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
}



@font-face {
      font-family: 'Open Sans Bold';
      src: url('../fonts/opensans/OpenSans-Bold.eot');
      src: url('../fonts/opensans/OpenSans-Bold.eot?#iefix') format('embedded-opentype'),
            url('../fonts/opensans/OpenSans-Bold.woff2') format('woff2'),
            url('../fonts/opensans/OpenSans-Bold.woff') format('woff'),
            url('../fonts/opensans/OpenSans-Bold.ttf') format('truetype'),
            url('../fonts/opensans/OpenSans-Bold.svg#OpenSans-Bold') format('svg');
      font-weight: bold;
      font-style: normal;
}

/*Custom icons*/
@font-face {
  font-family: 'Bibola FontIcons';
  src:  url('../fonts/bibolaicons/BibolaFontIcons.eot?66fbb8');
  src:  url('../fonts/bibolaicons/BibolaFontIcons.eot?66fbb8#iefix') format('embedded-opentype'),
    url('../fonts/bibolaicons/BibolaFontIcons.ttf?66fbb8') format('truetype'),
    url('../fonts/bibolaicons/BibolaFontIcons.woff?66fbb8') format('woff'),
    url('../fonts/bibolaicons/BibolaFontIcons.svg?66fbb8#icomoon') 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: 'Bibola FontIcons' !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-calendar:before {
  content: "\e900";
}
.icon-comment:before {
  content: "\e901";
}
.icon-facebook:before {
  content: "\e902";
}
.icon-facebook-round:before {
  content: "\e903";
}
.icon-grid-world:before {
  content: "\e904";
}
.icon-home:before {
  content: "\e905";
}
.icon-linkedin:before {
  content: "\e906";
}
.icon-magnifier:before {
  content: "\e907";
}
.icon-mail:before {
  content: "\e908";
}
.icon-padlock:before {
  content: "\e909";
}
.icon-phone:before {
  content: "\e90a";
}
.icon-place:before {
  content: "\e90b";
}
.icon-users-group:before {
  content: "\e90c";
}
