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

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'Luis' !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-star:before {
    content: "\f005";
}
.icon-star-o:before {
    content: "\f006";
}
.icon-check:before {
    content: "\f00c";
}
.icon-check-square-o:before {
    content: "\f046";
}
.icon-chevron-left:before {
    content: "\f053";
}
.icon-chevron-right:before {
    content: "\f054";
}
.icon-check-circle-o:before {
    content: "\f05d";
}
.icon-asterisk:before {
    content: "\f069";
}
.icon-facebook-square:before {
    content: "\f082";
}
.icon-linkedin-square:before {
    content: "\f08c";
}
.icon-phone:before {
    content: "\f095";
}
.icon-google-plus-square:before {
    content: "\f0d4";
}
.icon-stop-circle:before {
    content: "\f28d";
}
.icon-stop-circle-o:before {
    content: "\f28e";
}

