@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?3dl9st');
  src:  url('fonts/icomoon.eot?3dl9st#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?3dl9st') format('truetype'),
    url('fonts/icomoon.woff?3dl9st') format('woff'),
    url('fonts/icomoon.svg?3dl9st#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: 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;
}


.icon-LPG-road:before {
  content: "\e904";
}
.icon-LPG-piggybank:before {
  content: "\e905";
}
.icon-LPG-leaf:before {
  content: "\e906";
}
.icon-LPG-flame:before {
  content: "\e907";
}
.icon-engine:before {
  content: "\e900";
}
.icon-chasis:before {
  content: "\e901";
}
.icon-snowflake:before {
  content: "\e902";
}
.icon-tire:before {
  content: "\e903";
}




  /* Moje style =================================================================================================== */
.big-txt{
 font-size:70px;
}

.medium-txt{
 font-size:40px;
}

.big-txt:hover{
 color:#ff0000;
}
