@import url(../fonts/Lato-Medium.ttf);

@font-face {
    font-family: "Lato";
    src: url("../fonts/lato-regular-webfont.ttf");
    src: url("../fonts/Lato-regular-webfont.woff") format("woff"),
    url("../fonts/Lato-regular-webfont.otf") format("opentype"),
    url("../fonts/Lato-regular-webfont.svg#filename") format("svg");
}

@font-face {
    font-family: "Lato-bold";
    src: url("../fonts/lato-bold-webfont.ttf");
    src: url("../fonts/Lato-bold-webfont.woff") format("woff"),
    url("../fonts/Lato-bold-webfont.otf") format("opentype"),
    url("../fonts/Lato-bold-webfont.svg#filename") format("svg");
}

@font-face {
    font-family: "Lato-heavy";
    src: url("../fonts/lato-heavy-webfont.ttf");
    src: url("../fonts/Lato-heavy-webfont.woff") format("woff"),
    url("../fonts/Lato-heavy-webfont.otf") format("opentype"),
    url("../fonts/Lato-heavy-webfont.svg#filename") format("svg");
}

@font-face {
    font-family: "Lato-black";
    src: url("../fonts/lato-black-webfont.ttf");
    src: url("../fonts/Lato-black-webfont.woff") format("woff"),
    url("../fonts/Lato-black-webfont.otf") format("opentype"),
    url("../fonts/Lato-black-webfont.svg#filename") format("svg");
}

div, p, span, h1, h2, h3, h4, h5, h6 {
    font-family: 'lato';
    color: #424040;
}

.container-fluid, .col-md-12 {
    padding: 0 !important;
    overflow: hidden;
}

.blue-color {
    color : #0071bc !important;
}
.green-color {
    color : #4ea809 !important;
}

.bcg-green {
    background-color: #4ea809 !important;
}
.bcg-blue {
    background-color: #0071bc !important;
}

.button-blue {
    background-color: #0071bc !important;
    opacity: 1;
    color: #fff !important;
}
.button-blue:hover {
    opacity: 0.8;
}
.button-green {
    background-color: #4ea809 !important;
    opacity: 1;
    color: #fff !important;
}
.button-green:hover {
    opacity: 0.8;
}

.hide {
    display: none !important;
}
