@font-face {
  font-family: 'Druk Text Web';
  src: url("https://vgc.no/font-spesial/DrukText/DrukText-Bold-Web.eot");
  src: url("https://vgc.no/font-spesial/DrukText/DrukText-Bold-Web.eot?#iefix") format("embedded-opentype"), url("https://vgc.no/font-spesial/DrukText/DrukText-Bold-Web.woff2") format("woff2"), url("https://vgc.no/font-spesial/DrukText/DrukText-Bold-Web.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  font-stretch: normal; }

.native-video video {
  object-fit: cover;
  width: 100%;
  height: 100%; }

.native-video .native-video-control {
  position: absolute;
  padding-top: 10px;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 60px; }
  .native-video .native-video-control.bottom {
    position: absolute;
    bottom: 0;
    padding-bottom: 10px; }
  .native-video .native-video-control .nav-sound,
  .native-video .native-video-control .nav-sound-off {
    width: 32px;
    height: auto;
    position: absolute;
    top: 10px;
    right: 10px; }
  .native-video .native-video-control .nav-play,
  .native-video .native-video-control .nav-pause,
  .native-video .native-video-control .nav-replay {
    width: 14px;
    height: auto;
    position: absolute;
    top: 15px;
    right: 50px; }
  .native-video .native-video-control .duration {
    width: calc(100% - 20px);
    height: 3px;
    background: rgba(255, 255, 255, 0.5);
    position: absolute;
    left: 10px;
    top: 10px; }
  .native-video .native-video-control .play-duration {
    height: 100%;
    width: 0%;
    background: #fff;
    transition: width 0.4s linear; }

html,
body {
  -webkit-font-smoothing: antialiased;
  -ms-font-feature-settings: 'liga', 'kern';
  -o-font-feature-settings: 'liga', 'kern';
  -webkit-font-feature-settings: 'liga', 'kern';
  font-feature-settings: 'liga', 'kern';
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif; }

body {
  background: #000; }

.pluss-logo {
  width: 100%;
  max-width: 60px;
  vertical-align: initial; }

.fg-pink {
  color: #ff7fba; }

.bg-pink {
  background: #ff7fba;
  color: black; }
  .bg-pink .pluss-logo {
    background: black; }
    .bg-pink .pluss-logo .st0 {
      fill: #ff7fba; }
  .bg-pink .btn:hover {
    background: black;
    color: #ff7fba !important; }

.bg-orange {
  background: #ff9419;
  color: black; }
  .bg-orange .pluss-logo {
    background: black; }
    .bg-orange .pluss-logo .st0 {
      fill: #ff9419; }
  .bg-orange .btn:hover {
    background: black;
    color: #ff9419 !important; }

.element-margin, .article, .reply, .episode {
  margin: 3.5rem 0 5.5rem 0; }
  @media (min-width: 768px) {
    .element-margin, .article, .reply, .episode {
      margin-bottom: 8rem; } }

.article .article-title {
  text-transform: uppercase;
  font-family: "Druk Text Web"; }

.font-druk {
  font-family: "Druk Text Web";
  text-transform: uppercase; }

.teaser {
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 100vh;
  transform: translateZ(0); }
  .teaser .logo {
    position: absolute;
    top: 1.1rem;
    left: 1rem;
    z-index: 10;
    max-width: 80px; }
    @media screen and (min-width: 768px) {
      .teaser .logo {
        max-width: 100px; } }
    .teaser .logo path,
    .teaser .logo polyline {
      fill: #ff7fba; }
  .teaser .teaser-bottom {
    position: absolute;
    z-index: 10;
    bottom: 0;
    width: 100%; }
    .teaser .teaser-bottom .captions {
      display: flex;
      justify-content: center; }
      .teaser .teaser-bottom .captions .cue {
        background: rgba(0, 0, 0, 0.5);
        display: inline;
        text-align: center;
        padding: 0.2rem 0.5rem;
        margin: 1rem;
        font-size: 24px;
        color: white; }
        @media (min-width: 1200px) {
          .teaser .teaser-bottom .captions .cue {
            font-size: 48px; } }
        .teaser .teaser-bottom .captions .cue font {
          color: white; }
    .teaser .teaser-bottom .see-all {
      cursor: pointer;
      text-align: center;
      display: flex;
      justify-content: center;
      align-items: center;
      background: #ff7fba;
      text-transform: uppercase;
      font-weight: bold;
      height: 40px;
      font-size: 0.9rem; }
      @media (min-width: 768px) {
        .teaser .teaser-bottom .see-all {
          font-size: 1rem; } }
      .teaser .teaser-bottom .see-all .arrow {
        margin: 0 2rem; }

.credits {
  padding-top: 3rem;
  background: black;
  color: #ff7fba; }
  .credits .name {
    font-family: "Druk Text Web";
    text-transform: uppercase;
    font-size: 32px; }

footer {
  background-color: black !important;
  color: #ff7fba !important; }
  footer a {
    color: #ff7fba !important; }

.video-player-container {
  margin-top: 0.5rem; }
  .video-player-container .video-player {
    background: black;
    color: #fff;
    overflow: hidden;
    width: 100%;
    position: relative; }
    .video-player-container .video-player.landscape {
      padding-top: 56.25%; }
    .video-player-container .video-player.portrait {
      padding-top: 177.77778%; }
    .video-player-container .video-player > div {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }

.btn {
  border-radius: 0;
  font-weight: bold;
  text-transform: uppercase;
  background-color: transparent;
  color: black !important;
  border: 1px solid black; }

.reply h2 {
  font-size: 1.9rem; }

.reply .reply-title {
  font-family: "Druk Text Web";
  text-transform: uppercase;
  font-weight: bold; }

.reply .btn {
  background: black;
  color: #ff7fba !important; }
  .reply .btn:hover {
    background: transparent;
    color: black !important; }

a.nolink {
  text-decoration: none;
  color: inherit; }
  a.nolink:hover {
    text-decoration: none;
    color: inherit; }

.episode {
  color: black; }
  .episode .episode-title {
    padding: 1.5rem 0; }
    .episode .episode-title img {
      width: 100%; }
  .episode.episode-odd {
    color: #ff7fba; }
    .episode.episode-odd .episode-title {
      fill: #ff7fba; }
    .episode.episode-odd .jwplayer.vgtv .player-plugin-muted {
      left: initial;
      right: 10px;
      background: #ff7fba; }
      .episode.episode-odd .jwplayer.vgtv .player-plugin-muted .unmute-button-label {
        color: black; }
      .episode.episode-odd .jwplayer.vgtv .player-plugin-muted .unmute-button-icon:after {
        color: black; }
    .episode.episode-odd .jwplayer.vgtv.jw-state-idle .jw-display-icon-container {
      background: black; }
    .episode.episode-odd .jwplayer.vgtv .jw-display-container .jw-icon:before {
      color: #ff7fba; }
    .episode.episode-odd .jwplayer.vgtv.jw-state-idle:not(.jw-flag-touch):hover .jw-display-icon-container {
      background: #ff7fba; }
    .episode.episode-odd .jwplayer.vgtv.jw-state-idle:not(.jw-flag-touch):hover .jw-display-container .jw-icon:before {
      color: black; }
    .episode.episode-odd .jwplayer.vgtv .jw-slider-time .jw-progress {
      background: #ff7fba; }
    .episode.episode-odd .jwplayer.vgtv:hover.jw-state-idle .jw-display-icon-container {
      background: black; }
    .episode.episode-odd .jwplayer.vgtv:hover .jw-display-container .jw-icon:before {
      color: #ff7fba; }
  .episode.episode-even {
    color: #ff9419; }
    .episode.episode-even .episode-title {
      fill: #ff9419; }
    .episode.episode-even .jwplayer.vgtv .player-plugin-muted {
      left: initial;
      right: 10px;
      background: #ff9419; }
      .episode.episode-even .jwplayer.vgtv .player-plugin-muted .unmute-button-label {
        color: black; }
      .episode.episode-even .jwplayer.vgtv .player-plugin-muted .unmute-button-icon:after {
        color: black; }
    .episode.episode-even .jwplayer.vgtv.jw-state-idle .jw-display-icon-container {
      background: black; }
    .episode.episode-even .jwplayer.vgtv .jw-display-container .jw-icon:before {
      color: #ff9419; }
    .episode.episode-even .jwplayer.vgtv.jw-state-idle:not(.jw-flag-touch):hover .jw-display-icon-container {
      background: #ff9419; }
    .episode.episode-even .jwplayer.vgtv.jw-state-idle:not(.jw-flag-touch):hover .jw-display-container .jw-icon:before {
      color: black; }
    .episode.episode-even .jwplayer.vgtv .jw-slider-time .jw-progress {
      background: #ff9419; }
    .episode.episode-even .jwplayer.vgtv:hover.jw-state-idle .jw-display-icon-container {
      background: black; }
    .episode.episode-even .jwplayer.vgtv:hover .jw-display-container .jw-icon:before {
      color: #ff9419; }
  .episode .episode-number {
    font-size: 14px;
    font-weight: bold; }
  .episode .episode-title text {
    font-family: "Druk Text Web";
    font-weight: bold;
    text-transform: uppercase; }

.fade-move-down {
  animation: ca3_fade_move_down 2s ease-in-out infinite; }

@keyframes ca3_fade_move_down {
  0% {
    transform: translate(0, -10px);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    transform: translate(0, 20px);
    opacity: 0; } }

@keyframes ca3_fade_move_down {
  0% {
    transform: translate(0, -10px);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    transform: translate(0, 20px);
    opacity: 0; } }

