@font-face {
  font-family: true-blue;
  src: url(fonts/TRUE-BLUE.OTF);
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

.font-true-blue {
  font-family: true-blue !important;
}

@font-face {
  font-family: Helvetica-oblique;
  src: url(fonts/HELVETICA-OBLIQUE.TTF);
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: 'skiline';
  src:  url('fonts/skilines/skiline.eot?guful9');
  src:  url('fonts/skiline/skiline.eot?guful9#iefix') format('embedded-opentype'),
  url('fonts/skiline/skiline.ttf?guful9') format('truetype'),
  url('fonts/skiline/skiline.woff?guful9') format('woff'),
  url('fonts/skiline/skiline.svg?guful9#skiline') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-skiline-"], [class*=" icon-skiline-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'skiline' !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-skiline-ascensore:before {
  content: "\e900";
  color: rgb(255, 255, 255);
  opacity: 1;
}
.icon-skiline-design1:before {
  content: "\e90e";
  color: rgb(255, 255, 255);
  opacity: 1;
}
.icon-skiline-natura:before {
  content: "\e913";
  color: rgb(255, 255, 255);
  opacity: 1;
}

.icon-skiline-tecnologia-uniti:before {
  content: "\e914";
  color: #fff;
}

#art-main
{
  background: #f3f3f3;
  margin: 0 auto;
  font-size: 14px;
  font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
  font-weight: normal;
  font-style: normal;
  position: relative;
  width: 100%;
  min-height: 100%;
  left: 0;
  top: 0;
  cursor: default;
}


