@charset "UTF-8";
/* CSS Document */
@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato/lato-regular-webfont.eot');
    src: url('../fonts/Lato/lato-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Lato/lato-regular-webfont.woff2') format('woff2'),
         url('../fonts/Lato/lato-regular-webfont.woff') format('woff'),
         url('../fonts/Lato/lato-regular-webfont.ttf') format('truetype'),
         url('../fonts/Lato/lato-regular-webfont.svg#latoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato/lato-bolditalic-webfont.eot');
    src: url('../fonts/Lato/lato-bolditalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Lato/lato-bolditalic-webfont.woff2') format('woff2'),
         url('../fonts/Lato/lato-bolditalic-webfont.woff') format('woff'),
         url('../fonts/Lato/lato-bolditalic-webfont.ttf') format('truetype'),
         url('../fonts/Lato/lato-bolditalic-webfont.svg#latobold_italic') format('svg');
    font-weight: bold;
    font-style: italic;
}
@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato/lato-italic-webfont.eot');
    src: url('../fonts/Lato/lato-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Lato/lato-italic-webfont.woff2') format('woff2'),
         url('../fonts/Lato/lato-italic-webfont.woff') format('woff'),
         url('../fonts/Lato/lato-italic-webfont.ttf') format('truetype'),
         url('../fonts/Lato/lato-italic-webfont.svg#latoitalic') format('svg');
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato/lato-bold-webfont.eot');
    src: url('../fonts/Lato/lato-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Lato/lato-bold-webfont.woff2') format('woff2'),
         url('../fonts/Lato/lato-bold-webfont.woff') format('woff'),
         url('../fonts/Lato/lato-bold-webfont.ttf') format('truetype'),
         url('../fonts/Lato/lato-bold-webfont.svg#latobold') format('svg');
    font-weight: bold;
    font-style: normal;
}
/* ICONS */
@font-face {
font-family:'fontawesome';
src:url('../fonts/Icons/font-awesome/icon.eot?ovivme');
src:url('../fonts/Icons/font-awesome/icon.eot?ovivme#iefix') format('embedded-opentype'),
url('../fonts/Icons/font-awesome/icon.ttf?ovivme') format('truetype'),
url('../fonts/Icons/font-awesome/icon.woff?ovivme') format('woff'),
url('../fonts/Icons/font-awesome/icon.svg?ovivme#icomoon') format('svg');
font-weight:normal;
font-style:normal;
}
[class^="icon-"],
[class*=" icon-"],
.icon
{
    font-family: 'fontawesome' !important;
    speak:none;
    font-style:normal;
    font-weight:normal;
    font-variant:normal;
    text-transform:none;
    line-height:1;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
}
