body {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    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: #ffffff url(https://psmfirestorm.blob.core.windows.net/ee041b94-004b-416a-a995-335b13d80c1c/background.jpg) no-repeat center center;
        background-size: cover;
    }
}

@media (min-width: 768px) {
    body {
        background: #ffffff url(https://psmfirestorm.blob.core.windows.net/ee041b94-004b-416a-a995-335b13d80c1c/background.jpg) no-repeat center center;
        background-attachment: fixed;
        background-size: cover;
        overflow-x: hidden;
    }
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: 'STIX Two Text';
}

a {
    color: #ffffff;
    transition: .3s;
    font-weight: 700;
}

a:focus, a:hover {
    color: #838383;
    text-decoration: none;
}

.breadcrumb {
    background-color: #262626;
}

.searchSection,
.featuredSection {
    background-size: cover;
    margin-top: -25px;
    padding: 10% 0;
    background-size: cover;
    background-position: 0 0px;
    position: relative;
}

.searchSection {
    background-image: url(https://psmfirestorm.blob.core.windows.net/e5924f17-942d-4163-b84d-95af39a1e18f/background-2.jpg);
}

.searchSection:after, 
.featuredSection:after {
    content: '';
    background-image: url(https://psmfirestorm.blob.core.windows.net/14ab162c-f1ce-4bc9-8d46-57fac7764555/element.png);
    width: 100%;
    height: 72px;
    position: absolute;
    transform: rotate(180deg);
    left: 0;
    background-size: 100% 100%;
    bottom: 0;
}

.featuredSection {
    background-image: url(https://psmfirestorm.blob.core.windows.net/34d25d4f-c132-40be-9cba-a79a52321a47/featuredSection-65.jpg);
    margin-top: 0px!important;
}

.featuredSection:before {
    content: '';
    background-image: url(https://psmfirestorm.blob.core.windows.net/14ab162c-f1ce-4bc9-8d46-57fac7764555/element.png);
    width: 100%;
    height: 72px;
    position: absolute;
    left: 0;
    background-size: 100% 100%;
    top: 0;
}

.sliderSection {
    margin-top: 0!important;
    background-color: #e31835;
}

.aboutSection {
    background-color: #e31836;
    margin-top: 0!important;
    padding: 30px 0;
    background-image: url(https://psmfirestorm.blob.core.windows.net/bbc55074-3728-4e67-8d5d-abcb93297152/about-back.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
}

#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: rgba(0, 0, 0, 0.80);
    padding: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
}





/* HEADER */

header.body {
    background-color: #dfdfdf;
}

.header-container {
    width: 1180px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    position: relative;
    padding: 10px 10px 0;
    font-weight: 700;
    text-transform: uppercase;
    align-items: flex-start;
}

.header-container:before {
    content: '';
    width: 100%;
    height: 108%;
    background-color: white;
    position: absolute;
    left: -95%;
    top: 0;
    z-index: 2;
}

.header-container a {
    color: black;
}

.header-container a:hover {
    color: #e21835;
}

.header-logo {
    position: relative;
    z-index: 3;
    flex: 0 0 26%;
}

.header-logo:before {
    content: '';
    width: 363px;
    height: 173px;
    transform: skew(-20deg);
    background: white;
    position: absolute;
    top: -10px;
    z-index: -1;
}

.header-block {
    text-align: center;
}

.header-block .dealer-phone {
    display: block;
    font-family: 'STIX Two Text', serif;
    font-size: 35px;
    color: #e31836;
}

.header-block .dealer-phone .fa-mobile {
    padding-right: 5px;
    font-size: 30px;
}

.header-block .dealer-address {
    margin-right: 9px;
    position: relative;
}

.header-block .dealer-address:after {
    content: '';
    width: 1px;
    height: 100%;
    background-color: #959595;
    position: absolute;
    right: -3px;
    top: 0px;
}

.headerSocial {
    display: flex;
    justify-content: center;
}

.headerSocial a {
    font-size: 22px;
    margin: 21px 15px;
    position: relative;
}

.headerSocial a:after,
.footerSocial a:after {
    content: '';
    width: 1px;
    height: 100%;
    background-color: #959595;
    position: absolute;
    right: -16px;
    transform: rotate(11deg);
}

.headerSocial a:last-child:after,
.footerSocial a:last-child:after {
    display: none;
}






/* NAVIGATION */

#main-nav {
    margin-top: -60px;
    background-color: black;
}

/*
#main-nav .container {
    background-color: black;
    position: relative;
}

#main-nav .container:after {
    width: 100%;
    height: 100%;
    background-color: black;
    position: absolute;
    right: -100%;
    top: 0;
}
*/

@media (min-width: 768px) {
.navbar-nav {
    float: right;
}
}

.navbar {
    border: none;
}

.navbar-nav>li>a {
    color: white;
    text-transform: uppercase;
    font-weight: 700;
    padding: 20px;
    font-size: 18px;
}

.nav>li>a:focus, .nav>li>a:hover,
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: transparent;
    color: #e21835;
}

#main-nav li.dropdown.open ul {
    border-top-color: #000;
}

.dropdown-menu {
    background-color: #000;
}

.dropdown-menu>li>a {
    color: #fff;
    text-transform: uppercase;
}

#main-nav .dropdown-menu>li>a:hover, #main-nav .dropdown-menu>li>a:focus {
    background-color: #000;
    color: #979797;
}




/* CONTENT */

.searchtext {
    text-align: center;
    font-size: 55px;
    margin-bottom: 25px;
    color: black;
}

.siteSearch {
    width: 600px;
    margin: auto;
    display: flex;
    box-shadow: 2px 2px 2px black;
    border-radius: 30px;
}

.siteSearch .form-control {
    padding: 23px;
    border-radius: 25px 0px 0px 25px;
    border: 3px solid white;
    margin: 0;
    box-shadow: none;
}

.siteSearch .form-control:hover {
    border: 3px solid white;
}

.siteSearch button {
    font-size: 20px;
    color: white;
    background-color: #e31836;
    border: 3px solid white;
    padding: 9px 20px;
    border-radius: 0 25px 25px 0;
}

.h-btn-wrapper {
    margin-top: 10%;
}

.h-btn-container {
    display: flex;
    justify-content: space-between;
    margin: auto;
    width: 1480px;
}

.h-btn-container a {
    color: #000000;
    flex: 0 0 24%;
    text-align: center;
    padding: 1%;
    transition: .3s;
    position: relative;
    background-color: #ffffff;
    border-radius: 11px;
    box-shadow: 2px 2px 2px black;
}

.h-btn-container a:before {
    content: '';
    position: absolute;
    border: #dfdfdf solid 3px;
    top: 4px;
    left: 4px;
    right: 4px;
    bottom: 4px;
    border-radius: 8px;
    transition: .3s;
}

.h-btn-container a:hover:before {
    border-color: red;
}

.h-btn-block h2 {
    margin-top: 0;
    font-size: 42px;
    transition: .4s;
    font-family: 'Roboto Condensed';
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 11px;
    line-height: 41px;
}

.h-btn-block h2 span {
    display: block;
    font-weight: 700;
    font-size: 53px;
    letter-spacing: 2px;
}

.h-btn-block > span {
    text-transform: uppercase;
    background-color: #dfdfdf;
    color: black;
    font-size: 14px;
    padding: 5px 15px;
    border-radius: 20px;
    display: inline-block;
    transition: .3s;
}

.h-btn-container a:hover div > span {
    background-color: #e21835;
    color: white;
}

h1.dealer-name.welcText {
    text-align: center;
    font-size: 60px;
    text-shadow: 1px 1px 1px black;
}

.p-header {
    position: relative;
    overflow: hidden;
    margin-bottom: 25px;
    border-bottom: 3px solid white;
    height: 300px;
}

.p-header img {
    width: 100%;
    object-fit: cover;
}

.p-header h1 {
    position: absolute;
    bottom: 0;
    margin: 0;
    color: black;
    padding: 10px;
    font-size: 50px;
    background-color: white;
    z-index: 3;
}

.p-header h1:after {
    content: '';
    width: 110px;
    height: 110px;
    position: absolute;
    background-color: white;
    transform: rotate(45deg);
    right: -55px;
    top: 23px;
    z-index: -1;
}

ul.servList {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.servList li {
    flex: 0 0 33%;
    padding: 8px;
}

.maptext .dealer-name {
    margin-top: 0;
    font-size: 32px;
}

.mapWrapper {
    position: relative;
    padding-bottom: 105%;
    min-height: 150px;
}

.mapWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.mapandhourstbl td:first-child {
    padding-right: 10px;
    font-weight: 600;
}

#creditAppForm section {
    background: #ffffff!important;
    color: black;
}

.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: #e21835;
    border-color: #d8d8d8;
}




/* FEATURED INVENTORY */

.single-item-slider .slider-outer {
    height: 293px;
}

.single-item-slider .slider-inner .item {
    width: 260px;
}

.single-item-slider .item {
    background-color: #ffffff;
    border: 2px solid white;
}

.single-item-slider .img-container {
    height: 160px;
}

.single-item-slider .item-detail {
    border-top: 3px solid #dfdfdf;
    color: black;
}

.single-item-slider .item-detail .name {
    color: black;
    text-align: left;
}

.single-item-slider .item-detail .price {
    font-size: 24px;
    padding: 2px 2% 0;
    bottom: 0;
    font-weight: 700;
    text-transform: uppercase;
    text-align: right;
    background: linear-gradient(to right, rgba(239,239,239,1) 0%,rgba(255,255,255,1) 100%);
    transition: .3s;
    color: #e21835;
}

.featuredInventory h2 {
    font-size: 40px;
    text-shadow: 1px 1px 1px black;
    margin-bottom: 35px;
    margin-left: 30px;
    position: relative;
}

.featuredInventory h2:after {
    content: '';
    background-color: white;
    width: 97%;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: -5px;
    box-shadow: 1px 1px 1px black;
}

.featuredInventory .single-item-slider .slider-control {
    padding: 0px 11px;
    top: -25%;
    left: unset;
    right: 50px;
    background-color: white;
    font-size: 30px;
    color: #e21835;
}

.featuredInventory .single-item-slider .slider-control.left {
    left: unset;
}

.featuredInventory .single-item-slider .slider-control.right {
    right: 6px;
}

.featuredInventory .single-item-slider .slider-control:hover,
.single-item-slider .item-detail .price:hover {
    color: black;
}



/* LATEST REVIEWS */

.latestReviews h2 {
    display: none;
}

.latestReviews .single-item-slider .slider-inner .item {
    width: 240px;
}

.widget-Reviews .single-item-slider .slider-outer, .widget-Reviews .single-item-slider .slider-inner .item, .widget-Reviews .single-item-slider .slider-inner-container {
    height: 23em;
}

.latestReviews a.slider-control {
    color: black;
}






/* INVENTORY */

#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: right;
    font-size: 23px;
    padding: 3px 8px;
    text-transform: uppercase;
    color: #e21835;
    font-weight: 700;
    background: linear-gradient(to right, rgba(239,239,239,1) 0%,rgba(255,255,255,1) 100%);
    color: #e21835;
}

#vehicleList > div {
    margin: 0;
    padding: 10px;
}

.inventory-container .vehicle {
    transition: .4s ease;
}

.inventory-container .vehicle:hover {
    background-color: #dbdbdb;
}

.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;
}

.inventory-container .disclaimers,
#vdp-container .disclaimers, #vdp-container .newUnitDisclaimer, #vdp-container .usedUnitDisclaimer {
    font-weight: 700;
}






/* FORMS */


.btn-primary {
    color: #fff;
    position: relative;
    background-color: #e21835;
    border: 2px solid #e21835;
    text-transform: uppercase;
    font-weight: 700;
    margin: 10px 6px;
    transition: .3s;
    z-index: 9;
    border-radius: 0;
    text-shadow: 1px 1px 1px black;
    transform: skewX(-10deg);
}

.btn-sec {
    display: block;
    width: max-content;
    margin: 10px auto;
    font-size: 20px;
}

.btn-primary:before, 
.btn-primary:after {
    content: '';
    width: 0px;
    height: 100%;
    background-color: #000;
    position: absolute;
    left: 0;
    top: 0;
    transition: .3s;
    z-index: -1;
}

.btn-primary:after {
    right: 0;
    left: unset;
}

.btn-primary:hover:before, 
.btn-primary:hover:after {
    width: 50%;
}

.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: #e21835;
    border-color: #e21835;
}


.mainform {
    height: max-content;
}

.mainform > div {
    background-color: #ffffff;
    padding: 10px;
    box-shadow: 0 0 5px black;
    background-size: cover;
    color: black;
    border-radius: 8px;
}

.form-header-text {
    text-transform: uppercase;
    font-size: 35px;
    margin-bottom: 3px;
    color: #e21835;
    font-weight: 700;
}

.form-control {
    border-radius: 0;
    font-size: 14px!important;
    margin: 5px 0;
    border: 1px solid #d6d6d6;
    box-shadow: none;
    transition: .3s;
    font-weight: 600;
}

.form-control::-moz-placeholder {
    color: #000;
}
.form-control:-ms-input-placeholder {
    color: #000;
}
.form-control::-webkit-input-placeholder {
    color: #000;
}

.form-control:hover {
    border-color: #bbbbbb;
}

.field-validation-valid,
.field-validation-error {
    position: absolute;
    right: 12px;
    top: 5px;
}

.forms-title-section {
    margin-bottom: 7px;
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
}

.inquiryformcontainer, 
.locationBox {
    background-color: #ffffff;
    color: black;
}

.customForm [placeholder="First Name"], 
.customForm [placeholder="Last Name"] {
    width: 100px;
}

.customForm [placeholder="Zip Code"] {
    width: 71px;
}

.customForm [placeholder="Phone"] {
    width: 117px;
}

.customForm input, 
.customForm textarea, 
.customForm select {
    font-size: 14px!important;
    border: none;
    margin: 5px 0;
    padding: 2px 7px;
    font-weight: 600;
    color: black;
    border: 1px solid #d6d6d6;
}

.customForm textarea {
    width: 100%;
}

.customForm select {
    border: none;
    padding: 2px 3px;
    font-size: 14px;
    color: black;
}

@media (min-width: 768px) {
#Form2129 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+5),
#Form2129 > div:nth-child(1) > fieldset > div:nth-child(n+7):nth-child(-n+10) {
    width: 25%;
    display: inline-block;
    padding: 0 5px;
}

#Form2129 > div:nth-child(1) > fieldset > div:nth-child(n+11) {
    padding: 0 5px;
}
}





/* FOOTER */

.footerWrapper {
    background-color: white;
    position: relative;
    color: black;
}

.footerContainer {
    max-width: 1180px;
    margin: auto;
    display: flex;
    justify-content: space-around;
    flex-flow: column;
    padding: 15px;
}

.footerContainer a {
    color: black;
}

.footerContainer a:hover {
    color: #e21835;
}

.footerTop {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}

.footerLogo img {
    max-width: 200px;
}

.footerLinks ul {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: space-between;
    margin: 0;
}

.footerLinks li {
    padding: 5px 12px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
}

.footerLinks a {
    position: relative;
}

.footerLinks a:before {
    content: '\f0d7';
    font-family: 'FontAwesome';
    margin-right: 7px;
    color: #dfdfdf;
    display: inline-block;
    transition: .3s;
}

.footerLinks a:hover:before {
    color: #e21835;
    transform: rotate(-90deg);
}

.footerBottom {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    border-top: 1px solid gray;
    padding: 30px 15px;
    flex-wrap:wrap;
}

.footerInfo .dealer-address, 
.footerInfo .dealer-phone {
    display: block;
}

.footerInfo .dealer-phone {
    font-size: 23px;
    font-weight: 700;
    font-family: 'STIX Two Text';
}

.footerHours table td:first-child {
    padding-right: 15px;
    font-weight: 700;
}

.footerHours h4 {
    font-size: 22px;
    margin-top: 0;
    border-bottom: 1px solid #c1c1c1;
}

.footerMap {
    position: relative;
    padding-bottom: 17%;
    flex: 0 0 47%;
}

.footerMap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.footerSocial {
    margin-top: 30px;
    display: flex;
    justify-content: space-around;
}

.footerSocial a {
    font-size: 22px;
    margin: 0 15px;
    position: relative;
}

footer.body .outer-wrapper {
    background-color: #e0e0e0;
    color: #000;
    background: linear-gradient(to bottom, rgba(242,242,242,1) 0%,rgba(229,229,229,1) 100%);
    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;
}





/* BREAKPOINTS */

@media (max-width: 1499px) {
.h-btn-container {
    width: 1180px;
}

.h-btn-block h2 {
    font-size: 35px;
}

.h-btn-block h2 span {
    font-size: 42px;
    letter-spacing: 1px;
}
}




@media (max-width: 1199px) {
.header-container,
.h-btn-container,
.footerContainer {
    width: 970px;
}

.header-logo:before {
    width: 322px;
    height: 164px;
}

.navbar-nav>li>a {
    padding: 20px 13px;
}

.header-logo {
    flex: 0 0 30%;
}

.h-btn-block h2 {
    font-size: 25px;
    line-height: 28px;
}

.h-btn-block h2 span {
    font-size: 32px;
    letter-spacing: 1px;
}

.searchSection, 
.featuredSection {
    padding: 5% 0 10%;
}

.searchSection:after, 
.featuredSection:after,
.featuredSection:before {
    height: 50px;
}

.featuredInventory .single-item-slider .slider-control {
    right: 42px;
}

.featuredInventory .single-item-slider .slider-control.right {
    right: -1px;
}

.single-item-slider .slider-inner .item {
    width: 285px;
}

.latestReviews .single-item-slider .slider-inner .item {
    width: 235px;
}

.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;
}

.footerLogo {
    margin-bottom: 15px;
}

.p-header {
    height: 275px;
}

.p-header h1 {
    font-size: 45px;
}

.mapWrapper {
    padding-bottom: 131%;
}

.inventory-container .vehicle .price {
    font-size: 20px;
}

.inventory-container .vehicle .thumb {
    height: 165px;
    line-height: 165px;
}
}



@media (max-width: 991px) {
.header-container,
.h-btn-container,
.footerContainer {
    width: 740px;
}

.header-logo:before {
    width: 220px;
    height: 115px;
}

.header-logo {
    flex: 0 0 27%;
}

#main-nav {
    margin-top: -13px;
}

.h-btn-block h2 {
    font-size: 22px;
    line-height: 23px;
}

.h-btn-block h2 span {
    font-size: 26px;
    letter-spacing: 0px;
}

.h-btn-container a {
    padding: 1% 1% 1.5%;
}

.searchSection, 
.featuredSection {
    background-attachment: fixed!important;
    background-position: center!important;
}

.searchSection:after, 
.featuredSection:after, 
.featuredSection:before {
    height: 30px;
}

.featuredInventory .single-item-slider .slider-control {
    right: 35px;
}

.featuredInventory .single-item-slider .slider-control.right {
    right: -8px;
}

.single-item-slider .slider-inner .item {
    width: 324px;
}

.latestReviews .single-item-slider .slider-inner .item {
    width: 225px;
}

.footerLinks ul {
    flex-wrap: wrap;
    justify-content: space-around;
}

.footerLinks ul {
    flex-wrap: wrap;
    justify-content: space-around;
}

.footerBottom {
    justify-content: space-around;
}

.footerMap {
    flex: 0 0 100%;
    margin-top: 15px;
    padding-bottom: 47%;
}

#inventory-page, 
.page-background > div, 
#calendar-page, 
#employees-team-page, 
#vdp-container, 
#promotions-page, 
#thankyou-page {
    margin-top: 0;
}

.p-header {
    height: 200px;
}

.p-header h1 {
    font-size: 40px;
}

.form-header-text {
    font-size: 30px;
}

.servList li {
    flex: 0 0 50%;
    padding: 2px;
}

.mapWrapper {
    padding-bottom: 50%;
    margin-top: 25px;
}

.inventory-container .vehicle .thumb {
    height: 200px;
    line-height: 200px;
}

.siteSearch-M button {
    transform: none;
}
}




@media (max-width: 767px) {
.header-container,
.h-btn-container,
.footerContainer {
    width: 100%;
}

.siteSearch {
    width: 97%;
}

.h-btn-container {
    flex-wrap: wrap;
    justify-content: space-around;
}

.h-btn-container a {
    flex: 0 0 49%;
    margin: 6px 0;
}

.searchSection {
    margin-top: 0;
}

.homeSlider {
    margin-top: -30px;
}

.header-container:before,
.headerSocial,
.header-block > a:nth-child(2),
.header-logo:before {
    display: none;
}

.searchSection:after, 
.featuredSection:after, 
.featuredSection:before {
    height: 20px;
}

.header-block .dealer-phone {
    font-size: 25px;
}

.header-container {
    padding: 10px;
}

.header-logo {
    flex: 0 0 30%;
}

.searchtext {
    font-size: 40px;
}

.h-btn-container a {
    padding: 3% 1% 3.5%;
    flex: 0 0 48%;
}

.single-item-slider .slider-inner .item {
    width: 214px;
}

.single-item-slider .item-detail .price {
    font-size: 21px;
}

.featuredInventory h2 {
    font-size: 34px;
    margin-left: 0;
}

.featuredInventory .single-item-slider .slider-control {
    top: 25%;
    left: unset;
    background-color: transparent;
}

.featuredInventory .single-item-slider .slider-control.right {
    right: -41px;
}

.featuredInventory .single-item-slider .slider-control.left {
    left: -44px;
    right: unset;
}

.single-item-slider .img-container {
    height: 120px;
}

.single-item-slider .slider-outer {
    height: 270px;
}

h1.dealer-name.welcText {
    font-size: 45px;
    margin-bottom: 0;
}

.latestReviews .single-item-slider .slider-inner .item {
    width: 214px;
}

.footerLinks ul {
    flex-flow: column;
}

.footerBottom div {
    padding: 10px;
}

.footerMap {
    padding-bottom: 75%!important;
}

#main-nav {
    margin-top: 0;
}

.p-header {
    height: 100%;
    margin-bottom: 0;
}

.p-header h1 {
    font-size: 7vw;
    padding: 5px 10px;
}

.servList li {
    flex: 0 0 100%;
}

header.body {
    margin-bottom: 0;
}

#inventory-page, 
.page-background > div, 
#calendar-page, 
#employees-team-page, 
#vdp-container, 
#promotions-page, 
#thankyou-page {
    margin-bottom: 0;
}

.mapWrapper {
    padding-bottom: 90%;
    margin-top: 0;
}

.pagerTop #vehicles {
    position: relative;
}

.pagerTop .k-pager-wrap {
    top: -84px;
    width: 99%;
}

.mapandhourstbl {
    margin: auto;
}

#main-nav .navbar-brand.text {
    text-transform: uppercase;
    color: #e31836;
}
}








