@charset "utf-8";

/* -------------------------------
	General
   ------------------------------- */
   
@import url('https://fonts.googleapis.com/css?family=Aldrich');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,700,800');

 
html { width: 100%; height: 100%;}
body { color: #000; font-weight: 400; font-size: 1.4rem; font-family: 'Open Sans', sans-serif; margin: 0; padding: 0; background: blue; overflow: hidden; width: 100%; height: 100%; }

.htmlView {	color: #000; position: absolute; left: 0; top: 0; width: 100%; height: 100%; font-family: 'Open Sans', sans-serif; font-weight: normal; }

.gv {display:inline-block; overflow:hidden; background-repeat: no-repeat;}

.button-clickable, .button-clickable *, .viewButton, .viewButton * { cursor: pointer; }

.loadingImage_class { display:none; }

/* -------------------------------
	Loader
   ------------------------------- */
#viewLoader { text-align: center; }

#viewLoader #loaderAnim { margin: 190px auto 0 auto; }

#viewLoader #loaderAnim { 
    position: absolute;
    top: 155px;
    left: 0px;
    width: 100%;
    height: 400px;
}
.landscape #viewLoader #loaderAnim { 
    top: 120px;
    left: 657px;
    width: 100%;
    height: 400px;
}
#viewLoader #loaderAnim .loaderLogo { 
	background: url(../assets/html/img/logo_autobot.png) no-repeat center center;
    width: 160px;
    height: 149px;
    position: absolute;
    top: calc(50% - 60px);
    left: 224px;
    z-index: 100;
}
#viewLoader #loaderAnim .loaderCircleLarge { 
    background: url(../assets/html/img/pre-loader.png) no-repeat center center;
    width: 432px;
    height: 432px;
    position: absolute;
    top: 0px;
    left: 86px;
    transform-origin: center;
    z-index: 120;
    -webkit-animation: spinRight 4s linear infinite;
    -moz-animation: spinRight 4s linear infinite;
    animation: spinRight 4s linear infinite;
    background-size: contain;
}
#viewLoader #loaderAnim .loaderCircleSmall { 
    background: url(../assets/html/img/pre-loader.png) no-repeat center center;
    width: 334px;
    height: 334px;
    position: absolute;
    top: 50px;
    left: 135px;
    transform-origin: center;
    z-index: 120;
    -webkit-animation: spinLeft 3s linear infinite;
    -moz-animation: spinLeft 3s linear infinite;
    animation: spinLeft 3s linear infinite;
    background-size: contain;
}

@-moz-keyframes spinRight { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spinRight { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spinRight { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }

@-moz-keyframes spinLeft { 100% { -moz-transform: rotate(-360deg); } }
@-webkit-keyframes spinLeft { 100% { -webkit-transform: rotate(-360deg); } }
@keyframes spinLeft { 100% { -webkit-transform: rotate(-360deg); transform:rotate(-360deg); } }



/* -------------------------------
	PreloadScreen 
   ------------------------------- */
#preloadScreen .screenContainer { position: absolute; width: 608px; height: 1080px; z-index: 300; }
.landscape #preloadScreen .screenContainer { width: 1920px; height: 1080px; }
#preloadScreen div { pointer-events: auto; }
#preloadScreen * { position: absolute; }



#preloadScreen .background {
	background: #1492cd url(../assets/html/img/bkg-all-interface.jpg) no-repeat 50% 50%;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
	z-index: 0;
}
#preloadScreen #logo-wrapper {
    position: absolute;
    top: -87px;
    left: 0;
}
.landscape #preloadScreen #logo-wrapper {
    top: -320px;
    left: 567px;
    transform: scale(1.3);
    transform-origin: 0 0;
}
#preloadScreen .logo {
    background: url(../assets/html/img/logo_autobot.png) no-repeat 50% 50%;
    width: 160px;
    height: 149px;
    position: absolute;
    top: 326px;
    left: 225px;
    z-index: 0;
}
.landscape #preloadScreen .logo {
    top: 326px;
    left: 225px;
}
#preloadScreen .logoTitle {
    background: url(../assets/html/img/logo_bumblebee.png) no-repeat 50% 50%;
    width: 568px;
    height: 148px;
    position: absolute;
    top: 491px;
    left: 22px;
    z-index: 0;
    background-size: contain;
}
#preloadScreen .logo-text {
    top: 619px;
    left: 13px;
    z-index: 500;
    color: black;
    font-style: italic;
    text-transform: uppercase;
    font-size: 48px;
    width: 580px;
    position: absolute;
    font-weight: 800;
    text-align: center;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
}
.landscape #preloadScreen .logo-text {
    top: 619px;
    left: 4px;
    font-size: 48px;
    width: 592px;
}


#preloadScreen.loading .logo {
    top: 234px;
}
#preloadScreen.loading .logoTitle {
    top: 396px;
}
#preloadScreen.loading .logo-text {
    top: 520px;
}
.landscape #preloadScreen.loading .logo-text {
    top: 560px;
}
.landscape #preloadScreen.loading .logo {
    top: 296px;
}
.landscape #preloadScreen.loading .logoTitle {
    top: 439px;
}


#loadingBoomBox {
    position: absolute;
    top: 559px;
    left: 54px;
    display: none;
}
.landscape #loadingBoomBox {
    top: 566px;
    left: 722px;
}
#loadingBoomBox #equalizer{
    position: absolute;
    top: 64px;
    left: 155px;
    background: url(../assets/html/img/equalizer.gif) no-repeat 50% 50%;
    width: 330px;
    height: 42px;
    z-index: 200;
}
#loadingBoomBox #percentage{
    position: absolute;
    top: 357px;
    left: 0px;
    width: 497px;
    text-align: center;
    height: 42px;
    z-index: 200;
    color: white;
    font-size: 53px;
    font-weight: bold;
    text-shadow: black 1px 1px 8px;
}
#loadingBoomBox #percentage .text,
#loadingBoomBox #percentage .symb {
	display: inline-block;
	position: relative;
}
#loadingBoomBox #speaker{
    position: absolute;
    top: 160px;
    left: 165px;
    background: url(../assets/html/img/speaker.png) no-repeat 50% 50%;
    width: 174px;
    height: 174px;
    -webkit-animation: bounce 0.2s alternate infinite;
    -moz-animation: bounce 0.2s alternate infinite;
    animation: bounce 0.2s alternate infinite;
    transform-origin: center;
    z-index: 200;
}
@-moz-keyframes bounce { 100% { -moz-transform: scale(1.1); } }
@-webkit-keyframes bounce { 100% { -webkit-transform: scale(1.1); } }
@keyframes bounce { 100% { -webkit-transform: scale(1.1); transform:scale(1.1); } }

#loadingBoomBox #boombox{
    position: absolute;
    top: 0px;
    left: 0px;
    background: url(../assets/html/img/radio_boom.png) no-repeat 50% 50%;
    width: 500px;
    height: 356px;
    z-index: 100;
}

#preloadScreen:not(.mobile) #btn_tapToLoad { display: none; }

#btn_tapToLoad  {
    position: absolute;
    top: 747px;
    left: 38px;
    animation: tapToLoad 1s linear infinite alternate;
    z-index: 305;
    width: 537px;
    color: #ffffff;
    font-size: 40px;
    text-align: center;
    border-top: 4px solid white;
    border-bottom: 4px solid white;
    text-transform: uppercase;
    padding: 20px 0;
    font-weight: 600;
    text-shadow: white 1px 1px 10px;
    font-style: italic;
}



@keyframes tapToLoad {
    from { opacity: 0.5; }
    to { opacity: 1 }
}
/* END OF PRELOAD SCREEN */



/* TITLE SCREEN */

#titleScreen { position: absolute; width: 608px; height: 1080px; z-index: 305; }
.landscape #titleScreen { width: 1920px; height: 1080px; }
#titleScreen div { pointer-events: auto; }

#titleScreen .background {
	background: #1492cd url(../assets/html/img/bkg-all-interface.jpg) no-repeat 50% 50%;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
	z-index: 0;
}
.gradient {
	z-index: 30;
	display: block;
    width: 100%;
    height: 100%;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 32%, rgba(0,0,0,0.85) 90%, rgba(0,0,0,0.85) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 32%,rgba(0,0,0,0.85) 90%,rgba(0,0,0,0.85) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 32%,rgba(0,0,0,0.85) 90%,rgba(0,0,0,0.85) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#d9000000',GradientType=0 );
    position: absolute;
}
.landscape .gradient {
	display:none;
}
#titleScreen .logo {
    background: url(../assets/html/img/logo-title.png) no-repeat center center;
    width: 1920px;
    height: 140px;
    position: absolute;
    top: 146px;
    left: -892px;
    z-index: 0;
    transform: scale(0.6);
    transform-origin: top;
}

#titleScreen .bumblebee {
    background: url(../assets/html/img/bumblebee.png) no-repeat center center;
    width: 1348px;
    height: 1061px;
    position: absolute;
    top: 248px;
    left: -339px;
    z-index: 20;
    display: block;
    transform: scale(0.85);
}
.landscape #titleScreen .bumblebee {
    top: 27px;
    left: -390px;
	transform: scale(1);
}
.landscape #titleScreen .logo {
    top: 184px;
    left: 0px;
    z-index: 0;
    transform: scale(1);
}
#titleScreen .logo-text {
	top: 231px;
    left: 7px;
    z-index: 500;
    color: black;
    font-style: italic;
    text-transform: uppercase;
    font-size: 42px;
    width: 593px;
    position: absolute;
    font-weight: 800;
    text-align: center;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
}
.landscape #titleScreen .logo-text {
	top: 338px;
    left: 1017px;
    font-size: 57px;
    width: 662px;
}

#titleScreen #unlock-challenge-message, 
#titleScreen #unlock-xtreme-message {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 500;
	width: 100%;
	height: 100%;
}

#titleScreen #unlock-challenge-message .backdrop, 
#titleScreen #unlock-xtreme-message .backdrop{
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 0;
	width: 100%;
	height: 101%;
	background: url(../assets/html/img/black-transparent.png) repeat;
}

#titleScreen #unlock-challenge-message .text, 
#titleScreen #unlock-xtreme-message .text {
    width: 100%;
    text-align: center;
    font-size: 45px;
    color: white;
    font-weight: 800;
    line-height: 51px;
    z-index: 100;
    position: absolute;
    top: 422px;
    text-transform: uppercase;
    font-style: italic;
    text-shadow: white 1px 1px 7px;
    padding: 0 35px;
	 -webkit-animation: fadeAnim 1s alternate infinite;
    -moz-animation: fadeAnim 1s alternate infinite;
    animation: fadeAnim 1s alternate infinite;
}
.landscape #titleScreen #unlock-challenge-message .text, 
.landscape #titleScreen #unlock-xtreme-message .text {
    width: 48%;
    text-align: center;
    top: 628px;
    left: 33px;
    font-size: 62px;
    line-height: 74px;
}
@keyframes fadeAnim {
    from { opacity: 0.4; }
    to { opacity: 1 }
}

	
#titleScreen .mode-btn-group {
    position: absolute;
    top: 635px;
    left: 0px;
    transform: scale(0.7);
    transform-origin: 0 0 0;
	z-index: 40;
}
.landscape #titleScreen .mode-btn-group {
    top: 460px;
    left: 947px;
    transform: scale(1);
}
#titleScreen #TRFBB_modeNormal {
    background: url(../assets/html/img/btn_mode_normal.png) no-repeat center center;
    width: 295px;
    height: 257px;
    position: absolute;
    top: 131px;
    left: 41px;
	z-index: 100;
}

#titleScreen #TRFBB_modeChallenge, 
#titleScreen #TRFBB_modeChallengeInMessage {
    background: url(../assets/html/img/btn_mode_challenge.png) no-repeat center center;
    width: 295px;
    height: 257px;
    position: absolute;
    top: 0;
    left: 276px;
	display: none;
	z-index: 100;
}
#titleScreen #TRFBB_modeChallengeInMessage {
    top: 634px;
    left: 194px;
    display: block;
    transform: scale(0.7);
    z-index: 200;
}
.landscape #titleScreen #TRFBB_modeChallengeInMessage {
    top: 460px;
    left: 1223px;
    transform: scale(1);
}


#titleScreen #TRFBB_modeChallengeLock {
    background: url(../assets/html/img/btn_mode_challenge_lock.png) no-repeat center center;
    width: 295px;
    height: 297px;
    position: absolute;
    top: 0;
    left: 276px;
}

#titleScreen #TRFBB_modeXtreme,
#titleScreen #TRFBB_modeXtremeInMessage {
    background: url(../assets/html/img/btn_mode_xchallenge.png) no-repeat center center;
    width: 295px;
    height: 257px;
    position: absolute;
    top: 124px;
    left: 515px;
	display: none;
	z-index: 100;
}
#titleScreen #TRFBB_modeXtremeInMessage {
    top: 722px;
    left: 362px;
    display: block;
    transform: scale(0.7);
    z-index: 200;
}
.landscape #titleScreen #TRFBB_modeXtremeInMessage {
    top: 583px;
    left: 1461px;
    transform: scale(1);
}

#titleScreen #TRFBB_modeXtremeLock {
    background: url(../assets/html/img/btn_mode_xchallenge_lock.png) no-repeat center center;
    width: 295px;
    height: 297px;
    position: absolute;
    top: 124px;
    left: 515px;
	z-index: 100;
}

#titleScreen #TRFBB_howtoplay {
    width: 216px;
    height: 176px;
    position: absolute;
    top: 305px;
    left: 321px;
	z-index: 100;
}
.btn_howtoplay-off{
    background: url(../assets/html/img/btn_howtoplay-off.png) no-repeat center center;
}
.btn_howtoplay-over,
.btn_howtoplay-click {
    background: url(../assets/html/img/btn_howtoplay-on.png) no-repeat center center;
}

#titleScreen #TRFBB_settings {
    width: 154px;
    height: 112px;
    position: absolute;
    top: 41px;
    left: 486px;
    transform: scale(0.7);
    transform-origin: 0 0 0;
	z-index: 100;
}
.landscape #titleScreen #TRFBB_settings {
    top: 44px;
    left: 1722px;
    transform: scale(1);
}

.btn_setting-off {
    background: url(../assets/html/img/btn_setting_off.png) no-repeat center center;
}
.btn_setting-over,
.btn_setting-click {
    background: url(../assets/html/img/btn_setting_on.png) no-repeat center center;
}

/* END OF TITLE SCREEN */
