@font-face {
    font-family: 'glyphicons';
    src:  url('fonts/glyphicons.eot?vk2d7a');
    src:  url('fonts/glyphicons.eot?vk2d7a#iefix') format('embedded-opentype'),
    url('fonts/glyphicons.ttf?vk2d7a') format('truetype'),
    url('fonts/glyphicons.woff?vk2d7a') format('woff'),
    url('fonts/glyphicons.svg?vk2d7a#glyphicons') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="glyphicon-"], [class*=" glyphicon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'glyphicons' !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;
}

.glyphicon-home:before {
    content: "\e900";
}

.glyphicon-phone:before {
    content: "\e942";
}

.glyphicon-envelop:before {
    content: "\e945";
}

.glyphicon-location:before {
    content: "\e947";
}

.glyphicon-clock:before {
    content: "\e94e";
}

.glyphicon-mobile:before {
    content: "\e958";
}

.glyphicon-quotes-left:before {
    content: "\e977";
}

.glyphicon-spinner:before {
    content: "\e97a";
}

.glyphicon-menu:before {
    content: "\e9bd";
}

.glyphicon-menu3:before {
    content: "\e9bf";
}

.glyphicon-menu4:before {
    content: "\e9c0";
}

.glyphicon-arrow-up2:before {
    content: "\ea3a";
}