﻿/*@import url(http://fonts.googleapis.com/css?family=Roboto&subset=latin,greek,greek-ext,latin-ext,cyrillic);*/

/*@font-face {
    font-family: 'Roboto';
    src: url('fonts/RobotoRegular/RobotoRegular.eot?#iefix') format('embedded-opentype'), url('fonts/RobotoRegular/RobotoRegular.eot') format('embedded-opentype'), url('fonts/RobotoRegular/RobotoRegular.woff') format('woff'), url('fonts/RobotoRegular/RobotoRegular.ttf') format('truetype');
}

@font-face {
    font-family: 'Roboto';
    src: url('fonts/RobotoBold/RobotoBold.eot?#iefix') format('embedded-opentype'), url('fonts/RobotoBold/RobotoBold.eot') format('embedded-opentype'), url('fonts/RobotoBold/RobotoBold.woff') format('woff'), url('fonts/RobotoBold/RobotoBold.ttf') format('truetype');
}

@font-face {
    font-family: 'Roboto';
    src: url('fonts/RobotoLight/RobotoLight.eot?#iefix') format('embedded-opentype'), url('fonts/RobotoLight/RobotoLight.eot') format('embedded-opentype'), url('fonts/RobotoLight/RobotoLight.woff') format('woff'), url('fonts/RobotoLight/RobotoLight.ttf') format('truetype');
}

@font-face {
    font-family: 'Roboto';
    src: url('fonts/RobotoMedium/RobotoMedium.eot?#iefix') format('embedded-opentype'), url('fonts/RobotoMedium/RobotoMedium.eot') format('embedded-opentype'), url('fonts/RobotoMedium/RobotoMedium.woff') format('woff'), url('fonts/RobotoMedium/RobotoMedium.ttf') format('truetype');
}*/

body {
    font-family: "Roboto","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    color: #292e31;
}

.align-center {
    text-align: center !important;
}

.service-item {
    font-size: 15px;
    text-align: center;
    min-height: 380px;
    font-weight: 400;
    position: relative;
    padding: 40px 20px;
    border: 1px solid #dbdcdd;
    background-color: #f1f3f5;
    -webkit-transition: background-color .27s cubic-bezier(0,0,.58,1);
    -moz-transition: background-color .27s cubic-bezier(0,0,.58,1);
    -o-transition: background-color .27s cubic-bezier(0,0,.58,1);
    -ms-transition: background-color .27s cubic-bezier(0,0,.58,1);
    transition: background-color .27s cubic-bezier(0,0,.58,1);
}

    .service-item:hover {
        background-color: #e9ebed;
    }

.service-link,
.service-link:active,
.service-link:hover {
    text-decoration: none !important;
    color: #292e31;
}

.service-item {
}

    .service-item .service-title {
        font-size: 22px;
        font-weight: 400;
        line-height: 1.2;
        text-transform: uppercase;
        height: 52px;
    }

@media screen and (min-width: 768px) {
}

@media only screen and (max-width: 568px) and (-webkit-min-device-pixel-ratio: 2) {
    .service-item .service-title {
        font-size: 14px;
        font-weight: 400;
        line-height: 0.6;
        height: 24px;
    }

    .service-item {
        font-size: 14px;
        text-align: center;
        min-height: 240px;
        font-weight: 400;
        position: relative;
        padding: 20px 10px;
        margin-bottom: 14px;
    }

    .service-icon {
        font-size: 10px;
    }
}

@media only screen and (max-width: 767px) and (min-width: 569px) {
}


.rowbgimage_outter {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 0;
    overflow: hidden;
    background-image: url('/Media/Default/postprev/People_Walking_1920.jpg');
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
}

.rowbgimage_overlay {
    position: absolute;
    top: 0px;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
}

.content_max_width {
    max-width: 100%;
}

.content_max_width {
    margin: auto;
}

.tp-sidetext {
    padding-left: 0px;
    font-size: 16px;
    line-height: 26px;
    color: rgba(255,255,255,0.75);
    text-align: center;
    padding: 0 20px;
}

    .tp-sidetext h3 {
        margin-bottom: 20px;
        font-weight: 500;
        font-size: 25px;
    }

    .tp-sidetext h3 {
        color: #FFFFFF;
    }

.tp-sideicon i {
    color: #009aee;
}

.tp-sideicon {
    position: relative;
    text-align: center;
}

.tp-subheadline {
    font-size: 19px;
    line-height: 29px;
}

@media only screen and (max-width: 568px) and (-webkit-min-device-pixel-ratio: 2) {
    .tp-subheadline {
        font-size: 14px;
        line-height: 21px;
    }

    .tp-sideicon {
        font-size: 10px;
    }

    .tp-sidetext {
        font-size: 14px;
        line-height: 16px;
        padding: 0 10px;
    }

        .tp-sidetext h3 {
            margin-bottom: 20px;
            font-weight: 500;
            font-size: 18px;
        }
}

@media only screen and (max-width: 767px) and (min-width: 569px) {
    .tp-subheadline {
        font-size: 14px;
        line-height: 21px;
    }
}

@media screen and (min-width: 768px) {
    .tp-subheadline {
        font-size: 19px;
        line-height: 29px;
    }
}


.bg-site-color1 {
    background-color: #d50000;
}

.bg-site-color2 {
    background-color: #00263b;
}

.bg-site-color3 {
    background-color: #f5f7f9;
}

.bg-site-color4 {
    background-color: #f7f9fb;
}

.bg-site-color5 {
    background-color: #8BC027;
}

.bg-site-color6 {
    background-color: #009aee;
}

.color1 {
    color: #d50000;
}

.color2 {
    color: #ffffff;
}

.color3 {
    color: #009aee;
}

.color4 {
    color: #d20000;
}

.color5 {
    color: #8BC027;
}

.color6 {
    color: #434b4f;
}

a.db-large-button-blue, a.db-large-button-blue:visited {
    color: #fff !important;
    background: #009aee;
}

a.db-large-button-red, a.db-large-button-red:visited {
    color: #fff !important;
    background: #d50000;
}

a.db-large-button-blue:hover {
    color: #fff !important;
    background: #292e31;
}

a.db-large-button-red:hover {
    color: #fff !important;
    background: #292e31;
}

a.db-btn, a.db-btn:visited {
    text-decoration: none !important;
    line-height: 56px;
    font-size: 17px;
    font-weight: 700;
    padding: 16px 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-family: "Roboto",sans-serif;
    display: inline;
    cursor: pointer;
}

.lightondark, .lightondark p, .lightondark h1, .lightondark h2, .lightondark h3, .lightondark h4, .lightondark h5, .lightondark h6, .lightondark span, .lightondark a {
    color: #fff;
}

/*.animate-fast {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}*/


/*********************************/
/********** Home banner **********/
/*********************************/
.home-banner .item {
    background-color: rgba(0,0,0,.4) !important;
}

    .home-banner .item:before {
        content: " ";
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        z-index: 1;
        background: rgba(0,0,0,.4);
    }

    .home-banner .item .carousel-caption {
        top: 50%;
        -webkit-transform: translateY(-60%);
        -ms-transform: translateY(-60%);
        -moz-transform: translateY(-60%);
        -o-transform: translateY(-60%);
        transform: translateY(-60%);
        bottom: auto;
        text-shadow: 3px 3px 10px rgba(0,0,0,.7);
        font-family: "Roboto Condensed","Roboto","Helvetica Neue",Helvetica,Arial,sans-serif;
    }

        .home-banner .item .carousel-caption h2 {
            text-transform: uppercase;
            font-size: 40px;
            font-weight: 600;
            margin-bottom: 10px;
            position: relative;
            display: inline-block;
        }

        .home-banner .item .carousel-caption h3 {
            font-size: 22px;
            line-height: 30px;
            max-width: 65%;
            margin: 0 auto 15px;
        }

@media only screen and (max-width: 568px) and (-webkit-min-device-pixel-ratio: 2) {
    .home-banner {
        height: 300px;
    }

        .home-banner .item {
            height: 300px;
        }

            .home-banner .item .carousel-caption h2 {
                font-size: 16px;
                font-weight: 600;
            }

            .home-banner .item .carousel-caption h3 {
                font-size: 12px;
                line-height: 14px;
            }
}

@media only screen and (max-width: 767px) and (min-width: 569px) {
    .home-banner {
        height: 500px;
    }

        .home-banner .item {
            height: 500px;
        }

            .home-banner .item .carousel-caption h2 {
                font-size: 24px;
                font-weight: 600;
            }

            .home-banner .item .carousel-caption h3 {
                font-size: 18px;
                line-height: 20px;
            }
}

@media screen and (min-width: 768px) {
    .home-banner {
        height: 700px;
    }

        .home-banner .item {
            height: 700px;
        }
}

/*********************************/
/********** Footer **********/
/*********************************/

.footer {
    background: #292929;
    color: #6b6b6b;
    font-size: 14px;
    padding-top: 20px;
}

.footer-logos {
    list-style-type: none;
}

footer .top-footer {
    text-align: center;
    background-color: #292929;
}

footer .bottom-footer {
    background: #212121;
    font-size: 13px;
    color: #818181;
    padding: 10px 0;
}

@media (min-width: 768px) {
    .footer-logos {
        list-style: none;
    }

    .footer-logos {
        display: table;
        width: 100%;
        table-layout: fixed;
    }

    .footer-logos {
        /*margin: 0 0 20px;*/
    }

        .footer-logos li {
            display: table-cell;
            float: none;
            vertical-align: middle;
        }

        .footer-logos li {
            padding: 0 15px;
            /*margin-bottom: 20px;*/
            display: inline-block;
        }
}

@media only screen and (max-width: 568px) and (-webkit-min-device-pixel-ratio: 2) {
    ul.footer-logos li {
        text-align: center;
        display: block;
        padding: 10px 10px !important;
        margin: auto;
    }

        ul.footer-logos li img {
            display: block;
            max-width: 100%;
            height: 24px !important;
        }

        ul.footer-logos li a {
            padding: 0px;
        }
}
/*********************************/
/*********** Sections ************/
/*********************************/

.page-section {
    width: 100%;
    display: block;
    position: relative;
    overflow: hidden;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 80px 0;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.7778;
}

.section-heading {
    margin-top: 0;
    margin-bottom: 28px;
    font-size: 36px;
    font-weight: 300;
    line-height: 1.45;
    font-style: normal;
}

@media only screen and (max-width: 568px) and (-webkit-min-device-pixel-ratio: 2) {
    .section-heading {
        font-size: 18px;
    }

    .page-section {
        padding-top: 30px !important;
    }
}

@media only screen and (max-width: 767px) and (min-width: 569px) {
    .section-heading {
        font-size: 27px;
    }

    .page-section {
        padding-top: 50px !important;
    }
}


/****************************************/
/************** Home Banner *************/
/****************************************/
.home-banner {
    display: block;
}

    .home-banner .item {
        width: 100%;
        background-position: 50% 0;
        background-repeat: no-repeat;
        background-size: cover;
        text-align: center;
    }

@media only screen and (max-width: 767px) and (min-width: 569px) {
    .home-banner {
        height: 500px;
    }

        .home-banner .item {
            height: 500px;
        }
}

@media screen and (min-width: 768px) {
    .home-banner {
        height: 700px;
    }

        .home-banner .item {
            height: 700px;
        }
}

.carousel-control .icon-arrow-left3,
.carousel-control .icon-arrow-right3,
.carousel-control .icon-prev,
.carousel-control .icon-next {
    width: 22.4px;
    height: 39.2px;
    margin-top: -14px;
    font-size: 28px;
}

.carousel-control .icon-prev,
.carousel-control .icon-arrow-left3 {
    left: 50%;
}

.carousel-control .icon-next,
.carousel-control .icon-arrow-right3 {
    right: 50%;
    margin-right: 5px;
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .icon-arrow-left3,
.carousel-control .icon-arrow-right3 {
    position: absolute;
    top: 50%;
    z-index: 11;
    display: inline-block;
}


.home-banner .item .carousel-caption {
    top: 50%;
    -webkit-transform: translateY(-60%);
    -ms-transform: translateY(-60%);
    -moz-transform: translateY(-60%);
    -o-transform: translateY(-60%);
    transform: translateY(-60%);
    bottom: auto;
    text-shadow: 3px 3px 10px rgba(0,0,0,.7);
    font-family: "Roboto Condensed","Roboto","Helvetica Neue",Helvetica,Arial,sans-serif;
}

    .home-banner .item .carousel-caption h2 {
        text-transform: uppercase;
        /*font-size: 40px;
        font-weight: 600;*/
        margin-bottom: 10px;
        position: relative;
        display: inline-block;
    }

    .home-banner .item .carousel-caption h3 {
        /*font-size: 22px;
        line-height: 30px;*/
        max-width: 65%;
        margin: 0 auto 15px;
    }

@media only screen and (max-width: 767px) and (min-width: 569px) {
    .home-banner .item .carousel-caption h2 {
        font-size: 24px;
        font-weight: 600;
    }

    .home-banner .item .carousel-caption h3 {
        font-size: 18px;
        line-height: 20px;
    }
}


[class^="icon-"],
[class*=" icon-"] {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


.title-icon[class^="icon-"], .title-icon[class*=" icon-"] {
    font-size: 60px;
    width: 100%;
}

.title-icon {
    font-size: 60px;
    padding-bottom: 10px;
}

@media only screen and (max-width: 568px) and (-webkit-min-device-pixel-ratio: 2) {
    .title-icon[class^="icon-"], .title-icon[class*=" icon-"] {
        font-size: 40px;
    }

    .title-icon {
        font-size: 40px;
    }
}


.client-logos {
    display: block;
}

    .client-logos > div {
        height: 120px;
        text-align: center;
    }

        .client-logos > div img {
            position: relative;
            top: 50%;
            transform: translateY(-50%);
            max-height: 120px;
            margin: 0 auto;
        }

    .client-logos img {
        margin: 20px auto;
        display: block;
    }

.client-cell {
    position: relative;
    display: block;
    margin: 0 auto;
    vertical-align: middle;
    height: 120px;
    text-align: center;
}

    .client-cell img {
        position: relative;
        display: block;
    }

.post-prev {
    text-align: center;
    margin-bottom: 20px;
    background: #fff;
    padding-bottom: 15px;
}

.post-prev {
    border: 1px solid #e9f1f3;
}

.post-prev-img {
    display: block;
    position: relative;
}

    .post-prev-img .type-icon.story {
        /*background: #21b9ed;*/
        background: #009aee;
    }

    .post-prev-img .type-icon {
        color: #fff;
        /*background: #21b9ed;*/
        background: #009aee;
        width: 50px;
        height: 50px;
        font-size: 20px;
        border-radius: 50%;
        line-heighT: 50px;
        display: inline-block;
        position: absolute;
        bottom: 0;
        left: 50%;
        -webkit-transform: translate3d(-50%,50%,0);
        -moz-transform: translate3d(-50%,50%,0);
        -ms-transform: translate3d(-50%,50%,0);
        -o-transform: translate3d(-50%,50%,0);
        transform: translate3d(-50%,50%,0);
    }

.post-prev-title {
    font-size: 20px;
    font-weight: 300;
    height: 74px;
    margin: 12px 0;
    padding: 0 15px;
}

    .post-prev-title a {
        color: #555;
        text-decoration: none;
        -webkit-transition: opacity .27s cubic-bezier(.3,.1,.58,1);
        -moz-transition: opacity .27s cubic-bezier(.3,.1,.58,1);
        -o-transition: opacity .27s cubic-bezier(.3,.1,.58,1);
        -ms-transition: opacity .27s cubic-bezier(.3,.1,.58,1);
        transition: opacity .27s cubic-bezier(.3,.1,.58,1);
    }

.post-prev-text {
    margin-bottom: 22px;
    color: #111;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.75;
    height: 80px;
    padding: 0 15px;
}


.client-prev-title {
    font-size: 20px;
    font-weight: 300;
    height: 44px;
    margin: 12px 0;
    padding: 0 15px;
}

    .client-prev-title a {
        color: #555;
        text-decoration: none;
        -webkit-transition: opacity .27s cubic-bezier(.3,.1,.58,1);
        -moz-transition: opacity .27s cubic-bezier(.3,.1,.58,1);
        -o-transition: opacity .27s cubic-bezier(.3,.1,.58,1);
        -ms-transition: opacity .27s cubic-bezier(.3,.1,.58,1);
        transition: opacity .27s cubic-bezier(.3,.1,.58,1);
    }

.client-prev {
    text-align: center;
    margin-bottom: 20px;
    background: #f5f7f9;
    padding-bottom: 15px;
    border: 1px solid #e9f1f3;
}

.client-prev-large {
}

.client-prev-img {
}

    .client-prev-img img {
    }

.client-prev-title {
    font-size: 20px;
    font-weight: 300;
    height: 50px;
    margin: 12px 0;
    padding: 0 15px;
}

.client-prev-text {
    margin-bottom: 22px;
    color: #111;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.75;
    height: 80px;
    padding: 0 15px;
}

.ellipsis {
    overflow: hidden;
    -ms-word-break: break-word;
    word-break: break-word;
}

.img-responsive-full {
    display: inline-block;
    width: 100%;
    height: auto;
}

.small-section {
    width: 100%;
    display: block;
    position: relative;
    overflow: hidden;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 80px 0;
    font-size: 18px;
    font-weight: 300;
    color: #777;
    line-height: 1.7778;
}

.dynamic-form textarea.text {
    width: 100% !important;
}

.form-field-element-contact-message {
    padding-right: 0.5%;
}

.form-field-element-contact-submit {
    padding-right: 0.5%;
}

.bg-01 .with-icon-circle {
    color: #d50000;
}

.three-blocks .heading-block {
    font-family: "Roboto Condensed","Roboto","Helvetica Neue",Helvetica,Arial,sans-serif;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 700;
}


.list-modal {
    list-style: none;
    margin: 20px 0 30px;
    padding: 0;
    font-size: 17px;
    font-weight: 700;
}

    .list-modal li {
        margin-bottom: 15px;
    }

        .list-modal li a {
            padding: 4px 10px;
            text-transform: uppercase;
            display: block;
            line-height: 22px;
        }

            .list-modal li a span {
                display: block;
                text-transform: none;
                font-weight: 300;
                font-size: 13px;
                color: #aaa;
            }

.heading-block {
    font-family: "Roboto Condensed","Roboto","Helvetica Neue",Helvetica,Arial,sans-serif;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 700;
}

.heading-text {
    font-family: "Roboto Condensed","Roboto","Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 0;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 24px;
    font-size: 20px;
}

    .heading-text a {
        color: #292e31;
    }

.heading-block .with-icon {
    font-size: 40px;
    line-height: 90px;
    color: #fff;
    width: 90px;
    height: 90px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    vertical-align: middle;
}

.services-bg {
    background-image: url(/Media/Default/SliderImages/background-ipad1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 75px;
    padding-bottom: 75px;
    border-top-style: solid;
    border-bottom-style: solid;
}

.with-icon-circle {
    border-radius: 50%;
    width: 72px;
    height: 72px;
    line-height: 78px;
    display: inline-block;
    text-align: center;
    color: #fff;
    font-size: 32px;
}

.border1 {
    border: 1px solid #d50000;
}

.with-icon-circle-lg {
    width: 145px;
    height: 145px;
    line-height: 135px;
    font-size: 70px;
}

h1 .with-icon, .h1 .with-icon, h2 .with-icon, .h2 .with-icon, h3 .with-icon, .h3 .with-icon {
    display: block;
    margin-left: auto;
    margin-right: auto;
    font-size: 50px;
    margin-bottom: 10px;
    vertical-align: middle;
}

    h1 .with-icon span, .h1 .with-icon span, h2 .with-icon span, .h2 .with-icon span, h3 .with-icon span, .h3 .with-icon span {
        vertical-align: middle;
    }

.three-blocks p {
    font-size: 16px;
}

.item-contact {
    text-align: center;
    margin-bottom: 35px;
}

    .item-contact .image {
        display: block;
        background: #000;
        margin-bottom: 10px;
        height: 0;
        padding-bottom: 38.0%;
        position: relative;
    }

        .item-contact .image img {
            -webkit-transition: opacity .45s;
            -moz-transition: opacity .45s;
            -o-transition: opacity .45s;
            -ms-transition: opacity .45s;
            transition: opacity .45s;
        }

.label-photo {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background: #009aee;
    color: #fff;
    text-transform: uppercase;
    font-size: 22px;
    padding: 7px 15px;
}

.item-contact p {
    margin-bottom: 3px;
}

.list-metadata {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
    font-size: 15px;
    max-width: 100%;
    width: 100%;
}

    .list-metadata li {
        text-overflow: ellipsis;
        overflow: hidden;
        height: 20px;
        max-width: 100%;
        white-space: nowrap;
        margin-bottom: 3px;
        line-height: 20px;
    }

    .list-metadata li {
        text-overflow: ellipsis;
        overflow: hidden;
        height: 20px;
        max-width: 100%;
        white-space: nowrap;
        margin-bottom: 3px;
        line-height: 20px;
    }

    .list-metadata span.icon-envelop2 {
        position: relative;
        top: 2px;
    }

    .list-metadata span {
        margin-right: 3px;
    }

.btn {
    padding: 8px 37px;
    font-size: 18px;
    line-height: 1.5;
    border-radius: 2px;
}

/* Notifications */

.message {
    margin: 10px 0 4px 0;
    padding: 4px;
    clear: both;
    text-align: center;
}

.message {
    font-size: 16px;
    font-weight: 700;
}

.message-Information, .notifications {
    background: #e6f1c9; /* green */
    border: 1px solid #cfe493;
    color: #062232;
}

.message-Warning {
    background: #fdf5bc; /* yellow */
    border: 1px solid #ffea9b;
}

.message-Error {
    background: #e68585; /* red */
    border: 1px solid #990808;
    color: #fff;
}

.debug.message {
    background: #eee;
    border: 1px dashed #D2D6C6;
    color: #7a7a7a;
    margin: 20px 0 14px 0;
}

    .debug.message:before {
        content: "DEBUG » ";
    }

/************************************************/
/******************* Top Menu *******************/
/************************************************/
.navbar-brand {
    height: 64px;
}

    .navbar-brand img {
        height: 35px;
        border: none;
        display: block;
    }

.navbar-brand {
    height: 32px;
}

    .navbar-brand img {
        height: 22px;
    }

.db-logo-about {
    width: 52px;
}

@media only screen and (max-width: 568px) and (-webkit-min-device-pixel-ratio: 2) {
    .navbar-brand {
        height: 32px;
    }

        .navbar-brand img {
            height: 22px;
        }

    .db-logo-about {
        width: 42px;
    }
}

@media only screen and (max-width: 767px) and (min-width: 569px) {
    .navbar-brand {
        height: 64px;
    }

        .navbar-brand img {
            height: 35px;
        }

    .db-logo-about {
        width: 52px;
    }
}

@media screen and (min-width: 768px) {
    .navbar-brand {
        height: 64px;
    }

        .navbar-brand img {
            height: 35px;
        }

    .db-logo-about {
        width: 70px;
    }
}

.navbar-fixed-top {
    -webkit-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: 0.6s;
    animation-duration: 0.6s;
}

.navbar-collapse {
    padding: 0 !important;
}

.navbar {
    margin-bottom: 0px !important;
}

#db-menu {
    margin-top: 8px;
    float: none;
}

    #db-menu .navbar-nav {
        float: none;
    }

        #db-menu .navbar-nav li {
            float: none;
        }

            #db-menu .navbar-nav li a {
                text-align: left;
            }

            #db-menu .navbar-nav li a {
                padding: 15px 25px;
                margin-left: 3px;
                text-decoration: none;
                line-height: 20px;
                display: block;
                color: #434b4f;
            }

                #db-menu .navbar-nav li a:hover,
                #db-menu .navbar-nav li.current a {
                    color: #d20000;
                }

        #db-menu .navbar-nav > li:last-child a {
            background-color: #d20000;
            color: #ffffff;
        }

        #db-menu .navbar-nav li.dropdown {
            display: block !important;
        }

            #db-menu .navbar-nav li.dropdown + a {
            }

            /*#db-menu .navbar-nav li.dropdown ul {
                display: none;
                position: absolute;
                list-style-type: none;
                margin: 0px 0px;
                padding: 0;
                background-color: #f8f8f8;
                margin-left: 1px;
                transition: visibility 0s, opacity 0.5s linear;
            }*/

            #db-menu .navbar-nav li.dropdown ul li {
                float: none;
            }

                #db-menu .navbar-nav li.dropdown ul li a {
                    padding-left: 50px;
                    padding-right: 10px;
                    padding-bottom: 10px;
                    padding-top: 10px;
                    font-size: 13px;
                    line-height: 15px;
                    color: #434b4f;
                }

        #db-menu .navbar-nav li.dropdown-menu ul li a:hover {
            color: #d20000;
        }

    #db-menu .dropdown-menu > .active > a,
    #db-menu .dropdown-menu > .active > a:focus,
    #db-menu .dropdown-menu > .active > a:hover {
        background-color: #e7e7e7;
    }

@media screen and (min-width: 768px) {
    #db-menu {
        margin-top: 8px;
        float: right;
    }

        #db-menu .navbar-nav {
            display: block !important;
            list-style-type: none;
            margin: 0px 0px;
            padding: 0;
        }

        #db-menu .navbar-nav {
            float: right;
        }

            #db-menu .navbar-nav li {
                float: left;
            }

                #db-menu .navbar-nav li a {
                    text-align: center;
                }

                #db-menu .navbar-nav li.dropdown ul li a {
                    padding: 10px 30px;
                }
}

/* PAGE SERVICES */

.service-group {
}

.service-caption {
    font-size: 40px;
    font-weight: 400;
    margin-left: 20px;
}

    .service-caption .title-icon {
        font-size: 20px !important;
    }

.service-tile {
    padding: 20px;
    font-size: 15px;
    text-align: center;
    min-height: 210px;
    font-weight: 400;
    position: relative;
    padding: 40px 20px;
    border: 1px solid #dbdcdd;
    background-color: #f1f3f5;
    -webkit-transition: background-color .27s cubic-bezier(0,0,.58,1);
    -moz-transition: background-color .27s cubic-bezier(0,0,.58,1);
    -o-transition: background-color .27s cubic-bezier(0,0,.58,1);
    -ms-transition: background-color .27s cubic-bezier(0,0,.58,1);
    transition: background-color .27s cubic-bezier(0,0,.58,1);
    margin-bottom: 40px;
}

    .service-tile .service-icon {
        font-size: 12px;
        font-weight: 300 !important;
    }

    .service-tile a {
        display: block;
        color: #434b4f;
        font-weight: 400;
        text-decoration: none;
    }

        .service-tile a:hover {
            color: #009aee;
            text-decoration: none;
        }

        .service-tile a.prof-service:hover {
            color: #8BC027;
        }

.service-name {
    display: block;
    font-weight: 600;
    text-transform: uppercase;
}

.service-description {
    display: block;
    font-size: 14px;
}

.mb-50 {
    margin-bottom: 50px;
}

.section-line {
    width: 80px;
    height: 2px;
    margin: 30px auto;
    background: #777;
    clear: both;
}

ul.tech-list {
    list-style: none;
}

    ul.tech-list li {
        text-align: left;
        padding: 5px 10px;
    }

        ul.tech-list li span {
            margin-right: 10px;
        }


.solution-logos {
    background: #000;
    width: 100%;
}

    .solution-logos img {
        padding: 20px 0;
        max-height: 60px;
    }

.landing-logos {
    width: 100%;
    table-layout: fixed;
    text-align: center;
}

    .landing-logos td {
        padding: 0 15px;
    }

        .landing-logos td img {
            max-height: 100px;
        }

@media (min-width: 1600px) {
    .solution-logos-wrapper {
        margin: 0 -150px;
    }
}


/*
@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-ms-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-o-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}*/

@charset "UTF-8";

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2017 Daniel Eden
 */

.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}

    .animated.infinite {
        animation-iteration-count: infinite;
    }

    .animated.hinge {
        animation-duration: 2s;
    }

    .animated.flipOutX,
    .animated.flipOutY,
    .animated.bounceIn,
    .animated.bounceOut {
        animation-duration: .75s;
    }

@keyframes bounce {
    from, 20%, 53%, 80%, to {
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        transform: translate3d(0,0,0);
    }

    40%, 43% {
        animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        transform: translate3d(0, -30px, 0);
    }

    70% {
        animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        transform: translate3d(0, -15px, 0);
    }

    90% {
        transform: translate3d(0,-4px,0);
    }
}

.bounce {
    animation-name: bounce;
    transform-origin: center bottom;
}

@keyframes flash {
    from, 50%, to {
        opacity: 1;
    }

    25%, 75% {
        opacity: 0;
    }
}

.flash {
    animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes pulse {
    from {
        transform: scale3d(1, 1, 1);
    }

    50% {
        transform: scale3d(1.05, 1.05, 1.05);
    }

    to {
        transform: scale3d(1, 1, 1);
    }
}

.pulse {
    animation-name: pulse;
}

@keyframes rubberBand {
    from {
        transform: scale3d(1, 1, 1);
    }

    30% {
        transform: scale3d(1.25, 0.75, 1);
    }

    40% {
        transform: scale3d(0.75, 1.25, 1);
    }

    50% {
        transform: scale3d(1.15, 0.85, 1);
    }

    65% {
        transform: scale3d(.95, 1.05, 1);
    }

    75% {
        transform: scale3d(1.05, .95, 1);
    }

    to {
        transform: scale3d(1, 1, 1);
    }
}

.rubberBand {
    animation-name: rubberBand;
}

@keyframes shake {
    from, to {
        transform: translate3d(0, 0, 0);
    }

    10%, 30%, 50%, 70%, 90% {
        transform: translate3d(-10px, 0, 0);
    }

    20%, 40%, 60%, 80% {
        transform: translate3d(10px, 0, 0);
    }
}

.shake {
    animation-name: shake;
}

@keyframes headShake {
    0% {
        transform: translateX(0);
    }

    6.5% {
        transform: translateX(-6px) rotateY(-9deg);
    }

    18.5% {
        transform: translateX(5px) rotateY(7deg);
    }

    31.5% {
        transform: translateX(-3px) rotateY(-5deg);
    }

    43.5% {
        transform: translateX(2px) rotateY(3deg);
    }

    50% {
        transform: translateX(0);
    }
}

.headShake {
    animation-timing-function: ease-in-out;
    animation-name: headShake;
}

@keyframes swing {
    20% {
        transform: rotate3d(0, 0, 1, 15deg);
    }

    40% {
        transform: rotate3d(0, 0, 1, -10deg);
    }

    60% {
        transform: rotate3d(0, 0, 1, 5deg);
    }

    80% {
        transform: rotate3d(0, 0, 1, -5deg);
    }

    to {
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

.swing {
    transform-origin: top center;
    animation-name: swing;
}

@keyframes tada {
    from {
        transform: scale3d(1, 1, 1);
    }

    10%, 20% {
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    }

    30%, 50%, 70%, 90% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }

    40%, 60%, 80% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }

    to {
        transform: scale3d(1, 1, 1);
    }
}

.tada {
    animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes wobble {
    from {
        transform: none;
    }

    15% {
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }

    30% {
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }

    45% {
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }

    60% {
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }

    75% {
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }

    to {
        transform: none;
    }
}

.wobble {
    animation-name: wobble;
}

@keyframes jello {
    from, 11.1%, to {
        transform: none;
    }

    22.2% {
        transform: skewX(-12.5deg) skewY(-12.5deg);
    }

    33.3% {
        transform: skewX(6.25deg) skewY(6.25deg);
    }

    44.4% {
        transform: skewX(-3.125deg) skewY(-3.125deg);
    }

    55.5% {
        transform: skewX(1.5625deg) skewY(1.5625deg);
    }

    66.6% {
        transform: skewX(-0.78125deg) skewY(-0.78125deg);
    }

    77.7% {
        transform: skewX(0.390625deg) skewY(0.390625deg);
    }

    88.8% {
        transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    }
}

.jello {
    animation-name: jello;
    transform-origin: center;
}

@keyframes bounceIn {
    from, 20%, 40%, 60%, 80%, to {
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    0% {
        opacity: 0;
        transform: scale3d(.3, .3, .3);
    }

    20% {
        transform: scale3d(1.1, 1.1, 1.1);
    }

    40% {
        transform: scale3d(.9, .9, .9);
    }

    60% {
        opacity: 1;
        transform: scale3d(1.03, 1.03, 1.03);
    }

    80% {
        transform: scale3d(.97, .97, .97);
    }

    to {
        opacity: 1;
        transform: scale3d(1, 1, 1);
    }
}

.bounceIn {
    animation-name: bounceIn;
}

@keyframes bounceInDown {
    from, 60%, 75%, 90%, to {
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    0% {
        opacity: 0;
        transform: translate3d(0, -3000px, 0);
    }

    60% {
        opacity: 1;
        transform: translate3d(0, 25px, 0);
    }

    75% {
        transform: translate3d(0, -10px, 0);
    }

    90% {
        transform: translate3d(0, 5px, 0);
    }

    to {
        transform: none;
    }
}

.bounceInDown {
    animation-name: bounceInDown;
}

@keyframes bounceInLeft {
    from, 60%, 75%, 90%, to {
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    0% {
        opacity: 0;
        transform: translate3d(-3000px, 0, 0);
    }

    60% {
        opacity: 1;
        transform: translate3d(25px, 0, 0);
    }

    75% {
        transform: translate3d(-10px, 0, 0);
    }

    90% {
        transform: translate3d(5px, 0, 0);
    }

    to {
        transform: none;
    }
}

.bounceInLeft {
    animation-name: bounceInLeft;
}

@keyframes bounceInRight {
    from, 60%, 75%, 90%, to {
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    from {
        opacity: 0;
        transform: translate3d(3000px, 0, 0);
    }

    60% {
        opacity: 1;
        transform: translate3d(-25px, 0, 0);
    }

    75% {
        transform: translate3d(10px, 0, 0);
    }

    90% {
        transform: translate3d(-5px, 0, 0);
    }

    to {
        transform: none;
    }
}

.bounceInRight {
    animation-name: bounceInRight;
}

@keyframes bounceInUp {
    from, 60%, 75%, 90%, to {
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    from {
        opacity: 0;
        transform: translate3d(0, 3000px, 0);
    }

    60% {
        opacity: 1;
        transform: translate3d(0, -20px, 0);
    }

    75% {
        transform: translate3d(0, 10px, 0);
    }

    90% {
        transform: translate3d(0, -5px, 0);
    }

    to {
        transform: translate3d(0, 0, 0);
    }
}

.bounceInUp {
    animation-name: bounceInUp;
}

@keyframes bounceOut {
    20% {
        transform: scale3d(.9, .9, .9);
    }

    50%, 55% {
        opacity: 1;
        transform: scale3d(1.1, 1.1, 1.1);
    }

    to {
        opacity: 0;
        transform: scale3d(.3, .3, .3);
    }
}

.bounceOut {
    animation-name: bounceOut;
}

@keyframes bounceOutDown {
    20% {
        transform: translate3d(0, 10px, 0);
    }

    40%, 45% {
        opacity: 1;
        transform: translate3d(0, -20px, 0);
    }

    to {
        opacity: 0;
        transform: translate3d(0, 2000px, 0);
    }
}

.bounceOutDown {
    animation-name: bounceOutDown;
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        transform: translate3d(20px, 0, 0);
    }

    to {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0);
    }
}

.bounceOutLeft {
    animation-name: bounceOutLeft;
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        transform: translate3d(-20px, 0, 0);
    }

    to {
        opacity: 0;
        transform: translate3d(2000px, 0, 0);
    }
}

.bounceOutRight {
    animation-name: bounceOutRight;
}

@keyframes bounceOutUp {
    20% {
        transform: translate3d(0, -10px, 0);
    }

    40%, 45% {
        opacity: 1;
        transform: translate3d(0, 20px, 0);
    }

    to {
        opacity: 0;
        transform: translate3d(0, -2000px, 0);
    }
}

.bounceOutUp {
    animation-name: bounceOutUp;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.fadeIn {
    animation-name: fadeIn;
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInDown {
    animation-name: fadeInDown;
}

@keyframes fadeInDownBig {
    from {
        opacity: 0;
        transform: translate3d(0, -2000px, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInDownBig {
    animation-name: fadeInDownBig;
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInLeft {
    animation-name: fadeInLeft;
}

@keyframes fadeInLeftBig {
    from {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInLeftBig {
    animation-name: fadeInLeftBig;
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translate3d(100%, 0, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInRight {
    animation-name: fadeInRight;
}

@keyframes fadeInRightBig {
    from {
        opacity: 0;
        transform: translate3d(2000px, 0, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInRightBig {
    animation-name: fadeInRightBig;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInUp {
    animation-name: fadeInUp;
}

@keyframes fadeInUpBig {
    from {
        opacity: 0;
        transform: translate3d(0, 2000px, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInUpBig {
    animation-name: fadeInUpBig;
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

.fadeOut {
    animation-name: fadeOut;
}

@keyframes fadeOutDown {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
    }
}

.fadeOutDown {
    animation-name: fadeOutDown;
}

@keyframes fadeOutDownBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        transform: translate3d(0, 2000px, 0);
    }
}

.fadeOutDownBig {
    animation-name: fadeOutDownBig;
}

@keyframes fadeOutLeft {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        transform: translate3d(-100%, 0, 0);
    }
}

.fadeOutLeft {
    animation-name: fadeOutLeft;
}

@keyframes fadeOutLeftBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0);
    }
}

.fadeOutLeftBig {
    animation-name: fadeOutLeftBig;
}

@keyframes fadeOutRight {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        transform: translate3d(100%, 0, 0);
    }
}

.fadeOutRight {
    animation-name: fadeOutRight;
}

@keyframes fadeOutRightBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        transform: translate3d(2000px, 0, 0);
    }
}

.fadeOutRightBig {
    animation-name: fadeOutRightBig;
}

@keyframes fadeOutUp {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }
}

.fadeOutUp {
    animation-name: fadeOutUp;
}

@keyframes fadeOutUpBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        transform: translate3d(0, -2000px, 0);
    }
}

.fadeOutUpBig {
    animation-name: fadeOutUpBig;
}

@keyframes flip {
    from {
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        animation-timing-function: ease-out;
    }

    40% {
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        animation-timing-function: ease-out;
    }

    50% {
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        animation-timing-function: ease-in;
    }

    80% {
        transform: perspective(400px) scale3d(.95, .95, .95);
        animation-timing-function: ease-in;
    }

    to {
        transform: perspective(400px);
        animation-timing-function: ease-in;
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    animation-name: flip;
}

@keyframes flipInX {
    from {
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        animation-timing-function: ease-in;
    }

    60% {
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }

    80% {
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }

    to {
        transform: perspective(400px);
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    animation-name: flipInX;
}

@keyframes flipInY {
    from {
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        animation-timing-function: ease-in;
    }

    60% {
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }

    80% {
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }

    to {
        transform: perspective(400px);
    }
}

.flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    animation-name: flipInY;
}

@keyframes flipOutX {
    from {
        transform: perspective(400px);
    }

    30% {
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1;
    }

    to {
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0;
    }
}

.flipOutX {
    animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
}

@keyframes flipOutY {
    from {
        transform: perspective(400px);
    }

    30% {
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1;
    }

    to {
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0;
    }
}

.flipOutY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    animation-name: flipOutY;
}

@keyframes lightSpeedIn {
    from {
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }

    60% {
        transform: skewX(20deg);
        opacity: 1;
    }

    80% {
        transform: skewX(-5deg);
        opacity: 1;
    }

    to {
        transform: none;
        opacity: 1;
    }
}

.lightSpeedIn {
    animation-name: lightSpeedIn;
    animation-timing-function: ease-out;
}

@keyframes lightSpeedOut {
    from {
        opacity: 1;
    }

    to {
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
    }
}

.lightSpeedOut {
    animation-name: lightSpeedOut;
    animation-timing-function: ease-in;
}

@keyframes rotateIn {
    from {
        transform-origin: center;
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0;
    }

    to {
        transform-origin: center;
        transform: none;
        opacity: 1;
    }
}

.rotateIn {
    animation-name: rotateIn;
}

@keyframes rotateInDownLeft {
    from {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }

    to {
        transform-origin: left bottom;
        transform: none;
        opacity: 1;
    }
}

.rotateInDownLeft {
    animation-name: rotateInDownLeft;
}

@keyframes rotateInDownRight {
    from {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }

    to {
        transform-origin: right bottom;
        transform: none;
        opacity: 1;
    }
}

.rotateInDownRight {
    animation-name: rotateInDownRight;
}

@keyframes rotateInUpLeft {
    from {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }

    to {
        transform-origin: left bottom;
        transform: none;
        opacity: 1;
    }
}

.rotateInUpLeft {
    animation-name: rotateInUpLeft;
}

@keyframes rotateInUpRight {
    from {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0;
    }

    to {
        transform-origin: right bottom;
        transform: none;
        opacity: 1;
    }
}

.rotateInUpRight {
    animation-name: rotateInUpRight;
}

@keyframes rotateOut {
    from {
        transform-origin: center;
        opacity: 1;
    }

    to {
        transform-origin: center;
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0;
    }
}

.rotateOut {
    animation-name: rotateOut;
}

@keyframes rotateOutDownLeft {
    from {
        transform-origin: left bottom;
        opacity: 1;
    }

    to {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
}

.rotateOutDownLeft {
    animation-name: rotateOutDownLeft;
}

@keyframes rotateOutDownRight {
    from {
        transform-origin: right bottom;
        opacity: 1;
    }

    to {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

.rotateOutDownRight {
    animation-name: rotateOutDownRight;
}

@keyframes rotateOutUpLeft {
    from {
        transform-origin: left bottom;
        opacity: 1;
    }

    to {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

.rotateOutUpLeft {
    animation-name: rotateOutUpLeft;
}

@keyframes rotateOutUpRight {
    from {
        transform-origin: right bottom;
        opacity: 1;
    }

    to {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0;
    }
}

.rotateOutUpRight {
    animation-name: rotateOutUpRight;
}

@keyframes hinge {
    0% {
        transform-origin: top left;
        animation-timing-function: ease-in-out;
    }

    20%, 60% {
        transform: rotate3d(0, 0, 1, 80deg);
        transform-origin: top left;
        animation-timing-function: ease-in-out;
    }

    40%, 80% {
        transform: rotate3d(0, 0, 1, 60deg);
        transform-origin: top left;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }

    to {
        transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}

.hinge {
    animation-name: hinge;
}

@keyframes jackInTheBox {
    from {
        opacity: 0;
        transform: scale(0.1) rotate(30deg);
        transform-origin: center bottom;
    }

    50% {
        transform: rotate(-10deg);
    }

    70% {
        transform: rotate(3deg);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

.jackInTheBox {
    animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes rollIn {
    from {
        opacity: 0;
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.rollIn {
    animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes rollOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    }
}

.rollOut {
    animation-name: rollOut;
}

@keyframes zoomIn {
    from {
        opacity: 0;
        transform: scale3d(.3, .3, .3);
    }

    50% {
        opacity: 1;
    }
}

.zoomIn {
    animation-name: zoomIn;
}

@keyframes zoomInDown {
    from {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

.zoomInDown {
    animation-name: zoomInDown;
}

@keyframes zoomInLeft {
    from {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

.zoomInLeft {
    animation-name: zoomInLeft;
}

@keyframes zoomInRight {
    from {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

.zoomInRight {
    animation-name: zoomInRight;
}

@keyframes zoomInUp {
    from {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

.zoomInUp {
    animation-name: zoomInUp;
}

@keyframes zoomOut {
    from {
        opacity: 1;
    }

    50% {
        opacity: 0;
        transform: scale3d(.3, .3, .3);
    }

    to {
        opacity: 0;
    }
}

.zoomOut {
    animation-name: zoomOut;
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    to {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform-origin: center bottom;
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

.zoomOutDown {
    animation-name: zoomOutDown;
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    }

    to {
        opacity: 0;
        transform: scale(.1) translate3d(-2000px, 0, 0);
        transform-origin: left center;
    }
}

.zoomOutLeft {
    animation-name: zoomOutLeft;
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    }

    to {
        opacity: 0;
        transform: scale(.1) translate3d(2000px, 0, 0);
        transform-origin: right center;
    }
}

.zoomOutRight {
    animation-name: zoomOutRight;
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    to {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform-origin: center bottom;
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

.zoomOutUp {
    animation-name: zoomOutUp;
}

@keyframes slideInDown {
    from {
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }

    to {
        transform: translate3d(0, 0, 0);
    }
}

.slideInDown {
    animation-name: slideInDown;
}

@keyframes slideInLeft {
    from {
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }

    to {
        transform: translate3d(0, 0, 0);
    }
}

.slideInLeft {
    animation-name: slideInLeft;
}

@keyframes slideInRight {
    from {
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }

    to {
        transform: translate3d(0, 0, 0);
    }
}

.slideInRight {
    animation-name: slideInRight;
}

@keyframes slideInUp {
    from {
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }

    to {
        transform: translate3d(0, 0, 0);
    }
}

.slideInUp {
    animation-name: slideInUp;
}

@keyframes slideOutDown {
    from {
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        transform: translate3d(0, 100%, 0);
    }
}

.slideOutDown {
    animation-name: slideOutDown;
}

@keyframes slideOutLeft {
    from {
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        transform: translate3d(-100%, 0, 0);
    }
}

.slideOutLeft {
    animation-name: slideOutLeft;
}

@keyframes slideOutRight {
    from {
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        transform: translate3d(100%, 0, 0);
    }
}

.slideOutRight {
    animation-name: slideOutRight;
}

@keyframes slideOutUp {
    from {
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        transform: translate3d(0, -100%, 0);
    }
}

.slideOutUp {
    animation-name: slideOutUp;
}
