﻿body {
    padding: 0;
    margin: 0;
    font-family: 'PT Sans', sans-serif;
    color: #231f20;
}

img {
    vertical-align: top;
}

ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

.menuContainer {
    position: fixed;
    background-color: #10c9ff;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    color: #fff;
    z-index: 1001;
    background-image: url(/images/home/menuBg.jpg);
    background-position: bottom;
    background-repeat: repeat-x;
    text-align: center;
    text-transform: uppercase;
    font-size: 28px;
    line-height: 28px;
    opacity: 0.96;
    font-weight: normal;
    display: none;
}

    .menuContainer ul {
        width: 500px;
        margin: auto;
        position: absolute;
        left: 50%;
        margin-left: -250px;
        top: 50%;
        margin-top: -280px;
    }

        .menuContainer ul li {
            margin: 0 0 20px 0;
        }

            .menuContainer ul li a {
                border: 4px solid #fff;
                height: 70px;
                box-sizing: border-box;
                padding: 16px 0 0 0;
                display: block;
                text-decoration: none;
                color: #fff;
            }

                .menuContainer ul li a:hover {
                    background-color: #fff;
                    cursor: pointer;
                    color: #10c9ff;
                }

            .menuContainer ul li.close {
                border: 0;
                font-size: 16px;
                height: auto;
                letter-spacing: 1px;
                font-weight: 700;
            }

                .menuContainer ul li.close:hover {
                    background-color: transparent;
                    color: #10c9ff;
                    cursor: pointer;
                }

.featureContainer, .about, .service, .about, .testimonialContainer, .facebookFeed, .clients {
    width: 90%;
    margin: 0 auto;
    max-width: 1550px;
    position: relative;
}

    .featureContainer .menu {
        width: 60px;
        position: absolute;
        bottom: 0;
        box-sizing: border-box;
        top: 0;
        padding: 30px 0;
    }

        .featureContainer .menu .menuBtn {
            width: 30px;
            height: 99px;
            background-image: url(/images/home/menuBtn.png);
            display: inline-block;
        }

            .featureContainer .menu .menuBtn:hover {
                background-position: bottom;
                cursor: pointer;
            }

        .featureContainer .menu .social {
            width: 50px;
            position: absolute;
            bottom: 30px;
        }

            .featureContainer .menu .social a {
                display: block;
                margin: 33px 0 0 0;
            }

                .featureContainer .menu .social a:hover img {
                    opacity: 0.6;
                    cursor: pointer;
                }

    .featureContainer .logoTagline {
        background-image: url(/images/home/logo.jpg);
        background-size: 100%;
        position: absolute;
        left: 50%;
        text-align: center;
        z-index: 999;
    }

        .featureContainer .logoTagline .noteable, .featureContainer .logoTagline .tagline1, .featureContainer .logoTagline .tagline2 {
            display: block;
            color: #fff;
            letter-spacing: 1px;
        }

        .featureContainer .logoTagline .tagline2 {
            font-weight: bold;
            border: 4px solid #fff;
            display: inline-block;
            padding: 15px 25px !important;
        }

    .featureContainer .contact, .facebookHeader {
        background-color: #6b17ff;
        position: absolute;
        left: 50%;
        color: #fff;
        text-align: center;
        text-transform: uppercase;
        font-weight: 700;
        box-sizing: border-box;
        z-index: 2;
    }

    .featureContainer .contact {
        z-index: 998;
    }

        .featureContainer .contact .phone {
            font-weight: normal;
            display: block;
            padding: 10px 0 0 0;
        }

    .featureContainer .featureImg {
        width: calc(100% - 60px);
        margin: 0 0 0 60px;
    }

        .featureContainer .featureImg img {
            width: 100%;
        }

.about {
    padding: 0 0 0 60px;
    box-sizing: border-box;
}

    .about img {
        width: 100%;
        position: relative;
    }

    .about .desc {
        position: absolute;
        z-index: 2;
    }

        .about .desc h2, .service .desc h2 {
            text-transform: uppercase;
            font-size: 22px;
            line-height: 22px;
            font-weight: 700;
            border-bottom: 4px solid #231f20;
            padding: 0 0 10px 0;
            display: inline-block;
        }

        .about .desc h1, .service .desc h1 {
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 2px;
        }

            .about .desc h1 span {
                display: inline-block;
                padding: 10px 0 0 0;
            }

        .about .desc a, .service .desc a {
            display: inline-block;
            border: 4px solid #231f20;
            padding: 15px 25px;
            font-size: 24px;
            text-decoration: none;
            color: #231f20;
            font-weight: 700;
            letter-spacing: 8px;
        }

            .about .desc a:hover, .service .desc a:hover {
                border-color: #6b17ff;
                color: #6b17ff;
            }

.service {
    padding: 0 0 0 60px;
    box-sizing: border-box;
}

    .service li {
        width: 50% !important;
        box-sizing: border-box;
        float: left;
        position: relative;
    }

        .service li img {
            width: 100%;
        }

        .service li:hover {
            cursor: pointer;
        }

            .service li:hover h1 {
                opacity: 0.5;
            }

    .service .desc {
        position: absolute;
        display: block;
        box-sizing: border-box;
        color: #fff;
        top: 0;
        bottom: 0;
    }

        .service .desc h2 {
            border-color: #fff;
            margin: 0;
        }

        .service .desc p {
            padding: 0;
            margin: 0;
            display: block;
        }

        .service .desc a {
            color: #fff;
            border-color: #fff;
            position: absolute;
        }

    .service li.andMore h2, .service li.andMore h1, .service li.andMore p, .service li.andMore a {
        color: #231f20;
    }

    .service li.andMore a {
        border-color: #231f20;
    }

.testimonialContainer {
    padding: 0 0 0 60px;
    position: relative;
    box-sizing: border-box;
}

    .testimonialContainer .testimonial {
        width: 56%;
        background-color: #6b17ff;
        position: absolute;
        top: 50%;
        margin-top: -140px;
        padding: 0 5%;
        left: 50%;
        margin-left: -28%;
        text-align: center;
        box-sizing: border-box;
        height: 280px;
        color: #fff;
        font-style: italic;
    }

    .testimonialContainer img {
        width: 100%;
    }

    .testimonialContainer .testimonial .author {
        font-size: 14px;
        line-height: 14px;
        font-style: normal;
        display: block;
        margin: 20px 0 0 0;
    }

.facebookFeed {
    padding: 0 0 0 60px;
    position: relative;
    box-sizing: border-box;
    width: calc(90% + 20px);
}

    .facebookFeed a {
        color: #231f20;
        text-decoration: none;
    }

    .facebookFeed li {
        width: 25% !important;
        box-sizing: border-box;
        float: left;
        position: relative;
        padding: 0 10px;
    }

        .facebookFeed li .facebookImg {
            width: 100%;
            background-position: center;
            background-size: cover;
            display: block;
            margin: 0 0 25px 0;
        }

        .facebookFeed li .date {
            color: #6b17ff;
            padding: 0 20px 15px 20px;
            font-weight: 700;
            text-transform: uppercase;
            display: block;
        }

        .facebookFeed li .message {
            letter-spacing: normal;
            padding: 0 20px;
            display: block;
        }

        .facebookFeed li a {
            text-decoration: none;
        }

.clientsHeader {
    background-color: #6b17ff;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    box-sizing: border-box;
}

.clients {
    text-align: center;
    margin: 50px auto;
    max-width: 1200px;
}

    .clients li {
        box-sizing: border-box;
        width: 25%;
        max-width: 250px;
        display: inline-block;
        text-align: center;
        position: relative;
        height: 116px;
        margin: 0 10px 40px 10px;
    }

        .clients li img {
            width: 100%;
            max-width: 250px;
            position: absolute;
            top: 0;
            left: 0;
            opacity: 0;
        }

            .clients li img:nth-child(9) {
                z-index: 9;
            }

            .clients li img:nth-child(8) {
                z-index: 8;
            }

            .clients li img:nth-child(1) {
                z-index: 7;
            }

            .clients li img:nth-child(2) {
                z-index: 6;
            }

            .clients li img:nth-child(3) {
                z-index: 5;
            }

            .clients li img:nth-child(4) {
                z-index: 4;
            }

            .clients li img:nth-child(5) {
                z-index: 3;
            }

            .clients li img:nth-child(6) {
                z-index: 2;
            }

            .clients li img:nth-child(7) {
                z-index: 1;
            }

@keyframes fdsseq {
    100% {
        opacity: 1;
    }
}

.clients.fadein_element li img {
    animation: fdsseq 1s forwards;
}

/*Set 1 **************************************************** */
.clients.fadein_element > li:nth-child(1) > img:nth-child(7) {
    animation-delay: .25s;
}

.clients.fadein_element > li:nth-child(2) > img:nth-child(7) {
    animation-delay: .5s;
}

.clients.fadein_element > li:nth-child(3) > img:nth-child(7) {
    animation-delay: .75s;
}

.clients.fadein_element > li:nth-child(4) > img:nth-child(7) {
    animation-delay: 1s;
}

.clients.fadein_element > li:nth-child(5) > img:nth-child(7) {
    animation-delay: 1.25s;
}

.clients.fadein_element > li:nth-child(6) > img:nth-child(7) {
    animation-delay: 1.5s;
}

.clients.fadein_element > li:nth-child(7) > img:nth-child(7) {
    animation-delay: 1.75s;
}

.clients.fadein_element > li:nth-child(8) > img:nth-child(7) {
    animation-delay: 2s;
}

/*Set 2 **************************************************** */
.clients.fadein_element > li:nth-child(1) > img:nth-child(6) {
    animation-delay: 6s;
}

.clients.fadein_element > li:nth-child(2) > img:nth-child(6) {
    animation-delay: 6.25s;
}

.clients.fadein_element > li:nth-child(3) > img:nth-child(6) {
    animation-delay: 6.5s;
}

.clients.fadein_element > li:nth-child(4) > img:nth-child(6) {
    animation-delay: 6.75s;
}

.clients.fadein_element > li:nth-child(5) > img:nth-child(6) {
    animation-delay: 7s;
}

.clients.fadein_element > li:nth-child(6) > img:nth-child(6) {
    animation-delay: 7.25s;
}

.clients.fadein_element > li:nth-child(7) > img:nth-child(6) {
    animation-delay: 7.5s;
}

.clients.fadein_element > li:nth-child(8) > img:nth-child(6) {
    animation-delay: 7.75s;
}

/*Set 3 **************************************************** */
.clients.fadein_element > li:nth-child(1) > img:nth-child(5) {
    animation-delay: 11.75s;
}

.clients.fadein_element > li:nth-child(2) > img:nth-child(5) {
    animation-delay: 12s;
}

.clients.fadein_element > li:nth-child(3) > img:nth-child(5) {
    animation-delay: 12.25s;
}

.clients.fadein_element > li:nth-child(4) > img:nth-child(5) {
    animation-delay: 12.5s;
}

.clients.fadein_element > li:nth-child(5) > img:nth-child(5) {
    animation-delay: 12.75s;
}

.clients.fadein_element > li:nth-child(6) > img:nth-child(5) {
    animation-delay: 13s;
}

.clients.fadein_element > li:nth-child(7) > img:nth-child(5) {
    animation-delay: 13.25s;
}

.clients.fadein_element > li:nth-child(8) > img:nth-child(5) {
    animation-delay: 13.5s;
}

/*Set 4 **************************************************** */
.clients.fadein_element > li:nth-child(1) > img:nth-child(4) {
    animation-delay: 17.5s;
}

.clients.fadein_element > li:nth-child(2) > img:nth-child(4) {
    animation-delay: 17.75s;
}

.clients.fadein_element > li:nth-child(3) > img:nth-child(4) {
    animation-delay: 18s;
}

.clients.fadein_element > li:nth-child(4) > img:nth-child(4) {
    animation-delay: 18.25s;
}

.clients.fadein_element > li:nth-child(5) > img:nth-child(4) {
    animation-delay: 18.5s;
}

.clients.fadein_element > li:nth-child(6) > img:nth-child(4) {
    animation-delay: 18.75s;
}

.clients.fadein_element > li:nth-child(7) > img:nth-child(4) {
    animation-delay: 19s;
}

.clients.fadein_element > li:nth-child(8) > img:nth-child(4) {
    animation-delay: 19.25s;
}

/*Set 5 **************************************************** */
.clients.fadein_element > li:nth-child(1) > img:nth-child(3) {
    animation-delay: 23.25s;
}

.clients.fadein_element > li:nth-child(2) > img:nth-child(3) {
    animation-delay: 23.5s;
}

.clients.fadein_element > li:nth-child(3) > img:nth-child(3) {
    animation-delay: 23.75s;
}

.clients.fadein_element > li:nth-child(4) > img:nth-child(3) {
    animation-delay: 24s;
}

.clients.fadein_element > li:nth-child(5) > img:nth-child(3) {
    animation-delay: 24.25s;
}

.clients.fadein_element > li:nth-child(6) > img:nth-child(3) {
    animation-delay: 24.5s;
}

.clients.fadein_element > li:nth-child(7) > img:nth-child(3) {
    animation-delay: 24.75s;
}

.clients.fadein_element > li:nth-child(8) > img:nth-child(3) {
    animation-delay: 25s;
}

/*Set 6 **************************************************** */
.clients.fadein_element > li:nth-child(1) > img:nth-child(2) {
    animation-delay: 29s;
}

.clients.fadein_element > li:nth-child(2) > img:nth-child(2) {
    animation-delay: 29.25s;
}

.clients.fadein_element > li:nth-child(3) > img:nth-child(2) {
    animation-delay: 29.5s;
}

.clients.fadein_element > li:nth-child(4) > img:nth-child(2) {
    animation-delay: 29.75s;
}

.clients.fadein_element > li:nth-child(5) > img:nth-child(2) {
    animation-delay: 30s;
}

.clients.fadein_element > li:nth-child(6) > img:nth-child(2) {
    animation-delay: 30.25s;
}

.clients.fadein_element > li:nth-child(7) > img:nth-child(2) {
    animation-delay: 30.5s;
}

.clients.fadein_element > li:nth-child(8) > img:nth-child(2) {
    animation-delay: 30.75s;
}

/*Set 7 **************************************************** */
.clients.fadein_element > li:nth-child(1) > img:nth-child(1) {
    animation-delay: 34.75s;
}

.clients.fadein_element > li:nth-child(2) > img:nth-child(1) {
    animation-delay: 35s;
}

.clients.fadein_element > li:nth-child(3) > img:nth-child(1) {
    animation-delay: 35.25s;
}

.clients.fadein_element > li:nth-child(4) > img:nth-child(1) {
    animation-delay: 35.5s;
}

.clients.fadein_element > li:nth-child(5) > img:nth-child(1) {
    animation-delay: 35.75s;
}

.clients.fadein_element > li:nth-child(6) > img:nth-child(1) {
    animation-delay: 36s;
}

.clients.fadein_element > li:nth-child(7) > img:nth-child(1) {
    animation-delay: 36.25s;
}

.clients.fadein_element > li:nth-child(8) > img:nth-child(1) {
    animation-delay: 36.5s;
}

/*Set 8 **************************************************** */
.clients.fadein_element > li:nth-child(1) > img:nth-child(8) {
    animation-delay: 40.5s;
}

.clients.fadein_element > li:nth-child(2) > img:nth-child(8) {
    animation-delay: 40.75s;
}

.clients.fadein_element > li:nth-child(3) > img:nth-child(8) {
    animation-delay: 41s;
}

.clients.fadein_element > li:nth-child(4) > img:nth-child(8) {
    animation-delay: 41.25s;
}

.clients.fadein_element > li:nth-child(5) > img:nth-child(8) {
    animation-delay: 41.5s;
}

.clients.fadein_element > li:nth-child(6) > img:nth-child(8) {
    animation-delay: 41.75s;
}

.clients.fadein_element > li:nth-child(7) > img:nth-child(8) {
    animation-delay: 42s;
}

.clients.fadein_element > li:nth-child(8) > img:nth-child(8) {
    animation-delay: 42.25s;
}

/*Set 9 **************************************************** */
.clients.fadein_element > li:nth-child(1) > img:nth-child(9) {
    animation-delay: 46.25s;
}

.clients.fadein_element > li:nth-child(2) > img:nth-child(9) {
    animation-delay: 46.5s;
}

.clients.fadein_element > li:nth-child(3) > img:nth-child(9) {
    animation-delay: 46.75s;
}

.clients.fadein_element > li:nth-child(4) > img:nth-child(9) {
    animation-delay: 47s;
}

.clients.fadein_element > li:nth-child(5) > img:nth-child(9) {
    animation-delay: 47.25s;
}

.clients.fadein_element > li:nth-child(6) > img:nth-child(9) {
    animation-delay: 47.5s;
}

.clients.fadein_element > li:nth-child(7) > img:nth-child(9) {
    animation-delay: 47.75s;
}

.clients.fadein_element > li:nth-child(8) > img:nth-child(9) {
    animation-delay: 48s;
}

/*.clients li:nth-child(9) img, .clients li:nth-child(8) img, .clients li:nth-child(7) img, .clients li:nth-child(6) img, .clients li:nth-child(5) img, .clients li:nth-child(4) img, .clients li:nth-child(3) img, .clients li:nth-child(2) img, .clients li:nth-child(1) img {
    animation-delay: 110s;
}*/

.footer {
    text-align: center;
    font-size: 18px;
    background-image: url(/images/home/crowd.jpg);
    background-position: bottom center;
    background-repeat: no-repeat;
    height: 680px;
    margin: 120px 0 0 0;
}

    .footer a {
        color: #231f20;
        text-decoration: underline;
    }

        .footer a:hover {
            color: #6b17ff;
        }

@media screen and (min-width: 1024px) {
    .featureContainer .logoTagline, .featureContainer .contact, .facebookHeader, .clientsHeader {
        width: 324px;
        height: 270px;
        margin-left: -132px;
    }

        .featureContainer .logoTagline .noteable, .featureContainer .logoTagline .tagline1, .featureContainer .logoTagline .tagline2 {
            padding: 125px 0 0 0;
            font-size: 14px;
        }

        .featureContainer .logoTagline .tagline1 {
            padding: 20px 0 12px 0;
            font-size: 20px;
            line-height: 20px;
            letter-spacing: 6px;
        }

        .featureContainer .logoTagline .tagline2 {
            font-size: 20px;
            line-height: 20px;
            letter-spacing: 12px;
        }

    .featureContainer .contact, .facebookHeader, .clientsHeader {
        height: 90px;
        padding: 22px 0 0 0;
        font-size: 14px;
        bottom: -45px;
    }

    .about .desc {
        padding: 45px 0 0 30px;
    }

        .about .desc h1, .service .desc h1 {
            font-size: 50px;
            line-height: 50px;
            margin: 10px 0;
        }

            .about .desc h1 span {
                font-size: 18px;
                line-height: 26px;
            }

        .about .desc a, .service .desc a {
            font-size: 18px;
        }

    .service .desc {
        padding: 40px;
    }

        .service .desc p {
            font-size: 14px;
            line-height: 18px;
            width: 65%;
        }

        .service .desc a {
            bottom: 40px;
        }

            .service .desc a.decorBtn {
                margin-left: 140px;
            }

    .testimonialContainer .testimonial {
        font-size: 24px;
        line-height: 26px;
        padding-top: 32px;
    }

    .service.eventProduction li:nth-child(3) .desc a, .service.eventProduction li:nth-child(4) .desc a {
        bottom: 90px;
    }

    .facebookHeader, .clientsHeader {
        bottom: auto;
        margin-top: -45px;
        padding: 36px 0 0 0;
    }

    .featureContainer .contact {
        padding: 36px 0 0 0;
    }

    .facebookFeed {
        margin: 70px auto;
    }

        .facebookFeed li .facebookImg {
            height: 136px;
        }

        .facebookFeed li .date {
            font-size: 22px;
        }

        .facebookFeed li .message {
            font-size: 14px;
            line-height: 18px;
        }

    .clientsHeader {
        margin: 0 calc(50% - 132px);
    }
}

@media screen and (min-width: 1250px) {
    .about .desc {
        padding: 60px 0 0 80px;
    }

        .about .desc h1, .service .desc h1 {
            font-size: 60px;
            line-height: 60px;
            margin: 25px 0;
        }

            .about .desc h1 span {
                font-size: 22px;
                line-height: 30px;
            }

        .about .desc a, .service .desc a {
            font-size: 24px;
        }

    .service .desc {
        padding: 50px 40px;
    }

        .service .desc p {
            font-size: 15px;
            line-height: 20px;
            width: 56% !important;
        }

        .service .desc a {
            bottom: 50px;
        }

            .service .desc a.decorBtn {
                margin-left: 160px;
            }

    .testimonialContainer .testimonial {
        font-size: 24px;
        line-height: 32px;
        padding-top: 28px;
    }

    .service.eventProduction li:nth-child(3) .desc a, .service.eventProduction li:nth-child(4) .desc a {
        bottom: 90px;
    }

    .facebookFeed {
        margin: 70px auto;
    }

        .facebookFeed li .facebookImg {
            height: 172px;
        }

        .facebookFeed li .date {
            font-size: 28px;
        }

        .facebookFeed li .message {
            font-size: 16px;
            line-height: 20px;
        }
}

@media screen and (min-width: 1400px) {
    .featureContainer .logoTagline, .featureContainer .contact, .facebookHeader, .clientsHeader {
        width: 422px;
        height: 350px;
        margin-left: -181px;
    }

        .featureContainer .logoTagline .noteable, .featureContainer .logoTagline .tagline1, .featureContainer .logoTagline .tagline2 {
            padding: 160px 0 0 0;
            font-size: 16px;
        }

        .featureContainer .logoTagline .tagline1 {
            padding: 32px 0 15px 0;
            font-size: 26px;
            line-height: 26px;
            letter-spacing: 8px;
        }

        .featureContainer .logoTagline .tagline2 {
            font-size: 26px;
            line-height: 26px;
            letter-spacing: 16px;
        }

    .featureContainer .contact, .facebookHeader, .clientsHeader {
        height: 117px;
        padding: 32px 0 0 0;
        font-size: 18px;
        bottom: -58.5px;
    }

    .about .desc {
        padding: 80px 0 0 80px;
    }

        .about .desc h1, .service .desc h1 {
            font-size: 65px;
            line-height: 65px;
            margin: 30px 0;
        }

            .about .desc h1 span {
                font-size: 22px;
                line-height: 30px;
            }

    .service .desc {
        padding: 60px 50px;
    }

        .service .desc p {
            font-size: 16px;
            line-height: 22px;
        }

        .service .desc a {
            bottom: 60px;
        }

            .service .desc a.decorBtn {
                margin-left: 160px;
            }

    .service.eventProduction li:nth-child(3) .desc a, .service.eventProduction li:nth-child(4) .desc a {
        bottom: 130px;
    }

    .facebookHeader, .clientsHeader {
        bottom: auto;
        margin-top: -75px;
        padding: 48px 0 0 0;
    }

    .featureContainer .contact {
        padding: 48px 0 0 0;
    }

    .facebookFeed li .facebookImg {
        height: 230px;
    }

    .facebookFeed li .date {
        font-size: 36px;
    }

    .facebookFeed li .message {
        font-size: 18px;
        line-height: 24px;
    }

    .clientsHeader {
        margin: 0 calc(50% - 181px);
    }
}

@media screen and (min-width: 1500px) {
    .featureContainer .logoTagline, .featureContainer .contact, .facebookHeader, .clientsHeader {
        width: 540px;
        height: 450px;
        margin-left: -240px;
    }

        .featureContainer .logoTagline .noteable, .featureContainer .logoTagline .tagline1, .featureContainer .logoTagline .tagline2 {
            padding: 200px 0 0 0;
            font-size: 18px;
        }

        .featureContainer .logoTagline .tagline1 {
            padding: 50px 0 20px 0;
            font-size: 36px;
            line-height: 36px;
        }

        .featureContainer .logoTagline .tagline2 {
            font-size: 36px;
            line-height: 36px;
        }

    .featureContainer .contact, .facebookHeader, .clientsHeader {
        height: 150px;
        padding: 42px 0 0 0;
        font-size: 22px;
        bottom: -75px;
    }

    .featureContainer .contact {
        padding: 65px 0 0 0;
    }

    .about .desc {
        padding: 100px 0 0 80px;
    }

        .about .desc h1 {
            font-size: 80px;
            line-height: 80px;
            margin: 30px 0;
        }

            .about .desc h1 span {
                font-size: 28px;
                line-height: 36px;
            }

    .service .desc {
        padding: 80px 60px;
    }

        .service .desc p {
            font-size: 17px;
            line-height: 23px;
        }

    .testimonialContainer .testimonial {
        font-size: 26px;
        line-height: 34px;
        padding-top: 40px;
    }

    .facebookHeader, .clientsHeader {
        bottom: auto;
        margin-top: -75px;
        padding: 65px 0 0 0;
    }

    .facebookFeed {
        margin: 100px auto;
    }

        .facebookFeed li .facebookImg {
            height: 230px;
        }

    .clientsHeader {
        margin: 0 calc(50% - 240px);
    }
}

@media screen and (min-width: 1600px) {
    .about .desc h1 {
        margin: 65px 0;
    }

    .service .desc {
        padding: 100px 70px;
    }

        .service .desc p {
            font-size: 18px;
            line-height: 24px;
        }

        .service .desc a {
            bottom: 70px;
        }

    .service.eventProduction li:nth-child(3) .desc a, .service.eventProduction li:nth-child(4) .desc a {
        bottom: 130px;
    }

    .facebookFeed {
        max-width: 1570px;
    }

        .facebookFeed li .facebookImg {
            height: 258px;
        }
}



.ezcol > * {
    max-width: 100%;
}

.ezcol-one-quarter,
.ezcol-one-half,
.ezcol-three-quarter,
.ezcol-one-third,
.ezcol-two-third,
.ezcol-one-fifth,
.ezcol-two-fifth,
.ezcol-three-fifth,
.ezcol-four-fifth {
    float: left;
    margin-right: 4%;
    position: relative;
    word-wrap: break-word;
    hyphens: auto;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
    text-rendering: optimizedLegibility;
}

.ezcol-one-quarter {
    width: 22%;
}

.ezcol-one-half {
    width: 48%;
}

.ezcol-three-quarter {
    width: 74%;
}

.ezcol-one-third {
    width: 30.666%;
}

.ezcol-two-third {
    width: 65.334%;
}

.ezcol-one-fifth {
    width: 16.8%;
}

.ezcol-two-fifth {
    width: 37.6%;
}

.ezcol-three-fifth {
    width: 58.4%;
}

.ezcol-four-fifth {
    width: 79.2%;
}

.ezcol-last {
    float: right;
    clear: right;
    margin-right: 0;
}

    .ezcol-last:after {
        content: ".";
        opacity: 0;
        display: block;
        height: 0;
        clear: both;
    }

.ezcol-both,
.ezcol-left,
.ezcol-right {
    margin: 0;
    padding: 0;
    background: none;
}

.ezcol-divider {
    clear: both !important;
    display: block !important;
    margin-bottom: 0px !important;
    padding-top: 0px !important;
    width: 100% !important;
    background: none !important;
}

.ezcol-both {
    clear: both !important;
}

.ezcol-left {
    clear: left !important;
}

.ezcol-right {
    clear: right !important;
}

@media all and (max-width: 768px) {
    .ezcol-one-quarter,
    .ezcol-one-half,
    .ezcol-three-quarter,
    .ezcol-one-third,
    .ezcol-two-third,
    .ezcol-one-fifth,
    .ezcol-two-fifth,
    .ezcol-three-fifth,
    .ezcol-four-fifth {
        width: 48% !important;
        margin-right: 2%;
    }

    .ezcol-last {
        float: left;
        clear: none;
        display: block;
    }

        .ezcol-last:after {
            content: "";
            display: block;
            clear: none;
        }

        .ezcol-last + .ezcol-divider {
            clear: none !important;
            display: none !important;
            margin: 0 !important;
            padding: 0 !important;
        }
}

@media all and (max-width: 480px) {
    .ezcol-one-quarter,
    .ezcol-one-half,
    .ezcol-three-quarter,
    .ezcol-one-third,
    .ezcol-two-third,
    .ezcol-one-fifth,
    .ezcol-two-fifth,
    .ezcol-three-fifth,
    .ezcol-four-fifth {
        width: 100% !important;
        margin-right: 0;
    }
}
