@font-face {
    font-family: 'Proxima Nova Regular';
    src: url('../fonts/proximanova-regular.eot');
    src: url('../fonts/proximanova-regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/proximanova-regular.woff') format('woff'),
    url('../fonts/proximanova-regular.ttf') format('truetype'),
    url('../fonts/proximanova-regular.svg#slingnormal') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Proxima Nova Semibold';
    src: url('../fonts/proximanova-semibold.eot');
    src: url('../fonts/proximanova-semibold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/proximanova-semibold.woff') format('woff'),
    url('../fonts/proximanova-semibold.ttf') format('truetype'),
    url('../fonts/proximanova-semibold.svg#slinglight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Proxima Nova Light';
    src: url('../fonts/proximanova-light.eot');
    src: url('../fonts/proximanova-light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/proximanova-light.woff') format('woff'),
    url('../fonts/proximanova-light.ttf') format('truetype'),
    url('../fonts/proximanova-light.svg#slingbold') format('svg');
    url('../fonts/ProximaNova-Light.otf') format('otf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Proxima Nova Bold';
    src: url('../fonts/proximanova-bold.eot');
    src: url('../fonts/proximanova-bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/proximanova-bold.woff') format('woff'),
    url('../fonts/proximanova-bold.ttf') format('truetype'),
    url('../fonts/proximanova-bold.svg#slingbold') format('svg');
url('../fonts/proximanova-bold.otf') format('otf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'icomoon';
    src:  url('../fonts/icomoon.eot?7xxixz');
    src:  url('../fonts/icomoon.eot?7xxixz#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?7xxixz') format('truetype'),
    url('../fonts/icomoon.woff?7xxixz') format('woff'),
    url('../fonts/icomoon.svg?7xxixz#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-walking:before {
    content: "\e906";
}
.icon-map-start:before {
    content: "\e900";
}
.icon-swich:before {
    content: "\e901";
}
.icon-direction .path1:before {
    content: "\e902";
    color: rgb(255, 90, 122);
}
.icon-direction .path2:before {
    content: "\e903";
    margin-left: -1.0537109375em;
    color: rgb(0, 0, 0);
}
.icon-indication:before {
    content: "\e904";
}
.icon-marker:before {
    content: "\e905";
}
.icon-close:before {
    content: "\e907";
}
.icon-arrow-right:before {
    content: "\e908";
}
.icon-lens:before {
    content: "\e909";
}
.icon-target:before {
    content: "\e90a";
}
.icon-position .path1:before {
    content: "\e90b";
    color: rgb(219, 52, 45);
}
.icon-position .path2:before {
    content: "\e90c";
    margin-left: -1em;
    color: rgb(233, 100, 100);
}


