:root {
    --animTime: 0.30s;
    --ease: cubic-bezier(0.315, 0.185, 0.185, 1.650);
}

* {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: inherit;
}

a:active {
    color: orange;
}

body {
    background-color: white;
    margin: 0;
    border: 0;
    font-family: 'Mitr', sans-serif;
}

.t1 {
    color: white;
    font-family: 'Titan One', cursive;
    font-size: 3.3em;
    text-shadow: -2px 2px 3px rgba(0, 0, 0, 0.5);
    z-index: 4;
}

.t2 {
    color: #2d2520;
    font-family: 'Titan One', cursive;
    font-size: 3.3em;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
    z-index: 4;
}

.bgVideoContainer {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 100%;
    width: 100%;
    z-index: -100;
    transform: translate(-50%, -50%);
    overflow: hidden;
}

.bgVideo {
    position: absolute;
    left: 50%;
    top: 50%;
    min-width: 100%;
    min-height: 100%;

    height: auto;
    width: auto;
    transform: translate(-50%, -50%);
}

/* like a second layer above anothers */
.headerholder {
    position: fixed;
    height: auto;
    width: 100%;
    top: 0px;
    z-index: 10;
}

.headerlogo {
    position: absolute;
    width: 220px;

    top: 30px;
    left: 30px;
    cursor: pointer;

    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.headerlogo img {
    width: 100%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.headerlogo img:hover {
    transform: scale(1.05);
}

.mobilemenu,
.mobilemenu_container {
    display: none;
}

.widget {
    position: absolute;
    height: 165px;
    width: 650px;
    vertical-align: middle;
    top: 750px;
    left: 50%;
    transform: translate(-50%);
    cursor: pointer;
    font-size: 1.3em;
    box-shadow: -2px 2px 5px rgba(0, 0, 0, 0.4);
    z-index: 3;
}

/* menu */
.headermenu {
    background-color: rgb(53, 53, 53);
    position: absolute;
    width: 760px;
    height: 50px;
    top: 50px;
    right: 0px;
    border-radius: 5px;
    text-align: center;
    vertical-align: top;

    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.menubutton {
    height: 100%;
    width: 85px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    color: white;
    line-height: 50px;
    cursor: pointer;
    font-size: 0.9em;

    -webkit-transition: var(--animTime);
    transition: var(--animTime);
}

.menubutton:hover {
    font-size: 0.95em;
}

.socialbutton {
    display: inline-block;
    height: 36px;
    width: 36px;
    border: 0;
    line-height: -50px;
    text-align: center;
    cursor: pointer;
    color: white;
    vertical-align: middle;

    -webkit-transition: var(--animTime) var(--ease);
    transition: var(--animTime) var(--ease);
}

.socialbutton:hover {
    transform: scale(1.1);
}

.socialbutton img {
    width: 100%;
}

.page {
    position: relative;
    height: auto;
    max-width: 1140px;
    width: 100%;
    margin: 0 auto;
}

.container {
    position: relative;
    width: 100%;
    height: 830px;
}

/* HOME */
.home {
    background-image: url(../img/video-pattern.png);
    height: 710px;
}

.homeimg {
    position: absolute;
    right: 50px;
    top: 130px;
    z-index: 2;
    /* animation: raccoointro 1.5s ease-out; */
    /* animation-duration: 1s; */
    z-index: 3;
}

.knight {
    position: absolute;
    right: 40px;
    top: 120px;
    animation: knightintro ease-out;
    animation-duration: 0.8s;
}

.knight img {
    height: 220px;
}

.date {
    /* background-color: #0c9449; */

    position: absolute;
    top: 730px;
    left: 40px;
    z-index: 3;
    /* font-weight: bold; */
    font-size: 1.5em;
    color: #3b3b3b;
    font-family: 'Titan One', cursive;
}

.consoles-holder {
    /* background-color: #2d2520; */

    position: absolute;
    width: calc(100% - 80px);
    /* height: 64px; */
    top: 780px;
    left: 40px;
    z-index: 3;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px 2px;
}

.cons-icon {
    cursor: pointer;
}

/* animation raccoo img */
@-webkit-keyframes raccoointro {
    0% {
        top: 400px;
        opacity: 0;
    }

    50% {
        opacity: 100;
    }

    100% {
        top: 300px;
    }
}

@keyframes raccoointro {
    0% {
        top: 400px;
        opacity: 0;
    }

    50% {
        opacity: 100;
    }

    100% {
        top: 300px;
    }
}

/* animation knight */
@-webkit-keyframes knightintro {
    0% {
        opacity: 0;
        transform: scale(0.6);
    }

    100% {
        opacity: 100;
        transform: scale(1);
    }
}

@keyframes knightintro {
    0% {
        opacity: 0;
        transform: scale(0.6);
    }

    100% {
        opacity: 100;
        transform: scale(1);
    }
}

.call {
    position: relative;
    width: 850px;
    height: 120px;
    top: 170px;
    left: 40px;
}

.subcall {
    position: relative;
    width: 850px;
    height: 30px;
    top: 180px;
    left: 40px;
    color: white;
    text-shadow: -2px 2px 3px rgba(0, 0, 0, 0.5);
    font-size: 1.1em;
}

.fastinfo {
    position: absolute;
    height: 100px;
    width: 480px;
    left: 50px;
    top: 510px;
    font-size: 0.9em;
    line-height: 1.2em;
    color: white;
}

.divisor {
    background-image: url(../img/divisor-01.png);
    background-size: auto 100%;
    position: relative;
    width: 100%;
    height: 150px;
    margin-top: -150px;
    top: 75px;
    z-index: 2;
}

.divisor2 {
    background-image: url(../img/divisor-02.png);
    height: 295px;
}

.alphabutton {
    background-color: #dd5100;
    position: relative;
    height: 90px;
    width: 520px;
    /* display: inline-block; */
    vertical-align: middle;
    text-align: center;
    color: rgb(193, 255, 234);
    line-height: 80px;
    top: 450px;
    left: 40px;
    cursor: pointer;
    border-radius: 12px;
    font-size: 1.6em;
    letter-spacing: -0.5px;
    box-shadow: -2px 2px 5px rgba(0, 0, 0, 0.4);
    /* padding-top: 10px; */
}

.redirect {
    position: relative;
    font-size: 0.5em;
    letter-spacing: 0px;
    top: -45px;
    color: rgba(56, 22, 0, 0.664);
}

.alphabutton img {
    vertical-align: middle;
    width: 72px;
}

.steambutton {
    background-color: #0c9449;
    position: relative;
    height: 70px;
    width: 320px;
    /* display: inline-block; */
    vertical-align: middle;
    text-align: center;
    color: rgb(193, 255, 234);
    line-height: 70px;
    top: 450px;
    left: 40px;
    cursor: pointer;
    border-radius: 5px;
    font-size: 1.3em;
    box-shadow: -2px 2px 5px rgba(0, 0, 0, 0.4);
}

.steambutton img {
    vertical-align: middle;
    width: 56px;
}

/* TRAILER */
.trailer {
    background-image: url(../img/orange-pattern.jpg);
    background-color: rgb(241, 241, 241);
    height: 750px;
}

.trailer_title {
    position: absolute;

    width: 560px;
    height: 120px;

    left: 50%;
    transform: translate(-50%);
    top: 130px;
    z-index: 2;
}

.trailervideo {
    position: absolute;
    height: 439px;
    width: 780px;
    left: 50%;
    top: 210px;
    transform: translate(-50%);
    -moz-border-radius: 8px;
    border-radius: 8px;
    overflow: hidden;
}

.wishlistcall {
    position: absolute;

    width: 760px;
    height: 120px;

    left: 50%;
    transform: translate(-50%);
    top: 700px;
    z-index: 2;
    font-size: 2em;
    text-align: center;
}

/* HISTORY */
.history {
    background-image: url(../img/keppers-pattern.png);
    background-color: rgb(241, 241, 241);
    height: 740px;
}

.history_title {
    position: absolute;

    width: 600px;
    height: 120px;

    left: 585px;
    top: 100px;
    z-index: 3;
}

.history_text {
    position: absolute;
    left: 590px;
    top: 180px;
    height: 540px;
    width: 500px;
    z-index: 3;
}

.history_img {
    position: absolute;
    top: -40px;
    left: 5px;
    width: auto;
    z-index: 2;
}

.history_img img {
    width: 100%;
}

.history_img_overlay {
    position: absolute;
    top: 0px;
}

.history_img_overlay img {

    animation: flash 2s ease-in-out;
    animation-iteration-count: infinite;
}

@-webkit-keyframes flash {

    0%,
    100% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }
}

@keyframes flash {

    0%,
    100% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }
}


/* MAGIC */
.magic {
    background-image: url(../img/v-pattern.png);
    background-color: rgb(255, 174, 0);
    height: 1050px;
}

.magic_title {
    position: relative;

    margin: 0px auto;
    width: 560px;
    height: 120px;
    text-align: center;
    top: 150px;
}

.magic_left_img {
    position: absolute;
    left: -50px;
    width: 320px;
    top: 150px;
}

.magic_right_img {
    position: absolute;
    right: -50px;
    width: 320px;
    top: 150px;
}

.magic_left_img img {
    width: 320px;
}

.magic_right_img img {
    width: 320px;
}

.magic_text {
    position: relative;
    width: 560px;
    height: auto;
    margin: 20px auto;
    top: 150px;
    text-align: center;
    color: white;
}

.talisma_holder {
    width: 730px;
    height: 150px;
    margin: 170px auto auto auto;
    text-align: center;
}

.talisma_img {
    position: relative;
    display: inline-block;
    width: 150px;
    height: 150px;
}

.talisma_img img {
    width: 100%;
    animation: hover 3s ease-in-out infinite;
}

/* Talisma entry */
@-webkit-keyframes talisma_entry {
    0% {
        opacity: 0;
        transform: scale(1.2);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes talisma_entry {
    0% {
        opacity: 0;
        transform: scale(1.2);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

/* talisma swing */
@-webkit-keyframes hover {

    0%,
    100% {
        transform: rotate(5deg);
    }

    50% {
        transform: rotate(-5deg);
    }
}

@keyframes hover {

    0%,
    100% {
        transform: rotate(5deg);
    }

    50% {
        transform: rotate(-5deg);
    }
}

.powerup_videos_holder {
    width: 100%;
    height: auto;
    margin-top: 50px;
    text-align: center;
}

.powerup_video {
    position: relative;
    width: 460px;
    height: 280px;
    margin: 0 -50px;
    display: inline-block;
    vertical-align: top;
}

.powerup_video img {
    width: 100%;
}

.powerup_video video {
    width: 100%;
    border: solid white 8px;
}

#powerup_video_front {
    padding-top: 50px;
    vertical-align: bottom;
    z-index: 2;
}

@-webkit-keyframes video_entry {
    0% {
        opacity: 0;
        transform: scale(1.2);
    }

    100% {
        opacity: 1;
    }
}

@keyframes video_entry {
    0% {
        opacity: 0;
        transform: scale(1.2);
    }

    100% {
        opacity: 1;
    }
}

.minivideos_holder {
    width: 100%;
    height: auto;
    top: 540px;
    text-align: center;
    position: relative;
    z-index: 3;
}

/* MAGIC PART 2 */
.magic_02 {
    height: 650px;
    background-image: url(../img/mask_01.png), url(../img/raccoobg-01.jpg);
    background-repeat: repeat, no-repeat;
    background-size: cover;
    background-position: center;
    -webkit-background-size: auto, cover;
    -moz-background-size: auto, cover;
    -o-background-size: auto, cover;
}

.magic2_title {
    position: absolute;
    width: 634px;
    height: 120px;
    top: 150px;
    text-align: right;
    right: 487px;
}

.magic2_text {
    position: absolute;
    width: 520px;
    height: 140px;
    top: 300px;
    text-align: right;
    right: 487px;
    color: white;
    z-index: 4;
}

.magic2_img {
    position: absolute;
    right: 50px;
    top: -100px;
    width: 400px;
    z-index: 3;
    animation: scale_entry_anim 0.5s ease-out;
}

.magic2_img img {
    width: 100%;
}

/* ITEMS */
.items {
    height: 890px;
    background-color: rgb(195, 230, 231);
    background-image: url(../img/keppers-pattern.png);
}

.anchor {
    position: relative;
    display: block;
    visibility: hidden;
}

.skins_title {
    position: absolute;
    right: 580px;
    top: 145px;
    width: 540px;
    height: 120px;
    text-align: right;
}

.skins_text {
    position: absolute;
    right: 580px;
    top: 280px;
    width: 540px;
    height: 120px;
    text-align: right;
}

.skins_img {
    position: absolute;
    right: 20px;
    top: -110px;
    animation: scale_entry_anim 0.5s ease-out;
    z-index: 3;
}

.skins_img img {
    width: 100%;
}

.muchmore {
    position: absolute;
    right: 580px;
    top: 405px;
    width: 540px;
    height: 120px;
    text-align: right;
    font-size: 2em;
}

/* DIARY */
.diary_title {
    position: absolute;
    right: 480px;
    top: 545px;
    width: 540px;
    height: 120px;
    text-align: right;
}

.diary_text {
    position: absolute;
    right: 480px;
    top: 620px;
    width: 550px;
    height: 120px;
    text-align: right;
}

.diary_img {
    position: absolute;
    right: 120px;
    top: 480px;

    animation: hovering 3s ease-in-out infinite, scale_entry_anim 0.5s ease-out;
}

.diary_img img {
    width: 100%;
}

@-webkit-keyframes hovering {

    0%,
    100% {
        top: 480px;
    }

    50% {
        top: 460px;
    }
}

@keyframes hovering {

    0%,
    100% {
        top: 480px;
    }

    50% {
        top: 460px;
    }
}

@-webkit-keyframes scale_entry_anim {
    0% {
        transform: scale(1.2);
        opacity: 0;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes scale_entry_anim {
    0% {
        transform: scale(1.2);
        opacity: 0;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

/* GALLERY */
.gallery {
    /* height: 1500px; */
    height: 2200px;
    text-align: center;
    /* background-image: url(../img/mask_01.png), url(../img/raccoobg-01.jpg); */
    background-image: url(../img/mask_01.png), url(../img/raccoobg-02.jpg);
    background-repeat: repeat, no-repeat;
    background-size: cover;
    background-position: center;
    -webkit-background-size: auto, cover;
    -moz-background-size: auto, cover;
    -o-background-size: auto, cover;
}

.gallery_title {
    position: relative;
    top: 130px;
}

.gallery_main {
    position: absolute;
    width: 650px;
    top: 280px;
    left: 20px;
    transform: rotate(5deg);
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;

}

.gallery_main img {
    width: 100%;
    animation: scale_entry_anim 0.5s ease-out;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    border: solid 8px white;
}

.gallery_img {
    /* background-color: #0c9449; */

    position: absolute;
    width: 577px;
    right: -40px;
    top: 150px;
    animation: scale_entry_anim 0.5s ease-out;
}

.gallery_img img {
    width: 100%;
}

.gallery_holder {
    position: relative;
    width: 1120px;
    height: 500px;
    margin: 0 auto;
    top: 650px;
}

.gallery_thumb {
    position: relative;
    display: inline-block;
    width: 32%;
    margin: 0px -0.5%;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

.gallery_thumb img:hover,
.gallery_main img:hover {
    transform: scale(1.05);
}

.gallery_thumb img {
    width: 100%;
    border: solid 8px white;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

.th01 {
    transform: rotate(-5deg);
}

.th02 {
    transform: rotate(3deg);
    z-index: 2;
}

.th03 {
    transform: rotate(-2deg);
}

.th04 {
    transform: rotate(1deg);
}

.th05 {
    transform: rotate(-3deg);
    z-index: 2;
}

.th06 {
    transform: rotate(5deg);
}

.th07 {
    transform: rotate(-3deg);
}

.th08 {
    transform: rotate(2deg);
}

.th09 {
    transform: rotate(-1deg);
}

/* CONTACT */
.contact_title {
    position: relative;
    top: 100px;
}

.footer {
    background-color: rgb(51, 51, 51);
    background-image: url(../img/keppers-pattern.png);
    color: rgb(116, 116, 116);
    height: 380px;
    text-align: center;
}

.footer_holder {
    position: relative;
    width: 600px;
    height: 60px;
    top: 120px;
    display: inline-block;
    line-height: 60px;
}

.footer_icons {
    width: 56px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;

    -webkit-transition: var(--animTime) var(--ease);
    transition: var(--animTime) var(--ease);
}

.footer_icons:hover {
    transform: scale(1.2);
}

.footer_icons img {
    width: 100%;
    vertical-align: middle;
}

.sign {
    position: relative;
    width: 600px;
    height: 60px;
    top: 180px;
    display: inline-block;
    font-size: 0.5em;
}

.papertoy {
    /* background-color: rgb(206, 248, 250); */

    background-image: url(../img/keppers-pattern.png);
    background-color: rgb(51, 51, 51);
    height: 450px;
}

.turn {
    /* background-color: #0c9449; */

    position: absolute;
    width: 212px;
    height: 422px;
    top: 0px;
    left: 40px;
    z-index: 3;
}

.papertoy-title {
    position: relative;
    left: 320px;
    top: 85px;
    font-size: 2.1EM;
    /* text-shadow: none; */
    color: #ffffff;
}

.papertoy-text {
    /* background-color: aquamarine; */

    position: relative;
    left: 320px;
    top: 100px;
    width: 650px;
    z-index: 3;
    color: rgb(204, 204, 204);
}

.papertoy-button {
    /* background-color: #e7e7e7; */

    background-image: url(../img/icon-pdf.png);
    background-size: contain;
    position: relative;
    margin: -75px 40px 0 auto;
    width: 80px;
    height: 122px;
    text-align: center;
    cursor: pointer;

    z-index: 4;
}

/* anchors */
#home {
    top: 0px;
}

#trailer {
    top: 0px;
}

#history {
    top: -120px;
}

#gallery {
    top: 0px;
}

#items {
    top: -100px;
}

/* ///////////// MOBILE DEVICES////////// */
@media only screen and (max-width:720px) {

    /* anchors */
    #home {
        top: 0px;
    }

    #trailer {
        top: 0px;
    }

    #history {
        top: -50px;
    }

    #gallery {
        top: -80px;
    }


    .t1,
    .t2 {
        font-size: 2em;
    }

    .page {
        position: relative;
        height: auto;
        width: 100%;
        margin: 0 auto;
    }

    .home {
        position: relative;
        height: 600px;
        width: 100%;
    }

    /* HEADER AND MENU */
    .headermenu {
        display: none;
    }

    .knight {
        display: none;
    }

    .fastinfo {
        text-align: center;
        width: 80%;
        left: 10%;
        top: 380px;
    }

    .trailer {
        height: 450px;
    }

    .alphabutton {
        display: none;
    }

    .trailer_title {
        left: 10%;
        width: 80%;
        transform: inherit;
        text-align: center;
        top: 80px;
        background-color: transparent;
    }

    .trailervideo {
        transform: inherit;
        width: 100%;
        height: 180px;
        left: 0px;
        border-radius: 0px;
        top: 160px;

    }

    .wishlistcall {
        transform: inherit;
        left: 10%;
        width: 80%;
        font-size: 1.2em;
        top: 380px;
    }

    .widget {
        top: 450px;
        width: 100%;
    }

    .headerlogo {

        width: 180px;
        top: 50px;
        left: inherit;
        right: 50%;
        transform: translate(90px, 0px);

        -webkit-transition: 0.07s;
        transition: 0.07s;
    }

    /* HOME */
    .homeimg {
        /* background-color: #0c9449; */
        position: absolute;
        right: 0px;
        top: 350px;
        text-align: center;
        /* z-index: 2; */
        /* animation: raccoointro 1.5s ease-out; */
        /* animation-duration: 1s; */
        /* z-index: 3; */
        /* width: 180px; */
    }

    .homeimg img {
        /* display: none; */
        width: 50%;
    }

    .date {
        font-size: 1em;
        left: 0px;
        top: 600px;
        width: 100%;
        text-align: center;
    }

    .consoles-holder {

        top: 640px;
        display: grid;
        text-align: center;
        grid-template-columns: 100%;
    }

    .cons-icon {
        height: 24px;
    }

    .cons-icon img {
        height: 100%;
    }

    @-webkit-keyframes raccoointro {
        0% {
            top: 300px;
            opacity: 0;
        }

        50% {
            opacity: 100;
        }

        100% {
            top: 220px;
        }
    }

    @keyframes raccoointro {
        0% {
            top: 300px;
            opacity: 0;
        }

        50% {
            opacity: 100;
        }

        100% {
            top: 220px;
        }
    }



    .call {
        position: relative;
        width: 90%;
        height: auto;
        left: inherit;
        top: inherit;
        margin: 0px auto;
        z-index: 5;
        text-align: center;
        padding-top: 180px;
    }

    .subcall {
        position: relative;
        left: inherit;
        font-size: 1em;
        width: 90%;
        height: auto;
        top: inherit;
        z-index: 5;
        margin: 0 auto;
        text-align: center;
    }

    .steambutton {
        position: absolute;
        display: inline-block;
        height: 40px;
        width: 200px;

        top: 500px;
        left: 50%;
        transform: translate(-100px, 0);

        font-size: 0.6em;
        line-height: 40px;

        z-index: 5;

    }

    .steambutton img {
        width: 32px;
    }

    /* HISTORY */

    .history {
        height: auto;
    }

    .history_img {
        position: relative;
        width: 90%;
        left: inherit;
        top: 0px;
        margin: 0 auto;
        z-index: 2;
    }

    .history_title {
        position: relative;
        width: 90%;
        height: 90px;
        margin: 0 auto;
        top: 0px;
        left: inherit;
        text-align: center;
    }

    .history_text {
        position: relative;
        left: inherit;
        top: 0px;
        width: 90%;
        margin: 0 auto;
        text-align: center;
        height: auto;
        padding-bottom: 120px;
    }

    /* MAGIC */
    .magic {
        height: auto;
    }

    .magic_title {
        width: 90%;
        height: auto;
        top: 100px;
    }

    .magic_left_img,
    .magic_right_img {
        display: none;
    }

    .magic_text {
        width: 90%;
        top: 120px;
        margin: 0 auto;
    }

    .talisma_holder {
        width: 90%;
        margin-top: 140px;
        height: 90px;
    }

    .talisma_img {
        width: 64px;
        height: 64px;
    }

    .powerup_videos_holder {
        margin: 0 auto;
        /* margin-top: 0px; */
        padding-bottom: 200px;
        width: 90%;
    }

    .powerup_video {
        width: 175px;
        height: 100px;
        margin: 30px -20px -60px;
    }

    .powerup_video video {
        border: solid white 4px;
    }

    .magic_02 {
        height: 900px;
    }

    .magic2_img {
        position: relative;
        width: 300px;
        right: inherit;
        margin: 0 auto;
        top: -80px;
    }

    .magic2_title {
        position: relative;
        top: -80px;
        right: inherit;
        width: 90%;
        text-align: center;
        margin: 0 auto;
    }

    .magic2_text {
        position: relative;
        width: 90%;
        right: inherit;
        top: -80px;
        margin: 0 auto;
        text-align: center;
    }

    /* ITEMS */
    .items {
        height: 800px;
    }

    .skins_img {
        position: relative;
        width: 280px;
        margin: 0 auto;
        right: inherit;
        transform: inherit;
        top: -120px;
    }

    .skins_title {
        position: relative;
        margin: 0 auto;
        width: 90%;
        height: 90px;
        ;
        right: inherit;
        text-align: center;
        top: -150px;
    }

    .skins_text {
        position: relative;
        margin: 0 auto;
        width: 90%;
        right: inherit;
        text-align: center;
        top: -120px;
    }

    .minivideos_holder {
        position: relative;
        top: -110px;
    }

    .diary_img {
        position: relative;
        width: 180px;
        margin: 0 auto;
        right: inherit;
        top: 0px;
        z-index: 3;
    }

    @-webkit-keyframes hovering {

        0%,
        100% {
            top: 0px;
        }

        50% {
            top: 10px;
        }
    }

    @keyframes hovering {

        0%,
        100% {
            top: 0px;
        }

        50% {
            top: 10px;
        }
    }

    .diary_title {
        position: relative;
        margin: 0 auto;
        width: 90%;
        height: 90px;
        ;
        right: auto;
        text-align: center;
        top: -80px;
    }

    .diary_text {
        position: relative;
        margin: 0 auto;
        width: 90%;
        right: inherit;
        text-align: center;
        top: -100px;
    }

    /* GALLERY */
    .gallery {
        height: 1620px;
    }



    .gallery_title {
        top: 340px;
        margin: auto;
        width: 90%;
    }

    .gallery_img {
        /* display: none; */
        width: 90%;
        right: 5%;
        top: -50px;
        z-index: 2;
    }

    .gallery_main {
        position: relative;
        width: 70%;
        left: inherit;
        margin: 0 auto;
        top: 360px;
    }

    .gallery_holder {
        position: relative;
        width: 85%;
        height: auto;
        top: 360px;
        padding-bottom: 300px;
    }

    .gallery_thumb {
        width: 049%;
        margin: -0px -2%;
        -webkit-transition: 0.2s ease-in-out;
        transition: 0.2s ease-in-out;
    }

    .gallery_main img,
    .gallery_thumb img {
        border: solid 4px white;
    }


    /* FOOTER */
    .footer {
        height: 400px;
    }

    .footer_holder {
        width: 80%;
    }

    .sign {
        width: 90%;
        height: auto;
        top: 180px;
        font-size: 0.3em;
    }

    .mobilemenu {
        position: fixed;
        display: inherit;
        height: 48px;
        width: 48px;
        z-index: 10;
        right: 5%;
        top: 10px;
        border-radius: 5px;
        cursor: pointer;
        opacity: 0.8;
    }

    .mobilemenu img {
        width: 100%;
    }

    .mobilemenu_container {
        background-color: #1a1817;
        position: fixed;
        display: inherit;
        height: 100px;
        width: 80%;
        z-index: 10;
        right: 10%;
        top: 60px;
        text-align: center;
        border-radius: 5px;
    }

    .mobilemenu_button {
        display: inline-block;
        height: 46px;
        width: 64px;
        border: 0;
        padding: 0;
        justify-content: center;
        font-size: 0.8em;
        line-height: 46px;
        color: rgb(182, 182, 182);
        border-radius: 5px;
        margin: 1px 1px;
        cursor: pointer;
    }

    .mobilemenu_social {
        display: inline-block;
        height: 46px;
        width: 42px;
        border: 0;
        padding: 0;
        text-align: center;
        font-size: 0.8em;
        line-height: 46px;
        color: rgb(182, 182, 182);
        border-radius: 5px;
        margin: 1px 0px;
        cursor: pointer;
    }

    .mobilemenu_social img {
        width: 90%;
        vertical-align: middle;
    }

    @-webkit-keyframes scale_entry_anim {
        0% {
            transform: scale(1.1);
            opacity: 0;
        }

        100% {
            transform: scale(1);
            opacity: 1;
        }
    }

    @keyframes scale_entry_anim {
        0% {
            transform: scale(1.1);
            opacity: 0;
        }

        100% {
            transform: scale(1);
            opacity: 1;
        }
    }

    .papertoy {
        height: 900px;
    }

    .turn {
        position: relative;
        width: 130px;
        height: 211px;
        top: -0px;
        left: inherit;
        margin: 0 auto;
        z-index: 3;
    }

    .turn img {
        width: 100%;
    }

    .papertoy-title {
        left: 0px;
        width: 100%;
        top: 60px;
        text-align: center;
    }

    .papertoy-text {

        left: 5%;
        width: 90%;
        top: 70px;
        text-align: center;
    }

    .papertoy-button {
        margin: 110px auto 0 auto;
    }
}