/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'ECCFont';
  src: url('../font/ECCF.eot');
  src: url('../font/ECCF.ttf') format('truetype'), url('../font/ECCF.svg#ECCF') format('svg');
  font-weight: normal;
  font-style: normal;
}

/* ECCP FONT CORE
 * -------------------------- */
.ec {
  display: inline-block;
  font: normal normal normal 14px/1 ECCFont;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ec-icon-title {
  font-size: 40px;
  margin-right: 21px;
  margin-top: 8px;
  float: left;
}
.ec-icon-logo:before {
  content: "\f063";
}