﻿/* Icons */
@font-face {
    font-family: "slick";
    src: url("/slick/fonts/slick.eot");
    src: url("/slick/fonts/slick.eot?#iefix") format("embedded-opentype"), url("/slick/fonts/slick.woff") format("woff"), url("/slick/fonts/slick.ttf") format("truetype"), url("/slick/fonts/slick.svg#slick") format("svg");
    font-weight: normal;
    font-style: normal;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    font-family: 'Roboto' sans-serif;
    font-size: 100%;

}

    footer .footer-gray {
    background-color: #474C55;
    color: #fff;
    height: 25px;
}

@media (min-width: 992px) {
    footer .footer-gray {
        height: 35px;
        line-height: 35px;
        font-size: 12px;
    }
}

@media (max-width: 767px) {
    footer .footer-gray {
        height: auto;
        padding-bottom: 10px;
    }
}

footer .footer-gray .container {
    position: relative;
}

    footer .footer-gray .container .online-chat {
        position: absolute;
        right: 0;
        top: 3.5px;
        font-size: 8px;
        font-weight: 500;
    }

@media (min-width: 992px) {
    footer .footer-gray .container .online-chat {
        height: 35px;
        line-height: 35px;
        font-size: 12px;
        top: 0;
    }
}

footer .footer-gray .container .online-chat a {
    color: #fff;
}

footer .footer-gray .container .online-chat img {
    margin-bottom: -6px;
}

@media (max-width: 767px) {
    footer .footer-gray .container .online-chat {
        position: relative;
        top: auto;
        right: auto;
        margin-bottom: 5px;
    }
}

footer .footer-gray a {
    color: #fff;
}

footer .footer-gray ul {
    margin-top: 8px;
    font-size: 8px;
    padding: 0;
    line-height: 8px;
}

@media (min-width: 992px) {
    footer .footer-gray ul {
        margin-top: 13px;
    }
}

@media (max-width: 767px) {
    footer .footer-gray ul {
        margin: 8px 0;
    }
}

footer .footer-gray ul li {
    display: inline-block;
    font-size: 8px;
    text-transform: uppercase;
    font-weight: 500;
    padding: 0 10px;
    border-right: 1px solid #fff;
}

@media (min-width: 992px) {
    footer .footer-gray ul li {
        line-height: 12px;
        font-size: 12px;
    }
}

footer .footer-gray ul li a {
    color: #fff;
}

@media (max-width: 767px) {
    footer .footer-gray ul li {
        display: block;
        border: none;
        text-align: center;
        margin-bottom: 10px;
    }
}

footer .footer-gray ul li span {
    color: #F5A800;
}

footer .footer-gray ul li:last-child {
    border-right: none;
}

footer .footer-black {
    background-color: #000;
    color: #fff;
    height: 25px;
    line-height: 25px;
    font-size: 8px;
    font-weight: 400;
}

@media (min-width: 992px) {
    footer .footer-black {
        height: 35px;
        line-height: 35px;
        font-size: 12px;
    }
}

@media (max-width: 767px) {
    footer .footer-black {
        height: auto;
        text-align: center;
        padding-top: 10px;
    }

        footer .footer-black span {
            display: block;
            margin-bottom: 10px;
            line-height: 8px;
        }
}

footer .footer-black a {
    color: #8F9AAA;
    text-decoration: underline;
    margin-left: 30px;
}

@media (max-width: 767px) {
    footer .footer-black a {
        margin-bottom: 10px;
        margin-left: 0;
        padding: 0;
        line-height: 8px;
        display: block;
    }
}

