
@font-face {
    font-family: f1;
    src: url('../font/hwxk.ttf');
}


#svg{

	position: absolute;
}

body{
	background-color: black;
	overflow-x: hidden;
}

.initView{
	width: 100%;
	height: 100%;

}

video{
	width: 100%;
	height: 100%;
}

.initView div{
	position: absolute;
	display:none;
}

.left_top{
	top: 30px;
	left: 30px;
	color: white;

}

.soundoff{
	left: 0px;
	-webkit-transform: rotate(270deg);
	color: white;
	bottom: 100px;
	cursor: pointer;
}

.countdown{
	font-family: 'Lato', sans-serif;
	color: white;
	font-size: 10em;
	margin: auto auto;
	transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
	width: 50%;
	text-align: center;
	-webkit-transform: translate(-50%, -50%);
}

.point{

	position: absolute;
	color:white;
	width: 64px;
	height: 64px;
	text-align: center;
	margin-top: 10px;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	font-size: 2em;
}

.point:hover .mark{
	background-color: #ba2727;
	color:#ba2727;
}


.mark{
	background-color: black;
	height: 12px;
	width: 10px;
	border-radius: 5px;
	position: relative;
	top: -19px;
	left: 27px;

}
.view{
-webkit-perspective: 1500px;

}

.container{
	-webkit-transform: rotateX(90deg) scale3d(2,2,2); 
	-moz-transform: rotateX(90deg) scale3d(2,2,2); 
	-ms-transform: rotateX(90deg) scale3d(2,2,2); 
	-o-transform: rotateX(90deg) scale3d(2,2,2); 
	transform: rotateX(90deg) scale3d(2,2,2); 
	-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;

	margin-top: -44px;
	width: 100px;
	height: 100px;

	margin-left: -21px;
}



.pic{
	width: 100px;
	height: 100px;
	/* margin: auto auto; */
	
position: absolute;
	text-align: center;
	right:50%;
	top: 50%;
	cursor: pointer;
	display:none;
}

.text{
	font-family: arial, sans-serif;
	position: absolute;
	bottom: 30px;
	left: 30px;
	color: white;
	font-size: 3em;
	max-width: 50%
}

.text .eng{
	font-family: 'Hammersmith One';
}

.story_container{
	color: white;
	position: relative;
	/* margin-top: 50%; */
	/* padding-top: 25%; */
	padding-left: 400px;
	line-height: 35px;
	font-size: 26px;
	display:none;
	font-family: arial, sans-serif;
}

.subject,
.subject_eng{
	color:#ba2727;
	margin-bottom: 30px;
	font-weight: 800;
	font-size: 1.67em;
	font-family: 'Montserrat';
}

.story_container .story{
	margin-bottom: 40px;
	font-weight: 200;
}

.story_container .story_eng{
	font-family: 'Montserrat';
	padding-bottom: 40px;
	font-weight: 200;
}

.back{
	font-family: 'Montserrat';
	color: white;
	position: fixed;
	cursor: pointer;
	font-size: 26px;
	left: 50px;
	top: 20px;
	display:none;
}

.subject,
.title,
.story{
	font-family: f1;
}


@media only screen and (min-width:0px){
    /* styles for browsers larger than 960px; */
    .story_container{
		width: 100%;
		padding-left: 0px;
		font-size: 20px;
	}
	.content{
		margin: auto auto;
		width: 40%;
	}
	.back{
		font-size: 20px;
	}
	.text{
		font-size: 1.2em;
	}
}
@media only screen and (min-width:300px){

}
@media only screen and (min-width:550px){

}
@media only screen and (min-width:640px){
    /* styles for browsers larger than 960px; */
    .text{
		font-size: 1.5em;
	}
	
}

@media only screen and (min-width:740px){
    /* styles for browsers larger than 960px; */

	
}

@media only screen and (min-width:960px){
    /* styles for browsers larger than 960px; */
    .story_container{
		padding-left: 200px;
		font-size: 26px;

	}
	.content{
		margin: auto auto;
		width: 100%%;
	}

	.back{
		font-size: 26px;
	}

	.text{
		font-size: 2em;
	}
}
@media only screen and (min-width:1304px){
    /* styles for browsers larger than 1440px; */
    .story_container{
		padding-left: 200px;
	}

	.content{
		margin: auto auto;
		width: 100%%;
	}
}


@media only screen and (min-width:1600px){
    /* for sumo sized (mac) screens */
    .story_container{
		color: white;
		text-align: left;
		position: relative;
		/* margin-top: 50%; */
		/* padding-top: 25%; */
		padding-left: 300px;
		line-height: 35px;
		font-size: 26px;
		display:none;
		font-family: arial, sans-serif;
	}
}

@media only screen and (min-width:1900px){
    /* for sumo sized (mac) screens */
    .story_container{

		padding-left: 400px;
		
	}
}


@media only screen and (max-device-width:640px){
   /* styles for mobile browsers smaller than 480px; (iPhone) */
    /* styles for browsers larger than 960px; */

}
@media only screen and (device-width:768px){


}
/* different techniques for iPad screening */
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) {
  /* For portrait layouts only */
}
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape) {
  /* For landscape layouts only */
}

.menu img
	{position: fixed;
	width: 150px;
	left: 50px;
	top: 10px;
}