@import url(http://fonts.googleapis.com/css?family=Roboto:400,300,100,700,900&subset=latin,latin-ext);
@import url(http://fonts.googleapis.com/css?family=Hind:400,300,700&subset=latin,latin-ext);
@import url(http://fonts.googleapis.com/css?family=Alegreya+Sans:400,700&subset=latin,latin-ext);
@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:300,700&subset=latin,latin-ext);
@import url(http://fonts.googleapis.com/css?family=Roboto:400,300,100,700,900&subset=latin,latin-ext);
@charset utf-8;
/* HOME PAGE */
.android_browser_suxx {
  width: 10%;
}
/*
@margin:0%;
@height:60%;
@double:120%;

@met-13:33.33333%;
@met-12:50%;
@met-23:66.66667%;
@met-11:100%;
/* */
/* */
/* */
.wrap.articles {
  position: relative;
  padding: 60px 0 0px;
}
.wrap.articles.paddingbottom {
  padding-bottom: 60px;
}
.wrap.articles .frame {
  position: relative;
}
.wrap.articles .square-link,
.wrap.articles .more {
  display: block;
  display: inline-block;
  float: none;
  position: relative;
  background-color: transparent;
  font-size: .8em;
  line-height: 1.4em;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: .3em;
  padding: .2em .5em .3em .6em;
  margin: 0 10px 10px 0;
  border: 1px solid #404040;
  border-color: rgba(0, 0, 0, 0.6);
  z-index: 11;
  color: #000000;
  color: rgba(0, 0, 0, 0.8);
  cursor: pointer;
  transition: background-color 1.5s ease-out, color 1.5s ease-out;
  -o-transition: background-color 1.5s ease-out, color 1.5s ease-out;
  -ms-transition: background-color 1.5s ease-out, color 1.5s ease-out;
  -moz-transition: background-color 1.5s ease-out, color 1.5s ease-out;
  -khtml-transition: background-color 1.5s ease-out, color 1.5s ease-out;
  -webkit-transition: background-color 1.5s ease-out, color 1.5s ease-out;
}
.wrap.articles .square-link:hover,
.wrap.articles .more:hover {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
  transition: background-color .5s ease-out, color .5s ease-out;
  -o-transition: background-color .5s ease-out, color .5s ease-out;
  -ms-transition: background-color .5s ease-out, color .5s ease-out;
  -moz-transition: background-color .5s ease-out, color .5s ease-out;
  -khtml-transition: background-color .5s ease-out, color .5s ease-out;
  -webkit-transition: background-color .5s ease-out, color .5s ease-out;
}
.wrap.articles .square-link.norm,
.wrap.articles .more.norm {
  font-size: .9em;
  line-height: 1.4em;
  text-transform: none;
}
.wrap.articles .square-link.icon,
.wrap.articles .more.icon {
  padding-left: 50px;
  margin-left: 50px;
  margin-top: 10px;
}
.wrap.articles .square-link.icon .icon,
.wrap.articles .more.icon .icon {
  display: block;
  position: absolute;
  width: 100px;
  height: 100px;
  top: -20px;
  left: -50px;
  background: transparent url('Template/STC/CSS/Images/link_icons.png') 0px 0px no-repeat scroll;
  background-size: 100%;
}
.wrap.articles .square-link.icon .icon img,
.wrap.articles .more.icon .icon img {
  width: 100px;
  height: 100px;
}
.wrap.articles .square-link.right,
.wrap.articles .more.right {
  text-align: right;
}
.wrap.articles .square-link.center,
.wrap.articles .more.center {
  text-align: center;
}
.wrap.articles .square-link.white,
.wrap.articles .more.white {
  border-color: #e0e0e0;
  border-color: rgba(255, 255, 255, 0.9);
  color: #ffffff;
  color: rgba(255, 255, 255, 0.9);
}
.wrap.articles .square-link.white:hover,
.wrap.articles .more.white:hover {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #000000;
}
.wrap.articles .news_article,
.wrap.articles .chapter_article {
  display: block;
  display: inline-block;
  position: relative;
  float: left;
  vertical-align: middle;
  width: 49.5%;
  margin: 0.25%;
  font-size: 16px;
  padding: 0;
  overflow: hidden;
  background-color: #101010;
}
.wrap.articles .news_article .section,
.wrap.articles .chapter_article .section {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0px;
  right: 0;
  z-index: 5;
}
.wrap.articles .news_article .section section,
.wrap.articles .chapter_article .section section {
  position: absolute;
  text-align: left;
  bottom: .5em;
  left: 1em;
  width: 80%;
  height: auto;
  margin: 0;
  z-index: 10;
  text-shadow: 0px 3px 4px #000000;
  transition: bottom 1.5s ease-out;
  -o-transition: bottom 1.5s ease-out;
  -ms-transition: bottom 1.5s ease-out;
  -moz-transition: bottom 1.5s ease-out;
  -khtml-transition: bottom 1.5s ease-out;
  -webkit-transition: bottom 1.5s ease-out;
}
.wrap.articles .news_article .column,
.wrap.articles .chapter_article .column {
  display: block;
  position: absolute;
  top: 0;
  left: 1.4em;
  background-color: #404040;
  font-size: .75em;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: .5em;
  padding: .1em .5em .1em 1em;
  z-index: 10;
}
.wrap.articles .news_article .column,
.wrap.articles .chapter_article .column,
.wrap.articles .news_article .column:link,
.wrap.articles .chapter_article .column:link,
.wrap.articles .news_article .column:hover,
.wrap.articles .chapter_article .column:hover,
.wrap.articles .news_article .column:active,
.wrap.articles .chapter_article .column:active,
.wrap.articles .news_article .column:visited,
.wrap.articles .chapter_article .column:visited {
  color: #ffffff;
  opacity: 0.7;
  transition: opacity .4s ease-out;
  -o-transition: opacity .4s ease-out;
  -ms-transition: opacity .4s ease-out;
  -moz-transition: opacity .4s ease-out;
  -khtml-transition: opacity .4s ease-out;
  -webkit-transition: opacity .4s ease-out;
}
.wrap.articles .news_article .column:hover,
.wrap.articles .chapter_article .column:hover {
  opacity: 1;
}
.wrap.articles .news_article .info,
.wrap.articles .chapter_article .info {
  display: block;
  display: none;
  position: absolute;
  bottom: 0;
  left: 1.4em;
  background-color: transparent;
  font-size: .75em;
  font-weight: bold;
  padding: 4px 0px 5px;
  z-index: 11;
}
.wrap.articles .news_article .info,
.wrap.articles .chapter_article .info,
.wrap.articles .news_article .info:link,
.wrap.articles .chapter_article .info:link,
.wrap.articles .news_article .info:hover,
.wrap.articles .chapter_article .info:hover,
.wrap.articles .news_article .info:active,
.wrap.articles .chapter_article .info:active,
.wrap.articles .news_article .info:visited,
.wrap.articles .chapter_article .info:visited {
  color: #ffffff;
  opacity: 0.7;
}
.wrap.articles .news_article .info:hover,
.wrap.articles .chapter_article .info:hover {
  opacity: 1;
}
.wrap.articles .news_article .more,
.wrap.articles .chapter_article .more {
  display: block;
  clear: both;
  position: absolute;
  bottom: 1.5em;
  left: 1.4em;
  background-color: transparent;
  background-color: rgba(0, 0, 0, 0.4);
  font-size: .70em;
  line-height: 2em;
  font-weight: light;
  text-transform: uppercase;
  letter-spacing: .3em;
  padding: 0 .5em 0 .8em;
  margin: 0;
  border: 1px solid #ffffff;
  z-index: 8;
  color: #ffffff;
  transition: opacity 1s ease-out;
  -o-transition: opacity 1s ease-out;
  -ms-transition: opacity 1s ease-out;
  -moz-transition: opacity 1s ease-out;
  -khtml-transition: opacity 1s ease-out;
  -webkit-transition: opacity 1s ease-out;
  opacity: 0;
}
.wrap.articles .news_article.textright .column,
.wrap.articles .chapter_article.textright .column {
  left: auto;
  right: 1.4em;
}
.wrap.articles .news_article.textright .info,
.wrap.articles .chapter_article.textright .info {
  left: auto;
  right: 1.4em;
}
.wrap.articles .news_article.textright .more,
.wrap.articles .chapter_article.textright .more {
  left: auto;
  right: 1.4em;
}
.wrap.articles .news_article.textright .section section,
.wrap.articles .chapter_article.textright .section section {
  text-align: right;
  bottom: .5em;
  left: auto;
  right: 1em;
}
.wrap.articles .news_article .icon,
.wrap.articles .chapter_article .icon {
  display: block;
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url('Template/STC/CSS/Images/articles.png');
  background-size: 24px 96px;
  background-position: 0 0;
  vertical-align: middle;
}
.wrap.articles .news_article .icon.view,
.wrap.articles .chapter_article .icon.view {
  background-position: 0 -24px;
}
.wrap.articles .news_article .icon.time,
.wrap.articles .chapter_article .icon.time {
  background-position: 0 -24px;
}
.wrap.articles .news_article .icon.diqs,
.wrap.articles .chapter_article .icon.diqs {
  background-position: 0 -24px;
}
.wrap.articles .news_article img,
.wrap.articles .chapter_article img,
.wrap.articles .news_article video,
.wrap.articles .chapter_article video,
.wrap.articles .news_article video source,
.wrap.articles .chapter_article video source {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 1;
  transform: scale(1,1);
  -o-transform: scale(1,1);
  -ms-transform: scale(1,1);
  -moz-transform: scale(1,1);
  -khtml-transform: scale(1,1);
  -webkit-transform: scale(1,1);
  transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -khtml-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  transition: transform 1.5s ease-out;
  -o-transition: -o-transform 1.5s ease-out;
  -ms-transition: -ms-transform 1.5s ease-out;
  -moz-transition: -moz-transform 1.5s ease-out;
  -khtml-transition: -khtml-transform 1.5s ease-out;
  -webkit-transition: -webkit-transform 1.5s ease-out;
}
.wrap.articles .news_article:hover img,
.wrap.articles .chapter_article:hover img,
.wrap.articles .news_article:hover video.touchzoom,
.wrap.articles .chapter_article:hover video.touchzoom,
.wrap.articles .news_article:hover video.touchzoom source,
.wrap.articles .chapter_article:hover video.touchzoom source {
  transform: scale(1.1,1.1);
  -o-transform: scale(1.1,1.1);
  -ms-transform: scale(1.1,1.1);
  -moz-transform: scale(1.1,1.1);
  -khtml-transform: scale(1.1,1.1);
  -webkit-transform: scale(1.1,1.1);
  transition: transform 10s ease-out;
  -o-transition: -o-transform 10s ease-out;
  -ms-transition: -ms-transform 10s ease-out;
  -moz-transition: -moz-transform 10s ease-out;
  -khtml-transition: -khtml-transform 10s ease-out;
  -webkit-transition: -webkit-transform 10s ease-out;
}
.wrap.articles .news_article:hover .more,
.wrap.articles .chapter_article:hover .more {
  opacity: 1;
  transition: opacity .5s ease-out, color 1.5s ease-out, background-color 1.5s ease-out;
  -o-transition: opacity .5s ease-out, color 1.5s ease-out, background-color 1.5s ease-out;
  -ms-transition: opacity .5s ease-out, color 1.5s ease-out, background-color 1.5s ease-out;
  -moz-transition: opacity .5s ease-out, color 1.5s ease-out, background-color 1.5s ease-out;
  -khtml-transition: opacity .5s ease-out, color 1.5s ease-out, background-color 1.5s ease-out;
  -webkit-transition: opacity .5s ease-out, color 1.5s ease-out, background-color 1.5s ease-out;
}
.wrap.articles .news_article:hover .more:hover,
.wrap.articles .chapter_article:hover .more:hover {
  transition: color .5s ease-out, background-color .5s ease-out;
  -o-transition: color .5s ease-out, background-color .5s ease-out;
  -ms-transition: color .5s ease-out, background-color .5s ease-out;
  -moz-transition: color .5s ease-out, background-color .5s ease-out;
  -khtml-transition: color .5s ease-out, background-color .5s ease-out;
  -webkit-transition: color .5s ease-out, background-color .5s ease-out;
  color: #000000;
  background-color: #ffffff;
}
.wrap.articles .news_article:hover .section section,
.wrap.articles .chapter_article:hover .section section {
  bottom: 3em;
  transition: bottom .5s ease-out;
  -o-transition: bottom .5s ease-out;
  -ms-transition: bottom .5s ease-out;
  -moz-transition: bottom .5s ease-out;
  -khtml-transition: bottom .5s ease-out;
  -webkit-transition: bottom .5s ease-out;
}
.wrap.articles .news_article:before,
.wrap.articles .chapter_article:before {
  content: "";
  display: block;
  padding-top: 60%;
}
.wrap.articles .news_article.double:before,
.wrap.articles .chapter_article.double:before {
  content: "";
  display: block;
  padding-top: 120.5%;
}
.wrap.articles .news_article.fullribbon:before,
.wrap.articles .chapter_article.fullribbon:before {
  content: "";
  display: block;
  padding-top: 41.6667%;
}
.wrap.articles .news_article {
  margin: 0.25%;
}
.wrap.articles .news_article h1,
.wrap.articles .news_article h2,
.wrap.articles .news_article h3,
.wrap.articles .news_article h4,
.wrap.articles .news_article h5,
.wrap.articles .news_article h6,
.wrap.articles .news_article p {
  padding: 0;
  margin: .2em 0 0;
  color: #ffffff;
  filter: drop-shadow(0px 2px 6px #000000);
  -o-filter: drop-shadow(0px 2px 6px #000000);
  -ms-filter: drop-shadow(0px 2px 6px #000000);
  -moz-filter: drop-shadow(0px 2px 6px #000000);
  -khtml-filter: drop-shadow(0px 2px 6px #000000);
  -webkit-filter: drop-shadow(0px 2px 6px #000000);
  line-height: 1.05em;
  letter-spacing: 0px;
}
.wrap.articles .news_article p {
  margin-top: .6em;
  line-height: 1.1em;
  letter-spacing: .02em;
}
.wrap.articles .news_article h1 {
  font-size: 4vw;
}
@media only screen and (min-width:1000px) {
  .wrap.articles .news_article h1 {
    font-size: 40px;
  }
}
@media only screen and (min-width:480px) and (max-width:639px), only screen and (max-width:479px) {
  .wrap.articles .news_article h1 {
    font-size: 5.25vw;
  }
}
.wrap.articles .news_article h2 {
  font-size: 2vw;
}
@media only screen and (min-width:1000px) {
  .wrap.articles .news_article h2 {
    font-size: 20px;
  }
}
@media only screen and (min-width:480px) and (max-width:639px), only screen and (max-width:479px) {
  .wrap.articles .news_article h2 {
    font-size: 2.67vw;
  }
}
.wrap.articles .news_article h3 {
  font-size: 1.6vw;
}
@media only screen and (min-width:1000px) {
  .wrap.articles .news_article h3 {
    font-size: 16px;
  }
}
@media only screen and (min-width:480px) and (max-width:639px), only screen and (max-width:479px) {
  .wrap.articles .news_article h3 {
    font-size: 2.14vw;
  }
}
.wrap.articles .news_article.stf h1 {
  font-family: 'StarTrekBT', helvetica, sans-serif;
  line-height: .8em;
  letter-spacing: 0px;
}
.wrap.articles .news_article.left {
  float: left;
  clear: left;
}
.wrap.articles .news_article.right {
  float: right;
}
.wrap.articles .news_article.fullribbon .section section {
  width: auto;
}
.wrap.articles .news_article.fullribbon h1 {
  font-size: 5vw;
}
@media only screen and (min-width:1000px) {
  .wrap.articles .news_article.fullribbon h1 {
    font-size: 50px;
  }
}
@media only screen and (min-width:480px) and (max-width:639px), only screen and (max-width:479px) {
  .wrap.articles .news_article.fullribbon h1 {
    font-size: 6.6vw;
  }
}
.wrap.articles .news_article.fullribbon h2 {
  font-size: 2.5vw;
}
@media only screen and (min-width:1000px) {
  .wrap.articles .news_article.fullribbon h2 {
    font-size: 25px;
  }
}
@media only screen and (min-width:480px) and (max-width:639px), only screen and (max-width:479px) {
  .wrap.articles .news_article.fullribbon h2 {
    font-size: 3.33vw;
  }
}
.wrap.articles .news_article.fullribbon h3 {
  font-size: 1.8vw;
}
@media only screen and (min-width:1000px) {
  .wrap.articles .news_article.fullribbon h3 {
    font-size: 18px;
  }
}
@media only screen and (min-width:480px) and (max-width:639px), only screen and (max-width:479px) {
  .wrap.articles .news_article.fullribbon h3 {
    font-size: 2.4vw;
  }
}
.wrap.articles .news_article.full h1,
.wrap.articles .news_article.twothird h1 {
  font-size: 6vw;
}
@media only screen and (min-width:1000px) {
  .wrap.articles .news_article.full h1,
  .wrap.articles .news_article.twothird h1 {
    font-size: 60px;
  }
}
@media only screen and (min-width:480px) and (max-width:639px), only screen and (max-width:479px) {
  .wrap.articles .news_article.full h1,
  .wrap.articles .news_article.twothird h1 {
    font-size: 8vw;
  }
}
.wrap.articles .news_article.full h2,
.wrap.articles .news_article.twothird h2 {
  font-size: 3vw;
}
@media only screen and (min-width:1000px) {
  .wrap.articles .news_article.full h2,
  .wrap.articles .news_article.twothird h2 {
    font-size: 30px;
  }
}
@media only screen and (min-width:480px) and (max-width:639px), only screen and (max-width:479px) {
  .wrap.articles .news_article.full h2,
  .wrap.articles .news_article.twothird h2 {
    font-size: 4vw;
  }
}
.wrap.articles .news_article.full h3,
.wrap.articles .news_article.twothird h3 {
  font-size: 2vw;
}
@media only screen and (min-width:1000px) {
  .wrap.articles .news_article.full h3,
  .wrap.articles .news_article.twothird h3 {
    font-size: 20px;
  }
}
@media only screen and (min-width:480px) and (max-width:639px), only screen and (max-width:479px) {
  .wrap.articles .news_article.full h3,
  .wrap.articles .news_article.twothird h3 {
    font-size: 2.66vw;
  }
}
@media only screen and (max-width:479px) {
  .wrap.articles .news_article.full h1,
  .wrap.articles .news_article.twothird h1,
  .wrap.articles .news_article.half h1 {
    font-size: 10vw;
  }
  .wrap.articles .news_article.full h2,
  .wrap.articles .news_article.twothird h2,
  .wrap.articles .news_article.half h2 {
    font-size: 5vw;
  }
  .wrap.articles .news_article.full h3,
  .wrap.articles .news_article.twothird h3,
  .wrap.articles .news_article.half h3 {
    font-size: 3.5vw;
  }
  .wrap.articles .news_article.third h1 {
    font-size: 6vw;
  }
  .wrap.articles .news_article.third h2 {
    font-size: 3vw;
  }
  .wrap.articles .news_article.third h3 {
    font-size: 2vw;
  }
}
.wrap.articles .news_article.full,
.wrap.articles .news_article.fullribbon {
  width: 99.5%;
}
.wrap.articles .news_article.twothird {
  width: 66.166%;
}
.wrap.articles .news_article.half {
  width: 49.5%;
}
.wrap.articles .news_article.third {
  width: 32.833%;
}
@media only screen and (min-width:640px) and (max-width:869px), only screen and (min-width:480px) and (max-width:639px) {
  .wrap.articles .news_article {
    font-size: 14px;
  }
}
@media only screen and (max-width:479px) {
  .wrap.articles .news_article {
    font-size: 12px;
  }
}
@media only screen and (min-width:480px) and (max-width:639px) {
  .wrap.articles .news_article,
  .wrap.articles .news_article.full,
  .wrap.articles .news_article.fullribbon,
  .wrap.articles .news_article.twothird {
    width: 99.5%;
  }
  .wrap.articles .news_article.half,
  .wrap.articles .news_article.third {
    width: 49.5%;
    float: left;
  }
}
@media only screen and (max-width:479px) {
  .wrap.articles .news_article,
  .wrap.articles .news_article.full,
  .wrap.articles .news_article.fullribbon,
  .wrap.articles .news_article.twothird,
  .wrap.articles .news_article.half {
    width: 99.5%;
  }
  .wrap.articles .news_article.third {
    width: 49.5%;
    float: left;
  }
}
.wrap.articles .chapter_article {
  width: 99.5%;
  margin: 0.25%;
  height: 28.125%;
  min-height: 252px;
  background: #000040 top center no-repeat scroll;
  background-color: rgba(0, 0, 64, 0.5);
  background-size: auto 100%;
}
.wrap.articles .chapter_article:before {
  content: "";
  display: block;
  padding-top: 28.125%;
}
.wrap.articles .chapter_article.inactive section {
  filter: alpha(opacity=40);
  opacity: 0.4;
  cursor: default;
}
.wrap.articles .chapter_article.inactive .more,
.wrap.articles .chapter_article.inactive .more:hover {
  background-color: transparent;
  color: #ffffff;
}
@media only screen and (max-width: 720px) {
  .wrap.articles .chapter_article {
    min-height: auto;
  }
  .wrap.articles .chapter_article:before {
    padding-top: 39.13%;
  }
}
.wrap.articles .chapter_article h1,
.wrap.articles .chapter_article h2,
.wrap.articles .chapter_article h3,
.wrap.articles .chapter_article h4,
.wrap.articles .chapter_article p {
  text-align: left;
  color: #ffffff;
  filter: drop-shadow(0px 4px 6px #000080) drop-shadow(0px 4px 4px #000000);
  -o-filter: drop-shadow(0px 4px 6px #000080) drop-shadow(0px 4px 4px #000000);
  -ms-filter: drop-shadow(0px 4px 6px #000080) drop-shadow(0px 4px 4px #000000);
  -moz-filter: drop-shadow(0px 4px 6px #000080) drop-shadow(0px 4px 4px #000000);
  -khtml-filter: drop-shadow(0px 4px 6px #000080) drop-shadow(0px 4px 4px #000000);
  -webkit-filter: drop-shadow(0px 4px 6px #000080) drop-shadow(0px 4px 4px #000000);
  padding: 0;
  margin: 0;
  line-height: .9em;
  letter-spacing: 0px;
}
.wrap.articles .chapter_article h1,
.wrap.articles .chapter_article h2 {
  font-family: 'StarTrekBT', helvetica, sans-serif;
}
.wrap.articles .chapter_article.textright h1,
.wrap.articles .chapter_article.textright h2,
.wrap.articles .chapter_article.textright h3,
.wrap.articles .chapter_article.textright h4,
.wrap.articles .chapter_article.textright p {
  text-align: right;
}
.wrap.articles .chapter_article h1 {
  font-size: 9.2vw;
}
@media only screen and (min-width:870px) {
  .wrap.articles .chapter_article h1 {
    font-size: 80px;
  }
}
@media only screen and (min-width:480px) and (max-width:639px), only screen and (max-width:479px) {
  .wrap.articles .chapter_article h1 {
    font-size: 58px;
  }
}
.wrap.articles .chapter_article h2 {
  font-size: 4.0vw;
  color: rgba(255, 255, 255, 0.6);
}
@media only screen and (min-width:870px) {
  .wrap.articles .chapter_article h2 {
    font-size: 35px;
  }
}
@media only screen and (min-width:480px) and (max-width:639px), only screen and (max-width:479px) {
  .wrap.articles .chapter_article h2 {
    font-size: 25.6px;
  }
}
.wrap.articles .chapter_article h3 {
  font-size: 3.0vw;
  color: rgba(255, 255, 255, 0.8);
}
@media only screen and (min-width:870px) {
  .wrap.articles .chapter_article h3 {
    font-size: 25px;
  }
}
@media only screen and (min-width:480px) and (max-width:639px), only screen and (max-width:479px) {
  .wrap.articles .chapter_article h3 {
    font-size: 15px;
  }
}
/* latin-only */
@font-face {
  font-family: 'StarTrekBT';
  src: local('Star Trek Bt');
  src: url('Template/STC/CSS/Fonts/star-trek-bt-webfont.eot');
  src: url('Template/STC/CSS/Fonts/star-trek-bt-webfont.eot?#iefix') format('embedded-opentype'), url('Template/STC/CSS/Fonts/star-trek-bt-webfont.woff2') format('woff2'), url('Template/STC/CSS/Fonts/star-trek-bt-webfont.woff') format('woff'), url('Template/STC/CSS/Fonts/star-trek-bt-webfont.ttf') format('truetype'), url('Template/STC/CSS/Fonts/star-trek-bt-webfont.svg#StarTrekBT') format('svg');
  font-weight: normal;
  font-style: normal;
  unicode-range: U+000-00FF;
}
