@font-face {
    font-family: 'icomoon';
    src:    url('../fonts/icomoon.eot?e7eow0');
    src:    url('../fonts/icomoon.eot?e7eow0#iefix') format('embedded-opentype'),
        url('../fonts/icomoon.ttf?e7eow0') format('truetype'),
        url('../fonts/icomoon.woff?e7eow0') format('woff'),
        url('../fonts/icomoon.svg?e7eow0#icomoon') 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: 'icomoon' !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-location:before {
    content: "\e900";
}
.icon-calendar:before {
    content: "\e901";
}
.icon-facebook:before {
    content: "\e902";
}
.icon-youtube:before {
    content: "\e903";
}
.icon-google-plus:before {
    content: "\e904";
}
.icon-search:before {
    content: "\f002";
}
.icon-home:before {
    content: "\f015";
}
.icon-lock:before {
    content: "\f023";
}
.icon-arrow-left:before {
    content: "\f053";
}
.icon-arrow-right:before {
    content: "\f054";
}
.icon-unlock:before {
    content: "\f09c";
}
.icon-desktop:before {
    content: "\f108";
}
.icon-user-plus:before {
    content: "\f234";
}

.icon-tablet:before {
    content: "\f10a";
}