@font-face {
  font-family: 'icomoon';
  src:  url('icomoon.eot?pnra4p');
  src:  url('icomoon.eot?pnra4p#iefix') format('embedded-opentype'),
    url('icomoon.ttf?pnra4p') format('truetype'),
    url('icomoon.woff?pnra4p') format('woff'),
    url('icomoon.svg?pnra4p#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="para_icon-"], [class*=" para_icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  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;
}

.para_icon-arrow_right:before {
  content: "\e904";
}

.para_icon-arrow_down {
  transform: rotate(90deg);
  margin-right: 10px;
}
.para_icon-arrow_down:before {
  content: "\e904";
  font-size: 14px;
}

.para_icon-arrow_left {
  transform: rotate(180deg);
}

.para_icon-arrow_left:before {
  content: "\e904";
  font-size: 14px;
}

.para_icon-paraurheilu .path1:before,
.para_icon-paraurheilu .path2:before,
.para_icon-paraurheilu .path3:before,
.para_icon-special_olympics:before {
  font-size: 24px;
  position: relative;
  top: 6px;
}

.para_icon-paraurheilu .path1:before {
  content: "\e900";
  color: rgb(221, 24, 57);
}
.para_icon-paraurheilu .path2:before {
  content: "\e901";
  margin-left: -1.3564453125em;
  color: rgb(0, 134, 47);
}
.para_icon-paraurheilu .path3:before {
  content: "\e902";
  margin-left: -1.3564453125em;
  color: rgb(0, 105, 183);
}
.para_icon-special_olympics:before {
  content: "\e903";
  color: #d8232a;
}
