@charset "utf-8";
/* CSS Document */

/* MaryPortSet Icons Font  */


/* #################################################### */



@font-face {
  font-family: 'MaryPort';
  src:  url('fonts/MaryPort.eot?7sz15m');
  src:  url('fonts/MaryPort.eot?7sz15m#iefix') format('embedded-opentype'),
    url('fonts/MaryPort.ttf?7sz15m') format('truetype'),
    url('fonts/MaryPort.woff?7sz15m') format('woff'),
    url('fonts/MaryPort.svg?7sz15m#MaryPort') 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: 'MaryPort' !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-maryport-abytchkov-logo:before {
  content: "\e900";
  background-color: #b9d6e0;
}
.icon-maryport-crown:before {
  content: "\e915";
}
.icon-maryport-note:before {
  content: "\e916";
}




