body {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #000;
}

@media (max-width: 767px) {
    body {
        position: relative;
        z-index: 1;
    }
    #outer-wrapper:after {
        content: "";
        position: fixed;
        top: 0;
        height: 100vh;
        left: 0;
        right: 0;
        z-index: -1;
        background: #cccccc url(https://psmfirestorm.blob.core.windows.net/791b6e71-dcec-422c-8354-084e9b4ed4a6/2023-hd-back.jpg) no-repeat center center;
        background-size: cover;
    }
}

@media (min-width: 768px) {
body {
    background: #cccccc url(https://psmfirestorm.blob.core.windows.net/791b6e71-dcec-422c-8354-084e9b4ed4a6/2023-hd-back.jpg) no-repeat 50% 64%;
    background-attachment: fixed;
    background-size: cover;
    overflow-x: hidden;
}
}

a {
    color: #ff6600;
    transition: .3s;
}

a:focus, a:hover {
    color: #000000;
    text-decoration: none;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
}

#outer-wrapper {
    overflow-x: hidden;
}

#home-page {
    margin-bottom: -25px;
}

.featuredSection {
    padding: 60px 0;
}

.featuredSection > div {
    position: relative;
    z-index: 2;
}

.topSection {
    background-color: white;
    position: relative;
    border-bottom: 7px solid #c24147;
    box-shadow: 0 0 20px black;
    overflow: hidden;
    margin-top: -25px;
}

.topSectionNew {
    background-color: #000000;
    position: relative;
    border-bottom: 7px solid #ffffff;
    box-shadow: 0px 10px 10px black;
    overflow: hidden;
    margin-top: -25px;
    z-index: 1;
}

.topSection:after {
    content: '';
    background-image: url(https://psmfirestorm.blob.core.windows.net/b764a23d-b2af-4d2c-b1eb-13fd50811db6/GreatRiver-eagle.jpg);
    width: 49%;
    height: 129%;
    position: absolute;
    left: -10%;
    top: -18%;
    background-repeat: no-repeat;
    z-index: 0;
    filter: opacity(0.1);
    background-size: contain;
}

.topSectionNew:after {
    background-position: center;
    content: '';
    background-image: url(https://psmfirestorm.blob.core.windows.net/ae9d572c-6194-4709-bf82-7e3088e30893/eagle-background.png);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    z-index: -1;
    background-size: contain;
    background-attachment: fixed;
    filter: opacity(0.5);
}

.topSection div {
    position: relative;
    z-index: 1;
}

@media (min-width: 1500px) {
.topSection .container,
.topSectionNew .container {
    width: 1470px;
    margin: auto;
}
}

.btmSection {
    background-color: rgb(0 0 0 / 69%);
    box-shadow: 0 0 20px black;
    border-top: 7px solid #ffffff;
    padding: 30px 0;
    margin-top: 0!important;
}

.secBtnSection {
    margin-top: 0!important;
}

.page-background > div,
#calendar-page,
#employees-team-page,
#promotions-page,
#inventory-page,
#vdp-container,
#thankyou-page,
#showroom {
    background-color: rgb(255 255 255 / 85%);
    padding: 15px;
    box-shadow: 0 0 10px rgb(0 0 0 / 80%);
}

#content-container {
    padding-bottom: 25px;
}

#home-page {
    margin-bottom: -25px;
}






/* HEADER */

header.body {
    position: relative;
    background-color: white;
    /* background: linear-gradient(to bottom, rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%); */
    background-image: url(https://psmfirestorm.blob.core.windows.net/d84925f2-ff2c-4b63-a56d-11fefd47ec70/header-back.jpg);
    background-size: cover;
    background-position: center;
}

header.body:before {
    content: '';
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
    width: 100%;
    height: 50%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.headerContainer {
    width: 1480px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    text-transform: uppercase;
    /* padding-top: 62px; */
}

.headerBlock {
    flex: 0 0 39%;
    padding-top: 30px;
    display: flex;
    justify-content: center;
}

.headerLogo {
    flex: 0 0 20%;
    text-align: center;
    position: relative;
    z-index: 33;
    /* margin-top: -56px; */
    margin-bottom: -100px;
}

.headerLogo img {
    padding: 5px 10px;
    max-width: 270px;
    position: relative;
    z-index: 3333;
}

.headerBlock .dealer-phone {
    display: block;
    font-size: 34px;
    font-weight: 600;
    font-family: 'Oswald', sans-serif;
}

.headerBlock .dealer-address {
    display: block;
}

.headerBlock > div > a:first-child {
    color: black;
}

.headerSocial {
    display: flex;
    justify-content: flex-end;
}

.headerSocial a {
    font-size: 26px;
    padding: 5px 10px;
}

.headerBtns {
    display: flex;
    justify-content: space-around;
}

.headerBtns a {
    margin-left: 5px;
    color: #000;
}

.headerText {
    font-size: 18px;
    margin-top: 22px;
    margin-left: 25px;
    text-align: center;
}

.headerText span {
    display: block;
    text-align: center;
    font-size: 21px;
}

.headerHD {
    margin-right: 25px;
}

.headerHD img {
    max-width: 110px;
}





/* NAVIGATION */

#main-nav {
    z-index: 3;
    background-color: #000000;
    border-bottom: 7px solid #ff6600;
    position: relative;
}

#main-nav:after {
    content: '';
    width: 100%;
    height: 4px;
    background-color: #ffffff;
    bottom: -15px;
    position: absolute;
}

#main-nav .container {
    width: 1470px;
}

.navbar-nav > li:nth-child(5) {
    margin-left: 270px;
}

.navbar-nav > li:nth-child(n+6) {
    margin-left: 8px;
}

.navbar-nav>li>a {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
    padding: 20px 18px;
    color: #ffffff;
}

.nav>li>a:focus, .nav>li>a:hover,
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: transparent;
    color: white;
}






/* CONTENT */

.buttonContainer {
    display: flex;
    justify-content: space-between;
    margin: 3% 0;
    flex-wrap: wrap;
}

.buttonContainer a {
    position: relative;
    flex: 0 0 24%;
}

.buttonContainer a:hover {
    transform: scale(1.1);
}

.buttonContainer div {
    z-index: 33;
    position: relative;
    color: white;
}

.buttonContainer h3 {
    top: 50%;
    text-align: center;
    font-size: 30px;
    line-height: 38px;
    padding: 13px;
    margin: 0;
    text-shadow: 1px 1px 1px #000000, 2px 2px 1px #000000;
    color: white;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    width: max-content;
}

.buttonContainer h3 span {
    display: block;
    font-size: 38px;
    width: 100%;
}

.siteSearch {
    width: 600px;
    display: flex;
    margin: 60px auto;
}

.siteSearch .form-control {
    padding: 25px 15px;
    border: 3px solid #ff6600;
    border-radius: 0;
    border-right: none;
    font-size: 18px;
    background-color: white;
}

.siteSearch .btn-primary {
    font-size: 25px;
    padding: 0 16px 9px;
    border-color: #ff6600;
    border-radius: 0;
    background-color: #ff6600;
}

.homeAbout h1 {
    font-size: 40px;
    position: relative;
    display: block;
    width: max-content;
    margin: 0 auto 10px;
}

.homeAbout span {
    text-transform: uppercase;
    text-align: center;
    display: block;
}

.homeAbout .btn-primary {
    display: block;
    width: max-content;
    margin: 10px auto;
    text-shadow: none;
}

.homeAbout {
    color: white;
    text-shadow: 1px 1px 1px black;
}

.servList {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.servList li {
    flex: 0 0 49%;
}

.servContainer {
    display: flex;
    justify-content: space-between;
}

.servContainer div {
    flex: 0 0 32%;
    background-color: white;
    padding: 10px 10px 0;
}

.servContainer img {
    width: 100%;
    object-fit: cover;
}

.servicePlans,
.partsContainer {
    display: flex;
    justify-content: space-between;
}

.servicePlans div,
.partsContainer div {
    background-color: white;
    padding: 10px;
    flex: 0 0 32%;
}

.partsContainer {
    margin-top: 25px;
}

.p-header {
    position: relative;
    margin-bottom: 25px;
    border: 3px solid #ff6600;
    height: 300px;
}

.p-header img {
    width: 100%;
    object-fit: cover;
}

.p-header h1 {
    position: absolute;
    bottom: 0;
    margin: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: white;
    font-size: 50px;
    padding: 7px 15px;
    border: 3px solid #ff6600;
    border-bottom: none;
}

.p-header h1:before {
    content: '';
    position: absolute;
    border: #afafaf solid 3px;
    top: 3px;
    left: 3px;
    right: 3px;
    bottom: 3px;
}

p.altApp {
    color: black;
    background-color: white;
    padding: 5px;
    border-radius: 8px;
}

.mapWrapper {
    position: relative;
    padding-bottom: 106%;
    min-height: 150px;
}

.mapWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.maphourstbl td:first-child {
    padding-right: 10px;
    font-weight: 600;
}

.department-container {
    margin-top: 0;
}

#employees-team-page .page-title {
    font-size: 50px!important;
    text-align: center;
    margin-bottom: 0;
}

.department-container .department {
    background: #fff;
}

.department .title {
    border: 1px solid #ededed;
    background: #dbdbdb;
}

.department .employee .name p {
    text-transform: uppercase;
    margin-bottom: 0;
}

.department .employee .job p {
    margin-bottom: 0;
}

.our-team .social {
    padding: 5px 10px;
    font-family: 'Oswald';
    text-transform: uppercase;
    margin: auto;
    display: block;
    width: max-content;
}

.team-content .post {
    text-align: center;
    display: block;
}

.pic {
    margin-top: 20px;
}

.rrTable {
    background-color: white;
}

.rrTable td {
    padding: 5px 10px;
    border: 1px solid black;
}

.rrWrapper {
    flex: 0 0 50%;
    position: relative;
    padding-bottom: 27.25%;
}

.rrWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 225px;
}

.rrContainer {
    display: flex;
    justify-content: space-around;
}

.k-link:link, .k-link:visited, .k-nav-current.k-state-hover .k-link {
    color: #ff6600;
}

.k-draghandle.k-state-selected:hover, .k-ghost-splitbar-horizontal, .k-ghost-splitbar-vertical, .k-list>.k-state-highlight, .k-list>.k-state-selected, .k-marquee-color, .k-panel>.k-state-selected, .k-scheduler .k-scheduler-toolbar .k-state-selected, .k-scheduler .k-today.k-state-selected, .k-state-selected, .k-state-selected:link, .k-state-selected:visited {
    color: #ff6600;
    background-color: #ebebeb;
    border-color: #cccccc;
}

.homeCounter {
    text-align: center;
}

.homeCounter h3 {
    font-size: 50px;
    margin-top: 0;
    color: black;
}

.homeCounter h3 .timer {
    display: block;
    font-size: 100px;
    color: #ff6600;
}

.secBtnContainer {
    display: flex;
    justify-content: space-between;
}

.secBtnContainer a {
    position: relative;
    z-index: 44;
    padding: 10% 1%;
    overflow: hidden;
    flex: 0 0 25%;
    text-align: center;
    color: white;
}

.secBtnContainer a:before {
    content: '';
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-position: center;
    transform: scale(1.7);
    z-index: -1;
    filter: grayscale(.5) brightness(0.5);
    transition: .3s;
}

.secBtnContainer a:hover:before {
    filter: none;
    transform: none;
}

.secBtnContainer a:nth-child(1):before {
    background-image: url(https://psmfirestorm.blob.core.windows.net/94212bb0-3aa4-4d1f-be42-81ecf9e51c16/btn-serv.jpg);
}

.secBtnContainer a:nth-child(2):before {
    background-image: url(https://psmfirestorm.blob.core.windows.net/3bd343a4-09c7-459d-8177-20c45721446d/btn-parts.jpg);
}

.secBtnContainer a:nth-child(3):before {
    background-image: url(https://psmfirestorm.blob.core.windows.net/4141e41b-2c38-4e62-8449-b291e8585a69/btn-merch.jpg);
}

.secBtnContainer a:nth-child(4):before {
    background-image: url(https://psmfirestorm.blob.core.windows.net/f3963d65-51bc-4581-b38d-94b409535238/btn-rides.jpg);
}

.secBtnContainer h3 {
    font-size: 2.5vw;
    text-shadow: 2px 2px 2px black;
    position: relative;
    margin: 0;
}

.secBtnContainer h3:before, 
.secBtnContainer h3:after, 
.oemWrapper h2:before, 
.oemWrapper h2:after {
    content: '';
    width: 100%;
    height: 3px;
    background-color: #ff6600;
    position: absolute;
    top: 0;
    left: 0;
    transition: .5s;
}

.secBtnContainer h3:after, 
.oemWrapper h2:after {
    top: unset;
    bottom: -8%;
}

.secBtnContainer a:hover h3:before, 
.secBtnContainer a:hover h3:after {
    height: 450%;
    width: 140%;
    left: -18%;
    filter: opacity(0.0);
}






/* FEATURED INVENTORY */

.single-item-slider .item-detail .price {
    font-size: 21px;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-weight: 100;
    color: #000000;
    background-color: #ff6600;
    width: max-content;
    left: 50%;
    transform: translateX(-50%);
    bottom: -6px;
    padding: 3px 10px;
}

.single-item-slider .slider-outer {
    height: 260px;
}

.featuredinventory h2 {
    text-align: center;
    font-size: 50px;
    position: relative;
    margin: 30px auto 20px!important;
    text-shadow: 2px 2px 2px black;
    color: white;
}

.featuredInventory h2:before, 
.featuredInventory h2:after, 
.homeAbout h1:before, 
.homeAbout h1:after, 
.latestReviews h2:before, 
.latestReviews h2:after {
    content: '';
    width: 3px;
    height: 87%;
    background-color: #ff6600;
    position: absolute;
    top: 3px;
}

.featuredInventory h2:before, 
.homeAbout h1:before, 
.latestReviews h2:before {
    left: -6px;
}

.featuredInventory h2:after, 
.homeAbout h1:after, 
.latestReviews h2:after {
    left: -12px;
}

.single-item-slider .item-detail .name {
    font-size: 14px;
    line-height: 18px;
    color: black;
}

.single-item-slider .item .item-inner {
    padding-bottom: 12%;
    border-radius: 0;
}

.single-item-slider .slider-inner .item {
    width: 211px;
}

.single-item-slider .item {
    border: 3px solid black;
    background-color: rgb(255 255 255);
}

.single-item-slider .img-container {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.featuredinventory .single-item-slider .slider-inner .item {
    width: 265px;
}

.featuredinventory .single-item-slider .item .item-inner {
    padding-bottom: 19%;
    border-radius: 0;
}

.featuredinventory .single-item-slider .img-container {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    height: 190px;
}

.featuredinventory .single-item-slider .slider-outer {
    height: 340px;
}

.featuredinventory .single-item-slider .item-detail .price {
    overflow: hidden;
    font-size: 25px;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    color: #ffffff;
    width: 240px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 6px;
    padding: 7px 10px;
    text-shadow: 1px 1px 1px black;
    background-color: transparent;
}

.featuredinventory .single-item-slider .item-detail .price:before {
    content: '';
    background-image: url(https://psmfirestorm.blob.core.windows.net/9f8ec03f-1437-4df9-b3a6-7728a37f945a/btn-back-3.png);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-size: 100% 100%;
    z-index: -1;
}

.featuredinventory .single-item-slider .item-detail .name {
    font-size: 14px;
    line-height: 18px;
    color: black;
    font-weight: 700;
}

.featuredinventory .single-item-slider .item {
    border: 5px solid #ff6600;
    border-right: 5px solid #c54f00;
    border-bottom: 5px solid #c54f00;
}





/* REVIEWS */

.latestReviews h2 {
    color: white;
    text-align: center;
    position: relative;
    font-size: 40px;
    width: max-content;
    margin: 10px auto;
}

.latestReviews .single-item-slider .slider-inner .item {
    width: 260px;
}

.widget-Reviews .single-item-slider .slider-outer, .widget-Reviews .single-item-slider .slider-inner .item, .widget-Reviews .single-item-slider .slider-inner-container {
    height: 21em;
}








/* INVENTORY */

.inventory-container .vehicle .thumb {
    line-height: 190px;
    height: 190px;
}

#FilterQuickSearch {
    margin: 0;
    border: 1px solid #cccccc;
    color: black;
}

.panel-default>.panel-heading {
    color: #000;
    background-color: #e6e6e6;
    border-color: #ddd;
    text-transform: uppercase;
}

.specs-panel.panel-body {
    background-color: #fff;
    color: #000;
}

.k-pager-wrap {
    margin-top: 9px;
}

#filters-box .panel-body li {
    color: #000;
}

.inventory-container .vehicle .price {
    text-align: center;
    font-size: 23px;
    padding: 3px 8px;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    text-transform: uppercase;
    font-family: 'Oswald';
    font-weight: 700;
    width: max-content;
    position: relative;
    z-index: 3;
    text-shadow: 1px 1px 2px black;
}

.inventory-container .vehicle .price:before {
    content: '';
    background-image: url(https://psmfirestorm.blob.core.windows.net/9f8ec03f-1437-4df9-b3a6-7728a37f945a/btn-back-3.png);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-size: 100% 100%;
    z-index: -1;
}

#vehicleList > div {
    margin: 0;
    padding: 10px;
}

.vehicle-box {
    border: 3px solid #ff6600;
}

.inventory-container .vehicle {
    transition: .4s;
}

.inventory-container .vehicle:hover {
    background-color: #ffffff;
}

.vehiclemodel {
    text-transform: uppercase;
    font-size: 20px;
    line-height: 21px;
    min-height: 43px;
}

.inventory-container .vehicle .title {
    padding: 0 5px 28px;
}

.inventory-container .vehicle .title a {
    color: black;
}

.info {
    font-size: 12px;
    color: #7b7b7b;
    text-align: right;
}

.price-box > text > a:hover {
    color: white;
}











/* FORMS */

.mainform {
    height: max-content;
}

.mainform > div {
    background-color: white;
    padding: 15px;
    border: 3px solid #ff6600;
}

.form-header-text {
    font-family: 'Oswald';
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    font-size: 30px;
    margin-bottom: 3px;
}

.forms-title-section {
    text-align: center;
    margin-bottom: 5px;
}

.btn-primary {
    color: #fff;
    background-color: #ff6600;
    border: 3px solid #ff6600;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    transition: .3s;
    margin: 5px 0;
    font-weight: 700;
}

.btn-primary:hover,
.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover,
.btn-primary.active, .btn-primary:active, .open>.dropdown-toggle.btn-primary,
.btn-primary.focus, .btn-primary:focus {
    color: #000;
    background-color: #ffffff;
    border-color: #ff6600;
}

.field-validation-valid,
.field-validation-error {
    position: absolute;
    right: 12px;
    top: 5px;
}

.form-control {
    font-size: 14px!important;
    margin: 5px 0;
    box-shadow: none;
    border-radius: 0;
    border-top: transparent;
    border-right: transparent;
}

.form-control:hover, 
.form-control:active, 
.form-control:focus {
    border-color: #cccccc;
}

.customForm [placeholder="First Name"], 
.customForm [placeholder="Last Name"] {
    width: 92px;
}

.customForm [placeholder="Zip Code"] {
    width: 77px;
}

.customForm [placeholder="Phone"] {
    width: 117px;
}

.customForm input, 
.customForm textarea, 
.customForm select {
    font-size: 14px!important;
    border: 1px solid #b1b1b1;
    margin: 5px 0;
    padding: 2px 7px;
    color: black;
    border-top: transparent;
    border-right: transparent;
}

.customForm textarea {
    width: 100%;
}

.inquiryformcontainer, 
.locationBox {
    background-color: white;
    border: 3px solid #ff6600;
}

label {
    font-weight: 100;
}

.locationBox {
    margin-top: 20px;
}





/* FOOTER */

footer.body .outer-wrapper {
    background-color: #fff;
    color: #303030;
    text-align: center;
    border-top: 3px solid #ff6600;
    padding: 10px 0;
}

footer.body .outer-wrapper a, footer.body .outer-wrapper a:visited, footer.body .outer-wrapper a:active {
    color: #001c79;
}

.footerBack {
    background-color: white;
    background-image: url(https://psmfirestorm.blob.core.windows.net/5c92c04b-5704-4d3a-a7f4-142c8333d301/footer-back-light-85.jpg);
    background-size: contain;
    color: white;
    background-position: left center;
    background-repeat: no-repeat;
}

.footerContainer {
    display: flex;
    justify-content: space-between;
    padding: 22px 0 0;
    border-top: 5px solid #ff6600;
    position: relative;
    color: black;
}

.footerContainer:before {
    content: '';
    width: 100%;
    height: 3px;
    background-color: #ff6600;
    position: absolute;
    top: -13px;
}

.footerWrapper {
    display: flex;
    flex-flow: column;
    flex: 0 0 35%;
}

.footerMap {
    position: relative;
    flex: 0 0 70%;
    padding-bottom: 150px;
}

.footerMap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.footerBlock {
    padding: 2% 7%;
}

.footerBlock a.address {
    color: black;
}

.footerBlock:nth-child(3) {
    border-bottom: none;
}

.footerBlock .dealer-address {
    display: block;
}

.footerBlock .dealer-phone {
    display: block;
    font-weight: 700;
    font-size: 33px;
}

.footerBlock table td:last-child {
    padding-left: 15px;
    text-align: right;
}

.footerBlock ul {
    padding: 0;
}

.footerBlock li {
    list-style: none;
    position: relative;
    padding: 7px 15px;
    /*width: max-content;*/
}

.footerBlock li:before {
    content: '\f0da';
    font-family: fontawesome;
    transform: rotate(90deg);
    position: absolute;
    left: 0;
    color: #474747;
    transition: .4s;
}

.footerBlock ul li:hover:before {
    transform: rotate(0deg);
    color: #fff;
}

.footerBlock h3 {
    font-size: 30px;
    margin-top: 0;
}




/* BREAKPOINTS */

@media (max-width: 1499px) {
.headerContainer,
#main-nav .container,
.topSection .container {
    width: 1170px;
}

.navbar-nav > li:nth-child(5) {
    margin-left: 262px;
}

.navbar-nav>li>a {
    font-size: 15px;
    padding: 18px 9px;
}

.buttonContainer h3 {
    font-size: 25px;
    line-height: 30px;
}

.buttonContainer h3 span {
    font-size: 30px;
}

.featuredinventory .single-item-slider .slider-inner .item {
    width: 260px;
}
}




@media (max-width: 1199px) {
.headerContainer, 
#main-nav .container,
.topSection .container {
    width: 970px;
}

.headerBlock .dealer-phone {
    font-size: 28px;
}

.headerText {
    font-size: 14px;
    margin-top: 22px;
    margin-left: 15px;
}

.headerBlock {
    flex: 0 0 41%;
}

.headerLogo {
    flex: 0 0 18%;
}

.headerLogo img {
    max-width: 196px;
}

.headerHD {
    margin-right: 3px;
}

.navbar-nav>li>a {
    font-size: 14px;
    padding: 18px 7px;
}

.navbar-nav > li:nth-child(n+6) {
    margin-left: 2px;
}

.navbar-nav > li:nth-child(5) {
    margin-left: 160px;
}

.headerBlock {
    padding-top: 8px;
}

.buttonContainer h3 {
    font-size: 21px;
    line-height: 25px;
}

.buttonContainer h3 span {
    font-size: 24px;
}

.featuredinventory .single-item-slider .slider-inner .item {
    width: 284px;
}

.p-header {
    height: 265px;
}

.latestReviews .single-item-slider .slider-inner .item {
    width: 285px;
}
}




@media (max-width: 991px) {
.headerContainer, 
#main-nav .container,
.topSection .container {
    width: 748px;
}

.headerBlock {
    flex-flow: column;
    flex: 0 0 38%;
}

.headerText {
    margin-top: 8px;
    margin-left: 0;
}

.headerText span {
    text-align: left;
}

.headerBlock:nth-child(3) {
    align-items: flex-end;
}

.headerHD img {
    max-width: 100px;
}

.headerSocial a {
    font-size: 26px;
    padding: 0px 10px 5px;
    line-height: 24px;
}

.navbar-nav {
    float: none;
    display: flex;
    justify-content: space-between;
}

.navbar-nav > li:nth-child(5) {
    margin-left: 0;
}

#main-nav .nav>li>a {
    padding-left: 8px;
    padding-right: 8px;
}

.buttonContainer a {
    flex: 0 0 49%;
    margin: 7px 0;
}

.buttonContainer h3 {
    font-size: 32px;
    line-height: 39px;
}

.buttonContainer h3 span {
    font-size: 39px;
}

.featuredinventory .single-item-slider .slider-inner .item {
    width: 324px;
}

.headerLogo {
    flex: 0 0 24%;
}

.headerLogo img {
    max-width: 175px;
}

.p-header h1 {
    font-size: 45px;
    width: fit-content;
}

.p-header {
    height: 200px;
}

.footerBack {
    background-size: cover;
    background-position: 33% 50%;
}

.modal {
    z-index: 55555;
}

.homeCounter h3 {
    font-size: 37px;
}

.homeCounter h3 .timer {
    font-size: 65px;
}

.latestReviews .single-item-slider .slider-inner .item {
    width: 212px;
}
}





@media (max-width: 767px) {
.headerContainer, 
#main-nav .container,
.topSection .container {
    width: 100%;
}

#main-nav .navbar-toggle {
    color: white;
}

h5.headerText {
    margin-bottom: 0;
}

#main-nav .dropdown-menu > li > a {
    color: white;
}

#main-nav .nav>li>a {
    font-size: 16px;
    padding: 15px;
}

.headerContainer > div:nth-child(3) > div:nth-child(2),
.headerBlock > div > a:first-child {
    display: none;
}

.headerContainer {
    flex-flow: row-reverse;
}

#main-nav .navbar-brand.text {
    display: none!important;
}

.headerBlock {
    flex: 0 0 40%;
    text-align: center;
    padding: 8px;
}

.headerLogo {
    order: 1;
    flex: 0 0 38%;
    padding: 8px;
}

.headerText span {
    text-align: center;
    font-size: 18px;
}

.navbar-nav {
    float: left;
    display: block;
    justify-content: space-between;
}

.siteSearch {
    width: 95%;
    display: flex;
    margin: 30px auto 0;
}

.buttonContainer {
    flex-wrap: wrap;
    justify-content: space-around;
}

.buttonContainer a {
    position: relative;
    flex: 0 0 48%;
    margin: 10px 0;
}

.buttonContainer h3 {
    font-size: 4vw;
    line-height: 5vw;
}

.buttonContainer h3 span {
    font-size: 5vw;
}

.featuredinventory .single-item-slider .slider-inner .item {
    width: 216px;
}

.featuredinventory .single-item-slider .img-container {
    height: 150px;
}

.featuredSection {
    padding: 30px 0;
}

.homeAbout h1 {
    width: 100%;
}

.footerContainer {
    flex-flow: column;
    text-align: center;
}

.footerBlock li:before {
    position: relative;
    padding-right: 5px;
}

.footerMap {
    width: 100%;
    padding-bottom: 100%;
}

.footerBlock table {
    margin: auto;
}

.footerBlock table td:first-child {
    text-align: left;
}

.featuredInventory h2 {
    background: white;
}

.p-header {
    height: 100%;
    margin-bottom: 0;
}

.p-header h1 {
    font-size: 8vw;
    width: max-content;
}

.servList {
    flex-flow: column;
}

.servContainer,
.servicePlans, 
.partsContainer {
    flex-flow: column;
}

.headerBlock .dealer-phone {
    font-size: 22px;
}

.headerText {
    font-size: 12px;
}

.headerLogo img {
    max-width: 100%;
    padding: 0;
}

.headerBlock:nth-child(3) {
    align-items: flex-end;
    flex: 0 0 20%;
}

.headerHD img {
    max-width: 100%;
}

.topSection:after {
    width: 100%;
    height: 100%;
    left: -14%;
    top: -4%;
}

.homeCounter h3 {
    font-size: 30px;
}

.featuredinventory .single-item-slider .item-detail .price {
    font-size: 20px;
    width: 190px;
    padding: 7px 5px;
}

.secBtnSection .widget-inner {
    margin-top: 0!important;
}

.secBtnContainer {
    flex-flow: column;
}

.secBtnContainer a {
    padding: 20% 1%;
}

.secBtnContainer h3 {
    font-size: 9vw;
}

.latestReviews .single-item-slider .slider-inner .item {
    width: 216px;
}
}





