/* roboto */

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

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

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

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

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

@font-face {
    font-family: 'shin-cpn-font';
    src: url('../fonts/shin-cpn-font.eot?87631095');
    src: url('../fonts/shin-cpn-font.eot?87631095#iefix') format('embedded-opentype'),
    url('../fonts/shin-cpn-font.woff2?87631095') format('woff2'),
    url('../fonts/shin-cpn-font.woff?87631095') format('woff'),
    url('../fonts/shin-cpn-font.ttf?87631095') format('truetype'),
    url('../fonts/shin-cpn-font.svg?87631095#shin-cpn-font') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'shin-cpn-font';
    src: url('../font/shin-cpn-font.svg?87631095#shin-cpn-font') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
    font-family: "shin-cpn-font";
    font-style: normal;
    font-weight: normal;
    speak: never;

    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    /* opacity: .8; */

    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;

    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;

    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    margin-left: .2em;

    /* you can be more comfortable with increased icons size */
    /* font-size: 120%; */

    /* Font smoothing. That was taken from TWBS */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-input-arrow:before { content: '\e800'; } /* '' */
.icon-phone:before { content: '\e801'; } /* '' */
.icon-profile:before { content: '\e802'; } /* '' */
.icon-plus:before { content: '\e804'; } /* '' */
.icon-minus:before { content: '\e805'; } /* '' */
.icon-logout:before { content: '\e806'; } /* '' */
.icon-print:before { content: '\e807'; } /* '' */
.icon-angle-right:before { content: '\f105'; } /* '' */