
@font-face {
  font-family: 'roboto_condensed';
  src: url('../fonts/roboto-condensed.eot');
  src: url('../fonts/roboto-condensed.eot?#iefix') format('embedded-opentype'),
    url('../fonts/roboto-condensed.woff') format('woff'),
    url('../fonts/roboto-condensed.ttf') format('truetype'),
    url('../fonts/roboto-condensed.svg#robotocondensed') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'roboto_condensed';
  src: url('../fonts/roboto-boldcondensed.eot');
  src: url('../fonts/roboto-boldcondensed.eot?#iefix') format('embedded-opentype'),
    url('../fonts/roboto-boldcondensed.woff') format('woff'),
    url('../fonts/roboto-boldcondensed.ttf') format('truetype'),
    url('../fonts/roboto-boldcondensed.svg#robotobold_condensed') format('svg');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'roboto_condensed';
  src: url('../fonts/roboto-boldcondenseditalic.eot');
  src: url('../fonts/roboto-boldcondenseditalic.eot?#iefix') format('embedded-opentype'),
    url('../fonts/roboto-boldcondenseditalic.woff') format('woff'),
    url('../fonts/roboto-boldcondenseditalic.ttf') format('truetype'),
    url('../fonts/roboto-boldcondenseditalic.svg#robotobold_condensed_italic') format('svg');
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: 'roboto_condensed';
  src: url('../fonts/roboto-condenseditalic.eot');
  src: url('../fonts/roboto-condenseditalic.eot?#iefix') format('embedded-opentype'),
    url('../fonts/roboto-condenseditalic.woff') format('woff'),
    url('../fonts/roboto-condenseditalic.ttf') format('truetype'),
    url('../fonts/roboto-condenseditalic.svg#robotocondensed_italic') format('svg');
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'roboto';
  src: url('../fonts/roboto-regular.eot');
  src: url('../fonts/roboto-regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/roboto-regular.woff') format('woff'),
    url('../fonts/roboto-regular.ttf') format('truetype'),
    url('../fonts/roboto-regular.svg#robotoregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'roboto';
  src: url('../fonts/roboto-bold.eot');
  src: url('../fonts/roboto-bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/roboto-bold.woff') format('woff'),
    url('../fonts/roboto-bold.ttf') format('truetype'),
    url('../fonts/roboto-bold.svg#robotobold') format('svg');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'roboto';
  src: url('../fonts/roboto-bolditalic.eot');
  src: url('../fonts/roboto-bolditalic.eot?#iefix') format('embedded-opentype'),
    url('../fonts/roboto-bolditalic.woff') format('woff'),
    url('../fonts/roboto-bolditalic.ttf') format('truetype'),
    url('../fonts/roboto-bolditalic.svg#robotobold_italic') format('svg');
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: 'roboto';
  src: url('../fonts/roboto-italic.eot');
  src: url('../fonts/roboto-italic.eot?#iefix') format('embedded-opentype'),
    url('../fonts/roboto-italic.woff') format('woff'),
    url('../fonts/roboto-italic.ttf') format('truetype'),
    url('../fonts/roboto-italic.svg#robotoitalic') format('svg');
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'roboto_slab';
  src: url('../fonts/robotoslab-regular.eot');
  src: url('../fonts/robotoslab-regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/robotoslab-regular.woff') format('woff'),
    url('../fonts/robotoslab-regular.ttf') format('truetype'),
    url('../fonts/robotoslab-regular.svg#roboto_slabregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'roboto_slab';
  src: url('../fonts/robotoslab-bold.eot');
  src: url('../fonts/robotoslab-bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/robotoslab-bold.woff') format('woff'),
    url('../fonts/robotoslab-bold.ttf') format('truetype'),
    url('../fonts/robotoslab-bold.svg#roboto_slabbold') format('svg');
  font-weight: bold;
  font-style: normal;
}

/*
html {
  font-family: 'roboto_slab', sans-serif !important;
}

body {
  font-family: 'roboto_slab', sans-serif !important;
}
*/

.nav > li, h1, h2, h3, h4, h5, h6, th, .heading, .btn, label {
  font-family: 'roboto_slab', sans-serif !important;
}

.heading {text-align: center !important;}

.form-horizontal .control-label {
  padding-top: 3px;
}
