/* header */
html {box-sizing:border-box}*,*:before,*:after{box-sizing:inherit}
html {-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}
body, html {height:100%;margin:0;font:400 15px/1.8 "Lato",sans-serif;color:#777;overflow-x:hidden;}

/* menu */
.menu_top {position:fixed; top:0;}
.menu_bottom {position:fixed; bottom:0;}
.footer {width:100%;background-color:#000000;font-family:tahoma;color:#ffffff;font-size:1.5em;line-height:1.2em;text-align:justify;}
.link_index {position:fixed;width:100%;top:0px;}

/* sections */
.parallax-01 {
  position:relative;opacity:1;background-position:top center;background-repeat:no-repeat;
  background-image:url("celceta_ps4/m_bg_01.jpg");min-height:2600px;}
.parallax-journal-selection {
  position:relative;opacity:1;background-position:top center;background-repeat:no-repeat;
  background-size:cover;background-image:url("celceta_ps4/m_bg_06.jpg");min-height:15px;}
.parallax-store-selection {
  position:relative;opacity:1;background-position:top center;background-repeat:no-repeat;
  background-size:cover;background-image:url("images/bg_light_01.jpg");min-height:100px;}
.parallax-story {
  position:relative;opacity:1;background-position:top center;background-repeat:no-repeat;
  background-size:cover;background-image:url("images/bg_story.jpg");}
.parallax-02 {
  position:relative;opacity:1;background-position:top center;background-repeat:no-repeat;
  background-size:cover;background-image:url("celceta_ps4/m_bg_03.jpg");}
.parallax-03 {
  position:relative;opacity:1;background-position:top center;background-repeat:no-repeat;
  background-size:cover;background-image:url("celceta_ps4/m_bg_02.jpg");min-height:400px;}
.parallax-04 {
  position:relative;opacity:1;background-position:top center;background-repeat:no-repeat;
  background-size:cover;background-image:url("images/bg_celceta_section_features.jpg");min-height:300px;}
.parallax-05 {
  position:relative;opacity:1;background-position:top center;background-repeat:no-repeat;
  background-size:cover;background-image:url("celceta_ps4/m_bg_04.jpg");min-height:400px;}
.parallax-system-requirements {
  position:relative;opacity:1;background-position:top center;background-repeat:no-repeat;
  background-size:cover;background-image:url("images/bg_dark_01.jpg");min-height:400px;}
.parallax-merch {
  position:relative;opacity:1;background-position:top center;background-repeat:no-repeat;
  background-size:cover;background-image:url("images/bg_light_01.jpg");min-height:250px;}
.section-footer {
  position:relative;opacity:1;background-color:#FFF;min-height:175px;background-color:#000000;}

/* section 1 */
.intro {position:absolute;top:600px;left:6%;width:30%;font-family:tahoma;color:#000;font-size:1.2em;}

/* section 2 */
.adol {width:90%;min-height:500px;background-image:url("images/temp_intro.png");background-position:center;}

/* floating box */
.floating-box-5050 {
  display:inline-block;overflow:hidden;width:700px;opacity:1;margin-top:0px;margin-bottom:10px;margin-right:5px;margin-left:5px;font-family:tahoma;color:#000;font-size:1em;line-height:1.2;}
.floating-box-screenshots {
  display:inline-block;overflow:hidden;width:430px;opacity:1;margin-top:0px;margin-bottom:10px;margin-right:5px;margin-left:5px;font-family:tahoma;color:#fff;font-size:0.8em;}
.floating-box-video {
  display:inline-block;overflow:hidden;width:850px;opacity:1;margin-top:0px;margin-bottom:10px;margin-right:7px;margin-left:7px;font-family:tahoma;color:#fff;font-size:0.8em;}
.floating-box-system-requirements {
  display:inline-block;overflow:hidden;width:600px;opacity:1;margin-top:0px;margin-bottom:10px;margin-right:5px;margin-left:5px;font-family:tahoma;color:#fff;font-size:0.8em;}

/* fonts */
.font_adol {font-family: 'Calligraffitti', cursive;color:#fff;font-size:3.2em;}
.font_footer {font-family:tahoma;color:#666;font-size:1.2em;}

/* a link */
a:link {color:#fff;text-decoration:none;}
a:visited {color:#fff;text-decoration:none;}
a:hover {color:#fff;text-decoration:none;}

/* spacing */
.spacer-5 {width:100%;height:5px;}
.spacer-10 {width:100%;height:10px;}
.spacer-15 {width:100%;height:15px;}
.spacer-20 {width:100%;height:20px;}
.spacer-25 {width:100%;height:25px;}
.spacer-40 {width:100%;height:40px;}
.spacer-50 {width:100%;height:50px;}
.spacer-75 {width:100%;height:75px;}
.spacer-100 {width:100%;height:100px;}
.spacer-150 {width:100%;height:150px;}
.spacer-200 {width:100%;height:200px;}
.spacer-300 {width:100%;height:300px;}
.spacer-400 {width:100%;height:400px;}
.spacer-500 {width:100%;height:500px;}
.spacer-600 {width:100%;height:600px;}
.spacer-800 {width:100%;height:800px;}
.spacer-850 {width:100%;height:850px;}
.spacer-1000 {width:100%;height:1000px;}
.center {display: block;margin-left: auto;margin-right: auto;}
.max1400 {max-width:1400px;margin: auto;border:}

/* slide anim */
.slideanim {
    visibility:hidden;
    visibility:visible\9;/*For old IE browsers IE6-8 */
}
.slideanim.slide {                  
    visibility: visible;                  
    animation: slide 1s;
}
.slideanim::after {
    /* useful when its child elements are float:left; */
    content: "";
    display: table;
    clear: both;
}
@keyframes slide {
    0% {
        opacity: 0;
        transform: translateY(-50%);
    } 
    100% {
        opacity: 1;
        transform: translateY(0);
    } 
}

.bounce {position:relative;margin-left:auto;margin-right:auto;top:300px;-webkit-animation:bounce 1s infinite;}
@-webkit-keyframes bounce {
  0%       { top:300px; }
  50%      { top:315px; }
}



.pulse {
  position: absolute;
  animation: pulse 4s infinite;
  margin-left:auto;
  margin-right:auto;
  width:100%;
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
  }
  30% {
    -webkit-transform: scale(1.06);
  }
  100% {
    -webkit-transform: scale(1);
  }
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  30% {
    transform: scale(1.06);
  }
  100% {
    transform: scale(1);
  }
}

