﻿.se-slope:nth-child(odd) {
        -webkit-transform: rotate(5deg);
        -moz-transform: rotate(5deg);
        -o-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        transform: rotate(5deg);
        margin-top: -250px;
        padding-top: 100px;
        box-shadow: 0px -1px 3px rgba(0,0,0,0.4);
    }

    .se-slope:nth-child(even) {
        -webkit-transform: rotate(-5deg);
        -moz-transform: rotate(-5deg);
        -o-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        transform: rotate(-5deg);
        box-shadow: 0px 2px 3px rgba(0,0,0,0.4) inset;
    }

        .se-slope:nth-child(even) .se-content {
            -webkit-transform: rotate(5deg);
            -moz-transform: rotate(5deg);
            -o-transform: rotate(5deg);
            -ms-transform: rotate(5deg);
            transform: rotate(5deg);
            padding: 100px 10px 220px 10px;
        }

    .se-slope {
        margin: 0 -50px;
        -webkit-transform-origin: left center;
        -moz-transform-origin: left center;
        -o-transform-origin: left center;
        -ms-transform-origin: left center;
        transform-origin: left center;
        margin-left: -100px;
        margin-right: -100px;
        padding-left: 100px;
        padding-right: 100px;
    }

        .se-slope:nth-child(odd) .se-content {
            -webkit-transform: rotate(-5deg);
            -moz-transform: rotate(-5deg);
            -o-transform: rotate(-5deg);
            -ms-transform: rotate(-5deg);
            transform: rotate(-5deg);
            padding: 100px 0px 220px 10px;
        }

    .se-content {
        position: relative;
    }


    .gradient-solution {
        background: -moz-radial-gradient(center, ellipse cover, #ffffff 0%, #9d9eaa 100%); /* ff3.6+ */
        background: -webkit-gradient(radial, center center, 0, center center, 100%, color-stop(0%, #ffffff), color-stop(100%, #9d9eaa)); /* safari4+,chrome */
        background: -webkit-radial-gradient(center, ellipse cover, #ffffff 0%, #9d9eaa 100%); /* safari5.1+,chrome10+ */
        background: -o-radial-gradient(center, ellipse cover, #ffffff 0%, #9d9eaa 100%); /* opera 11.10+ */
        background: -ms-radial-gradient(center, ellipse cover, #ffffff 0%, #9d9eaa 100%); /* ie10+ */
        background: radial-gradient(ellipse at center, #ffffff 0%, #9d9eaa 100%); /* w3c */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#9d9eaa',GradientType=1 ); /* ie6-9 */
    }

    .elevator-back {
        background-image: url('/Content/Images/Panaroma-Back.jpg');
        background-size: contain;
    }

    .elevator-round-img {
        width: 90px !important;
        border: solid 5px #363d63;
    }

    .media-body p {
        font-size: medium;
        color: #97999f;
    }

    ul.list-unstyled li {
        margin-top: 30px;
    }


    .escalator-section {
        max-width: 300px;
        width: 100%;
    }

    .escalator-section-gradient {
        background: -moz-linear-gradient(135deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 30%, rgba(163,165,176,1) 100%); /* ff3.6+ */
        background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(163,165,176,1)), color-stop(70%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,1))); /* safari4+,chrome */
        background: -webkit-linear-gradient(135deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 30%, rgba(163,165,176,1) 100%); /* safari5.1+,chrome10+ */
        background: -o-linear-gradient(135deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 30%, rgba(163,165,176,1) 100%); /* opera 11.10+ */
        background: -ms-linear-gradient(135deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 30%, rgba(163,165,176,1) 100%); /* ie10+ */
        background: linear-gradient(315deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 30%, rgba(163,165,176,1) 100%); /* w3c */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a3a5b0', endColorstr='#ffffff',GradientType=1 ); /* ie6-9 */
    }

    .movie-back {
        background-size: contain;
        background-image: url('/Content/Images/width-Factory.jpg');
        background-position: top;
    }

    .movie-play {
        border: 4px solid white;
        max-width: 600px;
        width: 100%;
        margin: -4px -4px -6px;
    }

    .video-frame {
        padding: 0;
        border: 30px solid #042229;
        display: inline-block;
        margin-bottom: 10px;
        border-radius: 10px;
    }

    .technology-text {
        width: 100%;
        max-width: 200px;
    }

    .fooer {
        background-image: url('/Content/Images/footer.jpg');
        height: 300px;
    }
