#page1,#page2,#page3,#page4{
    display: none;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

#loaderCircle{
    border: 5px solid #f3f3f3;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
    border-top: 5px solid #555;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    position: absolute;
    left: 145px;
    top: 232px;
    width: 30px;
    height: 30px;
    z-index: 16;
}
#loaderBG{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.5;
    z-index: 15;
}
#Logo{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
}
#f1_CTA{
    position: fixed;
    bottom: 30px;
    left: 0;
}
#f2_BG{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000;
}
#f2_UI{
    position: absolute;
    width: 80%;
    top: 10%;
    left: 10%;
}
#f2_ins{
    position: absolute;
    top: 48%;
    left: 0px;
}
#f2_CTA{
    position: absolute;
    top: 70%;
    left: 0;
}
#f2_sticks{
    position: absolute;
    bottom: 0px;
    left: 0px;
}
#shareCTA{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 160px;
    height: 70px;
    background-color: #fff;
    opacity: 0;
    z-index: 1;
}
#exploreCTA{
    position: fixed;
    bottom: 0;
    right: 0;
    width: 160px;
    height: 70px;
    background-color: #fff;
    opacity: 0;
    z-index: 1;
}
#BuyNowBtn{
    position: absolute;
    bottom: 20px;
    left: 0px;
}
#nextBtn,#prevBtn{
    position: absolute;
    bottom: 100px;
    width: 60px;
    height: 80px;
    background-color: #fff;
    opacity: 0;
}
#nextBtn{
    right: 0;
}
#prevBtn{
    left: 0;
}
#sticks{
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
#swipeDummy{
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
/*
#sticks img{
    position: fixed;
    bottom: 30px;
}
*/
#endframes{
    position: absolute;
    width: 100%;
    height: 100%;
}
.endframe_img{
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}
.endframe_bottom{
    position: absolute;
    bottom: 60px;
    left: 0;
    display: none;
}
#endframe_img_1{
    display: block;
}
#endframe_bottom_1{
    display: block;
}
.stick{
    position: fixed;
    padding: 20px;
    bottom: 45px;
    -ms-transform-origin: 50% 100%; /* IE 9 */
    -webkit-transform-origin: 50% 100%; /* Safari 3-8 */
    transform-origin: 50% 100%;
    transition: transform 250ms ease-in-out;
    z-index: 1;
}
#stick_1{
    left: 120px;
    -ms-transform: scale(1.2); /* IE 9 */
    -webkit-transform: scale(1.2); /* Safari 3-8 */
    transform: scale(1.2);
}
#stick_2{
    left: 180px;
}
#stick_3{
    left: 240px;
}
#stick_4{
    left: 300px;
}
#stick_5{
    left: 360px;
}
#stick_6{
    left: 420px;
}
#stick_7{
    left: 480px;
}
#stick_8{
    left: 540px;
}
#stick_9{
    left: 600px;
}
#stick_10{
    left: 660px;
}