/* fallback */
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/material.woff) format('woff');
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto Regular'), local('Roboto-Regular'), url(../fonts/RobotoTTF/Roboto-Regular.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto Condensed Regular'), local('RobotoCondensed-Regular'), url(../fonts/RobotoTTF/RobotoCondensed-Regular.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto Black';
  font-style: normal;
  font-weight: 900;
  src: local('Roboto Black'), local('Roboto-Black'), url(../fonts/RobotoTTF/Roboto-Black.ttf) format('truetype');
}

@font-face {
  font-family: 'Roboto Black Italic';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto Black Italic'), local('Roboto-BlackItalic'), url(../fonts/RobotoTTF/Roboto-BlackItalic.ttf) format('truetype');
}

@font-face {
  font-family: 'Roboto Bold';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Bold'), local('Roboto-Bold'), url(../fonts/RobotoTTF/Roboto-Bold.ttf) format('truetype');
}

@font-face {
  font-family: 'Roboto Bold Italic';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Bold Italic'), local('Roboto-BoldItalic'), url(../fonts/RobotoTTF/Roboto-BoldItalic.ttf) format('truetype');
}

@font-face {
  font-family: 'Roboto Italic';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto Italic'), local('Roboto-Italic'), url(../fonts/RobotoTTF/Roboto-Italic.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto Light';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Light'), local('Roboto-Light'), url(../fonts/RobotoTTF/Roboto-Light.ttf) format('truetype');
}

@font-face {
  font-family: 'Roboto Light Italic';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Light Italic'), local('Roboto-LightItalic'), url(../fonts/RobotoTTF/Roboto-LightItalic.ttf) format('truetype');
}

@font-face {
  font-family: 'Roboto Medium';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto Medium'), local('Roboto-Medium'), url(../fonts/Roboto-Medium.ttf) format('truetype');
}

@font-face {
  font-family: 'Roboto Medium Italic';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto Medium Italic'), local('Roboto-MediumItalic'), url(../fonts/RobotoTTF/Roboto-MediumItalic.ttf) format('truetype');
}

@font-face {
  font-family: 'Roboto Thin';
  font-style: normal;
  font-weight: 100;
  src: local('Roboto Thin'), local('Roboto-Thin'), url(../fonts/RobotoTTF/Roboto-Thin.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto Thin Italic';
  font-style: normal;
  font-weight: 100;
  src: local('Roboto Thin Italic'), local('Roboto-ThinItalic'), url(../fonts/RobotoTTF/Roboto-ThinItalic.ttf) format('truetype');
}

@font-face {
  font-family: 'Roboto Condensed Bold';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto Condensed Bold'), local('RobotoCondensed-Bold'), url(../fonts/RobotoTTF/RobotoCondensed-Bold.ttf) format('truetype');
}

@font-face {
  font-family: 'Roboto Condensed Bold Italic';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto Condensed Bold Italic'), local('RobotoCondensed-BoldItalic'), url(../fonts/RobotoTTF/RobotoCondensed-BoldItalic.ttf) format('truetype');
}

@font-face {
  font-family: 'Roboto Condensed Italic';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto Condensed Italic'), local('RobotoCondensed-Italic'), url(../fonts/RobotoTTF/RobotoCondensed-Italic.ttf) format('truetype');
}

@font-face {
  font-family: 'Roboto Condensed Light';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto Condensed Light'), local('RobotoCondensed-Light'), url(../fonts/RobotoTTF/RobotoCondensed-Light.ttf) format('truetype');
}

@font-face {
  font-family: 'Roboto Condensed Light Italic';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto Condensed Light Italic'), local('RobotoCondensed-LightItalic'), url(../fonts/RobotoTTF/RobotoCondensed-LightItalic.ttf) format('truetype');
}

@font-face {
  font-family: 'Roboto Condensed Regular';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto Condensed Regular'), local('RobotoCondensed-Regular'), url(../fonts/RobotoTTF/RobotoCondensed-Regular.ttf) format('truetype');
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}





