@font-face {
    font-family: 'icomoon';
    src:    url('../fonts/icomoon.eot?f4j42n');
    src:    url('../fonts/icomoon.eot?f4j42n#iefix') format('embedded-opentype'),
        url('../fonts/icomoon.ttf?f4j42n') format('truetype'),
        url('../fonts/icomoon.woff?f4j42n') format('woff'),
        url('../fonts/icomoon.svg?f4j42n#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;
	vertical-align: middle;

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

.icon-pet-dog:before {
    content: "\e908";
	font-family: 'icomoon' !important;
}
.icon-pet234:before {
    content: "\e900";
}
.icon-home3:before {
    content: "\e901";
}
.icon-image:before {
    content: "\e902";
}
.icon-camera:before {
    content: "\e903";
}
.icon-file-text:before {
    content: "\e904";
}
.icon-phone:before {
    content: "\e905";
}
.icon-phone-hang-up:before {
    content: "\e906";
}
.icon-bell:before {
    content: "\e907";
}
.icon-stopwatch:before {
    content: "\e909";
}
.icon-link:before {
    content: "\e90a";
}
.icon-enter:before {
    content: "\e90b";
}
.icon-exit:before {
    content: "\e90c";
}

