@font-face {
	font-family: "Austin News Text Web";
	src: url("https://vgc.no/font-spesial/AustinNewsText/AustinNewsText-Roman-Web.eot");
		src: url("https://vgc.no/font-spesial/AustinNewsText/AustinNewsText-Roman-Web.eot?#iefix") format("embedded-opentype"),
		     url("https://vgc.no/font-spesial/AustinNewsText/AustinNewsText-Roman-Web.woff2") format("woff2"),
		     url("https://vgc.no/font-spesial/AustinNewsText/AustinNewsText-Roman-Web.woff") format("woff");
	font-weight: 400;
	font-style: normal;
	}


@font-face {
	font-family: "Austin News Text Web";
	src: url("https://vgc.no/font-spesial/AustinNewsText/AustinNewsText-Bold-Web.eot");
		src: url("https://vgc.no/font-spesial/AustinNewsText/AustinNewsText-Bold-Web.eot?#iefix") format("embedded-opentype"),
		     url("https://vgc.no/font-spesial/AustinNewsText/AustinNewsText-Bold-Web.woff2") format("woff2"),
		     url("https://vgc.no/font-spesial/AustinNewsText/AustinNewsText-Bold-Web.woff") format("woff");
	font-weight: 700;
	font-style: normal;
	}
	
	@font-face {
	font-family: "Druk Cond Web";
	src: url("https://vgc.no/font-spesial/DrukCond/DrukCond-Super-Web.eot");
		src: url("https://vgc.no/font-spesial/DrukCond/DrukCond-Super-Web.eot?#iefix") format("embedded-opentype"),
		     url("https://vgc.no/font-spesial/DrukCond/DrukCond-Super-Web.woff2") format("woff2"),
		     url("https://vgc.no/font-spesial/DrukCond/DrukCond-Super-Web.woff") format("woff");
	font-weight: 700;
	font-style: normal;
}

@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-stretch: normal;
}

@font-face {
	font-family: "Austin News Deck Web";
	src: url("https://vgc.no/font-spesial/AustinNewsDeck/AustinNewsDeck-Medium-Web.eot");
		src: url("https://vgc.no/font-spesial/AustinNewsDeck/AustinNewsDeck-Medium-Web.eot?#iefix") format("embedded-opentype"),
		     url("https://vgc.no/font-spesial/AustinNewsDeck/AustinNewsDeck-Medium-Web.woff2") format("woff2"),
		     url("https://vgc.no/font-spesial/AustinNewsDeck/AustinNewsDeck-Medium-Web.woff") format("woff");
	font-weight: 500;
	font-style: normal;
	}

@font-face {
	font-family: "Austin News Deck Web";
	src: url("https://vgc.no/font-spesial/AustinNewsDeck/AustinNewsDeck-Bold-Web.eot");
		src: url("https://vgc.no/font-spesial/AustinNewsDeck/AustinNewsDeck-Bold-Web.eot?#iefix") format("embedded-opentype"),
		     url("https://vgc.no/font-spesial/AustinNewsDeck/AustinNewsDeck-Bold-Web.woff2") format("woff2"),
		     url("https://vgc.no/font-spesial/AustinNewsDeck/AustinNewsDeck-Bold-Web.woff") format("woff");
	font-weight: 700;
	font-style: normal;
	}
	
@font-face {
	font-family: "Austin News Headline Web";
	src: url("https://vgc.no/font-spesial/AustinHeadline/AustinNewsHeadline-Italic-Web.eot");
		src: url("https://vgc.no/font-spesial/AustinHeadline/AustinNewsHeadline-Italic-Web.eot?#iefix") format("embedded-opentype"),
		     url("https://vgc.no/font-spesial/AustinHeadline/AustinNewsHeadline-Italic-Web.woff2") format("woff2"),
		     url("https://vgc.no/font-spesial/AustinHeadline/AustinNewsHeadline-Italic-Web.woff") format("woff");
	font-weight: 500;
	font-style: italic;
	}

body {
	color: #fff;
	background: #000;
	-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”;
	font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
/*
	-webkit-scroll-snap-type: y mandatory;
	    -ms-scroll-snap-type: y mandatory;
	        scroll-snap-type: y mandatory;
*/
}



.snap-support {
	scroll-snap-type: y mandatory;
}



.app .vg-logo {
    display: none !important;
}

nav {
	z-index: 99;
	position: absolute;
    width: 100%;
    height: 44px;
}

.vg-logo {
  width: 140px;
  height: auto;
  top:10px;
  left: 10px;
  position: absolute;
}

.lang {
    width: auto;
    height: auto;
    top: 16px;
    right: 10px;
    position: absolute;
    line-height: 1;
    font-size: 15px;
    color: #999;
}

.flag {
	width: auto;
    height: 16px;
    margin-top: -2px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-filter: gray;
            filter: gray;
    cursor: pointer;
    will-change: all;
    -webkit-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.flag:hover {
	-webkit-filter: none;
    filter: none;
    filter: none;
}

.avslorer-container {
	line-height: 0;margin-bottom: 10px; background: rgba(0,0,0,.8); display: inline-block; padding: 10px;
}

.avslorer-logo {
	width: 220px;
}

/* Header */

header {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#dd4187+0,ff8a36+100 */

	min-height: 100vh;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
}



.title-container {
    max-width: auto;
    margin: auto;
    max-width: 250px;
}


.snap-support .title-container {
	margin-bottom: 60px!important;
}

h1 {
	font-family: "Druk Cond Web";
    font-size: 88px;
    line-height: 0.86;
    text-transform: uppercase;
    border-bottom: 2px solid #fff;
}

.animated {
    -webkit-animation: ca3_fade_move_down 2s ease-in-out infinite;
	animation:         ca3_fade_move_down 2s ease-in-out infinite;
}

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


/* Byline */
.text-byline {
	font-size: 13px;
    font-weight: normal;
    max-width: 300px;
    margin: auto;
}

.text-byline a:link, .text-byline a:visited {
	font-weight: bold;
}

.byline {
	font-size: 13px;
	line-height: 1.3;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
}

.byline>div {
	margin: 10px;
	width: 120px;
}

.byline .yrke {
	text-transform: uppercase;
	font-size: 10px;
	color: #888;
}

.byline img {
	width: 80px;
	height: auto;
	margin-bottom: 10px;
}

.tips {
    font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
    font-size: 13px;
    text-align: center;
    color: #fff;
    text-shadow: none;
    margin-left: auto;
    margin-right: auto;
}
.tips ul {
    padding: 0;
    display: inline-block;
    margin: 0;
    height: 50px;
}
.tips ul li {
    list-style: none;
    padding: 0px 22px;
    margin: 0;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    background: #161616;
    border-radius: 54px;
}

.tips a:link, .tips a:visited {
	color: #dd4187;
    font-weight: bold;
}

/* Slides */

.slide {
	height: 100vh;
	width: 100%;
	position: relative;
	background: #000;
/* 	scroll-snap-align: start;  */
}


@supports ((scroll-snap-align: start) or (-webkit-scroll-snap-align: start) ) {
	.snap-support .slide {
		-webkit-scroll-snap-align: start;
		scroll-snap-align: start;
	}
}

.slide p {
	font-size: 1.3rem;
	font-family: "Austin News Text Web";
}

.story-flyover-sticky {
    position: relative;
}

.story-flyover-sticky .story-flyover-sticky-back {
    position: absolute;
    top: 0;
    left: 0;
    height: 100vh;
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    z-index: -1;
    background-color: #000;
    -webkit-perspective: 1000;
	-webkit-backface-visibility: hidden;
}

.story-flyover-sticky .story-flyover-sticky-back .cover-img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
}


.story-flyover-sticky .story-flyover-sticky-front {
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
/*
    will-change: height;
    -webkit-transition: height .01s ease-out;
    -o-transition: height .01s ease-out;
    transition: height .01s ease-out;
*/
}


#slide4 .story-flyover-sticky-front {
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.1) 55%,rgba(0,0,0,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0)),color-stop(55%, rgba(0,0,0,0.1)),to(rgba(0,0,0,1)));
	background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.1) 55%,rgba(0,0,0,1) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.1) 55%,rgba(0,0,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#1a000000',GradientType=0 );
}

.slide:nth-child(-n+5) .story-flyover-sticky .story-flyover-sticky-front {
	text-align: center;
}

.slide:nth-child(-n+5) p {
    font-size: 1.5rem;
    font-family: "Austin News Deck Web";
    font-weight: 500;
}


.story-flyover-sticky .story-flyover-front-box {
    position: relative;
    text-shadow: 0 0 5px #000;
    padding: 30px 15px;
    margin-top: auto;
}

.story-flyover-sticky .story-flyover-front-box:before {
	content: '';
    position: absolute;
    top:-10vh;
    left: 0;
    right: 0;
    bottom: -10vh;
    background: rgba(0,0,0,.7);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 30%,rgba(0,0,0,0.6) 40%,rgba(0,0,0,0.6) 60%,rgba(0,0,0,0.5) 70%,rgba(0,0,0,0) 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0)),color-stop(30%, rgba(0,0,0,0.5)),color-stop(40%, rgba(0,0,0,0.6)),color-stop(60%, rgba(0,0,0,0.6)),color-stop(70%, rgba(0,0,0,0.5)),to(rgba(0,0,0,0)));
	background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 30%,rgba(0,0,0,0.6) 40%,rgba(0,0,0,0.6) 60%,rgba(0,0,0,0.5) 70%,rgba(0,0,0,0) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 30%,rgba(0,0,0,0.6) 40%,rgba(0,0,0,0.6) 60%,rgba(0,0,0,0.5) 70%,rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000',GradientType=0 );
/*     mix-blend-mode: multiply; */
}

.story-flyover-sticky .story-flyover-front-box .front-box-relative {
    position: relative;
}

.story-flyover-front-box h3 {
	font-weight: bold;
    font-family: "druk text web";
    font-size: 1.6rem;
    text-transform: uppercase;
    margin-bottom: 0;
}

.story-flyover-front-box .uthev {
    background: -webkit-linear-gradient(45deg, rgba(255,138,54,0.8) 0%,rgba(221,65,135,0.8) 100%);
    background: -o-linear-gradient(45deg, rgba(255,138,54,0.8) 0%,rgba(221,65,135,0.8) 100%);
    background: linear-gradient(45deg, rgba(255,138,54,0.8) 0%,rgba(221,65,135,0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccff8a36', endColorstr='#ccdd4187',GradientType=1 );
    text-shadow: none;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    display: inline;
    padding: 0 6px 2px;
    font-weight: bold;
}    
.flyover-videoblokk video {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
}

/* Player controls */
.scroll-control {
	width: 100%;
	padding-top: 10px;
	height: 60px;
	position: relative;
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.2) 0%,rgba(0,0,0,0.2) 45%,rgba(0,0,0,0) 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0.2)),color-stop(45%, rgba(0,0,0,0.2)),to(rgba(0,0,0,0)));
	background: -o-linear-gradient(top, rgba(0,0,0,0.2) 0%,rgba(0,0,0,0.2) 45%,rgba(0,0,0,0) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0.2) 0%,rgba(0,0,0,0.2) 45%,rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a000000', endColorstr='#00000000',GradientType=0 );
}

.nav-sound, .nav-sound-off {
	width: 24px;
	height: auto;
	position: absolute;
	top:20px;
	right: 10px;
}

.nav-play, .nav-pause, .nav-replay {
	width: 20px;
	height: auto;
	position: absolute;
	top:20px;
	left: 10px;
}

.nav-sound-off, .nav-pause, .nav-replay {
	display: none;
}

.duration {
	width: calc(100% - 20px);
	height: 3px;
	background: rgba(255,255,255,.5);
	position: absolute;
	left: 10px;
	top: 10px;
}

.play-duration {
	height: 100%;
	width: 0%;
	background: #fff;;
}

.time {
	position: absolute;
	left: 40px;
	right: 40px;
	top:20px;
	color: rgba(255,255,255,.5);
	text-align: center;
	
}

.annoy-sound {
	position: absolute;
    top: 50%;
    right: 50%;
    width: 100px;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    margin-right: -50px;
    opacity: 1;
    line-height: 1.4;
    text-shadow: 0 0 4px #000;
}

.fade-annoy {
	top: 1%;
    right: 1%;
    width: 100px;
    margin-right: 0px;
    -webkit-transform: scale(0.35);
        -ms-transform: scale(0.35);
            transform: scale(0.35);
    opacity: 0;
    will-change: all;
    -webkit-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.mute-btn {
	background: -webkit-linear-gradient(45deg, rgba(255,138,54,0.8) 0%,rgba(221,65,135,0.8) 100%);
    background: -o-linear-gradient(45deg, rgba(255,138,54,0.8) 0%,rgba(221,65,135,0.8) 100%);
    background: linear-gradient(45deg, rgba(255,138,54,0.8) 0%,rgba(221,65,135,0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccff8a36', endColorstr='#ccdd4187',GradientType=1 );
	border-radius: 50%;
	padding: 18px;
	display: table;
	margin: auto auto 8px auto;
	cursor: pointer;
}
.mute-btn img {
	width: 66px;
	height: auto;
}



.powersave-play {
	left: 50%;
    top: 50%;
    width: 80px;
    margin-left: -40px;
    margin-top: -40px;
    display: none;
}


#slide8 .powersave-play {
	top: 20%;
}


/* Chapter divider */

.del {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    margin: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.del>div {
	color: #fff;
	padding: 34px;
	margin: auto;
}

.del h2 {
	font-family: "Druk Cond Web";
    font-size: 218px;
    line-height: 0.9;
    text-transform: uppercase;
    border-top: 2px solid #fff;
}

.english .del h2 {
    font-size: 170px;
}

.del h3 {
	font-family: "Austin News Headline Web";
    font-style: italic;
    font-weight: 500;
}

.del-bottom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	    justify-content: space-around;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}

.del-bottom .del-ikoner {
	margin: 0 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    height: 22px;
}

.del-icon {
	width: 20px;
    height: auto;
    margin: 0 2px;
}
.del-bottom .border-bottom {
	background: #fff;
    height: 2px;
    width: 100%;
    margin: auto;
}




/* Links etc. */

a:link, a:visited {
    color: #dd4187;
}


/* Footer */

.foot {
	margin: 0 auto auto;
}

.stilling {
	margin-top: 10px;
    text-transform: uppercase;
    font-size: 12px;
}
.foot a:link, .foot a:visited {
    text-decoration: none;
}

.foot ul {
    display:none;
}

.foot p.tips {
    display:none;
}

.foot h3 {
    font-family: Arial, sans-serif;
    font-weight:700;
    text-transform:uppercase;
    margin:20px 0 0 0;
    padding:20px;
}

.foot p {
    font-size: 12px;
}

#footer {
	text-align: center;
    max-width: 320px;
}

#footer ul li {
    display:inline-block;
}

#footer p {
    margin:2px;
    padding:0;
}



/* Media queries */

@media (max-width: 375px) {
	.no-hide {
		display: none;
	}
}
@media (min-width: 540px) {
	.story-flyover-sticky .story-flyover-front-box {
	    max-width: 500px;
	    margin-left: auto;
	    margin-right: auto;
	}
	.story-flyover-sticky .story-flyover-front-box:before {
	    -webkit-filter: blur(60px);
	            filter: blur(60px);
	}
	.title-container {
	    max-width: 350px;
	    margin: auto;
	}
	h1 {
		font-family: "Druk Cond Web";
	    font-size: 126px;
	    line-height: 0.86;
	    text-transform: uppercase;
	    border-bottom: 2px solid #fff;
	}
}

@media (min-width: 720px) {
	.powersave-play {
    	left: 25%;
    }
	.vg-logo {
	  width: 160px;
	}
	.story-flyover-sticky .story-flyover-front-box:before {
		display: none;
	}
	h1 {
	    margin-bottom: 20px;
	}
	.slide:nth-child(-n+5) p {
		font-size: 1.7rem;
	}
	.flyover-videoblokk video, .story-flyover-sticky .story-flyover-sticky-back .cover-img {
	    -o-object-fit: contain;
	    object-fit: contain;
	    height: 98%;
		padding-top: 2%;
	}
	#slide0 .story-flyover-sticky-back {
	    width: 100%;
	}
	#slide0 .story-flyover-sticky .story-flyover-sticky-front {
		width: 100%;
		margin-left: 0;
	}
	#slide0 .title-container {
	    margin-bottom: 10px!important;
	}
	
	#slide0 .cover-img {
	    -o-object-fit: cover;
	    object-fit: cover;
	    height: 100%;
	    padding-top: 0;
	}
	.story-flyover-sticky .story-flyover-sticky-back {
	    width: 50%;
	}
	.story-flyover-sticky .story-flyover-sticky-front {
	    width: 50%;
	    margin-left: 50%;
	    -webkit-box-pack: center;
	    -ms-flex-pack: center;
	    justify-content: center;
	    -webkit-box-orient: vertical;
	    -webkit-box-direction: normal;
	    -webkit-box-align: center;
	    -ms-flex-align: center;
	    align-items: center;
	}
	.story-flyover-sticky .story-flyover-front-box {
	    margin-top: auto;
	    margin-bottom: auto;
	}
	.slide {
	    max-width: 1400px;
	    margin: auto;
	}
	.scroll-control {
	    max-width: 500px;
	}
	.title-container {
	    margin: auto!important;
	}
	.annoy-sound {
	    top: 56%;
	    right: 25%;
	}
	
	.fade-annoy {
	    top: 56%;
	    right: 25%;
	    width: 100px;
	    -webkit-transform: scale(1);
	        -ms-transform: scale(1);
	            transform: scale(1);
	    margin-right: -50px;
	    opacity: 1;
	}
	.avslorer-logo {
	    width: 350px;
	}
	
	.english .del h2 {
	    font-size: 218px;
	}
}