@font-face {
  font-family: 'villalila';
  src:  url('files/layout/iconfont/villalila.eot?q779r3');
  src:  url('files/layout/iconfont/villalila.eot?q779r3#iefix') format('embedded-opentype'),
    url('files/layout/iconfont/villalila.ttf?q779r3') format('truetype'),
    url('files/layout/iconfont/villalila.woff?q779r3') format('woff'),
    url('files/layout/iconfont/villalila.svg?q779r3#villalila') format('svg');
  font-weight: normal;
  font-style: normal;
}

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

.icon-plus:before {
  content: "\61";
  color: #000;
}
.icon-up:before {
  content: "\62";
  color: #000;
}
.icon-down:before {
  content: "\63";
  color: #000;
}
.icon-right:before {
  content: "\64";
  color: #000;
}
.icon-left:before {
  content: "\65";
  color: #000;
}
.icon-info:before {
  content: "\66";
  color: #000;
}
.icon-logo:before {
  content: "\67";
  color: #000;
}

