 @font-face {
      font-family: 'fontello';
      src: url('../font/fontello.eot?43249443');
      src: url('../font/fontello.eot?43249443#iefix') format('embedded-opentype'),
           url('../font/fontello.woff?43249443') format('woff'),
           url('../font/fontello.ttf?43249443') format('truetype'),
           url('../font/fontello.svg?43249443#fontello') format('svg');
      font-weight: normal;
      font-style: normal;
    }
    .logo-icon {
      font-family: "fontello";
      font-style: normal;
      font-weight: normal;
      text-align: center;
      font-size:32px;
      color: #FFA547;
text-decoration: none;
    }
	.logo-icon:hover {
	  color: #bc6000;
    }
.centercenter{
	text-align:center;

}
.colorchange{
	color: #FFA547;
}
.colorchange:hover{
	color: #bc6000;
}
