﻿.stellarnav > ul > li > a {
    padding: 5px 10px;
}

.stellarnav.mobile.left > ul, .stellarnav.mobile.right > ul {
    z-index: 99;
}

.navcontainer {
    text-align: right;
}

.stellarnav ul ul {
    background: #ffffff;
    border: 1px solid #ececec;
}

.stellarnav.mobile ul {
    background: #c6d0eb;
}

    .stellarnav.mobile ul ul {
        background: #d9dff2;
    }

        .stellarnav.mobile ul ul ul {
            background: #eceff8;
        }

.stellarnav li a {
    color: #000;
}

.stellarnav.mobile .menu-toggle {
    font-size: 20px;
}

.stellarnav.mobile .call-btn-mobile,
.stellarnav.mobile .location-btn-mobile,
.stellarnav.mobile .close-menu,
.stellarnav.mobile .dd-toggle {
    font-size: 20px;
}

@media only screen and (min-width : 320px) {
}

@media only screen and (min-width : 480px) {
}

@media only screen and (min-width : 768px) {
    .stellarnav ul ul {
        background-color: #ededed;
        border: 0;
    }

    .stellarnav.desktop li a {
        padding: 4px 15px;
        cursor: pointer;
        color: #000000;
    }

        .stellarnav.desktop li a:hover {
            background-color: #000000;
            color: #ffffff;
        }

    .stellarnav.desktop ul ul li a:hover {
        background-color: #000 !important;
        color: #fff !important;
    }

    .navbar-default .navbar-nav .desktop a.depth_0 {
        line-height: 30px;
        padding: 0 15px;
        height: 30px;
    }

    .fixedHeader {
        position: fixed;
        left: 0;
        right: 0;
        height: 140px;
        width: 100%;
        -webkit-transition: height 500ms ease-in-out;
        -moz-transition: height 500ms ease-in-out;
        -ms-transition: height 500ms ease-in-out;
        -o-transition: height 500ms ease-in-out;
        transition: height 500ms ease-in-out;
    }

        .fixedHeader.smaller {
            height: 100px;
        }

    .fixedHeaderPadding {
        position: relative;
        height: 140px;
        width: 100%;
    }

    div.logocontainer .container {
        height: 110px;
        -webkit-transition: height 500ms ease-in-out;
        -moz-transition: height 500ms ease-in-out;
        -ms-transition: height 500ms ease-in-out;
        -o-transition: height 500ms ease-in-out;
        transition: height 500ms ease-in-out;
    }
    .fixedHeader.smaller div.logocontainer .container {
        height: 70px;
    }
    .fixedHeader div.logo img {
        height: 100px;
        width: auto;
        -webkit-transition: height 500ms ease-in-out;
        -moz-transition: height 500ms ease-in-out;
        -ms-transition: height 500ms ease-in-out;
        -o-transition: height 500ms ease-in-out;
        transition: height 500ms ease-in-out;
    }
    .fixedHeader.smaller div.logo img {
        height: 60px;
        width: auto;
    }
}

@media only screen and (min-width : 992px) {
}

@media only screen and (min-width : 1200px) {
    .navcontainer {
        width: 75%;
        margin-left: 25%;
        text-align: right;
        margin-top: 60px;
    }
}

@media only screen and (max-device-width: 480px) {
    .navcontainer {
        position: relative;
        z-index: 99;
    }

    div.logo img {
        height: auto;
        width: 95%;
    }
}
