/* ---------------------------------------------------

eIndex CSS - Global Style

@cssAuthor Bojan Drangovski
@contact bojandrango@gmail.com

@date Feb / March 2016

--------------------------------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    border: 0 none;
    font: inherit;
    margin: 0;
    outline: medium none;
    padding: 0;
    vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
html, body{
    font-family: 'osreg';
    font-size: 14px;
    color: #808181;
    background-color: #edf1f2;
    height: 100%;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none outside none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
input, textarea {
    border: none;
    outline: none;
}
a:active {
    outline: medium none;
}
* *:focus {
    outline: medium none;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -moz-appearance: none;
    box-sizing: border-box;
}

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

@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: "icons";
    src: url("fonts/icons.svg#icons") format("svg");
  }
}

@font-face {
  font-family: "oslight";
  src: url("fonts/opensans-light-webfont.eot");
  src: url("fonts/opensans-light-webfont.eot?#iefix") format("embedded-opentype"),
  url("fonts/opensans-light-webfont.woff2") format("woff2"),
  url("fonts/opensans-light-webfont.woff") format("woff"),
  url("fonts/opensans-light-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "osreg";
  src: url("fonts/opensans-regular-webfont.eot");
  src: url("fonts/opensans-regular-webfont.eot?#iefix") format("embedded-opentype"),
  url("fonts/opensans-regular-webfont.woff2") format("woff2"),
  url("fonts/opensans-regular-webfont.woff") format("woff"),
  url("fonts/opensans-regular-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "robotobold";
  src: url("fonts/roboto-bold-webfont.eot");
  src: url("fonts/roboto-bold-webfont.eot?#iefix") format("embedded-opentype"),
  url("fonts/roboto-bold-webfont.woff2") format("woff2"),
  url("fonts/roboto-bold-webfont.woff") format("woff"),
  url("fonts/roboto-bold-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "robotoblack";
  src: url("fonts/roboto-black-webfont.eot");
  src: url("fonts/roboto-black-webfont.eot?#iefix") format("embedded-opentype"),
  url("fonts/roboto-black-webfont.woff2") format("woff2"),
  url("fonts/roboto-black-webfont.woff") format("woff"),
  url("fonts/roboto-black-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'robotomedium';
  src: url('fonts/roboto-medium-webfont.eot');
  src: url('fonts/roboto-medium-webfont.eot?#iefix') format('embedded-opentype'),
       url('fonts/roboto-medium-webfont.woff2') format('woff2'),
       url('fonts/roboto-medium-webfont.woff') format('woff'),
       url('fonts/roboto-medium-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}