/*-------- COLORS --------*/
:root {
    /* All text that appears outside of the colored boxes, background for the colored boxes */
    /* Insurance/Financing buttons */
    /* Some titles, some buttons */
    /* Background color for hover states, text color for hover states */
    /* Background color, all text appearing within the colored boxes */
}

.notInventory * {
    margin: 0;
    padding: 0;
    text-decoration: none;
}

.notInventory .manu-icon {
    width: 50px;
    display: inline-block;
    vertical-align: bottom;
    margin-right: 20px;
}

.notInventory #navcontain {
    width: 75%;
    text-align: left;
    background: transparent;
    z-index: 9999;
    display: inline-block;
    vertical-align: bottom;
    max-width: 1305px;
}

.notInventory .nav {
    position: relative;
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
}

.notInventory #cssmenu,
.notInventory #cssmenu ul,
.notInventory #cssmenu ul li,
.notInventory #cssmenu ul li a,
.notInventory #cssmenu #head-mobile {
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.notInventory #cssmenu:after,
.notInventory #cssmenu > ul:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.notInventory #cssmenu #head-mobile {
    display: none;
}

.notInventory #cssmenu {
    width: 97%;
    z-index: 999;
    border-top: 6px solid #808080;
}

.notInventory .fixed div#cssmenu {
    border: none;
}

.notInventory #cssmenu > ul {
    margin: 0 0 0 0;
}

.notInventory #cssmenu > ul > li {
    display: inline-block;
    * float: left;
    position: relative;
}

.notInventory #cssmenu > ul > li:first-child {
    border-left: none;
}

.notInventory #cssmenu > ul > li.has-sub {
    padding: 0;
}

.notInventory #cssmenu > ul > li > a {
    display: block;
    * display: inline-block;
    text-decoration: none;
    color: #1351d8;
    /* font-weight: 700; */
    font-size: 16px;
    line-height: 1;
    padding: 20px 15px;
    text-transform: uppercase;
}

.notInventory #cssmenu > ul > li:hover > a {
    color: #fff;
    background: #1351d8;
}

.notInventory #cssmenu > ul > li:focus > a {
    color: #fff;
    background: #1351d8;
}

.notInventory #cssmenu ul li.active a {
    color: #fff;
    background: #1351d8;
}

.notInventory #cssmenu > ul > li:hover,
.notInventory #cssmenu ul li.active:hover,
.notInventory #cssmenu ul li.active,
.notInventory #cssmenu ul li.has-sub.active:hover {
    height: 1%;
}

.notInventory #cssmenu > ul > li:focus,
.notInventory #cssmenu ul li.active:focus,
.notInventory #cssmenu ul li.active,
.notInventory #cssmenu ul li.has-sub.active:focus {
    -webkit-transition: background .3s ease;
    -ms-transition: background .3s ease;
    transition: background .3s ease;
}

.notInventory #cssmenu ul ul {
    position: absolute;
    left: -9999px;
    z-index: 999;
}

.notInventory #cssmenu ul ul li {
    height: 0;
    -webkit-transition: all .25s ease;
    -ms-transition: all .25s ease;
    background: #1351d8;
    transition: all 0.25s ease;
}

.notInventory #cssmenu ul ul li:hover {
    background: #2E2E2E;
}

.notInventory #cssmenu li:hover > ul {
    left: auto;
    *left: 0;
    *z-index: 999;
}

.notInventory #cssmenu li:hover > ul > li {
    height: auto;
}

.notInventory #cssmenu ul ul ul {
    margin-left: 100%;
    top: 0;
}

.notInventory #cssmenu ul ul li a {
    width: 260px;
    text-transform: uppercase;
    font-weight: 100;
    font-size: 16px;
    padding: 20px;
    text-align: left;
    color: #fff;
    border-bottom: #666666 1px solid;
    z-index: 999;
    text-decoration: none;
    transition-duration: .5s;
    -webkit-transition-duration: .5s;
}

.notInventory #cssmenu ul ul li:hover > a,
.notInventory #cssmenu ul ul li a:hover {
    color: #fff;
    text-decoration: none;
    padding: 20px;
}

.notInventory #cssmenu ul ul li.has-sub > a:after {
    position: absolute;
    top: 16px;
    right: 11px;
    width: 8px;
    height: 2px;
    display: block;
    background: #ddd;
    content: "";
}

.notInventory #cssmenu ul ul li.has-sub > a:before {
    position: absolute;
    top: 13px;
    right: 14px;
    display: block;
    width: 2px;
    height: 8px;
    background: #ddd;
    content: '';
    -webkit-transition: all .25s ease;
    -ms-transition: all .25s ease;
    transition: all 0.25s ease;
}

.notInventory #cssmenu ul ul > li.has-sub:hover > a:before {
    top: 17px;
    height: 0;
}

.notInventory #cssmenu ul ul li.has-sub:hover,
.notInventory #cssmenu ul li.has-sub ul li.has-sub ul li:hover {
    background: #f1f1f1;
    color: #fff;
}

.notInventory #cssmenu ul ul ul li.active a {
    border-left: 1px solid #333;
}

.notInventory #cssmenu > ul > li.has-sub > ul > li.active > a,
.notInventory #cssmenu > ul ul > li.has-sub > ul > li.active > a {
    border-top: 1px solid #333;
}

.notInventory .space-after {
    padding-right: 240px;
}

.notInventory .space-before {
    padding-left: 0;
}

@media screen and (max-width: 1645px) {
    .notInventory #cssmenu > ul > li > a {
        padding: 20px 10px;
    }
}

@media screen and (max-width: 1520px) {
    .notInventory #cssmenu > ul > li > a {
        font-size: 14px;
    }
}

@media screen and (max-width: 1375px) {
    .notInventory #navcontain {
        width: 73%;
    }

    .notInventory #cssmenu > ul > li > a {
        font-size: 12px;
    }
}

@media screen and (max-width: 1220px) {
    .notInventory header.fixed {
        position: static;
    }
}

@media screen and (min-width: 1221px) {
    .notInventory #cssmenu .firstMenu {
        display: flex !important;
        max-width: 1215px;
        justify-content: space-between;
        float: right;
        width: 100%;
    }

    .notInventory .button1 {
        display: none;
    }

    .notInventory .fixed .header-contact {
        display: none;
    }

    .notInventory #cssmenu {
        width: 100%;
    }

    .notInventory #cssmenu:after,
    .notInventory #cssmenu > ul:after {
        content: none;
    }

    .notInventory #cssmenu > ul > li {
        margin: 0;
    }

    .notInventory #cssmenu > ul > li > a {
        padding: 20px 20px;
    }

    .notInventory header {
        display: flex;
    }

    .notInventory .logo {
        margin-left: 75px;
    }

    .notInventory #navcontain {
        margin-right: 75px;
    }
}

@media screen and (max-width: 1220px) {
    .notInventory .nav {
        margin: 0 auto;
    }

    .notInventory #navcontain {
        width: 100%;
        height: 100%;
        top: 125px;
        text-align: left;
        /* background: var(--primary); */
    }

    .notInventory #cssmenu {
        width: 100%;
        border-top: none;
    }

    .notInventory #cssmenu ul {
        width: 100%;
        display: none;
        background: #1351d8;
    }

    .notInventory #cssmenu ul li {
        width: 100%;
        margin: 0;
        padding: 9px 0 9px 40px;
        border-left: none;
    }

    .notInventory #cssmenu ul ul li {
        height: auto;
        padding: 20px;
        background: #1351d8;
    }

    .notInventory #cssmenu li:hover > ul > li {
        height: auto;
        padding: 20px;
        background: #1351d8;
    }

    .notInventory #cssmenu ul li a,
    .notInventory #cssmenu ul ul li a {
        width: 100%;
        border-bottom: 0;
        color: #fff;
    }

    .notInventory #cssmenu > ul > li {
        float: none;
    }

    .notInventory #cssmenu > ul > li > a {
        font-size: 18px;
    }

    .notInventory #cssmenu > ul > li.has-sub {
        padding: 10px 60px 10px 60px;
    }

    .notInventory #cssmenu ul ul li a {
        padding: 0 !important;
        margin-left: 20px;
        font-weight: 100;
        font-size: 16px;
    }

    .notInventory #cssmenu ul ul,
    .notInventory #cssmenu ul ul ul {
        position: relative;
        left: 0;
        width: 100%;
        margin: 0;
        text-align: left;
        box-shadow: none;
    }

    .notInventory #cssmenu > ul > li.has-sub > a:after,
    .notInventory #cssmenu > ul > li.has-sub > a:before,
    .notInventory #cssmenu ul ul > li.has-sub > a:after,
    .notInventory #cssmenu ul ul > li.has-sub > a:before {
        display: none;
    }

    .notInventory #cssmenu #head-mobile {
        display: block;
        padding: 22px 0 16px;
        right: 0px;
        color: #ddd;
        font-size: 12px;
        font-weight: 700;
        box-sizing: border-box;
        text-align: right;
        background: #1351d8;
    }

    .notInventory #head-mobile:after {
        position: relative;
        bottom: 9px;
        color: #363636;
        text-align: right;
        font-size: 15px;
    }

    .notInventory .button1 {
        width: 85px;
        /* height: 40px; */
        position: absolute;
        top: 2px;
        cursor: pointer;
        z-index: 999;
        width: 100%;
        background: #fff;
        text-align: center;
        padding: 15px 0;
        color: #1351d8;
        border-top: 6px solid #808080;
        margin-top: -2px;
    }

    .notInventory .button1:after {
        position: absolute;
        display: block;
        height: 10px;
        width: 20px;
        top: 0px;
        bottom: 0px;
        left: 15px;
        margin: auto;
        border-top: 2px solid #fff;
        border-bottom: 2px solid #fff;
        /* content: ''; */
    }

    .notInventory .button1:before {
        position: absolute;
        display: block;
        height: 2px;
        width: 20px;
        top: 0px;
        bottom: 0px;
        left: 15px;
        margin: auto;
        background: #fff;
        -webkit-transition: all .3s ease;
        -ms-transition: all .3s ease;
        transition: all .3s ease;
        /* content: ''; */
    }

    .notInventory .button1.menu-opened:after {
        top: 0;
        border: 0;
        height: 2px;
        width: 19px;
        background: #fff;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transition: all .3s ease;
        -ms-transition: all .3s ease;
        transition: all .3s ease;
    }

    .notInventory .button1.menu-opened:before {
        top: 0;
        background: #fff;
        width: 19px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .notInventory #cssmenu .submenu-button {
        position: absolute;
        background: #eaeaea;
        z-index: 999;
        left: 0;
        top: 0;
        bottom: 0px;
        display: block;
        padding: 0 27px;
        cursor: pointer;
        border-left: #fff solid 1px;
        border-bottom: #fff solid 1px;
    }

    .notInventory #cssmenu .submenu-button.submenu-opened {
        background: #f1f1f1;
        border-left: #fff solid 1px;
        border-bottom: #fff solid 1px;
        z-index: 999;
    }

    .notInventory #cssmenu ul ul .submenu-button {
        height: 34px;
        width: 34px;
    }

    .notInventory #cssmenu .submenu-button:after {
        position: absolute;
        margin: auto;
        top: 0;
        bottom: 0;
        right: 19px;
        width: 8px;
        height: 2px;
        display: block;
        background: #363636;
        content: '';
    }

    .notInventory #cssmenu ul ul .submenu-button:after {
        top: 13px;
        right: 13px;
    }

    .notInventory #cssmenu .submenu-button.submenu-opened:after {
        background: #000;
    }

    .notInventory #cssmenu .submenu-button:before {
        position: absolute;
        background: #363636;
        margin: auto;
        top: 0;
        bottom: 0;
        right: 22px;
        display: block;
        width: 2px;
        height: 8px;
        content: '';
    }

    .notInventory #cssmenu ul ul .submenu-button:before {
        top: 10px;
        right: 16px;
    }

    .notInventory #cssmenu .submenu-button.submenu-opened:before {
        display: none;
    }

    .notInventory #cssmenu ul ul ul li.active a {
        border-left: none;
    }

    .notInventory #cssmenu > ul > li.has-sub > ul > li.active > a,
    .notInventory #cssmenu > ul ul > li.has-sub > ul > li.active > a {
        border-top: none;
    }
}

@media screen and (max-width: 850px) {
    .notInventory #navcontain {
        top: 162px;
    }
}

@media screen and (max-width: 650px) {
    .notInventory .welcome .wrapper {
        padding: 55px 0;
    }

    .notInventory .manu-bar {
        flex-direction: column;
    }

    .notInventory .manu {
        width: 230px;
        padding: 30px 0;
    }

    .notInventory #navcontain {
        position: static;
        width: 100%;
        left: 0;
        right: 0;
        text-align: left;
    }

    .notInventory #cssmenu .submenu-button {
        right: 0;
        left: auto;
    }

    .notInventory .button1 {
        left: 0;
        /* margin: auto; */
    }

    .notInventory #head-mobile:after {
        left: 17px;
    }

    .notInventory #cssmenu #head-mobile {
        text-align: left;
        right: 0;
    }
}
