body {
    background: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-font-feature-settings: “liga”, “kern”;
    -moz-font-feature-settings:“liga=1, kern=1”;
    -ms-font-feature-settings:“liga”, “kern”;
    -o-font-feature-settings:“liga”, “kern”;
    -webkit-font-feature-settings:“liga”, “kern”;
    font-feature-settings: “liga”, “kern”;
    color: #212121;
}
*:focus { outline:0 !important; }
.curtain {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #212121;
    z-index: 100000;
}
.curtain>div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    color: #fff !important;
}
.curtain>div h1 {
    color: #fff;
}
img#unispring-tp {
    visibility: hidden;
    height: 0px;
    width: 0px;
    position: absolute;
}
a, a:hover, a:focus {
    color: #dd0000;
}
a:hover {
    text-decoration: none;
}
p a {
    font-weight: bold;
}
p {
    font-size: 17px;
    line-height: 1.6;
    margin: 0 0 20px;
    font-weight: 400;
    font-family: 'Austin News Text Web';
}
.avslorer {
    margin-bottom: 20px;
    background: #212121;
    display: inline-block;
    padding: 10px;
}
.avslorer img {
    width: 260px;
}
p.preamble {
    font-size: 22px;
    font-weight: bold;
    line-height: 30px;
}
.row.image img {
    width: 100%;
}
.byline {
    margin-top: 15px;
    text-transform: uppercase;
    text-align: center;
}
.byline p {
    font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
    font-size: 14px;
    color: #999;
}
.byline span {
    margin-right: 10px;
}
.byline a {
    font-weight: bold;
    color: #333;
}
.breadcrumb {
    padding: 0;
    margin-bottom: 20px;
    list-style: none;
    background-color: transparent;
    border-radius: 0px;
}

h1 {
    font-size: 100px;
    line-height: 1;
    margin-top: 0;
    font-family: 'Druk Web';
    color: #333;
    text-align: center;
    text-transform: uppercase;
    font-weight: 800;
    margin-bottom: 40px;
}
h3 {
    font-size: 24px;
    line-height: 32px;
    font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
    font-weight: bold;
    margin-top: 40px;
    margin-bottom: 15px;
}
h3.figur {
    font-size: 16px !important;
    font-weight: bold !important;
    margin-top: 0;
}
.cover h1 {
    color: #fff;
}
@media (max-width : 850px) {
    .cover h1 {
        font-size: 55px;
    }
}


.cover h3 {
    font-family: "Austin News Headline Web";
    font-weight: 600;
    font-size: 52px;
    line-height: 60px;
    font-stretch: normal;    
    text-transform: none;
    text-shadow: 0px 0px 15px rgba(0, 0, 0, 1);
    margin: 0;
}
.cover h4 {
    font-family: 'Austin News Text Web';
    font-weight: 500;
    font-size: 24px;
    font-stretch: normal;    
    text-transform: none;
    text-shadow: 0px 0px 15px rgba(0, 0, 0, 1);
    margin: 0;
    margin-top: 20px;
}
h5 {
    font-family: 'Austin News Text Web';
    font-size: 20px;
    font-weight: bold;
}
@media (max-width : 800px) {
    .cover h3 {
        font-size: 30px;
        line-height: 36px;
    }
    .cover h4 {
        font-size: 21px;
        line-height: 30px;
    }
}

.white {
    background: #fff;
}
.grey {
    background: #f7f7f7;
}
.skip-intro {
    position: fixed;
    bottom: 20px;
    right: 20px;
    color: #fff;
    padding: 6px 10px;
    vertical-align: middle;
    border: 1px solid rgba(255,255,255,0.5);
    font-size: 13px;
    z-index: 1000;
    cursor: pointer;
    cursor: hand;
}
.scrolldown-tip {
    position: fixed;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%) translateY(0%);
    -webkit-transform: translateX(-50%) translateY(0%);
    color: #fff;
    text-align: center;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    padding-bottom: 20px;
    opacity: 1;
}
.scrolldown-tip span {
    font-size: 40px;
    display: block;
    margin: 0 auto;
}
.scrolldown-tip.pulldown {
    transform: translateX(-50%) translateY(-100%);
    -webkit-transform: translateX(-50%) translateY(-100%);
    opacity: 0;
}
.gradient-top-btm-65-0 {
    background: -moz-linear-gradient(top, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}
.gradient-top-btm-100-0 {
    background: -moz-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}

.gradient-btm-top-0-65 {
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
}

.gradient-btm-top-0-100 {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,1+100 */
background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}

.tipsoss {
    width: 100%;
    background: #eee;
    border-radius: 3px;
    margin-bottom: 15px;
    width: 100%;
    max-width: 280px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
.tipsoss img {
    width: 100%;
}
.tipsoss p {
    margin-bottom: 0;
    font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
    font-size: 14px;
}


.btn {
    font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
}
.btn-info {
    color: #dd0000;
    background-color: #f6f7f9;
    border-color: transparent;
    border-radius: 20px;
    font-size: 14px;
    font-weight: bold;
    padding: 10px 20px;
}
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {
    color: #dd0000;
    background-color: #eee;
    border-color: #eee;
}

.caption {
    font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif !important;
    font-size: 13px;
    line-height: 18px;
    margin-top: 8px;
    font-weight: 400;
}

/* header */

.headroom {
    transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    will-change: transform;
}
.headroom--unpinned {
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
}
.headroom--pinned {
    transform: translateY(0);
    -webkit-transform: translateY(0);
}
.header--fixed {
    position: fixed;
    z-index: 10;
    right: 0;
    left: 0;
    top: 0;
}
.header {
    background-color: rgba(0,0,0,1);
    color: #fff;
    height: 40px;
    transition: all 0.2s;
    z-index: 10001;
    background: -moz-linear-gradient(top, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}
.header.header-white {
    background: none;
    background-color: #212121;
    text-shadow: 0px 0px 0px rgba(0, 0, 0, 1);
}

.header .vg-logo path, .header .vg-logo polyline {
    fill: #fff;
}
.header.header-white .vg-logo path, .header.header-white .vg-logo polyline {
    fill: #fff;
}

.header.header-white .vg-logo  {
    display: inline-block;
}
.header .vg-logo {
    width: 95px;
    margin-top: 11px;
    fill: #fff;
}
.header a {
	color: #fff;
}
.header.header-white a {
    color: #fff;
}
.head-left {
	float: left;
}
.head-right {
	float: right;
    font-family: 'Helvetica Neue';
    margin-top: 9px;
    font-size: 15px;
    font-weight: bold;
    padding-right: 40px;
    text-shadow: 0px 0px 3px rgba(0, 0, 0, 1);
}
.header.header-white .head-right  {
    text-shadow: none;
}
.no-scroll .head-right {
    display: none;
}
.no-scroll .header.header-white, .no-scroll .header {
    background: #212121;
}
.head-right .wide a {
	margin-left: 10px;
}
@media (max-width : 500px) {
    .header {
        letter-spacing: 0px;
    }
    .header .vg-logo {
        width: 80px;
        margin-right: 5px;
        margin-top: 12px;
    }
}

.hamburger {
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    z-index: 10000;
    padding: 12px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}
.hamburger__icon, .hamburger__icon:after, .hamburger__icon:before {
    background-color: #fff;
}

.header-white .hamburger__icon, .header-white .hamburger__icon:after, .header-white .hamburger__icon:before {

}



/* link-box */
a.link-box {
    background: #fff;
    border-radius: 3px;
    padding: 15px;
    display: block;
    max-width: 400px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    transition: background 0.5s;
    -webkit-transition: background 0.5s;
    color: #333;
    box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.1);
}
a.link-box:hover {
    color: #e74c3c;
    border-color: #e74c3c;
}
a.link-box:hover h5 {

}
a.link-box small {
    font-family: 'Helvetica Neue', Helvetica, arial, sans-serif;
}
a.link-box .thumb {
    float: left;
    width: 80px;
    height: 80px;
    background: #212121;
    margin-right: 15px;
    background-size: cover;
    background-position: center center;
    border-radius: 3px;k
}

a.link-box.support-us .thumb {
    width: 50px;
    height: 50px;    
}
a.link-box.support-us .thumb {
    background-color: #e74c3c;
    background-image: url('../../img/vg-square.png');
}
a.link-box h5 {
    font-family: Palatino,Times New Roman,Times,serif;
    font-size: 18px;
    line-height: 22px;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 0;
    transition: margin-top 0.5s;
    -webkit-transition: margin-top 0.5s;
}
a.link-box  .link-vg {
    width: 40px;
    display: inline-block;
}
@media (max-width : 500px) {
    a.link-box h5 {

    }
}

a.link-box.link-box-lg {
    padding: 0;
    margin-bottom: 15px;
    max-width: 100%;
}
a.link-box.link-box-lg .link-box-content {
    padding: 15px;
}
a.link-box.link-box-lg .big-thumb {
    width:100%;
    background-size: cover;
}
a.link-box.link-box-lg .big-thumb>div {
    padding-top: 50%;
}

/* spesialer */
.spesialer {
    background: #000;
}
h2.spesialer-title {
    color: #fff;
    text-align: center;
    margin-bottom: 30px;
    margin-top: 0;
    color: #ccc;
}
a.spesial-grid-item {
    float: left;
    width: 33.33%;
    display: block;
    position: relative;
    color: #fff;
    padding: 5px;
    border-radius: 3px;
}
a.spesial-grid-item>div {
    background: #000;
    width: 100%;
    overflow: hidden;
    font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif !important;
}
a.spesial-grid-item .spesial-grid-image {
    background-size: cover;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
a.spesial-grid-item:hover .spesial-grid-image {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}
.spesial-grid-image {
    position: relative;
    background-color: #000;
}
.spesial-grid-gradient {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,1+100 */
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}
.spesial-grid-item .ratio {
    padding-top: 65.25%;
}
.spesial-grid-item .spesial-grid-title {
       font-family: 'Druk Web';
       width: 100%;
       padding: 10px;
       font-size: 34px;
       line-height: 35px;
       text-align: center;
       text-transform: uppercase;
       font-weight: 800;
}
.spesial-grid-item .spesial-grid-lead {
       padding: 0 20px 20px 20px;
       color: #ddd;
}

.spesial-grid-prizes {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    font-size: 11px;
    text-align: center;    
}
.spesial-grid-prizes>div {
    float: left;
    margin-left: 5px;  
}
img.spesial-grid-prizes-winner {
    width: 30px;
}
img.spesial-grid-prizes-diploma {
    width: 30px;
}

@media (max-width : 800px) {
    .spesialer {
        width: 100%;
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;        
    }
    .spesialer .container {
        width: 2640px;
    }
    a.spesial-grid-item {
        float: left;
        width: calc(100%/11);
        display: block;
        position: relative;
        color: #fff;
        padding: 5px;
    }

}

@media (max-width : 500px) {
    .nomargin {
        padding-left: 0;
        padding-right: 0;
    }
    .nomargin .caption {
        padding-left: 15px;
        padding-right: 15px;
    }
}



/* Footer */
.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-family: Arial, sans-serif;
    font-size:1em;
}

#footer {
    font-family: Arial, sans-serif;
    overflow: auto;
    font-size:0.7em;
    padding: 50px 0;
    text-align:center;
}

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

#footer p {
    margin:2px;
    padding:0;
    display: inline-block;
}
#footer p strong {
    font-weight: 400;
}
#footer a {
    color: #000;
}


.fat-nav__wrapper {
    width: 100%;
    height: 100%;
    display: block;
    table-layout: auto;
}
.fat-nav {
    background: #fff;
    color: #f7f7f7;
}
.fat-nav h3 {
    color: #212121;
}
.fat-nav p {
    font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
    font-size: 15px;
    line-height: 20px;
}
.fat-nav ul {
    text-align: center;
    width: 100%;
    display: block;
}
.fat-nav h1 {
    color: #fff;
    font-size: 65px;
    margin-bottom: 0;
}
.fat-nav li, .fat-nav li a {
    color: #fff;
    font-weight: bold;
}
.fat-nav li {
    list-style-type: none;
    text-align: center;
    padding: 0px;
    font-size: 16px;
    display: inline-block;
    width: 100px;
    width: 150px;
    border-radius: 3px;
    display: inline-block;
    vertical-align: top;
    padding: 10px;
}
.header-icon {
    background: #333;
    width: 130px;
    height: 130px;
    position: relative;
    border-radius: 3px;
    margin-bottom: 10px;
}
.header-icon img {
    width: 80px;
    height: 80px;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    position: absolute;   
}


@media (max-width : 850px) {
    .fat-nav h1 {
        font-size: 45px;
    }
    .fat-nav li {
        width: 100px;
        font-size: 13px;
        line-height: 16px;
    }
    .header-icon {
        width: 80px;
        height: 80px;
    }
    .header-icon img {
        width: 60px;
        height: 60px;   
    }

}









.plain-article-header {
    background: #212121;
    padding-top: 80px;
    padding-bottom: 50px;
    margin-bottom: 50px;
    color: #fff;
}
.plain-article-header h4 {
    font-family: 'Druk Web';
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 800;
    color: #999;
    margin-bottom: 0;
}
.plain-article-header h2 {
    font-family: "Austin News Headline Web";
    font-size: 50px;
    margin: 0;
}


.facts {
    font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
    background: #f7f7f7;   
    width: 100%; 
    max-width: 850px;
    display: block;
    margin: 0 auto;
    font-size: 13px; font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;btn
}
.facts p {
    font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;   
    font-size: 13px; 
    line-height: 19px;
    margin-bottom: 0;
}
.facts ul {
    padding: 0 10px 10px 10px;
}
.facts h3.figur {
    margin-bottom: 10px;
}
.facts ul li {
    list-style: none;
    float: left;
    padding: 10px;
    width: 25%;
}
.facts#slik-gjorde-vi-det ul li {
    width: 25%;
}
.facts#inspeksjoner ul li {
    width: 16.66%;
}

.facts-header {
    padding: 15px 15px 0 15px;
}
.facts-scroll-tip {
    padding: 0 15px 15px 15px;
    font-weight: bold;
    display: none;
}
.facts .image-header {
    position: relative;
    height: 100px;
    width: 100px;
    display: block;
    margin: 0 auto;
}
.facts .image-header img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.facts-overflow {
    width: 100%
}
.facts-link {
    padding: 0 15px 15px 15px;
    font-weight: bold;
}
.slik-har-vi-jobbet .facts-link {
    display: none;
}

/* WIDGETS */

.widget, .widget #slik-gjorde-vi-det, .widget #inspeksjoner {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
}
.facts-overflow {
    width: 100%;
    max-width: 100%;
}
.widget .facts-overflow, .kart .facts-overflow  {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
}
.widget .facts-scroll-tip, .kart .facts-scroll-tip  {
    display: block;
}
.widget .facts#slik-gjorde-vi-det .facts-overflow ul, .kart .facts#slik-gjorde-vi-det .facts-overflow ul {
    width: 1000px;
}
.widget .facts#inspeksjoner .facts-overflow ul, .kart .facts#inspeksjoner .facts-overflow ul {
    width: 1500px;
}
.spesial .facts#inspeksjoner .facts-overflow {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
}
.spesial .facts#inspeksjoner .facts-overflow ul {
    width: 1500px;
}

.spesial .facts#inspeksjoner .facts-scroll-tip {
    display: block;
}
a#kart-teaser {
    color: #212121;
    text-align: center;
}
t #kart-teaser h1 {
    font-size: 50px;
    font-family: 'Druk Web';
    line-height: 1;
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 10px;
    color: #fff;
}
#kart-teaser p {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 0;
}
#kart-teaser>div {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    background: rgba(0,0,0,0.7);
    color: #fff;
    padding: 20px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.1);
    max-width: 250px;
}
.spesial #kart-teaser .vg-logo-teaser {
    display: none;
}

@media (max-width : 850px) {
    .spesial .facts-overflow {
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
    }
    .spesial .facts#slik-gjorde-vi-det .facts-overflow ul {
        width: 1000px;
    }


    .spesial .facts-scroll-tip {
        display: block;
    }
}

