@font-face {
    font-family: 'gttIcons';
    src:    url('../fonts/gttIcons.eot?kqdicp');
    src:    url('../fonts/gttIcons.eot?kqdicp#iefix') format('embedded-opentype'),
        url('../fonts/gttIcons.ttf?kqdicp') format('truetype'),
        url('../fonts/gttIcons.woff?kqdicp') format('woff'),
        url('../fonts/gttIcons.svg?kqdicp#gttIcons') 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: 'gttIcons' !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-child:before {
    content: "\e900";
}
.icon-footprint:before {
    content: "\e610";
}
.icon-magic-wand:before {
    content: "\e997";
}
.icon-bus:before {
    content: "\e600";
}
.icon-sortOrder:before {
    content: "\e601";
}
.icon-pocketKnife:before {
    content: "\e602";
}
.icon-anchor:before {
    content: "\e603";
}
.icon-binoculars:before {
    content: "\e604";
}
.icon-home:before {
    content: "\e605";
}
.icon-mail:before {
    content: "\e606";
}
.icon-help:before {
    content: "\e607";
}
.icon-people:before {
    content: "\e608";
}
.icon-bubble:before {
    content: "\e609";
}
.icon-back:before {
    content: "\e60a";
}
.icon-cruiseShip:before {
    content: "\e60b";
}
.icon-data:before {
    content: "\e60c";
}
.icon-users:before {
    content: "\e60d";
}
.icon-gift:before {
    content: "\e60e";
}
.icon-office:before {
    content: "\e60f";
}

