/*******************************************************************************************
 * STANDARD WEBSITE COLORS TO BE USED BY ALL ELEMENTS           *
 *                                                                                                               *
 *******************************************************************************************/
@font-face {
  font-family: "OSP DIN";
  src: url('../fonts/osp-din.eot');
  src: url('../fonts/osp-din.eot?#iefix') format('eot'), url('../fonts/osp-din.ttf') format('truetype'), url('../fonts/osp-din.otf') format('opentype'), url('../fonts/osp-din.woff') format('woff');
}

@font-face {
  font-family: "Economica";
  src: url('../fonts/economica-regular-otf.eot');
  src: url('../fonts/economica-regular-otf.eot?#iefix') format('eot'), url('../fonts/economica-regular-otf.ttf') format('truetype'), url('../fonts/economica-regular-otf.otf') format('opentype'), url('../fonts/economica-regular-otf.woff') format('woff');
  font-style: normal;
}

@font-face {
  font-family: "Economica";
  src: url('../fonts/economica-bold-otf.eot');
  src: url('../fonts/economica-bold-otf.eot?#iefix') format('eot'), url('../fonts/economica-bold-otf.ttf') format('truetype'), url('../fonts/economica-bold-otf.otf') format('opentype'), url('../fonts/economica-bold-otf.woff') format('woff');
  font-style: bold;
}

@font-face {
  font-family: "Economica";
  src: url('../fonts/economica-italic-otf.eot');
  src: url('../fonts/economica-italic-otf.eot?#iefix') format('eot'), url('../fonts/economica-italic-otf.ttf') format('truetype'), url('../fonts/economica-italic-otf.otf') format('opentype'), url('../fonts/economica-italic-otf.woff') format('woff');
  font-style: italic;
}

/* Standard Font */
/* Title Font */
a {
  text-decoration: none;
}

.clearfix {
  clear: both;
}

.element-invisible {
  display: none !important;
}
