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

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

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

.icomn-i-general:before {
  content: "\e907";
}
.icomn-arw-down:before {
  content: "\e900";
}
.icomn-arw-left:before {
  content: "\e901";
}
.icomn-arw-right:before {
  content: "\e902";
}
.icomn-arw-top:before {
  content: "\e903";
}
.icomn-i-aircraft.ang{
	-moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.icomn-i-aircraft:before {
  content: "\e904";  
}
.icomn-i-blank:before {
  content: "\e905";
}
.icomn-i-four-wheels:before {
  content: "\e906";
}
.icomn-i-motor:before {
  content: "\e90c";
}
.icomn-i-robot:before {
  content: "\e90d";
}
.icomn-i-social:before {
  content: "\e90e";
}
.icomn-i-two-wheels:before {
  content: "\e90f";
}

