@font-face {
    font-family: 'LightningBroadbandIcons';
    src:    url('fonts/LightningBroadbandIcons.eot?7y05a3');
    src:    url('fonts/LightningBroadbandIcons.eot?7y05a3#iefix') format('embedded-opentype'),
        url('fonts/LightningBroadbandIcons.ttf?7y05a3') format('truetype'),
        url('fonts/LightningBroadbandIcons.woff?7y05a3') format('woff'),
        url('fonts/LightningBroadbandIcons.svg?7y05a3#LightningBroadbandIcons') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"]:before, [class*=" icon-"]:before {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'LightningBroadbandIcons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-facebook:before {
    content: "\e900";
}
.icon-google:before {
    content: "\e901";
}
.icon-linkedin:before {
    content: "\e902";
}
.icon-phone:before {
    content: "\e903";
}
.icon-residential:before {
    content: "\e904";
}
.icon-twitter:before {
    content: "\e905";
}
.icon-commercial:before {
    content: "\e906";
}
.icon-developers:before {
    content: "\e907";
}
.icon-down-arrow:before {
    content: "\e908";
}

