@font-face {
  font-family: 'icomoon';
/*   src:  url('icomoon.eot?g9slkv'); */
  src:  url('icomoon.ttf?g9slky') format('truetype');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* 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;
*/
}


.icon-mail:before {
  content: "\e907";
  margin-right: 10px;
}
.icon-play2:before {
  content: "\ea15";
}
.icon-tweeter:before {
  content: "\ea41";
}
.icon-facebook:before {
  content: "\ea42";
}
.icon-instagram:before {
  content: "\ea43";
}
.icon-logo:before {
  content: "\ea44";
}

.icon-mobile:before {
  content: "\e901";
}
.icon-search:before {
  content: "\e902";
}
.icon-about:before {
  content: "\e903";
}
.icon-menu:before {
  content: "\e904";
}
.icon-access:before {
  content: "\e905";
}
.icon-voice:before {
  content: "\e906";
}


.icon-keyboard_arrow_right:after {
  content: "\e908";
}
/*.icon-keyboard_arrow_right:before {
  content: "\e908";
}*/
.icon-keyboard_arrow_down:before {
  content: "\e909";
}
.icon-arrow_drop_down_circle2:after {
  content: "\e90a";
}

.icon-phone:before {
  content: "\e900";
  margin-right: 10px;
}

