/* 7 hrs */

@import url("../fonts/_fonts.css");

html, body, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	border: 0;
	padding: 0;
}

.basicLightbox{
	z-index: 10000 !important;
}

a{
	transition: color .25s;
	text-decoration: none;
	color: #000;
	font-weight: 800;
}

.success{
	color: #00af00 !important;
}

.error{
	color: #af0000 !important;
}

a:hover{
	color: #af1663;
}

::-moz-selection {
  color: #fff;
  background: #af1663;
}

::selection {
  color: #fff;
  background: #af1663;
}

img{
	pointer-events: none;
}

a img{
	pointer-events: auto !important;
}


body{
	background-color: #000;
}

.fullscreen{
	height: 100vh;
	overflow: hidden;
}

.backgroundvideo-wrapper{
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
	pointer-events: none;
}

section{
	position: relative;
	z-index: 2;
}

.content{
	position: relative;
	z-index: 1;
}

p{
	font-size: 20px;
	font-family: 'Rajdhani', 'Helvetica Neue', 'Helvetica',  Arial, sans-serif;
	line-height: 1.3em;
	font-weight: normal;
}

/* HEADER */
header{
	position: fixed;
	top: 0px;
	right: 0px;
	left: 0px;
	z-index: 1337;
}

header #navigation{
	transition: left .25s;
	position: fixed;
	top: 15px;
	left: 0px;
	display: block;
}

header #navigation ul{
	display: block;
	list-style-type: none;
}

header #navigation ul li{
	display: block;
	margin-bottom: 5px;
}

header #navigation ul li a{
	transition: filter .25s, padding .25s, color .25s;
	display: inline-block;
	font-family: 'Mairon', 'Helvetica Neue', 'Helvetica', Arial, sans-serif;
	padding: 5px 40px 5px 10px;
	font-size: 16px;
	color: #f0f0f0;
	font-weight: normal;
	background-image: url('../media/navigation_button.png');
	background-size: auto 100%;
	background-position: right center;
	background-repeat: no-repeat;
}

header #navigation ul li a:hover{
    filter: brightness(1.3);
    padding-left: 20px;
    color: #fff;
}

header #navigation ul li a.active{
    filter: brightness(0.7);
}

.scroll header #navigation{
	left: -500px;
}


#wildlife-logo{
	transition: top .5s, left .5s, width 1s;
	position: absolute;
	top: 15vh;
	left: 40%;
	width: 55vw;
	background-image: url('../media/wildlife_logo.png');
	background-size: contain;
	background-repeat: no-repeat;
	cursor: default;
	pointer-events: none;
}

.scroll #wildlife-logo{
	pointer-events: auto;
	cursor: pointer;
}


#agegate .wildlife-logo{
	display: block;
	width: 100%;
	max-width: 800px;
	margin: auto auto;
	height: 30vh;
	background-image: url('../media/wildlife_logo.png');
	background-size: contain;
	background-repeat: no-repeat;
	cursor: default;
	pointer-events: none;
	background-position: center center;
	display: block;
}

#press{
	padding: 150px 0px;
	background-image: url(../media/gallery/wildlife_gallery_9.jpg);
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
}

#press .frame{
	width: 95%;
	max-width: 900px;
	margin: auto auto;
	font-family: 'Helvetica', 'Arial', sans-serif;
	line-height: 1.3em;
}

#press .frame-content h2{
	font-size: 24px;
	font-family: 'Helvetica', 'Arial', sans-serif;
	text-transform: none;
	font-weight: bold;
	line-height: 1.3em;
}

#press .frame-content h3{
	font-size: 20px;
	margin-top: -1.5em;
	margin-bottom: -1em;
	font-family: 'Helvetica', 'Arial', sans-serif;
	text-transform: none;
	font-weight: bold;
	line-height: 1.3em;
}

#press .frame .language-select{
	margin-top: 15px;
	margin-bottom: 30px;
	border-bottom: solid 1px #666;
	padding-bottom: 30px;
}


#press .frame .language-select a{
	color: #666;
	font-family: 'Helvetica', 'Arial', sans-serif;
	display: inline-block;
	margin-right: 10px;
	font-size: 14px;
	font-weight: normal;
	border-bottom: solid 1px transparent;
}

#press .frame .language-select a.current,
#press .frame .language-select a:hover{
	color: #fff;
	border-bottom: dashed 1px #af1663;
}

#press .frame-content a{
	color: #fff;
	font-family: 'Helvetica', 'Arial', sans-serif;
}

.rtl{
	direction: rtl;
}

#wildlife-logo:before,
.wildlife-logo:before{
	content: "";
	display: block;
	padding-top: 50%;
}

#wildlife-logo h1,
.wildlife-logo h1{
	position: absolute;
	opacity: 0;
}

.scroll #wildlife-logo, .page_press #wildlife-logo{
	top: -20px;
	left: 0px;
	width: 300px;
	pointer-events: default;
}

.support-button{
	transition: filter .25s, color .25s,  top .5s, left .5s, width 1s, font-size .5s, opacity .5s;
	position: fixed;
	width: 20vw;
	background-image: url("../media/frame/button.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	text-align: left;
	text-transform: uppercase;
	font-family: 'Rajdhani', 'Helvetica Neue', 'Helvetica',  Arial, sans-serif;
	font-weight: 800;
	color: #f0f0f0;
	text-decoration: none;
	font-size: 1.5vw;
	z-index: 100;
	top: 62vh;
	transform: translateX(-50%);
	left: 67.7%;
	opacity: 1;
	font-weight: 400;
}

.support-button.patreon{
	z-index: 99;
	top: 75vh;
	background-image: url("../media/frame/button-no-spikes.png");
}

.fixed-button{
	transition: filter .25s, color .25s,  top .5s, left .5s, width 1s, font-size .5s, opacity .5s, right .5s;
	position: fixed;
	width: 400px;
	background-image: url("../media/frame/button-no-spikes.png");
	background-size: 100% 120%;
	background-repeat: no-repeat;
	background-position: center center;
	text-align: left;
	text-transform: uppercase;
	font-family: 'Rajdhani', 'Helvetica Neue', 'Helvetica',  Arial, sans-serif;
	font-weight: 800;
	color: #f0f0f0;
	text-decoration: none;
	font-size: 1.5vw;
	z-index: 100;
	bottom: 8vh;
	right: -400px;
	opacity: 1;
	font-weight: 400;
	overflow: hidden;
}

.scroll .fixed-button{
	right: -100px;
}

.support-button span, .fixed-button span{
	position: absolute;
	display: block;
	left: 0px;
	right: 0px;
	top: 50%;
	transform: translateY(-45%);
}

.support-button span{
	left: 30%;
}

.support-button:after{
	content: "";
	display: block;
	position: absolute;
	height: 45%;
	width: 28%;
	top: 29.5%;
	left: 0px;
	background-size: contain;
	background-position: right center;
	background-repeat: no-repeat;
	opacity: 0.9;
}

.support-button.steam:after{

	background-image: url("../media/frame/steam-icon.png");
}

.support-button.patreon:after{
	background-image: url("../media/frame/patreon-icon.png");

}

.fixed-button:after{
	content: "";
	display: block;
	position: absolute;
	width: 85px;
	top: 22px;
	bottom: 20px;
	left: 0px;
	background-size: contain;
	background-position: right center;
	background-repeat: no-repeat;
	opacity: 0.9;
	z-index: 10;
}

.fixed-button.steam:after{
	background-image: url("../media/frame/steam-icon.png");
}

.fixed-button.patreon:after{
	background-image: url("../media/frame/patreon-icon.png");
}

.fixed-button.patreon{
	bottom: 2vh;
	transition-delay: .15s;
}

.fixed-button span{
	font-size: 25px;
	line-height: 0.5em;
}

.fixed-button span{
	left: 100px;
}

.support-button:before, .fixed-button:before{
	content: "";
	display: block;
	padding-top: 25%;
}

.fixed-button:before{
	padding-top: 20%;
}

.scroll .support-button{
	top: 20vw;
	opacity: 0;
}

.support-button:hover, .fixed-button:hover{
	filter: brightness(1.3);
}

.support-button:active, .fixed-button:active{
	filter: brightness(0.7);
}

#socials{
	transition: right .25s;
	position: fixed;
	top: 0px;
	right: 0px;
}

#socials ul{
	display: flex;
	list-style-type: none;
	align-items: center;
}

ul .icon a{
	transition: transform .25s;
	display: block;
	width: 30px;
	height: 30px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	overflow: hidden;
	text-indent: -5000px;
	margin: 5px;
	transform: scale(1);
}

ul .icon a:hover{
	transform: scale(1.2);
}

#socials ul .text a{
	font-family: 'Rajdhani', 'Helvetica Neue', 'Helvetica', Arial, sans-serif;
	color: #9e3953;
	text-transform: uppercase;
	padding: 5px 10px;
	font-size: 24px;
}

#socials ul .text a:hover{
	color: #fff;
}

.icon a[alt="Instagram"]{
	background-image: url('../media/icons/instagram.png');
}
.icon a[alt="PornHub"]{
	background-image: url('../media/icons/pornhub.png');
}
.icon a[alt="YouTube"]{
	background-image: url('../media/icons/youtube.png');
}
.icon a[alt="Twitter"]{
	background-image: url('../media/icons/twitter.png');
}
.icon a[alt="Picarto"]{
	background-image: url('../media/icons/picarto.png');
}

#socials .candyvalley a{
	display: block;
	width: 150px;
	height: 80px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	overflow: hidden;
	text-indent: -5000px;
	margin: 5px;
	background-image: url('../media/candyvalley_logo.png');
}

/* INTRO SECTION*/

.backgroundvideo-wrapper{
	position: relative;
	z-index: 0;
	opacity: 0;
}

#intro.fullscreen{
	position: relative;
	background-color: #000;
	background-image: url('../media/intro/background-image.png');
	background-size: cover;
	z-index: 0;
}


#intro:before{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-image: url('../media/intro/overlay.png');
	background-size: cover;
	background-position: center center;
	mix-blend-mode: multiply;
}

#intro-video-player{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
}

#intro-maya{
	position: absolute;
	height: 100%;
	width: 45%;
	background-image: url('../media/intro/maya-painting.png');
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center center;
	left: 5%;
	top: 0px;
	z-index: 5;
}

/* NEWSLETTER */


#newsletter:after{
	content: "";
	display: block;
	position: absolute;
	top: -10px;
	left: 0px;
	right: 0px;
	height: 10px;
	background-image: url("../media/frame/metalborder-center.png");
	background-size: 100% 100%;
}


#newsletter{
	text-align: center;
	color: #303030;
	padding-top: 65px;
	z-index: 5;
	margin-bottom: -20vh;
}

#newsletter:before{
	content: "";
	width: 100%;
	height: 550px;
	position: absolute;
	z-index: 0;
	left: 0px;
	top: 0px;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: top center;
	background-image: url('../media/newsletter/newsletter-background.png');
}

#newsletter h2{
	font-weight: 800;
	text-transform: uppercase;
	font-size: 30px;
	font-family: 'Rajdhani', 'Helvetica Neue', 'Helvetica',  Arial, sans-serif;
	line-height: 2em;
}

#newsletter h2 span{
	font-size: 100px;
    font-weight: 400;
	display: block;
}

#newsletter_form{
	position: relative;
	display: block;
	margin-top: 25px;
}

#newsletter .frame-cta-container{
	position: relative;
	width: 90%;
	margin: auto auto;
	max-width: 800px;
	height: 80px;
}


#newsletter_form input{
	background-color: #ececec;
	border-radius: 0px;
	box-sizing: border-box;
	width: 100%;
    background-image: url(../media/frame/metalborder-center.png);
    background-size: contain;
    background-size: 100% 100%;
    padding: 40px 10px;
    border: 0px;
    text-align: center;
	font-family: 'Rajdhani', 'Helvetica Neue', 'Helvetica',  Arial, sans-serif;
    font-size: 30px;
    text-transform: uppercase;
    outline: 0 !important;
    font-weight: 800;
    color: #f0f0f0;
}

/* PLATFORMS */


#platforms:after{
	content: "";
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	height: 10px;
	background-image: url("../media/frame/metalborder-center.png");
	background-size: 100% 100%;
}


#platforms:before{
	content: "";
	width: 100%;
	height: 625px;
	position: absolute;
	z-index: 0;
	left: 0px;
	top: 0px;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: top center;
	background-image: url('../media/platforms/platforms-background.png');
}

#platforms{
	text-align: center;
	color: #f0f0f0;
	padding-top: 80px;
	z-index: 5;
	margin-bottom: -20vh;
}

#platforms p{
	display: inline-block;
	color: #f0f0f0;
	background-color: #303030;
	padding: 5px 20px;
	border-radius: 10px;
}

#platforms h2{
	font-weight: 800;
	text-transform: uppercase;
	font-size: 30px;
	font-family: 'Rajdhani', 'Helvetica Neue', 'Helvetica',  Arial, sans-serif;
	line-height: 2em;
}

#platforms h2 span{
	font-size: 100px;
	display: block;
	font-weight: 400;
}

.platform-grid{
	margin-top: 60px;
	margin-bottom: 40px;
	display: flex;
	justify-content: center;
}

.platform{
	margin: 0px 20px;
}

.platform-icon{
	width: 100px;
	height: 100px;
	background-size: contain;
	background-repeat: no-repeat;
	margin-bottom: 10px;
}

.platform-icon.small{
	width: 80px;
	height: 80pX;
}

.platform-pc .platform-icon{
	background-image: url('../media/icons/pc.png');
}

.platform-adult .platform-icon{
	background-image: url('../media/icons/adult.png');
}

.platform-indie .platform-icon{
	background-image: url('../media/icons/indie.png');
}

.platform-name{
	font-weight: 800;
	font-size: 30px;
	line-height: 0.5em;
	color: #303030;
	font-family: 'Rajdhani', 'Helvetica Neue', 'Helvetica',  Arial, sans-serif;
}

/* PLOT PART 1 */

#plot{
	background-image: url('../media/plot/plot-background.png');
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 4;
	background-attachment: fixed;
	padding-top: 200px;
	overflow: hidden;
}

#plot:after{
	content: "";
	position: absolute;
	display: block;
	z-index: 5;
	bottom: 0px;
	left: 0px;
	right: 0px;
	height: 500px;
	background: rgb(0,0,0);
	background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 2%, rgba(0,0,0,0) 100%);
}

#plot .figurine{
	position: absolute;
	height: 100%;
	width: 100%;
	background-image: url('../media/plot/plot-figure.png');
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: left center;
	left: 0px;
	top: 0px;
	z-index: 1;
}

#plot .frame{
	position: relative;
	z-index: 10;
	margin-left: 50%;
	width: 40%;
	max-width: 600px;
}

#plot .gallery-grid{
	margin-top: 25px;
}


/* FRAME TEXT ELEMENT */
.frame{
	min-width: 100px;
	display: flex;
	flex-direction: column;
	padding: 10px;
	background-color: rgba(0,0,0,0.75);
	padding-bottom: 0px;
	margin-bottom: 50px;
	background-image: url("../media/frame/background-tile.png");
	background-position: center center;
	background-size: 65px auto;
	backdrop-filter: blur(15px);
}

.frame-content h3{
	font-family: 'Rajdhani', 'Helvetica Neue', 'Helvetica',  Arial, sans-serif;
	font-weight: 800;
	font-size: 30px;
	line-height: 1.3em;
	text-transform: uppercase;
	padding: 10px 0px;
}

.frame-head{
	position: relative;
	height: 30px;
	border-left: solid 1px #af1663;
	border-top: solid 1px #af1663;
	border-right: solid 1px #af1663;
}

.frame-head:before, .frame-head:after{
	content: "";
	position: absolute;
	display: block;
	width: 27px;
	height: 30px;
	background-image: url("../media/frame/rectangle.png");
	background-size: contain;
	background-repeat: no-repeat;
}

.frame-head:before{
	transform: scaleX(-1);
	left: -1px;
}

.frame-head:after{
	right: -1px;
}

.frame-border-top{
	position: absolute;
	left: 30px;
	right: 30px;
	top: 14px;
	border-bottom: dotted 2px #af1663;
}

.frame-body{
	flex: 1;
	display: flex;
	justify-content: space-between;
}

.frame-border-left, .frame-border-right{
	position: relative;
	width: 5px;
}

.frame-border-left:before, .frame-border-right:before{
	content: "";
	position: absolute;
	width: 5px;
	top: 30%;
	bottom: 30%;
	background-color: #af1663;
}

.frame-border-left{
	border-left: solid 1px #af1663;
}

.frame-border-right{
	border-right: solid 1px #af1663;
}

.frame-content{
	padding: 30px;
	color: #f0f0f0;
	flex: 1;
}

.frame-content p{
	font-size: 20px;
	line-height: 1.3em;
	margin-bottom: 0.5em;
}

.frame-content p.first{
	font-weight: bold;
	font-size: 26px;
}

.frame-content p:last-child{
	margin-bottom: 0px;
}

.frame-footer{
	height: 50px;
	border-left: solid 1px #af1663;
	border-right: solid 1px #af1663;
	background-image: url("../media/frame/gradient.png");
	background-size: contain;
	background-repeat: repeat-x;
	background-position: bottom center;
}


.frame-cta-container{
	position: absolute;
	bottom: -5px;
	left: 0px;
	width: 100%;
	height: 5px;
}

.frame-cta-container a{
	transition: filter .25s, color .25s;
	position: absolute;
	width: 435px;
	height: 105px;
	background-image: url("../media/frame/button.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 50;
	margin-top: -40px;
	text-align: center;
	text-transform: uppercase;
	font-family: 'Rajdhani', 'Helvetica Neue', 'Helvetica',  Arial, sans-serif;
	color: #f0f0f0;
	text-decoration: none;
	line-height: 112px;
	font-size: 30px;
	left: 50%;
	transform: translateX(-50%);
	font-weight: 500;
}

.styled-button{
	display: block;
	width: 80%;
	max-width: 435px;
	height: 105px;
	background-image: url("../media/frame/button.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	text-transform: uppercase;
	font-family: 'Rajdhani', 'Helvetica Neue', 'Helvetica',  Arial, sans-serif;
	font-weight: 500;
	color: #f0f0f0;
	text-decoration: none;
	line-height: 112px;
	font-size: 30px;
	margin: auto auto;
}

.frame-cta-container a:hover{
	filter: brightness(1.3);
}

.frame-cta-container a:active{
	filter: brightness(0.7);
}

.frame-cta-container a.disabled{
	pointer-events: none !important;
}

.frame-cta-container a.success,
.frame-cta-container a.error{
	font-size: 30px;
}

.frame-cta-container:before,
.frame-cta-container:after{
	content: "";
	display: block;
	position: absolute;
	width: 30px;
	height: 30px;
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

.frame-cta-container:before{
	background-image: url("../media/frame/metalborder-left.png");
	left: -2px;
}

.frame-cta-container:after{
	background-image: url("../media/frame/metalborder-right.png");
	right: -2px;
}

.frame-metalborder{
	position: absolute;
	height: 30px;
	left: 28px;
	right: 28px;
	background-image: url("../media/frame/metalborder-center.png");
	background-size: 100% 100%;
	z-index: 2;
}

/* GALLERY GRID */
.gallery-grid{
	display: flex;
	justify-content: space-between;
}

.gallery-grid-element{
	width: 49%;
}

.gallery-grid-element img{
	width: 100%;
}

/* CHARACTER SECTION */

#character{
	background-image: url("../media/gallery/wildlife_gallery_9.jpg");
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
}

#character:before{
	content: "";
	position: absolute;
	display: block;
	z-index: 5;
	top: 0px;
	left: 0px;
	right: 0px;
	height: 500px;
	background: rgb(0,0,0);
	background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 2%, rgba(0,0,0,0) 100%);
}

#character .fullwidth-text{
	color: #f0f0f0;
	padding: 100px 0px;
	text-align: center;
	position: relative;
	z-index: 5;
	position: relative;
	top: -100px;
}

#character h3{
	font-weight: 800;
	font-size: 30px;
	font-family: 'Rajdhani', 'Helvetica Neue', 'Helvetica',  Arial, sans-serif;
	line-height: 1.3em;
	margin-top: 20px;
}

.darken{
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background-color: #000;
	z-index: 2;
}

/* CHARACTER GRID */

.character-grid{
	display: flex;
	overflow: hidden;
	margin-top: -12vw;
}

.character-grid-element{
	transition: filter .5s;
	position: relative;
	width: 50%;
	margin-top: 10%;
	filter: grayscale(1) brightness(0.25);
}

.character-grid-element:after{
	content: "";
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-position: top center;
	background-size: auto 100%;
	background-repeat: no-repeat;
	transform: scale(1.3);
}

.character-grid-element:hover{
	filter: grayscale(0) brightness(1);
}

.character-grid-element:before{
	content: "";
	display: block;
	padding-top: 80%;
}

.character-grid .character-maya:after{
	background-image: url('../media/character/character-maya.png');

}

.character-grid .character-max:after{
	background-image: url('../media/character/character-max.png');
}

.character-grid-tooltip{
	transition: opacity 1s, transform 2s;
	transform: translateY(0%);
	position: absolute;
	z-index: 10;
	bottom: 1vw;
	right: 10vw;
	width: 250px;
	font-size: 20px;
	line-height: 1.3em;
	font-family: 'Rajdhani', 'Helvetica Neue', 'Helvetica',  Arial, sans-serif;
	color: #f0f0f0;
	font-weight: 800;
	text-shadow: 0 0 10px #000, 0 0 10px #000, 0 0 10px #000;
	opacity: 0;
	cursor: default;
	font-weight: 500;
}

.character-grid-tooltip span{
	width: 250px;
	display: inline-block;
}

#character .character-grid-tooltip h3{
	font-family: 'Mairon', 'Helvetica Neue', 'Helvetica',  Arial, sans-serif;
	font-size: 36px;
	font-weight: normal;
	border-bottom: solid 2px #f0f0f0;
}


.character-grid .character-max .character-grid-tooltip{
	right: auto;
	left: 8vw;
}


.character-grid-element:hover .character-grid-tooltip{
	opacity: 1;
	transform: translateY(-100%);
}

/* TESTIMONIALS */
#testimonials{
	background-color: #f0f0f0;
	height: 35vh;
}

/* GAMEEPLAY */
#gameplay{
	padding-top: 100px;
	padding-bottom: 200px;
	background-image: url('../media/gameplay/gameplay-background.png');
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center center;
}

#gameplay:before{
	content: "";
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	height: 10px;
	background-image: url("../media/frame/metalborder-center.png");
	background-size: 100% 100%;
}

#gameplay:after{
	content: "";
	position: absolute;
	display: block;
	z-index: 5;
	bottom: 0px;
	left: 0px;
	right: 0px;
	height: 50%;
	background: rgb(0,0,0);
	background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
}

#gameplay{
	padding-top: 20vh;
	padding-bottom: 20vh;
	background-image: url('../media/gameplay/gameplay-background.png');
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center center;
}

#gameplay .frame{
	position: relative;
	z-index: 10;
	margin-left: 10%;
	width: 40%;
	max-width: 600px;
}

#gameplay table td{
	font-family: 'Rajdhani', 'Helvetica Neue', 'Helvetica',  Arial, sans-serif;
	font-size: 20px;
	line-height: 1em;
}

#gameplay table td:last-child{
	padding: 8px 10px;
}

#gameplay table img{
	pointer-events: none;
	filter: brightness(3);
	width: 50px;
	height: auto;
	margin-top: 10px;
}

/* DETAILS */
#details{
	padding: 500px 0px 200px 0px;
	background-attachment: fixed;
	background-image: url('../media/details/details-background.jpg');
	background-size: cover;
}

.frame-grid{
	width: 90%;
	max-width: 1200px;
	margin: auto auto;
	display: flex;
	justify-content: space-between;
}

.frame-grid .frame{
	width: 28%;
	padding: 10px !important;
	text-align: center;
}

.frame-grid img{
	margin-bottom: 10px;
}

.frame-grid .frame-content{
	padding: 15px;
}

.frame-grid .frame-content{
	padding-bottom: 0px;
}


.frame-grid .frame img{
	max-width: 100%;
}

/* FOOTER */
footer{
	background-color: #393939;
	padding-top: 100px;
	border-top: solid 5px #504f4f;
	font-family: 'Helvetica Neue', 'Helvetive', 'Verdana', Arial, sans-serif;
	color: #f0f0f0;
	text-align: center;
	font-size: 12px;
	font-weight: normal;
}

footer ul{
	display: flex;
	justify-content: center;
	list-style-type: none;
	margin-bottom: 25px;
	filter: grayscale(1) brightness(1.2);
}

footer a{
	font-weight: normal;
	color: #afafaf;
}

footer a:hover{
	color: #f0f0f0;
}

footer .candyvalley{
	display: inline-block;
	margin: auto auto;
	margin-bottom: 25px;
}

footer .candyvalley img{
	max-width: 300px;
	margin-left: -2.5%;
}

.subfooter{
	margin-top: 50px;
	padding: 20px;
	border-top: solid 1px #4b4b4c;
	background-color: #333536;
	text-align: center;
	font-size: 12px;
}

/* ANIMATIONS */
.fadeIn.fired{
	transition: opacity 2s;
	opacity: 1 !important;
}

.lightUp{
  animation-name: lightUp;
  animation-duration: 2s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
  animation-delay: 1s;
  animation-direction: alternate;
}

#gameplay table tr:nth-child(1) .lightUp{
  animation-delay: 1s;
}
#gameplay table tr:nth-child(2) .lightUp{
  animation-delay: 1.25s;
}
#gameplay table tr:nth-child(3) .lightUp{
  animation-delay: 1.5s;
}
#gameplay table tr:nth-child(4) .lightUp{
  animation-delay: 1.75s;
}
#gameplay table tr:nth-child(5) .lightUp{
  animation-delay: 2s;
}

@keyframes lightUp{
	0%,100%{
		filter: brightness(3);
	}
	50%{
		filter: brightness(10);
	}
}


/* DESKTOP OPTIMIZATION FOR SMALL SCREENS */

@media(max-width: 1450px){
	#intro.fullscreen{
		height: 65vw;
	}
	#wildlife-logo{
		top: 20vw;
	}
	.support-button{
		top: 43vw;
		width: 30vw;
		font-size: 2vw;
	}
	.support-button.patreon{
		top: 50vw;
	}
	#plot .figurine{
		left: -25vw;
		width: 125vw;
	}
	#plot .frame{
		width: 50%;
		margin-left: 40%;
	}
}

@media(max-width: 1000px){
	#plot .figurine{
		left: -35vw;
		width: 135vw;
	}
	#plot .frame{
		width: 60%;
		margin-left: 30%;
	}
	#gameplay .frame{
		width: 50%;
	}
}

#details .frame-cta-container{
	left: 0px !important;
	right: 0px !important;
}
#details .frame-metalborder{
	left: 0px;
	right: 0px;
}
#details .frame-cta-container:before,
#details .frame-cta-container:after{
	display: none;
}

/* AGE GATE */

#agegate:before{
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	background-color: rgba(0,0,0,0.5);
	z-index: -1;
}

#agegate{
	position: fixed;
	top: 0px;
	padding-top: 2vh;
	padding-bottom: 2vh;
	overflow-y: scroll;
	left: 0px;
	bottom: 0px;
	right: 0px;
	background-color: #303030;
    background-image: url(../media/intro/background-image.png);
    background-size: cover;
    z-index: 9001;
}

#agegate .frame{
	width: 90%;
	max-width: 600px;
	margin: auto auto;
	padding: 10px;
	text-align: center;
	margin-top: -2vh;
}

.age-form{
	width: 80%;
	margin: auto auto;
	display: flex;
	border-radius: 10px;
	overflow: hidden;
}

.age-form input{
	width: 30%;
	font-family: 'Mairon', 'Helvetica Neue', 'Helvetica',  Arial, sans-serif;
	font-size: 5vh;
	text-align: center;
	padding-top: 1vh;
	background-color: rgba(0,0,0,0.75);
	border: 0px;
	color: #fff;
	outline: 0 !important;
}

.age-form input:last-child{
	width: 40%;
	font-family: 'Mairon', 'Helvetica Neue', 'Helvetica',  Arial, sans-serif;
	font-size: 5vh;
}

#agegate .frame-content{
	padding: 10px;
}

#agegate h2{
	width: 90%;
	max-width: 600px;
	margin: auto auto;
	padding: 10px;
	font-family: 'Mairon', 'Helvetica Neue', 'Helvetica',  Arial, sans-serif;
}

.age-gate-footer{
	padding-top: 15vh;
	color: #afafaf;
	text-align: center;
}

.age-gate-footer a{
	transition: color .25s;
	font-family: 'Helvetica Neue', 'Helvetica',  Arial, sans-serif;
	color: #afafaf;
	font-weight: normal;
	font-size: 12px;
}

.age-gate-footer a:hover{
	color: #fff;
}


.age-gate-footer img{
	height: 10vh;
	margin-left: -1%;
}

#cookie-notice{
	position: fixed;
	right: 0px;
	bottom: 0px;
	left: 0px;
	z-index: 100000;
	padding: 15px;
}

#cookie-notice-content{
	display: block;
	margin: auto auto;
	padding: 15px;
	background-color: #000;
	color: #fff;
	font-weight: 200px;
	font-size: 14px;
	max-width: 500px;
	box-shadow: 0 0 25px rgba(0,0,0,0.75);
}

#cookie-notice p a{
	color: #fff;
	font-weight: normal;
}

.cookie-notice-buttons{
	display: flex;
	padding-top: 15px;
	justify-content: space-between;
	flex-wrap: wrap;
}

.cookie-notice-buttons a{
	width: 49%;
	box-sizing: border-box;
	padding: 10px 10px;
	font-size: 16px;
	color: #000;
	background-color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 5px;
	text-align: center;
	line-height: 16px;
	font-family: 'Rajdhani', 'Helvetica Neue', 'Helvetica',  Arial, sans-serif;
	font-weight: 500;
}

.cookie-notice-buttons a.primary{
	width: 62%;
}

.cookie-notice-buttons a.secondary{
	width: 35%;
	background-color: rgba(255,255,255,0.5);
	color: #000;
	font-size: 16px;
}


/* MOBILE OPTIMAZATION */
@media(max-width: 900px){

	.cookie-notice-buttons a{
		width: 100% !important;
	}

	header #navigation{
		top: 13vh;
	}
	#wildlife-logo{
		top: 50vh;
		left: 0.5vw;
		width: 100vw;
	}
	.page_press #wildlife-logo{
		opacity: 0;
	}
	.scroll #wildlife-logo, .scroll.page_press #wildlife-logo{
		width: 80vw;
		left: 10vw;
		opacity: 1;
	}
	#intro.fullscreen{
		height: 100vh;
	}
	.support-button{
		top: 72vh;
		width: 70vw;
		left: 50%;
		font-size: 5vw;
	}

.support-button.patreon{
	top: 82vh;
}

	#intro-maya{
		width: 100%;
		left: 0%;
		background-size: auto 100%;
		background-position: 80% center;
	}
	.scroll header #socials{
		right: -100vw;
	}
	.scroll .support-button{
		top: 75vh !important;
		pointer-events: none;
	}
	#socials .candyvalley a{
		width: 30vw;
	}
	#socials .icon a{
		width: 8vw;
		height: 8vw;
	}
	.frame-content{
		padding: 15px;
	}
	#gameplay{
		padding-top: 20vh;
		padding-bottom: 20vh;
		background-position: 70% center;
	}
	#gameplay .frame{
		position: relative;
		width: 90%;
		padding: 2%;
		margin-left: auto;
		margin-right: auto;
		padding-bottom: 0%;
	}
	.character-grid{
		flex-wrap: wrap;
		margin-top: -150px;
	}
	.character-grid .character-grid-element{
		width: 100%;
		filter: grayscale(0) brightness(1) !important;
	}
	.character-grid .character-max{
		margin-top: -15vw;
		margin-left: -13vw;
	}
	.character-grid .character-maya{
		margin-left: 10vw;
	}
	.character-grid-tooltip span{
		width: 100% !important;
	}
	.character-grid-tooltip{
		width: 40vw !important;
		left: auto !important;
		right: 30px !important;
		opacity: 1 !important;
		bottom: 30px !important;
		transform: none !important;
		font-size: 3vw !important;
	}
	#character .character-grid-tooltip h3{
		font-size: 6vw;
	}
	.character-maya .character-grid-tooltip{
		bottom: 0px !important;
		right: 20px;
	}
	#character .fullwidth-text{
		padding-top: 200px;
		width: 90%;
		margin: auto auto;
	}
	#plot{
		padding-top: 5vh;
		padding-bottom: 0px;
	}
	#plot .figurine{
		display: block;
		position: relative;
		background-size: cover;
		width: 100%;
		left: 0px;
		height: 80vh;
		background-position: center center;
	}
	#plot .frame{
		position: relative;
		width: 95%;
		padding: 2%;
		padding-bottom: 0px;
		margin-left: auto;
		margin-right: auto;
	}
	#platforms h2{
		font-size: 5vw;
		line-height: 1em;
	}
	#platforms h2 span{
		font-size: 16vw;
		line-height: 1em;
	}
	#platforms:before{
		background-size: auto 100%; 
		height: 130%;
	}
	#platforms p{
		display: block;
		width: 80%;
		margin: auto auto;
	}
	#platforms{
		margin-bottom: 0px;
	}
	.platform{
		margin: 0px 10px;
	}
	.platform-grid{
		margin-top: 40px;
	}
	.platform-icon{
		width: 20vw;
		height: 20vw;
		margin-left: auto;
		margin-right: auto;
	}
	#newsletter:before{
		height: 130%;
		background-size: auto 100%; 
	}
	#newsletter .content p{
		width: 95%;
		margin: auto auto;
	}
	#newsletter_form input{
		font-size: 40px;
	}
	#details{
		padding: 300px 0px 100px 0px;
	}
	.frame-grid{
		flex-wrap: wrap;
	}
	.frame-cta-container a{
		width: 300px;
		font-size: 20px;
	}
	.frame-grid img{
		width: 100%;
	}
	.frame-grid .frame{
		width: 100%;
		margin-bottom: 50px;
	}
	#newsletter h2{
		font-size: 7vw;
	}
	#newsletter h2 span{
		font-size: 16vw;
	}
	.age-form input{
		width: 20%;
	}
	.fixed-button{
		transform: scale(0.75);
		transform-origin: 80% top;
	}
	.fixed-button.patreon{
		transform-origin: 80% bottom;
	}
	.subfooter{
		padding-bottom: 150px;
	}
}