/* Webfont: Lato-Regular */
@font-face {
    font-family: 'OpenSans';
    src: url('../fonts/open-sans/OpenSans-Regular-webfont.eot'); /* IE9 Compat Modes */
    src: url('../fonts/open-sans/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/open-sans/OpenSans-Regular.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}
@font-face {
    font-family: 'OpenSans';
    src: url('../fonts/open-sans/OpenSans-Light-webfont.eot'); /* IE9 Compat Modes */
    src: url('../fonts/open-sans/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/open-sans/OpenSans-Light.ttf') format('truetype');
    font-style: normal;
    font-weight: 100;
    text-rendering: optimizeLegibility;
}
@font-face {
    font-family: 'OpenSans';
    src: url('../fonts/open-sans/OpenSans-Bold-webfont.eot'); /* IE9 Compat Modes */
    src: url('../fonts/open-sans/OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/open-sans/OpenSans-Bold.ttf') format('truetype');
    font-style: normal;
    font-weight: bold;
    text-rendering: optimizeLegibility;
}

body,p,span,a,small{
    font-family: "OpenSans", Helvetica, Arial, sans-serif !important;
    font-weight: normal;
}
strong{
    font-family: "OpenSans", Helvetica, Arial, sans-serif !important;
    font-weight: bold;
}
h1, h2, h3, h4{
  font-family: "OpenSans", Helvetica, Arial, sans-serif !important;
  font-weight: normal;
}
small, .small {
    font-size: 75%;
}
