@charset "UTF-8";

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

}

[data-icon]:before {
  font-family: "lucon" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "lucon" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icone a {
  color: #999999;
  text-decoration: none;
}

.icone a:hover {
  color: #2c2b29;
}

.icon-aviazione {
  font-size: 50px;
}

.icon-automotive {
  font-size: 50px;
}

.icon-nautica {
  font-size: 50px;
}

.icon-epoca {
  font-size: 50px;
}


.icon-automotive:before {
  content: "a";
}
.icon-epoca:before {
  content: "c";
}
.icon-nautica:before {
  content: "d";
}
.icon-aviazione:before {
  content: "b";
}
