html {
    height: 100%;
}

body {
    background: black;
    height: 100%;
}

.full-logo {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99999;
    height: 100%;
}

.full-logo img {
    width: 40%;
    z-index: 999;
}

.fade-out{
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s 1s, opacity 1s linear;
}

.menu.menu-desktop{
    display: none;
}

.landing{
    background: url("/assets/landing-scene.jpg");
    background-size: cover;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    position: absolute;
    top:0;
    left: 0;
    right:0;
    bottom:0;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.landing .title{
    width: 40%;
}

.landing img{
    width: 100%;
}

.landing .tapicon{
    position: absolute;
    margin-right: auto;
    margin-left: auto;
    right: 0;
    left: 0;
    bottom: 90px;
    width: 4%;
}

#intro-play-inverse, #skip-inverse{
    display: none;
}

.logo {
    width: 300px;
    z-index: 99999999;
    position: absolute;
    left: 20px;
    top: 20px;
    background: transparent;
    border: none;
    outline: none;
    cursor: pointer;
}

.loading-screen{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999999999;
    background: rgba(0,0,0,0.6);
    display: flex;
    justify-content: center;
    align-items: center;
}

.loading-screen-inner{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999999999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.minimap {
    width: 190px;
    height: 190px;
    z-index: 999;
    position: absolute;
    right: 20px;
    bottom: 20px;
    display: none;
    opacity: 0.8;
}

.minimap .pin {
    position: absolute;
    z-index: 999;
    width: 81px;
    top: 40px;
    left: 55px;
}

.skip {
    width: 4%;
    z-index: 999;
    position: absolute;
    right: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    bottom: 90px;
    background: none;
    outline: none;
    border: none;
    padding: 0px;
}

.actions {
    position: absolute;
    height: 100%;
    width: 70px;
    display: flex;
    align-items: center;
    z-index: 999;
    justify-content: center;
    left: 20px;
    display: none;
}

.actions-inner {
    height: 70px;
    width: 100%;
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Chrome */
    display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
    flex-direction: column;
    justify-content: space-between;
}

.actions-inner button {
    background: none;
    outline: none;
    border: none;
}

.actions-inner img {
    width: 100%;
}

.social {
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Chrome */
    display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
    position: absolute;
    left: 0px;
    bottom: 0px;
    padding: 40px;
    z-index: 99999999;
    justify-content: center;
}

.social a {
    margin-left: 10px;
    margin-right: 10px;
    height: 30px;
    width: 80px;
}

.social a img {
    height: 100%;
}

.progressbar{
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 40px;
    margin-right: auto;
    margin-left: auto;
    z-index: 99999999;
    width: 570px;
    height: 40px;
    padding-left: 16px;
    padding-right: 16px;
    display: none;
}

.progressbar .bar{
    width: 100%;
    position: absolute;
    bottom: -10px;
}

.progressbar .bar img{
    width: 100%;
}

.progressbar .pin{
    width: 32px;
    position: absolute;
    left: 0%;
}

.progressbar .pin img{
    width: 100%;
}

.progressbar .pin .indicator{
    position: absolute;
    top: 6px;
    left:0;
    right: 0;
    margin-right: auto;
    margin-left: auto;
    color: white;
    text-align: center;
    font-family: Arial;
}

#wechat{
    display: none;
}

.logo img, .minimap img, .skip img, .minimap video {
    width: 100%;
}

.menu {
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Chrome */
    display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 40px;
    z-index: 99999999;
}

.menu > * {
    margin-left: 10px;
    margin-right: 10px;
}

.menu .separator {
    background: white;
    height: 30px;
    width: 1px;
}

.menu button {
    border: none;
    outline: none;
    background: none;
    color: white;
    cursor: pointer;
    height: 29px;
    padding: 0px;
    width: auto;
}

.menu button img{
    height: 100%;
}

.fullwidth {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: 100;
}

.fullwidth video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.fullscreen {
    position: relative;
    height: 100%;
    width: 100%;
    z-index: 99999 !important;
}

.fullscreen svg {
    width: 100%;
    position: absolute;
    bottom: -8px;
}

.decision {
    height: 100%;
}

.minimap .bg {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
}

.decision-img-container {
    background-size: cover !important;
    width: 100%;
    height: 100%;
    background-position: center !important;
}

.decision-img-container img {
    width: auto;
    height: 100%;
}

.animated {
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}

@-webkit-keyframes bounce {
    0%, 100% {
        -webkit-transform: translateY(5);
    }
    20% {
        -webkit-transform: rotate(-1deg);
    }
    50% {
        -webkit-transform: translateY(-5px);
    }
    70% {
        -webkit-transform: rotate(1deg);
    }
}

.moving-arrow1{
    -webkit-animation: bounceUpDown 2s infinite;
    -moz-animation: bounceUpDown 2s infinite;
    -o-animation: bounceUpDown 2s infinite;
    animation: bounceUpDown 2s infinite;
}

.moving-arrow2{
    -webkit-animation: bounceUpDownDelay 2s infinite;
    -moz-animation: bounceUpDownDelay 2s infinite;
    -o-animation: bounceUpDownDelay 2s infinite;
    animation: bounceUpDownDelay 2s infinite;
    animation-delay: 1s;
}

@-webkit-keyframes bounceUpDown {
    0%, 100% {
        -webkit-transform: translateY(5);
    }
    50% {
        -webkit-transform: translateY(-5px);
    }
}


@-webkit-keyframes bounceUpDownDelay {
    0%, 100% {
        -webkit-transform: translateY(5);
    }
    50% {
        -webkit-transform: translateY(-5px);
    }
}

#hand-pointing{
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: 10px;
    -webkit-animation: bounceUpDown10 2s infinite;
    -moz-animation: bounceUpDown10 2s infinite;
    -o-animation: bounceUpDown10 2s infinite;
    animation: bounceUpDown10 2s infinite;
}

@-webkit-keyframes bounceUpDown10 {
    0%, 100% {
        -webkit-transform: translateY(50);
    }
    50% {
        -webkit-transform: translateY(-50px);
    }
}

@-webkit-keyframes bounceUpDown20 {
    0%, 100% {
        -webkit-transform: translateY(20);
    }
    50% {
        -webkit-transform: translateY(-20px);
    }
}

.loading-screen-inner img{
    width: 180px;
}

/*@keyframes bounce {*/
/*0%, 100% {*/
/*transform: translateY(10);*/
/*-webkit-transform: rotate(-1deg);*/
/*}*/
/*50% {*/
/*transform: translateY(-10px);*/
/*-webkit-transform: rotate(1deg);*/
/*}*/
/*}*/

/*@-ms-keyframes spin {*/
/*from {*/
/*-ms-transform: rotate(0deg);*/
/*} to {*/
/*-ms-transform: rotate(10deg);*/
/*}*/
/*}*/
/*@-moz-keyframes spin {*/
/*from {*/
/*-moz-transform: rotate(0deg);*/
/*} to {*/
/*-moz-transform: rotate(10deg);*/
/*}*/
/*}*/
/*@-webkit-keyframes spin {*/
/*from {*/
/*-webkit-transform: rotate(0deg);*/
/*} to {*/
/*-webkit-transform: rotate(5deg);*/
/*}*/
/*}*/
/*@keyframes spin {*/
/*from {*/
/*transform: rotate(0deg);*/
/*} to {*/
/*transform: rotate(5deg);*/
/*}*/
/*}*/

.rotate {
    -webkit-animation-name: spin;
    animation-name: spin;
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
}

.arrow {
    width: 30px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: -30px;
}

.arrow img {
    width: 100%;
}

.option {
    z-index: 111;
    /*border: 1px solid red;*/
    display: block;
    position: absolute;
    cursor: pointer;
}

.option button {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    border: none;
    background: none;
    cursor: pointer;
    z-index: 9999999999;
    outline: none;
}

/*#decision11{*/
/*left: 16%;*/
/*top: 15%;*/
/*width: 35%;*/
/*height: 78%;*/
/*}*/

.decision-img-container svg {
    width: auto;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.cta {
    background: none;
    outline: none;
    border: none;
    position: absolute;
    /*border: 1px solid red;*/
}

.cta:hover {
    cursor: pointer;
}

.bike-cta {
    width: 411px;
    height: 623px;
    z-index: 99999999;
}

.dog-cta {
    width: 187px;
    height: 249px;
    z-index: 99999999;
}

.white-overlay {
    pointer-events: bounding-box;
}

.white-overlay .inner {
    opacity: 0;
}

.white-overlay .outter {
    opacity: 0;
}

/*.white-overlay:hover{*/
/*opacity: 1;*/
/*}*/

/*.outter{*/
/*opacity: 1;*/
/*}*/

/*.inner{*/
/*opacity: 0;*/
/*}*/

.animated.inner {
    -webkit-animation: animationInner 2s infinite;
    -moz-animation: animationInner 2s infinite;
    -o-animation: animationInner 2s infinite;
    animation: animationInner 2s infinite;
}

.animated.outter {
    -webkit-animation: animationOutter 2s infinite;
    -moz-animation: animationOutter 2s infinite;
    -o-animation: animationOutter 2s infinite;
    animation: animationOutter 2s infinite;
}

.fullscreen {
    overflow: hidden;
}

#fullmap svg {
    visibility: hidden;
    margin-left: auto;
    margin-right: auto;
    display: block;
    left: 0;
    right: 0;
}

#fullmap{
    margin-left: auto;
    margin-right: auto;
}

.blur {
    filter: blur(20px);
    -webkit-filter: blur(20px);
}

.blurry {
    -webkit-animation: bluranim 1s forwards;
    -moz-animation: bluranim 1s forwards;
    -o-animation: bluranim 1s forwards;
    animation: bluranim 1s forwards;
}

.unblur {
    filter: blur(0px);
    -webkit-filter: blur(0px);
}


@keyframes bluranim {
    0% {

    }
    100% {
        filter: blur(10px);
        -webkit-filter: blur(10px);
        margin: -10px;
    }
}

@-o-keyframes bluranim {
    0% {

    }
    100% {
        filter: blur(10px);
        -webkit-filter: blur(10px);
        margin: -10px;
    }
}

@-moz-keyframes bluranim {
    0% {

    }
    100% {
        filter: blur(10px);
        -webkit-filter: blur(10px);
        margin: -10px;
    }
}

@-webkit-keyframes bluranim {
    0% {

    }
    100% {
        filter: blur(10px);
        -webkit-filter: blur(10px);
        margin: -10px;
    }
}

@keyframes animationOutter {
    0% {
        opacity: 0;
    }
    10% {
        opacity: 1;
    }
    20% {
        opacity: 1;
    }
    30% {
        opacity: 1;
    }
    40% {
        opacity: 0;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@-o-keyframes animationOutter {
    0% {
        opacity: 0;
    }
    10% {
        opacity: 1;
    }
    20% {
        opacity: 1;
    }
    30% {
        opacity: 1;
    }
    40% {
        opacity: 0;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@-moz-keyframes animationOutter {
    0% {
        opacity: 0;
    }
    10% {
        opacity: 1;
    }
    20% {
        opacity: 1;
    }
    30% {
        opacity: 1;
    }
    40% {
        opacity: 0;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@-webkit-keyframes animationOutter {
    0% {
        opacity: 0;
    }
    10% {
        opacity: 1;
    }
    20% {
        opacity: 1;
    }
    30% {
        opacity: 1;
    }
    40% {
        opacity: 0;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@keyframes animationInner {
    0% {
        opacity: 0;
    }
    10% {
        opacity: 0;
    }
    20% {
        opacity: 1;
    }
    30% {
        opacity: 0;
    }
    40% {
        opacity: 0;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@-o-keyframes animationInner {
    0% {
        opacity: 0;
    }
    10% {
        opacity: 0;
    }
    20% {
        opacity: 1;
    }
    30% {
        opacity: 0;
    }
    40% {
        opacity: 0;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@-moz-keyframes animationInner {
    0% {
        opacity: 0;
    }
    10% {
        opacity: 0;
    }
    20% {
        opacity: 1;
    }
    30% {
        opacity: 0;
    }
    40% {
        opacity: 0;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@-webkit-keyframes animationInner {
    0% {
        opacity: 0;
    }
    10% {
        opacity: 0;
    }
    20% {
        opacity: 1;
    }
    30% {
        opacity: 0;
    }
    40% {
        opacity: 0;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

.mobile-actions {
    display: none;
}

.arrived{
    opacity: 1 !important;
}

#fullmap #choice_1_active, #fullmap #choice_2_active, #fullmap #choice_3_active{
    opacity: 0;
}

#fullmap #button1 image{
    opacity: 0.5;
}

#fullmap #button2 image{
    opacity: 0.5;
}

#fullmap #button3 image{
    opacity: 0.5;
}

.mobile-portrait{
    background: rgba(0,0,0,0.85);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999999999;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.mobile-portrait-inner{
    width: 60%;
}

.mobile-portrait .tilting{
    width: 35%;
    margin-left: auto;
    margin-right: auto;
    -webkit-animation: rotatelandscape 3s infinite;
    -moz-animation: rotatelandscape 3s infinite;
    -o-animation: rotatelandscape 3s infinite;
    animation: rotatelandscape 3s infinite;
}

.mobile-portrait .tilting img{
    width: 100%;
}

.mobile-portrait p{
    color: white;
    text-align: center;
}

@-webkit-keyframes rotatelandscape {
    50% {
        -webkit-transform: rotate(90deg);
    }
    100% {
        -webkit-transform: rotate(0deg);
    }
}

.mobile-portrait{
    display: none;
}


.finale{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
}

.finale-inner{
    width: 37%;
    z-index: 999999999;
}

.finale-inner>img{
    width: 100%;
}

.social-finale{
    z-index: 999;
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
    justify-content: space-evenly;
    align-items: center;
}

.social-finale a{
    height: 37px;
    display: block;
}

.social-finale a img{
    height: 100%;
}

#fullmap #choice_1_active,
#fullmap #choice_2_active,
#fullmap #choice_3_active{
    pointer-events: bounding-box;
}

#fullmap #choice_1_active:hover{
    cursor: pointer;
}

#share-popup-negative{
    display: none;
}



@media only screen and (max-width: 800px)
and (orientation: portrait) {
    .mobile-portrait{
        display: flex;
    }
}

/* Mobile Landscape */
@media (pointer:coarse) {

    .logo {
        width: 140px;
        left: 11%;
    }

    .skip,.landing .tapicon{
        width: 44px;
        z-index: 9999999;
        bottom: 40px;
    }


    .fullwidth {
        width: 84%;
        right: initial;
        left: 8%;
    }

    .social{
        height: 100%;
        width: 4%;
        padding: 0px;
        padding-left: 2%;
        padding-right: 2%;
        background: #8a9620;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
    }

    .social-inner{

    }

    .social a{
        width: 100%;
        height: auto !important;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }

    .social a img {
        width: 100%;
        height: auto;
    }

    #facebook {
        width: 12px;
    }

    #instagram {
        width: 22px;
    }

    #wechat{
        width: 24px;
    }

    .menu {
        padding: 0px;
        flex-direction: column;
        width: 25%;
    }

    .menu .separator {
        display: none;
    }

    .menu-desktop {
        display: none;
    }

    .mobile-actions {
        width: 4%;
        padding: 0% 2%;
        position: absolute;
        bottom: 0;
        top: 0;
        right: 0;

        display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
        display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
        display: -ms-flexbox; /* TWEENER - IE 10 */
        display: -webkit-flex; /* NEW - Chrome */
        display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
        background: #8a9620;
        flex-direction: column;
        justify-content: space-evenly;
    }

    .mobile-actions button{
        width: 100%;
        border: none;
        background: none;
        outline: none;
        padding: 0px;
    }

    .mobile-actions button img{
        width: 100%;
    }

    .menu-mobile button {
        color: white;
        text-align: center;
        width: 100%;
        padding: 20px 0px;
        border: none;
        background: transparent;
        outline: none;
    }

    .menu-mobile button img{
        width: 100%;
    }

    .minimap-mobile{
        display: none;
    }

    .fullwidth .minimap{
        display: none !important;
    }

    .actions{
        width: 40px;
        left: 11%;
    }

    .actions-inner{
        height: 40px;
    }

    .actions-inner button{
        padding: 0px;
    }

    /*.fullwidth video{*/
        /*width: 100%;*/
        /*height: auto;*/
    /*}*/

    /*.fullwidth video{*/
        /*width: auto;*/
        /*height: 100%;*/
    /*}*/

    #decision1 svg, #decision2 svg, #decision3 svg{
        width: 100%;
        height: auto;
        overflow: hidden;
    }

    /*#decision1 svg, #decision2 svg, #decision3 svg{*/
        /*width: auto !important;*/
        /*height: 100% !important;*/
        /*overflow: hidden;*/
    /*}*/

    .social{

    }

    #fullmap {
        width: 80%;
    }

    .social{
        z-index: 99999;
    }

    .progressbar{
        width: 58%;
        bottom: 5px;
        z-index: 999999;
    }

    .finale{
        left: 4%;
        right: 4%;
    }

    .menu-home{
        width: 79% !important;
        margin-right: auto;
        margin-left: auto;
        display: block;
    }

    .menu-map{
        width: 75% !important;
        margin-right: auto;
        margin-left: auto;
        display: block;
    }

    #hand-pointing{
        -webkit-animation: bounceUpDown20 2s infinite;
        -moz-animation: bounceUpDown20 2s infinite;
        -o-animation: bounceUpDown20 2s infinite;
        animation: bounceUpDown20 2s infinite;
    }

}

@media only screen
and (min-device-width: 414px)
and (max-device-width: 736px)
and (-webkit-min-device-pixel-ratio: 3)
and (orientation: landscape) {
    .skip{
        width: 46px;
    }
    .landing .tapicon{
        width: 46px;
    }
}

@media only screen
and (min-device-width: 320px)
and (max-device-width: 480px)
and (-webkit-min-device-pixel-ratio: 2)
and (orientation: landscape) {
    .skip{
        width: 46px;
    }

    .landing .tapicon{
        width: 46px;
    }
}

