@charset "UTF-8";

@font-face {
  font-family: "tv2u-body";
  src:url("fontastic/tv2u-body.eot");
  src:url("fontastic/tv2u-body.eot?#iefix") format("embedded-opentype"),
    url("fontastic/tv2u-body.woff") format("woff"),
    url("fontastic/tv2u-body.ttf") format("truetype"),
    url("fontastic/tv2u-body.svg#tv2u-body") format("svg");
  font-weight: normal;
  font-style: normal;

}

[data-icon]:before {
  font-family: "tv2u-body" !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: "tv2u-body" !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-cog:before {
  content: "\62";
}
.icon-globe:before {
  content: "\63";
}
.icon-search:before {
  content: "\64";
}
.icon-bell:before {
  content: "\61";
}
.icon-arrow-circle-right:before {
  content: "\65";
}
.icon-arrow-circle-left:before {
  content: "\66";
}
.icon-ios-world:before {
  content: "\67";
}
.icon-navicon:before {
  content: "\68";
}
.icon-star:before {
  content: "\69";
}
.icon-star-half:before {
  content: "\6a";
}
.icon-star-half-o:before {
  content: "\6b";
}
.icon-star-o:before {
  content: "\6c";
}
.icon-play:before {
  content: "\6d";
}
.icon-android-more-vertical:before {
  content: "\6e";
}
.icon-chevron-circle-down:before {
  content: "\6f";
}
.icon-facebook-square:before {
  content: "\70";
}
.icon-google-plus-square:before {
  content: "\71";
}
.icon-google-plus:before {
  content: "\72";
}
.icon-google:before {
  content: "\73";
}
.icon-facebook:before {
  content: "\74";
}
.icon-facebook-official:before {
  content: "\75";
}
.icon-twitter:before {
  content: "\76";
}
.icon-twitter-square:before {
  content: "\77";
}
.icon-heart:before {
  content: "\78";
}
.icon-heart-o:before {
  content: "\79";
}
.icon-gratipay:before {
  content: "\7a";
}
.icon-android-add-circle:before {
  content: "\41";
}
.icon-angle-double-left:before {
  content: "\42";
}
.icon-angle-double-right:before {
  content: "\43";
}
.icon-check:before {
  content: "\44";
}
.icon-checkmark-circled:before {
  content: "\47";
}
.icon-check-square-1:before {
  content: "\48";
}
.icon-cpu:before {
  content: "\45";
}
.icon-gpu:before {
  content: "\46";
}
.icon-ram:before {
  content: "\49";
}
.icon-btn-md {
    padding: 6px 6px;
    font-size: 28px;
    line-height: 26px;
    vertical-align: middle;
}
.btni > i {
        font-size: 28px !important;
}