




  /* Parallax base styles
  --------------------------------------------- */


/* Custom class settings */
  .parallax {
    height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-perspective: 1px;
    perspective: 1px;
       perspective-origin-x: 100%;
  }

  .parallax__layer {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
 
    transform-origin-x: 100%;
  }

  .parallax__layer--base {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    background-color: white !important;

  }

  .parallax__layer--back {
    -webkit-transform: translateZ(-1px) scale(2);
    transform: translateZ(-1px) scale(2);
    position: absolute;
  
  }

  /*Online class settings */

  .parallax {
    height: 500px; /* fallback for older browsers */
    height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-perspective: 300px;
    perspective: 300px;
    -webkit-perspective-origin-x: 100%;
    perspective-origin-x: 100%;
  }

  .parallax__group {
    position: relative;
    height: 500px; /* fallback for older browsers */
    height: 100vh;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }

  .parallax__layer {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform-origin-x: 100%;
    transform-origin-x: 100%;
  }

  .parallax__layer--fore {
    -webkit-transform: translateZ(90px) scale(.7);
    transform: translateZ(90px) scale(.7);

  }

  .parallax__layer--base {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);

  }

  .parallax__layer--back {
    -webkit-transform: translateZ(-300px) scale(2);
    transform: translateZ(-300px) scale(2);

  }

  .parallax__layer--deep {
    -webkit-transform: translateZ(-600px) scale(3);
    transform: translateZ(-600px) scale(3);

  }




  /* style the groups
  --------------------------------------------- */

  #header_parallax {
    z-index: 2; /* slide over group 2 */
    height: 60%;
  
  }


  #description_parallax {
    z-index: 3; /* slide under groups 1 and 3 */
    height: 100%;
    top: -10%;
  }

  #description_parallax .parallax__layer--fore{
    background-color: white;
  }


  #solution_parallax {

    z-index: 4;
  }
  #group3 .parallax__layer--base {
    background: rgb(153,216,101);
  }

  #desc_parallax {
    z-index: 5; /* slide under group 3 and 5 */
  }

  #final_sections_parallax {
    z-index: 6; /* slide over group 4 and 6 */
  }



#cryo_header{
  position: relative;
  background: transparent url(../images/cryo/cryo_ice.jpg) top left no-repeat; 
  background-size: 100%;
  background-size: cover no-repeat;
  background-width: 100%;
  background-height: auto;
  background-position: center center;
  vertical-align: top;
  background-repeat: no-repeat !important;
  height: auto;
  width: 100%;

  padding-bottom: 25%;
  padding-left: 2%;
  padding-right: 2%;
  text-align: center;
  overflow: hidden;
}

#cryo_header img{
width: auto;
height: auto;
padding-top: 10%;
padding-bottom: 5%;
margin-bottom: -20%;
}

#cryo_description{
  padding-left: 10%;
  padding-right: 10%;
  text-align: center;
}


#cryo_description h2{
  font-family: kuroregular;
  color: #001995;
  font-size: 2.5rem;
}

#cryo_top_circle_holder .circle{
  background-color: #0079b5;
}

#cryo_explination{

}

#cryo_explination .circle{
  background-color: #0079b5;
}

#cryo_explination h1{
    font-family: verminVibes;
    font-size: 4.8rem;
    transform:scale(1.20,1); 
-webkit-transform:scale(1.20,1);
-moz-transform:scale(1.20,1);
-ms-transform:scale(1.20,1);
-o-transform:scale(1.20,1);
color: #0079b5;
}

#cryo_explination h2{
  font-family: banker_squareregular;
  font-size: 2.4rem;
  color: #0079b5;
  text-transform: uppercase;
}

#cryo_explination h3{
  font-family: franklin_gothic_fsbook;
  font-size: 1.5rem;
  color: #0079b5;
  padding-left: 1%;
  padding-right: 1%;
}

.center{
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

#cryo_solution{
  background-color: #0079b5;
  padding: 0% !important;
  margin: 0% !important;
  overflow: hidden;
  position: relative;

}

#cryo_solution .circle{
  background-color: white;
}

#cryo_solution h1{
  font-family: verminVibes;
  font-size: 5.0rem;
  color: white;
  transform:scale(1.35,1); 
-webkit-transform:scale(1.35,1);
-moz-transform:scale(1.35,1);
-ms-transform:scale(1.35,1);
-o-transform:scale(1.35,1);

  display:inline-block; 
}

#cryo_solution h3{
  font-family: franklin_gothic_fsbook;
  font-size: 1.6rem;
  color: white;
  padding-left: 5%;
  padding-right: 5%;

}

#cryo_solution_footer img{
  margin-top: 1%;
  width: auto;
  height: auto;
  max-width: 30vw;
}

#cryo_solution_footer{
  position: relative;
  overflow: hidden !important;
  background: black;
}

#cryo_solution_footer h2{
  font-family: banker_squareregular;
  font-size: 1.8rem;
  color: white;
  text-transform: uppercase;
}

#cryo_solution_footer_text{
  position: relative;
  z-index: 3 !important;
}

#cryo_defines{
  padding-top: 2%;
}


#cryo_defines h1{
  font-family: verminVibes;
  font-size: 4.2rem; 
  text-transform: uppercase;
  color: #000000;

  /*Used for scaling*/
transform:scale(1.32,1); 
-webkit-transform:scale(1.32,1);
-moz-transform:scale(1.32,1);
-ms-transform:scale(1.32,1);
-o-transform:scale(1.32,1);
  display:inline-block; 
}

#cryo_defines h2{
  font-family: franklin_gothic_fsbook;
  font-size: 1.8rem;
  color: #000000;
}

#cryo_defines img{
  vertical-align: top;
  height: auto;
  width: 50%;
}

#cryo_potential{
  position: relative;
}


#cryo_potential h1{
  font-family: kuroregular;
  font-size: 3.7rem; 
  color: #001995;

  /*Used for scaling
transform:scale(1.08, 1.22); 
-webkit-transform:scale(1.08, 1.22);
-moz-transform:scale(1.08, 1.22);
-ms-transform:scale(1.08, 1.22);
-o-transform:scale(1.08, 1.22);
*/
  display:inline-block; 
}

#cryo_potential_content{

background-color: #001995 !important;

}

#cryo_potential_description{
background-color: white;
margin-left: 1%;
margin-right: 1%;
padding-bottom: 3%;
margin-top: 1%;
text-align: center;
padding-left: 2%;
padding-right: 2%;
}

#cryo_potential_description h2{
  font-family: kuroregular;
  color: #0019e6;
  font-size: 1.9rem;
  padding-top: 3%;
}

#cryo_potential_graphics{
  position: relative;
  text-align: left;
  margin-left: 5%;

}

#cryo_potential_graphics img{
  max-height: 50vh;
  padding-bottom: 0;
}

img.stepArrow{
  display: block !important;
}

#cryo_potential_graphics h2{
  font-family: banker_squareregular;
  font-size: 2.2rem;
  color: black;
  text-transform: uppercase;

}

#cryo_potential_graphics h3{
  font-family: franklin_gothic_fsbook;
  font-size: 1.7rem;
  color: black;
}


#cryo_potential_footer{
 text-align: center;
 padding-left: 5%;
 padding-right: 5%;
 padding-bottom: 1%;
}

#cryo_potential_footer h2{
  font-family: kuroregular;
  font-size: 2.8rem;
  color: white;
}

#cryo_potential_footer h3{
  font-family: franklin_gothic_fsbook;
  font-size: 1.7rem;
  color: white;
}

#cryo_market{
  padding-top: 5%;
  text-align: center;
}

#cryo_market_header h1{
  font-family: verminVibes;
  font-size: 4.2rem;
  color: #0079b5;
    /*Used for scaling*/
transform:scale(1.20, 1); 
-webkit-transform:scale(1.20, 1);
-moz-transform:scale(1.20, 1);
-ms-transform:scale(1.20, 1);
-o-transform:scale(1.20, 1);
  display:inline-block; 
}

#cryo_market_header h2{
  font-family: franklin_gothic_fsbook;
  font-size: 1.9rem;
  color: #0079b5;
}

#cryo_market_tab_holder{
  padding-top: 2%;
  position: relative;
}

#cryo_market_tab_holder .tabChangerTab{

}

#cryo_market_tab_holder .tabChangerTab h1{
    font-family: banker_squareregular;
    font-size: 2.5rem;
    color: white;
    padding-left: 2%;
}

#cryo_market_tab_holder a {
  font-size: 1.505em;
  font-family: banker_squareregular;
  color: white;
}

.tabChangerTab{
  position: absolute;

}

.tabChanger{
transition: all 0.75s ease-out;
-moz-transition: all 0.75s ease-out;
-ms-transition: all 0.75s ease-out;
-o-transition: all 0.75s ease-out;
-webkit-transition: all 0.75s ease-out;
text-align: left;
min-height: 50vh;
max-height: 50vh;
}

.tabChanger img{
  transform:scale(1); 
-webkit-transform:scale(1);
-moz-transform:scale(1);
-ms-transform:scale(1);
-o-transform:scale(1);

      transition: all 0.75s ease-out;
-moz-transition: all 0.75s ease-out;
-ms-transition: all 0.75s ease-out;
-o-transition: all 0.75s ease-out;
-webkit-transition: all 0.75s ease-out;

width: auto;
height: auto;
max-height: 25vh;
}

.tabChanger:hover img{
  transform:scale(1.1); 
-webkit-transform:scale(1.1);
-moz-transform:scale(1.1);
-ms-transform:scale(1.1);
-o-transform:scale(1.1);
}

.tabChanger:hover{
  filter: grayscale(40%);
  -webkit-filter: grayscale(40%);
  -moz-filter: grayscale(40%);
  -ms-filter: grayscale(40%);
  -o-filter: grayscale(40%);
}

.cryoTabContent{
  position: absolute;
  top: 0;
  padding-top: 2%;
  padding-left: 2%;
  padding-right: 10%;
}

.cryoTabContent .header img{
  max-height: 20vh;
  width: auto;
  height: auto;
}

.cryoTabContent .body h1{
  font-family: banker_squareregular;
  font-size: 3.0rem;
  color: white;
  text-transform: uppercase;

}

.cryoTabContent .body h2{
  font-family: franklin_gothic_fsbook;
  font-size: 1.7rem;
  color: white;
  padding-left: 5%;
  margin-right: -5%;

}

.cryoTabContent .money h1{
  font-family: banker_squareregular;
  font-size: 6.0rem;
  /*line-height: 172%; FIXME */
  color: white;
  padding-top: 6%;
    /*Used for scaling*/
transform:scale(1, 1.73); 
-webkit-transform:scale(1, 1.73);
-moz-transform:scale(1, 1.73);
-ms-transform:scale(1, 1.73);
-o-transform:scale(1, 1.73);
  display:inline-block; 
}

.cryoTabContent a{
  font-size: 1.8rem;
  font-family: banker_squareregular;
  color: white;
}

.cryoTabContent .money h2{
    font-family: banker_squareregular;
    font-size: 5.0rem;
    color: #bffff7;
    text-transform: uppercase;

    /*
transform:scale(2.4, 2.12); 
-webkit-transform:scale(2.4, 2.12);
-moz-transform:scale(2.4, 2.12);
-ms-transform:scale(2.4, 2.12);
-o-transform:scale(2.4, 2.12);
*/

}

.cryoTabContent .money h3{
  font-family: franklin_gothic_fsbook;
  font-size: 1.6rem;
  color: #bffff7;
  margin-top: -15%;
  padding-left: 2%;
}

.cryoTabContent .fancy-underline:hover:after {
  width: 100%;
 background-color: rgba(255,255,255, 1);
}

#cryo_legal{
   padding-bottom: 0%;
  position: relative;
}

#cryo_legal h3{
  font-family: franklin_gothic_fsbook;
  font-size: 1.505em;
  color: black;
}

#cryo_legal h2{
  font-family: banker_squareregular;
  font-size: 1.840em;
  color: black;
}

#cryo_legal .cryo_legal_contact h2{
  font-family: banker_squareregular;
  font-size: 1.421em;
  color: white !important;
}

.cryo_legal_contact{
  position: relative;
    width: 30%;
  height: 20%;
  margin-top: 2%;
  background-color: #0079b5;
  border-radius: 200pt;
   -webkit-border-radius: 200pt;
  -moz-border-radius: 200pt;
  margin: 1%;
}

.cryo_legal_contact .fancy-underline:hover:after {
  width: 100%;
 background-color: rgba(255,255,255, 1);
}




