/*
  Font Custom - icon webfonts made simple
*/

@font-face {
  font-family: "fontcustom";
  src: url("fontcustom-7f47451888fb6cf2e62d9b9ea3c1894a.eot?#iefix") format("embedded-opentype"),
       url("fontcustom-7f47451888fb6cf2e62d9b9ea3c1894a.woff") format("woff"),
       url("fontcustom-7f47451888fb6cf2e62d9b9ea3c1894a.ttf") format("truetype"),
       url("fontcustom-7f47451888fb6cf2e62d9b9ea3c1894a.svg#fontcustom") format("svg");
  font-weight: normal;
  font-style: normal;
}

/*
  Bootstrap Overrides
*/

[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontcustom";
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
}

a [class^="icon-"], a [class*=" icon-"] {
  display: inline-block;
  text-decoration: inherit;
}

/* makes the font 33% larger relative to the icon container */
.icon-large:before {
  vertical-align: top;
  font-size: 1.333em;
}

/* keeps button heights with and without icons the same */
.btn [class^="icon-"], .btn [class*=" icon-"] {
  line-height: 0.9em;
}

li [class^="icon-"], li [class*=" icon-"] {
  display: inline-block;
  width: 1.25em;
  text-align: center;
}

/* 1.5 increased font size for icon-large * 1.25 width */
li .icon-large[class^="icon-"], li .icon-large[class*=" icon-"] {
  width: 1.875em;
}

li[class^="icon-"], li[class*=" icon-"] {
  margin-left: 0;
  list-style-type: none;
}

li[class^="icon-"]:before, li[class*=" icon-"]:before {
  text-indent: -2em;
  text-align: center;
}

li[class^="icon-"].icon-large:before, li[class*=" icon-"].icon-large:before {
  text-indent: -1.333em;
}

/*
  Icon Classes
*/

.icon-calendar:before { content: "\f100"; }
.icon-cart:before { content: "\f101"; }
.icon-chimera-text:before { content: "\f102"; }
.icon-close:before { content: "\f103"; }
.icon-down-arrow:before { content: "\f104"; }
.icon-facebook:before { content: "\f105"; }
.icon-horn-off:before { content: "\f106"; }
.icon-horn-on:before { content: "\f107"; }
.icon-left-arrow-block:before { content: "\f108"; }
.icon-left-arrow:before { content: "\f109"; }
.icon-listen:before { content: "\f10a"; }
.icon-mail:before { content: "\f10b"; }
.icon-myspace:before { content: "\f10c"; }
.icon-news:before { content: "\f10d"; }
.icon-pause:before { content: "\f10e"; }
.icon-play:before { content: "\f10f"; }
.icon-right-arrow-block:before { content: "\f110"; }
.icon-right-arrow:before { content: "\f111"; }
.icon-tumblr:before { content: "\f112"; }
.icon-twitter:before { content: "\f113"; }
