﻿#nav-top {
    
    padding: 5px;
    color: #fff;
}

#nav-bottom {
    background-color: #fff;
    text-align: right;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.header-left-pull-right {
    float: right;
    margin-right: 5px;
    text-align: center;
    font-size: 14px;
}

.header-right-pull-right {
    float: right;
    text-align: center;
    cursor: pointer;
    font-size: 14px;
}


.phone {
    background-image: url('https://www.flexibleautos.com/tier4_UK/images/phonewhite.png');
    background-repeat: no-repeat;
    vertical-align: middle;
    height: 30px;
    width: 30px;
    padding: 0px 5px 0px 0px;
    margin: 0px;
    display: inline-block;
}

.email {
    background-image: url('https://www.flexibleautos.com/tier4_UK/images/wwwwhite.png');
    background-repeat: no-repeat;
    vertical-align: middle;
    height: 30px;
    width: 30px;
    padding: 0px 5px 0px 0px;
    margin: 0px;
    display: inline-block;
}

.nav-container {
    width: 1360px;
    margin: 0px auto;
}


.nav-log {
    float: left;
}

.nav-bottom-menu {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    font-size: 14px;
}



.nav-bottom-menu-ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .nav-bottom-menu-ul > li {
        float: left;
        position: relative;
    }

        .nav-bottom-menu-ul > li > a {
            display: block;
            padding: 0 20px;
            line-height: 84px;
            color: #036;
            font-weight: 500;
            font-size: 17px;
            -webkit-transition: all .2s ease;
            -moz-transition: all .2s ease;
            -ms-transition: all .2s ease;
            -o-transition: all .2s ease;
            text-decoration: none;
            font-weight: bold;
        }

            .nav-bottom-menu-ul > li > a:hover {
                background-color: #eee;
            }

.button-List {
    display: block;
}

.hidden-menu {
    display: none;
    text-align: right;
    background-image: url(/Images/Tier4/menu-icon.png);
    background-color: #f9f9f9;
    color: #3f3f3f;
    font-weight: bold;
}

.nav-log-top {
    display: none;
}

@media only screen and (max-width: 1500px) {
    .nav-container {
        width: auto;
        margin: 0px auto;
    }
}
/* start of desktop styles */
@media screen and (max-width: 1070px) {
    /* start of large tablet styles */

}

@media screen and (max-width: 760px) {
    /* start of large tablet styles */
    body {
        background-color: #fff;
    }

    .nav-bottom-menu {
        display: block;
        vertical-align: middle;
        text-align: left;
        font-size: 14px;
        height: 0px;
        overflow: hidden;
    }

    .nav-bottom-menu-ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        .nav-bottom-menu-ul > li {
            display: block;
            line-height: 84px;
            color: #036;
            font-weight: 500;
            font-size: 17px;
            -webkit-transition: all .2s ease;
            -moz-transition: all .2s ease;
            -ms-transition: all .2s ease;
            -o-transition: all .2s ease;
            text-decoration: none;
            font-weight: bold;
            float: none;
            position: initial;
        }

    .hidden-menu {
        display: block;
        text-align: right;
        background-image: url(/Images/menu-icon.png);
        cursor: pointer;
        -webkit-box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, .11);
        box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.11);
        border: 1px solid #ddd;
    }

    #ibMenu {
        cursor: pointer;
        max-height: 40px;
    }


    .header-left-pull-right {
        float: none;
        display: none;
    }

    .header-right-pull-right {
        float: none;
        text-align: center;
        display: none;
    }

    .nav-log-top {
        display: block;
        text-align: center;
    }

    .nav-log {
        display: none;
    }

    .menu-text {
        font-size: 17px;
        padding: 10px;
        float: left;
    }
    .lang-drop-mobile-pos {
    position:static !important;
    }
}
