@charset "UTF-8";

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

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

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

html {
    position: relative !important;
    min-height: 100% !important;
    font-family: "Lato", sans-serif;
    -webkit-font-smoothing: antialiased;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    /*background-color: #E4EBF7;*/
}

