body {
    margin: 127px 0 0;
    padding: 0;
    color: #000;
    font-family: 'SofiaProRegular', sans-serif;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

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

button {
    border: none;
    background-color: transparent;
    padding: 0;
}

    a:hover,
    a:focus,
    input:focus,
    button:focus {
        outline: none;
    }

.clearfix:after {
    content: '';
    display: block;
    clear: both;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px white inset;
}

/* BUTTON STYLE */

.button-style-1 {
    margin-top: 15px;
    position: relative;
    font-family: 'SofiaProRegular', sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 1px;
    padding: 30px 50px;
    cursor: pointer;
    transition: 0.5s;
}

    .button-style-1 .first:before,
    .button-style-1 .first:after,
    .button-style-1 .second:after,
    .button-style-1 .second:before {
        position: absolute;
        content: '';
        background-color: #fff;
        z-index: 1;
        transition: 0.5s;
    }

    .button-style-1 .first:before {
        bottom: 0;
        left: 0;
        height: 75%;
        width: 1px;
    }

    .button-style-1 .first:after {
        bottom: 0;
        left: 0;
        height: 1px;
        width: 92%;
    }

    .button-style-1 .second:before {
        top: 0;
        right: 0;
        height: 75%;
        width: 1px;
    }

    .button-style-1 .second:after {
        top: 0;
        right: 0;
        height: 1px;
        width: 92%;
    }

    .button-style-1:hover {
        text-shadow: 0 0 1px #aaa;
    }

        .button-style-1:hover .first:after,
        .button-style-2:hover .first:after {
            left: 8%;
        }

        .button-style-1:hover .first:before,
        .button-style-2:hover .first:before {
            bottom: 25%;
        }

        .button-style-1:hover .second:after,
        .button-style-2:hover .second:after {
            right: 8%;
        }

        .button-style-1:hover .second:before,
        .button-style-2:hover .second:before {
            top: 25%;
        }

/* HEADER */
header {
    padding: 25px 0;
    position: fixed;
    z-index: 3;
    background-color: #fff;
    top: 0;
    width: 100%;
}

.logo {
    float: left;
    width: 235px;
    position: relative;
    z-index: 1;
}

    .logo img {
        width: 100%;
    }

    .logo .logo-hat {
        position: absolute;
        width: 34px;
        top: 3px;
        left: 11px;
    }

#nav-menu {
    position: relative;
}

#header-phone {
    position: absolute;
    top: -15px;
    right: 0;
    color: #000;
    font-size: 14px;
    opacity: 0;
    transition: .3s;
}

    #header-phone span {
        color: #aaa;
    }

#nav-bar,
#nav-bar-close {
    display: none;
}

.navigation {
    float: right;
    margin: 25px 0 0;
}

    .navigation li {
        float: left;
        margin: 0 16px;
    }

        .navigation li a {
            font-size: 13px;
            text-transform: uppercase;
            line-height: 23px;
            letter-spacing: 1px;
            position: relative;
            cursor: pointer;
        }

            .navigation li a span {
                position: absolute;
                content: '';
                left: 0;
                bottom: -5px;
                width: 0;
                height: 1px;
                background-color: #000;
                transition: 0.5s;
            }

            .navigation li a.active {
                cursor: default;
            }

                .navigation li a.active span {
                    width: 100%;
                }

            .navigation .active span,
            .navigation li a:hover span {
                width: 100%;
            }

        .navigation li:first-child {
            margin-left: 0;
        }

        .navigation li:last-child {
            margin-right: 0;
            margin-top: 3px;
            position: relative;
        }

    .navigation input {
        width: 0;
        position: absolute;
        top: 0;
        right: 35px;
        border: none;
        height: 20px;
        border-bottom: 1px solid #555;
        font-size: 14px;
        transition: .5s;
        opacity: 0;
    }

        .navigation input.active {
            width: 650px;
            opacity: 1;
        }

.small-nav {
    display: none;
}

.big-nav {
    display: block;
}

/* FOOTER */
.footer-1 {
    position: relative;
    background: url(../../images/footer_bgi.jpg) no-repeat 50% 60%;
    text-align: center;
    padding: 90px 0;
    box-sizing: border-box;
    background-size: 125%;
}

    .footer-1:before {
        position: absolute;
        top: 0;
        left: 0;
        content: '';
        width: 100%;
        height: 46px;
        background: url("../../images/sharp_line.png") no-repeat 0 0;
        background-size: 100%;
        transform: scale(1, -1);
        z-index: 1;
    }

    .footer-1:after {
        position: absolute;
        bottom: 0;
        left: 0;
        content: '';
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.85);
        background-size: 100%;
    }

    .footer-1 .label-1,
    .footer-1 .label-2,
    .footer-1 .label-3 {
        width: 100%;
    }

    .footer-1 .label-1 {
        position: relative;
        font-size: 36px;
        font-family: 'SofiaProBold', sans-serif;
        line-height: 23px;
        letter-spacing: -1px;
        color: white;
        z-index: 1;
    }

    .footer-1 .label-2 {
        position: relative;
        font-size: 18px;
        font-family: 'Hind', sans-serif;
        letter-spacing: 0;
        color: rgba(255, 255, 255, 0.5);
        z-index: 1;
    }

    .footer-1 .label-3 {
        margin: 75px 0 0;
        position: relative;
        font-size: 13px;
        font-family: 'SofiaProRegular', sans-serif;
        text-transform: uppercase;
        color: white;
        z-index: 1;
    }

.footer-2 {
    padding: 50px 0;
    background-color: #000;
    color: #999;
}

    .footer-2 ul {
        width: 100%;
    }

    .footer-2 .first-ul,
    .footer-2 .second-ul {
        display: table;
        margin-bottom: 60px;
    }

        .footer-2 .first-ul li,
        .footer-2 .second-ul li {
            display: table-cell;
        }

        .footer-2 .first-ul li {
            text-align: left;
        }

        .footer-2 .first-ul a {
            color: #ccc;
            transition: .5s;
            font-size: 16px;
        }

            .footer-2 .first-ul a:hover {
                color: #fff;
            }

        .footer-2 .second-ul li {
            text-align: right;
        }

    .footer-2 .third-ul {
        display: table;
        font-size: 13px;
        font-family: "Montserrat", sans-serif;
    }

        .footer-2 .third-ul li {
            display: table-cell;
        }

            .footer-2 .third-ul li:nth-child(2) {
                text-align: center;
            }

            .footer-2 .third-ul li:last-child {
                text-align: right;
            }

        .footer-2 .third-ul a {
            color: #999;
            transition: .5s;
        }

            .footer-2 .third-ul a:hover {
                color: #fff;
            }

        .footer-2 .third-ul span {
            margin: 0 5px;
        }

        .footer-2 .third-ul .footer-social {
            font-size: 18px;
            margin: 0 15px;
        }

.form-nitification {
    position: relative;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    padding-top: 75px;
}

    .form-nitification img {
        position: absolute;
        z-index: 2;
    }

    .form-nitification .label-1 {
        margin-bottom: 0;
        padding-top: 0 !important;
        margin-top: 75px;
    }

    .form-nitification .label-2 {
        padding: 0;
        margin: 0;
    }

    .form-nitification .button-style-2 {
        color: #ffffff;
        text-transform: unset;
        font-size: 20px;
        z-index: 2;
    }


.hide-contact-us {
    display: none !important;
}

/* CATEGORY-IMG-BLOCK */
.category-img-block {
    position: relative;
    height: 300px;
    background: url("../images/category_bgi.png") no-repeat 50% 67%;
    background-size: 100%;
}

    .category-img-block:after {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: '';
        background: rgba(51, 51, 51, 0.5);
        background: -webkit-linear-gradient(bottom, rgba(149, 117, 109, 0.4), rgba(51, 51, 51, 0.5));
        background: -o-linear-gradient(bottom, rgba(149, 117, 109, 0.4), rgba(51, 51, 51, 0.5));
        background: -moz-linear-gradient(bottom, rgba(149, 117, 109, 0.4), rgba(51, 51, 51, 0.5));
        background: linear-gradient(bottom, rgba(149, 117, 109, 0.4), rgba(51, 51, 51, 0.5));
        /*background: rgba(255, 102, 51, 0.3);*/
        /*background: -webkit-linear-gradient(bottom, rgba(102, 102, 102, 0.55), rgba(255, 102, 51, 0.45));*/
        /*background: -o-linear-gradient(bottom, rgba(102, 102, 102, 0.55), rgba(255, 102, 51, 0.45));*/
        /*background: -moz-linear-gradient(bottom, rgba(102, 102, 102, 0.55), rgba(255, 102, 51, 0.45));*/
        /*background: linear-gradient(bottom, rgba(102, 102, 102, 0.55), rgba(255, 102, 51, 0.45));*/
    }

    .category-img-block.about-img {
        background: url("../images/about.png") no-repeat 50%;
        background-size: 125%;
    }

    .category-img-block.service-img {
        background: url("../images/services.png") no-repeat 50%;
        background-size: 125%;
    }

    .category-img-block.tech-img {
        background: url("../images/tech.png") no-repeat 50%;
        background-size: 125%;
    }

    .category-img-block.industr-img {
        background: url("../images/industr.png") no-repeat 50%;
        background-size: 125%;
    }

    .category-img-block a {
        color: #fff;
    }

.category-under-block {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    box-sizing: border-box;
    z-index: 1;
}

    .category-under-block p {
        font-size: 14px;
        margin: 0;
        letter-spacing: 1px;
    }

    .category-under-block h1 {
        margin: 0;
        font-size: 48px;
        font-family: 'SofiaProBlack', sans-serif;
        text-transform: uppercase;
    }

/* CATEGORY-MAP-BLOCK */
.category-map-block {
    padding: 60px 0;
    background: #fff url(../images/map.png) no-repeat 50%;
    background-size: 90%;
}

.service .category-map-block {
    padding: 0;
}

/* BUTTON-STYLE-3 */
.button-style-3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    display: inline-block;
    padding: 20px 60px 20px 120px;
    background-color: #f2f2f2;
    position: relative;
    color: rgb(255, 102, 51);
    margin: 0 20px;
    box-shadow: inset 0 0 5px #ddd;
    transition: 0.5s;
    text-align: center;
}

    .button-style-3:before {
        position: absolute;
        bottom: 19px;
        content: '';
        height: 1px;
        background-color: rgba(255, 102, 51, 0.75);
    }

    .button-style-3:after {
        content: url(../images/expertise_download.png);
        width: 60px;
        height: 60px;
        line-height: 70px;
        position: absolute;
        top: 0;
        left: 0;
        background-color: rgb(255, 102, 51);
        text-align: center;
    }

    .button-style-3:hover {
        box-shadow: inset 0 0 5px #aaa;
    }

.footer-1 form {
    z-index: 1;
    position: relative;
}

.footer-1 .label-1 {
    padding: 28px 0;
}

    .footer-1 .label-1 h2 {
        font-size: 26px;
        margin-top: 13px;
    }

    .footer-1 .label-1 p {
        margin: 3px 0;
    }

.footer-1 .input-item {
    position: relative;
    margin-right: 8%;
    margin-bottom: 60px;
    width: 46%;
    float: left;
    box-sizing: border-box;
    display: inline;
}

    .footer-1 .input-item input,
    .footer-1 .input-item textarea {
        color: #fff;
    }

    .footer-1 .input-item label {
        font-family: 'Hind', sans-serif;
        font-size: 16px;
        font-weight: 300;
        opacity: 0.7;
        transition: 0.5s;
        position: absolute;
        top: 0;
        left: 0;
        color: #fff;
        height: 18px;
    }

.footer-1 .phone-input,
.footer-1 .company-input,
.footer-1 .message-input {
    margin-right: 0;
}

.footer-1 .message-input {
    width: 100%;
    margin-bottom: 0;
}

.footer-1 .message-input {
    border-bottom: none;
}

.footer-1 .autoExpand {
    margin-bottom: 0;
}

/* SEND MESSAGE BLOCK, MESSAGE INPUT */

.footer-1 .input-fields .be-blue,
.footer-1 .input-fields .be-blue textarea {
    border-bottom-color: rgb(255, 149, 101);
}

.footer-1 .input-fields .has-success {
    border-color: #2dcc70;
    color: #2db259;
}

.footer-1 .input-fields label.error {
    text-align: left;
    position: absolute;
    width: 100%;
    height: 18px;
    border-color: rgba(255, 0, 0, 1);
    color: rgba(255, 0, 0, 1);
    line-height: 15px;
    bottom: auto;
    top: 31px;
    left: 0;
    font-size: 14px;
    opacity: 0.9;
}

.footer-1 .message-input label.error {
    top: 33px;
}

.footer-1 .input-text {
    border: none;
    border-bottom: 1px solid rgb(204,204,204);
    width: 100%;
}

.footer-1 .message-input {
    padding-top: 1px;
    border-bottom: none;
}

[contentEditable=true]:empty:before {
    color: rgb(90, 90, 90);
}

.footer-1 .input-fields .input-text,
.footer-1 .input-fields .autoExpand {
    /*font-family: 'Hind', sans-serif;*/
    font-size: 16px;
    font-weight: 300;
    background-color: rgba(255, 255, 255, 0);
    line-height: 25px;
    min-height: 25px;
}

[contentEditable=true]:empty:before {
    display: block;
    content: attr(data-text);
}

.footer-1 .message-input .input-text {
    border-bottom: 1px solid rgb(204,204,204);
}

.footer-1 textarea {
    height: 25px;
    padding: 1px 0;
    display: inline-block;
    overflow: auto;
    outline: none;
    resize: none;
    width: 100%;
    min-height: 25px;
    max-height: 99px;
    overflow-y: hidden;
}

.footer-1 #contact-mobile {
    display: none;
}

#phoneNumber p:nth-child(2) {
    display: inline-block;
}

#phoneNumber p:last-child {
    margin-top: 5px;
    line-height: 21px;
}

#phoneNumber p {
    margin: 0;
}

/* BUTTON2 STYLE */

.button-style-2 {
    position: relative;
    font-family: 'SofiaProRegular', sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    color: rgb(204,204,204);
    letter-spacing: 1px;
    padding: 20px 50px;
    cursor: pointer;
    transition: 0.5s;
    margin-top: 50px;
}

    .button-style-2 .first:before,
    .button-style-2 .first:after,
    .button-style-2 .second:after,
    .button-style-2 .second:before {
        position: absolute;
        content: '';
        background-color: rgb(204,204,204);
        z-index: 1;
        transition: 0.5s;
    }

    .button-style-2 .first:before {
        bottom: 0;
        left: 0;
        height: 75%;
        width: 1px;
    }

    .button-style-2 .first:after {
        bottom: 0;
        left: 0;
        height: 1px;
        width: 92%;
    }

    .button-style-2 .second:before {
        top: 0;
        right: 0;
        height: 75%;
        width: 1px;
    }

    .button-style-2 .second:after {
        top: 0;
        right: 0;
        height: 1px;
        width: 92%;
    }

.button-style-2 {
    float: right;
}

/* SUCCESS MESSAGE */
.success-message {
    text-align: center;
    position: fixed;
    bottom: -125%;
    background-color: #fff;
    z-index: 5;
    padding: 15px 35px;
    border-radius: 10px;
    box-shadow: 0 0 5px #f63;
    transition: .5s;
}

    .success-message button {
        cursor: pointer;
        font-size: 18px;
        position: absolute;
        right: 10px;
        top: 10px;
        width: 20px;
        height: 20px;
        text-align: center;
        line-height: 18px;
    }

    .success-message h3 {
        font-family: 'SofiaProBold', sans-serif;
        font-size: 22px;
        margin: 10px 0 0;
    }


/* CAROUSEL */
.carousel {
    position: relative;
    height: 1000px;
    overflow: hidden;
}

    .carousel:before {
        position: absolute;
        bottom: 0;
        left: 0;
        content: '';
        width: 100%;
        height: 45px;
        background-image: url("../images/carousel_layer.png");
        background-repeat: no-repeat;
        background-size: 100%;
        z-index: 2;
    }

    .carousel:after {
        position: absolute;
        top: 0;
        left: 0;
        content: '';
        width: 100%;
        height: 100%;
        background: rgba(51, 51, 51, 0.25);
        background: -webkit-linear-gradient(bottom, rgba(149, 117, 109, 0.4), rgba(51, 51, 51, 0.25));
        background: -o-linear-gradient(bottom, rgba(149, 117, 109, 0.4), rgba(51, 51, 51, 0.25));
        background: -moz-linear-gradient(bottom, rgba(149, 117, 109, 0.4), rgba(51, 51, 51, 0.25));
        background: linear-gradient(bottom, rgba(149, 117, 109, 0.4), rgba(51, 51, 51, 0.25));
        /*background: rgba(51, 51, 51, 0.5);*/
        /*background: -webkit-linear-gradient(bottom, rgba(149, 117, 109, 0.55), rgba(239, 83, 44, 0.92));*/
        /*background: -o-linear-gradient(bottom, rgba(149, 117, 109, 0.55), rgba(239, 83, 44, 0.92));*/
        /*background: -moz-linear-gradient(bottom, rgba(149, 117, 109, 0.55), rgba(239, 83, 44, 0.92));*/
        /*background: linear-gradient(bottom, rgba(149, 117, 109, 0.55), rgba(239, 83, 44, 0.92));*/
    }

    .carousel div {
        height: 1000px;
    }

    .carousel .carousel-img {
        background-size: 100%;
        background-repeat: no-repeat;
    }

    .carousel .carousel-img-1 {
        background-image: url(../../images/carousel_bgi_1.jpg);
        background-position-y: 45%;
    }

    .carousel .carousel-img-2 {
        background-image: url(../../images/carousel_bgi_2.jpg);
        background-position-y: 65%;
    }

    .carousel .carousel-img-3 {
        background-image: url(../../images/carousel_bgi_3.jpg);
        background-position-y: 65%;
    }

.under-block {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    padding-top: 365px;
    box-sizing: border-box;
}

    .under-block span {
        font-size: 20px;
        letter-spacing: 1px;
    }

    .under-block h1 {
        font-family: "SofiaProBlack", sans-serif;
        font-size: 82px;
        letter-spacing: -1px;
        margin: 10px 0 20px;
    }

.social {
    position: fixed;
    top: 0;
    right: 10px;
    height: 100vh;
    z-index: 2;
}

    .social li {
        border: 1px solid #ccc;
        margin-bottom: 25px;
        background-color: rgb(255, 255, 255);
        border-radius: 10px;
        text-align: center;
        width: 30px;
        height: 30px;
        line-height: 30px;
    }

    .social a {
        color: #989898;
        transition: 0.5s;
    }

        .social a:hover {
            color: #000;
        }

    .social ul {
        margin-top: 485px;
    }

/* LAYER-1 */
.layer-1 {
    background-color: #f2f2f2;
    padding: 115px 0;
    box-shadow: 0 -30px 0 #f2f2f2;
}

    .layer-1 .left {
        padding: 0 8px;
        font-family: 'SofiaProBold', sans-serif;
        font-size: 35px;
        line-height: 42px;
        letter-spacing: -1px;
    }

    .layer-1 .right {
        padding: 5px 8px 0 50px;
        font-family: 'Hind', sans-serif;
        font-size: 18px;
        text-align: justify;
    }

/* LAYER-2 */
.layer-2 {
    padding: 30px 0;
}

    .layer-2 .box {
        position: relative;
        margin: 60px 0;
    }

    .layer-2 .block-1,
    .layer-2 .block-4,
    .layer-2 .block-7 {
        width: 350px;
    }

    .layer-2 .block-2,
    .layer-2 .block-5,
    .layer-2 .block-8 {
        width: 300px;
    }

    .layer-2 .block-3,
    .layer-2 .block-6,
    .layer-2 .block-9 {
        width: 325px;
    }

    .layer-2 .block-2,
    .layer-2 .block-5,
    .layer-2 .block-8 {
        margin: 0 auto;
    }

    .layer-2 .block-3,
    .layer-2 .block-6,
    .layer-2 .block-9 {
        float: right;
    }

    .layer-2 .image {
        height: 74px;
    }

        .layer-2 .image svg {
            max-width: 74px;
            max-height: 74px;
        }

            .layer-2 .image svg path,
            .layer-2 .image svg rect,
            .layer-2 .image svg polygon {
                fill: rgb(255, 102, 51);
            }

    .layer-2 .block-9 svg path,
    .layer-2 .block-9 svg circle {
        fill: none;
        stroke: rgb(255, 102, 51);
        stroke-width: 10;
    }

    .layer-2 h3 {
        font-family: 'SofiaProBlack', sans-serif;
        font-size: 24px;
    }

    .layer-2 p {
        font-family: 'Hind', sans-serif;
        font-size: 16px;
        margin-bottom: 0;
    }

    .layer-2 .block-1:before,
    .layer-2 .block-1:after,
    .layer-2 .block-2:before,
    .layer-2 .block-2:after,
    .layer-2 .block-3:before,
    .layer-2 .block-3:after,
    .layer-2 .block-4:before,
    .layer-2 .block-4:after,
    .layer-2 .block-5:before,
    .layer-2 .block-5:after,
    .layer-2 .block-6:before,
    .layer-2 .block-6:after {
        position: absolute;
        content: '';
        background-color: rgba(201, 201, 201, 0.79);
    }

    .layer-2 .block-1:before
    /*.layer-2 .block-4:before */ {
        bottom: -60px;
        left: 8px;
        width: 60px;
        height: 1px;
    }

    .layer-2 .block-1:after
    /*.layer-2 .block-4:after */ {
        bottom: -60px;
        right: -45px;
        width: 121px;
        height: 1px;
    }

    .layer-2 .block-2:before
    /*.layer-2 .block-5:before */ {
        bottom: -60px;
        right: -75px;
        width: 121px;
        height: 1px;
    }

    .layer-2 .block-2:after
    /*.layer-2 .block-5:after */ {
        bottom: -121px;
        left: -15px;
        width: 1px;
        height: 121px;
    }

    .layer-2 .block-3:before
    /*.layer-2 .block-6:before */ {
        bottom: -60px;
        width: 60px;
        height: 1px;
        right: 8px;
    }

    .layer-2 .block-3:after
    /*.layer-2 .block-6:after */ {
        bottom: -121px;
        left: 15px;
        width: 1px;
        height: 121px;
    }

    .layer-2 .box .info span {
        color: rgba(255, 102, 51, 0.6);
        font-size: 16px;
        margin-top: 10px;
        display: inline-block;
        font-family: 'Hind', sans-serif;
        font-weight: 700;
        transition: 0.5s;
        cursor: pointer;
    }

    .layer-2 .info:hover > span {
        color: rgb(255, 102, 51);
    }

/* LAYER-3 */
.layer-3 {
    position: relative;
    height: 225px;
    background-color: #333;
    background: url(../images/layer_3_bgi.png) no-repeat 50% 50%;
    background-size: 100%;
    box-sizing: border-box;
    padding-top: 80px;
}

    .layer-3:before,
    .layer-3:after {
        content: '';
        position: absolute;
        left: 0;
        width: 100%;
        background: url(../../images/smooth_line.png) no-repeat 0 0;
        background-size: 100%;
    }

    .layer-3:before {
        top: 0;
        height: 65px;
        background-position-y: 100%;
    }

    .layer-3:after {
        bottom: -1px;
        height: 25px;
        transform: rotate(180deg);
        background-position-y: 100%;
    }

    .layer-3 .text {
        text-align: center;
    }

        .layer-3 .text h2 {
            display: inline-block;
            width: 745px;
            font-family: 'SofiaProRegular', sans-serif;
            font-weight: 500;
            font-size: 26px;
            color: #fff;
            margin: 15px 0 0;
        }

        .layer-3 .text p {
            font-family: 'Hind', sans-serif;
            font-size: 18px;
            color: rgba(255, 255, 255, 0.5);
            margin: 0;
        }

    .layer-3 .button {
        float: right;
    }

/* LAYER-4 */
.layer-4 {
    padding: 90px 0;
}

    .layer-4 h2 {
        font-family: 'SofiaProBold', sans-serif;
        font-size: 36px;
        letter-spacing: -1px;
    }

    .layer-4 p {
        font-family: 'Hind', sans-serif;
        font-size: 16px;
    }

    .layer-4 .medium {
        font-family: 'MyriadProRegular', sans-serif;
        font-weight: 600;
        font-size: 16px;
    }

    .layer-4 .list p {
        font-size: 16px;
    }

    .layer-4 .first-list {
        padding-left: 125px;
        padding-right: 25px;
    }

    .layer-4 .second-list {
        padding-right: 150px;
    }

    .layer-4 li {
        margin: 15px 0;
    }

        .layer-4 li i {
            font-size: 14px;
            margin-right: 30px;
        }

        .layer-4 li button {
            position: relative;
            font-family: 'SofiaProRegular', sans-serif;
            font-size: 20px;
            transition: 0.5s;
            display: inline-block;
            height: 30px;
            cursor: pointer;
        }

            .layer-4 li button:hover {
            }

            .layer-4 li button span {
                position: absolute;
                bottom: 0;
                left: 0;
                content: '';
                width: 0;
                height: 1px;
                background-color: #000;
                transition: 0.5s;
            }

        .layer-4 li .active {
        }

            .layer-4 li .active span {
                width: 100%;
            }

        .layer-4 li div {
            display: none;
            font-family: 'Hind', sans-serif;
            font-size: 18px;
        }

    .layer-4 ul tr:last-child p {
        margin-bottom: 0;
    }

    .layer-4 a span {
        color: rgba(255, 102, 51, 0.6);
        font-size: 16px;
        display: inline-block;
        font-family: 'Hind', sans-serif;
        font-weight: 700;
        transition: 0.5s;
        cursor: pointer;
    }

    .layer-4 a:hover > div span {
        color: rgb(255, 102, 51);
    }

    .layer-4 table tr {
        cursor: pointer;
    }

/* LAYER-5 */
.layer-5 {
    position: relative;
    height: 300px;
    background-color: #000;
    background: url(../images/layer_5_bgi.jpg) no-repeat 0 63%;
    background-size: 100%;
}

    .layer-5:before,
    .layer-5:after {
        content: '';
        position: absolute;
        left: 0;
        width: 100%;
        background-size: 100%;
        background-repeat: no-repeat;
    }

    .layer-5:before {
        z-index: 2;
        top: -1px;
        height: 45px;
        background-image: url(../images/sharp_line.png);
        background-position-y: 0;
        transform: rotate(180deg);
    }

    .layer-5:after {
        z-index: 1;
        bottom: 0;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.85);
    }

    .layer-5 .container {
        position: relative;
        z-index: 2;
        padding-top: 115px;
    }

    .layer-5 .box {
        display: inline-block;
        text-align: left;
    }

    .layer-5 .image {
        height: 35px;
        line-height: 35px;
        margin-right: 30px;
        float: left;
    }

    .layer-5 img {
        vertical-align: middle;
    }

    .layer-5 .text {
        float: left;
    }

    .layer-5 span {
        color: #fff;
        font-family: 'Montserrat', sans-serif;
        font-size: 40px;
        line-height: 40px;
        font-weight: 100;
        vertical-align: 5%;
    }

    .layer-5 p {
        color: #fff;
        font-family: 'SofiaProLightItalic', sans-serif;
        font-size: 14px;
        font-style: italic;
        position: relative;
        letter-spacing: 2px;
    }

        .layer-5 p:after {
            position: absolute;
            content: '';
            width: 40px;
            height: 1px;
            bottom: -20px;
            left: 0;
            background-color: #ffffff;
        }

    .layer-5 .text span {
        display: inline-block;
        position: relative;
    }

    .layer-5 #spincrement-project-completed {
        min-width: 70px;
    }

    .layer-5 #spincrement-years-of-experience {
        min-width: 35px;
    }

    .layer-5 #spincrement-clients {
        min-width: 55px;
    }

    .layer-5 .text span:after {
        content: '+';
        position: absolute;
        top: 0;
        right: -25px;
        font-size: 35px;
    }

/* LAYER-6 */
.layer-6 {
    padding: 50px 0;
}

    .layer-6 h2 {
        font-family: 'SofiaProBold', sans-serif;
        font-size: 36px;
        margin-bottom: 30px;
    }

    .layer-6 span {
        font-family: 'Hind', sans-serif;
        font-size: 18px;
        color: rgba(20, 20, 20, 0.5);
    }

    .layer-6 .industries {
        height: 816px;
        background: url(../images/layer_6_bgi.jpg) no-repeat 50% 100%;
        background-size: 105%;
    }

    .layer-6 .box {
        width: 295px;
        float: left;
        border-right: 16px solid #fff;
        border-bottom: 16px solid #fff;
        position: relative;
        transition: 0.5s;
    }

        .layer-6 .box:hover > a span {
            bottom: 60px;
        }

        .layer-6 .box:hover {
            opacity: 0.8;
        }

    .layer-6 .second-row {
        float: right;
    }

    .layer-6 .small-box {
        height: 350px;
    }

    .layer-6 .medium-box {
        height: 400px;
    }

    .layer-6 .big-box {
        height: 450px;
    }

    .layer-6 .no-border-right {
        border-right: none;
    }

    .layer-6 .no-border-bottom {
        border-bottom: none;
    }

    .layer-6 .grey-bgc {
        background-color: rgba(205, 205, 205, 0.75);
    }

    .layer-6 .light-grey-bgc {
        background-color: rgba(205, 205, 205, 0.6);
    }

        .layer-6 .light-grey-bgc:hover {
            opacity: 0.8;
        }

    .layer-6 .blue-bgc {
        background-color: rgba(239, 83, 44, 0.6);
    }

    .layer-6 .dark-blue-bgc {
        background-color: rgba(21, 31, 40, 0.7);
    }

    .layer-6 .box span {
        letter-spacing: -1px;
        position: absolute;
        bottom: 50px;
        left: 30px;
        font-family: 'SofiaProBlack', sans-serif;
        font-size: 24px;
        transition: 0.5s;
    }

    .layer-6 .grey-bgc span {
        color: #000000;
    }

    .layer-6 .blue-bgc span,
    .layer-6 .dark-blue-bgc span {
        color: #ffffff;
    }

    .layer-6 .industries span:after {
        position: absolute;
        bottom: -10px;
        left: 0;
        content: '';
        width: 50px;
        height: 2px;
        background-color: #fff;
    }

    .layer-6 .grey-bgc span:after,
    .layer-6 .dark-blue-bgc span:after {
        background-color: #dd6e24;
    }

/* LAYER-7 */
.layer-7 {
    padding: 50px 0;
}

    .layer-7 h2 {
        font-family: 'SofiaProRegular', sans-serif;
        font-size: 36px;
        margin-bottom: 20px;
    }

    .layer-7 span {
        font-family: 'Hind', sans-serif;
        font-size: 18px;
        color: rgba(20, 20, 20, 0.5);
    }

    .layer-7 .client-box {
        float: left;
        margin-right: 70px;
    }

    .layer-7 .marquee {
        opacity: 0;
        width: 1500px;
        height: 63px;
        margin: 30px auto 0;
        overflow: hidden;
        position: relative;
    }

        .layer-7 .marquee img {
            /*filter: grayscale(100%);*/
        }

        .layer-7 .marquee:before,
        .layer-7 .marquee:after {
            position: absolute;
            top: 0;
            content: '';
            width: 100px;
            height: 100%;
            z-index: 1;
        }

        .layer-7 .marquee:before {
            left: 0;
            background: -webkit-linear-gradient(left, #fff, rgba(255, 255, 255, 0));
            background: -o-linear-gradient(left, #fff, rgba(255, 255, 255, 0));
            background: -moz-linear-gradient(left, #fff, rgba(255, 255, 255, 0));
            background: linear-gradient(left, #fff, rgba(255, 255, 255, 0));
        }

        .layer-7 .marquee:after {
            right: 0;
            background: -webkit-linear-gradient(right, #fff, rgba(255, 255, 255, 0));
            background: -o-linear-gradient(right, #fff, rgba(255, 255, 255, 0));
            background: -moz-linear-gradient(right, #fff, rgba(255, 255, 255, 0));
            background: linear-gradient(right, #fff, rgba(255, 255, 255, 0));
        }

a.fill-div {
    display: block;
    height: 100%;
    width: 100%;
    text-decoration: none;
}

.layer-4 h2,
.layer-6 h2,
.articles h2 {
    display: inline-block;
    position: relative;
}

    .layer-4 h2:after,
    .layer-6 h2:after,
    .articles h2:after {
        position: absolute;
        bottom: 0;
        left: 0;
        content: '';
        width: 0;
        height: 2px;
        background-color: #000;
        transition: .5s;
    }

    .layer-4 h2:hover:after,
    .layer-6 h2:hover:after,
    .articles h2:hover:after {
        width: 100%;
    }

/* EVENT BLOCK */
/*.carousel .event-block {*/
/*display: block;*/
/*position: absolute;*/
/*left: 0;*/
/*bottom: 0;*/
/*height: auto;*/
/*z-index: 1;*/
/*background-color: #153d7d;*/
/*width: 510px;*/
/*color: #fff;*/
/*}*/
/*.carousel .event-block div {*/
/*height: auto;*/
/*}*/
/*.carousel .event-block h3 {*/
/*font-family: 'SofiaProRegular', sans-serif;*/
/*font-size: 20px;*/
/*font-weight: 400;*/
/*text-transform: uppercase;*/
/*margin: 0;*/
/*padding: 10px 25px;*/
/*}*/
/*.carousel .event-block .background-block {*/
/*display: flex;*/
/*background: rgba(0, 0, 0, 0) url("../images/event_bgi.png") no-repeat 50%;*/
/*-webkit-background-size: cover;*/
/*background-size: cover;*/
/*padding: 20px 0 25px;*/
/*}*/
/*.carousel .event-block .logo {*/
/*width: 175px;*/
/*display: flex;*/
/*justify-content: center;*/
/*align-items: center;*/
/*}*/
/*.carousel .event-block .logo img {*/
/*width: 125px;*/
/*}*/
/*.carousel .event-block .text h4 {*/
/*margin: 0;*/
/*font-family: 'SofiaProRegular', sans-serif;*/
/*font-size: 26px;*/
/*}*/
/*.carousel .event-block .text p {*/
/*margin: 0;*/
/*font-family: 'SofiaProRegular', sans-serif;*/
/*font-size: 14px;*/
/*}*/
/*.carousel .event-block .text .date {*/
/*font-family: 'SofiaProBlack', sans-serif;*/
/*margin-bottom: 10px;*/
/*text-transform: uppercase;*/
/*font-size: 13px;*/
/*}*/
/*.event-block-mobile {*/
/*display: none;*/
/*}*/



.unslider {
    overflow: auto;
    margin: 0;
    padding: 0;
    position: relative;
}

.unslider-wrap {
    position: relative
}

    .unslider-wrap.unslider-carousel > li {
        float: left
    }

.unslider-vertical > ul {
    height: 100%
}

.unslider-vertical li {
    float: none;
    width: 100%
}

.unslider-fade {
    position: relative
}

    .unslider-fade .unslider-wrap li {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        z-index: 8
    }

        .unslider-fade .unslider-wrap li.unslider-active {
            z-index: 10
        }

.unslider li, .unslider ol, .unslider ul {
    list-style: none;
    margin: 0;
    padding: 0;
    border: none
}

.unslider-arrow {
    width: 23px;
    height: 44px;
    position: absolute;
    left: 40px;
    z-index: 2;
    cursor: pointer;
    top: 45%;
    opacity: 0.5;
    transition: 0.5s;
    background: url(../../images/carousel_arrow.png) no-repeat 50% 0;
}

    .unslider-arrow:hover {
        opacity: 1;
    }

    .unslider-arrow.next {
        left: auto;
        right: 40px;
        transform: rotate(180deg)
    }


/**
 *   Here's where everything gets included. You don't need
 *   to change anything here, and doing so might break
 *   stuff. Here be dragons and all that.
 */
/**
 *   Default variables
 *
 *   While these can be set with JavaScript, it's probably
 *   better and faster to just set them here, compile to
 *   CSS and include that instead to use some of that
 *   hardware-accelerated goodness.
 */
.unslider-nav {
    text-align: center;
    position: absolute;
    bottom: 10px;
    width: 100%;
    z-index: 2;
}

    .unslider-nav ol {
        list-style: none;
        text-align: center;
    }

        .unslider-nav ol li {
            display: inline-block;
            width: 6px;
            height: 6px;
            margin: 0 4px;
            background: #5a8a8c;
            border-radius: 5px;
            overflow: hidden;
            text-indent: -999em;
            border: 2px solid #f2f2f2;
            cursor: pointer;
        }

            .unslider-nav ol li.unslider-active {
                border: 2px solid #5a8a8c;
                background: #f2f2f2;
                cursor: default;
            }



@charset "UTF-8";


/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license

Copyright (c) 2013 Daniel Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

    .animated.hinge {
        -webkit-animation-duration: 2s;
        animation-duration: 2s;
    }

@-webkit-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    60% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -webkit-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    60% {
        -webkit-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

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

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

    25%, 75% {
        opacity: 0;
    }
}

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

    25%, 75% {
        opacity: 0;
    }
}

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

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

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

    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

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

    50% {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }

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

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

@-webkit-keyframes shake {
    0%, 100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px);
    }

    20%, 40%, 60%, 80% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }
}

@keyframes shake {
    0%, 100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
        transform: translateX(-10px);
    }

    20%, 40%, 60%, 80% {
        -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
        transform: translateX(10px);
    }
}

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

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }

    40% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }

    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }

    80% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }

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

@keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        transform: rotate(15deg);
    }

    40% {
        -webkit-transform: rotate(-10deg);
        -ms-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }

    60% {
        -webkit-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        transform: rotate(5deg);
    }

    80% {
        -webkit-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }

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

.swing {
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing;
}

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

    10%, 20% {
        -webkit-transform: scale(0.9) rotate(-3deg);
        transform: scale(0.9) rotate(-3deg);
    }

    30%, 50%, 70%, 90% {
        -webkit-transform: scale(1.1) rotate(3deg);
        transform: scale(1.1) rotate(3deg);
    }

    40%, 60%, 80% {
        -webkit-transform: scale(1.1) rotate(-3deg);
        transform: scale(1.1) rotate(-3deg);
    }

    100% {
        -webkit-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0);
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    10%, 20% {
        -webkit-transform: scale(0.9) rotate(-3deg);
        -ms-transform: scale(0.9) rotate(-3deg);
        transform: scale(0.9) rotate(-3deg);
    }

    30%, 50%, 70%, 90% {
        -webkit-transform: scale(1.1) rotate(3deg);
        -ms-transform: scale(1.1) rotate(3deg);
        transform: scale(1.1) rotate(3deg);
    }

    40%, 60%, 80% {
        -webkit-transform: scale(1.1) rotate(-3deg);
        -ms-transform: scale(1.1) rotate(-3deg);
        transform: scale(1.1) rotate(-3deg);
    }

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

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

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
    0% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }

    15% {
        -webkit-transform: translateX(-25%) rotate(-5deg);
        transform: translateX(-25%) rotate(-5deg);
    }

    30% {
        -webkit-transform: translateX(20%) rotate(3deg);
        transform: translateX(20%) rotate(3deg);
    }

    45% {
        -webkit-transform: translateX(-15%) rotate(-3deg);
        transform: translateX(-15%) rotate(-3deg);
    }

    60% {
        -webkit-transform: translateX(10%) rotate(2deg);
        transform: translateX(10%) rotate(2deg);
    }

    75% {
        -webkit-transform: translateX(-5%) rotate(-1deg);
        transform: translateX(-5%) rotate(-1deg);
    }

    100% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
}

@keyframes wobble {
    0% {
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
    }

    15% {
        -webkit-transform: translateX(-25%) rotate(-5deg);
        -ms-transform: translateX(-25%) rotate(-5deg);
        transform: translateX(-25%) rotate(-5deg);
    }

    30% {
        -webkit-transform: translateX(20%) rotate(3deg);
        -ms-transform: translateX(20%) rotate(3deg);
        transform: translateX(20%) rotate(3deg);
    }

    45% {
        -webkit-transform: translateX(-15%) rotate(-3deg);
        -ms-transform: translateX(-15%) rotate(-3deg);
        transform: translateX(-15%) rotate(-3deg);
    }

    60% {
        -webkit-transform: translateX(10%) rotate(2deg);
        -ms-transform: translateX(10%) rotate(2deg);
        transform: translateX(10%) rotate(2deg);
    }

    75% {
        -webkit-transform: translateX(-5%) rotate(-1deg);
        -ms-transform: translateX(-5%) rotate(-1deg);
        transform: translateX(-5%) rotate(-1deg);
    }

    100% {
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
    }
}

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

@-webkit-keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.3);
        transform: scale(.3);
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }

    70% {
        -webkit-transform: scale(.9);
        transform: scale(.9);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.3);
        -ms-transform: scale(.3);
        transform: scale(.3);
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05);
    }

    70% {
        -webkit-transform: scale(.9);
        -ms-transform: scale(.9);
        transform: scale(.9);
    }

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

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

@-webkit-keyframes bounceInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
    }

    80% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes bounceInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateY(30px);
        -ms-transform: translateY(30px);
        transform: translateY(30px);
    }

    80% {
        -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

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

@-webkit-keyframes bounceInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(30px);
        transform: translateX(30px);
    }

    80% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes bounceInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(30px);
        -ms-transform: translateX(30px);
        transform: translateX(30px);
    }

    80% {
        -webkit-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
        transform: translateX(-10px);
    }

    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

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

@-webkit-keyframes bounceInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(-30px);
        transform: translateX(-30px);
    }

    80% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes bounceInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(-30px);
        -ms-transform: translateX(-30px);
        transform: translateX(-30px);
    }

    80% {
        -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
        transform: translateX(10px);
    }

    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

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

@-webkit-keyframes bounceInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    80% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes bounceInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    80% {
        -webkit-transform: translateY(10px);
        -ms-transform: translateY(10px);
        transform: translateY(10px);
    }

    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

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

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

    25% {
        -webkit-transform: scale(.95);
        transform: scale(.95);
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.3);
        transform: scale(.3);
    }
}

@keyframes bounceOut {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    25% {
        -webkit-transform: scale(.95);
        -ms-transform: scale(.95);
        transform: scale(.95);
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.3);
        -ms-transform: scale(.3);
        transform: scale(.3);
    }
}

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

@-webkit-keyframes bounceOutDown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    20% {
        opacity: 1;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px);
    }
}

@keyframes bounceOutDown {
    0% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    20% {
        opacity: 1;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px);
    }
}

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

@-webkit-keyframes bounceOutLeft {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    20% {
        opacity: 1;
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
}

@keyframes bounceOutLeft {
    0% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    20% {
        opacity: 1;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
}

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

@-webkit-keyframes bounceOutRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    20% {
        opacity: 1;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px);
    }
}

@keyframes bounceOutRight {
    0% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    20% {
        opacity: 1;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px);
    }
}

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

@-webkit-keyframes bounceOutUp {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    20% {
        opacity: 1;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
}

@keyframes bounceOutUp {
    0% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    20% {
        opacity: 1;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
}

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

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

    100% {
        opacity: 1;
    }
}

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

    100% {
        opacity: 1;
    }
}

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

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px);
    }

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

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

@-webkit-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }

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

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

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px);
    }

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

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

@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }

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

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

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px);
    }

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

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

@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px);
    }

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

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

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }

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

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

@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px);
    }

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

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

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

    100% {
        opacity: 0;
    }
}

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

    100% {
        opacity: 0;
    }
}

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

@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
}

@keyframes fadeOutDown {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }
}

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

@-webkit-keyframes fadeOutDownBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px);
    }
}

@keyframes fadeOutDownBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px);
    }
}

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

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px);
    }
}

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

@-webkit-keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
}

@keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
}

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

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px);
    }
}

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

@-webkit-keyframes fadeOutRightBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px);
    }
}

@keyframes fadeOutRightBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px);
    }
}

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

@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
}

@keyframes fadeOutUp {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px);
    }
}

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

@-webkit-keyframes fadeOutUpBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
}

@keyframes fadeOutUpBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
}

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

@-webkit-keyframes flip {
    0% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    40% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
        transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    50% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    80% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
        transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    100% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
        transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}

@keyframes flip {
    0% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        -ms-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    40% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
        -ms-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
        transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    50% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        -ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    80% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
        -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
        transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    100% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
        -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
        transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    -ms-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip;
}

@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotateX(-10deg);
        transform: perspective(400px) rotateX(-10deg);
    }

    70% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg);
    }

    100% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
}

@keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        -ms-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotateX(-10deg);
        -ms-transform: perspective(400px) rotateX(-10deg);
        transform: perspective(400px) rotateX(-10deg);
    }

    70% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        -ms-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg);
    }

    100% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        -ms-transform: perspective(400px) rotateX(0deg);
        transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    -ms-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX;
}

@-webkit-keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotateY(-10deg);
        transform: perspective(400px) rotateY(-10deg);
    }

    70% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg);
    }

    100% {
        -webkit-transform: perspective(400px) rotateY(0deg);
        transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
}

@keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        -ms-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotateY(-10deg);
        -ms-transform: perspective(400px) rotateY(-10deg);
        transform: perspective(400px) rotateY(-10deg);
    }

    70% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        -ms-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg);
    }

    100% {
        -webkit-transform: perspective(400px) rotateY(0deg);
        -ms-transform: perspective(400px) rotateY(0deg);
        transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
}

.flipInY {
    -webkit-backface-visibility: visible !important;
    -ms-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
}

@keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        -ms-transform: perspective(400px) rotateX(0deg);
        transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        -ms-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
}

.flipOutX {
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    -ms-backface-visibility: visible !important;
    backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px) rotateY(0deg);
        transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
}

@keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px) rotateY(0deg);
        -ms-transform: perspective(400px) rotateY(0deg);
        transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        -ms-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
}

.flipOutY {
    -webkit-backface-visibility: visible !important;
    -ms-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
    0% {
        -webkit-transform: translateX(100%) skewX(-30deg);
        transform: translateX(100%) skewX(-30deg);
        opacity: 0;
    }

    60% {
        -webkit-transform: translateX(-20%) skewX(30deg);
        transform: translateX(-20%) skewX(30deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: translateX(0%) skewX(-15deg);
        transform: translateX(0%) skewX(-15deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateX(0%) skewX(0deg);
        transform: translateX(0%) skewX(0deg);
        opacity: 1;
    }
}

@keyframes lightSpeedIn {
    0% {
        -webkit-transform: translateX(100%) skewX(-30deg);
        -ms-transform: translateX(100%) skewX(-30deg);
        transform: translateX(100%) skewX(-30deg);
        opacity: 0;
    }

    60% {
        -webkit-transform: translateX(-20%) skewX(30deg);
        -ms-transform: translateX(-20%) skewX(30deg);
        transform: translateX(-20%) skewX(30deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: translateX(0%) skewX(-15deg);
        -ms-transform: translateX(0%) skewX(-15deg);
        transform: translateX(0%) skewX(-15deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateX(0%) skewX(0deg);
        -ms-transform: translateX(0%) skewX(0deg);
        transform: translateX(0%) skewX(0deg);
        opacity: 1;
    }
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
    0% {
        -webkit-transform: translateX(0%) skewX(0deg);
        transform: translateX(0%) skewX(0deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateX(100%) skewX(-30deg);
        transform: translateX(100%) skewX(-30deg);
        opacity: 0;
    }
}

@keyframes lightSpeedOut {
    0% {
        -webkit-transform: translateX(0%) skewX(0deg);
        -ms-transform: translateX(0%) skewX(0deg);
        transform: translateX(0%) skewX(0deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateX(100%) skewX(-30deg);
        -ms-transform: translateX(100%) skewX(-30deg);
        transform: translateX(100%) skewX(-30deg);
        opacity: 0;
    }
}

.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
    0% {
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(-200deg);
        transform: rotate(-200deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}

@keyframes rotateIn {
    0% {
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(-200deg);
        -ms-transform: rotate(-200deg);
        transform: rotate(-200deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}

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

@-webkit-keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}

@keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}

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

@-webkit-keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}

@keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}

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

@-webkit-keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}

@keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}

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

@-webkit-keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}

@keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}

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

@-webkit-keyframes rotateOut {
    0% {
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(200deg);
        transform: rotate(200deg);
        opacity: 0;
    }
}

@keyframes rotateOut {
    0% {
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(200deg);
        -ms-transform: rotate(200deg);
        transform: rotate(200deg);
        opacity: 0;
    }
}

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

@-webkit-keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0;
    }
}

@keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0;
    }
}

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

@-webkit-keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0;
    }
}

@keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0;
    }
}

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

@-webkit-keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0;
    }
}

@keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0;
    }
}

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

@-webkit-keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0;
    }
}

@keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0;
    }
}

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

@-webkit-keyframes slideInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes slideInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }

    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

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

@-webkit-keyframes slideInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes slideInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }

    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

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

@-webkit-keyframes slideInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes slideInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px);
    }

    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

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

@-webkit-keyframes slideOutLeft {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
}

@keyframes slideOutLeft {
    0% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
}

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

@-webkit-keyframes slideOutRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px);
    }
}

@keyframes slideOutRight {
    0% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px);
    }
}

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

@-webkit-keyframes slideOutUp {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
}

@keyframes slideOutUp {
    0% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
}

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

@-webkit-keyframes hinge {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    20%, 60% {
        -webkit-transform: rotate(80deg);
        transform: rotate(80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    40% {
        -webkit-transform: rotate(60deg);
        transform: rotate(60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    80% {
        -webkit-transform: rotate(60deg) translateY(0);
        transform: rotate(60deg) translateY(0);
        opacity: 1;
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    100% {
        -webkit-transform: translateY(700px);
        transform: translateY(700px);
        opacity: 0;
    }
}

@keyframes hinge {
    0% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    20%, 60% {
        -webkit-transform: rotate(80deg);
        -ms-transform: rotate(80deg);
        transform: rotate(80deg);
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    40% {
        -webkit-transform: rotate(60deg);
        -ms-transform: rotate(60deg);
        transform: rotate(60deg);
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    80% {
        -webkit-transform: rotate(60deg) translateY(0);
        -ms-transform: rotate(60deg) translateY(0);
        transform: rotate(60deg) translateY(0);
        opacity: 1;
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    100% {
        -webkit-transform: translateY(700px);
        -ms-transform: translateY(700px);
        transform: translateY(700px);
        opacity: 0;
    }
}

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

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%) rotate(-120deg);
        transform: translateX(-100%) rotate(-120deg);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0px) rotate(0deg);
        transform: translateX(0px) rotate(0deg);
    }
}

@keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%) rotate(-120deg);
        -ms-transform: translateX(-100%) rotate(-120deg);
        transform: translateX(-100%) rotate(-120deg);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0px) rotate(0deg);
        -ms-transform: translateX(0px) rotate(0deg);
        transform: translateX(0px) rotate(0deg);
    }
}

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

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0px) rotate(0deg);
        transform: translateX(0px) rotate(0deg);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(100%) rotate(120deg);
        transform: translateX(100%) rotate(120deg);
    }
}

@keyframes rollOut {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0px) rotate(0deg);
        -ms-transform: translateX(0px) rotate(0deg);
        transform: translateX(0px) rotate(0deg);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(100%) rotate(120deg);
        -ms-transform: translateX(100%) rotate(120deg);
        transform: translateX(100%) rotate(120deg);
    }
}

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



@media screen and (max-width: 2559px) {

    .carousel {
        height: 925px;
    }

        .carousel div {
            height: 925px;
        }

    .under-block {
        padding-top: 350px;
    }

    .social {
        top: 0;
    }

        .social ul {
            margin-top: 512px;
        }
}

@media screen and (max-width: 2199px) {

    .carousel {
        height: 800px;
    }

        .carousel div {
            height: 800px;
        }

    .under-block {
        padding-top: 275px;
    }

    .social ul {
        margin-top: 422px;
    }
    /*.social {
        top: 300px;
    }*/

    /* EVENT BLOCK */
    /*.carousel .event-block {*/
    /*width: 450px;*/
    /*}*/
    /*.carousel .event-block h3 {*/
    /*font-size: 20px;*/
    /*padding: 10px 15px;*/
    /*}*/
    /*.carousel .event-block .background-block {*/
    /*padding: 15px 0 20px;*/
    /*}*/
    /*.carousel .event-block .logo {*/
    /*width: 130px;*/
    /*}*/
    /*.carousel .event-block .logo img {*/
    /*width: 100px;*/
    /*}*/
    /*.carousel .event-block .text {*/
    /*width: 320px;*/
    /*}*/
    /*.carousel .event-block .text h4 {*/
    /*font-size: 20px;*/
    /*}*/
    /*.carousel .event-block .text p {*/
    /*font-size: 14px;*/
    /*line-height: 14px;*/
    /*}*/
    /*.carousel .event-block .text .date {*/
    /*margin-bottom: 10px;*/
    /*font-size: 13px;*/
    /*}*/
}


@media screen and (max-width: 1899px) {

    body {
        margin-top: 117px;
    }
    /* HEADER */
    .logo {
        width: 200px;
    }

        .logo .logo-hat {
            width: 30px;
            top: 2px;
            left: 9px;
        }

    .navigation {
        margin-top: 18px;
    }

    /* BUTTON STYLE */
    .button-style-1 {
        margin-top: 15px;
        padding: 20px 40px;
    }

    /* FOOTER */
    .footer-1 {
        background-image: url(../../images/footer_bgi.jpg);
        padding: 70px 0;
        background-size: 155%;
    }

        .footer-1 .label-1 {
            font-size: 31px;
        }

        .footer-1 .label-2 {
            font-size: 16px;
        }

        .footer-1:before {
            top: -2px;
            height: 40px;
        }

    .category-img-block {
        height: 250px;
    }

        .category-img-block.about-img {
            background: url("../../images/about.png") no-repeat 50%;
            background-size: 135%;
        }

        .category-img-block.service-img {
            background: url("../../images/services.png") no-repeat 50%;
            background-size: 135%;
        }

        .category-img-block.tech-img {
            background: url("../../images/tech.png") no-repeat 50%;
            background-size: 135%;
        }

        .category-img-block.industr-img {
            background: url("../../images/industr.png") no-repeat 50%;
            background-size: 135%;
        }
}

@media screen and (max-width: 1499px) {
    .footer-1 {
        background-image: url(../../images/footer_bgi.jpg);
        background-size: 190%;
    }

    .category-img-block {
        height: 225px;
    }

        .category-img-block.about-img {
            background: url("../../images/about.png") no-repeat 50%;
            background-size: 155%;
        }

        .category-img-block.service-img {
            background: url("../../images/services.png") no-repeat 50%;
            background-size: 155%;
        }

        .category-img-block.tech-img {
            background: url("../../images/tech.png") no-repeat 50%;
            background-size: 155%;
        }

        .category-img-block.industr-img {
            background: url("../../images/industr.png") no-repeat 50%;
            background-size: 155%;
        }
}

@media screen and (max-width: 1199px) {

    body {
        margin-top: 108px;
    }
    /* HEADER */
    .logo {
        width: 175px;
    }

        .logo .logo-hat {
            width: 27px;
            top: 0.5px;
            left: 8px;
        }
    /* BUTTON STYLE */
    .button-style-1 {
        margin-top: 30px;
        padding: 25px 50px;
    }

    /* FOOTER */
    .footer-1 {
        background-image: url(../../images/footer_bgi.jpg);
        background-size: 220%;
    }

        .footer-1:before {
            height: 30px;
        }

    .footer-2 .first-ul,
    .footer-2 .second-ul {
        margin-bottom: 25px;
    }

        .footer-2 .first-ul li:nth-child(4) {
            text-align: center;
        }

        .footer-2 .first-ul li:nth-child(5),
        .footer-2 .first-ul li:nth-child(6),
        .footer-2 .first-ul li:nth-child(7) {
            text-align: right;
        }

        .footer-2 .second-ul li:first-child {
            text-align: left;
        }

    /* BUTTON-STYLE-3 */
    .button-style-3 {
        padding: 17px 50px 18px 105px;
    }

        .button-style-3:before {
            bottom: 17px;
            right: 50px;
        }

        .button-style-3:after {
            width: 55px;
            height: 55px;
            line-height: 65px;
        }

    .category-img-block {
        height: 200px;
    }

    .category-under-block h1 {
        font-size: 40px;
    }

    .category-img-block.about-img {
        background: url("../../images/about.png") no-repeat 50%;
        background-size: 161%;
    }

    .category-img-block.service-img {
        background: url("../../images/services.png") no-repeat 50%;
        background-size: 161%;
    }

    .category-img-block.tech-img {
        background: url("../../images/tech.png") no-repeat 50%;
        background-size: 161%;
    }

    .category-img-block.industr-img {
        background: url("../../images/industr.png") no-repeat 50%;
        background-size: 161%;
    }
}

@media screen and (max-width: 1023px) {

    body {
        margin-top: 81px;
    }
    /* HEADER */
    .logo {
        width: 150px;
    }

        .logo .logo-hat {
            width: 25px;
            top: 0px;
            left: 6px;
        }
    /* BUTTON STYLE */
    .button-style-1 {
        margin-top: 15px;
        padding: 15px 30px;
    }

    /* HEADER */
    body {
        margin-top: 81px;
    }

    .body-shadow:before {
        position: fixed;
        content: '';
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background-color: rgba(0, 0, 0, 0.25);
        z-index: 3;
    }

    header {
        padding: 15px 0;
    }

    .header-shadow:after {
        position: fixed;
        content: '';
        top: 0;
        left: 0;
        width: 100%;
        height: 81px;
        background-color: rgba(0, 0, 0, 0.25);
        z-index: 3;
    }

    #nav-bar {
        display: block;
        border: none;
        background-color: transparent;
        color: #468a95;
        font-size: 24px;
        float: right;
        margin-top: 10px;
    }

    #nav-bar-close {
        display: block;
        font-size: 20px;
        position: absolute;
        top: 25px;
        left: 15px;
    }

    #nav-menu {
        position: fixed;
        top: 0;
        right: 0;
        width: 256px;
        height: 100vh;
        display: none;
        background-color: #fff;
        z-index: 5;
    }

    .navigation {
        width: 100%;
    }

        .navigation li {
            margin: 10px 0;
            float: none;
            text-align: center;
        }
    /*.navigation li a span,*/
    .big-nav {
        display: none;
    }

    .navigation li a:hover span {
        width: 0;
    }

    .small-nav {
        display: block;
    }

    /* FOOTER */
    .footer-1 {
        background-image: url(../../images/footer_bgi.jpg);
        background-size: 360%;
        padding: 35px 0;
    }

        .footer-1:before {
            height: 25px;
        }

        .footer-1 .label-1 {
            font-size: 29px;
        }

        .footer-1 .label-2 {
            font-size: 15px;
        }

        .footer-1 .input-item {
            width: 100%;
        }

    .footer-2 .second-ul li {
        font-size: 14px;
    }

    .footer-2 .third-ul li {
        font-size: 12px;
    }

    .category-send-message-block .right-labels .label-1 h2 {
        font-size: 20px;
    }

    /* CATEGORY-MAP-BLOCK */
    .category-map-block {
        padding: 30px 0;
    }

    /* BUTTON-STYLE-3 */
    .button-style-3 {
        padding: 15px 30px 15px 85px;
        font-size: 13px;
    }

        .button-style-3:before {
            bottom: 15px;
        }

        .button-style-3:after {
            width: 50px;
            height: 50px;
            line-height: 60px;
        }

    .category-img-block {
        height: 175px;
    }

    .category-under-block h1 {
        font-size: 30px;
    }

    .category-img-block.about-img {
        background: url("../../images/about.png") no-repeat 50%;
        background-size: 190%;
    }

    .category-img-block.service-img {
        background: url("../../images/services.png") no-repeat 50%;
        background-size: 190%;
    }

    .category-img-block.tech-img {
        background: url("../../images/tech.png") no-repeat 50%;
        background-size: 190%;
    }

    .category-img-block.industr-img {
        background: url("../../images/industr.png") no-repeat 50%;
        background-size: 190%;
    }
}

@media screen and (max-width: 767px) {

    body {
        margin-top: 73px;
    }

    /* HEADER */
    .logo {
        width: 125px;
        margin-left: 20px;
    }

        .logo .logo-hat {
            width: 20px;
            top: 0.5px;
            left: 5px;
        }

    #nav-bar {
        margin-top: 8px;
        margin-right: 30px;
    }

    .header-shadow:after {
        height: 73px;
    }

    /* FOOTER */
    .footer-1 {
        height: auto;
        background: #fff url(../../images/mobile/footer_bgi.jpg) no-repeat 34% 60%;
        background-size: 760%;
        padding: 35px 0;
    }

        .footer-1 form {
            padding: 0 8px;
            /*display: none;*/
        }

        .footer-1:before {
            background: url(../../images/mobile_sharp_line.png) no-repeat 0 100%;
            background-size: 100%;
            transform: none;
            z-index: 1;
        }

        .footer-1 .label-1 {
            display: none;
            margin: 0;
            font-size: 24px;
        }

        .footer-1 form {
            height: 0;
            overflow: hidden;
            transition: 1s;
        }

        .footer-1.active form {
            margin-top: 30px;
            height: auto;
        }

        .footer-1 .label-2 {
            width: 240px;
            margin: 0 auto;
        }

        .footer-1 .label-3 {
            margin-top: 0;
        }

            .footer-1 .label-3 .button-style-1 {
                padding: 20px 45px;
            }

        .footer-1 #contact-mobile {
            display: block;
        }

    .footer-2 {
        padding: 30px 0 50px;
    }

        .footer-2 .first-ul {
            width: 96%;
            display: inline-block;
            margin-bottom: 30px;
        }

            .footer-2 .first-ul li,
            .footer-2 .second-ul li {
                width: 100%;
                display: block;
                float: left;
                text-align: center !important;
            }

            .footer-2 .first-ul li {
                margin-bottom: 5px;
            }

        .footer-2 .second-ul {
            display: block;
            margin-bottom: 30px;
        }

            .footer-2 .second-ul li {
                font-size: 14px;
                width: 100%;
                text-align: center !important;
            }

        .footer-2 .third-ul {
            padding-bottom: 80px;
            display: block;
            position: relative;
        }

            .footer-2 .third-ul li {
                display: block;
                width: 100%;
                font-size: 13px;
                text-align: center !important;
                margin-bottom: 0;
                float: right;
            }

                .footer-2 .third-ul li:first-child {
                    position: absolute;
                    left: 0;
                    bottom: 0;
                }

                .footer-2 .third-ul li:last-child {
                    position: absolute;
                    left: 0;
                    bottom: 35px;
                }

    /* CATEGORY-IMG-BLOCK */
    .category-img-block {
        position: relative;
        height: 200px;
        background-size: 100%;
        background-image: url(../../images/mobile/category_bgi.png);
    }

    .category-under-block p {
        font-size: 13px;
    }

    .category-under-block h1 {
        font-size: 25px;
        letter-spacing: 0;
    }

    /* CATEGORY-MAP-BLOCK */
    .category-map-block {
        padding-bottom: 15px;
        background-size: 300%;
        background-position-y: 100%;
    }

    /* BUTTON-STYLE-3 */
    .button-style-3 {
        padding: 12px 15px 13px 60px;
    }

        .button-style-3:after {
            width: 45px;
            height: 45px;
            line-height: 55px;
        }

    .category-img-block {
        height: 150px;
    }

        .category-img-block.about-img {
            background: url("../../images/about.png") no-repeat 50%;
            background-size: 355%;
        }

        .category-img-block.service-img {
            background: url("../../images/services.png") no-repeat 35% 50%;
            background-size: 355%;
        }

        .category-img-block.tech-img {
            background: url("../../images/tech.png") no-repeat 58% 50%;
            background-size: 355%;
        }

        .category-img-block.industr-img {
            background: url("../../images/industr.png") no-repeat 35% 50%;
            background-size: 355%;
        }
}


@media screen and (max-width: 1899px) {

    /* CAROUSEL */
    .carousel {
        height: 625px;
    }

        .carousel:before {
            height: 30px;
        }

        .carousel:after {
            height: 100%;
        }

        .carousel div {
            height: 625px;
        }

    .unslider-nav {
        bottom: 0;
    }

    /* UNDER BLOCK */
    .under-block {
        padding-top: 175px;
    }

        .under-block span {
            font-size: 18px;
        }

        .under-block h1 {
            font-size: 60px;
        }
    /*.social {
        top: 180px;
        right: -33px;
    }*/
    .social ul {
        margin-top: 337px;
    }

    /* LAYER-1 */
    .layer-1 {
        padding: 80px 0;
    }

        .layer-1 .left {
            font-size: 31px;
        }

        .layer-1 .right {
            font-size: 16px;
        }

    /* LAYER-2 */
    .layer-2 .box {
        margin: 40px 0;
    }

    .layer-2 .block-1 {
        width: 340px;
    }

    .layer-2 .block-2 {
        width: 300px;
    }

    .layer-2 .block-3 {
        width: 325px;
    }

    .layer-2 .block-4 {
        width: 340px;
    }

    .layer-2 .block-5 {
        width: 300px;
    }

    .layer-2 .block-6 {
        width: 325px;
    }

    .layer-2 .block-1:before,
    .layer-2 .block-4:before {
        bottom: -40px;
        left: 8px;
        width: 50px;
    }

    .layer-2 .block-1:after,
    .layer-2 .block-4:after {
        bottom: -40px;
        right: -47px;
        width: 101px;
    }

    .layer-2 .block-2:before,
    .layer-2 .block-5:before {
        bottom: -40px;
        right: -57px;
        width: 101px;
    }

    .layer-2 .block-2:after,
    .layer-2 .block-5:after {
        bottom: -91px;
        left: -5px;
        height: 101px;
    }

    .layer-2 .block-3:before,
    .layer-2 .block-6:before {
        bottom: -40px;
        width: 50px;
        right: 8px;
    }

    .layer-2 .block-3:after,
    .layer-2 .block-6:after {
        bottom: -91px;
        left: 5px;
        height: 101px;
    }

    /* LAYER-3 */
    .layer-3 {
        height: 200px;
        background-size: 137%;
        padding-top: 65px;
    }

        .layer-3:before {
            height: 40px;
        }

        .layer-3:after {
            height: 25px;
        }

        .layer-3 .text h2 {
            margin-top: 5px;
        }

        .layer-3 .text p {
            font-size: 16px;
        }

    /* LAYER-4 */
    .layer-4 .medium {
        font-size: 16px;
    }

    .layer-4 li i {
        font-size: 13px;
        vertical-align: 5%;
    }

    .layer-4 li p {
        font-size: 18px;
    }

    .layer-4 {
        padding: 60px 0;
    }

        .layer-4 h2 {
            font-size: 30px;
        }
    /*.layer-4 p,*/
    /*.layer-4 li div {*/
    /*font-size: 17px;*/
    /*}*/

    /* LAYER-5 */
    .layer-5 {
        height: 180px;
        background: url(../../images/layer_5_bgi.jpg) no-repeat 0 60%;
        background-size: 100%;
    }

        .layer-5 .container {
            padding-top: 65px;
        }

        .layer-5 .image {
            height: 30px;
            line-height: 30px;
        }

        .layer-5 span {
            font-size: 33px;
            line-height: 33px;
            vertical-align: 5%;
        }

        .layer-5 p {
            font-size: 12px;
            margin: 8px 0;
        }

            .layer-5 p:after {
                bottom: -15px;
            }

        .layer-5:before {
            height: 40px;
        }

    /* LAYER-6 */
    .layer-6 h2 {
        font-size: 30px;
    }

    .layer-6 span {
        font-size: 17px;
    }

    .layer-6 .industries {
        height: 612px;
        background: url(../../images/layer_6_bgi.jpg) no-repeat 50% 70%;
        background-size: 100%;
    }

    .layer-6 .box {
        width: 267px;
        border-right: 12px solid #fff;
        border-bottom: 12px solid #fff;
    }

    .layer-6 .no-border-right {
        border-right: none;
    }

    .layer-6 .no-border-bottom {
        border-bottom: none;
    }

    .layer-6 .small-box {
        height: 250px;
    }

    .layer-6 .medium-box {
        height: 300px;
    }

    .layer-6 .big-box {
        height: 350px;
    }

    .layer-6 .box span {
        bottom: 50px;
        left: 30px;
        font-size: 20px;
    }

    /* LAYER-7 */
    .layer-7 .marquee {
        width: 1150px;
    }

    .layer-7 h2 {
        font-size: 30px;
    }

    .layer-7 span {
        font-size: 17px;
    }

    /* EVENT BLOCK */
    /*.carousel .event-block {*/
    /*width: 425px;*/
    /*}*/
    /*.carousel .event-block h3 {*/
    /*font-size: 20px;*/
    /*padding: 5px 15px 6px;*/
    /*}*/
    /*.carousel .event-block .background-block {*/
    /*padding: 10px 0 15px;*/
    /*}*/
    /*.carousel .event-block .logo {*/
    /*width: 100px;*/
    /*}*/
    /*.carousel .event-block .logo img {*/
    /*width: 75px;*/
    /*}*/
    /*.carousel .event-block .text {*/
    /*width: 325px;*/
    /*}*/
    /*.carousel .event-block .text h4 {*/
    /*font-size: 20px;*/
    /*}*/
    /*.carousel .event-block .text p {*/
    /*font-size: 14px;*/
    /*line-height: 14px;*/
    /*}*/
    /*.carousel .event-block .text .date {*/
    /*margin-bottom: 10px;*/
    /*font-size: 13px;*/
    /*}*/
}

@media screen and (max-width: 1599px) {

    .carousel {
        height: 525px;
    }

        .carousel div {
            height: 525px;
        }

    .under-block {
        padding-top: 175px;
    }

    .social {
        right: 7px;
    }

        .social li {
            width: 25px;
            height: 25px;
            line-height: 23px;
            margin-bottom: 15px;
        }

            .social li a {
                font-size: 13px;
            }

        .social ul {
            margin-top: 312px;
        }

    /* EVENT BLOCK */
    /*.carousel .event-block {*/
    /*width: 360px;*/
    /*}*/
    /*.carousel .event-block h3 {*/
    /*font-size: 16px;*/
    /*padding: 5px 15px 6px;*/
    /*}*/
    /*.carousel .event-block .background-block {*/
    /*padding: 10px 0 25px;*/
    /*}*/
    /*.carousel .event-block .logo {*/
    /*width: 90px;*/
    /*}*/
    /*.carousel .event-block .logo img {*/
    /*width: 60px;*/
    /*}*/
    /*.carousel .event-block .text {*/
    /*width: 270px;*/
    /*}*/
    /*.carousel .event-block .text h4 {*/
    /*font-size: 16px;*/
    /*}*/
    /*.carousel .event-block .text p {*/
    /*font-size: 12px;*/
    /*line-height: 12px;*/
    /*}*/
    /*.carousel .event-block .text .date {*/
    /*margin-bottom: 5px;*/
    /*font-size: 12px;*/
    /*}*/
}

@media screen and (max-width: 1199px) {

    /* UNSLIDER */
    .unslider-arrow.prev {
        left: 20px;
    }

    .unslider-arrow.next {
        right: 20px;
    }

    /* UNDER BLOCK */
    .under-block {
        padding-top: 178px;
    }

        .under-block h1 {
            font-size: 53px;
        }
    /*.social {
        right: -35px;
    }*/

    .social {
        right: 10px;
    }

    /* LAYER-1 */
    .layer-1 .left {
        font-size: 26px;
    }

    /* LAYER-2 */
    .layer-2 p {
        font-size: 15px;
    }

    .layer-2 h3 {
        font-size: 22px;
    }

    .layer-2 .block-1,
    .layer-2 .block-2,
    .layer-2 .block-3,
    .layer-2 .block-4,
    .layer-2 .block-5,
    .layer-2 .block-6,
    .layer-2 .block-7,
    .layer-2 .block-8,
    .layer-2 .block-9 {
        width: 250px;
    }

        .layer-2 .block-1:before,
        .layer-2 .block-4:before {
            width: 30px;
        }

        .layer-2 .block-1:after,
        .layer-2 .block-4:after {
            right: -25px;
            width: 61px;
        }

        .layer-2 .block-2:before,
        .layer-2 .block-5:before {
            right: -37px;
            width: 61px;
        }

        .layer-2 .block-2:after,
        .layer-2 .block-5:after {
            bottom: -70px;
            height: 61px;
        }

        .layer-2 .block-3:before,
        .layer-2 .block-6:before {
            width: 30px;
            right: 8px;
        }

        .layer-2 .block-3:after,
        .layer-2 .block-6:after {
            bottom: -70px;
            height: 61px;
        }

    /* LAYER-3 */
    .layer-3 {
        background-size: 159%;
        padding-top: 65px;
    }

        .layer-3:before {
            height: 35px;
        }

        .layer-3 .text h2 {
            font-size: 22px;
        }

        .layer-3 .button-style-1 {
            margin-top: 5px;
        }

    /* LAYER-4 */
    .layer-4 .first-list {
        padding-left: 60px;
    }

    .layer-4 .second-list {
        padding-right: 60px;
    }

    /* LAYER-5 */
    .layer-5 {
        height: 150px;
    }

        .layer-5 .container {
            padding-top: 50px;
        }

        .layer-5:before {
            height: 30px;
        }

    /* LAYER-6 */
    .layer-6 .box {
        width: 219px;
    }

    /* LAYER-7 */
    .layer-7 .marquee {
        width: 928px;
    }

    /* EVENT BLOCK */
    /*.carousel .event-block {*/
    /*width: 300px;*/
    /*}*/
    /*.carousel .event-block h3 {*/
    /*font-size: 14px;*/
    /*padding: 5px 10px 6px;*/
    /*}*/
    /*.carousel .event-block .background-block {*/
    /*padding: 5px 0 15px;*/
    /*}*/
    /*.carousel .event-block .logo {*/
    /*width: 100px;*/
    /*}*/
    /*.carousel .event-block .logo img {*/
    /*width: 80px;*/
    /*}*/
    /*.carousel .event-block .text {*/
    /*width: 200px;*/
    /*padding: 0;*/
    /*}*/
    /*.carousel .event-block .text h4 {*/
    /*font-size: 16px;*/
    /*}*/
    /*.carousel .event-block .text p {*/
    /*font-size: 12px;*/
    /*line-height: 12px;*/
    /*}*/
    /*.carousel .event-block .text .date {*/
    /*margin-bottom: 5px;*/
    /*font-size: 12px;*/
    /*}*/
}

@media screen and (max-width: 1023px) {

    .social {
        display: none;
    }

    /* CAROUSEL */
    .carousel {
        height: 400px;
    }

        .carousel .carousel-img-1,
        .carousel .carousel-img-2,
        .carousel .carousel-img-3 {
            background-position-y: 0;
        }

        .carousel:before {
            height: 22px;
        }

    /* UNDER BLOCK */
    .under-block {
        padding-top: 135px;
    }

        .under-block h1 {
            font-size: 37px;
        }

    /*  LAYER-1 */
    .layer-1 .left {
        line-height: 34px;
        font-size: 26px;
        padding: 0 8px;
        text-align: center;
    }

    .layer-1 .right {
        margin-top: 25px;
        padding: 0 8px;
        text-align: center;
    }

    /* LAYER-2 */
    .layer-2 .block-1,
    .layer-2 .block-2,
    .layer-2 .block-3,
    .layer-2 .block-4,
    .layer-2 .block-5,
    .layer-2 .block-6,
    .layer-2 .block-7,
    .layer-2 .block-8,
    .layer-2 .block-9 {
        width: 300px;
        float: none;
        margin: 0 auto;
        text-align: center;
    }

        .layer-2 .block-7:after,
        .layer-2 .block-7:before,
        .layer-2 .block-8:after,
        .layer-2 .block-8:before {
            position: absolute;
            content: '';
            background-color: rgba(201, 201, 201, 0.79);
        }

        .layer-2 .block-1:before,
        .layer-2 .block-3:before
        /*.layer-2 .block-5:before,*/
        /*.layer-2 .block-7:before */ {
            width: 30px;
            height: 1px;
            left: 8px;
            right: auto;
            bottom: -40px;
        }

        .layer-2 .block-1:after,
        .layer-2 .block-3:after
        /*.layer-2 .block-5:after,*/
        /*.layer-2 .block-7:after */ {
            right: -30px;
            width: 61px;
            height: 1px;
            left: auto;
            bottom: -40px;
        }

        .layer-2 .block-2:after,
        .layer-2 .block-4:after
        /*.layer-2 .block-6:after,*/
        /*.layer-2 .block-8:after */ {
            bottom: -70px;
            height: 61px;
            width: 1px;
            left: 0;
            right: auto;
        }

        .layer-2 .block-2:before,
        .layer-2 .block-4:before
        /*.layer-2 .block-6:before,*/
        /*.layer-2 .block-8:before */ {
            right: 8px;
            width: 31px;
            height: 1px;
            left: auto;
            bottom: -40px;
        }

    /* LAYER-3 */
    .layer-3 {
        background-size: 195%;
        padding-top: 40px;
        height: 150px;
    }

        .layer-3:before {
            height: 25px;
        }

        .layer-3:after {
            height: 12px;
        }

        .layer-3 .text h2 {
            width: 690px;
            margin-top: 5px;
            font-size: 24px;
        }

        .layer-3 .text p {
            font-size: 15px;
            line-height: 19px;
        }

        .layer-3 .button-style-1 {
            margin-top: 15px;
        }

    /* LAYER-4 */
    .layer-4 li i {
        margin-right: 10px;
    }

    .layer-4 .first-list {
        padding-left: 8px;
        padding-right: 8px;
    }

    .layer-4 .second-list {
        padding-right: 8px;
    }

    .layer-4 li button {
        font-size: 18px;
    }
    /*.layer-4 .second-list li:nth-child(2) button {*/
    /*letter-spacing: -1px;*/
    /*}*/

    /* LAYER-5 */
    .layer-5 {
        background-position-y: 66%;
    }

        .layer-5:before {
            height: 25px;
        }

    /* LAYER-6 */
    .layer-6 .industries {
        margin-top: 30px;
        height: 458px;
        background-position-y: 0;
        background-size: 100%;
    }

    .layer-6 .box {
        width: 166px;
        border-right: 8px solid #fff;
        border-bottom: 8px solid #fff;
    }

    .layer-6 .no-border-right {
        border-right: none;
    }

    .layer-6 .no-border-bottom {
        border-bottom: none;
    }

    .layer-6 .small-box {
        height: 175px;
    }

    .layer-6 .medium-box {
        height: 225px;
    }

    .layer-6 .big-box {
        height: 275px;
    }

    .layer-6 .industries div:last-child {
        margin-top: -100px !important;
    }

    .layer-6 .box span {
        bottom: 40px;
        left: 15px;
        font-size: 17px;
    }

    /* LAYER-7 */
    .layer-7 {
        padding-top: 10px;
    }

        .layer-7 .marquee {
            width: 672px;
        }

    .layer-4 h2:after,
    .layer-6 h2:after,
    .articles h2:after {
        display: none;
    }

    /* EVENT BLOCK */
    /*.carousel .event-block {*/
    /*width: 100%;*/
    /*top: 0;*/
    /*bottom: auto;*/
    /*}*/
    /*.carousel .event-block .background-block {*/
    /*padding: 5px 0;*/
    /*background: #151f3a;*/
    /*}*/
    /*.carousel .event-block .logo {*/
    /*width: 70px;*/
    /*}*/
    /*.carousel .event-block .logo img {*/
    /*width: 60px;*/
    /*}*/
    /*.carousel .event-block .text {*/
    /*display: flex;*/
    /*justify-content: space-around;*/
    /*align-items: center;*/
    /*width: calc(100% - 70px);*/
    /*}*/
    /*.carousel .event-block .text h4,*/
    /*.carousel .event-block .text p,*/
    /*.carousel .event-block .text .date {*/
    /*font-size: 14px;*/
    /*line-height: 14px;*/
    /*margin: 0;*/
    /*}*/
}

@media screen and (max-width: 767px) {

    /* CAROUSEL */
    .carousel {
        height: 195px;
    }

        .carousel div {
            height: 195px;
        }

        .carousel:before {
            height: 25px;
            background: url(../../images/carousel_mobile_layer.png) no-repeat 50% 0;
            background-size: auto;
            bottom: -9px;
        }

        .carousel .carousel-img-1 {
            background: url(../../images/carousel_bgi_1_mob.jpg) no-repeat 50%;
            background-size: 100%;
        }

        .carousel .carousel-img-2 {
            background: url(../../images/mobile/carousel_bgi_2.jpg) no-repeat 50%;
            background-size: 100%;
        }

        .carousel .carousel-img-3 {
            background: url(../../images/carousel_bgi_3_mob.jpg) no-repeat 50%;
            background-size: 100%;
        }

    .unslider {
        overflow: hidden;
    }

    .unslider-nav {
        bottom: -4px;
    }

    .unslider-arrow {
        display: none;
    }

    .under-block {
        padding-top: 45px;
    }

        .under-block span {
            font-size: 13px;
        }

        .under-block h1 {
            font-size: 30px;
            width: 100%;
            margin: 0 auto;
            line-height: 35px;
        }

        .under-block i {
            display: block;
        }

        .under-block a {
            display: none;
        }

    /* LAYER 1 */
    .layer-1 {
        padding: 30px 0;
    }

        .layer-1 .left {
            line-height: 24px;
            font-size: 18px;
            padding: 0 15px;
            letter-spacing: -1px;
        }

        .layer-1 .right {
            display: none;
        }

    /* LAYER-2 */
    .layer-2 .block-1,
    .layer-2 .block-2,
    .layer-2 .block-3,
    .layer-2 .block-4,
    .layer-2 .block-5,
    .layer-2 .block-6,
    .layer-2 .block-7,
    .layer-2 .block-8,
    .layer-2 .block-9 {
        width: 144px;
        float: none;
        margin: 0 auto;
        text-align: center;
    }

    .layer-2 .image {
        height: 50px;
    }

        .layer-2 .image svg {
            max-height: 50px;
            max-width: 50px;
        }

    .layer-2 h3 {
        font-size: 18px;
        line-height: 20px;
        margin-bottom: 0;
        letter-spacing: -1px;
    }

    .layer-2 p,
    .layer-2 .block-1:before,
    .layer-2 .block-3:before,
    .layer-2 .block-5:before,
    .layer-2 .block-7:before,
    .layer-2 .block-2:before,
    .layer-2 .block-4:before,
    .layer-2 .block-6:before,
    .layer-2 .block-8:before {
        display: none;
    }

    .layer-2 .block-1:after,
    .layer-2 .block-3:after
    /*.layer-2 .block-5:after,*/
    /*.layer-2 .block-7:after */ {
        right: -60px;
        width: 121px;
    }

    .layer-2 .block-2:after,
    .layer-2 .block-4:after
    /*.layer-2 .block-6:after,*/
    /*.layer-2 .block-8:after */ {
        bottom: -97px;
        height: 121px;
    }

    .layer-2 .image svg {
        max-width: 50px;
        max-height: 50px;
    }

    .layer-2 .block-5 h3 {
        margin-top: 10px;
    }

    .layer-2 .info {
        width: 110px;
        margin: 0 auto;
    }

    .layer-2 .block-6 h3 {
        margin-top: 10px;
    }

    /* LAYER-3 */
    .layer-3 {
        background: url("../../images/layer_3_mobile_bgi.png") no-repeat 50% 50%;
        background-size: 156%;
        padding: 25px 0;
        height: 175px;
    }

        .layer-3:before,
        .layer-3:after {
            display: none;
        }

        .layer-3 .text {
            width: 300px;
            text-align: center;
            margin: 0 auto;
            float: none;
        }

            .layer-3 .text h2 {
                width: auto;
                line-height: 28px;
            }

            .layer-3 .text p {
                display: none;
            }

        .layer-3 .button {
            float: none;
            width: 100%;
            text-align: center;
        }

        .layer-3 .button-style-1 {
            margin-top: 25px;
        }

    /* LAYER-4 */
    .layer-4 {
        padding: 20px 0;
    }

        .layer-4 .row div {
            padding: 0 20px;
        }

        .layer-4 .second-list li:first-child {
            margin-top: 0;
        }

        .layer-4 .row div:nth-child(3),
        .layer-4 .row div:nth-child(4) {
            display: none;
        }

        .layer-4 h2 {
            font-size: 24px;
            margin-bottom: 0;
        }

        .layer-4 p,
        .layer-4 .row table div p {
            font-size: 14px;
        }

        .layer-4 li button {
            font-size: 16px;
            height: auto;
            text-align: left;
        }

        .layer-4 li i {
            margin-right: 10px;
        }

        .layer-4 li p {
            line-height: 20px;
        }

        .layer-4 .br {
            margin: 0 0 0 75px;
        }

        .layer-4 table {
            width: 100%;
        }

        .layer-4 .row table div {
            padding: 0;
        }

        .layer-4 .row table tr:first-child td:first-child {
            width: 20px;
        }

    /* LAYER-5 */
    .layer-5 {
        display: none;
    }

    /* LAYER-6 */
    .layer-6 {
        padding: 0;
    }

        .layer-6 h2 {
            padding: 0 25px;
            font-size: 24px;
            text-align: left;
            margin-bottom: 0;
        }

        .layer-6 .row > div:nth-child(1) span {
            display: none;
        }

        .layer-6 .industries {
            margin-top: 20px;
            height: 458px;
            background: none;
        }

        .layer-6 .box {
            width: 126px;
        }

        .layer-6 .row > div:nth-child(2) {
            padding: 0 30px;
        }

        .layer-6 .industries div:nth-child(2n) {
            border-right: none;
        }

        .layer-6 .industries div:nth-child(3) {
            margin-top: -35px;
        }

        .layer-6 .industries div:nth-child(4) {
            height: 190px;
            background-color: rgba(205, 205, 205, 0.9);
        }

            .layer-6 .industries div:nth-child(4) span {
                color: #000;
            }

        .layer-6 .industries div:nth-child(5) {
            height: 160px;
            background-color: rgba(21, 31, 40, 0.7);
        }

            .layer-6 .industries div:nth-child(5) span,
            .layer-6 .industries div:nth-child(7) span {
                color: #fff;
            }

        .layer-6 .industries div:nth-child(6) {
            border-right: 8px solid #fff;
            height: 180px;
            border-bottom: 8px solid #fff;
            background-color: rgba(239, 83, 44, 0.6);
        }

        .layer-6 .industries div:nth-child(7) {
            border-right: none;
            height: 200px;
            background-color: rgba(239, 83, 44, 0.6);
            margin-top: -20px;
        }

        .layer-6 .industries div:nth-child(8) {
            border-right: none;
            height: 180px;
            margin-top: 0 !important;
            background-color: rgba(21, 31, 40, 0.7);
            border-right: 8px solid #fff;
        }

        .layer-6 .small-box {
            height: 160px;
        }

        .layer-6 .big-box {
            height: 195px;
        }

        .layer-6 .box span {
            bottom: 15px;
            left: 8px;
            font-size: 14px;
        }

        .layer-6 .industries span:after {
            bottom: -5px;
            width: 30px;
        }

        .layer-6 .industries div:nth-child(6) span:after,
        .layer-6 .industries div:nth-child(7) span:after {
            background-color: #fff;
        }

    /* LAYER-7 */
    .layer-7 {
        padding: 25px 0;
    }

        .layer-7 h2 {
            font-size: 24px;
        }

        .layer-7 span {
            display: none;
        }

        .layer-7 .row > div:first-child {
            padding: 0 30px;
        }

        .layer-7 .marquee {
            width: 300px;
            margin-top: 0;
        }

        .layer-7 .client-box {
            margin-right: 25px;
        }

    /* FOOTER */
    .footer-1:before {
        display: none;
    }

    .footer-1 .row {
        position: relative;
    }

        .footer-1 .row:after {
            position: absolute;
            top: -37px;
            left: 0;
            content: '';
            background: url("../../images/mobile_sharp_line.png") no-repeat 50% 100%;
            background-size: 100%;
            width: 95%;
            height: 15px;
            z-index: 1;
        }

    /* EVENT BLOCK*/
    /*.carousel .event-block {*/
    /*display: none;*/
    /*}*/
    /*.event-block-mobile {*/
    /*position: relative;*/
    /*display: block;*/
    /*background-color: #f2f2f2;*/
    /*padding-top: 10px;*/
    /*}*/
    /*.event-block-mobile > .inner {*/
    /*background-color: #153d7d;*/
    /*margin: 0 auto;*/
    /*color: #fff;*/
    /*}*/
    /*.event-block-mobile h3 {*/
    /*font-family: 'SofiaProRegular', sans-serif;*/
    /*font-size: 16px;*/
    /*font-weight: 400;*/
    /*text-transform: uppercase;*/
    /*margin: 0;*/
    /*padding: 10px 0;*/
    /*text-align: center;*/
    /*}*/
    /*.event-block-mobile .background-block {*/
    /*background: rgba(0, 0, 0, 0) url("../../images/event_bgi.png") no-repeat 50%;*/
    /*-webkit-background-size: cover;*/
    /*background-size: cover;*/
    /*padding: 10px 0 15px;*/
    /*margin: 0 auto;*/
    /*}*/
    /*.event-block-mobile .background-block > .inner {*/
    /*display: flex;*/
    /*width: 320px;*/
    /*margin: 0 auto;*/
    /*}*/
    /*.event-block-mobile .container {*/
    /*display: flex;*/
    /*}*/
    /*.event-block-mobile .logo {*/
    /*width: 100px;*/
    /*display: flex;*/
    /*justify-content: center;*/
    /*align-items: center;*/
    /*margin: 0;*/
    /*}*/
    /*.event-block-mobile .logo img {*/
    /*width: 80px;*/
    /*}*/
    /*.event-block-mobile .text {*/
    /*width: 220px;*/
    /*box-sizing: border-box;*/
    /*}*/
    /*.event-block-mobile .text h4 {*/
    /*margin: 0;*/
    /*font-family: 'SofiaProRegular', sans-serif;*/
    /*font-size: 16px;*/
    /*}*/
    /*.event-block-mobile .text p {*/
    /*margin: 0;*/
    /*font-family: 'SofiaProRegular', sans-serif;*/
    /*font-size: 14px;*/
    /*line-height: 14px;*/
    /*}*/
    /*.event-block-mobile .text .date {*/
    /*font-family: 'SofiaProBlack', sans-serif;*/
    /*margin-bottom: 10px;*/
    /*text-transform: uppercase;*/
    /*font-size: 13px;*/
    /*}*/

}