@font-face {
    font-family: 'GI-Iconset';
    src: url('../fonts/icomoon.eot.txt');
    src: url('../fonts/icomoon.eot.txt') format('embedded-opentype'), 
        url('../fonts/icomoon.woff.txt') format('woff'), 
        url('../fonts/icomoon.ttf.txt') format('truetype'), 
        url('../fonts/icomoon.svg.txt') format('svg');
    font-weight: normal;
    font-style: normal;
}

.Font-GiIconset {
    display: inline;
    font-family: "GI-Iconset";
    font-size: 10px;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}


.Icon_DoubleRightArrowwhite:before {
    content: "\e80d"; 
    font-color: #FFFFFF;
}
.Icon_DoubleUpArrow:before {
    content: "\e80c"; 
}
.Icon_Mail:before {
    content: "\e701";
}