@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?zuwty');
  src:  url('fonts/icomoon.eot?zuwty#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?zuwty') format('truetype'),
    url('fonts/icomoon.woff?zuwty') format('woff'),
    url('fonts/icomoon.svg?zuwty#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;

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

.icon-mail2:before {
  content: "\e906";
  color: #4b4b4b;
}
.icon-mail:before {
  content: "\e904";
  color: #4b4b4b;
}
.icon-map:before {
  content: "\e900";
  color: #4b4b4b;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}
.icon-check:before {
  content: "\e901";
  color: #4b4b4b;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}
.icon-mark:before {
  content: "\e902";
  color: #4b4b4b;
}
.icon-morebtn:before {
  content: "\e903";
  color: #4b4b4b;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}
.icon-pencil:before {
  content: "\e905";
}



/** icon size and color **/
.icon_font10{
  font-size: 10px;
  font-size: 1.0rem;}

.icon_font11{
  font-size: 11px;
  font-size: 1.1rem;}

.icon_font12{
  font-size: 12px;
  font-size: 1.2rem;}

.icon_font13{
  font-size: 13px;
  font-size: 1.3rem;}

.icon_font14{
  font-size: 14px;
  font-size: 1.4rem;}

.icon_font15{
  font-size: 15px;
  font-size: 1.5rem;}

.icon_font16{
  font-size: 16px;
  font-size: 1.6rem;}

.icon_font17{
  font-size: 17px;
  font-size: 1.7rem;}






/** icon type **/
.icon-play:before {
  content: "\e900";
  color: #4b4b4b;
}
.icon-home:before {
  content: "\e902";
}
.icon-heart:before {
  content: "\e9da";
}
.icon-mail:before {
  content: "\ea83";
  color: #333;
  -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}
