@charset "UTF-8";

@font-face {
  font-family: "overbrook";
  src:url("../fonts/overbrook.eot");
  src:url("../fonts/overbrook.eot?#iefix") format("embedded-opentype"),
    url("../fonts/overbrook.woff") format("woff"),
    url("../fonts/overbrook.ttf") format("truetype"),
    url("../fonts/overbrook.svg#overbrook") format("svg");
  font-weight: normal;
  font-style: normal;

}

[data-icon]:before {
  font-family: "overbrook" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "overbrook" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-down:before {
  content: "\e000";
}
.icon-arrow-left:before {
  content: "\e001";
}
.icon-arrow-right:before {
  content: "\e002";
}
.icon-arrow-up:before {
  content: "\e003";
}
.icon-close:before {
  content: "\e004";
}
.icon-email:before {
  content: "\e005";
}
.icon-eye:before {
  content: "\e006";
}
.icon-facebook:before {
  content: "\e007";
}
.icon-map:before {
  content: "\e008";
}
.icon-menu:before {
  content: "\e009";
}
.icon-nav-arrow:before {
  content: "\e00a";
}
.icon-phone:before {
  content: "\e00b";
}
.icon-search:before {
  content: "\e00c";
}
.icon-translate:before {
  content: "\e00d";
}
.icon-twitter:before {
  content: "\e00e";
}
.icon-ustream:before {
  content: "\e00f";
}
.icon-youtube:before {
  content: "\e010";
}
.icon-instagram:before {
  content: "\e011";
}
.icon-alert:before {
  content: "\e012";
}
.icon-home:before {
  content: "\e013";
}
.icon-linkedin:before {
  content: "\e014";
}
