* {
	padding: 0;
	margin: 0;
}

.unscrollable {
	overflow: hidden;
}

#spinner {
	display: none;
}

.spinner-icon {
	position: fixed;
	z-index: 5;
	top: 15px;
	right: 15px;
	transition: all 0s linear!important;
	width: 18px;
	height: 18px;
	box-sizing: border-box;
	border-color: rgba(255, 255, 255, 50%) transparent rgba(255, 255, 255, 50%) transparent;
	border-style: solid;
	border-width: 10px;
	border-radius: 50%;
	animation: loading-spinner 300ms linear infinite;
}

@keyframes loading-spinner{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}

.maximage {
	background-color: #333;
}

.maximage > #env0 > #img0, .maximage > #env1 > #img1 {
	width: 100vw;
	height: 100vh;
	object-fit: contain;
	display: none;
}

#link0 {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 50%;
	z-index: 8;
}

#link1 {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	left: 50%;
	z-index: 8;
}

.return {
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 9
}

.return a {
	padding: 0px 15px;
	font-size: 5em;
	display: inline-block;
	vertical-align: middle;
	text-decoration: none;
	color: black;
	opacity: 0.2;
	-webkit-text-fill-color: white;
	-webkit-text-stroke-width: 5px;
	-webkit-text-stroke-color: #999;
	transition: all 0.2s ease-in;
}

.return a:hover {
	opacity: 0.9;
	transition: all 0.2s ease-out;
}

.dotstyle {
	position: absolute;
	left:0;
	right:0;
	bottom:0;
	overflow: hidden;
	padding: 1em 0 1em;
	text-align: center;
	z-index: 9;
	background-color: rgba(255, 255, 255, 0);
	transition: all 0.2s ease-in;
}

.dotstyle:hover {
	background-color: rgba(255, 255, 255, 0.2);
	transition: all 0.2s ease-out;
}

.dotstyle ul {
	position: relative;
	display: inline-block;
	margin: 0;
	padding: 0;
	list-style: none;
	cursor: default;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.dotstyle li {
	position: relative;
	display: block;
	float: left;
	margin: 0 16px;
	width: 16px;
	height: 16px;
	cursor: pointer;
}

.dotstyle li a {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	outline: none;
	border-radius: 50%;
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.3);
	text-indent: -999em; /* make the text accessible to screen readers */
	cursor: pointer;
	position: absolute;
}

.dotstyle li a:focus {
	outline: none;
}

.dotstyle-dotmove li:last-child {
	position: absolute;
	left: 0;
	margin: 0;
	width: 48px;
	-webkit-transition: -webkit-transform 0.3s ease;
	transition: transform 0.3s ease;
}

.dotstyle-dotmove li:last-child::after {
	content: '';
	position: absolute;
	top: 0px;
	left: 50%;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: #fff;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.dotstyle-dotmove li.current a {
	border: 1px #f00 solid;
	box-sizing: border-box;
}

.dotstyle-dotmove li.current:first-child ~ li:last-child {
	-webkit-transform: translateX(0%);
	transform: translateX(0%);
}

.dotstyle-dotmove li.current:nth-child(2) ~ li:last-child {
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
}

.dotstyle-dotmove li.current:nth-child(3) ~ li:last-child {
	-webkit-transform: translateX(200%);
	transform: translateX(200%);
}

.dotstyle-dotmove li.current:nth-child(4) ~ li:last-child {
	-webkit-transform: translateX(300%);
	transform: translateX(300%);
}

.dotstyle-dotmove li.current:nth-child(5) ~ li:last-child {
	-webkit-transform: translateX(400%);
	transform: translateX(400%);
}

.dotstyle-dotmove li.current:nth-child(6) ~ li:last-child {
	-webkit-transform: translateX(500%);
	transform: translateX(500%);
}

.dotstyle-dotmove li.current:nth-child(7) ~ li:last-child {
	-webkit-transform: translateX(600%);
	transform: translateX(600%);
}

.dotstyle-dotmove li.current:nth-child(8) ~ li:last-child {
	-webkit-transform: translateX(700%);
	transform: translateX(700%);
}

.dotstyle-dotmove li.current:nth-child(9) ~ li:last-child {
	-webkit-transform: translateX(800%);
	transform: translateX(800%);
}

.dotstyle-dotmove li.current:nth-child(10) ~ li:last-child {
	-webkit-transform: translateX(900%);
	transform: translateX(900%);
}

.dotstyle-dotmove li.current:nth-child(11) ~ li:last-child {
	-webkit-transform: translateX(1000%);
	transform: translateX(1000%);
}

.dotstyle-dotmove li.current:nth-child(12) ~ li:last-child {
	-webkit-transform: translateX(1100%);
	transform: translateX(1100%);
}

.dotstyle-dotmove li.current:nth-child(13) ~ li:last-child {
	-webkit-transform: translateX(1200%);
	transform: translateX(1200%);
}

.dotstyle-dotmove li.current:nth-child(14) ~ li:last-child {
	-webkit-transform: translateX(1300%);
	transform: translateX(1300%);
}

.dotstyle-dotmove li.current:nth-child(15) ~ li:last-child {
	-webkit-transform: translateX(1400%);
	transform: translateX(1400%);
}

.dotstyle-dotmove li.current:nth-child(16) ~ li:last-child {
	-webkit-transform: translateX(1500%);
	transform: translateX(1500%);
}

.dotstyle-dotmove li.current:nth-child(17) ~ li:last-child {
	-webkit-transform: translateX(1600%);
	transform: translateX(1600%);
}

.dotstyle-dotmove li.current:nth-child(18) ~ li:last-child {
	-webkit-transform: translateX(1700%);
	transform: translateX(1700%);
}

.dotstyle-dotmove li.current:nth-child(19) ~ li:last-child {
	-webkit-transform: translateX(1800%);
	transform: translateX(1800%);
}

.dotstyle-dotmove li.current:nth-child(20) ~ li:last-child {
	-webkit-transform: translateX(1900%);
	transform: translateX(1900%);
}

.dotstyle-dotmove li.current:nth-child(21) ~ li:last-child {
	-webkit-transform: translateX(2000%);
	transform: translateX(2000%);
}

.dotstyle-dotmove li.current:nth-child(22) ~ li:last-child {
	-webkit-transform: translateX(2100%);
	transform: translateX(2100%);
}

.dotstyle-dotmove li.current:nth-child(23) ~ li:last-child {
	-webkit-transform: translateX(2200%);
	transform: translateX(2200%);
}

.dotstyle-dotmove li.current:nth-child(24) ~ li:last-child {
	-webkit-transform: translateX(2300%);
	transform: translateX(2300%);
}

.dotstyle-dotmove li.current:nth-child(25) ~ li:last-child {
	-webkit-transform: translateX(2400%);
	transform: translateX(2400%);
}

.dotstyle-dotmove li.current:nth-child(26) ~ li:last-child {
	-webkit-transform: translateX(2500%);
	transform: translateX(2500%);
}

.dotstyle-dotmove li.current:nth-child(27) ~ li:last-child {
	-webkit-transform: translateX(2600%);
	transform: translateX(2600%);
}

.dotstyle-dotmove li.current:nth-child(28) ~ li:last-child {
	-webkit-transform: translateX(2700%);
	transform: translateX(2700%);
}

.dotstyle-dotmove li.current:nth-child(29) ~ li:last-child {
	-webkit-transform: translateX(2800%);
	transform: translateX(2800%);
}

.dotstyle-dotmove li.current:nth-child(30) ~ li:last-child {
	-webkit-transform: translateX(2900%);
	transform: translateX(2900%);
}

.dotstyle-dotmove li.current:nth-child(31) ~ li:last-child {
	-webkit-transform: translateX(3000%);
	transform: translateX(3000%);
}

.dotstyle-dotmove li.current:nth-child(32) ~ li:last-child {
	-webkit-transform: translateX(3100%);
	transform: translateX(3100%);
}

.dotstyle-dotmove li.current:nth-child(33) ~ li:last-child {
	-webkit-transform: translateX(3200%);
	transform: translateX(3200%);
}

.dotstyle-dotmove li.current:nth-child(34) ~ li:last-child {
	-webkit-transform: translateX(3300%);
	transform: translateX(3300%);
}

.dotstyle-dotmove li.current:nth-child(35) ~ li:last-child {
	-webkit-transform: translateX(3400%);
	transform: translateX(3400%);
}

.dotstyle-dotmove li.current:nth-child(36) ~ li:last-child {
	-webkit-transform: translateX(3500%);
	transform: translateX(3500%);
}

.dotstyle-dotmove li.current:nth-child(37) ~ li:last-child {
	-webkit-transform: translateX(3600%);
	transform: translateX(3600%);
}

.dotstyle-dotmove li.current:nth-child(38) ~ li:last-child {
	-webkit-transform: translateX(3700%);
	transform: translateX(3700%);
}

.dotstyle-dotmove li.current:nth-child(39) ~ li:last-child {
	-webkit-transform: translateX(3800%);
	transform: translateX(3800%);
}

.dotstyle-dotmove li.current:nth-child(40) ~ li:last-child {
	-webkit-transform: translateX(3900%);
	transform: translateX(3900%);
}

.dotstyle-dotmove li.current:nth-child(41) ~ li:last-child {
	-webkit-transform: translateX(4000%);
	transform: translateX(4000%);
}

.dotstyle-dotmove li.current:nth-child(42) ~ li:last-child {
	-webkit-transform: translateX(4100%);
	transform: translateX(4100%);
}

.dotstyle-dotmove li.current:nth-child(43) ~ li:last-child {
	-webkit-transform: translateX(4200%);
	transform: translateX(4200%);
}

.dotstyle-dotmove li.current:nth-child(44) ~ li:last-child {
	-webkit-transform: translateX(4300%);
	transform: translateX(4300%);
}

.dotstyle-dotmove li.current:nth-child(45) ~ li:last-child {
	-webkit-transform: translateX(4400%);
	transform: translateX(4400%);
}

.dotstyle-dotmove li.current:nth-child(46) ~ li:last-child {
	-webkit-transform: translateX(4500%);
	transform: translateX(4500%);
}

.dotstyle-dotmove li.current:nth-child(47) ~ li:last-child {
	-webkit-transform: translateX(4600%);
	transform: translateX(4600%);
}

.dotstyle-dotmove li.current:nth-child(48) ~ li:last-child {
	-webkit-transform: translateX(4700%);
	transform: translateX(4700%);
}

.dotstyle-dotmove li.current:nth-child(49) ~ li:last-child {
	-webkit-transform: translateX(4800%);
	transform: translateX(4800%);
}

.dotstyle-dotmove li.current:nth-child(50) ~ li:last-child {
	-webkit-transform: translateX(4900%);
	transform: translateX(4900%);
}

.dotstyle-dotmove li.current:nth-child(51) ~ li:last-child {
	-webkit-transform: translateX(5000%);
	transform: translateX(5000%);
}

.dotstyle-dotmove li.current:nth-child(52) ~ li:last-child {
	-webkit-transform: translateX(5100%);
	transform: translateX(5100%);
}

.dotstyle-dotmove li.current:nth-child(53) ~ li:last-child {
	-webkit-transform: translateX(5200%);
	transform: translateX(5200%);
}

.dotstyle-dotmove li.current:nth-child(54) ~ li:last-child {
	-webkit-transform: translateX(5300%);
	transform: translateX(5300%);
}

.dotstyle-dotmove li.current:nth-child(55) ~ li:last-child {
	-webkit-transform: translateX(5400%);
	transform: translateX(5400%);
}

.dotstyle-dotmove li.current:nth-child(56) ~ li:last-child {
	-webkit-transform: translateX(5500%);
	transform: translateX(5500%);
}

.dotstyle-dotmove li.current:nth-child(57) ~ li:last-child {
	-webkit-transform: translateX(5600%);
	transform: translateX(5600%);
}

.dotstyle-dotmove li.current:nth-child(58) ~ li:last-child {
	-webkit-transform: translateX(5700%);
	transform: translateX(5700%);
}

.dotstyle-dotmove li.current:nth-child(59) ~ li:last-child {
	-webkit-transform: translateX(5800%);
	transform: translateX(5800%);
}

.dotstyle-dotmove li.current:nth-child(60) ~ li:last-child {
	-webkit-transform: translateX(5900%);
	transform: translateX(5900%);
}

.dotstyle-dotmove li.current:nth-child(61) ~ li:last-child {
	-webkit-transform: translateX(6000%);
	transform: translateX(6000%);
}

.dotstyle-dotmove li.current:nth-child(62) ~ li:last-child {
	-webkit-transform: translateX(6100%);
	transform: translateX(6100%);
}

.dotstyle-dotmove li.current:nth-child(63) ~ li:last-child {
	-webkit-transform: translateX(6200%);
	transform: translateX(6200%);
}

.dotstyle-dotmove li.current:nth-child(64) ~ li:last-child {
	-webkit-transform: translateX(6300%);
	transform: translateX(6300%);
}

.dotstyle-dotmove li.current:nth-child(65) ~ li:last-child {
	-webkit-transform: translateX(6400%);
	transform: translateX(6400%);
}

.dotstyle-dotmove li.current:nth-child(66) ~ li:last-child {
	-webkit-transform: translateX(6500%);
	transform: translateX(6500%);
}

.dotstyle-dotmove li.current:nth-child(67) ~ li:last-child {
	-webkit-transform: translateX(6600%);
	transform: translateX(6600%);
}

.dotstyle-dotmove li.current:nth-child(68) ~ li:last-child {
	-webkit-transform: translateX(6700%);
	transform: translateX(6700%);
}

.dotstyle-dotmove li.current:nth-child(69) ~ li:last-child {
	-webkit-transform: translateX(6800%);
	transform: translateX(6800%);
}

.dotstyle-dotmove li.current:nth-child(70) ~ li:last-child {
	-webkit-transform: translateX(6900%);
	transform: translateX(6900%);
}

.dotstyle-dotmove li.current:nth-child(71) ~ li:last-child {
	-webkit-transform: translateX(7000%);
	transform: translateX(7000%);
}

.dotstyle-dotmove li.current:nth-child(72) ~ li:last-child {
	-webkit-transform: translateX(7100%);
	transform: translateX(7100%);
}

.dotstyle-dotmove li.current:nth-child(73) ~ li:last-child {
	-webkit-transform: translateX(7200%);
	transform: translateX(7200%);
}

.dotstyle-dotmove li.current:nth-child(74) ~ li:last-child {
	-webkit-transform: translateX(7300%);
	transform: translateX(7300%);
}

.dotstyle-dotmove li.current:nth-child(75) ~ li:last-child {
	-webkit-transform: translateX(7400%);
	transform: translateX(7400%);
}

.dotstyle-dotmove li.current:nth-child(76) ~ li:last-child {
	-webkit-transform: translateX(7500%);
	transform: translateX(7500%);
}

.dotstyle-dotmove li.current:nth-child(77) ~ li:last-child {
	-webkit-transform: translateX(7600%);
	transform: translateX(7600%);
}

.dotstyle-dotmove li.current:nth-child(78) ~ li:last-child {
	-webkit-transform: translateX(7700%);
	transform: translateX(7700%);
}

.dotstyle-dotmove li.current:nth-child(79) ~ li:last-child {
	-webkit-transform: translateX(7800%);
	transform: translateX(7800%);
}

.dotstyle-dotmove li.current:nth-child(80) ~ li:last-child {
	-webkit-transform: translateX(7900%);
	transform: translateX(7900%);
}

.dotstyle-dotmove li.current:nth-child(81) ~ li:last-child {
	-webkit-transform: translateX(8000%);
	transform: translateX(8000%);
}

.dotstyle-dotmove li.current:nth-child(82) ~ li:last-child {
	-webkit-transform: translateX(8100%);
	transform: translateX(8100%);
}

.dotstyle-dotmove li.current:nth-child(83) ~ li:last-child {
	-webkit-transform: translateX(8200%);
	transform: translateX(8200%);
}

.dotstyle-dotmove li.current:nth-child(84) ~ li:last-child {
	-webkit-transform: translateX(8300%);
	transform: translateX(8300%);
}

.dotstyle-dotmove li.current:nth-child(85) ~ li:last-child {
	-webkit-transform: translateX(8400%);
	transform: translateX(8400%);
}

.dotstyle-dotmove li.current:nth-child(86) ~ li:last-child {
	-webkit-transform: translateX(8500%);
	transform: translateX(8500%);
}

.dotstyle-dotmove li.current:nth-child(87) ~ li:last-child {
	-webkit-transform: translateX(8600%);
	transform: translateX(8600%);
}

.dotstyle-dotmove li.current:nth-child(88) ~ li:last-child {
	-webkit-transform: translateX(8700%);
	transform: translateX(8700%);
}

.dotstyle-dotmove li.current:nth-child(89) ~ li:last-child {
	-webkit-transform: translateX(8800%);
	transform: translateX(8800%);
}

.dotstyle-dotmove li.current:nth-child(90) ~ li:last-child {
	-webkit-transform: translateX(8900%);
	transform: translateX(8900%);
}

.dotstyle-dotmove li.current:nth-child(91) ~ li:last-child {
	-webkit-transform: translateX(9000%);
	transform: translateX(9000%);
}

.dotstyle-dotmove li.current:nth-child(92) ~ li:last-child {
	-webkit-transform: translateX(9100%);
	transform: translateX(9100%);
}

.dotstyle-dotmove li.current:nth-child(93) ~ li:last-child {
	-webkit-transform: translateX(9200%);
	transform: translateX(9200%);
}

.dotstyle-dotmove li.current:nth-child(94) ~ li:last-child {
	-webkit-transform: translateX(9300%);
	transform: translateX(9300%);
}

.dotstyle-dotmove li.current:nth-child(95) ~ li:last-child {
	-webkit-transform: translateX(9400%);
	transform: translateX(9400%);
}

.dotstyle-dotmove li.current:nth-child(96) ~ li:last-child {
	-webkit-transform: translateX(9500%);
	transform: translateX(9500%);
}

.dotstyle-dotmove li.current:nth-child(97) ~ li:last-child {
	-webkit-transform: translateX(9600%);
	transform: translateX(9600%);
}

.dotstyle-dotmove li.current:nth-child(98) ~ li:last-child {
	-webkit-transform: translateX(9700%);
	transform: translateX(9700%);
}

.dotstyle-dotmove li.current:nth-child(99) ~ li:last-child {
	-webkit-transform: translateX(9800%);
	transform: translateX(9800%);
}


.dotstyle-dotmove li a {
	-webkit-transition: background-color 0.3s ease;
	transition: background-color 0.3s ease;
	box-sizing: border-box;
	border: 1px #333 solid;
}

.dotstyle-dotmove li a:hover,
.dotstyle-dotmove li a:focus {
	background-color: #fff;
	border: 1px #333 solid;
	box-sizing: border-box;
}

.hud {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	opacity: 0.15;
	background: url(hudBackground.png);
	z-index: 2;
}








/*
body {	
  margin: 0;
  padding: 0;
  background: rgb(230,230,230);
  
  color: rgb(50,50,50);
  font-family: 'Open Sans', sans-serif;
  font-size: 112.5%;
  line-height: 1.6em;
}
*/
/* ================ The Timeline ================ */

.timeline {
  position: relative;
  width: 660px;
  margin: 0 auto;
  margin-top: 20px;
  padding: 1em 0;
  list-style-type: none;
}

.timeline:before {
  position: absolute;
  left: 50%;
  top: 0;
  content: ' ';
  display: block;
  width: 6px;
  height: 100%;
  margin-left: -3px;
  background: rgb(80,80,80);
  background: -moz-linear-gradient(top, rgba(80,80,80,0) 0%, rgb(80,80,80) 8%, rgb(80,80,80) 92%, rgba(80,80,80,0) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(30,87,153,1)), color-stop(100%,rgba(125,185,232,1)));
  background: -webkit-linear-gradient(top, rgba(80,80,80,0) 0%, rgb(80,80,80) 8%, rgb(80,80,80) 92%, rgba(80,80,80,0) 100%);
  background: -o-linear-gradient(top, rgba(80,80,80,0) 0%, rgb(80,80,80) 8%, rgb(80,80,80) 92%, rgba(80,80,80,0) 100%);
  background: -ms-linear-gradient(top, rgba(80,80,80,0) 0%, rgb(80,80,80) 8%, rgb(80,80,80) 92%, rgba(80,80,80,0) 100%);
  background: linear-gradient(to bottom, rgba(80,80,80,0) 0%, rgb(80,80,80) 8%, rgb(80,80,80) 92%, rgba(80,80,80,0) 100%);
  
  z-index: 5;
}

.timeline li {
  padding: 1em 0;
}

.timeline li:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.direction-l {
  position: relative;
  width: 300px;
  float: left;
  text-align: right;
}

.direction-r {
  position: relative;
  width: 300px;
  float: right;
}

.flag-wrapper {
  position: relative;
  display: inline-block;
  
  text-align: center;
}

.flag {
  position: relative;
  display: inline;
  background: rgb(248,248,248);
  padding: 6px 10px;
  border-radius: 5px;
  
  font-weight: 600;
  text-align: left;
}

.flag a {
	text-decoration: none;
	color: #333;
}

.direction-l .flag {
  -webkit-box-shadow: -1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
  -moz-box-shadow: -1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
  box-shadow: -1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
}

.direction-r .flag {
  -webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
  -moz-box-shadow: 1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
  box-shadow: 1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
}

.direction-l .flag:before,
.direction-r .flag:before {
  position: absolute;
  top: 50%;
  right: -40px;
  content: ' ';
  display: block;
  width: 12px;
  height: 12px;
  margin-top: -10px;
  background: #fff;
  border-radius: 10px;
  border: 4px solid rgb(255,80,80);
  z-index: 10;
}

.direction-r .flag:before {
  left: -40px;
}

.direction-l .flag:after {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  height: 0;
  width: 0;
  margin-top: -8px;
  border: solid transparent;
  border-left-color: rgb(248,248,248);
  border-width: 8px;
  pointer-events: none;
}

.direction-r .flag:after {
  content: "";
  position: absolute;
  right: 100%;
  top: 50%;
  height: 0;
  width: 0;
  margin-top: -8px;
  border: solid transparent;
  border-right-color: rgb(248,248,248);
  border-width: 8px;
  pointer-events: none;
}

.time-wrapper {
  display: inline;
  line-height: 1em;
  font-size: 0.66666em;
  color: #333;
  vertical-align: middle;
}

.direction-l .time-wrapper {
  float: left;
  padding-right: 10px;
}

.direction-r .time-wrapper {
  float: right;
  padding-left: 10px;
}

.time {
  display: inline-block;
  padding: 4px 6px;
}

.desc {
  margin: 1em 0.75em 0 0;
  font-size: 0.77777em;
  font-style: italic;
  line-height: 1.5em;
}

.direction-l .desc {
  margin: 1em 0 0 -80px;
}

.direction-r .desc {
  margin: 1em 0 0 0em;
}