body {
    font-family: 'Roboto Condensed', 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: #ffffff url(https://psmfirestorm.blob.core.windows.net/c532060c-8fe6-4eb0-86d8-afaa8d3142da/Harsh-background-fall.jpg) no-repeat center center;
        background-size: cover;
    }
}

@media (min-width: 768px) {
body {
    background: #ffffff url(https://psmfirestorm.blob.core.windows.net/c532060c-8fe6-4eb0-86d8-afaa8d3142da/Harsh-background-fall.jpg) no-repeat center center;
    background-attachment: fixed;
    background-size: cover;
    overflow-x: hidden;
    background-position: top center;
}
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
    text-transform: uppercase;
}

a,
a.promo-link {
    color: #b23b3e;
    transition: .3s;
}

a:focus, a:hover,
a.promo-link:hover,
.footerSocial a:hover {
    color: #7c7c7c;
    text-decoration: none;
}

.searchSection {
    background-size: cover;
    background-attachment: fixed;
    padding: 7% 0 12%;
    margin-top: -25px;
}

.oemSection {
    background-color: white;
    padding-bottom: 2%;
}

.aboutSection {
    background-color: white;
    color: black;
    margin-top: 0!important;
    padding: 30px 0;
    background-image: url(https://psmfirestorm.blob.core.windows.net/3edf97f2-d432-47a3-a99e-14ec0e1b75a8/about-back.jpg);
    background-size: cover;
    background-position: top;
}

#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: white;
    padding: 15px;
}

.sliderSection {
    margin-top: 0!important;
    background-color: white;
    padding: 30px 0;
}

.reviewsSection {
    background-image: url(https://psmfirestorm.blob.core.windows.net/519293d6-9c99-4348-bd73-7f06b3356d5d/dealership-back-2.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    margin-top: 0!important;
    padding: 30px 0;
}

#content-container {
    padding-bottom: 25px;
}

#home-page {
    margin-bottom: -25px;
}







/* HEADER */

header.body {
    background: linear-gradient(to bottom, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%);
}

.headerBack {
    text-transform: uppercase;
}

.headerInfo {
    display: flex;
    justify-content: center;
    padding: 5px 10px;
    align-items: center;
}

.headerInfo .dealer-phone {
    font-weight: 600;
    font-size: 20px;
}

.headerInfo a {
    color: white;
}

.headerContainer {
    padding: 10px;
    margin: auto;
}

.headerInfo > a:nth-child(2) {
    padding: 0px 45px;
}

.headerInfo .dealer-phone {
    font-weight: 600;
    font-size: 20px;
    color: #b23b3e;
}

.headerInfo .dealer-phone:hover,
.headerInfo a:hover {
    color: #808080;
}

.headerInfo .dealer-address {
    padding-right: 12px;
    position: relative;
}

.headerInfo .dealer-address:after {
    content: '';
    width: 2px;
    height: 100%;
    background-color: #b23b3e;
    position: absolute;
    right: 4px;
    top: 0px;
}

.headerSocial {
    display: flex;
    justify-content: space-between;
}

.headerSocial a {
    font-size: 19px;
    margin: 0 10px;
    position: relative;
}

.headerSocial a:after {
    content: '';
    width: 2px;
    height: 100%;
    position: absolute;
    background-color: #b23b3e;
    transform: skewX(-10deg);
    top: 0;
    right: -12px;
}

.headerSocial a:last-child:after {
    display: none;
}

.headerLogo {
    width: 1470px;
    margin: -43px auto 0;
}

.headerLogo img {
    position: relative;
    z-index: 4444;
}





/* NAVIGATION */

#main-nav {
    margin-top: -91px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 333;
}

#main-nav .caret {
    color: #b23b3e;
}

@media (min-width: 768px) {
.navbar-nav {
    float: right;
    margin: 0;
}
}

.navbar-nav>li>a {
    color: white;
    text-transform: uppercase;
    font-weight: 600;
    padding: 15px 18px;
    font-size: 18px;
    text-shadow: 1px 1px 1px black;
}

.nav>li>a:focus, .nav>li>a:hover,
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: transparent;
    color: #b23b3e;
}

.dropdown-menu {
    background-color: #292929;
}

#main-nav li.dropdown.open ul {
    border-top-color: #000;
}

#main-nav .dropdown-menu>li>a {
    color: white;
    text-transform: uppercase;
    padding: 8px 15px;
}

#main-nav .dropdown-menu>li>a:hover, #main-nav .dropdown-menu>li>a:focus {
    background-color: transparent;
    color: #b23b3e;
}

#main-nav .container {
    width: 1470px;
}






/* CONTENT */

.siteSearch {
    display: flex;
    width: 600px;
    margin: 30px auto;
}

.siteSearch .form-control {
    background-color: rgb(255 255 255);
    color: black;
    padding: 21px 15px;
    font-size: 16px;
    border: 3px solid white;
    border-radius: 29px 0px 0px 29px;
    border-right: none;
    margin: 0px;
}

.siteSearch button {
    background-color: white;
    color: #b23b3e;
    font-size: 28px;
    border: 3px solid white;
    border-radius: 0 30px 30px 0;
    padding: 0 20px;
}

.homeBtns {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

.homeBtns a {
    flex: 0 0 33%;
    position: relative;
    color: white;
}

.homeBtns a:hover {
    transform: scale(1.10);
}

.homeBtns div {
    position: absolute;
    top: 50%;
    text-align: center;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    width: 84%;
    padding: 15px 10px;
    background: linear-gradient(135deg, rgb(236 236 236) 0%,rgb(255 255 255) 46%,rgb(227 227 227) 50%,rgb(229 229 229) 53%,rgb(218 218 218) 76%,rgb(223 223 223) 87%,rgb(226 226 226) 100%);
    box-shadow: 3px 3px 3px black;
    border-radius: 4px;
}

.homeBtns h3 {
    margin: 0px;
    font-size: 37px;
    line-height: 32px;
    color: #b23b3e;
}

.homeBtns h3 span {
    display: block;
    font-weight: 400;
    font-size: 30px;
    color: black;
}

.oemContainer {
    width: 98%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    margin-top: -60px;
    flex-wrap: wrap;
}

.oemContainer > div {
    flex: 0 0 23%;
    position: relative;
    background-color: white;
    margin-bottom: 2%;
    max-height: 375px;
    overflow: hidden;
    box-shadow: rgb(0 0 0 / 28%) 5px 5px 3px;
}

.oemContainer > div > div:nth-child(2) {
    display: flex;
    justify-content: space-around;
    position: absolute;
    bottom: 7px;
    width: 100%;
    transition: .3s;
}

.oemContainer > div > div a {
    background-color: black;
    color: white;
    text-transform: uppercase;
    padding: 5px 10px;
}

.oemContainer > div > div a:hover {
    background-color: #b33c3e;
}

.oemContainer > div:hover > div:nth-child(2) {
    bottom: 46%;
}

.oemContainer > div:hover > div:nth-child(1) > img.oemFront {
    filter: opacity(0);
}

img.oemBack {
    filter: opacity(0.3);
    border: 1px solid white;
    transition: .3s;
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.oemContainer > div:hover img {
    filter: none;
}

img.oemFront {
    position: absolute;
    left: 50%;
    top: 41%;
    transform: translate(-50%, -50%);
    padding: 5px;
    transition: .3s;
}

.oemContainer a:hover .oemFront {
    top: 25%;
}

span.oemCTA {
    text-transform: uppercase;
    position: absolute;
    top: 70%;
    opacity: 0;
    width: max-content;
    text-align: center;
    transition: .3s;
    left: 50%;
    transform: translateX(-50%);
    padding: 5px;
    font-weight: 600;
    color: white;
    background-color: #b23b3e;
    font-size: 1vw;
}

.oemContainer div a:nth-child(1):hover .oemCTA {
    opacity: 1;
    top: 50%;
}



a.brochureBtn {
    background-color: black;
    color: white;
    text-transform: uppercase;
    padding: 3px 5px;
    display: block;
    width: max-content;
    margin: 10px auto;
    font-size: 14px;
}

img.homeAboutPic {
    float: right;
    width: 35%;
    padding: 10px;
}

h1.homeWelcome span {
    font-weight: 600;
    color: #b23b3e;
}

h1.homeWelcome {
    text-align: center;
    font-weight: 400;
    font-size: 45px;
    display: block;
}

.homeAboutWrapper {
    display: flex;
    align-items: flex-start;
}

.homeAboutWrapper > div:nth-child(2) {
    flex: 0 0 43%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 10px 0;
}

.p-header {
    height: 300px;
    margin-bottom: 25px;
    position: relative;
    box-shadow: 6px 6px 5px rgb(0 0 0 / 40%);
    overflow: hidden;
}

.p-header img {
    width: 100%;
    object-fit: cover;
}

.p-header h1 {
    position: absolute;
    bottom: 0;
    margin: 0;
    font-size: 57px;
    line-height: 52px;
    left: 0;
    z-index: 0;
    padding: 10px;
    color: white;
    text-shadow: 2px 2px 2px black, 0 0 3px black;
}

.p-header h1 span {
    font-weight: 400;
    display: block;
}

.p-header h1:before {
    content: '';
    width: 370px;
    height: 185px;
    background-color: #b23b3e;
    position: absolute;
    transform: rotate(25deg);
    left: -64px;
    top: 40px;
    z-index: -1;
}

.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: #ececec!important;
}

.jumbotron {
    background-color: transparent;
    color: white;
}

.text-muted {
    color: #b8b8b8;
}

.getoutdoorscontainer {
    background-image: url(https://psmfirestorm.blob.core.windows.net/e3ce5bb3-ad2d-4323-8246-5e77366f0a10/Harsh-GetOutdoors-background4.png);
    background-size: cover;
    display: flex;
    padding: 2% 3% 20%;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
}

.getoutdoorscontainer div {
    flex: 0 0 14%;
    text-align: center;
}

.getoutdoorscontainer img {
    max-height: 166px;
}

.lawngardenContainer {
    display: flex;
    justify-content: space-around;
    margin-bottom: 25px;
    flex-wrap: wrap;
}

.servicecontainer {
    display: flex;
    background-image: url(https://psmfirestorm.blob.core.windows.net/a0b0d501-e711-416f-9e22-6c895f931994/service-background.png);
    background-size: 100%;
    padding: 20% 2% 0;
    background-repeat: no-repeat;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
}

.servicecontainer div {
    flex: 0 0 10%;
}





/* INVENTORY */

.modal {
    z-index: 105099;
}

.remove-all-filters-link {
    text-decoration: none;
    background-color: #b23b3e;
    color: white;
    padding: 3px 7px;
    font-size: 14px;
    transform: skewX(-10deg);
    display: block;
}

#FilterQuickSearch {
    margin: 0;
    border: 1px solid #cccccc;
    color: black;
}

.panel-default>.panel-heading {
    color: #000;
    background-color: #e6e6e6;
    border-color: #ddd;
    text-transform: uppercase;
    font-size: 14px;
}

.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;
    position: absolute;
    white-space: nowrap;
    font-size: 19px;
    padding: 5px 4%;
    bottom: -9px;
    text-transform: uppercase;
    font-weight: 700;
    background-color: #b23b3e;
    width: max-content;
    left: 50%;
    transform: translateX(-50%) skewX(-7deg);
    color: white;
    letter-spacing: 1px;
}

#vehicleList > div {
    margin: 0;
    padding: 10px;
}

.inventory-container .vehicle-box {
    border: 3px solid black;
    position: relative;
    background-color: black;
}

.inventory-container .vehicle {
    transition: .4s ease;
}

.inventory-container .vehicle:hover {
    background-color: #ffffff;
    transition: .4s ease;
    transform: scale(1.02);
}

.vehiclemodel {
    text-transform: uppercase;
    font-size: 18px;
    line-height: 19px;
    min-height: 40px;
}

.inventory-container .vehicle .title {
    padding: 10px 10px 34px;
    background-color: transparent;
}

.inventory-container .vehicle .title a {
    color: white;
}

.inventory-container .vehicle .thumb {
    background-color: #fff;
}

.info {
    font-size: 12px;
    color: #7b7b7b;
    text-align: right;
}

.inventory-container .vehicle .savings {
    position: absolute;
    top: -9px;
    left: -5px;
}

.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: #aeaeae;
    border-color: #d8d8d8;
}





/* FEATURED INVENTORY */

.featuredInventory h2 {
    display: none;
}

.featuredInventory {
    margin-top: 60px;
}

.single-item-slider .slider-outer {
    height: 310px;
}

.single-item-slider .slider-inner .item {
    width: 260px;
}

.single-item-slider .img-container {
    height: 145px;
    background-color: white;
}

.single-item-slider .item {
    background-color: #efefef;
    border: 5px solid #efefef;
}

.single-item-slider .item-detail .name {
    text-align: left;
    font-weight: 400;
}

.single-item-slider .item-detail .price {
    left: unset;
    padding: 5px 13px;
    position: absolute;
    width: max-content;
    line-height: unset;
    bottom: 0;
    background-color: black;
    color: white;
    text-transform: uppercase;
    right: 0;
    font-weight: 700;
    font-size: 20px;
}

.oemSection .btn-primary {
    margin: 20px auto;
    display: block;
    width: max-content;
    font-size: 18px;
}

.single-item-slider .slider-inner .item:before {
    z-index: 0;
}

.single-item-slider .item .item-inner {
    border-radius: 0;
}





/* REVIEWS */

.latestReviews h2 {
    display: none;
}

.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 .single-item-slider .slider-inner .item {
    width: 241px;
}

.latestReviews .single-item-slider .img-container {
    background-color: transparent;
}






/* FORMS */

.btn-primary {
    color: #fff;
    background-color: #b23b3e;
    border-color: #b23b3e;
    border-radius: 0;
    transform: skewX(-10deg);
    font-weight: 700;
    box-shadow: 1px 1px 0 black;
    margin: 10px 0;
    transition: .3s;
    text-transform: uppercase;
}

.btn-sec {
    display: block;
    width: max-content;
    margin: 10px 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.active, .btn-primary:active, .open>.dropdown-toggle.btn-primary,
.btn-primary.focus, .btn-primary:focus {
    color: #000;
    background-color: #ffffff;
    border-color: #b23b3e;
}

.mainform {
    height: max-content;
}

.mainform > div {
    background-color: #ececec;
    padding: 15px;
}

.empform {
    margin-top: 25px;
}

.form-header-text {
    text-transform: uppercase;
    font-size: 30px;
    text-align: center;
    margin-bottom: 0;
    font-weight: 700;
}

.customForm .form-header-text {
    font-size: 30px;
}

.forms-title-section {
    text-align: center;
}

.form-control {
    background-color: #ffffff;
    border: none;
    box-shadow: none;
    font-size: 14px!important;
    color: black;
    border-radius: 0;
    margin: 5px 0;
}

.field-validation-valid,
.field-validation-error {
    position: absolute;
    right: 12px;
    top: 5px;
}

.customForm textarea, 
.customForm input, 
.customForm select {
    padding: 3px 10px;
    border-radius: 0px;
    font-size: 14px!important;
    background-color: #ffffff;
    color: black;
    border: none;
    margin: 5px 0;
}

.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 {
    font-size: 15px;
}

.inquiryformcontainer, 
.locationBox {
    background-color: #ececec;
}

.locationBox {
    margin-top: 25px;
}






/* FOOTER */

.footerWrapper {
    background-color: black;
}

.footerContainer {
    width: 1480px;
    margin: auto;
    display: flex;
    justify-content: space-around;
    flex-flow: column;
    padding: 15px;
    color: white;
}

.footerTop {
    display: flex;
    width: 1245px;
    margin: auto;
    justify-content: space-between;
    align-items: center;
}

.footerLogo img {
    max-width: 250px;
}

.footerLinks ul {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: space-between;
    margin: 0;
}

.footerLinks li {
    padding: 5px 15px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    position: relative;
    margin: 0 10px;
}

.footerLinks li:before {
    content: '\f0d7';
    font-family: 'FontAwesome';
    font-size: 12px;
    display: inline-block;
    transition: .3s;
    transform-origin: initial;
    position: absolute;
    left: 3px;
    top: 9px;
}

.footerLinks li:hover:before {
    transform: rotate(-90deg);
}

.footerBottom {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    border-top: 1px solid gray;
    padding: 30px 15px;
}

.footerInfo .dealer-address, 
.footerInfo .dealer-phone {
    display: block;
}

.footerInfo .dealer-phone {
    font-size: 23px;
    font-weight: 700;
}

.footerHours table td:first-child {
    padding-right: 15px;
    font-weight: 600;
}

.footerHours h4 {
    font-size: 22px;
    margin-top: 0;
    border-bottom: 1px solid #c1c1c1;
}

.footerHours table {
    margin-bottom: 44px!important;
}

.footerMap {
    position: relative;
    padding-bottom: 15%;
    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: 25px;
    margin: 5px;
    position: relative;
    color: white;
}

.footerSocial a:after {
    content: '';
    width: 2px;
    height: 100%;
    position: absolute;
    background-color: #b23b3e;
    transform: skewX(-10deg);
    top: 0;
    right: -18px;
}

.footerSocial a:last-child:after {
    display: none;
}

footer.body .outer-wrapper {
    background-color: #000000;
    color: #fff;
    text-align: center;
    padding: 10px 0;
}

footer.body .outer-wrapper a, footer.body .outer-wrapper a:visited, footer.body .outer-wrapper a:active {
    color: #fff;
}





/* BREAKPOINTS */

@media (max-width: 1499px) {
.footerContainer,
.headerLogo,
#main-nav .container {
    width: 1170px;
}

#main-nav {
    margin-top: -84px;
}

.headerLogo img {
    max-width: 240px;
}

.navbar-nav>li>a {
    padding: 15px 12px;
    font-size: 16px;
}

.footerLinks li {
    font-size: 16px;
    margin: 0 4px;
}

.footerTop {
    width: 1055px;
}
}





@media (max-width: 1199px) {
.footerContainer,
#main-nav .container,
.headerBack{
    width: 970px;
}

.footerTop {
    width: 100%;
    flex-flow: column;
}

.footerLogo {
    margin-bottom: 25px;
}

.headerBack {
    display: flex;
    flex-flow: row-reverse;
    justify-content: space-between;
    margin: auto;
}

.headerContainer {
    margin: 0;
}

.headerLogo {
    margin: 0;
    width: unset;
}

.headerLogo img {
    max-width: 240px;
}

#main-nav {
    margin-top: 0;
}

.navbar-nav {
    float: none;
    display: flex;
    justify-content: space-between;
}

.navbar-nav>li>a {
    padding: 20px 12px;
}

.homeBtns h3 {
    font-size: 33px;
    line-height: 29px;
}

.homeBtns h3 span {
    font-size: 23px;
}

.footerLinks li {
    padding: 8px 14px;
    font-size: 16px;
}

.footerLogo img {
    max-width: 220px;
}

.p-header {
    height: 270px;
}

.mapWrapper {
    padding-bottom: 129%;
}

.single-item-slider .slider-inner .item {
    width: 285px;
}

.latestReviews .single-item-slider .slider-inner .item {
    width: 231px;
}
}





@media (max-width: 991px) {
.footerContainer,
#main-nav .container,
.headerBack {
    width: 740px;
}

.footerLinks ul {
    flex-wrap: wrap;
    justify-content: space-around;
}

#main-nav .nav>li>a {
    padding: 16px 10px;
}

.headerLogo img {
    max-width: 160px;
}

.homeBtns h3 {
    font-size: 27px;
    line-height: 24px;
}

.homeBtns h3 span {
    font-size: 17px;
}

.oemContainer > div > div a {
    padding: 5px;
    font-size: 14px;
}

.p-header {
    height: 210px;
}

.p-header h1 {
    font-size: 44px;
    line-height: 40px;
}

.mapWrapper {
    margin-top: 25px;
    padding-bottom: 50%;
}

.siteSearch-M button {
    transform: none;
}

.siteSearch-M input {
    background-color: #eaeaea;
}

.single-item-slider .slider-inner .item {
    width: 212px;
}

.single-item-slider .item .item-inner {
    padding-bottom: 19%;
}

.latestReviews .single-item-slider .slider-inner .item {
    width: 210px;
}
}





@media (max-width: 767px) {
.footerContainer,
.headerLogo,
#main-nav .container,
.headerBack {
    width: 100%;
}

.servicecontainer {
    flex-wrap: wrap;
    justify-content: space-around;
    margin-bottom: 0;
}

.servicecontainer div {
    flex: 0 0 20%;
}

.getoutdoorscontainer img {
    max-height: 90px;
}

.getoutdoorscontainer {
    flex-wrap: wrap;
    padding: 19% 2% 0%;
}

.getoutdoorscontainer div {
    flex: 0 0 32%;
}

.siteSearch {
    width: 98%;
}

.homeBtns {
    flex-wrap: wrap;
    margin-top: 0;
}

.homeBtns a {
    margin-bottom: 15px;
}

.homeBtns h3 {
    font-size: 8vw;
    line-height: 8vw;
}

.homeBtns h3 span {
    font-size: 7vw;
}

#main-nav {
    margin-top: -75px;
    position: relative;
    left: 0;
    transform: none;
}

#main-nav .navbar-toggle {
    color: white;
}

.headerInfo > a:nth-child(2) {
    display: none;
}

h1.homeWelcome span {
    display: block;
}

.footerLinks ul {
    flex-flow: column;
}

.footerTop {
    flex-flow: column;
}

.footerMap {
    padding-bottom: 100%;
    width: 100%;
}

.footerSocial {
    margin-bottom: 44px;
}

.footerBottom {
    flex-flow: column;
    align-items: center;
}

#main-nav .navbar-brand.text {
    display: none!important;
}

.oemContainer div {
    flex: 0 0 45%;
    margin-bottom: 25px;
    max-height: 245px;
}

.oemContainer {
    justify-content: space-around;
    margin-top: -40px;
}

.p-header {
    height: 100%;
    margin-bottom: 0;
}

.p-header h1 {
    font-size: 9vw;
    line-height: 8vw;
    padding: 2%;
}

.mapWrapper {
    margin-top: 0;
    padding-bottom: 100%;
}

.mapandhourstbl {
    margin: auto;
}

.headerSocial {
    margin-left: 15px;
}

header.body {
    margin-bottom: 0;
}

#content-container {
    padding-bottom: 0;
}

.searchSection {
    margin-top: 0;
}

.searchSection {
    background-image: none;
}

img.homeAboutPic {
    display: none;
}

.homeAboutWrapper {
    flex-flow: column;
}

.homeAboutWrapper > div:nth-child(2) {
    padding: 0;
}

.popup-widget {
    padding: 50px!important;
    top: 10%!important;
    width: 96%!important;
}

.single-item-slider .slider-inner .item {
    width: 216px;
}

.navbar-nav {
    float: left;
    display: block;
    justify-content: space-between;
}

#main-nav .nav>li>a {
    padding: 15px;
}

.headerBack {
    flex-flow: column;
}

.homeBtns {
    flex-flow: column;
}

img.oemFront {
    top: 26%;
}

.oemContainer > div > div {
    flex-flow: column;
    text-align: center;
    bottom: -19px;
}

.oemContainer > div > div a {
    width: 80%;
    margin: 4px auto;
}

.reviewsSection {
    background-position: 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: 15px;
}

.navbar-collapse {
    border-top: none;
    box-shadow: none;
}
}




