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

[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;
}

.absolute{
  position: absolute;
}

.bottom{
  bottom: 0;
}

.top{
  top: 0;
}
.icon-format_textdirection_l_to_r:before {
  content: "\e900";
}
.center-img{
  display: block;
  margin: auto;
}

.m-75{
  margin: 75px !important;
}

.mw-200{
  max-width: 200px !important;
}

.mw-300{
  max-width: 300px !important;
}


.mt-100{
  margin-top: 100px !important;
}

.mt-200{
  margin-top: 200px !important;
}

.mt-300{
  margin-top: 300px !important;
}
.mt-400{
  margin-top: 400px !important;
}
.mt-500{
  margin-top: 500px !important;
}

.mb-100{
  margin-bottom: 100px !important;
}

.mb-200{
  margin-bottom: 200px !important;
}

.minh-200{
  min-height: 200px;
}

.ml-20{
  margin-left: 20px !important;
}

.ml-40{
  margin-left: 40px !important;
}

.abs-block{
  display: block;
  position: absolute;
}

@media only screen and (max-width:750px){
  .mres-0{
    margin: 0 !important;
  }
}