﻿@font-face {
  font-family: 'ozone';
  src:  url('fonts/ozone.eot?13z22j');
  src:  url('fonts/ozone.eot?13z22j#iefix') format('embedded-opentype'),
    url('fonts/ozone.ttf?13z22j') format('truetype'),
    url('fonts/ozone.woff?13z22j') format('woff'),
    url('fonts/ozone.svg?13z22j#ozone') 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: 'ozone' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size:40px !important;
  background:#fff;
  border-radius:50%;
  height: 40px;
  width: 40px;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-search:before {
  content: "\e905";
}
.icon-facebook:before {
  content: "\e900";
  color: #ea2429;
}
.icon-instagram:before {
  content: "\e901";
  color: #ea2429;
}
.icon-linkedin:before {
  content: "\e902";
  color: #ea2429;
}
.icon-viber:before {
  content: "\e903";
  color: #ea2429;
}
.icon-youtube:before {
  content: "\e904";
  color: #ea2429;
}
