body {
    font-family: 'Oswald', sans-serif;
    color: black;
    font-size: 16px;
}

@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/a45ad450-3aae-4adf-808a-1ff48045f357/main-background.jpg) no-repeat center center;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
}
}

@media (min-width: 768px) {
body {
    background: #cccccc url(https://psmfirestorm.blob.core.windows.net/a45ad450-3aae-4adf-808a-1ff48045f357/main-background.jpg) no-repeat center center;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; }
}

a,
a.promo-link {
    color: #ff6600;
    transition: .3s;
}

a:focus, a:hover,
a.promo-link:hover {
    color: #727272;
    text-decoration: none;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    text-transform: uppercase;
}

#outer-wrapper {
    overflow-x: hidden;
    position: relative;
}

.container,
.headerContainer {
    width: 1470px;
}

.featuredSection {
    padding: 60px 0;
    margin-top: 0!important;
    position: relative;
}

.featuredSection {
    padding: 60px 0;
    margin-top: 0!important;
    position: relative;
    background-color: white;
}

.featuredSection:before {
    content: '';
    width: 100%;
    height: 100%;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(https://psmfirestorm.blob.core.windows.net/058ce913-acd2-4b9b-a1a4-82decb12a41d/chrome-background.jpg);
    filter: opacity(0.5);
}

.aboutSection {
    position: relative;
    background-image: url(https://psmfirestorm.blob.core.windows.net/25da9b65-eb43-4b07-83f8-99185b1b2988/about-background.jpg);
    background-size: cover;
    background-position: center;
    padding: 60px 0;
    margin-top: 0!important;
    background-attachment: fixed;
}

.searchSection {
    margin: 3% 0;
}

.truSection {
    background-color: white;
    margin-top: 0px!important;
    padding: 30px 0 0;
}

.truSection #widget11 > div {
    margin-bottom: 25px;
}

.sliderSection {
    margin-top: 0!important;
}

#promotions-page, 
#inventory-page,
.page-background > div,
#calendar-page,
#employees-team-page 
#vdp-container,
#thankyou-page,
#showroom,
#blog-page,
#blog-detail,
#credit-thankyou-page,
#events-page,
.custom-page,
#employees-team-page,
#vdp-container,
#creditAppContainer {
    background-color: #ffffff;
    padding: 15px;
}

#content-container {
    padding-bottom: 25px;
}

#home-page {
    margin-bottom: -25px;
}








/* HEADER */

header.body {
    background-color: white;
    background-image: url(https://psmfirestorm.blob.core.windows.net/13cc2bca-cef1-41fe-9dc0-1561c3e0f643/white-background.jpg);
    background-size: cover;
    background-position: center;
    box-shadow: 0 0 10px rgb(0 0 0 / 70%);
}

.headerContainer {
    padding: 15px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.headerContainer a {
    color: black;
}

.headerLogo {
    margin-bottom: -70px;
    position: relative;
    z-index: 4;
}

.headerLogo img {
    max-width: 350px;
}

.headerBlock {
    text-align: center;
}

.headerBanner {
    position: absolute;
    top: 26px;
    background-color: yellow;
    color: black;
    transform: rotate(45deg);
    right: -52px;
    width: 223px;
}

.headerBanner a {
    color: black;
    text-align: center;
}

.headerBanner h4 {
    margin: 0;
    padding: 10px 30px;
    font-size: 20px;
    line-height: 22px;
}

.headerBanner h4 span {
    display: block;
    font-size: 30px;
}

.headerBlock .dealer-phone {
    font-weight: 700;
    font-size: 41px;
    color: #ff6600;
}

.headerBlock .dealer-phone:hover {
    color: #6a6a6a;
}

.headerBlock .dealer-address {
    margin-right: 15px;
    position: relative;
}

.headerBlock .dealer-address:after {
    content: '';
    width: 5px;
    height: 2px;
    background-color: #afafaf;
    position: absolute;
    top: 13px;
    right: -10px;
}

.headerSocial,
.footerSocial {
    display: flex;
    text-align: center;
}

.headerSocial a,
.footerSocial a {
    width: 40px;
    height: 40px;
    font-size: 20px;
    margin: 0 5px;
    padding: 3px;
    background-color: black;
    color: white!important;
}

.headerSocial .dealer-facebook,
.footerSocial .dealer-facebook {
    background: linear-gradient(to bottom, rgba(74,170,246,1) 0%,rgba(34,102,217,1) 100%);
}

.headerSocial .dealer-instagram,
.footerSocial .dealer-instagram {
    background: linear-gradient(73deg, rgba(255,214,0,1) 0%,rgba(255,122,0,1) 25%,rgba(255,0,105,1) 50%,rgba(211,0,101,1) 75%,rgba(118,56,250,1) 100%);
}

.headerSocial a:nth-child(3),
.footerSocial a:nth-child(3) {
    background-color: #009900;
}

.headerSocial a:hover, 
.footerSocial a:hover {
    border-radius: 8px;
}

.textClub a {
    display: flex;
    align-items: center;
    position: relative;
    text-align: center;
}

.textClub .fa {
    font-size: 92px;
    position: absolute;
    left: 50%;
    color: #d7d7d7;
    z-index: 0;
    top: 50%;
    transform: translate(-50%, -50%);
}

.textClub h5 {
    font-size: 16px;
    z-index: 4;
}

.textClub h5 span {
    display: block;
}

.headerRight {
    display: flex;
    align-items: center;
    flex: 0 0 45%;
    justify-content: space-between;
    margin-right: 6%;
}






/* NAVIGATION */

.navbar-nav {
    float: right;
}

.navbar-nav>li>a {
    text-transform: uppercase;
    font-weight: 700;
    color: black;
    padding: 20px 6px;
    font-size: 14px;
}

#main-nav-collapse > ul > li.dropdown.open:nth-child(1) > ul > li:nth-child(8),
#main-nav-collapse > ul > li.dropdown.open:nth-child(2) > ul > li:nth-child(5) {
    background-color: yellow;
}






/* CONTENT */

.siteSearch {
    width: 500px;
    display: flex;
    margin: 0 auto 75px;
}

.siteSearch .form-control {
    background-color: white;
    border-radius: 0;
    font-size: 14px;
    padding: 20px;
    border: 2px solid white;
    border-right: none;
    color: black;
    margin: 0;
}

.siteSearch .form-control:hover,
.siteSearch .btn-primary:hover {
    border-color: white;
}

.siteSearch .btn-primary {
    color: white;
    font-size: 18px;
    border: 2px solid white;
    border-left: none;
    padding: 7px 18px;
    margin: 0;
    background-color: #ff6600;
    text-transform: uppercase;
    border-radius: 0;
    font-weight: 700;
}

.h-button-container {
    display: flex;
    justify-content: space-around;
    width: 100%;
    margin: auto;
}

.h-button-container a {
    text-align: center;
    flex: 0 0 23%;
    color: black;
    border-radius: 8px;
    background-image: url(https://psmfirestorm.blob.core.windows.net/058ce913-acd2-4b9b-a1a4-82decb12a41d/chrome-background.jpg);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.72);
    background-size: cover;
}

.h-button-container a:hover {
    transform: scale(1.05);
}

.h-button-block {
    padding: 10px;
}

.h-button-block > span {
    font-size: 30px;
    background-color: #000000;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    padding: 9px 0;
    color: white;
    transition: .4s;
}

.h-button-container a:hover span {
    background-color: transparent;
    color: black;
    transform: scale(1.1);
}

.h-button-block h3 {
    text-transform: uppercase;
    margin: 5px 0 0;
    font-size: 27px;
    color: #ff6600;
    text-shadow: 0px 0px 4px rgb(255 255 255 / 87%);
}

.h-button-block h5 {
    text-transform: uppercase;
    margin: 0;
}

.aboutSection .container {
    background-color: rgb(0 0 0 / 68%);
    padding: 30px 15px;
}

.homeAboutWelcome {
    color: white;
    text-shadow: 1px 1px 1px black;
}

.homeAboutWelcome span:nth-child(1) {
    text-align: center;
    display: block;
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: 9px;
    margin-top: 15px;
}

.homeAboutWelcome h1 {
    text-align: center;
    margin-top: 5px;
}

.aboutText {
    color: white;
}

.aboutText p {
    text-align: justify;
    line-height: 30px;
}

.p-header {
    position: relative;
    margin-bottom: 25px;
    border-bottom: 3px solid white;
    height: 300px;
}

.p-header h1 {
    position: absolute;
    margin: 0;
    font-size: 60px;
    padding: 12px 20px;
    color: #ffffff;
    width: 100%;
    top: 50%;
    text-shadow: 2px 2px 2px black;
    text-align: center;
    transform: translateY(-50%);
    background: linear-gradient(to right, rgba(0,0,0,0) 0%,rgb(0 0 0) 35%,rgba(0,0,0,1) 65%,rgba(0,0,0,0) 100%);
}

.p-header h1 span {
    font-weight: 400;
}

.p-header img {
    width: 100%;
    object-fit: cover;
}

.mapWrapper {
    position: relative;
    padding-bottom: 87%;
    min-height: 150px;
}

.mapWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.maptext h1 {
    font-size: 29px;
    margin-top: 0;
}

.mapandhourstbl td:nth-child(1) {
    padding-right: 15px;
}

.insuranceBlock.sectionFive p,
.insuranceBlock.sectionSeven p {
    color: white;
}

.ltrContainer > div {
    background-color: #e8e8e8;
    padding: 15px;
    margin: 15px 0;
}

.ltrBtns {
    display: flex;
    justify-content: center;
    padding: 15px 30px;
    flex-wrap: wrap;
}

.ltrBtns .btn-primary {
    margin: 15px;
}

.ltrNav {
    display: flex;
    justify-content: center;
}

.ltrNav a {
    background-color: black;
    color: white;
    padding: 8px 18px;
    text-transform: uppercase;
    margin: 0 15px;
    font-weight: 700;
}

.ltrNav a:hover {
    transform: scale(1.05);
}

.mcButtons {
    display: flex;
    justify-content: space-around;
}

.mcPics {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.mcPics > div {
    padding: 10px;
    flex: 0 0 33%;
}

img.aboutPic {
    float: right;
    width: 40%;
    padding-left: 15px;
}

.department .title {
    border: 1px solid #ffffff;
    background: #ffffff;
    color: #ff6600;
}

.department .employee .name p {
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0;
    line-height: 18px;
    padding-top: 5px;
}

.department .employee {
    border-radius: 0px;
    padding: 10px;
    height: max-content;
    background-color: white;
}

.department-container .department {
    background: #efefef;
}

.department .employee .job p {
    margin-bottom: 0;
}

.brief {
    font-size: 14px;
    line-height: 18px;
}

#employees-team-page h1 {
    text-align: center;
    font-size: 45px!important;
}

.photo {
    display: block!important;
    height: 350px;
}

.department .photo img {
    height: 100%;
    object-fit: cover;
    width: 100%;
    object-position: top;
}

.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 {
    background-color: #e5e5e5;
    border-color: #cccccc;
}

.textBox {
    display: block;
    height: 67px;
    background-color: black;
    width: 300px;
}

#detailServices {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
}

#detailServices > div:nth-child(1) {
    flex: 0 0 50%;
    margin-right: 15px;
}

#detailServices table td, 
#detailServices table th {
    border: 1px solid #6a6a6a;
    padding: 7px;
    text-align: center;
}

#detailServices > div > table th {
    text-transform: uppercase;
    font-size: 20px;
    min-width: 100px;
    line-height: 21px;
}

#detailServices .dealerLogo {
    max-width: 200px;
}

#detailServices > div:nth-child(1) > table > tbody > tr > th > span {
    display: block;
    margin-top: 15px;
}

#detailServices .checkIcon {
    max-width: 30px;
}

#detailServices table {
    position: relative;
    z-index: 1;
    color: white;
    background-color: black;
    width: 100%;
}

#detailServices table:before {
    content: '';
    background-image: url(https://psmfirestorm.blob.core.windows.net/e6ee9b5c-3e3c-4f32-ac5c-40b0aa7594c2/table-background.jpg);
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-position: center;
    z-index: -1;
    filter: opacity(0.3);
}

#detailServices > div:nth-child(2) > div:nth-child(1) {
    background-color: #ff6600;
    text-align: center;
    padding: 15px;
    background: linear-gradient(-27deg, #ff6600 0%,#ff9400 100%);
}

#detailServices > div:nth-child(2) h2 {
    font-size: 43px;
}

#detailServices > div:nth-child(2) .price {
    font-size: 75px;
    font-weight: 700;
}

#detailServices .btn-primary {
    display: block;
    width: max-content;
    margin: 15px auto;
}

#detailServices > div:nth-child(2) .price sup {
    font-size: 33px;
    top: -32px;
}

.fathersDayPromos {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.fathersDayPromos > div {
    flex: 0 0 49%;
    margin: 8px 0;
}




@media (min-width: 768px) {
.rfacPics {
    float: right;
    width: 40%;
    display: flex;
    flex-flow: column;
    align-items: center;
    padding: 0 0 15px 15px;
}
}








/* FEATURED INVENTORY */

.single-item-slider .img-container {
    height: 166px;
}

.single-item-slider .slider-outer {
    height: 325px;
}

.single-item-slider .slider-inner .item {
    width: 225px;
}

.single-item-slider .item:not(:last-child) {
    margin-right: 6px;
}

.single-item-slider .item {
    background-color: rgb(255 255 255);
}

.single-item-slider .item-detail .name {
    color: black;
    text-align: left;
}

.single-item-slider .item-detail .price {
    font-size: 21px;
    padding: 10px;
    text-transform: uppercase;
    bottom: 0;
    color: #ffffff;
    text-align: right;
    font-weight: 700;
    background: linear-gradient(to bottom, rgba(255,120,30,1) 0%,rgba(255,102,0,1) 100%);
    text-align: center;
}

.single-item-slider .item .item-inner {
    padding-bottom: 21%;
}

.featuredInventory h2 {
    text-align: center;
    font-size: 126px;
    color: rgb(0 0 0 / 16%);
    margin-bottom: -20px;
}






/* LATEST REVIEWS */

.latestReviews .single-item-slider .slider-inner .item {
    width: 253px;
}

.widget-Reviews .single-item-slider .slider-outer, 
.widget-Reviews .single-item-slider .slider-inner .item, 
.widget-Reviews .single-item-slider .slider-inner-container {
    height: 19em;
}

.latestReviews h2 {
    display: none;
}

.widget-Reviews .single-item-slider .slider-container {
    padding-bottom: 0;
}







/* INVENTORY */


.inventory-container .vehicle .thumb {
    height: 252px;
    line-height: 246px;
}

.inventory-image {
    max-height: 100%;
    width: 100%;
    object-fit: contain;
}

#vdp-container .images-container {
    max-width: 100%;
}

#FilterQuickSearch {
    margin: 0;
    border: 1px solid #cccccc;
}

.k-pager-wrap {
    margin-top: 9px;
}

#filters-box .panel-body li {
    color: #ooo;
}

.inventory-container .vehicle .price {
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
    background-color: #ff6600;
    padding: 8px 10px;
    white-space: nowrap;
    font-weight: 700;
    position: relative;
    color: white;
}

#vehicleList > div {
    margin: 0;
    padding: 10px;
    position: relative;
}

.vehicle-box {
    border: 1px solid #636363;
}

.inventory-container .vehicle:hover {
    background-color: #ffffff;
    transition: .4s ease;
}

.vehiclemodel {
    text-transform: uppercase;
    font-size: 18px;
    line-height: 21px;
    min-height: 25px;
    font-weight: 700;
}

.inventory-container .vehicle .title {
    padding: 10px 5px;
    background-color: #ebebeb;
    text-align: center;
}

.inventory-container .vehicle .title a {
    color: black;
    font-weight: 100;
}

.info {
    font-size: 12px;
    color: #7b7b7b;
    text-align: right;
}

#filters-box .panel-body li {
    color: #262626;
    padding: 4px 0;
}

.panel-default>.panel-heading {
    color: #000;
}

.specs-panel.panel-body {
    background-color: white;
    color: #000;
}

.modal {
    z-index: 10509;
}

.tru-vehicle-button.tru-shape-short {
    margin: auto;
}






/* FORMS */

.btn-primary {
    color: #fff;
    background-color: #ff6600;
    border: 3px solid #ff6600;
    background: linear-gradient(to bottom, rgba(255,120,30,1) 0%,rgba(255,102,0,1) 100%);
    border-radius: 0;
    text-transform: uppercase;
    font-weight: 700;
    padding: 10px 20px;
    transition: .3s;
    margin: 10px 0;
    font-size: 16px;
    position: relative;
    z-index: 4;
}

.btn-primary:before {
    content: '';
    width: 100%;
    height: 0;
    background-color: black;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: .4s;
    z-index: -1;
}

.btn-sec {
    display: block;
    width: max-content;
    margin: 15px auto;
    font-size: 20px;
}

.btn-primary:hover:before {
    height: 100%;
}

.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: #fff;
    background-color: #ff6600;
    border-color: #ff6600;
    background: linear-gradient(to bottom, rgba(255,120,30,1) 0%,rgba(255,102,0,1) 100%);
}

.mainform {
    height: max-content;
}

.mainform > div {
    background-color: #efefef;
    padding: 10px;
    box-shadow: 3px 3px 6px rgb(0 0 0 / 26%);
}

.mainform label {
    margin-right: 10px;
}

.form-header-text {
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 15px;
    font-size: 30px;
    font-weight: 700;
    position: relative;
}

.form-header-text:after {
    content: '';
    width: 150px;
    height: 5px;
    background-color: #ff6600;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -3px;
}

.form-control {
    font-size: 14px!important;
    margin: 5px 0;
    border: 1px solid white;
    background-color: #ffffff;
    box-shadow: none;
    transition: .3s;
    border-radius: 0;
    color: black;
}

.form-control:hover {
    border-color: #989898;
}

.form-control:focus {
    border-color: #989898;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(131 131 131 / 60%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 102 102 / 43%);
}

.forms-title-section {
    font-size: 18px;
    text-align: center;
    margin-bottom: 4px;
}

.field-validation-valid,
.field-validation-error {
    position: absolute;
    right: 12px;
    top: 8px;
}

.field-validation-valid {
    color: #7a7a7a;
}

.customForm textarea, 
.customForm input, 
.customForm select {
    padding: 3px 10px;
    font-size: 14px!important;
    background-color: #ffffff;
    color: black;
    border: 1px solid #ffffff;
    margin: 5px 0;
    transition: .3s;
}

.customForm textarea:hover, 
.customForm input:hover, 
.customForm select:hover {
    border-color: #767676;
}

.customForm [placeholder="First Name"], 
.customForm [placeholder="Last Name"] {
    width: 100px;
}

.customForm [placeholder="Zip Code"] {
    width: 83px;
}

.customForm [placeholder="Phone"] {
    width: 123px;
}

.customForm [placeholder="Questions/Comments"] {
    width: 100%;
}

.inquiryformcontainer, 
.locationBox {
    background-color: #efefef;
    color: black;
}

.locationBox {
    margin-top: 20px;
}

@media (min-width: 768px) {
#Form7668 > div:nth-child(1) > fieldset > div:nth-child(n+11) {
    width: 50%;
    display: inline-block;
    padding: 0 5px;
}

#Form7666 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+9),
#Form7668 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+5),
#Form7668 > div:nth-child(1) > fieldset > div:nth-child(n+7):nth-child(-n+10) {
    width: 25%;
    display: inline-block;
    padding: 0 5px;
}

#Form7666 > div:nth-child(1) > fieldset > div:nth-child(n+10),
#Form7668 > div:nth-child(1) > fieldset > div:nth-child(n+11) {
    padding: 0 5px;
}
}








/* FOOTER */

footer.body .outer-wrapper {
    background-color: #fff;
    color: #000;
    text-align: center;
    padding: 10px 0;
}

footer.body .outer-wrapper a, footer.body .outer-wrapper a:visited, footer.body .outer-wrapper a:active {
    color: #000;
    font-weight: 700;
}

.footerBack {
    background-image: url(https://psmfirestorm.blob.core.windows.net/13cc2bca-cef1-41fe-9dc0-1561c3e0f643/white-background.jpg);
    background-size: cover;
    background-position: center;
    background-color: white;
    box-shadow: 0 0 10px rgb(0 0 0 / 70%);
    z-index: 44;
    position: relative;
}

.footerContainer {
    width: 1470px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    padding: 15px;
    line-height: 30px;
    text-transform: uppercase;
}

.footerContainer a {
    color: #525252;
}

.footerContainer a:hover {
    color: black;
}

.footerBlock {
    padding: 15px;
}

.footerBlock a.dealer-phone.phone-text {
    font-weight: 700;
    font-size: 25px;
}

.ss-store {
    background-color: white;
    box-shadow: 2px 2px 7px rgb(0 0 0 / 36%);
    text-align: center;
    padding: 10px;
    margin-top: 25px;
}

.ss-store img {
    max-width: 200px;
}

.ss-store:hover {
    transform: scale(1.025);
}

.footerHours {
    display: flex;
    justify-content: space-between;
}

.footerHours div:nth-child(1) {
    margin-right: 25px;
}

.footerHours h4 {
    margin-top: 0;
}

.footerHours td:nth-child(1) {
    font-weight: 700;
    padding-right: 15px;
}

a.footerHog img {
    max-width: 150px;
    margin-top: 25px;
}

.footerBlock ul {
    list-style: none;
}

.footerBlock li {
    position: relative;
}

.footerBlock li:before {
    content: '';
    width: 10px;
    height: 2px;
    background-color: black;
    position: absolute;
    top: 15px;
    right: 122px;
    transition: .3s;
}

.footerBlock li:hover:before {
    width: 25px;
}






@media (max-width: 1499px) {
.container, 
.headerContainer,
.footerContainer {
    width: 1170px;
}

.single-item-slider .img-container {
    height: 156px;
}

.inventory-container .vehicle .thumb {
    height: 195px;
    line-height: 190px;
}

.headerLogo img {
    max-width: 300px;
}

.headerRight {
    margin-right: 9%;
}

.h-button-block h3 {
    font-size: 23px;
}

.h-button-container img {
    max-height: 145px;
}

.single-item-slider .slider-inner .item {
    width: 211px;
}

.homeAboutWelcome h1 {
    font-size: 28px;
}

.latestReviews .single-item-slider .slider-inner .item {
    width: 294px;
}

.footerContainer {
    flex-wrap: wrap;
    justify-content: space-around;
}

.featuredInventory h2 {
    font-size: 103px;
    margin-bottom: -16px;
}

.mapWrapper {
    padding-bottom: 112%;
}

.navbar-nav {
    float: none;
    display: flex;
    justify-content: space-between;
}

.headerLogo {
    margin-bottom: 0;
}
}





@media (max-width: 1199px) {
.container, 
.headerContainer,
.footerContainer {
    width: 970px;
}

.inventory-container .vehicle .thumb {
    height: 158px;
    line-height: 153px;
}

.headerRight {
    margin-right: 10%;
    flex: 0 0 53%;
}

.truSection {
    padding: 30px 0;
}

.headerLogo img {
    max-width: 280px;
}

.h-button-block h3 {
    font-size: 19px;
}

.h-button-container img {
    max-height: 130px;
}

.h-button-block h5 {
    font-size: 14px;
}

.featuredInventory h2 {
    font-size: 84px;
    margin-bottom: -11px;
}

.single-item-slider .slider-inner .item {
    width: 216px;
}

.latestReviews .single-item-slider .slider-inner .item {
    width: 314px;
}

.p-header {
    height: 250px;
}

.p-header h1 {
    font-size: 50px;
}

.mapWrapper {
    padding-bottom: 136%;
}

.navbar-nav>li>a {
    padding: 20px 4px;
    font-size: 12px;
}
}





@media (max-width: 991px) {
.container, 
.headerContainer,
.footerContainer {
    width: 740px;
}

.inventory-container .vehicle .thumb {
    height: 250px;
    line-height: 246px;
}

#detailServices {
    flex-flow: column;
    align-items: center;
}

#detailServices > div:nth-child(1) {
    margin: 0 0 15px;
}

#main-nav .nav > li > a {
    padding: 15px 9px;
}

.headerBlock .dealer-phone {
    font-size: 25px;
}

.headerBlock .dealer-address {
    margin-right: 0;
    display: block;
}

.headerBlock .dealer-address:after {
    display: none;
}

.headerRight {
    margin-right: 0;
    flex: 0 0 62%;
}

.headerLogo img {
    max-width: 180px;
}

.h-button-container {
    flex-wrap: wrap;
}

.h-button-container a {
    flex: 0 0 48%;
    margin: 10px 0;
}

.h-button-block h3 {
    font-size: 25px;
}

.featuredInventory h2 {
    font-size: 63px;
    margin-bottom: -6px;
}

.single-item-slider .slider-inner .item {
    width: 214px;
}

.latestReviews .single-item-slider .slider-inner .item {
    width: 213px;
}

.latestReviews {
    margin-top: 25px;
}

.p-header {
    height: 200px;
}

.p-header h1 {
    font-size: 40px;
}

.siteSearch-M input {
    border: 1px solid #a6a6a6;
}

.ltrNav {
    justify-content: space-between;
    flex-wrap: wrap;
}

.ltrNav a {
    margin: 10px 0px;
    flex: 0 0 49%;
    text-align: center;
}

.mapWrapper {
    padding-bottom: 50%;
    margin-top: 25px;
}
}





@media (max-width: 767px) {
.container, 
.headerContainer,
.footerContainer {
    width: 100%;
}

.fathersDayPromos > div {
    flex: 0 0 100%;
}

.mcPics > div {
    flex: 0 0 100%;
    text-align: center;
}

#detailServices > div > table th {
    min-width: unset;
    font-size: 16px;
}

#detailServices .checkIcon {
    max-width: 65%;
}

#detailServices .dealerLogo {
    max-width: 100%;
}

#main-nav .navbar-brand.text {
    display: none!important;
}

#content-container {
    padding-bottom: 0;
}

header.body,
#home-page {
    margin-bottom: 0;
}

.headerRight > div.headerBlock > div:nth-child(2),
.headerSocial {
    display: none;
}

.headerBlock {
    position: absolute;
    left: 15px;
    bottom: -50px;
}

header.body {
    display: flex;
    flex-flow: column;
    position: relative;
}

.headerContainer {
    order: 2;
    padding: 0px 15px 10px;
}

.headerRight {
    margin-right: 0;
    flex: 0 0 30%;
    justify-content: flex-end;
}

.headerBlock {
    text-align: center;
    position: absolute;
    left: 15px;
    top: 17px;
    height: max-content;
    z-index: 3333;
}

.headerBanner {
    position: relative;
    transform: none;
    width: 100%;
    left: 0;
    right: unset;
    top: 0;
    order: 3;
}

.headerBanner h4 {
    padding: 5px 10px;
}

.headerBanner h4 span {
    display: inline-block;
    font-size: 20px;
}

.navbar-nav {
    display: block;
}

#main-nav .nav > li > a {
    padding: 15px;
    font-size: 16px;
}

.siteSearch {
    width: 100%;
    margin: 20px auto;
}

.h-button-block h3 {
    font-size: 7vw;
}

.h-button-container img {
    max-height: 100px;
}

.h-button-container a:before, 
.h-button-container a:after {
    width: 40px;
    height: 40px;
    top: -20px;
    left: -20px;
}

.h-button-container a:after {
    right: -20px;
    left: unset;
}

.featuredInventory h2 {
    font-size: 41px;
    margin-bottom: -5px;
}

.aboutSection {
    padding: 60px 15px;
}

.homeAboutWelcome span:nth-child(1) {
    margin-top: 0;
}

.footerHours {
    flex-flow: column;
}

.footerBack > div > div:nth-child(3) > div > div:nth-child(2) {
    margin-top: 25px;
}

.footerBlock h3 {
    margin-bottom: 25px;
}

.footerBlock {
    display: flex;
    flex-flow: column;
    align-items: center;
}

.footerContainer {
    flex-flow: column;
    align-items: center;
}

.p-header {
    height: 100%;
    margin-bottom: 0;
}

.p-header h1 {
    font-size: 7vw;
    padding: 5px;
}

.form-header-text {
    font-size: 25px;
}

.mcButtons .btn-primary {
    flex: 0 0 43%;
}

.ltrNav {
    flex-flow: column;
}

.mapWrapper {
    padding-bottom: 100%;
    margin-top: 0;
}

.mapandhourstbl {
    margin: auto;
    text-align: left;
}

.h-button-container a {
    flex: 0 0 100%;
}

.h-button-block > span {
    font-size: 20px;
    width: 40px;
    height: 40px;
}

img.aboutPic {
    width: 55%;
    padding: 0 0 10px 10px;
}

.sliderSection .widget-inner {
    margin-top: 0!important;
}
}




#digitalPsButton {
    color: #ffffff;
    background-color: #ff6600;
    text-transform: uppercase;
    font-size: 20px;
    border: 3px solid black;
    border-radius: 6px;
    transition: .3s;
    margin: 20px auto 0px;
    padding: 5px 20px;
    text-align: center;
    cursor: pointer;
}
#digitalPsModal {
    max-width: 60%;
    margin: 0 auto;
    top: 15px;
}

#closeDigitalPsModal {
    position: relative;
    z-index: 1000;
    top: 25px;
    right: 10px;
}
#digitalPsButton:hover, #digitalPsButton:focus {
background-color: white;
color: black;
}


