*{
	margin: 0;
	padding: 0;
}

@font-face{
  font-family: "Walsheim Bold";
  src: url("font/GT-Walsheim/GT-Walsheim-Bold.woff");
}
@font-face{
  font-family: "Walsheim Oblique";
  src: url("font/GT-Walsheim/GT-Walsheim-Oblique.woff");
}
@font-face{
  font-family: "Tokyo Palace";
  src: url("font/TokyoPalace/TokyoPalaceInMemoriam_Fixed.ttf") format('truetype'),
  		url("font/TokyoPalace/TokyoPalaceInMemoriam_Fixed.woff");
}
@font-face {
    font-family: 'YDIYG550';
    src: url('font/YDIYG550/ydiyg550-webfont.eot');
    src: url('font/YDIYG550/ydiyg550-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/YDIYG550/ydiyg550-webfont.woff2') format('woff2'),
         url('font/YDIYG550/ydiyg550-webfont.woff') format('woff'),
         url('font/YDIYG550/ydiyg550-webfont.ttf') format('truetype'),
         url('font/YDIYG550/ydiyg550-webfont.svg#ydiygo550regular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body{overflow-x:hidden; 
/*	background-color:  #0c4da2;
*/	
}

h1{
	text-align: center;
	position: relative;
	font-size: 19px;
	font-family: 'Walsheim Bold';
	text-transform: uppercase;
	color: #0c4da2;
	line-height: 22px;
	letter-spacing: 1px;

}

h1.description{
	text-align: left;
	font-size: 37px;
	line-height: 48px;
	letter-spacing: 1px;
	color: white;
	text-transform: none;
	font-weight: 100;

}

h3{
	font-family:'Tokyo Palace';
	text-transform: uppercase;	
	color: white;
	font-size: 45px;
	font-weight: 100; 
}

p{
	position: relative;
	font-size: 21px;
	font-family: 'Walsheim Bold';
	color: #0c4da2;
	line-height: 22px;
	letter-spacing: 1px;
}

p.videotitle{
	font-size: 60px;
	color: black;
	line-height: 64px;
}

/*ul{
	overflow-y: scroll;
	min-height: 300px;
}*/

li{
	font-family: "Tokyo Palace";
	color: white;
	text-transform: uppercase;
	font-size: 20px;
	list-style-type: none;
}

li.li_title{
	font-family: "Walsheim Bold";
	text-transform: capitalize;
	font-size: 24px;
	line-height: 28px;
	overflow: hidden;
}

/*NAVBAR*/
#title{
	position: fixed;
	top: 20px;
	left:50% ;
	margin-left: -150px;
	height: 45px;
	width: 300px;
	border: 4px solid #0c4da2;
	padding: 10px;
	background-color: white;
	z-index: 400;
}

#bottomleft{
	position: fixed;
	left: 30px;
	top: 32px;
	z-index: 400;
	height: 50px;
	width: 300px;
}


#korean{
	font-family: 'YDIYG550';
	font-size: 18px;
	z-index: 400;
}

#translate{
	position: fixed;
	top: 32px;
	right: 30px;
	z-index: 400;
}

/*PAGES*/
.page{
/*	background-color: blue;
*/	height: auto;
	width: 100%;
	height: 100vh;
	position: absolute;
	top: 0;
}

#content_generator{
/*	background-color: #0c4da2;
*/}

#content_book{
	background-color: yellow;
	left: 100%;
}

#content_studio{
	background-color: red;
	left: -100%;
}

.shiftright{
	-webkit-animation: shiftright 1s forwards; /* Safari 4+ */
  	-moz-animation:    shiftright 2s forwards; /* Fx 5+ */
  	-o-animation:      shiftright 2s forwards; /* Opera 12+ */
  	animation:         shiftright 2s forwards; /* IE 10+, Fx 29+ */
}

.unshiftright{
	-webkit-animation: shiftright 1s reverse !important; /* Safari 4+ */
  	-moz-animation:    shiftright 2s forwards; /* Fx 5+ */
  	-o-animation:      shiftright 2s forwards; /* Opera 12+ */
  	animation:         shiftright 2s forwards; /* IE 10+, Fx 29+ */
}
@-webkit-keyframes shiftright{
	from{

	}
	to{
		transform: translateX(100%);
	}
}
.shiftleft{
	-webkit-animation: shiftleft 1s forwards; /* Safari 4+ */
  	-moz-animation:    shiftleft 2s forwards; /* Fx 5+ */
  	-o-animation:      shiftleft 2s forwards; /* Opera 12+ */
  	animation:         shiftleft 2s forwards; /* IE 10+, Fx 29+ */
}

@-webkit-keyframes shiftleft{
	from{

	}
	to{
		transform: translateX(-100%);
	}
}

/*PAGE TOP/BOTTOM DIV
*/
.top{
	height: 100vh;
	width: 100vw;
	background-color: #0c4da2;
}

.bottom{
	height: fit-content;
	padding-bottom: 160px;
	width: 100vw;
/*	background-color: white;
*/	z-index: 2;
}

.top_wrapper{
	background-color: #0c4da2;
	padding: 160px 20vw 0 20vw;
	height: 50vh;
}

/*	GENERATOR*/

.left{
	position: relative;
	height: (100vh-160px);
	width: 30vw;
	background-size: cover;
	padding: 10vw;
	padding-top: 160px;
	float: left;
}

.right{
	position: relative;
	left: 0;
	height: 100vh;
	width: 30vw;
	background-color: white;
	padding: 10vw;
	padding-top: 160px;
	float: left;
}

.outerglow{
	text-shadow: 0px 0px 10px #99FF33;
}

.wrapper{position: absolute;
	height: 100vh;
	width: 100vw;
	background-color: transparent;
	top: 0;
	left: 0;
}

iframe{
	z-index: 200;
	position: absolute;
	top: 120px;
	left:20vw;
	height: 35vw; 
	min-height: 315px;
	max-height: 80vh;
	width: 60vw;
	min-width: 560px;
	background-color: blue;
	box-shadow: 10px 10px 50px black;
}

.thumbnails{
	position: absolute;
	width:10vw;
	height: 10vw;
	background-size: cover;
	top: -10vw;
	left: 1vw;
	z-index: 1;
	background-color: red;
}

#thumb_column1{
	height: 100vh;
	width: 11vw;
/*	background-color: blue;
*/	position: absolute;
	top: 0;
	left: 0;
	padding-left: 1vw;	
}
#thumb_column2{
	height: 100vh;
	width: 11vw;
/*	background-color: blue;
*/	position: absolute;
	top: 0;
	left: 12vw;
	padding-left: 1vw;	
}
#thumb_column3{
	height: 100vh;
	width: 11vw;
/*	background-color: blue;
*/	position: absolute;
	top: 0;
	left: 24vw;
	padding-left: 1vw;	
}
#thumb_column4{
	height: 100vh;
	width: 11vw;
/*	background-color: blue;
*/	position: absolute;
	top: 0;
	left: 36vw;
	padding-left: 1vw;
}

.fall{
	-webkit-animation: fall 30s infinite cubic-bezier(.27,.52,.89,.65); /* Safari 4+ */
  	-moz-animation:    fall 30s forwards; /* Fx 5+ */
  	-o-animation:      fall 30s forwards; /* Opera 12+ */
  	animation:         fall 30s forwards; /* IE 10+, Fx 29+ */
}
.faster{
	-webkit-animation: fall 10s infinite cubic-bezier(.27,.52,.89,.65); /* Safari 4+ */
  	-moz-animation:    fall 2s forwards; /* Fx 5+ */
  	-o-animation:      fall 2s forwards; /* Opera 12+ */
  	animation:         fall 2s forwards; /* IE 10+, Fx 29+ */
}
.fall:hover{
 	-webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -o-animation-play-state: paused;
     animation-play-state: paused;
 }


@-webkit-keyframes fall{
	from{
		-webkit-transform: translateY(-10vw) rotateZ(0);
	}
	to{
		-webkit-transform: translateY(150vh) rotateZ(360deg);
	}
}

@-moz-keyframes fall{
	from{
		transform: translateY(-10vw) rotateZ(0);
	}
	to{
		transform: translateY(150vh) rotateZ(360deg);
	}
}

@-o-keyframes fall{
	from{
		transform: translateY(-10vw) rotateZ(0);
	}
	to{
		transform: translateY(150vh) rotateZ(360deg);
	}
}


@keyframes fall{
	from{
		transform: translateY(-10vw) rotateZ(0);
	}
	to{
		transform: translateY(150vh) rotateZ(360deg);
	}
}


.rotate{
	-webkit-animation: reorient 10s infinite cubic-bezier(.27,.52,.89,.65); /* Safari 4+ */
  	-moz-animation:    reorient 2s forwards; /* Fx 5+ */
  	-o-animation:      reorient 2s forwards; /* Opera 12+ */
  	animation:         reorient 2s forwards; /* IE 10+, Fx 29+ */
}

@-webkit-keyframes reorient{
	from{
		-webkit-transform: ;
	}
	to{
		-webkit-transform: rotateZ(0deg);
	}
}

.relative{
	position: relative !important;
}
.fixed{
	position: fixed !important;
}
.ztop{
	z-index: 300;
}
.bottomposition{
	position: absolute;
	top: 100vh !important;
}
.wrapper_description{
	position: relative;
    margin: 0 auto;
	margin-top: 120px !important;
	width: 60vw;
	max-width: 935px;
}


.opacity{
	-webkit-animation: opacity 0.5s forwards; /* Safari 4+ */
  	-moz-animation:    opacity 0.5s forwards; /* Fx 5+ */
  	-o-animation:      opacity 0.5s forwards; /* Opera 12+ */
  	animation:         opacity 0.5s forwards; /* IE 10+, Fx 29+ */
}

@-webkit-keyframes opacity{
	from{
		opacity: 1;
	}
	to{
		opacity: 0;
	}
}

@-moz-keyframes opacity{
	from{
		opacity: 1;
	}
	to{
		opacity: 0;
	}
}

@-o-keyframes opacity{
	from{
		opacity: 1;
	}
	to{
		opacity: 0;
	}
}


@keyframes opacity{
	from{
		opacity: 1;
	}
	to{
		opacity: 0;
	}
}


.unopacity{
	-webkit-animation: unopacity 0.5s forwards; /* Safari 4+ */
  	-moz-animation:    unopacity 0.5s forwards; /* Fx 5+ */
  	-o-animation:      unopacity 0.5s forwards; /* Opera 12+ */
  	animation:         unopacity 0.5s forwards; /* IE 10+, Fx 29+ */
}

@-webkit-keyframes unopacity{
	from{
		opacity: 0;
	}
	to{
		opacity: 1;
	}
}

@-moz-keyframes unopacity{
	from{
		opacity: 0;
	}
	to{
		opacity: 1;
	}
}

@-o-keyframes unopacity{
	from{
		opacity: 0;
	}
	to{
		opacity: 1;
	}
}


@keyframes unopacity{
	from{
		opacity: 0;
	}
	to{
		opacity: 1;
	}
}


#generatenew{
	position: fixed;
	bottom: 45px;
	background-color: #0c4da2;
	font-family: "Walsheim Bold";
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 19px;
	color: #0c4da2;
	left:50% ;
	padding: 20px 11px;
	width: 300px;
	margin-left: -150px;
	border: solid 3px white;
	text-align: center;
}

/*#generatenew:hover{
	border: solid 3px #0c4da2;
	background-color: #bdff00;
	color: #0c4da2 !important;
}*/

.link{
	color: #0c4da2;
	text-decoration: none;
}
a{color: #0c4da2;
	text-decoration: none;
}
a:visited{
	color: #0c4da2;
	text-decoration: none;
}
a:hover{
	color:#bdff00;
	text-decoration: none;
}
.blue{
	color:#0c4da2 !important;
}

#columns{
	margin-top: 60px;
	-webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;
}

.source{
	font-size: 12px;
	color:#0c4da2 !important;
}

.footer{
	position: absolute;
	left: 0;
	bottom: -100px;
}

/*div.logo {
width: 50px;
height:50px;
position:fixed;
z-index: 900;

}*/

@media only screen and (max-width: 770px) {


h1{

}

#title, #generatenew{
	width: 30%;
	height: auto;
	margin-left: 0;
	left: 32%;
	font-size: 2.2vw;
}

#bottomleft{
	width: 20vw;
}

h1{
	font-size: 2.2vw;
	line-height: 2.8vw;
}
h3{
	font-size: 5.8vw;
}

h1.description{
	font-size: 5vw;
	line-height: 6.5vw;
}

#columns{
	margin-top: 60px;
	-webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
}

#nav img{
	width: 20vw;
	min-width: 120px;
	height: auto !important;
	bottom: -70px !important;
	position: absolute;

}



}


@media only screen and (max-device-width: 1300px){

#title{
	height: 0;
	width: 0;
	opacity: 0;
}
#generatenew{
	left: 100px;
	padding: 10px;
	font-size: 8pt;
	line-height: 120%;
	bottom: 20px;
}

#generatenew:active{
	border: solid 3px #0c4da2;
	background-color: #bdff00;
	color: #0c4da2 !important;
}

article{
	position: absolute;
	top: 20px;
	padding-left: 100px;
	padding-right: 20px;
	left: 0;
	word-spacing: -5pt;
}

h1{
	font-size: 7.5pt;
	line-height: 9.5pt;
}

h3{
	font-size: 20pt;
}

li{
	font-size: 7pt !important;
}
p span{
	font-size: 8pt !important;
	line-height: 10pt !important;

}
.footer{
	left: 100px;
	padding-bottom: 20px;
	padding-right: 10px;
}
#nav img{
	width: auto !important;
	min-width: 20px !important;
	height: 70px !important;
	position: absolute !important;
	bottom: 3px !important;
	left: 7px;
}
#nav{
	bottom: 0 !important;
	width: 100px !important;}

#bottomleft{
	top: 20px;
	bottom: 90px;
	width: 80px;
	left: 20px;
}

.wrapper_description{
	float: left;
	width: 60vw;
	padding-left: 100px;
}

h1.description{
	font-size: 13pt;
	line-height: 17pt;
	letter-spacing: 0;
-webkit-hyphens: auto;
   -moz-hyphens: auto;
        hyphens: auto;}


ul {


}
span.nobreak{
	-webkit-hyphens: none !important;
   -moz-hyphens: none !important;
        hyphens: none !important;
}

}

