@font-face {
    font-family: "flaticon";
    src: url("../../fonts/flaticon.ttf") format("truetype"), url("../../fonts/flaticon.woff") format("woff"), url("../../fonts/flaticon.woff2") format("woff2"), url("../../fonts/flaticon.eot") format("embedded-opentype"), url("../../fonts/flaticon.svg") format("svg");
}

i[class^="flaticon-"]:before, i[class*=" flaticon-"]:before {
    font-family: flaticon !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.flaticon-water-drop:before {
    content: "\f101";
}
.flaticon-water-drop-1:before {
    content: "\f102";
}
.flaticon-recycle:before {
    content: "\f103";
}
.flaticon-glass:before {
    content: "\f104";
}
.flaticon-water-glass:before {
    content: "\f105";
}
.flaticon-water-bottle:before {
    content: "\f106";
}
.flaticon-water-bottle-1:before {
    content: "\f107";
}
.flaticon-water:before {
    content: "\f108";
}
.flaticon-water-1:before {
    content: "\f109";
}
.flaticon-draw-check-mark:before {
    content: "\f10a";
}
.flaticon-check:before {
    content: "\f10b";
}
.flaticon-cancel:before {
    content: "\f10c";
}
.flaticon-close:before {
    content: "\f10d";
}


@font-face {
    font-family: 'glyphicons regular';
    src: url('../font/glyphicons-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

button {
    font-size: 1em;
}

#down::after {
    margin-left: 1em;
    font-family: 'glyphicons regular';
    content: '\e213';
    vertical-align: middle;
}

#up::after {
    margin-left: 1em;
    font-family: 'glyphicons regular';
    content: '\e214';
    vertical-align: middle;
}