* {
	padding: 0;
	margin: 0;
	border: 0;
}

.fillParent {
	width: 100%;
	height: 100%
}

/* Футер */

a {
	color: #dc2222;
}

#footer{
	
	position: fixed;
	z-index: 2;
	width: 100%;
	height:77px;
	text-align: center;
	font-size:10px;
/* Хак */
	text-align: right;
	bottom: -30px;
	color: rgba(255,255,255,0.8);
    text-shadow: 0px 0px 1px #000;
	
	right: 0px;
	padding-right: 60px;
    font-family: fantasy;
	box-sizing: border-box;
}

/* */

#layouts .portrait.story {
	width: 300px;
}

#layouts .portrait .padded {
	padding: 200px 30px;
}

#layouts .portrait .landscapeOnly {
	display: none;
}
#layouts .portraitOnly,
#layouts .landscapeOnly {
	margin-top: 20px;
}

#layouts .landscape .portraitOnly {
	display: none;
}

/* */

body {
	font-family: Helvetica, sans-serif;
	background: black;
}

.popularResolution {
	width: 1366px;
	height:768px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -683px;
	margin-top: -384px;
	
}

#footer {
	font-size: 20px;
}
.story {
	text-align: left;
	width: 600px;
	background: rgba(255, 255, 255, 0.5);
	font-size: 20px;
    font-family: fantasy;
	position: relative;
}
.story>.padded {
	padding: 30px;
}
.wordbanner{
    color:rgba(255,255,255,0.8);
    text-shadow: 0 0 10px #000000;
    line-height: 50px;
    position: relative;
    width: 600px;
    font-size: 50px;
    font-family: fantasy,"Microsoft YaHei","Hiragino KakuGothic","Hiragino Sans GB";
}
.story p+p {
	margin-top: 10px;
}

.fastLayer {
	position:absolute;

}
.fastLayer > * {
	position:absolute;
	left: 0px;
	top: 0px;
	
}

#scaling .padded {
	padding: 40% 20%;
}

.story .hint {
	display: block;
	color: gray;
	font-style: italic;
	font-size: 70%;
}
.backgroudcus {
    background-image: url(../img/stage_c2.jpg);
    background-size: cover;
}

.comment {
    position: absolute;
    left: 0px;
    color:white;
    bottom:90px;
    width:500px;
    font-family: fantasy,"Mincho";
    height: 60px;
    line-height: 30px;
    text-align: right;
    background-color: rgba(0,0,0,0.5);
    
}

.seasonbanner {
    
}
.seasonbanner:hover{
    filter: drop-shadow(5px 5px 10px #666);
    
}

