
.fp-controlArrow {
    bottom: 26px !important;
    border-style:none !important;
    position: relative;
    right: 35px !important;
    top:auto !important;
    left: auto !important;
    opacity: 0.8;
    font-weight: 300;
    display: none;
}

.fp-controlArrow:hover {
    opacity: 1;
}

.fp-controlArrow.fp-prev {
    right: 101px !important;
    left: auto;
    border-width: 0;
    border-color: transparent;
}

.fp-controlArrow:after {
    font-family: "Font Awesome 5 Pro";
    font-weight: 300 !important;
    content: "\f32b";
    position: absolute;
    right: 0;
    bottom: 0px;
    text-indent: 0;
    font-size: 32px;
    width: 32px;
    z-index: 2;
    line-height: 1;
    color: #fff;
}

.fp-controlArrow.fp-prev:after {
    content: "\f32a";
    font-weight: 300 !important;
}

.arrow {
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    bottom: 30px !important;
    border-style:none !important;
    position: absolute;
    right: 20px !important;
    top:auto !important;
    left: auto !important;
    width:32px;
    height:32px;
    z-index: 12;
    font-size: 34px;
    color:#3fddf9;
    cursor: pointer;
    opacity: 0.9;
    --fa-primary-color: rgb(255, 255, 255);
    --fa-secondary-color: rgb(0, 0, 0);
}

.arrow.on {
    opacity: 1;
}

.arrow:hover, .arrow:focus {
    opacity: 1;
}

.arrow.dissabled {
    opacity: 0.1;
    color:#fff;
    display: none;
}

.arrow.up {
    bottom: 70px !important;
}

.arrow.right {
    right: 30px !important;
}

.arrow.left {
    right: 105px !important;
}

.treasure_trekkers_logo {
    background-image: url(../img/comp-main-Logo.png);
    width: 100%;
    height:530px;
    background-size:auto 100%;
    margin: 0 auto;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 100;
    position: relative;
}

.forsidugluggi {
    color:#fff;
}

.back-wrapper {
    background-image: url(../img/univers.jpg);
    background-size: cover;
    background-position: center;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
}


.vimeo-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
    overflow: hidden;
}

.vimeo-wrapper iframe {
    width: 100vw;
    height: 56.25vw; 
    min-height: 100vh;
    min-width: 177.77vh; 
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.forsidugluggi h1 {
    font-weight: 900;
    margin: 0;
}

.forsidugluggi h2 {
    font-weight: 300;
    margin: 0 0 40px;
    font-size: 20px;
}

.section.basement .wrapper {
    position: relative;
}

.basement_background {
    background-image: url(../img/tt_lab.png);
    width: 100%;
    position: relative;
    height:100vh;
    top:0;
    left:0;
    background-size: 1744px 869px;
    background-position: bottom center;
}

.fp-scroller {
    height:100%;
    width:100%;
}

.bookswin {
    position: absolute;
    bottom: 396px;
    left: calc(50% - 150px);
    height:100px;
    width:150px;
    background-color: rgba(0,0,0,0);
    z-index: 30;
    border-radius: 4px 8px 8px 4px;
    transition: 0.3s ease-in-out;
}

.tetrix {
    position: absolute;
    bottom: 285px;
    left: calc(50% - -101px);
    height: 96px;
    width: 120px;
    background-color: rgba(0,0,0,0);
    padding: 20px;
    cursor: pointer;
    color:#a7cd6d;
    text-align: left;
    font-size: 8px;
    border:1px solid transparent;
    background: repeating-linear-gradient( 0deg, rgba(255, 0, 0, .1), transparent 2px, rgba(255, 0, 0, .1) 10px, transparent 10px );
    opacity: .25;
    filter: blur(1px) contrast(110%) brighness(5) saturation(8);
    animation: jitter 3s ease-in-out infinite;
    animation-delay: 2s;
    transform-origin: center center;
    opacity: 0.5;
    overflow: hidden;

}

.tetrix:before {
    content: '';
    width: 100%;
    height: 100%;
    top: -5px;
    left: -5px;
    position: absolute;
    background: repeating-linear-gradient( 0deg, rgba(0, 0, 255, .2), transparent 2px, rgba(0, 255, 0, .5) 10px, transparent 10px );
    filter: brighness(5) saturation(5);
    animation: jitter 5s ease-in-out infinite;
    animation-delay: 1s;
    transform-origin: center center;
    opacity: 0.4;
}

.tetrix:after {
    content: '';
    width: 100%;
    height: 100%;
    top: -2px;
    left: -2px;
    position: absolute;
    animation: jitter 4s ease-in-out infinite;
    background: repeating-linear-gradient( 0deg, rgba(255, 255, 255, .2), transparent 2px, rgba(255, 255, 255, .5) 10px, transparent 10px );
    transform-origin: center center;
    opacity: 0.4;
}

@keyframes jitter {
  0% {
    margin-top: 1px;
    margin-left: 1px;
  }

  20% {
    margin-top: -1px;
    margin-left: -1px;
  }

  25% {
    margin-top: 1px;
    margin-left: -1px;
  }

  26% {
    margin-top: 0px;
    margin-left: -1px;
  }

  27% {
    margin-top: 0px;
    margin-left: 0px;
  }

  30% {
    margin-top: 1px;
    margin-left: 1px;
  }

  50% {
    margin-top: -1px;
    margin-left: 1px;
  }

  61% {
    margin-top: 1px;
    margin-left: -1px;
  }

  63% {
    margin-top: 0px;
    margin-left: -1px;
    transform: skewX(-0.3deg);
  }

  67% {
    margin-top: -1px;
    margin-left: -1px;
  }

  69% {
    margin-top: 1px;
    margin-left: 1px;
  }

  70% {
    margin-top: -1px;
    margin-left: 1px;
    transform: skewY(0.5deg);
  }

  80% {
  }

  81% {
    margin-top: 0px;
    margin-left: 0px;
  }

  100% {
    margin-top: 1px;
    margin-left: 1px;
  }
}


.tvseries {
    position: absolute;
    bottom: 234px;
    left: calc(50% - 237px);
    height: 200px;
    width: 250px;
    background-color: rgba(0,0,0,0);
    transform: rotateZ(-1.5deg);
    padding: 20px;
    color:#6da8cd;
    text-align: left;
    font-size: 11px;
}

.tvstart {
    height: 9px;
    width: 2px;
    background-color: #6da8cd;
    float: left;
    margin-top: 2px;
    margin-right: 3px;
}

.blink {
    animation: blink-animation 1s steps(3, start) infinite;
    -webkit-animation: blink-animation 1s steps(3, start) infinite;
}

@keyframes blink-animation {
    to {
        visibility: hidden;
    }
}

@-webkit-keyframes blink-animation {
    to {
        visibility: hidden;
    }
}

.bookswin:hover {
/*
    transform: rotateZ(-4deg);
    background-color: rgba(0,0,0,0.9); 
*/
    cursor: pointer;
}

.slide {
    position: relative;
}

.grid {
    display: grid;
    grid-column-gap: 15px;
    grid-row-gap: 0px;
    margin: 0 0 20px 0;
}

.fivebyfive {
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 2px;
}

.child {
    background-color: #f1f2f3;
    min-height: 400px;
}

.fivebyfive .child {
    background-color: transparent;
    min-height: 360px;
    position: relative;
    height: 360px;
}


.character {
    width:100%;
    height:400px;
    background-size: cover;
    position: relative;
}

.character.mip {
    background-image: url(../img/character_mip.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: auto 90%;
}

.character.mo {
    background-image: url(../img/character_mo.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: auto 90%;
}

.character.mac {
    background-image: url(../img/character_mac.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: auto 90%;
}

.character.msb {
    background-image: url(../img/character_msb.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
}

.character.katmandu {
    background-image: url(../img/character_katmandu.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: auto 90%;
}

.character a {
    color:#fff;
    text-decoration: none;
}

.character .nafn, .char_mobile .nafn {
    position: absolute;
    left:10px;
    bottom:55px;
    z-index: 3;
    opacity: 1;
}

.character .nafn h3 {
    font-size: 30px;
    margin:0;
    color:rgba(255,255,255,1);
    text-align: left;
    line-height: 1;
}

.character .nafn h4 {
    font-size: 20px;
    margin:0;
    color:rgba(255,255,255,0.6);
    text-align: left;
    line-height: 1;
    font-weight: 700;
}

.clouds {
    background: rgb(0,149,97);
    background: linear-gradient(0deg, rgba(0,149,97,1) 0%, rgba(0,149,97,0) 50%);
    position: absolute;
    bottom: 0;
    right: 0;
    width:100%;
    height:300px;
    opacity: 0.2;
}

.flake {
    opacity: 0.8;
}

.herotext {
    position: absolute;
    z-index: 101;
    bottom:20px;
    width: 100%;
    font-family: 'Overpass', sans-serif;
    font-weight: 500;
    font-size: 50px;
    line-height: 30px;
    font-size: 16px;
}


.maurices_valises_book-wrapper {
    margin-bottom: 10px;
}

.maurices_valises_book-notebook {
    height: 290px;
    width: 340px;
    position: relative;
    transition: 0.4s ease-in-out;
    border-radius: 5px 15px 15px 5px;
    transform-origin: left center 0px;
    display: inline-block;
    margin: 10px;
    perspective: 800px;
    box-shadow: 0 0 20px rgba(0,0,0,0.2);
}

.maurices_valises_book-wrapper h4 {
    margin: 0;
    font-family: 'Overpass', sans-serif;
    font-weight: 800;
    font-size: 16px;
    display: none;
}

.maurices_valises_book-notebook:hover {
    transform: rotateZ(-1deg);
}

.maurices_valises_book-notebook:hover .notebook-cover {
    transform: rotateY(-10deg);
    z-index: 999;
    box-shadow: 10px 10px 35px rgba(0, 0, 0, 0.2);
}

.notebook-cover {
    background: #cc4b48;
    height: 290px;
    width: 340px;
    position: absolute;
    border-radius: 5px 8px 8px 5px;
    z-index: 10;
    transition: 0.5s linear;
    transform-style: preserve-3d;
    transform-origin: left center 0px;
    background-size: cover;
}

.notebook-skin {
    height: 70px;
    background: #e8e8e0;
    margin-top: 60px;
    padding: 15px;
    font-size: 13px;
    position: relative;
    z-index: 10;
    color: #222;
    text-align: left;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

.notebook-page {
    height: 100%;
    width: 180px;
    position: absolute;
    background-color: #fbfae8;
    z-index: 0;
    border-radius: 5px 8px 8px 5px;
    overflow: hidden;
}

.information {
    display: inline-block;
    background-color: #000;
    width:25%;
    height:100%;
    top: 0;
    position: absolute;
    left: 0;
    color:#fff;
    padding: 30px 100px 30px 30px;
    text-align: left;
    z-index: 20;
}

.information h2 {
    margin:100px 0 20px;
    font-family: 'Overpass', sans-serif;
    font-weight: 900;
}

.content {
    display: inline-block;
    background-color: #fff;
    width:75%;
    height:100%;
    position: absolute;
    left:25%;
    top: 0;
}

#transaction {
    position: fixed;
    bottom: 0;
    left:0;
    height: 0%;
    width: 100%;
    z-index: -1;
    background-color: rgba(0, 0, 0, 0.9);
    transition: 0.3ms ease-in-out;
    opacity: 0;
}

#transaction.move {
    height: 100%;
    opacity: 1;
    z-index: 1000;
}


.episodes_ul {
    position: absolute;
    bottom:40px;
    left:40px;
    list-style-type: none;
    padding: 0;
    margin:0;
    width:calc(100% - 200px);
    z-index: 5;
    color:#fff;
    text-align: left;
}

.episodes_ul li {
    display: inline-block;
    font-family: 'Overpass', sans-serif;
    font-weight: 700;
    font-style: normal;
    letter-spacing: -1px;
    font-size: 18px;
    margin-right: 5px;
    padding-right: 15px;
    padding-bottom: 5px;
    /* border-bottom:3px solid rgba(255,255,255,0.2);*/
}

.episodes_ul li ul {
    margin:0;
    padding: 0;
    font-size: 1px;
}

.episodes_ul li ul li { 
    padding: 2px;
}

.episodes_ul li ul li a { 
    font-size: 16px;
}

.episodes_ul li a {
    color: #fff;
    text-decoration: none;
}

.episodes_ul li a span {
    font-size: 15px;
    font-weight: 300;
    display: block;
}


.episodesimage {
    width: 100%;
    height: 160px;
    background-size: cover;
    display: inline-block;
    border:4px solid #fff;
    position: relative;
}

.trailer {
    position: relative;
    top: 0px;
    left:0;
    font-size: 26px;
    width: 100%;
    height:100%;
    display: block;
}

.trailer a { 
    position: relative;
    top: 0px;
    left:0;
    color: #fff;
    font-size: 26px;
    width: 100%;
    height:100%;
    display: block;
    padding-top: 50px;
    z-index: 10;
}

.trailer a i { 
    background: rgba(235,150,73,0.7);
    height: 40px;
    border-radius: 4px;
    line-height: 40px;
    width: 50px;
    transition: 0.5s ease;
} 

.trailer a:hover i {
    background: rgba(235,150,73,0.9);
}

.episodesimage iframe { 
    max-width: 506px;
    height: 285px;
}

.myndbond {
    height:400px;
    width:100%;
    overflow: hidden;
}

.myndbond .myndband {
    display:inline-block;
    width: calc(20% - 10px);
    height: 340px;
    vertical-align: top;
    margin-top: 20px;
    margin:20px 10px;
}

.season_win h2 {
    color:#fff;
    font-size: 26px;
    text-transform:uppercase;
}

.season_win h2  span {
    color:#3fddf9;
    font-weight: 500;
    display:block;
    clear: both;
}

.episodeinfo { 
    width: 100%;
    height: 400px;
    display: inline-block;
    vertical-align: top;
    color:#fff;
    padding-right: 20px;
    text-align: left;
    font-size: 15px;
}

.s_e {
    position: absolute;
    bottom:10px;
    left:10px;
    background-color: #000;
    color: #fff;
    font-size: 14px;
    padding: 3px 6px;border-radius: 3px;
}

.episodeinfo .description {
    display:none;
}

.episodeinfo h2 {
    text-transform: none;
    color: #fff;
    margin: 5px 0 0;
    font-size: 18px;
}

.episodeinfo h3 {
    text-transform: none;
    color: rgba(255,255,255,0.7);
    margin: 2px 0 0;
    font-weight: 500;
    font-size: 15px;
}

.episodeinfo span {
    color: rgba(255,255,255,0.7);
}


.episode {
    width: calc(25% - 5px);
    display: inline-block;
    vertical-align: top;
    padding: 0 10px;
    min-height: 260px;
}

.episode figure {
    width:100%;
    height:170px;
    float: none;
}

.episode .texti {
    width:100%;
    height:80px;
    margin-top:5px;
}

.episode figure figcaption {
    position: absolute;
    z-index: 2;
    background-image:url(../img/episode_back.png);
    background-size: cover;
    height:34px;
    line-height: 33px;
    width:106px;
    right:3px;
    top:3px;
    color:#1d389a;
    font-size: 17px;
}

.episode h3 {
    margin: 3px 0 1px;
    width: 100%;
    letter-spacing: 0px;
    font-weight: 700;
    font-size: 17px;
}

.episode h3 a {
    color: #1d389a;
    text-decoration: none;
}

.episode p {
    margin: 0px 0 2px;
    color:#555;
    font-size: 16px;
}

.slick-dots {
    list-style-type: none;
    position: absolute;
    bottom: -20px;
    z-index: 100;
    margin-left: -27px;
    width:100%;
}

.slick-dots li {
    display: inline-block;
    margin: 2px;
    width:16px;
    height:16px;
    border:1px solid #000;
    background: transparent;
    border-radius: 10px;
    cursor: pointer;
    opacity: 0.5;
    transition: 0.3s ease-in-out;
    position: relative;
}

.slick-dots li button {
    display: none;
    
}

.slick-dots li:hover {
    opacity: 0.9;
}

.slick-dots li.slick-active { background: #000;border:1px solid #000;opacity: 1; }

.slick-prev, .slick-next {
    position: absolute;
    left:50px;
    bottom:calc(0% + 80px);
    z-index: 1;
    height:100px;
    width:50px;
    opacity: 0.8;
    background:transparent;
    cursor: pointer;
    text-indent: 100px;
    overflow: hidden;
    border: none;
    transition: 0.3s ease-in-out;
}

.slick-next {
    right:50px;
    left: auto;
}

.slick-prev:hover, .slick-next:hover {
    opacity: 1;
}

.slick-prev.slick-disabled, .slick-next.slick-disabled {
    opacity: 0.3;
}

.slick-prev:after, .slick-next:after {
    font-family: 'Overpass', sans-serif;
    font-weight: 500;
    content: ">";
    position: absolute;
    left: 2px;
    top: 7px;
    text-indent: 0;
    font-size: 60px;
    width: 50px;
    z-index: 2;
    line-height: 1;
    color: #fff;
}

.slick-next:after {
    content: "<";
    left: 6px;
}

h4.upper {
    margin:0;
    font-size: 24px;
    font-weight: 300;
}

.destination_top {
    position: absolute;
    top:70px;
    left: 0;
    width:100%;
    z-index: 3;
}

.destination_top h2 { color:#fff;text-shadow: 0 0 3px rgba(0,0,0,0.1); }
.destination_top h4.upper { color:rgba(255,255,255,0.5); }

.books {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
}

.book {
    height:100px;
    width:10px;
    padding: 3px 0 0;
    font-size: 5px;
    display: inline-block;
    margin-left: 1px;
    overflow: hidden;
    border-radius: 2px;
    text-align: left;
    background-image: url(../img/bookspine.png);
    opacity: 0.9;
}

.book.start {
    transform: rotate(4deg);
    margin-right: 4px;
}

.book .book-spine {
    writing-mode: vertical-rl;
    height: 100px;
    width: 10px;
    line-height: 11px;
}


body.skodabok {
    /* or any other parent wrapper */
    margin: 0;
    display: flex;
    min-height: 100dvh;
    perspective: 1000px;
    font: 1em/1.4 "Poppins", sans-serif;
    overflow: hidden;
    color: hsl(180 68% 5%);
    background-image: radial-gradient(
      circle farthest-corner at 50% 50%,
      hsl(187 20% 88%) 30%,
      hsl(149 20% 94%) 100%
    );
}

#book1, #book6 {
    cursor: pointer;
}

.slide.mauricesvalises .content {
    background: #fff;
}

.slide.mauricesvalises .information {
    background: transparent;
}

.closebook {
    position: fixed;
    top: 70px;
    right: 20px;
    display: none;
    z-index: 1002;
    font-size: 28px;
    cursor: pointer;
    padding: 4px 8px;
    background-color: rgba(0, 0, 0, 0.6);
    color:#fff;
    font-family: 'Overpass', sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    border-radius: 4px;
    height:52px;
    width: 52px;
    line-height: 52px;
    text-align: center;
    cursor: pointer;
    transition: 0.3ms ease-in-out;
}

.closebook:hover {
    background-color: rgba(0, 0, 0, 0.9);
}

.closebook.open {
    display: inline-block;
}


.character_slide {
    width:calc(100vw * 6);
    height: 100vh;
}

.characters {
    overflow: hidden;
    height: calc(100% - 0px);
    margin-top: 0px;
}

.character {
    display: inline-block;
    width: calc(100% - 0px);
    height:calc(100% - 0px);
    margin: 0px;
    font-size: 5px;
    font-family: 'Overpass', sans-serif;
    font-weight: 800;
    font-style: normal;
    position: relative;
}

.character a {
    color:#fff;
    text-decoration: none;
}

.character .nafn, .char_mobile .nafn { 
    position: absolute;
    left:20px;
    bottom:20px;
    z-index: 3;
    opacity: 1;
}

.character .nafn h2, .char_mobile .nafn h2 { 
    font-size: 110px;
    margin:0;
    color:rgba(255,255,255,1);
    text-align: left;
    line-height: 1;
    text-shadow: 0 0 4px rgba(0,0,0,0.4);
}

.character .nafn h4, .char_mobile .nafn h4 {
    font-size: 28px;
    margin:0;
    color:rgba(255,255,255,0.6);
    text-align: left;
    line-height: 1;
    font-weight: 600;
}

.character .mynd, .charsmall .mynd {
    position: absolute;
    left:0;
    top:0px;
    height:calc(100vh - 0px);
    width:100%;
    z-index: 0;
    transition: 0.1s ease-in-out;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 720px;
    opacity: 0;
}

.charsmall.on .mynd { 
    opacity: 1;
}

.img-wrap {
    position: absolute;
    right: 0;
    top: 0px;
    width: calc(100% - 0px);
    height: calc(100% - 0px);
    transition: 0.1s ease-in-out;
    opacity: 1;
}

.back-img {
    background-size: auto 95%;
    background-position: center;
    background-repeat: no-repeat;
    height:107% !important;
}
.mo .back-img {
    top: -8% !important;
}

.mip .back-img {
    background-size: auto 85%;
    top: -7% !important;
}

.katmandu .back-img {
    top: -6% !important;
    background-size: auto 90%;
}

#showmobile {
    display: none;
}

h2.chara {
    position: absolute;
    top: 90px;
    font-size: 50px;
    color:#fff;
    left: 30px;
    z-index: 100;
    letter-spacing: 0px;
    opacity: 1;
    transition: 0.3s ease-in-out;
}

h2.chara.on {
    left: -300px;
    z-index: 100;
    opacity: 0;
}

.logo-flyin {
    width: 2px;
    height:1px;
    position: absolute;
    left:50%;
    top:50% ;
    background-image: url("../img/treasure_trekkers_logo.png");
    background-size: cover;
    transition: 1s ease-in-out;

}

.logo-flyin.end {
    width: 700px;
    height:530px;
    left:calc(50% - 350px);
    top:calc(50% - 265px);
}

.stars {
    position: fixed;
    top: 50%;
    left: 50%;
    height: 1px;
    width: 1px;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: -42vw -4vh 0px 0px #fff,25vw -41vh 0px 0px #fff,-20vw 49vh 0px 1px #fff,5vw 40vh 1px 1px #fff,29vw 19vh 1px 0px #fff,-44vw -13vh 0px 0px #fff,46vw 41vh 0px 1px #fff,-3vw -45vh 0px 1px #fff,47vw 35vh 1px 0px #fff,12vw -8vh 1px 0px #fff,-34vw 48vh 1px 1px #fff,32vw 26vh 1px 1px #fff,32vw -41vh 1px 1px #fff,0vw 37vh 1px 1px #fff,34vw -26vh 1px 0px #fff,-14vw -49vh 1px 0px #fff,-12vw 45vh 0px 1px #fff,-44vw -33vh 0px 1px #fff,-13vw 41vh 0px 0px #fff,-36vw -11vh 0px 1px #fff,-23vw -24vh 1px 0px #fff,-38vw -27vh 0px 1px #fff,16vw -19vh 0px 0px #fff,28vw 33vh 1px 0px #fff,-49vw -4vh 0px 0px #fff,16vw 32vh 0px 1px #fff,36vw -18vh 1px 0px #fff,-25vw -30vh 1px 0px #fff,-23vw 24vh 0px 1px #fff,-2vw -35vh 1px 1px #fff,-25vw 9vh 0px 0px #fff,-15vw -34vh 0px 0px #fff,-8vw -19vh 1px 0px #fff,-20vw -20vh 1px 1px #fff,42vw 50vh 0px 1px #fff,-32vw 10vh 1px 0px #fff,-23vw -17vh 0px 0px #fff,44vw 15vh 1px 0px #fff,-40vw 33vh 1px 1px #fff,-43vw 8vh 0px 0px #fff,-48vw -15vh 1px 1px #fff,-24vw 17vh 0px 0px #fff,-31vw 50vh 1px 0px #fff,36vw -38vh 0px 1px #fff,-7vw 48vh 0px 0px #fff,15vw -32vh 0px 0px #fff,29vw -41vh 0px 0px #fff,2vw 37vh 1px 0px #fff,7vw -40vh 1px 1px #fff,15vw 18vh 0px 0px #fff,25vw -13vh 1px 1px #fff,-46vw -12vh 1px 1px #fff,-18vw 22vh 0px 0px #fff,23vw -9vh 1px 0px #fff,50vw 12vh 0px 1px #fff,45vw 2vh 0px 0px #fff,14vw -48vh 1px 0px #fff,23vw 43vh 0px 1px #fff,-40vw 16vh 1px 1px #fff,20vw -31vh 0px 1px #fff,-17vw 44vh 1px 1px #fff,18vw -45vh 0px 0px #fff,33vw -6vh 0px 0px #fff,0vw 7vh 0px 1px #fff,-10vw -18vh 0px 1px #fff,-19vw 5vh 1px 0px #fff,1vw 42vh 0px 0px #fff,22vw 48vh 0px 1px #fff,39vw -8vh 1px 1px #fff,-6vw -42vh 1px 0px #fff,-47vw 34vh 0px 0px #fff,-46vw 19vh 0px 1px #fff,-12vw -32vh 0px 0px #fff,-45vw -38vh 0px 1px #fff,-28vw 18vh 1px 0px #fff,-38vw -46vh 1px 1px #fff,49vw -6vh 1px 1px #fff,-28vw 18vh 1px 1px #fff,10vw -24vh 0px 1px #fff,-5vw -11vh 1px 1px #fff,33vw -8vh 1px 0px #fff,-16vw 17vh 0px 0px #fff,18vw 27vh 0px 1px #fff,-8vw -10vh 1px 1px #fff;
    /* stars were too big with the layers above but left the code in case no one cares  -- as in, if noone's just that  one other loner who actually cares    */
    box-shadow: 24vw 9vh 1px 0px #fff,12vw -24vh 0px 1px #fff,-45vw -22vh 0px 0px #fff,-37vw -40vh 0px 1px #fff,29vw 19vh 0px 1px #fff,4vw -8vh 0px 1px #fff,-5vw 21vh 1px 1px #fff,-27vw 26vh 1px 1px #fff,-47vw -3vh 1px 1px #fff,-28vw -30vh 0px 1px #fff,-43vw -27vh 0px 1px #fff,4vw 22vh 1px 1px #fff,36vw 23vh 0px 0px #fff,-21vw 24vh 1px 1px #fff,-16vw 2vh 1px 0px #fff,-16vw -6vh 0px 0px #fff,5vw 26vh 0px 0px #fff,-34vw 41vh 0px 0px #fff,1vw 42vh 1px 1px #fff,11vw -13vh 1px 1px #fff,48vw -8vh 1px 0px #fff,22vw -15vh 0px 0px #fff,45vw 49vh 0px 0px #fff,43vw -27vh 1px 1px #fff,20vw -2vh 0px 0px #fff,8vw 22vh 0px 1px #fff,39vw 48vh 1px 1px #fff,-21vw -11vh 0px 1px #fff,-40vw 45vh 0px 1px #fff,11vw -30vh 1px 0px #fff,26vw 30vh 1px 0px #fff,45vw -29vh 0px 1px #fff,-2vw 18vh 0px 0px #fff,-29vw -45vh 1px 0px #fff,-7vw -27vh 1px 1px #fff,42vw 24vh 0px 0px #fff,45vw -48vh 1px 0px #fff,-36vw -18vh 0px 0px #fff,-44vw 13vh 0px 1px #fff,36vw 16vh 0px 1px #fff,40vw 24vh 0px 0px #fff,18vw 11vh 0px 0px #fff,-15vw -23vh 1px 0px #fff,-24vw 48vh 0px 1px #fff,27vw -45vh 1px 0px #fff,-2vw -24vh 0px 1px #fff,-15vw -28vh 0px 0px #fff,-43vw 13vh 1px 0px #fff,7vw 27vh 1px 0px #fff,47vw 5vh 0px 0px #fff,-45vw 15vh 1px 1px #fff,-5vw -28vh 0px 1px #fff,38vw 25vh 1px 1px #fff,-39vw -1vh 1px 0px #fff,5vw 0vh 1px 0px #fff,49vw 13vh 0px 0px #fff,48vw 10vh 0px 1px #fff,19vw -28vh 0px 0px #fff,4vw 7vh 0px 0px #fff,21vw 21vh 1px 1px #fff,-15vw -15vh 0px 1px #fff,-6vw -42vh 1px 0px #fff,-15vw 48vh 1px 1px #fff,-23vw 25vh 1px 1px #fff,-48vw 25vh 0px 1px #fff,-31vw -19vh 0px 1px #fff,4vw 37vh 1px 1px #fff,-43vw 28vh 0px 0px #fff,3vw -25vh 0px 1px #fff,-39vw 14vh 0px 1px #fff,-40vw 31vh 0px 1px #fff,35vw -36vh 1px 1px #fff,16vw 49vh 0px 0px #fff,6vw 39vh 0px 0px #fff,3vw -35vh 0px 1px #fff,-44vw -2vh 1px 0px #fff,-6vw 21vh 1px 0px #fff,48vw 9vh 1px 1px #fff,-43vw 30vh 1px 1px #fff,29vw -12vh 1px 1px #fff,-48vw 13vh 1px 0px #fff,-42vw 32vh 1px 1px #fff,34vw 15vh 1px 1px #fff,29vw -37vh 1px 1px #fff,28vw 2vh 0px 0px #fff;
    animation: zoom 16s alternate infinite;
    opacity: 0.6;
}

@keyframes zoom {
    0%{
        transform: scale(1);
    }
    100%{
        transform: scale(1.5);
    }
}

.contactus {
    position: fixed;
    right: 20px;
    top: 15px;
    height: 42px;
    width: auto;
    text-align: center;
    color: #fff;
    line-height: 42px;
    font-size: 15px;
    background-color: rgba(0,0,0,0.6);
    border-radius: 4px;
    transition: 0.3s ease-in-out;
    cursor: pointer;
    opacity: 1;
    font-family: 'Overpass', sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    padding: 0 15px;
}

.contactus a {
    color: #fff;
    text-decoration: none;
}

.map {
    width: 1000px;
    height:679px;
    position: relative;
    transform: rotate(1deg);
    overflow: hidden;
    background-image: url(../img/empathramap/base.png);
    background-size: cover;
    margin: 0 auto;
}

.path {
    position: absolute;
    top:0;
    left: 0;
    height:100%;
    width:20%;
    background-image: url(../img/empathramap/path.png);
    background-size: cover;
    transition: 0.2s ease-in-out;
}

.path.steptwo {
    width:45%;
}

.path.stepthree {
    width: 64%;
}

.path.finalstep {
    width: 100%;
}

.auka {
    position: absolute;
    top:0;
    left: 0;
    height:100%;
    width:100%;
    background-image: url(../img/empathramap/auka.png);
    background-size: cover;
}

.greenpath {
    position: absolute;
    top:0;
    left: 0;
    height:100%;
    width:100%;
    background-image: url(../img/empathramap/greenpath.png);
    background-size: cover;
}

.greenpath_step1on {
    position: absolute;
    top:0;
    left: 0;
    height:100%;
    width:100%;
    background-image: url(../img/empathramap/greenpath_1stepon.png);
    background-size: cover;
    opacity: 0;
    transition: 0.2s ease-in-out;
}

.greenpath_step1on.show {
    opacity: 1;
}

.greenpath_step2on {
    position: absolute;
    top:0;
    left: 0;
    height:100%;
    width:100%;
    background-image: url(../img/empathramap/greenpath_2stepon.png);
    background-size: cover;
    opacity: 0;
    transition: 0.2s ease-in-out;
}

.greenpath_step2on.show {
    opacity: 1;
}

.hand {
    position: absolute;
    top:0;
    left: 0;
    height:100%;
    width:100%;
    background-image: url(../img/empathramap/hand.png);
    background-size: cover;
}

.handon {
    position: absolute;
    top:0;
    left: 0;
    height:100%;
    width:100%;
    background-image: url(../img/empathramap/hand_on.png?v=1);
    background-size: cover;
    opacity: 0;
    transition: 0.2s ease-in-out;
}

.handon.show {
    opacity: 1;
}

.handover {
    position: absolute;
    top:0;
    left: 0;
    height:100%;
    width:100%;
    background-image: url(../img/empathramap/hand_over.png?v=1);
    background-size: cover;
    opacity: 0;
    transition: 0.2s ease-in-out;
}

.handover.show {
    opacity: 0.7;
}

.handspace {
    height:230px;
    width:215px;
    top: 98px;
    right:140px;
    position: absolute;
    cursor: pointer;
    z-index: 10;
}

.compass {
    position: absolute;
    top:0;
    left: 0;
    height:100%;
    width:100%;
    background-image: url(../img/empathramap/compass.png);
    background-size: cover;
}

.marmo {
    position: absolute;
    top: 100px;
    right: 100px;
    height:50px;
    width:50px;
    background-image: url(../img/marmo_icon.png);
    background-size: cover;
    transition: 0.3s ease-in-out;
    cursor: pointer;
}

.marmo_page {
    position: absolute;
    bottom: 0px;
    right: 0px;
    height: 300px;
    width: 200px;
    cursor: pointer;
}

.marmo_page .page {
    height: 250px;
    width: 172px;
    transform: rotate(-20deg);
    background-image: url(../img/MarmoJetCoverColor4.jpg);
    background-size: 172px 250px;
    transition: 0.3s ease-in-out;
    background-position: bottom;
    margin: 70px 0 0 40px;
    opacity: 0.8;
    filter: blur(1px);
}

.marmo_page:hover .page {
    height: 300px;
    width: 207px;
    background-size: 207px 300px;
    margin: 20px 0 0 10px;
    opacity: 1;
    filter: blur(0px);
}

.marmo:hover {
    top: 75px;
    right: 75px;
    height:100px;
    width:100px;
}

.magazinewin {
    margin-top: 100px;
    position: absolute;
    top:100px;
    z-index: 10000;
}

#magazine{
	width:800px;
	height:522px;
}

#magazine .turn-page {
	background-color:#ccc;
	background-size:100% 100%;
}

.iceland_shadow {
    width: 80px;
    height: 80px;
    background:transparent;
    position: absolute;
    top: 250px;
    left: 378px;
    cursor: pointer;
    background-size: cover;
    transition: 0.3s ease-in-out;
    z-index: 9;
    box-shadow: 0 0 20px rgba(0,0,0, 0.55);
    border-radius: 40px;
}

.iceland {
    width: 80px;
    height: 80px;
    background-image: url(../img/coin_maurices_valises.png);
    position: absolute;
    top: 250px;
    left: 378px;
    cursor: pointer;
    background-size: cover;
    transition: 0.3s ease-in-out;
    z-index: 10;
}

.blur_earthelders {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 235px;
    left: 195px;
    background-color: rgba(3, 230, 91, 1);
    filter: blur(3rem);
    transition: 0.3s ease-in-out;
    opacity: 0;
    z-index: 1;
}


.blur_movie {
    width: 80px;
    height: 80px;
    position: absolute;
    top: 200px;
    right: 195px;
    background-color: rgba(3, 230, 91, 1);
    filter: blur(3rem);
    transition: 0.3s ease-in-out;
    opacity: 0;
    z-index: 1;
}

.blur_earthelders.show {
    opacity: 1;
    width: 80px;
    height: 80px;
    top: 215px;
    left: 175px;
}

.blur_mauricesvalises {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 270px;
    left: 398px;
    background-color: rgba(3, 230, 91, 1);
    filter: blur(3rem);
    transition: 0.3s ease-in-out;
    opacity: 0;
    z-index: 1;
}

.blur_mauricesvalises.show {
    opacity: 1;
    width: 80px;
    height: 80px;
    top: 250px;
    left: 378px;
}

.blur_tv {
    width: 40px;
    height: 40px;
    position: absolute;
    bottom: 207px;
    right: 367px;
    background-color: rgba(3, 230, 91, 1);
    filter: blur(3rem);
    transition: 0.3s ease-in-out;
    opacity: 0;
    z-index: 1;
}

.blur_tv.show {
    opacity: 1;
    width: 80px;
    height: 80px;
    bottom: 187px;
    right: 347px;
}

.blur_movie.show {
    opacity: 1;
}

.iceland:hover {
    background-image: url(../img/coin_maurices_valises_on.png);
}

#container {
    height:calc(100vh - 200px);
}


#AChristmasTail {
    height:calc(100vh - 190px);
    width: 100%;
    z-index: 10000;
    position: absolute;
    display: none;
    margin: 120px 0 0;
    padding: 50px 0;
    /*
    transform-style: preserve-3d;
    transition: translate 1s;
    translate: calc(min(0, 1) * 50%) 0%;
    rotate: 1 0 0 20deg;
    */
}

#AChristmasTail.read {
    display: block;
}

.bookviewer {
    position: absolute;
    top:0;
    left:0;
    height:100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    display: none;
}

.bookviewer.read {
    display: block;
    z-index: 9999;
}


.fbclosebook {
    position: fixed;
    top: 70px;
    right: 20px;
    display: none;
    z-index: 10002;
    font-size: 28px;
    cursor: pointer;
    padding: 4px 8px;
    background-color: rgba(0, 0, 0, 0.6);
    color:#fff;
    font-family: 'Overpass', sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    border-radius: 4px;
    height:52px;
    width: 52px;
    line-height: 52px;
    text-align: center;
    cursor: pointer;
    transition: 0.3ms ease-in-out;
}

.fbclosebook:hover {
    background-color: rgba(0, 0, 0, 0.9);
}

.fbclosebook.read {
    display: inline-block;
}

.allbooks {
    max-width: 1200px;
    margin: 0 auto;
}

.fire {
    width: 0px;
    height: 0px;
    left: calc(50% - 0px);
    top: calc(50% - 0px);
    transition: 1s ease-in-out;
    position: absolute;
    transform: rotate(13deg);
    animation: burn 6.5s linear infinite alternate;
    opacity: 0;
    border-radius: 50%;
}

.fire.end {
    width: 563px;
    height: 464px;
    left: calc(50% - 277px);
    top: calc(50% - 228px);
    opacity: 0.5;
}

@keyframes burn {
    from { box-shadow: -.2em 0 .6em #edfcfc, .2em -.2em .6em #e3fbfc, -.2em -.2em .8em #d7feff, .2em -.3em .3em #96c9ff, -.2em -.4em .4em #4575ef, .1em -.5em .7em #5593ff, .1em -.7em .7em #3c79fb; }
    45%  { box-shadow: .2em -.4em 1em #edfcfc, .15em 0 .8em #e3fbfc, -.1em -.25em .10em #d7feff, .15em -.45em .5em #96c9ff, -.1em -.5em .6em #4575ef, 0 -.8em .6em #5593ff, .2em -1em .8em #3c79fb; }
    70%  { box-shadow: -.2em 0 .6em #edfcfc, .2em -.2em .6em #e3fbfc, -.2em -.2em .12em #d7feff, .2em -.3em .4em #96c9ff, -.2em -.4em .7em #4575ef, .1em -.5em .7em #5593ff, .1em -.7em .9em #3c79fb; }
    to   { box-shadow: -.2em -.4em .6em #edfcfc, -.25em 0 .12em #e3fbfc, .1em -.25em .12em #d7feff, -.15em -.45em .5em #96c9ff, .1em -.5em .6em #4575ef, 0 -.8em .6em #5593ff, -.2em -1em .8em #3c79fb; }
}

.skipintro {
    display: inline-block;
    padding: 5px 20px;
    margin-top: 10px;
    background-color: #000;
    font-size: 18px;
    opacity: 0.6;
    cursor: pointer;
    transition: 0.3s ease-in-out;
    border-radius: 8px;
}

.skipintro:hover {
    opacity: 1;
}


.sparkle {
    width: 80px;
    height: 80px;
    font-size: 0px;
    z-index: 2;
    position: relative;
    position: absolute;
    top: 215px;
    left: 175px;
    opacity: 0;
    /*transition: 0.3s ease-in-out;*/
}

.sparkle.mv {
    top: 250px;
    left: 378px;
}

.sparkle.mtv {
    top: auto;
    left: auto;
    bottom: 187px;
    right: 347px;
}

.sparkle.mov {
    top: 200px;
    left: auto;
    right: 220px;
}


.sparkle.show {
    opacity: 1;
}

.star {
    --star-size: 10px;
    --star-life: 5s;
    --start-left: 0px;
    --start-top: 0px;
    --end-left: 0px;
    --end-top: 0px;
    --star-color: rgba(158,191,0,1);

    width: var(--star-size);
    height: var(--star-size);
    left: var(--end-left);
    top: var(--end-top);
    background: var(--star-color);
    position: absolute;
    mix-blend-mode: lighten;
    animation: slide var(--star-life) ease-in forwards;
    border-radius: 50%;
    filter: blur(1px);
}

.star:after {
    display: block;
    content: "";
    width: var(--star-size);
    height: var(--star-size);
    background-color: var(--bg);
    border-radius: 100%;
    position: relative;
    top: calc(var(--star-size) / 2 * -1);
    left: calc(var(--star-size) / 2 * -1);
    box-shadow: var(--star-size) var(--star-size) var(--bg),
    var(--star-size) 0px var(--bg),
    0px var(--star-size) var(--bg);
}

@keyframes slide {
    0%{
        left: var(--start-left);
        top: var(--start-top);
        transform: rotate(0deg);
        opacity: 0;
    }
    100%{
        left: var(--end-left);
        top: var(--end-top);
        transform: rotate(calc(180deg * var(--star-life-num))) scale(0.5);
        opacity: 1;
    }
}