body {
    font-family: 'Teko', sans-serif;
    font-size: 18px;
    color: #fff;
}

@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: #000000 url(https://psmfirestorm.blob.core.windows.net/6051c858-fd8f-467f-9e87-0920fcff5462/ktm-background-75.jpg) no-repeat center bottom;
        background-size: cover;
    }
}

@media (min-width: 768px) {
    body {
        background: #000000 url(https://psmfirestorm.blob.core.windows.net/6051c858-fd8f-467f-9e87-0920fcff5462/ktm-background-75.jpg) no-repeat center bottom;
        background-attachment: fixed;
        background-size: cover;
        overflow-x: hidden;
    }
}

a,
a.promo {
    color: #ff6600;
    transition: .3s;
}

a:hover, a:focus,
a.promo:hover {
    text-decoration: none;
    color: #9d9d9d;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    text-transform: uppercase;
}

@media (min-width: 1500px) {
.container {
    width: 1470px;
}
}

#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: rgb(0 0 0 / 56%);
    padding: 15px;
}

#content-container {
    padding-bottom: 25px;
}

#home-page {
    margin-bottom: -25px;
}

.aboutSection {
    background-color: rgb(0 0 0 / 60%);
}







/* HEADER */

header.body {
    position: relative;
}

header.body:before {
    content: '';
    width: 100%;
    height: 157%;
    background: linear-gradient(to bottom, rgb(0 0 0 / 80%) 0%,rgba(0,0,0,0) 100%);
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.headerContainer {
    width: 1470px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    padding: 0 15px 15px;
    align-items: flex-start;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
}

.headerContainer a:hover {
    color: #9d9d9d;
}

.headerLogo {
    flex: 0 0 13%;
    margin-right: 10%;
}

.headerRight {
    display: flex;
    justify-content: space-between;
    flex: 1 0 auto;
    align-items: center;
    margin-top: 15px;
}

.siteSearch {
    display: flex;
    border: 3px solid #f25a0d;
    flex: 0 0 25%;
}

.siteSearch .form-control {
    border-radius: 0;
    border: none;
    padding: 21px;
    margin: 0;
    font-size: 18px;
    box-shadow: none;
}

.siteSearch .btn-primary {
    border-radius: 0;
    color: black;
    background-color: rgb(242, 90, 13);
    border: none;
    font-size: 18px;
    margin: 0;
}

.headerContact {
    display: flex;
    justify-content: space-between;
    flex: 0 0 46%;
}

.headerContact .fa {
    margin-right: 5px;
    color: #ff6600;
}

.headerContact a {
    color: white;
}

.headerContact .dealer-address {
    position: relative;
    margin-right: 13px;
}

.headerContact .dealer-address:after {
    content: '';
    background-color: white;
    width: 5px;
    height: 5px;
    position: absolute;
    right: -8px;
    top: 10px;
}

.header-social {
    display: flex;
    justify-content: space-between;
}

.header-social a {
    color: #192650;
    background-color: white;
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 3px;
    margin: 0 5px;
    transition: .3s;
}

.header-social a:hover {
    border-radius: 50%;
    color: #ff6600;
}

.headerContact > a:nth-child(1) {
    display: flex;
    align-items: center;
    justify-content: space-between;
}





/* NAVIGATION */

#main-nav {
    margin-top: -92px;
}

.navbar-nav {
    float: none;
    display: flex;
    justify-content: flex-end;
}

.navbar-nav>li>a {
    color: white;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 30px;
    text-shadow: 2px 2px 2px black;
}

.nav>li>a:focus, .nav>li>a:hover,
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: transparent;
    color: #ff6600;
}

.dropdown-menu {
    background-color: black;
}

.dropdown-menu>li>a {
    font-weight: 600;
    color: white;
    text-transform: uppercase;
    font-size: 16px;
}

#main-nav li.dropdown.open ul {
    border-top-color: black;
}

#main-nav .dropdown-menu > li > a:hover, #main-nav .dropdown-menu > li > a:focus {
    background-color: transparent;
    color: #ff6600;
}

.navbar-collapse {
    border-top: none;
    box-shadow: none;
}






/* CONTENT */

.btnContainer {
    display: flex;
    justify-content: space-between;
    padding: 30px;
}

.btnContainer a {
    flex: 0 0 48%;
    height: 300px;
    position: relative;
    overflow: hidden;
}

.btnContainer a:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center;
}

.btnContainer a:after {
    content: '';
    width: 135px;
    height: 265px;
    background-color: #192650;
    position: absolute;
    transform: rotate(45deg);
    margin-left: -23px;
    margin-top: -88px;
    transition: .4s;
}

.btnContainer a:hover:after {
    transform: rotate(0deg);
    width: 100%;
    height: 100%;
    margin-left: 0;
    margin-top: 0;
    filter: opacity(0.5);
}

.btnContainer a:nth-child(1):before {
    background-image: url(https://psmfirestorm.blob.core.windows.net/6c19a0a1-de4b-4a5f-abd3-8a80d42e2543/btn-1.jpg);
}

.btnContainer a:nth-child(2):before {
    background-image: url(https://psmfirestorm.blob.core.windows.net/4acacf29-6b8f-4e11-95e0-dbb0580ad71f/btn-2.jpg);
}

.btnContainer h2 {
    position: absolute;
    left: 15px;
    top: 15px;
    margin: 0;
    font-size: 60px;
    line-height: 52px;
    color: white;
    text-shadow: 3px 3px 3px rgb(0 0 0 / 69%), 0 0px 4px rgb(0 0 0 / 72%);
    z-index: 4;
    transition: .3s;
}

.btnContainer h2 span {
    display: block;
    font-weight: 600;
    font-size: 55px;
}

.btnContainer a:hover h2 {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

@media (min-width: 1200px) {
.typeContainer {
    width: 1170px;
}
}

.typeContainer {
    display: flex;
    justify-content: space-between;
    margin: auto;
}

.typeContainer img {
    max-width: 343px;
    z-index: 1;
}

.typeContainer a {
    flex: 0 0 50%;
    position: relative;
    padding: 15px;
    color: white;
    text-shadow: 3px 3px 3px black;
    display: flex;
    align-items: flex-end;
}

.typeContainer a:before {
    content: '';
    width: 0;
    height: 0;
    border-radius: 50%;
    background-color: #192650;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    transition: .3s;
}

.typeContainer a:hover:before {
    width: 265px;
    height: 265px;
}

.typeContainer h3 {
    margin: 0;
    font-size: 53px;
    line-height: 43px;
    z-index: 0;
    transition: .3s;
    position: absolute;
    right: 20px;
}

.typeContainer h3 span {
    display: block;
    font-weight: 600;
    font-size: 45px;
}

.typeContainer a:hover h3 {
    color: #ff6600;
    right: 0;
}

.p-header {
    position: relative;
    margin-bottom: 25px;
    height: 275px;
    overflow: hidden;
}

.p-header:before {
    content: '';
    background: linear-gradient(to top, rgba(255,255,255,0) 0%,rgb(0 0 0 / 67%) 100%);
    width: 100%;
    height: 40%;
    position: absolute;
    top: 0;
    left: 0;
}

.p-header h1 {
    font-size: 85px;
    text-shadow: 0 0 5px black;
    position: absolute;
    margin: auto;
    top: 8px;
    left: 18px;
    color: white;
    z-index: 3;
}

.p-header h1:before {
    content: '';
    width: 135px;
    height: 265px;
    background-color: #192650;
    position: absolute;
    transform: rotate(45deg);
    left: -79px;
    top: -99px;
    z-index: -1;
}

.p-header h1 span {
    font-weight: 600;
}

.p-header img {
    width: 100%;
    object-fit: cover;
}

.mapWrapper {
    position: relative;
    padding-bottom: 85.3%;
}

.mapWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.maptext .dealer-name {
    margin-top: 0;
    font-size: 33px;
}

.mapandhourstbl td:first-child {
    padding-right: 15px;
}

.jumbotron {
    color: white!important;
    background-color: transparent;
    padding: 0;
}

#creditAppForm section {
    background: white!important;
    border-radius: 0!important;
    color: black;
}

.oemContainer {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 15px 0 35px;
}

.oemContainer a {
    padding: 15px;
}

.oemContainer a:hover {
    transform: scale(1.05);
}

#SubmitCreditAppButton {
    color: white;
}

.homeAbout h1 {
    font-weight: 600;
    text-align: center;
    font-size: 50px;
}

.homeAbout h1 span {
    font-weight: 800;
    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: #fff;
    background-color: #192650;
    border-color: #cccccc;
}

.k-link:link, .k-link:visited, .k-nav-current.k-state-hover .k-link {
    color: #192650;
}

.k-pager-wrap .k-link:hover {
    color: #192650;
}






/* FEATURED INVENTORY */

.single-item-slider .slider-outer {
    height: 325px;
}

.single-item-slider .slider-inner .item {
    width: 329px;
}

.single-item-slider .img-container {
    height: 200px;
}

.single-item-slider .item-detail .name {
    color: black;
    text-transform: uppercase;
    line-height: 20px;
    font-size: 18px;
    text-align: left;
    font-weight: 600;
}

.single-item-slider .item-detail .price {
    font-size: 25px;
    padding: 10px 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: white;
    background-color: #192650;
    bottom: 0;
    text-align: right;
    transition: .3s;
}

.single-item-slider .slider-inner .item:hover .price {
    background-color: #ff6600;
}

.featuredInventory h2 {
    display: none;
}

.single-item-slider .item {
    background-color: rgb(255 255 255);
    border: 4px solid black;
}

.featuredInventory .single-item-slider .slider-control {
    font-size: 50px;
    padding: 95px 0px;
}

h2.featuredText {
    font-size: 66px;
    line-height: 60px;
    margin-top: 91px!important;
}

h2.featuredText span {
    font-weight: 600;
    display: block;
}






/* INVENTORY */

.inventoryBanner {
    margin-bottom: 25px;
}

#VehicleViewCountContainer {
    justify-content: center;
}

#CCTextMeLink > div > div {
    background-color: #a82127!important;
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    line-height: 2;
}

.vehicleTextMeContainer {
    line-height: 20px;
}

#CCTextMeLink > div > div a {
    color: white;
}

#vdp-container .images-container {
    max-width: 100%;
}

#vdp-container .price.payments {
    font-weight: 700;
    font-family: 'Roboto Slab';
    font-size: 25px;
    color: #a82127;
}

#FilterQuickSearch {
    margin: 0;
    border: 1px solid #cccccc;
    color: black;
}

.panel-default>.panel-heading {
    color: #333;
    background-color: #dbdbdb;
    border-color: #ddd;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
}

#filters-box .panel-body li {
    color: #000;
}

.inventory-container .vehicle .price {
    font-size: 27px;
    text-transform: uppercase;
    text-align: right;
    padding: 5px 15px;
    font-weight: 700;
    background-color: #192650;
    color: white;
    transition: .3s;
}

.inventory-container .vehicle:hover .price {
    background-color: #ff6600;
}

#vehicleList > div {
    margin: 0;
    padding: 10px;
}

.vehicle-box {
    border: 5px solid black;
}

.inventory-container .vehicle:hover {
    background-color: #2e2e2e;
    transition: .4s ease;
}

.vehiclemodel {
    text-transform: uppercase;
    font-size: 20px;
    line-height: 19px;
    min-height: 39px;
}

.vehicleyearmake {
    font-size: 16px;
}

.inventory-container .vehicle .title {
    padding: 2px 5px;
}

.inventory-container .vehicle .title a {
    color: black;
}

.info {
    font-size: 12px;
    color: #7b7b7b;
    text-align: right;
}

#DealerLocationContainer {
    margin-top: 15px;
}

.specs-panel.panel-body {
    background-color: #fff;
    color: #000;
}






/* FORMS */

.btn-primary {
    color: #000;
    background-color: transparent;
    border: 2px solid #ff6600;
    border-radius: 0;
    font-size: 18px;
    margin: 10px 0;
    transition: .3s;
    position: relative;
    text-transform: uppercase;
    font-weight: 600;
}

.btn-sec {
    display: block;
    width: max-content;
    margin: auto;
    font-size: 20px;
}

.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.focus, .btn-primary:focus {
    color: #000;
    background-color: #ff6600;
    border-color: #ff6600;
}

.mainform {
    height: max-content;
}

.mainform > div {
    background-color: white;
    padding: 15px;
    color: #000;
    position: relative;
}

.secform {
    margin-top: 25px;
}

.field-validation-valid,
.field-validation-error {
    position: absolute;
    right: 12px;
    top: 5px;
}

.vdp-inquire .form-control, .vdp-inquire span {
    position: relative;
    right: unset;
    top: unset;
}

.vdp-inquire {
    margin: 5px 0px;
    background-color: white;
    border-width: 2px;
    border-style: solid;
    border-color: transparent transparent rgb(208, 208, 208);
    border-radius: 0px;
    color: rgb(0, 0, 0);
    font-size: 16px !important;
}


.vdp-inquire[placeholder~="Name"] {
    width: 7em;
}
.customForm [placeholder="Zip Code"] {
    width: 65px;
}
.vdp-inquire[placeholder~="Email"] {
    width: 10em;
}
.vdp-inquire[placeholder~="Phone"] {
    width: 9em;
}
textarea.vdp-inquire {
    width: 100%;
    min-height: 60px;
}

.form-control {
    margin: 5px 0;
    font-size: 14px!important;
    background-color: white;
    border: 2px solid transparent;
    border-bottom: 2px solid #c2c2c2;
    border-radius: 0;
    color: #000;
    box-shadow: none;
}

.form-control:hover {
    border-color: #737373;
}

.form-control:focus {
    border-color: #a82127;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(233, 163, 102, 0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(233, 163, 102, 0.6);
}

.form-header-text {
    text-transform: uppercase;
    font-size: 32px;
    margin-bottom: 0;
    color: #192650;
    position: relative;
    text-align: center;
    font-weight: 700;
}

.forms-title-section {
    text-align: center;
}

.inquiryformcontainer, 
.locationBox {
    background-color: white;
    color: black;
    font-size: 18px;
}

.vdpinquiryheader {
    font-weight: unset;
    font-family: 'Roboto Slab', sans-serif;
    text-transform: uppercase;
    font-size: 32px;
    margin-bottom: 0;
    color: #a82127;
    position: relative;
}






/* FOOTER */

footer.body .outer-wrapper {
    background-color: #000000;
    color: #fff;
    text-align: center;
    padding: 20px;
}

.footerWrapper {
    background-color: black;
    position: relative;
    display: flex;
    flex-flow: column;
}

.footerContainer {
    width: 1170px;
    margin: auto;
    display: flex;
    justify-content: space-around;
    padding: 30px 15px;
    text-transform: uppercase;
    line-height: 33px;
    font-size: 18px;
    position: relative;
    z-index: 3;
}

.footerInfo {
    order: 2;
    flex: 0 0 50%;
    text-align: center;
}

.footerInfo img {
    padding: 10px;
    max-width: 255px;
}

.footerAddress .dealer-address, 
.footerAddress .dealer-phone {
    display: block;
}

.footerAddress .dealer-phone {
    font-size: 34px;
    font-weight: 700;
}

.footerAddress a:nth-child(1) {
    color: white;
}

.footerLinks {
    order: 1;
    text-align: right;
    flex: 0 0 25%;
}

.footerLinks ul {
    list-style: none;
}

.footerLinks ul li {
    transition: .3s;
}

.footerLinks ul a:hover li {
    margin-right: 5px;
}

.footerHours {
    order: 3;
    flex: 0 0 25%;
}

.footerHours table td:first-child {
    padding-right: 10px;
    font-weight: 700;
}

.footerAddress .dealer-address {
    margin-bottom: -13px;
}

.footerMap {
    width: 100%;
    position: relative;
    padding-bottom: 18%;
    min-height: 150px;
}

.footerMap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.footerContainerOuter {
    position: relative;
}

.footerContainerOuter:before {
    content: '';
    width: 100%;
    height: 100%;
    background-image: url(https://psmfirestorm.blob.core.windows.net/b4e706c5-2535-42b9-a8e6-0cb19483f89b/footer-back-85.jpg);
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    background-position: center;
}

.footerContainer .btn-primary {
    color: white;
}




@media (max-width: 1499px) {
.headerContainer {
    width: 1170px;
}

.navbar-nav>li>a {
    padding: 30px 16px;
}

.headerContact {
    flex: 0 0 52%;
}

.typeContainer img {
    max-width: 307px;
}

.typeContainer h3 {
    font-size: 50px;
    line-height: 39px;
    right: 70px;
}

.single-item-slider .slider-inner .item {
    width: 255px;
}

.single-item-slider .img-container {
    height: 145px;
}

.single-item-slider .item .item-inner {
    padding-bottom: 20%;
}

h2.featuredText {
    font-size: 58px;
    line-height: 50px;
    margin-top: 82px!important;
}

.featuredInventory .single-item-slider .slider-control {
    font-size: 45px;
    padding: 67px 0px;
}

.single-item-slider .slider-inner .item {
    width: 273px;
}

.p-header {
    height: 225px;
}

.p-header h1 {
    font-size: 80px;
}

.mapWrapper {
    padding-bottom: 108.5%;
}
}




@media (max-width: 1199px) {
.headerContainer,
.footerContainer {
    width: 970px;
}

.headerLogo {
    margin-right: 3%;
}

.headerContact {
    flex: 0 0 57%;
}

.navbar-nav>li>a {
    padding: 15px 11px;
    font-size: 17px;
}

#main-nav {
    margin-top: -62px;
}

.typeContainer img {
    max-width: 236px;
}

.typeContainer h3 {
    font-size: 47px;
    line-height: 35px;
    right: 34px;
}

.typeContainer h3 span {
    font-size: 40px;
}

.btnContainer a {
    height: 260px;
}

.p-header {
    height: 200px;
}

.p-header h1 {
    font-size: 68px;
}

.mapWrapper {
    padding-bottom: 134%;
}
}





@media (max-width: 991px) {
.headerContainer,
.footerContainer {
    width: 740px;
}

#main-nav {
    margin-top: 0;
}

.headerRight {
    flex-wrap: wrap;
    flex: 0 0 83%;
    justify-content: end;
}

.headerContainer {
    font-size: 16px;
}

.siteSearch {
    flex: 0 0 30%;
    margin-right: 15px;
}

.siteSearch .form-control {
    padding: 8px;
    font-size: 18px;
}

.siteSearch .btn-primary {
    font-size: 16px;
    padding: 4px 8px;
}

.headerContact {
    flex: 0 0 64%;
}

.header-social a {
    width: 26px;
    height: 26px;
}

.navbar-nav {
    justify-content: space-around;
}

#main-nav .nav > li > a {
    font-size: 14px;
    padding-left: 9px;
    padding-right: 9px;
}

.typeContainer h3 {
    font-size: 34px;
    line-height: 27px;
    right: 37px;
}

.typeContainer h3 span {
    font-size: 32px;
}

.typeContainer img {
    max-width: 175px;
}

.single-item-slider .slider-inner .item {
    width: 200px;
}

.single-item-slider .img-container {
    height: 110px;
}

.single-item-slider .item-detail .price {
    font-size: 20px;
    padding: 7px 10px;
}

.featuredInventory .single-item-slider .slider-control {
    font-size: 40px;
    padding: 61px 0px;
}

h2.featuredText {
    font-size: 48px;
    line-height: 43px;
    margin-top: 72px!important;
}

.footerContainer {
    flex-flow: column;
    align-items: center;
}

.footerInfo {
    order: 1;
}

.footerLinks {
    text-align: left;
}

.footerLinks ul {
    margin: 25px 0;
    padding: 0;
}

.footerHours {
    margin-top: 35px;
}

.p-header {
    height: 175px;
}

.p-header h1 {
    font-size: 54px;
}

.mapWrapper {
    padding-bottom: 50%;
    margin-top: 25px;
}

#open-mobile-filters-btn {
    color: white;
}

.siteSearch-M button {
    background-color: #ff6600;
    font-size: 16px;
}

.siteSearch-M input {
    border: none;
}

.modal {
    z-index: 9999;
}
}




@media (max-width: 767px) {
.headerContainer,
.footerContainer {
    width: 100%;
}

#main-nav .navbar-brand.text {
    display: none!important;
}

.typeContainer {
    flex-flow: column;
}

.typeContainer a {
    justify-content: space-around;
}

.typeContainer img {
    max-width: 50%;
    flex: 0 0 50%;
}

.typeContainer h3 {
    position: relative;
    right: 3%;
    flex: 0 0 50%;
    font-size: 8vw;
    line-height: 8vw;
}

.typeContainer h3 span {
    font-size: 8vw;
}

.desktp,
.headerContainer .phone-text,
.header-social {
    display: none;
}

.siteSearch {
    flex: 0 0 89%;
    margin-right: 0;
}

.headerContainer {
    position: relative;
}

.headerContact {
    position: absolute;
    bottom: 10%;
    left: 50%;
    font-size: 23px;
    z-index: 8;
}

.headerLogo {
    margin-right: 0;
    flex: 0 0 30%;
    position: relative;
    z-index: 9;
}

.headerRight {
    flex: 0 0 70%;
}

.headerContact .fa {
    margin-right: 30px;
    margin-bottom: 5px;
}

#main-nav {
    margin-top: -60px;
}

.btnContainer {
    flex-wrap: wrap;
    padding: 0;
}

.btnContainer a {
    height: 250px;
    flex: 0 0 100%;
    margin-bottom: 25px;
}

.btnContainer h2 {
    font-size: 14vw;
    line-height: 12vw;
}

.btnContainer h2 span {
    font-size: 14vw;
}

.navbar-nav {
    display: block;
}

#main-nav .nav > li > a {
    font-size: 16px;
    padding: 15px;
}

.oemContainer {
    flex-flow: column;
}

.oemContainer a {
    padding: 30px;
}

h2.featuredText {
    width: max-content;
    margin: auto;
}

.single-item-slider .slider-inner .item {
    width: 216px;
}

.homeAbout h1 span {
    display: block;
}

.p-header {
    height: 100%;
    margin-bottom: 0;
}

.p-header h1 {
    font-size: 10vw;
    line-height: 8vw;
    top: 11px;
    left: 6px;
}

.p-header h1 span {
    font-weight: 600;
    display: block;
}

.p-header h1:before {
    width: 97px;
}

.mapWrapper {
    padding-bottom: 100%;
    margin-top: 0;
}

.mapandhourstbl {
    margin: auto;
    text-align: left;
}

#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 {
    margin: 0 15px;
}

.typeContainer a:hover:before {
    width: 150px;
    height: 150px;
}

.pagerTop .k-pager-wrap {
    width: 91%;
}
}










