@charset "UTF-8";

@font-face {
    font-family: 'nocturne_serifregular';
    src: url('font/nocturneserif-regular.eot');
    src: url('font/nocturneserif-regular.eot?#iefix') format('embedded-opentype'),
         url('font/nocturneserif-regular.woff2') format('woff2'),
         url('font/nocturneserif-regular.woff') format('woff'),
         url('font/nocturneserif-regular.svg#nocturne_serifregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

#content {
	padding: 0;
}

section {
	max-width: 1920px;
	margin-bottom: 0;
}

section .wrap {
	max-width: 1500px;
}

section .player .icon {
	background-image: url('../images/load-play-pause.png')
}

a, a:visited, a span, a:visited span {
	color: #d90000;
}

	a:hover, a:hover span {
		color: #b70000;
	}

.cta, a.cta {
	text-transform: uppercase;
	text-align: center;
	font-family: 'nocturne_serifregular', 'serif';
	background: #d90000;
	color: #FFFFFF;
	text-shadow: none;
	font-weight: bold;
}

	.cta:hover, a.cta:hover {
		background: #b70000;
		color: #FFFFFF;		
	}

.cta.secondary, a.cta.secondary {
	text-transform: uppercase;
	text-align: center;
	font-family: 'nocturne_serifregular', 'serif';
	background: #FFFFFF;
	color: #d90000;
	border: 1px solid #d90000;
	text-shadow: none;
	font-weight: normal;
	font-size: 18px;
}

	.cta.secondary:hover, a.cta.secondary:hover {
		color: #b70000;
		border-color: #b70000;
		background: #FFFFFF;		
	}

section.author .wrap::before, section.superproduction .wrap::before {
	content: "";
	display: block;
	width: 100%;
	max-width: 480px;
	height: 1px;
	margin: 0 auto 60px auto;
	background: -moz-linear-gradient(left, rgba(217,0,0,0) 0%, rgba(217,0,0,1) 20%, rgba(217,0,0,1) 80%, rgba(217,0,0,0) 100%);
	background: -webkit-linear-gradient(left, rgba(217,0,0,0) 0%,rgba(217,0,0,1) 20%,rgba(217,0,0,1) 80%,rgba(217,0,0,0) 100%);
	background: linear-gradient(to right, rgba(217,0,0,0) 0%,rgba(217,0,0,1) 20%,rgba(217,0,0,1) 80%,rgba(217,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00d90000', endColorstr='#00d90000',GradientType=1 );
}
	

section.info h2, section.superproduction h2 {
	font-family: 'nocturne_serifregular', 'serif';
	color: #333333;
	margin: 0 0 5px 0;
}

section.author p.big, section.superproduction p.big, section.app p.big {
	font-family: 'nocturne_serifregular', 'serif';
	text-transform: uppercase;
	font-style: normal;
}

section.header {
	background: transparent;
	margin-bottom: 60px;
	text-shadow: 0 0 2px #295641;
	overflow: visible;
}

section.header .wrap {
	max-width: 1500px;
	padding: 0 0 110px 0;
}

	section.header .bg {
		margin-left: 0;
		left: 0;
		overflow: visible;
	}

	section.header .bg figure > img, section.header .bg figure > .img {
		width: 1149px;
	}

		section.header .bg img.full {
			display: none;
		}

	section.header .fg {
		 padding: 180px 0 0 50%;
		 width: 50%;
		 text-align: left;
	}

	section.header .left, section.header .right {
		position: absolute;
		display: block;
		left: 15px;
		top: 50px;
		width: 224px;
		/*height: 55px;*/
	}

		section.header .right {
			left: auto;
			right: 15px;
			top: 30px;
			width: 103px;
			/*hight: 101px;*/
		}

		section.header .left img, section.header .right img {
			display: block;
			width: 100%;
			height: auto;
		}

	section.header img.virion {
		display: block;
		max-width: 550px;
		width: 90%;
		height: auto;
	}

	section.header h1 {
		margin: 30px 10px 0 30px;
		padding: 0;
		font-family: 'nocturne_serifregular', 'serif';
		color: #333333;
		text-shadow: 0 0 20px #FFFFFF, 0 0 3px #FFFFFF;
		font-size: 63px;
	}

	section.header .cta {
		display: block;
		margin: 30px 10px 0 30px;
		padding: 20px;
		width: 230px;
	}

	section.header .cta.soon, section.header .cta.soon:hover {
		background: #FFFFFF;
		color: #333333;
		border: 1px solid #d90000;
		cursor: default;
	}

	section.header p {
		color: #333333;
		font-family: 'nocturne_serifregular', 'serif';
		margin: 10px 10px 0 30px;
		padding: 0;
		text-shadow: 0 0 20px #FFFFFF, 0 0 3px #FFFFFF;
	}

section.description {
	padding: 0 10px;
	max-width: 1900px;
}

	section.description .wrap {
		max-width: 700px;
	}

	section.description .wrap::before, section.description .wrap::after {
		content: "";
		display: block;
		width: 100%;
		max-width: 480px;		
		height: 1px;
		margin: 0 auto;
		background: -moz-linear-gradient(left, rgba(217,0,0,0) 0%, rgba(217,0,0,1) 20%, rgba(217,0,0,1) 80%, rgba(217,0,0,0) 100%);
		background: -webkit-linear-gradient(left, rgba(217,0,0,0) 0%,rgba(217,0,0,1) 20%,rgba(217,0,0,1) 80%,rgba(217,0,0,0) 100%);
		background: linear-gradient(to right, rgba(217,0,0,0) 0%,rgba(217,0,0,1) 20%,rgba(217,0,0,1) 80%,rgba(217,0,0,0) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00d90000', endColorstr='#00d90000',GradientType=1 );
	}

	section.description p {
		font-family: 'nocturne_serifregular', 'serif';
		text-transform: uppercase;
		color: #333333;
		font-weight: bold;
		padding: 50px 10px;
		position: relative;
	}

section.info {
	padding: 0 10px;
	text-align: left;
	margin: 50px auto;
}

	section.info .wrap {
		max-width: 560px;
		min-height: 402px;
		padding: 0 0 0 500px;
		width: auto;
	}

	section.info .wrap figure {
		display: block;
		width: 400px;
		overflow: hidden;
		position: absolute;
		left: 0;
		top: 0;
		border-radius: 10px;
		border: 1px solid #eeeeee;
	}

		section.info .wrap figure img {
			display: block;
			width: 100%;
			height: auto;
		}

	section.info p {
		margin-bottom: 5px;
		color: #333333;
		line-height: 1.6em;
	}

	section.info p.big {
		font-family: 'nocturne_serifregular', 'serif';
		line-height: 1.35em;
	}

	section.info .cta {
		margin-top: 25px;
		text-align: center;
	}

section.author {
	max-width: 670px;
}

	section.author .wrap {
		padding-bottom: 60px;
	}

	section.author p {
		font-style: italic;
		margin: 0 auto 25px auto;
		padding: 0 10px;
	}

		section.author .images {
			padding: 0 10px;
		}

		section.author .image {
			margin: 0 auto;
			width: 100%;
		}

		section.author .image img {
			width: 150px;
			height: 150px;
		}

	section.author .player .icon {
		top: 25px;
		margin-top: 0;
	}

	section.author .player a {
		display: block;
		margin: 15px auto 0 auto;
		font-family: 'nocturne_serifregular', 'serif';
		text-transform: uppercase;

	}

/* section.superproduction {} */

	section.superproduction h2 {
		padding: 0 10px;
	}
	
	section.superproduction p.big {
		padding: 0 10px;
	}

	section.superproduction p.big span {
		display: block;
		margin: 10px auto 0 auto;
	}

	section.superproduction .video {
		margin-top: 70px;
		max-width: 1500px;
	}

		section.superproduction .video::before {
			display: none;
		}

		section.superproduction .youtube {
			/* padding-bottom: 50.25%; */
			/* padding-bottom: 40.80%; */
			padding-bottom: 56.25%;
			width: 100%;
			background: #000000;
		}
		
			section.superproduction .youtube iframe {
				width: 100%;
				height: 100%;
				max-width: 1500px;
				position: absolute;
				top: 0;
				left: 0;
				bottom: 0;
				right: 0;
			}

section.app .wrap {
	min-height: 490px;
	text-align: center;
}

	section.app .wrap figure {
		border: 0 none;
		border-radius: 0;
	}

	section.app p.big {
		display: block;
		padding: 60px 0 15px 0;
	}

	section.app p.big img {
		display: block;
		margin: 0 auto 25px auto;
	}

section.footer {
	background: #EEEEEE;
	color: #777777;
	position: static;
}

section.footer .wrap {
	padding: 20px 0;
	max-width: 800px;
	position: static;
}

	section.footer .wrap p {
		padding: 0 10px 10px 10px;
		text-align: left;
		font-size: 0.7em;
	}

	section.footer .wrap p.cookies {
		padding: 0;
		background: #EEEEEE;
	}

	section.footer .wrap p.cookies span.box {
		display: block;
		max-width: 780px;
		margin: 0 auto;
		padding: 0 10px 10px 10px;
	}

	section.footer .wrap p.cookies span.close {
		display: none;
	}

	section.footer.active .wrap p.cookies {
		position: fixed;
		bottom: 0;
		left: 0;
		right: 0;
		z-index: 10000;
	}

		section.footer .wrap p.cookies span.box {
			padding-top: 10px;
		}

		section.footer.active .wrap p.cookies span.close {
			display: inline;
		}


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

	section.header .bg figure > img, section.header .bg figure > .img {
		margin-left: -120px;
	}

}

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

	section.header .bg figure > img, section.header .bg figure > .img {
		margin-left: -200px;
	}

	section.header h1 {
		font-size: 50px;
	}

}

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

	section.header .bg figure > img, section.header .bg figure > .img {
		margin-left: -270px;
	}

}

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

	section.header .bg figure > img, section.header .bg figure > .img {
		width: 80%;
		margin-left: -20%;
		margin-top: 5%;
	}

	section.info .wrap {
		padding: 0 0 0 440px;
	}

}

@media screen and (min-width: 820px) {

	section.header .bg img.full {
		display: block;
	}

	section.header .bg img.small {
		display: none;
	}

}

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

	section.header .wrap {
		padding: 0;
	}

	section.header .bg figure > img, section.header .bg figure > .img {
		width: 150%;
		margin-left: -50%;
		margin-top: 40px;
	}

	section.header .fg {
		padding: 115px 10px 0 10px;
    	width: auto;
	}

		section.header .left {
			width: 150px;
			top: 30px;
		}

		section.header .right {
			width: 66px;
			top: 10px;
		}

		section.header img.virion {
			margin: 0 auto;
			width: 80%;
		}

		section.header h1 {
			margin: 60% 10px 0 10px;
		}

		section.header p {
			margin: 10px 10px 0 10px;
		}

		section.header .cta {
			margin-left: 10px;
		}

	section.info .wrap {
		padding: 0 0 0 330px;
		min-height: 302px;
	}

	section.info .wrap figure {
		width: 300px;
	}

}

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

	section.info {
		margin: 40px auto;
	}

	section.description p {
		padding: 40px 10px;
	}

	section.author .wrap::before, section.superproduction .wrap::before {
		margin-bottom: 40px;
	}

	section.info .wrap {
		padding: 0 0 0 230px;
	}

	section.info .wrap figure {
		width: 200px;
	}

	section.author .wrap {
		padding-bottom: 50px;
	}

	section.superproduction .video {
		margin-top: 50px;
	}

	section.app p.big {
		padding: 50px 0 15px 0;
	}

}

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

	section.info .wrap {
		padding: 0 0 0 200px;
	}

	section.info .wrap figure {
		width: 180px;
	}

}

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

	section.header h1 {
		font-size: 36px;
	}

	section.info .wrap {
		padding: 0;
	}

	section.info .wrap figure {
		position: static;
		width: 100%;
		max-width: 300px;
		margin: 0 auto 20px auto;
	}

	section.info .wrap .cta {
		display: block;
		margin: 25px auto 0 auto;
	}

}
