@font-face {
  font-family: 'ingfont';
  src: url('../font/ingfont.eot?98740281');
  src: url('../font/ingfont.eot?98740281#iefix') format('embedded-opentype'),
       url('../font/ingfont.woff2?98740281') format('woff2'),
       url('../font/ingfont.woff?98740281') format('woff'),
       url('../font/ingfont.ttf?98740281') format('truetype'),
       url('../font/ingfont.svg?98740281#ingfont') format('svg');
  font-weight: normal;
  font-style: normal;
}

 
 [class^="ing-icon-"]:before, [class*=" ing-icon-"]:before {
  font-family: "ingfont";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
 
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

[class^="ing-icon-"].ing-fw:before, [class*=" ing-icon-"].ing-fw:before{
	margin:0;width:auto;line-height:1;
}
 
.ing-icon-file-code:before { content: '\e800'; } /* '' */
.ing-icon-upload-1:before { content: '\e801'; } /* '' */
.ing-icon-cancel:before { content: '\e802'; } /* '' */
.ing-icon-cancel-1:before { content: '\e803'; } /* '' */
.ing-icon-video:before { content: '\e804'; } /* '' */
.ing-icon-file-video:before { content: '\e805'; } /* '' */
.ing-icon-left-open:before { content: '\e806'; } /* '' */
.ing-icon-right-open:before { content: '\e807'; } /* '' */
.ing-icon-infinity:before { content: '\e808'; } /* '' */
.ing-icon-gauge:before { content: '\e809'; } /* '' */
.ing-icon-up-open:before { content: '\e80a'; } /* '' */
.ing-icon-down-open:before { content: '\e80b'; } /* '' */
.ing-icon-cancel-2:before { content: '\e80c'; } /* '' */
.ing-icon-eye:before { content: '\e80d'; } /* '' */
.ing-icon-plus:before { content: '\e80e'; } /* '' */
.ing-icon-ok:before { content: '\e80f'; } /* '' */
.ing-icon-heart:before { content: '\e810'; } /* '' */
.ing-icon-comment:before { content: '\e811'; } /* '' */
.ing-icon-heart-1:before { content: '\e812'; } /* '' */
.ing-icon-comment-1:before { content: '\e813'; } /* '' */
.ing-icon-thumbs-up:before { content: '\e814'; } /* '' */
.ing-icon-thumbs-down:before { content: '\e815'; } /* '' */
.ing-icon-location:before { content: '\e816'; } /* '' */
.ing-icon-heart-empty:before { content: '\e817'; } /* '' */
.ing-icon-play:before { content: '\e818'; } /* '' */
.ing-icon-spin2:before { content: '\e819'; } /* '' */
.ing-icon-heart-2:before { content: '\e81a'; } /* '' */
.ing-icon-comment-2:before { content: '\e81b'; } /* '' */
.ing-icon-plus-1:before { content: '\e81c'; } /* '' */
.ing-icon-youtube-play:before { content: '\e81d'; } /* '' */
.ing-icon-comment-alt:before { content: '\e81e'; } /* '' */
.ing-icon-play-1:before { content: '\e81f'; } /* '' */
.ing-icon-angle-right-1:before { content: '\e820'; } /* '' */
.ing-icon-angle-up-1:before { content: '\e821'; } /* '' */
.ing-icon-angle-down-1:before { content: '\e822'; } /* '' */
.ing-icon-angle-left-1:before { content: '\e823'; } /* '' */
.ing-icon-link-1:before { content: '\e824'; } /* '' */
.ing-icon-spin2-1:before { content: '\e831'; } /* '' */
.ing-icon-link:before { content: '\f07b'; } /* '' */
.ing-icon-comment-empty:before { content: '\f0e5'; } /* '' */
.ing-icon-angle-left:before { content: '\f104'; } /* '' */
.ing-icon-angle-right:before { content: '\f105'; } /* '' */
.ing-icon-angle-up:before { content: '\f106'; } /* '' */
.ing-icon-angle-down:before { content: '\f107'; } /* '' */
.ing-icon-ellipsis:before { content: '\f141'; } /* '' */
.ing-icon-ellipsis-vert:before { content: '\f142'; } /* '' */
.ing-icon-minus-squared-alt:before { content: '\f147'; } /* '' */
.ing-icon-instagram:before { content: '\f16d'; } /* '' */
.ing-icon-plus-squared-alt:before { content: '\f196'; } /* '' */
.ing-icon-brush:before { content: '\f1fc'; } /* '' */





.animate-spin {
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
  display: inline-block;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}