/* Have fun adding your style here :) - PS: At all times this file should contain a comment or a rule, otherwise opera might act buggy :( */

/* General Custom CSS */




/*
Desktop Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the desktop view of your site */

@media only screen and (min-width: 768px) {
  /* Add your Desktop Styles here */

}



/*
Mobile Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */

@media only screen and (max-width: 767px) {
  /* Add your Mobile Styles here */

}




/*

Jon's Global CSS

these styles apply to all regardless of screen size

*/


/*--- fp FEATURE SCROLLER ---*/
.feature_block {
	
}


#fp-scroller_wrapper{
width: auto;
height: auto;	
	
float: left;

overflow: hidden;
display: none;
	
margin: 0px;
	
z-index: 99949;
	
position: absolute;
	
background-color: rgba(123, 123, 123, 0.5);	
	
}

#fp-scroller_content{
width: auto;
height: auto;
	
display: block;
overflow: hidden;

padding: 60px;	
	
}

#fp-scroller_bar{
width: 7px;
height: 0px;
	
border-radius: 5px;
border: solid 1px #211d1a;
	
background-color: #211d1a;	
	
}

#fp-scroller_btn{
width: 100%;
height: 0px;

	
	
margin-top: 0px;
	
border-radius: 5px;
	
background-color: #ffcc1d;	
	
	
}


/*--- fp intro inter IS ---*/

#intro_inter-is1{
width: 100%;
height: 0px;
	
float: left;	
	
position: absolute;
z-index: 99952;

pointer-events: none;		
	
}

.intro-inter_is{
width: 30%;
height: 0px;

max-width: 500px;
max-height: 500px;
	
min-width: 150px;
min-height: 150px;
	
position: absolute;
float: left;
	
background-size: cover;
background-repeat: no-repeat;
background-position: center;
pointer-events: none;
	
}

/* --- fp notes ---*/

#fp-notes_wrapper{
width: 35%;
height: auto;

display: block;
overflow: hidden;

margin-top: 0px;	
	
position: absolute;
z-index: 99951;
	
float: left;	

pointer-events: none;
	
}

#fp-notes_content{
width: 100%;
height: auto;

float: none;
overflow: hidden;
	
display: block;
	
}

.fp-note{
width: auto;
height: auto;
	
display: block;
overflow: hidden;
	
float: left;

padding: 15px 45px 15px 30px;
margin: 5px 0px 5px -100%;

border-top-right-radius: 5px;
border-bottom-right-radius: 5px;

font-family: "Lato", sans-serif;
font-weight: 400;
font-style: normal;	
text-align: left;
	
white-space: normal;	
	
clear: both;
	
}

#fpN1{
background-color: #3eb54a; 	
color: #ffffff;

}

#fpN2_scene{
background-color: #e99779; 	
color: #3e2c27;

}

#fpN3_scroll{
background-color: #62038e; 	
color: #e2e2e2;

}

/* --- global ---*/

.animated3{

-webkit-transition: background 800ms ease ;
-moz-transition: background 800ms ease ;
-o-transition: background 800ms ease ;
transition: background 800ms ease ;		
	
}

.animated2{

-webkit-transition: background-color 1000ms ease ;
-moz-transition: background-color 1000ms ease ;
-o-transition: background-color 1000ms ease ;
transition: background-color 1000ms ease ;		
	
}

.animated1{
-webkit-transition: background-size 1600ms ease ;
-moz-transition: background-size 1600ms ease ;
-o-transition: background-size 1600ms ease ;
transition: background-size 1600ms ease ;	
}

.animated4{
-webkit-transition: background-size 600ms ease ;
-moz-transition: background-size 600ms ease ;
-o-transition: background-size 600ms ease ;
transition: background-size 600ms ease ;	
}

.animated-margin1{
-webkit-transition: margin 400ms ease ;
-moz-transition: margin 400ms ease ;
-o-transition: margin 400ms ease ;
transition: margin 400ms ease ;		
	
}

.animated-margin2{
-webkit-transition: margin 1200ms ease ;
-moz-transition: margin 1200ms ease ;
-o-transition: margin 1200ms ease ;
transition: margin 1200ms ease ;		
	
}

#wp_wrapper{
	
width: 100%;
height: auto;
	
overflow: hidden;
	
display: block;
	
background-position: center;
background-attachment: fixed;
background-repeat: no-repeat;
background-size: 0px;
background-color: #3e2c27;	
	
	
}

#init_wrapper, #splash_wrapper{
	
-webkit-transition: opacity 800ms ease 0.1s;
-moz-transition: opacity 800ms ease 0.1s;
-o-transition: opacity 800ms ease 0.1s;
transition: opacity 800ms ease 0.1s;	
	
}

#loadbar_wrapper{
width: 30%;
height: auto;
margin: 30px 0px 30px 150px;
float: left;
z-index: 99950;
position: absolute;
padding: 0px 30px 0px 30px;
}

#loadbar_container{
width: 100%;
height: auto;
margin: 5px;
	
}

#loadbar1{
width: 90%;
height: 5px;
margin: 5px auto;
border: solid thin #b9b9b9;
border-radius: 2px;
background-color: #ffffff;
overflow: hidden;
}

#load1{
width: 0%;
height: 5px;
background-color: #3e2c27;
}


#loadbar2{
width: 90%;
height: 5px;
margin: 5px auto;
border: solid thin #b9b9b9;
border-radius: 2px;
background-color: #ffffff;
overflow: hidden;
}

#load2{
width: 0%;
height: 5px;
background-color: #3e2c27;	
}

/* Sections */

/* INIT ALL SCENES DISPLAY none */

#splash_wrapper, #intro_inter1, #intro_bio-txt1, #intro_bio-img1, #scene1_inter, #scene1_posts{
	
display: none;
opacity: 0;
}

#splashtitlehl1{
-webkit-transition: color 600ms ease ;
-moz-transition: color 600ms ease ;
-o-transition: color 600ms ease ;
transition: color 600ms ease ;
	
}

.splash_titles{
	
-webkit-transition: margin 400ms ease ;
-moz-transition: margin 400ms ease ;
-o-transition: margin 400ms ease ;
transition: margin 400ms ease ;	
	
}

#splash_heading-2{
-webkit-transition: opacity 400ms ease ;
-moz-transition: opacity 400ms ease ;
-o-transition: opacity 400ms ease ;
transition: opacity 400ms ease ;		
	
}

#splash_btn1 a, .splash_btn a {	

pointer-events: none;	
	
opacity: 0.3;
display: none;		
	
}




#intro_inter1, #intro_bio-txt1, #intro_bio-img1{
	
-webkit-transition: opacity 1000ms ease ;
-moz-transition: opacity 1000ms ease ;
-o-transition: opacity 1000ms ease ;
transition: opacity 1000ms ease ;	
	
-webkit-transition: margin 1000ms ease ;
-moz-transition: margin 1000ms ease ;
-o-transition: margin 1000ms ease ;
transition: margin 1000ms ease ;	
	
	
}

#intro_inter1{
background-size: contain;
background-repeat: no-repeat;
background-position: center;
	
}


#intro_btn-advance1 a{

-webkit-transition: margin 400ms ease ;
-moz-transition: margin 400ms ease ;
-o-transition: margin 400ms ease ;
transition: margin 400ms ease ;		
	
}

#scene1-inter_master{
width: 100%;
height: auto;
	
background-size: contain;	
	
overflow: visible;
	
}

#scene1-inter{
width: 100%;
height: auto;
	
background-size: contain;	
	
overflow: visible;
	
}

#scene1_inter-content{
width: 100%;
height: 0px;

min-width: 450px;
min-height: 315px;
	
max-width: 900px;
max-height: 650px;;
	
display: block;	
	
padding: 50px;	
	
overflow: visible;

margin: 0px auto;
	
background-size: 100% 100%;
background-repeat: no-repeat;
background-position: center;
	
}

.scene1-inter_cell{
width: 20%;
height: auto;
	
overflow: visible;
	
display: block;
	
padding: 3px;

float: left;	
	
}

.scene1-inter_object{
width: 100%;
height: 0px;
	
overflow: visible;
	
display: block;
	
background-size: contain;
background-position: center;
background-repeat: no-repeat;

border-radius: 5px;	
	
float: none;	
	
position: relative;	

user-select: none;
	
}

#scene1PG1{
overflow: hidden;
	
display: none;	
	
background-size: contain;
background-position: center;
background-repeat: no-repeat;

user-select: none;	
	
pointer-events: none;
	
}

.goose{

border-radius: 5px;
	
background-color: rgba(112, 112, 112, 0.2);	
	
}


.cage{
	
pointer-events: none;
	
}


.cage, .inst1, .inst2, .inst3{

background-color: rgba(112, 112, 112, 0.2);
	
border-radius: 5px;

user-select: none;	
	
}

.t3{
	
}

/* fonts */

.archivo-black-regular {
  font-family: "Archivo Black", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.petrona {
  font-family: "Petrona", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.bangers-regular {
  font-family: "Bangers", system-ui;
  font-weight: 400;
  font-style: normal;
}

.lato-thin {
  font-family: "Lato", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.lato-light {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.lato-regular {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.lato-bold {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.lato-black {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.lato-thin-italic {
  font-family: "Lato", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.lato-light-italic {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.lato-regular-italic {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.lato-bold-italic {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.lato-black-italic {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: italic;
}


/* end fonts */


/*  init scene   */







