html,
body {
    margin-top: 0px;
    margin: 0px;
    overflow: hidden;
}

@font-face {
    font-family: comix;
    src: url('font/DadaGrotesk-Bold.woff');
    //src: url('font/AtlasGrotesk Bold.woff');
    font-weight: bold;
    font-style: bold;
}

@font-face {
    font-family: mathou;
    src: url('font/DadaGrotesk-Heavy.woff');
    //src: url('font/AtlasGrotesk Black.woff');
    font-weight: bold;
    font-style: bold;
}

@font-face {
    font-family: lachina;
    src: url('font/DadaGrotesk-Book.woff');
    //src: url('font/AtlasGrotesk Regular.woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: lachina-italic;
    src: url('font/DadaGrotesk-BookItalic.woff');
    //src: url('font/PlanGrotesque-RegularItalic.woff');
    font-weight: normal;
    font-style: italic;
}

nav {
    position: fixed;
    width: 1000px;
    text-align: left;
    left: 5%;
    //margin-left:-500px;
    //margin: 0;
    z-index: 9;
    top: 20%;
}

nav div {
    font-family: comix;
    font-size: 80px;
    text-decoration: none;
    color: #FFF;
    //text-transform: uppercase;
    display: inline-block;
}

nav div:hover {}

.videoContainer {}

.videoContainer video {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.output {

    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.buffer {
    display: none;
}

.not-hovered {
    opacity: 0.1;
    filter: blur(15px);
    -webkit-filter: blur(15px);
    -moz-filter: blur(15px);
    -o-filter: blur(15px);
    -ms-filter: blur(15px);
    transition-duration: 0.8s;
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
}

.-not-hovered {
    opacity: 0.1;
    transition-duration: 1.2s;
    -webkit-transition-duration: 1.2s;
    -moz-transition-duration: 1.2s;
    -o-transition-duration: 1.2s;
    -ms-transition-duration: 1.2s;
}

.hovered {
    color: black;
    transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform: scale(1.05);
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -o-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transition-duration: 0.8s;
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    transition-duration: 0.8s;
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
}

.playme {
    cursor: pointer;
    padding-bottom: 20px;
    transition-duration: 0.8s;
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
}

.not-clicked {
    opacity: 0;
    visibility: hidden;
    filter: blur(15px);
    -webkit-filter: blur(15px);
    -moz-filter: blur(15px);
    -o-filter: blur(15px);
    -ms-filter: blur(15px);
    -webkit-transition-duration: 0.8s;
    transition-duration: 0.8s;
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
}

.played {
    opacity: 0;
    visibility: hidden;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    animation: played 0.5s 0.5s both;
    -webkit-animation: played 0.5s 0.5s both;
    -moz-animation: played 0.5s 0.5s both;
    -o-animation: played 0.5s 0.5s both;
    -ms-animation: played 0.5s 0.5s both;
}

@-webkit-keyframes played {
    0% {
        transform-origin: 50% 50%;
        transform: scale(1);
    }
    100% {
        transform-origin: 50% 50%;
        transform: scale(0);
    }
}

@-moz-keyframes played {
    0% {
        transform-origin: 50% 50%;
        transform: scale(1);
    }
    100% {
        transform-origin: 50% 50%;
        transform: scale(0);
    }
}

@-ms-keyframes played {
    0% {
        transform-origin: 50% 50%;
        transform: scale(1);
    }
    100% {
        transform-origin: 50% 50%;
        transform: scale(0);
    }
}

@keyframes played {
    0% {
        transform-origin: 50% 50%;
        transform: scale(1);
    }
    100% {
        transform-origin: 50% 50%;
        transform: scale(0);
    }
}

a {
    text-decoration: none;
    color: #FFF;
}

#infos {
    position: fixed;
    top: 0px;
    right: 0px;
    left: 0px;
    width: 100%;
    height: 50px;
}

#about {
    font-size: 25px;
    float: left;
    position: relative;
    margin-left: 20px;
    margin-top: 20px;
}

#contact {
    font-size: 25px;
    float: right;
    position: relative;
    margin-right: 20px;
    margin-top: 20px;
    cursor: alias;
}

#about:hover {
    border-bottom: 3.5px solid #FFF;
    cursor: help;
}


/*-----------ABOUT-----------*/

#about_warper {
    margin: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    display: none;
    z-index: 9;
    overflow: scroll;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#about_warper p {
    font-family: lachina;
    font-size: 45px;
    color: #FFF;
    //text-align: center;
    text-align: left;
    position: absolute;
    z-index: 11;
    width: 46%;
    left: 40px;
    top: 15%;
    margin-top: -500px;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s alternate;
    -moz-transition: all 0.5s alternate;
    -o-transition: all 0.5s alternate;
    -ms-transition: all 0.5s alternate;
    animation: from-top 0.5s 0.5s both;
    -webkit-animation: from-top 0.5s 0.5s both;
    -o-animation: from-top 0.5s 0.5s both;
    -moz-animation: from-top 0.5s 0.5s both;
    -ms-animation: from-top 0.5s 0.5s both;
}

#AboutUs {
    position: fixed;
    top: 25px;
    left: 40px;
    font-family: comix;
    font-size: 35px;
    color: #fff;
    z-index: 11;
    margin-top: -500px;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s alternate;
    -moz-transition: all 0.5s alternate;
    -o-transition: all 0.5s alternate;
    -ms-transition: all 0.5s alternate;
    animation: from-top 0.5s 0.5s both;
    -webkit-animation: from-top 0.5s 0.5s both;
    -o-animation: from-top 0.5s 0.5s both;
    -moz-animation: from-top 0.5s 0.5s both;
    -ms-animation: from-top 0.5s 0.5s both;
}

@-webkit-keyframes from-top {
    0% {
        margin-top: -900px;
    }
    100% {
        margin-top: 0px;
    }
}

@-moz-keyframes from-top {
    0% {
        margin-top: -900px;
    }
    100% {
        margin-top: 0px;
    }
}

@-ms-keyframes from_top {
    0% {
        margin-top: -900px;
    }
    100% {
        margin-top: 0px;
    }
}

@keyframes from-top {
    0% {
        margin-top: -900px;
    }
    100% {
        margin-top: 0px;
    }
}

#about_warper_bg {
    margin: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    background: #000;
    opacity: 0.93;
    top: 0;
    left: 0;
    z-index: 10;
}

#skills {
    // width:46%;
    left: 50%;
    z-index: 11;
    position: absolute;
    top: 15%;
    margin-top: -500px;
    margin-left: 40px;

    animation: from-top 0.5s 0.6s both;
    -webkit-animation: from-top 0.5s 0.6s both;
    -o-animation: from-top 0.5s 0.6s both;
    -moz-animation: from-top 0.5s 0.6s both;
    -ms-animation: from-top 0.5s 0.6s both;
}

#skills_warp {
    margin-top: -20px;
}

#about_close {
    position: fixed;
    top: 20px;
    right: 30px;
    z-index: 11;
    width: 40px;
    height: 40px;
    margin-top: -100px;
    animation: from-top 0.5s 0.9s both;
    -webkit-animation: from-top 0.5s 0.9s both;
    -o-animation: from-top 0.5s 0.9s both;
    -moz-animation: from-top 0.5s 0.9s both;
    -ms-animation: from-top 0.5s 0.9s both;
}


/*-------------------------------------------------------------------------------------------------------------------------------*/

#line1 {
    width: 30px;
    height: 3px;
    position: absolute;
    background: white;
    left: 50%;
    margin-left: -15px;
    top: 50%;
    -o-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

#line2 {
    width: 30px;
    height: 3px;
    left: 50%;
    top: 50%;
    position: absolute;
    margin-left: -15px;
    background: white;
    -o-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

#about_close:hover > #line1 {
    animation: rotat1 0.6s ease-in;
    -webkit-animation: rotat1 0.6s ease-in;
    -o-animation: rotat1 0.6s ease-in;
    -moz-animation: rotat1 0.6s ease-in;
    -ms-animation: rotat1 0.6s ease-in;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
}

#about_close:hover > #line2 {
    animation: rotat2 0.6s ease-in;
    -webkit-animation: rotat2 0.6s ease-in;
    -o-animation: rotat2 0.6s ease-in;
    -moz-animation: rotat2 0.6s ease-in;
    -ms-animation: rotat2 0.6s ease-in;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
}

@keyframes rotat1 {
    0% {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
    }
    100% {
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
    }
}

@-webkit-keyframes rotat1 {
    0% {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
    }
    100% {
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
    }
}

@-webkit-keyframes rotat2 {
    0% {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
    }
    100% {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }
}

@keyframes rotat2 {
    0% {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
    }
    100% {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }
}

#contact:hover {
    border-bottom: 3.4px solid #FFF;
    cursor: alias;
}

#contact a {
    cursor: alias;
}

#contact a:hover {
    cursor: alias;
}

#imgOver_warper {
    margin: auto;
    width: 100%;
    height: auto;
    position: absolute;
}

.imgNotOver {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 8;
    opacity: 0;
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -ms-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
    -webkit-animation-fill-mode: forwards;
}

@-webkit-keyframes opacity {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes opacity {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes opacity {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes _opacity {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@-moz-keyframes _opacity {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes _opacity {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.imgOver {
    opacity: 1;
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -ms-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
}

#textOver_warper {
    width: 40%;
    top: 17%;
    height: auto;
    position: fixed;
    left: 55%;
    //margin-left: -150px;
    z-index: 9;
}

.textOver {
    display: none;
    height: auto;
    margin: 0;
    padding: 0;
    border: 0;
    //font-size: 100%;
    //font: inherit;
    text-align: left;
    //vertical-align: baseline;
    padding-left: 60px;
    border-left: 4px solid;
}

@keyframes from-right {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.textIsOver {
    display: block;
    animation: from-right 0.9s 0.9s both;
    -webkit-animation: from-right 0.9s 0.5s both;
    -o-animation: from-right 0.9s 0.5s both;
    -moz-animation: from-right 0.9s 0.5s both;
    -ms-animation: from-right 0.9s 0.5s both;
}


h1 {
    font-size: 26px;
    font-family:comix;
    color: #fff;
    position: relative;
    text-align: center;
    letter-spacing: 0.19em;
    z-index: 11;
    padding: 0;
    margin: 0;
}

h2 {
    font-size: 70px;
    font-family:lachina;
    color: #fff;
    position: relative;
    text-align: center;
    z-index: 11;
    letter-spacing: 0.1em;
    padding: 0;
    margin: 0;
}

h4 {
    font-size: 25px;
    font-family: mathou;
    color: #000;
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    letter-spacing: 2px;
    padding-bottom: 20px;
}

h5 {
    font-size: 35px;
    font-family: lachina;
    color: #000;
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    letter-spacing: 1px;
    line-height: 1.1em;
}

h6 {
    font-size: 25px;
    font-family: mathou;
    color: #FFF;
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    letter-spacing: 2px;
    padding: 8px;
    margin-top: 18px;
}

h7 {
    font-size: 26px;
    font-family: lachina;
    color: #FFF;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    letter-spacing: 1px;
    line-height: 1.1em;
    padding: 4px;
}

h8 {
    font-size: 26px;
    font-family: mathou;
    color: #FFF;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    letter-spacing: 1px;
    line-height: 1.1em;
    padding: 4px;
}


/*-----------ENDING-----------*/

#ended {
    margin: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    display: none;
    z-index: 9;
}

#ended_bg {
    margin: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background: #000;
    top: 0;
    left: 0;
    z-index: 10;
}

#ended p {
    font-family: lachina;
    font-size: 50px;
    color: #FFF;
    text-align: center;
    position: absolute;
    z-index: 11;
    width: 700px;
    left: 50%;
    margin-left: -350px;
    top: 20%;
    margin-top: -500px;
   
    animation: from-top 0.5s 0.5s both;
    -webkit-animation: from-top 0.5s 0.5s both;
    -o-animation: from-top 0.5s 0.5s both;
    -moz-animation: from-top 0.5s 0.5s both;
    -ms-animation: from-top 0.5s 0.5s both;
}

#ended p a {
    color: #eee;
}

#ended p a:hover {
    color: gainsboro;
    border-bottom: solid 4px;
    cursor: alias;
}


/*-----------LOADER-----------*/

#loaderInfos {
    position: fixed;
    left: 50%;
    top: 45%;
    display: none;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    //bottom:20px;
    z-index: 11;
    margin: 0 auto;
}

#loader {
    margin: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 9;
}

#loader_bg {
    margin: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background: #000;
    opacity: 0.99;
    top: 0;
    left: 0;
    z-index: 10;
}

#logo {
    width: 500px;
    height: 500px;
    position: fixed;
    left: 50%;
    top: 45%;
    background: url(img/loading.gif);
    margin-left: -250px;
    margin-top: -250px;
    z-index: 11;
}

.playin {
    opacity: 0;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
}


/*----------BACKGROUND-------*/

#black {
    margin: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 7;
    background: black;
    -webkit-transition: all 1.2s ease;
    -moz-transition: all 1.2s ease;
    -o-transition: all 1.2s ease;
    transition: all 1.2s ease;
}


/*----------EVENTS CLASS-------*/

.HideClickEvt {
    opacity: 0;
    visibility: hidden;
    filter: blur(15px);
    -webkit-filter: blur(15px);
    -moz-filter: blur(15px);
    -o-filter: blur(15px);
    -ms-filter: blur(15px);
    -webkit-transition-duration: 0.8s;
    transition-duration: 0.8s;
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
}

.TxtClicked {
    color: black;
}

#links {
    position: fixed;
    bottom: 40px;
    left: 40px;
    z-index: 13;
}

.link {
    margin-right: 30px;
    font-size: 12px;
    letter-spacing: 0.1em;
    font-family: comix;
    color: #FFF;
    padding-top: 4px;
}

.link:hover {
    color: #FFF;
    //background:#FFF;
    padding-bottom: 4px;
    border-bottom: 2px solid;
}


/*--------MOBILE------*/

#mobileDevice {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
}

#bgMob {
    margin: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background: #000;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}

#txtMob {
    font-size: 30px;
    font-family: lachina;
    color: #fff;
    margin-top: 22%;
    vertical-align: baseline;
    letter-spacing: 1px;
    line-height: 1.1em;
    padding-left: 30px;
    padding-right: 30px;
}

#EndMob {
    display: none;
    position: fixed;
    z-index: 8;
    top: 18%;
}

#EndMob p {
    font-size: 30px;
    font-family: lachina;
    color: #fff;
    text-align: center;
    vertical-align: baseline;
    letter-spacing: 1px;
    line-height: 1.1em;
    padding-left: 30px;
    padding-right: 30px;
}

#VidMobile {
    display: none;
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.VidMobPlay {
    display: block;
}

#play {
    position: relative;
    font-family: mathou;
    color: #fff;
    letter-spacing: 8px;
    border-bottom: solid 3px;
    padding-bottom: 4px;
    text-align: center;
    padding-left: 8px;
}


/*--------------------------------------------------------------------------------------------------------------------------------------------------------------MEDIA-QUERIES--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/


/*----------------------------------------1140PX----------------------------------------*/

@media only screen and (max-width: 1140px) {
    h4 {
        font-size: 20px;
        font-family: mathou;
        color: #000;
        margin: 0;
        padding: 0;
        border: 0;
        vertical-align: baseline;
        letter-spacing: 2px;
        padding-bottom: 20px;
    }
    h5 {
        font-family: lachina;
        font-size: 30px;
        color: #000;
        margin: 0;
        padding: 0;
        border: 0;
        vertical-align: baseline;
        -webkit-hyphens: auto;
        -moz-hyphens: auto;
        -ms-hyphens: auto;
        -o-hyphens: auto;
        hyphens: auto;
    }
}


/*----------------------------------------1090PX----------------------------------------*/

@media only screen and (max-width: 1060px) {
    nav {
        position: fixed;
        width: 1000px;
        text-align: left;
        left: 5%;
        z-index: 9;
        top: 20%;
    }
    nav div {
        font-family: comix;
        font-size: 68px;
        text-decoration: none;
        color: #FFF;
        display: inline-block;
    }
}

@media only screen and (max-width: 1165px) {
    h4 {
        font-size: 21px;
        font-family: mathou;
        color: #000;
        margin: 0;
        padding: 0;
        border: 0;
        vertical-align: baseline;
        letter-spacing: 2px;
        padding-bottom: 20px;
    }
    h5 {
        font-family: lachina;
        font-size: 28px;
        color: #000;
        margin: 0;
        padding: 0;
        border: 0;
        vertical-align: baseline;
        -webkit-hyphens: auto;
        -moz-hyphens: auto;
        -ms-hyphens: auto;
        -o-hyphens: auto;
        hyphens: auto;
    }
    h6 {
        font-size: 19px;
        font-family: mathou;
        color: #FFF;
        margin: 0;
        padding: 0;
        border: 0;
        vertical-align: baseline;
        letter-spacing: 2px;
        padding: 8px;
        margin-top: 18px;
    }
    h7 {
        font-size: 20px;
        font-family: lachina;
        color: #FFF;
        padding: 0;
        border: 0;
        vertical-align: baseline;
        letter-spacing: 1px;
        line-height: 1.1em;
        padding: 4px;
    }
    #about_warper p {
        font-family: lachina;
        font-size: 35px;
        color: #FFF;
    }
}


/*----------------------------------------960PX----------------------------------------*/

@media screen and (max-width: 960px) {
    h4 {
        font-size: 19px;
        font-family: mathou;
        color: #000;
        margin: 0;
        padding: 0;
        border: 0;
        vertical-align: baseline;
        letter-spacing: 2px;
        padding-bottom: 10px;
    }
    h5 {
        font-family: lachina;
        font-size: 24px;
        color: #000;
        margin: 0;
        padding: 0;
        border: 0;
        vertical-align: baseline;
        -webkit-hyphens: auto;
        -moz-hyphens: auto;
        -ms-hyphens: auto;
        -o-hyphens: auto;
        hyphens: auto;
    }
}


/*----------------------------------------920PX----------------------------------------*/

@media screen and (max-width: 920px) {
    nav div {
        cursor: pointer;
        font-family: comix;
        font-size: 64px;
        text-decoration: none;
        color: #FFF;
        display: inline-block;
    }
}

@media screen and (max-width: 850px) {
    nav div {
        cursor: pointer;
        font-family: comix;
        font-size: 58px;
        text-decoration: none;
        color: #FFF;
        display: inline-block;
    }
    h4 {
        font-family: lachina;
        font-size: 25px;
        color: #000;
        margin: 0;
        padding: 0;
        border: 0;
        vertical-align: baseline;
    }
    h5 {
        font-family: lachina;
        font-size: 20px;
        color: #000;
        margin: 0;
        padding: 0;
        border: 0;
        vertical-align: baseline;
        -webkit-hyphens: auto;
        -moz-hyphens: auto;
        -ms-hyphens: auto;
        -o-hyphens: auto;
        hyphens: auto;
    }
}


/*----------------------------------------750PX----------------------------------------*/

@media screen and (max-width: 750px) {
    h6 {
        font-size: 16px;
        font-family: mathou;
        color: #FFF;
        margin: 0;
        padding: 0;
        border: 0;
        vertical-align: baseline;
        letter-spacing: 2px;
        padding: 8px;
        margin-top: 18px;
    }
    h7 {
        font-size: 18px;
        font-family: lachina;
        color: #FFF;
        padding: 0;
        border: 0;
        vertical-align: baseline;
        letter-spacing: 1px;
        line-height: 1.1em;
        padding: 4px;
    }
    #about_warper p {
        font-family: lachina;
        font-size: 32px;
        color: #FFF;
    }
}

@media screen and (max-width: 775px) {
    nav div {
        cursor: pointer;
        font-family: comix;
        font-size: 55px;
        text-decoration: none;
        color: #FFF;
        display: inline-block;
    }
}


/*----------------------------------------570PX----------------------------------------*/

@media screen and (max-width: 730px) {
    body {
        background: #000;
    }
    .playme {
        display: none;
    }
    /*
    main{
        display: none;
    }*/
    #textOver_warper,
    #imgOver_warper,
    .videoContainer,
    #ended,
    #loader,
    #black {
        display: none;
    }
    #mobileDevice {
        display: block;
    }
    #txtMob a:hover {
        color: gainsboro;
        border-bottom: solid 4px;
    }
    #play {
        position: relative;
        font-family: mathou;
        color: #fff;
        letter-spacing: 8px;
        border-bottom: solid 3px;
        padding-bottom: 4px;
        padding-left: 8px;
        text-align: center;
        //background: url('img/play.png');
        margin-bottom: 80px;
    }
    #infos {
        background: #000;
        top: 0px;
        padding-bottom: 15px;
    }
}


/*--------680PX---------*/

@media screen and (max-width: 680px) {
    #about_warper {
        background: #000;
    }
    #about_warper_bg {
        opacity: 1;
        height: 100%;
        z-index: 1;
        position: fixed;
        background: #000;
    }
    #about_warper p {
        font-size: 23px;
        position: relative;
        bottom: 20px;
        left: 50%;
        width: 70%;
        text-align: center;
        margin-top: 0px;
        margin-bottom: 55px;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        -o-transition-property: none !important;
        -moz-transition-property: none !important;
        -ms-transition-property: none !important;
        -webkit-transition-property: none !important;
        transition-property: none !important;
        -webkit-animation: none !important;
        -moz-animation: none !important;
        -o-animation: none !important;
        -ms-animation: none !important;
        animation: none !important;
    }
    #skills {
        position: relative;
        bottom: 20px;
        left: 50%;
        width: 70%;
        text-align: center;
        background: #000;
        margin-left: 0px;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        margin-bottom: 40px;
        margin-top: 0px;
        -o-transition-property: none !important;
        -moz-transition-property: none !important;
        -ms-transition-property: none !important;
        -webkit-transition-property: none !important;
        transition-property: none !important;
        -webkit-animation: none !important;
        -moz-animation: none !important;
        -o-animation: none !important;
        -ms-animation: none !important;
        animation: none !important;
    }
    #links {
        position: relative;
        margin-top: 150px;
        text-align: center;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .link {
        font-size: 10px;
        text-align: center;
        margin-right: 20px;
    }
    .link:last-child {
        margin-right: 0px;
    }
    #AboutUs {
        position: relative;
        text-align: center;
        top: 85px;
        left: 50%;
        font-family: comix;
        font-size: 35px;
        color: #fff;
        margin-top: 0px;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        margin-bottom: 30px;
        -o-transition-property: none !important;
        -moz-transition-property: none !important;
        -ms-transition-property: none !important;
        -webkit-transition-property: none !important;
        transition-property: none !important;
        -webkit-animation: none !important;
        -moz-animation: none !important;
        -o-animation: none !important;
        -ms-animation: none !important;
        animation: none !important;
    }
    #about_close {
        top: 35px;
        left: 50%;
        position: fixed;
        margin-top: 0px;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        -o-transition-property: none !important;
        -moz-transition-property: none !important;
        -ms-transition-property: none !important;
        -webkit-transition-property: none !important;
        transition-property: none !important;
        -webkit-animation: none !important;
        -moz-animation: none !important;
        -o-animation: none !important;
        -ms-animation: none !important;
        animation: none !important;
    }
}


/* ----------- iPad 3 and 4 ----------- */


/* Portrait and Landscape */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
    .playme {
        display: none;
    }
    #textOver_warper,
    #imgOver_warper,
    .videoContainer,
    #ended,
    #loader,
    #black {
        display: none;
    }
    #mobileDevice {
        display: block;
    }
    #txtMob {
        font-size: 50px;
    }
    #EndMob p {
        font-size: 70px;
    }
    #play {
        position: relative;
        font-family: mathou;
        font-size: 25px;
        color: #fff;
        letter-spacing: 8px;
        border-bottom: solid 3px;
        padding-bottom: 4px;
        padding-left: 8px;
        text-align: center;
    }
    #infos {
        background: #000;
        top: 0px;
        padding-bottom: 15px;
    }
}

@media screen and (device-width: 768px) and (device-height: 1024px) and (-webkit-device-pixel-ratio: 1) {
    .playme {
        display: none;
    }
    #textOver_warper,
    #imgOver_warper,
    .videoContainer,
    #ended,
    #loader,
    #black {
        display: none;
    }
    #mobileDevice {
        display: block;
    }
    #txtMob {
        font-size: 50px;
    }
    #play {
        position: relative;
        font-family: mathou;
        font-size: 25px;
        color: #fff;
        letter-spacing: 8px;
        border-bottom: solid 3px;
        padding-bottom: 4px;
        padding-left: 8px;
        text-align: center;
    }
    #EndMob p {
        font-size: 70px;
    }
    #infos {
        background: #000;
        top: 0px;
        padding-bottom: 15px;
    }
}