/*Fonts*/

/*open sans regular*/
@font-face {
    font-family: 'open_sansregular';
    src: url('../fonts/opnsans/open-sans-regular/opensans-regular-webfont.eot');
    src: url('../fonts/opnsans/open-sans-regular/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opnsans/open-sans-regular/opensans-regular-webfont.woff2') format('woff2'),
         url('../fonts/opnsans/open-sans-regular/opensans-regular-webfont.woff') format('woff'),
         url('../fonts/opnsans/open-sans-regular/opensans-regular-webfont.ttf') format('truetype'),
         url('../fonts/opnsans/open-sans-regular/opensans-regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
/*open sans bold*/
@font-face {
    font-family: 'open_sansbold';
    src: url('../fonts/opnsans/open-sans-bold/opensans-bold-webfont.eot');
    src: url('../fonts/opnsans/open-sans-bold/opensans-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opnsans/open-sans-bold/opensans-bold-webfont.woff2') format('woff2'),
         url('../fonts/opnsans/open-sans-bold/opensans-bold-webfont.woff') format('woff'),
         url('../fonts/opnsans/open-sans-bold/opensans-bold-webfont.ttf') format('truetype'),
         url('../fonts/opnsans/open-sans-bold/opensans-bold-webfont.svg#open_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;
}
/*open sans semibold*/
@font-face {
    font-family: 'open_sanssemibold';
    src: url('../fonts/opnsans/open-sans-semibold/opensans-semibold-webfont.eot');
    src: url('../fonts/opnsans/open-sans-semibold/opensans-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opnsans/open-sans-semibold/opensans-semibold-webfont.woff2') format('woff2'),
         url('../fonts/opnsans/open-sans-semibold/opensans-semibold-webfont.woff') format('woff'),
         url('../fonts/opnsans/open-sans-semibold/opensans-semibold-webfont.ttf') format('truetype'),
         url('../fonts/opnsans/open-sans-semibold/opensans-semibold-webfont.svg#open_sanssemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}
/*open sans light*/
@font-face {
    font-family: 'open_sanslight';
    src: url('../fonts/opnsans/open-sans-light/opensans-light-webfont.eot');
    src: url('../fonts/opnsans/open-sans-light/opensans-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opnsans/open-sans-light/opensans-light-webfont.woff2') format('woff2'),
         url('../fonts/opnsans/open-sans-light/opensans-light-webfont.woff') format('woff'),
         url('../fonts/opnsans/open-sans-light/opensans-light-webfont.ttf') format('truetype'),
         url('../fonts/opnsans/open-sans-light/opensans-light-webfont.svg#open_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;
}