@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-2px) rotate(-2deg);
  }
  60% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-1px);
  }
}
@font-face {
  font-family: 'Alright Sans LP Regular';
  src: url("//tools.tv2.dk/widget/asset/videostory/font/alrightsanslp-regular-v5-webfont.eot");
  src: url("//tools.tv2.dk/widget/asset/videostory/font/alrightsanslp-regular-v5-webfont.eot?#iefix") format("embedded-opentype"), url("//tools.tv2.dk/widget/asset/videostory/font/alrightsanslp-regular-v5-webfont.woff2") format("woff2"), url("//tools.tv2.dk/widget/asset/videostory/font/alrightsanslp-regular-v5-webfont.woff") format("woff"), url("//tools.tv2.dk/widget/asset/videostory/font/alrightsanslp-regular-v5-webfont.ttf") format("truetype"), url("//tools.tv2.dk/widget/asset/videostory/font/alrightsanslp-regular-v5-webfont.svg#alright_sans_lpregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Alright Sans LP BlackItalic';
  src: url("//tools.tv2.dk/widget/asset/videostory/font/alrightsanslp-blackitalic-v5-webfont.eot");
  src: url("//tools.tv2.dk/widget/asset/videostory/font/alrightsanslp-blackitalic-v5-webfont.eot?#iefix") format("embedded-opentype"), url("//tools.tv2.dk/widget/asset/videostory/font/alrightsanslp-blackitalic-v5-webfont.woff2") format("woff2"), url("//tools.tv2.dk/widget/asset/videostory/font/alrightsanslp-blackitalic-v5-webfont.woff") format("woff"), url("//tools.tv2.dk/widget/asset/videostory/font/alrightsanslp-blackitalic-v5-webfont.ttf") format("truetype"), url("//tools.tv2.dk/widget/asset/videostory/font/alrightsanslp-blackitalic-v5-webfont.svg#alright_sans_lpblack_italic") format("svg");
  font-weight: normal;
  font-style: normal;
}
body.noscrolling {
  height: 100%;
  overflow: hidden;
}

body.page-embed {
  margin: 0;
}

.videostory-feature h2 {
  background: #1e1e1e;
  color: #fff;
  padding: 11px 0 11px 10px;
  margin: 0;
  line-height: 17pt;
  text-transform: uppercase;
  font-size: 15pt;
}
.videostory-feature p, .videostory-feature blockquote {
  padding: 0;
  border: none;
  font-size: 18px;
}
.videostory-feature blockquote {
  color: #ec2929;
  padding: 0;
  margin: 10px 0;
  font-style: italic;
}
.videostory-feature svg {
  width: 25px;
  height: 25px;
  vertical-align: middle;
  margin: 0 0 0 10px;
}
.videostory-feature .prev svg {
  margin: 0 10px 0 0;
}
.videostory-feature a:hover path {
  fill: #ec2929;
}
.videostory-feature footer {
  bottom: 0;
  clear: both;
  display: none;
  margin-top: 20px;
}
.videostory-feature footer a {
  color: #f3f1ea;
  padding: 5px 10px;
  text-decoration: none;
  right: 0;
  font-family: "Alright Sans LP BlackItalic", 'helvetica neue', helvetica;
  text-transform: uppercase;
  float: right;
}
.videostory-feature footer a span {
  vertical-align: middle;
}
.videostory-feature footer a.prev {
  float: left;
  padding-left: 0;
}
.videostory-feature.in-chapter footer {
  display: block;
  padding-top: 20px;
}
@media only screen and (min-width: 40em) {
  .videostory-feature blockquote {
    font-size: 24px;
  }
}

.videostory-wrapper {
  margin: 0 auto;
  background: black;
  max-width: 1260px;
}
@media only screen and (min-width: 0.063em) {
  .videostory-wrapper {
    width: 100%;
  }
}

.videostory-feature {
  margin: 0px auto;
  font-size: 18px;
  font-family: "Alright Sans LP Regular", 'helvetica neue', helvetica;
}
.videostory-feature .videostory-splash {
  xheight: 100%;
  overflow: hidden;
  background-color: #000;
  padding: 0;
}
.videostory-feature.loading.fail {
  background: none;
}
.videostory-feature.loading {
  background: #fff url(../img/loading.gif) center center no-repeat;
  padding: 30px 0;
  width: 100%;
  min-height: 300px;
}
.videostory-feature .video-cont {
  text-align: center;
  margin: 0;
  clear: both;
}
.videostory-feature .video-cont.loading {
  background: #000 url(../img/loading.fff.gif) center center no-repeat;
}
.videostory-feature .video-cont,
.videostory-feature .video-cont iframe {
  background-color: #000;
}

.loading .videostory-feature,
.videostory-feature video.vplaceholder,
.videostory-feature, .videostory-feature .load-error {
  display: none;
}

.videostory-feature.active,
.loading .videostory-feature.loading,
.videostory-feature.video-playing .video-cont,
.videostory-feature.fail .load-error {
  display: block;
}

.videostory-splash .header > *,
.videostory-feature p,
.videostory-feature .chapter {
  line-height: 32px;
}

.videostory-chapters .chapter,
.videostory-menu .nav-info,
.videostory-splash .header {
  color: #fff;
}

.videostory-splash .header > p,
.videostory-feature .chapter.slide h1,
.videostory-feature .nav-info h1 {
  margin-bottom: 16px;
}

.videostory-menu .nav-info a,
.videostory-splash .header > span a {
  float: right;
}

@media only screen and (min-width: 0.063em) {
  .videostory-chapters .chapter,
  .videostory-menu .nav-info,
  .videostory-splash .header {
    background: #000;
    padding: 0 5px;
  }

  .videostory-chapters .chapter,
  .videostory-menu .nav-info a,
  .videostory-splash .header > span a,
  .videostory-feature footer a {
    font-size: 13px;
  }
}
@media only screen and (min-width: 40em) {
  .videostory-chapters .chapter {
    padding: 30px 10px;
  }

  .videostory-menu .nav-info a,
  .videostory-splash .header > span a,
  .videostory-feature footer a {
    font-size: 18px;
  }

  .videostory-chapters .chapter,
  .videostory-menu .nav-info,
  .videostory-splash .header {
    padding: 0 110px 70px;
  }
}
@media only screen and (min-width: 64em) {
  .videostory-chapters .chapter,
  .videostory-menu .nav-info {
    padding: 0 150px 60px;
  }
}
.videostory-splash .video-splash::before {
  content: '';
  background: center center no-repeat;
  position: absolute;
  background-size: cover;
  width: 100%;
  height: 100%;
  background-image: url(../img/shadow.png);
  z-index: 42;
}
.videostory-splash .video-splash {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.videostory-splash .video-splash video {
  min-width: 100%;
  opacity: .8;
  position: relative;
  margin: -3px 0 0px 0;
}
.videostory-splash .header > * {
  display: block;
}
.videostory-splash .header > span {
  font-size: 18px;
  color: #fff;
  padding-bottom: 10px;
}
.videostory-splash .header > span a {
  color: #fff;
  padding: 5px 10px;
  text-decoration: none;
  right: 0;
  font-family: "Alright Sans LP BlackItalic", 'helvetica neue', helvetica;
  text-transform: uppercase;
}
.videostory-splash .header > span a span {
  vertical-align: middle;
}
.videostory-splash .header .bylines {
  font-size: 13px;
  margin-top: 10px;
  margin-bottom: 15px;
}
.videostory-splash .header .bylines,
.videostory-splash .header .bylines a {
  color: lightgray;
  color: gray;
}
.videostory-splash .header .bylines {
  color: white;
}
.videostory-splash .header .bylines span {
  margin-left: 8px;
}
.videostory-splash .header .bylines span:after {
  content: '/';
  position: absolute;
  color: white;
}
.videostory-splash .header .bylines span:last-child:after {
  display: none;
}
.videostory-splash .header .bylines span a {
  margin-right: 5px;
}
.videostory-splash a.jumbotron {
  text-decoration: none;
  color: #000;
  text-transform: uppercase;
  font-family: "Alright Sans LP BlackItalic", 'helvetica neue', helvetica;
  border-radius: 50px;
  position: absolute;
  z-index: 42;
  background-color: rgba(236, 41, 41, 0.5);
}
@media only screen and (min-width: 0.063em) {
  .videostory-splash a.jumbotron {
    font-size: 27px;
    padding: 13px 30px 10px 30px;
    left: calc(50% - 80px);
    top: calc(50% - 18px);
  }
  .videostory-splash .video-splash {
    background: url(//editorialdev.tv2a.dk/static/isis_fullpage/img/splash.mobile.jpg) center center no-repeat;
    height: 300px;
    background-size: cover;
  }
  .videostory-splash video {
    display: none;
  }
  .videostory-splash .header {
    padding: 0 10px 30px 10px;
  }
  .videostory-splash .header .bylines {
    margin-top: 10px;
  }
}
@media only screen and (min-width: 40em) {
  .videostory-splash a.jumbotron {
    font-size: 43px;
    padding: 20px 47px 16px 47px;
    left: calc(50% - 116px);
    top: calc(50% - 40px);
  }
  .videostory-splash video {
    display: block;
  }
  .videostory-splash .header {
    padding: 0 110px 70px;
  }
  .videostory-splash .video-splash {
    background: none !important;
    height: inherit;
  }
  .videostory-splash .header .bylines {
    margin-top: -5px;
  }
}
@media only screen and (min-width: 64em) {
  .videostory-splash .header {
    padding: 0 150px 70px;
  }
}

.videostory-feature .videostory-menu figure {
  position: relative;
  margin: 0;
  overflow: hidden;
  clear: both;
}
.videostory-feature .videostory-menu figure:before {
  content: '';
  background: center center no-repeat;
  position: absolute;
  background-size: cover;
  width: 100%;
  height: 100%;
}
.videostory-feature .videostory-menu figure:before {
  background-image: url(../img/shadow.png);
}
.videostory-feature .videostory-menu figure a span {
  animation: bounce 2s infinite;
  animation-timing-function: ease-in-out;
}
.videostory-feature .videostory-menu figure a:nth-child(2) span {
  animation-delay: .2s;
}
.videostory-feature .videostory-menu figure a:nth-child(3) span {
  animation-delay: .3s;
}
.videostory-feature .videostory-menu figure a:nth-child(4) span {
  animation-delay: .4s;
}
.videostory-feature .videostory-menu figure a:nth-child(5) span {
  animation-delay: .5s;
}
.videostory-feature .videostory-menu figure a:hover {
  background: black;
  color: #fff;
}
.videostory-feature .videostory-menu figure a:after {
  content: '';
  display: block;
  width: 3px;
  height: 10px;
  background: red;
  left: 50%;
  bottom: 0px;
  position: absolute;
  opacity: 0;
}
.videostory-feature .videostory-menu ul {
  overflow: auto;
  display: none;
}
.videostory-feature .videostory-menu li {
  clear: both;
  float: left;
  padding: 2px 13px;
  margin: 4px 0;
  background-color: #FFA3A3;
  cursor: pointer;
  list-style: none;
}
.videostory-feature .videostory-menu figure video {
  width: 100%;
}
.videostory-feature .videostory-menu .nav-info,
.videostory-feature .videostory-menu figure {
  transition: opacity 2s;
  opacity: 1;
}
@media only screen and (min-width: 0.063em) {
  .videostory-feature .videostory-menu figure img:first-child {
    display: none;
  }
  .videostory-feature .videostory-menu figure a {
    font-size: 10px;
    padding: 3px 6px 3px 6px;
    line-height: 1;
  }
}
@media only screen and (min-width: 40em) {
  .videostory-feature .videostory-menu figure a {
    font-size: 13px;
    padding: 2px 14px 1px 14px;
    line-height: inherit;
  }
  .videostory-feature .videostory-menu figure img:first-child {
    display: block;
  }
  .videostory-feature .videostory-menu figure img + img {
    display: none;
  }
}

.videostory-feature .nav-info a {
  color: #fff;
  padding: 5px 10px;
  text-decoration: none;
  right: 0;
  font-family: "Alright Sans LP BlackItalic", 'helvetica neue', helvetica;
  text-transform: uppercase;
  margin: 20px 0 0 0;
}
.videostory-feature .nav-info svg {
  float: right;
  margin-left: 10px;
}
.videostory-feature .nav-info h1 + span {
  line-height: 32px;
}
.videostory-feature .go-forward,
.videostory-feature .go-back {
  text-decoration: none;
  color: #000;
  text-transform: uppercase;
  font-family: "Alright Sans LP BlackItalic", 'helvetica neue', helvetica;
  display: inline-block;
  padding: 8px 6px 8px 6px;
  cursor: pointer;
  background-size: 20px;
  color: #fff;
  font-size: 11px;
  margin: 10px 0px 10px 0px;
  line-height: 1;
  float: left;
  display: none;
}
.videostory-feature .go-forward:hover,
.videostory-feature .go-back:hover {
  text-decoration: none;
}
.videostory-feature .go-forward svg,
.videostory-feature .go-back svg {
  width: 20px;
  height: 20px;
  margin: 0px 8px 0px 8px;
}
.videostory-feature .go-forward span,
.videostory-feature .go-back span {
  vertical-align: middle;
}
.videostory-feature .go-forward {
  float: right;
}
.videostory-feature.in-chapter .videostory-menu .go-back + .go-back, .videostory-feature.in-chapter .videostory-menu .go-forward,
.videostory-feature .videostory-menu .go-back:first-child {
  display: block;
}
.videostory-feature.last-chapter .videostory-menu .go-forward, .videostory-feature.in-chapter .videostory-menu .go-back:first-child {
  display: none;
}

.videostory-feature .chapter {
  position: relative;
  display: none;
}
.videostory-feature .chapter img {
  margin: 30px 0 0 0;
}
.videostory-feature .chapter .meta-info div:first-child {
  position: relative;
}
.videostory-feature.in-chapter .videostory-menu figure, .videostory-feature.in-chapter .videostory-menu .nav-info {
  opacity: 0;
  position: absolute;
  transition: none;
}
.videostory-feature .chapter .chart-info h4 {
  font-size: 22px;
  margin: 30px 0;
  color: #ec2929;
}
.videostory-feature .chapter .meta-info .img_caption {
  font-size: smaller;
  line-height: 20px;
  margin: 5px 0;
}
.videostory-feature .chapter .img_caption em {
  margin-left: 5px;
}
.videostory-feature div.tlImageContainer img {
  margin: 0;
}
@keyframes bgs {
  0% {
    background-size: 15px !important;
  }
  100% {
    background-size: 20px !important;
  }
}
.videostory-feature div.tlImageContainer .nubbin .nubbinIcon {
  /*animation: bgs 1s infinite;
  -webkit-animation-direction: alternate-reverse;*/
}

.videostory-feature .slide {
  display: none;
  opacity: 0;
  transition: opacity 2s;
}
.videostory-feature .slide h1,
.videostory-feature .slide h3 {
  font-family: "Alright Sans LP BlackItalic", 'helvetica neue', helvetica;
  text-transform: uppercase;
}
.videostory-feature .slide h3 {
  color: #ec2929;
}
.videostory-feature .slide h1 {
  color: #fff;
}
.videostory-feature .slide img {
  width: 100%;
  display: block;
}
.videostory-feature .slide.active {
  display: block;
}
.videostory-feature .slide.active.opaque {
  opacity: 1;
}
.videostory-feature .slide.first footer a.prev,
.videostory-feature .slide.last footer a.prev + a {
  display: none;
}
.videostory-feature .slide figure a {
  text-decoration: none;
  color: #000;
  text-transform: uppercase;
  font-family: "Alright Sans LP BlackItalic", 'helvetica neue', helvetica;
  color: #fff;
  background: #ec2929;
  position: absolute;
  z-index: 999;
}
@media only screen and (min-width: 0.063em) {
  .videostory-feature .slide h1 {
    font-size: 22px;
    line-height: 1.4;
  }
  .videostory-feature .slide h3 {
    font-size: 15px;
    margin: 10px 0 0 0;
  }
  .videostory-feature .chapter h1 {
    font-size: 18px;
  }
  .videostory-feature .video-cont {
    margin-bottom: 40px;
  }
  .videostory-feature .chapter{
    padding-bottom: 15px;
  }
}
@media only screen and (min-width: 64em) {
    .videostory-feature .slide h1 {
      white-space: pre;
    }
}
@media only screen and (min-width: 40em) {
  .videostory-feature .video-cont {
    margin-bottom: 0px;
  }
  .videostory-feature .slide h1 {
    font-size: 52px;
    line-height: 1.2;
    margin: 5px 0 0px 0;
  }
  .videostory-feature .chapter h1 {
    font-size: 36px;
  }
  .videostory-feature .slide h3 {
    font-size: 28px;
    margin: 0px 0 0 0;
    padding-top: 50px;
  }
}

.videostory-wrapper .shares {
  text-align: center;
  color: white;
  padding: 100px 0 20px 0;
}
.videostory-wrapper .shares ul {
  display: inline-block;
  padding: 0;
  color: black;
}
.videostory-wrapper .shares .tools li a,
.videostory-wrapper .shares .tools li span {
  background-color: white;
}
.videostory-wrapper .tools li a:before,
.videostory-wrapper .tools li span:before {
  color: black;
}
.videostory-wrapper ul.tools.lp_social_tools li a.send {
  text-indent: 0;
}
.videostory-wrapper ul.tools.lp_social_tools li a.send img {
  max-width: 60%;
  margin-top: 7px;
}
.videostory-wrapper .chapter > span {
  font-size: 18px;
  font-family: "Alright Sans LP Regular", 'helvetica neue', helvetica;
  margin-bottom: 15px;
  display: inline-block;
}

/*# sourceMappingURL=news.css.map */
