/* line 3, ../../../sass/pages/news/_news-article.scss */
.article {
  background: url(../../../img/bg/metal.jpg) repeat;
}

/* line 8, ../../../sass/pages/news/_news-article.scss */
#article .header {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  height: 75vw;
  background-image: url("../../../img/article/_dummy/banner_large.jpg");
  border-bottom: 1px solid #282828;
}
/* line 16, ../../../sass/pages/news/_news-article.scss */
#article .header .header-text {
  position: absolute;
  bottom: 1em;
  padding: 0 30px;
}
/* line 20, ../../../sass/pages/news/_news-article.scss */
#article .header .header-text h1 {
  font-size: 1.8em;
  line-height: 1.2em;
  font-weight: 300;
}
/* line 26, ../../../sass/pages/news/_news-article.scss */
#article .header .bg-gradient {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjgiLz48c3RvcCBvZmZzZXQ9IjMwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC44Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0.8)), color-stop(30%, rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.8)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.8) 100%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.8) 100%);
}
/* line 39, ../../../sass/pages/news/_news-article.scss */
#article .share {
  position: relative;
  margin: 1em 0;
}
/* line 42, ../../../sass/pages/news/_news-article.scss */
#article .share .share-button {
  display: inline-block;
  color: #000;
  text-transform: uppercase;
  position: relative;
  padding: 0.4em 1em;
  cursor: pointer;
}
/* line 50, ../../../sass/pages/news/_news-article.scss */
#article .share .share-button:hover .button-bg {
  opacity: 1;
}
/* line 56, ../../../sass/pages/news/_news-article.scss */
#article .share .button-bg {
  position: absolute;
  background: #fff;
  -webkit-transition: background 0.15s;
          transition: background 0.15s;
  width: 100%;
  height: 100%;
  -webkit-transform: skew(-20deg);
          transform: skew(-20deg);
  top: 0;
  left: 0;
  opacity: .8;
}
/* line 67, ../../../sass/pages/news/_news-article.scss */
#article .share .button-icon {
  position: absolute;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 1.35em;
  height: 1.35em;
  top: 0.45em;
}
/* line 75, ../../../sass/pages/news/_news-article.scss */
#article .share .button-text {
  position: relative;
  font-size: 1.0em;
  display: inline-block;
  padding-left: 1.9em;
}
/* line 81, ../../../sass/pages/news/_news-article.scss */
#article .share .twitter {
  margin-right: 0.8em;
}
/* line 82, ../../../sass/pages/news/_news-article.scss */
#article .share .twitter .button-icon {
  background-image: url("../../../img/article/twitter.png");
}
/* line 88, ../../../sass/pages/news/_news-article.scss */
#article .share .facebook .button-icon {
  background-image: url("../../../img/article/facebook.png");
}
/* line 93, ../../../sass/pages/news/_news-article.scss */
#article .share .go-to-news .button-text {
  padding-left: 0;
}
/* line 98, ../../../sass/pages/news/_news-article.scss */
#article .content {
  color: #fff;
  padding: 1em;
  line-height: 1.5em;
  font-size: 1.5em;
  position: relative;
}
/* line 105, ../../../sass/pages/news/_news-article.scss */
#article .content .content-header {
  position: relative;
}
/* line 107, ../../../sass/pages/news/_news-article.scss */
#article .content .content-header .article-date {
  text-transform: uppercase;
  display: inline-block;
}
/* line 111, ../../../sass/pages/news/_news-article.scss */
#article .content .content-header .article-divline {
  height: 1.2em;
  width: 1px;
  background: #959595;
  display: inline-block;
  position: relative;
  margin: 0 0.7em;
  top: 0.3em;
}
/* line 120, ../../../sass/pages/news/_news-article.scss */
#article .content .content-header .article-type {
  color: #d70000;
  text-transform: uppercase;
  display: inline-block;
}
/* line 128, ../../../sass/pages/news/_news-article.scss */
#article .content .content-body {
  position: relative;
  font-weight: 300;
}
/* line 131, ../../../sass/pages/news/_news-article.scss */
#article .content .content-body h1, #article .content .content-body h2, #article .content .content-body h3, #article .content .content-body h4, #article .content .content-body h5, #article .content .content-body h6, #article .content .content-body p, #article .content .content-body strong, #article .content .content-body i, #article .content .content-body em {
  font-size: inherit;
  font-weight: inherit;
}
/* line 136, ../../../sass/pages/news/_news-article.scss */
#article .content .content-body h2 {
  font-size: 30px;
  line-height: 1.3;
  margin-bottom: 35px;
}
/* line 142, ../../../sass/pages/news/_news-article.scss */
#article .content .content-body h3 {
  font-size: 24px;
  margin-bottom: 35px;
  line-height: 1.2;
}
/* line 148, ../../../sass/pages/news/_news-article.scss */
#article .content .content-body strong {
  font-weight: bold;
  font-size: inherit;
}
/* line 153, ../../../sass/pages/news/_news-article.scss */
#article .content .content-body img {
  max-width: 100%;
  height: auto;
}
/* line 158, ../../../sass/pages/news/_news-article.scss */
#article .content .content-body ul {
  margin-left: 40px;
}
/* line 160, ../../../sass/pages/news/_news-article.scss */
#article .content .content-body ul li {
  list-style: disc;
}
/* line 165, ../../../sass/pages/news/_news-article.scss */
#article .content .content-body ol {
  margin-left: 40px;
}
/* line 167, ../../../sass/pages/news/_news-article.scss */
#article .content .content-body ol li {
  list-style: disc;
}
/* line 171, ../../../sass/pages/news/_news-article.scss */
#article .content .content-body hr {
  background: url("../../../img/misc/bottom-line.png") center bottom no-repeat;
  background-size: contain;
  border: 0;
  height: 1px;
  margin: 40px 0;
}
/* line 178, ../../../sass/pages/news/_news-article.scss */
#article .content .content-body img.right {
  float: right;
  margin-left: 15px;
}
/* line 183, ../../../sass/pages/news/_news-article.scss */
#article .content .content-body img.left {
  float: left;
  margin-right: 15px;
}
/* line 187, ../../../sass/pages/news/_news-article.scss */
#article .content .content-body a {
  color: #d70000;
}
/* line 192, ../../../sass/pages/news/_news-article.scss */
#article .content .content-footer {
  position: relative;
  background: url("../../../img/misc/bottom-line.png") center bottom no-repeat;
  background-size: contain;
}
/* line 196, ../../../sass/pages/news/_news-article.scss */
#article .content .content-footer a.btn-next, #article .content .content-footer a.btn-prev {
  text-decoration: none;
  color: #444;
  font-weight: 900;
  letter-spacing: 0.05em;
  position: relative;
  top: -2.8em;
}
/* line 203, ../../../sass/pages/news/_news-article.scss */
#article .content .content-footer a.btn-next i, #article .content .content-footer a.btn-prev i {
  vertical-align: middle;
  font-size: 0.9em;
  margin: 0 0.25em;
}
/* line 208, ../../../sass/pages/news/_news-article.scss */
#article .content .content-footer a.btn-next .button-text, #article .content .content-footer a.btn-prev .button-text {
  vertical-align: middle;
  font-size: 0.9em;
}
/* line 214, ../../../sass/pages/news/_news-article.scss */
#article .content .content-footer a.btn-next i {
  margin-left: 0.25em;
}
/* line 218, ../../../sass/pages/news/_news-article.scss */
#article .content .content-footer a.btn-prev {
  margin-right: 1.5em;
}
/* line 220, ../../../sass/pages/news/_news-article.scss */
#article .content .content-footer a.btn-prev i {
  margin-right: 0.25em;
}
/* line 224, ../../../sass/pages/news/_news-article.scss */
#article .content .content-footer a.btn-next:hover, #article .content .content-footer a.btn-prev:hover {
  color: #720000;
}
/* line 227, ../../../sass/pages/news/_news-article.scss */
#article .content .content-footer .share {
  font-size: 0.7em;
}
/* line 229, ../../../sass/pages/news/_news-article.scss */
#article .content .content-footer .share .share-button {
  padding: 0.2em 1em;
}
/* line 232, ../../../sass/pages/news/_news-article.scss */
#article .content .content-footer .share .button-icon {
  top: 0.6em;
}
/* line 235, ../../../sass/pages/news/_news-article.scss */
#article .content .content-footer .share .go-to-news {
  position: absolute;
  right: 0;
  top: 0;
}
/* line 243, ../../../sass/pages/news/_news-article.scss */
#article .content .news-tags > span {
  display: inline-block;
  margin-right: .25em;
}
/* line 247, ../../../sass/pages/news/_news-article.scss */
#article .content .news-tags ul {
  display: inline-block;
}
/* line 250, ../../../sass/pages/news/_news-article.scss */
#article .content .news-tags li {
  display: inline-block;
}
/* line 252, ../../../sass/pages/news/_news-article.scss */
#article .content .news-tags li a {
  opacity: .75;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  color: #000;
  padding: 0 .25em;
  background: #fff;
  line-height: 1.3;
}
/* line 261, ../../../sass/pages/news/_news-article.scss */
#article .content .news-tags li a:hover {
  opacity: 1;
}
/* line 268, ../../../sass/pages/news/_news-article.scss */
#article .content .back-to-top {
  margin: 4em 0 8em;
  text-align: center;
}
/* line 271, ../../../sass/pages/news/_news-article.scss */
#article .content .back-to-top a {
  opacity: .75;
  display: inline-block;
  padding-right: 1.2em;
  cursor: pointer;
  text-decoration: none;
}
/* line 277, ../../../sass/pages/news/_news-article.scss */
#article .content .back-to-top a:hover {
  opacity: 1;
}
/* line 281, ../../../sass/pages/news/_news-article.scss */
#article .content .back-to-top .button-text {
  color: #fff;
  font-family: "Orbitron";
  -webkit-transition: color 0.15s;
          transition: color 0.15s;
  font-size: 1em;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
/* line 288, ../../../sass/pages/news/_news-article.scss */
#article .content .back-to-top .button-text .icon-arrow-up {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  padding-left: 10px;
}
/* line 298, ../../../sass/pages/news/_news-article.scss */
#article .content .related-content {
  padding: 0;
}
/* line 300, ../../../sass/pages/news/_news-article.scss */
#article .content .related-content ul li a.news-link .news-item {
  height: 180px;
}

/* line 312, ../../../sass/pages/news/_news-article.scss */
body.mobile #article .content .content-body img.left, body.mobile #article .content .content-body img.right {
  float: none;
  margin: 0 0 10px;
}
/* line 317, ../../../sass/pages/news/_news-article.scss */
body.mobile #article .content .content-footer {
  font-size: 0.9em;
  margin-top: 1.5em;
  padding-bottom: 2.5em;
}
/* line 321, ../../../sass/pages/news/_news-article.scss */
body.mobile #article .content .content-footer a.btn-prev {
  margin-right: 1em;
}
/* line 326, ../../../sass/pages/news/_news-article.scss */
body.mobile #article .content .related-content {
  overflow: hidden;
  height: 14em;
}
/* line 330, ../../../sass/pages/news/_news-article.scss */
body.mobile #article .content .related-content ul li .news-item {
  height: 7.5em;
}
/* line 333, ../../../sass/pages/news/_news-article.scss */
body.mobile #article .content .related-content ul li a.news-link .news-item-cont h3 {
  font-size: .75em;
}
/* line 338, ../../../sass/pages/news/_news-article.scss */
body.mobile #article .content .back-to-top {
  margin: 2em 0 1.2em;
}

/* line 346, ../../../sass/pages/news/_news-article.scss */
body.tablet #article .header {
  height: 28.3em;
  max-height: 340px;
}
/* line 352, ../../../sass/pages/news/_news-article.scss */
body.tablet #article .header .header-text {
  bottom: 1em;
  padding: 0 1.5em;
}
/* line 355, ../../../sass/pages/news/_news-article.scss */
body.tablet #article .header .header-text h1 {
  font-size: 40px;
  line-height: 1.3;
}
/* line 362, ../../../sass/pages/news/_news-article.scss */
body.tablet #article .share .share-button {
  padding: 0.3em 1em;
}
/* line 365, ../../../sass/pages/news/_news-article.scss */
body.tablet #article .share .button-text {
  font-size: 0.9em;
}
/* line 368, ../../../sass/pages/news/_news-article.scss */
body.tablet #article .share .button-icon {
  width: 1.2em;
  height: 1.2em;
  top: 0.45em;
}
/* line 373, ../../../sass/pages/news/_news-article.scss */
body.tablet #article .share .twitter {
  margin-right: 0.5em;
}
/* line 377, ../../../sass/pages/news/_news-article.scss */
body.tablet #article .content {
  font-size: 1.6em;
  padding: 2.2em 1em;
  min-height: 52em;
}
/* line 382, ../../../sass/pages/news/_news-article.scss */
body.tablet #article .content .content-header {
  margin-bottom: 1.5em;
}
/* line 384, ../../../sass/pages/news/_news-article.scss */
body.tablet #article .content .content-header .share {
  margin: 0;
  position: absolute;
  right: 0;
  top: -5px;
}
/* line 391, ../../../sass/pages/news/_news-article.scss */
body.tablet #article .content .content-footer {
  background: url(../../../img/misc/bottom-line.png) 0.25em bottom no-repeat;
  background-size: contain;
  margin-top: 2.5em;
  padding-bottom: 3em;
}
/* line 401, ../../../sass/pages/news/_news-article.scss */
body.tablet #article .content .content-footer .share {
  font-size: 1em;
}
/* line 403, ../../../sass/pages/news/_news-article.scss */
body.tablet #article .content .content-footer .share .share-button {
  padding: 0.4em 1em;
}
/* line 413, ../../../sass/pages/news/_news-article.scss */
body.tablet #article .content .related-content {
  padding: 0;
}
/* line 415, ../../../sass/pages/news/_news-article.scss */
body.tablet #article .content .related-content ul li a.news-link .news-item {
  height: 7em;
}
/* line 418, ../../../sass/pages/news/_news-article.scss */
body.tablet #article .content .related-content ul li a.news-link .news-item-cont h3 {
  font-size: .65em;
}
/* line 422, ../../../sass/pages/news/_news-article.scss */
body.tablet #article .content .back-to-top {
  margin: 3em 0 2em;
}

/* line 430, ../../../sass/pages/news/_news-article.scss */
body.desktop #article .header {
  height: 26.7em;
  max-height: 640px;
}
/* line 435, ../../../sass/pages/news/_news-article.scss */
body.desktop #article .header .header-text {
  width: 1000px;
  padding: 0;
  left: 50%;
  margin-left: -500px;
}
/* line 440, ../../../sass/pages/news/_news-article.scss */
body.desktop #article .header .header-text h1 {
  font-size: 48px;
  line-height: 60px;
  font-weight: 300;
}
/* line 448, ../../../sass/pages/news/_news-article.scss */
body.desktop #article .share .share-button {
  padding: 0.3em 1em;
}
/* line 451, ../../../sass/pages/news/_news-article.scss */
body.desktop #article .share .button-text {
  font-size: 0.9em;
}
/* line 454, ../../../sass/pages/news/_news-article.scss */
body.desktop #article .share .button-icon {
  width: 1.2em;
  height: 1.2em;
  top: 0.45em;
}
/* line 459, ../../../sass/pages/news/_news-article.scss */
body.desktop #article .share .twitter {
  margin-right: 0.4em;
}
/* line 463, ../../../sass/pages/news/_news-article.scss */
body.desktop #article .content {
  font-size: 18px;
  min-height: 1200px;
}
/* line 466, ../../../sass/pages/news/_news-article.scss */
body.desktop #article .content .content-header, body.desktop #article .content .content-body, body.desktop #article .content .content-footer, body.desktop #article .content .related-content {
  margin: 0 auto;
  width: 1000px;
}
/* line 470, ../../../sass/pages/news/_news-article.scss */
body.desktop #article .content .content-header {
  margin-top: 40px;
  margin-bottom: 1.5em;
}
/* line 473, ../../../sass/pages/news/_news-article.scss */
body.desktop #article .content .content-header .share {
  margin: 0;
  position: absolute;
  right: 0;
  top: -5px;
}
/* line 480, ../../../sass/pages/news/_news-article.scss */
body.desktop #article .content .content-footer {
  background: url("../../../img/misc/bottom-line.png") 0.75em bottom no-repeat;
  margin-top: 3em;
  padding-bottom: 4em;
}
/* line 484, ../../../sass/pages/news/_news-article.scss */
body.desktop #article .content .content-footer .share {
  font-size: 1em;
}
/* line 486, ../../../sass/pages/news/_news-article.scss */
body.desktop #article .content .content-footer .share .share-button {
  padding: 0.4em 1em;
}
/* line 489, ../../../sass/pages/news/_news-article.scss */
body.desktop #article .content .content-footer .share .button-icon {
  top: 0.6em;
}
