﻿/*************************************************/
/* CIRCLED MENU ITEMS                            */
/*************************************************/
@font-face {
    font-family: 'incartec';
    src: url('/fonts/nav-icons.ttf') format('truetype'), url('/fonts/nav-icons.svg') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="incartec-"], [class*=" incartec-"] {
    font-family: 'incartec' !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;
}

.incartec-ico:before {
    color: #000;
    -webkit-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
}

/*.incartec-search:before {
    content: "\e900";
}
*/
.incartec-contact-us:before {
    content: "\e901";
}

.incartec-faq:before {
    content: "\e902";
}

.incartec-instructions:before {
    content: "\e903";
}

.incartec-solutions:before {
    content: "\e904";
}

.incartec-tech-docs:before {
    content: "\e905";
}

.incartec-user-login:before {
    content: "\e906";
}

.incartec-vehicle-info:before {
    content: "\e907";
}

.incartec-dealer-filters:before {
    content: "\e908";
}

.incartec-instructions-2:before {
    content: "\e909";
}

.incartec-products-by-car:before {
    content: "\e90a";
}

.incartec-products-by-category:before {
    content: "\e90b";
}

.incartec-returns:before {
    content: "\e90c";
}

.incartec-technical:before {
    content: "\e90d";
}

.incartec-trade-login:before {
    content: "\e90e";
}

.incartec-vehicle-info-2:before {
    content: "\e90f";
}

.incartec-vacancies:before {
    content: "\e910";
}

.incartec-home:before {
    content: "\e911";
}

.navbar-default .navbar-nav.new-navbar-nav > li a {
    /*background-color: #ea8407;
    border-radius: 20px;*/
    /*margin: 0 5px 10px;*/
    min-width: 80px;
    /*height: 80px;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 14px;
    line-height: 1.2em;
    text-align: center;
    padding: 5px 25px;
    color: #000;
    -webkit-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
    border: 0;
    text-transform: uppercase;
}

    .navbar-default .navbar-nav.new-navbar-nav > li a .incartec-ico {
        font-size: 2.0em;
        margin-bottom: 5px;
    }

    .navbar-default .navbar-nav.new-navbar-nav > li.active a,
    .navbar-default .navbar-nav.new-navbar-nav > li a:hover {
        /*background-color: #ea8407 !important;*/
        /*color: #fff;*/
        border: 0;
    }

        .navbar-default .navbar-nav.new-navbar-nav > li.active a .incartec-ico:before,
        .navbar-default .navbar-nav.new-navbar-nav > li a:hover .incartec-ico:before {
            /*color: #fff;*/
        }

@media only screen and (max-width: 768px) {
    .navbar-default .navbar-nav.new-navbar-nav {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
