@font-face {
    font-family: 'ios';
    src:    url('/fonts/icomoon.eot?dwlhd6');
    src:    url('/fonts/icomoon.eot?dwlhd6#iefix') format('embedded-opentype'),
        url('/fonts/icomoon.ttf?dwlhd6') format('truetype'),
        url('/fonts/icomoon.woff?dwlhd6') format('woff'),
        url('/fonts/icomoon.svg?dwlhd6#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="ios-"], [class*=" ios-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'ios' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
	font-size: 24px;

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

	


.ios-tools:before {
    content: "\e908";
}
.ios-correct:before {
    content: "\e900";
}
.ios-download:before {
    content: "\e90a";
}
.ios-settings:before {
    content: "\e90b";
}
.ios-chevron-left:before {
    content: "\e901";
}
.ios-chevron-right:before {
    content: "\e902";
}
.ios-cross:before {
    content: "\e903";
}
.ios-magnifier:before {
    content: "\e904";
}
.ios-menu:before {
    content: "\e905";
}
.ios-pause:before {
    content: "\e906";
}
.ios-power:before {
    content: "\e907";
}
.ios-waste:before {
    content: "\e909";
}

