@charset "UTF-8";

@font-face {
    font-family: 'Segoe Print';
    src: url('fonts/SegoePrint-Bold.eot');
    src: url('fonts/SegoePrint-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/SegoePrint-Bold.woff2') format('woff2'),
        url('fonts/SegoePrint-Bold.woff') format('woff'),
        url('fonts/SegoePrint-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Segoe Print';
    src: url('fonts/SegoePrint.eot');
    src: url('fonts/SegoePrint.eot?#iefix') format('embedded-opentype'),
        url('fonts/SegoePrint.woff2') format('woff2'),
        url('fonts/SegoePrint.woff') format('woff'),
        url('fonts/SegoePrint.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
  font-family: "caritas";
  src:url("fonts/caritas.eot");
  src:url("fonts/caritas.eot?#iefix") format("embedded-opentype"),
    url("fonts/caritas.woff") format("woff"),
    url("fonts/caritas.ttf") format("truetype"),
    url("fonts/caritas.svg#caritas") format("svg");
  font-weight: normal;
  font-style: normal;

}

[data-icon]:before {
  font-family: "caritas" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "caritas" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-child-girl:before {
  content: "\61";
}
.icon-communities:before {
  content: "\62";
}
.icon-donators:before {
  content: "\63";
}
.icon-family:before {
  content: "\64";
}
.icon-money:before {
  content: "\65";
}
.icon-trainings:before {
  content: "\66";
}
.icon-volunteers:before {
  content: "\67";
}
.icon-h24:before {
  content: "\68";
}
.icon-home:before {
  content: "\69";
}
.icon-products:before {
  content: "\6a";
}
.icon-projects:before {
  content: "\6b";
}
.icon-users-plus:before {
  content: "\6c";
}
