/* ================================================================== */
/*                                                                    */
/* ! 1. Common */
/*                                                                    */
/* ================================================================== */

html, body {
	width: 100%;
	height: 100%;
}

body {
	background: #000000 -webkit-gradient(linear, left top, left bottom, from(rgba(128, 128, 128, 1)), to(rgba(25, 25, 40, 1))) fixed;
}

ul, ol {
	list-style-type: none;
	margin-left: 0;
}

#container {
	min-width: 960px;
	min-height: 768px;
	overflow: hidden;
}


/* ================================================================== */
/*                                                                    */
/* ! 2. Header */
/*                                                                    */
/* ================================================================== */

header {
	position: fixed;
	z-index: 200;
	width: 423px;
	top: 20px;
	left: 50%;
	margin: 0 0 0 37px;
	-webkit-backface-visibility: hidden;
}

h1 {
	margin-bottom: 20px;
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
	font-family: "learning-curve-1", "learning-curve-2";
	font-size: 64px;
	-webkit-font-smoothing: antialiased; 
}

header .summary {
	line-height: 140%;
	color: #DEDEDE;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
	margin: 0 0 10px 0;
	font-size: 14px;
	-webkit-font-smoothing: antialiased;
}

header a { text-decoration: none; }
header a:link, header a:visited, header a:hover, header a:active { color: #FFFFFF; }
header a:hover, header a:active { text-decoration: underline; }

header .note {
	color: #222222;
	font-size: 11px;
}

#progress {
	position: fixed;
	z-index: 300;
	top: 0;
	left: 0;
	width: 100%;
	height: 4px;
	background: #000000;
	border-bottom: #888888 1px solid;
}

#progress .bar {
	width: 100%;
	height: 4px;
	background: #EFEBE3;
	-webkit-transform: translateX(-100%);
} 

	#progress.active .bar {
		-webkit-animation-name: 'progress';
		-webkit-animation-duration: 15s;
		-webkit-animation-delay: 0.5s;
		-webkit-animation-timing-function: linear;
		-webkit-animation-iteration-count: infinite;
	}

	@-webkit-keyframes 'progress' {
	    0% {
	    	-webkit-transform: translateX(-100%);
	    }
	    100% {
	    	-webkit-transform: translateX(0);
	    }
	}


/* ================================================================== */
/*                                                                    */
/* ! 3. Navigation */
/*                                                                    */
/* ================================================================== */

nav {
	position: absolute;
	z-index: 100;
	left: 20px;
	top: 30px;
	width: 192px;
	padding-bottom: 23px;
	color: #cccccc;
	font-weight: 300;
	-webkit-backface-visibility: hidden;
}

nav ul {
	width: 192px;
}

nav li {
	position: relative;
	width: 192px;
}

nav li .timeZone {
	display: block;
	position: absolute;
	top: 5px;
	right: 0px;
	width: 24px;
	height: 12px;
	padding: 0 6px 0 6px;
	background: #AAAAAA;
	color: #000000;
	font-size: 10px;
	font-weight: 300;
	line-height: 12px;
	text-align: center;
	vertical-align: middle;
	-webkit-border-radius: 6px;
	-webkit-font-smoothing: antialiased;
}

nav a {
	position: relative;
	z-index: 250;
	display: block;
	width: 192px;
	height: 24px;
	line-height: 24px;
	vertical-align: middle;
	text-decoration: none;
	text-shadow: 0 1px 0 #000000;
}

nav a:link,
nav a:visited,
nav a:hover,
nav a:active {
	color: #EFEBE3;
}

nav a:hover,
nav a:active {
	text-decoration: underline;
}

nav a.active {
	text-shadow: 0 1px 0 rgba(153, 153, 153, 0.7);
}

nav a.active:link,
nav a.active:visited,
nav a.active:hover,
nav a.active:active {
	cursor: default;
	color: #000000;
	font-weight: bold;
}

nav a.active:hover,
nav a.active:active {
	text-decoration: none;
}


/* ================================================================== */
/*                                                                    */
/* ! 4. Map */
/*                                                                    */
/* ================================================================== */

#mapContainer {
	position: fixed;
	width: 100%;
	height: 100%;
	overflow: hidden;
	-webkit-transform-style: preserve-3d;
}

#map {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -500px;
	margin-left: -594px;
	opacity: 0;
	-webkit-transition-property: opacity;
	-webkit-transition-timing-function: linear;
	-webkit-transition-duration: 1s;
	-webkit-transform: rotate(23.4deg);
}

	#map.show {
		opacity: 1;
	}

#main {
	position: fixed;
	width: 100%;
	height: 100%;
	left: -94px;
}

#planeContainer {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -94px;
}

#planeBox {
	-webkit-transform-style: preserve-3d;
	-webkit-animation-name: 'plane-turn';
	-webkit-animation-duration: 60s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	-webkit-backface-visibility: hidden;
}

	@-webkit-keyframes 'plane-turn' {
	    0% {
	    	-webkit-transform: rotateZ(-20deg);
	    }
	    100% {
	    	-webkit-transform: rotateZ(20deg);
	    }
	}

#plane {
	position: absolute;
	z-index: 200;
	margin: -14px 0 0 -14px;
	font-size: 28px;
	color: #efebe3;
	text-shadow: 0 0 3px #000000;
	-webkit-animation-name: 'plane-rotate1';
	-webkit-animation-duration: 60s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	-webkit-backface-visibility: hidden;
}

	@-webkit-keyframes 'plane-rotate1' {
	    0% {
	    	-webkit-transform: rotateY(-90deg) translateZ(510px);
	    }
	    100% {
	    	-webkit-transform: rotateY(90deg) translateZ(510px);
	    }
	}


/* ================================================================== */
/*                                                                    */
/* ! 5. Clock */
/*                                                                    */
/* ================================================================== */

#clock {
	position: absolute;
	z-index: 200;
	left: 50%;
	top: 50%;	
	width: 128px;
	height: 128px;
	margin: -64px 0 0 -106px;
}

#clock .base {
	position: absolute;
	left: 7px;
	top: 7px;
	width: 114px;
	height: 114px;
	background: #333333;
	-webkit-border-radius: 20px;
	-webkit-box-shadow: 0 2px 5px #000000;
}

	.B0 {
		position: absolute;
		width: 114px;
		height: 46px;
		background: -webkit-gradient(linear, left top, left bottom, from(#d8d8d8), to(#505050));
		-webkit-border-top-left-radius: 20px;
		-webkit-border-top-right-radius: 20px;
		-webkit-border-bottom-left-radius: 0;
		-webkit-border-bottom-right-radius: 0;
		-webkit-background-clip: padding-box;
	}

	.B1 {
		position: absolute;
		left: 1px;
		top: 1px;
		width: 112px;
		height: 112px;
		background: #000000;
		-webkit-border-top-left-radius: 30px;
		-webkit-border-top-right-radius: 30px;
		-webkit-border-bottom-left-radius: 19px;
		-webkit-border-bottom-right-radius: 19px;
		-webkit-background-clip: padding-box;
	}
	
	.B2 {
		position: absolute;
		left: 1px;
		top: 1px;
		width: 112px;
		height: 57px;
		background: -webkit-gradient(linear, left top, left bottom, from(#666666), color-stop(0.5, #434343), to(#242424));
		-webkit-border-top-left-radius: 19px;
		-webkit-border-top-right-radius: 19px;
		-webkit-border-bottom-left-radius: 56px 12px;
		-webkit-border-bottom-right-radius: 56px 12px;
		-webkit-background-clip: padding-box;
	}
	
	.B3 {
		position: absolute;
		left: 9px;
		top: 9px;
		width: 96px;
		height: 96px;
		background: #f2f2f2;
		-webkit-border-radius: 48px;
		-webkit-box-shadow: 0 -1px 1px #000000;
		-webkit-background-clip: padding-box;
	}

	.B4 {
		position: absolute;
		left: 14px;
		top: 12px;
		width: 86px;
		height: 44px;
		background: #f9f9f9;
		-webkit-border-top-left-radius: 43px 38px;
		-webkit-border-top-right-radius: 43px 38px;
		-webkit-border-bottom-left-radius: 43px 6px;
		-webkit-border-bottom-right-radius: 43px 6px;
		-webkit-background-clip: padding-box;
	}

	.B5 {
		position: absolute;
		left: 9px;
		top: 41px;
		width: 96px;
		height: 32px;
		background: #f2f2f2;
		-webkit-border-radius: 48px 16px;
		-webkit-background-clip: padding-box;
	}

	.B6 {
		position: absolute;
		left: 9px;
		top: 9px;
		width: 96px;
		height: 96px;
		background: transparent;
		-webkit-border-radius: 48px;
		-webkit-box-shadow: inset 0 1px 4px #000000;
		-webkit-background-clip: padding-box;
	}

#clock .letter {
	letter-spacing: -1px;
	font-family: "myriad-pro-1", "myriad-pro-2", sans-serif;
	font-size: 12.5px;
}

	.L1  { position: absolute; left: 79px; top: 26px; }
	.L2  { position: absolute; left: 93px; top: 39px; }
	.L3  { position: absolute; left: 97px; top: 57px; }
	.L4  { position: absolute; left: 92px; top: 75px; }
	.L5  { position: absolute; left: 79px; top: 88px; }
	.L6  { position: absolute; left: 61px; top: 93px; }
	.L7  { position: absolute; left: 43px; top: 88px; }
	.L8  { position: absolute; left: 30px; top: 75px; }
	.L9  { position: absolute; left: 25px; top: 57px; }
	.L10 { position: absolute; left: 27px; top: 39px; }
	.L11 { position: absolute; left: 41px; top: 26px; }
	.L12 { position: absolute; left: 58px; top: 21px; }

#clock .h {
	position: absolute;
	left: 58px;
	top: 39px;
	width: 12px;
	height: 31px;
	-webkit-transform-origin-x: 6px;
	-webkit-transform-origin-y: 25px;
}

#clock .m {
	position: absolute;
	left: 58px;
	top: 25px;
	width: 12px;
	height: 45px;
	-webkit-transform-origin-x: 6px;
	-webkit-transform-origin-y: 39px;
}

#clock.move .h, #clock.move .m {
	-webkit-transition-property: -webkit-transform;
	-webkit-transition-duration: 0.5s;
}

	.B7 {
		position: absolute;
		z-index: 100;
		left: 59px;
		top: 59px;
		width: 8px;
		height: 8px;
		background: #f2f2f2;
		border: 1px solid #000000;
		-webkit-border-radius: 5px;
	}

	.B8 {
		position: absolute;
		z-index: 100;
		left: 62px;
		top: 62px;
		width: 4px;
		height: 4px;
		background: #eb1014;
		-webkit-border-radius: 2px;
		-webkit-background-clip: padding-box;
	}

#clock .s {
	position: absolute;
	z-index: 200;
	left: 63px;
	top: 22px;
	width: 2px;
	height: 42px;
	background: #e40000;
	opacity: 0.8;
	-webkit-transform-origin-x: 1;
	-webkit-transform-origin-y: 42px;
	-webkit-transition-property: -webkit-transform;
	-webkit-transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-in;
	-webkit-backface-visibility: hidden;
}


/* ================================================================== */
/*                                                                    */
/* ! 6. Indicator */
/*                                                                    */
/* ================================================================== */

#indicator {
	position: absolute;
	left: 50%;
	top: 50%;
	margin: 0 0 0 131px;
}

#pin.pin-fadeout {
	-webkit-animation-name: 'pin-fadeout';
	-webkit-animation-duration: 0.3s;
	-webkit-animation-iteration-count: 1;
}

	@-webkit-keyframes 'pin-fadeout' {
	    0% {
	    	opacity: 1.0;
	    }
	    100% {
	    	opacity: 0;
	    }
	}

#pin.pin-fadein {
	-webkit-animation-name: 'pin-fadein';
	-webkit-animation-duration: 0.3s;
	-webkit-animation-iteration-count: 1;
}

	@-webkit-keyframes 'pin-fadein' {
	    0% {
	    	opacity: 0;
	    }
	    100% {
	    	opacity: 1.0;
	    }
	}

#ring {
	position: absolute;
	left: -37px;
}

		#ring.focusing {
			width: 640px;
			height: 640px;
			margin: -323px 0 0 -323px;
			background: rgba(255, 94, 153, 0.3);
			border: 3px solid #FF5E99;
			opacity: 1;
			-webkit-border-radius: 323px;
			-webkit-box-shadow: 0 0 3px #FF5E99;
			-webkit-animation-name: 'focusing';
			-webkit-animation-duration: 1.2s;
			-webkit-animation-direction: normal;
			-webkit-animation-timing-function: ease-in;
			-webkit-animation-iteration-count: 1;
		} 

		@-webkit-keyframes 'focusing' {
			0% {
				-webkit-transform: scale(1.1);
				opacity: 0.5;
			}
			15% {
				-webkit-transform: scale(0.9);
				opacity: 0.5;
			}
			30% {
				-webkit-transform: scale(1);
				opacity: 0.7;
			}
			45% {
				-webkit-transform: scale(1.15);
				opacity: 1.0;
			}
			70% {
				-webkit-transform: scale(0.3);
				opacity: 1.0;
			}
			90% {
				-webkit-transform: scale(0.3);
				opacity: 1.0;
			}
			100% {
				-webkit-transform: scale(0);
				opacity: 0;
			}
		}

		#ring.blink {
			width: 64px;
			height: 64px;
			margin: -37px 0 0 -37px;
			background: transparent;
			border: 5px solid #FF5E99;
			opacity: 0;
			-webkit-border-radius: 37px;
			-webkit-box-shadow: 0 0 5px #FF5E99;
			-webkit-animation-name: 'blink';
			-webkit-animation-duration: 3s;
			-webkit-animation-timing-function: linear;
			-webkit-animation-iteration-count: infinite;
		} 

		@-webkit-keyframes 'blink' {
			0% {
				-webkit-transform: scale(0);
				opacity: 1.0;
			}
			100% {
				-webkit-transform: scale(1);
				opacity: 0;
			}
		}

		
#point {
	position: absolute;
	left: -37px;
	width: 8px;
	height: 8px;
	margin: -4px 0 0 -4px;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFACCB), color-stop(0.5, #FF73A7), to(#FF5E99));
	-webkit-border-radius: 4px;
	-webkit-box-shadow: 0 2px 3px #333333;
}

		#point.hop {
			-webkit-animation-name: 'hop';
			-webkit-animation-duration: 0.3s;
			-webkit-animation-timing-function: linear;
		} 

		@-webkit-keyframes 'hop' {
			0% {
				-webkit-transform: scale(1);
			}
			25% {
				-webkit-transform: scale(0.5);
			}
			50% {
				-webkit-transform: scale(1.5);
			}
			75% {
				-webkit-transform: scale(0.75);
			}
			100% {
				-webkit-transform: scale(1);
			}
		}

#indicator .container {
	margin: -133px 0 0 0;
}

#indicator #dDate {
	margin: 0 0 0 -3px;
	width: 426px;
	font-family: "ff-dagny-web-pro-1", "ff-dagny-web-pro-2", sans-serif;
	font-weight: 200;
	font-size: 48px;
	color: #000000;
	text-shadow: 0 1px 0 #555555;
	-webkit-font-smoothing: antialiased;
}

#indicator #dTime {
	margin: -20px 0 0 -3px;
	width: 426px;
	font-family: "ff-dagny-web-pro-1", "ff-dagny-web-pro-2", sans-serif;
	font-weight: 200;
	font-size: 48px;
	color: #000000;
	text-shadow: 0 1px 0 #555555;
	-webkit-font-smoothing: antialiased;
}

h2 {
	margin: 6px 0 50px 0;
	font-family: "learning-curve-1", "learning-curve-2";
	font-weight: 300;
	font-size: 54px;
	color: #EFEBE3;
	text-shadow: 0 1px 0 #000000;
}

#indicator .detail {
	color: #CCCCCC;
	font-size: 16px;
	font-family: "myriad-pro-1", "myriad-pro-2", sans-serif;
}


/* ================================================================== */
/*                                                                    */
/* ! 7. Switch */
/*                                                                    */
/* ================================================================== */

#switch {
	position: fixed;
	left: 50%;
	bottom: 108px;
	margin: 0 0 0 37px;
	width: 72px;
	height: 58px;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.65)), to(rgba(0, 0, 0, 1)));
	-webkit-border-radius: 7px;
	-webkit-box-shadow: 0 1px 0 #666666;
}

#switch .container {
	position: relative;
	width: 72px;
	height: 58px;
	-webkit-transform-style: preserve-3d;
	-webkit-transform: translateZ(100px);
}

#play {
	display: block;
	position: absolute;
	left: 4px;
	top: 4px;
	width: 30px;
	height: 50px;
	-webkit-transform-origin: 50% 50%;
	-webkit-transform-style: preserve-3d;
}

#stop {
	display: block;
	position: absolute;
	left: 38px;
	top: 4px;
	width: 30px;
	height: 50px;
	-webkit-transform-origin: 50% 50%;
	-webkit-transform-style: preserve-3d;
}

#switch .active {
	-webkit-transform: rotateX(30deg);
} 

#switch .sideTop {
	position: absolute;
	z-index: 1000;
	left: 0;
	top: -13px;
	width: 30px;
	height: 13px;
	background: -webkit-gradient(linear, left top, right top, from(#1f1f1f), color-stop(0.2, #393939), color-stop(0.8, #393939),to(#1f1f1f));
	-webkit-transform-origin: left bottom;
	-webkit-transform: rotateX(-90deg);
}

#switch .base {
	position: absolute;
	width: 30px;
	height: 50px;
	background: -webkit-gradient(linear, left top, left bottom, from(#444444), to(#262626));
	cursor: pointer;
	-webkit-border-radius: 3px;
	-webkit-box-shadow: inset 0 1px 0 #555555;
}

	#switch #play.active .base {
		background: -webkit-gradient(linear, left top, left bottom, from(#554444), to(#111111));	
		-webkit-box-shadow: inset 0 1px 0 #444444;
	}
	#switch #stop.active .base {
		background: -webkit-gradient(linear, left top, left bottom, from(#444444), to(#111111));	
		-webkit-box-shadow: inset 0 1px 0 #444444;
	}

#play.active .gloss {
    position: absolute;
    left: 0;
    top: 1px;
    width: 30px;
    height: 1px;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 94, 153, 0)), color-stop(0.2, rgba(255, 94, 153, 0.4)), color-stop(0.8, rgba(255, 94, 153, 0.4)),to(rgba(255, 94, 153, 0)));
    -webkit-transform-origin: left top;
    -webkit-transform: rotateX(30deg);
}

#stop.active .gloss {
    position: absolute;
    left: 0;
    top: 1px;
    width: 30px;
    height: 1px;
    background: -webkit-gradient(linear, left top, right top, from(rgba(153, 153, 153, 0)), color-stop(0.2, rgba(153, 153, 153, 0.4)), color-stop(0.8, rgba(153, 153, 153, 0.4)),to(rgba(153, 153, 153, 0)));
    -webkit-transform-origin: left top;
    -webkit-transform: rotateX(30deg);
}

#play .mark {
	position: absolute;
	left: 11px;
	top: 6px;
	color: #000000;
	font-size: 13px;
	text-shadow: 0 1px 0 #5f5f5f;
	opacity: 1;
	-webkit-transform: scaleY(0.8);
	-webkit-transition-property: opacity;
	-webkit-transition-duration: 2s;
}

	#play.active .mark {
		color: #FF5E99;
		text-shadow: 0 0 10px #ff89b6, 0 1px 0 #181818;
	}

	@-webkit-keyframes 'play-blink' {
	    0% {
	    	opacity: 1;
	    }
	    100% {
	    	opacity: 0.3;
	    }
	}

#stop .mark {
	position: absolute;
	left: 11px;
	top: 10px;
	width: 8px;
	height: 8px;
	background: #000000;
	-webkit-box-shadow: 0 1px 0 #444444;
}

#switch .projection {
	position: absolute;
	left: 13px;
	top: 40px;
	width: 4px;
	height: 4px;
	background: -webkit-gradient(linear, left top, left bottom, from(#505050), to(#222222));
	-webkit-border-radius: 2px;
	-webkit-box-shadow: 0 1px 0 #000000;
}

#switch .shadow {
	position: absolute;
	left: 0;
	top: 0;
	width: 72px;
	height: 5px;
	background: transparent;
	-webkit-border-top-left-radius: 7px;
	-webkit-border-top-right-radius: 7px;
	-webkit-border-bottom-left-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	-webkit-box-shadow: inset 0 4px 4px rgba(0, 0, 0, 0.5);
	-webkit-transform: translateZ(100px);
}

/* ================================================================== */
/*                                                                    */
/* ! 8. Footer */
/*                                                                    */
/* ================================================================== */

footer {
	position: fixed;
	left: 50%;
	bottom: 0;
	margin: 0 0 0 37px;
	padding: 0 20px 28px 0;
	width: 423px;
	-webkit-backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
}

#shareButtons {
	width: 423px;
	height: 36px;
}

#shareButtons .tw {
	float: left;
	margin: 0 0 0 10px;
}

#shareButtons .fb {
	float: left;
}

#shareButtons .gg {
	float: left;
}

#copy {
	clear: both;
	font-size: 11px;
	color: #CCCCCC;
}

#copy a:link, #copy a:visited {
	text-decoration: none;
}

#copy a:hover, #copy a:active {
	color: #607890;
	text-decoration: underline;
}