/*symbols*/
@font-face {
    font-family: 'symbol';
    src: url('../fonts/symbol.eot');
    src: url('../fonts/symbol.eot?#iefix') format('embedded-opentype'),
         url('../fonts/symbol.woff') format('woff'),
         url('../fonts/symbol.ttf') format('truetype'),
         url('../fonts/symbol.svg#symbol') format('svg');
    font-weight: normal;
    font-style: normal;
}
[class*='icon-']:before{
	display: inline-block;
   font-family: 'symbol';
   font-style: normal;
   font-weight: normal;
   line-height: 1 ;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale
}
.icon-price-bar:before{content:'\0041';}
.icon-candle:before{content:'\0042';}
.icon-line:before{content:'\0043';}
.icon-mountain:before{content:'\0044';}
.icon-stocks:before{content:'\0045';}
.icon-index:before{content:'\0046';}
.icon-forex:before{content:'\0047';}
.icon-futures:before{content:'\0048';}