@charset "UTF-8";

#concept {
	padding-left: 225px;
	background-image: url(../images/bg_concept.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}


#concept h3 {
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 80px;
	text-transform: uppercase;
}
#concept div { padding-bottom: 30px; }

#concept div p{
	padding-bottom: 20px;
	line-height: 1.5em;
}

#story{
	position: absolute;
	top: 80px;
	right: 0;
}
#story a{
	font-size: 12px;
	color: rgb(51, 51, 51);
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	background-image: url("../images/icon_movie.png");
	background-size: 10px 10px;
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 14px;
	animation: beating 1.2s ease infinite alternate;
}
@keyframes beating{
	0% {opacity: 0.2;}
	100% {opacity: 0.9;}
}
#story a:hover{
	opacity: 1.0;
	animation: none;
}