@font-face {
  font-family: 'icon';
  src:
    url('fonts/icomoon.ttf?odjkos') format('truetype'),
    url('fonts/icomoon.woff?odjkos') format('woff'),
    url('fonts/icomoon.svg?odjkos#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="ico_"], [class*=" ico_"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  margin-left: .5em;
  margin-right: .5em;
  vertical-align: -1px;

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

i.i_l{
	margin-left: 0 !important;
}

i.i_r{
	margin-right: 0 !important;
}

.ico_right_line:before {
  content: "\e900";
  font-size: 18px;
}
@media screen and (max-width: 896px){
	.ico_right_line:before {
	  font-size: 16px;
	}
}
.ico_left:before {
  content: "\e901";
}
.ico_right:before {
  content: "\e902";
}
.ico_mail:before {
  content: "\e903";
}
.ico_link:before {
  content: "\e904";
}
.ico_fax:before {
  content: "\e905";
}
.ico_microphone:before {
  content: "\e906";
}
.ico_music:before {
  content: "\e907";
}
.ico_phone:before {
  content: "\e908";
}