/* #Site Styles
================================================== */

html{
background: #201f5e; /* Old browsers */
background: -moz-linear-gradient(top, #201f5e 0%, #144273 69%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#201f5e), color-stop(69%,#144273)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #201f5e 0%,#144273 69%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #201f5e 0%,#144273 69%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #201f5e 0%,#144273 69%); /* IE10+ */
background: linear-gradient(to bottom, #201f5e 0%,#144273 69%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#201f5e', endColorstr='#144273',GradientType=0 ); /* IE6-9 */
}

body {
    overflow-x: hidden;
    color: #fff;
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    font-size: 78%;    
    background-image: url("../img/background.jpg");
    background-position: center top;
    background-repeat: repeat-x;
}

*.unselectable {
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

a,
a:focus {
    outline: none;
}

.top-header {
margin-top: -6px;
    height: 94px;
}

.main-container {
    min-height: 5353px;
}

.nav-bar{
max-width: 1024px;
}

.nav-bar-section {
    z-index: 99;
    position: relative;
    height: 94px;
    background: url("../img/top-bar-bg.png") 0 0 repeat-x;
}

    .nav-bar-section.fixed {
        position: fixed;
        top: -6px;
        left: 0;
        width: 100%;
    }

.nav-bar ul {
    margin: 0;
    padding: 0;
}

.nav-bar li {
    position: relative;
    display: block;
    font-size: 24px;
    text-shadow: 0 1px 1px #000;
    font-family: Anton, sans-serif;
    text-transform: uppercase;
}

.nav-bar .logo img {
    position: absolute;
    top: -48px;
    left: 50%;
    height: 197px;
    width: 197px;
    margin-left: -99px;
}

.nav-bar li a {
    display: block;
    width: 136px;
    padding-bottom: 12px;
    text-align: center;
    line-height: 94px;
    color: #ffffff;
    text-decoration: none;
}

    .nav-bar li a:hover,
    .nav-bar li.active a {
        color: #a32727;
        text-shadow: none;
        background: url("../img/top-bar-hover-bg.png") 0 0 no-repeat;
    }

.nav-bar li:after {
    content: "";
    position: absolute;
    top: 45%;
    margin-top: -2px;
    width: 6px;
    height: 7px;
    background: url("../img/top-bar-divider.png") 0 0 no-repeat;
}

.nav-bar li:after {
    right: -14px;
}

.nav-bar li.last:after {
    display: none;
}

.nav-bar li {
    float: left;
    margin-right: 20px;
}

.nav-bar .right {
    float: right;
}

    .nav-bar .right li {
        float: left;
    }

        .nav-bar .right li.last {
            margin-right: 0;
        }

.top-text {
    padding-top: 130px;
    text-shadow: -5px 5px 5px rgba(0, 0, 0, 0.23);
    color: #fff;
    text-align: center;
    line-height: 0.94;
    text-transform: uppercase;
}

    .top-text .slideElement {
        position: relative;
    }

    .top-text .first-line {
        font-size: 88px;
    }

    .top-text .star {
        display: inline-block;
        width: 36px;
        height: 37px;
        margin: -17px 40px 0;
        vertical-align: middle;
        background: url("../img/header-slogan-star.png") 0 0 no-repeat;
    }

    .top-text .second-line {
        font-size: 182px;
    }

    .top-text .third-line {
        font-size: 127px;
    }

    .top-text .mid-line {
        margin-top: 100px;
        font-size: 30px;
        margin-bottom: 10px;
    }

    .top-text .fourth-line {
        font-size: 60px;
        font-family: Anton, sans-serif;
        color: #7596f7;
        font-weight: normal;
        text-transform: none;
    }

        .top-text .fourth-line img {
            margin-right: 10px;
            margin-bottom: -5px;
            margin-left: -31px;
            width: 39px;
        }
  .top-text .bottom-line {
margin-top: 15px;
font-size: 14px;
line-height: 20px;
    }

.section-header {
    height: 78px;
    text-transform: uppercase;
    font-size: 32px;
    font-weight: normal;
    font-family: Anton, sans-serif;
    color: #616161;
    background: url("../img/section-header-bg.png") center 0 no-repeat;
    text-align: center;
    line-height: 50px;
}

.features-section .section-header {
    color: #333333;
}

.features-section {
    margin: 410px auto 0;
    text-align: center;
    line-height: 1.66;
}

.introduce-text {
    line-height: 1.68;
    font-size: 24px; 
    width: 80vw;    
    margin: 40px auto 0;
}

    .introduce-text .header {
        margin-top: 40px;
        font-size: 20px;
        text-transform: uppercase;
    }

.features-list {
    margin-top: 40px;
    display: flex;
    justify-content: center;
    width: 100vw;    
}

    .features-list .feature-item {
        line-height: 1.6;
        padding: 20px 20px 6px;
        background: #2C4A84;
        background: rgba(0, 0, 0, 0.2);
        -webkit-border-radius: 108px 108px 0 0;
        -moz-border-radius: 108px 108px 0 0;
        border-radius: 108px 108px 0 0;
    }

    .features-list .feature-icon {
        position: relative;
        margin: -4px -20px 0;
    }

        .features-list .feature-icon .feature-icon-img-hover {
            position: absolute;
            top: 0;
            left: 50%;
            margin-left: -99px;
            filter: alpha(opacity=0);
            opacity: 0;
        }

    .features-list .feature-item .feature-icon img {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: all .2s ease;
        -moz-transition: all .2s ease;
        -o-transition: all .2s ease;
        transition: all .2s ease;
    }

    .features-list .feature-item:hover .feature-icon img {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .features-list .feature-item:hover .feature-icon .feature-icon-img-hover {
        filter: none;
        opacity: 1;
    }


    .features-list .feature-header,
    .features-list .feature-subheader,
    .features-list .read-more {
        font-family: Anton, sans-serif;
        text-transform: uppercase;
    }

    .features-list .feature-header {
        margin: 18px 0 -2px;
        font-size: 52px;
        font-weight: normal;
        border-top: 2px solid #7596f7;
        line-height: 1;
    }

    .features-list .feature-subheader {
        display: table;
        width: 100%;
        color: #7596f7;
        font-size: 18px;
    }

        .features-list .feature-subheader > span {
            display: table-cell;
        }

            .features-list .feature-subheader > span.line {
                background: url("../img/feature-subheader-line.png") 0 50% repeat-x;
            }

        .features-list .feature-subheader .subheader-text {
            width: 1px;
            padding: 0 5px;
            white-space: nowrap;
        }

    .features-list .feature-text {
        min-height: 0px;
        margin-top: 20px;
        font-size: 13px;
    }

    .features-list .read-more {
        display: block;
        margin-top: 27px;
        margin-left: -30px;
        font-size: 18px;
        text-decoration: none;
        color: #4a68be;
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1);
        background: url("../img/ribbon-read-more.png") center 0 no-repeat;
        height: 40px;
        width: 239px;
        text-align: center;
        line-height: 26px;
    }

        .features-list .read-more:hover {
            color: #a32727;
        }

.recent-section {
    margin-top: 220px;
}

.project-list {
    margin: 0 0 0 -23px;
    padding: 0;
    text-align: center;
}

    .project-list li {
        display: inline-block;
        width: 300px;
        height: 236px;
        margin-left: 23px;
        margin-bottom: 23px;        
    }

        .project-list li > div {
            padding-top: 11px;
            padding-left: 23px;
            width: 312px;
            height: 245px;
            margin-left: -23px;
            margin-top: -11px;
            background: url("../img/recent-img-bg.png") 0 0 no-repeat;
        }

    .project-list .image-container {
        position: relative;
        background-position: top center;
        background-repeat: no-repeat;
        width: 289px;
        height: 224px;
        overflow: hidden;
    }

        .project-list .image-container .hover-bg {
            display: none;
        }

        .project-list .image-container:hover .hover-bg {
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: #000;
            filter: alpha(opacity=50);
            opacity: 0.5;
        }

        .project-list .image-container .hover-links {
            position: absolute;
            left: 0;
            right: 1px;
            top: 82px;
            text-align: center;
        }

        .project-list .image-container .hover-links {
            filter: alpha(opacity=0);
            opacity: 0;
        }

        .project-list .image-container:hover .hover-links {
            filter: alpha(opacity=100);
            opacity: 1;
            -webkit-transition: all 0.4s ease;
            -moz-transition: all 0.4s ease;
            transition: all 0.4s ease;
        }

        .project-list .image-container .hover-links a {
            display: inline-block;
            vertical-align: top;
            width: 56px;
            height: 51px;
            padding-top: 6px;
            line-height: 57px;
            margin: 0 5px;
            background-color: #ffffff;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
            box-shadow: 0 0 5px 1px rgba(0, 0, 0, .85);
            *display: inline;
            *zoom: 1;
        }

            .project-list .image-container .hover-links a > i {
                display: inline-block;
                width: 34px;
                height: 21px;
                -moz-transition: background-position 0.5s ease;
                -webkit-transition: background-position 0.5s ease;
                -o-transition: background-position 0.5s ease;
                transition: background-position 0.5s ease;
            }

        .project-list .image-container .hover-links .view > i {
            height: 20px;
            background: url("../img/hover-icon-view.png") 0 0 no-repeat;
        }

        .project-list .image-container .hover-links .view:hover > i {
            background-position: 0 100%;
        }

        .project-list .image-container .hover-links .link > i {
            background: url("../img/hover-icon-link.png") 0 0 no-repeat;
        }

        .project-list .image-container .hover-links .link:hover > i {
            background-position: 0 100%;
        }

        .project-list .image-container .hover-links .video > i {
            background: url("../img/hover-icon-video.png") 0 0 no-repeat;
        }

        .project-list .image-container .hover-links .video:hover > i {
            background-position: 0 100%;
        }

/*round portfolio*/

.rounded .project-list li {
    float: left;
    width: 222px;
    height: 222px;
    margin-left: 16px;
    margin-bottom: 16px;
    display: block;
}

    .rounded .project-list li > div {
        padding-top: 0;
        padding-left: 0;
        width: 214px;
        height: 214px;
        margin-left: auto;
        margin-top: auto;
        background: none;
    }

.rounded .project-list .image-container {
    position: relative;
    width: 214px;
    height: 214px;
}

    .rounded .project-list .image-container img {
        width: 214px;
        height: 214px;
        border: 3px solid #ffffff;
        box-shadow: 6px 0 14px rgba(0, 0, 0, 0.24);
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
    }

    .rounded .project-list .image-container .hover-bg {
        display: none;
    }

    .rounded .project-list .image-container:hover .hover-bg {
        display: block;
        position: absolute;
        top: 3px;
        left: 3px;
        width: 100%;
        height: 100%;
        background-color: #000;
        filter: alpha(opacity=50);
        opacity: 0.5;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
    }

    .rounded .project-list .image-container .hover-links {
        top: 92px;
    }

        .rounded .project-list .image-container .hover-links a {
            width: 38px;
            height: 35px;
            padding-top: 3px;
            line-height: 38px;
        }

            .rounded .project-list .image-container .hover-links a > i {
                width: 23px;
                height: 14px;
            }

        .rounded .project-list .image-container .hover-links .view > i {
            height: 14px;
            background: url("../img/hover-icon-view-mid.png") 0 0 no-repeat;
        }

        .rounded .project-list .image-container .hover-links .link > i {
            background: url("../img/hover-icon-link-mid.png") 0 0 no-repeat;
        }

        .rounded .project-list .image-container .hover-links .video > i {
            background: url("../img/hover-icon-video-mid.png") 0 0 no-repeat;
        }

        .rounded .project-list .image-container .hover-links .view:hover > i {
            background-position: 0 100%;
        }

        .rounded .project-list .image-container .hover-links .link:hover > i {
            background-position: 0 100%;
        }

        .rounded .project-list .image-container .hover-links .video:hover > i {
            background-position: 0 100%;
        }

/*end of round portfolio*/

/*triangled portfolio*/

.triangled .project-list li {
    width: 243px;
    height: 224px;
    margin-left: 2px;
    margin-bottom: 0;
}

    .triangled .project-list li > div {
        padding-top: 0;
        padding-left: 0;
        width: auto;
        height: auto;
        margin-left: 0;
        margin-top: 0;
        background: none;
    }

.triangled .project-list .image-container {
    width: 250px;
    height: 230px;
}

    .triangled .project-list .image-container:hover .hover-bg {
        top: 15px;
        left: 20px;
        width: 215px;
        height: 191px;
        background: url("../img/portfolio-triangle-hover.png") 0 0 no-repeat;
        filter: none;
        opacity: 1;
    }

    .triangled .project-list .image-container .hover-links {
        top: auto;
        right: 0;
        bottom: 44px;
    }

        .triangled .project-list .image-container .hover-links a {
            width: 30px;
            height: 28px;
            padding-top: 2px;
            line-height: 30px;
        }

            .triangled .project-list .image-container .hover-links a > i {
                width: 18px;
                height: 11px;
            }

        .triangled .project-list .image-container .hover-links .view > i {
            height: 11px;
            background: url("../img/hover-icon-view-small.png") 0 0 no-repeat;
        }

        .triangled .project-list .image-container .hover-links .link > i {
            background: url("../img/hover-icon-link-small.png") 0 0 no-repeat;
        }

        .triangled .project-list .image-container .hover-links .video > i {
            background: url("../img/hover-icon-video-small.png") 0 0 no-repeat;
        }

        .triangled .project-list .image-container .hover-links .view:hover > i {
            background-position: 0 100%;
        }

        .triangled .project-list .image-container .hover-links .link:hover > i {
            background-position: 0 100%;
        }

        .triangled .project-list .image-container .hover-links .video:hover > i {
            background-position: 0 100%;
        }

/*end of triangled portfolio*/

/*hex portfolio*/

.hex .project-list {
    margin: 0;
}

    .hex .project-list li {
        width: 236px;
        height: 206px;
        margin-left: 2px;
        margin-bottom: 0;
    }

    .hex .project-list .offset {
        margin-left: 122px;
    }

    .hex .project-list li > div {
        padding-top: 0;
        padding-left: 0;
        width: auto;
        height: auto;
        margin-left: 0;
        margin-top: 0;
        background: none;
    }

    .hex .project-list .image-container {
        width: 242px;
        height: 290px;
    }

        .hex .project-list .image-container:hover .hover-bg {
            top: 20px;
            left: 2px;
            width: 215px;
            height: 249px;
            background: url("../img/portfolio-hex-hover.png") 0 0 no-repeat;
            filter: none;
            opacity: 1;
        }

        .hex .project-list .image-container .hover-links {
            top: 120px;
            width: 220px;
        }

            .hex .project-list .image-container .hover-links a {
                width: 38px;
                height: 35px;
                padding-top: 3px;
                line-height: 38px;
            }

                .hex .project-list .image-container .hover-links a > i {
                    width: 24px;
                    height: 14px;
                }

            .hex .project-list .image-container .hover-links .view > i {
                height: 14px;
                background: url("../img/hover-icon-view-mid.png") 0 0 no-repeat;
            }

            .hex .project-list .image-container .hover-links .link > i {
                background: url("../img/hover-icon-link-mid.png") 0 0 no-repeat;
            }

            .hex .project-list .image-container .hover-links .video > i {
                background: url("../img/hover-icon-video-mid.png") 0 0 no-repeat;
            }

            .hex .project-list .image-container .hover-links .view:hover > i {
                background-position: 0 100%;
            }

            .hex .project-list .image-container .hover-links .link:hover > i {
                background-position: 0 100%;
            }

            .hex .project-list .image-container .hover-links .video:hover > i {
                background-position: 0 100%;
            }

/*end of hex portfolio*/

/*jagged-rounded portfolio*/

.jagged-rounded .project-list {
    margin: 0;
}

    .jagged-rounded .project-list li {
        width: 240px;
        height: 240px;
        margin-left: 0;
        margin-bottom: 0;
    }

        .jagged-rounded .project-list li > div {
            padding-top: 0;
            padding-left: 0;
            width: auto;
            height: auto;
            margin-left: 0;
            margin-top: 0;
            background: none;
        }

    .jagged-rounded .project-list .image-container {
        width: 240px;
        height: 258px;
    }

        .jagged-rounded .project-list .image-container:hover .hover-bg {
            top: 18px;
            left: -1px;
            width: 224px;
            height: 224px;
            background: url("../img/portfolio-round-jagged-hover.png") 0 0 no-repeat;
            filter: none;
            opacity: 1;
        }

        .jagged-rounded .project-list .image-container .hover-links {
            top: 112px;
            width: 220px;
        }

            .jagged-rounded .project-list .image-container .hover-links a {
                width: 38px;
                height: 35px;
                padding-top: 3px;
                line-height: 38px;
            }

                .jagged-rounded .project-list .image-container .hover-links a > i {
                    width: 24px;
                    height: 14px;
                }

            .jagged-rounded .project-list .image-container .hover-links .view > i {
                height: 14px;
                background: url("../img/hover-icon-view-mid.png") 0 0 no-repeat;
            }

            .jagged-rounded .project-list .image-container .hover-links .link > i {
                background: url("../img/hover-icon-link-mid.png") 0 0 no-repeat;
            }

            .jagged-rounded .project-list .image-container .hover-links .video > i {
                background: url("../img/hover-icon-video-mid.png") 0 0 no-repeat;
            }

            .jagged-rounded .project-list .image-container .hover-links .view:hover > i {
                background-position: 0 100%;
            }

            .jagged-rounded .project-list .image-container .hover-links .link:hover > i {
                background-position: 0 100%;
            }

            .jagged-rounded .project-list .image-container .hover-links .video:hover > i {
                background-position: 0 100%;
            }

/*end of jagged-rounded portfolio*/

.what-we-do-section {
    margin-top: 240px;
    min-height: 600px;
}

.what-we-do-list .what-we-do-item {
    position: relative;
    margin: 10px;
    width: 446px;
    padding: 5px 7px 16px;
    color: #666666;
    background-color: #ffffff;
    line-height: 1.66;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

#fancybox-content .what-we-do-item {
    color: #666666;
    line-height: 1.66;
}

.what-we-do-list .what-we-do-item .what-we-do-image {
    margin: 0 -2px 0;
}

.what-we-do-list .what-we-do-item:before, .what-we-do-list .what-we-do-item:after {
    content: "";
    position: absolute;
    z-index: -1;
    -ms-transform: skew(-3deg, -2deg);
    -webkit-transform: skew(-3deg, -2deg); /* Safari and Chrome */
    -o-transform: skew(-3deg, -2deg); /* Opera */
    -moz-transform: skew(-3deg, -2deg); /* Firefox */
    bottom: 13px;
    box-shadow: 0 15px 9px rgba(0, 0, 0, 0.3);
    height: 50px;
    left: 1px;
    max-width: 50%;
    width: 50%;
}

.what-we-do-list .what-we-do-item:after {
    -ms-transform: skew(3deg, 2deg); /* IE 9 */
    -webkit-transform: skew(3deg, 2deg); /* Safari and Chrome */
    -o-transform: skew(3deg, 2deg); /* Opera */
    -moz-transform: skew(3deg, 2deg); /* Firefox */
    left: auto;
    right: 1px;
}

.what-we-do-item .what-we-do-title {
    margin: 4px 0 11px;
    padding: 15px 0 17px;
    font-size: 20px;
    color: #333333;
    background: url("../img/what-we-do-header-divider.png") 0 100% repeat-x;
    text-transform: uppercase;
}

    .what-we-do-item .what-we-do-title a {
        color: #333333;
        text-decoration: none;
    }

        .what-we-do-item .what-we-do-title a:hover {
            text-decoration: underline;
        }

.what-we-do-item.with-photo .what-we-do-title {
    padding: 0;
    background: none;
}

.what-we-do-item.with-photo .what-we-do-text {
    margin: 11px 0 0;
}

.what-we-do-item .what-we-do-meta {
    margin: 10px 0 0;
}

    .what-we-do-item .what-we-do-meta .right {
        float: right;
    }

    .what-we-do-item .what-we-do-meta .comments-count,
    .what-we-do-item .what-we-do-meta .like-count {
        float: left;
    }

    .what-we-do-item .what-we-do-meta .date {
        padding-left: 23px;
        background: url("../img/icon-calendar.png") 0 1px no-repeat;
    }

    .what-we-do-item .what-we-do-meta .comments-count {
        padding-left: 21px;
        background: url("../img/icon-comments.png") 0 1px no-repeat;
    }

    .what-we-do-item .what-we-do-meta .like-count {
        margin-left: 7px;
        padding-left: 21px;
        background: url("../img/icon-like.png") 0 1px no-repeat;
    }

.show-more-container {
    margin-top: 35px;
    display: table;
    width: 100%;
}

    .show-more-container > span {
        display: table-cell;
    }

    .show-more-container .text {
        width: 1px;
        padding: 0 13px;
    }

        .show-more-container .text a {
            font-size: 18px;
            font-family: Anton, sans-serif;
            color: #ffffff;
            text-transform: uppercase;
            white-space: nowrap;
            text-decoration: none;
        }

            .show-more-container .text a:hover {
                color: #a32727;
            }

    .show-more-container > span.line {
        background: url("../img/divider-line.png") 0 50% repeat-x;
    }

.contacts-section {
    margin-top: 215px;
    padding-top: 20px;
    min-height: 712px;
}


.contacts-section  .centered
{
    margin: 0 auto;
    width: 65%;
}

    .contacts-section .subheader {
        margin-bottom: 20px;
        font-size: 24px;
        font-family: Anton, sans-serif;
        color: #ffffff;
        text-transform: uppercase;
        text-align: center;
    }

.text-field {
    height: 35px;
    margin-bottom: 15px;
    padding: 0 9px;
    color: #666666;
    box-shadow: inset -1px 1px 2px rgba(0, 0, 0, 0.57);
    border: none;
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

textarea.text-field {
    padding: 9px;
    height: auto;
    resize: vertical;
}

.text-field:focus {
    box-shadow: inset -1px 1px 2px rgba(0, 0, 0, 0.57), 0 0 1px 1px #a32727;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.contacts-section .text-field,
.contacts-section textarea.text-field {
    width: 100%;
}

.contacts-section textarea.text-field {
    height: 161px;
}

.contacts-section .button-container {
    margin-top: 30px;
    display: table;
    width: 100%;
}

    .contacts-section .button-container > span {
        display: table-cell;
    }

    .contacts-section .button-container .button {
        width: 1px;
        padding: 0 13px;
    }

        .contacts-section .button-container .button input {
            position: relative;
            background: none;
            border: none;
            font-family: Anton, sans-serif;
            text-transform: uppercase;
            color: #ffffff;
            font-size: 18px;
        }

            .contacts-section .button-container .button input:hover {
                color: #a32727;
            }

            .contacts-section .button-container .button input:active {
                top: 1px;
            }

    .contacts-section .button-container > span.line {
        background: url("../img/divider-line.png") 0 50% repeat-x;
    }

.contacts-section .contacts-map-wrapper {
    position: relative;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    margin-top: 70px;
}

.contacts-section .contacts-map {
    height: 310px;
}

.contacts-section .contacts-map-wrapper:before,
.contacts-section .contacts-map-wrapper:after {
    content: "";
    position: absolute;
    z-index: -1;
    -ms-transform: skew(-3deg, -2deg);
    -webkit-transform: skew(-3deg, -2deg); /* Safari and Chrome */
    -o-transform: skew(-3deg, -2deg); /* Opera */
    -moz-transform: skew(-3deg, -2deg); /* Firefox */
    bottom: 13px;
    box-shadow: 0 15px 9px rgba(0, 0, 0, 0.3);
    height: 50px;
    left: 1px;
    max-width: 50%;
    width: 50%;
}

.contacts-section .contacts-map-wrapper:after {
    -ms-transform: skew(3deg, 2deg); /* IE 9 */
    -webkit-transform: skew(3deg, 2deg); /* Safari and Chrome */
    -o-transform: skew(3deg, 2deg); /* Opera */
    -moz-transform: skew(3deg, 2deg); /* Firefox */
    left: auto;
    right: 1px;
}

.contacts-section .address {
    margin-top: 45px;
    text-align: center;
    font-size: 20px;
}

.social-section {
    margin-top: 128px;
}

.social-buttons {
    margin-top: 28px;
    text-align: center;
}

    .social-buttons:hover a {
        opacity: 0.6;
        -webkit-transition: 0.4s;
        -moz-transition: 0.4s;
        transition: 0.4s;
    }

    .social-buttons a {
        position: relative;
        display: inline-block;
        top: 0;
        width: 67px;
        height: 67px;
        margin: 0 4px;
        background: url("../img/social-buttons-sprite.png") 0 0 no-repeat;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        transition: 0.3s;
    }

        .social-buttons a:hover {
            top: -5px;
            opacity: 1;
            -webkit-transition: 0.3s;
            -moz-transition: 0.3s;
            transition: 0.3s;
        }

    .social-buttons .facebook {
        background-position: 0 0;
    }

    .social-buttons .twitter {
        background-position: -74px 0;
    }

    .social-buttons .google {
        background-position: -147px 0;
    }

    .social-buttons .rss {
        background-position: -220px 0;
    }

    .social-buttons .pinterest {
        background-position: -293px 0;
    }

.footer {
    background: url("../img/footer-bg.png") center 100% no-repeat;
    height: 161px;
    margin-top: -167px;
    padding-top: 192px;
    text-align: center;
}

    .footer a {
        color: #668eff;
        text-decoration: none;
    }

        .footer a:hover {
            text-decoration: underline;
        }

.placeholder {
    color: #aaa;
}

/* #Animation elements
================================================== */

.scrollblock {
     position: absolute;
    width: 1900px;
    left: 50%;
    margin-top: -20px;
    margin-left: -950px; 
}

.sky-plane {
    position: absolute;
    top: 1510px;
    right: -230px;
    width: 224px;
    height: 98px;
    background: url("../img/sky-plane.png") 0 0 no-repeat;
}

.sky-clouds-1 {
    position: absolute;
    top: 838px;
    left: 293px;
    width: 327px;
    height: 106px;
    background: url("../img/sky-clouds-1.png") 0 0 no-repeat;
}

.sky-clouds-2 {
    position: absolute;
    top: 970px;
    right: 46px;
    width: 677px;
    height: 171px;
    background: url("../img/sky-clouds-2.png") 0 0 no-repeat;
}

.sky-clouds-3 {
    position: absolute;
    top: 1632px;
    left: 129px;
    width: 605px;
    height: 135px;
    background: url("../img/sky-clouds-3.png") 0 0 no-repeat;
}

.sky-clouds-4 {
    position: absolute;
    top: 1950px;
    left: 60px;
    width: 253px;
    height: 81px;
    background: url("../img/sky-clouds-4.png") 0 0 no-repeat;
}

.sky-clouds-5 {
    position: absolute;
    top: 2220px;
    left: 149px;
    width: 346px;
    height: 253px;
    background: url("../img/sky-clouds-5.png") 0 0 no-repeat;
}

.sky-clouds-6 {
    position: absolute;
    top: 2380px;
    right: 192px;
    width: 215px;
    height: 104px;
    background: url("../img/sky-clouds-6.png") 0 0 no-repeat;
}

.sky-sun {
    position: absolute;
    top: 1800px;
    right: 80px;
    width: 876px;
    height: 871px;
    background: url("../img/sky-sun.png") 0 0 no-repeat;
}

.water-jellyfish {
    position: absolute;
    top: 8750px;
    right: 168px;
    width: 235px;
    height: 257px;
    background: url("../img/water-jellyfish.png") 0 0 no-repeat;
}

.water-fishes {
    position: absolute;
    top: 9014px;
    left: 33px;
    width: 481px;
    height: 679px;
    background: url("../img/water-fishes.png") 0 0 no-repeat;
}

.water-shark {
    position: absolute;
    top: 8096px;
    left: 50%;
    margin-left: -309px;
    width: 617px;
    height: 932px;
    background: url("../img/water-shark.png") 0 0 no-repeat;
}

/*waves*/

.wave-1 {
    position: absolute;
    top: 3088px;
    left: -200px;
    right: -200px;
    height: 32px;
    background: url("../img/waves/wave1.png") 0 0 repeat-x;
}

.wave-2 {
    position: absolute;
    top: 3106px;
    left: -200px;
    right: -200px;
    height: 39px;
    background: url("../img/waves/wave2.png") 0 0 repeat-x;
}

.wave-3 {
    position: absolute;
    top: 3129px;
    left: -200px;
    right: -200px;
    height: 62px;
    background: url("../img/waves/wave3.png") 0 0 repeat-x;
}

.wave-4 {
    position: absolute;
    top: 3169px;
    left: -200px;
    right: -200px;
    height: 67px;
    background: url("../img/waves/wave4.png") 0 0 repeat-x;
}

.wave-5 {
    position: absolute;
    top: 3211px;
    left: -200px;
    right: -200px;
    height: 82px;
    background: url("../img/waves/wave5.png") 0 0 repeat-x;
}

.wave-6 {
    position: absolute;
    top: 3260px;
    left: -200px;
    right: -200px;
    height: 83px;
    background: url("../img/waves/wave6.png") 0 0 repeat-x;
}

.wave-7 {
    position: absolute;
    top: 3312px;
    left: -200px;
    right: -200px;
    height: 105px;
    background: url("../img/waves/wave7.png") 0 0 repeat-x;
}

.wave-8 {
    position: absolute;
    top: 3372px;
    left: -200px;
    right: -200px;
    height: 92px;
    background: url("../img/waves/wave8.png") 0 0 repeat-x;
}

.wave-9 {
    position: absolute;
    top: 3431px;
    left: -200px;
    right: -200px;
    height: 105px;
    background: url("../img/waves/wave9.png") 0 0 repeat-x;
}

.wave-10 {
    position: absolute;
    top: 3500px;
    left: -200px;
    right: -200px;
    height: 190px;
    background: url("../img/waves/wave-last.png") 0 0 repeat-x;
}

.ship {
    position: absolute;
    top: 3125px;
    right: 100px;
    width: 317px;
    height: 330px;
    background: url("../img/ship.png") 0 0 no-repeat;
}

/* #Media Queries
================================================== */

/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {
    .top-text .first-line {
        font-size: 65px;
    }

    .top-text .second-line {
        font-size: 122px;
    }

    .top-text .third-line {
        font-size: 84px;
    }

    .top-text .mid-line {
        font-size: 20px;
    }

    .top-text .fourth-line {
        font-size: 40px;
    }

    .features-list .feature-icon {
        margin: -16px -20px 0;
    }

        .features-list .feature-icon img {
            max-width: 100%;
        }

    .features-list .feature-header {
        font-size: 46px;
    }

    .features-list .feature-subheader {
        font-size: 16px;
    }

    .features-list .read-more {
        margin-left: 0;
        color: #fff;
        text-shadow: none;
        background: none;
        width: 100%;
    }

    .features-list .feature-text {
        min-height: 160px;
    }

    .project-list {
        padding-left: 80px;
    }

    .triangled .project-list {
        margin-left: 44px;
    }

    .jagged-rounded .project-list {
        margin-left: 60px;
    }

    .hex .project-list {
        margin-left: 68px;
    }

        .hex .project-list li {
            height: 266px;
        }

        .hex .project-list .offset {
            margin-left: 2px;
        }

    .rounded .project-list {
        margin-left: 68px;
    }

    .what-we-do-list .what-we-do-item {
        width: 344px;
    }

        .what-we-do-list .what-we-do-item img {
            max-width: 100%;
        }
}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
  
.contacts-section {
      padding: 20px;
  }

  .contacts-section .contact-item {
      margin-bottom: 15px;
  }

  .contacts-section .contact-item h4 {
      font-size: 20px;
      color: #333;
  }

  .contacts-section .contact-item p {
      font-size: 16px;
      color: #666;
  }
    .contacts-section {
      margin-top: 0;
    }
  
    .features-list {
      display: block;
    }
    
    .nav-bar .logo img {
        top: 7px;
        height: 76px;
        width: 76px;
        margin-left: -43px;
    }

    .nav-bar li a:hover,
    .nav-bar li.active a {
        background: none;
    }

    .nav-bar li {
        font-size: 18px;
    }

        .nav-bar li a {
            width: auto;
        }

    .top-text .first-line {
        font-size: 51px;
    }

    .top-text .second-line {
        font-size: 71px;
    }

    .top-text .third-line {
        font-size: 51px;
    }

    .top-text .mid-line {
        font-size: 12px;
    }

    .top-text .fourth-line {
        font-size: 25px;
    }

    .top-text .star {
        display: none;
    }

    .features-list .feature-text {
        min-height: 0;
    }

    .features-list .feature-item {
        margin-bottom: 15px;
    }

    .features-list .feature-item {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }

    .top-text {
        padding-top: 98px;
    }

    .features-section {
        margin-top: 115px;
    }

    .contacts-section .subheader {
        background-color: #124172;
    }

    .contacts-section .address {
        padding-left: 0;
        margin-top: 65px;
    }

    .contacts-section .button-container {
        margin-top: 15px;
        margin-bottom: 26px;
    }

    .what-we-do-list .what-we-do-item {
        width: 392px;
    }

    .triangled .project-list {
        margin-left: 0;
    }

    .jagged-rounded .project-list {
        margin-left: 12px;
    }

    .hex .project-list {
        margin-left: 18px;
    }

    .rounded .project-list {
        margin-left: 0;
    }

    .project-list .image-container {
        background-position: center;
        background-size: cover;
    }

    .project-list li {
        width: 150px;
        height: 115px;
        margin-left: 18px;
        margin-bottom: 23px;
    }
    .project-list li > div {
        padding-top: 11px;
        padding-left: 23px;
        width: 150px;
        height: 117px;
        margin-left: -17px;
        margin-top: -11px;
    }
    .project-list .image-container {
        width: 145px;
        height: 112px;
    }
   
    .recent-section {
        margin-top: 522px;
    }

    .introduce-text {
      font-size: 17px;
    }
    .contacts-section .centered {
      width: 100%;
    }
    .contacts-section .contacts-map-wrapper {
        margin-top: 0;
        margin-left: -30px;
        margin-right: -30px;
    }

    .scrollblock {
        display: none;
    }
    .container {
        width: 330px;
    }
    .column, .columns {
      float:none;
    }
    .features-list {
      width: auto;
    }
  }

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
    .nav-bar .logo {
        /*display: none;*/
    }

    .top-header {
        margin-top: 0;
    }

    .nav-bar .logo img {
        top: 41px;
        height: 60px;
        width: 60px;
        margin-left: -35px;
        z-index: 1;
    }

    .top-text .first-line {
        font-size: 46px;
    }

    .top-text .second-line {
        font-size: 64px;
    }

    .top-text .third-line {
        font-size: 46px;
    }

    .top-text .mid-line {
        font-size: 20px;
    }

    .top-text .fourth-line {
        font-size: 40px;
    }

    .section-header,
    .features-section .section-header {
        color: #fff;
        background: none;
    }

    .nav-bar li {
        font-size: 15px;
    }

        .nav-bar li a {
            line-height: 64px;
        }

        .nav-bar li:after {
            margin-top: -4px;
        }

    .what-we-do-list .what-we-do-item {
        width: 260px;
    }

    .project-list {
        padding-left: 0px;
    }
}

/* speacial classes*/

.clearfix {
    *zoom: 1;
}

    .clearfix:before,
    .clearfix:after {
        display: table;
        line-height: 0;
        content: "";
    }

    .clearfix:after {
        clear: both;
    }

/* ================================================== */

