@import url(../fonts/stylesheet.css);
@import url(http://fonts.googleapis.com/css?family=Josefin+Sans:400,600);
:root {
	--mouse-x: -32;
	--mouse-y: 0;
}

body {
  margin: 0;
  overflow-x: hidden;
	cursor:url('../img/misc/cursor.svg') -32 0, pointer;
	width: 100vw;
}

html{
  cursor:url('../img/misc/cursor.svg') -32 0, pointer;
}

#wrap{
  cursor:url('../img/misc/cursor.svg') -32 0, pointer;
}

.pop-up{
	display: none;
	position: fixed;
	height: 100%;
	width: 100%;
	z-index: 10;
	cursor:url('../img/misc/pointer.svg') -32 0, pointer;
}

.pop-up > img{
	width: 60vw;
	position: inherit;
	left: 0;
	top: 0;
}

#wrap {
  height: 100%;
  width: 100%;
  position: fixed; }

#scroll-proxy {
  height: auto; }

#container {
  width: 900px;
  margin: -270px auto;
  position: relative;
  height: 540px;
  top: 50%; }

#nav {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 100; }
  #nav li {
    float: left;
    margin-right: 10px;
    font-size: 15px;
    }
  #nav a {
    text-decoration: none;
    background: #fff;
    color: #000;
    padding: 7px 10px 4px;
    font-weight: bold; }

#environment {
  -webkit-perspective: 400px;
  -moz-perspective: 400px;
  -ms-perspective: 400px;
  -o-perspective: 400px;
  perspective: 400px;
  -webkit-transform: perspective(400px);
  -moz-transform: perspective(400px);
  -ms-transform: perspective(400px);
  -o-transform: perspective(400px);
  transform: perspective(400px);
  -webkit-perspective-origin: center 375px;
  -moz-perspective-origin: center 375px;
  -ms-perspective-origin: center 375px;
  -o-perspective-origin: center 375px;
  perspective-origin: center 375px;
  width: 100%;
  height: 540px; }

#content {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  position: absolute;
  width: 100%;
  height: 100%; }
  #content section {
    width: 100%;
    height: 100%;
    position: absolute; }

.left-block, .right-block {
  width: 300px;
  position: absolute;
  left: 0;
  top: 250px;
  padding: 0 15px 0 0;
  text-align: left; }

.right-block {
  position: absolute;
  right: 0;
  left: -19%;
  top: -10%;
  width: 64%;
  height: 64%
}

.mid-block {
  position: absolute;
  right: 0;
  left: -19%;
  top: -10%;
  width: 64%;
  height: 64%; }

.mid-content{
  width:230%;
}

.article-block {
  position: absolute;
  right: 0;
  left: 10%;
  top: -10%;
  width: 64%;
  height: 64%; }

.article-content{
  width:130%;
}

#page-proxy{
	height: 100vh;
	width: 100vw;
	position: absolute;
	top: 0;
	left: 0;
	cursor:url('../img/misc/cursor.svg') -32 0, pointer;
}

.index{
  width: 75%;
  height: auto;
	position: relative;
  cursor:url('../img/misc/cursor.svg') -32 0, pointer;
}

.index-row{
  width:100%;
  cursor:url('../img/misc/cursor.svg') -32 0, pointer;
}

.article-link{
	padding: 0;
	margin: 0;
  cursor:url('../img/misc/pointer.svg') -32 0, pointer;
}

.article-link > img{
   width:32%;
   height:auto;
   cursor:url('../img/misc/pointer.svg') -32 0, pointer;
   user-drag: none;
   user-select: none;
   -moz-user-select: none;
   -webkit-user-drag: none;
   -webkit-user-select: none;
   -ms-user-select: none;
}

.article-link:focus{
  outline: none;
}

#lang-select{
  position: fixed;
  right: 5px;
	top: 8px;
}

.lang-button, .year-link{
  background: none;
  color: #FFD33C;
  border: 0;
  font-size: 1.5vw;
  line-height: 1em;
  position: relative;
  display: block;
  clear: both;
  font-weight: normal;
  text-decoration: none;
  cursor:url('../img/misc/pointer.svg') -32 0, pointer;
}

.year-link{
	margin-top: 5px;
}

.lang-button:after{
  border-bottom: .325em solid #FFD33C;
  content: "";
  left: 7px;
  margin-top: calc(0.325em / 2 * -1);
  position: absolute;
  right: 7px;
  top: 50%;
}

.year-link:after{
  border-bottom: .325em solid #FFD33C;
  content: "";
  left: 0;
  margin-top: calc(0.325em / 2 * -1);
  position: absolute;
  right: 0;
  top: 50%;
}

.lang-button:hover:after, .year-link:hover:after{
  border-bottom: 0;
}

.lang-button:focus{
  outline: none;
}

.b-selected:after{
  border-bottom: 0;
}

#class-select{
  position: fixed;
  right: 13px;
  bottom: 8px;
}

#page{
  display: none;
}

#wrap{
  z-index: -20;
}

#spinner {
    position: absolute;
		display: none;
	  vertical-align: middle;
    width: 6vw;
    height: 50vw;
		left: 43vw;
		background-image: url('../img/misc/spinner.svg');
		background-repeat: no-repeat;
		background-size: contain;
		background-position: center;
}

#spinner-arrow {
    position: absolute;
		display: none;
    width: 6vw;
    height: 50vw;
		right: 43vw;
		background-image: url('../img/misc/spinner-arrow.svg');
		background-repeat: no-repeat;
		background-size: contain;
		background-position: center;
		animation: blink-animation .5s steps(2, start) infinite;
	  -webkit-animation: blink-animation .5s steps(2, start) infinite;
}

@keyframes blink-animation {
  to {
    visibility: hidden;
  }
}
@-webkit-keyframes blink-animation {
  to {
    visibility: hidden;
  }
}

#exit-sign{
	display: none;
	position: fixed;
	left: 1.5vw;
	top: 3vh;
	z-index: 2;
	height: 4vw;
	width: 4.6vw;
	background-image: url("../img/misc/exit-sign.svg");
	background-size: cover;
	cursor:url('../img/misc/pointer.svg') -32 0, pointer;
	background-repeat: no-repeat;
	border: 0;
	background-color: none;
}

.close-1{
	display: none;
	position: fixed;
	left: 16vw;
	top: 3vw;
	z-index: 12;
	height: 4vw;
	width: 4.6vw;
	background-image: url("../img/misc/exit-sign.svg");
	cursor:url('../img/misc/pointer.svg') -32 0, pointer;
	background-size: cover;
	background-repeat: no-repeat;
	border: 0;
	background-color: none;
}

.close-2{
	display: none;
	position: fixed;
	left: 16vw;
	top: 3vw;
	z-index: 12;
	height: 4vw;
	width: 4.6vw;
	background-image: url("../img/misc/exit-sign.svg");
	cursor:url('../img/misc/pointer.svg') -32 0, pointer;
	background-size: cover;
	background-repeat: no-repeat;
	border: 0;
	background-color: none;
}

.close-3{
	display: none;
	position: fixed;
	left: 7vw;
	top: 7vw;
	z-index: 12;
	height: 4vw;
	width: 4.6vw;
	background-image: url("../img/misc/exit-sign.svg");
	cursor:url('../img/misc/pointer.svg') -32 0, pointer;
	background-size: cover;
	background-repeat: no-repeat;
	border: 0;
	background-color: none;
}

.landscape-notice{
	position: absolute;
	display: none;
	width: 100vw;
	height: 100vh;
	background-image: url('../img/misc/switch-landscape.svg');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

.bottom-block {
  position: absolute;
  width: 100%;
  top: 450px;
  display: block;
  font-family: "Arial", sans-serif;
  font-weight: normal;
  font-size: 70px;
  margin: 0;
  color: #000;
  text-align: left; }


/* *********************************************
    Global
***********************************************/
h1, h2, h3 {
  line-height: 1;
  margin: 0; }

h1, h2 {
  font-family: "Arial", sans-serif;
  font-weight: normal; }

h1 {
  font-size: 50px;
  text-align: left; }

h2 {
  color: #000;
  display: block;
  font-size: 35px;
  padding: 10px;
  text-align: left; }

ul {
  list-style: none;
  margin: 0;
  padding: 0;
  color: #000; }

h3 {
  margin-bottom: 10px; }

#p1 {
  -webkit-animation-name: zoomIn;
  -webkit-animation-duration: 1s;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -webkit-animation-delay: 230ms;
  -webkit-animation-iteration-count: 1;
  -moz-animation-name: zoomIn;
  -moz-animation-duration: 1s;
  -moz-animation-timing-function: ease;
  -moz-animation-fill-mode: both;
  -moz-animation-delay: 230ms;
  -moz-animation-iteration-count: 1;
  -ms-animation-name: zoomIn;
  -ms-animation-duration: 1s;
  -ms-animation-timing-function: ease;
  -ms-animation-fill-mode: both;
  -ms-animation-delay: 2130ms;
  -ms-animation-iteration-count: 1;
  animation-name: zoomIn;
  animation-duration: 1s;
  animation-timing-function: ease;
  animation-fill-mode: both;
  -animation-delay: 230ms;
  animation-iteration-count: 1; }

#p2 {
  -webkit-transform: translate3d(0, 0, -1000px);
  -moz-transform: translate3d(0, 0, -1000px);
  -ms-transform: translate3d(0, 0, -1000px);
  -o-transform: translate3d(0, 0, -1000px);
  transform: translate3d(0, 0, -1000px); }


#p3 {
  -webkit-transform: translate3d(0, 0, -2000px);
  -moz-transform: translate3d(0, 0, -2000px);
  -ms-transform: translate3d(0, 0, -2000px);
  -o-transform: translate3d(0, 0, -2000px);
  transform: translate3d(0, 0, -2000px); }

#p4 {
  -webkit-transform: translate3d(0, 0, -3000px);
  -moz-transform: translate3d(0, 0, -3000px);
  -ms-transform: translate3d(0, 0, -3000px);
  -o-transform: translate3d(0, 0, -3000px);
  transform: translate3d(0, 0, -3000px); }

#p5 {
  -webkit-transform: translate3d(0, 0, -4000px);
  -moz-transform: translate3d(0, 0, -4000px);
  -ms-transform: translate3d(0, 0, -4000px);
  -o-transform: translate3d(0, 0, -4000px);
  transform: translate3d(0, 0, -4000px); }

#p6 {
  -webkit-transform: translate3d(0, 0, -5000px);
  -moz-transform: translate3d(0, 0, -5000px);
  -ms-transform: translate3d(0, 0, -5000px);
  -o-transform: translate3d(0, 0, -5000px);
  transform: translate3d(0, 0, -5000px); }

#p7 {
  -webkit-transform: translate3d(0, 0, -6000px);
  -moz-transform: translate3d(0, 0, -6000px);
  -ms-transform: translate3d(0, 0, -6000px);
  -o-transform: translate3d(0, 0, -6000px);
  transform: translate3d(0, 0, -6000px); }

#p8{
  -webkit-transform: translate3d(0, 0, -7000px);
  -moz-transform: translate3d(0, 0, -7000px);
  -ms-transform: translate3d(0, 0, -7000px);
  -o-transform: translate3d(0, 0, -7000px);
  transform: translate3d(0, 0, -7000px); }
#p9{
  -webkit-transform: translate3d(0, 0, -8000px);
  -moz-transform: translate3d(0, 0, -8000px);
  -ms-transform: translate3d(0, 0, -8000px);
  -o-transform: translate3d(0, 0, -8000px);
  transform: translate3d(0, 0, -8000px); }
#p10{
  -webkit-transform: translate3d(0, 0, -9000px);
  -moz-transform: translate3d(0, 0, -9000px);
  -ms-transform: translate3d(0, 0, -9000px);
  -o-transform: translate3d(0, 0, -9000px);
  transform: translate3d(0, 0, -9000px); }
#p11{
  -webkit-transform: translate3d(0, 0, -10000px);
  -moz-transform: translate3d(0, 0, -10000px);
  -ms-transform: translate3d(0, 0, -10000px);
  -o-transform: translate3d(0, 0, -10000px);
  transform: translate3d(0, 0, -10000px); }
#p12{
  -webkit-transform: translate3d(0, 0, -11000px);
  -moz-transform: translate3d(0, 0, -11000px);
  -ms-transform: translate3d(0, 0, -11000px);
  -o-transform: translate3d(0, 0, -11000px);
  transform: translate3d(0, 0, -11000px); }
#p13{
  -webkit-transform: translate3d(0, 0, -12000px);
  -moz-transform: translate3d(0, 0, -11000px);
  -ms-transform: translate3d(0, 0, -11000px);
  -o-transform: translate3d(0, 0, -11000px);
  transform: translate3d(0, 0, -11000px); }

@-webkit-keyframes zoomIn {
  0% {
    -webkit-transform: translate3d(0, 0, -100px);
    -moz-transform: translate3d(0, 0, -100px);
    -ms-transform: translate3d(0, 0, -100px);
    -o-transform: translate3d(0, 0, -100px);
    transform: translate3d(0, 0, -100px);
    opacity: 0.5; }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }
