@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?sv0ptl');
  src:  url('fonts/icomoon.eot?sv0ptl#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?sv0ptl') format('truetype'),
    url('fonts/icomoon.woff?sv0ptl') format('woff'),
    url('fonts/icomoon.svg?sv0ptl#icomoon') format('svg');
  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;
	font-size:26px;
	color:#999;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  
}
.icon-checkmark:before {
  content: "\e900";
}
.icon-close:before {
  content: "\e901";
}
.icon-close-outline:before {
  content: "\e903";
}
.icon-close-solid:before {
  content: "\e902";
}
.icon-lock-open:before {
  content: "\e904";
}
.icon-view-hide:before {
  content: "\e905";
}
.icon-view-show:before {
  content: "\e906";
}
.icon-mobile:before {
  content: "\e958";
}
.icon-reply:before {
  content: "\e96a";
}
.icon-user:before {
  content: "\e971";
}
.icon-spinner2:before {
  content: "\e97b";
}
.icon-switch:before {
  content: "\e9b6";
}
