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

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

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

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

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

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

body {
  font-family: "Roboto-Regular";
  color: #000;
  font-size: 16px;
  min-width: 1445px;
}

a {
  text-decoration: none;
  color: #192b74; }

h1, h2, h3, h4, h5 {
  margin: 0px;
  padding: 0px; }

.container-horizontal {
  padding: 0px;
  width: 100%;
  min-width: 1020px;
  position: relative;
  float: left;
  display: block;
}
.container-center {
  width: 100%;
  max-width: 1020px;
  margin: 0px auto;
}
.bgc-E5E5E5 {
  background: #E5E5E5;
}

