
.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: 68px !important;
    top:auto !important;
    left: auto !important;
    width:32px;
    height:32px;
    z-index: 12;
    font-size: 34px;
    color:#3fddf9;
    cursor: pointer;
    opacity: 0.8;
    --fa-primary-color: rgb(255, 255, 255);
    --fa-secondary-color: rgb(25, 125, 190);
}

.arrow.on {
    opacity: 1;
}

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

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

.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: 215px;
    left: calc(50% - -64px);
    height: 70px;
    width: 80px;
    background-color: rgba(0,0,0,0);
    padding: 20px;
    cursor: pointer;
    color:#a7cd6d;
    text-align: left;
    font-size: 8px;
    border:1px solid #494b2b;
}


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

.tvstart {
    height: 9px;
    width: 2px;
    background-color: #82a351;
    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:80px;
    width: 100%;
    font-family: 'aerovias_brasil_nfregular', sans-serif;
    font-weight: normal;
    font-size: 50px;
}

.robintext {
    position: absolute;
    z-index: 101;
    bottom:50px;
    width: 100%;
    font-family: 'aerovias_brasil_nfregular', sans-serif;
    font-weight: normal;
    font-size: 22px;
    color:rgba(255,255,255,0.8);
}


.maurices_valises_book-wrapper {
    width: calc(100% / 6);
    display: inline-block;
    margin-bottom: 40px;
}

.maurices_valises_book-notebook {
    height: 160px;
    width: 180px;
    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;
}

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

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

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

.notebook-cover {
    background: #cc4b48;
    height: 160px;
    width: 180px;
    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: 300px;
    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: 60px;
    z-index: 100;
    margin-left: -27px;
    width:100%;
}

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

.slick-dots li:nth-child(1) { display:none; }

.destinations .slick-dots li:nth-child(1) {
    display: inline-block;
}

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

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

.slick-dots li.slick-active { background: #fff;border:1px solid #fff;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-image: url(../img/MV_cover_003_sz_mouse.jpg);
    background-size: 400px auto;
    background-position: right bottom;
    background-repeat: no-repeat;
}

.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;
}

.flipbookviewer {
    margin: 0; 
    min-height: 100dvh;
    perspective: 1000px;
    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%
    );
    position: fixed;
    z-index: 100;
    width: 100%;
    height:100%;
    top:0;
    left:0;
    display: none;
    opacity: 0;
    transition: 0.3ms ease-in-out;
}

.flipbookviewer.open {
    display: flex;
    opacity: 1;
}

/* FlipBook */

.flipbook {
    position: relative;
    display: flex;
    margin: auto;
    width: 60cqmin;
    pointer-events: none;
    transform-style: preserve-3d;
    transition: translate 1s;
    translate: calc(min(var(--c), 1) * 50%) 0%;
    rotate: 1 0 0 20deg;
}

.fb_page {
    --thickness: 3;
    flex: none;
    display: flex;
    width: 100%;
    font-size: 2cqmin;
    pointer-events: all;
    user-select: none;
    transform-style: preserve-3d;
    transform-origin: left center;
    transition: transform 1s, rotate 1s ease-in calc((min(var(--i), var(--c)) - max(var(--i), var(--c))) * 50ms);
    translate: calc(var(--i) * -100%) 0px 0px;
    transform: translateZ( calc((var(--c) - var(--i) - 0.5) * calc(var(--thickness) * .23cqmin)));
    rotate: 0 1 0 calc(clamp(0, var(--c) - var(--i), 1) * -180deg);
}

.front, .back {
    position: relative;
    flex: none;
    width: 100%;
    backface-visibility: hidden;
    overflow: hidden;
    background-color: #fff;
    translate: 0px;
}

.back {
    translate: -100% 0;
    rotate: 0 1 0 180deg;
}

.flipbook {
    counter-reset: page -1;
    & a {
        color: inherit;
    }
}

.fb_page {
    box-shadow: 0em .5em 1em -.2em #00000020;
}


.front, .back {
    display: flex;
    flex-flow: column wrap;
    justify-content: space-between;
    padding: 2em;
    border: 1px solid #0002;

    &:has(img) {
        padding: 0;
    }

    & img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    &::after {
        position: absolute;
        bottom: 1em;
        counter-increment: page;
        content: counter(page) ".";
        font-size: 0.8em;
    }
}
.cover {
    &::after {
        content: "";
    }
}
.front {
    &::after {
        right: 1em;
    }
    background: linear-gradient(to left, #f7f7f7 80%, #eee 100%);
    border-radius: .1em .5em .5em .1em;
}

.back {
    &::after {
        left: 1em;
    }
    background-image: linear-gradient(to right, #f7f7f7 80%, #eee 100%);
    border-radius: .5em .1em .1em .5em;
}

.front {
    background-image: url(../img/book_page_r.jpg);
    background-size: 100% 100%;
}

.back {
    background-image: url(../img/book_page_l.jpg);
    background-size: 100% 100%;
}

.cover {
    background-image: url("../img/books/book1_cover.png");
    background-size: 100% 100%;
}

.back.cover {
    background-image: url("../img/books/book1_backcover.png");
}


.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;
}

.characters .slick-dots {
    position: absolute;
    right: 30px;
    bottom: 30px;
    z-index: 100;
}

.characters .slick-dots li {
    width:60px;
    height: 60px;
    border-radius: 30px;
    border:2px solid #fff;
    opacity: 1;
    background:transparent;
    position: relative;
    vertical-align: top;
}

.charsmall h3  { 
    font-size: 32px;
    color: #fff;
    margin: 0;
    padding: 0;
    text-align: left;
    text-shadow: 0 0 3px rgba(0,0,0,0.3);
    transition: 0.3s ease-in-out;
    line-height: 1;
    text-transform: uppercase;
}

.charsmall.on h3 { 
    font-size: 70px;
}

.char_mobile h3 { 
    color: #fff;
    font-size: 50px;
    margin: 0;
    padding: 0;
    text-align: left;
    text-shadow: 0 0 3px rgba(0,0,0,0.3);
    transition: 0.3s ease-in-out;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 0px;
}

.charsmall {
    width:calc(20% - 2px);
    display: inline-block;
    height:calc(100vh - 0px);
    background-position: center;
    position: relative;
    cursor: pointer;
    transition: 0.3s ease-in-out;
    background-size: cover;
}

.charsmall.off {
    width:calc(4% - 1px);
}

.charsmall.off .nafn {
    opacity: 0;
}

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

.charsmall.on {
    width:calc(84% - 2px);
}

.charsmall.on .img-wrap {
    opacity: 0;
}

.charsmall mynd {
    width:100%;
    height:100%;
    position: absolute;
}

.charsmall .char_text {
    position: absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 0;
    opacity: 0;
    transition: 0.5s ease-in-out;
}

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

.textone {
    position: absolute;
    top:100px;
    left:70px;
    z-index: 101;
}

.texttwo {
    position: absolute;
    top:50%;
    right: calc(50% - 480px);
    z-index: 101;
}

.texthree {
    position: absolute;
    top:100px;
    right:70px;
    z-index: 101;
}

.textone h4 { 
    font-size: 48px;
    max-width: 400px;
    color: #fff;
    margin: 0;
    line-height: 1;
    text-align: left;
    letter-spacing: -1px;
}

.texttwo h4 { 
    font-size: 70px;
    font-weight: 300;
    color:#fff;
    margin: 0;
    line-height: 1;
    letter-spacing: -1px;
    text-align: left;
}

.texthree h4 { 
    font-size: 48px;
    max-width: 400px;
    color: #fff;
    margin: 0;
    line-height: 1;
    text-align: right;
    letter-spacing: -1px;
}

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

}

.logo-flyin.end {
    width: 600px;
    height:454px;
    left:calc(50% - 300px);
    top:calc(50% - 227px);
}

.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);
    }
}

section {
    height:100vh;
    background: #000;
}

section:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to top, #2aa324 , #288923, #216c1e, #478444, #89b087, #ffffff);
    mix-blend-mode: color;
    pointer-events: none;
    opacity: 0.1;
    transition: 2s ease-in-out;
}

section.show:before {
    opacity: 0.9;
}

#canvas {
    width: 100%;
    height: 320px;
    position: relative;
    z-index: 0;
    pointer-events: none;
    margin-top: 0px;
    opacity: 0.4;
    transition: 4s ease-in-out;
}

#canvas.show {
    opacity: 1;
}

.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: 60vw;
    height:80vh;
    border: 1px solid #baab83;
    background-color: #89704d;
    border-radius: 2px;
    position: absolute;
    left:calc(50% - 30vw);
    top:calc(50% - 40vh);
    transform: rotate(1deg);
    position: relative;
    overflow: hidden;
}

.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;
}

.compass {
    width: 100px;
    height: 100px;
    background: transparent;
    border: 0px solid #333;
    border-radius:50%;
    position: relative;
    margin: 30px;
}

.compass .compass-needles {
    position: absolute;
    top: 10%;
    left: 10%;
    width: 80%;
    height: 80%;
    border: 1px solid #555;
    border-radius: 50%;
    background:#c1a44b;
}

.compass .compass-needle-north {
    width: 3px;
    height: 45%;
    position: absolute;
    background: red;
    top: calc(5% + 1px);
    left: calc(50% - 3px/2);
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
}

.compass .compass-needle-south {
    width: 3px;
    height: 45%;
    position: absolute;
    background: black;
    top: 50%;
    left: calc(50% - 3px/2);
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
}

.compass .compass-ortho {
    list-style: none;
    margin: 0;padding:0;
    width: 100px;
    height: 100px;
    display: block;
    position: relative;
    font-family: 'aerovias_brasil_nfregular';
}

.compass .compass-ortho-north {
    position: absolute;
    top: -13px;
    left: 0;right: 0;
    width: 100%;
    text-align: center;
}

.compass .compass-ortho-south {
    position: absolute;
    bottom: -13px;
    left: 0;right: 0;
    width: 100%;
    text-align: center;
}

.compass .compass-ortho-west {
    position: absolute;
    left: -13px;
    top: 45%;
}

.compass .compass-ortho-east {
    position: absolute;
    right: -13px;
    top: 45%;
}

.compass-oil {
    width:100%;
    height: 100%;
    background: red;
}

.compass-dial {
    transform: rotate(16deg);
}

.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 {
    width:100px;
    height:77px;
    background-image: url(../img/Sticker_001.png);
    position: absolute;
    bottom:250px;
    left:200px;
    cursor: pointer;
}

.mvbook {
    background-image: url(../img/books/InTheBeginningCover.jpg);
    width: 300px;
    height:200px;
    background-size: cover;
    bottom: 0;
    left:19px;
    position: absolute;
    cursor: pointer;
    transition: 0.3s ease-in-out;
    opacity: 0.8;
    filter: blur(1px);
}

.mvbook:hover {
    height:240px;
    filter: blur(0px);
    opacity: 1;
}

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


#AChristmasTail {
    height:calc(100vh - 300px);
    width: 100%;
    z-index: 10000;
    position: absolute;
    display: none;
    margin: 150px 0 0;
    padding: 50px 0;
}

#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: 1300px;
    margin: 0 auto;
}

