@font-face {
    font-family: 'Roboto-Bold';
    src: url("../fonts/Roboto-Bold.ttf") format("truetype");
}

@font-face {
    font-family: 'Roboto-Light';
    src: url("../fonts/Roboto-Light.ttf") format("truetype");
}

@font-face {
    font-family: 'Roboto-Regular';
    src: url("../fonts/Roboto-Regular.ttf") format("truetype");
}

@font-face {
    font-family: 'Roboto-LightItalic';
    src: url("../fonts/Roboto-LightItalic.ttf") format("truetype");
}

body, html {
    height: 100%;
    width: 100%;
    position: relative;
}

button {
    outline: none !important;
}

.wrapper {
    height: 100%;
}

img {
    -ms-interpolation-mode: bicubic;
}

.title {
    text-align: center;
    font-family: 'Roboto-Bold';
    color: #1e222b;
    text-transform: uppercase;
    margin-bottom: 25px;
    padding-top: 20px;
}

.title-img {
    text-align: center;
}

    .title-img img {
        width: 20%;
    }

body.modal-open, .modal-open .navbar-fixed-top, .modal-open .navbar-fixed-bottom {
    margin-right: 0 !important;
}

.nav-style {
    background: rgba(255, 255, 255, 0.95);
    border-bottom: none;
    height: 79px;
    border-width: 0;
    margin-top: 0;
}

    .nav-style .navbar-toggle {
        outline: none;
    }

    .nav-style ul.nav-tabs {
        margin-top: 20px;
        border: none;
    }

        .nav-style ul.nav-tabs li {
            font-family: 'Roboto-Regular';
            /*text-transform: uppercase;*/
            color: #bcbcbc;
        }

            .nav-style ul.nav-tabs li.active a {
                color: #fff;
                background: #248747 !important;
                border: none;
                border-radius: 0;
                padding: 5px 15px;
            }

                .nav-style ul.nav-tabs li.active a:hover, .nav-style ul.nav-tabs li.active a:focus {
                    color: #fff;
                    background: #248747 !important;
                    border: none;
                    border-radius: 0;
                }

            .nav-style ul.nav-tabs li.navlinks a:hover {
                color: #fff;
                background: #248747;
                border: none;
                border-radius: 0;
            }

            .nav-style ul.nav-tabs li.link-ru {
                float: right;
            }

            .nav-style ul.nav-tabs li a {
                padding: 5px 15px;
                font-size: 18px;
                border: none;
                color: #433725;
                transition: .5s;
            }

                .nav-style ul.nav-tabs li a:focus {
                    border: none;
                    color: #433725;
                    background: none !important;
                }

                .nav-style ul.nav-tabs li a.ru-site {
                    margin-top: -5px;
                }

                    .nav-style ul.nav-tabs li a.ru-site:hover {
                        background: none !important;
                    }

            .nav-style ul.nav-tabs li .icons-top-bar {
                margin-top: 5px;
            }

                .nav-style ul.nav-tabs li .icons-top-bar li {
                    display: inline;
                }

                    .nav-style ul.nav-tabs li .icons-top-bar li .ru-site img {
                        border: #248747 1px solid;
                        border-radius: 5px;
                    }

                    .nav-style ul.nav-tabs li .icons-top-bar li a {
                        text-decoration: none !important;
                    }

                .nav-style ul.nav-tabs li .icons-top-bar .social {
                    padding: 0;
                    margin: -5px 5px 0 0;
                    opacity: .6;
                }

                    .nav-style ul.nav-tabs li .icons-top-bar .social:hover {
                        opacity: 1;
                    }

                    .nav-style ul.nav-tabs li .icons-top-bar .social img {
                        width: 33px;
                        padding: 2px 5px !important;
                        border: 1px solid #248747;
                        border-radius: 5px;
                    }

.logotipe {
    width: 11%;
    padding: 3px;
}

    .logotipe img {
        width: 76px;
        margin-top: 5px;
    }

#scrollup {
    position: fixed;
    opacity: 0.8;
    padding: 5px 10px 5px;
    background: #aaa;
    width: 51px;
    height: 42px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    right: 10px;
    bottom: 30px;
    display: none;
    cursor: pointer;
    z-index: 9;
}

    #scrollup img {
        width: 100%;
    }

#toTop {
    width: 30px;
    background: #248747;
    border-radius: 50%;
    text-align: center;
    padding: 5px;
    position: fixed;
    bottom: 10px;
    right: 10px;
    cursor: pointer;
    display: none;
    z-index: 9999;
    opacity: .5;
    transition: .5s;
}

    #toTop:hover {
        opacity: 1;
    }

    #toTop img {
        width: 100%;
    }

a.carousel-control {
    box-shadow: none !important;
    background: none !important;
}

.nicescroll-rails div {
    padding: 3px !important;
    border-radius: 0 !important;
    border-right: 3px solid transparent !important;
    border-left: none !important;
    border-top: none !important;
    border-bottom: none !important;
    margin: 3px 0 !important;
}

.navbar-collapse.navbar-right {
    padding-right: 0;
}

.navbar-toggle {
    margin-top: 12px;
    margin-right: 30px;
}

/*========================Start section==========================*/
.bg-start {
    height: 100%;
    width: 100%;
    min-height: 650px;
    position: relative;
}

    .bg-start .title-img-main {
        text-align: center;
    }

        .bg-start .title-img-main img {
            width: 30%;
            margin-top: 30px;
        }

    .bg-start a {
        text-decoration: none !important;
    }

    .bg-start h1 {
        font-family: 'Roboto-Regular' !important;
        font-size: 35px;
        color: white;
        text-transform: uppercase;
        text-align: center;
        color: white;
        letter-spacing: 2px;
        margin-top: 78px;
    }

    .bg-start .circle-icon {
        text-align: center;
        width: 45%;
        margin: 70px auto;
    }

        .bg-start .circle-icon .circle {
            width: 33%;
        }

        .bg-start .circle-icon .c {
            width: 30%;
            display: -moz-inline-stack;
            display: inline-block;
            position: relative;
            zoom: 1;
            *display: inline;
        }

            .bg-start .circle-icon .c.left-c:hover .circle-start {
                margin-left: -231px;
            }

            .bg-start .circle-icon .c.right-c:hover .circle-start {
                margin-left: -71px;
            }

            .bg-start .circle-icon .c img {
                width: 38%;
                background: rgba(255, 255, 255, 0.5);
                border-radius: 50%;
                border: #eee 7px solid;
            }

            .bg-start .circle-icon .c h5 {
                font-family: 'Roboto-Light' !important;
                color: #fff !important;
                letter-spacing: 2px;
                margin-top: 10px;
            }

            .bg-start .circle-icon .c .circle-start {
                position: absolute;
                margin: auto;
                width: 100px;
                top: 0;
                height: 100px;
                transition: 1s;
                border-radius: 50%;
                margin-left: -105px;
            }

                .bg-start .circle-icon .c .circle-start p {
                    padding: 20px 10px;
                    font-size: 2px;
                    transition: .9s;
                    opacity: 0;
                    color: #fff;
                    font-family: 'Roboto-Regular';
                }

            .bg-start .circle-icon .c:hover .circle-start {
                top: -180%;
                width: 180px;
                height: 180px;
                margin-left: -145px;
                z-index: 122 !important;
            }

                .bg-start .circle-icon .c:hover .circle-start p {
                    opacity: 1;
                    color: #000;
                    padding: 30px 10px;
                    font-size: 12px;
                }

        .bg-start .circle-icon .circle-effects {
            color: #fff;
        }

            .bg-start .circle-icon .circle-effects h4 {
                font-family: 'Roboto-Light' !important;
                color: #E0E0E0;
                letter-spacing: 2px;
            }

            .bg-start .circle-icon .circle-effects img {
                background: rgba(255, 255, 255, 0.5);
                padding: 10px;
                border-radius: 50%;
                width: 40%;
                margin: 90px 0px 10px;
                border: rgba(255, 255, 255, 0.5) solid 8px;
                transition: .5s;
            }

            .bg-start .circle-icon .circle-effects .discription-in-circle {
                position: absolute;
                width: 150px;
                top: 65%;
                padding: 45px 20px;
                border-radius: 50%;
                height: 150px;
                opacity: 0;
                cursor: pointer;
                -webkit-transition: top 1s ease-out 0.5s;
                -moz-transition: top 1s ease-out 0.5s;
                -o-transition: top 1s ease-out 0.5s;
                transition: top 1s ease-out 0.5s;
                transition: 1s;
            }

                .bg-start .circle-icon .circle-effects .discription-in-circle p {
                    font-family: 'Roboto-Regular';
                    color: #fff;
                    font-size: 10px;
                    opacity: 0;
                    transition: 1s;
                }

            .bg-start .circle-icon .circle-effects.circle-highway .discription-in-circle {
                background: #433725;
                left: 32.7%;
            }

            .bg-start .circle-icon .circle-effects.circle-airport .discription-in-circle {
                background: #433725;
                left: 59.1%;
            }

            .bg-start .circle-icon .circle-effects.circle-city .discription-in-circle {
                background: #433725;
                left: 46%;
            }

            .bg-start .circle-icon .circle-effects .discription-in-circle.active {
                top: 48%;
                opacity: 1 !important;
                width: 200px;
                height: 200px;
            }

                .bg-start .circle-icon .circle-effects .discription-in-circle.active p {
                    font-size: 12px;
                    opacity: 1;
                }

            .bg-start .circle-icon .circle-effects.circle-highway:hover img {
                border: #433725 solid 8px;
            }

            .bg-start .circle-icon .circle-effects.circle-airport:hover img {
                border: #433725 solid 8px;
            }

            .bg-start .circle-icon .circle-effects.circle-city:hover img {
                border: #433725 solid 8px;
            }

    .bg-start .bav-company {
        padding-top: 195px;
    }

        .bg-start .bav-company h2 {
            color: white;
            font-family: 'Roboto-Bold';
            font-size: 50px;
            text-align: center;
        }

        .bg-start .bav-company p {
            font-size: 20px;
            color: #E0E0E0;
            text-align: center;
            letter-spacing: 2px;
            padding-top: 15px;
            font-family: 'Roboto-Light';
        }

    .bg-start .mouse-helper {
        width: 100%;
        position: absolute;
        bottom: 1%;
        text-align: center;
    }

    .bg-start img {
        width: 25px;
        margin: auto;
        text-align: center;
    }

.bg-start-shadow {
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
}

/*========================About section==========================*/
.bg-about {
    padding: 50px 0;
    min-height: 390px;
}

    .bg-about h1 {
        color: #433725;
    }

    .bg-about .col-sm-4 {
        text-align: center;
    }

        .bg-about .col-sm-4 img {
            width: 30%;
            padding-bottom: 20px;
            transition: .5s;
            cursor: pointer;
        }

        .bg-about .col-sm-4 h4 {
            width: 80%;
            margin: 10px auto;
            font-size: 20px;
            font-family: 'Roboto-Regular';
        }

        .bg-about .col-sm-4 p {
            width: 80%;
            margin: auto;
            font-size: 14px;
        }

        .bg-about .col-sm-4 .c .circle-about {
            position: absolute;
            margin: auto;
            width: 100px;
            top: 0;
            height: 100px;
            transition: 1s;
            border-radius: 50%;
            margin-left: -105px;
        }

            .bg-about .col-sm-4 .c .circle-about p {
                padding: 20px 10px;
                font-size: 10px;
                transition: .9s;
                opacity: 0;
                color: #fff;
                font-family: 'Roboto-Regular';
            }

        .bg-about .col-sm-4 .c:hover .circle-about {
            top: -80%;
            width: 180px;
            height: 180px;
            margin-left: -145px;
            background: #248747;
        }

            .bg-about .col-sm-4 .c:hover .circle-about p {
                opacity: 1;
                padding: 30px 10px;
                font-size: 12px;
            }

/*========================Catalog section==========================*/
.catalog-section {
    padding: 50px 0 60px;
    text-align: center;
    background-color: #1e222b;
    min-height: 660px;
}

    .catalog-section h1 {
        color: #fff;
    }

    .catalog-section .btn-for-mob {
        display: none;
    }

    .catalog-section .products {
        margin-top: 10px;
    }

        .catalog-section .products p {
            font-family: 'Roboto-Bold' !important;
            letter-spacing: 2px;
            font-weight: bold;
            font-size: 18px;
            color: #fff;
            position: absolute;
            left: 0;
            top: 0;
            padding: 3px 15px;
            opacity: 0;
            transition: .5s;
            margin: 20% 5%;
            width: 92%;
        }

        .catalog-section .products .brend-log {
            position: absolute;
            transition: .5s;
            left: 6%;
            width: 100px;
            height: auto;
            top: 2%;
            background: rgba(255, 255, 255, 0.56);
        }

        .catalog-section .products a {
            text-decoration: none !important;
            position: absolute;
            z-index: 999;
            left: 6%;
            top: 2%;
        }

        .catalog-section .products .btn-product {
            width: 100%;
            padding: 0 !important;
            border: none;
            border-radius: 0;
            height: 200px;
            transition: 1s;
        }

        .catalog-section .products .modal {
            overflow: auto !important;
            outline: none !important;
        }

            .catalog-section .products .modal .modal-dialog {
                width: 50%;
            }

                .catalog-section .products .modal .modal-dialog .modal-content {
                    border-radius: 0;
                    border: none;
                    box-shadow: none;
                    height: 500px;
                }

                    .catalog-section .products .modal .modal-dialog .modal-content .modal-body {
                        height: 100%;
                    }

                        .catalog-section .products .modal .modal-dialog .modal-content .modal-body iframe {
                            position: absolute;
                            top: 0;
                            left: 0;
                            margin: 0;
                            padding: 0;
                            width: 100%;
                            height: 100%;
                            overflow: scroll !important;
                            border: none;
                            /* put following styles (necessary for overflow and
scrolling handling) in div container around iframe
because not stable in CSS
-webkit-overflow-scrolling: touch;
overflow: auto; */
                        }

            .catalog-section .products .modal .product-modal {
                height: 100%;
            }

    .catalog-section .all-product {
        text-align: center;
        border: #5b5b5b 2px solid;
        background: none;
        color: #5b5b5b;
        margin-top: 50px;
    }

        .catalog-section .all-product:focus {
            outline: none;
        }

    .catalog-section span.glyphicon {
        top: 61%;
    }

/*========================Services section==========================*/
.bg-additional {
    /*background: url(../Content/img/bg_services.jpg);*/
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0;
    background: #f5f5f5;
    min-height: 390px;
}

    .bg-additional h1 {
        color: #433725;
    }

    .bg-additional .col-sm-4 p {
        margin: 10px auto;
        width: 80%;
    }

    .bg-additional .col-sm-4 .c {
        /*&:hover {
                .circle-service {
                    top: -80%;
                    margin-left: -145px;
                    width: 180px;
                    height: 180px;
                    background: $green;

                    p {
                        opacity: 1;
                        padding: 30px 10px;
                        font-size: 12px;
                    }
                }
            }*/
    }

        .bg-additional .col-sm-4 .c .circle-service {
            position: absolute;
            margin: auto;
            width: 100px;
            top: 0;
            height: 100px;
            transition: 1s;
            border-radius: 50%;
            margin-left: -105px;
        }

            .bg-additional .col-sm-4 .c .circle-service p {
                padding: 20px 10px;
                font-size: 10px;
                transition: .9s;
                opacity: 0;
                color: #fff;
                font-family: 'Roboto-Regular';
            }

    .bg-additional .col-sm-4 img {
        width: 30%;
        transition: .5s;
        border-radius: 50%;
    }

    .bg-additional .col-sm-4 h4 {
        color: #433725;
        font-family: 'Roboto-Light';
        padding: 20px 0 5px;
        letter-spacing: 1px;
    }

/*========================NEWS===================================*/
.projects {
    padding: 50px 0 50px;
    /*background: $light-yellow;*/
    color: #333333;
    background: url("/Content/img/bg-news.jpg") no-repeat;
    background-size: cover;
    min-height: 734px;
}

    .projects h1 {
        color: #00233B;
    }

    .projects .news-card {
        margin: 10px 0 20px;
        height: 180px;
        border-right: #fff solid 2px;
    }

        .projects .news-card.with-baner .title-new, .projects .news-card.with-baner .discription-new {
            text-align: left;
        }

        .projects .news-card .firtht {
            display: -webkit-inline-box;
            color: #00233B;
        }

        .projects .news-card .year {
            font-family: 'Roboto-Bold';
            font-size: 20px;
        }

        .projects .news-card .day {
            font-size: 50px;
            color: #fff;
        }

        .projects .news-card .title-new {
            text-align: center;
        }

            .projects .news-card .title-new h3 {
                font-size: 25px !important;
                font-family: 'Roboto-Bold';
                padding: 20px 15px;
                font-size: 17px;
                color: #fff;
            }

        .projects .news-card .discription-new {
            padding: 10px 15px;
            text-align: center;
            font-size: 17px;
            color: #00233B;
            font-family: 'Roboto-Light';
        }

            .projects .news-card .discription-new img {
                position: absolute;
                top: 0;
                right: 0;
            }

            .projects .news-card .discription-new a {
                font-family: 'Roboto-Bold' !important;
                font-size: 14px !important;
            }

    .projects .lenta {
        padding: 20px 0 20px;
    }

        .projects .lenta .lent-card {
            height: 250px;
            border-right: #fff solid 2px;
        }

        .projects .lenta h2 {
            text-align: center;
            color: #fff;
            font-family: 'Roboto-Bold';
            margin: 10px 0 20px;
            font-size: 50px;
        }

        .projects .lenta .discription-lent {
            color: #00233B;
            text-align: center;
        }

            .projects .lenta .discription-lent h4 {
                font-family: 'Roboto-Bold';
            }

            .projects .lenta .discription-lent p {
                font-family: 'Roboto-Regular';
                padding: 20px;
                color: #00233B;
            }

/*========================Gallery section==========================*/
.downl-all {
    display: block;
    text-align: center;
    font-size: 16px;
    color: #1b8e53;
    text-decoration: none;
}

    .downl-all:hover {
        color: #1b8e53;
    }

.gallery-section {
    background-color: #1e222b;
    background-size: 100%;
    position: relative;
    padding: 50px 0 60px;
    min-height: 636px;
}

    .gallery-section h1 {
        color: #fff;
    }

    .gallery-section iframe {
        border: none;
    }

    .gallery-section .media {
        margin-top: 10px;
    }

        .gallery-section .media .img-eye {
            position: absolute;
            left: 0;
            margin: 19% 38%;
            top: 0;
            padding: 3px 15px;
            width: 100px;
            height: auto;
            opacity: 0;
            transition: .5s;
        }

        .gallery-section .media:hover .img-eye {
            background: #248747;
            border-radius: 100%;
            cursor: pointer;
            opacity: 1;
            transition: 1s;
        }

        .gallery-section .media .darknes {
            z-index: 999;
            position: absolute;
            height: 200px;
            top: 0;
            background: rgba(0, 0, 0, 0.4) !important;
            padding: 0 !important;
            width: 92%;
            display: none;
            font-size: 1.2em;
            display: block;
            opacity: 0;
            transition: .5s linear;
        }

            .gallery-section .media .darknes img {
                width: 25%;
                position: relative;
                top: 30%;
                padding: 5px;
                Height: auto;
                transition: 2s;
            }

        .gallery-section .media h3 {
            width: 100%;
            position: absolute;
            background: #FFB216;
            margin-left: -20px;
            color: #fff;
            opacity: 0;
            z-index: 5555;
            transition: 1s;
            padding: 5px 10px;
            font-family: 'Roboto-Light';
        }

        .gallery-section .media:hover h3 {
            opacity: 1;
        }

        .gallery-section .media p {
            text-align: justify;
            font-family: 'Roboto-Light';
            text-transform: uppercase;
            background: #f5f5f5;
            margin: 0;
            padding: 10px;
            border-left: #248747 1px solid;
            border-bottom: #c4c4c4 1px solid;
        }

        .gallery-section .media img {
            height: 200px;
            width: 100%;
        }

    .gallery-section .all-product {
        text-align: center;
        border: #5b5b5b 2px solid;
        background: none;
        color: #5b5b5b;
        margin-top: 50px;
    }

        .gallery-section .all-product:focus {
            outline: none;
        }

    .gallery-section span.glyphicon {
        top: 61%;
    }

    .gallery-section .media-catalog .col-md-4 {
        width: 20%;
        margin-bottom: 10px;
    }

        .gallery-section .media-catalog .col-md-4 p {
            color: #fff;
            text-align: center;
            margin-top: 5px;
        }

        .gallery-section .media-catalog .col-md-4 img {
            width: 75%;
        }

    .gallery-section .gallery-btn {
        margin-bottom: 20px;
    }

    .gallery-section .show-more-video {
        margin-top: 20px;
        margin-left: 45%;
    }

    .gallery-section .show-more-catalog {
        margin-left: 45%;
        margin-bottom: 30px;
    }

    .gallery-section .show-more-photo {
        margin-top: 30px;
        margin-left: 45%;
    }

    .gallery-section .gallery-btn .list-in-line {
        display: flex;
        width: 51%;
        margin: auto;
    }

    .gallery-section .gallery-btn .dropdown-menu {
        margin-top: 10px;
    }

    .gallery-section .gallery-btn ul li {
        text-align: center;
        margin: 20px 0;
    }

        .gallery-section .gallery-btn ul li .dropdown-menu {
            padding: 0;
        }

            .gallery-section .gallery-btn ul li .dropdown-menu li {
                text-align: left;
                margin: 0;
            }

                .gallery-section .gallery-btn ul li .dropdown-menu li a {
                    border: none;
                    margin: 0;
                }

    .gallery-section .gallery-btn a {
        color: #248747;
        border: #248747 1px solid;
        padding: 7px 20px;
        font-size: 12px;
        font-family: 'Roboto-Regular';
        transition: .2s;
        text-transform: uppercase;
        cursor: pointer;
    }

        .gallery-section .gallery-btn a.active {
            background: #248747;
            color: #fff;
        }

        .gallery-section .gallery-btn a:hover {
            text-decoration: none;
            background: #248747;
            color: #fff;
        }

    .gallery-section .collapse-links {
        width: 308px;
        top: 105px;
        position: absolute;
        margin-left: 20px;
    }

        .gallery-section .collapse-links .panel {
            background: none;
            border: none;
        }

            .gallery-section .collapse-links .panel .panel-heading {
                color: #248747;
                background: none;
                font-family: 'Roboto-Bold';
            }

            .gallery-section .collapse-links .panel .panel-body {
                border-top: none;
            }

                .gallery-section .collapse-links .panel .panel-body ul li {
                    margin-left: 20px;
                }

                    .gallery-section .collapse-links .panel .panel-body ul li a {
                        color: #fff !important;
                    }

/*========================= Distributor ============================*/
.distributor {
    padding: 50px 0 50px;
    background: #f5f5f5;
    min-height: 659px;
}

    .distributor h1 {
        color: #248747;
        margin-bottom: 15px;
    }

    .distributor h4 {
        text-align: center;
        margin-bottom: 30px;
        font-family: 'Roboto-Light';
    }

    .distributor .col-md-2 {
        padding: 10px;
        margin-top: 45px;
        margin-bottom: 20px;
    }

        .distributor .col-md-2 img {
            opacity: .9;
            transition: .2s;
            width: 80%;
        }

            .distributor .col-md-2 img:hover {
                opacity: 1;
            }

/*========================Contacts section==========================*/
.contacts-section {
    min-height: 480px;
}

    .contacts-section .map {
        width: 100%;
        height: 480px;
        font-weight: bold;
    }

.ammapDescriptionWindow {
    background: rgba(255, 255, 255, 0.9);
    padding: 20px;
    border-radius: 4px;
    border: 2px solid rgb(232, 232, 232);
    top: 50px !important;
    width: 400px !important;
    left: 50% !important;
    transform: translate(-50%, 0);
}

.map .amcharts-main-div > div[style="position: absolute; left: 0px; top: 0px;"] {
    position: initial !important;
    left: initial !important;
    top: initial !important;
}

.ammapDescriptionTitle {
    font-weight: bold;
    margin-bottom: 15px;
}

.ammapDescriptionText {
    max-height: 365px;
    overflow: auto;
    font-weight: normal;
}

    .ammapDescriptionText img {
        max-width: 350px;
        float: left;
    }

    .ammapDescriptionText p {
        max-width: 95%;
    }

/*@media (max-width: 820px) {
    .ammapDescriptionWindow {
        top: 60px !important;
        width: 80% !important;
        height: 100% !important;
        left: 10% !important;
    }
}

@media (max-width: 680px) {
    .ammapDescriptionWindow {
        top: 30px !important;
    }
}

@media (max-width: 475px) {
    .ammapDescriptionWindow {
        left: 16% !important;
    }

    .ammapDescriptionText p {
        max-height: 180px;
    }
}*/
/*========================= Contact with us ============================*/
.subtitle {
    font-family: 'Roboto-Regular';
    text-align: center;
}

.contact-us {
    padding: 50px 0 50px;
    background: #1e222b;
}

    .contact-us h1 {
        color: #fff;
    }

    .contact-us .contacts-company {
        color: #fff;
        width: 35%;
        margin: auto;
        text-align: center;
        display: flex;
    }

        .contact-us .contacts-company .contacts {
            width: 48.8%;
            display: -moz-inline-stack;
            display: inline-block;
            zoom: 1;
            *display: inline;
        }

        .contact-us .contacts-company img {
            width: 10%;
            margin: 0 10px;
        }

        .contact-us .contacts-company p, .contact-us .contacts-company a {
            margin: 10px 0;
            font-family: 'Roboto-Light';
            color: #fff;
        }

    .contact-us .for-date {
        width: 35%;
        margin: auto;
    }

    .contact-us .styles-input {
        font-family: 'Roboto-Regular';
    }

        .contact-us .styles-input h2 {
            font-size: 25px;
            color: #1e222b;
            text-align: center;
        }

        .contact-us .styles-input input, .contact-us .styles-input textarea {
            width: 100%;
            max-width: 100%;
            margin: 10px 0;
            padding: 8px 10px;
            border: none;
            outline: none;
        }

        .contact-us .styles-input .btn-send {
            width: 100%;
        }

            .contact-us .styles-input .btn-send input {
                background: none;
                text-transform: uppercase;
                color: #eee;
                outline: none;
                width: 100%;
                font-size: 20px;
                border: #248747 2px solid;
                padding: 4px 35px;
                transition: .7s;
            }

                .contact-us .styles-input .btn-send input:hover, .contact-us .styles-input .btn-send input:focus {
                    background: #248747;
                }

    .contact-us .blue-border input, .contact-us .blue-border textarea {
        border-left: #248747 4px solid;
    }

    .contact-us .blue-border button {
        border: #248747 4px solid;
    }

    .contact-us .alert-container {
        padding-right: 5px !important;
        padding-left: 25px;
    }

    .contact-us .bav-alert-success {
        background: #248747 !important;
        border-radius: 0px !important;
        border: 1px solid #248747;
        color: white;
    }

    .contact-us .bav-alert-error {
        background: #c90c0c !important;
        border-radius: 0px !important;
        border: 1px solid #c90c0c;
        color: white;
    }

div.cFM_wrong {
    display: none;
}

input.cFM_wrong,
textarea.cFM_wrong {
    background: #ffd9d9 !important;
    border-color: #d3adad !important;
    border-left: #c90c0c 4px solid !important;
}

/*========================Footer section==========================*/
.footer-style {
    margin-top: 0;
}

    .footer-style .text-f {
        font-family: 'Roboto-Bold';
        color: #1e222b;
        width: 70%;
        float: left;
    }

        .footer-style .text-f a {
            color: #1e222b;
        }

        .footer-style .text-f .copyr {
            float: left;
            width: 20%;
        }

        .footer-style .text-f .tel {
            float: left;
            width: 25%;
        }

        .footer-style .text-f .mail {
            float: left;
            width: 33%;
        }

    .footer-style .footer-text {
        clear: both;
    }

    .footer-style .social-icons {
        float: right;
        margin-top: -20px;
    }

        .footer-style .social-icons .ru-site {
            margin-right: 10px !important;
			display: none;
        }

        .footer-style .social-icons .social {
            padding: 0;
            margin: -5px 5px 0 0;
            text-decoration: none;
        }

            .footer-style .social-icons .social img {
                width: 33px !important;
                border: #248747 1px solid;
                border-radius: 20%;
                padding: 2px 5px;
            }

    .footer-style .icons-top-bar {
        float: right;
    }

        .footer-style .icons-top-bar li {
            display: inline;
            float: left;
        }

            .footer-style .icons-top-bar li .ru-site img {
                border: #248747 1px solid;
                border-radius: 5px;
                margin-top: 2px;
            }

            .footer-style .icons-top-bar li a {
                text-decoration: none !important;
            }

        .footer-style .icons-top-bar .social {
            padding: 0;
            margin: -5px 5px 0 0;
            opacity: .6;
        }

            .footer-style .icons-top-bar .social:hover {
                opacity: 1;
            }

            .footer-style .icons-top-bar .social img {
                width: 30px;
            }

/*========================About page==========================*/
.bg-about-page {
    height: 100%;
    padding-top: 120px;
    background: url(/Content/img/bg-about-page.jpg) no-repeat center;
    background-size: cover;
}

    .bg-about-page .container.line-ab p {
        font-family: 'Roboto-Light';
        padding: 50px;
        font-size: 16px;
        line-height: 1.9em;
    }

        .bg-about-page .container.line-ab p span {
            color: #248747;
            font-size: 31px;
            font-family: 'Roboto-Bold';
        }

    .bg-about-page .container .about-pic img {
        max-width: 100%;
        height: auto;
    }

    .bg-about-page .orange-line-ab {
        background: #EBCB68;
        margin-top: 10px;
    }

        .bg-about-page .orange-line-ab p {
            width: 90%;
            padding: 20px 0;
            font-size: 20px;
            text-align: center;
            font-family: 'Roboto-Bold';
            margin: auto;
        }

        .bg-about-page .orange-line-ab ul {
            width: 90%;
            padding: 20px 0;
            font-size: 20px;
            text-align: center;
            font-family: 'Roboto-Bold';
            margin: auto;
        }

    .bg-about-page .picture-line-ab {
        background: #fff;
    }

        .bg-about-page .picture-line-ab p {
            font-size: 21px;
            margin: auto;
            width: 87%;
            padding: 20px 0;
            font-family: 'Roboto-Light';
        }

    .bg-about-page .member {
        margin-top: 20px;
        text-align: right;
    }

        .bg-about-page .member p {
            font-size: 17px;
            color: #248747;
            font-family: 'Roboto-Bold';
        }

@media (max-width: 1800px) {
    .nav-style .search {
        left: 80%;
    }
}

@media (max-width: 1600px) {
    .nav-style .search {
        left: 85%;
    }

    .collapse-links .panel .panel-body ul li {
        margin-left: 20px;
        font-size: 9px;
    }
}

@media (max-width: 1400px) {
    .nav-style .search {
        left: 90%;
    }

    .bg-start .circle-icon {
        width: 90%;
    }

    .bg-start .bav-company {
        padding-top: 125px;
    }

        .bg-start .bav-company h2 {
            font-size: 50px;
        }

    .bg-start h1 {
        font-size: 30px;
    }

    .circle-effects img {
        margin: 0 !important;
    }

    .circle-highway .discription-in-circle {
        left: 23%;
    }

    .circle-city .discription-in-circle {
        left: 42.8%;
    }

    .circle-airport .discription-in-circle {
        left: 63%;
    }

    .glyphicon.glyphicon-chevron-left {
        left: 40%;
    }

    .fancybox-prev {
        left: 0 !important;
    }

    .collapse-links {
        display: none;
    }
}

@media (max-width: 1360px) {
    .gallery-section .gallery-btn {
        position: relative;
    }

        .gallery-section .gallery-btn .list-in-line {
            display: -webkit-box;
        }
}

@media (max-width: 1200px) {
    .nav-style ul {
        margin-left: 0%;
    }

        .nav-style ul a {
            font-size: 12px !important;
        }

    .bg-start h1 {
        font-size: 30px;
    }

    .bg-start .circle-icon {
        margin: 20px auto;
    }

        .bg-start .circle-icon .c:hover .circle-start {
            margin-left: -127px;
        }

    .catalog-section .products .img-eye {
        margin: 22% 35%;
    }

    .projects .sign h2 {
        font-size: 30px;
        margin-top: -155px;
    }

    .bg-about-page .line-ab p {
        padding: 0 !important;
        margin-bottom: 20px;
    }

        .bg-about-page .line-ab p span {
            font-size: 30px !important;
        }
}

@media (max-width: 1100px) {
    .glyphicon.glyphicon-chevron-right {
        right: 4%;
        left: auto;
    }

    .glyphicon.glyphicon-chevron-left {
        left: 4%;
    }
}

@media (max-width: 991px) {
    .navbar-collapse.navbar-right { padding-right: 10px; }

    .logotipe { width: 15%; }

    .title { font-size: 30px; }

    .hiden { display: none; }

    .nav-style ul.nav-tabs li .icons-top-bar { margin-top: 0 !important; }

    .nav-style ul.nav-tabs li a { padding: 5px 5px; }

    .mouse-helper { display: none !important; }

    .projects { min-height: 1650px; }

    .projects .discription-all { width: 30%; }

    .news-card, .lent-card {
        border-right: none !important;
        height: 176px;
    }

    .catalog-section .col-md-4.products {
        width: 50%;
        float: left;
    }

    .catalog-section .col-md-4.products .img-eye { margin: 19% 38%; }

    .catalog-section .products .modal .modal-dialog {
        width: 89%;
        margin: auto;
    }

    .distributor .col-md-2 {
        width: 30%;
        float: left;
        padding-left: 85px;
    }

    .gallery-section .col-md-4.media {
        width: 50%;
        float: left;
    }

    .gallery-section .col-md-4.media .img-eye { margin: 19% 38%; }

    .projects .sign h2 {
        font-size: 25px;
        margin-top: -120px;
    }

    .btn-additional {
        margin-left: 165px;
        font-size: 16px;
    }

    .contact-us { padding: 50px 0 0px; }

    .contact-us .contacts-company {
        padding-top: 0;
        width: 81%;
    }

    .contact-us .for-date { width: 73%; }

    .contact-us .styles-input { margin-bottom: 40px; }

    .contact-us .styles-input input, .contact-us .styles-input textarea {
        margin: 10px 0;
        padding: 3px 10px;
    }

    .c:hover .circle-about, .c:hover .circle-service { margin-left: -125px !important; }

    .distributor .col-md-2 {
        text-align: center;
        width: 50%;
        padding-left: 0;
        height: 80px;
    }

        .distributor .col-md-2 img {
            width: inherit;
            height: 100%;
        }
}

@media (max-width: 851px) {
    .nav-style .search {
        left: 95%;
    }

    .text-info {
        font-size: 12px;
    }

    .btn-additional {
        font-size: 16px;
        width: 50%;
    }
}

@media (max-width: 767px) {
    .title-img img {
        width: 30%;
    }

    #toTop {
        bottom: 75px;
    }

    .nav-style .navbar-toggle {
        background: #248747;
        margin-top: 20px;
        border: none;
        border-radius: 0;
    }

    .nav-style ul {
        margin-top: 5px;
    }

        .nav-style ul li {
            text-align: center;
            float: none;
            padding: 5px 0;
        }

            .nav-style ul li.link-ru {
                display: none;
            }

    .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
        border-color: rgba(255, 255, 255, 0.95);
    }

    .logotipe {
        width: 18%;
        padding: 5px;
    }

        .logotipe img {
            width: 60px;
            margin-top: 5px;
        }

    .bg-start-shadow {
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
    }

    .navbar-collapse {
        background: rgba(255, 255, 255, 0.95);
    }

        .navbar-collapse.in {
            overflow: hidden;
        }

        .navbar-collapse ul {
            margin: 0 !important;
        }

    .bg-start h1 {
        font-size: 30px;
    }

    .bg-start .bav-company {
        /*width: 150px;*/
    }

        .bg-start .bav-company p {
            font-size: 20px;
        }

    .bg-about {
        min-height: 750px;
    }

        .bg-about .col-sm-4 {
            margin-bottom: 20px;
        }

            .bg-about .col-sm-4 img {
                width: 20%;
            }

    .bg-additional {
        min-height: 660px;
    }

        .bg-additional .col-sm-4 {
            margin-bottom: 20px;
        }

            .bg-additional .col-sm-4 img {
                width: 20%;
            }

    .projects {
        min-height: 1448px;
    }

        .projects .news-card .day {
            font-size: 30px;
        }

        .projects .lent-card h2 {
            font-size: 30px;
        }

        .projects .lent-card h4 {
            font-size: 17px;
        }

    .bg-about-page .line-ab p {
        text-align: justify;
    }

    .gallery-section .gallery-btn .col-sm-4.dropdown {
        width: 33% !important;
    }

    .gallery-section .gallery-btn .dropdown-menu.drop-right {
        margin-left: -100px;
    }

    .gallery-section .gallery-btn .list-in-line {
        width: 100%;
    }

    .contact-us .contacts-company .col-sm-12 {
        text-align: left;
    }

    button.close {
        padding: 10px !important;
    }
}

@media (max-width: 675px) {
    .title-img img {
        width: 40%;
    }

    .projects .discription-all h4 {
        font-size: 14px;
    }

    .contact-us .styles-input h2 {
        font-size: 18px;
    }

    .catalog-section .products .img-eye {
        margin: 20% 35% !important;
    }

    .catalog-section .products .modal-dialog {
        width: 90% !important;
    }

    .gallery-section .img-eye {
        margin: 20% 35% !important;
    }

    .title {
        font-size: 20px;
    }

    .projects .discription h4 {
        font-size: 12px;
    }

    .projects .discription P {
        font-size: 10px;
    }

    .projects .sign h2 {
        font-size: 20px;
        margin-top: -85px;
        line-height: 15px;
    }

    .bg-start h1 {
        font-size: 25px;
        top: 30%;
    }

    .bg-start .bav-company h2 {
        font-size: 50px;
    }

    .bg-start .bav-company p {
        font-size: 17px;
    }

    .bg-start .discription-in-circle {
        padding: 45px 15px !important;
    }

    .bg-start .c .circle-start {
        margin-left: -81px !important;
    }

    .bg-start .c:hover .circle-start {
        margin-left: -128px !important;
    }

    .bg-start .circle-effects img {
        width: 90px !important;
    }
}

@media (max-width: 575px) {
    .logotipe {
        width: 20%;
    }

    .projects .discription-all h4 {
        font-size: 10px;
    }

    .projects .discription-all p {
        font-size: 8px;
    }

    .distributor .col-md-2 {
    }

    .nav-style .search {
        left: 81%;
        position: fixed;
        top: 2%;
    }

    .catalog-section .col-md-4.products {
        width: 100%;
    }

        .catalog-section .col-md-4.products button.close {
            padding: 0 !important;
        }

        .catalog-section .col-md-4.products .btn-product .brend-log {
            left: 10%;
        }

    .gallery-section .img-eye {
        margin: 25% 31% !important;
    }

    .gallery-section .gallery-btn {
        position: relative;
        font-size: 10px;
    }

        .gallery-section .gallery-btn .list-in-line {
            display: -webkit-box;
        }

        .gallery-section .gallery-btn a {
            font-size: 9px;
        }

    .bg-start h1 {
        font-size: 20px;
        top: 30%;
    }

    .bg-start h5 {
        font-size: 12px;
        letter-spacing: 0;
    }

    .bg-start .bav-company h2 {
        font-size: 30px;
    }

    .bg-start .bav-company p {
        font-size: 17px;
    }

    .bg-start .circle-icon .c img {
        width: 65%;
    }

    .bg-start .circle-icon .c:hover .circle-start {
        margin-left: -127px;
    }

    .bg-start .discription-in-circle {
        width: 90px !important;
        height: 90px !important;
    }

        .bg-start .discription-in-circle:hover {
            width: 180px !important;
            height: 180px !important;
            left: 30% !important;
        }

    .bg-about {
        min-height: 650px;
    }

    .projects .sign h2 {
        margin-top: -90px;
    }

    .projects .sign img {
        width: 70%;
    }

    .copyr {
        float: none !important;
        width: 100% !important;
    }

    .tel {
        float: none !important;
        width: 100% !important;
    }

    .mail {
        float: none !important;
        width: 100% !important;
    }

    .footer-style .social-icons {
        margin-top: -35px;
    }

    .contact-us .contacts-company {
        width: 90%;
    }

        .contact-us .contacts-company a {
            font-size: 9px;
        }

    .contact-us .for-date {
        width: 90%;
    }
}

@media (max-width: 520px) {
    .nav-style {
        height: 59px;
    }

        .nav-style .logotipe img {
            margin-top: 0;
            width: 50px;
        }

        .nav-style .navbar-toggle {
            margin-top: 10px;
        }

    .bg-start .title-img-main img {
        width: 60%;
    }

    .gallery-section {
        min-height: 584px;
    }

        .gallery-section .col-md-4.media img {
            height: 100px;
            width: 100%;
        }

        .gallery-section .col-md-4.media .img-eye {
            display: none;
        }

    .catalog-section .btn-product {
        height: 100px;
    }

    .projects .sign img {
        width: 90%;
    }

    .projects .sign h2 {
        font-size: 15px;
        margin-top: -80px;
    }

    .text-f {
        font-size: 8px !important;
    }
}

@media (max-width: 457px) {
    .title-img img {
        width: 60%;
    }

    .contacts-section {
        min-height: 300px;
    }

    .bg-start h1 {
        font-size: 15px !important;
        margin-top: 50px !important;
        margin-bottom: 40px;
    }

    .bg-start h5 {
        font-size: 10px;
    }

    .bg-start .circle-icon {
        width: 80%;
        margin: 50px auto;
    }

    .bg-start .circle-effects img {
        padding: 0 !important;
        margin-top: 0 !important;
    }

    .bg-start .circle-effects h4 {
        font-size: 12px;
    }

    .bg-start .bav-company {
        padding-top: 105px !important;
    }
}

@media (max-width: 410px) {
    .projects .sign img {
        width: 90%;
    }

    .projects .sign h2 {
        margin-top: -75px;
    }

    .footer-style .icons-top-bar li .ru-site img {
        margin-right: 5px;
    }

    .gallery-btn {
        width: 95%;
    }

        .gallery-btn a {
            margin: 0 5px !important;
            padding: 7px 10px !important;
            font-size: 10px;
        }

    .circle-airport .discription-in-circle {
        left: 67%;
    }

    .bg-start .circle-highway .discription-in-circle {
        left: 10.7% !important;
    }

    .circle-city .discription-in-circle {
        left: 38%;
    }

    .bg-start .circle-effects img {
        width: 70px !important;
    }
}

@media (max-width: 360px) {
    .bg-about {
        min-height: 500px;
    }

    .bg-additional {
        min-height: 560px;
    }

    .projects .sign img {
        width: 100%;
    }

    .projects .sign h2 {
        margin-top: -65px;
        font-size: 12px;
        line-height: 10px;
    }
}

@media (max-width: 330px) {
    .projects .sign h2 {
        margin-top: -55px;
    }
}

@media (max-height: 835px) {
    .bg-start h1 {
        font-size: 20px;
        margin-top: 50px;
    }

    .bg-start .circle-icon {
        margin: 40px auto;
    }
}

@media (max-height: 766px) {
    .service .links {
        padding-top: 0;
    }

    .bg-start h1 {
        margin-top: 40px !important;
        margin-bottom: 40px;
    }

    .bg-start .bav-company p {
        font-size: 13px;
    }

    .bg-start .circle-icon {
        margin: 0px auto;
    }
}

@media (max-height: 690px) {
    .bg-start .bav-company {
        padding-top: 146px;
    }

    .bg-start h1 {
        margin-top: 20px !important;
    }

    .bg-start .circle-icon .circle-effects img {
        margin: 20px 0px 10px;
    }
}

@media (max-height: 580px) {
    .bg-start .mouse-helper {
        display: none;
    }
}

@media (min-width: 992px) {
    .contact-us .col-md-6 {
        float: right;
    }
}

@media (min-width: 500px) {
    .products:hover p {
        opacity: 1;
    }

    .products:hover .btn-product {
        background-color: #1e222b !important;
        opacity: .2;
    }
}
/*============================== Slider ==========================================*/
.smooth-hide {
    height: 0px;
    -webkit-transition: height 0.6s linear;
    -moz-transition: height 0.6s linear;
    -o-transition: height 0.6s linear;
}

    .smooth-hide:hover {
        visibility: visible;
        opacity: 1;
    }

.da-slide {
    position: relative;
}

.da-slider {
    width: 100%;
    height: 100%;
    background: #000;
    position: relative;
    overflow: hidden;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2), 0px -2px 1px #fff;
    -webkit-transition: background-position 1s ease-out 0.3s;
    -moz-transition: background-position 1s ease-out 0.3s;
    -o-transition: background-position 1s ease-out 0.3s;
    -ms-transition: background-position 1s ease-out 0.3s;
    transition: background-position 1s ease-out 0.3s;
}

.da-img {
    width: 100%;
    height: 100%;
}

.da-slide {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    text-align: left;
}

.da-slide-current {
    z-index: 5;
}

.da-slider-fb .da-slide {
    left: 100%;
}

    .da-slider-fb .da-slide.da-slide-current {
        left: 0px;
    }

    .da-slider-fb .da-slide h2,
    .da-slider-fb .da-slide p,
    .da-slider-fb .da-slide .da-link {
        left: 10%;
        opacity: 1;
    }

    .da-slider-fb .da-slide .da-img {
        left: 60%;
        opacity: 1;
    }

.da-slide .da-link {
    top: 270px;
    /*depends on p height*/
    border-radius: 30px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    border: 8px solid rgba(255, 255, 255, 0.8);
    padding: 2px 20px 0px;
    font-size: 18px;
    line-height: 30px;
    width: 80px;
    text-align: center;
    background: rgba(255, 255, 255, 0.2);
}

    .da-slide .da-link:hover {
        background: rgba(255, 255, 255, 0.3);
    }

.da-dots {
    width: 100%;
    position: absolute;
    text-align: center;
    left: 0px;
    bottom: 20px;
    z-index: 2000;
    -moz-user-select: none;
    -webkit-user-select: none;
}

    .da-dots span {
        display: inline-block;
        position: relative;
        width: 12px;
        height: 12px;
        border-radius: 50%;
        margin: 3px;
        cursor: pointer;
        box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1) inset, 1px 1px 1px rgba(255, 255, 255, 0.1);
    }

        .da-dots span.da-dots-current:after {
            content: '';
            width: 8px;
            height: 8px;
            position: absolute;
            top: 2px;
            left: 2px;
            border-radius: 50%;
            background: white;
            background: -moz-linear-gradient(top, white 0%, #f6f6f6 47%, #ededed 100%);
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(47%, #f6f6f6), color-stop(100%, #ededed));
            background: -webkit-linear-gradient(top, white 0%, #f6f6f6 47%, #ededed 100%);
            background: -o-linear-gradient(top, white 0%, #f6f6f6 47%, #ededed 100%);
            background: -ms-linear-gradient(top, white 0%, #f6f6f6 47%, #ededed 100%);
            background: linear-gradient(top, white 0%, #f6f6f6 47%, #ededed 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 );
        }

.da-arrows span {
    position: absolute;
    top: 50%;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 10;
    opacity: .9;
    /*box-shadow: 1px 1px 1px rgba(0,0,0,0.1) inset, 1px 1px 1px rgba(255,255,255,0.1);
  -webkit-transition: opacity 0.4s ease-in-out-out 0.2s;
  -moz-transition: opacity 0.4s ease-in-out-out 0.2s;
  -o-transition: opacity 0.4s ease-in-out-out 0.2s;
  -ms-transition: opacity 0.4s ease-in-out-out 0.2s;*/
    transition: opacity 0.4s ease-in-out-out 0.2s;
}

    .da-arrows span:after {
        content: '';
        position: absolute;
        width: 20px;
        height: 20px;
        top: 5px;
        left: 5px;
    }

    .da-arrows span:hover {
        opacity: 1;
    }

    .da-arrows span:active {
        opacity: 1;
    }

    .da-arrows span.da-arrows-next:after {
        background-position: top right;
    }

    .da-arrows span.da-arrows-prev {
        left: 5%;
        right: auto;
    }

    .da-arrows span.da-arrows-next {
        right: 5%;
        left: auto;
    }

.da-dots {
    display: none;
}

/* Animation classes and animations */
/* Slide in from the right*/
.da-slide-fromright h2 {
    -webkit-animation: fromRightAnim1 0.6s ease-in-out 0.8s both;
    -moz-animation: fromRightAnim1 0.6s ease-in-out 0.8s both;
    -o-animation: fromRightAnim1 0.6s ease-in-out 0.8s both;
    -ms-animation: fromRightAnim1 0.6s ease-in-out 0.8s both;
    animation: fromRightAnim1 0.6s ease-in-out 0.8s both;
}

.da-slide-fromright p {
    -webkit-animation: fromRightAnim2 0.6s ease-in-out 0.8s both;
    -moz-animation: fromRightAnim2 0.6s ease-in-out 0.8s both;
    -o-animation: fromRightAnim2 0.6s ease-in-out 0.8s both;
    -ms-animation: fromRightAnim2 0.6s ease-in-out 0.8s both;
    animation: fromRightAnim2 0.6s ease-in-out 0.8s both;
}

.da-slide-fromright .da-link {
    -webkit-animation: fromRightAnim3 0.4s ease-in-out 1.2s both;
    -moz-animation: fromRightAnim3 0.4s ease-in-out 1.2s both;
    -o-animation: fromRightAnim3 0.4s ease-in-out 1.2s both;
    -ms-animation: fromRightAnim3 0.4s ease-in-out 1.2s both;
    animation: fromRightAnim3 0.4s ease-in-out 1.2s both;
}

.da-slide-fromright .da-img {
    -webkit-animation: fromRightAnim4 0.6s ease-in-out 0.8s both;
    -moz-animation: fromRightAnim4 0.6s ease-in-out 0.8s both;
    -o-animation: fromRightAnim4 0.6s ease-in-out 0.8s both;
    -ms-animation: fromRightAnim4 0.6s ease-in-out 0.8s both;
    animation: fromRightAnim4 0.6s ease-in-out 0.8s both;
}

@-webkit-keyframes fromRightAnim1 {
    0% {
        left: 110%;
        opacity: .5;
    }

    100% {
        left: 10%;
        opacity: 1;
    }
}

@-webkit-keyframes fromRightAnim2 {
    0% {
        left: 110%;
        opacity: .5;
    }

    100% {
        left: 10%;
        opacity: 1;
    }
}

@-webkit-keyframes fromRightAnim3 {
    0% {
        left: 110%;
        opacity: 0.5;
    }

    1% {
        left: 10%;
        opacity: .7;
    }

    100% {
        left: 10%;
        opacity: 1;
    }
}

@-webkit-keyframes fromRightAnim4 {
    0% {
        left: 110%;
        opacity: .5;
    }

    100% {
        left: 60%;
        opacity: 1;
    }
}

@-moz-keyframes fromRightAnim1 {
    0% {
        left: 110%;
        opacity: .5;
    }

    100% {
        left: 10%;
        opacity: 1;
    }
}

@-moz-keyframes fromRightAnim2 {
    0% {
        left: 110%;
        opacity: .5;
    }

    100% {
        left: 10%;
        opacity: 1;
    }
}

@-moz-keyframes fromRightAnim3 {
    0% {
        left: 110%;
        opacity: .5;
    }

    1% {
        left: 10%;
        opacity: 0;
    }

    100% {
        left: 10%;
        opacity: 1;
    }
}

@-moz-keyframes fromRightAnim4 {
    0% {
        left: 110%;
        opacity: .5;
    }

    100% {
        left: 60%;
        opacity: 1;
    }
}

@-o-keyframes fromRightAnim1 {
    0% {
        left: 110%;
        opacity: .5;
    }

    100% {
        left: 10%;
        opacity: 1;
    }
}

@-o-keyframes fromRightAnim2 {
    0% {
        left: 110%;
        opacity: .5;
    }

    100% {
        left: 10%;
        opacity: 1;
    }
}

@-o-keyframes fromRightAnim3 {
    0% {
        left: 110%;
        opacity: .5;
    }

    1% {
        left: 10%;
        opacity: 0.7;
    }

    100% {
        left: 10%;
        opacity: 1;
    }
}

@-o-keyframes fromRightAnim4 {
    0% {
        left: 110%;
        opacity: .5;
    }

    100% {
        left: 60%;
        opacity: 1;
    }
}

@-ms-keyframes fromRightAnim1 {
    0% {
        left: 110%;
        opacity: .5;
    }

    100% {
        left: 10%;
        opacity: 1;
    }
}

@-ms-keyframes fromRightAnim2 {
    0% {
        left: 110%;
        opacity: .5;
    }

    100% {
        left: 10%;
        opacity: 1;
    }
}

@-ms-keyframes fromRightAnim3 {
    0% {
        left: 110%;
        opacity: .5;
    }

    1% {
        left: 10%;
        opacity: 0;
    }

    100% {
        left: 10%;
        opacity: 1;
    }
}

@-ms-keyframes fromRightAnim4 {
    0% {
        left: 110%;
        opacity: .5;
    }

    100% {
        left: 60%;
        opacity: 1;
    }
}

@keyframes fromRightAnim1 {
    0% {
        left: 110%;
        opacity: .5;
    }

    100% {
        left: 10%;
        opacity: 1;
    }
}

@keyframes fromRightAnim2 {
    0% {
        left: 110%;
        opacity: .5;
    }

    100% {
        left: 10%;
        opacity: 1;
    }
}

@keyframes fromRightAnim3 {
    0% {
        left: 110%;
        opacity: .5;
    }

    1% {
        left: 10%;
        opacity: .5;
    }

    100% {
        left: 10%;
        opacity: 1;
    }
}

@keyframes fromRightAnim4 {
    0% {
        left: 110%;
        opacity: .5;
    }

    100% {
        left: 60%;
        opacity: 1;
    }
}
/* Slide in from the left*/
.da-slide-fromleft h2 {
    -webkit-animation: fromLeftAnim1 0.6s ease-in-out 0.6s both;
    -moz-animation: fromLeftAnim1 0.6s ease-in-out 0.6s both;
    -o-animation: fromLeftAnim1 0.6s ease-in-out 0.6s both;
    -ms-animation: fromLeftAnim1 0.6s ease-in-out 0.6s both;
    animation: fromLeftAnim1 0.6s ease-in-out 0.6s both;
}

.da-slide-fromleft p {
    -webkit-animation: fromLeftAnim2 0.6s ease-in-out 0.6s both;
    -moz-animation: fromLeftAnim2 0.6s ease-in-out 0.6s both;
    -o-animation: fromLeftAnim2 0.6s ease-in-out 0.6s both;
    -ms-animation: fromLeftAnim2 0.6s ease-in-out 0.6s both;
    animation: fromLeftAnim2 0.6s ease-in-out 0.6s both;
}

.da-slide-fromleft .da-link {
    -webkit-animation: fromLeftAnim3 0.4s ease-in-out 1.2s both;
    -moz-animation: fromLeftAnim3 0.4s ease-in-out 1.2s both;
    -o-animation: fromLeftAnim3 0.4s ease-in-out 1.2s both;
    -ms-animation: fromLeftAnim3 0.4s ease-in-out 1.2s both;
    animation: fromLeftAnim3 0.4s ease-in-out 1.2s both;
}

.da-slide-fromleft .da-img {
    -webkit-animation: fromLeftAnim4 0.6s ease-in-out 0.6s both;
    -moz-animation: fromLeftAnim4 0.6s ease-in-out 0.6s both;
    -o-animation: fromLeftAnim4 0.6s ease-in-out 0.6s both;
    -ms-animation: fromLeftAnim4 0.6s ease-in-out 0.6s both;
    animation: fromLeftAnim4 0.6s ease-in-out 0.6s both;
}

@-webkit-keyframes fromLeftAnim1 {
    0% {
        left: -110%;
        opacity: .5;
    }

    100% {
        left: 10%;
        opacity: 1;
    }
}

@-webkit-keyframes fromLeftAnim2 {
    0% {
        left: -110%;
        opacity: .5;
    }

    100% {
        left: 10%;
        opacity: 1;
    }
}

@-webkit-keyframes fromLeftAnim3 {
    0% {
        left: -110%;
        opacity: .5;
    }

    1% {
        left: 10%;
        opacity: .5;
    }

    100% {
        left: 10%;
        opacity: 1;
    }
}

@-webkit-keyframes fromLeftAnim4 {
    0% {
        left: -110%;
        opacity: .5;
    }

    100% {
        left: 60%;
        opacity: 1;
    }
}

@-moz-keyframes fromLeftAnim1 {
    0% {
        left: -110%;
        opacity: .5;
    }

    100% {
        left: 10%;
        opacity: 1;
    }
}

@-moz-keyframes fromLeftAnim2 {
    0% {
        left: -110%;
        opacity: .5;
    }

    100% {
        left: 10%;
        opacity: 1;
    }
}

@-moz-keyframes fromLeftAnim3 {
    0% {
        left: -110%;
        opacity: .5;
    }

    1% {
        left: 10%;
        opacity: .5;
    }

    100% {
        left: 10%;
        opacity: 1;
    }
}

@-moz-keyframes fromLeftAnim4 {
    0% {
        left: -110%;
        opacity: .5;
    }

    100% {
        left: 60%;
        opacity: 1;
    }
}

@-o-keyframes fromLeftAnim1 {
    0% {
        left: -110%;
        opacity: .5;
    }

    100% {
        left: 10%;
        opacity: 1;
    }
}

@-o-keyframes fromLeftAnim2 {
    0% {
        left: -110%;
        opacity: .5;
    }

    100% {
        left: 10%;
        opacity: 1;
    }
}

@-o-keyframes fromLeftAnim3 {
    0% {
        left: -110%;
        opacity: .5;
    }

    1% {
        left: 10%;
        opacity: 0;
    }

    100% {
        left: 10%;
        opacity: 1;
    }
}

@-o-keyframes fromLeftAnim4 {
    0% {
        left: -110%;
        opacity: 0;
    }

    100% {
        left: 60%;
        opacity: 1;
    }
}

@-ms-keyframes fromLeftAnim1 {
    0% {
        left: -110%;
        opacity: 0;
    }

    100% {
        left: 10%;
        opacity: 1;
    }
}

@-ms-keyframes fromLeftAnim2 {
    0% {
        left: -110%;
        opacity: 0;
    }

    100% {
        left: 10%;
        opacity: 1;
    }
}

@-ms-keyframes fromLeftAnim3 {
    0% {
        left: -110%;
        opacity: 0;
    }

    1% {
        left: 10%;
        opacity: 0;
    }

    100% {
        left: 10%;
        opacity: 1;
    }
}

@-ms-keyframes fromLeftAnim4 {
    0% {
        left: -110%;
        opacity: 0;
    }

    100% {
        left: 60%;
        opacity: 1;
    }
}

@keyframes fromLeftAnim1 {
    0% {
        left: -110%;
        opacity: 0;
    }

    100% {
        left: 10%;
        opacity: 1;
    }
}

@keyframes fromLeftAnim2 {
    0% {
        left: -110%;
        opacity: 0;
    }

    100% {
        left: 10%;
        opacity: 1;
    }
}

@keyframes fromLeftAnim3 {
    0% {
        left: -110%;
        opacity: 0;
    }

    1% {
        left: 10%;
        opacity: 0;
    }

    100% {
        left: 10%;
        opacity: 1;
    }
}

@keyframes fromLeftAnim4 {
    0% {
        left: -110%;
        opacity: 0;
    }

    100% {
        left: 60%;
        opacity: 1;
    }
}
/* Slide out to the right */
.da-slide-toright h2 {
    -webkit-animation: toRightAnim1 0.6s ease-in-out 0.6s both;
    -moz-animation: toRightAnim1 0.6s ease-in-out 0.6s both;
    -o-animation: toRightAnim1 0.6s ease-in-out 0.6s both;
    -ms-animation: toRightAnim1 0.6s ease-in-out 0.6s both;
    animation: toRightAnim1 0.6s ease-in-out 0.6s both;
}

.da-slide-toright p {
    -webkit-animation: toRightAnim2 0.6s ease-in-out 0.3s both;
    -moz-animation: toRightAnim2 0.6s ease-in-out 0.3s both;
    -o-animation: toRightAnim2 0.6s ease-in-out 0.3s both;
    -ms-animation: toRightAnim2 0.6s ease-in-out 0.3s both;
    animation: toRightAnim2 0.6s ease-in-out 0.3s both;
}

.da-slide-toright .da-link {
    -webkit-animation: toRightAnim3 0.4s ease-in-out both;
    -moz-animation: toRightAnim3 0.4s ease-in-out both;
    -o-animation: toRightAnim3 0.4s ease-in-out both;
    -ms-animation: toRightAnim3 0.4s ease-in-out both;
    animation: toRightAnim3 0.4s ease-in-out both;
}

.da-slide-toright .da-img {
    -webkit-animation: toRightAnim4 0.6s ease-in-out both;
    -moz-animation: toRightAnim4 0.6s ease-in-out both;
    -o-animation: toRightAnim4 0.6s ease-in-out both;
    -ms-animation: toRightAnim4 0.6s ease-in-out both;
    animation: toRightAnim4 0.6s ease-in-out both;
}

@-webkit-keyframes toRightAnim1 {
    0% {
        left: 10%;
        opacity: 1;
    }

    100% {
        left: 100%;
        opacity: 0;
    }
}

@-webkit-keyframes toRightAnim2 {
    0% {
        left: 10%;
        opacity: 1;
    }

    100% {
        left: 100%;
        opacity: 0;
    }
}

@-webkit-keyframes toRightAnim3 {
    0% {
        left: 10%;
        opacity: 1;
    }

    99% {
        left: 10%;
        opacity: 0;
    }

    100% {
        left: 100%;
        opacity: 0;
    }
}

@-webkit-keyframes toRightAnim4 {
    0% {
        left: 60%;
        opacity: 1;
    }

    30% {
        left: 55%;
        opacity: 1;
    }

    100% {
        left: 100%;
        opacity: 0;
    }
}

@-moz-keyframes toRightAnim1 {
    0% {
        left: 10%;
        opacity: 1;
    }

    100% {
        left: 100%;
        opacity: 0;
    }
}

@-moz-keyframes toRightAnim2 {
    0% {
        left: 10%;
        opacity: 1;
    }

    100% {
        left: 100%;
        opacity: 0;
    }
}

@-moz-keyframes toRightAnim3 {
    0% {
        left: 10%;
        opacity: 1;
    }

    99% {
        left: 10%;
        opacity: 0;
    }

    100% {
        left: 100%;
        opacity: 0;
    }
}

@-moz-keyframes toRightAnim4 {
    0% {
        left: 60%;
        opacity: 1;
    }

    30% {
        left: 55%;
        opacity: 1;
    }

    100% {
        left: 100%;
        opacity: 0;
    }
}

@-o-keyframes toRightAnim1 {
    0% {
        left: 10%;
        opacity: 1;
    }

    100% {
        left: 100%;
        opacity: 0;
    }
}

@-o-keyframes toRightAnim2 {
    0% {
        left: 10%;
        opacity: 1;
    }

    100% {
        left: 100%;
        opacity: 0;
    }
}

@-o-keyframes toRightAnim3 {
    0% {
        left: 10%;
        opacity: 1;
    }

    99% {
        left: 10%;
        opacity: 0;
    }

    100% {
        left: 100%;
        opacity: 0;
    }
}

@-o-keyframes toRightAnim4 {
    0% {
        left: 60%;
        opacity: 1;
    }

    30% {
        left: 55%;
        opacity: 1;
    }

    100% {
        left: 100%;
        opacity: 0;
    }
}

@-ms-keyframes toRightAnim1 {
    0% {
        left: 10%;
        opacity: 1;
    }

    100% {
        left: 100%;
        opacity: 0;
    }
}

@-ms-keyframes toRightAnim2 {
    0% {
        left: 10%;
        opacity: 1;
    }

    100% {
        left: 100%;
        opacity: 0;
    }
}

@-ms-keyframes toRightAnim3 {
    0% {
        left: 10%;
        opacity: 1;
    }

    99% {
        left: 10%;
        opacity: 0;
    }

    100% {
        left: 100%;
        opacity: 0;
    }
}

@-ms-keyframes toRightAnim4 {
    0% {
        left: 60%;
        opacity: 1;
    }

    30% {
        left: 55%;
        opacity: 1;
    }

    100% {
        left: 100%;
        opacity: 0;
    }
}

@keyframes toRightAnim1 {
    0% {
        left: 10%;
        opacity: 1;
    }

    100% {
        left: 100%;
        opacity: 0;
    }
}

@keyframes toRightAnim2 {
    0% {
        left: 10%;
        opacity: 1;
    }

    100% {
        left: 100%;
        opacity: 0;
    }
}

@keyframes toRightAnim3 {
    0% {
        left: 10%;
        opacity: 1;
    }

    99% {
        left: 10%;
        opacity: 0;
    }

    100% {
        left: 100%;
        opacity: 0;
    }
}

@keyframes toRightAnim4 {
    0% {
        left: 60%;
        opacity: 1;
    }

    30% {
        left: 55%;
        opacity: 1;
    }

    100% {
        left: 100%;
        opacity: 0;
    }
}
/* Slide out to the left*/
.da-slide-toleft h2 {
    -webkit-animation: toLeftAnim1 0.6s ease-in-out both;
    -moz-animation: toLeftAnim1 0.6s ease-in-out both;
    -o-animation: toLeftAnim1 0.6s ease-in-out both;
    -ms-animation: toLeftAnim1 0.6s ease-in-out both;
    animation: toLeftAnim1 0.6s ease-in-out both;
}

.da-slide-toleft p {
    -webkit-animation: toLeftAnim2 0.6s ease-in-out 0.3s both;
    -moz-animation: toLeftAnim2 0.6s ease-in-out 0.3s both;
    -o-animation: toLeftAnim2 0.6s ease-in-out 0.3s both;
    -ms-animation: toLeftAnim2 0.6s ease-in-out 0.3s both;
    animation: toLeftAnim2 0.6s ease-in-out 0.3s both;
}

.da-slide-toleft .da-link {
    -webkit-animation: toLeftAnim3 0.6s ease-in-out 0.6s both;
    -moz-animation: toLeftAnim3 0.6s ease-in-out 0.6s both;
    -o-animation: toLeftAnim3 0.6s ease-in-out 0.6s both;
    -ms-animation: toLeftAnim3 0.6s ease-in-out 0.6s both;
    animation: toLeftAnim3 0.6s ease-in-out 0.6s both;
}

.da-slide-toleft .da-img {
    -webkit-animation: toLeftAnim4 0.6s ease-in-out 0.5s both;
    -moz-animation: toLeftAnim4 0.6s ease-in-out 0.5s both;
    -o-animation: toLeftAnim4 0.6s ease-in-out 0.5s both;
    -ms-animation: toLeftAnim4 0.6s ease-in-out 0.5s both;
    animation: toLeftAnim4 0.6s ease-in-out 0.5s both;
}

@-webkit-keyframes toLeftAnim1 {
    0% {
        left: 10%;
        opacity: 1;
    }

    30% {
        left: 15%;
        opacity: 1;
    }

    100% {
        left: -50%;
        opacity: 0;
    }
}

@-webkit-keyframes toLeftAnim2 {
    0% {
        left: 10%;
        opacity: 1;
    }

    30% {
        left: 15%;
        opacity: 1;
    }

    100% {
        left: -50%;
        opacity: 0;
    }
}

@-webkit-keyframes toLeftAnim3 {
    0% {
        left: 10%;
        opacity: 1;
    }

    100% {
        left: -50%;
        opacity: 0;
    }
}

@-webkit-keyframes toLeftAnim4 {
    0% {
        left: 60%;
        opacity: 1;
    }

    70% {
        left: 30%;
        opacity: 0;
    }

    100% {
        left: -50%;
        opacity: 0;
    }
}

@-moz-keyframes toLeftAnim1 {
    0% {
        left: 10%;
        opacity: 1;
    }

    30% {
        left: 15%;
        opacity: 1;
    }

    100% {
        left: -50%;
        opacity: 0;
    }
}

@-moz-keyframes toLeftAnim2 {
    0% {
        left: 10%;
        opacity: 1;
    }

    30% {
        left: 15%;
        opacity: 1;
    }

    100% {
        left: -50%;
        opacity: 0;
    }
}

@-moz-keyframes toLeftAnim3 {
    0% {
        left: 10%;
        opacity: 1;
    }

    100% {
        left: -50%;
        opacity: 0;
    }
}

@-moz-keyframes toLeftAnim4 {
    0% {
        left: 60%;
        opacity: 1;
    }

    70% {
        left: 30%;
        opacity: 0;
    }

    100% {
        left: -50%;
        opacity: 0;
    }
}

@-o-keyframes toLeftAnim1 {
    0% {
        left: 10%;
        opacity: 1;
    }

    30% {
        left: 15%;
        opacity: 1;
    }

    100% {
        left: -50%;
        opacity: 0;
    }
}

@-o-keyframes toLeftAnim2 {
    0% {
        left: 10%;
        opacity: 1;
    }

    30% {
        left: 15%;
        opacity: 1;
    }

    100% {
        left: -50%;
        opacity: 0;
    }
}

@-o-keyframes toLeftAnim3 {
    0% {
        left: 10%;
        opacity: 1;
    }

    100% {
        left: -50%;
        opacity: 0;
    }
}

@-o-keyframes toLeftAnim4 {
    0% {
        left: 60%;
        opacity: 1;
    }

    70% {
        left: 30%;
        opacity: 0;
    }

    100% {
        left: -50%;
        opacity: 0;
    }
}

@-ms-keyframes toLeftAnim1 {
    0% {
        left: 10%;
        opacity: 1;
    }

    30% {
        left: 15%;
        opacity: 1;
    }

    100% {
        left: -50%;
        opacity: 0;
    }
}

@-ms-keyframes toLeftAnim2 {
    0% {
        left: 10%;
        opacity: 1;
    }

    30% {
        left: 15%;
        opacity: 1;
    }

    100% {
        left: -50%;
        opacity: 0;
    }
}

@-ms-keyframes toLeftAnim3 {
    0% {
        left: 10%;
        opacity: 1;
    }

    100% {
        left: -50%;
        opacity: 0;
    }
}

@-ms-keyframes toLeftAnim4 {
    0% {
        left: 60%;
        opacity: 1;
    }

    70% {
        left: 30%;
        opacity: 0;
    }

    100% {
        left: -50%;
        opacity: 0;
    }
}

@keyframes toLeftAnim1 {
    0% {
        left: 10%;
        opacity: 1;
    }

    30% {
        left: 15%;
        opacity: 1;
    }

    100% {
        left: -50%;
        opacity: 0;
    }
}

@keyframes toLeftAnim2 {
    0% {
        left: 10%;
        opacity: 1;
    }

    30% {
        left: 15%;
        opacity: 1;
    }

    100% {
        left: -50%;
        opacity: 0;
    }
}

@keyframes toLeftAnim3 {
    0% {
        left: 10%;
        opacity: 1;
    }

    100% {
        left: -50%;
        opacity: 0;
    }
}

@keyframes toLeftAnim4 {
    0% {
        left: 60%;
        opacity: 1;
    }

    70% {
        left: 30%;
        opacity: 0;
    }

    100% {
        left: -50%;
        opacity: 0;
    }
}
/* Slide in from the right*/
.da-slide-fromright h2 {
    -webkit-animation: fromRightAnim1 0.6s ease-in-out 0.8s both;
    -moz-animation: fromRightAnim1 0.6s ease-in-out 0.8s both;
    -o-animation: fromRightAnim1 0.6s ease-in-out 0.8s both;
    -ms-animation: fromRightAnim1 0.6s ease-in-out 0.8s both;
    animation: fromRightAnim1 0.6s ease-in-out 0.8s both;
}

.da-slide-fromright p {
    -webkit-animation: fromRightAnim2 0.6s ease-in-out 0.8s both;
    -moz-animation: fromRightAnim2 0.6s ease-in-out 0.8s both;
    -o-animation: fromRightAnim2 0.6s ease-in-out 0.8s both;
    -ms-animation: fromRightAnim2 0.6s ease-in-out 0.8s both;
    animation: fromRightAnim2 0.6s ease-in-out 0.8s both;
}

.da-slide-fromright .da-link {
    -webkit-animation: fromRightAnim3 0.4s ease-in-out 1.2s both;
    -moz-animation: fromRightAnim3 0.4s ease-in-out 1.2s both;
    -o-animation: fromRightAnim3 0.4s ease-in-out 1.2s both;
    -ms-animation: fromRightAnim3 0.4s ease-in-out 1.2s both;
    animation: fromRightAnim3 0.4s ease-in-out 1.2s both;
}

.da-slide-fromright .da-img {
    -webkit-animation: fromRightAnim4 0.6s ease-in-out 0.8s both;
    -moz-animation: fromRightAnim4 0.6s ease-in-out 0.8s both;
    -o-animation: fromRightAnim4 0.6s ease-in-out 0.8s both;
    -ms-animation: fromRightAnim4 0.6s ease-in-out 0.8s both;
    animation: fromRightAnim4 0.6s ease-in-out 0.8s both;
}

@-webkit-keyframes fromRightAnim1 {
    0% {
        left: 110%;
        opacity: 0;
    }

    100% {
        left: 10%;
        opacity: 1;
    }
}

@-webkit-keyframes fromRightAnim2 {
    0% {
        left: 110%;
        opacity: 0;
    }

    100% {
        left: 10%;
        opacity: 1;
    }
}

@-webkit-keyframes fromRightAnim3 {
    0% {
        left: 110%;
        opacity: 0;
    }

    1% {
        left: 10%;
        opacity: 0;
    }

    100% {
        left: 10%;
        opacity: 1;
    }
}

@-webkit-keyframes fromRightAnim4 {
    0% {
        left: 110%;
        opacity: 0;
    }

    100% {
        left: 60%;
        opacity: 1;
    }
}

@-moz-keyframes fromRightAnim1 {
    0% {
        left: 110%;
        opacity: 0;
    }

    100% {
        left: 10%;
        opacity: 1;
    }
}

@-moz-keyframes fromRightAnim2 {
    0% {
        left: 110%;
        opacity: 0;
    }

    100% {
        left: 10%;
        opacity: 1;
    }
}

@-moz-keyframes fromRightAnim3 {
    0% {
        left: 110%;
        opacity: 0;
    }

    1% {
        left: 10%;
        opacity: 0;
    }

    100% {
        left: 10%;
        opacity: 1;
    }
}

@-moz-keyframes fromRightAnim4 {
    0% {
        left: 110%;
        opacity: 0;
    }

    100% {
        left: 60%;
        opacity: 1;
    }
}

@-o-keyframes fromRightAnim1 {
    0% {
        left: 110%;
        opacity: 0;
    }

    100% {
        left: 10%;
        opacity: 1;
    }
}

@-o-keyframes fromRightAnim2 {
    0% {
        left: 110%;
        opacity: 0;
    }

    100% {
        left: 10%;
        opacity: 1;
    }
}

@-o-keyframes fromRightAnim3 {
    0% {
        left: 110%;
        opacity: 0;
    }

    1% {
        left: 10%;
        opacity: 0;
    }

    100% {
        left: 10%;
        opacity: 1;
    }
}

@-o-keyframes fromRightAnim4 {
    0% {
        left: 110%;
        opacity: 0;
    }

    100% {
        left: 60%;
        opacity: 1;
    }
}

@-ms-keyframes fromRightAnim1 {
    0% {
        left: 110%;
        opacity: 0;
    }

    100% {
        left: 10%;
        opacity: 1;
    }
}

@-ms-keyframes fromRightAnim2 {
    0% {
        left: 110%;
        opacity: 0;
    }

    100% {
        left: 10%;
        opacity: 1;
    }
}

@-ms-keyframes fromRightAnim3 {
    0% {
        left: 110%;
        opacity: 0;
    }

    1% {
        left: 10%;
        opacity: 0;
    }

    100% {
        left: 10%;
        opacity: 1;
    }
}

@-ms-keyframes fromRightAnim4 {
    0% {
        left: 110%;
        opacity: 0;
    }

    100% {
        left: 60%;
        opacity: 1;
    }
}

@keyframes fromRightAnim1 {
    0% {
        left: 110%;
        opacity: 0;
    }

    100% {
        left: 10%;
        opacity: 1;
    }
}

@keyframes fromRightAnim2 {
    0% {
        left: 110%;
        opacity: 0;
    }

    100% {
        left: 10%;
        opacity: 1;
    }
}

@keyframes fromRightAnim3 {
    0% {
        left: 110%;
        opacity: 0;
    }

    1% {
        left: 10%;
        opacity: 0;
    }

    100% {
        left: 10%;
        opacity: 1;
    }
}

@keyframes fromRightAnim4 {
    0% {
        left: 110%;
        opacity: 0;
    }

    100% {
        left: 60%;
        opacity: 1;
    }
}
/* Slide in from the left*/
.da-slide-fromleft h2 {
    -webkit-animation: fromLeftAnim1 0.6s ease-in-out 0.6s both;
    -moz-animation: fromLeftAnim1 0.6s ease-in-out 0.6s both;
    -o-animation: fromLeftAnim1 0.6s ease-in-out 0.6s both;
    -ms-animation: fromLeftAnim1 0.6s ease-in-out 0.6s both;
    animation: fromLeftAnim1 0.6s ease-in-out 0.6s both;
}

.da-slide-fromleft p {
    -webkit-animation: fromLeftAnim2 0.6s ease-in-out 0.6s both;
    -moz-animation: fromLeftAnim2 0.6s ease-in-out 0.6s both;
    -o-animation: fromLeftAnim2 0.6s ease-in-out 0.6s both;
    -ms-animation: fromLeftAnim2 0.6s ease-in-out 0.6s both;
    animation: fromLeftAnim2 0.6s ease-in-out 0.6s both;
}

.da-slide-fromleft .da-link {
    -webkit-animation: fromLeftAnim3 0.4s ease-in-out 1.2s both;
    -moz-animation: fromLeftAnim3 0.4s ease-in-out 1.2s both;
    -o-animation: fromLeftAnim3 0.4s ease-in-out 1.2s both;
    -ms-animation: fromLeftAnim3 0.4s ease-in-out 1.2s both;
    animation: fromLeftAnim3 0.4s ease-in-out 1.2s both;
}

.da-slide-fromleft .da-img {
    -webkit-animation: fromLeftAnim4 0.6s ease-in-out 0.6s both;
    -moz-animation: fromLeftAnim4 0.6s ease-in-out 0.6s both;
    -o-animation: fromLeftAnim4 0.6s ease-in-out 0.6s both;
    -ms-animation: fromLeftAnim4 0.6s ease-in-out 0.6s both;
    animation: fromLeftAnim4 0.6s ease-in-out 0.6s both;
}

@-webkit-keyframes fromLeftAnim1 {
    0% {
        left: -110%;
        opacity: 0;
    }

    100% {
        left: 10%;
        opacity: 1;
    }
}

@-webkit-keyframes fromLeftAnim2 {
    0% {
        left: -110%;
        opacity: 0;
    }

    100% {
        left: 10%;
        opacity: 1;
    }
}

@-webkit-keyframes fromLeftAnim3 {
    0% {
        left: -110%;
        opacity: 0;
    }

    1% {
        left: 10%;
        opacity: 0;
    }

    100% {
        left: 10%;
        opacity: 1;
    }
}

@-webkit-keyframes fromLeftAnim4 {
    0% {
        left: -110%;
        opacity: 0;
    }

    100% {
        left: 60%;
        opacity: 1;
    }
}

@-moz-keyframes fromLeftAnim1 {
    0% {
        left: -110%;
        opacity: 0;
    }

    100% {
        left: 10%;
        opacity: 1;
    }
}

@-moz-keyframes fromLeftAnim2 {
    0% {
        left: -110%;
        opacity: 0;
    }

    100% {
        left: 10%;
        opacity: 1;
    }
}

@-moz-keyframes fromLeftAnim3 {
    0% {
        left: -110%;
        opacity: 0;
    }

    1% {
        left: 10%;
        opacity: 0;
    }

    100% {
        left: 10%;
        opacity: 1;
    }
}

@-moz-keyframes fromLeftAnim4 {
    0% {
        left: -110%;
        opacity: 0;
    }

    100% {
        left: 60%;
        opacity: 1;
    }
}

@-o-keyframes fromLeftAnim1 {
    0% {
        left: -110%;
        opacity: 0;
    }

    100% {
        left: 10%;
        opacity: 1;
    }
}

@-o-keyframes fromLeftAnim2 {
    0% {
        left: -110%;
        opacity: 0;
    }

    100% {
        left: 10%;
        opacity: 1;
    }
}

@-o-keyframes fromLeftAnim3 {
    0% {
        left: -110%;
        opacity: 0;
    }

    1% {
        left: 10%;
        opacity: 0;
    }

    100% {
        left: 10%;
        opacity: 1;
    }
}

@-o-keyframes fromLeftAnim4 {
    0% {
        left: -110%;
        opacity: 0;
    }

    100% {
        left: 60%;
        opacity: 1;
    }
}

@-ms-keyframes fromLeftAnim1 {
    0% {
        left: -110%;
        opacity: 0;
    }

    100% {
        left: 10%;
        opacity: 1;
    }
}

@-ms-keyframes fromLeftAnim2 {
    0% {
        left: -110%;
        opacity: 0;
    }

    100% {
        left: 10%;
        opacity: 1;
    }
}

@-ms-keyframes fromLeftAnim3 {
    0% {
        left: -110%;
        opacity: 0;
    }

    1% {
        left: 10%;
        opacity: 0;
    }

    100% {
        left: 10%;
        opacity: 1;
    }
}

@-ms-keyframes fromLeftAnim4 {
    0% {
        left: -110%;
        opacity: 0;
    }

    100% {
        left: 60%;
        opacity: 1;
    }
}

@keyframes fromLeftAnim1 {
    0% {
        left: -110%;
        opacity: 0;
    }

    100% {
        left: 10%;
        opacity: 1;
    }
}

@keyframes fromLeftAnim2 {
    0% {
        left: -110%;
        opacity: 0;
    }

    100% {
        left: 10%;
        opacity: 1;
    }
}

@keyframes fromLeftAnim3 {
    0% {
        left: -110%;
        opacity: 0;
    }

    1% {
        left: 10%;
        opacity: 0;
    }

    100% {
        left: 10%;
        opacity: 1;
    }
}

@keyframes fromLeftAnim4 {
    0% {
        left: -110%;
        opacity: 0;
    }

    100% {
        left: 60%;
        opacity: 1;
    }
}
/* Slide out to the right */
.da-slide-toright h2 {
    -webkit-animation: toRightAnim1 0.6s ease-in-out 0.6s both;
    -moz-animation: toRightAnim1 0.6s ease-in-out 0.6s both;
    -o-animation: toRightAnim1 0.6s ease-in-out 0.6s both;
    -ms-animation: toRightAnim1 0.6s ease-in-out 0.6s both;
    animation: toRightAnim1 0.6s ease-in-out 0.6s both;
}

.da-slide-toright p {
    -webkit-animation: toRightAnim2 0.6s ease-in-out 0.3s both;
    -moz-animation: toRightAnim2 0.6s ease-in-out 0.3s both;
    -o-animation: toRightAnim2 0.6s ease-in-out 0.3s both;
    -ms-animation: toRightAnim2 0.6s ease-in-out 0.3s both;
    animation: toRightAnim2 0.6s ease-in-out 0.3s both;
}

.da-slide-toright .da-link {
    -webkit-animation: toRightAnim3 0.4s ease-in-out both;
    -moz-animation: toRightAnim3 0.4s ease-in-out both;
    -o-animation: toRightAnim3 0.4s ease-in-out both;
    -ms-animation: toRightAnim3 0.4s ease-in-out both;
    animation: toRightAnim3 0.4s ease-in-out both;
}

.da-slide-toright .da-img {
    -webkit-animation: toRightAnim4 0.6s ease-in-out both;
    -moz-animation: toRightAnim4 0.6s ease-in-out both;
    -o-animation: toRightAnim4 0.6s ease-in-out both;
    -ms-animation: toRightAnim4 0.6s ease-in-out both;
    animation: toRightAnim4 0.6s ease-in-out both;
}

@-webkit-keyframes toRightAnim1 {
    0% {
        left: 10%;
        opacity: 1;
    }

    100% {
        left: 100%;
        opacity: 0;
    }
}

@-webkit-keyframes toRightAnim2 {
    0% {
        left: 10%;
        opacity: 1;
    }

    100% {
        left: 100%;
        opacity: 0;
    }
}

@-webkit-keyframes toRightAnim3 {
    0% {
        left: 10%;
        opacity: 1;
    }

    99% {
        left: 10%;
        opacity: 0;
    }

    100% {
        left: 100%;
        opacity: 0;
    }
}

@-webkit-keyframes toRightAnim4 {
    0% {
        left: 60%;
        opacity: 1;
    }

    30% {
        left: 55%;
        opacity: 1;
    }

    100% {
        left: 100%;
        opacity: 0;
    }
}

@-moz-keyframes toRightAnim1 {
    0% {
        left: 10%;
        opacity: 1;
    }

    100% {
        left: 100%;
        opacity: 0;
    }
}

@-moz-keyframes toRightAnim2 {
    0% {
        left: 10%;
        opacity: 1;
    }

    100% {
        left: 100%;
        opacity: 0;
    }
}

@-moz-keyframes toRightAnim3 {
    0% {
        left: 10%;
        opacity: 1;
    }

    99% {
        left: 10%;
        opacity: 0;
    }

    100% {
        left: 100%;
        opacity: 0;
    }
}

@-moz-keyframes toRightAnim4 {
    0% {
        left: 60%;
        opacity: 1;
    }

    30% {
        left: 55%;
        opacity: 1;
    }

    100% {
        left: 100%;
        opacity: 0;
    }
}

@-o-keyframes toRightAnim1 {
    0% {
        left: 10%;
        opacity: 1;
    }

    100% {
        left: 100%;
        opacity: 0;
    }
}

@-o-keyframes toRightAnim2 {
    0% {
        left: 10%;
        opacity: 1;
    }

    100% {
        left: 100%;
        opacity: 0;
    }
}

@-o-keyframes toRightAnim3 {
    0% {
        left: 10%;
        opacity: 1;
    }

    99% {
        left: 10%;
        opacity: 0;
    }

    100% {
        left: 100%;
        opacity: 0;
    }
}

@-o-keyframes toRightAnim4 {
    0% {
        left: 60%;
        opacity: 1;
    }

    30% {
        left: 55%;
        opacity: 1;
    }

    100% {
        left: 100%;
        opacity: 0;
    }
}

@-ms-keyframes toRightAnim1 {
    0% {
        left: 10%;
        opacity: 1;
    }

    100% {
        left: 100%;
        opacity: 0;
    }
}

@-ms-keyframes toRightAnim2 {
    0% {
        left: 10%;
        opacity: 1;
    }

    100% {
        left: 100%;
        opacity: 0;
    }
}

@-ms-keyframes toRightAnim3 {
    0% {
        left: 10%;
        opacity: 1;
    }

    99% {
        left: 10%;
        opacity: 0;
    }

    100% {
        left: 100%;
        opacity: 0;
    }
}

@-ms-keyframes toRightAnim4 {
    0% {
        left: 60%;
        opacity: 1;
    }

    30% {
        left: 55%;
        opacity: 1;
    }

    100% {
        left: 100%;
        opacity: 0;
    }
}

@keyframes toRightAnim1 {
    0% {
        left: 10%;
        opacity: 1;
    }

    100% {
        left: 100%;
        opacity: 0;
    }
}

@keyframes toRightAnim2 {
    0% {
        left: 10%;
        opacity: 1;
    }

    100% {
        left: 100%;
        opacity: 0;
    }
}

@keyframes toRightAnim3 {
    0% {
        left: 10%;
        opacity: 1;
    }

    99% {
        left: 10%;
        opacity: 0;
    }

    100% {
        left: 100%;
        opacity: 0;
    }
}

@keyframes toRightAnim4 {
    0% {
        left: 60%;
        opacity: 1;
    }

    30% {
        left: 55%;
        opacity: 1;
    }

    100% {
        left: 100%;
        opacity: 0;
    }
}
/* Slide out to the left*/
.da-slide-toleft h2 {
    -webkit-animation: toLeftAnim1 0.6s ease-in-out both;
    -moz-animation: toLeftAnim1 0.6s ease-in-out both;
    -o-animation: toLeftAnim1 0.6s ease-in-out both;
    -ms-animation: toLeftAnim1 0.6s ease-in-out both;
    animation: toLeftAnim1 0.6s ease-in-out both;
}

.da-slide-toleft p {
    -webkit-animation: toLeftAnim2 0.6s ease-in-out 0.3s both;
    -moz-animation: toLeftAnim2 0.6s ease-in-out 0.3s both;
    -o-animation: toLeftAnim2 0.6s ease-in-out 0.3s both;
    -ms-animation: toLeftAnim2 0.6s ease-in-out 0.3s both;
    animation: toLeftAnim2 0.6s ease-in-out 0.3s both;
}

.da-slide-toleft .da-link {
    -webkit-animation: toLeftAnim3 0.6s ease-in-out 0.6s both;
    -moz-animation: toLeftAnim3 0.6s ease-in-out 0.6s both;
    -o-animation: toLeftAnim3 0.6s ease-in-out 0.6s both;
    -ms-animation: toLeftAnim3 0.6s ease-in-out 0.6s both;
    animation: toLeftAnim3 0.6s ease-in-out 0.6s both;
}

.da-slide-toleft .da-img {
    -webkit-animation: toLeftAnim4 0.6s ease-in-out 0.5s both;
    -moz-animation: toLeftAnim4 0.6s ease-in-out 0.5s both;
    -o-animation: toLeftAnim4 0.6s ease-in-out 0.5s both;
    -ms-animation: toLeftAnim4 0.6s ease-in-out 0.5s both;
    animation: toLeftAnim4 0.6s ease-in-out 0.5s both;
}

@-webkit-keyframes toLeftAnim1 {
    0% {
        left: 10%;
        opacity: 1;
    }

    30% {
        left: 15%;
        opacity: 1;
    }

    100% {
        left: -50%;
        opacity: 0;
    }
}

@-webkit-keyframes toLeftAnim2 {
    0% {
        left: 10%;
        opacity: 1;
    }

    30% {
        left: 15%;
        opacity: 1;
    }

    100% {
        left: -50%;
        opacity: 0;
    }
}

@-webkit-keyframes toLeftAnim3 {
    0% {
        left: 10%;
        opacity: 1;
    }

    100% {
        left: -50%;
        opacity: 0;
    }
}

@-webkit-keyframes toLeftAnim4 {
    0% {
        left: 60%;
        opacity: 1;
    }

    70% {
        left: 30%;
        opacity: 0;
    }

    100% {
        left: -50%;
        opacity: 0;
    }
}

@-moz-keyframes toLeftAnim1 {
    0% {
        left: 10%;
        opacity: 1;
    }

    30% {
        left: 15%;
        opacity: 1;
    }

    100% {
        left: -50%;
        opacity: 0;
    }
}

@-moz-keyframes toLeftAnim2 {
    0% {
        left: 10%;
        opacity: 1;
    }

    30% {
        left: 15%;
        opacity: 1;
    }

    100% {
        left: -50%;
        opacity: 0;
    }
}

@-moz-keyframes toLeftAnim3 {
    0% {
        left: 10%;
        opacity: 1;
    }

    100% {
        left: -50%;
        opacity: 0;
    }
}

@-moz-keyframes toLeftAnim4 {
    0% {
        left: 60%;
        opacity: 1;
    }

    70% {
        left: 30%;
        opacity: 0;
    }

    100% {
        left: -50%;
        opacity: 0;
    }
}

@-o-keyframes toLeftAnim1 {
    0% {
        left: 10%;
        opacity: 1;
    }

    30% {
        left: 15%;
        opacity: 1;
    }

    100% {
        left: -50%;
        opacity: 0;
    }
}

@-o-keyframes toLeftAnim2 {
    0% {
        left: 10%;
        opacity: 1;
    }

    30% {
        left: 15%;
        opacity: 1;
    }

    100% {
        left: -50%;
        opacity: 0;
    }
}

@-o-keyframes toLeftAnim3 {
    0% {
        left: 10%;
        opacity: 1;
    }

    100% {
        left: -50%;
        opacity: 0;
    }
}

@-o-keyframes toLeftAnim4 {
    0% {
        left: 60%;
        opacity: 1;
    }

    70% {
        left: 30%;
        opacity: 0;
    }

    100% {
        left: -50%;
        opacity: 0;
    }
}

@-ms-keyframes toLeftAnim1 {
    0% {
        left: 10%;
        opacity: 1;
    }

    30% {
        left: 15%;
        opacity: 1;
    }

    100% {
        left: -50%;
        opacity: 0;
    }
}

@-ms-keyframes toLeftAnim2 {
    0% {
        left: 10%;
        opacity: 1;
    }

    30% {
        left: 15%;
        opacity: 1;
    }

    100% {
        left: -50%;
        opacity: 0;
    }
}

@-ms-keyframes toLeftAnim3 {
    0% {
        left: 10%;
        opacity: 1;
    }

    100% {
        left: -50%;
        opacity: 0;
    }
}

@-ms-keyframes toLeftAnim4 {
    0% {
        left: 60%;
        opacity: 1;
    }

    70% {
        left: 30%;
        opacity: 0;
    }

    100% {
        left: -50%;
        opacity: 0;
    }
}

@keyframes toLeftAnim1 {
    0% {
        left: 10%;
        opacity: 1;
    }

    30% {
        left: 15%;
        opacity: 1;
    }

    100% {
        left: -50%;
        opacity: 0;
    }
}

@keyframes toLeftAnim2 {
    0% {
        left: 10%;
        opacity: 1;
    }

    30% {
        left: 15%;
        opacity: 1;
    }

    100% {
        left: -50%;
        opacity: 0;
    }
}

@keyframes toLeftAnim3 {
    0% {
        left: 10%;
        opacity: 1;
    }

    100% {
        left: -50%;
        opacity: 0;
    }
}

@keyframes toLeftAnim4 {
    0% {
        left: 60%;
        opacity: 1;
    }

    70% {
        left: 30%;
        opacity: 0;
    }

    100% {
        left: -50%;
        opacity: 0;
    }
}
/* CSS reset */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

html, body {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

address, caption, cite, code, dfn, th, var {
    font-style: normal;
    font-weight: normal;
}

ol, ul {
    list-style: none;
}

caption, th {
    text-align: left;
}

q:before, q:after {
    content: '';
}

abbr, acronym {
    border: 0;
}

section, header {
    display: block;
}

/* General Demo Style */
/* Header Style */
.codrops-top {
    line-height: 24px;
    font-size: 11px;
    background: rgba(255, 255, 255, 0.6);
    text-transform: uppercase;
    z-index: 9999;
    position: relative;
    box-shadow: 1px 0px 2px rgba(0, 0, 0, 0.2);
}

    .codrops-top a {
        padding: 0px 10px;
        letter-spacing: 1px;
        color: #333;
        text-shadow: 0px 1px 1px #fff;
        display: block;
        float: left;
    }

        .codrops-top a:hover {
            background: #fff;
        }

    .codrops-top span.right {
        float: right;
    }

        .codrops-top span.right a {
            float: left;
            display: block;
        }

p.codrops-demos {
    text-align: center;
    display: block;
    padding: 14px;
}

    p.codrops-demos a,
    p.codrops-demos a.current-demo,
    p.codrops-demos a.current-demo:hover {
        display: inline-block;
        border: 1px solid #b19099;
        padding: 4px 10px 3px;
        font-size: 13px;
        line-height: 18px;
        margin: 0px 3px;
        font-weight: 800;
        -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
        color: #fff;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        background: #b19099;
        background: -moz-linear-gradient(top, #b19099 0%, #936975 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b19099), color-stop(100%, #936975));
        background: -webkit-linear-gradient(top, #b19099 0%, #936975 100%);
        background: -o-linear-gradient(top, #b19099 0%, #936975 100%);
        background: -ms-linear-gradient(top, #b19099 0%, #936975 100%);
        background: linear-gradient(top, #b19099 0%, #936975 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b19099', endColorstr='#936975',GradientType=0 );
    }

        p.codrops-demos a:hover {
            background: #b19099;
        }

        p.codrops-demos a:active {
            -webkit-box-shadow: 0px 1px 1px rgba(255, 255, 255, 0.4);
            -moz-box-shadow: 0px 1px 1px rgba(255, 255, 255, 0.4);
            box-shadow: 0px 1px 1px rgba(255, 255, 255, 0.4);
        }

        p.codrops-demos a.current-demo,
        p.codrops-demos a.current-demo:hover {
            color: #443132;
            text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.3);
        }

#testSlide3 {
    display: inline-block;
    border: 1px solid #b19099;
    padding: 4px 10px 3px;
    margin: 0px 3px;
    color: #fff;
    background: #111;
}

/*============================== and  Slider ==========================================*/
/* Media Queries */
@media (max-width: 991px) {
    .gallery-section .media-catalog .col-md-4 {
        width: 80%;
        margin-bottom: 25px;
    }

        .gallery-section .media-catalog .col-md-4 p {
            font-size: 20px;
            margin-left: 12%;
        }

        .gallery-section .media-catalog .col-md-4 img {
            width: 60%;
            margin-left: 27%;
        }

    .gallery-section .show-more-video {
        margin-top: 20px;
        margin-left: 42%;
    }

    .gallery-section .show-more-catalog {
        margin-left: 42%;
        margin-bottom: 30px;
    }

    .gallery-section .show-more-photo {
        margin-top: 30px;
        margin-left: 42%;
    }
}

@media screen and (max-width: 767px) {
    .container > header {
        text-align: center;
    }

    p.codrops-demos {
        position: relative;
        top: auto;
        left: auto;
    }

    .gallery-section .show-more-video {
        margin-top: 20px;
        margin-left: 37%;
    }

    .gallery-section .show-more-catalog {
        margin-left: 37%;
        margin-bottom: 30px;
    }

    .gallery-section .show-more-photo {
        margin-top: 30px;
        margin-left: 37%;
    }

    .gallery-section .media-catalog .col-md-4 {
        width: 80%;
        margin-bottom: 25px;
    }

        .gallery-section .media-catalog .col-md-4 p {
            font-size: 12px;
            margin-left: 18%;
        }

        .gallery-section .media-catalog .col-md-4 img {
            width: 60%;
            margin-left: 23%;
        }
}

@media (max-width: 500px) {
    .bg-start .circle-icon .c {
        width: 33%;
        display: block;
        float: left;
    }

        .bg-start .circle-icon .c img {
            width: 80px;
            display: block;
        }

    .bg-start .c .circle-start {
        margin-left: -46px !important;
    }

    .bg-start .circle-icon .c .circle-start {
        width: 90px;
        height: 90px;
    }

    .bg-start .circle-icon .c:hover .circle-start, .circle-click .circle-start {
        width: 146px !important;
        height: 146px !important;
        top: -130% !important;
    }

    .bg-start .c:hover .circle-start {
        margin-left: -72px !important;
    }

    .bg-start .circle-icon .c:hover .circle-start p, .circle-click p {
        padding: 33px 0px !important;
        font-size: 10px !important;
    }

    .bg-start .circle-icon .c .circle-start p {
        font-size: 6px;
        padding: 15px 10px;
    }


    .catalog-section .btn-for-mob {
        display: block;
    }

    .catalog-section .products p {
        display: none;
    }

    .btn-for-desk {
        display: none;
    }

    .gallery-section .show-more-video {
        margin-top: 20px;
        margin-left: 37%;
    }

    .gallery-section .show-more-catalog {
        margin-left: 37%;
        margin-bottom: 30px;
    }

    .gallery-section .show-more-photo {
        margin-top: 30px;
        margin-left: 37%;
    }

    .gallery-section .media-catalog .col-md-4 p {
        font-size: 12px;
        margin-left: 18%;
    }

    .gallery-section .media-catalog .col-md-4 img {
        margin-left: 23%;
    }
}

#galleryTitle {
    cursor: pointer;
}

.catalog-block + .catalog-block {
    display: none;
}

.amcharts-chart-div + div {
    width: 100%;
}

/*# sourceMappingURL=style.css.map */
