﻿@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot');
  src:  url('../fonts/icomoon.eot') format('embedded-opentype'),
    url('../fonts/icomoon.ttf') format('truetype'),
    url('../fonts/icomoon.woff') format('woff'),
    url('../fonts/icomoon.svg') 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-crane:before {
  content: "\63";
  font-size: 60px;
  display: inline-block;

    line-height: 1;
font-size: inherit;
text-rendering: auto;
line-height: inherit;
padding-bottom: 7.5%;
padding-top:10%;
}


*, ::after, ::before {
    box-sizing: border-box !important;
}


@media only screen and (min-width: 600px) {
  /* For tablets: */
.icon-crane:before {
padding-bottom: 7.5%;
padding-top:10%;
}

}
@media only screen and (min-width: 768px) {
  /* For desktop: */
.icon-crane:before {

  padding-bottom: 7.5%;
padding-top:7.5%;
}

}
    