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

/* menu */
.menu {position:fixed;top:0px;right:0px;min-height:140px;}
.bg_menu {position:fixed;top:0px;right:0px;min-height:140px;}
.main_logo {position:fixed;top:-10px;left:0px;}
.responsive {width: 100%;max-width: 400px;height: auto;}

/* scroll to top */
.scroll_to_top {position:fixed;bottom:6px;right:20px;}

/* fonts */
.font-copyright {font-family:tahoma;color:#000;font-size:0.8em;line-height:normal;}
.font_footer {font-family:tahoma;color:#333;font-size:0.7em;}

/* sections */
.parallax-01 {
  position:relative;max-height:99%;min-height:20%;}
.parallax-01-menu {
  position:relative;opacity:1;background-position:top center;background-repeat:no-repeat;
  background-image:url("images/index_submenu_bottom.png");min-height:300px;}
.parallax-02 {
  position:relative;opacity:1;background-attachment:fixed;background-position:top center;background-repeat:no-repeat;z-index:-1;
  background-image:url("images/bg_index_02.jpg");}
.parallax-footer {
  position:relative;opacity:1;background-position:top center;background-repeat:no-repeat;
  background-color: white;min-height:250px;}
.parallax-pc {
  position:relative;opacity:1;background-position:top center;background-repeat:no-repeat;
  background-color: black;min-height:325px;font-family:tahoma;color:#fff;font-size:0.9em;}

/* section 1 */
.index_submenu {position:absolute;top:875px;width:100%;height:350px;background-image:url("images/index_submenu.png");background-position:center;}


/* section 2 */
.companies {position:absolute;width:100%;min-height:70px;background-image:url("images/companies.jpg");background-position:center;}
.index_logo {position:absolute;top:1080px;width:100%;}


/* floating box */
.floating-box-index-submenu {display:inline-block;overflow:hidden;width:510px;opacity:1;margin-top:0px;margin-bottom:10px;margin-right:0px;margin-left:0px;}
.floating-box-5050 {display:inline-block;overflow:hidden;width:780px;opacity:1;margin-top:0px;margin-bottom:10px;margin-right:5px;margin-left:5px;z-index: 1;}
.floating-box-games {display:inline-block;overflow:hidden;opacity:1;margin-top:0px;margin-bottom:0px;margin-right:5px;margin-left:5px;}


/* 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-1 {width:100%;height:1px;}
.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-30 {width:100%;height:30px;}
.spacer-40 {width:100%;height:40px;}
.spacer-50 {width:100%;height:50px;}
.spacer-65 {width:100%;height:65px;}
.spacer-75 {width:100%;height:75px;}
.spacer-80 {width:100%;height:80px;}
.spacer-100 {width:100%;height:100px;}
.spacer-150 {width:100%;height:150px;}
.spacer-200 {width:100%;height:200px;}
.spacer-250 {width:100%;height:250px;}
.spacer-1000 {width:100%;height:1000px;}
.center {display:block;margin-left:auto;margin-right:auto;width:50%;}



/* 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;width:100%;top:150px;left:40%;-webkit-animation:bounce 2s infinite;}
@-webkit-keyframes bounce {
  0%       { top:150px; }
  50%      { top:170px; }
}



@-webkit-keyframes swing {

    30% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    50% {
        -webkit-transform: translateY(3px);
        transform: translateY(3px);
    }
    65% {
        -webkit-transform: translateY(-3px);
        transform: translateY(-3px);
    }
    80% {
        -webkit-transform: translateY(2px);
        transform: translateY(2px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes swing {

    30% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    50% {
        -webkit-transform: translateY(3px);
        transform: translateY(3px);
    }
    65% {
        -webkit-transform: translateY(-3px);
        transform: translateY(-3px);
    }
    80% {
        -webkit-transform: translateY(2px);
        transform: translateY(2px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
.swing:hover
{
    -webkit-animation: swing 1s ease;
    animation: swing 1s ease;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}



@media only screen and (max-width: 1100px) {
    #hide_girls {
        display: none;
    }
}