html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-family: inherit;
    font-size: 100%;
    vertical-align: baseline;
}

body {
    line-height: 1;
    color: #000;
    background: #fff;
}

ol, ul {
    list-style: none;
}

table {
    border-collapse: separate;
    border-spacing: 0;
    vertical-align: middle;
}

caption, th, td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
}

a img {
    border: none;
}

@font-face {
    font-family: 'Gotham';
    src: url("../../assets/fonts/Gotham/GothamSSm-XLight.otf");
    font-weight: 200;
}

@font-face {
    font-family: 'Gotham';
    src: url("../../assets/fonts/Gotham/GothamSSm-Light.otf");
    font-weight: 300;
}

@font-face {
    font-family: 'Gotham';
    src: url("../../assets/fonts/Gotham/GothamSSm-Book.otf");
    font-weight: 400;
}

@font-face {
    font-family: 'Gotham';
    src: url("../../assets/fonts/Gotham/GothamSSm-BookItalic.otf");
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'Gotham';
    src: url("../../assets/fonts/Gotham/GothamSSm-Medium.otf");
    font-weight: 500;
}

@font-face {
    font-family: 'Gotham';
    src: url("../../assets/fonts/Gotham/GothamSSm-Bold.otf");
    font-weight: 700;
}

@font-face {
    font-family: 'Gotham';
    src: url("../../assets/fonts/Gotham/GothamSSm-Black.otf");
    font-weight: 800;
}

#overlay + div {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    top: 0;
    margin: -100px auto 0;
    padding: 0 20px;
    width: 900px;
    height: auto;
    background: transparent;
    z-index: 51;
    position: absolute;
    visibility: hidden;
}

    #overlay + div img#close {
        float: right;
        position: absolute;
        cursor: pointer;
        top: -50px;
        right: 0;
        height: 50px;
    }

body {
    font-family: 'Gotham',Helvetica,sans-serif;
}

.top-nav {
    position: fixed;
    background-color: #323232;
    top: 0;
    left: 0;
    right: 0;
    display: block;
    width: 100%;
    min-width: 960px;
    margin: auto;
    text-align: center;
    height: 62px;
    z-index: 20;
    zoom: 1;
}

    .top-nav:before, .top-nav:after {
        content: "";
        display: table;
    }

    .top-nav:after {
        clear: both;
    }

@media (max-width:769px) {
    .top-nav {
        min-width: 768px;
    }
}

.top-nav .mobile-logo {
    display: none;
}

.top-nav .hamburger-icon {
    display: none;
}

.top-nav .background {
    background-color: #323232;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -webkit-transition: opacity 300ms ease-out;
    -moz-transition: opacity 300ms ease-out;
    -o-transition: opacity 300ms ease-out;
    -ms-transition: opacity 300ms ease-out;
    transition: opacity 300ms ease-out;
}

.top-nav.opacit .background {
    display: none;
}

.top-nav .top-nav-container {
    position: absolute;
    left: 4%;
    right: 4%;
    height: 100%;
}

.top-nav .logo img {
    position: absolute;
    display: block;
    top: 16px;
    left: 0;
    z-index: 2;
    height: 31px;
    width: auto;
}

.top-nav .nav-links {
    float: right;
    zoom: 1;
}

    .top-nav .nav-links:before, .top-nav .nav-links:after {
        content: "";
        display: table;
    }

    .top-nav .nav-links:after {
        clear: both;
    }

.top-nav .nav-link {
    position: relative;
    font-size: 11px;
    font-family: 'Gotham',Helvetica,sans-serif;
    font-weight: 300;
    display: block;
    float: left;
    text-decoration: none;
    color: #f9f9fa;
    padding: 19px 15px 17px 8px;
    margin: 0 13px;
    letter-spacing: .3px;
}

    .top-nav .nav-link.home {
        display: none;
    }

    .top-nav .nav-link .text {
        padding: 4px 2px;
        display: block;
        position: relative;
    }

    .top-nav .nav-link .underline {
        height: 2px;
        position: absolute;
        width: 98%;
        left: 0;
        bottom: 0;
        background-color: #fff;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        -webkit-transition: opacity 300ms ease-out;
        -moz-transition: opacity 300ms ease-out;
        -o-transition: opacity 300ms ease-out;
        -ms-transition: opacity 300ms ease-out;
        transition: opacity 300ms ease-out;
    }

    .top-nav .nav-link:hover {
        cursor: pointer;
    }

        .top-nav .nav-link:hover .underline {
            opacity: .6;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
            filter: alpha(opacity=60);
            -webkit-transition: opacity 300ms ease-out;
            -moz-transition: opacity 300ms ease-out;
            -o-transition: opacity 300ms ease-out;
            -ms-transition: opacity 300ms ease-out;
            transition: opacity 300ms ease-out;
        }

    .top-nav .nav-link.square-border {
        padding: 16px 15px 30px 10px;
        font-size: 10px;
    }

        .top-nav .nav-link.square-border .button {
            padding: 0;
            width: 110px;
            height: 30px;
            letter-spacing: 1px;
            line-height: 32px;
            text-align: center;
            -webkit-border-radius: 3px;
            border-radius: 3px;
            position: relative;
        }

        .top-nav .nav-link.square-border .two {
            background-color: #0297fd;
        }

        .top-nav .nav-link.square-border .text {
            position: absolute;
            display: block;
            width: 100%;
            text-align: center;
            padding: 0;
            top: 0;
            line-height: 30px;
        }

    .top-nav .nav-link .background-button {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background-color: #0297fd;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        -webkit-transition: opacity 300ms ease-out;
        -moz-transition: opacity 300ms ease-out;
        -o-transition: opacity 300ms ease-out;
        -ms-transition: opacity 300ms ease-out;
        transition: opacity 300ms ease-out;
    }

.top-nav .mobile {
    display: none;
}

.top-nav .not-home {
    display: inline-block;
}

.top-nav .home-only {
    display: none;
}

@media only screen and (max-width:769px) {
    .top-nav {
        min-width: 300px;
        width: 100%;
        position: fixed;
        z-index: 20;
        height: 62px;
    }

        .top-nav .logo {
            display: none;
        }

        .top-nav > .background {
            z-index: 0;
        }

        .top-nav .mobile-logo {
            position: absolute;
            left: 20px;
            top: 15px;
            display: block;
        }

            .top-nav .mobile-logo img {
                height: 33px;
                width: auto;
            }

        .top-nav.opacit .background {
            display: block;
            opacity: 1;
            -ms-filter: none;
            filter: none;
            background-color: #323232;
        }

        .top-nav.opacit .nav-links .background {
            opacity: 1;
            -ms-filter: none;
            filter: none;
        }

        .top-nav .menu-icon {
            display: block;
            height: 60px;
            width: 140px;
            position: absolute;
            top: 0;
            right: -30px;
            z-index: 20;
            cursor: s-resize;
        }

        .top-nav .hamburger-icon {
            display: block;
            height: 35px;
            margin: 14px 0 15px 50px;
            fill: #fff;
        }

            .top-nav .hamburger-icon g {
                fill: #fff;
            }

        .top-nav .top-nav-container {
            left: 0;
            right: 0;
            height: 62px;
            z-index: 1;
        }

        .top-nav .nav-links {
            position: absolute;
            top: -397px;
            width: 100%;
            -webkit-transition: top 300ms ease-out;
            -moz-transition: top 300ms ease-out;
            -o-transition: top 300ms ease-out;
            -ms-transition: top 300ms ease-out;
            transition: top 300ms ease-out;
        }

        .top-nav .nav-link {
            margin: 0;
            display: block;
            text-align: center;
            float: none;
            height: 30px;
            padding-top: 25px;
            padding-bottom: 0;
        }

            .top-nav .nav-link.home {
                display: block;
            }

            .top-nav .nav-link .text {
                display: inline-block;
            }

            .top-nav .nav-link.square-border {
                margin-bottom: -1px;
                padding-bottom: 25px;
                margin-top: 10px;
            }

                .top-nav .nav-link.square-border .button {
                    display: inline-block;
                }

        .top-nav .desktop {
            display: none;
        }

        .top-nav.expand.opacit > .background {
            opacity: 0;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
            filter: alpha(opacity=0);
        }

        .top-nav.expand .nav-links {
            top: 0;
            -webkit-transition: top 300ms ease-out;
            -moz-transition: top 300ms ease-out;
            -o-transition: top 300ms ease-out;
            -ms-transition: top 300ms ease-out;
            transition: top 300ms ease-out;
        }

        .top-nav .not-home {
            display: inline-block;
        }

        .top-nav .home-only {
            display: none;
        }
}

.select {
    *zoom: 1;
    width: auto;
    max-width: 1440px;
    float: none;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
}

    .select:before, .select:after {
        content: '';
        display: table;
    }

    .select:after {
        clear: both;
    }

    .select h1 {
        font-family: 'Gotham',Helvetica,sans-serif;
        font-weight: 500;
        line-height: 1.2;
        font-size: 2.6em;
        *zoom: 1;
        width: auto;
        max-width: 1440px;
        float: none;
        display: block;
        margin-right: auto;
        margin-left: auto;
        padding-left: 0;
        padding-right: 0;
        font-weight: 700;
        margin: auto;
        position: relative;
        top: 180px;
        max-width: 100%;
        z-index: 1;
        text-align: center;
        color: #323232;
        line-height: 1;
        letter-spacing: 0px;
    }

        .select h1:before, .select h1:after {
            content: '';
            display: table;
        }

        .select h1:after {
            clear: both;
        }

.pricing-header {
    background-image: url("../imgj/pricing_bg.jpg");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    height: 350px;
    background-position: 50% 50%;
    width: 100%;
    display: block;
    margin: auto;
    position: relative;
    opacity: .7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
}

    .pricing-header h3 {
        display: none;
    }

    .pricing-header h2 {
        font-family: 'Gotham',Helvetica,sans-serif;
        font-weight: 500;
        line-height: 1.2;
        font-size: 2.3em;
        display: block;
        z-index: -1;
        color: #fff;
        padding-top: 350px;
        line-height: 1;
        margin: 0 auto;
        text-align: center;
        font-family: 'Gotham',Helvetica,sans-serif;
        font-weight: 500;
        letter-spacing: -2px;
        text-transform: none;
        vertical-align: baseline;
        background: -webkit-linear-gradient(top, transparent, #fff);
        background: -moz-linear-gradient(top, transparent, #fff);
        background: -o-linear-gradient(top, transparent, #fff);
        background: -ms-linear-gradient(top, transparent, #fff);
        background: linear-gradient(to bottom, transparent, #fff);
    }

section.subscription-plans {
    padding: 75px 0 150px;
    position: relative;
    top: -50px;
}

    section.subscription-plans h2 {
        max-width: 960px;
        font-family: 'Gotham',Helvetica,sans-serif;
        font-weight: 400;
        font-size: 3em;
        letter-spacing: 2px;
        line-height: 1.1;
        letter-spacing: 1px;
        color: #fff;
        margin: 0 auto;
        padding-bottom: 20px;
        text-align: center;
    }

    section.subscription-plans p {
        font-family: 'Gotham',Helvetica,sans-serif;
        font-size: .85em;
        font-weight: 300;
        line-height: 1.5;
        color: #111;
        color: #fff;
        text-align: center;
        padding-bottom: 220px;
        margin: auto;
    }

    section.subscription-plans .plans {
        width: 1000px;
        margin: 0 auto;
        zoom: 1;
    }

        section.subscription-plans .plans:before, section.subscription-plans .plans:after {
            content: "";
            display: table;
        }

        section.subscription-plans .plans:after {
            clear: both;
        }

        section.subscription-plans .plans a {
            text-decoration: none;
        }

    section.subscription-plans .subscription {
        *zoom: 1;
        float: left;
        clear: none;
        text-align: inherit;
        width: 22.75%;
        margin-left: 0%;
        margin-right: 3%;
        height: 380px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        cursor: pointer;
        -webkit-transition: box-shadow 300ms ease-out;
        -moz-transition: box-shadow 300ms ease-out;
        -o-transition: box-shadow 300ms ease-out;
        -ms-transition: box-shadow 300ms ease-out;
        transition: box-shadow 300ms ease-out;
    }

        section.subscription-plans .subscription:before, section.subscription-plans .subscription:after {
            content: '';
            display: table;
        }

        section.subscription-plans .subscription:after {
            clear: both;
        }

        section.subscription-plans .subscription:last-child {
            margin-right: 0%;
        }

        section.subscription-plans .subscription h4 {
            font-family: 'Gotham',Helvetica,sans-serif;
            font-weight: 700;
            font-size: 1.6em;
            font-weight: 300;
            color: #0297fd;
            text-transform: uppercase;
            text-align: center;
            display: block;
            max-width: 100%;
            margin: 30px auto 15px;
            width: 150px;
            letter-spacing: 1.5px;
        }

        section.subscription-plans .subscription .hr {
            max-width: 60px;
            margin: 0 auto 30px;
            border-top: 2px solid #ccc;
        }

        section.subscription-plans .subscription .sub-header {
            display: block;
            max-width: 100%;
            margin: auto;
            height: 145px;
            color: #777;
            width: 145px;
            text-align: center;
            -webkit-border-radius: 50%;
            border-radius: 50%;
            border: 2px dotted #90dcd9;
            -webkit-transition: background 300ms ease-out;
            -moz-transition: background 300ms ease-out;
            -o-transition: background 300ms ease-out;
            -ms-transition: background 300ms ease-out;
            transition: background 300ms ease-out;
        }

            section.subscription-plans .subscription .sub-header:hover {
                -webkit-transition: background 300ms ease-out;
                -moz-transition: background 300ms ease-out;
                -o-transition: background 300ms ease-out;
                -ms-transition: background 300ms ease-out;
                transition: background 300ms ease-out;
                background: #0297fd;
                border: 2px dotted #fff;
                color: #fff;
            }

            section.subscription-plans .subscription .sub-header em.rate {
                font-family: 'Gotham';
                display: block;
                text-align: center;
                font-style: normal;
                font-weight: 200;
                font-size: 46px;
                position: relative;
                top: 45px;
                padding-bottom: 45px;
                letter-spacing: -3px;
            }

            section.subscription-plans .subscription .sub-header em.year {
                position: relative;
                font-size: 11px;
                top: 8px;
                padding-bottom: 20px;
                vertical-align: baseline;
                display: block;
                font-style: italic;
                text-align: center;
                padding-left: 2px;
                letter-spacing: .5px;
            }

        section.subscription-plans .subscription .description {
            margin-top: 25px;
        }

            section.subscription-plans .subscription .description p {
                display: block;
                text-align: left;
                margin: auto;
                max-width: 400px;
                padding-top: 12px;
                color: #222;
                font-weight: 400;
                font-size: 12px;
                padding-left: 35px;
                padding-bottom: 0;
            }

@media (max-width:600px) {
    section.subscription-plans .subscription .description p {
        padding-left: 5px;
        font-size: 16px;
    }
}

section.subscription-plans .subscription .description p.highlight {
    color: #ee7637;
}

section.subscription-plans .subscription .description button {
    background-color: #ff5b1f;
    text-transform: uppercase;
    font-weight: 500;
    color: #fff;
    font-size: 13px;
    display: block;
    margin: 30px auto 0;
    width: 160px;
    max-width: 100%;
    height: 35px;
    border: none;
    opacity: .92;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=92)";
    filter: alpha(opacity=92);
    cursor: pointer;
    outline: none;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    letter-spacing: 1px;
    opacity: .8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    -webkit-transition: opacity 300ms ease-out;
    -moz-transition: opacity 300ms ease-out;
    -o-transition: opacity 300ms ease-out;
    -ms-transition: opacity 300ms ease-out;
    transition: opacity 300ms ease-out;
}

    section.subscription-plans .subscription .description button:hover {
        -webkit-transition: opacity 300ms ease-out;
        -moz-transition: opacity 300ms ease-out;
        -o-transition: opacity 300ms ease-out;
        -ms-transition: opacity 300ms ease-out;
        transition: opacity 300ms ease-out;
        opacity: 1;
        -ms-filter: none;
        filter: none;
        color: #fff;
    }

    section.subscription-plans .subscription .description button a {
        text-decoration: none;
        color: #fff;
    }

section#clients {
    background-color: #f9f9f9;
    position: relative;
    height: 440px;
    padding-top: 120px;
    border-top: 3px solid #ddd;
}

    section#clients h2 {
        font-family: 'Gotham',Helvetica,sans-serif;
        font-weight: 500;
        line-height: 1.2;
        font-size: 2.3em;
        text-align: center;
        padding-bottom: 60px;
    }

    section#clients .clients-table {
        height: auto;
        padding: 35px 0 18px;
        max-width: 960px;
        margin: auto;
        display: block;
        text-align: center;
    }

        section#clients .clients-table .tile {
            *zoom: 1;
            float: left;
            clear: none;
            text-align: inherit;
            width: 17.6%;
            margin-left: 0%;
            margin-right: 3%;
            zoom: 1;
        }

            section#clients .clients-table .tile:before, section#clients .clients-table .tile:after {
                content: '';
                display: table;
            }

            section#clients .clients-table .tile:after {
                clear: both;
            }

            section#clients .clients-table .tile:last-child {
                margin-right: 0%;
            }

            section#clients .clients-table .tile:before, section#clients .clients-table .tile:after {
                content: "";
                display: table;
            }

            section#clients .clients-table .tile:after {
                clear: both;
            }

            section#clients .clients-table .tile img {
                height: 62px;
            }

            section#clients .clients-table .tile .ganesh img {
                height: 50px;
                padding-bottom: 12px;
            }

            section#clients .clients-table .tile p {
                padding-top: 30px;
                text-align: center;
                font-size: 14px;
            }

@media only screen and (max-width:1024px) {
    .select {
        display: none;
    }

    .pricing-header {
        background-image: none;
        -webkit-background-size: 150px 150px;
        -moz-background-size: 150px 150px;
        background-size: 150px 150px;
        background-repeat: no-repeat;
        height: 180px;
        background-position: 50% 50%;
        width: 100%;
        display: block;
        margin: auto;
        border-top: 62px solid #111;
        opacity: 1;
        -ms-filter: none;
        filter: none;
    }

        .pricing-header h2 {
            display: none;
        }

        .pricing-header h3 {
            display: block;
            color: #222;
            padding-top: 80px;
            font-size: 2.5em;
            line-height: 1.2;
            letter-spacing: -2px;
            margin: 0 auto;
            text-align: center;
            font-family: 'Gotham',Helvetica,sans-serif;
            font-weight: 500;
        }

    section.subscription-plans {
        padding: 50px 0 0;
        background: #fff;
        border-top: none;
    }

        section.subscription-plans h2 {
            max-width: 960px;
            font-family: 'Gotham',Helvetica,sans-serif;
            font-weight: 500;
            line-height: 1.2;
            font-size: 2.3em;
            color: #fff;
            margin: 0 auto;
            padding-bottom: 20px;
            text-align: center;
        }

        section.subscription-plans p {
            font-family: 'Gotham',Helvetica,sans-serif;
            font-size: .85em;
            font-weight: 300;
            line-height: 1.5;
            color: #111;
            text-align: center;
            padding-bottom: 40px;
            margin: auto;
            color: #222;
        }

        section.subscription-plans .plans {
            width: 100%;
            margin: 0 auto;
            zoom: 1;
        }

            section.subscription-plans .plans:before, section.subscription-plans .plans:after {
                content: "";
                display: table;
            }

            section.subscription-plans .plans:after {
                clear: both;
            }

        section.subscription-plans .subscription {
            display: block;
            clear: both;
            float: none;
            width: 100%;
            margin-left: auto;
            margin-right: auto;
            max-width: 80%;
            margin: 30px auto;
            height: 500px;
        }

            section.subscription-plans .subscription:first-child {
                margin-left: auto;
            }

            section.subscription-plans .subscription:last-child {
                margin-right: auto;
            }

            section.subscription-plans .subscription .sub-header {
                display: block;
                text-align: center;
            }

                section.subscription-plans .subscription .sub-header h4 {
                    text-align: center;
                    font-weight: 400;
                    color: #fff;
                }

            section.subscription-plans .subscription .description p {
                text-align: center;
            }

    section#clients {
        background-color: #edf3f9;
        position: relative;
        height: auto;
        padding-top: 80px;
        border-top: 3px solid #d9e6f4;
    }

        section#clients h2 {
            font-family: 'Gotham',Helvetica,sans-serif;
            font-weight: 500;
            line-height: 1.2;
            font-size: 2.3em;
            text-align: center;
            padding-bottom: 60px;
        }

        section#clients .clients-table {
            padding: 35px 0 18px;
            max-width: 960px;
            margin: auto;
            display: block;
            text-align: center;
        }

            section#clients .clients-table .tile {
                display: block;
                clear: both;
                float: none;
                width: 100%;
                margin-left: auto;
                margin-right: auto;
                zoom: 1;
                padding-bottom: 80px;
            }

                section#clients .clients-table .tile:first-child {
                    margin-left: auto;
                }

                section#clients .clients-table .tile:last-child {
                    margin-right: auto;
                }

                section#clients .clients-table .tile:before, section#clients .clients-table .tile:after {
                    content: "";
                    display: table;
                }

                section#clients .clients-table .tile:after {
                    clear: both;
                }

                section#clients .clients-table .tile img {
                    height: 62px;
                }

                section#clients .clients-table .tile .ganesh img {
                    height: 50px;
                    padding-bottom: 12px;
                }

                section#clients .clients-table .tile p {
                    padding-top: 10px;
                    text-align: center;
                    font-size: 14px;
                }
}

footer {
    background-color: #111;
    width: 100%;
    max-width: 100%;
}

    footer section {
        position: relative;
        margin: 0 auto;
        zoom: 1;
        padding-top: 80px;
        padding-bottom: 80px;
    }

        footer section:before, footer section:after {
            content: "";
            display: table;
        }

        footer section:after {
            clear: both;
        }

        footer section .tiles-container {
            max-width: 960px;
            margin: auto;
            background-color: #111;
        }

            footer section .tiles-container .footer-tile {
                *zoom: 1;
                float: left;
                clear: none;
                text-align: inherit;
                width: 22.75%;
                margin-left: 0%;
                margin-right: 3%;
                background-color: #111;
            }

                footer section .tiles-container .footer-tile:before, footer section .tiles-container .footer-tile:after {
                    content: '';
                    display: table;
                }

                footer section .tiles-container .footer-tile:after {
                    clear: both;
                }

                footer section .tiles-container .footer-tile:last-child {
                    margin-right: 0%;
                }

                footer section .tiles-container .footer-tile a {
                    display: block;
                    color: #fff;
                    opacity: .8;
                    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
                    filter: alpha(opacity=80);
                    margin-bottom: 10px;
                    font-size: 10px;
                    text-decoration: none;
                }

                footer section .tiles-container .footer-tile h6 {
                    color: #fff;
                    opacity: .8;
                    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
                    filter: alpha(opacity=80);
                    font-size: 14px;
                    margin-bottom: 20px;
                    font-weight: 500;
                }

                footer section .tiles-container .footer-tile p {
                    color: #fff;
                    opacity: .8;
                    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
                    filter: alpha(opacity=80);
                    margin-bottom: 10px;
                    font-size: 10px;
                    letter-spacing: .4px;
                }

                footer section .tiles-container .footer-tile button {
                    text-align: center;
                    height: 32px;
                    width: 120px;
                    letter-spacing: .3px;
                    background-color: transparent;
                    color: #fff;
                    font-size: 16px;
                    border: 1px solid #eee;
                    margin: 0 0 20px;
                    -webkit-border-radius: 1px;
                    border-radius: 1px;
                    cursor: pointer;
                    padding-top: 8px;
                }

                    footer section .tiles-container .footer-tile button:hover {
                        background-color: #fff;
                        color: #000;
                    }

                        footer section .tiles-container .footer-tile button:hover a {
                            color: #000;
                        }

                footer section .tiles-container .footer-tile img {
                    height: 22px;
                    padding-right: 12px;
                }

                footer section .tiles-container .footer-tile:nth-child(2) {
                    position: relative;
                    left: 4.291666666666701%;
                }

                footer section .tiles-container .footer-tile:nth-child(3) {
                    position: relative;
                    left: 7.357142857142812%;
                }

                footer section .tiles-container .footer-tile:last-child {
                    position: relative;
                    left: 5.722222222222268%;
                }

@media only screen and (max-width:900px) {
    footer {
        background-color: #111;
        width: 100%;
        max-width: 100%;
    }

        footer section {
            position: relative;
            margin: 0 auto;
            zoom: 1;
            padding: 80px 12px 0;
        }

            footer section:before, footer section:after {
                content: "";
                display: table;
            }

            footer section:after {
                clear: both;
            }

            footer section .tiles-container .footer-tile {
                *zoom: 1;
                float: left;
                clear: none;
                text-align: inherit;
                width: 50%;
                margin-left: 0%;
                margin-right: 0%;
                height: 220px;
            }

                footer section .tiles-container .footer-tile:before, footer section .tiles-container .footer-tile:after {
                    content: '';
                    display: table;
                }

                footer section .tiles-container .footer-tile:after {
                    clear: both;
                }

                footer section .tiles-container .footer-tile button {
                    width: 155px;
                    font-size: 10px;
                    letter-spacing: .1px;
                }

                footer section .tiles-container .footer-tile h6 {
                    font-size: 15px;
                }

                footer section .tiles-container .footer-tile p {
                    font-size: 12px;
                }

                footer section .tiles-container .footer-tile a {
                    font-size: 12px;
                }

                footer section .tiles-container .footer-tile img {
                    height: 23px;
                }

                footer section .tiles-container .footer-tile:nth-child(2) {
                    position: relative;
                    left: 0%;
                    text-align: right;
                }

                footer section .tiles-container .footer-tile:nth-child(3) {
                    position: relative;
                    left: 0%;
                }

                footer section .tiles-container .footer-tile:last-child {
                    position: relative;
                    left: 0%;
                    text-align: right;
                }

            footer section.bottom {
                display: none;
            }
}
