@-webkit-keyframes showLabel {
	0% { top: -560px; }
	100% { top: 0; }
}

@-moz-keyframes showLabel {
	0% { top: -560px; }
	100% { top: 0; }
}

@-ms-keyframes showLabel {
	0% { top: -560px; }
	100% { top: 0; }
}

@-o-keyframes showLabel {
	0% { top: -560px; }
	100% { top: 0; }
}

@keyframes showLabel {
	0% { top: -560px; }
	100% { top: 0; }
}

@-webkit-keyframes hideLabel {
	0% { top: 0; }
	100% { top: -560px; }
}

@-moz-keyframes hideLabel {
	0% { top: 0; }
	100% { top: -560px; }
}

@-ms-keyframes hideLabel {
	0% { top: 0; }
	100% { top: -560px; }
}

@-o-keyframes hideLabel {
	0% { top: 0; }
	100% { top: -560px; }
}

@keyframes hideLabel {
	0% { top: 0; }
	100% { top: -560px; }
}

@-webkit-keyframes hinge {
	0% { -webkit-transform: rotate(-60deg); }
	50% { -webkit-transform: rotate(20deg); }
	100% { -webkit-transform: rotate(0deg); }
}

@-moz-keyframes hinge {
	0% { -moz-transform: rotate(-60deg); }
	50% { -moz-transform: rotate(20deg); }
	100% { -moz-transform: rotate(0deg); }
}

@-ms-keyframes hinge {
	0% { -ms-transform: rotate(-60deg); }
	50% { -ms-transform: rotate(20deg); }
	100% { -ms-transform: rotate(0deg); }
}

@-o-keyframes hinge {
	0% { -o-transform: rotate(-60deg); }
	50% { -o-transform: rotate(20deg); }
	100% { -o-transform: rotate(0deg); }
}

@keyframes hinge {
	0% { transform: rotate(-60deg); }
	50% { transform: rotate(20deg); }
	100% { transform: rotate(0deg); }
}

@-webkit-keyframes swingDownLabel {
	0% { -webkit-transform: rotate(-20deg); }
	20% { -webkit-transform: rotate(15deg); }
	40% { -webkit-transform: rotate(-20deg); }
	60% { -webkit-transform: rotate(10deg); }
	80% { -webkit-transform: rotate(-10deg); }
	100% { -webkit-transform: rotate(0deg); }
}

@-moz-keyframes swingDownLabel {
	0% { -moz-transform: rotate(-20deg); }
	20% { -moz-transform: rotate(15deg); }
	40% { -moz-transform: rotate(-20deg); }
	60% { -moz-transform: rotate(10deg); }
	80% { -moz-transform: rotate(-10deg); }
	100% { -moz-transform: rotate(0deg); }
}

@-ms-keyframes swingDownLabel {
	0% { -ms-transform: rotate(-20deg); }
	20% { -ms-transform: rotate(15deg); }
	40% { -ms-transform: rotate(-20deg); }
	60% { -ms-transform: rotate(10deg); }
	80% { -ms-transform: rotate(-10deg); }
	100% { -ms-transform: rotate(0deg); }
}

@-o-keyframes swingDownLabel {
	0% { -o-transform: rotate(-20deg); }
	20% { -o-transform: rotate(15deg); }
	40% { -o-transform: rotate(-20deg); }
	60% { -o-transform: rotate(10deg); }
	80% { -o-transform: rotate(-10deg); }
	100% { -o-transform: rotate(0deg); }
}

@keyframes swingDownLabel {
	0% { transform: rotate(-20deg); }
	20% { transform: rotate(15deg); }
	40% { transform: rotate(-20deg); }
	60% { transform: rotate(10deg); }
	80% { transform: rotate(-10deg); }
	100% { transform: rotate(0deg); }
}

.swingDownLabel {
	-webkit-animation: swingDownLabel 2.5s ease-in-out 0s, showLabel 2.5s ease-in-out 0s alternate forwards;
	-moz-animation: swingDownLabel 2.5s ease-in-out 0s, showLabel 2.5s ease-in-out 0s alternate forwards;
	-ms-animation: swingDownLabel 2.5s ease-in-out 0s, showLabel 2.5s ease-in-out 0s alternate forwards;
	-o-animation: swingDownLabel 2.5s ease-in-out 0s, showLabel 2.5s ease-in-out 0s alternate forwards;
	animation: swingDownLabel 2.5s ease-in-out 0s, showLabel 2.5s ease-in-out 0s alternate forwards;
}

.hinge {
	-webkit-animation: hinge 2s ease-in-out 1s;
	-moz-animation: hinge 2s ease-in-out 1s;
	-ms-animation: hinge 2s ease-in-out 1s;
	-o-animation: hinge 2s ease-in-out 1s;
	animation: hinge 2s ease-in-out 1s;
}

.hideLabel {
    -webkit-animation: hideLabel 1s ease-in-out 0s alternate forwards;
    -moz-animation: hideLabel 1s ease-in-out 0s alternate forwards;
    -ms-animation: hideLabel 1s ease-in-out 0s alternate forwards;
    -o-animation: hideLabel 1s ease-in-out 0s alternate forwards;
    animation: hideLabel 1s ease-in-out 0s alternate forwards;
}

#hello-kitty-background {
    width: 100%;
    height: 3050px;
    background: #e2001a url(../img/pattern.png) repeat center;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
}

#hello-kitty-background #background {
    width: 200%;
    height: 200%;
    margin: -50% 0 0 -50%;
    background: #e2001a url(../img/pattern.png) repeat center;
    position: absolute;
    top: 50%;
    left: 50%;
}

#hello-kitty {
    max-width: 1024px;
    margin: 0 auto;
    position: relative;
}

#hello-kitty #clothing-label {
    width: 248px;
    height: 665px;
    position: fixed;
    left: 3%;
    top: 5px;
    z-index: 10;
}

#hello-kitty #clothing-label .label, 
#hello-kitty #clothing-label .label img {
    -webkit-transform-origin: top center;
    -moz-transform-origin: top center;
    -o-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
}

#hello-kitty #clothing-label .label {
    width: 214px;
    height: 565px;
    padding: 0 0 0 34px;
    display: block;
    position: absolute;
    left: 0;
    top: -520px;
    z-index: 10;
}

#hello-kitty #clothing-label .tag {
    position: absolute;
    left: 0;
    top: 100px;
}

#hello-kitty.splash-page #clothing-label .label .tag {
    left: 20px;
}

#hello-kitty #clothing-label .label span {
    font-size: 19px;
    font-style: normal;
    font-family: "Anton",Helvetica,Arial,Sans-serif;
    position: absolute;
    right: 45px;
    bottom: 31px;
}

#hello-kitty #clothing-label .label:hover {
    color: #e2001a;
}

#hello-kitty #layers {
    width: 100%;
    height: 3000px;
    position: relative;
}

#hello-kitty.splash-page #layers {
    height: 700px;
}

#hello-kitty #layers .item {
    display: none;
}

#hello-kitty #layers .splash .item {
    display: block;
}

#hello-kitty #layers .item,
#hello-kitty #layers .item span {
    position: absolute;
}

#hello-kitty #layers .item {
    left: 0;
    top: 0;
}

#hello-kitty #layers .item span {
    width: 33px;
    height: 33px;
    background: transparent url('../img/btn-link.gif') no-repeat center;
    display: none;
}

#hello-kitty .photo:hover {
    z-index: 1;
}

#hello-kitty .paisley-01 {
    margin-left: 200px;
    margin-top: 150px;
}

#hello-kitty .paisley-02 {
    margin-left: 590px;
    margin-top: 120px;
}

#hello-kitty .paisley-03 {
    margin-left: 250px;
    margin-top: 550px;
}

#hello-kitty .paisley-04 {
    margin-left: 660px;
    margin-top: 750px;
}

#hello-kitty .paisley-05 {
    margin-left: 350px;
    margin-top: 900px;
}

#hello-kitty .paisley-06 {
    margin-left: 700px;
    margin-top: 970px;
}

#hello-kitty .paisley-07 {
    margin-left: 150px;
    margin-top: 1410px;
}

#hello-kitty .paisley-08 {
    margin-left: 610px;
    margin-top: 1300px;
}

#hello-kitty .paisley-09 {
    margin-left: 600px;
    margin-top: 1800px;
}

#hello-kitty .paisley-10 {
    margin-left: 300px;
    margin-top: 2100px;
}

#hello-kitty .paisley-11 {
    margin-left: 400px;
    margin-top: 2600px;
}


#hello-kitty .tshirt-blue {
    margin-left: 250px;
    margin-top: 200px;
}
#hello-kitty .tshirt-blue span {
    left: 265px;
    top: 185px;
}

#hello-kitty .jeans {
    margin-left: 480px;
    margin-top: 420px;
    z-index: 10;
}
#hello-kitty .jeans span {
    left: 260px;
    top: 280px;
}

#hello-kitty .bracelet {
    margin-left: 650px;
    margin-top: 165px;
}
#hello-kitty .bracelet span {
    left: 135px;
    top: 105px;
}

#hello-kitty .tshirt-faded-blue {
    margin-left: 200px;
    margin-top: 900px;
}
#hello-kitty .tshirt-faded-blue span {
    left: 200px;
    top: 80px;
}

#hello-kitty .shorts {
    margin-left: 300px;
    margin-top: 1200px;
    z-index: 10;
}
#hello-kitty .shorts span {
    left: 90px;
    top: 75px;
}

#hello-kitty .bag {
    margin-left: 630px;
    margin-top: 1040px;
}
#hello-kitty .bag span {
    left: 220px;
    top: 94px;
}

#hello-kitty .tshirt-white {
    margin-left: 250px;
    margin-top: 1450px;
    z-index: 10;
}
#hello-kitty .tshirt-white span {
    left: 270px;
    top: 40px;
}

#hello-kitty .keychain {
    margin-left: 650px;
    margin-top: 1450px;
}
#hello-kitty .keychain span {
    left: 190px;
    top: 290px;
}

#hello-kitty .pants {
    margin-left: 200px;
    margin-top: 1750px;
    z-index: 10;
}
#hello-kitty .pants span {
    left: 300px;
    top: 50px;
}

#hello-kitty .dress {
    margin-left: 560px;
    margin-top: 1900px;
}
#hello-kitty .dress span {
    left: 255px;
    top: 180px;
}

#hello-kitty .tshirt-pink {
    margin-left: 450px;
    margin-top: 2300px;
    z-index: 10;
}
#hello-kitty .tshirt-pink span {
    left: 250px;
    top: 5px;
}


#hello-kitty #splash {
    margin-left: 160px;
    margin-top: 10px;
}

#hello-kitty #photo-01 {
    margin-left: 700px;
    margin-top: 200px;
}

#hello-kitty #photo-02 {
    margin-left: 640px;
    margin-top: 350px;
}


#hello-kitty #girl-01 {
    margin-left: 610px;
    margin-top: 100px;
}

#hello-kitty #girl-02 {
    margin-left: 260px;
    margin-top: 2750px;
}

#footer {
    background: #000;
    position: relative;
    z-index: 20;
}



