/* Common Rules */

body
{
	background-color: #000000;
	margin: 0;
	padding: 0;
	
}

html, body {
  overflow: hidden;
	background-color: #000000;
}


a:link img,
a:hover img,
a:visited img,
.clickable
{
	cursor: pointer;
	opacity: 1.0;
}
a:active img,
.clickable:active,
.clickable.on-touch
{
	opacity: 0.7;
	transform: translate(1px, 1px);
	-webkit-transform: translate(1px,1px);
	-moz-transform: translate(1px,1px);
	-o-transform: translate(1px,1px);
}

/* Audio */
#audio
{
	position: fixed;
	top: 0;
	left: 0;
	width: 1px;
	height: 1px;
	overflow: hidden;
}
.btn-audio
{
	position: fixed;
	top: 20px;
	right: 15px;
	z-index: 7000;
    width: 40px;
    height: 40px;
	background-size: auto 100%;
	background-position-x: 0%;
	background-position-y: 0;
	background-repeat: no-repeat;
	background-image: url('../images/sprites/icon-audio.png');
	cursor: pointer;
	/* 	display: none; */
}

@keyframes audio-animation
{
	from { background-position-x:    0%; }
	to   { background-position-x:  100%; }
}
@-webkit-keyframes audio-animation
{
	from { background-position-x:    0%; }
	to   { background-position-x:  100%; }
}
@-moz-keyframes audio-animation
{
	from { background-position-x:    0%; }
	to   { background-position-x:  100%; }
}

.btn-audio.mute
{
	background-position: right center;
}

/* Loader */

#loader
{
	position: fixed;
	top: 0;
	left: 0;

	width: 100%;
	height: 100%;
	
	z-index: 99999;
	
	background-color: #000000;
	background-image: url('../images/loader-bg.jpg');
	background-position: center center;
	background-size: 100% auto;
	background-repeat: no-repeat;
	
	text-align: center;
}

#loader .globe
{
	background-image: url('../images/sprites/loader-globe.png?t=20180815-0133');
	background-position: left center;
	background-size: auto 100%;
	background-repeat: no-repeat;
	
	margin-left: auto;
	margin-right: auto;
}

#loader .body
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

#loader .body p
{
	margin-left: auto;
	margin-right: auto;

	text-align: right;
	color: #f4c732;
	
	margin-top: 2px;
	font-family: Helvetica, Arial;
	font-weight: lighter;
	font-size: 14px;
	letter-spacing: 1px;
}

#loader .footer
{
	position: absolute;
	width:  100%;
	
	bottom: 40px;
}

@keyframes loader-animation
{
	from { background-position-x:    0%; }
	to   { background-position-x:  100%; }
}
@-webkit-keyframes audio-animation
{
	from { background-position-x:    0%; }
	to   { background-position-x:  100%; }
}
@-moz-keyframes audio-animation
{
	from { background-position-x:    0%; }
	to   { background-position-x:  100%; }
}



#loader .image
{
	width:  160px;
	height: 160px;
}
#loader #loadingProgress
{
	height: 25px;
}

/* Landing */

body
{
	overflow:hidden;
}
 
#landingAnimationContainer
{
	position:fixed;
	margin:auto;
	left:-100%;right:-100%;
	top:-100%;bottom:-100%;
}
 
#landing
{
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	background-color: #000000;
	overflow: hidden;

	background-image: url('../images/landing-bg.jpg');
	background-size: 100% auto;
	background-position: center center;
}

#landing .theme-border
{
	position: fixed;
	top: 0;
	left;
	z-index: 100;
}

#landing .action
{
	position: fixed;
	z-index: 110;
	
	width: 100%;
	bottom: 50px;
	text-align: center;
}
#landing .action .btn-go
{
	opacity: 0;
	pointer-events: none;
}


/* Mode Selection */

#modeSelection
{
	position: fixed;
	top: 0;
	left: 0;
	background-image: url('../images/modeselect-bg.jpg');
	background-size: 100% auto;
	background-position: center 25%;
	text-align: center;
	
	z-index: 200;
	
	opacity: 0;
	pointer-events: none;
}

#modeSelection .btn-option.selected
{
	opacity: 1.0;
}
#modeSelection .btn-option.unselected
{
	opacity: 0.5;
}


#modeSelection .btn-next.disabled
{
	opacity: 0.5;
}




/* Mode Selection */

#gamePanel
{
	position: fixed;
	top: 0;
	left: 0;
	background: #000000;
	text-align: center;
	
	z-index: 300;
	
	opacity: 0;
	pointer-events: none;
}




#gamePanel .latitude-nav
{
	position: absolute;
	z-index: 810;
	left: -80px;
}

#gamePanel .latitude-nav .item.bg
{
	background-size: 100% auto;
	background-position: center center;
	background-repeat: repeat-y;
}
#gamePanel .latitude-nav .item img
{
	float: left;
}

#gamePanel .latitude-nav-shadow
{
	position: absolute;
	
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	
	z-index: 805;
	pointer-events: none;	

	left: -80px;
}

#gamePanel .country-menu-box
{
	position: absolute;
	z-index: 830;
	
	margin-top: 22px;
/* 	display: none; */
	pointer-events: none;
	opacity: 0;
}

#gamePanel .country-menu-box .menu-item
{
	font-family: 'Microsoft Yahei', 'Simhei', 'Helvetica', 'Arial';
	font-size: 10px;
	line-height: 20px;
	color: #ffffff;
	
	margin: 0;
	padding: 0;
	white-space: nowrap;

	margin: 0px 4px 0px 4px;
	float: left;
}





#gamePanel .mask
{
	position: absolute;
	
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	
	z-index: 800;
	pointer-events: none;
}
#gamePanel .star-1,
#gamePanel .star-2
{
	position: absolute;
	
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center center;
	
	z-index: 801;
	pointer-events: none;
	opacity: 0;
}


#gamePanel .btn-switch-mode
{
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 900;
	display: none;
}

#gamePanel .btn-submit
{
	position: fixed;
	left: 0;
	bottom: 20px;
	z-index: 910;
	
	text-align: center;
	opacity: 0;
	pointer-events: none;
}

#panorama .scroller,
#panorama .slide
{
	background-size: auto 100%;
	background-repeat: repeat-x;
	background-position: center center;
}

#panorama .scroller
{
	position: relative;
/* 	background: yellow !important; */
}

#panorama .slide .item
{
	position: absolute;
	z-index: 310;
	color: #ffffff;
}

#panorama .slide .item .dot
{
	position: absolute;
	border: 2px #ab9345 solid;
	border-radius: 50px;
	background: #fff4ad;
	z-index: 311;

	color: #ffffff;
}

#panorama .slide .item .label,
#panorama .slide .continent-item .label
{
	z-index: 312;
	position: absolute;
}
#panorama .slide .item .label
{
	
}

#panorama .slide .item .label td,
#panorama .slide .continent-item .label td
{
	background-size: auto 100%;
	background-repeat: repeat-x;
/* 	background-position: center center; */
}
#panorama .slide .item .label td.side-left,
#panorama .slide .continent-item .label td.side-left
{
	background-size: auto 100%;
/* 	background-repeat: repeat-x; */
	background-position: left center;
}
#panorama .slide .item .label td.side-right,
#panorama .slide .continent-item .label td.side-right
{
	background-size: auto 100%;
/* 	background-repeat: repeat-x; */
	background-position: right center;
}

#panorama .slide .item .label p,
#panorama .slide .continent-item .label p
{
	font-family: 'Microsoft Yahei', 'Simhei', 'Helvetica', 'Arial';
	font-size: 10px;
	line-height: 12px;
	color: #ffffff;
	
	margin: 0;
	padding: 0;
	white-space: nowrap;

	padding-left: 5px;
	padding-right: 5px;
}

/* Panorama - Continent */

#gamePanel .latitude-line-outer
{
	position: absolute;
	
	background-size: auto 100%;
	background-position: center center;
	background-repeat: repeat-x;
	background-image: url('../images/latitude-line.png');
	
	pointer-events: none;
	opacity: 0;
	z-index: 799;
}

#panorama .slide .latitude-line
{
	position: absolute;
	
/*
	background-size: auto 100%;
	background-position: center center;
	background-repeat: repeat-x;
	background-image: url('../images/latitude-line.png');
*/
	
	pointer-events: none;
	opacity: 0;
	z-index: 802;
}
#panorama .slide .continent-item
{
	position: absolute;
	z-index: 803;
	
	width: 100px;
	height: 100px;
	
	color: #ffffff;
}

#panorama .slide .continent-item .dot
{
	position: absolute;
/* 	border: 2px #ab9345 solid; */
	border-radius: 50px;
/* 	background: #fff4ad; */

/* 	border: 2px #d4a803 solid; */
	background: #e2b203;
	margin-top: 1px;
	z-index: 822;
	
	box-shadow: 0px 0px 5px #e2b203;
}


.country-name.selected,
.country-name.selected table td p,
.country-name.selected p
{
	color: #b59b46 !important;
	font-weight: bold;
}


/* Result */

#result
{
	position: absolute;
	top: 0;
	left: 0;
	background: #000000;
	z-index: 1000;
	opacity: 0;
	pointer-events: none;
}

#result .generated-image
{
	width: 100%;
}

#result .actions
{
	position: absolute;
	width: 86%;
	left: 7%;
	z-index: 1005;
}

#result .actions table
{
	width: 100%;
}
#result .actions td
{
	width: 50%;
	text-align: center;
}


/* Share */

#share
{
	position: fixed;
	top: 0;
	left: 0;
	background: #000000;
	z-index: 5000;
	opacity: 0;
	pointer-events: none;
	
	background: rgba(0,0,0,0.9);
}

/* 0.6038647343 */






.latitude-nav-box-border
{
	border-style: solid;
/*
	border-width: 23px 48px 25px 47px;
	-moz-border-image: url('../images/latitude-nav-box-border.png') 23 48 25 47 repeat;
	-webkit-border-image: url('../images/latitude-nav-box-border.png') 23 48 25 47 repeat;
	-o-border-image: url('../images/latitude-nav-box-border.png') 23 48 25 47 repeat;
	border-image: url('../images/latitude-nav-box-border.png') 23 48 25 47 fill repeat;
*/
	border-width: 12px 27px 17px 25px;
	-moz-border-image: url('../images/latitude-nav-box-border.png') 12 27 17 25 repeat;
	-webkit-border-image: url('../images/latitude-nav-box-border.png') 12 27 17 25 repeat;
	-o-border-image: url('../images/latitude-nav-box-border.png') 12 27 17 25 repeat;
	border-image: url('../images/latitude-nav-box-border.png') 12 27 17 25 fill repeat;
}


.theme-border
{
	border-style: solid;
	border-width: 14px 33px;
	-moz-border-image: url('../images/theme-border.png') 14 33 repeat;
	-webkit-border-image: url('../images/theme-border.png') 14 33 repeat;
	-o-border-image: url('../images/theme-border.png') 14 33 repeat;
	border-image: url('../images/theme-border.png') 14 33 repeat;

/*
	border-width: 42px 99px;
	-moz-border-image: url('../images/theme-border.png') 42 99 repeat;
	-webkit-border-image: url('../images/theme-border.png') 42 99 repeat;
	-o-border-image: url('../images/theme-border.png') 42 99 repeat;
	border-image: url('../images/theme-border.png') 42 99 repeat;
*/
	
	color: yellow;
	padding-left: -33px;
	padding-right: -33px;
	
}






@media (max-width: 767px)
{
	
}


@media (max-width: 700px)
{
}

@media (max-width: 600px)
{

}

@media (max-width: 540px)
{

}


@media (max-width: 480px)
{
	#panorama .slide .item .label .body p
	{
		font-size: 14px;
	}
}
@media (max-width: 375px)
{
	#panorama .slide .item .label .body p
	{
		font-size: 12px;
	}

	.btn-audio
	{
		top: 15px;
		right: 12px;
	}
}
@media (max-width: 320px)
{

}


