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

[class^="high-low-"], [class*=" high-low-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'high-low' !important;
  speak: none;
  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;
}

.high-low-advice:before {
  content: "\e900";
}
.high-low-anchor-testing:before {
  content: "\e901";
}
.high-low-annual:before {
  content: "\e902";
}
.high-low-certificate:before {
  content: "\e903";
}
.high-low-chain-saw:before {
  content: "\e904";
}
.high-low-checkmark:before {
  content: "\e905";
}
.high-low-cogwheel:before {
  content: "\e906";
}
.high-low-completed-tasks:before {
  content: "\e907";
}
.high-low-configuration:before {
  content: "\e908";
}
.high-low-construction:before {
  content: "\e909";
}
.high-low-contact:before {
  content: "\e90a";
}
.high-low-digger:before {
  content: "\e90b";
}
.high-low-drill:before {
  content: "\e90c";
}
.high-low-edit-note:before {
  content: "\e90d";
}
.high-low-general:before {
  content: "\e90e";
}
.high-low-hammer:before {
  content: "\e90f";
}
.high-low-hammer-in-hand:before {
  content: "\e910";
}
.high-low-house:before {
  content: "\e911";
}
.high-low-inspection:before {
  content: "\e912";
}
.high-low-maintenance:before {
  content: "\e913";
}
.high-low-mountain:before {
  content: "\e914";
}
.high-low-operational:before {
  content: "\e915";
}
.high-low-pencil-on-paper:before {
  content: "\e916";
}
.high-low-ppe:before {
  content: "\e917";
}
.high-low-question:before {
  content: "\e918";
}
.high-low-routine:before {
  content: "\e919";
}
.high-low-ruler:before {
  content: "\e91a";
}
.high-low-saw:before {
  content: "\e91b";
}
.high-low-screw:before {
  content: "\e91c";
}
.high-low-screwdriver:before {
  content: "\e91d";
}
.high-low-screwdriver-wrench:before {
  content: "\e91e";
}
.high-low-shape:before {
  content: "\e91f";
}
.high-low-sign:before {
  content: "\e920";
}
.high-low-spanner:before {
  content: "\e921";
}
.high-low-toolbox:before {
  content: "\e922";
}
.high-low-trees:before {
  content: "\e923";
}
.high-low-two:before {
  content: "\e924";
}
.high-low-wrench:before {
  content: "\e925";
}

.tilt {
	-webkit-box-shadow: 0px 0px 20px 0px rgba(184,182,184,0.71);
	-moz-box-shadow: 0px 0px 20px 0px rgba(184,182,184,0.71);
	box-shadow: 0px 0px 20px 0px rgba(184,182,184,0.71);
    border-radius: 3%;
    border:1px solid white;
  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
   -webkit-transition: all 0.4s;
}
 
.tilt:hover {
  -webkit-transform: rotate(-3deg);
     -moz-transform: rotate(-3deg);
       -o-transform: rotate(-3deg);
      -ms-transform: rotate(-3deg);
          transform: rotate(-3deg);
    border-color:rgba(255,255,255,0);
    -webkit-box-shadow: 0 0 0 4px #fff;
    -moz-box-shadow:    0 0 0 4px #fff;
    box-shadow:         0 0 0 4px #fff;
}


