@charset "utf-8";
/* CSS Document */
	

/*============================================================================
  >> Fontes
  ============================================================================*/
  
 @font-face {
    font-family: 'neosansregular';
    src: url('../fonts/neo_sans.eot');
    src: url('../fonts/neo_sans.eot?#iefix') format('embedded-opentype'),
         url('../fonts/neo_sans.woff') format('woff'),
         url('../fonts/neo_sans.ttf') format('truetype'),
         url('../fonts/neo_sans.svg#neosansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}




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

}




@font-face {
    font-family: 'neosanslight';
    src: url('../fonts/neosans-light.eot');
    src: url('../fonts/neosans-light.eot?#iefix') format('embedded-opentype'),
         url('../fonts/neosans-light.woff') format('woff'),
         url('../fonts/neosans-light.ttf') format('truetype'),
         url('../fonts/neosans-light.svg#neosansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'ralewaybold';
    src: url('../fonts/ralewaybold.otf');
    /*src: url('../fonts/ralewaybold.ttf');*/
}

@font-face {
    font-family: 'ralewaysemibold';
    src: url('../fonts/ralewaysemibold.otf');
   /* src: url('../fonts/ralewaysemibold.ttf');*/
}

@font-face {
    font-family: 'ralewaymedium';
    src: url('../fonts/ralewaymedium.otf');
    /*src: url('../fonts/ralewaymedium.ttf');*/
}

@font-face {
    font-family: 'ralewayregular';
    src: url('../fonts/ralewayregular.otf');
   /* src: url('../fonts/ralewayregular.ttf');*/
}

@font-face {
    font-family: 'ralewayheavy';
    src: url('../fonts/ralewayheavy.otf');
   /* src: url('../fonts/ralewayregular.ttf');*/
}

