/* 
    Created on : Sep 24, 2014, 11:29:15 AM
    Author     : Jose
*/
@import "http://static.cdn.tv2.no/s/stylesheets/tv2-font.css?v=1.0.0";
@import url(../font/fontello.css);
/* line 13, ../sass/parallax.scss */
html.windows {
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
}
/* line 14, ../sass/parallax.scss */
html.windows::-webkit-scrollbar {
  width: 0 !important;
}

/* line 19, ../sass/parallax.scss */
body {
  height: 12500px;
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  background: #000;
  font-family: "flama", sans-serif;
  font-size: 10px;
}
/* line 29, ../sass/parallax.scss */
body * {
  box-sizing: border-box;
}
/* line 33, ../sass/parallax.scss */
body #credits-authors {
  position: fixed;
  bottom: 15px;
  left: 15px;
  color: white;
  z-index: 100;
  text-align: center;
  opacity: 0;
}
/* line 42, ../sass/parallax.scss */
body #credits-authors ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 47, ../sass/parallax.scss */
body #credits-authors ul li {
  display: inline-block;
  margin-right: 3em;
}
/* line 51, ../sass/parallax.scss */
body #credits-authors ul li h1 {
  font-size: 2.2em;
  text-align: center;
  margin: 0;
  line-height: 1;
}
@media screen and (max-width: 800px) {
  /* line 47, ../sass/parallax.scss */
  body #credits-authors ul li {
    display: block;
  }
  /* line 61, ../sass/parallax.scss */
  body #credits-authors ul li h1 {
    text-align: left;
  }
}
@media screen and (max-width: 600px) {
  /* line 33, ../sass/parallax.scss */
  body #credits-authors {
    display: none;
  }
}
/* line 72, ../sass/parallax.scss */
body #seeAgain {
  position: fixed;
  z-index: 100;
  color: #FFF;
  right: 15px;
  bottom: 15px;
  cursor: pointer;
  opacity: 0;
}
/* line 81, ../sass/parallax.scss */
body #seeAgain h1 {
  font-size: 2.2em;
  text-align: center;
  margin: 0;
  line-height: 1;
}
@media screen and (max-width: 600px) {
  /* line 72, ../sass/parallax.scss */
  body #seeAgain {
    display: none;
  }
}

/* line 94, ../sass/parallax.scss */
h1, h2 {
  font-weight: 300;
}

/* line 98, ../sass/parallax.scss */
#top {
  width: 100%;
  height: 50px;
  position: fixed;
  left: 0;
  top: 0;
  background-color: black;
  z-index: 100;
}
/* line 107, ../sass/parallax.scss */
#top #logo {
  display: inline-block;
  float: left;
  height: 100%;
}
/* line 112, ../sass/parallax.scss */
#top #logo img {
  height: 100%;
}
/* line 117, ../sass/parallax.scss */
#top h1 {
  display: inline-block;
  float: left;
  font-size: 2em;
  line-height: 50px;
  font-weight: 300;
  margin: 0;
  padding: 0 15px;
  color: white;
}
@media screen and (max-width: 600px) {
  /* line 117, ../sass/parallax.scss */
  #top h1 {
    padding-right: 0;
    font-size: 1.2em;
  }
}
/* line 133, ../sass/parallax.scss */
#top .sharing {
  color: #FFF;
  float: right;
  font-size: 23px;
  padding: 10px;
}
/* line 140, ../sass/parallax.scss */
#top .sharing .addthis_sharing_toolbox span {
  background: none;
}
/* line 143, ../sass/parallax.scss */
#top .sharing .addthis_sharing_toolbox a {
  color: white;
  opacity: 0.8;
  padding: 0 5px;
}
@media screen and (max-width: 600px) {
  /* line 143, ../sass/parallax.scss */
  #top .sharing .addthis_sharing_toolbox a {
    padding: 0;
  }
}
/* line 152, ../sass/parallax.scss */
#top .sharing .addthis_sharing_toolbox a:hover {
  opacity: 1;
}

/* line 160, ../sass/parallax.scss */
ul#right-controls {
  position: fixed;
  right: 15px;
  top: 50%;
  margin-top: -232px;
  z-index: 100;
  list-style: none;
  font-family: 'fontello';
}
/* line 169, ../sass/parallax.scss */
ul#right-controls li {
  width: 16px;
  font-size: 14px;
  color: #bbb;
  cursor: pointer;
}
/* line 175, ../sass/parallax.scss */
ul#right-controls li.active {
  color: white;
}
/* line 179, ../sass/parallax.scss */
ul#right-controls li:hover {
  color: #ddd;
}
@media screen and (max-width: 600px) {
  /* line 160, ../sass/parallax.scss */
  ul#right-controls {
    display: none;
  }
}

/* line 189, ../sass/parallax.scss */
.animation-contanier {
  width: 100%;
  position: fixed;
  top: 50%;
  overflow: hidden;
}
/* line 195, ../sass/parallax.scss */
.animation-contanier [class*='slice'] {
  position: relative;
  opacity: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
/* line 202, ../sass/parallax.scss */
.animation-contanier [class*='slice'] img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
/* line 210, ../sass/parallax.scss */
.animation-contanier #vid {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3;
  opacity: 0;
  cursor: pointer;
}
/* line 220, ../sass/parallax.scss */
.animation-contanier ul.text {
  color: white;
  list-style: none;
  position: absolute;
  font-size: 25px;
  z-index: 2;
  margin: 0;
  left: 0;
  top: 10%;
  padding: 65px;
  width: 50%;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
/* line 233, ../sass/parallax.scss */
.animation-contanier ul.text li {
  opacity: 0;
  position: relative;
  font-weight: 300;
  padding: 10px 0;
}
/* line 239, ../sass/parallax.scss */
.animation-contanier ul.text li:first-child {
  opacity: 1;
  font-size: 30px;
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  /* line 220, ../sass/parallax.scss */
  .animation-contanier ul.text {
    width: 80%;
    padding: 0px 65px;
    font-size: 2em;
  }
  /* line 252, ../sass/parallax.scss */
  .animation-contanier ul.text li:first-child {
    font-size: 1.1em;
  }
}
@media screen and (max-width: 800px) {
  /* line 220, ../sass/parallax.scss */
  .animation-contanier ul.text {
    width: auto;
    font-size: 1.5em;
  }
}
@media screen and (max-width: 600px) {
  /* line 220, ../sass/parallax.scss */
  .animation-contanier ul.text {
    font-size: 1em;
    padding: 0 2em;
  }
  /* line 267, ../sass/parallax.scss */
  .animation-contanier ul.text li {
    padding: .2em 0;
  }
  /* line 270, ../sass/parallax.scss */
  .animation-contanier ul.text li:first-child {
    font-size: 1.1em;
  }
}
/* line 277, ../sass/parallax.scss */
.animation-contanier #scroll-text,
.animation-contanier #scroll-arrow {
  position: absolute;
  z-index: 100;
  bottom: 1%;
  color: white;
  width: 100%;
  text-align: center;
  font-size: 25px;
  font-weight: 300;
  cursor: pointer;
}
/* line 290, ../sass/parallax.scss */
.animation-contanier #scroll-text {
  bottom: 12%;
}
@media screen and (max-width: 800px) {
  /* line 290, ../sass/parallax.scss */
  .animation-contanier #scroll-text {
    font-size: 2em;
  }
}
@media screen and (max-width: 600px) {
  /* line 290, ../sass/parallax.scss */
  .animation-contanier #scroll-text {
    bottom: 10%;
    font-size: 1em;
  }
}
/* line 303, ../sass/parallax.scss */
.animation-contanier #scroll-arrow {
  -webkit-transition: bottom 0.5s linear;
  -moz-transition: bottom 0.5s linear;
  -o-transition: bottom 0.5s linear;
  transition: bottom 0.5s linear;
}
/* line 309, ../sass/parallax.scss */
.animation-contanier #scroll-arrow.down {
  bottom: 2%;
}
/* line 313, ../sass/parallax.scss */
.animation-contanier #scroll-arrow svg {
  width: 3%;
}
@media screen and (max-width: 600px) {
  /* line 303, ../sass/parallax.scss */
  .animation-contanier #scroll-arrow {
    height: 30px;
    bottom: 1%;
  }
  /* line 321, ../sass/parallax.scss */
  .animation-contanier #scroll-arrow.down {
    bottom: 2%;
  }
}
/* line 330, ../sass/parallax.scss */
.animation-contanier .slice0 img {
  opacity: 0.6;
}
/* line 333, ../sass/parallax.scss */
.animation-contanier .slice0 ul.text li {
  opacity: 1;
}
/* line 339, ../sass/parallax.scss */
.animation-contanier .slice4 h2, .animation-contanier .slice16 h2, .animation-contanier .slice22 h2 {
  position: absolute;
  bottom: -30%;
  width: 100%;
  color: white;
  text-align: center;
  font-size: 40px;
  z-index: 3;
}
@media screen and (max-width: 1024px) {
  /* line 339, ../sass/parallax.scss */
  .animation-contanier .slice4 h2, .animation-contanier .slice16 h2, .animation-contanier .slice22 h2 {
    font-size: 3em;
  }
}
@media screen and (max-width: 800px) {
  /* line 339, ../sass/parallax.scss */
  .animation-contanier .slice4 h2, .animation-contanier .slice16 h2, .animation-contanier .slice22 h2 {
    font-size: 2.5em;
  }
}
@media screen and (max-width: 600px) {
  /* line 339, ../sass/parallax.scss */
  .animation-contanier .slice4 h2, .animation-contanier .slice16 h2, .animation-contanier .slice22 h2 {
    font-size: 1em;
  }
}
/* line 363, ../sass/parallax.scss */
.animation-contanier .slice10 ul, .animation-contanier .slice14 ul, .animation-contanier .slice20 ul {
  top: inherit;
  bottom: 6%;
}
/* line 370, ../sass/parallax.scss */
.animation-contanier .slice12 ul {
  top: 30%;
  width: 500px;
  padding: 0;
  left: 50%;
  margin-left: -250px;
  text-align: justify;
}
/* line 378, ../sass/parallax.scss */
.animation-contanier .slice12 ul li {
  font-size: 20px;
  color: #eee;
}
/* line 382, ../sass/parallax.scss */
.animation-contanier .slice12 ul li:first-child {
  color: white;
  font-size: 30px;
}
@media screen and (max-width: 1024px) {
  /* line 370, ../sass/parallax.scss */
  .animation-contanier .slice12 ul {
    width: 50%;
    margin-left: -25%;
  }
}
@media screen and (max-width: 800px) {
  /* line 395, ../sass/parallax.scss */
  .animation-contanier .slice12 ul li {
    font-size: 1em;
  }
  /* line 398, ../sass/parallax.scss */
  .animation-contanier .slice12 ul li:first-child {
    font-size: 1.2em;
  }
}
/* line 407, ../sass/parallax.scss */
.animation-contanier .slice22 #credits-logo {
  position: absolute;
  left: 50%;
  margin-left: -100px;
  top: 50%;
  margin-top: -100px;
}
@media screen and (max-width: 1024px) {
  /* line 415, ../sass/parallax.scss */
  .animation-contanier .slice22 #credits-logo polygon, .animation-contanier .slice22 #credits-logo path {
    -webkit-transform: translate(0px, 0px) !important;
    -ms-transform: translate(0px, 0px) !important;
    transform: translate(0px, 0px) !important;
  }
}
