/* Common */

.esrb {
    position: absolute;
    bottom: 18%;
    left: 2%;
    z-index: 10;
}

@media screen and ( max-width: 650px) {
    .esrb {
        display: none;
    }
}

.esrb-table {
    display: table;
    height: 70px;
    overflow: hidden;
    vertical-align: top;
    text-decoration: none;
}

.esrb-image {
    display: table-cell;
    vertical-align: middle;
}

.esrb-image img {
    border: none;
    display: block;
}

.esrb-descriptor {
    display: table-cell;
    vertical-align: middle;
    color: #fff;
    line-height: 14px;
    font-size: 12px;
    padding: 0 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin-left: -3px;
    max-width: 250px;
    min-width: 130px;
    overflow: hidden;
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
}

@media screen and (min-width: 651px) and ( max-width: 768px) {
    .esrb {
        bottom: 25%;
    }
}


/* Hyrule Warriors Legends */

.slide.hyrule-warriors-legends {
    background-color: #130a03;
    background-image: url('/assets/images/centerstage/hyrule-warriors-legends/bg-hyrule-warriors-legends.jpg');
    background-position: center top;
    background-size: cover;
}

.slide.hyrule-warriors-legends .slide-character {
    position: absolute;
    top: 20%;
    left: 51%;
    opacity: 0;
    width: 59.7%;
    transform-origin: center bottom;
    -webkit-transform-origin: center bottom;
    transform: scale(.4);
    -webkit-transform: scale(.4);
    transition: all 1s ease-in-out 1s;
    -webkit-transition: all 1s ease-in-out 1s;
}

.slide.hyrule-warriors-legends.is-active .slide-character {
    opacity: 1;
    top: 15%;
    transform: scale(1);
    -webkit-transform: scale(1);
}

.slide.hyrule-warriors-legends .esrb {
    bottom: 20%;
}

.slide.hyrule-warriors-legends .esrb-descriptor {
    color: #000;
}

.slide.hyrule-warriors-legends .slide-logo {
    position: absolute;
    opacity: 0;
    left: 13%;
    top: 18%;
    width: 43%;
    max-width: 439px;
    z-index: 10;
    transition: all 500ms ease-in-out 2s;
    -webkit-transition: all 500ms ease-in-out 2s;
}

.slide.hyrule-warriors-legends.is-active .slide-logo {
    opacity: 1;
}

.slide.hyrule-warriors-legends .slide-cta {
    opacity: 0;
    position: absolute;
    border: 3px solid #A16E1C;
    padding: 5px;
    text-decoration: none;
    bottom: 24%;
    left: 24%;
    z-index: 7;
    transition: border 150ms ease-in-out, opacity 300ms ease-in-out 2.5s;
}

.slide.hyrule-warriors-legends.is-active .slide-cta {
    opacity: 1;
}

.slide.hyrule-warriors-legends .slide-cta-inner {
    background: #A16E1C;
    font-family: "Cinzel";
    font-size: 20px;
    color: #F0E6D5;
    line-height: 24px;
    padding: 0.4em 0.8em;
    transition: all 150ms ease-in-out;
}

.slide.hyrule-warriors-legends .slide-cta:hover {
    border: 3px solid #C18A34;
}

.slide.hyrule-warriors-legends .slide-cta:hover .slide-cta-inner {
    background: #C18A34;
}

@media screen and (min-width: 769px) and (max-width: 800px) {}

@media screen and ( max-width: 768px) {
    .slide.hyrule-warriors-legends {
        background-image: url('/assets/images/centerstage/hyrule-warriors-legends/bg-hyrule-warriors-legends-mob.jpg');
    }
    .slide.hyrule-warriors-legends .slide-cta {
        padding: 3px;
    }
    .slide.hyrule-warriors-legends .slide-cta-inner {
        font-size: 15px;
    }
}

@media screen and (min-width: 651px) and (max-width: 768px) {
    .slide.hyrule-warriors-legends .esrb {
        bottom: 25%;
    }
    .slide.hyrule-warriors-legends .slide-cta {
        bottom: 20%;
        left: 220px;
    }
    .slide.hyrule-warriors-legends .slide-logo {
        top: 10%;
        left: 5%;
    }
    .slide.hyrule-warriors-legends .slide-character {
        left: 47%;
    }
}

@media screen and (max-width: 650px) {
    .slide.hyrule-warriors-legends .slide-logo {
        width: 45%;
        left: 3%;
        top: 24%;
    }
    .slide.hyrule-warriors-legends .slide-character {
        width: 68.6%;
        left: 38%;
    }
    .slide.hyrule-warriors-legends.is-active .slide-character {
        top: 9%;
    }
    .slide.hyrule-warriors-legends .slide-cta {
        bottom: 5%;
        left: 5%;
    }
}

@media screen and (max-width: 400px) {
    .slide.hyrule-warriors-legends .slide-cta {
        bottom: 2%;
        left: 2%;
    }
    .slide.hyrule-warriors-legends .slide-logo {
        top: 15%;
    }
}


/* Tri Force Heroes */

.slide.tri-force-heroes {
    background-image: url('/assets/images/centerstage/tri-force-heroes/triforcetile.jpg');
    background-position: center top;
    background-repeat: repeat;
    text-align: left;
}

.slide.tri-force-heroes .slide-cta {
    position: absolute;
    top: 55%;
    left: 30%;
    opacity: 0;
    font-size: 1.125rem;
    background-color: transparent;
    color: #613d12;
    line-height: 1.375rem;
    text-align: center;
    text-decoration: none;
    max-width: 330px;
    border-width: 20px;
    display: block;
    border-image: url("/assets/images/centerstage/tri-force-heroes/button-border.png") 20 round round;
}

.slide.tri-force-heroes .slide-cta .slide-cta-inner {
    background-color: #FFFEEA;
    font-family: "Lato";
    font-size: 28px;
    color: #BB8343;
    line-height: 34px;
    padding: 0 0.75em;
}

.slide.tri-force-heroes .slide-logo {
    position: absolute;
    top: 6%;
    opacity: 0;
    left: 3%;
    width: 50%;
    max-width: 508px;
}

.slide.tri-force-heroes .slide-character {
    position: absolute;
    top: 2.5%;
    opacity: 0;
    right: 2%;
    width: 47%;
    max-width: 484px;
}

.dust-particles {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

.dust-particles .dust-left .dust {
    left: 0;
}

.dust-particles .dust-right .dust {
    right: 0;
}

.dust-particles .dust {
    background: url("/assets/images/centerstage/tri-force-heroes/dust.png") no-repeat;
    background-position: 0 0;
    display: inline-block;
    height: 113px;
    position: absolute;
    width: 111px;
}

.character-dust {
    top: 80%;
    width: 50%;
    left: 25%;
}

.cta-dust {
    top: 0px;
}

.logo-dust {
    top: 50%;
}

@media screen and (min-width: 651px) and ( max-width: 768px) {
    .slide.tri-force-heroes .slide-cta .slide-cta-inner {
        font-size: 18px;
        line-height: 22px;
        padding: 0 0.75em;
    }
    .slide.tri-force-heroes .slide-cta {
        top: 55%;
        left: 32%;
    }
}

@media screen and ( max-width: 650px) {
    .slide.tri-force-heroes .slide-cta {
        left: 3%;
        top: 58%;
    }
    .character-dust {
        top: 100px;
    }
    .logo-dust {
        top: 50px;
    }
    .slide.tri-force-heroes .slide-cta .slide-cta-inner {
        background-color: #FFFEEA;
        font-family: "Lato";
        font-size: 16px;
        color: #BB8343;
        line-height: 24px;
        padding: 0 0.45em;
    }
}


/* Breath of the Wild */

.slide.breath-of-the-wild {
    background-color: #fdfcfb;
    background-image: url('/assets/images/centerstage/breath-of-the-wild/bg-the-legend-of-zelda-breath-of-the-wild.jpg');
    background-position: center top;
}

.bg-swirls {
    background-color: #fdfcfb;
    background-image: url('/assets/images/centerstage/breath-of-the-wild/bg-swirls.jpg');
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    top: 0;
}

.slide.breath-of-the-wild.is-active .bg-swirls {
    -webkit-transition: all 1.5s ease-in-out 1s;
    transition: all 1.5s ease-in-out 1s;
}

.slide.breath-of-the-wild .esrb {
    bottom: 20%;
}

.slide.breath-of-the-wild .esrb-descriptor {
    color: #000;
}

.slide.breath-of-the-wild .esrb-table {
    background: rgba(255, 255, 255, 0.8);
}

.bg-swirls-left {
    background-position: right top;
    right: 50%;
    transform: translateX(66px);
    -webkit-clip-path: polygon(0 100%, 0 0, 100% 0, calc(100% - 130px) 100%);
    clip-path: polygon(0 100%, 0 0, 100% 0, calc(100% - 130px) 100%);
}

.slide.breath-of-the-wild.is-active .bg-swirls-left {
    transform: translateX(-553px);
}

.slide.breath-of-the-wild.is-active .bg-swirls-right {
    transform: translateX(553px);
}

.bg-swirls-right {
    background-position: left top;
    left: 50%;
    transform: translateX(-65px);
    -webkit-clip-path: polygon(130px 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(130px 0, 100% 0, 100% 100%, 0 100%);
}

.no-clippath .bg-swirls-left {
    transform: translateX(0);
}

.no-clippath .bg-swirls-right {
    transform: translateX(0);
}

.no-clippath .slide.breath-of-the-wild.is-active .bg-swirls-left {
    transform: translateX(-683px);
}

.no-clippath .slide.breath-of-the-wild.is-active .bg-swirls-right {
    transform: translateX(683px);
}

.slide.breath-of-the-wild .slide-logo {
    position: absolute;
    width: 46.4%;
    left: 20%;
    top: 1%;
    opacity: 0;
}

.slide.breath-of-the-wild.is-active .slide-logo {
    opacity: 1;
    -webkit-transition: all 2s ease-in-out 1s;
    transition: all 2s ease-in-out 1s;
}

.slide.breath-of-the-wild .slide-character {
    position: absolute;
    width: 63%;
    opacity: 0;
    top: 100%;
    right: -18%;
    z-index: 2;
}

.slide.breath-of-the-wild.is-active .slide-character {
    opacity: 1;
    top: 0;
    -webkit-transition: all 1s ease-in-out 2s;
    transition: all 1s ease-in-out 2s;
}

.slide.is-active.breath-of-the-wild .mote {
    position: absolute;
    width: 20px;
    height: 20px;
    display: block;
}

.slide.is-active.breath-of-the-wild #petal-stage {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    max-height: 90vh;
    top: 0;
    display: none;
    left: 50%;
    margin-left: -683px;
}

.slide.is-active.breath-of-the-wild .petal-particle {
    background-color: #ede3d3;
    display: block;
    width: 6px;
    height: 7px;
    background: url('/assets/images/centerstage/breath-of-the-wild/white-petal.png');
}

@media screen and (min-width: 651px) {
    .slide.is-active.breath-of-the-wild #petal-stage {
        display: block;
    }
}

@media screen and (max-width: 650px) {
    .bg-swirls-left {
        display: none;
    }
    .bg-swirls-right {
        width: 120%;
        left: -20%;
        transform: translateX(0);
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    }
    .no-clippath .bg-swirls-right {
        width: 100%;
        left: 0;
        transform: translateX(0);
    }
    .slide.breath-of-the-wild.is-active .bg-swirls-right {
        transform: translateX(79%);
        -webkit-clip-path: polygon(13% 0, 100% 0, 100% 100%, 0 100%);
        clip-path: polygon(13% 0, 100% 0, 100% 100%, 0 100%);
    }
    .no-clippath .slide.breath-of-the-wild.is-active .bg-swirls-right {
        transform: translateX(79%);
    }
    .slide.breath-of-the-wild {
        background-position: center center;
        background-size: cover;
    }
    .slide.breath-of-the-wild .slide-logo {
        top: 7%;
        left: 5%;
    }
    .slide.breath-of-the-wild.is-active .slide-logo {
        transition-delay: 1.5s;
        -webkit-transition-delay: 1.5s;
    }
    .slide.breath-of-the-wild .slide-character {
        right: -6%;
    }
    .slide.breath-of-the-wild.is-active .slide-character {
        top: 7%;
        transition-delay: 2.5s;
        -webkit-transition-delay: 2.5s;
    }
}


/* Twilight Princess HD */

.slide.twilight-princess-hd {
    background-image: url('/assets/images/centerstage/twilight-princess/twilight-princess-slide-bg.jpg');
    background-position: top center;
    text-align: left;
    -webkit-transition: all 1.5s ease-in-out;
    transition: all 1.5s ease-in-out;
    -webkit-filter: brightness(0);
    filter: brightness(0);
    -webkit-transition-delay: 1000ms;
    transition-delay: 1000ms;
}

.slide.twilight-princess-hd.is-active {
    -webkit-filter: brightness(1);
    filter: brightness(1);
}

.slide.is-active.twilight-princess-hd .mote {
    position: absolute;
    width: 20px;
    height: 20px;
    background-size: cover;
    display: block;
}

.slide.is-active.twilight-princess-hd #mote-stage {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    max-height: 90vh;
    z-index: 5;
    top: 0;
    display: none;
}

.slide.is-active.twilight-princess-hd .twilight-particle {
    background-color: #000;
    position: relative;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 14px 0 rgba(0, 0, 0, .75);
}

.slide.twilight-princess-hd .wolf-link {
    position: absolute;
    top: 15.5%;
    left: 8%;
    width: 42%;
    max-width: 500px;
    z-index: 7;
    -webkit-transform: translate3d(102%, 203%, 0);
    transform: translate3d(102%, 203%, 0);
}

.slide.twilight-princess-hd.is-active .wolf-link {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: all 1.4s ease-in-out;
    transition: all 1.4s ease-in-out;
    -webkit-transition-delay: 2.5s;
    transition-delay: 2.5s;
}

.slide.twilight-princess-hd .link-epona {
    position: absolute;
    top: -15.5%;
    left: 19%;
    width: 80%;
    max-width: 805px;
    -webkit-transform: translate3d(-102%, 203%, 0);
    transform: translate3d(-102%, 203%, 0);
    -webkit-filter: blur(8px);
    filter: blur(8px);
}

.slide.twilight-princess-hd.is-active .link-epona {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-filter: blur(0px);
    filter: blur(0px);
    -webkit-transition: all 1.6s ease-in-out;
    transition: all 1.6s ease-in-out;
    -webkit-transition-delay: 1.5s;
    transition-delay: 1.5s;
}

.slide.twilight-princess-hd .slide-logo {
    position: absolute;
    top: 27%;
    right: 1%;
    width: 31%;
    max-width: 311px;
    z-index: 7;
    opacity: 0;
}

.slide.is-active.twilight-princess-hd .slide-logo {
    opacity: 1;
    -webkit-transition: all 1s linear;
    transition: all 1s linear;
    -webkit-transition-delay: 4.5s;
    transition-delay: 4.5s;
}

.slide.twilight-princess-hd .slide-cta {
    position: absolute;
    border: 3px solid #FFFFFF;
    padding: 3px;
    text-decoration: none;
    bottom: 17%;
    right: 4%;
    z-index: 7;
}

.slide.twilight-princess-hd .slide-cta-inner {
    background: #FFFFFF;
    font-family: "Cinzel";
    font-size: 20px;
    color: #000;
    line-height: 24px;
    padding: 0.45em 0.75em;
}

@media screen and (min-width: 651px) and ( max-width: 768px) {
    .slide.twilight-princess-hd .slide-logo {
        top: 27%;
        width: 25%;
    }
    .slide.twilight-princess-hd .slide-cta {
        font-size: 16px;
        line-height: 20px;
        bottom: 23%;
        right: 1%;
    }
    .slide.twilight-princess-hd .slide-cta-inner {
        font-size: 16px;
        line-height: 20px;
    }
    .slide.twilight-princess-hd {
        background-size: cover;
    }
}

@media screen and ( max-width: 650px) {
    .slide.twilight-princess-hd .slide-cta {
        bottom: 3%;
        right: 2%;
    }
    .slide.twilight-princess-hd .slide-logo {
        top: 20%;
        width: 35%;
    }
    .slide.twilight-princess-hd .slide-cta-inner {
        font-size: 14px;
    }
}

@media screen and (min-width: 1024px) {
    .slide.is-active.twilight-princess-hd #mote-stage {
        display: block;
    }
}