html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
}
html {
	background: url(../images/bg.png) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
/*body{
    background: url(../images/bg.png) no-repeat;
    background-size: contain;
}*/

@font-face {font-family: RalewayExtraBold;src: url(../fonts/Raleway-ExtraBold.ttf);}
@font-face {font-family: RalewayRegular;src: url(../fonts/Raleway-Regular.ttf);}

html {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption, th, td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
}

q, blockquote {
    quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none;
}

a img {
    border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}

*, :before, :after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a, img {
    border: 0;
    outline: none;
}

#ad{
	/*width: 3096px;*/
	height: 810px;
	position: relative;
	overflow: hidden;
}

.smooth-motion {
    -moz-transform: rotateZ(0.01deg) translateZ(0.1px) perspective(1000px);
    -ms-transform: rotateZ(0.01deg) translateZ(0.1px) perspective(1000px);
    -webkit-transform: rotateZ(0.01deg) translateZ(0.1px) perspective(1000px);
    transform: rotateZ(0.01deg) translateZ(0.1px) perspective(1000px);
}

#canvas{
    margin:-100px -88px;
    position: absolute;
    z-index: 1;
}

#canvas1{
    margin:-99px -100px;
    position: absolute;
    /*z-index: 1;*/
}

#canvas2{
    margin:-99px -104px;
    position: absolute;
    /*z-index: 1;*/
}

.abs-pos {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 1280px;
    height: 720px;
    overflow: hidden;
}

#sprite_container {
    position: absolute;
    height: 720px;
    width: 1280px;
    top: 0px;
    left: 0px;
    overflow: hidden;
}

#phone_sprite {
    position: absolute;
    height: 18720px;
    width: 1280px;
    top: 0px;
    left: 0px;
    overflow: hidden;
    background: url(../incoming-sprite.png);
    opacity: 0;
}

#alarm_sprite {
    position: absolute;
    height: 20160px;
    width: 1280px;
    top: 0px;
    left: 0px;
    overflow: hidden;
    background: url(../alarm-sprite.png);
    opacity: 0;
}

#message_sprite {
    position: absolute;
    height: 6480px;
    width: 1280px;
    top: 0px;
    left: 0px;
    overflow: hidden;
    background: url(../facebook-sprite.png);
    opacity: 0;
}

#facebook_sprite {
    position: absolute;
    height: 6480px;
    width: 1280px;
    top: 0px;
    left: 0px;
    overflow: hidden;
    background: url(../facebook-sprite.png);
    opacity: 0;
}

#snapchat_sprite {
    position: absolute;
    height: 7920px;
    width: 1280px;
    top: 0px;
    left: 0px;
    overflow: hidden;
    background: url(../snapchat-sprite.png);
    opacity: 0;
}

#whatsapp_sprite {
    position: absolute;
    height: 12960px;
    width: 1280px;
    top: 0px;
    left: 0px;
    overflow: hidden;
    background: url(../whatsapp-sprite.png);
    opacity: 0;
}

#initial_sprite {
    position: absolute;
    height: 12240px;
    width: 1280px;
    top: 0px;
    left: 0px;
    opacity: 0;
    overflow: hidden;
    background: url(../initial-sprite.png);
}


#bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 1280px;
    height: 720px;
    overflow: hidden;
    /*background: url(../images/bg);*/
}

/*NAVIGATION START HERE*/

#nav_menu{
    position: absolute;
    text-align: center;
    margin-top: 135px;
    margin-left: 70px;
    z-index: 1;
}

#notifications{
    margin-bottom: 30px;
    text-align: center;
}

#icon_notification{
    height: 86px;
    width: 86px;
    margin-bottom: 7px;
    cursor: pointer;
}

.icon_notificationsHover_circle{
    fill: #D92E91;
    cursor: pointer;
}

.icon_notificationsHover_path{
    fill: #FFFFFF;
    cursor: pointer;
}

#color_catcher{
    margin-bottom: 30px;
    text-align: center;
}

#icon_camera{
    height: 86px;
    width: 86px;
    margin-bottom: 7px;
    cursor: pointer;
}

.icon_cameraHover_circle{
    fill: #804C9D;
    cursor: pointer;
}

.icon_cameraHover_path{
    fill: #FFFFFF;
    cursor: pointer;
}

#music{
    margin-bottom: 30px;
    text-align: center;
}

#icon_music{
    height: 86px;
    width: 86px;
    margin-bottom: 7px;
    cursor: pointer;
}

.icon_musicHover_circle{
    fill: #00ADEE;
    cursor: pointer;
}

.icon_musicHover_path{
    fill: #FFFFFF;
    cursor: pointer;
}

#icon_copy{
    font-family: RalewayExtraBold;
}

.menu_icon {margin-left:17px;}

#wrapper {
    width: 3080px;
    height: 760px;
    position:relative;
    display: block;
    /*visibility: visible;*/
    overflow: hidden;
    -webkit-transform-origin: top left;
}

#phone_L {
    position: absolute;
    top: -184px;
    left: 157px;
    width: 1280px;
    height: 1080px;
    transform: scale(0.66);
    overflow: hidden;
    opacity: 0;
    background: url(../images/Alcatel_A5_front.png);
}


#phone_R {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 1280px;
    height: 720px;
    overflow: hidden;
    opacity: 0;
    background: url(../images/Alcatel_A5_rear.png);
}


#icon_bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 1280px;
    height: 720px;
    overflow: hidden;
    background: url(../images/icon_bg.png);
    opacity: 0;
}

.phone_action_icon {
	position: absolute;
	height: 60px;
    overflow: hidden;
    z-index: 10;
    opacity: 0;
}

#phone_icon {
    top: 207px;
    left: 369px;
    width: 45px;
}

#alarm_icon {
    top: 272px;
    left: 363px;
    width: 58px;
}

#text_icon {
    position: absolute;
    top: 307px;
    left: 367px;
    width: 50px;
    height: 60px;
    overflow: hidden;
    z-index: 10;
    opacity: 0;
}

#fb_icon {
    top: 337px;
    left: 370px;
    width: 45px;
}

#snap_icon {
    top: 401px;
    left: 370px;
    width: 45px;
}

#whatsapp_icon {
    top: 465px;
    left: 370px;
    width: 45px;
}

.hover{
    fill:#1B1943;
}

.hover:hover {
    cursor: pointer;
    fill: #eea53c;
}

#active_icon_bg{
    width: 230px;
    height: 60px;
    background: #ed812f; /* Old browsers */
    background: -moz-linear-gradient(left,  #ed812f 0%, #ea07c8 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  #ed812f 0%,#ea07c8 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  #ed812f 0%,#ea07c8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed812f', endColorstr='#ea07c8',GradientType=1 ); /* IE6-9 */
    position: absolute;
    left: 274px;
    top: 164px;
    opacity: 0;
}

#f1_copy {
    position: absolute;
    top: 300px;
    left: 240px;
    text-align: center;
    display: none;
}

#line_one{
    font-family: RalewayRegular;
    font-size: 35px;
    width: 323px;
	z-index:1;
}

#line_two{
    font-family: RalewayRegular;
    font-size: 20px;
}

#f2_copy {
    position: absolute;
    top: 335px;
    left: 590px;
    text-align: center;
    opacity: 0;
}

#f2_copy #line_two{
    font-family: RalewayRegular;
    font-size: 35px;
}

#f2_copy #line_three{
    font-family: RalewayRegular;
    font-size: 25px;
    margin-top: 10px;
}

#f2_copy1 {
    position: absolute;
    top: 350px;
    left: 910px;
    text-align: center;
    opacity: 0;
}

#f2_copy2 {
    position: absolute;
    top: 350px;
    left: 910px;
    text-align: center;
    opacity: 0;
}

#f2_copy3 {
    position: absolute;
    top: 350px;
    left: 910px;
    text-align: center;
    opacity: 0;
}

#f2_copy4 {
    position: absolute;
    top: 350px;
    left: 910px;
    text-align: center;
    opacity: 0;
}

#f2_copy4 #line_two{
    font-family: RalewayRegular;
    font-size: 35px;
}

#f2_copy5 {
    position: absolute;
    top: 350px;
    left: 910px;
    text-align: center;
    opacity: 0;
}

#f2_copy5 #line_two{
    font-family: RalewayRegular;
    font-size: 35px;
}

#f2_copy6 {
    position: absolute;
    top: 350px;
    left: 910px;
    text-align: center;
    opacity: 0;
}

#f2_copy6 #line_two{
    font-family: RalewayRegular;
    font-size: 35px;
}

#f3_copy {
    position: absolute;
    top: 350px;
    left: 600px;
    text-align: center;
    opacity: 0;
	z-index:1;
}

#f3_copy #line_one{
    font-family: RalewayRegular;
    display: inline-block;
}

#f3_copy #line_two{
    font-family: RalewayRegular;
    font-size: 35px;
}
/*new text*/
#f3_copy_test{
    position: absolute;
    top: 653px;
    left: 230px;
    text-align: center;
    /*opacity: 0;*/
    display: none;
    z-index:1;
}
#f3_copy_test #line_one_test{
    display: inline-block;
    font-family: RalewayRegular;
    font-size: 35px;
    width: 323px;
    z-index:1;
}

#f3_copy_test #line_two_test{
    font-family: RalewayRegular;
    font-size: 35px;
}
/*-----------*/
#f3_copy1 {
    position: absolute;
    top: 155px;
    left: 274px;
    width: 230px;
    height: 411px;
    opacity: 0;
    overflow: hidden;
}
#f3_copy2 {
    position: absolute;
    top: 493px;
    left: 359px;
    text-align: center;
    opacity: 0;
    z-index: 3;
    cursor: pointer;
}

#f3_copy3 {
    position: absolute;
    width: 230px;
    height: 410px;
    top: 155px;
    left: 274px;
    text-align: center;
    opacity: 0;
    z-index: 2;
}

#f3_copy3 #bullet1{
    margin-top: 39px;
    margin-left: 145px;
    width: 30px;
    height: 30px;
    background: #ff1c31;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border: 3px solid #ffffff;
}

#f3_copy3 #bullet2{
    margin-top: 83px;
    margin-left: 65px;
    width: 30px;
    height: 30px;
    background: #bd2254;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border: 3px solid #ffffff;
}

#f3_copy3 #bullet3{
    margin-top: 90px;
    margin-left: 55px;
    width: 30px;
    height: 30px;
    background: #412158;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border: 3px solid #ffffff;
}

.catch_color_text_svg{
    width: 30px;
    height: 30px;
    vertical-align: bottom;
	z-index:1;
}

.catch_color_button_svg{
    width: 64px;
    height: 52px;
    vertical-align: bottom;
	z-index:1;
}

#f3_copy4 {
    position: absolute;
    top: 310px;
    left: 867px;
    text-align: center;
    opacity: 0;
    z-index: 2;
    cursor: pointer;
}

#f3_copy5{
    margin-top: 460px;
    margin-left: 866px;
    width: 500px;
    opacity: 0;
    display: none;
    z-index: 4;
    position: absolute;
}

#f3_copy5 img{
    padding: 10px;
    width: 80px;
    z-index: 200;
    cursor: pointer;
}

#f3_copy6{
    margin-left: 887px;
    margin-top: 543px;
    position: absolute;
    width: 500px;
    opacity: 0;
    display: none;
}

#f3_copy6 #line_one{
    font-size: 20px;
    font-family: RalewayExtraBold;
}

#f3_copy4 #line_two{
    font-size: 35px;
}

#f4_copy {
    position: absolute;
    top: 350px;
    left: 590px;
    text-align: center;
    opacity: 0;
}

#f4_copy #line_one{
    font-family: RalewayRegular;
    display: inline-block;
    font-size: 34px;
}

#f4_copy #line_two{
    font-family: RalewayRegular;
    font-size: 34px;
}

#f4_copy #line_three{
    font-family: RalewayRegular;
    font-size: 25px;
    margin-top: 10px;
}

#f4_copy1 {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 1280px;
    height: 720px;
    overflow: hidden;
    /*background: url(../images/f3_copy1.png);*/
    opacity: 0;
}

#catch_photo {
    position: absolute;
    top: 0px;
    left: 0px;
    overflow: hidden;
    opacity: 0;
    width: 234px;
}

#screen_photo {
    position: absolute;
    top: 0px;
    left: 0px;
    overflow: hidden;
    opacity: 0;
}

#star_icon {
    position: absolute;
    top: 191px;
    left: 360px;
    width: 60px;
    height: 60px;
    overflow: hidden;
    z-index: 10;
    cursor: pointer;
}

#rain_icon {
    position: absolute;
    top: 286px;
    left: 360px;
    width: 60px;
    height: 60px;
    overflow: hidden;
    z-index: 10;
    cursor: pointer;
}

#fire_icon {
    position: absolute;
    top: 377px;
    left: 360px;
    width: 60px;
    height: 60px;
    overflow: hidden;
    z-index: 10;
    cursor: pointer;
}

#city_icon {
    position: absolute;
    top: 470px;
    left: 360px;
    width: 60px;
    height: 60px;
    overflow: hidden;
    z-index: 10;
    cursor: pointer;
}

#f4_copy2 {
    position: absolute;
    top: 310px;
    left: 910px;
    text-align: center;
    opacity: 0;
    z-index: 2;
    cursor: pointer;
}

#f4_copy2 #line_two{
    font-size: 35px;
}

#f4_copy3 {
    position: absolute;
    top: 427px;
    left: 882px;
    display: inline-flex;
    text-align: center;
    opacity: 0;
    z-index: 2;
    cursor: pointer;
    z-index: 5;
}
#shake_up{
    padding: 60px;
    z-index: 200;
	    text-align: center;
    width: 208px;
	margin-left: -23px;
}

#next{
    padding: 60px;
    z-index: 200;
	text-align: center;
    width: 216px;
}

#shake_icon{
    width: 45px;
    height: 45px;
    margin-left: 20px;
    margin-bottom: 5px;
}

#next_icon{
    width: 45px;
    height: 45px;
    margin-left: 27px;
    margin-bottom: 5px;
}

#shake_text{
    font-family: RalewayExtraBold;
    font-size: 15px;
}

#next_text{
    font-family: RalewayExtraBold;
    font-size: 15px;
}

#color_sprite {
    position: absolute;
    height: 12240px;
    width: 1280px;
    top: 0px;
    left: 0px;
    overflow: hidden;
    opacity: 0;
    background: url(../color_twist.png);
}

#catch_sprite_1 {
    position: absolute;
    height: 10800px;
    width: 1280px;
    top: 0px;
    left: 0px;
    overflow: hidden;
    background: url(../color_catch_sprite_01.png);
    opacity: 0;
}

#catch_sprite_2 {
    position: absolute;
    height: 10800px;
    width: 1280px;
    top: 0px;
    left: 0px;
    overflow: hidden;
    background: url(../color_catch_sprite_02.png);
    opacity: 0;
}

#catch_sprite_3 {
    position: absolute;
    height: 10800px;
    width: 1280px;
    top: 0px;
    left: 0px;
    overflow: hidden;
    background: url(../color_catch_sprite_03.png);
    opacity: 0;
}

#catch_sprite_4 {
    position: absolute;
    height: 10800px;
    width: 1280px;
    top: 0px;
    left: 0px;
    overflow: hidden;
    background: url(../color_catch_sprite_04.png);
    opacity: 0;
}

#music_twist {
    position: absolute;
    height: 12240px;
    width: 1280px;
    top: 0px;
    left: 0px;
    overflow: hidden;
    opacity: 0;
    background: url(../music_twist.png);
}

#shake_sprite {
    position: absolute;
    height: 10800px;
    width: 1280px;
    top: 0px;
    left: 0px;
    overflow: hidden;
    background: url(../music_shake.png);
    opacity: 0;
}

#star_sprite {
    position: absolute;
    height: 10800px;
    width: 1280px;
    top: 0px;
    left: 0px;
    overflow: hidden;
    background: url(../music_show_stars.png);
    opacity: 0;
}

#rain_sprite {
    position: absolute;
    height: 10800px;
    width: 1280px;
    top: 0px;
    left: 0px;
    overflow: hidden;
    background: url(../music_show_rain.png);
    opacity: 0;
}

#fire_sprite {
    position: absolute;
    height: 10800px;
    width: 1280px;
    top: 0px;
    left: 0px;
    overflow: hidden;
    background: url(../music_show_fire.png);
    opacity: 0;
}

#city_sprite {
    position: absolute;
    height: 10800px;
    width: 1280px;
    top: 0px;
    left: 0px;
    overflow: hidden;
    background: url(../music_show_city.png);
    opacity: 0;
}

#hand{
    position: absolute;
    width: 634px;
    height: 547px;
    top: 240px;
    margin-left: 569px;
    overflow: hidden;
    background: url(../images/hand.png);
    opacity: 0;
    z-index: 3;
}


/* Progress bar loading animation */
.loader-wrapper {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	text-align:center;
	background:#D92E91;
	z-index:10;
	padding:20px 0;
	font-family: RalewayRegular;
}
.loader{
	background: #999;
	margin: 30px auto 20px;
	width: 300px;
	height: 25px;
	border-radius: 14px;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #999;
	background: #ccc;
	overflow: hidden;
	position: relative;
}
.progress-bar{
	height: inherit;
	width: 0%;
	border-radius: inherit;
	position: relative;
	overflow: hidden;
}
.progress-stripes{
	width: inherit;
	height: inherit;
	font-size: 180px;
	font-weight: bold;
	margin-top: -50px;
	letter-spacing: -14px;
	color:#804C9D;
}
.percentage{
	position: absolute;
	top: 4px;
	right: 5px;
	font-weight: bold;
	font-size: 16px;
}
.loading {
  color: #fff;
}
.loading.loaded {
  color: #000;
}

@media only screen and (device-width: 768px) {
    #wrapper{
        transform:scale(0.7433);
    }
}
@media only screen and (max-device-width: 480px) {
    #wrapper{
        transform:scale(0.7433);
    }
}
/*@media only screen and (min-device-width:769px) and (max-device-width:1024px){
    #wrapper{
        transform: scale(0.79433);
    }
}*/
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) {
    #wrapper{
        transform:scale(0.7433);
    }
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape) {
    #wrapper{
        transform: scale(0.76433);
    }
}


