body {
    font-family: 'Roboto', sans-serif !important;
    overflow-x: hidden !important;
}

.flexFix {
    flex: auto !important;
}

html {
    overflow-x: hidden !important;
}

.header {
    background: rgb(18, 18, 18);
    background: linear-gradient(0deg, rgba(18, 18, 18, 1) 27%, rgba(38, 38, 38, 1) 72%);
    box-shadow: 0px 2px 5px 2px rgba(0, 0, 0, 0.34);
    position: relative;
}

.boxFix * {
    box-sizing: border-box !important;
}

.header ul li:hover .dropdown-menu {
    display: block !important;
    cursor: pointer;
}

.header ul li .dropdown-toggle {

    cursor: pointer;
}

.header .dropdown-menu {
    position: absolute;
    top: 98%;
    left: 0;
    z-index: 5;
    float: left;
    min-width: 10rem;
    padding: 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #fff;
    text-align: center;
    list-style: none;
    background-color: #000;
    background-clip: padding-box;
    border: 0px solid rgba(0, 0, 0, .15);
    border-radius: 0 0 .25rem .25rem;

}

.header .dropdown-item {
    color: #fff;
    padding: .7rem 1.5rem;
    font-size: 14px;
    border-top: 0px solid #000;
    text-transform: uppercase;

}

.header .dropdown-item:hover {
    background: #cc1601;

}


.header .logo {
    position: absolute;
    top: 17px;
    left: 45px;
}

.header .navbar {
    padding-top: 0;
    padding-bottom: 0;
}

.header .nav-link {
    color: #fff !important;
    text-transform: uppercase;
    font-size: 18px;
    padding: 35px 35px !important;
}

.header .nav-link:hover {
    background-color: #3c3c3c;
}

.header .active {
    background-color: #3c3c3c;
}

.header .navbar-nav {
    margin-left: 536px;
}

.header .fa,
.header .fab {
    background: #0e72ab;
    border-radius: 50%;
    width: 38px;
    line-height: 38px;
    font-size: 18px;
    color: #fff;
    position: absolute;
    right: 20px;
    top: 28px;
    text-align: center;
}

.banner {
    height: 700px;
    background-position: center top;
    background-image: url(../img/hero1.jpg);
    background-size: cover;
}

.banner .text-box {
    background-color: rgba(24, 24, 24, 0.8);
    padding: 60px 170px 60px 80px;
    max-width: 740px;
    float: right;
    margin-top: 10%;
}

.banner .text-box p {
    font-size: 20px;
    color: #fff;
    font-weight: 300;
    margin-bottom: 30px;
}

.banner .text-box p span {
    font-weight: 700;
}

.btn-primary {
    background-color: #ce1400;
    color: #fff;
    font-size: 15px;
    padding: 14px 58px !important;
    border: 0;
    font-weight: 700;
    text-transform: uppercase;
    border: 1px solid #ce1400 !important;
    letter-spacing: 2px;
}

.btn-primary:hover {
    background: none;
    color: #fff;
    border: 1px solid #fff !important;
}

.btn-outline {
    background: none;
    color: #fff;
    font-size: 19px;
    padding: 14px 58px !important;
    font-weight: 700;
    text-transform: uppercase;
    border: 1px solid #fff !important;
}

.btn-outline:hover {
    background-color: #ce1400;
    color: #fff;
    border: 1px solid #ce1400 !important;
}

.inventory-row {
    margin: 70px auto;
}

.inventory-row .box {
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}

.inventory-row .box p {
    font-size: 30px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
}

.inventory-row img {
    width: 100%;
}

.inventory-row a:hover .btn-outline {
    background-color: #ce1400;
    color: #fff;
    border: 1px solid #ce1400 !important;
}

.sold-row {
    background: url(../img/sold-bg.gif);
    padding-top: 50px;
    padding-bottom: 50px;
}

.sold-row img {
    width: 100%;
}

.sold-row .slick-slide {
    margin: 0 20px;
}

.sold-row p {
    font-size: 26px;
    font-weight: 700;
    text-align: center;
    color: #fff;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
}

.sold-row h1 {
    font-size: 41px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 50px 50px;
}

.sold-row .prdSlider .slick-next,
.sold-row .prdSlider .slick-prev {
    width: 52px;
    height: 52px;
    z-index: 10;
    top: -74px;
}

.sold-row .prdSlider .slick-next {
    right: 40px;
    background: url(../img/control.png);
    background-position: right 0;
    transition: all .2s;
}

.sold-row .prdSlider .slick-next:hover {
    background-position: right 52px;
}

.sold-row .prdSlider .slick-prev {
    left: inherit !important;
    right: 97px;
    background: url(../img/control.png);
    background-position: left 0;
    transition: all .2s;
}

.sold-row .prdSlider .slick-prev:hover {
    background-position: left 52px;
}

.slick-next:focus,
.slick-prev:focus {
    outline: 0;
}

.slick-next:before,
.slick-prev:before {
    content: none !important;
}

.tm-row {
    padding-top: 50px;
    padding-bottom: 50px;
}

.tm-row .btn-primary:hover {
    border: 1px solid #000 !important;
    color: #000;
}

.tm-row .box {
    background: #f7f7f7;
    position: relative;
    border-radius: 5px;
    text-align: center;
    padding: 35px;
    min-height: 465px;
}

.tm-row h2 {
    font-size: 36px;
    font-weight: 300;
    color: #585858;
    margin: 40px 0;
}

.tm-row p {
    font-size: 15px;
    font-weight: 300;
    color: #868686;
    font-style: italic;
    margin: 25px 0 0 0;
    line-height: 24px;
    min-height: 200px;
}

.tm-row h3 {
    font-size: 19px;
    font-weight: 500;
    color: #000;
    line-height: 18px;
}

.tm-row h3 span {
    font-size: 10px;
    font-weight: 700;
    color: #ce1400;
}

.tm-row .box .fa {
    color: #ffc107;
    font-size: 13px;
    margin: 0px 3px;
}

.tm-row .box img {
    display: block;
    margin: auto !important;
    padding-bottom: 10px;
}

.tm-row .box .name-box {
    margin: auto;
}

.tm-row .slick-slide {
    margin: 0 20px;
}

.tm-row .slick-next,
.tm-row .slick-prev {
    width: 43px;
    height: 43px;
    z-index: 10;
    top: 50%;
}

.tm-row .slick-next {
    right: -50px;
    background: url(../img/control2.png);
    background-position: right 0;
    transition: all .2s;
}

.tm-row .slick-next:hover {
    background-position: right 43px;
}

.tm-row .slick-prev {
    left: -49px !important;
    background: url(../img/control2.png);
    background-position: left 0;
    transition: all .2s;
}

.tm-row .slick-prev:hover {
    background-position: left 43px;
}

.contact-row {
    background-image: url(../img/contact-bg.jpg);
    background-position: left top;
    background-repeat: no-repeat;
    position: relative;
    display: table;
    width: 100%;
    ;
}

.contact-row .right-box {
    background-image: url(../img/contact-bg1.png);
    width: 1110px;
    float: right;
    padding: 0 0 80px 0;
    text-align: center;
}

.contact-row .right-box .box-1 {
    display: inline-block;
    vertical-align: middle;
}

.contact-row .right-box .box-1:nth-child(1) {
    margin-left: 200px;
    margin-right: 100px;
}

.contact-row .right-box .box-1:nth-child(2) {
    margin-top: 180px;
}

.contact-row .right-box .box-1:nth-child(2) p {
    font-size: 19px;
}

.contact-row .right-box .smallBox {
    padding: 10px 0;
}

.contact-row .right-box h2 {
    font-size: 48px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 40px;
    text-align: left;
}

.contact-row .right-box h3 {
    font-size: 30px;
    font-weight: 700;
    color: #f0f0f0;
    margin-bottom: 20px;
}

.contact-row .right-box .fa {
    border-radius: 50%;
    background: #ce1400;
    color: #fff;
    font-size: 16px;
    line-height: 41px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: top;
    width: 41px;
    text-align: center;
}

.contact-row .right-box p {
    margin: 0;
    text-align: left;
    font-size: 21px;
    margin-bottom: 5px;
    font-weight: 400;
    color: #f0f0f0;
    margin: 0;
}

.contact-row .right-box a {
    color: #f0f0f0;
    text-decoration: none;
}

.contact-row .right-box p span {
    display: inline-block;
    vertical-align: top;
}

.contact-row .right-box .float-right {
    clear: right;
}

.contact-row .right-box .float-left {
    clear: left;
}

.map-row iframe {
    padding: 50px;
}

.map-row iframe {
    width: 100%;
    height: 600px;
}

.footer {
    background-color: #181818;
}

.scrolling-wrap {
    width: 100%;
    height: 90px;
    overflow: hidden;
}

.scrolling {
    width: 100%;
    height: 92px;
}

.footer {
    background: #000;
}

a.footerlink:active,
a.footerlink:link,
a.footerlink:visited {
    text-decoration: underline;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #fff;
}

a.footerlink:hover {
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
}

.footertext {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #fff;
}

.smallfootertext {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #fff;
}

.divfooter {
    width: 100%;
    max-width: 1000px;
    text-align: center;
    margin: 0 auto;
}

.contact-tab {
    position: fixed;
    right: 10px;
    bottom: -5px;
    background-color: #ce1400;
    color: #fff;
    font-size: 18px;
    padding: 14px 25px 14px 25px !important;
    border: 0;
    font-weight: 400;
    border: 0px solid #ce1400 !important;
    letter-spacing: 1px;
    border-radius: 5px 5px 0 0;
    transition: all .3s;
    cursor: pointer;
    z-index: 10;
}

.contact-tab:hover {
    bottom: 0;
    background-color: #e5230e;
}

.message-box {
    position: fixed;

    bottom: 0;
    background-color: #fff;
    border-radius: 5px 5px 0 0;
    width: 290px;
    z-index: 11;
    transition: all .3s;

}


.message-box-hide {
    transition: all .3s;
    right: -300px;

}

.message-box-show {
    transition: all .3s;
    right: 5px;

}

.message-box .heading {
    background-color: #ce1400;
    border-radius: 5px 5px 0 0;
    padding: 14px 35px !important;
    width: 100%;
    margin: auto;
    clear: both;
    font-size: 16px;
    color: #fff;
    position: relative;
}

.message-box .heading .chat-close {
    position: absolute;
    right: 14px;
    top: 18px;
    cursor: pointer;

}

.message-box .heading img {
    margin-right: 10px;
}

.message-box p {
    font-size: 11px;
    color: #737373;
    font-weight: 300;
}

.message-box .form-control {
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #ccc;
    font-size: 14px;
    color: 000;
    font-weight: 300;
}

.message-box .btn-primary:hover {
    background-color: #e5230e;
}


.message-box-overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.8);
    display: none;
    z-index: 10;
}

.inner-pages {
    padding-top: 50px;

}

.inner-pages h1 {
    font-size: 45px;
    color: #000;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
}

.contact-inner {}

.contact-inner .smallBox {
    padding: 10px 0;
}

.contact-inner .smallBox p {
    margin: 0;
    text-align: left;
    font-size: 21px;
    margin-bottom: 5px;
    font-weight: 400;
    color: #333;
    margin: 0;
}

.contact-inner a {
    color: #333;
    text-decoration: none;
}

.contact-inner .fa {
    border-radius: 50%;
    background: #ce1400;
    color: #fff;
    font-size: 16px;
    line-height: 41px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: top;
    width: 41px;
    text-align: center;
}

.contact-inner p span {
    display: inline-block;
    vertical-align: top;
}


.contact-inner .btn-primary:hover {
    border: 1px solid #000 !important;
    color: #000;
}

.contact-inner .form-control {
    border-radius: 0;
}

.parts img {
    display: inline-block;
    margin: 10px;
    width: 200px;
}

.parts img:hover {
    opacity: 0.8;
}

.fancybox-button--zoom {
    display: none !important;
}

.CaptchaMessagePanel {
    font-size: 10px !important;
}

.CaptchaImage {
    max-height: 50px !important;
}

.CaptchaPanel {
    margin: 0;
}

@media screen and (max-width:1775px) {
    .header .logo {
        width: 360px;
    }

    .header .navbar-nav {
        margin-left: 446px;
    }

    .header .nav-link {
        font-size: 16px;
        padding: 35px 27px !important;
    }
}

@media screen and (max-width: 1599px) {
    .tm-row h2 {
        font-size: 29px;
    }

    .tm-row .btn-primary {
        padding: 14px 38px !important;
    }

    .header .logo {
        width: 310px;
        left: 26px;
    }

    .header .navbar-nav {
        margin-left: 339px;
    }

    .tm-row .slick-slide {
        margin: 0 5px;
    }
}

@media screen and (max-width: 1439px) {
    .tm-row .box {
        padding: 15px;
    }

    .banner {
        height: 500px;
    }

    .banner .text-box {
        padding: 50px;
        max-width: 570px;
        margin-top: 84px;
    }

    .header .logo {
        width: 260px;
        left: 25px;
    }

    .header .navbar-nav {
        margin-left: 300px;
    }

    .header .nav-link {
        font-size: 15px;
        padding: 25px 23px !important;
    }

    .header .fa {
        top: 17px;
    }
}

@media screen and (max-width: 1270px) {
    .header .logo {
        width: 220px;
    }

    .header .navbar-nav {
        margin-left: 240px;
    }

    .header .nav-link {
        padding: 25px 20px !important;
    }
}

@media screen and (max-width: 1199px) {
    .tm-row h2 {
        font-size: 20px;
    }

    .header .dropdown-menu {
        position: relative;
        top: 0;
        width: 100%;
        text-align: left;

    }

    .tm-row .btn-primary {
        padding: 10px 18px !important;
        font-size: 12px;
        letter-spacing: 1px;
    }

    .header .logo {
        position: relative;
        top: 4px;
        left: 0;
    }

    .navbar-dark .navbar-brand {
        display: block;
        margin: auto;
    }

    .navbar-toggler {
        padding: 0;
        border: 0px solid transparent;
        border-radius: .25rem;
        position: absolute;
        top: 32px;
        left: 17px;
    }

    .navbar-dark .navbar-toggler-icon {
        background-image: url(../img/menu.png);
        width: 32px !important;
        height: 22px !important;
    }

    .header .navbar-nav {
        margin-left: 0;
    }

    .header .nav-link {
        padding: 11px 20px !important;
    }
}

@media screen and (max-width:992px) {
    .sold-row h1 {
        font-size: 30px;
        margin: 0 0 30px 30px;
    }

    .sold-row {
        padding-top: 29px;
    }

    .sold-row .prdSlider .slick-next,
    .sold-row .prdSlider .slick-prev {
        top: -49px;
    }

    .contact-row .right-box .box-1:nth-child(1) {
        margin-left: 10px;
        margin-right: 50px;
    }

    .contact-row .right-box {
        background-position-x: -140px;
    }
}

@media screen and (max-width:950px) {
    .btn-outline {
        font-size: 15px;
        padding: 8px 29px !important;
    }

    .inventory-row .box {
        bottom: 17px;
    }

    .inventory-row .box p {
        font-size: 24px;
    }

    .contact-row .right-box {
        width: 890px;
    }
}

@media screen and (max-width: 767px) {
    .contact-row .right-box {
        background-position-x: 0;
        background-image: url(../img/contact-bg2.png);
        background-size: cover;
        margin-top: 400px;
        padding: 180px 0 80px 0;
        width: 100%;
    }

    .contact-row {
        background-image: url(../img/contact-bg2.jpg);
        background-position: center -200px;
    }

    .contact-row .right-box .box-1 {
        margin: 15px auto !important;
        width: 70%;
        text-align: center;
    }

    .tm-row .slick-next,
    .tm-row .slick-prev {
        top: inherit !important;
        bottom: -90px !important;
    }

    .tm-row .slick-next {
        right: 35%;
    }

    .tm-row .slick-prev {
        left: 35% !important;
    }

    .tm-row .box {
        min-height: auto;
    }

    .tm-row {
        padding-top: 10px;
        padding-bottom: 120px;
    }

    .tm-row .btn-primary {
        margin-bottom: 35px;
    }

    .sold-row .prdSlider .slick-prev {
        left: 34% !important;
        right: inherit !important;
    }

    .sold-row .prdSlider .slick-next {
        right: 34%;
    }

    .sold-row {
        padding-bottom: 103px;
    }

    .sold-row .prdSlider .slick-next,
    .sold-row .prdSlider .slick-prev {
        top: inherit;
        bottom: -91px;
    }

    .banner {
        background-position: center bottom;
        background-image: url(../img/hero2.jpg);
        background-size: cover;
        height: 70vh;
    }

    .inventory-row {
        margin: 33px auto;
    }

    .inventory-row .col-md-4 {
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 600px) {
    .sold-row h1 {
        font-size: 22px;
        margin: 0 0 30px 17px;
        padding: 0 25px;
    }

    .header .logo {
        width: 180px;
    }

    .header .navbar {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .navbar-toggler {
        top: 36px;
        left: 15px;
    }

    .header .fa {
        top: 27px;
        right: 16px;
    }

    .banner .text-box {
        width: 95%;
        padding: 26px;
        margin-top: 31px;
    }

    .banner .text-box p {
        font-size: 13px;
        margin-bottom: 20px;
    }

    .banner .text-box .btn-primary {
        font-size: 13px;
        padding: 9px 39px !important;
    }

    .banner {
        height: 82vh;
    }

    .sold-row p {
        font-size: 13px;
        bottom: -6px;
    }

    .sold-row .slick-slide {
        margin: 0 5px;
    }

    .tm-row h2 br {
        display: none;
    }

    .tm-row h2 {
        font-size: 24px;
        margin: 25px 0;
    }

    .tm-row .btn-primary {
        width: 100%;
        padding: 20px 18px !important;
        font-size: 13px;
        letter-spacing: 2px;
    }



    .contact-row .right-box h2 {
        font-size: 30px;
        text-align: center;
    }

    .contact-row .right-box p {
        font-size: 17px;
        margin-bottom: 0;
    }

    .contact-row .right-box p span {
        vertical-align: middle;
    }

    .contact-row .right-box h3 {
        font-size: 27px;
    }

    .contact-row .right-box .box-1:nth-child(2) p {
        font-size: 16px;
    }

    .contact-row .right-box {
        padding: 120px 0 40px 0;
    }

    .contact-tab {

        font-size: 15px;
        padding: 11px 23px 11px 23px !important;

    }
}
