@charset "utf-8";

.hero-bg-slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    overflow: hidden;
}

.slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0;
    transition: opacity 2s ease-in-out;
    z-index: 1;
}

    .slide.active {
        opacity: 1;
        z-index: 2; /* Asegura que el slide activo esté por encima de los demás */
    }


/* works IMG BACKGROUND */
.works-inner-img-1 {
    background-image: url(../images/server_1.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.works-inner-img-2 {
    background-image: url(../images/server_2.png);
    background-repeat: no-repeat;
    background-position: center center;
}


/* reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

html, body {
    height: 100%;
}

body {
    line-height: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after, q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

*:focus {
    outline: none;
}

/* remove dotted outline from links, button and input element */
a:focus, a:active,
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner {
    border: 0;
    outline: 0;
}


/* layout */
body {
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    line-height: 1.5;
    font-style: normal;
    font-weight: 400;
    text-align: left;
    color: #fff;
    background: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0;
    padding: 0;
}

a {
    color: #fff;
    text-decoration: none;
    outline: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

    a:hover,
    a:visited,
    a:active,
    a:focus {
        color: #fff;
        text-decoration: none;
        outline: none;
        -webkit-transition: all 0.5s linear;
        -moz-transition: all 0.5s linear;
        -ms-transition: all 0.5s linear;
        -o-transition: all 0.5s linear;
        transition: all 0.5s linear;
    }

p {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

    p a {
        color: #fff;
        text-decoration: underline;
        outline: none;
        -webkit-transition: all 0.5s linear;
        -moz-transition: all 0.5s linear;
        -ms-transition: all 0.5s linear;
        -o-transition: all 0.5s linear;
        transition: all 0.5s linear;
    }

        p a:hover {
            color: #fff;
            text-decoration: underline;
            outline: none;
            -webkit-transition: all 0.5s linear;
            -moz-transition: all 0.5s linear;
            -ms-transition: all 0.5s linear;
            -o-transition: all 0.5s linear;
            transition: all 0.5s linear;
        }

strong {
    font-weight: bold;
}

::-moz-selection {
    background: #000;
    color: #fff;
}

::selection {
    background: #000;
    color: #fff;
}


.upper-page {
    min-height: 100%;
    margin: 0;
    padding: 0;
    background: none;
}

.upper-content {
    margin: 0 auto;
    padding: 0;
}

.lower-page {
    min-height: 100%;
    margin: 0;
    padding: 0;
}

.lower-content {
    margin: 0 auto;
    padding: 50px 0 38px 0;
}

    .lower-content p {
        padding: 10px;
        color: #fff;
        text-align: center;
    }

@media only screen and (max-width: 640px) {
    .lower-content p {
        text-align: left;
    }
}

.sections {
    position: relative;
    text-align: center;
    z-index: 10;
}

#about, #services, #works, #contact {
    display: none;
}

@media only screen and (max-width: 640px) {
    .section-home {
        margin-bottom: 30px;
    }

    .section-about {
        margin-bottom: 20px;
    }

    .section-services {
        margin-bottom: -7px;
    }

    .section-works,
    .section-contact {
        margin-bottom: 32px;
    }
}

#intro-wrapper {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
}

.intro-spacer {
    position: relative;
    width: 100%;
    height: 100px;
    margin: 0 auto;
}

.intro-spacer-2 {
    position: relative;
    width: 100%;
    height: 50px;
    margin: 0 auto;
}

@media only screen and (max-width: 640px) {
    .word-slide {
        margin-top: -3px;
    }
}

h1 {
    font-family: 'Oswald', sans-serif;
    font-size: 90px;
    font-weight: 700;
    line-height: .9;
    letter-spacing: -0.04em;
    color: #fff;
    margin: 160px auto 50px auto;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 1px 1px 2px #000;
}

@media only screen and (max-width: 640px) {
    h1 {
        font-size: 57px;
        margin: 37px auto 34px auto;
    }
}

.highlighter {
    color: #db0018;
    line-height: 1.2;
}

h2 {
    font-family: 'Oswald', sans-serif;
    font-size: 70px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: -0.04em;
    color: #fff;
    margin: 0 0 0 -6px;
    text-align: center;
    text-transform: uppercase;
}

@media only screen and (max-width: 640px) {
    h2 {
        font-size: 57px;
    }
}

h3 {
    font-family: 'Oswald', sans-serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: -0.04em;
    color: #db0018;
    margin: 0 auto;
    text-align: center;
    text-transform: uppercase;
}

h4 {
    font-family: 'Oswald', sans-serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: -0.04em;
    color: #db0018;
    margin: 60px auto 15px auto;
    text-align: center;
    text-transform: uppercase;
}

h5 {
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.08em;
    color: #c5c2b8;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
}

h6 {
    font-family: 'Oswald', sans-serif;
    font-size: 23px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: -0.04em;
    color: #fff;
    margin: 0 auto;
    text-align: center;
    text-transform: uppercase;
    -webkit-transform: rotate(60deg);
    -moz-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    -o-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -ms-transform-origin: center;
    -o-transform-origin: center;
    transform-origin: center;
    text-shadow: 1px 1px 2px #000;
}

@media only screen and (max-width: 640px) {
    h6 {
        margin: 45px auto 0 auto;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

.decoration {
    position: relative;
    margin: 0 auto;
    text-align: center;
    text-shadow: 1px 1px 2px #000;
    z-index: 1;
}

@media only screen and (max-width: 640px) {
    .decoration {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

.decoration-left {
    width: 6%;
    height: 1px;
    background: #fff;
    margin: 0 119px 10px 0;
    position: relative;
    display: inline-block;
}

@media only screen and (max-width: 640px) {
    .decoration-left {
        width: 3%;
    }
}

.decoration-right {
    width: 6%;
    height: 1px;
    background: #fff;
    margin: 0 0 10px 119px;
    position: relative;
    display: inline-block;
}

@media only screen and (max-width: 640px) {
    .decoration-right {
        width: 3%;
    }
}

.decoration-effect {
    position: absolute;
    font-family: 'Oswald', sans-serif;
    font-size: 17px;
    line-height: 1.5;
    font-style: normal;
    text-transform: uppercase;
    text-align: center;
    font-weight: 300;
    letter-spacing: 1px;
    background: none;
    width: 202px;
    height: 61px;
    padding: 17px 0 0 0;
    margin-left: -101px;
    left: 50%;
    top: -25px;
    z-index: 0;
}

    .decoration-effect a, .decoration-effect a:hover {
        color: #fff;
        text-decoration: none;
    }

.effect-bubba::before,
.effect-bubba::after {
    width: 180px;
    height: 100%;
    position: absolute;
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
    content: '';
    opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

.effect-bubba::before {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0,1);
    -moz-transform: scale(0,1);
    -ms-transform: scale(0,1);
    -o-transform: scale(0,1);
    transform: scale(0,1);
}

.effect-bubba::after {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: scale(1,0);
    -moz-transform: scale(1,0);
    -ms-transform: scale(1,0);
    -o-transform: scale(1,0);
    transform: scale(1,0);
}

.effect-bubba:hover::before,
.effect-bubba:hover::after {
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.decoration-2 {
    position: relative;
    margin: 33px auto 30px auto;
    text-align: center;
}

@media only screen and (max-width: 640px) {
    .decoration-2 {
        margin: 33px auto 74px auto;
    }
}

.decoration-left-2 {
    width: 6%;
    height: 1px;
    background: #fff;
    margin: 0 119px 10px 0;
    position: relative;
    display: inline-block;
}

@media only screen and (max-width: 640px) {
    decoration-left-2 {
        width: 3%;
    }
}

.decoration-right-2 {
    width: 6%;
    height: 1px;
    background: #fff;
    margin: 0 0 10px 119px;
    position: relative;
    display: inline-block;
}

@media only screen and (max-width: 640px) {
    .decoration-right-2 {
        width: 3%;
    }
}

.decoration-effect-2 {
    position: absolute;
    font-family: 'Dosis', sans-serif;
    font-size: 17px;
    line-height: 1.5;
    font-style: normal;
    text-transform: uppercase;
    text-align: center;
    font-weight: 400;
    letter-spacing: 1px;
    background: none;
    width: 202px;
    height: 61px;
    padding: 17px 0 0 0;
    margin-left: -101px;
    left: 50%;
    top: -25px;
    z-index: 0;
}

    .decoration-effect-2 a, .decoration-effect-2 a:hover {
        color: #fff;
        text-decoration: none;
    }

.effect-bubba-2::before,
.effect-bubba-2::after {
    width: 180px;
    height: 39px;
    position: absolute;
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
    content: '';
    opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

.effect-bubba-2::before {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0,1);
    -moz-transform: scale(0,1);
    -ms-transform: scale(0,1);
    -o-transform: scale(0,1);
    transform: scale(0,1);
}

.effect-bubba-2::after {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: scale(1,0);
    -moz-transform: scale(1,0);
    -ms-transform: scale(1,0);
    -o-transform: scale(1,0);
    transform: scale(1,0);
}

.effect-bubba-2:hover::before,
.effect-bubba-2:hover::after {
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.quote {
    margin: 0 auto;
}

    .quote p {
        font-family: 'Raleway',sans-serif;
        font-size: 18px;
        line-height: 1.5;
        font-style: italic;
        font-weight: normal;
        text-align: center;
        color: #fff;
        font-weight: 400;
        letter-spacing: 1px;
    }

.quote-mark-l {
    color: #fff;
    padding: 0 10px 0 0;
}

.quote-mark-r {
    color: #fff;
    padding: 0 0 0 10px;
}


/* navigation */
.menu-toggle {
    position: fixed;
    display: block;
    top: 3px;
    left: 0;
    width: 80px;
    height: 80px;
    padding: 0;
    background: none;
    line-height: 1;
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    z-index: 999;
}

@media only screen and (max-width: 880px) {
    .menu-toggle {
        position: absolute;
    }
}

#main-menu {
    position: fixed;
    font-family: 'Oswald', sans-serif;
    font-style: normal;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 1;
    width: 400px;
    height: 200%;
    left: -760px;
    top: -460px;
    margin: auto;
    background: #b66207cb;
    -webkit-transition: left .4s ease-in-out;
    -moz-transition: left .4s ease-in-out;
    -ms-transition: left .4s ease-in-out;
    -o-transition: left .4s ease-in-out;
    transition: left .4s ease-in-out;
    -webkit-transform: rotate(-30deg);
    -moz-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    -o-transform: rotate(-30deg);
    transform: rotate(-30deg);
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -ms-transform-origin: center;
    -o-transform-origin: center;
    transform-origin: center;
    z-index: 998;
}

@media only screen and (max-width: 880px) {
    #main-menu {
        width: 400px;
        left: -660px;
        top: -400px;
    }
}

@media only screen and (max-width: 640px) {
    #main-menu {
        width: 280px;
        height: 100%;
        left: -280px;
        top: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

#main-menu.activated {
    left: 98px;
}

@media only screen and (max-width: 640px) {
    #main-menu.activated {
        left: 108px;
    }
}

#main-menu ul {
    list-style: none outside none;
    padding: 0 0 0 37px;
}

    #main-menu ul li {
        text-align: left;
        line-height: .75;
    }

#main-menu .credits {
    font-size: 14px;
    line-height: 1;
    margin: 15px 0 0 9px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: left;
    -moz-transform-origin: left;
    -ms-transform-origin: left;
    -o-transform-origin: left;
    transform-origin: left;
}

@media only screen and (max-width: 640px) {
    #main-menu .credits {
        font-size: 12px;
        margin: 28px 0 0 -14px;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

#main-menu .credits a {
    color: #444;
    text-decoration: none;
}

#main-menu a {
    display: none;
    min-width: 10px;
    color: #c5c2b8;
    text-decoration: none;
    -webkit-transition: color .8s ease-in-out;
    -moz-transition: color .8s ease-in-out;
    -ms-transition: color .8s ease-in-out;
    -o-transition: color .8s ease-in-out;
    transition: color .8s ease-in-out;
}

#main-menu li .active {
    color: #000;
}

.menu-nav-wrapper {
    display: table;
    width: 100%;
    height: 100%;
}

.menu-nav {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}


/* link style */
.link {
    position: relative;
    outline: none;
    text-decoration: none;
    font-size: 50px;
    line-height: 1;
    display: inline-block;
    width: 326px;
}

@media only screen and (max-width: 640px) {
    .link {
        font-size: 40px;
        width: 206px;
    }
}

.link--kukuri {
    overflow: hidden;
    line-height: 1;
}

    .link--kukuri::after {
        content: '';
        position: absolute;
        height: 16px;
        width: 100%;
        top: 50%;
        margin-top: -8px;
        right: 0;
        background: #c5c2b8;
        -webkit-transform: translate3d(-100%,0,0);
        -moz-transform: translate3d(-100%,0,0);
        -ms-transform: translate3d(-100%,0,0);
        -o-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0);
        -webkit-transition: -webkit-transform 0.4s;
        transition: transform 0.4s;
        -webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
        transition-timing-function: cubic-bezier(0.7,0,0.3,1);
    }

    .link--kukuri:hover::after {
        -webkit-transform: translate3d(100%,0,0);
        -moz-transform: translate3d(100%,0,0);
        -ms-transform: translate3d(100%,0,0);
        -o-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0);
    }

    .link--kukuri::before {
        position: absolute;
        content: attr(data-letters);
        z-index: 2;
        overflow: hidden;
        color: #000;
        white-space: nowrap;
        width: 0%;
        -webkit-transition: width 0.6s 0.3s;
        -moz-transition: width 0.6s 0.3s;
        -ms-transition: width 0.6s 0.3s;
        -o-transition: width 0.6s 0.3s;
        transition: width 0.6s 0.3s;
    }

    .link--kukuri:hover::before {
        width: 100%;
    }


/* brackets */
.brackets a::before,
.brackets a::after {
    display: inline-block;
    opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
    -moz-transition: -moz-transform 0.3s, opacity 0.2s;
    -ms-transition: -ms-transform 0.3s, opacity 0.2s;
    -o-transition: -o-transform 0.3s, opacity 0.2s;
    transition: transform 0.3s, opacity 0.2s;
}

.brackets a::before {
    content: '[';
    margin-right: 10px;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
}

.brackets a::after {
    content: ']';
    margin-left: 10px;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
}

.brackets a:hover::before,
.brackets a:hover::after,
.brackets a:focus::before,
.brackets a:focus::after {
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
}

.brackets ul, li {
    list-style: none;
}

.brackets a {
    color: #db0018;
    text-decoration: none;
}

    .brackets a:hover {
        color: #db0018;
        text-decoration: none;
    }

    .brackets a:visited {
        color: #db0018;
        text-decoration: none;
    }


/* ui layer */
#ui-layer {
    position: relative;
    min-width: 100%;
    min-height: 100%;
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    z-index: 6;
}

.ui-layer-inner {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 100;
}


/* borders */
.border-top,
.border-bottom,
.border-left,
.border-right {
    -webkit-transform: rotate(-30deg);
    -moz-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    -o-transform: rotate(-30deg);
    transform: rotate(-30deg);
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -ms-transform-origin: center;
    -o-transform-origin: center;
    transform-origin: center;
}

@media only screen and (min-width: 880px) {
    .border-top {
        position: fixed;
        width: 50%;
        height: 2px;
        left: 10px;
        top: 10px;
        background: #fff;
        z-index: 10;
    }

        .border-top.top-position {
            -webkit-transform: translateY(-200px);
            -moz-transform: translateY(-200px);
            -ms-transform: translateY(-200px);
            -o-transform: translateY(-200px);
            transform: translateY(-200px);
            -webkit-transition: all 1.0s ease;
            -moz-transition: all 1.0s ease;
            -ms-transition: all 1.0s ease;
            -o-transition: all 1.0s ease;
            transition: all 1.0s ease;
        }

    .border-bottom {
        position: fixed;
        width: 50%;
        height: 2px;
        right: 10px;
        bottom: 10px;
        background: #fff;
        z-index: 10;
    }

        .border-bottom.bottom-position {
            -webkit-transform: translateY(200px);
            -moz-transform: translateY(200px);
            -ms-transform: translateY(200px);
            -o-transform: translateY(200px);
            transform: translateY(200px);
            -webkit-transition: all 1.0s ease;
            -moz-transition: all 1.0s ease;
            -ms-transition: all 1.0s ease;
            -o-transition: all 1.0s ease;
            transition: all 1.0s ease;
        }

    .border-left {
        position: fixed;
        width: 2px;
        height: 50%;
        left: 10px;
        bottom: 10px;
        background: #fff;
        z-index: 10;
    }

        .border-left.left-position {
            -webkit-transform: translateX(-200px);
            -moz-transform: translateX(-200px);
            -ms-transform: translateX(-200px);
            -o-transform: translateX(-200px);
            transform: translateX(-200px);
            -webkit-transition: all 1.0s ease;
            -moz-transition: all 1.0s ease;
            -ms-transition: all 1.0s ease;
            -o-transition: all 1.0s ease;
            transition: all 1.0s ease;
        }

    .border-right {
        position: fixed;
        width: 2px;
        height: 50%;
        right: 10px;
        top: 10px;
        background: #fff;
        z-index: 10;
    }

        .border-right.right-position {
            -webkit-transform: translateX(200px);
            -moz-transform: translateX(200px);
            -ms-transform: translateX(200px);
            -o-transform: translateX(200px);
            transform: translateX(200px);
            -webkit-transition: all 1.0s ease;
            -moz-transition: all 1.0s ease;
            -ms-transition: all 1.0s ease;
            -o-transition: all 1.0s ease;
            transition: all 1.0s ease;
        }

    .border-top,
    .border-bottom,
    .border-left,
    .border-right {
        -webkit-transition: all 1.0s ease;
        -moz-transition: all 1.0s ease;
        -ms-transition: all 1.0s ease;
        -o-transition: all 1.0s ease;
        transition: all 1.0s ease;
    }
}


/* countdown */
#countdown-wrapper {
    position: relative;
    margin: 28px auto;
    width: 400px;
    -webkit-transform: rotate(60deg);
    -moz-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    -o-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -ms-transform-origin: center;
    -o-transform-origin: center;
    transform-origin: center;
    text-shadow: 1px 1px 2px #000;
}

@media only screen and (max-width: 640px) {
    #countdown-wrapper {
        margin: -21px auto -16px auto;
        width: auto;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

#countdown {
    margin: 0;
    padding: 0;
}

ul#countdown li {
    display: inline-block;
    width: 115px;
}

@media only screen and (max-width: 640px) {
    ul#countdown li {
        width: 90px;
    }
}

ul#countdown li span {
    font-family: 'Oswald', sans-serif;
    font-size: 70px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: -0.04em;
    color: #fff;
    text-align: center;
    margin: 0;
    padding: 0;
    position: relative;
}

@media only screen and (max-width: 640px) {
    ul#countdown li span {
        font-size: 50px;
    }
}

ul#countdown li span.seconds {
    font-family: 'Oswald', sans-serif;
    font-size: 55px;
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: -0.04em;
    color: #db0018;
    text-align: left;
    margin: 0;
    padding: 0 0 0 20px;
    position: relative;
}

@media only screen and (max-width: 640px) {
    ul#countdown li span.seconds {
        font-size: 35px;
    }

    ul#countdown li span.seconds {
        padding: 0 0 0 20px;
    }
}

ul#countdown li span::before {
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
}

ul#countdown li p.timeRefDays,
ul#countdown li p.timeRefHours,
ul#countdown li p.timeRefMinutes {
    font-family: 'Oswald', sans-serif;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    text-align: center;
    margin: 0;
    padding: 0 0 0 5px;
}

@media only screen and (max-width: 640px) {
    ul#countdown li p.timeRefDays,
    ul#countdown li p.timeRefHours,
    ul#countdown li p.timeRefMinutes {
        padding: 0 0 0 3px;
    }
}

ul#countdown li p.timeRefSeconds {
    font-family: 'Oswald', sans-serif;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    text-align: center;
    margin: 0;
    padding: 0 0 0 24px;
}

@media only screen and (max-width: 640px) {
    ul#countdown li p.timeRefSeconds {
        padding: 0 0 0 18px;
    }
}

.until-launch {
    font-family: 'Oswald', sans-serif;
    color: #fff;
    font-size: 23px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.04em;
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 10px 0;
}


/* center container */
.center-container-home {
    position: absolute;
    display: table;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}

.center-block-home {
    display: table-cell;
    vertical-align: middle;
}

.center-container {
    position: absolute;
    display: table;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .6);
}

.center-block {
    display: table-cell;
    vertical-align: middle;
}

.center-container-ex-modal {
    position: absolute;
    display: table;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: none;
}

.center-block-ex-modal {
    display: table-cell;
    vertical-align: middle;
}


/* lines */
.lines-button {
    margin: -16px 0 0 -3px;
    padding: 30px 16px;
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .lines-button:hover {
        opacity: 1;
        -moz-opacity: 1;
        -webkit-opacity: 1;
        filter: alpha(opacity=100);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }

    .lines-button:active {
        -webkit-transition: 0;
        -moz-transition: 0;
        -ms-transition: 0;
        -o-transition: 0;
        transition: 0;
    }

.lines {
    position: relative;
    display: inline-block;
    width: 35px;
    height: 2px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    background: #fff;
}

    .lines:after,
    .lines:before {
        content: "";
        position: absolute;
        display: inline-block;
        width: 35px;
        height: 2px;
        -webkit-transition: .3s;
        -moz-transition: .3s;
        -ms-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
        left: 0;
        -webkit-transform-origin: .28571rem center;
        -moz-transform-origin: .28571rem center;
        -ms-transform-origin: .28571rem center;
        -o-transform-origin: .28571rem center;
        transform-origin: .28571rem center;
        background: #fff;
    }

    .lines:before {
        top: 10px;
    }

    .lines:after {
        top: -10px;
    }

.lines-button.minus.lines-close .lines:after,
.lines-button.minus.lines-close .lines:before {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    top: 0;
    width: 35px;
    background: #111;
}

@media only screen and (max-width: 640px) {
    .lines-button.minus.lines-close .lines:after,
    .lines-button.minus.lines-close .lines:before {
        background: #fff;
    }
}

.lines-button.x.lines-close .lines {
    background: 0 0;
}

    .lines-button.x.lines-close .lines:after,
    .lines-button.x.lines-close .lines:before {
        -webkit-transform-origin: 50% 50%;
        -moz-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
        -o-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        top: 0;
        width: 35px;
        background: #111;
    }

@media only screen and (max-width: 640px) {
    .lines-button.x.lines-close .lines:after,
    .lines-button.x.lines-close .lines:before {
        background: #fff;
    }
}

.lines-button.x.lines-close .lines:before {
    -webkit-transform: rotate3d(0,0,1,45deg);
    -moz-transform: rotate3d(0,0,1,45deg);
    -ms-transform: rotate3d(0,0,1,45deg);
    -o-transform: rotate3d(0,0,1,45deg);
    transform: rotate3d(0,0,1,45deg);
}

.lines-button.x.lines-close .lines:after {
    -webkit-transform: rotate3d(0,0,1,-45deg);
    -moz-transform: rotate3d(0,0,1,-45deg);
    -ms-transform: rotate3d(0,0,1,-45deg);
    -o-transform: rotate3d(0,0,1,-45deg);
    transform: rotate3d(0,0,1,-45deg);
}

.lines-button.x2 .lines {
    -webkit-transition: background .3s .5s ease;
    -moz-transition: background .3s .5s ease;
    -ms-transition: background .3s .5s ease;
    -o-transition: background .3s .5s ease;
    transition: background .3s .5s ease;
}

    .lines-button.x2 .lines:after,
    .lines-button.x2 .lines:before {
        -webkit-transform-origin: 50% 50%;
        -moz-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
        -o-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        -webkit-transition: top .3s .6s ease, -webkit-transform .3s ease;
        -moz-transition: top .3s .6s ease, -moz-transform .3s ease;
        -ms-transition: top .3s .6s ease, -ms-transform .3s ease;
        -o-transition: top .3s .6s ease, -o-transform .3s ease;
        transition: top .3s .6s ease, transform .3s ease;
    }

.lines-button.x2.lines-close .lines {
    -webkit-transition: background .3s 0 ease;
    -moz-transition: background .3s 0 ease;
    -ms-transition: background .3s 0 ease;
    -o-transition: background .3s 0 ease;
    transition: background .3s 0 ease;
    background: 0 0;
}

    .lines-button.x2.lines-close .lines:after,
    .lines-button.x2.lines-close .lines:before {
        -webkit-transition: top .3s ease, -webkit-transform .3s .5s ease;
        -moz-transition: top .3s ease, -moz-transform .3s .5s ease;
        -ms-transition: top .3s ease, -ms-transform .3s .5s ease;
        -o-transition: top .3s ease, -o-transform .3s .5s ease;
        transition: top .3s ease, transform .3s .5s ease;
        top: 0;
        width: 35px;
        background: #111;
    }

@media only screen and (max-width: 640px) {
    .lines-button.x2.lines-close .lines:after,
    .lines-button.x2.lines-close .lines:before {
        background: #fff;
    }
}

.lines-button.x2.lines-close .lines:before {
    -webkit-transform: rotate3d(0,0,1,45deg);
    -moz-transform: rotate3d(0,0,1,45deg);
    -ms-transform: rotate3d(0,0,1,45deg);
    -o-transform: rotate3d(0,0,1,45deg);
    transform: rotate3d(0,0,1,45deg);
}

.lines-button.x2.lines-close .lines:after {
    -webkit-transform: rotate3d(0,0,1,-45deg);
    -moz-transform: rotate3d(0,0,1,-45deg);
    -ms-transform: rotate3d(0,0,1,-45deg);
    -o-transform: rotate3d(0,0,1,-45deg);
    transform: rotate3d(0,0,1,-45deg);
}

button {
    outline: none;
    border: none;
}


/* intro years */
.intro-years {
    position: relative;
    width: 325px;
    height: 265px;
    margin: 45px 0 0 0;
}

@media only screen and (max-width: 640px) {
    .intro-years {
        margin: 45px 0 0 10px;
    }
}

.intro-years h2 {
    font-family: 'Oswald', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.65em;
    color: #fff;
    margin: 38px 0 32px 0;
}

.intro-years h3 {
    position: relative;
    font-family: 'Oswald', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 105px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #fff;
    width: 100%;
    line-height: 100%;
    z-index: 0;
}

.borders-berlin {
    position: absolute;
    left: 0;
    top: -35px;
    margin: 0 auto;
    border: 15px solid rgba(219, 0, 24, .45);
    z-index: -1;
}

    .borders-berlin,
    .borders-berlin:after,
    .borders-berlin:before {
        width: 165px;
        height: 265px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }


/* facts counter */
.facts-counter-wrapper,
.contact-info-wrapper {
    padding: 0;
}

.facts-counter-number {
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 35px;
    font-weight: 400;
    line-height: 1.3;
    text-align: center;
    color: #fff;
}

@media only screen and (max-width: 880px) {
    .facts-counter-number {
        margin: 20px 0 0 0;
    }
}

.facts-counter-number.large {
    font-size: 50px;
}

@media only screen and (max-width: 880px) {
    .facts-counter-number.large {
        font-size: 35px;
    }
}

.facts-counter-description,
.contact-info-description {
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}

.facts-counter-description-img,
.contact-info-description-img {
    display: block;
    font-size: 25px;
    text-align: center;
    color: #db0018;
    margin: 15px 0 15px 0;
}

@media only screen and (max-width: 880px) {
    .facts-counter-description-img,
    .contact-info-description-img {
        font-size: 20px;
        margin: 10px 0 10px 0;
    }
}

.facts-counter-description-img.large,
.contact-info-description-img.large {
    font-size: 40px;
}

@media only screen and (max-width: 880px) {
    .facts-counter-description-img.large,
    .contact-info-description-img.large {
        font-size: 20px;
        margin: 10px 0 10px 0;
    }
}

.facts-counter-title,
.contact-info-text {
    font-size: 11px;
    letter-spacing: 0.05em;
}

@media only screen and (max-width: 880px) {
    .facts-counter-title,
    .contact-info-text {
        font-size: 10px;
    }
}

.facts-counter-title.large,
.contact-info-text.large {
    font-size: 12px;
}

@media only screen and (max-width: 880px) {
    .facts-counter-title.large,
    .contact-info-text.large {
        font-size: 10px;
    }
}


/* blockquote */
blockquote {
    position: relative;
    margin-bottom: 125px;
}

@media only screen and (max-width: 1200px) {
    blockquote {
        margin-bottom: 95px;
    }
}

@media only screen and (max-width: 880px) {
    blockquote {
        margin: 25px 0 50px 0;
    }
}

blockquote p {
    font-size: 17px;
    line-height: 1;
    letter-spacing: 0.05em;
    font-style: italic;
    z-index: 1;
}

    blockquote p::before {
        position: relative;
        font-family: ionicons;
        content: "\f347";
        font-size: 40px;
        font-style: normal;
        left: 0;
        top: -5px;
        color: #ccc;
    }

    blockquote p::after {
        position: absolute;
        font-family: ionicons;
        content: "\f347";
        font-size: 100px;
        font-style: normal;
        right: 0;
        top: 0;
        color: #ccc;
        z-index: -1;
    }


/* services */
.service-heading {
    font-family: 'Oswald', sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
    margin: 15px 0;
    text-align: left;
    letter-spacing: 0.05em;
    color: #fff;
}

.service-number {
    position: absolute;
    top: 0;
    font-family: 'Oswald', sans-serif;
    font-size: 140px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: -0.04em;
    color: rgba(219, 0, 24, .45);
    z-index: -1;
}

#services p {
    padding-left: 100px;
    text-align: left;
}

@media only screen and (max-width: 880px) {
    .service-number {
        font-size: 100px;
    }

    .services-block.middle {
        margin: 80px 0;
    }
}

@media only screen and (max-width: 640px) {
    .services-block.middle {
        margin: 40px 0;
    }
}


/* skills bar */
.show-skillbar {
    position: relative;
    padding: 0 20px;
    margin: 20px 0 0 0;
    text-align: left;
}

@media only screen and (max-width: 880px) {
    .show-skillbar {
        margin: 0;
    }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .show-skillbar {
        padding: 0 30px 0 20px;
    }
}

.skillbar {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 21px;
    margin: 0 0 30px 0;
    background: none;
}

.skillbar-title {
    position: absolute;
    width: auto;
    height: 21px;
    line-height: 21px;
    top: -21px;
    left: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 10px;
    font-weight: 400;
    text-transform: uppercase;
    color: #fff;
    background: none;
    padding: 0;
}

.skillbar-bar {
    display: inline-block;
    width: 0px;
    height: 3px;
    background: #fff;
    margin: 0 0 3px 0;
}

.skill-bar-percent {
    position: absolute;
    height: auto;
    line-height: 1;
    top: -21px;
    right: 0;
    color: #fff;
    font-size: 11px;
}


/* link underline */
.link-underline {
    position: relative;
    display: inline-block;
}

    .link-underline::before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 1px;
        background: #fff;
        -webkit-transform-origin: right center;
        -moz-transform-origin: right center;
        -ms-transform-origin: right center;
        transform-origin: right center;
        -webkit-transform: scale(0, 1);
        -moz-transform: scale(0, 1);
        -ms-transform: scale(0, 1);
        -o-transform: scale(0, 1);
        transform: scale(0, 1);
        -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        -moz-transition: -moz-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        -ms-transition: -ms-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        -o-transition: -o-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    }

    .link-underline.contact::before {
        bottom: -5px;
        background: #fff;
    }

    .link-underline.services::before {
        bottom: -5px;
        background: #fff;
        width: 150px;
    }

a.contact, a:hover.contact {
    color: #fff;
}

.link-underline:hover::before {
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
}


/* contact form */
#contact-form {
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
}

form {
    margin: 0;
    padding: 0;
}

#form input {
    position: relative;
    width: 100%;
    height: 40px;
    border-bottom: 1px solid #fff;
    border-left: none;
    border-right: none;
    border-top: none;
    padding: 5px 5px;
    background: none;
    margin: 5px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    line-height: 1.5;
    font-style: normal;
    font-weight: normal;
    text-align: center;
}

#form input {
    margin: 10px 0 10px 0;
}

textarea {
    position: relative;
    width: 100%;
    height: 100px;
    border-bottom: 1px solid #fff;
    border-left: none;
    border-right: none;
    border-top: none;
    padding: 5px 5px;
    background: none;
    margin: 5px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    line-height: 1.5;
    font-style: normal;
    font-weight: normal;
    text-align: center;
}

#form textarea {
    margin: 10px 0 10px 0;
}

    #form input:hover,
    #form textarea:hover {
        border-color: rgba(255,255,255, .35);
    }

.success {
    font-family: 'Dosis', sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    margin: 0 auto;
    padding: 80px 0 0 0;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#form .error {
    position: absolute;
    font-size: 9px;
    text-transform: uppercase;
    text-align: left;
    color: #db0018;
    display: block;
    margin: -2px 0 0 1px;
    padding: 0;
    letter-spacing: 0.15em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.make-space {
    margin-left: 15px;
    margin-right: 15px;
}


/* contact form placeholders */
::-webkit-input-placeholder {
    font-size: 12px;
    color: #fff;
}

:-ms-input-placeholder {
    font-size: 12px;
    color: #fff;
}

::-moz-placeholder {
    font-size: 12px;
    color: #fff;
}

input:-moz-placeholder {
    font-size: 12px;
    color: #fff;
}

input:focus::-webkit-input-placeholder {
    color: transparent;
}

input:focus:-ms-input-placeholder {
    color: transparent;
}

input:focus::-moz-placeholder {
    color: transparent;
}

input:focus:-moz-placeholder {
    color: transparent;
}

textarea:focus::-webkit-input-placeholder {
    color: transparent;
}

textarea:focus:-ms-input-placeholder {
    color: transparent;
}

textarea:focus::-moz-placeholder {
    color: transparent;
}

textarea:focus:-moz-placeholder {
    color: transparent;
}


/* button effect */
.c-btn {
    position: relative;
    display: inline-block;
    border: 1px solid #fff;
    background: none;
    letter-spacing: 0.25em;
    font-weight: 700;
    font-size: 10px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    margin: 20px 0 0 0;
    padding: 15px 25px;
    -webkit-transition: color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -ms-transition: color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

    .c-btn.c-btn-dark {
        border: 1px solid #111;
        color: #111;
    }

    .c-btn.fullwidth {
        width: 225px;
    }

    .c-btn::before,
    .c-btn-dark::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background: rgba(219, 0, 24, .45);
        -webkit-transform-origin: right center;
        -moz-transform-origin: right center;
        -ms-transform-origin: right center;
        transform-origin: right center;
        -webkit-transform: scale(0, 1);
        -moz-transform: scale(0, 1);
        -ms-transform: scale(0, 1);
        -o-transform: scale(0, 1);
        transform: scale(0, 1);
        -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        -moz-transition: -moz-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        -ms-transition: -ms-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        -o-transition: -o-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    }

.c-btn-dark::before {
    background: #111;
}

.c-btn:hover::before,
a:hover .c-btn::before {
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
}

.c-btn span {
    display: inline-block;
    position: relative;
    z-index: 2;
}

.c-btn:hover,
a:hover .c-btn {
    color: #fff;
}

.c-btn-dark:hover {
    color: #fff;
}


/* works */
#works-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 100vh;
    margin: 10px 0 0 0;
    padding: 0;
}

@media only screen and (max-width: 1200px) {
    #works-content {
        height: 100%;
    }
}

@media only screen and (max-width: 640px) {
    #works-content {
        margin: -10px 0 0 0;
    }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    #works-content {
        height: 100%;
    }
}

#works-content .works-grid-inner {
    width: 100%;
    height: 50%;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    text-rendering: auto;
    list-style: none;
}

    #works-content .works-grid-inner .relative-container {
        position: relative;
        width: 100%;
        height: 100%;
        text-align: center;
    }

        #works-content .works-grid-inner .relative-container .works-inner {
            position: relative;
            display: block;
            width: 100%;
            height: 79%;
            left: 0;
            top: 0;
            background-repeat: no-repeat;
            background-position: center center;
            -webkit-background-size: cover;
            -moz-background-size: cover;
            -ms-background-size: cover;
            -o-background-size: cover;
            background-size: cover;
            -webkit-transition: all .4s ease;
            -moz-transition: all .4s ease;
            -ms-transition: all .4s ease;
            -o-transition: all .4s ease;
            transition: all .4s ease;
            z-index: 0;
        }

@media only screen and (max-width: 1200px) {
    #works-content .works-grid-inner .relative-container .works-inner {
        min-height: 350px;
    }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    #works-content .works-grid-inner .relative-container .works-inner {
        min-height: 350px;
    }
}

#works-content .works-grid-inner .relative-container:hover .works-inner {
    width: 100%;
    height: 100%;
}

@media only screen and (max-width: 1200px) {
    #works-content .works-grid-inner .relative-container:hover .works-inner {
        min-height: 350px;
    }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    #works-content .works-grid-inner .relative-container:hover .works-inner {
        min-height: 350px;
    }
}

#works-content .works-grid-inner .relative-container .table-cell {
    position: absolute;
    width: 100%;
    bottom: 0;
}

    #works-content .works-grid-inner .relative-container .table-cell > * {
        position: relative;
        top: 50%;
        letter-spacing: 1px;
        color: #fff;
        -webkit-transition: all .4s ease;
        -moz-transition: all .4s ease;
        -ms-transition: all .4s ease;
        -o-transition: all .4s ease;
        transition: all .4s ease;
        z-index: 0;
    }

#works-content .works-grid-inner .relative-container label.works-title {
    font-family: "Montserrat", sans-serif;
    font-size: 11px;
    line-height: 1;
    letter-spacing: 0.05em;
    font-style: normal;
    text-transform: uppercase;
    text-align: center;
    font-weight: 500;
    width: 225px;
    padding: 10px 20px;
    display: inline-block;
    background: #000;
    color: #fff;
    border: 1px solid #000;
    cursor: pointer;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
}

@media only screen and (max-width: 1200px) {
    #works-content .works-grid-inner .relative-container label.works-title {
        margin-top: 150px;
    }
}

#works-content .works-grid-inner .relative-container a.works-button {
    position: relative;
    display: block;
    visibility: hidden;
    top: 50px;
    width: 300px;
    margin: auto;
    opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    z-index: 12;
}

#works-content .works-grid-inner .relative-container:hover .table-cell > * {
    opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

#works-content .works-grid-inner .relative-container:hover a.works-button {
    visibility: visible;
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    top: -36px;
}

#works-content .works-grid-inner .relative-container a.works-button {
    font-family: "Montserrat", sans-serif;
    font-size: 11px;
    line-height: 1;
    letter-spacing: 0.05em;
    font-style: normal;
    text-transform: uppercase;
    text-align: center;
    font-weight: 500;
    width: 225px;
    padding: 10px 20px;
    display: inline-block;
    background: #fff;
    color: #111;
    border: 1px solid #fff;
    cursor: pointer;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
}

#works-content .works-grid-inner a.works-button:hover {
    background: #fff;
    color: #000;
}

@media screen and (min-width: 40em) {
    #works-content .works-grid-inner {
        padding: 0 10px 20px 10px;
        width: 50%;
        min-height: 350px;
    }
}

@media screen and (min-width: 60em) {
    #works-content .works-grid-inner {
        padding: 0 10px 10px;
        width: 50%;
        min-height: 350px;
    }
}

@media only screen and (max-width: 640px) {
    #works-content .works-grid-inner {
        min-height: 350px;
        padding: 0 10px 10px;
    }
}


/* works modal */
.works-modal {
    left: -20px;
}

    .works-modal .modal-content .modal-content-date {
        width: 100%;
        background-color: #fff;
        top: 0;
        right: 0;
        padding: 0 0 12px 0;
        text-align: right;
        font-size: 9px;
        letter-spacing: 1px;
        color: #111;
        text-transform: uppercase;
    }

    .works-modal .modal-content {
        padding: 100px 0 50px 0;
        min-height: 100%;
        border: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        text-align: center;
        -webkit-background-clip: border-box;
        background-clip: border-box;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .works-modal .modal-content h2 {
            font-family: "Montserrat", sans-serif;
            font-size: 24px;
            line-height: 1;
            letter-spacing: -0.04em;
            font-style: normal;
            text-transform: uppercase;
            text-align: right;
            font-weight: 700;
            color: #000;
        }

        .works-modal .modal-content p {
            text-align: left;
            margin-bottom: 30px;
        }

            .works-modal .modal-content p.item-intro {
                font-family: 'Montserrat', sans-serif;
                padding: 10px 0 0 0;
                font-size: 11px;
                font-weight: 700;
                text-transform: uppercase;
                letter-spacing: 0.05em;
                color: #5f5f5f;
                text-align: right;
            }

        .works-modal .modal-content ul.list-inline {
            margin-top: 0;
            margin-bottom: 30px;
        }

        .works-modal .modal-content img {
            margin: 50px 0;
        }

    .works-modal .close-modal {
        position: absolute;
        width: 50px;
        height: 50px;
        top: 20px;
        right: 20px;
        background-color: transparent;
        cursor: pointer;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
    }

        .works-modal .close-modal:hover {
            opacity: 0.30;
            -moz-opacity: 0.30;
            -webkit-opacity: 0.30;
            filter: alpha(opacity=30);
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
            -webkit-transition: all .3s ease;
            -moz-transition: all .3s ease;
            -ms-transition: all .3s ease;
            -o-transition: all .3s ease;
            transition: all .3s ease;
        }

        .works-modal .close-modal .lr {
            width: 1px;
            height: 25px;
            margin: 10px 0 0 23px;
            background-color: #000;
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            transform: rotate(45deg);
            z-index: 1050;
        }

            .works-modal .close-modal .lr .rl {
                width: 1px;
                height: 25px;
                background-color: #000;
                -webkit-transform: rotate(90deg);
                -moz-transform: rotate(90deg);
                -ms-transform: rotate(90deg);
                -o-transform: rotate(90deg);
                transform: rotate(90deg);
                z-index: 1051;
            }

.modal-body p {
    color: #111;
}


/* ex modal */
.ex-modal h4 {
    font-family: 'Oswald', sans-serif;
    font-size: 45px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: normal;
    color: #111;
    text-align: center;
    text-transform: uppercase;
    margin: 0 0 50px 0;
    padding: 10px 0 0 0;
}

.ex-modal h5 {
    font-family: 'Dosis', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.35em;
    color: #111;
    margin: 0;
    padding: 0;
}

.ex-modal-closer {
    position: relative;
    width: 50px;
    height: auto;
    margin: 0 auto;
    font-size: 20px;
    text-align: center;
    color: #111;
    cursor: pointer;
}

.ex-modal p {
    font-size: 13px;
    color: #111;
    text-align: center;
}

.ex-modal {
    position: fixed;
    width: -webkit-calc(100% - 100px);
    width: -moz-calc(100% - 100px);
    width: calc(100% - 100px);
    height: -webkit-calc(100% - 20px, 100px, 20px, 100px);
    height: -moz-calc(100% - 20px, 100px, 20px, 100px);
    height: calc(100% - 20px, 100px, 20px, 100px);
    top: 10px;
    right: 50px;
    bottom: 10px;
    left: 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    visibility: hidden;
    background: #fff;
    opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: scale(0.75);
    -moz-transform: scale(0.75);
    -ms-transform: scale(0.75);
    -o-transform: scale(0.75);
    transform: scale(0.75);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    z-index: 1005;
    -webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    -o-transform: rotate(30deg);
    transform: rotate(30deg);
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -ms-transform-origin: center;
    -o-transform-origin: center;
    transform-origin: center;
}

.reverse-rotation-ex-modal {
    -webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    -o-transform: rotate(30deg);
    transform: rotate(30deg);
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -ms-transform-origin: center;
    -o-transform-origin: center;
    transform-origin: center;
}

@media only screen and (max-width: 640px) {
    .reverse-rotation-ex-modal {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

.ex-modal.close {
    visibility: hidden;
    opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.ex-modal.open {
    width: -webkit-calc(100% - 100px);
    width: -moz-calc(100% - 100px);
    width: calc(100% - 100px);
    height: -webkit-calc(100% - 20px, 100px, 20px, 100px);
    height: -moz-calc(100% - 20px, 100px, 20px, 100px);
    height: calc(100% - 20px, 100px, 20px, 100px);
    top: 10px;
    right: 50px;
    bottom: 10px;
    left: 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    visibility: visible;
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transform: rotate(-30deg);
    -moz-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    -o-transform: rotate(-30deg);
    transform: rotate(-30deg);
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -ms-transform-origin: center;
    -o-transform-origin: center;
    transform-origin: center;
}

@media only screen and (max-width: 640px) {
    .ex-modal.open {
        width: -webkit-calc(100% - 10px);
        width: -moz-calc(100% - 10px);
        width: calc(100% - 10px);
        height: -webkit-calc(100% - 10px);
        height: -moz-calc(100% - 10px);
        height: calc(100% - 10px);
        top: 5px;
        right: 5px;
        bottom: 5px;
        left: 5px;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transform-origin: center;
        -moz-transform-origin: center;
        -ms-transform-origin: center;
        -o-transform-origin: center;
        transform-origin: center;
    }
}

.ex-modal-launcher {
    cursor: pointer;
}


/* newsletter form */
#subscribe-wrapper {
    position: relative;
    width: 300px;
    height: 160px;
    margin: 0 auto;
    background: none;
    text-align: center;
}

@media only screen and (max-width: 480px) {
    #subscribe-wrapper {
        width: 260px;
        margin: 0 auto;
    }
}

.newsletter {
    position: relative;
    clear: both;
    border: none;
    background: none;
    padding: 0;
    overflow: hidden;
}

#subscribe input {
    position: relative;
    width: 225px;
    height: 40px;
    text-align: center;
    color: #111;
    border: none;
    border-bottom: 1px solid #111;
    background: none;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    line-height: 1.5;
    font-style: normal;
    font-weight: normal;
    text-align: center;
}

    #subscribe input:focus, #subscribe textarea:focus {
        color: #111;
        -webkit-transition: all 0.5s linear;
        -moz-transition: all 0.5s linear;
        -ms-transition: all 0.5s linear;
        -o-transition: all 0.5s linear;
        transition: all 0.5s linear;
    }

    #subscribe input:hover {
        border-color: rgba(119, 119, 119, .5);
        -webkit-transition: all 0.5s linear;
        -moz-transition: all 0.5s linear;
        -ms-transition: all 0.5s linear;
        -o-transition: all 0.5s linear;
        transition: all 0.5s linear;
    }

.subscribe-success {
    font-family: 'Dosis', sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    text-align: center;
    color: #111;
    margin: 0 auto;
    padding: 80px 0 0 0;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#subscribe .subscribe-error {
    font-size: 9px;
    text-transform: uppercase;
    text-align: center;
    color: #111;
    display: block;
    margin: 8px auto 0 auto;
    padding: 0;
    letter-spacing: 0.15em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


/* newsletter placeholders */
input[type="text"].subscribe-email::-webkit-input-placeholder {
    color: #111;
}

input[type="text"].subscribe-email:-ms-input-placeholder {
    color: #111;
}

input[type="text"].subscribe-email::-moz-placeholder {
    color: #111;
}

input:focus.subscribe-email::-webkit-input-placeholder {
    color: transparent;
}

input:focus.subscribe-email:-ms-input-placeholder {
    color: transparent;
}

input:focus.subscribe-email::-moz-placeholder {
    color: transparent;
}

input:focus.subscribe-email:-moz-placeholder {
    color: transparent;
}


/* shadow */
.top-shadow {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, .75) 0%, rgba(0, 0, 0, .1) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, .75) 0%, rgba(0, 0, 0, .1) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, .75) 0%, rgba(0, 0, 0, .1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);
    z-index: 1;
}

.cover-all {
    position: fixed;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .2);
    z-index: 1;
}


/* slick fullscreen,
slick fullscreen SPLIT */
.slick-fullscreen.slick-fullscreen-split-content {
    width: 50%;
    left: 50%;
}

.slick-fullscreen-img-fill {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
    text-align: center;
}

    .slick-fullscreen-img-fill img {
        position: relative;
        display: inline-block;
        min-width: 100%;
        max-width: none;
        min-height: 100%;
    }

.slick-fullscreen .slick-fullscreen-item .slick-fullscreen-img-fill,
.slick-fullscreen-split .slick-fullscreen-item .slick-fullscreen-img-fill {
    height: 100vh;
    background: none;
}

    .slick-fullscreen .slick-fullscreen-item .slick-fullscreen-img-fill .slick-fullscreen-info,
    .slick-fullscreen-split .slick-fullscreen-item .slick-fullscreen-img-fill .slick-fullscreen-info {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        line-height: 100vh;
        text-align: center;
    }

    .slick-fullscreen .slick-fullscreen-item .slick-fullscreen-img-fill .bg-img,
    .slick-fullscreen-split .slick-fullscreen-item .slick-fullscreen-img-fill .bg-img {
        position: relative;
        width: auto;
        height: 100%;
        background-position: center center;
        background-repeat: no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -ms-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

.slick-fullscreen .slick-fullscreen-item .slick-fullscreen-info > div,
.slick-fullscreen-split .slick-fullscreen-item .slick-fullscreen-info > div {
    display: inline-block !important;
    vertical-align: middle;
}

.slick-fullscreen:hover .slick-prev,
.slick-fullscreen:hover .slick-next,
.slick-fullscreen-split:hover .slick-prev,
.slick-fullscreen-split:hover .slick-next {
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.slick-fullscreen:hover .slick-prev,
.slick-fullscreen-split:hover .slick-prev {
    left: -35px;
}

.slick-fullscreen:hover .slick-next,
.slick-fullscreen-split:hover .slick-next {
    right: -35px;
}


.slick-fullscreen .slick-dots,
.slick-fullscreen-split .slick-dots {
    position: absolute;
    width: 100%;
    height: 5px;
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 0;
    background: rgba(255, 255, 255, .25);
    list-style-type: none;
}

    .slick-fullscreen .slick-dots li button,
    .slick-fullscreen-split .slick-dots li button {
        display: none;
    }

    .slick-fullscreen .slick-dots li,
    .slick-fullscreen-split .slick-dots li {
        position: absolute;
        float: left;
        width: 0;
        height: 5px;
        left: -5px;
        bottom: 0;
        background: #fff;
    }

        .slick-fullscreen .slick-dots li.slick-active,
        .slick-fullscreen-split .slick-dots li.slick-active {
            width: 100%;
            -webkit-animation: progressDots 4s both;
            -moz-animation: progressDots 4s both;
            -ms-animation: progressDots 4s both;
            -o-animation: progressDots 4s both;
            animation: progressDots 4s both;
        }

@-webkit-keyframes progressDots {
    from {
        width: 0;
    }

    to {
        width: 100%;
    }
}

@keyframes progressDots {
    from {
        width: 0;
    }

    to {
        width: 100%;
    }
}

.slick-fullscreen,
.slick-fullscreen-split {
    background: none;
}

    .slick-fullscreen .slick-slide,
    .slick-fullscreen-split .slick-slide {
        display: none;
        float: left;
        height: 100%;
    }

.slick-initialized .slick-slide {
    display: block;
}


/* ken burns slideshow */
.kenburns-slide-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
    z-index: 0;
}

.kenburns-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-animation: KenBurnsSlideShow 24s linear infinite 0s;
    -moz-animation: KenBurnsSlideShow 24s linear infinite 0s;
    -ms-animation: KenBurnsSlideShow 24s linear infinite 0s;
    -o-animation: KenBurnsSlideShow 24s linear infinite 0s;
    animation: KenBurnsSlideShow 24s linear infinite 0s;
}

.kenburns-slide-1,
.kenburns-slide-1-2 {
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.kenburns-slide-2,
.kenburns-slide-2-2 {
    -webkit-animation-delay: 6s;
    -moz-animation-delay: 6s;
    -ms-animation-delay: 6s;
    -o-animation-delay: 6s;
    animation-delay: 6s;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.kenburns-slide-3,
.kenburns-slide-3-2 {
    -webkit-animation-delay: 12s;
    -moz-animation-delay: 12s;
    -ms-animation-delay: 12s;
    -o-animation-delay: 12s;
    animation-delay: 12s;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.kenburns-slide-4,
.kenburns-slide-4-2 {
    -webkit-animation-delay: 18s;
    -moz-animation-delay: 18s;
    -ms-animation-delay: 18s;
    -o-animation-delay: 18s;
    animation-delay: 18s;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

@-webkit-keyframes KenBurnsSlideShow {
    0% {
        opacity: 0;
        -webkit-transform: scale(1);
    }

    5% {
        opacity: 1
    }

    25% {
        opacity: 1;
    }

    30% {
        opacity: 0;
        -webkit-transform: scale(1.1);
    }

    100% {
        opacity: 0;
        -webkit-transformm: scale(1);
    }
}

@-moz-keyframes KenBurnsSlideShow {
    0% {
        opacity: 0;
        -moz-transform: scale(1);
    }

    5% {
        opacity: 1
    }

    25% {
        opacity: 1;
    }

    30% {
        opacity: 0;
        -moz-transform: scale(1.1);
    }

    100% {
        opacity: 0;
        -moz-transform: scale(1);
    }
}

@-o-keyframes KenBurnsSlideShow {
    0% {
        opacity: 0;
        -o-transform: scale(1);
    }

    5% {
        opacity: 1
    }

    25% {
        opacity: 1;
    }

    30% {
        opacity: 0;
        -o-transform: scale(1.1);
    }

    100% {
        opacity: 0;
        -o-transform: scale(1);
    }
}

@keyframes KenBurnsSlideShow {
    0% {
        opacity: 0;
        transform: scale(1);
        -ms-transform: scale(1);
    }

    5% {
        opacity: 1
    }

    25% {
        opacity: 1;
    }

    30% {
        opacity: 0;
        transform: scale(1.1);
        -ms-transform: scale(1.1);
    }

    100% {
        opacity: 0;
        transform: scale(1);
        -ms-transform: scale(1);
    }
}



.background-video {
    position: absolute;
    background-repeat: no-repeat;
    background-position: top center;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
}

video,
source {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    bottom: 0;
    left: 0;
}

.loaded .ytplayer-container {
    display: block;
}

.ytplayer-container {
    position: absolute;
    min-width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: 1;
}

.ytplayer-shield {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

.ytplayer-player {
    position: absolute;
}



/* footer social icons */
.social-icons-wrapper {
    position: fixed;
    right: 40px;
    bottom: 17px;
    z-index: 15;
}

@media only screen and (max-width: 880px) {
    .social-icons-wrapper {
        position: absolute;
        right: 20px;
        top: 19px;
    }
}

.social-icons-wrapper ul {
    margin: 0 auto;
    padding: 0;
    list-style-type: none;
}

    .social-icons-wrapper ul li {
        display: inline-block;
        margin: 0 auto;
        padding: 0 0 0 5px;
    }

ul.social-icons {
    font-size: 20px;
    line-height: 1;
    margin: 0;
    padding: 0;
    position: relative;
}

@media only screen and (max-width: 880px) {
    ul.social-icons {
        font-size: 15px;
    }
}

ul.social-icons a {
    padding: 0;
    color: #fff;
    text-decoration: none;
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

    ul.social-icons a:hover {
        padding: 0;
        color: #fff;
        text-decoration: none;
        opacity: 0.5;
        -moz-opacity: 0.5;
        -webkit-opacity: 0.5;
        filter: alpha(opacity=50);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
        -webkit-transition: all 0.5s linear;
        -moz-transition: all 0.5s linear;
        -ms-transition: all 0.5s linear;
        -o-transition: all 0.5s linear;
        transition: all 0.5s linear;
    }


/* preloader */
.preloader-bg {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #000;
    z-index: 999999;
}

#preloader {
    position: fixed;
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #000;
    z-index: 999999;
}

#preloader-status {
    display: table-cell;
    vertical-align: middle;
}

.preloader-position {
    position: relative;
    margin: 0 auto;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.loader {
    position: relative;
    width: 45px;
    height: 45px;
    left: 50%;
    top: 50%;
    margin-left: -22px;
    margin-top: 2px;
    -webkit-animation: rotate 1s infinite linear;
    -moz-animation: rotate 1s infinite linear;
    -ms-animation: rotate 1s infinite linear;
    -o-animation: rotate 1s infinite linear;
    animation: rotate 1s infinite linear;
    border: 3px solid rgba(255, 255, 255, .15);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

    .loader span {
        position: absolute;
        width: 45px;
        height: 45px;
        top: -3px;
        left: -3px;
        border: 3px solid transparent;
        border-top: 3px solid rgba(255, 255, 255, .75);
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
    }

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

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

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

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



/* appear element */
.appear-element {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-animation: appear 2.4s 1;
    -moz-animation: appear 2.4s 1;
    -ms-animation: appear 2.4s 1;
    -o-animation: appear 2.4s 1;
    animation: appear 2.4s 1;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@-webkit-keyframes appear {
    from {
        -ms-transform: scale(0);
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }

    to {
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes appear {
    from {
        -ms-transform: scale(0);
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }

    to {
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}


/* snow */
#snow {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
    z-index: 2;
}


/* fog */
#fog-wrapper {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    overflow: hidden;
    z-index: 2;
}

#fog {
    position: fixed;
    width: 100%;
    max-width: 100%;
    min-width: 800px;
    height: 200px;
    left: 0;
    bottom: 0;
}


/* rain */
.weather {
    position: fixed;
    width: 100%;
    height: 100% !important;
    left: 0;
    top: 0;
    overflow: hidden;
    z-index: 2;
}

    .weather:before, .weather:after {
        content: "";
        position: absolute;
        left: -100%;
        top: -100%;
        right: -100%;
        bottom: -100%;
        pointer-events: none;
        background: transparent repeat;
        -webkit-transform: rotate(-40deg);
        -moz-transform: rotate(-40deg);
        -ms-transform: rotate(-40deg);
        -o-transform: rotate(-40deg);
        transform: rotate(-40deg);
        -webkit-transform-origin: center;
        -moz-transform-origin: center;
        -ms-transform-origin: center;
        -o-transform-origin: center;
        transform-origin: center;
        -webkit-animation-timing-function: linear;
        -webkit-animation-iteration-count: infinite;
        -webkit-animation-name: weather;
        animation-name: weather;
        animation-timing-function: linear;
        animation-iteration-count: infinite;
    }

    .weather:after {
        -webkit-animation-name: weather2;
        animation-name: weather2;
    }

    .weather.rain:before, .weather.rain:after {
        background: url(../img/effects/rain.html) left top;
        opacity: 0.6;
        -moz-opacity: 0.6;
        -webkit-opacity: 0.6;
        filter: alpha(opacity=60);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
        -webkit-animation-duration: 2s;
        animation-duration: 2s;
    }

    .weather.rain:after {
        -webkit-animation-duration: 1.5s;
        animation-duration: 1.5s;
    }

@-webkit-keyframes weather {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 0 1024px;
    }
}

@keyframes weather {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 0 1024px;
    }
}

@-webkit-keyframes weather2 {
    from {
        background-position: 64px 64px;
    }

    to {
        background-position: 64px 1088px;
    }
}

@keyframes weather2 {
    from {
        background-position: 64px 64px;
    }

    to {
        background-position: 64px 1088px;
    }
}


/* clouds */
.clouds {
    position: fixed;
    width: 150%;
    height: 100%;
    left: -50%;
    top: 0;
    background: none;
    overflow: hidden;
    z-index: 2;
}

.cloud-1 {
    position: absolute;
    left: 0;
    top: 0;
    width: 300%;
    height: 100%;
    background-image: url(../img/effects/cloud-1.html);
    background-repeat: repeat-x;
    -webkit-animation: cloud-1 50s linear infinite;
    -moz-animation: cloud-1 50s linear infinite;
    -ms-animation: cloud-1 50s linear infinite;
    -o-animation: cloud-1 50s linear infinite;
    animation: cloud-1 50s linear infinite;
    -webkit-transform: scale(1,1) translate3d(0,0,0);
    -moz-transform: scale(1,1) translate3d(0,0,0);
    -ms-transform: scale(1,1) translate3d(0,0,0);
    -o-transform: scale(1,1) translate3d(0,0,0);
    transform: scale(1,1) translate3d(0,0,0);
}

.cloud-2 {
    position: absolute;
    left: 0;
    top: 0;
    width: 300%;
    height: 100%;
    background-image: url(../img/effects/cloud-2.html);
    background-repeat: repeat-x;
    -webkit-animation: cloud-2 90s linear infinite;
    -moz-animation: cloud-2 90s linear infinite;
    -ms-animation: cloud-2 90s linear infinite;
    -o-animation: cloud-2 90s linear infinite;
    animation: cloud-2 90s linear infinite;
    -webkit-transform: scale(1,1) translate3d(0,0,0);
    -moz-transform: scale(1,1) translate3d(0,0,0);
    -ms-transform: scale(1,1) translate3d(0,0,0);
    -o-transform: scale(1,1) translate3d(0,0,0);
    transform: scale(1,1) translate3d(0,0,0);
}

.cloud-3 {
    position: absolute;
    left: 0;
    top: 0;
    width: 300%;
    height: 100%;
    background-image: url(../img/effects/cloud-3.html);
    background-repeat: repeat-x;
    -webkit-animation: cloud-3 70s linear infinite;
    -moz-animation: cloud-3 70s linear infinite;
    -ms-animation: cloud-3 70s linear infinite;
    -o-animation: cloud-3 70s linear infinite;
    animation: cloud-3 70s linear infinite;
    -webkit-transform: scale(1,1) translate3d(0,0,0);
    -moz-transform: scale(1,1) translate3d(0,0,0);
    -ms-transform: scale(1,1) translate3d(0,0,0);
    -o-transform: scale(1,1) translate3d(0,0,0);
    transform: scale(1,1) translate3d(0,0,0);
}

@media only screen and (max-width: 880px) {
    .cloud-1,
    .cloud-2,
    .cloud-3 {
        -webkit-background-size: 25% !important;
        background-size: 25% !important;
    }
}



/* birds */
#birdman-container {
    display: none;
    visibility: hidden;
}

#birdman-holder {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100% !important;
    overflow: hidden;
    z-index: 2;
}

canvas {
    position: fixed;
    left: 0;
    /* top: 0; */
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.serverbox {
    position: relative;
    min-height: 250px;
    background: rgba(0,0,0,.8);
    padding: 20px;
}

.serverstat {
    position: absolute;
    height: auto;
    line-height: 1;
    top: -21px;
    right: 0;
    color: #fff;
    font-size: 20px;
}

.skillbar span, .serverinfo {
    font-size: 20px !important;
}
