
@font-face {
    font-family: 'icomoon';
    src: url('fonts/icomoon.eot?ej766m');
    src: url('fonts/icomoon.eot?ej766m#iefix') format('embedded-opentype'), url('fonts/icomoon.ttf?ej766m') format('truetype'), url('fonts/icomoon.woff?ej766m') format('woff'), url('fonts/icomoon.svg?ej766m#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Enable Ligatures ================ */
    letter-spacing: 0;
    -webkit-font-feature-settings: "liga";
    -moz-font-feature-settings: "liga=1";
    -moz-font-feature-settings: "liga";
    -ms-font-feature-settings: "liga" 1;
    font-feature-settings: "liga";
    -webkit-font-variant-ligatures: discretionary-ligatures;
    font-variant-ligatures: discretionary-ligatures;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-twitter:before, .icon-twitter:after {
    content: "\ea91";
    color: rgb(255, 255, 255);
}

.icon-facebook:before, .icon-facebook:after {
    content: "\ea8c";
    color: rgb(255, 255, 255);
}

.icon-linkedin2:before, .icon-linkedin2:after {
    content: "\eac9";
    color: rgb(255, 255, 255);
}

.icon-sphere:before {
    content: "\e9c9";
}

.icon-earth:before {
    content: "\e9ca";
}

.icon-arrow-down3:before {
    content: "\edc1";
}

.icon-arrow-down5:before {
    content: "\edc9";
}

.icon-checkmark3:before {
    content: "\ed71";
}

ul.social {
    text-align: center;
}

    ul.social li {
        display: inline-block;
        width: 35px;
        height: 35px;
        overflow: hidden;
        background: rgb(149, 165, 166);;
        border-radius: 100%;
        margin-bottom: .5em;
        margin-right: .5em;
        -webkit-transition-duration: 0.7s;
        -moz-transition-duration: 0.7s;
        -o-transition-duration: 0.7s;
        transition-duration: 0.7s;
    }

        ul.social li:hover {
            box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.3);
        }

        ul.social .list-facebook:hover {
            background: rgb(59, 89, 152);
        }

        ul.social .list-twitter:hover {
            background: rgb(64,153,255);
        }

    ul.social .list-linkedin2:hover {
        background: rgb(0, 123, 182);
    }

    ul.social .list-twitter a:after {
        line-height: 85px !important;
    }


            ul.social li:hover a {
                top: -40px;
            }

        ul.social li a {
            width: 100%;
            height: 200%;
            position: relative;
            top: 0;
            color: #33cc99;
            -webkit-transition: top 0.7s;
            -moz-transition: top 0.7s;
            -o-transition: top 0.7s;
            transition: top 0.7s;
            font-size: 1.3em;
        }

            ul.social li a:after {
                text-align: center;
                position: absolute;
                width: inherit;
                height: 50%;
                left: 0;
                bottom: 0;
                line-height: 82px;
                color: rgb(255, 255, 255);
            }

.list-facebook {
    line-height:36px;
}

.list-twitter {
    line-height:42px ;
}

.list-linkedin2 {
    line-height:38px;
}