/* main */

@charset "UTF-8";

* {
    -webkit-backface-visibility: hidden;
}
html, body {
    position: relative;
    margin: 0;
    padding: 0;
    font-family: "museo-sans-rounded", sans-serif, arial, helvetica;
    height: 100%;
    width: 100%;
    overflow:hidden;
}

.soundCheck {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
}

.selection--list {
}

.nameit__name .rdnName {
  animation-name: rdnNames;
  animation-duration: .5s;
  -webkit-animation-name: rdnNames;
  -webkit-animation-duration: .5s;
  -ms-animation-name: rdnNames;
  -ms-animation-duration: .5s;
  -moz-animation-name: rdnNames;
  -moz-animation-duration: .5s;
  display:block;
  margin-top:3px;
}

@media all and (-ms-high-contrast:none)
{
    *::-ms-backdrop, .nameit__name span {
        opacity:1;
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
    } /* IE11 */
}

@keyframes rdnNames {
  from {
    transform: rotateX(0deg);
  }
  to {
    transform: rotateX(360deg);
  }
}

@-webkit-keyframes rdnNames {
    from {
      -webkit-transform: rotateX(0deg);
    }
    to {
      -webkit-transform: rotateX(360deg);
    }
}

@-ms-keyframes rdnNames {
    from {
      -ms-transform: rotateX(0deg);
    }
    to {
      -ms-transform: rotateX(360deg);
    }
}

@-moz-keyframes rdnNames {
    from {
      -moz-transform: rotateX(0deg);
    }
    to {
      -moz-transform: rotateX(360deg);
    }
}

@keyframes rotateZ {
  from {
    transform: rotateZ(0deg);
  }
  to {
    transform: rotateZ(360deg);
  }
}

@-webkit-keyframes rotateZ {
    from {
      -webkit-transform: rotateZ(0deg);
    }
    to {
      -webkit-transform: rotateZ(360deg);
    }
}

@-ms-keyframes rotateZ {
    from {
      -ms-transform: rotateZ(0deg);
    }
    to {
      -ms-transform: rotateZ(360deg);
    }
}

@-moz-keyframes rotateZ {
    from {
      -moz-transform: rotateZ(0deg);
    }
    to {
      -moz-transform: rotateZ(360deg);
    }
}



@media only screen
and (max-device-width : 1024px)
and (orientation : portrait) {
    .portrait {
        position: absolute;
        top: 0; right: 0; bottom: 0; left: 0;
        background: url("../img/UI/KFP_mobile_rotate__40640W.jpg") no-repeat center;
        background-size: cover;
    }
    .m-panel {
        display: none;
    }
}

.soundBtn {
    display: block;
    z-index: 999;
    position: absolute;
    top: 5.1%;
    left: 10%;
    width: 75px;
    height: 80px;
    background: url("../img/UI/KFP_sound_1__402x.png") no-repeat;
    background-size: cover;
    cursor: pointer;

    -webkit-transition: transform .2s ease;
    -moz-transition: transform .2s ease;
    transition: transform .2s ease;
    -o-transition: transform .2s ease;

    -moz-transform-origin: center;
    -webkit-transform-origin: center;
    transform-origin: center;
}
.soundBtn:hover {
    -ms-transform: scale(1.2); /* IE 9 */
    -webkit-transform: scale(1.2); /* Safari */
    transform: scale(1.2);
}

.soundBtn.active {
    background: url("../img/UI/KFP_sound_0__402x.png") no-repeat;
    background-size: cover;
}
@media (max-width: 1364px) {
    .soundBtn {
        -ms-transform: scale(.7); /* IE 9 */
        -webkit-transform: scale(.7); /* Safari */
        transform: scale(.7);
        left: 11%;
    }
    .soundBtn:hover {
        -ms-transform: scale(.7); /* IE 9 */
        -webkit-transform: scale(.7); /* Safari */
        transform: scale(.7);
    }
}
@media (max-width: 931px) {
    .soundBtn {
        -ms-transform: scale(.5); /* IE 9 */
        -webkit-transform: scale(.5); /* Safari */
        transform: scale(.5);
        top: 0.3%;
        left: 10%;
    }
    .soundBtn:hover {
        -ms-transform: scale(.5); /* IE 9 */
        -webkit-transform: scale(.5); /* Safari */
        transform: scale(.5);
    }
}
/* Color Picker CSS */
/* --------------------------------  */
.clr-picker {
    position: absolute;
    width: 600px;
    right: 200px;
    bottom: 70px;
}
@media (max-width: 1364px) {
    .clr-picker {
        -ms-transform: scale(.7); /* IE 9 */
        -webkit-transform: scale(.7); /* Safari */
        transform: scale(.7);
        right: -12px;
        bottom: 34px;
    }
}
@media (max-width: 931px) {
    .clr-picker {
        -ms-transform: scale(.4); /* IE 9 */
        -webkit-transform: scale(.4); /* Safari */
        transform: scale(.4);
        right: -130px;
        top: 230px;
    }
}

.clr-picker__btn {
    width: 99px;
    height: 99px;
    display: inline-block;
    background: url("../img/buttons.png") no-repeat;
    border: 0 none;
    margin: 0 5px;
    padding: 0;
    outline: 0;
    cursor: pointer;
}
.clr-picker--grn { background-position: -5px -7px }
.clr-picker--grn.active { background-position: -5px -114px }
.clr-picker--vlt { background-position: -122px -7px }
.clr-picker--vlt.active { background-position: -122px -114px }
.clr-picker--ylw { background-position: -239px -7px }
.clr-picker--ylw.active { background-position: -239px -114px }
.clr-picker--red { background-position: -355px -7px }
.clr-picker--red.active { background-position: -355px -114px }
.clr-picker--blu { background-position: -472px -7px }
.clr-picker--blu.active { background-position: -472px -114px }

/* Color Picker CSS */
/* --------------------------------  */


/* Face buttons */
/* --------------------------------  */
.faces {
    position: relative;
    display: inline-block;
}


.faces-btn {
    position: relative;
    width: 140px;
    background: #fff;
    outline: 0 none;
    padding: 0;
    margin: 14px;

    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    border-radius: 500px;

    border: 10px solid #e6e6e6;
    z-index: 9;
    cursor: pointer;
    -webkit-transition: transform .2s ease;
    -moz-transition: transform .2s ease;
    transition: transform .2s ease;
    -o-transition: transform .2s ease;
}
.faces-btn:nth-child(4),
.faces-btn:nth-of-type(4) {
    margin-left: 90px;
}
.faces-btn:nth-child(7),
.faces-btn:nth-of-type(7) {
    margin-left: 180px;
}

.faces-btn:hover {
    -ms-transform: scale(1.1); /* IE 9 */
    -webkit-transform: scale(1.1); /* Safari */
    transform: scale(1.1);
}
.faces-btn.active {
    border: 10px solid #ffc115;
}
.faces-btn img {
    width: 100%;
    display: block;
}
/* Face buttons */
/* --------------------------------  */

/* Message Panda */
/* --------------------------------  */
.screen__item--message {
    background: url("../img/UI/KFP_po_pop_up__402x.png");
    width:2702px;
    height:552px;

    top: 70%;
    left: 0%;
    -ms-transform: scale(.5);
    -webkit-transform: scale(.5);
    transform: scale(0.5);
}

@media (max-width: 1364px) {
    .screen__item--message {
        -ms-transform: scale(.33);
        -webkit-transform: scale(.33);
        transform: scale(0.33);
    }
}
@media (max-width: 931px) {
    .screen__item--message {
        top: 72%;
        left: 0;
        -ms-transform: scale(.20);
        -webkit-transform: scale(.20);
        transform: scale(0.2);
    }
}
.screen__text {
    font-size: 4em;
    font-weight: 900;
    color: #d72e25;
    margin: 204px 0 0 760px;
    display: block;
    text-align: left;
}
/* Message panda */
/* --------------------------------  */


/* Background Overlay */
/* --------------------------------  */
.background-overlay {
    position: absolute;
    opacity: .8;

    top: 10%;
    height: 74.5%;
    left:20%;
    width:80%;

    background: -moz-linear-gradient(left,  rgba(172,2,2,0) 0%, rgba(172,2,2,0) 1%, rgba(172,2,2,0) 17%, rgba(172,2,2,1) 52%, rgba(172,2,2,1) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(172,2,2,0)), color-stop(1%,rgba(172,2,2,0)), color-stop(17%,rgba(172,2,2,0)), color-stop(52%,rgba(172,2,2,1)), color-stop(100%,rgba(172,2,2,1)));
    background: -webkit-linear-gradient(left,  rgba(172,2,2,0) 0%,rgba(172,2,2,0) 1%,rgba(172,2,2,0) 17%,rgba(172,2,2,1) 52%,rgba(172,2,2,1) 100%);
    background: -o-linear-gradient(left,  rgba(172,2,2,0) 0%,rgba(172,2,2,0) 1%,rgba(172,2,2,0) 17%,rgba(172,2,2,1) 52%,rgba(172,2,2,1) 100%);
    background: -ms-linear-gradient(left,  rgba(172,2,2,0) 0%,rgba(172,2,2,0) 1%,rgba(172,2,2,0) 17%,rgba(172,2,2,1) 52%,rgba(172,2,2,1) 100%);
    background: linear-gradient(to right,  rgba(172,2,2,0) 0%,rgba(172,2,2,0) 1%,rgba(172,2,2,0) 17%,rgba(172,2,2,1) 52%,rgba(172,2,2,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ac0202', endColorstr='#ac0202',GradientType=1 );
}
.background-overlay--dark:after {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    content: '';
    opacity: .35;

    background: -moz-linear-gradient(left,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.44) 29%, rgba(0,0,0,1) 60%, rgba(0,0,0,1) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0)), color-stop(29%,rgba(0,0,0,0.44)), color-stop(60%,rgba(0,0,0,1)), color-stop(100%,rgba(0,0,0,1)));
    background: -webkit-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.44) 29%,rgba(0,0,0,1) 60%,rgba(0,0,0,1) 100%);
    background: -o-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.44) 29%,rgba(0,0,0,1) 60%,rgba(0,0,0,1) 100%);
    background: -ms-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.44) 29%,rgba(0,0,0,1) 60%,rgba(0,0,0,1) 100%);
    background: linear-gradient(to right,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.44) 29%,rgba(0,0,0,1) 60%,rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=1 );
}
.background-overlay.background-overlay--title:after {
    content: '';
    position: absolute;

    top:15%;
    height:85%;
    left:30%;
    width:70%;

    opacity: .35;

    background: -moz-linear-gradient(left,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.44) 29%, rgba(0,0,0,1) 60%, rgba(0,0,0,1) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0)), color-stop(29%,rgba(0,0,0,0.44)), color-stop(60%,rgba(0,0,0,1)), color-stop(100%,rgba(0,0,0,1)));
    background: -webkit-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.44) 29%,rgba(0,0,0,1) 60%,rgba(0,0,0,1) 100%);
    background: -o-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.44) 29%,rgba(0,0,0,1) 60%,rgba(0,0,0,1) 100%);
    background: -ms-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.44) 29%,rgba(0,0,0,1) 60%,rgba(0,0,0,1) 100%);
    background: linear-gradient(to right,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.44) 29%,rgba(0,0,0,1) 60%,rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=1 );
}

/* Background Overlay */
/* --------------------------------  */

/* Main Panel */
/* --------------------------------  */
.drmwks-logo {
    width: 90px;
    position: absolute;
    left: 2.54%;
    top: 4%;
    z-index: 9;
    cursor: pointer;

    -ms-transform: scale(1.3); /* IE 9 */
    -webkit-transform: scale(1.3); /* Safari */
    transform: scale(1.3);

    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;

    -moz-transform-origin: center;
    -webkit-transform-origin: center;
    transform-origin: center;
    outline: 0 none;
    border: 0 none;
}
.drmwks-logo:hover {
    -ms-transform: scale(1.5); /* IE 9 */
    -webkit-transform: scale(1.5); /* Safari */
    transform: scale(1.5);
}

@media (max-width: 1364px) {
    .drmwks-logo {
        -ms-transform: scale(.9); /* IE 9 */
        -webkit-transform: scale(.9); /* Safari */
        transform: scale(.9);
    }
    .drmwks-logo:hover {
        -ms-transform: scale(.9); /* IE 9 */
        -webkit-transform: scale(.9); /* Safari */
        transform: scale(.9);
    }
}
@media (max-width: 931px) {
    .drmwks-logo {
        -ms-transform: scale(.6); /* IE 9 */
        -webkit-transform: scale(.6); /* Safari */
        transform: scale(.6);
        left: -0.46%;
        top: -2%;
    }

    .drmwks-logo:hover {
        -ms-transform: scale(.6); /* IE 9 */
        -webkit-transform: scale(.6); /* Safari */
        transform: scale(.6);
    }
}
.m-panel {
    width: 1500px;
    height: 844px;

    position: relative;
    top:0;
    left:0;
    overflow: hidden;
    margin: 0 auto;
}
@media (max-width: 1364px) {
    .m-panel {
        width: 932px;
        height: 524px;
    }

}
@media (max-width: 931px) {
    .m-panel {
        width: 568px;
        height: 320px;
    }
}

.int-panel, .p-view, .p-view__bg {
    position: absolute;
    top:0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
.p-view__bg {
    background: url("../img/KFP_bg_2__401x.jpg") center;
    background-size: cover;
    z-index: -2;
}
/* Main Panel */
/* --------------------------------  */


/* Panel title */
/* --------------------------------  */
.panel-title {
    left: 55%;
    top: 1%;
    z-index: 9999;
}

.panel-title__text.panel-title--eyes {
    left: 58.8%;
}
@media (max-width: 1364px) {
    .panel-title__text.panel-title--eyes {
        left: 61%;
    }
}

.panel-title__text.panel-title--mouth {
    left: 56%;
}
@media (max-width: 1364px) {
    .panel-title__text.panel-title--mouth {
        left: 58.5%
    }
}

.panel-title__text.panel-title--outfit {
    left: 50%;
}

.panel-title__text.panel-title--head {
    left: 53.8%;
}
@media (max-width: 1364px) {
    .panel-title__text.panel-title--head {
        left: 56%;
    }
}
.panel-title__text.panel-title--addons {
    left: 53%;
}
@media (max-width: 1364px) {
    .panel-title__text.panel-title--addons {
        left: 56%;
    }
}
.panel-title__text.panel-title--name-your-panda {
    left: 48%;
}

.panel-title__text.panel-title--poster {
    left: 51.8%;
}
.panel-title__text.panel-title--print {
    left: 52%;
}
@media (max-width: 1364px) {
    .panel-title__text.panel-title--print {
        left: 50%;
    }
}
@media (max-width: 931px) {
    .panel-title__text.panel-title--print {
        left: 51%;
    }
}

.panel-title__text.panel-title--poster {
    left: 50%;
}

.panel-title__text.panel-title--print-and-share {
    left: 51%;
}

@media (max-width: 1364px) {
    .panel-title--head {
        left: 37%;
    }
}
@media (max-width: 931px) {
    .panel-title--head {
        left: 36%;
    }
}

@media (max-width: 1364px) {
    .panel-title--name-your-panda {
        left: 23%;
    }
}
@media (max-width: 931px) {
    .panel-title--name-your-panda {
        left: 26%;
    }
}


@media (max-width: 1364px) {
    .panel-title--name-your-panda {
        left: 23%;
    }
}
@media (max-width: 931px) {
    .panel-title--name-your-panda {
        left: 26%;
    }
}

.panel-title__text {
    display: inline-block;
    position: absolute;
    font-size: 55px;
    color: #fdc440;
    text-transform: uppercase;
    font-weight: 900;
    margin: 0;
    white-space: nowrap;
    top: 11.8%;

    text-shadow: 0 3px 0 rgba(0,0,0, .13)
}

@media (max-width: 1364px) {
  .panel-title__text {
    left: 63%;
    -ms-transform: scale(.7) ;
    -webkit-transform: scale(.7);
    transform: scale(.7);
  }
}

@media (max-width: 931px) {
  .panel-title__text {
    -ms-transform: scale(.4) ;
    -webkit-transform: scale(.4);
    transform: scale(.4);
  }
}

.panel-title__btn {
    position: absolute;
    width: 63px;
    height: 66px;
    background: none;
    border: 0 none;
    outline: 0 none;
    background-size: cover;
    padding: 0;
    margin: 0;
    top: 4px;
    cursor: pointer;

    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

.panel-title__btn--lf {
    background-image: url("../img/UI/KFP_back__402x.png");
    left: 0;
}
.panel-title__btn--rt {
    background-image: url("../img/UI/KFP_forward__402x.png");
    right: 0;
}
/* Panel title */
/* --------------------------------  */
.fixed-elm {
    width: 20px;
    height: 20px;
    position: fixed;
    background: url("../img/null.png");
}

.screen__item {
  -moz-transform-origin: 0 0 0;
  -webkit-transform-origin: 0 0 0;
  transform-origin: left top;
  display: block;
  position: absolute;
}

.screen__navbutton {

    z-index:9999;

    -moz-transform-origin: center;
    -webkit-transform-origin: center;
    transform-origin: center;

    position: absolute;

    cursor: pointer;
    width: 212px;
    height: 226px;

    -ms-transform: scale(.5) ;
    -webkit-transform: scale(.5);
    transform: scale(.5);

    top: 35%;
}

.screen__navbutton:hover {
    -ms-transform: scale(.6) ;
    -webkit-transform: scale(.6);
    transform: scale(.6);
}

.screen__navbutton--back {
    background: url("../img/UI/KFP_back__402x.png");
    left: -2%;
}

.screen__navbutton--forward {
    background: url("../img/UI/KFP_forward__402x.png");
    left: 88%;
}

@media (max-width: 1364px) {
    .screen__navbutton {
        -ms-transform: scale(.36) ;
        -webkit-transform: scale(.36);
        transform: scale(.36);
        top:29%;
    }

    .screen__navbutton:hover {
        -ms-transform: scale(.4);
        -webkit-transform: scale(.4);
        transform: scale(.4);
    }

    .screen__navbutton--back {
        left:-6.5%;
    }

    .screen__navbutton--forward {
        left:83.8%;
    }
}

@media (max-width: 931px) {
    .screen__navbutton {
        -ms-transform: scale(.21) ;
        -webkit-transform: scale(.21);
        transform: scale(.21);
        top: 14%;
    }

    .screen__navbutton:hover {
        -ms-transform: scale(.24);
        -webkit-transform: scale(.24);
        transform: scale(.24);
    }

    .screen__navbutton--back {
        left:-14%;
    }

    .screen__navbutton--forward {
        left:76.8%;
    }
}

/* Home Screen */
/* --------------------------------  */

/* --------------------------------  */
/* loading Screen */
.loading-screen {
  display:block;
  background: url("../img/UI/KFP_bg_1__401x.jpg") center;
  background-size: cover;
  width:100%;
  height:100%;
}

.loading-screen__loading {
    width: 1130px;
    height: 216px;
    left: 31%;
    top: 24%;
    display: none;
    -ms-transform: scale(.46);
    -webkit-transform: scale(.46);
    transform: scale(.46);


}

.loading-screen__loading-bar {
  width:10%;
  height: 18%;
  background:#D72E25;
  display:block;
  top: 51%;

    -moz-transition: transform .1s ease;
    -webkit-transition: transform .1s ease;
    transition: transform .1s ease;
    -o-transition: transform .1s ease;

    -webkit-border-radius:0 60px 60px 0;
    -moz-border-radius:0 60px 60px 0;
    border-radius:0 60px 60px 0;
}

.loading-screen__panda {
  float:right;
  position:relative;
  background: url("../img/UI/pudge_panda__401x.png");
  width:136px;
  height:144px;

  -webkit-animation-name: spin-lg;
  -webkit-animation-duration: 2000ms;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;

  -moz-animation-name: spin-lg;
  -moz-animation-duration: 2000ms;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;

  -ms-animation-name: spin-lg;
  -ms-animation-duration: 2000ms;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;

  animation-name: spin-lg;
  animation-duration: 2000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@media (max-width: 1364px) {
  .loading-screen__loading {
    -ms-transform: scale(.32);
    -webkit-transform: scale(.32);
    transform: scale(.32);
  }

  .loading-screen__panda {
    top: -25%;
    left: 22px;
    -webkit-animation-name: spin-md;
    -moz-animation-name: spin-md;
    -ms-animation-name: spin-md;
    animation-name: spin-md;
  }

  .screen__loading-bar {
    -ms-transform: scale(.4);
    -webkit-transform: scale(.4);
    transform: scale(.4);
    border-radius:0 60px 60px 0;
  }
}

@media (max-width: 931px) {
  .loading-screen__loading {
    -ms-transform: scale(.2);
    -webkit-transform: scale(.2);
    transform: scale(.2);
  }

  .loading-screen__panda {
    top: -75%;
    left: 39px;
    -webkit-animation-name: spin-sm;
    -moz-animation-name: spin-sm;
    -ms-animation-name: spin-sm;
    animation-name: spin-sm;
  }

  .screen__loading-bar {
    -ms-transform: scale(.4);
    -webkit-transform: scale(.4);
    transform: scale(.4);
    border-radius:0 30px 30px 0;
  }
}

@keyframes spin-sm {
  from {
    transform-origin: center;
    transform: scale(0.4) rotate(0deg);
  }
  to {
    transform-origin: center;
    transform: scale(0.4) rotate(360deg);
  }
}

@keyframes spin-md {
  from {
    transform-origin: center;
    transform: scale(0.6) rotate(0deg);
  }
  to {
    transform-origin: center;
    transform: scale(0.6) rotate(360deg);
  }
}

@keyframes spin-lg {
  from {
    transform-origin: center;
    transform: scale(0.8) rotate(0deg);
  }
  to {
    transform-origin: center;
    transform: scale(0.8) rotate(360deg);
  }
}

@-webkit-keyframes spin-sm {
  from {
    -webkit-transform-origin: center;
    -webkit-transform: scale(0.4) rotate(0deg);
  }
  to {
    -webkit-transform-origin: center;
    -webkit-transform: scale(0.4) rotate(360deg);
  }
}

@-webkit-keyframes spin-md {
  from {
    -webkit-transform-origin: center;
    -webkit-transform: scale(0.6) rotate(0deg);
  }
  to {
    -webkit-transform-origin: center;
    -webkit-transform: scale(0.6) rotate(360deg);
  }
}

@-webkit-keyframes spin-lg {
  from {
    -webkit-transform-origin: center;
    -webkit-transform: scale(0.8) rotate(0deg);
  }
  to {
    -webkit-transform-origin: center;
    -webkit-transform: scale(0.8) rotate(360deg);
  }
}

@-moz-keyframes spin-sm {
  from {
    -moz-transform-origin: center;
    -moz-transform: scale(0.4) rotate(0deg);
  }
  to {
    -moz-transform-origin: center;
    -moz-transform: scale(0.4) rotate(360deg);
  }
}

@-moz-keyframes spin-md {
  from {
    -moz-transform-origin: center;
    -moz-transform: scale(0.6) rotate(0deg);
  }
  to {
    transform-origin: center;
    -moz-transform: scale(0.6) rotate(360deg);
  }
}

@-moz-keyframes spin-lg {
  from {
    -moz-transform-origin: center;
    -moz-transform: scale(0.8) rotate(0deg);
  }
  to {
    -moz-transform-origin: center;
    -moz-transform: scale(0.8) rotate(360deg);
  }
}

/* Title Screen */
/* --------------------------------  */


.title-screen {
  transform-origin: top left;
    background: url("../img/UI/KFP_bg_1__401x.jpg") center;
    background-size: cover;
}
.title-screen__panel {
    position: absolute;
    left: -9999px;
    text-indent: -9999px;
}

.title-screen__logo {
    background: url("../img/UI/KFP_logo__402x.png");
    width: 770px;
    height: 392px;
    left: 36%;
    top: 8%;

    -ms-transform: scale(.48) ;
    -webkit-transform: scale(.48);
    transform: scale(.48);
}

.title-screen__logo2 {
    background: url("../img/UI/KFP_create_logo__402x.png");
    width: 1048px;
    height: 402px;
    left: 35%;
    top: 32%;

    -ms-transform: scale(.38) ;
    -webkit-transform: scale(.38);
    transform: scale(.38);
}

.title-screen__create {
    background: url("../img/UI/KFP_create_btn__402x.png");
    width:626px;
    height:466px;
    left: 38%;
    top: 60%;
    color:#D72E25;
    font-size: 7em;
    text-align:center;

    -ms-transform: scale(.5) ;
    -webkit-transform: scale(.5);
    transform: scale(.5);
    z-index: 9;
}

.title-screen__create span {
    display:block;
    margin: 1.3em 0 0 -0.1em;
    font-weight: 900;
    text-shadow: 0 14px 0 rgba(0,0,0,.10);

}

.title-screen__create:hover {
    color:#FFF;
    background: url("../img/UI/KFP_create_btn_active__402x.png");
    cursor:pointer;
}

.title-screen__character {
  -moz-transform-origin: 0 0 0;
  -webkit-transform-origin: 0 0 0;
  transform-origin: 0 0 0;

  -ms-transform: scale(1) ;
  -webkit-transform: scale(1);
  transform: scale(1);
    pointer-events: none;
}

@media (max-width: 1364px) {
    .title-screen__character {
        -ms-transform: scale(.6) ;
        -webkit-transform: scale(.6);
        transform: scale(.6);
    }
}

@media (max-width: 931px) {
    .title-screen__character {
        -ms-transform: scale(.4) ;
        -webkit-transform: scale(.4);
        transform: scale(.4);
    }
}

.title-screen__character--dad {
    left: 68%;
    top: 30%;
}

.title-screen__character--mei {
    left: 60%;
    top: 40%;
}

.title-screen__character--boa {
    left: 10%;
    top: 60%;
}

.title-screen__character--poh {
    left: -5%;
    top: 30%;
}

@media (max-width: 1364px) {
    .title-screen__logo {
        -ms-transform: scale(.33) ;
        -webkit-transform: scale(.33);
        transform: scale(.33);
    }

    .title-screen__logo2 {
        -ms-transform: scale(.26) ;
        -webkit-transform: scale(.26);
        transform: scale(.26);
    }

    .title-screen__create {
        -ms-transform: scale(.35) ;
        -webkit-transform: scale(.35);
        transform: scale(.35);
    }
}

@media (max-width: 931px) {
    .title-screen__logo {
        -ms-transform: scale(.2) ;
        -webkit-transform: scale(.2);
        transform: scale(.2);
    }

    .title-screen__logo2 {
        -ms-transform: scale(.16) ;
        -webkit-transform: scale(.16);
        transform: scale(.16);
    }

    .title-screen__create {
        -ms-transform: scale(.21) ;
        -webkit-transform: scale(.21);
        transform: scale(.21);
    }
}

.title-screen__button span {
    position: relative;
    font-size: 42px;
    color: #bd2529;
    font-weight: 900;
    margin-top: 96px;
    display: block;
}
.title-screen__button span:after {
    content: 'CREATE';
    position: absolute;
    left: 0; right: 0;
    top: -6px;
    text-align: center;

    color: #fff;
}
/* Title Screen */
/* --------------------------------  */


/* Intro Screen */
/* --------------------------------  */
.intro-screen {
    background: url("../img/UI/KFP_bg_1__401x.jpg") center;
    background-size: cover;
}

.intro-screen__pad {
    background: url("../img/UI/KFP_intro_scroll__401x.png");
    background-size: cover;
    width: 764px;
    height: 508px;
    text-align: center;
    left: 40%;
    top: 18%;

    -ms-transform: scale(1.05) ;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.intro-screen__poh {
    left: 5%;
    top: 26%;
    pointer-events: none;

    -ms-transform: scale(1.05) ;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

@media (max-width: 1364px) {
    .intro-screen__pad {
        -ms-transform: scale(.7); /* IE 9 */
        -webkit-transform: scale(.7); /* Safari */
        transform: scale(.7);

        left: 26%;
        top: 2%;
    }

    .intro-screen__poh {
        -ms-transform: scale(.68) ;
        -webkit-transform: scale(.68);
        transform: scale(.68);
    }
}

@media (max-width: 931px) {
    .intro-screen__pad {
        -ms-transform: scale(.4); /* IE 9 */
        -webkit-transform: scale(.4); /* Safari */
        transform: scale(.4);
        left: 0;
        top: -30%;
    }
    .intro-screen__poh {
        -ms-transform: scale(.4) ;
        -webkit-transform: scale(.4);
        transform: scale(.4);
    }
}

.intro-screen__area {
    padding: 0 68px 0 50px
}
.intro-screen__title {
    margin-top: 102px;
    font-weight: 900;
    color: #d2292e;
    font-size: 44px;
    margin-bottom: 30px;
}
.intro-screen__text {
    font-size: 26px;
    margin: 0 0 10px;
    line-height: 1.3;
    color: #d2292e;
    font-weight: 900;
}

/* Intro Screen */
/* --------------------------------  */


/* Select Body */
/* --------------------------------  */
.body-list {
  position: absolute;
  left: 0;
  top:0;
  text-align: center;
  padding: 0;
  margin: 0;
  display:block;
  width:100%;
  height:100%;
}

@media (max-width: 1364px) {
    .body-list {
        -ms-transform: scale(.8); /* IE 9 */
        -webkit-transform: scale(.8); /* Safari */
        transform: scale(.8);
    }
}
.bgSlow {
    background: url("../img/UI/KFP_bg_1__401x.jpg") center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    z-index: -3;
}
.select-body {
    position:relative;

}
.select-body .p-view__bg {
    opacity: 0;
    filter: alpha(opacity=0);

}

.body-size {
    width:862px;
    height:1015px;

    -ms-transform: scale(.55); /* IE 9 */
    -webkit-transform: scale(.55); /* Safari */
    transform: scale(.55);
    cursor: pointer;
}
.body-size:hover {
    z-index: -1;
}
.body-size .body-size__panda {
    position: absolute;
    left: 0; right: 0; bottom: 0; top: 0;
    background: url("../img/KFP_panda_body_sprite__402x.png");
}
.body-size:after {
    background: url("../img/UI/KFP_panda_body_burst__402x.png") center;
    background-size: cover;
    content: "";
    position: absolute;
    left: -500px; top: -500px; right: -500px; bottom: -500px;
    z-index: -1;

    -ms-transform: scale(0); /* IE 9 */
    -webkit-transform: scale(0); /* Safari */
    transform: scale(0);

    -moz-transition: transform .3s ease;
    -webkit-transition: transform .3s ease;
    transition: transform .3s ease;
    -o-transition: transform .3s ease;
    pointer-events: none;
}
.body-size:hover:after {
    -ms-transform: scale(1); /* IE 9 */
    -webkit-transform: scale(1); /* Safari */
    transform: scale(1);
}

.body-size--sm {
    left: 14%;
    top: 28.5%;
    height: 616px;
    width: 550px;
}
.body-size--sm .body-size__panda {
    background-position: -160px -295px;
}

.body-size--sm:hover,
.body-size--sm.active {
    height: 695px;
    width: 709px;
    left:11%;
    top: 26.1%;
}
.body-size--sm:hover .body-size__panda,
.body-size--sm.active .body-size__panda {
    background-position: -85px -1265px;
}

.body-size--md {
    left: 38.96%;
    top: 21%;
    width: 625px;
    height: 765px;
}
.body-size--md .body-size__panda {
    background-position: -961px -151px;
}

.body-size--md:hover,
.body-size--md.active {
    width: 784px;
    height: 805px;
    left: 35%;
    top: 20.2%;
}
.body-size--md:hover .body-size__panda,
.body-size--md.active .body-size__panda {
    background-position: -881px -1145px;
}

.body-size--lg {
    left: 66%;
    top: 15.4%;
    width: 680px;
    height: 875px;
}
.body-size--lg .body-size__panda {
    background-position: -1754px -41px;
}

.body-size--lg:hover,
.body-size--lg.active {
    width: 830px;
    height: 944px;
    left: 64%;
    top: 13.2%;
}
.body-size--lg:hover .body-size__panda,
.body-size--lg.active .body-size__panda {
    background-position: -1683px -1011px;
}

.select-body {
    text-align: center;
    color: #fff;
}

@media (max-width: 1364px) {
    .body-size {
        -ms-transform: scale(.42); /* IE 9 */
        -webkit-transform: scale(.42); /* Safari */
        transform: scale(.42);
    }
    .body-size--sm {
        left: 4.5%;
        top: 25.5%;
    }
    .body-size--sm:hover,
    .body-size--sm.active {
        left: -1%;
        top: 20.5%;
    }
    .body-size--md {
        left: 36%;
        top: 14%;
    }
    .body-size--md:hover,
    .body-size--md.active {
        left: 30%;
        top: 10.9%;
    }
    .body-size--lg {
        left: 70%;
        top: 5.4%;
     }
    .body-size--lg:hover,
    .body-size--lg.active {
        left: 67%;
        top: 0.4%;
    }
}

@media (max-width: 931px) {
    .body-size {
        -ms-transform: scale(.25); /* IE 9 */
        -webkit-transform: scale(.25); /* Safari */
        transform: scale(.25);
    }
}

/* Select Body */
/* --------------------------------  */


/* Select Face */
/* --------------------------------  */
.select-face .p-view__bg {
  -webkit-transform: translate(0%, 12%) matrix(2, 0, 0, 2, 0, 0);
-ms-transform: translate(0%, 12%) matrix(2, 0, 0, 2, 0, 0);
transform: translate(0%, 12%) matrix(2, 0, 0, 2, 0, 0);
}


.select-face .faces {
    width: 590px;
    position: absolute;
    right: 205px;
    top: 250px;

    -ms-transform: scale(1.2); /* IE 9 */
    -webkit-transform: scale(1.2); /* Safari */
    transform: scale(1.2);

}
@media (max-width: 1364px) {
    .select-face .faces {
        -ms-transform: scale(.6); /* IE 9 */
        -webkit-transform: scale(.6); /* Safari */
        transform: scale(.6);
        right: -4px;
        top: 45px;
    }
}
@media (max-width: 931px) {
    .select-face .faces {
        -ms-transform: scale(.4); /* IE 9 */
        -webkit-transform: scale(.4); /* Safari */
        transform: scale(.4);
        top: -62px;
        right: -114px;
    }
}
/* Select Face */
/* --------------------------------  */


/* Select Outfit */
/* --------------------------------  */
.outfits {
    position: absolute;
    right: 164px;
    top: 235px;
    width: 700px;
}
@media (max-width: 1364px) {
    .outfits {
        -ms-transform: scale(.7); /* IE 9 */
        -webkit-transform: scale(.7); /* Safari */
        transform: scale(.7);
        right: -60px;
        top: 75px;
    }
}
@media (max-width: 931px) {
    .outfits {
        -ms-transform: scale(.4); /* IE 9 */
        -webkit-transform: scale(.4); /* Safari */
        transform: scale(.4);
        right: -170px;
        top: -25px;
    }
}
/* Select Outfit */
/* --------------------------------  */


/* State Buttons */
/* --------------------------------  */

.state-btn {
    position: relative;
    background: none;
    padding: 0;
    margin: 0 10px;
    border: 0 none;
    outline: none;
    width: 190px;
    z-index: 99;
    cursor: pointer;

    -webkit-transition: transform .2s ease;
    transition: transform .2s ease;
    -moz-transition: transform .2s ease;
    -o-transition: transform .2s ease;
}
.state-btn--clear {
    width: 150px;
}
.state-btn:hover {
    -ms-transform: scale(1.1); /* IE 9 */
    -webkit-transform: scale(1.1); /* Safari */
    transform: scale(1.1);
}
.state-btn img {
    width: 100%;
}
.state-btn .active {
    display: none;
}
.state-btn.active .active {
    display: block;
}
.state-btn.active .def {
    display: none;
    width: 0;
    height: 0;
}
/* State Buttons */
/* --------------------------------  */


/* Select-head */
/* --------------------------------  */
.select-head__opts {
    width: 690px;
    height: 435px;
    position: absolute;
    right: 154px;
    top: 258px;
    text-align: center;
}
@media (max-width: 1364px) {
    .select-head__opts {
        -ms-transform: scale(.7); /* IE 9 */
        -webkit-transform: scale(.7); /* Safari */
        transform: scale(.7);
        top: 80px;
        right: -54px;
    }
}
@media (max-width: 931px) {
    .select-head__opts {
        -ms-transform: scale(.4); /* IE 9 */
        -webkit-transform: scale(.4); /* Safari */
        transform: scale(.4);
        top: -38px;
        right: -172px
    }
}
.select-head__opts .state-btn {
    position: absolute;

}
.select-head__opts .state-btn:nth-child(1),
.select-head__opts .state-btn:nth-of-type(1) {
    top: 0;
    left: 0;
}
.select-head__opts .state-btn:nth-child(2),
.select-head__opts .state-btn:nth-of-type(2) {
    top: 0;
    left: 150px;
    width: 208px;
}
.select-head__opts .state-btn:nth-child(3),
.select-head__opts .state-btn:nth-of-type(3) {
    bottom: 106px;
    left: 198px;
    width: 250px;
}
.select-head__opts .state-btn:nth-child(4),
.select-head__opts .state-btn:nth-of-type(4) {
    top: 0;
    right: 56px;
    width: 250px;
}
.select-head__opts .state-btn:nth-child(5),
.select-head__opts .state-btn:nth-of-type(5) {
    left: 0;
    bottom: 88px;
}
.select-head__opts .state-btn:nth-child(6),
.select-head__opts .state-btn:nth-of-type(6) {
    bottom: 88px;
    right: 30px;
}

/* Select-head */
/* --------------------------------  */


/* Select-footwear */
/* --------------------------------  */
/* Select-footwear */
/* --------------------------------  */


/* Select-addons */
/* --------------------------------  */
.select-addons__opt {
    width: 690px;
    height: 435px;
    position: absolute;
    right: 140px;
    top: 242px;
}
@media (max-width: 1364px) {
    .select-addons__opt {
        -ms-transform: scale(.7); /* IE 9 */
        -webkit-transform: scale(.7); /* Safari */
        transform: scale(.7);
        top: 70px;
        right: -70px;
    }
}
@media (max-width: 931px) {
    .select-addons__opt {
        -ms-transform: scale(.4); /* IE 9 */
        -webkit-transform: scale(.4); /* Safari */
        transform: scale(.4);
        top: -40px;
        right: -180px;
    }
}
.select-addons__opts-area {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.select-addons__btn {
    position: absolute;
}
.select-addons__btn:nth-child(1),
.select-addons__btn:nth-of-type(1) {
    top: 163px;
    width: 255px;
}
.select-addons__btn:nth-child(2),
.select-addons__btn:nth-of-type(2) {
    left: 270px;
    top: 170px;
    width: 230px;
    z-index: 1;
}
.select-addons__btn:nth-child(3),
.select-addons__btn:nth-of-type(3) {
    bottom: 30px;
    width: 530px;
}
.select-addons__btn:nth-child(4),
.select-addons__btn:nth-of-type(4) {
    left: 175px;
    width: 250px;
    top: 20px;
}
.select-addons__btn:nth-child(5),
.select-addons__btn:nth-of-type(5){
    right: 10px;
    width: 240px;
}


/* Select-addons */
/* --------------------------------  */


/* Name your panda */
/* --------------------------------  */
.nameit__name {
    list-style:none;
    padding:0;
    margin:0;
    width:564px;

    top: 32%;
    left: 46.8%;

    -ms-transform: scale(.95); /* IE 9 */
    -webkit-transform: scale(.95); /* Safari */
    transform: scale(.95);
}

.nameit__name li {
    padding: 75px 0 16px 0;
    background: url("../img/UI/KFP_name_scroll_2__401x.png") no-repeat;
    height: 125px;
    margin-top: -48px;
    text-align: center;

    font-size: 52px;
    font-weight: 900;
    line-height: 1;
    color: #6b1810;
    text-shadow: 0 5px 0 rgba(0,0,0, .13);
}

.nameit__name li.first {
    background: url("../img/UI/KFP_name_scroll_1__401x.png") no-repeat;
}

@media (max-width: 1364px) {
    .nameit__name {
        font-size: 36px;

        -ms-transform: scale(.56); /* IE 9 */
        -webkit-transform: scale(.56); /* Safari */
        transform: scale(.56);
        top: 32%;
        left: 50%;
    }
}
@media (max-width: 931px) {
    .nameit__name {
        font-size: 26px;
        left: 49%;
        -ms-transform: scale(.36); /* IE 9 */
        -webkit-transform: scale(.36); /* Safari */
        transform: scale(.36);
    }
}


.shuffle-name {
    background: url("../img/UI/KFP_random_button__402x.png") no-repeat;
    background-size: cover;
    width: 98px;
    height: 105px;
    border: 0 none;
    outline: 0 none;
    text-indent: -9999px;

    -ms-transform: scale(.8); /* IE 9 */
    -webkit-transform: scale(.8); /* Safari */
    transform: scale(.8);
    cursor: pointer;

    position: absolute;
    left: 82%;
    top: 70%;
}

@media (max-width: 1364px) {
    .shuffle-name {
        -ms-transform: scale(.6); /* IE 9 */
        -webkit-transform: scale(.6); /* Safari */
        transform: scale(.6);
        left: 80.9%;
        top: 64%;
    }
}
@media (max-width: 931px) {
    .shuffle-name {
        -ms-transform: scale(.4); /* IE 9 */
        -webkit-transform: scale(.4); /* Safari */
        transform: scale(.4);
        left: 80%;
        top: 60%;
    }
}

/* Name your panda */
/* --------------------------------  */


/* Select Poster */
/* --------------------------------  */
.select-poster .panel-title {
    left: 30.8%;
}

.select-poster__opts {
    position: absolute;
    top: 254px;
    right: 218px;
    width: 640px;
    text-align: center;
}
.select-poster__opts button {
    margin-bottom: 20px;
}
@media (max-width: 1364px) {
    .select-poster__opts {
        -ms-transform: scale(.7); /* IE 9 */
        -webkit-transform: scale(.7); /* Safari */
        transform: scale(.7);
        top: 60px;
        right: -15px;
    }
}
@media (max-width: 931px) {
    .select-poster__opts {
        -ms-transform: scale(.4); /* IE 9 */
        -webkit-transform: scale(.4); /* Safari */
        transform: scale(.4);
        top: -72px;
        right: -130px;
    }
}

/* Select Poster */
/* --------------------------------  */


/* Print-share */
/* --------------------------------  */
.print-share .panel-title {
    position: absolute;
    left: 32%;
}
@media (max-width: 1364px) {
    .print-share .panel-title {
        left: 19%;
    }
}
@media (max-width: 931px) {
    .print-share .panel-title {
        left: -24px;
        top: -8px;
    }
}
.print-share .screen__text {
    margin: 202px 0 0 754px;
}
.print-share .poster-view {
    width: 420px;
    height: 569px;
    pointer-events: none;
}
.loadedElement {
    position: absolute;
    bottom: 215px;
    left: 225px;
}
@media (max-width: 1364px) {
    .loadedElement {
        -ms-transform: scale(.6); /* IE 9 */
        -webkit-transform: scale(.6); /* Safari */
        transform: scale(.6);
        bottom: 20px;
        left: 72px;
    }
}
@media (max-width: 931px) {
    .loadedElement {
        -ms-transform: scale(.36); /* IE 9 */
        -webkit-transform: scale(.36); /* Safari */
        transform: scale(.36);
        bottom: -98px;
        left: -38px;
    }
}

.print-share__info {
    position: absolute;
    right: 184px;
    text-align: center;
    top: 208px;
    z-index: 999;
    width:605px;
}

@media (max-width: 1364px) {
    .print-share__info {
        -ms-transform: scale(.7); /* IE 9 */
        -webkit-transform: scale(.7); /* Safari */
        transform: scale(.7);
        right: 0;
        top: 60px;
    }
}
@media (max-width: 931px) {
    .print-share__info {
        -ms-transform: scale(.4); /* IE 9 */
        -webkit-transform: scale(.4); /* Safari */
        transform: scale(.4);
        right: -115px;
        top: -45px;
    }
}
.print-share__text {
    font-size: 32px;
    color: #fff;
    font-weight: 900;
    margin: 0;
    padding: 20px 0;
}


.print-share__btn {
    position: relative;
    padding: 14px 40px;
    background: #92191b;
    font-weight: 900;
    color: #fff;
    border: 0 none;
    outline: 0 none;
    margin: 20px 10px 0;
    font-size: 32px;
    font-family: "museo-sans-rounded", sans-serif, arial, helvetica;
    text-shadow: 0 4px 0 #92191b;
    cursor: pointer;
    float: left;

    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
    z-index: 9999;

    -webkit-transition: transform .2s ease;
    transition: transform .2s ease;
    -moz-transition: transform .2s ease;
    -o-transition: transform .2s ease;
}

.print-share__btn.print-share__btn--done,
.print-share__btn.print-share__btn--loading,
.print-share__btn.print-share__btn--generate {
    margin:0 auto;
    float:none;
    background-color:#5853B7;
    text-shadow: 0 4px 0 #5853B7;
    width:55%;
}

.print-share__btn.print-share__btn--generate,
.print-share__btn.print-share__btn--loading,
.print-share__btn.print-share__btn--done {
    padding:0;
    height:60px;
}

.print-share__btn.print-share__btn--loading span,
.print-share__btn.print-share__btn--done span {
  height: 60px;
  display:block;
  background-repeat: no-repeat;
  background-position:center center;
  background-size: contain;
}

.print-share__btn.print-share__btn--loading span {
  animation: rotateZ 1s linear infinite;
  -webkit-animation: rotateZ 1s linear infinite;
  -moz-animation: rotateZ 1s linear infinite;
  -ms-animation: rotateZ 1s linear infinite;
}

.print-share__btn.print-share__btn--done span {
  background-image:url("../img/UI/lKFP_print_yes__402x.png");
}

.print-share__btn.print-share__btn--loading span {
  background-image:url("../img/UI/KFP_print_loading__402x.png");
}

.print-share__btn.print-share__btn--loading {
    height:60px;
}

.print-share__btn.print-share__btn--generate {
}


.print-share__btn.print-share__btn--done:before,
.print-share__btn.print-share__btn--generate:before,
.print-share__btn.print-share__btn--loading:before {
    background-color:#665BCE;

}
.print-share__btn.print-share__btn--done,
.print-share__btn.print-share__btn--generate,
.print-share__btn.print-share__btn--loading {
   margin-top: 20px;
}

.print-share__btn--alt {
    background: #5853b7;
    font-size: 12px;
    text-shadow: 0 4px 0 #5c52b9;
    padding: 18px 26px 18px 68px;
    text-align: left;
    min-height: 64px;
}
.print-share__btn:active {
    -ms-transform: scale(.9); /* IE 9 */
    -webkit-transform: scale(.9); /* Safari */
    transform: scale(.9);
}
.print-share__btn:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 3px;
    background: #d2292e;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
}
.print-share__btn--alt:before {
    background: #665bce url("../img/social_1.png") no-repeat;
    background-size: 56px 126px;
}
.print-share__btn--alt.fam:before {
    background-position: 10px 1px;
}
.print-share__btn--alt.dl:before {
    background-position: 10px -68px;
}
.print-share__btn span {
    position: relative;
    z-index: 9;
}
/* Print-share */
/* --------------------------------  */


/* My Panda Styles */
/* --------------------------------  */

.my-panda {
    width: 940px;
    height: 1028px;
    top: -5%;
    left: -13%;
}

.my-panda--far {
    left: 5%;
    top: 21.8%;
    -ms-transform: scale(.6); /* IE 9 */
    -webkit-transform: scale(.6); /* Safari */
    transform: scale(.6);
}

@media (max-width: 1364px) {
    .my-panda {
        -ms-transform: scale(.7); /* IE 9 */
        -webkit-transform: scale(.7); /* Safari */
        transform: scale(.7);
    }

    .my-panda--far {
        left: 5%;
        top: 14%;
        -ms-transform: scale(.4); /* IE 9 */
        -webkit-transform: scale(.4); /* Safari */
        transform: scale(.4);
    }
}
@media (max-width: 931px) {
    .my-panda {
        -ms-transform: scale(.4); /* IE 9 */
        -webkit-transform: scale(.4); /* Safari */
        transform: scale(.4);
    }

    .my-panda--far {
        left: 5%;
        top: 12%;
        -ms-transform: scale(.25); /* IE 9 */
        -webkit-transform: scale(.25); /* Safari */
        transform: scale(.25);
    }
}
.my-panda__img {
    max-width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    pointer-events: none;
}
.my-panda__img--shadow {
    width: 100%;
    position: absolute;
    bottom: 20px;
    top: auto;
    left: 40px;
    z-index: 0;
}
/* My Panda Styles */
/* --------------------------------  */


/* Poster View */
/* --------------------------------  */
.poster-view {
    position: relative;
    width: 400px;
    height: 568px;

    -ms-transform: rotate(-4deg); /* IE 9 */
    -webkit-transform: rotate(-4deg); /* Chrome, Safari, Opera */
    transform: rotate(-4deg);
}
.lr,
.poster-view .my-panda,
.poster-view__name {
    -ms-transform: scale(0); /* IE 9 */
    -webkit-transform: scale(0); /* Safari */
    transform: scale(0);
}
.poster-view .lr {
    position: absolute;
    left: 0;
    top: 0;
    max-width: 100%;
}
.poster-view .my-panda {
    position: absolute;
    top: 102px;
    right: 0;
    left: 15px;
    bottom: 0;
    width: 77%;
}
.poster-view .my-panda.lg {
    top: 90px;
}
.poster-view__name {
    font-weight: 900;
    font-size: 24px;
    line-height: 1;
    color: #fff;
    z-index: 999;
    position: absolute;
    left: 0; right: 0;
    text-align: center;
    bottom: 25px;
}
.poster-view__name--pre {
    font-size: 18px;
}
/* Poster View */
/* --------------------------------  */



/* Prototype Starts Here */
.temp-bg {
    background: url("../img/bg.jpg") center;
    background-size: cover;
}
/* Core size */
.main-panel {
    position: relative;
    background: url("../img/bg.jpg") center;
    background-size: cover;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}
.main-panel-ratio {
    width: 100%;
    opacity: 0;
}

/* Core size */



.defaults .button {
    position: absolute;
    bottom: 50px;
    right: 50px;
}

.button-set {
    position: absolute; right: 20px; width: 410px;
}
.button-set button {
    margin: 3px;
}

.button {
    padding: 20px;
    background: #d2292e;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    font-weight: bold;

    border-radius: 20px;
}


.select-outfit {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}


.select-outfit {
    text-align: center;
    color: #fff;
}
.select-outfit .button-set {
    width: 560px;
    bottom: 160px;
    right: 30px;
}
.select-outfit .button {
    position: absolute;
    bottom: 50px;
    right: 50px;
}

.select-defaults {
    color: #fff;
    position: absolute;
    padding: 20px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}


/* Pop up view style */
/* --------------------------------  */
.pop-view {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 9999;

    background: rgba(0,0,0, .65);

    display: none;
    opacity: 0;
}
.pop-view__panel {
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 10px;
    top:  10px;

    background: #fff;

    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    overflow: hidden;

    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
}
@media (min-width: 931px) {
    .pop-view__panel {
        left: 20px;
        right: 20px;
        bottom: 20px;
        top:  20px;

        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
    }
}
@media (max-width: 1364px) {}

.pop-view__row {
    display: table-row;
}
.pop-view__content_left {
    width: 42%;
    display: table-cell;
    margin-left: -1%;
    height: 100%;

    -webkit-border-radius: 20px 0 0 20px;
    -moz-border-radius: 20px 0 0 20px;
    border-radius: 20px 0 0 20px;
}

.pop-view__img {
  width:100%;
}
.pop-view__content {
    display: table-cell;
    vertical-align: top;
    padding-right: 20px;
}
.pv-header {
    font-size: 14px;
    color: #665bce;
    font-weight: 900;
    margin-bottom: 5px;
}
@media (min-width: 931px) {
    .pv-header {
        font-size: 26px;
        margin-bottom: 10px;
    }
}
@media (min-width: 1364px) {
    .pv-header {
        font-size: 42px;
        margin-bottom: 15px;
    }
}
.pv-list {
    list-style: none;
    margin: 0;
    padding: 0 10% 0 0;
    font-size: 12px;
    line-height: 1.3;
}
@media (min-width: 931px) {
    .pv-list {
        font-size: 18px;
        padding-bottom:3%;
    }
}
@media (min-width: 1364px) {
    .pv-list {
        font-size: 28px;
        line-height: 1.6;
    }
}
.pv-list li {
    position: relative;
    padding-left: 30px;
    font-weight: 700;
    margin-bottom: 10px;
}
@media (min-width: 931px) {
    .pv-list li {
        padding-left: 48px;
    }
}
@media (min-width: 1364px) {
    .pv-list li {
        padding-left: 80px;
    }
}
.pv-list li strong {
    font-weight: 900;
}
.pv-list__bold {
  font-weight:900;
}
.pv-list__num {
    position: absolute;
    left: 0; top: 0;
    font-size: 12px;
    text-align: center;
    padding: 5px 9px;
    background: #d1292e;

    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    font-weight: 900;
    color: #fff;
}
@media (min-width: 931px) {
    .pv-list__num {
        font-size: 18px;
        padding: 7px 13px;
    }
}
@media (min-width: 1364px) {
    .pv-list__num {
        font-size: 28px;
        padding: 5px 20px;
    }

}
.pop-view__close {
    display: block;
    position: absolute;
    width: 16px;
    height: 16px;
    background: url("../img/UI/close.png") no-repeat center;
    background-size: cover;
    z-index: 999;
    top: 20px;
    right: 20px;
    cursor: pointer;
}
@media (min-width: 931px) {
    .pop-view__close {
        width: 30px;
        height: 30px;
    }
}

/* Pop up view style */
/* --------------------------------  */


/* Clearfix */
/* --------------------------------  */

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }


/* ANIMATIONS */


/*
.faces {
    -moz-animation-name: faces;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: ease-in;
    -moz-animation-duration: 1.0s;

    -webkit-animation-name: faces;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease-in;
    -webkit-animation-duration: 1.0s;

    animation-name: faces;
    animation-iteration-count: 1;
    animation-timing-function: ease-in;
    animation-duration: 1.0s;
}

@media (max-width: 1364px) {
  @-moz-keyframes faces {
      0% {
          -moz-transform: translateY(400px) scale(.7);
      }
      100% {
          -moz-transform: translateY(0) scale(.7);
      }
  }
  @-webkit-keyframes faces {
      0% {
          -webkit-transform: translateY(400px) scale(.7);
      }
      100% {
          -webkit-transform: translateY(0) scale(.7);
      }
  }
  @keyframes faces {
      0% {
          transform: translateY(400px) scale(.7);
      }
      100% {
          transform: translateY(0) scale(.7);
      }
  }
}

@media (max-width: 931px) {
  @-moz-keyframes faces {
      0% {
          -moz-transform: translateY(400px) scale(.4);
      }
      100% {
          -moz-transform: translateY(0) scale(.4);
      }
  }
  @-webkit-keyframes faces {
      0% {
          -webkit-transform: translateY(400px) scale(.4);
      }
      100% {
          -webkit-transform: translateY(0) scale(.4);
      }
  }
  @keyframes faces {
      0% {
          transform: translateY(400px) scale(.4);
      }
      100% {
          transform: translateY(0) scale(.4);
      }
  }
}
*/
