.badscreen {
    position: fixed;
    top: 0;
    left: 0;
    width: 58%;
    height: 100%;
    background-color: #171d25;
    z-index: 99999999999;
    text-align: center;
    display: none;
}

.badscreen h2 {
    color: #FFF;
    font-size: 28px;
    padding: 14px 10px;
    font-family: "Roboto",sans-serif;
    font-weight: 200;
    text-transform: uppercase;
    margin-top: 20px;
}

.badscreen p {
    color: #FFF;
    font-size: 14px;
    padding: 10px 10px 10px;
    line-height: 1.8em;
    font-family: "Open Sans",sans-serif;
    width: 70%;
    margin-left: 15%;
    text-align: center;
}

.badscreen p a {
    font-style: italic;
    color: #FFF;
}

.badscreen .socials_badscreen {
    margin: 30px 0;
}

.badscreen .social {
    margin: 30px 0;
}

.footer {
    color: #FFF;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 90px;
    overflow: hidden;
}

.footer .footer__rightpart {
    position: absolute;
    height: 100%;
   color: rgba(152,175,197,.7);
    left: 255px;
    top: -7px;
}

.footer .footer__rightpart .col {
    float: left;
    position: relative;
    height: 100%;
    margin-left: 50px;
    width: 170px;
}

.footer .footer__rightpart .col p {
    font-family: "Open Sans",sans-serif;
    font-size: 14px;
    font-weight: 200;
    line-height: 35px;
}

.footer .footer__monitor {
    position: absolute;
    width: 255px;
    height: 90px;
}

.footer .footer__monitor canvas {
    width: 255px;
    height: 90px;
}

.header {
    width: 100%;
    height: 100px;
    display: block;
    color: #FFF;
    position: absolute;
    top: 0;
    left: 0;
}

.header .header__leftpart {
    width: 300px;
}

.header .header__leftpart .header__leftpart__title {
    text-transform: uppercase;
    font-weight: 200;
    font-size: 36px;
    letter-spacing: 4px;
    margin-bottom: 15px;
}

.header .header__leftpart .header__leftpart__subtitle {
    font-family: "Open Sans",sans-serif;
    font-weight: 200;
    font-size: 13px;
    letter-spacing: .4px;
    color: rgba(152,175,197,.7);
    line-height: 130%;
}

.header .header__rightpart {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding-left: 300px;
}

.header .header__rightpart .col {
    width: 50%;
    padding-right: 50px;
    float: left;
}

.header .progress {
    width: 100%;
    height: 35px;
    position: relative;
}

.header .progress p {
    font-size: 14px;
    position: absolute;
    left: 0;
    font-weight: 200;
    text-transform: uppercase;
}

.header .progress .progress__bar {
    width: 100%;
    height: 5px;
    display: block;
    position: absolute;
    left: 100px;
    top: 4px;
}

.header .progress .progress__bar .progress__bar__stroke {
    width: 100%;
    position: absolute;
    height: 1px;
    background-color: #FFF;
    opacity: .5;
    top: 50%;
    z-index: 10;
}

.header .progress .progress__bar .progress__bar__filler {
    position: absolute;
    left: 0;
    background-color: #ff8c5f;
    width: 50%;
    height: 100%;
    z-index: 20;
    opacity: .9;
    -webkit-box-shadow: 0 0 3px 0 #ff8c5f;
    box-shadow: 0 0 3px 0 #ff8c5f;
    -webkit-transition: all .5s;
    transition: all .5s;
}

section.console {
    position: absolute;
    height: 100%;
    width: 400px;
    right: 0;
    top: 0;
    background-color: rgba(16,20,26,.6);
    font-size: 14px;
}

section.console .hellosentence {
    height: 110px;
    width: 100%;
    border-bottom: 1px solid rgba(55,69,89,.6);
    position: absolute;
    top: 0;
    left: 0;
    color: #FFF;
    padding: 25px 20px;
    font-weight: 200;
    font-size: 17px;
    line-height: 140%;
    z-index: 20;
    background-color: rgba(16,20,26,.9);
}

section.console .hellosentence .page-title {
    left: 106px;
    top: 33px;
    padding-right: 20px;
    position: absolute;
}

section.console .log {
    position: absolute;
    bottom: 30px;
    text-align: right;
    right: 0;
    padding: 20px;
    opacity: .9;
    z-index: 10;
}

section.console .log>span {
    display: block;
    text-align: right;
    font-family: Inconsolata;
    margin-bottom: 10px;
    font-weight: 200;
    color: #e3f3ff;
    opacity: .7;
}

section.console .log>span strong {
    color: #fff;
}

section.console .log>span .alert {
    color: red;
}

section.console ::-webkit-input-placeholder {
    color: #FFF;
    opacity: .2;
    font-family: Inconsolata,sans-serif;
}

section.console ::-moz-placeholder {
    color: #FFF;
    opacity: .2;
    font-family: Inconsolata,sans-serif;
}

section.console :-ms-input-placeholder {
    color: #FFF;
    opacity: .2;
    font-family: Inconsolata,sans-serif;
}

section.console input:-moz-placeholder {
    color: #FFF;
    opacity: .2;
    font-family: Inconsolata,sans-serif;
}

section.console .console_text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    text-align: right;
    padding-right: 20px;
    background-color: rgba(16,20,26,.6);
    color: #FFF;
    border: none;
    border-top: 1px solid rgba(55,69,89,.6);
    outline: 0;
    font-size: 14px;
}

.page {
    position: absolute;
    height: 80%;
    top: 10%;
    width: 100%;
    right: 0;
    display: table;
    padding-right: 35px;
}

.page .pagecontainer {
    height: auto;
    display: table-cell;
    vertical-align: middle;
}

.page .home__question {
    text-transform: uppercase;
    font-weight: 200;
    font-size: 22px;
    letter-spacing: 4px;
    margin-bottom: 25px;
    color: #FFF;
    line-height: 130%;
}

.page .home__question span {
    opacity: .5;
}

.page .home__answers article {
    width: 20%;
    float: left;
    padding: 35px 0;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.page .home__answers article h3 {
    color: #FFF;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 300;
}

.page .home__answers article p {
    font-family: "Open Sans",sans-serif;
    color: rgba(152,175,197,.8);
    padding: 10px 0;
    font-size: 14px;
}

.page .home__answers article .indicator {
    width: 15%;
    height: 1px;
    background-color: #f7fbfd;
    -webkit-box-shadow: 0 0 1px 0 #f7fbfd;
    box-shadow: 0 0 1px 0 #f7fbfd;
    display: block;
    opacity: 0;
    margin-top: 7px;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: all .3s;
    transition: all .3s;
}

.page .home__answers article:hover {
    cursor: pointer;
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}

.page .home__answers article:hover .indicator {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.page .mecontainer {
    position: relative;
    height: 200px;
    display: block;
}

.page .back {
    position: absolute;
    top: -60px;
    font-family: "Open sans",sans-serif;
    color: #000;
    padding: 7px 10px;
    background-color: #FFF;
    opacity: .9;
    font-weight: 400;
    width: 73px;
    height: 32px;
    overflow: hidden;
    display: block;
}

.page .back:hover {
    cursor: pointer;
}

.page .photos {
    height: 200px;
    width: 220px;
    position: absolute;
    left: 0;
}

.page .photos img {
    height: 100%;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
}

.page .photos.visible .borders2 {
    -webkit-transform: rotate(90deg) translateY(-134px);
    -ms-transform: rotate(90deg) translateY(-134px);
    transform: rotate(90deg) translateY(-134px);
}

.page .photos.visible .borders1 {
    -webkit-transform: rotate(90deg) translateY(136px);
    -ms-transform: rotate(90deg) translateY(136px);
    transform: rotate(90deg) translateY(136px);
}

.page .photos.visible:hover .borders1,.page .photos.visible:hover .borders2 {
    -webkit-transform: rotate(0deg) translateY(0px);
    -ms-transform: rotate(0deg) translateY(0px);
    transform: rotate(0deg) translateY(0px);
}

.page .borders1 {
    position: absolute;
    right: -8px;
    bottom: -8px;
    width: 100px;
    height: 100px;
    display: block;
    border-right: 2px solid #FFF;
    border-bottom: 2px solid #FFF;
    -webkit-transition: all .5s;
    transition: all .5s;
    opacity: .4;
}

.page .borders2 {
    position: absolute;
    top: -8px;
    left: -8px;
    width: 100px;
    height: 100px;
    display: block;
    border-top: 2px solid #FFF;
    border-left: 2px solid #FFF;
    -webkit-transition: all .5s;
    transition: all .5s;
    opacity: .4;
}

.page .infos {
    position: absolute;
    left: 150px;
}

.page .infos .details,.page .infos h2,.page .infos h3 {
    color: #FFF;
    font-family: Roboto;
    font-size: 44px;
    font-weight: 200;
    margin: 0;
    padding: 0;
}

.page .infos h2,.page .infos h3 {
    text-transform: uppercase;
}

.page .infos .details {
    color: #FFF;
    font-family: Roboto;
    font-size: 14px;
    text-align: left;
    line-height: 150%;
    font-weight: 200;
    font-style: italic;
    margin-top: 7px;
}

.page .infos .details a {
    color: #FFF;
    font-weight: 400;
    text-decoration: none;
}

.page .infos .details a:hover {
    text-decoration: underline;
}

.page .infos h3 {
    font-size: 18px;
    margin-bottom: 26px;
    margin-top: 10px;
}

.page .mail {
    width: 60%;
    min-height: 100%;
    float: left;
    padding-left: 10px;
}

.page .mail .tips {
    margin-top: 0;
    padding-left: 15px;
}

.page .mail h3 {
    margin-top: 6px;
    margin-bottom: 8px;
    font-size: 24px;
    font-family: "Open Sans",sans-serif;
    color: #FFF;
    font-weight: 200;
}

.page .mail span {
    font-family: "Open Sans",sans-serif;
    color: rgba(227,243,255,.7);
    font-size: 14px;
    font-weight: 200;
    font-style: italic;
}

.page .mail p {
    font-family: "Open Sans",sans-serif;
    color: #FFF;
    font-size: 14px;
    font-weight: 200;
    margin-top: 10px;
    line-height: 150%;
}

.page .list {
    float: left;
    width: 30%;
    height: 100%;
}

.page .list ul {
    list-style-type: none;
    padding-left: 0;
    padding-right: 0;
    color: #FFF;
    font-family: "Open Sans",sans-serif;
    border-right: 1px solid rgba(227,243,255,.6);
}

.page .list ul li {
    border-bottom: 1px solid rgba(227,243,255,.6);
    font-size: 14px;
    font-weight: 200;
    padding-bottom: 10px;
    padding-top: 10px;
    line-height: 14px;
}

.page .list ul li:hover {
    cursor: pointer;
}

.page .list ul li.active {
    background-color: #FFF;
    color: #000;
    padding-left: 7px;
}

.page .skills {
    margin-top: 10px;
}

.page .skills p {
    color: #FFF;
    font-family: "Open sans",sans-serif;
    font-size: 14px;
    font-weight: 200;
    margin: 0;
    width: 100%;
}

.page .skills p span {
    border: 1px solid #FFF;
    padding: 5px;
    margin: 0 5px;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.page .skills p span:hover {
    border: 1px solid #FFF;
    padding: 5px;
    margin: 0 5px;
    background-color: #FFF;
    color: #000;
    cursor: pointer;
}

.page .skills .skills-box {
    background-color: rgba(255,255,255,.2);
    padding: 15px;
    margin-top: 30px;
    position: relative;
    -webkit-transition: all .3s;
    transition: all .3s;
    min-height: 80px;
}

.page .skills .skills-box .list {
    font-family: Inconsolata,sans-serif;
    border-left: 2px solid #FFF;
    margin-top: 10px;
    padding-left: 7px;
}

.page #laser {
    display: none;
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    background-color: #FFF;
    -webkit-box-shadow: 0 0 50px 3px #FFF;
    box-shadow: 0 0 50px 3px #FFF;
    -webkit-animation: scan 1s linear infinite;
    animation: scan 1s linear infinite;
}

@-webkit-keyframes scan {
    0% {
        top: 0;
    }

    50% {
        top: 100%;
    }

    100% {
        top: 0;
    }
}

@keyframes scan {
    0% {
        top: 0;
    }

    50% {
        top: 100%;
    }

    100% {
        top: 0;
    }
}

.page ul.fly {
    position: relative;
    width: 160px;
    height: 200px;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: scroll;
    list-style: none;
    -webkit-perspective: 400px;
    perspective: 400px;
}

.page ul.fly li {
    font-family: "Open sans",sans-serif;
    color: #3e526a;
    padding: 5px 10px;
    background-color: #FFF;
    opacity: .9;
    font-weight: 400;
    width: auto;
    height: 33px;
    overflow: hidden;
    display: block;
    margin-top: 5px;
}

.page .projects h3 {
    font-family: Roboto,sans-serif;
    text-transform: uppercase;
    color: #FFF;
    margin-bottom: 15px;
    font-size: 34px;
    font-weight: 200;
}

.page .projects p {
    font-size: 14px;
    color: #FFF;
    font-family: Roboto,sans-serif;
    font-style: italic;
    font-weight: 200;
    margin-bottom: 17px;
}

.page .projects .projects__articles {
    line-height: 60px;
}

.page .projects a {
    width: 100px;
    height: 100px;
    margin-right: 20px;
    display: block;
    float: left;
    opacity: .6;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.page .projects a img {
    width: 100%;
}

.page .projects a:hover {
    opacity: 1;
}

::selection {
    background: #ff8c5f;
}

::-moz-selection {
    background: #ff8c5f;
}

body {
    font-family: Roboto,sans-serif;
    background-color: #171d25;
    overflow: hidden;
}

.wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: all .5s ease .5s;
    transition: all .5s ease .5s;
    z-index: 10;
    min-width: 1000px;
}

.wrapper.opened {
    opacity: 1;
}

#three3dpoints {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
}

.leftpart {
    width: 100%;
    height: 100%;
    position: absolute;
    padding: 30px 400px 30px 30px;
}

.container {
    width: 100%;
    height: 100%;
    position: relative;
}

.center-text {
    opacity: 0;
    -webkit-transition: opacity .3s,-webkit-transform 1s;
    transition: opacity .3s,transform 1s;
}

.center-text.visible {
    opacity: 1;
}

.center-text.transition {
    opacity: 0;
}

.preloader,.wrapperloading {
    position: absolute;
    height: 200px;
    width: 200px;
    top: 50%;
    margin-top: -100px;
    left: 50%;
    margin-left: -100px;
    z-index: 9999999999;
}

.preloader {
    width: 100%!important;
    height: 100%!important;
    top: 0;
    left: 0;
    margin: 0;
    background-color: #171d25;
}

.preloader .loading.up,.wrapperloading .loading.up {
    position: absolute;
    height: 200px;
    width: 200px;
    top: 50%;
    margin-top: -100px;
    left: 50%;
    margin-left: -100px;
    border-radius: 150px;
    border: 3px solid #FFF;
    border-top-color: #FFF;
    border-left-color: rgba(255,255,255,.3);
    border-right-color: rgba(255,255,255,.3);
    border-bottom-color: #fff;
    -webkit-animation: rotation 3s linear infinite;
    animation: rotation 3s linear infinite;
}

.preloader .loading.down,.wrapperloading .loading.down {
    position: absolute;
    height: 100px;
    width: 100px;
    top: 50%;
    margin-top: -50px;
    left: 50%;
    margin-left: -50px;
    border-radius: 150px;
    border: 3px solid #FFF;
    border-left-color: #FFF;
    border-top-color: rgba(255,255,255,.3);
    border-bottom-color: rgba(255,255,255,.3);
    border-right-color: #FFF;
    -webkit-animation: rotation 1s linear infinite;
    animation: rotation 1s linear infinite;
}

@-webkit-keyframes rotation {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    50% {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotation {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    50% {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.big-start-button {
    color: #FFF;
    border: 1px solid #FFF;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    z-index: 1000000;
    top: 45%;
    font-size: 28px;
    padding: 14px 10px;
    font-family: Roboto,sans-serif;
    font-weight: 200;
    width: 470px;
    text-align: center;
    opacity: 1;
    -webkit-transition: all 3s;
    transition: all 3s;
}

.desc {
    color: #FFF;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    z-index: 3;
    top: 45%;
    font-size: 13px;
    padding: 80px 10px 10px;
    font-family: "Open Sans",sans-serif;
    width: 400px;
    text-align: center;
    font-weight: 200;
    line-height: 150%;
    -webkit-transition: all 1s;
    transition: all 1s;
}

.desc p.howto {
    font-weight: 800;
    padding-top: 20px;
}

.desc.init {
    top: 35%;
}

.big-start-button.init {
    opacity: 0;
}

.big-start-button .fill {
    position: absolute;
    width: 100%;
    background-color: #FFF;
    height: 0;
    bottom: 0;
    left: 0;
    -webkit-transition: height .5s;
    transition: height .5s;
    opacity: .2;
}

.big-start-button:hover {
    cursor: pointer;
}

.big-start-button:hover .fill {
    height: 100%;
}

.clear {
    clear: both;
}

html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*,:after,:before {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}

@-webkit-keyframes pulse {
    0% {
        opacity: 0;
    }

    25% {
        opacity: 1;
    }

    100%,50% {
        opacity: 0;
    }
}

@keyframes pulse {
    0% {
        opacity: 0;
    }

    25% {
        opacity: 1;
    }

    100%,50% {
        opacity: 0;
    }
}

.mailimage {
    position: absolute;
    width: 45px;
    top: 31px;
    left: 31px;
    z-index: 99999;
    opacity: .8;
}

.mailimage img {
    width: 100%;
}

.mailimage .indicator {
    position: absolute;
    top: 10px;
    left: 5px;
    background-color: #FFF;
    width: 34px;
    height: 25px;
    border-radius: 30px;
    color: #000;
    text-align: center;
    line-height: 25px;
    font-weight: 400;
    padding-top: 1px;
    -webkit-animation: pulse 3s infinite;
    animation: pulse 3s infinite;
}

.mailimage:hover {
    cursor: pointer;
}

@-webkit-keyframes flash {
    0%,100%,50% {
        opacity: 0;
    }

    25%,75% {
        opacity: .7;
    }
}

@keyframes flash {
    0%,100%,50% {
        opacity: 0;
    }

    25%,75% {
        opacity: .7;
    }
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash;
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake;
}

.boxalertwrapper {
    left: 0;
    top: 0;
    z-index: 1000;
    width: 100%;
    padding-right: 400px;
    height: 300px;
}

#box_alert {
    width: 100%;
    height: 100%;
    background: url(../img/bg_alert.png) 0 0/contain repeat-x;
    -webkit-background-size: contain;
    position: relative;
    opacity: 0;
}

#box_alert.anim {
    -webkit-animation: flash 1s;
    animation: flash 1s;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

.alert-box {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(179,0,0,.7);
    background: -webkit-gradient(radial,center center,0,center center,100%,color-stop(0%,rgba(179,0,0,.7)),color-stop(100%,rgba(163,0,0,.7)));
    background: -webkit-radial-gradient(center,ellipse,rgba(179,0,0,.7) 0,rgba(163,0,0,.7) 100%);
    background: radial-gradient(ellipse at center,rgba(179,0,0,.7) 0,rgba(163,0,0,.7) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b30000', endColorstr='#a30000', GradientType=1);
    z-index: 2000000;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 2s;
    transition: all 2s;
}

.alert-box .text,.alert-box p {
    font-family: "Open Sans",sans-serif;
    width: 80%;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    font-size: 53px;
    text-align: center;
    z-index: 3000000;
    color: #FFF;
    top: 20%;
}

.alert-box .glitch {
    font-family: Roboto,sans-serif;
    font-weight: 200;
    text-transform: uppercase;
}

.alert-box p {
    width: 50%;
    top: 30%;
    font-size: 18px;
    opacity: 1;
}

.alert-box .socials {
    position: absolute;
    width: 200px;
    left: 0;
    right: 0;
    margin: auto;
    top: 37%;
    font-size: 26px;
    opacity: 1;
    text-align: center;
}

.alert-box .socials .count {
    left: 5px;
}

.alert-box.visible {
    opacity: 1;
    visibility: visible;
}

.alert-box.visible .text {
    -webkit-animation: fadein 2s ease-in-out 1s;
    animation: fadein 2s ease-in-out 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

@-webkit-keyframes noise-anim {
    0% {
        clip: rect(17px,9999px,28px,0);
    }

    5% {
        clip: rect(80px,9999px,88px,0);
    }

    10% {
        clip: rect(11px,9999px,100px,0);
    }

    15% {
        clip: rect(96px,9999px,62px,0);
    }

    20% {
        clip: rect(26px,9999px,14px,0);
    }

    25% {
        clip: rect(37px,9999px,21px,0);
    }

    30% {
        clip: rect(58px,9999px,39px,0);
    }

    35% {
        clip: rect(1px,9999px,19px,0);
    }

    40% {
        clip: rect(49px,9999px,78px,0);
    }

    45% {
        clip: rect(81px,9999px,76px,0);
    }

    50% {
        clip: rect(47px,9999px,94px,0);
    }

    55% {
        clip: rect(73px,9999px,27px,0);
    }

    60% {
        clip: rect(57px,9999px,29px,0);
    }

    65% {
        clip: rect(1px,9999px,56px,0);
    }

    70% {
        clip: rect(70px,9999px,96px,0);
    }

    75% {
        clip: rect(3px,9999px,24px,0);
    }

    80% {
        clip: rect(32px,9999px,76px,0);
    }

    85% {
        clip: rect(53px,9999px,59px,0);
    }

    90% {
        clip: rect(20px,9999px,3px,0);
    }

    95% {
        clip: rect(60px,9999px,60px,0);
    }

    100% {
        clip: rect(16px,9999px,46px,0);
    }
}

@keyframes noise-anim {
    0% {
        clip: rect(17px,9999px,28px,0);
    }

    5% {
        clip: rect(80px,9999px,88px,0);
    }

    10% {
        clip: rect(11px,9999px,100px,0);
    }

    15% {
        clip: rect(96px,9999px,62px,0);
    }

    20% {
        clip: rect(26px,9999px,14px,0);
    }

    25% {
        clip: rect(37px,9999px,21px,0);
    }

    30% {
        clip: rect(58px,9999px,39px,0);
    }

    35% {
        clip: rect(1px,9999px,19px,0);
    }

    40% {
        clip: rect(49px,9999px,78px,0);
    }

    45% {
        clip: rect(81px,9999px,76px,0);
    }

    50% {
        clip: rect(47px,9999px,94px,0);
    }

    55% {
        clip: rect(73px,9999px,27px,0);
    }

    60% {
        clip: rect(57px,9999px,29px,0);
    }

    65% {
        clip: rect(1px,9999px,56px,0);
    }

    70% {
        clip: rect(70px,9999px,96px,0);
    }

    75% {
        clip: rect(3px,9999px,24px,0);
    }

    80% {
        clip: rect(32px,9999px,76px,0);
    }

    85% {
        clip: rect(53px,9999px,59px,0);
    }

    90% {
        clip: rect(20px,9999px,3px,0);
    }

    95% {
        clip: rect(60px,9999px,60px,0);
    }

    100% {
        clip: rect(16px,9999px,46px,0);
    }
}

.glitch:after {
    padding: 0 10px 10px;
    width: 100%;
    text-align: center;
    content: attr(data-text);
    position: absolute;
    left: 2px;
    text-shadow: -1px 0 red;
    top: 0;
    color: #FFF;
    background: 0 0;
    overflow: hidden;
    clip: rect(0,900px,0,0);
    -webkit-animation: noise-anim 2s infinite linear alternate-reverse;
    animation: noise-anim 2s infinite linear alternate-reverse;
}

.contactme {
    font-family: Roboto,sans-serif;
    font-weight: 300;
    position: absolute;
    z-index: 999999;
    width: 450px;
    height: 160px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: rgba(16,20,26,.95);
    color: #FFF;
    text-align: center;
    padding: 30px;
    -webkit-box-shadow: 0 3px 1px 0 rgba(0,0,0,.6);
    box-shadow: 0 3px 1px 0 rgba(0,0,0,.6);
    -webkit-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    transform: translateY(-100px);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.contactme.visible {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    visibility: visible;
    opacity: 1;
}

.contactme a {
    text-decoration: none;
    color: #FFF;
    font-style: italic;
}

.contactme .contactsocials {
    width: 160px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
}

.contactme .contactsocials a {
    width: 70px;
    margin-right: 10px;
    display: block;
    float: left;
    opacity: .6;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.contactme .contactsocials a img {
    width: 100%;
}

.contactme .contactsocials a:hover {
    opacity: 1;
}

.contactme .close {
    position: absolute;
    top: 0;
    left: 15px;
    background-color: #232c38;
    padding: 7px;
}

.contactme .close:hover {
    cursor: pointer;
}

.blocking-error {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #171d25;
    z-index: 1000000;
}

.blocking-error p {
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding-right: 20%;
    padding-left: 20%;
    color: #FFF;
    font-family: Roboto,sans-serif;
    text-transform: uppercase;
    line-height: 150%;
    font-weight: 200;
    font-size: 31px;
}

@media screen and (max-width:1375px) {
    .footer .footer__rightpart .col {
        margin-left: 40px!important;
        width: 140px!important;
    }

    .footer .footer__rightpart .col p {
        font-size: 14px!important;
    }

    .col .count {
        width: 20px!important;
        height: 20px!important;
        line-height: 20px!important;
    }
}

@media screen and (max-width:1250px) {
    section.console {
        width: 350px!important;
        font-size: 13px;
    }

    .leftpart {
        padding-right: 350px;
    }

    .page .infos h2 {
        font-size: 36px!important;
    }

    .page .infos h3 {
        font-size: 16px!important;
    }

    .page .infos .details {
        font-size: 13px!important;
    }
}

@media screen and (max-width:1190px) {
    .header .header__rightpart {
        padding-left: 200px!important;
    }

    .header .header__leftpart {
        width: 200px!important;
    }

    .header .header__leftpart .header__leftpart__title {
        font-size: 28px!important;
    }

    .header .header__leftpart .header__leftpart__subtitle {
        font-size: 11px!important;
    }

    .resremove1 {
        display: none;
    }
}

.socialsharewrapper {
    position: absolute;
    bottom: -8px;
}

.socialsharelegend {
    font-family: Roboto,sans-serif;
    font-weight: 400;
}

.socialshare a {
    width: 33%;
    float: left;
    padding-right: 10px;
    position: relative;
}

.socialshare a img {
    width: 100%;
    position: relative;
}

.socialshare a .count {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto auto auto 8px;
    background-color: #FFF;
    color: #000;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    z-index: 40;
    opacity: 0;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.socialshare a:hover .count {
    opacity: 1;
}

.one {
  list-style: circle; color: #FFFFFF;
}

.two {
  list-style: square inside; color: #FFFFFF;
}
  